@charset "UTF-8";
/* CSS Document */

a {
    color: #25B4AF;
}
p{
	font-size: 16px;
	margin-bottom: 1rem;
}
h2,h3,h4{
	color: #374949;
	font-weight: 700;}
h2{
	text-align: center;
	font-size: 36px;
	letter-spacing: 1.8px;
	margin-bottom: 28px;
}
h3{
	font-size: 28px;
	margin-bottom: 18px;
}
h4{
	font-size: 20px;
	margin-bottom: 12px;
}
@media screen and (max-width: 768px){
	h2{
		font-size: 24px;
		margin-bottom: 24px;
		line-height: 1.6;
		}
	h3{
		font-size: 22px;
		margin-bottom: 18px;
		line-height: 1.6;
	}
	h4{
		font-size: 18px;
		margin-bottom: 12px;
	}
}
/* --------------------
 * Layout
 * -------------------- */

.container_inner {
    max-width: 994px;
    margin: 0 auto;
    padding: 40px 20px;
    display: block;
    width: 100%;
}
section{
	padding-top: 80px;
	margin-top: -80px;
}
#top #lesson{
	padding-top: 0;
	margin-top: 0;
}
.row{
	display: flex;
	flex-wrap: wrap;
	row-gap: 48px;
	gap: 36px 18px;
}
.col_3{
	width: 32%;
}
#entry.contents_wrapper{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


@media screen and (max-width: 768px){
	section, #lesson{
	padding-top: 66px;
	margin-top: -66px;
	}
	.container_inner {
    	padding: 32px 20px 40px;
 }
	.row{
	gap: 24px 18px;
}
    .col_3{
        width: 100%;
 }
 }

/* --------------------
 * common
 * -------------------- */
.h2_img{
	margin: auto;
}
h2.title.mg_10{
margin-bottom: 10px;
}
.round_img{
	border-radius: 20px;
}
.bg_l-green{
	background-color: #F1FEFC;
}
.bg_bottom_round_wrap{
	overflow: hidden;
}
.bg_bottom_round{
	border-bottom-left-radius: 1000px 300px;
	border-bottom-right-radius: 1000px 300px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
}
.l-green{
	color: #25B4AF;
}

.text_small{
	font-size: 14px;
}
.text_red{
	color: #ff272a;
}
.box{
	border-radius: 20px;
	border: 1px solid  #34D0CA;
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(105, 224, 220, 0.40);
}
.box_l-green{
	background-color: #F1FEFC;
}
.btn{
	display: block;
	border-radius: 50px;
	border: 1px solid #34D0CA;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	padding: 8px 20px;
	margin: 0 auto 20px;
	max-width: 218px;
}
.btn_cta{
    position: relative;
    display: block;
    background: #34D0CA;
    color: #FFFFFF;
    font-size: 22px;
    max-width: 380px;
    margin: 56px auto 0;
    padding: 10px 20px;
    box-shadow: 0px 4px 10px 0px rgba(105, 224, 220, 0.40);
    transition: .2s ease-in-out;
}
.btn_cta::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
	transition: .2s ease-in-out;
}
.btn_cta:hover{
	background-color: #FFFFFF;
	color: #34D0CA;
}
.btn_cta:hover::after{
	border-top: 2px solid #34D0CA;
	border-right: 2px solid #34D0CA;
}
.cta_main .btn_cta{
	margin: 0 0 10px;
	line-height: 1.8;
}
.close_btn{
	pointer-events: none;
}
#course .cta_main.pc_only{
	line-height: 1.4;
	margin-top: 1rem;
}
.main_btn{
	border-radius: 50px;
	border: 1px solid #34D0CA;
	background: #FFFDFD;
	transition: .2s ease-in-out;
}
.main_btn:hover{
	background-color: #34D0CA;
	color: #FFFFFF;
}
 @media screen and (max-width: 768px){
	#top .cta .btn_cta{
	margin: 40px auto 10px;
	}
	#course .cta .btn_cta{
	margin: 32px auto 16px;
	}
	#course .mv+.cta .btn_cta{
	margin: 16px auto;
	}
	.note{
	text-align: center;
	color: #000000;
	font-size: 12px;
	}
}
/* --------------------
 * nav
 * -------------------- */
