@charset "UTF-8";
/*! 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: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.1333333333vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #4D4D4D;
  font-weight: 500;
}

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

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

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

.l-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.l-header__inner {
  width: 100%;
  max-width: 62.5rem;
  height: 5.9375rem;
  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 {
    height: 6.875rem;
    padding-left: 0.875rem;
  }
}

.l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__box {
    display: none;
  }
}

.l-header-logo {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    padding-top: 0.75rem;
  }
}
.l-header-logo:hover {
  opacity: 0.7;
}

.l-header-logo__text {
  display: block;
  color: #333333;
  font-size: 0.75rem;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .l-header-logo__text {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}

.l-header-logo__title {
  display: block;
  color: #7CB619;
}
@media screen and (max-width: 767px) {
  .l-header-logo__title {
    position: relative;
    top: -0.1875rem;
  }
}
.l-header-logo__title span {
  display: inline-block;
}
.l-header-logo__title span:nth-of-type(1) {
  font-size: 1.6875rem;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 767px) {
  .l-header-logo__title span:nth-of-type(1) {
    font-size: 2.5625rem;
  }
}
.l-header-logo__title span:nth-of-type(2) {
  font-size: 2.25rem;
  letter-spacing: 0.175em;
  margin-left: 0.125rem;
}
@media screen and (max-width: 767px) {
  .l-header-logo__title span:nth-of-type(2) {
    position: relative;
    top: 0.1875rem;
    font-size: 3.375rem;
    margin-left: 0.75rem;
  }
}
.l-header-logo__title span:nth-of-type(3) {
  position: relative;
  left: -0.3125rem;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-header-logo__title span:nth-of-type(3) {
    left: 0.375rem;
    font-size: 2.125rem;
  }
}

.l-header__spBox {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__spBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 21rem;
  }
  .l-header__spBox a {
    display: block;
    width: 100%;
  }
  .l-header__spBox a:hover {
    opacity: 0.7;
  }
}

.l-header-arrow {
  width: 25.1875rem;
  height: 3.125rem;
  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;
  color: #7EB719;
  font-size: 1.9375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-image: url(../imgs/pc/header_band.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-header-item__title {
  position: relative;
  left: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
}
.l-header-item__title span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.l-header-item__title span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.125rem;
  height: 1px;
  background: #333333;
}
.l-header-item__title span::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.125rem;
  height: 1px;
  background: #333333;
}

.l-header-item__tel {
  position: relative;
  left: 0.625rem;
  display: block;
  color: #7EB518;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.25rem;
}
.l-header-item__tel:hover {
  opacity: 0.7;
}

.l-header-item__band {
  width: 14.375rem;
  height: 1rem;
  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;
  color: #fff;
  font-size: 0.8125rem;
  background: #7EB518;
  margin-left: auto;
  margin-top: 0.3125rem;
}

.l-header-item__day {
  position: relative;
  left: 0.3125rem;
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  text-align: center;
  margin-top: 0.375rem;
}

.l-main {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-main {
    width: 100%;
    max-width: 46.875rem;
    margin: 0 auto;
    padding-top: 6.875rem;
  }
}

.l-footer {
  width: 100%;
  background: #0D0D0D;
}

.l-footer__inner {
  width: 100%;
  padding: 2.75rem 1.25rem 2.875rem 1.25rem;
}

.l-footer__logo {
  width: 12.5rem;
  margin: 0 auto;
}

.l-footer__text {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.7466666667;
  text-align: center;
  margin-top: 0.4375rem;
}

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

.p-fv__inner {
  position: relative;
  width: 100%;
  max-width: 64.6875rem;
  margin: 0 auto;
  height: 46.875rem;
  padding-top: 8.375rem;
  padding-left: 0.9375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    max-width: 100%;
    height: auto;
    padding-top: 1.25rem;
    padding-left: 0rem;
    padding-bottom: 0rem;
  }
}

.p-fv-spItem {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-spItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    max-width: 45.875rem;
    margin: 0 auto;
    padding-left: 0.5rem;
  }
}

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

.p-fv-spItem__point {
  color: #7CB619;
  font-size: 1.4375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-align: center;
  padding-left: 0.625rem;
  padding-bottom: 0.375rem;
}

.p-fv-spItem__band {
  width: 100%;
  max-width: 24.25rem;
  height: 3.5625rem;
  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;
  color: #7EB719;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  background-image: url(../imgs/sp/header_band.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-fv-spItem__band span {
  font-size: 1.875rem;
}

.p-fv-spItem__link {
  display: block;
  width: 100%;
  max-width: 19.9375rem;
}
.p-fv-spItem__link:hover {
  opacity: 0.7;
}

.p-fv__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    padding-top: 1.5625rem;
    padding-left: 1rem;
  }
}

.p-fv__linkBox {
  position: absolute;
  z-index: 2;
  top: 32.1875rem;
  left: 0.875rem;
  width: 100%;
  max-width: 26.875rem;
  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.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__linkBox {
    display: none;
  }
}

.p-fv__link {
  width: 100%;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0.5rem 0.4375rem 0.6875rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.5rem 0.4375rem 0.6875rem rgba(0, 0, 0, 0.2);
}
.p-fv__link:hover {
  opacity: 0.7;
}
.p-fv__link img {
  border-radius: 0.3125rem;
}

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

.p-fv-insta__inner {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-insta__inner {
    padding-top: 0rem;
  }
}

.p-fv-review {
  width: 100%;
  background: #F7F7F7;
}
.p-fv-review .swiper-horizontal > .swiper-scrollbar {
  bottom: auto;
}

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

.p-review__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-review__title {
    font-size: 3rem;
    letter-spacing: 0.08em;
  }
}
.p-review__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.375rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-review__title::before {
    bottom: -3rem;
    width: 8.375rem;
  }
}
.p-review__title span {
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-review__title span {
    font-size: 2rem;
  }
}

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

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

.p-fv-intro__inner {
  width: 100%;
  padding-top: 4.625rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__inner {
    padding-top: 7.75rem;
    padding-bottom: 9.6875rem;
  }
}

.p-fv-intro__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1.4054054054;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__title {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.p-fv-intro__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.375rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__title::before {
    bottom: -3rem;
    width: 8.375rem;
  }
}
.p-fv-intro__title span {
  color: #7EB719;
}

.p-fv-intro__wrapper {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin: 5rem auto 0 auto;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media screen and (max-width: 767px) {
  .p-fv-intro__wrapper {
    margin: 7.625rem auto 0 auto;
  }
}
.p-fv-intro__wrapper .intro-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-fv-intro__wrapper .intro-swiper .swiper-wrapper {
  width: 100%;
}
.p-fv-intro__wrapper .intro-swiper .swiper-slide {
  position: relative;
  width: 100%;
}
.p-fv-intro__wrapper .intro-swiper .swiper-img {
  position: relative;
  width: 100%;
}
.p-fv-intro__wrapper .swiper-button-prev,
.p-fv-intro__wrapper .swiper-button-next {
  position: absolute;
  top: calc(50% + 0.875rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv-intro__wrapper .swiper-button-prev,
  .p-fv-intro__wrapper .swiper-button-next {
    top: calc(50% + 3.125rem);
  }
}
.p-fv-intro__wrapper .swiper-button-prev {
  left: -1.625rem !important;
  right: auto !important;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__wrapper .swiper-button-prev {
    left: 0.5rem !important;
  }
}
.p-fv-intro__wrapper .swiper-button-next {
  right: 1.25rem !important;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__wrapper .swiper-button-next {
    right: 4.375rem !important;
  }
}
.p-fv-intro__wrapper .swiper-button-prev::after,
.p-fv-intro__wrapper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.0625rem;
  height: 3.0625rem;
  background-image: url(../imgs/pc/swiper_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__wrapper .swiper-button-prev::after,
  .p-fv-intro__wrapper .swiper-button-next::after {
    width: 4.125rem;
    height: 4.125rem;
  }
}
.p-fv-intro__wrapper .swiper-button-prev::after {
  left: 0rem;
}
.p-fv-intro__wrapper .swiper-button-next::after {
  right: 0rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-fv-intro__wrapper .swiper-pagination:not(:root) {
  position: absolute;
  bottom: -2.625rem;
  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.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__wrapper .swiper-pagination:not(:root) {
    bottom: -4rem;
    gap: 1.8125rem;
  }
}
.p-fv-intro__wrapper .s.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-fv-intro__wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  background: #CBCBCB;
  border-radius: 100%;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__wrapper .s.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-fv-intro__wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.p-fv-intro__wrapper .s.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-fv-intro__wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #707070;
}

.p-fv-broadcast {
  width: 100%;
  background: #EAF5D4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.p-fv-broadcast__inner {
  width: 100%;
  padding-top: 3.9375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-broadcast__inner {
    padding-top: 6.25rem;
    padding-bottom: 7.1875rem;
  }
}

.p-fv-broadcast__title {
  position: relative;
  font-size: 2.0625rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-broadcast__title {
    font-size: 2.625rem;
    letter-spacing: 0.1em;
  }
}
.p-fv-broadcast__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.375rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-broadcast__title::before {
    bottom: -3.875rem;
    width: 8.375rem;
  }
}
.p-fv-broadcast__title .big {
  display: inline-block;
  font-size: 2.3125rem;
  margin-bottom: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-broadcast__title .big {
    font-size: 3rem;
    letter-spacing: 0.125em;
  }
}
.p-fv-broadcast__title .green {
  color: #7EB719;
}

.p-fv-broadcast__wrapper {
  width: 100%;
  max-width: 51.375rem;
  margin: 5.625rem auto 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-broadcast__wrapper {
    max-width: 44.5rem;
    margin: 8.4375rem auto 0 auto;
    gap: 1.1875rem;
  }
}

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

.p-fv-video {
  width: 100%;
  background: #F7F7F7;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.p-fv-video__inner {
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-video__inner {
    padding-top: 5.625rem;
    padding-bottom: 7.1875rem;
  }
}

.p-fv-video__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1.4054054054;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-video__title {
    font-size: 2.875rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.p-fv-video__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.125rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-video__title::before {
    bottom: -2.875rem;
    width: 8.375rem;
  }
}

.p-fv-video__wrapper {
  width: 100%;
  max-width: 43.75rem;
  margin: 0 auto;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-video__wrapper {
    margin-top: 7.1875rem;
  }
}

.p-fv-video__iframe {
  position: relative;
  width: 100%;
  padding-top: 56.3037249284%;
}
.p-fv-video__iframe iframe {
  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-video__comment {
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-video__comment {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

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

.p-fv-voice__inner {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__inner {
    padding-top: 4rem;
    padding-bottom: 6.5625rem;
  }
}

.p-fv-voice__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1.4054054054;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__title {
    font-size: 3.75rem;
    line-height: 1.5333333333;
    letter-spacing: 0.125em;
  }
}
.p-fv-voice__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.125rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__title::before {
    bottom: -2.625rem;
    width: 8.375rem;
  }
}
.p-fv-voice__title span {
  color: #7EB719;
}
.p-fv-voice__title span.min {
  color: #4D4D4D;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__title span.min {
    font-size: 2.625rem;
    letter-spacing: 0.12em;
  }
}

.p-fv-voice__wrapper {
  width: 100%;
  max-width: 60.625rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.875rem 1.25rem;
  margin-top: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__wrapper {
    max-width: 41.4375rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.5rem 1.25rem;
    margin-top: 6.5rem;
  }
}
.p-fv-voice__wrapper.mt {
  margin-top: 2.875rem;
}

.p-fv-voice__cont {
  display: none;
}

.p-fv-voice__button {
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 17.375rem;
  height: 2.9375rem;
  margin: 3.5rem auto 0 auto;
  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;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-right: 0.625rem;
  background: #93BC4A;
  -webkit-box-shadow: 0.325rem 0.29375rem 1rem rgba(63, 63, 63, 0.31);
          box-shadow: 0.325rem 0.29375rem 1rem rgba(63, 63, 63, 0.31);
}
@media screen and (max-width: 767px) {
  .p-fv-voice__button {
    max-width: 30.625rem;
    height: 5.1875rem;
    margin: 4.375rem auto 0 auto;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    padding-right: 0.625rem;
    background: #93BC4A;
    -webkit-box-shadow: 0.325rem 0.29375rem 1rem rgba(63, 63, 63, 0.31);
            box-shadow: 0.325rem 0.29375rem 1rem rgba(63, 63, 63, 0.31);
  }
}
.p-fv-voice__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4.375rem;
  width: 0.56875rem;
  height: 1.1375rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__button::before {
    right: 7.8125rem;
    width: 0.875rem;
    height: 1.75rem;
  }
}
.p-fv-voice__button:hover::before {
  right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__button:hover::before {
    right: 6.875rem;
  }
}
.p-fv-voice__button.open {
  display: none;
}

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

.p-fv-voiceSec__box {
  width: 100%;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.04375rem 0.04375rem 1rem rgba(63, 63, 63, 0.16);
          box-shadow: 0.04375rem 0.04375rem 1rem rgba(63, 63, 63, 0.16);
  padding-bottom: 2.1875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-voiceSec__box {
    padding-bottom: 3.125rem;
  }
}

.p-fv-voiceSec__title {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 7.125rem;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.4090909091;
  font-weight: 700;
  text-align: center;
  background: #A4D352;
  padding: 1.75rem 0.3125rem 1.5rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voiceSec__title {
    min-height: 10.1875rem;
    font-size: 1.9375rem;
    line-height: 1.375;
    padding: 2.5rem 0.3125rem 1.875rem 0.3125rem;
  }
}

.p-fv-voiceSec__video {
  position: relative;
  width: 100%;
}
.p-fv-voiceSec__video_in {
  width: 100%;
  padding-top: 56.25%;
}
.p-fv-voiceSec__video_in iframe,
.p-fv-voiceSec__video_in 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-voiceSec__name {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  padding: 0.9375rem 1.4375rem 0rem 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voiceSec__name {
    font-size: 2.125rem;
    padding: 1.25rem 1.625rem 0rem 1.625rem;
  }
}

.p-fv-voiceSec__button {
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 17.375rem;
  height: 2.9375rem;
  margin: 1.125rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7EB719;
  font-size: 1.375rem;
  font-weight: 700;
  padding-left: 1.875rem;
  border: 2px solid #7EB719;
}
@media screen and (max-width: 767px) {
  .p-fv-voiceSec__button {
    max-width: 37.5rem;
    height: 5.625rem;
    margin: 2.375rem auto 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.375rem;
    letter-spacing: -0.04em;
    text-align: center;
    padding-left: 0rem;
    padding-right: 1.875rem;
  }
}
.p-fv-voiceSec__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.1875rem;
  width: 0.56875rem;
  height: 1.1375rem;
  background-image: url(../imgs/pc/btn_arrow_green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-voiceSec__button::before {
    right: 7.8125rem;
    width: 0.875rem;
    height: 1.75rem;
  }
}
.p-fv-voiceSec__button:hover::before {
  right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voiceSec__button:hover::before {
    right: 6.875rem;
  }
}

.p-fv-voiceSec__comment {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voiceSec__comment {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    margin-top: 1.875rem;
  }
}

.p-fv-voiceTri {
  display: none;
  width: 100%;
  padding: 1.875rem 1.25rem 0rem 1.25rem;
}

.p-fv-voiceTri__box {
  width: 100%;
  margin-top: 1.875rem;
}
.p-fv-voiceTri__box:first-of-type {
  margin-top: 0rem;
}

.p-fv-voiceTri__title {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 0.625rem;
  padding: 1.25rem;
  padding-left: 2.5rem;
  background: #EEEEEE;
}
@media screen and (max-width: 767px) {
  .p-fv-voiceTri__title {
    font-size: 1.625rem;
    padding-left: 3.4375rem;
  }
}
.p-fv-voiceTri__title::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 0.9375rem;
  left: 0.875rem;
  color: #7EB719;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-voiceTri__title::before {
    top: 0.75rem;
    font-size: 2.25rem;
  }
}

.p-fv-voiceTri__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voiceTri__text {
    font-size: 1.5rem;
  }
}

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

.p-fv-worries__inner {
  width: 100%;
  background: #F7F7F7;
  padding-top: 4.875rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__inner {
    position: relative;
    padding-top: 6.25rem;
    padding-bottom: 8.125rem;
  }
}

.p-fv-worries__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__title {
    z-index: 2;
    font-size: 3.6875rem;
    line-height: 1.3220338983;
    letter-spacing: 0.06em;
    text-align: left;
    padding-left: 18.125rem;
  }
}
.p-fv-worries__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.375rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__title::before {
    bottom: -3.1875rem;
    width: 8.375rem;
  }
}
.p-fv-worries__title .green {
  color: #7CB619;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__title .min {
    font-size: 3.25rem;
  }
}

.p-fv-worries__wrapper {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__wrapper {
    max-width: 40.875rem;
    margin: 0 auto;
    margin-top: 4.375rem;
  }
}

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

.p-fv-worries__list {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 1.375rem;
  line-height: 1.4090909091;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 1rem 0rem 1rem 4.0625rem;
  border-bottom: 2px dotted #BDBDBD;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__list {
    font-size: 2.0625rem;
    line-height: 1.3333333333;
    letter-spacing: 0.06em;
    padding: 1.875rem 0rem 1.875rem 5.625rem;
    border-bottom: 2px dotted #BDBDBD;
  }
}
.p-fv-worries__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.625rem;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../imgs/pc/list_icon.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__list::before {
    left: 0rem;
    width: 3.75rem;
    height: 3.75rem;
  }
}
.p-fv-worries__list span {
  color: #738C47;
}
.p-fv-worries__list span.pozi {
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__list span.pozi {
    position: relative;
    left: -1.25rem;
  }
}
.p-fv-worries__list:last-of-type {
  border-bottom: none;
}

.p-fv-worries__img {
  position: absolute;
  z-index: 1;
  top: 3.4375rem;
  left: 35rem;
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__img {
    display: none;
  }
}

.p-fv-worries__imgSP {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__imgSP {
    display: block;
    position: absolute;
    top: -2.5rem;
    left: -4.25rem;
    width: 33.4375rem;
  }
}

.p-fv-worries__band {
  width: 100%;
  font-size: 2.5rem;
  line-height: 1.325;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__band {
    font-size: 3.375rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 1.25rem;
  }
}
.p-fv-worries__band span {
  color: #7EB719;
}

.p-fv-worriesSec {
  position: relative;
  width: 100%;
  background: #fff;
}

.p-fv-worriesSec__inner {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  padding-top: 5.25rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worriesSec__inner {
    max-width: 42.625rem;
    padding-top: 6.25rem;
    padding-bottom: 8.125rem;
  }
}

.p-fv-worriesSec__band {
  position: absolute;
  top: -2.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12.625rem;
  height: 4.8125rem;
  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;
  color: #fff;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
  background: #7EB719;
}
@media screen and (max-width: 767px) {
  .p-fv-worriesSec__band {
    top: -3.125rem;
    width: 14.6875rem;
    height: 5.625rem;
    font-size: 4rem;
    letter-spacing: 0.125em;
  }
}

.p-fv-worriesSec__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1.4054054054;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-worriesSec__title {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.p-fv-worriesSec__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-worriesSec__title::before {
    bottom: -3rem;
    width: 8.375rem;
  }
}
.p-fv-worriesSec__title span {
  color: #7CB619;
}

.p-fv-worriesSec__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worriesSec__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
    margin-top: 6.875rem;
  }
}

.p-fv-worriesSec__text {
  font-size: 1.375rem;
  line-height: 1.4090909091;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-fv-worriesSec__text {
    font-size: 2.125rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-worriesSec__text.min {
    width: 100%;
    letter-spacing: 0em;
    margin-top: 1.5625rem;
  }
}

.p-fv-worriesSec__img {
  width: 100%;
  max-width: 24.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-worriesSec__img {
    max-width: 100%;
    margin-top: 1.25rem;
  }
}

.p-fv-worriesSec__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  margin-top: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worriesSec__lists {
    max-width: 35.9375rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2.1875rem;
  }
}

.p-fv-worriesSec__list {
  width: 100%;
  height: 4.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;
  color: #528001;
  font-size: 2.3125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background: #EAF5D4;
}
@media screen and (max-width: 767px) {
  .p-fv-worriesSec__list {
    height: 5.6875rem;
    font-size: 2.8125rem;
    letter-spacing: 0.1em;
  }
}

.p-fv-worriesSec__text02 {
  font-size: 1.375rem;
  line-height: 1.4090909091;
  letter-spacing: 0.1em;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worriesSec__text02 {
    font-size: 2.125rem;
    line-height: 1.5;
  }
}
.p-fv-worriesSec__text02 span {
  color: #7EB719;
  font-weight: 700;
}

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

.p-fv-reason__inner {
  width: 100%;
  padding-top: 4.375rem;
  padding-bottom: 6.625rem;
  background: #EAF5D4;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__inner {
    padding-top: 5.5rem;
    padding-bottom: 9.25rem;
  }
}

.p-fv-reason__band {
  position: relative;
  display: block;
  font-size: 2.3125rem;
  line-height: 1.4054054054;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__band {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.125em;
    margin-bottom: 0.625rem;
  }
}

.p-fv-reason__title {
  position: relative;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__title {
    font-size: 4.1875rem;
    letter-spacing: 0.1em;
  }
}
.p-fv-reason__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.375rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__title::before {
    bottom: -4.125rem;
    width: 8.375rem;
  }
}
.p-fv-reason__title span {
  color: #7CB619;
}

.p-fv-reason__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: 4rem;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__wrapper {
    gap: 5.25rem;
    margin-top: 10.9375rem;
  }
}

.p-fv-reasonSec {
  position: relative;
  width: 100%;
  max-width: 46.375rem;
  margin: 0 auto;
  background: #fff;
  padding: 4.6875rem 2.625rem 3.125rem 2.625rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.04625rem 0.041875rem 1rem rgba(63, 63, 63, 0.16);
          box-shadow: 0.04625rem 0.041875rem 1rem rgba(63, 63, 63, 0.16);
}
@media screen and (max-width: 767px) {
  .p-fv-reasonSec {
    max-width: 45rem;
    padding: 4.0625rem 1.875rem 3.125rem 1.875rem;
  }
}

.p-fv-reasonSec__title {
  position: absolute;
  top: -1.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17.375rem;
  height: 3.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;
  color: #fff;
  font-size: 1.9375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
  background: #7EB719;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonSec__title {
    top: -2.1875rem;
    width: 23.875rem;
    height: 4.375rem;
    font-size: 2.6875rem;
    letter-spacing: 0.1em;
  }
}

.p-fv-reasonSec__band {
  color: #528001;
  font-size: 2.3125rem;
  line-height: 1.4054054054;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonSec__band {
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.p-fv-reasonSec__img {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonSec__img {
    margin-top: 1.25rem;
  }
}

.p-fv-reasonSec__text {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonSec__text {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-top: 1.5625rem;
  }
}
.p-fv-reasonSec__text span {
  color: #7EB719;
  font-weight: 700;
}

.p-fv-reasonTri {
  position: relative;
  padding-top: 5.625rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonTri {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}

.p-fv-reasonTri__title {
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12.625rem;
  height: 4.8125rem;
  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;
  color: #fff;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
  background: #7EB719;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonTri__title {
    top: -2.8125rem;
    width: 14.6875rem;
    height: 5.625rem;
    font-size: 4rem;
    letter-spacing: 0.08em;
  }
}

.p-fv-reasonTri__band {
  font-size: 2.3125rem;
  line-height: 1.5405405405;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonTri__band {
    font-size: 3rem;
    line-height: 1.4583333333;
    letter-spacing: 0.125em;
  }
}
.p-fv-reasonTri__band .dot {
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1.12em 0.3em;
  background-image: radial-gradient(0.12em 0.12em at center center, #7EB719, #7EB719 100%, transparent);
  padding-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonTri__band .dot {
    background-size: 1.12em 0.3em;
    background-image: radial-gradient(0.08em 0.08em at center center, #7EB719, #7EB719 100%, transparent);
    padding-top: 0.4em;
  }
}
.p-fv-reasonTri__band .green {
  color: #7EB719;
}

.p-fv-reasonTri__point {
  color: #6BA405;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 1.25rem;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonTri__point {
    font-size: 4rem;
    line-height: 1.390625;
    letter-spacing: 0.08em;
    margin-top: 3.4375rem;
  }
}
.p-fv-reasonTri__point span {
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonTri__point span {
    font-size: 3.6875rem;
  }
}

.p-fv-reasonTri__lists {
  position: relative;
  left: 1.25rem;
  width: 100%;
  max-width: 53.875rem;
  margin: 9.375rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonTri__lists {
    left: 0rem;
    max-width: 41.25rem;
    margin: 9.125rem auto 0 auto;
    gap: 4.5rem 0;
    padding-left: 2.25rem;
  }
}
.p-fv-reasonTri__lists::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4375rem 7.59375rem 0 7.59375rem;
  border-color: #EAF5D4 transparent transparent transparent;
}

.p-fv-reasonTri__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 29.0625rem;
  font-size: 1.75rem;
  line-height: 1.2857142857;
  font-weight: 700;
  letter-spacing: 0.125em;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonTri__list {
    width: 100%;
    font-size: 2.125rem;
    line-height: 1;
    letter-spacing: 0.12em;
    padding-left: 5rem;
  }
}
.p-fv-reasonTri__list:nth-of-type(even) {
  width: calc(100% - 29.0625rem);
}
@media screen and (max-width: 767px) {
  .p-fv-reasonTri__list:nth-of-type(even) {
    width: 100%;
  }
}
.p-fv-reasonTri__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2.625rem;
  height: 2.625rem;
  background-image: url(../imgs/pc/list_icon.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonTri__list::before {
    width: 3.1875rem;
    height: 3.1875rem;
  }
}

.p-fv-letter {
  width: 100%;
  background: #FAFAFA;
}

.p-fv-letter__inner {
  width: 100%;
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
}

.p-fv-letter__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1.4054054054;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-letter__title {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.p-fv-letter__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-letter__title::before {
    bottom: -2.75rem;
    width: 8.375rem;
  }
}
.p-fv-letter__title span {
  color: #7CB619;
}

.p-fv-letter__wrapper {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4375rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-letter__wrapper {
    max-width: 42.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.25rem;
    margin-top: 6.5625rem;
  }
}

.p-fv-letterSec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0.04375rem 0.04375rem 1rem rgba(63, 63, 63, 0.16);
          box-shadow: 0.04375rem 0.04375rem 1rem rgba(63, 63, 63, 0.16);
}

.p-fv-letterSec__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.9375rem;
  color: #FFFFFF;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  font-weight: 700;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #93BC4A;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-letterSec__title {
    width: 6.875rem;
    font-size: 2.4375rem;
    line-height: 1.1794871795;
    letter-spacing: 0.15em;
    padding-top: 1.875rem;
  }
}

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

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

.p-fv-letterSec__name {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.125em;
  padding-top: 1rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-letterSec__name {
    font-size: 1.8125rem;
    letter-spacing: 0.1em;
    padding-top: 1.875rem;
    padding-left: 0.875rem;
  }
}

.p-fv-letterSec__comment {
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0em;
  padding-left: 0.5rem;
  padding-bottom: 1.125rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-letterSec__comment {
    font-size: 1.0625rem;
    letter-spacing: 0.07em;
    padding-left: 0.875rem;
    padding-bottom: 1.875rem;
    margin-top: 1rem;
  }
}

.p-fv-flow {
  width: 100%;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-fv-flow {
    background: #fff;
  }
}

.p-fv-flow__inner {
  width: 100%;
  padding-top: 5.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__inner {
    padding-top: 6.25rem;
    padding-bottom: 5.625rem;
  }
}

.p-fv-flow__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__title {
    font-size: 3rem;
  }
}
.p-fv-flow__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.375rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__title::before {
    bottom: -3.625rem;
    width: 8.375rem;
  }
}
.p-fv-flow__title span {
  color: #7CB619;
}

.p-fv-flow__group {
  width: 100%;
  max-width: 60rem;
  margin: 5.625rem auto 0 auto;
  border-radius: 0.875rem;
  background: #EEF7DE;
  padding: 1.875rem 1.875rem 1.875rem 15.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__group {
    max-width: 43.9375rem;
    margin: 7.5rem auto 0 auto;
    border-radius: 0.875rem;
    background: #EEF7DE;
    padding: 3.125rem 1.25rem 3.125rem 2.5625rem;
  }
}

.p-fv-flow__time {
  color: #7EB719;
  font-size: 1.9375rem;
  line-height: 1;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__time {
    font-size: 2.5rem;
  }
}

.p-fv-flow__list {
  font-size: 1.375rem;
  line-height: 1.4090909091;
  letter-spacing: 0.125em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__list {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.p-fv-flow__wrapper {
  position: relative;
  width: 100%;
  max-width: 70rem;
  margin: 6rem auto 0 auto;
  padding-left: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__wrapper {
    max-width: 100%;
    margin: 4.875rem auto 0 auto;
    padding-left: 0rem;
  }
}
.p-fv-flow__wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 11.5625rem;
  width: 0.25rem;
  height: 100%;
  background: #C2D69A;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__wrapper::before {
    left: 1.125rem;
  }
}

.p-fv-flowSec {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 6.25rem;
}
.p-fv-flowSec:last-of-type {
  padding-bottom: 0rem;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-fv-flowSec:last-of-type {
    background: #fff;
  }
}

.p-fv-flowSec__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flowSec__column {
    gap: 0.9375rem;
  }
}

.p-fv-flowSec__img {
  width: 100%;
  max-width: 24.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-flowSec__img {
    max-width: 19.75rem;
  }
}

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

.p-fv-flowSec__step {
  color: #C2D69A;
  font-size: 3.5625rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 767px) {
  .p-fv-flowSec__step {
    font-size: 4.375rem;
  }
}

.p-fv-flowSec__title {
  color: #C2D69A;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flowSec__title {
    font-size: 2.75rem;
    line-height: 1.3636363636;
    margin-top: 0.875rem;
  }
}

.p-fv-flowSec__text {
  width: 100%;
  max-width: 34.125rem;
  font-size: 1.375rem;
  line-height: 1.6363636364;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flowSec__text {
    max-width: 100%;
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 1.5625rem;
    padding-left: 2.8125rem;
    padding-right: 1.875rem;
  }
}

.p-fv-price {
  position: relative;
  z-index: 2;
  width: 100%;
}
.p-fv-price::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.125rem 6.625rem 0 6.625rem;
  border-color: #FFFFFF transparent transparent transparent;
}

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

.p-fv-price__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-price__title {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
.p-fv-price__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.375rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-price__title::before {
    bottom: -3.625rem;
    width: 8.375rem;
  }
}
.p-fv-price__title span {
  color: #7CB619;
}

.p-fv-price__band {
  font-size: 1.8125rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-price__band {
    font-size: 2.25rem;
    line-height: 1.5;
    letter-spacing: 0.125em;
    margin-top: 6.875rem;
  }
}

.p-fv-price__column {
  width: 100%;
  max-width: 56.25rem;
  margin: 2.25rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0.04625rem 0.041875rem 1rem rgba(63, 63, 63, 0.16);
          box-shadow: 0.04625rem 0.041875rem 1rem rgba(63, 63, 63, 0.16);
}
@media screen and (max-width: 767px) {
  .p-fv-price__column {
    max-width: 43.9375rem;
    margin: 3.75rem auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-fv-price__leftBox {
  width: 100%;
  max-width: 13.875rem;
  height: 10.5rem;
  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: #7CB619;
}
@media screen and (max-width: 767px) {
  .p-fv-price__leftBox {
    max-width: 100%;
    height: 5.75rem;
  }
}

.p-fv-price__name {
  color: #fff;
  font-size: 1.8125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-fv-price__name {
    font-size: 2.5rem;
    letter-spacing: 0.125em;
  }
}

.p-fv-price__rightBox {
  width: 42.375rem;
  height: 10.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-price__rightBox {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.1875rem 0.625rem 3.125rem 3.4375rem;
  }
}

.p-fv-price__list {
  font-size: 1.4375rem;
  line-height: 1.4782608696;
  font-weight: 700;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .p-fv-price__list {
    font-size: 2.25rem;
    line-height: 1.4166666667;
    letter-spacing: 0.1em;
  }
}
.p-fv-price__list .min {
  display: block;
  font-size: 1.0625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-price__list .min {
    font-size: 1.75rem;
  }
}
.p-fv-price__list .green {
  color: #C9E892;
}

.p-fv-price__text {
  width: 100%;
  max-width: 56.25rem;
  margin: 2.125rem auto 0 auto;
  font-size: 1.3125rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-fv-price__text {
    max-width: 43.125rem;
    margin: 1.25rem auto 0 auto;
    font-size: 1.625rem;
    line-height: 1.3846153846;
  }
}

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

.p-fv-greeting__inner {
  width: 100%;
  padding-top: 4.0625rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__inner {
    padding-top: 6.5625rem;
    padding-bottom: 7.5rem;
  }
}

.p-fv-greeting__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1.4054054054;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__title {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.p-fv-greeting__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__title::before {
    bottom: -3.125rem;
    width: 8.375rem;
  }
}
.p-fv-greeting__title span {
  color: #7CB619;
}

.p-fv-greeting__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.75rem;
  margin-top: 1.875rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__group {
    position: relative;
    margin-top: 2.1875rem;
    padding-left: 0rem;
  }
}

.p-fv-greeting__name {
  font-size: 3.375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__name {
    position: absolute;
    top: 9.375rem;
    left: 2.5rem;
    font-size: 4.6875rem;
    letter-spacing: 0.15em;
    padding-top: 0rem;
  }
}
.p-fv-greeting__name span {
  display: inline-block;
  color: #7EB719;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__name span {
    font-size: 1.875rem;
    letter-spacing: 0.125em;
    margin-bottom: 1.4375rem;
  }
}

.p-fv-greeting__img {
  width: 100%;
  max-width: 16.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__img {
    position: relative;
    left: 1.5625rem;
    max-width: 24.375rem;
    margin-left: auto;
  }
}

.p-fv-greeting__wrapper {
  position: relative;
  width: 100%;
  max-width: 46.4375rem;
  margin: -5.625rem auto 0 auto;
  background: #F3F8E8;
  padding: 2.125rem 1.25rem 1.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__wrapper {
    max-width: 45.875rem;
    margin: -10.3125rem auto 0 auto;
    background: #F3F8E8;
    padding: 1.875rem 1.25rem 3.4375rem 1.25rem;
  }
}

.p-fv-greeting__lists {
  padding-left: 1.25rem;
}

.p-fv-greeting__list {
  list-style: disc;
  color: #7EB719;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__list {
    font-size: 1.875rem;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}

.p-fv-greeting__text {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.12em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__text {
    font-size: 1.875rem;
    line-height: 1.5;
    margin-top: 2.8125rem;
  }
}

.p-fv-greetingSec {
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greetingSec {
    margin-top: 1.875rem;
  }
}

.p-fv-greetingSec__title {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  background: #7CB619;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greetingSec__title {
    font-size: 1.875rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 0rem;
  }
}

.p-fv-greetingSec__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.9375rem;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greetingSec__wrapper {
    gap: 0.5rem;
    margin-top: 0.875rem;
  }
}

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

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

.p-fv-greetingSec__name {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greetingSec__name {
    font-size: 1.125rem;
    letter-spacing: 0em;
  }
}

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

.p-fv-greetingSec__text {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-fv-greetingSec__text {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-fv-greetingSec__text span {
  color: #7CB619;
  font-weight: 700;
}

.p-fv-magazine {
  width: 100%;
  background: #F7F7F7;
}

.p-fv-magazine__inner {
  width: 100%;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-magazine__inner {
    padding-top: 5.375rem;
    padding-bottom: 8.125rem;
  }
}

.p-fv-magazine__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1.4054054054;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-magazine__title {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding-left: 1.25rem;
  }
}
.p-fv-magazine__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-magazine__title::before {
    bottom: -3.125rem;
    width: 8.375rem;
  }
}
.p-fv-magazine__title span {
  color: #7CB619;
}

.p-fv-magazine__img {
  position: relative;
  left: 1.5625rem;
  width: 100%;
  max-width: 51.25rem;
  margin: 4.0625rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-magazine__img {
    left: 0rem;
    max-width: 42.125rem;
    margin: 7.1875rem auto 0 auto;
  }
}

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

.p-fv-access__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding-top: 4.8125rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__inner {
    padding-top: 6rem;
    padding-bottom: 3.75rem;
  }
}

.p-fv-access__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-access__title {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
.p-fv-access__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.375rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-access__title::before {
    bottom: -4.125rem;
    width: 8.375rem;
  }
}

.p-fv-accessSec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec {
    width: 100%;
    max-width: 42.5rem;
    margin: 8.25rem auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.p-fv-accessSec__map {
  width: 100%;
  max-width: 24.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec__map {
    max-width: 42.1875rem;
    margin: 2.375rem auto 0 auto;
  }
}

.p-fv-accessSec__map_in {
  position: relative;
  width: 100%;
  padding-top: 90.3307888041%;
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec__map_in {
    padding-top: 52.5925925926%;
  }
}
.p-fv-accessSec__map_in iframe {
  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-accessSec__box {
  width: 100%;
  max-width: 36.25rem;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec__box {
    max-width: 100%;
    padding-left: 0rem;
  }
}

.p-fv-accessSec__title {
  color: #7CB619;
  font-size: 2.3125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec__title {
    font-size: 3.25rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.125em;
  }
}

.p-fv-accessSec__lists {
  width: 100%;
  margin-top: 1.3125rem;
}

.p-fv-accessSec__list {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec__list {
    font-size: 1.75rem;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    margin-top: 3rem;
  }
}
.p-fv-accessSec__list:first-of-type {
  margin-top: 0rem;
}
.p-fv-accessSec__list span {
  color: #C9E892;
}

.p-fv-accessSec02 {
  width: 100%;
  max-width: 42.1875rem;
  margin: 2.5rem auto 0 auto;
}

.p-fv-accessSec02__title {
  width: 100%;
  height: 3.75rem;
  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;
  color: #7CB619;
  font-size: 1.8125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #7CB619;
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec02__title {
    height: 4.6875rem;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    margin: 0 auto;
  }
}

.p-fv-accessSec02__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.875rem 0.875rem;
  padding: 0 1.1875rem;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec02__wrapper {
    width: 100%;
    margin-top: 2.125rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1rem;
    padding: 0;
  }
}

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

.p-fv-accessSec02__img {
  position: relative;
  width: 100%;
}
.p-fv-accessSec02__img.arrow-left::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.75rem;
  width: 1.5rem;
  height: 3.1875rem;
  background-image: url(../imgs/pc/map_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0.75rem 0 1.125rem rgba(63, 63, 63, 0.5));
          filter: drop-shadow(0.75rem 0 1.125rem rgba(63, 63, 63, 0.5));
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec02__img.arrow-left::after {
    display: none;
  }
}
.p-fv-accessSec02__img.arrow-right::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.6875rem;
  width: 1.5rem;
  height: 3.1875rem;
  background-image: url(../imgs/pc/map_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0.75rem 0 1.125rem rgba(63, 63, 63, 0.5));
          filter: drop-shadow(0.75rem 0 1.125rem rgba(63, 63, 63, 0.5));
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec02__img.arrow-right::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec02__img.arrow-rightSp::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -2rem;
    left: auto;
    width: 1.8rem;
    height: 3.825rem;
    background-image: url(../imgs/pc/map_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0.75rem 0 1.125rem rgba(63, 63, 63, 0.5));
            filter: drop-shadow(0.75rem 0 1.125rem rgba(63, 63, 63, 0.5));
  }
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec02__img.arrow-leftSp::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -0.6875rem;
    right: auto;
    width: 1.8rem;
    height: 3.825rem;
    background-image: url(../imgs/pc/map_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0.75rem 0 1.125rem rgba(63, 63, 63, 0.5));
            filter: drop-shadow(0.75rem 0 1.125rem rgba(63, 63, 63, 0.5));
  }
}

.p-fv-accessSec02__text {
  font-size: 1.375rem;
  line-height: 1.4090909091;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-accessSec02__text {
    font-size: 1.4375rem;
  }
}

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

.p-fv-faq__inner {
  width: 100%;
  max-width: 46.375rem;
  margin: 0 auto;
  padding-top: 4.875rem;
  padding-bottom: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__inner {
    padding-top: 6.875rem;
  }
}

.p-fv-faq__title {
  position: relative;
  font-size: 2.3125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__title {
    font-size: 3rem;
    letter-spacing: 0.06em;
  }
}
.p-fv-faq__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.375rem;
  width: 5.9375rem;
  height: 0.1875rem;
  background: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__title::before {
    bottom: -4.125rem;
    width: 8.375rem;
  }
}
.p-fv-faq__title span {
  color: #7CB619;
}

.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: 2.5rem;
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper {
    width: 100%;
    max-width: 43.125rem;
    gap: 3.125rem;
    margin: 8.375rem auto 0 auto;
  }
}

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

.p-fv-faqSec__title {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #7CB619;
  padding: 1.3125rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faqSec__title {
    font-size: 2.25rem;
    line-height: 1.3888888889;
    letter-spacing: 0.1em;
    padding: 2rem 1.25rem 2rem 5.625rem;
  }
}
.p-fv-faqSec__title::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-faqSec__title::before {
    top: 1.25rem;
    font-size: 3.8125rem;
  }
}

.p-fv-faqSec__box {
  width: 100%;
  background: #F2F2F2;
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faqSec__box {
    padding: 2rem 1.875rem 3.125rem 5.625rem;
  }
}

.p-fv-faqSec__text {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv-faqSec__text {
    font-size: 1.8125rem;
    line-height: 1.5517241379;
    letter-spacing: 0.08em;
  }
}
.p-fv-faqSec__text::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: -0.625rem;
  left: -2.5rem;
  color: #C9E892;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-faqSec__text::before {
    left: -3.75rem;
    font-size: 3.8125rem;
    letter-spacing: 0em;
  }
}

.p-fv-guarantee {
  width: 100%;
  background: #F7F7F7;
}

.p-fv-guarantee__inner {
  width: 100%;
  padding-top: 4.8125rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-fv-guarantee__inner {
    padding-top: 5.125rem;
    padding-bottom: 5rem;
  }
}

.p-fv-guarantee__title {
  font-size: 2.3125rem;
  line-height: 1.4054054054;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-guarantee__title {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.p-fv-guarantee__title span {
  color: #7CB619;
}

.p-fv-guarantee__img {
  width: 100%;
  max-width: 46.125rem;
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-guarantee__img {
    max-width: 43.75rem;
    margin: 4rem auto 0 auto;
  }
}

.p-fv-guarantee__text {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-guarantee__text {
    font-size: 1.875rem;
    line-height: 1.4666666667;
    letter-spacing: 0.125em;
    padding-left: 1.25rem;
    margin-top: 1rem;
  }
}

.p-cta {
  width: 100%;
  background: #EAF5D4;
  padding-top: 3rem;
  padding-bottom: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-top: 5rem;
  }
}
.p-cta.pb {
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-cta.pb {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-cta.pd {
  padding-top: 4.625rem;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-cta.pd {
    padding-top: 5.125rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta.ptSp {
    padding-top: 2.5rem;
  }
}

.p-cta__inner {
  position: relative;
  width: 100%;
  max-width: 43.875rem;
  margin: 0 auto;
  -webkit-box-shadow: 0.5625rem 0.5rem 1rem rgba(63, 63, 63, 0.08);
          box-shadow: 0.5625rem 0.5rem 1rem rgba(63, 63, 63, 0.08);
}

.p-cta__img {
  width: 100%;
}

.p-cta__tel {
  position: absolute;
  top: 21.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  max-width: 38.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta__tel {
    top: 22rem;
    left: calc(50% + 0.1875rem);
    max-width: 41.6875rem;
    -webkit-box-shadow: 0.5rem 0.4375rem 0.6875rem rgba(0, 0, 0, 0.2);
            box-shadow: 0.5rem 0.4375rem 0.6875rem rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
  }
  .p-cta__tel img {
    border-radius: 0.375rem;
  }
}
.p-cta__tel:hover {
  opacity: 0.7;
}

.p-cta__group {
  position: absolute;
  top: 28.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 40.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-cta__group {
    top: 32.6875rem;
    left: calc(50% + 0.1875rem);
    max-width: 41.6875rem;
    gap: 0.5rem;
  }
}

.p-cta__btn {
  display: block;
  width: 100%;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0.5rem 0.4375rem 0.6875rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.5rem 0.4375rem 0.6875rem rgba(0, 0, 0, 0.2);
}
.p-cta__btn:hover {
  opacity: 0.7;
}
.p-cta__btn img {
  border-radius: 0.3125rem;
}

.p-contact {
  width: 100%;
  padding-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 0rem;
  }
}

.p-contact__title {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 1.25rem;
  background: #7EB719;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 2.625rem;
    padding: 2.5rem;
  }
}

.p-contact__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 5rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 3.75rem 1.875rem 5rem 1.875rem;
  }
}

.p-contact__text {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 2rem;
  }
}
.p-contact__text span {
  color: #7EB719;
  font-weight: 700;
}

.p-contact__subTitle {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 0.625rem;
  padding: 1.25rem;
  background: #7EB719;
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__subTitle {
    font-size: 2.5rem;
    padding: 2.5rem;
    margin-top: 3.75rem;
    margin-bottom: 3.125rem;
  }
}

.p-contact__wrapper {
  width: 100%;
  border: 4px solid #7EB719;
  border-radius: 0.625rem;
  padding: 3.75rem 2.5rem;
  margin-top: 3.125rem;
}

.p-contact__table {
  width: 100%;
}
.p-contact__table tbody {
  width: 100%;
}
.p-contact__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.5rem;
  }
}
.p-contact__table tr:first-of-type {
  margin-top: 0rem;
}
.p-contact__table th {
  width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact__table th {
    width: 100%;
    gap: 1rem;
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-contact__table th span {
  width: 2.6875rem;
  height: 1.375rem;
  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;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  background: red;
  border-radius: 0.25rem;
  padding-bottom: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__table th span {
    width: 5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
  }
}
.p-contact__table th span.gray {
  background: #929292;
}
.p-contact__table td {
  width: calc(100% - 15rem);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact__table td {
    width: 100%;
    font-size: 2rem;
  }
}
.p-contact__table .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #4d4d4d;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__table .name {
    font-size: 1.9375rem;
    margin-top: 2.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-contact__table .name:first-of-type {
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__table .name:first-of-type {
    margin-top: 0rem;
  }
}
.p-contact__table .name span {
  width: 2.6875rem;
  height: 1.375rem;
  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;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  background: red;
  border-radius: 0.25rem;
  padding-bottom: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__table .name span {
    width: 5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
  }
}
.p-contact__table .name span.gray {
  background: #929292;
}

.p-contact__input {
  width: 100%;
}
.p-contact__input th {
  padding-top: 0.25rem;
}
.p-contact__input input {
  width: 100%;
  border-radius: 0.125rem;
  background: #E5E5E5;
  padding: 0.4375rem 0.5rem;
}
.p-contact__input input.wid {
  width: 8.4375rem;
  margin-left: 0.375rem;
  margin-bottom: 0.5rem;
}

.p-contact__textarea {
  width: 100%;
}
.p-contact__textarea textarea {
  width: 100%;
  height: 12.5rem;
  border-radius: 0.125rem;
  background: #E5E5E5;
  padding: 0.625rem 0.5rem;
  resize: vertical; /* 垂直方向のみリサイズを許可 */
}
@media screen and (max-width: 767px) {
  .p-contact__textarea textarea {
    height: 22.5rem;
  }
}

