@charset "UTF-8";
/****************************************
Resetting
*****************************************/
* {
	box-sizing: border-box;
}
html {
	-webkit-font-smoothing: antialiased;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	appearance: button;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-appearance: button;
}
body {
	color: #222;
	font-size: 16px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 12px;
	}
}
a {
	color: #222;
	text-decoration: none;
	transition: .5s;
}
a img{
	transition: .5s
}
a:hover img{
	opacity: 0.8;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
/*font*/
p {
	line-height: 2;
}
small {
	font-size: 0.8em;
}
strong {
	font-weight: bold;
}
/****************************************
common
*****************************************/
/*cta*/
.cta{
	background:url(../images/lp_campeign/cta_bg.jpg) center center / cover;
	color:#fff;
	text-align:center;
}
.cta_title{
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:36px;
	font-weight:900;
	display:inline-block;
	position:relative;
}
@media screen and (max-width:768px){
	.cta_title{
		font-size:24px;
	}
}
.cta_title:after{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#54c0c4+0,fd81cc+100 */
	background: #54c0c4; /* Old browsers */
	background: -moz-linear-gradient(left,  #54c0c4 0%, #fd81cc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #54c0c4 0%,#fd81cc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #54c0c4 0%,#fd81cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54c0c4', endColorstr='#fd81cc',GradientType=1 ); /* IE6-9 */
	
	bottom:0;
	content:"";
	display:inline-block;
	height:4px;
	left:0;
	position:absolute;
	width:100%;
}
.cta_textbox1{
	background:rgba(255,255,255,0.8);
	font-size:30px;
	font-weight:bold;
	padding:40px 0;
}
@media screen and (min-width:769px){
	.cta_textbox1{
		width:44%;
	}
}
@media screen and (max-width:768px){
	.cta_textbox1{
		font-size:18px;
		padding:20px 0;
	}
}
.cta_textbox1 .gradient{
	display:inline-block;
}
.cta_plus{
	font-size:30px;
}
@media screen and (max-width:768px){
	.cta_plus{
		font-size:18px;
	}
}
.cta_textbox2{
	border:2px solid #fff;
	border-radius:10px;
	font-size:42px;
	font-weight:bold;
	padding:20px;
}
@media screen and (max-width:768px){
	.cta_textbox2{
		font-size:24px;
	}
}
.cta_btn{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd81cc+0,fdb681+100 */
	background: #fd81cc; /* Old browsers */
	background: -moz-linear-gradient(left,  #fd81cc 0%, #fdb681 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fd81cc 0%,#fdb681 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fd81cc 0%,#fdb681 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd81cc', endColorstr='#fdb681',GradientType=1 ); /* IE6-9 */

	border-radius:99em;
	color:#fff;
	display:inline-block;
	font-size:24px;
	font-weight:bold;
	padding:20px;
	width:340px;
}
@media screen and (max-width:768px){
	.cta_btn{
		font-size:18px;
	}
}
/*bg gradient*/
.gradient{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#54c0c4+0,fd81cc+100 */
	background: #54c0c4; /* Old browsers */
	background: -moz-linear-gradient(left,  #54c0c4 0%, #fd81cc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #54c0c4 0%,#fd81cc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #54c0c4 0%,#fd81cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54c0c4', endColorstr='#fd81cc',GradientType=1 ); /* IE6-9 */
}
.gradient_clip_text{
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}
/*logo*/
.logo{
	display:block;
	height:40px;
}
@media screen and (max-width:768px){
	.logo{
		height:25px;
	}
}
/*sec*/
.sec{
	overflow:hidden;
	padding:100px 0;
	position:relative;
	
}
@media screen and (max-width:768px){
	.sec{
		padding:60px 0;
	}
}
.sec_pt0{
	padding-top:0;
}
.sec_bg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eef9f9+0,fff2fa+100 */
	background: #eef9f9; /* Old browsers */
	background: -moz-linear-gradient(left,  #eef9f9 0%, #fff2fa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #eef9f9 0%,#fff2fa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #eef9f9 0%,#fff2fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef9f9', endColorstr='#fff2fa',GradientType=1 ); /* IE6-9 */

}
/*sec inner*/
.sec > .inner-l,
.sec > .inner-m{
	position:relative;
	z-index:2
}
/*sec_bg_deco*/
.sec_bg_deco_top_right{
	position:absolute;
	right:0;
	top:0;
}
@media screen and (max-width:768px){
	.sec_bg_deco_top_right{
		width:20%;
	}
}
.sec_bg_deco_bottom_left{
	bottom:40px;
	left:40px;
	position:absolute;
}
@media screen and (max-width:768px){
	.sec_bg_deco_bottom_left{
		bottom:20px;
		left:20px;
		width:20%;
	}
}
.sec_bg_deco_top_left{
	left:0;
	position:absolute;
	top:0;
}
@media screen and (max-width:768px){
	.sec_bg_deco_top_left{
		width:20%;
	}
}
/*sec_title*/
.sec_title{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:36px;
	font-weight:900;
	line-height:1.4;
	text-align:center;
}
@media screen and (max-width:768px){
	.sec_title{
		font-size:24px;
	}
}
/****************************************
header
*****************************************/
.header{
	background:#fff;
	box-shadow: 0px 20px 16px -6px rgba(111,111,111,0.2);
	padding:15px;
	position:sticky;
	top:0;
	width:100%;
	z-index:99;
}
.header_btn{
	font-size:18px;
	padding:10px 30px;
	width:auto;
}
@media screen and (max-width:768px){
	.header_btn{
		font-size:12px;
		padding:4px 20px;
	}
}
/****************************************
footer
*****************************************/
.footer{
	padding:60px 0;
}
@media screen and (max-width:768px){
	.footer{
		padding:40px 0;
		text-align:center;
	}
}
@media screen and (max-width:768px){
	.footer .logo{
		display:inline-block;
	}
}
@media screen and (max-width:768px){
	.footer_nav_link{
		justify-content:space-between;
	}
	.footer_nav_sns{
		justify-content:center;
		margin-top:20px;
	}
}
.footer_nav li{
	align-items:center;
	display:flex;
	font-weight:bold;
	margin-left:20px;
}
@media screen and (max-width:768px){
	.footer_nav li{
		display:block;
		font-size:18px;
		margin-left:0;
	}
	.footer_nav_link li{
		margin-top:20px;
	}
	.footer_nav_sns li{
		margin:0 20px;
	}
}
/****************************************
fv
*****************************************/
.fv{
	position:relative;
}
.fv_textbox{
	background:rgba(255,255,255,0.8);
	font-weight:bold;
	left:50%;
	padding:20px;
	position:absolute;
	text-align:center;
	top:50%;
	transform:translate(-50%,-50%);
	width:40%;
}
@media screen and (max-width:768px){
	.fv_textbox{
		width:80%;
	}
}
.fv_textbox *{
	line-height:1.2;
}
.fv_textbox_inner{
	border: 1px solid #54c0c4;
	border-image: linear-gradient(to right, #54c0c4 0%, #fd81cc 100%);
	border-image-slice: 1;
	padding:20px;
}
.fv_logo{
	height:40px;
}
@media screen and (max-width:768px){
	.fv_logo{
		height:20px;
	}
}
.fv_textbox_title{
	color:#54c0c4;
	font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:42px;
}
@media screen and (max-width:768px){
	.fv_textbox_title{
		font-size:30px;
	}
}
.fv_textbox_text1{
	font-size:36px;
}
@media screen and (max-width:768px){
	.fv_textbox_text1{
		font-size:24px;
	}
}
.fv_textbox_text2{
	font-size:30px;
}
@media screen and (max-width:768px){
	.fv_textbox_text2{
		font-size:18px;
	}
}
.fv_textbox_date{
	color:#fd81cc;
	font-size:30px;
}
@media screen and (max-width:768px){
	.fv_textbox_date{
		font-size:16px;
	}
}
/****************************************
.catchcopy
*****************************************/
.catchcopy{
	position:relative;
	text-align:center;
}
@media screen and (max-width:768px){
	.catchcopy{
		margin:20px 0;
	}
}
.catchcopy_box{
	color:#fff;
	display:inline-block;
	font-size:48px;
	font-weight:900;
	line-height:1.2;
	padding:20px;
	text-align:center;
	transform:translatey(-30%);
}
@media screen and (max-width:768px){
	.catchcopy_box{
		font-size:18px;
		padding:10px;
		transform:none;
	}
}
/****************************************
campeign
*****************************************/
.campeign{
	padding:60px 0;
}
@media screen and (max-width:768px){
	.campeign{
		padding:40px 0;
	}
}
.campeign_item{
	border:1px solid #54c0c4;
	font-size:20px;
	font-weight:bold;
	padding:20px;
	position:relative;
	text-align:center;
}
@media screen and (max-width:768px){
	.campeign_item{
		font-size:16px;
	}
}
.campeign_item strong{
	color:#54c0c4
}
.campeign_item:nth-child(2){
	border-color:#fd81cc;
	font-size:24px;
}
@media screen and (max-width:768px){
	.campeign_item:nth-child(2){
		font-size:16px;
	}
}
.campeign_item:nth-child(2) strong{
	color:#fd81cc
}
.campeign_item img{
	left:0;
	position:absolute;
	top:0;
	transform:translate(-20%,-20%);
}
@media screen and (max-width:768px){
	.campeign_item img{
		height:40px;
		transform:translate(-10%,-10%);
	}
}
/****************************************
service
*****************************************/
.servicewrap{
	overflow:hidden;
	position:relative;
}
.service_title{
	font-size:24px;
	font-weight:900;
	text-align:center;
}
@media screen and (max-width:768px){
	.service_title{
		font-size:16px;
	}
}
.service_title span{
	border-bottom: 2px solid #c21500;
	border-image: linear-gradient(to right, #54c0c4 0%, #fd81cc 100%);
	border-image-slice: 1;
}
.service_textbox{
	border:2px dashed #54c0c4;
	color:#54c0c4;
	font-size:18px;
	font-weight:bold;
	padding:20px;
	text-align:center;
}

@media screen and (max-width:768px){
	.service_textbox{
		font-size:16px;
		text-align:left;
	}
}
.service_textbox:nth-child(2){
	border:2px dashed #fd81cc;
	color:#fd81cc;
}
/****************************************
lineup
*****************************************/
.lineup_subtitle{
	height:30px;
}
.lineup_bubble{
	border-radius:99em;
	font-weight:bold;
	padding: 2px;
	position:relative;
	text-align:center;
}
.lineup_bubble:after{
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #54c0c4 transparent transparent transparent;
	bottom:0;
	content:"";
	display:block;
	height: 0;
	left:40px;
	position:absolute;
	transform:translatey(100%);
	width: 0;
}
.lineup_bubble_inner{
	background:#fff;
	border-radius:99em;
	padding:10px;
}
/*example*/
.example_title_sub{
	background:#54c0c4;
	border-radius:99em;
	color:#fff;
	display:inline-block;
	font-weight:bold;
	padding:0 10px;
}
.example_title_main{
	color:#54c0c4;
	font-size:36px;
}
@media screen and (max-width:768px){
	.example_title_main{
		font-size:24px;
	}
}
.type2 .example_title_sub{
	background:#fd81cc;
}
.type2 .example_title_main{
	color:#fd81cc;
}
/*example_table*/
.example_table{
	border-bottom:1px solid #54c0c4;
	border-right:1px solid #54c0c4;
	color:#54c0c4;
	text-align:center;
	width:100%;
}
@media screen and (max-width:768px){
	.example_table{
		width:800px;
	}
}
.example_table th{
	font-size:18px;
	font-weight:bold;
}
@media screen and (max-width:768px){
	.example_table th{
		font-size:12px;
	}
}
.example_table th,
.example_table td{
	border-left:1px solid #54c0c4;
	border-top:1px solid #54c0c4;
	padding:20px;
	vertical-align:middle;
}
@media screen and (max-width:768px){
	.example_table th,
	.example_table td{
		padding:5px;
	}
}
.example_table .item th:nth-child(1){
	border:none;
}
.example_table .item th:nth-child(n+2){
	background:#eee;
}
.example_table .month{
	background:#54c0c4;
	color:#fff;
}
.example_table img{
	width:150px;
}
@media screen and (max-width:768px){
	.example_table img{
		width:80px;
	}
}
/*example_table type2*/
.type2.example_table{
	border-bottom:1px solid #fd81cc;
	border-right:1px solid #fd81cc;
	color:#fd81cc;
}
.type2.example_table th,
.type2.example_table td{
	border-left:1px solid #fd81cc;
	border-top:1px solid #fd81cc;
}
.type2.example_table .month{
	background:#fd81cc;
}
/****************************************
.teacher
*****************************************/
.teacher_items{
	margin-top:10%;
}
@media screen and (max-width:768px){
	.teacher_items{
		margin-top:30%;
	}
	.teacher_items:nth-child(2){
		display:none;
	}
}
.teacher_item{
	background:#fff;
	box-shadow: 0px 0px 20px 2px rgba(120,120,120,0.2);
	padding:8% 20px 20px;
	position:relative;
}
@media screen and (max-width:768px){
	.teacher_item{
		padding-top:24%;
	}
	.teacher_item:nth-child(n+2){
		margin-top:30%;
	}
}
.teacher_item_thum{
	left:50%;
	position:absolute;
	top:0;
	transform:translate(-50%,-50%);
	width:50%;
}
.teacher_item_name{
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.teacher_item_tab{
	border-bottom:2px solid #54c0c4;
	padding-bottom:20px;
}
.teacher_item_tab_item{
	border:2px solid #54c0c4;
	border-radius:99em;
	color:#54c0c4;
	font-size:12px;
	font-weight:bold;
	margin:10px 10px 0 0;
	padding:5px 10px;
}
.teacher_item_text{
	font-size:12px;
}
/*type1*/
.type1 .teacher_item_name{
	color:#54c0c4;
}
/*type2*/
.type2 .teacher_item_name{
	color:#fd81cc;
}
.type2 .teacher_item_tab{
	border-bottom:2px solid #fd81cc;
}
.type2 .teacher_item_tab_item{
	border:2px solid #fd81cc;
	color:#fd81cc;
}
/****************************************
function
*****************************************/
.function_item_cnt_title{
	font-size:30px;
}
@media screen and (max-width:768px){
	.function_item_cnt_title{
		font-size:18px;
	}
}
.e-cat{
	height:60px;
}
@media screen and (max-width:768px){
	.e-cat{
		height:40px;
	}
}
/****************************************
plan
*****************************************/
.plan_hero_cnt{
	font-size:18px;
	font-weight:bold;
}
@media screen and (max-width:768px){
	.plan_hero_cnt{
		font-size:16px;
	}
}
.plan_hero_cnt_time{
	color:#fd81cc;
	font-size:24px;
}
@media screen and (max-width:768px){
	.plan_hero_cnt_time{
		font-size:18px;
	}
}
.plan_box_line {
	padding:1px;
	font-weight:bold;
	text-align:center;
}
.plan_box_line_inner{
	background:#fff;
	padding:40px;
}
@media screen and (max-width:768px){
	.plan_box_inner{
		padding:20px;
	}
}
.plan_box1{
	margin:0 auto;
	max-width:640px;
}
.plan_box1_label{
	color:#fff;
	font-size:60px;
	line-height:1;
	padding:0 40px;
}
.paln_plus{
	font-size:48px;
	font-weight:bold;
	line-height:1;
}
.plan_box_label{
	border-radius:99em;
	padding:1px;
}
.plan_box_label div{
	background:#fff;
	border-radius:99em;
	padding:5px 20px;
}
.plan_box .price_small{
	font-size:24px;
	line-height:1;
	position:relative;
}
.price_x{
	height:40px;
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
}
.plan_box .price_mid{
	font-size:36px;
	line-height:1;
}
.plan_box .price_large{
	font-size:42px;
	line-height:1;
}
/*hosho*/
.hosho_subtitle{
	font-size:24px;
	font-weight:bold;
}
@media screen and (max-width:768px){
	.hosho_title{
		font-size:18px;
	}
}
.hosho_title{
	font-size:56px;
	line-height:1.2;
}
@media screen and (max-width:768px){
	.hosho_title{
		font-size:36px;
	}
}

/****************************************
faq
*****************************************/
.faq_item{
	background:#fff;
	border-radius:20px;
	box-shadow: 0px 0px 20px 2px rgba(111,111,111,0.2);
	padding:40px 120px;
	position:relative;
}
@media screen and (max-width:768px){
	.faq_item{
		padding:20px 60px;
	}
}
.faq_item_q{
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
}
@media screen and (max-width:768px){
	.faq_item_q{
		font-size:16px;
	}
}
.icon_q{
	height:40px;
	left:40px;
	position:absolute;
	top:34px;
}
@media screen and (max-width:768px){
	.icon_q{
		height:20px;
		left:20px;
		top:22px;
	}
}
.icon_faq_plus{
	height:40px;
	position:absolute;
	right:40px;
	top:34px;
}
@media screen and (max-width:768px){
	.icon_faq_plus{
		height:20px;
		right:20px;
		top:22px;
	}
}
.faq_item_a{
	display:none;
}
/****************************************
flow
*****************************************/
.flow_item_num{
	border-radius:99em;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	padding:2px;
}
.flow_item_num_inner{
	background:#fff;
	border-radius:99em;
	padding:5px 30px;
}
.flow_item_title{
	font-size:18px;
}
@media screen and (min-width:769px){
	.flow_item_title{
		min-height:58px;
	}
}
@media screen and (max-width:768px){
	.flow_item_title{
		font-size:16px;
	}
}
/****************************************
output
*****************************************/
.output{
	padding:80px 0;
	position:relative;
	z-index:2;
}
@media screen and (max-width:768px){
	.output{
		padding:40px 0;
	}
}
.output:after{
	box-shadow: 0px 0px 20px 2px rgba(111,111,111,0.2);
	content:"";
	display:block;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	width:80%;
	z-index:-1;
}
.output_cnt_num{
	font-size:18px;
	font-weight:bold;
}
@media screen and (max-width:768px){
	.output_cnt_num{
		font-size:16px;
	}
}
.output_cnt_title{
	font-size:30px;
}
@media screen and (max-width:768px){
	.output_cnt_title{
		font-size:24px;
	}
}
/****************************************
system
*****************************************/
.system{
	background:#f9f9f9;
}