@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

html {
  font-size: clamp(14px, 1.4vw, 16px);
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
h2,
h3,
h4 {
  line-height: 1.5;
  font-weight: 700;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}

p,
li,
dd {
  line-height: 1.8;
}

p + p {
  margin-top: 1rem;
}

section {
  scroll-margin-top: 120px;
}

/*==============================================================================
# header
==============================================================================*/
/*==============================================================================
# drawer
==============================================================================*/
.l-main {
  -webkit-padding-before: 222px;
          padding-block-start: 222px;
  min-height: 100vh;
}
@media (max-width: 1023.9px) {
  .l-main {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .inner {
    width: 100%;
    padding: 0 1rem;
  }
}

.inner__narrow {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .inner__narrow {
    padding: 0 1rem;
    max-width: 600px;
  }
}

.section {
  padding-block: 5rem 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .section {
    padding-block: 4rem 5rem;
  }
}

.c-section-title {
  text-align: center;
  margin-bottom: 64px;
  line-height: normal;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 24px;
}
.c-section-title::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 5px;
  background: #A8D8C5;
}
@media screen and (max-width: 767.9px) {
  .c-section-title::after {
    width: 40px;
    height: 3px;
  }
}
.c-section-title.--left {
  text-align: left;
}
.c-section-title.--left::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 767.9px) {
  .c-section-title {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 16px;
  }
}
.c-section-title img {
  width: 2.75rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .c-section-title img {
    width: 2.25rem;
  }
}

.c-section-title02 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 1.5rem;
}
.c-section-title02::before {
  position: absolute;
  width: 180px;
  height: 1px;
  content: "";
  bottom: 1px;
  left: 0;
  z-index: 0;
  background: #b9b9b9;
}
.c-section-title02::after {
  position: absolute;
  width: 60px;
  height: 3px;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #A8D8C5;
}
@media screen and (max-width: 767.9px) {
  .c-section-title02 {
    font-size: 20px;
  }
}

.c-section-title03 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .c-section-title03 {
    font-size: 1.5rem;
  }
}

.c-section-subtitle01 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 1.5rem;
}
.c-section-subtitle01::before {
  position: absolute;
  width: 180px;
  height: 1px;
  content: "";
  bottom: 1px;
  left: 0;
  z-index: 0;
  background: #b9b9b9;
}
.c-section-subtitle01::after {
  position: absolute;
  width: 60px;
  height: 3px;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #A8D8C5;
}
@media screen and (max-width: 767.9px) {
  .c-section-subtitle01 {
    font-size: 20px;
  }
}

.c-section-subtitle02 {
  position: relative;
  padding-left: 2rem;
  font-size: 1.5rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #A8D8C5;
  margin-bottom: 1.5rem;
}
.c-section-subtitle02::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 4px;
  background: #A8D8C5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px));
}
@media screen and (max-width: 767.9px) {
  .c-section-subtitle02 {
    font-size: 20px;
  }
}

.c-button {
  padding: 8px 24px;
  color: #fff;
  background: #4EA3A7;
  font-weight: 500;
  border-radius: 100vmax;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  gap: 8px;
  line-height: normal;
  position: relative;
}
@media (any-hover: hover) {
  .c-button:hover {
    opacity: 0.7;
  }
}
.c-button .p-news-link-icon {
  width: 16px;
  height: auto;
  margin-left: 8px;
}
.c-button svg {
  width: 16px;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .c-button {
    font-size: 0.875rem;
  }
}

.c-cta {
  background: url(../assets/img/cta-bg.jpg) repeat center center/cover;
}
@media screen and (max-width: 767.9px) {
  .c-cta {
    padding: 4rem 0;
  }
}

.c-cta__content {
  background: #fff;
  padding: 2.5rem;
  max-width: 880px;
  margin-inline: auto;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.c-cta__content::after {
  position: absolute;
  content: "";
  background: url(../assets/img/cta-illust.png) no-repeat center center/contain;
  right: -3vw;
  bottom: -3.5vw;
  width: 12.5vw;
  height: 12.5vw;
  max-width: 180px;
  max-height: 180px;
  min-width: 110px;
  min-height: 110px;
}
@media screen and (max-width: 767.9px) {
  .c-cta__content::after {
    right: -2vw;
    bottom: -5.5vw;
  }
}
@media screen and (max-width: 560px) {
  .c-cta__content::after {
    bottom: -13vw;
    min-width: 90px;
    min-height: 90px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-cta__content {
    padding: 1.5rem;
  }
}

.c-cta__lead {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  color: #4EA3A7;
}
@media screen and (max-width: 767.9px) {
  .c-cta__lead {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.c-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .c-cta__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.c-cta__btn {
  font-size: 1.25rem;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: 280px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  border: 2px solid #fff;
}
@media (any-hover: hover) {
  .c-cta__btn:hover {
    opacity: 0.7;
  }
}
.c-cta__btn img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767.9px) {
  .c-cta__btn {
    max-width: none;
    font-size: 1.125rem;
    width: 100%;
  }
}

.c-cta-time {
  font-weight: 700;
  text-align: center;
}

.c-animated__fadeIn {
  opacity: 0;
  transform: translateY(15px);
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
}

.c-animated__fadeIn.js-show {
  opacity: 1;
  transform: translateY(0);
}

/*==============================================================================
# サイドバー
==============================================================================*/
.l-sidebar {
  max-width: 308px;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #4EA3A7;
  padding: 2rem 1.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-sidebar > :nth-child(n+2 of .p-widget) {
  margin-top: 3rem;
}
@media screen and (max-width: 767.9px) {
  .l-sidebar > :nth-child(n+2 of .p-widget) {
    margin-top: 2.5rem;
  }
}

.p-widget__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-widget__title {
    font-size: 1.25rem;
  }
}

.p-widget__list li a {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.25rem;
  position: relative;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .p-widget__list li a {
    padding-block: 1rem;
  }
}
.p-widget__list li a::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, #A8D8C5 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  bottom: 0;
  left: 0;
}
.p-widget__list li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  vertical-align: sub;
}

/*==============================================================================
# ページネーション
==============================================================================*/
.p-pagination {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .p-pagination {
    margin-top: 1.5rem;
  }
}

.p-pagination__prev,
.p-pagination__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border: 1px solid #4EA3A7;
  border-radius: 100vmax;
  background: #4EA3A7;
  color: #fff;
  padding: 10px;
  /* ページネーションが無効の時 */
}
.p-pagination__prev.is-disabled,
.p-pagination__next.is-disabled {
  color: #b4bec5;
  background: #e2ecf2;
  cursor: not-allowed;
  pointer-events: none;
  border: 1px solid #e2ecf2;
}
@media (any-hover: hover) {
  .p-pagination__prev:hover,
  .p-pagination__next:hover {
    background: #fff;
    color: #4EA3A7;
  }
}

.p-pagination__num {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  background: #fff;
  border: 1px solid #4EA3A7;
  border-radius: 100vmax;
  color: #4EA3A7;
  padding: 10px;
}
.p-pagination__num.is-current {
  background: #4EA3A7;
  color: #fff;
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-pagination__num:hover {
    background: #4EA3A7;
    color: #fff;
  }
}

.p-pagination__ellipsis {
  color: #4EA3A7;
}

/*==============================================================================
# 背景共通css
==============================================================================*/
.section-bg01 {
  background: #FAF8F5;
  position: relative;
  z-index: 0;
}

.section-bg02 {
  background: #F0F8F5;
  position: relative;
  z-index: -1;
}

.deco-wave {
  height: 70px;
  width: 100%;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .deco-wave {
    height: 32px;
  }
}

/*==============================================================================
# 下層ページmv
==============================================================================*/
.p-mv-lower__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .p-mv-lower__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.p-mv-lower__img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

