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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #4E4E4E;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  background: url(../img/test-bg_300b.webp);
}
body.is-fixed {
  overflow-y: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

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

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

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.grecaptcha-badge {
  display: none !important;
}

.l-full-bg__inner {
  padding-left: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .l-full-bg__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.l-color-bg__inner {
  padding-left: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .l-color-bg__inner {
    width: 100%;
    max-width: 1120px;
    padding: 0 2.5rem;
    margin-inline: auto;
  }
}

.l-main {
  min-height: 100vh;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
}
@media (min-width: 768px) {
  .l-main {
    -webkit-padding-before: 5rem;
            padding-block-start: 5rem;
  }
}
.l-main.--short {
  min-height: 50vh;
}

.l-inner {
  position: relative;
  width: 100%;
  height: inherit;
  margin-inline: auto;
  max-width: 640px;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .l-inner {
    width: 100%;
    max-width: 1120px;
    padding: 0 2.5rem;
  }
}

@media (min-width: 768px) {
  .l-inner__narrow {
    max-width: 50rem;
  }
}

.l-footer {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .l-footer {
    margin-top: 5rem;
    padding-bottom: 1.875rem;
  }
}

.c-btn {
  display: inline-block;
  padding: 1.25rem 4.625rem 1.25rem 3.375rem;
  background: #ffffff;
  border: 1px solid #635F4C;
  border-radius: 9999px;
  color: #635F4C;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1111111111;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  translate: 0 -50%;
  background: url(../img/allow-r_s.webp) no-repeat;
  width: 1.6875rem;
  height: 1rem;
  background-size: contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.c-btn:hover {
  background: #d9d9d9;
}
.c-btn:hover::after {
  right: 1.875rem;
}
.c-btn.--small {
  padding: 0.6875rem 3.5rem 0.6875rem 1.6875rem;
  border-radius: 1.3125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.c-btn.--small::after {
  right: 1.6875rem;
  width: 1.375rem;
  height: 0.8125rem;
}
.c-btn.--small:hover::after {
  right: 1.125rem;
}
.c-btn.--contact::after {
  background: url(../img/allow-r.webp) no-repeat;
  width: 3.0625rem;
  height: 0.9375rem;
  background-size: contain;
}
.c-btn.--full-width {
  display: block;
  width: 100%;
  -moz-text-align-last: left;
       text-align-last: left;
}

.c-btn__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 3.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  color: #635F4C;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.c-btn__arrow::before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 0.9375rem;
  background: url(../img/allow-r.webp) no-repeat;
  background-size: contain;
}
.c-btn__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.125rem;
  translate: 0 -50%;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #635F4C;
  border-radius: 50%;
  -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-btn__arrow:hover::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-btn__arrow:hover {
  opacity: 0.7;
}

.c-head {
  text-align: center;
}

.c-head__title {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-head__title {
    font-size: max(2.25rem, 28.8px);
  }
}
.c-head__title.--modal {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-head__title.--modal {
    font-size: 1.75rem;
  }
}

.c-head__en-title {
  color: #635F4C;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .c-head__en-title {
    font-size: max(1.3125rem, 16.8px);
  }
}
.c-head__en-title.--modal {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .c-head__en-title.--modal {
    font-size: 1.125rem;
  }
}

.c-map iframe {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}

.c-date-list__box {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.1em;
  padding-bottom: 1.125rem;
  border-bottom: solid 1px #C4C3BC;
  position: relative;
}
.c-date-list__box::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 4rem;
  height: 1px;
  background: #B96552;
}
.c-date-list__box:not(:first-of-type) {
  margin-top: 1.125rem;
}
@media (min-width: 768px) {
  .c-date-list__box {
    font-size: max(1.125rem, 14.4px);
    padding-bottom: 1.5rem;
  }
  .c-date-list__box:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}

.c-date-list__box a,
.c-date-list__list a {
  color: inherit;
  text-decoration: underline;
}

.c-date-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.125rem;
}

.c-date-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .c-date-list__item {
    gap: 1.875rem;
  }
}

.c-date-list__term {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.1em;
  width: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .c-date-list__term {
    font-size: max(1.125rem, 14.4px);
    width: 3.125rem;
  }
}

.c-date-list__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .c-date-list__description {
    font-size: max(1.125rem, 14.4px);
  }
}

