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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #333333;
  background: #F8F4E3;
  line-height: 1.9;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #29ABE2;
  color: #FFFFFF;
  padding: 10px 16px;
  z-index: 999;
}
.skip-link:focus {
  left: 10px;
  top: 10px;
}

.main {
  overflow: hidden;
}

.u-pc-only {
  display: none;
}
@media (min-width: 768px) {
  .u-pc-only {
    display: inline;
  }
}

.u-sp-only {
  display: inline;
}
@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

.section {
  position: relative;
  padding: 64px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 110px 0;
  }
}

.section__inner {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .section__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.section__sidelabel {
  display: none;
}
@media (min-width: 1080px) {
  .section__sidelabel {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    left: max(24px, 50% - 580px - 60px);
    top: 96px;
    writing-mode: vertical-rl;
  }
}

.section__sidelabel-text {
  flex: 0 0 auto;
  letter-spacing: 0.15em;
  font-size: 12px;
  color: #9FD8F0;
}

.section__sidelabel-line {
  flex: 0 0 auto;
  width: 1px;
  height: 90px;
  margin-top: 6px;
  background: #9FD8F0;
}

.section__sidelabel--inline {
  display: flex;
  position: static;
  left: auto;
  top: auto;
  writing-mode: horizontal-tb;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}
.section__sidelabel--inline .section__sidelabel-line {
  display: none;
  width: 40px;
  height: 1px;
  margin-top: 6px;
}
@media (min-width: 1240px) {
  .section__sidelabel--inline {
    position: absolute;
    left: max(24px, 50% - 580px - 60px);
    top: 96px;
    writing-mode: vertical-rl;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
  .section__sidelabel--inline .section__sidelabel-line {
    display: block;
    width: 1px;
    height: 90px;
    margin-top: 6px;
  }
}

@media (min-width: 1024px) and (max-width: 1239px) {
  .section__inner {
    padding-left: 56px;
    padding-right: 56px;
  }
  .section__sidelabel--inline {
    position: absolute;
    left: 24px;
    top: 96px;
    writing-mode: vertical-rl;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
  .section__sidelabel--inline .section__sidelabel-line {
    display: block;
    width: 1px;
    height: 90px;
    margin-top: 6px;
  }
}
#concept .section__sidelabel--inline {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #concept .section__sidelabel--inline {
    margin-bottom: 14px;
  }
}

#message {
  padding-top: 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #message {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

#service {
  padding-top: 20px;
}
@media (min-width: 768px) {
  #service {
    padding-top: 110px;
  }
}

#visit {
  padding-top: 0;
}
@media (min-width: 768px) {
  #visit {
    padding-top: 110px;
  }
}

#schedule {
  padding-top: 0;
}
@media (min-width: 768px) {
  #schedule {
    padding-top: 110px;
  }
}

#access {
  padding-top: 0;
}
@media (min-width: 768px) {
  #access {
    padding-top: 110px;
  }
}

.section-heading {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 6px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .section-heading {
    font-size: 30px;
    margin-bottom: 48px;
  }
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #333333;
}

.section-heading--contact {
  display: block;
  margin-top: 40px;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-heading--contact {
    margin-top: 56px;
    margin-bottom: 24px;
  }
}
.section-heading--contact::after {
  content: none;
}

.strip {
  background: #F8F4E3;
  overflow: hidden;
  padding: 5px 0 4px;
}
@media (min-width: 768px) {
  .strip {
    padding: 20px 0;
  }
}

.strip__track {
  display: flex;
  width: max-content;
  animation: strip-scroll 250s linear infinite;
}

.strip__set {
  display: flex;
  flex-shrink: 0;
}

.strip__set img {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: 100px;
}
@media (min-width: 768px) {
  .strip__set img {
    height: 150px;
  }
}

