@charset "UTF-8";
/* =======================================================
MV
======================================================= */
.bl-mv {
	height: 52.5rem;
	padding: 9.625rem 2rem;
	margin: 2rem min(calc(40 / 2000 * 100vw), 40px) 0;
	border-radius: 1.25rem;
	background: url(../images/top/mv-bg.jpg) top center / cover no-repeat;
	z-index: 5;
}
.el-mv-ttl{
	font-size: 2.875rem;
	font-weight: 500;
	letter-spacing: 0.1725rem;
	line-height: 1.4;
	color: #197474;
	margin-bottom: 2.5rem;
}
.el-mv-txt{
	font-size: 1.25rem;
}
.bl-mv-list{
	margin-top: 3.5rem;
	display: flex;
	gap: 1.5rem;
}
.bl-mv-item{
	width: 10rem;
	height: 10rem;
	background: #fff;
	border: 0.1875rem solid #D9E8E8;
	border-radius: 0.625rem;
	padding: 0.5rem;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.55;
	color: #197474;
}
.bl-mv-img-wrapper{
	width: 5.275rem;
	margin: 0 auto;
}
.bl-mv-item:first-of-type .bl-mv-img-wrapper{
	margin-bottom: 0.75rem;
}
@media screen and (max-width: 750px) {
	.bl-mv {
		height: auto;
		padding: 0 0 3.5rem;
		margin: 2rem 2.5rem 0;
		background: none;
	}
	.el-mv-ttl{
		font-size: 2.625rem;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.5;
		width: 43.125rem;
		height: 34.125rem;
		border-radius: 1.25rem;
		background: url(../images/top/mv-bg-sp.jpg) top center / cover no-repeat;
		padding: 8.625rem 1.875rem;
	}
	.el-mv-txt{
		font-size: 1.75rem;
		text-align: center;
	}
	.bl-mv-list{
		margin-top: 2.5rem;
		justify-content: center;
		gap: 1.875rem;
	}
	.bl-mv-item{
		width: 13.125rem;
		height: 13.125rem;
		border: 0.25rem solid #D9E8E8;
		padding: 0.75rem;
		font-size: 1.75rem;
		font-weight: 500;
		line-height: 1.5;
	}
	.bl-mv-img-wrapper{
		width: 6.375rem;
	}
	.bl-mv-item:first-of-type .bl-mv-img-wrapper{
		margin-bottom: 1.25rem;
	}
}

/* =======================================================
important news
======================================================= */
.ly-news-worry-wrapper{
	padding-bottom: 11.625rem;
}
.bl-news.--important{
	padding-bottom: 5rem;
}
.bl-news.--important::before{
	content: none;
}
.bl-news.--important .ly-cont-inner{
	display: flex;
	border-radius: 0.625rem;
}
.bl-news.--important .el-main-ttl{
	background: #F57B45;
	color: #fff;
	flex: 0 1 15.625rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	letter-spacing: 0.05rem;
	padding-left: 2.375rem;
	margin: 0;
	border-radius: 0.625rem 0 0 0.625rem;
	position: relative;
}
.bl-news.--important .el-main-ttl::before{
	content: '';
	position: absolute;
	background: url(../images/common/icon-announce.svg) top center / contain no-repeat;
	width: 1.625rem;
	height: 1.625rem;
	top: 50%;
	left: 2.125rem;
	transform: translateY(-50%);
}
.bl-news.--important .bl-vert-posts-list{
	flex: 1;
	padding: 2rem 3.5rem;
	background: #fff;
	border-radius: 0 0.625rem 0.625rem 0;
	display: flex;
	flex-direction: column;
}
.bl-news.--important .bl-vert-posts{
	display: flex;
	align-items: center;
	border-bottom: none;
}
.bl-news.--important .bl-vert-posts .el-date{
	flex: 0 1 7.875rem;
}
.bl-news.--important .el-vert-posts-ttl{
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	.ly-news-worry-wrapper{
		padding-bottom: 14.75rem;
	}
	.bl-news.--important{
		padding-bottom: 6rem;
	}
	.bl-news.--important .ly-cont-inner{
		flex-direction: column;
	}
	.bl-news.--important .el-main-ttl{
		flex: auto;
		font-size: 2.5rem;
		letter-spacing: 0.15rem;
		padding-left: 3.75rem;
		border-radius: 0.625rem 0.625rem 0 0;
		height: 6.75rem;
	}
	.bl-news.--important .el-main-ttl::before{
		width: 2.25rem;
		height: 2.25rem;
		top: 52%;
		left: 10.5rem;
	}
	.bl-news.--important .bl-vert-posts-list{
		flex: 1;
		padding: 2.5rem 1.875rem 3rem;
		background: #fff;
		border-radius: 0 0 0.625rem 0.625rem ;
	}
	.bl-news.--important .bl-vert-posts{
		flex-direction: column;
		align-items: flex-start;
		gap: 1.375rem;
	}
	.bl-news.--important .bl-vert-posts .el-date{
		flex: auto;
	}
	.bl-news.--important .el-vert-posts-ttl{
		text-decoration: underline;
	}
}
/* =======================================================
worry
======================================================= */
.bl-worry-list{
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 3rem;
}
.bl-worry-item{
	width: 20rem;
	padding: 1.125rem 1rem;
	background: #DFEDED;
	border-radius: 0.625rem;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
}
.bl-worry-img-wrapper{
	width: 13.25rem;
	margin: 0 auto 1rem;
}
.bl-worry-item:nth-of-type(2) .bl-worry-img-wrapper{
	margin-bottom: 0;
}
.bl-worry .el-txt{
	color: #fff;
}
.bl-worry .el-txt.hp-bold{
	font-size: 1.25rem;
}
.bl-worry .el-main-ttl{
	color: #fff;
	margin-top: 4rem;
}
.bl-worry .el-main-ttl::before{
	width: 29.5rem;
	background: url(../images/common/ttl-underline02.svg) top center / contain no-repeat;
}
@media screen and (max-width: 750px) {
	.bl-worry-list{
		flex-direction: column;
		gap: 2.5rem;
		margin-bottom: 3.5rem;
	}
	.bl-worry-item{
		width: 100%;
		padding: 0 2.5rem;
		font-size: 1.875rem;
		display: flex;
		align-items: center;
		gap: 4rem;
		text-align: left;
		letter-spacing: 0.075rem;
	}
	.bl-worry-img-wrapper{
		width: 10rem;
		margin: 0;
	}
	.bl-worry .el-txt.hp-bold{
		font-size: 1.875rem;
		letter-spacing: 0.075rem;
		text-align: center;
	}
	.bl-worry .el-main-ttl{
		margin-top: 5rem;
	}
	.bl-worry .el-main-ttl::before{
		width: 39.375rem;
	}
	.bl-worry .el-txt{
		text-align:left;
	}
}

/* =======================================================
reason
======================================================= */
.bl-feature {
	padding-bottom: 16.75rem;
}
.bl-feature-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 3.75rem 2.625rem;
	margin-top: 4.625rem;
	position: relative;
}
.bl-feature-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-feature-item{
	width: 30rem;
	background: #fff;
	border: 0.1875rem solid #7BB7B7;
	border-radius: 0.625rem;
	padding: 2rem 1.5rem;
	position: relative;
}
.bl-feature-illust-wrapper{
	position: absolute;
	width: 6.25rem;
	height: 6rem;
	top: -3rem;
	left: -1.625rem;
}
.el-feature-ttl{
	text-align: center;
	color: #125252;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
	.bl-feature {
		padding-bottom: 17.625rem;
	}
	.bl-feature-list{
		justify-content: center;
		gap: 6.875rem;
		margin-top: 9.125rem;
	}
	.bl-feature-list::before{
		width: 14.125rem;
		height: 9rem;
		top: -9rem;
		right: 4.125rem;
	}
	.bl-feature-item{
		width: 39.375rem;
		border: 0.3125rem solid #7BB7B7;
		padding: 3.5rem 2rem;
	}
	.bl-feature-illust-wrapper{
		width: 8.125rem;
		height: 7.75rem;
		top: -4.375rem;
		left: -1.875rem;
	}
	.el-feature-ttl{
		font-size: 2.125rem;
		letter-spacing: 0.085rem;
	}
}

/* =======================================================
symptoms
======================================================= */
.bl-symptoms{
	padding-bottom: 9.75rem;
}
.bl-symptoms .ly-cont-inner::before{
	content: '';
	position: absolute;
	background: url(../images/common/illust-symptoms.svg) top center / contain no-repeat;
	width: 10.75rem;
	height: 14.375rem;
	top: -13.5rem;
	right: 11.5rem;
}
.bl-symptoms .el-main-ttl{
	color: #fff;
}
.bl-symptoms .el-txt{
	color: #fff;
}
.bl-symptoms-unit{
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 3rem;
}
.bl-symptoms-item{
	width: 20rem;
	border: 0.1875rem solid #D9E8E8;
	border-radius: 0.625rem;
	background: #fff;
}
.el-symptoms-ttl{
	background: #197474;
	color: #fff;
	font-size: 1.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.75rem;
	border-radius: 0.5rem 0.5rem 0 0;
	position: relative;
}
.el-symptoms-ttl::before{
	content: '';
	position: absolute;
	background: url(../images/common/icon-symptoms01.svg) top center / contain no-repeat;
	width: 3.75rem;
	height: 3.75rem;
	top: 50%;
	left: 3.125rem;
	transform: translateY(-50%);
}
.bl-symptoms-item:nth-of-type(2) .el-symptoms-ttl::before{
	background: url(../images/common/icon-symptoms02.svg) top center / contain no-repeat;
	left: 3.375rem;
}
.bl-symptoms-item:nth-of-type(3) .el-symptoms-ttl::before{
	background: url(../images/common/icon-symptoms03.svg) top center / contain no-repeat;
	left: 1.125rem;
}
.bl-symptoms .bl-bullet-list > li{
	font-size: 0.9375rem;
	letter-spacing: 0.0375rem;
	padding: 0.75rem 0.25rem 0.75rem 1.75rem;
	border-top: 0.25rem solid #D9E8E8;
}
@media screen and (max-width: 750px) {
	.bl-symptoms{
		padding-bottom: 19.5rem;
	}
	.bl-symptoms .ly-cont-inner::before{
		top: -15.5rem;
		right: 2rem;
	}
	.bl-symptoms-unit{
		gap: 4rem;
		margin-top: 4.5rem;
	}
	.bl-symptoms-item{
		width: 100%;
		border: 0.3125rem solid #D9E8E8;
	}
	.el-symptoms-ttl{
		font-size: 2.125rem;
		letter-spacing: 0.085rem;
		height: 5.125rem;
		border-radius: 0.35rem 0.35rem 0 0;
	}
	.el-symptoms-ttl::before{
		width: 5.125rem;
		height: 5.125rem;
		left: 9.875rem;
	}
	.bl-symptoms-item:nth-of-type(2) .el-symptoms-ttl::before{
		left: 9.875rem;
	}
	.bl-symptoms-item:nth-of-type(3) .el-symptoms-ttl::before{
		left: 6.5rem;
	}
	.bl-symptoms .bl-bullet-list > li{
		font-size: 1.75rem;
		letter-spacing: 0.07rem;
		padding: 1rem 0.5rem 1rem 3rem;
		border-top: 0.3125rem solid #D9E8E8;
	}
	.bl-bullet-list > li::before{
		left: 1.25rem;
	}
}

/* =======================================================
disease
======================================================= */
.bl-disease{
	padding: 0 0 10.375rem;
}
@media screen and (max-width: 750px) {
	.bl-disease{
		padding: 0 0 20.625rem;
	}
}

/* =======================================================
clinic
======================================================= */
.bl-clinic-list{
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 3rem;
}
.bl-clinic-item{
	width: 31rem;
	border-radius: 0.625rem;
	background: #fff;
	border: 0.1875rem solid #D9E8E8;
	display: flex;
	flex-direction: column;
}
.el-clinic-ttl{
	font-size: 1.625rem;
	letter-spacing: 0.0975rem;
	color: #fff;
	background: #197474;
	border-radius: 0.4375rem 0.4375rem 0 0;
	height: 6.25rem;
	display: flex;
	padding: 1rem;
	position: relative;
}
.el-clinic-ttl > .el-alphabet{
	font-size: 0.9375rem;
	font-weight: normal;
	letter-spacing: 0.0375rem;
	position: absolute;
	bottom: 1rem;
}
.el-clinic-ttl > .el-open{
	width: fit-content;
	height: 2rem;
	border: 0.0625rem solid #fff;
	padding: 0 1rem 0.0625rem;
	border-radius: 1rem;
	font-size: 0.9375rem;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
}
.bl-clinic-info{
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	flex: 1;
}
.bl-info-list{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.bl-info-list > div{
	display: flex;
}
.bl-info-list > div dt{
	flex: 0 1 5.875rem;
	font-size: 1.125rem;
	font-weight: bold;
}
.bl-clinic-info .bl-btn-list{
	margin-top: auto;
	gap: 2rem;
}
.bl-clinic-info .el-btn{
	margin: 0;
	width: 13.75rem;
}
.bl-clinic-info .el-btn.--reservation{
	width: 11rem;
}
.bl-clinic-info .el-btn.--reservation::before{
	content: none;
}
@media screen and (max-width: 750px) {
	.bl-clinic-list{
		gap: 4rem;
		margin-top: 4.5rem;
	}
	.bl-clinic-item{
		width: 100%;
		border: 0.3125rem solid #D9E8E8;
	}
	.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;
	}
	.el-clinic-ttl > .el-alphabet{
		font-size: 1.625rem;
		letter-spacing: 0.065rem;
		bottom: 1.5rem;
	}
	.el-clinic-ttl > .el-open{
		letter-spacing: 0.07rem;
		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-clinic-info{
		padding: 2.5rem 1.875rem;
		gap: 3.5rem;
	}
	.bl-info-list{
		gap: 1.5rem;
	}
	.bl-info-list > div{
		display: flex;
	}
	.bl-info-list > div dt{
		flex: 0 1 9.5rem;
		font-size: 1.75rem;
	}
	.bl-clinic-info .el-btn{
		margin: 0;
		width: 20.75rem;
		padding-right: 0.5rem;
	}
	.bl-clinic-info .el-btn.--reservation{
		width: 16rem;
	}
}

/* =======================================================
flow
======================================================= */
.bl-flow{
	padding: 3rem 0 0;
}
.bl-flow .el-main-ttl{
	color: #fff;
}
.bl-flow .el-txt{
	color: #fff;
}
@media screen and (max-width: 750px) {
	.bl-flow{
		padding: 7.5rem 0 0;
	}
}