/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

.js-lazy-youtube iframe,
.js-lazy-map iframe {
  width: 100%;
  height: 100%;
}

.container {
  margin: 0 auto;
  width: min(750px, 100%);
  container-type: inline-size;
  container-name: page-container;
}

header {
  container-type: inline-size;
  container-name: header-container;
}

main {
  container-type: inline-size;
  container-name: main-container;
}

footer {
  container-type: inline-size;
  container-name: footer-container;
}

.footer {
  display: grid;
  place-items: center;
}
@supports (container-type: inline-size) {
  .footer {
    row-gap: min(16 * 100cqw / 750, 16px);
  }
}
@supports not (container-type: inline-size) {
  .footer {
    row-gap: min(16 * 100vw / 750, 16px);
  }
}
@supports (container-type: inline-size) {
  .footer {
    padding-top: min(25 * 100cqw / 750, 25px);
  }
}
@supports not (container-type: inline-size) {
  .footer {
    padding-top: min(25 * 100vw / 750, 25px);
  }
}
@supports (container-type: inline-size) {
  .footer {
    padding-bottom: min(70 * 100cqw / 750, 70px);
  }
}
@supports not (container-type: inline-size) {
  .footer {
    padding-bottom: min(70 * 100vw / 750, 70px);
  }
}
.footer * {
  margin-block: calc((1em - 1lh) / 2);
}
@supports (container-type: inline-size) {
  .footer * {
    font-size: min(28 * 100cqw / 750, 28px);
  }
}
@supports not (container-type: inline-size) {
  .footer * {
    font-size: min(28 * 100vw / 750, 28px);
  }
}
.footer__link, .footer__copyright {
  font-weight: bold;
  text-align: center;
}

picture {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
  height: calc(var(--h) * 1px);
}
@supports (container-type: inline-size) {
  @container main-container (max-width: 750px) {
    picture {
      height: auto;
    }
  }
}
@supports not (container-type: inline-size) {
  @media (max-width: 750px) {
    picture {
      height: auto;
    }
  }
}
picture img {
  height: 100%;
}

img:not(picture img) {
  height: calc(var(--h) * 1px);
}
@supports (container-type: inline-size) {
  @container main-container (max-width: 750px) {
    img:not(picture img) {
      height: auto;
    }
  }
}
@supports not (container-type: inline-size) {
  @media (max-width: 750px) {
    img:not(picture img) {
      height: auto;
    }
  }
}

picture,
img:not(:first-of-type) {
  margin-top: -5px;
}
@supports (container-type: inline-size) {
  picture,
  img:not(:first-of-type) {
    margin-top: -5px;
  }
  @container main-container (max-width: 750px) {
    picture,
    img:not(:first-of-type) {
      margin-top: calc(-5 / 750 * 100cqw);
    }
  }
}
@supports not (container-type: inline-size) {
  @media (max-width: 750px) {
    picture,
    img:not(:first-of-type) {
      margin-top: calc(-5 / 750 * 100vw);
    }
  }
}

.btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  cursor: pointer;
  animation: btnPress 4s infinite;
  background-color: transparent !important;
}
@supports (container-type: inline-size) {
  .btn {
    width: min(677 * 100cqw / 750, 677px);
  }
}
@supports not (container-type: inline-size) {
  .btn {
    width: min(677 * 100vw / 750, 677px);
  }
}

