@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

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

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

input,
textarea,
select {
  font: inherit;
}

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

li {
  list-style: none;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
}

.c-inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding-inline: 1.5625rem;
  }
}

.c-contact-button {
  background-color: #06c755;
  color: #fff;
  display: grid;
  place-content: center;
}

.c-sec-title {
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
@media screen and (max-width: 767px) {
  .c-sec-title {
    font-size: 2.125rem;
  }
}
.c-sec-title::before {
  position: absolute;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-sec-title::before {
    font-size: 1.125rem;
    top: -1.875rem;
  }
}

.c-sec-title--black {
  color: #000;
}
.c-sec-title--black::before {
  background: -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073));
  background: linear-gradient(to right, #06bae5, #f50073);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: none;
  padding-inline: 1.25rem;
  z-index: 1;
}
.c-modal::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.c-modal__body {
  background-color: #fff;
  padding: 1.875rem 3.375rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1280px;
  margin-inline: auto;
  height: 42.5rem;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .c-modal__body {
    height: 35rem;
    padding: 1.5625rem 0.6875rem;
    width: 86%;
  }
}

.c-modal-close {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-modal-close {
    top: 0.1875rem;
    right: 0;
  }
}
.c-modal-close::before, .c-modal-close::after {
  content: "";
  width: 0.125rem;
  height: 1.5rem;
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
}
.c-modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__heading {
  font-size: 1.875rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-modal__heading {
    font-size: 1.625rem;
  }
}
.c-modal__heading::before {
  position: absolute;
  bottom: -1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-modal__heading::before {
    font-size: 0.8125rem;
    white-space: nowrap;
  }
}

.c-modal__bottom {
  margin-top: 3.375rem;
}

.l-header {
  -webkit-box-shadow: 0 2px 2px rgba(155, 155, 155, 0.75);
          box-shadow: 0 2px 2px rgba(155, 155, 155, 0.75);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem 1.25rem 0.75rem 1rem;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-inline: 0;
  }
}

.l-header__logo {
  width: 14.3125rem;
  margin: 1.25rem 0 1.0625rem 3.625rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 9.5rem;
    margin: 0;
  }
}

.l-header__contact-button {
  background-color: #06c755;
  color: #fff;
  display: grid;
  place-content: center;
  font-size: 1.25rem;
  padding-inline: 4.375rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__contact-button {
    display: none;
  }
}

.l-header__contact-button::before {
  content: "";
  display: block;
  height: inherit;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.l-footer {
  padding-block: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 2.5rem;
  }
}

.l-footer__inner {
  max-width: 1230px;
}

.l-footer__flex {
  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;
}
@media screen and (max-width: 767px) {
  .l-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.25rem;
  }
}

.l-footer__logo {
  width: 14.375rem;
}

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

.l-footer__modal-open {
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-footer__modal-open:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-footer__modal-open {
    font-size: 0.875rem;
  }
}

.l-footer__copyright {
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 4.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.875rem;
    margin-top: 2.875rem;
  }
}

.l-main__contact-button {
  position: fixed;
  bottom: 1.25rem;
  right: 3.4375rem;
  width: 12.8125rem;
  height: 13.75rem;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.l-main__contact-button.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.l-main__contact-button::before {
  position: absolute;
  content: "無料相談する";
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  bottom: 3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-main__contact-button {
    display: none;
  }
}

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

.p-fv__inner {
  display: grid;
  grid-template-columns: 34.375rem 40.625rem;
  grid-template-rows: auto 15.9375rem;
  grid-template-areas: "catch img" "button img";
  padding-inline: 6.875rem 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    display: block;
    padding-inline: 0;
    position: relative;
    z-index: 0;
  }
}

.p-fv__item:first-child {
  grid-area: catch;
  padding-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__item:first-child {
    padding-inline: 0.625rem;
    padding-top: 0;
  }
}

