@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* お知らせ */
#top_info {
	position: relative;
}
#top_info::before {
	content: "";
	background: url("../img/top/bg-info.png") no-repeat center / 100% auto;
	width: 455px;
	height: 455px;
	position: absolute;
	right: -150px;
	bottom: 120px;
	z-index: 1;
}
#top_info #news_list {
	width: 900px;
	margin: 0 auto 50px;
	position: relative;
	z-index: 2;
}
#top_info #news_list a {
	border: 1px solid #e0dae8;
	border-radius : 20px 0px;
	display: block;
	padding: 20px 25px;
	background: #fff url("../img/top/bg-info-btn.png") no-repeat right 30px center;
	margin-bottom: 20px;
}
#top_info #news_list a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: var(--color-font);
	background-image: url("../img/top/bg-info-btn-on.png");
	color: #fff;
}
#top_info #news_list a dl {
	display: flex;
	align-items: center;
	font-weight: 500;
}
#top_info #news_list a dl dt {
	width: 120px;
	position: relative;
}
#top_info #news_list a dl dt::before {
	content: "";
	position: absolute;
	right: 20px;
	top: -10px;
	height: calc(100% + 20px);
	width: 1px;
	background: #e0dae8;
}
#top_info #news_list a dl dd {
	font-size: 110%;
	width: calc(100% - 120px);
	padding-right: 60px;
}
/* 挨拶 */
#top_msg {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}
#top_msg::before {
	content: "";
	background: url("../img/top/bg-msg.png") no-repeat center / 100% auto;
	width: 983px;
	height: 705px;
	position: absolute;
	left: -480px;
	top: -140px;
	z-index: 1;
}
#top_msg h3.sub {
	line-height: 1.75;
	margin-left: 30px;
}
#top_msg h3.sub span {
	background: linear-gradient(to bottom, #62448c, #ad9dc2);
	-webkit-background-clip: text;
	background-clip: text;
}
#top_msg .txt {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 110%;
	line-height: 2.2;
	height: 548px;
	margin-top: 50px;
}
#top_msg .img {
	position: relative;
	left: -100px;
	z-index: 2;
}
#top_feature {
	position: relative;
	z-index: 3;
}
#top_feature::before {
	background: url("../img/top/bg-feature.jpg") no-repeat center / cover;
	height: 326px;
	top: auto;
	bottom: 0;
	z-index: 0;
}
#top_feature h3.sub {
	margin-bottom: 65px;
}
#top_feature .list {
	counter-reset: item;
}
#top_feature .box {
	position: relative;
	width: 315px;
	background: #fff;
}
/* 左上にずれた枠 */
#top_feature .box::before {
	content: "";
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
	height: calc(100% + 26px);
	border: 1px solid #7550a0;
	box-sizing: border-box;
	pointer-events: none;
}
/* 右下にずれた枠 */
#top_feature .box::after {
	content: "";
	position: absolute;
	top: 0;
	left: -13px;
	width: calc(100% + 26px);
	height: 100%;
	border: 1px solid #7550a0;
	box-sizing: border-box;
	pointer-events: none;
}
#top_feature .box .in {
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #7550a0;
	height: 100%;
}
#top_feature .box .in::before {
	counter-increment: item;
	content: counter(item, cjk-ideographic);
	background: url("../img/top/bg-count.png") no-repeat center / 100% auto;
	width: 60px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
	font-family: var(--font-hina);
	position: absolute;
	right: -13px;
	top: -38px;
	z-index: 2;
}
#top_feature .box .in .img {
	display: block;
	width: 100%;
	height: auto;
}
#top_feature .box .in .img img {
	width: 100%;
}
#top_feature .box .in .txt {
	padding: 20px 25px;
	font-size: 110%;
}
#top_menu {
	padding: 150px 0;
}
#top_menu .list {
	position: relative;
}
#top_menu .list::before {
	content: "";
	right: -320px;
	top: -200px;
	background: url("../img/top/bg-menu-r.png") no-repeat center / 100% auto;
	position: absolute;
	width: 602px;
	height: 834px;
	z-index: 1;
}
#top_menu .list::after {
	content: "";
	left: -270px;
	bottom: -60px;
	background: url("../img/top/bg-menu-l.png") no-repeat center / 100% auto;
	position: absolute;
	width: 416px;
	height: 514px;
	z-index: 1;
}
#top_menu .box {
	width: 850px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #f8f4ef;
	margin-bottom: 140px;
	position: relative;
	z-index: 2;
	padding-top: 60px;
	padding-left: 50px;
	padding-bottom: 50px;
}
#top_menu .box:nth-of-type(2) {
	margin-left: 100px;
}
#top_menu .box:nth-of-type(3) {
	margin-left: 200px;
	margin-bottom: 0;
}
#top_menu .box h3 {
	position: absolute;
	top: -35px;
	left: 0;
	padding: 10px 0 10px 30px;
	background: url("../img/top/bg-menu-h3.png") no-repeat left center;
}
#top_menu .box .img {
	position: absolute;
	right: -50px;
	top: -40px;
}
#top_menu .box h4 {
	color: var(--color-secondary);
	font-size: 25px;
	background: url("../img/bg-line.png") repeat-x left bottom;
	width: 385px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#top_menu .box .txt {
	font-size: 110%;
	line-height: 2.1875;
	width: 446px;
}
#top_menu .box .btn01 {
	position: absolute;
	left: 50px;
	bottom: -35px;
}
#top_imgs ul {
	font-size: 0;
	display: flex;
}
#top_imgs li {
	flex: 0 0 calc(100% / 6);
}
#top_imgs li img {
	width: 100%;
}
#top_guidance {
	padding-top: 70px;
	padding-bottom: 80px;
	position: relative;
}
#top_guidance::before {
	background: url("../img/top/bg-shibu.jpg") no-repeat center / cover;
}
#top_guidance h3.sub {
	padding: 10px 0;
	margin-bottom: 70px;
}
#top_guidance h3::before {
	background: rgba(255,255,255,0.8);
}
#top_guidance h3 span {
	position: relative;
	z-index: 2;
	color: var(--color-font) !important;
}
#top_guidance .list {
	position: relative;
	z-index: 1;
	width: 800px;
	margin: 0 auto;
}
#top_guidance .list .in {
	width: 240px;
}
#top_guidance .list dl {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 11px 20px;
	font-size: 110%;
}
#top_guidance .list dl dt {
	font-weight: 500;
}
#top_guidance .list .img img {
	border-radius: 10px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_msg h3.sub span {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_info::before {
		width: 300px;
		height: 300px;
	}
	#top_info #news_list {
		width: 100%;
	}
	#top_info #news_list a {
		padding: 15px 20px;
		background-position: right 20px center;
		margin-bottom: 15px;
	}
	#top_info #news_list a dl dd {
		padding-right: 55px;
	}
	#top_msg::before {
		width: 90%;
		left: -45%;
		top: -35%;
	}
	#top_msg h3.sub {
		line-height: 1.7;
		margin-left: 20px;
	}
	#top_msg .txt {
		line-height: 1.7;
	}
	#top_msg .img {
		left: -10px;
	}
	#top_feature::before {
		height: 250px;
	}
	#top_feature .box {
		width: 31%;
	}
	#top_feature .box::before {
		top: -5px;
		height: calc(100% + 10px);
	}
	#top_feature .box::after {
		left: -5px;
		width: calc(100% + 10px);
	}
	#top_feature .box .in .txt {
		padding: 15px;
	}
	#top_menu {
		padding: 100px 0;
	}
	#top_menu .list::before {
		width: 70%;
		right: -40%;
	}
	#top_menu .list::after {
		display: none;
	}
	#top_menu .box {
		width: 100%;
		padding-top: 30px;
		padding-left: 30px;
		padding-bottom: 40px;
		margin-bottom: 100px;
	}
	#top_menu .box:nth-of-type(2), #top_menu .box:nth-of-type(3) {
		margin-left: 0;
	}
	#top_menu .box h3 {
		background-size: 40px auto;
		top: -30px;
	}
	#top_menu .box .img {
		width: 300px;
		right: -25px;
	}
	#top_menu .box h4 {
		width: calc(100% - 300px);
		font-size: 20px;
		background-size: auto 8px;
	}
	#top_menu .box .txt {
		width: calc(100% - 300px);
		line-height: 1.8;
	}
	#top_menu .box .btn01 {
		left: 30px;
	}
	#top_guidance {
		padding: 40px 0 50px
	}
	#top_guidance h3.sub {
		margin-bottom: 40px;
	}
	#top_guidance .list {
		width: 100%;
	}
	#top_guidance .list .in {
		width: 32%;
	}
	#top_guidance .list dl {
		padding: 5px 10px;
		font-size: 100%;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_info #news_list {
		margin-bottom: 30px;
	}
	#top_info #news_list a {
		background-size: 20px auto;
		padding: 15px;
		background-position: right 15px center;
	}
	#top_info #news_list a dl {
		display: block;
	}
	#top_info #news_list a dl dt::before {
		display: none;
	}
	#top_info #news_list a dl dd {
		width: 100%;
		padding-right: 30px;
		font-size: 100%;
	}
	#top_msg::before {
		display: none;
	}
	#top_msg .txt {
		margin-top: 30px;
		height: 640px;
	}
	#top_msg {
		display: block;
	}
	#top_msg h3.sub {
		margin-left: 0;
		-ms-writing-mode: unset;
		writing-mode: unset;
	}
	#top_msg .txt {
		margin-top: 0;
		-ms-writing-mode: unset;
		writing-mode: unset;
		height: auto;
	}
	#top_msg .img {
		margin-top: 30px;
		left: 0;
		text-align: center;
	}
	#top_msg .img::before {
		content: "";
		background: url(../img/top/bg-msg.png) no-repeat center / 100% auto;
		width: 150%;
		height: 120%;
		position: absolute;
		left: -60%;
		top: -30%;
		z-index: 1;
	}
	#top_msg .img img {
		position: relative;
		z-index: 2;
		width: 80%;
	}
	#top_feature::before {
		height: 150px;
	}
	#top_feature h3.sub {
		margin-bottom: 40px;
	}
	#top_feature .box {
		width: 47%;
	}
	#top_feature .box:last-of-type {
		margin: 30px auto 0;
	}
	#top_feature .box .in::before {
		width: 45px;
		height: 44px;
		font-size: 23px;
		top: -20px;
	}
	#top_feature .box .in .txt {
		padding: 10px;
	}
	#top_menu {
		padding: 70px 0;
	}
	#top_menu .box {
		padding: 30px 15px;
		margin-bottom: 80px;
	}
	#top_menu .box .img {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto 20px;
		width: 280px;
	}
	#top_menu .box h4 {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_menu .box .txt {
		width: 100%;
	}
	#top_menu .box .btn01 {
		bottom: -31px;
	}
	#top_menu .box .btn01 {
		left: 50%;
		transform: translateX(-50%);
	}
	#top_imgs ul {
		flex-wrap: wrap;
	}
	#top_imgs li {
		flex: 0 0 calc(100% / 3);
	}
	#top_guidance .list .in {
		width: 100%;
	}
	#top_guidance .list dl {
		margin-bottom: 10px;
	}
	#top_guidance .list .img {
		text-align: center;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_msg h3.sub {
		font-size: 21px;
	}
	#top_feature h3.sub {
		font-size: 21px;
	}
	#top_menu .box .img {
		width: 240px;
	}
}