.header {
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    letter-spacing: .1em;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    position: fixed;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.header_inner{
	display: flex;
	align-items: center;
	padding: 15.5px 40px;
}
.header_logo {
    line-height: 1.2;
    z-index: 10;
}
.header ul {
    list-style: none;
}
.header ul li{
    margin-left: 20px;
}
.header .cta_btn a{
	color: #FFFFFF;
	transition: .2s ease-in-out;
}
.header .cta_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    max-width: 255px;
    height: auto;
    background: #34D0CA;
    border: 1px solid #34D0CA;
    color: #FFFFFF;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.6;
    gap: 8px;
    transition: .2s ease-in-out;
    margin-bottom: 0;
}
.header .cta_btn:hover{
	background-color: #FFFFFF;
	color: #34D0CA;
}
.header .cta_btn a:hover{
	background-color: #FFFFFF;
	color: #34D0CA;
}
.global-nav_list {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	width: 80%;
	margin-left: auto;
}
.global-nav_list li{
	margin-bottom: 0;
}
.global-nav_list a{
	color: #374949;
	text-decoration: none;
	transition: .2s ease-in-out;
}
.global-nav_list a:hover{
	color: #BBBBBB ;
}
@media screen and (min-width: 1000px) {
	.header::before{
		content: "";
		background: linear-gradient(45deg, #fff 25%, rgba(255, 255, 255, 0.4) 100%);
		backdrop-filter: blur(10px);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		-webkit-backdrop-filter: blur(10px);
		z-index: 0;
		}
	.global-nav_list {
		position: relative;
		z-index: 2;
		display: flex;
		margin-right: 0;
		margin-left: auto;
	}
	.global-nav_list {
		position:initial!important;
		align-items: center;
		}
	.global-nav_list {
		width: 65%;
		justify-content: space-between;
	}
}
@media screen and (max-width: 768px) {
	.header_logo{
		width: 110px;
	}
	.header_inner{
		padding: 8px 10px;
		justify-content: space-between;
	}
	.header .cta_btn {
		padding: 8px 14px;
		font-size: 14px;
		height: 40px;
		margin-top: 5px;
	}
	.sp_btn_area{
		display: flex;
	}
/* sp nav */
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s ease-in-out;
}
.hamburger-menu__bar:first-child {
  top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background: #FFFFFF;
  position: absolute;
  top: 66px;
  width: 100%;
  left: 0;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #34d0ca;
  margin: 0 20px;
}
.navigation__list-item:first-child {
  /* border-top: solid 1px #474747; */
  margin: 0 20px;
}
.navigation__link {
  color: #555555;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  transition: .2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}
}
/* --------------------
 * mv
 * -------------------- */
.mv{
	background: url(../img/mv.jpg) center / cover no-repeat;
	height: 590px;
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.mv_inner{
	max-width: 1164px;
	display: flex;
}
.mv_inner .right {
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
}
h1{
	font-size: 54px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #374949;
}
.mv .text_small{
	color: #000000;
	margin-left: 10px;
}
#course .mv .text_small{
	margin-bottom: 0;
}
.mv_img{
	margin: 0 auto;
}
@media screen and (min-width: 1440px) {
	.mv{
		background: url(../img/mv_l.jpg) center / cover no-repeat;
	}
}
@media screen and (max-width: 1160px) {
	h1{
		font-size: 40px;
	}
}
@media screen and (max-width: 768px) {
	.mv{
		background: url(../img/mv_sp.jpg) center / cover no-repeat;
		height: 514px;
		margin-top: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 20px;
		position: relative;
	}
	.mv_inner{
		display: block;
		position: absolute;
		bottom: -30px;
		padding: 0 20px;
	}
	h1{
		font-size: 28px;
		text-align: center;
		margin-bottom: 2px;
	}
}
/* --------------------
 * dormant-deposit
 * -------------------- */
 .dormant-deposit{
	max-width: 1164px;
	margin: auto;
	position: relative;
	}
 .dormant-deposit_box{
	display: flex;
	position: absolute;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 20px;
	top: -100px;
	max-width: 1164px;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
}
.dormant-deposit_box_inner{
	display: flex;
	align-items: center;
    gap: 50px;
	padding: 10px 80px;
}
.dormant-deposit_box_inner .left p{
	margin-bottom: 0;
}
.dormant-deposit_box_inner .right{
	flex-shrink: 0;
}
@media screen and (max-width:768px){
	.dormant-deposit{
		padding: 24px 20px 0;
	}
	.dormant-deposit .cta{
		/* padding: 0 20px; */
	}
	#top .dormant-deposit .cta .btn_cta{
		margin: 0 auto 10px;
	}
	.dormant-deposit_box{
		position: initial;
	}
	.dormant-deposit_box_inner{
		display:block;
		padding: 0;
	}
	.dormant-deposit_box_inner .left img{
		float: right;
		padding: 0 6px;
	}

}
/* --------------------
 * Lesson
 * -------------------- */