.p-fv__tooltip {
  color: #fff;
  font-size: 18px;
  text-align: center;
  /* triangle dimension */
  --b: 3.5em;
  /* base */
  --h: 0.9em;
  /* height */
  --p: 50%;
  /* triangle position (0%:left 100%:right) */
  --r: 1.2em;
  /* the radius */
  padding: 0.6875rem 0.625rem 0.9375rem;
  border-radius: 10px;
  background: 0 0/100% calc(100% + var(--h)) -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073));
  background: 0 0/100% calc(100% + var(--h)) linear-gradient(to right, #06bae5, #f50073);
  /* the gradient */
  position: relative;
  z-index: 0;
  font-size: 1.4375rem;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-fv__tooltip {
    font-size: 0.875rem;
    padding-block: 0.9375rem;
    padding-inline: 0;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}

.p-fv__tooltip:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 calc(-1 * var(--h));
  background-image: inherit;
  clip-path: polygon(min(100%, var(--p) + var(--b) / 2) calc(100% - var(--h)), var(--p) 100%, max(0%, var(--p) - var(--b) / 2) calc(100% - var(--h)), 50% 50%);
}

.p-fv__sub-heading {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 2.3125rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__sub-heading {
    font-size: 1.375rem;
    margin-inline: 0.25rem;
    margin-top: 1.25rem;
  }
}

.p-fv__sub-heading--small {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__sub-heading--small {
    font-size: 1.0625rem;
  }
}

.p-fv__sub-heading::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 0.9375rem;
  background: #fff999;
  bottom: -0.4375rem;
  left: 0;
  z-index: -1;
}

.p-fv__heading {
  font-weight: 800;
  font-size: 4.375rem;
  background: -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073));
  background: linear-gradient(to right, #06bae5, #f50073);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.02em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__heading {
    font-size: 2.6875rem;
    margin-top: 1.125rem;
    text-align: center;
  }
}

.p-fv__point-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-fv__point-area {
    font-size: 0.6875rem;
    margin-top: 0.9375rem;
    margin-inline: 0.3125rem;
    gap: 0.46875rem;
  }
}

.p-fv__point {
  border: solid 2px #000;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.2222222222;
}

.p-fv__point:first-child {
  font-size: 1rem;
  padding: 0.625rem 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__point:first-child {
    font-size: 0.625rem;
    padding: 0.375rem 0.25rem;
  }
}

.p-fv__point:nth-child(2) {
  padding: 0.625rem 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__point:nth-child(2) {
    padding: 0.375rem 0.4375rem;
  }
}

.p-fv__point:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.625rem 0.4375rem;
}

.p-fv__point-text--large {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__point-text--large {
    font-size: 1.125rem;
  }
}

.p-fv__item:nth-child(2) {
  grid-area: button;
  background-color: #efefef;
  border-radius: 20px;
  text-align: center;
  padding-top: 2.375rem;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__item:nth-child(2) {
    position: absolute;
    bottom: 17%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    background-color: #fff;
    padding-inline: 1.4375rem;
    padding-top: 1.875rem;
    padding-bottom: 1.4375rem;
    z-index: 2;
    border: 3px solid transparent;
    border-radius: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073)) border-box;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #06bae5, #f50073) border-box;
  }
}

.p-fv__box-comment01 {
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__box-comment01 {
    font-size: 0.9375rem;
  }
}

.p-fv__box-comment01::before {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 1.75rem;
  background-color: #000;
  position: absolute;
  top: 0;
  left: -0.8125rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.p-fv__box-comment01::after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 1.75rem;
  background-color: #000;
  position: absolute;
  top: 0;
  right: -0.8125rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.p-fv__contact-button {
  border-radius: 50px;
  padding-block: 1.6875rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__contact-button {
    font-size: 1rem;
    margin-top: 0.9375rem;
    padding-block: 0.9375rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 6.25rem;
    margin-inline: auto;
  }
}

.p-fv__contact-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-fv__box-comment02 {
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__box-comment02 {
    font-size: 0.875rem;
  }
}

.p-fv__item:last-child {
  grid-area: img;
}
@media screen and (max-width: 767px) {
  .p-fv__item:last-child {
    margin-top: 1.1875rem;
  }
}

.p-fv__item:last-child img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-fv__item:last-child img {
    border-radius: unset;
  }
}

.p-cases {
  padding-top: 11.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-cases {
    padding-top: 7.9375rem;
    padding-bottom: 5rem;
  }
}

