@charset "UTF-8";
/*
Theme Name: fukakachigodo
Author: Catwork Co., Ltd.
*/

/* Reset
----------------------------------------------------------- */
:root {
	/* bodyの背景色 */
	--body-bg-color: #fff;

	/* メインのフォントファミリー */
    --main-font: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;

	/* メインのフォントカラー */
	--main-font-color: #fff;

	/* h2~h5タグまでのフォントウェイト */
	--h-tag-weight: bold;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption{display:block;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
::placeholder{
	color: #ccc;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align:bottom;
	height:auto;
	max-width:100%;
}
input {
	border-radius: 0;
	-webkit-appearance: none;
	line-height: normal;
	color: var(--main-font-color);
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: var(--main-font-color);
}
a:focus{ outline:none; }
a img{
	border:none;
	vertical-align:middle;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{ zoom:1; }
*:first-child + html .clearfix{ zoom:1; }
* { flex-shrink: 0; }
a{ text-decoration:none; }
strong{ font-weight:normal; }
ul,ol{ list-style-type:none; }
body{
	font-family: var(--main-font);
	font-size:16px;
	line-height:1.5;
	color: var(--main-font-color);
	background: var(--body-bg-color);
}
.wrap{
	width:100%;
	overflow-x:hidden;
}
h2,h3,h4,h5{
	font-weight: var(--h-tag-weight);
}
.inner{
	margin:0 auto;
	width:1200px;
}


/* フェードアニメーション css
------------------------------------------------------------------------*/
/*ふわっと出る*/
.mv01_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv01_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*ふわっと出る（MV）*/
.mv05_on{
	-webkit-transition: all 1.2s ease-out;
	-moz-transition: all 1.2s ease-out;
	-ms-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv05_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*下から*/
.mv02_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 100px, 0);
	-moz-transform: scale(1, 1) translate3d(0, 100px, 0);
	-ms-transform: scale(1, 1) translate3d(0, 100px, 0);
	-o-transform: scale(1, 1) translate3d(0, 100px, 0);
	transform: scale(1, 1) translate3d(0, 100px, 0);
	opacity: 0
}
.mv02_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*右から*/
.mv03_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(100px, 0, 0);
	transform: scale(1, 1) translate3d(100px, 0, 0);
	opacity: 0
}
.mv03_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*左から*/
.mv04_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(-100px, 0, 0);
	transform: scale(1, 1) translate3d(-100px, 0, 0);
	opacity: 0
}
.mv04_off{
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1
}