/* dialogのデフォルトスタイルのリセット ============ */
:where(dialog) {
  width: unset;
  max-width: unset;
  /* height: unset;
  max-height: unset; */
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

/* モーダルのスタイル ============ */
dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.c-modal__content {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
}
dialog.js-show::backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
}

.c-modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /* モーダル枠組みのスタイル */
  width: min(930px, 95%);
  max-height: 80vh;
  background: #ffffff;
  -webkit-box-shadow: 0 0.25rem 1.875rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 1.875rem 0 rgba(0, 0, 0, 0.25);
}

.c-modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 1.125rem;
  right: 1.4375rem;
  width: 2.125rem;
  height: 2.125rem;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
.c-modal__close-btn:focus {
  outline: none;
}

.c-modal__inner {
  overflow-y: scroll;
  height: inherit;
  max-height: inherit;
  position: relative;
}

.c-modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .c-modal__body {
    padding: 2.1875rem 3.875rem;
  }
}

.c-modal__text-wrapper {
  margin-top: 2.25rem;
}
.c-modal__text-wrapper .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-modal__text-wrapper .text + .text {
  margin-top: 0.75rem;
}
.c-modal__text-wrapper .head {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.c-modal__text-wrapper .head + .list {
  margin-top: 0;
}
.c-modal__text-wrapper .list {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  counter-reset: list-counter;
  margin-top: 1rem;
  margin-left: 0.75rem;
}
.c-modal__text-wrapper .list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}
.c-modal__text-wrapper .list li::before {
  content: counter(list-counter) "."; /* 数字の後にドットを付ける */
  counter-increment: list-counter; /* カウンターを増やす */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  line-height: 1.2;
}
.c-modal__text-wrapper .list li ol.list {
  margin-bottom: 1rem;
}

