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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1919px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

section[id] {
  scroll-margin-top: 90px;
}
@media screen and (max-width: 767px) {
  section[id] {
    scroll-margin-top: 60px;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.875rem;
}
body.is-fixed {
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 30px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

s picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

/*----------------------------------
  l-inner
-----------------------------------*/
.l-inner {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 16px;
  }
}

/*----------------------------------
  c-btn
-----------------------------------*/
.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
  padding-block: 0.9375rem;
  padding-inline: 3.125rem;
  border-radius: 1.875rem;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    gap: 8px;
    padding-block: 12px;
    padding-inline: 24px;
    border-radius: 24px;
  }
}

.c-btn__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn__icon {
    width: 18px;
    height: 18px;
  }
}

.c-btn__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 14px;
  }
}

.c-btn--main {
  background: #00b8d3;
  color: #fff;
}

.c-btn--outline {
  background: #fff;
  border: 0.1875rem solid #00b8d3;
  color: #00b8d3;
}
@media screen and (max-width: 767px) {
  .c-btn--outline {
    border-width: 2px;
  }
}

.c-btn--accent {
  background: #ff931f;
  color: #fff;
}

.c-btn--coral {
  background: #ff504a;
  color: #fff;
}

.c-btn--accent .c-btn__text {
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .c-btn--accent .c-btn__text {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
}

/*----------------------------------
  drawer-icon
-----------------------------------*/
.drawer-icon {
  display: none;
  position: relative;
  z-index: 102;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}

.drawer-icon__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00b8d3;
  -webkit-transition:
    opacity 0.3s,
    top 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    top 0.3s,
    -webkit-transform 0.3s;
  transition:
    transform 0.3s,
    opacity 0.3s,
    top 0.3s;
  transition:
    transform 0.3s,
    opacity 0.3s,
    top 0.3s,
    -webkit-transform 0.3s;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
}
.drawer-icon__bar:nth-child(2) {
  top: 10px;
}
.drawer-icon__bar:nth-child(3) {
  top: 20px;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  opacity: 0;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-section-title_sub {
  color: #00b8d3;
  text-align: center;
  font-family: "Afacad", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-section-title_sub {
    font-size: 13px;
  }
}

.c-section-title_main {
  margin-top: 1.75rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-section-title_main {
    margin-top: 10px;
    font-size: 22px;
  }
}

.c-section-title_text {
  margin-top: 0.9375rem;
  color: #b6b5b5;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-section-title_text {
    margin-top: 8px;
    font-size: 16px;
  }
}

/*----------------------------------
  p-header
-----------------------------------*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  height: 5.5625rem;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-inline: 2rem;
  padding-block: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    height: 60px;
    padding-inline: 16px;
    padding-block: 0;
  }
}

.p-header__logo {
  mix-blend-mode: difference;
}

.p-header__logo img {
  display: block;
  width: 22.875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}

/*----------------------------------
  drawer (sp)
-----------------------------------*/
.p-header__drawer {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: #fff;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.18, 1, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.18, 1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.18, 1, 0.25, 1);
  transition:
    transform 0.4s cubic-bezier(0.18, 1, 0.25, 1),
    -webkit-transform 0.4s cubic-bezier(0.18, 1, 0.25, 1);
}
.p-header__drawer.is-checked {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 768px) {
  .p-header__drawer {
    display: none;
  }
}

.p-header__drawer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding: 100px 24px 40px;
}

.p-header__drawer-logo img {
  display: block;
  width: 160px;
  height: auto;
}

.p-header__drawer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.p-header__drawer-item .c-btn {
  width: 100%;
}

/*----------------------------------
  p-mv
-----------------------------------*/
.p-mv {
  position: relative;
  /* background: url(../img/bg_fv.webp) no-repeat center center/cover; */
  background: url(../img/bg-mv-image-back.webp) no-repeat center center/cover;
  width: 100%;
  height: 75.4375rem;
  clip-path: polygon(0 0%, 100% 0, 100% 80%, 50% 100%, 50% 100%, 0 80%);
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
    padding-block: 90px 40px;
    height: unset;
    clip-path: polygon(0 0%, 100% 0, 100% 90%, 51% 100%, 50% 100%, 0 90%);
  }
}

.p-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  height: 100%;
  padding-inline: 6.5rem 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    -webkit-padding-before: 0;
    padding-block-start: 0;
    padding-inline: 15px;
  }
}

