@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;
	justify-content: center;
	align-items: stretch;
	/*others*/
	width: 100%;

    padding: 4rem 6rem 3rem;
	background: rgba(255,255,255,0.9);
}
.intro_body {
	max-width: 44rem;
}
.intro_heading {
	margin-bottom: 30px;
}
.intro_heading_en {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	padding-bottom: 0.24em;
	font-family: 'Lato', serif;
	font-size: 4.8rem;
	font-weight: 300;
	line-height: 1;
	text-align: left;
	/* letter-spacing: 0.05em; */
	color: var(--theme-color01);
	margin-bottom: 30px;
}
.intro_heading_en::before {
	position: absolute;
	z-index: 1;
	content: "";
	left: 3px;
	bottom: 0;
	height: 1px;
	width: 0.64em;
	background: var(--theme-color01);
}
.intro_heading_jp {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	letter-spacing: 0.05em;
	color: var(--theme-color05);
}

.intro_txt {
	color: #7e7e7e;
    font-weight: 400;
	margin-bottom: 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;
}


/*================================
TABLET横 1200
================================*/
@media (max-width: 1200px) {
	.intro_bg {
		min-height: auto;
	}
}
/*================================
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;
	}

}


/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {

	#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 {}
	.intro_body {
		width: 100%;
        max-width: 100%;
		
	}
	.intro_txt {
		margin-bottom: 0;
	}
	.intro_heading {
		margin-bottom: 10px;

	}
	.intro_heading_en {
		margin-bottom: 20px;

	}
	.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 {}



}


/*================================
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;
	}
	.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;
		margin: 2rem;
        margin-bottom: 0;
	}
	.intro_body {}
	.intro_heading {
		margin-bottom: 10px;
		
	}
	.intro_heading_en {
		font-size: 4.2rem;
		margin-bottom: 15px!important;
		
	}
	.intro_heading_jp {
		font-size: 2.4rem;
	}
	.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;
	}

}

