.p-cases__inner {
  max-width: 1240px;
  padding-inline: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cases__inner {
    padding-inline: 3.125rem;
  }
}

.p-cases__sec-title::before {
  content: "Cases";
}

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

.p-cases__flex-item {
  padding: 1.25rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cases__flex-item {
    padding: 1rem 1.25rem 1.875rem;
  }
}

.p-cases__flex-item:first-child {
  border: 3px solid #b5b5b6;
  background-color: #f7f8f8;
}
@media screen and (max-width: 767px) {
  .p-cases__flex-item:first-child {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-cases__flex-item:first-child::before {
    position: absolute;
    content: "";
    width: 6.25rem;
    height: 1.875rem;
    background-color: #9fa0a0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: -2.6875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-cases__flex-item:last-child {
  border: 3px solid;
  -o-border-image: linear-gradient(to right, #06bae5, #f50073) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073)) 1;
     border-image: linear-gradient(to right, #06bae5, #f50073) 1;
}

.p-cases__flex-title {
  font-size: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 900;
  color: #898989;
}
@media screen and (max-width: 767px) {
  .p-cases__flex-title {
    font-size: 2.125rem;
  }
}

.p-cases__flex-item:last-child .p-cases__flex-title {
  background: -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073));
  background: linear-gradient(to right, #06bae5, #f50073);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-cases__flex-img {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cases__flex-img {
    margin-top: 1.25rem;
  }
}

.p-cases__caption {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.25rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
@media screen and (max-width: 767px) {
  .p-cases__caption {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.p-cases__swiper-container {
  position: relative;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-cases__swiper-container {
    margin-top: 2.6875rem;
  }
}

.p-cases,
.p-cases__swiper,
.p-cases__swiper-wrapper,
.p-cases__swiper-slide {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  border-top: 0.3125rem solid #f50073;
  top: calc(50% + 1.25rem) !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.swiper-button-prev {
  left: -3.125rem !important;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-left: 0.3125rem solid #f50073;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: -1.875rem !important;
  }
}

.swiper-button-next {
  right: -3.125rem !important;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 0.3125rem solid #f50073;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: -1.875rem !important;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -3.75rem;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -2.5rem;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-inline: 0.625rem;
  background-color: #999999;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin-inline: 0.4375rem;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #f50073;
}

.p-problems {
  padding-top: 7.8125rem;
  padding-bottom: 7.8125rem;
  background: url(../img/pc-worry.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-problems {
    background: url(../img/sp-worry.webp) no-repeat center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 3.125rem;
  }
}

.p-problems__inner .p-problems__sec-title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-problems__inner .p-problems__sec-title {
    font-size: 1.6875rem;
    text-align: left;
    line-height: 1.2857142857;
  }
}
.p-problems__inner .p-problems__sec-title::before {
  color: #fff;
  content: "Problems";
}
@media screen and (max-width: 767px) {
  .p-problems__inner .p-problems__sec-title::before {
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.p-problems__list {
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-kerning: normal;
          font-kerning: normal;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-problems__list {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-top: 3.125rem;
    width: 100%;
  }
}
.p-problems__list li {
  margin-top: 2.5rem;
  position: relative;
  margin-left: 3.625rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
@media screen and (max-width: 767px) {
  .p-problems__list li {
    margin-left: 2.1875rem;
  }
}
.p-problems__list li:first-child {
  margin-top: 0;
}
.p-problems__list li::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background: url(../img/check.svg) no-repeat center;
  top: 50%;
  left: -2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-problems__list li::before {
    left: -2.5rem;
  }
}

.p-problems__list--color {
  display: inline;
  color: #ffd200;
}

.p-reality {
  background-color: hsl(199, 74%, 92%);
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-reality {
    padding-top: 5.3125rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reality__inner {
    padding-inline: 0.9375rem;
  }
}

.p-reality__sec-title {
  font-size: 3.125rem;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-reality__sec-title {
    font-size: 1.6875rem;
    line-height: 1.2592592593;
  }
}

.p-reality__sec-title::before {
  content: "Reality";
}

.p-reality__cards {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.625rem;
     -moz-column-gap: 2.625rem;
          column-gap: 2.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reality__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.625rem;
    row-gap: 1.25rem;
  }
}

.p-reality__card {
  width: 21.5625rem;
  background-color: #efefef;
  border-radius: 20px;
  border: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-reality_card-img img {
  height: 11.875rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  padding-block: 1.25rem;
}

.p-reality__card-title {
  font-size: 1.5rem;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-block: 1.25rem;
  text-align: center;
  background-color: #f5c53a;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  line-height: 1.0833333333;
  height: 4.375rem;
  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;
}

.p-reality__card-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  padding: 0.8125rem 0.8125rem 1.4375rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-solution {
  padding-top: 7rem;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-solution {
    padding-top: 5.3125rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-solution__sec-title {
    font-size: 1.6875rem;
    line-height: 1.2592592593;
  }
}

.p-solution__sec-title::before {
  content: "Solution";
}

.p-solution__sub-title {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.2941176471;
  text-align: center;
  margin-top: 3.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-solution__sub-title {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 2.5rem;
  }
}

.p-solution__box {
  position: relative;
  z-index: 0;
  margin-inline: auto;
  padding: 2.5rem 6.25rem;
  margin-top: 2.375rem;
  max-width: 70rem;
}
@media screen and (max-width: 767px) {
  .p-solution__box {
    margin-inline: calc(50% - 50vw);
    padding-inline: 0.9375rem;
  }
}
.p-solution__box::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073));
  background: linear-gradient(to right, #06bae5, #f50073);
  opacity: 0.2;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-solution__box-top {
  display: grid;
  grid-template-areas: "item1 item2" "item3 item4";
  row-gap: 1.0625rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-solution__box-top {
    grid-template-areas: "item1" "item3" "item2" "item4";
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}

.p-solution__box-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-solution__box-top-item {
    gap: 0.4375rem;
  }
}
.p-solution__box-top-item:first-child {
  margin-top: 0;
  grid-area: item1;
}
.p-solution__box-top-item:nth-child(2) {
  grid-area: item2;
}
.p-solution__box-top-item:nth-child(3) {
  grid-area: item3;
}
.p-solution__box-top-item:last-child {
  grid-area: item4;
}

.p-solution__box-top-title {
  background: -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073));
  background: linear-gradient(to right, #06bae5, #f50073);
  border-radius: 15px;
  min-width: 8.75rem;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  font-weight: 700;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  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;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-solution__box-top-title {
    font-size: 0.75rem;
    min-width: 6.25rem;
    padding-inline: 0;
    padding-block: 0.375rem;
  }
}

.p-solution__box-top-text {
  font-weight: 500;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-solution__box-top-text {
    font-size: 0.8125rem;
  }
}

.p-solution__box-bottom {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-solution__box-bottom {
    padding-top: 3.75rem;
  }
}

.p-solution__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  background-color: #fff;
  padding-block: 0.4375rem;
  padding-inline: 1.25rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-solution__point {
    display: grid;
    grid-template-areas: "point title" "text text";
    grid-template-columns: auto 1fr;
    padding-block: 1.125rem 0.9375rem;
    -webkit-column-gap: 0.8125rem;
       -moz-column-gap: 0.8125rem;
            column-gap: 0.8125rem;
    row-gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-solution__point:first-child {
  margin-top: 0;
}

.p-solution__point-mark {
  color: #f50073;
  font-size: 1rem;
  letter-spacing: 0.02em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-solution__point-mark {
    font-size: 0.875rem;
    -ms-flex-negative: unset;
        flex-shrink: unset;
    grid-area: point;
  }
}

.p-solution__point-mark--large {
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-solution__point-mark--large {
    font-size: 1.25rem;
  }
}

.p-solution__point-title {
  color: #f50073;
  font-weight: 700;
  font-size: 1.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18.9375rem;
  line-height: 1.2222222222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-solution__point-title {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    grid-area: title;
    width: unset;
  }
}

.p-solution__point-text {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-solution__point-text {
    grid-area: text;
  }
}

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

.p-cta {
  background-image: url("../img/pc-cta.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3.9375rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-top: 2.1875rem;
    background-image: url("../img/sp-cta.webp");
    padding-bottom: 2.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding-inline: 1rem;
  }
}

.p-cta__text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    line-height: 1.5;
  }
}

.p-cta__box {
  background-color: #fff;
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  padding-inline: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 10px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta__box {
    width: 100%;
    margin-top: 0.9375rem;
    padding-inline: 1.3125rem;
    padding-top: 0.9375rem;
  }
}

.p-cta__box-text {
  font-size: 1.375rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-cta__box-text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-cta__button {
  border-radius: 50px;
  padding-block: 1.375rem;
  margin-top: 1.75rem;
  width: 22.8125rem;
  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;
  margin-inline: auto;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cta__button {
    width: 100%;
    margin-top: 0.9375rem;
  }
}
.p-cta__button::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 1.375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-cta__button::after {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.4375rem;
  background-image: url("../img/mail.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 1.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-cta__button::after {
    left: 1.1875rem;
  }
}

.p-reason {
  padding-top: 6rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 5.4375rem;
  }
}

.p-reason__inner {
  max-width: 1280px;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding-inline: 0;
  }
}

.p-reason__sec-title::before {
  content: "Reason";
}

.p-reason__container {
  padding-top: 6.6875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__container {
    padding-top: 4.625rem;
  }
}

.p-reason__item {
  background-color: #efefef;
  border-radius: 40px 0 0 0;
  padding: 4.1875rem 1.25rem 6.3125rem 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    z-index: 1;
    padding-top: 3.4375rem;
    padding-left: 0.8125rem;
    padding-bottom: 17.5rem;
    padding-right: 1.0625rem;
  }
}

.p-reason__item:nth-child(even) {
  border-radius: 0 40px 0 0;
}

.p-reason__item:nth-child(4) {
  padding-bottom: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-child(4) {
    padding-bottom: 17.5rem;
  }
}

.p-reason__item:last-child {
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item:last-child {
    padding-bottom: 17.5rem;
  }
}

.p-reason__label {
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
  top: -6.625rem;
  left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reason__label {
    font-size: 1rem;
    top: -5.4375rem;
    left: 3rem;
  }
}
.p-reason__label::before {
  position: absolute;
  content: "";
  width: 3.125rem;
  height: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073));
  background: linear-gradient(to right, #06bae5, #f50073);
  top: 0;
  left: -3.625rem;
  clip-path: polygon(1.875rem 0, 100% 0, 1.25rem 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-reason__label::before {
    width: 2.5rem;
    height: 4rem;
    clip-path: polygon(1.5625rem 0, 100% 0, 0.9375rem 100%, 0 100%);
    left: -2.9375rem;
  }
}

.p-reason__label-number {
  font-size: 5.625rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  display: inline-block;
  margin-left: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-reason__label-number {
    font-size: 4.5rem;
    margin-left: 1.0625rem;
  }
}

.p-reason__text-box {
  width: 32.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__text-box {
    width: 100%;
  }
}

.p-reason__item:nth-child(even) .p-reason__text-box {
  margin-left: auto;
}

.p-reason__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    font-size: 1.4375rem;
  }
}

.p-reason__text {
  font-size: 1rem;
  line-height: 2;
  width: 31.125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reason__text {
    font-size: 0.875rem;
    width: 100%;
    margin-top: 1rem;
  }
}
.p-reason__text--color {
  color: #f50073;
  display: inline;
}

.p-reason__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-reason__bg {
    z-index: -1;
    height: 20.625rem;
    top: auto;
    bottom: 0;
  }
}
.p-reason__bg picture {
  height: 100%;
}
.p-reason__bg img {
  height: 100%;
}

.p-reason__image {
  position: absolute;
  top: -2.5rem;
  right: 2.4375rem;
  width: 37.5rem;
  height: 25rem;
}
@media screen and (max-width: 767px) {
  .p-reason__image {
    width: 20.625rem;
    height: 13.75rem;
    z-index: -1;
    top: auto;
    bottom: 2rem;
    right: auto;
    left: 0;
  }
}

.p-reason__item:nth-child(even) .p-reason__image {
  right: auto;
  left: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-child(even) .p-reason__image {
    right: 0;
    left: auto;
  }
}

.p-reason__item:nth-child(even) .p-reason__bg {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-voice {
  background-color: #efefef;
  padding-top: 8rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-top: 8rem;
    padding-bottom: 5.375rem;
  }
}

.p-voice__inner {
  max-width: 1060px;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding-inline: 0.9375rem;
  }
}

.p-voice__sec-title::before {
  content: "Voice";
}

.p-voice__container {
  margin-top: 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__container {
    margin-top: 2.6875rem;
  }
}

.p-voice__item {
  background-color: #fff;
  padding: 2.375rem 2.375rem 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    padding: 0 0 3.4375rem 0;
  }
}

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

.p-voice__top-image {
  position: relative;
  width: 21.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-voice__top-image {
    width: 100%;
  }
}

.p-voice__company,
.p-voice__name {
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 0.1875rem 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  left: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__company,
  .p-voice__name {
    font-size: 0.8125rem;
    left: 1.5625rem;
  }
}

.p-voice__company {
  bottom: 3.0625rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-voice__company {
    bottom: 3.125rem;
  }
}

.p-voice__name {
  bottom: 1.125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-voice__name {
    bottom: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-voice__top-text {
    padding-inline: 0.875rem;
  }
}

.p-voice__top-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-voice__top-title {
    font-size: 1.25rem;
  }
}

.p-voice__detail {
  font-size: 1rem;
  color: #727171;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__detail {
    font-size: 0.8125rem;
    margin-top: 0.5625rem;
  }
}

.p-voice__bottom {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 2.1875rem;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-voice__bottom {
    padding-inline: 0.8125rem;
    margin-top: 1.5625rem;
  }
}

.p-voice__bottom.show {
  display: block;
}

.p-voice__bottom-black {
  font-weight: 700;
  display: inline;
}

.p-voice__bottom-color {
  font-weight: 700;
  color: #f50073;
  display: inline;
}

.p-voice__button-wrapper {
  width: 12.5rem;
  height: 3.125rem;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073));
  background: linear-gradient(to right, #06bae5, #f50073);
  position: absolute;
  bottom: -1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 25px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-voice__button-wrapper:hover {
  opacity: 0.8;
}
.p-voice__button-wrapper::before {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 0.9375rem;
  background-color: #fff;
  top: 50%;
  right: 1.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-voice__button-wrapper::after {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.125rem;
  background-color: #fff;
  top: 50%;
  right: 1.03125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-voice__button-wrapper.show::before {
  display: none;
}

.p-voice__button {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-voice__button::before {
  content: "詳しく見る";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-voice__button.show::before {
  content: "閉じる";
}

.p-process {
  padding-top: 9.0625rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-process {
    padding-top: 6.5625rem;
    padding-bottom: 0;
  }
}

.p-process__inner {
  max-width: 1160px;
  padding-inline: 1.25rem;
}

.p-process__sec-title::before {
  content: "Process";
}

.p-process__container {
  margin-top: 6.0625rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-process__container {
    grid-template-columns: 1fr;
    margin-top: 4.5rem;
    gap: 3.8125rem;
  }
}

.p-process__item {
  padding: 3rem 1.25rem 1.875rem;
  position: relative;
  background-color: #f7f8f8;
}
@media screen and (max-width: 767px) {
  .p-process__item {
    padding-inline: 0.9375rem;
    padding-bottom: 1.125rem;
  }
}

.p-process__label {
  position: absolute;
  top: -1.875rem;
  left: 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 3px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #06bae5, #f50073) border-box;
  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;
}
@media screen and (max-width: 767px) {
  .p-process__label {
    left: 0.8125rem;
  }
}

.p-process__step {
  font-size: 0.75rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-process__number {
  font-size: 1.625rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-process__step-title {
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-process__step-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 0.875rem;
}

.p-process__text {
  background: -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073));
  background: linear-gradient(to right, #06bae5, #f50073);
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  padding-block: 1.125rem;
  text-align: center;
  margin-top: 1.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-process__text {
    margin-top: 2.1875rem;
  }
}

.p-faq {
  padding-top: 6.5625rem;
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 6.875rem;
  }
}
.p-faq::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#06bae5), to(#f50073));
  background: linear-gradient(to right, #06bae5, #f50073);
  opacity: 0.1;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-faq::before {
    top: 11.75rem;
    clip-path: inset(0 0 14.25rem 0);
  }
}

.p-faq__inner {
  max-width: 1040px;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-inline: 0.9375rem;
  }
}

.p-faq__sec-title::before {
  content: "FAQ";
}

.p-faq__items {
  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;
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__items {
    margin-top: 5.125rem;
  }
}

.p-faq__item {
  border: 2px solid #000;
  border-radius: 5px;
  padding-block: 1.0625rem;
  padding-inline: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-faq__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding-inline: 0.5rem;
    padding-block: 1rem;
    row-gap: 1.0625rem;
  }
}

.p-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    gap: 0.5rem;
  }
}
.p-faq__q::before {
  content: "";
  width: 0.25rem;
  height: 1.125rem;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-faq__q::before {
    width: 0.125rem;
    height: 1rem;
  }
}
.p-faq__q::after {
  content: "";
  width: 1.125rem;
  height: 0.25rem;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-faq__q::after {
    height: 0.125rem;
    width: 1rem;
  }
}

.p-faq__q.show::before {
  display: none;
}

.p-faq__q-mark {
  color: #f50073;
  font-weight: 900;
  font-size: 2.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 2rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__q-mark {
    font-size: 1.625rem;
  }
}

.p-faq__q-text {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-faq__q-text {
    font-size: 1rem;
    line-height: 1.375;
    margin-right: 2.8125rem;
  }
}

.p-faq__a {
  display: none;
  gap: 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-faq__a.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq__a-mark {
  font-weight: 900;
  font-size: 2.5rem;
  color: #06baeb;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 2rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__a-mark {
    font-size: 1.625rem;
  }
}

.p-faq__a-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-faq__a-text {
    font-size: 1rem;
    line-height: 1.375;
  }
}

.p-mission {
  padding-top: 9.375rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-mission {
    padding-top: 4.25rem;
    padding-bottom: 5.125rem;
  }
}

.p-mission__inner {
  max-width: 1160px;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-mission__inner {
    padding-inline: 0.9375rem;
  }
}

.p-mission__sec-title::before {
  content: "Mission";
}

.p-mission__container {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.625rem;
  padding-block: 3rem;
  padding-inline: 1.25rem;
  margin-top: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-mission__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5rem;
    padding-block: 1.875rem;
    padding-inline: 0;
    gap: 1.75rem;
  }
}

.p-mission__logo {
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-mission__logo {
    width: 15.125rem;
    margin-inline: auto;
  }
}

.p-mission__image {
  width: 18.75rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-mission__image {
    display: none;
  }
}

.p-mission__label {
  font-weight: 700;
  font-size: 1.25rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-mission__label {
    font-size: 1rem;
    text-align: center;
  }
}

.p-mission__name {
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-mission__name {
    text-align: center;
  }
}

.p-mission__text {
  font-size: 0.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  margin-top: 0.8125rem;
}
.p-mission__text:nth-child(3) {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-mission__text:nth-child(3) {
    margin-top: 1.75rem;
  }
}

.p-privacy__heading::before {
  content: "プライバシーポリシー";
}

