@charset "UTF-8";

/*====================================================================
想定端末　360×640px の縦構え（Portrait）　 360×640px
====================================================================*/

html {
-webkit-text-size-adjust: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 16px;
}

body a {
	cursor: pointer;
	text-decoration: none;
}

label {
	cursor: pointer;
}

.screen-reader-text {
	display: none;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 1em;
}


#w_cmpn {
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}



/*------------------- ヘッダー設定 ------------------------*/
header {
    position: absolute;
    width: 100%;
    z-index: 1000;
	height: 100px;
}
.h_cmpn {
}
.cmpn_logo {
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.cmpn_logo a {
    display: block;
    height: 100px;
    width: 180px;
	margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
}
.cmpn_logo a img {
	width: 100%;
	height: auto;
}

/*------------------- ヘッダー設定ここまで ------------------------*/



/*------------------- フッター設定 ------------------------*/
footer {
    width: 100%;
	margin: 0;
	padding: 0;
}
.f_bg {
	max-width: 1000px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background-image: url("../images/campaign/HD134_350A.webp");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
.f_container {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 160px;
	max-height: 250px;
    width: 100%;
    max-width: 1000px;
    padding: 0 20px 0 180px;
}

.footercopy {
	height: 100px;
    margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-image: url("../images/campaign/logo_cmpn.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	text-indent: -5000px;
}
.footercopy a {
	display: block;
	width: 100%;
	height: 100%;
}

.footerinfo {
	display: flex;
	justify-content: space-evenly;
	margin: 0;
	padding: 30px 0 0 0;
	box-sizing: border-box;
}
#f_phone a {
	display: block;
	min-width: 60px;
	min-height: 60px;
	background-image: url("../images/campaign/phonemark.svg");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: 50px auto;
}
#f_form a {
	display: block;
	min-width: 60px;
	min-height: 60px;
	background-image: url("../images/campaign/formmark.svg");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: 50px auto;
}
#f_line a {
	display: block;
	min-width: 60px;
	min-height: 60px;
	background-image: url("../images/campaign/line_logo.svg");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: 50px auto;
}

#f_phone a span, #f_form a span, #f_line a span {
	display: none;
    color: #fc7324;
    font-weight: 500;
    font-size: 115%;
    line-height: 1;
    padding: 0 0 70px 0;
}

/*------------------- フッター設定ここまで ------------------------*/




/*------------------- 以下アーティクルの中身設定 ------------------------*/
article {
	margin: 0 auto;
	padding: 0 0 100px 0;
    background-color: rgba(255, 255, 255, 0.73);
    box-sizing: border-box;
}
.m_image {
    height: 600px;
    max-height: 1080px;
    width: 100%;
    position: relative;
    margin: 0 auto;
	background-image: url("../images/campaign/clubkids.webp");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 1300px auto;
}

.maxbox {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1080px;
	height: 100%;
}

.copywrap {
	position: absolute;
	max-width: 500px;
	margin: 0;
	padding: 0;
	left: 10px;
	bottom: 10px;
}
.cmpn_copy {
	background-color: rgb(255 255 255 / 80%);
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}
.merit h2 {
	font-size: 200%;
	margin: 0;
	padding: 0 0 10px 0;
	color: #023dac;
	line-height: 1.2;
}
.merit h2 span {
	display: block;
}

.merit h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
    font-weight: 500;
	color: #333333;
	
}

.cmpn_copy2 {
	margin: 4px 0 0 0;
}
.cmpn_copy2 h2 {
	margin: 0;
	padding: 4px 10px;
	background-color: #FFCA0E;
	border-radius: 10px;
	color: #fff;
	font-weight: 500;
}
.cmpn_copy2 h2 span {
	display: block;
}


section {
	margin: 0 auto 20px auto;
	padding: 10px 20px;
	max-width: 1000px;
	box-sizing: border-box;
	color: #333333;
}
section::after, section::before {
    content: "";
    clear: both;
    display: block;
}
section:first-child {
	margin: 1em auto 20px auto;	
}


#intro {
}
#intro h2 {
    color: #ffffff;
    font-size: 150%;
    text-align: center;
    background-color: #0B3E8D;
    padding: 12px 10px;
	margin: 20px 0;
	line-height: 1.2;
}
#intro h2 span {
	display: block;
}
#intro figure {
	width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#intro figure img {
    display: block;
    width: 100%;
    height: auto;
}
#intro p {
	font-size: 112.5%;
	margin: 0;
	padding: 20px;
	line-height: 1.6;
}

.keys {
}

.keys div {
	margin: 10px;
	padding: 16px;
	border: 3px solid #0B3E8D;
	border-radius: 20px;
}
.keys div h3 {
	color: #0B3E8D;
	font-size: 125%;
	font-weight: bold;
    text-align: center;
	background-color: #93D8FF;
    margin: 0;
    padding: 10px;
    clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
	}
.keys div h4 {
	font-weight: 400;
	color: #333333;
	margin: 10px 0;
    padding: 0 10px;
}


#classinfo h2 {
    font-size: 150%;
    text-align: center;
	background-color: #93D8FF;
    color: #0B3E8D;
    margin: 0 0 10px 0;
    padding: 10px;
    box-sizing: border-box;
}

#classinfo div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#classinfo h3 {
    font-size: 115%;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    background-color: #0B3E8D;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 20px 10px 20px 45px;
    box-shadow: 2px 2px 5px 0px rgba(200,200,200,1);
    position: relative;
}
#classinfo h3::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 28px;
  height: 28px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}

#classinfo h3::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 14px;
  width: 15px;
  height: 15px;
  margin: auto;
  border: 3px solid;
  border-color: #0B3E8D #0B3E8D transparent transparent;
  transform: rotate(45deg);
}
#classinfo h3 a {
    color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
#classinfo h3:hover {
    transform: translate(1px, 1px);
}

/*------------------- 以下アクセス情報の設定 ------------------------*/

#cmpn_access h4 {
    color: #333333;
    font-size: 150%;
    border-left: 8px solid #00b2fa;
    margin: 0 0 10px 0;
    padding: 0 0 0 8px;
}
#cmpn_access h5 {
	font-weight: 500;
	margin: 0;
	padding: 0;
}
#cmpn_access #map {
	border: 1px solid #888888;
}
#cmpn_access #map iframe {
	width: 100%;
}



/*------------------- 以下フォームの設定 ------------------------*/
#cmpn_formarea {
	margin: 50px auto 0 auto;
	background-color: #fffee3;
    border-top: 4px solid #ffc7a7;
	border-bottom: 4px solid #ffc7a7;
}

#cmpn_formarea h4 {
    color: #ffffff;
    font-size: 150%;
    background-color: #fc7324;
    margin: 0 0 10px 0;
    padding: 10px;
	border-radius: 10px;
}
#cmpn_form {
	margin: 1rem 8px;
	padding: 0;
	max-width: 600px;
}
#cmpn_form dt {
	margin: 1rem 0 0 0;
	padding: 0;
	color: #21489C;
}
#cmpn_form dt span {
	color: #BD0003;
	font-size: 80%;
	padding: 0 0 0 1rem;
}
#cmpn_form dd {
	margin: 0 0 30px 0;
	padding: 0;
}
#cmpn_form dd#zipcode {
	margin: 0;
}
#cmpn_form dd select {
	font-size: inherit;
	margin: 4px 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
	background-color: #ffffff;
}
#cmpn_form dd label {
	color: #333333;
}
#cmpn_form dd a {
	text-decoration: underline;
	font-weight: 500;
	color: #FF9700;
}



#cmpn_form dd.checkcourse em {
    font-style: normal;
    display: block;
    background-color: #e5f4fb;
    padding: 4px;
}
#cmpn_form dd.checkcourse span {
    display: inherit;
    margin: 0;
}


#cmpn_form .fulllength input,
#cmpn_form .fulllength textarea {
	font-size: inherit;
	width:100%;
	margin: 4px 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
}
#cmpn_form #zipcode input {
	width: 7em;
	font-size: inherit;
	margin: 4px 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
}
#cmpn_form #phone input {
	font-size: inherit;
	margin: 4px 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
}
#cmpn_form input::placeholder,
#cmpn_form textarea::placeholder{
	color: #94ACC7;
}
#btn_area input[type="submit"] {
    margin: 10px 0;
    padding: 10px;
    font-size: 16px;
    line-height: 1;
    background-color: #ddecf3;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #333333;
	transition: all .1s;
	}

#btn_area input:hover {
    transform: translate(1px, 1px);
}

#cmpn_cfarea {
    position: relative;
    padding: 120px 0;
	margin: 0 auto;
	background-image: url("../images/campaign/26704094_l.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	}
#cmpn_cfarea section, #cmpn_cfarea section {
	max-width: 600px;
	margin: 0 auto;
}
.cmpn_sentpage {
position: relative;
padding: 20px 20px 150px 20px;
margin: 0 auto;
background-color: rgba(255, 255, 255, 0.7);
}
.cmpn_sentpage h4 {
    font-size: 150%;
    color: #00b2fa;
}


/*------------------- 以下問い合わせ各種ボタンの設定 ------------------------*/
.applynow h4 {
	color: #fc7324;
	text-align: center;
	font-size: 150%;
	margin: 10px auto;
	padding: 0;
}
.app_description {
	text-align: center;
	padding: 0;
	margin: 0;
}
.app_description a {
    color: #fc7324;
    font-weight: bold;
	text-decoration: underline;
}
.applynow .app_box{
    max-width: 800px;
	box-sizing: border-box;
    margin: 10px auto 50px auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	
}
.applynow .app_box div {
	flex: 1;
	background-color: #fc7324;
	margin: 0 5px;
	padding: 10px;
	border-radius: 10px;
    box-shadow: 2px 2px 5px 0px rgba(200,200,200,1);
	box-sizing: border-box;
}
.applynow .app_box div a {
	display: block;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 60px 60px;
	height: 60px;
	width: auto;
}
.applynow .app_box div a span {
	display: block;
	font-size: 70%;
}
.app_phone {
	background-image: url("../images/campaign/phonemark_w.svg");
}
.app_form {
	background-image: url("../images/campaign/formmark_w.svg");
}
.app_line {
	background-image: url("../images/campaign/line_logo.svg");

}
.applynow .app_box div p {
	text-align: center;
	color: #ffffff;
	margin: 0;
    padding: 0;
	font-weight: 500;
	font-size: 130%;
	display: none;
}



/*------------------- メディア切替 ------------------------*/
/*====================================================================
想定端末　 375×667px の縦構え（Portrait）　 375×667px
====================================================================*/
@media screen and (min-width:375px) and (orientation: Portrait) {
}/*411×731px*/



/*====================================================================
想定端末　pixel2 の縦構え（Portrait）　 411×731px
====================================================================*/
@media screen and (min-width:411px) and (orientation: Portrait) {
    .m_image {
		height: 600px;
		background-size: 1400px auto;
    }
}/*411×731px*/



/*====================================================================
想定端末　Surface Duo の縦構え（Portrait）　540×720px
====================================================================*/
@media screen and (min-width:540px) and (orientation: Portrait) {
	.merit h2 {
		font-size: 250%;
	}
	.merit h3 {
		font-size: 120%;
	}
	.cmpn_copy2 h2 {
		font-size: 120%;
	}
	.keys {
		display: flex;
	}
}/*540×720px*/


/*↑ここまでスマホ縦（Portrait）
==============================================================================================================================================
↓ここからスマホ横（Landscape）*/


/*====================================================================
想定端末　小型のAndroid の横構え（Landscape）　 640×360px
====================================================================*/
@media screen and (min-width:640px) and (orientation: landscape) {
.m_image {
	height: 350px;
	background-size: cover;
}
.copywrap {
    left: 40px;
}

}/*640×360px*/

/*====================================================================
想定端末　iPhone 6~8 の横構え（Landscape）　667×375px
====================================================================*/
@media screen and (min-width:667px) and (orientation: landscape) {
}/*667×375px*/


/*====================================================================
想定端末　pixel2 の横構え（Landscape）　731×411px
====================================================================*/
@media screen and (min-width:731px) and (orientation: landscape) {
	.m_image {
    height: 400px;
}
}/*736×414px*/


/*====================================================================
想定端末　iPhone 6~8Plus の横構え（Landscape）　736×414px
====================================================================*/
@media screen and (min-width:736px) and (orientation: landscape) {
}/*736×414px*/




/*====================================================================
想定端末　iPhone X, Xs,11Pro の横構え（Landscape）　812×375px
====================================================================*/
@media screen and (min-width:812px) and (orientation: landscape) {
	.m_image {
        height: 340px;
    }
    .cmpn_copy {
        bottom: 18%;
        left: 120px;
    }
    .merit h2 {
        left: 40px;
    }
	  .coursename h4 span {
      display: inline;
      padding-right: 1em;
  }

}/*812×375px*/


/*↑ここまでスマホ横（Landscape）
==============================================================================================================================================
↓ここからタブレット縦（Portrait）*/

/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の縦構え（Portrait） 768×1024px
====================================================================*/
@media screen and (min-width:768px) and (orientation: portrait) {
    #f_phone a span, #f_form a span, #f_line a span {
      display: block;
    }
    .cmpn_logo a {
      width: 300px;
    }
