/*-----------------------------------------
emergency
------------------------------------------*/
.emergency {
	padding:1em;
	background:rgba(255,212,224,0.9);
	color:var(--color-pink);
}
/*-----------------------------------------
mainvisual-top
------------------------------------------*/
.mainvisual-top {
	background-image:url(../images/top/mainvisual-top.webp);
	background-position: center top;
}
.news-resent {
	position: absolute;
	bottom:0;
	width:100%;
	height:auto;
	background:rgba(255,255,255,0.8);
	display:flex;
	align-items: center;
	justify-content: center;
}
.news-resent dd span {
	display: inline-block;
	padding-right:1em;
}
.news-resent dd a:hover {
	opacity: 0.6;
	color:var(--color-blue);
}
@media (width < 767px) {
	.news-resent {
		min-height:7.2vw;
		padding:4vw;
	}
	.news-resent-grid {
		display:grid;
		grid-template-columns: 5em 1fr;
		grid-column-gap: 1em;
		grid-row-gap: 3vw;
	}
	.news-resent-grid h2 {
		grid-area: 1 / 1 / 2 / 2;
	}
	.news-resent-grid span {
		grid-area: 1 / 2 / 2 / 3;
	}
	.news-resent-grid a {
		grid-area: 2 / 1 / 3 / 3;
		line-height: 175%;
	}
}
@media (768px <= width) {
	.news-resent {
		min-height:72px;
	}
	.news-resent-grid {
		display:grid;
		grid-template-columns: 5em 100px 1fr;
		grid-column-gap: 1em;
	}
}
/*-----------------------------------------
sec-1
------------------------------------------*/
.top-sec-1-copy h2 {
	line-height:150%;
	padding-bottom:1em;
}
@media (width < 767px) {
	.top-sec-1 {
		margin:8vw auto;
	}
	.top-sec-1-copy {
		padding-bottom:4vw;
	}
	.top-sec-1-copy h2,
	.top-sec-1-copy h2 * {
		font-size:var(--font-sp-xx-large);
	}
}
@media (768px <= width) {
	.top-sec-1 {
		display:grid;
		grid-template-columns: 7fr 4fr;
		margin:80px auto;
		align-items: center;
	}
	.top-sec-1-copy {
		padding-right:80px;
	}
	.top-sec-1-copy h2,
	.top-sec-1-copy h2 * {
		font-size:var(--font-sp-xx-large);
	}
}
/*-----------------------------------------
sec-2
------------------------------------------*/
.top-sec-2 {
	position: relative;
	z-index: 2;
}
.top-sec-2 h2 {
	text-align: center;
	margin:2em auto;
}
.top-sec-2-btn {
	position: absolute;
	left:50%;
	bottom:0;
	transform: translate(-50%,50%);
}
@media (width < 767px) {
	.top-sec-2 {
		padding-top:8vw;
	}
	.top-sec-2 h2 {
		font-size:var(--font-pc-xxx-large);
	}
	.top-sec-2-btn {
		height:14.4vw;
	}
}
@media (768px <= width) {
	.top-sec-2 {
		padding-top:72px;
	}
	.top-sec-2 h2 {
		font-size:var(--font-pc-xxx-large);
	}
	.top-sec-2-btn {
		height:70px;
	}
}
/*-----------------------------------------
news
------------------------------------------*/
.top-sec-3 {
	position: relative;
	z-index: 1;
}
.top-news-box {
	background-color:var(--color-white);
}
.top-news-box h2 {
	text-align: center;
}
.top-btn-koukai {
	display: block;
	background-image:url(../images/top/bg-btn-koukai.webp);
	background-size:cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}
.top-btn-koukai:hover {
	opacity: 0.6;
}
.top-btn-koukai h2 {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	background:rgba(255,255,255,0.8);
}
@media (width < 767px) {
	.top-sec-3 {
		padding-top:15vw;
		padding-bottom: 6vw;
	}
	.top-news-box {
		padding:5vw;
	}
	.top-news-box h2 {
		font-size:var(--font-sp-xx-large);
		padding-bottom:5vw;
	}
	.top-btn-koukai {
		height:40vw;
		margin-top:5vw;
	}
	.top-btn-koukai h2 {
		padding:2vw 2vw 2vw 5vw;
		font-size:var(--font-sp-xx-large);
	}
}
@media (768px <= width) {
	.top-sec-3 {
		padding-top:110px;
		padding-bottom: 60px;
	}
	.top-news-box {
		padding:60px;
	}
	.top-news-box h2 {
		font-size:var(--font-pc-xx-large);
		padding-bottom:60px;
	}
	.top-btn-koukai {
		height:280px;
		margin-top:40px;
	}
	.top-btn-koukai h2 {
		padding:10px 10px 10px 5%;
		font-size:var(--font-pc-xxx-large);
	}
}