.p-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  width: 51rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    gap: 24px;
    width: 100%;
  }
}

.p-mv__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__head {
    gap: 12px;
  }
}

.p-mv__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #efab00;
  font-weight: 900;
  font-size: 1.25rem;
  white-space: nowrap;
  padding-inline: 1.875rem;
  padding-block: 0.625rem;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__badge {
    font-size: 13px;
    padding-inline: 16px;
    padding-block: 6px;
    border-radius: 30px;
  }
}

.p-mv__heading {
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: 3rem;
  line-height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__heading {
    font-size: 24px;
    line-height: 1.5;
  }
}

.p-mv__heading-accent {
  color: #efab00;
  font-size: 4rem;
  line-height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__heading-accent {
    font-size: 30px;
    line-height: 1.5;
  }
}

.p-mv__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__price {
    gap: 6px;
  }
}

.p-mv__price-unit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5rem;
  padding: 0.3125rem;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.78);
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  letter-spacing: 0.12rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__price-unit {
    width: 44px;
    padding: 3px;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
}

.p-mv__price-amount {
  color: #ffd900;
  font-weight: 900;
  font-size: 15.625rem;
  letter-spacing: -0.78125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__price-amount {
    font-size: 96px;
    letter-spacing: -4px;
  }
}

.p-mv__price-suffix {
  margin-bottom: 1.25rem;
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  line-height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__price-suffix {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 1.2;
  }
}

.p-mv__desc {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__desc {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-mv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px;
  }
}

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

.p-mv__visual img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(
    0.625rem 0.625rem 0.9375rem rgba(255, 255, 255, 0.15)
  );
  filter: drop-shadow(0.625rem 0.625rem 0.9375rem rgba(255, 255, 255, 0.15));
}

.p-reasonable__inner {
  padding-block: 9.375rem 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable__inner {
    padding-block: 50px;
  }
}

.p-reasonable-title__wrap {
  position: relative;
  padding-bottom: 3.75rem;
}
.p-reasonable-title__wrap::before {
  content: "";
  position: absolute;
  background: #00b8d3;
  left: 50%;
  translate: -50%;
  bottom: 0;
  width: 3.125rem;
  height: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-title__wrap::before {
    width: 30px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-reasonable-title__wrap {
    padding-bottom: 20px;
  }
}

.p-reasonable-title__main {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.0625rem;
}
.p-reasonable-title__main span {
  color: #00b8d3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-reasonable-title__main {
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
  }
}

.p-reasonable-main__content--wrap {
  padding-inline: 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-main__content--wrap {
    padding-inline: 0;
  }
}

/*----------------------------------
  reason block
-----------------------------------*/
.p-reasonable__block {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6.25rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #d8d6d6;
}
@media screen and (max-width: 767px) {
  .p-reasonable__block {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }
}

.p-reasonable__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.125rem;
  width: 52.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-reasonable__text {
    gap: 24px;
    width: 100%;
  }
}

.p-reasonable__lead {
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #d8d6d6;
}
@media screen and (max-width: 767px) {
  .p-reasonable__lead {
    padding-bottom: 24px;
  }
}

.p-reasonable__lead-line {
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.8125rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-reasonable__lead-line {
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-reasonable__lead-line--accent {
  color: #00b8d3;
}

.p-reasonable__desc {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-reasonable__desc {
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-reasonable__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable__quote {
    gap: 10px;
  }
}

.p-reasonable__quote-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2rem;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable__quote-icon {
    width: 18px;
    height: 28px;
  }
}

.p-reasonable__quote-box {
  background: #ffffe5;
  padding: 1.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable__quote-box {
    padding: 16px 20px;
  }
}

.p-reasonable__quote-text {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-reasonable__quote-text {
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-reasonable__quote-accent {
  color: #00b8d3;
}

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

.p-reasonable__visual img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.25);
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-reasonable__visual img {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  }
}

.p-reasonable-main__content {
  margin-top: 5rem;
  background: #eceef0;
  padding: 5rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-main__content {
    margin-top: 40px;
    padding: 20px 10px;
  }
}

/*----------------------------------
  distribution flow compare
-----------------------------------*/
.p-reasonable-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.p-reasonable-flow__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
  width: 37.875rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  background: #fff;
  border-radius: 1.875rem;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-flow__card {
    width: 100%;
    gap: 16px;
    border-radius: 16px;
    padding: 20px;
  }
}

.p-reasonable-flow__title {
  margin: 0;
  width: 100%;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.1875rem;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-reasonable-flow__title {
    font-size: 16px;
  }
}

.p-reasonable-flow__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-flow__steps {
    gap: 2px;
  }
}

