@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5094339623vw;
  }
}
@media (min-width: 1060px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  color: #404040;
  padding-top: 3.75rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 5rem;
  }
}

body.noscroll {
  overflow: hidden;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1060px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--s {
    max-width: 60rem;
  }
}

.l-section {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin-top: 6.25rem;
  }
}

.l-section--wide {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-section--wide {
    margin-top: 7.5rem;
  }
}

.c-access-map {
  margin-top: 3.125rem;
}

.c-access-map iframe {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.c-button {
  display: inline-block;
  width: 18.75rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #B0D25E;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.2em;
  border: 1px solid #B0D25E;
  margin-top: 1.875rem;
  margin-inline: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (any-hover: hover) {
  .c-button:hover {
    background-color: #fff;
    color: #B0D25E;
  }
}
.c-button--left {
  left: 0;
  right: auto;
}

@media screen and (min-width: 768px) {
  .c-button--flow {
    position: relative;
    margin-inline: initial;
  }
}

.c-button--flow::after {
  content: "▲";
  display: block;
  width: 1em;
  height: 1em;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button--menu {
  position: relative;
  height: auto;
  padding: 0.3125rem 0.625rem 0.5rem;
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-button--menu {
    margin-top: 1.875rem;
  }
}

.c-button--menu::after {
  content: "▲";
  display: block;
  width: 1em;
  height: 1em;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .c-button--flow:hover::after,
  .c-button--menu:hover::after {
    color: #B0D25E;
  }
}
.c-fv-text {
  position: absolute;
  bottom: 17.5rem;
  right: 0;
  font-family: "hiragino-mincho-pron", serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 1rem 1.25rem;
  background-color: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-fv-text {
    bottom: 0;
    font-size: 1.5rem;
    padding: 2rem 2.625rem;
  }
}

.c-information {
  font-family: "hiragino-mincho-pron", serif;
  letter-spacing: 0.3em;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-information {
    margin-top: 2.1875rem;
    letter-spacing: 0.4em;
  }
}

.c-information__img {
  max-width: 25rem;
  margin-inline: auto;
}

.c-information__img img {
  aspect-ratio: 341/45;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-information__text {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}

.c-information__address {
  font-size: 0.625rem;
}

.c-information__note {
  margin-top: 1.25rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-information__note {
    margin-top: 1.875rem;
  }
}

.c-access-note--s {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.625rem;
}

.c-link {
  position: relative;
  line-height: 1;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: -1em;
  top: 0.3em;
  background: url(../../assets/images/画像のファイル) center center/contain no-repeat;
}

.c-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-links {
    position: absolute;
    left: 2.5rem;
    bottom: 3.75rem;
    gap: 1.5625rem;
  }
}

.c-links__link {
  display: block;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-links__link {
    width: 2.1875rem;
  }
}

.c-section-title {
  max-width: 31.25rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  font-family: "hiragino-mincho-pron", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 1.5;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    margin-top: 9.375rem;
  }
  .p-page .c-section-title {
    margin-top: 6.25rem;
  }
}

.c-section-title span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(75%, #CCE198), to(#CCE198));
  background: linear-gradient(180deg, transparent 0%, transparent 75%, #CCE198 75%, #CCE198 100%);
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-section-title span {
    display: inline-block;
  }
}

.c-section-title--cooperation {
  white-space: nowrap;
  letter-spacing: 0.3em;
}

.c-section-title--narrow {
  letter-spacing: 0.3em;
}

.c-section-title--narrow2 {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-section-title--narrow2 {
    letter-spacing: 0.3em;
  }
}

@media screen and (min-width: 768px) {
  .c-section-title--cooperation span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-tel-button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3.125rem;
  font-family: "hiragino-mincho-pron", serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  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;
  background-color: #FFF275;
  z-index: 10;
}

.c-tel-button::before {
  content: "";
  width: 2rem;
  height: 1.375rem;
  margin-right: 0.875rem;
  background: url(../images/common/icon_phone.svg) no-repeat center center/contain;
}

.c-title {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
}
.c-title::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.3125rem;
  margin: 1.25rem auto 0;
  background-color: black;
}

.c-top-button {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #B0D25E;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  gap: 0.5rem;
  position: fixed;
  right: 0.625rem;
  bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .c-top-button {
    width: 7.5rem;
    height: 7.5rem;
    right: 1.25rem;
    bottom: 1.25rem;
    gap: 0.625rem;
  }
}

.c-top-button__arrow {
  display: inline-block;
  width: 1.5rem;
  height: 0.8125rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-top-button__arrow {
    width: 3rem;
    height: 1.625rem;
  }
}

.c-top-button__arrow::before,
.c-top-button__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1.5px);
  width: 0.125rem;
  height: 1.0625rem;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: 50% 1.5px;
          transform-origin: 50% 1.5px;
}
@media screen and (min-width: 768px) {
  .c-top-button__arrow::before,
  .c-top-button__arrow::after {
    width: 0.1875rem;
    height: 2.1875rem;
  }
}

.c-top-button__arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-top-button__arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-top-button__text {
  font-size: 0.5rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .c-top-button__text {
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .c-top-button {
    cursor: pointer;
    -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;
  }
  .c-top-button:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -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;
  }
  .c-top-button__arrow {
    -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;
  }
  .c-top-button:hover .c-top-button__arrow {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.c-under-bar {
  position: relative;
  display: inline-block;
}
.c-under-bar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-under-bar:hover:before {
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.p-bruxism__img {
  width: 100%;
}

.p-bruxism__img img {
  aspect-ratio: 1000/278;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-bruxism__img img {
    margin-top: 5rem;
  }
}

.p-card {
  position: relative;
}

.p-card__img img {
  aspect-ratio: 420/300;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-card__img--narrow img {
  aspect-ratio: 435/200;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-card__title {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 0.625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-card__title {
    letter-spacing: 0.2em;
  }
}

.p-card__title--border {
  border-bottom: 1px solid #B0D25E;
}

.p-card__title--green {
  color: #B0D25E;
}

.p-card__title span {
  font-size: 0.75rem;
  display: block;
  color: #404040;
}

.p-card__text {
  margin-top: 1.5625rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-contact {
    max-width: 50rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-contact__form {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 3.125rem;
  }
}

.p-contact-form__item:nth-child(n+2) {
  margin-top: 0.75rem;
}

.p-contact-form__label span {
  color: #E60012;
  margin-left: 0.3125rem;
}

.p-contact-form__input {
  margin-top: 0.03125rem;
}

.p-contact-form__input.p-contact-form__input--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-contact-form__input input[type=text],
.p-contact-form__input input[type=email],
.p-contact-form__input input[type=tel] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #BFBFBF;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  min-height: 2rem;
  padding: 0.3125rem 0.625rem;
}

.p-contact-form__input textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #BFBFBF;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  min-height: 5rem;
  padding: 0 0.375rem;
  resize: none;
  padding: 0.3125rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__input textarea {
    min-height: 10rem;
  }
}

.p-contact-form__input input[type=checkbox] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #BFBFBF;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 0.9375rem;
  width: 0.9375rem;
  padding: 0 0.375rem;
  margin: 0;
  margin-top: 0.3125rem;
}

/* ラジオボタンのデフォルトのスタイルを隠す */
.custom-radio {
  display: none;
}

/* カスタムラジオボタンのスタイル */
.custom-radio + label {
  position: relative;
  padding-left: 1.5625rem;
  cursor: pointer;
  display: inline-block;
  line-height: 1.25rem;
  margin-right: 1.25rem;
}

.custom-radio + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #BFBFBF;
  border-radius: 50%;
  background-color: #fff;
}

.custom-radio + label:after {
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* チェックされたときのスタイル */
.custom-radio:checked + label:after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #333;
}

/* 標準のチェックボックスを隠す */
.custom-checkbox {
  display: none;
}

/* カスタムチェックボックスのスタイル */
.custom-checkbox + label {
  position: relative;
  padding-left: 1.4375rem;
  cursor: pointer;
  display: inline-block;
  line-height: 1.25rem;
}

.custom-checkbox + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #BFBFBF;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}

/* チェックされたときのスタイル */
.custom-checkbox:checked + label:before {
  border-color: #3C414C;
  /* 枠も同色に */
}

.custom-checkbox:checked + label:after {
  content: "✔";
  /* チェックマーク */
  color: #3C414C;
  position: absolute;
  top: 0px;
  left: 0.1875rem;
  font-size: 0.8125rem;
}

@media screen and (min-width: 570px) {
  .custom-checkbox:checked + label:after {
    left: 0.25rem;
    font-size: 0.9375rem;
  }
}
.p-contact-form__submit {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__submit {
    margin-top: 1.875rem;
  }
}

.p-contact-form__submit input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #BFBFBF;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#666666));
  background: linear-gradient(#fff, #666666);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #404040;
  font-family: inherit;
  padding: 3px 10px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 初期状態（チェックなし）：ボタン無効風スタイル */
.p-contact-form__submit input[type=submit] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* チェックありのとき：ボタン有効風スタイル */
.p-contact__form:has(#confirm:checked) .p-contact-form__submit input[type=submit] {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.p-contact__go-back .c-button {
  display: inline-block;
  width: 18.75rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #B0D25E;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.2em;
  margin-top: 1.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__go-back .c-button {
    position: relative;
    margin-top: 3.125rem;
  }
}

.p-cost__table {
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.75rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-cost__table {
    font-size: 0.875rem;
    margin-top: 3.125rem;
  }
}

.p-cost__table th,
.p-cost__table td {
  border: 1px solid #A2A2A2;
  padding: 0.75rem;
  text-align: left;
}

.p-cost__table thead {
  background-color: #CCE198;
}

.p-cost__table th:last-child,
.p-cost__table td:last-child {
  text-align: center;
}

.p-number-lists {
  list-style-type: decimal;
  line-height: 2;
  margin-left: 1.5em;
}

.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100dvh;
  background-color: #fff;
  z-index: 150;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .p-drawer {
    left: 0;
    width: 100%;
    height: 30%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.p-drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .p-drawer.is-open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-drawer__inner {
  padding: 3.125rem 3.125rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__inner {
    padding: 3.125rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}

.p-drawer__logo {
  max-width: 12.5rem;
  width: 100%;
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-drawer__logo {
    max-width: 12.5rem;
  }
}

.p-drawer__logo a {
  display: block;
}

.p-drawer__logo img {
  aspect-ratio: 250/170;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-drawer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-drawer__nav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2em;
  }
}

.p-drawer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
}

.p-drawer__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "hiragino-mincho-pron", serif;
  padding: 0.625rem 0;
}

.p-drawer__nav-item a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #B0D25E;
  border-radius: 50%;
  margin-right: 0.625rem;
}

.p-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.p-header__btn {
  width: 6.5rem;
  height: 6.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #E8546B;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem 0 0.3rem 0;
  position: absolute;
  top: 0;
  right: 0;
}

.p-header__btn .line {
  display: inline-block;
  background-color: #fff;
  width: 3.25rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__btn .line:nth-child(2) {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.p-header__btn .text {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
}

.p-header__btn span:nth-child(1) {
  -webkit-transform: translateY(1rem) rotate(45deg);
          transform: translateY(1rem) rotate(45deg);
}

.p-header__btn span:nth-child(2) {
  opacity: 0;
}

.p-header__btn span:nth-child(3) {
  -webkit-transform: translateY(-0.9rem) rotate(-45deg);
          transform: translateY(-0.9rem) rotate(-45deg);
}

.p-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 31.25rem;
  margin-inline: auto;
  gap: 1.875rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq-list {
    max-width: 37.5rem;
    gap: 3.125rem;
    margin-top: 5rem;
  }
}

.p-faq-list__item-question {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-question {
    font-size: 1rem;
    padding-left: 3.125rem;
  }
}

.p-faq-list__item-question::before,
.p-faq-list__item-answer::before {
  display: grid;
  place-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  font-size: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-question::before,
  .p-faq-list__item-answer::before {
    font-size: 1.1875rem;
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.p-faq-list__item-answer {
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-answer {
    padding-left: 3.125rem;
    margin-top: 1.25rem;
  }
}

.p-faq-list__item-answer a {
  color: #B0D25E;
  text-decoration: underline;
}

.p-faq-list__item-question::before {
  content: "Q";
  background-color: #B0D25E;
}

.p-faq-list__item-answer::before {
  content: "A";
  color: #fff;
  background-color: #404040;
}

@media (any-hover: hover) {
  .p-faq-list__item-answer a:hover {
    text-decoration: underline;
  }
}
.p-floor-item + .p-floor-item {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-floor-item + .p-floor-item {
    margin-top: 6.25rem;
  }
}

.p-floor-item__top {
  position: relative;
  margin-bottom: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-floor-item__img1 {
  max-width: 43.125rem;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 1.25rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-floor-item__img1 {
    margin-inline: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

.p-floor-item__img1 img {
  aspect-ratio: 690/385;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-floor-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  padding-block: 1.5625rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-floor-item__content {
    width: 30rem;
    padding-right: 2.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-floor-item__number {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 6.25rem;
  letter-spacing: 0.025em;
  line-height: 1.3;
}

.p-floor-item__title {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 1.125rem;
  letter-spacing: 0.3em;
  line-height: 1.4;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #B0D25E;
}
@media screen and (min-width: 768px) {
  .p-floor-item__title {
    font-size: 1.25rem;
    padding-bottom: 0.625rem;
  }
}

.p-floor-item__text {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 0.625rem;
}

.p-floor-item__img2 {
  max-width: 26.25rem;
  width: 100%;
  margin-inline: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-floor-item__img2 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.p-floor-item__img2 img {
  aspect-ratio: 420/255;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    margin-top: 9.375rem;
  }
}

.p-footer__wrapper {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-footer__calendar {
  max-width: 32.1875rem;
  width: 100%;
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__calendar {
    max-width: 28.4375rem;
  }
}

.p-footer__calendar-title span {
  display: inline-block;
  font-family: "hiragino-mincho-pron", serif;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  background: #B0D25E;
  color: #fff;
  padding: 0 1rem;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__calendar-title span {
    padding: 0.125rem 1.25rem;
  }
}

.p-footer__calendar-body {
  margin-top: 0.75rem;
}

.p-footer__calendar-body .fc .fc-button-primary {
  background-color: #fff;
  border-color: #fff;
  color: #B0D25E;
}

.p-footer__content {
  max-width: 32.1875rem;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-footer__content {
    width: 100%;
  }
}
.p-footer__medecal-subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__medecal-subject {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
  }
}

.p-footer__medecal-subject-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer__medecal-subject-title span {
  display: inline-block;
  font-family: "hiragino-mincho-pron", serif;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  background: #B0D25E;
  color: #fff;
  padding: 0 1rem;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__medecal-subject-title span {
    padding: 0.125rem 1.25rem;
  }
}

.p-footer__medecal-subject-text {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
}

.p-footer__care-time {
  max-width: 32.1875rem;
  width: 100%;
  margin-top: 1.25rem;
}

.p-footer__care-time img {
  aspect-ratio: 515/84;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__care-time-text {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  margin-top: 0.4375rem;
}

.p-footer__tel {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    font-size: 2.125rem;
  }
}

.p-footer__tel::before {
  content: "";
  width: 2rem;
  height: 1.375rem;
  margin-right: 0.875rem;
  background: url(../images/common/icon_phone.svg) no-repeat center center/contain;
}

.p-footer__address {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}

.p-footer__parking {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-top: 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.p-footer__parking span {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #B0D25E;
  font-family: "hiragino-mincho-pron", serif;
  font-size: 0.625rem;
  color: #fff;
  display: grid;
  place-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__logo {
  max-width: 19.125rem;
  width: 100%;
  margin-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-inline: auto;
}

.p-footer__logo img {
  aspect-ratio: 306/200;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__bottom {
  background-color: #47372C;
  color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 0.75rem;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    gap: 1.875rem;
    margin-left: 1.25rem;
  }
}

.p-footer__nav-content {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-content {
    width: auto;
  }
}

.p-footer__nav-content.p-footer__nav-content--03 {
  padding-top: 1.5rem;
}

.p-footer__nav-parent a {
  display: block;
  letter-spacing: 0;
}

.p-footer__nav-item a {
  display: block;
  letter-spacing: 0;
}

.p-footer__copyright {
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 5rem;
  }
}

@media (any-hover: hover) {
  .p-footer__nav-parent a:hover {
    text-decoration: underline;
  }
  .p-footer__nav-item a:hover {
    text-decoration: underline;
  }
}
.p-fv__inner {
  position: relative;
}

.p-fv__img {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    margin-bottom: 5rem;
    padding-right: 6.25rem;
  }
}

.p-fv .p-fv__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-fv .p-fv__img img {
    aspect-ratio: 900/500;
  }
}

.p-header {
  width: 100%;
  height: 3.75rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5rem;
  }
}

.p-header__inner {
  height: inherit;
  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;
}

.p-header__content {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo {
  max-width: 8.75rem;
  width: 100%;
  height: 7.5rem;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 15.625rem;
    height: 10.625rem;
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}

.p-header__logo img {
  aspect-ratio: 250/170;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__care-time {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__care-time {
    display: block;
    max-width: 21.3125rem;
    width: 100%;
    margin-right: 3.125rem;
  }
}

.p-header__care-time img {
  aspect-ratio: 341/45;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__tel {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__tel {
    font-family: "hiragino-mincho-pron", serif;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.75;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__tel::before {
  content: "";
  width: 1.375rem;
  height: 1rem;
  margin-right: 0.4375rem;
  background: url(../images/common/icon_phone.svg) no-repeat center center/contain;
}

.p-header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  height: inherit;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* "MENU OPEN" を表示 */
.p-header__hamburger::after,
.p-header__hamburger::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger::after,
  .p-header__hamburger::before {
    display: block;
    position: absolute;
    bottom: -50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    line-height: 1.75;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}

/* 初期状態: "MENU OPEN" を表示 */
.p-header__hamburger::after {
  content: "MENU OPEN";
  opacity: 1;
}

/* 初期状態: "MENU CLOSE" を非表示 */
.p-header__hamburger::before {
  bottom: -70%;
  content: "MENU CLOSE";
  opacity: 0;
}

/* is-open クラスがついたら "MENU CLOSE" を表示 */
.p-header__hamburger.is-open::after {
  opacity: 0;
}

.p-header__hamburger.is-open::before {
  opacity: 1;
}

.p-header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1.6875rem;
  height: 0.125rem;
  border-radius: 1.25rem;
  background-color: #404040;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger span {
    width: 2.8125rem;
    height: 0.375rem;
    -webkit-transform: translateX(-50%) scaleY(0.5);
            transform: translateX(-50%) scaleY(0.5);
  }
}

.p-header__hamburger span:nth-of-type(1) {
  top: -0.25rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-header__hamburger.is-open span:nth-of-type(1) {
    top: 0.1875rem;
  }
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  top: -0.1875rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-kids__items {
  display: grid;
  place-content: center;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-kids__items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-media {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  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;
}
@media screen and (min-width: 768px) {
  .p-media {
    max-width: none;
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-media:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-media--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .p-media--reverse:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-media--sp-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-media--sp-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-media--sp-reverse:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-media + .p-media {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-media + .p-media {
    margin-top: 3.125rem;
  }
}

.p-media__body {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-media__body {
    max-width: none;
    max-width: initial;
    margin-top: 0;
  }
}

.p-media__number {
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-media__number {
    font-size: 6.25rem;
  }
}

.p-media__text-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-media__text-box--wide {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-media__text-box--wide {
    margin-top: 0;
  }
}

.p-media__head {
  font-size: 0.875rem;
  line-height: 1.5555555556;
  font-weight: 600;
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #B0D25E;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-media__head {
    font-size: 1.125rem;
    margin-top: 1em;
  }
}

.p-media__head--narrow {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-media__head--narrow {
    margin-top: 1.125rem;
  }
}

.p-media__head span {
  display: inline-block;
}

.p-media__text {
  margin-top: 1.5625rem;
  line-height: 1.8;
}

.p-media--center .p-media__text:first-of-type,
.p-media--reverse .p-media__text:first-child {
  margin-top: 0;
}

.p-media__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-media__img {
    max-width: 26.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-media__img img {
  aspect-ratio: 420/300;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-mv .swiper-slide {
    padding-right: 6.25rem;
  }
}

.p-mv .p-mv__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv .p-mv__img img {
    aspect-ratio: 900/700;
  }
}

/* 矢印 */
.p-mv__slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 16.25rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
  margin-top: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-mv__slider-prev,
.p-mv__slider-next {
  width: 2.5rem;
  height: 0.625rem;
  cursor: pointer;
}

.p-mv__slider-prev::after,
.p-mv__slider-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 1.75rem;
  height: 0.4375rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__slider-prev::after,
  .p-mv__slider-next::after {
    width: 2.5rem;
    height: 0.625rem;
  }
}

.p-mv__slider-prev::after {
  background-image: url("../images/common/icon_arrow-left.svg");
}

.p-mv__slider-next::after {
  background-image: url("../images/common/icon_arrow-right.svg");
}

.p-mv__slider-prev:focus-visible,
.p-mv__slider-next:focus-visible {
  outline: none;
}

/* スライド番号 */
.p-mv .swiper-pagination-fraction {
  max-width: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv .swiper-pagination-fraction {
    max-width: 12.5rem;
  }
}

.p-mv .swiper-pagination-current,
.p-mv .swiper-pagination-total {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  .p-mv .swiper-pagination-current,
  .p-mv .swiper-pagination-total {
    font-size: 1rem;
  }
}

.p-page-items {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-items {
    max-width: none;
    max-width: initial;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
  }
}

.p-page-list-grid3 {
  display: grid;
  gap: 1.25rem 0.625rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-list-grid3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    margin-top: 3.125rem;
  }
}

.p-page-list-grid3__item-img {
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
}

.p-page-list-grid3__item-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-page-list-grid3__item-title {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page-list-grid3__item-title {
    font-size: 1rem;
  }
}

.p-page-list01 {
  display: grid;
  gap: 2.5rem 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto auto;
}
@media screen and (min-width: 768px) {
  .p-page-list01 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem 4.6875rem;
    max-width: 56.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-page-list01__item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 0;
}

.p-page-list01__item img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-list01__title {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page-list01__title {
    font-size: 1.25rem;
  }
}

.p-page-list01__text {
  font-family: "hiragino-mincho-pron", serif;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-page-list01__text {
    letter-spacing: 0.08em;
  }
}

.p-page-list02__item:nth-child(n+2) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-page-list02__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-page-list02__item-title {
  color: #B0D25E;
  font-weight: 600;
}

.p-page-list02__item-text {
  margin-top: 0.3125rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-page-list02__item-text {
    margin-top: 0.625rem;
  }
}

.p-page-list03__item + .p-page-list03__item {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-list03__item + .p-page-list03__item {
    margin-top: 0;
  }
}

.p-page-list03__item-sub-title {
  color: #B0D25E;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-list03__item-sub-title {
    font-size: 1rem;
  }
}

.p-page-list03__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.p-page-list03__item-img {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-page-list03__item-img {
    width: 20%;
  }
}

.p-page-list03__item-img img {
  aspect-ratio: 360/300;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-page-list03__item-body {
    margin-top: 1.25rem;
  }
}

.p-page-list03__item-text {
  line-height: 2;
}

.p-page-list03__item-text::first-line {
  line-height: 2.5;
}

.p-page {
  font-family: "hiragino-mincho-pron", serif;
}

.p-page__head-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-page__sub-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5454545455;
  letter-spacing: 0.1em;
  margin-top: 1.875rem;
  padding-inline: 1.875rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #B0D25E;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title {
    font-size: 1.375rem;
    margin-top: 3.125rem;
    padding-inline: 3.125rem;
  }
}

.p-page__sub-title--small {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title--small {
    font-size: 1.125rem;
  }
}

.p-page__sub-title--wide {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title--wide {
    margin-top: 5rem;
  }
}

.p-page__sub-title--narrow {
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title--narrow {
    padding-inline: 3.125rem;
  }
}

.p-page__lead {
  text-align: center;
  line-height: 2;
  margin-top: 1.875rem;
}

.p-page__lead--green {
  color: #B0D25E;
  font-size: 0.875rem;
}

.p-page__lead--red {
  color: #E60012;
}

.p-page__sec01 {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-page__sec01 {
    margin-top: 6.25rem;
  }
}

.p-page__sec01--floor {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page__sec01--floor {
    margin-top: 3.125rem;
  }
}

.p-page__lists {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists {
    margin-top: 5rem;
  }
}

.p-page__lists--wide {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists--wide {
    margin-top: 5rem;
  }
}

.p-page__lists--wide .p-media + .p-media {
  margin-top: 3.125rem;
}

.p-page__lists--wide .p-media__head {
  text-align: center;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists--wide .p-media__head {
    text-align: left;
    padding-bottom: 1.25rem;
  }
}

.p-page__lists--kids {
  margin-top: 1.875rem;
}

.p-page__lists--shinbi .p-media__head {
  text-align: center;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists--shinbi .p-media__head {
    text-align: left;
    padding-bottom: 1.25rem;
  }
}

.p-page__lists--kids .p-media__head {
  text-align: center;
  padding-bottom: 0.625rem;
}

.p-page__lists--denture .p-media__head {
  text-align: center;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists--denture .p-media__head {
    text-align: left;
    padding-bottom: 1.25rem;
  }
}

.p-page__img {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}

.p-page__img img {
  aspect-ratio: 650/430;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-page__lists--denture .p-media__img {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists--denture .p-media__img {
    margin-top: 1.875rem;
  }
}

.p-page__conclusion {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.5454545455;
  letter-spacing: 0.1em;
  margin-top: 3.75rem;
  padding-inline: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #B0D25E;
}
@media screen and (min-width: 768px) {
  .p-page__conclusion {
    font-size: 1.25rem;
    margin-top: 5rem;
    padding-inline: 3.125rem;
  }
}

.p-privacy__lists {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__lists {
    margin-top: 5rem;
  }
}

.p-privacy__note {
  text-align: center;
  line-height: 2;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__note {
    margin-top: 5rem;
  }
}

.p-recruit__requirements {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__requirements {
    margin-top: 2.5rem;
  }
}

.p-recruit__requirements-table {
  border: 1px solid #404040;
  border-collapse: collapse;
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__requirements-table {
    margin-top: 1.875rem;
  }
}

.p-recruit__requirements-table th,
.p-recruit__requirements-table td {
  width: 100%;
  display: block;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #404040;
}
@media screen and (min-width: 768px) {
  .p-recruit__requirements-table th,
  .p-recruit__requirements-table td {
    display: table-cell;
    width: auto;
    padding: 0.9375rem 1.25rem;
  }
}

.p-recruit__requirements-table th {
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-recruit__requirements-table th {
    text-align: center;
    width: 7.5rem;
  }
}

.p-recruit__requirements-title {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.6;
  background-color: #B0D25E;
  color: #fff;
  padding: 0 1rem;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__requirements-title {
    font-size: 1rem;
    padding: 0.125rem 1.25rem;
  }
}

.p-recruit__schedule-title {
  font-size: 0.875rem;
  color: #B0D25E;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__schedule-title {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}

.p-recruit__schedule-lists {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__schedule-lists {
    margin-top: 1.875rem;
    text-align: center;
  }
}

.p-recruit__schedule-list {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.p-staff-items__item {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  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: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-staff-items__item {
    max-width: none;
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-staff-items__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-staff-items__item + .p-staff-items__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff-items__item + .p-staff-items__item {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-staff-items__item-img {
    max-width: 26.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-staff-items__item:first-child .p-staff-items__item-img img {
  aspect-ratio: 402/582;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff-items__item:last-child .p-staff-items__item-img img {
  aspect-ratio: 431/268;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff-items__item-body {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-staff-items__item-body {
    max-width: none;
    max-width: initial;
  }
}

.p-staff-items__item-head {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 600;
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #B0D25E;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-staff-items__item-head {
    font-size: 1.25rem;
    text-align: left;
  }
}

.p-staff-items__item-text {
  line-height: 2.3333333333;
  margin-top: 1.5625rem;
}

.p-staff-items__item-text--lists {
  line-height: normal;
  line-height: initial;
}

.p-staff-items__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-staff-items__item-list {
    gap: 1.25rem;
  }
}

.p-top-access__access {
  margin-top: 2.5rem;
  font-family: "hiragino-mincho-pron", serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-access__access {
    margin-top: 3.125rem;
  }
}

.p-top-access__head {
  background-color: #B0D25E;
  padding: 0.375rem 0 0.5rem;
  color: #fff;
  font-size: 0.75rem;
  width: 18.75rem;
  margin-inline: auto;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-access__head {
    margin-top: 1.5625rem;
  }
}

.p-top-access__text {
  border: 1px solid #B0D25E;
  padding: 1.6875rem 0.9375rem 0.9375rem;
  font-family: "hiragino-mincho-pron", serif;
  font-size: 0.75rem;
  text-align: center;
  margin-top: -0.9375rem;
  z-index: -1;
}

.c-access-note {
  display: block;
  margin-top: 0.625rem;
}

.p-top-access__wrap {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-top-access__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    margin-top: 0;
  }
}

.p-top-calendar {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-calendar {
    margin-top: 9.375rem;
  }
}

.p-top-cooperation__items {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-cooperation__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-top-cooperation__item {
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-cooperation__item {
    max-width: 22.5rem;
  }
}

.p-top-cooperation__item img {
  aspect-ratio: 360/80;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-cooperation__item:last-child img {
  aspect-ratio: 340/60;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__items {
    gap: 3.125rem;
    max-width: none;
    max-width: initial;
    margin-top: 3.125rem;
  }
}

.p-top-feature__item {
  position: relative;
}

.p-top-feature__item + .p-top-feature__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item + .p-top-feature__item {
    margin-top: 5rem;
  }
}

.p-feature__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.p-feature__item-number {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 9.375rem;
  letter-spacing: 0.025em;
  line-height: 1.3;
}

.p-top-feature__item-title {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 1.125rem;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-title {
    font-size: 1.25rem;
  }
}

.p-top-feature__item-text {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 0.625rem;
}

.p-feature__item-image {
  max-width: 33.75rem;
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__item-image {
    margin-top: 0;
  }
}

.p-feature__item-image img {
  aspect-ratio: 540/240;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-feature__item-image-bg {
  max-width: 30.3125rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__item-image-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    margin-top: 0;
  }
}

.p-feature__item-image-bg img {
  aspect-ratio: 485/330;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-feature__item:nth-child(even) .p-feature__item-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-top-feature__item:nth-child(even) .p-feature__item-image {
  margin-left: auto;
}

.p-top-feature__item:nth-child(even) .p-feature__item-image-bg {
  right: auto;
  left: 0;
}

.p-top-instagram {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-instagram {
    margin-top: 9.375rem;
  }
}

.p-top-instagram__logo {
  max-width: 16.75rem;
  width: 100%;
  margin-inline: auto;
}

.p-top-instagram__logo img {
  aspect-ratio: 268/68;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-instagram__text {
  display: block;
  max-width: 31.25rem;
  width: 100%;
  margin-inline: auto;
  border: solid 1px #404040;
  border-radius: 0.9375rem;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  padding: 0.3125rem 0;
  text-align: center;
  margin-top: 1.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-instagram__text {
    width: 41.6666666667%;
  }
}

@media (any-hover: hover) {
  .p-top-instagram__text:hover {
    background-color: #404040;
    color: #fff;
  }
}
.p-top-instagram__body {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-instagram__body {
    margin-top: 3.125rem;
  }
}

.p-top-media {
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
  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;
  font-family: "hiragino-mincho-pron", serif;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-media {
    max-width: none;
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-media--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-media__body {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-media__body {
    max-width: none;
    max-width: initial;
    margin-top: 0;
  }
}

.p-top-media__head {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-media__head {
    font-size: 1.75rem;
    letter-spacing: 0.3em;
    text-align: left;
  }
}

.p-top-media__text {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-media__text {
    line-height: 2.75;
    text-align: left;
  }
}

.p-top-media__name {
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin-top: 1.25rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-top-media__name {
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-media__img {
    max-width: 30.3125rem;
  }
}

.p-top-media__img img {
  aspect-ratio: 485/700;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-media--reverse .p-top-media__img img {
  aspect-ratio: 485/330;
}

.p-top-menu__items {
  display: grid;
  gap: 2.5rem 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
    margin-top: 3.125rem;
  }
}

.p-top-menu__item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 0;
}

.p-top-menu__item-img {
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
}

.p-top-menu__item-img img {
  aspect-ratio: 300/280;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-menu__item-title {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__item-title {
    font-size: 1.25rem;
    letter-spacing: 0.3em;
  }
}

.p-top-menu__item-text {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-menu__item-text {
    letter-spacing: 0.1em;
  }
}

.p-top-news__body {
  border: 1px solid #404040;
  height: auto;
  padding-top: 2%;
  padding-inline: 8%;
  margin-bottom: 1.5%;
  margin-top: 3.125rem;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-font12 {
  font-size: 0.75rem;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .u-font18 {
    font-size: 1.125rem;
  }
}

.u-font20 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .u-font20 {
    font-size: 1.25rem;
  }
}

.u-font22 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .u-font22 {
    font-size: 1.375rem;
  }
}

.u-font24 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .u-font24 {
    font-size: 1.5rem;
  }
}

.u-font28 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .u-font28 {
    font-size: 1.75rem;
  }
}

.u-font32 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .u-font32 {
    font-size: 2rem;
  }
}

.u-font40 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-font40 {
    font-size: 2.5rem;
  }
}

.u-fw300 {
  font-weight: 300;
}

.u-fw400 {
  font-weight: 400;
}

.u-fw500 {
  font-weight: 500;
}

.u-fw600 {
  font-weight: 600;
}

.u-fw700 {
  font-weight: 700;
}

.u-fw900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

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

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

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

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

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

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

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  -webkit-box-shadow: 0 0 13px rgba(255, 0, 0, .5);
          box-shadow: 0 0 13px rgba(255, 0, 0, .5);
}

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

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-justify {
  text-align: justify !important;
}

@media screen and (max-width: 767px) {
  .u-text-sp-left {
    text-align: left !important;
  }
  .u-text-sp-center {
    text-align: center !important;
  }
  .u-text-sp-right {
    text-align: right !important;
  }
  .u-text-sp-justify {
    text-align: justify !important;
  }
}
/*# sourceMappingURL=styles.css.map */
