@charset "UTF-8";
body{
	width: 100%;
	/*min-width: 1500px;*/
	margin: 0 auto;
}


.wrap{
	width: 1000px;
	margin: 0 auto;
	color: #0c375b;
}

.sec01 .wrap{
	/*background-color: #fff;*/
	text-align: center;
	padding: 30px;
}

.sec02 .wrap{
/*	background-color: #fff;*/
	padding: 26px 34px 38px; 
}

.sec03 .wrap{
/*	background-color: #fff;*/
	text-align: center;
	padding: 26px 34px 38px; 
}

.sec04 .wrap{
	background-color: #fff;
	text-align: center;
}


.sec05 .wrap{
	background-color: #fff;
	text-align: center;
}


.sec06 .wrap{
	text-align: center;
}

.red{
	color: #a40000;
	font-weight: bold;
}

.pink{
	color: #f519a5;
}

.blue{
	color: #08446e;
}

.marker_yellow_hoso {
	background: linear-gradient(transparent 80%, #ffff66 80%);
}


.bold{
	font-weight: bold;
}

.underline{
	text-decoration: none;
	border-bottom: 1px solid #f519a5;
	margin-bottom: 1px;
}

/* ヘッダー*/


header{
	background-color: #0a2f4c;
	height: 77px;
	position: fixed; /* ヘッダーを固定(これが重要) */
	top: 0; /* 固定する位置 */
	left: 0; /* 固定する位置 */
	right: 0;  /* 固定する位置 */
	width: 100%;
	}

header .inner{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

header h1{
	margin: 30px 0 0 20px;
	}

header .h_btn{
	position: absolute;
	left:720px;
	top: -15px;
	}


/* 共通 SP用 */
@media screen and (max-width: 768px) {

	header{
		background-color: #0a2f4c;
		height: 50px;
		position: fixed; /* ヘッダーを固定(これが重要) */
		top: 0; /* 固定する位置 */
		left: 0; /* 固定する位置 */
		right: 0;  /* 固定する位置 */
		width: 100%;
		z-index: 100;
	}
	
	header .inner{
		text-align: center;
		position: relative;
	}

	header h1{
	margin: 15px 0 0 10px;
	}
	
	.fv .wrap{
		width: 100%;
	}
	.sec01 .wrap{
		width: 100%;
		padding: 1%;
	}
	
	.sec02 .wrap{
		width: 95%;
		padding: 1%;
	}

	.sec03 .wrap{
		width: 95%;
		padding: 1%;
	}

	.sec04 .wrap{
		width: 95%;
		padding: 4% 2%;
	}
	
	.sec05 .wrap{
		width: 95%;
		padding: 1%;
	}
	
	.sec06 .wrap{
		width: 95%;
		padding: 1%;
	}

	.sec07 .wrap{
		width: 95%;
		padding: 1%;
	}

	footer .wrap{
		width: 96.375%;
	}
	
	.caution{
		font-size: 0.7em;
		line-height: 200%;
	}

	.fs_s{
		font-size:80%; 
	}	

	.fs_m{
		font-size:110%; 
	}
	
	.fs_l{
		font-size:140%; 
	}
	
	.pb_20{
		padding-bottom: 20px;
	}
	
}


/* main */


main .fv{
	background: url(../img/fv_bg.jpg)  center top no-repeat;
	height: auto;
	padding-bottom: 10px;
	background-size:contain;
	background-color: #537c9d;
/*
	padding-bottom: calc(1209 / 1500 * 100%);
			画像の高さ÷画像の幅×100　
*/
	text-align: center;
}
/*
.fv .wrap,
.fv .wrap p,
.fv .wrap p img{
	text-align: center;
}
*/

.fv .wrap h2 img{
	text-align: center;
	margin-top: 100px;
	margin-left: 40px;	
	margin-bottom: 14px;
}

.fv .wrap .txt_fv,
.fv .wrap .list_fv{
	margin-bottom: 23px;
	text-align: center;
}

.fv .wrap .txt_fv{
	padding-top: 20px;
}

@media screen and (max-width: 768px){
	main .fv{
		background-image: none;
		background-color: #ffffff;
	}
	
	.sp_wrap{
		background: url(../img/sp_fvbg.jpg)  center top no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		/* padding-bottom: calc(906 / 640 * 100%); */
		padding-top: 50px;
		padding-bottom: 10px;
	}

	.wrap{
			position: relative;
	}	
	
	.fv .sp_wrap h2 img{
		width: 80%;
		text-align: center;
		margin: 0 auto 0;
		padding-top: 5% ;
	}
	
	.fv .wrap .txt_fv{
		margin-top: 0px;
		margin-bottom: -10px;
		/*
		margin: 0 auto 8.75%;
		*/
	}
	
	.fv .wrap .txt_fv img{
		width: 90%;
		margin-top: 80px;
		text-align: center;			
		margin: 0 auto 3.75%;
	}
	
	.fv .wrap .txt_fv{
		margin: 0 0 0;
	}
	
	.fv .wrap .btn img{
		width:80%;
		margin: 10px auto;
	}	
	
}




/* sec01*/
.sec01{
	width: 100%;
	padding-top: 30px;	
}


.sec01 .bg_wrap{
	width: 100%;
	background: url(../img/kakutokubg.jpg) center bottom no-repeat;	
	background-size: cover;　/*全体を覆う*/
	padding-top: 40px;
	padding-bottom: 40px;
	/*animation: moveBg 5s infinite linear;/*背景画像動かす*/*/
}

/*背景画像動かす
@keyframes moveBg{
    0%    { background-position: 0 0; }
    100%  { background-position: -256px 256px; }
}
*/


.sec01 h2{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #0c375b;	
	font-size: 5.0em;
	font-weight: bold;
	line-height: 150%;	
}

.sec01 p{
	font-size: 1.6rem;
	margin-bottom: 27px;
	line-height: 1.8;
}

.cont01 p:last-child{
	margin-bottom: 33px;
}

p.mb10{
	margin-bottom: 10px;
}

p.mb20{
	margin-bottom: 20px;
}

p.mb60{
	margin-bottom: 60px;
}

.cont02 p:last-child{
	margin-bottom: 60px;
}

@media screen and (max-width: 768px){
	.sec01{
		width: 100%;
		padding-top: 1.875%;
		padding-bottom: 4.531%;	
		margin-bottom: -55px; /*微妙な下との隙間を埋めてる*/		
	}

	.sec01 .bg_wrap{
	background-image: none;/*pcの背景画像を消す*/	
	}
	
	.sec01 .sp_bg_wrap{
		width: 100%;
		background: url(../img/sp_kakutokubg.jpg) center top no-repeat;
		background-size: cover;
		padding: 20px 0;
	}
	
	.sec01 h2{
		color: #0c375b;
		font-size: 3.5em;
		font-weight: bold;		
		padding-top: 1%;
		padding-bottom:1%;
		margin-bottom: 4.37%;
		line-height: 150%;
	}
	
	.txt_cont img{
		margin: 0 auto;
		width: 90%;
	}
	
	.sec01 .cont h2{
		margin: 0 auto;
	}

	.sec01 p{
	font-size: 4.438vw;
	line-height: 1.8;
	padding-right: 10px;
	padding-left: 10px;
	}

}


/* sec02 */

.sec02{
	width: 100%;
	background: url(../img/aboutbg.jpg) center top no-repeat;
	background-size: contain;/*縦横比は保持して、背景領域に収まる最大サイズになるように背景画像を拡大縮小する*/
	background-color:#d7e6f4;
	padding-top: 40px;
	padding-bottom: 40px;

}

.sec02 h2{
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 160%;	
}

.sec02 h3{
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 160%;	
}


.sec02 .txt_cont{
	font-size: 2.0em;
	line-height: 200%;
}



@media screen and (max-width: 768px){
	.sec02{
		width: 100%;
		background: url(../img/sp_aboutbg.jpg) center top no-repeat;
		background-size: cover;
		padding-top: 8%;
		padding-bottom: 5.93%;	
	}

	.sec02 h2{
		text-align: center;
		margin-bottom: 4.218%;
		padding: 0 2%;
	}
	
	.txt_cont h2{
		font-weight: bold;
	}	

	.txt_cont h3{
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
		margin-top: 20px;
	}	
	
	.txt_cont{
		font-size: 1.2em;
		line-height: 160%;
		text-align: left;		
	}	
	.sec02 h3 img{
		width: 90vw;
		text-align: center;
		margin: 0 auto;
	}
}


/* sec03 */

.sec03{
	width: 100%;
	background: url(../img/apply_bg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;

}

.sec03 h3{
	text-align: center;
	margin-bottom: 40px;
}


.sec03 .caution{
		font-size: 1.3em;
		line-height: 150%;
	color: #ffffff;
}



@media screen and (max-width: 768px){
	.sec03{
		width: 100%;
		background: url(../img/sp_apply_bg.jpg) center top no-repeat;
		background-size: cover;
		padding-top: 8%;
		padding-bottom: 5.93%;

	}

	.sec03 h3{
		text-align: center;
		margin-bottom: 4.218%;
		padding: 0 2%;
	}
	
	.sec03 .txt_cont h3{
		font-weight: bold;
	}	
	
	.sec03 .txt_cont{
		font-size: 1.0em;
		line-height: 180%;
		text-align: left;
		color: #fff;	
	}	
	.sec03 h3 img{
		width: 90vw;
		text-align: center;
		margin: 0 auto;
	}

}




/* sec04 */

.sec04 .wrap .movie iframe{
	width: 90%;
	height: 500px;
	}


.sec04 .wrap {
		margin: 20px auto 20px;		

}



@media screen and (max-width: 768px){
	.sec04 .wrap .movie iframe{
		width: 100%;
		height: 200px;
	}

	.sec04 .wrap {
		margin: 20px auto;		
	}
}




/* sec05 */

.sec05{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;

}

.sec05 h2{
	text-align: center;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 40px;
	font-size: 200%;
}


.sec05 .txt_cont{
	font-size: 2.0em;
	line-height: 200%;
}


.sec05 dl.program{
	margin-top: 20px;
	margin-bottom: 60px;
	
	}	

.sec05 dl.program dt{
	height: auto;
	line-height: 150%;
	padding: 15px 20px 15px 50px; 
	border-top: 4px solid #0b436c;
	font-weight: bold;
	font-size: 1.2em;
	background: url(../img/check_icon.png) 10px no-repeat #eceaea;
	margin-bottom: 20px;
	}	
	
.sec05 dl.program dd{
	height: auto;
	line-height: 200%;	
	}	


@media screen and (max-width: 768px){
	.sec05{
		width: 100%;		
	}

	.sec05 h2{
		text-align: center;
		font-size: 140%;
		margin-bottom: 20px;
	}
	

	.sec05 dl.program{
		margin-top: 20px;
	}	

	.sec05 dl.program dt{
		height: auto;
		line-height: 150%;
		padding: 15px 20px 15px 50px; 
		border-top: 4px solid #0b436c;
		font-weight: bold;
		font-size: 1.2em;
		background: url(../img/check_icon.png) 10px no-repeat #eceaea;	
		margin-bottom: 20px;
	}	
	
	.sec05 dl.program dd{
		height: auto;
		line-height: 160%;	
	}	
	
}



/* sec06 */

.sec06{
	width: 100%;
	background: radial-gradient(#1c8cdc, #1d5e87); 	
	padding-top: 20px;
	padding-bottom: 20px;

}

.sec06 h2{
	text-align: center;
	font-weight: bold;
	line-height: 160%;	
	color: #fff;
	font-size: 200%;
	padding: 20px 0;
}


.sec06 .txt_cont{
	font-size: 2.0em;
	line-height: 200%;
}

.sec06 .inside{
	background: #fff;
	margin: 20px auto;
	font-size: 130%;
	text-align: center;	
	/*width: 1000px;*/
	padding: 20px 20px 0 20px;
	overflow:hidden;
	}


.sec06 .client {
	text-align: center;
	}


.sec06 .client img{
	margin-right:20px;
	margin-bottom: 20px;
	}	


.sec06 .client{
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	}		

.sec06 .voice{
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 0px;	
	}	

.sec06 .voice p.goods{
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;	
	}	

.sec06 .voice .shosai{
	height: auto;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
	}	


@media screen and (max-width: 768px){
	.sec06{
		width: 100%;
		background: radial-gradient(#1c8cdc, #1d5e87); 		
	}

	.sec06 h2{
		text-align: center;
		font-size: 120%;
		margin-bottom: 20px;
		color: #fff;
	}
	
	
	.sec06 .inside{
		background: #fff;
		margin: 20px 5px 0 5px;
		font-size: 110%;
		text-align: center;	
		padding: 30px 10px 10px 10px;
	}	
	
	.sec06 .client{
		text-align: center;
		line-height: 200%;
		border-bottom: #1d6697 solid 4px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		float: none;	
	}	

	
	.sec06 .voice p.goods{
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		float: none;	
	}		

	.sec06 .voice {
		text-align: center;
	}	
	
	.sec06 .voice img{
		width: 80%;
	}	
	
}


/* sec07 */

.sec07{
	width: 100%;
	background: #eceaea;
	text-align: left;
	padding: 20px 0;		
	}

.sec07 h2{
	text-align: center;
	font-size: 200%;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 240%;	
	}
	
.sec07 .cont{
	font-size: 1.6em;
	line-height: 200%;
	margin: 20px auto;
	width: 1000px;
    padding-top:20px;
	padding-bottom: 20px;
	overflow:hidden;/*　フロートした子要素を取り囲む*/

}

	
.sec07 .txt_cont{
	font-size: 1.2em;
	line-height: 240%;
	clear: both;
	padding-top: 20px;
}

	
.sec07 .pro_ph{
	text-align: center;

}

.sec07 .pro_ph img{
	border: 1px solid #cccccc;
}
	
		
.sec07 .pro_txt{
	font-size: 2.0em;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	line-height: 150%;
}	

.sec07 h3{
	font-size: 150%;
	font-weight: bold;
	background: #32aada;
	color: #ffffff;
	padding: 10px;
	border-left: 2px solid #264a6d;		

}	

	
		
.sec07 .cont ul {
	margin: 30px 0;
	padding-left: 20px;
	font-size: 140%;	
		
}	
	
.sec07 .cont li{
	margin: 20px 0;
	line-height: 150%;		
}	


.sec07 .cont ul.media_txt{
	float: left;
}

.sec07 .cont .book{
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

.sec07 .cont .book img{
	width: 470px;	
}


.sec07 .cont .performance{
	margin:0 auto;
	padding:0;
	text-align:center;
}

.sec07 .cont .performance table{
	text-align: center;
	margin: 0 auto;
}


.sec07 .cont .performance img{
	width:95%;
	vertical-align:bottom;
	height: auto;
}



.sec07 .cont table.jisseki {
	font-size: 140%;
	margin: 20px 0 0px 0;
}	
	
.sec07 .cont table.jisseki th{
	padding: 50px 0 0 0;
}	

.sec07 .cont table.jisseki td{
	font-weight: bold;
	padding: 50px 0 0 0;	
}


@media screen and (max-width: 768px){
	.sec07{
		width: 100%;
		background: #eceaea; 
		text-align: left;		
	}

	.sec07 h2{
		text-align: center;
		font-size: 150%;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 160%;		
	}
	
	.sec07 .cont{
		font-size: 1.6em;
		line-height: 180%;
		margin-bottom: 20px;
		width: 100%;
		padding: 20px;
}

	
	.sec07 .txt_cont{
		font-size: 1.2em;
		line-height: 200%;
		clear: both;
}

	
	.sec07 .pro_ph{
		text-align: center;

}

	.sec07 .pro_ph img{
		border: 1px solid #cccccc;
}
	
		
	.sec07 .pro_txt{
		font-size: 2.0em;
		text-align: center;
		font-weight: bold;
		margin-top: 20px;
		line-height: 150%;
}	

	.sec07 h3{
		font-size: 150%;
		font-weight: bold;	
		background: #32aada;
		color: #ffffff;
		padding: 10px;
		border-left: 2px solid #264a6d;	
}	
	
	.sec07 .cont .performance{
		margin:0;
		padding:0;
		text-align:center;
}
	
	.sec07 .cont .performance img{
		width:95%;
		vertical-align:bottom;
}

	.sec07 .cont table.jisseki {
		font-size: 140%;
		margin: 20px 0 0px 0;
}	
	
	.sec07 .cont table.jisseki th{
		display:block;
		padding:15px 0 0 1em;
		text-indent: -1em;
}	

	.sec07 .cont table.jisseki td{
		font-weight: bold;
		display:block;
		line-height: 180%;
		padding:10px 0 30px 1.5em;
		text-indent: -1em;	
}
	
	
}



/* footer */
footer{
	margin-top: 0px;
	font-size: 1.4rem;
	color: #fff;
	background: #062239;
	padding-top: 40px;
	height: 100px;
}

footer p{
	text-align: center;
	color: #fff;
}


.footer_list a{
	color: #fff;
	display: block;
	padding: 0 6px;
	cursor: pointer;
}

.footer_list li:last-child{
	border-right: none;
}

@media screen and (max-width: 768px){
	footer{
		width: 100%;
		margin-top: 0;
		font-size: 2vw;
		background: #062239;
		height: 100px;
		
	}
	
	footer p{
		line-height: 1.2;
	}
	
	
	footer p.copyright{
		color: #fff;

	}
	
	.footer_list{
		margin: 0 auto;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 2vw;
	}

	
	.footer_list a{
		padding: 0 1vw;
		cursor: pointer;
	}
}



.center{
	text-align: center;
	margin: 0 auto;
	}

.btn{
	text-align: center;
	margin-bottom: 20px;
	}

.right{
	text-align: right;

	}


.indent{
	padding-left:1em;
	text-indent:-1em;
	display: block;
	}



/*___________________ ページトップ _____________________*/

#page-top {
/*	background-color: #e3d11a;*/
	width: 80px;
	position: fixed;
	bottom: -10px;
	right: 25px;
	opacity:0.8;
	color: #0c375b;
	padding: 20px 20px;
	border-radius: 5px;
}
#page-top a {
	text-decoration: none;
	color: #0c375b;
	width: 84px;
	text-align: center;
	display: block;
	border-radius: 30px;
	opacity:0.8;
	font-size:12px;
}
#page-top a:hover {
	text-decoration: none;
	opacity:0.5;
}


