@charset "UTF-8";
/* =======================================================
TOP専用 MV上書き
======================================================= */
.bl-mv {
	min-height: 42.5rem;
	height: auto;
}
.bl-mv.--lower {
	height: auto;
	min-height: 34.5rem;
}
.ly-news-worry-wrapper.--green-top01 {
	margin-top: 0;
	padding-top: 2.5rem;
}
@media screen and (max-width: 750px) {
	.bl-mv.--lower {
		height: auto;
		min-height: auto;
	}
	.bl-mv.--lower .el-mv-ttl {
		height: auto;
	}
	.el-mv-ttl {
		height: 24.125rem;
	}
}
/* =======================================================
reason
======================================================= */
.bl-reason{
	padding-bottom: 16.75rem;
}
.bl-reason .el-main-ttl{
	width: 20.75rem;
	height: 4.125rem;
	background: #5B9A6E;
	border-radius: 0.625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.bl-reason .el-main-ttl > span{
	font-size: 3rem;
	padding-bottom: 0.5rem;
}
.bl-reason-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 3.75rem 2.625rem;
	margin-top: 4.625rem;
	position: relative;
}
.bl-reason-list::before{
	content: '';
	position: absolute;
	background: url(../images/common/illust-reason.svg) top center / contain no-repeat;
	width: 15rem;
	height: 9.625rem;
	top: -9.625rem;
	right: 1.25rem;
}
.bl-reason-item{
	width: 30rem;
	background: #fff;
	border: 0.1875rem solid #90C4A0;
	border-radius: 0.625rem;
	padding: 2rem 1.5rem;
	position: relative;
}
.bl-reason-item::before{
	content: '';
	position: absolute;
	background: url(../images/common/reason-bubble01.svg) top center / contain no-repeat;
	width: 6.25rem;
	height: 6rem;
	top: -3rem;
	left: -1.625rem;
}
.bl-reason-item:nth-of-type(2)::before{
	background: url(../images/common/reason-bubble02.svg) top center / contain no-repeat;
}
.bl-reason-item:nth-of-type(3)::before{
	background: url(../images/common/reason-bubble03.svg) top center / contain no-repeat;
}
.bl-reason-item.hachioji:nth-of-type(3)::before{
	background: url(../images/common/reason-bubble03-02.svg) top center / contain no-repeat;
}
.bl-reason-item:nth-of-type(4)::before{
	background: url(../images/common/reason-bubble04.svg) top center / contain no-repeat;
}
.el-reason-ttl{
	text-align: center;
	color: #3D7A52;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
	.bl-reason {
		padding-bottom: 17.625rem;
	}
	.bl-reason .el-main-ttl{
		width: 27.125rem;
		height: 5.25rem;
		border-radius: 0.625rem;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
	}
	.bl-reason .el-main-ttl > span{
		font-size: 3rem;
		padding-bottom: 0.5rem;
	}
	.bl-reason-list{
		justify-content: center;
		gap: 6.875rem;
		margin-top: 9.125rem;
	}
	.bl-reason-list::before{
		width: 14.125rem;
		height: 9rem;
		top: -9rem;
		right: 4.125rem;
	}
	.bl-reason-item{
		width: 39.375rem;
		border: 0.3125rem solid #90C4A0;
		padding: 3.5rem 2rem;
	}
	.bl-reason-item::before{
		width: 8.125rem;
		height: 7.75rem;
		top: -4.375rem;
		left: -1.875rem;
	}
	.el-reason-ttl{
		font-size: 2.125rem;
		letter-spacing: 0.085rem;
	}
}

