@charset "UTF-8";
/*
Theme Name: Twenty Nineteen
Theme URI: https://github.com/WordPress/twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* iDCS追加*/
#megamenu{
	display: block!important;
	width: 100%;
}
html{
	overflow-x: hidden;
}
body {
	line-height: 2;
	font-size: 1.6rem;
/* 	font-weight: 400; */
	font-weight: 390;
}
.clearfix{
	clear: both;
}
ol li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
	    line-height: 1.5;
}
.pc {
	display: block;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
}
.Subject,.About .ContsHeader{
	background: none;
}
.Subject__blc a, .SubjectIndex__blc a, .txt-m-blc a, .txt-m-blc a, .SecLead a, aside.Note a{
	text-decoration: underline;
}
.Subject__blc a:hover, .SubjectIndex__blc a:hover, .txt-m-blc a:hover, .txt-m-blc a:hover, .SecLead a:hover, aside.Note a:hover{
	text-decoration: none;
}
.SubjectContents{
	border-radius: 15px;
}
.SubjectContents.opened{
	border-radius: 15px 15px 0 0;
}
.Header{
	position: fixed;
	z-index: 1000;
	background-color: #fff;
}
.Header__left{
	width: initial;
}
.Header__address{
	white-space: nowrap;
}
.Header .reservedBtn{
	padding: 15px 10px 15px 30px;
	background-position: left 10% center;
}
#google_translate_element{
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 10;
}
.GloNav_menu{
	height: 2rem;
	align-items: baseline;
	justify-content: flex-end;
}
.GloNav_menu > li {
	white-space: nowrap;
	position: relative;
	padding: 0;
	margin-left: 12px;
}
.GloNav_menu > li:last-child{
	padding-right: 1em;
}
.GloNav_menu > li a{
	padding: 10px 1em;
}
.GloNav_menu li ul {
	background: #3e8153cc;
	position: absolute;
	top: 25px;
}
.GloNav_menu > li:last-child ul{
	right: 0;
}
.GloNav_menu li li {
	height: 0;
	max-width: 250px;
	width: max-content;
	overflow: hidden;
	transition: .2s;
	margin-left: 0px;
	/* 	padding-left: 10px; */
	min-width: -webkit-fill-available;
}
.GloNav_menu li li a {
	color: #fff;
	display: block;
	/* 	height: 2rem; */
	line-height: 2rem;
	/* 	text-align: center; */
	text-decoration: none;
	width: 100%;
	padding: 10px 20px;
}
.GloNav_menu li:hover > ul > li {
	height: 4rem;
	overflow: visible;
	padding: 0;
	border-right: 0;
	white-space: normal;
	/* 	height: fit-content; */
	/* 	height: -moz-fit-content; */
}
.GloNav_menu li:hover > ul > li:hover {
	background: #3e8153b3;
}
.spnav__contact a.spnav__contact__full{
	width: 100%;
}
.spnav__sub {
	background-color: #3E3F41;
}
.Header {
	padding: 20px 15px 20px;
}
.Header__logo h1 {
	display: flex;
}
#menu-global {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Header__right {
	width: calc(100% - 220px);
}
.Header__right__top {
	margin-bottom: 0;
	gap: 30px;
}
.btn-menu-mb {
	background: #FF885E;
	height: 60px;
	width: 60px;
	flex-shrink: 0;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.nav-toggle span {
	background-color: #fff!important;
}
/* ハンバーガーメニュー調整 */
.spnav-menu {
	background-color: #FFFAF8 !important;
	top: 0px;
	padding-top: 20px;
	    padding-bottom: 170px;
}
.spnav-menu .inner {
	max-width: 1400px;
}
.open .btn-menu-mb {
	background: none;
}
.open .nav-toggle span {
	background-color: #757575!important;
}
.spnav-menu_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.spnav-menu_main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	    margin-bottom: 40px;
}
.spnav-menu_flex .Header__logo {
	max-width: 225px;
	height: 50px;
	object-fit: contain;
}
.spnav-menu_main_item {
	width: 28%;
}

.spnav__list {
	background: none!important;
}

/* デフォルト：全て白 */
.spnav__list li {
	background-color: #ffffff;
}

.spnav__list > li {
	margin-bottom: 20px;
	border-radius: 8px;
	border: 1px solid #75757575;
}

.spnav__list > .menu-item.menu-item-has-children:has(ul .menu-item-has-children) {
	border: none;
}

/* 子を持つメニュー（孫がいるかどうかはまだ不明） → クリーム色 */
.spnav__list li.menu-item-has-children {
	background-color: #FCEFE8; /* クリーム色 */
}

/* 孫を持つ子を持つ親メニュー → オレンジに上書き */
.spnav__list li.menu-item-has-children > ul > li.menu-item-has-children {
	background-color: #FCEFE8; /* クリーム色 */
}

/* 孫を持つメニュー（＝子の中にmenu-item-has-childrenを含む場合）：オレンジ */
.spnav__list > .menu-item.menu-item-has-children:has(ul .menu-item-has-children) > a {
	background-color: #FF9966;
	border-radius: 8px;
}

.spnav__list > .menu-item.menu-item-has-children.opened:has(ul .menu-item-has-children) > a {
	border-radius: 8px 8px 0 0;
}

ul#menu-hamberger-global_03 > li.menu-item:last-of-type {
	border: none;
	background-color: #FF9966;
}

ul#menu-hamberger-global_03 > li.menu-item:last-of-type > a {
	color: #fff;
}

ul#menu-hamberger-global_03 > li.menu-item:last-of-type > a::before,
ul#menu-hamberger-global_03 > li.menu-item:last-of-type > a::after {
	background-color: #fff;
}

.spnav__list li a {
	color: #333;
	padding: 15px 20px;
}

.spnav__list > .menu-item.menu-item-has-children > a {
	color: #333;
}

.spnav__list > .menu-item.menu-item-has-children:has(ul .menu-item-has-children) > a {
	color: #fff;
}

.spnav__list__child li {
	width: 100%;
	border-top: 1px solid #75757575;
}

#menu-item-6907 > .spnav__list__child > li:first-of-type {
	background-color: #FCEFE8;
}

.spnav__list__child li:last-of-type {
	border-radius: 0 0 8px 8px;
}

.spnav__list a:before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg)!important;
	right: 23px;
}

.spnav__list li.menu-item-has-children > a:before, .spnav__list li.menu-item-has-children > a:after {
	content: "";
	background: none;
	display: inline-block;
	width: 12px;
	height: 2px;
	background-color: #333;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%)!important;
	transition: opacity .2s;
	border: none;
}

.spnav__list li.menu-item-has-children > a:after {
	transform: translateY(-50%) rotate(90deg)!important;
	transition: transform .2s;
}

.spnav__list li.menu-item-has-children.opened > a:before {
	opacity: 0;
}

.spnav__list li.menu-item-has-children.opened > a:after {
	transform: translateY(-50%) rotate(180deg)!important;
}

.spnav__list > .menu-item.menu-item-has-children:has(ul .menu-item-has-children) > a:before, .spnav__list > .menu-item.menu-item-has-children:has(ul .menu-item-has-children) > a:after {
	background-color: #fff;
}

.spnav-menu_bottom {
	    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px 0%;
    flex-wrap: wrap;
}
.spnav-menu_bottom li {
	width: 20%;
}
.spnav-menu_bottom a {
	text-decoration: underline;
}

.spnav__contact {
	padding: 0;
	margin-bottom: 20px;
}

.spnav__contact a {
	padding: 0;
	width: 100%;
}

.spnav__contact a:before {
	content: none;
}

.spnav__contact a img {
	max-width: 100%;
}

.ShareNav__menu {
	margin-bottom: 20px;
	justify-content: center;
	gap: 12%;
}

.ShareNav__menu li {
	margin-right: 0;
	height: 40px;
}

.Header__right__contact {
	    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.Header__right__contact .contact__tel {
    margin-right: 0;
	background: none!important;
}

.Header__right__contact .contact__tel:before {
	content: none;
}

.Header__right__contact p:not(:last-child) {
	    margin-bottom: 15px;
}

.Header__right__contact p a {
	padding: 50px 15px 15px 15px;
    width: auto;
    background: #FF885E;
    border-radius: 10px 0 0 10px;
    color: #fff !important;
    font-size: 1.4rem;
	    position: relative;
	    display: block;
	    line-height: 1.3;
	    letter-spacing: 0;
	    text-align: center;
	font-weight: bold;
}

.Header__right__contact p a::before {
	    content: "";
    position: absolute;
	width: 24px;
	height: 24px;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	    background-size: contain;
			background-repeat: no-repeat;
}

.Header .reservedBtn {
	padding: 50px 15px 15px 15px;
}

@media print, screen and (min-width: 896px) {
	.spnav-menu {
		display: block;
	}
}
@media print, screen and (max-width: 1440px) {
	.spnav-menu .inner {
            padding: 0 15px;
}
}
@media print, screen and (max-width: 1200px) {
	.Header__right {
        display: block;
    }
	#megamenu {
        display: none !important;
    }
}
@media print, screen and (max-width: 896px) {
	.Header {
		height: 64px;
		padding: 10px 15px 10px;
	}
	.Header__left {
		padding: 0;
	}
	.Header__right {
		display: block;
	}
	#megamenu {
		display: none !important;
	}
	.btn-menu-mb {
		height: 44px;
		width: 44px;
	}
	.nav-toggle {
		width: 20px;
	}
	.Header__logo img {
		max-height: 44px;
	}
	.spnav-menu {
		padding-top: 10px;
	}
	.open .nav-toggle span:nth-child(1) {
		top: 4px;
	}
	.open .nav-toggle span:nth-child(3) {
		top: 4px;
	}
	.spnav-menu_main {
		flex-direction: column;
	}
	.spnav-menu_main_item {
		width: 100%;
	}
	.spnav__list > li {
		margin-bottom: 15px;
	}
	.spnav-menu_bottom {
    gap: 20px;
}
	.spnav-menu_bottom li {
    width: 100%;
}
	.Fix__TabBar {
        background: none!important;
		        padding: 0;
    }
	.Fix__TabBar__btn {
        width: calc(100% / 3)!important;
		background: #FF885E;
		        padding: 8px 4px;
    }
	.Fix__TabBar__btn:nth-child(2) {
		background: #FCEFE8;
		color: #FF885E;
    }
	.Fix__TabBar .Fix__TabBar__btn.btn-menu-mb.Fix__TabBar__Menu {
		display: none;
	}
	.Fix__TabBar__btn_text {
		    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
	}
	.Fix__TabBar__btn_flex {
        display: flex;
        justify-content: center;
        align-items: center;
		        gap: 5px;
    }
	.Fix__TabBar__btn .icon img {
        -webkit-filter: none;
        filter: none;
    }
	.Fix__TabBar__btn p {
        font-size: 1.4rem
    }
}

.Schedul__table td {
	padding: 1.1em 1.1em;
}
.Feature__blc__img{
	max-height: 500px;
}
.SubHero__img{
	width: 100%;
	/* 	height: auto; */
	max-width: 1600px;
}
.SubHero__img img {
	width: 100%;
	/* 	height: auto; */
	object-fit: cover;
}
.SubHero__img > h1 {
	height: 100%;
}
.SubHero__txt{
	background-color: #ffffffe6;
}
.SubHero__txt__head br{
	display: block;
}
.s-contsWrap.Sec {
	margin: 0 auto 100px;
}
.HeroArea .s-contsWrap .HeroArea__txt {
	/*     -webkit-box-shadow: 10px 0 0 #5dccb2, -10px 0 #5dccb2!important; */
	/*     box-shadow: 10px 0 0 #5dccb2, -10px 0 #5dccb2!important; */
	position: absolute;
	left: 7px;
	bottom: -36px;
	/*     -webkit-box-shadow: 10px 0 0 #003995, -10px 0 #003995; */
	/*     box-shadow: 10px 0 0 #003995, -10px 0 #003995; */
}
.Breadcrumb__list {
	display: inline-block;
	padding: 0;
}
.Breadcrumb__list a {
	/*     color: #d1b61e; */
	font-size: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
.Breadcrumb__list a span{
	text-decoration: underline;
}
.Breadcrumb__list br{
	display: none;
}
.Breadcrumb__list:last-child a span {
	text-decoration: none;
}
.Breadcrumb__list a:after {
	content: ">";
	margin: 0 5px;
	color: #A5A5A5;
}
.Breadcrumb__list a:after, .ContsArea h2, .BulletList__itemCont__txt, .MainLabel, .MenuList__itemCont__desc a {
	/*     color: #4f4f4f!important; */
}
.MainLabel--wh .MainLabel__en{
	color: #FFF!important;
}
.Breadcrumb__list:last-child a:after {
	content: "";
}
.Beginning_cont{
	overflow: hidden;
}
.Beginning_cont h3{
	font-size: 1.8rem;
	color: #3e8153;
}
.Beginning_cont h4{
	font-size: 1.6rem;
}
.slick-slide img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.Useful_cont--l .Pct__round, .Useful_cont--r .Pct__round {
	line-height: 0;
}
.Summary__blc div em, .SecLead em, aside.Note em, .Useful_cont em, .Condition__table em, .Process__blc__cont em, .Treatment__blc__cont em {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0000), color-stop(50%, #ffffa3));
	background: linear-gradient(#0000 50%, #ffffa3 50%);
}
.Trouble__wrap.col-type-1, .Guide__wrap.col-type-1{
	width: 80%;
	margin: 0 auto;
}
.col-type-1 .Guide__list li, .col-type-1 .Trouble__list li{
	width: 100%;
}
.Treatment__blc__cont h4 {
	font-size: 1.8rem;
	color: #3e8153;
}
.Treatment__blc__cont p{
	margin-bottom: 1em;
}
.Table__head {
	font-family: "Noto Sans CJK JP";
	font-size: 2rem;
	letter-spacing: .08em;
	color: #3e8153;
	margin-bottom: 1.5em;
	padding-left: 1.3em;
	position: relative;
}
.Table__head:before {
	content: "";
	width: .8em;
	height: .8em;
	border-radius: 4px;
	background: #e5f28e;
	position: absolute;
	left: 0;
	top: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.Cost__table .age{
	width: 20%;
}
.Cost__table + aside.Note{
	margin-top: -40px;
	margin-bottom: 40px;
}
.ListCont section + aside.Note{
	width: 1100px;
	margin: 0 auto;
	margin-top: 10px;
}
.Note p {
	text-indent: 0;
	padding-left: 0;
}
.Note p a{
	overflow-wrap: break-word;
	text-decoration: underline;
	color: #4f4f4f;
}
.Useful__title.no_num{
	padding-left: 0;
}
/* .Useful_cont h4, */
.Process__blc__cont h4{
	font-size: 1.8rem;
	color: #3e8153;
}
/* .Useful_cont h5, */
.Process__blc__cont h5{
	font-size: 1.6rem;
}
.Treatment__blc__cont ul, .Treatment__blc__cont ol,
.Useful_cont ul, .Process__blc__cont ul, .Useful_cont ol, .Process__blc__cont ol{
	margin-bottom: 1.2em;
}
.Treatment__blc__cont li,
.Useful_cont li, .Process__blc__cont li{
	font-size: 1.6em;
	line-height: 1.8em;
}
.Process__blc{
	min-height: 140px;
}
.Treatment__blc__cont.full-width ,.Process__blc__cont.full-width{
	width: 100%;
}
.Sec.FreeCont{
	overflow-x: hidden;
}
.Footer {
	padding: 100px 0 0;
	border-top: 1px solid #BEBCB875;
}
.ShareNav__menu img, .Footer_bottom__logo img{
	object-fit: contain;
}
.Footer_bottom__logo img{
	max-width: 300px;
	max-height: 70px;
}
.Footer__cont {
	display: block;
}
.Footer__cont_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.Footer__cont_flex .FooterNav {
	width: 47%;
}
.FooterNav__menu {
	line-height: 1.5em;
	display: block;
}
.Footer__cont_flex .FooterNav__menu li {
    margin-right: 0;
}
.FooterNav__menu .sub-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	margin-bottom: 30px;
	    padding-top: 5px;
}
.footer-accordion .FooterNav__menu>li>a {
    margin-bottom: 0px;
	padding-bottom: 10px;
		position: relative;
		width: 100%;
	border-bottom: 1px solid #BBBBBB75;
	font-weight: 390;
	font-size: 1.5rem;
}
.FooterNav__menu li li {
	width: 30%;
	font-size: 1.4rem;
}
.Footer__cont_box {
	    margin-bottom: 50px;
}
.Footer__cont_box .FooterNav__menu {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.Footer__cont_box .FooterNav__menu > li {
	width: 47%;
	margin-right: 0;
}
.Footer__cont_bottom {
	margin-bottom: 50px;
}
.Footer__cont_bottom .FooterNav__menu {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.Footer_bottom__copy {
	font-size: 1.6rem;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.Footer__cont_bottom .FooterNav__menu>li>a {
	font-weight: 390;
}
@media screen and (max-width: 896px){
	.Footer {
		    padding: 50px 0 60px;
	}
	.Footer__cont_flex {
    flex-direction: column;
}
	.Footer__cont_flex .FooterNav {
    width: 100%;
}
	.FooterNav__menu > li {
        margin-bottom: 0;
    }
	.FooterNav__menu .sub-menu {
    gap: 4%;
}
	.FooterNav__menu li li {
        width: 48%;
    }
	.FooterNav__menu li li:not(:nth-child(2n)) {
        margin-right: 0;
    }
	.Footer__cont_box {
    margin-bottom: 0px;
}
	.Footer__cont_box .FooterNav__menu {
    flex-direction: column;
}
	.Footer__cont_box .FooterNav__menu > li {
    width: 100%;
}
	.Footer__cont_bottom {
            margin-bottom: 10px;
        padding: 20px;
}
	.Footer__cont_bottom .FooterNav__menu {
    justify-content: space-between;
}
	.Footer__cont_bottom .FooterNav__menu > li {
        margin-bottom: 0px;
		width: 48%;
    }
	.footer-accordion .FooterNav__menu>li>a {
	padding: 20px;
}
	.footer-accordion .FooterNav__menu>li>a:before, .footer-accordion .FooterNav__menu>li>a:after {
    content: "";
    background: none;
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #333;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s;
    border: none;
}
	.footer-accordion .FooterNav__menu>li>a:after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .2s;
}
	.footer-accordion .FooterNav__menu>li>a.open-btn:after {
    transform: translateY(-50%) rotate(180deg);
}
	.footer-accordion .sub-menu {
		display: none;
		padding: 20px;
        margin-bottom: 0;
	}
}

.slick-dots li.slick-active {
	background: #757575;
}
@media screen and (max-width: 896px){
	.slick-dots {
        margin-top: 30px;
    }
}

.Doctor {
	background: #FFFAF8;
	padding-bottom: 100px;
}
.Doctor__doctor_button a {
	position: relative;
	border: 1px solid;
	border-radius: 5px;
	padding: 15px 0;
}
.Doctor__doctor_button a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	right: 30px;
}
.Doctor__Profile_flex {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 60px 4%;
}
.Doctor .Doctor__Profile{
	display: block;
	overflow: hidden;
	width: calc(92% / 3);
	margin: 0;
}
.Doctor__Profile__pct {
	width: 100%;
}
.Doctor__Profile__pct img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.Doctor__Profile__txt {
	width: 100%;
	background: #fff;
	padding: 30px;
	height: 100%;
}
.Doctor__Profile__table th{
	min-width: 140px;
}
.Doctor__Profile .txt-right {
	padding: 0;
}
.Doctor__Profile__table th {
	width: 100%;
	display: block;
	padding: 0;
}
.Doctor__Profile__table td {
	display: block;
	padding: 0;
	border-bottom: none;
	line-height: 1.5;
}
.Doctor__Profile__table .name td {
	margin: 10px 0;
	font-size: 2.4rem;
	font-weight: bold;
}
.Doctor__Profile__table .name td span {
	font-size: 1.6rem;
	margin-left: 10px;
}
.Doctor__Profile__table .profile td {
	    font-weight: 300;
}
.Doctor__Profile__txt .btn--base {
	background-color: initial !important;
	width: 100%;
	border: 1px solid #75757575;
	padding: 14px 0;
	border-radius: 50px;
	position: relative;
	line-height: 1.4;
	color: #333;
	font-weight: 390;
}
.Doctor__Profile__txt .btn--base::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 30px;
}
.About__Mainpict img.Doctor__Main__pct{
	object-fit: cover;
	height: 400px;
}
.Doctor .Useful_cont h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #3e8153;
	border-bottom: 1px dashed #828282;
	padding: 0 0 14px 0;
	margin-bottom: 32px;
}
.Doctor__Mainpict__txt {
	background: #165b31b8;
	padding: 16px 48px 16px 32px;
	position: absolute;
	left: 160px;
	bottom: 80px;
}
.Doctor__Mainpict__txt h2{
	font-size: 3em;
	color: #FFF;
	line-height: 1.5em;
}
.Doctor__Mainpict__txt h2 span{
	display: block;
	font-size: 0.6em;
}
.Doctor__Mainpict__txt em{
	font-size: 1.6em;
	color: #FFF;
	margin-top: 1em;
	display: block;
	line-height: 1;
}
.DoctorData{
	justify-content: space-around;
}
.DoctorData__blc:nth-child(odd){
	margin-right: 0;
}
.DoctorData__blc:nth-child(even){
	margin-left: 4%;
}

/* ドクター紹介 */
.Doctor__doctor {
	background: #FFFAF8;
	padding: 100px 0 70px;
}
.Doctor__doctor_contaner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.Doctor__doctor_contaner_text {
	width: 50%;
}
.Doctor__doctor_contaner_text h3 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.Doctor__doctor_contaner_img {
	width: 44%;
}
.Doctor__doctor_contaner_img img {
	max-width: 100%;
}
.Doctor__doctor_button a {
	background: #fff;
	display: block;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}
.Feature.doctor .SubTitle {
	max-width: 1200px;
	margin: 0 auto 50px;
	text-align: center;
}
.Feature.doctor .SubTitle_title {
	font-size: 3rem;
}
@media screen and (max-width: 1200px){
	.inner {
		padding: 0 15px;
	}
}
@media screen and (max-width: 896px){
	.Doctor {
    padding-bottom: 50px;
}
	.Doctor__doctor {
    padding: 50px 0 50px;
}
	.Doctor__doctor_contaner {
		flex-direction: column-reverse;
		gap: 20px;
	}
	.Doctor__doctor_contaner_text {
		width: 100%;
	}
	.Doctor__doctor_contaner_text h3 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.Doctor__doctor_contaner_img {
		width: 100%;
	}
	.Doctor__Profile_flex {
		gap: 30px;
	}
	.Doctor .Doctor__Profile {
		width: 100%;
	}
	.Doctor__Profile__txt .btn--base {
		padding: 10px;
		line-height: 1.7;
	}
	.Feature.doctor .SubTitle {
		margin: 0 auto 40px;
		text-align: left;
	}
	.Feature.doctor .SubTitle_title {
		font-size: 2rem;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 736px) {
	.Doctor__Profile__pct {
		width: 100%;
		margin-bottom: 0;
	}
}

/* 	ドクター詳細 */

/* 	アンカーリンク */
.single-anchor-link {
	padding: 70px 0;
  background-color: #fffaf8;
}
.single-anchor-link_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px 2%;
}
.single-anchor-link_box a {
	width: 23.5%;
	background: #fff;
	display: block;
	position: relative;
	border: 1px solid #757575;
	border-radius: 5px;
	padding: 0 50px;
	text-align: left;
	letter-spacing: 0;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	text-align: center;
}
.single-anchor-link_box a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	right: 30px;
}
@media screen and (max-width: 896px) {
	.single-anchor-link {
		padding: 40px 0;
	}
	.single-anchor-link_box {
		gap: 15px 6%;
	}
	.single-anchor-link_box a {
		width: 47%;
		font-size: 1.2rem;
		padding: 0 20px;
        height: 44px;
	}
	.single-anchor-link_box a::before {
		width: 5px;
		height: 5px;
		right: 10px;
	}
}

/* 	メッセージ */
.section_bg {
	background: #FFFAF8;
}
.doctor-message_box {
	padding: 0;
	border: none;
}
.doctor-message_box_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.doctor-message_box_flex_text {
	width: 70%;
}
.doctor-message_box_title {
	display: block;
	padding: 0;
	background-color: initial;
	position: initial;
}
.doctor-message h3 {
	margin-bottom: 20px;
}
.doctor-message h3::before {
	content: none;
}
.doctor-message p {
	font-size: 1.6rem;
}
.doctor-message a {
	color: #0284C7;
	text-decoration: underline;
}
.doctor-message_box_flex_img {
	width: 26%;
}
.doctor-message_box_flex_img img {
	max-width: 100%;
}
@media screen and (max-width: 896px) {
	.doctor-message_box_flex {
		flex-direction: column-reverse;
		gap: 20px;
	}
	.doctor-message_box_flex_text {
		width: 100%;
	}
	.doctor-message p {
		font-size: 1.4rem;
	}
	.doctor-message_box_flex_img {
		width: 100%;
	}
}

/* 	ディプロマ */
.awardsCont {
	padding-bottom: 100px;
}
.menu_awards__blc .slick-slide {
	margin: 0 10px;
}
.menu_awards__blc_img {
	margin-bottom: 10px;
}
.menu_awards__blc_img img {
	object-fit: contain;
}
.menu_awards__blc_item p {
	text-align: center;
	font-size: 1.2rem;
}
@media screen and (max-width: 896px) {
	.awardsCont {
	padding-bottom: 50px;
}
	.menu_awards__blc .slick-slide {
		margin: 0;
	}
	.menu_awards__blc_item p {
		font-size: 1rem;
	}
}

/* 	経歴 */
.DoctorData {
	display: block;
	padding: 100px 0;
}
.DoctorData__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.DoctorData__container_box {
	width: 48%;
}
.DoctorData__blc {
	width: 100%;
}
.DoctorData__blc:nth-child(even) {
	margin-left: 0;
}
.DoctorData__blc dt {
	border-color: #333 !important;
	color: #333 !important;
	text-align: left;
	font-size: 1.6rem;
	font-weight: normal;
}
.DoctorData__history th {
	width: 70px;
	color: #333 !important;
	font-weight: normal;
}
.DoctorData__blc a {
	color: #0284C7;
	text-decoration: underline;
}
@media screen and (max-width: 896px) {
	.DoctorData {
	padding: 50px 0;
}
	.DoctorData__container {
		flex-direction: column;
	}
	.DoctorData__container_box {
		width: 100%;
	}
	.DoctorData__container_box:last-child .DoctorData__blc:last-child {
		margin-bottom: 0;
	}
}

/* 	専門分野・得意施術 */
.expertiseCont {
	padding: 100px 0;
}
.menu_expertise__blc {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px 4%;
}
.menu_expertise__blc_item {
	width: 22%;
}
.menu_expertise__blc_img {
	margin-bottom: 10px;
}
.menu_expertise__blc_item img {
	max-width: 100%;
	object-fit: cover;
	aspect-ratio: 5 / 3;
	vertical-align: bottom;
}
.menu_expertise__blc_item p {
	line-height: 1.2;
	text-align: center;
	position: relative;
}
a.menu_expertise__blc_item p:before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 20px;
}
@media screen and (max-width: 896px) {
	.expertiseCont {
	padding: 50px 0;
}
	.menu_expertise__blc {
		gap: 20px 4%;
	}
	.menu_expertise__blc_item {
		width: 48%;
	}
	.menu_expertise__blc_item p {
		font-size: 1.2rem;
	}
	a.menu_expertise__blc_item p:before {
		width: 5px;
		height: 5px;
		right: 10px;
	}
}

/* 	症例 */
.top_case.doctor {
	background-color: #FFF;
	    padding-top: 100px;
}
.doctor .top_caseList__blc {
	background-color: #FFFAF8;
}
@media screen and (max-width: 896px) {
	.top_case.doctor {
	    padding-top: 50px;
}
}

