@charset "utf-8";
/*==================================================
  Top page
==================================================*/
#top_ttl {
	padding-bottom: 160px;
}
#top_ttl picture,
#top_ttl img {
	display: block;
	width: 100%;
	max-width: none;
}
/* Features
--------------------------------------------------*/
#top_feature {
	padding-top: 90px;
}
#top_feature::before {
	background: #fff url("../img/top/bg01.png") no-repeat center top / cover;
}
#top_feature .list {
	gap: 40px;
}
#top_feature .box {
	overflow: hidden;
	position: relative;
	width: 340px;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	justify-content: center;
	border-radius: 5px;
}
#top_feature .box:nth-child(1) { background-image: url("../img/top/menu01.jpg"); }
#top_feature .box:nth-child(2) { background-image: url("../img/top/menu02.jpg"); }
#top_feature .box:nth-child(3) { background-image: url("../img/top/menu03.jpg"); }
#top_feature .box:nth-child(4) { background-image: url("../img/top/menu04.jpg"); }
#top_feature .box:nth-child(5) { background-image: url("../img/top/menu05.jpg"); }
#top_feature .box:nth-child(6) { background-image: url("../img/top/menu06.jpg"); }
#top_feature .box::before {
	position: absolute;
	inset: 0;
	background: rgba(19, 24, 52, 0.6);
	content: "";
	z-index: 1;
}
#top_feature .box::after {
	position: absolute;
	inset: 30px 30px;
	border: 1px solid #999;
	content: "";
	z-index: 2;
	border-radius: 5px;
}
#top_feature .txt {
	position: relative;
	color: #fff;
	font-size: 23px;
	line-height: 1.85;
	text-align: center;
	z-index: 3;
	padding-top: 70px;
}
#top_feature .wind {
	position: absolute;
	right: 28px;
	bottom: 50px;
	color: rgba(255,255,255,0.5);
	font-size: 39px;
	font-weight: 500;
	line-height: 1;
	z-index: 3;
	transform: rotate(-5deg);
}

/* Area
--------------------------------------------------*/
#top_area {
	padding-top: 150px;
	padding-bottom: 160px;
}
#top_area::before {
	background: #fff url("../img/top/bg02.png") no-repeat center top / cover;
}
#top_area .bg_area {
	height: 233px;
}
#top_area .bg_area::before {
	background: url("../img/top/bg-area.jpg") no-repeat center / cover;
}
#top_area .bg_area h3.sub {
	top: -50px;
	margin-bottom: 0;
}
#top_area .bg_area ul {
	width: 800px;
	margin: 0 auto 20px;
}
#top_area .bg_area ul li {
	width: 180px;
	line-height: 40px;
	background: #FFF;
	font-size: 20px;
	text-align: center;
}
#top_area .bg_area .txt {
	font-size: 110%;
	text-align: center;
	etter-spacing : 1.6px;
}
#top_area .links {
	row-gap: 40px;
}
#top_area .links a {
	position: relative;
	width: 530px;
	height: 100px;
	padding: 0 78px 0 125px;
	background: var(--color-navy) url("../img/top/bg.png") no-repeat right center;
	color: #fff;
	font-size: 23px;
	display: flex;
	align-items: center;
}
#top_area .links a:hover {
	background: var(--color-gold);
	color: var(--color-navy);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_area .links a::before,
