.mainVisualSlider {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider {
    margin-top: 8.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider {
    margin-top: 6.5rem;
  }
}
.mainVisualSlider__slider {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__slider {
    height: calc(100svh - 8.6rem);
    overflow: hidden;
  }
}
.mainVisualSlider .swiper {
  height: 100%;
  width: 100%;
}
.mainVisualSlider .swiper:not(.swiper-initialized) .swiper-slide {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mainVisualSlider .swiper:not(.swiper-initialized) .swiper-slide:first-child {
  opacity: 1;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider .swiper-slide {
    height: 100%;
  }
}
.mainVisualSlider--disableMode .swiper-wrapper {
  transform: none !important;
}
.mainVisualSlider__nav {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.mainVisualSlider__nav--prev {
  left: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__nav--prev {
    left: 0.8rem;
  }
}
@media (hover: hover) {
  .mainVisualSlider__nav--prev:hover .mainVisualSlider__navIcon {
    transform: translateX(-0.3rem);
  }
}
.mainVisualSlider__nav--next {
  right: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__nav--next {
    right: 0.8rem;
  }
}
@media (hover: hover) {
  .mainVisualSlider__nav--next:hover .mainVisualSlider__navIcon {
    transform: translateX(0.3rem);
  }
}
.mainVisualSlider__navIcon {
  transition: transform 0.3s ease;
}
.mainVisualSlider__navBg {
  display: block;
  position: relative;
  width: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__navBg {
    height: 16.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__navBg {
    height: 12.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__navBg {
    height: 12rem;
  }
}
.mainVisualSlider__pagination {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__pagination {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__pagination {
    margin-top: 1.2rem;
  }
}
.mainVisualSlider__pagination .swiper-pagination-bullet {
  background-color: #272b34;
  border-radius: 0.3rem;
  cursor: pointer;
  height: 0.6rem;
  margin: 0 !important;
  opacity: 1;
  transition: background-color 0.3s, width 0.3s;
  width: 2rem;
}
.mainVisualSlider__pagination .swiper-pagination-bullet-active {
  background-color: #F5CF30;
  width: 5.2rem;
}
.mainVisualSlider__contact {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__contact {
    border-radius: 2rem 0 0;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 3;
  }
}
.mainVisualSlider__contactInner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__contactInner {
    gap: 2rem;
    padding: 3.2rem 3.6rem;
  }
  .mainVisualSlider__contactInner:before {
    background: radial-gradient(circle at 0 0, transparent 2rem, #000 2rem);
    bottom: 100%;
    content: "";
    height: 2rem;
    position: absolute;
    right: 1.2rem;
    width: 2rem;
  }
  .mainVisualSlider__contactInner:after {
    background: radial-gradient(circle at 0 0, transparent 2rem, #000 2rem);
    bottom: 3.6rem;
    content: "";
    height: 2rem;
    position: absolute;
    right: 100%;
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__contactInner {
    gap: 1.6rem;
    padding: 0 1.2rem 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__contactInner {
    gap: 1.4rem;
    padding: 2.4rem 2.8rem;
  }
  .mainVisualSlider__contactInner:before {
    right: 0.8rem;
  }
  .mainVisualSlider__contactInner:after {
    bottom: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__contactInner {
    gap: 1.6rem;
    padding: 2.8rem 3.2rem;
  }
}
.mainVisualSlider__company {
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__company {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__company {
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__tel {
    align-items: end;
    display: grid;
    grid-gap: 0.4rem 1.6rem;
    gap: 0.4rem 1.6rem;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__tel {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    text-align: center;
  }
}
.mainVisualSlider__telLabel {
  color: #F5CF30;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__telLabel {
    align-self: center;
    font-size: 1.4rem;
    grid-row: auto/span 2;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__telLabel {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__telLabel {
    font-size: 1.2rem;
  }
}
.mainVisualSlider__telNum {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__telNum {
    font-size: 3.2rem;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__telNum {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__telNum {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__telNum {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__appeal {
    bottom: 9.2rem;
    left: 6.2rem;
    position: absolute;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__appeal {
    padding: 4rem 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__appeal {
    bottom: 9rem;
    left: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__appeal {
    bottom: 9rem;
    left: 4.8rem;
  }
}
.mainVisualSlider__heading {
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__heading {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__heading {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__heading {
    font-size: 2.8rem;
  }
}
.mainVisualSlider__appealInfo {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__appealInfo {
    margin-top: 1.2rem;
  }
}
.mainVisualSlider__subheading {
  font-family: "Noto Serif JP", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__subheading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__subheading {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__subheading {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__subheading {
    font-size: 1.8rem;
  }
}
.mainVisualSlider__specs {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__specs {
    gap: 1.6rem;
    margin-top: 2rem;
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__specs {
    gap: 0.8rem;
    margin-top: 0.8rem;
    padding-left: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__specs {
    gap: 0.8rem;
    margin-top: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__specs {
    gap: 0.8rem;
    margin-top: 1.6rem;
  }
}
.mainVisualSlider__specsRoom {
  position: relative;
  z-index: 1;
}
.mainVisualSlider__specsRoom .num {
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__specsRoom .num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__specsRoom .num {
    font-size: 3.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__specsRoom .num {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__specsRoom .num {
    font-size: 3.2rem;
  }
}
.mainVisualSlider__specsRoom .label {
  bottom: 0;
  display: inline-block;
  font-family: "Noto Serif JP", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  position: absolute;
  text-box: trim-both text;
  transform: translateY(100%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__specsRoom .label {
    font-size: 2rem;
    left: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__specsRoom .label {
    font-size: 1.6rem;
    left: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__specsRoom .label {
    font-size: 1.4rem;
    left: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__specsRoom .label {
    font-size: 1.6rem;
    left: 1.5rem;
  }
}
.mainVisualSlider__specsDivider {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__specsDivider {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__specsDivider {
    font-size: 3.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__specsDivider {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__specsDivider {
    font-size: 3.8rem;
  }
}
.mainVisualSlider__specsPrice {
  align-items: baseline;
  display: flex;
}
.mainVisualSlider__specsPrice .num {
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__specsPrice .num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__specsPrice .num {
    font-size: 3.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__specsPrice .num {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__specsPrice .num {
    font-size: 3.2rem;
  }
}
.mainVisualSlider__specsPrice .unit {
  display: inline-block;
  font-family: "Noto Serif JP", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-left: 0.8rem;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__specsPrice .unit {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__specsPrice .unit {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__specsPrice .unit {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__specsPrice .unit {
    font-size: 2.2rem;
  }
}
.mainVisualSlider__specsPrice .small {
  font-family: "Noto Serif JP", "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__specsPrice .small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__specsPrice .small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__specsPrice .small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__specsPrice .small {
    font-size: 1rem;
  }
}
.mainVisualSlider__specsBadge {
  align-items: center;
  border-radius: 0.8rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__specsBadge {
    background-color: #000;
    gap: 0.2rem;
    padding: 0.4rem 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__specsBadge {
    background-color: #323232;
    gap: 0.1rem;
    padding: 0.3rem 0.9rem;
  }
}
.mainVisualSlider__specsBadge .num {
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__specsBadge .num {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__specsBadge .num {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__specsBadge .num {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__specsBadge .num {
    font-size: 2.2rem;
  }
}
.mainVisualSlider__specsBadge .unit {
  font-family: "Noto Serif JP", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .mainVisualSlider__specsBadge .unit {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlider__specsBadge .unit {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlider__specsBadge .unit {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlider__specsBadge .unit {
    font-size: 1.5rem;
  }
}

.mainVisualSlide {
  padding: 0 1.2rem 1.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mainVisualSlide {
    overflow: hidden;
  }
  .mainVisualSlide:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.62%, #000 100%);
    bottom: -5.9rem;
    content: "";
    display: block;
    height: 45.1rem;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlide {
    height: 100%;
    padding: 0 0.8rem 0.8rem;
  }
}
.mainVisualSlide__copyright {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  position: absolute;
  text-box: trim-both cap alphabetic;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mainVisualSlide__copyright {
    bottom: 2.4rem;
    font-size: 1.2rem;
    left: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlide__copyright {
    background-color: #000;
    border-radius: 2rem 0 0;
    bottom: 1.2rem;
    font-size: 1rem;
    right: 1.2rem;
  }
}
.mainVisualSlide__copyrightInner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mainVisualSlide__copyrightInner {
    display: block;
    height: 100%;
    padding-bottom: 0.4rem;
    padding-left: 2rem;
    padding-top: 2rem;
    width: 100%;
  }
  .mainVisualSlide__copyrightInner:before {
    background: radial-gradient(circle at 0 0, transparent 2rem, #000 2rem);
    bottom: 100%;
    content: "";
    height: 2rem;
    position: absolute;
    right: 0;
    width: 2rem;
  }
  .mainVisualSlide__copyrightInner:after {
    background: radial-gradient(circle at 0 0, transparent 2rem, #000 2rem);
    bottom: 0;
    content: "";
    height: 2rem;
    position: absolute;
    right: 100%;
    width: 2rem;
  }
}
.mainVisualSlide__status {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.2;
  position: absolute;
  text-box: trim-both cap alphabetic;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mainVisualSlide__status {
    font-size: 4rem;
    right: 3.6rem;
    top: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualSlide__status {
    font-size: 2rem;
    left: 2.8rem;
    top: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlide__status {
    font-size: 2.8rem;
    right: 2.8rem;
    top: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mainVisualSlide__status {
    font-size: 3rem;
  }
}
.mainVisualSlide__status--after {
  opacity: 0;
  z-index: 3;
}
.mainVisualSlide__image {
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlide__image {
    height: 100%;
  }
}
.mainVisualSlide__image .photo {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlide__image .photo {
    height: 100%;
  }
}
.mainVisualSlide__image .photo__pic, .mainVisualSlide__image .photo__image {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .mainVisualSlide__image .photo__pic, .mainVisualSlide__image .photo__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .implementSect {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 767px) {
  .implementSect {
    padding: 0 0 10rem;
  }
}
@media screen and (min-width: 768px) {
  .implementSect__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 9.2rem 17.7rem;
    margin: 0 auto;
    max-width: 124rem;
  }
}
@media screen and (max-width: 767px) {
  .implementSect__inner {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .implementSect__head {
    width: 32.7rem;
  }
}
@media screen and (min-width: 768px) {
  .implementSect__cont {
    width: 73.6rem;
  }
}
@media screen and (max-width: 767px) {
  .implementSect__head + .implementSect__cont {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .implementSect__interview {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .implementSect__interview {
    margin-top: 10rem;
  }
}

.logoList__inner {
  align-items: center;
  background: #fff;
  border-radius: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .logoList__inner {
    gap: 4rem;
    padding: 4rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .logoList__inner {
    gap: 2rem;
    padding: 2rem 1rem;
  }
}
.logoList__item {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .logoList__item {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .logoList__item {
    height: 3.3rem;
  }
}
.logoList__item .img {
  display: block;
  height: 100%;
  width: auto;
}
.logoList__item .img__image {
  height: 100%;
  width: auto;
}

.aboutSect {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .aboutSect {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 767px) {
  .aboutSect {
    padding: 10rem 0;
  }
}
.aboutSect__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .aboutSect__inner {
    margin-left: 63.9rem;
    width: 72rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutSect__inner {
    padding: 0 2rem;
  }
}
.aboutSect__lead {
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .aboutSect__lead {
    font-size: 3.6rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutSect__lead {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}
.aboutSect__desc {
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .aboutSect__desc {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutSect__desc {
    margin-top: 4rem;
  }
}
.aboutSect__desc sup {
  font-size: 1.2rem;
}
.aboutSect__note {
  backdrop-filter: blur(20px);
  background-color: rgba(113, 113, 113, 0.6);
  border-radius: 0.4rem;
  display: inline-flex;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 1.6rem;
  padding: 1rem;
}
.aboutSect__copyright {
  bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 1.2rem;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .aboutSect__copyright {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutSect__copyright {
    font-size: 1rem;
  }
}
.aboutSect__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.aboutSect__bg .photo {
  height: 100%;
  width: 100%;
}
.aboutSect__bg .photo__pic, .aboutSect__bg .photo__image {
  height: 100%;
  width: 100%;
}
.aboutSect__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 768px) {
  .anchorBlock {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 767px) {
  .anchorBlock {
    padding: 10rem 0;
  }
}
.anchorBlock__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .anchorBlock__list {
    gap: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .anchorBlock__list {
    gap: 1.6rem;
    padding: 0 2rem;
  }
}
.anchorBlock__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .anchorBlock__item {
    width: 34.8rem;
  }
}
@media screen and (max-width: 767px) {
  .anchorBlock__item {
    flex: 1;
  }
}
.anchorBlock__link {
  align-items: center;
  background-color: #000;
  border: 1px solid #F5CF30;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}
@media screen and (min-width: 768px) {
  .anchorBlock__link {
    gap: 1.2rem;
    padding: 2rem 2.8rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .anchorBlock__link {
    flex: 1;
    gap: 0.4rem;
    padding: 1.6rem 1.6rem 1.2rem;
  }
}
@media (hover: hover) {
  .anchorBlock__link:hover {
    box-shadow: 0 0 0.8rem rgba(245, 207, 48, 0.5), 0 0 2.4rem rgba(245, 207, 48, 0.3), 0 0 4.8rem rgba(245, 207, 48, 0.15);
  }
  .anchorBlock__link:hover .anchorBlock__icon {
    transform: translateY(0.4rem);
  }
}
.anchorBlock__txt {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .anchorBlock__txt {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .anchorBlock__txt {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
}
.anchorBlock__icon {
  display: flex;
  height: 2.4rem;
  transition: transform 0.3s ease;
  width: 2.4rem;
}
.anchorBlock__icon .arrowSVG {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .reasonSect {
    padding: 0 0 14rem;
  }
}
@media screen and (min-width: 768px) {
  .reasonSect__inner {
    margin: 0 auto;
    max-width: 124rem;
  }
}
@media screen and (max-width: 767px) {
  .reasonSect__inner {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .reasonSect__head + .reasonSect__cont {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .reasonSect__head + .reasonSect__cont {
    margin-top: 4rem;
  }
}

.reasonList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .reasonList {
    gap: 8rem 6rem;
  }
}
@media screen and (max-width: 767px) {
  .reasonList {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .reasonList__item {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .reasonList__item {
    width: 100%;
  }
}

.reasonCard {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.reasonCard__head {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .reasonCard__head {
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .reasonCard__head {
    border-radius: 1rem;
  }
}
.reasonCard__head::before, .reasonCard__head::after {
  content: "";
  height: 1.6rem;
  position: absolute;
  width: 1.6rem;
  z-index: 3;
}
.reasonCard__head::before {
  background: radial-gradient(circle at 100% 100%, transparent 1.6rem, #000 1.6rem);
  top: 0;
}
@media screen and (min-width: 768px) {
  .reasonCard__head::before {
    left: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .reasonCard__head::before {
    left: 5.2rem;
  }
}
.reasonCard__head::after {
  background: radial-gradient(circle at 100% 100%, transparent 1.6rem, #000 1.6rem);
  left: 0;
}
@media screen and (min-width: 768px) {
  .reasonCard__head::after {
    top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .reasonCard__head::after {
    top: 5.2rem;
  }
}
.reasonCard__head .photo {
  width: 100%;
}
.reasonCard__head .photo__pic, .reasonCard__head .photo__image {
  width: 100%;
}
.reasonCard__head .photo__image {
  transition: transform 2s ease;
}
.reasonCard .num {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #000;
  color: #F5CF30;
  display: flex;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  justify-content: center;
  left: 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .reasonCard .num {
    border-radius: 0 0 1.6rem;
    font-size: 4rem;
    width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .reasonCard .num {
    border-radius: 0 0 1rem;
    font-size: 2.4rem;
    width: 5.2rem;
  }
}
.reasonCard__body {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.reasonCard__heading {
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .reasonCard__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .reasonCard__heading {
    font-size: 1.8rem;
  }
}
.reasonCard__txt {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.reasonCard__copyright {
  bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 1.2rem;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .reasonCard__copyright {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .reasonCard__copyright {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .reasonCard:hover .reasonCard__head .photo__image {
    transform: scale(1.05);
  }
}

@media screen and (min-width: 768px) {
  .solutionArea {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .solutionArea {
    margin-top: 4rem;
  }
}
.solutionArea__heading {
  color: #F5CF30;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .solutionArea__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .solutionArea__heading {
    font-size: 1.6rem;
  }
}
.solutionArea__list {
  display: flex;
  flex-direction: column;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .solutionArea__list {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .solutionArea__list {
    gap: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .solutionArea__heading + .solutionArea__list {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .solutionArea__heading + .solutionArea__list {
    margin-top: 2.1rem;
  }
}
.solutionArea__item {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .solutionArea__item {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .solutionArea__item {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .solutionArea__item:nth-child(1) {
    margin-left: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .solutionArea__item:nth-child(1) {
    margin-left: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .solutionArea__item:nth-child(2) {
    margin-left: 40.5rem;
  }
}
@media screen and (max-width: 767px) {
  .solutionArea__item:nth-child(2) {
    margin-left: 11.2rem;
  }
}
.solutionArea__item:nth-child(3) {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .priceSect {
    padding: 14rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .priceSect__inner {
    margin: 0 auto;
    max-width: 100.8rem;
  }
}
@media screen and (max-width: 767px) {
  .priceSect__inner {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .priceSect__head + .priceSect__cont {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .priceSect__head + .priceSect__cont {
    margin-top: 4rem;
  }
}
.priceSect__btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .priceSect__btn {
    margin: 6rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .priceSect__btn {
    margin: 4rem auto 0;
  }
}

.priceOutline__table {
  display: grid;
  grid-gap: 0.8rem;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .priceOutline__table {
    grid-template-columns: 3fr 2fr;
  }
}
.priceOutline__planTtl, .priceOutline__includedTtl {
  background-color: #F5CF30;
  color: #000;
}
@media screen and (min-width: 768px) {
  .priceOutline__planTtl, .priceOutline__includedTtl {
    align-items: center;
    display: flex;
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  .priceOutline__planTtl, .priceOutline__includedTtl {
    border-radius: 0.8rem;
    padding: 1.2rem 2.4rem;
  }
}
.priceOutline__planTtl .t, .priceOutline__includedTtl .t {
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .priceOutline__planTtl {
    border-radius: 0.8rem 0 0 0.8rem;
    padding: 2.2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .priceOutline__planTtl .t {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .priceOutline__planTtl .t:nth-child(1) {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .priceOutline__planTtl .t:nth-child(2) {
    width: 36rem;
  }
}
.priceOutline__includedTtl {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .priceOutline__includedTtl {
    border-radius: 0 0.8rem 0.8rem 0;
    justify-content: center;
  }
  .priceOutline__includedTtl:before {
    background-color: #F5CF30;
    content: "";
    display: block;
    height: 100%;
    left: -0.8rem;
    position: absolute;
    top: 0;
    width: 0.8rem;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .priceOutline__includedTtl {
    margin-top: 1.2rem;
  }
}
.priceOutline__planTxt {
  background-color: #181A1F;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .priceOutline__planTxt {
    grid-column: 1;
    padding: 2.8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .priceOutline__planTxt {
    padding: 2.4rem;
  }
}
.priceOutline__includedTxt {
  background-color: #181A1F;
  border-radius: 0.8rem;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .priceOutline__includedTxt {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    grid-column: 2;
    grid-row: 2/span 3;
    padding: 2.8rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .priceOutline__includedTxt {
    font-size: 1.4rem;
    padding: 2.4rem;
  }
}
.priceOutline + .caption {
  margin-top: 1.2rem;
}

.planCard {
  align-items: center;
  color: #fff;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .planCard {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .planCard {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
}
.planCard__ttl {
  align-items: baseline;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .planCard__ttl {
    flex-shrink: 0;
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 4rem;
    width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .planCard__ttl {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.planCard__ttl .num {
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .planCard__ttl .num {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .planCard__ttl .num {
    font-size: 2rem;
  }
}
.planCard__price {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .planCard__price {
    font-size: 3.2rem;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .planCard__price {
    font-size: 2.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .planCard .priceLabel {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .spaceSect {
    padding: 14rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .spaceSect {
    padding: 10rem 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .spaceSect__head {
    margin: 0 auto;
    max-width: 124rem;
  }
}
@media screen and (min-width: 768px) {
  .spaceSect__head + .spaceSect__cont {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .spaceSect__head + .spaceSect__cont {
    margin-top: 4rem;
  }
}

.comparisonCard {
  --position: 50%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  .comparisonCard {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .comparisonCard {
    border-radius: 0.8rem;
  }
}
.comparisonCard::-moz-selection, .comparisonCard *::-moz-selection {
  background-color: transparent;
}
.comparisonCard::selection,
.comparisonCard *::selection {
  background-color: transparent;
}
.comparisonCard__bar {
  display: flex;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .comparisonCard__bar {
    height: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .comparisonCard__bar {
    height: 3.6rem;
  }
}
.comparisonCard__bar::after {
  background-color: #000;
  bottom: 0;
  content: "";
  left: var(--position);
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0.2rem;
  z-index: 1;
}
.comparisonCard__label {
  align-items: center;
  display: flex;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .comparisonCard__label {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .comparisonCard__label {
    font-size: 1.4rem;
  }
}
.comparisonCard__label--before {
  background-color: #31353f;
  color: #fff;
  width: var(--position);
}
.comparisonCard__label--after {
  background-color: #F5CF30;
  color: #000;
  flex: 1;
}
.comparisonCard__images {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .comparisonCard__images {
    aspect-ratio: 900/600;
  }
}
@media screen and (max-width: 767px) {
  .comparisonCard__images {
    aspect-ratio: 362/241;
  }
}
.comparisonCard__before, .comparisonCard__after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.comparisonCard__before .photo,
.comparisonCard__before .photo__pic, .comparisonCard__after .photo,
.comparisonCard__after .photo__pic {
  display: block;
  height: 100%;
  width: 100%;
}
.comparisonCard__before .photo__image, .comparisonCard__after .photo__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.comparisonCard__after {
  z-index: 1;
}
.comparisonCard__before {
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
  z-index: 2;
}
.comparisonCard__arrow {
  background-color: #000;
  bottom: 0;
  cursor: ew-resize;
  left: var(--position);
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0.2rem;
  z-index: 3;
}
.comparisonCard__handle {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  cursor: ew-resize;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .comparisonCard__handle {
    backdrop-filter: blur(4px);
    border: 2px solid #000;
    gap: 0.8rem;
    height: 4.8rem;
    width: 4.8rem;
  }
  .comparisonCard__handle .arrowSVG {
    height: auto;
    width: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .comparisonCard__handle {
    backdrop-filter: blur(3.3px);
    border: 1.5px solid #000;
    gap: 0.7rem;
    height: 4rem;
    width: 4rem;
  }
  .comparisonCard__handle .arrowSVG {
    height: auto;
    width: 0.75rem;
  }
}
.comparisonCard__copyright {
  bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 1.2rem;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .comparisonCard__copyright {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .comparisonCard__copyright {
    font-size: 1rem;
  }
}

.comparisonSlider {
  position: relative;
}
.comparisonSlider__caption {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .comparisonSlider__caption {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .comparisonSlider__caption {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.comparisonSlider__slider {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .comparisonSlider .swiper {
    margin: 0 auto;
    max-width: 90rem;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .comparisonSlider .swiper-slide {
    transition: opacity 0.6s, transform 0.6s;
  }
  .comparisonSlider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
    transform: scale(0.64);
  }
  .comparisonSlider .swiper-slide:not(.swiper-slide-active) .comparisonCard {
    border-radius: 1.2rem;
    pointer-events: none;
  }
}
.comparisonSlider__controls {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .comparisonSlider__controls {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .comparisonSlider__controls {
    gap: 2.8rem;
    margin: 2rem auto 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.comparisonSlider__nav {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  aspect-ratio: 1/1;
  background: #fff;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .comparisonSlider__nav {
    border-radius: 0.4rem;
    position: absolute;
    top: calc(50% - 1.5rem);
    transform: translateY(-50%);
    width: 4.8rem;
    z-index: 10;
  }
  .comparisonSlider__nav .arrowSVG {
    display: block;
    height: auto;
    width: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .comparisonSlider__nav {
    border-radius: 0.4rem;
    width: 3.2rem;
  }
  .comparisonSlider__nav .arrowSVG {
    display: block;
    height: auto;
    width: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .comparisonSlider__nav--prev {
    left: calc(50% - 55.4rem);
  }
}
@media screen and (min-width: 768px) {
  .comparisonSlider__nav--next {
    left: calc(50% + 50.6rem);
  }
}
.comparisonSlider__nav.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
.comparisonSlider__pagination {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
}
.comparisonSlider__pagination .swiper-pagination-bullet {
  background-color: #272b34;
  border-radius: 0.3rem;
  cursor: pointer;
  height: 0.6rem;
  margin: 0 !important;
  opacity: 1;
  transition: background-color 0.3s, width 0.3s;
  width: 2rem;
}
.comparisonSlider__pagination .swiper-pagination-bullet-active {
  background-color: #F5CF30;
  width: 3.6rem;
}

@media screen and (min-width: 768px) {
  .gallerySect {
    padding: 14rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .gallerySect {
    padding: 10rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .gallerySect__head {
    margin: 0 auto;
    max-width: 124rem;
  }
}
@media screen and (max-width: 767px) {
  .gallerySect__head {
    padding: 0 2rem;
  }
}
.gallerySect__cont {
  padding: 0 1.2rem;
}
.gallerySect__cont .usableList__inner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .gallerySect__cont .usableList__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .gallerySect__cont .usableList__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallerySect__cont .usableList__item:nth-child(1) {
  grid-column: auto/span 2;
}
@media screen and (min-width: 768px) {
  .gallerySect__cont .usableList__item:nth-child(1) {
    grid-row: auto/span 2;
  }
}
.gallerySect__cont .usableList__item:nth-child(2) {
  grid-column: 1;
}
@media screen and (min-width: 768px) {
  .gallerySect__cont .usableList__item:nth-child(2) {
    grid-row: 3;
  }
}
@media screen and (max-width: 767px) {
  .gallerySect__cont .usableList__item:nth-child(2) {
    grid-row: 2;
  }
}
.gallerySect__cont .usableList__item:nth-child(3) {
  grid-row: 3;
}
@media screen and (min-width: 768px) {
  .gallerySect__cont .usableList__item:nth-child(3) {
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .gallerySect__cont .usableList__item:nth-child(3) {
    grid-column: 1;
  }
}
@media screen and (min-width: 768px) {
  .gallerySect__cont .usableList__item:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
  }
}
.gallerySect__cont .usableList__item:nth-child(5) {
  grid-row: 2/span 2;
}
@media screen and (min-width: 768px) {
  .gallerySect__cont .usableList__item:nth-child(5) {
    grid-column: 3;
  }
}
@media screen and (max-width: 767px) {
  .gallerySect__cont .usableList__item:nth-child(5) {
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .gallerySect__cont .usableList__item--pcOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .gallerySect__head + .gallerySect__cont {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .gallerySect__head + .gallerySect__cont {
    margin-top: 4rem;
  }
}

.galleryCard {
  position: relative;
  z-index: 1;
}
.galleryCard .photo {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .galleryCard .photo {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .galleryCard .photo {
    border-radius: 0.8rem;
  }
}
.galleryCard__copyright {
  bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 1.2rem;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .flowSect {
    padding: 14rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .flowSect {
    padding: 0 0 10rem;
  }
}
.flowSect__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .flowSect__inner {
    display: flex;
    gap: 15.7rem;
    margin: 0 auto;
    max-width: 124rem;
  }
}
@media screen and (min-width: 768px) {
  .flowSect__head {
    width: 32.7rem;
  }
}
@media screen and (max-width: 767px) {
  .flowSect__head {
    padding: 0 2rem;
  }
}
.flowSect__cont {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .flowSect__cont {
    width: 75.6em;
  }
}
@media screen and (max-width: 767px) {
  .flowSect__head + .flowSect__cont {
    margin-top: 4rem;
  }
}

.flowStepChart {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flowStepChart {
    padding: 0 2rem 0 4.4rem;
  }
}
@media screen and (min-width: 768px) {
  .flowStepChart {
    padding: 24rem 0 14rem;
    width: 100%;
  }
  .flowStepChart:before {
    aspect-ratio: 1/1;
    background-color: #F5CF30;
    border-radius: 50%;
    content: "";
    display: block;
    left: 13.4rem;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 0.8rem;
    z-index: -1;
  }
  .flowStepChart:after {
    background-color: #F5CF30;
    content: "";
    display: block;
    height: 100%;
    left: 13.4rem;
    position: absolute;
    top: 0;
    width: 0.1rem;
    z-index: -1;
  }
}
.flowStepChart__bar {
  background-color: #F5CF30;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .flowStepChart__bar {
    align-items: center;
    height: calc(100% - 24rem - 14rem);
    justify-content: center;
    left: 13.4rem;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 960' preserveAspectRatio='none'%3E%3Cpath d='M0 4C0 1.79 1.79 0 4 0h26c2.21 0 4 1.79 4 4v941.11c0 1.2-.53 2.33-1.46 3.09l-13 10.71c-1.48 1.22-3.61 1.22-5.09 0l-13-10.71A4 4 0 010 945.11V4z' fill='%23000'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 960' preserveAspectRatio='none'%3E%3Cpath d='M0 4C0 1.79 1.79 0 4 0h26c2.21 0 4 1.79 4 4v941.11c0 1.2-.53 2.33-1.46 3.09l-13 10.71c-1.48 1.22-3.61 1.22-5.09 0l-13-10.71A4 4 0 010 945.11V4z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    padding-top: 0;
    top: 24rem;
    transform: translateX(-50%);
    width: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .flowStepChart__bar {
    align-items: flex-start;
    height: 100%;
    left: 0;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 1395' preserveAspectRatio='none'%3E%3Cpath d='M0 0h20c2.21 0 4 1.79 4 4v1368.17c0 1.16-.51 2.27-1.39 3.03L0 1394.68V0z' fill='%23000'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 1395' preserveAspectRatio='none'%3E%3Cpath d='M0 0h20c2.21 0 4 1.79 4 4v1368.17c0 1.16-.51 2.27-1.39 3.03L0 1394.68V0z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    padding-top: 3rem;
    top: 0;
    width: 2.4rem;
  }
}
.flowStepChart__barTxt {
  color: #000;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.27;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .flowStepChart__barTxt {
    font-size: 1.6rem;
  }
}
.flowStepChart__barTxt .num {
  display: inline-block;
  text-align: center;
  width: 1.5em;
  writing-mode: horizontal-tb;
}
@media screen and (min-width: 768px) {
  .flowStepChart__list {
    display: grid;
    grid-gap: 6rem 4rem;
    gap: 6rem 4rem;
    grid-template-columns: 1fr 52rem;
  }
}
@media screen and (min-width: 768px) {
  .flowStepChart__num {
    padding-top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .flowStepChart__data + .flowStepChart__num {
    margin-top: 4rem;
  }
}
.flowStepChart__data .submitList {
  margin-top: 3.2rem;
}
.flowStepChart__data .submitList + .downloadLink {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .flowStepChart__num + .flowStepChart__data {
    margin-top: 2.4rem;
  }
}

.flowNum {
  align-items: center;
  display: inline-flex;
  gap: 0.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .flowNum::after {
    background-color: #F5CF30;
    content: "";
    height: 0.1rem;
    left: 100%;
    position: absolute;
    top: 50%;
    width: 12rem;
    z-index: 2;
  }
}
.flowNum__step {
  color: #F5CF30;
  font-family: "Libre Baskerville", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  writing-mode: sideways-rl;
}
.flowNum__num {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #F5CF30;
  border-radius: 0.8rem;
  color: #000;
  display: flex;
  font-family: "Libre Baskerville", serif;
  font-size: 2.4rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.2;
  width: 4.8rem;
}

.flowStepHead {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.flowStepHead__ttl {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.flowStepHead__ttl .sub {
  color: #F5CF30;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .flowStepHead__ttl .sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .flowStepHead__ttl .sub {
    font-size: 1.2rem;
  }
}
.flowStepHead__ttl .main {
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .flowStepHead__ttl .main {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .flowStepHead__ttl .main {
    font-size: 1.8rem;
  }
}
.flowStepHead__txt {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.submitList {
  background-color: #6c5908;
  border-radius: 0.8rem;
  padding: 2.4rem 2.4rem 2.4rem 5.8rem;
  position: relative;
}
.submitList__ttl {
  background-color: #000;
  border-radius: 0 0 0.8rem;
  color: #F5CF30;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.04em;
  line-height: 1.6;
  position: absolute;
  top: 0;
  writing-mode: sideways-rl;
}
.submitList__ttl .inner {
  display: block;
  height: 100%;
  padding: 1.2rem 0.4rem 2rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.submitList__ttl .inner::before {
  aspect-ratio: 1/1;
  background: radial-gradient(circle at 100% 100%, #6c5908 0.8rem, #000 0.8rem);
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  width: 0.8rem;
}
.submitList__ttl .inner::after {
  aspect-ratio: 1/1;
  background: radial-gradient(circle at 100% 100%, #6c5908 0.8rem, #000 0.8rem);
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
  width: 0.8rem;
}
.submitList__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .submitList__list {
    display: grid;
    grid-gap: 1.2rem 2rem;
    gap: 1.2rem 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.submitList__item {
  padding-left: 1.5em;
  position: relative;
  z-index: 1;
}
.submitList__item::before {
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 0.2rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.8rem;
  width: 0.6rem;
}
.submitList__item .ttl {
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.submitList__item .ttl + .txt {
  margin-top: 0.8rem;
}
.submitList__item .txt {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .faqSect {
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .faqSect {
    padding: 0 1.2rem;
  }
}
.faqSect__inner {
  background-color: #181a1f;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .faqSect__inner {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .faqSect__inner {
    padding: 5rem 2rem;
  }
}
.faqSect__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faqSect__cont {
    margin: 0 auto;
    width: 72.4rem;
  }
}
@media screen and (min-width: 768px) {
  .faqSect__head + .faqSect__cont {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .faqSect__head + .faqSect__cont {
    margin-top: 4rem;
  }
}
.faqSect__btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .faqSect__btn {
    margin: 8rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .faqSect__btn {
    margin: 4rem auto 0;
  }
}

.priceTable {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .priceTable {
    margin: 0 auto;
    max-width: 92rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .priceTable {
    padding-bottom: 8rem;
  }
}
.priceTable__section {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.priceTable__stickyHeader {
  position: sticky;
  top: 12.14rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .priceTable__stickyHeader {
    overflow-x: clip;
  }
}
.priceTable__scrollWrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .priceTable__scrollWrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 1.6rem;
    scrollbar-color: #F5CF30 rgba(245, 207, 48, 0.3);
    scrollbar-width: thin;
  }
  .priceTable__scrollWrap::-webkit-scrollbar {
    height: 0.2rem;
  }
  .priceTable__scrollWrap::-webkit-scrollbar-track {
    background: rgba(245, 207, 48, 0.3);
    border-radius: 0.1rem;
  }
  .priceTable__scrollWrap::-webkit-scrollbar-thumb {
    background: #F5CF30;
    border-radius: 0.1rem;
  }
}
.priceTable__scrollHint {
  display: none;
}
@media screen and (max-width: 767px) {
  .priceTable__scrollHint {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 1rem 0;
    position: relative;
  }
  .priceTable__scrollHint::before {
    background: #F5CF30;
    content: "";
    height: 0.2rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.priceTable__scrollHintIcon {
  align-items: center;
  backdrop-filter: blur(0.33rem);
  background: rgba(0, 0, 0, 0.6);
  border: 0.15rem solid #F5CF30;
  border-radius: 50%;
  display: flex;
  height: 3.6rem;
  justify-content: center;
  position: relative;
  width: 3.6rem;
  z-index: 1;
}
.priceTable__scrollHintIcon .svgIcon {
  display: block;
  height: auto;
  width: 1.6rem;
}
.priceTable__header {
  background: #F5CF30;
  border-radius: 0.8rem;
  color: #000;
  display: flex;
  flex-shrink: 0;
  min-width: 98rem;
}
@media screen and (min-width: 768px) {
  .priceTable__header {
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
  }
}
.priceTable__header--option {
  min-width: inherit;
}
.priceTable__ghLabel {
  align-items: center;
  display: none;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 1rem 5rem;
}
@media screen and (min-width: 768px) {
  .priceTable__ghLabel {
    display: flex;
    flex-shrink: 0;
    width: 19rem;
  }
}
@media screen and (min-width: 768px) {
  .priceTable__ghLabel--option {
    width: 32rem;
  }
}
.priceTable__ghRow {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding: 1.2rem 4rem;
}
.priceTable__ghRow--option {
  justify-content: flex-start;
}
.priceTable__gh {
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.priceTable__gh .t {
  display: inline-block;
}
.priceTable__gh--size {
  width: 4.8rem;
}
.priceTable__gh--qty {
  width: 4.8rem;
}
.priceTable__gh--price {
  width: 11rem;
}
.priceTable__gh--curtain {
  width: 9.4rem;
}
.priceTable__gh--count {
  line-height: 1.2;
  width: 6rem;
}
.priceTable__gh--free {
  width: 11.5rem;
}
.priceTable__gh--afterPrice {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  width: 13.9rem;
}
.priceTable__gh--optQty {
  flex: 1;
  text-align: left;
}
.priceTable__gh--optPrice {
  text-align: right;
  width: 14.1rem;
}
.priceTable__body {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 2.4rem;
  min-width: 98rem;
}
@media screen and (min-width: 768px) {
  .priceTable__body {
    gap: 1.6rem;
    min-width: 0;
  }
}
.priceTable__body--option {
  gap: 0.8rem;
  min-width: 0;
}
.priceTable__group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .priceTable__group {
    display: grid;
    grid-gap: 0.8rem;
    gap: 0.8rem;
    grid-template-columns: 19rem 1fr;
  }
}
@media screen and (min-width: 768px) {
  .priceTable__group--option {
    grid-template-columns: 32rem 1fr;
  }
}
.priceTable__group--option .priceTable__planName {
  font-size: 1.5rem;
}
.priceTable__planName {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .priceTable__planName {
    align-items: center;
    background: #fff;
    border-radius: 0.8rem;
    color: #000;
    display: flex;
    font-size: 1.5rem;
    grid-column: 1;
    grid-row: 1;
    justify-content: center;
    padding: 1rem;
    text-align: center;
  }
}
.priceTable__planName .small {
  font-size: 1.2rem;
}
.priceTable__rows {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .priceTable__rows {
    grid-column: 2;
    grid-row: 1;
  }
}
.priceTable__row {
  align-items: center;
  background: #fff;
  border-radius: 0.8rem;
  color: #000;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 4rem;
}
@media screen and (min-width: 768px) {
  .priceTable__row {
    height: 100%;
  }
}
.priceTable__row--option {
  justify-content: flex-start;
}
.priceTable__group--dark .priceTable__row {
  color: #181a1f;
}
.priceTable__val {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.priceTable__val--size {
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: left;
  width: 4.8rem;
}
.priceTable__val--qty {
  width: 4.8rem;
}
.priceTable__val--price {
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: right;
  width: 11rem;
}
.priceTable__val--curtain {
  width: 9.4rem;
}
.priceTable__val--count {
  width: 6rem;
}
.priceTable__val--free {
  width: 11.5rem;
}
.priceTable__val--afterPrice {
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  width: 13.9rem;
}
.priceTable__val--optQty {
  flex: 1;
  font-size: 1.5rem;
  text-align: left;
}
.priceTable__val--optPrice {
  font-family: "Libre Baskerville", serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: right;
  width: 14.1rem;
}
.priceTable__notes {
  background: #6c5908;
  border-radius: 0.4rem;
  color: #fff;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding: 0.6rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .priceTable__notes {
    grid-column: auto/span 2;
  }
}
.priceTable__notes--dark {
  background: #333;
}
.priceTable__noteLine {
  display: flex;
  gap: 0.4rem;
}
.priceTable__noteLine .bold {
  font-weight: 700;
}
.priceTable__noteLine > div {
  display: flex;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .interviewSect {
    padding-bottom: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewSect {
    padding: 0 2rem 10rem;
  }
}
@media screen and (min-width: 768px) {
  .interviewSect__inner {
    align-items: center;
    display: flex;
    gap: 9.5rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .interviewSect__head {
    width: 40.9rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewSect__body {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .interviewSect__body .bulletSlider:not(:has(.swiper-slide:nth-child(n+2))) .interviewLinkCard {
    align-items: flex-start;
    flex-direction: row;
    gap: 3rem;
    padding-right: 0;
    width: 73.6rem;
  }
  .interviewSect__body .bulletSlider:not(:has(.swiper-slide:nth-child(n+2))) .interviewLinkCard:after {
    background: #181a1f;
    border-radius: 2rem;
    bottom: 0;
    content: "";
    height: 5.9rem;
    left: 0;
    position: absolute;
    width: 24rem;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  .interviewSect__body .bulletSlider:not(:has(.swiper-slide:nth-child(n+2))) .interviewLinkCard__photo {
    width: 33.8rem;
  }
}
@media screen and (min-width: 768px) {
  .interviewSect__body .bulletSlider:not(:has(.swiper-slide:nth-child(n+2))) .interviewLinkCard__info {
    margin: 0;
    padding: 0;
    width: 32.8rem;
  }
  .interviewSect__body .bulletSlider:not(:has(.swiper-slide:nth-child(n+2))) .interviewLinkCard__info::after {
    content: normal;
    content: initial;
  }
}
@media screen and (min-width: 768px) {
  .interviewSect__body .bulletSlider:not(:has(.swiper-slide:nth-child(n+2))) .interviewLinkCard__btn {
    bottom: 2rem;
    position: absolute;
    right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .interviewSect__body .bulletSlider:not(:has(.swiper-slide:nth-child(n+2))) .interviewLinkCard__deco {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
