@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-family: 'M PLUS Rounded 1c', 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%;
	max-width: 1920px;
    z-index: 1000;
	height: 100px;
    margin: 0 auto;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
}
.h_cmpn {
}
.cmpn_logo {
	position: relative;
	max-width: 1920px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.cmpn_logo a {
	display: block;
	height: 100px;
    margin: 10px auto;
    padding: 10px;
    box-sizing: border-box;
	max-width: 300px;
}
.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/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;
}

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






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

.fv_centering {
	max-width: 1280px;
	height: 620px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.fv_copy {
	position: relative;
	margin: 0;
	padding: 40px 20px;
    box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	top: 150px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
	max-width: 900px;
}

.fv_copy::before, .fv_copy::after {
  content: "";
  position: absolute;
}
/* fv_copyの背景 */
.fv_copy::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*  背景色*/
	background-color: #034EA2;
/*  右上角の辺を 40px　ななめに切り抜き */
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}

/* fv_copyのめくれ */
.fv_copy::after {
    top: 0%;
    right: 0%;
/* 40 x 40 px の正方形*/
    height: 40px;
    width: 40px;
/* 折り返し部分のカラー*/
	background-color: #4281C9;
/* 右上半分を切り抜き(三角形)*/
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.fv_copy h2, .fv_copy h3, .fv_copy h4 {
	position: relative;
	z-index: 100;
}  
.fv_copy h2 {
    box-sizing: border-box;
	margin: 0 0 0.5rem 0;
    padding: 0;
	font-size: 150%;
}
.fv_copy h3 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 300%;
	letter-spacing: 0.1rem;
	line-height: 1.3;
}
.fv_copy h4 {
    box-sizing: border-box;
    margin: 0.5rem 0 0 0;
    padding: 4px;
    font-size: 125%;
    border-radius: 10px;
}
.fv_centering h5 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-size: 150%;
	transform: rotate(-5deg);
	position: absolute;
	left: 50px;
	bottom: 80px;
	text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.8);
}
.fv_centering h5 em {
	display: block;
	font-style: normal;
}
/*------------------- ファーストビューの設定おわり ------------------------*/



/*------------------- 以下アーティクルの中身設定 ------------------------*/
article {
	margin: 0;
	padding: 0 0 100px 0;
}

section {
	margin: 0 auto 50px auto;
	padding: 10px 20px;
	max-width: 1000px;
	box-sizing: border-box;
}
section::after, section::before {
    content: "";
    clear: both;
    display: block;
}
section p {
	color: #444444;
	line-height: 1.75;
}

.outline {
}

.dscptbox {
	box-sizing: border-box;
	margin: 0 0 50px 0;
	padding: 0;
}
.dscptbox h2 {
	background-color: #034EA2;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
	font-size: 133%;
	font-weight: 500;
}
.fbox img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 400px;
	border-radius: 10px;
}

.reqbg {
	position: relative;
	margin: 0;
	padding: 20px;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}
.reqbg::before, .reqbg::after {
  content: "";
  position: absolute;
}
.reqbg::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*  背景色*/
	background-color: #FFFCED;
