@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}



body{
	font-family: "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.4rem;
	color: #555555;
	font-weight: 400;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#717070;
}
a:hover{
	opacity:0.6;
}
#wrap{
	overflow:hidden;
	width: 100vw;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1100px;
	margin:0 auto;
	position: relative;
}
.in_in{
	width:950px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {


body{
	font-size: 1.4rem;
}

.pc{
	display:none;
}

.sp{
	display:block;
}
.in,.in_in{
  width: 90%;
  margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}

}

.en_ttl{
	text-align: center;
	margin-bottom: 60px;
}
.en_ttl h2{
	font-weight: 900;
	font-size: 3.0rem;
	letter-spacing: 6px;
}
.en_ttl .en{
	font-size: 1.6rem;
}
.en_ttl.en_ttl_w{
	color: #fff;
}
.ttl_s_f{
	display: block;
	font-size: 2.0rem;
	line-height: 1;
}
.gr_txt{
	color: #7aa0ec;
	padding: 10px;
	background: -webkit-linear-gradient(bottom left, #6ec1fc 0%, #887ada 100%);
	background: -o-linear-gradient(bottom left, #6ec1fc 0%, #887ada 100%);
	background: linear-gradient(to top right, #6ec1fc 0%, #887ada 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cor_par{
	color: #7aa0ec;
}
.cor_w{
	color: #fff;
}
@media screen and (max-width: 750px) {
	.en_ttl h2 {
    font-weight: 900;
    font-size: 2.6rem;
    letter-spacing: 1px;
		line-height: 1.25;
	}
	.ttl_s_f{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
}


#header{
	position: absolute;
	top:0;
	width: 100%;
	padding: 20px 0;
}
@media screen and (max-width: 750px) {
	.logo{
		width: 100%;
		text-align: center;
	}
	.logo img{
		width: 50px;
	}
}

#main_vis{
	background: url(../images/main_bg@x2.jpg);
	background-size: cover;
	text-align: center;
}
#main_vis a{
	position: absolute;
	bottom: 70px;
	left: 150px;
}
@media screen and (max-width: 750px) {
	#main_vis .in{
		width: 100%;
	}
	#main_vis{
		padding-top: 90px;
	}
	#main_vis a{
		left: 0;
		bottom:20px;
		padding: 0 10%;
	}
}

#worries{
	padding: 80px 0;
}
.worries_lis_w{
	border: 2px solid #c21500;
  border-image: linear-gradient(to right, #6ec1fc 0%, #887ada 100%);
  border-image-slice: 1;
	padding: 40px 80px;
}
.worries_lis_w li{
	width: 48%;
	font-size: 1.6rem;
	margin:15px 5px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.worries_lis_w li:before{
	content: "";
	width:24px;
	height: 24px;
	display: block;
	background: url(../images/check@x2.png);
	background-size: cover;
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
	.worries_lis_w{
		padding:7.5% 5%;
	}
	.worries_lis_w li {
		width: 100%;
	}
	.worries_lis_w li:before{
		flex-shrink: 0;
	}
}


#af_3{
	background: url(../images/main_bg@x2.jpg);
	background-size: cover;
	padding: 80px 0;
}
#af_3 h2{
	text-align: center;
	margin-bottom: 40px;
}
.x_sns{

}
.x_sns h3{
	margin-bottom: 40px;
	text-align: center;
	font-size: 2.6rem;
	color: #fff;
	letter-spacing: 4px;
}
.x_sns h3 span{
	display: block;
}
.x_sns h3 span.ico{
	margin-bottom: 10px;
}
.x_sns p{
	text-align:center;
	color: #fff;
	line-height: 3;
}
@media screen and (max-width: 750px) {
	.x_sns p{
		text-align:left;
		color: #fff;
		line-height: 2.5;
	}
}


#program{
	padding: 80px 0;
}
.program_i{
	position: relative;
}
.program_i .txtarea{
	background: linear-gradient(45deg, #e1f4ff 0%, #e8e3f7 100%);
	width: 80%;
	padding: 40px 300px 40px 40px;
	box-sizing: border-box;
}
.program_i .txtarea .sub_ttl{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.program_i .txtarea h3{
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 5px;
	color: #7aa0ec;
	margin-bottom: 30px;
}
.program_i .txtarea .txt{
	margin-bottom: 20px;
}
.program_i .imgarea{
	position: absolute;
  right: 0;
  top: -40px;
}
.program_i .program_lis_w{
	border-top: 2px solid #6ec1fc;
	border-bottom: 2px solid #6ec1fc;
	padding: 10px 10px;
	margin-bottom: 20px;
}
.program_i .program_lis_w li{
	color: #6ec1fc;
	font-size: 1.6rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.program_i .program_lis_w li:before{
	content: "";
	width:20px;
	height: 20px;
	display: block;
	background: url(../images/check@x2.png);
	background-size: cover;
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
	.program_i .txtarea{
		width: 100%;
		padding: 7.5% 5%;
	}
	.program_i .imgarea {
    position: relative;
    right: 0;
    top: 0;
	}
	.program_i .txtarea .sub_ttl{
		text-align: center;
		font-size: 1.4rem;
	}
	.program_i .txtarea h3 {
    font-size: 2.6rem;
		line-height: 1.25;
		text-align: center;
	}
}



#before_after{
	padding: 80px 0;
	background: linear-gradient(180deg,#e1f4ff,#e8e3f7 85%);
}
.before_after_i{
	margin-bottom: 30px;
}
.before_after_i:nth-last-of-type(1){
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
}


#program_detail{
	padding: 80px 0;
	background:url(../images/program_bg@x2.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.program_detail_i{
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 2px solid #6ec1fc;
	border-image: linear-gradient(to right, #6ec1fc 0%, #887ada 100%);
  border-image-slice: 1;
}
.program_detail_i .program_detail_i_ttl{
	margin-bottom: 60px;
	text-align: center;
}
.program_detail_i .program_detail_i_ttl h3{
	font-size: 2.6rem;
	color:#fff;
	letter-spacing: 3px;
}
.program_detail_i .img_txt{
	align-items: center;
	margin-bottom: 60px;
}
.program_detail_i .img_txt .txtarea{
	color: #fff;
	line-height: 2;
}
.program_detail_i .img_txt .imgarea{
	flex-shrink: 0;
	margin-left: 20px;
}

.program_detail_i .img_txt_02{
	text-align: center;
	margin-bottom: 40px;
}
.program_detail_i .img_txt_02 .txtarea{
	margin-bottom: 30px;
	color: #fff;
}

.gr_ttl_area{
	margin-bottom: 40px;
}
.gr_ttl_area h3{
	background: url(../images/sub_ttl_gr@x2.jpg);
	display: table;
	background-size: cover;
	background-position: center;
	padding: 10px 40px;
	font-size: 1.8rem;
	color: #fff;
	margin: auto;
	letter-spacing: 3px;
	margin-bottom: 40px;
}
.gr_ttl_area .txtarea{
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}
.gr_ttl_area .imgarea{
	justify-content: space-between;
}
.icon_ttl_area{
	background: #fff;
	border-radius: 10px;
	padding: 40px 40px 50px;
	margin-bottom: 40px;
}
.icon_ttl_area:nth-last-of-type(1){
	margin-bottom: 0;
}
.icon_ttl_area_head{
	text-align: center;
	margin-bottom: 40px;
}
.icon_ttl_area_head .ico{
	margin-bottom: 20px;
}
.icon_ttl_area_head h3{
	font-size: 2.0rem;
	letter-spacing: 4px;
}
.icon_ttl_area_d{

}
.icon_ttl_area_d .imgarea{
	flex-shrink: 0;
	margin-left: 40px;
}
.icon_ttl_area_d .imgarea img{
	display: block;
}
.icon_ttl_area_d .txtarea{
	line-height: 2;
}
.icon_ttl_area_d .txtarea p{
	margin-bottom: 15px;
}
.icon_ttl_area_d .txtarea p:nth-last-of-type(1){
	margin-bottom: 0;
}

.icon_ttl_area_d_02{

}
.icon_ttl_area_d_02 .imgarea{
	flex-shrink: 0;
	justify-content: center;
}
.icon_ttl_area_d_02 .imgarea img{
	display:block;
	margin: 0 5px;
	border: 1px solid #d8d8d8;
}
.icon_ttl_area_d_02 .txtarea{
	line-height: 2;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {

	.program_detail_i .program_detail_i_ttl .num img{
		width: 130px;
	}
	.program_detail_i .program_detail_i_ttl h3 {
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 0px;
		margin-top: 10px;
	}
	.program_detail_i .program_detail_i_ttl {
    margin-bottom: 30px;
  }
	.program_detail_i .img_txt .imgarea {
    flex-shrink: unset;
    margin-left: 0;
    margin-top: 30px;
	}
	.gr_ttl_area .imgarea img{
		width: 50%;
	}
	.icon_ttl_area{
		padding: 7.5% 5%;
	}
	.icon_ttl_area_d {
    flex-direction: column-reverse;
	}
	.icon_ttl_area_d .imgarea {
    flex-shrink: unset;
    margin-left: 0;
    margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.icon_ttl_area_d_02 .txtarea{
		text-align: left;
	}
	.icon_ttl_area_d_02 .imgarea img {
    margin: 5px 5px;
    width: 40%;
	}
	.icon_ttl_area_d .imgarea img{
		margin: auto;
	}
}


#trainar{
	padding: 80px 0;
}
.trainar_w{
	margin-bottom: 40px;
}
.trainar_w .imgarea{
	flex-shrink: 0;
	margin-right: 40px;
}
.trainar_w .txtarea h3{
	font-size: 2.4rem;
	margin-bottom: 30px;
}
.trainar_w .txtarea h3 span{
	font-size: 1.8rem;
	display: block;
}
.career_w{
	justify-content: space-between;
}
.career_w .career_i{
	width: 32.5%;
}
.career_w .career_i h3{
	background: url(../images/sub_ttl_gr@x2.jpg);
	background-size: cover;
	background-position: center;
	padding: 10px 20px;
	font-size: 1.8rem;
	color: #fff;
	margin: auto;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.career_w .career_i li{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.career_w .career_i li:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: linear-gradient(to right, #6ec1fc 0%, #887ada 100%);
	border-radius: 100px;
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
	.trainar_w .imgarea {
    flex-shrink: unset;
    margin-right: 0px;
		margin-bottom: 40px;
    width: 100%;
	}
	.career_w .career_i{
		width: 100%;
		margin-bottom: 20px;
	}
	.career_w .career_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
}

#movie{
	padding: 80px 0;
}
#movie .movie_ttl_w{
	position: relative;
}
#movie .movie_ttl_w:after{
	background: linear-gradient(45deg, #e1f4ff 0%, #e8e3f7 100%);
	height: 300px;
	width: 100%;
	display: block;
	content: "";
	position:absolute;
	top:-80px;
	left: 0;
}
#movie .movie_ttl_w h2{
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 4px;
	position: relative;
	z-index: 2;
}
.movie_w {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-top: 60px;
}
.movie_w iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 750px) {
}


#sp_offer {
    background: url(../images/main_bg@x2.jpg);
    background-size: cover;
    padding: 80px 0;
		background-attachment: fixed;
}
#sp_offer h2{
	text-align: center;
	margin-bottom: 60px;
}
#sp_offer .lead{
	text-align: center;
	color: #fff;
	line-height: 2.5;
}
#sp_offer .lead .l_txt{
	font-weight: 900;
	font-size: 3.2rem;
	color:#f7d315;
	line-height: 1.75;
	margin-top: 30px;
}
.price{
	text-align: center;
	margin-top: 30px;
}
.plus_ico{
	font-size: 7.0rem;
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin: 20px 0;
}
.sp_offer_w h3{
	background: url(../images/sub_ttl_gr@x2.jpg);
	background-size: cover;
	display: table;
	background-position: center;
	padding: 10px 80px;
	font-size: 1.8rem;
	color: #fff;
	margin: auto;
	letter-spacing: 3px;
	margin-bottom: 40px;
}
.sp_offer_w h3.tokunam{
	background: url(../images/sub_ttl_gr@x2.jpg);
	background-size: cover;
	display: table;
	background-position: center;
	padding: 10px 80px;
	font-size: 1.8rem;
	color: #fff;
	margin: auto;
	letter-spacing: 3px;
	margin-bottom: 40px;
}
.sp_offer_i_w{
	background: #fff;
	border-radius: 10px;
	padding: 40px 40px 50px;
	margin-bottom: 30px;
}
.sp_offer_i_w:nth-last-of-type(1){
	margin-bottom: 0;
}
.sp_offer_i .imgarea{
	flex-shrink: 0;
	margin-right: 40px;
}
.sp_offer_i .txtarea h4{
	font-size: 2.2rem;
	letter-spacing: 4px;
	margin-bottom: 20px;
}
.sp_offer_i .txtarea p{
	margin-bottom: 10px;
}
.sp_offer_i .txtarea h5{
	font-size: 1.6rem;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
.sp_offer_i .txtarea ul{
	margin-bottom: 10px;
}
.sp_offer_i .txtarea li{
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sp_offer_i .txtarea li:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: linear-gradient(to right, #6ec1fc 0%, #887ada 100%);
	border-radius: 100px;
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
	#sp_offer .lead{
		line-height: 2.25;
		text-align:left;
	}
	#sp_offer .lead .l_txt{
		font-weight: 900;
    font-size: 2.4rem;
    color: #f7d315;
    line-height: 1.75;
		text-align: center;
    margin-top: 30px;
	}
	.sp_offer_i_w .tokunum{
		margin-bottom: 20px;
	}
	.sp_offer_i_w{
		padding: 7.5% 5%;
	}
	.sp_offer_i_w .imgarea{
		width: 100%;
		flex-shrink: unset;
		text-align: center;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.sp_offer_i .txtarea h4{
		text-align: center;
	}
	.sp_offer_i .txtarea h5{
		text-align: center;
	}
}


#hnkn{
	padding: 80px 0;
	text-align: center;
	background: linear-gradient(180deg,#e1f4ff,#e8e3f7 85%);
}
#hnkn h2{
	margin-bottom: 40px;
}
#hnkn p{
	font-size: 1.6rem;
	line-height: 2.5;
	margin-bottom: 40px;
}
.hnkn_w{
	background: #fff;
	padding: 40px;
	border: 2px solid #6ec1fc;
    border-image: linear-gradient(to right, #6ec1fc 0%, #887ada 100%);
    border-image-slice: 1;
	text-align: left;
}
.hnkn_w > h3{
	color: #7aa0ec;
    margin-bottom: 30px;
    background: -webkit-linear-gradient(bottom left, #6ec1fc 0%, #887ada 100%);
    background: -o-linear-gradient(bottom left, #6ec1fc 0%, #887ada 100%);
    background: linear-gradient(to top right, #6ec1fc 0%, #887ada 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.0rem;
    font-weight: 900;
    letter-spacing: 4px;
    text-align: center;
}
@media screen and (max-width: 750px) {
	#hnkn p{
		text-align:left;
	}
	.hnkn_w{
		padding: 7.5% 5%;
	}
}

#sry{
	padding: 80px 0;
}
#sry h2{
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
}
#sry h2:after{
	content: "";
	display: block;
	width: 2px;
	height: 97px;
	background: url(../images/u_arrow@x2.png);
	background-size:cover;
	margin:20px auto 0;
}
.sry_lis_w{
	border: 2px solid #6ec1fc;
	border-image: linear-gradient(to right, #6ec1fc 0%, #887ada 100%);
	border-image-slice: 1;
	padding: 40px 80px;
}
.sry_lis_w .sry_lis_i{
	margin-bottom: 30px;
	display: flex;

}
.sry_lis_w .sry_lis_i:before{
	content: "";
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/check@x2.png);
	background-size: cover;
	margin-right: 20px;
	margin-top: 5px;
	flex-shrink: 0;
}
.sry_lis_w .sry_lis_i:nth-last-of-type(1){
	margin-bottom: 0;
}
.sry_lis_w .sry_lis_i dt{
	font-size: 1.8rem;
	margin-bottom: 10px;
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	#sry h2 {
    font-size: 2.2rem;
	}
	.sry_lis_w{
		padding: 7.5% 7.5%;
	}
}


#ossm{
	padding: 80px 0 0;
	background: url(../images/main_bg@x2.jpg);
  background-size: cover;
}
#ossm h2{
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
	color: #fff;
	letter-spacing: 4px;
}
#ossm h2:before{
	content: "";
	display: block;
	width: 58px;
	height: 65px;
	background: url(../images/ossm_ico.png);
	background-size:cover;
	margin:20px auto 10px;
}
#ossm p{
	color:#fff;
	text-align: center;
}
#ossm .worries_lis_w{
	background: #fff;
	position: relative;
	top:40px;
}
@media screen and (max-width: 750px) {
	#ossm h2{
		font-size: 2.4rem;
	}
}


#hkk{
	padding: 80px 0;
	background: linear-gradient(180deg,#e1f4ff,#e8e3f7 85%);
}
@media screen and (max-width: 750px) {

}

#nok{
	padding: 80px 0;
	background: url(../images/main_bg@x2.jpg);
	background-size: cover;
	text-align: center;
}
#nok a{
	margin-top: 40px;
	display: inline-block;
}

#access{
	padding: 80px 0;
}
.map {
  position: relative;
  width: 50%;
  padding-top: 30.25%;
	margin-right: 40px;
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.access_w .txtarea h3{
	font-size: 2.4rem;
  margin-bottom: 30px;
}
.access_w .txtarea table{
	width: 100%;
}
.access_w .txtarea table th,
.access_w .txtarea table td{
	padding: 10px 0;
}
.access_w .txtarea table th{
	width: 25%;
	text-align: left;
}
@media screen and (max-width: 750px) {
	.map {
	  position: relative;
	  width: 100%;
	  padding-top: 52.25%;
		margin-right: 0px;
		margin-bottom: 40px;
	}
}

#contact{
	padding: 80px 0;
	background: linear-gradient(180deg,#e1f4ff,#e8e3f7 85%);
}
#contact p.lead{
	text-align: center;
	margin-bottom: 60px;
}
.btn__area{
	border: 2px solid #c21500;
	border-image: linear-gradient(to right, #6ec1fc 0%, #887ada 100%);
	border-image-slice: 1;
	padding: 40px 80px;
	background: #fff;
	box-sizing:border-box;
	text-align: center;
}
.btn__area h3{
	color: #7aa0ec;
	padding: 10px;
	background: -webkit-linear-gradient(bottom left, #6ec1fc 0%, #887ada 100%);
	background: -o-linear-gradient(bottom left, #6ec1fc 0%, #887ada 100%);
	background: linear-gradient(to top right, #6ec1fc 0%, #887ada 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2.0rem;
	font-weight: 900;
	letter-spacing: 4px;
	text-align: center;
}
.btn__area p{
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.btn__area{
		padding: 7.5%;
	}
}

footer{
	padding: 20px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	footer{
		padding-bottom: 60px;
	}
}

.fixed_foot {
	position: fixed;
	width: 100%;
	padding: 2.5%;
	background: #fff;
	bottom: 0;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	transition: 0.5s;
}

































