@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#slider {
	font-size: 0;
}
#slider img {
	width: 100%;
}
#top_ttl img {
	width: 80vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/* 挨拶 */
#top_msg {
	padding: 130px 0;
}
#top_msg::before {
	background: url("../img/top/bg01.png")no-repeat top right/contain;
	width: 25%;
	left: auto;
	right: 0;
}
#top_msg::after {
	background: url("../img/top/bg-txt01.png") no-repeat top left/contain;
}
#top_msg .txt {
	font-size : 30px;
	line-height : 63px;
	letter-spacing : 6px;
	color : #000;
}
#top_about::before {
	background: url("../img/top/img01.jpg") no-repeat top center/cover;
}
#top_about .txt_box {
	width: 450px;
	background: rgba(255,255,255,0.9);
	padding: 20px 50px 50px;
	box-sizing: border-box;
	margin-left: auto;
}
#top_about .txt_box .txt {
	line-height : 30px;
	letter-spacing : 1.4px;
	margin-bottom: 40px;
}
#top_cando {
	padding: 150px 0;
}
#top_cando::before {
	background: url("../img/top/bg02.png") no-repeat top left/contain;
	width: 25%;
}
#top_cando::after {
	background: url("../img/top/bg03.png") no-repeat bottom right/contain;
	width: 25%;
	left: auto;
	right: 0;
}
#top_cando .cando_box {
	margin: 80px 0;
}
#top_cando .cando_box::before {
	background: url("../img/top/img02.jpg") no-repeat top center/cover;
	width: 60vw;
	height: 90%;
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	right: 0;
}
#top_cando .cando_box .txt_box {
	width: 45%;
	min-height: 513px;
	background: rgba(255,255,255,0.9);
	padding: 0 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #dad0c8;
}
#top_cando .cando_box .txt_box .txt {
	line-height : 30px;
	letter-spacing : 1.4px;
}
#top_cando .cando_box.reverse::before {
	background: url("../img/top/img03.jpg") no-repeat top center/cover;
	right: auto;
	left: 0;
}
#top_cando .cando_box.reverse .txt_box {
	margin-left: auto;
}
/* コンテンツ */
#top_contents .box {
	width: calc(100% / 3);
	position: relative;
}
#top_contents .box::before {
	content: "";
	width: 1px;
	height: 50px;
	background: #fff;
	position: absolute;
	top: -25px;
	left: calc(50% - 1px);
}
#top_contents .box::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #000;
	position: absolute;
	top: -25px;
	left: calc(50% - 1px);
}
#top_contents .box a {
	background: #333;
	display: block;
}
#top_contents .box a:hover {
	opacity: 1;
	background: none;
}
#top_contents .box a img {
	opacity: 0.5;
}
#top_contents .box a:hover img {
	opacity: 1;
}
#top_contents .box a dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#top_contents .box a dd .sub {
	font-size : 18px;
	color : #fff;
	font-weight: 300;
}
#top_contents .box a dd .ttl {
	font-size : 42px;
	color : #fff;
}
/* お知らせ */
#top_info h3.sub {
	margin-top: -40px;
	font-size : 33px;
}
#top_info h3.sub span {
	padding-bottom: 0;
}
#top_info {
	width: 900px;
	margin: 0 auto;
	background: rgba(218,208,200,0.3);
	padding: 80px;
	box-sizing: border-box;
}
#top_info dl {
	border-top: 1px solid #999;
	display: flex;
	padding: 20px 0;
	font-family: var(--font-sans);
	line-height : 30px;
	letter-spacing : 1.4px;
}
#top_info dl:last-of-type {
	border-bottom: 1px solid #999;
}
#top_info dt {
	width: 100px;
}
#top_info dd {
	width: calc(100% - 100px);
}
#top_info a {
	text-decoration: underline;
	color: #333;
}
#top_info .rit {
	margin-top: 15px;
	margin-bottom: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */

}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_msg {
		padding: 100px 0;
	}
	#top_msg::before,#top_cando::after {
		right: -25px;
	}
	#top_msg .txt {
		font-size: 20px;
		line-height: 1.8em;
		letter-spacing: normal;
	}
	#top_about .txt_box {
		width: 55vw;
		padding: 25px;
	}
	#top_cando {
		padding: 80px 0;
	}
	#top_cando .cando_box {
		margin: 40px 0;
	}
	#top_cando .cando_box .txt_box {
		width: 55%;
		min-height: 400px;
		padding: 0 25px;
	}
	#top_cando .cando_box .txt_box .txt {
		line-height: 1.8em;
		letter-spacing: normal;
	}
	#top_contents .box a dd .sub {
		font-size: 14px;
	}
	#top_contents .box a dd .ttl {
		font-size: 20px;
	}
	#top_info {
		width: 100%;
		padding: 80px 25px 50px;
	}
	#top_info h3.sub {
		font-size: 23px;
	}
	#top_info dl {
		flex-direction: column;
	}
	#top_info dd {
		width: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg {
		padding: 80px 0;
	}
	#top_msg .txt {
		font-size: 16px;
	}
	#top_msg::before {
		width: 50%;
	}
	#top_about::before {
		display: none;
	}
	#top_about .img_box {
		margin-bottom: 15px;
	}
	#top_about .txt_box {
		width: 100%;
		padding: 0;
		background: none;
	}
	#top_about .txt_box .txt {
		line-height: 1.8em;
		letter-spacing: normal;
		margin-bottom: 20px;
	}
	#top_cando::before,#top_cando::after {
		width: 55%;
	}
	#top_cando .cando_box {
		width: 90%;
		margin: 0 auto 30px;
	}
	#top_cando .cando_box::before {
		display: none;
	}
	#top_cando .cando_box .img_box {
		margin-bottom: 15px;
	}
	#top_cando .cando_box .txt_box {
		width: 100%;
		min-height: auto;
		padding: 0;
		border: none;
	}
	#top_cando .cando_box::before {
		width: 100vw;
	}
	#top_cando .cando_box.reverse::before {
		left: 25px;
	}
	#top_contents .box {
		width: 100%;
	}
	#top_contents .box img {
		width: 100%;
		height: 150px;
		object-fit: cover;
		object-position: top center;
	}
	#top_contents .box::before,#top_contents .box::after {
		display: none;
	}
}
@media only screen and (max-width: 320px){ /* スマホ 320以下 */
	#top_msg .txt {
		font-size: 15px;
	}
}