/*  右下角の辺を 40px　ななめに切り抜き */
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}
.reqbg::after {
    bottom: 0%;
    right: 0%;
/* 40 x 40 px の正方形*/
    height: 40px;
    width: 40px;
/* 折り返し部分のカラー*/
	background-color: #F6F6F6;
/* 右上半分を切り抜き(三角形)*/
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.reqinner {
	position: relative;
	z-index: 100;
}
.requirement h2 {
	margin: 0;
	padding: 0;
	color: #034EA2;
	text-align: center;
	font-size: 157%;
}
.reqillbox {
	display: flex;
    justify-content: space-around;
    margin: 10px auto;
    padding: 0;
    box-sizing: border-box;
}

.eachpoint {
	max-width: 400px;
}
.eachpoint h3 {
    position: relative;
	box-sizing: border-box;
	border-radius:10px;
    background-color: #4281C9;
    color: #ffffff;
    padding: 10px;
	margin: 0;
}

.eachpoint h3::after{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(66, 129, 201, 0);
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -10px;
    border-top-color: #4281C9;
	position: absolute;
    top: 100%;
    left: 10%;
}
.eachpoint h4 {
	font-weight: normal;
	color: #003C7F;
}

/*------------------- 以下講師募集詳細の設定 ------------------------*/

.details h2 {
	font-size: 150%;
	color: #333333;
	margin: 0;
	padding: 0 0 0 8px;
	border-left: 8px solid #4281C9;
}

.details dl {
	margin: 16px auto;
	padding: 0;
}

.details dl dt {
	color: #0350A7;
	margin: 0;
    padding: 10px 16px;
    background: #f4f4f4;
}
.details dl dd {
	color: #444444;
	margin: 0 0 1em 0;
    padding: 4px 16px 10px 16px;
}
.details dl dd a {
	color: #D10058;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}



/*------------------- 講師募集詳細の設定ここまで ------------------------*/

/*------------------- applynowのおび設定 ------------------------*/
.applynow {
    background-image: url(../images/campaign/reqill3.webp);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 100px;
    margin: 0;
    padding: 0;
}
.applynow h2 {
	margin: 0;
	padding: 0 0 0 120px;
	color: #4281C9;
}
.applynow h2 em {
	font-style: normal;
	color: #D10058;
	font-size: 150%;
}


/*------------------- applynowのおび設定ここまで ------------------------*/



/*------------------- 以下フォームの設定 ------------------------*/
#cmpn_formarea {
	margin: 0 auto;
    border-top: 4px solid #91B0E9;
	border-bottom: 4px solid #91B0E9;
    background: #F9F9F9;
    box-shadow: inset 0 0 30px rgba(233,244,250,0.80);
}

#cmpn_formarea h3 {
    color: #034EA2;
    font-size: 130%;
    margin: 1rem 0;
    padding: 0;
	text-align: center;
}

#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: #D10058;
	font-size: 80%;
	padding: 0 0 0 0.5rem;
}
#cmpn_form dd {
	margin: 3px 1em 30px 0;
	padding: 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 .fulllength input,
#cmpn_form .fulllength textarea {
	font-size: inherit;
	width:100%;
	margin: 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
	font-family: inherit;
}
#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;
	font-family: inherit;
}
#btn_area {
	text-align: center;
    display: flex;
    justify-content: center;
}
#btn_area input[type="submit"] {
    margin: 10px 20px;
    padding: 14px;
    font-size: 16px;
    line-height: 1;
	width: 10em;
	box-sizing: border-box;
    background-color: #4281C9;
    border-radius: 8px;
	border: none;
    color: #fff;
	transition: all .1ms;
	}
#btn_area input[name="submitBack"] {
    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;
	background-image: url("../images/campaign/bg_softer.webp");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	}
#cmpn_cfarea section, #cmpn_cfarea section {
	margin: 0 auto;
}
#cmpn_cfarea dl {
    margin: 50px 0;
    padding: 20px 0;
    border-top: 1px dashed #4281c9;
    border-bottom: 1px dashed #4281c9;
}
#cmpn_cfarea p {
	margin: 0;
}
#cmpn_formarea h4 {
    color: #034EA2;
    font-size: 130%;
    margin: 1rem 0;
    padding: 0;
}

#cmpn_sentarea {
    position: relative;
    padding: 120px 0;
	margin: 0;
	background-image: url("../images/campaign/bg_softer.webp");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
#cmpn_sentarea p {
    color: #444444;	
}

.cmpn_sentpage {
	padding: 50px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 0 15px 15px rgba(255, 255, 255, 0.8);
}
.cmpn_sentpage h4 {
    font-size: 150%;
    color: #034EA2;
}



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

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

}/*411×731px*/

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




/*====================================================================
想定端末　Surface Duo の縦構え（Portrait）　540×720px
====================================================================*/
@media screen and (min-width:540px){
    .fv_centering {
        height: 680px;
    }
    .fv_centering h5 {
        left: 80px;
		bottom: 100px;
    }
	.fv_copy {
		font-size: 120%;
		top: 120px;
	}
    .fv_centering h5 {
    font-size: 180%;
    }

}


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


