@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* 挨拶 */
#top_msg::before {
	background: rgba(0,178,255,0.1);
}
#top_msg::after {
	content: "";
	background: url("../img/top/bg01.png") no-repeat top center/100%;
	top: 110px;
}
#top_msg dl {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 15px 20px;
	width: 48%;
	margin-bottom: 30px;
}
#top_msg .w3 {
	margin-bottom: 50px;
}
#top_msg .w3 dl {
	width: 31%;
}
#top_msg dt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight : bold;
	font-size : 30px;
	line-height : 61px;
	color : #0065E1;
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#top_msg dt.lh_s {
	line-height : 32px;
}
#top_msg dt span {
	font-family: var(--font-cinzel);
	font-size : 48px;
	color : #00B2FF;
	font-weight: normal;
	margin-right: 10px;
}
#top_msg .img,
#top_info .img {
	position: relative;
	bottom: 0;
	left: 0;
	width: 45vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
#top_msg .img::before,
#top_info .img::before {
	content: "";
	background: url("../img/top/img01-bg.png") no-repeat bottom left/100%;
	width: 25vw;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#top_msg .img.rit_img::before,
#top_info .img.rit_img::before {
	content: "";
	background: url("../img/top/img02-bg.png") no-repeat top right/100%;
	width: 50vw;
	height: 100%;
	position: absolute;
	bottom: auto;
	left: auto;
	top: -60px;
	right: 0;
	z-index: -1;
}
	@media only screen and (max-width: 1150px) {
		#top_msg .img {
			margin-left: -25px;
		}
		#top_msg .img.rit_img {
			margin-right: -25px;
			margin-left: auto;
			right: -25px;
		}
	}
#top_msg .img.rit_img {
	left: auto;
	right: 0;
	margin-left: auto;
	margin-top: 50px;
}
#top_msg .img img {
	width: 100%;
	object-fit: cover;
	height: 300px;
	border-radius: 0 10px 10px 0;
}
#top_msg .img.rit_img img {
	border-radius: 10px 0 0 10px;
}
/* お知らせ */
#top_info {
	width: 900px;
	margin: 0 auto;
}
#top_info .lft_box h3 {
	font-size : 42px;
	color : #00B2FF;
	font-weight: normal;
	margin-bottom: 20px;
}
#top_info .rit_box {
	width: 700px;
}
#top_info .rit_box dl {
	border-top: 1px solid #b7b7b7;
	padding: 25px 2px;
}
#top_info .rit_box dl:last-of-type {
	border-bottom: 1px solid #b7b7b7;
}
#top_info .rit_box dt {
	font-size: 87.5%;
	color : #B7B7B7;
}
#top_info .rit_box dd a {
	text-decoration: underline;
}
#top_property::before {
	background: linear-gradient(180deg,rgba(0, 178, 255, 0.1) 0%, rgba(0, 178, 255, 0) 100%);
	height: 200px;
}
#top_property h3.sub {
	text-align: left;
}
#top_property h3.sub span {
	padding-left: 25px;
	margin-bottom: 15px;
}
#top_property h3.sub span::before {
	transform: rotate(-90deg);
	left: 0;
	top: 20px;
}
#top_property .box_flex_sp {
	align-items: flex-start;
}
#top_property .box {
	width: 340px;
	position: relative;
}
#top_property .box::before {
	content: "";
	background: linear-gradient(145deg,rgba(229, 247, 255, 1) 0%, rgba(244, 252, 255, 1) 26%, rgba(229, 247, 255, 1) 49%, rgba(242, 251, 255, 1) 76%, rgba(229, 247, 255, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	height: calc(100% - 50px);
	width: 100%;
	z-index: -1;
	border-radius: 5px;
}
#top_property .box:nth-of-type(2) {
	margin-top: -50px;
}
#top_property .box:nth-of-type(3) {
	margin-top: -100px;
}
#top_property .box a:hover {
	opacity: 1;
}
#top_property .box a .img {
	width: 300px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#top_property .box a .img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 178, 255, 0.5);
	opacity: 0;
	transition: 0.3s;
	border-radius: 5px;
}
#top_property .box a:hover .img::after {
	opacity: 1;
}
#top_property .box a .img img {
	display: block;
	width: 100%;
	border-radius: 5px;
	aspect-ratio: 1.36 / 1;
	object-fit: cover;
}
#top_property .box a .img .dummy {
	background: #00B2FF;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