@keyframes btnPress {
  0%, 50%, 100% {
    transform: translateX(-50%) translateY(0cqi);
    filter: drop-shadow(0cqi 1.5cqi 0cqi rgb(148, 23, 49));
  }
  25%, 75% {
    transform: translateX(-50%) translateY(1.5cqi);
    filter: drop-shadow(0cqi 0cqi 0cqi rgb(148, 23, 49));
  }
}
.questionnaire__list {
  display: grid;
  margin: 0 auto;
}
@supports (container-type: inline-size) {
  .questionnaire__list {
    row-gap: min(23 * 100cqw / 750, 23px);
  }
}
@supports not (container-type: inline-size) {
  .questionnaire__list {
    row-gap: min(23 * 100vw / 750, 23px);
  }
}
@supports (container-type: inline-size) {
  .questionnaire__list {
    width: min(686 * 100cqw / 750, 686px);
  }
}
@supports not (container-type: inline-size) {
  .questionnaire__list {
    width: min(686 * 100vw / 750, 686px);
  }
}
.questionnaire__item {
  position: relative;
}
.questionnaire__answers {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
}
@supports (container-type: inline-size) {
  .questionnaire__answers {
    bottom: min(56 * 100cqw / 750, 56px);
  }
}
@supports not (container-type: inline-size) {
  .questionnaire__answers {
    bottom: min(56 * 100vw / 750, 56px);
  }
}
@supports (container-type: inline-size) {
  .questionnaire__answers {
    row-gap: min(21 * 100cqw / 750, 21px);
  }
}
@supports not (container-type: inline-size) {
  .questionnaire__answers {
    row-gap: min(21 * 100vw / 750, 21px);
  }
}
.questionnaire__btn {
  display: grid;
  grid-template-columns: repeat(2, auto);
  place-content: center;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #898c8d;
  box-shadow: 0.4cqw 0.533cqw 0px 0px #797d7e;
  overflow: hidden;
}
@supports (container-type: inline-size) {
  .questionnaire__btn {
    height: min(77 * 100cqw / 750, 77px);
  }
}
@supports not (container-type: inline-size) {
  .questionnaire__btn {
    height: min(77 * 100vw / 750, 77px);
  }
}
@supports (container-type: inline-size) {
  .questionnaire__btn {
    width: min(590 * 100cqw / 750, 590px);
  }
}
@supports not (container-type: inline-size) {
  .questionnaire__btn {
    width: min(590 * 100vw / 750, 590px);
  }
}
@supports (container-type: inline-size) {
  .questionnaire__btn {
    font-size: min(30 * 100cqw / 750, 30px);
  }
}
@supports not (container-type: inline-size) {
  .questionnaire__btn {
    font-size: min(30 * 100vw / 750, 30px);
  }
}
@supports (container-type: inline-size) {
  .questionnaire__btn {
    border-radius: min(38 * 100cqw / 750, 38px);
  }
}
@supports not (container-type: inline-size) {
  .questionnaire__btn {
    border-radius: min(38 * 100vw / 750, 38px);
  }
}
.questionnaire__btn.selected {
  background-color: #e91e63 !important;
  box-shadow: 0.4cqw 0.533cqw 0px 0px #c32152;
}
.questionnaire__btn:hover {
  background-color: #777;
}
.questionnaire__btn span {
  display: inline;
  font-size: smaller;
  align-self: end;
}

.answered {
  display: none;
}

