@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #252525;
  overflow-x: hidden;
  width: 100%;
}

body {
  position: relative;
  padding-top: 83px;
}
body.fixed {
  overflow: hidden;
}

a {
  color: #252525;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-en {
  font-family: "Bebas Neue", sans-serif;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

.c-btn {
  display: inline-block;
  background-color: #f22f47;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s;
}
.c-btn:hover {
  opacity: 0.8;
  color: #ffffff;
}
.c-btn--white {
  background-color: #ffffff;
  color: #021b3f;
}
.c-btn--white:hover {
  color: #021b3f;
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.25);
  padding-top: 0;
  padding-bottom: 0;
}
.p-header__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 83px;
  padding-left: 16px;
}
.p-header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.p-header__logo-img {
  width: 63px;
  height: 63px;
  object-fit: contain;
  flex-shrink: 0;
}
.p-header__logo-name {
  font-size: 16px;
  font-weight: 700;
  color: #021b3f;
  white-space: nowrap;
}
.p-header__right {
  display: flex;
  align-items: stretch;
}
.p-header__cta {
  display: flex;
  align-items: center;
  gap: 18px;
  background-color: #f22f47;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 0 61px 0 31px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s;
  position: relative;
}
.p-header__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  width: 22px;
  height: 22px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header__cta:hover {
  opacity: 0.85;
  color: #ffffff;
}
.p-header__cta-icon {
  width: 30px;
}
.p-header__tel-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 24px;
  padding-right: 33px;
}
.p-header__tel-icon {
  width: 36px;
}
.p-header__tel-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-header__tel {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #f22f47;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.p-header__tel:hover {
  opacity: 0.8;
}
.p-header__hours {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #f22f47;
  text-align: center;
}

/*===========================================================================*/
/*  sp-bar（PCでは非表示）  */
/*===========================================================================*/
.p-sp-bar {
  display: none;
}

/*===========================================================================*/
/*  hero  */
/*===========================================================================*/
.p-hero {
  position: relative;
  overflow: hidden;
  background: url(../img/mv-bg.webp) no-repeat center center/cover;
  padding-top: 55px;
  padding-bottom: 70px;
}
.p-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-hero__content {
  flex: 1;
  position: relative;
}
.p-hero__badges {
  display: block;
  margin-top: min(4.453125vw, 57px);
  width: 48.08%;
}
.p-hero__image {
  display: block;
  max-width: 1116px;
}
.p-hero__image img {
  width: 100%;
}
.p-hero__illust {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43.25%;
}

