@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1140px) {
  html {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #010101;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: #010101;
}

body.is-locked {
  overflow: hidden;
}

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

a {
  display: inline-block;
}

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

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #010101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__inner {
  width: 100%;
  height: 5rem;
  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;
  padding: 0rem 0rem 0rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0rem 3.875rem 0rem 0.875rem;
  }
}

.l-header__logo {
  width: 16.25rem;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 11.6875rem;
    margin-top: 0.1875rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3125rem;
}

.l-header-nav__list {
  color: #fff;
  font-size: 0.75rem;
}

.l-header-nav__link {
  color: #fff;
  font-size: 0.75rem;
  padding-bottom: 0.1875rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.l-header-nav__link:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

.l-header-nav__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header-nav__btn {
  width: 5rem;
  height: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background: #DC481C;
}
.l-header-nav__btn.line {
  background: #018F01;
}
.l-header-nav__btn:hover {
  opacity: 0.7;
}

.l-header__lineBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__lineBtn {
    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;
    gap: 0.3125rem;
    color: #fff;
    font-size: 0.5rem;
    line-height: 1;
    font-weight: 700;
  }
  .l-header__lineBtn::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url(../imgs/pc/line_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-header__lineBtn:hover {
    opacity: 0.7;
  }
}

.l-main {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  contain: paint;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 3.75rem;
  }
}

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

.l-footer__inner {
  width: 100%;
  padding: 0.875rem;
}

.l-footer__cope {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__cope {
    font-size: 0.75rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
    position: absolute;
    top: 1.375rem;
    right: 1.3125rem;
    width: 1.25rem;
    height: 1rem;
  }
  .c-hamburger span {
    display: block;
    position: absolute;
    left: 0rem;
    width: 1.25rem;
    height: 1px;
    background: #fff;
    border-radius: 1.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 0rem;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 0.46875rem;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 0.9375rem;
  }
}

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

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.8);
  padding: 6.875rem 2.5rem 2.5rem 2.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__list {
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-top: 2rem;
}
.c-hamburger-nav__list:first-of-type {
  margin-top: 0rem;
}

.c-hamburger-nav__link {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav.active {
  z-index: 98;
  opacity: 1;
}

.c-fade {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem); /* 少し下に配置 */
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease; /* フェードインと位置の変化 */
}

.c-fade.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 元の位置に移動 */
}

.c-blur {
  opacity: 0; /* 初期状態では非表示 */
  -webkit-filter: blur(1.25rem);
          filter: blur(1.25rem); /* 初期のぼかし効果 */
  -webkit-transform: scale(1);
          transform: scale(1); /* 初期のスケール */
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; /* フェードインのアニメーション */
}

