@charset "UTF-8";

html {
  background-color: #fff;
  font-size: 100%;
}
@media (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 4.375vw;
  }
}

body {
  color: #151515;
  font-family: "source-han-sans-japanese", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, sans-serif;
}

a:hover,
button:hover {
  cursor: pointer;
}

/*****************************
* 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,
ol,
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 {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

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

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

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

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

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

/* 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;
    scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
  }
}
.l-bg-wrapper {
  background-image: url(../img/facilities/bg_facilities.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.875rem;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-bg-wrapper {
    background-image: url(../img/background-sp.png);
    border-radius: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.l-bg {
  margin-top: 7.7777777778vw;
  position: relative;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-bg {
    margin-top: 14.9333333333vw;
  }
}

.l-bg::before {
  background-image: url(../img/bg_sub.png);
  background-position: top;
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -7.7083333333vw;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-bg::before {
    background-image: url(../img/bg_sub-sp.png);
  }
}

.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  max-width: 71.875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.l-main {
  background-color: #fff;
  padding-top: 104px;
  padding-top: 6.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 12.5333333333vw;
  }
}

.l-page-top {
  bottom: 15px;
  bottom: 0.9375rem;
  position: fixed;
  right: 15px;
  right: 0.9375rem;
  z-index: 100;
}

.c-btn {
  background-color: #151515;
  border-radius: 1.4375rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.04em;
  max-width: 222px;
  max-width: 13.875rem;
  min-height: 46px;
  min-height: 2.875rem;
  padding: 10px 20px 10px 30px;
  padding: 0.625rem 1.25rem 0.625rem 1.875rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    border-radius: 5.3333333333vw;
    font-size: 2.6666666667vw;
    max-width: 45.3333333333vw;
    min-height: 10.4vw;
    padding: 2vw 3.0666666667vw 2vw 5.3333333333vw;
  }
}

.c-btn::after {
  background-image: url(../img/icon/icon_arrow-wh.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 13px;
  height: 0.8125rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  width: 13px;
  width: 0.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    height: 2.8vw;
    right: 3.0666666667vw;
    width: 2.8vw;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #FF5362;
    scale: 1.025;
  }
  .c-btn:hover::after {
    scale: 1.025;
  }
}
.c-btn.c-btn--pink {
  background-color: #FF5362;
  color: #fff;
}

.c-btn.c-btn--red {
  background-color: #e60013;
  color: #fff;
}

@media (any-hover: hover) {
  .c-btn.c-btn--red:hover {
    background-color: #151515;
  }
}
.c-card-list {
  display: grid;
  gap: 34px 46px;
  gap: 2.125rem 2.875rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-card-list {
    gap: 9.0666666667vw 4vw;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-card-list__item-img {
  aspect-ratio: 280/200;
  border-radius: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-card-list__item-img {
    aspect-ratio: 330/236;
  }
}

.c-card-list__item-ttl {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.875;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-card-list__item-ttl {
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
    margin-top: 2.1333333333vw;
  }
}

.c-card__img-wrapper {
  border: 1px solid #151515;
  border: 0.0625rem solid #151515;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card__img-wrapper {
    border: 0.2666666667vw solid #151515;
  }
}

.c-card__img-wrapper img {
  width: 100%;
  -webkit-transition: scale 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79);
  scale: 1;
  transition: scale 0.8s cubic-bezier(0.09, 0.43, 0.1, 0.79);
}

@media (any-hover: hover) {
  .c-card__link:hover .c-card__img-wrapper img {
    scale: 1.1;
  }
}
.c-open-btn {
  cursor: pointer;
  height: 14px;
  position: relative;
  width: 14px;
}

.c-open-btn span {
  background: #fff;
  display: block;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
  -webkit-transition: 0.4s;
  left: 50%;
  position: absolute;
  transition: 0.4s;
}

.c-open-btn span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}

.c-open-btn span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

.c-open-btn.c-open-btn--red {
  background: #ff5362;
  height: 29px;
  height: 1.8125rem;
  width: 29px;
  width: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .c-open-btn.c-open-btn--red {
    background-color: #e60013;
    height: 8.1333333333vw;
    width: 8.1333333333vw;
  }
}

.c-open-btn.c-open-btn--red span {
  height: 2px;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .c-open-btn.c-open-btn--red span {
    height: 0.4vw;
    width: 2.8vw;
  }
}

/*rotate*/
.js-rotate.is-active span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(-180deg);
          transform: translateX(-50%) rotate(-180deg);
}

.js-rotate.is-active span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

.c-page-top {
  background-color: rgb(180, 214, 182);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  height: 6.25rem;
  width: 100px;
  width: 6.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.c-sec-ttl {
  color: #e60013;
  font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, sans-serif;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-sec-ttl {
    font-size: 7.4666666667vw;
  }
}

.c-sec-ttl::after {
  color: #151515;
  content: attr(data-sub);
  display: block;
  font-family: "source-han-sans-japanese", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-sec-ttl::after {
    font-size: 2.9333333333vw;
    margin-top: 0;
  }
}

.c-sec-ttl.c-sec-ttl--head {
  font-size: 70px;
  font-size: 4.375rem;
}
@media screen and (max-width: 767px) {
  .c-sec-ttl.c-sec-ttl--head {
    font-size: 7.4666666667vw;
  }
}

.c-sec-ttl.c-sec-ttl--head::after {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-sec-ttl.c-sec-ttl--head::after {
    font-size: 2.9333333333vw;
  }
}

.c-sec-ttl.c-sec-ttl--small {
  font-size: max(26px, 10px);
  font-size: max(1.625rem, 10px);
  font-weight: 700;
  line-height: 1.4230769231;
}
@media screen and (max-width: 767px) {
  .c-sec-ttl.c-sec-ttl--small {
    font-size: 5.6vw;
    letter-spacing: 0.11em;
    line-height: 1.4523809524;
  }
}

.c-sec-ttl.c-sec-ttl--small::after {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.08em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-sec-ttl.c-sec-ttl--small::after {
    font-size: 3.4666666667vw;
    letter-spacing: 0.09em;
    margin-top: -1.3333333333vw;
  }
}

.c-sec-ttl.c-sec-ttl--tiny {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}
@media screen and (max-width: 767px) {
  .c-sec-ttl.c-sec-ttl--tiny {
    font-size: 5.6vw;
    letter-spacing: 0.06em;
  }
}

.c-sec-ttl.c-sec-ttl--tiny::after {
  font-family: "source-han-sans-japanese", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.12em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-sec-ttl.c-sec-ttl--tiny::after {
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    margin-top: 0.9333333333vw;
  }
}

.c-sub-ttl {
  color: #e60013;
  font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-sub-ttl {
    font-size: 3.7333333333vw;
  }
}

.c-sub-ttl span {
  color: #151515;
  display: block;
  font-family: "source-han-sans-japanese", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  margin-top: -3px;
  margin-top: -0.1875rem;
}
@media screen and (max-width: 767px) {
  .c-sub-ttl span {
    font-size: 2.8vw;
    line-height: 1.2;
    margin-top: -0.6666666667vw;
  }
}

.c-tel-btn {
  background: #f0f0f0;
  border-radius: 1.25rem;
  display: block;
  margin-inline: auto;
  max-width: 576px;
  max-width: 36rem;
  min-height: 110px;
  min-height: 6.875rem;
  padding: 27px 30px 27px 30px;
  padding: 1.6875rem 1.875rem 1.6875rem 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-tel-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: unset;
    min-height: 22.9333333333vw;
    padding: 3.8666666667vw 4vw 4vw 4vw;
    -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;
  }
}

.c-tel-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 34px;
  margin-left: 2.125rem;
}
@media screen and (max-width: 767px) {
  .c-tel-btn__wrapper {
    gap: 2.9333333333vw;
    margin-left: 4.9333333333vw;
  }
}

.c-tel-btn__small {
  color: #a2a2a2;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-tel-btn__small {
    font-size: 4.2666666667vw;
  }
}

.c-tel-btn__num {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-tel-btn__num {
    font-size: 6.9333333333vw;
  }
}

.c-tel-btn__info {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-tel-btn__info {
    font-size: 2.6666666667vw;
  }
}

.c-ttl {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8181818182;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1em;
    line-height: 1.2142857143;
  }
}

.c-wide-btn {
  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: #ff5362;
  border-radius: 2.1875rem;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  gap: 14px;
  gap: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 27px 32px;
  padding: 1.6875rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-wide-btn {
    border-radius: 6.6666666667vw;
    gap: 2.8vw;
    max-width: unset;
    padding: 4.9333333333vw 2.1333333333vw 4.9333333333vw 12vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 1;
  }
}

.c-wide-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 31px;
  right: 1.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background-image: url(../img/icon/icon_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  height: 0.875rem;
          transform: translateY(-50%);
  width: 14px;
  width: 0.875rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .c-wide-btn::after {
    height: 3.4666666667vw;
    right: 5.6vw;
    width: 3.4666666667vw;
  }
}

.c-wide-btn__icon {
  height: 15.13px;
  height: 0.945625rem;
  width: 2.7px;
  width: 0.16875rem;
}
@media screen and (max-width: 767px) {
  .c-wide-btn__icon {
    height: 3.52vw;
    width: 0.628vw;
  }
}

.c-wide-btn__icon svg {
  height: 100%;
  width: 100%;
}

.c-wide-btn__ttl {
  display: inline-block;
  font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .c-wide-btn__ttl {
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
    margin-right: 0;
  }
}

@media (any-hover: hover) {
  .c-wide-btn:hover {
    scale: 1.025;
  }
}
.p-about {
  background-color: #fff;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-bottom: 5.3333333333vw;
    padding-top: 8vw;
  }
}
@media screen and (max-width: 600px) {
  .p-about {
    padding-bottom: 13.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-about__bg.l-bg {
    margin-top: 8.1333333333vw;
  }
}

.p-about__bg::before {
  background-size: 100% 131.5625rem;
  height: 2105px;
  height: 131.5625rem;
  top: -7.1527777778vw;
}
@media screen and (max-width: 767px) {
  .p-about__bg::before {
    background-size: 100% 686.6666666667vw;
    height: 686.6666666667vw;
    top: 1.7333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .p-about__bg::before {
    background-size: 100% 693.3333333333vw;
    height: 706.6666666667vw;
    top: 0;
  }
}

.p-about-top-txt {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.7692307692;
  position: relative;
  top: -4.6527777778vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about-top-txt {
    font-size: 5.6vw;
    letter-spacing: 0.06em;
    line-height: 1.5714285714;
    top: -3.8666666667vw;
  }
}

.p-about-top-txt span {
  color: #e60013;
}

.p-about__top-img {
  height: auto;
  margin-top: -39px;
  margin-top: -2.4375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__top-img {
    margin-top: 2.6666666667vw;
  }
}

.p-about__top-img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 77px;
  gap: 4.8125rem;
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about__top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2vw;
    margin-top: 6.9333333333vw;
  }
}

.p-about__img {
  max-width: 522px;
  max-width: 32.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    max-width: unset;
    width: 100%;
  }
}

.p-about__txt-box {
  max-width: 455px;
  max-width: 28.4375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__txt-box {
    max-width: unset;
    width: 100%;
  }
}

.p-about__txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.09em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-about__txt {
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
  }
}

.p-about__txt span {
  color: #e60013;
  font-weight: 700;
}

.p-access {
  background-color: #fff;
  padding-bottom: 116px;
  padding-bottom: 7.25rem;
  padding-top: 96px;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-bottom: 12.5333333333vw;
    padding-top: 12.6666666667vw;
  }
}

.p-access__ttl::after {
  margin-top: 0;
}

.p-access__map {
  border: 1px solid #151515;
  border: 0.0625rem solid #151515;
  border-radius: 1.875rem;
  height: 400px;
  height: 25rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    height: 95.7333333333vw;
    margin-top: 6vw;
  }
}

.p-access__map iframe {
  aspect-ratio: 1100/400;
  border-radius: 1.875rem;
  display: block;
  height: 100%;
  pointer-events: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    aspect-ratio: 689/718;
  }
}

.p-access__btn {
  bottom: 17px;
  bottom: 1.0625rem;
  position: absolute;
  right: 21px;
  right: 1.3125rem;
  width: 222px;
  width: 13.875rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-access__btn {
    bottom: 2.2666666667vw;
    right: 2.1333333333vw;
    width: 45.3333333333vw;
  }
}

.p-access__btn a {
  font-weight: 700;
  position: relative;
  z-index: 100;
}

.p-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  gap: 4.375rem;
  margin-top: 31.5px;
  margin-top: 1.96875rem;
}
@media screen and (max-width: 767px) {
  .p-access__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.7333333333vw;
    margin-top: 6.7866666667vw;
  }
}

.p-access__info-wrapper {
  max-width: 284px;
  max-width: 17.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__info-wrapper {
    display: contents;
  }
}

.p-access__info-wrapper-item {
  border-bottom: 1px dashed #D1D1D1;
  border-bottom: 0.0625rem dashed #D1D1D1;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-access__info-wrapper-item {
    border-bottom: 0.2666666667vw dashed #D1D1D1;
    padding-bottom: 1.2vw;
  }
}

.p-access__info-wrapper-item + .p-access__info-wrapper-item {
  margin-top: 17.5px;
  margin-top: 1.09375rem;
}
@media screen and (max-width: 767px) {
  .p-access__info-wrapper-item + .p-access__info-wrapper-item {
    margin-top: 0;
  }
}

.p-access__info-wrapper-item dt {
  color: #e60013;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-access__info-wrapper-item dt {
    font-size: 3.2vw;
  }
}

.p-access__info-wrapper-item dd {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-access__info-wrapper-item dd {
    font-size: 3.2vw;
    margin-top: 1.0666666667vw;
    white-space: nowrap;
  }
}

.p-access__info-wrapper-item dd > a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-access__info-wrapper-item dd > a {
    pointer-events: auto;
  }
}

