@charset "UTF-8";

/*
#################################

	header/footer

#################################
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 390px;
    z-index: 8;
    box-shadow: 0px 4px 4px rgba(34, 34, 34, 0.2);
}
@media only screen and (max-width: 430px) {
	header {
		width: 100%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	headertop
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.headertop__inner{
	max-width: 100%;
	padding: 0 20px;
}
.headertop__inner--left a img{
	height: 40px;
	width: 94.38px;
}
.headertop__inner--right a img.line{
	width: 40px;
}
.headertop__inner--right a:nth-of-type(2){
	display: none;
}

/*nav
———————————————————————————————————————————————————————————————————*/
.headertop__inner--right--nav {
    display: block!important;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    cursor: pointer;
    border: 1px #222 solid;
}
.headertop__inner--right--nav span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #0085FF;
}
.headertop__inner--right--nav span:before,
.headertop__inner--right--nav span:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0085FF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.headertop__inner--right--nav span:before {
    -webkit-transform: translate(0, -350%);
    transform: translate(0, -350%);
}
.headertop__inner--right--nav span:after {
    -webkit-transform: translate(0, 350%);
    transform: translate(0, 350%);
}
.show .headertop__inner--right--nav span {
    background: transparent;
}
.show .headertop__inner--right--nav span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.show .headertop__inner--right--nav span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	headerbottom
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.headerbottom{
    background: #0085FF;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	headerbottom__inner
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    .headerbottom__inner{
        max-width: 100%;
        padding: 0;
    }
    .headerbottom__inner--item{
        border-left: 1px #fff solid;
    }
    .headerbottom__inner--item:first-of-type{
        border-left: none;
    }
    .headerbottom__inner--item:last-of-type{
        border-right: none;
    }
    .headerbottom__inner--item:hover > a{
        background: none;
    }
    .headerbottom__inner--item--text{
        display: block;
        padding: 8px 0;
    }
    .headerbottom__inner--item--text.none{
        pointer-events: none;
    }
    .headerbottom__inner--item--text img{
        width: 16px;
        height: 16px;
        margin: 0 auto 4px;
    }
    .headerbottom__inner--item--text p{
        font-size: 10px;
    }
    .headerbottom__inner--item--nav.active{
        height: 100vh;
        max-height: 100vh;
    }
    .headerbottom__inner--item--nav.place-row.active{
        height: 100vh;
        max-height: 100vh;
    }
    .headerbottom__inner--item--nav.age-row.active{
        height: 100vh;
        max-height: 100vh;
    }
    .headerbottom__inner--item--nav--inner{
        max-width: 100%;
        padding: 24px 20px;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        gap: 2%;
    }
    .headerbottom__inner--item--nav--inner a{
        max-width: 100%;
        width: 32%;
        margin-bottom: 20px;
    }
    .headerbottom__inner--item--nav--inner a:nth-of-type(3n){
        margin-right: 0;
    }
    .headerbottom__inner--item--nav--inner a p{
        font-size: 12px;
    }
    .headerbottom__inner--item--nav--inner--flex{
        gap: 2%;
    }
    .headerbottom__inner--item--nav--inner--flex p.nav__title{
        font-size: 14px;
        padding-bottom: 4px;
        margin-bottom: 8px;
    }
    .headerbottom__inner--item--nav--inner--flex > div > div{
        display: flex;
        justify-content: space-between;
    }
    .headerbottom__inner--item--nav--inner--flex .column1{
        max-width: 100%;
        width: 32%;
        margin-right: 0;
    }
    .headerbottom__inner--item--nav--inner--flex .column1 a{
        max-width: 100%;
        width: 100%;
    }
    .headerbottom__inner--item--nav--inner--flex .column2{
        max-width: 100%;
        width: 66%;
        margin-right: 0;
    }
    .headerbottom__inner--item--nav--inner--flex .column2 a{
        max-width: 100%;
        width: 48.48484848%;
    }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	headerbottom__nav
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.headerbottom__nav{
	display: block;
	opacity: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	position: fixed;
	top: 62px;
	left: auto;
	right: auto;
	bottom: 0;
	overflow-y: auto;
	width: 390px;
	height: auto;
	border-top: 2px #0085FF solid;
	padding: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	will-change: opacity, transform;
}
@media only screen and (max-width: 430px) {
	.headerbottom__nav{
		width: 100%;
	}
}
.show .headerbottom__nav{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 12;
}
.headerbottom__nav--list{
	margin-bottom: 40px;
}
.headerbottom__nav--list--item--text{
	border-top: 1px #D9D9D9 solid;
	border-bottom: 1px #D9D9D9 solid;
	padding: 16px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerbottom__nav--list--item--text.none{
	pointer-events: none;
}
.headerbottom__nav--list--item--text:first-of-type{
	border-top: none;
}
.headerbottom__nav--list--item--text > div >p:nth-of-type(1){
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 4px;
}
.headerbottom__nav--list--item--text > div >p:nth-of-type(2){
	font-family: 'Helvetica Neue';
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	color: #0085FF;
}
.headerbottom__nav--plus{
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-top: 7px;
}
.headerbottom__nav--plus::before,
.headerbottom__nav--plus::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0085FF;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.headerbottom__nav--plus::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.headerbottom__nav--plus::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.active .headerbottom__nav--plus::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.active .headerbottom__nav--plus::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.headerbottom__nav--arrow{
	position: relative;
}
.headerbottom__nav--arrow::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 13px;
	height: 20px;
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/header/headerbottom__nav--arrow--1.svg);
	background-size: cover;
	background-position: center;
}
.headerbottom__nav--list--item--list{
	height: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.headerbottom__nav--list--item--list.active{
	height: auto;
	max-height: 50em;
	transition: all 0.5s;
}
.headerbottom__nav--list--item--list a{
	display: block;
	border-top: 1px #D9D9D9 solid;
	border-bottom: 1px #D9D9D9 solid;
	padding: 16px 20px 16px 40px;
	position: relative;
	background: #D9E9F1;
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
}
.headerbottom__nav--list--item--list a:first-of-type{
	border-top: none;
}
.headerbottom__nav--list--item--list a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	width: 6px;
	height: 12px;
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/header/headerbottom__nav--arrow--2.svg);
	background-size: cover;
	background-position: center;
}
.headerbottom__nav--button{
	margin-bottom: 40px;   
}
.headerbottom__nav--button img{
	max-width: 275px;
	width: 73.333333333%;
	margin: 0 auto;
}
.headerbottom__nav--text{
	max-width: 100%;
	padding: 0 20px;
}
.headerbottom__nav--text a{
	display: block;
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 16px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	floating
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.floating{
	display: none!important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
	width: 390px;
	padding: 64px 0 144px;
}
@media only screen and (max-width: 430px) {
	footer {
		width: 100%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer__inner--top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer__inner--phone{
	max-width: 100%;
	padding: 0 20px;
}
.footer__inner--phone a{
	max-width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer__inner--top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer__inner--top{
	max-width: 100%;
	padding: 0 20px;
}
.footer__inner--top > div{
	max-width: 152px;
	width: 45.373134328%;
}
.footer__inner--top > div:nth-of-type(1) img{
	width: 100%;
}
.footer__inner--top > div.footer__inner--top--media{
	display: none;
}
div.footer__inner--top--media{
	max-width: 100%;
	padding: 0 20px;
	margin-bottom: 40px;
}
div.footer__inner--top--media a{
	display: block;
	color: #fff;
	font-weight: 700;
}
.footer__inner--top > div:nth-of-type(3) p{
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 12px;
}
.footer__inner--top > div:nth-of-type(3) > div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer__inner--top > div:nth-of-type(3) > div a{
	max-width: 40px;
	width: 20%;
	margin: 0 4%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer__inner--middle
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer__middle{
	display: block;
	max-width: 100%;
	max-height: 400px;
	padding: 0 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer__inner--bottom
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer__bottom{
	display: block;
	max-width: 100%;
	padding: 0 20px;
}
.footer__bottom > div{
	max-width: 100%;
	width: 100%;
}
.footer__bottom > div div:last-of-type {
	margin-bottom: 24px;
}

/*
#################################

	eiken

#################################
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	background
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.eiken{
	margin: 0;
    padding: 0;
}
.eiken__bg--left{
	position: relative;
	position: fixed;
    top: 0;
	left: 0;
	width: calc((100% - 390px)/2);
	height: 100vh;
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/eiken/eiken__bg--left.png) 50% 50% no-repeat;
    background-size: cover;
}
.eiken__bg--right{
	position: relative;
	position: fixed;
    top: 0;
	right: 0;
	width: calc((100% - 390px)/2);
	height: 100vh;
    background: #0051C0;
}
.eiken__bg--right > div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 375px;
}
.eiken__bg--right > div > img{
	margin-bottom: 32px;
}
.eiken__wrap{
	position: relative;
	width: 100%;
    width: 390px;
    margin: 0 auto;
}
.eiken__wrap .NotoSansJP{
	font-family: "Noto Sans JP";
}

@media only screen and (max-width: 1024px) {
	.eiken__bg--left{
		position: relative;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #0051C0;
	}
	.eiken__bg--right{
		display: none;
	}
}

@media only screen and (max-width: 430px) {
	.eiken__bg{
		display: none;
	}
	.eiken__wrap{
		width: 100%;
		border: none;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv{
	margin-top: 110px;
	width: 100%;
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/eiken/fv__bg.png) 50% 50% no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 116.266666667%;
    position: relative;
}
.fv img{
	width: 89.333333333%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.fv h1,.fv p{
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cta
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.cta{
	padding: 40px 16px;
}
.cta.blue{
	background-color: #1D3FA3;
}
.cta a{
	display: block;
	width: 91.641791044%;
	margin: 0 auto;
}
.cta a:first-of-type{
	margin-bottom: 24px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	recommendation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.recommendation{
	background-color: #EAEFFB;
}
.recommendation h2{
	display: none;
}
.recommendation__inner{
	padding: 16px 16px 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	merit
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.merit{
	padding: 40px 16px;
}
.merit__title{
	text-align: center;
	margin-bottom: 40px;
}
.merit__title img{
	width: 90.746268656%;
	margin: 0 auto;
}
.merit__title p{
	display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
	letter-spacing: 0.03em;
	background:linear-gradient(transparent 70%, #F5F453 70%);
}
.merit__inner--content{
	margin-bottom: 40px;
}
.merit__inner--content--title{
	margin-top: -16px;
	margin-bottom: 16px;
}
.merit__inner--content--title p{
	display: inline-block;
	background: #6A9EE5;
	padding: 4px 10px;
	border-radius: 4px;
	color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
	margin-bottom: 4px;
}
.merit__inner--content--text p{
	display: inline;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
.merit__inner--content--text p.marker{
    font-weight: 700;
	background:linear-gradient(transparent 50%, #F5F453 50%);
}
.merit__inner--dot{
	margin-bottom: 12px;
}
.merit__inner--dot img{
	width: 8px;
	margin: 0 auto;
}
.merit__inner--description{
	position: relative;
	background: #EAEFFB;
	padding: 16px;
	margin-bottom: 40px;
	border-radius: 4px;
}
.merit__inner--description::before{
	content:'';
    width: 46.66px;
	height: 55.81px;
    position: absolute;
	bottom: -20px;
	right: 3.35px;
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/eiken/merit__inner--description.svg) 50% 50% no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.merit__inner--description p{
	font-size: 14px;
    line-height: 1.6;
}
.merit__inner--description p span{
    font-weight: 700;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.point h2{
	display: none;
}
.point__inner{
	padding: 16px 16px 0;
}
.point__inner--content{
	margin-bottom: 32px;
}
.point__inner--content--title{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}
.point__inner--content:nth-of-type(2n) .point__inner--content--title{
	flex-direction: row-reverse;
}
.point__inner--content--title img{
	width: 152px;
}
.point__inner--content--title h3{
	flex: 1;
	color: #1D3FA3;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
	margin-top: 6px;
}
.point__inner--content > p{
	font-size: 14px;
    line-height: 1.6;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	gain
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gain{
	background-color: #EAEFFB;
	padding: 40px 0;
}
.gain h2{
	color: #1D3FA3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
	text-align: center;
	margin-bottom: 40px;
}
.gain__inner{
	padding: 0 16px;
}
.gain__inner--content{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}
.gain__inner--content--image{
	width: 40px;
}
.gain__inner--content--text{
	flex: 1;
}
.gain__inner--content--text h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
	margin-bottom: 12px;
}
.gain__inner--content--text p{
	font-size: 14px;
    line-height: 1.6;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	difference
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.difference{
	background-color: #EAEFFB;
	padding: 16px;
}
.difference h2{
	display: none;
}
.difference__inner{
	background-color: #fff;
	padding: 24px 16px;
	border-radius: 0 0 8px 8px;
	border: 2px solid #1D3FA3;
	border-top: none;
}
.difference__inner{
	padding: 16px 16px 0;
}
.difference__inner--content{
	margin-bottom: 40px;
}
.difference__inner--content > img{
	margin-bottom: 20px;
}
.difference__inner--content--title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}
.difference__inner--content--title img{
	width: 54px;
}
.difference__inner--content--title h3{
	flex: 1;
	color: #1D3FA3;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.difference__inner--content > p{
	font-size: 14px;
    line-height: 1.6;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	support
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.support{
	position: relative;
	background-color: #EAEFFB;
	padding: 40px 0;
}
.support::before{
	content:'';
    width: 98px;
	height: 124px;
    position: absolute;
	bottom: 0;
	right: 8px;
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/eiken/support.svg) 50% 50% no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.support h2{
	color: #1D3FA3;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}
.support__inner{
	padding: 0 16px;
}
.support__inner p{
	width: 247px;
	font-size: 14px;
    line-height: 1.6;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	schedule
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.schedule{
	padding: 40px 16px;
}
.schedule h2{
	display: none;
}
.schedule > img{
	width: 94.029850746%;
	margin: 0 auto 24px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	days
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.days{
	padding: 40px 16px;
}
.days h2{
	display: none;
}
.days > img{
	width: 88.376119403%;
	margin: 0 auto 24px;
}
.days p{
	font-size: 14px;
    line-height: 1.6;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	gallery
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gallery{
	padding: 0 0 80px;
}
.gallery > div{
	display: flex;
	align-items: center;
	overflow: hidden;
}
.gallery > div > div{
	display: flex;
	-webkit-animation: slider__left 20s linear infinite;
	animation: slider__left 20s linear infinite;
	animation-duration: 40s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: slider__left;
}
.gallery > div > div img{
	width: 216px;
    height: auto;
	margin-right: 8px;
}
.gallery > div > div img:nth-of-type(2n-1){
    margin-bottom: 36px;
}
.gallery > div > div img:nth-of-type(2n){
    margin-top: 36px;
}

@keyframes slider__left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	teacher
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.teacher{
	padding: 40px 16px;
	margin: 40px 16px;
	border-radius: 12px;	
}
.teacher.light{
	background-color: #EAEFFB;
}
.teacher.dark{
	background-color: #1D3FA3;
}
.teacher h2{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
	text-align: center;
	margin-bottom: 24px;
}
.teacher.light h2{
	color: #1D3FA3;
}
.teacher.dark h2{
	color: #fff;
}
.teacher__inner img{
	width: 180px;
	margin: 0 auto 24px;
}
.teacher__inner > p{
	color: #fff;
	font-size: 14px;
    line-height: 1.6;
}
.teacher__inner--title{
	text-align: center;
	margin-bottom: 24px;
}
.teacher.light .teacher__inner--title{
	color: #1D3FA3;
}
.teacher.dark .teacher__inner--title{
	color: #fff;
}
.teacher__inner--title p:nth-of-type(1){
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}
.teacher__inner--title p:nth-of-type(2){
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.teacher__inner--text p{
	position: relative;
	font-size: 14px;
    line-height: 1.6;
	padding: 0 0 10px 16px;
	border-bottom: 1px solid #CDDCFF;
	margin-bottom: 10px;
}
.teacher__inner--text p:last-of-type{
	padding: 0 0 0 16px;
	border-bottom: none;
	margin-bottom: 0;
}
.teacher__inner--text p::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
	background-color: #6A9EE5;
	border-radius: 20px;
    width: 4px;
    height: calc(100% - 10px);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	detail
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.detail{
	padding: 40px 16px;
}
.detail h2{
	color: #1D3FA3;
	font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
	text-align: center;
	margin-bottom: 24px;
}
.detail > img{
	width: 66.605970149%;
	margin: 0 auto 24px;
}
.detail__inner > div{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 12px;
}
.detail__inner > div > p:nth-of-type(1){
	width: 84px;
	color: #1D3FA3;
	font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.detail__inner > div > p:nth-of-type(2){
	flex: 1;
	font-size: 14px;
    line-height: 1.5;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	curriculum
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.curriculum{
	background-color: #EAEFFB;
	padding: 40px 16px;
}
.curriculum h2{
	color: #1D3FA3;
	font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
	text-align: center;
	margin-bottom: 24px;
}
.curriculum__inner p{
	position: relative;
	padding-left: 30px;
	font-size: 14px;
    line-height: 1.5;
	margin-bottom: 16px;
}
.curriculum__inner p::before{
	content:'';
    width: 10px;
	height: 10px;
    position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background-color: #1D3FA3;
	border-radius: 50%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	flow
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.flow{
	padding: 40px 16px;
}
.flow h2{
	color: #1D3FA3;
	font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}
.flow__inner--content{
	margin-bottom: 40px;
}
.flow__inner--content--step{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}
.flow__inner--content--step > div:nth-of-type(1){
	width: 64px;
}
.flow__inner--content--step > div:nth-of-type(2){
	flex: 1;
}
.flow__inner--content--step > div:nth-of-type(2) h3{
	color: #1D3FA3;
	font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
}
.flow__inner--content--step > div:nth-of-type(2) p{
	font-size: 14px;
    line-height: 1.6;
	letter-spacing: 0.03em;
}
.flow__inner--content--btn{
	margin-top: 20px;
}
.flow__inner--content--btn a{
	display: block;
    width: 91.641791044%;
    margin: 0 auto;
}
.flow__inner--arrow{
	width: 24px;
	margin: 0 auto 24px;
}
.flow__inner--text{
	text-align: center;
}
.flow__inner--text p:nth-of-type(1){
	color: #1D3FA3;
	font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}
.flow__inner--text p:nth-of-type(2){
	font-size: 14px;
    line-height: 1.6;
	letter-spacing: 0.04em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq{
	background-color: #EAEFFB;
	padding: 40px 16px;
}
.faq h2{
	color: #1D3FA3;
	font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
	text-align: center;
	margin-bottom: 24px;
}
.faq .faq__item{
		margin-bottom: 24px;
}
.faq .faq__item--question {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 8px 10px;
	color: #fff;
	background: #6A9EE5;
	border-radius: 4px;
    cursor: pointer;
}
.faq .faq__item--question img:nth-of-type(1) {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.faq .faq__item--question img:nth-of-type(2) {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 12px;
	height: 12px;
}
.faq .faq__item--question p {
	font-size: 14px;
	font-weight: 700;
	margin: auto 12px auto 0;
}
.faq .faq__item--answer {
	display: none;
	align-items: flex-start;
	padding: 8px 10px;
}
.faq .open .faq__item--answer {
	display: flex;
}
.faq .faq__item--answer img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.faq .faq__item--answer p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
}
