@charset "utf-8";
html{
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size:min(2vw,20px);
	font-weight:500;
	text-align:center;
	color:#222;
	line-height:2;
	font-feature-settings: "palt";
}

@media screen and (max-width:750px){
	body {
		font-size:3.7vw;
		line-height:1.7;
	}
}

a {
	color:#222;
	transition : opacity 0.4s;
	-webkit-transition : opacity 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.7;
}

@media screen and (max-width:750px){
	a:hover {
		opacity: 1;
	}
}

img{
	max-width:100%;
	vertical-align:bottom;
}

.only_sp,
.only_sp_i,
.only_sp_f{
	display:none !important;
}

@media screen and (max-width:750px){
	.only_pc{
		display:none !important;
	}
	.only_sp{
		display:block !important;
	}
	.only_sp_i{
		display:inline-block !important;
	}
	.only_sp_f{
		display: -webkit-flex !important;
		display: flex !important;
	}
}

#wrapper{
}

.inner{
	max-width:1060px;
	width:94%;
	margin:auto;
}

@media screen and (max-width:750px){
	.inner{
		width:86%;
	}
}


/* 色関係 */
.orange{
	color:#ff6c00;
}
.bg_orange{
	color:#fff;
	background-color:#ff6c00;
}
.bg_orange2{
	color:#fff;
	background-color:#f9b600;
}
.bg_green{
	color:#fff;
	background-color:#00c200;
}
.bg_yellow{
	background-color:#ffee64;
}


/* 書式 */
.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}
.text_center{
	text-align:center;
}

.bold{
	font-weight:bold;
}
.black{
	font-weight:900;
}

.blc{
	display:block;
}
.marker{
	background:linear-gradient(transparent 60%, #ffee64 60%);
}


/* ボタン */
.btn{
	line-height:2.6;
	padding-right:0.3em;
	display:inline-block;
	font-size:min(2.7vw,31px);
	font-weight:900;
	letter-spacing:0.03em;
	text-indent:0.03em;
	text-shadow:0 3px 0 rgba(167,167,167,0.3);
	box-shadow:inset 0 -4px 0 rgba(0,0,0,0.3);
	border-radius:100px;
	position:relative;
}
.btn .fuki{
	width:min(20vw,200px);
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%,-50%);
}
.btn .arrow{
	width:0.8em;
	position:absolute;
	right:0.5em;
	top:50%;
	transform:translateY(-50%);
}

@media screen and (max-width:750px){
	.btn{
		line-height:2.6;
		padding-right:0.3em;
		font-size:5vw;
		text-shadow:0 3px 0 rgba(167,167,167,0.3);
		box-shadow:inset 0 -4px 0 rgba(0,0,0,0.3);
	}
	.btn .fuki{
		width:45%;
	}
	.btn .arrow{
		width:0.8em;
		position:absolute;
		right:0.5em;
		top:50%;
		transform:translateY(-50%);
	}
}


/* header */
header{
	max-width:1360px !important;
	height:82px;
	padding:0 20px;
	background-color:#fff;
	border-radius:100px;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position:fixed;
	top:20px;
	left:50%;
	z-index:100;
	transform:translateX(-50%);
}
header.center{
	width:100%;
	max-width:none !important;
	height:100px;
	padding:0 20px;
	background-color:#fff;
	border-radius:0;
	box-shadow:0 5px 5px rgba(0,0,0,0.15);
	-webkit-justify-content: center;
	justify-content: center;
	top:0;
	left:0;
	transform:none;
}
header .head_logo{
	width:58px;
	line-height:0;
}
header .pc_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
header .pc_nav ul li{
	margin:0;
	font-size:min(1vw,15px);
	font-weight:bold;
}
header .pc_nav ul li:nth-child(n+2){
	margin-left:2em;
}
header .pc_nav ul li:last-child{
	margin-left:1.5em;
}
header .pc_nav ul li a{
	letter-spacing:0.03em;
}
header .pc_nav ul li.tel a{
	text-align:left;
}
header .pc_nav ul li.tel a .large{
	line-height:1.2;
	display:block;
	font-size:min(2vw,29px);
	font-weight:900;
	letter-spacing:0.04em;
}
header .pc_nav ul li.tel a .small{
	line-height:1.2;
	display:block;
	font-size:min(0.9vw,12px);
	letter-spacing:0.02em;
}
header .pc_nav ul li a.btn{
	line-height:3.4;
	padding:0 1.5em;
	font-size:min(1.1vw,16px);
	text-shadow:none;
	box-shadow:none;
}

@media screen and (max-width:1024px){
	header .pc_nav{
		margin-left:auto;
	}
	header .pc_nav ul .only_pc{
		display:none !important;
	}
	header .pc_nav ul li.tel a .large{
		font-size:25px;
	}
	header .pc_nav ul li.tel a .small{
		font-size:10px;
	}
	header .pc_nav ul li a.btn{
		font-size:14px;
	}
}

@media screen and (max-width:750px){
	header{
		width:94% !important;
		height:60px;
		padding:0 15px;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
		top:15px;
	}
	header.center{
		width:100% !important;
		height:60px;
	}
	header .head_logo{
		width:40px;
	}
	header .pc_nav ul li.tel a .large{
		font-size:22px;
	}
	header .pc_nav ul li.tel a .small{
		font-size:9px;
	}
	header .pc_nav ul li:last-child{
		display:none;
	}
}

@media screen and (max-width:400px){
	header .pc_nav{
		margin:0 auto;
	}
}


/* #btnmenu */
#btnmenu{
	width:50px;
	height:50px;
	margin:0 0 0 1em;
	padding:0;
	position:relative;
	z-index:101;
	cursor:pointer;
	display:none;
}
@media screen and (max-width:1024px){
	#btnmenu{
		display:block;
	}
}
#btnmenu span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	border-radius:0px;
	margin: -2px 0 0 -20px;
	background: #272929;
	-webkit-transition: .2s;
	transition: .2s;
}
#btnmenu span:before,
#btnmenu span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 4px;
	background: #272929;
	border-radius:0px;
	-webkit-transition: .3s;
	transition: .3s;
}

#btnmenu span:before{
	width: 40px;
	margin-top: -15px;
}

#btnmenu span:after{
	width: 20px;
	margin-top: 12px;
}
#btnmenu.close span{
	width:50px;
	height:50px;
	margin-top:-25px;
	margin-left:-35px;
	box-shadow:none;
	background-color:transparent;
	border-radius:0;
}

#btnmenu.close span:before,
#btnmenu.close span:after{
	margin-top: 0;
	background-color:#272929;
}

#btnmenu.close span:before{
	width: 40px;
	height: 4px;
	margin: -3px 0 0 15px;
	border-radius:0px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#btnmenu.close span:after{
	width: 40px;
	height: 4px;
	margin: -3px 0 0 15px;
	border-radius:0px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media screen and (max-width:750px){
	#btnmenu{
		width:40px;
		height:40px;
		margin:0 0 0 0.5em;
	}
	#btnmenu span{
		width: 20px;
		height: 3px;
		border-radius:0px;
		margin: -2px 0 0 -15px;
	}
	#btnmenu span:before,
	#btnmenu span:after{
		height: 3px;
	}

	#btnmenu span:before{
		width: 30px;
		margin-top: -12px;
	}

	#btnmenu span:after{
		width: 12px;
		margin-top: 8px;
	}
	#btnmenu.close span{
		width:40px;
		height:40px;
		margin-top:-10px;
		margin-left:-30px;
	}
	#btnmenu.close span:before{
		width: 30px;
		height: 3px;
		margin: -12px 0 0 15px;
		border-radius:0px;
	}
	#btnmenu.close span:after{
		width: 30px;
		height: 3px;
		margin: -12px 0 0 15px;
	}
}

@media screen and (max-width:400px){
	#btnmenu{
		margin:0;
	}
}


/* .sp_nav */
.sp_nav{
	width:100%;
	height:100vh;
	padding-top:140px;
	background-color:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	display:none;
}
.sp_nav ul li{
	margin-top:1em;
	font-size:16px;
	font-weight:bold;
}
.sp_nav ul li:last-child{
	display:none;
}
.sp_nav ul li a{
	letter-spacing:0.03em;
	text-indent:0.03em;
}