@keyframes strip-scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip__track {
    animation: none;
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.8, 0.3, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.3, 1);
}
.fade-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.hero-title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.8, 0.3, 1), transform 0.7s cubic-bezier(0.25, 0.8, 0.3, 1);
}
.hero-title.is-animated .char {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .hero-title .char {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  padding: 14px 16px;
}
@media (min-width: 768px) {
  .header {
    padding: 24px 32px;
  }
}

.header__inner {
  max-width: 1240px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 6px 10px 6px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 6px 20px rgba(40, 30, 10, 0.08);
}
@media (min-width: 768px) {
  .header__inner {
    padding: 8px 14px 8px 32px;
  }
}
@media (min-width: 1024px) {
  .header__inner {
    padding: 6px 30px 6px 26px;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.header__logo-mark {
  height: 38px;
  width: auto;
}
@media (min-width: 768px) {
  .header__logo-mark {
    height: 48px;
  }
}
@media (min-width: 1024px) {
  .header__logo-mark {
    height: 42px;
  }
}

.header__logo-text {
  height: 38px;
  width: auto;
}
@media (min-width: 768px) {
  .header__logo-text {
    height: 48px;
  }
}
@media (min-width: 1024px) {
  .header__logo-text {
    height: 42px;
  }
}

.hamburger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 100px;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.3, 1);
}
.hamburger:hover {
  background: #E7F6FD;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.hamburger__box {
  width: 26px;
  height: 18px;
  position: relative;
  flex: 0 0 auto;
}

.hamburger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333333;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.3, 1), opacity 0.35s cubic-bezier(0.25, 0.8, 0.3, 1), top 0.35s cubic-bezier(0.25, 0.8, 0.3, 1);
}
.hamburger__line:nth-child(1) {
  top: 0;
}
.hamburger__line:nth-child(2) {
  top: 8px;
}
.hamburger__line:nth-child(3) {
  top: 16px;
}

.hamburger__label {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #333333;
}
@media (min-width: 768px) {
  .hamburger__label {
    font-size: 12px;
  }
}

.hamburger[aria-expanded=true] .hamburger__line:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.hamburger[aria-expanded=true] .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger[aria-expanded=true] .hamburger__line:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.gnav__overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 30, 20, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.3, 1);
  z-index: 150;
}
@media (min-width: 1024px) {
  .gnav__overlay {
    display: none;
  }
}

.gnav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(86vw, 380px);
  background: rgba(255, 255, 255, 0.85);
  z-index: 199;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.3, 1);
  overflow-y: auto;
  padding: 30px 10px 40px;
}
@media (min-width: 1024px) {
  .gnav {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    transform: none;
    transition: none;
    overflow: visible;
    padding: 0;
  }
}

body.is-nav-open .gnav {
  transform: translateX(0);
}

body.is-nav-open .gnav__overlay {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) {
  .gnav {
    transform: none !important;
  }
}
.gnav__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .gnav__logo {
    display: none;
  }
}

.gnav__logo-mark {
  height: 56px;
  width: auto;
}

.gnav__logo-text {
  width: 148px;
  height: auto;
}

.gnav__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .gnav__list {
    flex-direction: row;
    align-items: center;
  }
}

.gnav__list li + li {
  border-top: 1px solid #9fd8f0;
}
@media (min-width: 1024px) {
  .gnav__list li + li {
    border-top: none;
  }
}

@media (min-width: 1024px) {
  .gnav__list li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .gnav__list li::before {
    content: "｜";
    color: #E7E1CC;
    margin: 0 1px;
    font-size: 12px;
  }
  .gnav__list li:first-child::before {
    content: none;
  }
}

.gnav__list a,
.gnav__link {
  display: block;
  padding: 13px 20px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.3, 1), padding-left 0.3s cubic-bezier(0.25, 0.8, 0.3, 1);
}
.gnav__list a:hover,
.gnav__link:hover {
  color: #29ABE2;
  padding-left: 26px;
}
@media (min-width: 1024px) {
  .gnav__list a,
  .gnav__link {
    padding: 8px 6px;
    font-size: 15px;
    white-space: nowrap;
  }
  .gnav__list a:hover,
  .gnav__link:hover {
    padding-left: 6px;
  }
}
@media (min-width: 1180px) {
  .gnav__list a,
  .gnav__link {
    padding: 10px 11px;
    font-size: 16.5px;
  }
  .gnav__list a:hover,
  .gnav__link:hover {
    padding-left: 11px;
  }
}

.hero {
  position: relative;
  min-height: 560px;
  padding: 68px 20px 80px;
  background-color: #F8F4E3;
  background-image: url("../image/hero-bg-sp.jpg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 420px) {
  .hero {
    min-height: calc(560px + (100vw - 420px) * 0.4);
    background-position: center bottom;
  }
}
@media (min-width: 768px) {
  .hero {
    min-height: 0;
    aspect-ratio: 2560/1810;
    padding: 162px 20px 200px;
    background-color: #29ABE2;
    background-image: url("../image/hero-bg.jpg");
    background-size: 100% auto;
    background-position: center top;
  }
}
@media (min-width: 1080px) {
  .hero {
    padding: 170px 20px 220px;
  }
}
@media (min-width: 1270px) {
  .hero {
    aspect-ratio: auto;
    min-height: calc(860px + (100vw - 1080px) * 0.2);
    background-position: center bottom;
  }
}

.hero__inner {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .hero__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.hero__inner {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .hero__inner {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0;
  }
}

.hero__stage {
  display: grid;
  justify-items: center;
}

.hero__stage > * {
  grid-column: 1;
  grid-row: 1;
}

.hero-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(18px);
}

.hero-intro img {
  width: 64vw;
  height: auto;
}
@media (min-width: 768px) {
  .hero-intro img {
    width: min(80vw, 500px);
  }
}

.hero-intro.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.25, 0.8, 0.3, 1), transform 1.2s cubic-bezier(0.25, 0.8, 0.3, 1);
}

.hero-intro.is-hidden {
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.25, 0.8, 0.3, 1);
}

@media (prefers-reduced-motion: reduce) {
  .hero-intro {
    display: none;
  }
}
.hero-title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 1.7;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 40, 80, 0.18);
}
@media (min-width: 480px) {
  .hero-title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 46px;
  }
}
@media (min-width: 1080px) {
  .hero-title {
    font-size: 54px;
  }
}

.hero-title__line {
  display: block;
}

.hero-title__unit {
  display: inline-block;
}
.hero-title__unit ruby {
  ruby-align: center;
}
.hero-title__unit rt {
  font-size: 0.38em;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.status-card {
  position: relative;
  z-index: 5;
  margin: 6px auto 0;
  width: min(92%, 560px);
  background: #FFFFFF;
  border: 2px solid #29ABE2;
  border-radius: 18px;
  padding: 22px 24px 26px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(30, 60, 90, 0.12);
}
@media (min-width: 768px) {
  .status-card {
    margin-top: 40px;
    padding: 28px 30px 32px;
  }
}

.status-card__date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .status-card__date {
    font-size: 18px;
  }
}

.status-card__label {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .status-card__label {
    font-size: 18px;
  }
}

.status-card__count {
  margin-top: 2px;
  font-size: 17px;
  font-weight: 700;
  color: #29ABE2;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .status-card__count {
    margin-top: 4px;
    font-size: 19px;
  }
}

.status-card__notice {
  margin-top: 21.6px;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}
@media (min-width: 768px) {
  .status-card__notice {
    font-size: 18px;
    text-align: center;
  }
}

.status-card__num {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  line-height: 1.1;
  margin: 0 2px;
}
@media (min-width: 768px) {
  .status-card__num {
    font-size: 42px;
  }
}

.news-card-wrap {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .news-card-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.news-card-wrap {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .news-card-wrap {
    margin-top: 60px;
  }
}

.news-card {
  width: 100%;
  background: #FFFFFF;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(60, 50, 20, 0.06);
  padding: 30px 24px;
}
@media (min-width: 768px) {
  .news-card {
    padding: 48px 56px;
  }
}
.news-card .section-heading {
  font-size: 18px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .news-card .section-heading {
    font-size: 22px;
    margin-bottom: 32px;
  }
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 768px) {
  .news-list {
    gap: 36px;
  }
}

.news-item__date {
  font-size: 13px;
  color: #6b6b62;
  letter-spacing: 0.03em;
}

.news-item__title {
  margin-top: 4px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .news-item__title {
    font-size: 24px;
  }
}

.news-item__body {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.9;
  color: #333333;
}
.news-item__body p + p {
  margin-top: 1em;
}

.card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #E7F6FD;
  color: #29ABE2;
}
.card__icon svg {
  width: 55%;
  height: 55%;
}
.card__icon--pink {
  background: #FCEEF2;
  color: #E38AA6;
}
.card__icon--green {
  background: #EEF6E5;
  color: #8FBF5F;
}