#top_property .box a .img .dummy img {
	width: 80%;
	height: auto;
	aspect-ratio: unset;
	object-fit: unset;
}

#top_property .box .txt_box {
	padding: 20px 20px 0;
}
#top_property .box .ttl {
	font-size : 22px;
	color : #0065E1;
	font-weight: 600;
	margin-bottom: 5px;
}
#top_property .box .txt {
	line-height : 25px;
	color : #004EA2;
}
#top_property .box .txt span {
	color: #0065e1;
}
#top_property .btn02.w220 a {
	width: 220px;
}
#top_property .txt.fm {
	font-weight : bold;
	font-size : 23px;
	line-height : 61px;
	margin-top: 30px;
}
#top_property .line_b {
	position: relative;
	padding: 0 5px;
}
#top_property .line_b::before {
	content: "";
	width: 100%;
	height: 8px;
	background: linear-gradient(90deg,rgba(229, 247, 255, 1) 0%, rgba(244, 252, 255, 1) 26%, rgba(229, 247, 255, 1) 49%, rgba(242, 251, 255, 1) 76%, rgba(229, 247, 255, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#top_links {
	position: relative;
}
#top_links .img_bg {
	position: absolute;
	top: -15%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url("../img/top/bg02.png")no-repeat center/cover;
	pointer-events: none;
	z-index:-1;
}
	@media only screen and (max-width: 1150px) {
		#top_links .img_bg {
			margin-left: -25px;
		}
	}