.a1 {
  position: relative;
}
.a1 .swiper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
@supports (container-type: inline-size) {
  .a1 .swiper {
    top: min(1382 * 100cqw / 750, 1382px);
  }
}
@supports not (container-type: inline-size) {
  .a1 .swiper {
    top: min(1382 * 100vw / 750, 1382px);
  }
}
@supports (container-type: inline-size) {
  .a1 .swiper {
    width: min(614 * 100cqw / 750, 614px);
  }
}
@supports not (container-type: inline-size) {
  .a1 .swiper {
    width: min(614 * 100vw / 750, 614px);
  }
}
.a1 .swiper-wrapper {
  display: flex;
}
.a1 .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.a1 .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
@supports (container-type: inline-size) {
  .a1 .btn:first-of-type {
    top: min(535 * 100cqw / 750, 535px);
  }
}
@supports not (container-type: inline-size) {
  .a1 .btn:first-of-type {
    top: min(535 * 100vw / 750, 535px);
  }
}
@supports (container-type: inline-size) {
  .a1 .btn:last-of-type {
    bottom: min(44 * 100cqw / 750, 44px);
  }
}
@supports not (container-type: inline-size) {
  .a1 .btn:last-of-type {
    bottom: min(44 * 100vw / 750, 44px);
  }
}
.a2 {
  position: relative;
}
@supports (container-type: inline-size) {
  .a2 .btn {
    bottom: min(24 * 100cqw / 750, 24px);
  }
}
@supports not (container-type: inline-size) {
  .a2 .btn {
    bottom: min(24 * 100vw / 750, 24px);
  }
}
.a3 {
  position: relative;
}
@supports (container-type: inline-size) {
  .a3 .btn {
    bottom: min(39 * 100cqw / 750, 39px);
  }
}
@supports not (container-type: inline-size) {
  .a3 .btn {
    bottom: min(39 * 100vw / 750, 39px);
  }
}
.a4 {
  position: relative;
}
@supports (container-type: inline-size) {
  .a4 .btn:first-of-type {
    bottom: min(1032 * 100cqw / 750, 1032px);
  }
}
@supports not (container-type: inline-size) {
  .a4 .btn:first-of-type {
    bottom: min(1032 * 100vw / 750, 1032px);
  }
}
@supports (container-type: inline-size) {
  .a4 .btn:last-of-type {
    bottom: min(51 * 100cqw / 750, 51px);
  }
}
@supports not (container-type: inline-size) {
  .a4 .btn:last-of-type {
    bottom: min(51 * 100vw / 750, 51px);
  }
}
.a5 {
  position: relative;
}
@supports (container-type: inline-size) {
  .a5 .btn {
    bottom: min(125 * 100cqw / 750, 125px);
  }
}
@supports not (container-type: inline-size) {
  .a5 .btn {
    bottom: min(125 * 100vw / 750, 125px);
  }
}
.a6 {
  position: relative;
}
@supports (container-type: inline-size) {
  .a6 .btn {
    bottom: min(586 * 100cqw / 750, 586px);
  }
}
@supports not (container-type: inline-size) {
  .a6 .btn {
    bottom: min(586 * 100vw / 750, 586px);
  }
}