.p-privacy__text-top {
  font-size: 0.875rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-privacy__text-top {
    font-size: 0.8125rem;
  }
}

.p-privacy__items {
  margin-top: 2.125rem;
  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.125rem;
}

.p-privacy__title {
  font-weight: 700;
  font-size: 1.125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-privacy__text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 0.25rem;
}

.p-privacy__date {
  font-size: 0.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: right;
  margin-top: 3.125rem;
}

.p-privacy__text--color {
  color: #f50073;
}

.p-legal__heading::before {
  content: "特定商取引法に基づく表記";
}

.p-legal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  padding-block: 0.8125rem;
  padding-left: 0.625rem;
  border-bottom: 1px solid #000;
}
.p-legal__item:first-child {
  border-top: 1px solid #000;
}

.p-legal__title {
  min-width: 10.6875rem;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-legal__text {
  font-size: 0.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.5;
}

.p-legal__text--pink {
  color: #f50073;
}

.p-company__heading::before {
  content: "運営会社";
}

.p-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  padding-block: 0.8125rem;
  padding-left: 0.625rem;
  border-bottom: 1px solid #000;
}
.p-company__item:first-child {
  border-top: 1px solid #000;
}

.p-company__title {
  min-width: 10.6875rem;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-company__text {
  font-size: 0.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.5;
}

.p-company__text--pink {
  color: #f50073;
}

.p-contact {
  background-color: #e6e6e3;
  padding-top: 6.0625rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 3.625rem;
  }
}