.card {
  background: #FFFFFF;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(60, 50, 20, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding: 34px 22px;
}
.card + .card {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .card {
    flex-direction: row;
    padding: 54px;
    gap: 54px;
  }
  .card--media-left {
    flex-direction: row;
  }
}

.card__body {
  width: 100%;
  flex: 1 1 50%;
}

.card--media-right {
  gap: 9px;
}
@media (min-width: 768px) {
  .card--media-right {
    gap: 0;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .card--media-right .card__body {
    flex: 0 1 500px;
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .card--media-right .card__media {
    flex: 0 1 424px;
    width: auto;
    max-width: 424px;
  }
}
.card--media-right .card__text {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  .card--media-right .card__text {
    font-size: 18px;
  }
}

.card--media-left {
  gap: 9px;
}
@media (min-width: 768px) {
  .card--media-left {
    gap: 0;
    justify-content: center;
  }
}
.card--media-left .card__body {
  order: 1;
}
@media (min-width: 768px) {
  .card--media-left .card__body {
    order: 0;
    flex: 0 1 450px;
    max-width: 450px;
    margin-left: 50px;
  }
}
.card--media-left .card__media {
  order: 2;
}
@media (min-width: 768px) {
  .card--media-left .card__media {
    order: 0;
    flex: 0 1 424px;
    width: auto;
    max-width: 424px;
  }
}
.card--media-left .card__text {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  .card--media-left .card__text {
    font-size: 18px;
  }
}

.card__media {
  width: 70%;
  max-width: 300px;
  flex: 0 0 auto;
}
.card__media img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .card__media {
    width: 300px;
  }
}

.card__media--promise {
  max-width: 340px;
}
.card__media--promise img {
  aspect-ratio: 340/280;
  object-fit: cover;
  border-radius: 18px;
}
@media (min-width: 768px) {
  .card__media--promise {
    width: 340px;
  }
}

.card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.card__icon-img {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
}

.card__head-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.card__head-text .card__title {
  margin-top: 0;
}

.card__eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #29ABE2;
}
.card__eyebrow--pink {
  color: #E38AA6;
}
.card__eyebrow--green {
  color: #8FBF5F;
}

.card__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .card__title {
    font-size: 26px;
  }
}

.card__text {
  margin-top: 18px;
  color: #333333;
  text-align: justify;
}
@media (min-width: 768px) {
  .card__text {
    text-align: left;
  }
}

.promise-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.promise-list__item {
  border: 1.5px solid #8FBF5F;
  border-radius: 18px;
  padding: 16px 20px;
}

.promise-list__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 22px;
  color: #8FBF5F;
}

.promise-list__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #8FBF5F;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.promise-list__text {
  margin-top: 8px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  color: #333333;
  text-align: justify;
}
@media (min-width: 768px) {
  .promise-list__text {
    font-size: 18px;
    text-align: left;
  }
}

.message-visual {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .message-visual {
    position: relative;
  }
}

.message-visual__photo {
  width: 100%;
  display: block;
  margin-bottom: 24px;
  border-radius: 28px;
  aspect-ratio: 600/375;
  object-fit: cover;
}
@media (min-width: 768px) {
  .message-visual__photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 375px;
    aspect-ratio: auto;
    margin-bottom: 0;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .message-visual__content {
    position: relative;
    z-index: 2;
  }
}

.message-visual__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .message-visual__title {
    font-size: 56px;
  }
}

.message-visual__text {
  margin-top: 12px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
}
.message-visual__text p + p {
  margin-top: 1.6em;
}
@media (min-width: 768px) {
  .message-visual__text {
    margin-top: 24px;
    font-size: 18px;
    text-align: left;
  }
}

.message-visual__sign {
  margin-top: 22px;
  margin-bottom: 35px;
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .message-visual__sign {
    margin-top: 45px;
    margin-bottom: 70px;
    width: 50%;
    text-align: right;
  }
}

.message-visual__sign-role {
  font-size: 18px;
}

.message-visual__sign-name {
  font-size: 27px;
}

.profile-grid {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .profile-grid {
    flex-direction: row;
    gap: 32px;
  }
}

.profile-card {
  background: #FFFFFF;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(60, 50, 20, 0.06);
  flex: 1 1 50%;
  padding: 34px 26px;
}
@media (min-width: 768px) {
  .profile-card {
    padding: 44px 40px;
  }
}

