@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl {
		aspect-ratio: 3 / 2;
	}
	#top_ttl img {
		object-fit: cover;
		object-position: right;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/**/
#top_list dl {
	position: relative;
	width: 22%;
	font-size: 27px;
	text-align: center;
	line-height: 1.4;
}
#top_list dl::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	z-index: -1;
	content: "";
}
#top_list dt {
	padding: 45px 0 25px;
}
#top_list dt b {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	background: var(--color-secondary);
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	font-family: var(--font-en);
	line-height: 1;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_list dl {
		font-size: 20px;
	}
	#top_list dt b {
		width: 50px;
		height: 50px;
		font-size: 35px;
	}
	#top_list dt img {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_list {
		row-gap: 30px;
	}
	#top_list dl {
		width: 46%;
		font-size: 120%;
	}
	#top_list dt {
		padding: 30px 0 15px;
	}
	#top_list dt b {
		width: 40px;
		height: 40px;
		font-size: 25px;
	}
}
/* コンテンツ */
#top_contents h3 {
	position: relative;
	margin-bottom: -0.5em;
	font-size: 59px;
	font-weight: 800;
	line-height: 1.4;
}
#top_contents h3 b {
	display: block;
	color: var(--color-secondary);
	font-size: 20px;
	font-weight: normal;
	font-family: var(--font-en);
}
#top_contents .bg01::before {
	top: -120px;
	background: url("../img/top/contents-bg01.png") no-repeat left top;
}
#top_contents .bg02::before {
	top: -90px;
	background: url("../img/top/contents-bg02.png") no-repeat right top;
}
#top_contents .in {
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	color: var(--color-font-thin);
}
#top_contents .photo img {
	border-radius: 10px 0 0 10px;
}
#top_contents .rev .photo img {
	border-radius: 0 10px 10px 0;
}
#top_contents .rit {
	margin-top: 30px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_contents h3 {
		padding: 0 30px;
	}
	#top_contents .txt {
		position: relative;
		width: 50%;
		margin-right: -40px;
		padding-left: calc((100vw - 1120px) / 2);
	}
	#top_contents .rev .txt {
		margin-left: -40px;
		margin-right: 0;
		padding-left: 0;
		padding-right: calc((100vw - 1120px) / 2);
	}
	#top_contents .rev .txt,
	#top_contents .rev .txt p {
		text-align: right;
	}
	#top_contents .photo {
		width: calc(50% + 40px);
	}
}
@media only screen and (max-width: 1150px) {
	#top_contents .txt {
		padding-left: 25px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
	#top_contents .box_flex {
		align-items: center;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_contents h3 {
		font-size: 45px;
	}
	#top_contents .txt {
		z-index: 2;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_contents .bg01::before {
		top: -60px;
		background-size: 20% auto;
	}
	#top_contents .bg02::before {
		top: -20px;
		background-size: 15% auto;
	}
	#top_contents h3 {
		font-size: 35px;
	}
	#top_contents .txt {
		position: relative;
		padding: 0 15px;
		margin-bottom: -20px;
	}
	#top_contents .in {
		padding-top: 25px;
	}
	#top_contents .photo {
		text-align: right;
	}
	#top_contents .rev .photo {
		text-align: left;
	}
	#top_contents .photo img {
		width: 90%;
	}
}
/* 挨拶 */
#top_msg {
	background: url("../img/top/msg-bg.png") no-repeat center center / cover;
}
#top_msg::before,
#top_msg::after {
	top: 5px;
	height: 1px;
	background: #fff;
	z-index: 2;
}
#top_msg::after {
	top: auto;
	bottom: 5px;
}
#top_msg h3 {
	margin-bottom: 40px;
	font-size: 45px;
	font-weight: 800;
	text-align: center;
	line-height: 1;
}
#top_msg h3 img {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
#top_msg p {
	color: var(--color-font-thin);
}
#top_msg .btn {
	margin-top: 50px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_msg h3 {
		margin-bottom: 30px;
		font-size: 35px;
	}
}
	@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg h3 {
		padding-top: 10px;
		margin-bottom: 25px;
		font-size: 30px;
	}
	#top_msg h3 img {
		top: -15px;
	}
	#top_msg .btn {
		margin-top: 30px;
	}
}
/* お知らせ */
#top_info {
	background: url("../img/top/news-bg.png") no-repeat left top 20px;
}
#top_info h3 {
	font-size: 21px;
	text-align: center;
}
#top_info h3 b {
	display: block;
	color: var(--color-secondary);
	font-size: 20px;
	font-weight: normal;
	font-family: var(--font-en);
}
#top_info dl {
	margin-bottom: 15px;
	padding: 20px 30px;
	background: #fff;
	border-radius: 10px;
}
#top_info dt {
	color: var(--color-secondary);
}
#top_info dd {
	color: var(--color-font-thin);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_info h3 {
		width: 150px;
		height: 150px;
		background: #fff;
		border: 6px solid #fff;
		box-shadow: 0 0 0 1px #f4f0ec inset;
		border-radius: 50%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	#top_info .txt {
		width: calc(100% - 200px);
	}
	#top_info dl {
		display: flex;
		column-gap: 1.5em;
	}
	#top_info dt {
		white-space: nowrap;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_info {
		background-size: 25% auto;
	}
	#top_info h3 {
		margin-bottom: 20px;
	}
	#top_info dl {
		margin-bottom: 10px;
		padding: 15px 20px;
	}
}