@media screen and (max-width:750px){
	.sp_nav{
		padding-top:90px;
	}
	.sp_nav ul li:last-child{
		margin-top:2em;
		display:block;
	}
	.sp_nav ul li .btn{
		padding:0 1.5em;
		font-size:18px;
	}
}

/* article */
article{
}
article.pdt{
	padding-top:100px;
	
}
@media screen and (max-width:750px){
	article.pdt{
		padding-top:60px;
	}
}



/* #mv */
#mv{
	padding-bottom:170px;
	overflow:hidden;
	position:relative;
	background:url(../img/mv_bg.webp)no-repeat center center;
	background-size:cover;
}
#mv .sec{
	max-width:1360px;
	padding:150px 650px 0 0;
}
#mv .sec h1 .fuki{
	display:block;
	line-height:1.5;
	margin-bottom:1.5%;
	font-size:min(1.6vw,22px);
	font-weight:bold;
	letter-spacing:0.07em;
	padding:0.3em 0 0.3em 0.07em;
	background:url(../img/mv_fuki.png)no-repeat center center;
	background-size:100% auto;
}
#mv .sec p{
	font-size:min(1.9vw,19px);
	text-align:left;
	letter-spacing:0.03em;
}
#mv .loop_wrap{
	width:60%;
	max-width:720px;
	height:100%;
	position:absolute;
	top:0;
	left:56%;
	transform:rotate(10deg);
}
#mv .loop_wrap img{
	display:block;
	width:100%;
	max-width:none;
}
#mv .loop_wrap img:first-child {
	animation: loop1 60s -30s linear reverse infinite;
}
#mv .loop_wrap img:last-child {
	animation: loop2 60s linear reverse infinite;
}
@keyframes loop1 {
	0% {
		transform: translateY(100%);
	}
	to {
		transform: translateY(-100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateY(0);
	}
	to {
		transform: translateY(-200%);
	}
}

@media screen and (max-width:1360px){
	#mv{
		padding-bottom:12%;
	}
	#mv .sec{
		padding:150px 45% 0 0;
	}
	#mv .loop_wrap{
		width:45%;
	}
}

@media screen and (max-width:750px){
	#mv{
		padding-bottom:45%;
		overflow:hidden;
		position:static;
		background:url(../img/mv_bg_s.webp)no-repeat center center;
		background-size:cover;
	}
	#mv .sec{
		padding:90px 0 0;
	}
	#mv .sec h1 .fuki{
		font-size:3.5vw;
		padding:0.3em 0 0.3em 0.07em;
		background:url(../img/mv_fuki_s.png)no-repeat center center;
		background-size:100% auto;
	}
	#mv .sec p{
		font-size:4vw;
		position:relative;
	}
	#mv .sec p img{
		width:46%;
		position:absolute;
		bottom:100%;
		right:0;
	}
	#mv .loop_wrap_s{
		width:100%;
		margin:5% 0;
		transform:rotate(-7deg);
	}
	#mv .loop_wrap_s img{
		display:block;
		width:400%;
		max-width:none;
	}
	#mv .loop_wrap_s img:first-child {
		animation: loop3 60s -30s linear reverse infinite;
	}
	#mv .loop_wrap_s img:last-child {
		animation: loop4 60s linear reverse infinite;
	}
	@keyframes loop3 {
		0% {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}

	@keyframes loop4 {
		0% {
			transform: translateX(0);
		}
		to {
			transform: translateX(-200%);
		}
	}
}


/* .cta */
.cta{
	padding:min(7vw,70px) 0;
	background:url(../img/cta_bg.webp)no-repeat center center;
	background-size:cover;
}
.cta.first{
	margin-top:-7%;
	padding:0;
	background-image:none;
	position:relative;
}
.cta .inner{
	background-color:#fff;
	padding:min(2vw,20px) min(5vw,50px);
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
	border-radius:1.5em;
}
.cta.first .inner{
	position:relative;
}
.cta.first .inner > img{
	width:min(20vw,285px);
	position:absolute;
	top:0;
	right:0;
	transform:translate(50%,-55%);
}
.cta .inner h2 .large{
	font-size:min(4vw,40px);
	font-style:italic;
}
.cta .inner h2 .small{
	margin-left:1em;
	font-size:min(2.1vw,21px);
}
.cta .inner .btns{
	margin-top:min(3vw,30px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cta .inner .btns li{
	width:49%;
}
.cta .inner .btns li .btn{
	width:100%;
}
.cta .inner .tel{
	margin-top:min(1.5vw,15px);
}
.cta .inner .tel dt{
	font-size:min(1.9vw,19px);
	font-weight:bold;
	letter-spacing:0.03em;
	text-indent:0.03em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.cta .inner .tel dt:before{
	content:'';
	display:block;
	width:8em;
	height:1px;
	margin-right:1em;
	background-color:#222;
}
.cta .inner .tel dt:after{
	content:'';
	display:block;
	width:8em;
	height:1px;
	margin-left:1em;
	background-color:#222;
}
.cta .inner .tel dd{
	margin-top:min(1vw,10px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.cta .inner .tel dd .title{
	width:2.5em;
	height:2.5em;
	line-height:1;
	margin-right:0.7em;
	padding-right:0.1em;
	font-size:min(2.7vw,27px);
	font-weight:900;
	font-style:italic;
	letter-spacing:0.02em
	text-indent:-0.02em;
	color:#fff;
	background-color:#222;
		display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.cta .inner .tel dd a{
	display:inline-block;
	text-align:left;
}
.cta .inner .tel dd a .large{
	line-height:0.8;
	display:block;
	font-size:min(5vw,50px);
	font-weight:900;
}
.cta .inner .tel dd a .small{
	line-height:2;
	display:block;
	font-size:14px;
	font-weight:500;
}

@media screen and (max-width:1360px){
	.cta.first .inner > img{
		transform:translate(10%,-55%);
	}
}

@media screen and (max-width:750px){
	.cta{
		padding:15% 0;
		background:url(../img/cta_bg_s.webp)no-repeat center center;
		background-size:cover;
	}
	.cta.first{
		margin-top:-40%;
	}
	.cta .inner{
		padding:5%;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
		border-radius:1em;
	}
	.cta .inner h2 .large{
		font-size:5.6vw;
	}
	.cta .inner h2 .small{
		margin-left:0.5em;
		font-size:3.3vw;
	}
	.cta .inner .btns{
		display: block;
	}
	.cta .inner .btns li{
		width:auto;
		margin-top:11%;
	}
	.cta .inner .tel{
		margin-top:5%;
	}
	.cta .inner .tel dt{
		font-size:3.3vw;
	}
	.cta .inner .tel dt:before,
	.cta .inner .tel dt:after{
		width:2.5em;
	}
	.cta .inner .tel dd{
		margin-top:3%;
	}
	.cta .inner .tel dd .title{
		font-size:4.4vw;
	}
	.cta .inner .tel dd a .large{
		font-size:8.1vw;
	}
	.cta .inner .tel dd a .small{
		font-size:2.3vw;
	}
}



/* .cont */
.cont{
	padding:min(9%,90px) 0 min(12%,120px);
}
.cont .tit{
	line-height:1.3;
	font-size:min(4vw,40px);
	font-weight:900;
	letter-spacing:0.05em;
	text-indent:0.05em;
}
.cont .tit:after{
	content:'';
	display:block;
	width:2em;
	height:5px;
	margin:1em auto 0;
	background-color:#f9b600;
}
.cont .tit .large{
	display:block;
	font-size:min(5.2vw,52px);
}
.cont .tit .small{
	display:block;
	font-size:min(3.2vw,32px);
}


@media screen and (max-width:750px){
	.cont{
		padding:12% 0 15%;
	}
	.cont .tit{
		font-size:7.3vw;
	}
	.cont .tit:after{
		width:1.8em;
		height:1vw;
		margin:0.7em auto 0;
	}
	.cont .tit .large{
		font-size:9.3vw;
	}
	.cont .tit .small{
		font-size:5.8vw;
	}
}


/* .arrow_bottom */
.arrow_bottom{
	margin-top:min(4%,40px);
	position:relative;
}
.arrow_bottom:before{
	content:'';
	display:block;
	width:4.2em;
	height:1.6em;
	margin:auto;
	background-color:#ff6c00;
	clip-path:polygon(0 0, 100% 0, 50% 100%);
}
.arrow_bottom img{
	width:min(13%,137px);
	position:absolute;
	left:1.8em;
	bottom:1px;
}
.arrow_bottom p{
	margin-top:min(3%,30px);
	padding:0.9em 0 0.9em 1.5em;
	font-size:min(2.8vw,30px);
	letter-spacing:0.03em;
	border:1px solid;
	border-radius:1em;
	background-color:#fff;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
}

@media screen and (max-width:750px){
	.arrow_bottom{
		margin-top:9%;
	}
	.arrow_bottom:before{
		width:4.2em;
		height:1.8em;
	}
	.arrow_bottom img{
		width:6.8em;
		position:absolute;
		left:0.6em;
		bottom:1px;
	}
	.arrow_bottom p{
		line-height:1.6;
		margin-top:7%;
		padding:0.9em 0.9em 0.9em 6em;
		font-size:4.6vw;
		text-align:left;
		border-radius:0.6em;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
	}
}


/* .fuki_line */
.fuki_line{
	display:inline-block;
	letter-spacing:0.03em;
	padding:0.15em 1em 0.15em 1.03em;
	position:relative;

}
.fuki_line:before{
	content:'';
	display:block;
	width:2px;
	height:100%;
	background-color:#222;
	position:absolute;
	left:0;
	top:0;
	transform:rotate(-30deg);
}
.fuki_line:after{
	content:'';
	display:block;
	width:2px;
	height:100%;
	background-color:#222;
	position:absolute;
	right:0;
	top:0;
	transform:rotate(30deg);
}

@media screen and (max-width:750px){
	.fuki_line{
		padding:0 1em 0 1.03em;
	}
	.fuki_line .lead:before,
	.fuki_line .lead:after{
		width:0.3vw;
	}

}


/* #cont1 */
#cont1{
}
#cont1 .trouble{
	margin-top:min(1.5%,15px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont1 .trouble div{
	width:min(33%,350px);
	margin-top:min(4%,40px);
	text-align:left;
	background-color:#fff;
	position:relative;
}
#cont1 .trouble div:first-child{
	margin-left:auto;
	margin-right:min(4%,40px);
}
#cont1 .trouble div:nth-child(2){
	margin-left:min(4%,40px);
	margin-right:auto;
}
#cont1 .trouble div dt{
	line-height:3;
	padding-left:1.2em;
	font-size:min(2.2vw,22px);
	font-weight:900;
	border-radius:1em 1em 0 0;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
}
#cont1 .trouble div dt:before{
	content:'';
	display:inline-block;
	width:0.4em;
	height:0.55em;
	margin-right:0.8em;
	border-right:3px solid #ff6c00;
	border-bottom:3px solid #ff6c00;
	transform:translateY(-30%) rotate(45deg);
}
#cont1 .trouble div dd{
	padding:5%;
	background-color:#fff;
	border-radius:0 0 1em 1em;
	box-shadow:0 15px 20px rgba(0,0,0,0.15);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position:relative;
	z-index:1;
}
#cont1 .trouble div:nth-child(odd) dd:after{
	content:'';
	display:block;
	width:2em;
	height:3em;
	background-color:#fff;
	border-radius:0.5em;
	transform:translateY(-85%) skewY(40deg);
	position:absolute;
	top:100%;
	right:15%;
	z-index:-1;
}
#cont1 .trouble div:nth-child(even) dd:after{
	content:'';
	display:block;
	width:2em;
	height:3em;
	background-color:#fff;
	border-radius:0.5em;
	transform:translateY(-85%) skewY(-40deg);
	position:absolute;
	top:100%;
	left:15%;
	z-index:-1;
}
#cont1 .trouble div dd img{
	width:37%;
}
#cont1 .trouble div dd p{
	width:56%;
	line-height:1.6;
	font-size:min(1.8vw,18px);
	letter-spacing:0.03em;
}
#cont1 .trouble_img{
	width:min(30%,307px);
	margin-top:max(-15%,-150px);
}

