@charset "utf-8";

:root {
	--main-font-color: #1a2341;
	--main-color: #182552;
	--main-color-middle: #d2dbf9;
	--main-color-light: #fadeca;
	--main-color-super-light: #e4e9fb;

	--sub-color: #f39500;

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

/*共通*/
.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-min);
}

.img_bg_block .inner {
	overflow: visible;
}

.u_row_flow {
    display: flex;
    flex-wrap: wrap;
    --gutter: 30px;
    --gutter_bottom: 50px;
    margin: 0 calc( -1 * var(--gutter)) calc( -1 * var(--gutter_bottom)) 0;
}

.u_row_flow img {
	width: 100%;
}


/*その他の追加変更 ここから*/
.m_ttl01 {
	text-align: center;
	margin-bottom: 92px;
}

.m_ttl01 span {
	font-size: 7.8rem;
	font-family: var(--font-en);
	display: block;
	color: var(--main-color);
	line-height: 1.4;
}

.m_ttl01 span::first-letter {
	color: var(--sub-color);
}

.m_ttl01 em {
	display: block;
	font-size: 2.2rem;
	letter-spacing: 0.3em;
	color: var(--main-color);
}

.btn_wrap {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.btn_bg {
	background: #fff;
}

.btn_wrap > .btn_bg,
.btn_wrap > .btn {
	margin: 0 31px;
}

.btn01 {
	border-radius: 0;
	background: var(--main-color);
	color: #fff;
	font-size: 1.8rem;
	font-family: var(--font-min);
	border: 0;
	border-bottom: 6px solid var(--sub-color);
	min-width: 400px;
	min-height: 90px;
	padding: 12px 40px 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
	letter-spacing: 0.075em;
}

.btn01:before {
	content: "→";
	width: auto;
	height: auto;
	border: 0;
	left: auto;
	right: 15px;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--sub-color);
}

.btn01:after {
	display: none;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_mv {
	position: relative;
	overflow: hidden;
	background: var(--main-color);
}

.m_mv .js_oft {
	padding-top: 0;
	height: 100vh;
	min-height: 767px;
}

.m_mv img {
	width: 100%;
}

.m_mv_inner {
	position: relative;
}

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

.m_mv_main {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: calc(100vh + 184px);
	min-height: 1000px;
	opacity: 0.6;
}

.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;
	right: 63px;
	top: 32%;
	z-index: 10;
}

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

.m_mv_news:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}

.m_mv_news .inner {
	display: flex;
	align-items: center;
}

.m_mv_news_head {
	width: 274px;
	position: relative;
	z-index: 10;
	/* padding-top: 20px; */
}

.m_mv_news_head:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 100%;
	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;
	text-align: center;
	font-family: var(--font-en);
	width: 100%;
	height: 100%;
	padding-bottom: 0px;
	padding: 15px 0 0;
	min-height: 140px;
}

.m_mv_news_head span {
	font-size: 2.6rem;
	letter-spacing: 0.15em;
	line-height: 1;
	/* font-weight: 400; */
}

.m_mv_news_head em {
	padding-right: 1.5em;
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	margin-top: 7px;
}

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

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

.m_mv_news_body {
	max-width: 856px;
	position: relative;
	z-index: 10;
	padding: 0 0px 0 40px;
}

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

.m_mv_news_body a .date {
	margin-right: 15px;
	font-family: var(--font-min);
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	/* padding-top: 0.25em; */
}

.m_mv_news_body a em {
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 0;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-family: var(--font-min);
}
.m_mv_news_body li + li {
	border-top: 1px solid #fff;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_type
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_type {
	background: #f8f5f1;
}

.top_type .img_bg_block {
	padding: 0;
}

.top_type_head {
	background: #6e7285 url(../images/top_type_bg.jpg) center center / cover
		no-repeat;
	padding: 129px 0 180px;
	position: relative;
}

.top_type_head:before,
.top_type_head:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	bottom: 0px;
	border-style: solid;
}

.top_type_head:before {
	left: 0;
	border-width: 120px 0 0 50vw;
	border-color: transparent transparent transparent #f8f5f1;
}

.top_type_head:after {
	right: 0;
	border-width: 0 0 120px 50vw;
	border-color: transparent transparent #f8f5f1 transparent;
}

.top_type_ttl {
	margin-bottom: 85px;
}

