@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  line-height: 1;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

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

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

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

a {
  cursor: pointer;
  text-decoration: none;
}

/*
mixinの使用記述

1040px以上
@include mq(pc) {
    スタイル
}
1024px以下
@include mq(tab) {
      スタイル
}
767px以下
@include mq(sp) {
      スタイル
}
*/
/*1280px以下*/
/*
それぞれ( )内にpxでの数値を入れるとrem, px, vw(pc版), vw(sp版) に変換 
*/
/* 
それぞれ( )内にpxでの数値を入れるとrem, px, vw(pc版), vw(sp版) に変換 
*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #09110A;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  body p {
    font-size: 0.875rem;
  }
}
body.is-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.l-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 6.66%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    padding: 0 5.33%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 5.33%;
  }
}
.l-inner.--wide {
  max-width: 1200px;
}
.l-inner.--xl-wide {
  max-width: 1248px;
}
.l-inner.--access {
  max-width: 1280px;
  padding-right: 0;
  margin-right: 0;
}
.l-inner.--line-up {
  max-width: 1280px;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l-inner.--line-up {
    padding-right: 5.33%;
  }
}
.l-inner.--news {
  max-width: 992px;
}
.l-inner.--separate {
  max-width: 1280px;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l-inner.--separate {
    padding-right: 5.33%;
  }
}
.l-inner.--wide {
  max-width: 1280px;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l-inner.--wide {
    padding-right: 5.33%;
  }
}

.l-base01 {
  padding: 30px 64px;
  border-radius: 1px;
  background: #f8f5ef;
  -webkit-box-shadow: 0 2px 30px 0 rgba(221, 221, 221, 0.15);
          box-shadow: 0 2px 30px 0 rgba(221, 221, 221, 0.15);
}
@media screen and (max-width: 767px) {
  .l-base01 {
    padding: 20px;
  }
}

.l-case {
  margin-top: 30px;
  padding: 30px 64px;
  border-radius: 1px;
  background: #fff;
  -webkit-box-shadow: 0 2px 30px 0 rgba(221, 221, 221, 0.15);
          box-shadow: 0 2px 30px 0 rgba(221, 221, 221, 0.15);
}
@media screen and (max-width: 767px) {
  .l-case {
    padding: 20px;
  }
}

.l-separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-separate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-separate__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 192px;
          flex: 0 0 192px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-block: 96px 80px;
  padding-inline: 0 24px;
  position: sticky;
  top: 80px;
  z-index: 50;
}
@media (max-width: 1280px) {
  .l-separate__btn-wrap {
    top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .l-separate__btn-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .l-separate__btn-wrap {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-block: 20px;
    padding-inline: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    position: static;
  }
}
.l-separate__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-separate__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}
.l-separate__item {
  background-color: #fff;
  padding-block: 40px;
  padding-inline: 80px 160px;
}
@media screen and (max-width: 1024px) {
  .l-separate__item {
    padding-inline: 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-separate__item {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-separate__item.--narrow {
    padding-block: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-separate__item.--overflow-hidden {
    overflow-x: hidden;
  }
}
.l-separate__item[role=tabpanel] {
  display: none;
  opacity: 0;
  height: 0;
  translate: 0 20px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
  padding: 0;
}
.l-separate__item[role=tabpanel].js-show {
  display: block;
  -webkit-animation: fadeInUp 0.4s ease forwards;
          animation: fadeInUp 0.4s ease forwards;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
  padding-block: 40px;
  padding-inline: 80px 160px;
}
@media screen and (max-width: 1024px) {
  .l-separate__item[role=tabpanel].js-show {
    padding-inline: 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-separate__item[role=tabpanel].js-show {
    padding-inline: 20px;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-drawerIcon {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .c-drawerIcon {
    display: block;
  }
}

.c-drawerIcon .bar1,
.c-drawerIcon .bar2,
.c-drawerIcon .bar3 {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #43A047;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
}

.c-drawerIcon .bar1 {
  top: 20px;
  left: 15px;
}

.c-drawerIcon .bar2 {
  top: 30px;
  left: 15px;
}

.c-drawerIcon .bar3 {
  top: 40px;
  left: 15px;
}

.c-drawerIcon.is-open .bar1 {
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-drawerIcon.is-open .bar2 {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-drawerIcon.is-open .bar3 {
  display: none;
}

.c-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #4F4F4F;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.52px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-title {
    gap: 0;
  }
}
.c-title span {
  color: #09110A;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .c-title span {
    font-size: 1.75rem;
  }
}
.c-title.--side {
  padding-left: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  position: relative;
  margin-inline: 0;
}
@media screen and (max-width: 767px) {
  .c-title.--side {
    margin-left: 0;
  }
}
.c-title.--side::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 63px;
  background-color: #43A047;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-title.--side::before {
    height: 53px;
  }
}
@media screen and (max-width: 767px) {
  .c-title.--side span {
    text-align: left;
  }
}
.c-title.--white {
  color: #fff;
  margin-bottom: 24px;
}
.c-title.--white span {
  color: #fff;
}

.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  color: #B0BEC5;
  margin-bottom: 64px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.52px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 0.75rem;
    margin-bottom: 24px;
  }
}
.c-breadcrumbs > span {
  position: relative;
  color: #757575;
}
.c-breadcrumbs > span:first-of-type {
  color: #43A047;
}

.c-head01 {
  font-size: 1.5625rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-head01 {
    font-size: 20px;
    padding-left: 16px;
  }
}
.c-head01::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #43A047;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-head01.--rental {
  letter-spacing: 0.25px;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border: 1px solid #43A047;
  padding-block: 12px;
  padding-inline: 32px;
  color: #43A047;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
    max-width: 256px;
    font-size: 0.875rem;
  }
}
.c-btn span {
  padding-right: 28px;
  position: relative;
}
.c-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 20px;
  aspect-ratio: 16/22;
  height: auto;
  background: url(../img/common/btn-arrow-g.svg) no-repeat center center/contain;
  pointer-events: none;
}
.c-btn.--green {
  background-color: #43A047;
  color: #fff;
}
.c-btn.--green span::after {
  background: url(../img/common/btn-arrow-w.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn.--green {
    max-width: 248px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.--window {
    max-width: 280px;
  }
}
.c-btn.--window span {
  padding-right: 23px;
}
.c-btn.--window span::after {
  background: url(../img/common/window-g.svg) no-repeat center center/contain;
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
}
.c-btn.--download {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .c-btn.--download {
    max-width: 250px;
  }
}
.c-btn.--download span::after {
  background: url(../img/common/download.svg) no-repeat center center/contain;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
}

.c-head02 {
  color: #235525;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.23px;
  margin-bottom: 16px;
  padding-left: 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-head02 {
    font-size: 1.125rem;
    padding-left: 24px;
  }
}
.c-head02.--en {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-head02.--en {
    font-size: 1.5rem;
  }
}
.c-head02 span {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-head02 span {
    font-size: 1.5rem;
  }
}
.c-head02::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #B0BEC5;
}
@media screen and (max-width: 767px) {
  .c-head02::before {
    width: 16px;
  }
}

.c-list01 {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.c-list01 li {
  padding-left: 20px;
  position: relative;
  color: #2e382a;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .c-list01 li {
    font-size: 0.875rem;
    padding-left: 16px;
  }
}
.c-list01 li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #43A047;
}
@media screen and (max-width: 767px) {
  .c-list01 li::before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
}

.c-list02 {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.c-list02 li {
  padding-left: 25px;
  position: relative;
  color: #2e382a;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .c-list02 li {
    font-size: 0.875rem;
    padding-left: 20px;
  }
}
.c-list02 li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-list02 li::before {
    top: 9px;
    width: 12px;
    height: 12px;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 40px;
}
.c-pagination .page-numbers {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #B0BEC5;
  background: #fff;
  color: #4F4F4F;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.52px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagination .page-numbers:hover {
  background: #B0BEC5;
  color: #fff;
  opacity: 1;
}
.c-pagination .page-numbers.current {
  background: #B0BEC5;
  color: #fff;
  border: 1px solid #B0BEC5;
}
.c-pagination .page-numbers.dots {
  pointer-events: none;
}
.c-pagination .page-numbers.next, .c-pagination .page-numbers.prev {
  width: 18px;
  position: relative;
  border: none;
  background: transparent;
}
.c-pagination .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 30px;
  height: auto;
  aspect-ratio: 7/3;
  background: url(../img/news/page-arrow.svg) no-repeat center center/contain;
}
.c-pagination .page-numbers.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) rotate(180deg);
          transform: translate(50%, -50%) rotate(180deg);
  width: 30px;
  height: auto;
  aspect-ratio: 7/3;
  background: url(../img/news/page-arrow.svg) no-repeat center center/contain;
}

.c-navigation {
  margin-top: 40px;
}
.c-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-navigation .nav-previous,
.c-navigation .nav-next {
  position: relative;
  width: 245px;
}
@media screen and (max-width: 767px) {
  .c-navigation .nav-previous,
  .c-navigation .nav-next {
    max-width: 245px;
    width: calc(50% - 20px);
  }
}
.c-navigation .nav-previous a,
.c-navigation .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1px;
  border: 1px solid #43A047;
  color: #43A047;
  border-radius: 1px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  padding-block: 12px;
  padding-inline: 32px;
}
@media screen and (max-width: 767px) {
  .c-navigation .nav-previous a,
  .c-navigation .nav-next a {
    font-size: 0.875rem;
    padding-block: 5px;
  }
}
.c-navigation .nav-previous a {
  padding-left: 31px;
}
.c-navigation .nav-previous::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  left: 60px;
  width: 20px;
  aspect-ratio: 16/22;
  height: auto;
  background: url(../img/common/btn-arrow-g.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-navigation .nav-previous::after {
    left: 10%;
  }
}
.c-navigation .nav-next a {
  padding-right: 31px;
}
.c-navigation .nav-next::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
  width: 20px;
  aspect-ratio: 16/22;
  height: auto;
  background: url(../img/common/btn-arrow-g.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-navigation .nav-next::after {
    right: 10%;
  }
}

.c-lineBanner {
  display: block;
}
.c-lineBanner__wrap {
  position: relative;
  position: fixed;
  bottom: 30px;
  right: 45px;
  width: 300px;
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
.c-lineBanner__wrap.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1280px) {
  .c-lineBanner__wrap {
    width: 240px;
    right: 140px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lineBanner__wrap {
    width: 180px;
    right: 100px;
    bottom: 0;
  }
}
.c-lineBanner__close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  aspect-ratio: 1/1;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-lineBanner__close {
    width: 28px;
  }
}
.c-lineBanner__close:hover {
  opacity: 0.8;
}

.c-text01 {
  margin-bottom: 30px;
}
.c-text01 span {
  color: #399932;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-text01 {
    font-size: 0.875rem;
  }
}

.c-explanation {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-explanation {
    margin-bottom: 20px;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.c-head03 {
  color: #09110A;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.23px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-head03 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.c-head03 span {
  color: #43A047;
}

.c-link-arrow {
  width: 21px;
  aspect-ratio: 21/21;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.c-link-arrow img:first-child {
  display: block;
}
.c-link-arrow img:last-child {
  display: none;
}

.c-separateBtn {
  background-color: transparent;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-separateBtn span {
  color: #B0BEC5;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
.c-separateBtn.--active {
  margin-left: 13px;
}
.c-separateBtn.--active span {
  color: #43A047;
}
.c-separateBtn.--active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #43A047;
}
.c-separateBtn.--active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #43A047;
  border-radius: 100%;
}

.c-tag {
  border: 1px solid #B0BEC5;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 4px;
  padding-inline: 12px;
  color: #4F4F4F;
}
@media screen and (max-width: 767px) {
  .c-tag {
    font-size: 0.875rem;
    padding-inline: 8px;
  }
}

.c-head04 {
  color: #235525;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.2px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #B0BEC5;
}
@media screen and (max-width: 767px) {
  .c-head04 {
    font-size: 1rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding-inline: 34px 0;
  z-index: 100;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .p-header {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 20px;
  }
}

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

.p-header__logo {
  width: 302px;
}
.p-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 60%;
    max-width: 302px;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  height: 100%;
}
@media (max-width: 1280px) {
  .p-header__nav {
    display: none;
  }
  .p-header__nav.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  height: 100%;
}
@media (max-width: 1280px) {
  .p-header__list {
    padding-block: 40px;
    padding-inline: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #F4F4F4;
    z-index: 200;
    height: 100vh;
    overflow-y: scroll;
  }
}

.p-header__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1280px) {
  .p-header__item {
    height: auto;
    width: 100%;
    border-bottom: 2px solid #dddddd;
  }
}
.p-header__item a {
  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;
  height: 100%;
  color: #09110A;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
@media (max-width: 1280px) {
  .p-header__item a {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-block: 10px;
  }
}
.p-header__item.--sub span {
  position: relative;
  font-weight: 500;
  color: #09110A;
  cursor: pointer;
  padding-right: 14px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
.p-header__item.--sub span::after {
  content: "";
  position: absolute;
  background: url(../img/common/header-arrow.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: auto;
  aspect-ratio: 10/9;
}
@media (max-width: 1280px) {
  .p-header__item.--sub span::after {
    display: none;
  }
}
@media (max-width: 1280px) {
  .p-header__item.--sub span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    padding-block: 10px;
    padding-right: 0;
  }
}
.p-header__item.--sub:hover .p-header__sub-list {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1280px) {
  .p-header__item.--sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}

.p-header__sub-list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-inline: 16px;
  padding-block: 5px 20px;
}
@media (max-width: 1280px) {
  .p-header__sub-list {
    position: relative;
    width: auto;
    opacity: 1;
    visibility: visible;
    top: 0;
    width: 100%;
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-header__sub-item a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 2px solid #43A047;
  padding-block: 4px;
}
@media (max-width: 1280px) {
  .p-header__sub-item a {
    border: none;
    padding-block: 10px;
    font-size: 0.875rem;
  }
}

.p-header__btn {
  height: 100%;
  width: 140px;
  background-color: #43A047;
  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-header__btn span {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.64px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-header__btn span {
    font-size: 0.875rem;
  }
}
@media (max-width: 1280px) {
  .p-header__btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    width: 100px;
  }
}

.p-mv {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 1280px) {
  .p-mv {
    margin-top: 60px;
  }
}
.p-mv .splide__track {
  height: 100%;
}
.p-mv .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-mv .splide__slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mv .splide__pagination {
  bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-mv .splide__pagination {
    bottom: 16px;
  }
}
.p-mv .splide__pagination__page {
  width: 30px;
  height: 4px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0px;
  margin-inline: 4px;
  margin-block: 0;
}
@media screen and (max-width: 767px) {
  .p-mv .splide__pagination__page {
    width: 16px;
    height: 3px;
    margin-inline: 3px;
  }
}
.p-mv .splide__pagination__page.is-active {
  background-color: #43A047;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-footer {
  background: #F4F4F4;
  padding-block: 64px 160px;
}
@media (max-width: 1280px) {
  .p-footer {
    padding-block: 64px 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 32px 100px;
  }
}
.p-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 32px;
  border-bottom: 1px solid #B0BEC5;
}
@media screen and (max-width: 767px) {
  .p-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-footer__item {
  padding-block: 4px;
  padding-inline: 16px;
  color: #09110A;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.52px;
}
@media screen and (max-width: 767px) {
  .p-footer__item {
    font-size: 0.75rem;
  }
}
.p-footer__item.--bold {
  font-weight: 700;
  letter-spacing: 0.64px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__item.--bold {
    font-size: 0.875rem;
  }
}
.p-footer__item span {
  padding-left: 12px;
  position: relative;
}
.p-footer__item span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background: #43A047;
}
.p-footer__calendar {
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  aspect-ratio: 330/350;
  height: auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__calendar {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    aspect-ratio: auto;
    width: 100%;
    max-width: 330px;
  }
}
.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}
.p-footer__copyright {
  color: #4F4F4F;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36px;
}
.p-footer__subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 21px;
}
.p-footer__subNav-item {
  color: #4F4F4F;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.52px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__subNav-item {
    font-size: 0.625rem;
  }
}
.p-footer__subNav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(110deg);
          transform: translateY(-50%) rotate(110deg);
  width: 16px;
  height: 1px;
  background: #B0BEC5;
}

.p-headline {
  margin-top: 80px;
  padding-block: 16px 80px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .p-headline {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-headline {
    padding-block: 16px 40px;
  }
}
.p-headline__title {
  color: #09110A;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-headline__title {
    font-size: 1.5rem;
  }
}
.p-headline__sub {
  position: absolute;
  bottom: -40px;
  right: 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-headline__sub {
    bottom: -24px;
  }
}
@media screen and (max-width: 767px) {
  .p-headline__sub.--maintenance {
    bottom: -14px;
  }
}
@media screen and (max-width: 767px) {
  .p-headline__sub.--ownership {
    bottom: -12px;
  }
}

.p-news__list-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-news__list-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}
.p-news__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-block: 40px;
}
@media screen and (max-width: 767px) {
  .p-news__label-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    width: 100%;
  }
}
.p-news__item {
  padding-block: 24px;
  border-bottom: 1px solid #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
}
.p-news__item::before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 20px;
  aspect-ratio: 16/22;
  height: auto;
  background: url(../img/common/btn-arrow-g.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    -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;
    gap: 10px;
    padding-block: 10px;
  }
}
.p-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-news__meta {
    gap: 10px;
  }
}
.p-news__data {
  color: #4F4F4F;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-news__data {
    font-size: 0.75rem;
  }
}
.p-news__label {
  color: #4F4F4F;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  padding-block: 2px;
  padding-inline: 16px;
  border-radius: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4F4F4F;
}
@media screen and (max-width: 767px) {
  .p-news__label {
    font-size: 0.75rem;
  }
}
.p-news__label.--current {
  background-color: #4F4F4F;
  color: #fff;
}
.p-news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-right: 24px;
  color: #09110A;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 0.875rem;
  }
}

.p-news__list {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.p-news__list.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.p-topNews {
  padding-block: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-topNews {
    padding-block: 40px 0;
  }
}
.p-topNews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-topNews__head {
    width: 100%;
    display: contents;
  }
  .p-topNews__head .c-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-topNews__head .c-btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.p-topNews__contents {
  padding-block: 80px;
  padding-inline: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-topNews__contents {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-topNews__contents {
    padding-block: 40px;
    -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-topNews__more {
  display: block;
  margin-inline: auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  padding-right: 31px;
  color: #399932;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.085px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topNews__more {
    font-size: 0.875rem;
  }
}
.p-topNews__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow05.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: auto;
  aspect-ratio: 1/1;
}
.p-topNews__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-topNews__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-topNews__tab {
  background-color: #fff;
  padding-block: 2px;
  padding-inline: 16px;
  border-radius: 1px;
  border: 1px solid #4F4F4F;
  color: #4F4F4F;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
.p-topNews__tab[aria-selected=true] {
  background-color: #4F4F4F;
  color: #fff;
  border-color: #4F4F4F;
}

.p-linkBtn__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-linkBtn__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-linkBtn__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 445px;
}
.p-linkBtn__item.--maintenance {
  background-image: url(../img/top/top-img02.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-linkBtn__item.--warranty {
  background-image: url(../img/top/top-img03.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-linkBtn__read {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-linkBtn__read {
    font-size: 0.875rem;
  }
}
.p-linkBtn__text {
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.44px;
  margin-bottom: 12px;
  position: relative;
  padding-inline: 11px;
}
.p-linkBtn__text::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 11px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
.p-linkBtn__text::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 11px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
}

.p-service {
  padding-block: 80px;
  background: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-block: 40px;
  }
}
.p-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.p-service__item {
  background: #fff;
  padding-block: 40px;
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    padding-block: 20px;
    padding-inline: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-service__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.32%;
          flex: 0 0 34.32%;
}
.p-service__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-service__box {
    gap: 16px;
  }
}
.p-service__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    gap: 16px;
  }
}
.p-service__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-service__info {
    -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;
    gap: 8px;
  }
}
.p-service__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #235525;
}
.p-service__data dt,
.p-service__data dd {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__data dt,
  .p-service__data dd {
    font-size: 0.75rem;
  }
}
.p-service__data dt {
  background: #235525;
  color: #fff;
  padding-inline: 16px;
  padding-block: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
}
@media screen and (max-width: 767px) {
  .p-service__data dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    padding-inline: 10px;
  }
}
.p-service__data dd {
  padding-inline: 24px;
  padding-block: 4px;
}
@media screen and (max-width: 767px) {
  .p-service__data dd {
    padding-inline: 16px;
  }
}
.p-service__price span {
  font-size: 0.875rem;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .p-service__price span {
    font-size: 0.75rem;
  }
}
.p-service__faq {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .p-service__faq {
    padding-block: 40px;
  }
}
.p-service__faq-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-service__faq-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service__faq-title {
  margin-bottom: 40px !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 288px;
          flex: 0 0 288px;
}
@media screen and (max-width: 1024px) {
  .p-service__faq-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__faq-title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-service__faq-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service__table-wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(20px + 5.33%);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p-service__table-caption {
  font-size: 0.875rem;
  color: #4F4F4F;
  margin-top: 10px;
}
.p-service__table {
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-service__table {
    width: 380px;
  }
}
.p-service__table th,
.p-service__table td {
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-service__table th,
  .p-service__table td {
    padding: 4px 8px;
  }
}
.p-service__table thead tr th {
  background: #43A047;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-service__table thead tr th {
    font-size: 0.875rem;
  }
}
.p-service__table tbody tr td {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .p-service__table tbody tr td {
    font-size: 0.75rem;
  }
}
.p-service__table-header:first-child {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-service__table-header:first-child {
    width: 180px;
  }
}
.p-service__table-header:not(:first-child) {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .p-service__table-header:not(:first-child) {
    width: 100px;
  }
}
.p-service__table-label {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__table-label {
    min-width: 100px;
  }
}
.p-service__table-price {
  text-align: right;
  color: #43A047;
}

.p-access {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-block: 40px;
  }
}
.p-access__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .p-access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-right: 5.633%;
  }
}
.p-access__head {
  margin-bottom: 40px !important;
}
.p-access__address {
  margin-bottom: 16px;
  font-style: normal;
  color: #09110A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-access__address {
    font-size: 0.875rem;
  }
}
.p-access__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-access__data:not(:last-of-type) {
  margin-bottom: 4px;
}
.p-access__data:last-of-type {
  margin-bottom: 16px;
}
.p-access__data dt,
.p-access__data dd {
  color: #09110A;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.52px;
}
.p-access__data dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  border-radius: 1px;
  background: #F4F4F4;
  padding-block: 2px;
  padding-inline: 8px;
  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;
  white-space: pre;
}
.p-access__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-access__sns {
    margin-bottom: 24px;
  }
}
.p-access__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 466px;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    height: 360px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-spFixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-spFixed {
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 480px;
  }
}

.p-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.p-faq__item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #B0BEC5;
  padding-inline: 12px 40px;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding-inline: 10px 20px;
  }
}
.p-faq__item.is-open {
  background-color: #fbfbfb;
}
.p-faq__q {
  color: #09110A;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.64px;
  cursor: pointer;
  padding-block: 20px;
  padding-inline: 44px 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    font-size: 1rem;
    padding-inline: 24px 10px;
  }
}
.p-faq__q::before {
  content: "Q";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  color: #B0BEC5;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.023px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-faq__q::before {
    left: 0;
    top: 18px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-faq__a {
  display: none;
  color: #4F4F4F;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.064px;
  padding-inline: 46px 24px;
  padding-block: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    font-size: 0.875rem;
    padding-inline: 24px 10px;
    padding-block: 0 20px;
  }
}
.p-faq__a a {
  color: #43A047;
  text-decoration: underline;
}
.p-faq__icon {
  height: 100%;
  width: 40px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq__icon {
    right: 0;
  }
}
.p-faq__icon.is-open .p-faq__bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq__bar1, .p-faq__bar2 {
  background-color: #43A047;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.p-faq__bar1 {
  height: 2px;
  width: 16px;
}
.p-faq__bar2 {
  height: 16px;
  width: 2px;
}
.p-faq__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-faq__img a {
  border: 1px solid #B0BEC5;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
}

.p-gallery {
  padding-block: 40px 80px;
  position: relative;
}
.p-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding-block: 20px 40px;
  }
}
.p-gallery__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 48px;
}
@media screen and (max-width: 1024px) {
  .p-gallery__contents {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.p-gallery__item {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .p-gallery__item {
    padding: 10px;
  }
}
.p-gallery__img {
  width: 100%;
  margin-bottom: 4px;
  position: relative;
}
.p-gallery__img img {
  width: 100%;
  aspect-ratio: 480/297;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallery__img figcaption {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: 0;
  top: -20%;
  color: #F4F4F4;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.25rem, -0.386rem + 3.41vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  padding-top: clamp(1.25rem, 0.159rem + 2.27vw, 1.75rem);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-gallery__img figcaption {
    font-size: 5vw;
  }
}
.p-gallery__img figcaption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: clamp(1rem, 0.455rem + 1.14vw, 1.25rem);
  width: 2px;
  background-color: #F4F4F4;
}
.p-gallery__title {
  color: #09110A;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  .p-gallery__title {
    font-size: 1rem;
  }
}
.p-gallery__text {
  color: #4F4F4F;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
}

.p-flow__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64.5161290323% 35.4838709677%;
  grid-template-columns: 64.5161290323% 35.4838709677%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  max-width: 1120px;
  margin: 0 auto 60px;
  padding: 30px 64px;
  border-radius: 1px;
  background: #f8f8f8;
}

.p-flow__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-flow__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-flow__item > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-flow__item > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
    row-gap: 20px;
  }
}
.p-flow__item .p-flow__item-text {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.p-flow__item .p-flow__item-img {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .p-flow__item .p-flow__item-img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.p-flow__item .p-tel {
  display: none;
}
.p-flow__item.p-add-tel {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.p-flow__item.p-add-tel .p-flow__item-text {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.p-flow__item.p-add-tel .p-flow__item-img {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 352/176;
}
@media screen and (max-width: 767px) {
  .p-flow__item.p-add-tel .p-flow__item-img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.p-flow__item.p-add-tel .p-flow__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-flow__item.p-add-tel .p-tel {
  display: block;
  text-align: center;
  grid-column: 1/-1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .p-flow__item.p-add-tel .p-tel {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
.p-flow__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #399932;
}
.p-flow__item:last-of-type::after {
  display: none;
}

.p-flow__item-text {
  padding-right: 11.25%;
}
@media screen and (max-width: 767px) {
  .p-flow__item-text {
    padding-right: 0;
  }
}

.p-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #235525;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
}
.p-flow__step span {
  color: #235525;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.p-step__head {
  margin-top: 5px;
  color: #2e382a;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .p-step__head {
    font-size: 1.25rem;
  }
}

.p-step__text {
  margin-top: 11px;
  color: #2e382a;
}

.p-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: #fff;
  margin-top: 20px;
  padding-block: 10px;
}
.p-tel a {
  color: #399932;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-tel a {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
  }
}
.p-tel a::before {
  content: "";
  position: absolute;
  background: url(../img/tel-icon.svg) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  aspect-ratio: 25/28;
  pointer-events: none;
}

.p-tel-text {
  margin-top: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-tel-text {
    margin-top: 5.5px;
    font-size: 0.75rem;
  }
}

.p-treatment {
  margin-top: 40px;
}

.p-treatment__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 51.4285714286% 48.5714285714%;
  grid-template-columns: 51.4285714286% 48.5714285714%;
  padding-bottom: 30px;
}
.p-treatment__item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-treatment__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}

.p-treatment__item-text {
  padding-right: 11.1111111111%;
}
@media screen and (max-width: 767px) {
  .p-treatment__item-text {
    padding-right: 0;
  }
}

.p-treatment__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 544/272;
}
.p-treatment__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topics {
  padding-block: 40px 100px;
  background-image: url(../img/top/topics-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-topics {
    padding-block: 40px 50px;
  }
}
.p-topics__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-topics__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.p-topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-topics__item img {
  width: 100%;
}
.p-topics__item span {
  color: #4F4F4F;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  position: relative;
  padding-right: 18px;
}
.p-topics__item span::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/window.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-lineup {
  padding-block: 104px;
}
@media screen and (max-width: 767px) {
  .p-lineup {
    padding-block: 50px;
  }
}
.p-lineup__head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 64px;
  gap: 89px;
}
@media screen and (max-width: 767px) {
  .p-lineup__head-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-lineup__head-wrap .c-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 189px;
          flex: 0 0 189px;
}
@media screen and (max-width: 767px) {
  .p-lineup__head-wrap .c-btn {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-lineup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-lineup__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-lineup__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-lineup__new {
  color: #C60C31;
}
.p-lineup__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 16px;
}
.p-lineup__price p {
  color: #4F4F4F;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
.p-lineup__price p span {
  font-size: 0.5625rem;
  line-height: 1.8;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  .p-lineup__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-lineup__price p {
    font-size: 0.75rem;
  }
}
.p-lineup__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 16px;
}
.p-lineup__person p {
  color: #4F4F4F;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .p-lineup__person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-lineup__person p {
    font-size: 0.75rem;
  }
}
.p-lineup__rental {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 16px;
  margin-bottom: 24px;
}
.p-lineup__rental p {
  color: #4F4F4F;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
.p-lineup__rental p span {
  font-size: 0.5625rem;
  line-height: 1.8;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  .p-lineup__rental {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-lineup__rental p {
    font-size: 0.75rem;
  }
}
.p-lineup__person-title, .p-lineup__rental-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 73px;
          flex: 0 0 73px;
}
@media screen and (max-width: 767px) {
  .p-lineup__person-title, .p-lineup__rental-title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.p-lineup__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-lineup__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.p-lineup__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent;
  padding-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lineup__btn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.p-lineup__btn span {
  color: #09110A;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
}
.p-lineup__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #B0BEC5;
}
.p-lineup__btn[aria-selected=true] span {
  color: #43A047;
}
.p-lineup__btn[aria-selected=true]::before {
  background-color: #43A047;
}
.p-lineup__btn[aria-selected=true]::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #43a047 transparent transparent transparent;
}

.p-lineup__tabs-contents {
  margin-top: 24px;
  margin-inline: auto;
}

.p-lineup__tabs-content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.p-lineup__tabs-content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.p-lineup__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-lineup__list {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 32px;
  }
}
.p-lineup__list.--page {
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lineup__list.--page {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.p-lineup__list.--page::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #B0BEC5, #B0BEC5 8px, transparent 8px, transparent 13px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .p-lineup__list.--page::before {
    bottom: -10px;
  }
}
.p-lineup__list.--page.--no-line {
  margin-bottom: 0;
}
.p-lineup__list.--page.--no-line::before {
  display: none;
}

.p-lineup__img {
  position: relative;
}
.p-lineup__img figcaption {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.64px;
  margin-top: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-lineup__img figcaption {
    font-size: 0.625rem;
    margin-top: -10px;
  }
}
.p-lineup__img::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 108%;
  height: auto;
  aspect-ratio: 277/70;
  background-image: url(../img/common/line-up-bg.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.p-lineup__btn-arrow {
  border-radius: 1px;
  border: 1px solid #F4F4F4;
  background-color: #fff;
  width: 30px;
  height: 30px;
  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-car-rental {
  padding-block: 80px 0;
}
@media (max-width: 1280px) {
  .p-car-rental {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-car-rental {
    padding-block: 40px;
  }
}
.p-car-rental__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-car-rental__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-car-rental__img {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .p-car-rental__img {
    width: 100%;
  }
}
.p-car-rental__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-car-rental__box {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-car-rental__text {
  margin-bottom: 18.5%;
}
@media screen and (max-width: 767px) {
  .p-car-rental__text {
    margin-bottom: 24px;
  }
}
.p-car-rental__read {
  color: #09110A;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.23px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-car-rental__read {
    font-size: 1.125rem;
  }
}
.p-car-rental__btn {
  display: block;
  margin-inline: auto 0;
}

.p-contact {
  background: radial-gradient(circle, rgba(244, 244, 244, 0.2) 0.5px, transparent 0.5px), -webkit-gradient(linear, left top, right bottom, from(#368039), to(#2a732d));
  background: radial-gradient(circle, rgba(244, 244, 244, 0.2) 0.5px, transparent 0.5px), linear-gradient(to bottom right, #368039, #2a732d);
  background-position: 0 0, 0 0;
  background-size: 10px 10px, 100% 100%;
  padding-block: 40px;
  color: #fff;
}
.p-contact__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-contact__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p-contact__text {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.875rem;
  }
}
.p-contact__caption {
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.52px;
  margin-bottom: 17px;
}
.p-contact__tel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-contact__tel {
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-contact__tel::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__tel::before {
    width: 100%;
    height: 1px;
    background: #fff;
    top: initial;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.p-contact__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-link {
    font-size: 1.75rem;
  }
}
.p-contact__tel-link span {
  position: relative;
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-link span {
    padding-left: 38px;
  }
}
.p-contact__tel-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/contact-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-link span::before {
    width: 30px;
    height: 30px;
  }
}
.p-contact__tel-link.--green {
  margin-bottom: 0;
}
.p-contact__tel-link.--green span {
  color: #43A047;
}
.p-contact__tel-link.--green span::before {
  background-image: url(../img/common/contact-tel-g.svg);
}
.p-contact__mail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-contact__mail {
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-top: 20px;
  }
}
.p-contact__mail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  border-radius: 2px;
  background: #fff;
  width: 290px;
  padding-block: 12px;
  padding-inline: 44px;
}
.p-contact__mail-link span {
  color: #43A047;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  position: relative;
  padding-left: 36px;
}
.p-contact__mail-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/contact-mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-lineUp {
  padding-block: 0 104px;
  max-width: 1440px;
  margin-inline: auto;
}
.page-lineUp .p-lineup__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page-lineUp .p-lineup__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-lineUp__title {
  color: #235525;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.23px;
  padding-top: 40px;
  margin-bottom: 24px;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-lineUp__title {
    padding-top: 20px;
    margin-bottom: 16px;
    font-size: 1.125rem;
    padding-left: 24px;
  }
}
.page-lineUp__title::before {
  content: "";
  position: absolute;
  top: 57px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #B0BEC5;
}
@media screen and (max-width: 767px) {
  .page-lineUp__title::before {
    top: 33px;
    width: 16px;
  }
}
.page-lineUp__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-lineUp__link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
}

.page-lineUp__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 192px;
          flex: 0 0 192px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-block: 96px 80px;
  padding-inline: 0 24px;
  position: sticky;
  top: 80px;
  z-index: 50;
}
@media (max-width: 1280px) {
  .page-lineUp__btn-wrap {
    top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .page-lineUp__btn-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .page-lineUp__btn-wrap {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-block: 20px;
    padding-inline: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    position: static;
  }
}

.page-lineUp__btn {
  background-color: transparent;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-lineUp__btn span {
  color: #B0BEC5;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
.page-lineUp__btn.--active {
  margin-left: 13px;
}
.page-lineUp__btn.--active span {
  color: #43A047;
}
.page-lineUp__btn.--active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #43A047;
}
.page-lineUp__btn.--active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #43A047;
  border-radius: 100%;
}

.page-lineUp__contents {
  padding-block: 40px;
  padding-inline: 80px 160px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .page-lineUp__contents {
    padding-inline: 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-lineUp__contents {
    padding-inline: 20px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.page-lineUp__content-wrap {
  position: relative;
  z-index: 1;
}

.page-single {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .page-single {
    padding-block: 40px;
  }
}
.page-single__title {
  color: #09110A;
  font-size: 1.4375rem;
  font-weight: 700;
  margin-block: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-single__title {
    font-size: 1.125rem;
  }
}
.page-single__body {
  margin-top: 20px;
  margin-bottom: 40px;
}
.page-single__body *:not(img, li) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-single__body *:not(img, li) {
    font-size: 0.875rem;
  }
}
.page-single__body a {
  text-decoration: underline;
  color: #43A047;
}
.page-single__body ul {
  margin-left: 20px;
}
.page-single__body ul li {
  list-style: disc;
}
.page-single__body ol {
  margin-left: 20px;
}
.page-single__body ol li {
  list-style: decimal;
}

.page-guide {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 0 104px;
}
@media screen and (max-width: 767px) {
  .page-guide {
    padding-block: 0 52px;
  }
}
.page-guide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 20px;
  padding-inline: 24px;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 24px;
  margin-bottom: 52px;
  border-bottom: 2px solid #43A047;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-guide__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-guide__item > img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.page-guide__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.9px 8px 0 8px;
  border-color: #43a047 transparent transparent transparent;
}
.page-guide__item.--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-block: 0;
  padding-inline: 24px;
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-guide__item.--column {
    padding-inline: 0;
  }
}
.page-guide__item.--column::after {
  display: none;
}
.page-guide__item.--imgRow {
  gap: 24px;
  padding-block: 0;
  padding-inline: 0;
  border-bottom: none;
  margin-bottom: 0;
  margin-right: 0;
}
.page-guide__item.--imgRow .page-guide__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: 24px 0;
}
@media screen and (max-width: 767px) {
  .page-guide__item.--imgRow .page-guide__text {
    padding-inline: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.page-guide__item.--imgRow .page-guide__img {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .page-guide__item.--imgRow .page-guide__img {
    width: 100%;
  }
}
.page-guide__item.--imgRow .page-guide__img img {
  width: 100%;
  aspect-ratio: 272/168;
  height: auto;
}
.page-guide__textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-guide__title {
  color: #43A047;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.23px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page-guide__title {
    font-size: 1.125rem;
    text-align: center;
  }
}
.page-guide__text {
  color: #09110A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .page-guide__text {
    font-size: 0.875rem;
  }
}
.page-guide__text a {
  text-decoration: underline;
  color: #43A047;
}

.p-company {
  padding-block: 40px 80px;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-block: 20px 40px;
  }
}
.p-company__title {
  margin-bottom: 40px !important;
}
.p-company__contents {
  background-color: #fff;
  padding-block: 48px;
  padding-inline: 48px;
  max-width: 992px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-company__contents {
    padding-block: 24px;
    padding-inline: 24px;
  }
}
.p-company__contents.--rental {
  padding-block: 24px;
  padding-inline: 24px;
  margin-inline: 0;
  max-width: 100%;
  background-color: #fbfbfb;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-company__contents.--rental {
    padding-block: 16px;
    padding-inline: 16px;
  }
}
.p-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #43A047;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-company__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-company__item dt {
  color: #43A047;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  padding-block: 8px;
  padding-inline: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .p-company__item dt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
  }
}
.p-company__item dt.--100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .p-company__item dt.--100 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
  }
}
.p-company__item dt.--150 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .p-company__item dt.--150 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
  }
}
.p-company__item dd {
  color: #09110A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 8px;
  padding-inline: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-company__item dd {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.875rem;
  }
}
.p-company__link {
  border-radius: 2px;
  background: #43A047;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.09px;
  padding-block: 4px;
  padding-inline: 12px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-company__link {
    margin-left: 0;
    margin-top: 4px;
  }
}
.p-company__link span {
  padding-right: 14px;
  position: relative;
}
.p-company__link span::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/window-w.svg);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-history {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .p-history {
    padding-block: 40px;
  }
}
.p-history__title {
  margin-bottom: 40px !important;
}
.p-history__contents {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .p-history__contents {
    margin-left: 0;
  }
}
.p-history__item {
  border-bottom: 1px solid #B0BEC5;
  padding-block: 32px;
  padding-inline: 24px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-history__item {
    -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;
    gap: 10px;
    padding-block: 16px;
    padding-inline: 12px 24px;
  }
}
.p-history__year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-history__year {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-history__date {
  color: #235525;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2px;
  min-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-history__date {
    padding-left: 24px;
    font-size: 1rem;
  }
}
.p-history__date span {
  color: #235525;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.5;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-history__date span {
    font-size: 1.25rem;
  }
}
.p-history__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-shop {
  padding-block: 40px 80px;
}
@media screen and (max-width: 767px) {
  .p-shop {
    padding-block: 20px 40px;
  }
}
.p-shop.--rental {
  padding-block: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(244, 244, 244, 0.85)));
  background: linear-gradient(180deg, #FFF 0%, rgba(244, 244, 244, 0.85) 100%);
}
@media screen and (max-width: 767px) {
  .p-shop.--rental {
    padding-block: 40px;
  }
}
.p-shop__title {
  margin-bottom: 40px !important;
}
.p-shop__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
  margin-bottom: 40px;
}
.p-shop__contents.--rental {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-shop__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}
.p-shop__map {
  width: 45.89%;
}
.p-shop__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-shop__map {
    width: 100%;
    height: 300px;
  }
}
.p-shop__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-shop__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.p-shop__info-text a {
  color: #43A047;
  text-decoration: underline;
}
.p-shop__info-text-note {
  color: #4F4F4F;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
.p-shop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #43A047;
}
@media screen and (max-width: 767px) {
  .p-shop__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-shop__item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  padding-block: 8px;
  padding-inline: 16px;
  color: #43A047;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-shop__item dt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-shop__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 8px;
  padding-inline: 16px;
  color: #09110A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-shop__item dd {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 0.875rem;
  }
}
.p-shop__access {
  background-color: #fff;
}
.p-shop__access-item {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .p-shop__access-item {
    padding: 16px;
  }
}
.p-shop__access-item p {
  margin-bottom: 16px;
}
.p-shop__access-item p span {
  color: #43A047;
  font-weight: 700;
  display: block;
}
.p-shop__access-item p:last-child {
  margin-bottom: 0;
}
.p-shop__access-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  color: #235525;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #B0BEC5;
}
@media screen and (max-width: 767px) {
  .p-shop__access-title {
    font-size: 1.125rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

.p-benefit {
  padding-block: 68px;
  background-image: url(../img/access/access-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-benefit {
    background-image: url(../img/access/access-bg_sp.webp);
    background-position: bottom center;
    background-size: 100%;
    padding-block: 34px 55%;
  }
}
.p-benefit__contents {
  max-width: 594px;
  width: 53%;
}
@media screen and (max-width: 767px) {
  .p-benefit__contents {
    width: 100%;
    max-width: none;
  }
}
.p-benefit__head {
  margin-bottom: 24px;
}
.p-benefit__text {
  color: #09110A;
  text-align: center;
  margin-bottom: 16px;
}
.p-benefit__text span {
  color: #43A047;
}
.p-benefit__note {
  color: #4F4F4F;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.056px;
}
@media screen and (max-width: 767px) {
  .p-benefit__note {
    font-size: 0.75rem;
  }
}

.p-maintenance {
  padding-block: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-maintenance {
    padding-block: 20px 0;
  }
}
.p-maintenance__title {
  margin-bottom: 40px !important;
}
.p-maintenance__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .p-maintenance__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-maintenance__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63%;
          flex: 0 0 63%;
}
@media screen and (max-width: 767px) {
  .p-maintenance__text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-maintenance__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-maintenance__img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-maintenance__tags {
  margin-block: 32px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-maintenance__tags {
    margin-block: 20px 10px;
  }
}
.p-maintenance__list {
  margin-top: 64px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.p-maintenance__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-maintenance__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media screen and (max-width: 767px) {
  .p-maintenance__list {
    margin-top: 20px;
  }
}
.p-maintenance__item {
  border: 1px solid #B0BEC5;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 186px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-maintenance__item {
    height: 120px;
  }
  .p-maintenance__item img {
    width: 50px;
    height: 50px;
  }
}
.p-maintenance__item span {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-maintenance__item span {
    font-size: 1rem;
  }
}
.p-maintenance__item:hover {
  border: 1px solid #43A047;
  background: #ecf6ed;
}
.p-maintenance__item:hover span {
  color: #43A047;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 6%;
  text-underline-offset: 5%;
  text-underline-position: from-font;
}

.p-tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.p-warranty {
  padding-block: 120px 40px;
}
@media screen and (max-width: 767px) {
  .p-warranty {
    padding-block: 60px 20px;
  }
}
.p-warranty__title {
  margin-bottom: 40px !important;
}
.p-warranty__note {
  margin-top: 16px;
  color: #09110A;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.44px;
  margin-bottom: 32px;
}
.p-warranty__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-warranty__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-warranty__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fbfbfb;
  padding-block: 40px;
  padding-inline: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-warranty__item {
    padding-block: 20px;
    padding-inline: 16px;
  }
}
.p-warranty__item p span {
  color: #43A047;
}
.p-warranty__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-block: 24px 0;
}
@media screen and (max-width: 767px) {
  .p-warranty__tags {
    margin-block: 16px 0;
  }
}
.p-warranty__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 32px;
  -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;
  gap: 16px;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .p-warranty__link {
    padding-block: 20px;
  }
}

.page-maintenance .hearty {
  padding-block: 40px 80px;
}
@media screen and (max-width: 767px) {
  .page-maintenance .hearty {
    padding-block: 20px 40px;
  }
}
.page-maintenance .hearty__head {
  padding-block: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.page-maintenance .hearty__content {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: 6.66% 0;
}
.page-maintenance .hearty__img-wrap {
  padding: 32px;
  background: #fff;
  overflow-x: scroll;
  margin-inline: auto;
  max-width: 1120px;
}
@media screen and (max-width: 767px) {
  .page-maintenance .hearty__img-wrap {
    padding: 20px;
    max-width: 540px;
  }
}
.page-maintenance .hearty__img {
  width: 1056px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page-maintenance .hearty__img {
    width: 500px;
  }
}
.page-maintenance .check {
  overflow: hidden;
  padding-block: 80px;
  background: linear-gradient(260deg, #fff 0%, #f4f4f4 100%);
}
.page-maintenance .check.--legal {
  background: linear-gradient(102deg, #fff 0%, #f4f4f4 99.04%);
}
@media screen and (max-width: 767px) {
  .page-maintenance .check {
    padding-block: 40px;
  }
}
.page-maintenance .check__content {
  padding-inline: 24px;
  margin-top: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-maintenance .check__content {
    padding-inline: 0;
  }
}
.page-maintenance .check__table-wrap {
  overflow-x: auto;
  margin-top: -20px;
}
.page-maintenance .check__table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 800px;
  margin-block: 20px;
}
.page-maintenance .check__table.--legal {
  max-width: none;
  width: 1070px;
  table-layout: fixed;
}
.page-maintenance .check__table th,
.page-maintenance .check__table td {
  border: 1px solid #e0e0e0;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  vertical-align: middle;
}
.page-maintenance .check__table th {
  background: #43A047;
  color: #fff;
  padding-inline: 16px;
  padding-block: 4px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  padding-inline: 16px;
  padding-block: 8px;
  width: 33.3333333333%;
}
.page-maintenance .check__table th.--legal {
  width: auto;
}
@media screen and (max-width: 767px) {
  .page-maintenance .check__table th {
    padding-inline: 8px;
    font-size: 0.875rem;
  }
}
.page-maintenance .check__table td {
  padding-inline: 16px;
  padding-block: 4px;
  background: #fbfbfb;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .page-maintenance .check__table td {
    padding-inline: 8px;
    font-size: 0.75rem;
  }
}
.page-maintenance .check__table td span {
  color: #43A047;
}
.page-maintenance .check__table td.--legal {
  width: 20%;
}
.page-maintenance .check__caption {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
.page-maintenance .inspection {
  padding-block: 80px;
  overflow: hidden;
}
.page-maintenance .inspection__title {
  margin-bottom: 40px !important;
}
.page-maintenance .inspection__content {
  padding-inline: 24px 0;
  margin-top: 24px;
}
.page-maintenance .inspection__list {
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .page-maintenance .inspection__list {
    padding-inline: 0;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-maintenance .inspection__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-maintenance .inspection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border: 1px solid #e0e0e0;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 #f8f8f8;
          box-shadow: 0 3px 6px 0 #f8f8f8;
}
.page-maintenance .inspection__item h3 {
  font-weight: 700;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .page-maintenance .inspection__item h3 {
    height: 60px;
    font-size: 0.875rem;
  }
}
.page-maintenance .inspection__item:nth-of-type(1) h3 {
  background: #81c784;
}
.page-maintenance .inspection__item:nth-of-type(2) h3 {
  background: #77b9ef;
}
.page-maintenance .inspection__item:nth-of-type(2) h3 span {
  color: #fff;
  padding-inline: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  border-radius: 50px;
  background: #228ce1;
}
.page-maintenance .inspection__item:nth-of-type(3) h3 {
  background: #fff176;
}
.page-maintenance .inspection__item:nth-of-type(4) h3 {
  background: #ffb74d;
}
.page-maintenance .inspection .check__list,
.page-maintenance .inspection .number__list {
  padding-block: 12px;
  padding-inline: 16px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .page-maintenance .inspection .check__list,
  .page-maintenance .inspection .number__list {
    padding-inline: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .page-maintenance .inspection .check__list,
  .page-maintenance .inspection .number__list {
    padding-inline: 8px;
    font-size: 0.75rem;
  }
}
.page-maintenance .inspection .check__list li {
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-maintenance .inspection .check__list li {
    padding-left: 20px;
  }
}
.page-maintenance .inspection .check__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(../img/common/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .page-maintenance .inspection .check__list li::before {
    width: 18px;
    height: 18px;
  }
}
.page-maintenance .inspection .number__list li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: #228ce1;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  text-align: center;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .page-maintenance .inspection .number__list li span {
    width: 20px;
    height: 20px;
  }
}
.page-maintenance .inspection__price {
  margin-top: 40px;
  margin-right: calc(50% - 50vw);
}
.page-maintenance .inspection__work {
  margin-top: 40px;
}
.page-maintenance .inspection__legal-fees {
  margin-top: 40px;
}
.page-maintenance .vehicle-inspection-table {
  overflow-x: auto;
}
.page-maintenance .vehicle-inspection-table .inspection-table {
  width: 100%;
  border-collapse: collapse;
  width: 1943px;
}
.page-maintenance .vehicle-inspection-table .inspection-table thead tr:first-child .category-header {
  background: #fbfbfb;
  border: 1px solid #e0e0e0;
}
.page-maintenance .vehicle-inspection-table .inspection-table thead tr:first-child .vehicle-type-header {
  background: #4f4f4f;
  color: #ffffff;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .page-maintenance .vehicle-inspection-table .inspection-table thead tr:first-child .vehicle-type-header {
    font-size: 0.875rem;
  }
}
.page-maintenance .vehicle-inspection-table .inspection-table thead tr .vehicle-models {
  background: #fbfbfb;
  width: 183px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  text-align: center;
  border: 1px solid #e0e0e0;
  color: #09110a;
  height: 112px;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-maintenance .vehicle-inspection-table .inspection-table thead tr .vehicle-models {
    width: 160px;
    height: 90px;
  }
}
.page-maintenance .vehicle-inspection-table .inspection-table thead tr .vehicle-models span {
  display: block;
  background: #F4F4F4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-maintenance .vehicle-inspection-table .inspection-table thead tr .vehicle-models p {
  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;
  padding: 8px 16px;
  min-height: 88px;
  font-size: 0.875rem;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .page-maintenance .vehicle-inspection-table .inspection-table thead tr .vehicle-models p {
    font-size: 0.75rem;
    padding: 6px 12px;
  }
}
.page-maintenance .vehicle-inspection-table .inspection-table thead tr .vehicle-models:has(span) p {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .page-maintenance .vehicle-inspection-table .inspection-table thead tr .vehicle-models:has(span) p {
    padding-top: 28px;
  }
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .category-row .pricing-category {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  text-align: center;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  width: 113px;
}
@media screen and (max-width: 767px) {
  .page-maintenance .vehicle-inspection-table .inspection-table tbody .category-row .pricing-category {
    font-size: 0.875rem;
    width: 105px;
  }
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .category-row .pricing-category.category-a {
  background: #81c784;
  color: #09110a;
  height: 88px;
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .category-row .pricing-category.category-b {
  background: #77b9ef;
  color: #09110a;
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .category-row .pricing-category.category-c {
  background: #fff176;
  color: #09110a;
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .category-row .pricing-category.category-total {
  background: #ffcb66;
  color: #09110a;
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .price-cell {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #fbfbfb;
  color: #09110a;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-maintenance .vehicle-inspection-table .inspection-table tbody .price-cell {
    font-size: 0.75rem;
    width: 160px;
  }
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .price-cell.label-cell {
  text-align: left;
  background: #fbfbfb;
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .price-cell.legal-fee-cell {
  position: relative;
  height: 66px;
  text-align: center;
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .price-cell.legal-fee-cell .fee-type {
  display: block;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .price-cell.legal-fee-cell .fee-price {
  padding-top: 32px;
  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;
  min-height: 40px;
}
@media screen and (max-width: 767px) {
  .page-maintenance .vehicle-inspection-table .inspection-table tbody .price-cell.legal-fee-cell .fee-price {
    padding-top: 28px;
  }
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .price-cell.total-price {
  background: #fbefd7;
  font-weight: 600;
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .total-row .price-cell.label-cell {
  background: #fbefd7;
}
.page-maintenance .vehicle-inspection-table .inspection-table tbody .legal-fees-row .label-cell {
  background: #fbfbfb;
}
.page-maintenance .work-content-table {
  margin-top: -45px;
  overflow-x: auto;
  padding-top: 40px;
}
.page-maintenance .work-content-table .work-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 904px;
}
@media screen and (max-width: 767px) {
  .page-maintenance .work-content-table .work-table {
    width: 700px;
  }
}
.page-maintenance .work-content-table .work-table thead tr .work-header {
  background: #fbfbfb;
  color: #09110a;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  text-align: center;
  border: 1px solid #e0e0e0;
  width: 315px;
}
@media screen and (max-width: 767px) {
  .page-maintenance .work-content-table .work-table thead tr .work-header {
    font-size: 0.75rem;
    width: 200px;
  }
}
.page-maintenance .work-content-table .work-table thead tr .plan-header {
  background: #77b9ef;
  color: #09110a;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  text-align: center;
  border: 1px solid #e0e0e0;
  width: 196px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-maintenance .work-content-table .work-table thead tr .plan-header {
    font-size: 0.75rem;
    width: 90px;
  }
}
.page-maintenance .work-content-table .work-table thead tr .plan-header span {
  background: #228ce1;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 6px);
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.52px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page-maintenance .work-content-table .work-table thead tr .plan-header span {
    font-size: 0.625rem;
    height: 30px;
  }
}
.page-maintenance .work-content-table .work-table thead tr .plan-header span::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 5.5px 0 5.5px;
  border-color: #228ce1 transparent transparent transparent;
}
.page-maintenance .work-content-table .work-table tbody tr .work-item {
  background: #fbfbfb;
  color: #09110a;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  text-align: center;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  width: 315px;
}
@media screen and (max-width: 767px) {
  .page-maintenance .work-content-table .work-table tbody tr .work-item {
    font-size: 0.75rem;
  }
}
.page-maintenance .work-content-table .work-table tbody tr .check-cell {
  background: #fbfbfb;
  color: #09110a;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  text-align: center;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  width: 196px;
}
@media screen and (max-width: 767px) {
  .page-maintenance .work-content-table .work-table tbody tr .check-cell {
    font-size: 0.75rem;
  }
}
.page-maintenance .legal-fees-table {
  overflow-x: auto;
}
.page-maintenance .legal-fees-table .legal-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  width: 460px;
}
.page-maintenance .legal-fees-table .legal-table tbody tr .fee-category {
  background: #fff176;
  color: #09110a;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  text-align: right;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  width: 105px;
  text-align: center;
  white-space: pre;
}
.page-maintenance .legal-fees-table .legal-table tbody tr .fee-category:empty {
  background: #fff176;
}
.page-maintenance .legal-fees-table .legal-table tbody tr .vehicle-type {
  background: #f4f4f4;
  color: #09110a;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  text-align: left;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-maintenance .legal-fees-table .legal-table tbody tr .vehicle-type {
    font-size: 0.75rem;
  }
}
.page-maintenance .legal-fees-table .legal-table tbody tr .vehicle-type:empty {
  background: #f4f4f4;
}
.page-maintenance .legal-fees-table .legal-table tbody tr .fee-amount {
  background: #fbfbfb;
  color: #43a047;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  text-align: center;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-maintenance .legal-fees-table .legal-table tbody tr .fee-amount {
    font-size: 0.75rem;
  }
}
.page-maintenance .inspection__legal-fees-note {
  color: #09110A;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  margin-block: 40px;
}
@media screen and (max-width: 767px) {
  .page-maintenance .inspection__legal-fees-note {
    font-size: 0.75rem;
  }
}
.page-maintenance .inspection__legal-fees-note span {
  color: #e60012;
}

.p-rental__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-rental__header {
    margin-top: 60px;
  }
}
.p-rental__header img {
  width: 100%;
}
.p-rental__main {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-rental__main {
    padding-bottom: 40px;
  }
}
.p-rental__content {
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .p-rental__content {
    margin-top: -20px;
  }
}
.p-rental__box {
  max-width: 576px;
  width: 51.42%;
}
@media screen and (max-width: 767px) {
  .p-rental__box {
    width: 100%;
    max-width: 400px;
  }
}
.p-rental__title {
  max-width: 484px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-rental__title {
    width: 60%;
    margin-bottom: 24px;
  }
}
.p-rental__text {
  line-height: 2;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
}
.p-rental__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.p-rental__btns a {
  border: 1px solid #B0BEC5;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
}
.p-rental__img {
  position: absolute;
  top: -5%;
  max-width: 1000px;
  right: 0;
  width: 44%;
  height: auto;
  aspect-ratio: 638/484;
}
@media screen and (max-width: 767px) {
  .p-rental__img {
    bottom: initial;
    top: -10%;
    width: 37%;
  }
}
.p-rental__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-rental__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-rental__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-rental__lineup {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .p-rental__lineup {
    padding-block: 40px;
  }
}
.p-rental__note {
  color: #4F4F4F;
  margin-top: 16px;
}

.p-rentalGuide {
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide {
    padding-bottom: 60px;
  }
}
.p-rentalGuide__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.p-rentalGuide__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__label-wrap {
    gap: 10px;
  }
}
.p-rentalGuide__label {
  color: #4F4F4F;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  padding-block: 2px;
  padding-inline: 16px;
  border-radius: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4F4F4F;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__label {
    font-size: 0.75rem;
  }
}
.p-rentalGuide__label[aria-selected=true] {
  background-color: #4F4F4F;
  color: #fff;
  border-color: #4F4F4F;
}
.p-rentalGuide__wrap {
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__wrap {
    padding-inline: 0;
  }
}
.p-rentalGuide__wrap.--bottom {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__wrap.--bottom {
    margin-bottom: 20px;
  }
}
.p-rentalGuide__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.p-rentalGuide__text a {
  color: #43A047;
  text-decoration: underline;
}
.p-rentalGuide__note {
  color: #4F4F4F;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
.p-rentalGuide__accent {
  color: #43A047;
}
.p-rentalGuide__attention {
  background-color: #fbfbfb;
  padding-block: 20px;
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__attention {
    padding-block: 16px;
    padding-inline: 16px;
  }
}
.p-rentalGuide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__list {
    gap: 8px;
  }
}
.p-rentalGuide__list li {
  padding-left: 16px;
  position: relative;
  color: #09110A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__list li {
    font-size: 0.875rem;
  }
}
.p-rentalGuide__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 100%;
  background-color: #43A047;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__list li::before {
    top: 9px;
    width: 6px;
  }
}
.p-rentalGuide__data-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  margin-top: 12px;
  margin-left: -24px;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__data-wrap {
    margin-left: 0;
    -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-rentalGuide__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 4px;
  padding-inline: 12px;
  background-color: #fbfbfb;
}
.p-rentalGuide__data dt,
.p-rentalGuide__data dd {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.56px;
  border-bottom: 1px solid #43A047;
}
.p-rentalGuide__data dt {
  color: #43A047;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 103px;
          flex: 0 0 103px;
  padding-block: 4px;
  padding-inline: 8px;
  white-space: pre;
}
.p-rentalGuide__data dd {
  padding-block: 4px;
  padding-inline: 12px;
}
.p-rentalGuide__flow {
  padding: 24px;
  background-color: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__flow {
    padding: 16px;
  }
}
.p-rentalGuide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 0 20px;
  padding-inline: 24px;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 0;
    margin-right: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-rentalGuide__item > img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.p-rentalGuide__item:not(:last-child) {
  border-bottom: 2px solid #43A047;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-rentalGuide__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.9px 8px 0 8px;
  border-color: #43a047 transparent transparent transparent;
}
.p-rentalGuide__textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-rentalGuide__title {
  color: #43A047;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.23px;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__title {
    font-size: 1.125rem;
  }
}
.p-rentalGuide__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px 12px;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.p-rentalGuide__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.56px;
  border: 1px solid #235525;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__time {
    font-size: 0.75rem;
  }
}
.p-rentalGuide__time dt {
  color: #fff;
  padding-block: 4px;
  padding-inline: 16px;
  background-color: #235525;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__time dt {
    padding-inline: 10px;
  }
}
.p-rentalGuide__time dd {
  color: #09110A;
  padding-block: 4px;
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .p-rentalGuide__time dd {
    padding-inline: 12px;
  }
}
.p-rentalGuide__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-rentalGuide__btns a {
  border: 1px solid #B0BEC5;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
}

.p-ownership {
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .p-ownership {
    padding-bottom: 60px;
  }
}
.p-ownership__wrap {
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-ownership__wrap {
    padding-inline: 0;
  }
}
.p-ownership__wrap.--bottom {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-ownership__wrap.--bottom {
    margin-bottom: 20px;
  }
}
.p-ownership__wrap.--top {
  margin-top: 20px;
}
.p-ownership__text a {
  color: #43A047;
  text-decoration: underline;
}
.p-ownership__note {
  color: #4F4F4F;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
.p-ownership__note a {
  color: #43A047;
}
.p-ownership__accent {
  color: #43A047;
}
.p-ownership__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-ownership__case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-ownership__case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  border: 2px dashed #B0BEC5;
  padding-block: 40px;
  padding-inline: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-ownership__case-item {
    padding-block: 20px;
    padding-inline: 16px;
  }
}
.p-ownership__preparation {
  background: #fbfbfb;
  padding-block: 24px;
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-ownership__preparation {
    padding-block: 16px;
    padding-inline: 16px;
  }
}
.p-ownership__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-ownership__list {
    gap: 16px;
  }
}
.p-ownership__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-ownership__list li {
    gap: 16px;
  }
}
.p-ownership__list li:not(:last-child) {
  border-bottom: 1px solid #B0BEC5;
  padding-bottom: 20px;
}
.p-ownership__number {
  color: #fff;
  background: #235525;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.56px;
  border-radius: 100%;
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  margin-top: 4px;
}
.p-ownership__data-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-ownership__data-wrap {
    gap: 16px;
  }
}
.p-ownership__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-ownership__data dt,
.p-ownership__data dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-ownership__data dt,
  .p-ownership__data dd {
    font-size: 0.875rem;
  }
}
.p-ownership__data dt {
  color: #235525;
  padding-inline: 16px;
  background-color: #ecf6ed;
}
@media screen and (max-width: 767px) {
  .p-ownership__data dt {
    padding-inline: 10px;
  }
}
.p-ownership__data dd {
  color: #09110A;
  padding: 24px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-ownership__data dd {
    padding: 16px;
  }
}
.p-ownership__attention {
  padding-block: 0 24px;
  padding-inline: 24px;
  border: 1px solid #e60012;
}
@media screen and (max-width: 767px) {
  .p-ownership__attention {
    padding-block: 16px;
    padding-inline: 16px;
  }
}
.p-ownership__attention-title {
  color: #e60012;
  font-size: 1rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.64px;
  padding-inline: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-ownership__attention-title {
    font-size: 0.875rem;
    padding-inline: 16px;
    text-align: center;
  }
}
.p-ownership__attention-content {
  margin-top: -24px;
}
.p-ownership__info {
  background: #fbfbfb;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .p-ownership__info {
    padding: 16px;
  }
}
.p-ownership__info-contact {
  padding-inline: 24px;
  padding-block: 0 24px;
}
@media screen and (max-width: 767px) {
  .p-ownership__info-contact {
    padding-inline: 0;
  }
}
.p-ownership__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  padding-inline: 16px 24px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-ownership__info-item {
    padding-inline: 0;
    padding-bottom: 4px;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
  }
}
.p-ownership__info-item dt {
  color: #235525;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-ownership__info-item dt {
    font-size: 0.875rem;
  }
}
.p-ownership__info-item dd {
  color: #09110A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-ownership__info-item dd {
    font-size: 0.875rem;
  }
}
.p-ownership__contact {
  color: #43A047;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.23px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-ownership__contact {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ownership__table-wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(20px + 5.33%);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p-ownership__table {
  width: 523px;
  border-collapse: collapse;
  background: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .p-ownership__table {
    width: 380px;
  }
}
.p-ownership__table th,
.p-ownership__table td {
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-ownership__table th,
  .p-ownership__table td {
    padding: 4px 8px;
  }
}
.p-ownership__table thead tr th {
  background: #43A047;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ownership__table thead tr th {
    font-size: 0.875rem;
  }
}
.p-ownership__table tbody tr td {
  background: #fbfbfb;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .p-ownership__table tbody tr td {
    font-size: 0.75rem;
  }
}
.p-ownership__table-header:first-child {
  width: 243px;
}
@media screen and (max-width: 767px) {
  .p-ownership__table-header:first-child {
    width: 180px;
  }
}
.p-ownership__table-header:not(:first-child) {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .p-ownership__table-header:not(:first-child) {
    width: 100px;
  }
}
.p-ownership__table-label {
  min-width: 243px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ownership__table-label {
    min-width: 100px;
  }
}
.p-ownership__table-label.--large {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-ownership__table-label.--large {
    font-size: 0.875rem;
  }
}
.p-ownership__table-price {
  text-align: right;
  color: #43A047;
}

.page-contact {
  padding-block: 80px 40px;
}
@media screen and (max-width: 767px) {
  .page-contact {
    padding-block: 40px 20px;
  }
}
.page-contact__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-block: 40px;
}
.page-contact__item {
  padding-block: 40px;
  padding-inline: 24px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13%;
}
@media screen and (max-width: 1024px) {
  .page-contact__item {
    padding-block: 20px;
    padding-inline: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.page-contact__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 214px;
          flex: 0 0 214px;
}
@media screen and (max-width: 1024px) {
  .page-contact__head {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.page-contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-contact__box.--height {
  gap: 24px;
}
.page-contact__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.page-contact__time span {
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36px;
  background-color: #F4F4F4;
  padding-block: 4px;
  padding-inline: 16px;
}
@media screen and (max-width: 1024px) {
  .page-contact__time {
    -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;
    gap: 8px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .page-contact__list {
    width: 100%;
  }
}
.page-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .page-contact__row {
    -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;
  }
}
.page-contact__row:nth-child(odd) {
  background-color: #F4F4F4;
}
.page-contact__row:nth-child(even) {
  background-color: #fbfbfb;
}
.page-contact__row dt,
.page-contact__row dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.64px;
  padding-block: 12px;
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .page-contact__row dt,
  .page-contact__row dd {
    font-size: 0.875rem;
    padding-inline: 12px;
    padding-block: 12px;
  }
}
.page-contact__row dt {
  color: #43A047;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 248px;
          flex: 0 0 248px;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .page-contact__row dt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.page-contact__row dd {
  color: #09110A;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .page-contact__row dd {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.page-contact .thanks__text {
  text-align: center;
}

.p-form {
  padding-top: 10.625rem;
  position: relative;
}
.p-form::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 27.5rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.79%, #fff), color-stop(86.04%, #e6e6e6));
  background: linear-gradient(0deg, #fff 9.79%, #e6e6e6 86.04%);
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-form::before {
    height: 16.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form {
    padding-top: 4.375rem;
  }
}
.p-form__text {
  font-size: 2rem;
  line-height: 1.78125;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-form__text {
    font-size: 1.0625rem;
    line-height: 1.8823529412;
    margin-bottom: 1.875rem;
  }
}
.p-form__tel-wrap {
  color: #fff;
  background-color: #399932;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__tel-wrap {
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
  }
}
.p-form__tel-wrap h2 {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__tel-wrap h2 {
    font-size: 1.25rem;
    line-height: 2.1;
  }
}
.p-form__tel-wrap h2 span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-form__tel-wrap h2 span {
    font-size: 0.8125rem;
  }
}
.p-form__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-form__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}
.p-form__tel a {
  font-size: 3.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-form__tel a {
    font-size: 1.5625rem;
  }
}
.p-form__tel a span {
  font-size: 1.25rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-form__tel a span {
    font-size: 1.0625rem;
  }
}
.p-form__tel a:first-of-type {
  position: relative;
}
.p-form__tel a:first-of-type::before {
  content: "";
  position: absolute;
  right: -3.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-form__tel a:first-of-type::before {
    width: 100%;
    height: 1px;
    bottom: -0.9375rem;
    top: initial;
    left: 0;
  }
}
.p-form__form-wrap {
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__form-wrap {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }
}
.p-form__form-wrap p {
  color: #399932;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__form-wrap p {
    font-size: 1.0625rem;
  }
}
.p-form__tab {
  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: 2.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-form__tab {
    margin-bottom: 2.5rem;
  }
}
.p-form__item {
  font-size: 1.125rem;
  line-height: 1.9444444444;
  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;
  width: 28.75rem;
  height: 4.6875rem;
  border: 1px solid #399932;
  color: #399932;
}
@media screen and (max-width: 767px) {
  .p-form__item {
    width: 20.25rem;
    height: 3.75rem;
  }
}
.p-form__item.current {
  color: #fff;
  background-color: #399932;
  border: 1px solid #399932;
  position: relative;
}
.p-form__item.current::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 1.09375rem 0 1.09375rem;
  border-color: #32968c transparent transparent transparent;
}
.p-form__form {
  max-width: 960px;
  margin: 0 auto;
}
.p-form__privacy {
  color: #09110A;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  text-align: center;
  margin-top: 24px;
}
.p-form__privacy a {
  color: #43A047;
  text-decoration: underline;
}
.p-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.p-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__row:not(:first-of-type) {
  margin-top: 1.5rem;
}
.p-form__row.ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-form__row {
    -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;
    gap: 0.75rem;
  }
  .p-form__row:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-form__row-head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 224px;
          flex: 0 0 224px;
  font-size: 1rem;
}
.p-form__row-head p {
  text-align: left;
  color: #09110A;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-form__row-head {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 1rem;
  }
}
.p-form__row-head span {
  position: relative;
  display: inline-block;
}
.p-form__row-head span.must::after {
  content: "【必須】";
  white-space: nowrap;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 4px);
  color: #f00;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  .p-form__row-head span.must::after {
    font-size: 0.6875rem;
    left: calc(100% + 10px);
  }
}

.p-form__row-date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-form__row-date {
    width: 100%;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__row-date p {
    margin-left: 0;
  }
}
.p-form__row-date.colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.p-form__row-date.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
.p-form__row-date.flex-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__row-date.flex-3 {
    gap: 16px;
  }
}
.p-form__row-date.flex-3 span {
  width: calc(33% - 0.625rem);
}
@media screen and (max-width: 767px) {
  .p-form__row-date.flex-3 span {
    width: calc(33% - 0.5rem);
  }
}
.p-form__row-date .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.p-form__row-date .post input[type=text] {
  width: 150px;
}
.p-form__row-date.select {
  position: relative;
}
.p-form__row-date.select::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  width: 12px;
  aspect-ratio: 10/5;
  height: auto;
  background-image: url(../img/common/select-arrow.svg);
  z-index: 1;
  pointer-events: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
select,
textarea {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  background: #fff;
  border: none;
  outline: #B0BEC5;
  outline-width: 1px;
  outline-style: solid;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  select,
  textarea {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
  }
}
input[type=text]:hover, input[type=text]:focus-visible, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus-visible,
input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus-visible,
input[type=tel]:focus,
input[type=number]:hover,
input[type=number]:focus-visible,
input[type=number]:focus,
select:hover,
select:focus-visible,
select:focus,
textarea:hover,
textarea:focus-visible,
textarea:focus {
  outline-width: 2px;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B0BEC5;
  font-weight: 500;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #B0BEC5;
  font-weight: 500;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B0BEC5;
  font-weight: 500;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #B0BEC5;
  font-weight: 500;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #B0BEC5;
  font-weight: 500;
}

select {
  color: #B0BEC5;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
}
select option {
  color: #09110A;
}
select option.p-formSelect__default {
  color: #B0BEC5;
}
select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}

.p-formSelect--selected select {
  color: #09110A;
}

textarea {
  height: 225px;
  resize: vertical;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  margin-bottom: 12px;
  gap: 12px 24px;
}
@media screen and (max-width: 767px) {
  .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.wpcf7-not-valid-tip {
  color: #d23b3b !important;
  font-size: 0.75rem !important;
  margin-top: 0.125rem !important;
}

.wpcf7-response-output {
  display: none;
}

.submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .submit:hover {
    opacity: 0.7;
  }
}
.submit::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  width: 20px;
  aspect-ratio: 16/22;
  height: auto;
  background: url(../img/common/btn-arrow-w.svg) no-repeat center center/contain;
  pointer-events: none;
}
.submit .wpcf7-submit {
  width: 247px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #43A047;
  border: none;
  padding-block: 12px;
  padding-inline: 32px 66px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  border-radius: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .submit .wpcf7-submit {
    font-size: 0.875rem;
  }
}

.button-wrap {
  margin: 32px auto 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.button-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  width: 20px;
  aspect-ratio: 16/22;
  height: auto;
  background: url(../img/common/btn-arrow-w.svg) no-repeat center center/contain;
  pointer-events: none;
}
.button-wrap input[type=button] {
  width: 247px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #43A047;
  border: none;
  padding-block: 12px;
  padding-inline: 32px 66px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  border-radius: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-wrap input[type=button]:disabled {
  background: #B0BEC5;
  cursor: not-allowed;
}
.button-wrap input[type=button]:disabled:hover {
  opacity: 1;
}
.button-wrap input[type=button]:not(:disabled):hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .button-wrap input[type=button] {
    font-size: 0.875rem;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.p-form__previous {
  width: 247px;
  margin-top: 32px;
  margin-inline: auto;
  color: #43A047;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #43A047;
  border: 1px solid #43A047;
  padding-block: 12px;
  padding-inline: 66px 32px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  border-radius: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media (hover: hover) {
  .p-form__previous:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-form__previous {
    margin-top: 30px;
    padding-block: 10px;
  }
}
.p-form__previous::before {
  content: "";
  position: absolute;
  background: url(../img/common/btn-arrow-g.svg) no-repeat center center/contain;
  width: 1.25rem;
  height: 0.75rem;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.p-form__previous .back_button {
  padding: 0;
  color: #43A047;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.p-privacy {
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding-bottom: 60px;
  }
}
.p-privacy__wrap {
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-privacy__wrap {
    padding-inline: 0;
  }
}
.p-privacy__wrap.--bottom {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-privacy__wrap.--bottom {
    margin-bottom: 20px;
  }
}
.p-privacy__wrap.--top {
  margin-top: 20px;
}
.p-privacy__list li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #09110A;
}
@media screen and (max-width: 767px) {
  .p-privacy__list li {
    font-size: 0.875rem;
  }
}
.p-privacy__list.--ol {
  margin-left: 20px;
}
.p-privacy__list.--ol > li {
  list-style-type: upper-roman;
}
.p-privacy__text a {
  color: #43A047;
  text-decoration: underline;
}
.p-privacy__note {
  color: #4F4F4F;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
.p-privacy__note a {
  color: #43A047;
}
.p-privacy__accent {
  color: #43A047;
}

@media screen and (min-width: 1025px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tab-hidden {
    display: none;
  }
}

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

@media screen and (min-width: 1025px) {
  .sp-visible {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sp-visible {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-visible {
    display: block;
  }
}

@media (max-width: 1280px) {
  .pc-lg-hidden {
    display: none;
  }
}

.pc-lg-visible {
  display: none;
}
@media (max-width: 1280px) {
  .pc-lg-visible {
    display: block;
  }
}

.mt-20 {
  margin-top: 20px;
}

.mt-32 {
  margin-top: 32px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.u-bg-green {
  background-color: #fdfdfc;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.u-bg-beige {
  background-color: #f8f5ef;
}

.u-bg-gray {
  background-color: #f8f8f8;
}

.u-bg-wrap {
  position: relative;
}
.u-bg-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/top-bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: -1;
}
.u-bg-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66%;
  background-color: #F4F4F4;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .u-bg-wrap::after {
    height: 60%;
  }
}
.u-bg-wrap.--page::before {
  background-image: url(../img/common/pattern-bg.webp);
  background-position: top center;
  background-repeat: repeat-y;
  background-color: #F4F4F4;
  background-size: 100%;
  opacity: 0.85;
}
.u-bg-wrap.--page::after {
  display: none;
}
.u-bg-wrap.--service::before {
  height: 83.5%;
}
.u-bg-wrap.--access::before {
  background-image: url(../img/common/access-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
}
.u-bg-wrap.--access::after {
  display: none;
}
.u-bg-wrap.--news::before {
  background-image: url(../img/news/news-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
}
.u-bg-wrap.--news::after {
  display: none;
}
.u-bg-wrap.--about-us::before {
  background-image: url(../img/about-us/about-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
}
.u-bg-wrap.--about-us::after {
  display: none;
}
.u-bg-wrap.--gallery::after {
  display: none;
}
.u-bg-wrap.--service::before {
  background-position: bottom center;
  height: 100%;
}
.u-bg-wrap.--service::after {
  display: none;
}
.u-bg-wrap.--rental::before {
  background-image: url(../img/rental/rental-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
}
.u-bg-wrap.--rental::after {
  display: none;
}
.u-bg-wrap.--contact::before {
  background-image: url(../img/contact/contact-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.u-bg-wrap.--contact::after {
  display: none;
}
.u-bg-wrap.--maintenance::before {
  background-image: url(../img/rental/rental-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.u-bg-wrap.--maintenance::after {
  display: none;
}
/*# sourceMappingURL=style.css.map */

.pdf-embed {
  /* 共通設定 */
  border: none;
  display: block;
  margin: 20px auto;

  /* ▼ PCでの基本の高さ */
  height: 1200px;
}

/* 画面幅が767px以下（スマホやタブレット）の場合のスタイル */
@media (max-width: 767px) {
  .pdf-embed {
    /* ▼ スマホでの高さを指定 */
    height: 550px;
  }
}