@media screen and (max-width:750px){
	#cont1 .trouble{
		margin-top:9%;
		display: block;
	}
	#cont1 .trouble div{
		width:auto;
		margin-top:7%;
		position:static;
	}
	#cont1 .trouble div:first-child{
		margin-left:0;
		margin-right:0;
	}
	#cont1 .trouble div:nth-child(2){
		margin-left:0;
		margin-right:0;
	}
	#cont1 .trouble div dt{
		font-size:4.6vw;
		border-radius:0.5em 0.5em 0 0;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
	}
	#cont1 .trouble div dt:before{
		border-right:0.7vw solid #ff6c00;
		border-bottom:0.7vw solid #ff6c00;
	}
	#cont1 .trouble div dd{
		border-radius:0 0 0.5em 0.5em;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
		position:static;
	}
	#cont1 .trouble div:nth-child(odd) dd:after,
	#cont1 .trouble div:nth-child(even) dd:after{
		content:none;
	}
	#cont1 .trouble div dd img{
		width:30%;
	}
	#cont1 .trouble div dd p{
		width:65%;
		font-size:3.7vw;
	}
	#cont1 .trouble_img{
		width:60%;
		margin-top:9%;
	}
}


/* #cont2 */
#cont2{
}
#cont2 .lead{
	margin-top:min(3%,30px);
	font-size:min(2.8vw,28px);
}
#cont2 .trouble{
	margin-top:min(5%,50px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
}
#cont2 .trouble:before{
	content:'';
	display:block;
	width:min(14vw,167px);
	height:min(13vw,160px);
	background:url(../img/staff.png)no-repeat center bottom;
	background-size:100% auto;
	position:absolute;
	right:min(3%,30px);
	bottom:96%;
}
#cont2 .trouble div{
	width:47.5%;
	background-color:#fff;
	border-radius:1em;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
}
#cont2 .trouble div dt{
	padding:1.2em 0;
	font-size:min(2.26vw,24px);
	letter-spacing:0.03em;
	padding-left:0.03em;
	color:#fff;
	background-color:#222;
	border-radius:0.8em 0.8em 0 0;
	position:relative;
}
#cont2 .trouble div dt .bg_orange{
	width:2.8em;
	height:2.8em;
	line-height:1.2;
	font-size:min(2.6vw,29px);
	border-radius:50%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	position:absolute;
	top:0;
	left:0;
	transform:translate(-35%,-30%);
}
#cont2 .trouble div dt .bg_orange .small{
	font-size:min(1.5vw,15px);
	font-weight:500;
}
#cont2 .trouble div dd{
	padding:6%;
	font-size:min(2vw,20px);
	letter-spacing:0.03em;
	background-color:#fff;
	border-radius:0 0 1em 1em;
	position:relative;
}
#cont2 .trouble div dd ul li{
	line-height:1.5;
	margin-top:1em;
	padding-left:2.5em;
	text-align:left;
	position:relative;
}
#cont2 .trouble div dd ul li:before{
	content:'×';
	line-height:0.8;
	font-size:min(4vw,40px);
	color:#8b8b8b;
	position:absolute;
	left:0;
	top:0;
}

@media screen and (max-width:750px){
	#cont2 .lead{
		margin-top:5%;
		font-size:4.6vw;
	}
	#cont2 .trouble{
		margin-top:35%;
		display: block;
		position:relative;
	}
	#cont2 .trouble:before{
		width:33vw;
		height:32vw;
		right:50%;
		bottom:99%;
		transform:translateX(40%);
	}
	#cont2 .trouble div{
		width:auto;
		margin-top:9%;
		border-radius:1em;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
	}
	#cont2 .trouble div dt{
		padding:1em 0;
		font-size:4.6vw;
		border-radius:0.8em 0.8em 0 0;
	}
	#cont2 .trouble div dt .bg_orange{
		width:2.8em;
		height:2.8em;
		font-size:4.9vw;
		transform:translate(-40%,-50%);
	}
	#cont2 .trouble div dt .bg_orange .small{
		font-size:2.5vw;
	}
	#cont2 .trouble div dd{
		padding:6%;
		font-size:3.7vw;
	}
	#cont2 .trouble div dd ul li{
		padding-left:2em;
	}
	#cont2 .trouble div dd ul li:before{
		line-height:0.9;
		font-size:6.5vw;
	}
}


