@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#slider {
	font-size: 0;
}
#top_ttl img {
	width: 100%;
}
/* 挨拶 */
#top_msg {
	position: relative;
}
#top_msg::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	clip-path: polygon(0 0, 28% 0, 2% 100%, 0% 100%);
}
#top_msg h2 {
	font-size: 41px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
	#top_msg h2 {
		font-size: 35px;
	}
}
#top_msg h2 img {
	margin-bottom: 10px;
}
#top_msg .txt {
	line-height: 2.14;
}
/* コンテンツ */
#top_menu {
	position: relative;
}
#top_menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	clip-path: polygon(48% 0%, 100% 0%, 52% 100%, 0% 100%);
}
#top_menu .img {
	width: 38%;
}
#top_menu .info {
	width: 62%;
	padding: 7.7%;
}
#top_menu .info h3 {
	font-size: 65px;
	line-height: 1;
	margin-bottom: 50px;
}
#top_menu .info h3 .en {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-left: 20px;
}
#top_menu .info .waku {
	background: #fff;
	padding: 50px 50px 90px;
	position: relative;
}
@media only screen and (max-width: 1250px) {
	#top_menu .info .waku {
		padding: 50px 30px 90px;
	}
}
#top_menu .info .waku h4 {
 	font-size: 20px;
	font-weight: normal;
}
#top_menu .info .waku dl {
	font-size: 20px;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
#top_menu .info .waku dl dd {
	font-size: 26px;
	margin-left: 15px;
}
#top_menu .info .waku .btn01 {
	margin-bottom: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
#top_menu .info .waku .figure {
	width: 70%;
	margin: 25px auto 0;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_menu .info .waku .figure {
		margin: 15px auto 0;
	}	
}
/* お知らせ */
#top_info {
	position: relative;
	padding-bottom: 150px;
}
#top_info::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	clip-path: polygon(0 0, 2% 0, 28% 100%, 0% 100%);
	clip-path: polygon(98% 0, 100% 0, 100% 100%, 72% 100%);
}
#top_info .list {
	width: 900px;
	margin: 0 auto;
}
#top_info dl {
	padding: 25px 0;
	border-top: 1px solid #c9caca;
}
#top_info dl:last-of-type {
	border-bottom: 1px solid #c9caca;
}
#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;
		padding-left: 20px;
	}
	#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_msg h2 {
		font-size: 30px;
	}
	#top_msg .txt {
		line-height: 1.8;
	}
	#top_menu .info {
		padding: 5% 3%;
	}
	#top_menu .info h3 {
		text-align: center;
		font-size: 30px;
		margin-bottom: 30px;
	}
	#top_menu .info .waku {
		padding: 15px 15px 60px;
	}
	#top_menu .info .waku dl {
		display: block;
		font-size: 18px;
		margin-bottom: 10px;
	}
	#top_menu .info .waku dl dd {
		margin-left: 0;
		font-size: 22px;
	}
	#top_info  {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 100px;
	}
	#top_info .list {
		width: 100%;
	}
	#top_info dl {
		padding: 15px 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg h2 {
		font-size: 19px;
	}
	#top_menu::before {
		clip-path: none;
	}
	#top_menu .info {
		padding: 30px 15px;
		width: 100%;
	}
	#top_menu .info h3 {
		text-align: center;
	}
	#top_menu .info h3 .en {
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}
	#top_menu .info .waku h4 {
		font-size: 18px;
	}
	#top_menu .img {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	#top_menu .img img {
		width: 200px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_msg h2 {
		font-size: 16px;
	}
	#top_menu .info .waku {
		padding: 10px 10px 60px;
	}
	#top_menu .info .waku dl dd {
		font-size: 19px;
	}
}