/* =======================================================
clinic carousel (MV下)
======================================================= */
.bl-mv-clinic {
	padding: 2.5rem 0 11rem;
}
.el-mv-clinic-ttl {
	font-size: 1.625rem;
	font-weight: 700;
	color: #5B9A6E;
	text-align: center;
	margin-bottom: 2rem;
	letter-spacing: 0.0975rem;
}
.bl-carousel-wrapper {
	position: relative;
}
.bl-carousel-track {
	display: flex;
	gap: 2rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.bl-carousel-track::-webkit-scrollbar {
	display: none;
}
.bl-carousel-track.--centered {
	justify-content: center;
}
.bl-carousel-card {
	scroll-snap-align: start;
	flex: 0 0 31rem;
	border-radius: 0.625rem;
	background: #fff;
	border: 0.1875rem solid #D5EBD9;
	display: flex;
	flex-direction: column;
}
.bl-carousel-card .el-clinic-ttl {
	border-radius: 0.4375rem 0.4375rem 0 0;
}
.bl-carousel-card-body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	flex: 1;
}
.bl-carousel-card-body .bl-calender-table {
	width: 100%;
}
.bl-carousel-card-body .bl-calender-thead th:first-of-type {
	border-radius: 0.625rem 0 0 0;
}
.bl-carousel-card-body .bl-calender-thead th:last-of-type {
	border-radius: 0 0.625rem 0 0;
}
.bl-carousel-card-body .bl-calender-table + .el-att {
	margin-top: 0.8rem;
}
.bl-carousel-card-body .bl-btn-list {
	margin-top: auto;
	gap: 2rem;
}
.bl-carousel-card-body .el-btn.--more {
	margin: 0;
	width: 13.75rem;
}
.bl-carousel-card-body .el-btn.--reservation {
	width: 11rem;
	margin: 0;
}
.bl-carousel-card-body .el-btn.--reservation::before {
	content: none;
}
/* arrows */
.bl-carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #5B9A6E;
	border: 0.125rem solid #fff;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
	transition: background 0.3s ease;
}
.bl-carousel-arrow:hover {
	background: #3D7A52;
}
.bl-carousel-arrow.--prev {
	left: -1.5rem;
}
.bl-carousel-arrow.--next {
	right: -1.5rem;
}
.bl-carousel-arrow::after {
	content: '';
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.1875rem solid #fff;
	border-right: 0.1875rem solid #fff;
}
.bl-carousel-arrow.--prev::after {
	transform: rotate(-135deg);
	margin-left: 0.2rem;
}
.bl-carousel-arrow.--next::after {
	transform: rotate(45deg);
	margin-right: 0.2rem;
}
.bl-carousel-arrow[disabled] {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}
/* dots */
.bl-carousel-dots {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.5rem;
}
.bl-carousel-dot {
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	background: #D5EBD9;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: background 0.3s ease;
}
.bl-carousel-dot.--active {
	background: #5B9A6E;
}
@media screen and (max-width: 750px) {
	.bl-mv-clinic {
		padding: 4rem 0 2rem;
	}
	.el-mv-clinic-ttl {
		font-size: 2.25rem;
		margin-bottom: 3rem;
	}
	.bl-carousel-track {
		gap: 3rem;
	}
	.bl-carousel-card {
		flex: 0 0 100%;
		border: 0.3125rem solid #D5EBD9;
	}
	.bl-carousel-card .el-clinic-ttl {
		font-size: 2.125rem;
		letter-spacing: 0.1275rem;
		border-radius: 0.4rem 0.4rem 0 0;
		height: 8.625rem;
		padding: 1.625rem 1.875rem;
	}
	.bl-carousel-card .el-clinic-ttl > .el-alphabet {
		font-size: 1.625rem;
		letter-spacing: 0.065rem;
		bottom: 1.5rem;
	}
	.bl-carousel-card .el-clinic-ttl > .el-open {
		height: 3.5rem;
		border: 0.0625rem solid #fff;
		padding: 0 1.75rem 0.0625rem;
		border-radius: 3.5rem;
		font-size: 1.75rem;
		right: 1.875rem;
	}
	.bl-carousel-card-body {
		padding: 2.5rem 1.875rem;
		gap: 2.5rem;
	}
	.bl-carousel-card-body .el-btn.--more {
		width: 20.75rem;
		padding-right: 0.5rem;
	}
	.bl-carousel-card-body .el-btn.--reservation {
		width: 16rem;
	}
	.bl-carousel-arrow {
		display: none;
	}
	.bl-carousel-dots {
		margin-top: 2.5rem;
		gap: 1rem;
	}
	.bl-carousel-dot {
		width: 1.25rem;
		height: 1.25rem;
	}
}