.p-contact__checkbox {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__checkbox {
    margin-left: 1.5625rem;
  }
}
.p-contact__checkbox::before {
  content: "";
  position: relative;
  top: 0rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #A40000;
  background: #ffffff;
}
.p-contact__checkbox input {
  display: none;
}
.p-contact__checkbox input:checked ~ span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #A40000;
  background: #A40000;
}
.p-contact__checkbox input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0rem);
  left: 0.4375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.4375rem;
  height: 0.875rem;
  border: solid #fff;
  border-width: 0 0.1875rem 0.1875rem 0;
}

.p-contact__radiobox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__radiobox {
    margin-left: 1.5625rem;
  }
}

.p-contact__radio {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-contact__radio::before {
  content: "";
  position: relative;
  top: 0rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #A40000;
  background: #ffffff;
  border-radius: 50%;
}
.p-contact__radio input {
  display: none;
}
.p-contact__radio input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.3125rem;
  width: 0.625rem;
  min-width: 0.625rem;
  height: 0.625rem;
  border: 0.125rem solid #A40000;
  background: #A40000;
  border-radius: 50%;
}

.p-contact__button {
  position: relative;
  width: 100%;
  max-width: 15rem;
  height: 3.75rem;
  margin: 3.75rem auto 0 auto;
  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;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  background: #7EB719;
  border: 1px solid #7EB719;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact__button {
    max-width: 30rem;
    height: 6.25rem;
    margin: 3.75rem auto 0 auto;
    font-size: 2.25rem;
  }
}
.p-contact__button::before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 2.125rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__button::after {
    right: 3.75rem;
    width: 1.5rem;
    height: 1.5rem;
    border-top: 0.375rem solid #fff;
    border-right: 0.375rem solid #fff;
  }
}
.p-contact__button:hover {
  color: #7EB719;
}
.p-contact__button:hover::before {
  left: 0;
}
.p-contact__button:hover::after {
  right: 1.5rem;
  border-top: 0.125rem solid #7EB719;
  border-right: 0.125rem solid #7EB719;
}
@media screen and (max-width: 767px) {
  .p-contact__button:hover::after {
    right: 2.8125rem;
    border-top: 0.375rem solid #7EB719;
    border-right: 0.375rem solid #7EB719;
  }
}
.p-contact__button input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 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;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */