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

#wrap header h1 span{ display: none;}

#wrap header {
	position: absolute;
    top: 0;
    z-index: 10;
 }

#wrap header.fixed {
	position:
	fixed; top:0;
	z-index: 11;
	background: #000;
    transition: 0.5s;
}

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

	#wrap header { position: fixed; }

}


/*---------------------------------------------------------------------
						共通
----------------------------------------------------------------------*/
/*
.stripe {
	position: relative;
	overflow: hidden;
	background: url("../img/bg_line.jpg");
} */

.list-mv01{
	opacity: 0;
	transition-delay:4s;
	-webkit-transition-delay:4s;
	-moz-transition-delay:4s;
    -ms-transition-delay:4s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
    -ms-transition: all 1s;
	transform: translate(-150px,0);
	-webkit-transform: translate(-150px,0);
	-moz-transition: translate(-150px,0);
    -ms-transition: translate(-150px,0);
}

.mv01{
	opacity: 1.0;
	transition-delay:4s;
	-webkit-transition-delay:4s;
	-moz-transition-delay:4s;
    -ms-transition-delay:4s;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-webkit-transition: translate(0,0);
	-moz-transition: translate(0,0);
    -ms-transition: translate(0,0);
}

.next {
	animation-duration: 1s;
	transition-delay:4s;
	-webkit-transition-delay:4s;
	-moz-transition-delay:4s;
    -ms-transition-delay:4s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
    -ms-transition: all 2s;
}

.list-mv05{
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transform: translate(100px,0);
	-webkit-transform: translate(100px,0);
}

.mv05{
	opacity: 1.0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

.list-mv06{
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transform: translate(100px,0);
	-webkit-transform: translate(100px,0);
}

.mv06{
	opacity: 1.0;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition-delay:1s;
	-webkit-transition-delay:1s;
	-moz-transition-delay:1s;
	-ms-transition-delay:1s;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

.list-mv07{
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transform: translate(-100px,0);
	-webkit-transform: translate(-100px,0);
}

.mv07{
	opacity: 1.0;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition-delay:1s;
	-webkit-transition-delay:1s;
	-moz-transition-delay:1s;
	-ms-transition-delay:1s;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

.list-mv08{
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transform: translate(-100px,0);
	-webkit-transform: translate(-100px,0);
}
.mv08{
	opacity: 1.0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

.list-mv09{
	-webkit-transition: all 2s;
  	-moz-transition: all 2s;
    -ms-transition: all 2s;
	opacity: 0;
}
.mv09{
	-webkit-transition: all 2s;
 	-moz-transition: all 2s;
    -ms-transition: all 2s;
	opacity: 1;
}

.list-mv10{
	opacity: 0;
	-webkit-transition: all 1s;
  	-moz-transition: all 1s;
    -ms-transition: all 1s;
	transform: translate(0,100px);
	-webkit-transform: translate(0,100px);
}
.mv10{
	opacity: 1;
	-webkit-transition: all 1s;
 	-moz-transition: all 1s;
    -ms-transition: all 1s;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}



/*---------------------------------------------------------------------
						main
----------------------------------------------------------------------*/

main {
	width: 100%;
	overflow: hidden;
	margin:0 auto 180px;
	display: block;
}

main ul li.slide_pc01{
	background: url("../img/slide01.jpg") center no-repeat;
	background-size: cover;
}

main ul li.slide_pc02{
	background: url("../img/slide02.jpg") center no-repeat;
	background-size: cover;
}

main ul li.slide_pc03{
	background: url("../img/slide03.jpg") center no-repeat;
	background-size: cover;
}

main h2 {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
}

main > em {
	font-size: 26px;
    letter-spacing: 7px;
    display: block;
	padding: 10px 15px 10px 75px;
	color: #fff;
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	bottom:80px;
	left: 0px;
	animation-delay: 2s;
}

main > span {
    text-align: center;
    position: absolute;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	padding-bottom: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

main > span::before {
    content: "";
	width: 1px;
	height: 50px;
	display: block;
	background-color: #fff;
    position: absolute;
    left: 50%;
	bottom: 0;
}

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

	main h2 {
		top: 50%;
		margin: -81px auto 0;
	}


}

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

	main { margin: 0 auto 100px; }

}

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

	main {
		margin: 0px auto 0;
		position: relative;
	}

	main h1 img{ width: 100%;}

	main h2 {
		position: absolute;
		top: 0;
		margin: 0 auto 0;
	}


	main > em {
		font-size: 18px;
		letter-spacing: 5px;
		padding: 10px 15px 10px 40px;
	}

	main ul li span {
		margin: -40px auto 0px;
		font-size: 13px;
	}

	main > span { padding-bottom: 40px;	}

	main > span::before { height: 30px;	}

}

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

.sec01 .inner{
	background: url(../img/bg.jpg) no-repeat center left 10px;
	position: relative;
	margin-bottom: 200px;
	max-width: 1400px;
    height: 540px;
}

.sec01 .text{
    font-size: 15px;
    line-height: 40px;
}

.sec01 .box {
	background: #ccc;
	padding: 40px 0;
	margin-top:150px;
}

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

	.sec01 .text{
		position: absolute;
		top: 125px;
		left: 7%;
	}

	.sec01 .pict {
		background-position: top left;
		background-image: url(../img/pict01.png);
		background-repeat: no-repeat;
		width: 55%;
		height: 540px;
		position: absolute;
		top: 0;
		right: 0;
	}


}

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

	.sec01 .inner{
		background: url(../img/bg.jpg) no-repeat center top;
		margin-bottom: 80px;
	}

	.sec01 .text {
		text-align: center;
		padding: 120px 0 150px;
	}

	.sec01 .pict {
		display: none;
	}

}

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

	.sec01::before { content: none;	}

	.sec01 .inner{
		max-width: 500px;
		background: url(../img/sp/bg.jpg) no-repeat center/contain;
		margin: 60px auto 70px;
		height: auto;
	}

	.sec01 .text{ padding: 40px 5% 50px; }

}


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

.sec02 .inner{
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.sec02 .text{ max-width: 630px;}


.sec02 .inner dl dt{
	font-size: 30px;
	line-height: 91px;
	font-weight: 800;
	text-align: center;
	color: #15294a;
	margin-bottom: 100px;
	position: relative;
}

.sec02 .inner dl dd {
    font-size: 15px;
    line-height: 26px;
    max-width: 565px;
    margin-bottom: 10px;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
}

.sec02 .inner dl dd p{ margin-bottom: 40px;}

.sec02 .inner dl dd ul li{
	float: left;
	position: relative;
}

.sec02 .inner dl dd ul li a{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.sec02 .box {
	background: #ccc;
	padding: 40px 0;
	margin-top:150px;
}

.sec02 > a {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    margin: 0 auto;
    border: solid 1px;
	background: #fff;
	color: #15294a;
    line-height: 64px;
    border-radius: 32px;
    width: 300px;
	text-align: center;
}

.sec02 > a:hover {
	opacity: 1;
	background: #3c609b;
	color: #fff;
}

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

	.sec02::before {
		content: "";
		width: 100%;
		height: 435px;
		position: absolute;
		top:240px;
		background-color: #0c2c61;
		z-index: -1;
	}

	.sec02 .inner{ height: 710px;}

	.sec02 .text{
		position: absolute;
		top: 100px;
		right: 2%;
		width: 50%;
	}

	.sec02 .pict {
		background-position: top left;
		float: left;
	}

}

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

	.sec02 { padding-bottom: 31px;}
	.sec02 .inner { padding-bottom: 100px;}
	.sec02 .inner::before {
		content: "";
		width: 100%;
		position: absolute;
		background-color: #0c2c61;
		z-index: -1;
		height: 85%;
		top: 15%;
	}

	.sec02 .pict {
		width: 100%;
		height: 539px;
		padding-top: 0;
		margin: 0 auto 80px;
	}

	.sec02 .text {
		max-width: 630px;
		margin: 0 auto;
	}

	.sec02 .inner dl dt{
		color: #fff;
		margin-bottom: 50px;
	}

	.sec02 .inner dl dt::after{
		opacity: 0.4;
	}

}

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

	.sec02 .pict {
		background-image: url(../img/pict02.png);
		background-size: 100%;
		background-repeat: no-repeat;
		max-width: 650px;
		width: 46.5%;
		height: 0;
		padding-top: 38.5%;
	}


	.sec02 .inner dl dt::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: url(../img/ttl.png) no-repeat center/100% ;
		z-index: -1;
	}

	.sec02 .inner dl dd ul li{
		width: 176px;
		height: 176px;
		border-radius: 50%;
		background: url(../img/btn_bg.png) center no-repeat #fff;
		font-size: 18px;
		line-height: 24px;
		color: #0c2c61;
		float: left;
		text-align: center;
		padding: 30px 0;
		box-sizing: border-box;
	}

	.sec02 .inner dl dd ul li:hover { background: url(../img/btn_bg.png) center no-repeat #3c609b;}

	.sec02 .inner dl dd ul li:nth-child(2){ margin: 0 18px;}
	.sec02 .inner dl dd ul li:nth-child(2) span { margin-bottom: 15px;}

	.sec02 .inner dl dd ul li span,
	.sec02 .inner dl dd ul li em{
		display: block;
		font-weight: bold;
	}

	.sec02 .inner dl dd ul li:hover span,
	.sec02 .inner dl dd ul li:hover em{ color: #fff;}
	.sec02 .inner dl dd ul li span{ margin-bottom: 25px; }

}

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



	.sec02 .text{
		padding: 40px 5% 0px;
		position: relative;
		top: auto;
		right: auto;
	}

	.sec02 .inner dl {
		position: relative;
		line-height: 22px;
	}

	.sec02 .inner dl dt {
		margin-bottom: 30px;
	}

	/*
	.sec02 .inner dl dt img{
		position: absolute;
		top: 0;
		z-index: -1;
	}*/

	.sec02 .inner .text > a,
	.sec03 .inner > a {
		position: absolute;
		margin-top: 20px;
		bottom: 35px;
		right: 5%;
	    padding-bottom: 2px;
	}

	.sec02 .inner dl dd ul{
		display: table;
		margin: 0 auto;
	}

	.sec02 .inner dl dd ul li span,
	.sec02 .inner dl dd ul li em{
		display: none;
	}

	.sec02 .inner dl dd ul li{
		width: 47.2%;
		max-width: 280px;
	}
	.sec02 .inner dl dd ul li:nth-child(2){ margin-left: 5.6%;}

	.sec02 .inner dl dd ul li:last-child{
		clear: both;
		margin: 0 auto;
		float: none;
	}

	.sec02 .pict {
		width: 86.5%;
		height: auto;
		overflow: hidden;
		margin-bottom: 0;
	}

}