.price {
  background-color: #eefbff;
}
@supports (container-type: inline-size) {
  .price {
    padding-top: min(56 * 100cqw / 750, 56px);
  }
}
@supports not (container-type: inline-size) {
  .price {
    padding-top: min(56 * 100vw / 750, 56px);
  }
}
@supports (container-type: inline-size) {
  .price {
    padding-bottom: min(56 * 100cqw / 750, 56px);
  }
}
@supports not (container-type: inline-size) {
  .price {
    padding-bottom: min(56 * 100vw / 750, 56px);
  }
}
.price__list {
  display: grid;
  margin: 0 auto;
}
@supports (container-type: inline-size) {
  .price__list {
    row-gap: min(30 * 100cqw / 750, 30px);
  }
}
@supports not (container-type: inline-size) {
  .price__list {
    row-gap: min(30 * 100vw / 750, 30px);
  }
}
@supports (container-type: inline-size) {
  .price__list {
    width: min(674 * 100cqw / 750, 674px);
  }
}
@supports not (container-type: inline-size) {
  .price__list {
    width: min(674 * 100vw / 750, 674px);
  }
}
.price__item {
  display: grid;
}
@supports (container-type: inline-size) {
  .price__item {
    row-gap: min(23 * 100cqw / 750, 23px);
  }
}
@supports not (container-type: inline-size) {
  .price__item {
    row-gap: min(23 * 100vw / 750, 23px);
  }
}
.price__item-name {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
@supports (container-type: inline-size) {
  .price__item-name {
    width: min(560 * 100cqw / 750, 560px);
  }
}
@supports not (container-type: inline-size) {
  .price__item-name {
    width: min(560 * 100vw / 750, 560px);
  }
}
@supports (container-type: inline-size) {
  .price__item-name {
    transform: translateX(min(9 * 100cqw / 750, 9px));
  }
}
@supports not (container-type: inline-size) {
  .price__item-name {
    transform: translateX(min(9 * 100vw / 750, 9px));
  }
}
.price__item-name-arrow {
  position: absolute;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #2fa7d1;
  transition: transform 0.3s ease;
}
@supports (container-type: inline-size) {
  .price__item-name-arrow {
    top: min(18 * 100cqw / 750, 18px);
  }
}
@supports not (container-type: inline-size) {
  .price__item-name-arrow {
    top: min(18 * 100vw / 750, 18px);
  }
}
@supports (container-type: inline-size) {
  .price__item-name-arrow {
    right: min(11 * 100cqw / 750, 11px);
  }
}
@supports not (container-type: inline-size) {
  .price__item-name-arrow {
    right: min(11 * 100vw / 750, 11px);
  }
}
@supports (container-type: inline-size) {
  .price__item-name-arrow {
    width: min(27 * 100cqw / 750, 27px);
  }
}
@supports not (container-type: inline-size) {
  .price__item-name-arrow {
    width: min(27 * 100vw / 750, 27px);
  }
}
@supports (container-type: inline-size) {
  .price__item-name-arrow {
    height: min(23 * 100cqw / 750, 23px);
  }
}
@supports not (container-type: inline-size) {
  .price__item-name-arrow {
    height: min(23 * 100vw / 750, 23px);
  }
}
.price__item-name-arrow.is-active {
  transform: rotate(180deg);
}
.price__item-plan {
  display: none;
}

.faq {
  background-image: url(../images/faq/bg.webp);
  background-size: contain;
  background-repeat: repeat-y;
}
@supports (container-type: inline-size) {
  .faq {
    padding-top: min(75 * 100cqw / 750, 75px);
  }
}
@supports not (container-type: inline-size) {
  .faq {
    padding-top: min(75 * 100vw / 750, 75px);
  }
}
.faq__head {
  margin: 0 auto;
}
@supports (container-type: inline-size) {
  .faq__head {
    margin-bottom: min(48 * 100cqw / 750, 48px);
  }
}
@supports not (container-type: inline-size) {
  .faq__head {
    margin-bottom: min(48 * 100vw / 750, 48px);
  }
}
@supports (container-type: inline-size) {
  .faq__head {
    width: min(494 * 100cqw / 750, 494px);
  }
}
@supports not (container-type: inline-size) {
  .faq__head {
    width: min(494 * 100vw / 750, 494px);
  }
}
.faq__list {
  display: grid;
  margin: 0 auto;
}
@supports (container-type: inline-size) {
  .faq__list {
    row-gap: min(23 * 100cqw / 750, 23px);
  }
}
@supports not (container-type: inline-size) {
  .faq__list {
    row-gap: min(23 * 100vw / 750, 23px);
  }
}
@supports (container-type: inline-size) {
  .faq__list {
    width: min(697 * 100cqw / 750, 697px);
  }
}
@supports not (container-type: inline-size) {
  .faq__list {
    width: min(697 * 100vw / 750, 697px);
  }
}
.faq__item-question {
  position: relative;
  cursor: pointer;
}
.faq__item-question-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@supports (container-type: inline-size) {
  .faq__item-question-arrow {
    right: min(23 * 100cqw / 750, 23px);
  }
}
@supports not (container-type: inline-size) {
  .faq__item-question-arrow {
    right: min(23 * 100vw / 750, 23px);
  }
}
@supports (container-type: inline-size) {
  .faq__item-question-arrow {
    width: min(28 * 100cqw / 750, 28px);
  }
}
@supports not (container-type: inline-size) {
  .faq__item-question-arrow {
    width: min(28 * 100vw / 750, 28px);
  }
}
.faq__item-question-arrow.is-active {
  transform: translateY(-50%) rotate(180deg);
}
.faq__item-answer {
  display: none;
}