/*==============================================================================
# 共通テーブル
==============================================================================*/
.common-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1rem;
  font-size: 0.875rem;
}
.common-table.repeat_2 {
  grid-template-columns: repeat(2, 1fr) !important;
}
.common-table.repeat_3 {
  grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 767.9px) {
  .common-table {
    grid-template-columns: repeat(2, 1fr);
  }
  .common-table.repeat_1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.common-table dl {
  margin: 0;
  border: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.common-table dt {
  background: #d9d3c7;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  .common-table dt {
    padding: 0.5rem;
  }
}

.common-table dd {
  background: #fff;
  padding: 1rem;
  text-align: center;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .common-table dd {
    padding: 0.5rem;
  }
}

.common-table dl:nth-child(odd) dt {
  background: #f6f2ea;
}

.common-table dl:nth-child(even) dt {
  background: #faf8f5;
}

/*==============================================================================
# 冒頭文共通
==============================================================================*/
.common-intro {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .common-intro {
    padding-block: 4rem;
  }
}

.common-intro__title {
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .common-intro__title {
    font-size: 1.375rem;
    text-align: left;
  }
}

.common-intro__content {
  border-radius: 30px;
  border: 12px solid #d5e8dd;
  background: #fff;
  padding: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .common-intro__content {
    padding: 1.25rem;
    border-radius: 16px;
  }
}

.common-intro__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 767.9px) {
  .common-intro__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.common-intro__text {
  width: 72%;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .common-intro__text {
    width: 100%;
    margin-top: 24px;
  }
}

.common-intro__img {
  width: 24%;
}
@media screen and (max-width: 767.9px) {
  .common-intro__img {
    width: 100%;
    max-width: 240px;
    margin-inline: auto;
  }
}
.common-intro__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*==============================================================================
# その他共通
==============================================================================*/
.red {
  color: #da0000;
}

.yellow {
  color: #ffe730;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.center {
  text-align: center;
}

.section-desc {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.content {
  background: #fff;
  padding: 4rem;
  border-radius: 1.25rem;
  border: 1px solid #dfdfdf;
}
.content + .content {
  margin-top: 4rem;
}
@media screen and (max-width: 767.9px) {
  .content {
    padding: 1.5rem;
  }
}

.bold {
  font-weight: 600;
}

.w100 {
  width: 100% !important;
}

/*==============================================================================
# ヘッダー
==============================================================================*/
.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 8px;
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media (max-width: 1023.9px) {
  .p-header {
    display: none;
  }
}

.p-header__inner {
  padding-inline: 1.25rem;
}
@media (max-width: 1023.9px) {
  .p-header__inner {
    padding-inline: 0;
  }
}

@media (max-width: 1023.9px) {
  .p-header__top,
  .p-header__bottom {
    display: none;
  }
}

.p-header__top {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1260px;
  margin-inline: auto;
}

.p-header__logo {
  font-size: 1.25rem;
}
.p-header__logo img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}

.p-header__top-buttons-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.p-header__top-buttons-contact a {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5625rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: 340px;
  width: 100%;
  color: #503108;
  font-weight: 700;
  border-radius: 100vmax;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
}
@media (any-hover: hover) {
  .p-header__top-buttons-contact a:hover {
    opacity: 0.7;
  }
}
.p-header__top-buttons-contact a img {
  width: 24px;
  height: 24px;
}

.--tel {
  background: #F9D95F;
}

.--mail {
  background: #74bd34;
}

.p-header__top-buttons-text {
  font-weight: 700;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

.p-header__bottom {
  margin-top: 12px;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  max-width: 1440px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-inline: auto;
  width: 100%;
  background: #4EA3A7;
  border-radius: 100vmax;
}
@media (max-width: 1023.9px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-inline: 24px;
}
.p-header__list svg {
  width: 8px;
  height: 15px;
  margin-left: 8px;
}
.p-header__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.p-header__list li a {
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (any-hover: hover) {
  .p-header__list li a:hover {
    color: #F9D95F;
  }
}

.p-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.p-header__btn {
  padding: 0.5rem 1.625rem;
  background: #fff;
  border: 1px solid #fff;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-sp {
  background: #fff;
  position: fixed;
  z-index: 100;
  height: 5rem;
  width: 100%;
  display: none;
}
.header-sp img {
  height: auto;
  max-width: 290px;
  width: 77.3333%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 10px;
  left: 20px;
}
@media (max-width: 1023.9px) {
  .header-sp {
    display: block;
  }
}

.p-header__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* トグル（PCは非表示・SPで表示） */
.p-header__toggle {
  background: none;
  border: 0;
  padding: 0 4px;
  cursor: pointer;
  display: none; /* ← PCは非表示 */
}

.p-header__chevron {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* ヘッダーサブメニュー */
.p-header__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s step-end, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s step-end, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s step-end;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s step-end, -webkit-transform 0.2s ease;
  z-index: 10;
  pointer-events: none; /* 非表示時の誤クリック防止 */
  /* ホバーの橋渡し（上に透明のヒットエリアを作る） */
}
.p-header__submenu::before {
  content: "";
  position: absolute;
  top: -8px; /* 親リンクとの隙間を埋める */
  left: 0;
  right: 0;
  height: 8px;
}

.p-header__submenu li {
  margin: 0;
}

.p-header__sublink {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* PC：ホバー/フォーカスで開く */
@media (hover: hover) {
  /* hidden属性でdisplay:noneが当たる対策（ホバー時だけ上書き） */
  .p-header__item.has-children:hover > .p-header__submenu[hidden],
  .p-header__item.has-children:focus-within > .p-header__submenu[hidden] {
    display: block;
  }
  .p-header__item.has-children:hover > .p-header__submenu,
  .p-header__item.has-children:focus-within > .p-header__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.2s ease, visibility 0s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s, -webkit-transform 0.2s ease;
    pointer-events: auto;
  }
}
/* SP：トグルで開閉（JSで .is-open を付与） */
.p-header__item.is-open > .p-header__submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.p-header__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* SPでトグル表示 */
@media (min-width: 1024px) {
  .p-header__item.has-children {
    padding-right: 6px;
  } /* ちょい余白 */
  /* ドロワー内で縦展開する場合はこれも入れると自然になる */
  .p-header__submenu {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 8px;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; /* visibility/transformは不要 */
  }
  .p-header__submenu::before {
    display: none;
  }
  .p-header__submenu {
    /* 橋は不要 */
  }
}
/* 動きを控えめに */
@media (prefers-reduced-motion: reduce) {
  .p-header__submenu {
    -webkit-transition: none;
    transition: none;
  }
}
/* 上段（.p-header__top）を滑らかに畳む */
.p-header__top {
  overflow: hidden;
  max-height: 200px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: max-height 0.25s ease, opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  padding: 0;
}

/* ロゴ */
.p-header__logo {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* 下段（必要なら微調整） */
.p-header__bottom {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* スクロール後 */
.p-header.is-scrolled {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.p-header.is-scrolled .p-header__logo {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.p-header.is-scrolled .p-header__top {
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  pointer-events: none;
}

.p-header__nav {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.p-header.is-scrolled .p-header__nav {
  max-width: none;
  border-radius: 0;
  width: 100%;
}

.p-header.is-scrolled .p-header__list {
  max-width: 1440px;
}

#header.is-scrolled {
  padding-top: 0 !important;
}

#header.is-scrolled .p-header__bottom {
  margin-top: 0;
}

#header.is-scrolled .p-header__inner {
  padding-inline: 0;
}

/*----------------------------------
    サブメニュー
-----------------------------------*/
.has-sub {
  position: relative;
}

.nav-parent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* サブメニュー */
.sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 220px;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 100;
}

.sub-menu__item + .sub-menu__item {
  margin-top: 4px;
}

.sub-menu__link {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
  color: #333 !important;
}

.sub-menu__link:hover {
  background: #e8f3ef;
}

.nav-icon svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); /* 初期：下向き */
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}

/* hover時に開く */
.has-sub:hover .sub-menu,
.has-sub:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 矢印回転 */
.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 4px;
  padding: 0.75rem;
  cursor: pointer;
  top: 12px;
  right: 20px;
  width: 48px;
  height: 48px;
}
@media (min-width: 1024px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #999;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #fff;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-inline: 20px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.p-drawer__list .p-drawer__item {
  font-weight: 700;
  width: 100%;
  position: relative;
}
.p-drawer__list .p-drawer__item::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, #A8D8C5 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  bottom: 0;
  left: 0;
}

.p-drawer__item.has-sub .p-drawer__submenu li:last-of-type {
  padding-bottom: 12px;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__item {
  width: 100%;
  position: relative;
}
.p-drawer__item::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, #A8D8C5 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  bottom: 0;
  left: 0;
}
.p-drawer__item.has-sub .p-drawer__submenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.p-drawer__item.has-sub.is-open .p-drawer__submenu {
  max-height: 200px;
}
.p-drawer__item.has-sub.is-open .p-drawer__triangle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 行（メインリンクと矢印を横並び） */
.p-drawer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.p-drawer__link {
  display: inline-block;
  text-decoration: none;
  padding-block: 16px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-drawer__link:hover {
    opacity: 0.7;
  }
}

/* 開閉ボタン */
.p-drawer__toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* 三角 */
.p-drawer__triangle {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #4EA3A7;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* サブメニュー */
.p-drawer__submenu {
  padding-left: 16px;
}

.p-drawer__submenu-item:last-of-type {
  padding-bottom: 12px;
}

.p-drawer__submenu-link {
  display: block;
  padding: 10px 0 10px 12px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

/*==============================================================================
# footer
==============================================================================*/
.p-footer {
  background: #f8f8f8;
}

.p-footer__inner {
  margin: 0 auto;
  padding: 56px 24px 40px;
}
@media (max-width: 767.9px) {
  .p-footer__inner {
    padding: 36px 16px 28px;
  }
}

/* 上段：ロゴ＋医院名 */
.p-footer__brand {
  margin-bottom: 40px;
}
@media (max-width: 767.9px) {
  .p-footer__brand {
    margin-bottom: 28px;
  }
}

.p-footer__brand-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  text-decoration: none;
  color: inherit;
}

.p-footer__logo {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 340px;
}
.p-footer__name {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .p-footer__name {
    font-size: 18px;
  }
}

.p-footer__catch {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #4EA3A7;
}

.p-footer__contact {
  margin-top: 18px;
}
@media (max-width: 767.9px) {
  .p-footer__contact {
    margin-top: 12px;
  }
}

.p-footer__cols {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 64px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 980px) {
  .p-footer__cols {
    grid-template-columns: 1fr 320px;
    gap: 40px;
  }
}
@media (max-width: 767.9px) {
  .p-footer__cols {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.p-footer__heading {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 16px;
}

.p-footer__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 24px;
}
@media (max-width: 980px) {
  .p-footer__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.9px) {
  .p-footer__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }
}

.p-footer__item {
  position: relative;
  padding-left: 18px;
}

.p-footer__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #A8D8C5;
  transform: translateY(-50%);
}

.p-footer__link {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .p-footer__link {
    font-size: 13px;
  }
}
.p-footer__link:hover {
  text-decoration: underline;
}

.p-footer__dl-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  padding: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9px) {
  .p-footer__dl-row {
    grid-template-columns: 70px 1fr;
  }
}

.p-footer__dt {
  font-weight: 700;
  white-space: nowrap;
}

.p-footer__bottom {
  padding: 14px 16px;
  text-align: center;
  background: #fff;
}

.p-footer__copyright {
  font-size: 12px;
}

/*==============================================================================
# ページのトップに戻るボタン
==============================================================================*/
.c-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #95CCB7;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.9px) {
  .c-to-top {
    width: 48px;
    height: 48px;
    right: 16px;
    bottom: 16px;
  }
}

/* 表示状態 */
.c-to-top.js-show {
  opacity: 1;
  visibility: visible;
}

/* ホバー */
.c-to-top:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

/* 画像 */
.c-to-top img {
  display: block;
  width: 23px;
  height: 15px;
}

.section-before-footer {
  position: relative;
}

.section-before-footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 70px;
  z-index: -1;
}

.section-before-footer > * {
  position: relative;
  z-index: 1;
}

/*==============================================================================
# トップページ
==============================================================================*/
.p-mv {
  padding-bottom: 4rem;
  margin-inline: auto;
  position: relative;
}
.p-mv::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 20px;
  background: #e5f2ea;
  width: 60vw;
  border-radius: 20px 0 0 20px;
  height: 30vw;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .p-mv::before {
    height: 90vw;
    width: 70vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-mv {
    width: 100%;
    margin-inline: 0;
  }
}

.p-mv__inner {
  max-width: 75rem;
  width: 100%;
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767.9px) {
  .p-mv__inner {
    padding-inline: 1.25rem;
  }
}

.p-mv__content {
  position: relative;
}

.p-mv__main {
  position: relative;
  overflow: hidden;
  margin-inline: auto;
}
.p-mv__main.swiper,
.p-mv__main .swiper-wrapper,
.p-mv__main .swiper-slide,
.p-mv__main picture,
.p-mv__main img {
  width: 100%;
  height: auto;
}

.p-mv__main img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.p-mv__catch {
  position: absolute;
  left: -5.55556vw;
  bottom: -5rem;
  z-index: 2;
}
@media (max-width: 1600px) {
  .p-mv__catch {
    left: -5.55556vw;
  }
}
@media (max-width: 1340px) {
  .p-mv__catch {
    left: -10px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-mv__catch {
    padding: 0;
    left: -0.75rem;
    bottom: -7.5rem;
  }
}
.p-mv__catch img {
  width: 38vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 550px;
}
@media (max-width: 1340px) {
  .p-mv__catch img {
    width: 40vw;
    max-width: 480px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-mv__catch img {
    width: 88vw;
  }
}

.p-mv__catch-line {
  display: block;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.5rem 0.75rem;
}
@media screen and (max-width: 767.9px) {
  .p-mv__catch-line {
    padding: 0.5rem 0.75rem;
  }
}
.p-mv__catch-line.p-mv__catch-doctor {
  border-radius: 0.5rem;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0.75rem;
  margin-top: 0.5rem;
}

.p-mv__subcatch {
  font-size: 1.125rem;
  line-height: 1.8;
  background: #fff;
  padding: 0.5rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .p-mv__subcatch {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
  }
}

/*==============================================================================
# お知らせ
==============================================================================*/
.p-news .p-news-content {
  background: #fff;
  border-radius: 1.25rem;
}
.p-news .p-news-list {
  border-bottom: 1px solid #ddd;
}
.p-news .p-news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.5rem;
  gap: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .p-news .p-news-item a {
    gap: 1rem;
    padding: 0.75rem 0.75rem;
  }
}
@media (any-hover: hover) {
  .p-news .p-news-item a:hover {
    opacity: 0.7;
  }
}
.p-news .p-news-item a .p-news-date {
  min-width: 100px;
}
@media screen and (max-width: 767.9px) {
  .p-news .p-news-item a .p-news-date {
    min-width: auto;
  }
}
.p-news .p-news-item a .p-news-title {
  font-size: 18px;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .p-news .p-news-item a .p-news-title {
    font-size: 16px;
  }
}
.p-news .p-news-link {
  text-align: right;
  margin-top: 24px;
}

/*==============================================================================
# 採用バナー
==============================================================================*/
.p-top-recruit-banner__inner {
  text-align: center;
  margin-inline: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-recruit-banner__inner a:hover {
    opacity: 0.7;
  }
}
.p-top-recruit-banner__inner img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 600px;
  height: auto;
}

