@charset "UTF-8";
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	ボタン

==============================================*/
/*=============================================

	フォームリセット

==============================================*/
/*=============================================

	チェックボックス（共通）

==============================================*/
/*=============================================

	ページヘッダー

==============================================*/
/*=============================================

	ページリード

==============================================*/
/*=============================================

	記事リスト

==============================================*/
/*=============================================

	inview

==============================================*/
/*=============================================

	静的ページスタイル

==============================================*/
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-box-sizing: initial;
  box-sizing: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.c-pageHeading {
  position: relative;
}

.c-pageHeadingBg {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-pageHeadingBg {
    height: 320px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHeadingBg {
    aspect-ratio: 1;
    overflow: hidden;
  }
}
.c-pageHeadingBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-pageHeading_title {
  position: absolute;
  right: 0;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .c-pageHeading_title {
    bottom: -24px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHeading_title {
    bottom: -16px;
  }
}

.c-pageHeading_titleSub {
  letter-spacing: 0.12em;
  font-weight: bold;
  color: #fff;
  -webkit-transition: opacity 0.9s ease 0.3s, translate 0.9s ease 0.3s;
  transition: opacity 0.9s ease 0.3s, translate 0.9s ease 0.3s;
}
@media print, screen and (min-width: 768px) {
  .c-pageHeading_titleSub {
    font-size: 40px;
    margin-bottom: 12px;
    margin-right: min(64px, 64 / 1280 * 100vw);
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHeading_titleSub {
    font-size: 24px;
    margin-bottom: 6px;
    margin-right: min(16px, 16 / 375 * 100vw);
  }
}
.c-pageHeading_titleSub.is-hide {
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .c-pageHeading_titleSub.is-hide {
    translate: -50px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHeading_titleSub.is-hide {
    translate: -30px 0 0;
  }
}

.c-pageHeading_titleMain {
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #FBC600;
  line-height: 1;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-pageHeading_titleMain {
    font-size: 120px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHeading_titleMain {
    font-size: 64px;
  }
}

.c-pageHeading_titleMain_inner {
  display: block;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
}
.c-pageHeading_titleMain_inner.is-hide {
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .c-pageHeading_titleMain_inner.is-hide {
    translate: 50px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHeading_titleMain_inner.is-hide {
    translate: 30px 0 0;
  }
}

.c-pageLead {
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .c-pageLead {
    padding: 0 min(32px, 32 / 1280 * 100vw);
    margin-top: 80px;
    font-size: 16px;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageLead {
    margin-top: 64px;
    font-size: 12px;
    padding: 0 min(16px, 16 / 375 * 100vw);
  }
}
.c-pageLead a {
  color: #93A0FF;
  text-decoration: underline;
}

input,
textarea,
select,
button {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
input[type=number],
textarea[type=number],
select[type=number],
button[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button,
textarea[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-inner-spin-button,
select[type=number]::-webkit-outer-spin-button,
select[type=number]::-webkit-inner-spin-button,
button[type=number]::-webkit-outer-spin-button,
button[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-moz-inner-spin-button, input[type=number]::-moz-outer-spin-button,
textarea[type=number]::-moz-inner-spin-button,
textarea[type=number]::-moz-outer-spin-button,
select[type=number]::-moz-inner-spin-button,
select[type=number]::-moz-outer-spin-button,
button[type=number]::-moz-inner-spin-button,
button[type=number]::-moz-outer-spin-button {
  -moz-appearance: none;
  margin: 0;
}
input[type=number]:focus, input[type=number]:focus-visible,
textarea[type=number]:focus,
textarea[type=number]:focus-visible,
select[type=number]:focus,
select[type=number]:focus-visible,
button[type=number]:focus,
button[type=number]:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: inherit;
  background-color: inherit;
  -webkit-tap-highlight-color: transparent;
}
input[type=number]:hover,
textarea[type=number]:hover,
select[type=number]:hover,
button[type=number]:hover {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.c-button, .priceQuestion_resultButton {
  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;
  width: 240px;
  height: 48px;
  border-radius: 8px;
  background-color: #FBC600;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #041b24;
  border: 1px solid #FBC600;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .c-button:hover, .priceQuestion_resultButton:hover {
    background-color: #041b24;
    color: #FBC600;
  }
}

.c-formCheck, .priceQuestion_cb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.c-formCheck::before, .priceQuestion_cb::before {
  content: "";
  background-color: #fff;
  border: 1px solid #041b24;
  border-radius: 2px;
}
@media print, screen and (min-width: 768px) {
  .c-formCheck::before, .priceQuestion_cb::before {
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-formCheck::before, .priceQuestion_cb::before {
    width: 14px;
    height: 14px;
  }
}

.c-formCheck::after, .priceQuestion_cb::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .c-formCheck::after, .priceQuestion_cb::after {
    top: 5px;
    left: 4px;
    width: 8px;
    height: 4px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-formCheck::after, .priceQuestion_cb::after {
    top: 4px;
    left: 3px;
    width: 8px;
    height: 4px;
  }
}

.c-formCheck input, .priceQuestion_cb input {
  display: none;
}

.c-formCheck:has(input:checked)::before, .priceQuestion_cb:has(input:checked)::before {
  background-color: #041b24;
}

.c-formCheck:has(input:checked)::after, .priceQuestion_cb:has(input:checked)::after {
  opacity: 1;
}

.price {
  position: relative;
  margin-top: 70px;
}

.priceQuestion {
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
  background-color: #F4F4F4;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, translate 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .priceQuestion {
    padding: 40px 64px;
  }
}
@media print, screen and (max-width: 767px) {
  .priceQuestion {
    width: calc(100% - min(32px, 32 / 375 * 100vw));
    padding: 24px 16px 32px;
    margin: 0 min(16px, 16 / 375 * 100vw);
  }
}
.is-result .priceQuestion {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  translate: 0 50px;
}

.priceQuestion_index {
  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: 32px;
  margin-bottom: 32px;
}

.priceQuestion_indexNum {
  position: relative;
  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;
  aspect-ratio: 1/1;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #041b24;
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.priceQuestion_indexNum.is-active, .priceQuestion_indexNum:first-child {
  background-color: #041b24;
  color: #fff;
}
.priceQuestion_indexNum::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  background-color: #041b24;
  -webkit-clip-path: polygon(8px 50%, 0% 0%, 0% 8px);
  clip-path: polygon(8px 50%, 0% 0%, 0% 8px);
}
.priceQuestion_indexNum:last-child::after {
  content: none;
}

.priceQuestion_slider {
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
}
.priceQuestion_slider.swiper-initialized {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.priceQuestion_slider.swiper-initialized .swiper-slide {
  pointer-events: none;
}
.priceQuestion_slider.swiper-initialized .swiper-slide-active {
  pointer-events: auto;
}

.priceQuestion_title {
  letter-spacing: 0.08em;
  line-height: 1.35;
  font-weight: bold;
  margin-bottom: 34px;
}
@media print, screen and (min-width: 768px) {
  .priceQuestion_title {
    font-size: 16px;
  }
}
.priceQuestion_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 768px) {
  .priceQuestion_list {
    gap: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .priceQuestion_list {
    gap: 12px;
  }
}

.priceQuestion_inputText {
  letter-spacing: 0.12em;
  line-height: 1.35;
}
@media print, screen and (max-width: 767px) {
  .priceQuestion_inputText {
    font-size: 13px;
  }
}

.priceQuestion_radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.priceQuestion_radio::before {
  content: "";
  background-color: #fff;
  border: 1px solid #041b24;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .priceQuestion_radio::before {
    width: 16px;
    height: 16px;
    translate: 0 4px;
  }
}
@media print, screen and (max-width: 767px) {
  .priceQuestion_radio::before {
    width: 14px;
    height: 14px;
    translate: 0 3px;
  }
}
.priceQuestion_radio::after {
  position: absolute;
  background-color: #041b24;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .priceQuestion_radio::after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    translate: 0 4px;
  }
}
@media print, screen and (max-width: 767px) {
  .priceQuestion_radio::after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    translate: 0 3px;
  }
}
.priceQuestion_radio input {
  display: none;
}
.priceQuestion_radio:has(input:checked)::after {
  content: "";
}

.priceQuestion_notice {
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.35;
  font-weight: normal;
}

.priceQuestion_control {
  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-top: 48px;
}
@media print, screen and (min-width: 768px) {
  .priceQuestion_control {
    gap: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .priceQuestion_control {
    gap: 8px;
  }
}

.priceQuestion_controlPrev,
.priceQuestion_controlNext,
.priceQuestion_controlResult {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: bold;
}
@media (hover: hover) {
  .priceQuestion_controlPrev:hover,
  .priceQuestion_controlNext:hover,
  .priceQuestion_controlResult:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .priceQuestion_controlPrev,
  .priceQuestion_controlNext,
  .priceQuestion_controlResult {
    font-size: 16px;
  }
}
.priceQuestion_controlPrev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.priceQuestion_controlNext {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.priceQuestion_controlNext.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.priceQuestion_controlNext.is-disabled:hover {
  opacity: 0.3;
}
.priceQuestion:has(.priceQuestion_indexNum:last-child.is-active) .priceQuestion_controlNext {
  display: none;
}

.priceQuestion_controlResult {
  display: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.priceQuestion_controlResult.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.priceQuestion_controlResult.is-disabled:hover {
  opacity: 0.3;
}
.priceQuestion:has(.priceQuestion_indexNum:last-child.is-active) .priceQuestion_controlResult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.priceQuestion_controlArrow {
  aspect-ratio: 1;
  overflow: hidden;
  width: 14px;
}
.priceQuestion_controlArrow img, .priceQuestion_controlArrow svg, .priceQuestion_controlArrow iframe, .priceQuestion_controlArrow video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.priceQuestion_controlNext .priceQuestion_controlArrow, .priceQuestion_controlResult .priceQuestion_controlArrow {
  rotate: 180deg;
}

.priceQuestion_result {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  translate: -50% 50px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, translate 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .priceQuestion_result {
    padding: 0 min(32px, 32 / 1280 * 100vw);
  }
}
@media print, screen and (max-width: 767px) {
  .priceQuestion_result {
    padding: 0 min(16px, 16 / 375 * 100vw);
  }
}
.is-result .priceQuestion_result {
  opacity: 1;
  visibility: visible;
  translate: -50% 0;
}

.priceQuestion_resultTitle {
  letter-spacing: 0.12em;
  line-height: 1.35;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .priceQuestion_resultTitle {
    font-size: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .priceQuestion_resultTitle {
    font-size: 18px;
  }
}

.priceQuestion_resultDescription {
  margin-top: 24px;
  letter-spacing: 0.12em;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .priceQuestion_resultDescription {
    line-height: 1.8;
  }
}
@media print, screen and (max-width: 767px) {
  .priceQuestion_resultDescription {
    line-height: 1.5;
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .priceQuestion_resultButton {
    margin: 76px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .priceQuestion_resultButton {
    margin: 40px auto 0;
  }
}

.priceQuestion_resultAgain {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
@media (hover: hover) {
  .priceQuestion_resultAgain:hover {
    opacity: 0.7;
  }
}

/*=============================================

	大見出し

==============================================*/
/*
	中見出し
------------------------------------*/
/*  小見出し */