@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv .container ,#mv .mv_inner {
	height: 100%;
}
#mv {
	color: #fff;
	transition: .5s;
}
#mv h1,#mv p {
	text-align: center;
}
#mv p {
	line-height: 2em;
}
.mv_text {
	width: 100%;
}

@media only screen and ( max-width : 991px ) {
	#mv h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#mv p {
		font-size: 13px;
	}
}
@media only screen and ( max-width : 767px ) {
	#mv {
		height: 400px;
		background: url(../img/top/mv_sp.jpg) no-repeat center / cover;
	}

}
@media only screen and ( max-width : 575px ) {
	#mv h1 {
	}
	#mv p {
	}
}
@media only screen and ( max-width : 320px ) {
	#mv h1,#mv p {
		letter-spacing: 0;
	}
}
@media print, screen and ( min-width : 768px ) {
	#mv {
		height: 500px;
		background: url(../img/top/mv.jpg) no-repeat center / cover;
	}

}
@media print, screen and ( min-width : 992px ) {
	#mv {
		height: 600px;
		background: url(../img/top/mv.jpg) no-repeat center / cover;
	}
	.mv_inner {
		padding-left: 50px;
	}
	#mv h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	#mv p {
		font-size: 15px;
	}
}
@media print, screen and ( min-width : 1200px ) {
	#mv {
		height: 650px;
	}

}
@media print, screen and ( min-width : 1400px ) {

}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
#news {
	background: #f9f9f9;
}
#news .news_inner {
	position: relative;
}
.post_list dd a {
  display: block;
  font-weight: bold;
}
.post_list dd a:hover {
  color: #3e603b;
}

@media only screen and ( max-width : 991px ) {
	#news {
	}
	#news dl {
		margin-bottom: 30px;
	}
	#news .news_inner {
		background: none;
	}
	.post_list dd {
		border-bottom: 1px solid #ddd;
	}
	.post_list dd a {
		padding: 10px 0 20px 0;
		font-size: 15px;
	}
}
@media print, screen and ( min-width : 992px ) {
	#news {
		min-height: 320px;
	}
	#news h2 {
		width: 30%;
	}
	#news dl {
		width: 70%;
	}
	#news .btn {
		position: absolute;
		left: 0;
		top: 110px;
	}
	.post_list dt,.post_list dd a {
		padding: 20px 15px;
	}
	.post_list dt {
		width: 240px;
	}
	.post_list dd {
		width: calc(100% - 240px);
	}
	.post_list dt,.post_list dd {
		border-bottom: 1px solid #dddddd;
	}
}

/* ---------------------------------------------------------------------------------------------

　   COMPANY

--------------------------------------------------------------------------------------------- */
#business {
	color: #fff;
}

.business_bnr {
	background: url(../img/top/business_ph.jpg) no-repeat center / cover;
}
#business .sec_title span.sec_title_en {
	color: #fff;
}
.white_btn {
	background: none;
	border: 1px solid #fff;
}
.white_btn:hover {
	background: #fff;
	color: #184e5f;
	opacity: 1;
}
@media only screen and ( max-width : 767px ) {
	.business_bnr {
		height: 290px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#business .container {
		height: 100%;
	}
}
@media print, screen and ( min-width : 768px ) {
	.business_bnr {
	}
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