.p-reasonable-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 0.625rem;
  padding: 0.625rem 2.8125rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.1875rem;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-reasonable-flow__step {
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 6px;
  }
}

.p-reasonable-flow__step--dark {
  background: #324244;
  border-color: #324244;
  color: #fff;
}

.p-reasonable-flow__step--outline {
  background: #fff;
  border: 0.125rem solid #00b8d3;
  color: #00b8d3;
}
@media screen and (max-width: 767px) {
  .p-reasonable-flow__step--outline {
    border-width: 1px;
  }
}

.p-reasonable-flow__step--main {
  background: #00b8d3;
  border-color: #00b8d3;
  border-radius: 0;
  color: #fff;
}

.p-reasonable-flow__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-flow__arrow {
    width: 14px;
    height: 14px;
  }
}

.p-reasonable-flow__direct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-reasonable-flow__connector {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 3.75rem;
}
.p-reasonable-flow__connector::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 50%;
  translate: -50%;
  width: 2px;
  height: 90%;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-reasonable-flow__connector::before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reasonable-flow__connector {
    min-height: 40px;
  }
}

.p-reasonable-flow__connector-arrow {
  position: absolute;
  left: 50%;
  bottom: -0.3125rem;
  translate: -50%;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-flow__connector-arrow {
    width: 14px;
    height: 14px;
    bottom: -4px;
  }
}

.p-reasonable-main__content--middle {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-main__content--middle {
    margin-top: 40px;
  }
}

.p-reasonable-table__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-table__title {
    font-size: 19px;
    line-height: 20px;
  }
}

.p-reasonable-table__wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-table__wrap {
    margin-top: 20px;
    overflow-x: auto;
  }
}

.p-reasonable-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-reasonable-table {
    width: 700px;
  }
}

.p-reasonable-table__head {
  width: 40.8%;
  padding: 1.25rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-align: left;
  color: #fff;
  background: #324244;
}
@media screen and (max-width: 767px) {
  .p-reasonable-table__head {
    width: auto;
    padding: 12px;
    font-size: 15px;
    line-height: 1.4;
  }
}

.p-reasonable-table__head--label {
  width: 18.4%;
}

.p-reasonable-table__head--general {
  border-left: 0.125rem solid #d8d6d6;
}
@media screen and (max-width: 767px) {
  .p-reasonable-table__head--general {
    border-left-width: 1px;
  }
}

.p-reasonable-table__head--nozuk {
  background: #00b8d3;
}

.p-reasonable-table__label {
  padding: 1.25rem;
  border: 1px solid #d8d6d6;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  text-align: left;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-reasonable-table__label {
    padding: 12px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.p-reasonable-table__cell {
  padding: 1.25rem;
  border: 1px solid #d8d6d6;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  text-align: left;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-reasonable-table__cell {
    padding: 12px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.p-reasonable-table__cell--nozuk {
  font-weight: bold;
  font-size: 1.5rem;
  background: #fffdf2;
}
@media screen and (max-width: 767px) {
  .p-reasonable-table__cell--nozuk {
    font-size: 14px;
  }
}

.p-reasonable-table__cell--highlight {
  color: #ff504a;
}

/*----------------------------------
  bottom cta
-----------------------------------*/
.p-reasonable-main__content--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.125rem;
  margin-top: 5rem;
  background: #fff;
  padding: 1.875rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-main__content--bottom {
    gap: 24px;
    margin-top: 40px;
    padding: 20px;
  }
}

.p-reasonable-cta__lead {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-reasonable-cta__lead {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-reasonable-cta__lead-accent {
  color: #00b8d3;
  font-weight: 700;
  display: inline;
}

.p-reasonable-cta__desc {
  margin: 0;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-reasonable-cta__desc {
    font-size: 13px;
    line-height: 1.6;
  }
}

.p-reasonable-cta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reasonable-cta__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    gap: 16px;
  }
}

.p-points {
  background: #f9fafc;
}

.p-points__inner {
  margin-inline: auto;
  max-width: 1920px;
  padding-inline: 23rem;
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-points__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-points__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-points__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }
}

.p-points__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
  background: #fff;
  border: 1px solid #d8d6d6;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-points__card {
    gap: 16px;
    padding: 20px;
  }
}

.p-points__card-title {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-points__card-title {
    font-size: 16px;
  }
}

.p-points__card-desc {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-points__card-desc {
    font-size: 13px;
  }
}

.p-points__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.1875rem;
  margin-top: 3.75rem;
  background: #fff;
  border: 0.125rem dashed #00b8d3;
  padding: 3.125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-points__cta {
    gap: 20px;
    margin-top: 30px;
    border-width: 1px;
    padding: 30px 20px;
  }
}

.p-points__cta-title {
  margin: 0;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-points__cta-title {
    font-size: 18px;
  }
}

.p-points__cta-desc {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  color: #b6b5b5;
}
@media screen and (max-width: 767px) {
  .p-points__cta-desc {
    font-size: 13px;
  }
}

.p-simulation {
  background: #00b8d3;
}

.p-simulation__inner {
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-simulation__inner {
    padding-block: 50px;
  }
}

.p-simulation-title__sub {
  color: #000;
}

.p-simulation-title__main {
  color: #fff;
}

.p-simulation-title__text {
  color: #fff;
}

/*----------------------------------
  panel
-----------------------------------*/
.p-simulation__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.375rem;
  margin-top: 3.75rem;
  background: #fff;
  padding: 3.125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-simulation__panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 30px;
    margin-top: 30px;
    padding: 24px 20px;
  }
}

.p-simulation__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
@media screen and (max-width: 767px) {
  .p-simulation__controls {
    gap: 32px;
  }
}

.p-simulation__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-simulation__control {
    gap: 10px;
  }
}

.p-simulation__control-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-simulation__control-label {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-simulation__control-label {
    font-size: 14px;
  }
}

.p-simulation__control-value {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #00b8d3;
}
@media screen and (max-width: 767px) {
  .p-simulation__control-value {
    font-size: 14px;
  }
}

.p-simulation__slider {
  width: 100%;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background: #e6e6e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -ms-touch-action: none;
  touch-action: none;
}
.p-simulation__slider::-webkit-slider-thumb {
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  background: #00b8d3;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.p-simulation__slider::-moz-range-thumb {
  width: 1.6875rem;
  height: 1.6875rem;
  border: none;
  border-radius: 50%;
  background: #00b8d3;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-simulation__slider {
    height: 4px;
  }
  .p-simulation__slider::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
  }
  .p-simulation__slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
  }
}

.p-simulation__ticks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1rem;
  color: #b6b5b5;
}
@media screen and (max-width: 767px) {
  .p-simulation__ticks {
    font-size: 11px;
  }
}

/*----------------------------------
  result
-----------------------------------*/
.p-simulation__result {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 47.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
  background: #324244;
  border-radius: 2.5rem;
  padding: 2.1875rem 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-simulation__result {
    width: 100%;
    gap: 16px;
    border-radius: 20px;
    padding: 24px;
  }
}

.p-simulation__result-title {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-simulation__result-title {
    font-size: 16px;
  }
}

.p-simulation__result-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-simulation__result-block {
    gap: 8px;
  }
}

.p-simulation__result-label {
  margin: 0;
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-simulation__result-label {
    font-size: 13px;
  }
}

.p-simulation__result-value {
  margin: 0;
  font-weight: bold;
  font-size: 6rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-simulation__result-value {
    font-size: 40px;
  }
}

.p-simulation__result-unit {
  margin-left: 0.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-simulation__result-unit {
    font-size: 14px;
  }
}

.p-simulation__result-value--main {
  color: #00b8d3;
  font-weight: 700;
}

.p-simulation__result-value--main .p-simulation__result-unit {
  color: #fff;
}

.p-simulation__result-value--accent {
  color: #ffd900;
  font-weight: 700;
}

.p-simulation__result-value--accent .p-simulation__result-unit {
  color: #fff;
}

.p-simulation__result-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.p-simulation__result-note {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-simulation__result-note {
    font-size: 11px;
  }
}

.p-simulation__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-simulation__cta {
    margin-top: 20px;
  }
}

.p-advantages {
  background: #eceef0;
}

.p-advantages__inner {
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-advantages__inner {
    padding-block: 50px;
  }
}

.p-advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3.75rem;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-advantages__grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 10px;
  }
}

.p-advantages__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.5rem;
  background: #f9fafc;
  padding: 2.5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-advantages__card {
    gap: 16px;
    padding: 24px 20px;
  }
}

.p-advantages__num {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e8f4ff;
  color: #00b8d3;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 4rem;
  width: 6.75rem;
  height: 6.0625rem;
  padding: 0.625rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-advantages__num {
    width: 56px;
    height: 50px;
    font-size: 28px;
    padding: 6px;
  }
}

.p-advantages__card-title {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-advantages__card-title {
    font-size: 16px;
  }
}

.p-advantages__card-desc {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-advantages__card-desc {
    font-size: 13px;
    line-height: 1.6;
  }
}

/*----------------------------------
  p-buy
-----------------------------------*/
.p-buy {
  background: linear-gradient(182deg, #2fa4f3 23.611%, #54c998 97.026%);
}

.p-buy__inner {
  display: grid;
  grid-template-columns: 36rem 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 5rem;
  padding-inline: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-buy__inner {
    grid-template-columns: 1fr;
    padding-block: 50px;
    padding-inline: 20px;
  }
}

.p-buy__content {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.75rem;
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-buy__content {
    grid-column: 1;
    gap: 16px;
    width: 100%;
  }
}

.p-buy__lead-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-buy__lead-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }
}

.p-buy__lead {
  margin: 0;
  font-weight: bold;
  font-size: 2.25rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-buy__lead {
    font-size: 18px;
    line-height: 1.4;
  }
}

.p-buy__spark {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.p-buy__spark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8125rem;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-buy__spark {
    display: none;
  }
}

.p-buy__spark--right::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.p-buy__heading {
  margin: 0;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-buy__heading {
    font-size: 24px;
    line-height: 1.4;
  }
}

.p-buy__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
  width: 34.5rem;
  max-width: 100%;
  background: #ff931f;
  border-radius: 1.875rem;
  padding: 1.25rem 4.375rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-buy__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-buy__btn {
    width: 100%;
    gap: 10px;
    border-radius: 16px;
    padding: 14px 20px;
  }
}

.p-buy__btn-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-buy__btn-icon {
    width: 18px;
    height: 18px;
  }
}

.p-buy__btn-text {
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-buy__btn-text {
    font-size: 14px;
  }
}

.p-buy__visual {
  grid-column: 1/-1;
  grid-row: 1;
  z-index: 1;
  width: 67.375rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-buy__visual {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}

.p-buy__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.p-quality {
  background: url(../img/bg_quality.webp) no-repeat center center/cover;
  position: relative;
}
.p-quality::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(92, 92, 92, 0.87);
}

.p-quality__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5.6875rem;
  padding-inline: 7.5rem 16.8125rem;
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-quality__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-quality__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
  width: 47.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-quality__content {
    gap: 16px;
    width: 100%;
  }
}

.p-quality-title__wrap {
  text-align: left;
  margin-top: 0;
}

.p-quality-title__sub {
  text-align: left;
}

.p-quality-title__main {
  text-align: left;
  color: #fff;
}

.p-quality__desc {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-quality__desc {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-quality__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-left: 0.1875rem solid #125594;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-quality__note {
    border-left-width: 2px;
    padding-inline: 12px;
  }
}

.p-quality__note-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-quality__note-text {
    font-size: 11px;
    line-height: 1.6;
  }
}

.p-quality__list {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  padding: 2.5rem;
  width: 42.625rem;
}
@media screen and (max-width: 767px) {
  .p-quality__list {
    width: 100%;
    padding: 20px;
  }
}

.p-quality__list-title {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #000;
  padding-inline: 1.25rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-quality__list-title {
    font-size: 16px;
    padding-inline: 0;
    padding-bottom: 16px;
  }
}

.p-quality__list-items {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-quality__list-items {
    grid-template-rows: none;
    grid-auto-flow: row;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.p-quality__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  padding-block: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-quality__list-item {
    gap: 10px;
    padding-block: 8px;
    font-size: 14px;
  }
}

.p-quality__list-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-quality__list-icon {
    width: 18px;
    height: 18px;
  }
}

.p-window__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.125rem;
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-window__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 32px;
    padding-block: 50px;
  }
}

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

.p-window__visual img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.25);
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-window__visual img {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  }
}

.p-window__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.5rem;
  width: 52.5rem;
}
@media screen and (max-width: 767px) {
  .p-window__content {
    gap: 24px;
    width: 100%;
  }
}

.p-window__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-window__head {
    gap: 16px;
  }
}

.p-window-title__wrap {
  margin-top: 0;
}

.p-window-title__sub {
  text-align: left;
}

.p-window-title__main {
  margin-top: 1.25rem;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-window-title__main {
    margin-top: 10px;
  }
}

.p-window-title__accent {
  color: #00b8d3;
  font-weight: 700;
}

.p-window__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-window__text {
    gap: 12px;
  }
}

.p-window__desc {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-window__desc {
    font-size: 13px;
    line-height: 1.6;
  }
}

.p-window__desc--bold {
  font-weight: bold;
}

.p-window__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-window__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px;
    margin-inline: auto;
  }
}

.p-window__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.875rem;
  border: 1px solid #ebebeb;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-window__feature {
    gap: 12px;
    padding: 16px 20px;
  }
}

.p-window__feature-title {
  margin: 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-window__feature-title {
    font-size: 16px;
  }
}

.p-window__feature-desc {
  margin: 0;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-window__feature-desc {
    font-size: 13px;
    line-height: 1.6;
  }
}

.p-flow {
  background: #f9fafc;
}

.p-flow__inner {
  padding-inline: 15.6875rem;
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-flow__list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 30px;
  }
}

.p-flow__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-flow__num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.1875rem;
  width: 27.5625rem;
  background: #00b8d3;
  color: #fff;
  padding-block: 1.875rem;
  padding-inline: 1.1875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__num {
    width: 100%;
    gap: 10px;
    padding: 16px 20px;
  }
}

.p-flow__num-index {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Advent Pro", sans-serif;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-flow__num-index {
    font-size: 26px;
  }
}

.p-flow__num-title {
  font-weight: bold;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-flow__num-title {
    font-size: 14px;
    white-space: normal;
  }
}

.p-flow__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding-block: 0.9375rem;
  padding-inline: 2.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__desc {
    padding: 12px 16px;
  }
}

.p-flow__desc p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-flow__desc p {
    font-size: 11px;
    line-height: 1.6;
  }
}

.p-flow__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -1.375rem;
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__arrow {
    margin-left: 0;
    padding-block: 4px;
  }
}

.p-flow__arrow img {
  display: block;
  width: 2.375rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__arrow img {
    width: 20px;
    height: 13px;
  }
}

.p-faq__inner {
  padding-inline: 25.1875rem 25.5625rem;
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

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

.p-qa-box {
  border: 1px solid #d8d6d6;
  padding: 1.875rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-qa-box {
    padding: 10px;
  }
}

.p-qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: none;
  border-bottom: 1px solid transparent;
  background: none;
  padding: 0;
  gap: 1.25rem;
  text-align: left;
  cursor: pointer;
  -webkit-transition:
    padding-bottom 0.3s ease,
    border-bottom-color 0.3s ease;
  transition:
    padding-bottom 0.3s ease,
    border-bottom-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-qa-box__head {
    gap: 10px;
  }
}

.p-qa-box.js-open .p-qa-box__head {
  padding-bottom: 1.875rem;
  border-bottom-color: #ebebeb;
}
@media screen and (max-width: 767px) {
  .p-qa-box.js-open .p-qa-box__head {
    padding-bottom: 16px;
  }
}

.p-qa-box__head-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-qa-box__head-text {
    font-size: 15px;
  }
}

.p-qa-box__head-num {
  color: #00b8d3;
  font-weight: 700;
}

.p-qa-box__head-chevron {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-qa-box__head-chevron {
    width: 16px;
    height: 16px;
  }
}

.p-qa-box.js-open .p-qa-box__head-chevron {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-qa-box__body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.p-qa-box__a {
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-qa-box__a {
    padding-top: 16px;
  }
}

.p-qa-box__a-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-qa-box__a-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-contact {
  background: #eceef0;
}

.p-contact__inner {
  padding-inline: 19.3125rem;
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-contact__contents {
  margin-top: 5rem;
  background: #fff;
  padding: 5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__contents {
    margin-top: 50px;
    padding: 20px;
  }
}

.p-contact__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.9375rem;
  -moz-column-gap: 2.9375rem;
  column-gap: 2.9375rem;
  row-gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__fields {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 24px;
  }
}

.p-contact__field--full {
  grid-column: 1/-1;
}

.p-contact__field--divider {
  padding-top: 2.5rem;
  border-top: 1px solid #d8d6d6;
}
@media screen and (max-width: 767px) {
  .p-contact__field--divider {
    padding-top: 24px;
  }
}

.p-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-form-field {
    gap: 8px;
  }
}

.p-form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

.p-form-field__label {
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-form-field__label {
    font-size: 15px;
  }
}

.p-form-field__tag {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #d83636;
}
@media screen and (max-width: 767px) {
  .p-form-field__tag {
    font-size: 11px;
  }
}

.p-form-field__item {
  width: 100%;
}

.p-form-text {
  display: block;
  width: 100%;
  height: 3.75rem;
  border: 1px solid #d8d6d6;
  padding-inline: 1rem;
  font-size: 1.5rem;
  color: #000;
}
.p-form-text::-webkit-input-placeholder {
  color: #d8d6d6;
}
.p-form-text::-moz-placeholder {
  color: #d8d6d6;
}
.p-form-text:-ms-input-placeholder {
  color: #d8d6d6;
}
.p-form-text::-ms-input-placeholder {
  color: #d8d6d6;
}
.p-form-text::placeholder {
  color: #d8d6d6;
}
@media screen and (max-width: 767px) {
  .p-form-text {
    height: 44px;
    padding-inline: 12px;
    font-size: 14px;
  }
}

.p-form-textarea {
  display: block;
  width: 100%;
  height: 15.9375rem;
  border: 1px solid #d8d6d6;
  padding: 1.5625rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  resize: vertical;
}
.p-form-textarea::-webkit-input-placeholder {
  color: #d8d6d6;
}
.p-form-textarea::-moz-placeholder {
  color: #d8d6d6;
}
.p-form-textarea:-ms-input-placeholder {
  color: #d8d6d6;
}
.p-form-textarea::-ms-input-placeholder {
  color: #d8d6d6;
}
.p-form-textarea::placeholder {
  color: #d8d6d6;
}
@media screen and (max-width: 767px) {
  .p-form-textarea {
    height: 160px;
    padding: 16px 12px;
    font-size: 14px;
  }
}

.p-contact__group-heading {
  margin: 0;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-contact__group-heading {
    font-size: 15px;
  }
}

.p-contact__checkboxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 0.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__checkboxes {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.p-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
  cursor: pointer;
}

.p-form-checkbox__input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  accent-color: #000;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox__input {
    width: 18px;
    height: 18px;
  }
}

.p-form-checkbox__text {
  font-size: 1.5rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox__text {
    font-size: 14px;
  }
}

.p-form-checkbox--chip {
  gap: 1.25rem;
  background: #eceef0;
  border: 1px solid #d8d6d6;
  padding-block: 0.9375rem;
  padding-inline: 1.875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox--chip {
    gap: 10px;
    padding: 12px 16px;
  }
}

.p-contact__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy {
    gap: 12px;
    margin-top: 32px;
  }
}

.p-contact__privacy-text {
  margin: 0;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-text {
    font-size: 12px;
    line-height: 1.6;
  }
}

.p-contact__privacy .p-form-checkbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-contact__privacy .p-form-checkbox__input {
  width: 2.0625rem;
  height: 2.0625rem;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy .p-form-checkbox__input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
}

/* CF7 acceptance フィールド内部レイアウト */
.p-contact__privacy .wpcf7-acceptance {
  width: auto !important;
  height: auto !important;
}

.p-contact__privacy .wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
  padding: 0 !important;
}

.p-contact__privacy .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.875rem;
  cursor: pointer;
}

.p-contact__privacy .wpcf7-acceptance input[type="checkbox"] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.0625rem;
  height: 2.0625rem;
  min-width: 2.0625rem;
  margin: 0.375rem 0 0;
  cursor: pointer;
  accent-color: #000;
}

@media screen and (max-width: 767px) {
  .p-contact__privacy .wpcf7-acceptance input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px;
  }
}

.p-contact__privacy .p-form-checkbox__text {
  font-size: 1.25rem;
  line-height: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy .p-form-checkbox__text {
    font-size: 12px;
    line-height: 1.6;
  }
}

.p-contact__privacy-link {
  color: #000;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-contact__privacy-link:hover {
    opacity: 0.7;
  }
}

