@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	position: relative;
}
#top_ttl::before {
	position: absolute;
	top: 0;
	left: -1px;
	content: url("../img/top/title_l.png")
}
#top_ttl::after {
	position: absolute;
	top: 0;
	right: 0;
	content: url("../img/top/title_r.png")
}
#top_ttl img {
	width: 100%;
}
/* 挨拶 */
#top_msg h3.sub {
	font-size: 70px;
	font-weight: bold;
}
#top_msg .txt {
	line-height: 2.57;
}
#top_menu .box {
	position: relative;
	padding-top: 50px;
	margin-bottom: 100px;
}
#top_menu .box:last-of-type {
	margin-bottom: 0;
}
#top_menu .box .img {
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 620px) );
}
#top_menu .box:nth-of-type(2) .img {
	left: auto;
	right: calc(50% - 50vw);
}
@media only screen and (max-width: 1150px) {
	#top_menu .box .img {
		left: -30px;
		width: 600px;
	}
}
#top_menu .box .img img {
	width: 100%;
	max-height: 360px;
	object-fit: cover;
	object-position: top;
	border-top-right-radius: 30px;
}
#top_menu .box:nth-of-type(2) .img img {
	border-top-right-radius: 0;
	border-top-left-radius: 30px;
}
#top_menu .box .info {
	width: 700px;
	position: relative;
	border: 5px solid var(--color-red);
	border-radius: 30px;
	padding: 30px 45px 60px;
	margin-left: auto;
	background: #fff;
}
#top_menu .box:nth-of-type(2) .info {
	margin-left: 0;
	margin-right: auto;
}
#top_menu .box .info::before {
	content: "";
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: 1px solid var(--color-red);
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 25px;
}
#top_menu .box .info .maru {
	position: absolute;
	right: 50px;
	top: -70px;
	height: 180px;
	width: 180px;
	background: #33c892;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transform: rotate(15deg);
}
#top_menu .box:nth-of-type(2) .info .maru {
	right: auto;
	left: -7px;
	background: #2ea7e0;
	transform: rotate(-15deg);
}
#top_menu .box .info .maru::before {
	content: url("../img/star.png");
	position: absolute;
	top: 5px;
	left: 20px;
	transform: rotate(-15deg);
}
#top_menu .box:nth-of-type(2) .info .maru::before {
	left: auto;
	right: 30px;
	transform: rotate(15deg);
}
#top_menu .box .info h3 {
	font-size: 69px;
	line-height: 1.2;
	margin-bottom: 20px;
}
#top_menu .box:nth-of-type(2) .info h3 {
	padding-left: 132px;
}
#top_menu .box .info .btn01 {
	position: absolute;
	bottom: -30px;
	right: 50px;
}
#top_menu .box:nth-of-type(2) .info .btn01 {
	right: auto;
	left: 50px;
}
#top_sub_menu {
	padding-bottom: 200px;
}
#top_sub_menu::before {
	top: auto;
	bottom: 0;
	background : url("../img/top/bg-wave02.jpg") no-repeat center bottom / 100% auto, url("../img/top/bg-wave01.jpg") no-repeat center top / 100% auto, rgba(13, 142, 255, 0.2);
	height: 459px;
}
#top_sub_menu .box {
	width: 360px;
	border: 5px solid #33c892;
	position: relative;
	padding: 20px;
	border-radius: 20px;
	background: #fff;
}
#top_sub_menu .box:nth-of-type(2) {
	border-color: #2ea7e0;
}
#top_sub_menu .box h4 {
	text-align: center;
	background: linear-gradient(transparent 70%, rgba(252, 243, 0, 0.6) 30%) ;
	font-size: 40px;
	color: #33c892;
	margin-bottom: 30px;
}
#top_sub_menu .box:nth-of-type(2) h4 {
	color: #2ea7e0;
}
#top_sub_menu .box .img {
	position: relative;
	top: -100px;
	margin-bottom: -80px;
}
#top_sub_menu .box .img img:not(.ico) {
	border-radius: 30px;
}
#top_sub_menu .box .img .ico {
	position: absolute;
	bottom: -10px;
	left: -20px;
	width: 90px;
}
#top_sub_menu .box:nth-of-type(3) .img .ico {
	left: auto;
	right: -20px;
}
#top_sub_menu .box .btn01 {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/* お知らせ */
#top_info {
	padding-top: 60px;
	padding-bottom: 100px;
}
#top_info .list {
	width: 900px;
	margin: 0 auto;
}
#top_info dl {
	padding: 26px 0;
	border-top: 1px solid #c9a063;
}
#top_info dl:last-of-type {
	border-bottom: 1px solid #c9a063;
}
#top_info dl dd span.title {
	display: block;
}
#top_info dl dd .line {
	text-decoration: underline;
}
#top_info dl dd .img02 {
	width: 200px;
	margin-top: 10px;
}
@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: 120px;
		text-align: center;
	}
	#top_info dd {
		width: calc(100% - 120px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_msg h3.sub {
		font-size: 40px;
	}
	#top_msg .txt {
		line-height: 1.8;
	}
	#top_menu {
		margin-bottom: 70px;
	}
	#top_menu .box {
		padding-top: 0;
		margin-bottom: 70px;
	}
	#top_menu .box .img {
		width: 100%;
	}
	#top_menu .box .img, #top_menu .box:nth-of-type(2) .img {
		left: auto;
		right: auto;
		position: relative;
		text-align: center;
		margin-bottom: 30px;
	}
	#top_menu .box .img img, #top_menu .box:nth-of-type(2) .img img {
		border-radius: 20px;
		width: 80%;
	}
	#top_menu .box .info {
		width: 100%;
		border-width: 3px;
		padding: 20px 15px 40px;
	}
	#top_menu .box .info .maru {
		right: 0;
		height: 140px;
		width: 140px;
		font-size: 18px;
	}
	#top_menu .box .info h3 {
		font-size: 40px;
	}
	#top_sub_menu .box {
		margin-bottom: 140px;
	}
	#top_sub_menu .box:nth-child(3) {
		margin-bottom: 0;
	}
	@media only screen and (max-width: 720px){
		#top_menu .box .info h3 {
			font-size: 32px;
		}
	}
	#top_menu .box .info h3 br {
		display: none;
	}
	#top_sub_menu {
		padding-bottom: 110px;
	}
	#top_sub_menu .box {
		width: 49%;
		padding: 15px 15px 30px;
		border-width: 3px;
	}
	#top_sub_menu .box .img .ico {
		width: 70px;
	}
	#top_sub_menu .box h4 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	#top_sub_menu .box .btn01 a {
		width: 230px;
	}
	#top_info {
		padding-bottom: 80px;
	}
	#top_info .list {
		width: 100%;
	}
	#top_info dl {
		padding: 15px 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg h3.sub {
		font-size: 25px;
	}
	#top_menu .box .info h3 {
		font-size: 25px;
	}
	#top_menu .box:nth-of-type(2) .info h3 {
		padding-left: 90px;
	}
	#top_menu .box .info h3 br {
		display: inline;
	}
	#top_menu .box .img img, #top_menu .box:nth-of-type(2) .img img {
		width: 90%;
	}
	#top_menu .box .info .maru {
		width: 100px;
		height: 100px;
		font-size: 14px;
		top: -50px;
	}
	#top_menu .box .info .maru::before {
		top: 0;
		left: 0;
	}
	#top_menu .box:nth-of-type(2) .info .maru::before {
		right: 0;
	}
	#top_menu .box .info .btn01, #top_menu .box:nth-of-type(2) .info .btn01 {
		bottom: -25px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	#top_sub_menu {
		padding-bottom: 80px;
	}
	#top_sub_menu .box {
		width: 100%;
	}
	#top_sub_menu .box:first-of-type {
		margin-bottom: 140px;
	}
	#top_sub_menu .box h4 {
		font-size: 25px;
	}
	#top_sub_menu .box .img {
		text-align: center;
	}
	#top_sub_menu .box .img img {
		width: 90%;
		max-width: 430px;
	}
	#top_sub_menu .box .btn01 {
		bottom: -25px
	}
	#top_sub_menu .box .btn01 a {
		width: 200px;
	}
	#top_info dl dd .img02 {
		margin: 10px auto 0;
	}
}