/*====================================================================================
	section.sec03
=====================================================================================*/

section.sec03 {
	overflow: hidden;
	padding: 140px 0;
}

section.sec03 .inner{
	max-width: 1080px;
	width: calc(100% - 40px);
    overflow: hidden;
    margin: 0 auto;
}

section.sec03 .inner li img {width: 100%;}
/*
section.sec03 .inner li:first-child{
	background: url(../img/bnr01.jpg) no-repeat center/100%;
 }

 section.sec03 .inner li:last-child{ background: url(../img/bnr02.jpg) no-repeat center/100%; } */

section.sec03 .inner li a {
	width: 100%;
	height: 100%;
	display: block;
}

section.sec03 .inner li:hover { opacity: 0.8;}

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


	section.sec03 .inner li{
		width: 48.5%;
		float: left;
	}

	section.sec03 .inner li:first-child{ margin-right: 3%; }

}

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

	section.sec03 { padding: 80px 0; }
	section.sec03 .inner { max-width: 520px; }
	section.sec03 .inner li {
		margin: 0 auto;

	}
	section.sec03 .inner li:first-child{ margin-bottom: 15px; }

}

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

	section.sec03 { padding: 60px 0; }

}

/*---------------------------------------------------------------------
						footer
----------------------------------------------------------------------*/

footer {

}

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



}

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

}