.p-contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__button {
    margin-top: 24px;
  }
}

.p-footer {
  background: #324244;
}

.p-footer__inner {
  padding-inline: 12.9375rem 12.5625rem;
  padding-top: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 20px;
    padding-block: 40px 24px;
  }
}

.p-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

.p-footer__brand {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5rem;
  width: 18.8125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__brand {
    width: 100%;
    gap: 32px;
    margin-top: 0;
  }
}

.p-footer__logo {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 70%;
  }
}

.p-footer__brand-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.8125rem;
}

.p-footer__brand-label {
  margin: 0;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.6px;
  color: #d8d6d6;
}
@media screen and (max-width: 767px) {
  .p-footer__brand-label {
    font-size: 14px;
  }
}

.p-footer__brand-link {
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 767px) {
  .p-footer__brand-link {
    font-size: 15px;
  }
}

.p-footer__col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18.4375rem;
  margin-left: 10.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__col {
    width: 100%;
    margin-left: 0;
  }
}

.p-footer__col--contents {
  margin-top: 0;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__col--contents {
    margin-top: 0;
    margin-left: 0;
  }
}

.p-footer__col--follow {
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__col--follow {
    margin-left: 0;
  }
}

.p-footer__heading {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #aaa;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.6px;
  color: #fff;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__heading {
    padding-bottom: 16px;
    font-size: 14px;
  }
}

.p-footer__address {
  margin: 1.875rem 0 0;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.6;
  }
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-footer__links {
    margin-top: 16px;
    gap: 6px;
  }
}

.p-footer__links a {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #fff;
}
@media (any-hover: hover) {
  .p-footer__links a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__links a {
    font-size: 13px;
    line-height: 20px;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    margin-top: 16px;
    gap: 10px;
  }
}

.p-footer__sns-link {
  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 (any-hover: hover) {
  .p-footer__sns-link:hover {
    opacity: 0.7;
  }
}

.p-footer__sns-link img {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sns-link img {
    width: 16px;
    height: 16px;
  }
}

.p-footer__sns-link span {
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__sns-link span {
    font-size: 13px;
  }
}

.p-footer__copyright {
  margin: 14.0625rem 0 0;
  text-align: center;
  font-size: 0.625rem;
  letter-spacing: 0.4px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 32px;
    font-size: 10px;
  }
}

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

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

/* CF7 ハニーポット・非表示フィールド */
.wpcf7 fieldset.hidden-fields-container {
  display: none !important;
}

/* CF7 スクリーンリーダー用レスポンス - wp_head()未使用のため手動でCF7デフォルトCSSを適用 */
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  word-break: normal !important;
}

/* CF7 バリデーションエラーテキスト */
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.875rem;
  display: block;
  margin-top: 0.25rem;
}

/* CF7 レスポンス出力 - 初期状態は非表示 */
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 0.5rem 1rem;
  border: 2px solid #ffb900;
  border-radius: 4px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

/* CF7 チェックボックス チップレイアウト */
.p-contact__checkboxes .wpcf7-form-control-wrap {
  display: block;
  grid-column: 1 / -1;
  width: 100%;
}

.p-contact__checkboxes .wpcf7-checkbox {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 0.875rem;
  width: 100%;
}

.p-contact__checkboxes .wpcf7-list-item {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

.p-contact__checkboxes .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  background: #eceef0;
  border: 1px solid #d8d6d6;
  padding-block: 0.9375rem;
  padding-inline: 1.875rem;
  cursor: pointer;
  word-break: normal !important;
  overflow-wrap: normal !important;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-contact__checkboxes .wpcf7-list-item input[type="checkbox"] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  margin: 0;
  accent-color: #000;
  cursor: pointer;
}

.p-contact__checkboxes .wpcf7-list-item-label {
  font-size: 1.5rem;
  color: #000;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

@media screen and (max-width: 767px) {
  .p-contact__checkboxes .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }

  .p-contact__checkboxes .wpcf7-list-item-label {
    font-size: 14px;
  }
}

/* 送信ボタン */
.p-submit-btn {
  cursor: pointer;
}

.p-submit-btn input[type="submit"] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.p-submit-btn .c-btn__icon {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-submit-btn input[type="submit"] {
    font-size: 14px;
  }
}
.wpcf7-spinner {
  display: none !important;
}

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