.top_type_ttl span {
	color: #fff;
}
.top_type_ttl span::first-letter {
	color: #fff;
}
.top_type_ttl em {
	color: #fff;
	font-size: 3.7rem;
	letter-spacing: 0.075em;
}

.top_type_block {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	flex-wrap: wrap;
	--gutter: 20px;
	--gutter_bottom: 20px;
	margin: 0 auto;
	gap: 20px;
	max-width: 956px;
}

.m_type {
	background: #fff;
	display: flex;
}

.m_type_inner {
	flex: 1;
	background: #182552;
}

.m_type_img {
	display: block;
}

.m_type_txt {
	color: #fff;
	padding: 12px 14px 12px 19px;
	font-size: 1.5rem;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.top_type_bottom {
	background: #f8f5f1 url(../images/top_type_bg02.jpg) left calc(50% - 500px)
		center / 956px no-repeat;
	padding: 90px 0 150px;
}

.top_type_sub_ttl {
	text-align: center;
	margin-bottom: 26px;
}

.top_type_sub_ttl_top {
	font-size: 2.8rem;
	letter-spacing: 0.075em;
	display: block;
}

.top_type_sub_ttl_bottom {
	font-size: 4.7rem;
	letter-spacing: 0.075em;
	display: block;
}

.top_type_sub_ttl_bottom em {
	color: var(--sub-color);
}

.top_type_bottom_txt {
	text-align: center;
}

.top_type_bottom_txt p {
	font-size: 2rem;
	letter-spacing: 0.075em;
	line-height: 1.9;
}

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

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_medical
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_medical {
}

.top_medical .img_bg_block {
	/* padding-bottom: 30px; */
}

.top_medical_ttl {
}

.top_medical_block {
}

.top_medical_block {
	display: flex;
	flex-wrap: wrap;
	--gutter: 5px;
	--gutter_bottom: 5px;
	margin: 0 calc(-1 * var(--gutter)) calc(-1 * var(--gutter_bottom)) 0;
}

.m_medical {
	width: calc(50% - var(--gutter));
	margin: 0 var(--gutter) var(--gutter_bottom) 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	position: relative;
	padding: 30px 28px 30px 40px;
	color: #fff;
}

.m_medical:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent var(--sub-color) transparent;
}

.m_medical_img {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.m_medical_num {
	font-size: 4.8rem;
	letter-spacing: 0.1em;
	font-family: var(--font-en);
	position: relative;
	z-index: 10;
	margin-right: 26px;
}

.m_medical_body {
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid #fff;
	padding: 9px 0px 0 27px;
	position: relative;
	z-index: 10;
}

.m_medical_ttl {
	font-size: 3.4rem;
	font-family: var(--font-min);
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 21px;
}

.m_medical_txt {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.025em;
}

.m_medical02_body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	position: relative;
	z-index: 10;
	width: 100%;
	padding-top: 15px;
}

.m_medical02_ttl {
	min-width: 354px;
	color: #fff;
	font-family: var(--font-min);
	letter-spacing: 0.2em;
	font-size: 3.4rem;
	line-height: 1.4;
	background: var(--sub-color);
	padding: 10px 10px;
	margin-bottom: 22px;
	text-align: center;
}

.m_medical02_txt {
	line-height: 1.5;
	font-size: 1.5rem;
	letter-spacing: 0.025em;
	text-align: center;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_feature
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_feature {
}

.top_feature .img_bg_block {
	padding: 27px 0 158px;
}

.top_feature_head {
	background: url(../images/top_feature_bg.jpg) center center / cover no-repeat;
	padding: 79px 0 1px;
}

.top_feature_mv {
	display: block;
	padding-top: 450px;
	margin-bottom: 77px;
}

.top_feature_ttl {
}

.top_feature_block {
}

.m_feature {
	display: flex;
	justify-content: space-between;
	align-items: center;
	--img-width: 720px;
	--gutter: 60px;
}

.m_feature + .m_feature {
	margin-top: 80px;
}

.m_feature_head {
	width: var(--img-width);
	position: relative;
}

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

.m_feature_head_ttl {
	position: absolute;
	display: flex;
	bottom: 20px;
	z-index: 10;
}

.m_feature_head_num {
	position: absolute;
	line-height: 1;
	font-size: 9.4rem;
	letter-spacing: 0.1em;
	color: #fff;
	opacity: 0.9;
	text-shadow: 0px 0px 7px rgba(24, 37, 82, 0.85);
	top: 9px;
	-webkit-transform: translateY(-95%);
	transform: translateY(-95%);
	font-family: var(--font-en);
	z-index: 2;
}

.m_feature_head_txt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 10;
}