/* ドーン */
.mv06_on {
	opacity: 0;
}
.mv06_off {
	animation-name: inBoxAnime;
	animation-fill-mode:backwards;
	animation-duration:0.8s;
	animation-timing-function:ease-in;
	animation-delay: 0.5s;
	opacity: 1;
}
@keyframes inBoxAnime{
	0% {
	  opacity: 0;
	  transform: scale(0.1);
	}
  
	80% {
	  opacity: 1;
	  transform: scale(1.1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.mv07_on {
	opacity: 0;
}
.mv07_off {
	animation-name: ttlAnime;
	animation-fill-mode:backwards;
	animation-duration: 0.8s;
	animation-timing-function:ease-in;
	animation-delay: 0;
	opacity: 1;
}
@keyframes ttlAnime{
	0% {
	  opacity: 0;
	  transform: scale(0.1);
	}
  
	80% {
	  opacity: 1;
	  transform: scale(1.1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}


/*===============================================
横幅1200px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 431px){
	html,
	body,
	.wrap{
		width:1240px;
	}
}

/*===============================================
横幅431px以上
===============================================*/
@media screen and (min-width: 431px) {
	a {
		transition: all .5s;
	}
	a:hover{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		transition: all .5s;
	}
	.sp{
		display:none;
	}

	/* スムーススクロール設定 */
	html {
		scroll-behavior: smooth;
	}
	:root {
		--header-height: 135px;
	}


/* header
------------------------------------------------------------------------*/
	
	header{
		width: 100%;
		position: relative;
		z-index: 10000;
	}
	header .inner{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 70px;
		padding-left: 515px;
		box-sizing: border-box;
		position: relative;
	}
	header h1{
		position: absolute;
		top: 85px;
		left: 0;
		font-size: 12px;
		font-weight: normal;
	}
	header .logo{
		position: absolute;
		top: 7px;
		left: 0;
	}
	header .text01 a{
		color: #333;
		font-size: 14px;
		position: relative;
	}
		header .text01 a::before{
			position: absolute;
			top: 50%;
			left: -14px;
			transform: translateY(-50%);
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 3px 0 3px 4px;
			border-color: transparent transparent transparent #000000;
		}
	header .tel a{
		margin: 0 8px 0 20px;
	}
	header .text02{
		color: #333;
		font-size: 14px;
		line-height: 1.2;
		margin: 0 14px 0 0;
	}
	header .button a{
		display: block;
		width: 220px;
		height: 50px;
		background: url("img/header_icon01.png")left 60px center no-repeat , linear-gradient(#555 , #000);
		border-radius: 25px;
		padding-left: 92px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 50px;
		margin-right: 10px
	}

/* home
------------------------------------------------------------------------*/
	
	/* key ----------------------------------------------*/
	.home .key{
		background: linear-gradient(#fff 300px, #e5d5ac 300px);
	}
	.home .key .box{
		max-width: 1580px;
		height: 650px;
		background: url("img/home_key_bg.png")center center no-repeat;
		padding: 199px 0 0;
		text-align: center;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.home .key .box .in_box{
		width: 1070px;
		height: 375px;
		background: rgba(255,255,255,0.75);
		padding: 41px 0 0;
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;
	}

		.home .key .box .in_box::before{
			position: absolute;
			bottom: -49px;
			left: -65px;
			content: "";
			background: url("img/home_key_img01.png");
			width: 349px;
			height: 180px;
		}
		.home .key .box .in_box::after{
			position: absolute;
			bottom: -44px;
			right: -39px;
			content: "";
			background: url("img/home_key_img02.png");
			width: 157px;
			height: 161px;
		}
	.home .key .box .in_box .text01{
		position: absolute;
		top: -97px;
		left: 50%;
		transform: translateX(-50%);
		width: 1275px;
	}
	.home .key .box .in_box .text03{
		margin-top: -27px;
	}
	
	/* cont01 ----------------------------------------------*/
	.home .cont01{
		background: #e5d5ac;
		position: relative;
		z-index: 2;
	}
		.home .cont01::after{
			position: absolute;
			bottom: -129px;
			left: 50%;
			transform: translateX(-50%);
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 130px 50vw 0 50vw;
			border-color: #e5d5ac transparent transparent transparent;
		}
	@media screen and (max-width: 1240px){
			.home .cont01::after{
				border-width: 130px 620px 0 620px;
			}
	}
	.home .cont01 .inner{
		padding: 92px 0 87px;
	}
	.home .cont01 .inner h2{
		text-align: center;
	}
	.home .cont01 .inner ul{
		padding: 0 0 0 580px;
		margin-top: 112px;
		z-index: 10;
		position: relative;
	}
		.home .cont01 .inner ul::before{
			position: absolute;
			top: -83px;
			left: -22px;
			content: "";
			background: url("img/home_img01.png");
			width: 658px;
			height: 508px;
			z-index: -1;
		}
	.home .cont01 .inner ul li{
		display: inline-block;
		height: 60px;
		background: url("img/home_icon01.png")left 30px center no-repeat , linear-gradient(#555 , #000);
		padding: 0 25px 0 65px;
		border-radius: 30px;
		font-size: 22px;
		font-weight: bold;
		line-height: 60px;
		margin-bottom: 20px;
	}
	
	/* cont02 ----------------------------------------------*/
	.home .cont02{
		background: #3b0f00 url("img/home_bg01.png")center top no-repeat;
		position: relative;
		z-index: 1;
	}
	.home .cont02 .inner{
		padding: 187px 0 45px;
	}
	.home .cont02 .inner h2{
		text-align: center;
	}
	.home .cont02 .inner .text01{
		font-size: 34px;
		font-weight: bold;
		text-align: center;
		line-height: 1.55;
		margin-top: 5px;
	}
	.home .cont02 .inner .text01 span{
		background: linear-gradient(#ffd72c, #fbe5a4 50%, #e2bc49);
		border-radius: 5px;
		padding: 8px 0;
		color: #dd2e1e;
		font-weight: bold;
		margin-right: 6px;
	}
	.home .cont02 .inner .box{
		padding: 61px 0 0;
		margin: 74px 0 0;
		z-index: 10;
		position: relative;
	}
		.home .cont02 .inner .box::after{
			position: absolute;
			top: 0;
			right: -300px;
			content: "";
			background: url("img/home_img02.png");
			width: 940px;
			height: 420px;
			z-index: -1;
		}
	.home .cont02 .inner .box .text02{
		display: inline-block;
		background: #dd2e1e;
		border-radius: 5px;
		padding: 4px 38px;
		font-size: 34px;
		font-weight: bold;
		letter-spacing: 2px;
		position: relative;
	}
		.home .cont02 .inner .box .text02::before{
			position: absolute;
			top: -58px;
			left: 40px;
			content: "";
			background: url("img/home_text03.png");
			width: 462px;
			height: 25px;
		}
	.home .cont02 .inner .box .text02 span{
		font-style: italic;
		font-weight: bold;
	}
	.home .cont02 .inner .box ul{
		display: flex;
		justify-content: flex-start;
		margin: 35px 0 0;
	}
	.home .cont02 .inner .box ul li{
		margin-right: 15px;
	}
	.home .cont02 .inner .text03{
		margin: -100px 0 0 173px;
		z-index: 20;
		position: relative;
	}
	
	/* cont03 ----------------------------------------------*/
	.home .cont03{
		background: #000 url("img/home_bg02.png")center top no-repeat;
	}
	.home .cont03 .inner{
		padding: 106px 0 197px;
	}
	.home .cont03 .inner h2{
		text-align: center;
		margin-left: 200px;
	}
	.home .cont03 .inner .cont{
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		min-height: 380px;
		padding: 0 700px 0 0;
		box-sizing: border-box;
		margin-top: 25px;
		z-index: 10;
		position: relative;
	}
		.home .cont03 .inner .cont::before{
			position: absolute;
			top: 50%;
			right: 450px;
			transform: translateY(-50%);
			content: "";
			background: rgba(85,85,85,0.5);
			width: 2000px;
			height: 480px;
			border-radius: 0 20px 20px 0;
			z-index: -1;
		}
	.home .cont03 .inner .cont:nth-of-type(2){
		padding: 0 0 0 710px;
	}
		.home .cont03 .inner .cont:nth-of-type(2)::before{
			right: auto;
			left: 450px;
			border-radius: 20px 0 0 20px;
		}
		.home .cont03 .inner .cont:nth-of-type(3)::before{
			height: 920px;
		}
	.home .cont03 .inner .cont:nth-of-type(n+2){
		margin-top: 150px;
	}
	.home .cont03 .inner .cont h3{
		width: 100%;
		padding: 65px 0 0;
		font-size: 38px;
		line-height: 1.3;
		position: relative;
	}
		.home .cont03 .inner .cont h3::before{
			position: absolute;
			top: -52px;
			left: 0;
			content: "";
			background: url("img/home_text08.png");
			width: 339px;
			height: 113px;
		}
		.home .cont03 .inner .cont:nth-of-type(2) h3::before{
			background: url("img/home_text09.png");
			width: 342px;
		}
		.home .cont03 .inner .cont:nth-of-type(3) h3::before{
			background: url("img/home_text10.png");
			width: 338px;
		}
	.home .cont03 .inner .cont h3 span{
		color: #f1da71;
		font-weight: bold;
	}
	.home .cont03 .inner .cont:nth-of-type(3) h3{
		padding: 60px 0 0;
	}
	.home .cont03 .inner .cont:nth-of-type(3) h3 span:first-of-type{
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}
	.home .cont03 .inner .cont .text01{
		width: 100%;
		font-size: 20px;
		line-height: 1.8;
		margin-top: 25px;
	}
	.home .cont03 .inner .cont .img{
		position: absolute;
		top: 0;
		right: 0;
	}
	.home .cont03 .inner .cont:nth-of-type(2) .img{
		position: absolute;
		top: 0;
		right: auto;
		left: 0;
	}
		.home .cont03 .inner .cont .img::after{
			position: absolute;
			bottom: -137px;
			right: -55px;
			content: "";
			background: url("img/home_img07.png");
			width: 324px;
			height: 325px;
		}
		.home .cont03 .inner .cont:nth-of-type(2) .img::after{
			right: auto;
			left: -55px;
		}
	.home .cont03 .inner .cont .in_box{
		width: 1200px;
		padding: 0 0 0 690px;
		box-sizing: border-box;
		margin-top: 52px;
		position: relative;
	}
	.home .cont03 .inner .cont .in_box h4{
		font-size: 26px;
		line-height: 1.7;
		margin-left: 14px;
		position: relative;
	}
		.home .cont03 .inner .cont .in_box h4::before{
			position: absolute;
			top: -30px;
			left: -35px;
			content: url("img/home_line01.png");
		}
		.home .cont03 .inner .cont .in_box h4::after{
			position: absolute;
			bottom: -14px;
			right: 0;
			content: "";
			background: #dd2e1e;
			width: 600px;
			height: 3px;
			z-index: 10;
		}
	.home .cont03 .inner .cont .in_box h4 span{
		display: block;
		font-size: 20px;
		font-weight: bold;
		margin: 2px 0;
	}
	.home .cont03 .inner .cont .in_box .text02{
		font-size: 20px;
		line-height: 1.8;
		letter-spacing: -0.6px;
		margin: 32px 0 0 14px;
	}
	.home .cont03 .inner .cont .in_box .text03{
		width: 510px;
		height: 108px;
		background: url("img/home_bg03.png");
		padding: 30px 25px 0 52px;
		box-sizing: border-box;
		line-height: 1.875;
		margin-top: 2px;
	}
	.home .cont03 .inner .cont .in_box .mov{
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* cont04 ----------------------------------------------*/
	.home .cont04{
		background: #510001 url("img/home_bg04.png")center top no-repeat;
	}
	.home .cont04 .inner{
		padding: 109px 0 178px;
	}
	.home .cont04 .inner h2{
		text-align: center;
		margin-left: 153px;
	}
	.home .cont04 .inner .cont{
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		min-height: 380px;
		padding: 0 660px 0 0;
		box-sizing: border-box;
		margin-top: 13px;
		z-index: 10;
		position: relative;
	}
		.home .cont04 .inner .cont::before{
			position: absolute;
			top: 50%;
			right: 450px;
			transform: translateY(-50%);
			content: "";
			background: rgba(85,85,85,0.5);
			width: 2000px;
			height: 480px;
			border-radius: 0 20px 20px 0;
			z-index: -1;
		}
	.home .cont04 .inner .cont:nth-of-type(2){
		padding: 0 0 0 700px;
	}
		.home .cont04 .inner .cont:nth-of-type(2)::before{
			right: auto;
			left: 450px;
			border-radius: 20px 0 0 20px;
		}
	.home .cont04 .inner .cont:nth-of-type(n+2){
		margin-top: 150px;
	}
	.home .cont04 .inner .cont h3{
		width: 100%;
		padding: 65px 0 0;
		font-size: 38px;
		line-height: 1.3;
		position: relative;
	}
		.home .cont04 .inner .cont h3::before{
			position: absolute;
			top: -52px;
			left: 0;
			content: "";
			background: url("img/home_text12.png");
			width: 468px;
			height: 113px;
		}
		.home .cont04 .inner .cont:nth-of-type(2) h3::before{
			background: url("img/home_text13.png");
			width: 469px;
		}
	.home .cont04 .inner .cont h3 span{
		color: #f1da71;
		font-weight: bold;
	}
	.home .cont04 .inner .cont:nth-of-type(2) h3 span {
		margin-left: -17px;
	}
	.home .cont04 .inner .cont .text01{
		width: 100%;
		font-size: 20px;
		line-height: 1.8;
		margin-top: 25px;
	}
	.home .cont04 .inner .cont .img{
		position: absolute;
		top: 0;
		right: 0;
	}
	.home .cont04 .inner .cont:nth-of-type(2) .img{
		position: absolute;
		top: 0;
		right: auto;
		left: 0;
	}
		.home .cont04 .inner .cont .img::after{
			position: absolute;
			bottom: -137px;
			right: -55px;
			content: "";
			background: url("img/home_img10.png");
			width: 330px;
			height: 331px;
		}
		.home .cont04 .inner .cont:nth-of-type(2) .img::after{
			right: auto;
			left: -55px;
		}
	
	/* cont05 ----------------------------------------------*/
	.home .cont05{
		background: #000 url("img/home_bg05.png")center top no-repeat;
	}
	.home .cont05 .inner{
		padding: 106px 0 121px;
	}
	.home .cont05 .inner h2{
		text-align: center;
		margin-left: 200px;
	}
	.home .cont05 .inner .cont{
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		min-height: 380px;
		padding: 0 690px 0 0;
		box-sizing: border-box;
		margin-top: 25px;
		z-index: 10;
		position: relative;
	}
		.home .cont05 .inner .cont::before{
			position: absolute;
			top: 50%;
			right: 450px;
			transform: translateY(-50%);
			content: "";
			background: rgba(85,85,85,0.5);
			width: 2000px;
			height: 480px;
			border-radius: 0 20px 20px 0;
			z-index: -1;
		}
	.home .cont05 .inner .cont:nth-of-type(2){
		padding: 0 0 0 705px;
	}
		.home .cont05 .inner .cont:nth-of-type(2)::before{
			right: auto;
			left: 450px;
			border-radius: 20px 0 0 20px;
		}
	.home .cont05 .inner .cont:nth-of-type(n+2){
		margin-top: 150px;
	}
	.home .cont05 .inner .cont h3{
		width: 100%;
		padding: 65px 0 0;
		font-size: 38px;
		line-height: 1.3;
		position: relative;
	}
		.home .cont05 .inner .cont h3::before{
			position: absolute;
			top: -52px;
			left: 0;
			content: "";
			background: url("img/home_text15.png");
			width: 526px;
			height: 113px;
		}
		.home .cont05 .inner .cont:nth-of-type(2) h3::before{
			top: -60px;
			background: url("img/home_text16.png");
			width: 514px;
		}
		.home .cont05 .inner .cont:nth-of-type(3) h3::before{
			background: url("img/home_text17.png");
			width: 523px;
		}
	.home .cont05 .inner .cont h3 span{
		color: #f1da71;
		font-weight: bold;
	}
	.home .cont05 .inner .cont:nth-of-type(2) h3{
		padding: 60px 0 0;
	}
	.home .cont05 .inner .cont:nth-of-type(2) h3 span:first-of-type{
		display: block;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		margin: 10px 0;
		position: relative;
	}
		.home .cont05 .inner .cont:nth-of-type(2) h3 span:first-of-type::before{
			position: absolute;
			top: -30px;
			left: -35px;
			content: url("img/home_line02.png");
		}
	.home .cont05 .inner .cont .text01{
		width: 100%;
		font-size: 20px;
		line-height: 1.8;
		margin-top: 25px;
	}
	.home .cont05 .inner .cont .img{
		position: absolute;
		top: 0;
		right: 0;
	}
	.home .cont05 .inner .cont:nth-of-type(2) .img{
		position: absolute;
		top: 0;
		right: auto;
		left: 0;
	}
		.home .cont05 .inner .cont .img::after{
			position: absolute;
			bottom: -137px;
			right: -55px;
			content: "";
			background: url("img/home_img14.png");
			width: 324px;
			height: 325px;
		}
		.home .cont05 .inner .cont:nth-of-type(2) .img::after{
			right: auto;
			left: -55px;
		}
	.home .cont05 .inner h4{
		text-align: center;
		margin-top: 96px;
	}
	.home .cont05 .inner .flex_box{
		display: flex;
		justify-content: space-between;
		padding: 0 36px;
		margin-top: 20px;
	}
	.home .cont05 .inner .flex_box .plan_box{
		width: 556px;
		height: 300px;
		background: url("img/home_bg06.png");
		padding: 34px 70px 0 85px;
		box-sizing: border-box;
	}
	.home .cont05 .inner .flex_box .plan_box:nth-of-type(2){
		background: url("img/home_bg07.png");
	}
	.home .cont05 .inner .flex_box .plan_box h5{
		color: #f1da71;
		font-size: 32px;
		font-weight: bold;
		text-align: center;
	}
		.home .cont05 .inner .flex_box .plan_box h5::before{
			content: "-";
			padding-right: 8px;
		}
		.home .cont05 .inner .flex_box .plan_box h5::after{
			content: "-";
			padding-left: 8px;
		}
	.home .cont05 .inner .flex_box .plan_box .price{
		font-size: 58px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
	}
	.home .cont05 .inner .flex_box .plan_box .price span{
		font-size: 24px;
		font-weight: bold;
	}
	.home .cont05 .inner .flex_box .plan_box .text03{
		line-height: 1.75;
		margin-top: 10px;
	}
	.home .cont05 .inner .text04{
		margin: 10px 0 0 50px;
	}
	.home .cont05 .inner table{
		border-collapse: separate;
		border-spacing: 5px 5px;
		margin: 40px auto 0;
		width: 1110px;
		font-size: 20px;
	}
	.home .cont05 .inner table tr th{
		width: 715px;
		height: 50px;
		background: #333;
		padding: 0 0 0 55px;
		box-sizing: border-box;
		line-height: 50px;
		text-align: left;
		font-weight: bold;
	}
	.home .cont05 .inner table tr:first-of-type th{
		background: #606060;
		padding: 0;
		border-radius: 10px 10px 0 0;
		text-align: center;
		position: relative;
	}
	.home .cont05 .inner table tr:last-of-type th{
		border-radius: 0 0 0 10px;
	}
	.home .cont05 .inner table tr th span{
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		display: block;
		font-size: 16px;
	}
	.home .cont05 .inner table tr td{
		width: 380px;
		height: 50px;
		background: #333;
		padding: 0 0 0 120px;
		box-sizing: border-box;
		line-height: 50px;
		text-align: left;
	}
	.home .cont05 .inner table tr:last-of-type td{
		border-radius: 0 0 10px;
	}
	
	/* cont06 ----------------------------------------------*/
	.home .cont06{
		background: url("img/home_bg08.png")center top no-repeat,linear-gradient(90deg, #d7ba74, #e5d5ac 50%, #d7ba74);
		padding-bottom: 115px;
	}
	.home .cont06 .inner{
		padding: 102px 0 0;
	}
	.home .cont06 .inner h2{
		text-align: center;
	}
	.home .cont06 .inner .flex_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	.home .cont06 .inner .flex_box .cont{
		width: 380px;
		border-radius: 10px;
		background: rgba(145,0,8,0.8);
		box-shadow: 0 0 25px rgba(0,0,0,0.15);
		padding: 160px 30px 33px 40px;
		box-sizing: border-box;
		margin-top: 126px;
		position: relative;
	}
	.home .cont06 .inner .flex_box .cont:nth-of-type(n+4){
		margin-top: 141px;
	}
	.home .cont06 .inner .flex_box .cont h3{
		font-size: 24px;
		position: relative;
	}
		.home .cont06 .inner .flex_box .cont h3::before{
			position: absolute;
			top: -36px;
			left: 0;
			content: "";
			background: url("img/home_text20.png");
			width: 119px;
			height: 16px;
		}
		.home .cont06 .inner .flex_box .cont:nth-of-type(2) h3::before{
			background: url("img/home_text21.png");
			width: 122px;
		}
		.home .cont06 .inner .flex_box .cont:nth-of-type(3) h3::before{
			background: url("img/home_text22.png");
			width: 122px;
		}
		.home .cont06 .inner .flex_box .cont:nth-of-type(4) h3::before{
			background: url("img/home_text23.png");
			width: 123px;
		}
		.home .cont06 .inner .flex_box .cont:nth-of-type(5) h3::before{
			background: url("img/home_text24.png");
			width: 123px;
		}
		.home .cont06 .inner .flex_box .cont:nth-of-type(6) h3::before{
			background: url("img/home_text25.png");
			width: 122px;
		}
	.home .cont06 .inner .flex_box .cont .text01{
		line-height: 2;
		margin-top: 15px;
	}
	.home .cont06 .inner .flex_box .cont .img{
		position: absolute;
		top: -90px;
		left: 50%;
		transform: translateX(-50%);
		width: 300px;
	}
	.home .cont06 .inner .text02{
		margin: 22px 0 0 10px;
	}
	.home .cont06 .bg{
		height: 260px;
		animation: bMove 40s linear infinite;
		background: url("img/home_bg09.png");
		margin-top: 5px;
	}
	@keyframes bMove{
		0% {background-position: 1810px 0;}
		25% {background-position: 1357.5px 0;}
		50% {background-position: 905px 0;}
		75% {background-position: 452.5px 0;}
		100% {background-position: 0 0;}
	}
	
	/* cont07 ----------------------------------------------*/
	.home .cont07{
		background: #510001 url("img/home_bg10.png")center top no-repeat;
	}
	.home .cont07 .inner{
		padding: 99px 0 107px;
	}
	.home .cont07 .inner h2{
		text-align: center;
	}
	.home .cont07 .inner .text01{
		font-size: 30px;
		margin-top: 5px;
		text-align: center;
		font-weight: bold;
		text-shadow: 0 0 15px rgba(255,255,255,0.3);
		z-index: 10;
		position: relative;
	}
		.home .cont07 .inner .text01::before{
			position: absolute;
			top: -200px;
			left: 98px;
			content: "";
			background: url("img/home_img21.png");
			width: 324px;
			height: 325px;
			z-index: -1;
		}
	.home .cont07 .inner .flex_box{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 50px;
	}
	.home .cont07 .inner .flex_box .cont{
		display: flex;
		flex-wrap: wrap;
		width: 380px;
		background: #fff;
		padding-bottom: 30px;
		border: 9px solid #e6c351;
		border-radius: 10px;
		box-sizing: border-box;
		color: #333;
	}
	.home .cont07 .inner .flex_box .cont h3{
		font-size: 22px;
		margin: 33px 0 0 30px;
		order: 2;
	}
	.home .cont07 .inner .flex_box .cont .img{
		order: 1;
	}
	.home .cont07 .inner .flex_box .cont .text02{
		width: 100%;
		padding: 0 20px 0 30px;
		box-sizing: border-box;
		line-height: 1.875;
		margin-top: 18px;
		order: 3;
	}
	
	/* cont08 ----------------------------------------------*/
	.home .cont08{
		background: #f5f5f5;
	}
	.home .cont08 .inner{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 70px 155px 76px;
		box-sizing: border-box;
	}
	.home .cont08 .inner h2{
		width: 550px;
		padding: 20px 0 0;
		box-sizing: border-box;
	}
	.home .cont08 .inner address{
		width: 340px;
		color: #333;
	}
	.home .cont08 .inner address p{
		font-weight: bold;
		line-height: 2;
	}
	.home .cont08 .inner .text01{
		width: 100%;
		background: #fff;
		border: 3px solid #083090;
		border-radius: 10px;
		padding: 13px 0;
		box-sizing: border-box;
		color: #083090;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.7;
		margin-top: 26px;
	}
	
	/* cont09 ----------------------------------------------*/
	.home .cont09 .inner{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 80px 40px;
		box-sizing: border-box;
		color: #333;
	}
	.home .cont09 .inner .text_box{
		width: 650px;
	}
	.home .cont09 .inner .text_box h2{
		font-size: 32px;
		padding-top: 52px;
		background: url("img/home_text28.png")left top 8px no-repeat;
	}
	.home .cont09 .inner .text_box .text01{
		font-size: 18px;
		line-height: 1.89;
		margin-top: 40px;
	}
	.home .cont09 .inner .text_box .text02{
		color: #083090;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.4;
		margin-top: 38px;
	}
	.home .cont09 .inner .img_box{
		width: 470px;
	}
	.home .cont09 .inner .img_box .text03{
		text-align: right;
		font-weight: bold;
		margin-top: 2px;
	}
	.home .cont09 .inner .img_box .text03 span{
		display: inline-block;
		font-size: 32px;
		font-weight: bold;
		line-height: 1;
		margin-top: 5px;
		position: relative;
	}
		.home .cont09 .inner .img_box .text03 span::before{
			position: absolute;
			bottom: 2px;
			left: -165px;
			content: "";
			background: url("img/home_text29.png");
			width: 156px;
			height: 14px;
		}
	
	/* contact_box ----------------------------------------------*/
	.contact_box{
		background: #f5f5f5;
	}
	.contact_box .inner{
		padding: 120px 45px 0;
		box-sizing: border-box;
		color: #333;
	}
	.contact_box .inner h2{
		background: url("img/home_text30.png")center top no-repeat;
		padding-top: 80px;
		font-size: 20px;
		text-align: center;
	}
	.contact_box .inner .tel_box{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 1100px;
		height: 130px;
		background: #fff;
		border-radius: 10px;
		margin: 55px auto 0;
	}
	.contact_box .inner .tel_box h3{
		width: 305px;
		font-size: 24px;
	}
	.contact_box .inner .tel_box .text01{
		font-size: 18px;
		line-height: 1.2;
		margin-left: 8px;
	}
	.contact_box .inner > h3{
		font-size: 24px;
		text-align: center;
		margin-top: 54px;
	}
	.contact_box .inner table{
		border-collapse: separate;
		border-spacing: 5px 5px;
		margin: 16px auto 0;
		text-align: left;
	}
	.contact_box .inner table th{
		width: 390px;
		height: 60px;
		background: #083090;
		vertical-align: middle;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: 0 0 0 30px;
		box-sizing: border-box;
		position: relative;
	}
	.contact_box .inner table tr:first-of-type th{
		border-radius: 10px 0 0;
	}
	.contact_box .inner table tr:last-of-type th{
		border-radius: 0 0 0 10px;
	}
	.contact_box .inner table th span{
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
		width: 80px;
		height: 30px;
		background: #fff;
		border-radius: 5px;
		color: #083090;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
	}
	.contact_box .inner table td{
		width: 705px;
		height: 60px;
		background: #fff;
		vertical-align: middle;
		box-sizing: border-box;
	}
	.contact_box .inner table tr:first-of-type td{
		border-radius: 0 10px 0 0;
	}
	.contact_box .inner table tr:last-of-type td{
		border-radius: 0 0 10px;
	}
	.contact_box .inner table td input[type="text"],
	.contact_box .inner table td input[type="tel"],
	.contact_box .inner table td input[type="email"] {
		width: 705px;
		height: 60px;
		padding: 0 0 0 18px;
		font-size: 16px;
		line-height: 60px;
		box-sizing: border-box;
		background: #fff;
		border: none;
		color: #333 !important;
	}
	.contact_box .inner table td textarea{
		display: block;
		width: 705px !important;
		height: 190px !important;
		background: #fff;;
		border: none;
		box-sizing: border-box;
		padding: 18px;
		resize: none;
	}
	.contact_box .inner .privacy_check{
		text-align: center;
		margin-top: 50px;
	}
	.contact_box .inner .privacy_check input{
		-webkit-appearance: checkbox;
	}
	.contact_box .inner .button input{
		display: block;
		width: 370px;
		height: 60px;
		background: #333;
		border: 2px solid #333;
		border-radius: 30px;
		color: #fff;
		font-size: 16px;
		line-height: 60px;
		text-align: center;
		margin: 25px auto 0;
		box-sizing: border-box;
		cursor: pointer;
		transition: all .3s;
	}
	.contact_box .inner .button input:hover {
		background: #fff;
		color: #333;
		transition: all .3s;
	}
	.contact_box .inner h4{
		width: 1100px;
		background: #083090;
		border-radius: 10px 10px 0 0;
		box-sizing: border-box;
		margin: 50px auto 0;
		padding: 4px;
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		text-align: center;
	}
	.contact_box .inner .privacy_box{
		padding: 20px 35px 20px 40px;
		height: 200px;
		background: #fff;
		overflow-y: auto;
		width: 1100px;
		border-radius: 0 0 10px 10px;
		margin: 0 auto;
		box-sizing: border-box;
		text-align: left;
	}
	.contact_box .inner .privacy_box h5:nth-of-type(n+2) {
		margin-top: 20px;
	}
	.contact_box .inner .privacy_box .text02{
		margin-top: 5px;
		line-height: 1.8;
	}
	.contact_box .inner .privacy_box .text02 a {
		color: #333;
		text-decoration: underline;
	}

	/*thanks
--------------------------------------------------------------------------*/
	.thanks h1 {
		color: #333;
	}
	.thanks-cont01{
		padding: 100px 0 30px;
		color: #333;
	}
	.thanks-cont01 h2{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #00396c;
		background:transparent;
		margin-bottom: 25px;
		padding: 0;
	}
	.thanks-cont01 .text{
		line-height: 1.8;
		text-align: center;
		font-size: 14px;
	}
	.thanks-cont01 .button a{
		display: block;
		width: 300px;
		margin: auto;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 5px 0;
		text-align: center;
		background: #00396c;
		color: #fff;
		margin: 30px auto;
		border-radius: 25px;
	}

/* footer
------------------------------------------------------------------------*/
	footer{
		background: #f5f5f5;
	}
	footer .copy{
		color: #333;
		font-size: 14px;
		text-align: center;
		line-height: 135px;
	}
	footer .to_top{
		position: fixed;
		right: 30px;
		bottom: 30px;
		z-index: 1000;
	}
	footer .to_top a{
		display: block;
		width: 80px;
		height: 0;
		overflow: hidden;
		padding: 80px 0 0;
		background: url("img/to_top.png")center center/contain no-repeat;
	}
	
}



/*===============================================
横幅431px以下
===============================================*/
@media screen and (max-width: 431px) {
	html,
	body,
	.wrap{
		width: 430px;
		position: relative;
	}
	.inner{
		box-sizing: border-box;
		padding: 0 15px;
		width: auto;
	}
	img{
		max-width: 100%;
	}
	.pc{
		display: none;
	}
	.sp {
		display: block;
	}

	/* スムーススクロール設定 */
	html {
		scroll-behavior: smooth;
	}
	:root {
		--header-height: 100px;
	}

/* header
------------------------------------------------------------------------*/
	
	header{
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 10000;
	}
	header .inner{
		height: 70px;
		position: relative;
	}
	header h1{
		position: absolute;
		top: 45px;
		left: 10px;
		color: #333;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: -0.4px;
	}
	header .logo{
		position: absolute;
		top: 5px;
		left: 5px;
	}
	header .logo img{
		width: 200px;
	}
	header .text01 a{
		position: absolute;
		top: 15px;
		left: 245px;
		color: #333;
		font-size: 12px;
	}
		header .text01 a::before{
			position: absolute;
			top: 50%;
			left: -8px;
			transform: translateY(-50%);
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 3px 0 3px 4px;
			border-color: transparent transparent transparent #000000;
		}
	header .tel{
		position: absolute;
		top: 10px;
		right: 66px;
	}
	header .tel a{
		display: block;
		background: url("img/header_sp_icon01.png")center center no-repeat , linear-gradient(#555 , #000);
		width: 50px;
		height: 0;
		padding-top: 50px;
		overflow: hidden;
		border-radius: 25px;
		box-sizing: border-box;
	}
	header .text02{
		display: none;
	}
	header .button{
		position: absolute;
		top: 10px;
		right: 8px;
	}
	header .button a{
		display: block;
		width: 50px;
		height: 0;
		background: url("img/header_icon01.png")center center no-repeat , linear-gradient(#555 , #000);
		border-radius: 25px;
		padding-top: 50px;
		overflow: hidden;
		box-sizing: border-box;
	}

/* home
------------------------------------------------------------------------*/
	
	/* key ----------------------------------------------*/
	.home .key{
		background: #e5d5ac;
	}
	.home .key .box{
		height: 290px;
		background: url("img/home_key_bg_sp.png")center top no-repeat;
		padding: 75px 0 0;
		text-align: center;
		box-sizing: border-box;
		margin: 70px auto 0;
	}
	.home .key .box .in_box{
		width: 380px;
		background: rgba(255,255,255,0.75);
		padding: 20px 0;
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;

		animation-name: inBoxAnime;
		animation-fill-mode:backwards;
		animation-duration:1.5s;
		animation-timing-function:ease-in;
		animation-delay: 0.5s;
	}

	@keyframes inBoxAnime{
		0% {
		  opacity: 0;
		  transform: scale(0.1);
		}
	  
		80% {
		  opacity: 1;
		  transform: scale(1.1);
		}

		100% {
			opacity: 1;
			transform: scale(1);
		}
	}

		.home .key .box .in_box::before{
			position: absolute;
			bottom: -35px;
			left: -20px;
			content: "";
			background: url("img/home_key_img01.png");
			background-size: 175px;
			width: 175px;
			height: 90px;
		}
		.home .key .box .in_box::after{
			position: absolute;
			bottom: -22px;
			right: -20px;
			content: "";
			background: url("img/home_key_img02.png");
			background-size: 79px;
			width: 79px;
			height: 80px;
		}
	.home .key .box .in_box .text01{
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		width: 420px;
	}
	.home .key .box .in_box .text02{
		width: 366px;
		margin: 0 auto;
	}
	.home .key .box .in_box .text03{
		width: 360px;
		margin: -4px auto 0;
	}
	
	/* cont01 ----------------------------------------------*/
	.home .cont01{
		background: #e5d5ac;
		position: relative;
		z-index: 2;
	}
		.home .cont01::after{
			position: absolute;
			bottom: -33px;
			left: 50%;
			transform: translateX(-50%);
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 35px 100vw 0 100vw;
			border-color: #e5d5ac transparent transparent transparent;
		}
	.home .cont01 .inner{
		padding: 50px 20px 0;
	}
	.home .cont01 .inner h2{
		text-align: center;
	}
	.home .cont01 .inner ul{
		padding: 320px 0 0;
		margin-top: 20px;
		text-align: center;
		z-index: 10;
		position: relative;
	}
		.home .cont01 .inner ul::before{
			position: absolute;
			top: 0;
			left: 0;
			content: "";
			background: url("img/home_img01.png");
			background-size: 394px;
			width: 394px;
			height: 304px;
			z-index: -1;
		}
	.home .cont01 .inner ul li{
		display: inline-block;
		height: 50px;
		background: url("img/home_icon01.png")left 15px center no-repeat , linear-gradient(#555 , #000);
		background-size: 12px;
		padding: 0 15px 0 34px;
		border-radius: 25px;
		font-size: 14px;
		font-weight: bold;
		line-height: 50px;
		margin-bottom: 15px;
	}
	
	/* cont02 ----------------------------------------------*/
	.home .cont02{
		background: #3b0f00 url("img/home_bg01_sp.png")center top no-repeat;
		position: relative;
		z-index: 1;
	}
	.home .cont02 .inner{
		padding: 70px 20px 30px;
	}
	.home .cont02 .inner h2{
		text-align: center;
	}
	.home .cont02 .inner .text01{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 2;
	}
	.home .cont02 .inner .text01 span{
		background: linear-gradient(#ffd72c, #fbe5a4 50%, #e2bc49);
		border-radius: 5px;
		padding: 4px 0;
		color: #dd2e1e;
		font-weight: bold;
		margin-right: 6px;
	}
	.home .cont02 .inner .box{
		padding: 230px 0 0;
		margin: 30px 0 0;
		z-index: 10;
		position: relative;
	}
		.home .cont02 .inner .box::after{
			position: absolute;
			top: 0;
			left: 0;
			content: "";
			background: url("img/home_img02.png")no-repeat;
			background-size: 390px;
			width: 390px;
			height: 175px;
			z-index: -1;
		}
	.home .cont02 .inner .box .text02{
		display: block;
		width: 300px;
		background: #dd2e1e;
		border-radius: 5px;
		padding: 4px 0;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
		position: relative;
	}
		.home .cont02 .inner .box .text02::before{
			position: absolute;
			top: -30px;
			left: 50%;
			transform: translateX(-50%);
			content: "";
			background: url("img/home_text03.png");
			background-size: 308px;
			width: 308px;
			height: 17px;
		}
	.home .cont02 .inner .box .text02 span{
		font-style: italic;
		font-weight: bold;
	}
	.home .cont02 .inner .box ul{
		display: flex;
		justify-content: space-between;
		margin: 15px auto 0;
		width: 80%;
	}
	.home .cont02 .inner .box ul li{
		width: 48%;
	}
	.home .cont02 .inner .text03{
		margin: -40px -30px 0 0;
		z-index: 20;
		position: relative;
	}
	
	/* cont03 ----------------------------------------------*/
	.home .cont03{
		background: #000 url("img/home_bg02.png")center top no-repeat;
		background-size: 130%;
	}
	.home .cont03 .inner{
		padding: 50px 20px;
	}
	.home .cont03 .inner h2{
		width: 330px;
		text-align: center;
		margin-left: 60px;
	}
	.home .cont03 .inner .cont{
		padding: 100px 20px 20px;
		box-sizing: border-box;
		margin-top: 120px;
		z-index: 10;
		position: relative;
	}
		.home .cont03 .inner .cont::before{
			position: absolute;
			top: 0;
			left: 0;
			content: "";
			background: rgba(85,85,85,0.5);
			width: 390px;
			height: 100%;
			border-radius: 20px;
			z-index: -1;
		}
	.home .cont03 .inner .cont:nth-of-type(n+2){
		margin-top: 140px;
	}
	.home .cont03 .inner .cont h3{
		width: 100%;
		padding: 45px 0 0;
		font-size: 22px;
		line-height: 1.4;
		position: relative;
	}
		.home .cont03 .inner .cont h3::before{
			position: absolute;
			top: -12px;
			left: 0;
			content: "";
			background: url("img/home_text08.png");
			background-size: 170px;
			width: 170px;
			height: 57px;
			z-index: 100;
		}
		.home .cont03 .inner .cont:nth-of-type(2) h3::before{
			background: url("img/home_text09.png");
			background-size: 171px;
			width: 171px;
		}
		.home .cont03 .inner .cont:nth-of-type(3) h3::before{
			background: url("img/home_text10.png");
			background-size: 169px;
			width: 169px;
		}
	.home .cont03 .inner .cont h3 span{
		color: #f1da71;
		font-weight: bold;
	}
	.home .cont03 .inner .cont:nth-of-type(3) h3{
		padding: 40px 0 0;
	}
	.home .cont03 .inner .cont:nth-of-type(3) h3 span:first-of-type{
		color: #fff;
		font-size: 12px;
		font-weight: bold;
	}
	.home .cont03 .inner .cont .text01{
		width: 100%;
		font-size: 14px;
		line-height: 1.8;
		margin-top: 15px;
	}
	.home .cont03 .inner .cont .img{
		position: absolute;
		top: -100px;
		left: 50%;
		transform: translateX(-50%);
		width: 350px;
	}
		.home .cont03 .inner .cont .img::after{
			position: absolute;
			bottom: -70px;
			right: -28px;
			content: "";
			background: url("img/home_img07.png");
			background-size: 162px;
			width: 162px;
			height: 162px;
		}
	.home .cont03 .inner .cont .img img{
		width: 350px;
	}
	.home .cont03 .inner .cont .in_box{
		padding: 210px 0 0;
		box-sizing: border-box;
		margin-top: 30px;
		position: relative;
	}
	.home .cont03 .inner .cont .in_box h4{
		font-size: 22px;
		line-height: 1.7;
		text-align: center;
		position: relative;
	}
		.home .cont03 .inner .cont .in_box h4::before{
			position: absolute;
			top: -35px;
			left: 5px;
			content: url("img/home_line01.png");
			transform: scale(0.7);
		}
		.home .cont03 .inner .cont .in_box h4::after{
			position: absolute;
			bottom: -14px;
			left: 0;
			content: "";
			background: #dd2e1e;
			width: 350px;
			height: 3px;
			z-index: 10;
		}
	.home .cont03 .inner .cont .in_box h4 span{
		display: block;
		font-size: 14px;
		font-weight: bold;
		margin: 2px 0;
	}
	.home .cont03 .inner .cont .in_box .text02{
		font-size: 14px;
		line-height: 1.8;
		margin: 26px 0 0;
	}
	.home .cont03 .inner .cont .in_box .text03{
		width: 350px;
		height: 75px;
		background: url("img/home_bg03.png")no-repeat;
		background-size: 100%;
		padding: 24px 20px 0 40px;
		box-sizing: border-box;
		font-size: 10px;
		line-height: 1.75;
		margin-top: 2px;
	}
	.home .cont03 .inner .cont .in_box .mov{
		position: absolute;
		top: 0;
		left: 15px;
	}
	.home .cont03 .inner .cont .in_box .mov img{
		width: 320px;
	}
	
	/* cont04 ----------------------------------------------*/
	.home .cont04{
		background: #510001 url("img/home_bg04.png")center top no-repeat;
		background-size: 130%;
	}
	.home .cont04 .inner{
		padding: 50px 20px;
	}
	.home .cont04 .inner h2{
		width: 330px;
		text-align: center;
		margin-left: 60px;
	}
	.home .cont04 .inner .cont{
		padding: 100px 20px 20px;
		box-sizing: border-box;
		margin-top: 120px;
		z-index: 10;
		position: relative;
	}
		.home .cont04 .inner .cont::before{
			position: absolute;
			top: 0;
			left: 0;
			content: "";
			background: rgba(85,85,85,0.5);
			width: 390px;
			height: 100%;
			border-radius: 20px;
			z-index: -1;
		}
	.home .cont04 .inner .cont:nth-of-type(n+2){
		margin-top: 140px;
	}
	.home .cont04 .inner .cont h3{
		width: 100%;
		padding: 45px 0 0;
		font-size: 22px;
		line-height: 1.4;
		position: relative;
	}
		.home .cont04 .inner .cont h3::before{
			position: absolute;
			top: -12px;
			left: 0;
			content: "";
			background: url("img/home_text12.png");
			background-size: 234px;
			width: 234px;
			height: 57px;
			z-index: 20;
		}
		.home .cont04 .inner .cont:nth-of-type(2) h3::before{
			background: url("img/home_text13.png");
			background-size: 235px;
			width: 235px;
		}
	.home .cont04 .inner .cont h3 span{
		color: #f1da71;
		font-weight: bold;
	}
	.home .cont04 .inner .cont:nth-of-type(2) h3 span {
		margin-left: -13px;
	}
	.home .cont04 .inner .cont .text01{
		width: 100%;
		font-size: 14px;
		line-height: 1.8;
		margin-top: 15px;
	}
	.home .cont04 .inner .cont .img{
		position: absolute;
		top: -100px;
		left: 50%;
		transform: translateX(-50%);
		width: 350px;
	}
		.home .cont04 .inner .cont .img::after{
			position: absolute;
			bottom: -69px;
			right: -28px;
			content: "";
			background: url("img/home_img10.png");
			background-size: 165px;
			width: 165px;
			height: 165px;
		}
	.home .cont04 .inner .cont .img img{
		width: 350px;
	}
	
	/* cont05 ----------------------------------------------*/
	.home .cont05{
		background: #000 url("img/home_bg05.png")center top no-repeat;
		background-size: 130%;
	}
	.home .cont05 .inner{
		padding: 50px 20px;
	}
	.home .cont05 .inner h2{
		width: 330px;
		text-align: center;
		margin-left: 60px;
	}
	.home .cont05 .inner .cont{
		padding: 100px 20px 20px;
		box-sizing: border-box;
		margin-top: 120px;
		z-index: 10;
		position: relative;
	}
		.home .cont05 .inner .cont::before{
			position: absolute;
			top: 0;
			left: 0;
			content: "";
			background: rgba(85,85,85,0.5);
			width: 390px;
			height: 100%;
			border-radius: 20px;
			z-index: -1;
		}
	.home .cont05 .inner .cont:nth-of-type(n+2){
		margin-top: 140px;
	}
	.home .cont05 .inner .cont h3{
		width: 100%;
		padding: 45px 0 0;
		font-size: 22px;
		line-height: 1.4;
		position: relative;
	}
		.home .cont05 .inner .cont h3::before{
			position: absolute;
			top: -12px;
			left: 0;
			content: "";
			background: url("img/home_text15.png");
			background-size: 263px;
			width: 263px;
			height: 57px;
			z-index: 20;
		}
		.home .cont05 .inner .cont:nth-of-type(2) h3::before{
			top: -10px;
			background: url("img/home_text16.png");
			background-size: 257px;
			width: 257px;
		}
		.home .cont05 .inner .cont:nth-of-type(3) h3::before{
			background: url("img/home_text17.png");
			background-size: 262px;
			width: 262px;
		}
	.home .cont05 .inner .cont h3 span{
		color: #f1da71;
		font-weight: bold;
	}
	.home .cont05 .inner .cont:nth-of-type(2) h3 span:first-of-type{
		display: block;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 0 4px;
		position: relative;
	}
		.home .cont05 .inner .cont:nth-of-type(2) h3 span:first-of-type::before{
			position: absolute;
			top: -35px;
			left: -35px;
			content: url("img/home_line02.png");
			transform: scale(0.7);
		}
	.home .cont05 .inner .cont .text01{
		width: 100%;
		font-size: 14px;
		line-height: 1.8;
		margin-top: 15px;
	}
	.home .cont05 .inner .cont .img{
		position: absolute;
		top: -100px;
		left: 50%;
		transform: translateX(-50%);
		width: 350px;
	}
		.home .cont05 .inner .cont .img::after{
			position: absolute;
			bottom: -69px;
			right: -28px;
			content: "";
			background: url("img/home_img14.png");
			background-size: 162px;
			width: 162px;
			height: 162px;
		}
	.home .cont05 .inner .cont .img img{
		width: 350px;
	}
	.home .cont05 .inner h4{
		text-align: center;
		margin-top: 35px;
	}
	.home .cont05 .inner .flex_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 20px;
		box-sizing: border-box;
		width: 100%;
		margin-top: 20px;
	}
	.home .cont05 .inner .flex_box .plan_box{
		width: 350px;
		height: 189px;
		background: url("img/home_bg06.png")no-repeat;
		background-size: 350px;
		padding: 20px 25px 0 30px;
		box-sizing: border-box;
	}
	.home .cont05 .inner .flex_box .plan_box:nth-of-type(2){
		background: url("img/home_bg07.png");
		background-size: 350px;
		margin-top: 15px;
	}
	.home .cont05 .inner .flex_box .plan_box h5{
		color: #f1da71;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
		.home .cont05 .inner .flex_box .plan_box h5::before{
			content: "-";
			padding-right: 4px;
		}
		.home .cont05 .inner .flex_box .plan_box h5::after{
			content: "-";
			padding-left: 4px;
		}
	.home .cont05 .inner .flex_box .plan_box .price{
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
	}
	.home .cont05 .inner .flex_box .plan_box .price span{
		font-size: 14px;
		font-weight: bold;
	}
	.home .cont05 .inner .flex_box .plan_box .text03{
		font-size: 12px;
		line-height: 1.75;
		margin-top: 10px;
	}
	.home .cont05 .inner .text04{
		font-size: 12px;
		margin: 10px 30px 0;
	}
	.home .cont05 .inner table{
		border-collapse: separate;
		border-spacing: 3px 3px;
		margin: 30px auto 0;
		width: 389px;
		font-size: 12px;
	}
	.home .cont05 .inner table tr th{
		width: 270px;
		height: 50px;
		background: #333;
		padding: 0 0 0 15px;
		box-sizing: border-box;
		line-height: 50px;
		text-align: left;
		font-weight: bold;
	}
	.home .cont05 .inner table tr:first-of-type th{
		background: #606060;
		padding: 0;
		border-radius: 10px 10px 0 0;
		text-align: center;
		position: relative;
	}
	.home .cont05 .inner table tr:last-of-type th{
		border-radius: 0 0 0 10px;
	}
	.home .cont05 .inner table tr th span{
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		display: block;
		font-size: 10px;
	}
	.home .cont05 .inner table tr td{
		width: 110px;
		height: 50px;
		background: #333;
		padding: 0 0 0 10px;
		box-sizing: border-box;
		line-height: 50px;
		text-align: left;
	}
	.home .cont05 .inner table tr:last-of-type td{
		border-radius: 0 0 10px;
	}
	
	/* cont06 ----------------------------------------------*/
	.home .cont06{
		background: url("img/home_bg08.png")center top no-repeat,linear-gradient(90deg, #d7ba74, #e5d5ac 50%, #d7ba74);
		background-size: 130%;
		padding-bottom: 50px;
	}
	.home .cont06 .inner{
		padding: 50px 20px 0;
	}
	.home .cont06 .inner h2{
		text-align: center;
	}
	.home .cont06 .inner .flex_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}
	.home .cont06 .inner .flex_box .cont{
		width: 350px;
		border-radius: 10px;
		background: rgba(145,0,8,0.8);
		box-shadow: 0 0 25px rgba(0,0,0,0.15);
		padding: 130px 25px 33px 35px;
		box-sizing: border-box;
		margin-top: 126px;
		position: relative;
	}
	.home .cont06 .inner .flex_box .cont h3{
		font-size: 18px;
		position: relative;
	}
		.home .cont06 .inner .flex_box .cont h3::before{
			position: absolute;
			top: -20px;
			left: 0;
			content: "";
			background: url("img/home_text20.png");
			background-size: 79px;
			width: 79px;
			height: 11px;
		}
		.home .cont06 .inner .flex_box .cont:nth-of-type(2) h3::before{
			background: url("img/home_text21.png");
			background-size: 81px;
			width: 81px;
		}
		.home .cont06 .inner .flex_box .cont:nth-of-type(3) h3::before{
			background: url("img/home_text22.png");
			background-size: 81px;
			width: 81px;
		}
		.home .cont06 .inner .flex_box .cont:nth-of-type(4) h3::before{
			background: url("img/home_text23.png");
			background-size: 82px;
			width: 82px;
		}
		.home .cont06 .inner .flex_box .cont:nth-of-type(5) h3::before{
			background: url("img/home_text24.png");
			background-size: 82px;
			width: 82px;
		}
		.home .cont06 .inner .flex_box .cont:nth-of-type(6) h3::before{
			background: url("img/home_text25.png");
			background-size: 81px;
			width: 81px;
		}
	.home .cont06 .inner .flex_box .cont .text01{
		font-size: 14px;
		line-height: 1.8;
		margin-top: 12px;
	}
	.home .cont06 .inner .flex_box .cont .img{
		position: absolute;
		top: -90px;
		left: 50%;
		transform: translateX(-50%);
		width: 300px;
	}
	.home .cont06 .inner .text02{
		margin: 22px 20px 0 0;
	}
	.home .cont06 .bg{
		height: 130px;
		animation: bMove 40s linear infinite;
		background: url("img/home_bg09_sp.png");
		margin-top: 5px;
	}
	@keyframes bMove{
		0% {background-position: 905px 0;}
		25% {background-position: 678.75px 0;}
		50% {background-position: 452.5px 0;}
		75% {background-position: 226.25px 0;}
		100% {background-position: 0 0;}
	}
	
	/* cont07 ----------------------------------------------*/
	.home .cont07{
		background: #510001 url("img/home_bg10.png")center top no-repeat;
		background-size: 150%;
	}
	.home .cont07 .inner{
		padding: 50px 20px;
	}
	.home .cont07 .inner h2{
		width: 280px;
		margin: 0 auto;
	}
	.home .cont07 .inner .text01{
		font-size: 20px;
		margin-top: 5px;
		text-align: center;
		font-weight: bold;
		text-shadow: 0 0 15px rgba(255,255,255,0.3);
		z-index: 10;
		position: relative;
	}
		.home .cont07 .inner .text01::before{
			position: absolute;
			top: -80px;
			left: -30px;
			content: "";
			background: url("img/home_img21.png");
			background-size: 162px;
			width: 162px;
			height: 162px;
			z-index: -1;
		}
	.home .cont07 .inner .flex_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 40px;
	}
	.home .cont07 .inner .flex_box .cont{
		display: flex;
		flex-wrap: wrap;
		width: 380px;
		background: #fff;
		padding-bottom: 30px;
		border: 9px solid #e6c351;
		border-radius: 10px;
		box-sizing: border-box;
		color: #333;
	}
	.home .cont07 .inner .flex_box .cont:nth-of-type(n+2){
		margin-top: 20px;
	}
	.home .cont07 .inner .flex_box .cont h3{
		font-size: 22px;
		margin: 33px 0 0 30px;
		order: 2;
	}
	.home .cont07 .inner .flex_box .cont .img{
		order: 1;
	}
	.home .cont07 .inner .flex_box .cont .text02{
		width: 100%;
		padding: 0 20px 0 30px;
		box-sizing: border-box;
		line-height: 1.875;
		margin-top: 18px;
		order: 3;
	}
	
	/* cont08 ----------------------------------------------*/
	.home .cont08{
		background: #f5f5f5;
	}
	.home .cont08 .inner{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 50px 20px;
		box-sizing: border-box;
	}
	.home .cont08 .inner h2{
		width: 350px;
		box-sizing: border-box;
	}
	.home .cont08 .inner address{
		color: #333;
		text-align: center;
		margin-top: 20px;
	}
	.home .cont08 .inner address p{
		font-size: 14px;
		font-weight: bold;
		line-height: 2;
	}
	.home .cont08 .inner .text01{
		width: 100%;
		background: #fff;
		border: 3px solid #083090;
		border-radius: 10px;
		padding: 12px 0;
		box-sizing: border-box;
		color: #083090;
		font-weight: bold;
		text-align: center;
		line-height: 1.7;
		margin-top: 20px;
	}
	
	/* cont09 ----------------------------------------------*/
	.home .cont09 .inner{
		padding: 50px 20px;
		box-sizing: border-box;
		color: #333;
		position: relative;
	}
	.home .cont09 .inner .text_box{
		width: 380px;
		margin: 0 auto;
	}
	.home .cont09 .inner .text_box h2{
		background: url("img/home_text28.png")center top no-repeat;
		background-size: 80px;
		padding-top: 28px;
		font-size: 24px;
		text-align: center;
	}
	.home .cont09 .inner .text_box .text01{
		font-size: 14px;
		line-height: 1.7;
		margin-top: 450px;
	}
	.home .cont09 .inner .text_box .text02{
		color: #083090;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		margin-top: 30px;
	}
	.home .cont09 .inner .img_box{
		position: absolute;
		top: 135px;
		left: 50%;
		transform: translateX(-50%);
		width: 300px;
	}
	.home .cont09 .inner .img_box .text03{
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		margin-top: 2px;
	}
	.home .cont09 .inner .img_box .text03 span{
		display: inline-block;
		padding-left: 115px;
		font-size: 26px;
		font-weight: bold;
		line-height: 1;
		margin-top: 5px;
		position: relative;
	}
		.home .cont09 .inner .img_box .text03 span::before{
			position: absolute;
			bottom: 2px;
			left: 0;
			content: "";
			background: url("img/home_text29.png");
			background-size: 104px;
			width: 104px;
			height: 10px;
		}
	
	/* contact_box ----------------------------------------------*/
	.contact_box{
		background: #f5f5f5;
	}
	.contact_box .inner{
		padding: 65px 20px 0;
		box-sizing: border-box;
		color: #333;
	}
	.contact_box .inner h2{
		background: url("img/home_text30.png")center top no-repeat;
		background-size: 280px;
		padding-top: 50px;
		font-size: 18px;
		text-align: center;
	}
	.contact_box .inner .tel_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 390px;
		background: #fff;
		border-radius: 10px;
		padding: 20px 0;
		box-sizing: border-box;
		margin: 40px auto 0;
	}
	.contact_box .inner .tel_box h3{
		width: 100%;
		font-size: 20px;
		text-align: center;
	}
	.contact_box .inner .tel_box .tel{
		width: 300px;
		margin-top: 15px;
	}
	.contact_box .inner .tel_box .text01{
		font-size: 14px;
		line-height: 1.2;
		margin-top: 5px;
	}
	.contact_box .inner > h3{
		font-size: 20px;
		text-align: center;
		margin-top: 40px;
	}
	.contact_box .inner table{
		border-collapse: separate;
		border-spacing: 0 0;
		margin: 12px auto 0;
		text-align: left;
	}
	.contact_box .inner table tr,
	.contact_box .inner table th,
	.contact_box .inner table td{
		display: block;
	}
	.contact_box .inner table th{
		width: 390px;
		height: 50px;
		background: #083090;
		color: #fff;
		font-weight: bold;
		padding: 0 0 0 20px;
		line-height: 50px;
		box-sizing: border-box;
		position: relative;
	}
	.contact_box .inner table tr:first-of-type th{
		border-radius: 10px 10px 0 0;
	}
	.contact_box .inner table th span{
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 60px;
		height: 26px;
		background: #fff;
		border-radius: 5px;
		color: #083090;
		font-size: 14px;
		font-weight: bold;
		line-height: 26px;
		text-align: center;
	}
	.contact_box .inner table td{
		width: 390px;
		/* height: 60px; */
		/* background: #fff; */
		vertical-align: middle;
		box-sizing: border-box;
	}
	.contact_box .inner table tr:last-of-type td{
		height: 190px;
		border-radius: 0 0 10px 10px;
	}
	.contact_box .inner table td input[type="text"],
	.contact_box .inner table td input[type="tel"],
	.contact_box .inner table td input[type="email"] {
		width: 100%;
		height: 60px;
		padding: 0 0 0 18px;
		font-size: 16px;
		line-height: 60px;
		box-sizing: border-box;
		background: #fff;
		border: none;
		color: #333 !important;
	}
	.contact_box .inner table td textarea{
		display: block;
		width: 100% !important;
		height: 190px !important;
		background: #fff;;
		border: none;
		border-radius: 0 0 10px 10px;
		box-sizing: border-box;
		padding: 18px;
	}
	.contact_box .inner .privacy_check{
		text-align: center;
		margin-top: 40px;
	}
	.contact_box .inner .privacy_check input{
		-webkit-appearance: checkbox;
	}
	.contact_box .inner .button input{
		display: block;
		width: 370px;
		height: 60px;
		background: #333;
		border-radius: 30px;
		border: none;
		color: #fff;
		font-size: 16px;
		line-height: 60px;
		text-align: center;
		margin: 25px auto 0;
		box-sizing: border-box;
		cursor: pointer;
	}
	.contact_box .inner h4{
		width: 390px;
		background: #083090;
		border-radius: 10px 10px 0 0;
		box-sizing: border-box;
		margin: 50px auto 0;
		padding: 4px;
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		text-align: center;
	}
	.contact_box .inner .privacy_box{
		padding: 20px 30px;
		height: 200px;
		background: #fff;
		overflow: scroll;
		width: 390px;
		border-radius: 0 0 10px 10px;
		margin: 0 auto;
		box-sizing: border-box;
		text-align: left;
	}
	.contact_box .inner .privacy_box h5{
		font-size: 14px;
		line-height: 1.875;
	}
	.contact_box .inner .privacy_box .text02{
		font-size: 14px;
		line-height: 1.875;
	}


/*thanks
--------------------------------------------------------------------------*/
	.thanks h1 {
		color: #333;
		max-width: 290px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.thanks-cont01{
		margin-top: 105px;
		padding: 80px 0 50px;
		color: #333;
	}
	.thanks-cont01 h2{
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		color: #00396c;
		background:transparent;
		margin-bottom: 40px;
		padding: 0;
	}
	.thanks-cont01 .text{
		line-height: 1.8;
		text-align: center;
		font-size: 14px;
	}
	.thanks-cont01 .button a{
		display: block;
		width: 250px;
		margin: auto;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 10px 0;
		text-align: center;
		background: #00396c;
		color: #fff;
		margin: 40px auto 30px;
		border-radius: 25px;
	}


/* footer
------------------------------------------------------------------------*/
	footer{
		background: #f5f5f5;
	}
	footer .copy{
		color: #333;
		font-size: 12px;
		text-align: center;
		line-height: 100px;
	}
	footer .to_top{
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 1000;
	}
	footer .to_top a{
		display: block;
		width: 50px;
		height: 0;
		overflow: hidden;
		padding: 50px 0 0;
		background: url("img/to_top.png")center center/contain no-repeat;
		background-size: 50px;
	}
}


/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
	box-sizing: border-box;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul, form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li, form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	margin-left: 10px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
	color: #333 !important;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	margin: 5px 0 0 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	background-image: url(img/mfp_error.gif);
}
.privacy_check div.mfp_err {
	width: 330px;
	text-align: center;
	margin: 5px auto 0px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next, button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th, table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: #333;
	border: 1px solid #333;
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	background: #fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next, button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item, input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td, div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #111;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #111;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}

div#mfp_OperationCheck ul li {
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: linear-gradient(#EEE, #CCC);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background {
		width: 1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay {
		width: 1240px !important;
	}
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		box-shadow: none;
		display: none;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}
@media screen and (max-width: 431px) {
	div#mfp_overlay_background {
		width: 430px !important;
		height: 100% !important;
	}
	div#mfp_overlay {
		width: 430px !important;
	}
	div#mfp_overlay_inner {
		width: 390px;
		max-width: none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width: 300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width: 300px;
		margin-right: 3px;
	}
}