@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: #313131;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
  font-family: "Zen Kaku Gothic New", 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: 6.125rem 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: end;
      -ms-flex-align: end;
          align-items: end;
}
@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: 12.4375rem;
  height: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 8.4375rem;
    height: 3.25rem;
  }
}

.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%;
}
.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;
  }
}

.c-cta__btn {
  padding: 0.5rem 1.625rem;
  background: rgba(0, 0, 0, 0.33);
  color: #fff;
  font-size: 0.875rem;
  -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-cta__btn:hover {
    background: rgba(25, 111, 176, 0.33);
  }
}

.c-cta__btn-l {
  font-size: 1rem;
  letter-spacing: 0.11em;
  height: 4rem !important;
  padding-inline: 3.125rem 5.3125rem !important;
}
@media screen and (max-width: 767px) {
  .c-cta__btn-l {
    font-size: 0.875rem;
    height: 3rem !important;
    padding-inline: 1.9375rem 3.5625rem !important;
    letter-spacing: 1.54px;
  }
}
.c-cta__btn-l .c-cta__btn-link-text {
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .c-cta__btn-l .c-cta__btn-link-text {
    letter-spacing: 0.1em;
  }
}
.c-cta__btn-l .c-cta__btn-link-round {
  right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-cta__btn-l .c-cta__btn-link-round {
    right: 1.375rem;
  }
}

.c-cta__btn-link {
  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: 0.0625rem solid #2A9BDB;
  background: rgba(0, 0, 0, 0.33);
  background-size: 400% 400%;
  background-position: 100% 0%;
  padding-inline: 1.8125rem 3.5625rem;
  position: relative;
  -webkit-transition: background 0.4s ease, color 0.3s ease;
  transition: background 0.4s ease, color 0.3s ease;
  overflow: hidden;
}
@media (hover: hover) {
  .c-cta__btn-link:hover {
    border: 0.0625rem solid #2A9BDB;
    background: rgba(25, 111, 176, 0.33);
  }
}

/* ▼ テキスト */
.c-cta__btn-link-text {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-white);
  -webkit-transition: color 0.3s ease, -webkit-transform var(--hover-duration) 0.06s ease;
  transition: color 0.3s ease, -webkit-transform var(--hover-duration) 0.06s ease;
  transition: color 0.3s ease, transform var(--hover-duration) 0.06s ease;
  transition: color 0.3s ease, transform var(--hover-duration) 0.06s ease, -webkit-transform var(--hover-duration) 0.06s ease;
}

.c-cta__btn-link-round {
  position: absolute;
  top: 50%;
  right: 1.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.25rem;
  background: #fff;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.c-cta__btn-link-pc-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-0.5rem);
          transform: translateY(-50%) translateX(-0.5rem); /* 初期位置：左に隠す */
  opacity: 0;
  -webkit-transition: opacity var(--hover-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s, -webkit-transform var(--hover-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s;
  transition: opacity var(--hover-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s, -webkit-transform var(--hover-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s;
  transition: transform var(--hover-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s, opacity var(--hover-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s;
  transition: transform var(--hover-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s, opacity var(--hover-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s, -webkit-transform var(--hover-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s;
}

@media (hover: hover) {
  .c-cta__btn-link:hover .c-cta__btn-link-round {
    -webkit-transform: translateY(-50%) translateX(2rem);
            transform: translateY(-50%) translateX(2rem);
    opacity: 0;
  }
  .c-cta__btn-link:hover .c-cta__btn-link-pc-arrow {
    -webkit-transform: translateY(-50%) translateX(1.875rem);
            transform: translateY(-50%) translateX(1.875rem);
    opacity: 1;
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .c-cta__btn-link:hover .c-cta__btn-link-pc-arrow {
    -webkit-transform: translateY(-50%) translateX(1.5625rem);
            transform: translateY(-50%) translateX(1.5625rem);
  }
}
@media (hover: hover) {
  .c-cta__btn-link:hover .c-cta__btn-link-text {
    -webkit-transform: translateX(2.5rem);
            transform: translateX(2.5rem);
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .c-cta__btn-link:hover .c-cta__btn-link-text {
    -webkit-transform: translateX(1.5625rem);
            transform: translateX(1.5625rem);
  }
}
.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-cta__btn-link-white {
  height: 4rem;
  color: #2A9BDB;
  border: 0.0625rem solid #2A9BDB;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: inherit;
  padding-block: 1.5rem;
}
.c-cta__btn-link-white .c-cta__btn-link-text {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.c-cta__btn-link-white .c-cta__btn-link-round {
  right: 2rem;
  background: #2A9BDB;
}
@media (hover: hover) {
  .c-cta__btn-link-white:hover {
    color: #FFF;
    background: linear-gradient(51deg, #196FB0 -17.6%, #45AFE9 13.73%, #42ADE9 39.32%, #A9FBFF 92.02%);
  }
}

.p-voice-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 3rem;
  background: #F7F7F7;
}

.p-voice-filter-inner {
  padding: 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-voice-filter-inner {
    padding: 0.625rem 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-voice-filter-tx {
  font-family: "Inter", sans-serif;
  color: #1A1A1A;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.125rem;
  -webkit-margin-before: 0.8125rem;
          margin-block-start: 0.8125rem;
  -webkit-margin-end: 3.5rem;
          margin-inline-end: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-filter-tx {
    font-size: 1rem;
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
    -webkit-margin-end: 0rem;
            margin-inline-end: 0rem;
  }
}

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

.p-voice-filter__item {
  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;
  font-size: 0.875rem;
}
.p-voice-filter__item::after {
  content: "";
  position: absolute;
  bottom: 1.4375rem;
  right: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../../assets/img/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.p-voice-filter__item label {
  color: #2A9BDB;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-voice-filter__item label {
    font-size: 0.875rem;
  }
}

.p-voice-filter__item select {
  min-width: 19rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem;
  font-size: 0.875rem;
  border: 0.0625rem solid #C9DAE0;
  background: #FFF;
  color: #1A1A1A;
  font-size: 1.125rem;
  font-weight: 500;
}

.p-voice-filter__item select span svg {
  width: 0.75rem;
  height: 0.75rem;
}

.p-voice-filter__cross {
  margin-inline: auto;
}

.p-voice-filter__cross svg {
  -webkit-margin-after: 1.3125rem;
          margin-block-end: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-voice-filter__cross svg {
    -webkit-margin-after: 0rem;
            margin-block-end: 0rem;
  }
}

.p-voice-filter__cross svg {
  width: 1rem;
  height: 1rem;
}

.p-voice-filter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(51deg, #196FB0 -17.6%, #45AFE9 13.73%, #42ADE9 39.32%, #A9FBFF 92.02%);
  color: #fff;
  height: 3.625rem;
  padding: 0.75rem 1.25rem 0.75rem 1rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-voice-filter__btn svg path {
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.p-voice-filter__btn:hover {
  color: #2A9BDB;
  border: 0.0625rem solid #2A9BDB;
  background: #FFF;
}
.p-voice-filter__btn:hover svg path {
  fill: #2A9BDB;
}
@media screen and (max-width: 767px) {
  .p-voice-filter__btn {
    margin-inline: auto;
    padding: 0.5rem 1rem 0.5rem 1rem;
    height: auto;
  }
}

.c-breadcrumbs {
  color: #1A1A1A;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.125rem;
}
.c-breadcrumbs a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #2A9BDB;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -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-breadcrumbs a:hover {
  color: #2A9BDB;
}
.c-breadcrumbs a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.c-breadcrumbs-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 1rem;
  vertical-align: middle;
}
.c-breadcrumbs-arrow svg {
  width: 0.25rem;
  height: 0.25rem;
  display: block;
}

/* TOPページ（ホーム）だけ max-width:1196px */
.home .p-cta-banner-inner {
  max-width: 75rem;
}

.p-cta-banner-inner {
  background: url("../../assets/img/cta--bg.webp") center center/cover no-repeat;
  width: 100%;
  max-width: 90rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-cta-banner-inner {
    background: url("../../assets/img/cta--bg-sp.webp") center center/cover no-repeat;
    padding: 4rem 1.375rem 13.5rem;
  }
}

.is-seminar-top .p-cta-banner-inner {
  background: url("../../assets/img/seminar-cta-bg.webp") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .is-seminar-top .p-cta-banner-inner {
    background: url("../../assets/img/seminar-cta-bg-sp.webp") center center/cover no-repeat;
  }
}

.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-sec__heading-en {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-sec__heading-en {
    font-size: 1rem;
  }
}

.c-sec-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-en-text-black {
  color: #1a1a1a;
  position: relative;
  z-index: 2;
  display: inline-block;
  clip-path: inset(0 100% 0 0); /* 初期状態：右側が全部隠れている */
}

/* グラデ文字（後発アニメ） */
.c-en-text-grad {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(51deg, #196FB0 -17.6%, #45AFE9 13.73%, #42ADE9 39.32%, #A9FBFF 92.02%);
  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-sec__heading-ja {
  color: #1A1A1A;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-sec__heading-ja {
    font-size: 1.5rem;
  }
}

/* グラデ文字（先発アニメ） */
.c-ja-text-grad {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(51deg, #196FB0 -17.6%, #45AFE9 13.73%, #42ADE9 39.32%, #A9FBFF 92.02%);
  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-ja-text-black {
  color: #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  clip-path: inset(0 100% 0 0);
}

.c-sec__tx {
  color: #1A1A1A;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  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 {
  -webkit-font-feature-settings: "hwid" on;
          font-feature-settings: "hwid" on;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.2em;
  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;
}
@media screen and (max-width: 767px) {
  .c-sec-under__heading-en {
    font-size: 1rem;
  }
}

.c-sec-under__heading-ja {
  -webkit-font-feature-settings: "hwid" on;
          font-feature-settings: "hwid" on;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  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;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-sec-under__heading-ja {
    font-size: 1.5rem;
  }
}

.c-sec-under-heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.c-sec-bar {
  background: #C9DAE0;
  height: 0.0625rem;
  width: 100%;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .c-sec-bar {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.c-article-card__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.c-article-card__item-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25rem 1rem;
  border-radius: 1.0625rem;
  color: #2A9BDB;
  font-weight: 500;
  font-size: 0.8125rem;
  border: 1px solid #C9DAE0;
}

.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;
  width: 9.375rem;
  height: 5rem;
  aspect-ratio: 150/80;
  background: #d9d9d9;
}
.swiper-slide__card p {
  font-size: 1.875rem;
  font-weight: 700;
}
@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: #C9DAE0;
}

/* 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-anim-left-right {
  opacity: 0;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}

.c-anim-left-right.is-active {
  -webkit-animation: leftToRightFade 0.6s ease-out forwards;
          animation: leftToRightFade 0.6s ease-out forwards;
}

@-webkit-keyframes leftToRightFade {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes leftToRightFade {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-anim-bottom-top {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}

.c-anim-bottom-top.is-active {
  -webkit-animation: bottomToTopFade 0.6s ease-out forwards;
          animation: bottomToTopFade 0.6s ease-out forwards;
}

@-webkit-keyframes bottomToTopFade {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bottomToTopFade {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 5rem;
  }
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 9.375rem 1fr;
  padding-block: 2rem;
  padding-inline: 2.5rem;
  background: url("../../assets/img/header-bg.webp") center center/cover no-repeat;
  -webkit-transition: padding-block 0.3s ease;
  transition: padding-block 0.3s ease;
}
.p-header__inner.is-scrolled {
  padding-block: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner.is-scrolled {
    padding-block: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-block: 1.25rem;
    padding-inline: 1.25rem;
    background: url("../../assets/img/header-bg-sp.webp") center center/cover no-repeat;
  }
}

.is-seminar-top .p-header__inner {
  background: url("../../assets/img/seminar-header-bg.webp") center center/cover no-repeat;
}

.p-header__logo img {
  width: 9.0625rem;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    width: 6.4375rem;
    height: 2.5rem;
  }
}

.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: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.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;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-shadow: 0 0 4px rgba(19, 24, 106, 0.8);
}

.p-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 0;
  height: 0.125rem;
  background-color: #fff;
  -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: 2.25rem;
  right: 1.25rem;
  width: 2rem;
  height: 0.5rem;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.p-drawer__icon.is-scrolled {
  top: 1.5rem;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

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

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

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 17.375rem;
  height: 100vh;
  height: 100svh;
  background: linear-gradient(51deg, #196FB0 -17.6%, #45AFE9 13.73%, #42ADE9 39.32%, #A9FBFF 92.02%);
}

.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 {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
}

/* 背景 */
.p-top__fv {
  padding-block: 12.5rem 8rem;
  background: url("../../assets/img/fv__bg.webp") center center/cover no-repeat;
  width: 100%;
  height: 43.75rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv {
    background: url("../../assets/img/fv__bg-sp.webp") center center/cover no-repeat;
    padding-block: 6.25rem 2.3125rem;
    height: auto;
  }
}

.is-seminar-top .p-top__fv {
  background: url("../../assets/img/seminar-fv__bg.webp") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .is-seminar-top .p-top__fv {
    background: url("../../assets/img/seminar-fv__bg-sp.webp") center center/cover no-repeat;
  }
}

.p-top__fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-start: 10rem;
          padding-inline-start: 10rem;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: 0;
}
@media (min-width: 1441px) {
  .p-top__fv__inner {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-padding-start: 2.125rem;
            padding-inline-start: 2.125rem;
    gap: 2.3125rem;
    max-width: 100%;
  }
}

.p-top__fv-achievements-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.p-top__fv-achievements-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top__fv-achievements-item-svg {
  width: 1.25rem;
  height: 3rem;
}

.p-top__fv-achievements-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top__fv-achievements-item-tx {
  text-wrap: nowrap;
  color: #FFF;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-top__fv-achievements-item-num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-before: 0.0625rem;
          margin-block-start: 0.0625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.0625rem;
}

.p-top__fv-achievements-item-num {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #FFF;
  -webkit-margin-before: 0.125rem;
          margin-block-start: 0.125rem;
}

.p-top__fv-achievements-item-unit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-wrap: nowrap;
  color: #FFF;
  letter-spacing: 0.04em;
}

.p-top__fv-achievements--anno-txt {
  font-size: 0.625rem;
  color: #fff;
}

.p-top__fv__message-intro {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  position: relative;
  padding-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv__message-intro {
    text-shadow: 0 0 4px rgba(19, 24, 106, 0.8);
    font-weight: 400;
    letter-spacing: 0.27em;
    padding-left: 1rem;
  }
}
.p-top__fv__message-intro::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  left: 0;
  background: #fff;
}

.p-top__fv__message-main-wrap {
  margin-block: 1rem 2rem;
}

.p-top__fv__message-main {
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09em;
  text-wrap: nowrap;
}
@media (max-width: 1100px) {
  .p-top__fv__message-main {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv__message-main {
    text-shadow: 0 0 4px rgba(19, 24, 106, 0.68);
    font-size: 2rem;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0.13em;
  }
}

.p-top__fv__wrap-b {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.p-top__fv__mv {
  width: 100%;
}
.p-top__fv__mv img {
  width: 32.8125rem;
  height: 15rem;
}
@media (max-width: 1100px) {
  .p-top__fv__mv img {
    width: 36.4583333333vw;
    height: 16.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv__mv img {
    width: 91.3486005089vw;
    height: 41.7302798982vw;
  }
}

.p-top__fv__bg-tx {
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  text-shadow: 0 0 10px #79C2DE;
  font-family: "Jost", sans-serif;
  font-size: 3.75rem;
  font-weight: 200;
  line-height: 1.13;
  -webkit-margin-before: -2.0625rem;
          margin-block-start: -2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv__bg-tx {
    font-size: 2.5rem;
  }
}

.p-top__logo-swiper {
  padding-block: 1.25rem;
}

.p-top__message {
  padding-block: 8.75rem 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(46.36%, #F7F7F7), to(#F7F7F7));
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #F7F7F7 46.36%, #F7F7F7 100%);
}
@media screen and (max-width: 767px) {
  .p-top__message {
    padding-block: 5rem 5rem;
  }
}

.p-top-message-inner {
  position: relative;
  z-index: 1;
  padding-inline: 10.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-message-inner {
    padding-inline: 1.25rem;
  }
}

.p-message-wrap {
  width: 40.0625rem;
}
@media screen and (max-width: 767px) {
  .p-message-wrap {
    width: 100%;
  }
}

.p-top__message-heading-en {
  text-align: left;
}

.p-top__message-heading {
  -webkit-font-feature-settings: "hwid" on;
          font-feature-settings: "hwid" on;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  background: var(--_, 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;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top__message-heading {
    font-size: 1.5rem;
    line-height: 1.49;
  }
}

.p-top__message-tx-wrap {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
  -webkit-padding-end: 4.9375rem;
          padding-inline-end: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top__message-tx-wrap {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.p-top__message-tx {
  color: #1a1a1a;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.p-top__message-tx:nth-of-type(1) {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media screen and (max-width: 767px) {
  .p-top__message-tx {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.07em;
  }
}

/* クリップテキスト（薄い白 → 真っ白） */
.is-clip-text {
  display: inline-block;
  /* 初期：薄い白 → アニメ後：黒 */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1a1a1a), color-stop(50%, #fff));
  background: linear-gradient(to right, #1a1a1a 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: background-position 0.8s ease;
  transition: background-position 0.8s ease;
}

.p-top__message-bg-container {
  position: absolute;
  bottom: -5rem;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__message-bg-container {
    bottom: -9.0625rem;
  }
}

.p-top__message-bg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-text 30s linear infinite;
          animation: loop-text 30s linear infinite;
}

.p-top__message-bg-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top__message-bg-content {
  display: inline-block;
  font-size: 7.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top__message-bg-content {
    font-size: 5rem;
  }
}

.p-top__message-bg-fixed {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 7.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  z-index: -1;
  bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__message-bg-fixed {
    font-size: 5rem;
  }
}

@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-top__message-grit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 10rem;
          margin-block-start: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top__message-grit-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    gap: 2.5rem;
  }
}

.p-top__message-grit-img img {
  width: 31.25rem;
  height: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__message-grit-img img {
    width: 22.0625rem;
    height: 22.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top__message-grit-explain {
    padding-inline: 0.90625rem;
  }
}

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

.p-top__message-grit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top__message-grit-icon {
  width: 3.5rem;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  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;
}
@media screen and (max-width: 767px) {
  .p-top__message-grit-icon {
    font-size: 3.5rem;
    font-weight: 700;
    min-width: 3.5rem;
  }
}

.p-top__message-grit-tx {
  color: #1A1A1A;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top__message-grit-tx {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

.p-top__merit {
  background: #fff;
  padding-block: 7.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-top__merit {
    padding-block: 5rem 3.75rem;
  }
}

.p-top__merit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top__merit-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-top__merit-item {
  width: 100%;
}

.p-top__merit-item-case-wrap {
  padding: 2rem 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__merit-item-case-wrap {
    padding: 2rem 1.5rem;
  }
}

.p-top__merit-item-case-wrap {
  background: #FFF;
  -webkit-box-shadow: 0 0 0.6875rem 0 rgba(156, 156, 156, 0.25);
          box-shadow: 0 0 0.6875rem 0 rgba(156, 156, 156, 0.25);
}

.p-top__merit-item-case-num {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  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;
}
@media screen and (max-width: 767px) {
  .p-top__merit-item-case-num {
    font-size: 0.875rem;
  }
}

.p-top__merit-item-case-ttl {
  color: #1A1A1A;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top__merit-item-case-ttl {
    font-size: 1.5rem;
  }
}
.p-top__merit-item-case-ttl span {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top__merit-item-case-ttl span {
    font-size: 1rem;
  }
}

.p-top__merit-item-case-semi span {
  font-size: 1rem;
}

.p-top__merit-item-case-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top__merit-item-case-img {
    text-align: center;
  }
}

.p-top__merit-item-case-img-seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top__merit-item-case-img-seminar {
    text-align: center;
  }
}

.p-top__merit-item:nth-of-type(1) .p-top__merit-item-case-img {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__merit-item:nth-of-type(1) .p-top__merit-item-case-img {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.p-top__merit-item:nth-of-type(1) .p-top__merit-item-case-img img {
  width: 19.0625rem;
  height: 9.625rem;
}

.p-top__merit-item:nth-of-type(2) .p-top__merit-item-case-img {
  -webkit-margin-before: 2.125rem;
          margin-block-start: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-top__merit-item:nth-of-type(2) .p-top__merit-item-case-img {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.p-top__merit-item:nth-of-type(2) .p-top__merit-item-case-img img {
  width: 19rem;
  height: 12.5rem;
}

.p-top__merit-item:nth-of-type(3) .p-top__merit-item-case-img {
  -webkit-margin-before: 4.9375rem;
          margin-block-start: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top__merit-item:nth-of-type(3) .p-top__merit-item-case-img {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.p-top__merit-item:nth-of-type(3) .p-top__merit-item-case-img img {
  width: 19.0625rem;
  height: 9.625rem;
}

.p-top__merit-item:nth-of-type(1) .p-top__merit-item-case-img-seminar {
  -webkit-margin-before: 3.375rem;
          margin-block-start: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-top__merit-item:nth-of-type(1) .p-top__merit-item-case-img-seminar {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.p-top__merit-item:nth-of-type(1) .p-top__merit-item-case-img-seminar img {
  width: 19.625rem;
  height: 9.125rem;
}

.p-top__merit-item:nth-of-type(2) .p-top__merit-item-case-img-seminar {
  -webkit-margin-before: 2.875rem;
          margin-block-start: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-top__merit-item:nth-of-type(2) .p-top__merit-item-case-img-seminar {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.p-top__merit-item:nth-of-type(2) .p-top__merit-item-case-img-seminar img {
  width: 19.0625rem;
  height: 9.625rem;
}

.p-top__merit-item:nth-of-type(3) .p-top__merit-item-case-img-seminar {
  -webkit-margin-before: 3.375rem;
          margin-block-start: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-top__merit-item:nth-of-type(3) .p-top__merit-item-case-img-seminar {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.p-top__merit-item:nth-of-type(3) .p-top__merit-item-case-img-seminar img {
  width: 19.625rem;
  height: 9.125rem;
}

.p-top__merit-item-assignment-wrap {
  background: #44545C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 1.5rem 2rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top__merit-item-assignment-num {
  font-family: "Jost", sans-serif;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-top__merit-item-assignment-num span {
  font-weight: 700;
}

.p-top__merit-item-assignment-ttl {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-top__merit-item-assignment-tx {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.p-top__strength {
  padding-block: 7.6875rem 10rem;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-top__strength {
    padding-block: 5rem;
  }
}

.p-top__strength__img {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  padding-inline: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-top__strength__img {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    padding-inline: 0;
  }
}
.p-top__strength__img img {
  width: 66.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top__strength__img img {
    width: 100%;
  }
}

.p-top__strength__point-items {
  -webkit-margin-before: 7.5rem;
          margin-block-start: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__strength__point-items {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}

.p-top__strength__point-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-margin-after: 3.125rem;
          margin-block-end: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top__strength__point-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.p-top__strength__point-item-wrap .p-top__strength__point-tx {
  height: 4rem;
}

.p-top__strength__point-item {
  width: 100%;
  position: relative;
}

.p-top__strength__anno {
  position: absolute;
  font-size: 0.75rem;
  bottom: 0.1875rem;
  right: 0.1875rem;
}

.p-top__strength__point-item-inner {
  padding: 2rem;
}

.p-top__strength__point-head {
  background: url("../../assets/img/strength-point-bg-s.webp") center center/cover no-repeat;
  padding: 0.9375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__strength__point-head {
    padding: 0.9375rem 1.25rem;
  }
}

.p-top__strength__point-num {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__strength__point-num {
    font-size: 1.125rem;
  }
}

.p-top__strength__point-details {
  background: #FFF;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__strength__point-details {
    padding: 1.25rem;
  }
}

.p-top__strength__point-details-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top__strength__point-details-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top__strength__point-main {
  color: #2A9BDB;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__strength__point-main {
    font-size: 1.5rem;
  }
}

.p-top__strength__point-main span {
  font-size: 1rem;
}

.p-top__strength__point-tx {
  color: #1A1A1A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__strength__point-tx {
    font-size: 1rem;
  }
}

.p-top__strength__point-03 {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.p-top__strength__point-04 {
  -webkit-margin-before: 3.375rem;
          margin-block-start: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-top__strength__point-04 {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-top__strength__point-img.--human {
  padding-block: 0.25rem;
}

@media screen and (max-width: 767px) {
  .p-top__strength__point-img.-point-03 {
    text-align: center;
    padding-block: 1.25rem;
  }
  .p-top__strength__point-img.-point-03 img {
    width: 7.3125rem;
    height: auto;
  }
}

.p-top__achievements-items.p-top__strength-achievements-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__achievements-items.p-top__strength-achievements-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3125rem;
  }
  .p-top__achievements-items.p-top__strength-achievements-items .p-top__achievements-item-svg {
    width: 4.0712468193vw;
    height: auto;
  }
  .p-top__achievements-items.p-top__strength-achievements-items .p-top__achievements-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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top__achievements-items.p-top__strength-achievements-items .p-top__achievements-item-tx {
    -webkit-margin-before: 1.0178117048vw;
            margin-block-start: 1.0178117048vw;
    font-size: 0.875rem;
  }
  .p-top__achievements-items.p-top__strength-achievements-items .p-top__achievements-item-num-wrap {
    -webkit-margin-before: 0.2544529262vw;
            margin-block-start: 0.2544529262vw;
  }
  .p-top__achievements-items.p-top__strength-achievements-items .p-top__achievements-item-num {
    font-size: 5.0890585242vw;
    -webkit-margin-before: 0.0625rem;
            margin-block-start: 0.0625rem;
  }
  .p-top__achievements-items.p-top__strength-achievements-items .p-top__achievements-item-unit {
    font-size: 3.0534351145vw;
  }
}

.p-top__support {
  padding-block: 7.5rem 10rem;
  background: url("../../assets/img/support_bg.webp") center center/cover no-repeat;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__support {
    padding-block: 5rem;
    background: url("../../assets/img/support_bg-sp.webp") center center/cover no-repeat;
  }
}

.is-seminar-top .p-top__support {
  background: url("../../assets/img/seminar-support_bg.webp") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .is-seminar-top .p-top__support {
    background: url("../../assets/img/seminar-support_bg-sp.webp") center center/cover no-repeat;
  }
}

.p-top__support__heading-en {
  color: #FFF;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  text-shadow: 0 0 4px rgba(19, 24, 106, 0.8);
}

.p-top__support__heading-ja {
  color: #FFF;
  font-size: 2.625rem;
  text-shadow: 0 0 4px rgba(19, 24, 106, 0.8);
}
@media screen and (max-width: 767px) {
  .p-top__support__heading-ja {
    font-size: 1.5rem;
  }
}

.p-top__support__tx {
  color: #FFF;
  text-shadow: 0 0 4px rgba(19, 24, 106, 0.8);
}

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

.p-top__support-item {
  width: 100%;
  background: #FFF;
  padding: 4rem 2.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-top__support-item {
    padding: 2.5rem 1.875rem;
  }
}

.p-top__support-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top__support-img svg {
  width: 80px;
  height: 80px;
}

.p-top__support-head {
  color: #2A9BDB;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__support-head {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-top__support-tx {
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__support-tx {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.p-top__flow {
  padding-block: 7.5rem 10rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top__flow {
    padding-block: 5rem 5rem;
  }
}

.p-top__flow-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-top__flow-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top__flow__heading-en {
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .p-top__flow__heading-en {
    text-align: center;
  }
}

.p-top__flow__heading-ja {
  text-align: left;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__flow__heading-ja {
    text-align: center;
    font-size: 1.5rem;
  }
}

.p-top__flow__container {
  -webkit-margin-before: 5.25rem;
          margin-block-start: 5.25rem;
  display: grid;
  gap: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__flow__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: 1rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-top__flow-item {
  position: relative;
}

.p-top__flow-item-inner {
  display: grid;
  grid-template-columns: auto 3rem 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__flow-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-top__flow-num {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  background: var(--_, 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;
  -webkit-margin-before: -1.25rem;
          margin-block-start: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__flow-num {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top__flow-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top__flow-icon img {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top__flow-icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-top__flow-body {
  display: grid;
  grid-template-columns: 10rem auto 1fr;
  gap: 3rem;
  -webkit-margin-start: 2.75rem;
          margin-inline-start: 2.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__flow-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.125rem;
  }
}

.p-top__flow-head {
  color: #2A9BDB;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-top__flow-tx {
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-top__flow-line {
  position: absolute;
  top: 4.25rem;
  left: 4rem;
  width: 0;
  height: calc(100% - 0.1875rem);
  border-left: 0.125rem dotted #2A9BDB;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .p-top__flow-line {
    top: 3.375rem;
    left: 4rem;
    height: calc(100% - 3.25rem);
  }
}

/* 最後のアイテムのラインだけ非表示 */
.p-top__flow-item:last-child .p-top__flow-line {
  display: none;
}

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

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

.p-top__achievements-ttl {
  -webkit-font-feature-settings: "hwid" on;
          font-feature-settings: "hwid" on;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.4;
  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;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top__achievements-ttl {
    font-size: 1.75rem;
  }
}

.p-top__achievements-ttl-semi {
  font-size: 1.75rem;
}

.p-top__achievements-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top__achievements-items {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 1.25rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top__achievements-items-semi {
    gap: 0.625rem;
  }
}

.p-top__achievements-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
}

.p-top__achievements-item-svg {
  width: 1.5625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top__achievements-item-svg {
    width: 1.25rem;
  }
}

.p-top__achievements-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top__achievements-item-tx {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  background: var(--_, 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;
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top__achievements-item-tx {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top__achievements-item-tx-semi {
    font-size: 0.625rem;
  }
}

.p-top__achievements-item-num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-before: 0.0625rem;
          margin-block-start: 0.0625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.p-top__achievements-item-num {
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  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;
  -webkit-margin-before: 0.0625rem;
          margin-block-start: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top__achievements-item-num {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top__achievements-item-num-semi {
    font-size: 1.125rem;
  }
}

.p-top__achievements-item-unit {
  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;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.96px;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top__achievements-item-unit {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top__achievements-item-unit-semi {
    font-size: 0.625rem;
  }
}

.p-top__achievements-anno-txt {
  font-size: 0.625rem;
  color: #B9B9B9;
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
  text-wrap: nowrap;
}

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

.p-top__interview-tx {
  -webkit-margin-after: 4rem;
          margin-block-end: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__interview-tx {
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
  }
}

.p-article-card__item-tle,
.p-article-card__item-com-name,
.p-article-card__item-com-info,
.p-article-card__item-tags {
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-article-card__item-tle,
  .p-article-card__item-com-name,
  .p-article-card__item-com-info,
  .p-article-card__item-tags {
    padding-inline: 1rem;
  }
}

.p-article-card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-article-card__list {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}

.p-article-card__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  margin-bottom: 2.5rem;
  overflow: hidden;
  background: #FFF;
  -webkit-box-shadow: 0 0 11px 0 rgba(156, 156, 156, 0.25);
          box-shadow: 0 0 11px 0 rgba(156, 156, 156, 0.25);
}

.p-article-card__item-img {
  overflow: hidden;
}

/* 通常時：元サイズ＋transition をセット */
.p-article-card__item .p-article-card__item-img picture img,
.p-article-card__item .p-article-card__item-img img {
  -webkit-transform: scale(1);
          transform: scale(1); /* 初期状態 */
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; /* ← ホバー解除時にも効く */
  height: 13.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ホバー時：拡大 */
.p-article-card__item:hover .p-article-card__item-img picture img,
.p-article-card__item:hover .p-article-card__item-img img {
  -webkit-transform: scale(1.3) !important;
          transform: scale(1.3) !important;
}

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

.p-article-card__item-tle {
  color: #1A1A1A;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
  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 {
    font-size: 1rem;
    padding-top: 1rem;
  }
}
.p-article-card__item:hover .p-article-card__item-tle {
  color: #2A9BDB;
}

.p-article-card__item-com-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-article-card__item-com-name p {
  color: #1A1A1A;
  font-size: 0.875rem;
  font-weight: 400;
}

.p-article-card__item-com-name img {
  width: 86px;
  height: 52px;
  aspect-ratio: 86/52;
}

.p-article-card__item-com-info {
  font-size: 0.875rem;
  color: #97A9AF;
  font-weight: 500;
  line-height: 1.4;
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
}

.p-article-card__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  padding-bottom: 2rem;
}

.p-article-card__item-tag {
  color: #2A9BDB;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  border-radius: 1.0625rem;
  border: 0.0625rem solid #C9DAE0;
  height: 1.4375rem;
}

.p-article-card__others {
  padding-block: 6rem 12.5rem;
  background: #F7F7F7;
}
@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__faq {
  padding-block: 7.5rem 10rem;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-top__faq {
    padding-block: 5rem;
  }
}

.p-top__faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top__faq__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

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

.p-top__faq__heading-en {
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top__faq__heading-en {
    text-align: center;
  }
}

.p-top__faq__heading-ja {
  text-align: left;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__faq__heading-ja {
    text-align: center;
    font-size: 1.5rem;
  }
}

.p-top__faq-bar {
  background: #C9DAE0;
  height: 0.0625rem;
  width: 100%;
}

.js-summary {
  list-style: none; /* Safari対応：デフォルトマーカーを消す */
  cursor: pointer; /* カーソルをポインターに変更 */
}

.js-summary::-webkit-details-marker {
  display: none; /* Chrome / Safari 対応 */
}

.js-summary::marker {
  content: none; /* Firefox / Edge 対応 */
}

.p-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  width: 51rem;
  -webkit-margin-before: 3.375rem;
          margin-block-start: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__items {
    gap: 2.25rem;
    width: 100%;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-faq__item {
  -webkit-padding-after: 2.5rem;
          padding-block-end: 2.5rem;
  border-bottom: solid 0.0625rem #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    -webkit-padding-after: 1.5rem;
            padding-block-end: 1.5rem;
  }
}

.p-faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    padding-inline: 0;
  }
}
.p-faq__question::before, .p-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #000;
}
.p-faq__question::before {
  background: linear-gradient(51deg, #196FB0 -17.6%, #45AFE9 13.73%, #42ADE9 39.32%, #A9FBFF 92.02%);
  right: 0.4375rem;
  width: 1.5rem;
  height: 0.21875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question::before {
    right: 0;
  }
}
.p-faq__question::after {
  background: linear-gradient(51deg, #196FB0 -17.6%, #45AFE9 13.73%, #42ADE9 39.32%, #A9FBFF 92.02%);
  right: 1.0625rem;
  width: 0.21875rem;
  height: 1.5rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__question::after {
    right: 0.625rem;
  }
}
@media (any-hover: hover) {
  .p-faq__question:hover {
    cursor: pointer;
  }
}

details[open] .p-faq__question::after {
  rotate: 90deg;
}

.p-faq__question-text {
  position: relative;
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
  font-size: 1.125rem;
  color: #1A1A1A;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text {
    width: 17.9375rem;
    line-height: 1.5;
  }
}
.p-faq__question-text::before {
  content: "Q";
  position: absolute;
  top: -0.25rem;
  left: 0;
  width: 1.25rem;
  height: auto;
  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;
  aspect-ratio: 1;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  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;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text::before {
    top: 0;
  }
}

.p-faq__answer {
  display: block;
  padding-top: 2.25rem;
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    padding-top: 1rem;
    -webkit-padding-start: 0.75rem;
            padding-inline-start: 0.75rem;
  }
}

.p-faq__answer-text {
  list-style: none;
  position: relative;
  padding-left: 2.5rem;
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    font-size: 1rem;
    -webkit-padding-start: 2rem;
            padding-inline-start: 2rem;
  }
}
.p-faq__answer-text::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: auto;
  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;
  aspect-ratio: 1;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  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;
}

.p-single-article-ttl {
  padding-block: 13.5rem 10rem;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-single-article-ttl {
    padding-block: 6.25rem 1.5rem;
  }
}

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

.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__heading-wrap {
  display: grid;
  grid-template-columns: 1fr 48.3333333333%;
  grid-template-areas: "title img" "info img";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__heading-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "title" "info";
    gap: 1.5rem;
  }
}
.p-single-article__heading-wrap .c-company-info__wrap {
  max-width: 16.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__heading-wrap .c-company-info__wrap {
    width: 100%;
    max-width: 100%;
  }
}

.p-single-article-tags {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-single-article__title {
  grid-area: title;
}

.c-company-info__inner {
  grid-area: info;
}

.p-single-article__main-img {
  grid-area: img;
}

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

/* 会社情報カード */
.c-company-info__inner {
  color: #333;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
  border-top: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-company-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.c-company-info__wrap {
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.24;
}

.c-company-name {
  color: #1A1A1A;
  font-size: 1.125rem;
  font-weight: 500;
}

.c-company-site {
  color: #2A9BDB;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
}

/* アイキャッチ画像 */
.p-single-article__main-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
  background: #ddd;
}

.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: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  -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: #2A9BDB;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block; /* 下線をテキスト幅に */
  border-bottom: 0.0625rem solid currentColor;
  padding-bottom: 0.125rem;
}

.p-single-article__share-area {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-single-article__share-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F7F7F7;
    position: static;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0.75rem 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.p-single-article__share-btn-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: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__share-btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-single-article__share-icon img {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__share-icon img {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-single-article__share-area-tx {
  color: #1A1A1A;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.5em !important;
  line-height: 1.125 !important;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-single-article__share-area-tx {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: normal;
    line-height: normal;
    font-size: 0.875rem !important;
  }
}

.p-single-article__sub-img {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__sub-img {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

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

.p-single-article__index .index-level-h2 {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.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-heading {
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .wp-block-heading {
    -webkit-margin-after: 0.75rem;
            margin-block-end: 0.75rem;
  }
}

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

.p-single-article__main h2 {
  color: #2A9BDB;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__main h2 {
    font-size: 1.375rem;
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
  }
}
.p-single-article__main h2::before {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  width: 100%;
  height: 0.0625rem;
  background: #C9DAE0;
}

.p-single-article__main h3 {
  color: #1A1A1A;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__main h3 {
    font-size: 1.125rem;
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
  }
}
.p-single-article__main h3::before {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  width: 2rem;
  height: 0.125rem;
  background: #2A9BDB;
}

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

.p-single-article__writer {
  -webkit-margin-before: 6rem;
          margin-block-start: 6rem;
  border: 0.0625rem solid #C9DAE0;
  background: #FFF;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__writer {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-single-article__writer-label {
  color: #2A9BDB !important;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.1em !important;
}

.p-single-article__writer-tx-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: 1rem;
}

.p-single-article__writer-head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.p-single-article__writer-name {
  color: #222 !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

.p-single-article__writer-position {
  color: #97A9AF !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.p-single-article__writer-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__writer-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.p-single-article__writer-img {
  width: 7.5rem !important;
  height: 7.5rem !important;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-single-article__writer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-single-article__writer-tx {
  color: #222 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

.p-single-article__floating {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-single-article__floating {
    display: none;
  }
}

.p-single-article__share-area-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 2rem;
  background: #F7F7F7;
  max-width: 8.875rem;
  top: 0;
  right: -8.875rem;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__share-area-fixed {
    position: static;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 1.25rem 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-single-article__share-btn-wrap-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__share-btn-wrap-fixed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-single-article__share-icon-fixed img {
  width: 2.5rem;
  height: 2.5rem;
}

.p-single-article__share-area-tx-fixed {
  color: #1A1A1A;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.5em !important;
  line-height: 1.125 !important;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-single-article__share-area-tx-fixed {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: normal;
    line-height: normal;
  }
}

.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: linear-gradient(51deg, #196FB0 -17.6%, #45AFE9 13.73%, #42ADE9 39.32%, #A9FBFF 92.02%) !important;
}

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

ol.wp-block-list > li::marker {
  color: #2A9BDB;
  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;
}

/* 空のチェックボックス */
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;
}

.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 #C9DAE0;
}

.wp-block-table table.has-fixed-layout td {
  padding: 1rem 1.25rem;
  border-bottom: 0.0625rem solid #C9DAE0;
  border-right: 0.0625rem solid #C9DAE0;
  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: #196FB0 !important;
  border-top: none;
  border-bottom: 0.0625rem solid #C9DAE0;
  border-left: none;
  border-right: 0.0625rem solid #C9DAE0;
}

.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-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: #2A9BDB;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.p-pagination li a:hover {
  background-color: #65AADD;
  color: #fff;
}
.p-pagination li .current {
  background-color: #65AADD;
  color: #fff;
  border-color: #65AADD;
  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;
  color: #333;
}
.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;
  border: 1px solid #2A9BDB;
}
.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: #65AADD;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.p-pagination a.prev:hover svg path,
.p-pagination a.next:hover svg path {
  fill: #fff;
}

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

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 1.25rem 0.75rem;
  color: #1a1a1a;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #C9DAE0;
  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: #ddd;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #ddd;
}
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: #ddd;
}
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: #ddd;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #ddd;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #65AADD;
}
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.1875rem;
  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: 1.5rem;
  width: min(43.75rem, 100%);
  margin-inline: auto;
  -webkit-margin-before: 5.1875rem;
          margin-block-start: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.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: 0.875rem;
  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: 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: #F73302;
}
.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%;
}

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;
}

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: 0.875rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.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.3125rem;
  left: 0.4375rem;
  width: 0.375rem;
  height: 0.75rem;
  rotate: 45deg;
  border-right: 0.09375rem solid #000;
  border-bottom: 0.09375rem solid #000;
  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;
}

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;
}
.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;
  }
}

.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: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@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-voice-inner {
  padding-block: 9.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-under-voice-inner {
    padding-block: 6.25rem 1.5rem;
  }
}

.p-under-voice-swiper__cards-inner {
  padding-block: 11rem 1.25rem;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font__jp {
  font-family: "Zen Kaku Gothic New", 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;
}