@charset "UTF-8";

/*====================================================================
想定端末　iPhone 6~8 の縦構え（Portrait）　 375×667px
====================================================================*/

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;
}



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

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



/*------------------- フッター設定 ------------------------*/
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/HD088_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;
}

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










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

#cmpn_access h4 {
    color: #333333;
    font-size: 150%;
    border-left: 8px solid #7F98ED;
    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%;
	display: block;
}



/*------------------- 以下フォームの設定 ------------------------*/
#cmpn_formarea {
	margin: 50px auto 0 auto;
    border-top: 4px solid #7F98ED;
	border-bottom: 4px solid #7F98ED;
    background: #ffffff;
    box-shadow: inset 0 0 30px rgba(116,111,248,0.80);
}

#cmpn_formarea h4 {
    color: #ffffff;
    font-size: 150%;
    background-color: #7F98ED;
    margin: 10px 0;
    padding: 10px;
	border-radius: 10px;
}
#cmpn_form {
	margin: 1rem 8px;
	padding: 0;
}
#cmpn_form dt {
	margin: 1rem 0 0 0;
	padding: 0;
	color: #21489C;
}
#cmpn_form dt.nocount {
	display: none;
}
#cmpn_form dt span {
	color: #BD0003;
	font-size: 80%;
	padding: 0 0 0 0.5rem;
}
#cmpn_form dd {
	margin: 3px 1em 30px 0;
	padding: 0;
}

#cmpn_form dd#zipcode {
	margin: 0;
}
#cmpn_form dd select {
	font-size: inherit;
	margin: 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;
	margin: 0 0 4px 0;
}
#cmpn_form dd.checkcourse span {
    display: inherit;
    margin: 0;
}


#cmpn_form .fulllength input,
#cmpn_form .fulllength textarea {
	font-size: inherit;
	width:100%;
	margin: 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
}
#cmpn_form #zipcode input {
	width: 7em;
	font-size: inherit;
	margin: 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
}
#cmpn_form #phone input {
	font-size: inherit;
	margin: 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
}
#cmpn_form input::placeholder,
#cmpn_form textarea::placeholder{
	color: #94ACC7;
}
#btn_area {
	text-align: center;
    display: flex;
    justify-content: center;
}
#btn_area input[type="submit"] {
	font-family: inherit;
    margin: 10px 20px;
    padding: 10px;
    font-size: 16px;
    line-height: 1;
	width: 10em;
	box-sizing: border-box;
    background-color: #3199de;
    border-radius: 8px;
    color: #fff;
	transition: all .1s;
	border: 2px solid #0278c9;
	}
#btn_area input[name="submitBack"] {
	font-family: inherit;
    background-color: #CCCCCC;
    border: 1px solid #cfcfcf;
	color: #444;

}

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

#cmpn_cfarea {
    position: relative;
    padding: 120px 0;
	margin: 0;
	}
#cmpn_cfarea section, #cmpn_cfarea section {
	margin: 0 auto;
}

.cmpn_sentpage h4 {
    font-size: 150%;
    color: #1fb9ff;
}



/*------------------- 以下問い合わせ各種ボタンの設定 ------------------------*/
.applynow h4 {
	color: #fc7324;
	text-align: center;
	font-size: 150%;
	margin: 10px auto;
	padding: 0;
}

.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: 80px 10px 10px 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 0px rgba(200, 200, 200, 1);
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: top 10px center;
    background-size: 60px 60px;
    width: auto;
    text-align: center;
    font-weight: 500;
    font-size: 130%;
}
.applynow .app_box div a {
	color: #ffffff;
}
.applynow .app_box div a em {
	display: none;
	font-style: normal;
}
.applynow .app_box div a span {
	display: none;
	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 h6 {
}


/*------------------- 以下ファーストビューの設定 ------------------------*/
#firstview {
max-width: 1920px;
background-image: url("../images/campaign/29033780_l.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
margin: 0 auto;
padding: 0;
}

.fv_centering {
	height: 620px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.fv_copy {
	max-width: 1280px;
	position: absolute;
    bottom: 60px;
    left: 10px;
	right: 10px;
	padding: 14px 30px;
    box-sizing: border-box;
    background: rgba(95, 107, 235, 0.7);
	text-align: center;
	border-radius: 32% 9% 45% 42% / 19% 65% 19% 21%;
}
.fv_copy::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url("../images/campaign/blue.svg");
	background-repeat: no-repeat;
	top: -80px;
	left: 0px;
	width: 150px;
	height: 100px;
}

.fv_copy::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url("../images/campaign/purple.svg");
	background-repeat: no-repeat;
	bottom: -70px;
	right: 0px;
	width: 100px;
	height: 100px;
}

.fv_copy h2 {
    box-sizing: border-box;
	margin: 0;
    padding: 0;
    color: #FFF;
	font-size: 125%;
	position: relative;
}

.fv_copy h3 {
    box-sizing: border-box;
    margin: 10px 0;
    padding: 0;
    font-size: 200%;
    color: #FFF;
    line-height: 1.2;
}
.fv_copy h3 em {
	display: block;
    font-style: normal;
}
.fv_copy h4 {
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    color: #FFF;
	font-size: 125%;
    border-radius: 10px;
}


/*------------------- ファーストビューの設定おわり ------------------------*/

/*------------------- 以下アーティクルの中身設定 ------------------------*/

article {
	margin: 0;
	padding: 0 0 100px 0;
}

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;	
}

section.cmpn_term h4 {
    color: #7F98ED;
	font-size: 180%;
	margin: 1em 0 0 0;
	padding: 0 0 0 80px;
	font-weight: 500;
	border-bottom: 3px dotted #7F98ED;
	position: relative;
}
section.cmpn_term h4::before {
	content: "";
	background-image: url("../images/campaign/blue.svg");
	background-repeat: no-repeat;
	position: absolute;
	width: 80px;
	height: 80px;
	left: 0;
	
} 

