@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	position: relative;
}
#top_ttl img {
	width: 100%;
}
#top_ttl .txt img {
	position: absolute;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 6vw;
	z-index: 1;
	width: auto;
}
/* 挨拶 */
#top_greeting {
	background: url("../img/top/bg-greeting.png") no-repeat right top 100px;
}
#top_greeting .txt {
	letter-spacing : 1.4px;
}
#top_greeting .txt.fm {
	font-size : 34px;
	letter-spacing : 10.2px;
}
/* コンテンツ */
#top_menu {
	padding-top: 70px;
}
#top_menu:before {
	background: url("../img/bg-purple.png");
	clip-path: polygon(0 8vw, 100% 0%, 100% 100%, 0% 100%);
}
#top_menu .box {
	margin-top: 50px;
	position: relative;
	background: #fff url("../img/bg-line-purple02.png") no-repeat right top;
	min-height: 380px;
	margin-bottom: 120px;
	max-width: 1050px;
	margin-left: auto;
	padding: 25px 50px 50px 550px;;
}
#top_menu .box:nth-of-type(even) {
	margin-left: 0;
	margin-right: auto;
	padding: 25px 539px 50px 50px;
	background: #fff url("../img/bg-line-purple.png") no-repeat left top;
}
#top_menu .box:last-of-type {
	margin-bottom: 50px;
}
#top_menu .box .img {
	position: absolute;
	top: -50px;
	left: -50px;
}
#top_menu .box:nth-of-type(even) .img {
	left: auto;
	right: -50px;
}
#top_menu .box .btn01 a {
	position: absolute;
	right: 50px;
	bottom: -30px;
}
#top_menu .box:nth-of-type(even) .btn01 a {
	right: 550px;
}
/* お知らせ */
#top_info {
	padding-top: 150px;
	margin-bottom: 20px;
}
#top_info::before {
	background: url("../img/top/bg-info.png") no-repeat center /cover;
	height: calc(100% + 150px);
}
#top_info dl {
	padding: 22px 0;
	border-top: 1px solid var(--color-font);
}
#top_info dl:last-of-type {
	border-bottom: 1px solid var(--color-font);
}
#top_info dl dt {
	padding-left: 15px;
}
#top_contact {
	background: #ab9100 url("../img/bg-line-white.png") no-repeat left top;
	width: 600px;
	margin: 0 auto 150px;
	padding: 50px 0;
}
#top_contact h3.sub {
	margin-bottom: 30px;
}
#top_contact h3.sub, #top_contact h3.sub::first-letter {
	color: #fff;
}
#top_contact  .btn02 {
	text-align: center;
}
#top_contact  .btn02 a {
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 18px;
	width: 240px;
	line-height: 60px;
}
#top_contact  .btn02 a img {
	width: 18px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
@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: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl .txt img {
		width: 500px;
	}
	#top_greeting {
		background-size: 40% auto;
		background-position: right top 30px;
	}
	#top_greeting .txt.fm {
		font-size: 25px;
		letter-spacing: 5px;
	}
	#top_menu {
		display: flex;
		justify-content: space-between;
	}
	#top_menu .box {
		width: 49%;
		max-width: unset;
		margin: 0;
		padding: 15px 15px 40px;
	}
	#top_menu .box:nth-of-type(even){
		padding: 15px 15px 40px;
		margin: 0;
		background: #fff url(../img/bg-line-purple02.png) no-repeat right top;
	}
	#top_menu .box .img {
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	#top_menu .box:nth-of-type(even) .img {
		right: 0;
	}
	#top_menu .box h3.sub {
		text-align: center;
	}
	#top_menu .box .btn01 a {
		bottom: -25px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	#top_info {
		padding-top: 50px;
	}
	#top_info dl {
		padding: 15px 0;
	}
	#top_contact {
		width: 100%;
		padding: 15px;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl img {
		height: 300px;
		object-fit: cover;
	}
	#top_ttl .txt img {
		width: 100%;
		height: auto;
		bottom: 10vw;
	}
	#top_greeting .txt.fm {
		letter-spacing: 3px;
		font-size: 18px;
	}
	#top_greeting .txt {
		letter-spacing: 0;
	}
	#top_menu {
		display: block;
	}
	#top_menu .box {
		width: 100%;
		margin-bottom: 50px;
	}
	#top_menu .box:last-of-type {
		margin-bottom: 0;
	}
	#top_info dl {
		padding: 10px 0;
	}
	#top_info dl dt {
		padding-left: 0;
	}
	#top_contact {
		background-size: 50px auto;
	}
	#top_contact .btn02 a {
		line-height: 40px;
	}
}