#top .lesson .container_inner{
	padding-top: 160px;
}
 .lesson h3{
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	margin: 18px auto 10px;
	max-width: 290px;
}
.lesson_img img{
	margin: auto;
}
.lesson_txt{
    margin: auto;
	max-width: 290px;
}
.lesson_txt p{
	font-size: 14px;
}
@media screen and (max-width:768px){
#top .lesson .container_inner{
	padding-top: 24px;
}
}

/* --------------------
 * About
 * -------------------- */
.bg_about{
	background: url(../img/about_bg.png) top no-repeat;
}
.about_txt{
	font-size: 18px;
	font-weight: 500;
	line-height: 2.2;
	margin-bottom: 32px;
}
.terms_inner{
	display: flex;
	align-items: center;
	padding: 30px 20px;
}
.terms_inner .left{
	flex-basis: 180px;
}
@media screen and (max-width: 768px) {
	.bg_about{
	background: url(../img/about_bg_sp.png) top no-repeat;
}
.about_txt{
	font-size: 14px;
}
.terms_inner{
	display: block;
	padding: 30px 20px;
}
}
/* --------------------
 * future
 * -------------------- */
.bg_future{
	background: url(../img/future_bg.jpg) center / cover no-repeat;
	height: 594px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.future_inner{
	max-width: 1160px;
	margin: auto;
	display: flex;
	flex-flow: column;
	row-gap: 100px;
}
.future_img01{
	margin-top: 50px;
}
.future_img02{
	margin: auto;
	max-width: 800px;
}
@media screen and (max-width: 768px) {
	.bg_future{
	background: url(../img/future_bg_sp.jpg) center / cover no-repeat;
	height: 430px;
	}
}
/* --------------------
 * Reason
 * -------------------- */
.reason .box{
	padding: 28px 24px 28px;
}
.reason h3{
	font-size: 20px;
	line-height: 1.35;
	flex: 1;
	margin-bottom: 0;
}
.reason_title{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.reason_title_img{
	margin-right: 6px;
	width: 48px;
}
.reason_txt{
	font-size: 14px;
}
/* --------------------
 * support
 * -------------------- */
.support_item{
	margin-bottom: 40px;
}
 .support_img img{
	margin: 0 auto 24px;
}
.support_txt{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #374949;
}
.collabo img{
	margin: 0 auto;
}
 @media screen and (max-width: 768px){
	.support_contents{
		display: flex;
		align-items: center;
		gap: 30px;
	}
	.support_list{
		width: 330px;
	}
	.support_item{
		justify-content: center;
	}
	.support_img{
		width: 116px;
	}
	.support_txt{
		text-align: left;
		font-size: 18px;
	}
	}
/* --------------------
 * voice
 * -------------------- */
.voice_item{
	display: flex;
	padding: 40px 60px;
	margin-bottom: 40px;
}
.voice_item .left{
	margin-right: 40px;
	flex-shrink: 0;
}
.voice_list .voice_item:last-child{
	margin-bottom: 0;
}
.voice_name{
	font-weight: 700;
	text-align: center;
	margin-top: 16px;
}
.voice_course{
	display: inline-block;
	padding: 6px 20px;
	border-radius: 8px;
	background:#34D0CA;
	color: #FFFFFF;
	font-weight: 700;
	margin-bottom: 16px;
	text-align: center;
	line-height: 1.6;
}
.voice_item p{
	margin-bottom: 0;
	line-height: 2;
}
 @media screen and (max-width: 768px){
	.voice_item{
		padding: 20px;
		margin-bottom: 20px;
		display: block;
	}
	.voice_item .left{
		margin: 0 auto 12px;
		width: 120px;
	}
	.voice_course{
		width: 100%;
	}
	.voice_item p{
		font-size: 14px;
}
}
/* --------------------
 * FAQ
 * -------------------- */
 .faq_item h3{
	font-size: 20px;
 }
 .q_mark{
	color: #25B4AF;
	margin-right: 12px;
 }
 .faq_item{
	border-bottom: solid 1px #D9D9D9;
	padding: 32px 0 16px;
}
 .faq_item:first-child{
	padding: 16px 0;
}
 @media screen and (max-width: 768px){
  .faq_item h3{
	font-size: 18px;
 }
 }
/* --------------------
 * kyumin-yokin
 * -------------------- */
.kyumin-yokin h3{
	font-size: 20px;
}
 .kyumin-yokin_box{
	display: flex;
 }
.kyumin-yokin_box .right{
	flex-shrink: 0;
	margin-left: 16px;
}
.link_list{
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
	max-width: 340px;
}
 @media screen and (max-width: 768px){
	.kyumin-yokin h3{
		text-align: center;
	}
	.kyumin-yokin_box{
	display: block;
 	}
	.link_list{
		justify-content: center;
		margin: auto;
	}
	.kyumin-yokin_box .right{
		margin: 0;
	}
	.kyumin-yokin_box .right img{
		margin: auto;
		width: 160px;
	}
	.kyumin-yokin_box p{
	text-align: center;
	font-size: 14px;
	}
}
/* --------------------
 * footer
 * -------------------- */
footer{
	background-color: #34D0CA;
	color: #FFFFFF;
	text-align: center;
}
#entry footer{
	margin-top: auto;
}
.footer_inner{
	padding: 16px 10px 32px;
}
.footer_logo{
	margin: 36px 0 24px;
}
.footer_logo img{
	margin: auto;
}
 @media screen and (max-width: 768px){
	.footer_inner{
	padding: 16px 10px 16px;
}
	.footer_logo{
	margin: 16px 0 14px;
}
	.footer_logo img {
    width: 120px;
}
	.footer p{
		font-size: 14px;
	}
}
/* --------------------
 * thanks page
 * -------------------- */
.thank_massage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
  margin-top: 80px;
}

.thank_massage p{
	font-size: 20px;
	margin-bottom: 40px;
}
/* --------------------
 * 各講座
 * -------------------- */
 
 /*  mv  */
#course .mv{
	background: url("../img/mv_sub_bg.png") center / cover no-repeat;
	height: 500px;
	margin-top: 80px;
}
#course .mv_inner{
	width: 100%;
	align-items: center;
}
#course .mv_inner .left{
	flex: 1;
}
.right_mv_img img{
	border-radius: 28px;
}
#course h1{
	font-size: 44px;
}
.h1_subtitle{
	font-size: 26px;
	font-weight: 600;
	color: #374949;
	margin-bottom: 6px;
	line-height: 1.4;
}
.mv_text{
	font-size: 25px;
	font-weight: 700;
	color: #374949;
	margin-bottom: 0;
}
.mv_note{
	font-weight: 700;
	color: #374949;
}
#course .cta{
	margin: 0 20px;
	display: block;
}
@media screen and (max-width: 969px){
	#course .mv_inner{
		display: flex;
		flex-wrap: wrap-reverse;
		justify-content: center;
		position: initial;
		padding: 0;
	}
	#course h1{
		font-size: 28px;
		margin-bottom: 1rem;
		text-align: center;
	}
	.h1_subtitle{
		font-size: 20px;
		text-align: center;
		margin-bottom: 6px;
}
	.mv_text{
		font-size: 21px;
		text-align: center;
	}
	.mv_note{
		text-align: center;
		margin-bottom: 0;
	}
	#course .mv_inner .left{
		flex: auto;
	}
	.cta_main.pc_only{
		display: none;
	}
}
@media screen and (max-width: 768px){
	#course .mv{
		background: url("../img/mv_sub_bg_sp.png") center / cover no-repeat;
		height: auto;
		display: block;
		margin-top: 60px;
	}
}
/*　Layout　*/
@media screen and (max-width: 768px){
#course .container_inner {
    padding: 32px 20px 20px;
}
}
#course .dormant-deposit_box{
	position: static;
	border-radius: 0;
	box-shadow: none;
	padding: 0 0 40px;
	}
#course .dormant-deposit_box_inner{
	padding: 0 10px;
}
.job_innner{
	display: flex;
	justify-content: space-between;
}
.job_innner .left{
	margin-right: 40px;
}
.job_innner .right{
	flex: 1;
}
.job_list{
	font-size: 18px;
	color: #374949;
}

 @media screen and (max-width: 768px){
	.job_innner{
		display: block;
	}
	.job_innner h3{
	text-align: center;
	}
	.job_innner .left{
	max-width: 400px;
	margin: 0 auto 1rem;
}
	.job_img img{
	width: 100%;
}
}
.feature_inner{
	padding: 40px 60px;
}
.feature_list li{
	position: relative;
	font-size: 22px;
	color: #374949;
	list-style: none;
	padding: 0.5em 0 0.5em 0.5em;
	margin-bottom: 5px;
	line-height: 1.5;
	vertical-align: middle;
	margin-left: 0;
}
.feature_list li::before{
  display: inline-block;
  content:'';
  width:1em;
  height: 1em;
  background: #FFCEE7;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: -19px;
}

 @media screen and (max-width: 768px){
	.feature_inner {
		padding: 30px 20px;
	}
	.feature_list{
	margin-left: 20px;
	}
	.feature_list li{
		font-size: 16px;
	}
	.feature_list li::before{
	  top: 14px;
	}
}
.instructor_innner{
	padding-top: 0;
	padding-bottom: 40px;
}
.instructor_list{
	margin: auto;
	display: flex;
	justify-content: space-around;
}
.instructor_item img{
	max-width: 310px;
	margin: 0 auto;
}
.instructor_name{
	font-size: 24px;
	font-weight: 700;
	color: #374949;
	text-align: center;
	margin: 1rem 0;
}
.instructor_profile{
	text-align: center;
	color: #374949;
}
 @media screen and (max-width: 768px){
.instructor_list{
	display: block;
}
.instructor_item img{
	max-width: 190px;
}
.instructor_profile p{
	font-size: 14px;
}
.instructor_name{
	font-size: 20px;
	margin: 1em 0 0.5em;
}
}
.price_inner{
	padding: 30px 40px;
}
.price_item img{
	margin: auto;
}
.price_note{
	margin: 24px auto;
	max-width: 720px;
}
.price_terms{
	max-width: 720px;
	margin: auto;
}
 @media screen and (max-width: 768px){
	.price_inner{
	padding: 20px;
	}
	.price_terms{
	margin-top: 24px;
	}
}
.schedule .container_inner{
padding-bottom: 20px;
}
.schedule_list{
	display: flex;
	gap: 20px;
}
.schedule_list .title{
	flex-basis: 14%;
	color: #374949;
}
.schedule_list .title p{
	font-weight: 700;
	color: #374949;
	margin-bottom: 0;
}
.schedule_list .text{
	flex: 1;
}
@media screen and (max-width: 768px){
.schedule_list{
	display: block;
}
}
.step_item {
	margin-bottom: 24px;
}
.step_inner{
	display: flex;
	align-items: center;
	padding: 20px 30px;
	gap: 30px;
}
.step_number{
	display: flex;
	align-items: center;
	flex-flow: column;
	color: #25B4AF;
	font-family: 'Roboto';
	border-right: solid 1px #25B4AF;
	padding: 0 30px;
	line-height: 1.2;
}
.step_number_step{
	font-size: 20px;
	font-style: italic;
}
.step_number_0{
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -1px;
}
.step_detail h3{
	font-size: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.step_detail h3 span{
	font-weight: normal;
}
@media screen and (max-width: 768px){
.step_inner{
	display: block;
	}
.step_number{
	display: block;
	border-right: none;
	border-bottom: solid 1px #25B4AF;
	padding:0 0 16px;
}
.step_detail{
	padding-top: 8px;
}
.step_detail h3{
	text-align: left;
	margin-bottom: 8px;
	font-size: 18px;
}
.step_detail p{
	margin-bottom: 0;
}
.step_number_0{
	font-size: 24px;
	font-weight: 700;
}
}
.lesson_lineup{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px){
	.lesson_lineup{
	font-size: 16px;
	}
}