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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
  animation: page-fade-in 1.6s ease-out;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 72px;
  }
}

@keyframes page-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    animation: none;
  }
  .p-logos__track {
    animation: none;
  }
  .p-teacher__carousel-track,
  .p-teacher__carousel-slide {
    transition: none;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 0 20px;
  background: #ffffff;
  box-shadow: 0 2px 8px #ebeff5;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 72px;
    padding: 0 28px 0 40px;
  }
}
@media screen and (min-width: 1440px) {
  .l-header {
    width: calc(100% - 416px);
  }
}
.l-header__logo img {
  width: 193.76px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    width: 387.53px;
  }
}
.l-header__hamburger {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  gap: 5.5px;
  background: none;
  border: none;
  cursor: pointer;
}
.l-header__hamburger span {
  width: 18px;
  height: 2.5px;
  border-radius: 1.25px;
  background: #1278b8;
  transition: transform 0.3s, opacity 0.3s;
}
.l-header__hamburger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.l-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.l-header__menu {
  position: fixed;
  inset: 0 0 auto auto;
  z-index: 1;
  width: min(262px, 100%);
  height: 100dvh;
  overflow-y: auto;
  padding: 80px 31.5px;
  background: #ffffff;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.3s, visibility 0.3s;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 1440px) {
  .l-header__menu {
    right: 416px;
  }
}
.l-header__menu.is-open {
  transform: translateX(0);
  visibility: visible;
}
.l-header__menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.l-header__menu a {
  display: block;
  padding: 8px 32px;
  color: #131d34;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}
.l-header__menu a:hover {
  background: #eef4fb;
}
.l-header__menu .l-header__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 10px 32px;
  background: #fe9a00;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.l-header__menu .l-header__cta svg {
  display: block;
  flex-shrink: 0;
}
.l-header__menu .l-header__cta:hover {
  opacity: 0.9;
}

@media screen and (min-width: 1440px) {
  .l-main {
    margin-right: 416px;
  }
}

.l-footer {
  background: #131d34;
  color: #ffffff;
}
@media screen and (min-width: 1440px) {
  .l-footer__area {
    margin-right: 416px;
  }
}
.l-footer__inner {
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    max-width: 1024px;
  }
}
.l-footer__inner {
  margin: 0 auto;
  padding: 56px 20px 48px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding: 72px 80px 48px;
    gap: 64px;
  }
}
.l-footer__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .l-footer__content {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
  }
}
.l-footer__brand {
  display: flex;
  flex-direction: column;
}
.l-footer__logo {
  margin: 0;
}
.l-footer__logo img {
  width: 272.16px;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo img {
    width: 288px;
  }
}
.l-footer__tagline {
  margin: 3.78px 0 0;
  font-size: 15.12px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-footer__tagline {
    margin-top: 4px;
    font-size: 16px;
  }
}
.l-footer__company {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.36px;
}
@media screen and (min-width: 768px) {
  .l-footer__company {
    margin-top: 16px;
  }
}
.l-footer__company-strong {
  font-weight: 700;
}
.l-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.l-footer__nav li {
  display: flex;
}
.l-footer__nav a {
  display: inline-block;
  padding-bottom: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.36px;
  text-decoration: none;
}
.l-footer__nav a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.3px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 12px;
    letter-spacing: 0.36px;
  }
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  cursor: pointer;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}
.c-button--cta {
  gap: 8px;
  border-radius: 16px;
  background: #fe9a00;
  color: #ffffff;
  padding: 22px 36px;
  font-size: 17px;
  transition: opacity 0.2s ease;
}
.c-button--cta:hover {
  opacity: 0.9;
}
.c-button--cta:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.c-badge {
  position: relative;
  display: block;
  width: fit-content;
  padding: 6.5px 20px;
  background-image: url("../images/badge-texture.webp"), linear-gradient(to right, #003f67 0%, #2aa1eb 100%);
  background-blend-mode: color-burn, normal;
  background-size: cover, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  color: #ffffff;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: -0.025em;
  line-height: 1.4;
}
.c-badge::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(to right, #003f67 0%, #007ecd 100%);
}
.c-badge strong {
  font-size: 1.375em;
  font-weight: 800;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-badge {
    padding: 12px 24px 12px 28px;
    font-size: 25px;
  }
  .c-badge::before {
    width: 6px;
  }
  .c-badge strong {
    font-size: 1.34em;
  }
}

.c-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-card {
    width: 217px;
  }
}
.c-card__label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 90px;
  margin: 0;
  padding: 10px;
  border: 2px solid #1278b8;
  border-radius: 5px;
  background: #ffffff;
  color: #095382;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.c-card__arrow {
  flex: none;
  width: 69px;
  height: 30px;
  margin: 8px 0;
  background: url("../images/card-arrow.svg") no-repeat center/contain;
}
.c-card__body {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  min-height: 248px;
  padding: 18px 16px 20px;
  border-radius: 7px;
  background-color: #eef4fb;
  text-align: center;
}
.c-card__body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.7;
}
.c-card__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 10px 14px;
  border-radius: 3px;
  background: #ffffff;
  color: #1a3a5c;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.c-tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .c-tag-list {
    gap: 8px;
  }
}

