/* 
 about
----------------------------------------------------------- */ 
.p-about.l-main{
	overflow: inherit;
}
.p-about .c-sub-fv__title::before {
	content: "About";
}
.p-about-read{
	padding-block: clamp(40px, 4.9vw, 95px);
	position: relative;
	z-index: 0;
}
.p-about-read::before{
	content: "Our Philosophy";
	display: block;
	font-family: var(--font-en);
	color: var(--bg-bright);
	font-size: clamp(70px, 6.8vw, 130px);
	position: absolute;
	right: clamp(10px, 4.9vw, 95px);
	bottom: calc(clamp(10px, 1vw, 20px) * -1);
	z-index: -1;
	letter-spacing: 0.01em;
	line-height: 1;
	text-align: right;
}
.p-about-read::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: var(--sub-color);;
}
.p-about-read__title{
	font-size: var(--fontsize-28);
	text-align: center;
	font-family: var(--font-title);
	color: var(--main-color);
}
.p-about-features .c-sub-h2{
	padding-bottom: 320px;
}
.p-about-features .c-sub-h2::after{
	content: "Features";
}
.p-about-features__inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-about-features__inner .c-sub-h2{
	position: sticky;
	top: 150px;
	width: 27%;
}
.p-about-features__inner .c-bg-box-list{
	width: 65%;
}
.p-about-doctors::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
	background: url("../img/common/sub-bg.jpg") center center / cover no-repeat;
}
.p-about-doctors .c-sub-h2::after{
	content: "Doctors";
}
.p-about-doctors__section{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: clamp(50px, 6.2vw, 120px);
}
.p-about-doctors__section.p-about-doctors__section--last{
	margin-bottom: 0;
}
.p-about-doctors__img{
	position: sticky;
	top: 150px;
	width: 27%;
}
.p-about-doctors__body{
	width: 65%;
}
.p-about-doctors__img > img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.p-about-doctors__img-text{
	margin-top: 16px;
	background-color: var(--bg-gray);
	padding: 14px 16px;
	border-radius: 10px 0 10px 0;
}
.p-about-doctors__img-text > p{
	font-size: var(--fontsize-15);
	line-height: 1.6;
}
.p-about-doctors__body-post{
	color: var(--main-color);
}
.p-about-doctors__body-text{
	line-height: 2;
	margin-bottom: 30px;
}
.p-about-year-list__item{
	display: flex;
	gap: clamp(20px, 2vw, 40px);
}
.p-about-year-list__item:not(:last-child){
	margin-bottom: 5px;
}
.p-about-year-list__year{
	display: block;
	width: 55px;
}
.p-about-year-list__text{
	flex: 1;
}
.p-about-doctors__cta{
	margin-top: 30px;
}
.p-about-doctors-imgs{
	display: grid;
	gap: 11px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 24px;
}
.p-about-doctors-imgs-img img{
	width: 100%;
	height: auto;
	border-radius: 2px;
}
@media screen and (max-width: 1440px) {
	
}
@media screen and (max-width: 1280px) {
	.p-about-doctors__body{
		width: 68%;
	}
}
@media screen and (max-width: 1024px){
	
}
@media screen and (max-width: 767px){
	.p-about-features__inner{
		display: block;
	}
	.p-about-features__inner .c-sub-h2{
		position: relative;
		top: auto;
		width: 100%;
		padding-bottom: 0;
	}
	.p-about-features__inner .c-bg-box-list{
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.p-about-doctors__img{
		position: relative;
		top: auto;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 25px;
	}
	.p-about-doctors__body{
		width: 100%;
	}
	.p-about-doctors__cta .c-more-btn{
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px){
	.p-about-doctors-imgs{
		grid-template-columns: repeat(2, 1fr);
	}
}