/*SP並び順*/
@media screen and (max-width: 767px) {
  .p-access__info-wrapper-item--address {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-access__info-wrapper-item--tel {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (max-width: 767px) {
  .p-access__info-wrapper-item--open {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-access__info-wrapper-item--holiday {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media screen and (max-width: 767px) {
  .p-access__info-wrapper-item--traffic {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (max-width: 767px) {
  .p-access__info-wrapper-item--parking {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-application {
  background-color: #fff;
  padding-bottom: 172px;
  padding-bottom: 10.75rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-application {
    padding-bottom: 20.6666666667vw;
    padding-top: 5.7333333333vw;
  }
}

.p-application__bg {
  background-color: #F9E9EA;
  background-position: top left;
  background-repeat: no-repeat;
  height: 100%;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-application__bg {
    margin-top: 25.0666666667vw;
    padding-bottom: 12.5333333333vw;
  }
}

.p-application__bg::before,
.p-application__bg::after {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 112px;
  height: 7rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-application__bg::before,
  .p-application__bg::after {
    height: 15.6vw;
  }
}

.p-application__bg::before {
  background-image: url(../img/bg_top.png);
  top: -93px;
  top: -5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-application__bg::before {
    background-image: url(../img/bg_top-sp.png);
    top: -15.4666666667vw;
  }
}

.p-application__bg::after {
  background-image: url(../img/bg_bottom.png);
  background-position: bottom left;
  bottom: -110px;
  bottom: -6.875rem;
}
@media screen and (max-width: 767px) {
  .p-application__bg::after {
    background-image: url(../img/bg_bottom-sp.png);
    bottom: -14.6666666667vw;
  }
}

.p-application__container {
  background-color: #fff;
  border-radius: 2.25rem;
  margin-top: -18px;
  margin-top: -1.125rem;
  padding: 60px 56px 82px 59px;
  padding: 3.75rem 3.5rem 5.125rem 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-application__container {
    margin-top: -10.9333333333vw;
    padding: 9.0666666667vw 4.6vw 12vw 4.7333333333vw;
  }
}

.p-application__wrapper {
  max-width: 986px;
  max-width: 61.625rem;
  width: 100%;
}

.p-application__top-ttl.c-sec-ttl.c-sec-ttl--small {
  position: relative;
  top: -54px;
  top: -3.375rem;
}
@media screen and (max-width: 767px) {
  .p-application__top-ttl.c-sec-ttl.c-sec-ttl--small {
    letter-spacing: 0.06em;
    top: -19.7333333333vw;
  }
}

.p-application__top-ttl.c-sec-ttl.c-sec-ttl--small::after {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.12em;
  margin-top: -4px;
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .p-application__top-ttl.c-sec-ttl.c-sec-ttl--small::after {
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    margin-top: -0.5333333333vw;
  }
}

.p-application__sub-ttl.c-sec-ttl.c-sec-ttl--small {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-application__sub-ttl.c-sec-ttl.c-sec-ttl--small {
    font-size: 5.6vw;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 767px) {
  .p-application__sub-ttl.c-sec-ttl.c-sec-ttl--small::after {
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    margin-top: -0.5333333333vw;
  }
}

.p-application__note-list {
  margin: 37px auto 0;
  margin: 2.3125rem auto 0;
  margin-left: auto;
  max-width: 958px;
  max-width: 59.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-application__note-list {
    margin: 9.3333333333vw auto 0;
  }
}

.p-application__note-item {
  border-bottom: 1px dashed #d1d1d1;
  border-bottom: 0.0625rem dashed #d1d1d1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-bottom: 13.5px;
  padding-bottom: 0.84375rem;
}
@media screen and (max-width: 767px) {
  .p-application__note-item {
    border-bottom: 0.2666666667vw dashed #d1d1d1;
    font-size: 3.2vw;
    line-height: 1.4583333333;
    padding-bottom: 5.6vw;
  }
}

.p-application__note-item + .p-application__note-item {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-application__note-item + .p-application__note-item {
    margin-top: 5.3333333333vw;
  }
}

.p-application__note-item::before {
  content: "・";
  display: inline-block;
}

.p-application__note-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 13.5px;
  margin-top: 0.84375rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-application__note-txt {
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    line-height: 1.9166666667;
    margin-top: 6.2666666667vw;
    text-align: left;
  }
}

.p-application__note-txt-link {
  color: #e60013;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-application__note-txt-link-ttl {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .p-application__note-txt-link:hover {
    color: #ff5362;
  }
}
.p-application__check-wrapper {
  background: #ff5362;
  border-radius: 0.625rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 22px;
  margin-top: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  cursor: pointer;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-application__check-wrapper {
    border-radius: 2.6666666667vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
    margin-top: 6.9333333333vw;
  }
}

.p-application__check-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0.25rem;
  height: 30px;
  height: 1.875rem;
  position: relative;
  width: 30px;
  width: 1.875rem;
  -ms-flex-negative: 0;
  cursor: pointer;
      flex-shrink: 0;
  margin: 0;
  margin-right: 19px;
  margin-right: 1.1875rem;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-application__check-btn {
    height: 6.4vw;
    margin-right: 2.5333333333vw;
    width: 6.4vw;
  }
}

.p-application__check-btn:checked {
  background-color: #FFA2AA;
  border: 1px solid #FFA2AA;
}

.p-application__check-btn:checked::before {
  border-bottom: 3px solid #fff;
  border-bottom: 0.1875rem solid #fff;
  border-left: 3px solid #fff;
  border-left: 0.1875rem solid #fff;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 16px;
  width: 1rem;
  -webkit-transform: translate(-50%, -50%) rotate(-50deg);
          transform: translate(-50%, -50%) rotate(-50deg);
}
@media screen and (max-width: 767px) {
  .p-application__check-btn:checked::before {
    border-bottom: 0.6666666667vw solid #fff;
    border-left: 0.6666666667vw solid #fff;
    height: 1.8666666667vw;
    width: 3.2vw;
  }
}

.p-application__check-label {
  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-flex: 1;
      -ms-flex-positive: 1;
  cursor: pointer;
          flex-grow: 1;
  min-height: 90px;
  min-height: 5.625rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-application__check-label {
    min-height: 13.3333333333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    gap: 1.3333333333vw;
            justify-content: flex-start;
    padding-left: 12vw;
  }
}

.p-application__check-txt {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .p-application__check-label:hover .p-application__check-txt {
    opacity: 0.8;
  }
}
.p-application__list {
  margin-top: 35px;
  margin-top: 2.1875rem;
  pointer-events: none; /* デフォルトはクリック不可 */
}
@media screen and (max-width: 767px) {
  .p-application__list {
    margin-top: 9.3333333333vw;
  }
}

.p-application__item + .p-application__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-application__item + .p-application__item {
    margin-top: 5.3333333333vw;
  }
}

.p-application__link {
  background-color: rgba(77, 77, 77, .4);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.625rem;
  padding: 19px 36px;
  padding: 1.1875rem 2.25rem;
  position: relative;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-application__link {
    border-radius: 1.3333333333vw;
    font-size: 2.9333333333vw;
    padding: 4.9333333333vw 5.3333333333vw;
  }
}

.p-application__icon {
  position: absolute;
  right: 33px;
  right: 2.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  width: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-application__icon {
    right: 4.4vw;
    width: 2.6666666667vw;
  }
}

.p-application__icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-application__contact-area {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-application__contact-area {
    margin-top: 12.2666666667vw;
  }
}

@media (any-hover: hover) {
  .p-application__link:hover {
    opacity: 0.4;
  }
}
.p-arena {
  background-color: #fff;
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-arena {
    margin-top: 11.6vw;
  }
}

.p-arena__bg {
  background-position: top left;
  border-radius: 1.875rem;
  padding: 40px 84px 90px;
  padding: 2.5rem 5.25rem 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-arena__bg {
    border-radius: 0;
    padding: 11.2vw 4vw 14.4vw;
  }
}

.p-arena__list {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-arena__list {
    margin-top: 6.2666666667vw;
  }
}

.p-charge-info.p-charge__info--second {
  margin-inline: auto;
  margin-top: 80px;
  margin-top: 5rem;
  max-width: 968px;
  max-width: 60.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charge-info.p-charge__info--second {
    margin-top: 16vw;
  }
}

.p-charge-info.p-charge-info--rental {
  margin-top: 0;
}

.p-charge-info__link {
  color: #e60013;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-charge-info__link {
    font-weight: 500;
  }
}

@media (any-hover: hover) {
  .p-charge-info__link:hover {
    opacity: 0.7;
  }
}
.p-charge-info__container {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__container {
    margin-top: 8vw;
  }
}

.p-charge__info .p-charge-info__container {
  margin-left: auto;
  margin-top: 26px;
  margin-top: 1.625rem;
  max-width: 968px;
  max-width: 60.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charge__info .p-charge-info__container {
    margin-top: 0;
  }
}

/*施設使用料に関する留意事項*/
.p-charge-info__container.p-charge-info__container--second {
  margin-top: 0;
}

.p-charge-info__container.p-charge-info__container--second .p-charge-info__list:first-child {
  margin-top: 19px;
  margin-top: 1.1875rem;
  padding-left: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-charge-info__container.p-charge-info__container--second .p-charge-info__list:first-child {
    margin-top: 5.6vw;
  }
}

.p-charge-info.p-charge-info--rental .p-charge-info__container {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info.p-charge-info--rental .p-charge-info__container {
    margin-top: 8vw;
  }
}

.p-charge-info__list {
  border-bottom: 1px dashed #D1D1D1;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__list {
    border-bottom: 0.2666666667vw dashed #D1D1D1;
    padding-bottom: 5.3333333333vw;
  }
}

.p-charge-info__list:first-child {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__list:first-child {
    margin-top: 6.1333333333vw;
  }
}

.p-charge-info__list + .p-charge-info__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__list + .p-charge-info__list {
    margin-top: 5.6vw;
  }
}

.p-charge-info__ttl {
  color: #e60013;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-charge-info__ttl {
    font-size: 3.2vw;
    line-height: 1.4583333333;
  }
}

.p-charge-info__txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__txt {
    font-size: 3.2vw;
    line-height: 1.4583333333;
    margin-top: 2.4vw;
  }
}

.p-charge-info__bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-charge-info__bold {
    font-weight: 500;
  }
}

.p-charge-info__txt.p-charge-info__txt--space {
  margin-left: auto;
  margin-right: 3px;
  margin-right: 0.1875rem;
  max-width: 925px;
  max-width: 57.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charge-info__txt.p-charge-info__txt--space {
    padding-left: 0;
  }
}

.p-charge-info__note {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__note {
    font-size: 3.2vw;
    line-height: 1.9166666667;
    margin-top: 4.4vw;
  }
}

.p-charge-info__item {
  border-bottom: 1px dashed #D1D1D1;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__item {
    border-bottom: 0.2666666667vw dashed #D1D1D1;
    padding-bottom: 4vw;
  }
}

.p-charge-info__heading {
  position: relative;
}

.p-charge-info__item-ttl {
  color: #e60013;
  cursor: pointer;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 32px;
  margin-top: 2rem;
  padding-left: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-charge-info__item-ttl {
    font-size: 3.2vw;
    line-height: 1.4583333333;
    margin-top: 13.3333333333vw;
    padding-left: 0;
  }
}

.p-charge-info__item-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-charge-info__note-list {
  color: #4d4d4d;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__note-list {
    margin-top: 10.1333333333vw;
  }
}

.p-charge-info__note-item {
  counter-increment: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-left: 45px;
  padding-left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__note-item {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.4583333333;
    padding-left: 0;
  }
}

.p-charge-info__note-item.p-charge-info__note-item--wide {
  max-width: 925px;
  max-width: 57.8125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-charge-info__note-item::before {
  content: "(" counter(number) ")";
  display: inline-block;
  margin-right: 35px;
  margin-right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__note-item::before {
    margin-right: 4vw;
  }
}

.p-charge-info__note-item + .p-charge-info__note-item {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__note-item + .p-charge-info__note-item {
    margin-top: 4.6666666667vw;
  }
}

.p-charge-info__sub-list {
  margin-top: 8px;
  margin-top: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charge-info__sub-list {
    margin-left: auto;
    margin-top: 5.8666666667vw;
    max-width: 80vw;
  }
}

.p-charge-info__sub-item {
  counter-increment: sub-number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  max-width: 846px;
  max-width: 52.875rem;
  padding-left: 56px;
  padding-left: 3.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charge-info__sub-item {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.4583333333;
    padding-left: 0;
  }
}

.p-charge-info__sub-item + .p-charge-info__sub-item {
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__sub-item + .p-charge-info__sub-item {
    margin-top: 4.1333333333vw;
  }
}

.p-charge-info__sub-item::before {
  content: "(" counter(sub-number, lower-roman) ")";
  margin-right: 18px;
  margin-right: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__sub-item::before {
    margin-right: 3.4666666667vw;
  }
}

.p-charge-info__sub-item:last-child::before {
  margin-right: 13px;
  margin-right: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info__sub-item:last-child::before {
    margin-right: 1.6vw;
  }
}

/*施設使用料に関する留意事項*/
.p-charge-info.p-charge__info--second .p-charge-info__txt {
  color: #4d4d4d;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info.p-charge__info--second .p-charge-info__txt {
    font-weight: 400;
    margin-top: 2vw;
  }
}

.p-charge-info__note-list {
  padding-left: 0.4em;
}

.p-charge-info__container.p-charge-info__container--second .p-charge-info__list {
  padding-left: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-charge-info__container.p-charge-info__container--second .p-charge-info__list {
    padding-left: 0;
  }
}

.p-charge-info.p-charge__info--second .p-charge-info__list + .p-charge-info__list {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-charge-info.p-charge__info--second .p-charge-info__list + .p-charge-info__list {
    margin-top: 5.3333333333vw;
  }
}

.p-charge {
  background-color: #fff;
  padding-bottom: 172px;
  padding-bottom: 10.75rem;
  padding-top: 36px;
  padding-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-charge {
    padding-bottom: 11.3333333333vw;
    padding-top: 8vw;
  }
}

.p-charge__bg {
  background-color: #F9E9EA;
  background-position: top left;
  background-repeat: no-repeat;
  height: 100%;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charge__bg {
    margin-top: 25.0666666667vw;
    padding-bottom: 12.6666666667vw;
  }
}

.p-charge__bg::before,
.p-charge__bg::after {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 112px;
  height: 7rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charge__bg::before,
  .p-charge__bg::after {
    height: 15.6vw;
  }
}

.p-charge__bg::before {
  background-image: url(../img/bg_top.png);
  top: -93px;
  top: -5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-charge__bg::before {
    background-image: url(../img/bg_top-sp.png);
    top: -15.4666666667vw;
  }
}

.p-charge__bg::after {
  background-image: url(../img/bg_bottom.png);
  background-position: bottom left;
  bottom: -110px;
  bottom: -6.875rem;
}
@media screen and (max-width: 767px) {
  .p-charge__bg::after {
    background-image: url(../img/bg_bottom-sp.png);
    bottom: -14.6666666667vw;
  }
}

.p-charge__txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.09em;
  margin-inline: auto;
  max-width: 960px;
  max-width: 60rem;
  position: relative;
  top: -60px;
  top: -3.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charge__txt {
    font-size: 3.4666666667vw;
    font-weight: 400;
    line-height: 2.5384615385;
    max-width: unset;
    top: -20vw;
    width: 100%;
  }
}

.p-charge__txt-link {
  color: #029595;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-charge__txt-link {
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
  }
}

.p-charge__txt-link:first-of-type {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-charge__txt-link:first-of-type {
    pointer-events: auto;
  }
}

@media (any-hover: hover) {
  .p-charge__txt-link:last-of-type:hover {
    opacity: 0.7;
  }
}
.p-charge__container {
  background-color: #fff;
  border-radius: 2.25rem;
  margin: 0 auto;
  max-width: 1100px;
  max-width: 68.75rem;
  padding: 56px 57px;
  padding: 3.5rem 3.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charge__container {
    border-radius: 4vw;
    margin: -16.5333333333vw calc(50% - 50vw) 0;
    padding: 9.6vw 4vw 12vw;
    width: 100vw;
  }
}

.p-charge__container.p-charge__container--rental {
  margin-top: 61px;
  margin-top: 3.8125rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  padding-top: 46px;
  padding-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-charge__container.p-charge__container--rental {
    margin-top: 17.3333333333vw;
    padding-bottom: 12vw;
    padding-top: 17.3333333333vw;
  }
}

.p-charge__heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-charge__heading {
    text-align: left;
  }
}

.p-charge__img-wrapper {
  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: 41px;
  gap: 2.5625rem;
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-charge__img-wrapper {
    gap: 2.9333333333vw;
    margin-top: 6.6666666667vw;
  }
}

.p-charge__top-img img {
  aspect-ratio: 472/300;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-charge__top-img img {
    aspect-ratio: 334/250;
  }
}

.p-charge__info {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-charge__info {
    margin-top: 8vw;
  }
}

.p-charge-info__link-btn {
  margin-top: 13px;
  margin-top: 0.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-charge-info__link-btn {
    margin-top: 5.3333333333vw;
  }
}

.p-charge__price {
  margin-inline: auto;
  margin-top: 64px;
  margin-top: 4rem;
  max-width: 986px;
  max-width: 61.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charge__price {
    margin-top: 12vw;
  }
}

.p-charge__exemption {
  margin-top: 74px;
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-charge__exemption {
    margin-top: 12vw;
  }
}

.p-charge__info__heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-charge__info__heading {
    text-align: left;
  }
}

.p-charge__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  gap: 3.75rem;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-charge__link-wrapper {
    margin-top: 12vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
  }
}

.p-charge__link-item {
  max-width: 520px;
  max-width: 32.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-charge__link-item {
    max-width: unset;
  }
}

.p-charge__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.2s ease-in-out;
  background: #fff;
  border: 1px solid #151515;
  border: 0.0625rem solid #151515;
  border-radius: 1.25rem;
  min-height: 158px;
  min-height: 9.875rem;
  overflow: hidden;
  padding: 30px 30px 30px 30px;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  position: relative;
  transition: color 0.2s ease-in-out;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-charge__btn {
    border-radius: 2.6666666667vw;
    font-size: 4.5333333333vw;
    min-height: 27.7333333333vw;
    padding: 9.3333333333vw 4vw 9.3333333333vw 4vw;
  }
}