.m_feature_head_txt span {
	background: var(--main-color);
	padding: 1px 20px;
	font-size: 2.7rem;
	letter-spacing: 0.3em;
	font-family: var(--font-min);
	color: #fff;
}

.m_feature_head_txt span + span {
	margin-top: 13px;
}

.m_feature_body {
	flex: 1;
	padding-bottom: 10px;
}

.m_feature_ttl {
	position: relative;
	font-size: 2.4rem;
	letter-spacing: 0.15em;
	font-family: var(--font-min);
	line-height: 1.6;
	padding: 0 0 25px;
	margin-bottom: 38px;
	color: var(--main-color);
}

.m_feature_ttl:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	z-index: 1;
	background: var(--main-color);
}

.m_feature_txt {
	letter-spacing: 0.015em;
	line-height: 1.9;
}

.m_feature_img {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.m_feature_img_item {
	width: 48.2%;
	max-width: 260px;
}

.m_feature04 {
	--img-width: 600px;
}
.m_feature05 {
	--img-width: 900px;
}
.m_feature06 {
	--img-width: 600px;
}

.m_feature:nth-of-type(2n + 1) {
	flex-direction: row-reverse;
}

.m_feature:nth-of-type(2n + 1) .m_feature_head {
	margin-left: var(--gutter);
}

.m_feature:nth-of-type(2n + 1) .m_feature_head_ttl {
	right: 0;
}

.m_feature:nth-of-type(2n + 1) .m_feature_head_num {
	right: 8px;
}

.m_feature:nth-of-type(2n + 1) .m_feature_head_txt {
	align-items: flex-end;
}

.m_feature:nth-of-type(2n + 1) .m_feature_head_txt span {
	padding-left: 51px;
}

.m_feature:nth-of-type(2n) .m_feature_head {
	margin-right: var(--gutter);
}

.m_feature:nth-of-type(2n) .m_feature_head_ttl {
	left: 0;
}

.m_feature:nth-of-type(2n) .m_feature_head_num {
	left: 20px;
}

.m_feature:nth-of-type(2n) .m_feature_head_txt span {
	padding-right: 43px;
	padding-left: 31px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_message
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_message {
	background: #f1f2f7;
}

.top_message .img_bg_block {
	padding: 150px 0 150px;
}

.top_message .img_bg_block:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	background: url(../images/top_message_bg.jpg) right center / cover no-repeat;
}

.top_message_ttl {
}

.top_message_block {
	display: flex;
}

.top_message_body {
	width: 690px;
	margin-right: 80px;
}

.top_message_ttl {
	display: flex;
	align-items: center;
	margin-top: -0.6em;
	margin-bottom: 49px;
}

.top_message_ttl span {
	color: var(--main-color);
	font-size: 5.7rem;
	letter-spacing: 0.075em;
	line-height: 1;
	margin-right: 13px;
}
.top_message_ttl span::first-letter {
	color: var(--sub-color);
}

.top_message_ttl em {
	font-size: 1.7rem;
	letter-spacing: 0.3em;
}

.top_message_catch {
	font-size: 2.4rem;
	letter-spacing: 0.15em;
	font-family: var(--font-min);
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	line-height: 1.6;
	padding: 13px 0;
	margin-bottom: 24px;
}

.top_message_txt {
}

.top_message_txt p {
	line-height: 1.85;
}

.top_message_txt p + p {
	margin-top: 1em;
}
.top_message_btn {
	justify-content: space-between;
	margin-top: 43px;
}

.top_message_btn .btn_bg {
	width: calc(50% - 20px);
	margin: 0;
}

.top_message_btn .btn {
	min-width: auto;
	width: 100%;
}

.top_message_img {
	flex: 1;
}
.top_message_btn02 {
	margin-top: 100px;
}

.top_message_btn02 .btn01 {
    min-width: 530px;
    min-height: 120px;
	font-size: 2.2rem;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
footer
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_page_wrap .gmap {
	height: 500px;
}

.m_footer {
	position: relative;
	background: var(--main-color);
	color: #fff;
	padding: 98px 0 150px;
}

.m_footer a {
	color: #fff;
	text-decoration: none;
}

.m_footer::before,
.m_footer::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
}

.m_footer::before {
	left: 0;
	background: url(../images/footer_bg.jpg) left center / cover no-repeat;
}

.m_footer::after {
	right: 0;
}

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

.m_footer_block {
	display: flex;
	justify-content: space-between;
}

.m_footer_info {
	width: calc(50% - 50px);
}

.m_footer_logo {
	width: 398px;
}

.m_footer_access {
	padding-left: 32px;
	background: url(../images/icon_access.png) left top 4px / 16px no-repeat;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-top: 48px;
}

.m_footer_tel {
	padding-left: 32px;
	background: url(../images/icon_tel.png) left top 2px / 16px no-repeat;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-top: 22px;
	margin-bottom: 47px;
}

.m_footer_bottom {
	display: flex;
	align-items: center;
	margin-top: 80px;
}

.m_footer_bottom a {
	width: 190px;
	margin-right: 15px;
}

.m_footer_bottom small {
	font-size: 1.2rem;
	letter-spacing: 0.3em;
}

.m_footer_menus {
	width: calc(50% - 50px);
	display: flex;
	justify-content: space-between;
}

.m_footer_menu {
}

.m_footer_menu + .m_footer_menu {
	margin-left: 20px;
}

.m_footer .m_table_clinic {
	margin-bottom: 15px;
}

.m_footer_ttl {
	font-family: var(--font-min);
	font-size: 3.1rem;
	letter-spacing: 0.1em;
	margin-bottom: 21px;
	line-height: 1;
}

.m_footer_bnrs {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	max-width: 426px;
	position: relative;
	z-index: 10;
}

.m_fixed_left {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 20;
	background: #fff;
}

.m_fixed_right {
	position: fixed;
	display: flex;
	right: 80px;
	bottom: 0;
	z-index: 20;
	background: #fff;
}

/*****************************
------------------------------
@media
------------------------------
*****************************/
/*pctb*/
@media all and (min-width: 768px) {
	.under_page_wrap #wrapper {
		padding-top: 90px;
	}
	.side_hamburger {
		transition: opacity 0.5s;
	}
	.top_page_wrap .side_hamburger,
	.top_page_wrap header {
		opacity: 0;
		pointer-events: none;
	}

	.top_page_wrap.hamburger_on .side_hamburger,
	.top_page_wrap.js_header_show .side_hamburger,
	.top_page_wrap.js_header_show header {
		opacity: 1;
		pointer-events: auto;
	}
	.header03 .header_info_box {
		padding-right: 15px;
	}
	.js_header_show .side_hamburger {
	}

	.m_mv_nav {
		position: absolute !important;
		z-index: 100;
		padding: 0;
		width: auto !important;
		left: auto;
		right: 40px;
		top: 40px;
		background: rgba(24, 37, 82, 0.5);
	}

	.m_mv_nav.header03 .nav_li:not(:last-of-type) > .nav_depth00_ttl:before {
		display: none;
	}

	.m_mv_nav.header03 .nav_depth00_ttl {
		color: #fff;
	}

	.m_mv_nav.header03 .has_child:before {
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		width: 8px;
		height: 8px;
		bottom: 8px;
	}

	.m_mv_nav.header03 .header_info_box {
		padding: 0 20px;
	}

	.m_mv_nav.header03 .nav_depth00_ttl {
		min-height: 70px;
	}

	.m_mv_hamburger {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		order: 2;
		cursor: pointer;
		z-index: 1250;
		top: 0;
		right: 0;
		background: var(--main-color);
		width: 70px;
		aspect-ratio: 1/1;
	}

	.m_mv_hamburger_txt {
		font-family: var(--font-en);
		color: #fff;
		text-align: center;
		margin-top: 0.6em;
		line-height: 1;
		position: relative;
		width: 100%;
		font-size: 1.4rem;
	}

	.m_mv_hamburger_txt span {
		width: 100%;
		transition: 0.3s;
	}

	.m_mv_hamburger_txt .m_mv_hamburger_txt_off {
		display: block;
	}

	.m_mv_hamburger_txt .m_mv_hamburger_txt_on {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.on .m_mv_hamburger_txt .m_mv_hamburger_txt_off {
		opacity: 0;
	}

	.on .m_mv_hamburger_txt .m_mv_hamburger_txt_on {
		opacity: 1;
	}

	.m_mv_hamburger_in {
		position: relative;
		width: 30px;
		height: 22px;
	}

	.m_mv_hamburger a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		font-size: 1.8rem;
	}

	.m_mv_hamburger a:before,
	.m_mv_hamburger a:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		background: #fff;
		transition: 0.3s ease;
	}

	.m_mv_hamburger a:after {
		bottom: 0;
		top: auto;
	}

	.m_mv_hamburger a span:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		background: #fff;
		transition: 0.3s ease;
		top: 98%;
		top: calc(50% - 1px);
	}

	.m_mv_hamburger.on a:before,
	.m_mv_hamburger.on a:after {
	}

	.m_mv_hamburger.on a:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: calc(50% - 1px);
	}

	.m_mv_hamburger.on a:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}

	.m_mv_hamburger.on a span:before {
		opacity: 0 !important;
	}
}
@media all and (min-width: 768px) and (max-width: 1600px) {
	.header03 .nav_depth00_ttl {
		padding: 20px 12px;
	}
	.header_logo {
		width: 318px;
	}
}
@media all and (min-width: 768px) and (max-width: 1450px) {
	.header03 .nav_depth00_ttl {
		padding: 20px 12px;
		font-size: 1.5rem;
	}
	.header_logo {
		width: 258px;
	}
}