/* #cont3 */
#cont3{
	padding-top:min(7%,70px);
}
#cont3 h2 .large{
	display:inline-block;
	line-height:1;
	margin-left:-0.05em;
	font-size:min(7.2vw,72px);
	font-style:italic;
	color:#f9b600;
}
#cont3 .merit > li{
	margin-top:min(9%,90px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#cont3 .merit > li:nth-child(odd){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#cont3 .merit > li section{
	width:50%;
	text-align:left;
}
#cont3 .merit > li section h3 .num{
	display:inline-block;
	vertical-align:0.5em;
	font-size:min(3vw,33px);
	font-weight:bold;
	font-style:italic;
}
#cont3 .merit > li section h3 .num:after{
	content:'';
	display:block;
	width:2em;
	border-bottom:2px solid;
	transform:translate(0.4em,-0.5em) rotate(-45deg);
}
#cont3 .merit > li section h3 .marker{
	font-size:min(2.6vw,30px);
	font-weight:900;
	letter-spacing:0.03em;
	white-space:nowrap;
}
#cont3 .merit > li section ul li{
	margin-top:1em;
	padding-left:3em;
	background:url(../img/cont3_check.png)no-repeat left top;
	background-size:2em auto;
}
#cont3 .merit > li figure{
	width:47%;
	box-shadow:min(3vw,50px) min(3vw,50px) 0 #fff9c6;
	border-radius:1em;
}
#cont3 .merit > li:nth-child(even) figure{
	box-shadow:max(-3vw,-50px) min(3vw,50px) 0 #fff9c6;
}

@media screen and (max-width:750px){
	#cont3{
		padding-top:12%;
	}
	#cont3 h2 .large{
		line-height:0.6;
		font-size:13.2vw;
	}
	#cont3 .merit > li{
		margin-top:9%;
		display: block;
	}
	#cont3 .merit > li section{
		width:auto;
	}
	#cont3 .merit > li section h3 .num{
		margin-right:-0.2em;
		vertical-align:0.8em;
		font-size:5.6vw;
	}
	#cont3 .merit > li section h3 .num:after{
		content:'';
		display:block;
		width:2em;
		border-bottom:2px solid;
		transform:translate(0.2em,-0.2em) rotate(-45deg);
	}
	#cont3 .merit > li section h3 .marker{
		font-size:4.6vw;
	}
	#cont3 .merit > li section ul{
		margin-top:2em;
	}
	#cont3 .merit > li section ul li{
		padding-left:2em;
		background:url(../img/cont3_check.png)no-repeat left 0.1em;
		background-size:1.6em auto;
	}
	#cont3 .merit > li figure{
		width:auto;
		box-shadow:4vw 4vw 0 #fff9c6;
		border-radius:0.5em;
		margin-top:7%;
	}
	#cont3 .merit > li:nth-child(even) figure{
		box-shadow:4vw 4vw 0 #fff9c6;
	}
}


/* #cont4 */
#cont4{
}
#cont4 .fuki_line{
	font-size:min(2.7vw,27px);
}
#cont4 .tit{
	margin-top:0.3em;
}
#cont4 .cont_wrapper{
	margin-top:min(5%,50px);
	padding:min(7%,70px) min(5%,50px)min(5%,50px);
	background-color:#fff;
	border-radius:1.5em;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
}
#cont4 .cont_wrapper .sec{
	padding-right:52%;
	text-align:left;
	position:relative;
}
#cont4 .cont_wrapper .sec h3{
	font-size:min(5.6vw,60px);
	font-weight:900;
	letter-spacing:0.05em;
	white-space:nowrap;
}
#cont4 .cont_wrapper .sec .lead{
	line-height:1.8;
	font-size:min(2.2vw,24px);
	font-weight:900;
	letter-spacing:0.05em;
	white-space:nowrap;
}
#cont4 .cont_wrapper .sec figure{
	width:50%;
	position:absolute;
	top:3%;
	right:0;
}
#cont4 .cont_wrapper .check li{
	margin-top:0.8em;
	padding-left:3em;
	font-size:min(1.8vw,20px);
	font-weight:bold;
	background:url(../img/cont3_check.png)no-repeat left 0.1em;
	background-size:1.8em auto;
}
#cont4 .cont_wrapper .bottom{
	margin-top:2em;
	font-size:min(1.8vw,20px);
	letter-spacing:0.03em;
}
#cont4 .cont_wrapper .point{
	margin-top:min(5%,50px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#cont4 .cont_wrapper .point li{
	width:min(22%,213px);
	margin:0 0.5%;
}

@media screen and (max-width:750px){
	#cont4 .fuki_line{
		padding-left:2.5em;
		padding-right:2.5em;
		font-size:3.6vw;
	}
	#cont4 .cont_wrapper{
		margin-top:min(5%,50px);
		padding:7% 5%;
		border-radius:1.2em;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
	}
	#cont4 .cont_wrapper .sec{
		padding-right:0;
		text-align:left;
		position:static;
	}
	#cont4 .cont_wrapper .sec h3{
		font-size:9.3vw;
		letter-spacing:0.05em;
		text-indent:0.05em;
		text-align:center;
	}
	#cont4 .cont_wrapper .sec .lead{
		font-size:4vw;
		text-align:center;
	}
	#cont4 .cont_wrapper .sec figure{
		width:auto;
		padding:5%;
		position:static;
		top:auto;
		right:auto;
	}
	#cont4 .cont_wrapper .check li{
		margin-top:0.8em;
		padding:0.3em 0 0.3em 2.5em;
		font-size:3.4vw;
		background:url(../img/cont3_check.png)no-repeat left 0.2em;
		background-size:1.7em auto;
	}
	#cont4 .cont_wrapper .bottom{
		margin-top:1.5em;
		font-size:3.7vw;
	}
	#cont4 .cont_wrapper .point{
		margin-top:min(5%,50px);
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#cont4 .cont_wrapper .point li{
		width:33.3%;
		margin:0 -0.2%;
	}
}


/* #cont5 */
#cont5{
	background:url(../img/cont5_bg.webp)no-repeat center top;
	background-size:cover;
}
#cont5 .benefit div{
	padding-bottom:min(7%,70px);
	background-color:#fff;
	border-radius:1em;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
}
#cont5 .benefit div:nth-child(n+2){
	margin-top:min(8%,80px);
}
#cont5 .benefit div dt{
	width:65%;
	line-height:1.8;
	margin:auto;
	font-size:min(4vw,44px);
	font-weight:900;
	letter-spacing:0.03em;
	text-indent:0.03em;
	color:#fff;
	background-color:#d70303;
	clip-path:polygon(0 0, 100% 0, calc(100% - 0.5em) 50%, 100% 100%, 0 100%, 0.5em 50%);
	transform:translateY(-50%);
}
#cont5 .benefit div dt img{
	width:2.5em;
	vertical-align:-0.1em;
}
#cont5 .benefit div dd figure figcaption{
	font-size:min(2.8vw,28px);
	font-weight:900;
	color:#00347c;
	transform:translateY(-30%);
}
#cont5 .benefit div:last-child dd figure figcaption{
	transform:translateY(-10%);
}
#cont5 .benefit div dd figure figcaption .large{
	line-height:0.5;
	font-size:min(4.2vw,42px);
}
#cont5 .benefit div dd figure figcaption .xlarge{
	line-height:1;
	font-size:min(5.3vw,53px);
	color:#d70303;
}
#cont5 .benefit div dd figure figcaption .small{
	display:block;
	font-size:min(1.6vw,16px);
	color:#666;
}

#cont5 .benefit div dd figure img{
	width:min(50%,500px);
}

@media screen and (max-width:750px){
	#cont5{
		background:url(../img/cont5_bg_s.webp)no-repeat center top;
		background-size:cover;
	}
	#cont5 .benefit{
		margin-top:-1%;
	}
	#cont5 .benefit div{
		padding-bottom:min(7%,70px);
		border-radius:0.8em;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
	}
	#cont5 .benefit div:nth-child(n+2){
		margin-top:14%;
	}
	#cont5 .benefit div dt{
		width:94%;
		font-size:5.3vw;
	}
	#cont5 .benefit div dd figure figcaption{
		font-size:3.7vw;
		transform:translateY(-30%);
	}
	#cont5 .benefit div:last-child dd figure figcaption{
		transform:translateY(-10%);
	}
	#cont5 .benefit div dd figure figcaption .large{
		line-height:0.5;
		font-size:5.6vw;
	}
	#cont5 .benefit div dd figure figcaption .xlarge{
		font-size:7vw;
	}
	#cont5 .benefit div dd figure figcaption .small{
		font-size:2.4vw;
	}

	#cont5 .benefit div dd figure img{
		width:76%;
	}
}