.c-tag {
  padding: 2.5px 6.74px;
  border: 1px solid rgba(26, 58, 92, 0.1);
  border-radius: 999px;
  background: #eef4fb;
  color: #1a3a5c;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}

.js-accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.js-accordion-panel > * {
  overflow: hidden;
}

.js-accordion.is-open .js-accordion-panel {
  grid-template-rows: 1fr;
}

.c-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #f6fcff;
  padding: 28px 16px;
}
.c-form__title {
  margin: 0;
  color: #1278b8;
  font-weight: 800;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .c-form__title {
    font-size: 24px;
  }
}
.c-form__desc {
  margin: 0;
  color: #5c5b57;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-form__desc {
    font-size: 16px;
  }
}
.c-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.c-form__field label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #1a3a5c;
  font-weight: 600;
  font-size: 14px;
}
.c-form__field input[type=text],
.c-form__field input[type=tel],
.c-form__field input[type=email],
.c-form__field select {
  width: 100%;
  height: 46px;
  border: 1px solid #c8c7be;
  border-radius: 10px;
  background: #eef4fb;
  padding: 0 14px;
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.c-form__field input[type=text]::placeholder,
.c-form__field input[type=tel]::placeholder,
.c-form__field input[type=email]::placeholder,
.c-form__field select::placeholder {
  color: #6f7788;
}
.c-form__field input[type=text]:focus-visible,
.c-form__field input[type=tel]:focus-visible,
.c-form__field input[type=email]:focus-visible,
.c-form__field select:focus-visible {
  outline: 2px solid #1278b8;
  outline-offset: 1px;
}
.c-form__field select {
  appearance: none;
  background-image: url("../images/form-select-chevron.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 16px;
  color: #6f7788;
}
.c-form__field select:valid, .c-form__field select:has(option:checked:not([value=""])) {
  color: #333333;
}
.c-form__field.is-error input[type=text],
.c-form__field.is-error input[type=tel],
.c-form__field.is-error input[type=email],
.c-form__field.is-error select {
  border-color: #c0392b;
}
.c-form__field--agree {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
}
.c-form__field--agree label {
  align-items: flex-start;
  gap: 10px;
  color: #333333;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
}
.c-form__field--agree input[type=checkbox] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 1px solid #767676;
  border-radius: 2.5px;
  accent-color: #1278b8;
}
.c-form__field--agree a {
  color: #2a5fa0;
}
.c-form__field--agree.is-error label {
  color: #c0392b;
}
.c-form__field--agree.is-error input[type=checkbox] {
  border-color: #c0392b;
}
.c-form__required {
  color: #c0392b;
  font-weight: 600;
  font-size: 13px;
}
.c-form__error {
  color: #c0392b;
  font-size: 12px;
  line-height: 1.4;
}

[data-reveal=fade],
[data-reveal=fade-up],
[data-reveal=fade-up-sm] {
  opacity: 0;
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
  will-change: opacity, transform;
}

[data-reveal=fade-up] {
  transform: translateY(24px);
}

[data-reveal=fade-up-sm] {
  transform: translateY(12px);
}

[data-reveal=fade].is-revealed,
[data-reveal=fade-up].is-revealed,
[data-reveal=fade-up-sm].is-revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal=fade],
  [data-reveal=fade-up],
  [data-reveal=fade-up-sm] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.p-hero {
  position: relative;
  overflow: hidden;
  background-color: #eef4fb;
  margin-top: 65px;
  min-height: 300px;
}
.p-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/hero-bg-sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-hero {
    margin-top: 72px;
  }
  .p-hero::before {
    background-image: url("../images/hero-bg-wide.webp");
  }
}
.p-hero__inner {
  position: relative;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-hero__inner {
    max-width: 1024px;
  }
}
.p-hero__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-hero__inner {
    display: flex;
    align-items: stretch;
    min-height: 560px;
    box-sizing: border-box;
    padding-left: 16px;
  }
}
.p-hero__content {
  position: relative;
  z-index: 2;
  padding: 24px 12px 12px 44px;
}
@media (max-width: 399px) {
  .p-hero__content {
    padding-left: 22px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__content {
    flex: 0 0 auto;
    width: 50%;
    max-width: 512px;
    padding: 56px 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-hero__catch {
  font-size: 26.29px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.03em;
  color: #2a5fa0;
}
.p-hero__catch::first-line {
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .p-hero__catch {
    font-size: 56px;
    letter-spacing: -0.03em;
  }
}
.p-hero__catch-emphasis {
  font-size: 1.2955em;
}
@media screen and (min-width: 768px) {
  .p-hero__catch-emphasis {
    font-size: 1em;
  }
}
.p-hero__lead {
  margin-top: 2px;
  font-size: 7.85px;
  font-weight: 500;
  line-height: 1.4;
  color: #1a1a1a;
  text-shadow: 0 0 20.6px rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-hero__lead {
    margin-top: 16px;
    font-size: 16px;
  }
}
.p-hero__badges {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-hero__badges {
    gap: 16px;
    margin-top: 48px;
  }
}
.p-hero__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  max-width: 420px;
  margin: 0 auto;
}
.p-hero__photo img {
  position: absolute;
  display: block;
  left: 149px;
  top: 17px;
  width: 268px;
  height: 316px;
}
@media screen and (min-width: 768px) {
  .p-hero__photo {
    position: static;
    max-width: none;
    margin: 0;
    z-index: auto;
    flex: 1 1 auto;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .p-hero__photo img {
    position: static;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

.p-logos {
  display: flex;
  overflow: hidden;
  background: #ffffff;
  padding: 4px 0;
}
@media screen and (min-width: 768px) {
  .p-logos {
    padding: 6px 0;
  }
}
.p-logos__track {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 8px;
  flex-shrink: 0;
  animation: logos-scroll 51s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-logos__track {
    gap: 12px;
    padding-right: 12px;
    animation-duration: 76.5s;
  }
}
.p-logos__track li {
  flex-shrink: 0;
}
.p-logos__track li img {
  height: 32px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-logos__track li img {
    height: 48px;
  }
}

@keyframes logos-scroll {
  to {
    transform: translateX(-100%);
  }
}
.p-cost {
  position: relative;
  overflow: hidden;
  background: #f0f3f8 url("../images/cost-bg.webp") no-repeat center -29px/865px 487px;
  padding: 39px 0 119px;
}
@media screen and (min-width: 768px) {
  .p-cost {
    background: #f0f3f8 url("../images/cost-bg-tab.webp") no-repeat center -393px/2357px 1326px;
    padding: 58px 0 9px;
  }
}
.p-cost__inner {
  position: relative;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-cost__inner {
    max-width: 1024px;
  }
}
.p-cost__inner {
  margin: 0 auto;
}
.p-cost__content {
  position: relative;
  z-index: 1;
  padding: 0 14px;
}
@media screen and (min-width: 768px) {
  .p-cost__content {
    padding: 0 36px;
  }
}
.p-cost__heading {
  margin: 0 0 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #131d34;
}
@media screen and (min-width: 768px) {
  .p-cost__heading {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #1a3a5c;
  }
}
.p-cost__box {
  position: relative;
  z-index: 1;
  max-width: 345px;
  margin: 0 auto;
  padding: 17.9px 29.6px 24.7px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-cost__box {
    max-width: 560px;
    padding: 29px 48px 40px;
  }
}
.p-cost__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.4px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
  color: #1278b8;
  font-size: 19.73px;
}
@media screen and (min-width: 768px) {
  .p-cost__price {
    flex-direction: row;
    gap: 12px;
    font-size: 32px;
  }
}
.p-cost__price-value {
  display: flex;
  align-items: baseline;
  gap: 3.7px;
}
@media screen and (min-width: 768px) {
  .p-cost__price-value {
    gap: 6px;
  }
}
.p-cost__yen {
  background: linear-gradient(90deg, #003f67 0%, #007ecd 79.2%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-cost__zero {
  font-size: 2em;
  line-height: 1;
}
.p-cost__banner {
  width: 100%;
  margin: 12.3px 0 0;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #131d34;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-cost__banner {
    margin-top: 20px;
    height: 28px;
    padding: 0;
  }
}
.p-cost__checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6.2px;
  margin: 14.8px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-cost__checks {
    gap: 10px;
    margin-top: 24px;
  }
}
.p-cost__checks li {
  display: flex;
  align-items: center;
  height: 34px;
  padding: 0 15.3px;
  border-radius: 999px;
  background: #ffffff;
  color: #1a3a5c;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.756;
}
@media screen and (min-width: 768px) {
  .p-cost__checks li {
    height: 36px;
    padding: 0 16px;
    font-size: 13px;
  }
}
.p-cost__annotation {
  margin: 24.7px 0 0;
  text-align: center;
  color: #1278b8;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-cost__annotation {
    margin-top: 40px;
    font-size: 14px;
  }
}
.p-cost__gallery {
  display: contents;
}
.p-cost__img {
  position: absolute;
  opacity: 0.8;
  height: auto;
}
.p-cost__img--profile {
  z-index: 3;
  width: 138.9px;
  left: calc(50% - 200.7px);
  top: 307.7px;
  transform: rotate(-0.13deg);
  filter: drop-shadow(0 2.5px 2.5px rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 768px) {
  .p-cost__img--profile {
    left: calc(50% - 568px);
    top: 47px;
    width: 288px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  }
}
.p-cost__img--screen {
  z-index: 2;
  width: 229.7px;
  left: calc(50% + 13.5px);
  top: 240.7px;
  transform: rotate(0.34deg);
}
@media screen and (min-width: 768px) {
  .p-cost__img--screen {
    left: calc(50% + 216px);
    top: -9px;
    width: 492px;
  }
}
@media screen and (min-width: 768px) {
  .p-cost__img {
    opacity: 1;
  }
}

.p-problem {
  position: relative;
  overflow: hidden;
  padding: 43px 20px;
  background: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-problem {
    padding: 80px 20px;
  }
}
.p-problem::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, #ffffff 0%, #1278b8 90%);
  mix-blend-mode: color-burn;
  opacity: 0;
  transition: opacity 0.9s ease-out;
}
.p-problem.is-revealed::after {
  opacity: 1;
}
.p-problem__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.7;
}
.p-problem__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 22, 22, 0.7);
}
.p-problem__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-problem__inner {
  position: relative;
  z-index: 3;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-problem__inner {
    max-width: 1024px;
  }
}
.p-problem__inner {
  margin: 0 auto;
}
.p-problem__statement {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.p-problem__statement + .p-problem__statement {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .p-problem__statement {
    font-weight: 800;
    font-size: 32px;
    line-height: 1.4;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .p-problem__statement + .p-problem__statement {
    margin-top: 24px;
  }
}
.p-problem__chevron {
  display: block;
  width: 39px;
  height: auto;
  margin: 13px auto 0;
}
@media screen and (min-width: 768px) {
  .p-problem__chevron {
    width: 72px;
    margin-top: 24px;
  }
}
.p-problem__answer {
  max-width: 274px;
  margin: 13px auto 0;
  padding: 9px 39px;
  border-radius: 5px;
  background: #ffffff;
  color: #1a3a5c;
}
@media screen and (min-width: 768px) {
  .p-problem__answer {
    max-width: 752px;
    margin-top: 24px;
    padding: 41px 0;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .p-problem__answer {
    max-width: 900px;
  }
}
.p-problem__answer-lead {
  margin: 0;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-problem__answer-lead {
    font-size: 20px;
    line-height: 1.4;
  }
}
.p-problem__answer-strong {
  margin: 8px 0 0;
  font-weight: 800;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 768px) {
  .p-problem__answer-strong {
    font-size: 36px;
    margin-top: 10px;
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-problem::after {
    opacity: 1;
    transition: none;
  }
}
.p-anxiety {
  position: relative;
  overflow: hidden;
  padding: 80px 0 157px;
  background: linear-gradient(180deg, #6dadff 0%, #9fcaff 66%, #ffffff 100%);
}
@media screen and (min-width: 768px) {
  .p-anxiety {
    padding: 80px 0 80px;
    margin-top: -40px;
    border-radius: 40px 40px 0 0;
    z-index: 3;
  }
}
.p-anxiety__watermark {
  position: absolute;
  left: 0;
  width: 100%;
  height: 47px;
  --watermark-tile: 376px;
  background-color: #ffffff;
  -webkit-mask-image: url("../images/logo-raisetech.svg");
  mask-image: url("../images/logo-raisetech.svg");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: left center;
  mask-position: left center;
  pointer-events: none;
  animation: anxiety-watermark-scroll 22s linear infinite;
}
.p-anxiety__watermark--top {
  top: 0;
  opacity: 0.05;
}
.p-anxiety__watermark--bottom {
  bottom: 40px;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .p-anxiety__watermark {
    height: 93px;
    --watermark-tile: 744px;
  }
  .p-anxiety__watermark--top {
    top: -10px;
    opacity: 0.05;
  }
  .p-anxiety__watermark--bottom {
    bottom: 31px;
  }
}
.p-anxiety__inner {
  position: relative;
  z-index: 1;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-anxiety__inner {
    max-width: 1024px;
  }
}
.p-anxiety__inner {
  margin: 0 auto;
  padding: 0 36px;
}
.p-anxiety__head {
  text-align: center;
}
.p-anxiety__icon {
  display: block;
  width: 27px;
  height: auto;
  margin: 0 auto 18px;
}
.p-anxiety__label {
  display: inline-block;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  color: #76b2ff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-anxiety__label {
    padding: 2.8px 10px;
  }
}
.p-anxiety__title {
  margin: 18px 0 0;
  color: #ffffff;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-anxiety__title {
    margin-top: 18px;
    font-size: 36px;
    letter-spacing: -0.025em;
  }
}
.p-anxiety__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 58px;
  max-width: 217px;
  margin: 70px auto 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-anxiety__cards {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 51px;
    max-width: none;
    margin-top: 52px;
  }
}
.p-anxiety .c-card__body--01::before {
  background-image: url("../images/anxiety-card-01.webp");
}
.p-anxiety .c-card__body--02::before {
  background-image: url("../images/anxiety-card-02.webp");
}
.p-anxiety .c-card__body--03::before {
  background-image: url("../images/anxiety-card-03.webp");
}
.p-anxiety__summary {
  position: relative;
  max-width: 347px;
  margin: 70px auto 0;
  padding: 40px;
  border-radius: 7px;
  background: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-anxiety__summary {
    max-width: 752px;
    margin-top: 52px;
    padding: 28px 0;
    border-radius: 7px;
  }
}
.p-anxiety__summary-label {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 7px;
  border-radius: 7px;
  background: #1a3a5c;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}
.p-anxiety__summary-text {
  margin: 0;
  color: #1a3a5c;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.p-anxiety__summary-text strong {
  font-weight: 700;
  font-size: 1.25em;
  background: linear-gradient(90deg, #003f67 0%, #007ecd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .p-anxiety__summary-text {
    margin-top: 8px;
  }
}

@keyframes anxiety-watermark-scroll {
  to {
    -webkit-mask-position: calc(var(--watermark-tile) * -1) center;
    mask-position: calc(var(--watermark-tile) * -1) center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-anxiety__watermark {
    animation: none;
  }
}
.p-school {
  position: relative;
  overflow-x: hidden;
  background: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-school {
    overflow-x: auto;
  }
}

.p-school__collage {
  position: relative;
  overflow: hidden;
  width: 375px;
  height: 1318px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-school__collage {
    overflow: visible;
    width: 1024px;
    height: 1390px;
  }
}

.p-school__circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  display: none;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: calc(var(--reveal-i, 0) * 90ms);
}
@media screen and (min-width: 768px) {
  .p-school__circle {
    display: none;
  }
}

.p-school.is-revealed .p-school__circle {
  transform: scale(1);
}

@media screen and (min-width: 768px) {
  .p-school__circle--ambient1 {
    display: block;
    top: 38.5px;
    left: 500px;
    width: 319px;
    height: 315px;
    background: rgb(243, 253, 255);
  }
}

@media screen and (min-width: 768px) {
  .p-school__circle--ambient2 {
    display: block;
    top: 1033.5px;
    left: 378px;
    width: 263px;
    height: 259px;
    background: rgb(243, 253, 255);
  }
}

@media screen and (min-width: 768px) {
  .p-school__circle--ambient3 {
    display: block;
    top: 308.5px;
    left: -280px;
    width: 524px;
    height: 517px;
    background: rgb(243, 253, 255);
  }
}

.p-school__kv {
  position: absolute;
  display: block;
  top: 20px;
  left: 95.5px;
  width: 184px;
  height: 122px;
}
@media screen and (min-width: 768px) {
  .p-school__kv {
    top: 130.5px;
    left: 101px;
    width: 310.3px;
    height: 205.7px;
  }
}

.p-school__title {
  position: absolute;
  margin: 0;
  top: 159.2px;
  left: 45px;
  width: 285px;
  color: #131d34;
  font-weight: 800;
  font-size: 32.26px;
  line-height: 1.4;
  letter-spacing: -0.0188em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school__title {
    top: 361.8px;
    left: 101px;
    width: 424px;
    font-size: 48px;
    letter-spacing: -0.0187em;
    text-align: left;
  }
}

.p-school__label {
  position: absolute;
  margin: 0;
  top: 266.4px;
  left: 84px;
  width: 207px;
  color: #1278b8;
  font-weight: 800;
  font-size: 18.82px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school__label {
    top: 521.4px;
    left: 101px;
    width: 307px;
    font-size: 28px;
    text-align: left;
  }
}

.p-school__card {
  position: absolute;
}

.p-school__card-title {
  position: absolute;
  margin: 0;
  color: #131d34;
  font-weight: 800;
  line-height: 1.4;
}

.p-school__card-text {
  position: absolute;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #6f7788;
}
@media screen and (min-width: 768px) {
  .p-school__card-text {
    font-weight: 500;
    font-size: 16px;
  }
}

.p-school__card-value {
  position: absolute;
  margin: 0;
  color: #131d34;
}

.p-school__card-num {
  font-weight: 800;
}

.p-school__card-unit {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-school__card-unit {
    font-weight: 800;
  }
}

.p-school__card--curriculum {
  top: 292.4px;
  left: 0;
  width: 349.6px;
  height: 288px;
}
@media screen and (min-width: 768px) {
  .p-school__card--curriculum {
    top: 67px;
    left: 591px;
    width: 546px;
    height: 539px;
  }
}
.p-school__card--curriculum .p-school__card-title {
  top: 46.7px;
  left: 69px;
  width: 243px;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .p-school__card--curriculum .p-school__card-title {
    top: 159px;
    left: 107px;
    width: 296.1px;
    font-size: 32px;
    letter-spacing: -0.0264em;
  }
}
.p-school__card--curriculum .p-school__card-text {
  top: 136.7px;
  left: 69px;
  width: 243px;
}
@media screen and (min-width: 768px) {
  .p-school__card--curriculum .p-school__card-text {
    top: 261px;
    left: 107px;
    width: 281px;
  }
}

.p-school__circle--curriculum1 {
  display: block;
  top: 38.3px;
  left: 69px;
  width: 159.1px;
  height: 157.1px;
  background: rgb(243, 253, 255);
}
@media screen and (min-width: 768px) {
  .p-school__circle--curriculum1 {
    display: block;
    top: -9px;
    left: 0;
    width: 546px;
    height: 539px;
    background: rgb(238, 244, 251);
  }
}

.p-school__circle--curriculum2 {
  display: block;
  top: 37.6px;
  left: 123.4px;
  width: 272.4px;
  height: 268.9px;
  background: rgb(238, 244, 251);
}
@media screen and (min-width: 768px) {
  .p-school__circle--curriculum2 {
    display: none;
  }
}

.p-school__badge {
  position: absolute;
  top: 567px;
  left: 13px;
  width: 176.6px;
  height: 161px;
}
@media screen and (min-width: 768px) {
  .p-school__badge {
    top: 457.5px;
    left: 486px;
    width: 271px;
    height: 247px;
  }
}

.p-school__circle--badge1 {
  display: block;
  top: 85.4px;
  left: 99.7px;
  width: 93.2px;
  height: 92px;
  background: rgb(243, 253, 255);
}
@media screen and (min-width: 768px) {
  .p-school__circle--badge1 {
    top: 131px;
    left: 153px;
    width: 143px;
    height: 141.1px;
  }
}

.p-school__circle--badge2 {
  display: block;
  top: 0;
  left: 8.1px;
  width: 160.3px;
  height: 161px;
  background: rgb(220, 236, 255);
}
@media screen and (min-width: 768px) {
  .p-school__circle--badge2 {
    left: 12.5px;
    width: 246px;
    height: 247px;
  }
}

.p-school__badge-icon {
  position: absolute;
  display: block;
  top: 99.7px;
  left: -7.8px;
  width: 64.8px;
  height: 54.3px;
}
@media screen and (min-width: 768px) {
  .p-school__badge-icon {
    top: 153px;
    left: -12px;
    width: 99.4px;
    height: 83.2px;
  }
}

.p-school__badge-label {
  position: absolute;
  margin: 0;
  top: 29.3px;
  left: 56.7px;
  color: #131d34;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-school__badge-label {
    top: 45px;
    left: 87px;
    font-weight: 800;
    font-size: 32px;
  }
}

.p-school__badge-value {
  position: absolute;
  margin: 0;
  top: 68.2px;
  left: 66.2px;
  color: #131d34;
}
@media screen and (min-width: 768px) {
  .p-school__badge-value {
    top: 97px;
    left: 87px;
  }
}

.p-school__badge-num {
  display: inline-block;
  width: 25px;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school__badge-num {
    width: 50px;
    font-size: 64px;
  }
}

.p-school__badge-unit {
  display: inline-block;
  width: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school__badge-unit {
    width: 32px;
    font-size: 32px;
  }
}

.p-school__card--students {
  top: 637.8px;
  left: 120px;
  width: 309px;
  height: 246px;
}
@media screen and (min-width: 768px) {
  .p-school__card--students {
    top: 692.5px;
    left: 598px;
    width: 470px;
    height: 471px;
  }
}
.p-school__card--students .p-school__card-title {
  top: 0;
  left: 72.5px;
  width: 164px;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .p-school__card--students .p-school__card-title {
    top: 93px;
    left: 97.4px;
    width: 275.2px;
    font-size: 32.24px;
    letter-spacing: -0.0225em;
  }
}
.p-school__card--students .p-school__card-value {
  top: 58.8px;
  left: 72.5px;
}
@media screen and (min-width: 768px) {
  .p-school__card--students .p-school__card-value {
    top: 157.8px;
    left: 97.4px;
  }
}
.p-school__card--students .p-school__card-num {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .p-school__card--students .p-school__card-num {
    font-size: 50.61px;
    letter-spacing: -0.0143em;
  }
}
.p-school__card--students .p-school__card-unit {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-school__card--students .p-school__card-unit {
    font-size: 28px;
  }
}

.p-school__circle--students1 {
  display: block;
  top: -24.1px;
  left: 167.8px;
  width: 186.1px;
  height: 183.6px;
  background: rgb(243, 253, 255);
}
@media screen and (min-width: 768px) {
  .p-school__circle--students1 {
    top: 179px;
    left: 156px;
    width: 375px;
    height: 370px;
  }
}

.p-school__circle--students2 {
  display: block;
  top: 12.1px;
  left: 70px;
  width: 233.3px;
  height: 233.8px;
  background: rgb(217, 240, 255);
}
@media screen and (min-width: 768px) {
  .p-school__circle--students2 {
    top: -12px;
    left: 3px;
    width: 470px;
    height: 471px;
  }
}

.p-school__icons {
  position: absolute;
  top: 126px;
  left: 47px;
  display: flex;
  gap: 3.78px;
}
@media screen and (min-width: 768px) {
  .p-school__icons {
    top: 276px;
    left: 95px;
    gap: 5px;
  }
}

.p-school__icon {
  display: block;
  width: 99px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-school__icon {
    width: 131px;
  }
}

.p-school__card--event {
  top: 805px;
  left: -67px;
  width: 382px;
  height: 459.8px;
}
@media screen and (min-width: 768px) {
  .p-school__card--event {
    top: 698.5px;
    left: -52px;
    width: 594px;
    height: 715px;
  }
}
.p-school__card--event .p-school__card-title {
  top: 59px;
  left: 114px;
  width: 222px;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .p-school__card--event .p-school__card-title {
    top: 68px;
    left: 93px;
    width: 254px;
    font-size: 32px;
  }
}
.p-school__card--event .p-school__card-text {
  top: 150px;
  left: 114px;
  width: 258.1px;
}
@media screen and (min-width: 768px) {
  .p-school__card--event .p-school__card-text {
    top: 179.7px;
    left: 93.2px;
    width: 401px;
  }
}

.p-school__circle--event1 {
  display: block;
  top: 307px;
  left: 260px;
  width: 122px;
  height: 120px;
  background: rgb(243, 253, 255);
}
@media screen and (min-width: 768px) {
  .p-school__circle--event1 {
    display: none;
  }
}

.p-school__circle--event2 {
  display: block;
  top: 70px;
  left: -44px;
  width: 242px;
  height: 239px;
  background: rgb(243, 253, 255);
}
@media screen and (min-width: 768px) {
  .p-school__circle--event2 {
    display: none;
  }
}

.p-school__circle--event3 {
  display: block;
  top: 111px;
  left: 13px;
  width: 331px;
  height: 330px;
  background: rgb(215, 232, 242);
}
@media screen and (min-width: 768px) {
  .p-school__circle--event3 {
    top: -44px;
    left: -104px;
    width: 715px;
    height: 715px;
  }
}

.p-school__thumbs {
  position: absolute;
  inset: 0;
}

.p-school__thumb {
  position: absolute;
  display: block;
  object-fit: cover;
}

.p-school__thumb--1 {
  top: 256px;
  left: 97px;
  width: 164px;
  height: 92px;
}
@media screen and (min-width: 768px) {
  .p-school__thumb--1 {
    top: 297px;
    left: 93px;
    width: 254.9px;
    height: 143.4px;
  }
}

.p-school__thumb--2 {
  top: 353px;
  left: 229px;
  width: 107px;
  height: 44px;
}
@media screen and (min-width: 768px) {
  .p-school__thumb--2 {
    top: 388px;
    left: 368px;
    width: 166px;
    height: 68px;
  }
}

.p-school__thumb--3 {
  top: 375px;
  left: 86px;
  width: 127px;
  height: 71px;
}
@media screen and (min-width: 768px) {
  .p-school__thumb--3 {
    top: 258px;
    left: 381px;
    width: 197.3px;
    height: 111px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-school.is-revealed .p-school__circle,
  .p-school:not(.is-revealed) .p-school__circle {
    transform: scale(1);
    transition: none;
  }
}
.p-materials {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 40px 0 40px;
}
@media screen and (min-width: 768px) {
  .p-materials {
    padding: 110px 0 0;
  }
}
.p-materials::before {
  content: "";
  position: absolute;
  top: -102px;
  left: -75px;
  width: 327px;
  height: 349px;
  background: url("../images/materials-crystal.svg") no-repeat;
  background-size: 327px 349px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-materials::before {
    top: -128px;
    left: -171px;
    width: 543px;
    height: 579px;
    background-size: 543px 579px;
  }
}
.p-materials__inner {
  position: relative;
  z-index: 1;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-materials__inner {
    max-width: 1024px;
  }
}
.p-materials__inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-materials__inner {
    padding: 0 36px;
  }
}
.p-materials__head {
  position: relative;
  z-index: 2;
  padding-top: 33px;
  text-align: center;
}
.p-materials__icon {
  display: block;
  width: 27px;
  height: auto;
  margin: 0 auto;
}
.p-materials__label {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  background: linear-gradient(90deg, #003f67 0%, #007ecd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .p-materials__label {
    font-weight: 700;
    font-size: 20px;
  }
}
.p-materials__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  background: linear-gradient(90deg, #003f67 0%, #007ecd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .p-materials__title {
    font-weight: 800;
    font-size: 36px;
    letter-spacing: -0.025em;
  }
}
.p-materials__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-materials__list {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    margin-top: 37px;
  }
}
.p-materials__item {
  width: 224px;
  text-align: center;
}
.p-materials__photo {
  position: relative;
  isolation: isolate;
  width: 224px;
  padding-top: 28px;
  margin: 0 auto;
}
.p-materials__photo::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 226px;
  width: 63px;
  height: 53px;
  background: url("../images/materials-facet-right.svg") no-repeat;
  background-size: contain;
  pointer-events: none;
}
.p-materials__photo::after {
  content: "";
  position: absolute;
  top: -26px;
  left: 141px;
  width: 42px;
  height: 26px;
  background: url("../images/materials-facet-left.svg") no-repeat;
  background-size: contain;
  pointer-events: none;
}
.p-materials__photo-img {
  display: block;
  width: 208px;
  height: 208px;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}