/*==============================================================================
# 診療案内
==============================================================================*/
.p-top-medical-animal {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .p-top-medical-animal {
    margin-top: 32px;
  }
}

.p-top-medical-animal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top-medical-animal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-medical-animal__item img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-waiting {
  padding-inline: 40px;
  text-align: center;
  background: url(../assets/img/horizontal-stripe-bg.jpg) repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .p-waiting {
    padding-inline: 20px;
    padding-bottom: 60px;
  }
}
.p-waiting::after {
  content: "";
  background: url(../assets/img/waiting-deco.png) no-repeat center center/contain;
  width: 81.9444vw;
  height: 8.55556vw;
  bottom: 3.472222vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  position: absolute;
  min-width: 680px;
  min-height: 90.4687px;
}
@media screen and (max-width: 767.9px) {
  .p-waiting::after {
    width: 100%;
    height: 90px;
    bottom: 0;
    min-width: auto;
  }
}

.p-waiting__inner {
  border-radius: 1.25rem;
  border: 4px solid #4EA3A7;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 10;
  top: -3.125rem;
}
@media screen and (max-width: 767.9px) {
  .p-waiting__inner {
    padding: 20px;
  }
}

.p-waiting__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  color: #4EA3A7;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
.p-waiting__title::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #4EA3A7 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .p-waiting__title {
    font-size: 1.5rem;
  }
}

.p-waiting__number {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .p-waiting__number {
    font-size: 1.25rem;
  }
}

.p-waiting__count {
  font-weight: bold;
  color: #e84a5f;
  font-size: 2.5rem;
  margin-left: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .p-waiting__count {
    font-size: 28;
  }
}

.p-waiting__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767.9px) {
  .p-waiting__app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.p-waiting__app-icon {
  width: 100px;
  height: auto;
}

.p-waiting__app-text {
  text-align: left;
  line-height: 1.7;
}
.p-waiting__app-text a {
  text-decoration: underline;
  color: #4EA3A7;
  font-weight: 700;
}
@media (any-hover: hover) {
  .p-waiting__app-text a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.9px) {
  .p-waiting__app-text {
    text-align: center;
  }
}

/*==============================================================================
# 診療予定
==============================================================================*/
.p-top-medical-schedule img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.p-top-medical-schedule__content {
  text-align: center;
}
.p-top-medical-schedule__content iframe {
  width: 100%;
}

/*==============================================================================
# 当院について
==============================================================================*/
.p-top-about h2 {
  margin-bottom: 48px;
}

.p-top-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767.9px) {
  .p-top-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.p-top-about__texts {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .p-top-about__texts {
    width: 100%;
  }
}
.p-top-about__texts::before {
  position: absolute;
  background: url(../assets/img/common/icon_pet.webp) no-repeat right bottom/contain;
  width: 200px;
  height: 207px;
  content: "";
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
}

.p-top-about__img {
  width: 47%;
}
@media screen and (max-width: 767.9px) {
  .p-top-about__img {
    width: 100%;
  }
}
.p-top-about__img img {
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.p-top-about__slider {
  overflow: hidden;
  margin-top: 70px;
}
@media screen and (max-width: 767.9px) {
  .p-top-about__slider {
    margin-top: 48px;
  }
}

.p-top-about__slider .swiper-slide {
  width: auto; /* ← 複数見せたいなら重要 */
}

.p-top-about__slider img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* 好みで */
}

.p-top-about__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.p-top-about__slider.swiper,
.p-top-about__slider .swiper-wrapper,
.p-top-about__slider .swiper-slide,
.p-top-about__slider picture,
.p-top-about__slider img {
  height: auto;
}

/*==============================================================================
# 当院の特徴
==============================================================================*/
.p-top-feature {
  position: relative;
  background-image: url(../assets/img/common/img_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: clamp(520px, 38vw, 776px);
}
@media screen and (max-width: 767.9px) {
  .p-top-feature {
    padding-block: 4rem;
    background-size: clamp(300px, 84vw, 540px);
  }
}

.p-top-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  .p-top-feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-top-feature__item {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border-radius: 40px;
}
.p-top-feature__item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.p-top-feature__texts {
  padding: 52px 20px 20px;
  position: relative;
  border-radius: 0 0 20px 20px;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .p-top-feature__texts {
    padding-top: 40px;
  }
}

.p-top-feature__item-num {
  position: absolute;
  top: -20px;
  left: 20px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #A8D8C5;
  text-shadow: 0 0 6px rgb(255, 255, 255), 0 0 12px rgb(255, 255, 255), 0 0 12px rgb(255, 255, 255);
}

/*==============================================================================
# ページ紹介
==============================================================================*/
.p-top-intro__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-items: center;
}
@media (max-width: 840px) {
  .p-top-intro__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .p-top-intro__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-top-intro__item {
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .p-top-intro__item {
    max-width: 300px;
  }
}
@media (max-width: 400px) {
  .p-top-intro__item {
    max-width: 340px;
  }
}

.p-top-intro__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
}
.p-top-intro__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .p-top-intro__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
  }
}

.p-top-intro__title {
  margin-bottom: 10px;
  font-weight: 700;
}

.p-top-intro__text {
  margin: 0 auto 16px;
  text-align: left;
}

.p-top-intro__btn {
  max-width: 240px;
  min-width: 220px;
  display: block;
  margin-inline: auto;
}

.p-top-intro__btn-inner {
  margin-top: -2px;
}
@media screen and (max-width: 767.9px) {
  .p-top-intro__btn-inner {
    margin-top: -1px;
  }
}

.p-top-intro__btn-inner::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767.9px) {
  .p-top-intro__btn-inner::after {
    right: 16px;
  }
}

/*==============================================================================
# 院長挨拶
==============================================================================*/
.p-top-greeting__inner {
  margin: 0 auto;
}

.p-top-greeting__card {
  background: #fff;
  border-radius: 20px;
  padding: 48px 40px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767.9px) {
  .p-top-greeting__card {
    padding: 24px 20px;
    border-radius: 16px;
  }
}