.profile-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.profile-card__icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .profile-card__icon {
    width: 72px;
    height: 72px;
  }
}

.profile-card__title {
  flex: 0 0 auto;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 768px) {
  .profile-card__title {
    font-size: 27px;
  }
}
.profile-card__title--blue {
  color: #29ABE2;
}
.profile-card__title--green {
  color: #8FBF5F;
}

.profile-card__rule {
  flex: 1 1 auto;
  height: 2px;
  background: #29ABE2;
}
.profile-card__rule--green {
  background: #8FBF5F;
}

.profile-card__list {
  margin-top: 3px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  .profile-card__list {
    margin-left: 88px;
    gap: 14px;
  }
}
.profile-card__list li {
  position: relative;
  padding-left: 18px;
}
.profile-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #29ABE2;
}
.profile-card__list--green li::before {
  background: #8FBF5F;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

.service-card {
  background: #FFFFFF;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(60, 50, 20, 0.06);
  padding: 30px 26px;
}
@media (min-width: 768px) {
  .service-card {
    padding: 30px 52px;
  }
}

.service-card__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 768px) {
  .service-card__title {
    font-size: 27px;
  }
}

.service-card__text {
  margin-top: 14px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  text-align: justify;
}
@media (min-width: 768px) {
  .service-card__text {
    font-size: 18px;
  }
}

.price-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 768px) {
  .price-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

.price-card {
  background: #FFFFFF;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(60, 50, 20, 0.06);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .price-card {
    padding: 30px 40px;
    gap: 32px;
  }
}

.price-card__icon {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
}

.price-card__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .price-card__body {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    line-height: 1.9;
  }
}

.price-card__label {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  line-height: 1.05;
}
@media (min-width: 768px) {
  .price-card__label {
    line-height: 1.9;
  }
}

.price-card__note {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-left: 4px;
  white-space: normal;
}

.price-card__price {
  flex: 0 0 auto;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  white-space: nowrap;
}

.price-card__num {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  margin-right: 2px;
}

.price-annotation {
  margin: 20px auto 0;
  width: fit-content;
  max-width: 100%;
  text-align: justify;
  font-size: 12.5px;
  color: #6b6b62;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .price-annotation {
    text-align: left;
  }
}

.visit-area {
  margin-top: 13px;
  background: #E7F6FD;
  border-radius: 28px;
  padding: 15px 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 768px) {
  .visit-area {
    margin-top: 40px;
    flex-direction: row;
    padding: 46px;
    gap: 46px;
    align-items: flex-start;
  }
}

.visit-area__body {
  flex: 1 1 50%;
}

.visit-area__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 768px) {
  .visit-area__title {
    font-size: 27px;
  }
}

.visit-area__desc {
  margin-top: 8px;
  font-size: 13.5px;
}

.visit-area__chips {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 104px);
  gap: 22px 12px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .visit-area__chips {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .visit-area__chips {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.visit-area__chips li {
  background: #FFFFFF;
  color: #128BC4;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  width: 104px;
  padding: 5px 12px;
  border-radius: 999px;
}
@media (min-width: 768px) {
  .visit-area__chips li {
    font-size: 22px;
    text-align: center;
    width: auto;
    padding: 5px 22px;
    white-space: nowrap;
  }
}

.visit-area__note {
  margin-top: 18px;
  font-size: 12px;
  color: #6b6b62;
  line-height: 1.9;
}

.visit-area__map {
  flex: 0 0 auto;
  width: 100%;
  max-width: 426px;
  margin: 0 auto;
}
.visit-area__map img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}
@media (min-width: 768px) {
  .visit-area__map {
    width: 426px;
  }
}

.schedule-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 10px 30px rgba(60, 50, 20, 0.06);
}

@media (min-width: 768px) {
  .schedule-table-wrap--sp {
    display: none;
  }
}
.schedule-table-wrap--sp .schedule-table {
  min-width: 0;
  table-layout: fixed;
}
.schedule-table-wrap--sp th,
.schedule-table-wrap--sp td {
  word-break: break-word;
}

.schedule-table-wrap--pc {
  display: none;
}
@media (min-width: 768px) {
  .schedule-table-wrap--pc {
    display: block;
  }
}

