@charset "UTF-8";
/* CSS Document */
.lower header .menu2 ul > li.about::before{
	width: 100%;
}
.about .main_img{
	background: url("../img/about/guide_main_vi.png");
	background-size: cover;
	background-position: center;
	min-height: 408px;
}

.lower main section.c_h1{
	padding-bottom: 64px;
	padding-top: 0px;
}
.message{
	display: flex;
	gap:48px;
	margin-top: 24px;
}
.message .m_txt p{
	font-size: 1.8rem;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 24px;
}
.message .m_txt p:first-child,.message .m_txt p:last-child{
	font-size: 2rem;
}
.message .m_txt p:last-child{
	margin-bottom: 0px;
}
.message .m_txt p span{
	font-size: 1.6rem;
}
.message .m_img{
	max-width: 371px;
}
.message .m_img img{
	width: 100%;
}

#cnt2{
	padding-bottom: 0px;
}
.cnt2{
	background: url("../img/about/bg.png");
	background-size: cover;
	background-position: bottom;
	padding-top: 48px;
	padding-bottom: 40px;
}
.cnt2 p{
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.88px;
	color: #fff;
	text-align: center;
	margin-bottom: 32px;
}
.cnt2 .cnt2_img{
	max-width: 795px;
	margin: 0 auto;
}
.cnt2 .cnt2_img img{
	width: 100%;
}
#cnt3{
	position: relative;
	padding-top: 50px;
}
#cnt3::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 50px; /* ぼかしの高さ */
	background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	pointer-events: none; /* クリック操作を透過 */
	z-index: 2;
}
.main_link.column{
	margin-bottom: 80px;
}
.main_link .col{
	width: calc(100%/3 - 44px);
	display: flex;
  	flex-direction: column; /* 内部要素を縦並びに */
}
.main_link .col .cnt3_img{
	margin-bottom: 24px;
}
.main_link .col .cnt3_txt{
	margin-top: auto;
}
.main_link .col .cnt3_txt p{
	padding-bottom: 25px;
	padding-right: 70px;
}
.exterior .col{
	width: 40%;
}
.exterior .col:first-child{
	width: 60%;
}
.exterior .col:first-child img{
	width: 100%;
}
/*.exterior .col p:first-child{
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 24px;
}*/
.exterior .col .column2{
	display: flex;
	gap:48px;
	margin-top: 56px;
}
.exterior .col .column2 img{
	max-width: 268px;
	width: 60%;
}
.exterior .col .column2 p{
	font-size: 1.4rem;
	line-height: 22px;
	width: 40%;
}

#cnt4{
	padding-top: 0px;
}
.gallery{
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 0px;
}
.gallery .gallery_img{
	aspect-ratio: 353 / 221;
}

#cnt5{
	padding-top: 0px;
}
#cnt5 .column{
	gap:48px;
}
#cnt5 .col{
	width: calc(100%/3 - 44px);
	background: #E9F0F2;
}
#cnt5 .col .txt{
	padding: 32px;
}
#cnt5 .col .txt p{
	line-height: 28px;
}
#cnt5 .col img{
	width: 100%;
}

@media screen and (max-width: 1024px) {
	#cnt5 .col{
		width: calc(100% / 3 - 32px);
	}
}
@media screen and (max-width: 820px) {
	.main_link.column{
		display: block;
	}
	.main_link .col{
		margin-bottom: 20px;
		display: block;
        width: 100%;
	}
	.exterior .column{
		display: block;
	}
	.exterior .col:first-child{
		margin-bottom: 48px;
	}
	.exterior .col:first-child,.exterior .col{
		width: 100%;
	}
	.exterior .col .column2 img,.exterior .col .column2 p{
		width: 50%;
	}
}
.pc767{
	display: block;
}
.sp767{
	display: none;
}
@media screen and (max-width: 767px) {
	.pc767{
		display: none;
	}
	.sp767{
		display: block;
	}
	.about .main_img{
		background: url("../img/about/guide_main_vi_sp.png");
		background-size: cover;
		background-position: center;
		min-height: 340px;
	}
	.lower h1{
		margin-bottom: 80px;
	}
	.lower main section.c_h1{
		padding-bottom: 123px;
	}
	.message{
		display: block;
	}
	.message .m_txt{
		margin-bottom: 48px;
	}
	.message .m_img{
		max-width: 100%;
	}
	#cnt2{
		padding-top: 0px;
	}
	.cnt2{
		background: url(../img/about/bg_sp.png);
    	background-size: cover;
    	background-position: bottom;
	}
	#cnt3{
		padding-bottom: 80px;
	}
	#cnt4{
		padding-bottom: 80px;
	}
	.gallery{
		grid-template-columns: repeat(3, 1fr);
	}
	#cnt5 .column{
		display: block;
	}
	#cnt5 .col{
		width: 100%;
		margin-bottom: 48px;
	}
	#cnt5 .col:last-child{
		margin-bottom: 0px;
	}
	#cnt5 .col .txt{
		padding: 32px 24px;
	}
}