.p-charge__btn:after {
  background-image: url(../img/icon/icon_arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 41px;
  height: 2.5625rem;
  position: absolute;
  right: 0;
  width: 41px;
  width: 2.5625rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-charge__btn:after {
    bottom: -0.1333333333vw;
    height: 8.8vw;
    right: -0.1333333333vw;
    width: 8.8vw;
  }
}

.p-charge__btn-icon {
  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;
}

.p-charge__btn-icon svg {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-charge__btn.p-charge__btn--download .p-charge__btn-icon {
  margin-right: 20px;
  margin-right: 1.25rem;
  width: 20.96px;
  width: 1.31rem;
}
@media screen and (max-width: 767px) {
  .p-charge__btn.p-charge__btn--download .p-charge__btn-icon {
    margin-right: 3.5333333333vw;
    width: 3.708vw;
  }
}

.p-charge__btn.p-charge__btn--external .p-charge__btn-icon {
  margin-right: 19px;
  margin-right: 1.1875rem;
  width: 23.65px;
  width: 1.478125rem;
}
@media screen and (max-width: 767px) {
  .p-charge__btn.p-charge__btn--external .p-charge__btn-icon {
    margin-right: 3.36vw;
    width: 4.1853333333vw;
  }
}

.p-charge__btn-txt--small {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .p-charge__btn-txt--small {
    font-size: 2.8vw;
  }
}

.p-charge__btn-icon svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .p-charge__btn:hover {
    color: #e60013;
  }
  .p-charge__btn:hover .p-charge__btn-icon svg path {
    fill: #FFA2AA;
  }
}
.p-charge__contact-area {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-charge__contact-area {
    margin-top: 5.3333333333vw;
  }
}

.p-common-contact {
  background: #fff;
  border-radius: 2.25rem;
  padding: 44px 30px 63px 30px;
  padding: 2.75rem 1.875rem 3.9375rem 1.875rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
@media screen and (max-width: 767px) {
  .p-common-contact {
    padding: 5.3333333333vw 4.9333333333vw 8.4vw 4.9333333333vw;
  }
}

.p-common-contact__ttl.c-sec-ttl.c-sec-ttl--small {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-common-contact__ttl.c-sec-ttl.c-sec-ttl--small {
    letter-spacing: 0.06em;
  }
}

.p-common-contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 60px;
  gap: 3.75rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-common-contact__wrapper {
    gap: 3.7333333333vw;
    margin-top: 4.6666666667vw;
    -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;
  }
}

.p-common-contact__btn {
  border-radius: 1.25rem;
  max-width: 392px;
  max-width: 24.5rem;
  min-height: 110px;
  min-height: 6.875rem;
  padding: 17px 10px 17px 10px;
  padding: 1.0625rem 0.625rem 1.0625rem 0.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-common-contact__btn {
    max-width: unset;
    min-height: 22.9333333333vw;
    padding: 3.8666666667vw 4vw 4vw 4vw;
  }
}

.p-common-contact__btn--tel {
  background: #f0f0f0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-common-contact__btn--tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    gap: 1.3333333333vw;
            justify-content: center;
  }
}

.p-common-contact__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 12px;
  gap: 0.75rem;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-common-contact__btn-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    gap: 4vw;
            justify-content: flex-start;
    max-width: 65.3333333333vw;
    width: 100%;
  }
}

.p-common-contact__small {
  color: #a2a2a2;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-common-contact__small {
    font-size: 4.2666666667vw;
  }
}

.p-common-contact__num {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-common-contact__num {
    font-size: 6.9333333333vw;
  }
}

.p-common-contact__info {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-common-contact__info {
    font-size: 2.6666666667vw;
  }
}

.p-common-contact__btn--form {
  background: #e60013;
  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;
  border: 1px solid #151515;
  color: #fff;
  gap: 14px;
  gap: 0.875rem;
          justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-common-contact__btn--form {
    gap: 2.6666666667vw;
  }
}

.p-common-contact__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-common-contact__btn-icon {
    width: 4.4vw;
  }
}

.p-common-contact__btn-icon svg {
  width: 20px;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-common-contact__btn-icon svg {
    width: 4.4vw;
  }
}

.p-common-contact__txt {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-common-contact__txt {
    font-size: 4.8vw;
  }
}

.p-common-contact__btn--form:hover {
  background-color: #ff5362;
  color: #fff;
}

.p-conference-room {
  background-color: #fff;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
  top: -1px;
  top: -0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-conference-room {
    padding-bottom: 11.7333333333vw;
    padding-top: 9.3333333333vw;
  }
}

.p-conference-room__bg {
  background-position: top left;
  border-radius: 1.875rem;
  min-height: 406px;
  min-height: 25.375rem;
  padding: 38px 84px;
  padding: 2.375rem 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-conference-room__bg {
    border-radius: 0;
    padding: 11.0666666667vw 4vw 14.4vw;
  }
}

.p-conference-room__list {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-conference-room__list {
    margin-top: 5.6vw;
  }
}

.p-contact {
  background-color: #fff;
  padding-bottom: 172px;
  padding-bottom: 10.75rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 16vw;
    padding-top: 8vw;
  }
}

.p-contact__bg {
  background-color: #F9E9EA;
  background-position: top left;
  background-repeat: no-repeat;
  height: 100%;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__bg {
    margin-top: 24.9333333333vw;
    padding-bottom: 14.8vw;
  }
}

.p-contact__bg::before,
.p-contact__bg::after {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 112px;
  height: 7rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__bg::before,
  .p-contact__bg::after {
    height: 15.6vw;
  }
}

.p-contact__bg::before {
  background-image: url(../img/bg_top.png);
  top: -93px;
  top: -5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__bg::before {
    background-image: url(../img/bg_top-sp.png);
    top: -15.4666666667vw;
  }
}

.p-contact__bg::after {
  background-image: url(../img/bg_bottom.png);
  background-position: bottom left;
  bottom: -110px;
  bottom: -6.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__bg::after {
    background-image: url(../img/bg_bottom-sp.png);
    bottom: -14.8vw;
  }
}

.p-contact__container {
  background-color: #fff;
  border-radius: 2.25rem;
  padding: 25px 56px 35px 73px;
  padding: 1.5625rem 3.5rem 2.1875rem 4.5625rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    margin-top: -15.2vw;
    padding: 6.1333333333vw 4.9333333333vw 8.4vw 4.9333333333vw;
  }
}

.p-contact__top-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.875;
  margin-top: 36px;
  margin-top: 2.25rem;
  padding-left: 70px;
  padding-left: 4.375rem;
  position: relative;
  top: -65px;
  top: -4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__top-txt {
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
    padding-left: 0;
    text-align: left;
    top: -20.4vw;
  }
}

.p-contact__sub-ttl.c-sec-ttl.c-sec-ttl--small {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__sub-ttl.c-sec-ttl.c-sec-ttl--small {
    letter-spacing: 0.06em;
  }
}

.p-contact__tel-btn {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-btn {
    margin-top: 4vw;
  }
}

.p-contact__form-container {
  background-color: #fff;
  border-radius: 2.25rem;
  margin-top: 71px;
  margin-top: 4.4375rem;
  padding: 24px 56px 47px 73px;
  padding: 1.5rem 3.5rem 2.9375rem 4.5625rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
@media screen and (max-width: 767px) {
  .p-contact__form-container {
    margin-top: 7.2vw;
    padding: 9.0666666667vw 4.6666666667vw 11.2vw 4.6666666667vw;
  }
}

.p-contact__form-top-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.875;
  margin-top: 26px;
  margin-top: 1.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form-top-txt {
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    line-height: 1.4583333333;
    margin-top: 9.3333333333vw;
    text-align: left;
  }
}

.p-contact__wrapper {
  margin-inline: auto;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
}

.p-contact__form {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 8.2666666667vw;
  }
}

.p-contact__content:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__content:not(:first-child) {
    margin-top: 6.6666666667vw;
  }
}

.p-contact__head > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  gap: 15px;
  gap: 0.9375rem;
  letter-spacing: 0.09em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-contact__head > label {
    font-size: 3.7333333333vw;
    gap: 3.6vw;
  }
}

.p-contact__required {
  background: #db5f6a;
  border-radius: 0.1875rem;
  color: #fff;
  display: block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.09em;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  text-align: center;
  width: 72px;
  width: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__required {
    font-size: 3.2vw;
    padding: 0.7333333333vw 1.3333333333vw;
    width: 17.4666666667vw;
  }
}

.p-contact__item {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__item {
    margin-top: 2.6666666667vw;
  }
}

.p-contact__item-wrapper {
  min-height: 70px;
  min-height: 4.375rem;
  width: 100%;
}

.p-contact__item-wrapper > input {
  border: 1px solid #d1d1d1;
  border: 0.0625rem solid #d1d1d1;
  border-radius: 0.625rem;
  min-height: 70px;
  min-height: 4.375rem;
  padding: 10px 26px;
  padding: 0.625rem 1.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__item-wrapper > input {
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    min-height: 13.3333333333vw;
    padding: 1.3333333333vw 3.4666666667vw;
  }
}

.p-contact__item-text {
  border: 1px solid #d1d1d1;
  border: 0.0625rem solid #d1d1d1;
  border-radius: 0.625rem;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.875;
  padding: 23px 26px;
  padding: 1.4375rem 1.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__item-text {
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    padding: 4.5333333333vw 3.6vw;
  }
}

.p-contact__item-textarea {
  border: 1px solid #d1d1d1;
  border: 0.0625rem solid #d1d1d1;
  border-radius: 0.625rem;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  height: 459px;
  height: 28.6875rem;
  letter-spacing: 0.09em;
  line-height: 1.875;
  padding: 25px 26px;
  padding: 1.5625rem 1.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__item-textarea {
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    height: 99.3333333333vw;
    padding: 4.5333333333vw 3.6vw;
  }
}

.p-contact__item-text::-webkit-input-placeholder,
.p-contact__item-textarea::-webkit-input-placeholder {
  color: #d1d1d1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.09em;
}

.p-contact__item-text::-moz-placeholder,
.p-contact__item-textarea::-moz-placeholder {
  color: #d1d1d1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.09em;
}

.p-contact__item-text::-ms-input-placeholder,
.p-contact__item-textarea::-ms-input-placeholder {
  color: #d1d1d1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.09em;
}

.p-contact__item-text::placeholder,
.p-contact__item-textarea::placeholder {
  color: #d1d1d1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-contact__item-text::-webkit-input-placeholder,
  .p-contact__item-textarea::-webkit-input-placeholder {
    font-size: 3.2vw;
  }
  .p-contact__item-text::-moz-placeholder,
  .p-contact__item-textarea::-moz-placeholder {
    font-size: 3.2vw;
  }
  .p-contact__item-text::-ms-input-placeholder,
  .p-contact__item-textarea::-ms-input-placeholder {
    font-size: 3.2vw;
  }
  .p-contact__item-text::placeholder,
  .p-contact__item-textarea::placeholder {
    font-size: 3.2vw;
  }
}

.p-contact__bottom-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.875;
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-txt {
    font-size: 3.2vw;
    margin-top: 6.8vw;
    text-align: left;
  }
}

.p-contact__bottom-link {
  color: #029595;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .p-contact__bottom-link:hover {
    opacity: 0.7;
  }
}
.p-contact__check-wrapper {
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-top: 20px;
  margin-top: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact__check-wrapper {
    font-size: 4vw;
    letter-spacing: 0.1em;
    margin-top: 7.2vw;
  }
}

.p-contact__check-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0.25rem;
  height: 30px;
  height: 1.875rem;
  position: relative;
  width: 30px;
  width: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 19px;
  margin-right: 1.1875rem;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__check-btn {
    height: 6.4vw;
    margin-right: 3.8666666667vw;
    width: 6.4vw;
  }
}

.p-contact__check-btn:checked {
  background-color: #5FBEBE;
  border: 1px solid #5FBEBE;
}

.p-contact__check-btn:checked::before {
  border-bottom: 3px solid #fff;
  border-bottom: 0.1875rem solid #fff;
  border-left: 3px solid #fff;
  border-left: 0.1875rem solid #fff;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 16px;
  width: 1rem;
  -webkit-transform: translate(-50%, -50%) rotate(-50deg);
          transform: translate(-50%, -50%) rotate(-50deg);
}
@media screen and (max-width: 767px) {
  .p-contact__check-btn:checked::before {
    border-bottom: 0.6666666667vw solid #fff;
    border-left: 0.6666666667vw solid #fff;
    height: 1.8666666667vw;
    width: 3.2vw;
  }
}

.p-contact__check-label {
  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;
  cursor: pointer;
          justify-content: center;
  text-align: center;
}

.p-contact__btn-wrapper {
  display: block;
  margin-top: 30px;
  margin-top: 1.875rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__btn-wrapper {
    margin-top: 9.3333333333vw;
  }
}

.p-contact__btn {
  background-color: #5FBEBE;
  border-radius: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  max-width: unset;
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    border-radius: 6.6666666667vw;
    gap: 2.2666666667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 4.0666666667vw 1.3333333333vw 4.0666666667vw 32.2666666667vw;
  }
}

.p-contact__btn::after {
  height: 18px;
  height: 1.125rem;
  width: 18px;
  width: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__btn::after {
    height: 4.6666666667vw;
    right: 4.8vw;
    width: 4.6666666667vw;
  }
}

.p-contact__btn__icon {
  height: 22px;
  height: 1.375rem;
  scale: 1;
  width: 22px;
  width: 1.375rem;
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-contact__btn__icon {
    height: max(2.9333333333vw, 14px);
    width: max(2.9333333333vw, 14px);
  }
}

.p-contact__btn__icon svg {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-contact__btn__txt {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-contact__btn__txt {
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
  }
}

@media (any-hover: hover) {
  .p-contact__btn:hover,
  .p-contact__btn:hover .p-contact__btn__icon {
    scale: 1.025;
  }
}
.p-contact__error {
  color: #e60013;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__error {
    font-size: max(2.6666666667vw, 10px);
    margin-top: 1.3333333333vw;
  }
}

input:focus-visible,
textarea:focus-visible {
  border: 1px solid #5FBEBE;
  outline: none;
}

.p-details {
  background-color: #eafbff;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-inline: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 975px;
  max-width: 60.9375rem;
  padding: 30px 46px 36px 39px;
  padding: 1.875rem 2.875rem 2.25rem 2.4375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-details {
    margin-bottom: 4vw;
    margin-top: 4vw;
    padding: 5.7333333333vw 3.7333333333vw 5.6vw;
  }
}

.p-details.p-details--blue {
  background-color: #eafbff;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-details.p-details--blue {
    margin-bottom: 4vw;
  }
}

.p-details.p-details--pink {
  background-color: #FCF0F0;
}

.p-details.p-details--gray {
  background-color: #F0F0F0;
}

.p-details__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-details__ttl {
    font-size: 3.2vw;
  }
}

.p-details__ttl.p-details__ttl--blue {
  color: #1bbae2;
}

.p-details__ttl.p-details__ttl--pink {
  color: #ffa2aa;
}

.p-details__item + .p-details__item {
  margin-top: 59px;
  margin-top: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-details__item + .p-details__item {
    margin-top: 4.1333333333vw;
  }
}

.p-details__item-ttl {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-details__item-ttl {
    font-size: 2.9333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.p-details__head-wrapper {
  background-color: #fff;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  margin-top: 0.8125rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 60px;
  gap: 3.75rem;
          justify-content: center;
  min-height: 78px;
  min-height: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-details__head-wrapper {
    gap: 9.6vw;
    padding: 2vw 4.2666666667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: unset;
  }
}

.p-details__item-price-wrapper {
  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;
  gap: 87px;
  gap: 5.4375rem;
          justify-content: center;
  margin-left: 168px;
  margin-left: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-details__item-price-wrapper {
    gap: 8.5333333333vw;
    margin-left: 1.0666666667vw;
  }
}

.p-details__item-price {
  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;
  gap: 10px;
  gap: 0.625rem;
          justify-content: center;
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-details__item-price {
    font-size: 2.9333333333vw;
    gap: 1.8666666667vw;
    max-width: 29.8666666667vw;
    width: 100%;
  }
}

.p-details__item-container .p-details__item-price {
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-details__item-container .p-details__item-price {
    gap: 1.8666666667vw;
  }
}

.p-details__item-price-ttl {
  background: #f0f0f0;
  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;
  border-radius: 2.5rem;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
          justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1;
  min-width: 83px;
  min-width: 5.1875rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-details__item-price-ttl {
    border-radius: 3.2vw;
    font-size: 2.9333333333vw;
    max-width: unset;
    min-width: 15.7333333333vw;
    padding: 1.7333333333vw 2vw;
    white-space: nowrap;
    width: 100%;
  }
}

.p-details__item-price-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 90px;
  max-width: 5.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-details__item-price-txt {
    font-size: 2.9333333333vw;
    max-width: 13.2vw;
    white-space: nowrap;
    width: 100%;
  }
}

.p-details__item-container {
  background-color: #fff;
  border-radius: 1.5rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
  padding: 30px 38.5px 38px 39px;
  padding: 1.875rem 2.40625rem 2.375rem 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-details__item-container {
    margin-top: 2.1333333333vw;
    padding: 5.7333333333vw 4.2vw 5.8666666667vw 4.3333333333vw;
  }
}

.p-details__item-wrapper {
  border-bottom: 1px dashed #d1d1d1;
  border-bottom: 0.0625rem dashed #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 812px;
  max-width: 50.75rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-details__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 0.2666666667vw dashed #d1d1d1;
    gap: 4vw;
    padding-bottom: 2.6666666667vw;
  }
}

.p-details__item-wrapper:last-child {
  border-bottom: none;
}

.p-details__item-price-head {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
  max-width: 222px;
  max-width: 13.875rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-details__item-price-head {
    font-size: 2.9333333333vw;
    max-width: none;
  }
}

.p-details__item-wrapper > .p-details__item-price-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-details__item-wrapper + .p-details__item-wrapper {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-details__item-wrapper + .p-details__item-wrapper {
    margin-top: 3.8666666667vw;
  }
}

.p-details__item-wrapper.p-details__item-wrapper--wide {
  gap: 111px;
  gap: 6.9375rem;
}
@media screen and (max-width: 767px) {
  .p-details__item-wrapper.p-details__item-wrapper--wide {
    gap: 4.4vw;
  }
}

.p-details__item-head {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  width: 16.5%;
}
@media screen and (max-width: 767px) {
  .p-details__item-head {
    font-size: 2.9333333333vw;
    width: 100%;
  }
}

.p-details__item-head.p-details__item-head--wide {
  width: 38.1%;
}
@media screen and (max-width: 767px) {
  .p-details__item-head.p-details__item-head--wide {
    width: 100%;
  }
}

.p-details__item-head span {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-details__item-head span {
    font-size: 2.4vw;
  }
}

.p-details__item-content {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  white-space: nowrap;
  width: 55.5%;
}
@media screen and (max-width: 767px) {
  .p-details__item-content {
    font-size: 2.9333333333vw;
    padding-left: 1.2em;
    white-space: normal;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-charge-info__note-ttl {
    max-width: 81.3333333333vw;
    width: 100%;
  }
}

/*会議室料金表*/
@media screen and (max-width: 767px) {
  .p-price.p-price--rental .p-details__item-wrapper {
    border-bottom: 0.2666666667vw dashed #d1d1d1;
  }
}

.p-price.p-price--rental .p-details__item-head.p-details__item-head--wide {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-price.p-price--rental .p-details__item-head.p-details__item-head--wide {
    font-size: 2.9333333333vw;
  }
}

.p-price.p-price--rental .p-price__top-txt {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-left: 47px;
  padding-left: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-price.p-price--rental .p-price__top-txt {
    margin-top: 2.9333333333vw;
    padding-left: 0;
  }
}

.p-price.p-price--rental .p-price__top-txt + .p-price__top-txt {
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-price.p-price--rental .p-price__top-txt + .p-price__top-txt {
    margin-top: 0.2666666667vw;
  }
}

.p-exemption {
  margin-inline: auto;
  max-width: 968px;
  max-width: 60.5rem;
  width: 100%;
}

.p-exemption__txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.875;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-exemption__txt {
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    line-height: 1.4583333333;
    margin-top: 5.3333333333vw;
  }
}

.p-exemption__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-exemption__list {
    margin-top: 8vw;
  }
}

.p-exemption__item {
  border-bottom: 1px dashed #D1D1D1;
  color: #4d4d4d;
  counter-increment: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-exemption__item {
    border-bottom: 0.2666666667vw dashed #D1D1D1;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.4583333333;
    padding-bottom: 2.9333333333vw;
    padding-left: 2.6666666667vw;
  }
}

.p-exemption__item::before {
  content: "(" counter(item) ")";
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-exemption__item::before {
    margin-right: 2.6666666667vw;
  }
}

.p-exemption__item + .p-exemption__item {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-exemption__item + .p-exemption__item {
    margin-top: 2.9333333333vw;
  }
}

.p-exemption__note {
  color: #e60013;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.875;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-exemption__note {
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    line-height: 1.4583333333;
    margin-top: 5.3333333333vw;
  }
}

.p-facilities {
  background-color: #fff;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-facilities {
    padding-bottom: 5.3333333333vw;
    padding-top: 8vw;
  }
}
@media screen and (max-width: 600px) {
  .p-facilities {
    padding-bottom: 13.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-facilities__bg {
    margin-top: 6.6666666667vw;
  }
}

.p-facilities__bg::before {
  background-size: 100% 145.5rem;
  height: 2328px;
  height: 145.5rem;
  top: -7.6388888889vw;
}
@media screen and (max-width: 767px) {
  .p-facilities__bg::before {
    background-size: 100% 709.6vw;
    height: 709.6vw;
    top: 1.7333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .p-facilities__bg::before {
    background-size: 100% 693.3333333333vw;
    height: 706.6666666667vw;
    top: 0;
  }
}

.p-facilities-top-ttl.c-sec-ttl.c-sec-ttl--small {
  position: relative;
  top: -4.6527777778vw;
}
@media screen and (max-width: 767px) {
  .p-facilities-top-ttl.c-sec-ttl.c-sec-ttl--small {
    letter-spacing: 0.06em;
    top: -1.4666666667vw;
  }
}

.p-facilities__top-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.875;
  margin-inline: auto;
  margin-top: -1.4583333333vw;
  max-width: 960px;
  max-width: 60rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-facilities__top-txt {
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
    margin-top: 4.6666666667vw;
  }
}

.p-facilities__img-modal-btn.p-top-facility__img-modal-link {
  border: 1px solid #4d4d4d;
  border: 0.0625rem solid #4d4d4d;
  margin-inline: auto;
  margin-top: 43px;
  margin-top: 2.6875rem;
  max-height: 412px;
  max-height: 25.75rem;
  max-width: 1000px;
  max-width: 62.5rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-facilities__img-modal-btn.p-top-facility__img-modal-link {
    border: 0.1333333333vw solid #4d4d4d;
    border-radius: 4.8vw;
    margin-top: 4vw;
  }
}

.p-facilities__img-modal-btn.p-top-facility__img-modal-link img {
  -o-object-fit: contain;
  aspect-ratio: 1000/420;
  background-color: #fff;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-facilities__img-modal-btn.p-top-facility__img-modal-link img {
    aspect-ratio: 690/412;
  }
}

.p-facility__modal-img img {
  border-radius: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-facility__modal-img img {
    aspect-ratio: 690/412;
    border-radius: 4.8vw;
  }
}

.p-facilities__wrapper {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__wrapper {
    margin-top: 8.6666666667vw;
  }
}

.p-facilities__table {
  display: grid;
  gap: 18px 50px;
  gap: 1.125rem 3.125rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 954px;
  max-width: 59.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-facilities__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.7333333333vw;
  }
}

.p-facilities__cell {
  border-bottom: 1px dashed #f4a5ac;
  border-bottom: 0.0625rem dashed #f4a5ac;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__cell {
    border-bottom: 0.2666666667vw dashed #d1d1d1;
    padding-bottom: 1.6vw;
  }
}

.p-facilities__cell-ttl {
  color: #e60013;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-facilities__cell-ttl {
    font-size: 3.2vw;
    line-height: 1.4583333333;
  }
}

.p-facilities__cell-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-facilities__cell-txt {
    font-size: 3.2vw;
    line-height: 1.4583333333;
    margin-top: 1.0666666667vw;
    white-space: normal;
  }
}

.p-facilities__cell--wide {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .p-facilities__cell--wide {
    grid-column: span 1;
  }
}

.p-facilities__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 148px;
  margin-top: 9.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.3125rem;
     -moz-column-gap: 2.3125rem;
          column-gap: 2.3125rem;
  row-gap: 44px;
  row-gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__img-list {
    gap: 12.2666666667vw;
    margin-top: 13.6vw;
  }
}

.p-facilities__img-item {
  max-width: 460px;
  max-width: 28.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-facilities__img-item {
    max-width: unset;
  }
}

.p-facilities__img-item:nth-child(1) {
  margin-top: -45px;
  margin-top: -2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__img-item:nth-child(1) {
    margin-top: 0;
  }
}

.p-facilities__img-item:nth-child(3) {
  margin-top: -16px;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__img-item:nth-child(3) {
    margin-top: 0;
  }
}

.p-facilities__img-box {
  position: relative;
}

.p-facilities__img-wrapper {
  width: 100%;
}

.p-facilities__img-wrapper img {
  border-radius: 2.5rem;
  -o-object-fit: contain;
  aspect-ratio: 460/280;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-facilities__img-wrapper img {
    aspect-ratio: 690/428;
  }
}

.p-facilities__txt-wrapper {
  left: 0;
  position: absolute;
  top: 0;
}

.p-facilities__img-item:nth-child(1) .p-facilities__txt-wrapper {
  left: -30px;
  left: -1.875rem;
  top: -51px;
  top: -3.1875rem;
  width: 166px;
  width: 10.375rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__img-item:nth-child(1) .p-facilities__txt-wrapper {
    left: -4vw;
    top: -13.4666666667vw;
    width: 43.7333333333vw;
  }
}

.p-facilities__img-item:nth-child(2) .p-facilities__txt-wrapper {
  left: -30px;
  left: -1.875rem;
  top: -32px;
  top: -2rem;
  width: 166px;
  width: 10.375rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__img-item:nth-child(2) .p-facilities__txt-wrapper {
    left: -4vw;
    top: -13.3333333333vw;
    width: 43.7333333333vw;
  }
}

.p-facilities__img-item:nth-child(3) .p-facilities__txt-wrapper {
  left: -31px;
  left: -1.9375rem;
  top: -28px;
  top: -1.75rem;
  width: 240px;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__img-item:nth-child(3) .p-facilities__txt-wrapper {
    left: -4vw;
    top: -14vw;
    width: 43.7333333333vw;
  }
}

.p-facilities__img-item:nth-child(4) .p-facilities__txt-wrapper {
  left: -31px;
  left: -1.9375rem;
  top: -22px;
  top: -1.375rem;
  width: 197px;
  width: 12.3125rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__img-item:nth-child(4) .p-facilities__txt-wrapper {
    left: -4vw;
    top: -14vw;
    width: 43.7333333333vw;
  }
}

.p-facilities__img-ttl {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 2.25;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__img-ttl {
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
    margin-top: 1.7333333333vw;
    position: relative;
    z-index: 1;
  }
}

.p-facilities__bottom-wrapper {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 956px;
  max-width: 59.75rem;
  padding: 34px;
  padding: 2.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-facilities__bottom-wrapper {
    margin-top: 10.5333333333vw;
    padding: 8vw 6vw 5.4666666667vw;
  }
}

.p-facilities__bottom-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.09em;
  line-height: 1.875;
  margin-inline: auto;
  max-width: 818px;
  max-width: 51.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-facilities__bottom-txt {
    font-size: 3.4666666667vw;
    line-height: 2.1538461538;
    max-width: 82.6666666667vw;
  }
}

.p-facilities__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 956px;
  max-width: 59.75rem;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-facilities__btn-wrapper {
    margin-top: 12vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-facilities__btn {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  max-width: 340px;
  max-width: 21.25rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__btn {
    border-radius: 6.6666666667vw;
    font-size: 3.2vw;
    letter-spacing: 0.04em;
    max-width: 80vw;
    min-height: 13.3333333333vw;
    padding-left: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-facilities__btn::after {
    height: 4.5333333333vw;
    right: 3.7333333333vw;
    width: 4.5333333333vw;
  }
}

.p-footer {
  margin-top: -1px;
  margin-top: -0.0625rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer {
    margin-top: -0.1333333333vw;
  }
}

.p-footer__container {
  background-color: #fff;
  margin-bottom: 333px;
  margin-bottom: 20.8125rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-footer__container {
    margin-bottom: 48.5333333333vw;
  }
}

.p-footer__bg {
  bottom: 0;
  height: 409px;
  height: 25.5625rem;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: -1;
}
@media (min-width: 1441px) {
  .p-footer__bg {
    height: 28.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__bg {
    bottom: 12.8vw;
    height: 56.4vw;
  }
}

.p-footer__bg::before {
  background-color: rgba(0, 0, 0, .5);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-backdrop-filter: blur(0.00390625px);
          backdrop-filter: blur(0.00390625px);
  left: 0;
  top: 0;
  z-index: 1;
}

.p-footer__container::after {
  background-image: url(../img/bg_wave.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -7.1527777778vw;
  content: "";
  height: 8.0555555556vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__container::after {
    background-image: url(../img/bg_wave-sp.png);
    bottom: -13.6vw;
    height: 14.9333333333vw;
  }
}

.p-footer__bg-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 109px;
  gap: 6.8125rem;
  margin-inline: auto;
  max-width: 1005px;
  max-width: 62.8125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-inline: 25px;
  padding-inline: 1.5625rem;
  padding-top: 56px;
  padding-top: 3.5rem;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .p-footer__inner {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.9333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 6.6666666667vw;
    padding-right: 4vw;
    padding-top: 19.7333333333vw;
  }
}

.p-footer__info {
  max-width: 390px;
  max-width: 24.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    margin-inline: auto;
    max-width: 76vw;
  }
}

.p-footer__info-wrapper {
  padding-left: 43px;
  padding-left: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__info-wrapper {
    padding-left: 1.6vw;
  }
}

.p-footer__logo {
  display: block;
  max-width: 379px;
  max-width: 23.6875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 76vw;
  }
}

.p-footer__logo img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__info-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__info-txt {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
  }
}

.p-footer__info-tel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__info-tel-wrapper {
    gap: 3.6666666667vw;
    margin-top: 4.2666666667vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-footer__icon-tel {
  height: 21px;
  height: 1.3125rem;
  width: 21px;
  width: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__icon-tel {
    height: 5.2vw;
    width: 5.2vw;
  }
}

.p-footer__icon-tel img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__info-tel {
  color: #e60013;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-footer__info-tel {
    font-size: 4.6666666667vw;
    line-height: 1.4571428571;
    pointer-events: auto;
  }
}

.p-footer__info-fax {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__info-fax {
    font-size: 3.2vw;
    letter-spacing: 0.14em;
    margin-top: 4.9333333333vw;
  }
}

.p-footer__info-mail {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer__info-mail {
    font-size: 3.2vw;
    margin-top: 2.2666666667vw;
  }
}

.p-footer__map-btn {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  margin-inline: auto;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__map-btn {
    font-size: 2.6666666667vw;
    letter-spacing: 0.04em;
    margin-top: 8.6666666667vw;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
  gap: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    gap: 11.3333333333vw;
            justify-content: space-between;
  }
}

.p-footer__nav-list {
  max-width: 145px;
  max-width: 9.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list {
    max-width: 33.3333333333vw;
  }
}

.p-footer__nav-item {
  padding: 11px 0;
  padding: 0.6875rem 0;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item {
    padding: 4.4vw 0;
  }
}

.p-footer__nav-item:first-child {
  padding-top: 0;
}
.p-footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link {
    font-size: 3.4666666667vw;
  }
}

.p-footer__nav-link--about {
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link--about {
    gap: 2.9333333333vw;
  }
}

.p-footer__nav-link--facility {
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link--facility {
    gap: 4.1333333333vw;
  }
}

.p-footer__nav-link--facility span {
  white-space: nowrap;
}

.p-footer__nav-link--charge {
  gap: 14px;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link--charge {
    gap: 3.8666666667vw;
  }
}

.p-footer__nav-link--application {
  gap: 18.2px;
  gap: 1.1375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link--application {
    gap: 4.8vw;
  }
}

.p-footer__nav-link--access {
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link--access {
    gap: 4.4vw;
  }
}

.p-footer__nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__nav-icon svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .p-footer__nav-link:hover {
    color: #e60013;
  }
  .p-footer__nav-link:hover svg path {
    fill: #FFA2AA;
  }
}
.p-footer__nav-link--about svg {
  height: 14.92px;
  height: 0.9325rem;
  width: 21.66px;
  width: 1.35375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link--about svg {
    height: 4.392vw;
    width: 6.376vw;
  }
}

.p-footer__nav-link--facility svg {
  height: 12.59px;
  height: 0.786875rem;
  width: 18.97px;
  width: 1.185625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link--facility svg {
    height: 3.4933333333vw;
    width: 5.264vw;
  }
}

