@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
#top_msg {
	margin-top: 100px;
	position: relative;
	min-height: 43vw;
}
#top_msg .img {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
#top_msg .info {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#top_msg .ttl_area {
	text-align: right;
	margin-bottom: 70px;
}
#top_msg .ttl_area .bg_white {
	font-size: 45px;
	line-height: 1;
	background: #fff;
	padding: 10px 30px 15px;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
}
#top_msg .ttl_area .bg_white:first-of-type::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -15px;
	width: 36px;
	height: 31px;
	background: url("../img/top/greeting-ico.png");
}
#top_msg .txt {
	width: 50%;
	margin-left: auto;
	text-align: right;
	font-size: 18px;
	line-height: 2.11;
}
#top_menu::before {
	background: url("../img/top/bg-full.png") no-repeat center / 100% auto;
}
#top_menu .box {
	background: rgba(255,255,255,0.5);
	margin-bottom: 120px;
	width: calc(100% - 100px);
	margin-left: auto;
	padding: 100px 0;
	border-radius: 100px 0 0 20px;
}
#top_menu .box::before {
	background: rgba(255,255,255,0.5);
	width: calc(50vw - 500px);
	left: auto;
	right: 0;
	z-index: 1;
}
#top_menu .box:nth-of-type(2) {
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 0;
	border-radius: 0 100px 20px 0;
}
#top_menu .box:first-of-type::after {
	content: "";
	position: absolute;
	right: -190px;
	top: -150px;
	width: 322px;
	height: 251px;
	background: url("../img/top/bg01.png") no-repeat center / 100% auto;
	z-index: -1;
}
#top_menu .box:nth-of-type(2)::before {
	left: 0;
	right: auto;
}
@media only screen and (max-width: 1150px) {
	#top_msg .txt {
		padding-right: 15px;
	}
	#top_menu {
		width: 1150px;
	}
	#top_menu .box:first-of-type {
		padding-right: 50px;
	}
	#top_menu .box:first-of-type::before {
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
	}
	#top_menu .box:nth-of-type(2)::before {
		width: 25px;
	}
}
#top_menu .box .info {
	padding-left: 100px;
	width: 600px;
}
#top_menu .box:nth-of-type(even) .info {
	order: 2;
	padding-left: 0;
	padding-right: 100px;
}
#top_menu .box .info .ttl {
	font-size: 30px;
	background: #fff;
	width: 487px;
	text-align: center;
	padding: 4px 0 6px;
	margin-bottom: 30px;
}
#top_menu .box:nth-of-type(2) .info .ttl {
	width: 242px;
}
#top_menu .box .info .txt {
	font-size: 110%;
	line-height: 1.9;
	margin-bottom: 50px;
}
#top_menu .box .info .btn01 {
	margin-left: auto;
}
#top_menu .box .img {
	width: 350px;
}
#top_menu .box:nth-of-type(even) .img {
	order: 1;
}
#top_menu .box .img img {
	border-radius: 100px 20px 20px 20px;
}
#top_menu .box:nth-of-type(even) .img img {
	border-radius: 20px 100px 20px 20px;
}
#top_link {
	position: relative;
}
#top_link::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -200px;
	bottom: 50px;
	background: url("../img/top/bg02.png") no-repeat center / 100% auto;
	width: 294px;
	height: 218px;
}
#top_link ul li {
	width: 530px;
	position: relative;
}
#top_link ul li::before {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	z-index: 2;
}
#top_link ul li::after {
	content: "";
	position: absolute;
	right: 23px;
	bottom: 20px;
	background: url("../img/arrow.png") no-repeat center / 100% auto;
	width: 20px;
	height: 13px;
	z-index: 3;
}
#top_link ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 200px;
	background: #fff url("../img/top/menu01.jpg") no-repeat right center;
	box-shadow : 2px 2px 5px rgba(0, 0, 0, 0.1);
	border-radius : 70px 20px 20px 20px;
	color : var(--color-green);
	font-size: 35px;
	padding-left: 35px;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
}
#top_link ul li:nth-of-type(2) a {
	background-image: url("../img/top/menu02.jpg");
}
#top_link ul li a:hover {
	color: #fff;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	box-shadow: none;
}
#top_link ul li a:hover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(247, 158, 70, 0.5);
	z-index: 1;
}
#top_link ul li a span {
	position: relative;
	z-index: 2;
}
@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_msg {
		margin-top: 50px;
	}
	#top_msg .ttl_area {
		height: 26vw;
		margin-bottom: 40px;
	}
	#top_msg .ttl_area .bg_white {
		font-size: 28px;
		padding: 5px 20px 10px;
	}
	#top_msg .info_sp {
		display: flex;
		justify-content: space-between;
	}
	#top_msg .info_sp .img_sp {
		width: 44%;
	}
	#top_msg .info_sp .img_sp img {
		border-radius: 0 50px 20px 0;
	}
	#top_msg .info_sp .txt {
		width: 53%;
		text-align: left;
		padding-right: 15px;
		line-height: 1.7;
	}
	#top_menu {
		width: 100%;
	}
	#top_menu .box {
		padding: 50px 0;
		width: 100%;
	}
	#top_menu .box:first-of-type::before {
		width: 25px;
		margin-right: -25px;
		margin-left: 0;
	}
	#top_menu .box .info {
		padding-left: 50px;
		width: 100%;
		padding-right: 20px;
		margin-bottom: 20px;
	}
	#top_menu .box .info .ttl {
		font-size: 22px;
		width: 380px;
		margin-bottom: 20px;
	}
	#top_menu .box .info .txt {
		margin-bottom: 20px;
	}
	#top_menu .box .img {
		width: 100%;
		text-align: center;
	}
	#top_menu .box:nth-of-type(even) .info {
		order: 1;
		padding-right: 50px;
	}
	#top_menu .box:nth-of-type(even) .img {
		order: 2;
	}
	#top_link ul li {
		width: 48%;
	}
	#top_link ul li a {
		font-size: 22px;
		padding-left: 20px;
		height: 100px;
		background-position: right -120px center;
		border-radius: 40px 15px 15px 15px;
	}

}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg {
		margin-top: 30px;
	}
	#top_msg .img {
		width: 60%;
	}
	#top_msg .ttl_area {
		padding-top: 15px;
	}
	#top_msg .ttl_area .bg_white {
		font-size: 18px;
		margin-bottom: 10px;
		padding: 2px 10px 5px;
	}
	#top_msg .ttl_area .bg_white:first-of-type::before {
		top: -26px;
		left: -27px;
	}
	#top_msg .info_sp {
		display: block;
	}
	#top_msg .info_sp .img_sp {
		margin: 0 auto;
		width: 200px;
	}
	#top_msg .info_sp .img_sp {
		width: 250px;
		margin-bottom: 15px;
	}
	#top_msg .info_sp .txt {
		width: 100%;
		padding: 0 20px;
		font-size: 100%;
	}
	#top_menu .box {
		border-radius: 50px 0 0 20px;
		padding: 30px 0;
		margin-bottom: 50px;
	}
	#top_menu .box:first-of-type::after {
		transform: scale(0.8);
	}
	#top_menu .box:nth-of-type(2) {
		border-radius: 0 50px 20px 0;
	}
	#top_menu .box:nth-of-type(2)::before {
		width: 20px;
	}
	#top_menu .box .info {
		padding-left: 20px;
		padding-right: 0;
		margin-bottom: 25px;
	}
	#top_menu .box:nth-of-type(even) .info {
		padding-right: 20px;
	}
	#top_menu .box .info .ttl {
		width: 100%;
		font-size: 18px;
	}
	#top_menu .box:nth-of-type(2) .info .ttl {
		width: 200px;
	}
	#top_menu .box .info .txt {
		font-size: 100%;
	}
	#top_menu .box .img {
		padding-left: 20px;
	}
	#top_menu .box:nth-of-type(even) .img {
		padding-right: 20px;
		padding-left: 0;
	}
	#top_link::before {
		transform: scale(0.8);
	}
	#top_link ul li {
		width: 100%;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */ 
	#top_msg .ttl_area .bg_white {
		font-size: 17px;
	}
	#top_menu .box .info .ttl {
		font-size: 17px;
	}
	#top_link ul li a {
		font-size: 19px;
	}
}