.schedule-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #FFFFFF;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 13.5px;
  text-align: center;
}
@media (min-width: 768px) {
  .schedule-table {
    font-size: 15px;
  }
}
.schedule-table th,
.schedule-table td {
  padding: 14px 8px;
  border: 1px solid #c3b480;
}
.schedule-table td {
  font-size: 16px;
}
@media (min-width: 768px) {
  .schedule-table td {
    font-size: 22px;
  }
}
.schedule-table thead th {
  font-weight: 700;
  font-size: 18px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .schedule-table thead th {
    font-size: 25px;
  }
}
.schedule-table tbody th {
  font-weight: 700;
  font-size: 18px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .schedule-table tbody th {
    font-size: 25px;
  }
}
.schedule-table td.is-holiday,
.schedule-table th.is-holiday {
  background: #f1f1ec;
  color: #6b6b62;
  line-height: 1.3;
}
.schedule-table small {
  display: inline-block;
  margin-top: 2px;
  font-size: 13px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .schedule-table small {
    font-size: 16px;
  }
}

.contact-card {
  margin-top: 0;
  background: #E7F6FD;
  border-radius: 28px;
  padding: 34px 20px;
  text-align: center;
}

.contact-card__note {
  font-size: 13px;
}

.contact-card__tel {
  margin: 18px auto 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #FFFFFF;
  border-radius: 999px;
  padding: 16px 40px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 25px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(30, 60, 90, 0.08);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.3, 1);
}
@media (min-width: 768px) {
  .contact-card__tel {
    border-radius: 100px;
    padding: 16px 75px;
    font-size: 45px;
  }
}
.contact-card__tel img {
  width: 18px;
  height: 30px;
}
@media (min-width: 768px) {
  .contact-card__tel img {
    width: 30px;
    height: 50px;
  }
}
.contact-card__tel:hover {
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .contact-card__tel {
    pointer-events: none;
    cursor: default;
  }
}

.contact-card__sub {
  margin-top: 18px;
  font-size: 16px;
}

.access {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .access {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
  }
}

.access__info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  order: 2;
}
@media (min-width: 768px) {
  .access__info {
    order: 0;
    justify-content: space-between;
  }
}

.access__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.access__icon {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
}

.access__label {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .access__label {
    font-size: 21px;
    margin-top: 8px;
  }
}

.access__text {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
@media (min-width: 768px) {
  .access__text {
    font-size: 16px;
    text-align: left;
  }
}

.access__photo {
  flex: 0 0 auto;
  width: 100%;
  order: 1;
}
.access__photo img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  aspect-ratio: 480/360;
  object-fit: cover;
}
@media (min-width: 768px) {
  .access__photo {
    width: 46%;
    order: 0;
  }
  .access__photo img {
    border-radius: 28px;
    aspect-ratio: auto;
  }
}

.access-map {
  width: 100%;
  margin: 50px auto 0;
  height: 525px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(60, 50, 20, 0.06);
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .access-map {
    width: max(80vw, min(100vw, 1160px) - 48px);
    margin-top: 120px;
    height: 735px;
    border-radius: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .access-map {
    width: max(80vw, min(100vw, 1160px) - 112px);
  }
}

.footer {
  margin-top: 40px;
  background: #FFE8A8;
  padding: 56px 0 40px;
}
@media (min-width: 768px) {
  .footer {
    padding: 80px 0 50px;
  }
}

.footer__inner {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .footer__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.footer__inner {
  text-align: center;
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.footer__logo-mark {
  height: 52px;
  width: auto;
}
@media (min-width: 768px) {
  .footer__logo-mark {
    height: 64px;
  }
}

.footer__logo-text {
  height: 52px;
  width: auto;
}
@media (min-width: 768px) {
  .footer__logo-text {
    height: 64px;
  }
}

.footer-nav {
  margin-top: 30px;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
}

.footer-nav__list a,
.footer-nav__link {
  font-size: 13.5px;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.3, 1);
}
.footer-nav__list a:hover,
.footer-nav__link:hover {
  opacity: 0.6;
}

.footer__copyright {
  margin-top: 40px;
  font-size: 11.5px;
  letter-spacing: 0.05em;
  color: #6b6b62;
}
