@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/



/*------------------------------
.u-〇〇 …… 下層ページ固有のclass名

lower.cssにあるclass名と被らないよう
接頭文字として "u-" を付けてます。
uniqueの略。
------------------------------*/





/*================================
共通パーツ
================================*/

#introduction .inner {
	padding: 0;
	max-width: 1260px;
}

.section_border {
	border-top: 1px solid var(--theme-color02);
	border-bottom: 1px solid var(--theme-color02);
	padding: 3px 0;
}

.section_heading_en {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	padding-bottom: 0.24em;
	font-family: 'Lato', serif;
	font-size: 6.4rem;
	font-weight: 300;
	line-height: 1;
	text-align: left;
	letter-spacing: 0.05em;
	color: var(--theme-color01);
    width: fit-content;
    margin: 0 auto 20px;
}

.section_heading_en::before {
	position: absolute;
	z-index: 1;
	content: "";
	left: 3px;
	bottom: 0;
	height: 1px;
	width: 0.64em;
	background: var(--theme-color01);
}

.section_heading_jp {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	letter-spacing: 0.05em;
	color: var(--theme-color05);
	margin-bottom: 60px;
	text-align: center;
}

.fl_item .section_heading_jp {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	letter-spacing: 0.05em;
	color: var(--theme-color05);
	border-bottom: solid 1px #a0958f;
	padding-bottom: 15px;
	margin-bottom: 25px;
    padding-top: 3%;
}

.frame-equipment {
	max-width: 860px;
	margin-inline: auto;
	width: 96%;
}

/*heading*/
/*-----------------------------*/
.u-heading01 {
	margin-bottom: 50px;
	padding: 6px 0;
	border-top: 1px solid #a0958f;
	border-bottom: 1px solid #a0958f;
	text-align: center;
}
.u-heading01 .text-area.--360 {
	padding-left: 50px;
	background-image: url(../img/logo_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
    background-size: contain;
}
.u-heading01 .text-area {
	display: inline-block;
	font-size: 2.6rem;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--theme-color04);
	/* font-size: 26px; */
	color: #a0958f;

}
/*u-dl01*/
/*-----------------------------*/
.u-dl01 {}
.u-dl01 dt {
	position: relative;
	z-index: 1;
	padding-left: 1.8rem;
	font-size: 1.8rem;
	text-align: left;
	color: var(--theme-color04);
}
.u-dl01 dt::before {
	position: absolute;
	content: "";
	left: 0.5em;
	top: 0.9em;
	width: 0.3rem;
	height: 0.3rem;
	background: var(--theme-color01);
	border-radius: 50%;
}
.u-dl01 dd {
	padding-left: 1.8rem;
	font-size: 1.6rem;
	text-align: left;
}

/*flex box*/
/*-----------------------------*/
.u-fl01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 10px 4rem;
	max-width: 560px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--theme-color03);
}

/*movie*/
/*-----------------------------*/
.u-movie_iframe {
	display: block;
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: auto;
	aspect-ratio: 16/9;
}

.wrap_360 {
	max-width: 1000px;
	margin: 100px auto 0;
	width: 92%;
}

/*================================
当院について・当院の特長・診療科目
================================*/
.introduction {
	margin-bottom: 10rem;
}
.introduction .inner {
	/*flex*/
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/*others*/
	position: relative;
	z-index: 1;
	max-width: calc(1200px + 14rem);
}
.introduction .inner::after {
	position: absolute;
	z-index: -1;
	content: "";
	top: 4.6rem;
	left: 50%;
	transform: translateX(-50%);
	width: 102vw;
	height: 13rem;
	border-top: 1px solid var(--theme-color02);
	border-bottom: 1px solid var(--theme-color02);
}
.intro_bg {
	position: absolute;
	z-index: -1;
	content: "";
	left: 4rem;
	top: 3rem;
	width: calc(100% - 8rem);
	padding-top: 37.35%;
	background: #67a29b;
	border-radius: 4rem 0 4rem 0;
	min-height: 505px;
}
.intro_catchcopy {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateX(100%);
	writing-mode: vertical-rl;
	text-orientation: sideways;
	font-family: 'Lato', serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: var(--theme-color02);
}
/*写真*/
/*------------------------------*/
.intro_photo_group {
	/*flex*/
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
	/*others*/
	/* width: calc(100% - (42.6% - 15%)); */
	margin-right: -15%;
	max-width: 800px;
    width: 100%;
    position: relative;
    left: 30px;
}
.intro_photo01 {}
.intro_photo01_frame {
	position: relative;
	z-index: 1;
	overflow: hidden;
	max-width: 800px;
	border-radius: 4rem 0 4rem 0;
	/*縦横比*/
	aspect-ratio: 8/5;
}
.intro_photo01_img {
	width: 100%;
}
.intro_photo01_frame::before {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4rem 0 4rem 0;
	box-shadow: 0 0 0 0.8rem rgba(255,255,255,0.5) inset;
}
.intro_photo01_frame::after {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0.8rem;
	top: 0.8rem;
	width: calc(100% - (0.8rem*2));
	height: calc(100% - (0.8rem*2));
	border-radius: 3.2rem 0 3.2rem 0;
	border: 1px solid #fff;
}
.intro_photo02 {
	z-index: 1;
	width: 32.5%;
	margin-right: 20%;
	margin-top: -15%;
}
/*文章*/
/*------------------------------*/
.intro_frame {
	/*flex*/
	display: flex;
	justify-content: center;
	align-items: stretch;
	/*others*/
	z-index: 1;
	width: 48.3%; /*約580px*/
	margin-top: 6rem;
	max-width: 580px;
	width: 100%;
    position: relative;
    right: 30px;
}
.intro_frame_bg {
	/*flex*/
	display: flex;
	/*others*/
	width: 100%;
	min-height: 403px;

    padding: 4rem 6rem 3rem;
	background: rgba(255,255,255,0.9);
}
.intro_body {
	/* max-width: 44rem; */
}
.intro_heading {
	margin-bottom: 45px;
}
.intro_heading_jp em{
	position: relative;
	top: -10px;
}
.intro_heading_jp span{
	position: relative;
    top: 5px;
	font-size: 3rem;
	font-weight: 500;
    padding-left: 30px;
	line-height: 1.3;
}
.intro_heading_jp {
	position: relative;
	font-size: 62px;
	font-weight: 300;
	line-height: 1;
	text-align: left;

    display: flex;
    flex-wrap: wrap;
	margin-bottom: 30px;
	/* letter-spacing: 0.05em; */
	color: var(--theme-color01);
	z-index: 1;
}

.intro_heading_en {
	font-size: 3.8rem;
	font-weight: 300;
	line-height: 1;
	text-align: left;
	letter-spacing: 0;
	font-family: 'Lato', serif;
	color: #67a29b;
}

.intro_txt {
	color: #7e7e7e;
    font-weight: 500;
	margin-bottom: 30px;
    line-height: 1.6;
	font-size: 2.2rem;
}

.img_circle_wrap {
	position: relative;
    margin-top: 10px;
}

.img_circle {
	border-radius: 50%;
	background-color: #f2a5ab;
	width: 164px;
	height: 164px;
	display: grid;
	align-items: center;
	justify-content: center;

	position: absolute;
	left: -70px;
	top: -70px;
}

.img_circle p{
	color: #fff;
	/* font-size: 1.8rem; */
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.455;
	text-align: center;
	/* letter-spacing: 0px; */
	letter-spacing: -0.5px;
    white-space: nowrap;
}

.fl_item + .img_circle_wrap .img_circle {
	left: unset;
	right: -70px;
}

.img_circle span{
	font-size: 2.1rem;
	/* font-size: 2.2rem; */
	font-weight: 500;
}

.approach_flex {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
	gap: 20px 12px;
}

.approach_flex_item {
	border: solid 1px #c7c2bf;
	max-width: 325px;
	width: calc(100% / 3 - 10px);
	min-height: 338px;
    padding: 30px 15px;

}

.approach_icon {
	position: relative;
    margin: 0 auto;
	max-width: 265px;
	font-size: 18px;
    letter-spacing: 0;
}
.approach_icon img {
	position: absolute;
    left: -15px;
}
.approach_icon.approach_icon06_wrap {
	padding-left: 20px;
}

.approach_icon.approach_icon07_wrap
{
	text-align: right;
	padding-right: 90px;
}
.approach_icon .approach_icon07 {
	left: -25px;
}

.approach_icon.approach_icon08_wrap {
	padding-left: 20px;
}

.approach_icon.approach_icon09_wrap {
	padding-left: 20px;
}
.approach_icon .approach_icon09 {
    left: -25px;
}


.approach_flex_txt {
	color: #67a29b;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	min-height: 51px;
    display: grid;
	align-items: center;
	line-height: 1.273;
	margin-bottom: 40px;
}

.approach_flex_txt + .inline-block {
	margin: 30px auto;
	max-width: 269px;
    min-height: 91px;
    display: block;
    width: 100%;
}

.approach_flex_txt + .inline-block .li-check2{
	letter-spacing: 0;
	padding-left: 1.8em;
}

