@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	position: relative;
}
#top_ttl img {
	width: 100%;
}
#top_ttl span {
	position: absolute;
	font-size : 48px;
	line-height : 1;
	letter-spacing : 4.8px;
	bottom: 9vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-weight: 400;
	color: #222;
	white-space: nowrap;
}
/* 挨拶 */
#top_msg .info {
	width: 550px;
}
#top_msg .info .txt {
	line-height: 2.1;
	letter-spacing : 1.4px;
}
#top_msg .img {
	width: 500px;
}
/* コンテンツ */
#top_menu:before {
	background: #f5f5f5;
}
#top_menu .box {
	margin-bottom: 100px;
}
#top_menu .box .info {
	width: 550px;
}
#top_menu .box .info h3 {
	line-height: 1;
	font-size: 45px;
	letter-spacing : 4.5px;
	color: #222;
}
#top_menu .box .info .txt {
	line-height: 2.1;
	letter-spacing : 1.4px;
}
#top_menu .box .info .btn01 {
	text-align: right;
	margin-top: 50px;
}
#top_menu .box .img {
	width: 500px;
}
#top_menu .btns li {
	width: 530px;
	margin: 0 auto;
}
#top_menu .btns li a {
	display: block;
	background : #5fd6d0;
	position: relative;
	font-size : 32px;
	letter-spacing : 3px;
	color : #222222;
	text-align: center;
	padding: 23px 0;
}
#top_menu .btns li a::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -5px;
}
/* お知らせ */
#top_info {
	padding: 150px 0;
}
#top_info .list {
	max-width: 900px;
	margin: 0 auto;
}
#top_info dl {
	border-top: 1px solid #e1e1e1;
	padding: 24px 0;
	letter-spacing : 1.4px;
}
#top_info dl:last-of-type {
	border-bottom: 1px solid #e1e1e1;
}
#top_info dl dt {
	color: var(--color-primary);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 130px;
		text-align: center;
	}
	#top_info dd {
		width: calc(100% - 130px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl span {
		font-size: 40px;
	}
	#top_msg .info {
		width: 50%;
	}
	#top_msg .info .txt {
		line-height: 1.7;
	}
	#top_msg .img {
		width: 47%;
	}
	#top_menu .box {
		margin-bottom: 50px;
	}
	#top_menu .box .img {
		width: 50%;
	}
	#top_menu .box .info {
		width: 47%;
	}
	#top_menu .box .info h3 {
		font-size: 23px;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
	#top_menu .box .info .txt {
		line-height: 1.7;
	}
	#top_menu .box .info .btn01 {
		margin-top: 30px;
	}
	#top_menu .btns li {
		width: 49%;
	}
	#top_menu .btns li a {
		font-size: 25px;
		letter-spacing: 0;
		padding: 20px 0;
	}
	#top_menu .btns li a::before {
		right: 20px;
	}
	#top_info {
		padding: 100px 0;
	}
	#top_info dl {
		padding: 15px 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl img {
		height: 230px;
		object-fit: cover;
	}
	#top_ttl span {
		font-size: 25px;
	}
	@media only screen and (max-width: 320px){
		#top_ttl span {
			font-size: 23px;
		}
	}
	#top_msg .img {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
		text-align: center;
	}
	#top_msg .img img {
		width: 80%;
	}
	#top_msg .info {
		width: 100%;
		order: 2;
	}
	@media only screen and (max-width: 320px){
		#top_msg .txt02 {
			font-size: 95%;
		}
	}
	#top_menu .box .img {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
		text-align: center;
	}
	#top_menu .box .img img {
		width: 100%;
	}
	#top_menu .box .info {
		width: 100%;
	}
	#top_menu .box .info .btn01 a {
		width: 200px;
	}
	#top_menu .box .info .btn01 {
		margin-top: 20px;
	}
	#top_menu .btns li a {
		font-size: 15px;
	}
	#top_menu .btns li a::before {
		width: 6px;
		height: 6px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		right: 10px;
		margin-top: -4px
	}
	@media only screen and (max-width: 320px){
		#top_menu .btns li a {
			font-size: 13px;
		}
		#top_menu .btns li a::before {
			right: 6px;
		}
	}
	#top_info {
		padding: 80px 0;
	}
}