@charset "utf-8";

/* HOME
-------------------------------------------------------------------*/
.home .mv{
	position:relative;
	height:790px;
}

.home .mv .bg{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}

.home .mv .bg img{
	height: 100%;
	width: 100%;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.home .mv h1{
	position:absolute;
	right:0;
	top:30px;
	z-index:99;
}

.home .mv h2{
	position:absolute;
	left:30px;
	bottom:-90px;
	z-index:99;
}

.home .feature{
	padding:200px 20px 0 20px;
	background: url(../img/top/feature-bg.jpg) no-repeat top center;
	text-align:center;
}

h2.tit{
	width:430px;
	margin:0 auto 70px;
	height:70px;
	line-height:70px;
	text-align:center;
	border-radius: 34px;
	background: linear-gradient(#3e4fac 0%, #00b5b5 100%);
}

h2.tit span{
	border-radius: 30px;
	background:#fff;
	display:block;
	height:62px;
	line-height:62px;
	width:422px;
	margin:0 auto;
	position:relative;
	top:4px;
	left:0;
	right:0;
	color:#1595B2;
	font-size:30px;
	font-weight:700;
}

.home .introduction{
	padding:140px 20px 120px 20px;
	text-align:center;
}

.home .introduction .box-in{
	display:flex;
	justify-content:space-between;
	padding:30px 0 0 0;
}

.home .introduction .box-in > li{
	border: 3px solid #1595b2;
	border-radius:20px;
	padding:40px;
	box-sizing:border-box;
	width:570px;
	text-align:center;
	max-width:49%;
}

.home .introduction .box-in > li h3{
	border-radius: 12px;
	background: linear-gradient(#3e4fac 0%, #00b5b5 100%);
	max-width:470px;
	margin:-75px auto 40px;
	height:70px;
	line-height:70px;
	position:relative;
	font-size:27px;
	font-weight:700;
	color:#fff;
}

.home .introduction .box-in > li h3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 12px solid #02B5B5;
}

.home .introduction .box-in > li h4{
	color:#1595B2;
	font-size:24px;
	font-weight:700;
	position:relative;
	display:inline-block;
	margin:0 0 20px 0;
}

.home .introduction .box-in > li h4:after{
	display:block;
	content:"";
	width:2px;
	height:25px;
	background:#1595B2;
	position:absolute;
	left:-15px;
	top:7px;
	transform: rotate(-40deg);
}

.home .introduction .box-in > li h4:before{
	display:block;
	content:"";
	width:2px;
	height:25px;
	background:#1595B2;
	position:absolute;
	right:-15px;
	top:7px;
	transform: rotate(40deg);
}

.home .introduction .box-in > li .txt{
	font-size:18px;
	line-height:1.8em;
	height:100px;
	display:flex;
	justify-content:center;
	align-items:center;
}

@media screen and (max-width: 1180px) {
.home .introduction .box-in > li .txt{
	font-size:16px;
}
}

.home .introduction .box-in .img{
	padding:20px 0 0 0;
	display:flex;
	justify-content:space-between;
}

.home .introduction .box-in .img li{
	width:48%;
}

.home .course{
	padding:150px 20px 120px 20px;
}

.home .course.basic{
	background:#E1F7F7;
}

.home .course .box-in{
	background:#fff;
	border-radius:20px;
	padding:0 20px 100px 20px;
}

.home .course h2{
	max-width:1080px;
	margin:0 auto;
	height:70px;
	line-height:70px;
	text-align:center;
	border-radius: 12px;
	background: #02b5b5;
	color:#fff;
	font-size:30px;
	font-weight:700;
	position:relative;
	top:-35px;
}

.home .course h2 span{
	width:50px;
	height:50px;
	line-height:50px;
	color:#02B5B5;
	border-radius:50%;
	background:#fff;
	margin:0 20px 0 0;
	display:inline-block;
}

.home .course h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 12px solid #02B5B5;
}

.home .course .txt-box{
	width:1000px;
	margin:0 auto;
}

.home .course .m-txt{
	text-align:center;
	padding:0 0 50px 0;
}

.home .course .m-txt span{
	font-size:30px;
	line-height:2em;
	border-bottom:3px dotted #02B5B5;
	font-weight:600;
}

.home .course h3{
	font-size:24px;
	color:#02B5B5;
	font-weight:600;
	padding:10px 0;
	text-align:center;
	border-top:2px solid #02B5B5;
	border-bottom:2px solid #02B5B5;
	margin:0 0 50px 0;
}

.home .course .subject ul{
	padding:0 0 80px 0;
}

.home .course .subject ul li{
	position:relative;
	padding:0 0 10px 50px;
}

.home .course .subject ul li:after{
	content:"";
	position:absolute;
	left:27px;
	top:17px;
	width: 8px;
	height: 5px;
	border-left: 2px solid #02B5B5;
	border-bottom: 2px solid #02B5B5;
	transform: rotate(-45deg);
}

.home .course .subject ul li:before{
	content:"";
	position:absolute;
	left:20px;
	top:10px;
	width: 21px;
	height: 21px;
	border: 2px solid #02B5B5;
	border-radius:50%;
}

.home .course .subject ul li span{
	font-size:24px;
	font-weight:600;
	line-height:1.6em;
	background: linear-gradient(transparent 70%, #F7FF95 70%);
}

.home .course .variety ul{
	text-align:center;
	padding:0 0 100px 0;
	display:flex;
	justify-content:space-between;
}

.home .course .variety ul li{
	width:240px;
	margin:0 20px;
}

.home .course .variety ul li dl{
	padding:30px 0 0 0;
}

.home .course .variety ul li dl dt{
	width:180px;
	margin:0 auto;
	line-height:36px;
	height:40px;
	border-radius:20px;
	border:2px solid #02B5B5;
	color:#02B5B5;
	font-size:20px;
	font-weight:600;
}

.home .course .variety ul li dl dd{
	font-size:18px;
	line-height:1.8em;
	padding:20px 0 0 0;
}

.home .course .teacher{
	text-align:center;
}

.home .course .teacher ul{
	display:flex;
	justify-content:center;
}

.home .course .teacher ul li{
	margin:0 40px;
	width:360px;
	display:inline-block;
}

.home .course .teacher ul li dl{
	padding:20px 0 0 0;
}

.home .course .teacher ul li dl dt{
	font-size:18px;
	font-weight:500;
	padding:0 0 30px 0;
}

.home .course .teacher ul li dl dd{
	border-radius: 12px;
	background: #eafcf9;
	padding:30px;
	font-size:18px;
	line-height:1.8em;
	position:relative;
	text-align:left;
}

.home .course .teacher ul li dl dd:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #EAFCF9;
}

.home .course.creative {
    background: #E1EFF7;
}

.home .creative h2 {
    background: #025BB5;
}

.home .creative h2 span {
    color: #025BB5;
}

.home .creative h2:before {
    border-top: 12px solid #025BB5;
}

.home .creative .m-txt span {
    border-bottom: 3px dotted #025BB5;
}

.home .creative h3{
	color:#025BB5;
	border-top:2px solid #025BB5;
	border-bottom:2px solid #025BB5;
}

.home .creative .subject ul li:after{
	border-left: 2px solid #025BB5;
	border-bottom: 2px solid #025BB5;
}

.home .creative .subject ul li:before{
	border: 2px solid #025BB5;
}

.home .creative .variety ul li dl dt {
    border: 2px solid #025BB5;
    color: #025BB5;
}

.home .creative .teacher ul li dl dd{
	background: #EAF4FC;
}

.home .creative .teacher ul li dl dd:before {
	border-bottom: 15px solid #EAF4FC;
}

.home .course.study {
    background: #FFF5E6;
}

.home .study h2 {
    background: #F26F1D;
}

.home .study h2 span {
    color: #F26F1D;
}

.home .study h2:before {
    border-top: 12px solid #F26F1D;
}

.home .study .m-txt span {
    border-bottom: 3px dotted #F26F1D;
}

.home .study h3{
	color:#F26F1D;
	border-top:2px solid #F26F1D;
	border-bottom:2px solid #F26F1D;
}

.home .study .subject ul li:after{
	border-left: 2px solid #F26F1D;
	border-bottom: 2px solid #F26F1D;
}

.home .study .subject ul li:before{
	border: 2px solid #F26F1D;
}

.home .study .variety ul li dl dt {
    border: 2px solid #F26F1D;
    color: #F26F1D;
}

.home .study .teacher ul li dl dd{
	background: #FFF5E8;
}

.home .study .teacher ul li dl dd:before {
	border-bottom: 15px solid #FFF5E8;
}

.home .mincourse{
	text-align:center;
}

.home .mincourse ul li{
	display:inline-block;
	padding:15px;
}

.home .mincourse .txt{
	padding:20px 0 100px 0;
	font-size:21px;
	font-weight:500;
}

.home .course.enjoy {
    background: #FAE8FA;
}

.home .enjoy h2 {
    background: #CB34D1;
}

.home .enjoy h2 span {
    color: #CB34D1;
}

.home .enjoy h2:before {
    border-top: 12px solid #CB34D1;
}

.home .enjoy .m-txt span {
    border-bottom: 3px dotted #CB34D1;
}

.home .enjoy h3{
	color:#CB34D1;
	border-top:2px solid #CB34D1;
	border-bottom:2px solid #CB34D1;
}

.home .enjoy .subject ul li:after{
	border-left: 2px solid #CB34D1;
	border-bottom: 2px solid #CB34D1;
}

.home .enjoy .subject ul li:before{
	border: 2px solid #CB34D1;
}

.home .enjoy .variety ul li dl dt {
    border: 2px solid #CB34D1;
    color: #CB34D1;
}

.home .enjoy .teacher ul li dl dd{
	background: #FAF0FA;
}

.home .enjoy .teacher ul li dl dd:before {
	border-bottom: 15px solid #FAF0FA;
}

.home .faq{
	padding:120px 20px;
}

.home .faq .box{
	max-width:1000px;
	margin:0 auto;
}

.faq dl{
	position:relative;
	padding:0 0 3px 0;
}

.faq dl dt{
	font-size:18px;
	font-weight:500;
	position:relative;
	background: linear-gradient(to right, #3e4fac 0%, #00b5b5 100%);
	line-height:1.8em;
	cursor:pointer;
	color:#fff;
}

.faq dl dt span{
	display:block;
	position:relative;
	padding:15px 50px 15px 80px;
	background:url(../img/top/faq-q.png) no-repeat 25px 8px;
}

.accordion-title:before {
	position: absolute;
	content: '';
	top: 30px;
	right:20px;
	height: 2px;
	width: 20px;
	background: #fff;
	transform: rotate(90deg);
	transition: all .3s ease-in-out;
	z-index:2;
}
.accordion-title:after {
	position: absolute;
	content: '';
	top: 30px;
	right: 20px;
	height: 2px;
	width: 20px;
	background: #fff;
	transition: all .3s ease-in-out;
	z-index:2;
}

.accordion-title.open:before {
	transform: rotate(180deg);
}
.accordion-title.open:after {
	opacity: 0;
}
.accordion-text {
	display: none;
}

.faq dl dd{
	padding:30px 50px 40px 80px;
	background:url(../img/top/faq-a.png) no-repeat 25px 23px #FAFAFA;
	margin:0 0 40px 0;
	font-size:18px;
	line-height:1.8em;
}

.btn-area{
	padding:90px 20px;
	background: linear-gradient(#3e4fac 0%, #00b5b5 100%);
	text-align:center;
}


@media screen and (max-width: 800px) {
.home .mv{
	height:auto;
	padding:60px 0 0 0;
}

.home .mv .bg{
	display:none;
}

.home .mv h1{
	position:static;
}

.home .mv h2{
	width:90%;
	left:0;
	bottom:-10%;
}

.home .feature{
	padding:150px 20px 0 20px;
}

h2.tit{
	width:260px;
	margin:0 auto 40px;
	height:54px;
	line-height:54px;
}

h2.tit span{
	height:50px;
	line-height:50px;
	width:256px;
	top:2px;
	font-size:21px;
}

.home .feature .txt{
	max-width:370px;
	margin:0 auto;
}

.home .introduction{
	padding:80px 20px 80px 20px;
}

.home .introduction .box-in{
	display:block;
	padding:30px 0 0 0;
}

.home .introduction .box-in > li{
	border: 2px solid #1595b2;
	padding:40px 20px 30px 20px;
	width:100%;
	max-width:400px;
	margin:0 auto;
}

.home .introduction .box-in > li:first-child{
	margin:0 auto 50px;
}

.home .introduction .box-in > li h3{
	margin:-65px auto 30px;
	height:50px;
	line-height:50px;
	font-size:18px;
}

.home .introduction .box-in > li h3:before {
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 10px solid #02B5B5;
}

.home .introduction .box-in > li h4{
	font-size:20px;
	margin:0 0 20px 0;
}

.home .introduction .box-in > li .txt{
	font-size:16px;
	line-height:1.8em;
	height:auto;
	display:block;
	text-align:left;
	padding:20px 0
}

.home .introduction .box-in .img{
	padding:20px 0 0 0;
}

.home .introduction .box-in .img li{
	width:48%;
}

.home .course{
	padding:70px 20px;
}

.home .course .box-in{
	padding:0 20px 50px 20px;
}

.home .course h2{
	max-width:inherit;
	height:50px;
	line-height:50px;
	font-size:18px;
	top:-25px;
}

.home .course h2 span{
	width:35px;
	height:35px;
	line-height:35px;
	margin:0 15px 0 0;
}

.home .course h2:before {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 10px solid #02B5B5;
}

.home .course .txt-box{
	width:100%;
}

.home .course .m-txt{
	padding:0 0 40px 0;
}

.home .course .m-txt span{
	font-size:clamp(14px, 5vw, 30px);
	line-height:2em;
	border-bottom:2px dotted #02B5B5;
}

.home .course h3{
	font-size:18px;
	margin:0 0 30px 0;
}

.home .course .subject ul{
	padding:0 0 40px 0;
}

.home .course .subject ul li{
	padding:0 0 10px 35px;
}

.home .course .subject ul li:after{
	left:7px;
	top:10px;
}

.home .course .subject ul li:before{
	left:0;
	top:3px;
}

.home .course .subject ul li span{
	font-size:16px;
}

.home .course .variety ul{
	padding:0 0 10px 0;
	flex-wrap:wrap;
}

.home .course .variety ul li{
	width:100%;
	margin:0 0 30px 0;
}

.home .course .variety ul li .img{
	width:130px;
	margin:0 auto;
}

.home .course .variety ul li dl{
	padding:20px 0 0 0;
}

.home .course .variety ul li dl dt{
	width:180px;
	font-size:16px;
}

.home .course .variety ul li dl dd{
	font-size:16px;
	padding:10px 0 0 0;
}


.home .course .teacher ul{
	display:block;
}

.home .course .teacher ul li{
	margin:0 0 30px 0;
	width:100%;
	display:block;
}

.home .course .teacher ul li .img{
	width:160px;
	margin:0 auto;
}

.home .course .teacher ul li dl dt{
	font-size:16px;
	padding:0 0 20px 0;
}

.home .course .teacher ul li dl dd{
	padding:20px;
	font-size:16px;
}

.home .course .teacher ul li dl dd:before {
	top: -24px;
	margin-left: -12px;
	border: 12px solid transparent;
	border-bottom: 12px solid #EAFCF9;
}


.home .creative h2:before {
    border-top: 10px solid #025BB5;
}

.home .creative .m-txt span {
    border-bottom: 2px dotted #025BB5;
}

.home .creative .teacher ul li dl dd:before {
	border-bottom: 12px solid #EAF4FC;
}

.home .study h2:before {
    border-top: 10px solid #F26F1D;
}

.home .study .m-txt span {
    border-bottom: 2px dotted #F26F1D;
}

.home .study .teacher ul li dl dd:before {
	border-bottom: 12px solid #FFF5E8;
}

.home .mincourse ul li{
	width:130px;
	padding:10px;
}

.home .mincourse .txt{
	padding:20px 0 40px 0;
	font-size:16px;
	line-height:1.8em;
	text-align:left;
}

.home .enjoy h2:before {
    border-top: 12px solid #CB34D1;
}

.home .enjoy .m-txt span {
    border-bottom: 2px dotted #CB34D1;
}

.home .enjoy .teacher ul li dl dd:before {
	border-bottom: 12px solid #FAF0FA;
}

.home .faq{
	padding:70px 20px;
}

.home .faq .box{
	max-width:inherit;
}

.faq dl{
	padding:0 0 3px 0;
}

.faq dl dt{
	font-size:16px;
}

.faq dl dt span{
	display:block;
	position:relative;
	padding:15px 50px 15px 60px;
	background:url(../img/top/sp/faq-q.png) no-repeat 15px 9px;
	background-size:28px;
}

.accordion-title:before {
	top: 29px;
	right:15px;
	width: 16px;
}
.accordion-title:after {
	top: 29px;
	right: 15px;
	width: 16px;
}

.faq dl dd{
	padding:20px 50px 30px 60px;
	background:url(../img/top/sp/faq-a.png) no-repeat 17px 17px #FAFAFA;
	background-size:24px;
	font-size:16px;
}

.btn-area{
	padding:50px 20px;
}

.btn-area p{
	max-width:320px;
	margin:0 auto;
}

}