/* =======================================================
clinic
======================================================= */
.ly-clinic-flow-wrapper{
	padding: 0 0 10.125rem;
	background: linear-gradient(180deg, #5B9A6E 0%, #B0D4B8 100%);
}
.bl-clinic .ly-cont-inner::before{
	content: '';
	position: absolute;
	background: url(../images/common/illust-clinic.svg) top center / contain no-repeat;
	width: 18.125rem;
	height: 13.25rem;
	top: -9.5rem;
	right: 0;
}
.bl-clinic .el-main-ttl{
	color: #fff;
}
.bl-clinic .el-txt{
	color: #fff;
}
@media screen and (max-width: 750px) {
	.ly-clinic-flow-wrapper{
		padding: 0 0 24rem;
	}
	.bl-clinic .ly-cont-inner::before{
		top: -13rem;
	}
}
/* =======================================================
flow
======================================================= */
.bl-flow:not(.--green-top02){
	padding: 0;
	background: none;
}
.bl-flow:not(.--green-top02)::before{
	content: none;
}
/* =======================================================
about
======================================================= */
.bl-about{
	padding: 0 0 15.5rem;
}
.bl-about .bl-media{
	align-items: stretch;
	gap: 2.5rem;
	margin-top: -5rem;
}
.bl-about .bl-media-img-wrapper{
	position: relative;
	overflow: hidden;
	border-radius: 5rem;
}
.bl-about .bl-media-img-wrapper.--sp-only{
	display: none;
}
.bl-about .bl-media-img-wrapper img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5rem;
}
.bl-about .el-media-ttl{
	margin-bottom: 2.5rem;
}
.bl-about .el-btn{
	margin: 3rem 0 0;
}
@media screen and (max-width: 750px) {
	.bl-about{
		padding: 5rem 0 17.375rem;
	}
	.bl-about::before{
	}
	.bl-about .bl-media{
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	.bl-about .bl-media-body{
		width: 100%;
	}
	.bl-about .bl-media > .bl-media-img-wrapper{
		display: none;
	}
	.bl-about .bl-media-img-wrapper.--sp-only{
		display: block;
		width: 100%;
		max-height: 25rem;
		overflow: hidden;
		border-radius: 5rem;
		margin: 2.5rem 0;
	}
	.bl-about .bl-media-img-wrapper.--sp-only img{
		position: static;
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 5rem;
	}
	.bl-about .el-media-ttl{
		margin-bottom: 2.5rem;
	}
	.bl-about .el-btn{
		margin: 3rem auto 0;
	}
}

/* =======================================================
reservation
======================================================= */
.bl-reservation{
	padding: 1.375rem 0 4.5rem;
}
.bl-reservation .ly-cont-inner::before{
	width: 18.875rem;
	height: 13.875rem;
	bottom: -4.5rem;
}
.bl-reservation .ly-cont-inner::after{
	width: 13.25rem;
	height: 12.25rem;
	bottom: -4.5rem;
}
@media screen and (max-width: 750px) {
	.bl-reservation{
		padding: 1.25rem 0 14.275rem;
	}
	.bl-reservation .ly-cont-inner::before{
		width: 16.125rem;
		height: 11.875rem;
		left: 6.5rem;
		bottom: -14.3rem;
	}
	.bl-reservation .ly-cont-inner::after{
		width: 11.375rem;
		height: 10.5rem;
		right: 6.5rem;
		bottom: -14.3rem;
	}
}

/* =======================================================
faq
======================================================= */
.bl-faq{
	padding: 5.375rem 0 10.5rem;
}
.bl-faq-list{
	margin-top: 3rem;
	position: relative;
}
.bl-faq-list::before{
	content: '';
	position: absolute;
	background: url(../images/top/illust-faq.svg) top center / contain no-repeat;
	width: 14.125rem;
	height: 7.125rem;
	top: -7.125rem;
	left: 52%;
	transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
	.bl-faq{
		padding: 6.5rem 0 14.125rem;
	}
	.bl-faq-list{
		margin-top: 9.5rem;
		gap: 3.5rem;
	}
	.bl-faq-list::before{
		width: 16.875rem;
		height: 8.5rem;
		top: -8.5rem;
		left: inherit;
		transform: unset;
		right: 0;
	}
}

/* =======================================================
news
======================================================= */
.bl-news{
	padding: 0 0 10.25rem;
}
.bl-news .el-main-ttl{
	color: #fff;
	margin-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
	.bl-news{
		padding: 3.375rem 0 18.875rem;
	}
	.bl-news::before{
		background: url(../images/top/news-top-sp.svg) top center / cover no-repeat;
		width: 46.875rem;
		height: 13.375rem;
		top: -13.375rem;
	}
	.bl-news .el-main-ttl{
		margin-bottom: 3.5rem;
	}
}

/* =======================================================
column
======================================================= */
.bl-column{
	padding-bottom: 9.5rem;
}
.bl-column .ly-cont-inner::after{
	content: '';
	position: absolute;
	background: url(../images/top/illust-column.svg) top center / contain no-repeat;
	width: 13.125rem;
	height: 9.125rem;
	bottom: -8rem;
	right: 7.5rem;
}
.bl-column-unit{
	margin-top: 3rem;
}
@media screen and (max-width: 750px) {
	.bl-column{
		padding-bottom: 20.875rem;
	}
	.bl-column .ly-cont-inner::after{
		width: 14.275rem;
		height: 10rem;
		bottom: -13.75rem;
		right: 0;
	}
	.bl-column-unit{
		margin-top: 4.75rem;
	}
	.bl-column-item:nth-of-type(3){
		display: none;
	}
}