@charset "utf-8";
	/* CSS Document */

#wrap header {
	position: fixed;
	top:0;
	z-index: 11;
}

@media screen and (min-width: 751px) {

	#wrap .sec00 .inner{
		background: url("../img/mv.jpg") no-repeat top center/cover #fff;
	}

}

/*---------------------------------------------------------------------
						sec01
----------------------------------------------------------------------*/

.sec01 { margin-bottom: 100px; }

.sec01 .inner{
	width: calc(100% - 40px);
	margin: 0 auto;
}

.sec01 p {
	text-align: center;
	line-height: 30px;
	background: url(../img/bg.png) no-repeat center ;
	padding: 50px 0;
	margin-bottom: 70px;
}

.sec01 .pict {
    max-width: 1400px;
    margin: 0 auto;
}

.sec01 .pict img { width: 100%; }

@media screen and (max-width: 750px) {

	.sec01 { margin-bottom: 60px; }
	.sec01 p {margin: 50px 0;}

}

/*---------------------------------------------------------------------
						select.sec02
----------------------------------------------------------------------*/

.sec02 {
	max-width: 1800px;
	margin: 0 auto 120px;
}

.sec02 .inner{
	max-width: 1100px;
	width: calc(100% - 40px);
	position: relative;
	height: 100%;
}

.sec02 .text { color: #15294a;}

.sec02 .text h3 {
	font-size: 30px;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 40px;
}

.sec02 .pict { background-image: url(../img/pict02.png); }

@media screen and (min-width: 1001px) {

	.sec02 { height: 674px;	}

	.sec02 .text {
		position: absolute;
		top: 120px;
		right: 0;
		color: #15294a;
	}

	.sec02 .pict {
		background-position: top right;
		background-repeat: no-repeat;
		width: 46%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

}

@media screen and (max-width: 1000px) {

	.sec02 .inner {
		height: auto;
	}

	.sec02 .text {
		color: #15294a;
		text-align: center;
		margin-bottom: 50px;
	}

	.sec02 .pict {
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
		max-width: 830px;
		width: 100%;
		height: 0;
		padding-top: 69%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 750px) {

	.sec02 { margin: 0 auto 60px; }

	.sec02 .text {
		line-height:28px;
		text-align: left;
		margin-bottom: 30px;
	}

	.sec02 .text h3 {
		font-size: 25px;
		line-height: 140%;
		margin-bottom: 25px;
	}

	.sec02 .pict {
		height: auto;
		padding-top: 0;
		margin: 0 auto;
	}

}

/*---------------------------------------------------------------------
						select.sec03
----------------------------------------------------------------------*/

.sec03 { margin-bottom: 140px;}

/* .sec03 .ttl{
	max-width: 1100px;
	margin: 0 auto 75px;
	position: relative;
}

.sec03 .ttl::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	background-color: #15294a;
	z-index: -1;
}
.sec03 h4{
	font-size: 20px;
	font-weight: bold;
	color: #15294a;
	display: table;
	margin: 0 auto;
	padding: 0 30px;
	background: url(../../img/common/icon_ss.png) no-repeat right, url(../../img/common/icon_ss.png) no-repeat left;
	background-color: #fff;
} */

.sec03 .inner{
	max-width: 1000px;
	width: calc(100% - 40px);
}

.sec03 ul {
	overflow: hidden;
	margin-bottom: 70px;
}

.sec03 ul li {
	padding: 25px 10px;
	overflow: hidden;
}

.sec03 ul li:nth-child(odd) { background-color: #f8f8f8;}

.sec03 ul li p {
	font-size: 16px;
	line-height: 24px;
}

.sec03 iframe {
	width: 100%;
    height: 400px;
}

@media screen and (min-width: 751px) {

	.sec03 ul li em {
		float: left;
		width: 21%;
		padding-left: 4%;
	}
	.sec03 ul li p {
		float: right;
		width: 75%;
	}

}

@media screen and (max-width: 750px) {

	.sec03 { margin-bottom: 80px;}
	.sec03 ul {	margin-bottom: 50px;}
	.sec03 ul li { padding: 15px 10px;	}
	.sec03 ul li em { font-weight: bold;}
	.sec03 ul li p { }

}