.p-footer__nav-link--charge svg {
  height: 19.51px;
  height: 1.219375rem;
  width: 18.97px;
  width: 1.185625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link--charge svg {
    height: 5.4146666667vw;
    width: 5.264vw;
  }
}

.p-footer__nav-link--application svg {
  height: 14.28px;
  height: 0.8925rem;
  width: 12.24px;
  width: 0.765rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link--application svg {
    height: 5.3386666667vw;
    width: 4.576vw;
  }
}

.p-footer__nav-link--access svg {
  height: 21.2px;
  height: 1.325rem;
  width: 16.02px;
  width: 1.00125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link--access svg {
    height: 5.8826666667vw;
    width: 4.4453333333vw;
  }
}

.p-footer__nav-sub-list {
  padding-left: 52px;
  padding-left: 3.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-sub-list {
    padding-left: 14.6666666667vw;
  }
}

.p-footer__nav-sub-list::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  left: 34px;
  left: 2.125rem;
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-footer__nav-sub-list::before {
    left: 10vw;
    top: 55%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item:nth-child(3) {
    padding-top: 1.0666666667vw;
  }
}

.p-footer__nav-item:nth-child(2) .p-footer__nav-sub-list::before {
  border-left: 1px dashed #d1d1d1;
  border-left: 0.0625rem dashed #d1d1d1;
  display: block;
  height: 89.95px;
  height: 5.621875rem;
  top: 55%;
  width: 2px;
  width: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item:nth-child(2) .p-footer__nav-sub-list::before {
    border-left: 0.2666666667vw dashed #d1d1d1;
    height: 26.6vw;
    top: 55%;
    width: 0.2666666667vw;
  }
}

.p-footer__nav-item:nth-child(3) .p-footer__nav-sub-list::before {
  border-left: 1px dashed #d1d1d1;
  border-left: 0.0625rem dashed #d1d1d1;
  display: block;
  height: 39.7px;
  height: 2.48125rem;
  top: 55%;
  width: 2px;
  width: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item:nth-child(3) .p-footer__nav-sub-list::before {
    border-left: 0.2666666667vw dashed #d1d1d1;
    height: 11.1986666667vw;
    top: 88%;
  }
}

.p-footer__nav-item:nth-child(3) .p-footer__nav-sub-item:last-child .p-footer__nav-sub-link {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item:nth-child(3) .p-footer__nav-sub-item:last-child .p-footer__nav-sub-link {
    padding-bottom: 0;
    padding-top: 10.1333333333vw;
  }
}

.p-footer__nav-sub-item:first-child .p-footer__nav-sub-link {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-sub-item:first-child .p-footer__nav-sub-link {
    padding-top: 6.2666666667vw;
  }
}

.p-footer__nav-sub-item:last-child .p-footer__nav-sub-link {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.p-footer__nav-sub-link {
  color: #4d4d4d;
  display: block;
  font-size: max(14px, 9px);
  font-size: max(0.875rem, 9px);
  font-weight: 700;
  padding: 10px 0;
  padding: 0.625rem 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-sub-link {
    font-size: 2.9333333333vw;
    padding: 3.7333333333vw 0;
  }
}

@media (any-hover: hover) {
  .p-footer__nav-sub-link:hover {
    color: #e60013;
  }
}
.p-footer__nav-btn-wrapper {
  max-width: 216px;
  max-width: 13.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-btn-wrapper {
    max-width: 44.6666666667vw;
  }
}

.p-footer__nav-btn {
  display: block;
}

.p-footer__nav-btn {
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  min-height: 3.5rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
          justify-content: center;
  padding: 0 18px;
  padding: 0 1.125rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-btn {
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    min-height: 11.7333333333vw;
  }
}

.p-footer__nav-btn--availability {
  border: 1px solid #151515;
  border: 0.0625rem solid #151515;
  color: #4d4d4d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .p-footer__nav-btn--availability {
    padding-left: 0.625rem;
  }
}

.p-footer__nav-btn--contact {
  background-color: #e60013;
  color: #fff;
  margin-top: 20px;
  margin-top: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-btn--contact {
    margin-top: 4.6666666667vw;
  }
}

.p-footer__nav-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer__nav-btn--availability svg {
  height: 15.34px;
  height: 0.95875rem;
  width: 13.42px;
  width: 0.83875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-btn--availability svg {
    height: 3.2186666667vw;
    width: 2.816vw;
  }
}

.p-footer__nav-btn--availability svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-footer__nav-btn--contact svg {
  height: 19.95px;
  height: 1.246875rem;
  width: 16.95px;
  width: 1.059375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-btn--contact svg {
    height: 3.5146666667vw;
    width: 3.512vw;
  }
}

.p-footer__nav-btn-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7.6px;
  margin-left: 0.475rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-btn-ttl {
    -ms-flex-wrap: wrap;
    display: block;
        flex-wrap: wrap;
    margin-left: 1.3333333333vw;
  }
}

.p-footer__nav-btn--contact .p-footer__nav-btn-ttl {
  margin-left: 9px;
  margin-left: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-btn--contact .p-footer__nav-btn-ttl {
    margin-left: 1.8666666667vw;
  }
}

.p-footer__nav-btn--bnr {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-btn--bnr {
    display: block;
    margin-top: 4.6666666667vw;
  }
}

.p-footer__nav-btn--bnr img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__nav-btn-sub {
  font-size: max(10px, 8px);
  font-size: max(0.625rem, 8px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-btn-sub {
    font-size: 2.1333333333vw;
  }
}

@media (any-hover: hover) {
  .p-footer__nav-btn:hover {
    scale: 1.025;
  }
  .p-footer__nav-btn--availability:hover {
    color: #e60013;
    scale: 1;
  }
  .p-footer__nav-btn--availability:hover svg path {
    fill: #FFA2AA;
  }
  .p-footer__nav-btn--contact:hover {
    background-color: #ff5362;
    scale: 1;
  }
}
.p-footer__nav-center-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 39px;
  gap: 2.4375rem;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-center-wrapper {
    margin-top: 4.6666666667vw;
  }
}

.p-footer__nav-center-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d4d4d;
  gap: 8.8px;
  gap: 0.55rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-center-link {
    gap: 2.4vw;
  }
}

@media (any-hover: hover) {
  .p-footer__nav-center-link:hover {
    color: #e60013;
  }
  .p-footer__nav-center-link:hover svg path {
    fill: #FFA2AA;
  }
  .p-footer__nav-center-link:hover svg rect {
    fill: #fff;
  }
}
.p-footer__nav-center-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20.15px;
  width: 1.259375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-center-icon {
    width: max(3.8066666667vw, 15px);
  }
}

.p-footer__nav-center-icon svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__nav-center-icon svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-footer__nav-center-ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-center-ttl {
    font-size: 2.4vw;
  }
}

.p-footer__nav-bottom-link {
  color: #959595;
  display: block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 28px;
  margin-top: 1.75rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-bottom-link {
    font-size: 2.4vw;
    margin-top: 4.6666666667vw;
  }
}

.p-footer__nav-bottom-link + .p-footer__nav-bottom-link {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media (any-hover: hover) {
  .p-footer__nav-bottom-link:hover {
    color: #e60013;
  }
}
.p-footer__copyright {
  color: #fff;
  display: block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4166666667;
  margin-inline: auto;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 2.6666666667vw;
    padding-bottom: 14.9333333333vw;
  }
}

.p-footer__fix-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-footer__fix-wrapper {
    bottom: -12.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: fixed;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    margin-bottom: 12.8vw;
    z-index: 100;
  }
}

.p-footer__fix-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.2666666667vw solid #151515;
  min-height: 12.8vw;
  width: 50%;
}

.p-footer__fix-btn--availability {
  border-right: none;
  color: #4d4d4d;
  font-size: 3.4666666667vw;
  font-weight: 700;
  gap: 2.5333333333vw;
  padding: 2vw 1.3333333333vw 2vw 4.5333333333vw;
}

.p-footer__fix-btn--availability svg {
  height: 3.1213333333vw;
  width: 2.732vw;
}

.p-footer__fix-btn-icon svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__sp-btn-sub {
  font-size: 2.5333333333vw;
  font-weight: 400;
}

.p-footer__fix-btn--contact {
  background-color: #e60013;
  color: #fff;
  font-size: 4.5333333333vw;
  gap: 2.5333333333vw;
  letter-spacing: 0.06em;
  padding: 2vw 1.3333333333vw 2vw 6.3466666667vw;
}

.p-footer__fix-btn--contact svg {
  height: 4.9853333333vw;
  width: 4.9826666667vw;
}

@media screen and (max-width: 767px) {
  .p-footer__fix-btn-sub {
    font-size: 2.5333333333vw;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__fix-btn {
    font-size: 3.4666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__fix-btn--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.5333333333vw;
    font-weight: 900;
    gap: 2.5333333333vw;
    letter-spacing: 0.06em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__fix-btn--contact .p-footer__fix-btn-icon svg {
    height: 4.9853333333vw;
    margin-top: 1.6vw;
    width: 4.9826666667vw;
  }
}

.p-header {
  background-color: #fff;
  height: 104px;
  height: 6.5rem;
  -webkit-transition: height 0.4s ease-in-out 0.1s;
  transition: height 0.4s ease-in-out 0.1s;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 12.5333333333vw;
  }
}

.p-header.is-scrolled {
  height: 64px;
  height: 4rem;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding: 0 0 0 39px;
  padding: 0 0 0 2.4375rem;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 4vw;
    padding-right: 0;
  }
}

.p-header__logo {
  height: inherit;
  margin-right: 20px;
  margin-right: 1.25rem;
  max-width: 210px;
  max-width: 13.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 41.7333333333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0;
  }
}

.p-header__logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo img {
  height: 21px;
  height: 1.3125rem;
  max-width: 210px;
  max-width: 13.125rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    height: 1.9375rem;
    max-width: 41.7333333333vw;
  }
}