.c-table {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.c-table tbody {
  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.5rem;
}
@media (min-width: 768px) {
  .c-table {
    font-size: max(1.125rem, 14.4px);
  }
}

.c-table__tr {
  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.3125rem;
}
.c-table__tr:nth-child(n+2) {
  padding-top: 0.75rem;
  border-top: solid 1px #C4C3BC;
}
.c-table__tr:last-child {
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #C4C3BC;
}
@media (min-width: 768px) {
  .c-table__tr {
    -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;
  }
}

.c-table__th {
  font-weight: 700;
  display: block;
  margin-inline: auto;
}

.c-table__td.--right {
  text-align: right;
}

.c-to-top {
  position: fixed;
  bottom: 2.5rem;
  right: 1.25rem;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  background: #ffffff;
  border: solid 2px #635F4C;
  border-radius: 50%;
  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;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease, opacity 0.7s ease;
  transition: background 0.3s ease, border-color 0.3s ease, opacity 0.7s ease;
}
.c-to-top.js-show {
  opacity: 1;
  visibility: visible;
}
.c-to-top::after {
  content: "";
  background: url(../img/allow-r_s.webp) no-repeat;
  width: 1.5rem;
  height: 0.8875rem;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.c-to-top:hover {
  background: #635F4C;
  border-color: #ffffff;
}
.c-to-top:hover::after {
  background: url(../img/allow-r_sw.webp) no-repeat;
  width: 1.5rem;
  height: 0.8875rem;
  background-size: contain;
}
@media (min-width: 768px) {
  .c-to-top {
    right: 3.125rem;
    width: 4rem;
  }
  .c-to-top::after {
    width: 1.875rem;
    height: 1.09375rem;
  }
  .c-to-top:hover::after {
    width: 1.875rem;
    height: 1.09375rem;
  }
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
}
.c-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: #d9d9d9;
  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-transition: translate 1s ease;
  transition: translate 1s ease;
}
.c-loading.js-loading-end {
  translate: 0 -100%;
}

.c-loading__text {
  color: #635F4C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-loading__text {
    font-size: 2.25rem;
  }
}
.c-loading__text .c-loading__img {
  width: 2.5rem;
  height: auto;
  -webkit-animation: 1.8s 0.3s linear backwards infinite animationMoon;
          animation: 1.8s 0.3s linear backwards infinite animationMoon;
}
@-webkit-keyframes animationMoon {
  0% {
    rotate: 0deg;
  }
  10% {
    rotate: 0deg;
  }
  30% {
    rotate: 12deg;
  }
  70% {
    rotate: -12deg;
  }
  90% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes animationMoon {
  0% {
    rotate: 0deg;
  }
  10% {
    rotate: 0deg;
  }
  30% {
    rotate: 12deg;
  }
  70% {
    rotate: -12deg;
  }
  90% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}
@media (min-width: 768px) {
  .c-loading__text .c-loading__img {
    width: 3.75rem;
  }
}
.c-loading__text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-out forwards;
          animation: fadeIn 0.8s ease-out forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (min-width: 768px) {
  .c-loading__text span {
    gap: 0.625rem;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-loading__mv {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.c-loading__mv.js-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-loading__appear-1 {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1.5s ease-out;
  transition: opacity 0.8s ease, -webkit-transform 1.5s ease-out;
  transition: opacity 0.8s ease, transform 1.5s ease-out;
  transition: opacity 0.8s ease, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}
.c-loading__appear-1.js-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-loading__appear-2 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease, transform 0.8s ease-out;
  transition: opacity 0.8s ease, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.c-loading__appear-2.js-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-animated__fadeIn,
.c-animated__fadeIn-d {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, translate 0.5s ease;
}
.c-animated__fadeIn.js-show,
.c-animated__fadeIn-d.js-show {
  opacity: 1;
  translate: 0 0;
}

.c-animated__fadeIn-l {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1.5s ease-out;
  transition: opacity 0.8s ease, -webkit-transform 1.5s ease-out;
  transition: opacity 0.8s ease, transform 1.5s ease-out;
  transition: opacity 0.8s ease, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}
.c-animated__fadeIn-l.js-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-animated__slideIn--left,
.c-animated__slideIn--right {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-animated__slideIn--left.js-show,
.c-animated__slideIn--right.js-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-animated__slideIn--left {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.c-animated__slideIn--right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-animation__text {
  visibility: hidden;
}
.c-animation__text .char {
  opacity: 0;
}

.c-animation__text-up {
  visibility: hidden;
}
.c-animation__text-up .char {
  translate: 0 100%;
}
.c-animation__text-up span {
  overflow: hidden;
}

.c-animated__delay--05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.c-animated__delay--1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.c-animated__delay--15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  padding-inline: 1.25rem;
  background: url(../img/test-bg_300b.webp);
}
@media (min-width: 768px) {
  .p-header {
    height: 5rem;
    padding-inline: 2.5rem;
  }
}

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

.p-header__logo {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #635F4C;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .p-header__logo {
    font-size: max(1.75rem, 22.4px);
    letter-spacing: 0.1rem;
  }
}
.p-header__logo:hover {
  opacity: 0.7;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  padding-right: 4.0625rem;
}
@media (min-width: 1120px) {
  .p-header__nav {
    padding-right: 0;
  }
}

.p-header__list {
  display: none;
}
@media (min-width: 1120px) {
  .p-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }
}

@media (min-width: 1120px) {
  .p-header__link {
    font-size: 1.125rem;
    position: relative;
    padding-block: 0.625rem;
  }
  .p-header__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
    background: #635F4C;
    height: 0.125rem;
    width: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-header__link:hover {
    opacity: 0.7;
  }
  .p-header__link:hover::after {
    width: 100%;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 103;
  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;
  top: calc((3.75rem - 16px) / 2);
  right: 20px;
  width: 24px;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    top: calc((5rem - 16px) / 2);
    right: 40px;
  }
}
@media (min-width: 1120px) {
  .p-drawer__icon {
    display: none;
  }
}

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

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

.p-drawer {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  width: 375px;
  height: auto;
  height: 100vh;
  height: 100svh;
  background: #635F4C;
}

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

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

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 12px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .p-drawer__body {
    padding-top: 19px;
  }
}

.p-drawer__logo {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .p-drawer__logo {
    font-size: max(1.75rem, 22.4px);
    letter-spacing: 0.1rem;
  }
}

.p-drawer__list {
  padding: 40px 40px 40px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-drawer__list li a {
  font-size: 18px;
  font-weight: 500;
  padding-block: 16px;
  padding-left: 20px;
  display: block;
  color: #ffffff;
  border-bottom: dotted 1px #ffffff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-drawer__list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../img/allow-r_sw.webp) no-repeat;
  width: 31px;
  height: 18px;
  background-size: contain;
  translate: 0 -50%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.p-drawer__list li a:hover {
  opacity: 0.7;
}
.p-drawer__list li a:hover::after {
  right: 15px;
}
.p-drawer__list li:first-child a {
  border-top: dotted 1px #ffffff;
}

.p-drawer__btn {
  margin-left: 28px;
  margin-right: 40px;
}

.p-mv__swiper-container,
.p-mv__swiper,
.p-mv__swiper-wrapper,
.p-mv__swiper-slide {
  position: relative;
}

.p-mv__swiper-container {
  z-index: 1;
  height: 29.6875rem;
}
@media (min-width: 768px) {
  .p-mv__swiper-container {
    height: 43.75rem;
  }
}

.p-mv__swiper {
  height: inherit;
  border-radius: 0 0 15px 0;
}
@media (min-width: 768px) {
  .p-mv__swiper {
    border-radius: 0 0 36px 0;
  }
}

.p-mv__swiper-slide {
  position: relative;
}
.p-mv__swiper-slide img,
.p-mv__swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.p-mv__title-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 17.75rem;
  height: 2.8125rem;
  background: url(../img/test-bg_300b.webp);
  border-radius: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-mv__title-wrapper::before, .p-mv__title-wrapper::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../img/test-bg_300b.webp);
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-mv__title-wrapper::before {
  top: -15px;
  left: 0;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 15C6.71582 15 0 8.2843 0 0V15H15Z' fill='black'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 15C6.71582 15 0 8.2843 0 0V15H15Z' fill='black'/></svg>");
}
.p-mv__title-wrapper::after {
  bottom: 0;
  right: -15px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 15C6.71582 15 0 8.2843 0 0V15H15Z' fill='black'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 15C6.71582 15 0 8.2843 0 0V15H15Z' fill='black'/></svg>");
}
@media (min-width: 768px) {
  .p-mv__title-wrapper {
    width: 28.125rem;
    height: 5.625rem;
    border-radius: 0 36px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 1.1875rem;
  }
  .p-mv__title-wrapper::before, .p-mv__title-wrapper::after {
    width: 36px;
    height: 36px;
    -webkit-mask-size: 36px 36px;
            mask-size: 36px 36px;
  }
  .p-mv__title-wrapper::before {
    top: -36px;
  }
  .p-mv__title-wrapper::after {
    right: -36px;
  }
}

.p-mv__title {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #635F4C;
  padding-left: 1.875rem;
}
.p-mv__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: url(../img/sansin.webp) no-repeat;
  width: 1.6875rem;
  height: 1.65rem;
  background-size: contain;
}
@media (min-width: 768px) {
  .p-mv__title {
    font-size: max(1.5rem, 19.2px);
    padding-left: 2.625rem;
  }
  .p-mv__title::before {
    width: 2.25rem;
    height: 2.2rem;
  }
}

.p-mv__sub-title {
  position: absolute;
  top: 2.375rem;
  right: 2.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0.9166666667;
  letter-spacing: 0em;
  color: #ffffff;
  z-index: 2;
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-mv__sub-title span {
  display: block;
}
.p-mv__sub-title--adjust {
  position: relative;
  top: -14px;
}
@media (min-width: 768px) {
  .p-mv__sub-title {
    top: 5.3125rem;
    right: 3.75rem;
    font-size: max(2.5rem, 32px);
  }
  .p-mv__sub-title--adjust {
    top: -25px;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.swiper-slide-active img,
.swiper-slide-active picture,
.swiper-slide-duplicate-active img,
.swiper-slide-duplicate-active picture,
.swiper-slide-prev img,
.swiper-slide-prev picture {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

.p-service {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media (min-width: 768px) {
  .p-service {
    -webkit-margin-before: 7.5rem;
            margin-block-start: 7.5rem;
  }
}

.p-service__body {
  margin-top: 2.625rem;
}
@media (min-width: 768px) {
  .p-service__body {
    margin-top: 5.25rem;
  }
}

.p-service__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  -webkit-column-gap: 3.8125rem;
     -moz-column-gap: 3.8125rem;
          column-gap: 3.8125rem;
  row-gap: 3.8125rem;
}
@media (min-width: 768px) {
  .p-service__items {
    width: 100%;
    max-width: 960px;
    margin-inline: auto;
    grid-template-columns: repeat(4, 160px);
    grid-template-rows: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 3.375rem;
  }
}

.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-service__item img {
  width: 100%;
  max-width: 12.5rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-service__item {
    gap: 1.5rem;
  }
  .p-service__item img {
    max-width: 160px;
  }
}

.p-service__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-service__item-title {
    font-size: max(1.3125rem, 16.8px);
  }
}

.p-service__text {
  margin-top: 3.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-service__text {
    margin-top: 4rem;
    font-size: max(1.125rem, 14.4px);
    text-align: center;
  }
}

.p-service__price-wrap {
  margin-top: 3.75rem;
  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.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-service__price-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-service__price-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  padding-right: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-service__price-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 30px;
  height: 1px;
  background: #B96552;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.p-greeting {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media (min-width: 768px) {
  .p-greeting {
    -webkit-margin-before: 7.5rem;
            margin-block-start: 7.5rem;
  }
}

.p-greeting__body {
  margin-top: 2.625rem;
  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: 3.125rem;
}
@media (min-width: 768px) {
  .p-greeting__body {
    margin-top: 3.9375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7rem;
  }
}

.p-greeting__img-wrap {
  width: 71.6417910448%;
  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: 0.9375rem;
}
@media (min-width: 768px) {
  .p-greeting__img-wrap {
    width: 31.8269230769%;
    gap: 1.875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-greeting__img {
  width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .p-greeting__img {
    border-radius: 36px;
  }
}

.p-greeting__sns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.25rem;
}
.p-greeting__sns a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-greeting__sns a img {
  width: 1.5rem;
}
.p-greeting__sns a:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (min-width: 768px) {
  .p-greeting__sns {
    gap: 1.875rem;
  }
  .p-greeting__sns a img {
    width: 1.875rem;
  }
}

@media (min-width: 768px) {
  .p-greeting__text-wrap {
    padding-top: 4.375rem;
  }
}

.p-greeting__title {
  color: #635F4C;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-greeting__title {
    font-size: max(1.6875rem, 21.6px);
  }
}

.p-greeting__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.5rem;
}
.p-greeting__text:first-of-type {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-greeting__text:first-of-type {
    margin-top: 4.375rem;
  }
}

.p-about {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .p-about {
    margin-top: 7.5rem;
  }
}

.p-about__head-wrap {
  position: relative;
  height: 15rem;
}
@media (min-width: 768px) {
  .p-about__head-wrap {
    height: 22.5rem;
  }
}

.p-about__head-img {
  height: inherit;
  border-radius: 15px 15px 15px 0;
  position: relative;
}
@media (min-width: 768px) {
  .p-about__head-img {
    border-radius: 36px 36px 36px 0;
  }
}
.p-about__head-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
  border-radius: inherit;
}

.p-about__title-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 17.75rem;
  height: 5rem;
  background: url(../img/test-bg_300b.webp);
  border-radius: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-about__title-wrap::before, .p-about__title-wrap::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../img/test-bg_300b.webp);
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-about__title-wrap::before {
  top: -15px;
  left: 0;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 15C6.71582 15 0 8.2843 0 0V15H15Z' fill='black'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 15C6.71582 15 0 8.2843 0 0V15H15Z' fill='black'/></svg>");
}
.p-about__title-wrap::after {
  bottom: 0;
  right: -15px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 15C6.71582 15 0 8.2843 0 0V15H15Z' fill='black'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 15C6.71582 15 0 8.2843 0 0V15H15Z' fill='black'/></svg>");
}
@media (min-width: 768px) {
  .p-about__title-wrap {
    width: 26.25rem;
    height: 6.5625rem;
    border-radius: 0 36px 0 0;
  }
  .p-about__title-wrap::before, .p-about__title-wrap::after {
    width: 36px;
    height: 36px;
    -webkit-mask-size: 36px 36px;
            mask-size: 36px 36px;
  }
  .p-about__title-wrap::before {
    top: -36px;
  }
  .p-about__title-wrap::after {
    right: -36px;
  }
}

.p-about__content-wrap {
  margin-top: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.625rem;
}
@media (min-width: 768px) {
  .p-about__content-wrap {
    margin-top: 7.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .p-about-map {
    width: 100%;
    max-width: 31.75rem;
  }
}

@media (min-width: 768px) {
  .p-about__date {
    -ms-flex-preferred-size: 40.2884615385%;
        flex-basis: 40.2884615385%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-price {
  max-width: 31.25rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-price {
    max-width: 550px;
  }
}

.p-price__table {
  margin-block: 2.5rem 1.25rem;
}

.p-price__head {
  margin-top: 3.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-price__head {
    font-size: max(1.5rem, 19.2px);
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .p-price__text {
    font-size: max(1.125rem, 14.4px);
  }
}

.p-price__list {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  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;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-price__list {
    font-size: max(1.125rem, 14.4px);
    gap: 0.375rem;
    margin-bottom: 2.25rem;
  }
}

.p-price__item {
  padding-left: 0.75rem;
  position: relative;
}
.p-price__item::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 4px;
  height: 4px;
  background: #635F4C;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .p-price__item {
    padding-left: 1rem;
  }
  .p-price__item::before {
    top: 1.0625rem;
  }
}

.p-schedule {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .p-schedule {
    margin-top: 7.5rem;
  }
}

.p-schedule__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.625rem;
}
@media (min-width: 768px) {
  .p-schedule__container {
    -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;
  }
}

.p-schedule__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-schedule__wrap {
    width: 31.8269230769%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.75rem;
  }
}

.p-schedule__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-schedule__text:not(:first-of-type) {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .p-schedule__calendar {
    width: 100%;
    max-width: 37.375rem;
  }
  .p-schedule__calendar iframe {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
  }
}

.p-faq {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .p-faq {
    margin-top: 7.5rem;
  }
}

.p-faq__head-wrap {
  position: relative;
  height: 15rem;
}
@media (min-width: 768px) {
  .p-faq__head-wrap {
    height: 22.5rem;
  }
}

.p-faq__head-img {
  height: inherit;
  border-radius: 0 15px 15px 15px;
  position: relative;
}
@media (min-width: 768px) {
  .p-faq__head-img {
    border-radius: 0 36px 36px 36px;
  }
}
.p-faq__head-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  border-radius: inherit;
}

.p-faq__title-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 17.75rem;
  height: 5rem;
  background: url(../img/test-bg_300b.webp);
  border-radius: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.75rem;
}
.p-faq__title-wrap::before, .p-faq__title-wrap::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../img/test-bg_300b.webp);
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-faq__title-wrap::before {
  bottom: -15px;
  left: 0;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 0C6.71582 0 0 6.7157 0 15V0H15Z' fill='black'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 0C6.71582 0 0 6.7157 0 15V0H15Z' fill='black'/></svg>");
}
.p-faq__title-wrap::after {
  top: 0;
  right: -15px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 0C6.71582 0 0 6.7157 0 15V0H15Z' fill='black'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 0C6.71582 0 0 6.7157 0 15V0H15Z' fill='black'/></svg>");
}
@media (min-width: 768px) {
  .p-faq__title-wrap {
    width: 26.25rem;
    height: 6.5625rem;
    border-radius: 0 0 36px 0;
  }
  .p-faq__title-wrap::before, .p-faq__title-wrap::after {
    width: 36px;
    height: 36px;
    -webkit-mask-size: 36px 36px;
            mask-size: 36px 36px;
  }
  .p-faq__title-wrap::before {
    bottom: -36px;
  }
  .p-faq__title-wrap::after {
    right: -36px;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-faq__items {
  margin-top: 2.625rem;
}
@media (min-width: 768px) {
  .p-faq__items {
    margin-top: 3.75rem;
  }
}

.p-faq__item {
  margin-bottom: 1.375rem;
  padding-bottom: 0.75rem;
  border-bottom: solid 1px #C4C3BC;
}

.p-faq__question {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: 0.375rem;
  min-height: 3rem;
  position: relative;
}
.p-faq__question::before, .p-faq__question::after {
  content: "";
  position: absolute;
  background: #4E4E4E;
}
.p-faq__question::before {
  top: 1.28125rem;
  right: 0;
  width: 1.5rem;
  height: 0.0625rem;
}
.p-faq__question::after {
  top: 0.5625rem;
  right: 0.71875rem;
  width: 0.0625rem;
  height: 1.5rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media (any-hover: hover) {
  .p-faq__question:hover {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .p-faq__question {
    font-size: max(1.125rem, 14.4px);
    min-height: 3.875rem;
  }
  .p-faq__question::before {
    top: 1.65625rem;
    width: 1.875rem;
  }
  .p-faq__question::after {
    top: 0.75rem;
    right: 0.90625rem;
    height: 1.875rem;
  }
}

details[open] .p-faq__question::after {
  rotate: 90deg;
}

.p-faq__question-text {
  padding-inline: 3.25rem 1.875rem;
  display: block;
  position: relative;
}
.p-faq__question-text::before {
  content: "Ｑ";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #ffffff;
  background: #635F4C;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 1.3125rem;
  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;
}
@media (min-width: 768px) {
  .p-faq__question-text {
    padding-inline: 4.875rem 2.8125rem;
  }
  .p-faq__question-text::before {
    font-size: max(1.5rem, 19.2px);
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 1.6875rem;
  }
}

.p-faq__answer-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 0.75rem;
  background: #d9d9d9;
  border-radius: 1.125rem;
}
@media (min-width: 768px) {
  .p-faq__answer-text {
    padding: 1.125rem;
    font-size: max(1.125rem, 14.4px);
  }
}

.p-contact {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .p-contact {
    margin-top: 7.5rem;
  }
}

.p-contact__wrap {
  position: relative;
  background: #635F4C;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0 15px 15px 15px;
  padding-inline: 1.25rem;
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-contact__wrap {
    border-radius: 0 36px 36px 36px;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.p-contact__title-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 17.75rem;
  height: 5rem;
  background: url(../img/test-bg_300b.webp);
  border-radius: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.75rem;
}
.p-contact__title-wrap::before, .p-contact__title-wrap::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../img/test-bg_300b.webp);
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-contact__title-wrap::before {
  bottom: -15px;
  left: 0;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 0C6.71582 0 0 6.7157 0 15V0H15Z' fill='black'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 0C6.71582 0 0 6.7157 0 15V0H15Z' fill='black'/></svg>");
}
.p-contact__title-wrap::after {
  top: 0;
  right: -15px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 0C6.71582 0 0 6.7157 0 15V0H15Z' fill='black'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 0C6.71582 0 0 6.7157 0 15V0H15Z' fill='black'/></svg>");
}
@media (min-width: 768px) {
  .p-contact__title-wrap {
    width: 26.25rem;
    height: 6.5625rem;
    border-radius: 0 0 36px 0;
  }
  .p-contact__title-wrap::before, .p-contact__title-wrap::after {
    width: 36px;
    height: 36px;
    -webkit-mask-size: 36px 36px;
            mask-size: 36px 36px;
  }
  .p-contact__title-wrap::before {
    bottom: -36px;
  }
  .p-contact__title-wrap::after {
    right: -36px;
  }
}

.p-contact__tel-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__tel-wrap {
    position: absolute;
    width: calc(100% - 26.25rem);
    right: 0;
  }
}

.p-contact__tel {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
}
.p-contact__tel a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .p-contact__tel {
    font-size: max(1.125rem, 14.4px);
  }
}

.p-contact__fields {
  margin-top: 2.5rem;
  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.25rem;
}
@media (min-width: 768px) {
  .p-contact__fields {
    margin-top: 8.75rem;
  }
}

.p-contact__field,
.p-contact__privacy,
.p-contact__recaptcha {
  text-align: left;
  width: 100%;
  max-width: 25rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-contact__field,
  .p-contact__privacy,
  .p-contact__recaptcha {
    max-width: 32.5rem;
  }
}

.p-contact__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}

.p-contact__button {
  margin-top: 0.3125rem;
  width: 15.625rem;
  margin-inline: auto;
}

.p-contact__recaptcha {
  margin-top: 2.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
.p-contact__recaptcha a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-contact__recaptcha a:hover {
  opacity: 0.7;
}

.p-form-field {
  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.625rem;
}

.p-form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
}

.p-form-field__label,
.p-form-field__tag {
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.9375;
}
@media (min-width: 768px) {
  .p-form-field__label,
  .p-form-field__tag {
    font-size: max(1.125rem, 14.4px);
  }
}

.p-form-field__tag {
  color: #B96552;
}

.p-form-field__text,
.p-form-field__textarea {
  width: 100%;
  border: solid 1px #635F4C;
  border-radius: 0.625rem;
}
.p-form-field__text::-webkit-input-placeholder, .p-form-field__textarea::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #C4C3BC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form-field__text::-moz-placeholder, .p-form-field__textarea::-moz-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #C4C3BC;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form-field__text:-ms-input-placeholder, .p-form-field__textarea:-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #C4C3BC;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form-field__text::-ms-input-placeholder, .p-form-field__textarea::-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #C4C3BC;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form-field__text::placeholder,
.p-form-field__textarea::placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #C4C3BC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form-field__text:focus, .p-form-field__text:hover,
.p-form-field__textarea:focus,
.p-form-field__textarea:hover {
  outline: none;
  border-color: #B96552;
  -webkit-box-shadow: 0 0 4px 0 #B96552;
          box-shadow: 0 0 4px 0 #B96552;
}
.p-form-field__text:focus::-webkit-input-placeholder, .p-form-field__text:hover::-webkit-input-placeholder, .p-form-field__textarea:focus::-webkit-input-placeholder, .p-form-field__textarea:hover::-webkit-input-placeholder {
  opacity: 0;
}
.p-form-field__text:focus::-moz-placeholder, .p-form-field__text:hover::-moz-placeholder, .p-form-field__textarea:focus::-moz-placeholder, .p-form-field__textarea:hover::-moz-placeholder {
  opacity: 0;
}
.p-form-field__text:focus:-ms-input-placeholder, .p-form-field__text:hover:-ms-input-placeholder, .p-form-field__textarea:focus:-ms-input-placeholder, .p-form-field__textarea:hover:-ms-input-placeholder {
  opacity: 0;
}
.p-form-field__text:focus::-ms-input-placeholder, .p-form-field__text:hover::-ms-input-placeholder, .p-form-field__textarea:focus::-ms-input-placeholder, .p-form-field__textarea:hover::-ms-input-placeholder {
  opacity: 0;
}
.p-form-field__text:focus::placeholder, .p-form-field__text:hover::placeholder,
.p-form-field__textarea:focus::placeholder,
.p-form-field__textarea:hover::placeholder {
  opacity: 0;
}