/* #cont6 */
#cont6{
}
#cont6 .lead{
	margin-top:min(3%,30px);
	font-size:min(2.8vw,28px);
}
#cont6 .fig{
	margin-top:min(5%,50px);
	padding:min(3%,30px) min(5%,50px);
	background-color:#f8f8f8;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
	border-radius:1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
}
#cont6 .fig:before{
	content:'';
	display:block;
	width:min(14vw,167px);
	height:min(13vw,160px);
	background:url(../img/staff.png)no-repeat center bottom -0.8em;
	background-size:100% auto;
	position:absolute;
	right:min(3%,30px);
	bottom:100%;
}
#cont6 .fig img{
	width:min(32%,300px);
}
#cont6 .fig figcaption{
	width:min(65%,642px);
	font-size:min(2.4vw,24px);
	font-weight:900;
	text-align:left;
	letter-spacing:0.03em;
}
#cont6 .arrow_bottom{
	margin-top:min(5%,50px);
}
#cont6 .arrow_bottom p{
	line-height:1.6;
	padding:0.9em 5% 0.9em 20%;
	font-size:min(2.1vw,23px);
	text-align:left;
}
#cont6 .btn{
	width:min(80%,800px);
	line-height:2.2;
	margin-top:min(9%,90px);
	font-size:min(4.4vw,44px);
}

@media screen and (max-width:750px){
	#cont6 .lead{
		width:78%;
		margin-top:5%;
		font-size:4.6vw;
	}
	#cont6 .fig{
		margin-top:35%;
		padding:7% 3%;
		background-color:transparent;
		box-shadow:none;
		display: block;
	}
	#cont6 .fig:before{
		width:33vw;
		height:32vw;
		right:50%;
		bottom:99%;
		transform:translateX(40%);
		background-position:center bottom -0.3em;
	}

	#cont6 .fig img{
		width:55%;
	}
	#cont6 .fig figcaption{
		width:auto;
		margin-top:3%;
		font-size:4vw;
	}
	#cont6 .arrow_bottom{
		margin-top:min(5%,50px);
	}
	#cont6 .arrow_bottom p{
		padding:0.9em 5% 0.9em 5%;
		font-size:4.6vw;
	}
	#cont6 .arrow_bottom p .blc{
		margin-top:0.5em;
		padding-left:32%;
	}
	#cont6 .btn{
		width:86%;
		line-height:2.7;
		margin-top:15%;
		font-size:5.2vw;
	}
}


/* #cont7 */
#cont7{
	background:url(../img/cont7_bg.webp)no-repeat center top;
	background-size:cover;
}
#cont7 .lead{
	margin-top:min(5%,50px);
}
#cont7 .fig{
	margin-top:min(3%,30px);
}
#cont7 h3{
	width:min(24%,244px);
	margin:min(5%,50px) auto 0;
}
#cont7 .slick{
	max-width:1090px;
	width:80%;
	margin-top:min(1.5%,15px);
  display: none;
}
#cont7 .slick.slick-initialized{
  display: block;
}
#cont7 .slick .item{
	padding:15px 15px 30px;
}
#cont7 .slick .item section{
	height:100%;
	padding:5% 9% 5% 30%;
	text-align:left;
	background-color:#fff;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
	border-radius:2em;
	position:relative;
}
#cont7 .slick .item section figure{
	width:15%;
	position:absolute;
	top:9%;
	left:9%;
}
#cont7 .slick .item section h4{
	line-height:1.5;
	font-size:min(2.5vw,25px);
	letter-spacing:0.03em;
}
#cont7 .slick .item section .stars{
	line-height:1.3;
	font-size:min(3.8vw,38px);
	color:#fdd117;
	letter-spacing:0.1em;
}
#cont7 .slick .item section p{
	margin-top:0.5em;
	letter-spacing:0.03em;
}
#cont7 .slick .item section p a{
	text-decoration:underline;
}

@media screen and (max-width:750px){
	#cont7{
		background:url(../img/cont7_bg_s.webp)no-repeat center top;
		background-size:cover;
		overflow:hidden;
	}
	#cont7 .lead{
		margin-top:min(5%,50px);
		padding:0 7%;
		text-align:left;
	}
	#cont7 .fig{
		width:90%;
		margin-top:5%;
	}
	#cont7 h3{
		width:45%;
	}
	#cont7 .slick{
		width:94%;
	}
	#cont7 .slick .item{
		padding:15px 15px 30px;
	}
	#cont7 .slick .item section{
		height:100%;
		padding:9% 5%;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
		border-radius:1em;
		position:static;
	}
	#cont7 .slick .item section figure{
		width:36%;
		position:static;
		top:auto;
		left:auto;
		margin:auto;
	}
	#cont7 .slick .item section h4{
		margin-top:1em;
		line-height:1.5;
		font-size:4.4vw;
	}
	#cont7 .slick .item section .stars{
		display:block;
		font-size:6vw;
		text-align:center;
	}
}


/* #cont8 */
#cont8{
}
#cont8 .lead{
	margin-top:min(5%,50px);
}
#cont8 .reason{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont8 .reason div{
	width:47.5%;
	margin-top:5%;
	background-color:#fff;
	border-radius:1em;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
}
#cont8 .reason div dt{
	height:3.6em;
	line-height:1.5;
	font-size:min(2.6vw,28px);
	font-weight:900;
	letter-spacing:0.03em;
	padding-left:0.03em;
	border-radius:0.8em 0.8em 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
}
#cont8 .reason div dt > span{
	width:2.8em;
	height:2.8em;
	line-height:1.2;
	font-size:min(2.6vw,29px);
	font-weight:900;
	color:#fff;
	background-color:#222;
	border-radius:50%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	position:absolute;
	top:0;
	left:0;
	transform:translate(-35%,-30%);
}
#cont8 .reason div dt > span .small{
	font-size:min(1.5vw,15px);
	font-weight:500;
}
#cont8 .reason div dd{
	padding:6% 6% 9%;
	font-size:min(2vw,20px);
	letter-spacing:0.03em;
	background-color:#fff;
	border-radius:0 0 1em 1em;
	position:relative;
}
#cont8 .reason div dd p{
	margin-top:1em;
	text-align:left;
	letter-spacing:0.03em;
}
#cont8 .reason div dd p.no_mt{
	margin-top:0;
}

@media screen and (max-width:750px){
	#cont8 .lead{
		padding:0 7%;
		text-align:left;
	}
	#cont8 .reason{
		display: block;
	}
	#cont8 .reason div{
		width:auto;
		margin-top:9%;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
	}
	#cont8 .reason div dt{
		height:3.6em;
		font-size:4.6vw;
	}
	#cont8 .reason div dt > span{
		font-size:4.9vw;
		transform:translate(-40%,-30%);
	}
	#cont8 .reason div dt > span .small{
		font-size:2.5vw;
	}
	#cont8 .reason div dd{
		padding:6%;
		font-size:3.7vw;
	}
}


/* #cont9 */
#cont9{
}
#cont9 .sec{
	margin-top:min(4%,40px);
	padding:min(5%,50px) min(4%,40px);
	background-color:#fff;
	border-radius:1.5em;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
}
#cont9 .sec h3{
	text-align:left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#cont9 .sec h3 .small{
	line-height:2.5;
	padding:0 1em;
	font-size:min(1.8vw,18px);
	letter-spacing:0.03em;
	text-indent:0.03em;
	border-radius:0.5em;
}
#cont9 .sec h3 .large{
	margin-left:1em;
	line-height:1.7;
	flex:1;
	font-size:min(2.8vw,28px);
	font-weight:900;
	letter-spacing:0.03em;
}
#cont9 .sec .case{
	margin-top:min(5%,50px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
}
#cont9 .sec .case:after{
	content:'';
	display:block;
	width:min(2.2vw,1.2em);
	height:min(2.2vw,1.2em);
	background-color:#ff6c00;
	clip-path:polygon(0 0, 100% 50%, 0 100%);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,calc(-50% - 1em));
}
#cont9 .sec .case li{
	width:48%;
	text-align:left;
	position:relative;
}
#cont9 .sec .case li:before{
	content:'Before';
	display:block;
	width:6em;
	height:1.9em;
	line-height:1.8;
	font-style:italic;
	color:#fff;
	text-align:center;
	background-color:#222;
	border-radius:100px;
	position:absolute;
	left:0;
	top:0;
	transform:translate(-0.5em,-0.5em);
}
#cont9 .sec .case li:last-child:before{
	content:'After';
	background-color:#ff9d06;
}

