@charset "UTF-8";
html {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;

}
body {
  background-color: #fffae1;
  color: #604f47;
  font-weight: 700;
}
a {
  color: #604f47;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
/*----------------------------------------------------
	Header
----------------------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header__inner {
  z-index: 2;
  position: relative;
  padding-top: 3.4rem;
}
.l-header__logo {
  text-align: center;
}
.l-header__logo a {
  display: block;
}
/* Header Navi */
.l-header__navi {
  position: relative;
}
.l-header__naviItem {
  position: relative;
}
.l-header__naviItem > a {
  display: block;
  position: relative;
  color: #604f47;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
}
.l-header__subMenu {
  display: none;
  z-index: 2;
  position: relative;
}
.l-header__subMenu.is-active {
  display: block;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header__subMenuList {
  display: flex;
  position: relative;
  flex-direction: column;
}
.l-header__subMenu li a {
  display: block;
  text-align: center;
  transition: opacity 0.2s linear;
}
.l-header__subMenu li a:hover {
  opacity: 0.8;
}
.l-header__tel .c-telBox__number {
  color: #000;
}
.l-header__address {
  color: #000;
  letter-spacing: 0.1em;
}
.l-header__reserveButton {
  display: block;
  color: #fff;
  letter-spacing: 0.1em;
}
.l-header__reserveButton::after {
  width: 2.6rem;
  height: 1.7rem;
  background: url("../../img/common/icon_arrow02.svg") no-repeat center/cover;
  content: "";
  transition: 0.2s linear;
}
/*----------------------------------------------------
	Footer
----------------------------------------------------*/
.l-footer {
  background-color: #fff;
}
.l-footer__inner {
  position: relative;
  background-color: #fffae1;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__logo a {
  display: inline-block;
}
.l-footer__logoText {
  display: block;
  line-height: 1;
}
.l-footer__infoWrapper {
  display: flex;
}
.l-footer__address {
  background-image: repeating-linear-gradient(90deg, #604f47, #604f47 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  letter-spacing: 0.1em;
}
.footer__telWrapper {
  display: flex;
}
.l-footer__telText {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.l-footer__tel .c-telBox::before {
  background-image: url("../../img/common/icon_tel02.svg");
}
.footer__reserveButton {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 7rem;
  background-color: #8dcf00;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
.footer__reserveButton::after {
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: 1.1rem;
  transform: translateY(-50%);
  background: url("../../img/common/icon_arrow02.svg") no-repeat center/cover;
  content: "";
}
.l-footer__map {
  overflow: hidden;
}
.l-footer__map iframe {
  display: block;
}
.l-footer__parkingWrapper {
  display: flex;
  margin-top: 2.2rem;
}
.l-footer__parking {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
.l-footer__parking::before {
  background: url("../../img/common/icon_parking01.svg") no-repeat center/cover;
  content: "";
}
/* ----------------------------------------------------
 calendar
---------------------------------------------------- */
div.cal_wrapper {
  position: relative;
  margin: 0;
}
div.cal_wrapper::before {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #604f47;
  content: "";
}
div.cal_wrapper table {
  width: 100%;
}
div.cal_wrapper table td {
  background: transparent;
}
div.cal_wrapper table.cal tr th {
  background: none;
}
div.cal_wrapper table.cal tr th p {
  z-index: 1;
  position: absolute;
  top: -0.2rem;
  right: 0;
  left: 0;
  margin: auto;
  color: #1a1311;
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
div.cal_wrapper table.cal tr th div.cal_ui {
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
div.cal_wrapper table.cal tr th div.cal_ui::before, div.cal_wrapper table.cal tr th div.cal_ui::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../img/common/icon_arrow03.svg") no-repeat center/cover;
  content: "";
}
div.cal_wrapper table.cal tr th div.cal_ui::before {
  transform: translateY(-50%) scale(-1, 1);
}
div.cal_wrapper table.cal tr th div.cal_ui input {
  margin: 0;
  padding: 0;
  border-radius: 3rem;
  background-color: #604f47;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
div.cal_wrapper table.cal tr th div.cal_ui input:nth-of-type(2) {
  display: none;
}
div.cal_wrapper table.cal tr td {
  position: relative;
  padding: 0;
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  text-align: center;
}
div.cal_wrapper table.cal tr td:first-of-type {
  border-left: none;
}
div.cal_wrapper table.cal tr td:last-of-type {
  border-right: none;
}
div.cal_wrapper table.cal tr:nth-of-type(3) td {
  border-top: none;
}
div.cal_wrapper table.cal tr:last-of-type td {
  border-bottom: none;
}
div.cal_wrapper table.cal tr.headline td {
  background-color: transparent;
  color: #fff;
}
div.cal_wrapper table.cal tr td div {
  padding: 1.9rem 0.6rem;
  border-radius: 1rem;
  background-color: #e3e3e3;
  color: #484848;
  font-weight: 700;
  text-align: center;
}
div.cal_wrapper table.cal tr td div span {
  display: none;
  z-index: 10;
  position: absolute;
  top: 3rem;
  left: 0;
  width: 18rem;
  padding: 0.5rem;
  border: solid 1px #eee;
  background-color: #fff;
  box-shadow: 1px 1px 3px #666;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  font-family: sans-serif;
  text-align: left;
}
div.cal_wrapper table.cal tr td div.backward {
  font-weight: normal;
  opacity: 0.5;
}
div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}
.cal-txt {
  margin-top: 3.8rem;
  color: #484848;
  font-size: 1.6rem;
  text-align: left;
}
.cal-txt span {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 1.2rem;
  vertical-align: -1rem;
}
.cal-txt span:not(:first-of-type) {
  margin-left: 2.8rem;
}
/* ----------------------------------------------------
calendar デザイン調整用
---------------------------------------------------- */
div.cal_wrapper table.cal tr th div.cal_ui input {
  /* next.prev btn */
  -webkit-appearance: none;
  border: 0;
}
/* 午後休診 */
div.cal_wrapper table.cal tr td div.Sat {
  background: #7dc8ba;
  color: #1a5b77;
}
/* Wed;水曜*/
div.cal_wrapper table.cal tr td div.Wed {
  background-color: #f4adad;
  color: #c65757;
}
/* Sun;日曜*/
div.cal_wrapper table.cal tr td div.Sun {
  background-color: #f4adad;
  color: #c65757;
}
/* Holyday;祝日*/
div.cal_wrapper table.cal tr td div.Holyday {
  background-color: #f4adad;
  color: #c65757;
}
/* PMOff；午後休診 */
div.cal_wrapper table.cal tr td div.PMOff {
  background: #7dc8ba;
  color: #1a5b77;
}
/* dayOff;祝日*/
div.cal_wrapper table.cal tr td div.dayOff {
  background-color: #f4adad;
  color: #c65757;
}
/* otherDay;その他 */
div.cal_wrapper table.cal tr td div.otherDay {
  background-color: #efb35f;
  color: #5b4325;
}
/* weekday;一日診療　*/
div.cal_wrapper table.cal tr td div.weekday {
  background-color: #e3e3e3;
  color: #484848;
}
/* Today;当日 */
div.cal_wrapper table.cal tr td div.Today {
  font-weight: 900;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #aaa;
  color: #fff;
}
/*　凡例　*/
.cal-off {
  background-color: #f4adad;
}
.cal-halfOff {
  background-color: #7dc8ba;
}
.cal-other {
  background-color: #efb35f;
}
.l-footer__copyright {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.l-footer__copyright small {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
.l-footer__copyright small a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.l-footer__buttonWrapper {
  z-index: 999;
  margin-bottom: 0;
}
.l-footer__buttonItem a {
  position: relative;
}
.l-footer__pageTop {
  display: block;
  z-index: 2;
  position: absolute;
  border-radius: 50%;
  background-color: #4d4d4d;
  color: #fff;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0.1em;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.l-footer__pageTop::before {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../../img/common/icon_arrow04.svg") no-repeat center/cover;
  content: "";
}
.l-footer__pageTop::after {
  position: absolute;
  background: url("../../img/common/bg_pagetop01.svg") no-repeat center/cover;
  content: "";
}
.l-footer__pageTop.is-show {
  opacity: 1;
  pointer-events: all;
}
.l-footer__pageTop.is-show:hover {
  opacity: 0.8;
}
/*----------------------------------------------------
	Main
----------------------------------------------------*/
.l-container {
  position: relative;
  overflow: hidden;
}
.l-main {
  position: relative;
}
body#home .l-main {
  background-color: #fff;
}
body:not(#home) .l-main::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background-image: url("../../img/page/common/bg_contents01.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
body:not(#home) .l-main::after {
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  content: "";
}
.l-contentsWrapper {
  position: relative;
}
.l-main__inner {
  position: relative;
}
/*----------------------------------------------------
	button
----------------------------------------------------*/
/* 通常ボタン */
.c-button01 {
  display: inline-flex;
  position: relative;
  align-items: center;
  max-width: 100%;
  height: 5rem;
  border-radius: 5rem;
  background-color: #f5ebe1;
  color: #604f47;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transition: 0.2s linear;
}
.c-button01::before {
  border: 0.4rem solid #604f47;
  border-radius: 50%;
  content: "";
}
.c-button01::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../img/common/icon_arrow01.svg") no-repeat center/cover;
  content: "";
  transition: 0.2s linear;
}
.c-button01:hover {
  opacity: 0.8;
}
.c-button01.--white {
  background-color: #fff;
}
/*----------------------------------------------------
	common parts
----------------------------------------------------*/
/* ごあいさつ～クリニック写真の雲背景 */
.c-bgOrangeCloud {
  z-index: 1;
  position: relative;
}
.c-bgOrangeCloud::before {
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.c-bgOrangeCloud::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8efdd;
  content: "";
}
/* TEL */
.c-telBox {
  display: flex;
  align-items: flex-end;
  gap: 1.1rem;
}
.c-telBox::before {
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 0.3rem;
  background: url("../../img/common/icon_tel01.svg") no-repeat center/cover;
  content: "";
}
.c-telBox__number {
  display: block;
  color: #604f47;
  font-weight: 900;
  line-height: 1;
}
/* 診療時間のテーブル */
.c-hours__table {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  text-align: center;
}
.c-hours__table.--01 {
  border-radius: 0.8rem;
  background-color: #fff;
}
.c-hours__table.--02 {
  overflow: hidden;
  border-radius: 2rem;
  background-color: #f8efdd;
}
.c-hours__table thead th {
  font-weight: 700;
}
.c-hours__table.--02 thead th {
  background-color: #7dc8ba;
  color: #fff;
}
.c-hours__table thead th.title {
  text-align: left;
}
.c-hours__table.--02 thead th.title {
  text-align: center;
}
.c-hours__table.--02 tbody tr {
  border-top: 2px solid #fffae1;
}
.c-hours__table tbody td {
  font-weight: normal;
  line-height: 1.5;
}
.c-hours__table tbody td.hour {
  color: #604f47;
  text-align: left;
}
.c-hours__table.--02 tbody td.hour {
  text-align: center;
}
.c-hours__table tbody td.open {
  color: #96c6bc;
  font-weight: 700;
}
.c-hours__table.--02 tbody td.open {
  color: #7dc8ba;
}
.c-hours__text {
  margin-bottom: 0;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: right;
}
/* 採用情報バナー */
.c-footerRecruit {
  z-index: 2;
  position: relative;
  background-color: #d0efea;
}
.c-footerRecruit::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../img/common/bg_recruit01.svg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
.c-footerRecruit::after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../../img/common/bg_recruit02.svg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
.c-footerRecruit__inner {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.c-footerRecruit__inner::before {
  z-index: 1;
  position: absolute;
  transform: translateX(-50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  mix-blend-mode: plus-lighter;
  pointer-events: none;
}
.c-footerRecruit__inner::after {
  position: absolute;
  transform: translateX(-50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.c-footerRecruit__title {
  font-weight: bold;
  line-height: 1.1;
  font-family: "Kaisei Opti", serif;
  letter-spacing: 0.2em;
}
.c-footerRecruit__title::before {
  display: block;
  content: attr(data-text) "";
  font-weight: 900;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
.c-footerRecruit__text {
  margin-bottom: 0;
}
.c-footerRecruit__buttonWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.c-footerRecruit__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-footerRecruit__image img {
  position: absolute;
}
/*----------------------------------------------------
	Component
----------------------------------------------------*/
/* コンテンツ枠 */
.c-contentBlock01 {
  width: 100%;
}
.c-contentBlock02 {
  width: 100%;
}
/* Heading */
.c-topHeading01 {
  font-weight: bold;
  line-height: 1.2;
  font-family: "Kaisei Opti", serif;
}
.c-topHeading01::before {
  display: block;
  content: attr(data-text) "";
  color: #8fc31f;
  font-weight: 900;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
}
/* パンくずリスト */
.c-breadCrumb__list:not(#_) {
  display: flex;
  margin-bottom: 0;
}
.c-breadCrumb__list li {
  position: relative;
  letter-spacing: 0.1em;
}
.c-breadCrumb__list li::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: ">";
}
.c-breadCrumb__list li:last-of-type:after {
  display: none;
}
.c-breadCrumb__list li a {
  color: #8dcf00;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
/* ローカルナビ */
.c-localNav__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.c-localNav__item:not(#_) a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #7dc8ba;
  color: #fff;
  line-height: 1.2;
  transition: all 0.3s linear;
}
.c-localNav__item:not(#_) a:hover {
  opacity: 0.8;
}
.c-localNav__item:not(#_).current a {
  background-color: #604f47;
}
/*----------------------------------------------------
	Project
----------------------------------------------------*/
/* mainVisual */
.p-mainVisual {
  z-index: -1;
  position: relative;
  width: 100%;
  background-color: #fff8d7;
}
.p-mainVisual::before {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  mix-blend-mode: multiply;
}
.p-mainVisual::after {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-mainVisual__slideItem {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.p-mainVisual__slideItem.slick-initialized {
  opacity: 1;
}
.p-mainVisual__slideItem.--01 {
  z-index: 1;
}
.p-mainVisual__textWrapper {
  z-index: 5;
  position: absolute;
}
.p-mainVisual__text > svg > text {
  stroke: #fff;
  fill: #3c2813;
  stroke-linejoin: round;
  paint-order: stroke;
}
.p-mainVisual__hours {
  z-index: 3;
  position: absolute;
}
.p-mainVisual__topCloud::before, .p-mainVisual__topCloud::after {
  position: absolute;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
/* お知らせ */
.pointWrap {
  position: relative;
  border-radius: 2rem;
  background-color: #f2eee7;
}
.pointWrap::before {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.pointWrap::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  content: "";
}
.pointWrap h2 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: 700;
  text-align: center;
}
.pointWrap h2::before {
  display: block;
  content: "INFORMATION";
  color: #8fc31f;
  font-weight: 900;
}
.point {
  font-weight: 500;
}
.point h3 {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}
.point h3::before {
  position: absolute;
  left: 0;
  background: url("../../img/common/icon_duck01.svg") no-repeat center/cover;
  content: "";
}
.point p {
  color: #000;
}
.point p a {
  color: #8fc31f;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: 0.3s all;
}
.point p a:hover {
  opacity: 0.8;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
長期休診のお知らせ - table
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
table.schedule {
  width: 100%;
}
table.schedule thead th {
  padding: 0.8rem 0.5rem 0.9rem;
  background-color: #604f47;
  color: #fff;
  font-weight: 700;
  line-height: 1.47;
  text-align: center;
}
table.schedule thead th:first-of-type {
  border-left: none;
}
table.schedule tbody th {
  padding: 0.3rem 0.5rem;
  background-color: #fff;
  color: #484848;
  font-weight: 700;
}
table.schedule td {
  padding: 0.3rem 0.5rem;
  background-color: #fff;
  color: #484848;
  font-weight: 700;
  text-align: center;
}
table.schedule thead th.sat, table.schedule thead th span.sat {
  color: #00ddff;
}
/*日付の日祝*/
table.schedule thead th.red, table.schedule thead th span.red {
  color: #ff9999;
}
/*休診欄*/
table.schedule td.red {
  background-color: #ffcbbf;
}
/*日付統合の調整*/
table.schedule thead th.merge span {
  display: inline-block;
}
table.schedule thead th.merge span.btw {
  padding: 0 0.5em;
  vertical-align: 50%;
}
/* 4つの特徴 */
.p-topFeatures {
  position: relative;
  background-color: #e0fce4;
}
.p-topFeatures::before {
  z-index: 1;
  position: absolute;
  top: 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-topFeatures .c-contentBlock02 {
  z-index: 1;
  position: relative;
}
.p-topFeatures__headingWrapper {
  position: relative;
}
.p-topFeatures__heading {
  font-weight: bold;
  font-family: "Kaisei Opti", serif;
  text-align: center;
}
.p-topFeatures__heading::before {
  position: absolute;
  background: url("../../img/top/bg_features07.png") no-repeat center/cover;
  content: "";
}
.p-topFeatures__heading .--subTitle {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: bold;
  letter-spacing: -0.075em;
}
.p-topFeatures__heading .--number {
  display: inline-block;
  position: relative;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.p-topFeatures__heading .--number::before {
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  background-color: #f4adad;
  content: "";
}
.p-topFeatures__boxWrapper {
  display: flex;
  flex-direction: column;
}
.p-topFeatures__box {
  position: relative;
}
.p-topFeatures__boxInner {
  display: flex;
}
.p-topFeatures__image {
  position: relative;
}
.p-topFeatures__image::after {
  position: absolute;
  background: url("../../img/top/img_features06.svg") no-repeat center/cover;
  content: "";
}
.p-topFeatures__image img {
  border-radius: 2rem;
}
.p-topFeatures__title {
  position: relative;
  font-weight: 700;
}
.p-topFeatures__title::before {
  z-index: -1;
  position: absolute;
  content: attr(data-number) "";
  color: #fff;
  font-weight: 900;
  line-height: 1;
}
.p-topFeatures__bgWhite {
  border-radius: 2rem;
  background-color: #fff;
}
.p-topFeatures__text {
  margin-bottom: 0;
}
.p-topFeatures__button {
  width: 100%;
}
.p-topFeatures__pointImage {
  z-index: 1;
  position: absolute;
}
.p-topFeatures__bgImage::before {
  position: absolute;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  mix-blend-mode: multiply;
}
.p-topFeatures__bgImage::after {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  mix-blend-mode: multiply;
}
/* 診療内容 */
.p-topMedical {
  z-index: 1;
  position: relative;
}
.p-topMedical::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-topMedical::after {
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  content: "";
}
.p-topMedical__infoButtonWrapper {
  display: flex;
}
.p-topMedical__infoButton {
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-color: #7dc8ba;
  color: #fff;
}
.p-topMedical__infoButton::before {
  display: block;
  content: attr(data-text) "";
  color: #fff370;
  font-weight: 900;
  line-height: 1;
}
.p-topMedical__infoButton::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #2fa28b url("../../img/common/icon_arrow02.svg") no-repeat center;
  content: "";
  transition: 0.2s linear;
}
.p-topMedical__infoButton.--01 {
  background-image: url("../../img/common/icon_flow01.svg");
}
.p-topMedical__infoButton.--02 {
  background-image: url("../../img/common/icon_access01.svg");
}
.p-topMedical__heading {
  letter-spacing: 0.2em;
  text-align: center;
}
.p-topMedical__boxWrapper {
  display: flex;
  flex-direction: column;
}
.p-topMedical__box {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.p-topMedical__box:not(:last-of-type) {
  background: url("../../img/top/bg_menu07.svg") no-repeat center bottom/100% auto;
}
.p-topMedical__image {
  overflow: hidden;
}
.p-topMedical__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-topMedical__title::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-topMedical__box.--01 .p-topMedical__title::before {
  background-image: url("../../img/top/icon_menu01.svg");
}
.p-topMedical__box.--02 .p-topMedical__title {
  letter-spacing: -0.05em;
}
.p-topMedical__box.--02 .p-topMedical__title::before {
  background-image: url("../../img/top/icon_menu02.svg");
}
.p-topMedical__box.--03 .p-topMedical__title::before {
  background-image: url("../../img/top/icon_menu03.svg");
}
.p-topMedical__text {
  margin-bottom: 0;
}
.p-topMedical__text.--small {
  line-height: 1.6;
}
.p-topMedical__subMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.p-topMedical__subList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.p-topMedical__subListItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  background-color: #f8efdd;
  line-height: 1.56;
  font-family: "Kaisei Opti", serif;
  text-align: center;
}
.p-topMedical__subListItem:nth-of-type(6n + 1) {
  background-color: #f8efdd;
}
.p-topMedical__subListItem:nth-of-type(6n + 2) {
  background-color: #f7dddd;
}
.p-topMedical__subListItem:nth-of-type(6n + 3) {
  background-color: #d4f2d2;
}
.p-topMedical__subListItem:nth-of-type(6n + 4) {
  background-color: #f6e6d5;
}
.p-topMedical__subListItem:nth-of-type(6n + 5) {
  background-color: #c4f2f0;
}
.p-topMedical__subListItem:nth-of-type(6n + 6) {
  background-color: #e1dfff;
}
.p-topMedical__subListItem img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p-topMedical__parts {
  z-index: -1;
  position: absolute;
}
/* ごあいさつ */
.p-topMessage__image {
  overflow: hidden;
}
.p-topMessage__buttonList {
  display: flex;
}
/* クリニック写真 */
.p-topView {
  z-index: 1;
  position: relative;
}
.p-topView::before {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-topView::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  content: "";
}
.p-topView__scroll {
  display: flex;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
}
.p-topViewList {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 0;
  animation: infinity-scroll 30s infinite linear 0.5s both;
}
@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-topViewListItem {
  overflow: hidden;
  box-shadow: 2rem 2rem 2.3rem 0 rgba(85, 74, 62, 0.15);
}
.p-topViewListItem.--01 {
  grid-column: span 2/span 2;
  margin-left: auto;
}
.p-topViewListItem.--02 {
  grid-row-start: 2;
  grid-column-start: 2;
}
.p-topViewListItem.--03 {
  grid-row: span 2/span 2;
  grid-row-start: 1;
  grid-column-start: 3;
}
.p-topViewListItem.--04 {
  grid-row-start: 1;
  grid-column: span 2/span 2;
  grid-column-start: 4;
  margin-left: auto;
}
.p-topViewListItem.--05 {
  grid-row-start: 2;
  grid-column-start: 4;
}
.p-topViewListItem.--06 {
  grid-row-start: 2;
  grid-column-start: 5;
}
.p-topViewListItem.--07 {
  grid-row: span 2/span 2;
  grid-row-start: 1;
  grid-column: span 2/span 2;
  grid-column-start: 6;
}
.p-topView__parts {
  z-index: 1;
  position: absolute;
  pointer-events: none;
}
.p-topView__parts.--01 {
  position: absolute;
  mix-blend-mode: multiply;
}
.p-topView__parts.--02 {
  position: absolute;
  mix-blend-mode: multiply;
}
/* 更新情報 */
.p-topNews__heading {
  background: url("../../img/top/bg_news01.png") no-repeat;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.p-topNewsList {
  margin-bottom: 0;
  background-image: repeating-linear-gradient(90deg, #604f47, #604f47 2px, transparent 2px, transparent 6px);
  background-position: left bottom;
  background-size: 100% 2px;
  background-repeat: repeat-x;
}
.p-topNewsList dt {
  color: #8fc31f;
  font-weight: 700;
}
.p-topNewsList dt:not(:first-of-type) {
  background-image: repeating-linear-gradient(90deg, #604f47, #604f47 2px, transparent 2px, transparent 6px);
  background-position: left top;
  background-size: 100% 2px;
  background-repeat: repeat-x;
}
.p-topNewsList dd {
  line-height: 1.7;
}
.p-topNewsList dd a {
  color: #8fc31f;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.p-topNewsList dd a:hover {
  text-decoration: none;
}
.p-topNews__button {
  border: none;
  box-shadow: none;
}
/*----------------------------------------------------
	下層ページ
----------------------------------------------------*/
/* タイトル */
.p-visual {
  z-index: 1;
  position: relative;
}
.p-visual__title {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.4);
}
.p-visual__image {
  overflow: hidden;
}
/* 見出し */
.hA {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.hA::before {
  content: attr(data-number);
  display: block;
  font-size: clamp(1.7rem, 1.5828rem + 0.313vw, 2rem);
  color: #8dcf00;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hB {
  max-width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #f5ebe1;
  font-weight: 700;
  line-height: 1.2;
}
.hC {
  position: relative;
  max-width: 100%;
  background-image: repeating-linear-gradient(90deg, #604f47, #604f47 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  font-weight: 700;
  line-height: 1.3;
}
.hC::before {
  position: absolute;
  left: 0;
  border-radius: 0.8rem;
  background-color: #604f47;
  content: "";
}
.hD {
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.3;
}
.hD::before {
  position: absolute;
  left: 0;
  border: solid 3px #604f47;
  border-radius: 50%;
  content: "";
}
.hE {
  overflow: hidden;
  background-color: #fff8d7;
  font-weight: 700;
  line-height: 1.3;
}
.p-visual__topCloud::before {
  z-index: -1;
  position: absolute;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
/* 太文字 */
.strongA {
  -webkit-text-decoration-color: #f9efac;
  -webkit-text-decoration-skip-ink: none;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #f9efac;
  text-decoration-thickness: 1.3em;
  text-decoration-skip-ink: none;
  text-underline-offset: -1em;
}
.strongB {
  font-weight: 900;
  font-size: 110%;
}
/* リンク */
.l-main__inner p {
  font-weight: 500;
}
.l-main__inner dd {
  font-weight: 500;
}
.l-main__inner a:not(.linkArrow) {
  color: #7ebb29;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.l-main__inner a:not(.linkArrow):hover {
  text-decoration: none;
}
.telLink {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
}
.telLink::before {
  position: static;
  width: 2.1rem;
  height: 2.1rem;
  transform: translateY(0);
  background: url("../../img/common/icon_tel01.svg") no-repeat center/cover;
  content: "";
}
.telLink a:not(#_) {
  color: #000;
  text-decoration: none;
}
.l-main__inner a.linkArrow {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border-radius: 4rem;
  background-color: #604f47;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transition: all 0.3s;
}
.l-main__inner a.linkArrow::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.4rem;
  height: 1rem;
  transform: translateY(-50%);
  background: url("../../img/common/icon_arrow02.svg") no-repeat center/cover;
  content: "";
}
.l-main__inner a.linkArrow:hover {
  opacity: 0.8;
}
.l-main__inner a.linkArrow.linkExternal span::after {
  display: none;
}
.l-main__inner a:not(.linkArrow).linkExternal span {
  color: #8fc31f;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: color 0.2s;
}
.l-main__inner a:not(.linkArrow).linkExternal span::after {
  content: "\e89e";
  color: #8fc31f;
  font-size: 1.8rem;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "wght"300;
}
.l-main__inner a:not(.linkArrow).linkExternal:hover span, .l-main__inner a:not(.linkArrow).linkExternal:hover span::after {
  opacity: 0.8;
}
.l-main__inner a.linkArrow.linkExternal {
  border: solid 2px #604f47;
  background-color: #fff;
  color: #604f47;
}
.l-main__inner a.linkArrow.linkExternal::after {
  right: 2.3rem;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("../../img/common/icon_external01.svg");
}
/* リスト */
.l-main__inner ul:not(.acsDirection) li, .l-main__inner ol li {
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}
.listDot:not(#_) li {
  position: relative;
}
.listDot:not(#_) li::before {
  position: absolute;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #7ebb29;
  content: "";
}
.listNum {
  counter-reset: ol_li;
}
.listNum:not(#_) li {
  position: relative;
  margin-left: 0;
  list-style: none;
}
.listNum:not(#_) li:before {
  position: absolute;
  left: 0;
  content: counter(ol_li) ".";
  counter-increment: ol_li;
}
.listNote li:not(#_) {
  color: #767676;
  font-weight: 500;
  line-height: 1.57;
}
.listNote li:not(#_):not(:first-of-type) {
  margin-top: 0.2rem;
}
.listCheck:not(#_) li {
  position: relative;
}
.listCheck:not(#_) li::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../../img/common/icon_check01.svg") no-repeat center/cover;
  content: "";
}
dl.listData dt {
  color: #7ebb29;
  font-weight: 700;
}
dl.listData dd {
  font-weight: 500;
  line-height: 1.63;
}
/* 装飾ボックス */
.decBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.decBox01 {
  border: solid 3px #604f47;
}
.decBox02 {
  background-color: #cde7e6;
}
.decBox03 {
  background-color: #fff8d7;
}
/* テーブル */
.tblA th, .tblB th, .tblC th, .tblD th, .tblE th {
  border: solid 2px #fff;
  background-color: #604f47;
  color: #fff;
  font-weight: 700;
}
.tblA td, .tblB td, .tblC td, .tblD td, .tblE td {
  border: solid 2px #fff;
  background-color: #FFFBEC;
  color: #000;
  font-weight: 500;
}
.tblB tr th {
  text-align: left;
}
.tblB td.inrTblB table {
  border: none;
}
.tblB td.inrTblB table th {
  border-right: solid 1px #fff;
  border-bottom: solid 2px #fff;
}
.tblB td.inrTblB table td {
  border-bottom: solid 2px #fff;
}
.tblD td:first-of-type {
  border-bottom: 1px solid #fff;
  background-color: #96c6bc;
  color: #000;
  text-align: center;
}
.tbl-scroll .tblE th {
  background-color: #96c6bc;
}
.tblE th {
  color: #000;
  font-weight: 500;
}
.tblE tr:nth-of-type(even) th {
  background-color: #79ada2;
}
.tblE tr:nth-of-type(even) td {
  background-color: #d5e6e2;
}
.acsDirection {
  font-weight: 500;
}
/* 流れ */
.stpBox__wrapper {
  overflow: hidden;
}
.stpBox {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
  background-color: #fff8d7;
}
.stpBox::before {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 2px;
  background-image: repeating-linear-gradient(180deg, rgba(96, 79, 71, 0.5019607843), rgba(96, 79, 71, 0.5019607843) 4px, transparent 4px, transparent 8px);
  background-position: left top;
  background-size: 2px 100%;
  background-repeat: repeat-y;
  content: "";
}
.stpBox:last-of-type::before {
  display: none;
}
.stpContent > h3 {
  font-weight: 700;
}
.stpContent > h3::before {
  position: absolute;
  border-radius: 50%;
  background-color: #7dc8ba;
  content: "STEP";
  color: #fff;
  line-height: 1;
  text-align: center;
}
.stpContent > h3::after {
  position: absolute;
  content: ""attr(data-number);
  color: #fff;
  line-height: 1;
  text-align: center;
  white-space: pre-wrap;
}
.stpImg {
  overflow: hidden;
  border-radius: 2rem;
}
.stpImg img {
  -o-object-fit: cover;
  object-fit: cover;
}
/*----------------------------------------------------
	Utility
----------------------------------------------------*/
.u-center {
  text-align: center !important;
}
.u-bold {
  font-weight: bold !important;
}
.u-objectFit {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ----------------------------------------------------
	以下、PC用・スマホ用のメディアクエリ
---------------------------------------------------- */
@media (max-width: 767px) {
  div.cal_wrapper table.cal tr th p {
    top: 0.3rem;
    font-size: 2rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input {
    font-size: 2rem;
  }
  div.cal_wrapper table.cal tr td {
    border-top: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-left: 0.3rem solid transparent;
  }
  div.cal_wrapper table.cal tr td div {
    padding: 1.3rem 0.4rem;
    border-radius: 0.5rem;
    font-size: 1.8rem;
  }
  div.cal_wrapper table.cal tr td div span {
    top: 4vw;
    width: 24vw;
    padding: 0.4vw;
  }
  .cal-txt {
    margin-top: 3.2rem;
    font-size: 1.6rem;
  }
  .cal-txt span {
    width: 2.2rem;
    height: 2.1rem;
    margin-right: 0.6rem;
    vertical-align: -0.3rem;
  }
  .cal-txt span:not(:first-of-type) {
    margin-left: 1.9rem;
  }
  table.schedule {
    width: 100%;
    margin: 0.8rem 0;
    border-bottom: none;
  }
  table.schedule thead {
    display: block;
    width: 35%;
    float: left;
  }
  table.schedule th, table.schedule td {
    display: block;
    min-height: 3.2rem;
    padding: 0.5rem;
    text-align: center;
  }
  table.schedule thead th, table.schedule tbody th {
    padding: 0.5rem;
  }
  table.schedule thead th {
    border-bottom: 1px solid #f2eee7;
    line-height: 1.5;
  }
  table.schedule tbody th {
    border-top: none;
    border-bottom: 1px solid #f2eee7;
    border-left: 1px solid #f2eee7;
  }
  table.schedule td {
    border-top: none;
    border-right: none;
  }
  table.schedule:not(.schedule_y) thead th {
    border-top: 1px solid #f2eee7;
    border-bottom: none;
    border-left: none;
  }
  table.schedule:not(.schedule_y) thead th:last-of-type {
    border-bottom: none;
  }
  table.schedule thead th:first-of-type {
    border-top: none;
  }
  table.schedule tbody {
    display: block;
    width: 65%;
    float: left;
  }
  table.schedule thead tr {
    display: block;
  }
  table.schedule tbody tr {
    display: block;
    width: 50%;
    float: left;
  }
  table.schedule {
    zoom: 100%;
  }
  table.schedule td br {
    display: block;
  }
  table.schedule th br {
    display: none;
  }
  table.schedule th br.sp_br {
    display: block !important;
  }
  /*-----------------------------*/
  /*スマホでも横にレイアウト変したい時：長期休診用*/
  table.schedule.schedule_y {
    display: table;
    width: 100% !important;
  }
  table.schedule.schedule_y thead {
    display: table-header-group;
    width: 100%;
    float: none;
  }
  table.schedule.schedule_y thead th {
    border-top: none;
  }
  table.schedule.schedule_y tbody {
    display: table-row-group;
    width: 100%;
    float: none;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    display: table-cell;
    padding: 0.3rem 1px;
    font-size: 1.2rem;
    text-align: center;
  }
  table.schedule.schedule_y th {
    padding: 0.9rem 0;
  }
  table.schedule.schedule_y td br {
    display: block;
  }
  table.schedule.schedule_y th br {
    display: block !important;
  }
  table.schedule.schedule_y th br.sp_br {
    display: none !important;
  }
  table.schedule.schedule_y thead tr {
    display: table-row;
  }
  table.schedule.schedule_y tbody tr {
    display: table-row;
    width: 100%;
    float: none;
  }
  table.schedule.schedule_y tbody tr th {
    width: 2em;
    padding: 0.6rem 0.5rem;
  }
  table.schedule.schedule_y tbody tr th:first-of-type {
    border-top: 1px solid #f2eee7;
  }
  table.schedule.schedule_y tbody tr:first-of-type td {
    border-top: none;
  }
  table.schedule.schedule_y td:last-of-type {
    border-right: none;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    margin-top: -1px;
    margin-left: -1px;
  }
  table.schedule.schedule_y {
    zoom: 100%;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    vertical-align: middle !important;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-link:hover {
    opacity: 0.8;
    transition: opacity 0.2s linear;
  }
  .c-link--bright:hover {
    filter: brightness(1.1);
    transition: filter 0.2s linear;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
    line-height: 1.89;
  }
  .l-header.is-fixed {
    z-index: 999;
    position: fixed;
    right: 0;
    width: 152rem;
    max-width: 100%;
    height: 13.6rem;
    margin: auto;
    transform: translateY(-100%);
    border-radius: 0 0 5rem 5rem;
    background-color: #fff;
    box-shadow: 0 0 1.4rem 0 rgba(148, 127, 40, 0.17);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
  }
  .l-header.is-fixed::before, .l-header.is-fixed::after {
    display: none;
  }
  .l-header.is-fixed.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .l-header.is-fixed .l-header__inner {
    display: flex;
    align-items: flex-start;
    padding: 2.3rem 5rem 2.7rem 4rem;
  }
  .l-header.is-fixed .l-header__logo {
    margin-top: 0.9rem;
    margin-right: 1.7rem;
  }
  .l-header__logoImage {
    width: 37.1rem;
  }
  .l-header.is-fixed .l-header__logoImage {
    width: 24.3rem;
  }
  /* ハンバーガーメニュー */
  .l-header__naviWrapper {
    width: 100rem;
    margin-top: 3.2rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6rem;
    background-color: #fff;
    box-shadow: 0 0 1.4rem 0 rgba(148, 127, 40, 0.17);
  }
  .l-header.is-fixed .l-header__naviWrapper {
    width: auto;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .l-header__navi {
    display: flex;
    justify-content: center;
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .l-header.is-fixed .l-header__navi {
    padding-right: 0;
    padding-left: 0;
  }
  .l-header__naviItem:not(:first-of-type)::after {
    position: absolute;
    top: 1.8rem;
    right: 100%;
    width: 2px;
    height: 3.4rem;
    background-image: repeating-linear-gradient(180deg, rgba(96, 79, 71, 0.3882352941), rgba(96, 79, 71, 0.3882352941) 2px, transparent 2px, transparent 6px);
    background-position: left top;
    background-size: 2px 100%;
    background-repeat: repeat-y;
    content: "";
  }
  .l-header__naviItem > a {
    padding-top: 2.5rem;
    padding-right: 2.6rem;
    padding-bottom: 2.5rem;
    padding-left: 2.6rem;
    font-size: 2rem;
  }
  .l-header__naviItem:hover > a::before {
    position: absolute;
    top: -1.4rem;
    right: 0;
    left: 0;
    width: 0.9rem;
    height: 0.8rem;
    margin: auto;
    background: url("../../img/common/bg_naviCurrent01.svg") no-repeat center/cover;
    content: "";
  }
  .l-header__subMenu {
    position: absolute;
    top: 4.8rem;
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 2rem;
    transform: translateX(-50%);
  }
  .l-header__subMenu.is-active {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-name: fadeIn;
  }
  .is-have-subMenu:hover .l-header__subMenu, .l-header__subMenu:hover {
    display: block;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-name: fadeIn;
  }
  .l-header__naviItem:hover > a {
    opacity: 0.8;
  }
  .l-header__subMenuList {
    min-width: 28rem;
    padding: 0.4rem 3rem 3.4rem;
    border-radius: 2rem;
    background-color: rgba(96, 79, 71, 0.9725490196);
  }
  .l-header__subMenuList::before {
    z-index: -1;
    position: absolute;
    top: -1.1rem;
    right: 0;
    left: 0;
    width: 2.7rem;
    height: 2.7rem;
    margin: auto;
    background: url("../../img/common/bg_gnavi01.svg") no-repeat center/cover;
    content: "";
  }
  .l-header__subMenu li {
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 4px);
    background-position: left bottom;
    background-size: 100% 1px;
    background-repeat: repeat-x;
  }
  .l-header__subMenu li a {
    padding: 1.7rem 0 1.6rem;
    color: #fff;
    line-height: 1.5;
  }
  .l-header.is-fixed .l-header__infoWrapper {
    margin-left: auto;
  }
  .l-header__telWrapper {
    z-index: 2;
    position: absolute;
    top: 3rem;
    right: 25.6rem;
    text-align: right;
  }
  .l-header.is-fixed .l-header__telWrapper {
    position: static;
  }
  .l-header.is-fixed .l-header__telWrapper .c-telBox {
    gap: 0.6rem;
  }
  .l-header.is-fixed .l-header__telWrapper .c-telBox::before {
    width: 1.9rem;
    height: 1.9rem;
    margin-bottom: 0.4rem;
  }
  .l-header.is-fixed .l-header__tel .c-telBox__number {
    font-size: 3rem;
  }
  .l-header__address {
    margin-top: 0.2rem;
    font-size: 1.6rem;
  }
  .l-header.is-fixed .l-header__address {
    display: none;
  }
  .l-header__reserve {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-header.is-fixed .l-header__reserve {
    position: static;
  }
  .l-header__reserveButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 28.7rem;
    height: 18.2rem;
    padding-bottom: 2.4rem;
    padding-left: 10rem;
    gap: 0.6rem;
    background: url("../../img/common/bg_reserve01_pc.svg") no-repeat center/cover;
    font-size: 2.4rem;
    text-align: center;
  }
  .l-header__reserveButton:hover::after {
    margin-left: 1rem;
  }
  .l-header.is-fixed .l-header__reserveButton {
    flex-direction: row;
    width: 20.2rem;
    height: 4rem;
    margin-top: 1.6rem;
    padding-bottom: 0.2rem;
    padding-left: 0;
    gap: 0;
    border-radius: 7rem;
    background-image: none;
    background-color: #8dcf00;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .l-header.is-fixed .l-header__reserveButton::after {
    width: 1.1rem;
    height: 0.8rem;
    margin-right: -1rem;
    margin-left: 0.7rem;
  }
  .l-header.is-fixed .l-header__reserveButton:hover::after {
    margin-right: -1.3rem;
    margin-left: 1rem;
  }
  .l-header.is-fixed .l-header__reserveButton .pcNoDisplay {
    display: block !important;
  }
  .l-footer__inner {
    margin-top: -3rem;
    padding-top: 14.7rem;
  }
  .l-footer__logo {
    margin-bottom: 9.7rem;
  }
  .l-footer__logo img {
    width: 26.4rem;
  }
  .l-footer__logoText {
    margin-top: 2.6rem;
    font-size: 3.8rem;
    letter-spacing: 0.1em;
  }
  .l-footer__infoWrapper {
    justify-content: space-between;
    padding-bottom: 11rem;
    gap: 7rem;
  }
  .l-footer__info {
    width: 60rem;
  }
  .l-footer__address {
    margin-bottom: 2.1rem;
    padding-bottom: 1.9rem;
    line-height: 1.89;
  }
  .footer__telWrapper {
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 9.7rem;
  }
  .l-footer__telText {
    margin-bottom: 1rem;
  }
  .l-footer__tel .c-telBox {
    gap: 0.8rem;
  }
  .footer__reserveButton {
    width: 26.7rem;
    height: 7rem;
  }
  .footer__reserveButton::after {
    right: 2.5rem;
    transition: 0.2s linear;
  }
  .footer__reserveButton:hover::after {
    right: 2.2rem;
  }
  .l-footer__map {
    border-radius: 4rem;
  }
  .l-footer__map iframe {
    height: 45.4rem;
  }
  .l-footer__parkingWrapper {
    justify-content: space-between;
  }
  .l-footer__parking {
    gap: 2rem;
    font-size: 2.6rem;
  }
  .l-footer__parking::before {
    width: 4rem;
    height: 3.3rem;
  }
  .l-footer__accessButton {
    font-size: 1.6rem;
  }
  .l-footer__hours {
    margin-bottom: 6.4rem;
  }
  div.cal_wrapper::before {
    top: 7.7rem;
    height: 7rem;
    border-radius: 2rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::before, div.cal_wrapper table.cal tr th div.cal_ui::after {
    width: 1rem;
    height: 1.7rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::before {
    left: 2rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::after {
    right: 2rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input {
    width: 13rem;
    height: 5.7rem;
    padding-bottom: 0.6rem;
    font-size: 2rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input:nth-of-type(1) {
    padding-left: 1.6rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input:nth-of-type(3) {
    padding-right: 1.6rem;
  }
  div.cal_wrapper table.cal tr.headline td {
    padding: 3rem 0.2rem 1.8rem;
    font-size: 2rem;
  }
  .l-footer__copyright {
    min-height: 33.7rem;
    padding: 16.3rem 0 9.4rem;
    background-image: url("../../img/common/bg_footer01_pc.svg");
  }
  .l-footer__copyright small {
    font-size: 1.6rem;
    line-height: 2.5;
  }
  .l-footer__buttonWrapper {
    position: absolute;
    top: 62.6rem;
    right: calc(50% - 70.6rem);
  }
  body:not(#home) .l-footer__buttonWrapper {
    display: none;
  }
  .l-footer__buttonItem a {
    display: block;
  }
  .l-footer__button.--web {
    width: 22.6rem;
    height: 21.3rem;
    padding-top: 6.4rem;
    padding-right: 0.8rem;
    background: url("../../img/common/bg_reserve02_pc.svg") no-repeat center/cover;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
  .l-footer__button.--web::after {
    position: absolute;
    bottom: 4.3rem;
    left: calc(50% - 0.5rem);
    width: 2.6rem;
    height: 1.7rem;
    transform: translateX(-50%);
    background: url("../../img/common/icon_arrow02.svg") no-repeat center/cover;
    content: "";
    transition: 0.2s linear;
  }
  .l-footer__button.--web:hover::after {
    left: 50%;
  }
  .l-footer__pageTop {
    right: calc((100% - 120rem) / 2 - 2rem);
    bottom: 25rem;
    width: 12.1rem;
    height: 12.1rem;
    padding-top: 5rem;
  }
  .l-footer__pageTop::before {
    top: 2.7rem;
    width: 1.3rem;
    height: 1.9rem;
    transition: 0.2s linear;
  }
  .l-footer__pageTop::after {
    bottom: -4.7rem;
    left: -5.2rem;
    width: 15.2rem;
    height: 7.6rem;
  }
  .l-footer__pageTop:hover::before {
    top: 2.4rem;
  }
  .l-container {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
  }
  .l-main {
    flex: 1;
  }
  body:not(#home) .l-main {
    padding-top: 13.3rem;
  }
  body:not(#home) .l-main::before {
    top: -6rem;
    height: 39.2rem;
  }
  body:not(#home) .l-main::after {
    height: calc(100% - 28.2rem);
  }
  .l-contentsWrapper {
    width: 120rem;
    margin-right: auto;
    margin-left: auto;
  }
  .l-main__inner {
    padding-bottom: 12rem;
  }
  .c-link:focus {
    opacity: 0.8;
    transition: opacity 0.2s linear;
  }
  .c-link--bright:focus {
    filter: brightness(1.1);
    transition: filter 0.2s linear;
  }
  .c-button01 {
    padding: 0.8rem 5.7rem 0.8rem 2rem;
    font-size: 1.8rem;
  }
  .c-button01::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8rem;
  }
  .c-button01::after {
    right: 2.2rem;
    width: 1.9rem;
    height: 1.3rem;
  }
  .c-button01:hover::after {
    right: 1.9rem;
  }
  .c-button01.--large {
    width: 30.9rem;
    height: 7rem;
    padding-left: 2.5rem;
  }
  .c-button01.--large::before {
    margin-right: 1.1rem;
  }
  .c-button01.--large::after {
    right: 2.8rem;
  }
  .c-button01.--large:hover::after {
    right: 2.5rem;
  }
  .c-bgOrangeCloud {
    margin-top: -12rem;
    overflow: hidden;
  }
  .c-bgOrangeCloud::before {
    height: 157.5rem;
    background-image: url("../../img/top/bg_message01_pc.png");
  }
  .c-bgOrangeCloud::after {
    height: calc(100% - 150rem);
  }
  .c-telBox__number {
    font-size: 4.5rem;
  }
  .c-hours__table {
    margin-bottom: 0.8rem;
  }
  .c-hours__table.--01 {
    width: 49.5rem;
    box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.12);
  }
  .c-hours__table.--02 {
    width: 52.5rem;
    margin-bottom: 1.2rem;
  }
  .c-hours__table thead th {
    padding: 1rem 0.9rem 0.2rem;
    font-size: 2rem;
  }
  .c-hours__table thead th:last-of-type {
    padding-right: 2.8rem;
  }
  .c-hours__table.--02 thead th {
    padding: 1.2rem 0.8rem 0.8rem;
  }
  .c-hours__table.--02 thead th:last-of-type {
    padding-right: 2.6rem;
  }
  .c-hours__table thead th.title {
    padding-left: 2.4rem;
  }
  .c-hours__table.--02 thead th.title {
    padding-right: 1.4rem;
    padding-left: 2rem;
  }
  .c-hours__table tbody td {
    padding: 0.5rem 1rem;
    font-size: 2rem;
  }
  .c-hours__table.--02 tbody td {
    padding: 1.3rem 0.8rem 1.4rem;
  }
  .c-hours__table tbody tr:last-of-type td {
    padding-bottom: 1.2rem;
  }
  .c-hours__table.--01 tbody td:last-of-type {
    padding-right: 2.8rem;
  }
  .c-hours__table.--02 tbody td:last-of-type {
    padding-right: 2.6rem;
  }
  .c-hours__table tbody td.hour {
    padding-right: 0.4rem;
    padding-left: 2.4rem;
    font-size: 2rem;
  }
  .c-hours__table.--02 tbody td.hour {
    padding-right: 1.2rem;
    padding-left: 1.6rem;
  }
  .c-footerRecruit {
    min-height: 48.2rem;
  }
  .c-footerRecruit::before {
    width: 155.3rem;
    height: 3.1rem;
  }
  .c-footerRecruit::after {
    width: 160rem;
    height: 3.1rem;
  }
  .c-footerRecruit__inner {
    width: 100%;
    height: 100%;
    padding: 12.2rem 0 11.4rem;
    background-image: url("../../img/common/bg_recruit03_pc.png");
  }
  .c-footerRecruit__inner::before {
    top: 9.5rem;
    left: calc(50% - 15rem);
    width: 100.2rem;
    height: 31.8rem;
    background-image: url("../../img/common/bg_recruit04_pc.png");
  }
  .c-footerRecruit__inner::after {
    top: 11rem;
    left: calc(50% - 2rem);
    width: 140.9rem;
    height: 28.9rem;
    background-image: url("../../img/common/bg_recruit05_pc.png");
  }
  .c-footerRecruit__title {
    font-size: 4.6rem;
  }
  .c-footerRecruit__title::before {
    margin-bottom: 1.6rem;
    font-size: 2.6rem;
  }
  .c-footerRecruit__textWrapper {
    margin-top: 2.4rem;
  }
  .c-footerRecruit__text {
    line-height: 1.89;
  }
  .c-footerRecruit__buttonWrapper {
    justify-content: center;
    width: 64rem;
    margin-top: 4.2rem;
    margin-right: auto;
    margin-left: auto;
    gap: 1.6rem 2rem;
  }
  .c-footerRecruit__button {
    width: 21rem;
    font-size: 1.8rem;
  }
  .c-footerRecruit__button:hover::after {
    right: 2.2rem;
  }
  .c-footerRecruit__image {
    z-index: 2;
  }
  .c-footerRecruit__image img.--01 {
    top: -3rem;
    left: calc(50% - 40.2rem);
    width: 18.4rem;
  }
  .c-footerRecruit__image img.--02 {
    top: -2.5rem;
    right: calc(50% - 52.8rem);
    width: 24.6rem;
  }
  .c-footerRecruit__image img.--03 {
    top: 21.4rem;
    left: calc(50% - 60rem);
    width: 29.6rem;
  }
  .c-footerRecruit__image img.--04 {
    top: 26.6rem;
    right: calc(50% - 57rem);
    width: 14.3rem;
  }
  .c-contentBlock01 {
    width: 120rem;
    margin-right: auto;
    margin-left: auto;
  }
  .c-contentBlock02 {
    width: 120rem;
    margin-right: auto;
    margin-left: auto;
  }
  .c-topHeading01 {
    font-size: 6.6rem;
  }
  .c-topHeading01::before {
    margin-bottom: 2.4rem;
    font-size: 2.6rem;
  }
  .c-breadCrumb {
    position: absolute;
    top: -10.4rem;
    left: 0;
  }
  .c-breadCrumb__list:not(#_) {
    gap: 3.6rem;
  }
  .c-breadCrumb__list li {
    font-size: 1.6rem;
  }
  .c-breadCrumb__list li::after {
    right: -2.4rem;
  }
  .c-localNav {
    margin-bottom: 7rem;
  }
  .c-localNav__list {
    justify-content: center;
    gap: 1.6rem 2rem;
  }
  .c-localNav__item {
    min-width: 23rem;
  }
  .c-localNav__item:not(#_) a {
    height: 6rem;
    padding: 0.9rem 2.4rem;
    border-radius: 4rem;
    font-size: 2rem;
  }
  .p-mainVisual {
    height: 106.3rem;
  }
  .p-mainVisual::before {
    top: 16.5rem;
    left: calc(50% - 99rem);
    width: 100.4rem;
    height: 81.5rem;
    background-image: url("../../img/top/bg_mv01_pc.png");
  }
  .p-mainVisual::after {
    height: 37.1rem;
    background-image: url("../../img/top/bg_mv03_pc.svg");
  }
  .p-mainVisual__inner::before {
    z-index: 2;
    position: absolute;
    top: 62.6rem;
    left: calc(50% + 12.8rem);
    width: 28.7rem;
    height: 29.9rem;
    background: url("../../img/top/bg_mv02_pc.png") no-repeat center/cover;
    content: "";
    mix-blend-mode: multiply;
  }
  .p-mainVisual__slideItem.--01 {
    top: 12.9rem;
    right: calc(50% - 83.1rem);
    width: 72.1rem;
    height: 63.5rem;
  }
  .p-mainVisual__slideItem.--02 {
    top: 34.7rem;
    right: calc(50% - 27.3rem);
    width: 54.8rem;
    height: 48.7rem;
  }
  .p-mainVisual__textWrapper {
    top: 25rem;
    left: calc(50% - 70.2rem);
  }
  .p-mainVisual__title img {
    width: 69.2rem;
  }
  .p-mainVisual__text {
    position: absolute;
    top: 6.6rem;
    left: 40.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 5.7em;
    font-size: 2.7rem;
    line-height: 1.67;
    letter-spacing: -0.01em;
    text-shadow: 0 0 1.4rem rgba(109, 94, 76, 0.25);
  }
  .p-mainVisual__text > svg > text {
    stroke-width: 8px;
    font-size: 2.7rem;
  }
  .p-mainVisual__hours {
    bottom: 25rem;
    left: calc(50% - 67.3rem);
  }
  .p-mainVisual__topCloud::before {
    left: 0;
    width: 44.8rem;
    height: 33.2rem;
    background-image: url("../../img/common/bg_header01_pc.svg");
  }
  .p-mainVisual__topCloud::after {
    right: 0;
    width: 45.3rem;
    height: 51rem;
    background-image: url("../../img/common/bg_header02_pc.svg");
  }
  .pointWrap {
    width: 120rem;
    margin-top: 6.4rem;
    margin-right: auto;
    margin-left: auto;
    padding: 5.9rem 6rem 6rem;
  }
  .pointWrap::before {
    top: -27.6rem;
    width: 116.7rem;
    height: 22.7rem;
    background-image: url("../../img/top/bg_point01_pc.png");
  }
  .pointWrap h2 {
    top: -17.5rem;
    font-size: 4.6rem;
  }
  .pointWrap h2::before {
    font-size: 2.6rem;
  }
  .point:not(:first-of-type) {
    margin-top: 4rem;
  }
  .point h3 {
    margin-bottom: 1rem;
    padding-left: 5rem;
    font-size: 2.4rem;
  }
  .point h3::before {
    top: 0.4rem;
    width: 3.2rem;
    height: 2.9rem;
  }
  .point h3:not(:first-of-type) {
    margin-top: 3.6rem;
  }
  .point p {
    margin-bottom: 1.6rem;
    line-height: 1.7;
    word-break: break-word;
  }
  table.schedule {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }
  table.schedule thead th {
    border-left: 0.4rem solid #f2eee7;
    font-size: 1.6rem;
  }
  table.schedule tbody th {
    min-height: 3.7rem;
    border-top: 0.2rem solid #f2eee7;
    font-size: 1.6rem;
  }
  table.schedule td {
    min-height: 3.7rem;
    border-top: 0.2rem solid #f2eee7;
    border-right: 0.4rem solid #f2eee7;
    border-left: 0.4rem solid #f2eee7;
    font-size: 1.6rem;
  }
  .p-topFeatures {
    margin-top: 16rem;
    padding-bottom: 100rem;
  }
  .p-topFeatures::before {
    left: calc(50% - 80rem);
    width: 160rem;
    height: 37.1rem;
    background-image: url("../../img/top/bg_features01_pc.svg");
  }
  .p-topFeatures.--point-none {
    margin-top: 0;
  }
  .p-topFeatures__headingWrapper {
    margin-bottom: 13.6rem;
    padding-right: 4rem;
  }
  .p-topFeatures__heading::before {
    bottom: -1.4rem;
    left: calc(50% - 30rem);
    width: 59.7rem;
    height: 2.1rem;
  }
  .p-topFeatures__heading .--subTitle {
    top: -5rem;
    left: calc(50% - 21.8rem);
    width: 58rem;
    height: 11.4rem;
    padding: 1.4rem 0.4rem 0 0.4rem;
    background-image: url("../../img/top/bg_features06_pc.png");
    font-size: 3.3rem;
  }
  .p-topFeatures__heading .--number {
    width: 17rem;
    height: 17rem;
    font-size: 15.6rem;
    vertical-align: -3.6rem;
  }
  .p-topFeatures__heading .--number::before {
    top: 0.6rem;
    left: 0.6rem;
    width: 17rem;
    height: 17rem;
  }
  .p-topFeatures__heading .--image {
    width: 50.8rem;
    margin-left: -3.2rem;
  }
  .p-topFeatures__boxWrapper {
    gap: 10rem;
  }
  .p-topFeatures__boxInner {
    align-items: flex-start;
    gap: 4rem;
  }
  .p-topFeatures__box:nth-of-type(even) .p-topFeatures__boxInner {
    flex-direction: row-reverse;
  }
  .p-topFeatures__image {
    width: 56rem;
  }
  .p-topFeatures__image::after {
    top: -1.3rem;
    left: -1.2rem;
    width: 19.1rem;
    height: 9.8rem;
  }
  .p-topFeatures__textWrapper {
    flex: 1;
  }
  .p-topFeatures__title {
    margin-bottom: 3.3rem;
    font-size: 3.4rem;
    line-height: 1.56;
  }
  .p-topFeatures__title::before {
    top: -6rem;
    left: 0.2rem;
    font-size: 11.3rem;
  }
  .p-topFeatures__title.--oneLine {
    margin-bottom: 2.8rem;
    padding-top: 1.6rem;
  }
  .p-topFeatures__bgWhite {
    margin-left: -12rem;
    padding: 5.4rem 6.3rem 5.1rem 12.7rem;
  }
  .p-topFeatures__box:nth-of-type(even) .p-topFeatures__bgWhite {
    margin-right: -12rem;
    margin-left: 0;
    padding: 5.4rem 12.7rem 5.1rem 6.3rem;
  }
  .p-topFeatures__text {
    line-height: 1.89;
  }
  .p-topFeatures__button {
    margin-top: 3.4rem;
    width: 60%;
  }
  .p-topFeatures__pointImage.--01 {
    top: 0;
    right: 3.4rem;
    width: 7.4rem;
  }
  .p-topFeatures__pointImage.--02 {
    top: 6.3rem;
    right: 52.1rem;
    width: 8.6rem;
  }
  .p-topFeatures__pointImage.--03 {
    top: 34.4rem;
    right: 2rem;
    width: 10.8rem;
  }
  .p-topFeatures__pointImage.--04 {
    top: 1rem;
    right: 0;
    width: 12rem;
  }
  .p-topFeatures__pointImage.--05 {
    top: -0.6rem;
    right: 60.3rem;
    width: 14.2rem;
  }
  .p-topFeatures__parts::before {
    z-index: 1;
    position: absolute;
    top: 1rem;
    left: calc(50% - 73.7rem);
    width: 24.6rem;
    height: 22.9rem;
    background: url("../../img/top/bg_features04_pc.png") no-repeat center/cover;
    content: "";
    mix-blend-mode: multiply;
  }
  .p-topFeatures__parts::after {
    z-index: 1;
    position: absolute;
    top: 9.6rem;
    right: calc(50% - 71rem);
    width: 19.9rem;
    height: 13.6rem;
    background: url("../../img/top/bg_features05_pc.png") no-repeat center/cover;
    content: "";
    mix-blend-mode: multiply;
  }
  .p-topFeatures__bgImage::before {
    left: calc(50% - 116.3rem);
    width: 104.3rem;
    height: 103.3rem;
    background-image: url("../../img/top/bg_features02_pc.png");
    opacity: 0.23;
  }
  .p-topFeatures__bgImage::after {
    top: 158.1rem;
    right: calc(50% - 89rem);
    width: 92.9rem;
    height: 80.7rem;
    background-image: url("../../img/top/bg_features03_pc.png");
  }
  .p-topMedical {
    margin-top: -95rem;
    padding-top: 9.4rem;
  }
  .p-topMedical::before {
    height: 56.4rem;
    background-image: url("../../img/top/bg_menu01_pc.png");
  }
  .p-topMedical::after {
    height: calc(100% - 53rem);
  }
  .p-topMedical__infoButtonWrapper {
    gap: 2.4rem 3.9rem;
  }
  .p-topMedical__infoButton {
    flex-direction: column;
    justify-content: center;
    width: calc((100% - 3.9rem) / 2);
    height: 17.5rem;
    padding: 1.6rem 10rem 1.6rem 14.6rem;
    border-radius: 2rem;
    font-size: 3.6rem;
  }
  .p-topMedical__infoButton::before {
    font-size: 2.6rem;
  }
  .p-topMedical__infoButton::after {
    right: 4rem;
    width: 4.8rem;
    height: 4.8rem;
    background-size: 2.6rem auto;
  }
  .p-topMedical__infoButton:hover::after {
    right: 3.5rem;
  }
  .p-topMedical__infoButton.--01 {
    background-position: center left 5rem;
    background-size: 5rem auto;
  }
  .p-topMedical__infoButton.--02 {
    background-position: center left 4rem;
    background-size: 7.5rem auto;
  }
  .p-topMedical__heading {
    margin-top: 12.4rem;
  }
  .p-topMedical__box {
    padding-top: 8.7rem;
    padding-bottom: 10rem;
    gap: 5rem 9rem;
  }
  .p-topMedical__image {
    width: 50rem;
    border-radius: 6rem;
  }
  .p-topMedical__textWrapper {
    flex: 1;
  }
  .p-topMedical__title {
    margin-bottom: 2.8rem;
    gap: 2.3rem;
    font-size: 4.2rem;
  }
  .p-topMedical__title::before {
    width: 7.8rem;
    height: 7.8rem;
    margin-top: 0.2rem;
  }
  .p-topMedical__text {
    line-height: 1.89;
  }
  .p-topMedical__text:not(:first-of-type) {
    margin-top: 1.6rem;
  }
  .p-topMedical__text.--small {
    font-size: 1.6rem;
  }
  .p-topMedical__subList {
    width: calc(100% + 4rem);
    margin-right: -2rem;
    margin-left: -2rem;
    gap: 2.3rem;
  }
  .p-topMedical__subListItem {
    width: 18.1rem;
    height: 18.1rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .p-topMedical__subListItem img {
    width: 6.2rem;
    margin-bottom: 1.6rem;
  }
  .p-topMedical__button {
    margin-top: 3.6rem;
  }
  .p-topMedical__parts.--01 {
    top: 1rem;
    left: -23rem;
    width: 161.4rem;
    height: 45.2rem;
  }
  .p-topMedical__parts.--02 {
    bottom: 3rem;
    left: -13rem;
    width: 13.9rem;
    height: 14.2rem;
  }
  .p-topMedical__parts.--03 {
    top: 12rem;
    right: -15rem;
    width: 15.5rem;
    height: 14.2rem;
  }
  .p-topMedical__parts.--04 {
    bottom: -7.1rem;
    left: -21rem;
    width: 14.5rem;
    height: 14.5rem;
  }
  .p-topMedical__parts.--05 {
    right: -9rem;
    bottom: 5rem;
    width: 10.6rem;
    height: 10.9rem;
  }
  .p-topMessage {
    padding-top: 22.4rem;
    padding-bottom: 80rem;
  }
  .p-topMessage__box {
    display: grid;
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
    grid-template-rows: max-content max-content 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10.6rem;
  }
  .p-topMessage__heading {
    margin-top: 1.6rem;
    margin-bottom: 4rem;
    margin-left: -0.8rem;
  }
  .p-topMessage__heading::before {
    margin-left: 0.8rem;
  }
  .p-topMessage__title {
    grid-row-start: 2;
    grid-column-start: 1;
    margin-bottom: 4.8rem;
    font-size: 3.4rem;
    line-height: 1.56;
  }
  .p-topMessage__image {
    grid-row: span 3/span 3;
    grid-row-start: 1;
    grid-column-start: 2;
    width: 54.2rem;
    height: 62.8rem;
    border-radius: 4rem;
  }
  .p-topMessage__textWrapper {
    grid-row-start: 3;
  }
  .p-topMessage__text {
    line-height: 1.89;
  }
  .p-topMessage__buttonList {
    margin-top: 6.3rem;
    gap: 1.8rem;
  }
  .p-topMessage__button {
    width: 26rem;
  }
  .p-topView {
    margin-top: -64rem;
  }
  .p-topView::before {
    bottom: 10rem;
    width: 186.2rem;
    height: 14.2rem;
    background-image: url("../../img/top/bg_view01_pc.svg");
  }
  .p-topView::after {
    height: 10rem;
  }
  .p-topView__scroll {
    gap: 0.5rem;
  }
  .p-topViewList {
    gap: 0 2.6rem;
  }
  .p-topViewListItem {
    border-radius: 6rem;
  }
  .p-topViewListItem.--01 {
    width: 40.8rem;
    height: 30.3rem;
  }
  .p-topViewListItem.--02 {
    width: 21.4rem;
    height: 15.3rem;
    margin-top: 2.6rem;
  }
  .p-topViewListItem.--03 {
    width: 25.3rem;
    height: 42.7rem;
    margin-top: 4rem;
  }
  .p-topViewListItem.--04 {
    width: 34.2rem;
    height: 22.3rem;
    margin-top: 4rem;
  }
  .p-topViewListItem.--05 {
    width: 26.1rem;
    height: 18.5rem;
    margin-top: -8.4rem;
  }
  .p-topViewListItem.--06 {
    width: 18.6rem;
    height: 17.4rem;
    margin-top: -1rem;
  }
  .p-topViewListItem.--07 {
    width: 50.8rem;
    height: 33.3rem;
  }
  .p-topView__parts.--01 {
    bottom: 51rem;
    left: calc(50% - 18rem);
    width: 21.4rem;
    height: 17.1rem;
  }
  .p-topView__parts.--02 {
    right: calc(50% - 71rem);
    bottom: 1.2rem;
    width: 19rem;
    height: 19rem;
  }
  .p-topNews {
    padding-bottom: 20rem;
  }
  .p-topNews .c-contentBlock02 {
    display: flex;
    position: relative;
    align-items: flex-start;
    gap: 8rem;
  }
  .p-topNews__heading {
    flex: 1;
    padding-bottom: 3.8rem;
    background-position: left bottom;
    background-size: auto 1.4rem;
    font-size: 4.6rem;
  }
  .p-topNews__heading::before {
    margin-bottom: 2rem;
  }
  .p-topNews__boxWrapper {
    width: 86rem;
    padding-top: 3.4rem;
  }
  .p-topNewsList {
    margin-top: -0.6rem;
  }
  .p-topNewsList dt {
    padding-bottom: 0.4rem;
  }
  .p-topNewsList dt:not(:first-of-type) {
    padding-top: 1.6rem;
  }
  .p-topNewsList dd {
    padding-bottom: 2.8rem;
  }
  .p-topNewsList dd.continuous {
    margin-top: -1.6rem;
  }
  .p-topNews__button {
    z-index: 1;
    position: absolute;
    top: 21rem;
    left: 0;
    width: 26rem;
  }
  .p-visual__title {
    width: 136rem;
    margin-top: 10rem;
    margin-right: auto;
    margin-left: auto;
    padding: 3.2rem 2.4rem;
    font-size: 4.6rem;
  }
  .p-visual__image {
    width: 136rem;
    height: 31.6rem;
    margin-top: 20rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20rem;
  }
  .hA {
    margin: 3rem 0 6rem;
    font-size: 3.6rem;
  }
  .hA:not(:first-of-type) {
    margin-top: 10rem;
  }
  .hB {
    margin: 6rem 0 4rem;
    padding: 2.4rem 3rem;
    font-size: 2.6rem;
  }
  .hB:not(:first-of-type) {
    margin-top: 5rem;
  }
  .hC {
    margin-bottom: 4rem;
    padding-bottom: 2.2rem;
    padding-left: 3rem;
    font-size: 2.3rem;
  }
  .hC:not(:first-of-type) {
    margin-top: 4rem;
  }
  .hC::before {
    top: -0.3rem;
    width: 0.8rem;
    height: calc(100% - 1.6rem);
  }
  .hD {
    margin: 1rem 0 2rem;
    padding-left: 2.9rem;
    font-size: 2rem;
  }
  .hD:not(:first-of-type) {
    margin-top: 3rem;
  }
  .hD::before {
    top: 0.7rem;
    width: 1.3rem;
    height: 1.3rem;
  }
  .hE {
    margin-bottom: 4rem;
    padding: 0.7rem 1.4rem;
    font-size: 1.8rem;
  }
  .hE:not(:first-of-type) {
    margin-top: 2.4rem;
  }
  .p-visual__topCloud::before {
    left: 0;
    width: 44.8rem;
    height: 33.2rem;
    background-image: url("../../img/common/bg_header01_pc.svg");
  }
  .l-main__inner p {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .telLink {
    gap: 1.1rem;
  }
  .l-main__inner a.linkArrow {
    min-width: 32rem;
    height: 7rem;
    padding: 0.4rem 5.6rem;
    font-size: 1.8rem;
  }
  .l-main__inner a:not(.linkArrow).linkExternal span::after {
    margin-top: 0.2rem;
  }
  .l-main__inner ul:not(.acsDirection), .l-main__inner ol, .l-main__inner dl {
    margin-bottom: 4rem;
  }
  .l-main__inner ul:not(.acsDirection) li, .l-main__inner ol li {
    font-size: 1.6rem;
  }
  /*  .l-main__inner ul:not(.acsDirection) li:not(:first-of-type), .l-main__inner ol li:not(:first-of-type) {
    margin-top: 0.8rem;
  }*/
  .l-main__inner ul.col2, .l-main__inner ul.col3, .l-main__inner ul.col4 {
    margin-top: -2rem;
  }
  .l-main__inner ul.col2 li, .l-main__inner ul.col3 li, .l-main__inner ul.col4 li {
    margin-top: 2rem;
  }
  .l-main__inner ul.col2 li:not(:first-of-type), .l-main__inner ul.col3 li:not(:first-of-type), .l-main__inner ul.col4 li:not(:first-of-type) {
    margin-top: 2rem;
  }
  .listDot:not(#_) li {
    padding-left: 2rem;
  }
  .listDot:not(#_) li::before {
    top: 0.8rem;
  }
  .listNum:not(#_) li {
    padding-left: 2rem;
  }
  .listNum:not(#_) li:before {
    top: 0;
  }
  .listNote li:not(#_) {
    font-size: 1.4rem;
  }
  .listCheck:not(#_) li {
    padding-left: 2.5rem;
  }
  dl.listData dt {
    margin: 1rem 0 .5rem;
    font-size: 1.6rem;
  }
  dl.listData dd {
    font-size: 1.6rem;
  }
  .decBox {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 3rem 3rem 2.4rem;
    border-radius: 2rem;
  }
  .decBox .hA, .decBox .hB, .decBox .hC, .decBox .hD, .decBox .hE {
    margin-bottom: 2.4rem;
  }
  .tblA, .tblB, .tblC, .tblD, .tblE {
    margin-bottom: 2rem;
  }
  .tblA th, .tblB th, .tblC th, .tblD th, .tblE th {
    padding: 1.4rem 2.9rem;
    font-size: 1.6rem;
  }
  .tblA td, .tblB td, .tblC td, .tblD td, .tblE td {
    padding: 1.4rem 2.2rem;
    font-size: 1.6rem;
  }
  .tblB td.inrTblB table tr:last-of-type th, .tblB td.inrTblB table tr:last-of-type td {
    border-bottom: none;
  }
  .tblD th {
    padding: 1.6rem 2rem;
  }
  .tblD th:last-of-type {
    border-right: none;
  }
  .tblD td:first-of-type {
    border-right: none;
  }
  .tblE th {
    padding: 1.6rem 2rem;
  }
  .tblE td {
    padding: 1.6rem 1.5rem;
  }
  .floatBox .floatL {
    margin-right: 5.5rem;
  }
  .stpBox {
    margin-bottom: 4rem;
    margin-left: 19.5rem;
    padding: 4rem 3.5rem 3.8rem 4.2rem;
    gap: 1.6rem 6rem;
    border-radius: 4rem;
  }
  .stpBox::before {
    left: -12.8rem;
    height: calc(100% + 4rem);
  }
  .stpBox::after {
    z-index: -1;
    position: absolute;
    top: 4.1rem;
    bottom: auto;
    left: -3.9rem;
    width: 4.3rem;
    height: 4rem;
    transform: translateX(0) rotate(0);
    border: none;
    background: url("../../img/page/common/bg_flow01.svg") no-repeat center/cover;
  }
  .stpContent > h3 {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
  .stpContent > h3::before {
    top: 0;
    left: -19.5rem;
    width: 13rem;
    height: 13rem;
    padding-top: 3rem;
    font-size: 3rem;
  }
  .stpContent > h3::after {
    top: 6.2rem;
    left: -19.5rem;
    width: 13rem;
    height: 13rem;
    font-size: 4rem;
  }
  .stpImg {
    order: 2;
    width: 32.2rem;
  }
  .stpBox .stpContent {
    flex: 1;
    order: 1;
  }
  .stpBox .decBox {
    order: 3;
    margin-top: 2.4rem;
    margin-bottom: 0;
  }
  .stpBox:not(.stpNoImg) .stpContent .decBox {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .stpBox > .decBox {
    margin-top: 1.6rem;
    margin-bottom: 0;
  }
}
@media not all and (min-width: 768px) {
  html {
    font-size: 2.32558139vw;
  }
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .l-header {
    z-index: 1000;
  }
  .l-header__naviWrapper .l-header__logo {
    margin-bottom: 2.2rem;
  }
  .l-header__logoImage {
    width: 23.7rem;
  }
  .l-header__spMenu {
    z-index: 1001;
    position: fixed;
    top: 0;
    right: 0;
  }
  .l-header__spMenu::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 13rem;
    height: 10.2rem;
    background: url("../../img/common/bg_header02_sp.svg") no-repeat center/cover;
    content: "";
  }
  .l-header__naviButton {
    display: block;
    position: relative;
    width: 6.8rem;
    height: 7.2rem;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .l-hamburgerMenu__bar, .l-hamburgerMenu__bar::before, .l-hamburgerMenu__bar::after {
    position: absolute;
    right: 2.6rem;
    width: 3.8rem;
    height: 0.3rem;
    border-radius: 0.3rem;
    background-color: #fff;
    transition: transform 0.25s;
  }
  .l-hamburgerMenu__bar::before, .l-hamburgerMenu__bar::after {
    content: "";
  }
  .l-hamburgerMenu__bar {
    top: 2.6rem;
  }
  .l-hamburgerMenu__bar::before {
    top: 1rem;
    right: 0;
  }
  .l-hamburgerMenu__bar::after {
    right: 0;
    bottom: 1rem;
  }
  .u-hamburgerMenu__animated .l-hamburgerMenu__bar {
    background-color: transparent;
  }
  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::before {
    top: 0;
    right: 0;
    width: 3.6rem;
    transform: rotate(42deg);
  }
  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::after {
    top: 0;
    right: 0;
    bottom: auto;
    width: 3.6rem;
    transform: rotate(-42deg);
  }
  .l-hamburgerMenu__text {
    position: absolute;
    right: 1.6rem;
    bottom: 0rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .l-header__naviWrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 3.4rem 2rem 0;
    overflow-y: scroll;
    background-color: rgba(96, 79, 71, 0.96);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
  }
  .l-header__naviWrapper.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .l-header__naviWrapperInner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .l-header__spBgWhite {
    border-radius: 2rem;
    background-color: #fff;
  }
  @supports (-webkit-touch-callout: none) {
    .l-header__naviWrapperInner {
      /* Safari用のハック */
      height: -webkit-fill-available;
    }
  }
  .l-header__naviItem {
    background-image: repeating-linear-gradient(90deg, #604f47, #604f47 2px, transparent 2px, transparent 6px);
    background-position: left bottom;
    background-size: 100% 2px;
    background-repeat: repeat-x;
  }
  .l-header__naviItem > a {
    padding: 2.9rem 1rem;
    font-size: 2rem;
  }
  .l-header__naviItem > a::after {
    position: absolute;
    top: 2.3rem;
    right: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: #8dcf00 url("../../img/common/icon_arrow01.svg") no-repeat center/1.3rem auto;
    content: "";
  }
  .l-header__naviItem.is-have-subMenu > a::after {
    transform: rotate(90deg);
  }
  .l-header__subMenu {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
    background-image: repeating-linear-gradient(90deg, #604f47, #604f47 2px, transparent 2px, transparent 6px);
    background-position: left top;
    background-size: 100% 2px;
    background-repeat: repeat-x;
  }
  .l-header__subMenu li {
    margin-top: 0.6rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .l-header__subMenu li a {
    padding: 1.6rem 1.5rem 1.5rem;
    border-radius: 1rem;
    background-color: #f5ebe1;
    font-size: 1.8rem;
  }
  .l-header__infoWrapper {
    margin-top: 2rem;
    padding-bottom: 1.6rem;
    text-align: center;
    opacity: 0;
    pointer-events: none;
  }
  body.menu-open .l-header__naviWrapperInner .l-header__infoWrapper {
    opacity: 1;
    pointer-events: all;
  }
  .l-header__telWrapper .c-telBox {
    justify-content: center;
  }
  .l-header__tel .c-telBox__number {
    font-size: 4.1rem;
  }
  .l-header__address {
    margin-top: 0.4rem;
    font-size: 1.4rem;
  }
  .l-header__reserveButtonWrapper::after {
    display: block;
    width: 100%;
    height: 8rem;
    content: "";
  }
  .l-header__naviWrapper .l-header__reserveButton {
    display: block;
    position: relative;
    height: 7rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 1.6rem;
    border-radius: 7rem;
    background-color: #8dcf00;
    font-size: 2.3rem;
    text-align: center;
  }
  .l-header__naviWrapper .l-header__reserveButton::after {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.5rem;
    height: 1.1rem;
    transform: translateY(-50%);
  }
  .l-footer__inner {
    padding-top: 6rem;
  }
  .l-footer__logo {
    margin-bottom: 3.5rem;
  }
  .l-footer__logo img {
    width: 20.4rem;
  }
  .l-footer__logoText {
    margin-top: 1.8rem;
    font-size: 2.8rem;
  }
  .l-footer__infoWrapper {
    flex-direction: column;
    padding-bottom: 10rem;
    gap: 6rem;
  }
  .l-footer__address {
    margin-bottom: 1.9rem;
    padding-bottom: 1.7rem;
    font-size: 1.8rem;
    line-height: 1.89;
  }
  .footer__telWrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 7.3rem;
    text-align: center;
  }
  .l-footer__telText {
    margin-bottom: 0.4rem;
  }
  .footer__reserveButton {
    width: 27rem;
    height: 7rem;
    margin-top: 2.8rem;
    font-size: 1.8rem;
  }
  .footer__reserveButton::after {
    right: 2rem;
  }
  .l-footer__map {
    border-radius: 2rem;
  }
  .l-footer__map iframe {
    height: 29.5rem;
  }
  .l-footer__parkingWrapper {
    flex-direction: column;
    align-items: center;
    gap: 2.8rem;
  }
  .l-footer__parking {
    gap: 1.3rem;
    font-size: 2rem;
  }
  .l-footer__parking::before {
    width: 2.6rem;
    height: 2.2rem;
  }
  div.cal_wrapper {
    margin-top: 6rem;
  }
  div.cal_wrapper::before {
    top: 5.4rem;
    height: 5.1rem;
    border-radius: 1rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::before, div.cal_wrapper table.cal tr th div.cal_ui::after {
    width: 0.8rem;
    height: 1.3rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::before {
    left: 1.4rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui::after {
    right: 1.4rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input {
    width: 9.5rem;
    height: 4.1rem;
    padding-bottom: 0.5rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input:nth-of-type(1) {
    padding-left: 1.6rem;
  }
  div.cal_wrapper table.cal tr th div.cal_ui input:nth-of-type(3) {
    padding-right: 1.6rem;
  }
  div.cal_wrapper table.cal tr.headline td {
    padding: 1.7rem 0.2rem 1.5rem;
    font-size: 2rem;
  }
  .l-footer__copyright {
    min-height: 26.5rem;
    padding: 10.5rem 0 14rem;
    background-image: url("../../img/common/bg_footer01_sp.svg");
  }
  .l-footer__copyright small {
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .l-footer__buttonWrapper {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 0.5rem 0.6rem;
    gap: 0.4rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .l-footer__buttonItem a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20.8rem;
    height: 5.9rem;
    border-radius: 3rem;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .l-footer__button.--web {
    background-color: #8dcf00;
  }
  .l-footer__button.--web::before {
    width: 2.3rem;
    height: 2.3rem;
    margin-right: 0.8rem;
    background: url("../../img/common/icon_reserve01.svg") no-repeat center/cover;
    content: "";
  }
  .l-footer__button.--tel {
    background-color: #7dc8ba;
  }
  .l-footer__button.--tel::before {
    width: 1.6rem;
    height: 2.5rem;
    margin-right: 0.6rem;
    background: url("../../img/common/icon_tel03.svg") no-repeat center/cover;
    content: "";
  }
  .l-footer__pageTop {
    right: 1.8rem;
    bottom: 29.4rem;
    width: 7.1rem;
    height: 7.1rem;
    padding-top: 3rem;
    font-size: 1.2rem;
    line-height: 1.08;
  }
  .l-footer__pageTop::before {
    top: 1.3rem;
    width: 0.8rem;
    height: 1.1rem;
  }
  .l-footer__pageTop::after {
    bottom: -2.5rem;
    left: -2.6rem;
    width: 8rem;
    height: 4rem;
  }
  body:not(#home) .l-main::before {
    top: -8rem;
    height: 31.7rem;
  }
  body:not(#home) .l-main::after {
    height: calc(100% - 22rem);
  }
  .l-contentsWrapper {
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
    margin-left: 2rem;
    padding: 1.6rem 0 2.4rem;
  }
  .l-main__inner {
    order: 2;
  }
  .c-button01 {
    min-width: 27.6rem;
    padding: 0.4rem 4.3rem 0.4rem 1.2rem;
    font-size: 1.6rem;
  }
  .c-button01::before {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1.6rem;
  }
  .c-button01::after {
    right: 2.2rem;
    width: 1.3rem;
    height: 1rem;
  }
  .c-bgOrangeCloud {
    margin-top: -4.8rem;
  }
  .c-bgOrangeCloud::before {
    height: 154.8rem;
    background-image: url("../../img/top/bg_message01_sp.png");
  }
  .c-bgOrangeCloud::after {
    height: calc(100% - 154.8rem);
  }
  .c-telBox__number {
    font-size: 4.5rem;
  }
  .c-hours__table {
    margin-bottom: 0.8rem;
  }
  .c-hours__table.--02 {
    margin-bottom: 1.2rem;
  }
  .c-hours__table thead th {
    padding: 1.2rem 0.9rem 0.6rem;
    font-size: 1.6rem;
  }
  .c-hours__table thead th:last-of-type {
    padding-right: 2rem;
  }
  .c-hours__table.--02 thead th {
    padding: 1rem 0.9rem 0.8rem;
  }
  .c-hours__table.--02 thead th:last-of-type {
    padding-right: 2.6rem;
  }
  .c-hours__table thead th.title {
    padding-left: 2.4rem;
  }
  .c-hours__table.--02 thead th.title {
    padding-right: 2.4rem;
    padding-left: 1.8rem;
  }
  .c-hours__table tbody td {
    padding: 0.4rem 0.9rem;
    font-size: 1.6rem;
  }
  .c-hours__table.--02 tbody td {
    padding: 0.6rem 0.9rem 0.8rem;
  }
  .c-hours__table tbody tr:last-of-type td {
    padding-bottom: 1.6rem;
  }
  .c-hours__table.--02 tbody tr:last-of-type td {
    padding-bottom: 0.9rem;
  }
  .c-hours__table.--01 tbody td:last-of-type {
    padding-right: 2rem;
  }
  .c-hours__table.--02 tbody td:last-of-type {
    padding-right: 2.6rem;
  }
  .c-hours__table tbody td.hour {
    padding-left: 2.4rem;
    font-weight: 700;
  }
  .c-hours__table.--02 tbody td.hour {
    padding-right: 2.4rem;
    padding-left: 1.8rem;
    font-size: 1.8rem;
  }
  .c-footerRecruit::before {
    width: 100%;
    height: 1.2rem;
  }
  .c-footerRecruit::after {
    width: 100%;
    height: 1.2rem;
  }
  .c-footerRecruit__inner {
    flex-direction: column;
    padding: 8.9rem 1.5rem 9.8rem;
    background-image: url("../../img/common/bg_recruit03_sp.png");
  }
  .c-footerRecruit__inner::before {
    z-index: 2;
    top: 5.8rem;
    left: calc(50% - 0rem);
    width: 34.2rem;
    height: 12.5rem;
    background-image: url("../../img/common/bg_recruit04_sp.png");
  }
  .c-footerRecruit__inner::after {
    top: 35.7rem;
    left: 4rem;
    width: 4.4rem;
    height: 4.9rem;
    background-image: url("../../img/common/bg_recruit05_sp.png");
  }
  .c-footerRecruit__title {
    font-size: 3.6rem;
  }
  .c-footerRecruit__title::before {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  .c-footerRecruit__textWrapper {
    z-index: 2;
    position: relative;
    margin-top: 2.4rem;
  }
  .c-footerRecruit__text {
    line-height: 1.5;
    text-align: center;
  }
  .c-footerRecruit__buttonWrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 4.8rem;
    gap: 1rem;
  }
  .c-footerRecruit__button {
    font-size: 1.8rem;
  }
  .c-footerRecruit__image {
    z-index: 1;
  }
  .c-footerRecruit__image img.--01 {
    top: -2.1rem;
    right: 2rem;
    width: 11.4rem;
  }
  .c-footerRecruit__image img.--02 {
    top: 21.4rem;
    right: -1.5rem;
    width: 11.4rem;
  }
  .c-footerRecruit__image img.--03 {
    top: 7.4rem;
    left: -4.3rem;
    width: 16rem;
  }
  .c-contentBlock01 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .c-contentBlock02 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .c-topHeading01 {
    font-size: 4.6rem;
  }
  .c-topHeading01::before {
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
  }
  .c-breadCrumb {
    order: 1;
    margin-bottom: 4rem;
    padding-bottom: 1.5rem;
    overflow-x: scroll;
  }
  .c-breadCrumb__list:not(#_) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 2.4rem;
  }
  .c-breadCrumb__list li {
    font-size: 1.2rem;
  }
  .c-breadCrumb__list li::after {
    right: -1.6rem;
  }
  .c-localNav {
    order: 3;
    margin-top: 2.4rem;
    margin-bottom: 5.6rem;
  }
  .c-localNav__list {
    flex-direction: column;
    gap: 1rem;
  }
  .c-localNav__item:not(#_) a {
    min-height: 5.6rem;
    padding: 0.8rem 2.4rem;
    border-radius: 5rem;
  }
  .p-mainVisual {
    height: 84.5rem;
  }
  .p-mainVisual::before {
    top: 14.1rem;
    left: 0;
    width: 43rem;
    height: 72.9rem;
    background-image: url("../../img/top/bg_mv01_sp.png");
  }
  .p-mainVisual::after {
    height: 20rem;
    background-image: url("../../img/top/bg_mv03_sp.svg");
  }
  .p-mainVisual__slideItem.--01 {
    top: 13.1rem;
    right: calc(50% - 23.7rem);
    width: 47.4rem;
    height: 41.7rem;
  }
  .p-mainVisual__slideItem.--02 {
    display: none;
  }
  .p-mainVisual__textWrapper {
    top: 36.2rem;
    left: 1rem;
  }
  .p-mainVisual__title img {
    width: 42.9rem;
  }
  .p-mainVisual__text {
    position: absolute;
    top: 19.2rem;
    left: 0;
    width: 100%;
    height: 1.9em;
    margin-left: -1.4rem;
    font-size: 1.9rem;
  }
  .p-mainVisual__text > svg {
    display: flex;
  }
  .p-mainVisual__text > svg > text {
    stroke-width: 6px;
    font-size: 1.9rem;
  }
  .p-mainVisual__hours {
    bottom: 8.6rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
  }
  .p-mainVisual__topCloud::before {
    left: 0;
    width: 15.1rem;
    height: 12.7rem;
    background-image: url("../../img/common/bg_header01_sp.svg");
  }
  .p-mainVisual__topCloud::after {
    display: none;
  }
  .pointWrap {
    margin-top: 7.4rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    padding: 3.1rem 2.4rem 1.6rem;
  }
  .pointWrap::before {
    top: -13.8rem;
    width: 38.2rem;
    height: 11.9rem;
    background-image: url("../../img/top/bg_point01_sp.png");
  }
  .pointWrap::after {
    left: -1.5rem;
    width: calc(100% + 3rem);
    height: calc(100% + 7.4rem);
  }
  .pointWrap h2 {
    top: -9rem;
    font-size: 2.6rem;
  }
  .pointWrap h2::before {
    font-size: 1.6rem;
  }
  .point:not(:first-of-type) {
    margin-top: 2.8rem;
  }
  .point h3 {
    margin-bottom: 0.4rem;
    padding-left: 3.3rem;
    font-size: 1.4rem;
  }
  .point h3::before {
    top: -0.2rem;
    width: 2.3rem;
    height: 2rem;
  }
  .point h3:not(:first-of-type) {
    margin-top: 1.8rem;
  }
  .point p {
    margin-bottom: 1.4rem;
    padding-left: 3.3rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  table.schedule {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }
  table.schedule thead th {
    border-left: 1px solid #f2eee7;
    font-size: 1.4rem;
  }
  table.schedule tbody th {
    font-size: 1.4rem;
  }
  table.schedule td {
    border-top: 1px solid #f2eee7;
    border-left: 1px solid #f2eee7;
    font-size: 1.4rem;
  }
  .p-topFeatures {
    margin-top: 16vh;
    padding-bottom: 17.4rem;
  }
  .p-topFeatures::before {
    top: 2.2rem;
    left: 0;
    width: 43rem;
    height: 22.1rem;
    background-image: url("../../img/top/bg_features01_sp.svg");
  }
  .p-topFeatures::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.2rem;
    background-color: #fff;
    content: "";
  }
  .p-topFeatures.--point-none {
    margin-top: 0;
    padding-top: 2rem;
  }
  .p-topFeatures__headingWrapper {
    margin-bottom: 6.6rem;
  }
  .p-topFeatures__heading::before {
    bottom: -0.8rem;
    left: 3.8rem;
    width: 35.2rem;
    height: 1.2rem;
  }
  .p-topFeatures__heading .--subTitle {
    top: -3.8rem;
    left: 0;
    width: 39.6rem;
    height: 6.7rem;
    padding: 0.8rem 0.4rem 0 0.4rem;
    background-image: url("../../img/top/bg_features06_sp.png");
    font-size: 2.3rem;
    mix-blend-mode: color-burn;
    z-index: 1;
  }
  .p-topFeatures__heading .--number {
    width: 10rem;
    height: 10rem;
    font-size: 9.6rem;
    vertical-align: -1.6rem;
  }
  .p-topFeatures__heading .--number::before {
    top: 0.3rem;
    left: 0.3rem;
    width: 10rem;
    height: 10rem;
  }
  .p-topFeatures__heading .--image {
    width: 28.1rem;
    margin-left: -1.7rem;
  }
  .p-topFeatures__boxWrapper {
    gap: 4rem;
  }
  .p-topFeatures__boxInner {
    flex-direction: column;
  }
  .p-topFeatures__image {
    width: 39rem;
    margin-bottom: 1.8rem;
  }
  .p-topFeatures__image::after {
    top: -1.5rem;
    left: -1.6rem;
    width: 9.5rem;
    height: 4.9rem;
  }
  .p-topFeatures__title {
    z-index: 2;
    margin-bottom: 1.6rem;
    padding-left: 2rem;
    font-size: 2.4rem;
    line-height: 1.38;
  }
  .p-topFeatures__title::before {
    top: -5.8rem;
    left: 2.2rem;
    font-size: 8.3rem;
  }
  .p-topFeatures__title.--oneLine {
    margin-bottom: 1.2rem;
    padding-top: 0.4rem;
  }
  .p-topFeatures__bgWhite {
    margin-top: 2.6rem;
    padding: 2rem 2rem 2.9rem;
  }
  .p-topFeatures__text {
    line-height: 1.5;
  }
  .p-topFeatures__button {
    margin-top: 3rem;
  }
  .p-topFeatures__pointImage.--01 {
    top: 31.5rem;
    right: 1.4rem;
    width: 3.6rem;
  }
  .p-topFeatures__pointImage.--02 {
    top: 24.3rem;
    right: 0.4rem;
    width: 6.1rem;
  }
  .p-topFeatures__pointImage.--04 {
    top: 28.5rem;
    right: 0.6rem;
    width: 6.8rem;
  }
  .p-topFeatures__pointImage.--05 {
    top: 26.5rem;
    right: 0.4rem;
    width: 9.9rem;
  }
  .p-topFeatures__bgImage::before {
    left: 0;
    width: 38.8rem;
    height: 61.5rem;
    background-image: url("../../img/top/bg_features02_sp.png");
  }
  .p-topFeatures__bgImage::after {
    top: 166rem;
    right: 0;
    width: 43rem;
    height: 80.7rem;
    background-image: url("../../img/top/bg_features03_sp.png");
  }
  .p-topMedical {
    margin-top: -15rem;
    padding-top: 9.6rem;
  }
  .p-topMedical::before {
    height: 31.7rem;
    background-image: url("../../img/top/bg_menu01_sp.png");
  }
  .p-topMedical__infoButtonWrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .p-topMedical__infoButton {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    height: 7rem;
    padding: 0.8rem 5rem 0.8rem 6.2rem;
    border-radius: 1rem;
    font-size: 2.2rem;
  }
  .p-topMedical__infoButton::before {
    margin-left: 1.6rem;
    font-size: 1.6rem;
  }
  .p-topMedical__infoButton::after {
    right: 1.8rem;
    width: 2rem;
    height: 2rem;
    background-size: 1.1rem auto;
  }
  .p-topMedical__infoButton.--01 {
    background-position: center left 1.9rem;
    background-size: 2.2rem auto;
  }
  .p-topMedical__infoButton.--02 {
    background-position: center left 1.6rem;
    background-size: 2.9rem auto;
  }
  .p-topMedical__heading {
    margin-top: 7.2rem;
  }
  .p-topMedical__box {
    flex-direction: column;
    margin-right: -2rem;
    margin-left: -2rem;
    padding-top: 5.7rem;
    padding-right: 2rem;
    padding-bottom: 7.7rem;
    padding-left: 2rem;
    gap: 2rem;
  }
  .p-topMedical__box:not(:last-of-type) {
    background-size: auto 1.2rem;
  }
  .p-topMedical__box.--01 {
    padding-top: 4rem;
  }
  .p-topMedical__image {
    border-radius: 2rem;
  }
  .p-topMedical__title {
    margin-bottom: 2rem;
    gap: 2rem;
    font-size: 2.6rem;
  }
  .p-topMedical__title::before {
    width: 5.8rem;
    height: 5.8rem;
    margin-top: 0.2rem;
  }
  .p-topMedical__text {
    line-height: 1.5;
  }
  .p-topMedical__text:not(:first-of-type) {
    margin-top: 1rem;
  }
  .p-topMedical__text.--small {
    font-size: 1.4rem;
  }
  .p-topMedical__subList {
    width: calc(100% + 4rem);
    margin-right: -2rem;
    margin-left: -2rem;
    gap: 2rem 1.6rem;
  }
  .p-topMedical__subListItem {
    width: 12.2rem;
    height: 12.2rem;
  }
  .p-topMedical__subListItem img {
    width: 4.4rem;
    margin-bottom: 0.8rem;
  }
  .p-topMedical__button {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 3.4rem;
    margin-right: auto;
    margin-left: auto;
  }
  .p-topMedical__box.--01 .p-topMedical__button {
    margin-top: 5rem;
  }
  .p-topMedical__parts.--01 {
    top: -2.5rem;
    right: 0;
    width: 10.9rem;
    height: 39rem;
  }
  .p-topMedical__parts.--02 {
    bottom: -4rem;
    left: 0;
    width: 12.1rem;
    height: 15.6rem;
  }
  .p-topMedical__parts.--03 {
    right: 0;
    bottom: 7.6rem;
    width: 9.3rem;
    height: 13.3rem;
  }
  .p-topMedical__parts.--04 {
    bottom: -7.2rem;
    left: 0;
    width: 7.2rem;
    height: 10.3rem;
  }
  .p-topMedical__parts.--05 {
    right: 0;
    bottom: 3rem;
    width: 5.6rem;
    height: 7.5rem;
  }
  .p-topMessage {
    padding-top: 4.4rem;
    padding-bottom: 11rem;
  }
  .p-topMessage__heading {
    margin-bottom: 2.4rem;
    font-size: 5.6rem;
    text-align: center;
  }
  .p-topMessage__title {
    font-size: 2.4rem;
    line-height: 1.38;
    text-align: center;
  }
  .p-topMessage__image {
    width: 39rem;
    height: 45rem;
    margin-top: 3.4rem;
    margin-bottom: 3rem;
    border-radius: 2rem;
  }
  .p-topMessage__text {
    line-height: 1.5;
  }
  .p-topMessage__buttonList {
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    gap: 1.3rem;
  }
  .p-topView::before {
    bottom: 23rem;
    height: 6.1rem;
    background-image: url("../../img/top/bg_view01_sp.svg");
  }
  .p-topView::after {
    height: 23rem;
  }
  .p-topView__scroll {
    gap: 0.3rem;
  }
  .p-topViewList {
    gap: 0 1.7rem;
  }
  .p-topViewListItem {
    border-radius: 3rem;
  }
  .p-topViewListItem.--01 {
    width: 27rem;
    height: 20.1rem;
  }
  .p-topViewListItem.--02 {
    width: 14.2rem;
    height: 10.1rem;
    margin-top: 1.7rem;
  }
  .p-topViewListItem.--03 {
    width: 16.8rem;
    height: 28.3rem;
    margin-top: 2.6rem;
  }
  .p-topViewListItem.--04 {
    width: 22.7rem;
    height: 14.8rem;
    margin-top: 2.9rem;
  }
  .p-topViewListItem.--05 {
    width: 17.2rem;
    height: 12.3rem;
    margin-top: -4.9rem;
  }
  .p-topViewListItem.--06 {
    width: 12.3rem;
    height: 11.5rem;
    margin-top: -0.5rem;
  }
  .p-topViewListItem.--07 {
    width: 33.7rem;
    height: 22.1rem;
  }
  .p-topView__parts.--01 {
    right: 1.9rem;
    bottom: 31.6rem;
    width: 14.1rem;
    height: 11.3rem;
  }
  .p-topView__parts.--02 {
    right: 1.9rem;
    bottom: -3.5rem;
    width: 12.9rem;
    height: 12.9rem;
  }
  .p-topNews {
    padding-bottom: 6rem;
  }
  .p-topNews__heading {
    padding-bottom: 2.2rem;
    background-position: center bottom;
    background-size: auto 1.1rem;
    font-size: 3.6rem;
    text-align: center;
  }
  .p-topNews__heading::before {
    margin-bottom: 1rem;
  }
  .p-topNewsList {
    margin-top: 4rem;
  }
  .p-topNewsList dt {
    padding-bottom: 0.4rem;
    font-size: 1.8rem;
  }
  .p-topNewsList dt:not(:first-of-type) {
    padding-top: 2.8rem;
  }
  .p-topNewsList dd {
    padding-bottom: 3.2rem;
    font-size: 1.8rem;
  }
  .p-topNewsList dd.continuous {
    margin-top: -2rem;
  }
  .p-topNews__button {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
  }
  .p-visual {
    padding-top: 12rem;
  }
  .p-visual__title {
    margin-top: 6rem;
    padding: 2.4rem 4rem;
    font-size: 2.4rem;
  }
  .p-visual__image {
    height: 16rem;
    margin-right: 2rem;
    margin-left: 2rem;
    border-radius: 10rem;
  }
  .hA {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
  .hA:not(:first-of-type) {
    margin-top: 8rem;
  }
  .hB {
    margin-bottom: 2rem;
    padding: 1.2rem 2.4rem;
    font-size: 2.1rem;
  }
  .hB:not(:first-of-type) {
    margin-top: 4rem;
  }
  .hC {
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
    padding-left: 2.4rem;
    font-size: 2rem;
  }
  .hC:not(:first-of-type) {
    margin-top: 3.2rem;
  }
  .hC::before {
    top: 0.2rem;
    width: 0.6rem;
    height: calc(100% - 1.4rem);
  }
  .hD {
    margin-bottom: 1.5rem;
    padding-left: 2.4rem;
    font-size: 1.9rem;
  }
  .hD:not(:first-of-type) {
    margin-top: 2.4rem;
  }
  .hD::before {
    top: 0.7rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .hE {
    margin-bottom: 2rem;
    padding: 0.6rem 1.5rem;
    font-size: 1.8rem;
  }
  .hE:not(:first-of-type) {
    margin-top: 2rem;
  }
  .p-visual__topCloud::before {
    left: 0;
    width: 15.1rem;
    height: 12.7rem;
    background-image: url("../../img/common/bg_header01_sp.svg");
  }
  .telLink {
    gap: 0.8rem;
  }
  .l-main__inner a.linkArrow {
    width: 100%;
    height: 5.6rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0.4rem 0.8rem;
  }
  .l-main__inner a:not(.linkArrow).linkExternal span::after {
    top: 0;
    right: -2rem;
  }
  .l-main__inner ul:not(.acsDirection), .l-main__inner ol, .l-main__inner dl {
    margin-bottom: 2.4rem;
  }
  .l-main__inner ul:not(.acsDirection) li:not(:first-of-type), .l-main__inner ol li:not(:first-of-type) {
    margin-top: 0.6rem;
  }
  .l-main__inner ul.col2.flexNoWrap li:first-child, .l-main__inner ul.col2.flexNoWrap li:nth-child(2) {
    margin-top: 0;
  }
  .listDot:not(#_) li {
    padding-left: 1.6rem;
  }
  .listDot:not(#_) li::before {
    top: 0.8rem;
  }
  .listNum:not(#_) li {
    padding-left: 1.6rem;
  }
  .listNum:not(#_) li:before {
    top: 0;
    font-size: 1.6rem;
  }
  .listNote li:not(#_) {
    font-size: 1.2rem;
  }
  .listCheck:not(#_) li {
    padding-left: 2.2rem;
  }
  dl.listData dt {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
  }
  .decBox {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 1.5rem 1rem;
    border-radius: 1rem;
  }
  .decBox .hA, .decBox .hB, .decBox .hC, .decBox .hD, .decBox .hE {
    margin-bottom: 1.4rem;
  }
  .tblA, .tblB, .tblC, .tblD, .tblE {
    margin-bottom: 2rem;
  }
  .tblA th, .tblB th, .tblC th, .tblD th, .tblE th {
    padding: 0.8rem;
  }
  .tblA td, .tblB td, .tblC td, .tblD td, .tblE td {
    padding: 0.8rem;
  }
  .tblA.tblVertical tr:last-of-type td:last-of-type {
    border-bottom: solid 1px #fff;
  }
  .tblB td.inrTblB table th {
    background-color: #604f47;
    color: #fff;
  }
  .tblB td.inrTblB table tr:last-of-type td:last-of-type {
    border-bottom: solid 1px #fff !important;
  }
  .tblC thead tr:first-of-type th:first-of-type, .tblC tbody tr:first-child td:first-of-type, .tblC tbody tr td:first-of-type {
    border-top: solid 1px #fff;
  }
  .tblD td {
    padding: 0;
  }
  .tblD td:before {
    padding: 0.8rem 0.8rem;
    background-color: #604f47;
    color: #fff;
  }
  .tblD tr:last-of-type td:last-child {
    border-bottom: solid 1px #fff !important;
  }
  .tblD td span {
    padding: 0.8rem 0.8rem;
  }
  .tblD td:first-of-type {
    padding: 0.8rem 0.8rem;
    border-top: 1px solid #fff !important;
  }
  .tbl-scroll {
    position: relative;
    margin-bottom: 2.5vw;
  }
  .tbl-scroll .tblE {
    margin-bottom: 0;
    overflow: visible;
    border-radius: 0;
  }
  .tbl-scroll .tblE th {
    border-left: 1px solid #fff;
  }
  .tbl-scroll .tblE th::before {
    background-color: #fff;
  }
  .tbl-scroll .tblE th::after {
    background-color: #fff;
  }
  .tblE td {
    border-left: none;
  }
  .stpBox {
    margin-top: 8rem;
    margin-bottom: 3.2rem;
    padding: 6.4rem 2rem 2.4rem;
    gap: 1.2rem;
    border-radius: 2rem;
  }
  .stpBox::before {
    right: 0;
    left: 0;
    height: calc(100% + 8rem);
    margin: auto;
  }
  .stpBox:first-of-type {
    margin-top: 5.6rem;
  }
  .stpBox::after {
    display: none;
  }
  .stpContent > h3 {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .stpContent > h3::before {
    top: -5.6rem;
    right: 0;
    left: 0;
    width: 10rem;
    height: 10rem;
    margin: auto;
    padding-top: 2.2rem;
    font-size: 2.4rem;
  }
  .stpContent > h3::after {
    top: -1.2rem;
    right: 0;
    left: 0;
    width: 10rem;
    height: 10rem;
    margin: auto;
    font-size: 3.6rem;
  }
  .stpImg {
    order: 3;
    margin-top: 0;
  }
  .stpBox .stpContent {
    order: 1;
  }
  .stpBox .decBox {
    order: 1;
    margin-top: 2rem;
    margin-bottom: 1.4rem;
  }
  .stpBox > .decBox {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857vw;
  }
}
@media (min-width: 768px) {
  table.schedule td br {
    display: none;
  }
  table.schedule th br.sp_br {
    display: none !important;
  }
}
@media not all and (min-width: 1520px) {
  .l-header.is-fixed {
    height: clamp(12rem, 8.5vw, 13.6rem);
  }
  .l-header.is-fixed .l-header__inner {
    padding-top: clamp(1.8rem, 1.44vw, 2.3rem);
    padding-right: clamp(2.4rem, 3.13vw, 5rem);
    padding-bottom: clamp(1.8rem, 1.69vw, 2.7rem);
    padding-left: clamp(1.6rem, 2.5vw, 4rem);
  }
  .l-header.is-fixed .l-header__logoImage {
    width: clamp(18rem, 15.19vw, 24.3rem);
  }
  .l-header.is-fixed .l-header__naviItem > a {
    font-size: clamp(1.8rem, 1.25vw, 2rem);
  }
  .l-header.is-fixed .l-header__tel .c-telBox__number {
    font-size: clamp(2.4rem, 1.88vw, 3rem);
  }
  .l-header.is-fixed .l-header__reserveButton {
    width: clamp(18rem, 12.63vw, 20.2rem);
  }
}
@media screen and (min-width: 1600px) {
  body:not(#home) .l-main::before {
    width: 100%;
    height: clamp(188px, 24.5vw, 735px);
  }
  body:not(#home) .l-main::after {
    height: calc(100% - 28.2rem);
  }
  .c-footerRecruit::before, .c-footerRecruit::after {
    width: 100%;
    background-size: 155.3rem auto;
    background-repeat: repeat-x;
  }
  .p-mainVisual::after {
    width: 100%;
  }
  .p-topFeatures::before {
    left: 0;
    width: 100%;
  }
  .p-topMedical::before {
    width: 100%;
    height: clamp(271px, 35.25vw, 1058px);
  }
  .p-topMedical::after {
    height: calc(100% - 50rem);
  }
  .p-topView::before {
    width: 100%;
  }
}