/*! destyle.css v2.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;
  line-height: 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 {
  -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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1600px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 393px) {
  html {
    font-size: 4.0712468193vw;
  }
}

body {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
  color: #333333;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  padding-right: 0rem;
  padding-left: 0rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.l-header {
  width: 100%;
}

.l-header__inner {
  width: 100%;
  max-width: 72.125rem;
  height: 6.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3rem;
    padding: 0 1.3125rem;
  }
}

.l-header__logo {
  width: 100%;
  max-width: 28.9375rem;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 13.125rem;
    margin-top: 0rem;
  }
}

.l-header__btn {
  display: block;
  width: 100%;
  max-width: 28.75rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header__btn {
    display: none;
  }
}

.l-header-up {
  position: fixed;
  z-index: 100;
  top: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .l-header-up {
    display: none;
  }
}
.l-header-up.change {
  top: 0%;
}

.l-header-up__inner {
  width: 100%;
  max-width: 72.125rem;
  height: 6.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header-up__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3rem;
    padding: 0 1.3125rem;
  }
}

.l-header-up__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.l-header-up__lists a {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.l-header-up__lists a:hover {
  color: #B99E39;
}

.l-header-up__btn {
  display: block;
  width: 100%;
  max-width: 28.75rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header-up__btn {
    display: none;
  }
}

.l-main {
  width: 100%;
  max-width: 100%;
}

.l-footer {
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 7.5rem;
  }
}

.c-hamburger {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  top: 0.875rem;
  right: 1.3125rem;
  width: 1.875rem;
  height: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.875rem;
  height: 2px;
  background: #b99e39;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.5625rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1.1875rem;
}

.c-hamburger.active span {
  background: #fff;
}
.c-hamburger.active span:nth-of-type(1) {
  top: 0.8125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.8125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: 98;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #b99e39;
  padding: 7.5rem 1.25rem 3.125rem 1.25rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
}

.c-hamburger-nav__list {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3333333333;
}

.c-hamburger-nav__link {
  width: 100%;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3333333333;
  font-weight: 500;
  padding: 0.625rem;
  border-bottom: 1px dotted #fff;
}
.c-hamburger-nav__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-hamburger-nav.active {
  right: 0;
}

.p-fv {
  width: 100%;
  max-width: 100%;
}

.p-fv-crown {
  width: 100%;
}

.p-fv-crown__inner {
  width: 100%;
  max-width: 61.5rem;
  margin: 0 auto;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-crown__inner {
    padding-top: 1.25rem;
  }
}

.p-fv-crown__banner {
  display: block;
  width: 100%;
  max-width: 59.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-crown__banner {
    max-width: 21.875rem;
    margin: 0 auto;
  }
}

.p-fv-crown__box {
  width: 100%;
  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: 3.125rem;
  margin: 3.75rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-crown__box {
    gap: 1.375rem;
    margin: 1.375rem auto 0 auto;
  }
}

.p-fv-crown__icon {
  width: 100%;
  max-width: 14.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-crown__icon {
    max-width: 6.3125rem;
  }
}

.p-fv-crown__text {
  width: 100%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-crown__text {
    width: 80%;
    margin: 1.875rem auto 0 auto;
  }
}

.p-fv-cta {
  width: 100%;
  height: 32.75rem;
  background-image: url(../imgs/pc/cta_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta {
    background-image: none;
    margin-top: 0rem;
  }
}

.p-fv-cta__inner {
  width: 100%;
  max-width: 75.25rem;
  margin: 0 auto;
  padding-top: 6.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__inner {
    max-width: 21.25rem;
    margin: 0 auto;
    padding-top: 2.5rem;
  }
}

.p-fv-cta__img {
  position: relative;
  width: 100%;
  max-width: 67.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__img {
    max-width: 100%;
  }
}

.p-fv-cta__link {
  position: absolute;
  top: 5.75rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link {
    top: 21.3125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    display: block;
    width: 100%;
    max-width: 19.625rem;
  }
}
.p-fv-cta__link img {
  width: 100%;
  max-width: 24.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link img {
    max-width: 100%;
  }
}

.p-fv-cta02 {
  width: 100%;
  background: rgba(248, 234, 197, 0.35);
}
@media screen and (max-width: 767px) {
  .p-fv-cta02 {
    background: none;
  }
}

.p-fv-cta02__inner {
  width: 100%;
  max-width: 67.75rem;
  margin: 0 auto;
  padding: 3.0625rem 0rem 3.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta02__inner {
    max-width: 21.25rem;
    margin: 0 auto;
    padding: 1.5625rem 0 1.6875rem 0;
  }
}

.p-fv-cta02__img {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-cta02__img {
    max-width: 100%;
  }
}

.p-fv-cta02__link {
  position: absolute;
  top: 5.75rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta02__link {
    top: 21.3125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    display: block;
    width: 100%;
    max-width: 19.625rem;
  }
}
.p-fv-cta02__link img {
  width: 100%;
  max-width: 24.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta02__link img {
    max-width: 100%;
  }
}

.p-fv-cta03 {
  width: 100%;
  background-image: url(../imgs/pc/cta_bg02.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-cta03 {
    background-image: none;
  }
}

.p-fv-cta03__inner {
  width: 100%;
  max-width: 67.75rem;
  margin: 0 auto;
  padding: 3.5rem 0rem 3rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta03__inner {
    max-width: 21.25rem;
    margin: 0 auto;
    padding: 0;
  }
}

.p-fv-cta03__img {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-cta03__img {
    max-width: 100%;
  }
}

.p-fv-cta03__link {
  position: absolute;
  top: 5.75rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta03__link {
    top: 21.3125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    display: block;
    width: 100%;
    max-width: 19.625rem;
  }
}
.p-fv-cta03__link img {
  width: 100%;
  max-width: 24.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta03__link img {
    max-width: 100%;
  }
}

.p-fv-cta04 {
  width: 100%;
}

.p-fv-cta04__inner {
  width: 100%;
  max-width: 75.875rem;
  margin: 0 auto;
  padding: 5.875rem 0rem 4rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta04__inner {
    max-width: 21.25rem;
    margin: 0 auto;
    padding: 3.75rem 0rem;
  }
}

.p-fv-cta04__title {
  width: 100%;
  max-width: 31.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-cta04__title {
    max-width: 15rem;
  }
}

.p-fv-cta04__img {
  position: relative;
  width: 100%;
  max-width: 67.375rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta04__img {
    max-width: 100%;
    margin-top: 2.5rem;
  }
}

.p-fv-cta04__link {
  position: absolute;
  top: 5.75rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta04__link {
    top: 21.3125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    display: block;
    width: 100%;
    max-width: 19.625rem;
  }
}
.p-fv-cta04__link img {
  width: 100%;
  max-width: 24.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta04__link img {
    max-width: 100%;
  }
}

.p-fv-achieve {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -8.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-achieve {
    background-image: url(../imgs/sp/achieve_bg.webp);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0rem;
  }
}

.p-fv-achieve__inner {
  width: 100%;
  max-width: 59.625rem;
  margin: 0 auto;
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-achieve__inner {
    max-width: 31.25rem;
    padding: 1.75rem 1.875rem 1.875rem 1.875rem;
  }
}

.p-fv-achieve__title {
  width: 100%;
  max-width: 57.3125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-achieve__title {
    max-width: 19.625rem;
  }
}

.p-fv-achieve__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.4375rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-achieve__box {
    gap: 2.5rem;
    margin-top: 2.625rem;
  }
}

.p-fv-achieve__img {
  width: 100%;
}

.p-fv-worries {
  width: 100%;
}

.p-fv-worries__inner {
  width: 100%;
  background-image: url(../imgs/pc/worries_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__inner {
    background-image: url(../imgs/sp/worries_bg.webp);
  }
}

.p-fv-worries__cont {
  width: 100%;
  max-width: 55.75rem;
  margin: 0 auto;
  padding: 6.5625rem 0rem 9.125rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__cont {
    max-width: 31.25rem;
    padding: 0.75rem 1.25rem 2rem 1.25rem;
  }
}

.p-fv-worries__title {
  width: 100%;
  max-width: 52.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__title {
    max-width: 12.875rem;
  }
}

.p-fv-worries__img {
  width: 100%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__img {
    margin-top: 0.625rem;
  }
}

.p-fv-worries__inner02 {
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(../imgs/pc/worries_bg02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__inner02 {
    background-image: url(../imgs/sp/worries_bg02.webp);
  }
}

.p-fv-worries__arrow {
  position: absolute;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__arrow {
    top: -1.375rem;
    width: 0.5625rem;
  }
}

.p-fv-worries__wrapper {
  width: 100%;
  max-width: 48.3125rem;
  margin: 0 auto;
  padding: 9.25rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 0rem 1.875rem 0rem;
  }
}

.p-fv-worries__subTitle {
  width: 100%;
  max-width: 31.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__subTitle {
    max-width: 18.0625rem;
  }
}

.p-fv-worries__item {
  width: 100%;
  max-width: 44.0625rem;
  margin: 2.1875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__item {
    max-width: 20.625rem;
    margin: 3.75rem auto 0 auto;
  }
}

.p-fv-worries__item02 {
  width: 100%;
  max-width: 44.0625rem;
  margin: 1.75rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__item02 {
    max-width: 20.625rem;
    margin: 2.125rem auto 0 auto;
  }
}

.p-fv-worries__minTitle {
  width: 100%;
  max-width: 13.75rem;
  margin: 4.375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__minTitle {
    max-width: 8.75rem;
    margin: 2.5rem auto 0 auto;
  }
}

.p-fv-worries__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.75rem;
    margin-top: 1.875rem;
  }
}

.p-fv-worries__img02 {
  width: 100%;
  max-width: 23.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__img02 {
    max-width: 92.6395939086%;
    margin-right: auto;
  }
}

.p-fv-worries__img03 {
  width: 100%;
  max-width: 23.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__img03 {
    max-width: 92.6395939086%;
    margin-left: auto;
  }
}

.p-fv-beyond {
  position: relative;
  width: 100%;
}
.p-fv-beyond::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33.625%;
  height: 37.75rem;
  background: #f8eac5;
}
@media screen and (max-width: 767px) {
  .p-fv-beyond::before {
    display: none;
  }
}

.p-fv-beyond__inner {
  width: 100%;
  padding: 3.9375rem 0rem 6rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-beyond__inner {
    padding: 2.0625rem 0rem 1.8125rem 0rem;
  }
}

.p-fv-beyond__title {
  width: 100%;
  max-width: 27.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-beyond__title {
    max-width: 12.8125rem;
  }
}

.p-fv-beyond__text {
  width: 100%;
  max-width: 26.0625rem;
  margin: 4.6875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-beyond__text {
    margin: 2.5rem auto 0 auto;
    max-width: 13.125rem;
  }
}

.p-fv-beyond__swiper {
  position: relative;
  width: 100%;
  padding: 5.625rem 0;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-beyond__swiper {
    padding: 1.875rem 0;
    margin-top: 1.25rem;
  }
}
.p-fv-beyond__swiper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33.625%;
  height: 100%;
  background: rgba(248, 234, 197, 0.35);
}
.p-fv-beyond__swiper .swiper-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-fv-beyond__swiper .swiper-slide {
  position: relative;
  width: 100%;
}
.p-fv-beyond__swiper .swiper-img {
  position: relative;
  width: 100%;
  height: 13.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-beyond__swiper .swiper-img {
    height: 6.25rem;
  }
}
.p-fv-beyond__swiper .swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-fv-beyond-map {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 55rem;
  margin: -0.9375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-beyond-map {
    margin: 0.8125rem auto 0 auto;
  }
}

.p-fv-beyond-map__img {
  width: 100%;
  max-width: 29.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-beyond-map__img {
    max-width: 17.125rem;
    margin: 0 auto;
  }
}

.p-fv-beyond-map__link {
  position: absolute;
  top: 12.375rem;
  left: 28.125rem;
  display: inline-block;
  width: 100%;
  max-width: 23.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-beyond-map__link {
    position: relative;
    display: block;
    max-width: 20rem;
    margin: 2.875rem auto 0 auto;
    top: auto;
    left: auto;
  }
}

.p-fv-beyond__box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 64.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-beyond__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 20.5rem;
    margin: 0.9375rem auto 0 auto;
  }
}

.p-fv-beyond__img {
  width: 100%;
  max-width: 30.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-beyond__img {
    max-width: 100%;
  }
}

.p-fv-beyond__img02 {
  width: 100%;
  max-width: 30.1875rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-beyond__img02 {
    max-width: 100%;
    margin-top: 1.5625rem;
  }
}

.p-fv-reason {
  width: 100%;
}

.p-fv-reason-item {
  position: relative;
  width: 100%;
  background-image: url(../imgs/pc/reason_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-item {
    background-image: url(../imgs/sp/reason_bg.webp);
  }
}

.p-fv-reason-item__inner {
  width: 100%;
  max-width: 57.0625rem;
  margin: 0 auto;
  padding: 6.0625rem 0rem 5.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-item__inner {
    max-width: 20.1875rem;
    padding: 2.0625rem 0rem 1.5rem 0rem;
  }
}

.p-fv-reason-item__title {
  width: 100%;
  max-width: 23.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-item__title {
    max-width: 11.9375rem;
  }
}

.p-fv-reason-item__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-item__tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.8125rem;
    margin-top: 2.5rem;
  }
}

.p-fv-reason-item__tag {
  display: block;
  width: 100%;
  max-width: 18.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-item__tag {
    max-width: 100%;
  }
}
.p-fv-reason-item__tag:hover {
  opacity: 0.7;
}

.p-fv-reason-cont {
  width: 100%;
}

.p-fv-reason-cont__inner {
  width: 100%;
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont__inner {
    max-width: 31.25rem;
    margin: 0 auto;
    padding: 1.6875rem 1.25rem 0 1.25rem;
  }
}

.p-fv-reason-cont__title {
  width: 100%;
  max-width: 80.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont__title {
    max-width: 10.875rem;
    margin-left: 0;
  }
}
.p-fv-reason-cont__title img {
  width: 100%;
  max-width: 39.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont__title img {
    max-width: 100%;
  }
}

.p-fv-reason-cont__img {
  position: relative;
  padding: 4.1875rem 0 3.8125rem 0;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont__img {
    padding: 0;
    margin-top: 0.8125rem;
  }
}
.p-fv-reason-cont__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 38.375%;
  height: 100%;
  background: #f8eac5;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont__img::before {
    display: none;
  }
}
.p-fv-reason-cont__img img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 67.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont__img img {
    max-width: 100%;
  }
}

.p-fv-reason-cont__free:not(:root) {
  position: absolute;
  z-index: 1;
  top: -10.6875rem;
  right: 8.125rem;
  width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont__free:not(:root) {
    top: -7rem;
    right: 1.25rem;
    width: 3.1875rem;
  }
}

.p-fv-reason-cont__text {
  width: 100%;
  max-width: 34.875rem;
  margin: 3.75rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont__text {
    max-width: 16.3125rem;
    margin: 1.625rem auto 0 auto;
  }
}

.p-fv-reason-cont__box {
  width: 100%;
  max-width: 88.25rem;
  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: 0.875rem;
  margin: 3.125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4375rem 0.375rem;
    margin: 1.625rem auto 0 auto;
  }
}

.p-fv-reason-cont__card {
  width: 100%;
}

.p-fv-reason-cont__img02 {
  width: 100%;
  max-width: 76rem;
  margin: 6.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont__img02 {
    margin: 2.8125rem auto 0 auto;
  }
}

.p-fv-reason-cont__band {
  width: 100%;
  margin: 0.1875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont__band {
    margin: 0.75rem auto 0 auto;
  }
}

.p-fv-reason-cont02 {
  width: 100%;
}

.p-fv-reason-cont02__inner {
  width: 100%;
  padding-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont02__inner {
    max-width: 31.25rem;
    margin: 0 auto;
    padding: 1.3125rem 1.25rem 0 1.25rem;
  }
}

.p-fv-reason-cont02__title {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont02__title {
    max-width: 14.625rem;
    margin-left: 0;
  }
}
.p-fv-reason-cont02__title img {
  width: 100%;
  max-width: 44.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont02__title img {
    max-width: 100%;
  }
}

.p-fv-reason-cont02__group {
  position: relative;
  padding: 4.5rem 0 4.8125rem 0;
  margin-top: -2.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont02__group {
    padding: 1.25rem 0 0rem 0;
    margin-top: 0rem;
  }
}
.p-fv-reason-cont02__group::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 38.375%;
  height: 100%;
  background: rgba(248, 234, 197, 0.35);
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont02__group::before {
    display: none;
  }
}

.p-fv-reason-cont02__img {
  position: relative;
  width: 100%;
  max-width: 73rem;
  margin: 0 auto;
}
.p-fv-reason-cont02__img img {
  position: relative;
  z-index: 2;
}

.p-fv-reason-cont02__free:not(:root) {
  position: absolute;
  z-index: 1;
  top: -8.1875rem;
  right: -7.8125rem;
  width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont02__free:not(:root) {
    top: -7rem;
    right: -0.125rem;
    width: 3.1875rem;
  }
}

.p-fv-reason-cont02__box {
  width: 100%;
  max-width: 60.6875rem;
  margin: 2.875rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont02__box {
    max-width: 100%;
    margin: 0.9375rem auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
}

.p-fv-reason-cont02__img02 {
  width: 100%;
}

.p-fv-reason-cont02__img03 {
  width: 100%;
}

.p-fv-reason-cont02__subTitle {
  width: 100%;
  max-width: 27.5rem;
  margin: 3.9375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont02__subTitle {
    max-width: 13.125rem;
    margin: 3.125rem auto 0 auto;
  }
}

.p-fv-reason-cont02__img04 {
  width: 100%;
  max-width: 30.9375rem;
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont02__img04 {
    max-width: 100%;
    margin: 2.4375rem auto 0 auto;
  }
}

.p-fv-reason-cont02__band {
  width: 100%;
  margin-top: 1.125rem;
}

.p-fv-reason-cont03 {
  position: relative;
  width: 100%;
}
.p-fv-reason-cont03::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8.625rem;
  right: 0;
  width: 38.375%;
  height: 23.75rem;
  background: #f8eac5;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03::before {
    display: none;
  }
}

.p-fv-reason-cont03__inner {
  width: 100%;
  padding-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03__inner {
    max-width: 31.25rem;
    margin: 0 auto;
    padding: 1.5625rem 1.25rem 0 1.25rem;
  }
}

.p-fv-reason-cont03__title {
  width: 100%;
  max-width: 55.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03__title {
    max-width: 12rem;
    margin-left: 0;
  }
}
.p-fv-reason-cont03__title img {
  width: 100%;
  max-width: 27.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03__title img {
    max-width: 100%;
  }
}

.p-fv-reason-cont03__text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 32.5rem;
  margin: 3.875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03__text {
    max-width: 22.25rem;
    margin: 2.1875rem auto 0 auto;
  }
}

.p-fv-reason-cont03__box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 62.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.3125rem;
  margin: 2.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03__box {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0.875rem auto 0 auto;
  }
}

.p-fv-reason-cont03__card {
  width: 100%;
}

.p-fv-reason-cont03__wrapper {
  position: relative;
  width: 100%;
  background: rgba(248, 234, 197, 0.35);
  padding-top: 7rem;
  margin-top: 4rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03__wrapper {
    padding-top: 8.375rem;
    margin-top: 0rem;
    padding-bottom: 1rem;
    background: none;
  }
}

.p-fv-reason-cont03__arrow {
  position: absolute;
  top: -1.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03__arrow {
    top: 1.5625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.75rem;
  }
}

.p-fv-reason-cont03__subTitle {
  width: 100%;
  max-width: 23.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03__subTitle {
    max-width: 15.625rem;
  }
}

.p-fv-reason-cont03__box02 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 59.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.375rem;
  margin: 3.8125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03__box02 {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4375rem 0.1875rem;
    margin: 1.5625rem auto 0 auto;
  }
}

.p-fv-reason-cont03__card02 {
  width: 100%;
}

.p-fv-reason-cont03__img {
  width: 100%;
  max-width: 60.1875rem;
  margin: 0 auto;
  padding-top: 4.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03__img {
    max-width: 100%;
    padding-top: 0rem;
  }
}
.p-fv-reason-cont03__img img {
  position: relative;
  z-index: 2;
}

.p-fv-reason-cont03__free:not(:root) {
  position: absolute;
  z-index: 1;
  top: -8.1875rem;
  right: -9.375rem;
  width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03__free:not(:root) {
    top: -11.25rem;
    right: 0rem;
    width: 3.1875rem;
  }
}

.p-fv-reason-cont03__band {
  width: 100%;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason-cont03__band {
    margin-top: 3.5625rem;
  }
}

.p-fv-features {
  width: 100%;
}

.p-fv-features-item {
  width: 100%;
  background-image: url(../imgs/pc/features_item_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-features-item {
    background-image: url(../imgs/sp/features_item_bg.webp);
    padding: 1.9375rem 0 2.5rem 0;
  }
}

.p-fv-features-item__img {
  width: 100%;
  max-width: 58.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-features-item__img {
    max-width: 20rem;
  }
}

.p-fv-features__column {
  width: 100%;
  margin-top: -2.125rem;
  padding-bottom: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__column {
    margin-top: -1rem;
    padding-bottom: 0rem;
  }
}

.p-fv-features__title {
  width: 100%;
  max-width: 46.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-features__title {
    max-width: 19.25rem;
  }
}

.p-fv-features__box {
  width: 100%;
  max-width: 92rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3125rem;
  margin: 4.375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-features__box {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.3125rem;
    padding: 0 1.25rem;
    margin: 2.1875rem auto 0 auto;
  }
}

.p-fv-features__card {
  width: 100%;
}

.p-fv-features__column02 {
  width: 100%;
  background: rgba(248, 234, 197, 0.35);
  padding: 5.3125rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__column02 {
    background: none;
    padding: 2.1875rem 0rem 5.375rem 0rem;
  }
}

.p-fv-features__title02 {
  width: 100%;
  max-width: 42.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-features__title02 {
    max-width: 14.8125rem;
  }
}

.p-fv-features__box02 {
  width: 100%;
  max-width: 60.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0rem;
  margin: 1.8125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-features__box02 {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 1.875rem auto 0 auto;
  }
}

.p-fv-features__card02 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-features__card02 {
    width: 64.3765903308%;
    margin: 0 auto;
  }
}
.p-fv-features__card02_mg {
  margin: 0 0.625rem 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__card02_mg {
    position: relative;
    width: 66.9211195929%;
    left: -0.8125rem;
    margin: 0.9375rem auto 0.5625rem auto;
  }
}

.p-fv-price {
  width: 100%;
  background-image: url(../imgs/pc/price_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-price {
    background-image: url(../imgs/sp/price_bg.webp);
  }
}

.p-fv-price__inner {
  width: 100%;
  max-width: 59.3125rem;
  margin: 0 auto;
  padding: 6.6875rem 0rem 6.0625rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-price__inner {
    max-width: 31.25rem;
    padding: 1.875rem 1.25rem;
  }
}

.p-fv-price__title {
  width: 100%;
  max-width: 6.6875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-price__title {
    max-width: 3.5rem;
  }
}

.p-fv-price__img {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-price__img {
    margin-top: 1.6875rem;
  }
}

.p-fv-price__link {
  position: absolute;
  top: 18.875rem;
  right: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-price__link {
    top: 88%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    width: 100%;
    max-width: 20.875rem;
  }
}
.p-fv-price__link img {
  width: 100%;
  max-width: 24.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-price__link img {
    max-width: 100%;
  }
}

.p-fv-price__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.4375rem;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-price__box {
    gap: 1.5625rem;
    margin-top: 1.5625rem;
  }
}

.p-fv-price__card {
  width: 100%;
}

.p-fv-fee {
  width: 100%;
  background-image: url(../imgs/pc/fee_bg.webp);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-fee {
    background-image: url(../imgs/sp/fee_bg.webp);
  }
}

.p-fv-fee__inner {
  width: 100%;
  padding-top: 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-fee__inner {
    padding-top: 4.375rem;
  }
}

.p-fv-fee__title {
  width: 100%;
  max-width: 28.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-fee__title {
    max-width: 16.125rem;
  }
}

.p-fv-fee__table {
  width: 100%;
  max-width: 55.3125rem;
  margin: 3.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-fee__table {
    max-width: 23rem;
    margin: 2.0625rem auto 0 auto;
  }
}

.p-fv-true {
  width: 100%;
}

.p-fv-true__inner {
  width: 100%;
  padding-top: 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-true__inner {
    padding: 2.5rem 0rem 1.875rem 0rem;
  }
}

.p-fv-true__title {
  width: 100%;
  max-width: 29.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-true__title {
    max-width: 15.0625rem;
  }
}

.p-fv-true__wrapperSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-true__wrapperSp {
    display: block;
    padding: 0 0.3125rem;
    margin-top: 1rem;
  }
}

.p-fv-true__boxSp {
  width: 100%;
  max-width: 81.1704834606%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.0625rem;
  margin-right: 1.9375rem;
  margin-left: auto;
}
.p-fv-true__boxSp img {
  width: 100%;
}

.p-fv-true__boxSp02 {
  width: 100%;
  max-width: 81.1704834606%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.0625rem;
  margin-left: auto;
  margin-top: 0.5rem;
}
.p-fv-true__boxSp02 img {
  width: 100%;
}

.p-fv-true__swiper {
  position: relative;
  width: 100%;
  padding: 3.3125rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-true__swiper {
    padding: 1.875rem 0;
    margin-top: 1.25rem;
  }
}
.p-fv-true__swiper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35.125%;
  height: 100%;
  background: rgba(248, 234, 197, 0.35);
}
.p-fv-true__swiper .swiper-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-fv-true__swiper .swiper-slide {
  position: relative;
  width: 100%;
}
.p-fv-true__swiper .swiper-img {
  position: relative;
  width: 100%;
  height: 13.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-true__swiper .swiper-img {
    height: 6.25rem;
  }
}
.p-fv-true__swiper .swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-fv-continue {
  width: 100%;
}

.p-fv-continue__inner {
  width: 100%;
  max-width: 61.625rem;
  margin: 0 auto;
  padding: 4rem 0rem 4.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-continue__inner {
    max-width: 31.25rem;
    padding: 1.75rem 1.25rem 1.6875rem 1.25rem;
  }
}

.p-fv-continue__title {
  width: 100%;
  max-width: 34.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-continue__title {
    max-width: 17.6875rem;
  }
}

.p-fv-continue__box {
  width: 100%;
  max-width: 32.6875rem;
  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: 1.0625rem;
  margin: 3.4375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-continue__box {
    max-width: 17.5rem;
    gap: 0.5625rem;
    margin: 1.625rem auto 0 auto;
  }
}

.p-fv-continue__card {
  width: 100%;
}

.p-fv-continue__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-continue__column {
    margin-top: 3.75rem;
  }
}

.p-fv-continue__text {
  width: 100%;
  max-width: 23.8125rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-continue__text {
    display: none;
  }
}

.p-fv-continue__img {
  width: 100%;
  max-width: 31.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-continue__img {
    max-width: 100%;
  }
}

.p-fv-continue__column02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-continue__column02 {
    margin-top: 3.125rem;
  }
}

.p-fv-continue__text02 {
  width: 100%;
  max-width: 25.25rem;
  padding-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-continue__text02 {
    display: none;
  }
}

.p-fv-continue__img02 {
  width: 100%;
  max-width: 30.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-continue__img02 {
    max-width: 100%;
  }
}

.p-fv-continue__column03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-continue__column03 {
    margin-top: 3.125rem;
  }
}

.p-fv-continue__text03 {
  width: 100%;
  max-width: 25.9375rem;
  padding-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-continue__text03 {
    display: none;
  }
}

.p-fv-continue__img03 {
  width: 100%;
  max-width: 31.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-continue__img03 {
    max-width: 100%;
  }
}

.p-fv-comment {
  width: 100%;
}

.p-fv-comment__item {
  width: 100%;
}

.p-fv-comment__inner {
  width: 100%;
  max-width: 42.5rem;
  margin: -1.5rem auto 0 auto;
  padding-bottom: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comment__inner {
    max-width: 31.25rem;
    margin: -0.6875rem auto 0 auto;
    padding: 0 1.25rem 1.3125rem 1.25rem;
  }
}

.p-fv-comment__title {
  width: 100%;
  max-width: 28.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-comment__title {
    max-width: 15.1875rem;
  }
}

.p-fv-comment__box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1.125rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comment__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.0625rem;
    margin-top: 1rem;
  }
}

.p-fv-comment__card {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-comment__card {
    padding-right: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-comment__card:nth-of-type(even) {
    padding-left: 0.875rem;
    padding-right: 0rem;
  }
}

.p-fv-comment__text {
  width: 100%;
  max-width: 14rem;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comment__text {
    max-width: 14.125rem;
    margin-left: 1.25rem;
  }
}

.p-fv-voice {
  width: 100%;
  background-image: url(../imgs/pc/voice_bg.webp);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-voice {
    background-image: url(../imgs/sp/voice_bg.webp);
  }
}

.p-fv-voice__inner {
  width: 100%;
  padding-top: 13.0625rem;
  padding-bottom: 9.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__inner {
    padding-top: 4.5625rem;
    padding-bottom: 4.375rem;
  }
}

.p-fv-voice__title {
  width: 100%;
  max-width: 17.8125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__title {
    max-width: 8.8125rem;
  }
}

.p-fv-voice__box {
  width: 100%;
  max-width: 66.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6875rem 0rem;
  margin: 5.125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__box {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
    margin: 2.375rem auto 0 auto;
  }
}

.p-fv-voice__card {
  position: relative;
  left: 0.3125rem;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__card {
    left: 0rem;
    max-width: 92.3664122137%;
    margin-left: auto;
  }
}
.p-fv-voice__card:nth-of-type(even) {
  z-index: 1;
  left: -0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__card:nth-of-type(even) {
    left: 0rem;
    max-width: 92.3664122137%;
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-voice__card:first-of-type {
    margin-bottom: 0.625rem;
  }
}

.p-fv-data {
  position: relative;
  width: 100%;
  background: rgba(248, 234, 197, 0.35);
}

.p-fv-data__inner {
  width: 100%;
  padding-bottom: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-data__inner {
    max-width: 22.5rem;
    margin: 0 auto;
    padding-bottom: 1.6875rem;
  }
}

.p-fv-data__title {
  position: relative;
  top: -4.6875rem;
  width: 100%;
  max-width: 28.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-data__title {
    top: -1.875rem;
    max-width: 10.9375rem;
  }
}

.p-fv-data__box {
  width: 100%;
  max-width: 66.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-data__box {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.3125rem;
  }
}

.p-fv-data__card {
  width: 100%;
}
.p-fv-data__card:nth-of-type(1) {
  max-width: 16.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-data__card:nth-of-type(1) {
    max-width: 100%;
  }
  .p-fv-data__card:nth-of-type(1) img {
    max-width: 18.5rem;
    margin-left: 1.125rem;
  }
}
.p-fv-data__card:nth-of-type(2) {
  max-width: 17.375rem;
  margin-left: 1.75rem;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-data__card:nth-of-type(2) {
    max-width: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .p-fv-data__card:nth-of-type(2) img {
    max-width: 20.875rem;
  }
}
.p-fv-data__card:nth-of-type(3) {
  max-width: 15.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-data__card:nth-of-type(3) {
    max-width: 100%;
  }
  .p-fv-data__card:nth-of-type(3) img {
    max-width: 20.875rem;
    margin-left: 1.125rem;
  }
}

.p-fv-data__comment {
  width: 100%;
  max-width: 19rem;
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-data__comment {
    display: none;
  }
}

.p-fv-trainer {
  width: 100%;
}

.p-fv-trainer__inner {
  width: 100%;
  padding-top: 4.0625rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-fv-trainer__inner {
    width: 100%;
    max-width: 31.25rem;
    margin: 0 auto;
    padding: 2.9375rem 1.25rem 3.125rem 1.25rem;
  }
}

.p-fv-trainer__title {
  width: 100%;
  max-width: 35.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-trainer__title {
    max-width: 18.375rem;
  }
}

.p-fv-trainer__column {
  position: relative;
  width: 100%;
  padding-top: 3.75rem;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-trainer__column {
    padding-top: 0rem;
    margin-top: 2.9375rem;
  }
}
.p-fv-trainer__column::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 79.5625%;
  height: 23.375rem;
  background: rgba(248, 234, 197, 0.35);
}
@media screen and (max-width: 767px) {
  .p-fv-trainer__column::before {
    display: none;
  }
}

.p-fv-trainer__box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 82.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-trainer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.1875rem;
    padding-right: 0rem;
  }
}

.p-fv-trainer__card {
  width: 100%;
  max-width: 38.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-trainer__card {
    max-width: 100%;
  }
}

.p-fv-trainer__column02 {
  position: relative;
  width: 100%;
  padding-top: 3.75rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-trainer__column02 {
    padding-top: 2.1875rem;
    margin-top: 0rem;
  }
}
.p-fv-trainer__column02::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 79.5625%;
  height: 23.375rem;
  background: rgba(248, 234, 197, 0.35);
}
@media screen and (max-width: 767px) {
  .p-fv-trainer__column02::before {
    display: none;
  }
}

.p-fv-trainer__box02 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 82.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-trainer__box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.1875rem;
    padding-right: 0rem;
  }
}

.p-fv-trainer__card02 {
  width: 100%;
  max-width: 38.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-trainer__card02 {
    max-width: 100%;
  }
}

.p-fv-flow {
  width: 100%;
}

.p-fv-flow__item {
  width: 100%;
  background-image: url(../imgs/pc/flow_item_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__item {
    background-image: url(../imgs/sp/flow_item_bg.webp);
    padding: 2.625rem 0 2.75rem 0;
  }
}
.p-fv-flow__item img {
  width: 100%;
  max-width: 23.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__item img {
    max-width: 10.3125rem;
  }
}

.p-fv-flow__inner {
  width: 100%;
  max-width: 66.25rem;
  margin: 0 auto;
  padding-top: 3.4375rem;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__inner {
    max-width: 31.25rem;
    padding: 2.375rem 1.25rem 2.1875rem 1.25rem;
  }
}

.p-fv-flow__text {
  width: 100%;
  max-width: 53.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__text {
    max-width: 12.6875rem;
  }
}

.p-fv-flow__box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem 1.8125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.625rem;
    margin-top: 2.25rem;
  }
}

.p-fv-flow__card {
  width: 100%;
}

.p-fv-faq {
  width: 100%;
}

.p-fv-faq__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 5.75rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__inner {
    max-width: 31.25rem;
    padding: 3.75rem 1.25rem;
  }
}

.p-fv-faq__title {
  width: 100%;
  max-width: 15.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__title {
    max-width: 8.75rem;
  }
}

.p-fv-faq__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper {
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-fv-faq__box {
  width: 100%;
}

.p-fv-faq__qes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.8125rem 3.75rem 0.8125rem 4.625rem;
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__qes {
    font-size: 1rem;
    padding: 0.625rem 3.125rem 0.625rem 3.375rem;
  }
}
.p-fv-faq__qes::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 1.25rem;
  height: 2px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__qes::before {
    right: 1rem;
  }
}
.p-fv-faq__qes::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.8125rem;
  width: 2px;
  height: 1.25rem;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__qes::after {
    right: 1.5625rem;
  }
}
.p-fv-faq__qes.open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-fv-faq__qes span {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.375rem;
  min-width: 3.375rem;
  height: 100%;
  color: #fff;
  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;
  background: #333333;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__qes span {
    width: 2.5rem;
    min-width: 2.5rem;
  }
}

.p-fv-faq__text {
  display: none;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1.25rem 3.75rem 0rem 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__text {
    font-size: 0.875rem;
    padding: 1.25rem 0rem 0rem 0rem;
  }
}

.p-fv-store {
  width: 100%;
  background: rgba(186, 158, 57, 0.2);
}

.p-fv-store__inner {
  width: 100%;
  max-width: 57.5rem;
  margin: 0 auto;
  padding: 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-store__inner {
    max-width: 31.25rem;
    padding: 3.75rem 1.25rem;
  }
}

.p-fv-store__title {
  width: 100%;
  max-width: 16.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-store__title {
    max-width: 8.75rem;
  }
}

.p-fv-store__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-store__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-fv-store__column {
  width: 100%;
}

.p-fv-store__box {
  display: none;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-store__box {
    padding-left: 0.9375rem;
    padding-right: 0;
  }
}

.p-fv-store__group {
  display: none;
  width: 100%;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-store__group {
    padding-top: 0.9375rem;
  }
}

.p-fv-store__subTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.8125rem 3.75rem 0.8125rem 1.5rem;
  background: #ba9e39;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-store__subTitle {
    font-size: 1rem;
    padding: 0.8125rem 3.75rem 0.8125rem 1.25rem;
  }
}
.p-fv-store__subTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 1.25rem;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-store__subTitle::before {
    right: 1rem;
  }
}
.p-fv-store__subTitle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.8125rem;
  width: 2px;
  height: 1.25rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-store__subTitle::after {
    right: 1.5625rem;
  }
}
.p-fv-store__subTitle.open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-fv-store__minTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.625rem 3.75rem 0.625rem 1.5rem;
  background: #333333;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-store__minTitle {
    font-size: 1rem;
    padding: 0.625rem 3.75rem 0.625rem 1.25rem;
  }
}
.p-fv-store__minTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 1.25rem;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-store__minTitle::before {
    right: 1rem;
  }
}
.p-fv-store__minTitle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.8125rem;
  width: 2px;
  height: 1.25rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-store__minTitle::after {
    right: 1.5625rem;
  }
}
.p-fv-store__minTitle.open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-fv-store__band {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.625rem 1.5rem 0.625rem 1.5rem;
  background: #999999;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-store__band {
    font-size: 0.875rem;
  }
}
.p-fv-store__band_mt0 {
  margin-top: 0rem;
}

.p-fv-store-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-store-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
  }
}

.p-fv-store-card {
  width: 100%;
  background: #fff;
}

.p-fv-store-card__title {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-store-card__title {
    padding-right: 2.5rem;
  }
  .p-fv-store-card__title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1rem;
    width: 1.125rem;
    height: 2px;
    background: #333;
  }
  .p-fv-store-card__title::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.5625rem;
    width: 2px;
    height: 1.125rem;
    background: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-fv-store-card__title.open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}

.p-fv-store-card__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px dotted #333;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-store-card__dl {
    display: none;
  }
}
.p-fv-store-card__dl dt {
  width: 4.25rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-store-card__dl dt {
    width: 100%;
    font-weight: 700;
  }
}
.p-fv-store-card__dl dd {
  width: calc(100% - 4.75rem);
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-store-card__dl dd {
    width: 100%;
    padding-bottom: 0.625rem;
  }
}

.p-fv-company {
  width: 100%;
  background-image: url(../imgs/pc/company_bg.webp);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-company {
    background-image: url(../imgs/sp/company_bg.webp);
  }
}

.p-fv-company__inner {
  width: 100%;
  padding-top: 16.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-company__inner {
    padding-top: 5rem;
    padding-bottom: 3.125rem;
  }
}

.p-fv-company__title {
  width: 100%;
  max-width: 22.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-company__title {
    max-width: 14.375rem;
  }
}

.p-fv-company__text {
  width: 100%;
  max-width: 21rem;
  margin: 3.125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-company__text {
    max-width: 17rem;
    margin: 2.5rem auto 0 auto;
  }
}

.p-fv-back {
  position: fixed;
  bottom: 1.875rem;
  right: 5%;
  width: 2.5rem;
  height: 2.5rem;
  padding: 2.375rem 0 0;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 50%;
  z-index: 70;
}
@media screen and (max-width: 767px) {
  .p-fv-back {
    right: 3%;
    bottom: 5.625rem;
  }
}
.p-fv-back::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.625rem 1.08125rem 0.625rem;
  border-color: transparent transparent #ffffff transparent;
}

.p-fv-bannerSp {
  display: none;
  position: fixed;
  z-index: 69;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  padding: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-bannerSp {
    display: block;
  }
}
.p-fv-bannerSp:hover {
  opacity: 0.7;
}
.p-fv-bannerSp img {
  width: 100%;
  max-width: 17.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .u-change_pc {
    display: none !important;
  }
}
.u-change_md {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-change_md {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */