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

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

html {
  line-height: 1;
}

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

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 392px) {
  html {
    font-size: calc(16 / 393 * 100vw);
  }
}

body {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

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

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: inherit;
  padding: 0 7.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 540px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 500px;
  }
}

.l-footer {
  background: #fff;
  text-align: center;
  padding-block: 8.25rem 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 5rem;
  }
}

.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.l-footer__logo img {
  width: 17.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 8.4375rem;
    height: auto;
  }
}

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

.l-footer__sns-link img {
  width: 1.4375rem;
  aspect-ratio: 23/24;
}

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

.l-footer__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    width: auto;
  }
}
.l-footer__link span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__link span svg {
  width: 1.125rem;
  height: 1.125rem;
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    -webkit-margin-before: 1.5625rem;
            margin-block-start: 1.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.l-footer__under-copy {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__under-copy {
    -webkit-margin-before: 1.5625rem;
            margin-block-start: 1.5625rem;
  }
}

.l-footer__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom-list {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .l-footer__bottom-list a {
    border-bottom: 0.0625rem solid currentColor;
  }
}

.l-footer__bottom-list li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-footer__bottom-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 0.125rem;
  background-color: #1a1a1a;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-footer__bottom-list li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom-list li a:hover::after {
    display: none;
  }
}

.l-scroll-wrap {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.l-wrap {
  position: relative;
  top: 0;
  z-index: 1;
}

.c-btn__btn {
  padding: 0.5rem 1.625rem;
  background: rgba(0, 0, 0, 0.33);
  color: #fff;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (hover: hover) {
  .c-btn__btn:hover {
    background: rgba(25, 111, 176, 0.33);
  }
}
@media screen and (max-width: 767px) {
  .c-btn__btn {
    font-size: 0.875rem;
  }
}

.c-btn-link-purple-grad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  color: #fff;
  border-radius: 5.625rem;
  border: 1px solid #40F;
  border-radius: 90px;
  background: linear-gradient(137deg, #40F 12.87%, #E054FF 87.13%);
  padding-block: 1rem;
  padding-inline: 1.5rem;
  -webkit-transition: background 0.4s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.4s ease, color 0.3s ease, border 0.3s ease;
}
@media (hover: hover) {
  .c-btn-link-purple-grad:hover {
    border: 1px solid #40F;
    color: #40F;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-link-purple-grad {
    padding-block: 0.75rem;
    padding-inline: 0.75rem;
  }
}

.c-btn-link-purple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  color: #FFF;
  border-radius: 5.625rem;
  border: 1px solid transparent;
  background: #40F;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  -webkit-transition: background 0.4s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.4s ease, color 0.3s ease, border 0.3s ease;
}
@media (hover: hover) {
  .c-btn-link-purple:hover {
    border: 1px solid #40F;
    color: #40F;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-link-purple {
    padding-block: 0.75rem;
    padding-inline: 0.75rem;
  }
}

.c-btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}

.c-btn__l {
  font-size: 1.125rem;
  height: 5.125rem;
  width: 17.625rem;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-btn__l {
    width: 12.5rem;
    font-size: 0.875rem;
    height: 3.75rem;
  }
}

.c-btn__m {
  font-size: 1.125rem;
  height: 4.125rem;
  width: 12.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-btn__m {
    width: 11.25rem;
    font-size: 0.875rem;
    height: 3.75rem;
  }
}

.c-btn-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-btn-contents {
    gap: 1rem;
  }
}

.c-cta {
  position: relative;
  overflow: hidden;
  /* グラデーションは本体に */
  background: linear-gradient(179deg, rgba(217, 217, 217, 0) 1.07%, #FFF 98.8%);
}

.c-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../assets/img/cta__bg.webp") center/cover no-repeat;
  opacity: 0.8;
  z-index: -1;
}

.p-cta-inner {
  width: 100%;
  max-width: 90rem;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cta-inner {
    padding-block: 3.75rem;
    padding-inline: 1.25rem;
    max-width: 33.75rem;
  }
}

.c-cta-ttl {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-wrap: nowrap;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cta-ttl {
    font-size: 1.5rem;
  }
}

.c-heading-gradient-anim {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.c-grad-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* グラデ文字（先発アニメ） */
.c-text-grad {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(137deg, #40F 12.87%, #E054FF 87.13%);
  background-size: 200% auto;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  clip-path: inset(0 100% 0 0);
}

/* 黒文字（後発アニメ用） */
.c-text-black {
  color: #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  clip-path: inset(0 100% 0 0);
}

.c-grad-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-sec-gradient-anim {
  position: relative;
  display: inline-block;
}

.c-sec__heading-en {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background: linear-gradient(137deg, #40F 12.87%, #E054FF 87.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .c-sec__heading-en {
    font-size: 1rem;
  }
}

.c-sec-gradient-anim__base-01 {
  color: #1A1A1A;
}

.c-sec-gradient-anim__grad-01 {
  position: absolute;
  inset: 0;
  background: linear-gradient(137deg, #40F 12.87%, #E054FF 87.13%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.c-sec__heading-ja {
  color: #1A1A1A;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  display: block;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), color-stop(33%, transparent));
  -webkit-mask-image: linear-gradient(90deg, #fff 25%, transparent 33%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), color-stop(33%, transparent));
          mask-image: linear-gradient(90deg, #fff 25%, transparent 33%);
  -webkit-mask-size: 400% 400%;
          mask-size: 400% 400%;
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
  -webkit-transition: -webkit-mask-position 1.2s ease;
  transition: -webkit-mask-position 1.2s ease;
  transition: mask-position 1.2s ease;
  transition: mask-position 1.2s ease, -webkit-mask-position 1.2s ease;
}
@media screen and (max-width: 767px) {
  .c-sec__heading-ja {
    font-size: 1.5rem;
  }
}

.c-sec__heading-ja.is-active {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
}

.c-sec__tx {
  color: #1A1A1A;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-sec__tx {
    font-size: 0.875rem;
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
    text-align: start;
  }
}

.c-sec-under__heading-en {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #40F;
}
@media screen and (max-width: 767px) {
  .c-sec-under__heading-en {
    font-size: 1rem;
  }
}

.c-sec-under__heading-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .c-sec-under__heading-ja {
    font-size: 1.5rem;
  }
}

.c-sec-under-heading-wrap {
  text-align: center;
}

.swiper__cards-inner {
  overflow: hidden;
}

.swiper-slide__card {
  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;
}
.swiper-slide__card p {
  font-size: 1.875rem;
  font-weight: 700;
}
.swiper-slide__card {
  width: 9.375rem;
  height: 5rem;
  aspect-ratio: 150/80;
  background: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .swiper-slide__card {
    width: 5rem;
    height: auto;
  }
}

.c-swiper-container__cards + .c-swiper-container__cards {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-swiper-container__cards + .c-swiper-container__cards {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.swiper-wrapper__cards {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.card__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}

.card__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}

/* 位置のreset */
.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,
.swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 0.4375rem 0.6875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #2A9BDB;
  background: #FFF;
  -webkit-box-shadow: 0.25rem 0.25rem 0.9375rem 0 rgba(1, 43, 55, 0.05);
          box-shadow: 0.25rem 0.25rem 0.9375rem 0 rgba(1, 43, 55, 0.05);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #2A9BDB;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 2rem;
  height: 0.125rem;
  aspect-ratio: 1;
  border-radius: 0;
  background: #40F;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: linear-gradient(51deg, #196FB0 -17.6%, #45AFE9 13.73%, #42ADE9 39.32%, #A9FBFF 92.02%);
}

.p-article-swiper-control {
  width: 100%;
}

.p-article__swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  position: relative;
  width: 100%;
}

.p-article__swiper-btn .swiper-pagination {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto !important;
  gap: 0.5rem;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  position: static !important;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.swiper-btn-arrow {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-btn-arrow svg path {
  fill: #2A9BDB;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.swiper-btn-arrow:hover {
  border-color: #2A9BDB;
}
.swiper-btn-arrow:hover svg path {
  fill: white;
}

.c-under-sec-padding {
  padding-block: 9rem 10rem;
}
@media screen and (max-width: 767px) {
  .c-under-sec-padding {
    padding-block: 3.75rem;
  }
}

.c-arrow-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
@media (hover: hover) {
  .c-arrow-link:hover .c-arrow-link__icon {
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
  .c-arrow-link:hover .c-arrow-link__text::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media (hover: hover) {
  .c-arrow-link-back:hover .c-arrow-link__icon {
    -webkit-transform: translateX(-0.375rem);
            transform: translateX(-0.375rem);
  }
}

.c-arrow-link__text {
  position: relative;
}
.c-arrow-link__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-arrow-link__icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-arrow-link__icon img {
  width: 1.5rem;
  aspect-ratio: 24/24;
}

.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.c-breadcrumbs__item-link span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.c-breadcrumbs-item {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #999;
}

.c-link-anim {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.c-link-anim::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 0.125rem;
  background-color: #1a1a1a;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-link-anim:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    -webkit-padding-before: 0.75rem;
            padding-block-start: 0.75rem;
    padding-inline: 1.25rem;
  }
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 10.5rem 1fr;
  height: 4.5rem;
  padding-block: 0.75rem;
  padding-inline: 2rem 1.25rem;
  border-radius: 56.25rem;
  border: 1px solid #DDD;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 1.25rem;
    height: 2.8125rem;
  }
}

.p-header__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-header__logo img {
  width: 10.475625rem;
  height: 1.477125rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    width: 6.25rem;
    height: auto;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.p-header__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.p-header__list li {
  position: relative;
  list-style: none;
}

.p-header__list li a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 0;
  height: 0.125rem;
  background-color: #1a1a1a;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.p-header__list li a:hover::after {
  width: 100%;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 1.75rem;
  right: 2.5rem;
  width: 2rem;
  height: 0.625rem;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 0.125rem;
  background: #1a1a1a;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.21875rem;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  rotate: -45deg;
  translate: 0 -0.25rem;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 18.75rem;
  height: 100vh;
  height: 100svh;
  background: var(--gurade, linear-gradient(137deg, #40F 12.87%, #E054FF 87.13%));
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 4.875rem 2.5rem;
  padding-left: 2.125rem;
  color: #fff;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  margin-bottom: 2rem;
  list-style: none;
}
.p-drawer__list li a {
  font-size: 1.25rem;
  font-weight: 400;
}

.p-drawer__btn-wrap {
  display: grid;
  gap: 2.5rem;
}

.p-drawer__btn {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
}

/* 背景 */
.p-top__fv {
  position: relative;
  z-index: 1;
  padding-block: 11rem 3.75rem;
  background: url("../../assets/img/fv_bg.webp") center center/cover no-repeat;
  width: 100%;
  min-height: clamp(43.75rem, 100svh, 56.25rem);
  overflow: hidden;
}
.p-top__fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top__fv::after {
    height: 28.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv {
    padding-block: 8.75rem 3.75rem;
  }
}

.p-top__fv-inner {
  max-width: 120rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-top__fv-inner {
    max-width: 33.75rem;
    padding: 0 1.25rem;
  }
}

.p-top__fv-heading-ja {
  color: #1A1A1A;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv-heading-ja {
    font-size: 2rem;
  }
}

.p-top__fv-txt {
  color: #1A1A1A;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv-txt {
    font-size: 0.875rem;
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.p-top__btn-contents {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top__btn-contents {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-top__fv-swiper-container,
.p-top__fv-swiper,
.p-top__fv-swiper-wrapper,
.p-top__fv-swiper-slide {
  position: relative;
}

.p-top__fv-swiper-container {
  -webkit-margin-before: 7.5rem;
          margin-block-start: 7.5rem;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1920px) {
  .p-top__fv-swiper-container {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv-swiper-container {
    -webkit-margin-before: 1.375rem;
            margin-block-start: 1.375rem;
    max-width: 37.5rem;
    margin-inline: unset;
  }
}

.p-top__fv-swiper {
  overflow: hidden;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-top__fv-swiper {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}

.p-top__fv-swiper-slide {
  width: 100%;
  border-radius: 0.625rem;
  background: #FFF;
  -webkit-box-shadow: 0.375rem 0.375rem 0.625rem 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0.375rem 0.375rem 0.625rem 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-top__fv-swiper-slide.swiper-slide-active {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
@media screen and (max-width: 767px) {
  .p-top__fv-swiper-slide.swiper-slide-active {
    -webkit-transform: none;
            transform: none;
  }
}

.c-hover-opa {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-hover-opa:hover {
  opacity: 0.6;
}

.p-top__dep {
  opacity: 0.1;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-block: 9.1875rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-top__dep {
    padding-block: 5rem 3.75rem;
  }
}

.p-top__dep-head-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 39.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top__dep-head-contents {
    width: 100%;
  }
}

.p-top__dep-txt {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
.p-top__dep-bg {
  position: absolute;
  content: "";
  width: 50.8125rem;
  aspect-ratio: 813/500;
  top: calc(50% + 0.625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top__dep-bg {
    width: 12.5rem;
    top: calc(50% - 2.5rem);
  }
}

.p-top__dep-bg-01 {
  left: -30rem;
}
@media screen and (max-width: 767px) {
  .p-top__dep-bg-01 {
    left: -0.625rem;
  }
}

.p-top__dep-bg-02 {
  right: -30rem;
}
@media screen and (max-width: 767px) {
  .p-top__dep-bg-02 {
    right: -0.625rem;
  }
}

.p-top__dep-intro {
  -webkit-margin-before: 11.75rem;
          margin-block-start: 11.75rem;
}
@media screen and (max-width: 767px) {
  .p-top__dep-intro {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

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

.p-top__dep-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__dep-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top__dep-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top__dep-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top__dep-wrap {
  display: grid;
  gap: 3rem;
  width: 33.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__dep-wrap {
    width: 100%;
    gap: 1.5rem;
  }
}

.p-top__dep-item-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__dep-item-ttl {
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-top__dep-item-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__dep-item-txt {
    font-size: 0.875rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-top__dep-arrow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-top__dep-img {
  position: relative;
}
.p-top__dep-img img {
  width: 37.5rem;
  height: 23.75rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top__dep-img img {
    width: 18.75rem;
    height: auto;
  }
}
.p-top__dep-img::before {
  position: absolute;
  content: "";
  width: 30.625rem;
  aspect-ratio: 490/292;
  border-radius: 5px;
  top: 2.75rem;
  left: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top__dep-img::before {
    width: 17.5rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.p-top__dep-img-01::before {
  background: url("../../assets/img/dep_img-01.webp") center center/cover no-repeat;
}

.p-top__dep-img-02::before {
  background: url("../../assets/img/dep_img-02.webp") center center/cover no-repeat;
}

.p-top__func {
  padding-block: 10rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-top__func {
    padding-block: 5rem;
  }
}

.p-top__func-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3125rem;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__func-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-top__func-item {
  width: 100%;
  min-height: 27.25rem;
  border-radius: 0.8125rem;
  background: linear-gradient(209deg, #FAF8FF 4.01%, #EFEFFF 131.68%);
}
@media screen and (max-width: 767px) {
  .p-top__func-item {
    min-height: auto;
    max-width: 23.75rem;
  }
}

.p-top__func-item-inner {
  padding-block: 4rem;
  padding-inline: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top__func-item-inner {
    padding-block: 1.5rem;
    padding-inline: 1.5rem;
  }
}

.p-top__func-item-num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top__func-item-num {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  background: linear-gradient(137deg, #40F 12.87%, #E054FF 87.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-top__func-item-num {
    font-size: 1.25rem;
  }
}

.p-top__func-item-icon img {
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top__func-item-icon img {
    width: 2.5rem;
    height: auto;
  }
}

.p-top__func-item-ttl {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__func-item-ttl {
    font-size: 1.125rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-top__func-item-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  min-height: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top__func-item-txt {
    min-height: 7.5rem;
    font-size: 0.875rem;
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.p-top__usecase {
  padding-block: 7.5rem 4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__usecase {
    padding-block: 5rem;
  }
}

.p-top__usecase-btn-contents {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top__usecase-btn-contents {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.c-article-card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  width: 100%;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .c-article-card__list {
    max-width: 20.9375rem;
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.c-article-card__item-tle {
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.c-article-card__item-tle-pd {
  padding-inline: 1.25rem;
  height: 4.875rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}

.c-article-card__item-btm-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-article-card__item-btm-wrap-pd {
  padding-inline: 1.25rem;
  -webkit-padding-after: 1.25rem;
          padding-block-end: 1.25rem;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.c-article-card__item-date {
  color: #444;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}

.c-article-card__item-btn {
  -webkit-padding-end: 0.375rem;
          padding-inline-end: 0.375rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-article-card__item-btn svg {
  width: 1.5rem;
  aspect-ratio: 24/24;
}

.c-article-card__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  margin-bottom: 2.5rem;
  overflow: hidden;
  background: #FFF;
  border-radius: 0.3125rem;
  border: 1px solid #D2D2D2;
}
@media (hover: hover) {
  .c-article-card__item:hover {
    border: 1px solid #40F;
  }
}
@media (hover: hover) {
  .c-article-card__item:hover .c-article-card__item-btn {
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
}

.c-article-card__item-img {
  overflow: hidden;
  -webkit-padding-before: 1.25rem;
          padding-block-start: 1.25rem;
  padding-inline: 1.25rem;
}
.c-article-card__item-img img {
  border-radius: 0.3125rem;
}

.c-article-card__item-img picture {
  width: 100%;
}

.p-article-card__item-tle {
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 1.5625rem;
  -ms-flex-item-align: center;
      align-self: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-article-card__item-tle {
    padding-top: 1rem;
  }
}
.p-article-card__item:hover .p-article-card__item-tle {
  color: #40F;
}

.p-article-card__others {
  padding-block: 6rem 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-article-card__others {
    padding-block: 3.75rem 1.5rem;
  }
}

.p-article-card__list-others {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}

.p-article-card__item.p-top__article-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-article-card__item-tle.p-top__article-card__item-tle {
  -ms-flex-item-align: start;
      align-self: start;
}

.p-top-article-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding-block: 1.25rem;
  padding-inline: 1.5rem;
  border-radius: 0.3125rem;
  border: 1px solid #DDD;
  background: #FFF;
  min-height: 9.375rem;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-article-card__item {
    max-width: 23.75rem;
  }
}
@media (hover: hover) {
  .p-top-article-card__item:hover .c-article-card__item-btn {
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
}

.p-top-article-card__item-icon img {
  width: 3rem;
  aspect-ratio: 48/48;
}

.p-top-article-card__item-wrap {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.p-single-article {
  padding-block: 9.0625rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-article {
    padding-block: 6.25rem 1.5rem;
  }
}

.p-single-article-arrow-link__text {
  color: #40A;
}

.wp-block-group li, dd {
  list-style-type: disc;
}

.wp-block-group ul {
  list-style-type: disc;
  list-style-position: inside; /* ← コレがポイント */
  background-color: #b0bcc7; /* 例：背景色 */
  padding: 1.5em;
  border-radius: 8px;
}

/* タイトル */
.p-single-article__title h1 {
  font-size: 2rem;
  color: #1A1A1A;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-single-article__title h1 {
    font-size: 1.5rem;
  }
}

/* アイキャッチ画像 */
.p-single-article__main-img {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}

.p-single-article__head-wrap {
  margin-block: 1.5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__head-wrap {
    margin-block: 1.25rem 2.5rem;
  }
}

.p-single-article__item-date {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__item-date {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-single-article__inner {
  padding-inline: 12.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single-article__inner {
    padding-inline: 0;
  }
}

.p-single-article__inner p {
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__inner p {
    font-size: 0.875rem;
  }
}

.p-single-article__inner p a {
  color: #40F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.p-single-article__inner p.site a,
.p-single-article__inner p.out a,
.p-single-article__inner p.pdf a {
  position: relative;
  -webkit-padding-end: 1.75rem;
          padding-inline-end: 1.75rem;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-single-article__inner p.site a::before,
.p-single-article__inner p.out a::before,
.p-single-article__inner p.pdf a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  width: 1rem;
  height: 1rem;
  background: url("../../assets/img/icon-link-arrow.svg") center center/cover no-repeat;
}

.p-single-article__inner p.site a::before {
  background: url("../../assets/img/icon-link-arrow.svg") center center/cover no-repeat;
}

.p-single-article__inner p.out a::before {
  background: url("../../assets/img/icon-link-out.svg") center center/cover no-repeat;
}

.p-single-article__inner p.pdf a::before {
  background: url("../../assets/img/icon-link-pdf.svg") center center/cover no-repeat;
}

.p-single-article__inner p.site a::after,
.p-single-article__inner p.out a::after,
.p-single-article__inner p.pdf a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 0;
  height: 0.0625rem;
  background-color: #40A;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.p-single-article__inner p.site a:hover::after,
.p-single-article__inner p.out a:hover::after,
.p-single-article__inner p.pdf a:hover::after {
  width: 100%;
}

.p-single-article__index {
  padding: 2rem;
  border: 0.0625rem solid #40F;
  margin-block: 5rem;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .p-single-article__index {
    margin-block: 1.5rem;
  }
}

.p-single-article__index ul li {
  margin-bottom: 0.5rem;
}

.p-single-article__index ul li:last-child {
  margin-bottom: 0;
}

.p-single-article__index ul li {
  list-style: none;
}

.p-single-article__index ul li a {
  display: inline-block; /* 下線をテキスト幅に */
  border-bottom: 0.0625rem solid currentColor;
  padding-bottom: 0.0625rem;
}

.index-level-h2 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

.index-level-h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}

.index-level-h4 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
}

.p-single-article__index-tle {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  background: linear-gradient(51deg, #196FB0 -17.6%, #45AFE9 13.73%, #42ADE9 39.32%, #A9FBFF 92.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wp-block-list, .wp-block-table.wp-block-list {
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}

.p-single-article__main h2 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.055em;
  position: relative;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
  -webkit-padding-start: 1.375rem;
          padding-inline-start: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__main h2 {
    font-size: 1.375rem;
    -webkit-margin-after: 0.75rem;
            margin-block-end: 0.75rem;
  }
}
.p-single-article__main h2::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 0.875rem;
  height: 1.375rem;
  background: url("../../assets/img/icon-head.svg") center center/cover no-repeat !important;
}

.p-single-article__main h3 {
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.002em;
  position: relative;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: solid 0.0625rem #ddd;
}
@media screen and (max-width: 767px) {
  .p-single-article__main h3 {
    font-size: 1rem;
    -webkit-margin-after: 0.75rem;
            margin-block-end: 0.75rem;
  }
}
.p-single-article__main h3::before {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  width: 2rem;
  height: 0.125rem;
}
.p-single-article__main h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  width: 5%;
  height: 0.0625rem;
  background: url("../../assets/img/border-purple.svg") center center/cover no-repeat;
}

.p-single-article__main h4 {
  color: #1A1A1A;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__main h4 {
    font-size: 1rem;
    -webkit-margin-after: 0.75rem;
            margin-block-end: 0.75rem;
  }
}

.wp-block-list {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.wp-block-list li {
  margin-bottom: 0.75rem;
}

.wp-block-list li:last-child {
  margin-bottom: 0;
}

ul.wp-block-list {
  list-style: none !important;
}

ul.wp-block-list > li {
  position: relative !important;
  padding-left: 0.75rem !important;
  font-size: 1.125rem;
}

ul.wp-block-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  background: #1a1a1a;
  border-radius: 50%;
}

ol.wp-block-list {
  list-style: decimal !important;
  padding-left: 1.5rem !important;
  font-size: 1.125rem;
}

ol.wp-block-list > li::marker {
  color: #40F;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

ol.wp-block-list > li::before {
  content: none !important;
}

/* 共通：LI の左パディング */
ul.wp-block-list > li {
  position: relative;
  padding-left: 2rem !important;
}

/* チェック済みチェックボックス */
ul.wp-block-list > li.check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../assets/img/icon-check-box-mark.svg") center center/cover no-repeat !important;
  border-radius: 0%;
}

/* 空のチェックボックス */
ul.wp-block-list > li.box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../assets/img/icon-check-box.svg") center center/cover no-repeat !important;
  border-radius: 0%;
}

.wp-block-table table.has-fixed-layout {
  border-collapse: collapse;
  table-layout: auto !important;
}

.wp-block-table table.has-fixed-layout col {
  width: auto !important;
}

.wp-block-table table.has-fixed-layout td,
.wp-block-table table.has-fixed-layout th {
  width: auto !important;
  white-space: normal;
  border: 0.0625rem solid #40F;
}

.wp-block-table table.has-fixed-layout td {
  padding: 1rem 1.25rem;
  border-bottom: 0.0625rem solid #ddd;
  border-right: 0.0625rem solid #ddd;
  text-wrap: nowrap;
}

.wp-block-table table.has-fixed-layout td:first-child {
  border-left: none;
}

.wp-block-table table.has-fixed-layout tr:first-child td {
  border-top: none;
  border-bottom: none;
}

.wp-block-table table.has-fixed-layout tr:nth-child(2) td {
  border-top: none;
}

.wp-block-table table.has-fixed-layout tr:first-child td {
  background: #F7F7F7;
  color: #40F;
  border-top: none;
  border-bottom: 0.0625rem solid #ddd;
  border-left: none;
  border-right: 0.0625rem solid #ddd;
}

.wp-block-table table.has-fixed-layout td {
  color: #1a1a1a;
}

.wp-block-table table.has-fixed-layout tr td:last-child {
  border-right: none;
}

.p-single-article-problem-head {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  -webkit-padding-start: 1.375rem;
          padding-inline-start: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-single-article-problem-head {
    font-size: 1.375rem;
  }
}
.p-single-article-problem-head::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 0.875rem;
  height: 1.375rem;
  background: url("../../assets/img/icon-head.svg") center center/cover no-repeat !important;
}

.p-single-article-problem__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single-article-problem__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-single-article-problem__box {
  padding-block: 2rem 1.25rem;
  padding-inline: 2rem;
  border-radius: 0.625rem;
  min-width: 23rem;
}
@media screen and (max-width: 767px) {
  .p-single-article-problem__box {
    min-width: 100%;
  }
}
.p-single-article-problem__box.is-problem {
  background: #E8E8E8;
}
.p-single-article-problem__box.is-effect {
  background: #fff;
  border: 1px solid #DCDCDC;
}
.p-single-article-problem__box h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  -webkit-padding-after: 0.9375rem;
          padding-block-end: 0.9375rem;
  border-bottom: solid 1px #B4B4B4;
}
.p-single-article-problem__box h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 1.25rem;
  letter-spacing: 0.1em;
}
.p-single-article-problem__box h4:first-of-type {
  margin-top: 1.9375rem;
}
.p-single-article-problem__box p {
  font-size: 0.875rem;
  margin-top: 0.75rem;
  line-height: 1.8;
}

.p-single-article-problem__arrow svg {
  width: 1rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single-article-problem__arrow svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 2.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.p-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-pagination li a, .p-pagination li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  color: #40F;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 50%;
}
.p-pagination li a:hover {
  color: #fff;
  border-radius: 3.125rem;
  background-color: #40F;
}
.p-pagination li .current {
  border-radius: 3.125rem;
  background-color: #40F;
  color: #fff;
  pointer-events: none;
}
.p-pagination .prev a, .p-pagination .next a {
  border: none;
  background: none;
  font-size: 1.25rem;
  width: auto;
  height: auto;
  padding-inline: 0.5rem;
  border-radius: 50%;
}
.p-pagination .prev a:hover svg path, .p-pagination .next a:hover svg path {
  fill: white;
}
.p-pagination a.prev,
.p-pagination a.next {
  padding-inline: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination a.prev svg,
.p-pagination a.next svg {
  width: 1.25rem;
  height: 1.25rem;
}
.p-pagination a.prev svg path,
.p-pagination a.next svg path {
  fill: #40F;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.p-pagination a.prev:hover,
.p-pagination a.next:hover {
  background-color: #40F;
  border-radius: 3.125rem;
}
.p-pagination a.prev:hover svg path,
.p-pagination a.next:hover svg path {
  fill: #fff;
}

.page-id-242 .l-main {
  min-height: 100vh;
  min-height: 100dvh;
}

.p-under-contact {
  padding-block: 15.125rem 21.75rem;
}
@media screen and (max-width: 767px) {
  .p-under-contact {
    padding-block: 6.25rem;
  }
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 0.8125rem 0.75rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.3125rem;
  border: 1px solid #888;
  background: #FFF;
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #888;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #888;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #888;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #888;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #40F;
  color: #1a1a1a;
}
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #DF1623;
}

input[type=text]:not(:-moz-placeholder):not(.wpcf7-not-valid), input[type=tel]:not(:-moz-placeholder):not(.wpcf7-not-valid), input[type=email]:not(:-moz-placeholder):not(.wpcf7-not-valid), textarea:not(:-moz-placeholder):not(.wpcf7-not-valid) {
  border-color: #D1CCCC;
}

input[type=text]:not(:-ms-input-placeholder):not(.wpcf7-not-valid), input[type=tel]:not(:-ms-input-placeholder):not(.wpcf7-not-valid), input[type=email]:not(:-ms-input-placeholder):not(.wpcf7-not-valid), textarea:not(:-ms-input-placeholder):not(.wpcf7-not-valid) {
  border-color: #D1CCCC;
}

input[type=text]:not(:placeholder-shown):not(.wpcf7-not-valid),
input[type=tel]:not(:placeholder-shown):not(.wpcf7-not-valid),
input[type=email]:not(:placeholder-shown):not(.wpcf7-not-valid),
textarea:not(:placeholder-shown):not(.wpcf7-not-valid) {
  border-color: #D1CCCC;
}

input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=tel]:-webkit-autofill {
  background-color: #FFF !important;
  -webkit-box-shadow: 0 0 0 1000px #FFF inset !important;
}

textarea {
  height: 15.625rem;
  resize: vertical;
}

.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;
  row-gap: 2.4375rem;
  width: min(37.5rem, 100%);
  margin-inline: auto;
  -webkit-margin-before: 4.0625rem;
          margin-block-start: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    row-gap: 2rem;
  }
}

.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8125rem;
}
.p-contact__row.--aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact__head {
  color: #1A1A1A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}
.p-contact__head span.--must {
  position: relative;
  display: inline-block;
}
.p-contact__head span.--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 0.0625rem);
  translate: 0 -50%;
  left: calc(100% + 0.5rem);
  display: inline-block;
  white-space: nowrap;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.1875rem 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: #FF3C1E;
}
.p-contact__head span.--any {
  position: relative;
  display: inline-block;
}
.p-contact__head span.--any::after {
  content: "任意";
  position: absolute;
  top: calc(50% + 0.0625rem);
  translate: 0 -50%;
  left: calc(100% + 0.5rem);
  display: inline-block;
  white-space: nowrap;
  color: #1a1a1a;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ECECEC;
}

.p-contact__data {
  width: 100%;
}

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

.wpcf7-select {
  color: #888;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.p-contact__select-wrap {
  position: relative;
}
.p-contact__select-wrap svg {
  position: absolute;
  top: calc(50% + 2px);
  translate: 0 -50%;
  right: 10.69px;
  width: 17.313px;
  height: auto;
  pointer-events: none;
}
.p-contact__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  background: url("../../assets/img/icon-contact-toggle.svg") center/cover no-repeat;
  pointer-events: none;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form-control-wrap:has(textarea)::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url("../../assets/img/icon-contact-handle.svg") center/cover no-repeat;
  pointer-events: none;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
input[type=checkbox]:focus + span::before {
  border-color: #65AADD;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact__data-checkbox label span {
  display: inline-block;
  padding-left: 1.4375rem;
  position: relative;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.p-contact__data-checkbox label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #D1CCCC;
  background: #FFF;
}
.p-contact__data-checkbox label span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.4375rem;
  width: 0.375rem;
  height: 0.75rem;
  rotate: 45deg;
  border-right: 0.09375rem solid #40F;
  border-bottom: 0.09375rem solid #40F;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-contact__data-checkbox .wpcf7-not-valid .wpcf7-list-item-label::before {
  border-color: #DF1623;
}

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

.wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.875rem;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span {
  background: #000;
  color: #fff;
}

.p-contact__data-radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-contact__data-radio span {
  display: block;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  padding: 12px 10px;
  border: 1px solid #000;
}
.p-contact__data-radio label:not(:last-of-type) span {
  border-right: none;
}

.p-contact__acceptance a {
  text-decoration-line: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.25rem;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
.p-contact__submit input[type=submit] {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1rem;
  line-height: normal;
  padding: 0.6875rem 3.9375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-contact__submit input[type=submit]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.wpcf7-not-valid-tip {
  color: #DF1623;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.p-contact__thank-tx {
  color: #1A1A1A;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__thank-tx {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-under-achv-heading-wrap {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-under-achv-heading-wrap {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.p-under-achv-case {
  padding-block: 9rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-under-achv-case {
    padding-block: 3.75rem;
  }
}

.p-under-achv-article-card__list {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .p-under-achv-article-card__list {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    margin-inline: auto;
  }
}

.p-under-achv-article-card__item {
  margin-bottom: 1.125rem;
}

.p-cta-heading-ja {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.p-cta-sec__tx {
  -webkit-margin-before: 1.375rem;
          margin-block-start: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-cta-sec__tx {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.p-cta-btn-contents {
  -webkit-margin-before: 2.375rem;
          margin-block-start: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-cta-btn-contents {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.p-function__thank-tx {
  color: #1A1A1A;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-function__thank-tx {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Jost", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}