
@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/montserrat/montserrat-light.ttf");
}
@font-face {
	font-family: 'Montserrat';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/montserrat/montserrat-medium.ttf");
}
@font-face {
	font-family: 'Montserrat';
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/montserrat/montserrat-semibold.ttf");
}
@font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/montserrat/montserrat-bold.ttf");
}

:root {
	--oc-link-color: #233b68;
	--oc-primary-color: #233b68;
	
	--oc-btn-primary-color: #233b68;
	--oc-btn-alt-color: #233b68;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;
}

body {
	font-size: 16px;
	line-height: 1.8;
}
body.locked {
	overflow: hidden;
}

.text-primary-color{
	color: var(--oc-primary-color);
}
.clear-fix { clear: both; }

a {
	text-decoration: none;
	color: var(--oc-link-color);;
}
a:hover {
	text-decoration: none;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-bg-top .caption {
}
.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.text-white{
	color: white;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

/* OC Button Style */
.site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 73px;
    max-width: 90%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
}
.site-btn {
    color: var(--oc-primary-color);
    border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
} 
.modal-dialog{
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}
.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #AA8400; /* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* END - OC Modal Style */


/*
 * COMMON
 */
br.mb-only {
	display: none;
}

.site-section {
	
}
.site-container {
	width: calc(100% - 80px);
	max-width: 1300px;
	margin: 0 auto;
}
.site-lined-heading {
}
.site-lined-heading.inline {
	display: inline-block;
}
.site-lined-heading.white-grad {
	background: linear-gradient(90.92deg, #FFFFFF 2.58%, #BBBBBB 98.48%);
	-webkit-background-clip: text;
	background-clip: text;
}
.site-lined-heading.gradient {
	background: linear-gradient(90.92deg, #2D2C2C 2.58%, #868686 98.48%);;
	-webkit-background-clip: text;
	background-clip: text;
}
.site-lined-title-en {
	color: #333;
	font-size: 50px;
	font-weight: 400;
	line-height: 61px;
	margin-bottom: 0;
	font-family: 'Montserrat';
}
.site-lined-heading.white-grad .site-lined-title-en {
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.site-lined-heading.gradient .site-lined-title-en {
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.site-lined-title-ja {
	position: relative;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 0 50px;
}
.site-lined-title-ja.white {
	color: white;
}
.site-lined-heading.gradient .site-lined-title-en.white {
	-webkit-text-fill-color: white;
	color: white;
}
.site-lined-heading.white-grad .site-lined-title-ja {
	color: #fff;
}
.site-lined-title-ja:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -80px;
	width: 70px;
	height: 0;
	border-bottom: 1px solid #333;
}
.site-lined-title-ja.white:after{
	border-bottom: 1px solid white;
}
.site-lined-heading.white-grad .site-lined-title-ja:after {
	border-bottom: 1px solid #fff;
}
.site-gradient-heading {
	display: block;
	width: fit-content;
	margin: 0;
}
.site-gradient-heading.centered {
	margin: 0 auto;
}
.site-gradient-heading .site-gradient-title-en {
	font-size: 50px;
	font-weight: 400;
	font-style: normal;
	line-height: 61px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	font-family: 'Montserrat';
	background: linear-gradient(90.92deg, #000000 2.58%, #868686 98.48%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	background-clip: text;
}
.site-gradient-heading .site-gradient-title-ja {
	color: #757473;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0;
}
.site-box-arrow-btn {
	width: 330px;
	height: 64px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding-right: 25px;
	border: 1px solid #444;
	background-color: #fff;
}
.site-box-arrow-btn .box-btn-label {
	color: #444;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
}
.site-box-arrow-btn .box-btn-arrow-box {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #444;
	transition: all 0.2s;
	transform-origin: 50% 50%;
	transform: translateY(-50%) rotate(45deg);
}
.site-box-arrow-btn .box-btn-arrow {
	width: 16px;
	transition: all 0.2s;
	transform: rotate(-45deg);
}
.site-box-arrow-btn.centered {
	margin: 0 auto;
}
.site-box-arrow-btn:hover .box-btn-arrow-box {
	width: 38px;
	height: 38px;
	right: 23px;
	background-color: #d9d9d9;
}
.site-box-arrow-btn:hover .box-btn-arrow {
	width: 21px;
}
.site-box-arrow-btn.white {
	border: 1px solid #fff;
	background-color: transparent;
}
.site-box-arrow-btn.white .box-btn-arrow-box {
	border: 1px solid #fff;
}
.site-box-arrow-btn.white .box-btn-label {
	color: #fff;
}
.site-box-arrow-btn.white .box-btn-arrow-box {
}
.site-box-arrow-btn.white:hover .box-btn-arrow-box {
	background-color: #d9d9d9;
}

.site-page-top {
	position: relative;
	margin-bottom: 170px;
}
.site-page-top-image {
	width: 100%;
}
.site-page-top-image.mb {
	display: none;
}
.site-page-top-heading {
	position: absolute;
	width: 85%;
	min-height: 220px;
	left: 50%;
	bottom: 50px;
	max-width: 860px;
	text-align: center;
	padding: 45px 0 33px;
	transform: translate(-50%,100%);
	background-size: cover;
	background-position: center center;
	/* background-image: url('../img/graph-paper-bg.jpg'); */
	background-color: #fbfbfb;
}
.site-page-top-title.en {
	display: inline-block;
	font-size: 70px;
	font-weight: 500;
	line-height: 90px;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
	padding: 0 15px 0 26px;
	font-family: 'Montserrat';
	border-bottom: 1px solid #b5b5b5;
	/* background: linear-gradient(90.92deg, #2D2C2C 2.58%, #868686 98.48%); */
	-webkit-background-clip: text;
	/* -webkit-text-fill-color: transparent; */
	background-clip: text;
	/* text-fill-color: transparent; */
	/* text-shadow: 0px 0px 20px #FFFFFF; */
}
.site-page-top-title.ja {
	/* color: #b5b5b5; */
	color: black;
	font-size: 25px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	margin-bottom: 0;
}



/*
 * HEADER
 */

.site-header {
	z-index: 5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 50px 20px 50px;
	background-color: #fff;
}
.header-spacer {
	height: 100px;
	min-height: 100px;
}
.site-header .header-logo-image {
	width: 276px;
}
.site-header .header-logo-link {
	flex: 0 0 auto;
}
.site-header .header-menu-wrap {
	flex: 1 0 1px;
	padding-right: 25px;
}
.site-header .header-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-header .header-menu .menu-item {
	margin: 0 10px;
}
.site-header .header-menu .menu-item:last-child {
	margin-right: 0;
}
.site-header .header-menu .menu-item a {
	color: #444;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
}
.xxsite-header .header-menu .menu-item.fees-menu-item:hover {
}
.site-header .header-buttons {
	display: flex;
	align-items: center;
	column-gap: 30px;
}
.site-header .header-contact-btn {
	text-align: right;
}
.site-header .contact-btn-top {
	color: #333;
	font-size: 12px;
	line-height: 17px;
	margin: 0 3px 0 0;
}
.site-header .contact-btn-btm {
	display: flex;
	align-items: center;
	color: #333;
	margin: 0;
}
.site-header .contact-btn-number {
	color: #444;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.06em;
	font-family: 'Montserrat';
	margin: 0;
}
.site-header .contact-btn-icon {
	height: 20px;
	margin-right: 3px;
}
.site-header .header-reserve-btn {
	height: 60px;
	width: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 20px;
	background-color: #333;
}
.site-header .reserve-btn-icon {
	width: 20px;
	margin-right: 7px;
}
.site-header .reserve-btn-label {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.site-header .burger-icon {
	display: none;
}

.medical-fees-menu {
	display: none;
	width: 100vw;
	max-width: 1073px;
	position: fixed;
	top: 100px;
	left: 50%;
	padding: 15px;
	background-color: #757473;
	transition: opacity 0.2s;
	transform: translateX(-50%);
}
.menu-fees-submenu {
	z-index: -1;
	display: none;
	position: fixed;
	width: 100vw;
	max-width: 1073px;
	padding: 15px;
	transition: opacity 0.2s;
	background-color: #757473;
}
.menu-fees-submenu .hover-area-box {
	position: absolute;
	top: -90px;
	height: 100px;
}
.medical-fees-menu .menu-fee-boxes {
	margin-bottom: 5px;
}
.menu-fee-box:hover {
	border-radius: 2px;
	background-color: rgba(255 255 255 / 0.48);
}
.medical-fees-menu.open {
	opacity: 0;
	display: block;
}
.medical-fees-menu.show {
	opacity: 1;
	box-shadow: 0 7px 31px -7px rgba(0 0 0 / 25%);
}
.menu-fees-submenu.open {
	opacity: 0;
	display: block;
}
.menu-fees-submenu.show {
	opacity: 1;
	box-shadow: 0 7px 31px -7px rgba(0 0 0 / 25%);
}

.mobile-drop {
	z-index: 5;
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	padding: 8px 15px 60px 15px;
	background: #fff;
	max-height: calc(100dvh - 60px);
	transition: opacity 0.2s;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	background-color: #747474;
}
.mobile-drop.open {
	opacity: 0;
	display: block;
	overflow-y: scroll;
}
.mobile-drop.show {
	opacity: 1;
}

.mobile-menu-wrap .mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu-wrap .mobile-menu > .menu-item {
	border-bottom: 1px solid #e8dfd8;
}
.mobile-menu-wrap .mobile-menu > .menu-item:last-child {
	border-bottom: none;
}
.mobile-menu-wrap .mobile-menu > .menu-item > a {
	display: block;
	color: white;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	padding: 13px 0;
}
.mobile-fee-boxes {
	display: flex;
	row-gap: 13px;
	column-gap: 13px;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 10px;
}
.mobile-fee-box {
	flex: 0 0 calc(25% - (39px / 4));
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 5px;
	aspect-ratio: 1 / 1;
}
.mobile-fee-box:hover {
	border-radius: 2px;
	background-color: rgba(255 255 255 / 0.48);
}
.mobile-fee-box .fee-icon-wrap {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: calc(100% - 34px);
	padding-top: 0;
	margin-bottom: 5px;
}
.mobile-fee-box .fee-icon {
	/* max-width: 80%;
	max-height: 100%; */
	max-width: 60px;
    max-height: 100%;
    width: 100%;
    max-height: 60px;
    object-fit: contain;
}
.mobile-fee-box .fee-label {
	color: white;
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap;
	margin: 0;
	font-family: 'Montserrat';
}
.mobile-fee-box .fee-icon-wrap.orthodontics {
	padding-bottom: 0px;
}
.mobile-fee-box.fee-icon-wrap.esthetics .front-fee-icon,
.mobile-fee-box.fee-icon-wrap.root-canal .front-fee-icon,
.mobile-fee-box.fee-icon-wrap.whitening .front-fee-icon {
	height: 115%;
	max-height: unset;
}
.mobile-fee-box.fee-label {
	flex: 0 0 auto;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin: 10px 0 0 0;
}



/*
 * FOOTER
 */

.site-footer {
	padding-top: 65px;
	background-color: #383838;
}
.footer-container {
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
}
.footer-content {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.footer-left {
	flex: 0 0 60%;
}
.footer-home-link {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer-logo-image {
	width: 72%;
	display: block;
}
.footer-content .footer-menu-wrap-one {
	flex: 0 0 20%;
}
.footer-content .footer-menu-wrap-two {
	flex: 0 0 20%;
}
.footer-content .footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-content .footer-menu {
}
.footer-content .footer-menu .menu-item {
	padding: 5px 0;
}
.footer-content .footer-menu .menu-item a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
}
.footer-copyright {
	padding: 5px 0;
}
.footer-copyright-text {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	margin: 0;
}
.mobile-fixed-footer {
	display: none;
}
.mobile-footer-address {
	display: none;
}


/*
 * FRONT PAGE
 */
.front-hero {
	position: relative;
}
.front-hero-image {
	width: 100%;
}
.front-swiper-dt,
.front-swiper-mb {
	display: none;
}
.front-swiper-dt.show-swiper {
	display: block;
}
.front-swiper-mb.show-swiper {
	display: block;
}
.front-hero-section {
	position: relative;
}
.front-hero-content {
	z-index: 1;
	position: absolute;
	left: 50%;
	/* bottom: calc( 100vw * 165/1920 ); */
	top: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	transform: translateX(-50%);
}
.front-hero-title {
	width: calc(100vw * 0.2444);
}
.front-hero-logo {
	width: 100%;
}
.front-hero-tag {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	margin: 30px 0 0 0;
	font-family: 'Montserrat';
	text-shadow: 0px 0px 10px #fff;
}
.front-concept-section {
	z-index: 1;
	position: relative;
	padding-bottom: 1rem;
}
.banner-section{
	margin: 0 auto 2rem;
	max-width: 80%;
}
.front-concept-container {
	/* height: 280px; */
	background-size: cover;
	background-position: center center;
	/* background-image: url('../img/graph-paper-bg.jpg'); */
	transform: translateY(-80px);
/*	transform: translateY(calc((100vw * (987 / 1920)) * -0.082));*/
	background-color: #383838;
}
.front-concept-top {
	/* display: flex; */
	/* align-items: stretch; */
	padding: 75px 120px 55px 120px;
}
.front-concept-top-left {
	flex: 0 0 46%;
	display: flex;
	justify-content: flex-start;
}
.front-concept-top-right {
	flex: 0 0 50%;
}
.front-concept-text {
	color: #333;
	font-size: 25px;
	font-weight: 400;
	line-height: 50px;
	margin: 0;
	font-family: 'Montserrat';
}
.front-concept-btm {
	display: flex;
	column-gap: 70px;
	align-items: stretch;
	padding: 0 120px 0 120px;
}
.front-concept-btm-box {
	flex: 0 1 50%;
	position: relative;
	margin-bottom: 40px;
	aspect-ratio: 496 / 125;
	background-size: cover;
	background-position: center center;
}
.front-concept-btm-box.left {
	background-image: url('../img/front-concept-left-bg.jpg');
}
.front-concept-btm-box.right {
	background-image: url('../img/front-concept-right-bg.jpg');
}
.front-concept-renewal-banner-wrap{
	display: block;
	min-width: 380px;
	margin: 0 auto;
}
.front-concept-renewal-banner-wrap>img{
	width: 100%;
	height: auto;
}
.front-concept-title {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 48px;
	transform: translateX(-50%);
	color: rgba(255 255 255 / 60%);
}
.front-concept-label-box {
	position: absolute;
	width: 100%;
	height: 42px;
	bottom: -41px;
	background-color: #444;
}
.front-concept-label {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
}
.front-about-section {
	position: relative;
	padding: 0 0 60px 0;
}
.front-about-backing {
	z-index: -1;
	position: absolute;
	bottom: 0;
	height: 400px;
	right: max(0px, calc( (100vw - 1920px) / 2 ));
	width: max( calc(100vw * 0.76), calc( (100vw - 1920px) * 0.86 ));
	background-color: #f8f8f8;
}
.front-about-container {
}
.front-about-content {
	display: flex;
	column-gap: 65px;
	align-items: stretch;
	justify-content: flex-start;
}
.front-about-left {
	flex: 0 1 45%;
	padding-top: 115px;
}
.front-about-right {
	flex: 0 1 55%;
}
.front-about-right-wrap {
	position: relative;
	top: 50%;
	aspect-ratio: 650 / 690;
	transform: translateY(-50%);
}
.front-about-title {
	color: #444;
	font-size: 25px;
	font-weight: 700;
	line-height: 50px;
	margin: 30px 0;
}
.front-about-title.white{
	color: white;
}
.front-about-text {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}
.front-about-image-top {
	z-index: 1;
	position: absolute;
	top: 17%;
	left: 0;
	width: 85%;
}
.front-about-image-btm {
	z-index: 1;
	position: absolute;
	top: 65.4%;
	left: 41%;
	width: 60%;
}
.front-about-image-bg {
	z-index: 0;
	position: absolute;
	top: 42.8%;
	left: 15%;
	width: 75%;
	aspect-ratio: 490 / 250;
	background-color: #b5b5b5;
}
.first-exam-section {
	margin-top: 100px;
	text-align: justify;
}
.first-exam-section h2 {
	text-align: center;
	margin-bottom: 48px;
}
.first-exam-section .intro-text {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}
.first-exam-section .main-content {
    padding: 65px 0;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
}
.first-exam-section .main-content ul:first-child{
	margin-bottom: 50px;
}
.first-exam-section .main-content ul:nth-child(2) li{
	display: flex;
}
.first-exam-section .main-content ul:nth-child(2) li::before{
	content: "※";
	display: inline-block;
}
.first-exam-section ul {
	padding-left: 0;
}
.first-exam-section ul li {
	list-style-type: none;
	margin-bottom: 1em;
}
.front-fee-section {
	position: relative;
	margin-top: 150px;
	padding-bottom: 100px;
}
.front-fee-backing {
	z-index: -1;
	position: absolute;
	right: Max(0px, calc((100vw - 1920px) / 2));
	bottom: 0;
	width: Min(882px, 46vw);
	aspect-ratio: 88 / 47;
	background-color: #f8f8f8;
}
.front-fee-image {
	z-index: 0;
	position: absolute;
	top: 0;
	width: Min(100%, 1478px);
	left: calc((100vw - 1920px) / 2);
	aspect-ratio: 1493 / 443;
}
.front-fee-image.mb {
	display: none;
}
.front-fee-container {
	padding-top: 293px;
}
.front-fee-content {
	z-index: 1;
	position: relative;
	padding: 96px 110px 64px 110px;
	background-size: cover;
	background-position: center center;
	/* background-image: url('../img/front-fee-bg.jpg'); */
	background-color: #747474;
}
.front-fee-text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 48px 0 20px 0;
}
.menu-fee-boxes,
.front-fee-boxes {
	display: flex;
	row-gap: 10px;
	column-gap: 27px;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 50px;
}
.menu-fee-box,
.front-fee-box {
	flex: 0 1 14.5%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 5px;
	aspect-ratio: 1 / 1;
}
.front-fee-box:hover {
	border-radius: 2px;
	background-color: rgba(255 255 255 / 0.48);
}
.fee-icon-wrap {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: calc(100% - 34px);
	padding-top: 25px;
	min-height: 77px;
}
.fee-icon {
	max-width: 80%;
	max-height: 100%;
}
.fee-icon-wrap.orthodontics {
	padding-bottom: 12px;
}
.fee-icon-wrap.esthetics .front-fee-icon,
.fee-icon-wrap.root-canal .front-fee-icon,
.fee-icon-wrap.whitening .front-fee-icon {
	height: 115%;
	max-height: unset;
}
.fee-label {
	flex: 0 0 auto;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin: 10px 0 0 0;
}
.front-feature-section {
	width: 100%;
	max-width: 1920px;
	position: relative;
	padding-top: 100px;
	padding-bottom: 68px; /* Needed due to overflow-x: hidden causing Y-axis scrolling */
	margin-bottom: 110px;
	margin: 0 auto;
	overflow-x: hidden;
}
.front-feature-backing {
	z-index: -1;
	top: 130px;
	left: 0;
	bottom: 0;
	width: 45%;
	position: absolute;
	background-color: #f8f8f8;
}
.front-feature-content {
	display: flex;
	column-gap: 9.6%;
	align-items: stretch;
	justify-content: flex-start;
}
.front-feature-section.reverse .front-feature-content {
	flex-direction: row-reverse;
}
.front-feature-content-left {
	flex: 0 1 48.4%;
/*	padding-right: 4.8%;*/
}
.front-feature-section.reverse .front-feature-content-left {
	padding-right: 0;
/*	padding-left: 4.8%;*/
}
.front-feature-content-right {
	flex: 0 1 42%;
}
.front-frature-black-label {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding: 0 0.5em;
	margin: 18px 0 0 0;
	background-color: #444;
	font-family: 'Montserrat';
}
.front-feature-title {
	color: #444;
	font-size: 35px;
	font-weight: 700;
	line-height: 56px;
	margin: 0 0 45px 0;
}
.front-feature-text {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
}
.front-feature-image-wrap {
	position: relative;
}
.front-feature-image {
	width: 100%;
}
.front-feature-bg {
	z-index: -1;
	position: absolute;
	top: 67px;
	left: 100px;
	bottom: -67px;
	background-size: cover;
	background-position: center center;
	right: -310px;
/*	right: calc(-1 * ((100vw - 1300px) / 2));*/
}
.front-feature-section.reverse .front-feature-bg {
	right: 100px;
	left: -310px;
}
.front-feature-extra {
	display: flex;
	column-gap: 3.07%;
	align-items: stretch;
	justify-content: flex-start;
	margin-top: 100px;
}
.front-feature-extra-left {
	flex: 0 0 30%;
}
.front-feature-extra-title {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 44px;
	padding: 0 0.75em;
	background-color: #757473;
}
.front-feature-extra-image {
	width: 100%;
}
.front-feature-extra-right {
	flex: 1 0 1px;
	padding-top: 80px;
}
.front-feature-extra-boxes {
	display: flex;
	column-gap: 3.07%;
	align-items: stretch;
	justify-content: flex-start;
}
.front-feature-extra-box {
	flex: 1 1 47%;
	position: relative;
}
.front-feature-extra-box:after {
	content: "";
	position: absolute;
	top: 40%;
	right: -20px;
	width: 16px;
	height: 19px;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../img/icon-extra-arrow.svg');
}
.front-feature-extra-box:last-child:after {
	display: none;
}
.front-feature-extra-subtitle {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.front-message-section {
	padding-top: 207px;
}
.front-message-background-wrap {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
	padding: 53px 0 106px 0;
	background-size: cover;
	background-position: 0 100px;
	/* background-image: url('../img/front-message-bg.jpg'); */
	background-color: #383838;
}
.front-message-image.dt {
	position: absolute;
	top: -153px;
	right: 0;
	width: Min(471px, calc(100vw * 0.3225));
}
.front-message-image.mb {
	display: none;
}
.front-message-container {
	position: relative;
}
.front-message-content {
	width: 58%;
	padding-left: 123px;
}
.front-message-title {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 56px;
	margin-bottom: 30px;
}
.front-message-text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 20px;
}
.front-message-name-box {
	display: block;
	width: fit-content;
	margin: 0 0 30px auto;
}
.front-message-name-top {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 0;
}
.front-message-name-btm {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 0;
}
.front-news-section {
	padding: 175px 0 150px 0;
}
.front-news-container {
	max-width: 1073px;
}
.front-news-content {
	display: flex;
	column-gap: 7.74%;
	align-items: center;
	justify-content: space-between;
}
.front-news-content-left {
	flex: 0 1 28.61%;
}
.front-news-title-box {
	width: 100%;
	text-align: center;
	padding: 50px 0 57px 0;
	background-color: #b5b5b5;
}
.front-news-title-top {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	line-height: 61px;
	margin-bottom: 0;
	font-family: 'Montserrat';
}
.front-news-title-btm {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 0;
}
.front-news-content-right {
	flex: 0 1 63.65%;
}
.front-news-items {
	margin-bottom: 30px;
}
.front-news-item {
	display: flex;
	column-gap: 40px;
	align-items: center;
	justify-content: flex-start;
	padding: 25px 25px;
	border-bottom: 1px solid #b5b5b5;
}
.front-news-item:first-child {
	border-top: 1px solid #b5b5b5;
}
.front-news-item:hover {
	background-color: #f8f8f8;
/*	border-color: transparent;*/
}
.front-news-item .news-date {
	flex: 0 0 90px;
	color: #555;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
}
.front-news-item .news-title {
	flex: 1 0 1px;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}
.front-faq-section {
	padding-bottom: 100px;
}
.front-faq-container {
	max-width: 1073px;
}
.front-faq-image-container {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.front-faq-image {
	width: 100%;
}
.front-faq-image.mb {
	display: none;
}
.front-faq-content {
	z-index: 1;
	position: relative;
	margin-top: -55px;
	padding: 80px 18.64%;
	background-size: 100%;
	background-repeat: repeat-y;
	/* background-image: url(../img/front-faq-bg.jpg); */
	background-color: #fafafa;
}
.front-faq-title-box {
	width: 100%;
	text-align: center;
	padding: 0 0 50px 0;
}
.front-faq-title-top {
	color: #333;
	font-size: 50px;
	font-weight: 400;
	line-height: 61px;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	font-family: 'Montserrat';
	background: linear-gradient(90.92deg, #2D2C2C 2.58%, #868686 98.48%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	background-clip: text;
}
.front-faq-title-btm {
	color: #757473;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
}
.front-faq-content .questions-answers .question-answer {
	padding-top: 20px;
	border-bottom: 1px solid #959fb1;
}
.front-faq-content .questions-answers .question-answer .question {
	line-height: 1.5em;
}
.front-faq-content .questions-answers .question-answer .question:before {
	width: 40px;
	min-width: 40px;
	display: block;
	color: #3C2C20;
	font-size: 35px;
	line-height: 35px;
	font-family: 'Montserrat';
}
.front-faq-content .questions-answers .question-answer .answer {
	margin-top: 10px;
}
.front-faq-content .questions-answers .question-answer .answer p {
	display: flex;
	align-items: center;
	line-height: 1.5em;
}
.front-faq-content .questions-answers .question-answer .answer *:first-child:before {
	width: 40px;
	min-width: 40px;
	display: block;
	color: #3C2C20;
	font-size: 35px;
	line-height: 35px;
	font-family: 'Montserrat';
}
.front-faq-content .questions-answers .question-answer .control {
	color: #3c2c20;
}
.front-faq-text {
	color: #444;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	margin: 30px 0 60px 0;
}
.front-sns-title-top {
	color: #333;
	font-size: 50px;
	font-weight: 400;
	line-height: 61px;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	font-family: 'Montserrat';
	background: linear-gradient(90.92deg, #2D2C2C 2.58%, #868686 98.48%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	background-clip: text;
}

.site-section.front-sns-section {
    margin-bottom: 3rem;
}

.front-sns-content {
    justify-content: center;
    display: flex;
    text-align: center;
}

.front-sns-content img.instagram-account {
    width: 300px;
}


.front-contact-section {
	padding: 200px 0 100px 0;
	background-size: 100%;
	background-repeat: repeat-y;
	/* background-image: url('../img/front-contact-bg.jpg'); */
	background-color: #747474;
}
.front-contact-container {
	max-width: 1073px;
}
.front-contact-mobile-intro {
	display: none;
}
.front-contact-btn {
	height: 124px;
	width: 62.63%;
	max-width: 670px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 auto 100px auto;
}
.front-contact-btn-left {
	flex: 0 0 67%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
}
.front-contact-btn-right {
	flex: 0 0 33%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: #3c2c20;
}
.front-contact-btn-hours {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}
.front-contact-btn-phone {
	display: flex;
	align-items: center;
}
.front-contact-btn-phone-icon {
	height: 24px;
	margin-right: 5px;
}
.front-contact-btn-phone-label {
	color: #444;
	font-size: 28px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}
.front-contact-btn-reserve-icon {
	width: 24px;
}
.front-contact-btn-reserve-label {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	margin: 10px 0 0 0;
}
.front-contact-content {
	display: flex;
	column-gap: 10px;
	align-items: stretch;
	justify-content: flex-start;
}
.front-contact-content-map {
	flex: 0 0 45.2%;
}
.front-contact-content-hours {
	flex: 1 0 1px;
}
.front-contact-map-wrap {
	width: 88.75%;
	margin-bottom: 20px;
	aspect-ratio: 42 / 23;
	margin-right: 11.75%;
}
.front-contact-map {
	width: 100%;
	height: 100%;
	border: none;
}
.front-contact-info {
}
.front-contact-info-row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.front-contact-info-label {
	flex: 0 0 100px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
}
.front-contact-info-value {
	flex: 1 0 1px;
}
.front-contact-info-text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 10px;
}
.front-contact-hours-title {
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 54px;
	text-align: center;
	margin-bottom: 25px;
	border: 1px solid #fff;
}
.front-contact-hours-table {
	width: 100%;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 70px;
	text-align: center;
	border-collapse: collapse;
}
.front-contact-hours-table th,
.front-contact-hours-table tbody tr:first-child td {
	border-bottom: 1px solid #fff;
}
.front-contact-hours-table td.label,
.front-contact-hours-table th.label {
	width: 150px;
	text-align: center;
	border-right: 1px solid #fff;
}
.front-contact-hours-notes {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	margin: 20px 0 0 0;
}

.access-container .front-contact-hours-table th,
.access-container .front-contact-hours-table tbody tr:first-child td {
	border-bottom: 1px solid black;
}
.access-container .front-contact-hours-table td.label,
.access-container .front-contact-hours-table th.label {
	border-right: 1px solid black;
}
.access-container .front-contact-hours-title,
.access-container .front-contact-info-text,
.access-container .front-contact-hours-table {
	color: black;
}

.access-container .front-contact-hours-table tbody tr:first-child td {
	border-bottom: 1px solid black;
}
.access-container .front-contact-hours-notes{
	color: black;
}


/*
 * ABOUT PAGE
 */


.about-feature-section {
	padding: 150px 0 75px 0;
}
.about-feature-section .first-visit-notice {
    background: #E6CBD0;
    padding: 2rem;
    border-radius: 10px;
}
.about-feature-section .first-visit-notice .notice-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.about-feature-section .first-visit-notice .notice-link {
    font-weight: 900;
    font-size: 1.2rem;
    color: black;
    text-decoration: underline;
}
.about-feature-section .site-gradient-heading {
	margin-bottom: 90px;
}
.site-container.about-feature-container {
	width: calc(100% - 80px);
	max-width: 1660px;
}
.about-feature-boxes {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.about-feature-box {
	height: 100%;
	flex: 0 0 23%;
	padding: 70px 0;
}
.about-feature-seper {
	flex: 0 0 1px;
	display: block;
	border-right: 1px solid #d9d9d9;
}
.about-feature-image-wrap {
	width: 100%;
	position: relative;
}
.about-feature-image {
	width: 100%;
}
.about-feature-image-label {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 33%);
	font-family: 'Futura';
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 100%;
	color: #FFFFFF;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #cecece;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.about-feature-title {
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	margin: 40px 0 12px 0;
}
.about-feature-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	margin: 0;
}
.about-clinic-section {
	overflow-x: hidden;
	padding: 150px 0 200px 0;
}
.site-container.about-clinic-container {
	width: calc(100% - 80px);
	max-width: 1500px;
}
.about-clinic-section .site-lined-heading {
	margin-left: 50px;
}
.site-lined-heading.staff-heading{
	max-width: 80%;
    margin: auto;
}
.about-clinic-boxes {
	position: relative;
	display: flex;
	row-gap: 100px;
	column-gap: 3.9%;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin-top: 45px;
}
.about-clinic-boxes-back {
	z-index: -1;
	position: absolute;
	left: 20%;
	height: 66%;
	bottom: -100px;
	background-color: #f8f8f8;
	right: calc(-1 * ((100vw - 1460px) / 2));
}
.about-clinic-box {
	flex: 0 0 30.73%;
}
.about-clinic-image-wrap {
	width: 100%;
	position: relative;
	margin-bottom: 42px;
}
.about-clinic-image {
	width: 100%;
}
.about-clinic-image-label {
	position: absolute;
	left: 27px;
	bottom: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	padding: 0 8px;
	background-color: #757473;
	transform: translateY(18px);
}
.about-clinic-text {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0;
}
.about-facility-top-boxes {
	width: 82.54%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 40px auto 0 auto;
}
.about-facility-top-box {
	flex: 0 0 45.57%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.about-facility-top-image {
	width: 100%;
}
.about-facility-top-title {
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	margin: 20px 0 5px 20px;
}
.about-facility-top-seper {
	height: 0;
	width: 100px;
	display: inline-block;
	border-bottom: 1px solid #757473;
}
.about-facility-top-text {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 12px 0 0 20px;
}
.about-facility-boxes {
	width: 100%;
	display: flex;
	row-gap: 70px;
	column-gap: 5.125%;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 70px auto 0 auto;
}
.about-facility-box {
	flex: 0 0 21.15%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.about-facility-image {
	width: 100%;
}
.about-facility-title {
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	margin: 20px 0 5px 20px;
}
.about-facility-seper {
	height: 0;
	width: 100px;
	display: inline-block;
	border-bottom: 1px solid #757473;
}
.about-facility-text {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 12px 0 0 20px;
}
.about-message-section {
	padding-top: 207px;
}
.about-message-background-wrap {
	max-width: 1920px;
	min-height: 300px;
	margin: 0 auto;
	padding: 53px 0 106px 0;
	background-size: cover;
	background-position: 0 100px;
	background-image: url('../img/front-message-bg.jpg');
	margin-bottom: 120px;
}
.about-message-image.dt {
	position: absolute;
	top: -153px;
	right: 0;
	width: Min(471px, calc(100vw * 0.3225));
}
.about-message-image.mb {
	display: none;
}
.about-message-container {
	position: relative;
}
.about-message-content {
	width: 58%;
	padding-left: 123px;
}
.about-message-title {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 56px;
	margin-top: 60px;
	margin-bottom: 30px;
}
.about-message-text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 20px;
}
.about-message-name-box {
	display: block;
	width: fit-content;
	margin: 0 0 30px auto;
}
.about-message-name-top {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 0;
}
.about-message-name-btm {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 0;
}
.about-staff-section {
	padding: 110px 0 120px 0;
}
.about-staff-container {
	max-width: 1073px;
	width: calc(100% - 80px);
}
.about-staff-content {
	width: 83.875%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin: 50px auto 0 auto;
}
.about-staff-content-left {
	flex: 0 0 50%;
}
.about-staff-content-right {
	flex: 0 0 50%;
	padding-top: 68px;
}
.about-staff-image-wrap {
	width: 80%;
	position: relative;
	margin-bottom: 50px;
}
.about-staff-image {
	width: 100%;
}
.about-staff-image-wrap:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 30px;
	left: 30px;
	right: -30px;
	bottom: -30px;
	background-color: #757473;
}
.about-staff-info {
	width: 80%;
}
.about-staff-title {
	color: #444;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 0;
}
.about-staff-name {
	color: #444;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 0;
}
.about-staff-accol {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #757473;
}
.about-staff-details {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 0;
	word-break: break-word;
}
.site-container.logo-desc-container {
    max-width: 700px;
}
.logo-wrap {
    margin: 3rem;
}
/*
 * MEDICAL / FEES PAGE
 */

.medical-fee-section {
	padding-top: 150px;
	padding-bottom: 100px;
}
.medical-fee-container {
	max-width: 1300px;
	width: calc(100% - 80px);
}
.medical-fee-content {
	z-index: 1;
	position: relative;
	padding: 75px 100px 65px 100px;
	background-size: cover;
	background-position: center center;
	/* background-image: url('../img/front-fee-bg.jpg'); */
	background-color: #747474;
}
.medical-fee-text {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
}
.medical-flow-container {
	width: 100%;
	max-width: 1920px;
	position: relative;
	display: flex;
	column-gap: 100px;
	align-items: stretch;
	margin: 53px auto 0 auto;
}
.medical-flow-images {
	flex: 0 0 37.6%;
}
.medical-flow-images .medical-flow-image {
	width: 100%;
}
.medical-flow-content {
	flex: 0 0 700px;
}
.medical-flow-content .site-gradient-heading {
	margin-left: 90px;
}
.medical-flow-item {
	display: flex;
	column-gap: 52px;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 60px;
}
.medical-flow-item-left {
	flex: 0 0 auto;
}
.medical-flow-item-right {
	flex: 1 0 1px;
	padding-top: 21px;
}
.medical-flow-item .medical-flow-item-image {
	width: 138px;
}
.medical-flow-item .medical-flow-title {
	color: #444;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 12px;
}
.medical-flow-item .medical-flow-text {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 0;
}
.medical-payment-section {
	padding: 130px 0 0 0;
}
.medical-payment-container {
	max-width: 1300px;
	width: calc(100% - 80px);
}
.medical-payment-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 43px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 65px;
	background: linear-gradient(90.92deg, #2D2C2C 2.58%, #868686 98.48%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	background-clip: text;
	
}
.medical-payment-text {
	color: #444;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	margin-bottom: 35px;
}
.medical-payment-lower {
	margin-top: 180px;
	padding: 240px 0 110px 0;
	background-color: #f8f8f8;
}
.medical-payment-boxes {
	display: flex;
	column-gap: 90px;
	align-items: flex-start;
	justify-content: center;
	margin-top: -350px;
	margin-bottom: 75px;
}
.medical-payment-box-wrap {
	z-index: 1;
	width: 360px;
	position: relative;
}
.medical-payment-box-wrap:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 30px;
	left: 30px;
	right: -30px;
	bottom: -30px;
	background-color: #b5b5b5;
}
.medical-payment-box {
	z-index: 1;
	width: 100%;
	padding: 40px 25px;
	background-color: #ededed;
}
.medical-payment-box-wrap.right {
	margin-top: 70px;
}
.medical-payment-box-title {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 20px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 42px;
	padding: 0 0.5em;
	background-color: #757473;
	transform: translateY(-50%);
}
.medical-payment-box-text {
}
.medical-payment-notes {
	width: 66%;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 auto;
}
.medical-coverage-section {
	padding-top: 150px;
}
.medical-coverage-container {
	max-width: 1300px;
	width: calc(100% - 80px);
	margin-top: 50px;
	padding: 70px 110px;
	background-size: cover;
	background-position: center center;
	/* background-image: url('../img/medical-coverage-bg.jpg'); */
	background-color: #747474;
}
.medical-coverage-content {
	display: flex;
	row-gap: 40px;
	column-gap: 80px;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.medical-coverage-group {
	flex: 1 1 calc((100% - 160px) / 2);
}
.medical-coverage-title {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	padding-bottom: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.medical-coverage-sub-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 1rem;
}
.medical-coverage-items {
}
.medical-coverage-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 0.5em;
}
.medical-coverage-item.note {
	color: #fff;
	margin-top: 1.5rem;
}
.medical-coverage-group .fee-notice-box {
    border: 1px solid white;
    padding: 1rem;
    margin-top: 1rem;
    text-align: center;
    font-size: 16px;
	color: white;
    line-height: 1.6em;
}
.medical-coverage-left,
.medical-coverage-right {
	flex: 0 0 50%;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 0;
}
.medical-about-section {
	padding: 120px 0 150px 0;
}
.medical-about-title {
	display: block;
	width: 356px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	margin: 0 auto 80px auto;
	background-color: #757473;
}
.medical-about-container {
	max-width: 1920px;
	width: calc(100% - 80px);
	display: flex;
	column-gap: 4.75%;
	align-items: stretch;
	justify-content: flex-start;
}
.medical-about-left {
	flex: 0 0 37.75%;
	padding-left: 9%;
}
.medical-about-right {
	flex: 0 0 57.5%;
}
.medical-about-content {
	flex: 0 0 ;
}
.medical-about-image-wrap {
	width: 70%;
	position: relative;
}
.medical-about-image-wrap.one {
	margin-left: auto;
	margin-bottom: 12.4%;
}
.medical-about-image-wrap.two {
	margin-right: auto;
	margin-bottom: 22%;
}
.medical-about-image {
	z-index: 1;
	width: 100%;
}
.medical-about-back {
	z-index: -1;
}
.medical-about-back.one {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 62.8%;
	transform: translate(-25%, 58%);
}
.medical-about-back.two {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	transform: translate(54%, 58%);
}
.medical-about-content {
	width: 62%;
}
.medical-about-payment {
	margin-bottom: 60px;
}
.medical-about-payment-label {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	padding: 0 0.5em;
	background-color: #3c2c20;
}
.medical-about-payment-title {
	color: #444;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.medical-about-payment-subtitle {
	color: #444;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #444;
}
.medical-about-payment-text {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


/*
 * COMMON PAGE - rendered by page.php
 */

.common-page-section {
	padding: 150px 0;
}
.common-page-container {
	max-width: 1080px;
}
.common-page-content {
}
.common-page-content h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 118px;
	text-align: center;
	margin: 80px 0 60px 0;
	background-size: cover;
	background-position: center center;
	/* background-image: url('../img/common-page-h2-bg.jpg'); */
	background-color: #383838;
}
.common-page-content h2:first-child {
	margin-top: 0;
}
.common-page-content h3 {
	color: #444;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
	padding-left: 6px;
	margin: 15px 0 10px 0;
	border-left: 4px solid #757473;
}
.common-page-content p {
	color: #444;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	margin-bottom: 20px;
}
.front-concept-top-right .front-about-title{
	text-align: center;
}

.only-front-page .header-menu-wrap, .only-front-page .header-buttons, .only-front-page a.site-box-arrow-btn, .only-front-page .front-news-container, .only-front-page .front-contact-btn-right,  .only-front-page .footer-menu-wrap-one, .only-front-page .footer-menu-wrap-two, .only-front-page .burger-icon, .only-front-page .front-contact-btn-hours {
	display: none;
}
.only-front-page .front-contact-btn-left {
	flex: 0 0 100%;
}
/* front-fee-boxes */

@media screen and (max-width: 1430px) {
	.site-header {
		padding: 20px;
	}
	.site-header .header-logo-image {
		width: 240px;
	}
	.site-header .header-menu .menu-item {
		margin: 0 7px;
	}
	.site-header .header-menu .menu-item a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1280px) {
	.site-header .header-contact-btn {
		display: none;
	}
	.site-header .header-menu .menu-item a {
		font-size: 13px;
	}
	.front-message-content {
		padding-left: 40px;
	}
}

@media screen and (max-width: 1200px) {
	.front-about-left {
		flex: 0 1 55%;
		padding-top: 115px;
	}
	.front-about-right {
		flex: 0 1 45%;
	}
}

@media screen and (max-width: 991px) {
	.site-header .header-menu {
		flex-wrap: wrap;
		justify-content: center;
	}
	.front-about-left {
		flex: 0 1 100%;
		padding-top: 115px;
	}
	.front-about-right {
		display: none;
	}
	.first-exam-section .intro-text{
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	br.mb-only {
		display: initial;
	}
	br.dt-only {
		display: none;
	}

	/* COMMON */
	.site-container {
		width: calc(100% - 30px);
	}

	.site-lined-title-en {
		font-size: 35px;
		line-height: 43px;
	}
	.site-lined-title-ja {
		font-size: 14px;
		line-height: 20px;
		margin-left: 32px;
	}
	.site-lined-title-ja:after {
		left: -55px;
		width: 50px;
	}
	.site-gradient-heading .site-gradient-title-en {
		font-size: 35px;
		line-height: 43px;
	}
	.site-gradient-heading .site-gradient-title-ja {
		font-size: 14px;
		line-height: 20px;
	}
	.site-box-arrow-btn {
		width: 272px;
		height: 52px;
	}
	.site-page-top {
		margin-bottom: 90px;
	}
	.site-page-top-heading {
		height: unset;
		min-height: unset;
		bottom: 25px;
		padding: 26px 24px;
		width: calc(100% - 30px);
	}
	.site-page-top-image.dt {
		display: none;
	}
	.site-page-top-image.mb {
		display: block;
	}
	.site-page-top-title.en {
		display: block;
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 6px;
		padding: 0;
	}
	.site-page-top-title.ja {
		font-size: 15px;
		line-height: 22px;
	}

	/* HEADER */
	.site-header {
		height: 60px;
		padding: 15px 20px 15px 15px;
	}
	.header-spacer {
		height: 60px;
		min-height: 60px;
	}
	.site-header .header-logo-image {
		width: 200px;
	}
	.site-header .header-menu,
	.site-header .header-buttons {
		display: none;
	}
	.site-header .burger-icon {
		width: 30px;
		height: 22px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
	}
	.site-header .burger-icon.open {
		justify-content: center;
	}
	.site-header .burger-bar {
		width: 30px;
		height: 2px;
		display: block;
		background-color: #3B2C20;
		transform-origin: center;
	}
	.site-header .burger-bar.mid {
		width: 20px;
	}
	.site-header .burger-icon.open .burger-bar.top {
		transform: translateY(1px) rotate(45deg);
	}
	.site-header .burger-icon.open .burger-bar.mid {
		display: none;
	}
	.site-header .burger-icon.open .burger-bar.btm {
		transform: translateY(-1px) rotate(-45deg);
	}

	/* FOOTER */
	.site-footer {
		padding-bottom: 60px;
	}
	.footer-content {
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.footer-left {
		flex: 0 0 100%;
		text-align: center;
	}
	.footer-content .footer-menu-wrap-one {
		flex: 0 0 59.4%;
		padding-left: 38px;
	}
	.footer-content .footer-menu-wrap-two {
		flex: 0 0 40.6%;
	}
	.footer-home-link {
		margin: 0 auto;
		width: fit-content;
		justify-content: center;
		padding-bottom: 20px;
	}
	.footer-logo-image {
		width: 58.55%;
	}
	.footer-copyright {
		padding: 5px 0 40px 0;
	}
	.mobile-footer-address {
		z-index: 5;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;

		display: flex;
		color: #fff;
		text-align: center;
		margin-bottom: 0px;
		background-color: #fff;
		font-size: 14px;;
	}

	.mobile-footer-address a.phone-btn,
	.mobile-footer-address a.reserve-btn{
		flex: 1;
		height: 59px;
	}
	.mobile-footer-address a.reserve-btn{
		padding: 0.5em;
		background-color: #3C2C20;
		color: #fff;
	}
	.mobile-footer-address a.reserve-btn .reserve{
		column-gap: 8px;
	}
	.mobile-footer-address a.reserve-btn p{
		font-size: 12px;
	}
	.mobile-footer-address a.phone-btn{
		margin: 0 18px;
		color: #3C2C20;
		padding: 0.75em 0;
	}
	.mobile-footer-address a.phone-btn > span{
		font-size: 18px;
	}
	.mobile-footer-address a.phone-btn .footer-tel img{
		width: 24px;
    	height: 24px;
	}
	.font-12{
		font-size: 12px;
	}
	.l-height-1425 {
		line-height: 1.425em;
	}
	.mobile-footer-address .contact-reception {
		font-size: 14px;
		margin-top: 5px;
	}
	.mobile-fixed-footer .mobile-fixed-contact-btn {
		flex: 0 0 50%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		background-color: #757473;
	}
	
	.mobile-fixed-footer .contact-btn-top {
		flex: 0 0 50%;
		max-height: 17px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 10px;
		font-weight: 500;
		line-height: 17px;
		text-align: center;
		margin-bottom: 3px;
		background-color: #757473;
	}
	.mobile-fixed-footer .contact-btn-btm {
		display: flex;
		align-items: center;
	}
	.mobile-fixed-footer .contact-btn-icon {
		height: 18px;
		margin-right: 2px;
	}
	.mobile-fixed-footer .contact-btn-number {
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		line-height: 20px;
		margin-bottom: 0;
	}
	.mobile-fixed-footer .mobile-fixed-reserve-btn {
		flex: 0 0 50%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		background-color: #3C2C20;
	}
	.mobile-fixed-footer .reserve-btn-icon {
		width: 24px;
		margin-right: 17px;
	}
	.mobile-fixed-footer .reserve-btn-label {
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
		text-align: center;
		margin-bottom: 0;
	}
	.mobile-fixed-footer .reserve-btn-note {
		color: #fff;
		font-size: 10px;
		font-weight: 400;
		line-height: 17px;
		text-align: center;
		margin-top: 2px;
		margin-bottom: 0;
	}


	/* FRONT PAGE */
	.front-hero-content {
		width: 255px;
		/* bottom: 90px; */
		top: 50%;
	}
	.front-hero-title {
		width: 194px;
		margin-bottom: 0;
	}
	.front-hero-tag {
		font-size: 15px;
		line-height: 18px;
		text-align: center;
		margin-top: 15px;
	}

	.front-concept-section {
		padding-bottom: 50px;
	}
	.front-concept-container {
		height: unset;
		transform: unset;
		margin-top: -37px;
		padding: 44px 24px;
		width: calc(100% - 30px);
		/* background-image: url(../img/graph-paper-bg-mb.jpg); */
	}
	.front-concept-top {
		padding: 0;
		margin-bottom: 30px;
		align-items: stretch;
		flex-direction: column;
	}
	.front-concept-top-left {
		flex: 0 0 auto;
		padding-left: 0;
		justify-content: flex-start;
	}

	.front-concept-text {
		font-size: 17px;
		line-height: 34px;
	}
	.front-concept-btm {
		padding: 0;
		row-gap: 20px;
		flex-direction: column;
	}
	.front-concept-btm-box {
		margin-bottom: 24px;
	}
	.front-concept-renewal-banner-wrap{
		min-width: initial;
		width: 100%;
	}
	.front-concept-label-box {
		height: 24px;
		bottom: -23px;
	}
	.front-concept-title {
		font-size: 28px;
		line-height: 28px;
	}
	.front-concept-label {
		font-size: 10.5px;
		line-height: 24px;
	}
	.front-about-section {
		padding-bottom: 100px;
	}
	.front-about-container {
		padding: 0 15px;
	}
	.front-about-content {
		padding: 0;
		flex-direction: column;
	}
	.front-about-left {
		flex: 0 0 auto;
		padding: 0;
	}
	.front-about-right,
	.front-about-backing {
		display: none;
	}
	.front-about-title {
		font-size: 18px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.front-about-text {
		font-size: 16px;
		line-height: 24px;
	}
	.front-about-content .site-box-arrow-btn {
		margin: 0 auto;
	}
	.first-exam-section {
		margin-top: 0;
		margin-bottom: 80px;
	}
	.first-exam-section .intro-text{
		margin-bottom: 40px;
	}
	.first-exam-section .main-content {
		padding: 35px 20px;
	}
	.first-exam-section ul:first-child li {
		margin-bottom: 0.5em;
	}
	.front-fee-section {
		margin-top: 0;
		padding-bottom: 0;
	}
	.front-fee-backing {
		display: none;
	}
	.front-fee-image.dt {
		display: none;
	}
	.front-fee-image.mb {
		width: 100%;
		left: unset;
		display: block;
		position: relative;
		max-width: unset;
		aspect-ratio: unset;
	}
	.front-fee-container {
		padding: 0;
		width: calc(100% - 30px);
		margin-top: -60px;
	}
	.front-fee-content {
		padding: 35px 20px;
		/* background-image: url(../img/front-fee-bg-mb.jpg); */
	}
	.front-fee-text {
		font-size: 16px;
		line-height: 1.4em;
		margin-top: 30px;
	}
	.front-fee-box {
		flex: 0 0 calc((100% - 27px) / 2);
	}
	.front-feature-section {
		padding: 40px 0 0 0;
		margin-bottom: 20px;
	}
	.front-feature-section .site-lined-heading {
		margin: 0 0 30px 0;
		padding-left: 15px;
	}
	.front-feature-backing {
		display: none;
	}
	.front-feature-content {
		column-gap: unset;
		flex-direction: column;
	}
	.front-feature-section.reverse .front-feature-content {
		flex-direction: column;
	}
	.front-feature-content-left {
		flex: 0 0 auto;
		padding: 0 15px;
	}
	.front-feature-content-right {
		flex: 0 0 auto;
		padding-top: 35px;
	}
	.front-feature-section.reverse .front-feature-content-left {
		padding-left: 0;
	}
	.front-frature-black-label {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;
		margin-bottom: 8px;
	}
	.front-feature-title {
		font-size: 25px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.front-feature-text {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 0;
	}
	.front-feature-image-wrap {
		width: calc(100% - 15px);
		margin-left: 15px;
		margin-bottom: 25px;
	}
	.front-feature-image-wrap .front-feature-image {
		width: 61%;
	}
	.front-feature-section.reverse .front-feature-image-wrap .front-feature-image {
		width: 61%;
		display: block;
		margin-right: 15px;
		margin-left: auto;
	}
	.front-feature-bg {
		width: 85%;
		top: 25px;
		right: 0;
		left: unset;
		bottom: -25px;
	}
	.front-feature-section.reverse .front-feature-bg {
		width: 85%;
		top: 25px;
		left: -15px;
		right: unset;
		bottom: -25px;
	}
	.front-feature-extra-title {
		width: 100%;
		font-size: 20px;
		line-height: 32px;
	}
	.front-feature-extra-subtitle {
		margin-bottom: 0;
	}
	.front-feature-extra {
		flex-direction: column;
	}
	.front-feature-extra-left {
		flex: 0 0 auto;
		padding: 0 15px;
	}
	.front-feature-extra-right {
		flex: 0 0 auto;
		padding: 50px 15px 0 15px;
	}
	.front-feature-extra-image.primary {
		width: 79.4%;
		margin: 0 auto;
		display: block;
	}
	.front-feature-extra-boxes {
		column-gap: 5.65%;
	}
	.front-feature-extra-box {
		flex: 1 1 29.56%;
	}
	.front-feature-extra-box:after {
		top: 30%;
		right: -16px;
		width: 12px;
		height: 14px;
	}
	.front-feature-extra-subtitle {
		font-size: 16px;
		line-height: 19px;
	}
	.front-message-section {
		padding-top: 50px;
	}
	.front-message-image.mb {
		display: block;
		width: 80%;
		margin: 30px auto;
	}
	.front-message-image.dt {
		display: none;
	}
	.front-message-content {
		padding: 0;
		margin: 0 auto;
		width: calc(100% - 30px);
	}
	.front-message-background-wrap {
		padding: 45px 0;
	}
	.front-message-title {
		font-size: 25px;
		line-height: 40px;
		margin: 30px 0;
	}
	.front-message-text {
		font-size: 16px;
		line-height: 1.4em;
	}
	.front-message-section .site-box-arrow-btn {
		margin: 0 auto;
	}
	.front-news-content {
		flex-direction: column;
	}
	.front-news-title-box {
		width: 200px;
		padding: 30px 0 32px 0;
		margin: 0 auto 36px auto;
	}
	.front-news-items {
		padding: 0 15px;
	}
	.front-news-item {
		column-gap: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.front-news-item .news-date {
		flex: 0 0 auto;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.85px;
	}
	.front-news-item .news-title {
		font-size: 16px;
		line-height: 1.4em;
	}
	.front-faq-image.mb {
		width: 100%;
		display: block;
	}
	.front-faq-image.dt {
		display: none;
	}
	.front-faq-content {
		padding: 50px 20px;
		width: calc(100% - 30px);
		margin: -50px auto 0 auto;
	}
	.front-faq-title-top {
		font-size: 35px;
		line-height: 43px;
	}
	.front-faq-title-box {
		padding-bottom: 5px;
	}
	.front-faq-content .questions-answers .question-answer .question:before,
	.front-faq-content .questions-answers .question-answer .answer *:first-child:before {
		font-size: 23px;
		line-height: 23px;
	}
	.front-faq-text {
		text-align: left;
	}
	.front-contact-section {
		padding: 50px 15px;
	}
	.front-contact-mobile-intro {
		display: block;
	}
	.front-contact-mobile-text {
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.front-contact-btn {
		width: 100%;
		height: unset;
		margin-bottom: 30px;
		flex-direction: column;
	}
	.front-contact-btn-left,
	.front-contact-btn-right {
		height: 100px;
		flex: 0 0 auto;
	}
	.front-contact-content {
		flex-direction: column;
	}
	.front-contact-map-wrap {
		width: 100%;
		margin-right: 0;
		aspect-ratio: 345 / 233;
	}
	.front-contact-info-row {
		flex-direction: column;
	}
	.front-contact-info-label {
		flex: 0 0 auto;
	}
	.front-contact-info-text {
		font-size: 14px;
		line-height: 21px;
	}
	.front-contact-hours-title {
		font-size: 14px;
		line-height: 21px;
		padding: 7px 0;
	}
	.front-contact-hours-table {
		font-size: 14px;
	}
	.front-contact-hours-table td.label,
	.front-contact-hours-table th.label {
		width: 100px;
	}
	.front-contact-hours-table td.label {
		font-size: 13px;
	}

	/* ABOUT PAGE */
	.about-feature-section {
		padding: 50px 0;
	}
	.about-feature-section .site-gradient-heading {
		margin-bottom: 30px;
	}
	.site-container.about-feature-container {
		width: calc(100% - 30px);
	}
	.about-feature-boxes {
		row-gap: 60px;
		flex-direction: column;
	}
	.about-feature-box {
		flex: 0 0 auto;
		padding: 0;
	}
	.about-feature-seper {
		display: none;
	}
	.about-feature-image-wrap {
		width: calc(100% - 50px);
		margin: 0 auto;
	}
	.about-feature-image-label {
		font-size: 45px;
	}
	.about-feature-title {
		margin-top: 35px;
	}
	.site-container.about-clinic-container {
		width: calc(100% - 30px);
	}
	.about-clinic-section {
		padding: 50px 0;
	}
	.about-clinic-section .site-lined-heading {
		margin-left: 25px;
	}
	.about-clinic-boxes {
		flex-direction: column;
		margin-top: 30px;
		row-gap: 60px;
	}
	.about-clinic-boxes-back {
		display: none;
	}
	.site-section.about-facility-section {
		padding: 50px 0;
	}
	.site-container.about-facility-container {
		width: calc(100% - 30px);
	}
	.about-facility-section .site-lined-heading {
		margin-left: 25px;
	}
	.about-facility-top-boxes {
		width: 100%;
		row-gap: 50px;
		flex-direction: column;
	}
	.about-facility-top-title,
	.about-facility-top-text {
		margin-left: 0;
	}
	.about-facility-boxes {
		row-gap: 50px;
		column-gap: 10%;
	}
	.about-facility-box {
		flex: 0 0 45%;
	}
	.about-facility-title {
		font-size: 18px;
		line-height: 1.6em;
		margin-left: 0;
	}
	.about-facility-text {
		font-size: 16px;
		line-height: 1.4em;
		margin-left: 0;
	}
	.about-message-section {
		padding-top: 45px;
	}
	.about-message-background-wrap {
		padding: 47px 0 0 0;
		margin-bottom: 70px;
	}
	.about-message-container {
		width: calc(100% - 30px);
		padding-bottom: 45px;
	}
	.about-message-content {
		width: 100%;
		padding-left: 0;
	}
	.about-message-section .site-lined-heading {
		margin-left: 25px;
	}
	.about-message-section .site-box-arrow-btn {
		margin: 0 auto;
	}
	.about-message-image.mb {
		display: block;
		width: 80%;
		margin: 30px auto;
	}
	.about-message-image.dt {
		display: none;
	}
	.about-message-title {
		font-size: 25px;
		line-height: 40px;
		margin: 30px 0;
	}
	.about-staff-container {
		width: calc(100% - 30px);
	}
	.about-staff-section .site-lined-heading {
		margin-left: 25px;
	}
	.about-staff-content {
		width: 100%;
		flex-direction: column;
	}
	.about-staff-image-wrap {
		width: 71%;
		margin: 0 auto 50px auto;
	}
	.about-staff-image-wrap:after {
		top: 20px;
		left: 20px;
		right: -20px;
		bottom: -20px;
	}
	.about-staff-accol {
		font-size: 16px;
		line-height: 1.4em;
	}
	.medical-fee-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.medical-fee-container {
		width: calc(100% - 30px);
	}
	.medical-fee-content {
		padding: 50px 20px;
	}
	.medical-fee-text {
		font-size: 16px;
		line-height: 1.4em;
		text-align: left;
	}
	.medical-fee-section .front-fee-boxes {
		justify-content: flex-start;
	}
	.medical-flow-images {
		display: none;
	}
	.medical-flow-content {
		flex: 0 0 100%;
		padding: 0 15px;
	}
	.medical-flow-item {
		align-items: center;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.medical-flow-item .medical-flow-item-image {
		width: 104px;
	}
	.medical-flow-item-right {
		padding-top: 11px;
	}
	.medical-flow-item .medical-flow-title {
		text-align: center;
	}
	.medical-payment-section {
		padding-top: 50px;
	}
	.medical-payment-container {
		width: calc(100% - 30px);
	}
	.medical-payment-title {
		font-size: 28px;
		line-height: 1.6em;
		margin-bottom: 50px;
	}
	.medical-payment-text {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4em;
		text-align: left;
	}
	.medical-payment-boxes {
		flex-direction: column;
	}
	.medical-payment-box-wrap {
		width: 100%;
		max-width: 360px;
	}
	.medical-payment-box-wrap:after {
	    top: 12px;
	    left: 15px;
	    right: -15px;
	    bottom: -12px;
	}
	.medical-payment-notes {
		width: 100%;
		font-size: 16px;
		line-height: 1.4em;
	}
	.medical-payment-lower {
		margin: 570px -15px 0 -15px;
		padding: 330px 15px 40px 15px;
	}
	.medical-payment-boxes {
		margin-top: -830px;
	}
	.medical-coverage-section {
		padding-top: 50px;
	}
	.medical-coverage-container {
		width: 100%;
		padding: 40px 35px;
	}
	.medical-coverage-content {
		row-gap: 20px;
	}
	.medical-coverage-group {
		flex: 0 0 100%;
	}
	.medical-about-section {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.medical-about-container {
		width: calc(100% - 30px);
		flex-direction: column;
	}
	.medical-about-image-wrap.one {
		margin-bottom: 18.4%;
	}
	.medical-about-back.one {
		width: 68.8%;
		transform: translate(-38%, 54%);
	}
	.medical-about-image-wrap.two {
		display: none;
	}
	.medical-about-content {
		width: 100%;
		margin-top: 60px;
	}
	.medical-about-payment {
		margin-bottom: 40px;
	}
	.medical-about-payment:last-child {
		margin-bottom: 0;
	}

	/* COMMON PAGE */
	.common-page-container {
		width: calc(100% - 30px);
	}
	.common-page-section {
		padding: 50px 0;
	}
	.common-page-content h2 {
		font-size: 25px;
		line-height: 40px;
		text-align: left;
		padding: 13px;
		margin: 40px 0 30px 0;
	}
	.common-page-content h2:first-child {
		margin-top: 0;
	}
	.common-page-content p {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 18px;
	}
}

/* SPECIAL ONLY-FRONT-PAGE STYLES */
/* body.only-front-page .footer-right .footer-menu-wrap {
	display: none;
}
body.only-front-page header .site-menu {
	display: none;
}
body.only-front-page .site-btn:not(#contact_submit_btn) {
	display: none;
}



 */
 /**uematsu--access--**/
.access-container {
	width: calc(100% - 80px);
	max-width: 1300px;
	margin: 0 auto;
}
.access-case {
	text-align: center;
}
.access-case h3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 2rem;
	font-weight: bold;
}
.case-label {
	color: black;
}
.access-desc {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	align-items: flex-start;
}
.access-img img{
	width: 100%;
}
.access-img p{
	margin-top: 0;
    margin-bottom: 1rem;
}
.access-img {
	width: 43%;
}
@media screen and (max-width: 767px) {

}