@charset "utf-8";
/* CSS Document */
/**********************************************
	院長紹介
***********************************************/
.about-bg {
	background-image: url(../img/about_bg.png);
    background-size: 100% auto;
    background-position-y: center;
    background-repeat: no-repeat;
	background-position: center;
}
@media screen and (min-width: 960px) {
	.about-bg {
		background-size: calc( 1440 / 1920 * 100%) auto;
		overflow: auto;
	}
}
.doctor-wrap {
	width: calc( 340 / 375 * 100%);
	margin: 80px auto;
	
}
@media screen and (min-width: 960px) {
	.doctor-wrap {
		width: calc( 1140 / 1920 * 100%);
		margin: 150px auto;
	}
}
.doctor-ttl > span {
	display: block;
	font-size: 14px;
	color: #AEE6F9;
	padding: 10px 0;
	font-weight: 500;
}

.doctor-ttl > h3 {
	display: inline;
	font-size: 24px;
	padding: 10px 0;
	border-bottom: 2px solid#AEE6F9;
}

.doctor-content {
	margin-top: 30px;
}
@media screen and (min-width: 960px) {
	.doctor-content {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
}
@media screen and (min-width: 960px) {
	.doctor-content-right {
		width: calc( 560 / 1140 * 100%);
	}
	.doctor-content-left {
		width: calc( 415 / 1140 * 100%);
	}
}
.doctor-sub-ttl > h4 {
	color: #007DA8;
	font-size: 24px;
	line-height: 2;
	font-weight: 500;
    letter-spacing: 4px;
}
@media screen and (min-width: 960px) {
	.doctor-sub-ttl > h4 {
		font-size: 28px;
	}
}
.doctor-text {
	margin-top: 50px;
}
.doctor-text > p {
	font-size: 14px;
	line-height: 2;
	padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
	.doctor-text > p {
		font-size: 16px;
	}
}
.doctor-img {
	margin: 30px auto;
	width: calc( 270 / 375 * 100%);
	aspect-ratio: 271 / 233.13;
}
.doctor-img > img {
	border-radius: 15px;
}
.doctor-name > h4 {
	font-size: 14px;
	margin: 20px 0;
}
.doctor-name > p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.doctor-keireki  {
	font-size: 14px;
	margin-bottom: 20px;
}
.doctor-keireki > h4  {
	margin-bottom: 10px;
}
/**********************************************
	病院理念
***********************************************/
.about-policy {
	position: relative;
}
@media screen and (min-width: 960px) {
	.about-policy {
	}
}
.policy-content {
	width: calc( 327 / 375 * 100%);
	margin: 0 auto;
	position: absolute;
	left: 50%;
    top: 100px;
    transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
	.policy-content {
		display: flex;
		justify-content: space-between;
		width: calc( 1285 / 1920 * 100%);
		margin: 0 auto;
		top: 150px;
	}
}
.policy-content-right {
	margin: 50px 0;
}
@media screen and (min-width: 960px) {
	.policy-content-left {
		width: calc( 125 / 1285 * 100%);
	}
	.policy-content-right {
		width: calc( 995 / 1285 * 100%);
		margin: 0;
	}
}

.policy-ttl > span {
	display: block;
	font-size: 14px;
	color: #F2A65A;
	padding: 10px 0;
	font-weight: 500;
}

.policy-ttl > h3 {
	display: inline;
	font-size: 24px;
	padding: 10px 0;
	border-bottom: 2px solid#F2A65A;
}


.policy-info {
	background-color: #F6F9FA;
	padding: 30px 15px;
	border-radius: 2px;
}
@media screen and (min-width: 960px) {
	.policy-info {
		padding: 50px 15px;
	}
}
.policy-info-inner {
	padding-bottom: 50px;
	border-bottom: 0.5px solid #949494;
}
@media screen and (min-width: 960px) {
	.policy-info-inner {
		width: calc( 705 / 995 * 100%);
		margin: 0 auto;
	}
}
.policy-info-inner:nth-child(2) {
	margin: 50px auto;
}

.policy-info-num {
	font-size: 24px;
	margin-bottom: 10px;
	color: #AEE6F9;
	position: relative;
}
.policy-info-num::after {
	content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #AEE6F9;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
}
.policy-text > h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.policy-text > p {
	font-size: 14px;
	line-height: 1.8;
}
/**********************************************
	病院概要
***********************************************/
.about-summary {
	margin-top: 1070px;
	background-color: #EBFAFF;
	padding: 50px 0;
}
@media screen and (min-width: 520px) {
	.about-summary {
		margin-top: 700px;
		padding: 150px 0;
	}
}
@media screen and (min-width: 960px) {
	.about-summary {
		margin-top: 1000px;
	}
}
.summary-content {
	width: calc( 327 / 375 * 100%);
	margin: 0 auto;
}
@media screen and (min-width: 960px) {
	.summary-content {
		width: calc( 1285 / 1920 * 100%);
		margin: 0 auto;
	}
}
.about-summary-ttl {
	margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
	.about-summary-ttl {
		margin-bottom: 70px;
	}
}
.about-summary-ttl > span {
	display: block;
	font-size: 14px;
	color: #6FCF97;
	padding: 10px 0;
	font-weight: 500;
}

.about-summary-ttl > h3 {
	display: inline;
	font-size: 24px;
	padding: 10px 0;
	border-bottom: 2px solid#6FCF97;
}
#about .home-sec-ttl {
	font-size: 20px;
	margin-left: 30px;
}
.table-note {
	margin: 0 auto;
}
@media (min-width: 960px) {
    #about .home-acs-right-panel {
        width: 100%;
    }
}