.m_image {
    height: 600px;
    background-size: cover;
}
.copywrap {
    left: 30px;
    top: 150px;
}
#classinfo h2 {
    font-size: 200%;
	}
#classinfo h3 {
	width: 49%;
	font-size: 130%;
}
.applynow .app_box div p {
display: block;
}
.coursename h4 span {
display: inline;
padding-right: 1em;
}
.keys div h3 {
font-size: 175%;
padding: 16px 36px;
}
.keys div h4 {
font-size: 150%;
}
}/*768×1024px*/

/*====================================================================
想定端末　iPad Air の縦構え（Portrait） 820×1180px
====================================================================*/
@media screen and (min-width:820px) and (orientation: portrait) {
.reason {
	display: flex;
    justify-content: space-evenly;
}
#intro figure {
    width: 200%;
	}
#intro p {
	padding: 0 20px;
}

}/*820×1180px*/

/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の縦構え（Portrait） 834×1112px
====================================================================*/
@media screen and (min-width:834px) and (orientation: portrait) {
}/*834×1112px*/




/*====================================================================
想定端末　iPad Pro 11inch の縦構え（Portrait） 834×1169px
====================================================================*/
@media screen and (min-width:834px) and (orientation: portrait) {
}/*834×1169px*/




/*====================================================================
想定端末　iPad Pro 12.9inch の縦構え（Portrait） 1024×1366px
====================================================================*/
@media screen and (min-width:1024px) and (orientation: portrait) {
  .m_image {
  height: 800px;
  }
  .merit h2 {
    font-size: 350%;
}
.merit h3 {
    font-size: 180%;
}
.cmpn_copy2 {
    margin: 20px 0 0 0;
}
.cmpn_copy2 h2 {
    font-size: 180%;
}

.reason {
    margin-bottom: 40px;
}
.keys {
    margin-bottom: 40px;
}
#classinfo h2 {
    font-size: 250%;
}
#classinfo h3 {
	font-size: 150%;
}

}/*1024×1366px*/

/*↑ここまでタブレット縦（Portrait）
==============================================================================================================================================
↓ここからタブレット横（Landscape）*/

/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の横構え（Landscape） 1024×768px
====================================================================*/
@media screen and (min-width:1024px) and (orientation: landscape) {
.cmpn_logo a {
    width: 280px;
	}
	.m_image {
	height: 600px;
	}
  .merit h2 {
    font-size: 300%;
}
.merit h3 {
    font-size: 150%;
}
.cmpn_copy2 {
    margin: 20px 0 0 0;
}
.cmpn_copy2 h2 {
    font-size: 180%;
}
.reason {
	display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;

}
#intro figure {
    width: 200%;
	}
#classinfo h2 {
    font-size: 250%;
	}
#classinfo h3 {
	width: 49%;
	font-size: 180%;
}
.keys {
	display: flex;
    margin-bottom: 40px;
}

	
.applynow .app_box div p {
	display: block;
}

}/*1024×768px*/




/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の横構え（Landscape） 1112×834px
====================================================================*/
@media screen and (min-width:1112px) and (orientation: landscape) {
}/*1112×834px*/



/*↑ここまでタブレット横（Landscape）
==============================================================================================================================================
↓ここからPC　＝  マウスポインターがあるという前提、hoverの発想アリ 　*/

/*====================================================================
想定端末　幅1280px以上
====================================================================*/
@media screen and (min-width:1280px) {	
.applynow .app_box div p {
	display: block;
}
	#f_phone a span, #f_form a span, #f_line a span {
	display: block;
}
.copywrap {
    left: 0;
}

#intro p {
	padding: 0 20px;
}
.keys div h3 {
    font-size: 175%;
}
.keys div h4 {
    font-size: 150%;
}
}/*1280px*/

/*====================================================================
想定端末　幅1366px1024px以上
====================================================================*/
@media screen and (min-width:1366px) {
	.m_image {
	height: 800px;
	}
	.copywrap {
    top: 250px;
}

}/*1366px1024px*/

/*====================================================================
想定端末　macbook air 13inch 幅1440px900px以上
====================================================================*/
@media screen and (min-width:1440px) {
}/*1440px900px*/


/*====================================================================
想定端末　PC幅1920px高さ1080px以上
====================================================================*/
@media screen and (min-width:1920px) {
    #intro figure {
        width: 200%;
    }
}/*1920px1080px*/