.p-materials__number {
  position: absolute;
  top: 5px;
  left: 159px;
  z-index: -1;
  color: #e0dfd8;
  font-family: "Figtree", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.02em;
  pointer-events: none;
  user-select: none;
}
.p-materials__item-title {
  margin: 20px 0 0;
  color: #1a3a5c;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.p-materials__item-text {
  margin: 7px 0 0;
  color: #5c5b57;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
}
.p-materials__chevron {
  display: block;
  width: 91px;
  height: auto;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .p-materials__chevron {
    width: 134px;
    margin-top: 42px;
  }
}

.p-talent {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-talent {
    padding: 137px 0 57px;
  }
}
.p-talent__bg {
  position: absolute;
  top: 17.15%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 82.85%;
  object-fit: cover;
  object-position: center bottom;
}
@media screen and (min-width: 768px) {
  .p-talent__bg {
    top: 0;
    height: 100%;
    object-position: center;
  }
}
.p-talent__inner {
  position: relative;
  z-index: 1;
  width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-talent__inner {
    max-width: 420px;
    width: auto;
    margin: 0 auto;
    padding: 0 78px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-talent__inner {
    max-width: 1024px;
  }
}
.p-talent__photo {
  position: absolute;
  z-index: 0;
  top: -23px;
  right: -27px;
  width: 147px;
  height: 147px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-talent__photo {
    top: -31px;
    left: calc(50% + 79px);
    width: 401px;
    height: 401px;
  }
}
.p-talent__head {
  position: relative;
  z-index: 1;
}
.p-talent__heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-talent__heading {
    gap: 15px;
  }
}
.p-talent__icon {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-talent__icon {
    width: 27px;
  }
}
.p-talent__title {
  margin: 0;
  color: #1a3a5c;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 768px) {
  .p-talent__title {
    font-size: 36px;
  }
}
.p-talent__lead {
  max-width: 244px;
  margin: 10px 0 0;
  color: #5c5b57;
  font-weight: 500;
  font-size: 10.7px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-talent__lead {
    margin-top: 15px;
    max-width: 480px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-talent__courses {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-talent__courses {
    flex-direction: row;
    justify-content: center;
    gap: 35px;
    margin-top: 57px;
  }
}
.p-talent__course {
  box-sizing: border-box;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-talent__course {
    width: 422px;
    padding: 32px;
    border-radius: 16px;
    min-height: 467px;
  }
}
.p-talent__course-head {
  text-align: center;
}
.p-talent__course-title {
  margin: 0;
  color: #1a1a1a;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-talent__course-title {
    font-size: 18px;
  }
}
.p-talent__course-illust {
  display: block;
  height: auto;
  margin: 12px auto 0;
}
.p-talent__course-illust--ai {
  width: 121px;
}
@media screen and (min-width: 768px) {
  .p-talent__course-illust--ai {
    width: 180px;
  }
}
.p-talent__course-illust--aws {
  width: 81px;
}
@media screen and (min-width: 768px) {
  .p-talent__course-illust--aws {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .p-talent__course-illust {
    margin-top: 7px;
  }
}
.p-talent__course-text {
  margin: 18px 0 0;
  color: #5c5b57;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-talent__course-text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-talent__course-tags {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-talent__course-tags {
    gap: 8px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-talent__course-tags--flat {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
  .p-talent__course-tags--flat .p-talent__tag-group {
    display: contents;
  }
  .p-talent__course-tags--flat .p-talent__tag-label {
    display: none;
  }
}
.p-talent__tag-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-talent__tag-group {
    align-items: center;
    gap: 6px;
  }
}
.p-talent__tag-label {
  flex: 0 0 auto;
  color: #888780;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-talent__tag-label {
    flex: 0 0 72px;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.7;
  }
}
.p-talent__works {
  position: relative;
  z-index: 1;
  margin: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .p-talent__works {
    margin-top: 42px;
  }
}
.p-talent__works-title {
  margin: 0;
  color: #1a3a5c;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-talent__works-title {
    text-align: left;
    font-size: 13px;
  }
}
.p-talent__works-list {
  display: flex;
  flex-direction: column;
  gap: 31px;
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-talent__works-list {
    flex-direction: row;
    gap: 16px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-talent__works-item {
    flex: 1;
    min-width: 0;
  }
}
.p-talent__works-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 279/146;
  border: 1px solid #c8c7be;
  border-radius: 10px;
  object-fit: cover;
}
.p-talent__works-caption {
  margin: 6px 0 0;
  color: #1278b8;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-talent__works-caption {
    text-align: left;
    font-weight: 600;
    font-size: 11px;
  }
}
.p-talent__note {
  margin: 31px 0 0;
  color: #1278b8;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-talent__note {
    margin-top: 70px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-talent .c-tag {
    padding: 4px 10px;
    font-weight: 500;
    line-height: 1.7;
  }
}