@media all and (min-width: 768px) and (max-width: 1280px) {
	.header03,
	.m_slider {
		width: 1280px;
	}

	.m_fixed_right {
		width: 330px;
	}
	#top_button a {
		width: 50px;
    height: 50px;
	}
}

/*sp*/
@media screen and (max-width: 767px) {


	
/*その他の追加変更 ここから*/
.m_ttl01 {
	margin-bottom: 8vw;
}

.m_ttl01 span {
	font-size: 3.6rem;
}

.m_ttl01 em {
	font-size: 1.8rem;
}

.btn_wrap {
	margin-top: 8vw;
	display: block;
}

.btn_wrap > .btn_bg,
.btn_wrap > .btn {
	margin: 0 0 3vw;
}

.btn01 {
	font-size: 1.7rem;
	border-bottom: 1.2vw solid var(--sub-color);
	min-width: auto;
	min-height: 13vw;
	padding: 4vw 7vw 3.5vw;
	width: 100%;
	margin: 0 auto 3vw;
}

.btn01:before {
	right: 3vw;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_page_wrap header {
	opacity: 0;
	pointer-events: none;
}

.top_page_wrap.js_header_show header {
	opacity: 1;
	pointer-events: auto;
}
/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_mv {
	position: relative;
	overflow: hidden;
	background: var(--main-color);
}

.m_mv img {
	width: 100%;
}

.m_mv_inner {
	position: relative;
}

.m_mv_logo {
	top: 3vw;
	left: 3vw;
	width: 18vw;
}

.m_mv_main {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: auto;
	aspect-ratio: 800 / 1000;
	min-height: auto;
}


.m_mv_txt {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.m_mv_news {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
}

.m_mv_news .inner {
	display: block;
}

.m_mv_news_head {
	width: 100%;
}

.m_mv_news_head:before {
	display: none;
}

.m_mv_news_head a {
	align-items: center;
	width: 100%;
	height: 100%;
	padding-bottom: 0px;
	padding: 7vw 0 2vw;
	min-height: auto;
}

.m_mv_news_head span {
	font-size: 2.6rem;
}

.m_mv_news_head em {
	font-size: 1.6rem;
	margin-top: 2vw;
}

.m_mv_news_head em:before,
.m_mv_news_head em:after {
	width: 2vw;
}


.m_mv_news_body {
	max-width: none;

	padding: 0;
}

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

.m_mv_news_body a .date {
	margin-right: 15px;
	font-family: var(--font-min);
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	/* padding-top: 0.25em; */
}

.m_mv_news_body a em {
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 0;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-family: var(--font-min);
}
.m_mv_news_body li + li {
	border-top: 1px solid #fff;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_type
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_type {
}

.top_type .img_bg_block {
	padding: 0;
}

.top_type_head {
	background: #6e7285;
	padding: 12vw 0 15vw;
}

.top_type_head:before {
	border-width: 9vw 0 0 50vw;
}

.top_type_head:after {
	border-width: 0 0 9vw 50vw;
}

.top_type_ttl {
	margin-bottom: 8vw;
}

.top_type_ttl em {
	font-size: 1.9rem;
}

.top_type_block {
	gap: 2vw;
}


.m_type_img {
	display: block;
}

.m_type_txt {
	padding: 2.3vw;
	font-size: 1.35rem;
	letter-spacing: 0;
	line-height: 1.5;
}

.top_type_bottom {
	background: #f8f5f1 url(../images/top_type_bg02.jpg) left calc(50% - 35vw)
		top 55vw / 100vw no-repeat;
	padding: 8vw 0 12vw;
}

.top_type_sub_ttl {
	margin-bottom: 26px;
}

.top_type_sub_ttl_top {
	font-size: 2.2rem;
}

.top_type_sub_ttl_bottom {
	font-size: 2.8rem;
}

.top_type_bottom_txt p {
	font-size: 1.6rem;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_medical
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_medical {
}

.top_medical .img_bg_block {
	/* padding-bottom: 30px; */
}

.top_medical_ttl {
}

.top_medical_block {
}

.top_medical_block {
	--gutter: 5px;
	--gutter_bottom: 5px;
}

.m_medical {
	width: calc(100% - var(--gutter));
	padding: 8vw 4vw;
}

.m_medical:before {
	border-width: 0 0 5vw 5vw;
}

.m_medical_num {
	display: none;
}

.m_medical_body {
	min-height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}

.m_medical_ttl {
	font-size: 2.3rem;
	font-family: var(--font-min);
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 4vw;
}

	.m_medical_ttl em {
		border-right: 1px solid #fff;
		margin-right: 3vw;
		padding-right: 3vw;
	}

.m_medical_txt {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.025em;
}

	.m_medical02 {
		padding: 5vw 0;
	}

.m_medical02_body {
	min-height: auto;
	z-index: 10;
	width: 100%;
	padding-top: 2vw;
}

.m_medical02_ttl {
	min-width: auto;
	font-size: 2.3rem;
	line-height: 1.4;
	padding: 1vw 5vw;
	margin-bottom: 4vw;
}



/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_feature
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_feature {
}

.top_feature .img_bg_block {
	padding: 0 0 12vw;
}

.top_feature_head {
	padding: 12vw 0 1vw;
}

.top_feature_mv {
	display: block;
	padding-top: 50vw;
	margin-bottom: 8vw;
}


.m_feature {
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	--img-width: 0;
	--gutter: 0;
}

.m_feature + .m_feature {
	margin-top: 12vw;
}

.m_feature_head {
	width: 100%;
	position: relative;
}

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

.m_feature_head_ttl {
	bottom: 3vw;
}

.m_feature_head_num {
	font-size: 5.5rem;
	top: 1.3vw;
}

.m_feature_head_txt span {
	padding: 0 3vw;
	font-size: 1.7rem;
}

.m_feature_head_txt span + span {
	margin-top: 1vw;
}

.m_feature_body {
	flex: 1;
	padding-bottom: 10px;
}

.m_feature_ttl {
	font-size: 2.1rem;
	letter-spacing: 0.15em;
	line-height: 1.5;
	padding: 0 0 5vw;
	margin-bottom: 5vw;
	margin-top: 5vw;
}

.m_feature_ttl:before {
	width: 12vw;
}

.m_feature_txt {
	letter-spacing: 0.015em;
	line-height: 1.9;
}

.m_feature_img {
	margin-top: 5vw;
}

.m_feature_img_item {
	width: 48.2%;
	max-width: none;
}


.m_feature:nth-of-type(2n + 1) {
	flex-direction: column;
}

.m_feature:nth-of-type(2n + 1) .m_feature_head {
	margin-left: var(--gutter);
}

.m_feature:nth-of-type(2n + 1) .m_feature_head_ttl {
	right: 0;
}

.m_feature:nth-of-type(2n + 1) .m_feature_head_num {
	right: 0;
}

.m_feature:nth-of-type(2n + 1) .m_feature_head_txt {
	align-items: flex-end;
}

.m_feature:nth-of-type(2n + 1) .m_feature_head_txt span {
	padding-left: 7vw;
}

.m_feature:nth-of-type(2n) .m_feature_head {
	margin-right: var(--gutter);
}

.m_feature:nth-of-type(2n) .m_feature_head_ttl {
	left: 0;
}

.m_feature:nth-of-type(2n) .m_feature_head_num {
	left: 2vw;
}

.m_feature:nth-of-type(2n) .m_feature_head_txt span {
	padding-right: 6vw;
	padding-left: 5vw;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_message
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_message .img_bg_block {
	padding: 12vw 0;
}

.top_message .img_bg_block:before {
	width: 100%;
	height: 100%;
	background: url(../images/top_message_bg.jpg) left bottom / 70vw no-repeat;
}

.top_message_ttl {
}

.top_message_block {
	display: flex;
}

.top_message_body {
	width: 100%;
	margin-right: 0;
}

.top_message_ttl {
	display: block;
	align-items: center;
	margin-top: 0;
	margin-bottom: 8vw;
}

.top_message_ttl span {
	font-size: 3.6rem;
	line-height: 1;
	margin-right: 0;
	text-align: center;
	display: block;
}

.top_message_ttl em {
	font-size: 1.6rem;
	text-align: center;
	display: block;
	margin-top: 2vw;
}

.top_message_catch {
	font-size: 1.9rem;
	padding: 2vw 0;
	margin-bottom: 5vw;
	margin-top: 6vw;
}

.top_message_btn {
	justify-content: space-between;
	margin-top: 8vw;
}

.top_message_btn .btn_bg {
	width: 100%;
	margin: 0;
}

.top_message_btn .btn {
	min-width: auto;
	width: 100%;
}

.top_message_btn02 {
	margin-top: 12vw;
}

.top_message_btn02 .btn01 {
	min-width: auto;
    min-height: 23vw;
    font-size: 2rem;
}
/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
footer
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_page_wrap .gmap {
	height: 100vw;
}

.m_footer {
	position: relative;
	background: var(--main-color);
	color: #fff;
	padding: 12vw 0 0;
}

.m_footer a {
	color: #fff;
	text-decoration: none;
}

.m_footer::before,
.m_footer::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
}

.m_footer::before {
	left: 0;

		background: var(--main-color);
}

.m_footer::after {
	right: 0;
}

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

.m_footer_block {
	display: flex;
	flex-direction: column-reverse;
}

.m_footer_info {
	width: 100%;
	margin-top: 12vw;
	position: relative;
	padding-top: 12vw;
}

	.m_footer_info:before {
		content: '';
display: block;
position: absolute;
top: 0;
left: -5vw;
width: 100vw;
height: 100%;
z-index: 1;
			background: url(../images/footer_bg.jpg) left center / cover no-repeat;
	}

.m_footer_logo {
	width: 50vw;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.m_footer_access {
	padding-left: 7vw;
	background-size: 4vw;
	background-position: left top 1vw;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-top: 5vw;
		position: relative;
	z-index: 10;
}

.m_footer_tel {
	padding-left: 7vw;
	background-size: 4vw;
	background-position: left top 1vw;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-top: 3vw;
	margin-bottom: 8vw;
		position: relative;
	z-index: 10;
}

.m_footer_bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10vw;
	padding-bottom: 18vw;
	position: relative;
	z-index: 10;
}

.m_footer_bottom a {
	width: 30vw;
	margin-right: 5vw;
}

.m_footer_bottom small {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

.m_footer_menus {
	width: 100%;
	display: block;

}

.m_footer_menu {
}

.m_footer_menu + .m_footer_menu {
	margin-left: 0;
	margin-top: 10vw;
}

.m_footer .m_table_clinic {
	margin-bottom: 3vw;
		position: relative;
	z-index: 10;
}

	.m_footer .hosoku {
		position: relative;
		z-index: 10;
	}

.m_footer_ttl {
	font-size: 2.4rem;
	margin-bottom: 6vw;
}
.top_instagram .inner_full {
	padding: 0 calc(5vw - 10px);
}
.under_page_wrap #wrapper {
	padding-top: 52px;
}

.m_footer_bnrs {
	margin-top: 5vw;
	gap: 2vw;
}

}