#top_links .w2 li {
	width: 48%;
	margin-bottom: 50px;
}
#top_links .w2 li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 200px;
	position: relative;
	background: url("../img/top/links01.jpg") no-repeat center/cover;
	z-index: 0;
	color: #fff;
	font-size : 35px;
	font-weight: bold;
	line-height : 35px;
	letter-spacing : 1px;
	border-radius: 5px;
}
#top_links .w2 li:nth-of-type(2) a {
	background: url("../img/top/links02.jpg") no-repeat center/cover;
}
#top_links .w2 li:nth-of-type(3) a {
	background: url("../img/top/links03.jpg") no-repeat center/cover;
}
#top_links .w2 li:nth-of-type(4) a {
	background: url("../img/top/links04.jpg") no-repeat center/cover;
}
#top_links .w2 li a .fs {
	font-size : 20px;
	font-weight: normal;
	padding-top: 10px;
}
#top_links .w2 li a::before {
	content: "";
	background: linear-gradient(180deg,rgba(0, 178, 255, 0.4) 0%, rgba(0, 101, 225, 1) 100%);
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	border-radius: 5px;
}
#top_links .w2 li a:hover {
	opacity: 1;
}
#top_links .w2 li a:hover::before {
		background: linear-gradient(180deg,rgba(0, 178, 255, 1) 0%, rgba(0, 101, 225, 1) 100%);
}
#top_links .bana {
	margin: 50px 0;
	text-align: center;
}
#top_links .bana a {
	display: inline-block;
	width: 800px;
	background: linear-gradient(rgba(0, 101, 255, 0.3), rgba(0, 101, 255, 0.3)), url("../img/top/links05.jpg") no-repeat center/cover ;
	height: 220px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	font-weight : bold;
	font-size : 56px;
	line-height : 35px;
	letter-spacing : 2.8px;
	color: #fff;
	text-align: center;
	padding-top: 50px;
}
#top_links .bana a:hover {
	opacity: 1;
}
#top_links .bana a::before {
	content: "";
	background: url("../img/arrow03.png") no-repeat bottom right/100%;
	width: 54px;
	height: 54px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#top_links .bana a:hover::before {
	background: url("../img/arrow03-on.png") no-repeat bottom right/100%;
}
#top_links .bana a span {
	font-size : 20px;
	line-height : 35px;
	letter-spacing : 1px;
	font-weight: normal;
}
#top_links .banas_box {
	width: 677px;
	margin: 0 auto;
}
#top_links .banas_box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_msg .mb50 {
		margin-bottom: 50px;
	}
}
@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::after {
		top: 70px;
	}
	#top_msg dt {
		font-size: 21px;
		line-height: 1.8em;
	}
	#top_msg dt span {
		font-size: 30px;
	}
	#top_info {
		width: 100%;
	}
	#top_info .lft_box {
		width: 25%;
	}
	#top_info .rit_box {
		width: 70%;
	}
	#top_info .rit_box dl {
		padding: 15px 2px;
	}
	#top_property .box {
		width: 32%;
	}
	#top_property .box a .img {
		width: 90%;
	}
	#top_property .box a .img .dummy {
		height: 19.5vw;
	}
	#top_property .box .ttl {
		font-size: 110%;
	}
	#top_property .txt.fm {
		font-size: 110%;
		line-height: 1.8em;
	}
	#top_links .w2 li a {
		font-size: 23px;
		line-height: 1.5em;
		height: 150px;
	}
	#top_links .w2 li a .fs {
		font-size: 70%;
		padding-top: 0;
	}
	#top_links .bana a {
		font-size: 35px;
		line-height: 1.2em;
		width: 80%;
	}
	#top_links .bana a span {
		font-size: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg dl,#top_msg .w3 dl {
		width: 100%;
		padding: 15px;
		margin-bottom: 15px;
	}
	#top_msg .img img {
		height: 100px;
	}
	#top_msg .img::before {
		width: 30vw;
		bottom: 30px;
	}
	#top_msg .img.rit_img::before {
		top: -20px;
	}
	#top_info .lft_box,#top_info .rit_box {
		width: 100%;
	}
	#top_info .lft_box h3 {
		font-size: 28px;
	}
	#top_property h3.sub span {
		margin-bottom: -30px;
	}
	#top_property .box,#top_property .box:nth-of-type(2),#top_property .box:nth-of-type(3) {
		width: 100%;
		margin-bottom: 50px;
		margin-top: 0;
	}
	#top_property .box a .img .dummy {
		height: 59vw;
	}
	#top_property .box .txt_box {
		padding: 15px 15px 0;
	}
	#top_property .line_b {
		background: linear-gradient(transparent 70%, #e5f7ff 70%);
	}
	#top_property .line_b::before {
		display: none;
	}
	#top_links .w2 li {
		width: 100%;
		margin-bottom: 15px;
	}
	#top_links .w2 li a {
		height: 100px;
	}
	#top_links .w2 li a::before {
		width: calc(100% - 15px);
		height: calc(100% - 15px);
	}
	#top_links .bana a {
		font-size: 23px;
		letter-spacing: normal;
		line-height: 1.8em;
		padding-top: 15px;
		height: 150px;
		width: 100%;
	}
	#top_links .bana a::before {
		background: url(../img/arrow03.png) no-repeat bottom right / 100%;
		width: 30px;
		height: 30px;
		bottom: 10px;
		right: 10px;
}
	#top_links .bana a span {
		font-size: 70%;
		display: block;
		line-height: 1.5em;
	}
	#top_links .banas_box {
		width: 100%;
	}
	#top_links .banas_box ul {
		display: block;
	}
	#top_links .banas_box li {
		text-align: center;
		margin-bottom: 15px;
	}
}