/*===========================================================================*/
/*  problem  */
/*===========================================================================*/
.p-problem {
  padding-top: 94px;
  padding-bottom: 46px;
  background-color: #d8f2fe;
  overflow: hidden;
}
.p-problem__inner {
  position: relative;
}
.p-problem__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  font-size: 200px;
  color: #ffffff;
  white-space: nowrap;
  line-height: 1;
  pointer-events: none;
  opacity: 0.4;
  z-index: -1;
}
.p-problem__head {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 47px;
}
.p-problem__title {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.4;
}
.p-problem__title .--red {
  color: #f22f47;
}
.p-problem__title .--big {
  font-size: 46px;
  line-height: 1.4;
}
.p-problem__title .--dot {
  position: relative;
}
.p-problem__title .--dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #f22f47;
  border-radius: 50%;
}
.p-problem__image {
  display: block;
  max-width: 1042px;
  margin: 0 auto;
  filter: drop-shadow(0 8px 30px rgba(72, 194, 255, 0.4));
  margin-bottom: 16px;
}
.p-problem__resolve {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-problem__resolve-catch {
  font-size: 40px;
  font-weight: 900;
  line-height: 135%;
  margin-bottom: 5px;
}
.p-problem__resolve-main {
  font-size: 60px;
  font-weight: 900;
  line-height: 135%;
}
.p-problem__resolve-main .--small {
  font-size: 50px;
}
.p-problem__resolve-em {
  font-style: normal;
  background: linear-gradient(108deg, #48C2FF 8.55%, #0556A5 99.33%);
  padding: 3px 6px 10px;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.p-problem__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  margin-top: 29px;
}

/*===========================================================================*/
/*  cta  */
/*===========================================================================*/
.p-cta {
  padding-top: 52px;
  padding-bottom: 52px;
  background: url(../img/cta-bg.webp) no-repeat center center/cover;
  text-align: center;
}
.p-cta__title {
  position: relative;
  z-index: 1;
}
.p-cta__title span {
  padding: 1px 47px 5px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-cta__title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f22f47;
  z-index: -1;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}
.p-cta__title picture {
  display: block;
  margin: 5px auto 0;
  max-width: 563px;
}
.p-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 37px;
}
@media (max-width: 1000px) {
  .p-cta__button {
    gap: 20px;
  }
}
.p-cta__button-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  max-width: 450px;
  height: 140px;
  border-radius: 12px;
  border: 2px solid #FFF;
  background: #F22F47;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset, 0 9px 10px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
@media (max-width: 1000px) {
  .p-cta__button-cta {
    font-size: 24px;
  }
}
.p-cta__button-cta span {
  margin-top: -4px;
}
.p-cta__button-cta:hover {
  transform: translateY(6px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset, 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.p-cta__button-icon {
  width: 41.333px;
  height: auto;
}
.p-cta__button-icon--tel {
  width: 47px;
}
.p-cta__button-arrow {
  width: 33px;
  height: auto;
}
.p-cta__button-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 100%;
  max-width: 450px;
  height: 140px;
  border-radius: 12px;
  border: 2px solid #FFF;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset, 0 9px 10px 0 rgba(0, 0, 0, 0.35);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.p-cta__button-tel:hover {
  transform: translateY(6px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset, 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.p-cta__button-tel-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.p-cta__button-tel-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.p-cta__button-tel-num {
  font-size: 55px;
  font-weight: 700;
  color: #f22f47;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media (max-width: 1000px) {
  .p-cta__button-tel-num {
    font-size: 45px;
  }
}
.p-cta__button-tel-hours {
  border-radius: 9999px;
  background: #F22F47;
  padding: 3px 19px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

/*===========================================================================*/
/*  factoring  */
/*===========================================================================*/
.p-factoring {
  padding-top: 111px;
  padding-bottom: 142px;
}
.p-factoring__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-factoring__head__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  font-size: 200px;
  color: #E1E1E1;
  white-space: nowrap;
  line-height: 1;
  pointer-events: none;
  opacity: 0.3;
  z-index: -1;
}
.p-factoring__head__ja {
  display: inline-block;
  font-size: 60px;
  font-weight: 800;
  background: linear-gradient(92deg, #48C2FF 1.01%, #0556A5 35.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.p-factoring__head__ja .--big {
  font-size: 70px;
}
.p-factoring__head__ja .--big::before {
  content: "(売掛債権買取)";
  position: absolute;
  top: 100%;
  left: 38%;
  transform: translateX(-50%);
  background: initial;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #0556A5;
  font-size: 20px;
  font-weight: 800;
}
.p-factoring__lead {
  margin-top: 80px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 165%;
}
.p-factoring__lead span {
  position: relative;
}
.p-factoring__lead span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4em;
  background-color: #FFE605;
  z-index: -1;
}
.p-factoring__content {
  position: relative;
  margin-top: 79px;
}
.p-factoring__content__img {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 196px;
  height: auto;
}
.p-factoring__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1250px) {
  .p-factoring__points {
    gap: 20px;
  }
}
.p-factoring__point {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  position: relative;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 8px 30px 0 rgba(72, 194, 255, 0.5);
  padding: 25px 0;
  min-height: 147px;
}
.p-factoring__point svg {
  width: 36px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-factoring__point p {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.p-factoring__point p span {
  color: #F22F47;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
}
@media (max-width: 1250px) {
  .p-factoring__point p span {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .p-factoring__point p {
    font-size: 14px;
  }
}
.p-factoring__point p.p-factoring__point-ref {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #707070;
}
@media (max-width: 1250px) {
  .p-factoring__point p.p-factoring__point-ref {
    font-size: 12px;
  }
}

/*===========================================================================*/
/*  scheme  */
/*===========================================================================*/
.p-scheme {
  padding-top: 153px;
  padding-bottom: 130px;
  background: url(../img/scheme-bg.webp) no-repeat center bottom/cover;
  position: relative;
  overflow: hidden;
}
.p-scheme::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 392px;
  height: 98px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.p-scheme__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-scheme__head__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 200px;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  pointer-events: none;
  opacity: 0.12;
  z-index: -1;
}
.p-scheme__head__ja {
  display: inline-block;
  font-size: 60px;
  font-weight: 800;
  color: #ffffff;
  position: relative;
}
.p-scheme__head__ja .--big {
  font-size: 70px;
}
.p-scheme__diagrams {
  margin-top: 84px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
.p-scheme__diagrams li {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 8px 30px 0 rgba(5, 86, 165, 0.5);
  position: relative;
  padding: 93px 21px 22px;
}
.p-scheme__diagrams li p {
  border-radius: 4px;
  background: #0556A5;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 14px 0 14px;
  width: 230px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  line-height: 145%;
  letter-spacing: 0.02em;
}
.p-scheme__diagrams li p .--big {
  font-size: 32px;
}
.p-scheme__diagrams li p .--big .u-en {
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-weight: 600;
}

/*===========================================================================*/
/*  merits  */
/*===========================================================================*/
.p-merits {
  padding-top: 130px;
  padding-bottom: 110px;
  position: relative;
}
.p-merits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 302px;
  background: linear-gradient(180deg, #95DCFF 0%, #FFF 100%);
}
.p-merits .l-inner {
  position: relative;
  z-index: 1;
}
.p-merits__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-merits__head__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 200px;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  pointer-events: none;
  opacity: 0.3;
  z-index: -1;
}
.p-merits__head__ja {
  display: inline-block;
  font-size: 60px;
  font-weight: 800;
  color: #ffffff;
  position: relative;
  background: linear-gradient(92deg, #48C2FF 1.01%, #0556A5 35.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-merits__head__ja .--big {
  font-size: 70px;
}
.p-merits__head__ja .--red {
  background: initial;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #F22F47;
}
.p-merits__head__ja .--red .u-en {
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1000px) {
  .p-merits__head__ja {
    font-size: 50px;
  }
  .p-merits__head__ja .--big {
    font-size: 60px;
  }
  .p-merits__head__ja .--red .u-en {
    font-size: 120px;
  }
}
.p-merits__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(5.72vw, 71px) min(3.54vw, 44px);
  margin-top: 107px;
}
.p-merits__illust {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30.5%;
  height: auto;
}
.p-merits__item {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 10px 30px 0 rgba(72, 194, 255, 0.4);
  padding: 40px 20px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 22px;
  text-align: left;
  position: relative;
}
.p-merits__no {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: min(6.45vw, 80px);
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.02em;
  color: #f22f47;
  transform: translateY(-50%);
}
.p-merits__title {
  color: #0B73B3;
  font-size: min(2.5vw, 32px);
  line-height: 140%;
  font-weight: 700;
}
.p-merits__title span {
  line-height: 1;
  padding: 2px 3px 6px;
  display: inline-block;
  color: #fff;
  background: linear-gradient(108deg, #48C2FF 8.55%, #0556A5 99.33%);
}
.p-merits__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
}
.p-merits__text span {
  font-size: 13px;
  font-weight: 500;
  line-height: 165%;
}

/*===========================================================================*/
/*  strengths（強み）  */
/*===========================================================================*/
.p-strengths {
  padding-top: 130px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}
.p-strengths::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(../img/feature-bg.webp) no-repeat center bottom/cover;
}
.p-strengths__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-strengths__head__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 200px;
  color: #F5F5F5;
  white-space: nowrap;
  line-height: 1;
  pointer-events: none;
  z-index: -1;
}
.p-strengths__head__ja {
  display: inline-block;
  font-size: 60px;
  font-weight: 800;
  background: linear-gradient(92deg, #48C2FF 1.01%, #0556A5 35.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.p-strengths__head__ja .--big {
  font-size: 70px;
}
.p-strengths__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 91px 40px;
  margin-top: 123px;
}
.p-strengths__item {
  width: 340px;
  border-radius: 6px;
  background: #FFF;
  border: 2px solid #FFF;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.21) inset, 0 5px 20px 0 #48C2FF;
  padding: 60px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.p-strengths__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #0B73B3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-strengths__icon.--1 svg {
  width: 67px;
}
.p-strengths__icon.--2 svg {
  width: 38px;
}
.p-strengths__icon.--3 svg {
  width: 48px;
}
.p-strengths__icon.--4 img {
  width: 57px;
}
.p-strengths__icon.--5 svg {
  width: 62px;
}
.p-strengths__title {
  color: #0B73B3;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 15px;
}
.p-strengths__title .--red {
  color: #f22f47;
}
.p-strengths__title .--big {
  font-size: 44px;
  font-weight: 700;
}
.p-strengths__text {
  color: #0B73B3;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

/*===========================================================================*/
/*  reviews（実際の導入企業の声）  */
/*===========================================================================*/
.p-reviews {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
.p-reviews__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-reviews__head__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 200px;
  color: #F5F5F5;
  white-space: nowrap;
  line-height: 1;
  pointer-events: none;
  z-index: -1;
}
.p-reviews__head__ja {
  display: inline-block;
  font-size: 60px;
  font-weight: 800;
  background: linear-gradient(92deg, #48C2FF 1.01%, #0556A5 35.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-reviews__head__ja .--big {
  font-size: 70px;
}
.p-reviews .swiper {
  overflow: visible;
}
.p-reviews .swiper .swiper-wrapper {
  align-items: stretch;
}
.p-reviews .swiper .swiper-slide {
  height: auto;
}
.p-reviews__slider {
  margin-top: 84px;
  overflow: visible;
}
.p-reviews__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-reviews__card {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(72, 194, 255, 0.5);
  padding: 46px 35px 20px;
  min-height: 450px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .p-reviews__card {
    padding: 46px 20px 20px;
  }
}
.p-reviews__tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0B73B3;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  width: 180px;
  height: 40px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-reviews__title {
  margin-top: 26px;
  color: #252525;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 21px;
}
.p-reviews__title .--red {
  color: #f22f47;
}
@media (max-width: 1200px) {
  .p-reviews__title {
    font-size: 20px;
  }
}
.p-reviews__quote {
  color: #252525;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  flex: 1;
  position: relative;
  z-index: 1;
}
.p-reviews__quote::before {
  content: "";
  position: absolute;
  top: -26px;
  left: -15px;
  background: url(../img/quote.svg) no-repeat center center/contain;
  aspect-ratio: 50/43;
  width: 50px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .p-reviews__quote {
    font-size: 15px;
  }
}
.p-reviews__nav-row {
  display: none;
}
.p-reviews__pagination {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto !important;
}
.p-reviews__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 !important;
  transition: background 0.3s;
}
.p-reviews__pagination .swiper-pagination-bullet-active {
  background: #0B73B3;
}
.p-reviews__nav {
  position: static !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: #0B73B3;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: opacity 0.3s;
}
.p-reviews__nav::after {
  content: "" !important;
  display: block;
  width: 10px;
  height: 15px;
  background: url(../img/chevron.svg) no-repeat center center/contain;
  font-size: 0;
}
.p-reviews__nav--next::after {
  transform: scaleX(-1);
}
.p-reviews__target {
  margin-top: 115px;
  border-radius: 6px;
  border: 4px solid #0B73B3;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 89px;
  padding-bottom: 69px;
  padding-left: 111px;
}
.p-reviews__target-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0B73B3;
  color: #FFF;
  font-size: 26px;
  font-weight: 800;
  padding: 7px 58px 11px;
  border-radius: 9999px;
  white-space: nowrap;
}
.p-reviews__target-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.p-reviews__target-list li {
  display: flex;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  color: #252525;
}
.p-reviews__target-list li svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
}
.p-reviews__target-list li > span {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 39px); /* svg幅30px + gap9px */
}
.p-reviews__target-list li .--marker {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(to bottom, transparent 0, transparent 1.05em, #FFE605 1.05em, #FFE605 1.45em);
  background-size: 100% 1.45em;
  background-repeat: repeat-y;
}
.p-reviews__target-list li .--small {
  font-size: 16px;
}
.p-reviews__target-list li:last-child {
  margin-bottom: 0;
}
.p-reviews__check {
  color: #f22f47;
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

/*===========================================================================*/
/*  FEATURES  */
/*===========================================================================*/
.p-features {
  padding-top: 179px;
  padding-bottom: 128px;
  overflow: hidden;
  position: relative;
}
.p-features::before {
  content: "";
  position: absolute;
  width: 965px;
  height: 965px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(129, 213, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 54.33%);
  left: 50%;
  bottom: -380px;
  transform: translateX(-50%);
  z-index: -1;
}
.p-features__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-features__head__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  color: #F5F5F5;
  font-family: "Bebas Neue", sans-serif;
  font-size: 190px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  z-index: -1;
}
.p-features__head__ja {
  display: inline-block;
  font-size: 70px;
  font-weight: 800;
  color: #ffffff;
  position: relative;
  background: linear-gradient(92deg, #48C2FF 1.01%, #0556A5 35.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-features__head__ja::before {
  content: "";
  aspect-ratio: 220/58;
  background: url(../img/feature-title.webp) no-repeat center center/contain;
  position: absolute;
  width: 220px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.25));
}
.p-features__lead {
  margin-top: 55px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.p-features__lead .--red {
  color: #f22f47;
}
.p-features__lead .--marker {
  position: relative;
}
.p-features__lead .--marker::before {
  content: "";
  background: #FFE605;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4em;
  z-index: -1;
}
.p-features__lead .--dot {
  position: relative;
}
.p-features__lead .--dot::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f22f47;
}
.p-features__image {
  display: block;
  margin-top: 50px;
}
.p-features__content {
  text-align: center;
}
.p-features__content__catch {
  color: #0B73B3;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 165%;
  display: inline-block;
  position: relative;
}
.p-features__content__catch::before, .p-features__content__catch::after {
  content: "";
  position: absolute;
  top: 0.2em;
  aspect-ratio: 65/51;
  width: 36px;
  background: url(../img/icon.png) no-repeat center center/contain;
}
.p-features__content__catch::before {
  right: calc(100% + 10px);
}
.p-features__content__catch::after {
  left: calc(100% + 10px);
  transform: scale(-1);
}
.p-features__content__title {
  color: #0B73B3;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 165%;
}
.p-features__content__title .--small {
  font-size: 40px;
}
.p-features__content__title .--bg {
  background: linear-gradient(108deg, #48C2FF 8.55%, #0556A5 99.33%);
  color: #fff;
  padding: 0 5px 0;
}
.p-features__content__text {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 165%;
  text-align: center;
  color: #0B73B3;
}
.p-features__illust {
  display: block;
  margin-top: 36px;
  text-align: center;
}
.p-features__illust img {
  display: inline-block;
  width: 490px;
}
.p-features__text {
  margin-top: 36px;
  text-align: center;
  color: #0B73B3;
  font-size: 40px;
  font-weight: 900;
  line-height: 155%;
}
.p-features__text .--big {
  font-size: 50px;
}
.p-features__text .--red {
  color: #f22f47;
}
.p-features__text .--bg {
  background: linear-gradient(108deg, #48C2FF 8.55%, #0556A5 99.33%);
  color: #fff;
  padding: 0 5px 0;
  display: inline-block;
  margin-top: 5px;
}

/*===========================================================================*/
/*  FLOW（ご利用の流れ）  */
/*===========================================================================*/
.p-flow {
  padding-top: 153px;
  padding-bottom: 137px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, #D7F2FF 0%, rgba(232, 247, 255, 0) 100%);
}
.p-flow__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-flow__head__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 190px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  z-index: -1;
}
.p-flow__head__ja {
  display: inline-block;
  font-size: 70px;
  font-weight: 800;
  color: #ffffff;
  position: relative;
  background: linear-gradient(92deg, #48C2FF 1.01%, #0556A5 35.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-flow__head__ja::before {
  content: "";
  aspect-ratio: 220/58;
  background: url(../img/flow-title.png) no-repeat center center/contain;
  position: absolute;
  width: 220px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.25));
}
.p-flow__image {
  display: block;
  margin-top: 68px;
  text-align: center;
}
.p-flow__image img {
  display: inline-block;
}

/*===========================================================================*/
/*  FAQ  */
/*===========================================================================*/
.p-faq {
  padding-top: 120px;
  padding-bottom: 150px;
  overflow: hidden;
  position: relative;
}
.p-faq__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-faq__head__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f5f5f5;
  font-family: "Bebas Neue", sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  z-index: -1;
}
.p-faq__head__ja {
  display: inline-block;
  font-size: 70px;
  font-weight: 800;
  color: #ffffff;
  position: relative;
  background: linear-gradient(92deg, #48C2FF 1.01%, #0556A5 35.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 56px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.p-faq__item {
  border-radius: 8px;
  background: #0B73B3;
  box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 14px;
  overflow: hidden;
  padding: 20px;
}
.p-faq__item:last-child {
  margin-bottom: 0;
}
.p-faq__question {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background 0.3s;
}
.p-faq__q {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-faq__q img {
  width: 68px;
}
.p-faq__question-text {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.55;
}
.p-faq__toggle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: transform 0.3s;
}
.p-faq__toggle img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.p-faq__item.is-open .p-faq__toggle {
  transform: rotate(45deg);
}
.p-faq__answer {
  margin-top: 23px;
  border-radius: 4px;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 23px 27px 33px;
}
.p-faq__answer svg {
  width: 32px;
  height: auto;
}
.p-faq__answer-text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #252525;
}