.p-contact__inner {
  max-width: 1040px;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-inline: 0.9375rem;
  }
}

.p-contact__sec-title {
  font-size: 5rem;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__sec-title {
    font-size: 3.75rem;
  }
}
.p-contact__sec-title::before {
  content: "無料相談のお問い合わせ";
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
  bottom: -2.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-contact__sec-title::before {
    font-size: 1rem;
    white-space: nowrap;
    bottom: -1.875rem;
  }
}

.p-contact__form {
  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;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 5.75rem;
  }
}

.p-contact__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form-item {
    -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.5625rem;
  }
}

.p-contact__form-title {
  min-width: 13.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form-title {
    min-width: unset;
  }
}
.p-contact__form-title--company {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-contact__form-title--company {
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}
.p-contact__form-title--detail {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-title--detail {
    margin-top: 0;
  }
}

.p-contact-form-title-text {
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-title-text {
    font-size: 0.875rem;
  }
}

.p-contact__required {
  color: #fff;
  font-weight: 500;
  background-color: #06c755;
  border-radius: 10px;
  padding: 0.1875rem 0.625rem;
  margin-left: 0.625rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-contact__required {
    font-size: 0.75rem;
    margin-left: 0.5rem;
  }
}

.p-contact__caution {
  font-size: 0.75rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__caution {
    margin-top: 0;
  }
}

.p-contact__form-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-contact__form-box-column {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-contact__form-box-column {
    gap: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form-box-column:has(.p-contact__form-empty) {
    grid-template-columns: 1fr;
  }
}

.p-contact__form input::-webkit-input-placeholder {
  color: #ccc;
}

.p-contact__form input::-moz-placeholder {
  color: #ccc;
}

.p-contact__form input:-ms-input-placeholder {
  color: #ccc;
}

.p-contact__form input::-ms-input-placeholder {
  color: #ccc;
}

.p-contact__form input::placeholder {
  color: #ccc;
}
.p-contact__form input[type=text],
.p-contact__form input[type=tel],
.p-contact__form input[type=email],
.p-contact__form textarea {
  background-color: #fff;
  padding: 1.1875rem;
  font-size: 0.9375rem;
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-contact__form textarea {
    height: 17.5rem;
  }
}

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

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

.p-contact__form-privacy-text {
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-contact__form-privacy-text {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}

.p-contact__form-privacy .wpcf7-list-item {
  margin-left: 0;
}

.p-contact__form-privacy .wpcf7-list-item-label {
  display: none;
}

.p-contact__modal-open {
  color: #1488cc;
  text-decoration: underline;
}

.p-contact__submit {
  background-color: #06c755;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  width: 15rem;
  height: 3.75rem;
  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;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    width: 100%;
  }
}
.p-contact__submit input {
  color: #fff;
  width: 100%;
  height: 100%;
}
.p-contact__submit::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form.submitting button {
  opacity: 0.5;
  pointer-events: none;
}

.p-contact__submit:has(.wpcf7-submit:disabled)::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  z-index: 1;
}

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

.p-contact-modal__body {
  padding-block: 5.3125rem 5rem;
  min-width: 56.25rem;
  min-height: 25rem;
  width: unset;
  height: unset;
  line-height: 2;
  text-align: center;
  border-radius: 1.25rem;
}

.p-contact-modal__bottom {
  margin-top: 1.25rem;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}