#cont9 .sec .case li figure figcaption{
	margin-top:0.5em;
	font-size:min(1.6vw,16px);
	font-weight:bold;
	letter-spacing:0.02em;
}
#cont9 .sec > p{
	margin-top:min(3%,30px);
	text-align:left;
}
#cont9 .sec .spec{
	margin-top:min(3%,30px);
	padding:2.5% 4%;
	background-color:#f5f5f5;
	border-radius:1em;
	font-size:min(1.8vw,18px);
	text-align:left;
}
#cont9 .sec .spec dt{
	margin-right:0.5em;
	float:left;
	font-weight:bold;
}
#cont9 .sec .spec dt:after{
	content:'：';
}
#cont9 a{
	max-width:370px;
	width:100%;
	line-height:4;
	margin:min(5%,50px) auto 0;
	display:inline-block;
	font-size:min(1.8vw,18px);
	font-weight:900;
	color:#fff;
	background-color:#222;
	border-radius:200px;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
}

@media screen and (max-width:750px){
	#cont9 .sec{
		margin-top:7%;
		padding:7% 5% 9%;
		background-color:#fff;
		border-radius:1em;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
	}
	#cont9 .sec h3{
		display: block;
		text-align:center;
	}
	#cont9 .sec h3 .small{
		display:inline-block;
		line-height:2.5;
		margin:auto;
		padding:0 1em;
		font-size:3.3vw;
		border-radius:0.3em;
	}
	#cont9 .sec h3 .large{
		display:block;
		margin:0.5em 0 0;
		font-size:4.5vw;
		text-align:left;
	}
	#cont9 .sec .case{
		margin-top:7%;
		display: block;
		position:static;
	}
	#cont9 .sec .case:after{
		content:none;
	}
	#cont9 .sec .case li{
		width:auto;
	}
	#cont9 .sec .case li:last-child{
		margin-top:12%;
	}
	#cont9 .sec .case li:before{
		font-size:3vw;
	}
	#cont9 .sec .case li:last-child:after{
		content:'';
		display:block;
		width:1em;
		height:1em;
		background-color:#ff6c00;
		clip-path:polygon(0 0, 100% 0, 50% 100%);
		position:absolute;
		bottom:calc(100% + 0.8em);
		left:50%;
		transform:translateX(-50%);
	}

	#cont9 .sec .case li figure figcaption{
		font-size:3.2vw;
	}
	#cont9 .sec > p{
		margin-top:5%;
	}
	#cont9 .sec .spec{
		margin-top:5%;
		padding:5% 7%;
		font-size:3.2vw;
	}
	#cont9 a{
		max-width:80%;
		width:90%;
		line-height:3;
		margin:9% auto 0;
		font-size:3.7vw;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
	}
}


/* #cont10 */
#cont10{
}
#cont10 .accordion{
	max-width:960px;
	margin-top:min(5%,50px);
}
#cont10 .accordion div{
	font-size:min(1.8vw,18px);
	text-align:left;
	letter-spacing:0.03em;
}
#cont10 .accordion div dt{
	margin-top:1em;
	padding:0.5em 2.5em 0.5em 2em;
	border-radius:1em;
	font-weight:900;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
	cursor:pointer;
}
#cont10 .accordion div dt:before{
	content:'Q.';
	margin-right:0.5em;
	font-size:min(3vw,30px);
	font-family:arial;
	font-weight:bold;
	color:#ff6c00;
}
#cont10 .accordion div dt:after{
	content:'＋';
	font-size:min(3.6vw,36px);
	position:absolute;
	right:0.5em;
	top:50%;
	transform:translateY(-50%);
}
#cont10 .accordion div dt.close:after{
	content:'－';
}
#cont10 .accordion div dd{
	padding:1em 2em 0;
	display:none;
}

@media screen and (max-width:750px){
	#cont10 .accordion div{
		font-size:3.7vw;
	}
	#cont10 .accordion div dt{
		line-height:1.5;
		margin-top:1em;
		padding:0.7em 3em 0.7em 1em;
		border-radius:0.5em;
		font-size:4.4vw;
	}
	#cont10 .accordion div dt:before{
		font-size:6vw;
	}
	#cont10 .accordion div dt:after{
		content:'＋';
		font-size:6.5vw;
	}
	#cont10 .accordion div dd{
		padding:1em 1em 0;
		display:none;
	}
}


/* #cont11 */
#cont11{
}
#cont11 .flow{
	margin-top:min(7%,70px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont11 .flow li{
	width:min(30%,320px);
	padding:0 3.5% 3%;
	background-color:#fff;
	border-radius:1.5em;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
	position:relative;
}
#cont11 .flow li:nth-child(n+2):before{
	content:'';
	display:block;
	width:1.2em;
	height:1.2em;
	background-color:#ff6c00;
	position:absolute;
	right:100%;
	top:50%;
	transform:translate(-55%,-50%);
	clip-path:polygon(0 0, 100% 50%, 0 100%);
}
#cont11 .flow li .step{
	display:inline-block;
	width:6.5em;
	font-size:min(2.3vw,25px);
	font-weight:900;
	letter-spacing:0.03em;
	text-indent:0.03em;
	border-radius:100px;
	transform:translateY(-50%);
}
#cont11 .flow li h3{
	height:3.5em;
	line-height:1.75;
	font-size:min(1.8vw,20px);
	font-weight:900;
	letter-spacing:0.03em;
	padding-left:0.03em;
	white-space:nowrap;
}
#cont11 .flow li figure img{
	width:55%;
	margin-top:7%;
}
#cont11 .flow li figure figcaption{
	margin-top:12%;
	font-size:min(1.7vw,18px);
	text-align:left;
	letter-spacing:0.03em;
}
#cont11 .btn{
	width:min(80%,800px);
	line-height:2.2;
	margin-top:min(9%,90px);
	font-size:min(4.4vw,44px);
}

@media screen and (max-width:750px){
	#cont11 .flow{
		margin-top:min(7%,70px);
		display: block;
	}
	#cont11 .flow li{
		width:auto;
		margin-top:20%;
		padding:0 7% 12%;
		border-radius:1em;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
	}
	#cont11 .flow li:nth-child(n+2):before{
		content:'';
		display:block;
		width:1.8em;
		height:1.2em;
		background-color:#ff6c00;
		position:absolute;
		right:50%;
		top:auto;
		bottom:calc(100% + 1em);
		transform:translate(50%,-90%);
		clip-path:polygon(0 0, 100% 0, 50% 100%);
	}
	#cont11 .flow li .step{
		width:6.5em;
		line-height:1.8;
		font-size:5vw;
		border-radius:0.7em;
	}
	#cont11 .flow li h3{
		height:auto;
		font-size:4.4vw;
	}
	#cont11 .flow li figure img{
		width:35%;
		margin-top:7%;
	}
	#cont11 .flow li figure figcaption{
		margin-top:9%;
		font-size:3.7vw;
	}
	#cont11 .btn{
		width:86%;
		line-height:2.7;
		margin-top:15%;
		font-size:5.2vw;
	}
}


/* #cont12 */
#cont12{
}
#cont12 .plan{
	margin-top:min(5%,50px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont12 .plan li{
	width:min(47%,500px);
	border-radius:1em;
	background-color:#fff;
	box-shadow:0 15px 15px rgba(0,0,0,0.15);
}
#cont12 .plan li h3{
	padding-left:1.5em;
	font-size:min(2.8vw,28px);
	text-align:left;
	letter-spacing:0.03em;
	border-radius:0.8em 0.8em 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#cont12 .plan li h3 img{
	width:45%;
	transform:translate(-0.5em,0.5em);
}
#cont12 .plan li .cont_wrapper{
	padding:7%;
}
#cont12 .plan li .cont_wrapper p{
	margin-top:1em;
	text-align:left;
	letter-spacing:0.03em;
}