/* 	ドクターの印象 */
.Doctor__doctor.teams-voice {
	padding: 100px 0;
}
.teams-voice .Doctor__doctor_contaner {
	margin-bottom: 0;
}
@media screen and (max-width: 896px) {
	.Doctor__doctor.teams-voice {
	padding: 50px 0;
}
	.Doctor__doctor_contaner_img {
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
}


/* 	インタビュー */
.interviewCont {
	padding: 100px 0;
}
.menu_interview__blc_item:not(:last-child) {
	margin-bottom: 50px;
}
.menu_interview__blc_item h3 {
	margin-bottom: 20px;
	font-family: "Noto Sans JP", sans-serif;
}
.menu_interview__blc_item_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.menu_interview__blc_img {
	width: 32%;
}
.menu_interview__blc_img img {
	max-width: 100%;
}
.menu_interview__blc_text {
	width: 64%;
}
@media screen and (max-width: 896px) {
	.interviewCont {
	padding: 50px 0;
}
	.menu_interview__blc_item_flex {
		flex-direction: column-reverse;
		gap: 20px;
	}
	.menu_interview__blc_text {
		width: 100%;
	}
	.menu_interview__blc_img {
		width: 100%;
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
}

.Useful_cont h5:before{
	content: none;
}
.FaqList__blc--last{
	margin-bottom: 20px;
}
.FaqList__blc--last + p{
	text-align: right;
	font-size: 1.4em;
}
.FaqList__blc--last + p a{
	color: #333333;
}
.Sec #InnerLink{
	background: #F7F7EB;
	padding: 25px 40px;
	font-size: 1.5em;
}
.Sec #InnerLink ul li{
	display: inline-block;
	margin-right: 60px;
}
.Sec #InnerLink ul li:after{
	content: "▼";
	margin-left: 0.6em;
}
.Feature__cont p em {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0000), color-stop(50%, #ffffa3));
	background: linear-gradient(#0000 50%, #ffffa3 50%);
}
.Access .About__cont{
	margin-top: 0;
}
.aligncenter{
	text-align: center;
	display: table-cell;
	margin: 0 auto;
}
.Subject__blc p{
	text-align: left;
}
.Overview .Doctor__Profile__pct{
	height: 360px;
}
.Overview .Doctor__Profile__pct img{
	height: 100%;
	object-fit: cover;
}
@media print, screen and (min-width: 1025px){
	.Sidebyside__cont > .col-25 {
		width: 22%;
	}
	.Sidebyside__cont > .col-25:nth-child(4n) {
		margin-right: 0;
	}
	.col-33 {
		width: 30%;
		margin-right: 5%;
	}
	.Service__cont > a:nth-child(3n), .Sidebyside__cont > div.col-33:nth-child(3n){
		margin-right: 0;
	}
}
@media only screen and (min-width: 897px){
	.Header{
		min-width: initial;
	}
	.Header__logo img {
		max-width: 200px;
		max-height: 50px;
		object-fit: contain;
	}
	.Header__translator{
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.spnav-menu + .Header__translator #google_translate_element{
		top: -40px;
	}
	.Breadcrumbs {
		margin: 0 auto 32px;
	}
	.About__cont .Gmap{
		margin-bottom: 100px;
	}
	.Main.Access .About__cont .Gmap{
		height: 500px;
	}
	.About__lower__nav{
		position: relative;
	}
	.About__lower__nav .menu{
		position: absolute;
		bottom: 100px;
		width: 450px;
	}
	.Director__Greeting{
		margin-bottom: 60px;
	}
	.Director__Greeting__pct img{
		max-height: 770px;
		width: auto;
	}
	.Pct__round img{
		height: 260px;
		object-fit: cover;
	}
	.Condition__table td img {
		float: right;
		margin-left: 20px;
	}	
}
@media only screen and (max-width: 896px){
	body {
		font-size: 1.4rem;
	}
	.Header__left {
		/* 		width: 60%; */
	}
	.Header__logo img {
		max-width: 100%;
		/* 		max-height: 25px; */
		object-fit: contain;
		height: auto;
		width: auto;
	}
	.Header__translator{
		position: relative;
		top: -20px;
	}
	.Header .Header__translator #google_translate_element{
		display: none;
	}
	.nav-toggle span{
		-webkit-transition: none;
		transition: none;
	}
	.Breadcrumbs {
		margin: 0 15px 24px;
	}
	.Sec #InnerLink{
		padding: 10px 20px;
		font-size: 1.2em;
		line-height: 3em;
	}
	.Sec #InnerLink ul li{
		margin-right: 25px;
	}
	.Sec #InnerLink ul li:after{
		margin-left: 0.3em;
	}
	.Condition__table td img {
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.Cost__table{
		margin-bottom: inherit;
	}
	.FaqList__blc dt{
		padding: 20px 20px 20px 1.8em;
	}
}
@media only screen and (min-width: 897px){
	.Staff__blc .job{
		white-space: nowrap;
	}
	.Examination__blc__txt{
		padding: 10px 32px 50px 0;
	}
	.Examination__btnCont .btn--base{
		position: absolute;
		bottom: 20px;
		right: 40px;
	}
	.Examination__blc{
		position: relative;
	}
	.Useful_cont--r .Pct__round {
		width: 33.333%;
		margin: 0 0 40px 40px;
		float: right;
	}
	.Useful_cont .Pct__round {
		clear: both;
	}
	.btn--base:hover,.reservedBtn:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	/* 	.Doctor .Doctor__Profile.fig_l .Doctor__Profile__pct, .Doctor .Doctor__Profile.fig_r .Doctor__Profile__txt{
	float: left;
}
	.Doctor .Doctor__Profile.fig_r .Doctor__Profile__pct, .Doctor .Doctor__Profile.fig_l .Doctor__Profile__txt {
	float: right;
} */
}
@media only screen and (max-width: 896px){
	.Schedul__table td {
		padding: .7em .7em;
	}
	.About__lower__nav .menu{
		font-size: 1.3rem;
		letter-spacing: 0px;
	}
	.About__lower__nav .menu a {
		padding: 1em 0 0.75em 2.2em;
	}
	.SubHero__img{
		height: 100%;
	}
	.SubHero__img img{
		height: 100%;
	}
	.Examination__blc__txt h3 br{
		display: none;
	}
	.Useful_cont--r .Pct__round {
		width: 90%;
		margin: 0 auto 24px;
		float: none;
	}
	.Schedul__notes {
		/*     display: block; */
	}
	.Staff__blc__pic{
		width: 35vw;
		height: 35vw;
	}
	.btn--base:hover,.reservedBtn:hover{
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	.btn--base:hover{
		background-position: right 6% center;
	}
	.Subject__blc:hover,.Examination__blc:hover{
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.Facility .Sidebyside__blc__pct{
		width: 100%;
		margin-bottom: 16px;
	}
	.Facility .Sidebyside__blc .txt{
		width: 100%;
		margin-bottom: -16px;
	}
	.Doctor__Mainpict__txt {
		left: 0;
		bottom: 0;
	}
	.Doctor__Mainpict__txt em {
		font-size: 1.2em;
	}
	.Doctor__Mainpict__txt h2 {
		font-size: 2em;
		color: #FFF;
		line-height: 1.3em;
		margin-bottom: 0.4em;
	}
	.Overview .Doctor__Profile__pct{
		height: 200px;
		width: 100%;
	}
	/* 	.Cost__table thead td{
	display: none;
}
	.Cost__table th.head{
	border-bottom: 1px dotted #A7A7A7;
}
	.Cost__table .age{
	width: 100%;
	border: none;
	padding: 0;
} */
	.Cost__table .exp{
		max-width: 300px;
	}
	.Cost__table .amount{
		white-space: nowrap;
	}
}


/* modal */
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	min-width: 800px;
}
body.modal-open {
	height: 100vh;
	overflow-y: hidden;
}
@media print, screen and (max-width: 896px){
	.modal{
		z-index: 2;
	}
	.modal__content{
		width: 90%;
		min-width: unset;
		padding: 20px;
		max-height: calc(100% - 200px);
		overflow-y: scroll;
	}
}


/* ギャラリー */
.gallery .thumbs>div:before{
	left: 35px!important;
}
.gallery .thumbs>div{
	width: 85px!important;
	height: 85px!important;
}
.gallery .images>div p{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 30px;
	background: #165B31cc;
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	border-radius: 0px 0 5px 5px;
}
@media (max-width: 896px){
	.gallery .thumbs>div:before{
		left: 25px!important;
	}
	.gallery .thumbs>div {
		width: 65px!important;
		height: 65px!important;
	}
}
@media screen and (max-width: 896px){
	.gallery .images>div p{
		font-size: 1.2em;
		padding: 3px 10px;
		line-height: 1.4em;
	}
	.Sec.Gallery{
		padding: 0;
	}
}

/* ニュース */
.News__cont__sub{
	margin-bottom: 2em;
}
.News__cont__sub .News__cont__subTime{
	font-size:1.4rem;
}
.News__blc{
	font-size: 1.6rem;
	margin-bottom: 3em;
}

/* 症状・病名 */
.SymptomIndex {
	max-width: 1200px;
	margin: 0 auto 160px;
}
.SymptomIndex.Home__Service{
	max-width: 1400px;
	padding: 100px;
	border-radius: 50px;
	background: #f1fafd;
}
.SymptomTitle {
	text-align: center;
}
.SymptomTitle h2 {
	font-size: 3.2rem;
}
.Symptom__Cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.SymptomColumn {
	width: 25%;
}
.Symptom__blc {
	font-size: 1.6rem;
	margin-bottom: 1.5em;
	position: relative;
	z-index: 1;
}
.Symptom__menu li {
	margin-bottom: .5em;
}
.Symptom__menu li.sickness {
	background-color: #ECF7F8;
}
.Symptom__menu li.symptom {
	background-color: #F5F5F5;
}
.Symptom__menu li a {
	display: block;
	padding: .5em 1.5em .5em .8em;
	position: relative;
	line-height: 1.6;
}
.Symptom__menu li a:before {
	content: "";
	width: 7px;
	height: 11px;
	position: absolute;
	right: 5%;
	top: 50%;
	background: url(./img/common/icon/icon_arrow_s.svg) left top/cover no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.Symptom__menu li a:hover:before {
	right: 3%;
}
.Symptom__Person {
	position: absolute;
	left: 50%;
	top: 36px;
	z-index: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 600px;
}
.Symptom__Person img{
	width: 90%;
	height: auto;
	margin: 0 5%;
}
.symptom-category {
	display: none;
}
@media screen and (max-width: 896px){
	.SymptomIndex {
		margin: 0 20px 56px;
	}
	.SymptomIndex.Home__Service{
		padding: 50px 0;
		margin: 0;
		border-radius: 0;
		margin-bottom: 60px;
	}
	.SymptomIndex.Home__Service .Symptom__Cont .Sec.Symptom__link{
		display: none;
	}
	.SymptomTitle h2 {
		font-size: 2.2rem;
	}
	.Symptom__Cont {
		margin-top: 0;
	}
	.SymptomColumn {
		width: 100%;
		padding: 0 20px;
	}
	.Symptom__blc {
		font-size: 1.5rem;
	}
	.Symptom__Person {
		position: static;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 24px;
	}
	.Symptom__Person img {
		width: 100%;
		margin: 0;
	}
}
@media screen and (min-width: 897px){
	.Symptom__Cont .Sec.Symptom__link {
		display: none;
	}
	.SymptomColumn {
		min-height: 500px;
	}
}
@media only screen and (max-width: 896px){
	.Symptom__Cont {
		margin-top: 2rem;
	}
}


/* 一時対応 */
body .Treatment__title .title__num,body .Feature__blc__num em,body .Process__title .title__num{
	font-family: 'Nothing You Could Do', cursive!important;
}
@media screen and (min-width: 897px){
	.Recruit__message__cont{
		padding-bottom: 230px;
	}
	.Recruit__job figure {
		width: 200px;
	}
	.Recruit__job figure img{
		width: 200px;
		padding: 5px;
	}
	.Recruit__message__cont__text {
		text-align: center;
		width: 50%;
	}
	.Examination__blc__pic {
		height: 100%;
	}
}
.Recruit__message_pct_02 {
	right: -100px;
	top: 80px;
}
.Examination__blc__pic img {
	height: 100%;
	object-fit: cover;
}
.Subject + .About{
	margin-top: -100px;
}
@media screen and (max-width: 896px){

	.Service__blc figure{
		height: 105px;		
	}
	.Service__blc figure img{
		height: 100%;
		object-fit: cover;
	}
	.HeroBnr__info__more{
		display: none;
	}
	.About__Mainpict__txt {
		/* 		width: 85%; */
		bottom: auto;
		top: 70%;
	}
	.About__Mainpict__txt p {
		font-size: 1.4rem;
	}
}
.Recruit__jobt__blc .btn--base{
	right: 25px;
}
@media screen and (max-width: 320px){
	.Schedul__table{

	}
	.Schedul__table .timezone{
		white-space: unset;
		padding: 5px 0;
	}	
}
@media screen and (max-width: 896px){
	.Schedule{
		margin: 0 10px 56px;
	}
	.spnav__list a, .spnav__list span{
		padding: 0.8em 2em 0.8em 0.5em;
	}
	.spnav__list .sub-menu {
		display: none;
		background-color: #0c451c59;
	}
	.spnav__list .sub-menu li {
		width: 50%;
		float: left;
		border-bottom: none;
		border-top: 1px solid #daffe533;
	}
	.spnav__list a, .spnav__list span {
		display: block;
		color: #fff;
		padding: 0.8em 2em 0.8em 0.5em;
		position: relative;
	}
	.spnav__list__child{
		background: none;
	}
	.opened > a:before {
		-webkit-transform-origin: 50% 25%;
		transform-origin: 50% 25%;
		-webkit-transform: rotate(
			90deg
		);
		transform: rotate(
			90deg
		);
	}
	.FreeCont + .ClinicInfo .Gmap{
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 897px){
	.Director__Greeting__txt{
		width: 50%;
	}
	.About__access__address{
		width: 40%;
	}
	.About__access__station{
		width: 35%;
	}
	.About__access__parking{
		width: 25%;
	}
}
.Director__Greeting__txt .catch{
	font-size: 2.5rem;
}
.Director__Greeting__txt p {
	line-height: 1.8;
}

.FaqList__blc .contact__tel:before{
	top: 18px;
	left: 0;
}
.FaqList__blc dt:after{
	content: none;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 1%;
	top: 35%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(./img/common/icon/icon_arrow.png) center center no-repeat;
	-webkit-transform: rotate( 
		90deg
	);
	transform: rotate( 
		90deg
	);
	transition: 0.2s;
}
.FaqList__blc.opened dt:after{
	-webkit-transform: rotate( 
		270deg
	);
	transform: rotate( 
		270deg
	);

}

/* アイコン色変更 */
/*.About__lower__nav .menu a {
display: inline-block;
padding: .1em 0 .1em 1em;
background: none;
width: calc(100% - 22px);
line-height: 4em;
}*/
.About__lower .Gmap{
	top: 25px;
}
.About__lower__info .About__access__blc dt, .Access .About__access__blc dt {
/* 	width: 6em; */
	padding: .2em 0;
	font-size: 1.4em;
}
.About__access .BtnCont{
	margin-top: 12px;
}
.Cv__contact .contact__tel{
	margin-left: 0;
	font-family: "Inter", sans-serif;
}
.contact__tel,.About__access__address dt,.About__access__station dt,.About__access__parking dt {
	background: none;
	padding-left: 0;
}

.About__lower__nav .menu .menu__item:before,.contact__tel:before,.About__access__blc dt:before {
	content: "";
	display: inline-block;
	mask: no-repeat center/70%;
	-webkit-mask: no-repeat center left/100%;
	background: #82bb90;
	position: relative;
}
.About__lower__nav .menu .menu__item:before {
	width: 20px;
	height: 30px;
	top: 22px;
	left: 8px;
	position: absolute;
}
.About__lower__nav .menu .menu__item__greeting, .About__lower__nav .menu .menu__item__greeting2, .About__lower__nav .menu .menu__item__first, .About__lower__nav .menu .menu__item__flow, .About__lower__nav .menu .menu__item__access, .About__lower__nav .menu .menu__item__recruit { background-image: none;position: relative;}
.About__lower__nav .menu .menu__item__greeting:before {
	mask-image: url(./img/common/icon/icon_greeting.png);
	-webkit-mask-image: url(./img/common/icon/icon_greeting.png);
}
.About__lower__nav .menu .menu__item__greeting2:before {
	mask-image: url(./img/common/icon/icon_greeting2.png);
	-webkit-mask-image: url(./img/common/icon/icon_greeting2.png);
}
.About__lower__nav .menu .menu__item__first:before {
	mask-image: url(./img/common/icon/icon_first.png);
	-webkit-mask-image: url(./img/common/icon/icon_first.png);
}
.About__lower__nav .menu .menu__item__flow:before {
	mask-image: url(./img/common/icon/icon_flow.png);
	-webkit-mask-image: url(./img/common/icon/icon_flow.png);
}
.About__lower__nav .menu .menu__item__access:before {
	mask-image: url(./img/common/icon/icon_access.png);
	-webkit-mask-image: url(./img/common/icon/icon_access.png);
}
.About__lower__nav .menu .menu__item__recruit:before {
	mask-image: url(./img/common/icon/icon_recruit.png);
	-webkit-mask-image: url(./img/common/icon/icon_recruit.png);
}

.About__lower__nav  .menu__item__introlink_box_icon-upload {
	position: relative;
}
.About__lower__nav  .menu__item__introlink_box_icon-upload:before {
	content: none !important;
}
.About__lower__nav .menu .menu__item__introlink_box_icon-upload img {
	width: 23px;
	height: 23px;
	top: 26px;
	left: 8px;
	object-fit: contain;
	position: absolute;
}

.contact__tel {
	    font-weight: 900;
}

.contact__tel:before {
	width: 50px;
	height: 32px;
	top: 2px;
	left: -8px;
}
@media screen and (max-width: 896px){
	.contact__tel:before {
		width: 40px;
		height: 24px;
	}
}
.Header__right__top{
	white-space: nowrap;
}
.Header__right__contact .contact__tel:before{
	width: 24px;
	height: 24px;
	top: 4px;
	left: -5px;
}
.About__access__blc dt:before {
	height: 28px;
}
.About__access__address dt:before{
	width: 19px;
	top: 8px;
	left: -8px;
	mask-image: url(./img/common/icon/icon_address.png);
	-webkit-mask-image: url(./img/common/icon/icon_address.png);
}
.About__access__station dt:before{
	width: 18px;
	top: 8px;
	left: -8px;
	mask-image: url(./img/common/icon/icon_train.png);
	-webkit-mask-image: url(./img/common/icon/icon_train.png);
}
.About__access__parking dt:before{
	width: 25px;
	top: 8px;
	left: -5px;
	mask-image: url(./img/common/icon/icon_car.png);
	-webkit-mask-image: url(./img/common/icon/icon_car.png);
}
.Feature__blc__num,.Treatment__title .title__num{
	background: none;
	position: relative;
	z-index: 1;
}
.Treatment__title .title__txt{
	z-index: 1;
}
.Feature__blc__num{
	padding-left: 0;
}
.Feature__blc__num:before,.Treatment__title .title__num:before{
	mask-image: url(./img/common/icon/icon_stroke.png);
	-webkit-mask-image: url(./img/common/icon/icon_stroke.png);
	mask-size: contain;
	-webkit-mask-size: contain;
	content: "";
	width: 136px;
	height: 54px;
	position: absolute;
	display: inline-block;
	background: #eff6c1;
	top: 15px;
	z-index: -1;
}
.Treatment__title .title__num:before{
	width: 100px;
	height: 40px;
	top: 8px;
	left: 0;
}
.Examination__blc__txt h3{
	background: none;
	padding-left: 0;
}
.Examination__blc__txt h3:before{
	mask-image: url(./img/common/icon/icon_examination.png);
	-webkit-mask-image: url(./img/common/icon/icon_examination.png);
	content: "";
	width: 22px;
	height: 22px;
	position: relative;
	display: inline-block;
	background: #000;
	top: 3px;
}
.Header__sp p{
	white-space: nowrap;
}
.Header__sp__btn img{
	display: none;
}
.Header__sp__btn.btn-tel-mb:before {
	content: "";
	-webkit-mask: no-repeat center left/100%;
	mask-image: url(./img/common/icon/icon_tel.png);
	-webkit-mask-image: url(./img/common/icon/icon_tel.png);
	background: #ff9140;
	position: relative;
	width: 23px;
	height: 21px;
	top: 2px;
	left: 0;
	display: inline-block;
}
.Schedule__title:before{
	mask-image: url(./img/common/icon/icon_time.png);
	-webkit-mask-image: url(./img/common/icon/icon_time.png);
	background: #5776DBCC;
}
.Alliance__blc__txt .link:before{
	mask-image: url(./img/common/icon/icon_link.png);
	-webkit-mask-image: url(./img/common/icon/icon_link.png);
	background: #5776DBCC;
	width: 1.3em;
	height: 1.3em;
	top: 0.3em;
}
.Flow__b__blc:before{
	background: #FFF;
}
.Flow__b__blc:after{
	content: "";
	height: 14px;
	position: absolute;
	left: 50%;
	bottom: -7px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 5px;
	z-index: 1;
	mask-image: url(./img/common/icon/icon_arrow_flow.png);
	-webkit-mask-image: url(./img/common/icon/icon_arrow_flow.png);
	width: 15px;
	background: #61B9BD;
}
.Flow__b__blc:last-child:after{
	content: none;
}
.slick-prev, .slick-next{
	background-image: none;
	mask: no-repeat center/70%;
	-webkit-mask: no-repeat center left/100%;
	mask-image: url(./img/common/icon/icon_arrow_l.svg);
	-webkit-mask-image: url(./img/common/icon/icon_arrow_l.svg);
	background-color: #bbb;
	width: 12px;
}

.Doctor__Profile__Message>.title:before{
	background: none;
	mask-image: url(./img/common/icon/icon_message.png);
	-webkit-mask-image: url(./img/common/icon/icon_message.png);
	background-color: #7bce95;
	width: 28px;
	height: 26px;
}
@media screen and (min-width: 897px){
	.About__access__blc:not(.About__access__address){
		line-height: 3.6;
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 896px){
	.About__lower__info .About__access__blc:not(.About__access__parking) dt, .Access .About__access__blc:not(.About__access__parking) dt {
		padding: .2em .5em;
	}
	.About__lower__info .Schedule {
		margin: 10px;
		margin-bottom: 40px;
	}
	.Cv__contact .hour,.About__lower__info__contact .hour{
		color: #FFF!important;
	}
}
@media screen and (max-width: 896px){
	.Treatment__title .title__num:before{
		width: 44px;
		height: 18px;
		top: 8px;
		left: 0;
	}
	.About__lower__nav .menu .menu__item:before{
		top: 12px;
	}
	.About__lower__nav .menu .menu__item__introlink_box_icon-upload img {
		top: 12px;
	}
}
@media screen and (min-width: 897px){
	.About__lower__cont .About__access__parking dt,.About__access__blc.About__access__parking dt{
		margin-left: -7px;
	}
	.About__access__blc.About__access__parking dd{
		/* 		padding-left: 7px; */
	}
	.Alliance__blc__pic{
		max-height: 260px;
	}
	.Alliance__blc__pic img{
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 896px){
	.Schedule__title:before {
		/* 		height: 36px;
		width: 36px; */
	}
}
.HeroBnr__info__more a{
	padding-right: 20px;
	margin-right: -20px;
}


.Recruit{
	/* 	display: none; */
	background: none;
}
.Recruit__job{ 
	/* 	display: none; */
}
.Recruit__message__cont h3,.Recruit__message__cont p{
	width: 70%;
	margin: 0 auto;
}
.Recruit__message_pct_01{
	left: -50px;
	top: -30px;
}
.Recruit__message_pct_02{
	right: -50px;
	top: -30px;
}
@media screen and (max-width: 1200px){
	.Recruit__message_pct_01{
		left: -10%;
	}
	.Recruit__message_pct_02{
		right: -10%;
	}
}
@media screen and (max-width: 1024px){
	.Recruit__message_pct_01{
		left: -15%;
	}
	.Recruit__message_pct_02{
		right: -15%;
	}
}
@media screen and (min-width: 897px) and (max-width: 896px){
	.Recruit__message_pct_01,.Recruit__message_pct_02{
		display: none;
	}	
}
/*@media screen and (min-width: 897px){
.Recruit__message__cont{
overflow-y: clip;
padding-bottom: 45px;
margin-bottom: -100px;
}
.Recruit__message_pct_01{
top: 10px;
}
}*/


/*TOP*/
.HeroBnr {
	padding-bottom: 100px;
	background-color: #FFFAF8;
}
.HeroBnr .slick-slide{
	position: relative;
}
.HeroBnr > .HeroBnr__cont{
	height: auto;	
}
.HeroBnr .slick-track{
	/* 	height: 78vh; */
}
.HeroBnr .slick-dots li.slick-active {
	background: #FF885E;
}
.HeroBnr__info dl dd{
	/* 	box-sizing: content-box; */
	padding: 0;
	border: none;
}
.HeroBnr__info dl dt{
	background: none;
	position: relative;
}
.HeroBnr__info dl dt:before{
	mask-image: url(./img/common/icon/icon_info.png);
	-webkit-mask-image: url(./img/common/icon/icon_info.png);
	content: "";
	width: 18px;
	height: 13px;
	position: absolute;
	display: inline-block;
	background: #97c1a4;
	top: 5px;
	left: 0px;
}
#HeroBnr__FV{
	height: 500px;
	width: 100%;
	position: relative;
}
.HeroArea {
	background: none;
	background-size: cover;
	text-align: center;
}
.HeroArea .s-contsWrap {
	position: relative;
	min-height: 480px;
}
.HeroArea__txt {
	color: #fff;
	display: inline;
	line-height: 1.5em;
	/*     background: #003995; */
	font-size: 48px;
	font-weight: 500;
	top: unset;
	bottom: 6%;
}
.HeroArea__txt__head span{
	display: block;
	line-height: 1.8;
}
.HeroArea__txt__head > span:first-child{
	margin-bottom: 0.2em;	
}
@media screen and (max-width: 896px){
	.HeroBnr{
		padding: 0;
		margin-bottom: 0;
	}
	.HeroBnr .slick-slide{
		height: 500px;
	}
	.HeroBnr .slick-slider{
		width: 100%;
		height: 500px;
	}
	.HeroBnr > .HeroBnr__cont{
		position: inherit;
		width: 100%;
	}
	.HeroBnr__cont{
		position: absolute;
		bottom: 20%;
		padding: 0 20px 24px;
	}
	.HeroArea__txt__head{
		font-size: 2.4rem;
		letter-spacing: .1em;
		line-height: 1.8em;
		margin-bottom: 1.5em;
	}
	.HeroBnr__Slider--pc .HeroArea__txt__head span{
		font-size: 25px!important;
	}
	.Calendar__gcal iframe {
		max-width: 100%;
	}
}
@media screen and (min-width: 897px){
	.HeroBnr__Slider--sp .HeroArea__txt__head span{
		font-size: 50px!important;
	}
	.HeroBnr{
		height: 690px;
		margin: 132px auto 40px;
	}
	.HeroArea__img{
		height: 648px;
		position: relative;
	}
	.HeroBnr__Slider .slick-dots{
		margin-top: 25px;
	}
	.HeroBnr > .HeroBnr__cont{
		position: static;
	}
	.HeroBnr__info{
		bottom: 90px;
		position: relative;
		left: 570px;
	}
}
@media screen and (max-width: 896px){
	.HeroBnr__info{
		height: 74px;
		padding: 14px;
	}
	.News {
		margin-top: 50px;
	}
	.NewsList__cat{
		min-width: 7em;
		width: fit-content;
		width: -moz-fit-content;
		word-break: keep-all;
		font-weight: bold;
	}
	.NewsList__date{
		width: 100px;
	}
	.obj__fit{
		-o-object-fit: cover;
		object-fit: cover;
		font-family: 'object-fit: cover;'!important;
	}
	dd.ticker{
		border: none;
	}
	.ticker ul li{
		white-space: nowrap;
	}
}
@media screen and (min-width: 897px){
	.HeroBnr__info{
		height: 49px;
	}
}
.HeroArea__img .obj__fit{
	max-width: 100%;
	width: 100%;
	object-fit: cover;
}

.HeroBnr__Slider .slick-dots li:not(.slick-active){
	background: #ccc;
}

.HeroBnr__info dl dd{
	background: #0000;
}
.HeroBnr__info__title a, .NewsList__title{
	font-weight: bold;
}

/* カルーセルバナーフィールド */
.top_MultipleBanner {
	padding: 100px 0;
}
.MultipleBanner__cont {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4%;
}
.MultipleBanner__cont__box {
	width: 48%;
	margin-bottom: 50px;
}
.MultipleBanner__cont__box a img {
	max-width: 100%;
}
.MultipleBanner__cont__box img {
	max-width: 100%;
	width: 100%;
}
@media only screen and (min-width: 897px){
	.MultipleBanner-slider--sp{
		display: none;
	}
}
@media only screen and (max-width: 896px){
	.MultipleBanner-slider--pc{
		display: none;
	}
	.MultipleBanner-slider--sp{
		display: block;
	}
}

/* FB下バナーフィールド */
@media only screen and (min-width:1024px){
	.ufvBnr_pc{
		width: fit-content;
		width: -moz-fit-content;
		margin: 0 auto;
		margin-bottom: 60px;
		display: block;
	}
	.ufvBnr__img--sp{
		display: none;
	}
}
@media only screen and (max-width: 1023px){
	.ufvBnr__img--pc{
		display: none;
	}
	.ufvBnr_sp{
		margin-top: -20px;
		display: block;
		margin-bottom: 40px;
	}
	.ufvBnr_sp img{
		width: 100%;
	}
}

/*メガメニュー*/
.Header .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a{
	padding: 0px 20px 0px 15px;	
}
@media all and (-ms-high-contrast: none) {
	.Header .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a{
		/* IE10 以降にのみ適用される */
		padding: 0px 19px 0px 15px;	
	}
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a::before{
	content: none!important;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a{
	font-size: 15px!important;
}

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a::before{
	width: 0px;
}
#wpmega-menu-global{
	/* 	border-left: 2px solid; */
	border: none;
	white-space: nowrap;
}
.Header .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children > a::before{
	content: '\f107'!important;
	position: absolute;
	right: 18px;
	top: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-family: FontAwesome;
	font-size: 14px;
	width: 0px;
}
.Header .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a::after,
.Header .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after{
	/*     content: "";
	background: #0078f0;
	opacity: 2;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px; */
	content: none;
}
.Header .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after{
	top: 14px!important;
}
.Header .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal, .Header .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical{
	margin-top: 15px;
	margin-bottom: 10px;
	border: none;
	/* 	width: 1000px; */
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper{
	margin:0 auto;
	display:table;	
}
.Header .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap, .Header .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap{
	border: none;
	left: -8px;
	box-sizing: content-box;
	width: 810px;
	border-radius: 2px;
}
.Header .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title, .Header .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link span.wpmm-mega-menu-href-title, .Header ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title, .Header ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title{
	font-size: 16px;
	border-bottom: 1px solid #FFF;
	width: 100%;
	margin-bottom: 0;
}
.wpmm_megamenu .wpmm-target-description.wpmm-target-text{
	display: none!important;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-featured-image img, ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-custom-image img{
	width: 225px;
	height: 150px;
	object-fit: cover;
}
.wpmm-sub-menu-wrap ul > li {
	margin: 0 -3px 15px!important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-onhover ul.wpmm-mega-wrapper > li:hover .wpmm-sub-menu-wrap .wpmm-sub-menu-wrapper {
	position: relative;
	left: 5px;
}
.wpmm-sub-menu-wrapper.wpmm-menu1 ul li a span.wpmm-mega-menu-href-title{
	color: #FFF;
	font-weight: bold;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li > a{
	padding-bottom: 5px;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li:hover > a{
	font-weight: bold!important;
	text-decoration: underline!important;
	text-decoration-color: #FF885E !important;
	text-underline-offset: 5px!important;
}
.wp-mega-sub-menu{
	display: flex;
	flex-wrap: wrap;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link span.wpmm-mega-menu-href-title {
	color: #000!important;
}

/* 採用特集 */
.Sidebyside__title{
	width: 100%;
	margin-bottom: 2em;
}
.Sidebyside__title h2{
	writing-mode: inherit;
}
.Recruit__View__cont {
	position: relative;
	margin: 0 auto;
	max-width: 1600px;
}
@media screen and (min-width: 897px){
	.Recruit__Occupation__cont, .Recruit__OccupationSlick__cont,.Recruit__Interview{
		justify-content: center;
	}
}
.Recruit__Service__blc__cont{
	background: #FFF;
}
.Recruit__Service__blc__cont:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px;
	background: #6fb9864d;
	z-index: -1;
}
.About__Mainpict{
	max-height: 540px;
}
.About__Mainpict img{
	max-height: 540px;
	object-fit: cover;
}
.Sec__recruit .Condition__table {
	width: 100%;
	border: none;
	text-align: left;
}
.Sec__recruit .Condition__table th, .Sec__recruit .Condition__table td{
	font-size: 1.6rem;
	text-align: left;
}
.Sec__recruit .Condition__table th {
	width: 18%;
	border-bottom: 1px solid #3e8153;
	padding: 1.6em .4em 1.6em 0;
	font-weight: 500;
	background: none;
}
.Sec__recruit .Condition__table td {
	width: 82%;
	border-bottom: 1px solid #D6D6C9;
	padding: 1.6em 0 1.6em .8em;
	border-right: none;
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: #3e8153;
	font-size: 1.6em;
	padding: 10px 20px;
	background: #f7f8f0;
}
@media print, screen and (min-width: 1025px){
	.Sidebyside__cont > .col-25 {
		margin: 0 1.7%;
	}
}
@media print, screen and (min-width: 897px){
	.Recruit__Occupation__blc{
		height: 320px !important;
		width: calc(33% - 28px);
		margin-bottom: 30px;
	}
	.Recruit__Occupation__blc .Pct__round img{
		height: 320px;
	}
	.Recruit__Interview__blc.col-50{
		width: calc(50% - 40px);
		margin: 0 20px;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 896px){
	/*.Sidebyside__blc__pct {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 20px;
}
	.Sidebyside__blc .txt {
	width: 100%;
	text-align: center;
}
	.Sidebyside__blc .exp {
	margin-top: 10px;
}
	.Sidebyside__blc{
	margin-bottom: 50px;
}*/
	.Recruit__Occupation__blc .Pct__round{
		height: 260px;
	}
	.Recruit__Occupation__blc .name{
		top: 220px;
	}
	.Recruit__Occupation__blc {
		margin: 0 8px 30PX;
	}
	.Recruit__Occupation__blc .Pct__round:before{
		height: 30%;
	}
	.Recruit__Occupation__blc .btn--base{
		margin: 0 0 8px 8px;
	}
	.Recruit__Occupation__blc .btnCont  > .btn--base:first-child{
		margin-left: 0;
	}
	.Recruit__Heart__pct{
		height: 100%;
	}
	.Recruit__Heart__pct:before{
		content: none;
	}

	.Sec__recruit .Condition__table {
		font-size: 1.4rem;
	}
	.Sec__recruit .Condition__table th, .Sec__recruit .Condition__table td {
		display: block;
		width: 100%;
	}
	.Sec__recruit .Condition__table th {
		border-bottom: none;
		color: #3e8153;
		padding: 1.2em 0 .3em;
		border-right: none;
	}
	.Sec__recruit .Condition__table td {
		padding: 0 0 1.2em;
	}
	.table__form {
	}
	.table__form input {
		font-size: 1.6rem;
		padding: .65em;
	}
	.table__form select {
		font-size: 1.6rem;
		padding: .65em;
	}
	.btn--submit {
		min-width: auto;
		width: 85%;
		font-size: 1.6rem;
	}
	.Form-Submit {
		margin-top: 32px;
	}
}
.IntroductoryVideo:before{
	padding-top: 0;
}
.Contact__Form {
	max-width: 1000px;
	margin: 0 auto;
}
.textarea-l{
	max-width: inherit;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	font-size: 16px;
}
.Recruit__Mind__cont{
	background-image: none;
}
.slick-slide img{
	font-size: 0px;
}
@media screen and (min-width: 897px){
	.Sidebyside__blc:last-child{
		margin-right: 0;
	}
	.Sidebyside__cont{
		/*     -webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset; */
	}
}

/* コラム */
main .Column{
	/* 	padding-top: 100px; */
	background: none;
}
.ColumnMargin{
	padding-top: 150px;
}
.ColumnMargin + .Breadcrumbs{
	margin-bottom: 20px;
	white-space: normal;
}
@media print, screen and (min-width: 1025px){
	.Column__cont{

	}
	.Column__blc{
		margin: 0 20px;
	}
}
.ColumnArticle {
	padding-bottom: 0;
}
.Summary__head {
	font-size: 3.2rem;
	line-height: 1.6;
	margin-bottom: 1.5em;
	text-align: center;
	padding: .4em 0;
	background-color: #5776db1a;
	/* 	border-top: 2px solid #5776db; */
	border-bottom: 5px solid #5776db;
}
.ColumnArticle .Summary__head {
	/* 	margin-bottom: 1em; */
	margin-bottom: 0.5em;
}
.ColumnArticle__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* 	border-bottom: 2px solid #003995; */
	padding-bottom: 5px;
	margin-bottom: 40px;
}
.ColumnArticle__box__subCate {
	font-size: 95%;
	margin: 0!important;
	display: inline-block;
}
.ColumnArticle__box__sub{
	font-size: 14px;
}
.ColumnArticle__box__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0!important;
}
.ColumnArticle__box__socialItem {
	display: inline-block;
	margin: 5px;
	line-height: 0;
	list-style: none;
	margin-left: 0!important;
}
.ColumnArticle ul li {
	list-style: none;
	margin-left: 20px;
	position: relative;
	line-height: 1.9;
}
.ColumnArticle__box__socialItem::before {
	background: 0 0!important;
}
.ColumnArticle__box__socialItem img {
	height: 22px;
	width: auto;
}
.Sec.ColumnArticleCont h3,.Sec.ColumnArticleCont h4,.Sec.ColumnArticleCont h5{
	clear: both;
	display: inherit;
}
.Sec.ColumnArticleCont p{
	font-size: 16px;
	margin-bottom: 45px;
	/* 	clear: both; */
}
.Sec.ColumnArticleCont img{
	max-width: 100%;
}

.ColumnNav {
	padding: 0;
	font-size: 16px;
}
.ColumnNav__search {
	border: solid 2px #003995;
	padding: 7px 15px;
	position: relative;
	background: #fff;
}
input.ColumnNav__search__horder, input[type].ColumnNav__search__horder {
	width: calc( 100% - 40px );
	border: none;
}
[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, select, textarea {
	min-height: 1.5em;
}
input.ColumnNav__search__horder:focus, input[type].ColumnNav__search__horder:focus {
	border: none;
	outline: 0;
	box-shadow: none;
	background-color: #fff;
}
.ColumnNav__search__btn {
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0;
	right: 0;
	background: #003995;
}
.ColumnNav__search__btn::before {
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff;
}
.ColumnNav__search__btn::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 7px;
	top: calc(50% + 5px);
	left: calc(50% + -1px);
	border-top: solid 2px #fff;
	-webkit-transform: rotate(
		45deg);
	transform: rotate(
		45deg);
}
.ColumnNav__list__title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	width: 1em;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	top: 1.7em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
	z-index: 1;
}
.ColumnNav__list__title::after {
	content: "";
	position: absolute;
	right: 1.25em;
	width: 1em;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	top: 1.7em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(
		90deg);
	transform: rotate(
		90deg);
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
	z-index: 1;
}
.ColumnNav__list__title.isactive::after{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ColumnNav__list {
	position: relative;
	border: solid 2px #003995;
	background: #fff;
	margin: 15px 0;
}
.ColumnNav__list::before {
	content: "";
	width: 1.5em;
	height: 1.5em;
	background: #003995;
	display: block;
	border-radius: 50%;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}
.ColumnNav__list__title {
	padding: 15px;
	color: #003995;
	z-index: 2;
	position: relative;
	font-weight: 700;
}
.ColumnNav__list__detal {
	padding: 0 15px 15px;
	display: none;
}
.ColumnNav__list__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ColumnNav__list__item {
	width: 49%;
	margin-right: 2%;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	background: #003995;
	border-radius: 1em;
}
.ColumnNav__list__anchor {
	width: 100%;
	height: 100%;
	display: block;
	padding: 3px 0;
	font-size: 90%;
	font-weight: 700;
	color: #FFF;
}

.Column>.UnHeading2 {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1.4em;
	text-align: center;
}
.Column__box {
	margin: 0 0 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #fffaf8;
/* 	-webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
	box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%); */
}
.Column__box__imageCont {
	width: 400px;
	height: 300px;
	background: #e0e0e0;
}
.Column__box__image {
	width: 400px;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: bottom;
}
.Column__box__txt {
	width: calc(100% - 400px);
	padding: 20px 30px;
	word-break: break-all;
	font-size: 16px;
}
.Column__box__head {
	line-height: 180%;
	font-size: 20px;
	font-weight: 700;
}
.Column__box__head a {
	color: #003995;
}
.Column__box__desc {
	font-size: 90%;
	margin: 8px 0;
}
.Column__box__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.ColumnArticle__box__sub {
	width: 100%;
	text-align: right;
}
.Column__box__time {
	font-size: 90%;
}
.Column__box__anchor {
	display: block;
	padding: 7.5px 15px;
	width: 40%;
	text-align: center;
	border-radius: 0.3em;
	font-weight: 700;
	background: #003995;
	color: #fff;
}
.Column__title {
	margin-bottom: 60px;
}
.Column__label {
	width: 160px;
	position: absolute;
	top: 10px;
	left: -10px;
}
.Column__label a {
	display: inline;
	width: auto;
	padding: 5px;
	line-height: 2.3;
	font-size: 14px;
}
.Column__label__anchor {
	background: #003995;
	color: #fff;
	padding: 5px 10px;
	width: 160px;
	display: block;
	line-height: initial;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Column__label a:hover{
	color: #FFF!important;
}
.ColumnArticle__cont{
	padding-bottom: 0;
	margin-bottom: 0;
}
.ColumnArticle{
	padding-bottom: 0;
}
.ColumnArticle h4 {
	font-size: 18px;
}
.ColumnArticle strong{
	font-weight: bold!important;
}
.Column__title h1{
	color: #fff;
	display: inline;
	line-height: 1.5em;
	background: #003995;
	font-size: 48px;
	font-weight: 500;
	padding: 10px;
}
.Column__cont .slick-dots li{
	-webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
}
.pagination__items {
	margin: 0 3px;
}
.pagination__items__anchor {
	color: #003995;
	padding: 0.5rem 1rem;
	border: 1px solid #003995;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.pagination__current a {
	color: #fff;
	background: #003995;
}
.pagination__items__anchor:hover {
	background: #003995;
	color: #fff;
}
.ColumnArticleCont img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ColumnArticleCont img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.ColumnArticle h2 {
	width: 100%;
	font-size: 2.8rem;
	line-height: 1.6;
	letter-spacing: .1em;
	padding-bottom: 0.3em;
	display: inline-block;
	position: relative;
	text-align: center;
	margin-bottom: 32px;
}
.ColumnArticle h2:before {
	content: "";
	width: 130px;
	height: 4px;
	border-radius: 2px;
	background-color: #E5F28E;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ColumnArticle h3 {
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: .08em;
	color: #3e8153;
	border-bottom: 1px dashed #828282;
	padding: 0 0 14px 0;
	margin-bottom: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.ColumnArticle h4 {
	font-size: 2rem;
	margin-bottom: 0.4em;
}
.ColumnArticle h5 {
	font-size: 1.6rem;
	margin-bottom: 0.4em;
	color: #3e8153;
}

@media only screen and (min-width: 1024px){
	.ColumnNav__list__item {
		width: 18.9%;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1023px){
	.ColumnMargin {
		padding-top: 15px;
	}
	.ColumnNav {
		margin: 0 15px;
		width: calc(100% - 30px);
		padding: 0 0 30px;
	}
	.ColumnNav__list__item:nth-child(2n) {
		margin-right: 0;
	}
	.Column__box {
		margin: 0 0 40px;
	}
	.Column__box__imageCont {
		min-height: 120px;
		width: 100%;
		height: auto;
	}
	.Column__box__image {
		width: 100%;
		height: auto;
	}
	.Column__box__txt {
		width: 100%;
	}


	.ColumnArticle__cont {
		margin: 0;
		padding-bottom: 0;
	}
	.ColumnArticle__title {
		padding: 15px;
		margin-bottom: 40px;
	}
	.ColumnArticle__box {
		margin-bottom: 30px;
	}
	.ColumnArticle__box__social {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: 0!important;
		margin-bottom: 30px!important;
	}
	.ColumnArticle__box__socialItem {
		width: calc(25% - 5px);
		margin: 5px 0!important;
	}
	.ColumnArticle__box__socialItem img {
		height: auto;
		width: 100%;
	}
	.ColumnArticle__box__sub {
		width: 100%;
		text-align: right;
	}
	.ColumnArticle__box__subTime {
		/* 		display: block; */
	}
	.ColumnArticle p {
		text-align: justify;
	}
	.ColumnArticleCont{
		padding: 0;
	}

	.Column__box__imageCont {
		min-height: 120px;
	}
	.Column__label {
		left: -5px;
	}
	.Column__title {
		margin-bottom: 40px;
	}
	.ColumnNav + .Column {
		margin: 0;
	}
}
@media only screen and (max-width: 896px){
	.ColumnNav__search__btn{
		border: none;
		width: 42px;
		height: 42px;
	}
	.Column__box__time,.Column__box__anchor{
		width: 100%;
	}
	.Column__box__time{
		text-align: right;
		margin-bottom: 15px;
	}
	.Summary__head{
		font-size: 2rem;
		line-height: 1.2;
	}
	.ColumnArticle h2 {
		font-size: 2rem;
		padding-bottom: 0.7em;
	}
	.ColumnArticle h3 {
		font-size: 1.8rem;
	}
	.ColumnArticle h4 {
		font-size: 1.65rem;
	}
	.ColumnArticle h5 {
		font-size: 1.5rem;
	}
}

/*著者情報*/
.Author {
	background: #80bbf7;
	padding: 35px;
	position: relative;
	min-height: 360px;
	margin: 30px auto;
	margin-bottom: 100px;
	width: 1000px;
	overflow: hidden;
}
.Author h2, .Author .Author__txtCont{
	color: #FFF;
	float: right;
	width: 555px;
}
.Author h2, .Author .Author__txtCont dt{
	color: #FFF!important;
	font-size: 28px;
	line-height: 1em;
	text-align: left;
}
.Author h2 span{
	display: block;
	font-size: 0.75em;
	line-height: 1;
	padding-left: 3px;
	font-weight: normal;
}
.Author .Author__txtCont dt{
	margin: 25px 0;
}
.Author .Author__imgCont{
	position: absolute;
	top: 40px;
	left: 63px;	
	height: 280px;
	width: 280px;
	border-radius: 100%;
	overflow: hidden;
}
.Author__imgCont img{
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.Author h2.noimg, .Author .noimg .Author__txtCont {
	float: none;
	position: static;
}
.Author__cont.noimg {
	margin-top: 0;
}

@media only screen and (min-width:1024px){
	.Author .Author__txtCont__desc{
		width: 540px;
		line-height: 1.6;
		font-size:16px;
		margin-bottom: 20px;
	}
	.Author .Author__noimg .Author__txtCont__desc{
		width: 100%;
	}
}
@media only screen and (max-width:1023px){
	.Author{
		width: 100%;
	}
	.Author  .Author__imgCont {
		width: 180px;
		height: 180px;
		position: static;
		margin: 0 auto;
	}

	.Author__imgCont img {
		width: 100%;
		border-radius: 1em;
	}
	.Author h2, .Author .Author__txtCont{
		float: none;
		width: 100%;
	}
	.Author h2, .Author .Author__txtCont dt{
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}
	.Author .Author__txtCont__desc{
		line-height: 1.6;
		font-size:16px;
	}
}

/*  202203追加 */
.wpmm-menu0 > ul > li > a:hover {
	opacity: 0.7;
}
.wpmm-menu1 > ul > li > a:hover {
	opacity: 0.7;
}
.Doctor__Profile .txt-right {
	padding: 0 10px 10px;
}
@media screen and (min-width: 897px){
	.Doctor__Profile.fig_r .txt-right {
		text-align:left;
	}
}
@media screen and (max-width: 896px){
	.Condition__table td {
		display: block!important;
	}
}

/* トップページ */
.HeroBnr:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 92%;
	background: linear-gradient(90deg,#d5c471 0%, #a59231 100%);
	height: 80%;
	right: 0;
	border-radius: 0 0 0 50px;
}
.HeroBnr ul {
	margin-right: auto;
	width: 92%;
}

.HeroArea__img img {
	border-radius: 0 50px 50px 0;
}

.HeroBnr__cont {
	max-width: initial;
}

.HeroArea__txt {
	left: 10%;
	top: initial;
	bottom: 200px;
}

.HeroArea__txt__head span {
	font-family: "Shippori Mincho", serif!important;
}

.HeroArea__txt__head span font {
	font-family: "Shippori Mincho", serif!important;
}

.HeroBnr__info {
	left: 0;
	height: 66px;
	border-radius: 0 33px 33px 0;
	padding: 22px 18px 22px 24px;
}

.HeroBnr__info__date {
	color: #a59231;
}

.HeroBnr__info__title a {
	color: initial!important;
}

.SubHero__txt__head {
	font-family: "Shippori Mincho", serif!important;
}

.Top-button {
	text-align: center;
	position: relative;
	z-index: 2;
}

.Top-button a {
	font-size: 1.8rem;
	color: #a59231;
	position: relative;
	font-family: "Shippori Mincho", serif!important;
}

.Top-button a:before {
	width: 50px;
	height: 50px;
	content: "";
	position: absolute;
	right: -70px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(90deg,#d5c471 0%, #a59231 100%);
	border-radius: 50px;
	transition: 0.4s;
}

.Top-button a:after {
	width: 7px;
	height: 13px;
	background: url(./img/common/icon/icon_arrow_wh.png) no-repeat 0 0;
	background-size: 9px;
	content: "";
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	transition: 0.4s;
}

.Top-button a:hover:before {
	right: -75px;
}

.Top-button a:hover:after {
	right: -55px;
}

.Top-button a span {
	display: block;
}

.MainLabel {
	text-align: center;
	margin-bottom: 70px;
}

.MainLabel .MainLabel__jp {
	font-size: 1.8rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 390;
}

.MainLabel .MainLabel__en {
	font-family: "Cormorant Garamond", serif!important;
	font-size: 4.3rem;
	margin-bottom: 10px;
	font-weight: 500;
}

.top_case {
	padding-bottom: 100px;
	background-color: #FFFAF8;
}

.top_caseList_inner {
	width: 100%;
	display: block;
}

.top_caseList_slider {
	margin-bottom: 50px;
}

.top_caseList__blc {
	padding: 25px 25px 40px;
	background-color: #fff;
}

.top_caseList__blc__img-box {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
}

.top_caseList__blc__img-box::before {
	content: "";
	width: 11px;
	height: 11px;
	clip-path: polygon(15% 0, 15% 100%, 85% 50%);
	background-color: #BBBBBB;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
}

.top_caseList__blc__img-box_item {
	width: 48%;
	background-color: #f5f5f5;
}

.top_caseList__blc__img {
	aspect-ratio: 2.5/3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_caseList__blc__img img {
	width: 100%;
	object-fit: contain;
}

.top_caseList__blc__img-box_item p {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	font-family: "Shippori Mincho", serif!important;
	color: #fff;
	font-size: 2.4rem;
}

.top_caseList__blc__img-box_item:first-of-type p {
	background-color: #757575;
}

.top_caseList__blc__img-box_item:last-of-type p {
	background-color: #FF885E;
}

.top_caseList__blc ul {
	padding: 0 30px;
	margin-bottom: 30px;
}

.top_caseList__blc ul li {
	padding: 25px 0;
	border-bottom: 1px solid #BBBBBB75;
}

.top_caseList__blc ul li dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 1.4rem;
}

.top_caseList__blc ul li dl dt {
	margin-right: 10px;
	flex-shrink: 0;
	width: 130px;
	font-weight: bold;
}

.top_caseList__blc a {
	margin: 0 auto;
	padding: 10px 70px 10px 50px;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	border-radius: 9999px;
	border: 1px solid #75757575;
	position: relative;
}

.top_caseList__blc a:before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 50px;
}

.top_case .slick-track {
	display: flex;
}

.top_case .slick-slide {
	height: auto !important;
	margin-right: 1vw !important;
	margin-left: 1vw !important;
}

.top_more_button {
	margin: 0 auto;
	padding: 15px 50px 15px 50px;
	width: 380px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 1.6rem;
	border-radius: 9999px;
	position: relative;
}

.top_more_button:before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 50px;
}

.top_pick-up-menu {
	padding: 100px 0;
	background-color: #FFFAF8;
}

.top_pick-up-menuList ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 3.5%;
}

.top_pick-up-menuList ul li {
	width: 31%;
	margin-bottom: 50px;
}

.top_pick-up-menuList_img {
	aspect-ratio: 4/2;
	margin-bottom: 5px;
}

.top_pick-up-menuList_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

.top_pick-up-menuList ul li a p {
	margin: 0 auto;
	padding-right: 30px;
	width: fit-content;
	text-align: center;
	font-size: 1.6rem;
	position: relative;
/* 	    font-weight: 300; */
}

.top_pick-up-menuList ul li a p::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 10px;
}

.top_about {
	padding: 100px 0;
}

.top_about_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.top_about_box_text {
	width: 53%;
}

.top_about_box_text h3 {
	font-size: 3rem;
	margin-bottom: 30px;
}

.top_about_box_text p {
	margin-bottom: 50px;
}

.top_about_box_text .top_more_button {
	margin: 0;
}

.top_about_box_img {
	width: 43%;
}

.top_about_box_img img {
	width: 100%;
}

.top-equipment {
	padding: 100px 0;
}

.top-equipment .slick-track {
	display: flex;
}

.top-equipment .slick-slide {
	height: auto !important;
	margin-right: 1vw !important;
	margin-left: 1vw !important;
}

.top-equipment_slider_img {
	aspect-ratio: 4.5 / 2.5;
	margin-bottom: 20px;
}

.top-equipment_slider p {
	text-align: center;
}

.slick-dots li {
	background: #BBBBBB;
}

.top-equipment .slick-prev {
	left: -20px;
}

.top-equipment .slick-next {
	right: -20px;
}

.Staff.top-page {
	padding: 100px 0;
	background-color: #FFFAF8!important;
}

.Staff.top-page .slick-track {
	display: flex;
	align-items: stretch;
}

.Staff.top-page .slick-slide {
	height: auto !important;
	margin-right: 1vw!important;
	margin-left: 1vw!important;
}

.Staff_cont {
	margin-bottom: 50px;
}

.Staff_blc {
	display: flex !important;
	flex-direction: column;
	background-color: #fff;
}

.Staff_blc_img {
	flex-shrink: 0;
	height: 350px;
}

.Staff_blc_img img {
	width: 100%;
}

.Staff_blc_text {
	flex-grow: 1;
	padding: 30px;
	display: flex;
	flex-direction: column;
}

.Staff_blc_text_job {
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
	line-height: 1.5;
	font-size: 1.6rem;
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 390;
}

.Staff_blc_text_name {
	font-size: 2.4rem;
	margin-bottom: 20px;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.Staff_blc_text_name span {
	margin-left: 5px;
	font-size: 1.4rem;
}

.Staff_blc_text a {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	border: 1px solid #75757575;
	position: relative;
}

.Staff_blc_text a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 40px;
}

.top_greeting {
	padding: 100px 0;
}

.top_greeting_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_greeting_box_text {
	width: 53%;
}

.top_greeting_box_text h3 {
	font-size: 3rem;
	margin-bottom: 30px;
	font-family: "Shippori Mincho", serif
}

.top_greeting_box_text_text {
	margin-bottom: 30px;
}

.top_greeting_box_text_position,
.top_greeting_box_text_name {
	font-size: 2.2rem;
	    font-family: "Shippori Mincho", serif!important;
}

.top_greeting_box_img {
	width: 43%;
}

.top_greeting_box_img img {
	width: 100%;
}

.SymptomIndex.Home__Service.top-page {
	padding: 100px 0;
	max-width: 100%;
	border-radius: 0;
	background-color: #FFFAF8;
	margin-bottom: 0;
}

.top_symptom-case_box {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.top_symptom-case_box_item {
	width: 24%;
	background-color: #FCEFE8;
}

.top_symptom-case_box_item h3 {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 390;
	font-size: 2rem;
	font-family: "Noto Sans JP", sans-serif;
}

.top_symptom-case_box_item_img {
	padding: 15px;
	background-color: #fff;
}

.top_symptom-case_box_item_img img {
	width: 100%;
	height: 100px;
	object-fit: contain;
	vertical-align: bottom;
}

.top_symptom-case_box_item_menu h4 {
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #BBBBBB75;
	position: relative;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 390;
}

.top_symptom-case_box_item_menu h4::before, .top_symptom-case_box_item_menu h4::after {
	content: "";
	background: none;
	display: inline-block;
	width: 12px;
	height: 2px;
	background-color: #333;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .2s;
	border: none;
}

.top_symptom-case_box_item_menu h4:after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform .2s;
}

.top_symptom-case_box_item_menu h4.open-btn:after {
	transform: translateY(-50%) rotate(180deg);
}

.top_symptom-case_box_item_menu_ul {
	display: none;
}

.top_symptom-case_box_item_menu_ul li a {
	display: block;
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #BBBBBB75;
	background-color: #fff;
	position: relative;
	line-height: 1.5;
}

.top_symptom-case_box_item_menu_ul li a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 20px;
}

.top_symptom-case_box_item_menu_ul li.symptom-category a {
	background-color: #FF9966;
	color: #fff;
}

.top_symptom-case_box_item_menu_ul li.symptom-category a::before {
	border-color: #fff;
}



.Feature {
	padding: 120px 0 1px;
	background: #F7F5F2;
}

.Feature__blc {
	align-items: center;
	margin-bottom: 64px;
}

.Feature__blc__txt {
	position: relative;
}

.Feature__blc__num:before {
	content: none;
}

body .Feature__blc__num em {
	font-size: 4rem;
	margin-left: 0;
	color: #FF885E;
	font-family: "Shippori Mincho", serif!important;
}

.Feature__blc__txt h3 {
	position: relative;
	z-index: 1;
	font-family: "Shippori Mincho", serif!important;
	font-size: 3rem;
}

.Subject {
	padding: 150px 15px 40px;
}

.Subject_inner {
	display: flex;
	flex-direction: row-reverse;
	max-width: 1200px;
	margin: 0 auto;
}

.Subject__cover {
	width: 28%;
}

.Subject__cover p {
	color: #fff;
	font-size: 1.6rem;
	margin-bottom: 50px;
}

.Subject__cover .Top-button {
	text-align: left;
}

.Subject__cover .Top-button a {
	color: #fff;
}

.Subject__cont {
	width: 70%;
}

.Subject__blc {
	width: 23%;
	padding: 0;
	position: relative;
	margin-bottom: 20px;
	height: 14vw;
	background-color: initial;
}

.Subject__blc:not(:nth-child(4n)) {
	margin-right: 2%;
}

.Subject__blc:before {
	display: none;
}

.Subject__blc:after {
	display: none;
}

.Subject__blc__icon {
	width: 100%;
	height: 100%;
	margin: initial;
	background-color: initial;
}

.Subject__blc img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Subject__blc__text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.Subject__blc h3 {
	margin-bottom: 20px;
	color: #fff;
	margin-top: auto;
}

.Examination__cont {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.SymptomIndex {
	max-width: 1200px;
	margin: 0 auto 100px;
}

.SymptomTitle h2 {
	position: relative;
	z-index: 1;
	font-family: "Shippori Mincho", serif!important;
}

.Symptom__Cont {
	align-items: center;
}

.SymptomColumn__cover {
	width: 60%;
	display: flex;
	justify-content: space-between;
}

.Symptom__menu li {
	border-radius: 30px;
}

.Symptom__menu li a {
	padding: 0.5em 1.5em 0.5em 1em;
}

.Symptom__Person {
	position: initial;
	-webkit-transform: initial;
	transform: initial;
	width: 38%;
}

.News.top-page {
	max-width: initial;
	background: initial;
	margin: 0;
	padding: 100px 0;
	position: initial;
}

.News:before, .News:after {
	content: none;
}

.News.top-page .News_list {
	margin-bottom: 70px;
}

.News.top-page .News_list li:not(:last-of-type) {
	margin-bottom: 50px;
}

.News.top-page .News_list li a {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.News.top-page .News_list_img {
	flex-shrink: 0;
	width: 15%;
	aspect-ratio: 1/1;
}

.News.top-page .News_list_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

.News.top-page .News_list_text {
	padding: 30px;
	width: 85%;
	background-color: #fff;
}

.News.top-page .News_list_date {
	margin-bottom: 20px;
}

.News.top-page .News_list_cat_link {
	margin-left: 10px;
	padding: 2px 10px;
	display: inline-block;
	letter-spacing: 0;
	font-size: 1.2rem;
	border-radius: 9999px;
	border: 1px solid;
	pointer-events: none;
}

.top-blog {
	padding: 100px 0;
	background-color: #FFFAF8;
}

.top-blog .Column {
	padding: 0;
	overflow: initial;
}

.top-blog .Column__cont {
	margin: 0 auto 50px;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 5%;
}

.top-blog .Column__blc {
	margin: 0;
	width: 30%;
	box-shadow: none;
	border-radius: 0;
	background-color: #fff;
	position: initial;
	transition: none;
	display: flex;
	flex-direction: column;
}

.top-blog .Column__blc:hover {
	transform: none;
}

.top-blog .Column__blc__pic {
	flex-shrink: 0;
	border-radius: 0;
	overflow: initial;
	height: 220px;
}

.top-blog .Column__blc__pic img {
	height: 100%;
	object-fit: cover;
}

.top-blog .Column__blc__text-box {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 20px 20px 40px;
}

.top-blog .Column__blc h3 {
	flex-grow: 1;
	padding: 0;
	height: auto !important;
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	    line-height: 1.5;
}

.top-blog .Column__blc__excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.top-blog .Column__blc__more {
	margin: 0 auto;
	padding: 10px 70px 10px 50px;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	border-radius: 9999px;
	border: 1px solid #75757575;
	position: relative;
}

.top-blog .Column__blc__more:before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 50px;
}

.Recruit__cont {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.Recruit__cont img {
	width: 100%;
	border-radius: 50px;
}

.Recruit__cont__text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #fff;
	padding: 40px 0 40px 40px;
	width: 40%;
	border-radius: 40px 0 0 40px;
}

.Recruit__message__cont {
	text-align: left;
}

.Recruit__message__cont h3, .Recruit__message__cont p {
	width: 100%;
}

.Recruit__message__cont h3 {
	font-size: 2rem;
	margin-bottom: 10px;
}

.Recruit__message__cont p {
	margin-bottom: 30px;
	font-family: "Shippori Mincho", serif!important;
}

.Recruit .Top-button {
	text-align: left;
}

.TopBanner {
	padding-bottom: 100px;
}

.TopBanner__cont {
	max-width: 800px;
	margin: 0 auto;
}

.TopBanner__cont__item:not(:last-child) {
	margin-bottom: 20px;
	display: inline-block;
}

.TopBanner__cont__item img {
	width: 100%;
}

.Schedule.top {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	width: 40%;
	padding: 40px 36px;
	border-radius: 30px 0 0 0;
}

.Schedule.top .Schedul__table td {
	padding: 1.1em 0;
	border-color: #a59231;
}

.Schedule.top .Schedul__table .dayofweek {
	width: 9%;
}

.Schedule.top .Schedul__notes {
	font-size: 1.4rem;
}

.Schedul__table th, .Schedul__table td {
	border-bottom: 1px solid #a59231;
}

.Schedul__table td {
	color: #a59231;
}

.Schedul__table td.timezone {
	color: initial;
}

.Schedul__table .dayofweek {
	color: initial;
	border-color: #a59231;
}

.Schedule__title {
	font-family: "Shippori Mincho", serif!important;
}

.ClinicInfo.top {
	padding: 100px 0;
	max-width: initial;
	display: block;
	margin-bottom: 0;
}

.ClinicInfo.top .Schedule {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.ClinicInfo.top .Schedule h2 {
	margin-bottom: 10px;
}

.ClinicInfo.top .About__access {
	width: 38%;
	display: block;
	margin-bottom: 0;
}

.ClinicInfo.top .About__access__title {
	font-size: 3rem;
	font-family: "Shippori Mincho", serif
}

.ClinicInfo.top .About__access__address {
	width: 100%;
	display: inline-block;
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.ClinicInfo.top .About__access__address span:first-of-type {
	flex-shrink: 0;
}

.ClinicInfo.top .About__access__address span {
	display: block;
}

.ClinicInfo.top .About__access__blc {
	width: 100%;
}

.ClinicInfo.top .About__access__blc.About__access__station {
	margin-bottom: 30px;	
}

.ClinicInfo.top .About__access__blc dt {
	padding: 0 0 5px 30px;
	font-weight: 390;
	font-size: 1.4rem;
	border-bottom: 1px solid #333333;
	margin-bottom: 5px;
	position: relative;
}

.ClinicInfo.top .About__access__blc.About__access__station dt::before,
.ClinicInfo.top .About__access__blc.About__access__parking dt::before {
	content: "";
	mask: no-repeat center / 70%;
	-webkit-mask: no-repeat center left / 100%;
	background: #333;
	position: absolute !important;
}

.ClinicInfo.top .About__access__blc.About__access__station dt::before {
	width: 14px;
	mask-image: url(./img/common/icon/icon_train.png);
	-webkit-mask-image: url(./img/common/icon/icon_train.png);
	top: -6px;
	left: 4px;
}

.ClinicInfo.top .About__access__blc.About__access__parking dt::before {
	width: 18px;
	mask-image: url(./img/common/icon/icon_car.png);
	-webkit-mask-image: url(./img/common/icon/icon_car.png);
	top: -4px;
	left: 2px;
}

.ClinicInfo.top .About__access__blc dd {
	font-size: 1.4rem;
}

.ClinicInfo.top .Schedule__title {
	text-align: left;
	color: #6c6c6c;
	font-size: 4rem;
}
.ClinicInfo.top .About__access__address dt:before,
.ClinicInfo.top .About__access__station dt:before,
.ClinicInfo.top .About__access__parking dt:before {
	content: initial;
}

.ClinicInfo.top .Schedul__table__box-title {
	padding: 0 0 5px 30px;
/* 	font-weight: bold; */
	font-size: 1.4rem;
	border-bottom: 1px solid #333333;
	margin-bottom: 5px;
	position: relative;
}

.ClinicInfo.top .Schedul__table__box-title::before {
	content: "";
	mask: no-repeat center / 70%;
	-webkit-mask: no-repeat center left / 100%;
	width: 18px;
	height: 28px;
	mask-image: url(./img/common/icon/icon_time.png);
	-webkit-mask-image: url(./img/common/icon/icon_time.png);
	background: #333;
	position: absolute;
	top: -1px;
	left: 2px;
}

.ClinicInfo.top .Schedul__table_box {
	width: 53%;
}

.ClinicInfo.top .Schedul__table {
	table-layout: fixed;
	margin-bottom: 10px;
}
.ClinicInfo.top .Schedul__table th,
.ClinicInfo.top .Schedul__table td {
	font-weight: 390;
	color: #333;
	border-color: #333;
	background-color: transparent;
}
.ClinicInfo.top .Schedul__table th {
	padding: 0.5em 1.1em;
}
.ClinicInfo.top .Schedul__table td {
	padding: 0.5em 1.1em;
}
.ClinicInfo.top .Schedul__notes {
	padding: 0 1.1em;
	font-size: 1.4rem;
	display: block;
}
.ClinicInfo.top .Schedul__table th.Schedul__table__title {
	width: 30%;
}
.ClinicInfo.top .Gmap {
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
}

.Cv__contact {
	max-width: 100%;
	margin: 0;
	padding: 100px 0;
	display: block;
	background-color: #FFFAF8;
}

.contact__cont-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.contact__cont-box dl {
	width: 30%;
}

.contact__cont-box dl dt {
	font-weight: 390;
}

.reservedBtn {
	background: none;
}

.contact__cont-box .reservedBtn {
	background-size: 20px;
	background-position: 30% center;
}

.Cv__contact.top .reservedBtn:hover {
	transform: initial;
}

.contact__cont-box .reservedBtn p {
	    display: inline-block;
	position: relative;
}

.contact__cont-box .reservedBtn p:before {
	    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    background-size: contain;
}

.Cv__contact__text {
	text-align: center;
	margin-bottom: 50px;
}

.Cv__contact__sns-box {
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	background-color: #fff;
}

.Cv__contact__sns-box_title {
	text-align: center;
}

.Cv__contact__sns-box_title h2 {
	font-weight: normal;
	font-size: 2rem;
	font-family: "Shippori Mincho", serif
}

.Cv__contact__sns-box_title p {
	line-height: 1.2;
	font-family: "Shippori Mincho", serif;
	font-size: 3.2rem;
}

.Cv__contact__sns-box_sns ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}

.Cv__contact__sns-box_sns a {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Cv__contact__sns-box_sns a img {
	width: 100%;
}

.TopGroup {
	padding-bottom: 70px;
}

.TopGroup h2 {
	font-size: 3.2rem;
	font-family: "Shippori Mincho", serif!important;
	color: #a59231;
	margin-bottom: 30px;
}

.TopGroup__cont {
	max-width: 1200px;
	margin: 0 auto;
}

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

.TopGroup__cont__img__item {
	width: 15%;
}

.TopGroup__cont__img__item__img img {
	width: 100%;
	border-radius: 20px;
}

.TopGroup__cont__img__item h3 {
	font-size: 1.6rem;
}

.Process__blc__cont h4 {
	font-size: 3.2rem;
	font-family: "Shippori Mincho", serif!important;
}

@media screen and (min-width: 1440px) {
	.Subject__blc {
		height: 200px;
	}
}

@media screen and (min-width: 897px) {
	.HeroBnr{
		margin-top: 100px;
		height: initial;
		margin-bottom: 0px;
	}
	.HeroArea__img{
		height: 588px;
	}
	.HeroBnr__info {
		bottom: 120px;
	}
}

@media screen and (min-width: 897px) {
	.SymptomColumn {
		width: 48%;
	}
	.ClinicInfo.top  .About__access__blc.About__access__station {
		line-height: 2;
	}
	.Recruit__message__cont {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1024px) {
	.top_symptom-case_box {
        flex-wrap: wrap;
    }
	.top_symptom-case_box_item {
        width: 48%;
    }
}

@media screen and (max-width: 896px) {
	.HeroArea__img img {
		border-radius: 0;
	}
	.HeroBnr:before {
		bottom: 20px;
	}
	.Schedule.top {
		display: none;
	}
	.HeroArea__txt {
		left: 0;
		bottom: 0;
	}
	.HeroBnr > .HeroBnr__cont {
		padding: 0 20px 0 0;
	}
	.HeroBnr__info {
		height: 74px;
		border-radius: 0 40px 40px 0;
		padding: 14px;
	}
	.HeroBnr {
		top: 0;
		height: 100%;
		padding-bottom: 50px;
	}
	.HeroBnr > .HeroBnr__cont {
		padding: 0px 0 50px;
	}
	.HeroBnr__info {
		padding: 20px;
	}
	.HeroBnr__info dl dt {
		padding: 8px 20px 8px 45px;
		margin-right: initial;
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
	.HeroBnr__info dl dt:before {
		left: 20px;
	}
	.HeroBnr__info dl dd {
		flex-direction: column;
		position: relative;
	}
	.HeroBnr__info li {
		display: flex;
	}
	.HeroBnr__info__date {
		width: 72px;
		margin-right: 10px;
		font-size: 1.4rem;
	}
	.HeroBnr__info__title {
		white-space: initial;
		font-size: 1.4rem;
	}
	.HeroBnr__info__more {
		width: 20px;
		top: 50%;
		bottom: initial;
		right: 0;
		display: block;
		padding: 0 0 0.7em;
	}
	.HeroBnr__info__more a {
		padding-right: 25px;
		margin-right: initial;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	.HeroBnr .slick-slide div {
		height: 100%;
	}
	.MainLabel .MainLabel__en {
		font-size: 2.8rem;
		margin-bottom: 5px;
	}
	.MainLabel .MainLabel__jp {
		font-size: 1.6rem;
	}
	.sec01 .Top-button a:before {
		right: 15px;
	}
	.sec01 .Top-button a:after {
		right: 35px;
	}
	.top_case {
		padding: 50px 0;
	}
	.top_case .MainLabel {
		padding: 0 20px;
	}
	.top_case .slick-slide {
		margin-right: 2vw !important;
		margin-left: 2vw !important;
	}
	.top_caseList__blc {
		padding: 15px;
	}
	.top_caseList__blc__img-box_item {
		width: 47%;
	}
	.top_caseList__blc__img-box_item p {
		font-size: 2rem;
	}
	.top_caseList__blc ul {
		padding: 0;
	}
	.top_caseList__blc ul li {
		padding: 15px 0;
	}
	.top_caseList__blc ul li dl {
		font-size: 1.4rem;
	}
	.top_caseList__blc ul li dl dt {
		width: 85px;
	}
	.top_caseList__blc a {
		padding: 10px 40px 10px 20px;
	}
	.top_caseList__blc a:before {
		width: 6px;
		height: 6px;
		right: 25px;
	}
	.top_more_button {
		padding: 15px;
		width: 300px;
	}
	.top_more_button:before {
		right: 30px;
	}
	.top_case	.top_more_button {
		width: 300px;
	}
	.top_MultipleBanner {
		padding: 50px 0;
	}
	.MultipleBanner__cont {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 50px;
	}
	.MultipleBanner__cont__box {
		width: 100%;
		margin-bottom: 0;
	}
	.top_pick-up-menu {
		padding: 50px 0;
	}
	.top_pick-up-menuList ul {
		gap: 30px;
		margin-bottom: 50px;
	}
	.top_pick-up-menuList ul li {
		width: 100%;
		margin-bottom: 0;
	}
	.top_about {
		padding: 50px 0;
	}
	.top_about_box {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.top_about_box_text {
		width: 100%;
	}
	.top_about_box_text h3 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.top_about_box_img {
		        width: 100vw;
        margin-left: calc(50% - 50vw);
	}
	.top_about_box_text .top_more_button {
	margin: 0 auto;
}
	.top-equipment_slider_img {
    aspect-ratio: 4 / 3;
}

	.Feature {
		padding: 50px 0 1px;
	}
	.Feature__blc__img {
		width: 100%;
	}
	.Feature__blc--r .Feature__blc__img {

	}
	body .Feature__blc__num em {
		font-size: 3rem;
	}
	.top-equipment {
		padding: 50px 0;
	}
	.Staff.top-page {
		padding: 50px 0;
	}
	.Staff_blc_text_job {
		font-size: 1.4rem;
	}
	.Staff_blc_text_name {
		font-size: 2.2rem;
	}
	.top_greeting {
		padding: 50px 0;
	}
	.top_greeting_box {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.top_greeting_box_text {
		width: 100%;
	}
	.top_greeting_box_img {
		width: 100%;
	}
	.top_greeting_box_text h3 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.top_greeting_box_text_position, .top_greeting_box_text_name {
		font-size: 1.8rem;
	}
	.SymptomIndex.Home__Service.top-page {
		padding: 50px 0;
	}
	.News.top-page {
		padding: 50px 0;
	}
	.News.top-page .News_list {
		margin-bottom: 40px;
	}
	.News.top-page .News_list li:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.News.top-page .News_list_img {
		width: 120px;
	}
	.News.top-page .News_list_text {
		padding: 10px;
		width: calc(100% - 120px);
	}
	.News.top-page .News_list_date {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	.News.top-page .News_list_title {
		font-size: 1.2rem;
	}
	.News.top-page .News_list_cat_link {
		margin-left: 0;
	}
	.top-blog {
		padding: 50px 0;
	}
	.top-blog .Column__cont {
		margin: 0 auto 40px;
		gap: 30px;
		flex-direction: column;
	}
	.top-blog .Column__blc {
		width: 100%;
	}
	.top-blog .Column__blc__pic {
		width: 100%;
	}
	.Column__blc h3 {
		width: 100%;
	}
	.Subject {
		position: relative;
		padding: 120px 15px 40px;
	}
	.Subject_inner {
		flex-direction: column-reverse;
	}
	.Subject__cover {
		width: 100%;
	}
	.MainLabel__cover {
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.Subject__cont {
		width: 100%;
	}
	.Subject__blc {
		width: 47%;
		height: 40vw;
	}
	.Subject__blc:not(:nth-child(4n)) {
		margin-right: 0;
	}
	.Subject__blc:not(:nth-child(2n)) {
		margin-right: 6%;
	}
	.Subject__blc__icon img {
		-webkit-transform: initial;
		transform: initial;
	}
	.Subject__cover .Top-button {
		text-align: center;
	}
	.Symptom__Cont {
		flex-direction: column-reverse;
	}
	.SymptomColumn__cover {
		width: 100%;
		display: block;
	}
	.SymptomColumn {
		padding: 0;
	}
	.Recruit__cont img {
		border-radius: 0;
	}
	.Recruit__cont__text {
		position: relative;
		top: -50px;
		transform: initial;
		left: 0;
		margin: auto;
		padding: 30px 20px;
		width: 90%;
		border-radius: 25px;
	}
	.Recruit__message__cont {
		text-align: left;
		margin: 0;
	}
	.TopBanner {
		padding: 0 20px 50px;
	}
	.ClinicInfo.top {
		padding: 50px 0;
	}
	.ClinicInfo.top .About__access {
		margin-bottom: 30px;
	}
	.ClinicInfo.top .About__access__title {
		text-align: center;
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.ClinicInfo.top .Gmap {
		height: 260px;
	}
	.ClinicInfo.top .contact__tel__cont {
		margin-bottom: 30px;
	}
	.ClinicInfo.top .Schedule {
		margin: 0 0 50px;
		flex-direction: column;
	}
	.ClinicInfo.top .Schedule__title {
		font-size: 2.5rem;
	}
	.ClinicInfo.top .About__access {
		margin: 0 0 30px;
		width: 100%;
	}
	.About__access__blc {
		margin-bottom: 0px;
	}
	.ClinicInfo.top .Schedul__table_box {
		width: 100%;
	}
	.ClinicInfo.top .Schedul__table th,
	.ClinicInfo.top .Schedul__table td {
		padding: 5px;
	}
	.ClinicInfo.top .Schedul__notes {
		padding-left: 5px;
		font-size: 1.2rem;
	}
	.Cv__contact {
		padding: 50px 0;
	}
	.contact__cont-box dl {
		width: 100%;
		color: #333;
	}
	.ClinicInfo.top .Schedul__table td {
		padding: 10px 5px;
	}
	.ClinicInfo.top .Schedul__notes {
		padding: 0 2%;
		font-size: 1.2rem;
	}
	.contact__cont-box {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.contact__reserved__cont {
		margin-bottom: 30px;
	}
	.tel__button {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.Cv__contact .contact__tel {
		font-size: 3rem;
	}
	.Cv__contact .contact__tel a {
/* 		color: #FF885E; */
	}
	.Cv__contact__text {
		text-align: left;
		font-size: 1.2rem;
	}
	.Cv__contact__sns-box {
		gap: 20px;
		flex-direction: column;
	}
	.Cv__contact__sns-box_title h2 {
		font-size: 1.6rem;
	}
	.Cv__contact__sns-box_title p {
		font-size: 2.4rem;
	}
	.Cv__contact__sns-box_sns a {
		width: 40px;
	}
	.TopGroup {
		padding: 0 20px 50px;
	}
	.TopGroup h2 {
		font-size: 2.4rem;
		text-align: center;
	}
	.TopGroup__cont__img {
		flex-wrap: wrap;
	}
	.TopGroup__cont__img__item {
		width: 47%;
		margin-bottom: 20px;
	}
	.contact__tel__cont {
		margin-bottom: 30px;
	}
	.ShareNav__menu {
		justify-content: center;
	}
	.Process__blc__cont h4 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 767px) {
	.top_symptom-case_box {
		flex-direction: column;
	}
	.top_symptom-case_box_item {
		width: 100%;
	}
}

/* Aboutページ */
.Staff__blc .job {
	border: none;
}
.Staff__blc .name {
	font-family: "Shippori Mincho", serif!important;
}
.Staff__btnCont {
	display: flex;
	justify-content: center;
}
.Staff .Top-button a:first-child {
	margin-right: 120px;
}
.AboutFlow {
	padding: 150px 0 100px;
	background: #F7F5F2;
}
.AboutFlow_inner {
	max-width: 1200px;
	margin: 0 auto;
}
.AboutFlow_cont {
	/*     max-width: 900px; */
	margin: 0 auto;
}
.AboutFlow_cont_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.AboutFlow_cont_item:not(:last-child) {
	margin-bottom: 70px;
}
.AboutFlow_cont_item_img {
	width: 30%;
	position: relative;
}
.AboutFlow_cont_item_img img {
	width: 100%;
	border-radius: 20px;
}
.AboutFlow_cont_item_img_number {
	position: absolute;
	top: -57px;
	left: -23px;
	font-size: 5rem;
	color: #a59231;
}
.AboutFlow_cont_item_text {
	width: 64%;
}
.AboutFlow_cont_item_text h3 {
	font-size: 2.4rem;
	border-bottom: 1px #a59231 solid;
	color: #a59231;
	margin-bottom: 20px;
}
.AboutFlow_cont_item_text p {
	font-size: 1.6rem;
}
.AboutFaq {
	padding: 150px 0;
}
.AboutFaq_inner {
	max-width: 1200px;
	margin: 0 auto;
}
.AboutFaq_cont {
	max-width: 1024px;
	margin: 0 auto;
	padding: 30px 0;
}
.AboutFaq_cont_item {
	border-radius: 20px;
	box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
	padding: 32px;
	margin-bottom: 48px;
}
.AboutFaq_cont_item h3 {
	font-size: 2rem;
	color: #a59231;
	padding-left: 2em;
	text-indent: -2em;
}
.AboutFaq_cont_item h3 span {
	font-size: 2.4rem;
	margin-right: 10px;
}
.AboutFaq_cont_item p {
	font-size: 1.6rem;
	padding-left: 2.5em;
	text-indent: -2.5em;
}
.AboutFaq_cont_item p span {
	font-size: 2.4rem;
	margin-right: 10px;
}
.AboutInfo {
	padding: 50px 0 100px;
}
.AboutInfo_inner {
	max-width: 1200px;
	margin: 0 auto;
}
.AboutInfo_cont {
	font-size: 1.6rem;
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 50px;
}
.AboutInfo_cont li {
	border-top: 1px #a59231 solid;
	padding: 24px 0;
}
.AboutInfo_cont li:last-child {
	border-bottom: 1px #a59231 solid;
}
.AboutInfo_cont dl {
	display: flex;
	max-width: 900px;
	margin: 0 auto;
}
.AboutInfo_cont dt {
	width: 30%;
	font-weight: bold;
	color: #a59231;
}
.AboutInfo_cont dd {
	width: 70%;
}
@media screen and (max-width: 896px){
	.Staff__btnCont {
		flex-wrap: wrap;
	}
	.Staff .Top-button a:first-child {
		margin-right: 0;
		margin-bottom: 50px;
	}
	.Staff .Top-button a {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
	}
	.Staff .Top-button a:before {
		right: 15px;
	}
	.Staff .Top-button a:after {
		right: 35px;
	}
	.AboutFlow {
		padding: 100px 0 50px;
	}
	.AboutFlow_inner {
		padding: 0 20px;
	}
	.AboutFlow_cont_item {
		display: block;
	}
	.AboutFlow_cont_item_img {
		width: 100%;
		margin-bottom: 20px;
	}
	.AboutFlow_cont_item_img_number {
		left: -7px;
	}
	.AboutFlow_cont_item_text {
		width: 100%;
	}
	.AboutFaq {
		padding: 100px 0 50px;
	}
	.AboutFaq_inner {
		padding: 0 20px;
	}
	.AboutFaq_cont {
		padding: 30px 0 0;
	}
	.AboutFaq_cont_item {
		padding: 32px 20px;
		margin-bottom: 30px;
	}
	.AboutInfo_inner {
		padding: 0 20px;
	}
	.AboutInfo_cont {
		font-size: 1.4rem;
		padding-top: 20px;
	}
}


.Sec #InnerLink ul {
	display: flex;
	flex-wrap: wrap;
}
.Sec #InnerLink ul li{
	display: initial;
	margin-right: initial;
	width: 25%;
}
.Sec #InnerLink ul li:after{
	display: none;
}
.Sec #InnerLink ul li:before{
	content: "▼";
	margin-right: 0.6em;
}
@media screen and (max-width: 896px){
	.Sec #InnerLink ul li {
		width: 100%;
	}
}

/* お知らせ内画像表示 */
.News__blc {
	overflow: hidden;
}
.News__blc__l {
	clear: both;
	line-height: 0;
	width: 33.333%; 
	margin: 0 40px 40px 0; 
	float: left;
}
.News__blc__r {
	width: 33.333%;
	margin: 0 0 40px 40px;
	float: right;
	clear: both;
	line-height: 0;
}
.News__blc__l img,
.News__blc__r img {
	width: 100%;
}
@media only screen and (max-width: 896px){
	.News__blc__l,
	.News__blc__r{
		width: 90%;
		margin: 0 auto 24px;
		float: none;
	}
}

/* 20220921 */

.HeroBnr__info__title a, .NewsList__title {
	font-weight: 300;
}
.Schedule.top {
	bottom: -32px;
	padding: 26px 36px;
}
.Schedule.top .Schedul__table {
	margin-bottom: 10px;
}
.Schedule.top .Schedul__table th {
	padding-bottom: 5px;
}
.Schedule.top .Schedul__table td {
	padding: 8px 0;
}
.home .Subject__cover p {
	font-weight: 300;
}
.Subject__blc__text {
	background: none;
	text-shadow: 0 0 10px rgb(0, 0, 0, 0.7);
}
.Map-Schedule {
	padding-bottom: 120px;
	    padding-top: 70px;
}
.Map-Schedule .SecTitle__txt {
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.Map-Schedule .Schedule {
	margin: 0 auto;
}
.Sidebyside__blc__pct.Pct__round img {
	cursor: initial;
}
@media screen and (max-width: 896px){
	.Map-Schedule {
		padding: 50px 15px 100px;
	}
	.Sidebyside__blc {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

/* 全体背景 */
.spnav__list__child {
	background: initial !important;
}

/* 診療案内項目名シャドウ */
.Subject__blc h3 {
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}

/* 診療案内調整 */
/* .Subject.lazyloaded {
	background-image: url(https://ym-sdc.com/wp-content/uploads/2022/09/F_0242.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}
.Subject.lazyloaded::after {
	content: '';
	background-color: rgba(165,146,49,.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
}
.Subject_inner {
	position: relative;
	z-index: 1;
}
.Subject__blc {
	background-color: rgb(243, 239, 221, 0.9);
}
.Subject__blc__icon {
	width: 30%;
	height: 30%;
	margin: 24% auto;
	background-color: initial!important;
}
.Subject__blc img {
	object-fit: contain;
}
.Subject__blc h3 {
	margin-bottom: 24px;
	font-size: 1.9rem;
} */
/* @media screen and (max-width: 896px) {
	.Subject__blc {
		height: 22vw;
		width: 23%;
		margin-bottom: 10px;
	}
	.Subject__blc:not(:nth-child(4n)) {
		margin-right: 2%;
	}
	.Subject__blc h3 {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.Subject__blc__icon {
		margin: 20% auto;
	}
	.Subject__cover p {
		margin-bottom: 20px;
	} */
	/* 3列 */
	/* 	.Subject__blc {
	height: 26vw;
	width: 30%;
}
	.Subject__blc:not(:nth-child(3n)) {
	margin-right: 4%;
} 
	.Subject__blc {
	margin-bottom: 20px;
} */
/* } */

/* SPナビメニュー総院長挨拶文字大きさ変更*/
.spnav__list li:nth-child(3) li:first-child {
	font-size: 1.5rem;
}

/* 診察メニュー新デザイン */
.Sec.consultation-menu {
	max-width: initial;
	background-image: url(https://ym-sdc.com/wp-content/uploads/2022/09/F_0242.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 150px 15px 40px;
}
.Sec.consultation-menu::after {
	content: "";
	background-color: #a59231aa;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
}
.Sec.consultation-menu .Sec_inner {
	/* display: flex;
	flex-direction: row-reverse; */
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.Sec.consultation-menu .SecTitle {
	text-align: center;
	margin-bottom: 32px;
	position: relative;
}
.Sec.consultation-menu .SecTitle .SecTitle__txt {
	font-size: 3.2rem;
}
.Sec.consultation-menu .SecTitle .SecTitle__txt_en {
	color: #c3dddc;
	font-family: "Shippori Mincho", serif;
	font-size: 20rem;
	font-weight: 300;
	position: absolute;
	top: -32%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.Sec.consultation-menu .SecTitle .SecTitle__txt:before {
	content: initial;
}
.Sec.consultation-menu .Service__cont {
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.Sec.consultation-menu .col-33 {
	margin-right: initial;
}
.Sec.consultation-menu .Service__cont > a:nth-child(3n) {
	margin-right: initial;
}
.Sec.consultation-menu .Service__cont > a:not(:nth-child(4n)) {
	margin-right: 2%;
}
.Sec.consultation-menu .Service__cont > a:nth-child(4n) {
	margin-right: 0%;
}
.Sec.consultation-menu .Service__cont .Service__blc {
	display: block;
	width: 23%;
	padding: 0;
	position: relative;
	margin-bottom: 20px;
	background-color: rgb(243, 239, 221, 0.9);
	z-index: 10;
}
.Sec.consultation-menu .Service__cont .Service__blc .Service__blc__pct {
	width: 30%;
	height: 30%;
	margin: 24% auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: initial !important;
}
.Sec.consultation-menu .Service__cont .Service__blc .Service__blc__pct img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.Sec.consultation-menu .Service__cont .Service__blc .txt {
	background: none;
	padding: 0;
	text-shadow: 0 0 10px rgb(0 0 0 / 70%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Sec.consultation-menu .Service__cont .Service__blc .txt h3 {
	width: 100%;
	margin-top: auto;
	margin-bottom: 24px;
	color: #fff;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	font-size: 1.9rem;
	text-shadow: 0 0 10px rgb(0 0 0 / 70%);
	line-height: 1.4;
	background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 896px) {
	.Sec.consultation-menu {
		padding: 120px 15px 40px;
	}
	.Sec.consultation-menu .SecTitle {
		top: -50px;
		margin-bottom: -50px;
	}
	.Sec.consultation-menu .SecTitle .SecTitle__txt {
		font-size: 2.2rem;
	}
	.Sec.consultation-menu .SecTitle .SecTitle__txt_en {
		top: 0;
		font-size: 7rem;
	}
	.Sec.consultation-menu .Service__cont {
		width: 100%;
		justify-content: flex-start;
	}
	.Sec.consultation-menu .Service__cont .Service__blc {
		height: 22vw;
		width: 23%;
		margin-bottom: 10px;
	}
	.Sec.consultation-menu .Service__cont .Service__blc .Service__blc__pct {
		margin: 20% auto;
	}
	.Sec.consultation-menu .Service__cont .Service__blc .txt h3 {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.Sec.consultation-menu .Service__cont .Service__blc .txt h3 .sp {
		display: inline;
	}
}
@media print, screen and (min-width: 737px) {
	.Sec.consultation-menu .Service__cont .Service__blc .txt h3 .sp {
		display: none !important;
	}
}
@media only screen and (min-width: 897px) {
	.Sec.consultation-menu .Service__cont .Service__blc .Service__blc__pct img {
		height: initial;
		object-fit: initial;
	}
}
@media screen and (min-width: 1440px) {
	.Sec.consultation-menu .Service__cont .Service__blc {
		height: 200px;
	}
}

/* FVキャッチコピー調整 */
@media screen and (max-width: 896px){
	.HeroBnr:before {
		height: 20%;
	}
}
.HeroArea__txt {
	text-shadow: initial;
}
.slick-slide .HeroArea__txt {
	text-shadow: 0 0 8px rgb(0 0 0 / 80%);
}

/* FV残像対応 */
.HeroBnr .slick-track {
	background: #fff;
}

/* ドクター・スタッフ紹介ページタイトルボーダー */
@media screen and (max-width: 736px) {
	.Doctor__Profile__table th {
		border-bottom: 1px solid #a59231 !important;
	}
}

/* クリニック紹介ページ基本情報調整 */
.AboutInfo .AboutInfo_cont dt {
	display: flex;
	align-items: center;
}

/* 会社概要・感染症対策ページ調整 */
/* .ContentPanel .Sec.TableCont {
	margin-bottom: 100px;
}
@media screen and (max-width: 896px) {
	.ContentPanel .Sec.TableCont {
		margin-bottom: 64px;
	}
} */

/* .ColumnArticleCont .Pct__round {
line-height: 0;
}
@media only screen and (min-width: 897px) {
.ColumnArticleCont .Pct__round {
clear: both;
}
.ColumnArticleCont .Pct__round {
width: 33.333%;
margin: 0 0 40px 40px;
float: right;
}
}
@media only screen and (max-width: 896px) {
.ColumnArticleCont .Pct__round {
width: 90%;
margin: 0 auto 24px;
float: none;
}
} */

/* トップページSP診療時間表示 */
@media screen and (max-width: 896px) {
	.HeroBnr:before {
		bottom: 220px;
	}
	.Schedule.top {
		display: block;
		width: 100%;
		bottom: 0px;
		margin: 0 auto;
	}
	.Schedule.top .Schedul__notes {
		display: block;
	}
}

/* トップページ調整 */
.top-page_Main .Subject {
	margin-bottom: 150px;
}
@media screen and (max-width: 896px) {
	.top-page_Main .Subject {
		margin-bottom: 56px;
	}
}

/* ブログ記事画像 */
.Sec.ColumnArticleCont h3, .Sec.ColumnArticleCont h4, .Sec.ColumnArticleCont h5 {
	/* 	clear: initial; */
}

/* ドクター紹介ページ診療担当調整 */
.charge-medical {
	margin-bottom: 80px;
}
.charge-medical h3 {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 2.2rem;
	color: #a59231;
	border-bottom: 1px solid #a59231;
	padding-bottom: 0.2em;
	margin-bottom: 1em;
}
.charge-medical_box_flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.charge-medical_box_flex a {
	width: 23.5%;
	padding: 5px 35px 5px 20px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	background-color: #a59231;
	border-radius: 22px;
	margin-bottom: 20px;
	position: relative;
}
.charge-medical_box_flex a::before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(45deg);
}
.charge-medical_box_flex a:not(:nth-of-type(4n)) {
	margin-right: 2%;
}
@media only screen and (min-width: 897px) {
	.charge-medical_box_flex a:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
}
@media only screen and (max-width: 896px) {
	.charge-medical_box_flex {
		justify-content: space-between;
	}
	.charge-medical_box_flex a {
		width: 48%;
	}
	.charge-medical_box_flex a:not(:nth-of-type(4n)) {
		margin-right: initial;
	}
	.charge-medical h3 {
		font-size: 1.6rem;
	}
	.charge-medical_box_flex a {
		font-size: 1.4rem;
	}
	.charge-medical_box_flex a::before {
		width: 7px;
		height: 7px;
	}
}

/* ドクター紹介ページMESSAGE調整 */
.doctor-message {
	padding-bottom: 70px;
}
.doctor-message_box_title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px;
	background-color: #fff;
	position: absolute;
	top: -40px;
	left: -30px;
}
.doctor-message h3 {
	font-size: 2rem;
}
.doctor-message p {
	font-size: 1.4rem;
}
@media only screen and (max-width: 896px) {
	.doctor-message {
		padding-bottom: 50px;
	}
	.doctor-message h3 {
		font-size: 1.8rem;
	}
}

/* 各診療ページ診療担当紹介調整 */
.Sec.charge-medical_intro {
	margin-top: 100px;
	margin-bottom: 100px;
}
.charge-medical_intro_box {
	padding: 50px 5% 20px;
	border: 1px solid #a59231;
	position: relative;
}
.charge-medical_intro_box h2 {
	display: block;
	width: fit-content;
	padding: 0 30px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	/*   font-family: "Noto Sans JP", sans-serif; */
	color: #a59231;
	font-size: 2.8rem;
	background-color: #fff;
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
}
.charge-medical_intro_box h3 {
	display: block;
	width: fit-content;
	padding: 0 10px 5px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	/*   font-family: "Noto Sans JP", sans-serif; */
	color: #a59231;
	font-size: 2.4rem;
	border-bottom: 1px solid #a59231;
	margin-bottom: 30px;
}
.charge-medical_intro_box_flex {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	/*   gap: 1.5vw; */
}
.charge-medical_intro_doctor_box_flex {
	margin-bottom: 50px;
}
.charge-medical_intro_doctor_box {
	width: 15%;
	margin-bottom: 30px;
}
.charge-medical_intro_doctor_box:not(:nth-child(6n)) {
	margin-right: 2%;
}
.charge-medical_intro_doctor_box_img {
	height: 12vw;
	margin-bottom: 10px;
}
.charge-medical_intro_doctor_box_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.charge-medical_intro_doctor_box h4 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.charge-medical_intro_doctor_box a {
	display: block;
	width: 120px;
	margin: 0 auto;
	padding: 3px 10px 3px 0;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 9999px;
	background-color: #a59231;
	position: relative;
}
.charge-medical_intro_doctor_box a::before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(45deg);
}
.charge-medical_intro_dental_box_box {
	/*   width: fit-content; */
	text-align: center;
}
.charge-medical_intro_dental_box_flex h4 {
	margin-bottom: 0;
}
.charge-medical_intro_dental_box_box a {
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 5px 10px 5px 0;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 9999px;
	background-color: #a59231;
	margin-bottom: 30px;
	position: relative;
}
.charge-medical_intro_dental_box_box a::before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 897px) {
	.charge-medical_intro_doctor_box a:hover,
	.charge-medical_intro_dental_box_box a:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
}
@media only screen and (max-width: 896px) {
	.charge-medical {
		margin-bottom: 32px;
	}
	.charge-medical_intro_box {
		padding: 30px 5% 0px;
	}
	.charge-medical_intro_box h2 {
		font-size: 2rem;
	}
	.charge-medical_intro_box h3 {
		font-size: 1.8rem;
	}
	.charge-medical_intro_box_flex {
		/*     gap: 6%; */
	}
	.charge-medical_intro_doctor_box_flex {
		margin-bottom: 20px;
	}
	.charge-medical_intro_doctor_box {
		width: 46%;
	}
	.charge-medical_intro_doctor_box:not(:nth-child(6n)) {
		margin-right: 0;
	}
	.charge-medical_intro_doctor_box:not(:nth-child(2n)) {
		margin-right: 8%;
	}
	.charge-medical_intro_doctor_box_img {
		height: 37vw;
	}
}
.About__Mainpict img.Doctor__Main__pct {
	vertical-align: bottom;
}

/* インスタグラム */
.insta_box {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 124px;
}
.insta_box h3.insta_box_title img {
	display: block;
	margin: 0 auto;
}
.insta_box h3.insta_box_title {
	position: relative;
	margin-bottom: 20px;
	padding: 14px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #343030;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.insta_box .sb_instagram_header.sbi_medium.sbi_no_avatar {
	display: none;
}
.insta_box #sb_instagram #sbi_images {
	margin-bottom: 30px;
}
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn {
	background: initial !important;
	color: #a59231 !important;
	border: 1px solid #a59231 !important;
	border-radius: 9999px !important;
	font-size: 16px !important;
}
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram #sbi_load .sbi_load_btn:hover {
	background: #a59231 !important;
	color: #fff !important;
	box-shadow: initial !important;
}
@media screen and (max-width: 640px) {
	.insta_box {
		width: auto;
		padding: 0 15px;
		margin-bottom: 60px;
	}
	.insta_box h3.insta_box_title {
		font-size: 22px;
	}
	#sb_instagram .sbi_follow_btn a,
	#sb_instagram #sbi_load .sbi_load_btn {
		font-size: 12px !important;
	}
}

/* トップページタイトル調整 */
.TopBanner.top-expertise {
	padding-bottom: 120px;
}
@media screen and (max-width: 896px) {
	.TopBanner.top-expertise .TopBanner__cont {
		padding-top: 0;
	}
	.TopBanner.top-expertise {
		padding-bottom: 20px;
	}
}

/* 症状・お悩み一覧 */
@media screen and (max-width: 896px) {
	.Symptom__Cont .sp {
		display: none;
	}
}

/* ホワイトニングページバナー調整 */
@media only screen and (min-width: 1024px) {
	.menu_ufvBnr {
		max-width: 950px;
		margin: 120px auto 80px;
		padding: 0 20px;
	}
	.menu_ufvBnr a img {
		width: 100%;
	}
	.menu_ufvBnr_sp {
		display: none;
	}
}
@media screen and (max-width: 896px) {
	.menu_ufvBnr {
		margin: 64px auto 34px;
		padding: 0 20px;
	}
	.menu_ufvBnr a img {
		width: 100%;
	}
	.menu_ufvBnr_pc {
		display: none;
	}
}

/* デザイン改修 */
.sp {
	display: none !important;
}
.SubNav {
	display: none;
}
.HeroBnr:before {
	content: initial;
}
.HeroBnr ul {
	margin-right: initial;
	width: 100%;
}
.HeroBnr ul.Top-fv_thumbnail__cont {
	width: 60%;
	margin: 30px auto 50px;
}
.Top-fv_thumbnail__cont .slick-slide {
	margin: 10px;
}
.Top-fv_thumbnail__cont .slick-next,
.Top-fv_thumbnail__cont .slick-prev {
	background-color: #000;
}
.Top-fv_thumbnail__cont .slick-next {
	top: 50%;
	transform: translateY(-50%);
}
.Top-fv_thumbnail__cont .slick-prev {
	top: 50%;
	transform: translateY(-50%) scale(-1, 1);
}
.HeroBnr > .HeroBnr__cont {
	position: initial;
	padding: 50px 0;
}
.HeroBnr__info {
	position: initial;
	height: initial;
	border-radius: initial;
	padding: initial;
	width: 100%;
	max-width: 1000px;
	font-size: 1.6rem;
	margin: 0 auto;
	background: #F2F2F2;
	padding: 30px 20px;
}
.HeroBnr__info ul {
	width: 94%;
}
.HeroBnr__info li {
	margin-bottom: 10px;
}
.HeroBnr__info dl {
	align-items: center;
}
.HeroBnr__info dl dt {
	margin-right: 20px;
	padding: 12px 0 12px 30px;
	height: fit-content;
	color: #fff;
	background-color: #a59231;
	width: 140px;
	flex-shrink: 0;
}
.HeroBnr__info dl dt:before {
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	background-color: #fff;
}
.HeroBnr__info dl dd {
	/*   flex-grow: 1;
	justify-content: space-between; */
}
.HeroBnr__info__date {
	display: inline-block;
	width: 100px;
	color: #000;
}
.HeroBnr__info__more {
	/*   display: flex;
	align-items: center; */
}
.HeroBnr__info__more a:hover {
	color: #a59231;
}
.Breadcrumb__list a {
	font-size: 1.3rem;
}
.Schedule.top {
	position: initial;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;
	padding: 0 0 10px !important;
	border-radius: initial;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}
.Schedule.top .Schedul__table {
	position: relative;
}
.Schedule.top .Schedul__table::before,
.Schedule.top .Schedul__table::after {
	content: "";
	width: 20px;
	height: 80px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
}
.Schedule.top .Schedul__table::before {
	left: 0;
}
.Schedule.top .Schedul__table::after {
	right: 0;
}
.Schedule.top .Schedul__table th,
.Schedule.top .Schedul__table td {
	border-bottom: 1px solid;
}
.Schedule.top .Schedul__table th {
	padding: 3px 0;
	color: #fff;
}
.Schedule.top .Schedul__table th.Schedul__table__title {
	padding-left: 4px;
	/*   color: #fff !important; */
	position: relative;
}
.Schedule.top .Schedul__table th.Schedul__table__title::before {
	content: "";
	width: 4px;
	height: calc(100% + 1px);
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.Schedule.top .Schedul__table td {
	padding: 10px 0;
	text-align: center;
	font-size: 2rem;
}
.Schedule.top .Schedul__table .dayofweek {
	width: 7%;
}
.Schedule.top .Schedul__table .dayofweek:nth-child(2) {
	width: 10%;
	padding-left: 4%;
}
.Schedule.top .Schedul__table .dayofweek:last-child {
	width: 10%;
	padding-right: 4%;
}
.Schedule.top .Schedul__table td:nth-child(2) {
	width: 10%;
	padding-left: 4%;
}
.Schedule.top .Schedul__table td:last-child {
	width: 10%;
	padding-right: 4%;
}
.Schedule.top .Schedul__table td.timezone {
	color: #343030;
	font-size: 1.6rem;
}
.Schedule.top .Schedul__notes {
	display: block;
	padding: 0 6%;
}
.TopAbout_cont_3s {
	max-width: 1200px;
	margin: 0 auto;
}
.Feature {
	padding: 120px 0 0px;
	background: initial;
}
.Feature .Feature__cont_title {
	margin: 0 auto 20px;
}
.Feature .Feature__cont_title img {
	width: 100%;
}
.Feature .Feature__blc {
	margin-bottom: initial;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0 auto;
}
.Feature .Feature__blc:last-of-type {
	border-bottom: 4px solid;
	border-image: linear-gradient(to right, #b0811d, #f6d25e) 1;
}
.Feature .Feature__blc__cont {
	padding: 0;
}
.Feature .Feature__blc.Feature__blc--r .Feature__blc__cont {
	right: initial;
	left: -5%;
}
.Feature .Feature__blc__txt {
	position: initial;
	max-width: initial;
}
.Feature .Feature__blc__txt h4 {
	text-align: center;
	font-size: 2rem;
}
.Feature .Feature__blc__txt p {
	margin-bottom: initial;
}
.Feature .Feature__blc__img {
	border-radius: initial;
	max-height: initial;
	width: 47%;
	overflow: initial;
	position: relative;
}
.Feature .Feature__cont_title-text {
	padding: 30px 0;
	text-align: center;
	font-size: 1.8rem;
}
.Feature .Feature__blc__img .Feature__blc__num {
	display: block;
	position: absolute;
	top: -13%;
}
.Feature .Feature__blc__img .Feature__blc__num em {
	font-weight: 600;
	font-size: 6rem;
}
.Top-button a {
	padding: 10px 50px 10px 50px;
	color: #fff;
	border-radius: 9999px;
	background: linear-gradient(to right, #b54d78, #f09bbe);
}
.Top-button a:first-child {
	margin-right: initial;
}
.Top-button a:before {
	content: initial;
}
.Top-button a:after {
	content: ">";
	width: 2rem;
	height: 2rem;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: initial;
	background-size: initial;
	position: absolute;
	right: 20px;
	transition: 0.4s;
}
.Top-button a:hover:after {
	right: 15px;
}
.Subject.top-page.lazyloaded {
	padding: 80px 0;
	/*   background-image: url(/wp-content/uploads/2024/05/menu_bg.jpg); */
	background-image: url(/wp-content/uploads/2024/06/menu_bg_02.jpg);
}
.Subject.top-page.lazyloaded::after {
	content: initial;
}
.Subject.top-page .Subject__cont {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 0 0;
}
.Subject.top-page .Subject__blc {
	width: 48%;
	max-width: 380px;
	height: 75px;
	margin: initial;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: initial;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	transition: 0.4s;
}
.Subject.top-page .Subject__blc:not(:nth-child(4n)) {
	margin-right: initial;
}
.Subject.top-page .Subject__blc:not(:nth-last-child(-n + 2)) {
	margin-bottom: 20px;
}
.Subject.top-page .Subject__blc:nth-of-type(odd) {
	margin-right: 4%;
}
.Subject.top-page .Subject__blc:hover {
	transform: initial;
	background: #faf1f5;
}
.Subject.top-page .Subject__blc::before {
	content: ">";
	width: 2rem;
	height: 2rem;
	color: #ceb97b;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: initial;
	background-size: initial;
	border-style: initial;
	border-width: initial;
	position: absolute;
	bottom: initial;
	right: 10px;
	transition: 0.4s;
}
.Subject.top-page .Subject__blc:hover::before {
	right: 5px;
}
.Subject.top-page .Subject__blc__icon {
	width: 75px;
	height: 100%;
	margin: initial;
	flex-shrink: 0;
}
.Subject.top-page .Subject__blc img {
	object-fit: cover;
	border-radius: 10px 0 0 10px;
}
.Subject.top-page .Subject__blc__text {
	position: initial;
	padding: 10px 20px;
	width: 100%;
	text-shadow: initial;
}
.Subject.top-page .Subject__blc h3 {
	margin-top: initial;
	font-size: 2.2rem;
	width: 100%;
	background-color: initial;
	margin-bottom: initial;
}
.insta-scroll {
	margin-bottom: 150px;
}
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.TopBanner__cont {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.TopBanner__cont__item {
	width: 48%;
}
.TopBanner__cont__item:not(:nth-child(2n)) {
	margin-right: 4%;
}
.insta-scroll_box {
	margin: 0 auto 50px;
	display: flex;
	overflow: hidden;
}
.insta-scroll_box ul {
	display: flex;
	list-style: none;
	padding: 0;
	animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.insta-scroll_box ul li {
	margin: 0 10px;
	width: calc(100vw / 6);
}
.insta-scroll_box ul li > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
.insta-scroll .Top-button a {
	width: fit-content;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	background: #ceb97b;
}
.top-blog .slick-prev,
.top-blog .slick-next {
	background-color: #000;
}
.top-blog .slick-dots,
.top-blog .Column__btnCont {
	display: none !important;
}
.ClinicInfo.top .Schedul__table td.timezone {
	color: initial;
}
.TopGroup .TopGroup__cont__img {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	justify-content: flex-start;
	flex-wrap: wrap;
}
.TopGroup .TopGroup__cont__img__item {
	width: calc(50% - 2px);
	margin-bottom: 4px;
	position: relative;
}
.TopGroup .TopGroup__cont__img__item:nth-of-type(odd) {
	margin-right: 4px;
}
.TopGroup .TopGroup__cont__img__item__img {
	height: 200px;
	position: relative;
}
.TopGroup .TopGroup__cont__img__item__img::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
}
.TopGroup .TopGroup__cont__img__item__img img {
	width: 100%;
	height: 100%;
	border-radius: initial;
	object-fit: cover;
}
.TopGroup .TopGroup__cont__img__item h3 {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #ffe2ae;
	font-size: 2rem;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	margin: auto;
}
.TopGroup .TopGroup__cont__img__item h3 span {
	font-size: 5rem;
}
@media screen and (max-width: 896px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.Top-fv_thumbnail__cont .slick-slide {
		/*     margin: 15px; */
		margin: 5px;
	}
	.Schedule.top {
		margin: 0 20px;
	}
	.Schedule.top .Schedul__table th.Schedul__table__title::before {
		width: 2px;
	}
	.Schedul__table,
	.Schedule.top .Schedul__table td,
	.Schedule.top .Schedul__table td.timezone {
		font-size: 1.2rem;
	}
	.Schedule.top .Schedul__table::before,
	.Schedule.top .Schedul__table::after {
		content: initial;
	}
	.Schedule.top .Schedul__notes {
		padding: 0 10px;
	}
	.MainLabel {
		margin-bottom: 40px;
	}
	.Feature {
		padding-top: 0px;
	}
	.Feature .Feature__cont_title {
		text-align: center;
	}
	.Feature .Feature__cont_title img {
		width: 90%;
	}
	.Feature .Feature__blc {
		flex-wrap: initial;
		position: relative;
	}
	.Feature .Feature__blc__cont {
		width: 100%;
		margin: 0;
	}
	.Feature .Feature__blc__img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.Feature .Feature__blc__img .Feature__blc__num {
		top: -21%;
	}
	.Feature .Feature__blc__img .Feature__blc__num em {
		font-size: 5rem;
	}
	.Feature__blc--r .Feature__blc__img {
		margin-left: 0;
	}
	.Feature .Feature__cont_title-text {
		padding: 20px 0;
		font-size: 1.6rem;
	}
	.Feature__blc__txt h3 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.Feature__blc__txt h3 br {
		display: block;
	}
	.Subject.top-page.lazyloaded {
		height: 600px;
		background-repeat: no-repeat;
		background-position: top;
		background-size: contain;
		background-color: initial;
	}
	.Subject.top-page.lazyloaded .Subject_inner {
		position: absolute;
		top: 150px;
	}
	.Subject.top-page .Subject__cont {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 20px 10px;
		background: linear-gradient(to bottom, #fbeab8, #ceb97b);
	}
	.Subject.top-page .Subject__blc {
		height: 55px;
		border-radius: 5px;
		margin-bottom: 15px;
	}
	.Subject.top-page .Subject__blc::before {
		right: 0;
		width: 1.6rem;
		height: 1.6rem;
		font-size: 1.6rem;
	}
	.Subject.top-page .Subject__blc:hover::before {
		right: -5px;
	}
	.Subject.top-page .Subject__blc__text {
		padding: 0px 15px 0px 5px;
	}
	.Subject.top-page .Subject__blc h3 {
		font-size: 1.2rem;
	}
	.Subject.top-page .Subject__blc__icon {
		width: 55px;
	}
	.Subject.top-page .Subject__blc img {
		border-radius: 5px 0 0 5px;
	}
	.TopBanner__cont__item {
		width: 100%;
	}
	.TopBanner__cont__item:not(:last-child) {
		margin-bottom: 20px;
	}
	.TopBanner__cont__item:not(:nth-child(2n)) {
		margin-right: 0;
	}
	.TopBanner__cont__item img {
		margin-top: initial !important;
	}
	.insta-scroll {
		margin-bottom: 100px;
	}
	.insta-scroll_box {
		margin-bottom: 30px;
	}
	.insta-scroll_box ul li {
		width: calc(100vw / 3);
	}
	.TopBanner {
		padding-bottom: initial;
	}
	.TopGroup {
		padding: 60px 0 50px;
		background-color: #fff;
	}
	.TopGroup .TopGroup__cont__img__item {
		width: calc(50% - 1px);
		margin-bottom: 2px;
	}
	.TopGroup .TopGroup__cont__img__item:nth-of-type(odd) {
		margin-right: 2px;
	}
	.TopGroup .TopGroup__cont__img__item__img {
		height: 100px;
	}
	.TopGroup .TopGroup__cont__img__item h3 {
		font-size: 1.2rem;
		top: 50%;
		bottom: initial;
		transform: translateY(-50%);
	}
	.TopGroup .TopGroup__cont__img__item:first-of-type h3 {
		top: 15px;
		transform: initial;
	}
	.TopGroup .TopGroup__cont__img__item h3 span {
		font-size: 1.6rem;
	}
	.btn-tel-mb.Header__sp__btn.gtm-event-header-cv-sp {
		display: none;
	}
	.TopAbout {
		padding: 80px 20px 50px;
	}
}
/* 診療・診察ページ */
.Table__head.Table__head_simple,
.Useful__title .title__txt {
	font-family: "Shippori Mincho", serif;
}
.SubHero {
	margin-top: 100px;
	margin-bottom: 0;
}
.SubHero .SubHero__img {
	max-width: initial;
}
.SubHero .SubHero__cont {
	margin: 0 auto;
}
.SubHero .SubHero__txt {
	width: 100%;
	max-width: 700px;
	display: block;
	font-weight: bold;
	color: #fff;
	padding: initial;
	border-radius: initial;
	background-color: initial;
}
.SubHero .SubHero__txt__head_en {
	font-weight: normal;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.SubHero .SubHero__txt__head {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.SubHero__txt__head_catch {
	letter-spacing: initial;
	font-weight: normal;
	font-size: 1.3rem;
}
.Sec.ListCont h2,
.Sec.TableCont h2,
.Sec.FlowCont h2,
.Sec.FreeCont h2,
.Sec.FaqCont h2,
.Sec.strengthsCont h2,
.Sec.campaignCont h2,
.Sec.relatedmedicalCont h2,
.Sec.treatmentcaseCont h2,
.Sec.doctorCont h2,
.Sec.priceTableCont h2,
.Sec.pickupcaseCont h2,
.Sec.treatmentSelectCont h2,
.Sec.supervisorCont h2 {
	margin-top: -60px;
	padding-top: 60px;
}
.SecTitle {
	text-align: left;
	border-bottom: 5px solid;
	margin-bottom: 50px;
}
.SecTitle .SecTitle__txt {
	font-size: 2rem;
	position: initial;
}
.SecTitle .SecTitle__txt:before {
	content: initial;
}
.SecTitle .SecTitle__txt span {
	margin-right: 20px;
	letter-spacing: 0;
	font-size: 4rem;
}
.Sec.FlowCont .Process__blc__title {
	font-size: 2.4rem;
	border-bottom: 1px solid #b2b2b2;
}
.Sec.FlowCont .title__num {
	margin-right: 20px;
	color: #b2b2b2;
}
.Sec.FlowCont .Process__blc {
	border: initial;
}
.Sec.FlowCont .flow_cv_section {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Sec.FlowCont .flow_cv_section a {
	width: 30%;
	height: 65px;
	padding: 5px 10px 5px 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;
	line-height: 1.3;
	/*   color: #fff; */
	font-size: 2.2rem;
	border-radius: 9999px;
	background-color: #e2e2e2;
	position: relative;
}
.Sec.FlowCont .flow_cv_section a span {
	font-size: 1.4rem;
	position: relative;
}
.Sec.FlowCont .flow_cv_section a span::before {
	content: "";
	width: 15px;
	height: 15px;
	border-left: 1px solid #5a5d61;
	transform: rotate(-20deg);
	position: absolute;
	top: 0;
	left: -10px;
}
.Sec.FlowCont .flow_cv_section a span::after {
	content: "";
	width: 15px;
	height: 15px;
	border-right: 1px solid #5a5d61;
	transform: rotate(20deg);
	position: absolute;
	top: 0;
	right: -5px;
}
.Sec.FlowCont .flow_cv_section a.flow_cv_section_line {
	background-color: #00b900;
	color: #fff;
}
.Sec.FlowCont .flow_cv_section a.flow_cv_section_line span::before {
	border-left: 1px solid #fff;
}
.Sec.FlowCont .flow_cv_section a.flow_cv_section_line span::after {
	border-right: 1px solid #fff;
}
.Sec.FlowCont .flow_cv_section a::before {
	content: "";
	width: 31px;
	height: 31px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 25px;
}

.Sec.FlowCont .flow_cv_section a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.Sec.TableCont .Condition__table.Condition__table_simple {
	max-width: initial;
	margin-bottom: 10px;
}
.Sec.TableCont .Table__head.Table__head_simple {
	color: #363636;
}
.Sec.TableCont .Table__head.Table__head_simple::before {
	width: 10px;
	height: 110%;
	border-radius: initial;
	background-color: #b2b2b2;
	top: 50%;
	transform: translateY(-50%);
}
.Sec.TableCont .Condition__table.Condition__table_simple th {
	background-color: #faf8f2;
}
.Sec.TableCont .Condition__table.Condition__table_simple td {
	text-align: right;
/* 	font-weight: bold; */
}
.Sec.FaqCont .FaqList {
	max-width: initial;
	border: none;
}
.Sec.FaqCont .FaqList__blc {
	border: none;
	/*   background-color: #fbf8f2; */
	background-color: #f9f9f9;
	margin-bottom: 20px;
}
.Sec.FaqCont .FaqList__blc__q {
	border-bottom: initial;
	padding: 20px 60px;
	cursor: pointer;
}
.Sec.FaqCont .FaqList__blc__q::before {
	font-size: 3rem;
	top: 32px;
	left: 20px;
}
.Sec.FaqCont .FaqList__blc__q::after {
	background: initial;
	content: "+";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	color: #ceb97b;
	font-weight: 100;
	font-size: 35px;
	position: absolute;
	top: 25px;
	right: 20px;
	transform: initial;
}
.Sec.FaqCont .FaqList__blc__q.open-btn::after {
	content: "−";
}
.Sec.FaqCont .FaqList__blc__a {
	display: none;
	padding-right: 60px;
	padding-left: 60px;
}
.Sec.FaqCont .FaqList__blc__a::before {
	font-size: 3rem;
	left: 22px;
}
.campaignContents_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.campaignContents_box_item {
	width: 32%;
}
.campaignContents_box_item:not(:nth-of-type(3n)) {
	margin-right: 2%;
}
.campaignContents_box_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
	aspect-ratio: 1/1;
}
.Sec.treatmentcaseCont .slick-prev,
.Sec.treatmentcaseCont .slick-next {
	top: 112px;
}
.Sec.SubjectContents {
	background-color: initial;
}
.Sec.SubjectContents .SubjectContents__nav {
	padding: 50px;
	/*   background-color: #f8f5eb; */
	background-color: #f9f9f9;
}
.Sec.SubjectContents .SubjectContents__nav ol {
	padding-left: 50px;
	width: 100%;
	display: block;
}
.Sec.SubjectContents .SubjectContents__nav li {
	padding-left: 10px;
	list-style: decimal-leading-zero;
	font-weight: bold;
	margin-bottom: 10px;
}
.Sec.SubjectContents .SubjectContents__nav a {
	text-decoration: none;
	position: relative;
}
.Sec.SubjectContents .SubjectContents__nav a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	bottom: 7px;
	right: -20px;
	transform: rotate(45deg);
}
.Sec.SubjectContents .SubjectContents__nav a:hover::before {
	border-color: #ceb97b;
}
.Sec.ListCont .Guide__wrap {
	width: 100%;
	max-width: initial;
	padding: 50px;
	border-radius: initial;
	/*   background-color: #f8f5eb; */
	background-color: #f9f9f9;
}
.Sec.ListCont .Guide__wrap .Guide__list,
.Guide__list li {
	width: 100%;
}
.Sec.ListCont .Guide__wrap .Guide__list li {
	padding-left: 30px;
	border: none;
	margin-bottom: 10px;
}
.Sec.ListCont .Guide__wrap .Guide__list li:before {
	content: "";
	width: 20px;
	height: 20px;
	/* 	background: initial;
	background-image: url(/wp-content/uploads/2024/06/onayami_check.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; */
	top: 8px;
	background: none;
	background-color: #b2b2b2;
	-webkit-filter: none;
	filter: none;
	mask-size: 100%;
	-webkit-mask-size: 100%;
}
.Sec.campaignCont .campaignList {
	display: flex;
	justify-content: center;
  align-items: flex-start;
}
.Sec.campaignCont .campaignList__blc {
	width: 32%;
}
.Sec.campaignCont .campaignList__blc img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
/* 	aspect-ratio: 1/1; */
}
.Sec.treatmentcaseCont .treatmentcaseList {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 50px 0 20px;
	background-color: #f8f5eb;
}
.Sec.treatmentcaseCont .treatmentcaseList_inner {
	max-width: 1140px;
	margin: 0 auto;
}
.Sec.treatmentcaseCont .treatmentcaseList__blc {
	margin: 0 10px;
}
.Sec.treatmentcaseCont .treatmentcaseList__blc__img {
	margin-bottom: 20px;
}
.Sec.treatmentcaseCont .treatmentcaseList__blc__img img {
	aspect-ratio: 1/1;
}
.Sec.treatmentcaseCont .treatmentcaseList__blc__doctor-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.Sec.treatmentcaseCont .treatmentcaseList__blc__doctor-box__img {
	margin-right: 10px;
	width: 60px;
	height: 60px;
}
.Sec.treatmentcaseCont .treatmentcaseList__blc__doctor-box__img img {
	border-radius: 9999px;
}
.Sec.treatmentcaseCont .treatmentcaseList__blc__doctor-box {
	font-weight: bold;
	color: #ceb97b;
	font-size: 1.8rem;
}
.Sec.treatmentcaseCont .treatmentcaseList__blc__more-box {
	text-align: center;
	position: relative;
}
.Sec.treatmentcaseCont .treatmentcaseList__blc__more-box::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #ceb97b;
	border-right: 1px solid #ceb97b;
	position: absolute;
	top: 9px;
	right: 30px;
	transform: rotate(45deg);
}
.Sec.treatmentcaseCont .treatmentcaseList__blc__more-box p {
	line-height: 1.3;
	font-weight: bold;
	color: #ceb97b;
	font-size: 1.8rem;
}
.Sec.treatmentcaseCont .treatmentcaseList__blc__more-box p span {
	font-size: 1.2rem;
}
.Sec.treatmentcaseCont .treatmentcaseList_more {
	margin: 50px auto;
	width: 350px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.2rem;
	border-radius: 9999px;
	background-color: #ceb97b;
	position: relative;
}
.Sec.treatmentcaseCont .treatmentcaseList_more::before {
	content: "";
	width: 11px;
	height: 11px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 30px;
}
.Sec.treatmentcaseCont .treatmentcaseList_more:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.Sec.relatedmedicalCont .relatedmedicalList ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.Sec.relatedmedicalCont .relatedmedicalList__blc {
	width: 23.5%;
}
.Sec.relatedmedicalCont .relatedmedicalList__blc:not(:nth-of-type(4n)) {
	margin-right: 2%;
}
.Sec.relatedmedicalCont .relatedmedicalList__blc a {
	display: block;
	padding: 15px 10px 10px;
	border-radius: 10px;
	background-color: #ceb97b;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.Sec.relatedmedicalCont .relatedmedicalList__blc a p {
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 2rem;
	margin-bottom: 10px;
}
.Sec.relatedmedicalCont .relatedmedicalList__blc__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
	aspect-ratio: 3/2;
}
/* .Sec.strengthsCont .strengthsList {
	background-image: url(/wp-content/uploads/2024/05/strengths_bg.png);
	background-size: cover;
	padding: 20px 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
} */
.Sec.strengthsCont .strengthsList_title {
	max-width: 600px;
	margin: 0 auto 20px;
}
.Sec.strengthsCont .strengthsList_title img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.Sec.strengthsCont .strengthsList__blc {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #b0811d, #f6d25e);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
/* 	background: linear-gradient(225deg, #ebebeb, #f2f2f2) !important; */
}
.Sec.strengthsCont .strengthsList__blc:last-of-type {
	border-bottom: 4px solid;
	border-image: linear-gradient(to right, #b0811d, #f6d25e);
}
.Sec.strengthsCont .strengthsList__blc__txt {
	width: 46%;
	max-width: 900px;
	padding: 40px 0;
	z-index: 2;
	position: relative;
	right: -5%;
}
.Sec.strengthsCont .strengthsList__blc__txt h4 {
	text-align: center;
	color: #ceb97b;
	font-size: 2rem;
}
.Sec.strengthsCont .strengthsList__blc__txt h3 {
	display: block;
	padding: 10px 0;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	font-size: 2.8rem;
	margin-bottom: 50px;
	position: relative;
}
.Sec.strengthsCont .strengthsList__blc__txt h3::before {
	content: "";
	width: 100%;
	height: 100%;
	transform: skewX(-15deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: linear-gradient(to right, #b0811d, #f6d25e);
}
.Sec.strengthsCont .strengthsList__blc__txt p {
	font-size: 1.6rem;
}
.Sec.strengthsCont .strengthsList__blc__img {
	border-radius: initial;
	max-height: initial;
	position: relative;
	width: 54%;
}
.Sec.strengthsCont .strengthsList__blc__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(270deg, transparent 0 60%, #f0f0f0 100%);
}
.Sec.strengthsCont .strengthsList__blc__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.Sec.strengthsCont .strengthsList_clinic-name {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	color: #ceb97b;
	font-size: 2rem;
}
.Sec.strengthsCont .strengthsList__blc {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #E2E2E2, #FCFCFC);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
}
.Sec.strengthsCont .strengthsList__blc:last-of-type {
	border-bottom: 4px solid;
	border-image: linear-gradient(to right, #E2E2E2, #FCFCFC);
}
.Sec.strengthsCont .strengthsList__blc__txt h3::before {
	content: "";
	width: 100%;
	height: 100%;
	transform: skewX(-15deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: linear-gradient(to right, #414348, #E2E2E2);
}
.Sec.strengthsCont .strengthsList__blc__txt h4 {
	text-align: center;
	color: #9D9EA0;
	font-size: 2rem;
}
.Sec.cv_field .cv_field_box {
	padding: 50px 25px 80px;
	border-radius: 30px;
	box-shadow: 0 7px 7px 3px #dedcdc;
}
.Sec.cv_field .cv_field_box_text {
	text-align: center;
	margin-bottom: 40px;
}
.Sec.cv_field .cv_field_box_text h2 {
	line-height: 1.5;
	color: #5a5d61;
	font-size: 3rem;
	margin-bottom: 20px;
}
.Sec.cv_field .cv_field_box_text p {
	line-height: 1.3;
	/*   font-weight: bold; */
	font-size: 2rem;
}
.Sec.cv_field .cv_field_box_button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Sec.cv_field .cv_field_box_button a {
	width: 32%;
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	padding: 5px 20px 5px 120px;
	/*   font-weight: bold; */
	color: #5a5d61;
	font-size: 2.4rem;
	border-radius: 30px;
	box-shadow: 0 3px 5px #b8b8b8;
	position: relative;
}
.Sec.cv_field .cv_field_box_button a.flow_cv_section_line {
	color: #00b900;
	box-shadow: 0 3px 5px #00b900;
}
.Sec.cv_field .cv_field_box_button a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.Sec.cv_field .cv_field_box_button a::before {
	content: "";
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50px;
}
.Sec.cv_field .cv_field_box_button a:first-of-type::before {
	background-image: url(/wp-content/uploads/2024/05/icon_tel.png);
}
.Sec.cv_field .cv_field_box_button a:nth-of-type(2)::before {
	background-image: url(/wp-content/uploads/2024/05/icon_web.png);
}
.Sec.cv_field .cv_field_box_button a:last-of-type::before {
	background-image: url(/wp-content/uploads/2024/05/icon_line.png);
}
.Sec.cv_field .cv_field_box_button a span {
	font-size: 1.8rem;
	position: relative;
}
.Sec.cv_field .cv_field_box_button a span::before {
	content: "";
	width: 20px;
	height: 20px;
	border-left: 1px solid #5a5d61;
	transform: rotate(-20deg);
	position: absolute;
	top: 7px;
	left: -10px;
}
.Sec.cv_field .cv_field_box_button a span::after {
	content: "";
	width: 20px;
	height: 20px;
	border-right: 1px solid #5a5d61;
	transform: rotate(20deg);
	position: absolute;
	top: 7px;
	right: -10px;
}
.Sec.cv_field .cv_field_box_button a.flow_cv_section_line span::before,
.Sec.cv_field .cv_field_box_button a.flow_cv_section_line span::after {
	border-color: #00b900;
}
.Sec.FreeCont .Useful__title {
	border: none;
	margin-bottom: initial;
}
.Sec.FreeCont .Useful__title .title__txt {
	color: #363636;
	padding-left: 1.3em;
	position: relative;
}
.Sec.FreeCont .Useful__title .title__txt::before {
	content: "";
	width: 10px;
	height: 110%;
	border-radius: initial;
	background-color: #b2b2b2;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.Sec.FreeCont .Pct__round {
	border-radius: initial;
}
.Sec.FreeCont .Useful__blc:last-of-type {
	margin-bottom: 0;
}
.Sec.FreeCont .Useful__blc img {
	width: auto;
	max-width: 100%;
}
.Sec.FreeCont iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
main .Column {
	padding-top: 50px;
}
.Examination {
	padding-top: 50px;
}
@media screen and (max-width: 896px) {
	.SubHero {
		margin-top: initial;
	}
	.SubHero .SubHero__cont {
	    height: 50vw;
	}
	.SubHero .SubHero__txt {
		width: 60%;
	}
	.SubHero__txt__head {
		font-size: 2.4rem;
	}
	.SubHero .SubHero__txt__head_en {
		font-size: 1.3rem;
	}
	.SubHero .SubHero__txt__head {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.Sec.campaignContents,
	.Sec.SubjectContents,
	.Sec.ListCont,
	.Sec.FlowCont,
	.Sec.FaqCont,
	.Sec.campaignCont,
	.Sec.treatmentcaseCont,
	.Sec.relatedmedicalCont,
	.Sec.strengthsCont,
	.ContentPanel .Sec.TableCont,
	.Sec.cv_field,
	.Sec.FreeCont {
		margin-bottom: 50px;
		padding-bottom: initial;
	}
	.Sec.ListCont h2,
	.Sec.TableCont h2,
	.Sec.FlowCont h2,
	.Sec.FreeCont h2,
	.Sec.FaqCont h2,
	.Sec.strengthsCont h2,
	.Sec.campaignCont h2,
	.Sec.relatedmedicalCont h2,
	.Sec.treatmentcaseCont h2,
	.Sec.doctorCont h2,
	.Sec.priceTableCont h2,
	.Sec.pickupcaseCont h2,
	.Sec.treatmentSelectCont h2,
	.Sec.supervisorCont h2 {
		margin-top: -40px;
		padding-top: 40px;
	}
	.SecTitle {
		border-bottom: 3px solid;
		margin-bottom: 40px;
	}
	.SecTitle .SecTitle__txt {
		line-height: 1.3;
		font-size: 1.6rem;
	}
	.SecTitle .SecTitle__txt span {
		margin-right: initial;
		margin-left: initial;
		display: block;
		font-size: 3rem;
	}
	.Sec.SubjectContents .SubjectContents__nav {
		padding: 20px;
	}
	.Sec.SubjectContents .SubjectContents__nav ol {
		padding-left: 30px;
	}
	.Sec.SubjectContents .SubjectContents__nav li {
		padding-left: 0;
	}
	.Sec.SubjectContents .SubjectContents__nav a::before {
		width: 5px;
		height: 5px;
		right: -15px;
		bottom: 5px;
	}
	.Sec.ListCont .Guide__wrap {
		padding: 20px;
	}
	.Sec.ListCont .Guide__wrap .Guide__list li {
		padding-left: 20px;
	}
	.Sec.ListCont .Guide__wrap .Guide__list li:before {
		width: 16px;
		height: 16px;
		top: 4px;
	}
	.Sec.campaignCont .campaignList {
		flex-direction: column;
		gap: 30px;
	}
	.Sec.campaignCont .campaignList__blc {
		width: 100%;
	}
	.Sec.campaignCont .campaignList__blc:not(:nth-of-type(3n)) {
		margin-right: initial;
	}
	.Sec.FlowCont .Process__blc__title {
		font-size: 2rem;
	}
	.Sec.FlowCont .flow_cv_section {
		flex-direction: column;
		gap: 20px;
	}
	.Sec.FlowCont .flow_cv_section a {
		width: 300px;
		height: 45px;
		font-size: 1.8rem;
	}
	.Sec.FlowCont .flow_cv_section a::before {
		width: 25px;
		height: 25px;
		left: 40px;
	}
	.Sec.FaqCont .FaqList__blc__q {
		padding: 20px 35px 20px 40px;
	}
	.Sec.FaqCont .FaqList__blc__q::before {
		font-size: 2.4rem;
		left: 10px;
	}
	.Sec.FaqCont .FaqList__blc__q::after {
		top: 25px;
		right: 10px;
	}
	.Sec.FaqCont .FaqList__blc__a {
		padding-right: 35px;
		padding-left: 40px;
	}
	.Sec.FaqCont .FaqList__blc__a::before {
		font-size: 2.4rem;
		left: 12px;
	}
	.campaignContents_box {
		flex-direction: column;
		gap: 30px;
	}
	.campaignContents_box_item {
		width: 80%;
	}
	.campaignContents_box_item:not(:nth-of-type(3n)) {
		margin-right: initial;
	}
	.Sec.treatmentcaseCont .treatmentcaseList_inner {
		margin-right: 20px;
		margin-left: 20px;
	}
	.Sec.treatmentcaseCont .slick-prev,
	.Sec.treatmentcaseCont .slick-next {
		top: 27%;
	}
	.Sec.treatmentcaseCont .slick-prev {
		left: -10px;
	}
	.Sec.treatmentcaseCont .slick-next {
		right: -10px;
	}
	.Sec.treatmentcaseCont .treatmentcaseList__blc__doctor-box__img {
		flex-shrink: 0;
		margin-right: 5px;
		width: 40px;
		height: 40px;
	}
	.Sec.treatmentcaseCont .treatmentcaseList__blc__doctor-box {
		font-size: 1.6rem;
	}
	.Sec.treatmentcaseCont .treatmentcaseList__blc__more-box {
		padding-right: 5px;
	}
	.Sec.treatmentcaseCont .treatmentcaseList__blc__more-box::before {
		top: 6px;
		right: 0;
	}
	.Sec.treatmentcaseCont .treatmentcaseList__blc__more-box p {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.Sec.treatmentcaseCont .treatmentcaseList__blc__more-box p span {
		font-size: 0.8rem;
	}
	.Sec.treatmentcaseCont .treatmentcaseList_more {
		width: 300px;
		height: 45px;
		font-size: 1.8rem;
	}
	.Sec.relatedmedicalCont .relatedmedicalList ul {
		flex-wrap: wrap;
		gap: 20px 0;
	}
	.Sec.relatedmedicalCont .relatedmedicalList__blc {
		width: 48%;
	}
	.Sec.relatedmedicalCont .relatedmedicalList__blc:not(:nth-of-type(4n)) {
		margin-right: initial;
	}
	.Sec.relatedmedicalCont .relatedmedicalList__blc:nth-of-type(odd) {
		margin-right: 4%;
	}
	.Sec.relatedmedicalCont .relatedmedicalList__blc a p {
		font-size: 1.6rem;
	}
	.Sec.strengthsCont .strengthsList__blc {
		display: block;
	}
	.Sec.strengthsCont .strengthsList__blc__txt {
		margin: initial;
		padding: 20px;
		width: 100%;
		right: initial;
		left: initial;
	}
	.Sec.strengthsCont .strengthsList__blc__txt h3 {
		padding: 5px 0;
		font-size: 2.2rem;
		margin-bottom: 30px;
	}
	.Sec.strengthsCont .strengthsList__blc__img {
		margin: initial;
		width: 100%;
		height: 100%;
	}
	.Sec.strengthsCont .strengthsList__blc__img::after {
		content: initial;
	}
	.Sec.strengthsCont .strengthsList_clinic-name {
		font-size: 1.6rem;
	}
	.Sec.strengthsCont .strengthsList__blc__txt p {
		font-size: 1.4rem;
	}
	.Sec.TableCont .Condition__table.Condition__table_simple tr {
		flex-wrap: nowrap;
	}
	.Sec.TableCont .Table__head.Table__head_simple {
		font-size: 1.8rem;
	}
	.Sec.TableCont .Table__head.Table__head_simple:before {
		width: 8px;
	}
	.Sec.cv_field .cv_field_box {
		padding: 20px 20px 40px;
	}
	.Sec.cv_field .cv_field_box_text h2 {
		font-size: 2.4rem;
	}
	.Sec.cv_field .cv_field_box_text p {
		font-size: 1.6rem;
	}
	.Sec.cv_field .cv_field_box_button {
		flex-direction: column;
		gap: 20px;
	}
	.Sec.cv_field .cv_field_box_button a {
		width: 100%;
		padding: 5px 20px 5px 90px;
		font-size: 1.8rem;
		border-radius: 20px;
	}
	.Sec.cv_field .cv_field_box_button a::before {
		width: 35px;
		height: 35px;
		left: 40px;
	}
	.Sec.cv_field .cv_field_box_button a span {
		font-size: 1.4rem;
	}
	.Sec.cv_field .cv_field_box_button a span::before {
		width: 15px;
		height: 15px;
		top: 3px;
	}
	.Sec.cv_field .cv_field_box_button a span::after {
		width: 15px;
		height: 15px;
		top: 3px;
	}
	.Sec.FreeCont .Useful__title .title__txt::before {
		width: 8px;
	}
	.Author.Sec {
		margin-bottom: 50px;
	}
}
/* 施術症例矢印調整 */
@media screen and (max-width: 480px) {
	.Sec.treatmentcaseCont .slick-prev,
	.Sec.treatmentcaseCont .slick-next {
		top: 27%;
	}
}
@media screen and (max-width: 450px) {
	.Sec.treatmentcaseCont .slick-prev,
	.Sec.treatmentcaseCont .slick-next {
		top: 25%;
	}
}
@media screen and (max-width: 420px) {
	.Sec.treatmentcaseCont .slick-prev,
	.Sec.treatmentcaseCont .slick-next {
		top: 22%;
	}
}
@media screen and (max-width: 400px) {
	.Sec.treatmentcaseCont .slick-prev,
	.Sec.treatmentcaseCont .slick-next {
		top: 20%;
	}
}

/* 監修者情報 */
.Author.Sec {
	padding-right: 50px;
	padding-left: 50px;
}
.Author.Sec h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.Author.Sec .Author__cont {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 30px;
}
.Author.Sec .Author__imgCont {
	position: initial;
	width: 34%;
	height: auto;
	border-radius: initial;
}
.Author.Sec .Author__imgCont img {
	aspect-ratio: 1/1;
}
.Author.Sec .Author__txtCont {
	width: 64%;
}
.Author.Sec .Author__txtCont__head {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.Author.Sec .Author__txtCont__head_position {
	font-size: 16px;
}
.Author.Sec .Author__txtCont dt {
	margin-top: initial;
	margin-bottom: 40px;
}
.Author.Sec .Author__txtCont__desc {
	width: 100%;
	padding: 0 1em;
	margin-bottom: initial;
}
.Author.Sec .Author__cont__title {
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.Author.Sec .Author__cont__title span {
	letter-spacing: 0;
}
.Author.Sec .Author__cont_message {
	padding: 0 1em;
	color: #fff;
	font-size: 16px;
}
@media screen and (max-width: 896px) {
	.Author.Sec {
		padding-right: 20px;
		padding-left: 20px;
	}
	.Author.Sec .Author__cont {
		flex-direction: column;
	}
	.Author.Sec .Author__imgCont {
		width: 80%;
		margin-bottom: 30px;
	}
	.Author.Sec .Author__imgCont img {
		border-radius: initial;
	}
	.Author.Sec .Author__txtCont {
		width: 100%;
	}
}

/* ニュース一覧ページ調整 */
.News.top.page_archive-news {
	margin-top: 150px;
	margin-bottom: 150px;
}
.News.top.page_archive-news .News__inner {
	padding: 30px 40px;
}
.News.top.page_archive-news .NewsList {
	width: 100%;
}
.News {
	background-color: #FFFAF8 !important;
}
.News .NewsList__title {
	color: #333;
}
.News .NewsList__date {
	margin-right: 1em;
}
.News .NewsList__cat {
	margin-right: 0.5em;
}
.News .NewsList__title {
	margin-left: 1em;
}
@media screen and (max-width: 896px){
	.News.top.page_archive-news {
		margin-top: 80px;
		margin-bottom: 50px;
	}
	.News.top.page_archive-news .News__inner {
		padding: 0;
	}
	.News .NewsList__title {
		margin-left: 0;
	}
}

/* ドクター紹介ページ調整 */
@media screen and (max-width: 736px) {
	.Doctor__Profile__pct {
		width: 80%;
	}
}

/* 症状詳細ページ料金表 */
.symptom_price_text {
	text-align: center;
}
.symptom_price_link {
	margin: 0 auto;
	width: 350px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 2.2rem;
	border-radius: 9999px;
	background-color: #ceb97b;
	position: relative;
}
.symptom_price_link:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.symptom_price_link::before {
	content: "";
	width: 11px;
	height: 11px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 30px;
}
@media screen and (max-width: 896px) {
	.symptom_price_link {
		width: 300px;
		height: 45px;
		font-size: 1.8rem;
	}
}



/* 2024/07/05 */
.Top-fv_thumbnail__cont .slick-next,
.Top-fv_thumbnail__cont .slick-prev {
	width: 20px;
	height: 40px;
}
.HeroBnr ul.Top-fv_thumbnail__cont {
	margin-bottom: 100px;
}
.Schedule.top {
	max-width: initial;
	border: none;
	margin: 0px auto 0;
	padding: 50px 0 100px !important;
	background-color: #f9f9f9;
}
.Schedule.top .Schedule_inner {
	max-width: 1200px;
	margin: 0 auto;
}
.Schedule.top .Schedul__table::before,
.Schedule.top .Schedul__table::after {
	background-color: #f9f9f9;
}
.Schedule.top .Schedul__table_box {
	border: 1px solid #e6e6e6;
	padding-bottom: 10px;
}
.Schedule.top .Schedul__table th.Schedul__table__title,
.Schedule.top .Schedul__table .dayofweek {
	border-color: #e6e6e6;
	background-color: #e6e6e6;
}
.Schedule.top .Schedul__table th.Schedul__table__title::before {
	content: initial;
}
.Schedule.top .Schedul__table th {
	border-color: #e6e6e6;
	background-color: #6c6c6c;
}
.Schedule.top .Schedul__table td {
	border-color: #e6e6e6 !important;
}
.Schedule.top .Schedul__notes {
	padding: 0 8.5%;
}
.Feature {
	padding: initial;
	padding-top: 100px;
	padding-bottom: 100px;
}
.Feature.top-page {
	background-color: #FFFAF8;
}
.Feature .Feature__blc:last-of-type {
	border: none;
}
.Feature .Feature__cont {
	margin-top: 100px;
}
.Feature .Feature__blc:not(:last-of-type) {
	margin-bottom: 120px;
}
.Feature__blc__img img {
	aspect-ratio: 3 / 2;
}
.Feature .Feature__blc__txt h4 {
	text-align: left;
	margin-bottom: 20px;
}
.Feature .Feature__blc.Feature__blc--r .Feature__blc__txt h4 {
	text-align: center;
}
.top-page_Main .Subject {
	margin-bottom: initial;
}
.Subject.top-page.lazyloaded {
	background-size: cover;
}
.Subject.top-page .Subject_inner {
	max-width: 1100px;
}
.Subject.top-page .Subject__cont {
	max-width: initial;
}
.Subject.top-page .Subject__blc {
	max-width: initial;
	height: 90px;
	border-radius: initial;
}
.Subject.top-page .Subject__blc:hover {
	background-color: #d5e8de;
}
.Subject.top-page .Subject__blc h3 {
	color: #78a08a;
}
.Subject.top-page .Subject__blc__icon {
	width: 90px;
	height: 100%;
}
.Subject.top-page .Subject__blc img {
	border-radius: initial;
}
.Subject.top-page .Subject__blc::before {
	color: #78a08a;
	font-size: 4rem;
}
.top_our-clinic {
	margin: 0 0 100px;
	padding: 50px 0;
}
.top_our-clinic .top_our-clinic__cont__img {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}
.top_our-clinic .top_our-clinic__cont__img a {
	width: 42%;
	padding: 80px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6c6c6c;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.6);
	background-blend-mode: lighten;
}
.top_our-clinic .top_our-clinic__cont__img a h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 5rem;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.top_our-clinic .top_our-clinic__cont__img a h3 span {
	font-weight: normal;
	font-size: 1.6rem;
}
.TopBanner_sec .TopBanner__cont {
	padding: initial;
}
.TopBanner_sec .TopBanner__cont__item img {
	margin-top: initial;
}
@media screen and (max-width: 896px) {
	.HeroBnr ul.Top-fv_thumbnail__cont {
		width: 80%;
		margin-bottom: 50px;
		height: 120px;
		margin-top: 10px;
	}
	.Top-fv_thumbnail__cont .slick-next,
	.Top-fv_thumbnail__cont .slick-prev {
		width: 10px;
		height: 20px;
	}
	.Schedule.top {
		margin-top: initial;
		padding-bottom: 50px !important;
	}
	.Schedule.top .Schedule_inner {
		padding: 0 20px;
	}
	.Schedule.top .Schedul__notes {
		padding: 0 2%;
		font-size: 1.2rem;
	}
	.Feature {
		padding: 50px 20px;
		margin-bottom: 0;
	}
	.Feature .Feature__cont {
		margin-top: 60px;
	}
	.Feature .Feature__blc:not(:last-of-type) {
		margin-bottom: 80px;
	}
	.Feature .Feature__blc__cont {
		width: 100%;
		padding: initial;
		margin-bottom: 0px;
	}
	.Feature .Feature__blc__txt h4,
	.Feature .Feature__blc.Feature__blc--r .Feature__blc__txt h4 {
		text-align: center;
		font-size: 1.8rem;
	}
	.Subject.top-page.lazyloaded {
		padding: 50px 20px;
		height: initial;
		background-size: auto;
	}
	.Subject.top-page.lazyloaded .Subject_inner {
		position: initial;
	}
	.Subject.top-page .Subject__cont {
		width: 100%;
		padding: initial;
		background: initial;
	}
	.Subject.top-page .Subject__blc {
		height: 55px;
	}
	.Subject.top-page .Subject__blc__icon {
		width: 55px;
	}
	.Subject.top-page .Subject__blc::before {
		font-size: 1.6rem;
	}
	.top_our-clinic {
		margin: 0 0 60px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.top_our-clinic .top_our-clinic__cont__img {
		justify-content: space-between;
	}
	.top_our-clinic .top_our-clinic__cont__img a {
		width: 46%;
		padding: 30px 0;
	}
	.top_our-clinic .top_our-clinic__cont__img a h3 {
		font-size: 2.4rem;
	}
	.top_our-clinic .top_our-clinic__cont__img a h3 span {
		font-size: 1.4rem;
	}
	.TopBanner_sec {
		margin-bottom: 60px;
	}
}

/* 20240723 */
.ufvBnr_pc img {
	vertical-align: bottom;
}
.Schedule.top .Schedul__table th {
	color: #5a5d61;
}
.About__access__payment dt:before {
	content: none;
}
.gallery .images>div p {
	background: #b2b2b2!important;
}
.top_our-clinic {
	background-size: cover;
	background-color: rgb(92, 92, 92, 0.7);
	background-blend-mode: color;
}
.Map-Schedule .Schedule {
	max-width: initial;
	border: none;
	margin: 0px auto 0;
	background-color: #f9f9f9;
	width: 100%;
	max-width: 1200px;
}
.Map-Schedule .Schedule .Schedule_inner {
	max-width: 1200px;
	margin: 0 auto;
}
.Map-Schedule .Schedule .Schedul__table {
	position: relative;
	margin-bottom: 10px;
}
.Map-Schedule .Schedule .Schedul__table::before,
.Map-Schedule .Schedule .Schedul__table::after {
	content: "";
	width: 20px;
	height: 80px;
	background-color: #f9f9f9;
	position: absolute;
	bottom: -10px;
	content: initial;
}
.Map-Schedule .Schedule .Schedul__table::before {
	left: 0;
}
.Map-Schedule .Schedule .Schedul__table::after {
	right: 0;
}
.Map-Schedule .Schedule .Schedul__table_box {
	border: 1px solid #e6e6e6;
	padding-bottom: 10px;
}
.Map-Schedule .Schedule .Schedul__table th {
	padding: 3px 0;
}
.Map-Schedule .Schedule .Schedul__table .dayofweek {
	width: 7%;
}
.Map-Schedule .Schedule .Schedul__table th.Schedul__table__title, .Map-Schedule .Schedule .Schedul__table .dayofweek {
	border-color: #e6e6e6;
	background-color: #e6e6e6;
}
.Map-Schedule .Schedule .Schedul__table .dayofweek:nth-child(2) {
	width: 10%;
	padding-left: 4%;
}
.Map-Schedule .Schedule .Schedul__table .dayofweek:last-child {
	width: 10%;
	padding-right: 4%;
}
.Map-Schedule .Schedule .Schedul__table th.Schedul__table__title,
.Map-Schedule .Schedule .Schedul__table .dayofweek {
	border-color: #e6e6e6;
	background-color: #e6e6e6;
}
.Map-Schedule .Schedule .Schedul__table th.Schedul__table__title::before {
	content: initial;
}
.Map-Schedule .Schedule .Schedul__table th {
	border-color: #e6e6e6;
	background-color: #6c6c6c;
}
.Map-Schedule .Schedule .Schedul__table td.timezone {
	font-size: 1.6rem;
}
.Map-Schedule .Schedule .Schedul__table td {
	border-color: #e6e6e6 !important;
	padding: 10px 0;
	text-align: center;
	font-size: 2rem;
}
.Map-Schedule .Schedule .Schedul__table td:nth-child(2) {
	width: 10%;
	padding-left: 4%;
}
.Map-Schedule .Schedule .Schedul__table td:last-child {
	width: 10%;
	padding-right: 4%;
}
.Map-Schedule .Schedule .Schedul__notes {
	padding: 0 8.5%;
	display: block;
	font-size: 1.4rem;
}
.Sec.TableCont .Condition__table.Condition__table_simple th {
	background-color: #f9f9f9;
}
.Condition__table,
.Condition__table th,
.Condition__table td {
	border-color:  #e6e6e6!important;
}
.Sec.FaqCont .FaqList__blc__q {
	background-color: #e9e9e9;
}
.Sec.FaqCont .FaqList__blc__q::before {
	color: #b2b2b2;
}
.Sec.FaqCont .FaqList__blc__q::after {
	color: #b2b2b2;
}
.Staff.top-page .Top-button a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.facility_section__btnCont.Top-button a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (min-width: 897px) {
	.About__access__blc.About__access__parking dt {
		margin-left: 0px;
	}
	.About__access__blc:not(.About__access__address) {
		line-height: 2;
	}
}
@media only screen and (min-width: 1024px) {
	.ufvBnr_pc {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 896px) {
	.spnav__list a {
		font-weight: normal !important;
	}
	.Map-Schedule .Schedule .Schedul__table::before, .Map-Schedule .Schedule .Schedul__table::after {
		content: none;
	}
	.Map-Schedule .Schedule .Schedul__table td,
	.Map-Schedule .Schedule .Schedul__table td.timezone {
		font-size: 1.2rem;
	}
	.Map-Schedule .Schedule .Schedul__table td {
		padding: 10px 5px;
	}
	.Map-Schedule .Schedule .Schedul__notes {
		padding: 0 2%;
		font-size: 1.2rem;
	}
	.About .SecTitle {
		margin: 0 20px 50px;
	}
}

/* WEB予約フォーム */
.border-none th,
.border-none td {
	border: none;
	padding-bottom: 0;
}
.icon--optional {
	font-size: 1.1rem;
	line-height: 1.333;
	color: #fff;
	background-color: #bababa;
	border-radius: 2px;
	padding: .15em .3em;
	margin-left: 15px;
}
.wpcf7-form-control.wpcf7-radio.field-radio {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0 1em;
}
.wpcf7-form-control-wrap.radio-670 {
	width: 100%;
	display: block;
	/*     max-width: 400px;
	margin: 0 auto; */
}
#radio-670 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 400px;
	margin: 0 auto;
}
#radio-670 span {
	width: 46%;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	font-size: 1.6rem;
}
#radio-670 > span:first-child {
	margin-left: 0;
}
.wpcf7 fieldset {
	border: none;
}
.txt-m-blc .wpcf7 fieldset p {
	margin-bottom: 0;
}
.wpcf7 fieldset .wpcf7-list-item {
	background-color: #bababa;
	color: #fff;
}
.wpcf7 .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7_reserve-date .datetime-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 5px;
	    margin-bottom: 20px;
}
.wpcf7_reserve-date .datetime-block .field-item {
	width: 49%;
}
.wpcf7_reserve-date .datetime-block span input {
	-webkit-appearance: none;
	height: 3em;
	color: #333 !important;
}
.wpcf7_reserve-date .datetime-block span select {
	width: 100%;
	-webkit-appearance: none;
	height: 3em;
	vertical-align: bottom;
}
.wpcf7_reserve-date .datetime-block span select option {
	text-align: center!important;
}
.wpcf7cp-form-hide {
	display: none!important;
}
div#wpcf7cpcnf {
	position: initial!important;
	padding-top: 100px!important;
	margin-top: -100px!important;
}
#wpcf7cpcnf #customMessage p {
	width: 100%;
	padding-left: 0;
	letter-spacing: 0.08em;
	line-height: 1.5;
	font-family: "Shippori Mincho", serif;
	font-weight: bold;
	color: #ff885e;
	font-size: 2.4rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #ff885e;
	margin-bottom: 30px;
	position: static;
}
#wpcf7cpcnf table {
	width: 100%;
}
#wpcf7cpcnf th {
	width: 18%;
	border-bottom: 1px solid #FF885E;
	padding: 1.6em .4em 1.6em 0;
	font-weight: 500;
}
#wpcf7cpcnf td {
	width: 82%;
	border-bottom: 1px solid #D6D6C9;
	padding: 1.6em 0 1.6em .8em;
}
#wpcf7cpcnf p {
	margin-bottom: 0;
}
div.wpcf7cp-btns {
	text-align: center;
	margin-top: 40px!important;
}
.wpcf7cp-btns button {
	min-width: 300px;
	background-color: #fff;
	display: inline-block;
	/* 	color: #fff; */
	font-size: 2rem;
	line-height: 1.333;
	font-weight: 700;
	text-decoration: none;
	padding: .75em;
	border-radius: 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	border: none;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	outline: none;
	border: 1px solid #D6D6C9;
}
.wpcf7cp-btns button:first-child {
	background-color: #fff;
}
.wpcf7cp-btns button:first-child:hover {
	background-color: #d5d5d5;
}
.wpcf7cp-btns button.wpcf7-submit {
	background-color: #ff9966;
	color: #fff;
}
.wpcf7cp-btns button.wpcf7-submit:hover {
	opacity: 0.8;
}
.wpcf7-form .table__form .wpcf7-list-item input {
    width: auto;
}
.table__base th {
    border-color: #FF885E!important;
}
.form-accordion {
	    margin-top: 20px;
}
.wpcf7_reserve-name {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 5px;
	    margin-bottom: 20px;
}
.wpcf7_reserve-name .field-item {
	width: 49%;
}
.wpcf7_reserve-date div span select option {
	text-align: left !important;
}
.wpcf7 .table__base.table__form td small {
	line-height: 1.5;
	display: block;
	    margin-top: 5px;
}
.wpcf7 summary {
    cursor: pointer;
}
.btn--submit:hover {
    background-color: #ff9966 !important;
	opacity: 0.8;
}
.input-sm {
	max-width: 100px;
}
.icon--must,
.icon--optional {
	padding: .15em .3em .3em .4em;
}
.display-none {
	display: none;
}
@media screen and (min-width: 897px){
	.table__base th {
	    width: 26%;
}
.table__base td {
    width: 74%;
}
}
@media screen and (max-width: 896px){
	#wpcf7cpcnf #customMessage p {
		font-size: 1.8rem;
	}
	#wpcf7cpcnf table {
		width: 100%;
	}
	#wpcf7cpcnf th, #wpcf7cpcnf td {
		display: block;
		width: 100%;
	}
	#wpcf7cpcnf th {
		border-bottom: none;
		padding: 1.2em 0 .3em;
	}
	#wpcf7cpcnf td {
		padding: 0 0 1.2em;
	}
	div.wpcf7cp-btns {
		margin-top: 32px!important;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.wpcf7cp-btns button {
		min-width: auto;
		width: 85%;
		font-size: 1.6rem;
	}
	.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
		margin-right: 0px;
	}
	.table__base th {
		        margin-bottom: 10px;
	}
	.wpcf7-form td p {
		        font-size: 1.3rem;
	}
	.btn--submit {
		margin-bottom: 20px;
	}
	.Form-Submit span {
		position: relative !important;
	}
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select, button.wpcf7cp-cfm-edit-btn, button.wpcf7cp-cfm-submit-btn {
	font-family: "Noto Serif JP", "Noto Sans JP", "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "YuMin-medium", "MS 明朝", "MS Mincho", serif !important;
}
.table__base th {
	color: #333 !important;
}

/* WEB予約フォーム調整 */
#wpcf7-f14011-o1 .table__form #radio-670 input {
	width: auto;
}
#wpcf7-f14011-o1 #radio-670 .wpcf7-list-item {
	background-color: #bababa;
	color: #fff;
}
#wpcf7-f14011-o1 .table__form #radio-680 input {
	width: auto;
}

/* ブログ調整 */
.ColumnNav.Sec {
	padding-bottom: 0;
	margin-bottom: 50px;
}
.ColumnNav__search {
/* 	border-color:  #b9b9b9!important; */
}
.ColumnNav__search__btn {
	border: none;
	height: 100%;
/* 	background-color: #b9b9b9!important; */
}
input.ColumnNav__search__horder, input[type].ColumnNav__search__horder {
	font-family: "Noto Serif JP", "Noto Sans JP", "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "YuMin-medium", "MS 明朝", "MS Mincho", serif !important;
}
.ColumnNav__list__title {
	font-weight: 390;
	color:#333 !important;
}
.ColumnNav__list {
/* 	border-color: #b9b9b9!important; */
}
.ColumnNav__list::before {
/* 	background-color: #b9b9b9!important; */
}
.ColumnNav__list__item {
/* 	background-color: #80c79f!important; */
}
.Column.Sec {
	padding-bottom: 20px;
}
.Column__box__head {
/* 	border-bottom: 1px #b9b9b9 solid; */
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center;
}
.Column__box__head {
	text-align: left;
}
.Column__box__head a {
	color: #333 !important;
}
.Column__label {
	position: initial;
	margin-bottom: 40px;
}
.Column__label__anchor {
/* 	background-color: #80c79f!important; */
	border-radius: 4px;
}
.Column__box__anchor {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 390;
	color: #333;
	border-radius: 9999px;
	border: 1px solid #75757575;
	background-color: #fff !important;
	position: relative;
}
.Column__box__anchor::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 40px;
}
@media screen and (max-width: 896px) {
	.Column.Sec {
		padding-bottom: 50px;
	}
	.Column__box__anchor {
		font-size: 1.4rem;
	}
	.Column__box__txt {
		padding: 20px;
	}
	.Column__box__head {
		padding-bottom: 0;
		margin-bottom: 10px;
	}
}

/* 症例一覧 */
.Case .ColumnNav__list__box {
	display: block;
}
.Case .ColumnNav__list__item {
	width: 100%;
	border-radius: 0;
	text-align: left;
	margin: 0;
	padding: 10px 30px;
	border-bottom: 1px #fff solid;
}
.Case .ColumnNav__list__anchor {
	position: relative;
}
.Case .ColumnNav__list__anchor:before {
	content: "";
	width: 8px;
	height: 13px;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	mask-image: url(../../themes/medical-web5/img/common/icon/icon_arrow_s.svg);
	-webkit-mask-image: url(../../themes/medical-web5/img/common/icon/icon_arrow_s.svg);
	-webkit-transform: translateY(-50%);
	background: #fff;
}
.Case .Column__box__head {
	margin-bottom: 10px;
}
.Case .Column__label__anchor {
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	width: auto;
	overflow: initial;
	font-size: 1.4rem;
}
.Column__box__txt__txt {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 0 20px;
	flex-wrap: wrap;
}

.Column__box__txt__txt__item {
	width: calc(100% / 3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #ddd;
	line-height: 1.5;
	font-weight: bold;
	font-size: 1.4rem;
}
.Column__box__txt__txt__item:last-child {
	border-right: 1px solid #ddd;
}
.Column__box__txt__txt__item__txt {
	color: #ea545d;
}
.Case .Column__box__desc {
	font-size: 1.6rem;
	margin: 0 0 20px;
	line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
	.Column__title h1 {
		font-size: 20px;
	}
	.Case .ColumnNav__list__item {
		padding: 10px 20px;
	}
	.Column>.UnHeading2 {
		font-size: 20px;
	}
	.Case .Column__box {
		display: block;
	}
	.Case .Column__box__head {
		font-size: 16px;
	}
	.Case .Column__label__anchor {
		font-size: 1.2rem;
	}
	.Column__box__txt__txt {
		padding: 5px 0 15px;
	}
	.Column__box__txt__txt__item {
		width: calc(100% / 2);
		border-left: none;
	}
	.Column__box__txt__txt__item:not(:last-child) {
		margin-bottom: 10px;
	}
	.Column__box__txt__txt__item:first-child {
		border-right: 1px solid #ddd;
	}
	.Column__box__txt__txt__item:last-child {
		border-right: none;
	}
}

/* 20240923 */
.SubHeroNopic {
	background: #FFFAF8 !important;
}
.Column__label {
	width: initial;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.Column__label a {
	padding: 5px 10px;
	line-height: initial;
}

/* TOPバナー */
.TopBanner02 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
.TopBanner02 img {
	max-width: 100%;
}
@media screen and (max-width: 896px){
	.TopBanner02 {
		padding: 30px 10px;
	}
}

/* about-us */
.about-us {
	background: #FFFAF8;
	padding: 100px 0;
}
.about-us_contaner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about-us_contaner_text {
	width: 53%;
}
.about-us_contaner_text h3 {
	font-size: 3rem;
	margin-bottom: 30px;
}
.about-us_contaner_img {
	width: 43%;
}
.about-us_contaner_img img {
	max-width: 100%;
}
@media screen and (max-width: 896px){
	.about-us {
    padding: 50px 0;
}
	.about-us_contaner {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.about-us_contaner_text {
		width: 100%;
	}
	.about-us_contaner_text h3 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.about-us_contaner_img {
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
}

/* ACTIVITY */
.activity {
	padding: 100px 0;
}
.activity_contaner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.activity_contaner_text {
	width: 47%;
}
.activity_contaner_img {
	width: 44%;
}
.activity_contaner_img img {
	max-width: 100%;
}
@media screen and (max-width: 896px){
	.activity {
    padding: 50px 0;
}
	.activity_contaner {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 30px;
	}
	.activity_contaner_text {
		width: 100%;
	}
	.activity_contaner_img {
		width: 100%;
	}
}

/* FOR BEGINNER */
.for-beginner {
	padding: 100px 0;
}
.for-beginner_contaner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.for-beginner_contaner_text {
	width: 47%;
}
.for-beginner_contaner_img {
	width: 44%;
}
.for-beginner_contaner_img img {
	max-width: 100%;
}
@media screen and (max-width: 896px){
	.for-beginner {
    padding: 50px 0;
}
	.for-beginner_contaner {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 30px;
	}
	.for-beginner_contaner_text {
		width: 100%;
	}
	.for-beginner_contaner_img {
		width: 100%;
	}
}

/* OTHER CONTENTS */
.other-contents {
	padding: 100px 0;
}

.other-contentsList ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 50px 3.5%;
}

.other-contentsList ul li {
	width: 31%;
}

.other-contentsList_img {
	aspect-ratio: 4/2;
	margin-bottom: 10px;
}

.other-contentsList_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

.other-contentsList ul li a p {
	margin: 0 auto;
	padding-right: 30px;
	width: fit-content;
	text-align: center;
	font-size: 1.6rem;
	position: relative;
/* 	    font-weight: 300; */
}

.other-contentsList ul li a p::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 10px;
}

@media screen and (max-width: 896px){
	.other-contents {
	padding: 50px 0;
}
	.other-contents {
		padding: 50px 0;
	}
	.other-contentsList ul {
		gap: 30px;
		margin-bottom: 50px;
	}
	.other-contentsList ul li {
		width: 100%;
	}
}

.menu-global-container {
	position: relative;
	    padding: 0 40px;
}
.menu-global-container ul li a {
	position: relative;
}
.menu-global-container > ul > li:hover > a:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #FF885E;
	bottom: -10px;
	left: 0;
	position: absolute;
	    z-index: 1;
}
.menu-global-container > ul > li > .sub-menu {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 40px;
}
.menu-global-container > ul > li:hover > .sub-menu {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px 3%;
}
.menu-global-container > ul > li > .sub-menu > li  {
	width: calc(91% / 4);
}
.menu-global-container .sub-menu a {
	display: block;
	    padding-bottom: 15px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
	line-height: 1.3;
}
.menu-global-container .sub-menu .sub-menu {
	border-top: 1px solid #BBBBBB;
	    padding-top: 10px;
}
.menu-global-container .sub-menu .sub-menu li {
	    list-style: disc;
    margin-left: 1em;
    font-size: 1.4rem;
}
.menu-global-container .sub-menu .sub-menu li > a {
	    display: inline-block;
	vertical-align: text-top;
}
.menu-global-container .sub-menu .sub-menu li:hover > a:before {
	content: "";
	width: 95%;
	height: 1px;
	background: #FF885E;
	bottom: 8px;
	left: 0;
	position: absolute;
}

/* ドクター一覧調整 */
.Doctor__doctor_contaner {
	align-items: flex-start;
}
.Doctor__doctor_contaner_text {
	width: 53%;
}
.Doctor__doctor_contaner_text h3 {
	font-size: 3rem;
	margin-bottom: 30px;
}
.Doctor__doctor_contaner_img {
	width: 43%;
}
.Doctor .Doctor__Profile {
  display: flex;
  flex-direction: column;
}
.Doctor__Profile__pct {
  flex-shrink: 0;
}
.Doctor__Profile__txt {
  height: initial;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.Doctor__Profile__table {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.Doctor__Profile__table td {
  width: 100%;
}
.Doctor__Profile__table .name td {
  width: 100%;
	font-weight: 400;
}
.Doctor__Profile__table .name td span {
	letter-spacing: 0;
  font-size: 1.4rem;
}
.doctor_more_link {
  flex-shrink: 0;
}
@media screen and (max-width: 736px) {
	.Doctor__doctor_contanern {
		gap: 30px;
	}
	.Doctor__doctor_contaner_text {
		width: 100%;
	}
	.Doctor__doctor_contaner_text h3 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.Doctor__doctor_contaner_img {
		width: 100vw;
	}
  .Doctor__Profile__pct {
    width: 100%;
  }
}

/* 2025/07/24下層ページ */
/* FV */
.SubHero_single .SubHero__img {
  left: 0;
  transform: initial;
  background-color: #fcefe8;
}
.SubHero_single .SubHero__img img {
  width: auto;
  height: 100%;
}
.SubHero_single .SubHero__txt {
  max-width: 73%;
  color: #333;
  left: 27%;
}
.SubHero_single .SubHero__txt__head {
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.SubHero_single .SubHero__txt__head_en {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Shippori Mincho", serif !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.SubHero_single .SubHero__txt__head_en:before,
.SubHero_single .SubHero__txt__head_en:after {
  border-top: 1px solid;
  content: "";
  width: 0.8em;
}
.SubHero_single .SubHero__txt__head_en:before {
  margin-right: 0.3em;
}
.SubHero_single .SubHero__txt__head_en:after {
  margin-left: 0.1em;
}
.SubHero_single .SubHero__txt__head_catch {
	letter-spacing: 0.1em;
	font-weight: 390;
  font-size: 1.6rem;
}
@media screen and (max-width: 1600px) {
	.SubHero_single .SubHero__txt {
		max-width: 60%;
		left: 40%;
		width: calc(100vw - 655px);
        left: auto;
        right: 0;
        max-width: 57%;
	}
	.SubHero_single .SubHero__txt__head {
		font-size: 3rem;
	}
	.SubHero_single .SubHero__txt__head_en {
		font-size: 1.6rem;
	}
	.SubHero_single .SubHero__txt__head_catch {
    font-size: 1.4rem;
}
}
@media screen and (max-width: 896px) {
  .SubHero_single .SubHero__img {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 15px;
    position: static;
  }
  .SubHero_single .SubHero__img img {
    width: 100%;
    vertical-align: bottom;
  }
  .SubHero .SubHero__cont {
    height: 100%;
    max-height: 100%;
	margin-bottom: 30px;
  }
  .SubHero_single .SubHero__txt {
    width: 100%;
    max-width: 100%;
    position: static;
    transform: initial;
  }
  .SubHero_single .SubHero__txt__head {
		font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .SubHero .SubHero__txt__head_en {
    display: inline-block;
    font-size: 1.8rem;
  }
  .SubHero_single .SubHero__txt__head_en:before,
  .SubHero_single .SubHero__txt__head_en:after {
    display: inline-block;
    width: 15px;
    vertical-align: 20%;
  }
  .SubHero_single .SubHero__txt__head_catch {
    font-size: 1.4rem;
  }
}
/* 医師からの説明 */
.Sec.author_explanation {
  max-width: 100%;
  margin-bottom: 0;
}
.author_explanation {
  padding: 70px 0;
  background-color: #fffaf8;
}
.author_explanation_box {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
}
.author_explanation_box_item_img {
  flex-shrink: 0;
  width: 28%;
}
.author_explanation_box_item_img_img {
  margin-bottom: 5px;
}
.author_explanation_box_item_img_img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author_explanation_box_item_img_name_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.author_explanation_box_item_img_link {
  margin: 10px auto 0;
  padding: 10px 70px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  border-radius: 9999px;
  border: 1px solid #75757575;
	background-color: #fff;
  position: relative;
}
.author_explanation_box_item_img_link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 50px;
}
.author_explanation_box_item_text {
  width: 68%;
  padding: 30px;
  background-color: #f5f5f5;
}
.author_explanation_box_item_text_title {
  font-family: "Cardo", serif;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 20px;
}
/* PC時は常に全文表示（制限なし） */
.author_explanation_box_item_text_text {
  -webkit-line-clamp: unset;
  overflow: visible;
}
@media screen and (max-width: 896px) {
  .author_explanation {
    padding: 0 0 70px;
  }
  .author_explanation_box {
    padding: 15px;
    flex-direction: column;
    gap: 30px;
  }
  .author_explanation_box_item_img {
    width: 100%;
  }
  .author_explanation_box_item_img_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .author_explanation_box_item_img_img {
    width: 33%;
  }
  .author_explanation_box_item_img_name_box.sp {
    width: 60%;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
		flex-wrap: wrap;
		gap: 0 15px;
    margin-bottom: 0;
  }
	.author_explanation_box_item_img_name_en {
		width: 100%;
		font-weight: 390;
		font-size: 1.4rem;
	}
  .author_explanation_box_item_img_link {
    margin: 20px auto 0;
    padding: 10px 50px;
    width: 300px;
  }
  .author_explanation_box_item_text {
    padding: 15px;
    width: 100%;
  }
  .author_explanation_box_item_text_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .author_explanation_box_item_text_text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .author_explanation_box_item_text_text.open {
    -webkit-line-clamp: unset;
    overflow: visible;
  }
  .author_explanation_toggle {
    margin: 10px auto 0;
    text-align: center;
    color: #0284C7;
    text-decoration: underline !important;
  }
}
/* PICK UP CASE */
.Sec.pickupcaseCont {
  padding: 70px 0;
  margin-bottom: 0;
}
.Sec.pickupcaseCont .SecTitle {
  text-align: center;
  border: none;
}
.pickupcaseList_inner_box {
  background-color: #fffaf8;	
}
.pickupcaseList__blc {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fffaf8;
}
.pickupcaseList__blc:not(:last-of-type) {
  margin-bottom: 60px;
}
.pickupcaseList_inner_box .pickupcaseList__blc {
	margin-bottom: 0;
}
.pickupcaseList_inner_box:not(:last-of-type) {
	margin-bottom: 60px;
}
.pickupcaseList__blc__img-box {
  width: 43%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.pickupcaseList__blc__img-box::before {
  content: "";
  width: 13px;
  height: 13px;
  clip-path: polygon(15% 0, 15% 100%, 85% 50%);
  background-color: #bbb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
}
.pickupcaseList__blc__img-box_item {
  width: 47%;
  background-color: #f5f5f5;
}
.pickupcaseList__blc__img {
  aspect-ratio: 2.5/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pickupcaseList__blc__img img {
  width: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
.pickupcaseList__blc__img-box_item p {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif !important;
  color: #fff;
  font-size: 2.4rem;
}
.pickupcaseList__blc__img-box_item:first-of-type p {
  background-color: #757575;
}
.pickupcaseList__blc__img-box_item:last-of-type p {
  background-color: #ff885e;
}
.pickupcaseList__blc__info {
  width: 53%;
}
.pickupcaseList__blc__info dl {
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #bbbbbb75;
}
.pickupcaseList__blc__info dl dt {
  margin-right: 30px;
  flex-shrink: 0;
  width: 150px;
  font-weight: bold;
}
.pickupcaseList__blc__link {
  margin: 30px auto 0;
  padding: 10px 70px 10px 50px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  border-radius: 9999px;
  border: 1px solid #75757575;
  background-color: #fff;
  position: relative;
}
.pickupcaseList__blc__link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 50px;
}
.Sec.pickupcaseCont .author_explanation_box {
	padding-top: 0;
	background-color: transparent;
}
@media screen and (max-width: 896px) {
  .Sec.pickupcaseCont {
    padding: 40px 0;
  }
  .Sec.pickupcaseCont .SecTitle {
    margin-bottom: 20px;
  }
  .pickupcaseList_inner {
    padding: 0 15px;
  }
  .pickupcaseList__blc {
    padding: 30px 15px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
	.pickupcaseList__blc:not(:last-of-type) {
	  margin-bottom: 30px;
	}
	.pickupcaseList_inner_box .pickupcaseList__blc {
		margin-bottom: 0;
	}
	.pickupcaseList_inner_box:not(:last-of-type) {
		margin-bottom: 30px;
	}
  .pickupcaseList__blc__img-box {
    width: 100%;
  }
  .pickupcaseList__blc__info {
    width: 100%;
  }
  .pickupcaseList__blc__info dl dt {
		margin-right: 10px;
		width: 100px;
  }
  .pickupcaseList__blc__link {
    width: 300px;
    padding: 10px 50px 10px 30px;
  }
}
/* リスト型コンテンツ */
.Sec.ListCont {
  max-width: 100%;
  padding: 70px 0;
  margin-bottom: 0;
  background-color: #fffaf8;
}
.Sec.ListCont .SecTitle {
  text-align: center;
  border: none;
  margin-bottom: 80px;
}
.ListCont_img_box__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5%;
  margin-bottom: 50px;
}
.ListCont_img_box__item {
  width: 30%;
}
.ListCont_img_box__img {
  position: relative;
  margin-bottom: 20px;
}
.ListCont_img_box__img img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  border-radius: 9999px;
}
.ListCont_img_box__img__num {
  font-family: "Shippori Mincho", serif !important;
  font-weight: bold;
  color: #ff885e;
  font-size: 7rem;
  position: absolute;
  top: -10%;
  left: 5%;
}
.ListCont_img_box__title {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
.Trouble__wrap {
  padding: 30px 50px;
  border: none;
  border-radius: 0;
  background-color: #fff !important;
}
.ListTitle {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.Trouble__list {
  width: 100%;
  font-size: 1.6rem;
}
.Trouble__list li {
  padding-left: 30px;
  margin-bottom: 10px;
}
.Trouble__list li:before {
  width: 17px;
  height: 17px;
  top: 6px !important;
}
@media screen and (max-width: 896px) {
  .Sec.ListCont {
    padding: 40px 0;
  }
  .Sec.ListCont .SecTitle {
    margin-bottom: 40px;
  }
  .ListCont_img_box__wrap {
    flex-direction: column;
    gap: 30px;
  }
  .ListCont_img_box__item {
    width: 100%;
  }
  .ListCont_img_box__img {
    width: 100%;
    margin: 0 auto 20px;
  }
  .ListCont_img_box__img__num {
    font-size: 8rem;
  }
  .ListCont_img_box__title {
    text-align: center;
  }
  .Trouble__wrap {
    padding: 20px 15px;
  }
  .ListTitle {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .Trouble__list {
    font-size: 1.4rem;
  }
  .Trouble__list li {
    padding-left: 25px;
  }
  .Trouble__list li:before {
    width: 15px;
    height: 15px;
  }
}
/* フリーレイアウト */
.Sec.FreeCont {
  padding: 70px 15px;
  margin-bottom: 0;
}
.Sec.FreeCont .SecTitle {
  text-align: center;
  border: none;
}
.Sec.FreeCont .Useful__title {
  padding: 0;
}
.Sec.FreeCont .Useful__title .title__txt,
.Sec.FreeCont .title__txt {
  width: 100%;
  padding-left: 0;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: bold;
  color: #ff885e;
  font-size: 2.4rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff885e;
  margin-bottom: 30px;
  position: static;
}
.Sec.FreeCont .Useful__title .title__txt::before {
  content: initial;
}
.Sec.FreeCont .underline {
  text-decoration: underline;
}
.MeritDemerit__blc {
  margin-bottom: 48px;
}
.MeritDemerit__lists {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}
.MeritDemerit__lists__item {
  width: 48%;
}
.MeritDemerit__lists__item.Merit__list {
  background-color: #fcefe8;
}
.MeritDemerit__lists__item.Demerit__list {
  background-color: #f5f5f5;
}
.MeritDemerit__lists__item__ttl {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MeritDemerit__lists__item.Merit__list .MeritDemerit__lists__item__ttl {
  background-color: #ff885e;
}
.MeritDemerit__lists__item.Demerit__list .MeritDemerit__lists__item__ttl {
  background-color: #757575;
}
.MeritDemerit__lists__item h4 {
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
}
.MeritDemerit__lists__item h4::before {
  content: "";
  width: 23px;
  height: 23px;
	border-radius: 9999px;
	box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
.MeritDemerit__lists__item.Merit__list h4::before {
  border: 1px solid #fff;
}
.MeritDemerit__lists__item.Demerit__list h4::before,
.MeritDemerit__lists__item.Demerit__list h4::after {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: -30px;
}
.MeritDemerit__lists__item.Demerit__list h4::before {
  transform: translateY(-50%) rotate(45deg);
}
.MeritDemerit__lists__item.Demerit__list h4::after {
  transform: translateY(-50%) rotate(-45deg);
}
.MeritDemerit__lists__item__box__items {
  padding: 30px 40px 30px 60px;
}
.MeritDemerit__lists__item__box__items li {
  list-style: disc;
}
.MeritDemerit__lists__item__box__items li:not(:last-of-type) {
  margin-bottom: 10px;
}
.ThreeCol__blc {
  margin-bottom: 48px;
}
.ThreeCol__lead {
  margin-bottom: 40px;
}
.ThreeCol__contents {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px 3.5%;
}
.ThreeCol__item {
  padding: 30px 30px 20px;
  width: 31%;
  display: flex;
  flex-direction: column;
  background-color: #fffaf8;
}
.ThreeCol__img {
  margin-bottom: 20px;
}
.ThreeCol__img img {
  aspect-ratio: 2/1;
  width: 100%;
  object-fit: cover;
}
.ThreeCol__itemTitle {
  font-weight: bold;
  font-size: 2rem;
}
.ThreeCol__itemTxt {
	margin-top: 15px;
}
.ThreeCol__item_link {
  margin: 25px auto 0;
  padding: 10px 70px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  border-radius: 9999px;
  border: 1px solid #75757575;
  background-color: #fff;
  position: relative;
}
.ThreeCol__item_link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 50px;
}
@media screen and (max-width: 896px) {
  .Sec.FreeCont {
    padding: 40px 15px;
  }
  .Sec.FreeCont .SecTitle {
    margin-bottom: 30px;
  }
  .Sec.FreeCont .Useful__title .title__txt,
  .Sec.FreeCont .title__txt {
    font-size: 1.8rem;
  }
  .Useful_cont--r .Pct__round,
  .Useful_cont--l .Pct__round {
    width: 100%;
  }
  .MeritDemerit__lists {
    flex-direction: column;
    gap: 20px;
  }
  .MeritDemerit__lists__item {
    width: 100%;
  }
  .MeritDemerit__lists__item__ttl {
    padding: 5px 0;
  }
  .MeritDemerit__lists__item h4 {
    font-size: 1.8rem;
  }
.MeritDemerit__lists__item h4::before {
	width: 20px;
	height: 20px;
	left: -25px;
}
.MeritDemerit__lists__item.Demerit__list h4::before,
.MeritDemerit__lists__item.Demerit__list h4::after {
	width: 21px;
	left: -25px;
}
  .MeritDemerit__lists__item__box__items {
    padding: 20px 20px 20px 40px;
  }
  .ThreeCol__contents {
    flex-direction: column;
    gap: 30px;
  }
  .ThreeCol__item {
    width: 100%;
    padding: 30px 20px 25px;
  }
  .ThreeCol__itemTitle {
    font-size: 1.8rem;
  }
	.ThreeCol__itemTxt {
		margin-top: 15px
	}
  .ThreeCol__item_link {
		margin-top: 20px;
    width: 300px;
    padding: 10px 50px;
  }
}
/* ドクター */
.Sec.doctorCont {
  max-width: 100%;
  padding: 70px 0;
  background-color: #fffaf8;
  margin-bottom: 0;
}
.Sec.doctorCont .SecTitle {
  text-align: center;
  border: none;
}
.DoctorIntro_img {
  margin-bottom: 50px;
}
.DoctorIntro_img img {
  width: 100%;
}
.DoctorIntro_youtube_box {
  padding: 30px 80px;
  background-color: #fff;
  margin-bottom: 50px;
}
.DoctorIntro_youtube {
  margin-bottom: 20px;
}
.DoctorIntro_youtube iframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}
.DoctorIntro_textarea {
  margin-bottom: 50px;
}
.DoctorIntro_textarea span {
  font-weight: bold;
}
.author_info_item {
  padding: 30px 60px;
  background-color: #fff;
  margin-bottom: 50px;
}
.author_info_item:last-of-type {
  margin-bottom: 0;
}
.author_info_item_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.author_info_item_box_item_img {
  width: 32%;
}
.author_info_item_box_item_img_box {
	margin-bottom: 10px;
}
.author_info_item_box_item_img_box img {
  width: 100%;
  aspect-ratio: 4.2/5.8;
  object-fit: cover;
  vertical-align: bottom;
}
.author_info_item_box_item_img_link {
  margin: 20px auto 0;
  padding: 10px 50px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  border-radius: 9999px;
  border: 1px solid #75757575;
  position: relative;
}
.author_info_item_box_item_img_link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 30px;
}
.author_info_item_box_item_text_box {
  width: 62%;
}
.author_info_item_box_item_text_profile {
  line-height: 1.5;
  font-size: 1.4rem;
}
.author_info_item_box_item_text_name_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.author_info_item_box_item_text_name {
  margin-right: 20px;
  font-weight: bold;
  font-size: 2.4rem;
}
.author_info_item_box_item_text_name_en {
  font-weight: bold;
}
.author_info_item_box_item_text {
  padding: 30px;
  background-color: #f5f5f5;
  margin-bottom: 25px;
}
.author_info_item_box_images {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4%;
}
.author_info_item_box_image {
  width: 48%;
}
.author_info_item_box_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.author_info_item_4column h3 {
  font-weight: bold;
  color: #ff885e;
  font-size: 2.2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  margin-bottom: 50px;
}
.author_info_item_4column_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 2%;
}
.author_info_item_4column_item {
  width: 23.5%;
}
.author_info_item_4column_item_img {
  margin-bottom: 10px;
}
.author_info_item_4column_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
.author_info_item_4column_item_text {
  line-height: 1.5;
	text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 896px) {
  .Sec.doctorCont {
    padding: 40px 0;
  }
  .Sec.doctorCont .SecTitle {
    margin-bottom: 30px;
  }
  .DoctorIntro_youtube_box {
    padding: 20px;
  }
  .DoctorIntro_youtube iframe {
    height: 180px;
    border-radius: 5px;
  }
  .author_info_item {
    padding: 20px 10px;
  }
  .author_info_item_box {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 30px;
  }
  .author_info_item_box_item_img {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .author_info_item_box_item_img_box {
    width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	margin-bottom: 0;
  }
	.author_info_item_box_item_img_box img {
		width: 33%;
	}
  .author_info_item_box_item_text_profile_box.sp {
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }
  .author_info_item_box_item_text_profile {
    order: 2;
    letter-spacing: 0.05em;
  }
  .author_info_item_box_item_text_name_box {
		width: 60%;
		margin-bottom: 0;
  }
  .author_info_item_box_item_text_name {
    font-size: 2rem;
  }
  .author_info_item_box_item_text_box {
    width: 100%;
  }
  .author_info_item_box_item_text {
    padding: 10px;
    margin-bottom: 20px;
  }
  .author_info_item_box_item_img_link {
    margin: 0 auto;
  }
  .author_info_item_box_item_img_link::before {
    right: 30px;
  }
  .author_info_item_4column h3 {
    margin-bottom: 30px;
  }
  .author_info_item_4column_list {
    gap: 20px 4%;
  }
  .author_info_item_4column_item {
    width: 48%;
  }
  .author_info_item_4column_item_text {
    font-size: 1.2rem;
  }
}
/* 症例紹介 */
.Sec.treatmentSelectCont {
  max-width: 100%;
  padding: 70px 0;
  margin-bottom: 0;
}
.Sec.treatmentSelectCont .SecTitle {
  text-align: center;
  border: none;
}
.Sec.treatmentSelectCont .slick-track {
  display: flex;
}
.Sec.treatmentSelectCont .top_caseList__blc {
  height: auto !important;
  margin-right: 1vw !important;
  margin-left: 1vw !important;
  background-color: #fffaf8;
}
.Sec.treatmentSelectCont .top_caseList__blc a {
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  .Sec.treatmentSelectCont {
    padding: 40px 0;
  }
}
/* FAQ */
.Sec.FaqCont {
  max-width: 100%;
  padding: 70px 0;
  margin-bottom: 0;
  background-color: #fffaf8;
}
.Sec.FaqCont .SecTitle {
  text-align: center;
  border: none;
}
.Sec.FaqCont .FaqList__blc {
  background-color: #fff;
}
.Sec.FaqCont .FaqList__blc.FaqList__blc--last {
	margin-bottom: 60px;
}
.Sec.FaqCont .FaqList__blc.FaqList__blc--last:last-of-type {
	margin-bottom: 0;
}
.Sec.FaqCont .FaqList__head {
	width: 100%;
	padding-left: 0;
	letter-spacing: 0.08em;
	line-height: 1.5;
	font-weight: bold;
	color: #ff885e;
	font-size: 2.4rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #ff885e;
	margin-bottom: 30px;
}
.Sec.FaqCont .FaqList__blc__q {
  color: #ff885e;
  background-color: #fff;
  cursor: initial;
}
.Sec.FaqCont .FaqList__blc__q::before {
  font-family: "Shippori Mincho", serif !important;
  color: #ff885e;
}
.Sec.FaqCont .FaqList__blc__q::after {
  content: initial;
}
.Sec.FaqCont .FaqList__blc__a {
  display: block;
  background-color: #fff;
}
.Sec.FaqCont .FaqList__blc__a::before {
  font-family: "Shippori Mincho", serif !important;
  color: #ff885e;
}
@media screen and (max-width: 896px) {
  .Sec.FaqCont {
    padding: 40px 0;
  }
	.Sec.FaqCont .FaqList__blc.FaqList__blc--last {
		margin-bottom: 40px;
	}
	.Sec.FaqCont .FaqList__blc.FaqList__blc--last:last-of-type {
		margin-bottom: 0;
	}
	.Sec.FaqCont .FaqList__head {
		font-size: 1.8rem;
	}
}
/* 流れ */
.Sec.FlowCont {
  padding: 70px 30px;
  margin-bottom: 0;
}
.Sec.FlowCont .SecTitle {
  text-align: center;
  border: none;
}
.Process__blc_box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px 3.5%;
}
.Process__blc .title__num {
  margin-right: 0;
  font-family: "Shippori Mincho", serif !important;
  font-weight: bold;
  color: #fff !important;
  font-size: 2.5rem;
  border: none;
  background-color: #ff885e;
  top: -20px;
  left: -20px;
}
.Process__blc__arrow {
  width: 20px;
  height: 20px;
  clip-path: polygon(20% 0, 20% 100%, 80% 50%);
  background-color: #bbbbbb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
}
.Process__blc:nth-of-type(3) .Process__blc__arrow,
.Process__blc:last-of-type .Process__blc__arrow {
  display: none;
}
.Process__blc {
  padding: 40px;
  width: 31%;
  display: block;
  border-radius: 0;
  background-color: #fffaf8;
  margin-bottom: 0;
  position: relative;
}
.Process__blc__pct {
  width: 100%;
  margin-bottom: 20px;
}
.Process__blc__cont {
  width: 100%;
}
.Sec.FlowCont .Process__blc__title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: none;
  margin-bottom: 20px;
}
.Process__blc__cont a {
  color: #0284C7;
  text-decoration: underline;
}
.Sec.FlowCont a.btn--base {
	max-width: 100%;
	color: #fff;
	text-decoration: none;
	border-radius: 9999px;
	background-color: #ff9966;
}
.Treatment__blc {
	background-color: #e2aeae1a;
}
@media screen and (max-width: 896px) {
  .Sec.FlowCont {
    padding: 40px 0;
    margin: 0 15px;
  }
  .Process__blc_box {
		margin-top: 60px;
    flex-direction: column;
    gap: 60px;
  }
  .Process__blc {
    width: 100%;
    padding: 30px 20px;
  }
  .Process__blc .title__num {
    top: -35px;
    left: 20px;
  }
  .Process__blc__arrow {
    width: 18px;
    height: 18px;
    top: initial;
    transform: rotate(90deg);
    bottom: -42px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .Process__blc:nth-of-type(3) .Process__blc__arrow {
    display: block;
  }
	.Sec.FlowCont a.btn--base {
		width: 300px !important;
	}
}
/* 施術概要やリスク */
.Sec.TableCont {
  max-width: 100%;
  padding: 70px 0;
  margin-bottom: 0;
  background-color: #fffaf8;
}
.Sec.TableCont .SecTitle {
  text-align: center;
  border: none;
}
.Sec.TableCont .Condition__table.Condition__table_simple th {
  color: #fff;
  background-color: #ff885e;
}
.Sec.TableCont .Condition__table.Condition__table_simple td {
  text-align: left;
  background-color: #fff;
}
.Sec.TableCont .Condition__table.Condition__table_simple td a {
  color: #0284c7;
  text-decoration: underline;
    word-break: break-all;
}
.Sec.TableCont .Note {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  .Sec.TableCont {
    padding: 40px 0 !important;
    margin-bottom: 0 !important;
  }
  .Sec.TableCont .Note {
    padding: 15px;
  }
}
/* 料金 */
.Sec.priceTableCont {
  max-width: 100%;
  padding: 70px 0;
  background-color: #fffaf8;
  margin-bottom: 0;
}
.Sec.priceTableCont .SecTitle {
  text-align: center;
  border: none;
}
.priceTableCont__note {
	text-align: center;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 390;
	margin-bottom: 20px;
}
.js-scrollable.scroll-hint {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-height: none !important;
  -webkit-overflow-scrolling: touch;
}
.Sec.priceTableCont .Condition__table-scroll .scroll-hint-icon {
	top: calc(50% - 40px);
}
.Sec.priceTableCont .priceTableCont_block:not(:last-of-type) {
  margin-bottom: 50px;
}
.Sec.priceTableCont .Condition__table {
  width: 100%;
  border: none;
  margin-bottom: 10px;
}
.Sec.priceTableCont .priceTableCont_title {
  font-family: "Noto Sans JP", sans-serif;
  color: #ff885e;
  padding: 5px;
  border-bottom: 2px solid;
}
.Sec.priceTableCont .Condition__table tr {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
  border-bottom: 1px dashed #ff885e !important;
}
.Sec.priceTableCont .Condition__table td {
  width: 35%;
  padding: 20px 20px 20px 0;
  border-right: none;
  font-size: 1.6rem;
  border-bottom: none !important;
}
.Sec.priceTableCont .Condition__table td:first-of-type {
	flex-shrink: 0;
}
.Sec.priceTableCont .Condition__table td:nth-of-type(2),
.Sec.priceTableCont .Condition__table td:nth-of-type(3) {
  width: 20%;
}
.Sec.priceTableCont .Condition__table td:last-of-type {
	flex-shrink: 0;
	flex-grow: 1;
	width: 25%;
  text-align: right;
}
.Sec.priceTableCont .priceTableCont_note {
  margin-top: 10px;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
	.priceTableCont__note {
		font-size: 1.4rem;
		margin-bottom: 0;
	}
  .Sec.priceTableCont {
    padding: 40px 0;
  }
  .Sec.priceTableCont .js-scrollable table {
    min-width: 500px;
  }
  .Sec.priceTableCont .Condition__table-scroll {
    overflow-x: scroll;
  }
/*   .Sec.priceTableCont .Condition__table {
    width: max-content;
  } */
  .Sec.priceTableCont .Condition__table td {
    display: table-cell !important;
    padding: 15px 15px 15px 0;
    font-size: 1.4rem;
  }
/* 	.Sec.priceTableCont .Condition__table td:nth-of-type(2),
	.Sec.priceTableCont .Condition__table td:nth-of-type(3) {
		text-align: center;
	} */
  .Sec.priceTableCont .Condition__table td:last-of-type {
		width: max-content;
    padding-right: 15px;
		text-align: left;
  }
/*   .Sec.priceTableCont .Condition__table td:first-of-type {
		text-align: left;
  } */
  .Sec.priceTableCont .priceTableCont_note {
    padding: 15px;
  }
}
/* 選ばれる理由 */
.Sec.strengthsCont {
  max-width: 100%;
  padding: 70px 0;
  background-color: #fffaf8;
  margin-bottom: 0;
}
.Sec.strengthsCont .SecTitle {
  text-align: center;
  border: none;
}
.Sec.strengthsCont .strengthsList__blc {
  border: none;
  background: #fff !important;
  margin-bottom: 60px;
}
.Sec.strengthsCont .strengthsList__blc:last-of-type {
  border: none;
}
.Sec.strengthsCont .strengthsList__blc__txt {
  width: 50%;
  padding: 40px 0 40px 40px;
  background-color: #fff;
  position: static;
}
.Sec.strengthsCont .strengthsList__blc__txt h3 {
  margin-bottom: 30px;
}
.Sec.strengthsCont .strengthsList__blc__txt h3::before {
  transform: initial;
  background: linear-gradient(to right, #ff885e, #ffdead);
}
.Sec.strengthsCont .title__num {
  position: absolute;
  left: 10px;
}
.Sec.strengthsCont .strengthsList__blc__img {
  width: 50%;
}
.Sec.strengthsCont .strengthsList__blc__img::after {
  background-image: linear-gradient(
    270deg,
    transparent 0 60%,
    #fff 100%
  ) !important;
}
@media screen and (max-width: 896px) {
  .Sec.strengthsCont .strengthsList__blc {
    display: flex;
    flex-direction: column;
  }
  .Sec.strengthsCont .strengthsList__blc__txt {
    width: 100%;
    padding: 20px 15px 0;
    margin-bottom: 20px;
  }
  .Sec.strengthsCont .strengthsList__blc__txt h3 {
    margin-bottom: 20px;
  }
  .Sec.strengthsCont .strengthsList__blc__img {
    width: 100%;
  }
}
/* モニター */
.campaignCont {
  max-width: 100%;
  padding: 70px 0;
  margin-bottom: 0;
  background-color: #fffaf8;
}
.campaignCont .SecTitle {
  text-align: center;
  border: none;
}
.Sec.campaignCont .campaignList {
  flex-wrap: wrap;
  gap: 4%;
}
.Sec.campaignCont .campaignList__blc {
  width: 48%;
  margin-bottom: 50px;
}
.Sec.campaignCont  .campaignList__blc__txt {
	margin-top: 20px;
}
.Sec.campaignCont .top_more_button {
	margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .Sec.campaignCont {
    padding: 40px 0;
  }
  .Sec.campaignCont .campaignList {
    gap: 50px;
    margin-bottom: 50px;
  }
  .Sec.campaignCont .campaignList__blc {
    width: 100%;
    margin-bottom: 0;
  }
}
/* 監修医師 */
.Sec.supervisorCont {
  max-width: 100%;
  padding: 70px 0;
  margin-bottom: 0;
  background-color: #fffaf8;
}
.Sec.supervisorCont .SecTitle {
  text-align: center;
  border: none;
}
.Sec.supervisorCont .supervisor_box {
  padding: 30px;
  background-color: #fff;
}
.Sec.supervisorCont .author_explanation_box {
  padding: 0;
  background-color: initial;
  margin-bottom: 60px;
}
.Sec.supervisorCont .DoctorData__container {
  margin-bottom: 60px;
}
@media screen and (max-width: 896px) {
  .Sec.supervisorCont {
    padding: 40px 0;
  }
  .Sec.supervisorCont .supervisor_box {
    padding: 15px;
  }
  .Sec.supervisorCont .author_explanation_box {
    margin-bottom: 30px;
  }
  .Sec.supervisorCont .DoctorData__container {
    margin-bottom: 30px;
  }
}
/* 保有資格 */
.Sec.credentialsCont {
  max-width: 100%;
  padding: 70px 0;
  margin-bottom: 0;
}
.Sec.credentialsCont .SecTitle {
  text-align: center;
  border: none;
}
.Sec.credentialsCont .credentialsCont__lead {
  text-align: center;
  margin-bottom: 50px;
}
.Sec.credentialsCont .credentialsCont__block_01 {
  margin-bottom: 60px;
}
.Sec.credentialsCont .credentialsCont__block_01 .credentialsCont__text {
  padding: 30px;
  line-height: 1.5;
  background-color: #f5f5f5;
}
.Sec.credentialsCont .credentialsCont__block_01 .top_more_button {
  margin-top: 50px;
}
.Sec.credentialsCont .credentialsCont__block_02 {
  padding: 30px;
  background-color: #fcefe8;
}
.Sec.credentialsCont .credentialsCont__block_02 .credentialsCont__subtitle {
  font-weight: bold;
  color: #ff885e;
  font-size: 2.2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.Sec.credentialsCont .credentialsCont__block_02 .credentialsCont__text {
  line-height: 1.5;
}
.Sec.credentialsCont .credentialsCont__block_02 .top_more_button {
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .Sec.credentialsCont {
    padding: 40px 0;
  }
  .Sec.credentialsCont .MainLabel .MainLabel__en {
    font-size: 2.4rem;
  }
  .Sec.credentialsCont .credentialsCont__lead {
    text-align: left;
    margin-bottom: 30px;
  }
  .Sec.credentialsCont .credentialsCont__block_01 {
    margin-bottom: 40px;
  }
  .Sec.credentialsCont .credentialsCont__block_01 .credentialsCont__text {
    padding: 15px;
    line-height: 1.8;
  }
  .Sec.credentialsCont .credentialsCont__block_01 .top_more_button {
    margin-top: 30px;
  }
  .Sec.credentialsCont .credentialsCont__block_02 {
    padding: 15px 15px 25px;
  }
  .Sec.credentialsCont .credentialsCont__block_02 .credentialsCont__subtitle {
    font-size: 2rem;
  }
  .Sec.credentialsCont .credentialsCont__block_02 .credentialsCont__text {
    line-height: 1.8;
  }
}

/* テーブルスクロール */
@media screen and (max-width: 896px) {
	.js-scrollable table {
		    min-width: 720px;
	}
    .Condition__table th {
        width: 20%;
	}
	.Condition__table td {
        width: 80%;
	}
	.scroll-hint .scroll-hint-text {
  white-space: nowrap;   /* 改行させない */
}
}

/* FV高さ */
@media screen and (min-width: 897px) {
.SubHero__cont {
    height: 346px;
}
}
@media screen and (max-width: 896px) {
    .SubHero.SubHero_notext .SubHero__cont {
        height: 50vw;
		margin-bottom: 0;
    }
}

/* パンくず */
.Breadcrumbs {
	margin: 0;
	padding: 0 15px;
	padding-top: 50px;
	background-color: #fffaf8;
	    max-width: 100%;
}
.Breadcrumb {
	    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
@media only screen and (max-width: 896px) {
	.SubHero {
		margin-bottom: 0;
	}
	.Breadcrumbs {
	padding: 40px 15px 0;
    }
}

/* ロゴ */
.Header__logo {
    display: flex;
}

/* フリーレイアウト見出し下テキスト */
.SecLead,
.Sec .SecLead {
  text-align: left;
}

/* ご予約・お問い合わせはこちら */
.Cv__contact {
  background-color: #ff885e;
}
.Cv__contact.top .contact__tel:before {
  background-color: #fff !important;
}
.Cv__contact .MainLabel .MainLabel__en,
.Cv__contact .MainLabel .MainLabel__jp,
.Cv__contact .contact__cont-box dl dt,
.Cv__contact.top .contact__tel,
.Cv__contact .contact__tel a,
.Cv__contact .contact__tel__other,
.Cv__contact .contact__tel__other a,
.Cv__contact .Cv__contact__text {
  color: #fff !important;
}
.Cv__contact .contact__cont-box .reservedBtn {
  background-color: #fff !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	width: 100%;
}
.Cv__contact .reservedBtn p,
.Cv__contact .Cv__contact__sns-box_title {
  color: #ff885e;
}
.Cv__contact .reservedBtn .reservedBtn_line p {
  color: #34c754;
}
.Cv__contact .contact__tel__other,
.Cv__contact .contact__tel__other a {
	font-family: "Inter", sans-serif;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
.Cv__contact .tel__button {
	width: 30%;
}
.Cv__contact .tel__button .contact__tel__cont {
	width: 100%;
}
}

/* h1非表示 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* フッターメニュー調整 */
.FooterNav__menu .sub-menu li .sub-menu {
	flex-direction: column;
}
.FooterNav__menu .sub-menu li .sub-menu li {
	padding: 2px 0;
	font-size: 1.2rem;
}

/* ボタンカラー */
.btn--base {
	font-weight: 390;
	background-color: #ff9966;
	border-radius: 50px;
}

/* アクセスページ */
.Schedule .Schedul__table td {
	color: #333!important;
}
.About__access__blc dt:before {
    background: #333!important;
}

/* 選ばれる理由コンテンツ */
.Sec.strengthsCont .strengthsList__blc:last-child {
    margin-bottom: 0px;
}
@media screen and (max-width: 896px) {
    .Sec.strengthsCont {
        padding: 40px 0;
    }
}

/* テーブルコンテンツ */
.Condition__table {
    width: 100%;
}
.Table__head {
	margin-top: 50px;
}

/* スライダー読み込み時崩れ調整 */
.menu_awards__blc {
  opacity: 0;
  transition: opacity .3s;
}
.menu_awards__blc.slick-initialized {
  opacity: 1;
}
.Top-fv__cont {
  opacity: 0;
  transition: opacity .3s;
}
.Top-fv__cont.slick-initialized {
  opacity: 1;
}
.top-equipment_slider {
  opacity: 0;
  transition: opacity .3s;
}
.top-equipment_slider.slick-initialized {
  opacity: 1;
}
.top_caseList_slider {
	opacity: 0;
	transition: opacity .3s;
}
.top_caseList_slider.slick-initialized {
	opacity: 1;
}
.Staff_cont {
	opacity: 0;
	transition: opacity .3s;
}
.Staff_cont.slick-initialized {
	opacity: 1;
}

/* 診療一覧 */
.Subject {
    padding: 70px 0 0;
    margin-bottom: 0;
	    background-color: #fffaf8;
}
.Subject_mainlabel.MainLabel {
    margin-bottom: 0;
}
.Subject__cont {
    width: 100%;
    display: block;
    max-width: 100%;
}
.Subject__blc1 {
	    padding: 70px 0;
}
.Subject__blc1:nth-child(odd) {
	    background: #fff;
}
.Subject__blc__text {
    position: initial;
	    text-shadow: none;
	    justify-content: flex-start;
	    gap: 20px;
	margin-bottom: 20px;
}
.Subject__blc__title-en {
    font-family: "Cormorant Garamond", serif !important;
	    color: #FF885E;
    font-size: 5.6rem;
	    line-height: 1;
}
.Subject__blc__text h3 {
	    margin-top: 5px;
}
.Subject__blc__excerpt {
	    margin-bottom: 40px;
}
.Subject__blc__box {
	    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.Subject__blc__img {
	    width: 30%;
}
.Subject__blc__img img {
	    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-width: 100%;
}
.Subject__blc__box_text {
	    width: 65%;
}
.Subject__children {
	    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 4%;
}
.Subject__children__item {
	width: 48%;
}
.Subject__children__item a {
	position: relative;
	    padding-left: 30px;
    display: inline-block;
}
.Subject__children__item a::before {
	content: "";
	position: absolute;
	    width: 12px;
    height: 12px;
    background: #FF885E;
    top: 10px;
    left: 0;
}
@media screen and (max-width: 896px) {
	.Subject {
    padding: 40px 0 0;
}
	.Subject__blc1 {
	    padding: 40px 0;
}
	.Subject__blc__title-en {
    font-size: 4rem;
}
	.Subject__blc__excerpt {
    margin-bottom: 20px;
}
	.Subject__blc__box {
    flex-direction: column;
		    gap: 20px;
}
	.Subject__blc__img {
    width: 100%;
}
	.Subject__blc__box_text {
    width: 100%;
}
	.Subject__children {
    gap: 10px;
}
	.Subject__children__item {
    width: 100%;
}
	.Subject__children__item a::before {
    width: 10px;
    height: 10px;
    top: 7px;
}
}

/* WEB予約モーダル */
.reserveModal {
  display: none;
}
.reserveModal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
	    white-space: normal;
}

.reserveModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.reserveModal__content {
  position: relative;
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  z-index: 1;
  max-width: 900px;
  width: 90%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease;
}

.reserveModal__title {
      font-size: 2.8rem;
    margin-bottom: 40px;
    color: #FF885E;
    position: relative;
}
.reserveModal__title::after {
	content: "";
	position: absolute;
	    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 3px;
    background: #FF885E;
}

.reserveModal__buttons_item:not(:last-child) {
	margin-bottom: 30px;
}

.reserveModal__buttons p {
	    text-align: center;
	    font-weight: 500;
}

.reserveModal__buttons a {
      display: block;
    margin: 10px auto;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-color: #FF885E;
    transition: background 0.2s;
    text-align: center;
    max-width: 400px;
}
.reserveModal__buttons_item.line a {
    background-color: #2ac755;
    padding-left: 45px;
}
.reserveModal__buttons_item a:hover {
    opacity: 0.8;
}
.reserveModal__buttons_item.line a span {
	position: relative;
}
.reserveModal__buttons_item.line a span::before {
	    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: -2px;
    left: -34px;
    margin: auto;
    background-size: contain;
	    background-repeat: no-repeat;
}
.reserveModal__buttons_item p span {
  display: block;
	font-size: 1.2rem;
	    font-weight: 390;
}

.reserveModal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
	    color: #333;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media screen and (max-width: 896px){
	.reserveModal__title {
    font-size: 2rem;
}
	.reserveModal__title::after {
    width: 150px;
    height: 2px;
}
}

.SubHeroNopic {
    margin-bottom: 0;
}

/* PCヘッダーメニュー調整 */
.menu-global-container > ul > li:nth-of-type(5) > .sub-menu > li {
  width: calc(91% / 2);
}
.Header__cont {
    max-width: 1400px;
}
.menu-global-container {
    padding: 0 80px;
}
#menu-item-15530 > ul {
	overflow-y: scroll;
	height: calc(100vh - 60px);
}

/* お知らせ詳細 */
.News__blc h2 {
	text-align: center;
	font-size: 3.4rem;
}
.News__blc h3 {
    font-size: 2.4rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff885e;
}
.News__btnCont a {
	max-width: 310px;
	margin: 0 auto;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	border: 1px solid #75757575;
	background-color: #fff;
	position: relative;
}
.News__btnCont a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 40px;
}
@media screen and (max-width: 896px) {
	.News__blc h2 {
		font-size: 2.4rem;
	}
	.News__blc h3 {
			font-size: 1.8rem;
	}
}

/* reCAPTCHA調整 */
.grecaptcha-badge {
	bottom: 70px !important;
}
@media screen and (max-width: 896px) {
	.grecaptcha-badge {
		bottom: 135px !important;
	}
}

/* フッター調整（SP） */
@media (max-width: 896px) {
  .footer-accordion .sub-menu {
    display: flex;              /* 常に flex のまま */
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 20px;            /* 閉じているときは上下 0（左右だけ 20px） */
    margin-bottom: 0;
    pointer-events: none;       /* 閉じているときはクリックさせない */
    transition: max-height 0.25s ease, opacity 0.25s ease;
  }

  .footer-accordion .sub-menu.open {
    max-height: 1000px;         /* 中身より少し大きい値に調整 */
    opacity: 1;
    padding: 20px;              /* 開いたときだけ上下も 20px（元の見た目と同じ） */
    pointer-events: auto;
  }
}

/* ヘッダーメニュー非表示 */
/* #megamenu {
        display: none !important;
    } */

/* PSI対応 */
@media screen and (max-width: 896px){
	.Subject__blc,.Subject__blc:hover,.Examination__blc,.Examination__blc:hover,.Greeting_pct img,.btn--base,.btn--base:hover,.reservedBtn,.reservedBtn:hover,.slick-arrow,.Greeting_pct,.About__lower__nav .menu a{transition:none;}
}

/* iPad対応 */
@media screen and (min-width:897px) and (max-width:896px){.Header{min-width:auto;background-color:#fff;height:60px;padding:0;position:fixed;overflow:hidden;}.Header__sp{display:-webkit-box;display:-ms-flexbox;display:flex;}.spnav-menu{display:block;}.Header__address p{display:none;}.Header__cont{max-width:100%;}.Header__left{padding:8px 0 8px 10px;}.Header__logo{margin-right:0;}.Header__logo img{max-height:40px;max-width:100%;}.Header__right{display:none;}.HeroBnr__info{bottom:10px;left:auto;width:100%;border-radius:10px;font-size:1.4rem;position:static;background-color:#ffffffe6;padding:14px 44px 14px 14px;}.HeroBnr__info dl{-ms-flex-wrap:wrap;flex-wrap:wrap;}.HeroBnr__info dl dt{width:100%;text-align:left;margin-bottom:.6em;padding-left:1.7em;}.HeroBnr__info dl dd{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;letter-spacing:0;}.HeroBnr__info__date{margin-right:.7em;}.HeroBnr__info__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.Greeting{width:auto;padding:40px 0 0;overflow:hidden;border-radius:0;margin:0 0 64px;}.Greeting .MainLabel .MainLabel__en{font-size:5.5rem;letter-spacing:.1em;}.Greeting_pct_01{bottom:0;right:5px;}.Greeting_pct img{bottom:-30px;position:absolute;}.Greeting_pct_02, .Greeting_pct_03{display:none;}.Greeting__signature{font-size:1.4rem;text-align:left;}.Greeting__signature img{height:2.5em;}.About__lower__nav{width:100%;margin:0 20px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.About__lower__nav .menu{font-size:1.5rem;border-top:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;}.About__lower__nav .menu .menu__item__greeting{background-size:1.1em auto;}.About__lower__nav .menu .menu__item__first{background-size:1.2em auto;}.About__lower__nav .menu .menu__item__flow{background-size:1.05em auto;}.About__lower__nav .menu .menu__item__access{background-size:1.1em auto;}.About__lower__nav .menu__item__recruit{background-position:left .15em center;background-size:1.4em auto;}.About__lower__nav .menu a{padding:.75em 0 .75em 2em;}.About__lower__info{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:32px;}.About__lower__info h3{font-size:1.8rem;}.About__access{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 20px 32px;}.About__lower__nav .menu li{width:47%;margin-bottom:.6em;}.About__lower__info .About__access__blc{margin-bottom:20px;}.About__lower__info .About__access__blc dt{width:100%;margin-bottom:.4em;}.About__lower__info .About__access__blc dd{width:100%;}.About__lower__info .Schedule{width:auto;margin-bottom:40px;}.Schedule{width:100%;margin:0 20px 56px;}.Schedul__table{margin-bottom:16px;font-size:1.3rem;}.Schedul__table th{padding:0 0 .7em;}.Schedul__table .timezone{width:16%;font-size:1.2rem;letter-spacing:0;}.Schedul__table td{padding:.7em .7em;}.Cv__contact{display:block;margin:0 15px 56px;}.tel__button{display:block;color:#3e8153;border-radius:6px;border:2px solid #cecece;width:80%;margin:0 auto 30px;padding:12px 8px;}.contact__tel__cont, .contact__reserved__cont{width:100%;margin-bottom:30px;}.contact__tel__cont dt, .contact__reserved__cont dt{font-size:1.4rem;}.Cv__contact .contact__tel, .About__lower__info__contact .contact__tel{font-size:2.5rem;letter-spacing:0;white-space:nowrap;}.Cv__contact .reservedBtn, .About__lower__info__contact .reservedBtn{width:80%;padding:.8em .3em .8em 2em;}.pc{display:none;}.Cv__contact .hour, .About__lower__info__contact .hour{display:none;}.Subject__blc{width:calc(33% - 20px);margin-right:30px;}.Subject__blc:nth-child(4n){margin-right:30px;}.Subject__blc:nth-child(3n){margin-right:0;}.Staff{padding:56px 20px 24px;margin-bottom:56px;}.Staff__cont{margin:0 auto 24px;width:90%;}.Staff__blc__pic{width:100%;height:auto;margin-bottom:8px;}.Staff__blc .name{font-size:1.5rem;}.slick-dots{margin-top:16px;}}