.p-header__nav-wrapper {
  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;
  height: inherit;
          justify-content: flex-end;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.p-header__nav {
  display: block;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  gap: 2.375rem;
  height: inherit;
}
@media (max-width: 1330px) {
  .p-header__nav-items {
    gap: 1.5rem;
  }
}
@media (max-width: 1080px) {
  .p-header__nav-items {
    gap: 1rem;
  }
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #151515;
  cursor: pointer;
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  font-weight: 700;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__nav-item-link--about {
  gap: 12px;
  gap: 0.75rem;
}
@media (max-width: 1024px) {
  .p-header__nav-item-link--about {
    gap: 0.625rem;
  }
}

.p-header__nav-item-link--facility {
  gap: 15px;
  gap: 0.9375rem;
}
@media (max-width: 1024px) {
  .p-header__nav-item-link--facility {
    gap: 0.625rem;
  }
}

.p-header__nav-item-link--charge {
  gap: 14px;
  gap: 0.875rem;
}
@media (max-width: 1024px) {
  .p-header__nav-item-link--charge {
    gap: 0.625rem;
  }
}

.p-header__nav-item-link--application {
  gap: 11px;
  gap: 0.6875rem;
}
@media (max-width: 1024px) {
  .p-header__nav-item-link--application {
    gap: 0.625rem;
  }
}

.p-header__nav-item-link--access {
  gap: 14px;
  gap: 0.875rem;
}
@media (max-width: 1024px) {
  .p-header__nav-item-link--access {
    gap: 0.625rem;
  }
}

.p-header__nav-item-icon svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav-item-link--about svg {
  height: 14px;
  height: 0.875rem;
  width: 21px;
  width: 1.3125rem;
}

.p-header__nav-item-link--facility svg {
  height: 12px;
  height: 0.75rem;
  width: 18px;
  width: 1.125rem;
}

.p-header__nav-item-link--charge svg {
  height: 19px;
  height: 1.1875rem;
  width: 18px;
  width: 1.125rem;
}

.p-header__nav-item-link--application svg {
  height: 13px;
  height: 0.8125rem;
  width: 11px;
  width: 0.6875rem;
}

.p-header__nav-item-link--access svg {
  height: 21px;
  height: 1.3125rem;
  width: 16px;
  width: 1rem;
}

.p-header__nav-item-icon svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .p-header__nav-item-link:hover {
    color: #e60013;
  }
  .p-header__nav-item-link:hover .p-header__nav-item-icon path {
    fill: #FFA2AA;
  }
}
.p-header__nav-right {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav-right {
    display: none;
  }
}

.p-header__nav-right-items {
  width: 257px;
  width: 16.0625rem;
}

.p-header__nav-right-item:first-child {
  background-color: #fff;
  border-left: 1px solid #151515;
  border-left: 0.0625rem solid #151515;
  border-right: 1px solid #151515;
  border-right: 0.0625rem solid #151515;
  color: #4D4D4D;
  font-size: max(18px, 12px);
  font-size: max(1.125rem, 12px);
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header__nav-right-item-sub {
  color: #4D4D4D;
  font-size: max(10px, 7px);
  font-size: max(0.625rem, 7px);
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header__nav-right-item:first-child .p-header__nav-right-item-icon path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .p-header__nav-right-item:first-child:hover {
    color: #e60013;
  }
  .p-header__nav-right-item:first-child:hover .p-header__nav-right-item-sub {
    color: #e60013;
  }
  .p-header__nav-right-item:first-child:hover .p-header__nav-right-item-icon path {
    fill: #FFA2AA;
  }
}
.p-header__nav-right-item:nth-child(2) {
  background-color: #e60013;
  border: 1px solid #151515;
  border: 0.0625rem solid #151515;
  border-radius: 0px 0px 0px 20px;
  color: #fff;
  font-size: max(18px, 12px);
  font-size: max(1.125rem, 12px);
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .p-header__nav-right-item:nth-child(2):hover {
    background-color: #ff5362;
  }
}
.p-header__nav-right-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.5px;
  gap: 0.59375rem;
  min-height: 64px;
  min-height: 4rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40.5px;
  padding-left: 2.53125rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media (max-width: 1024px) {
  .p-header__nav-right-item-link {
    padding-left: 1.5625rem;
  }
}

.p-header__nav-right-item-icon svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header__nav-right-item:nth-child(2) .p-header__nav-right-item-icon {
  height: 18.21px;
  height: 1.138125rem;
  width: 15.94px;
  width: 0.99625rem;
}

.p-header__nav-right-item:first-child .p-header__nav-right-item-icon {
  height: 19.11px;
  height: 1.194375rem;
  width: 19.09px;
  width: 1.193125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-header__nav-right-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  white-space: nowrap;
}

/* spここから */
.p-header__hamburger {
  background: #e60013;
  border: none;
  cursor: pointer;
  display: none;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  width: 14.9333333333vw;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: block;
  }
}

.p-header__hamburger.is-open {
  background-color: #e60013;
}

.p-header__hamburger span {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  background: #fff;
  display: block;
  height: 0.5333333333vw;
          transform: translateX(-50%);
  width: 7.6vw;
  -webkit-transition: 0.3s;
  border-radius: 0.2666666667vw;
  transition: 0.3s;
}

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

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

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

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

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

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

.p-header__sp {
  background-color: #fff;
  bottom: 0;
  display: none;
  min-height: 100vh;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 12.5333333333vw;
  width: 100%;
  z-index: 900;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-header__sp::-webkit-scrollbar {
  display: none;
}

.p-header__sp-nav {
  border-top: 1px solid #d1d1d1;
  border-top: 0.0625rem solid #d1d1d1;
  padding: 0 0.9333333333vw;
}

.p-header__sp-items {
  padding-bottom: 5.3333333333vw;
}

.p-header__sp-item-link {
  color: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.2666666667vw;
  font-weight: 700;
  padding: 3.8666666667vw 0 3.8666666667vw 4.6666666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-header__sp-item-link:after {
  background-image: url(../img/icon/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 2.2666666667vw;
  position: absolute;
  right: 4.9333333333vw;
  top: 54%;
  width: 2.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__sp-item-link--about {
  gap: 4.2666666667vw;
}

.p-header__sp-item-link--facility {
  gap: 4.6266666667vw;
}

.p-header__sp-item-link--charge {
  gap: 4.6266666667vw;
}

.p-header__sp-item-link--application {
  gap: 5.6vw;
}

.p-header__sp-item-link--access {
  gap: 5.0133333333vw;
}

.p-header__sp-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__sp-item-icon svg {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__sp-item-link--about svg {
  height: 4.0173333333vw;
  width: 5.832vw;
}

.p-header__sp-item-link--facility svg {
  height: 3.3893333333vw;
  width: 5.108vw;
}

.p-header__sp-item-link--charge svg {
  height: 5.2546666667vw;
  width: 5.108vw;
}

.p-header__sp-item-link--application svg {
  height: 3.7306666667vw;
  width: 3.1986666667vw;
}

.p-header__sp-item-link--access svg {
  height: 5.708vw;
  width: 4.3133333333vw;
}

.p-header__sp-lists {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 6px;
  padding-top: 0.375rem;
}

.p-header__sp-sub-items {
  margin-left: auto;
  max-width: 83.3333333333vw;
}

.p-header__sp-sub-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #D1D1D1;
  border-bottom: 0.0625rem dashed #D1D1D1;
  color: #4d4d4d;
  font-size: 3.7333333333vw;
  font-weight: 700;
  gap: 4vw;
  line-height: 1.4285714286;
  padding: 2.8vw 0;
}

.p-header__sp-sub-item-link::before {
  background-image: url(../img/icon/icon_arrow-gy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 2.2666666667vw;
  margin-left: 3.0666666667vw;
  width: 2.6666666667vw;
}

.p-header__sp-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4vw;
  padding: 0 2.9333333333vw;
}

.p-header__sp-btn-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.p-header__sp-btn-link {
  border-radius: 1.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 44.8vw;
  min-height: 13.0666666667vw;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  font-size: 3.2vw;
  font-weight: 700;
          justify-content: center;
  padding: 0 1.3333333333vw;
}

.p-header__sp-btn-link--availability {
  border: 0.2666666667vw solid #151515;
  color: #4d4d4d;
}

.p-header__sp-btn-link--contact {
  background-color: #e60013;
  color: #fff;
}

.p-header__sp-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__sp-btn-icon svg {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__sp-btn-link--availability .p-header__sp-btn-icon svg {
  height: 3.2vw;
  width: 2.8vw;
}

.p-header__sp-btn-link--contact .p-header__sp-btn-icon svg {
  height: 3.4666666667vw;
  width: 3.4666666667vw;
}

.p-header__sp-btn-link--availability .p-header__sp-btn-ttl {
  margin-left: 1.3333333333vw;
}

.p-header__sp-btn-link--contact .p-header__sp-btn-ttl {
  margin-left: 1.8666666667vw;
}

.p-header__sp-btn-sub {
  font-size: 2.1333333333vw;
  font-weight: 400;
}

.p-header__sp-btn-right {
  width: 50%;
}

.p-header__sp-right-btn {
  border-radius: 1.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 44.8vw;
  min-height: 28.5333333333vw;
  width: 100%;
  -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;
}

.p-header__sp-bottom-link {
  color: #959595;
  display: block;
  font-size: max(2.4vw, 10px);
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 5.6vw;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-header__sp-img-wrapper {
  padding-bottom: 22vw;
}
@media screen and (max-width: 430px) {
  .p-header__sp-img-wrapper {
    padding-bottom: 37.3333333333vw;
  }
}

.p-layout {
  background-color: #fff;
  padding-top: 39px;
  padding-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-layout {
    padding-top: 21.2vw;
  }
}

@media screen and (max-width: 767px) {
  .p-layout__ttl.c-sec-ttl.c-sec-ttl--small {
    letter-spacing: 0.06em;
  }
}

.p-layout__img-list {
  border: 1px solid #4d4d4d;
  border-radius: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  gap: 1.5rem;
  padding: 46px 12px;
  padding: 2.875rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-layout__img-list {
    border: none;
    display: grid;
    gap: 3.3333333333vw 4vw;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8.4vw;
    padding: 0;
  }
}

.p-layout__img-item {
  max-width: 220px;
  max-width: 13.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-layout__img-item {
    border: 0.1333333333vw solid #151515;
    border-radius: 4.8vw;
    max-width: 44vw;
    padding-bottom: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-layout__img-btn {
    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;
    margin-inline: auto;
    padding: 6.6666666667vw 5.3333333333vw 1.3333333333vw;
    padding-top: 6.6666666667vw;
    width: 14.6875rem;
  }
}
@media screen and (max-width: 600px) {
  .p-layout__img-btn {
    padding: 1.5625rem 0.9375rem;
  }
}

.p-layout__img-btn {
  display: block;
  position: relative;
  width: 100%;
}

.p-layout__img-btn img {
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-layout__img-btn img {
    width: 100%;
    -o-object-fit: contain;
    aspect-ratio: 235/321;
    height: 42.8vw;
       object-fit: contain;
  }
}

.p-layout__btn-icon {
  bottom: 0;
  height: 18px;
  height: 1.125rem;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  width: 18px;
  width: 1.125rem;
  -webkit-transition: scale 0.2s linear;
  transition: scale 0.2s linear;
}
@media screen and (max-width: 767px) {
  .p-layout__btn-icon {
    display: none;
  }
}

@media (any-hover: hover) {
  .p-layout__img-btn:hover .p-layout__btn-icon {
    scale: 1.2;
  }
}
.p-layout__pdf-link {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  margin-inline: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-layout__pdf-link {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    max-width: 37.3333333333vw;
    min-height: 6.6666666667vw;
  }
}

.p-layout__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-inline: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 960px;
  max-width: 60rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-layout__btn-wrapper {
    margin-top: 9.0666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-layout__bottom-btn {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  max-width: 340px;
  max-width: 21.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-layout__bottom-btn {
    border-radius: 6.6666666667vw;
    font-size: 3.2vw;
    max-width: 80vw;
    min-height: 13.3333333333vw;
    padding-left: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-layout__bottom-btn::after {
    height: 4.5333333333vw;
    right: 3.7333333333vw;
    width: 4.5333333333vw;
  }
}

/* modal */
.p-layout__modal {
  margin-inline: auto;
  max-width: 550px;
  padding: 10px 0;
  padding: 0.625rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-layout__modal {
    max-height: 100vh;
  }
}

.p-layout__modal-container {
  margin-inline: auto;
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-layout__modal-container {
    max-height: 100vh;
  }
}

.p-layout__modal-btn-wrapper {
  top: -50px;
  top: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-layout__modal-btn-wrapper {
    top: -6.6666666667vw;
  }
}

.p-layout__modal-img {
  margin-inline: auto;
  max-width: 500px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-layout__modal-img {
    max-width: 90%;
  }
}

.p-layout__modal-img img {
  aspect-ratio: 176/250;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-modal {
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.5s;
  transition: opacity 0.1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.1s;
  transition: transform 0.5s, opacity 0.1s, -webkit-transform 0.5s;
}

.p-modal__container {
  margin: 0 auto;
  position: relative;
}

.p-modal__btn-wrapper {
  position: absolute;
  right: 48px;
  right: 3rem;
  top: -12px;
  top: -0.75rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-modal__btn-wrapper {
    right: 6.4vw;
    top: -2.5%;
    z-index: 1000;
  }
}

.p-modal__closed-btn {
  max-width: 56px;
  max-width: 3.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modal__closed-btn {
    max-width: 10.6666666667vw;
  }
}

.js-overlay {
  background-color: rgba(0, 0, 0, .9);
  display: none;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.js-overlay.l-overlay--news {
  background-color: rgba(0, 0, 0, .7);
  display: none;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.p-more-info {
  background-color: #fff;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
  padding-top: 21px;
  padding-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-more-info {
    padding-bottom: 2.2666666667vw;
    padding-top: 10.6666666667vw;
  }
}

.p-more-info__ttl {
  letter-spacing: 0.01em;
}

.p-more-info__ttl::after {
  letter-spacing: 0.1em;
  margin-top: -3px;
  margin-top: -0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-more-info__ttl::after {
    letter-spacing: normal;
    margin-top: -0.4vw;
  }
}

.p-more-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-top: 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-more-info__list {
    gap: 6.8vw;
    margin-top: 11.3333333333vw;
  }
}

.p-more-info__item {
  max-width: 520px;
  max-width: 32.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-more-info__item {
    max-width: unset;
  }
}

.p-more-info__item:last-child {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-more-info__item:last-child {
    margin-top: 0;
  }
}

.p-more-info__img {
  border-radius: 1.375rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-more-info__img {
    border-radius: 2.6666666667vw;
  }
}

.p-more-info__img::before {
  background-image: url(../img/icon/icon_arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1px;
  bottom: -0.0625rem;
  content: "";
  display: block;
  height: 41px;
  height: 2.5625rem;
  position: absolute;
  right: -1px;
  right: -0.0625rem;
  width: 41px;
  width: 2.5625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-more-info__img::before {
    bottom: -0.2666666667vw;
    height: 9.4666666667vw;
    right: -0.2666666667vw;
    width: 8.9333333333vw;
  }
}

.p-more-info__img img {
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 520/208;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-more-info__img img {
    aspect-ratio: 690/208;
  }
}

.p-more-info__item-ttl {
  font-size: max(26px, 10px);
  font-size: max(1.625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4230769231;
  margin-top: 11px;
  margin-top: 0.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-more-info__item-ttl {
    font-size: 3.4666666667vw;
    line-height: 1.4230769231;
    margin-top: 1.0666666667vw;
  }
}

.p-naming {
  background-color: #fff;
  margin-top: -1px;
  margin-top: -0.0625rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-naming {
    padding-bottom: 4.4vw;
    padding-top: 6.4vw;
  }
}

.p-naming__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-top: 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D8D8D8;
  border-radius: 1.25rem;
  gap: 129px;
  gap: 8.0625rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  padding: 45px 67px 45px 47px;
  padding: 2.8125rem 4.1875rem 2.8125rem 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-naming__wrapper {
    margin-top: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11.4666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    border-radius: 2.6666666667vw;
            justify-content: center;
    padding: 13.6vw 9.3333333333vw 12.6666666667vw 9.3333333333vw;
  }
}

.p-naming__img {
  max-width: 467px;
  max-width: 29.1875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-naming__img {
    max-width: 73.3333333333vw;
  }
}

.p-naming__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-naming__txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.09em;
  line-height: 2.25;
  max-width: 389px;
  max-width: 24.3125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-naming__txt {
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
    max-width: 73.4666666667vw;
  }
}

.p-news {
  background-color: #fff;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 8.5333333333vw;
  }
}

.p-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 103px;
  gap: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.6vw;
  }
}

.p-news__box {
  border: 1px solid #151515;
  border-radius: 1.875rem;
  margin-top: -6px;
  margin-top: -0.375rem;
  max-width: 860px;
  max-width: 53.75rem;
  padding: 42px 71px 60.8px 72.8px;
  padding: 2.625rem 4.4375rem 3.8rem 4.55rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news__box {
    margin-top: 0;
    padding: 7.8666666667vw 4.8533333333vw 9.64vw 4.84vw;
  }
}

.p-news__list {
  max-width: 715px;
  max-width: 44.6875rem;
  width: 100%;
}

.p-news__item {
  border-bottom: 1px dashed #D1D1D1;
  position: relative;
}

.p-news__item::after {
  background-image: url(../img/icon/icon_arrow-bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 9.82px;
  height: 0.61375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  position: absolute;
  right: 34px;
  right: 2.125rem;
  top: 50%;
  width: 12px;
  width: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-news__item::after {
    height: 1.7426666667vw;
    margin-left: 1.3333333333vw;
    right: 1.6vw;
    top: 60%;
    width: 2.1293333333vw;
  }
}

.p-news__item.p-news__item--note {
  border-bottom: 1px dashed #f4a5ac;
}
@media screen and (max-width: 767px) {
  .p-news__item.p-news__item--note {
    border-bottom: 0.2666666667vw dashed #f4a5ac;
  }
}

.p-news__item.p-news__item--note::after {
  background-image: url(../img/icon/icon_arrow.svg);
}

.p-news__item-link {
  display: block;
  padding-top: 15.5px;
  padding-top: 0.96875rem;
  -webkit-transition: all 0.3s ease-in-out;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-news__item-link {
    max-width: 73.6vw;
    padding-bottom: 3.4533333333vw;
    padding-top: 2.6666666667vw;
  }
}

.p-news__item.p-news__item--note .p-news__item-link {
  color: #e60013;
}

.p-news__item-tag-wrapper {
  max-width: max(102px, 80px);
  max-width: max(6.375rem, 80px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news__item-tag-wrapper {
    max-width: max(18.1333333333vw, 80px);
  }
}

.p-news__item-tag {
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 102px;
  min-width: 6.375rem;
  padding: max(7px, 5px) 5px;
  padding: max(0.4375rem, 5px) 0.3125rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  background-color: #4d4d4d;
  color: #fff;
  font-size: max(12px, 9px);
  font-size: max(0.75rem, 9px);
  gap: 6px;
  gap: 0.375rem;
          justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-news__item-tag {
    font-size: max(2.4vw, 9px);
    letter-spacing: -0.04em;
    min-width: unset;
  }
}

.p-news__item-tag.p-news__item-tag--red {
  background-color: #e60013;
}

.p-news__item-ttl {
  color: #151515;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 2px;
  margin-top: 0.125rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-news__item-ttl {
    font-size: max(2.9333333333vw, 10px);
    letter-spacing: 0.04em;
    margin-top: 0.8vw;
    text-align: left;
  }
}

.p-news__item-new {
  color: #5fbebe;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-news__item-new {
    font-size: max(2.9333333333vw, 10px);
    margin-left: 2vw;
    margin-top: 0.8vw;
  }
}

/* modal */
.p-news__modal {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 2.5rem;
  max-width: 860px;
  max-width: 53.75rem;
  padding: 42px 71px 39px 72.8px;
  padding: 2.625rem 4.4375rem 2.4375rem 4.55rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news__modal {
    max-width: 92vw;
    padding: 7.8666666667vw 4.8533333333vw 8vw 4.84vw;
  }
}

.p-news__modal-container {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news__modal-container {
    max-height: 75vh;
    overflow-y: scroll;
  }
}

.p-news__modal-btn {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  max-width: 284px;
  max-width: 17.75rem;
}
@media screen and (max-width: 767px) {
  .p-news__modal-btn {
    font-size: max(2.6666666667vw, 10px);
    max-width: 45.3333333333vw;
  }
}

.p-news__modal-ttl {
  border-bottom: 2px dashed #D1D1D1;
  color: #029595;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4583333333;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-news__modal-ttl {
    font-size: 4.2666666667vw;
    padding-bottom: 1.4666666667vw;
  }
}

.p-news__modal-content {
  margin-top: 24.5px;
  margin-top: 1.53125rem;
}
@media screen and (max-width: 767px) {
  .p-news__modal-content {
    margin-top: 6vw;
  }
}

.p-news__modal-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-news__modal-txt {
    font-size: 3.2vw;
  }
}

.p-news__modal-txt + .p-news__modal-txt {
  margin-top: 1em;
}

.p-news__modal-btn-wrapper {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-news__modal-btn-wrapper {
    margin-top: 6vw;
  }
}

.p-news__modal-btn + .p-news__modal-btn {
  margin-bottom: 49px;
  margin-bottom: 3.0625rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news__modal-btn + .p-news__modal-btn {
    margin-bottom: 10.6666666667vw;
    margin-top: 3.7333333333vw;
  }
}

@media (any-hover: hover) {
  .p-news__item:hover .p-news__item-ttl {
    color: #029595;
  }
  .p-news__item:hover::after {
    background-image: url(../img/icon/icon_arrow-gl.svg);
    right: 1.5rem;
  }
  .p-news__item.p-news__item--note:hover .p-news__item-ttl {
    color: #ff5362;
  }
  .p-news__item.p-news__item--note:hover::after {
    background-image: url(../img/icon/icon_arrow-pink.svg);
  }
}
.p-note {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-note {
    padding-bottom: 8vw;
    padding-top: 8vw;
  }
}

.p-note__container {
  background-color: #f8eaea;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  border-radius: 2.25rem;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  padding: 60px 66px 55px;
  padding: 3.75rem 4.125rem 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-note__container {
    border-radius: 4vw;
    margin: 0 calc(50% - 50vw);
    padding: 8vw 4vw 16vw;
    width: 100vw;
  }
}

.p-note__container:first-of-type {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-note__container:first-of-type {
    margin-top: 6.4vw;
  }
}

.p-note__container + .p-note__container {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-note__container + .p-note__container {
    margin-top: 10.6666666667vw;
  }
}

.p-note__top-img {
  width: 100%;
}

.p-note__top-img img {
  aspect-ratio: 968/200;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-note__top-img img {
    aspect-ratio: 690/340;
  }
}

.p-note__heading {
  color: #e60013;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-note__heading {
    font-size: 5.6vw;
    letter-spacing: 0.06em;
    line-height: 1.380952381;
    margin-top: 3.6vw;
  }
}

.p-note__container:last-child .p-note__heading {
  margin-top: 0;
}

.p-note__list {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-note__list {
    margin-top: 6vw;
  }
}

.p-note__item {
  border-bottom: 1px dashed #F4A5AC;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-note__item {
    border-bottom: 0.2666666667vw dashed #F4A5AC;
    padding-bottom: 5.3333333333vw;
  }
}

.p-note__item + .p-note__item {
  margin-top: 26.5px;
  margin-top: 1.65625rem;
}
@media screen and (max-width: 767px) {
  .p-note__item + .p-note__item {
    margin-top: 5.3333333333vw;
  }
}

.p-note__item-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-note__item-txt {
    font-size: 3.2vw;
    line-height: 1.4583333333;
  }
}

.p-note__item-txt::before {
  content: "・";
  display: inline-block;
}

.p-note__item-detail-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-left: auto;
  margin-top: 11px;
  margin-top: 0.6875rem;
  max-width: 95.1%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-note__item-detail-txt {
    font-size: 3.2vw;
    line-height: 1.4583333333;
    margin-top: 3.0666666667vw;
    max-width: 90.7%;
  }
}

.p-note__item-sub-list {
  margin-left: auto;
  margin-top: 11px;
  margin-top: 0.6875rem;
  max-width: 95.1%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-note__item-sub-list {
    margin-top: 2.6666666667vw;
    max-width: 92.7%;
  }
}

.p-note__item-sub-item + .p-note__item-sub-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-note__item-sub-item + .p-note__item-sub-item {
    margin-top: 0vw;
  }
}

.p-note__item-sub-item {
  counter-increment: sub-item;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-note__item-sub-item {
    font-size: 3.2vw;
    line-height: 1.4583333333;
  }
}

.p-note__item-sub-txt::before {
  content: "(" counter(sub-item) ")";
  display: inline-block;
}

.p-point {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-point {
    padding-top: 17.3333333333vw;
  }
}

.p-point__copy {
  font-size: max(26px, 10px);
  font-size: max(1.625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4230769231;
}
@media screen and (max-width: 767px) {
  .p-point__copy {
    font-size: 5.6vw;
    letter-spacing: 0.06em;
    line-height: 1.5714285714;
  }
}

.p-point__copy span {
  color: #e60013;
}

.p-point__list {
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-point__list {
    gap: 8.8vw;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 9.3333333333vw;
  }
}

.p-point__list + .p-point__list::after {
  background-image: url(../img/icon/icon_line.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1206px;
  height: 75.375rem;
  left: 50%;
  position: absolute;
  top: -3.2%;
  width: 1069px;
  width: 66.8125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-point__list + .p-point__list::after {
    display: none;
  }
}

.p-point__list + .p-point__list {
  margin-top: 89px;
  margin-top: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .p-point__list + .p-point__list {
    margin-top: 8.8vw;
  }
}

.p-point__item {
  max-width: 498px;
  max-width: 31.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-point__item {
    max-width: unset;
    width: 100%;
  }
}

.p-point__item-img-wrapper {
  position: relative;
}

.p-point__item:first-child .p-point__item-img {
  margin-left: 39px;
  margin-left: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-point__item:first-child .p-point__item-img {
    margin-left: 0;
  }
}

.p-point__item-img {
  margin-left: 52px;
  margin-left: 3.25rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
  width: 460px;
  width: 28.75rem;
}
@media screen and (max-width: 767px) {
  .p-point__item-img {
    border-radius: 5.3333333333vw;
    margin-left: 0;
    margin-top: 8.6666666667vw;
    width: 100%;
  }
}

.p-point__item-img img {
  aspect-ratio: 460/280;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-point__item-img img {
    aspect-ratio: 690/388;
  }
}

.p-point__item-num {
  height: 120px;
  height: 7.5rem;
  left: 0px;
  left: 0rem;
  position: absolute;
  top: -65px;
  top: -4.0625rem;
  width: 100%;
  width: 120px;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-point__item-num {
    height: 26.1333333333vw;
    left: -4vw;
    top: -14vw;
    width: 26.1333333333vw;
  }
}

.p-point__item-num img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-point__item-txt-wrapper {
  margin-left: 52px;
  margin-left: 3.25rem;
  margin-top: 37px;
  margin-top: 2.3125rem;
  max-width: 460px;
  max-width: 28.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-point__item-txt-wrapper {
    margin-left: 0;
    margin-top: 2.9333333333vw;
    max-width: unset;
    width: 100%;
  }
}

.p-point__item:first-child .p-point__item-txt-wrapper {
  margin-left: 39px;
  margin-left: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-point__item:first-child .p-point__item-txt-wrapper {
    margin-left: 0;
  }
}

.p-point__item-ttl {
  color: #e60013;
  font-size: max(26px, 10px);
  font-size: max(1.625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-point__item-ttl {
    font-size: 5.6vw;
    line-height: 1.4523809524;
  }
}

.p-point__item-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.09em;
  line-height: 2.25;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-point__item-txt {
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
    margin-top: 3.2vw;
  }
}

.p-point__item-txt span {
  font-weight: 700;
}

.p-price.p-price--rental {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-price.p-price--rental {
    margin-top: 12vw;
  }
}

.p-price__top-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.875;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-price__top-txt {
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    line-height: 1.9166666667;
    margin-top: 4.6666666667vw;
  }
}

.p-price__top-txt + .p-price__top-txt {
  margin-top: 0;
}

.p-price__container {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-price__container {
    margin-top: 4.4vw;
  }
}

.p-price__item {
  cursor: pointer;
}

/*個人料金*/
.p-price__item:nth-child(3) .p-details {
  margin-bottom: 0;
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-price__item:nth-child(3) .p-details {
    margin-bottom: 4vw;
    padding-bottom: 7.6vw;
  }
}

.p-charge__container.p-charge__container--rental .p-price__item:nth-child(3) .p-details__item-container {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-charge__container.p-charge__container--rental .p-price__item:nth-child(3) .p-details__item-container {
    margin-top: 2.9333333333vw;
    padding-bottom: 6.1333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-price__item:nth-child(3) .p-details__item-container {
    margin-top: 2.9333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}

.p-price__item:nth-child(3) .p-details__item-wrapper + .p-details__item-wrapper {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-price__item:nth-child(3) .p-details__item-wrapper + .p-details__item-wrapper {
    margin-top: 3.8666666667vw;
  }
}

.p-price__item:nth-child(3) .p-details__item-wrapper {
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-price__item:nth-child(3) .p-details__item-wrapper {
    padding-bottom: 3.8666666667vw;
  }
}

/*設備使用料*/
.p-price__item:nth-child(4) .p-details {
  margin-top: 34px;
  margin-top: 2.125rem;
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-price__item:nth-child(4) .p-details {
    margin-top: 4.5333333333vw;
    padding-bottom: 6.1333333333vw;
  }
}

.p-price__item:nth-child(4) .p-details__item-container {
  margin-top: 0;
  padding: 45px 38.5px 38px 32px;
  padding: 2.8125rem 2.40625rem 2.375rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-price__item:nth-child(4) .p-details__item-container {
    margin-top: 0;
    padding: 6vw 5.1333333333vw 1.4666666667vw 4.2666666667vw;
  }
}

.p-price__item:nth-child(4) .p-details__item-wrapper {
  gap: 45px;
  gap: 2.8125rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-price__item:nth-child(4) .p-details__item-wrapper {
    gap: 4.9333333333vw;
    padding-bottom: 3.4666666667vw;
  }
}

.p-price__item:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__item:not(:first-child) {
    margin-top: 6.1333333333vw;
  }
}

.p-price__item-ttl-wrapper {
  background-color: #4d4d4d;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  min-height: 3.5rem;
  padding: 13px 28px 13px 25px;
  padding: 0.8125rem 1.75rem 0.8125rem 1.5625rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-price__item-ttl-wrapper {
    min-height: 12.8vw;
    padding: 4.2666666667vw 4vw 4.2666666667vw 3.3333333333vw;
  }
}

.p-price__item-ttl {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4444444444;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-price__item-ttl {
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
  }
}

.p-price__item-ttl-icon {
  display: block;
}

.p-price__item-ttl-icon svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-price__item-ttl-icon--miyako {
  margin-right: 16px;
  margin-right: 1rem;
  width: 35.24px;
  width: 2.2025rem;
}
@media screen and (max-width: 767px) {
  .p-price__item-ttl-icon--miyako {
    margin-right: 2.1333333333vw;
    width: 4.6986666667vw;
  }
}

.p-price__item-ttl-icon--ppl {
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  width: 30.7px;
  width: 1.91875rem;
}
@media screen and (max-width: 767px) {
  .p-price__item-ttl-icon--ppl {
    margin-left: 0.5333333333vw;
    margin-right: 2.2666666667vw;
    width: 4.0933333333vw;
  }
}

.p-price__item-ttl-icon--person {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 23px;
  margin-right: 1.4375rem;
  width: 18.71px;
  width: 1.169375rem;
}
@media screen and (max-width: 767px) {
  .p-price__item-ttl-icon--person {
    margin-left: 1.3333333333vw;
    margin-right: 3.0666666667vw;
    width: 2.4946666667vw;
  }
}

.p-price__item-ttl-icon--speaker {
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-right: 22px;
  margin-right: 1.375rem;
  width: 17.45px;
  width: 1.090625rem;
}
@media screen and (max-width: 767px) {
  .p-price__item-ttl-icon--speaker {
    margin-left: 1.7333333333vw;
    margin-right: 3.0666666667vw;
    width: 2.3266666667vw;
  }
}

.p-price__item-ttl-icon--table {
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 21px;
  margin-right: 1.3125rem;
  width: 24.99px;
  width: 1.561875rem;
}
@media screen and (max-width: 767px) {
  .p-price__item-ttl-icon--table {
    margin-left: 0.5333333333vw;
    margin-right: 2.9333333333vw;
    width: 3.332vw;
  }
}

.p-price__item-ttl-icon--sport {
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 22px;
  margin-right: 1.375rem;
  width: 24.56px;
  width: 1.535rem;
}
@media screen and (max-width: 767px) {
  .p-price__item-ttl-icon--sport {
    margin-left: 0.5333333333vw;
    margin-right: 2.8vw;
    width: 3.468vw;
  }
}

.p-price__item-ttl-icon--other {
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 31px;
  margin-right: 1.9375rem;
  width: 15.49px;
  width: 0.968125rem;
}
@media screen and (max-width: 767px) {
  .p-price__item-ttl-icon--other {
    margin-left: 1.4666666667vw;
    margin-right: 2.9333333333vw;
    width: 2.5026666667vw;
  }
}

.p-price__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-price__btn {
    right: 4vw;
  }
}

/*会議室*/
.p-price.p-price--rental .p-details__item-wrapper {
  gap: 45px;
  gap: 2.8125rem;
  margin-top: 19px;
  margin-top: 1.1875rem;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-price.p-price--rental .p-details__item-wrapper {
    gap: 3.6vw;
    margin-top: 4vw;
    padding-bottom: 4vw;
  }
}

.p-price.p-price--rental .p-details__item-container {
  margin-top: 0;
  padding: 33px 38.5px 19px 32px;
  padding: 2.0625rem 2.40625rem 1.1875rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-price.p-price--rental .p-details__item-container {
    padding: 2vw 5.1333333333vw 6.2666666667vw 5.0666666667vw;
  }
}

.p-program {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-program {
    padding-bottom: 0;
    padding-top: 8vw;
  }
}

.p-program__ttl.c-sec-ttl.c-sec-ttl--head::after {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-program__ttl.c-sec-ttl.c-sec-ttl--head::after {
    letter-spacing: 0;
  }
}

.p-program__bg {
  background-color: #F9E9EA;
  background-position: top left;
  background-repeat: no-repeat;
  height: 100%;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-program__bg {
    margin-top: 25.0666666667vw;
    padding-bottom: 23.3333333333vw;
  }
}

.p-program__bg::before,
.p-program__bg::after {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 112px;
  height: 7rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-program__bg::before,
  .p-program__bg::after {
    height: 15.6vw;
  }
}

.p-program__bg::before {
  background-image: url(../img/bg_top.png);
  top: -93px;
  top: -5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-program__bg::before {
    background-image: url(../img/bg_top-sp.png);
    top: -15.4666666667vw;
  }
}

.p-program__bg::after {
  background-image: url(../img/bg_bottom.png);
  background-position: bottom left;
  bottom: -110px;
  bottom: -6.875rem;
}
@media screen and (max-width: 767px) {
  .p-program__bg::after {
    background-image: url(../img/bg_bottom-sp.png);
    bottom: -14.6666666667vw;
  }
}

.p-program__container {
  background-color: #fff;
  border-radius: 2.25rem;
  padding: 60px 56px 82px 73px;
  padding: 3.75rem 3.5rem 5.125rem 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-program__container {
    margin-top: -12vw;
    padding: 9.0666666667vw 4.6vw 12vw 4.7333333333vw;
  }
}

.p-program__sub-ttl {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.7692307692;
  position: relative;
  top: -58px;
  top: -3.625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-program__sub-ttl {
    font-size: 5.6vw;
    letter-spacing: 0.06em;
    line-height: 1.5714285714;
    top: -20.8vw;
  }
}

.p-program__sub-ttl span {
  color: #e60013;
  display: block;
}

.p-program__top-img {
  margin-top: -19px;
  margin-top: -1.1875rem;
  max-width: 1099px;
  max-width: 68.6875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-program__top-img {
    margin-top: -15.0666666667vw;
  }
}

.p-program__top-img img {
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 1100/400;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-program__top-img img {
    aspect-ratio: 690/462;
  }
}

.p-program__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 77px;
  gap: 4.8125rem;
  margin-top: 56px;
  margin-top: 3.5rem;
  max-width: 1100px;
  max-width: 68.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-program__wrapper {
    margin-top: 6.9333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.0666666667vw;
  }
}

.p-program__wrapper-img {
  max-width: 522px;
  max-width: 32.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-program__wrapper-img {
    max-width: unset;
  }
}

.p-program__wrapper-img img {
  aspect-ratio: 522/206;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-program__wrapper-img img {
    aspect-ratio: 690/274;
    border-radius: 4vw;
  }
}

.p-program__wrapper-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 2.25;
  max-width: 455px;
  max-width: 28.4375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-program__wrapper-txt {
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
    max-width: unset;
  }
}

.p-program__wrapper-txt span {
  font-weight: 700;
}

.p-program__detail {
  background-color: #fff;
  margin-top: 58px;
  margin-top: 3.625rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  border-radius: 2.25rem;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-program__detail {
    border-radius: 4.8vw;
    margin-top: 9.2vw;
    padding: 4vw 2vw;
  }
}

.p-program__detail-img {
  max-width: 684px;
  max-width: 42.75rem;
  width: 100%;
}

.p-program__detail-img img {
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 684/304;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-program__detail-img img {
    aspect-ratio: 661/294;
  }
}

.p-program__detail-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 2.25;
  margin-inline: auto;
  margin-top: 51px;
  margin-top: 3.1875rem;
  max-width: 684px;
  max-width: 42.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-program__detail-txt {
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
    margin-top: 4.8vw;
  }
}

.p-program__detail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-top: 38px;
  margin-top: 2.375rem;
  max-width: 690px;
  max-width: 43.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-program__detail-btn {
    margin-top: 4.8vw;
  }
}