/*===========================================================================*/
/*  COMPANY（会社概要）  */
/*===========================================================================*/
.p-company {
  padding-top: 109px;
  padding-bottom: 92px;
  overflow: hidden;
  position: relative;
  background: #021B3F;
}
.p-company__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-company__head__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  color: #EDEDED;
  opacity: 0.03;
  font-family: "Bebas Neue", sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  z-index: -1;
}
.p-company__head__ja {
  display: inline-block;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.p-company__body {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 68px;
}
.p-company__info {
  flex: 1;
  margin: 0;
  padding: 0;
  max-width: 570px;
}
.p-company__row {
  display: flex;
  align-items: baseline;
  padding: 30px 0 38px;
  position: relative;
}
.p-company__row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.p-company__row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: #ffffff;
  z-index: 1;
}
.p-company__label {
  flex-shrink: 0;
  width: 154px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.p-company__value {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0;
}
.p-company__value a {
  color: #ffffff;
}
.p-company__map {
  flex-shrink: 0;
  width: 490px;
  height: 490px;
  overflow: hidden;
}
.p-company__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*===========================================================================*/
/*  THANKS（サンクスページ）  */
/*===========================================================================*/
.p-thanks {
  padding-top: 78px;
  padding-bottom: 100px;
  text-align: center;
}
.p-thanks__head {
  position: relative;
  z-index: 1;
}
.p-thanks__head__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #E1E1E1;
  opacity: 0.3;
  font-family: "Bebas Neue", sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  z-index: -1;
  white-space: nowrap;
}
.p-thanks__head__ja {
  display: inline-block;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.45;
  background: linear-gradient(147deg, #48C2FF 0%, #0556A5 73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-thanks__message {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  color: #252525;
  margin-top: 40px;
}
.p-thanks__actions {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
.p-thanks__action {
  text-align: center;
}
.p-thanks__action-label {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.65;
  color: #252525;
  margin-bottom: 16px;
}
.p-thanks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 450px;
  height: 104px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.35), inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.p-thanks__btn:hover {
  color: #ffffff;
  transform: translateY(4px);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35), inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.p-thanks__btn:active {
  transform: translateY(6px);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35), inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.p-thanks__btn svg {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
}
.p-thanks__btn--red {
  background: #f22f47;
}
.p-thanks__btn--green {
  background: #16DB00;
}

/*===========================================================================*/
/*  FORM（申込フォーム）  */
/*===========================================================================*/
.p-form-hero {
  padding-top: 78px;
  padding-bottom: 0;
}
.p-form-hero__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-form-hero__head__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #E1E1E1;
  opacity: 0.3;
  font-family: "Bebas Neue", sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  z-index: -1;
  white-space: nowrap;
}
.p-form-hero__head__ja {
  display: inline-block;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.45;
  background: linear-gradient(147deg, #48C2FF 0%, #0556A5 73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-form-hero__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
}
.p-form-hero__badge-corp {
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  color: #021433;
  border: 2px solid #f22f47;
  border-radius: 4px;
  padding: 2px 6px;
  line-height: 1.45;
}
.p-form-hero__badge-speed {
  font-size: 32px;
  font-weight: 800;
  color: #021433;
  line-height: 1.45;
}

.p-form {
  padding-top: 30px;
  padding-bottom: 100px;
}
.p-form__box {
  max-width: 930px;
  margin: 0 auto;
  background: #F3F3F3;
  border-radius: 20px;
  padding: 60px;
}
.p-form__field {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 45px;
}
.p-form__field:last-of-type {
  margin-bottom: 0;
}
.p-form__label-row {
  flex-shrink: 0;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 18px;
}
.p-form__label-row.pt-0 {
  padding-top: 0;
}
.p-form__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #021433;
}
.p-form__badge {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #f22f47;
  flex-shrink: 0;
}
.p-form__badge--optional {
  font-weight: 700;
}
.p-form__input-area {
  flex: 1;
}
.p-form__input-area.flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.p-form__input-area.flex .p-form__note--caution {
  margin-top: 0;
}
.p-form input[type=text],
.p-form input[type=tel],
.p-form input[type=email],
.p-form select {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  color: #021433;
  background: #ffffff;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
}
.p-form input[type=text]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form input[type=email]::placeholder,
.p-form select::placeholder {
  color: #A1A1A1;
}
.p-form input[type=text]:focus,
.p-form input[type=tel]:focus,
.p-form input[type=email]:focus,
.p-form select:focus {
  outline: none;
  border-color: #0b73b3;
}
.p-form__select-wrap {
  position: relative;
}
.p-form__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #021433;
  pointer-events: none;
}
.p-form__select-wrap select {
  padding-right: 45px;
}
.p-form__note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  color: #021433;
  margin: 8px 0 0;
}
.p-form__note--caution {
  font-weight: 400;
}
.p-form__checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.p-form__checkbox-label .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.p-form__checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.p-form__checkbox-label .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #021433;
}
.p-form__checkbox-label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  background: #ffffff;
  transition: background 0.2s, border-color 0.2s;
}
.p-form__checkbox-label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transition: border-color 0.2s;
}
.p-form__checkbox-label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #0b73b3;
  border-color: #0b73b3;
}
.p-form__checkbox-label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  border-color: #ffffff;
}
.p-form__checkbox-label a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.p-form__checkbox-icon {
  display: none;
}
.p-form__checkbox-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #021433;
}
.p-form__checkbox-text a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.p-form__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-form__submit-wrap {
  margin-top: 40px;
  text-align: center;
}
.p-form__submit {
  display: inline-block;
  position: relative;
}
.p-form__submit::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.9996 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 11.9996 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 11.9996 0ZM10.885 18.2611L8.81794 16.1936L13.0112 12L8.81794 7.80638L10.885 5.73933L17.146 12L10.885 18.2611Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.p-form__submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 450px;
  height: 84px;
  background: #0150C5;
  border: 2px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.35), inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  position: relative;
}
.p-form__submit-btn:hover {
  transform: translateY(4px);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35), inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.p-form__submit-btn:active {
  transform: translateY(6px);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35), inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.p-form__submit-btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.p-form .wpcf7-spinner {
  display: none !important;
}
.p-form .wpcf7-spinner::before {
  content: none !important;
}

/*===========================================================================*/
/*  PRIVACY POLICY  */
/*===========================================================================*/
.p-privacy-hero {
  padding-top: 78px;
  padding-bottom: 60px;
}
.p-privacy-hero__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-privacy-hero__head__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #E1E1E1;
  opacity: 0.3;
  font-family: "Bebas Neue", sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  z-index: -1;
  white-space: nowrap;
}
.p-privacy-hero__head__ja {
  display: inline-block;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.45;
  background: linear-gradient(147deg, #48C2FF 0%, #0556A5 73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-privacy {
  padding-bottom: 100px;
}
.p-privacy__body {
  max-width: 930px;
  margin: 0 auto;
}
.p-privacy__section {
  margin-bottom: 32px;
}
.p-privacy__section:last-child {
  margin-bottom: 0;
}
.p-privacy__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
  color: #252525;
  margin-bottom: 16px;
}
.p-privacy__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #252525;
  margin: 0;
}
.p-privacy__text + .p-privacy__text {
  margin-top: 0.5em;
}
.p-privacy__list {
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-left: 1.5em;
  margin-top: 16px;
}
.p-privacy__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #252525;
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
  padding-top: 32px;
  padding-bottom: 52px;
}
.p-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-footer__nav a {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.p-footer__copy {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 900px) {
  body {
    padding-top: 56px;
    padding-bottom: 49px;
  }
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline;
  }
  /*===========================================================================*/
  /*  header  */
  /*===========================================================================*/
  .p-header__inner {
    height: 56px;
  }
  .p-header__logo-img {
    width: 42px;
    height: 42px;
  }
  .p-header__logo-name {
    font-size: 10.7px;
  }
  .p-header__right {
    display: none;
  }
  /*===========================================================================*/
  /*  sp-bar（ページ下部固定）  */
  /*===========================================================================*/
  .p-sp-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    height: 49px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  }
  .p-sp-bar__tel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #ffffff;
    text-decoration: none;
  }
  .p-sp-bar__tel-icon {
    width: 21.093px;
    height: auto;
  }
  .p-sp-bar__tel-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
  }
  .p-sp-bar__tel-num {
    display: block;
    font-size: 24.609px;
    font-weight: 700;
    color: #f22f47;
    line-height: 1;
    letter-spacing: 0.01em;
  }
  .p-sp-bar__tel-hours {
    display: block;
    font-size: 7px;
    font-weight: 700;
    color: #f22f47;
  }
  .p-sp-bar__cta {
    flex: 0 0 53%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f22f47;
    color: #ffffff;
    font-size: 11.7px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
  }
  .p-sp-bar__cta:hover {
    color: #ffffff;
    opacity: 0.9;
  }
  .p-sp-bar__cta-icon {
    width: 18px;
    height: auto;
  }
  .p-sp-bar__cta-arrow {
    width: 12.89px;
    height: auto;
  }
  /*===========================================================================*/
  /*  hero  */
  /*===========================================================================*/
  .p-hero {
    padding-top: 25px;
    padding-bottom: 25px;
    background: url(../img/mv-bg-sp.webp) no-repeat center center/cover;
  }
  .p-hero__badges {
    width: 100%;
  }
  .p-hero__illust {
    width: 42%;
    bottom: 50%;
    right: -24px;
  }
  /*===========================================================================*/
  /*  problem  */
  /*===========================================================================*/
  .p-problem {
    padding-top: 45px;
    padding-bottom: 18px;
  }
  .p-problem__watermark {
    font-size: 80px;
    transform: translate(-50%, -50%);
  }
  .p-problem__head {
    margin-bottom: 27px;
  }
  .p-problem__title {
    font-size: 20px;
  }
  .p-problem__title .--red {
    font-size: 26px;
  }
  .p-problem__title .--big {
    font-size: 26px;
  }
  .p-problem__title .--dot {
    position: relative;
  }
  .p-problem__title .--dot::before {
    top: 0;
    width: 6px;
    height: 6px;
  }
  .p-problem__image {
    max-width: 350px;
  }
  .p-problem__resolve-catch {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .p-problem__resolve-main {
    font-size: 32px;
  }
  .p-problem__resolve-main .--small {
    font-size: 24px;
  }
  .p-problem__resolve-em {
    padding: 2px 4px 6px;
  }
  .p-problem__arrow {
    margin-top: 16px;
    gap: 7px;
  }
  .p-problem__arrow svg {
    width: 13px;
    height: auto;
  }
  /*===========================================================================*/
  /*  cta  */
  /*===========================================================================*/
  .p-cta {
    padding-top: 42px;
    padding-bottom: 57px;
    background: url(../img/cta-bg-sp.webp) no-repeat center center/cover;
  }
  .p-cta__title span {
    padding: 3px 32px 5px;
    font-size: 17px;
  }
  .p-cta__title span::before {
    border-radius: 2px;
  }
  .p-cta__title picture {
    display: block;
    margin: 5px auto 0;
    max-width: 380px;
  }
  .p-cta__button {
    flex-direction: column;
    gap: 23px;
    margin-top: 42px;
  }
  .p-cta__button-cta {
    gap: 20px;
    width: 100%;
    max-width: 350px;
    height: 100px;
    font-size: 19px;
  }
  .p-cta__button-cta span {
    margin-top: -2px;
  }
  .p-cta__button-icon {
    width: 32px;
  }
  .p-cta__button-icon--tel {
    width: 36px;
  }
  .p-cta__button-arrow {
    width: 22px;
  }
  .p-cta__button-tel {
    gap: 21px;
    max-width: 350px;
    height: 100px;
  }
  .p-cta__button-tel svg {
    width: 22px;
  }
  .p-cta__button-tel-inner {
    gap: 9px;
  }
  .p-cta__button-tel-info {
    gap: 1px;
  }
  .p-cta__button-tel-num {
    font-size: 44px;
  }
  .p-cta__button-tel-hours {
    width: 100%;
    text-align: center;
    border-radius: 9999px;
    background: #F22F47;
    padding: 3px 0 5px;
    font-size: 11px;
  }
  /*===========================================================================*/
  /*  factoring  */
  /*===========================================================================*/
  .p-factoring {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-factoring__head__en {
    transform: translate(-50%, -40%);
    font-size: 80px;
  }
  .p-factoring__head__ja {
    font-size: 22px;
  }
  .p-factoring__head__ja .--big {
    font-size: 28px;
  }
  .p-factoring__head__ja .--big::before {
    left: 38%;
    font-size: 14px;
  }
  .p-factoring__lead {
    margin-top: 32px;
    font-size: 15px;
  }
  .p-factoring__content {
    margin-top: 51px;
  }
  .p-factoring__content__img {
    position: absolute;
    bottom: calc(100% - 27px);
    right: -20px;
    width: 90px;
    z-index: 1;
  }
  .p-factoring__points {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .p-factoring__point {
    gap: 6px;
    padding: 30px 0;
    min-height: auto;
  }
  .p-factoring__point svg {
    width: 26px;
  }
  .p-factoring__point p {
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;
  }
  .p-factoring__point p span {
    font-size: 20px;
  }
  .p-factoring__point p.p-factoring__point-ref {
    font-size: 12px;
  }
  /*===========================================================================*/
  /*  scheme  */
  /*===========================================================================*/
  .p-scheme {
    padding-top: 70px;
    padding-bottom: 50px;
    background: url(../img/scheme-bg-sp.webp) no-repeat center bottom/cover;
  }
  .p-scheme::before {
    width: 159px;
    height: 32px;
  }
  .p-scheme__head__en {
    font-size: 80px;
  }
  .p-scheme__head__ja {
    font-size: 22px;
  }
  .p-scheme__head__ja .--big {
    font-size: 28px;
  }
  .p-scheme__diagrams {
    margin-top: 54px;
    grid-template-columns: repeat(1, 1fr);
    gap: 38px;
  }
  .p-scheme__diagrams li {
    padding: 46px 10px 12px;
  }
  .p-scheme__diagrams li p {
    top: -16px;
    padding: 5px 0 7px;
    width: 200px;
    font-size: 14px;
  }
  .p-scheme__diagrams li p .--big {
    font-size: 22px;
  }
  .p-scheme__diagrams li p .--big .u-en {
    font-size: 26px;
  }
  /*===========================================================================*/
  /*  merits  */
  /*===========================================================================*/
  .p-merits {
    padding-top: 45px;
    padding-bottom: 66px;
  }
  .p-merits::before {
    height: 100px;
  }
  .p-merits__head__en {
    transform: translate(-50%, -50%);
    font-size: 90px;
  }
  .p-merits__head__ja {
    font-size: 22px;
  }
  .p-merits__head__ja .--big {
    font-size: 28px;
  }
  .p-merits__head__ja .--red {
    color: #F22F47;
  }
  .p-merits__head__ja .--red .u-en {
    font-size: 50px;
  }
  .p-merits__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 29px;
  }
  .p-merits__illust {
    bottom: -66px;
    width: 146px;
    z-index: 1;
  }
  .p-merits__item {
    padding: 36px 20px 30px;
    gap: 17px;
  }
  .p-merits__no {
    font-size: 38px;
  }
  .p-merits__title {
    font-size: 22px;
  }
  .p-merits__text {
    font-size: 15px;
  }
  .p-merits__text span {
    font-size: 11px;
    margin-top: 10px;
    display: inline-block;
  }
  /*===========================================================================*/
  /*  strengths（強み）  */
  /*===========================================================================*/
  .p-strengths {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .p-strengths::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 620px;
    background: url(../img/feature-bg-sp.webp) no-repeat center bottom/cover;
  }
  .p-strengths__head__en {
    font-size: 80px;
    transform: translate(-50%, -40%);
  }
  .p-strengths__head__ja {
    font-size: 22px;
  }
  .p-strengths__head__ja .--big {
    font-size: 28px;
  }
  .p-strengths__list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 42px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
  }
  .p-strengths__item {
    padding: 18px 20px 18px 47px;
    align-items: flex-start;
    text-align: left;
    min-height: 120px;
  }
  .p-strengths__item:nth-child(1), .p-strengths__item:nth-child(2), .p-strengths__item:nth-child(3), .p-strengths__item:nth-child(4), .p-strengths__item:nth-child(5) {
    grid-column: 1;
  }
  .p-strengths__icon {
    width: 60px;
    height: 60px;
    left: 0;
    top: 50%;
    border: 3px solid #0B73B3;
  }
  .p-strengths__icon.--1 svg {
    width: 40px;
  }
  .p-strengths__icon.--2 svg {
    width: 23px;
  }
  .p-strengths__icon.--3 svg {
    width: 23px;
  }
  .p-strengths__icon.--4 img {
    width: 31px;
  }
  .p-strengths__icon.--5 svg {
    width: 37px;
  }
  .p-strengths__title {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .p-strengths__title .--big {
    font-size: 34px;
    line-height: 1;
  }
  .p-strengths__text {
    font-size: 14px;
    text-align: left;
  }
  /*===========================================================================*/
  /*  risk  */
  /*===========================================================================*/
  .p-risk {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-risk .c-section-head {
    margin-bottom: 20px;
  }
  .p-risk__lead {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .p-risk__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .p-risk__card {
    padding: 20px 16px;
  }
  .p-risk__card p {
    font-size: 13px;
  }
  .p-risk__icon {
    font-size: 24px;
  }
  /*===========================================================================*/
  /*  reviews（実際の導入企業の声）  */
  /*===========================================================================*/
  .p-reviews {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .p-reviews__head__en {
    font-size: 80px;
  }
  .p-reviews__head__ja {
    font-size: 22px;
  }
  .p-reviews__head__ja .--big {
    font-size: 28px;
  }
  .p-reviews__slider {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .p-reviews__slider .swiper-wrapper {
    align-items: stretch;
  }
  .p-reviews__slider .swiper-slide {
    height: auto;
  }
  .p-reviews__card {
    min-height: 354px;
    height: 100%;
    padding: 40px 25px 30px;
  }
  .p-reviews__tag {
    font-size: 16px;
    padding: 6px 30px;
    margin-bottom: 16px;
  }
  .p-reviews__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .p-reviews__quote {
    font-size: 14px;
  }
  .p-reviews__nav-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin-top: 24px;
  }
  .p-reviews__pagination {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    bottom: auto !important;
  }
  .p-reviews__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    opacity: 1;
    margin: 0 !important;
    transition: background 0.3s;
  }
  .p-reviews__pagination .swiper-pagination-bullet-active {
    background: #0B73B3;
  }
  .p-reviews__nav {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    flex-shrink: 0;
    margin: 0 !important;
    padding: 0 !important;
    background: #0B73B3;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    line-height: 0;
    transition: opacity 0.3s;
  }
  .p-reviews__nav::after {
    content: "" !important;
    display: block;
    width: 8px;
    height: 12px;
    background: url(../img/chevron.svg) no-repeat center center/contain;
    font-size: 0;
  }
  .p-reviews__nav--next::after {
    transform: scaleX(-1);
  }
  .p-reviews__target {
    margin-top: 40px;
    padding: 45px 20px 30px;
    border-width: 4px;
  }
  .p-reviews__target-title {
    font-size: 18px;
    padding: 8px 30px;
  }
  .p-reviews__target-list li {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .p-reviews__check {
    font-size: 22px;
  }
  /*===========================================================================*/
  /*  FEATURES  */
  /*===========================================================================*/
  .p-features {
    padding-top: 90px;
    padding-bottom: 54px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-features::before {
    width: 504px;
    height: 504px;
    bottom: -125px;
  }
  .p-features__head__en {
    font-size: 80px;
    transform: translate(-50%, -45%);
  }
  .p-features__head__ja {
    font-size: 28px;
  }
  .p-features__head__ja span {
    font-size: 22px;
  }
  .p-features__head__ja::before {
    width: 150px;
  }
  .p-features__lead {
    margin-top: 32px;
    font-size: 16px;
    line-height: 185%;
  }
  .p-features__lead .--dot::before {
    bottom: calc(100% - 2px);
    width: 4px;
    height: 4px;
  }
  .p-features__image {
    margin-top: 27px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .p-features__content__catch {
    margin-top: 15px;
    font-size: 18px;
  }
  .p-features__content__catch::before, .p-features__content__catch::after {
    width: 18px;
  }
  .p-features__content__catch::before {
    right: calc(100% + 5px);
  }
  .p-features__content__catch::after {
    left: calc(100% + 5px);
    transform: scale(-1);
  }
  .p-features__content__title {
    margin-top: 10px;
    font-size: 34px;
    line-height: 145%;
  }
  .p-features__content__title .--small {
    font-size: 24px;
  }
  .p-features__content__title .--bg {
    background: linear-gradient(108deg, #48C2FF 8.55%, #0556A5 99.33%);
    color: #fff;
    padding: 0 5px 0;
  }
  .p-features__content__text {
    margin-top: 20px;
    font-size: 16px;
  }
  .p-features__illust img {
    width: 256px;
  }
  .p-features__text {
    margin-top: 33px;
    font-size: 24px;
    line-height: 155%;
  }
  .p-features__text .--big {
    font-size: 34px;
    line-height: 135%;
  }
  /*===========================================================================*/
  /*  FLOW（ご利用の流れ）  */
  /*===========================================================================*/
  .p-flow {
    padding-top: 96px;
    padding-bottom: 50px;
  }
  .p-flow__head__en {
    font-size: 80px;
    transform: translate(-50%, -45%);
  }
  .p-flow__head__ja {
    font-size: 28px;
  }
  .p-flow__head__ja span {
    font-size: 22px;
  }
  .p-flow__head__ja::before {
    width: 150px;
    bottom: calc(100% + 15px);
  }
  .p-flow__image {
    margin-top: 36px;
  }
  .p-flow__image img {
    max-width: 400px;
  }
  /*===========================================================================*/
  /*  FAQ  */
  /*===========================================================================*/
  .p-faq {
    padding-top: 54px;
    padding-bottom: 50px;
  }
  .p-faq__head__en {
    font-size: 80px;
    transform: translate(-50%, -45%);
  }
  .p-faq__head__ja {
    font-size: 28px;
  }
  .p-faq__list {
    margin-top: 44px;
  }
  .p-faq__item {
    margin-bottom: 14px;
    padding: 15px;
  }
  .p-faq__question {
    gap: 13px;
  }
  .p-faq__q img {
    width: 38px;
  }
  .p-faq__question-text {
    font-size: 15px;
  }
  .p-faq__toggle img {
    width: 26px;
    height: 26px;
  }
  .p-faq__answer {
    padding: 22px 18px 22px 13px;
    gap: 14px;
  }
  .p-faq__answer svg {
    width: 24px;
  }
  .p-faq__answer-text {
    font-size: 15px;
  }
  /*===========================================================================*/
  /*  COMPANY（会社概要）  */
  /*===========================================================================*/
  .p-company {
    padding-top: 67px;
    padding-bottom: 44px;
  }
  .p-company__head__en {
    font-size: 80px;
  }
  .p-company__head__ja {
    font-size: 28px;
    line-height: 1;
  }
  .p-company__body {
    flex-direction: column;
    gap: 49px;
    margin-top: 43px;
  }
  .p-company__info {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }
  .p-company__row {
    padding: 27px 0 33px;
  }
  .p-company__row::before {
    width: 70px;
  }
  .p-company__label {
    width: 93px;
    font-size: 14px;
  }
  .p-company__value {
    font-size: 14px;
  }
  .p-company__map {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .p-company__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*===========================================================================*/
  /*  THANKS（サンクスページ）  */
  /*===========================================================================*/
  .p-thanks {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .p-thanks__head__en {
    font-size: 80px;
  }
  .p-thanks__head__ja {
    font-size: 28px;
  }
  .p-thanks__message {
    font-size: 16px;
    margin-top: 28px;
  }
  .p-thanks__actions {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
  .p-thanks__action-label {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .p-thanks__btn {
    width: 100%;
    height: 72px;
    font-size: 19px;
    gap: 14px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35), inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
  .p-thanks__btn:hover {
    transform: translateY(3px);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35), inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
  .p-thanks__btn:active {
    transform: translateY(5px);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.35), inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
  .p-thanks__btn svg {
    width: 22px;
    height: 22px;
  }
  /*===========================================================================*/
  /*  FORM（申込フォーム）  */
  /*===========================================================================*/
  .p-form-hero {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .p-form-hero__head__en {
    font-size: 80px;
  }
  .p-form-hero__head__ja {
    font-size: 28px;
  }
  .p-form-hero__badge-corp {
    font-size: 14px;
    border-width: 1px;
  }
  .p-form-hero__badge-speed {
    font-size: 16px;
  }
  .p-form {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .p-form__box {
    border-radius: 12px;
    padding: 24px 20px;
  }
  .p-form__field {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 8px;
  }
  .p-form__label-row {
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .p-form__label {
    font-size: 15px;
  }
  .p-form__badge {
    font-size: 15px;
  }
  .p-form__input-area {
    flex: 1;
    width: 100%;
  }
  .p-form__input-area.flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .p-form__input-area.flex .p-form__note--caution {
    margin-top: 0;
    padding-left: 24px;
  }
  .p-form input[type=text],
  .p-form input[type=tel],
  .p-form input[type=email],
  .p-form select {
    width: 100%;
    height: 54px;
    font-size: 15px;
    padding: 0 16px;
  }
  .p-form__select-wrap::after {
    right: 16px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 5px;
  }
  .p-form__select-wrap select {
    padding-right: 36px;
  }
  .p-form__note {
    font-size: 10px;
  }
  .p-form__checkbox-label {
    align-items: flex-start;
  }
  .p-form__checkbox-label .wpcf7-list-item label {
    align-items: flex-start;
  }
  .p-form__checkbox-label .wpcf7-list-item-label {
    padding-left: 24px;
    font-size: 15px;
  }
  .p-form__checkbox-label .wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
    top: 2px;
    transform: none;
  }
  .p-form__checkbox-label .wpcf7-list-item-label::after {
    left: 6px;
    top: 4px;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
  }
  .p-form__checkbox-text {
    font-size: 15px;
  }
  .p-form__checkbox-group {
    gap: 12px;
  }
  .p-form__submit-wrap {
    margin-top: 28px;
  }
  .p-form__submit {
    width: 100%;
    max-width: 300px;
  }
  .p-form__submit::after {
    right: 20px;
    width: 22px;
    height: 22px;
  }
  .p-form__submit-btn {
    width: 100%;
    height: 72px;
    font-size: 19px;
    border-radius: 12px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35), inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
  .p-form__submit-btn:hover {
    transform: translateY(3px);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35), inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
  .p-form__submit-btn:active {
    transform: translateY(5px);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.35), inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
  .p-form__submit-btn svg {
    width: 22px;
    height: 22px;
  }
  /*===========================================================================*/
  /*  PRIVACY POLICY  */
  /*===========================================================================*/
  .p-privacy-hero {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .p-privacy-hero__head__en {
    font-size: 80px;
  }
  .p-privacy-hero__head__ja {
    font-size: 28px;
  }
  .p-privacy {
    padding-bottom: 60px;
  }
  .p-privacy__section {
    margin-bottom: 24px;
  }
  .p-privacy__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .p-privacy__text {
    font-size: 14px;
  }
  .p-privacy__list li {
    font-size: 14px;
  }
  /*===========================================================================*/
  /*  footer  */
  /*===========================================================================*/
  .p-footer {
    padding-top: 43px;
    padding-bottom: 72px;
  }
  .p-footer__inner {
    flex-direction: column-reverse;
    gap: 37px;
    text-align: center;
  }
  .p-footer__nav a {
    font-size: 14px;
  }
  .p-footer__copy {
    font-size: 10px;
  }
  /*===========================================================================*/
  /*  section-head SP  */
  /*===========================================================================*/
  .c-section-head__en {
    font-size: 52px;
  }
  .c-section-head__ja {
    font-size: 22px;
  }
  .c-section-head__sub {
    font-size: 14px;
  }
}