.c-blur.in-view {
  opacity: 1; /* 表示 */
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* アニメーション終了後に最終状態を維持 */
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; /* アニメーションを1回のみ実行 */
}

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(1.25rem);
            filter: blur(1.25rem);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes blur {
  from {
    -webkit-filter: blur(1.25rem);
            filter: blur(1.25rem);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-fv {
  width: 100%;
  background: #010101;
}

.p-fv__title {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    padding: 0.0625rem 0 0.25rem 0;
  }
}
.p-fv__title::before, .p-fv__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#CEB46B), color-stop(51.92%, #EDE5B1), to(#CDAA5F));
  background: linear-gradient(270deg, #CEB46B 0%, #EDE5B1 51.92%, #CDAA5F 100%);
}
@media screen and (max-width: 767px) {
  .p-fv__title::before, .p-fv__title::after {
    height: 1px;
  }
}
.p-fv__title::after {
  top: auto;
  bottom: 0;
}
.p-fv__title span {
  background: -webkit-gradient(linear, right top, left top, from(#CEB46B), color-stop(51.92%, #EDE5B1), to(#CDAA5F));
  background: linear-gradient(270deg, #CEB46B 0%, #EDE5B1 51.92%, #CDAA5F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 1.1875rem;
  line-height: 1.3684210526;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-fv__title span {
    font-size: 0.8125rem;
  }
}

.p-fv-terms {
  width: 100%;
  padding: 0.5rem 0rem 0.375rem 0.375rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-terms {
    padding: 0;
    margin-top: -0.3125rem;
  }
}

.p-fv-terms__cont {
  width: 32.9375rem;
  height: 6.75rem;
  background-image: url(../imgs/pc/terms_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-terms__cont {
    width: 23.4375rem;
    height: 6rem;
    background-image: url(../imgs/sp/terms_bg.webp);
    padding-top: 0.875rem;
  }
}

.p-fv-terms__title {
  font-size: 1.1875rem;
  line-height: 1.3684210526;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-terms__title {
    font-size: 0.875rem;
  }
}

.p-fv-terms__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 5.625rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-terms__lists {
    max-width: 17.5rem;
    margin: 0.375rem auto 0rem auto;
    padding-left: 0rem;
  }
}
.p-fv-terms__lists dt {
  width: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.9285714286;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fv-terms__lists dt {
    width: 2.125rem;
    font-size: 0.6875rem;
    line-height: 1.5454545455;
  }
}
.p-fv-terms__lists dd {
  width: calc(100% - 2.5rem);
  font-size: 0.875rem;
  line-height: 1.9285714286;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fv-terms__lists dd {
    width: calc(100% - 2.125rem);
    font-size: 0.6875rem;
    line-height: 1.5454545455;
  }
}

.p-fv-cta {
  width: 100%;
  background: conic-gradient(from 46.6deg at 50% 50%, #1A1E1F 0deg, #272B2C 70.96deg, #1A1C1E 302.88deg, #222327 360deg);
  text-align: center;
}

.p-fv-cta__inner {
  width: 100%;
  padding: 2.5rem 1.25rem 4.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__inner {
    padding: 1.5625rem 1.25rem 2.875rem 1.25rem;
  }
}
.p-fv-cta__inner.pbSp {
  padding-bottom: 6.25rem;
}

.p-fv-cta__label {
  width: 100%;
  max-width: 18.875rem;
  margin: 0rem auto 1.5625rem auto;
  padding-top: 1.875rem;
}

.p-fv-cta__band {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.p-fv-cta__title {
  width: 100%;
  margin-top: 0.5rem;
}
.p-fv-cta__title span {
  background: -webkit-gradient(linear, right top, left top, from(#CEB46B), color-stop(51.92%, #EDE5B1), to(#CDAA5F));
  background: linear-gradient(270deg, #CEB46B 0%, #EDE5B1 51.92%, #CDAA5F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.3125rem;
  line-height: 1.5135135135;
  font-weight: 600;
}

.p-fv-cta__text {
  width: 20.5rem;
  height: 2.9375rem;
  background-image: url(../imgs/pc/cta_speech.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0 auto;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__text.mtSp {
    margin-top: 0.5rem;
  }
}
.p-fv-cta__text span {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#CEB46B), color-stop(51.92%, #EDE5B1), to(#CDAA5F));
  background: linear-gradient(270deg, #CEB46B 0%, #EDE5B1 51.92%, #CDAA5F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 700;
}
.p-fv-cta__text span::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#CEB46B), color-stop(51.92%, #EDE5B1), to(#CDAA5F));
  background: linear-gradient(270deg, #CEB46B 0%, #EDE5B1 51.92%, #CDAA5F 100%);
}

.p-fv-cta__comment {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__comment {
    margin-top: 0.875rem;
  }
}

.p-fv-cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__wrapper {
    gap: 0rem;
    margin-top: 0rem;
  }
  .p-fv-cta__wrapper.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 0.75rem;
  }
}

.p-fv-cta__triangle {
  width: 8.9375rem;
  margin: 1.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__triangle {
    margin: 1.875rem auto 0 auto;
  }
}

.p-fv-cta__bigText {
  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;
  gap: 0.25rem;
  margin-top: 0.875rem;
}
.p-fv-cta__bigText span {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#CEB46B), color-stop(51.92%, #EDE5B1), to(#CDAA5F));
  background: linear-gradient(270deg, #CEB46B 0%, #EDE5B1 51.92%, #CDAA5F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.p-fv-cta__bigText span:nth-child(1) {
  font-size: 1.0625rem;
}
.p-fv-cta__bigText span:nth-child(1)::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#CEB46B), color-stop(51.92%, #EDE5B1), to(#CDAA5F));
  background: linear-gradient(270deg, #CEB46B 0%, #EDE5B1 51.92%, #CDAA5F 100%);
}
.p-fv-cta__bigText span:nth-child(2) {
  font-size: 1.8125rem;
}
.p-fv-cta__bigText span:nth-child(2)::after {
  content: "";
  display: block;
  position: relative;
  left: -0.5625rem;
  width: calc(100% + 1.125rem);
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#CEB46B), color-stop(51.92%, #EDE5B1), to(#CDAA5F));
  background: linear-gradient(270deg, #CEB46B 0%, #EDE5B1 51.92%, #CDAA5F 100%);
}
@media screen and (max-width: 767px) {
  .p-fv-cta__bigText span:nth-child(2)::after {
    left: 0rem;
    width: calc(100% + 0rem);
  }
}

.p-fv-cta__exp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__exp {
    display: block;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 1.875rem;
  }
}

.p-fv-cta__box {
  width: 100%;
  max-width: 34.875rem;
  margin: 2rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6875rem;
  padding-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__box {
    max-width: 19.6875rem;
    margin: 1.25rem auto 0rem auto;
    -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;
    gap: 1.375rem;
    padding-right: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-cta__box.gapSp {
    gap: 1.875rem;
  }
}

.p-fv-cta__btn {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 100%;
  max-width: 16.375rem;
  height: 5.4375rem;
  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;
  padding: 0.125rem;
  background: -webkit-gradient(linear, right top, left top, from(#CEB46B), color-stop(51.92%, #EDE5B1), to(#CDAA5F));
  background: linear-gradient(270deg, #CEB46B 0%, #EDE5B1 51.92%, #CDAA5F 100%);
  border-radius: 6.25rem;
  -webkit-box-shadow: 0.25rem 0.375rem 0 #004F00;
          box-shadow: 0.25rem 0.375rem 0 #004F00;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__btn {
    max-width: 100%;
    height: 3.4375rem;
  }
}
.p-fv-cta__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  height: 100%;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-animation: 3s 0s shine linear infinite;
          animation: 3s 0s shine linear infinite;
}
.p-fv-cta__btn:hover {
  top: 0.25rem;
  -webkit-box-shadow: 0rem 0rem 0 #004F00;
          box-shadow: 0rem 0rem 0 #004F00;
}
.p-fv-cta__btn span {
  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;
  gap: 0.625rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  background: -webkit-gradient(linear, left top, left bottom, from(#00CB01), to(#006501));
  background: linear-gradient(180deg, #00CB01 0%, #006501 100%);
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__btn span {
    gap: 1rem;
    letter-spacing: 0.1em;
    padding-right: 0.75rem;
  }
}
.p-fv-cta__btn span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.375rem;
  height: 2.375rem;
  background-image: url(../imgs/pc/line_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__btn span::before {
    width: 2.0625rem;
    height: 2.0625rem;
  }
}
.p-fv-cta__btn.mail {
  letter-spacing: 0.09em;
  -webkit-box-shadow: 0.25rem 0.375rem 0 #8D1800;
          box-shadow: 0.25rem 0.375rem 0 #8D1800;
  padding-right: 0rem;
}
.p-fv-cta__btn.mail::after {
  -webkit-animation: 3s 0.8s shine linear infinite;
          animation: 3s 0.8s shine linear infinite;
}
.p-fv-cta__btn.mail:hover {
  top: 0.25rem;
  -webkit-box-shadow: 0rem 0rem 0 #004F00;
          box-shadow: 0rem 0rem 0 #004F00;
}
.p-fv-cta__btn.mail span {
  background: -webkit-gradient(linear, left top, right top, from(#DC441B), to(#D96124));
  background: linear-gradient(90deg, #DC441B 0%, #D96124 100%);
}
.p-fv-cta__btn.mail span::before {
  top: 0.125rem;
  width: 1.5rem;
  height: 1.3125rem;
  background-image: url(../imgs/pc/mail_icon.svg);
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__btn.mail span::before {
    width: 1.3125rem;
    height: 1.125rem;
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-cta__btn.bigSp {
    height: 4.5625rem;
  }
  .p-fv-cta__btn.bigSp span {
    font-size: 1.0625rem;
    letter-spacing: 0.09em;
    padding-right: 0.25rem;
  }
}
.p-fv-cta__btn.bigSp.mail span::before {
  margin-right: 0rem;
}

@-webkit-keyframes shine {
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.p-fv-worries {
  width: 100%;
  background: #F0E9E0;
}

.p-fv-worries__inner {
  width: 100%;
  max-width: 37.25rem;
  margin: 0rem auto;
  padding-top: 3.125rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__inner {
    padding-top: 3.75rem;
    padding-bottom: 1.875rem;
  }
}

.p-fv-worries__titleImg {
  width: 100%;
  max-width: 23.625rem;
  margin: 0rem auto;
}

.p-fv-worries__lists {
  width: 100%;
  max-width: 29.875rem;
  margin: 0.9375rem auto 0rem auto;
  background: #1A1C1E;
  padding: 0.625rem 2.1875rem 1.25rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__lists {
    max-width: 21.5625rem;
    padding: 0.875rem 0.5rem 0.25rem 0.5rem;
    margin: 0.625rem auto 0rem auto;
  }
}

.p-fv-worries__list {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  border-bottom: 1px dashed #fff;
  padding: 0.625rem 0.625rem 0.625rem 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__list {
    white-space: nowrap;
    padding: 0.625rem 0rem 0.625rem 1.75rem;
  }
  .p-fv-worries__list:last-of-type {
    border-bottom: none;
  }
}
.p-fv-worries__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  left: 1.125rem;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../imgs/pc/check_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__list::before {
    top: 0.625rem;
    left: 0rem;
    width: 1.625rem;
    height: 1.625rem;
  }
}
.p-fv-worries__list span {
  color: #CDAA5F;
  font-size: 1rem;
}

.p-fv-worries__arrow {
  width: 0.1875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__arrow {
    width: 0.15625rem;
  }
}

.p-fv-worries__band {
  color: #5B4819;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__band {
    margin-top: 1.25rem;
  }
}
.p-fv-worries__band span {
  font-size: 1.375rem;
}

.p-fv-worries__titleImg02 {
  width: 100%;
  max-width: 17.5rem;
  margin: 1rem auto 0rem auto;
}

.p-fv-worries__img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 21.25rem;
  margin: 1.25rem auto 0rem auto;
}

.p-fv-worries__box {
  background: #FFFAF4;
  padding: 3.5rem 1.125rem 1.625rem 1.125rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  margin-top: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__box {
    max-width: 21.25rem;
    margin: -1.875rem auto 0rem auto;
  }
}

.p-fv-worries__text {
  color: #5B4819;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__text {
    line-height: 1.4;
  }
}
.p-fv-worries__text .bg {
  position: relative;
  z-index: 1;
  font-size: 0.9375rem;
  color: #003D00;
  font-weight: 700;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
.p-fv-worries__text .bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12.8125rem;
  height: 1.3125rem;
  background: url(../imgs/pc/worries_bgimg.webp) no-repeat center top/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__text .bg::before {
    background: url(../imgs/pc/worries_bgimg.webp) no-repeat center top/100% 100%;
  }
}
.p-fv-worries__text .bg02 {
  position: relative;
  z-index: 1;
  font-size: 0.9375rem;
  color: #003D00;
  font-weight: 700;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
.p-fv-worries__text .bg02::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12.375rem;
  height: 1.3125rem;
  background: url(../imgs/pc/worries_bgimg.webp) no-repeat center top/100% 100%;
}
.p-fv-worries__text .red {
  color: #CE2631;
  font-weight: 700;
}
.p-fv-worries__text .border {
  font-weight: 700;
  text-decoration: underline;
}

.p-fv-worries__comment {
  color: #000;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 1.5625rem;
}

.p-fv-attribute {
  width: 100%;
  background: #000000;
  padding-top: 4.625rem;
  padding-bottom: 7.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attribute {
    padding-top: 4rem;
    padding-bottom: 4.1875rem;
  }
}

.p-fv-attribute__inner {
  width: 100%;
  max-width: 39.125rem;
  margin: 0rem auto;
}

.p-fv-attribute__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;
  width: 22.125rem;
  height: 5.4375rem;
  background-image: url(../imgs/pc/cont_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.p-fv-attribute__title .tit {
  background: -webkit-gradient(linear, right top, left top, from(#CEB46B), color-stop(51.92%, #EDE5B1), to(#CDAA5F));
  background: linear-gradient(270deg, #CEB46B 0%, #EDE5B1 51.92%, #CDAA5F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 600;
}
.p-fv-attribute__title .tit span {
  font-size: 1.5rem;
}

.p-fv-attribute__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.1875rem 5.25rem;
  margin-top: 2.5rem;
  margin-bottom: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attribute__box {
    -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;
    gap: 0rem;
    margin-top: 3.5rem;
    margin-bottom: 5.3125rem;
  }
}

.p-fv-attribute__img {
  width: 16.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attribute__img {
    position: relative;
    left: 0.3125rem;
  }
}

.p-fv-attribute__img02 {
  width: 17.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attribute__img02 {
    margin-top: 4.5625rem;
  }
}

.p-fv-attribute__img03 {
  width: 19.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-attribute__img03 {
    margin-top: 4.5625rem;
  }
}

.p-fv-attribute__video {
  width: 100%;
  max-width: 30.125rem;
  margin: 2.1875rem auto 0rem auto;
}

.p-fv-attribute__videoIn {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-fv-attribute__videoIn 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-reason {
  width: 100%;
  background: #F0E9E0;
}

.p-fv-reason__inner {
  width: 100%;
  max-width: 39.125rem;
  margin: 0rem auto;
  padding-top: 4.8125rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__inner {
    max-width: 22.8125rem;
    padding-top: 2.3125rem;
    padding-bottom: 4.0625rem;
  }
}

.p-fv-reason__title {
  width: 100%;
  max-width: 18.875rem;
  margin: 0rem auto;
}

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

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

.p-fv-comparison {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison {
    background-image: url(../imgs/sp/comparison_bg.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-fv-comparison::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 46.0625rem;
  height: 100%;
  background-image: url(../imgs/pc/comparison_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison::before {
    display: none;
  }
}
.p-fv-comparison::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.83);
}
@media screen and (max-width: 767px) {
  .p-fv-comparison::after {
    display: none;
  }
}

.p-fv-comparison__inner {
  position: relative;
  z-index: 3;
  padding-top: 3.125rem;
  padding-bottom: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__inner {
    padding: 3.125rem 0.125rem 3rem 0.375rem;
  }
}

.p-fv-comparison__title {
  width: 100%;
  max-width: 18.875rem;
  margin: 0rem auto;
}

.p-fv-comparison__table {
  width: 100%;
  max-width: 34.625rem;
  margin: 2.3125rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__table {
    max-width: 25rem;
  }
}

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

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

.p-fv-voice__title {
  width: 100%;
  max-width: 18.875rem;
  margin: 0rem auto;
}

.p-fv-voice__text {
  color: #5B4819;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 0.625rem;
}

.p-fv-voice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__box {
    -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;
    gap: 1.125rem;
    margin-top: 3.125rem;
  }
}

.p-fv-voice__img img {
  width: auto;
  height: 19.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__img img {
    width: 100%;
    max-width: 23.1875rem;
    height: auto;
    margin: 0rem auto;
  }
}

.p-fv-use {
  width: 100%;
  background: #010101;
}

.p-fv-use__inner {
  width: 100%;
  max-width: 43.3125rem;
  margin: 0rem auto;
  padding-top: 6.25rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-use__inner {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
  }
}

.p-fv-use__title {
  width: 100%;
  max-width: 18.875rem;
  margin: 0rem auto;
}

.p-fv-use__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8125rem 3.3125rem;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-use__box {
    -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;
    gap: 2.9375rem;
    margin-top: 3.875rem;
  }
}

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

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

.p-fv-flow__inner {
  width: 100%;
  max-width: 31.125rem;
  margin: 0rem auto;
  padding-top: 6.25rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__inner {
    padding: 3rem 0.625rem 4.0625rem 0.625rem;
  }
}

.p-fv-flow__title {
  width: 100%;
  max-width: 18.875rem;
  margin: 0rem auto;
}

.p-fv-flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8125rem 2.5rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__box {
    gap: 0.4375rem 0.25rem;
    margin-top: 1.875rem;
  }
}

.p-fv-flow__img {
  width: 14.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__img {
    width: calc(50% - 0.125rem);
  }
}
.p-fv-flow__img:nth-of-type(3) {
  width: 24.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__img:nth-of-type(3) {
    width: 100%;
  }
}

.p-fv-privilege {
  width: 100%;
  background: #141313;
}

.p-fv-privilege__inner {
  width: 100%;
  max-width: 37.375rem;
  margin: 0rem auto;
  padding-top: 5.25rem;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-privilege__inner {
    padding-top: 1.875rem;
    padding-bottom: 0rem;
  }
}

.p-fv-privilege__title {
  width: 100%;
  max-width: 18.875rem;
  margin: 0rem auto;
}

.p-fv-privilege__text {
  text-align: center;
  margin-top: 1.1875rem;
}
.p-fv-privilege__text span {
  background: -webkit-gradient(linear, right top, left top, from(#CEB46B), color-stop(51.92%, #EDE5B1), to(#CDAA5F));
  background: linear-gradient(270deg, #CEB46B 0%, #EDE5B1 51.92%, #CDAA5F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.p-fv-privilege_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-privilege_box {
    max-width: 23.4375rem;
    margin: 3.125rem auto 0 auto;
  }
}

.p-fv-privilege__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-privilege__img {
    position: relative;
  }
  .p-fv-privilege__img:nth-of-type(1) {
    z-index: 4;
  }
  .p-fv-privilege__img:nth-of-type(2) {
    z-index: 3;
    margin-top: -4.75rem;
  }
  .p-fv-privilege__img:nth-of-type(3) {
    z-index: 2;
    margin-top: -4.75rem;
  }
  .p-fv-privilege__img:nth-of-type(4) {
    z-index: 1;
    margin-top: -5.25rem;
  }
}

.p-fv-plan {
  width: 100%;
  background: #F0E9E0;
}

.p-fv-plan__inner {
  width: 100%;
  max-width: 59.375rem;
  margin: 0rem auto;
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-plan__inner {
    padding-top: 3rem;
    padding-bottom: 4.625rem;
  }
}

.p-fv-plan__title {
  width: 100%;
  max-width: 18.875rem;
  margin: 0rem auto;
}

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

.p-fv-plan__box {
  position: relative;
  width: 100%;
  padding: 14.375rem 1.0625rem 1.875rem 1.0625rem;
  background: #fff;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
.p-fv-plan__label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22.5rem;
}

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

.p-fv-plan__text {
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.p-fv-plan__comment {
  font-size: 0.75rem;
  letter-spacing: -0.01em;
  margin-top: 1rem;
}

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

.p-fv-contact__inner {
  width: 100%;
  max-width: 35.625rem;
  margin: 0rem auto;
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__inner {
    max-width: 31.25rem;
    padding: 5rem 1.625rem 2.5rem 1.625rem;
  }
}

.p-fv-contact__text {
  font-size: 1rem;
  line-height: 1.8125;
  letter-spacing: 0.03em;
  text-align: center;
}

.p-fv-contact__wrapper {
  width: 100%;
  padding: 2.5rem;
  border: 2px solid #CDAA5F;
  border-radius: 0.125rem;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__wrapper {
    padding: 2.375rem 1.5rem;
    margin-top: 1.875rem;
  }
}

.p-fv-contact__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.p-fv-contact__name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 1rem;
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.03em;
  background: #CDAA5F;
}

.p-fv-contact__table {
  width: 100%;
}
.p-fv-contact__table th {
  display: block;
  width: 100%;
  margin-top: 1.25rem;
}
.p-fv-contact__table th.mt0 {
  margin-top: 0rem;
}
.p-fv-contact__table td {
  display: block;
  width: 100%;
  margin-top: 0.375rem;
}
.p-fv-contact__table td input.input-text {
  width: 100%;
  height: 2.625rem;
  font-size: 0.875rem;
  border-radius: 0.125rem;
  border: 0.5px solid #AAAAAA;
  background: #F0F0F0;
  padding: 0 0.625rem;
}
.p-fv-contact__table td textarea {
  width: 100%;
  height: 5.3125rem;
  font-size: 0.875rem;
  border-radius: 0.125rem;
  border: 0.5px solid #AAAAAA;
  background: #fff;
  padding: 0.625rem;
}
.p-fv-contact__table .checkbox-text {
  font-size: 0.8125rem;
}
.p-fv-contact__table .checkbox-text a {
  text-decoration: underline;
}
.p-fv-contact__table .checkbox-block {
  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.375rem;
  padding-left: 0.5rem;
}
.p-fv-contact__table .checkbox-wrap {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  font-size: 0.8125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-fv-contact__table .checkbox-custom {
  position: relative;
  top: 0.0625rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 0.8125rem;
  height: 0.8125rem;
  border: 1px solid #AAAAAA;
  border-radius: 0.125rem;
  background: #F0F0F0;
}
.p-fv-contact__table .checkbox-custom:checked::after {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0.25rem;
  width: 0.25rem;
  height: 0.4375rem;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-fv-contact__table .checkbox-custom:focus-visible {
  outline: 2px solid #AAAAAA;
  outline-offset: 2px;
}
.p-fv-contact__table .checkbox-wrap02 {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  font-size: 0.8125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-fv-contact__table .checkbox-wrap02 a {
  text-decoration: underline;
}
.p-fv-contact__table .checkbox-wrap02 a:hover {
  opacity: 0.7;
}
.p-fv-contact__table .checkbox-custom02 {
  position: relative;
  top: 0.0625rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #AAAAAA;
  border-radius: 0.125rem;
  background: #fff;
}
.p-fv-contact__table .checkbox-custom02:checked::after {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0.375rem;
  width: 0.4375rem;
  height: 0.75rem;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-fv-contact__table .checkbox-custom02:focus-visible {
  outline: 2px solid #AAAAAA;
  outline-offset: 2px;
}

.p-fv-contact__buttonBox {
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__buttonBox {
    margin-top: 2.5rem;
  }
}

.p-fv-contact__button {
  position: relative;
  z-index: 1;
  top: 0rem;
  left: 0rem;
  display: block;
  width: 16.4375rem;
  height: 3.8125rem;
  margin: 0 auto;
  border-radius: 6.25rem;
  border: 0.125rem solid #EDE5B1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.01%, #D3C29D), to(#7B6B51));
  background: linear-gradient(0deg, #D3C29D 0.01%, #7B6B51 100%);
  -webkit-box-shadow: 0.125rem 0.25rem 0 #6B6B6B;
          box-shadow: 0.125rem 0.25rem 0 #6B6B6B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-contact__button:hover {
  top: 0.25rem;
  -webkit-box-shadow: 0rem 0rem 0 #6B6B6B;
          box-shadow: 0rem 0rem 0 #6B6B6B;
}
.p-fv-contact__button input {
  position: relative;
  z-index: 5;
  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;
  text-align: center;
  border-radius: 6.25rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-privacy {
  width: 100%;
  background: #fff;
}

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

.p-privacy__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-privacy__label {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__label {
    font-size: 1.125rem;
    margin-top: 1.875rem;
    margin-bottom: 0.5rem;
  }
}

.p-privacy__text {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 0.875rem;
  }
}
.p-privacy__text.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-privacy__text.center {
    text-align: left;
  }
}
.p-privacy__text.right {
  text-align: right;
  margin-top: 2.5rem;
}

@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-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-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;
  }
}

.no-text {
  font-size: 0;
  height: 0;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */