@charset "utf-8";

:root {
	--vw: 1vw;
	--main-font-color: #535353;
	--main-color-dark: #62450d;
	--main-color: #375c8c;
	--main-color-middle: #9eb9dd;
	--main-color-light: #fadeca;
	--sub-color: #d2af6d;
	--sub-color-middle: #f5ddb2;
	--sub-color-light: #eee1c7;
	--sub-color-super-light: #fbf2e9;
	--default-letter-spacing: 0.05em;
	--max-width: 1200px;
	--inner-padding: 40px;
	--inner-width: calc(var(--max-width) + var(--inner-padding) * 2);
	--over-margin: min(calc((-1 * var(--vw) * 100 + var(--max-width)) / 2),
			calc(-1 * var(--inner-padding)));

	/* noto入れるの忘れない */
	--font-main: YakuHanJPs, "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", Hiragino Sans, "Osaka", "MS PGothic", -apple-system,
		BlinkMacSystemFont, arial, helvetica, sans-serif;
	--font-zen: "Zen Kaku Gothic Antique", sans-serif;
	--font-en: "Cabin", sans-serif;
	--font-min: YakuHanMPs;
	--font-maru: YakuHanRPs;
}

/*共通*/
.catch_copy,
.flow_arrow_box .tl,
.flow_arrow_box .tl_block .step p,
#under .catch,
.m_col_ttl,
.m_imglink_ttl,
.reason_line_text_ttl,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-zen);
	font-weight: 500;
}

.img_bg_block {
	padding: 120px 0;
}

.under_page_wrap #wrapper {
	padding-top: var(--menu-height);
}

/*その他の追加変更 ここから*/
.m_ttl01 {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	margin-bottom: 82px;
	padding-bottom: 44px;
}

.m_ttl01:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 2px;
	z-index: 1;
	transform: translateX(-50%);
	background: var(--sub-color);
}

.m_ttl01 span {
	font-size: 10.8rem;
	letter-spacing: 0.095em;
	display: block;
	opacity: 0.5;
	position: relative;
	z-index: 1;
	font-family: var(--font-en);
	line-height: 1;
	color: #fff;
	font-weight: 400;
}

.m_ttl01 em {
	position: relative;
	z-index: 10;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	display: block;
	background: linear-gradient(180deg, #62450d 0%, #d2af6d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	--shadow: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.4));
	filter: var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow);
	line-height: 1.5;
	font-weight: 500;
	font-family: var(--font-zen);
	margin-top: -39px;
}

.m_txt p {
	line-height: 1.875;
}

.m_txt p+p {
	margin-top: 1em;
}

.btn_wrap {
	margin-top: 50px;
}


.btn01 {
	--btn-height: 70px;
	--btn-width: 380px;
	--icon-right: 20px;
	--icon-size: 6px;
	--border-radius: calc(var(--btn-height) / 2);
	--border-width: 2px;
	border-radius: var(--border-radius);
	background: #375c8c;
	color: #fff;
	font-size: 1.8rem;
	border: var(--border-width) solid var(--btn-color);
	min-width: var(--btn-width);
	min-height: var(--btn-height);
	padding: 11px 50px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	letter-spacing: 0.12em;
	line-height: 1.4;
	font-family: var(--font-zen);
	font-weight: 500;
}

.btn01:before {
	border: 0;
	left: auto;
	top: 50%;
	right: var(--icon-right);
	height: auto;
	aspect-ratio: 17/10;
	transform: translateY(-50%);
	width: var(--icon-size);
	aspect-ratio: 6/8;
	height: auto;
	background: #fff;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.btn01:after {
	display: none;
}

.btn01 span:before {
	border-radius: var(--border-radius);
	content: '';
	display: block;
	position: absolute;
	top: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
	width: calc(100% + var(--border-width) * 2);
	height: calc(100% + var(--border-width) * 2);
	z-index: 10;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	border-radius: var(--border-radius);
	transition: 0.5s;
}

.m_obj {
	position: absolute;
	z-index: 10;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_mv {
	position: relative;
	padding: 30px 30px 0;
}

.m_mv img {
	width: 100%;
}

.m_mv_logo {
	width: 225px;
	position: absolute;
	top: 63px;
	left: 63px;
	z-index: 10;
}

.m_mv_inner {
	position: relative;
}

.m_mv_main {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: calc(100vh - 60px);
}

.m_mv_main:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #795c40;
	opacity: 0.4;
}

.m_mv_main video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110%;
	height: 55.5vw;
	z-index: 1;
	-webkit-transform: rotate3d(1, 1, 1, 0.001deg) translate(-50%, -50%);
	transform: rotate3d(1, 1, 1, 0.001deg) translate(-50%, -50%);
}


.m_mv_txt {
	position: absolute;
	bottom: 150px;
	left: 0;
	z-index: 10;
	width: 800px;
}

.m_mv_news {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	width: 100%;
}

.m_mv_news:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #d2af6d;
	opacity: 0.7;
}

.m_mv_news_head {
	width: 306px;
	position: relative;
	z-index: 10;
}

.m_mv_news_head:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 104px;
	z-index: 1;
	background: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m_mv_news_head a {
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-family: var(--font-en);
	width: 100%;
	height: 100%;
	padding-bottom: 0px;
	padding: 0 48px 0 70px;
	min-height: 150px;
}

.m_mv_news_head span {
	font-size: 3.8rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.m_mv_news_head em {
	padding-right: 0.9em;
	position: relative;
	font-size: 1.5rem;
	letter-spacing: 0.3em;
	margin-top: 3px;
}

.m_mv_news_head em:before,
.m_mv_news_head em:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 1px;
	z-index: 1;
	background: #fff;
}

.m_mv_news_head em:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.m_mv_news_body {
	position: relative;
	z-index: 10;
	padding: 0 54px 0 56px;
	flex: 1;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.m_newslist {
	width: 100%;
}

.m_mv_news_body .m_newslist_item_in {
	text-decoration: none;
	color: #fff;
	padding: 8px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	position: relative;
}

.m_mv_news_body a.nolink:before {
	display: none;
}

.m_mv_news_body .m_newslist_item_in:before {
	content: "→";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m_mv_news_body .m_newslist_item_in .date {
	margin-right: 35px;
	font-family: var(--font-en);
	font-size: 1.4rem;
	letter-spacing: 0.2em;
}

.m_mv_news_body .m_newslist_item_in em {
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 80px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.m_mv_news_body li+li {
	border-top: 1px solid #fff;
}


.btn05 {
	--height: 70px;
	--border-width: 3px;
	width: 350px;
	height: var(--height);
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 20;
	color: #375c8c;
	font-weight: 500;
	letter-spacing: 0.12em;
	font-size: 1.7rem;
	text-decoration: none;
	border: var(--border-width) solid #375c8c;
	border-radius: calc(var(--height) / 2);
	padding-right: 10px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 0.1em;
}

.btn05:before {
	content: '';
display: block;
position: absolute;
width: 7px;
aspect-ratio: 6/8;
z-index: 1;
background: #375c8c;
-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
clip-path: polygon(0 0, 100% 50%, 0 100%);
transform: translateY(-50%);
right: 20px;
top: 50%;
}

.btn05:after {
	content: '';
display: block;
position: absolute;
top: calc(var(--border-width) * -1);
left: calc(var(--border-width) * -1);
width: calc(100% + var(--border-width) * 2);
height: calc(100% + var(--border-width) * 2);
z-index: 5;
	border-radius: calc(var(--height) / 2);
	background: #fff;
	opacity: 0;
	transition: 0.5s;
}

.m_mv_btn {
	position: absolute;
	bottom: 170px;
	right: 20px;
	margin: 0 auto;
	z-index: 10;
	width: 310px;
}
/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_concept
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_concept {
	background: url(../images/top_concept_bg_pc.jpg) center center / cover no-repeat;
}

.top_concept .img_bg_block {
	padding: 164px 0 141px;
}

.top_concept_ttl {
	font-size: 10.8rem;
	letter-spacing: 0.095em;
	font-family: var(--font-en);
	line-height: 1;
	text-align: center;
	background: linear-gradient(180deg, #62450d 0%, #d2af6d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	--shadow: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.7));
	filter: var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow);
	margin-bottom: 50px;
	font-weight: 400;
	position: relative;
	z-index: 10;
}

.top_concept_txt {
	text-align: center;
	position: relative;
	z-index: 10;
}

.top_concept_txt p {
	line-height: 2.22;
	font-size: 1.8rem;
}

.top_concept_txt p+p {
	margin-top: 1.1em;
}

.top_concept .m_obj01 {
	left: -180px;
	top: -165px;
}

.top_concept .m_obj02 {
	right: -160px;
	bottom: -142px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_feature
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_feature {
	position: relative;
	z-index: 10;
	background: #fff;
}

.top_feature .m_obj00 {
	left: 21px;
	top: -22px;
}

.top_feature:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 586px;
	z-index: 1;
	background: linear-gradient(180deg, rgba(103, 138, 183, 1) 0%, rgba(171, 192, 219, 1) 58%, rgba(255, 255, 255, 1) 100%);
}

.top_feature:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 582px;
	aspect-ratio: 582/342;
	z-index: 3;
	background: url(../images/top_feature_logo.png) center center / 100% no-repeat;
}

.top_feature .img_bg_block {
	padding: 137px 0 4px;
}

.top_feature_ttl {
	max-width: 714px;
	margin: 0 auto 84px;
	position: relative;
	z-index: 10;
}

.top_feature_en {
	position: absolute;
	z-index: 5;
	color: #fff;
	opacity: 0.08;
	font-size: 19rem;
	line-height: 1;
	letter-spacing: 0.095em;
	font-family: var(--font-en);
	top: -27px;
	left: -6px;
	font-weight: 400;
}


/* feature_ttl */
.m_feature_ttl {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 10;
}

.m_feature_ttl_en {
	background: linear-gradient(180deg, rgba(98, 69, 13, 1) 0%, rgba(210, 175, 109, 1) 100%);
	width: 200px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: var(--font-en);
	letter-spacing: 0.315em;
	font-size: 1.9rem;
	line-height: 1;
	--shadow: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
	filter: var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow);
	font-weight: 400;
	padding-left: 0.315em;
}

.m_feature_ttl_ja {
	font-family: var(--font-zen);
	color: #fff;
	font-weight: 500;
	font-size: 3.4rem;
	letter-spacing: 0.095em;
	--shadow: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
	filter: var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow);
	line-height: 1.41;
	margin-top: 16px;
}

.m_feature_big_ttl {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
}

.m_fbt_head {
	width: 50%;
	position: relative;
	isolation: isolate;
	height: 250px;
	display: flex;
	align-items: center;
	z-index: 1;
}

.m_fbt_head:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - var(--over-margin));
	height: 100%;
	z-index: -1;
	background: url(../images/top_feature_ttl_bg.png) center center / cover no-repeat;
}

.m_fbt_body {
	flex: 1;
	position: relative;
	z-index: 10;
}

.m_fbt_body_img {
	margin-right: var(--over-margin);
	height: 400px;
	padding-top: 0;
	--border-gutter: 20px;
}

.m_fbt_body_img:before {
	content: '';
	display: block;
	position: absolute;
	top: var(--border-gutter);
	left: calc(-1 * var(--border-gutter));
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../images/top_feature_border.png) left bottom / 14px;
}

.m_fbt_body_img img {
	z-index: 5;
}

.m_feature_reverse .m_feature_big_ttl {
	flex-direction: row-reverse;
}

.m_feature_reverse .m_fbt_head {
	padding-left: 80px;
}

.m_feature_reverse .m_fbt_head:before {
	left: 0;
	right: auto;
}

.m_feature_reverse .m_fbt_body_img:before {
	left: var(--border-gutter);
}

.m_feature_reverse .m_fbt_body_img {
	margin-left: var(--over-margin);
	margin-right: 0;
}

.m_feature_reverse .m_fbt_head {
	z-index: 10;
}

.m_feature_reverse .m_fbt_body {
	z-index: 1;
}

/* feature_content */
.m_feature_content {
	display: flex;
	gap: 6rem;
	--img-width: 320px;
	--img01-margin: 0;
	--img02-margin: 30px 0 0 auto;
	position: relative;
	z-index: 15;
}

.m_feature_content_head {
	width: 400px;
	position: relative;
	margin-top: -15px;
}

.m_feature_content_img01 {
	max-width: var(--img-width);
	margin: var(--img01-margin);
	position: relative;
	z-index: 10;
}

.m_feature_content_img02 {
	max-width: var(--img-width);
	margin: var(--img02-margin);
	position: relative;
	z-index: 10;
}

.m_feature_content_body {
	flex: 1;
	position: relative;
	z-index: 10;
}


.m_feature_content_txt p {
	line-height: 1.875;
	letter-spacing: 0.1em;
}

.m_feature_content_txt p+p {
	margin-top: 1em;
}

.m_feature_content_txt_shadow {
	--shadow: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
	filter: var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow);
}