.p-form-field__text {
  padding: 1rem;
}
@media (min-width: 768px) {
  .p-form-field__text {
    padding: 0.8125rem 1.4375rem;
  }
}

.p-form-field__textarea {
  padding: 0.8125rem 0.8125rem 0.8125rem 1rem;
  resize: none;
}
@media (min-width: 768px) {
  .p-form-field__textarea {
    padding: 0.8125rem 0.8125rem 0.8125rem 1.4375rem;
  }
}

.p-form-field__error-message {
  color: #B96552;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.375rem;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-form-privacy__text {
  color: #ffffff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1.875rem;
  cursor: pointer;
  position: relative;
}
.p-form-privacy__text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #C4C3BC;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-form-privacy__text:hover::before {
  border-color: #B96552;
  -webkit-box-shadow: 0 0 4px 0 #B96552;
          box-shadow: 0 0 4px 0 #B96552;
}
.p-form-privacy__text:active::before {
  background: rgba(21, 151, 65, 0.15);
}
.p-form-privacy__text::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0.1875rem;
  width: 0.9375rem;
  height: 0.5rem;
  rotate: -50deg;
  border-left: 2px solid #B96552;
  border-bottom: 2px solid #B96552;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-form-privacy__text a {
  color: #248AFF;
  text-decoration: underline;
  display: inline;
  word-break: break-word;
}
.p-form-privacy__text a:hover {
  opacity: 0.7;
}

.p-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-footer {
    gap: 1.25rem;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.625rem;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__link {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__link:hover {
  opacity: 0.7;
}

.p-footer__copy {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-footer__copy {
    font-size: max(0.9375rem, 12px);
  }
}

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

.p-content__body {
  margin-top: 2.5rem;
}
.p-content__body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-content__body p:not(:first-of-type) {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .p-content__body p {
    font-size: max(1.125rem, 14.4px);
  }
}
.p-content__body a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.p-content__body a:hover {
  opacity: 0.7;
}

.p-content__btn-wrap {
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-test {
  padding-block: 4.375rem;
}
@media (min-width: 768px) {
  .p-test {
    padding-block: 7.5rem;
  }
}

.p-test__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-test__container {
    -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;
  }
}

.p-test__title {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.p-test__text {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-test__text-wrap {
  width: min(25rem, 100%);
}

.p-test__img {
  width: min(37.5rem, 100%);
  height: auto;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Serif JP", serif;
}
.u-font__jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font__en {
  font-family: "Noto Serif JP", serif;
}

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

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

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

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

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