#top_area .links a::after {
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(-50%);
	content: "";
}
#top_area .links a::before {
	left: 42px;
	width: 49px;
	height: 53px;
}
#top_area .links a:nth-child(1)::before { background-image: url("../img/top/ico01.png"); }
#top_area .links a:nth-child(2)::before { background-image: url("../img/top/ico02.png"); }
#top_area .links a:nth-child(3)::before { background-image: url("../img/top/ico03.png"); }
#top_area .links a:nth-child(4)::before { background-image: url("../img/top/ico04.png"); }
#top_area .links a:nth-child(1):hover::before { background-image: url("../img/top/ico01-n.png"); }
#top_area .links a:nth-child(2):hover::before { background-image: url("../img/top/ico02-n.png"); }
#top_area .links a:nth-child(3):hover::before { background-image: url("../img/top/ico03-n.png"); }
#top_area .links a:nth-child(4):hover::before { background-image: url("../img/top/ico04-n.png"); }
#top_area .links a::after {
	right: 38px;
	width: 46px;
	height: 7px;
	background-image: url("../img/arrow-w.png");
}
#top_area .links a:hover::after {
	background-image: url("../img/arrow.png");
}
/* Blog / News
--------------------------------------------------*/
#top_info {
	position: relative;
	padding-top: 50px;
	padding-bottom: 150px;
	z-index: 0;
}
#top_info::before {
	background: #fff url("../img/top/bg03.png") no-repeat center top / cover;
}
#top_info .blog {
	margin-bottom: 30px;
}
#top_info h3.sub {
	text-align: left;
}
#top_info .list {
	width: 800px;
	padding-top: 70px;
}
#top_info dl {
	display: flex;
	justify-content: space-between;
	padding: 28px 0;
	border-top: 1px solid rgba(13,22,50,0.12);
}
#top_info dl:last-child {
	border-bottom: 1px solid rgba(13,22,50,0.12);
}
#top_info dt {
	width: 125px;
	color: var(--color-navy);
	text-align: center;
}
#top_info dd {
	width: calc(100% - 140px);
	font-size: 110%;
}
#top_info dd a {
	color: #a2926d;
	text-decoration: underline;
		text-underline-offset: 2px;
}
#top_info .more {
	margin-top: 28px;
	text-align: right;
}
#top_info .more a {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--color-navy);
	color: var(--color-navy);
	font-size: 110%;
	line-height: 1;
}

@media only screen and (max-width: 768px) {
	#top_ttl {
		padding-bottom: 100px;
	}
	#top_feature {
		padding-top: 50px;
		padding-bottom: 56px;
	}
	#top_feature .list {
		gap: 28px;
	}
	#top_feature .box {
		width: calc(50% - 14px);
		height: auto;
		aspect-ratio: 340 / 300;
	}
	#top_feature .box::after {
		inset: 20px;
	}
	#top_feature .txt {
		padding-top: 10vw;
		font-size: 3vw;
	}
	#top_feature .wind {
		right: 20px;
		bottom: 20px;
		font-size: 26px;
	}
	#top_area {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#top_area .bg_area {
		height: auto;
		padding: 30px 0;
	}
	#top_area .bg_area h3.sub {
		margin-bottom: -20px;
	}
	#top_area .bg_area ul {
		width: 100%;
	}
	#top_area .bg_area ul li {
		width: 24%;
		font-size: 18px;
	}
	#top_area .links {
		row-gap: 20px;
	}
	#top_area .links a {
		width: calc(50% - 10px);
		height: 70px;
		padding: 0 54px 0 80px;
		font-size: 14px;
	}
	#top_area .links a::before {
		left: 24px;
		width: 34px;
		height: 38px;
	}
	#top_area .links a::after {
		right: 15px;
		width: 34px;
	}
	#top_info {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	#top_info .list {
		width: 100%;
		padding-top: 0;
	}
}
@media only screen and (max-width: 640px) {
	#top_ttl {
		padding-bottom: 40px;
	}
	#top_feature {
		padding-bottom: 0;
	}
	#top_feature .list {
		gap: 10px 0;
	}
	#top_feature .box {
		width: 49%;
		max-width: 340px;
	}
	#top_feature .box:last-child {
		margin-bottom: 0;
	}
	#top_feature .box::after {
		inset: 8px;
	}
	#top_feature .txt {
		padding-top: 8vw;
		font-size: 3.8vw;
		line-height: 1.4;
	}
	#top_feature .wind {
		right: 14px;
		bottom: 14px;
		font-size: 20px;
	}
	#top_area .bg_area {
		padding-top: 30px;
	}
	#top_area ul {
		width: 100%;
		column-gap: 0;
	}
	#top_area .bg_area ul li {
		font-size: 16px;
	}
	#top_area .links {
		display: block;
	}
	#top_area .links a {
		width: 100%;
		height: 64px;
		margin-bottom: 15px;
		font-size: 14px;
	}
	#top_area .links a:last-child {
		margin-bottom: 0;
	}
	#top_info {
		padding-bottom: 80px;
	}
	#top_info dl {
		display: block;
		padding: 14px 0;
	}
	#top_info dt,
	#top_info dd {
		width: 100%;
	}
	#top_info dt {
		text-align: left;
	}
	#top_info dd {
		margin-top: 4px;
		font-size: 100%;
	}
}
@media only screen and (max-width: 360px) {
	#top_feature .txt {
		font-size: 11px;
	}
	#top_feature .wind {
		font-size: 18px;
	}
}
