@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#gallery img {
	width:100%;
}


/** common **/
.banner01{
	padding: 100px 0;
}
.banner01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
}
.banner01 ul li{
	overflow: hidden;
	position: relative;
	width: 288px;
	height: auto;
	letter-spacing: 0.2em;
}
.banner01 ul li a img{
	transition: 0.4s;
}
.banner01 ul li a:hover > img{
	transform: scale(1.2);
}
.banner01 ul li h3{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}
.banner02{
	background: #ebebeb;
	padding: 94px 0;
}
.banner02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.banner02 ul li{
	border: 1px solid #646464;
	margin-right: 20px;
}
.banner02 ul li:last-child{
	margin-right: 0;
}
.banner02 ul li dl dt{
	position: relative;
	font-size: 15px;
	text-align: center;
	line-height: 1em;
	background: #fff;
	padding: 20px 0;
}
.banner02 ul li dl dt:after{
	position: absolute;
	content: "";
	background: url(../image/about/common/arrow.svg);
	width: 7px;
	height: 14px;
	margin-left: 15px;
	transition: 0.3s;
}
.banner02 ul li dl:hover > dt:after{
	margin-left: 20px;
}
.banner02 ul li dl dd{
	position: relative;
	overflow: hidden;
}
.banner02 ul li dl dd .bg{
	transition: 0.4s;
}
.banner02 ul li dl:hover > dd .bg{
	transform: scale(1.2);
}
.banner02 ul li dl dd h3{
	position: absolute;
	top: 8px;
	left: 8px;
}
.movie{
	width: 100%;
	background: #ebebeb;
	padding-bottom: 94px;
}
.movie .inner{
	width: 900px;
	margin: 0 auto;
	max-width: 94%;
}
.movie .inner span{
	position: relative;
}
.movie .inner h3{
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #004696;
    font-size: 50px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.02em;
	position: relative;
	padding: 30px 0;
}
.movie .inner ul{
	display: flex;
	justify-content: space-between;
}
.movie .inner ul li:first-of-type{
	margin-right: 20px;
}

/** main_img **/
.about .main_img,
.message .main_img,
.advantage .main_img,
.number .main_img{
	position: relative;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 26.56%;
}
.about .main_img{
	background-image: url(../image/about/index/main_img.jpg);
}
.message .main_img{
	background-image: url(../image/about/message/main_img.jpg);
}
.advantage .main_img{
	background-image: url(../image/about/advantage/main_img.jpg);
}
.number .main_img{
	background-image: url(../image/about/number/main_img.jpg);
}
.about .main_img h2,
.message .main_img h2,
.advantage .main_img h2,
.number .main_img h2{
	position: absolute;
	left: 50px;
	bottom: 50px;
	color: #fff;
	letter-spacing: 0.05em;
}
.advantage .main_img h2{
	top: 50px;
	bottom: auto;
}
.about .main_img h2 span,
.message .main_img h2 span,
.advantage .main_img h2 span,
.number .main_img h2 span{
	display: block;
}

/** about sec01 **/
.about .sec01{
	width: 900px;
	padding-top: 150px;
	padding-bottom: 100px;
	margin: 0 auto;
}
.about .sec01 h3{
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #004696;
	font-size: 50px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #004696;
	padding: 50px 0 20px 0;
}
.about .sec01 .box01 h3{
	border-top: 1px solid #004696;
}
.about .sec01 h3 span{
	display: block;
	font-size: 18px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	line-height: 1em;
	margin-top: 10px;
}
.about .sec01 .inner{
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #004696;
}
.about .sec01 .box01 .inner dl,
.about .sec01 .box02 .inner dl{
	float: left;
	width: 450px;
	height: 676px;
	padding-top: 70px;
}
.about .sec01 .box01 .inner dl:nth-child(1),
.about .sec01 .box02 .inner dl:nth-child(1){
	border-right: 1px solid #004696;
}
.about .sec01 .box01 .inner dl:nth-child(2),
.about .sec01 .box02 .inner dl:nth-child(2){
	padding-left: 50px;
}
.about .sec01 .box01 .inner dl dt,
.about .sec01 .box02 .inner dl dt{
	display: inline;
	font-size: 21px;
	font-weight: 500;
	line-height: 2em;
	border-bottom: 2px solid #e6e6e6;
}
.about .sec01 .box01 .inner dl dd,
.about .sec01 .box02 .inner dl dd{
	font-size: 18px;
	line-height: 2em;
	margin-top: 60px;
}
.about .sec01 .box03 h4{
	color: #004696;
	font-size: 24px;
	font-weight: bold;
	padding-top: 70px;
}
.about .sec01 .box03 h4 span{
	display: block;
	font-size: 14px;
	line-height: 1em;
	margin-top: 10px;
}
.about .sec01 .box03 .innerbox01,
.about .sec01 .box03 .innerbox02,
.about .sec01 .box03 .innerbox03,
.about .sec01 .box03 .innerbox04,
.about .sec01 .box03 .innerbox05{
	float: left;
}
.about .sec01 .box03 .innerbox01{
	width: 278px;
	height: 908px;
	border-right: 1px solid #004696;
}

.about .sec01 .box03 .innerbox02{
	width: 342px;
	height: 444px;
	border-right: 1px solid #004696;
	border-bottom: 1px solid #004696;
	padding-left: 50px;
}
.about .sec01 .box03 .innerbox03{
	width: 280px;
	height: 444px;
	border-bottom: 1px solid #004696;
	padding-left: 50px;
}
.about .sec01 .box03 .innerbox04{
	width: 342px;
	height: 464px;
	border-right: 1px solid #004696;
	padding-left: 50px;
}
.about .sec01 .box03 .innerbox05{
	width: 280px;
	height: 464px;
	padding-left: 50px;
}
.about .sec01 .box03 dl dt{
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	margin-top: 50px;
}
.about .sec01 .box03 dl dd{
	font-size: 16px;
	line-height: 2em;
	margin-top: 20px;
}

/** message sec01 **/
.message .sec01{
	border-bottom: 1px solid #c8c8c8;
	padding: 100px 0;
}
.message .sec01 .inner{
	overflow: hidden;
	zoom: 1;
	width: 870px;
	margin: 0 auto;
}
.message .sec01 .inner h3{
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: 500;
}
.message .sec01 .inner h3:before{
	position: absolute;
	z-index: -1;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: #f5f5f5;
}
.message .sec01 .inner .textbox{
	font-size: 16px;
	line-height: 2.5em;
}
.message .sec01 .inner .textbox p{
	margin-top: 80px;
}
.message .sec01 .inner .textbox p:first-child{
	margin-top: 100px;
}
.message .sec01 .inner .sign{
	float: right;
	font-size: 15px;
	margin-top: 80px;
}
.message .sec01 .inner .sign p{
	position: relative;
	display: inline-block;
}
.message .sec01 .inner .sign p:before{
	position: absolute;
	z-index: -1;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: #f5f5f5;
}
.message .sec01 .inner .sign figure{
	margin-top: 10px;
}

.message .sec01 .inner .sign p{
	margin-top: 20px;
}

/** advantage innerbox **/
.advantage .innerbox{
	width: 100%;
	background: #eef3f9;
	border-bottom: 1px solid #c8c8c8;
}
.advantage .innerbox .inner{
	width: 1120px;
	margin: 0 auto;
	background: #fff;
	padding: 80px 0 100px 0;
}
.advantage .innerbox .inner section{
	overflow: hidden;
	zoom: 1;
	width: 740px;
	padding-top: 120px;
	margin-left: 160px;
}
.advantage .innerbox .inner section .number{
	font-size: 18px;
	line-height: 1em;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.advantage .innerbox .inner section h2{
	margin-top: 20px;
	border-bottom: 1px solid #cfd6e6;
	padding-bottom: 15px;
}
.advantage .innerbox .inner section .box{
	float: right;
	width: 600px;
	margin-top: 70px;
	border-right: 1px solid #0046a0;
	border-bottom: 1px solid #0046a0;
	padding-bottom: 80px;
}
.advantage .innerbox .inner section .box h3{
	font-size: 38px;
	font-weight: 500;
}
.advantage .innerbox .inner section .box dl dt{
	font-size: 22px;
	font-weight: bold;
}
.advantage .innerbox .inner section .box dl dd{
	font-size: 16px;
	line-height: 2.5em;
	margin-top: 70px;
}

/** number sec01 **/
.number .sec01{
	border-bottom: 1px solid #c8c8c8;
	padding: 100px 0;
}
.number .sec01 ul{
	position: relative;
	width: 900px;
	height: 2100px;
	margin: 0 auto;
}
.number .sec01 ul li{
	position: absolute;
	width: 410px;
}
.number .sec01 ul li:nth-child(odd){left: 0;}
.number .sec01 ul li:nth-child(even){right: 0;}
.number .sec01 ul li:nth-child(1){top: 0;}
.number .sec01 ul li:nth-child(2){top: 150px;}
.number .sec01 ul li:nth-child(3){top: 400px;}
.number .sec01 ul li:nth-child(4){top: 640px;}
.number .sec01 ul li:nth-child(5){top: 880px;}
.number .sec01 ul li:nth-child(6){top: 1100px;}
.number .sec01 ul li:nth-child(7){top: 1340px;}
.number .sec01 ul li:nth-child(8){top: 1640px;}
.number .sec01 ul li:nth-child(9){top: 1780px;}
.number .sec01 ul li figure.mt{
	margin-top: 15px;
}
.number .sec01 ul li h3{
	font-size: 21px;
}
.number .sec01 ul li:nth-child(1) h3,.number .sec01 ul li:nth-child(4) h3,.number .sec01 ul li:nth-child(7) h3,.number .sec01 ul li:nth-child(8) h3{color: #1464b4;}
.number .sec01 ul li:nth-child(2) h3,.number .sec01 ul li:nth-child(5) h3,.number .sec01 ul li:nth-child(8) h3{color: #d7640a;}
.number .sec01 ul li:nth-child(3) h3,.number .sec01 ul li:nth-child(6) h3,.number .sec01 ul li:nth-child(9) h3{color: #1e96c8;}
.number .sec01 ul li p{
	font-size: 16px;
	margin-top: 35px;
}

/*===============================================
  画面の横幅が1024px以下に適用(iPadPro以下)
===============================================*/
@media screen and (max-width: 1024px){

	/** advantage innerbox **/
	.advantage .innerbox .inner{
		width: 94%;
	}

}

/*===============================================
  画面の横幅が768px以下に適用(iPad以下)
===============================================*/
@media screen and (max-width: 768px){

	/** common **/
	.banner01 ul{
		width: 94%;
	}
	.banner01 ul li{
		width: 32%;
	}

	.banner02 ul li{
		width: 45%;
	}

	/** main_img **/
	.about .main_img,
	.message .main_img,
	.advantage .main_img,
	.number .main_img{
		width: 100%;
		height: 200px;
		background-size: cover;
		padding-top: 0;
	}
	.about .main_img h2,
	.message .main_img h2,
	.number .main_img h2{
		bottom: 15px;
		left: 15px;
	}
	.advantage .main_img h2{
		top: 15px;
		left: 15px;
	}
	.number .main_img h2{
		width: 85%;
	}

	/** about sec01 **/
	.about .sec01{
		width: 94%;
	}
	.about .sec01 .inner{
		padding: 0 0 50px 0;
	}
	.about .sec01 .box01 .inner dl,
	.about .sec01 .box02 .inner dl{
		float: none;
		width: 100%;
		height: auto;
		padding-top: 0;
		margin-top: 50px;
	}
	.about .sec01 .box01 .inner dl:nth-child(1),
	.about .sec01 .box02 .inner dl:nth-child(1){
		border-right: none;
	}
	.about .sec01 .box01 .inner dl:nth-child(2),
	.about .sec01 .box02 .inner dl:nth-child(2){
		padding-left: 0;
	}
	.about .sec01 .box01 .inner dl dd,
	.about .sec01 .box02 .inner dl dd{
		margin-top: 30px;
	}
	.about .sec01 .box03 .innerbox01,
	.about .sec01 .box03 .innerbox02,
	.about .sec01 .box03 .innerbox03,
	.about .sec01 .box03 .innerbox04,
	.about .sec01 .box03 .innerbox05{
		float: none;
		width: 100%;
		height: auto;
		border: none;
		padding-left: 0;
	}
	.about .sec01 .box03 h4{
		padding-top: 0;
		margin-top: 50px;
	}
	.about .sec01 .box03 h4 span{
		margin-top: 5px;
	}
	.about .sec01 .box03 dl dt{
		margin-top: 10px;
	}
	.about .sec01 .box03 dl dd{
		margin-top: 5px;
	}

	/** message sec01 **/
	.message .sec01 .inner{
		width: 96%;
	}

	/** advantage **/
	.advantage .innerbox .inner section{
		width: 92%;
		padding-top: 60px;
		margin: 0 auto;
	}
	.advantage .innerbox .inner section .box{
		float: none;
		width: 100%;
		padding-right: 40px;
	}

	/** number sec01 **/
	.number .sec01 ul{
		position: static;
		width: 94%;
		height: auto;
	}
	.number .sec01 ul li{
		position: static;
		width: 100%;
		border-bottom: 1px solid #c8c8c8;
		padding-bottom: 25px;
	}
	.number .sec01 ul li:nth-child(n+2){
		margin-top: 25px;
	}
	.number .sec01 ul li:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	.number .sec01 ul li p{
		margin-top: 20px;
	}

	/** movie **/
	.movie .inner ul{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.movie .inner ul li:first-of-type{
		margin-right: 0;
		margin-bottom: 20px;
	}

}

/*===============================================
  画面の横幅が640px以下に適用(スマホ)
===============================================*/
@media screen and (max-width: 640px){

	/** common **/
	.banner01{
		padding: 60px 0;
	}
	.banner01 ul li{
		width: 100%;
		text-align: center;
	}
	.banner01 ul li:nth-child(n+2){
		margin-top: 20px;
	}

	.banner02{
		padding: 60px 0;
	}
	.banner02 ul li{
		width: 94%;
		margin-top: 20px;
		margin-right: 0;
	}
	.banner02 ul li:first-child{
		margin-top: 0;
	}

	/** about sec01 **/
	.about .sec01{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.about .sec01 h3{
		font-size: 45px;
		padding: 30px 0 10px 0;
	}

	/** message sec01 **/
	.message .sec01{
		padding: 60px 0;
	}
	.message .sec01 .inner .textbox p{
		margin-top: 30px;
	}
	.message .sec01 .inner .textbox p:first-child{
		margin-top: 40px;
	}
	.message .sec01 .inner .sign{
		max-width: 50%;
		margin-top: 40px;
	}

	/** advantage **/
	.advantage .innerbox .inner{
		width: 96%;
		padding: 0 0 60px 0;
	}
	.advantage .innerbox .inner section .box{
		border: none;
		margin-top: 20px;
		padding: 0;
	}
	.advantage .innerbox .inner section .box dl dd{
		margin-top: 20px;
	}

	/** number sec01 **/
	.number .sec01{
		padding: 60px 0;
	}
	
	/** movie **/
	.movie{
		padding-bottom: 60px;
	}
	.movie .inner h3{
		font-size: 45px;
		padding: 20px 0;
	}
	.movie .inner h3::before,.movie .inner h3::after{
		width: 27%;
	}

}

/*===============================================
  画面の横幅が320px以下に適用(iphone5以下)
===============================================*/
@media screen and (max-width: 320px){

}