@charset "utf-8";

body {
	padding-top: 152px !important;
}

body.home_page:not(.js_scroll_mv_over) {
	padding-top: 130px !important;
}

header .h_reserve {
	display: block;
	width: 170px;
	margin-right: 0;
	transition: 0.5s ease;
}

body.home_page:not(.js_scroll_mv_over) header .h_reserve {
	margin-right: 20px;
	transition: 0.5s ease;
}

p.h_reserve {}

header .h_reserve a,
header .h_reserve img {
	display: block;
}

header .h_tel {
	display: block;
	width: 278px;
}

header .h_ad {
	display: block;
	font-weight: 500;
	font-size: 1.85rem;
	letter-spacing: 0.12em;
	line-height: 1.8;
}

.header_topblock {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 90px;
	gap: 30px;
	margin + i: ;
	background: #fff;
	transition: 0.5s ease;
}

body.home_page:not(.js_scroll_mv_over) .header_topblock {
	height: 130px;
	transition: 0.5s ease;
}

.header_info_box {
	width: 100%;
	border-top: 1px solid #dedede;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background: rgb(255 255 255 / 70%);
	transition: 0.5s ease;
	border-bottom: 1px solid #dedede;
}

body.home_page header .header_info_box {
	display: none;
}

body.home_page:not(.js_scroll_mv_over) header .header_info_box {
	opacity: 0;
	pointer-events: none;
	transition: 0.5s ease;
	height: 0;
}

.m_fixed_removal {
	position: fixed;
	bottom: 10px;
	right: 80px;
	z-index: 5000;
}

.m_fixed_removal_item {
	position: relative;
	background: #fff;
}

.m_fixed_removal_item a,
.m_fixed_removal_item img {
	display: block;
	width: 100%;
	height: auto;
}

.m_fixed_removal_close {
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 2;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	width: 22px;
}

.m_footer_top_r.gmap {
	margin: 0;
	height: 100%;
}

.m_footer_top_l_in {
	width: 600px;
	margin: 100px 0px 100px auto;
}

.f_logo_wrap {
	display: grid;
	grid-template-columns: 380px 190px;
	gap: 30px;
	align-items: center;
}

footer .f_logo a {
	width: 380px;
}

footer .tel_block {
	grid-template-columns: 1fr;
	gap: 8px;
}

footer .f_info {
	margin-top: 35px;
}

footer .f_info th {
	width: 170px;
}

footer .f_info tr :is(td, th) {
	padding: 13px 0;
}

footer .top_time {
	margin-top: 35px;
	margin-bottom: 50px;
}

footer .top_timein {
	padding: 15px 30px 20px 30px;
}

footer .top_timein tr > *:not(:first-child) {
	width: 51px;
}

footer .top_time table thead :is(th, td) {
	padding-bottom: 22px;
}

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

footer .top_time table :is(th, td) {
	padding: 10px 0;
}

.m_footer_menu + .m_footer_menu .m_footer_menu_list > ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 5px;
}

.header_info_box a {
	text-decoration: none;
}

.m_mv_wrap .header_info_box {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	width: 100%;
	min-height: 60px;
}

.m_mv {
	border-bottom: none;
	padding: 0 0 0 60px;
}

.m_mv_main.mv_slider {
	width: calc(69vw - 60px);
}

.m_mv .m_mv_txt {
	top: 110px;
	z-index: 100;
	left: inherit;
	right: 0px;
	width: calc(46vw - 60px);
}

.m_mv .m_mv_txt img {
	max-width: 735px;
}

.m_mv .mv_en {
	font-size: 6.2vw;
	right: inherit;
	left: 0;
	text-align: left;
	bottom: -3.8vw;
}

.m_mv .ad {
	font-size: 1.86rem;
	left: -49px;
}

.m_mv_wrap {
	position: sticky;
	top: 130px;
	left: 0;
	width: 100%;
	min-height: 60px;
	z-index: 1000;
	transition: 0.5s ease;
}

body.home_page.js_scroll_mv_over .m_mv_wrap {
	transition: 0.5s ease;
	top: 90px;
}

body.home_page:not(.js_scroll_mv_over) .m_mv_wrap {
	transition: 0.5s ease;
	top: 130px;
}

.top_news_area {
	padding-top: 120px;
	padding-bottom: 150px;
}

.top_news_area::before {
	width: 540px;
	left: calc(50% + 325px);
	right: 0;
	top: inherit;
	bottom: 0;
}

.top_stl {
	font-size: 4rem;
}

.top_news_block .more a,
.top_column_block .more a {
	padding: 9px 27px 7px 17px;
}

.top_news_block .more a::after,
.top_column_block .more a::after {
	right: 10px;
	margin-top: -1px;
}

.top_news_block .tl_box,
.top_column_block .tl_box {
	gap: 20px;
	justify-content: flex-start;
	margin-bottom: 19px;
}

.top_news_block .m_newslist_item .date,
.top_column_block .m_post_item .m_post_time {
	font-size: 1.2rem;
	letter-spacing: 0.14em;
	line-height: 1.1;
}

.top_news_block .m_newslist > li + li {
	margin-top: 16px;
}

.top_news_block {
	margin-bottom: 0;
}

.top_news_area > .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

.top_time {
	margin: 0;
}

.top_timein {
	padding: 22px 40px 26px 40px;
}

.top_timein tr > *:not(:first-child) {
	width: 46px;
}

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

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

.top_time table :is(th, td) {
	padding: 10px 0;
}

.top_concept figure {
	top: -30px;
	left: 50px;
	width: calc(50% - 50px - 90px);
}

.top_concept figure img {
	max-width: 660px;
	display: block;
	margin-left: auto;
}

.tl:has(.top_tl_en) .ja {
	font-size: 2.5rem;
	padding-bottom: 10px;
	letter-spacing: 0.28em;
}

.tl .top_tl_en {
	font-size: 13.1rem;
}

.top_concept .tl .top_tl_en {
	font-size: 9.8rem;
}

.top_concept {
	padding-top: 100px;
	padding-bottom: 60px;
}

.top_concept .inner .txt_block {
	width: 640px;
	margin-left: auto;
	padding-bottom: 60px;
}

.tl:has(.top_tl_en) {
	margin-bottom: 60px;
}

.top_concept .tl:has(.top_tl_en) {
	margin-bottom: 20px;
}

.top_concept .btn {
	margin-inline: auto 0;
	margin-top: 30px;
}

.top_concept::after {
	top: 190px;
	height: calc(100% - 190px - 60px);
}

.top_concept::before {
	width: 1240px;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	margin-left: 100px;
}

.top_pickup::before {
	background: #fbf8f3 url(../images/top/pickup_bg.jpg) no-repeat center center / cover;
}

.top_pickup {
	padding: 100px 0;
}

.top_pickup .tl {
	width: 300px;
	height: 230px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 0;
}

.top_pickup .tl::before,
.top_pickup .tl::after,
.top_pickup .tl .ja::before,
.top_pickup .tl .ja::after {
	width: 12px;
	--pick_circle: 10px;
}

.top_pickup .tl .en {
	font-size: 1.8rem;
	padding: 4px 21px 2px 21px;
	margin-bottom: 5px;
	letter-spacing: 0.18em;
}

.top_pickup .tl .ja em {
	font-size: 2.1rem;
	line-height: 1.8;
}

.top_pickup .tl .ja02_01 {
	font-size: 3rem;
}

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

.top_pickup .tl .ja02_02 {
	font-size: 2.4rem;
}

.top_pickup .inner {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 40px;
	align-items: center;
}

.top_pickup .txt {
	text-shadow:
		-2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff,
		-2px 0px 0 #ffffff, 2px 0px 0 #ffffff, 0px -2px 0 #ffffff, 0px 2px 0 #ffffff,
		-1px -2px 0 #ffffff, 1px -2px 0 #ffffff, -1px 2px 0 #ffffff, 1px 2px 0 #ffffff,
		-2px -1px 0 #ffffff, 2px -1px 0 #ffffff, -2px 1px 0 #ffffff, 2px 1px 0 #ffffff,
		0 0 4px #ffffff, 0 0 4px #ffffff, 0 0 4px #ffffff,
		0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff,
		0 0 25px #ffffff, 0 0 25px #ffffff, 0 0 25px #ffffff,
		0 0 50px #ffffff, 0 0 50px #ffffff, 0 0 50px #ffffff,
		0 0 80px #ffffff, 0 0 80px #ffffff, 0 0 80px #ffffff,
		0 0 120px #ffffff, 0 0 120px #ffffff, 0 0 120px #ffffff;
}

.top_medical {
	padding: 120px 0;
}

.top_concept .tl:has(.top_tl_en) .ja {
	font-size: 1.96rem;
	padding-bottom: 10px;
	letter-spacing: 0.12em;
}

top_concept .tl .top_tl_en {
	font-size: 9.8rem;
}

.medical_li {
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.medical_li a {
	grid-template-columns: 80px 1fr;
	gap: 0 12px;
	padding-bottom: 10px;
}

.medical_li .ja {
	font-size: 2.15rem;
}

.medical_li .en {
	font-size: 1.1rem;
	padding-top: 8px;
}

.medical_li a::after {
	width: 20px;
}

.top_feature::before {
	width: 620px;
	right: inherit;
	left: calc(50% - 40px);
	height: 214px;
}

.top_feature {
	padding: 0 0 130px 0;
}

.top_feature .tl {
	padding-inline: 50px 0;
	width: 220px;
	position: absolute;
}

.top_feature .tl img {
	width: 100%;
}

.top_medical::before,
.top_medical::after {
	height: 100%;
	background-size: 100% auto;
}

.top_feature .feature_li > .li01 figure {
	width: 980px;
	margin-left: 40px;
}

.top_feature .feature_li {
	margin-top: 0;
	padding-top: 120px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.top_feature .feature_li > .li01 .txt_block {
	margin: -50px 0 0 220px;
	width: 740px;
}

.top_feature .feature_li .num {
	width: 136px;
	margin-bottom: 15px;
}

.top_feature .feature_li .s_tl {
	font-size: 3rem;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
}

.top_feature .feature_li .block_copy {
	font-size: 2.16rem;
	letter-spacing: 0.12em;
	margin-bottom: 10px;
	line-height: 1.5;
}

.top_feature .feature_li > li + li {
	margin-top: 70px;
}

.top_feature .feature_li > .li02 figure {
	width: 574px;
	margin-bottom: 0;
}

.top_feature .feature_li > .li02 {
	display: grid;
	grid-template-columns: 574px 1fr;
}

.top_feature .feature_li > .li02 .txt_block {
	margin-top: 70px;
}

.top_feature .feature_li > .li02 .btn {
	margin-inline: 0 auto;
}

.top_feature .feature_li > .li03 {
	margin-top: 100px;
	margin-right: -150px;
	margin-left: 0;
	display: grid;
	grid-template-columns: 740px 1fr;
	gap: 50px;
	direction: rtl;
	justify-self: flex-start;
	width: calc(100% + 150px) !important;
}

.top_feature .feature_li > .li01::before {
	width: 540px;
	top: 480px;
	right: inherit;
	left: -50px;
}

.top_feature .feature_li > .li03 figure {
	margin-block: 80px 0;
}

.top_feature .feature_li > .li03 > * {
	direction: ltr;
}

.top_feature .feature_li > .li03::before {}

.top_feature .feature_li > .li03::before {
	width: 352px;
	top: -100px;
	right: inherit;
	left: 120px;
}

.top_feature .feature_li > .li03 .btn_block {
	width: 870px;
	margin-right: -310px;
	display: grid;
	grid-template-columns: 1fr 70px;
	gap: 20px;
	align-items: center;
	margin-top: 30px;
}

.top_feature .feature_li > .li03 .btn_block .btn_l {
	display: grid;
	grid-template-columns: 380px 380px;
	gap: 20px;
	margin: 0 !important;
}

.top_feature .feature_li > .li03 .btn_block > a {
	background: var(--main-color);
	width: 70px;
	height: 70px;
	padding: 20px;
	border-radius: 50%;
	margin: 0;
}

.top_feature .feature_li > .li03 .btn_block > a img {
	width: 30px;
}

.top_feature .feature_li > .li03 .btn_block > a::after {
	display: none;
}

.top_feature .feature_li > .li01,
.top_feature .feature_li > .li02,
.top_feature .feature_li > .li03 {
	width: 100%;
}

.top_feature .feature_li > .li01 {}

.top_feature .feature_li > .li04 {
	width: 570px;
	margin-top: 100px;
	position: relative;
}

.top_feature .feature_li > .li05 {
	width: 570px;
	margin-top: 165px;
	position: relative;
}

.top_feature .feature_li > .li04 figure {
	position: absolute;
	top: 105px;
	left: 0;
	width: 100%;
	margin: 0;
}

.top_feature .feature_li > .li04 .num,
.top_feature .feature_li > .li05 .num {
	position: absolute;
	top: 0;
	left: 0;
}

.top_feature .feature_li > .li04 .s_tl,
.top_feature .feature_li > .li05 .s_tl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	height: 77px;
	padding-left: 160px;
	margin-bottom: 350px;
}

.top_feature .feature_li .feature_bnr {
	width: 470px;
}

.top_feature .feature_li > .li05 figure {
	margin-bottom: 40px;
}

.top_feature .feature_li > .li05 .txt_block {
	position: relative;
}

.top_feature .feature_li > .li05 .s_tl {
	margin-bottom: 30px;
}

.top_feature::after {
	width: 244px;
	left: inherit;
	right: calc(50% + 400px);
}

.top_doctor {
	background: #fefbf6 url(../images/top/doctor_img_pc.jpg?2602_01) no-repeat center bottom / auto 100%;
	padding: 120px 0;
}

.top_doctor .tl {
	font-size: 1.9rem;
}

.top_doctor .tl_block {
	width: 140px;
	padding: 10px 0 6px 0;
	margin-bottom: 35px;
	position: relative;
	top: inherit;
	left: inherit;
}

.top_doctor .txt_area :is(.block_copy, .txt) {
	text-shadow:
		-2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff,
		-2px 0px 0 #ffffff, 2px 0px 0 #ffffff, 0px -2px 0 #ffffff, 0px 2px 0 #ffffff,
		-1px -2px 0 #ffffff, 1px -2px 0 #ffffff, -1px 2px 0 #ffffff, 1px 2px 0 #ffffff,
		-2px -1px 0 #ffffff, 2px -1px 0 #ffffff, -2px 1px 0 #ffffff, 2px 1px 0 #ffffff,
		0 0 4px #ffffff, 0 0 4px #ffffff, 0 0 4px #ffffff,
		0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff,
		0 0 25px #ffffff, 0 0 25px #ffffff, 0 0 25px #ffffff,
		0 0 50px #ffffff, 0 0 50px #ffffff, 0 0 50px #ffffff,
		0 0 80px #ffffff, 0 0 80px #ffffff, 0 0 80px #ffffff,
		0 0 120px #ffffff, 0 0 120px #ffffff, 0 0 120px #ffffff;
}

.top_doctor .block_copy {
	font-size: 3rem;
	margin-bottom: 30px;
}

.top_doctor .txt {
	text-align: center;
	padding-bottom: 10px;
}

.top_doctor .btn_l {
	display: grid;
	grid-template-columns: 380px 380px;
	gap: 40px;
	justify-content: center;
}

.top_doctor .inner {
	padding-top: 0;
}

.top_doctor .inner::before {
	width: 430px;
	top: -120px;
	right: 1000px;
}

.top_column_block .tl_box {
	margin-top: 120px;
}

.top_column .m_post {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}

.top_column::before {
	width: 540px;
	top: 80px;
	left: calc(50% + 330px);
}

.jobs_bnr a {
	margin-top: 120px;
	position: relative;
	padding: 0;
	height: 280px;
}

.jobs_bnr .tl {
	font-size: 3.9rem;
	gap: 15px;
	display: flex;
	justify-content: flex-start;
	padding-left: 25px;
	height: inherit;
	padding-top: 82px;
	line-height: 1.9;
}

.jobs_bnr .tl .en {
	font-size: 1.4rem;
	padding-top: 5px;
}

.jobs_bnr .block_copy {
	font-size: 2.3rem;
	text-align: left;
	padding: 5px 0 5px 25px;
	line-height: 1.3;
	width: 755px;
	background: linear-gradient(to right, rgba(255, 156, 187, 1) 0%, rgba(255, 156, 187, 1) 62%, rgba(255, 156, 187, 0) 100%);
}

.jobs_bnr .txt {
	color: #fff;
	padding: 10px 0 0 25px;
	line-height: 1.4;
}

.jobs_bnr .btn_style {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.jobs_bnr {
	background: #fff;
}

.top_column {
	margin-bottom: 120px;
}

main {
	padding-bottom: 150px;
}

footer.m_footer {
	position: relative;
}

#top_button a {
	width: 60px;
}

#top_button a:before {
	width: 10px;
	b-w: 2px;
}

.m_footer_bottom {
	padding: 10px 0 100px;
}

.m_footer_small a {
	width: 150px;
}

.m_footer_small small {
	letter-spacing: 0.12em;
	padding-left: 40px;
	margin-left: 40px;
	height: 40px;
}
