@charset"utf-8";
/* ============================================
*
　共通
*
===============================================*/
h2{
	font-size: 4.5rem;
    text-align: center;
    color: #00397f;
    font-family: 'Noto Serif',serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 200;
    letter-spacing: 0.06em;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 26px;
	border: none;
}
h2:after{
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	height: 22px;
	width: 2px;
	background: #00397f;
	bottom: 0;
}
.sec{
	margin-top: 70px;
}
.mv h1{
	position: absolute;
}
.mv h1 img{
	width: 100%;
}
.mv h1.h1_1{
	top: 60px;
}
.mv h1.h1_2{
	bottom: 60px;
}
.news .flex{
	justify-content: center;
}
.news .flex div{
	width: 240px;
	margin-right: 40px;
}
.news .flex div:last-child{
	margin-right: 0px;
}
.news dt{
	color:#00397f;
	font-weight: bold;
	line-height: 1;
	margin: 15px 0 10px;
	font-size: 1.4rem;
}
.news dd{
	font-size: 1.4rem;
	line-height: 2;
}
.about .flex{
	justify-content: space-between;
}
.about .flex div{
	width: 270px;
	text-align: center;
	padding: 30px 0 60px;
	position: relative;
}
.about .flex div img{
	margin-bottom: 20px;
}
.about .flex div p{
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 100%;
	margin-top: 30px;
}
.about .flex div:nth-child(1){
	background:#2c62a3;
}
.about .flex div:nth-child(2){
	background:#2591dd;
}
.about .flex div:nth-child(3){
	background:#29b7b0;
}
.about .flex div:nth-child(4){
	background:#9083c5;
}
.wtmore .flex{
	justify-content: space-between;
}
.wtmore .flex div p{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 20px;
}
.contact{
	background: #dbdee4;
	padding: 50px 0;
	margin-top: 100px;
}
.contact h2{
	font-size: 3rem;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 40px;
    line-height: 1;
}
.contact h2:after{
	display: none;
}
.contact .flex{
	justify-content: space-between;
	align-items: center;
}
.contact .flex .btn{
	width: 520px;
}
.contact .flex .btn a{
	width: 520px;
	font-size: 1.8rem;
	text-align: center;
	padding: 25px 0;
	margin-bottom: 20px;
}
.contact .flex .btn a:before{
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	background-image: url(../img/mail.png);
	width: 39px;
	height: 29px;
	content: "";
}
.contact .flex .btn a:nth-child(2):before{
	background-image: url(../img/access.png);
	width: 28px;
	height: 42px;
	left: 25px;
}


/*MVスライダー*/
.mv .slider{
    margin: 100px auto;
    width: 80%;
}
#.mv .slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.mv .slick-prev:before,
.mv .slick-next:before {
    color: #000;
}
/*.mv .slider_box .slide .inner{
    position: relative;
    height: 824px;
    width: 1080px;
    margin: 0 auto;
}
.mv .slider_box .slide .inner{
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}*/
.mv .slider_box .slide_1{
    background-image: url(../../img/mv_1.png);
    background-size: cover;
    height:700px;
    color: #000;
}
.mv .slider_box .slide_2{
    background-image: url(../../img/mv_4.png);
    background-size: cover;
    height:700px;
    color: #000;
}
.mv .slider_box .slide_3{
    background-image: url(../../img/mv_2.png);
    background-size: cover;
    height:700px;
    color: #000;
	background-position: bottom;
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
	h2{
		font-size: 3rem;
	}
	.sec{
		margin-top: 50px;
	}
	.mv{
		height: 500px;
		position: relative;
		background-image: url(../../img/mv.png);
		background-size: cover;
		background-position: bottom;
	}
	.mv h1{
		position: absolute;
	}
	.mv h1 img{
		width: 100%;
	}
	.mv h1:last-child{
		bottom: 5%;
		left: 5%;
		width: 80%;
	}
	.news .flex div{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
		border-bottom: 1px solid #d9d9d9;
		padding-bottom: 5%;
	}
	.news .flex div img{
		width: 200px;
		margin: 0 auto;
		display: block;
	}
	.news .flex div:last-child{
		margin-right: 0px;
	}
	.news dt{
		margin:15px 0 10px;
	}
	.news dd{
		font-size: 1.4rem;
		line-height: 2;
	}
	.about .flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.about .flex div{
		width: 48%;
		text-align: center;
		padding: 5%;
		position: static;
		margin-bottom: 4%;
		align-items: center;
	}
	.about .flex div img{
		margin-bottom: 0px;
		width: 60px;
	}
	.about .flex div p{
		position: static;
		transform: none;
		margin-top: 13%;
		font-size: 1.5rem;
		line-height: 1.3;
	}
	.wtmore .flex{
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
	}
	.wtmore .flex div{
		margin-bottom: 8%;
		width: 48%;
	}
	.wtmore .flex div p{
		text-align: center;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1;
		margin-top: 5%;
	}
	.contact{
		padding: 10% 0 5%;
		margin-top: 10%;
	}
	.contact h2{
		font-size: 2rem;
		margin-bottom: 5%;
	}
	.contact h2:after{
		display: none;
	}
	.contact .txt{
		margin-top: 5%;
	}
	.contact .flex .btn,.contact .flex .btn a{
		width: 100%;
	}
	.contact .flex .btn a{
		margin-bottom: 5%;
		font-size: 1.6rem;
	}
	
	/*スライダーMV*/
	.mv .slider_box .slide_1{
		background-image: url(../../img/mv_1_sp.png);
		height: 500px;
	}
	.mv .slider_box .slide_2{
		background-image: url(../../img/mv_4_sp.png);
		height: 500px;
	}
	.mv .slider_box .slide_3{
		background-image: url(../../img/mv_2_sp.png);
		height: 500px;
	}
}/*---------------------SP用ここまで*/