.p-curriculum {
  background: #1278b8;
  padding: 48px 0 40px;
}
@media screen and (min-width: 768px) {
  .p-curriculum {
    padding: 101px 0;
    border-radius: 20px;
  }
}
.p-curriculum__inner {
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-curriculum__inner {
    max-width: 1024px;
  }
}
.p-curriculum__inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-curriculum__inner {
    max-width: 940px;
    padding: 0 36px;
  }
}
.p-curriculum__head {
  text-align: center;
}
.p-curriculum__icon {
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto 12px;
}
@media screen and (min-width: 768px) {
  .p-curriculum__icon {
    width: 27.3px;
    margin-bottom: 8px;
  }
}
.p-curriculum__title {
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-curriculum__title {
    font-size: 32px;
  }
}
.p-curriculum__lead {
  margin: 12px 0 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-curriculum__lead {
    margin-top: 22px;
    font-weight: 400;
    line-height: 1.7;
  }
}
.p-curriculum__courses {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-curriculum__courses {
    gap: 40px;
    margin-top: 21px;
  }
}
.p-curriculum__course {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 318px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-curriculum__course {
    gap: 21px;
    max-width: none;
    margin: 0;
    padding: 0 19px;
  }
}
.p-curriculum__course-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-curriculum__course-head {
    justify-content: flex-start;
    gap: 10px;
    padding: 0 13px;
  }
}
.p-curriculum__course-icon {
  flex: none;
  width: 56px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-curriculum__course-icon {
    width: 75px;
  }
}
.p-curriculum__course-title {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-curriculum__course-title {
    font-size: 28px;
  }
}
.p-curriculum__course-title-br {
  display: none;
}
.p-curriculum__case {
  position: relative;
  box-sizing: border-box;
  margin-top: 0;
  padding: 30px 24px;
  border-radius: 4px;
  background: #f2fdff;
}
@media screen and (min-width: 768px) {
  .p-curriculum__case {
    margin-top: 0;
    padding: 40px 44px;
    border-radius: 10px;
  }
}
.p-curriculum__case-label {
  box-sizing: border-box;
  width: fit-content;
  max-width: 199px;
  margin: 0 auto -5px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #1a3a5c;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-curriculum__case-label {
    width: 484px;
    max-width: 100%;
    margin-bottom: -15px;
    padding: 6px 14px;
    font-weight: 700;
    font-size: 20px;
  }
}
.p-curriculum__voice {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .p-curriculum__voice {
    align-items: center;
    gap: 21px;
    margin-bottom: 23px;
  }
}
.p-curriculum__voice-photo {
  flex: none;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-curriculum__voice-photo {
    width: 172px;
    height: 172px;
  }
}
.p-curriculum__voice-text {
  margin: 0;
  padding-top: 10px;
  color: #1a3a5c;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-curriculum__voice-text {
    padding-top: 0;
    font-weight: 500;
    font-size: 16px;
  }
}
.p-curriculum__detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-curriculum__detail {
    flex-direction: row;
    align-items: flex-start;
    gap: 17px;
  }
}
.p-curriculum__screenshot {
  width: 100%;
  height: auto;
  aspect-ratio: 998/562;
  border-radius: 0;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-curriculum__screenshot {
    flex: 498.5 1 0%;
    min-width: 0;
  }
}
.p-curriculum__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-curriculum__side {
    flex: 230 1 0%;
    min-width: 0;
    gap: 15px;
  }
}
.p-curriculum__point {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  background: #f6fdff;
}
@media screen and (min-width: 768px) {
  .p-curriculum__point {
    position: relative;
    display: block;
    order: 2;
    padding: 7.3px 7px 11px 11px;
    border: 1px solid #d1ebf5;
    border-radius: 3.6px;
  }
}
.p-curriculum__point-icon {
  flex: none;
  width: 32px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-curriculum__point-icon {
    position: absolute;
    top: -4px;
    left: 32px;
    width: 26px;
  }
}
.p-curriculum__point-label {
  flex: none;
  margin: 0;
  color: #02a6cd;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-curriculum__point-label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 8.2px;
    line-height: 1.6;
    letter-spacing: 0.16px;
  }
}
.p-curriculum__point-text {
  margin: 0;
  color: #131d34;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-curriculum__point-text {
    margin-top: 3.6px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 7.3px;
    line-height: 1.75;
    letter-spacing: 0.15px;
  }
}
@media screen and (min-width: 768px) {
  .p-curriculum__schedule {
    order: 1;
  }
}
.p-curriculum__schedule-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #131d34;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-curriculum__schedule-title {
    gap: 7.3px;
    margin-bottom: 11px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 8.2px;
    line-height: 1.6;
    letter-spacing: 0.16px;
  }
}
.p-curriculum__schedule-title::before, .p-curriculum__schedule-title::after {
  content: "";
  flex: 1 1 auto;
  align-self: center;
  height: 3px;
  background-image: radial-gradient(circle, #02a6cd 1.35px, transparent 1.4px);
  background-size: 7.3px 3px;
  background-repeat: repeat-x;
}
.p-curriculum__schedule-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-curriculum__schedule-list {
    gap: 11px;
  }
}
.p-curriculum__schedule-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-curriculum__schedule-item {
    position: relative;
    grid-template-columns: 33.7px 1fr;
    align-items: center;
    padding: 0 7.3px;
    column-gap: 10.9px;
  }
  .p-curriculum__schedule-item::before {
    content: "";
    position: absolute;
    top: calc(50% + 5.5px);
    left: 41px;
    width: 11px;
    border-top: 0.5px solid #d1ebf5;
  }
}
.p-curriculum__schedule-icon {
  grid-row: 1/span 2;
  grid-column: 1;
  width: 32px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-curriculum__schedule-icon {
    grid-row: 2;
    grid-column: 1;
    align-self: start;
    box-sizing: border-box;
    justify-self: center;
    width: 33.7px;
    padding: 6.6px;
    border-radius: 50%;
    background: #fffef5;
  }
}
.p-curriculum__schedule-time {
  grid-row: 1;
  grid-column: 2;
  margin: 0;
  color: #02a6cd;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-curriculum__schedule-time {
    grid-row: 1;
    grid-column: 1;
    align-self: end;
    justify-self: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 7.3px;
    line-height: 1.5;
  }
}
.p-curriculum__schedule-text {
  grid-row: 2;
  grid-column: 2;
  margin: 2px 0 0;
  padding: 8px;
  border-radius: 4px;
  background: #f6fdff;
  color: #131d34;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-curriculum__schedule-text {
    grid-row: 1/span 2;
    grid-column: 2;
    align-self: start;
    margin-top: 7.3px;
    padding: 7.3px;
    border-radius: 3.6px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 7.3px;
    line-height: 1.5;
  }
}
.p-curriculum__schedule-total {
  position: relative;
  display: block;
  width: fit-content;
  margin: 4px auto 0;
  padding-bottom: 4px;
  color: #131d34;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-curriculum__schedule-total {
    z-index: 0;
    margin-top: 11px;
    padding-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 9.1px;
    line-height: 1.7;
  }
}
.p-curriculum__schedule-total::after {
  content: "";
  position: absolute;
  left: -7px;
  right: -7px;
  bottom: 0;
  height: 2px;
  border-radius: 1px;
  background: #eafc83;
  opacity: 0.64;
}
@media screen and (min-width: 768px) {
  .p-curriculum__schedule-total::after {
    z-index: -1;
    left: -4.6px;
    right: -4.6px;
    height: 4.6px;
    border-radius: 0.5px;
  }
}
.p-curriculum__table {
  box-sizing: border-box;
  padding: 16px;
  border-radius: 4px;
  background: #ebebeb;
}
@media screen and (min-width: 768px) {
  .p-curriculum__table {
    padding: 40px;
    border-radius: 10px;
  }
}
.p-curriculum__table-title {
  margin: 0 0 16px;
  color: #1278b8;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-curriculum__table-title {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.p-curriculum__table-label {
  margin: 20px 0 10px;
  color: #1a3a5c;
  font-weight: 700;
  font-size: 14px;
}
.p-curriculum__table-label:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-curriculum__table-label {
    margin: 12px 0;
    font-size: 16px;
  }
}
.p-curriculum__category-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-curriculum__category-list {
    grid-template-columns: repeat(auto-fill, 222px);
    gap: 12px 18px;
    align-items: start;
  }
  .p-curriculum__panel-inner > .p-curriculum__category-list:first-child {
    margin-top: 12px;
  }
}
.p-curriculum__category {
  box-sizing: border-box;
  padding: 8px 12px 16px;
  border-radius: 4px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-curriculum__category {
    min-height: 150px;
    padding: 8px 9px 16px;
    border-radius: 7px;
  }
}
.p-curriculum__category-name {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #333333;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-curriculum__category-name {
    gap: 7px;
    font-size: 14px;
  }
}
.p-curriculum__category-icon {
  flex: none;
  width: 16px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-curriculum__category-icon {
    width: 17.6px;
  }
}
.p-curriculum__category-value {
  margin: 6px 0 0;
  color: #333333;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-curriculum__category-value {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.4;
  }
}
.p-curriculum__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 20px auto 0;
  padding: 0 0 2px;
  border: none;
  border-bottom: 1px solid #1278b8;
  border-radius: 0;
  background: transparent;
  color: #1278b8;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-curriculum__more {
    margin-top: 12px;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
  }
}
.p-curriculum__more-label--open {
  display: none;
}
.p-curriculum__table.is-open .p-curriculum__more-label--closed {
  display: none;
}
.p-curriculum__table.is-open .p-curriculum__more-label--open {
  display: inline;
}
.p-curriculum__more-chevron {
  width: 10px;
  height: auto;
  transition: transform 0.3s ease;
}
.p-curriculum__table.is-open .p-curriculum__more-chevron {
  transform: rotate(180deg);
}
.p-curriculum__unlimited {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  row-gap: 8px;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 24px 20px;
  border: 1px solid #e0dfd8;
  border-radius: 6px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-curriculum__unlimited {
    margin-top: 100px;
    row-gap: 7px;
    column-gap: 14px;
    padding: 34px 24px;
    border-radius: 16px;
  }
}
.p-curriculum__unlimited-icon {
  grid-row: 1;
  grid-column: 1;
  margin: 0;
  color: #1a3a5c;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.p-curriculum__unlimited-title {
  grid-column: 2;
  margin: 0;
  color: #1a3a5c;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-curriculum__unlimited-title {
    font-size: 24px;
  }
}
.p-curriculum__unlimited-text {
  grid-column: 2;
  margin: 0;
  color: #1a3a5c;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-curriculum__unlimited-text {
    line-height: 1.4;
  }
}
.p-curriculum__unlimited-tags {
  grid-column: 2;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-curriculum__unlimited-tags {
    gap: 25px;
    margin-top: 17px;
  }
  .p-curriculum__unlimited-tags .c-tag {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    height: 34px;
    padding: 0 14px;
    border-radius: 6px;
    background: #f2fbff;
    font-weight: 500;
    font-size: 16px;
  }
}
.p-curriculum__unlimited-tags .c-tag {
  border-color: #d7f0ff;
}

