/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/

/* Box sizing rules */

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Set core root defaults */

html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/

/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/

/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/

html {
	font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%;
}

body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.no-scroll {
	height: 100vh;
	overflow: hidden;
	width: 100%;
}

.js-fadeIn {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-slideIn {
	opacity: 0;
	transform: translateX(30px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-slideInReverse {
	opacity: 0;
	transform: translateX(-30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.section-title {
	font-size: 5.1282051282vw;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.45;
}

.section-divider {
	background: linear-gradient(to right, #EC6C00 50%, #FFCE9D 50%);
	height: 1.2820512821vw;
	margin-inline: auto;
	margin-top: 2.0512820513vw;
	width: 9.7435897436vw;
}

.recruit-banner__link {
	align-items: center;
	background: #EC6C00;
	color: #fff;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.recruit-banner__link::after {
	border-right: 0.5128205128vw solid #fff;
	border-top: 0.5128205128vw solid #fff;
	content: "";
	height: 2.0512820513vw;
	position: absolute;
	right: 5.1282051282vw;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease-out;
	width: 2.0512820513vw;
}

.recruit-banner__link:hover.recruit-banner__link::after {
	right: 3.8461538462vw;
}

.recruit-banner__img {
	height: 25.641025641vw;
	width: 25.641025641vw;
}

.recruit-banner__text {
	flex: 1;
	padding: 0 7.6923076923vw;
}

.recruit-banner__lead {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 3.3333333333vw;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.7692307692;
}

.recruit-banner__title {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 5.1282051282vw;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.7;
}

.info-tel {
	align-items: center;
	background: #EC6C00;
	border: 0.2564102564vw solid #fff;
	color: #fff;
	display: inline-flex;
	font-size: 4.1025641026vw;
	font-weight: 700;
	justify-content: center;
	padding: 3.3333333333vw 8.7179487179vw;
	text-decoration: none;
}

.info-tel__number {
	font-size: 4.1025641026vw;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-left: 2.3076923077vw;
}

.info-tel__icon {
	vertical-align: middle;
}

.hm_wrap {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.header {
	height: 12.8205128205vw;
	position: relative;
	transition: background-color 0.3s ease-out;
	width: 100%;
}

.header__logo {
	align-items: center;
	display: flex;
	height: 12.8205128205vw;
	margin-left: 2.3076923077vw;
}

.header.backgroundColor {
	background-color: #fff;
	height: inherit;
}

.header.backgroundColor .logo {
	transition: all 0.3s ease-out;
}

.logo {
	display: inline-block;
	max-width: 42.5641025641vw;
	transition: all 0.3s ease-out;
	width: 100%;
}

/*----------------------------------------------------
  ■HamburgerMenu
----------------------------------------------------*/

.hm_menu_wrap input[type=radio],
.hm_menu_wrap input[type=checkbox] {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.hm_menu_wrap .row {
	height: calc(100% - 60px);
	overflow-y: scroll;
	padding: 10px;
}

/* Accordion styles */

.hm_menu_wrap .tabs {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	max-width: 1200px;
	width: 100%;
}

.hm_menu_wrap .tab-ttl {
	background: #f1f1f1;
	margin: auto;
	margin-top: 15px;
	max-width: 1200px;
	padding: 10px;
	width: 100%;
}

.hm_menu_wrap .tab {
	color: white;
	position: relative;
	width: 100%;
}

.hm_menu_wrap .tab-label {
	background: #00a6dc;
	cursor: pointer;
	display: block;
	height: 31px;
	padding: 5px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 1px;
	width: 31px;
}

.hm_menu_wrap p {
	border-top: 1px solid #fff;
	margin: 5px;
	width: calc(33.3333333333% - 10px);
}

.hm_menu_wrap p a,
.hm_menu_wrap p span {
	background: #fff;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 5px;
	position: relative;
	text-decoration: none;
}

.hm_menu_wrap .tab-label:hover,
.hm_menu_wrap p a:hover {
	color: #20baec;
}

.hm_menu_wrap p a::after,
.hm_menu_wrap p span::after {
	content: "❯";
	height: 1em;
	text-align: center;
	transition: all 0.6s;
	width: 1em;
}

.hm_menu_wrap .tab-label::after {
	content: "\f067";
	font-family: "FontAwesome";
	height: 1em;
	text-align: center;
	transition: all 0.6s;
	width: 1em;
}

.hm_menu_wrap .tab-content {
	background: white;
	color: #333;
	max-height: 0;
	padding: 0 1em;
	transition: all 0.6s;
}

.hm_menu_wrap .tab-close {
	background: #fff;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75em;
	padding: 1em 0;
}

.hm_menu_wrap .tab-close:hover {
	color: #aaa;
}

.hm_menu_wrap input:checked + .tab-label {
	background: #02a1d4;
}

.hm_menu_wrap input:checked + .tab-label::after {
	content: "\f068";
	font-family: "FontAwesome";
}

.hm_menu_wrap input:checked ~ .tab-content {
	max-height: 100vh;
	padding: 5px;
}

.hm_menu_wrap .tab-content a {
	display: block;
	padding: 2.5px 5px;
	text-decoration: none;
	transition: all 0.6s;
}

.hm_menu_wrap .tab-content a:hover {
	background: #e3efff;
	padding-left: 10px;
}

.fa-remove::before,
.fa-close::before,
.fa-times::before {
	content: "×" !important;
	font-style: normal;
}

/*----------------------------------------------------
  ■HamburgerMenu
----------------------------------------------------*/

.hm_menu_check {
	display: none; /* チェックボックスを隠す */
}

/* ▽▽メニューボタン▽▽ */

.hm_btn {
	align-items: center;
	background: #fff;
	cursor: pointer;
	display: flex;
	height: 12.8205128205vw;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 12.8205128205vw;
	z-index: 1000;
}

.hm_btn span {
	background: #EC6C00;
	border-radius: 0.5128205128vw;
	display: inline-block;
	height: 0.7692307692vw;
	position: relative;
	width: 6.6666666667vw;
}

.hm_btn span::before,
.hm_btn span::after {
	background: inherit;
	border-radius: 0.5128205128vw;
	content: "";
	height: inherit;
	left: 0;
	position: absolute;
	width: 100%;
}

.hm_btn span::before {
	top: 2.0512820513vw;
}

.hm_btn span::after {
	bottom: 2.0512820513vw;
}

/* △△メニューボタン△△ */

.hm_menu_wrap {
	background: #fff;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: -200%;
	transition: top 0.4s;
	width: 100%;
	z-index: 1001;
}

.hm_menu_wrap i {
	color: #000;
	cursor: pointer;
	font-size: 40px;
	position: absolute;
	right: 15px;
	top: 10px;
}

.hm_menu_close {
	background: #000;
	display: block;
	height: 1000px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -300px;
	transition: opacity 0.2s;
	width: 0%;
}

.hm_menu_close label {
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
}

.hm_menu_wrap .band {
	background: #fff;
	display: block;
	padding: 20px;
	text-align: center;
	width: 100%;
}

.hm_menu_wrap .band {
	background: #fff;
	display: block;
	padding: 20px 0 0 0;
	text-align: center;
	width: 100%;
}

.hm_menu_wrap .band .band-sns,
.hm_menu_wrap .band .band-copy {
	text-align: center;
}

.hm_menu_wrap .band .band-sns a {
	display: inline-block;
	height: 30px;
	margin: 5px;
	width: 30px;
}

/* ▽▽開閉時のアニメーション▽▽ */

.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	transform: none;
}

.hm_menu_check:checked ~ .hm_menu_wrap {
	top: 0;
}

.hm_menu_check:checked ~ .hm_menu_close {
	height: 10000px;
	opacity: 0.5;
	width: 100%;
	z-index: 1000;
}

/* △△開閉時のアニメーション△△ */

.mv {
	min-height: 153.8461538462vw;
	position: relative;
}

.mv::after {
	background: rgba(177, 177, 177, 0.64);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.mv__inner {
	height: inherit;
	min-height: inherit;
}

.mv__title-wrap {
	left: 8.9743589744vw;
	max-width: 75.641025641vw;
	position: absolute;
	top: 25.641025641vw;
	width: 100%;
	z-index: 2;
}

.mv__img,
.mv__img img {
	height: 153.8461538462vw;
	min-height: inherit;
}

.mv__img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.mv__calendar {
	background-color: #fff;
	bottom: 14.1025641026vw;
	max-width: 92.3076923077vw;
	padding: 2.5641025641vw 3.8461538462vw 5.1282051282vw;
	position: absolute;
	right: 0;
	z-index: 2;
}

.mv__heading {
	font-size: 3.8461538462vw;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.mv__heading span { display: inline-block; margin-left: 10px; font-size: 2.8461538462vw; color: #ff0000;}

.calendar-table {
	border-collapse: collapse;
	font-size: 2.5641025641vw;
	line-height: 7.1794871795vw;
	margin-top: 2.0512820513vw;
	width: 100%;
}

.calendar-table thead th {
	border-bottom: 0.2564102564vw solid #DBDBDB;
	border-top: 0.5128205128vw solid #DBDBDB;
	font-weight: 400;
	padding: 0 3.0769230769vw;
}

.calendar-table thead th:first-of-type {
	padding: 0;
	text-align: left;
}

.calendar-table tbody tr {
	border-bottom: 0.2564102564vw solid #DBDBDB;
}

.calendar-table tbody th {
	font-weight: 400;
	text-align: left;
}

.calendar-table tbody td {
	font-size: 1.5384615385vw;
}

.calendar-table tbody td.time {
	position: relative;
}

.calendar-table tbody td.time::after {
	color: #333;
	content: "14:00〜17:45";
	font-size: 1.5384615385vw;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 40%;
	transform: translateX(-50%);
	white-space: nowrap;
	width: 100%;
}

.calendar-table tbody td span.rest {
	background: #333;
	display: inline-block;
	height: 0.5128205128vw;
	width: 2.5641025641vw;
}

.calendar-table td {
	color: #EC6C00;
	font-weight: bold;
	text-align: center;
}

.mv__button {
	margin-top: 3.8461538462vw;
	text-align: center;
}

.btn {
	background-color: #EC6C00;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 3.0769230769vw;
	letter-spacing: 0.06em;
	padding: 2.0512820513vw 6.6666666667vw;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.btn::after {
	border-right: 0.5128205128vw solid #fff;
	border-top: 0.5128205128vw solid #fff;
	content: "";
	height: 1.0256410256vw;
	position: absolute;
	right: 4.1025641026vw;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease-out;
	width: 1.0256410256vw;
}

.btn:hover.btn::after {
	right: 2.8205128205vw;
}

.info-links__fixed {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 300;
}

.info-links {
	background-color: #1e4488;
	border-top: 0.2564102564vw solid #fff;
	display: flex;
	height: 20.5128205128vw;
	justify-content: space-between;
	text-align: center;
}

.info-link {
	align-items: center;
	background-color: #004381;
	border-right: 0.2564102564vw solid rgba(255, 255, 255, 0.5);
	color: #fff;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 2.8205128205vw 0 4.358974359vw;
	row-gap: 1.5384615385vw;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.info-link:first-child {
	border-left: 0.2564102564vw solid rgba(255, 255, 255, 0.5);
}

.info-link__icon {
	display: block;
	flex: 1;
	transition: all 0.3s ease-out;
}

.info-link__text {
	font-size: 3.5897435897vw;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4285714286;
}

.icon-mobile {
	width: 4.6153846154vw;
}

.icon-access {
	width: 5.1282051282vw;
}

.icon-price {
	width: 7.1794871795vw;
}

.icon-news {
	width: 7.1794871795vw;
}

.nav-cards {
	background: #FFF6ED;
	padding: 10.2564102564vw 0;
}

.nav-cards__inner {
	margin-inline: auto;
	max-width: 100%;
	padding: 0 5.1282051282vw;
	width: 100%;
}

.nav-cards__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-cards__item + .nav-cards__item {
	margin-top: 3.0769230769vw;
}

.nav-cards__link {
	align-items: center;
	background: #fff;
	border: 0.2564102564vw solid #EC6C00;
	color: #EC6C00;
	display: flex;
	font-size: 3.5897435897vw;
	justify-content: center;
	padding: 4.1025641026vw 5.641025641vw;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.nav-cards__link::after {
	border-right: 0.5128205128vw solid #EC6C00;
	border-top: 0.5128205128vw solid #EC6C00;
	content: "";
	height: 2.0512820513vw;
	position: absolute;
	right: 5.641025641vw;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease-out;
	width: 2.0512820513vw;
}

.nav-cards__link:hover {
	background: #EC6C00;
	color: #fff;
}

.nav-cards__link:hover.nav-cards__link::after {
	border-right: 0.5128205128vw solid #fff;
	border-top: 0.5128205128vw solid #fff;
	right: 4.6153846154vw;
}

.clinic-access {
	padding: 10.2564102564vw 0 12.8205128205vw;
}

.clinic-access__inner {
	margin-inline: auto;
	max-width: 67.5rem;
	padding: 0 11.5384615385vw;
	text-align: center;
}

.clinic-access__address {
	font-size: 3.5897435897vw;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.4285714286;
	margin-top: 7.6923076923vw;
}

.clinic-access__tel {
	margin-top: 7.6923076923vw;
}

.clinic-access__map {
	margin-top: 7.6923076923vw;
}

.clinic-access__map iframe {
	height: 56.4102564103vw;
	width: 100%;
}

.prevention {
	background-color: #FFF6ED;
	padding: 12.8205128205vw 0;
	text-align: center;
}

.prevention__inner {
	margin-inline: auto;
	max-width: 100%;
	padding: 0 10.2564102564vw;
	width: 100%;
}

.prevention__list {
	display: grid;
	grid-template-columns: repeat(2, 39.4871794872vw);
	justify-content: space-between;
	margin-top: 13.3333333333vw;
	row-gap: 11.7948717949vw;
}

.prevention__item {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.prevention__image-wrapper {
	height: 35.8974358974vw;
	position: relative;
	width: 35.8974358974vw;
}

.prevention__image {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	display: block;
	object-fit: cover;
}

.prevention__number {
	background-color: #db7020;
	border-radius: 50%;
	color: #fff;
	font-size: 4.1025641026vw;
	font-weight: 700;
	height: 8.9743589744vw;
	left: 0.7692307692vw;
	line-height: 8.2051282051vw;
	position: absolute;
	text-align: center;
	top: -2.5641025641vw;
	width: 8.9743589744vw;
	z-index: 2;
}

.prevention__label {
	background: #82BC69;
	border-radius: 5.1282051282vw;
	color: #fff;
	font-feature-settings: "halt";
	font-size: 3.5897435897vw;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4285714286;
	margin-top: 4.1025641026vw;
	min-width: 35.8974358974vw;
	padding: 2.3076923077vw 2.0512820513vw 2.8205128205vw;
}

.prevention__text {
	font-size: 3.0769230769vw;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.4166666667;
	margin-top: 2.5641025641vw;
}

.information {
	padding: 12.8205128205vw 0;
	text-align: center;
}

.information__inner {
	margin-inline: auto;
	max-width: 100%;
	padding: 0 5.1282051282vw;
	width: 100%;
}

.information__list {
	margin-top: 5.8974358974vw;
	overflow: hidden;
	text-align: left;
}

.information__item {
	border-bottom: 0.2564102564vw solid #DDDDDD;
	font-size: 3.0769230769vw;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.4166666667;
	padding: 3.8461538462vw 0;
	transition: all 0.3s ease-out;
}

.information__item:first-child {
	border-top: 0.2564102564vw solid #DDDDDD;
	border-top: 0.125rem solid #DDDDDD;
}

.information__link {
	display: block;
	text-decoration: none;
}

.information__link:hover {
	opacity: 0.8;
}

.information__label {
	background: #EC6C00;
	color: #fff;
	display: inline-block;
	margin-left: 3.8461538462vw;
	padding: 0.7692307692vw 3.3333333333vw 1.0256410256vw;
	transition: all 0.3s ease-out;
}

.information__text {
	margin-top: 2.5641025641vw;
	transition: all 0.3s ease-out;
}

.information__button-wrap {
	margin-top: 7.6923076923vw;
	text-align: center;
}

.information__button {
	background: #EC6C00;
	color: #fff;
	display: inline-block;
	font-size: 4.1025641026vw;
	font-weight: 700;
	letter-spacing: 0.06em;
	min-width: 56.4102564103vw;
	padding: 3.3333333333vw 5.1282051282vw;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.information__button::after {
	border-right: 0.5128205128vw solid #fff;
	border-top: 0.5128205128vw solid #fff;
	content: "";
	height: 2.0512820513vw;
	position: absolute;
	right: 4.1025641026vw;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease-out;
	width: 2.0512820513vw;
}

.information__button:hover.information__button::after {
	right: 2.8205128205vw;
}

.clinic-list {
	background: #E0F0FF;
	padding: 5.1282051282vw 0;
	text-align: center;
}

.clinic-list__inner {
	margin-inline: auto;
	max-width: 100%;
	padding: 0 5.1282051282vw;
	width: 100%;
}

.clinic-list__heading {
	background: #004381;
	border-radius: 2.5641025641vw;
	padding: 6.6666666667vw 0;
}

.clinic-list__sub-title {
	color: #fff;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 3.0769230769vw;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.6666666667;
}

.clinic-list__title {
	color: #fff;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 6.1538461538vw;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.7083333333;
}

.clinic-list__sub-title {
	color: #fff;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 3.0769230769vw;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.6666666667;
}

.clinic-list__items {
	display: grid;
	gap: 5.1282051282vw 2.0512820513vw;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5.1282051282vw;
}

.clinic-list__item {
	background: #fff;
	border-radius: 2.5641025641vw;
	overflow: hidden;
}

.clinic-card {
	transition: all 0.3s ease-out;
}

.clinic-card__img {
	overflow: hidden;
	transition: all 0.3s ease-out;
}

.clinic-card:hover .clinic-card__img {
	transform: scale(1.1);
}

.clinic-card__info {
	background: #fff;
	padding: 5.1282051282vw 0;
	position: relative;
}

.clinic-card__name-ja {
	color: #141414;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 3.3333333333vw;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.7692307692;
}

.clinic-card__name-en {
	color: #004381;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 2.3076923077vw;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.7777777778;
	margin-top: 2.0512820513vw;
}

.recruit {
	padding: 12.8205128205vw 0 15.3846153846vw;
}

.recruit__inner {
	margin-inline: auto;
	max-width: 100%;
	padding: 0 5.1282051282vw;
	width: 100%;
}

.footer {
	padding: 10.2564102564vw 0 29.7435897436vw;
	position: relative;
}

.footer::before {
	background: #DDDDDD;
	content: "";
	height: 0.2564102564vw;
	left: 50%;
	margin-inline: auto;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 89.7435897436vw;
}

.footer__inner {
	margin-inline: auto;
	max-width: 100%;
	padding: 0 5.1282051282vw;
	width: 100%;
}

.footer__info {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 5.1282051282vw;
}

.footer__logo {
	display: inline-block;
	max-width: 51.2820512821vw;
}

.footer__address {
	font-size: 3.3333333333vw;
	letter-spacing: 0.06em;
	line-height: 1.4615384615;
}

.footer__links {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 5.1282051282vw;
}

.footer-link__item {
	font-size: 3.0769230769vw;
	letter-spacing: 0.06em;
	line-height: 2.0833333333;
	text-decoration: underline;
	transition: all 0.3s ease-out;
}

.footer-link__item:hover {
	opacity: 0.8;
}

.footer__copyright {
	font-size: 3.0769230769vw;
	letter-spacing: 0.06em;
	line-height: 1.4166666667;
	margin-top: 10.2564102564vw;
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {

html:focus-within {
	scroll-behavior: auto;
}

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media screen and (min-width: 768px) {

html {
	font-size: 1.3333333333vw;
}

a:hover {
	opacity: 1;
}

.section-title {
	font-size: 2.5rem;
}

.section-divider {
	height: 0.625rem;
	margin-top: 1.125rem;
	width: 4.75rem;
}

.recruit-banner__link::after {
	border-right: 0.25rem solid #fff;
	border-top: 0.25rem solid #fff;
	height: 1rem;
	right: 2.5rem;
	width: 1rem;
}

.recruit-banner__link:hover.recruit-banner__link::after {
	right: 1.875rem;
}

.recruit-banner__img {
	height: 12.5rem;
	width: 12.5rem;
}

.recruit-banner__text {
	padding: 0 3.75rem;
}

.recruit-banner__lead {
	font-size: 1.625rem;
}

.recruit-banner__title {
	font-size: 2.5rem;
}

.info-tel {
	border: 0.125rem solid #fff;
	font-size: 2rem;
	padding: 1.625rem 4.25rem;
	pointer-events: none;
}

.info-tel__number {
	font-size: 2rem;
	margin-left: 1.125rem;
}

.header {
	height: 6.25rem;
}

.header__logo {
	height: 6.25rem;
}

.header.backgroundColor {
	height: inherit;
}

.logo {
	max-width: 20.75rem;
}

.hm_btn {
	height: 6.25rem;
	width: 6.25rem;
}

.hm_btn span {
	border-radius: 0.25rem;
	height: 0.375rem;
	width: 3.25rem;
}

.hm_btn span::before,
.hm_btn span::after {
	border-radius: 0.25rem;
}

.hm_btn span::before {
	top: 1rem;
}

.hm_btn span::after {
	bottom: 1rem;
}

.mv {
	height: 100%;
	min-height: 37.5rem;
}

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

.mv__title-wrap {
	left: 4.375rem;
	max-width: 36.875rem;
	top: 12.5rem;
}

.mv__img,
.mv__img img {
	height: 75rem;
}

.mv__img img {
	-o-object-position: 50% 25%;
	object-position: 50% 25%;
}

.mv__calendar {
	bottom: 6.875rem;
	max-width: 45rem;
	padding: 1.25rem 1.875rem 2.5rem;
}

.mv__heading {
	font-size: 1.875rem;
}
.mv__heading span { display: inline-block; margin-left: 10px; font-size: 1rem; color: #ff0000;}

.calendar-table {
	font-size: 1.25rem;
	line-height: 3.5rem;
	margin-top: 1rem;
}

.calendar-table thead th {
	border-bottom: 0.25rem solid #DBDBDB;
	border-top: 0.25rem solid #DBDBDB;
	padding: 0 1.5rem;
}

.calendar-table tbody tr {
	border-bottom: 0.125rem solid #DBDBDB;
}

.calendar-table tbody td {
	font-size: 0.75rem;
}

.calendar-table tbody td.time::after {
	font-size: 0.75rem;
}

.calendar-table tbody td span.rest {
	height: 0.25rem;
	width: 1.25rem;
}

.mv__button {
	margin-top: 1.875rem;
}

.btn {
	font-size: 1.5rem;
	padding: 1rem 3.25rem;
}

.btn::after {
	border-right: 0.25rem solid #fff;
	border-top: 0.25rem solid #fff;
	height: 0.5rem;
	right: 2rem;
	width: 0.5rem;
}

.btn:hover.btn::after {
	right: 1.375rem;
}

.info-links__fixed {
	position: relative;
}

.info-links {
	border-top: 0.0625rem solid #fff;
	height: 10rem;
}

.info-link {
	border-right: 0.125rem solid rgba(255, 255, 255, 0.5);
	padding: 1.375rem 0 2.125rem;
	row-gap: 0.75rem;
}

.info-link:first-child {
	border-left: 0.125rem solid rgba(255, 255, 255, 0.5);
}

.info-link:hover .info-link__icon {
	transform: rotateY(360deg);
}

.info-link__text {
	font-size: 1.75rem;
}

.icon-mobile {
	width: 2.25rem;
}

.icon-access {
	width: 2.5rem;
}

.icon-price {
	width: 3.5rem;
}

.icon-news {
	width: 3.5rem;
}

.nav-cards {
	padding: 5rem 0;
}

.nav-cards__inner {
	max-width: 65rem;
	padding: 0 1.25rem;
}

.nav-cards__item + .nav-cards__item {
	margin-top: 1.5rem;
}

.nav-cards__link {
	border: 0.125rem solid #EC6C00;
	font-size: 1.75rem;
	padding: 2rem 2.75rem;
}

.nav-cards__link::after {
	border-right: 0.25rem solid #EC6C00;
	border-top: 0.25rem solid #EC6C00;
	height: 1rem;
	right: 2.75rem;
	width: 1rem;
}

.nav-cards__link:hover.nav-cards__link::after {
	border-right: 0.25rem solid #fff;
	border-top: 0.25rem solid #fff;
}

.clinic-access {
	padding: 5rem 0 6.25rem;
}

.clinic-access__inner {
	padding: 0 5.625rem;
}

.clinic-access__address {
	font-size: 1.75rem;
	margin-top: 3.75rem;
}

.clinic-access__tel {
	margin-top: 3.75rem;
}

.clinic-access__map {
	margin-top: 3.75rem;
}

.clinic-access__map iframe {
	height: 27.5rem;
}

.prevention {
	padding: 6.25rem 0;
}

.prevention__inner {
	max-width: 82.5rem;
	padding: 0 1.25rem;
}

.prevention__list {
	grid-template-columns: repeat(4, 1fr);
	margin-top: 6.5rem;
	row-gap: 5.75rem;
}

.prevention__image-wrapper {
	height: 17.5rem;
	width: 17.5rem;
}

.prevention__number {
	font-size: 2rem;
	height: 4.375rem;
	left: 0.375rem;
	line-height: 4rem;
	top: -1.25rem;
	width: 4.375rem;
}

.prevention__label {
	border-radius: 2.5rem;
	font-size: 1.75rem;
	margin-top: 2rem;
	min-width: 17.5rem;
	padding: 1.125rem 1rem 1.375rem;
}

.prevention__text {
	font-size: 1.5rem;
	margin-top: 1.25rem;
}

.information {
	padding: 6.25rem 0;
}

.information__inner {
	max-width: 65rem;
	padding: 0 1.25rem;
}

.information__list {
	margin-top: 2.875rem;
}

.information__item {
	border-bottom: 0.125rem solid #DDDDDD;
	font-size: 1.5rem;
	padding: 1.875rem 0;
}

.information__label {
	margin-left: 1.875rem;
	padding: 0.375rem 1.625rem 0.5rem;
}

.information__text {
	margin-top: 1.25rem;
}

.information__button-wrap {
	margin-top: 3.75rem;
}

.information__button {
	font-size: 2rem;
	min-width: 27.5rem;
	padding: 1.625rem 2.5rem;
}

.information__button::after {
	border-right: 0.25rem solid #fff;
	border-top: 0.25rem solid #fff;
	height: 1rem;
	right: 2rem;
	width: 1rem;
}

.information__button:hover.information__button::after {
	right: 1.375rem;
}

.clinic-list {
	padding: 2.5rem 0;
}

.clinic-list__inner {
	max-width: 65rem;
	padding: 0 1.25rem;
}

.clinic-list__heading {
	border-radius: 1.25rem;
	padding: 3.25rem 0;
}

.clinic-list__sub-title {
	font-size: 1.5rem;
}

.clinic-list__title {
	font-size: 3rem;
}

.clinic-list__sub-title {
	font-size: 1.5rem;
}

.clinic-list__items {
	gap: 2.5rem 1rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.clinic-list__item {
	border-radius: 1.25rem;
}

.clinic-card__info {
	padding: 2.5rem 0;
}

.clinic-card__name-ja {
	font-size: 1.625rem;
}

.clinic-card__name-en {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.recruit {
	padding: 6.25rem 0 7.5rem;
}

.recruit__inner {
	max-width: 52.5rem;
	padding: 0 1.25rem;
}

.footer {
	padding: 5rem 0 4.5rem;
}

.footer::before {
	height: 0.125rem;
	width: 90%;
}

.footer__inner {
	align-items: end;
	display: flex;
	justify-content: space-between;
	max-width: 85rem;
	padding: 0 1.25rem;
}

.footer__info {
	row-gap: 2.5rem;
}

.footer__logo {
	max-width: 25rem;
}

.footer__address {
	font-size: 1.625rem;
}

.footer__links {
	flex-direction: row;
	margin-top: 2.5rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.footer-link__item {
	font-size: 1.5rem;
}

.footer__copyright {
	font-size: 1.5rem;
	margin-top: 5rem;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1200px) {

.mv__title-wrap {
	left: 5%;
}

.mv__calendar {
	right: 5%;
}

}

@media screen and (max-width: 900px) {

.hm_menu_wrap p {
	width: calc(50% - 10px);
}

}

@media screen and (max-width: 568px) {

.hm_menu_wrap p.full {
	width: calc(100% - 10px);
}

}

@media screen and (max-width: 468px) {

.hm_menu_wrap p,
.hm_menu_wrap p.full {
	font-size: 12px;
}

.hm_menu_wrap p.full-s {
	width: calc(100% - 10px);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