.m_feature_reverse .m_feature_content {
	flex-direction: row-reverse;
}

/* m_feature_wide */
.m_feature_wide {
	padding: 100px 0 150px;
	position: relative;
	isolation: isolate;
	--background: url(../images/top_feature03_bg.jpg) center top / max(100%, 1600px) no-repeat;
}

.m_feature_wide:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: max(calc(var(--vw) * 100), 1280px);
	height: 100%;
	z-index: -1;
	transform: translateX(-50%);
	background: var(--background);
}

.m_feature_wide .m_feature_ttl {
	align-items: center;
	margin-bottom: 36px;
}

.m_feature_wide .m_feature_ttl_en {
	--shadow: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));

}

.m_feature_wide .m_feature_ttl_ja {
	--shadow: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
	color: var(--main-font-color);
	margin-top: 20px;
}

.m_feature_wide_txt {
	text-align: center;
	--shadow: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
	filter: var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow);
	position: relative;
	z-index: 10;
}

.m_feature_wide_txt p {
	line-height: 1.875;
	letter-spacing: 0.1em;
}

.m_feature_wide_txt p+p {
	margin-top: 1em;
}

.m_feature_wide_gallery {
	--gap-col: 76px;
	--gap-row: 20px;
	--col: 3;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	margin-top: 51px;
	padding-bottom: 40px;
}

.m_feature_wide_gallery figure {
	display: block;
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
	position: relative;
}

.m_feature_wide_gallery figure:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-mask: url(../images/top_feature_border.png) center / 14px;
	mask: url(../images/top_feature_border.png) center / 14px;
	background: #bac8da;
}

.m_feature_wide_gallery figure img {
	position: relative;
	z-index: 10;
}

.m_feature_wide_img02 {
	top: 40px;
}

.m_feature01 .m_feature_ttl_ja {
	/* color: var(--main-color-middle); */
}

.m_feature01 .m_feature_content_txt {
	margin-top: -49px;
}

.m_feature01 .m_obj01 {
	left: -25px;
	top: 213px;
	z-index: 20;
}

.m_feature01 .m_obj02 {
	right: -217px;
	bottom: -124px;
	z-index: 5;
}

.m_feature02 {
	margin-top: 104px;
}

.m_feature02 .m_feature_content_body {
	margin-top: 70px;
}

.m_feature02 .m_obj01 {
	left: -225px;
	top: 131px;
	z-index: 5;
}

.m_feature02 .m_obj02 {
	right: -41px;
	bottom: 40px;
	z-index: 20;
}

.m_feature02 .m_feature_content {
	--img-width: 250px;
	--img01-margin: 0 0 0 auto;
	--img02-margin: 20px auto 0 0;
}

.m_feature03 {
	margin-top: 80px;
}

.m_feature03 .m_obj01 {
	left: -139px;
	top: 119px;
	z-index: 5;
}

.m_feature03 .m_obj02 {
	right: -75px;
	top: 40px;
	z-index: 5;
}

.m_feature03 .m_obj03 {
	left: -55px;
	bottom: 133px;
	z-index: 5;
}

.m_feature03 .m_obj05 {
	left: 378px;
	bottom: 49px;
	z-index: 5;
}

.m_feature03 .m_obj04 {
	right: -105px;
	bottom: 307px;
	z-index: 5;
}

.m_feature04 {
	margin-top: 30px;
}

.m_feature04 .m_feature_content {
	--img-width: 250px;
	--img01-margin: 0;
	--img02-margin: 21px 0 0 auto;
}

.m_feature04 .m_feature_content_body {
	margin-top: 72px;
}

.m_feature04 .m_obj01 {
	left: -68px;
	top: 57px;
	z-index: 5;
}

.m_feature04 .m_obj02 {
	left: 190px;
	bottom: 114px;
	z-index: 5;
}

.m_feature04 .m_obj03 {
	right: -263px;
	bottom: -90px;
	z-index: 5;
}

.m_feature05 {
	margin-top: 80px;
}

.m_feature05 .m_feature_content {
	--img-width: 320px;
	--img01-margin: 0 0 0 auto;
	--img02-margin: 30px auto 0 0;
}

.m_feature05 .m_feature_content_body {
	margin-top: 71px;
}

.m_feature05 .m_obj01 {
	left: -121px;
	top: 222px;
	z-index: 5;
}

.m_feature05 .m_obj02 {
	right: -66px;
	bottom: 137px;
	z-index: 20;
}

.m_feature06 {
	--background: url(../images/top_feature06_bg.jpg) center top / max(100%, 1600px) no-repeat;
	margin-top: 80px;
}

.m_feature06 .m_obj01 {
	left: -98px;
	top: 143px;
	z-index: 5;
}

.m_feature06 .m_obj02 {
	right: -70px;
	bottom: 320px;
	z-index: 5;
}

.m_feature06 .m_obj03 {
	left: 370px;
	bottom: 94px;
	z-index: 5;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_medical
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_medical {
	background: url(../images/top_medical_bg.jpg) center center;
	position: relative;
	z-index: 9;
}

.top_medical .m_obj01 {
	left: -230px;
	top: -6px;
	z-index: 5;
}

.top_medical .m_obj02 {
	right: -180px;
	top: -184px;
	z-index: 5;
}

.top_medical .m_obj03 {
	left: -84px;
	bottom: 0;
	z-index: 5;
}

.top_medical .m_obj04 {
	right: -61px;
	bottom: 98px;
	z-index: 5;
}

.top_medical .img_bg_block {
	padding: 133px 0 0;
}

.top_medical .inner {
	padding-bottom: 150px;
}

.top_medical_block {
	--gap-col: 30px;
	--gap-row: 30px;
	--col: 5;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	position: relative;
	z-index: 11;
}

.top_medical_item {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	--shadow: drop-shadow(0px 0px 3px rgba(237, 217, 179, 0.5));
	filter: var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow);
}

.top_medical_item_in {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 1/1;
	padding-bottom: 36px;
	padding-top: 16px;
	text-decoration: none;
	position: relative;
	text-align: center;
	border: 2px solid var(--sub-color);
	border-radius: 50%;
}

.top_medical_item_in:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	z-index: 1;
	background: var(--sub-color);
}

.top_medical_item_in:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 12px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	width: 10px;
	aspect-ratio: 1/1;
	background: #fff;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.top_medical_item_ttl {
	font-size: 1.9rem;
	line-height: 1.2;
	letter-spacing: 0.12em;
	font-family: var(--font-zen);
	line-height: 1.8;
	font-weight: 500;
}

.top_medical_list {
	margin-top: 77px;
	display: flex;
	border-top: 1px solid var(--sub-color);
	border-bottom: 1px solid var(--sub-color);
	border-right: 1px solid var(--sub-color);
	--shadow: drop-shadow(0px 0px 6px rgba(237, 217, 179, 0.4));
	filter: var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow);
	position: relative;
	z-index: 11;
}

.top_medical_list_item {
	flex: 1;
	background: #fff;
	border-left: 1px solid var(--sub-color);

}

.top_medical_list_item a {
	padding-top: 25px;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 390px;
	position: relative;
}

.top_medical_list_item a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 23px;
	left: 50%;
	width: 2.4rem;
	aspect-ratio: 1/1;
	z-index: 1;
	background: var(--sub-color);
	border-radius: 50%;
	transform: translateX(-50%);
}

.top_medical_list_item a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 31px;
	left: 51%;
	z-index: 5;
	transform: translate(-50%, 0);
	width: 9px;
	aspect-ratio: 1/1;
	background: #fff;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.top_medical_list_item span {
	height: 45px;
	margin-bottom: 14px;
}

.top_medical_list_item span img {
	height: 100%;
	width: auto;
}

.top_medical_list_item em {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.9rem;
	letter-spacing: 0.25em;
	font-weight: 500;
	font-family: var(--font-zen);
	color: var(--sub-color);
}



/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_greeting
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_greeting {
	position: relative;
	z-index: 8;
}

.top_greeting .m_obj01 {
	left: -370px;
	top: -464px;
	z-index: 5;
}

.top_greeting .m_obj02 {
	right: -19px;
	top: -50px;
	z-index: 5;
}

.top_greeting .img_bg_block {
	padding: 134px 0 120px;
}

.top_greeting_ttl {
	margin-bottom: 74px;
}

.top_greeting_ttl span {
	color: #faf6ee;
	opacity: 1;
}

.top_greeting_block {
	display: flex;
	margin: 0 var(--over-margin);
	background: #fbf7ef;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	--shadow: drop-shadow(0px 0px 6px rgba(237, 217, 179, 0.4));
	filter: var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow);
}

.top_greeting_item {
	width: 50%;
	display: flex;
	/* min-height: 565px; */
	min-height: 400px;
}

.top_greeting_item_head {
	width: 50%;
	max-width: 400px;
	position: relative;
}

.top_greeting_item_head:before {
	--border-gutter: 10px;
	content: '';
	display: block;
	position: absolute;
	top: var(--border-gutter);
	left: var(--border-gutter);
	width: calc(100% - var(--border-gutter) * 2);
	height: calc(100% - var(--border-gutter) * 2);
	z-index: 10;
	border: 3px solid #fff;
	--shadow: drop-shadow(0px 0px 6px rgba(237, 217, 179, 0.4));
	filter: var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow);
}

.top_greeting_item_img {
	padding-top: 0;
	height: 100%;
	position: relative;
	z-index: 1;
}

.top_greeting_item_img img {
	object-position: center top;
}

.top_greeting_item_name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

.top_greeting_item_body {
	flex: 1;
	padding: 40px 40px 45px;
	display: flex;
	/* align-items: center; */
}

.top_greeting_item_body p {
	line-height: 1.875;
	letter-spacing: 0.1em;
}

.top_greeting_btn {
	margin-top: 75px;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_instagram
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_instagram .img_bg_block {
	padding: 31px 0 0px;
}

.top_instagram_block_wrap {
	position: relative;
}

.top_instagram_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.top_instagram_block {
	position: relative;
	z-index: 1;
}



/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_post
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_post .img_bg_block {
	padding: 137px 0 21px;
}

.top_post_item_head {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	justify-content: space-between;
}

.top_post_ttl {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.top_post_ttl span {
	background: linear-gradient(180deg, #62450d 0%, #d2af6d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--font-en);
	line-height: 1;
	letter-spacing: 0.095em;
	font-size: 4.9rem;
	font-weight: 400;
}

.top_post_ttl em {
	font-weight: 500;
	font-family: var(--font-zen);
	letter-spacing: 0.12em;
	font-size: 1.9rem;
}

.top_post_item_btn {
	width: 100px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid var(--sub-color);
	color: var(--sub-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-en);
	font-size: 1.4rem;
	letter-spacing: 0.155em;
	line-height: 1;
	padding-right: 10px;
	position: relative;
	text-decoration: none;
}

.top_post_item_btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 1;
	transform: translate(0, -50%);
	width: 6px;
	aspect-ratio: 6/8;
	background: var(--sub-color);
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.top_post_block {
	display: flex;
	gap: 80px;
}

.top_post_item {
	flex: 1;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_clinic
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_clinic .img_bg_block {
	padding-bottom: 0;
}

.top_clinic_head {
	position: relative;
	z-index: 10;
}

.top_clinic_ttl {
	position: absolute;
	top: 17px;
	left: -44px;
	transform: rotate(90deg) translateY(-100%);
	transform-origin: left top;
	z-index: 10;
	background: linear-gradient(180deg, #62450d 0%, #d2af6d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--font-en);
	line-height: 1;
	letter-spacing: 0;
	font-size: 11.4rem;
	font-weight: 400;
	--shadow: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.4));
	filter: var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow);
}

.top_clinic_img {
	z-index: 1;
	margin-right: var(--over-margin);
	padding-top: 480px;
}

.top_clinic_img img {
	object-position: center top;
}

.top_clinic_body {
	position: relative;
	isolation: isolate;
	z-index: 5;
	padding: 387px 0 150px;
	margin-top: -319px;
}

.top_clinic_body:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: max(calc(var(--vw) * 100), 1280px);
	height: 100%;
	z-index: -1;
	transform: translateX(-50%);
	background: #f7eedf url(../images/top_clinic_bg_pc.jpg) center center / cover no-repeat;
}

.top_clinic_block {
	display: flex;
	gap: 60px;

}

.top_clinic_item {
	flex: 1;
}

.top_clinic_logo {
	width: 492px;
	margin-left: -12px;
}

.top_clinic_data {
	display: flex;
	gap: 27px;
	align-items: center;
	margin-top: 22px;
}

.top_clinic_tel {
	width: 320px;
}

.top_clinic_address {
	letter-spacing: 0.15em;
}

.top_clinic_item .m_table_clinic {
	margin-top: 14px;
}

.top_clinic_item .hosoku {
	font-size: 1.6rem;
	margin-top: 14px;
}

.top_gmap {
	margin-top: 74px;
	height: 500px;
}