@charset "utf-8";
#index_wrap{
	padding-top:95px;
	position:relative;
}
#index_wrap h1{
	text-align:center;
	font-size:1.8rem;
	line-height:2.9rem;
	letter-spacing:0.9px;
	margin:50px auto 40px;
}
#index_wrap h1::before{
	content:attr(data-en);
	display:block;
	font-weight:300;
	font-family:neue-frutiger-world, sans-serif;
	font-size:6rem;
	line-height:1.2;
	letter-spacing:3px;
	margin-bottom:10px;
}
.mv_slide{
	width:100%;
	overflow:hidden;
}
.mv_slide .swiper-wrapper{transition-timing-function:linear !important;}
.mv_slide .swiper-slide{width:450px !important;}
.mv_slide .swiper-slide img{
	width:100%;
	display:block;
}

#index_news{
	max-width:1060px;
	margin:60px auto;
	padding:0 30px;
}
#index_news h2{
	font-size:2.6rem;
	letter-spacing:1.3px;
	margin-bottom:40px;
	font-weight:500;
}
.news_item{
	display:flex;
	margin-bottom:20px;
}
.news_day{
	font-size:1.3rem;
	font-family:neue-frutiger-world, sans-serif;
	font-weight:300;
	line-height:1.5;
	letter-spacing:0.65px;
	width:90px;
	padding-top:4px;
}
.news_link{
	display:inline-block;
	font-size:1.6rem;
	letter-spacing:0.8px;
	color:#007BBA !important;
}
.news_link:hover{
	text-decoration:none;
}

.more_link{
	text-align:right;
	margin-top:30px;
}
.more_link a{
	display:inline-block;
	padding-right:21px;
	color:#333 !important;
	text-decoration:none !important;
	background:url(/img/common/arrow_r_blue.svg) no-repeat right center;
	transition:color 0.3s;
}
.more_link a:hover{color:#007BBA !important;}

@media screen and (max-width:900px){
#index_wrap{padding-top:60px;}
#index_wrap h1{
	font-size:1.5rem;
	letter-spacing:0.75px;
	margin:50px auto 30px;
}
#index_wrap h1::before{
	font-size:4.4rem;
	letter-spacing:2.2px;
}
.mv_slide .swiper-slide{width:252px !important;}
#index_news{margin:50px auto;}
#index_news h2{
	font-size:2.2rem;
	letter-spacing:1.1px;
	margin-bottom:20px;
}
.news_day{
	font-size:1.2rem;
	line-height:1.5;
	letter-spacing:0.6px;
	padding-top:2px;
}
.news_link,.more_link{font-size:1.4rem;letter-spacing:0.7px;}

}

@media screen and (max-width:767px){
#index_wrap h1{
	font-size:1.4rem;
	letter-spacing:0.7px;
	margin:40px auto 30px;
	max-width:300px;
}
#index_wrap h1::before{
	font-size:3.8rem;
	letter-spacing:1.9px;
	margin-bottom:10px;
}
.mv_slide .swiper-slide{width:186px !important;}

#index_news{
	margin:60px auto;
	padding:0 20px;
}
.news_item{
	display:block;
}
.news_day{
	width:auto;
	display:block;
	padding-top:0;
}
.news_link{
	font-size:1.4rem;
	letter-spacing:0.7px;
}

.more_link a{
	display:inline-block;
	padding-right:21px;
	color:#333 !important;
	text-decoration:none !important;
	background:url(/img/common/arrow_r_blue.svg) no-repeat right center;
	transition:color 0.3s;
}
.more_link a:hover{color:#007BBA !important;}
}