@media screen and (max-width:750px){
	#cont12 .plan{
		display: block;
	}
	#cont12 .plan li{
		margin-top:9%;
		width:auto;
		background-color:#fff;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
	}
	#cont12 .plan li h3{
		font-size:4.6vw;
	}
	#cont12 .plan li h3 img{
		width:45%;
		transform:translate(-0.5em,0.5em);
	}
	#cont12 .plan li .cont_wrapper{
		padding:7%;
	}
	#cont12 .plan li .cont_wrapper p{
		margin-top:1em;
		text-align:left;
		letter-spacing:0.03em;
	}
}


/* #contact */
#contact{
	padding-top:120px;
}
#contact .step{
	max-width:750px;
	margin-top:min(3vw,30px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#contact .step li{
	width:32.5%;
	font-size:18px;
	color:#bbbbbb;
}
#contact .step li:after{
	content:'';
	display:block;
	height:10px;
	margin-top:0.5em;
	background-color:#bbb;
	border-radius:100px;
}
#contact .step li.active{
	color:#000;
}
#contact .step li.active:after{
	background-color:#fcd832;
}

#contact form > dl{
	max-width:700px;
	margin-top:min(8.5vw,60px);
	font-size:16px;
	text-align:left;
}
#contact form > dl dt{
	margin-top:1em;
	font-size:23px;
	font-weight:bold;
}
#contact form > dl dt .small{
	font-size:16px;
	font-weight:500;
}
#contact form > dl dt.hissu:after{
	content:'必須';
	display:inline-block;
	vertical-align:0.2em;
	margin-left:1em;
	padding:0 0.5em;
	font-size:14px;
	font-weight:500;
	color:#fff;
	background-color:#ff6b71;
}
#contact form > dl dd{
	margin-top:0.3em;
}
#contact form > dl dd ul{
	padding:2% 3%;
	border:5px solid #fcd832;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contact form > dl dd ul li{
	width:33%;
	margin:0.5em 0;
}
#contact form > dl dd table{
	width:100%;
}
#contact form > dl dd table th{
	width:8em;
	line-height:1.3;
	font-size:18px;
	font-weight:normal;
}
#contact form > dl dd table td{
	padding:1% 0;
}
#contact form > dl dd table td .hissu{
		display:inline-block;
	margin-left:1em;
	padding:0 0.5em;
	font-size:14px;
	font-weight:500;
	color:#fff;
	background-color:#ff6b71;
}
#contact form > dl dd a{
	display:inline-block;
	margin-bottom:0.5em;
	font-weight:500;
	text-decoration:underline;
}

@media screen and (max-width:750px){
	#contact{
		padding-top:90px;
		padding-left:7%;
		padding-right:7%;
	}
	#contact .step{
		margin-top:5%;
	}
	#contact .step li{
		font-size:3.1vw;
	}
	#contact .step li:after{
		height:1.5vw;
	}
	
	#contact form > dl{
		width:auto;
	}
	#contact form > dl dt{
		font-size:4vw;
	}
	#contact form > dl dt .small{
		font-size:2.8vw;
	}
	#contact form > dl dt.hissu:after{
		font-size:2.4vw;
	}
	#contact form > dl dd ul{
		border:1vw solid #fcd832;
		display: block;
	}
	#contact form > dl dd ul li{
		width:auto;
	}
	#contact form > dl dd table{
		width:100%;
	}
	#contact form > dl dd table th{
		width:6.2em;
		font-size:3.7vw;
	}
	#contact form > dl dd table td .hissu{
		font-size:2.4vw;
	}
	#contact form > dl dd a{
		font-size:3.5vw;
	}
}


/* テキストボックス */
input[type="text"],
input[type="email"],
input[type="tel"]{
	width:100%;
	height:3.6em;
	padding:0 1em;
	font-size:18px;
	background-color:#fff;
	border:1px solid #222;
	border-radius:0;
	outline:none;
}
input[type="text"].short,
input[type="email"].short,
input[type="tel"].short{
	width:40%;
}
@media screen and (max-width:750px){
	input[type="text"],
	input[type="email"],
	input[type="tel"]{
		height:3em;
		font-size:4vw;
	}
	input[type="text"].short,
	input[type="email"].short,
	input[type="tel"].short{
		width:70%;
	}
}
@media screen and (max-width:480px){
	input[type="text"],
	input[type="email"],
	input[type="tel"]{
		font-size:16px;
	}
}


/* テキストエリア */
textarea{
	width:100%;
	min-height: 216px;
	font-size:18px;
	padding:1em;
	background-color:#fff;
	border:1px solid #222;
	border-radius:0px;
	vertical-align:bottom;
	outline:none;
}

@media screen and (max-width:750px){
	textarea{
		font-size:4vw;
	}
}

@media screen and (max-width:480px){
	textarea{
		min-height: 180px;
		font-size:16px;
	}
}


/* チェックボックス */
input[type="checkbox"] {
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	width: 1.7em;
	height: 1.7em;
	background-color: #fff;
	border: 1px solid #000;
	border-radius:0;
	vertical-align: middle;
	cursor: pointer;
}
input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	top: -0.1em;
	left: 0.4em;
	content: "";
	width: 0.8em;
	height: 1.4em;
	border-right: 4px solid #f00;
	border-bottom: 4px solid #f00;
	-webkit-transform: rotate(52deg) skew(8deg);
	transform: rotate(52deg) skew(8deg);
	background-color:transparent;
	border-radius:0;
}
input[type="checkbox"] + span {
	display:inline-block;
	vertical-align:middle;
	margin-left:0.5em;
	line-height:1.5;
	font-size:18px;
	font-weight:bold;
}

@media screen and (max-width:750px){
	input[type="checkbox"] + span {
		font-size:4vw;
	}
	input[type="checkbox"]:checked:after {
		border-right: 0.6vw solid #f00;
		border-bottom: 0.6vw solid #f00;
	}
}


/* 送信ボタン */
button[type="submit"] {
	width:586px;
	line-height:2;
	margin:70px auto 0;
	font-size:45px;
	font-weight:bold;
	cursor:pointer;
}

@media screen and (max-width:750px){
	button[type="submit"] {
		width:100%;
		line-height:2.7;
		margin-top:12%;
		font-size:6.6vw;
	}
}



/* プレイスホルダー */
input::placeholder,
textarea::placeholder{
	color:#999999;
}
input:-ms-input-placeholder,
textarea::placeholder{
	color:#999999;
}
input::-ms-input-placeholder,
textarea::placeholder{
	color:#999999;
}

/* エラー */
form label.error {
	margin:0 0 0;
	color: red;
	display:block;
	font-weight:bold;
}


/* .confirm */
#contact.confirm{
	padding:90px 0;
	background-color:#faf0bf;
}
#contact.confirm h2{
	font-size:min(4.5vw,45px);
	ont-weight:900;
	letter-spacing:0.02em;
	text-indent:0.02em;
}
#contact.confirm p{
	font-size:18px;
}
#contact.confirm p .red{
	margin-top:30px;
	display:block;
	font-size:38px;
	color:#f00;
}
#contact.confirm form{
	margin-top:30px;
	padding: 6%;
	font-size:17px;
	background-color:#fff;
	border-radius:2em;
}
#contact.confirm form > dl{
	max-width:100%;
	margin:0 auto;
}
#contact.confirm dl > dt{
	width:auto;
	margin:0;
	padding:1.5em 2.5em;
	font-size:17px;
	font-weight:bold;
	float:left;
}
#contact.confirm dl > dd{
	margin:0;
	padding:1.5em 0 1.5em 16em;
	font-size:17px;
	border-bottom:1px solid #ddd;
}
#contact.confirm dl > dd:first-of-type{
	border-top:1px solid #ddd;
}
#contact.confirm .contact_btn{
	margin-top:50px;
	position:relative;
}
#contact.confirm .contact_btn button{
	width:470px;
	line-height:2.6;
	margin:0 auto;
	font-size:36px;
}
#contact.confirm .contact_btn button[type="button"]{
	width:auto;
	line-height:1.5;
	font-size:20px;
	font-weight:500;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer;
}
#contact.confirm .contact_btn button[type="button"] img{
	margin-right:0.5em;
	vertical-align:-0.1em;
}