.p-ai-skill {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-ai-skill {
    padding: 64px 0 56px;
  }
}
.p-ai-skill__deco {
  position: absolute;
  top: 232.4px;
  left: 105.5px;
  z-index: 0;
  width: 435px;
  height: 1013px;
  max-width: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-ai-skill__deco {
    top: 70px;
    left: calc(50% + 21px);
    width: 1024px;
    height: 750px;
    transform: translateX(-50%);
  }
}
.p-ai-skill__inner {
  position: relative;
  z-index: 1;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-ai-skill__inner {
    max-width: 1024px;
  }
}
.p-ai-skill__inner {
  margin: 0 auto;
  padding: 0 max(14px, (min(100%, 420px) - 347px) / 2);
}
@media screen and (min-width: 768px) {
  .p-ai-skill__inner {
    padding: 0 93.5px;
  }
}
.p-ai-skill__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .p-ai-skill__top {
    display: block;
    position: relative;
    min-height: 663px;
  }
}
.p-ai-skill__photo-wrap {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 347px;
  aspect-ratio: 347/297;
}
@media screen and (min-width: 768px) {
  .p-ai-skill__photo-wrap {
    position: absolute;
    z-index: 0;
    top: 81px;
    left: -17px;
    width: 596px;
    height: 596px;
    max-width: none;
    aspect-ratio: auto;
  }
}
.p-ai-skill__photo-wrap::before {
  content: "";
  position: absolute;
  top: 34.01%;
  left: 0;
  width: 54.36%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #e8f2fb;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-ai-skill__photo-wrap::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
}
.p-ai-skill__photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 85.59%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-ai-skill__photo {
    top: 137px;
    left: 405px;
    right: auto;
    bottom: auto;
    width: 480px;
    height: 480px;
    aspect-ratio: auto;
  }
}
.p-ai-skill__head {
  width: 100%;
  padding: 0 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-ai-skill__head {
    position: relative;
    z-index: 1;
    padding: 154px 0 0 95px;
    text-align: left;
  }
}
.p-ai-skill__title {
  margin: 0;
  color: #1a3a5c;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-ai-skill__title {
    font-weight: 800;
    font-size: 32px;
    letter-spacing: -0.02em;
  }
}
.p-ai-skill__lead {
  margin: 43px 0 0;
}
@media screen and (min-width: 768px) {
  .p-ai-skill__lead {
    max-width: 291px;
  }
}
.p-ai-skill__lead p {
  margin: 22px 0 0;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.p-ai-skill__lead p:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-ai-skill__lead p {
    font-weight: 400;
    font-size: 14px;
  }
}
.p-ai-skill__compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34.57px;
  margin: 43px 0 0;
}
@media screen and (min-width: 768px) {
  .p-ai-skill__compare {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 100px;
  }
}
.p-ai-skill__compare-col {
  overflow: hidden;
  min-height: 229px;
  border: 1.5px solid #454d52;
}
@media screen and (min-width: 768px) {
  .p-ai-skill__compare-col {
    border: none;
  }
}
.p-ai-skill__compare-col--bad {
  background: #f0f3f8;
}
.p-ai-skill__compare-col--good {
  background: #fff3e1;
}
.p-ai-skill__compare-heading {
  margin: 0;
  padding: 8px 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.p-ai-skill__compare-col--bad .p-ai-skill__compare-heading {
  background: #585b5f;
}
.p-ai-skill__compare-col--good .p-ai-skill__compare-heading {
  background: #ff8a24;
}
.p-ai-skill__compare-list {
  display: flex;
  flex-direction: column;
  gap: 11.5px;
  margin: 0;
  padding: 23px 19px 23px 23px;
  list-style: none;
}
.p-ai-skill__compare-list li {
  position: relative;
  padding-left: 18.24px;
  color: #131d34;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-ai-skill__compare-list li::before {
  content: "";
  position: absolute;
  top: 3.84px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 7.68px solid transparent;
  border-bottom: 7.68px solid transparent;
  border-left: 10.56px solid #585b5f;
}
.p-ai-skill__compare-col--good .p-ai-skill__compare-list li::before {
  border-left-color: #ff8a24;
}

.p-teacher {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 40px 0 74px;
}
@media screen and (min-width: 768px) {
  .p-teacher {
    padding: 51px 0 90px;
  }
}
.p-teacher__deco {
  position: absolute;
  top: 0;
  left: calc(50% - 187.5px);
  z-index: 0;
  width: 375px;
  height: 1531px;
  max-width: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-teacher__deco {
    top: -35px;
    left: 50%;
    transform: translateX(calc(-50% + 14px));
    width: 1243px;
    height: auto;
  }
}
.p-teacher__bg-word {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  margin: 0;
  color: #f5faff;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0.029em;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-teacher__bg-word {
    top: 70px;
    left: max(50% - 527px, -20px);
    transform: none;
    font-size: 128px;
  }
}
.p-teacher__inner {
  position: relative;
  z-index: 1;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-teacher__inner {
    max-width: 1024px;
  }
}
.p-teacher__inner {
  margin: 0 auto;
  padding: 0 max(14px, (min(100%, 420px) - 347px) / 2);
}
@media screen and (min-width: 768px) {
  .p-teacher__inner {
    padding: 0 36px;
  }
}
.p-teacher__head {
  padding: 7px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-teacher__head {
    padding: 0;
  }
}
.p-teacher__icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-teacher__icon {
    display: block;
    width: 24px;
    height: auto;
    margin: 0 auto 8px;
  }
}
.p-teacher__title {
  margin: 0;
  color: #131d34;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-teacher__title {
    letter-spacing: -0.02em;
  }
}
.p-teacher__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 884px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .p-teacher__profile {
    flex-direction: row;
    align-items: flex-start;
    gap: 44px;
    margin-top: 36px;
  }
}
.p-teacher__photo-wrap {
  position: relative;
  flex-shrink: 0;
  width: 240px;
}
@media screen and (min-width: 768px) {
  .p-teacher__photo-wrap {
    width: 340px;
  }
}
.p-teacher__photo {
  display: block;
  width: 100%;
  height: auto;
}
.p-teacher__nameplate {
  position: absolute;
  top: 30px;
  left: -34.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 154px;
  height: 75px;
  background: rgba(26, 58, 92, 0.85);
  opacity: 0.84;
  padding: 0 0 0 6px;
}
@media screen and (min-width: 768px) {
  .p-teacher__nameplate {
    top: 42px;
    left: -49px;
    display: block;
    width: auto;
    height: auto;
    padding: 22px 16px;
  }
}
.p-teacher__nameplate p {
  margin: 0;
  color: #ffffff;
}
.p-teacher__role {
  font-weight: 800;
  font-size: 11.3px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-teacher__role {
    font-size: 16px;
  }
}
.p-teacher__name {
  font-weight: 800;
  font-size: 12.7px;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 768px) {
  .p-teacher__name {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.p-teacher__position {
  font-weight: 700;
  font-size: 7px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-teacher__position {
    font-size: 10px;
  }
}
.p-teacher__body {
  flex: none;
  width: 291px;
}
@media screen and (min-width: 768px) {
  .p-teacher__body {
    flex: 1;
    width: auto;
    min-width: 0;
  }
}
.p-teacher__text {
  margin: 0;
  color: #1a3a5c;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-teacher__text {
    font-weight: 400;
    font-size: 14px;
  }
}
.p-teacher__achievements {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 306px;
  margin: 26px 0 0;
  padding: 3px 0 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-teacher__achievements {
    gap: 13px;
    width: auto;
    margin-top: 44px;
    padding-top: 4px;
  }
}
.p-teacher__achievements li {
  position: relative;
  padding-left: 27px;
  color: #131d34;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.27em;
}
@media screen and (min-width: 768px) {
  .p-teacher__achievements li {
    letter-spacing: 0.1em;
  }
}
.p-teacher__achievements li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 20px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #003f67 0%, #007ecd 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.p-teacher__quote {
  position: relative;
  z-index: 1;
  display: block;
  width: 289px;
  height: auto;
  margin: 44px 0 0 auto;
}
@media screen and (min-width: 768px) {
  .p-teacher__quote {
    width: 524px;
    margin: 46px 20px 0 auto;
  }
}
.p-teacher__media {
  position: relative;
  width: 343px;
  max-width: 100%;
  margin: -16px auto 0;
  border-radius: 14px;
  background: #f2fbff;
  padding: 68px 0 26px;
}
@media screen and (min-width: 768px) {
  .p-teacher__media {
    width: auto;
    max-width: 852px;
    margin: -26px auto 0;
    border-radius: 19px;
    background: linear-gradient(180deg, #ffffff 0%, #9ac8ff 100%);
    padding: 85px 0 28px;
  }
}
.p-teacher__carousel {
  position: relative;
  overflow: hidden;
  width: 661px;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-teacher__carousel {
    width: 145%;
  }
}
.p-teacher__carousel-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .p-teacher__carousel-track {
    gap: 25px;
  }
}
.p-teacher__carousel-track.is-jumping {
  transition: none;
}
.p-teacher__carousel-slide {
  flex: 0 0 auto;
  width: 169px;
}
@media screen and (min-width: 768px) {
  .p-teacher__carousel-slide {
    width: 317px;
  }
}
.p-teacher__carousel-slide.is-active {
  width: 311px;
}
@media screen and (min-width: 768px) {
  .p-teacher__carousel-slide.is-active {
    width: 552px;
  }
}
.p-teacher__carousel-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.p-teacher__carousel-controls {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-teacher__carousel-controls {
    gap: 14px;
    margin-top: 20px;
  }
}
.p-teacher__carousel-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #59e3ec 0%, #01c8f7 100%);
  cursor: pointer;
  color: #ffffff;
}
.p-teacher__carousel-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 12px;
}
.p-teacher__carousel-arrow--prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M6 1L1 6L6 11' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.p-teacher__carousel-arrow--next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.p-teacher__carousel-arrow:hover, .p-teacher__carousel-arrow:focus-visible {
  opacity: 0.85;
}
@media (hover: hover) {
  .p-teacher__carousel-arrow {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .p-teacher__carousel-controls:hover .p-teacher__carousel-arrow, .p-teacher__carousel-controls:focus-within .p-teacher__carousel-arrow {
    opacity: 1;
  }
  .p-teacher__carousel-arrow:hover, .p-teacher__carousel-arrow:focus-visible {
    opacity: 0.85;
  }
}
.p-teacher__carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-teacher__carousel-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #94979b;
  cursor: pointer;
}
.p-teacher__carousel-dots button.is-active {
  background: #1278b8;
}
.p-teacher__carousel-toggle {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(26, 58, 92, 0.15);
  opacity: 0.55;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .p-teacher__carousel-toggle {
    opacity: 0;
  }
}
.p-teacher__carousel-toggle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='%231a3a5c'%3E%3Crect x='0' y='0' width='2.4' height='8'/%3E%3Crect x='5.6' y='0' width='2.4' height='8'/%3E%3C/svg%3E");
}
.p-teacher__carousel-toggle.is-paused::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='%231a3a5c'%3E%3Cpath d='M0 0L8 4L0 8Z'/%3E%3C/svg%3E");
}
.p-teacher__carousel-controls:hover .p-teacher__carousel-toggle, .p-teacher__carousel-controls:focus-within .p-teacher__carousel-toggle, .p-teacher__carousel-toggle:hover, .p-teacher__carousel-toggle:focus-visible {
  opacity: 1;
}
.p-teacher__media-caption {
  width: 278px;
  margin: 19px auto 0;
  padding: 0;
  color: #131d34;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-teacher__media-caption {
    width: auto;
    margin-top: 24px;
    padding: 0 24px;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
  }
}

.p-interview {
  background: #ffffff;
  padding: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .p-interview {
    padding: 120px 0 80px;
  }
}
.p-interview__inner {
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-interview__inner {
    max-width: 1024px;
  }
}
.p-interview__inner {
  margin: 0 auto;
  padding: 0 max(19px, (min(100%, 420px) - 337px) / 2);
}
@media screen and (min-width: 768px) {
  .p-interview__inner {
    padding: 0 78px;
  }
}
.p-interview__banner {
  margin: 0;
}
.p-interview__banner-img {
  display: block;
  width: 100%;
  max-width: 375px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-interview__banner-img {
    max-width: 856px;
  }
}
.p-interview__lead {
  max-width: 856px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .p-interview__lead {
    margin-top: 60px;
  }
}
.p-interview__lead p {
  margin: 22px 0 0;
  color: #1a3a5c;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.p-interview__lead p:first-child {
  margin-top: 0;
}
.p-interview__thumbs {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-interview__thumbs {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 40px;
  }
}
.p-interview__thumb {
  width: 100%;
  max-width: 270px;
}
.p-interview__thumb:nth-child(3) {
  order: -1;
}
@media screen and (min-width: 768px) {
  .p-interview__thumb {
    max-width: none;
  }
  .p-interview__thumb:nth-child(3) {
    order: 0;
  }
}
.p-interview__thumb a {
  display: block;
  transition: opacity 0.2s;
}
.p-interview__thumb a:hover {
  opacity: 0.8;
}
.p-interview__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.p-interview__channel {
  width: 278px;
  max-width: 100%;
  margin: 29px auto 0;
  border-radius: 0 10px 10px 0;
  background: #f2fdff;
  padding: 29px 24px 20px;
}
@media screen and (min-width: 768px) {
  .p-interview__channel {
    width: auto;
    max-width: 854px;
    margin-top: 40px;
    padding: 29px 24px 20px;
  }
}
.p-interview__channel-title {
  margin: 0;
  color: #131d34;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
.p-interview__channel-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-interview__channel-body {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-top: 7px;
  }
}
.p-interview__channel-icon {
  flex-shrink: 0;
  width: 149px;
  height: auto;
}
.p-interview__channel-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .p-interview__channel-info {
    flex: 1;
    min-height: 99px;
  }
}
.p-interview__channel-desc {
  margin: 0;
  color: #131d34;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
.p-interview__channel-handle {
  margin: 8px 0 0;
  color: #1278b8;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
}
.p-interview__channel-link-wrap {
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .p-interview__channel-link-wrap {
    margin-top: auto;
    padding-top: 12px;
    text-align: right;
  }
}
.p-interview__channel-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  width: 203px;
  color: #273236;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: right;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-interview__channel-link {
    width: auto;
    text-align: left;
  }
}
.p-interview__channel-link:hover {
  opacity: 0.7;
}
.p-interview__channel-link img {
  width: 21px;
  height: auto;
}

.p-case {
  background: #ffffff;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-case {
    padding: 83px 0;
  }
}
.p-case__inner {
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-case__inner {
    max-width: 1024px;
  }
}
.p-case__inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-case__inner {
    padding: 0 36px;
  }
}
.p-case__box {
  position: relative;
  overflow: hidden;
  width: 313.84px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 7.32px;
  background: #1278b8;
  padding: 18.31px 29.48px;
}
@media screen and (min-width: 768px) {
  .p-case__box {
    width: auto;
    max-width: 857px;
    border-radius: 20px;
    padding: 142.27px 80.5px;
  }
}
.p-case__deco {
  position: absolute;
  top: -6px;
  right: -2px;
  z-index: 0;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 1.27px rgba(255, 255, 255, 0.15);
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.075em;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-case__deco {
    top: -16px;
    right: -7px;
    -webkit-text-stroke-width: 3.48px;
    font-size: 109px;
  }
}
.p-case__content {
  position: relative;
  z-index: 1;
}
.p-case__title {
  margin: 0 0 5px;
  color: #ffffff;
  text-align: left;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-case__title {
    margin-bottom: 15px;
    text-align: left;
    font-size: 36px;
  }
}
.p-case__lead {
  margin: 0 0 20px;
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .p-case__lead {
    margin-bottom: 15px;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-case__card {
  display: flex;
  flex-direction: column;
  gap: 8.42px;
  border-radius: 8.79px;
  background: #ffffff;
  box-shadow: 0 0 0 0.37px rgba(0, 0, 0, 0.06), 0 0.37px 1.46px rgba(0, 0, 0, 0.06);
  padding: 26.73px 17.58px 17.58px;
}
@media screen and (min-width: 768px) {
  .p-case__card {
    gap: 23px;
    border-radius: 24px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.06);
    padding: 73px 48px 48px;
  }
}
.p-case__photo {
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
  aspect-ratio: 430/286;
  margin: 0 auto;
  object-fit: cover;
}
.p-case__meta {
  margin: 0 0 8.79px;
}
@media screen and (min-width: 768px) {
  .p-case__meta {
    margin-bottom: 24px;
  }
}
.p-case__company {
  margin: 0;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-case__company {
    font-size: 20px;
  }
}
.p-case__field {
  margin: 0;
  color: #131d34;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .p-case__field {
    margin-top: 4px;
    font-weight: 400;
    line-height: 1.4;
  }
}
.p-case__hired {
  margin: 0;
  color: #1278b8;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .p-case__hired {
    margin-top: 2px;
    font-weight: 400;
    line-height: 1.4;
  }
}
.p-case__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-case__points {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-top: 9px;
  }
}
.p-case__point-title {
  margin: 0 0 7px;
  color: #2bb8d9;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .p-case__point-title {
    display: flex;
    align-items: center;
    min-height: 44px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-case__point-body {
  margin: 0;
  width: 217.45px;
  max-width: 100%;
  border-radius: 3.66px;
  background: #f2fdff;
  padding: 6.23px;
  color: #1a3a5c;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .p-case__point-body {
    width: auto;
    border-radius: 10px;
    padding: 16px;
    line-height: 1.4;
  }
}
.p-case__points > li:first-child .p-case__point-body {
  width: 212.45px;
}
@media screen and (min-width: 768px) {
  .p-case__points > li:first-child .p-case__point-body {
    width: auto;
  }
}

.p-flow {
  background: #eef4fb;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding: 129px 0;
    background: #eef4fb url("../images/flow-bg-deco.svg") no-repeat center top/2186px 668px;
  }
}
.p-flow__inner {
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-flow__inner {
    max-width: 1024px;
  }
}
.p-flow__inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-flow__inner {
    padding: 0 36px;
  }
}
.p-flow__heading {
  margin: 0 0 37px;
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  background: linear-gradient(90deg, #003f67 0%, #007ecd 79.2%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .p-flow__heading {
    margin-bottom: 48px;
  }
}
.p-flow__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 41px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 19px;
    margin-bottom: 24px;
  }
}
.p-flow__item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    flex: 0 0 110px;
  }
}
.p-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7.5px 0 7.5px;
  border-color: #1278b8 transparent transparent transparent;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-flow__item:not(:last-child)::after {
    left: auto;
    right: -14px;
    top: 50%;
    bottom: auto;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #1278b8;
    transform: translateY(-50%);
  }
}
.p-flow__number {
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #1278b8;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
}
.p-flow__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 278px;
  margin: 0 auto;
  border: 0.67px solid #f2fdff;
  border-radius: 6.71px;
  background: #ffffff;
  padding: 12px 10.74px 10.74px;
  text-align: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__card {
    max-width: none;
    gap: 5px;
    padding: 26px 11px 11px;
  }
}
.p-flow__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 43px;
  margin: 0;
  color: #1a3a5c;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    height: auto;
  }
}
.p-flow__icon {
  width: 61px;
  height: 61px;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .p-flow__icon {
    width: 94px;
    height: 94px;
    margin-bottom: 0;
  }
}
.p-flow__desc {
  margin: 0;
  color: #1a3a5c;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-flow__desc {
    font-size: 10px;
  }
}
.p-flow__notice {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 10px;
  width: 282px;
  margin: 0 auto;
  border: 2px solid #83b7d8;
  border-radius: 4px;
  background: #ffffff;
  padding: 8px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-flow__notice {
    width: auto;
    max-width: 754px;
    padding: 18px 24px;
  }
}
.p-flow__notice-highlight, .p-flow__notice-text {
  color: #1a1a1a;
}
.p-flow__notice-highlight {
  border-bottom: 3px solid #fff352;
  margin-bottom: -3px;
}

.p-trust {
  background: #f7f7f7 url("../images/trust-bg.webp") no-repeat center/cover;
  padding: 46.88px 0;
}
@media screen and (min-width: 768px) {
  .p-trust {
    padding: 128px 0;
  }
}
.p-trust__inner {
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-trust__inner {
    max-width: 1024px;
  }
}
.p-trust__inner {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.p-trust__quote {
  display: block;
  width: 30.45px;
  height: 20.3px;
  margin: 0 auto 9px;
}
@media screen and (min-width: 768px) {
  .p-trust__quote {
    width: 42px;
    height: 28px;
    margin-bottom: 25px;
  }
}
.p-trust__heading-unit {
  display: inline-block;
}
.p-trust__heading {
  max-width: 220px;
  margin: 0 auto 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  background: linear-gradient(90deg, #003f67 0%, #007ecd 79.2%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .p-trust__heading {
    max-width: none;
    margin-bottom: 25px;
    font-size: 28px;
  }
}
.p-trust__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29.53px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-trust__list {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.p-trust__item {
  position: relative;
  width: 178px;
  height: 172px;
}
.p-trust__item::before, .p-trust__item::after {
  content: "";
  position: absolute;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
.p-trust__item::before {
  top: 6px;
  left: 0;
  background: #eef4fb;
}
.p-trust__item::after {
  top: 0;
  left: 12px;
  background: #f2fdff;
}
.p-trust__label {
  position: absolute;
  z-index: 1;
  top: 16px;
  display: flex;
  align-items: center;
  margin: 0;
  color: #1278b8;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}
.p-trust__label::after {
  content: "";
  display: block;
  height: 1px;
  background: #1278b8;
}
.p-trust__body {
  position: absolute;
  z-index: 1;
  width: 110.58px;
  margin: 0;
  color: #1a3a5c;
  font-size: 14px;
  line-height: 1.4;
}
.p-trust__deco {
  position: absolute;
  z-index: 1;
  top: 138.3px;
}
.p-trust__item:nth-child(1) .p-trust__label {
  left: 12px;
}
.p-trust__item:nth-child(1) .p-trust__label::after {
  width: 52px;
  margin-left: 5px;
}
.p-trust__item:nth-child(1) .p-trust__body {
  top: 51px;
  left: 39px;
  text-align: left;
}
.p-trust__item:nth-child(1) .p-trust__deco {
  left: 122px;
}
.p-trust__item:nth-child(2) .p-trust__label {
  left: -21.5px;
}
.p-trust__item:nth-child(2) .p-trust__label::after {
  width: 36px;
  margin-left: 4px;
}
.p-trust__item:nth-child(2) .p-trust__body {
  top: 48px;
  left: 28.5px;
  text-align: center;
}
.p-trust__item:nth-child(2) .p-trust__deco {
  left: 128.5px;
}
.p-trust__item:nth-child(3) .p-trust__label {
  top: 18px;
  left: 9px;
}
.p-trust__item:nth-child(3) .p-trust__label::after {
  width: 36px;
  margin-left: 7px;
}
.p-trust__item:nth-child(3) .p-trust__body {
  top: 48px;
  left: 30px;
  text-align: center;
}
.p-trust__item:nth-child(3) .p-trust__deco {
  left: 126px;
}

.p-faq {
  padding: 64px 0 96px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 64px 0 120px;
  }
}
.p-faq__inner {
  max-width: 375px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-faq__inner {
    max-width: 1024px;
    padding: 0 80px;
  }
}
.p-faq__label {
  margin: 0;
  color: #1278b8;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  line-height: 66px;
  letter-spacing: 2px;
}
.p-faq__heading {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  background: linear-gradient(90deg, #003f67 0%, #007ecd 79.2%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .p-faq__heading {
    margin: 0;
    font-size: 32px;
  }
}
.p-faq__divider {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-faq__divider {
    display: block;
    width: 1px;
    height: 60px;
    margin: 28px auto 40px;
    background: #1278b8;
  }
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    gap: 12px;
  }
}
.p-faq__item {
  border-radius: 8px 8px 0 0;
  background: #f2fbff;
  box-shadow: inset 0 -1px 0 #b4e5fa;
}
.p-faq__q {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 12px 14px;
  text-align: left;
  font-family: inherit;
}
@media screen and (min-width: 768px) {
  .p-faq__q {
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
  }
}
.p-faq__q-mark {
  flex-shrink: 0;
  width: 16px;
  padding-top: 3px;
  color: #1278b8;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-faq__q-mark {
    width: auto;
    padding-top: 0;
    font-size: 20px;
  }
}
.p-faq__q-text {
  flex: 1 1 auto;
  color: #131d34;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-faq__q-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq__q-text {
    line-height: 1.17;
  }
}
.p-faq__chevron {
  flex-shrink: 0;
  align-self: center;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-faq__chevron {
    margin-left: -4px;
  }
}
.p-faq__item.is-open .p-faq__chevron {
  transform: rotate(0deg);
}
.p-faq__a-inner {
  overflow: hidden;
}
.p-faq__a-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: -4px;
  padding: 0 34px 12px 14px;
}
@media screen and (min-width: 768px) {
  .p-faq__a-content {
    margin-top: 0;
    align-items: center;
    gap: 16px;
    padding: 0 48px 16px 24px;
  }
}
.p-faq__a-mark {
  flex-shrink: 0;
  width: 15px;
  padding-top: 3px;
  color: #ff8a24;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-faq__a-mark {
    width: auto;
    padding-top: 0;
    font-size: 20px;
  }
}
.p-faq__a-text {
  flex: 1 1 auto;
  margin: 0;
  color: #131d34;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5333333333;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-faq__a-text {
    line-height: 1.5;
  }
}

.p-cta {
  position: relative;
  background: #1278b8;
  padding: 44px 0 56px;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding: 72px 0 56px;
  }
}
.p-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .p-cta__inner {
    max-width: 1024px;
  }
}
.p-cta__inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-cta__inner {
    gap: 48px;
    padding: 0 80px;
  }
}
.p-cta__badge {
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 352px;
  max-width: calc(100% - 23px);
  margin: 0;
  border-radius: 9999px;
  background: #131d34;
  padding: 8px 16px 12px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-cta__badge {
    width: auto;
    max-width: none;
    padding: 8px 40px 12px;
    font-size: 28px;
  }
}
.p-cta__badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #131d34 transparent transparent transparent;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-cta__badge::after {
    bottom: -16px;
    border-width: 16px 9px 0 9px;
  }
}
.p-cta__checks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  width: 344px;
  max-width: calc(100vw - 31px);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-cta__checks {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
    max-width: none;
  }
}
.p-cta__check {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e0dfd8;
  border-radius: 10px;
  background: #ffffff;
  padding: 18px 20px;
  color: #2c2c2a;
  font-size: 14px;
  line-height: 1.4;
}
.p-cta__check:nth-child(n+4) {
  min-height: 80px;
}
@media screen and (min-width: 768px) {
  .p-cta__check:nth-child(n+4) {
    min-height: 0;
  }
}
.p-cta__check-icon {
  flex-shrink: 0;
  width: 22.5px;
  height: 22.5px;
}
.p-cta__lead-block {
  width: 100%;
  text-align: center;
}
.p-cta__lead {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-cta__lead {
    font-size: 40px;
  }
}
.p-cta__note {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-cta__note {
    font-size: 16px;
  }
}
.p-cta__form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cta__form {
    width: calc(100% + 8px);
    margin: 0 -4px;
  }
}
.p-cta__tel {
  width: 100%;
  margin-top: 4px;
  border-top: 1px solid #ffffff;
  padding-top: 36px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-cta__tel {
    margin-top: 0;
  }
}
.p-cta__tel-heading {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-cta__tel-heading {
    font-size: 18px;
  }
}
.p-cta__tel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 0;
}
.p-cta__tel-number a {
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-cta__tel-number a {
    font-size: 38px;
  }
}
.p-cta__tel-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .p-cta__tel-icon {
    width: 32px;
    height: 32px;
  }
}
.p-cta__tel-note {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}
.p-cta .c-form {
  gap: 7px;
}
.p-cta .c-form__title {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
.p-cta .c-form__desc {
  align-self: center;
  width: 320px;
  max-width: calc(100vw - 40px);
  font-size: 16px;
  text-align: center;
}
.p-cta .c-form__field:not(.c-form__field--agree) {
  margin-top: 8px;
}
.p-cta .c-form__field select {
  height: 42px;
}
.p-cta .c-form__field--agree {
  padding: 13px 0;
}
.p-cta .c-form__field--agree input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin: 2px 0 0;
}
.p-cta .c-form__field--agree label {
  color: #5c5b57;
}
.p-cta .c-form__field--agree a {
  text-decoration: underline;
}
.p-cta .c-button--cta {
  line-height: 20px;
}

.p-fixed-form {
  display: none;
}
@media screen and (min-width: 1440px) {
  .p-fixed-form {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 416px;
    height: 100vh;
    overflow-y: auto;
    background: #f6fcff;
    z-index: 110;
  }
}
.p-fixed-form__tel {
  margin-top: 4px;
  text-align: center;
}
.p-fixed-form__tel-heading {
  margin: 0;
  color: #5c5b57;
  font-size: 13px;
  line-height: 1.4;
}
.p-fixed-form__tel-number {
  margin: 4px 0 0;
}
.p-fixed-form__tel-number a {
  color: #1a3a5c;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
}
.p-fixed-form__tel-note {
  margin: 4px 0 0;
  color: #888780;
  font-size: 11px;
  line-height: 1.4;
}

.p-sticky-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 33px;
  padding-bottom: env(safe-area-inset-bottom, 0);
  border-radius: 7px;
  background: #fe9a00;
  color: #ffffff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-sticky-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-sticky-cta {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-sticky-cta {
    transition: none;
  }
}
.p-result-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: linear-gradient(180deg, #1278b8 0%, #2889c5 60%, #89c0e3 100%);
}
.p-result-page__header {
  padding: 20px 16px;
}
@media screen and (min-width: 768px) {
  .p-result-page__header {
    padding: 24px 32px;
  }
}
.p-result-page__logo img {
  width: 160px;
  height: 20px;
}
.p-result-page__main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 16px 48px;
}
.p-result-page__footer {
  padding: 16px;
  text-align: center;
}
.p-result-page__footer p {
  margin: 0;
  color: #ffffff;
  font-size: 11px;
  opacity: 0.8;
}

.p-result {
  width: 100%;
  max-width: 600px;
  background: #ffffff;
  border-radius: 16px;
  padding: 48px 24px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(19, 29, 52, 0.18);
}
@media screen and (min-width: 768px) {
  .p-result {
    padding: 64px 40px;
  }
}
.p-result__icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #1278b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-result__icon svg {
  width: 42px;
  height: 42px;
  fill: #ffffff;
}
.p-result__icon--error {
  background: #e2453f;
}
.p-result__title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #1a3a5c;
}
@media screen and (min-width: 768px) {
  .p-result__title {
    font-size: 26px;
  }
}
.p-result__text {
  margin: 0 0 36px;
  font-size: 15px;
  line-height: 1.9;
  color: #6b7280;
}
@media screen and (min-width: 768px) {
  .p-result__text {
    font-size: 16px;
  }
}
.p-result__text strong {
  color: #1a3a5c;
  font-size: 18px;
}
.p-result__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-result__buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-result__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 32px;
  background: #1278b8;
  color: #ffffff;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.2s ease;
  cursor: pointer;
  font-family: inherit;
}
@media screen and (min-width: 768px) {
  .p-result__button {
    width: auto;
    min-width: 200px;
  }
}
.p-result__button:hover {
  opacity: 0.85;
}
.p-result__button--secondary {
  background: #6c757d;
}
