html {
  font-size: 16px;
}

body {
  background: url(./../images/bg.webp) center/100%;
  background-repeat: repeat-y;
  color: #2b2b2b;
  font-family: "Shippori Mincho", serif;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  padding: 6.25rem 0;
}

.footer__nav {
  display: flex;
  gap: 3.125rem;
  justify-content: center;
}

.footer__list {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}

.footer__link {
  font-size: max(1.875rem, min(2.2vw, 2.0625rem));
  font-weight: 500;
}

.footer__link:hover {
  color: #e2c14f;
  opacity: 1;
}

.footer__sns {
  display: flex;
  gap: 1.5625rem;
}

.footer__sns li {
  align-items: center;
  display: flex;
}

.footer__sns li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  font-size: 2.0625rem;
  margin-left: 1.5625rem;
}

/*
 * header
 * -------------------------------------------------------------
 */

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1445px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * c-fBox
 * -------------------------------------------------------------
 */

.c-fBox {
  background: #fff;
  border: 3px solid #b6991d;
  border-radius: 2rem;
  flex: 2;
  max-width: 44.1875rem;
  padding: 1.375rem 2.5rem 1.375rem 1.25rem;
  position: relative;
}

.c-fBox--reverse {
  padding: 1.375rem 1.25rem 1.375rem 2.5rem;
}

.c-fBox::before {
  border-bottom: 1.25rem solid transparent;
  border-left: 2.5rem solid #b6991d;
  border-top: 1.25rem solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -2.8125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.c-fBox--reverse::before {
  border-left: 0;
  border-right: 2.5rem solid #b6991d;
  left: -2.8125rem;
  right: auto;
}

.c-fBox::after {
  border-bottom: 1.1875rem solid transparent;
  border-left: 2.5rem solid #fff;
  border-top: 1.1875rem solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -2.4375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.c-fBox--reverse::after {
  border-left: 0;
  border-right: 2.5rem solid #fff;
  left: -2.4375rem;
  right: auto;
}

.c-fBoxBg {
  background: #b6991d;
  border-radius: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0.625rem, 0.75rem);
  z-index: -1;
}

.c-fBox--reverse .c-fBoxBg {
  transform: translate(-0.625rem, 0.75rem);
}

.c-fBoxBg::before {
  border-bottom: 1.1875rem solid transparent;
  border-left: 2.5rem solid #b6991d;
  border-top: 1.1875rem solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -2.25rem;
  top: 48%;
  transform: translateY(-50%);
  width: 0;
}

.c-fBox--reverse .c-fBoxBg::before {
  border-left: 0;
  border-right: 2.5rem solid #b6991d;
  left: -2.25rem;
  right: auto;
}

/*
 * c-secHead
 * -------------------------------------------------------------
 */

.c-secHead {
  background: #fff;
}

.c-secHead::before,
.c-secHead::after {
  background: url(./../images/ttl_obj.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.5rem;
  width: 100%;
}

.c-secHead__group {
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 1.25rem 0;
  text-align: center;
}

.c-secHead__subTtl {
  border-bottom: 0.375rem solid #dbb929;
  font-size: 4.1875rem;
}

.c-secHead__mainTtl {
  font-size: 5.5rem;
}

.c-secHead__mainTtl span {
  display: inline-block;
}

.c-secHead__mainTtl strong {
  color: #b79a1c;
  display: inline-block;
  font-size: 13.75rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.c-secHead__mainTtl.--sm strong {
  font-size: 10.625rem;
  margin-top: 1.875rem;
}

.c-secHead__mainTtl strong::after {
  color: #f1e3af;
  content: "";
  display: inline-block;
  font-size: inherit;
  font-weight: 900;
  left: calc(50% + 0.4375rem);
  position: absolute;
  top: calc(50% + 0.4375rem);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.c-secHead .Fe_H_Q {
  width: 100% !important;
}

/*
 * features
 * -------------------------------------------------------------
 */

.features {
  padding-bottom: 7.5rem;
}

.features__mainTtl span {
  margin-top: -3.125rem;
}

.features__mainTtl strong::after {
  content: "4";
}

.features__list {
  counter-reset: feature;
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.25rem;
  max-width: 78.4375rem;
}

.features__item {
  background: #fff;
  border-radius: 1.875rem;
  position: relative;
  z-index: 1;
}

.features__item::before {
  background: #b79a1c;
  border-radius: inherit;
  border-radius: 1.875rem;
  content: "";
  display: block;
  height: 100%;
  left: calc(50% + 0.75rem);
  position: absolute;
  top: calc(50% + 0.75rem);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.features__itemInner {
  background: #fff;
  border: 0.1875rem solid #b79a1c;
  border-radius: 1.875rem;
  padding: 0.625rem 2.5rem 1.875rem;
  position: relative;
  z-index: 11;
}

.features__itemHead {
  align-items: center;
  border-bottom: 0.3125rem solid #dbb929;
  display: flex;
  gap: 2.5rem;
  padding-bottom: 1.5625rem;
}

.features__num {
  color: rgb(182, 153, 29);
  font-size: 11.5625rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.features__num::after {
  color: #f1e3af;
  content: counter(feature);
  counter-increment: feature;
  display: inline-block;
  font-size: inherit;
  left: calc(50% + 0.5rem);
  position: absolute;
  top: calc(50% + 0.5rem);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.features__ttl {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-top: 1.25rem;
}

.features__body {
  padding: 1.875rem 0.9375rem 0;
}

.features__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.65;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  padding-bottom: 8.625rem;
  position: relative;
}

.fv::before {
  background: url(./../images/fv_obj3.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 4.875rem;
  left: -0.3125rem;
  opacity: 0.8;
  position: absolute;
  top: 16rem;
  width: min(100%, 17.3125rem);
}

.fv::after {
  background: url(./../images/fv_obj3.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 6.5rem;
  opacity: 0.8;
  position: absolute;
  right: -8.125rem;
  top: 52.4%;
  width: min(100%, 23rem);
}

.fv__inner {
  display: flex;
  max-width: 83.8125rem;
  padding: 0;
}

.fv__left {
  flex: 1;
  left: -3rem;
  max-width: 24.5rem;
  position: relative;
}

.fv__center {
  background: url(./../images/fv_obj_center.webp) no-repeat center/100% 38rem;
  flex: 1;
  margin-top: 7.5rem;
  max-width: 39.8125rem;
  padding-bottom: 4.375rem;
  position: relative;
  right: 3rem;
}

.fv__ttl {
  color: rgb(105, 63, 12);
  display: flex;
  flex-direction: row-reverse;
  font-weight: 100;
  gap: 1.875rem;
  justify-content: center;
  position: relative;
  top: -2.3125rem;
}

.fv__ttlSub {
  font-size: 3.1875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.fv__ttlMain {
  font-size: 9.375rem;
  padding-top: 5rem;
  writing-mode: vertical-rl;
}

.fv__right {
  bottom: 0;
  flex: 1;
  max-width: 19.875rem;
  position: absolute;
  right: 0;
}

.fv__leadBlock {
  margin-left: 3.75rem;
  padding-top: 3.125rem;
}

.fv__lead {
  font-size: 3.1875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  z-index: 1;
}

/*
 * intro
 * -------------------------------------------------------------
 */

.intro {
  padding-bottom: 7.5rem;
}

.intro__ttl {
  font-size: 4.1875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.65;
  text-align: center;
}

.intro__body {
  margin-top: 4.375rem;
}

.intro__items {
  display: flex;
  flex-direction: column;
}

.intro__items::after {
  background: url(./../images/arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 8.9375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.25rem;
  opacity: 0.7;
  transform: rotate(90deg);
  width: 8.9375rem;
}

.intro__item {
  align-items: center;
  display: flex;
  gap: 4.375rem;
  justify-content: center;
}

.intro__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.intro__item:not(:first-child) {
  margin-top: 7.5rem;
}

.intro__text {
  font-size: 3.125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
}

.intro__img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex: 1;
  max-width: 14.6875rem;
  overflow: hidden;
}

.intro__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.intro__lead {
  font-size: 4.1875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 5rem;
  text-align: center;
}

.intro__lists {
  border: 0.625rem solid #dbbb2a;
  border-radius: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.25rem;
  max-width: 73.9375rem;
  padding: 5rem;
}

.intro__list {
  align-items: center;
  display: flex;
  font-size: 3.8125rem;
  font-weight: 500;
  gap: 2.5rem;
  letter-spacing: 0.02em;
}

.intro__list::before {
  background: url(./../images/check.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 4.4375rem;
  width: 4.4375rem;
}

.intro__end {
  font-size: 4.1875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 5rem;
  text-align: center;
}

/*
 * price
 * -------------------------------------------------------------
 */

.price__mainTtl strong::after {
  content: "料金";
}

.price__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 59.375rem;
  padding: 6.25rem 0 5rem;
}

.price__table {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding-right: 3.75rem;
}

.price__item {
  align-items: center;
  display: flex;
  gap: 7.5rem;
}

.price__icon {
  height: 8.125rem;
  min-width: 8.125rem;
  width: 8.125rem;
}

.price__label {
  font-weight: 600;
}

.price__unit {
  display: flex;
  flex: 1;
  font-size: 5.8125rem;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0.02em;
}

.price__label {
  width: -moz-fit-content;
  width: fit-content;
}

.price__price {
  text-align: right;
}

.price__box {
  background: #fff;
  border: 3px solid #b79a1c;
  border-radius: 1.875rem;
  margin-top: 5rem;
  padding: 3.125rem 1.25rem 2.1875rem;
}

.price__details {
  font-size: 4.1875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 38.875rem;
}

.price__boxTtl {
  border-bottom: 3px solid #b79a1c;
  font-weight: 500;
  padding-bottom: 1.875rem;
  text-align: center;
}

.price__boxText {
  font-weight: 500;
  line-height: 1.45;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

/*
 * register
 * -------------------------------------------------------------
 */

.register {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.register__btn {
  align-items: center;
  background: #fff;
  border-bottom: 2.8125rem double #dbb929;
  border-top: 2.8125rem double #dbb929;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  padding: 1.25rem 0;
  text-align: center;
}

.register__btn::before,
.register__btn::after {
  background: url(./../images/arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 11.375rem;
  opacity: 0.9;
  width: 11.375rem;
}

.register__btn::after {
  transform: rotate(180deg);
}

.register__btnText {
  font-size: 8.3125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  text-shadow: #dbb929 6px 0 0, #dbb929 -6px 0 0, #dbb929 0 6px 0, #dbb929 0 -6px 0, #dbb929 5px 5px 0, #dbb929 -5px 5px 0, #dbb929 5px -5px 0, #dbb929 -5px -5px 0, #dbb929 6px 3px 0, #dbb929 -6px 3px 0, #dbb929 6px -3px 0, #dbb929 -6px -3px 0, #dbb929 3px 6px 0, #dbb929 -3px 6px 0, #dbb929 3px -6px 0, #dbb929 -3px -6px 0, #dbb929 4px 0 0, #dbb929 -4px 0 0, #dbb929 0 4px 0, #dbb929 0 -4px 0, #dbb929 2px 2px 0, #dbb929 -2px 2px 0, #dbb929 2px -2px 0, #dbb929 -2px -2px 0;
  z-index: 1;
}

/*
 * support
 * -------------------------------------------------------------
 */

.support {
  padding-bottom: 7.5rem;
}

.support__mainTtl strong::after {
  content: "安心サポート";
}

.support__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.25rem;
  width: -moz-fit-content;
  width: fit-content;
}

.support__item {
  align-items: center;
  display: flex;
  font-size: 4.1875rem;
  font-weight: 600;
  gap: 2.5rem;
  letter-spacing: 0.02em;
}

.support__item::before {
  content: "";
  display: block;
  height: 8.125rem;
  min-width: 8.125rem;
  width: 8.125rem;
}

.support__item.--mail::before {
  background: url(./../images/icon_mail.webp) no-repeat center/100%;
}

.support__item.--tel::before {
  background: url(./../images/icon_tel.webp) no-repeat center/100%;
}

.support__item:hover {
  color: #dbb929;
  opacity: 1;
}

.support__text {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 5rem;
  text-align: center;
  text-align: center;
}

/*
 * voice
 * -------------------------------------------------------------
 */

.voice {
  padding-bottom: 7.5rem;
}

.voice__mainTtl {
  margin-top: 2.1875rem;
}

.voice__mainTtl strong::after {
  content: "声";
}

.voice__items {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}

.voice__item {
  align-items: center;
  display: flex;
  gap: 4.375rem;
  justify-content: center;
}

.voice__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.voice__item:not(:first-child) {
  margin-top: 6.25rem;
}

.voice__cont {
  align-items: center;
  display: flex;
  height: 13.75rem;
}

.voice__cont::before {
  top: 40%;
}

.voice__cont::after {
  top: 40%;
}

.voice__fBoxBg::before {
  top: 38%;
}

.voice__textWrap {
  flex: 1;
}

.voice__text {
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.6;
}

.voice__meta {
  display: inline-block;
  margin-left: auto;
  text-align: right;
  width: 50%;
}

.voice__meta.--block {
  width: 100%;
}

.voice__meta.--w35 {
  width: 35%;
}

.voice__img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex: 1;
  max-width: 14.6875rem;
  overflow: hidden;
}

.voice__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.voice__img.--transform {
  transform: perspective(800px) rotateY(-10deg) rotateX(4deg) rotateZ(-2deg);
  transform-origin: center;
}

/*
 * u-marker
 * -------------------------------------------------------------
 */

.u-marker {
  display: inline-block;
  position: relative;
}

.u-marker::after {
  background: #ebd68a;
  border-radius: 1.875rem;
  bottom: 0.625rem;
  content: "";
  display: block;
  height: 1.875rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media (max-width: 1365px) {

  html {
    font-size: 1.1721611722vw;
  }

}

@media screen and (max-width: 1024px) {

  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fv__inner {
    padding: 0;
  }

}

@media screen and (max-width: 767px) {

  html {
    font-size: 16px;
  }

  .footer {
    padding: 1.5625rem 0;
  }

  .footer__inner {
    padding: 0 0.625rem;
  }

  .footer__nav {
    align-items: center;
    gap: 0.8125rem;
  }

  .footer__list {
    align-items: center;
    gap: 0.8125rem;
  }

  .footer__link {
    font-size: 0.5rem;
  }

  .footer__sns {
    gap: 0.75rem;
  }

  .footer__sns li:not(:last-child)::after {
    font-size: 0.625rem;
    margin-left: 0.75rem;
  }

  .l-inner {
    max-width: 34.375rem;
  }

  .c-fBox {
    border-radius: 1rem;
    border-width: 2px;
    max-width: 100%;
    padding: 0.625rem;
    width: 100%;
  }

  .c-fBox--reverse {
    padding: 0.625rem;
  }

  .c-fBox::before {
    border: none;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-top: 1.75rem solid #b6991d;
    bottom: auto;
    left: 50%;
    right: auto;
    top: 100%;
    transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .c-fBox--reverse::before {
    border: none;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-top: 1.75rem solid #b6991d;
    bottom: auto;
    left: 50%;
    right: auto;
    top: 100%;
    transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .c-fBox::after {
    border: none;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-top: 1.75rem solid #fff;
    bottom: auto;
    left: 50%;
    margin-top: -0.125rem;
    right: auto;
    top: 100%;
    transform: translateX(-50%);
  }

  .c-fBox--reverse::after {
    border: none;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-top: 1.75rem solid #fff;
    bottom: auto;
    left: 50%;
    margin-top: -0.125rem;
    right: auto;
    top: 100%;
    transform: translateX(-50%);
  }

  .c-fBoxBg {
    border-radius: 1rem;
    transform: translate(0.3125rem, 0.375rem);
  }

  .c-fBox--reverse .c-fBoxBg {
    border-radius: 1rem;
    transform: translate(0.3125rem, 0.375rem);
  }

  .c-fBoxBg::before {
    border-bottom: 0;
    border-left: 0.9375rem solid transparent;
    border-right: 0.9375rem solid transparent;
    border-top: 2.1875rem solid #b6991d;
    bottom: -1.75rem;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }

  .c-fBox--reverse .c-fBoxBg::before {
    border-bottom: 0;
    border-left: 0.9375rem solid transparent;
    border-right: 0.9375rem solid transparent;
    border-top: 2.1875rem solid #b6991d;
    bottom: -1.75rem;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }

  .c-secHead {
    margin: 0 calc(50% - 50vw);
  }

  .c-secHead::before,
  .c-secHead::after {
    background-size: cover;
    height: 0.9375rem;
  }

  .c-secHead__group {
    line-height: 2.3;
    padding: 0.75rem 0;
  }

  .c-secHead__subTtl {
    border-width: 0.125rem;
    font-size: 1.25rem;
    padding-bottom: 0.125rem;
  }

  .c-secHead__mainTtl {
    font-size: 1.625rem;
  }

  .c-secHead__mainTtl strong {
    font-size: 4.0625rem;
  }

  .c-secHead__mainTtl.--sm strong {
    font-size: 3.1875rem;
    margin-top: 0.9375rem;
  }

  .c-secHead__mainTtl strong::after {
    left: calc(50% + 0.1875rem);
    top: calc(50% + 0.1875rem);
  }

  .features {
    padding-bottom: 5.625rem;
  }

  .features__mainTtl span {
    margin-top: -1.25rem;
  }

  .features__list {
    gap: 2.1875rem;
    margin-top: 2.5rem;
  }

  .features__item::before {
    left: calc(50% + 0.125rem);
    top: calc(50% + 0.125rem);
  }

  .features__itemInner {
    border-width: 0.125rem;
    padding: 0.3125rem 0.625rem 1.25rem;
  }

  .features__itemHead {
    border-width: 0.125rem;
    gap: 0.75rem;
    padding-bottom: 0.625rem;
  }

  .features__num {
    font-size: 2.75rem;
  }

  .features__num::after {
    left: calc(50% + 0.25rem);
    top: calc(50% + 0.25rem);
  }

  .features__ttl {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    padding-top: 0.625rem;
  }

  .features__body {
    padding: 0.75rem 0.3125rem 0;
  }

  .features__text {
    font-size: 0.875rem;
  }

  .fv {
    padding-bottom: 13.33vw;
  }

  .fv::before {
    height: 7.733vw;
    left: -2vw;
    top: 20vw;
    width: 19.33vw;
  }

  .fv::after {
    display: none;
  }

  .fv__inner {
    flex-direction: column;
    max-width: 100%;
    padding: 0 1.25rem;
  }

  .fv__left {
    left: -12.733vw;
    width: 32.27vw;
  }

  .fv__center {
    aspect-ratio: 1/1;
    background: url(./../images/fv_obj_center.webp) no-repeat center/100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -11vw;
    max-width: 100%;
    padding-bottom: 0;
    position: relative;
    right: 2%;
    width: min(29.6875rem, 58.67vw);
  }

  .fv__ttl {
    gap: 2.67vw;
  }

  .fv__ttlSub {
    font-size: 4.433vw;
    margin-top: 6.67vw;
  }

  .fv__ttlMain {
    font-size: 12.73vw;
    padding-top: 16.4vw;
  }

  .fv__right {
    bottom: 0.625rem;
    max-width: 100%;
    width: 22vw;
  }

  .fv__right::after {
    background: url(./../images/fv_obj3.webp) no-repeat center/100%;
    content: "";
    display: block;
    height: 7.733vw;
    opacity: 0.8;
    position: absolute;
    right: -8vw;
    top: -3vw;
    width: 23.33vw;
  }

  .fv__leadBlock {
    margin-left: 0;
    padding-top: 7vw;
    position: absolute;
    right: 1.25rem;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .fv__leadBlock {
    right: 16.5vw;
  }

  .fv__lead {
    font-size: 4.533vw;
  }

  .intro {
    padding-bottom: 5.625rem;
  }

  .intro__ttl {
    font-size: 1.25rem;
  }

  .intro__items::after {
    height: 7.0625rem;
    margin-top: 1.5625rem;
    width: 7.0625rem;
  }

  .intro__item {
    flex-direction: column;
    gap: 3.4375rem;
  }

  .intro__item:nth-child(2n) {
    flex-direction: column;
  }

  .intro__item:not(:first-child) {
    margin-top: 2.5rem;
  }

  .intro__text {
    font-size: 1.5rem;
  }

  .intro__lead {
    font-size: 2.375rem;
    line-height: 1.5;
    margin-top: 2.5rem;
  }

  .intro__lists {
    border-radius: 1.5625rem;
    border-width: 0.375rem;
    gap: 1.25rem;
    margin-top: 1.25rem;
    padding: 1.5625rem 0.75rem;
  }

  .intro__list {
    align-items: flex-start;
    font-size: 1.125rem;
    gap: 0.625rem;
  }

  .intro__list::before {
    height: 1.5625rem;
    min-width: 1.5625rem;
    width: 1.5625rem;
  }

  .intro__end {
    font-size: 1.25rem;
    margin-top: 1.5625rem;
  }

  .price__body {
    padding: 2.5rem 0 3.75rem;
  }

  .price__table {
    gap: 0.3125rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 18.75rem;
    padding-right: 1.25rem;
  }

  .price__item {
    gap: 1.5625rem;
  }

  .price__icon {
    height: 2.5rem;
    min-width: 2.5rem;
    width: 2.5rem;
  }

  .price__unit {
    font-size: 1.875rem;
  }

  .price__price {
    gap: 0.625rem;
  }

  .price__box {
    margin-top: 2.5rem;
    padding: 1.5625rem 0.9375rem 1.25rem;
  }

  .price__details {
    font-size: 1.625rem;
  }

  .price__boxTtl {
    border-width: 0.125rem;
    padding-bottom: 0.9375rem;
  }

  .price__boxText {
    margin-top: 1.25rem;
  }

  .register {
    gap: 1.25rem;
    margin: 0 calc(50% - 50vw);
  }

  .register__btn {
    border-width: 0.875rem;
    gap: 0.9375rem;
    padding: 0.625rem 0;
  }

  .register__btn::before,
  .register__btn::after {
    height: 2.8125rem;
    width: 2.8125rem;
  }

  .register__btnText {
    font-size: 2.5rem;
    text-shadow: #dbb929 2px 0 0, #dbb929 -2px 0 0, #dbb929 0 2px 0, #dbb929 0 -2px 0, #dbb929 2px 2px 0, #dbb929 -2px 2px 0, #dbb929 2px -2px 0, #dbb929 -2px -2px 0, #dbb929 2px 1px 0, #dbb929 -2px 1px 0, #dbb929 2px -1px 0, #dbb929 -2px -1px 0, #dbb929 1px 2px 0, #dbb929 -1px 2px 0, #dbb929 1px -2px 0, #dbb929 -1px -2px 0, #dbb929 1px 0 0, #dbb929 -1px 0 0, #dbb929 0 1px 0, #dbb929 0 -1px 0, #dbb929 1px 1px 0, #dbb929 -1px 1px 0, #dbb929 1px -1px 0, #dbb929 -1px -1px 0;
  }

  .support {
    padding-bottom: 5.625rem;
  }

  .support__list {
    gap: 1.25rem;
    margin-top: 2.5rem;
  }

  .support__item {
    font-size: 1.375rem;
    gap: 0.9375rem;
  }

  .support__item::before {
    height: 2.5rem;
    min-width: 2.5rem;
    width: 2.5rem;
  }

  .support__text {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 2.5rem;
  }

  .voice {
    padding-bottom: 5.625rem;
  }

  .voice__mainTtl {
    margin-top: 0.9375rem;
  }

  .voice__items {
    margin-top: 2.5rem;
  }

  .voice__item {
    flex-direction: column;
    gap: 3.125rem;
  }

  .voice__item:nth-child(2n) {
    flex-direction: column;
  }

  .voice__item:not(:first-child) {
    margin-top: 3.125rem;
  }

  .voice__item:nth-child(2n-1):not(:first-child) {
    margin-top: 3.125rem;
  }

  .voice__cont {
    min-height: 6.875rem;
    padding: 0.625rem 1.875rem;
  }

  .voice__text {
    font-size: 1rem;
  }

  .voice__meta {
    float: right;
    width: 38%;
    width: -moz-fit-content;
    width: fit-content;
  }

  .voice__meta.--w35 {
    width: -moz-fit-content;
    width: fit-content;
  }

  .u-marker::after {
    bottom: 0.15rem;
    height: 0.625rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
  }

}


/*# sourceMappingURL=style.css.map */