@charset "utf-8";

:root {
	--vw: 1vw;
	--main-font-color: #4c4c4c;
	--main-color: #ff7ca4;
	--main-color-middle: #ffc1d4;
	--main-color-light: #fef4f8;
	--main-color-super-light: #fdf8fa;
	--default-letter-spacing: 0.1em;
	--default-transition: 0.5s;
	--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)));
	--font-main: YakuHanJPs, "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", Hiragino Sans, "Osaka", "MS PGothic", -apple-system,
		BlinkMacSystemFont, arial, helvetica, sans-serif;
	--font-min: YakuHanMPs, "Zen Old Mincho", serif;
	--font-en: YakuHanRPs, "Federo";
}

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

header .h_reserve {
	display: none;
}

header .h_tel {
	display: none;
}

header .h_ad {
	display: none;
}

body {
	padding-top: 13.867vw !important;
}

.f_logo_wrap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4vw;
	justify-items: center;
	align-items: center;
}

footer .tel_block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4vw;
	align-items: center;
}

footer .f_logo a {
	display: block;
	width: 80vw;
}

footer .f_logo a img {
	display: block;
}

footer .tel_block a,
footer .tel_block img {
	display: block;
}

footer .f_info {
	border-top: 1px solid #bfbfbf;
	margin-top: 8vw;
}

footer .f_info tr {
	border-bottom: 1px solid #bfbfbf;
}

footer .f_info tr :is(td, th) {
	font-weight: 500;
	padding: 3vw 0;
	letter-spacing: 0.05em;
}

footer .f_info th {
	width: 27vw;
}

.top_time {
	margin-top: 7vw;
	margin-bottom: 10vw;
}

.top_time thead tr {
	border-bottom: 1px solid #500;
}

.top_time table :is(th, td) {
	font-weight: 500;
	padding: 1vw 0;
}

.top_time table tbody tr:first-child :is(th, td) {
	padding-top: 3vw;
}

.top_time table thead :is(th, td) {
	padding-bottom: 3vw;
}

.top_timein {
	background: rgb(255 255 255 / 50%);
	border: 1px solid #808080;
	padding: 2vw 4vw 3vw 4vw;
}

.top_timein tr > *:not(:first-child) {
	width: 7vw;
	text-align: center;
}

.m_footer_top_r.gmap {
	margin: 10vw -5vw 0vw -5vw;
}

.m_mv {
	position: relative;
	padding: 4vw 0 40vw 10vw;
	border-bottom: 1px solid #dedede;
}

.m_mv .ad {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	letter-spacing: 0.18em;
	font-size: 1.2rem;
	position: absolute;
	top: 0;
	left: -7.6vw;
	font-weight: 500;
}

.m_mv .ad span {
	text-combine-upright: all;
	-webkit-text-combine-upright: all;
}

.m_mv_inner {
	position: relative;
}

.m_mv .m_mv_txt {
	position: absolute;
	top: 65vw;
	left: -6.5vw;
	width: 87vw;
}

.m_mv .mv_en {
	position: absolute;
	bottom: -3.7vw;
	right: 0;
	color: #fdedf2;
	font-family: var(--font-en);
	font-size: 5.9vw;
	letter-spacing: 0;
	text-align: right;
	width: 100vw;
	z-index: 30;
	white-space: nowrap;
}

.m_mv_main.mv_slider {
	position: relative;
	z-index: 20;
}

.top_stl {
	font-family: var(--font-en);
	font-size: 3.7rem;
	line-height: 1.3;
	color: var(--main-color-middle);
	letter-spacing: 0.06em;
}

.top_stl::first-letter {
	color: var(--main-color);
}

.top_news_area {
	padding-top: 8vw;
	position: relative;
	padding-bottom: 7vw;
	overflow: hidden;
}

.top_news_block .more a,
.top_column_block .more a {
	display: block;
	text-decoration: none;
	font-family: var(--font-en);
	font-size: 1.2rem;
	border: 1px solid #808080;
	line-height: 1;
	padding: 2.3vw 7vw 2vw 5vw;
	position: relative;
	border-radius: 50vw;
	letter-spacing: 0.1em;
	background: #fff;
}

.top_news_block .tl_box,
.top_column_block .tl_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5vw;
}

.top_news_block .more a::after,
.top_column_block .more a::after {
	position: absolute;
	content: "+";
	top: 50%;
	right: 3vw;
	transform: translate(0%, -50%);
}

.top_news_block .m_newslist_item .date,
.top_column_block .m_post_item .m_post_time {
	color: var(--main-color);
	display: block;
	font-family: var(--font-en);
	font-size: 1.3rem;
	letter-spacing: 0.14em;
}

.top_news_block .m_newslist_item_in {
	text-decoration: none;
}

.top_news_block .m_newslist > li + li {
	margin-top: 5vw;
}

.top_news_area::before {
	position: absolute;
	content: "";
	background: url(../images/top/logomark.png) no-repeat center center / contain;
	width: 70vw;
	top: -12vw;
	aspect-ratio: 1/1;
	right: -11vw;
	pointer-events: none;
}

.top_news_area > .inner {
	position: relative;
	z-index: 10;
}

.top_news_block {
	margin-bottom: 11vw;
}

.top_concept {
	background: #faf8f6;
	position: relative;
	padding-top: 93vw;
	top: 0;
	padding-bottom: 16vw;
}

.top_concept figure {
	position: absolute;
	top: -3vw;
	left: 3vw;
	width: 94vw;
	z-index: 3;
}

.tl:has(.top_tl_en) {
	text-align: center;
	margin-bottom: 5vw;
}

.tl:has(.top_tl_en) .ja {
	font-family: var(--font-min);
	font-size: 1.5rem;
	letter-spacing: 0.12em;
	display: block;
	line-height: 1.3rem;
	padding-bottom: 2vw;
}

.tl .top_tl_en {
	font-family: var(--font-en);
	font-size: 4.7rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	background-image: linear-gradient(to bottom, #ff7ca4, #ffc1d4);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
}

.top_concept .tl {
	text-align: right;
}

.top_concept .btn {
	margin-inline: auto;
	display: block;
	margin-top: 8vw;
}

.top_concept::before {
	position: absolute;
	content: "";
	clip-path: polygon(55% 0%, 100% 0%, 45% 100%, 0% 100%);
	background: #f9eff2;
	width: 130vw;
	height: 100%;
	top: 0;
	left: -15vw;
	z-index: 1;
}

.top_concept::after {
	position: absolute;
	content: "";
	width: 100vw;
	height: calc(100% - 119vw);
	background: #ffffff;
	opacity: 0.5;
	z-index: 2;
	top: 103vw;
}

.top_concept .inner .txt_block {
	position: relative;
	z-index: 10;
	padding-bottom: 10vw;
}

.top_pickup {
	padding: 15vw 0;
	position: relative;
}

.top_pickup::before {
	position: absolute;
	content: "";
	background: #fbf8f3 url(../images/top/pickup_bg_sp.jpg) no-repeat center bottom / 100% auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.top_pickup .tl {
	background: #fff;
	border-radius: 2vw;
	position: relative;
	text-align: center;
	padding: 4vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0 0 4vw rgba(0, 0, 0, 0.05);
	margin-bottom: 7vw;
}

.top_pickup .tl::before,
.top_pickup .tl::after,
.top_pickup .tl .ja::before,
.top_pickup .tl .ja::after {
	position: absolute;
	content: "";
	background: #b7b7b7;
	box-shadow: 2px 2px 0px 1px #424242;
	width: 2.2vw;
	aspect-ratio: 1/1;
	border-radius: 50%;
	--pick_circle: 2vw;
}

.top_pickup .tl::before {
	top: var(--pick_circle);
	left: var(--pick_circle);
}

.top_pickup .tl::after {
	top: var(--pick_circle);
	right: var(--pick_circle);
}

.top_pickup .tl .ja::before {
	bottom: var(--pick_circle);
	left: var(--pick_circle);
}

.top_pickup .tl .ja::after {
	bottom: var(--pick_circle);
	right: var(--pick_circle);
}

.top_pickup .txt {
	text-shadow:
		0.5vw 0 0 #ffffff,
		0.48vw 0.13vw 0 #ffffff,
		0.43vw 0.25vw 0 #ffffff,
		0.35vw 0.35vw 0 #ffffff,
		0.25vw 0.43vw 0 #ffffff,
		0.13vw 0.48vw 0 #ffffff,
		0 0.5vw 0 #ffffff,
		-0.13vw 0.48vw 0 #ffffff,
		-0.25vw 0.43vw 0 #ffffff,
		-0.35vw 0.35vw 0 #ffffff,
		-0.43vw 0.25vw 0 #ffffff,
		-0.48vw 0.13vw 0 #ffffff,
		-0.5vw 0 0 #ffffff,
		-0.48vw -0.13vw 0 #ffffff,
		-0.43vw -0.25vw 0 #ffffff,
		-0.35vw -0.35vw 0 #ffffff,
		-0.25vw -0.43vw 0 #ffffff,
		-0.13vw -0.48vw 0 #ffffff,
		0 -0.5vw 0 #ffffff,
		0.13vw -0.48vw 0 #ffffff,
		0.25vw -0.43vw 0 #ffffff,
		0.35vw -0.35vw 0 #ffffff,
		0.43vw -0.25vw 0 #ffffff,
		0.48vw -0.13vw 0 #ffffff,
		0 0 0.8vw #ffffff, 0 0 0.8vw #ffffff, 0 0 0.8vw #ffffff, 0 0 0.8vw #ffffff, 0 0 0.8vw #ffffff,
		0 0 2.0vw #ffffff, 0 0 2.0vw #ffffff, 0 0 2.0vw #ffffff, 0 0 2.0vw #ffffff, 0 0 2.0vw #ffffff,
		0 0 4.0vw #ffffff, 0 0 4.0vw #ffffff, 0 0 4.0vw #ffffff, 0 0 4.0vw #ffffff, 0 0 4.0vw #ffffff,
		0 0 10.0vw #ffffff, 0 0 10.0vw #ffffff, 0 0 10.0vw #ffffff, 0 0 10.0vw #ffffff, 0 0 10.0vw #ffffff,
		0 0 20.0vw #ffffff, 0 0 20.0vw #ffffff, 0 0 20.0vw #ffffff, 0 0 20.0vw #ffffff, 0 0 20.0vw #ffffff, 0 0 20.0vw #ffffff,
		0 0 30.0vw #ffffff, 0 0 30.0vw #ffffff, 0 0 30.0vw #ffffff, 0 0 30.0vw #ffffff, 0 0 30.0vw #ffffff, 0 0 30.0vw #ffffff,
		0 0 40.0vw #ffffff, 0 0 40.0vw #ffffff, 0 0 40.0vw #ffffff, 0 0 40.0vw #ffffff, 0 0 40.0vw #ffffff, 0 0 40.0vw #ffffff;
}

.top_pickup .tl .en {
	display: block;
	text-align: center;
	background: var(--main-color);
	color: #fff;
	font-family: var(--font-en);
	line-height: 1.3;
	padding: 1.3vw 5vw 1vw 5vw;
	margin-bottom: 1vw;
}

.top_pickup .tl .ja em {
	display: block;
	line-height: 2;
}

.top_pickup .tl .ja02_01 {
	font-style: normal;
	font-size: 2.8rem;
	line-height: 1;
	padding-right: 0.1em;
}

.top_pickup .tl .ja02_02 {
	font-style: normal;
	font-size: 2.1rem;
	line-height: 1.4;
}

.top_pickup .tl .ja02_02 br {
	display: none;
}

.top_pickup .inner {
	position: relative;
}

.top_medical {
	padding: 15vw 0;
	position: relative;
}

.medical_li {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4vw;
}

.medical_li a {
	display: grid;
	width: 100%;
	text-decoration: none;
	gap: 0 2vw;
	letter-spacing: 0.05em;
	grid-template-columns: 13vw 1fr;
	align-items: center;
	line-height: 1.3;
	border-bottom: 1px solid #808080;
	position: relative;
	padding-bottom: 2vw;
}

.medical_li figure {
	border-radius: 50%;
	overflow: hidden;
	grid-column: 1/2;
	grid-row: 1/3;
}

.medical_li .ja {
	font-family: var(--font-min);
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	display: block;
	font-size: 1.5rem;
}

.medical_li .en {
	color: var(--main-color);
	font-family: var(--font-en);
	font-size: 1rem;
	letter-spacing: 0.28em;
	align-items: start;
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	display: block;
	padding-top: 1.1vw;
}

.medical_li a::after {
	position: absolute;
	content: "";
	background: #808080;
	width: 3vw;
	height: 1px;
	transform: rotate(30deg);
	bottom: 0;
	transform-origin: right bottom;
	right: 0;
}

.top_medical::before {
	position: absolute;
	content: "";
	background: url(../images/top/medical_bg_t.png) no-repeat center top / contain;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vw;
	z-index: 1;
}

.top_medical .inner {
	position: relative;
	z-index: 10;
}

.top_medical::after {
	position: absolute;
	content: "";
	background: url(../images/top/medical_bg_b.png) no-repeat center bottom / contain;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50vw;
}

.top_feature {
	padding: 15vw 0;
	position: relative;
}

.top_feature::before {
	position: absolute;
	content: "";
	background: url(../images/top/feature_il01.png) no-repeat left top / contain;
	width: 50vw;
	height: 50vw;
	top: 0;
	right: 3vw;
}

.top_feature .tl img {
	width: 62vw;
	display: block;
	margin: 0 auto 5vw;
}

.top_feature .tl {
	text-align: center;
	padding-inline: 5vw;
}

.top_feature .tl span {
	color: var(--main-color);
	font-family: var(--font-en);
	font-size: 5rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.top_feature .feature_li {
	margin-top: 6vw;
}

.top_feature .feature_li > li01 {
	position: relative;
}

.top_feature .feature_li > .li01::before {
	position: absolute;
	content: "";
	background: url(../images/top/logomark.png) no-repeat center center / contain;
	width: 50vw;
	top: 90vw;
	aspect-ratio: 1 / 1;
	right: -15vw;
	pointer-events: none;
	z-index: 1;
}

.top_feature .feature_li > .li01 figure {
	width: 80vw;
	z-index: 20;
	position: relative;
}

.top_feature .feature_li .num {
	width: 16vw;
	margin-bottom: 2vw;
}

.top_feature .feature_li .s_tl {
	font-family: var(--font-min);
	color: var(--main-color);
	font-size: 2.3rem;
	line-height: 1.3;
	margin-bottom: 4vw;
}

.top_feature .feature_li > .li01 .txt_block {
	margin-top: -2vw;
	position: relative;
	z-index: 20;
}

.top_feature .feature_li .block_copy {
	font-weight: 500;
	font-size: 1.9rem;
	margin-bottom: 2vw;
}

.top_feature .feature_li > li + li {
	margin-top: 12vw;
}

.top_feature .feature_li > .li02 figure,
.top_feature .feature_li > .li03 figure,
.top_feature .feature_li > .li04 figure,
.top_feature .feature_li > .li05 figure {
	margin-bottom: 6vw;
}

.top_feature .feature_li > .li02 .num {
	text-align: right;
}

.top_feature .feature_li .btn {
	display: block;
	margin-inline: auto;
}

.top_feature .feature_li > .li03 .btn_block > a {
	overflow: hidden;
	display: block;
	background: #ffb4cb;
	position: relative;
	padding: 3vw 0 3vw 21vw;
	border-radius: 1vw;
	margin: 5vw auto 0;
	width: 88%;
}

.top_feature .feature_li > .li03 .btn_block > a img {
	width: 6vw;
}

.top_feature .feature_li > .li03 .btn_block > a::after {
	position: absolute;
	content: "Instagram";
	color: #fff;
	font-family: var(--font-en);
	height: 100%;
	top: 3.5vw;
	left: 3vw;
	text-align: center;
	width: 100%;
	font-size: 2rem;
	line-height: 1;
}

.top_feature .feature_li .feature_bnr {
	width: 60vw;
	margin-inline: auto;
}

.top_feature .feature_li > .li03 {
	position: relative;
}

.top_feature .feature_li > .li03::before {
	position: absolute;
	content: "";
	background: url(../images/top/feature_il02.png) no-repeat left top / contain;
	width: 50vw;
	aspect-ratio: 1/1;
	top: 51vw;
	right: 5vw;
}

.top_feature .feature_li > .li03 > * {
	position: relative;
}

.top_feature::after {
	position: absolute;
	content: "";
	background: url(../images/top/feature_il03.png) no-repeat right bottom / contain;
	width: 24vw;
	aspect-ratio: 1/1;
	bottom: 0;
	left: 1vw;
	pointer-events: none;
}

.top_doctor {
	background: #fefbf6 url(../images/top/doctor_img_sp.jpg?2606_01) no-repeat center bottom / contain;
	width: 100%;
	padding-bottom: 70vw;
	padding-top: 15vw;
}

.top_doctor .inner {
	position: relative;
	padding-top: 32vw;
}

.top_doctor .inner::before {
	position: absolute;
	content: "";
	background: url(../images/top/doctor_img01.png) no-repeat center center / contain;
	top: -19vw;
	right: 6vw;
	width: 40vw;
	aspect-ratio: 43 / 50;
}

.top_doctor .tl {
	font-family: var(--font-en);
	font-size: 2.1rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	background-image: linear-gradient(to bottom, #ff7ca4, #ffc1d4);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	isolation: isolate;
	text-align: center;
}

.top_doctor .tl_block {
	background: #fff;
	border: 1px solid var(--main-color);
	padding: 1vw;
	width: 40vw;
	margin: 0 auto 7vw;
	position: absolute;
	top: 2vw;
	left: 9vw;
}

.top_doctor .block_copy {
	text-align: center;
	font-family: var(--font-min);
	letter-spacing: 0.12em;
	font-size: 2rem;
	line-height: 1.7;
	margin-bottom: 6vw;
}

.top_doctor .txt {
	font-weight: 500;
}

.top_doctor .txt_area :is(.block_copy, .txt) {
	text-shadow:
		0.5vw 0 0 #ffffff,
		0.48vw 0.13vw 0 #ffffff,
		0.43vw 0.25vw 0 #ffffff,
		0.35vw 0.35vw 0 #ffffff,
		0.25vw 0.43vw 0 #ffffff,
		0.13vw 0.48vw 0 #ffffff,
		0 0.5vw 0 #ffffff,
		-0.13vw 0.48vw 0 #ffffff,
		-0.25vw 0.43vw 0 #ffffff,
		-0.35vw 0.35vw 0 #ffffff,
		-0.43vw 0.25vw 0 #ffffff,
		-0.48vw 0.13vw 0 #ffffff,
		-0.5vw 0 0 #ffffff,
		-0.48vw -0.13vw 0 #ffffff,
		-0.43vw -0.25vw 0 #ffffff,
		-0.35vw -0.35vw 0 #ffffff,
		-0.25vw -0.43vw 0 #ffffff,
		-0.13vw -0.48vw 0 #ffffff,
		0 -0.5vw 0 #ffffff,
		0.13vw -0.48vw 0 #ffffff,
		0.25vw -0.43vw 0 #ffffff,
		0.35vw -0.35vw 0 #ffffff,
		0.43vw -0.25vw 0 #ffffff,
		0.48vw -0.13vw 0 #ffffff,
		0 0 0.8vw #ffffff, 0 0 0.8vw #ffffff, 0 0 0.8vw #ffffff, 0 0 0.8vw #ffffff, 0 0 0.8vw #ffffff,
		0 0 2.0vw #ffffff, 0 0 2.0vw #ffffff, 0 0 2.0vw #ffffff, 0 0 2.0vw #ffffff, 0 0 2.0vw #ffffff,
		0 0 4.0vw #ffffff, 0 0 4.0vw #ffffff, 0 0 4.0vw #ffffff, 0 0 4.0vw #ffffff, 0 0 4.0vw #ffffff,
		0 0 10.0vw #ffffff, 0 0 10.0vw #ffffff, 0 0 10.0vw #ffffff, 0 0 10.0vw #ffffff, 0 0 10.0vw #ffffff,
		0 0 20.0vw #ffffff, 0 0 20.0vw #ffffff, 0 0 20.0vw #ffffff, 0 0 20.0vw #ffffff, 0 0 20.0vw #ffffff, 0 0 20.0vw #ffffff,
		0 0 30.0vw #ffffff, 0 0 30.0vw #ffffff, 0 0 30.0vw #ffffff, 0 0 30.0vw #ffffff, 0 0 30.0vw #ffffff, 0 0 30.0vw #ffffff,
		0 0 40.0vw #ffffff, 0 0 40.0vw #ffffff, 0 0 40.0vw #ffffff, 0 0 40.0vw #ffffff, 0 0 40.0vw #ffffff, 0 0 40.0vw #ffffff;
}

.top_doctor .btn {
	margin-inline: auto;
	display: block;
}

.top_column {
	position: relative;
	overflow: hidden;
	margin-bottom: 15vw;
}

.top_column_block .tl_box {
	margin-top: 13vw;
	margin-bottom: 5vw;
}

.top_column::before {
	position: absolute;
	content: "";
	background: url(../images/top/logomark.png) no-repeat center center / contain;
	width: 50vw;
	top: -11vw;
	aspect-ratio: 1 / 1;
	left: -6vw;
	z-index: 1;
	pointer-events: none;
}

.top_column > .inner {
	position: relative;
	z-index: 10;
}

.jobs_bnr a {
	background: #ffe5ed url(../images/top/jobs_bg.jpg) no-repeat center top / contain;
	display: block;
	text-decoration: none;
	margin-top: 10vw;
	padding: 0 0 7vw 0;
}

.jobs_bnr .tl {
	color: #fff;
	font-family: var(--font-min);
	font-size: 3rem;
	letter-spacing: 0.12em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2vw;
	text-align: center;
	height: 21vw;
}

.jobs_bnr .tl .en {
	font-family: var(--font-en);
	letter-spacing: 0.4rem;
	font-size: 1.5rem;
}

.jobs_bnr .block_copy {
	background: #ff9dbb;
	font-family: var(--font-min);
	text-align: center;
	letter-spacing: 0.12em;
	font-size: 1.7rem;
	padding: 1vw 0;
}

.jobs_bnr .txt {
	padding: 4vw;
}

.jobs_bnr .btn_style {
	margin-inline: auto;
	display: block;
}

#sb_instagram {
	padding: 0 10px !important;
}