.p-top-greeting__top {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
}
@media (max-width: 900px) {
  .p-top-greeting__top {
    grid-template-columns: 280px 1fr;
    gap: 28px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-top-greeting__top {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* プロフィール側 */
.p-top-greeting__photo-wrap {
  width: 260px;
  height: 260px;
  margin: 0 auto 18px;
  border-radius: 50%;
  overflow: hidden;
  background: #f3f5f7;
}
@media (max-width: 900px) {
  .p-top-greeting__photo-wrap {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-top-greeting__photo-wrap {
    width: 200px;
    height: 200px;
  }
}

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

.p-top-greeting__badge {
  display: inline-block;
  margin: 0 0 18px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #4EA3A7;
  color: #fff;
  font-weight: 5;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  .p-top-greeting__badge {
    font-size: 13px;
    padding: 10px 14px;
  }
}

.p-top-greeting__clinic {
  font-weight: 700;
  font-size: 20px;
  margin-top: 0;
}
@media screen and (max-width: 767.9px) {
  .p-top-greeting__clinic {
    font-size: 16px;
  }
}

.p-top-greeting__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}

.p-top-greeting__role {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767.9px) {
  .p-top-greeting__role {
    font-size: 16px;
  }
}

.p-top-greeting__person {
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.9px) {
  .p-top-greeting__person {
    font-size: 20px;
  }
}

/* 経歴側 */
.p-top-greeting__career-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-top-greeting__career-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .p-top-greeting__career-row {
    grid-template-columns: 92px 1fr;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}

.p-top-greeting__career-date {
  white-space: nowrap;
}

.p-top-greeting__career-text {
  line-height: normal;
}

/* 本文 */
.p-top-greeting__body {
  margin-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 22px;
}
@media screen and (max-width: 767.9px) {
  .p-top-greeting__body {
    margin-top: 18px;
    padding-top: 16px;
  }
}

.p-top-greeting__body p {
  margin: 0 0 16px;
  line-height: 2;
}
.p-top-greeting__body p:last-child {
  margin-bottom: 0;
}

/*==============================================================================
# 病院案内
==============================================================================*/
.p-top-guidance__inner {
  max-width: 980px;
  margin: 0 auto;
}

/* タイトル */
.p-top-guidance__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 48px;
  position: relative;
}

.p-top-guidance__title-line {
  display: block;
  width: 60px;
  height: 3px;
  background: #4db7b1;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* 情報テーブル */
.p-top-guidance__info {
  margin-bottom: 56px;
  border-top: 1px solid #ddd;
}

.p-top-guidance__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .p-top-guidance__row {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}

.p-top-guidance__label {
  font-weight: 700;
}

.p-top-guidance__value {
  line-height: 1.8;
}

/* マップ */
.p-top-guidance__map {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.p-top-guidance__map iframe {
  width: 100%;
  height: 400px;
  border: none;
}
@media screen and (max-width: 767.9px) {
  .p-top-guidance__map iframe {
    height: 260px;
  }
}

.p-top-info {
  background: url(../assets/img/stripe-bg.jpg) no-repeat center center/cover;
  width: 100%;
}

.p-top-info__inner {
  max-width: 1000px;
  margin-inline: auto;
  width: 100%;
}

.p-top-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6%;
}
@media screen and (max-width: 767.9px) {
  .p-top-info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-top-info__medical-info {
  width: 47%;
}
@media screen and (max-width: 767.9px) {
  .p-top-info__medical-info {
    width: 100%;
  }
}

.p-top-info__clinic-name {
  font-size: 1.75rem;
  font-weight: 700;
}

.p-top-info__company-info {
  margin-top: 1.5rem;
}

.p-top-info__detail {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #ce2314;
  font-weight: 600;
}
.p-top-info__detail p {
  margin-top: 0;
}

.p-top-info__map {
  width: 47%;
}
@media screen and (max-width: 767.9px) {
  .p-top-info__map {
    width: 100%;
  }
}
.p-top-info__map iframe {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 4/3;
}
.p-top-info__map p {
  margin-bottom: 24px;
}

.p-top-info__link {
  margin-top: 24px;
}
@media screen and (max-width: 767.9px) {
  .p-top-info__link {
    margin-top: 16px;
  }
}

/* 診療時間テーブル */
/* clinic hours table */
.c-clinic-hours {
  width: 100%;
  border-collapse: separate; /* 角丸のため */
  border-spacing: 0;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  overflow: hidden; /* 角丸を効かせる */
  background: #fff;
  table-layout: fixed;
}

/* 共通のセル */
.c-clinic-hours th,
.c-clinic-hours td {
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 0.9rem 0.6rem;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}

/* 右端・最下段の不要な線を消す */
.c-clinic-hours tr > *:last-child {
  border-right: none;
}

.c-clinic-hours tbody tr:last-child > * {
  border-bottom: none;
}

/* ヘッダー行（上段） */
.c-clinic-hours thead th {
  background: #e8f3ef;
  font-weight: 700;
}

/* 左端の見出し列（診療時間 / 時間帯） */
.c-clinic-hours thead th:first-child {
  text-align: left;
  padding-left: 1rem;
  width: 34%;
}

.c-clinic-hours tbody th {
  font-weight: 700;
  text-align: left;
  padding-left: 1rem;
}

.c-clinic-hours td {
  font-weight: 700;
}

.c-clinic-hours.is-small th,
.c-clinic-hours.is-small td {
  padding: 0.65rem 0.45rem;
  font-size: 1rem;
}

@media (max-width: 480px) {
  .c-clinic-hours thead th:first-child {
    width: 38%;
  }
  .c-clinic-hours.is-small th,
  .c-clinic-hours.is-small td {
    font-size: 0.95rem;
  }
}
/*==============================================================================
# コラム一覧
==============================================================================*/
.column-archive {
  padding-bottom: 120px;
  padding-top: 100px;
}
@media screen and (max-width: 767.9px) {
  .column-archive {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.column-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b9cdc6;
}
@media screen and (max-width: 767.9px) {
  .column-category {
    display: block;
    padding-bottom: 16px;
  }
}

.column-category__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 12px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .column-category__head {
    padding-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
  }
}

.column-category__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
}
@media screen and (max-width: 767.9px) {
  .column-category__tabs {
    gap: 10px 12px;
  }
}

.column-category__tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 28px;
  border: none;
  border-radius: 999px;
  background: #4EA3A7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .column-category__tab:hover {
    opacity: 0.7;
  }
}
.column-category__tab.is-active {
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  .column-category__tab {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.column-list {
  padding-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .column-list {
    padding-top: 32px;
  }
}

.column-list__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .column-list__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.9px) {
  .column-list__item {
    margin-top: 0;
  }
}
.column-list__item + .column-list__item {
  margin-top: 32px;
}
@media screen and (max-width: 767.9px) {
  .column-list__item + .column-list__item {
    margin-top: 24px;
  }
}
.column-list__item.is-hidden {
  display: none;
}

.column-list__link {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767.9px) {
  .column-list__link {
    display: block;
  }
}

.column-list__image {
  overflow: hidden;
  border-radius: 12px;
}
.column-list__image img {
  display: block;
  width: 100%;
  aspect-ratio: 240/160;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .column-list__image img {
    aspect-ratio: 350/223;
  }
}

.column-list__content {
  padding-top: 8px;
}
@media screen and (max-width: 767.9px) {
  .column-list__content {
    padding-top: 16px;
  }
}

.column-list__date {
  display: block;
  margin-bottom: 16px;
  color: #9d9d9d;
  font-size: 14px;
}
@media screen and (max-width: 767.9px) {
  .column-list__date {
    margin-bottom: 8px;
    font-size: 12px;
  }
}

.column-list__title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .column-list__title {
    font-size: 16px;
  }
}

.column-archive.information .column-list {
  padding-top: 0;
}
.column-archive.information .column-list__content {
  padding-top: 0;
}
.column-archive.information .column-list__link {
  display: block;
}
.column-archive.information .column-list__item {
  padding-block: 12px;
  border-bottom: solid 1px #dcdcdc;
  margin-top: 0;
}

.column-archive.column {
  padding-top: 0;
}

/*==============================================================================
# コラム詳細ページ
==============================================================================*/
.column-detail {
  padding-top: 40px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .column-detail {
    padding-top: 24px;
    padding-bottom: 80px;
  }
}

.column-detail__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 72px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767.9px) {
  .column-detail__wrapper {
    grid-template-columns: 1fr;
    gap: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.column-detail__main {
  min-width: 0;
}

.column-detail__breadcrumb {
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .column-detail__breadcrumb {
    margin-bottom: 24px;
  }
}

.column-detail__breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.column-detail__breadcrumb-item {
  position: relative;
  font-size: 12px;
}
.column-detail__breadcrumb-item:not(:last-child)::after {
  content: ">";
  position: absolute;
  top: 0;
  right: -16px;
}
.column-detail__breadcrumb-item a {
  text-decoration: none;
  color: inherit;
}

.column-detail__header {
  margin-bottom: 48px;
}
@media screen and (max-width: 767.9px) {
  .column-detail__header {
    margin-bottom: 32px;
  }
}

.column-detail__title {
  margin: 0;
  font-size: clamp(28px, 2.5rem, 40px);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .column-detail__title {
    font-size: 28px;
  }
}

.column-detail__date {
  display: block;
  margin-top: 24px;
  font-size: 16px;
  color: #9e9e9e;
}
@media screen and (max-width: 767.9px) {
  .column-detail__date {
    margin-top: 16px;
    font-size: 14px;
  }
}

.column-detail__content > *:first-child {
  margin-top: 0;
}
.column-detail__content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  .column-detail__content p {
    font-size: 14px;
  }
}
.column-detail__content p + p {
  margin-top: 24px;
}
@media screen and (max-width: 767.9px) {
  .column-detail__content p + p {
    margin-top: 20px;
  }
}
.column-detail__content h2 {
  position: relative;
  margin-top: 80px;
  margin-bottom: 32px;
  padding: 8px 8px 8px 24px;
  background: #f8fbfa;
  font-size: clamp(22px, 1.75rem, 28px);
  font-weight: 700;
}
.column-detail__content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #cee3db;
}
@media screen and (max-width: 767.9px) {
  .column-detail__content h2 {
    margin-top: 56px;
    margin-bottom: 24px;
    padding: 20px 8px 8px 16px;
    font-size: 22px;
  }
}
.column-detail__content h3 {
  position: relative;
  margin-top: 56px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #9c9c9c;
  font-size: clamp(22px, 1.5rem, 24px);
  font-weight: 700;
}
.column-detail__content h3::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 64px;
  height: 2px;
  background: #b9d8d1;
}
@media screen and (max-width: 767.9px) {
  .column-detail__content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    font-size: clamp(18px, 1.25rem, 20px);
  }
}
.column-detail__content h4 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: clamp(18px, 1.25rem, 20px);
}
@media screen and (max-width: 767.9px) {
  .column-detail__content h4 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: clamp(16px, 1.125rem, 18px);
  }
}
.column-detail__content ul,
.column-detail__content ol {
  padding-left: 1.5em;
  list-style-type: disc;
}
.column-detail__content ul li,
.column-detail__content ol li {
  font-size: 16px;
  display: list-item;
}
@media screen and (max-width: 767.9px) {
  .column-detail__content ul li,
  .column-detail__content ol li {
    font-size: 14px;
  }
}
.column-detail__content img {
  display: block;
  width: 100%;
  height: auto;
}
.column-detail__content a {
  text-decoration: underline;
  color: inherit;
}

.column-detail__image {
  margin: 48px 0;
}
@media screen and (max-width: 767.9px) {
  .column-detail__image {
    margin: 32px 0;
  }
}
.column-detail__image img {
  width: 100%;
  max-width: 760px;
  height: auto;
}

.column-detail__toc {
  margin: 40px 0 56px;
  padding: 28px 24px;
  border: 1px solid #d5e3df;
  border-radius: 10px;
  background: #fafcfb;
}
@media screen and (max-width: 767.9px) {
  .column-detail__toc {
    max-width: 100%;
    margin: 32px 0 40px;
    padding: 20px 16px;
  }
}

.column-detail__toc-title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .column-detail__toc-title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

.column-detail__toc-list,
.column-detail__toc-sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.column-detail__toc-item {
  color: #166c9d;
}

.column-detail__toc-item + .column-detail__toc-item {
  margin-top: 16px;
}

.column-detail__toc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.column-detail__toc-link {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #4EA3A7;
}
@media screen and (max-width: 767.9px) {
  .column-detail__toc-link {
    font-size: 15px;
  }
}

.column-detail__toc-toggle {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.column-detail__toc-toggle::before, .column-detail__toc-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background: currentColor;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.column-detail__toc-toggle::before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
.column-detail__toc-toggle::after {
  -webkit-transform: translate(-25%, -50%) rotate(-45deg);
          transform: translate(-25%, -50%) rotate(-45deg);
}

.column-detail__toc-item.is-open .column-detail__toc-toggle::before {
  -webkit-transform: translate(-75%, -50%) rotate(-45deg);
          transform: translate(-75%, -50%) rotate(-45deg);
}
.column-detail__toc-item.is-open .column-detail__toc-toggle::after {
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}

.column-detail__toc-accordion {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.column-detail__toc-sublist {
  padding-top: 12px;
  padding-left: 16px;
}
.column-detail__toc-sublist li + li {
  margin-top: 8px;
}
.column-detail__toc-sublist a {
  text-decoration: none;
  font-size: 14px;
  color: #166c9d;
}

.u-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.column-detail__pager {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .column-detail__pager {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 56px;
  }
}

.column-detail__pager-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column-detail__pager-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #4EA3A7;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #4EA3A7;
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.column-detail__pager-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767.9px) {
  .column-detail__pager-link {
    min-height: 52px;
    font-size: 16px;
  }
}

.column-detail__sidebar {
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .column-detail__sidebar {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
}

@media screen and (max-width: 767.9px) {
  .column-detail__category {
    margin-bottom: 0;
  }
}

.column-detail__category-title {
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 3px solid #cfe5de;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .column-detail__category-title {
    font-size: 20px;
    padding-bottom: 12px;
  }
}

.column-detail__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.column-detail__category-item {
  border-bottom: 1px solid #e8e8e8;
}
.column-detail__category-item a {
  position: relative;
  display: block;
  padding: 18px 24px 18px 0;
  text-decoration: none;
  font-size: 18px;
  color: inherit;
}
.column-detail__category-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #A8D8C5;
  border-right: 1px solid #A8D8C5;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767.9px) {
  .column-detail__category-item a {
    padding: 14px 20px 14px 0;
    font-size: 16px;
  }
}

.wp-block-image {
  margin-top: 1em;
}
.wp-block-image figcaption {
  margin-top: 1em;
}

.column-detail__content ul,
.column-detail__content ol {
  padding-left: 1em;
}

/*==============================================================================
# アクセス
==============================================================================*/
.access-info {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .access-info {
    padding-block: 4rem;
  }
}

.access-info__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767.9px) {
  .access-info__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.access-info__title {
  margin-bottom: 32px;
  font-size: clamp(28px, 2.2vw, 40px);
  font-weight: 700;
}

.access-info__list {
  border-top: 1px solid #d9d9d9;
}

.access-info__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767.9px) {
  .access-info__item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.access-info__term {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.access-info__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.72;
  border-radius: 16px;
}

.access-parking {
  padding-block: 6.25rem;
  background-color: #FAF8F5;
}
@media screen and (max-width: 767.9px) {
  .access-parking {
    padding-block: 4rem;
  }
}

.access-parking__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .access-parking__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.access-parking__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.access-parking__title {
  margin-bottom: 24px;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
}

.access-parking__text p {
  margin-bottom: 16px;
}

.access-parking__note {
  color: #E85C5C;
  font-weight: 700;
}

.access-car {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .access-car {
    padding-block: 4rem;
  }
}

.access-car__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .access-car__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.access-car__title {
  margin-bottom: 24px;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
}

.access-car__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*==============================================================================
# お問い合わせフォーム
==============================================================================*/
.second_main {
  font-size: clamp(14px, 1.6vw, 16px);
}

/* レイアウト */
.page_title_box.contact_title_bg {
  padding: clamp(16px, 3vw, 32px) 0;
}

.wrapper {
  max-width: min(100%, 980px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3.2vw, 24px);
}

/* 進行フロー */
.form_flow {
  margin-bottom: 24px;
}
.form_flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.form_flow ul li {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #f9fafb;
}
.form_flow ul li.here, .form_flow ul li.last {
  background: #eef8fb;
  border-color: #cfe8f1;
  color: #4EA3A7;
  font-weight: 600;
}

/* フォーム箱 */
.form_box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  padding: clamp(16px, 3.2vw, 28px);
}

/* エラー */
.form_error_msg_first {
  color: #d93025;
  margin: 0 0 16px;
  font-weight: 600;
}

