@charset "utf-8";

/* #mv */
#mv{
}
#mv img{
	max-width:1900px;
	width:100%;
}
#mv > div{
	max-width:960px;
	width:90%;
	margin:-15% auto 0;
	position:relative;
	z-index:1;
}
#mv > div section{
	width:625px;
	padding:0 5% 5%;
	text-align:left;
	background-color:#F8D6D9;
	border-radius:3em;
}
#mv > div section h2{
	margin-bottom:0.7em;
	font-size:128px;
	line-height:0;
	white-space:nowrap;
}
#mv > div section h3{
	margin-bottom:1em;
	line-height:2;
	font-size:28px;
	white-space:nowrap;
	font-feature-settings: "palt";
	letter-spacing:0.05em;
}

@media screen and (max-width:1280px){
	#mv > div section{
		width:62%;
	}
	#mv > div section h2{
		font-size:10vw;
	}
	#mv > div section h3{
		font-size:2.2vw;
		line-height:1.8;
	}
}
@media screen and (max-width:1024px){
	#mv > div section p .only_pc{
		display:none !important;
	}
}

@media screen and (max-width:768px){
	#mv > div{
		margin:-6% auto 0;
	}
	#mv > div section{
		width:auto;
		border-radius:2em;
	}
	#mv > div section h2{
		margin-bottom:0.7em;
		font-size:12vw;
		line-height:0;
		white-space:nowrap;
	}
	#mv > div section h3{
		margin-bottom:0.5em;
		font-size:4vw;
	}
}



/* .cont */
.cont{
	padding:90px 0 50px;
}
.cont h2{
	line-height:2;
	margin-bottom:1em;
	font-size:28px;
}
.cont h3{
	line-height:1.5;
	margin-bottom:0.5em;
	font-size:24px;
}


@media screen and (max-width:768px){
	.cont{
		padding:9% 0 9%;
	}
	.cont h2{
		font-size:4.5vw;
	}
	.cont h3{
		font-size:4vw;
	}
}


/* #cont1 */
#cont1{
	text-align:left;
}
#cont1 h2{
}
#cont1 section{
	margin-top:5%;
	padding:5%;
	border-radius:3em;
}
#cont1 section h3{
	margin-bottom:0.5em;
}

@media screen and (max-width:768px){
	#cont1 section{
		border-radius:2em;
	}
}


/* #cont2 */
#cont2{
	padding-bottom:90px;
	background-color:#F8D6D9;
}
#cont2 > div{
	text-align:left;
}
#cont2 > div h2 img{
	display:block;
	width:413px;
	margin-bottom:1em;
}
#cont2 > div p{
	margin-top:2em;
}

@media screen and (max-width:1024px){
	#cont2 > div h2 br{
		display:none;
	}
}

@media screen and (max-width:768px){
	#cont2{
		padding-bottom:9%;
	}
	#cont2 > div h2 img{
		width:60%;
		margin-bottom:0.5em;
	}
}


/* #cont3 */
#cont3{
	padding-bottom:0;
	text-align:left;
}
#cont3 section{
	margin:3% 0 5%;
	padding-right:42%;
	position:relative;
}
#cont3 section:last-of-type{
	margin-bottom:0;
}
#cont3 section figure{
	width:38%;
	position:absolute;
	right:0;
	top:0;
}

@media screen and (max-width:768px){
	#cont3 section{
		padding-right:0;
		position:static;
	}
	#cont3 section figure{
		width:auto;
		position:static;
		right:auto;
		top:auto;
	}
}


/* #cont4 */
#cont4{
	padding-bottom:0;
	text-align:left;
}
#cont4 ul li{
	padding-left:1em;
	text-indent:-1em;
}


/* #cont5 */
#cont5{
	padding-bottom:0;
	text-align:left;
}
#cont5 dl dt{
	margin-top:2em;
	text-indent:-0.5em;
}
#cont5 dl .indent{
	padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width:768px){
	#cont5 dl dt{
		margin-top:1.5em;
	}
}


/* #cont6 */
#cont6{
	padding-bottom:0;
	text-align:left;
}
#cont6 h2 span{
	margin-left:1em;
	font-size:18px;
	font-weight:normal;
}
#cont6 ul li{
	padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width:768px){
	#cont6 h2 span{
		font-size:3vw;
	}
}


/* #cont7 */
#cont7{
	padding-bottom:90px;
	text-align:left;
}
#cont7 dt.accordion{
	line-height:3.6;
	margin-top:1em;
	padding:0 3.5em 0 1.5em;
	font-size:22px;
	font-weight:bold;
	background-color:#F8D6D9;
	border-radius:1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	cursor:pointer;
	position:relative;
}
#cont7 dt.accordion:after{
	content:'';
	display:block;
	width:1em;
	height:1em;
	border-right:2px solid;
	border-bottom:2px solid;
	position:absolute;
	right:1.5em;
	top:50%;
	transform:translateY(-90%) rotate(45deg);
}
#cont7 dt.accordion.open:after{
	transform:translateY(-20%) rotate(-135deg);
}
#cont7 dt.accordion span{
	font-size:16px;
	text-decoration:underline;
}
#cont7 dd.cont_accordion{
	padding:3%;
	line-height:1.5;
	display:none;
}
#cont7 dd.cont_accordion table{
	width:100%;
}
#cont7 dd.cont_accordion table th,
#cont7 dd.cont_accordion table td{
	padding:1em;
	border:1px solid;
}
#cont7 dd.cont_accordion table th{
	width:12em;
	background-color:#eee;
}
#cont7 dd.cont_accordion table td dl dt{
	margin-top:1em;
}
#cont7 dd.cont_accordion table td > dl > dt{
	font-weight:bold;
}
#cont7 dd.cont_accordion table td dl dt.mt0{
	margin-top:0;
}
#cont7 dd.cont_accordion table td dl dd{
	padding-left:1em;
}
#cont7 dd.cont_accordion table td ul.indent li{
	padding-left:2em;
	text-indent:-1em;
}
#cont7 > p{
	line-height:1.8;
	margin:50px 0;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

@media screen and (max-width:768px){
	#cont7{
		padding-bottom:9%;
	}
	#cont7 dt.accordion{
		font-size:4vw;
	}
	#cont7 dt.accordion span{
		font-size:3vw;
	}
	#cont7 dd.cont_accordion table th,
	#cont7 dd.cont_accordion table td{
		width:100%;
		display:block;
		margin-bottom:-1px;
	}
	#cont7 dd.cont_accordion table th{
		padding:0.5em 1em;
	}
	#cont7 > p{
		margin:5% 0;
		font-size:3.4vw;
	}
}
/*固定ボタン*/
#wrapper {
	padding-bottom: 60px;
}
.btn_fixed {
	width: 100%;
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:90;
	margin: 0;
	padding: 0;
	height: 60px;
}
.btn_fixed a {
	color: #FFF;
	background-color: #AAA;
	text-align: center;
	font-weight:bold;
	margin: 0;
	font-size:18px;
	line-height: 60px;
	display: block;
	vertical-align: bottom;
}
.btn_fixed a:hover {
	opacity: 1.0 !important;
	color: #E9668C;
	background-color: #F8D6D9;
}