/*====================================================================
想定端末　小型のAndroid の横構え（Landscape）　 640×360px
====================================================================*/
@media screen and (min-width:640px){
	.cmpn_logo a {
		position: absolute;
		right: 20px;
	}
	#firstview {
		background-image: url(../images/campaign/bg_H.webp);
	}
	.fv_centering {
    height: 360px;
}
	.fv_copy {
		font-size: 90%;
		top: 30px;
		width: 50%;
		padding: 20px;
	}
	 .fv_centering h5 {
		font-size: 150%;
		left: 40px;
		bottom: 40px;
    }
	.fv_centering h5 em {
		display: inline;
	}
	.fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	.requirement h2 {
    font-size: 200%;
    position: absolute;
    top: 30px;
    left: 20%;
	}
	.reqillbox {
    justify-content: space-between;
	}
	.pointsbox {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	}
	.eachpoint {
		width: 48%;
	}
	.applynow {
		font-size: 140%;
	}
}


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

/*====================================================================
想定端末　iPhone 6~8Plus の横構え（Landscape）　736×414px
====================================================================*/
@media screen and (min-width:736px){
	.fv_centering {
		height: 400px;
	}
	.fv_centering h5 {
		font-size: 180%;
		bottom: 50px;
    }

}
/*====================================================================
想定端末　iPhone X, Xs,11Pro の横構え（Landscape）　812×375px
====================================================================*/
@media screen and (min-width:812px){
}/*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;
	}
	#firstview {
    background-image: url(../images/campaign/bg_V.webp);
	}
	.fv_centering {
		height: 700px;
	}
    .fv_copy {
	width: 450px;
    padding: 20px 40px;
    font-size: 120%;
	top: 100px;
	}
	.fv_centering h5 {
	font-size: 200%;
	bottom: 200px;
	left: 50px;
	}
	.fbox {
    flex-wrap: nowrap;
    justify-content: space-between;
}
	section p {
	    margin: 0 0 0 1em;
	}
	.requirement h2 {
		font-size: 240%;
	}
	.details dl dt {
	    width: 5em;
		float: left;
		background: none;
		padding: 4px 10px 10px 16px;
	}
	
	.applynow {
		height: 160px;
	}
	.applynow h2 {
		padding: 0 0 0 200px;
		font-size: 100%;
	}
	.applynow h2:first-of-type {
		padding: 40px 0 0 200px;		
	}

}

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



}/*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) {
    .fv_copy {
		left: 50px;
	}
	.fv_centering h5 {
    bottom: auto;
    left: auto;
    right: 100px;
    top: 200px;
	}
	.reqillbox {
       margin: 10px 30px;
	}
	.requirement h2 {
		font-size: 300%;
		top: 10px;
	}
	.applynow h2 {
		font-size: 150%;
	}
	.applynow h2:first-of-type {
		padding: 0px 0 0 200px;		
	}

#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: 620px;
	}
	.fv_centering h5 {
		bottom: auto;
		left: auto;
		right: 100px;
		top: 150px;
	}

}/*1024×768px*/



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

/*====================================================================
想定端末　小型のモニター 幅1280px以上
====================================================================*/
@media screen and (min-width:1280px) {
	.fv_centering {
		height: 700px;
	}
    .fv_centering h5 {
    right: 150px;
	}
	.fv_copy {
    top: 100px;
    padding: 40px;
    font-size: 150%;
	width: 600px;
}

}

/*====================================================================
想定端末　モニター 幅1440px以上
====================================================================*/
@media screen and (min-width:1440px) {
	.fv_centering {
		height: 800px;
	}
    .fv_copy {
        font-size: 180%;
        width: 680px;
    }
    .fv_centering h5 {
        font-size: 220%;
    }
}
/*====================================================================
想定端末　モニター 幅1441px以上
====================================================================*/

@media screen and (min-width:1441px) and (max-width:1919px) {
	.fv_centering {
		height: 900px;
	}
	.fv_centering h5 {
        font-size: 250%;
		right: 50px;
    }

}


/*====================================================================
想定端末　モニター 幅1920px以上
====================================================================*/
@media screen and (min-width:1920px) {
	.fv_centering {
    height: 1000px;
}
.fv_centering h5 {
		bottom: auto;
		left: auto;
		right: 0;
		font-size: 280%;
	}
    .fv_copy {
        font-size: 200%;
        width: 700px;
		top: 150px;
    }

}