@charset "utf-8";

/* トップページ
   ========================================================================== */

/* メインイメージ
   ====================================== */
.main-image {
	background-image: url("../img/home-main-bg.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
}
.main-image .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100px;
}
.main-image .text {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}
@media (min-width:769px){
	.main-image {
		background-size: cover;
	}
	.main-image .wrap {
		height: 440px;
	}
	.main-image .text {
		font-size: 6.4rem;
	}
}



/* バナーエリア
   ====================================== */
.bnr-area {
	margin-top: 20px;
}
@media (min-width:769px){
	.bnr-area {
		margin-top: 40px;
	}
	.bnr-area a img {
    transition: .3s;
	}
	.bnr-area a img:hover {
		opacity: .6;
	}
}


/* NEWS
   ====================================== */
.top-news .top-news-ttl-box {
	border-bottom: 2px solid #dadada;
}
.top-news .top-news-ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: .25em;
}
.top-news .top-news-ttl span {
	display: inline-block;
	font-size: 1.4rem;
	margin-left: .5em;
}
.top-news .top-news-conts {
	flex: 1;
}
.top-news .post-lst li a div {
	line-height: 1.8;
}
.top-news .post-lst a {
	display: block;
	text-decoration: none;
	margin-top: 1.5em;
}
.top-news .post-lst-date {
	font-weight: bold;
}
.top-news .right {
	margin-top: 2em;
}
@media (min-width:768px){
	.top-news > div:first-of-type {
		display: flex;
	}
	.top-news .top-news-ttl-box {
		width: 150px;
		border-right: 8px solid #dadada;
		border-bottom: none;
	}
	.top-news .top-news-ttl {
		font-size: 4rem;
		padding-bottom: none;
	}
	.top-news .top-news-ttl span {
		display: block;
		font-size: 1.8rem;
		margin-top: .5em;
		margin-left: 0;
	}
	.top-news-conts {
		margin-left: 40px;
	}
	.top-news .post-lst a {
		display: flex;
		margin-top: 2em;
    transition: .3s;
	}
	.top-news .post-lst a:hover {
		opacity: .6;
	}
	.top-news .post-lst li:first-child a {
		margin-top: 0;
	}
	.top-news .post-lst .post-lst-ttl {
		flex: 1;
		margin-left: 30px;
	}
}
