@charset "UTF-8";

/*====================================================================
想定端末　iPhone 6~8 の縦構え（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;
}



/*------------------- ヘッダー設定 ------------------------*/
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 #62C72B;
    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 #62C72B;
	border-bottom: 4px solid #62C72B;
    background: #ffffff;
    box-shadow: inset 0 0 30px rgba(102,235,90,0.80);
}

#cmpn_formarea h4 {
    color: #ffffff;
    font-size: 150%;
    background-color: #62C72B;
    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 {

}
.applynow .app_box a {
	display: block;
    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%;
	color: #ffffff;
	min-width: 90px;
}
.applynow .app_box a em {
	display: none;
	font-style: normal;
}
.applynow .app_box 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");

}


/*------------------- 以下ファーストビューの設定 ------------------------*/
#firstview {
max-width: 1920px;
background-image: url("../images/campaign/29057917_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 30px;
	position: relative;
	box-sizing: border-box;
}
.fv_copy {
	position: relative;
    top: 100px;
	padding: 14px 30px;
    box-sizing: border-box;
    background: rgba(98, 199, 43, 0.8);
	text-align: center;
	border-radius: 50%;
}

.fv_copy h2 {
    box-sizing: border-box;
	margin: 10px 0 0 0;
    padding: 0;
    color: #FFF;
	font-size: 130%;
}

.fv_copy h3 {
    box-sizing: border-box;
    margin: 5px auto;
    padding: 0;
    font-size: 200%;
    color: #FFF;
    line-height: 1.2;
	width: 7em;
}
.fv_copy h3 em {
	display: block;
    font-style: normal;
}
.fv_copy h3::before {
	content: "";
	display: block;
	position: absolute;
    top: -10px;
    left: 0px;
    width: 70px;
    height: 120px;
	background-repeat: no-repeat;
	background-size: contain;
    background-image: url("../images/campaign/science_alcohol_lamp_fire.png");
    transform: rotate(-20deg);
}

.fv_copy h3::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -10px;
    width: 80px;
    height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
    background-image: url(../images/campaign/scince_flask.png);
    transform: rotate(10deg);
}

.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, section.sampleimages h4 {
    color: #62C72B;
	font-size: 180%;
	margin: 1em 0 0 0;
	padding: 0 0 0 50px;
	font-weight: 500;
	border-bottom: 3px dotted #62C72B;
	position: relative;
}
section.cmpn_term h4::before,
section.sampleimages h4::before {
    content: "";
    left: 0;
	bottom: 3px;
    background-image: url(../images/campaign/scince_flask.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: contain;
} 

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

.description {
  margin: 20px auto 70px auto;
  padding: 20px;
  position: relative;
}
.description > div {
  margin: 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.description h2 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 180%;
    line-height: 1.2;
    border-bottom: 3px dotted #62C72B;
}
.description h3 {
	border-bottom: 2px dotted #62C72B;
    font-size: 130%;
	margin: 10px 0;
    padding: 10px;
    line-height: 1.2;
	
}

.description dl {
	list-style: none;
	margin: 20px 0;
	padding: 0px;
	position: relative;
}

.description dl dt {
	display: block;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    padding: 10px;
    color: #62C72B;
	background-color: #cce9bb;
    box-sizing: border-box;
    text-align: left;
}
.description dl dd {
    box-sizing: border-box;
	margin: 0 0 1em 0;
    padding: 10px;
}
.description dl dd.adjustwidth {
	margin: 0 0 1em 4em;
}
.description a {
	color: #d84a8e;
	text-decoration: underline;
}
p {
	line-height: 1.75;
}
p.precaution {
	color: #d84a8e;
}

.hogosha {
	margin: 30px 0;
    padding: 0;
	align-items: center;
}
.hogosha img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 280px;
	height: 200px;
}
.arrow_box {
	margin: 20px;
    position:relative;
    background:#FFFFFF;
    padding:20px;
    border:2px solid #CFCFCF;
    color:#5E5E5E;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
	box-shadow: 1px 1px 20px 0px rgb(183 183 183);
}
.arrow_box::after, .arrow_box::before {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_box::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-right-color:#FFFFFF;
}
.arrow_box::before {
    border-color: rgba(207, 207, 207, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:24px;
    border-right-width:24px;
    margin-top: -12px;
    margin-right: 2px;
    border-right-color:#CFCFCF;
}

div.imgbox {
	margin: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}
div.imgbox img {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	max-width: 460px;
	border-radius: 20px;
}

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

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

}/*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) {
		
	.fv_copy {
	}
}


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


/*====================================================================
想定端末　小型のAndroid の横構え（Landscape）　 640×360px
====================================================================*/
@media screen and (min-width:640px) and (orientation: landscape){
.fv_centering {
	height: 440px;
}
.fv_copy {
	width: 300px;
    top: 10px;
    left: 250px;
	}
}


/*====================================================================
想定端末　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){
	.fv_copy {
		left: 350px;
	}

}/*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 a em, .applynow .app_box a span {
		display: block;
}
	.fv_centering {
		height: 800px;
	}
    .fv_copy {
		width: 400px;
		font-size: 120%;
		left: 300px;
		top: 50px;
}
	.description dl dt {
	float: left;
	display: inline-block;
    width: 12em;
}
	.description dl dd {
	margin-left: 12em;
}
.hogosha {
	display: flex;
}
}

/*====================================================================
想定端末　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%;
	}
  .fv_copy {
  	font-size: 150%;
	width: 500px;
	left: 400px;
	}
  .fv_copy::before {
  top: 20px;
  }
  .fv_copy::after {
  top: 50px;
  }
}/*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 {
	    left: 400px;
        top: 20px;
    }
	.fv_copy h3 {
	}
    .fv_copy h4 {
    }
}/*1024×768px*/



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

/*====================================================================
想定端末　小型のモニター 幅1280px以上
====================================================================*/
@media screen and (min-width:1280px) {
	fv_centering {
		height: 800px;
	}
	.fv_copy {
	    font-size: 150%;
        top: 20px;
        left: 550px;
		}
}

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

}

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