.approach_bottom .txt{
	color: #fff;
	font-size: 1.8rem;
}
.approach_bottom {
	position: relative;
	z-index: 1;
	margin-top: 6rem;
	margin-bottom: 4rem;
		outline-offset: -4px;
	outline: 1px solid #fff;
	background-color: #67a29b;
    padding: 17px 28px;

}

.skill_box {
	background: url(../img/policy/skill_bg01.png) no-repeat center / cover;
	outline-offset: -6px;
	outline: 1px solid #fff;
	min-height: 530px;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: center; */
	padding: 30px 35px 45px;
}

.skill_txt {
	color: #54453d;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
    letter-spacing: 0;
    text-shadow: 0 0 10px #fff;
}

.skill_inner {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.9);
	width: 98%;
	max-width: 914px;
	min-height: 94px;
	display: grid;
	align-items: center;
	padding: 20px 70px;
    margin: 0 auto;
}

.skill_inner_txt {
	letter-spacing: 0;
	font-size: 16px;
}


#interview::before {
	content: "INTERVIEW";
}
.grn_box_wrap::before {
	content: "PROMISE";
	color: #fff;
	font-size: 16px;
	font-family: "Lato";
	position: absolute;
	top: -30px;
	left: -30px;
	display: grid;
	align-items: center;
	text-align: center;
	height: 100px;
	width: 100px;
	background-color: #67a29b;
}
.grn_box_wrap {
	position: relative;
	border: solid 2px #67a29b;
	padding: 30px;
}

.interview_inner:last-of-type {
	border: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.interview_inner {
	border-bottom: solid 1px #c7c2bf;
	padding: 0 25px 25px;
	margin-bottom: 30px;
}

.interview_q {
	font-size: 18px;
	color: #67a29b;
	line-height: 2;
	font-weight: 500;
    letter-spacing: 0;
}

.interview_a span{
	color: #f2a5ab;
	font-size: 18px;
	font-weight: 500;
}
.interview_a {
	font-size: 16px;
	color: #7e7e7e;
	line-height: 2;
	font-weight: 400;
}

.doctor_wrap .intro_bg {
	min-height: auto;
}
.doctor_wrap .introduction {
	margin-bottom: 12rem;
}

.doctor_frame_bg {
	/* min-height: 497px; */
    padding: 6rem 9rem 3rem;
}

.doctor_wrap .intro_body {
	/* max-width: 360px; */
	/* margin: 0 auto; */
}



.doctor_name {
	background-color: #f2a5ab;
	border-radius: 4rem 0 4rem 0;
	position: absolute;
	left: -280px;
    bottom: -54px;
	width: 300px;
	height: 226px;
	padding: 50px;
}

.doctor_class {
	font-size: 26px;
	color: #fff;
	line-height: 1;
}

.doctor_jp {
	font-size: 36px;
	color: #fff;
	line-height: 1;
    padding: 12px 0;
}

.doctor_en {
	font-size: 24px;
	color: #fff;
	line-height: 1;
}

.doctor_frame .fl_btw_str {
	padding: 0 30px;
}

/*------------------------------*/
/*左右反転*/
/*------------------------------*/
.introduction.-reverse {}
.introduction.-reverse .inner {
	flex-direction: row-reverse;
}
.introduction.-reverse .intro_frame {
    left: 30px;
    right: unset;
}
.introduction.-reverse .intro_photo_group {
	margin-right: 0px;
	margin-left: -15%;
	align-items: flex-start;
	left: unset;
    right: 30px;
}
.introduction.-reverse .intro_photo02 {
	margin-left: 20%;
}
.introduction.-reverse .intro_catchcopy {
	right: auto;
	left: 0;
	transform: translateX(-100%);
}

.frame-equipment .fl_sta_str {
	gap: 0 80px;
}

.pointer_list {
	min-width: 232px;
}

.pointer_list li{
	text-indent: -1em;
	padding-left: 1em;
    text-align: left;
}


/*================================
TABLET横 1200
================================*/
@media (max-width: 1200px) {


		
	.fl_btw_sta {
		flex-direction: column;
		align-items: center;
	}
	.fl_btw_sta > .fl_item {
		width: 96%;
	}
	.fl_btw_sta > .img_circle_wrap {
		width: fit-content;
		order: -1;
	}

	.img_circle {
		top: -25px;
		height: 140px;
		width: 140px;
	}
}
/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {


	#introduction .inner {
		padding: 15px;
	}

	/*================================
	当院について・当院の特長・診療科目
	================================*/
	.introduction {}
	.introduction .inner {}
	.introduction .inner::after {
		/* height: 60px; */

	}
	.intro_bg {}
	.intro_catchcopy {
		letter-spacing: 0;
		font-size: 14px;
	}
	/*写真*/
	/*------------------------------*/
	.intro_photo_group {}
	.intro_photo01 {}
	.intro_photo01_frame {}
	.intro_photo01_frame::before {}
	.intro_photo01_frame::after {}
	.intro_photo02 {}
	/*文章*/
	/*------------------------------*/
	.intro_frame {}
	.intro_frame_bg {
		padding: 4rem 4rem 3rem;
	}
	.intro_body {}
	.intro_heading {}
	.intro_heading_en {}
	.intro_heading_en::before {}
	.intro_heading_jp {}

	/*------------------------------*/
	/*左右反転*/
	/*------------------------------*/
	.introduction.-reverse {}
	.introduction.-reverse .inner {}
	.introduction.-reverse .intro_photo_group {}
	.introduction.-reverse .intro_photo02 {}
	.introduction.-reverse .intro_catchcopy {}

	.fl_item .section_heading_jp {
		padding-top: 0;
	}

	.pointer_list {
		min-width: auto;
	}

	.frame-equipment .fl_sta_str {
		justify-content: center;
        gap: 0 40px;
	}

	.approach_flex_txt {
		letter-spacing: 0;
	}
	
	.approach_flex_txt br{
		/* display: none; */
	}
	.doctor_wrap .intro_bg {
		min-height: 445px;
	}
	.doctor_frame_bg {
		/* flex-direction: column; */
		flex-direction: column-reverse;
        align-items: center;
        min-height: auto;
	}
	
	.doctor_name {
		position: relative;
		left: 0;
		bottom: 0;
		width: fit-content;
		height: fit-content;
		padding: 20px;
		right: 0;
		margin: 0 auto;
        text-align: center;
	}


	.grn_box_wrap {
		padding-inline: 20px;
		margin-top: 80px;
	}
	.grn_box_wrap::before {
		top: -45px;
		left: -12px;
        width: 85px;
        height: 85px;
        font-size: 14px;
	}

	

}


/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {
    .content {
        max-width: 96%;
    }
	#introduction .inner {
		padding: 0;
	}

	/*================================
	当院について・当院の特長・診療科目
	================================*/
	.introduction {}
	.introduction .inner {
		flex-direction: column;
	}
	.introduction .inner::after {}
	.intro_bg {
		padding-top: 0;
		height: 100%;
	}
	.intro_catchcopy {}
	/*写真*/
	/*------------------------------*/
	.intro_photo_group {
		/*flex*/
		align-items: center;
		flex-direction: row;
		width: 100%;
		/*others*/
		width: 96%;
		margin-left: auto;
		inset-inline: 0;
		margin-right: auto;
	}
	.intro_photo01 {
		width: 100%;
	}
	.intro_photo01_frame {}
	.intro_photo01_frame::before {}
	.intro_photo01_frame::after {}
	.intro_photo02 {
		width: 30%;
		margin-top: 0;
		margin-right: 0;
		margin-left: -14%;
	}
	/*文章*/
	/*------------------------------*/
	.intro_frame {
		width: 100%;
		max-width: 600px;
		margin-top: -30px;
		margin-right: auto;
		margin-left: auto;
		inset: 0;
	}
	.introduction.-reverse .intro_frame {
		inset: 0;
	}
	.intro_frame_bg {
        padding: 2rem;
		padding-bottom: 4rem;
		margin: 2rem;
        margin-bottom: 0;
		min-height: auto;
	}
	#policy .intro_frame_bg {
        margin-bottom: 5px !important;
	}
	.intro_body {
		width: 100%;
        max-width: 100%;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	.intro_txt {
		margin-bottom: 0;
	}
	.intro_heading {
		margin-bottom: 10px;

	}
	.intro_heading_en {
		margin-bottom: 0px;
		text-align: center;

	}
	.intro_heading_en::before {}
	.intro_heading_jp {}

	/*------------------------------*/
	/*左右反転*/
	/*------------------------------*/
	.introduction.-reverse {}
	.introduction.-reverse .inner {
		flex-direction: column;
	}
	.introduction.-reverse .intro_photo_group {
		/*flex*/
		align-items: center;
		flex-direction: row-reverse;
		width: 100%;
		/*others*/
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		inset-inline: 0;
	}
	.introduction.-reverse .intro_photo02 {
		width: 30%;
		margin-top: 0;
		margin-left: 0;
		margin-right: -14%;
	}
	.introduction.-reverse .intro_catchcopy {}


	.approach_flex {
		justify-content: center;
	}
	.approach_flex_item {
		width: calc(100% / 2 - 10px);
        min-height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.approach_flex_txt {
		margin-bottom: 0;
	}

	.approach_flex_txt + .inline-block {
		min-height: auto;
        /* margin: 20px auto; */
		
	}


}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {

	/*================================
	当院について・当院の特長・診療科目
	================================*/
	.introduction {}
	.introduction .inner {}
	.introduction .inner::after {
		height: 120px;
	}
	.intro_bg {
		left: 10px;
		width: calc(100% - 20px);
		border-radius: 20px 0 20px 0;
		min-height: auto;
	}

	.intro_catchcopy {
		display: none;
	}
	/*写真*/
	/*------------------------------*/
	.intro_photo_group {
		width: 100%;
		flex-direction: column;
		/* align-items: flex-start; */
	}
	.intro_photo01 {
		width: 90%;
	}
	.intro_photo01_frame {
		border-radius: 20px 0 20px 0;
		/* aspect-ratio: 8/6; */
	}
	.intro_photo01_frame::before {
		border-radius: 20px 0 20px 0;
		box-shadow: 0 0 0 4px rgba(255,255,255,0.5) inset;
	}
	.intro_photo01_frame::after {
		left: 4px;
		top: 4px;
		width: calc(100% - (4px*2));
		height: calc(100% - (4px*2));
		border-radius: 16px 0 16px 0;
	}
	.intro_photo02 {
		width: 32%;
		margin-left: auto;
		margin-top: -16vw;
	}
	/*文章*/
	/*------------------------------*/
	.intro_frame {
		margin-top: 0px;
		inset: 0;
	}
	.introduction.-reverse .intro_frame {
		inset: 0;
	}
	.intro_frame_bg {
        padding: 2rem;
		padding-bottom: 4rem;
		margin: 2rem;
        margin-bottom: 0;
		min-height: auto;
	}
	.intro_body {}
	.intro_heading {
		margin-bottom: 10px;
		
	}
	.intro_heading_en {
		font-size: 4.2rem;
		margin-bottom: 15px!important;
		
	}
	.intro_heading_jp {
		align-items: center;
        flex-direction: column;
		/* font-size: 2.4rem; */
	}
	.intro_heading_jp span {
		padding-left: 0;
	}
	.intro_txt {
		text-align: left;
		letter-spacing: 0;
		margin-bottom: 0;
	}

	/*------------------------------*/
	/*左右反転*/
	/*------------------------------*/
	.introduction.-reverse {}
	.introduction.-reverse .inner {}
	.introduction.-reverse .intro_photo_group {
		width: 100%;
		flex-direction: column;
		/* align-items: flex-end; */
	}
	.introduction.-reverse .intro_photo02 {
		width: 32%;
		margin-right: auto;
		margin-top: -16vw;
	}
	.introduction.-reverse .intro_catchcopy {}

    .fl_item .section_heading_jp {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
	.fl_item_img img{
		margin-bottom: 0!important;
	}
	.fl_item_img {
		order: -1;
		margin-top: 20px;
	}

	.img_circle {
		top: -90px;
        left: 0;
	}
	.fl_item + .img_circle_wrap .img_circle {
		right: 0;
	}

	.approach_flex_item {
		width: 100%;
        padding-top: 15px;
	}
	.approach_flex_txt {
		min-height: auto;
        font-size: 20px;
	}
    .approach_flex_txt + .inline-block {
        margin-top: 20px;
    }
	
	.approach_bottom .txt {
		font-size: 16px;
	}


	.doctor_frame .fl_btw_str {
		padding: 0;
	}

	.grn_box_wrap {
		padding-inline: 20px;
		margin-top: 80px;
	}
	.grn_box_wrap::before {
		top: -65px;
		left: -2px;

	}


	.skill_txt {
		font-size: 18px;
	}

	.skill_box {
        justify-content: space-around;
		padding: 0 15px;
	}

	.skill_inner {
		
    padding: 10px 15px;
	}

	.skill_inner_txt {
		    font-size: 15px;
    line-height: 1.6;
	}

	.interview_inner {
		padding-inline: 0;
	}

	.doctor_frame_bg {
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px;
	}

	.doctor_jp {
		font-size: 32px;
	}
	.doctor_en {
		font-size: 22px;
	}

	.doctor_name {
		position: relative;
		left: 0;
		bottom: 0;
		width: fit-content;
		height: fit-content;
		padding: 20px;
		right: 0;
		margin: 0 auto;
        text-align: center;
	}

	.u-heading01 .text-area {
		font-size: 20px;
		letter-spacing: 0;
	}

}

