.p-program__detail-btn img {
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 690/282;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-program__detail-btn img {
    aspect-ratio: 690/282;
  }
}

@media (any-hover: hover) {
  .p-program__detail-btn:hover {
    scale: 1.025;
  }
}
.p-program__bottom-wrapper {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-program__bottom-wrapper {
    margin-top: 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-program__bottom-inner {
    padding: 0;
  }
}

.p-program__bottom-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2.25;
  margin-left: 70px;
  margin-left: 4.375rem;
  margin-right: auto;
  margin-top: 186px;
  margin-top: 11.625rem;
}
@media screen and (max-width: 767px) {
  .p-program__bottom-txt {
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
    margin-left: 0;
    margin-top: 26.9333333333vw;
    padding: 0 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-program__heading {
    padding: 0 4vw;
  }
}

.p-program__bottom-container {
  background-image: url(../img/program/bg_usage.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 2.25rem;
  height: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding: 50px 84px 90px;
  padding: 3.125rem 5.25rem 5.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-program__bottom-container {
    background-image: url(../img/program/bg_usage-sp.png);
    background-size: 100% 100%;
    border-radius: 0;
    margin: 8.6666666667vw calc(50% - 50vw) 0;
    padding: 11.6vw 0 14.1333333333vw;
    width: 100vw;
  }
}

.p-program__list {
  display: grid;
  gap: 28px 46px;
  gap: 1.75rem 2.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-program__list {
    gap: 9.0666666667vw 4vw;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5.6vw;
    padding: 0 4vw;
  }
}

.p-program__item-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-program__item-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 2.25;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-program__item-txt {
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
    margin-top: 2vw;
  }
}

.p-room {
  background-color: #fff;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-room {
    margin-top: 25.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-room__ttl.c-sec-ttl.c-sec-ttl--small {
    letter-spacing: 0.06em;
  }
}

.p-room__txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.09em;
  line-height: 1.875;
  margin-left: 70px;
  margin-left: 4.375rem;
  margin-top: 46px;
  margin-top: 2.875rem;
  max-width: 960px;
  max-width: 60rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-room__txt {
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
    margin-left: 0;
    margin-top: 6.1333333333vw;
  }
}

.p-room__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-room__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11.0666666667vw;
    margin-top: 14.6666666667vw;
  }
}

.p-room__item {
  max-width: 460px;
  max-width: 28.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-room__item {
    max-width: 100%;
  }
}

.p-room__item:nth-child(2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-room__item:nth-child(2) {
    margin-top: 0;
  }
}

.p-room__item:nth-child(2) .p-room__item-room {
  top: -42px;
  top: -2.625rem;
}
@media screen and (max-width: 767px) {
  .p-room__item:nth-child(2) .p-room__item-room {
    top: -6.6666666667vw;
  }
}

.p-room__item-img-wrapper {
  position: relative;
  width: 100%;
}

.p-room__item-img {
  aspect-ratio: 460/280;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-room__item-img {
    aspect-ratio: 690/428;
  }
}

.p-room__item-room {
  background-color: #fff;
  border-radius: 1.875rem;
  color: #e60013;
  display: block;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  height: 80px;
  height: 5rem;
  left: -30px;
  left: -1.875rem;
  line-height: 1.8125;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 57px;
  padding-left: 3.5625rem;
  padding-top: 31px;
  padding-top: 1.9375rem;
  position: absolute;
  top: -70px;
  top: -4.375rem;
  width: 166px;
  width: 10.375rem;
}
@media screen and (max-width: 767px) {
  .p-room__item-room {
    border-radius: 4vw;
    font-size: 3.7333333333vw;
    height: unset;
    left: -4vw;
    padding-bottom: 4.1333333333vw;
    padding-left: 14vw;
    padding-top: 6.6666666667vw;
    top: -6.6666666667vw;
    width: 43.7333333333vw;
  }
}

.p-room__item-txt-wrapper {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-room__item-txt-wrapper {
    margin-top: 4vw;
    position: relative;
    z-index: 1;
  }
}

.p-room__item-outline {
  border-bottom: 1px dashed #f4a5ac;
  color: #e60013;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-room__item-outline {
    font-size: 3.4666666667vw;
    line-height: 1.4230769231;
  }
}

.p-room__item-txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.875;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-room__item-txt {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    margin-top: 1.3333333333vw;
  }
}

.p-top-about {
  background-color: #fff;
  padding-top: 67px;
  padding-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-top: 6vw;
  }
}

.p-top-about__bg {
  background-image: url(../img/about_bg-pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 888px;
  min-height: 55.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-about__bg {
    background-image: url(../img/about_bg-sp.png);
    background-size: cover;
    min-height: 237.6vw;
  }
}

.p-top-about__ttl.c-sec-ttl {
  color: #151515;
  margin-left: 50%;
  margin-right: auto;
  padding-top: 7px;
  padding-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__ttl.c-sec-ttl {
    margin-left: 0;
    margin-right: 0;
    padding-top: 6.1333333333vw;
  }
}

.p-top-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__wrapper {
    margin-top: -1.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-about__img-wrapper {
  margin-left: -18px;
  margin-left: -1.125rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  max-width: 555px;
  max-width: 34.6875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-about__img-wrapper {
    max-width: 72.6666666667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    margin-inline: auto;
    margin-top: -7.3333333333vw;
            order: 2;
  }
}

.p-top-about__img-wrapper img {
  aspect-ratio: 493/363;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-top-about__img-wrapper img {
    aspect-ratio: 488/360;
  }
}

.p-top-about__content {
  max-width: 452px;
  max-width: 28.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-about__content {
    display: contents;
  }
}

.p-top-about__heading {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4230769231;
  margin-left: -43px;
  margin-left: -2.6875rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    font-size: 5.6vw;
    line-height: 2.0476190476;
    margin-top: 5.4666666667vw;
            order: 1;
  }
}

.p-top-about__heading span {
  color: #e60013;
  display: inline-block;
  position: relative;
  z-index: 1;
  --clipValue: inset(0 100% 0 0);
}

.p-top-about__heading span:after {
  background: #fff;
  border-radius: 1.25rem;
  bottom: 0;
  content: "";
  display: block;
  display: block;
  height: 10px;
  height: 0.625rem;
  left: 0;
  position: absolute;
  width: 97%;
  width: 97%;
  z-index: -1;
  -webkit-clip-path: var(--clipValue);
          clip-path: var(--clipValue);
  -webkit-transition: -webkit-clip-path 0.3s ease-out;
  transition: -webkit-clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out, -webkit-clip-path 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading span:after {
    border-radius: 1.3333333333vw;
    bottom: 2.1333333333vw;
    height: 4.2666666667vw;
  }
}

.p-top-about__txt-wrapper {
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__txt-wrapper {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    margin-inline: auto;
    margin-top: 0.8vw;
    max-width: 78vw;
            order: 3;
    width: 100%;
  }
}

.p-top-about__txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-about__txt {
    font-size: 3.2vw;
    letter-spacing: 0.15em;
    line-height: 2.25;
  }
}

.p-top-about__txt span {
  color: #e60013;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  position: relative;
  z-index: 1;
  --clipValue: inset(0 100% 0 0);
}
@media screen and (max-width: 767px) {
  .p-top-about__txt span {
    font-size: 4.2666666667vw;
  }
}

.p-top-about__txt span:after {
  background: #fff;
  border-radius: 1.25rem;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  height: 0.625rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  -webkit-clip-path: var(--clipValue);
          clip-path: var(--clipValue);
  -webkit-transition: -webkit-clip-path 0.3s ease-out;
  transition: -webkit-clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out, -webkit-clip-path 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-top-about__txt span:after {
    border-radius: 0.9333333333vw;
    height: 3.3333333333vw;
  }
}

.p-top-about__txt + .p-top-about__txt {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__txt + .p-top-about__txt {
    margin-top: 2.8vw;
  }
}

.p-top-about__link {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  margin-top: 62px;
  margin-top: 3.875rem;
  max-width: 284px;
  max-width: 17.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-about__link {
    border-radius: 6.6666666667vw;
    font-size: 3.2vw;
    margin-top: 6.6666666667vw;
    max-width: 80vw;
    min-height: 13.3333333333vw;
    min-width: 80vw;
    padding-left: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__link:after {
    height: 4.5333333333vw;
    width: 4.5333333333vw;
  }
}

.p-top-about__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
  margin-top: 2.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-about__bottom-wrapper {
    margin-top: 5.4666666667vw;
  }
}

.p-top-facility {
  background-color: #fff;
  padding-top: 90px;
  padding-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-facility {
    padding-top: 13.0666666667vw;
  }
}

.p-top-facility__wrapper {
  padding: 101px 100px 64.5px;
  padding: 6.3125rem 6.25rem 4.03125rem;
}
@media screen and (max-width: 767px) {
  .p-top-facility__wrapper {
    padding: 12.1333333333vw 4vw 15.4666666667vw;
  }
}

.p-top-facility__img-modal-link {
  max-width: 900px;
  max-width: 56.25rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-top-facility__img-modal-link img {
  aspect-ratio: 900/464;
  width: 100%;
  -o-object-fit: contain;
  border-radius: 2.25rem;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-top-facility__img-modal-link img {
    aspect-ratio: 690/464;
    border-radius: 3.4666666667vw;
  }
}

.p-top-facility__icon {
  bottom: 28px;
  bottom: 1.75rem;
  height: 30px;
  height: 1.875rem;
  position: absolute;
  right: 56px;
  right: 3.5rem;
  width: 30px;
  width: 1.875rem;
  z-index: 1;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-facility__icon {
    bottom: 3.7333333333vw;
    height: 4vw;
    right: 6.4vw;
    width: 4vw;
  }
}

.p-top-facility__icon > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  border-radius: 0;
     object-fit: contain;
}

@media (any-hover: hover) {
  .p-top-facility__img-modal-link:hover .p-top-facility__icon {
    scale: 1.2;
  }
}
.p-top-facility__heading {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4230769231;
  margin-top: 19.5px;
  margin-top: 1.21875rem;
}
@media screen and (max-width: 767px) {
  .p-top-facility__heading {
    font-size: 5.6vw;
    line-height: 1.5714285714;
    margin-top: 5.4666666667vw;
  }
}

.p-top-facility__img-modal-link {
  border-radius: 2.25rem;
  cursor: pointer;
  display: block;
  margin-top: 38px;
  margin-top: 2.375rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-facility__img-modal-link {
    margin-top: 6.8vw;
  }
}

.p-top-facility__lists {
  display: grid;
  gap: 61px 8px;
  gap: 3.8125rem 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-facility__lists {
    gap: 6.6666666667vw 3.4666666667vw;
    margin-top: 6.6666666667vw;
  }
}

.p-top-facility__btn {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  margin: 55px auto 0;
  margin: 3.4375rem auto 0;
  max-width: 340px;
  max-width: 21.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-facility__btn {
    border-radius: 6.6666666667vw;
    font-size: 3.2vw;
    margin-top: 9.3333333333vw;
    max-width: 80vw;
    min-height: 13.3333333333vw;
    padding-left: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-facility__btn::after {
    height: 4.5333333333vw;
    right: 3.6vw;
    width: 4.5333333333vw;
  }
}

.p-top-facility__img-wrapper {
  max-width: 446px;
  max-width: 27.875rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-facility__img-wrapper {
    border-radius: 3.0666666667vw;
    max-width: 44.2666666667vw;
  }
}

.p-top-facility__img-wrapper::before {
  background-image: url(../img/icon/icon_arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -2px;
  bottom: -0.125rem;
  content: "";
  height: 41px;
  height: 2.5625rem;
  position: absolute;
  right: -1px;
  right: -0.0625rem;
  width: 41px;
  width: 2.5625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-facility__img-wrapper::before {
    bottom: -0.4vw;
    height: 8.2666666667vw;
    right: -0.4vw;
    width: 8.2666666667vw;
  }
}

.p-top-facility__img-wrapper img {
  aspect-ratio: 444/208;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-facility__img-wrapper img {
    aspect-ratio: 332/276;
  }
}

.p-top-facility__img-ttl {
  color: #e60013;
  font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-facility__img-ttl {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin-top: 1.3333333333vw;
  }
}

.p-top-facility__txt {
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1px;
  margin-top: 0.0625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-facility__txt {
    display: inline;
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
    margin-top: 0.4vw;
  }
}

.p-top-facility__txt::before {
  background: #fff;
  border-radius: 0.625rem;
  bottom: -4px;
  bottom: -0.25rem;
  content: "";
  display: inline-block;
  height: 50%;
  left: 0;
  position: absolute;
  width: calc(100% + 0.625rem);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top-facility__txt::before {
    display: none;
  }
}

.p-top-facility__txt span {
  display: inline;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-facility__txt span {
    display: none;
  }
}

.p-top-facility__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-facility__bottom-list {
    gap: 3.4666666667vw;
    margin-top: 12vw;
  }
}

.p-top-facility__bottom-item {
  max-width: 516px;
  max-width: 32.25rem;
  width: 100%;
}

.p-top-facility__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-facility__bottom-link {
    gap: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-top-facility__bottom-img-wrapper {
  border-radius: 1.25rem;
  max-width: 304px;
  max-width: 19rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-facility__bottom-img-wrapper {
    border-radius: 2.9333333333vw;
    max-width: 44.2666666667vw;
  }
}

.p-top-facility__bottom-img-wrapper::before {
  background-image: url(../img/icon/icon_arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -2px;
  bottom: -0.125rem;
  content: "";
  height: 41px;
  height: 2.5625rem;
  position: absolute;
  right: -1px;
  right: -0.0625rem;
  width: 41px;
  width: 2.5625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-facility__bottom-img-wrapper::before {
    bottom: -0.2666666667vw;
    height: 8.5333333333vw;
    right: -0.5333333333vw;
    width: 8.5333333333vw;
  }
}

.p-top-facility__bottom-img-wrapper img {
  aspect-ratio: 304/187;
  border-radius: 1.25rem;
  -o-object-fit: cover;
  min-width: 304px;
  min-width: 19rem;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-facility__bottom-img-wrapper img {
    aspect-ratio: 332/200;
    border-radius: 2.6666666667vw;
    min-width: unset;
  }
}

/* modal */
.p-top-facility__modal {
  background: none;
  max-width: 1440px;
  max-width: 90rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  width: 100%;
}

.p-top-facility__modal-btn-wrapper.p-modal__btn-wrapper {
  right: 4%;
  top: -3%;
}
@media screen and (max-width: 767px) {
  .p-top-facility__modal-btn-wrapper.p-modal__btn-wrapper {
    right: 6.5%;
    top: -5%;
  }
}

.p-top-facility__modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  max-width: 90rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-facility__modal-container {
    padding: 0 4vw;
  }
}

.p-top-facility__modal-img-wrapper {
  max-width: 1440px;
  max-width: 90rem;
  width: 100%;
}

.p-top-facility__modal-img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv {
  background-color: #fff;
  position: relative;
}

.p-top-mv__img-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__img-wrapper {
    max-height: 110vw;
  }
}

.p-top-mv__ttl {
  left: 19%;
  max-width: 136px;
  max-width: 8.5rem;
  position: absolute;
  top: 9%;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-mv__ttl {
    left: 5.6vw;
    max-width: 27.8666666667vw;
    top: 5.4666666667vw;
  }
}

.p-top-mv__ttl img {
  height: auto;
  width: 100%;
}

.p-top-mv__ttl-sub01 {
  left: 55%;
  position: absolute;
  top: 0;
  width: 63px;
  width: 3.9375rem;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 767px) {
  .p-top-mv__ttl-sub01 {
    width: 12.8vw;
  }
}

.p-top-mv__ttl-sub02 {
  left: 0;
  position: absolute;
  top: 47px;
  top: 2.9375rem;
  width: 63px;
  width: 3.9375rem;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 767px) {
  .p-top-mv__ttl-sub02 {
    top: 9.7333333333vw;
    width: 12.8vw;
  }
}

.p-top-mv__bnr {
  bottom: 58px;
  bottom: 3.625rem;
  display: block;
  max-width: 304px;
  max-width: 19rem;
  opacity: 0;
  position: absolute;
  right: 176px;
  right: 11rem;
  width: 100%;
  z-index: 10;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  .p-top-mv__bnr {
    margin-top: 3.2vw;
    max-width: unset;
    padding: 0 4vw;
    position: static;
  }
}

@media (any-hover: hover) {
  .p-top-mv__bnr:hover {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
.p-usage {
  background-color: #fff;
  margin-top: 130px;
  margin-top: 8.125rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-usage {
    margin-top: 21.3333333333vw;
    padding-bottom: 0;
  }
}

.p-usage__bg-wrapper {
  position: relative;
}

.p-usage__bg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-usage__ttl {
  color: #029595;
  text-align: center;
}

.p-usage__ttl::after {
  color: #fff;
}

.c-sec-ttl.p-usage__ttl {
  left: 50%;
  position: absolute;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-sec-ttl.p-usage__ttl {
    top: 64%;
  }
}

.p-usage__txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.09em;
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-usage__txt {
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
    margin-top: 8.4vw;
    padding-inline: 4vw;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=common.css.map */