@media screen and (max-width:1060px){
	#contact.confirm .contact_btn{
		position:static;
	}
	#contact.confirm .contact_btn button[type="button"]{
		display:block;
		width:6em;
		margin:1em auto 0;
		position:static;
		left:auto;
		top:auto;
		transform:none;
	}
}

@media screen and (max-width:750px){
	#contact.confirm{
		padding:9% 0;
	}
	#contact.confirm h2{
		font-size:4.8vw;
	}
	#contact.confirm p{
		font-size:3.6vw;
	}
	#contact.confirm p .red{
		margin-top:5%;
		font-size:5vw;
	}
	#contact.confirm form{
		margin-top:6%;
		padding:5%;
		font-size:3.5vw;
		border-radius:1em;
	}
	#contact.confirm dl > dt{
		padding:1.2em 0 0;
		font-size:3.5vw;
		float:none;
	}
	#contact.confirm dl > dd{
		padding:0 0 1.2em;
		font-size:3.5vw;
	}
	#contact.confirm dl > dd:first-of-type{
		border-top:none;
	}
	#contact.confirm .contact_btn{
		margin-top:9%;
	}
	#contact.confirm .contact_btn button{
		width:100%;
		font-size:5vw;
	}
	#contact.confirm .contact_btn button[type="button"]{
		font-size:3.4vw;
	}
	#contact.confirm .contact_btn button[type="button"] img{
		width:1.5em;
	}
}


/* #contact.thanks */
#contact.thanks{
	min-height:80vh;
	background-color:#faf0bf;
}
#contact.thanks h2{
	font-size:min(4.5vw,45px);
	font-weight:900;
	letter-spacing:0.02em;
	text-indent:0.02em;
}
#contact.thanks .lead{
	margin-top:min(3vw,30px);
}
#contact.thanks dl{
	max-width:1020px;
	line-height:2;
	margin-top:50px;
	padding:50px 80px;
	font-size:18px;
	text-align:left;
	background-color:#fff;
	border-radius:2em;
}
#contact.thanks dl dd ul{
	margin-top:1.8em;
}
#contact.thanks .btn{
	width:470px;
	line-height:2.8;
	margin:70px auto 0;
	font-size:36px;
	font-weight:bold;
	cursor:pointer;
}

@media screen and (max-width:750px){
	#contact.thanks{
		padding-top:9%;
		padding-left:0;
		padding-right:0;
	}
	#contact.thanks h2{
		font-size:4.8vw;
	}
	#contact.thanks .lead{
		padding:3% 7% 0;
		text-align:left;
	}
	#contact.thanks dl{
		margin-top:5%;
		padding:5%;
		font-size:3.4vw;
		border-radius:1em;
	}
	#contact.thanks .btn{
		width:86%;
		margin:9% auto 0;
		font-size:5vw;
	}
}


/* footer */
footer{
	padding:min(7vw,70px) 0;
}
footer .flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
footer .flex figure{
	width:90px;
}
footer .flex dl{
	margin-left:1em;
	text-align:left;
}
footer .flex dl dt{
	font-size:12px;
	font-weight:900;
	letter-spacing:0.08em;
}
footer .flex dl .address{
	font-size:12px;
	letter-spacing:0.08em;
}
footer .flex dl .tel .large{
	line-height:1.2;
	display:block;
	font-size:29px;
	font-weight:900;
	letter-spacing:0.04em;
}
footer .flex dl .tel .small{
	display:block;
	font-size:12px;
	font-weight:500;
	letter-spacing:0.02em;
}
footer .pr{
	margin:1em 0;
	line-height:1.6;
	font-size:16px;
	font-weight:500;
	letter-spacing:0.04em;
	padding-left:0.04em;
}
footer .copy{
	font-size:12px;
	letter-spacing:0.08em;
	text-ndent:0.08em;
}


@media screen and (max-width:750px){
	footer{
		padding:9% 0;
	}
	footer .flex{
		display: block;
	}
	footer .flex figure{
		width:25%;
		margin:auto;
	}
	footer .flex dl{
		line-height:2;
		margin:0.5em 0 0;
		text-align:center;
	}
	footer .flex dl dt{
		font-size:3vw;
		text-indent:0.08em;
	}
	footer .flex dl .address{
		font-size:3vw;
		text-indent:0.08em;
	}
	footer .flex dl .tel{
		margin-top:0.3em;
	}
	footer .flex dl .tel .large{
		font-size:7.4vw;
		text-indent:0.04em;
	}
	footer .flex dl .tel .small{
		font-size:3vw;
		text-indent:0.02em;
	}
	footer .pr{
		margin:1em 0 1.5em;
		font-size:3.2vw;
	}
	footer .copy{
		font-size:2.4vw;
	}
}


/* #topbtn */
#topbtn{
	width:50px;
	line-height:50px;
	font-size:21px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	border-radius:50%;
	color:#fff;
	background-color:#ff6c00;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	position:fixed;
	z-index:102;
	right:20px;
	bottom:-150px;
	-webkit-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
@media screen and (max-width:750px){
	#topbtn{
		width:40px;
		line-height:40px;
		font-size:18px;
		right:15px;
	}
}


/* #bottom_nav */
#bottom_nav{
	width:100%;
	display: -webkit-flex;
	display: flex;
	position:fixed;
	bottom:-300px;
	z-index:100;
	-webkit-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
#bottom_nav li{
	width:33.3%;
	background-color:#fff;
}
#bottom_nav li a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	line-height:1.3;
	padding:0.3em 0 0.3em 0.5em;
	font-size:38px;
	font-weight:900;
	color:#fff;
	letter-spacing:0.02em;
	text-shadow:2px 2px 2px rgba(0,0,0,0.2);
}
#bottom_nav li.tel a{
	background:linear-gradient(#ffca00,#ff8b00);
}
#bottom_nav li.mail a{
	background:linear-gradient(#ffab39,#da5801);
}
#bottom_nav li.line a{
	background:linear-gradient(#00e26a,#009c03);
}
#bottom_nav li a img{
	width:1.1em;
	margin-right:0.2em;
}

@media screen and (max-width:1260px){
	#bottom_nav li a{
		font-size:3vw;
	}
}

@media screen and (max-width:750px){
	#bottom_nav{
		width:100%;
		display: -webkit-flex;
		display: flex;
		position:fixed;
		bottom:-300px;
		z-index:100;
		-webkit-transition: bottom 0.8s;
		transition: bottom 0.8s;
	}
	#bottom_nav li{
		width:33.3%;
	}
	#bottom_nav li a{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		line-height:1.3;
		padding:0.3em 0 0.3em 0.5em;
		font-size:6vw;
		font-weight:900;
		color:#fff;
		letter-spacing:0.02em;
		text-shadow:0.26vw 0.26vw 0.26vw rgba(0,0,0,0.2);
	}
	#bottom_nav li.tel a{
		background:linear-gradient(#ffca00,#ff8b00);
	}
	#bottom_nav li.mail a{
		background:linear-gradient(#ffab39,#da5801);
	}
	#bottom_nav li.line a{
		background:linear-gradient(#00e26a,#009c03);
	}
	#bottom_nav li a img{
		width:1.1em;
		margin-right:0.2em;
	}
	#bottom_nav li a .small{
		display:block;
		font-size:4.6vw;
	}
}


/* fadein */
.fadein {
	opacity : 0.01;
	-webkit-transform : translate(0, 70px);
	transform : translate(0, 70px);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_0 {
	opacity : 0;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 2s;
	transition-duration : 2s;
}

.delay1 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.2s;
	transition-delay : 0.2s;
}
.delay2 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.4s;
	transition-delay : 0.4s;
}
.delay3 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.6s;
	transition-delay : 0.6s;
}
.delay4 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.8s;
	transition-delay : 0.8s;
}
.delay5 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 1.0s;
	transition-delay : 1.0s;
}
.delay6 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 1.2s;
	transition-delay : 1.2s;
}

.fadein.scrollin,
.fadein_0.scrollin{
	opacity : 1;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
}