section.cmpn_term h5 {
	color: #104097;
	font-size: 180%;	
	margin: 0 0 4px 16px;
	padding: 0;
}
section.cmpn_term h5 span {
	font-size: 70%;
	font-weight: 500;
	color: #d8579c;
	display: block;
}

.exampreparation {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  margin: 20px auto 70px auto;
  padding: 24px;
  position: relative;
}
.exampreparation h2 {
    display: inline-block;
    background-image: url(../images/campaign/flag.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 100px;
    margin: 0;
    padding: 16px 0.5em 0 0.5em;
    position: absolute;
    top: -4px;
    left: 22px;
    transform: rotate(-16deg);
    font-size: 120%;
	color: #fff;
}
.exampreparation h3 {
    padding: 0 0 10px 0;
    margin: 0 0 0 90px;
    font-size: 180%;
    line-height: 1.2;
    border-bottom: 3px dotted #7F98ED;
}

.exampreparation h4 {
	border-bottom: 2px dotted #7F98ED;
    font-size: 130%;
	margin: 10px 0;
    padding: 10px;
    line-height: 1.2;
	}

.exampreparation dl {
	list-style: none;
	margin: 20px 30px;
	padding: 30px 0px;
	position: relative;
}
.exampreparation dl::before {
	content: "";
	background-image: url("../images/campaign/_kaeru.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -70px;
	top: -100px;
	width: 150px;
	height: 150px;

}
.exampreparation dl::after {
	content: "";
	background-image: url("../images/campaign/_kasa_nagagutsu.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -40px;
	bottom: -55px;
	width: 150px;
	height: 150px;
}

.exampreparation dl dt {
	display: block;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    padding: 0;
    color: #7F98ED;
}
.exampreparation dl dd {
	margin: 0 0 1em 0;
}
.exampreparation dl dd.adjustwidth {
	margin: 0 0 1em 4em;
}

p {
	line-height: 1.75;
}



/*------------------- メディア切替 ------------------------*/

/*====================================================================
想定端末　pixel2 の縦構え（Portrait）　 411×731px
====================================================================*/
@media screen and (min-width:411px) and (orientation: portrait) {
.fv_centering {
	height: 700px;
}
	.specialoffer h2 {
		font-size: 133%;
		}

}/*411×731px*/

/*====================================================================
想定端末　iPhone XR, 11, XsMax の縦構え（Portrait）　 414×896px
====================================================================*/
@media screen and (min-width:414px) and (orientation: portrait) {
}/*414×896px*/




/*====================================================================
想定端末　Surface Duo の縦構え（Portrait）　540×720px
====================================================================*/
@media screen and (min-width:540px) and (orientation: portrait) {
	.specialoffer {
		bottom: 180px;
		}
		
	.fv_copy {
		padding: 20px 40px;
		font-size: 120%;
	}
}


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


/*====================================================================
想定端末　小型のAndroid の横構え（Landscape）　 640×360px
====================================================================*/
@media screen and (min-width:640px) and (orientation: landscape){
.fv_centering {
	height: 440px;
}
.gwcourse div.description {
	flex-wrap: nowrap;
}
}


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

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


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

/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の縦構え（Portrait） 768×1024px
====================================================================*/
@media screen and (min-width:768px) and (min-height:500px) {
    #f_phone a span, #f_form a span, #f_line a span {
        display: block;
	}
	.applynow .app_box div a em, .applynow .app_box div a span {
		display: block;
}
	.fv_centering {
		height: 800px;
	}
    .fv_copy {
    padding: 20px 40px;
    font-size: 120%;
	left: 20px;
	}
	.fv_copy::before {
	    top: -20px;
}
	.fv_copy::after {
	    bottom: -30px;
}
    .fv_copy h3 {
		    font-size: 300%;
	}
	.exampreparation dl dt {
	float: left;
	display: inline-block;
}
}

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

section.cmpn_term h5 span {
	display: inline;
}
}/*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) {
#cmpn_form {
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
}
#cmpn_form dt {
    width: 25%;
    text-align: right;
    margin: 3px 1em 30px 0;
}
#cmpn_form dt.nocount {
	display: block;
}

#cmpn_form dd {
    width: 70%;
}
#cmpn_form dd.margin{
    width: 70%;
	margin-left: 25%;
	}
  }/*1024×1366px*/

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






/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の横構え（Landscape） 1024×768px
====================================================================*/
@media screen and (min-width:1024px) and (orientation: landscape) {
	.fv_centering {
		height: 600px;
	}
    .fv_copy {
        width: 600px;
    }
	.fv_copy h3 {
    font-size: 240%;
	}
	.fv_copy h3 em {
	display: inline;
	}
    .fv_copy h4 {
    font-size: 160%;
    }
}/*1024×768px*/



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

/*====================================================================
想定端末　小型のモニター 幅1280px以上
====================================================================*/
@media screen and (min-width:1280px) {
	fv_centering {
		height: 800px;
	}
	.fv_copy {
	    top: 200px;
    	bottom: inherit;
		}
}

/*====================================================================
想定端末　モニター 幅1440px以上
====================================================================*/
@media screen and (min-width:1440px) {
	.fv_centering {
		max-width: 1920px;
		height: 900px;
	}
	.fv_copy {
			font-size: 140%;
		}
}

/*====================================================================
想定端末　モニター 幅1441px以上
====================================================================*/
@media screen and (min-width:1441px) {
	.fv_centering {
		height: 950px;
	}
}