@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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 (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 {
  -webkit-box-sizing: content-box;
          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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

:root {
  --color-primary: #108761;
  --color-background-light:rgba(212,233,215,.3);
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  height: 100%;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0em;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-style: normal;
  height: 100%;
}

iframe {
  border: 0;
}

a {
  text-decoration: none;
}

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

i, svg {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

.content__header {
  position: relative;
  background-color: #DFE4EB;
}
.content__header .container {
  position: relative;
}
.content__title {
  padding: 6.4rem 0;
  text-align: center;
}
.content__body {
  margin: 6.4rem 0;
}
.accordion {
  list-style-type: none;
  padding: 0;
}
.accordion > :nth-child(n+2) {
  margin-top: 2rem;
}
.accordion__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.accordion__title::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-color: #333333;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20y1%3D%228.5%22%20x2%3D%2217%22%20y2%3D%228.5%22%20stroke%3D%22black%22%2F%3E%3Cline%20x1%3D%228.5%22%20y1%3D%222.18557e-08%22%20x2%3D%228.5%22%20y2%3D%2217%22%20stroke%3D%22black%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20y1%3D%228.5%22%20x2%3D%2217%22%20y2%3D%228.5%22%20stroke%3D%22black%22%2F%3E%3Cline%20x1%3D%228.5%22%20y1%3D%222.18557e-08%22%20x2%3D%228.5%22%20y2%3D%2217%22%20stroke%3D%22black%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.accordion__content {
  overflow: hidden;
  height: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.container-fluid {
  max-width: 100% !important;
}
.display-none {
  display: none !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}

.display-block {
  display: block !important;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

.inline-block {
  display: inline-block;
}

.link-text {
  display: inline-block;
  position: relative;
}
.link-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 100%;
}

.text-primary {
  color: var(--color-primary);
}

p + p {
  margin-top: 0.5em;
}
.header__inner {
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: #d4e9d7;
}
.footer__info-block {
  background-color: #fff;
  border-radius: 15px;
}
.footer__info-center {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.footer__info-call {
  display: block;
}
.footer__info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  text-align: center;
}
.footer__info-data dt {
  font-weight: bold;
  margin-top: 1.6rem;
}
.footer__info-data dt:first-child {
  margin-top: 0;
}
.footer__info-data dd {
  font-weight: 500;
}
.footer__copy {
  text-align: center;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__links a::before {
  content: "";
  background-image: url(../img/icon_external.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.font-barlow {
  font-family: "Barlow", sans-serif;
}

.list-disc {
  list-style: none;
}
.list-disc li {
  padding-left: 1em;
  text-indent: -1em;
}
.list-disc li::before {
  content: "・";
}

.list-number-manual {
  list-style: none;
}
.list-number-manual li {
  padding-left: 1em;
  text-indent: -1em;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.hero {
  margin-bottom: 0;
}
.hero img {
  width: 100%;
}
.hero__inner {
  width: 100%;
}
.hero .slick-arrow {
  z-index: 1;
  background-color: transparent;
  border: none;
}
.hero .slick-arrow::before {
  border-top: none !important;
}
.hero .slick-arrow.slick-next {
  right: 0;
}
.hero .slick-arrow.slick-next::before {
  border-bottom: 2px solid #004730;
  border-right: 2px solid #004730;
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
  border-left: none !important;
}
.hero .slick-arrow.slick-prev {
  left: 0;
}
.hero .slick-arrow.slick-prev::before {
  border-bottom: 2px solid #004730;
  border-left: 2px solid #004730;
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  border-right: none !important;
}
.hero .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #c4d700;
}

.lineup__list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lineup__list-item a {
  -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s transform;
  transition: 0.3s opacity, 0.3s transform, 0.3s -webkit-transform;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: block;
}

.faq {
  color: #000000;
}
.faq__title {
  text-align: center;
  margin-bottom: 2.6rem;
  position: relative;
}
.faq__list-item:last-child {
  margin-bottom: 0;
}
.faq__list-title {
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.faq__list-title::before, .faq__list-title::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
.faq__list-title::before {
  left: 0;
  background-image: url(../img/faq_q.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
}
.faq__list-title::after {
  background-image: url(../img/faq_toggle_on.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  border: none;
  -webkit-mask: none;
          mask: none;
  background-position: center;
  background-color: rgba(143, 177, 49, 0.1);
}
.faq__list-title.open::after {
  background-image: url(../img/faq_toggle_off.png);
}
.faq__list-body {
  position: relative;
}
.faq__list-body::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  left: 0;
  background-image: url(../img/faq_a.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.faq__list-body * + P {
  margin-top: 1rem;
}
.faq__button {
  text-align: center;
}
.faq__button-link {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.faq__button-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 11px;
  background-image: url(../img/faq_button_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s right;
  transition: 0.2s right;
}
.features__background {
  padding-top: 1px;
  background-color: var(--color-background-light);
}
.features__main-title {
  text-align: center;
}
.features__main-title--top {
  display: inline-block;
}
.features__main-title--bottom {
  display: block;
}
.features__main-title--bottom span {
  font-size: 160%;
}
.features__sub-title {
  text-align: center;
  line-height: 1.5;
}
.features__sub-title:first-child {
  margin-top: 0;
}
.features__slash-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.features__slash-title::before, .features__slash-title::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
}
.features__slash-title::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.features__slash-title > span {
  text-align: center;
}
.features__nav {
  list-style: none;
  padding: 0;
}
.features__nav-button {
  background-color: #d4e9d7;
  display: block;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.features__nav-button::after {
  content: "";
  pointer-events: none;
  width: 100%;
  background-image: url(../img/features_nav_arrow.svg);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  -webkit-transition: 0.2s bottom;
  transition: 0.2s bottom;
}
.features__nav-text {
  line-height: 1.3;
  display: block;
  font-size: clamp(15px, 15px + 1.5vw - 11.52px, 18px);
}
.features__nav-note {
  display: block;
  line-height: 1.3;
}
.features__number {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 1rem;
}
.features__number--01 {
  background-image: url(../img/features_number01.svg);
}
.features__number--02 {
  background-image: url(../img/features_number02.svg);
}
.features__number--03 {
  background-image: url(../img/features_number03.svg);
}
.features__number--04 {
  background-image: url(../img/features_number04.svg);
}
.features__review {
  background-color: var(--color-background-light);
  text-align: center;
  border-radius: 15px;
}
.features__review-image {
  position: relative;
}
.features__review-caption {
  text-align: left;
}
.features__review-caption span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.features__vpoint {
  position: relative;
}
.features__vpoint-link {
  font-weight: 500;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.features__vpoint-link span {
  display: inline-block;
  position: relative;
}
.features__vpoint-link span::before, .features__vpoint-link span::after {
  content: "";
  display: block;
  position: absolute;
}
.features__vpoint-link span::before {
  width: 100%;
  height: 1px;
  background: #747674;
  bottom: -0.4rem;
}
.features__vpoint-link span::after {
  background-image: url(../img/vpoint_button_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: calc(100% + 4px);
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
.features__vpoint-plus {
  margin-top: 2rem;
}
.features__howto {
  background-color: #Fff;
  border-radius: 15px;
  line-height: 1.5;
}
.features__howto-title {
  font-weight: bold;
}
.features__howto-title span {
  color: #108761;
}
.features__howto-mascot {
  text-align: center;
}
.features__howto-highlight span {
  font-weight: 900;
}
.features__application {
  display: grid;
  gap: 2rem;
}
.features__application-block {
  background-color: #fff;
  border-radius: 15px;
}
.features__application-image {
  text-align: center;
}
.features__application-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.features__step {
  counter-reset: counter;
}
.features__step-item {
  counter-increment: counter;
  list-style: none;
  position: relative;
}
.features__step-item::before {
  content: counter(counter);
  font-weight: bold;
  font-family: "Barlow", serif;
  background-color: #92b729;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.features__step-item::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.features__step-item:nth-child(1) .features__step-card {
  background-color: rgba(16, 135, 97, 0.1);
}
.features__step-item:nth-child(1)::before {
  background-color: var(--color-primary);
}
.features__step-item:nth-child(1) .features__step-subject {
  color: var(--color-primary);
}
.features__step-item:last-child::after {
  content: none;
}
.features__step-note {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background-color: #fff;
  line-height: 1.4;
}
.features__step-card {
  background-color: rgba(146, 183, 41, 0.15);
}
.features__step-header {
  text-align: center;
}
.features__step-subject {
  color: #92b729;
  font-weight: bold;
}
.features__step-title {
  line-height: 1.3;
}
.features__step-image {
  text-align: center;
}

.attention {
  line-height: 1.6;
}
.attention__list {
  line-height: 1.6;
}
.attention__list-number {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.attention__asterisk {
  padding-left: 1em;
  text-indent: -1em;
}
.attention * + p,
.attention * + ul,
.attention * + ol {
  margin-top: 1.5em;
}

.simulation {
  background-color: rgba(236, 207, 79, 0.1);
}
.simulation__title {
  color: #f27b22;
  position: relative;
  line-height: 1;
  text-align: center;
}
.simulation__title::before {
  content: "";
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background-image: url(../img/balloon_vpoint.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.simulation__title span {
  font-size: 200%;
  letter-spacing: -2.25px;
  margin-right: 0.2rem;
  font-weight: 600;
}
.simulation__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.simulation__form-label::before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.7rem;
  content: "";
  display: block;
}
.simulation__form-label--birth::before {
  background-image: url(../img/simulation_icon_birthsay.svg);
}
.simulation__form-label--age::before {
  background-image: url(../img/simulation_icon_age.svg);
}
.simulation__form-label > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.simulation__form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.simulation__form-flex > div {
  margin-right: 0.9rem;
}
.simulation__form-flex > div:last-child {
  margin-right: 0;
}
.simulation__form-select {
  border: 1px solid #a7a7a7;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
.simulation__form-select::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px #f27b22 solid;
  border-left: 2px #f27b22 solid;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  margin-top: -2px;
}
.simulation__form-select select {
  width: 100%;
  height: 100%;
  outline: none !important;
  padding: 0.6rem 3.6rem 0.6rem 1rem;
  cursor: pointer;
}
.simulation__form-radio {
  border: 1px solid #a7a7a7;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.simulation__form-radio input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.simulation__form-radio input:checked + label::after {
  opacity: 1;
}
.simulation__form-radio label {
  display: block;
}
.simulation__form-radio label::before, .simulation__form-radio label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.simulation__form-radio label::before {
  border: 1px solid #a7a7a7;
  width: 20px;
  height: 20px;
  left: 1.5rem;
}
.simulation__form-radio label::after {
  background-color: #f27b22;
  width: 14px;
  height: 14px;
  opacity: 0;
  left: 1.8rem;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.simulation__form-button button {
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.simulation__form-button button::before, .simulation__form-button button::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.simulation__form-button button::before {
  background-image: url(../img/simulation_button_icon.svg);
}
.simulation__form-button button::after {
  background-image: url(../img/simulation_button_arrow.svg);
}
.simulation__form-button button.uap-start--disabled {
  background-color: #aaa !important;
}
.simulation__form-button button.uap-start--enabled {
  background-color: #f27b22;
}

.cta--sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 4;
}
.cta__title {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.cta__inner {
  text-align: center;
}
.cta__button {
  display: block;
  text-align: center;
  position: relative;
}
.cta__button img {
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  -webkit-transition: 0.3s -webkit-box-shadow, 0.2s -webkit-transform, 0.2s -webkit-filter;
  transition: 0.3s -webkit-box-shadow, 0.2s -webkit-transform, 0.2s -webkit-filter;
  transition: 0.3s box-shadow, 0.2s transform, 0.2s filter;
  transition: 0.3s box-shadow, 0.2s transform, 0.2s filter, 0.3s -webkit-box-shadow, 0.2s -webkit-transform, 0.2s -webkit-filter;
}
.cta__button-balloon {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background-image: url(../img/balloon_vpoint.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cta__link {
  margin-top: 1rem;
  text-align: center;
}
.cta__link a {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.cta__link a::before, .cta__link a::after {
  content: "";
  display: block;
  position: absolute;
}
.cta__link a::before {
  width: 100%;
  top: 100%;
  height: 1px;
  background-color: #333;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.cta__link a::after {
  border-bottom: 2px #f27b22 solid;
  border-right: 2px #f27b22 solid;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  margin-left: 0.6rem;
}

.note__list {
  line-height: 1.6;
}
.note__list--asterisk {
  list-style-type: none;
  padding-left: 0 !important;
}
.note__list--asterisk li {
  padding-left: 1em;
  text-indent: -1em;
}
.note__list li {
  margin-bottom: 0.5rem;
}
.note__list li:last-child {
  margin-bottom: 0;
}

.slick-arrow {
  text-align: center;
  width: 26px;
  height: 33px;
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center top;
  width: 16px;
  height: 28px;
  border-color: var(--color-primary);
}

/* .tingle-modal-box */

@media screen and (max-width: 767.98px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .display-pc {
    display: none !important;
  }
  .display-none--sp {
    display: none !important;
  }
  .display-inline-block--sp {
    display: inline-block !important;
  }
  .display-inline--sp {
    display: inline !important;
  }
  .display-block--sp {
    display: block !important;
  }
  .text-small {
    font-size: 1.1rem;
  }
  .header {
    padding: 0 0.75rem;
  }
  .footer {
    padding-bottom: 13rem;
    padding-top: 2.5rem;
    margin-top: 5rem;
  }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__info-block {
    padding: 2.4rem 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 315px;
            flex: 0 1 315px;
  }
  .footer__info-center {
    font-size: 1.5rem;
  }
  .footer__info-call {
    margin: 1rem 0 1.5rem;
  }
  .footer__info-reception {
    font-size: 1.2rem;
    margin-right: -2em;
  }
  .footer__info-data dt {
    font-size: 1.3rem;
  }
  .footer__info-data dd {
    margin-top: 0.4rem;
    font-size: 1.6rem;
  }
  .footer__copy {
    font-size: 1rem;
    margin-top: 2rem;
    text-align: center;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem;
  }
  .footer__identification {
    font-size: 1.1rem;
  }
  .footer__links {
    max-width: 260px;
    gap: 1.2rem 4.8rem;
    margin-top: 2.4rem;
  }
  .footer__links a {
    font-size: 1.2rem;
  }
  .footer__links a::before {
    width: 12px;
    height: 12px;
    top: 0.2rem;
    left: calc(100% + 4px);
  }
  .hero .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
  .hero .slick-arrow::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .hero .slick-arrow.slick-next::before {
    margin-left: 1rem;
  }
  .hero .slick-arrow.slick-prev::before {
    margin-left: 0.8rem;
  }
  .hero .slick-dots li {
    margin: 0;
    width: 16px;
  }
  .hero .slick-dots li button::before {
    font-size: 8px;
    width: 16px;
  }
  .lineup__list {
    margin-top: 3rem;
    margin-bottom: 2.4rem;
  }
  .lineup__list-item {
    margin-bottom: 2rem;
  }
  .lineup__list-item:last-child {
    margin-bottom: 0;
  }
  .faq {
    margin-top: 4rem;
  }
  .faq__title {
    font-size: 2rem;
  }
  .faq__list-item {
    margin-bottom: 3rem;
  }
  .faq__list-title {
    padding: 0.8rem 3rem 0.8rem 4.6rem;
    font-size: 1.5rem;
  }
  .faq__list-title::before {
    width: 35px;
    height: 35px;
  }
  .faq__list-title::after {
    top: 0.8rem;
    width: 22px;
    height: 22px;
  }
  .faq__list-body {
    padding-left: 4.6rem;
    padding-top: 2rem;
    font-size: 1.4rem;
    margin-right: -0.2rem;
  }
  .faq__list-body::before {
    width: 35px;
    height: 35px;
    top: 1.3rem;
  }
  .faq__button {
    margin-top: 2.8rem;
  }
  .faq__button-link {
    width: 100%;
    max-width: 250px;
    padding: 1rem 0 0.9rem;
    font-size: 1.3rem;
  }
  .faq__button-link::after {
    right: 2.5rem;
    margin-top: 0.1rem;
  }
  .features {
    padding-top: 3.5rem;
  }
  .features__section {
    padding-top: 4.6rem;
  }
  .features__background {
    padding-bottom: 2.5rem;
    margin-top: 4.6rem;
  }
  .features__background > .container {
    margin-top: -4.8rem;
  }
  .features__main-title {
    font-size: 2.4rem;
  }
  .features__main-title--top {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff20d), color-stop(95%, #fff20d), color-stop(95%, transparent));
    background: linear-gradient(transparent 70%, #fff20d 70%, #fff20d 95%, transparent 95%);
  }
  .features__sub-title {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    margin-top: 3.55rem;
  }
  .features__slash-title {
    font-size: 1.7rem;
    margin-top: 3rem;
    margin-bottom: 1.6rem;
  }
  .features__slash-title {
    gap: 1.8rem;
  }
  .features__slash-title::before, .features__slash-title::after {
    background-image: url(../img/slash_title_line_sp.svg);
    width: 22px;
    height: 43px;
    margin-bottom: 0.3rem;
  }
  .features__slash-title > span {
    padding-bottom: 0.4rem;
  }
  .features__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-top: 2rem;
  }
  .features__nav-button {
    height: 127px;
    padding-bottom: 2rem;
  }
  .features__nav-button::after {
    height: 12px;
    bottom: 1.4rem;
  }
  .features__nav-note {
    margin-top: 0.6rem;
    font-size: 1.15rem;
  }
  .features__number {
    width: 46px;
    height: 67px;
  }
  .features__description {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .features__review {
    padding: 2.2rem 2rem 2.5rem;
  }
  .features__review-description {
    font-size: 1.2rem;
  }
  .features__review-image {
    margin-top: 2.4rem;
  }
  .features__review-caption {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
  .features__vpoint {
    margin: 2rem 0;
    text-align: center;
  }
  .features__vpoint-link {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  .features__vpoint-link span::after {
    width: 8px;
    height: 12px;
    top: 0.3rem;
  }
  .features__vpoint-table {
    overflow: auto;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 2rem 1rem;
    margin-bottom: 0.6rem;
  }
  .features__vpoint-table picture {
    display: block;
    text-align: center;
  }
  .features__vpoint-table img {
    width: 640px;
    min-width: 640px;
  }
  .features__howto {
    padding: 2.8rem 2rem 3rem;
    margin-top: 2.7rem;
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
  .features__howto-title {
    font-size: 1.7rem;
    text-align: center;
  }
  .features__howto-mascot {
    margin: 1.8rem 0 2rem;
  }
  .features__application {
    margin-top: 2.6rem;
  }
  .features__application-block {
    padding: 2.2rem 2rem;
  }
  .features__application-block--24time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.4rem;
  }
  .features__application-block--24time .features__application-image {
    width: 100px;
    text-align: center;
    margin-bottom: 0;
  }
  .features__application-block--24time .features__application-image img {
    width: 70px;
  }
  .features__application-block--online {
    padding-top: 2.7rem;
  }
  .features__application-image {
    margin-bottom: 2rem;
  }
  .features__application-description {
    font-size: 1.3rem;
  }
  .features__application-note {
    font-size: 1.2rem;
  }
  .features__step {
    margin-top: 4.25rem;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
  .features__step-item {
    margin-bottom: 4.8rem;
  }
  .features__step-item:last-child {
    margin-bottom: 0;
  }
  .features__step-item::before {
    width: 40px;
    height: 40px;
    font-size: 2.7rem;
    top: -20px;
  }
  .features__step-item::after {
    background-image: url(../img/step_arrow_sp.svg);
    width: 25px;
    height: 10px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 1rem;
  }
  .features__step-item:nth-child(1) .features__step-image {
    width: 23.7333333333vw;
  }
  .features__step-item:nth-child(2) .features__step-image {
    width: 25.6vw;
  }
  .features__step-item:nth-child(3) .features__step-image {
    width: 25.6vw;
  }
  .features__step-note {
    border-radius: 7px;
    font-size: 1rem;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0.5rem 1rem 0.6rem;
  }
  .features__step-card {
    padding: 3rem 2rem 2rem;
    border-radius: 10px;
  }
  .features__step-subject {
    font-size: 1.5rem;
  }
  .features__step-title {
    font-size: 1.5rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .features__step-image {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
  }
  .features__step-description {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    text-align: center;
  }
  .attention {
    margin-top: 3.4rem;
    font-size: 1.2rem;
  }
  .attention__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
    letter-spacing: -0.005em;
  }
  .attention__title + p {
    margin-top: 0.5em;
  }
  .attention__list {
    padding-left: 2rem;
    font-size: 1.2rem;
  }
  .simulation {
    padding: 1.4rem 0 1.6rem;
  }
  .simulation__wrapper {
    padding-top: 2rem;
  }
  .simulation__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .simulation__title::before {
    width: 145px;
    height: 30px;
    top: -26px;
  }
  .simulation__form-input {
    margin-bottom: 2rem;
  }
  .simulation__form-label {
    position: relative;
    padding-left: 30px;
  }
  .simulation__form-label::before {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
  }
  .simulation__form-label > span {
    font-size: 1.5rem;
  }
  .simulation__form-label > span > span {
    font-size: 1.8rem;
  }
  .simulation__form-select {
    height: 48px;
    font-size: 1.6rem;
  }
  .simulation__form-select:nth-child(1) {
    width: 44.776119403%;
  }
  .simulation__form-select:nth-child(2), .simulation__form-select:nth-child(3) {
    width: 24.776119403%;
  }
  .simulation__form-select::after {
    right: 1rem;
  }
  .simulation__form-select select {
    padding-left: 1.1rem;
  }
  .simulation__form-radio {
    height: 48px;
    width: 50%;
  }
  .simulation__form-radio label {
    padding: 1rem 0;
    text-align: center;
  }
  .simulation__form-button button {
    width: 100%;
    height: 51px;
    text-align: center;
    font-size: 1.8rem;
  }
  .simulation__form-button button::before {
    width: 24px;
    height: 32px;
    left: 2.3rem;
  }
  .simulation__form-button button::after {
    width: 16px;
    height: 16px;
    right: 1.75rem;
  }
  .cta--sticky {
    padding: 1rem 2rem;
  }
  .cta__title {
    font-size: 1.1rem;
  }
  .cta__button {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta__button img {
    border-radius: 5px;
  }
  .cta__button-balloon {
    width: 145px;
    height: 30px;
    top: -20px;
  }
  .cta__link a {
    font-size: 1.3rem;
  }
  .cta__link a::after {
    width: 8px;
    height: 8px;
    margin-top: -0.1rem;
  }
  .note__list {
    font-size: 1.2rem;
    padding-left: 1.8rem;
  }
  .note__list li .link-text {
    display: inline;
    text-decoration: underline;
  }
  .note__list li .link-text::after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .container {
    max-width: 964px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .container-xsmall {
    max-width: 810px;
  }
  .container-small {
    max-width: 1040px;
  }
  .container-large {
    max-width: 1484px;
  }
  .container-xlarge {
    max-width: 1980px;
  }
  .display-sp {
    display: none !important;
  }
  .display-none--pc {
    display: none !important;
  }
  .display-inline-block--pc {
    display: inline-block !important;
  }
  .display-inline--pc {
    display: inline !important;
  }
  .display-block--pc {
    display: block !important;
  }
  .text-small {
    font-size: 1.32rem;
  }
  .header {
    padding: 0.4rem 2rem;
  }
  .header__inner {
    max-width: 990px;
  }
  .footer {
    padding-top: 3.4rem;
    padding-bottom: 17.6rem;
    margin-top: 7.4rem;
  }
  .footer__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .footer__info-block {
    padding: clamp(24px, 24px + 3.1vw - 23.808px, 30px) clamp(24px, 24px + 5.1vw - 39.168px, 34px) clamp(20px, 20px + 2vw - 15.36px, 24px);
  }
  .footer__info-center {
    font-size: 1.955rem;
  }
  .footer__info-call {
    margin: 2rem 0;
  }
  .footer__info-reception {
    font-size: 1.564rem;
  }
  .footer__info-data dt {
    font-size: 1.694rem;
  }
  .footer__info-data dd {
    font-size: 2.085rem;
    margin-top: 0.6rem;
  }
  .footer__copy {
    font-size: 1.2rem;
    margin-top: 4rem;
  }
  .footer__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.4rem;
  }
  .footer__identification {
    font-size: 1.2rem;
  }
  .footer__links {
    gap: 0 4.6rem;
  }
  .footer__links a {
    font-size: 1.408rem;
  }
  .footer__links a::before {
    width: 14px;
    height: 14px;
    top: 0.6rem;
    left: calc(100% + 7px);
  }
  .hero__inner {
    max-width: 964px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .slick-arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
  .hero .slick-arrow::before {
    width: 1.7rem;
    height: 1.7rem;
  }
  .hero .slick-arrow.slick-next::before {
    margin-left: 0.2rem;
    border-width: 3px;
  }
  .hero .slick-arrow.slick-prev::before {
    margin-left: 1.4rem;
    border-width: 3px;
  }
  .hero .slick-dots {
    bottom: -31px;
  }
  .hero .slick-dots li {
    margin: 0 1px;
    width: 17px;
  }
  .hero .slick-dots li button::before {
    font-size: 1rem;
  }
  .lineup__list {
    margin-top: 1.6rem;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    margin-bottom: 3.2rem;
  }
  .lineup__list-item {
    width: 50%;
    padding: 0 1.2rem;
    margin-top: 2.4rem;
  }
  .lineup__list-item--full {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .faq {
    margin-top: 7.5rem;
  }
  .faq__title {
    font-size: 2.4rem;
  }
  .faq__list {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq__list-item {
    margin-bottom: 3rem;
  }
  .faq__list-title {
    font-size: 1.92rem;
    padding: 2rem 5rem 2rem 5.9rem;
    line-height: 1.2;
  }
  .faq__list-title::before {
    width: 42px;
    height: 42px;
    top: 1.1rem;
  }
  .faq__list-title::after {
    width: 26px;
    height: 26px;
  }
  .faq__list-body {
    padding-left: 5.9rem;
    padding-top: 1.8rem;
    font-size: 1.8rem;
  }
  .faq__list-body::before {
    width: 42px;
    height: 42px;
    top: 1rem;
  }
  .faq__button {
    margin-top: 4rem;
  }
  .faq__button-link {
    font-size: 1.56rem;
    width: 300px;
    padding: 1.1rem;
  }
  .features {
    padding-top: 4rem;
  }
  .features__section {
    padding-top: 6rem;
  }
  .features__background {
    padding-bottom: 4.8rem;
    margin-top: 6rem;
  }
  .features__background > .container {
    margin-top: -7rem;
  }
  .features__main-title {
    font-size: 3.84rem;
    line-height: 1.4;
  }
  .features__main-title--top {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff20d), color-stop(91%, #fff20d), color-stop(91%, transparent));
    background: linear-gradient(transparent 70%, #fff20d 70%, #fff20d 91%, transparent 91%);
  }
  .features__main-title--bottom {
    margin-top: -1.4rem;
  }
  .features__sub-title {
    font-size: 3.22rem;
    margin-bottom: 1rem;
    margin-top: 6.8rem;
  }
  .features__slash-title {
    font-size: 2.38rem;
    margin-top: 3.2rem;
  }
  .features__slash-title {
    gap: 1.5rem;
  }
  .features__slash-title::before, .features__slash-title::after {
    width: 18px;
    height: 39px;
    background-image: url(../img/slash_title_line.svg);
  }
  .features__slash-title > span {
    padding-bottom: 0.6rem;
  }
  .features__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-top: 1rem;
  }
  .features__nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 48px) / 4);
            flex: 0 1 calc((100% - 48px) / 4);
  }
  .features__nav-button {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .features__nav-button::after {
    bottom: 1.8rem;
    height: 19px;
  }
  .features__nav-note {
    margin-top: 0.8rem;
    font-size: clamp(11px, 11px + 1vw - 7.68px, 13px);
  }
  .features__number {
    width: 65px;
    height: 94px;
  }
  .features__description {
    font-size: 1.96rem;
    text-align: center;
  }
  .features__review {
    padding: 3.6rem 4rem 2.6rem;
    margin-top: 0.6rem;
  }
  .features__review-title {
    font-size: 1.68rem;
  }
  .features__review-description {
    font-size: 1.68rem;
  }
  .features__review-image {
    max-width: 742px;
    margin: 4rem auto 0;
  }
  .features__review-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.3rem;
    width: 41.7789757412%;
    max-width: 418px;
  }
  .features__vpoint {
    margin-bottom: 3rem;
  }
  .features__vpoint-link {
    position: absolute;
    right: clamp(150px, 150px + 40.8vw - 313.344px, 230px);
    bottom: 15%;
    font-size: 1.7rem;
  }
  .features__vpoint-link span::after {
    width: 9px;
    height: 15px;
    top: 0.75rem;
  }
  .features__vpoint-table {
    margin-bottom: 2.4rem;
  }
  .features__howto {
    font-size: 1.6rem;
    padding: 4.2rem 4rem 3.2rem;
    margin-bottom: 8rem;
    margin-top: 5.6rem;
    text-align: center;
  }
  .features__howto-title {
    font-size: 2.38rem;
  }
  .features__howto-mascot {
    margin: 3rem 0;
  }
  .features__howto-highlight {
    font-size: 1.7rem;
  }
  .features__application {
    grid-template-columns: 1fr 1fr;
    margin-top: 3.4rem;
  }
  .features__application-block {
    padding: 2rem 3rem;
  }
  .features__application-block--24time {
    padding-top: 5rem;
  }
  .features__application-block--24time .features__application-image {
    width: 33%;
    max-width: 98px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.2rem;
  }
  .features__application-image {
    margin-bottom: 1.4rem;
  }
  .features__application-description {
    font-size: 1.6rem;
  }
  .features__application-note {
    font-size: 1.3rem;
  }
  .features__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    margin-top: 5.5rem;
  }
  .features__step-item {
    padding: 0 1.6rem;
    width: 33.3333%;
  }
  .features__step-item::before {
    font-size: 3.4rem;
    width: 50px;
    height: 50px;
    top: -25px;
  }
  .features__step-item::after {
    background-image: url(../img/step_arrow_pc.svg);
    width: 14px;
    height: 33px;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -1.3rem;
    margin-left: -2%;
  }
  .features__step-note {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 1.3rem;
    padding: 1.3rem;
    margin-top: 0.5em;
    border-radius: 15px;
    margin-top: 1.3rem;
  }
  .features__step-card {
    padding: 3.9rem 2rem 2rem;
    height: 100%;
    border-radius: 20px;
  }
  .features__step-header {
    margin-bottom: 1.8rem;
  }
  .features__step-subject {
    font-size: 1.8rem;
  }
  .features__step-title {
    margin-top: 0.8rem;
    min-height: 46px;
    font-size: 2.1rem;
  }
  .features__step-description {
    text-align: center;
    margin-top: 2rem;
  }
  .attention {
    margin-top: 10rem;
    font-size: 1.4rem;
  }
  .attention__title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    margin-top: 4rem;
  }
  .attention__title:first-child {
    margin-top: 0;
  }
  .attention__first {
    margin-bottom: 1em;
  }
  .attention__list {
    padding-left: 2rem;
  }
  .simulation {
    padding-top: 1rem;
    padding-bottom: 2.6rem;
  }
  .simulation__wrapper {
    padding-top: 5.4rem;
  }
  .simulation__title {
    font-size: 2.998rem;
    margin-bottom: 1.6rem;
  }
  .simulation__title::before {
    width: 211px;
    height: 47px;
    top: -3.8rem;
  }
  .simulation__title span {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  .simulation__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem 0;
  }
  .simulation__form-input {
    margin-right: 1.5rem;
  }
  .simulation__form-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .simulation__form-label::before {
    width: 25px;
    height: 25px;
  }
  .simulation__form-label > span {
    font-size: 1.6rem;
  }
  .simulation__form-label > span > span {
    font-size: 2rem;
  }
  .simulation__form-select {
    height: 53px;
  }
  .simulation__form-select::after {
    right: 1.1rem;
  }
  .simulation__form-radio {
    height: 53px;
  }
  .simulation__form-radio label {
    padding: 1.2rem 2.6rem 1.2rem 6rem;
  }
  .simulation__form-button {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .simulation__form-button button {
    height: 53px;
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
  }
  .simulation__form-button button::before {
    width: 25px;
    height: 45px;
    left: 1.5rem;
  }
  .simulation__form-button button::after {
    width: 16px;
    height: 16px;
    right: 1.3rem;
  }
  .cta--sticky {
    padding: 1.7rem 0;
  }
  .cta__title {
    font-size: 2rem;
  }
  .cta__button {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta__button img {
    border-radius: 10px;
  }
  .cta__button-balloon {
    width: 211px;
    height: 47px;
    top: -3rem;
  }
  .cta__link a {
    font-size: 1.404rem;
  }
  .cta__link a::after {
    width: 10px;
    height: 10px;
  }
  .note__list {
    padding-left: 2rem;
    font-size: 1.3rem;
  }
  .slick-arrow {
    width: 40px;
    height: 50px;
  }
  .slick-arrow::before {
    width: 38px;
    height: 28px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    background-size: 18px auto;
  }
  .slick-arrow.slick-next:hover::before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .slick-arrow.slick-prev:hover::before {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

@media (hover: hover) {
  .link-text:hover {
    color: #f39800;
  }
  .link-text:hover::after {
    background-color: #f39800;
  }
  .footer__links a:hover {
    color: var(--color-primary);
  }
  .footer__links a:hover::after {
    background-color: var(--color-primary);
  }
  .hero .slick-arrow:hover::before {
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
  .hero .slick-dots li button:hover::before {
    color: #c4d700;
  }
  .lineup__list-item a:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .faq__list-title:hover {
    opacity: 0.8;
  }
  .faq__button-link:hover {
    background-color: var(--color-background-light);
  }
  .faq__button-link:hover::after {
    right: 2.6rem;
  }
  .features__nav-button:hover {
    background-color: #c3e0c7;
  }
  .features__nav-button:hover::after {
    bottom: 1.3rem;
  }
  .features__vpoint-link:hover {
    opacity: 0.85;
  }
  .features__vpoint-link:hover span::after {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .simulation__form-button button.uap-start--enabled:hover {
    background-color: #f49146;
  }
  .cta__button:hover img {
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  .cta__link a:hover {
    color: #f27b22;
  }
  .cta__link a:hover::before {
    background-color: #f27b22;
  }
}

@media (min-width: 751px) {
  .tingle-modal-box,
.tingle-modal-box__content {
    max-width: 775px;
  }
}