.form_error_msg {
  color: #d93025;
  margin-top: 8px;
  font-size: 0.92em;
  line-height: 1.4;
}

/* 入力リスト：PC横 / SP縦 */
.form_box form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form_box form ul > li {
  display: grid;
  grid-template-columns: clamp(140px, 24vw, 240px) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(12px, 2.5vw, 28px);
     -moz-column-gap: clamp(12px, 2.5vw, 28px);
          column-gap: clamp(12px, 2.5vw, 28px);
  row-gap: 8px;
  padding: clamp(12px, 2.2vw, 18px) 0;
  border-bottom: 1px solid #e5e7eb;
}
.form_box form ul > li:last-child {
  border-bottom: 0;
}

@media (max-width: 768px) {
  .form_box form ul > li {
    grid-template-columns: 1fr; /* 縦並び */
    row-gap: 12px;
  }
}
/* 見出し側 */
.form_data_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 40px;
}
.form_data_header label,
.form_data_header span {
  display: inline-block;
  font-weight: 700;
}
.form_data_header label {
  font-weight: 600;
  line-height: 1.4;
}
.form_data_header .form_required {
  font-size: 0.86em;
  color: #4EA3A7;
  background: #e8f6fb;
  border: 1px solid #cfe8f1;
  padding: 2px 8px;
  border-radius: 8px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media (max-width: 768px) {
  .form_data_header {
    padding-top: 0;
  }
}
/* 入力側 */
.form_data_item {
  height: 100%;
}
.form_data_item input[type=text],
.form_data_item input[type=email],
.form_data_item input[type=tel],
.form_data_item textarea,
.form_data_item select {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 16px;
  font: inherit;
  line-height: 1.6;
  background: #fff;
  height: 100%;
  -webkit-transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
  transition: box-shadow 0.18s ease, border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
}
.form_data_item input[type=text]:focus,
.form_data_item input[type=email]:focus,
.form_data_item input[type=tel]:focus,
.form_data_item textarea:focus,
.form_data_item select:focus {
  outline: none;
  border-color: rgba(10, 126, 164, 0.6);
  -webkit-box-shadow: 0 0 0 3px rgba(10, 126, 164, 0.15);
          box-shadow: 0 0 0 3px rgba(10, 126, 164, 0.15);
}
.form_data_item input[type=text]::-webkit-input-placeholder, .form_data_item input[type=email]::-webkit-input-placeholder, .form_data_item input[type=tel]::-webkit-input-placeholder, .form_data_item textarea::-webkit-input-placeholder, .form_data_item select::-webkit-input-placeholder {
  color: #666;
  opacity: 0.9;
}
.form_data_item input[type=text]::-moz-placeholder, .form_data_item input[type=email]::-moz-placeholder, .form_data_item input[type=tel]::-moz-placeholder, .form_data_item textarea::-moz-placeholder, .form_data_item select::-moz-placeholder {
  color: #666;
  opacity: 0.9;
}
.form_data_item input[type=text]:-ms-input-placeholder, .form_data_item input[type=email]:-ms-input-placeholder, .form_data_item input[type=tel]:-ms-input-placeholder, .form_data_item textarea:-ms-input-placeholder, .form_data_item select:-ms-input-placeholder {
  color: #666;
  opacity: 0.9;
}
.form_data_item input[type=text]::-ms-input-placeholder, .form_data_item input[type=email]::-ms-input-placeholder, .form_data_item input[type=tel]::-ms-input-placeholder, .form_data_item textarea::-ms-input-placeholder, .form_data_item select::-ms-input-placeholder {
  color: #666;
  opacity: 0.9;
}
.form_data_item input[type=text]::placeholder,
.form_data_item input[type=email]::placeholder,
.form_data_item input[type=tel]::placeholder,
.form_data_item textarea::placeholder,
.form_data_item select::placeholder {
  color: #666;
  opacity: 0.9;
}
.form_data_item select {
  max-width: 240px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.form_data_item textarea {
  min-height: clamp(140px, 24vw, 200px);
  resize: vertical;
}
.form_data_item input:required:invalid,
.form_data_item textarea:required:invalid {
  border-color: #f2c7c4;
  background: #fffafa;
}

.form_data_item--select {
  position: relative;
  max-width: 240px;
}
.form_data_item--select select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding-right: 48px;
  cursor: pointer;
}
.form_data_item--select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

/* ボタン行 */
.form_btn_box {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_btn_box .form_btn01,
.form_btn_box .form_btn02,
.form_btn_box button.form_btn01,
.form_btn_box a.form_btn02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200px;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.18s ease, border-color 0.18s ease, -webkit-transform 0.05s ease, -webkit-box-shadow 0.18s ease;
  transition: background-color 0.18s ease, border-color 0.18s ease, -webkit-transform 0.05s ease, -webkit-box-shadow 0.18s ease;
  transition: transform 0.05s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  transition: transform 0.05s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, -webkit-transform 0.05s ease, -webkit-box-shadow 0.18s ease;
}
.form_btn_box .form_btn01,
.form_btn_box button.form_btn01 {
  background: #4EA3A7;
  color: #fff;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.form_btn_box .form_btn01:hover,
.form_btn_box button.form_btn01:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.form_btn_box .form_btn01:active,
.form_btn_box button.form_btn01:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}
.form_btn_box .form_btn01:focus-visible,
.form_btn_box button.form_btn01:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.28);
}
.form_btn_box .form_btn02,
.form_btn_box a.form_btn02 {
  background: #fff;
  color: #4EA3A7;
  border-color: rgba(10, 126, 164, 0.35);
}
.form_btn_box .form_btn02:hover,
.form_btn_box a.form_btn02:hover {
  background: #f6fbfd;
}
.form_btn_box .form_btn02:focus-visible,
.form_btn_box a.form_btn02:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.18);
}

/* パンくずとタイトル */
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul a {
  color: #4EA3A7;
  text-decoration: none;
}
.breadcrumb ul a:hover {
  text-decoration: underline;
}

.page_title h1 {
  font-size: clamp(20px, 3.4vw, 28px);
  line-height: 1.3;
  margin: 0 0 24px;
  font-weight: 700;
}

/*==============================================================================
# 診療案内ページ
==============================================================================*/
.medical-animal {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .medical-animal {
    padding-top: 4rem;
  }
}

.medical-animal__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767.9px) {
  .medical-animal__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.medical-animal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 1.5rem;
  border-radius: 12px;
  border: 2px solid #4EA3A7;
}
@media screen and (max-width: 767.9px) {
  .medical-animal__item {
    gap: 8px;
  }
}
.medical-animal__item img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .medical-animal__item img {
    width: 64px;
    height: 64px;
  }
}

.medical-animal__kind {
  font-size: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .medical-animal__kind {
    font-size: 1.25rem;
  }
}

.common-block01__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767.9px) {
  .common-block01__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
  }
}

.common-block01__list {
  width: 64%;
}
@media screen and (max-width: 767.9px) {
  .common-block01__list {
    width: 100%;
  }
}

.common-block01__item {
  padding-left: 1em;
  position: relative;
}
.common-block01__item::before {
  position: absolute;
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.common-block01__img {
  width: 30%;
}
@media screen and (max-width: 767.9px) {
  .common-block01__img {
    width: 100%;
  }
}
.common-block01__img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.common-block01 + .common-block01 {
  margin-top: 40px;
}

.medical-hours {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .medical-hours {
    padding-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .medical-hours__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.medical-hours__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .medical-hours__wrap {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.medical-hours__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.medical-hours__time {
  margin-bottom: 24px;
}

.medical-hours__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.medical-hours__slash {
  margin: 0 8px;
}

.common-button01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
}

.common-button01-arrow,
.medical-hours-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.medical-hours__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.medical-hours__item {
  border-bottom: 1px solid #ccc;
}

.medical-hours__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .common-table tbody tr {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    row-gap: 0.5rem;
  }
  /* 3つ目以降（= 2つ目の段）だけ上に余白を足す */
  .common-table tbody tr > *:nth-child(n+3) {
    margin-top: 1rem;
  }
}
.medical-fee__content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
/*==============================================================================
# 料金表
==============================================================================*/
.medical-fee__block {
  margin-top: 1.5rem;
}
.medical-fee__block h3 {
  margin-bottom: 0.5rem;
}

.medical-fee__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.medical-fee__payment img {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.medical-fee__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.medical-fee__banner img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 240px;
}

/*==============================================================================
# 健康診断
==============================================================================*/
.medical-health-check {
  background: #f8f8f8;
  margin-top: -60px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .medical-health-check {
    padding-top: 4rem;
  }
}

.medical-health-check__campaign img {
  height: 5.125rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.medical-health-check__campaign + .medical-health-check__campaign {
  margin-top: 2.5rem;
}

.fuji {
  border-bottom: 1px solid #95bfcc;
}
.fuji::before {
  background: #95bfcc;
}

.medical-health-check__fee {
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.medical-health-check__fee span {
  font-size: 1rem;
  font-weight: 600;
}

.medical-health-check__caution {
  font-weight: 600;
  margin-top: 1.5rem;
}

.everest {
  border-bottom: 1px solid #d6aaaa;
}
.everest::before {
  background: #d6aaaa;
}

.medical-health-check__sale + .medical-health-check__sale {
  margin-top: 2.5rem;
}

.sale {
  border-bottom: 1px solid #D6CAAA;
}
.sale::before {
  background: #D6CAAA;
}

/*==============================================================================
# 院内設備
==============================================================================*/
.medical-equipment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .medical-equipment__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.medical-equipment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.5rem;
}
.medical-equipment__item h3 {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .medical-equipment__item h3 {
    font-size: 1.125rem;
  }
}

/*==============================================================================
# first
==============================================================================*/
.first-content + .first-content {
  margin-top: 4rem;
}
.first-content li {
  position: relative;
  padding-left: 1rem;
}
.first-content li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.first-content__pet-techo {
  margin-top: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.first-content__pet-techo img {
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
@media (any-hover: hover) {
  .first-content__pet-techo:hover {
    opacity: 0.7;
  }
}

.first__button {
  margin-top: 1rem;
}

.first-caution__pic {
  aspect-ratio: 3/2;
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .first-caution__pic {
    width: 100%;
  }
}

.first-parking img {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .first-parking img {
    width: 100%;
  }
}

/*==============================================================================
# expert-subject
==============================================================================*/
.expert-subject {
  padding-bottom: 6.25rem;
}

.expert-subject__desc {
  text-align: center;
  font-weight: 600;
}

.expert-subject__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .expert-subject__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
    margin-inline: auto;
  }
}

.expert-subject__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .expert-subject__item:hover {
    opacity: 0.7;
  }
}

.expert-subject__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(12px, 2.38889vw, 20px) clamp(20px, 2.77778vw, 32px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  border-radius: 12px;
  border: 2px solid #a8d8c5;
  /* ボタンシャドウ */
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.expert-subject__link img {
  width: clamp(32px, 2.77778vw, 40px);
  height: clamp(32px, 2.77778vw, 40px);
  -o-object-fit: contain;
     object-fit: contain;
}
.expert-subject__link span {
  font-size: clamp(18px, 1.38889vw, 20px);
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .expert-subject__link span {
    font-size: 16px;
  }
}

/*==============================================================================
# expert-doctor
==============================================================================*/
.expert-doctor {
  background: #faf8f5;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767.9px) {
  .expert-doctor {
    padding-bottom: 6.25rem;
  }
}

.expert-doctor__content {
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 767.9px) {
  .expert-doctor__content {
    gap: 64px;
  }
}
.expert-doctor__content .expert-doctor:last-of-type {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767.9px) {
  .expert-doctor__content .expert-doctor:last-of-type {
    padding-bottom: 6.25rem;
  }
}

.expert-doctor__block {
  padding: 5rem;
  border-radius: 20px;
  border: 1px solid #f0eae1;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .expert-doctor__block {
    padding: 2rem;
  }
}

.expert-doctor__intro {
  margin-bottom: 2.5rem;
}

.expert-doctor__profile-wrapper {
  border-radius: 20px;
  background: #fcfcfc;
  padding: 40px;
  border: 1px solid #ebebeb;
}
@media screen and (max-width: 767.9px) {
  .expert-doctor__profile-wrapper {
    padding: 20px;
  }
}

.expert-doctor__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 767.9px) {
  .expert-doctor__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.expert-doctor__info {
  width: 56%;
}
@media screen and (max-width: 767.9px) {
  .expert-doctor__info {
    width: 100%;
  }
}

.expert-doctor__label {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .expert-doctor__label {
    font-size: 18px;
  }
}

.expert-doctor__name {
  font-size: 28px;
}
@media screen and (max-width: 767.9px) {
  .expert-doctor__name {
    font-size: 24px;
  }
}

.expert-doctor__subheading {
  margin-top: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.expert-doctor__career-list {
  display: grid;
  grid-template-columns: 90px 1fr;
  row-gap: 0.75rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 1024px) {
  .expert-doctor__career-list {
    grid-template-columns: 70px 1fr;
  }
}

.expert-doctor__career-date {
  white-space: nowrap;
}

.expert-doctor__career-date:empty {
  visibility: hidden;
}

.expert-doctor__image {
  width: 40%;
}
@media screen and (max-width: 767.9px) {
  .expert-doctor__image {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
}
.expert-doctor__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.expert-doctor__career-desc {
  margin-top: 0;
}

.expert-doctor.section-before-footer::after {
  background-color: #FAF8F5;
}

/*==============================================================================
# tumor-about
==============================================================================*/
.tumor-about {
  padding-block: 6.25rem;
}

/*==============================================================================
# tumor-desc
==============================================================================*/
.tumor-desc__text {
  padding: 40px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #4EA3A7;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .tumor-desc__text {
    padding: 20px;
  }
}

.tumor-desc__box {
  margin-top: 24px;
}

.tumor-desc__heading {
  border-radius: 20px 20px 0 0;
  background: #4EA3A7;
  padding: 12px 24px;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .tumor-desc__heading {
    padding: 12px 20px;
  }
}

/*==============================================================================
# tumor-feature
==============================================================================*/
.tumor-feature {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .tumor-feature {
    padding-block: 4rem;
  }
}

.tumor-feature__title {
  font-weight: 1.5rem;
  font-weight: 700;
}

.tumor-feature__content {
  display: grid;
  gap: 16px;
}

.tumor-feature__box {
  margin-top: 2em;
}

.tumor-feature__box-heading {
  font-size: clamp(18px, 1.3888vw, 20px);
  font-weight: 700;
  border-bottom: 2px solid #A8D8C5;
  display: block;
  padding-bottom: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tumor-feature__box-desc {
  margin-top: 1em;
}

.tumor-feature__text strong {
  border-bottom: 2px solid #A8D8C5;
}

/*==============================================================================
# tumor-pattern
==============================================================================*/
.tumor-pattern {
  padding-top: 6.25rem;
  background: #FAF8F5;
}
@media screen and (max-width: 767.9px) {
  .tumor-pattern {
    padding-top: 4rem;
  }
}
.tumor-pattern:last-of-type {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .tumor-pattern:last-of-type {
    margin-bottom: 4rem;
  }
}

.tumor-pattern__desc {
  margin-bottom: 40px;
}

.tumor-pattern__content {
  display: grid;
  gap: 16px;
}

.tumor-pattern__box {
  border-radius: 20px;
  border: 1px solid #F0EAE1;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767.9px) {
  .tumor-pattern__box {
    padding: 20px;
  }
}
.tumor-pattern__box li {
  padding-left: 1em;
  position: relative;
}
.tumor-pattern__box li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.tumor-pattern__heading {
  font-size: clamp(18px, 1.3888vw, 20px);
  font-weight: 700;
  border-bottom: 2px solid #A8D8C5;
  display: block;
  padding-bottom: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tumor-pattern.section-before-footer::after {
  background-color: #FAF8F5;
}

/*==============================================================================
# staff-doctor
==============================================================================*/
.staff-doctor {
  padding-block: 6.25rem;
}

.staff-doctor__title {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
}

.staff-doctor__list {
  display: grid;
  gap: 64px;
}

.staff-doctor-card {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  padding: 3.75rem;
  background: #FCFCFC;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
}
@media screen and (max-width: 767.9px) {
  .staff-doctor-card {
    grid-template-columns: 1fr;
    padding: 1.875rem;
    gap: 24px;
  }
}

.staff-doctor-card__role {
  font-size: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .staff-doctor-card__role {
    font-size: 16px;
  }
}

.staff-doctor-card__name {
  font-size: 28px;
  font-weight: 700;
}

.staff-doctor-card__kana {
  margin-left: 8px;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  .staff-doctor-card__kana {
    margin-left: 0;
    font-size: 14px;
  }
}

.staff-doctor-card__line {
  margin-top: 16px;
  margin-bottom: 32px;
  border-bottom: 4px dotted #A8D8C5;
}

.staff-doctor-card__block {
  margin-bottom: 24px;
}

.staff-doctor-card__label {
  font-weight: 700;
  margin-bottom: 8px;
}

.staff-doctor-card__image img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .staff-doctor-card__image img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767.9px) {
  .staff-doctor-card__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.staff-doctor-card__message {
  margin-top: 0;
}

/*==============================================================================
# 動物看護師
==============================================================================*/
.staff-nurse {
  padding-block: 6.25rem;
  background: #FAF8F5;
}

.staff-nurse__title {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.staff-nurse__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.2;
}

.staff-nurse__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .staff-nurse__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.staff-nurse-card {
  height: 100%;
  padding: 40px;
  border: 1px solid #F0EAE1;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .staff-nurse-card {
    padding: 20px;
    border-radius: 16px;
  }
}

.staff-nurse-card__name {
  font-size: clamp(24px, 1.75vw, 32px);
  font-weight: 700;
}

.staff-nurse-card__kana {
  font-size: 14px;
  font-weight: 500;
}

.staff-nurse-card__line {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 24px;
  border-bottom: 4px dotted #4EA3A7;
}

.staff-nurse-card__block + .staff-nurse-card__block {
  margin-top: 28px;
}

.staff-nurse-card__label {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .staff-nurse-card__label {
    font-size: 16px;
  }
}

.staff-nurse-card__list-text {
  padding-left: 1.2em;
  list-style: disc;
}

.staff-nurse-card__message {
  margin-top: 0;
}

/*==============================================================================
# トリマー
==============================================================================*/
.staff-trimmer {
  padding-bottom: 6.25rem;
  background: #FAF8F5;
}

.staff-trimmer__title {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 700;
}
.staff-trimmer__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.2;
}

.staff-trimmer__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .staff-trimmer__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.staff-trimmer-card {
  height: 100%;
  padding: 40px;
  border: 1px solid #F0EAE1;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .staff-trimmer-card {
    padding: 40px;
    border-radius: 16px;
  }
}

.staff-trimmer-card__name {
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
}

.staff-trimmer-card__kana {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .staff-trimmer-card__kana {
    font-size: 12px;
  }
}

.staff-trimmer-card__line {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 24px;
  border-bottom: 4px dotted #4EA3A7;
}

.staff-trimmer-card__block + .staff-trimmer-card__block {
  margin-top: 28px;
}

.staff-trimmer-card__label {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .staff-trimmer-card__label {
    font-size: 16px;
  }
}

.staff-trimmer-card__list-text {
  padding-left: 1.2em;
  list-style: disc;
}

.staff-trimmer-card__message {
  margin-top: 0;
}

/*==============================================================================
# staff-cats
==============================================================================*/
.staff-cats {
  padding-block: 6.25rem;
}
@media (max-width: 767px) {
  .staff-cats {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}

.staff-cats__title {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 700;
}
.staff-cats__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.3;
}

.staff-cats__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 32px;
}
@media (max-width: 767px) {
  .staff-cats__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.staff-cats__card {
  padding: 40px;
  border-radius: 24px;
  background: #edf2ef;
}
@media (max-width: 767px) {
  .staff-cats__card {
    padding: 20px;
    border-radius: 20px;
  }
}

.staff-cats__card--center {
  grid-column: 1/-1;
  max-width: 524px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.staff-cats__image {
  position: relative;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .staff-cats__image {
    width: 180px;
    margin-bottom: 20px;
  }
}
.staff-cats__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.staff-cats__paw {
  position: absolute;
  right: -8px;
  bottom: 8px;
  width: 68px;
}
@media (max-width: 767px) {
  .staff-cats__paw {
    width: 56px;
    right: -4px;
    bottom: 4px;
  }
}
.staff-cats__paw img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  border-radius: 0;
}

.staff-cats__name {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
}
.staff-cats__name span {
  font-size: 0.7em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .staff-cats__name {
    margin-bottom: 16px;
  }
}

.staff-cats__card--center .staff-cats__text {
  margin-right: auto;
  margin-left: auto;
}

/*==============================================================================
# recruit-message
==============================================================================*/
.recruit-message {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .recruit-message {
    padding-block: 5rem;
  }
}

.recruit-message__content {
  background: #F0F8F5;
  padding: 48px;
  border-radius: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
.recruit-message__content::before, .recruit-message__content::after {
  position: absolute;
  content: "";
  z-index: 1;
}
.recruit-message__content::before {
  left: -16px;
  bottom: -36px;
  width: 13.6875rem;
  height: 7.5rem;
  background: url(../assets/img/common/icon_paw_green01.svg) no-repeat left bottom/contain;
}
@media (max-width: 1024px) {
  .recruit-message__content::before {
    width: 10rem;
    height: 6.25rem;
  }
}
@media screen and (max-width: 767.9px) {
  .recruit-message__content::before {
    width: 7.5rem;
    height: 5rem;
    left: 0;
    bottom: -44px;
  }
}
.recruit-message__content::after {
  right: 0;
  top: -36px;
  width: 10rem;
  height: 8.75rem;
  background: url(../assets/img/common/icon_paw_green02.svg) no-repeat right top/contain;
}
@media (max-width: 1024px) {
  .recruit-message__content::after {
    width: 8.125rem;
    height: 7.5rem;
  }
}
@media screen and (max-width: 767.9px) {
  .recruit-message__content::after {
    width: 5rem;
    height: 4.375rem;
    right: 0;
    top: -16px;
  }
}
@media screen and (max-width: 767.9px) {
  .recruit-message__content {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}

.recruit-message__texts {
  width: 46%;
}
@media screen and (max-width: 767.9px) {
  .recruit-message__texts {
    width: 100%;
  }
}
.recruit-message__texts h2 {
  color: #4EA3A7;
  font-size: clamp(24px, 1.9444vw, 28px);
}
.recruit-message__texts p {
  margin-top: 24px;
}
@media screen and (max-width: 767.9px) {
  .recruit-message__texts p {
    margin-top: 16px;
  }
}

.recruit-message__img {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .recruit-message__img {
    width: 100%;
  }
}
.recruit-message__img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  border-radius: 20px;
}

/*==============================================================================
# recruit-description
==============================================================================*/
.recruit-description {
  padding-block: 6.25rem;
}
@media (max-width: 767.9px) {
  .recruit-description {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}

.recruit-description__heading {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 767.9px) {
  .recruit-description__heading {
    margin-bottom: 40px;
  }
}

.recruit-description__title {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  font-size: clamp(28px, 2.777vw, 40px);
  font-weight: 700;
}
.recruit-description__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 72px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 999px;
  background: currentColor;
  opacity: 0.2;
}
@media (max-width: 767.9px) {
  .recruit-description__title {
    font-size: 32px;
    padding-bottom: 16px;
  }
  .recruit-description__title::after {
    width: 64px;
    height: 4px;
  }
}

.recruit-description__table {
  display: grid;
  gap: 1px;
}
.recruit-description__row {
  display: grid;
  grid-template-columns: 148px 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767.9px) {
  .recruit-description__row {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}

.recruit-description__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #4EA3A7;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 767.9px) {
  .recruit-description__head {
    padding: 16px 20px;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
  }
}

.recruit-description__body {
  padding: 32px 36px;
  background: #fcfcfc;
}
@media (max-width: 767.9px) {
  .recruit-description__body {
    padding: 20px 20px 28px;
    border-top: none;
    border-radius: 0 0 8px 8px;
  }
}

.recruit-description__body p + p {
  margin-top: 8px;
}

.recruit-description__list li {
  position: relative;
  padding-left: 1.2em;
}
.recruit-description__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767.9px) {
  .recruit-description__list li {
    font-size: 14px;
  }
}

.recruit-description__list + p {
  margin-top: 16px;
}
@media (max-width: 767.9px) {
  .recruit-description__list + p {
    margin-top: 12px;
  }
}

.recruit-description__note-block {
  margin-top: 24px;
}
@media (max-width: 767.9px) {
  .recruit-description__note-block {
    margin-top: 20px;
  }
}

.recruit-description__note-title {
  margin-bottom: 8px;
  font-weight: 700;
}

.recruit-description__row--message .recruit-description__body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.recruit-description__message p + p {
  margin-top: 24px;
}
@media (max-width: 767.9px) {
  .recruit-description__message p + p {
    margin-top: 20px;
  }
}

.recruit-description__point-box {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 28px 32px;
  border-radius: 16px;
  background: #f8f6f1;
}
@media (max-width: 767.9px) {
  .recruit-description__point-box {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 20px 16px;
    border-radius: 12px;
  }
}

.recruit-description__point-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #4EA3A7;
}
@media (max-width: 767.9px) {
  .recruit-description__point-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.recruit-description__point-list li {
  position: relative;
  padding-left: 1.1em;
}
.recruit-description__point-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #FFA64C;
}
@media (max-width: 767.9px) {
  .recruit-description__point-list li {
    font-size: 14px;
  }
}

.recruit-description__point-list li + li {
  margin-top: 8px;
}
@media (max-width: 767.9px) {
  .recruit-description__point-list li + li {
    margin-top: 6px;
  }
}

.apply_button {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 6.25rem;
}
@media (max-width: 767.9px) {
  .apply_button {
    margin-bottom: 5rem;
  }
}

.form_flow ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.9px) {
  .form_flow ul {
    gap: 8px;
  }
}
@media (max-width: 767.9px) {
  .form_flow ul li {
    font-size: 13px;
  }
}

.form_lead {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767.9px) {
  .form_lead {
    text-align: start;
  }
}

.form_title_m {
  text-align: center;
  font-size: 28px;
  margin-bottom: 24px;
}
@media (max-width: 767.9px) {
  .form_title_m {
    font-size: 20px;
  }
}

.form_thanks_text {
  text-align: center;
}

.form_back_home a {
  text-decoration: underline;
}
.form_back_home {
  text-align: center;
}

/*==============================================================================
# trimming-feature
==============================================================================*/
.trimming-feature {
  background: #F0F8F5;
  padding-block: 6.25rem;
  background-image: url(../assets/img/common/img_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: clamp(520px, 38vw, 776px);
}
@media screen and (max-width: 767.9px) {
  .trimming-feature {
    padding-block: 4rem;
    background-size: clamp(300px, 84vw, 540px);
  }
}

.trimming-feature__list {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 767.9px) {
  .trimming-feature__list {
    gap: 12px;
  }
}

.trimming-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 24px;
  border: 3px solid #eeeeee;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .trimming-feature__item {
    font-size: 16px;
    padding: 12px 20px;
    gap: 1em;
  }
}

.trimming-feature__item-num {
  color: #95CCB7;
  font-size: clamp(28px, 2.22222vw, 32px);
}

/*==============================================================================
# trimming-care
==============================================================================*/
.trimming-care {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .trimming-care {
    padding-block: 4rem;
  }
}

.trimming-care__block {
  display: grid;
  gap: 64px;
}
@media screen and (max-width: 767.9px) {
  .trimming-care__block {
    gap: 40px;
  }
}

.trimming-care__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767.9px) {
  .trimming-care__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .trimming-care__box:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.trimming-care__box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.9px) {
  .trimming-care__box:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.trimming-care__texts {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .trimming-care__texts {
    width: 100%;
  }
}
.trimming-care__texts h3 {
  font-size: 24px;
}
.trimming-care__texts p {
  margin-top: 16px;
}
@media screen and (max-width: 767.9px) {
  .trimming-care__texts p {
    margin-top: 8px;
  }
}

.trimming-care__img {
  width: 44%;
}
@media screen and (max-width: 767.9px) {
  .trimming-care__img {
    width: 100%;
  }
}

.trimming-care__last-message {
  font-weight: 700;
  font-size: 20px;
  -webkit-text-decoration: underline dotted #4EA3A7;
          text-decoration: underline dotted #4EA3A7;
  text-underline-offset: 6px;
  text-align: center;
  margin-top: 72px;
}
@media screen and (max-width: 767.9px) {
  .trimming-care__last-message {
    font-size: 16px;
    margin-top: 48px;
  }
}

/*==============================================================================
# trimming-price
==============================================================================*/
.trimming-price {
  padding-block: 6.25rem;
  background: #FAF8F5;
}
@media screen and (max-width: 767.9px) {
  .trimming-price {
    padding-block: 4rem;
  }
}

.trimming-price__content {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #F0EAE1;
}
@media screen and (max-width: 767.9px) {
  .trimming-price__content {
    padding: 20px;
  }
}

/*==============================================================================
# trimming-notes
==============================================================================*/
.trimming-notes {
  background: #FAF8F5;
  padding-bottom: 10.625rem;
}
@media screen and (max-width: 767.9px) {
  .trimming-notes {
    padding-bottom: 5.625rem;
  }
}

.trimming-notes__content {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #F0EAE1;
}
@media screen and (max-width: 767.9px) {
  .trimming-notes__content {
    padding: 20px;
  }
}

.trimming-notes__note,
.trimming-price__note {
  color: #da0000;
  font-weight: 700;
  margin-top: 1rem;
}

.trimming-notes.section-before-footer::after {
  background-color: #FAF8F5;
}

/*==============================================================================
# faq
==============================================================================*/
.faq {
  padding-block: 6.25rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .faq {
    padding-block: 4rem;
    margin-bottom: 4rem;
  }
}

.faq__item {
  overflow: hidden;
  border-radius: 20px;
  background: #f7f5f2;
  -webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.04);
}
.faq__item + .faq__item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .faq__item + .faq__item {
    margin-top: 1rem;
  }
}
.faq__item.is-open .faq__toggle::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 100%;
  padding: 1.5rem;
  padding-inline: 2rem;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .faq__question {
    gap: 1rem;
    padding: 1rem;
  }
}

.faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq__head--answer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  .faq__head {
    gap: 0.75rem;
  }
}

.faq__icon {
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
}
.faq__icon--q {
  background: #C09F7F;
}
.faq__icon--a {
  background: #4EA3A7;
}
@media screen and (max-width: 767.9px) {
  .faq__icon {
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
  }
}

.faq__question-text {
  padding-top: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .faq__question-text {
    padding-top: 0.125rem;
    font-size: 16px;
  }
}

.faq__toggle {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.faq__toggle::before, .faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  background: #222;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__toggle::before {
  width: 1.25rem;
  height: 0.125rem;
}
.faq__toggle::after {
  width: 0.125rem;
  height: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .faq__toggle {
    width: 1.25rem;
    height: 1.25rem;
  }
  .faq__toggle::before {
    width: 1rem;
  }
  .faq__toggle::after {
    height: 1rem;
  }
}

.faq__answer-wrap {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.faq__answer {
  padding-inline: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.9px) {
  .faq__answer {
    padding-inline: 1rem;
    padding-bottom: 1.25rem;
  }
}

.faq__answer-body p + p {
  margin-top: 0.5rem;
}

.faq__answer p {
  margin: 0;
  padding-top: 0.25rem;
}
@media screen and (max-width: 767.9px) {
  .faq__answer p {
    padding-top: 0.125rem;
    font-size: 14px;
  }
}

.faq__answer a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.faq__app {
  margin-top: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__app img {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  height: auto;
  border: 0.0625rem solid #ddd;
  background: #fff;
  padding: 0.75rem 1rem;
}
@media (any-hover: hover) {
  .faq__app:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.9px) {
  .faq__app {
    margin-top: 1rem;
  }
  .faq__app img {
    max-width: 13.75rem;
  }
}

/*==============================================================================
# privacy
==============================================================================*/
.privacy-policy {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .privacy-policy {
    padding-block: 4rem;
  }
}

.privacy-policy__inner {
  width: min(100%, 52.5rem);
  margin-inline: auto;
}

.privacy-policy__lead p + p {
  margin-top: 1rem;
}

.privacy-policy__section {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767.9px) {
  .privacy-policy__section {
    margin-top: 3rem;
  }
}

.privacy-policy__heading {
  position: relative;
  padding-left: 2rem;
  font-weight: 700;
  font-size: 20px;
}
.privacy-policy__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #A8D8C5;
}
@media screen and (max-width: 767.9px) {
  .privacy-policy__heading {
    padding-left: 1.75rem;
    font-size: 18px;
  }
  .privacy-policy__heading::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.privacy-policy__section p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .privacy-policy__section p {
    margin-top: 1rem;
  }
}

.privacy-policy__list {
  margin-top: 1.25rem;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767.9px) {
  .privacy-policy__list {
    margin-top: 1rem;
  }
}

.privacy-policy__list li {
  position: relative;
  padding-left: 1.25rem;
}
.privacy-policy__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy-policy__list li + li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.9px) {
  .privacy-policy__list li + li {
    margin-top: 0.25rem;
  }
}

.privacy-policy__clinic p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 767.9px) {
  .privacy-policy__clinic p + p {
    margin-top: 0.75rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767.9px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
.u-font__jp {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
.u-font__en {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767.9px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767.9px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767.9px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767.9px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

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

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767.9px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

/* スクリーンリーダー専用 */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ========== px用 ========== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.mt28 {
  margin-top: 28px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

.ml28 {
  margin-left: 28px !important;
}

.mr28 {
  margin-right: 28px !important;
}

.pt28 {
  padding-top: 28px !important;
}

.pb28 {
  padding-bottom: 28px !important;
}

.pl28 {
  padding-left: 28px !important;
}

.pr28 {
  padding-right: 28px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.ml36 {
  margin-left: 36px !important;
}

.mr36 {
  margin-right: 36px !important;
}

.pt36 {
  padding-top: 36px !important;
}

.pb36 {
  padding-bottom: 36px !important;
}

.pl36 {
  padding-left: 36px !important;
}

.pr36 {
  padding-right: 36px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pl56 {
  padding-left: 56px !important;
}

.pr56 {
  padding-right: 56px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pl64 {
  padding-left: 64px !important;
}

.pr64 {
  padding-right: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pl72 {
  padding-left: 72px !important;
}

.pr72 {
  padding-right: 72px !important;
}

/* ========== rem用（直感型） ========== */
.mt0-25rem {
  margin-top: 0.25rem !important;
}

.mb0-25rem {
  margin-bottom: 0.25rem !important;
}

.ml0-25rem {
  margin-left: 0.25rem !important;
}

.mr0-25rem {
  margin-right: 0.25rem !important;
}

.pt0-25rem {
  padding-top: 0.25rem !important;
}

.pb0-25rem {
  padding-bottom: 0.25rem !important;
}

.pl0-25rem {
  padding-left: 0.25rem !important;
}

.pr0-25rem {
  padding-right: 0.25rem !important;
}

.mt0-5rem {
  margin-top: 0.5rem !important;
}

.mb0-5rem {
  margin-bottom: 0.5rem !important;
}

.ml0-5rem {
  margin-left: 0.5rem !important;
}

.mr0-5rem {
  margin-right: 0.5rem !important;
}

.pt0-5rem {
  padding-top: 0.5rem !important;
}

.pb0-5rem {
  padding-bottom: 0.5rem !important;
}

.pl0-5rem {
  padding-left: 0.5rem !important;
}

.pr0-5rem {
  padding-right: 0.5rem !important;
}

.mt0-75rem {
  margin-top: 0.75rem !important;
}

.mb0-75rem {
  margin-bottom: 0.75rem !important;
}

.ml0-75rem {
  margin-left: 0.75rem !important;
}

.mr0-75rem {
  margin-right: 0.75rem !important;
}

.pt0-75rem {
  padding-top: 0.75rem !important;
}

.pb0-75rem {
  padding-bottom: 0.75rem !important;
}

.pl0-75rem {
  padding-left: 0.75rem !important;
}

.pr0-75rem {
  padding-right: 0.75rem !important;
}

.mt1rem {
  margin-top: 1rem !important;
}

.mb1rem {
  margin-bottom: 1rem !important;
}

.ml1rem {
  margin-left: 1rem !important;
}

.mr1rem {
  margin-right: 1rem !important;
}

.pt1rem {
  padding-top: 1rem !important;
}

.pb1rem {
  padding-bottom: 1rem !important;
}

.pl1rem {
  padding-left: 1rem !important;
}

.pr1rem {
  padding-right: 1rem !important;
}

.mt1-25rem {
  margin-top: 1.25rem !important;
}

.mb1-25rem {
  margin-bottom: 1.25rem !important;
}

.ml1-25rem {
  margin-left: 1.25rem !important;
}

.mr1-25rem {
  margin-right: 1.25rem !important;
}

.pt1-25rem {
  padding-top: 1.25rem !important;
}

.pb1-25rem {
  padding-bottom: 1.25rem !important;
}

.pl1-25rem {
  padding-left: 1.25rem !important;
}

.pr1-25rem {
  padding-right: 1.25rem !important;
}

.mt1-5rem {
  margin-top: 1.5rem !important;
}

.mb1-5rem {
  margin-bottom: 1.5rem !important;
}

.ml1-5rem {
  margin-left: 1.5rem !important;
}

.mr1-5rem {
  margin-right: 1.5rem !important;
}

.pt1-5rem {
  padding-top: 1.5rem !important;
}

.pb1-5rem {
  padding-bottom: 1.5rem !important;
}

.pl1-5rem {
  padding-left: 1.5rem !important;
}

.pr1-5rem {
  padding-right: 1.5rem !important;
}

.mt1-75rem {
  margin-top: 1.75rem !important;
}

.mb1-75rem {
  margin-bottom: 1.75rem !important;
}

.ml1-75rem {
  margin-left: 1.75rem !important;
}

.mr1-75rem {
  margin-right: 1.75rem !important;
}

.pt1-75rem {
  padding-top: 1.75rem !important;
}

.pb1-75rem {
  padding-bottom: 1.75rem !important;
}

.pl1-75rem {
  padding-left: 1.75rem !important;
}

.pr1-75rem {
  padding-right: 1.75rem !important;
}

.mt2rem {
  margin-top: 2rem !important;
}

.mb2rem {
  margin-bottom: 2rem !important;
}

.ml2rem {
  margin-left: 2rem !important;
}

.mr2rem {
  margin-right: 2rem !important;
}

.pt2rem {
  padding-top: 2rem !important;
}

.pb2rem {
  padding-bottom: 2rem !important;
}

.pl2rem {
  padding-left: 2rem !important;
}

.pr2rem {
  padding-right: 2rem !important;
}

.mt2-25rem {
  margin-top: 2.25rem !important;
}

.mb2-25rem {
  margin-bottom: 2.25rem !important;
}

.ml2-25rem {
  margin-left: 2.25rem !important;
}

.mr2-25rem {
  margin-right: 2.25rem !important;
}

.pt2-25rem {
  padding-top: 2.25rem !important;
}

.pb2-25rem {
  padding-bottom: 2.25rem !important;
}

.pl2-25rem {
  padding-left: 2.25rem !important;
}

.pr2-25rem {
  padding-right: 2.25rem !important;
}

.mt2-5rem {
  margin-top: 2.5rem !important;
}

.mb2-5rem {
  margin-bottom: 2.5rem !important;
}

.ml2-5rem {
  margin-left: 2.5rem !important;
}

.mr2-5rem {
  margin-right: 2.5rem !important;
}

.pt2-5rem {
  padding-top: 2.5rem !important;
}

.pb2-5rem {
  padding-bottom: 2.5rem !important;
}

.pl2-5rem {
  padding-left: 2.5rem !important;
}

.pr2-5rem {
  padding-right: 2.5rem !important;
}

.mt2-75rem {
  margin-top: 2.75rem !important;
}

.mb2-75rem {
  margin-bottom: 2.75rem !important;
}

.ml2-75rem {
  margin-left: 2.75rem !important;
}

.mr2-75rem {
  margin-right: 2.75rem !important;
}

.pt2-75rem {
  padding-top: 2.75rem !important;
}

.pb2-75rem {
  padding-bottom: 2.75rem !important;
}

.pl2-75rem {
  padding-left: 2.75rem !important;
}

.pr2-75rem {
  padding-right: 2.75rem !important;
}

.mt3rem {
  margin-top: 3rem !important;
}

.mb3rem {
  margin-bottom: 3rem !important;
}

.ml3rem {
  margin-left: 3rem !important;
}

.mr3rem {
  margin-right: 3rem !important;
}

.pt3rem {
  padding-top: 3rem !important;
}

.pb3rem {
  padding-bottom: 3rem !important;
}

.pl3rem {
  padding-left: 3rem !important;
}

.pr3rem {
  padding-right: 3rem !important;
}

.mt3-25rem {
  margin-top: 3.25rem !important;
}

.mb3-25rem {
  margin-bottom: 3.25rem !important;
}

.ml3-25rem {
  margin-left: 3.25rem !important;
}

.mr3-25rem {
  margin-right: 3.25rem !important;
}

.pt3-25rem {
  padding-top: 3.25rem !important;
}

.pb3-25rem {
  padding-bottom: 3.25rem !important;
}

.pl3-25rem {
  padding-left: 3.25rem !important;
}

.pr3-25rem {
  padding-right: 3.25rem !important;
}

.mt3-5rem {
  margin-top: 3.5rem !important;
}

.mb3-5rem {
  margin-bottom: 3.5rem !important;
}

.ml3-5rem {
  margin-left: 3.5rem !important;
}

.mr3-5rem {
  margin-right: 3.5rem !important;
}

.pt3-5rem {
  padding-top: 3.5rem !important;
}

.pb3-5rem {
  padding-bottom: 3.5rem !important;
}

.pl3-5rem {
  padding-left: 3.5rem !important;
}

.pr3-5rem {
  padding-right: 3.5rem !important;
}

.mt3-75rem {
  margin-top: 3.75rem !important;
}

.mb3-75rem {
  margin-bottom: 3.75rem !important;
}

.ml3-75rem {
  margin-left: 3.75rem !important;
}

.mr3-75rem {
  margin-right: 3.75rem !important;
}

.pt3-75rem {
  padding-top: 3.75rem !important;
}

.pb3-75rem {
  padding-bottom: 3.75rem !important;
}

.pl3-75rem {
  padding-left: 3.75rem !important;
}

.pr3-75rem {
  padding-right: 3.75rem !important;
}

.mt4rem {
  margin-top: 4rem !important;
}

.mb4rem {
  margin-bottom: 4rem !important;
}

.ml4rem {
  margin-left: 4rem !important;
}

.mr4rem {
  margin-right: 4rem !important;
}

.pt4rem {
  padding-top: 4rem !important;
}

.pb4rem {
  padding-bottom: 4rem !important;
}

.pl4rem {
  padding-left: 4rem !important;
}

.pr4rem {
  padding-right: 4rem !important;
}

.mt4-25rem {
  margin-top: 4.25rem !important;
}

.mb4-25rem {
  margin-bottom: 4.25rem !important;
}

.ml4-25rem {
  margin-left: 4.25rem !important;
}

.mr4-25rem {
  margin-right: 4.25rem !important;
}

.pt4-25rem {
  padding-top: 4.25rem !important;
}

.pb4-25rem {
  padding-bottom: 4.25rem !important;
}

.pl4-25rem {
  padding-left: 4.25rem !important;
}

.pr4-25rem {
  padding-right: 4.25rem !important;
}

.mt4-5rem {
  margin-top: 4.5rem !important;
}

.mb4-5rem {
  margin-bottom: 4.5rem !important;
}

.ml4-5rem {
  margin-left: 4.5rem !important;
}

.mr4-5rem {
  margin-right: 4.5rem !important;
}

.pt4-5rem {
  padding-top: 4.5rem !important;
}

.pb4-5rem {
  padding-bottom: 4.5rem !important;
}

.pl4-5rem {
  padding-left: 4.5rem !important;
}

.pr4-5rem {
  padding-right: 4.5rem !important;
}

.mt4-75rem {
  margin-top: 4.75rem !important;
}

.mb4-75rem {
  margin-bottom: 4.75rem !important;
}

.ml4-75rem {
  margin-left: 4.75rem !important;
}

.mr4-75rem {
  margin-right: 4.75rem !important;
}

.pt4-75rem {
  padding-top: 4.75rem !important;
}

.pb4-75rem {
  padding-bottom: 4.75rem !important;
}

.pl4-75rem {
  padding-left: 4.75rem !important;
}

.pr4-75rem {
  padding-right: 4.75rem !important;
}

.mt5rem {
  margin-top: 5rem !important;
}

.mb5rem {
  margin-bottom: 5rem !important;
}

.ml5rem {
  margin-left: 5rem !important;
}

.mr5rem {
  margin-right: 5rem !important;
}

.pt5rem {
  padding-top: 5rem !important;
}

.pb5rem {
  padding-bottom: 5rem !important;
}

.pl5rem {
  padding-left: 5rem !important;
}

.pr5rem {
  padding-right: 5rem !important;
}

@media (max-width: 1023.9px) {
  #expert-doctor01,
  #expert-doctor02,
  #expert-doctor03,
  #expert-doctor04,
  #expert-doctor05,
  #expert-doctor06 {
    scroll-margin-top: 5rem;
  }
}