.container.reason01 {position:relative;}
.container.reason01::before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index:0;
	filter:blur(8px) brightness(1.3) contrast(0.8);
	background:url(https://www.keio1-kyuto.com/wp-content/themes/keio1-kyuto/assets/images/reason_topimg.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	opacity:0.5;
}
.container.reason01 .inner {
	width:auto;
	max-height:80vh;
	margin:0 auto;
	line-height:0;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:10;
}
.container.reason01 .inner img {
	width:auto;
	height:100%;
	max-height:80vh;
}

.container.reason02 {overflow-x:hidden;}
.container.reason02 .inner {
	width:100%;
	max-width:100%;
	padding:100px 0 220px;
	background-color:#fff6ea;
}
.container.reason02 .inner h2 {
	font-size:46px;
	text-align:center;
	font-weight:600;
}
.container.reason02 .inner h2 span {
	color:#eb601a;
	position:relative;
	z-index:1;
}
.container.reason02 .inner h2 span::before {
	content:"";
	display:block;
	width:105%;
	height:20px;
	background-color:#ffef00;
	position:absolute;
	left:-2.5%;
	bottom:0px;
	z-index:-1;
	transform:skewX(-10deg);
}
.container.reason02 .inner h2 span sup {
	vertical-align:bottom;
	font-size:84px;
	font-weight:700;
	letter-spacing:-0.1em;
	position:relative;
}
.container.reason02 .inner h2 span sup::before {
	content:"";
	background:url(https://www.keio1-kyuto.com/wp-content/themes/keio1-kyuto/assets/images/crown02.png) no-repeat;
	position:absolute;
	top:4px;
	width:35px;
	height:auto;
	aspect-ratio:3 / 2;
	background-size:cover;
	margin:0 auto;
	left:-49.8vw;
	right:-50.2vw;
}
.container.reason02 .inner .bar {
	width:5em;
	height:1px;
	border-bottom:dashed 1px #000;
	display:block;
	margin:50px auto;
}
.container.reason02 .inner .wp {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	max-width:1400px;
	margin:80px auto;
	position:relative;
}
.container.reason02 .inner .wp.x1,
.container.reason02 .inner .wp.x3,
.container.reason02 .inner .wp.x5,
.container.reason02 .inner .wp.x7 {left:-10%;}
.container.reason02 .inner .wp.x2,
.container.reason02 .inner .wp.x4,
.container.reason02 .inner .wp.x6 {
	flex-flow:row-reverse;
	right:-10%;
}
.container.reason02 .inner .wp img {
	width:48%;
	max-width:670px;
	border-radius:50px;
	display:block;
	line-height:0;
	margin:0 2.5%;
}
.container.reason02 .inner .wp.x4 img {
	width:27%;
	max-width:353px;
	border-radius:0;
	margin:0 15% 0 5%;
}
.container.reason02 .inner .wp .bx {
	width:42%;
	margin:0 2.5%;
}
.container.reason02 .inner .wp .bx h3 {
	width:100%;
	max-width:190px;
	margin:0 0 25px;
}
.container.reason02 .inner .wp .bx h3 img {
	border-radius:0;
	width:100%;
	margin:0;
	display:initial;
	max-width:unset;
	line-height:1;
}
.container.reason02 .inner .wp .bx h4 {
	font-size:30px;
	font-weight:700;
	color:#1857a7;
	margin:0 0 0.8em;
}
.container.reason02 .inner .wp.x3 .bx h4 br,
.container.reason02 .inner .wp.x4 .bx h4 br,
.container.reason02 .inner .wp.x5 .bx h4 br,
.container.reason02 .inner .wp.x7 .bx h4 br {display:none;}

.container.reason02 .inner .wp .bx p {
	font-size:18px;
	line-height:1.8;
}

#reason .container.top01 {padding:0 0 80px;}
#reason .container.special {
	padding:200px 0 145px;
	margin:-145px 0 0;
	position:relative;
	z-index:1;
}
#reason .container.area .inner {
	position:relative;
	z-index:10;
	padding:75px 100px 55px;
}
#reason .container.faq {padding:80px 0;}

.fadein {
	opacity:0;
	transform:translateY(70px);
	transition:.7s cubic-bezier(.25,.46,.45,.94);
}



/* メディアクエリ
------------------------------------------------------------------*/
@media print, screen and (max-width:1500px){
	.container.reason01 .inner {max-height:unset;}
	.container.reason01 .inner img {
		max-height:unset;
		width:100%;
		height:auto;
	}
}
@media print, screen and (max-width:1300px){
	#reason .container.area .inner {padding:7vw 8vw;}
	#reason .container.faq {padding:80px 0;}
}
@media print, screen and (max-width:1100px){
	.container.reason02 .inner .wp {width:105%;}
	.container.reason02 .inner .wp.x1,
	.container.reason02 .inner .wp.x3,
	.container.reason02 .inner .wp.x5,
	.container.reason02 .inner .wp.x7 {left:-5%;}
	.container.reason02 .inner .wp.x2,
	.container.reason02 .inner .wp.x4,
	.container.reason02 .inner .wp.x6 {right:-5%;}
}
@media print, screen and (max-width:900px){
	.container.reason02 .inner .wp {
		left:unset !important;
		right:unset !important;
		padding:0 2.5vw;
		flex-wrap:wrap;
		width:90%;
		margin:0 auto 8vw;
		flex-flow:column-reverse !important;
	}
	.container.reason02 .inner .wp img {
		width:70%;
		margin:0;
		border-radius:2.5vw;
	}
	.container.reason02 .inner .wp .bx {
		width:100%;
		margin:0 0 3vw;
	}
	.container.reason02 .inner .wp.x4 img {
		width:50%;
		margin:0 auto;
	}
}
@media print, screen and (max-width:768px){
	.container {overflow:initial;}

	.container.reason02 .inner {padding:17vw 5vw 22vw;}
	.container.reason02 .inner h2 {font-size:9vw;}
	.container.reason02 .inner h2 span {
		display:block;
		margin:11vw auto 0;
		width:5em;
	}
	.container.reason02 .inner h2 span::before {
		height:3.9vw;
		left:-0.2vw;
		bottom:-2px;
	}
	.container.reason02 .inner h2 span sup {font-size:2em;}
	.container.reason02 .inner h2 span sup::before {
		left:-49.3vw;
		right:-50.8vw;
		width:8vw;
		top:0.5vw;
	}
	.container.reason02 .inner .bar {margin:10vw auto;}
	.container.reason02 .inner .wp {
		width:100%;
		padding:0;
		margin:0 auto 8vw;
	}
	.container.reason02 .inner .wp .bx h3 {
		max-width:unset;
		width:48%;
		margin:0 0 6vw;
	}
	.container.reason02 .inner .wp .bx h4 {font-size:6.8vw;}
	.container.reason02 .inner .wp.x3 .bx h4 br,
	.container.reason02 .inner .wp.x4 .bx h4 br,
	.container.reason02 .inner .wp.x5 .bx h4 br,
	.container.reason02 .inner .wp.x7 .bx h4 br {display:initial;}
	.container.reason02 .inner .wp .bx p {
		font-size:4.2vw;
		text-align:justify;
	}
	.container.reason02 .inner .wp img {width:90%;}
	.container.reason02 .inner .wp.x4 img {width:70%;}
	#reason .container.area .inner {padding:9vw 7vw 12vw;}
	#reason .container.faq {padding:12vw 5vw;}
}