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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

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

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

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

/* リキッドレイアウト対応 */
.u-pc {
  display: none;
}

html {
  font-size: 16px;
}

/* PC SP 切り分けCSS  */
@media screen and (min-width: 768px) {
  /* PC用CSS指定 */
  .onlyPc {
    display: block;
  }
  body .onlySp,
  body .slick-slide img.onlySp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* SP用CSS指定 */
  body .onlyPc,
  body .slick-slide img.onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
}

/* pcの電話番号発信対応 */

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-behavior: smooth;
}

body {
  color: #1b1b1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-footer {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-header {
  bottom: auto;
  height: 60px;
  height: 3.75rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 588px;
  max-width: 36.75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  width: 100%;
}

.c-any {
  background-color: #fcfcfc;
  border: 1px solid #757575;
  border-radius: 6.25rem;
  color: #757575;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding: 0 6px;
  padding: 0 0.375rem;
}

.c-bg-white {
  position: relative;
}

.c-bg-white::before {
  background-image: url(../img/common/white-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  bottom: 0rem;
  content: "";
  height: 50px;
  height: 3.125rem;
  left: 0px;
  left: 0rem;
  position: absolute;
  width: 50px;
  width: 3.125rem;
  z-index: 1;
}

.c-bg-white::after {
  background-image: url(../img/common/white-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 50px;
  height: 3.125rem;
  left: 0px;
  left: 0rem;
  position: absolute;
  top: 0px;
  top: 0rem;
  width: 50px;
  width: 3.125rem;
  z-index: 1;
}

.c-btn {
  background-color: #fcfcfc;
  border-radius: 0.5rem;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 0;
}

.c-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcfcfc;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  gap: 6px;
  gap: 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding: 19px 20px;
  padding: 1.1875rem 1.25rem;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.c-btn__link::before {
  -webkit-mask-image: url(../img/common/contact-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #fcfcfc;
  content: "";
  height: 28px;
  height: 1.75rem;
          mask-image: url(../img/common/contact-icon.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 14px;
  width: 0.875rem;
}

.c-btn__link2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcfcfc;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  gap: 6px;
  gap: 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding: 19px 20px;
  padding: 1.1875rem 1.25rem;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
	border:1px solid #fff;
	border-radius:8px;
	margin-left:8px;
}
.c-btn__link2::before {
  -webkit-mask-image: url(../../../../../../uploads/2025/lp/sw/case-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #fcfcfc;
  content: "";
  height: 28px;
  height: 1.75rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 14px;
  width: 0.875rem;
}
@media screen and (max-width: 767px) {
.c-btn__link2 {
	margin-top:16px;
}
}

.u-pc.p-top-mv__btn-box{
	display:flex;
}
.c-btn::after {
  -o-object-fit: cover;
  aspect-ratio: 166/64;
  background: -webkit-gradient(linear, left top, right top, from(rgb(146, 61, 178)), color-stop(50%, rgb(36, 118, 168)), to(rgb(43, 178, 220)));
  background: linear-gradient(90deg, rgb(146, 61, 178) 0%, rgb(36, 118, 168) 50%, rgb(43, 178, 220) 100%);
  border-radius: 0.5rem;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
     object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: -1;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.c-number {
  color: #8a98b0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.c-page-top {
  -webkit-animation: loop-slide 10s infinite linear 1s both;
          animation: loop-slide 10s infinite linear 1s both;
  background: -webkit-gradient(linear, left top, right top, from(rgb(146, 61, 178)), color-stop(50%, rgb(36, 118, 168)), to(rgb(43, 178, 220)));
  background: linear-gradient(90deg, rgb(146, 61, 178) 0%, rgb(36, 118, 168) 50%, rgb(43, 178, 220) 100%);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  gap: 0.4375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  padding: 0.3125rem 0;
  will-change: transform;
}

.c-page-top.u-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-page-top span {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.c-page-top span::before {
  -webkit-mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #fcfcfc;
  content: "";
  display: block;
  height: 29px;
  height: 1.8125rem;
          mask-image: url(../img/common/arrow.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: cover;
  width: 11px;
  width: 0.6875rem;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-16.125rem);
            transform: translateY(-16.125rem);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-16.125rem);
            transform: translateY(-16.125rem);
  }
}
.c-progress {
  --progress: 0;
  background: #fcfcfc;
  border-radius: 6.25rem;
  display: block;
  height: 3px;
  height: 0.1875rem;
  overflow: hidden;
  position: relative;
  width: 270px;
  width: 16.875rem;
}

.c-progress::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(146, 61, 178)), color-stop(50%, rgb(36, 118, 168)), to(rgb(43, 178, 220)));
  background: linear-gradient(90deg, rgb(146, 61, 178) 0%, rgb(36, 118, 168) 50%, rgb(43, 178, 220) 100%);
  border-radius: 6.25rem;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(var(--progress));
          transform: scaleX(var(--progress));
  -webkit-transform-origin: left center;
          transform-origin: left center;
  width: 100%;
}

.c-require {
  background-color: #fcfcfc;
  border: 1px solid #e6040f;
  border-radius: 6.25rem;
  color: #e6040f;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding: 0 6px;
  padding: 0 0.375rem;
}

.c-section-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000d23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.c-section-heading::before {
  background-color: #009fa7;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
}

.c-small-btn {
  background-color: #fcfcfc;
  border-radius: 0.5rem;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 0;
}

.c-small-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcfcfc;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.c-small-btn::after {
  -o-object-fit: cover;
  aspect-ratio: 166/64;
  background: -webkit-gradient(linear, left top, right top, from(rgb(146, 61, 178)), color-stop(50%, rgb(36, 118, 168)), to(rgb(43, 178, 220)));
  background: linear-gradient(90deg, rgb(146, 61, 178) 0%, rgb(36, 118, 168) 50%, rgb(43, 178, 220) 100%);
  border-radius: 0.5rem;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
     object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 1;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-card {
  background-color: #fcfcfc;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  gap: 1.3125rem;
  padding: 47px 32px 40px;
  padding: 2.9375rem 2rem 2.5rem;
}

.p-card__heading-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-card__heading {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-card__description {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.p-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-card__icon.p-card__icon--management img {
  -o-object-fit: contain;
  height: 30px;
  height: 1.875rem;
     object-fit: contain;
  width: 30px;
  width: 1.875rem;
}

.p-card__icon.p-card__icon--tool img {
  -o-object-fit: contain;
  height: 33px;
  height: 2.0625rem;
     object-fit: contain;
  width: 33px;
  width: 2.0625rem;
}

.p-card__icon.p-card__icon--share img {
  -o-object-fit: contain;
  height: 33px;
  height: 2.0625rem;
     object-fit: contain;
  width: 30px;
  width: 1.875rem;
}

.p-card__icon.p-card__icon--ui-ux img {
  -o-object-fit: contain;
  height: 33px;
  height: 2.0625rem;
     object-fit: contain;
  width: 33px;
  width: 2.0625rem;
}

.p-footer {
  background-image: url(../img/common/footer-bg_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 81px 0 79px;
  padding: 5.0625rem 0 4.9375rem;
  position: relative;
}

.p-footer::after {
  background-color: #fcfcfc;
  border-bottom-right-radius: 40px;
  border-bottom-right-radius: 2.5rem;
  border-top-right-radius: 40px;
  border-top-right-radius: 2.5rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-footer__wrapper {
  position: relative;
  z-index: 1;
}

.p-footer__nav {
  background-color: #54698c;
  border-radius: 0.625rem;
  padding: 35px 32px;
  padding: 2.1875rem 2rem;
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.p-footer__nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  gap: 5px;
  gap: 0.3125rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.p-footer__nav-link::before {
  background-color: #009fa7;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  height: 0.25rem;
  width: 4px;
  width: 0.25rem;
}

.p-footer__info {
  background-color: #cccccc;
  border-radius: 0.625rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  padding: 32px;
  padding: 2rem;
}

.p-footer__info-logo {
  max-width: 154px;
  max-width: 9.625rem;
  width: 100%;
}

.p-footer__info-logo img {
  -o-object-fit: cover;
  aspect-ratio: 154/32;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-footer__info-text-block {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-footer__info-company,
.p-footer__info-address,
.p-footer__info-tel,
.p-footer__info-day {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.p-footer__copyright {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-footer__copyright small {
  color: #001f54;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.p-footer__page-top {
  border-radius: 0.5rem;
  height: 64px;
  height: 4rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  overflow: hidden;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.p-form__list {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__item {
  grid-gap: 0.1875rem;
  display: grid;
  gap: 3px;
  gap: 0.1875rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__item-layout {
  display: contents;
}

.p-form__heading label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-form__label {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.p-form__detail .wpcf7-checkbox,
.p-form__detail .wpcf7-radio {
  grid-gap: 0.4375rem;
  display: grid;
  gap: 7px;
  gap: 0.4375rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__detail label {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
}

.p-form__detail input:not([type=radio]):not([type=checkbox]),
.p-form__detail textarea {
  background-color: #fcfcfc;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
/*   color: #b0b0b0; */
  display: block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.75;
  padding: 15px 16px;
  padding: 0.9375rem 1rem;
  width: 100%;
}

.p-form__detail.p-form__detail--name input:not([type=radio]):not([type=checkbox]) {
  padding: 17px 16px;
  padding: 1.0625rem 1rem;
}

.p-form__detail input::-moz-placeholder, .p-form__detail textarea::-moz-placeholder {
  color: #b0b0b0;
}

.p-form__detail input::-webkit-input-placeholder, .p-form__detail textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}

.p-form__detail input:-ms-input-placeholder, .p-form__detail textarea:-ms-input-placeholder {
  color: #b0b0b0;
}

.p-form__detail input::-ms-input-placeholder, .p-form__detail textarea::-ms-input-placeholder {
  color: #b0b0b0;
}

.p-form__detail input::placeholder,
.p-form__detail textarea::placeholder {
  color: #b0b0b0;
}

.p-form__detail input[type=checkbox] + span,
.p-form__detail input[type=radio] + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  position: relative;
}

.p-form__detail input[type=radio] + span::before {
  aspect-ratio: 1/1;
  background-color: #fcfcfc;
  border: 1px solid #1b1b1b;
  border-radius: 50%;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 20px;
  width: 1.25rem;
}

.p-form__detail input[type=radio]:checked + span::after {
  aspect-ratio: 1/1;
  background-color: #1b1b1b;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  width: 20px;
  width: 1.25rem;
}

.p-form__detail input[type=checkbox] + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #1b1b1b;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 12px;
  width: 0.75rem;
}

.p-form__detail input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  margin: auto;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__detail textarea {
  height: 300px;
  height: 18.75rem;
}

.p-form__acceptance {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 26px;
  margin-top: 1.625rem;
  text-align: justify;
}

.p-form__acceptance input + span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  position: relative;
}

.p-form__acceptance input + span::before {
  aspect-ratio: 1/1;
  background-color: #fcfcfc;
  border: 1px solid #1b1b1b;
  border-radius: 0.125rem;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 28px;
  height: 1.75rem;
  width: 28px;
  width: 1.75rem;
}

.p-form__acceptance input:checked + span::before {
  background-color: #001f54;
}

.p-form__acceptance input:checked + span::after {
  border-bottom: 3px solid #fcfcfc;
  border-right: 3px solid #fcfcfc;
  content: "";
  display: inline-block;
  height: 14px;
  height: 0.875rem;
  left: 10px;
  left: 0.625rem;
  margin: auto;
  position: absolute;
  top: 35%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

.p-form__policy-description {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-form__policy-description a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #1b1b1b;
  text-decoration: underline;
}

.p-form__send-wrap {
  margin: 32px auto 0;
  margin: 2rem auto 0;
  max-width: 137px;
  max-width: 8.5625rem;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 0;
}

.p-form__send {
  background-color: #fcfcfc;
  border-radius: 0.5rem;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 0;
}

.p-form__send input {
  border-radius: 0.5rem;
  color: #fcfcfc;
  cursor: pointer;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.75;
  min-height: 64px;
  min-height: 4rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 2;
}

.p-form__send::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(146, 61, 178)), color-stop(50%, rgb(36, 118, 168)), to(rgb(43, 178, 220)));
  background: linear-gradient(90deg, rgb(146, 61, 178) 0%, rgb(36, 118, 168) 50%, rgb(43, 178, 220) 100%);
  border-radius: 0.5rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 1;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-header {
  background-color: transparent;
  height: 94px;
  height: 5.875rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  max-width: initial;
  padding: 0 24px;
  padding: 0 1.5rem;
}

.p-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 131px;
  max-width: 8.1875rem;
  width: 100%;
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 131/20;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__btn {
  margin-left: auto;
  max-width: 123px;
  max-width: 7.6875rem;
  width: 100%;
}

.p-media {
  height: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.p-media__text-block {
  min-height: 195px;
  min-height: 12.1875rem;
}

.p-media__heading {
  color: #fcfcfc;
}

.p-media__function-block {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-media__function {
  color: #54698c;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-media__number {
  color: #b0baca;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.p-media__sub-heading {
  color: #fcfcfc;
  font-size: max(26px, 10px);
  font-size: max(1.625rem, 10px);
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-media__sub-title {
  color: #fcfcfc;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-media__description {
  color: #fcfcfc;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-media__image {
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 319px;
  max-width: 19.9375rem;
  overflow: hidden;
  width: 100%;
}

.p-media__image img {
  -o-object-fit: cover;
  aspect-ratio: 319/187;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-media__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
  max-width: 247px;
  max-width: 15.4375rem;
  width: 100%;
}

.p-panel__image-wrap {
  background-color: #001c4c;
  border-radius: 2.5rem;
  padding: 37px 0;
  padding: 2.3125rem 0;
}

.p-panel__image-wrap.p-panel__image-wrap--space {
  padding: 35px 0 32px;
  padding: 2.1875rem 0 2rem;
}

.p-panel__image {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 162px;
  max-width: 10.125rem;
  width: 100%;
}

.p-panel__image img {
  -o-object-fit: cover;
  aspect-ratio: 162/334;
     object-fit: cover;
}

.p-panel__image2 {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 168px;
  max-width: 10.5rem;
  width: 100%;
}

.p-panel__image2 img {
  -o-object-fit: cover;
  aspect-ratio: 168/344;
     object-fit: cover;
}

.p-panel__text-block {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-panel__sub-heading {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fcfcfc;
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}

.p-panel__description {
  color: #fcfcfc;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-top-aim {
  background-color: #00112e;
  position: relative;
}

.p-top-aim::before {
  background-image: url(../img/common/contact-bg_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  bottom: 0rem;
  content: "";
  height: 50px;
  height: 3.125rem;
  position: absolute;
  right: 0px;
  right: 0rem;
  width: 50px;
  width: 3.125rem;
}

.p-top-aim__bg {
  background-image: url(../img/common/aim-bg_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 40px;
  border-bottom-right-radius: 2.5rem;
  border-top-right-radius: 40px;
  border-top-right-radius: 2.5rem;
  padding: 97px 0;
  padding: 6.0625rem 0;
  position: relative;
}

.p-top-aim__inner.l-inner {
  position: relative;
  z-index: 1;
}

.p-top-aim__heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-aim__wrapper {
  background-color: #fcfcfc;
  border-radius: 2.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 32px 24px 46px;
  padding: 2rem 1.5rem 2.875rem;
}

.p-top-aim__sub-heading {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 0 8px;
  padding: 0 0.5rem;
}

.p-top-aim__description {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 0 8px;
  padding: 0 0.5rem;
}

.p-top-aim__image {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-top-aim__image img {
  -o-object-fit: cover;
  aspect-ratio: 880/410;
/*   aspect-ratio: 279/280; */
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-contact {
  position: relative;
}

.p-top-contact::before {
  background-image: url(../img/common/white-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 50px;
  height: 3.125rem;
  left: 0px;
  left: 0rem;
  position: absolute;
  top: 0px;
  top: 0rem;
  width: 50px;
  width: 3.125rem;
  z-index: 1;
}

.p-top-contact::after {
  background-image: url(../img/common/contact-bg_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  bottom: 0rem;
  content: "";
  height: 50px;
  height: 3.125rem;
  position: absolute;
  right: 0px;
  right: 0rem;
  width: 50px;
  width: 3.125rem;
  z-index: 1;
}

.p-top-contact__bg {
  background-color: #fcfcfc;
  background-image: url(../img/common/contact-bg_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 40px;
  border-bottom-left-radius: 2.5rem;
  border-top-left-radius: 40px;
  border-top-left-radius: 2.5rem;
  padding: 81px 0 79px;
  padding: 5.0625rem 0 4.9375rem;
  position: relative;
  z-index: 1;
}

.p-top-contact__heading {
  color: #fcfcfc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-contact__form {
  background-color: #e8e9ee;
  border-radius: 2.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 49px 24px;
  padding: 3.0625rem 1.5rem;
}

.p-top-function {
  background-image: url(../img/common/function-bg_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 655px;
  min-height: 40.9375rem;
  padding: 80px 0;
  padding: 5rem 0;
  position: relative;
}

.p-top-function::before {
  background-image: url(../img/common/white-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  bottom: 0rem;
  content: "";
  height: 50px;
  height: 3.125rem;
  left: 0px;
  left: 0rem;
  position: absolute;
  width: 50px;
  width: 3.125rem;
  z-index: 1;
}

.p-top-function::after {
  background-image: url(../img/common/white-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 50px;
  height: 3.125rem;
  left: 0px;
  left: 0rem;
  position: absolute;
  top: 0px;
  top: 0rem;
  width: 50px;
  width: 3.125rem;
}

.p-top-function__bg::before {
  background: linear-gradient(to right, #02102e 0%, #02102e calc(7% - 1px), rgba(255, 255, 255, 0.12) calc(7% - 1px), rgba(255, 255, 255, 0.12) 7%, #02102e 7%, #02102e calc(50% - 1px), rgba(255, 255, 255, 0.12) calc(50% - 1px), rgba(255, 255, 255, 0.12) 50%, #02102e 50%, #02102e calc(93% - 1px), rgba(255, 255, 255, 0.12) calc(93% - 1px), rgba(255, 255, 255, 0.12) 93%, #02102e 93%, #02102e 100%);
  border-bottom-left-radius: 40px;
  border-bottom-left-radius: 2.5rem;
  border-top-left-radius: 40px;
  border-top-left-radius: 2.5rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.p-top-function__bg::after {
  background-color: #00112e;
  border-bottom-left-radius: 40px;
  border-bottom-left-radius: 2.5rem;
  border-top-left-radius: 40px;
  border-top-left-radius: 2.5rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.p-top-function__wrapper {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}

.p-top-function__progress {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-function__fix-item {
  margin-top: 450px;
  margin-top: 28.125rem;
}

.p-top-function__heading.c-section-heading {
  color: #fcfcfc;
}

.p-top-mv {
  padding: 128px 0 71px;
  padding: 8rem 0 4.4375rem;
  position: relative;
}

.p-top-mv::before {
  background-image: url(../img/common/white-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  bottom: 0rem;
  content: "";
  height: 50px;
  height: 3.125rem;
  left: 0px;
  left: 0rem;
  position: absolute;
  width: 50px;
  width: 3.125rem;
  z-index: 1;
}

.p-top-mv__bg-image01 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-top-mv__bg-image01 video {
  -o-object-fit: cover;
  border-bottom-left-radius: 40px;
  border-bottom-left-radius: 2.5rem;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-top-mv__bg-image01::before {
  background: linear-gradient(to right, transparent 0%, transparent calc(7% - 1px), rgba(255, 255, 255, 0.12) calc(7% - 1px), rgba(255, 255, 255, 0.12) 7%, transparent 7%, transparent calc(50% - 1px), rgba(255, 255, 255, 0.12) calc(50% - 1px), rgba(255, 255, 255, 0.12) 50%, transparent 50%, transparent calc(93% - 1px), rgba(255, 255, 255, 0.12) calc(93% - 1px), rgba(255, 255, 255, 0.12) 93%, transparent 93%, transparent 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.p-top-mv__bg-image01::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEklEQVR4AWNgAAH5kDNQgoEBABPnAn8CHFGKAAAAAElFTkSuQmCC);
  border-bottom-left-radius: 40px;
  border-bottom-left-radius: 2.5rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.p-top-mv__bg-image02 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-mv__bg-image02 img {
  -o-object-fit: cover;
  aspect-ratio: 375/670;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-mv__inner.l-inner {
  position: relative;
  z-index: 3;
}

.p-top-mv__lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #54698c;
  border-radius: 6.25rem;
  color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  max-width: 203px;
  max-width: 12.6875rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  width: 100%;
}

.p-top-mv__heading {
  color: #fcfcfc;
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-top-mv__heading-en {
  color: #fcfcfc;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-top-mv__logo {
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 284px;
  max-width: 17.75rem;
  width: 100%;
}

.p-top-mv__logo img {
  -o-object-fit: contain;
  aspect-ratio: 284/44;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-mv__image {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-top-mv__image img {
  -o-object-fit: cover;
  aspect-ratio: 327/223;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-platform {
  background-color: #00112e;
  padding: 48px 0 80px;
  padding: 3rem 0 5rem;
  position: relative;
}

.p-top-platform::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEklEQVR4AWNgAAH5kDNQgoEBABPnAn8CHFGKAAAAAElFTkSuQmCC);
  content: "";
  height: 50px;
  height: 3.125rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  width: 3.125rem;
}

.p-top-platform::after {
  background-image: url(../img/common/platform-bg_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 40px;
  border-bottom-right-radius: 2.5rem;
  border-top-right-radius: 40px;
  border-top-right-radius: 2.5rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-top-platform__inner.l-inner {
  position: relative;
  z-index: 1;
}

.p-top-platform__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-platform__heading-lead {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000d23;
  display: inline-block;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}

.p-top-platform__logo {
  display: inline-block;
  max-width: 203px;
  max-width: 12.6875rem;
  width: 100%;
}

.p-top-platform__logo img {
  -o-object-fit: cover;
  aspect-ratio: 203/32;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-platform__list {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.p-top-soon {
  background-image: url(../img/common/soon-bg_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 81px 0 78px;
  padding: 5.0625rem 0 4.875rem;
  position: relative;
}

.p-top-soon::before {
  background-image: url(../img/common/white-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  bottom: 0rem;
  content: "";
  height: 50px;
  height: 3.125rem;
  left: 0px;
  left: 0rem;
  position: absolute;
  width: 50px;
  width: 3.125rem;
  z-index: 1;
}

.p-top-soon::after {
  background-image: url(../img/common/white-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 50px;
  height: 3.125rem;
  left: 0px;
  left: 0rem;
  position: absolute;
  top: 0px;
  top: 0rem;
  width: 50px;
  width: 3.125rem;
}

.p-top-soon__inner.l-inner {
  position: relative;
  z-index: 2;
}

.p-top-soon__panel-list {
  grid-gap: 2.3125rem;
  display: grid;
  gap: 37px;
  gap: 2.3125rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-top-soon__heading {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fcfcfc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-top-soon__btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 247px;
  max-width: 15.4375rem;
  width: 100%;
}

.p-top-voice {
  background-color: #00112e;
  padding: 83px 0 81px;
  padding: 5.1875rem 0 5.0625rem;
  position: relative;
}

.p-top-voice::after {
  background-image: url(../img/common/voice-bg_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 40px;
  border-bottom-right-radius: 2.5rem;
  border-top-right-radius: 40px;
  border-top-right-radius: 2.5rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-top-voice__inner.l-inner {
  position: relative;
  z-index: 1;
}

.p-top-voice__heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-voice__lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #54698c;
  border-radius: 6.25rem;
  color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
.p-top-voice__lead2{
	margin-bottom:24px;
}
.p-top-voice__list {
  grid-gap: 2.0625rem;
  display: grid;
  gap: 33px;
  gap: 2.0625rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-top-voice__list2 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-top-voice__item {
  background-color: #fcfcfc;
  border-radius: 2.5rem;
  padding: 86px 32px 88px;
  padding: 5.375rem 2rem 5.5rem;
  position: relative;
}

.p-top-voice__item:first-child::after {
  background-image: url(../img/common/hands.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -62px;
  bottom: -3.875rem;
  content: "";
  height: 120px;
  height: 7.5rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  width: 5rem;
  z-index: 1;
}

.p-top-voice__item2 {
  background-color: #fcfcfc;
  border-radius: 2.5rem;
  padding: 86px 32px 88px;
  padding: 2.375rem 2rem 2rem;
  position: relative;
}

.p-top-voice__sub-heading {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: max(26px, 10px);
  font-size: max(1.625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}

.p-top-voice__item2 .p-top-voice__sub-heading {
  font-size: 32px;
  text-align: left;
}
.p-top-voice__item2 .p-top-voice__sub-heading2{
  font-size: 21px;
}
.p-top-voice__item2_box{
	margin-bottom:24px;
}

.p-top-voice__description {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-top-voice__description.p-top-voice__description--green {
  color: #009fa7;
}

.p-top-voice__description + .p-top-voice__description {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
.linktext{
	color:#009FA7;
	text-decoration:underline;
	display:block;
	width:100%;
	text-align:right;
}
.linktext::before{
	background:url(../../../../../../uploads/2025/lp/sw/case-icon.svg) no-repeat center center;
	filter: invert(41%) sepia(92%) saturate(3933%) hue-rotate(160deg) brightness(101%) contrast(102%); /* #009FA7 */
	width:20px;
	height:20px;
	content:"";
	padding-left:20px;
}
@media screen and (min-width: 768px){
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
  html {
    font-size: 1.2176560122vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-header {
    height: 90px;
    height: 5.625rem;
  }
  .l-inner {
    max-width: 1314px;
    max-width: 82.125rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .c-page-top {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    gap: 12px;
    gap: 0.75rem;
    height: 100%;
    max-height: 258px;
    max-height: 16.125rem;
    padding: 7px 0;
    padding: 0.4375rem 0;
  }
  .c-page-top.u-sp {
    display: none;
  }
  .c-page-top span {
    gap: 7px;
    gap: 0.4375rem;
  }
  .c-page-top span::before {
    -webkit-transform: translateX(-0.0625rem);
            transform: translateX(-0.0625rem);
  }
  .c-progress {
    height: 300px;
    height: 18.75rem;
    width: 3px;
    width: 0.1875rem;
  }
  .c-progress::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(146, 61, 178)), color-stop(50%, rgb(36, 118, 168)), to(rgb(43, 178, 220)));
    background: linear-gradient(180deg, rgb(146, 61, 178) 0%, rgb(36, 118, 168) 50%, rgb(43, 178, 220) 100%);
    -webkit-transform: scaleY(var(--progress));
            transform: scaleY(var(--progress));
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  .c-section-heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .c-small-btn__link {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 19px 20px;
    padding: 1.1875rem 1.25rem;
  }
  .p-card {
    padding: 88px 66px;
    padding: 5.5rem 4.125rem;
  }
  .p-card__heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-footer {
    padding: 96px 0 79px;
    padding: 6rem 0 4.9375rem;
  }
  .p-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    gap: 0.25rem;
    position: relative;
    z-index: 1;
  }
  .p-footer__nav {
    padding: 36px 30px;
    padding: 2.25rem 1.875rem;
    width: 46.677%;
  }
  .p-footer__info {
    background-color: #B0BACA;
    margin-top: 0;
    padding: 30px;
    padding: 1.875rem;
    width: 44.066%;
  }
  .p-footer__page-top {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(146, 61, 178)), color-stop(50%, rgb(36, 118, 168)), to(rgb(43, 178, 220)));
    background: linear-gradient(180deg, rgb(146, 61, 178) 0%, rgb(36, 118, 168) 50%, rgb(43, 178, 220) 100%);
    margin-top: 0;
    min-height: 192px;
    width: 8.6234%;
  }
  .p-form__list {
    display: block;
  }
  .p-form__item + .p-form__item {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-form__item-layout {
    grid-gap: 1rem;
    display: grid;
    gap: 16px;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-form__detail input:not([type=radio]):not([type=checkbox]),
  .p-form__detail textarea {
    padding: 14px 16px;
    padding: 0.875rem 1rem;
  }
  .p-form__detail input:not([type=radio]):not([type=checkbox]) {
    max-width: 392px;
    max-width: 24.5rem;
    width: 100%;
  }
  .p-form__item.p-form__item--inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 392px;
    max-width: 24.5rem;
    width: 100%;
  }
  .p-form__item.p-form__item--space {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .p-form__item.p-form__item--inline input:not([type=radio]):not([type=checkbox]) {
    display: inline-block;
  }
  .p-form__detail input[type=checkbox] + span,
  .p-form__detail input[type=radio] + span {
    gap: 14px;
    gap: 0.875rem;
  }
  .p-form__detail input[type=checkbox] + span::before {
    margin-top: 3px;
    margin-top: 0.1875rem;
    width: 16px;
    width: 1rem;
  }
  .p-form__acceptance {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-form__acceptance input:checked + span::after {
    top: 22%;
  }
  .p-form__policy-description {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-form__send-wrap {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-form__send input {
    min-height: 63px;
    min-height: 3.9375rem;
  }
  .p-form__send::after {
    min-height: 63px;
    min-height: 3.9375rem;
  }
  .p-header {
    height: 112px;
    height: 7rem;
  }
  .p-header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-header__logo {
    max-width: 180px;
    max-width: 11.25rem;
  }
  .p-header__logo-link img {
    aspect-ratio: 180/28;
  }
  .p-header__nav-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    padding: 1rem;
  }
  .p-header__nav-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fcfcfc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    font-weight: 700;
    gap: 24px;
    gap: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-top: 5px;
    padding-top: 0.3125rem;
  }
  .p-header__nav-item:first-child .p-header__nav-link {
    padding-left: 24px;
    padding-left: 1.5rem;
  }
  .p-header__nav-item:not(:first-child) .p-header__nav-link::before {
    background-color: #fcfcfc;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    height: 0.375rem;
    width: 6px;
    width: 0.375rem;
  }
  .p-header__btn {
    margin-left: 0;
    margin-left: initial;
    max-width: 166px;
    max-width: 10.375rem;
  }
  .p-media {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 39px;
    gap: 2.4375rem;
    left: auto;
    left: initial;
    position: static;
    position: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
  .p-media__text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 200px;
    gap: 12.5rem;
    max-width: 548px;
    max-width: 34.25rem;
    width: 100%;
  }
  .p-media__text-block {
    min-height: 0;
    min-height: initial;
  }
  .p-media__function-block {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-media__function {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-media__sub-heading {
    font-size: max(34px, 10px);
    font-size: max(2.125rem, 10px);
  }
  .p-media__sub-title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    min-height: 72px;
    min-height: 4.5rem;
  }
  .p-media__description {
    min-height: 85px;
    min-height: 5.3125rem;
  }
  .p-media__sticky-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 40px;
    gap: 2.5rem;
    position: sticky;
    position: -webkit-sticky;
    top: calc(50vh - 11.3125rem);
  }
  .p-media__image-wrap {
    aspect-ratio: 620/363;
    height: auto;
    max-width: 620px;
    max-width: 38.75rem;
    position: relative;
    width: 100%;
  }
  .p-media__image-wrap::before {
    aspect-ratio: 620/363;
    background-image: url(../img/common/tablet.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: auto;
    left: 0;
    max-width: 620px;
    max-width: 38.75rem;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .p-media__image {
    left: 50%;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 0;
    max-width: 580px;
    max-width: 36.25rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-media__image img {
    -o-object-fit: contain;
    aspect-ratio: 1158/644;
    border-radius: 1.25rem;
       object-fit: contain;
  }
  .p-media__btn {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 0;
    max-width: 247px;
    max-width: 15.4375rem;
    width: 100%;
  }
  .p-panel__image-wrap {
    max-width: 612px;
    max-width: 38.25rem;
    padding: 44px 0;
    padding: 2.75rem 0;
    width: 100%;
  }
  .p-panel__image-wrap.p-panel__image-wrap--space {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .p-panel__text-block {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-panel__sub-heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    min-height: 72px;
    min-height: 4.5rem;
  }
  .p-panel__sub-heading.p-panel__sub-heading--fz {
    font-size: max(22px, 10px);
    font-size: max(1.375rem, 10px);
  }
  .p-panel__description {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
  }
  .p-panel__description.p-panel__description--fz {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.02em;
    line-height: 1.75;
    margin-top: 11px;
    margin-top: 0.6875rem;
  }
  .p-top-aim__bg {
    background-image: url(../img/common/aim-bg.png);
  }
  .p-top-aim__wrapper {
    margin-top: 39px;
    margin-top: 2.4375rem;
    padding: 73px 24px 87px;
    padding: 4.5625rem 1.5rem 5.4375rem;
  }
  .p-top-aim__block {
    margin-left: auto;
    margin-right: auto;
/*     max-width: 505px;
    max-width: 31.5625rem; */
    max-width: 880px;
    width: 100%;
  }
  .p-top-aim__sub-heading {
    font-size: max(26px, 10px);
    font-size: max(1.625rem, 10px);
    padding: 0;
    text-align: center;
  }
  .p-top-aim__description {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-top: 12px;
    margin-top: 0.75rem;
    padding: 0;
    text-align:center;
  }
  .p-top-aim__image {
    margin-left: auto;
    margin-right: auto;
/*     max-width: 306px;
    max-width: 19.125rem; */
    max-width: 880px;
    width: 100%;
  }
  .p-top-contact__bg {
    background-image: url(../img/common/contact-bg.png);
    padding: 95px 0 97px;
    padding: 5.9375rem 0 6.0625rem;
  }
  .p-top-contact__inner.l-inner {
    max-width: 978px;
    max-width: 61.125rem;
  }
  .p-top-contact__form {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding: 65px 64px;
    padding: 4.0625rem 4rem;
  }
  .p-top-function {
    background-image: url(../img/common/function-bg.jpg);
    height: auto;
    height: initial;
    min-height: 0;
    min-height: initial;
    padding: 96px 0;
    padding: 6rem 0;
    width: 100%;
  }
  .p-top-function__bg::before {
    background: linear-gradient(to right, #02102e 0%, #02102e calc(6% - 1px), rgba(255, 255, 255, 0.1) calc(6% - 1px), rgba(255, 255, 255, 0.1) 6%, #02102e 6%, #02102e calc(28% - 1px), rgba(255, 255, 255, 0.1) calc(28% - 1px), rgba(255, 255, 255, 0.1) 28%, #02102e 28%, #02102e calc(50% - 1px), rgba(255, 255, 255, 0.1) calc(50% - 1px), rgba(255, 255, 255, 0.1) 50%, #02102e 50%, #02102e calc(72% - 1px), rgba(255, 255, 255, 0.1) calc(72% - 1px), rgba(255, 255, 255, 0.1) 72%, #02102e 72%, #02102e calc(94% - 1px), rgba(255, 255, 255, 0.1) calc(94% - 1px), rgba(255, 255, 255, 0.1) 94%, #02102e 94%, #02102e 100%);
  }
  .p-top-function__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    gap: 3.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: auto;
    left: initial;
    position: relative;
    top: auto;
    top: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
  .p-top-function__progress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .p-top-mv {
    padding: 128px 0 121px;
    padding: 8rem 0 7.5625rem;
  }
  .p-top-mv__bg-image01::before {
    background: linear-gradient(to right, transparent 0%, transparent calc(6% - 1px), rgba(255, 255, 255, 0.12) calc(6% - 1px), rgba(255, 255, 255, 0.12) 6%, transparent 6%, transparent calc(28% - 1px), rgba(255, 255, 255, 0.12) calc(28% - 1px), rgba(255, 255, 255, 0.12) 28%, transparent 28%, transparent calc(50% - 1px), rgba(255, 255, 255, 0.12) calc(50% - 1px), rgba(255, 255, 255, 0.12) 50%, transparent 50%, transparent calc(72% - 1px), rgba(255, 255, 255, 0.12) calc(72% - 1px), rgba(255, 255, 255, 0.12) 72%, transparent 72%, transparent calc(94% - 1px), rgba(255, 255, 255, 0.12) calc(94% - 1px), rgba(255, 255, 255, 0.12) 94%, transparent 94%, transparent 100%);
  }
  .p-top-mv__bg-image02 img {
    aspect-ratio: 1440/736;
    border-bottom-left-radius: 40px;
    border-bottom-left-radius: 2.5rem;
  }
  .p-top-mv__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.684%;
    margin-top: 57px;
    margin-top: 3.5625rem;
  }
  .p-top-mv__text-block {
    margin-top: 59px;
    margin-top: 3.6875rem;
    width: 49%;
  }
  .p-top-mv__lead {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    max-width: 270px;
    max-width: 16.875rem;
    padding: 9px 20px;
    padding: 0.5625rem 1.25rem;
  }
  .p-top-mv__heading {
    font-size: max(38px, 10px);
    font-size: max(2.375rem, 10px);
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-top-mv__heading-en {
    font-size: max(26px, 10px);
    font-size: max(1.625rem, 10px);
  }
  .p-top-mv__logo {
    max-width: 414px;
    max-width: 25.875rem;
  }
  .p-top-mv__logo img {
    aspect-ratio: 414/64;
  }
  .p-top-mv__btn {
    margin-top: 24px;
    margin-top: 1.5rem;
    max-width: 247px;
    max-width: 15.4375rem;
    width: 100%;
  }
  .p-top-mv__image {
    margin-top: 0;
    width: 50.316%;
  }
  .p-top-mv__image img {
    aspect-ratio: 636/430;
  }
  .p-top-platform {
    padding: 96px 0 97px;
    padding: 6rem 0 6.0625rem;
  }
  .p-top-platform::after {
    background-image: url(../img/common/platform-bg.png);
  }
  .p-top-platform__heading {
    gap: 8px;
    gap: 0.5rem;
  }
  .p-top-platform__heading-lead {
    display: block;
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-top-platform__logo {
    display: block;
    max-width: 280px;
    max-width: 17.5rem;
  }
  .p-top-platform__logo img {
    aspect-ratio: 280/44;
  }
  .p-top-platform__list {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-soon {
    background-image: url(../img/common/soon-bg.jpg);
    padding: 97px 0 95px;
    padding: 6.0625rem 0 5.9375rem;
  }
  .p-top-soon__panel-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-soon__btn {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-top-voice {
    padding: 96px 0 95px;
    padding: 6rem 0 5.9375rem;
  }
  .p-top-voice::after {
    background-image: url(../img/common/voice-bg.png);
  }
  .p-top-voice__lead {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    max-width: 270px;
    max-width: 18.875rem;
    padding: 9px 20px;
    padding: 0.5625rem 1.25rem;
  }
  .p-top-voice__lead2{
  margin-bottom:0;
}
  .p-top-voice__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-voice__list2 {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-voice__item {
    padding: 89px 64px 89px;
    padding: 5.5625rem 4rem 5.5625rem;
  }
  .p-top-voice__item:first-child::after {
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    right: -55px;
    right: -3.4375rem;
    top: 38%;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
  .p-top-voice__item2 {
    padding: 89px 64px 89px;
    padding: 5.5625rem 4rem 5.5625rem;
  }
	.p-top-voice__item2_boxWrap{	
	display:flex;
    column-gap: 24px;
	padding:24px 0;
	}
	.p-top-voice__item2_box{
		width:100%;
	}
  .p-top-voice__description {
    margin-top: 11px;
    margin-top: 0.6875rem;
  }
  .p-top-voice__description2 {
    margin-top: 8px;
  }
  .u-letter__normal {
    letter-spacing: normal;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (min-width: 1314px){
  html {
    font-size: 16px;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
  .c-btn__link:hover {
    color: #1b1b1b;
  }
  .c-btn__link:hover::before {
    background-color: #1b1b1b;
  }
  .c-btn:hover::after {
    opacity: 0;
  }
  .c-small-btn__link:hover {
    color: #1b1b1b;
  }
  .c-small-btn:hover::after {
    opacity: 0;
  }
  .p-form__send input:hover {
    color: #1b1b1b;
  }
  .p-form__send:hover::after {
    opacity: 0;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.7;
  }
  .c-btn__link:active {
    color: #1b1b1b;
  }
  .c-btn__link:active::before {
    background-color: #1b1b1b;
  }
  .c-btn:active::after {
    opacity: 0;
  }
  .c-small-btn__link:active {
    color: #1b1b1b;
  }
  .c-small-btn:active::after {
    opacity: 0;
  }
  .p-form__send input:active {
    color: #1b1b1b;
  }
  .p-form__send:active::after {
    opacity: 0;
  }
}

@media screen and (min-width: 980px){
  .p-footer__page-top {
    height: 100%;
    max-height: 258px;
    max-height: 16.125rem;
  }
}
/*# sourceMappingURL=style.css.map */
