@charset "UTF-8";

/* ==================================================
ごあいさつ
================================================== */
/* レイアウト
-------------------------------------------------- */
.top-greeting-area {
	background:
		url(../images/top/greeting_area_deco01.png) left top no-repeat,
		url(../images/top/greeting_area_deco02.png) right bottom no-repeat,
	;
}

.top-greeting-area .area-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 91px 0 100px;
}

@media screen and (max-width: 768px) {
	.top-greeting-area .area-inner {
		padding: 1.6rem .8rem;
	}
}

/* セクション
-------------------------------------------------- */
.top-greeting-section .section-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.top-greeting-section .texts-column {
	width: 560px;
}

.top-greeting-section .movie-column {
	width: 510px;
}

@media screen and (max-width: 768px) {
	.top-greeting-section .texts-column,
	.top-greeting-section .movie-column {
		width: 100%;
	}
}

/* 
------------------------- */
.top-greeting-section .greeting-movie {
	padding-top: 61.96%;
	display: block;
	position: relative;
}

.top-greeting-section .greeting-movie video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 
------------------------- */
.top-greeting-section .greeting-more {
	width: 235px;
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.top-greeting-section .greeting-more {
		margin: 1.6rem auto;
	}
}

/* ==================================================
バナー
================================================== */
/* レイアウト
-------------------------------------------------- */
.top-bnrs-area {
	background: url(../images/top/bnrs_area_bg.jpg);
}

.top-bnrs-area .area-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 100px 0;
}

@media screen and (max-width: 768px) {
	.top-bnrs-area .area-inner {
		padding: 1.6rem .8rem;
	}
}

/* リスト
-------------------------------------------------- */
.top-bnrs-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-bnrs-list .item {
	text-align: center;
	background: url(../images/top/bnr_item_bg.jpg);
	position: relative;
}

.top-bnrs-list .item:not(:first-child) {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.top-bnrs-list {
		display: block;
	}

	.top-bnrs-list .item {
		display: flex;
		justify-content: space-between;
	}

	.top-bnrs-list .item:not(:first-child) {
		margin-top: .8rem;
	}
}

/* PC用スタイル
------------------------- */
@media screen and (min-width: 768px) {
	/* 大
	------------------------- */
	.top-bnrs-list .item-big {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.top-bnrs-list .item-big .item-thumb {
		width: 561px;
	}

	.top-bnrs-list .item-big .item-texts {
		width: 498px;
	}

	.top-bnrs-list .item-big .item-title {
		margin: 0 0 27px;
		line-height: 1;
		font-size: 40px;
	}

	.top-bnrs-list .item-big .item-link {
		width: 235px;
		margin: 0 auto;
	}

	/* 中
	------------------------- */
	.top-bnrs-list .item-mid {
		width: 520px;
	}

	.top-bnrs-list .item-mid .item-texts {
		padding: 32px 0 54px;
	}

	.top-bnrs-list .item-mid .item-title {
		margin: 0 0 17px;
		line-height: 1;
		font-size: 35px;
	}

	.top-bnrs-list .item-mid .item-link {
		width: 200px;
		margin: 0 auto;
	}

	/* 装飾
	------------------------- */
	.top-bnrs-list .item:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
	}

	.top-bnrs-list .item:nth-child(3n+1):after {
		background: url(../images/top/bnr_item01_deco.png) right 39px bottom 28px no-repeat;
	}

	.top-bnrs-list .item:nth-child(3n+2):after {
		background: url(../images/top/bnr_item02_deco.png) left 36px bottom 38px no-repeat;
	}

	.top-bnrs-list .item:nth-child(3n+3):after {
		background: url(../images/top/bnr_item03_deco.png) right 37px bottom 29px no-repeat;
	}
}

/* SP用スタイル
------------------------- */
@media screen and (max-width: 768px) {
	.top-bnrs-list .item-thumb {
		width: 50%;
		height: 40vw;
		overflow: hidden;
		position: relative;
	}

	.top-bnrs-list .item-thumb img {
		width: 125%;
		height: 125%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		object-fit: cover;
	}

	.top-bnrs-list .item-texts {
		width: 50%;
		padding: .8rem;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.top-bnrs-list .item-title {
		font-size: 1.6rem;
	}

	.top-bnrs-list .item-link {
		width: 90%;
	}
}

/* ==================================================
お知らせ/コラム
================================================== */
/* レイアウト
-------------------------------------------------- */
.top-news-area .area-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 91px 0 100px;
}

@media screen and (max-width: 768px) {
	.top-news-area .area-inner {
		padding: 1.6rem .8rem;
	}
}

/* 記事リスト
-------------------------------------------------- */
.top-news-section .news-post-list .item {
	margin: 0 0 20px;
	padding: 13px 35px 12px;
	line-height: 30px;
	border-left: 5px solid #c9ac55;
	background: #fff;
	display: flex;
}

.top-news-section .news-post-list .item-tag {
	width: 105px;
	margin-right: 34px;
	padding-right: 5px;
	text-align: center;
	color: #fff;
	flex-shrink: 0;
}

.top-news-section .news-post-list .item-tag-3190 {
	background: url(../images/top/tag_bg01.jpg);
}

.top-news-section .news-post-list .item-tag-3191 {
	background: url(../images/top/tag_bg02.jpg);
}

.top-news-section .news-post-list .item-date {
	margin-right: 23px;
}

.top-news-section .news-post-list .item-title {
	width: 100%;
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-grow: 1;
}

@media screen and (max-width: 768px) {
	.top-news-section .news-post-list .item {
		margin: 0 0 .8rem;
		padding: .4rem;
		line-height: 1.8;
		flex-wrap: wrap;
	}

	.top-news-section .news-post-list .item-tag {
		width: 8rem;
		margin-right: 1rem;
	}

	.top-news-section .news-post-list .item-title {
		width: 100%;
		margin-top: .4rem;
	}
}

/* MOREボタン
-------------------------------------------------- */
.top-news-section .news-more {
	max-width: 235px;
	margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
	.top-news-section .news-more {
		margin-top: 1.6rem;
	}
}

/* 吹き出し装飾を付ける
-------------------------------------------------- */
.balloon-mask {
	position: relative;
}

.balloon-mask:before,
.balloon-mask:after {
	content: '';
	height: calc((100% - 8px) / 2);
	border-right: 5px solid #fff;
	position: absolute;
	right: 0;
}

.balloon-mask:before {
	border-bottom: 4px solid transparent;
	top: 0px;
}

.balloon-mask:after {
	border-top: 4px solid transparent;
	bottom: 0px;
}


