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

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

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

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0c0c0c;
  line-height: 1.5;
  letter-spacing: 0.017em;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-decoration: none;
}
@media (hover: hover) {
  .c-btn:hover {
    filter: brightness(0.95);
  }
}
.c-btn:focus-visible {
  outline: 2px solid #144272;
  outline-offset: 2px;
}

.c-btn--header {
  padding: 8px 30px;
  background-color: #0b294c;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.017em;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .c-btn--header:hover {
    background-color: #fff;
    color: #0b294c;
    border-color: #0b294c;
  }
}

.c-btn--basic {
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  width: 220px;
  background-color: #fff;
  color: #144272;
  border-radius: 0;
  border: none;
  padding-block: 3px;
  padding-inline: 0;
  box-shadow: 0 4px 4px 0 rgba(11, 41, 76, 0.3);
  position: relative;
}
.c-btn--basic::after {
  content: "";
  position: absolute;
  right: 3.5px;
  bottom: 3px;
  width: 12px;
  height: 12px;
  background-color: #0b294c;
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .c-btn--basic::after {
    right: 7px;
    bottom: 4px;
  }
}
.c-btn--basic {
  transition: background-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
@media (hover: hover) {
  .c-btn--basic:hover {
    background-color: #0b294c;
    color: #fff;
    filter: none;
  }
  .c-btn--basic:hover::after {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-btn--basic {
    gap: 16px;
    padding-inline: 24px;
    width: 192px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--basic {
    gap: 16px;
    padding-inline: 24px;
    width: 192px;
  }
}

@media (hover: hover) {
  .c-btn--mv:hover .c-btn__mv-en,
  .c-btn--mv:hover .c-btn__mv-ja {
    color: #fff;
  }
}
.c-btn--blue {
  background-color: #0b294c;
}
.c-btn--blue::after {
  content: "";
  position: absolute;
  right: 3.5px;
  bottom: 3px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .c-btn--blue::after {
    right: 7px;
    bottom: 4px;
  }
}
@media (hover: hover) {
  .c-btn--blue:hover {
    background-color: #fff;
    color: #144272;
    filter: none;
  }
  .c-btn--blue:hover::after {
    background-color: #0b294c;
  }
}

@media (hover: hover) {
  .c-btn--blue:hover .c-btn__mv-en--blue {
    color: #2c74b3;
  }
  .c-btn--blue:hover .c-btn__mv-ja--blue {
    color: #0b294c;
  }
}
.c-btn__mv-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.c-btn__mv-en {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2c74b3;
  transition: color 0.2s ease;
}

.c-btn__mv-en--blue {
  color: #fff;
}

.c-btn__mv-ja {
  margin-top: -6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #0b294c;
  transition: color 0.2s ease;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-btn__mv-ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__mv-ja {
    font-size: 18px;
  }
}

@media (hover: hover) {
  .c-btn:hover .c-btn__mv-ja--white {
    color: #fff;
  }
}

.c-btn__mv-ja--blue {
  color: #fff;
}

.c-btn__mv-ja-sub {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-btn__mv-ja-sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__mv-ja-sub {
    font-size: 18px;
  }
}

.c-section-title {
  --section-title-container-width: 1180px;
  --section-title-side-padding: 20px;
  --section-title-width: 570px;
  --section-title-padding-start: 3px;
  --section-title-padding-end: 20px;
  --section-title-left-offset: calc((100vw - min(100vw, var(--section-title-container-width))) / 2 + var(--section-title-side-padding));
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 21px;
  width: min(var(--section-title-width), 100vw - var(--section-title-side-padding) * 2);
  padding-block: 12px;
  padding-inline-start: var(--section-title-padding-start);
  padding-inline-end: var(--section-title-padding-end);
  color: #fff;
}
.c-section-title::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: calc(var(--section-title-left-offset) * -1);
  inset-inline-end: 0;
  z-index: -1;
  background: linear-gradient(90deg, #144272 0%, #2c74b3 100%);
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .c-section-title {
    gap: 17px;
    padding: 14px 0;
  }
}

.c-section-title--scroll-reveal:not(.is-visible)::before {
  clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
}
.c-section-title--scroll-reveal:not(.is-visible) .c-section-title__en,
.c-section-title--scroll-reveal:not(.is-visible) .c-section-title__ja {
  clip-path: inset(0 100% 0 0);
}

.c-section-title--scroll-reveal::before {
  will-change: clip-path;
  transition: clip-path 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-section-title--scroll-reveal .c-section-title__en,
.c-section-title--scroll-reveal .c-section-title__ja {
  will-change: clip-path;
  transition: clip-path 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-section-title--scroll-reveal.is-visible::before {
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}
.c-section-title--scroll-reveal.is-visible .c-section-title__en {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.c-section-title--scroll-reveal.is-visible .c-section-title__ja {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.45s;
}
@media (prefers-reduced-motion: reduce) {
  .c-section-title--scroll-reveal::before,
  .c-section-title--scroll-reveal .c-section-title__en,
  .c-section-title--scroll-reveal .c-section-title__ja {
    transition: none;
  }
}

.c-section-title--2::before {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-section-title--large {
    padding: 22px 0;
    gap: 22px;
  }
}

.c-section-title__en {
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section-title__en {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 36px;
    line-height: 1.6;
    transform: translateX(-7px);
  }
}
@media (max-width: 374px) {
  .c-section-title__en {
    font-size: 27px;
  }
}

.c-section-title__en--2 {
  color: #144272;
}

@media screen and (max-width: 767px) {
  .c-section-title__en--work {
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .c-section-title__en--faq {
    transform: none;
  }
}

.c-section-title__ja {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section-title__ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    font-size: 14px;
    line-height: 1.5;
  }
}

.c-section-title__ja--large {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja--large {
    font-size: 18px;
  }
}

.c-section-title__ja--2 {
  color: #144272;
}

.c-side-text {
  position: absolute;
  z-index: 0;
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 150px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.3);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  pointer-events: none;
  top: 0;
}
@media (max-width: 1199px) {
  .c-side-text {
    font-size: 112px;
  }
}
@media screen and (max-width: 767px) {
  .c-side-text {
    font-size: 64px;
  }
}

.c-side-text--scroll-reveal {
  will-change: clip-path;
}

.c-side-text--left {
  left: 0;
  margin-inline-start: -10px;
}
@media screen and (max-width: 767px) {
  .c-side-text--left {
    top: -4px;
    margin-inline-start: 0;
  }
}

.c-side-text--right {
  top: auto;
  bottom: 0;
  right: 0;
  margin-inline-end: -10px;
}
@media screen and (max-width: 767px) {
  .c-side-text--right {
    margin-inline-end: 0;
  }
}

html {
  scroll-padding-top: 72px;
}
@media screen and (max-width: 999px) {
  html {
    scroll-padding-top: 44px;
  }
}

body {
  overflow-x: clip;
}

.has-fixed-header {
  padding-top: 72px;
}
@media screen and (max-width: 999px) {
  .has-fixed-header {
    padding-top: 44px;
  }
}

@media screen and (max-width: 999px) {
  body.is-menu-open {
    overflow: hidden;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 72px;
  padding-inline: 34.4px;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .l-header {
    transition-duration: 0.01ms;
  }
}
@media screen and (max-width: 999px) {
  .l-header {
    height: 44px;
    padding-inline: 12px 27px;
    overflow: visible;
  }
}

.l-header.is-scrolled {
  box-shadow: 0 4px 12px rgba(10, 38, 71, 0.12);
}

.l-header__backdrop {
  display: none;
}
@media screen and (max-width: 999px) {
  .l-header__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1;
    border: none;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
}
@media screen and (max-width: 999px) and (prefers-reduced-motion: reduce) {
  .l-header__backdrop {
    transition-duration: 0.01ms;
  }
}

@media screen and (max-width: 999px) {
  .l-header.is-menu-open .l-header__backdrop {
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.l-header__inner {
  height: 100%;
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .l-header__inner {
    position: relative;
    z-index: 2;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    padding-block-start: 9px;
    min-height: 44px;
  }
}

.l-header__menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .l-header__menu-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 0;
    position: relative;
    z-index: 5;
  }
}
.l-header__menu-btn:focus-visible {
  outline: 2px solid #144272;
  outline-offset: 3px;
}

.l-header__menu-close-label {
  display: none;
}
@media screen and (max-width: 999px) {
  .l-header__menu-close-label {
    display: block;
    flex-shrink: 0;
    margin-block-start: 0;
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a2647;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease, max-height 0.25s ease;
  }
}
@media screen and (max-width: 999px) and (prefers-reduced-motion: reduce) {
  .l-header__menu-close-label {
    transition-duration: 0.01ms;
  }
}

@media screen and (max-width: 999px) {
  .l-header.is-menu-open .l-header__menu-close-label {
    opacity: 1;
    visibility: visible;
    max-height: 24px;
  }
}

.l-header__menu-bars {
  display: none;
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 24px;
}
@media screen and (max-width: 999px) {
  .l-header__menu-bars {
    display: block;
  }
}

.l-header__menu-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #205295;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
  transition: transform 0.25s ease, background-color 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .l-header__menu-bar {
    transition-duration: 0.01ms;
  }
}

.l-header__menu-bar:first-child {
  transform: translateY(-4px);
}

.l-header__menu-bar:last-child {
  transform: translateY(4px);
}

.l-header.is-menu-open .l-header__menu-bar:first-child {
  transform: translateY(0) rotate(45deg);
}

.l-header.is-menu-open .l-header__menu-bar:last-child {
  transform: translateY(0) rotate(-45deg);
}

.l-header.is-menu-open .l-header__menu-bar {
  background-color: #0a2647;
}

.l-header__drawer-entry {
  display: none;
}
@media screen and (max-width: 999px) {
  .l-header__drawer-entry {
    display: block;
  }
}

.l-header__drawer-entry-link {
  display: none;
}
@media screen and (max-width: 999px) {
  .l-header__drawer-entry-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    box-sizing: border-box;
    width: 160px;
    margin-inline: auto;
    padding-block: 3px;
    padding-inline: 10px;
    background-color: #0b294c;
    color: #fff;
    box-shadow: 0 4px 4px rgba(11, 41, 76, 0.3);
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    position: relative;
  }
  .l-header__drawer-entry-link::after {
    content: "";
    position: absolute;
    right: 3.5px;
    bottom: 3px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
  }
}
@media screen and (max-width: 999px) and (hover: hover) {
  .l-header__drawer-entry-link:hover {
    background-color: rgb(30.52, 58.12, 90.32);
  }
}
@media screen and (max-width: 999px) {
  .l-header__drawer-entry-link:focus-visible {
    outline: 2px solid #144272;
    outline-offset: 3px;
  }
}

@media screen and (max-width: 999px) {
  .l-header__drawer-entry-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 999px) {
  .l-header__drawer-entry-en {
    margin-block-end: -6px;
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 999px) {
  .l-header__drawer-entry-ja {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
}

@media screen and (max-width: 999px) {
  .l-header__drawer-entry-icon {
    flex-shrink: 0;
    color: #fff;
  }
}

.l-header__brand {
  display: inline-flex;
  align-items: flex-end;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .l-header__brand {
    transition-duration: 0.01ms;
  }
}
.l-header__brand:hover {
  opacity: 0.7;
}
@media screen and (max-width: 999px) {
  .l-header__brand {
    position: relative;
    z-index: 5;
    align-items: center;
    flex-shrink: 0;
    max-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 999px) {
  .l-header.is-menu-open .l-header__brand {
    z-index: 0;
  }
}

.l-header__logo {
  width: 194px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .l-header__logo {
    width: 135px;
    transition: opacity 0.25s ease;
  }
}
@media screen and (max-width: 999px) and (prefers-reduced-motion: reduce) {
  .l-header__logo {
    transition-duration: 0.01ms;
  }
}

@media screen and (max-width: 999px) {
  .l-header.is-menu-open .l-header__logo {
    mix-blend-mode: darken;
  }
}

.l-header__company {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #205295;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .l-header__company {
    display: none;
  }
}

.l-header__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 3;
    box-sizing: border-box;
    width: 235px;
    max-width: min(100%, 235px);
    margin-left: 0;
    padding-block: 46px 20px;
    padding-inline: 14px;
    flex-direction: column;
    align-items: center;
    gap: 29px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    pointer-events: none;
  }
}
@media screen and (max-width: 999px) and (prefers-reduced-motion: reduce) {
  .l-header__nav {
    transition-duration: 0.01ms;
  }
}

@media screen and (max-width: 999px) {
  .l-header.is-menu-open .l-header__nav {
    transform: translateX(0);
    pointer-events: auto;
  }
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1299px) {
  .l-header__nav-list {
    gap: 30px;
  }
}
@media screen and (max-width: 999px) {
  .l-header__nav-list {
    flex-direction: column;
    gap: 20px;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 159px;
    margin-inline: auto;
    text-align: center;
  }
}

.l-header__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .l-header__nav-link {
    width: 100%;
  }
}

.l-header__nav-en {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #205295;
  transition: color 0.2s ease;
}

.l-header__nav-ja {
  margin-top: -3px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #0c0c0c;
  white-space: nowrap;
  transition: color 0.2s ease;
}
@media screen and (max-width: 999px) {
  .l-header__nav-ja {
    margin-top: 0;
    font-size: 16px;
    color: #000;
  }
}

@media (hover: hover) {
  .l-header__nav-link:hover .l-header__nav-en {
    color: rgb(81.06, 120.06, 172.32);
  }
  .l-header__nav-link:hover .l-header__nav-ja {
    color: rgb(55.74, 55.74, 55.74);
  }
}
.l-header__nav-link:focus-visible .l-header__nav-en {
  color: rgb(81.06, 120.06, 172.32);
}

.l-header__nav-link:focus-visible .l-header__nav-ja {
  color: rgb(55.74, 55.74, 55.74);
}

@media screen and (max-width: 999px) {
  .l-header__nav-link:focus-visible .l-header__nav-en {
    color: #205295;
  }
  .l-header__nav-link:focus-visible .l-header__nav-ja {
    color: #000;
  }
}
.l-header__nav-ja--with-icon {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.l-header__nav-icon {
  width: 12.595px;
  height: 7.125px;
}
@media screen and (max-width: 999px) {
  .l-header__nav-icon {
    display: none;
  }
}

.l-header__actions {
  width: 180px;
  display: flex;
  justify-content: flex-end;
  margin-left: 8px;
}
@media screen and (max-width: 999px) {
  .l-header__actions {
    display: none;
  }
}

.l-header__faq-trigger {
  position: relative;
}

.l-header__mega {
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  width: 173px;
  padding-top: 16px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .l-header__mega {
    display: none;
  }
}

.l-header__faq-trigger:hover .l-header__mega,
.l-header__faq-trigger:focus-within .l-header__mega {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.l-header__mega-panel {
  box-sizing: border-box;
  width: 173px;
  min-height: 171px;
  padding-block: 19px;
  padding-inline: 10px;
  text-align: center;
  background-color: #fff;
}

.l-header__mega-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-header__mega-link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #0c0c0c;
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) {
  .l-header__mega-link:hover {
    color: #2c74b3;
  }
}
.l-header__mega-link:focus-visible {
  outline: 2px solid #144272;
  outline-offset: 2px;
}

.l-footer {
  background-color: #ffffff;
  padding-block: 45px 20px;
  padding-inline: max(20px, (100% - 1140px) / 2);
  min-block-size: 268px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 27px 43px;
    padding-inline: 30px 43px;
  }
}

.l-footer__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 302px;
  }
}

.l-footer__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__body {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
}

.l-footer__brand {
  flex-shrink: 0;
  line-height: 0;
  transform: translateY(-12px);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .l-footer__brand {
    transition-duration: 0.01ms;
  }
}
.l-footer__brand:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-footer__brand {
    align-self: stretch;
    display: flex;
    justify-content: center;
    transform: translateY(0);
  }
}

.l-footer__logo {
  display: block;
  width: 342px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 342/76;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 243px;
    aspect-ratio: 243/54;
  }
}

.l-footer__links {
  display: grid;
  flex-shrink: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  inline-size: 485px;
  max-inline-size: 100%;
}
@media (max-width: 1280px) {
  .l-footer__links {
    gap: 20px;
  }
}
@media (max-width: 899px) {
  .l-footer__links {
    inline-size: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__links {
    grid-template-columns: 1fr;
    gap: 14px;
    inline-size: 150px;
    justify-items: center;
  }
}

.l-footer__nav {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }
}

.l-footer__aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__aside {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    align-items: center;
  }
}

.l-footer__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-footer__link {
  display: block;
  padding-block: 8px;
  color: #0c0c0c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .l-footer__link {
    transition-duration: 0.01ms;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    text-align: center;
  }
}
.l-footer__link:hover {
  opacity: 0.7;
}
.l-footer__link:focus-visible {
  outline: 2px solid #144272;
  outline-offset: 2px;
}

.l-footer__sns-label {
  margin: 0;
  padding-block: 8px;
  color: #0c0c0c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-label {
    text-align: center;
  }
}

.l-footer__sns {
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    align-self: flex-end;
    justify-content: flex-end;
    inline-size: 100%;
  }
}

.l-footer__sns-link {
  display: block;
  line-height: 0;
  transition: opacity 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .l-footer__sns-link {
    transition-duration: 0.01ms;
  }
}
.l-footer__sns-link:hover {
  opacity: 0.7;
}
.l-footer__sns-link:focus-visible {
  outline: 2px solid #144272;
  outline-offset: 2px;
  border-radius: 2px;
}

.l-footer__sns-icon {
  display: block;
  width: 18px;
  height: auto;
}

.l-footer__sns-icon--x {
  aspect-ratio: 18/16;
}

.l-footer__sns-icon--insta {
  aspect-ratio: 1;
}

.l-copyright {
  background-color: #144272;
  padding-block: 22px;
  padding-inline: max(20px, (100% - 1140px) / 2);
}
@media screen and (max-width: 767px) {
  .l-copyright {
    padding-block: 19px;
    padding-inline: 30px;
  }
}

.l-copyright__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
}

.l-copyright__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .l-copyright__row {
    flex-direction: column-reverse;
    align-items: center;
    gap: 16px;
    transform: translateX(-5px);
  }
}

.l-copyright__text {
  margin: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-copyright__text {
    white-space: normal;
    text-align: center;
  }
}

.l-copyright__nav {
  flex-shrink: 0;
}

.l-copyright__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-copyright__list {
    justify-content: center;
    flex-direction: column;
    gap: 14px 20px;
  }
}

.l-copyright__link {
  display: block;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: opacity 0.2s ease;
  letter-spacing: normal;
}
@media (prefers-reduced-motion: reduce) {
  .l-copyright__link {
    transition-duration: 0.01ms;
  }
}
.l-copyright__link:hover {
  opacity: 0.7;
}
.l-copyright__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

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

.hidden-tab {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hidden-tab {
    display: none;
  }
}

.p-mv {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #fff;
  background-color: #0a2647;
  background-image: url("../img/mv-bg-pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background-image: url("../img/mv-bg-sp.webp");
    background-size: 100% 100%;
    min-height: min(186vw, 800px);
  }
}

.p-mv__inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 30px;
  padding-block: 177px 212px;
}
@media (max-width: 1199px) {
  .p-mv__inner {
    padding-block: 100px 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    box-sizing: border-box;
    min-height: inherit;
    padding-inline: 16px;
    padding-block: 293px 56px;
    max-width: 450px;
  }
}

.p-mv__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 560px);
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    width: 100%;
  }
}

.p-mv__content > .c-btn {
  margin-block-start: 27px;
  opacity: 0;
  animation: btn-fade-in 0.8s ease forwards 1.4s;
}
@media screen and (max-width: 767px) {
  .p-mv__content > .c-btn {
    align-self: center;
    margin-block-start: 43px;
  }
}

.p-mv__title-block {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-self: stretch;
}

.p-mv__en {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 1199px) {
  .p-mv__en {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__en {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media (max-width: 767px) and (min-width: 550px) {
  .p-mv__en {
    font-size: 32px;
  }
}

.p-mv__en .reveal-text {
  font-weight: 600;
}

.reveal-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: transparent;
}
.reveal-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b294c;
  transform: translateX(-101%);
}
.reveal-text.delay-1 {
  animation: text-color-appear 0s forwards 0.4s;
}
.reveal-text.delay-1::after {
  animation: block-reveal 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards 0s;
}
.reveal-text.delay-2 {
  animation: text-color-appear 0s forwards 0.6s;
}
.reveal-text.delay-2::after {
  animation: block-reveal 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.2s;
}
.reveal-text.delay-3 {
  animation: text-color-appear 0s forwards 0.8s;
}
.reveal-text.delay-3::after {
  animation: block-reveal 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.4s;
}
.reveal-text.delay-4 {
  animation: text-color-appear 0s forwards 1s;
}
.reveal-text.delay-4::after {
  animation: block-reveal 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.6s;
}

@keyframes text-color-appear {
  to {
    color: #ffffff;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
  }
}
@keyframes block-reveal {
  0% {
    transform: translateX(-101%);
  }
  40%, 60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes btn-fade-in {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-mv__catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 1199px) {
  .p-mv__catch {
    font-size: 48px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-block-start: 6px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) and (min-width: 550px) {
  .p-mv__catch {
    font-size: 40px;
  }
}

.p-mv__catch .reveal-text {
  font-weight: 700;
}

.p-mv__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.017em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    font-size: 16px;
    letter-spacing: 0.272px;
    margin-block-start: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 550px) {
  .p-mv__lead {
    font-size: 18px;
  }
}

.p-mv__lead .reveal-text {
  font-weight: 500;
}

.p-mv-swiper {
  --mv-swiper-column-gap: 13px;
  --mv-swiper-slide-gap: clamp(8.32px, calc(8.32px + (13 - 8.32) * ((100vw - 768px) / 431)), 13px);
  --mv-swiper-slide-display-width: clamp(337.54px, calc(337.54px + (527 - 337.54) * ((100vw - 768px) / 431)), 527px);
  --mv-swiper-slide-height: clamp(161.35px, calc(161.35px + (252 - 161.35) * ((100vw - 768px) / 431)), 252px);
  --mv-swiper-slide-width: calc(var(--mv-swiper-slide-display-width) - var(--mv-swiper-slide-height) * 0.509525449);
  --mv-swiper-column-overlap: clamp(25.62px, calc(25.62px + (40 - 25.62) * ((100vw - 768px) / 431)), 40px);
  position: absolute;
  inset-block: 0;
  inset-inline-end: -93px;
  z-index: 1;
  display: flex;
  gap: var(--mv-swiper-column-gap);
  width: min(calc(100vw - 330px), calc(var(--mv-swiper-slide-width) * 2 + var(--mv-swiper-column-gap)));
  height: 100%;
  pointer-events: none;
  transform: skewX(-27deg);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .p-mv-swiper {
    position: absolute;
    inset-block: 0;
    inset-inline-start: 53%;
    width: calc(100% + 280px);
    height: 100%;
    margin: 0;
    opacity: 1;
    transform: translateX(-54%) skewX(-28.5deg);
    --mv-swiper-column-overlap: -40px;
    --mv-swiper-column-gap: 50px;
    --mv-swiper-slide-gap: 7px;
  }
}

.swiper-left {
  margin-block-start: -92px;
}
@media screen and (max-width: 767px) {
  .swiper-left {
    margin-block-start: 0;
  }
}

.swiper-right {
  margin-block-start: -8px;
  margin-inline-start: calc(var(--mv-swiper-column-overlap) * -1);
}
@media screen and (max-width: 767px) {
  .swiper-right {
    margin-block-start: 0;
    margin-inline-start: 0;
  }
}

.p-mv-swiper__slider {
  flex: 1 1 0;
  height: calc(100% + 184px);
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv-swiper__slider {
    height: 100%;
  }
}

.p-mv-swiper__wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  animation: mv-swiper-slide-down 34s linear infinite;
  will-change: transform;
}

.p-mv-swiper .swiper-wrapper {
  flex-direction: column;
  height: auto;
  transform: none;
  transition-property: none;
  transition-duration: 0s;
}

.p-mv-swiper .swiper-slide {
  height: auto;
  transition-property: none;
}

.swiper-right .p-mv-swiper__wrapper {
  animation-name: mv-swiper-slide-up;
  animation-duration: 38s;
}

.p-mv-swiper__slide {
  flex-shrink: 0;
  inline-size: 100%;
  block-size: auto;
  aspect-ratio: 511/252;
  overflow: hidden;
  margin-block-end: var(--mv-swiper-slide-gap);
}
@media (min-width: 1440px) {
  .p-mv-swiper__slide {
    aspect-ratio: auto;
    block-size: var(--mv-swiper-slide-height);
  }
}
@media screen and (max-width: 767px) {
  .p-mv-swiper__slide {
    aspect-ratio: 307/146;
    block-size: auto;
  }
}

.p-mv-swiper__slide picture,
.p-mv-swiper__slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-mv-swiper__slide img {
  object-fit: contain;
  transform: skewX(27deg) scale(1.22);
}
@media screen and (max-width: 767px) {
  .p-mv-swiper__slide img {
    transform: skewX(27.5deg);
  }
}

@keyframes mv-swiper-slide-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -33.333333%, 0);
  }
}
@keyframes mv-swiper-slide-down {
  from {
    transform: translate3d(0, -33.333333%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-mv-swiper__wrapper {
    animation-play-state: paused;
  }
}
.p-action {
  position: relative;
  z-index: 2;
  padding-block: 202px 202px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, #0a2647 0%, #0f396b 35%, #144c8d 69%, #185dad 100%);
}
@media (max-width: 1199px) {
  .p-action {
    padding-block: 170px 199px;
  }
}
@media screen and (max-width: 767px) {
  .p-action {
    padding-block: 147px 233px;
  }
}

.p-action__inner {
  position: relative;
  z-index: 1;
  max-width: 855px;
  padding-inline: 30px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-action__inner {
    width: min(90% - 60px, 700px);
  }
}
@media screen and (max-width: 767px) {
  .p-action__inner {
    width: 310px;
    padding-inline: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-action__content {
    transform: translateX(12px);
  }
}
@media (max-width: 374px) {
  .p-action__content {
    transform: translateX(0);
  }
}

.p-action__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 2;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .p-action__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-action__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-action__title {
    max-width: 256px;
    margin-inline: auto;
    font-size: 32px;
    line-height: 1.5;
  }
}

.p-action__text {
  margin-block-start: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-action__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-action__text {
    margin-block-start: 35px;
    font-size: 16px;
    line-height: 2;
  }
}

.l-main > .p-about,
.l-main > .p-about ~ section,
.l-main > .p-entry-overlap {
  position: relative;
  z-index: 3;
}

.l-main > .p-working,
.l-main > .p-work,
.l-main > .p-flow,
.l-main > .p-faq {
  background-color: #fff;
}

.p-about {
  background-color: #fff;
  padding-block: 174px 102px;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-block: 63px 46px;
  }
}

.p-about__inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-about__content {
  display: grid;
  grid-template-columns: 502fr 568fr;
  gap: 70px;
  margin-block-start: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about__content {
    gap: 35px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-about__content {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-block-start: 50px;
    max-width: 550px;
    margin-inline: auto;
  }
}

.p-about__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 39px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about__body {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__body {
    order: 2;
    gap: 20px;
  }
}

.p-about__texts {
  display: flex;
  flex-direction: column;
  gap: 41px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about__texts {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__texts {
    gap: 16px;
  }
}

.p-about__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #0a2647;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about__lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    font-size: 20px;
    font-weight: 700;
  }
}

.p-about__text {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.017em;
  color: #0c0c0c;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: normal;
  }
}

.p-about__body .p-about__cta:not(.c-btn--blue)::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-about__body .p-about__cta {
    align-self: center;
  }
}

.p-about-fixed-cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about-fixed-cta {
    display: block;
    position: fixed;
    inset-inline: 0;
    inset-block-end: 0;
    z-index: 900;
    box-sizing: border-box;
    min-block-size: rm(66);
    padding-block: 8px 7px;
    padding-inline: 0;
    background: linear-gradient(268deg, rgba(20, 66, 114, 0.8) -2.29%, rgba(24, 78, 135, 0.8) 19.24%, rgba(31, 104, 179, 0.8) 63.81%, rgba(35, 115, 199, 0.8) 83.68%, rgba(38, 125, 216, 0.8) 101.41%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  .p-about-fixed-cta.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .p-about-fixed-cta {
    transition: none;
  }
}

.p-about-fixed-cta__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-about-fixed-cta .p-about__cta {
  flex-shrink: 0;
}

@media (hover: hover) {
  .p-about-fixed-cta .p-about__cta:hover .c-btn__mv-en,
  .p-about-fixed-cta .p-about__cta:hover .c-btn__mv-ja {
    color: #fff;
  }
}
.p-about__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 568/427;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about__image img {
    aspect-ratio: 670/424;
  }
}

@media screen and (max-width: 767px) {
  .p-about__image {
    order: 1;
  }
}

.p-working {
  padding-block: 100px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-working {
    padding-block: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-working {
    padding-block: 19px;
    padding-inline: 13px;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.p-working__contents-item {
  position: sticky;
  top: 0;
  transform-origin: top center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(134deg, #2c74b3 0%, #296bab 26%, #2561a2 55%, #22579a 84%, #205295 100%);
}

.p-working__contents-item--gray {
  background: linear-gradient(71deg, #e6e6e6 6.98%, #dfdfdf 57.1%, rgba(200, 200, 204, 0.93) 71.59%, #b0b0b0 97.59%);
}

.p-working__contents-item--gray .p-working__title {
  color: #8c8c8c;
}

.p-working__contents-item--gray .p-working__lead,
.p-working__contents-item--gray .p-working__text {
  color: #0c0c0c;
}

.p-working__contents-item--gray .p-working__index {
  color: #8c8c8c;
}

.p-working__contents-item-body {
  max-width: 1180px;
  padding-inline: 20px;
  padding-block: 86px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 551px 570px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1260px) {
  .p-working__contents-item-body {
    grid-template-columns: 48.3333333333% 50%;
  }
}
@media (max-width: 899px) {
  .p-working__contents-item-body {
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-working__contents-item-body {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block-start: 50px;
    padding-block-end: 28px;
    padding-inline: 25px;
    max-width: 550px;
    margin-inline: auto;
  }
}
@media (max-width: 374px) {
  .p-working__contents-item-body {
    padding-inline: 10px;
  }
}

.p-working__text-block {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 43px;
}
@media (max-width: 1199px) {
  .p-working__text-block {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-working__text-block {
    padding-top: 0;
    gap: 15px;
  }
}

.p-working__heading {
  display: flex;
  flex-direction: column;
}

.p-working__title {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1199px) {
  .p-working__title {
    font-size: 100px;
  }
}
@media (max-width: 899px) {
  .p-working__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-working__title {
    font-size: 64px;
  }
}

.p-working__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-working__copy {
    gap: 2px;
  }
}

.p-working__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 1199px) {
  .p-working__lead {
    font-size: 40px;
  }
}
@media (max-width: 899px) {
  .p-working__lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-working__lead {
    font-size: 20px;
  }
}

.p-working__lead--md {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .p-working__lead--md {
    font-size: 40px;
  }
}
@media (max-width: 899px) {
  .p-working__lead--md {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-working__lead--md {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .p-working__lead--md {
    font-size: 19px;
  }
}

.p-working__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.017em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-working__text {
    font-size: 16px;
    letter-spacing: normal;
  }
}

.p-working__index {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1199px) {
  .p-working__index {
    font-size: 120px;
  }
}
@media (max-width: 899px) {
  .p-working__index {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-working__index {
    font-size: 64px;
  }
}

.p-working__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 57/50;
}

@media screen and (max-width: 767px) {
  .p-working__image {
    order: -1;
  }
}

.p-work {
  padding-block: 53px 67px;
}
@media screen and (max-width: 767px) {
  .p-work {
    padding-block: 49px 48px;
  }
}

.p-work .c-section-title {
  --section-title-width: 564px;
}
@media screen and (max-width: 767px) {
  .p-work .c-section-title {
    padding-block: 21.7px;
    padding-inline: 0;
  }
}

.p-work .c-section-title__ja--large {
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-work .c-section-title__ja--large {
    font-size: 20px;
  }
}

.p-work__inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-work__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 30px;
  margin-top: 81px;
}
@media (max-width: 1270px) {
  .p-work__content {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-work__content {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 60px;
    max-width: 550px;
    margin-inline: auto;
  }
}

.p-work__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding-block: 13px;
  padding-inline: 15px;
  background: linear-gradient(22deg, #a7c5df -3.84%, #2c74b3 19.37%, #2c74b3 54.1%, #205295 102.9%);
}

.p-work__card-image picture,
.p-work__card-image img {
  display: block;
  width: 100%;
}

.p-work__card-image img {
  height: auto;
  aspect-ratio: 33/30;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-work__card-image img {
    aspect-ratio: 305/258;
  }
}

.p-work__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 24px 28px 8px 24px;
  background-color: #fff;
}
@media (max-width: 999px) {
  .p-work__card-body {
    padding-inline: 16px;
    padding-block: 12px 8px;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-work__card-body {
    padding: 15.5px 16px 15.5px 16px;
    gap: 12px;
  }
}

.p-work__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #0a2647;
}
@media (max-width: 999px) {
  .p-work__card-title {
    font-size: 20px;
  }
}
@media (max-width: 879px) {
  .p-work__card-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-work__card-title {
    font-size: 20px;
  }
}

.p-work__card-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 999px) {
  .p-work__card-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-work__card-text {
    font-size: 16px;
  }
}

.p-interview {
  background-color: #fff;
}

.p-interview .c-section-title__ja--2 {
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-interview .c-section-title__ja--2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview .c-section-title__ja--2 {
    font-size: 14px;
  }
}

.p-interview__surface {
  padding-block: 199px 196px;
  background: linear-gradient(232deg, #295ea5 8.35%, #2c74b3 28.78%, #2c74b3 87.12%, #2c74b3 97.18%);
  clip-path: polygon(0 9.5%, 100% 0%, 100% 88.5%, 0 100%);
  overflow-anchor: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-interview__surface {
    padding-block: 172px 203px;
  }
}

.p-interview__inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-interview__content {
  margin-block-start: 48px;
  overflow-anchor: none;
}
@media screen and (max-width: 767px) {
  .p-interview__content {
    margin-block-start: 60px;
  }
}

.p-interview__swiper {
  overflow: visible;
  overflow-anchor: none;
}
@media screen and (max-width: 767px) {
  .p-interview__swiper {
    padding-inline-start: 20px;
  }
}

.p-interview__swiper-wrapper {
  align-items: flex-start;
  overflow-anchor: none;
  will-change: transform;
}

.p-interview__swiper .swiper-slide {
  block-size: auto;
  backface-visibility: hidden;
  overflow-anchor: none;
}

.p-interview-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  inline-size: 400px;
  block-size: auto;
  cursor: pointer;
  color: #fff;
  text-align: start;
  background-color: transparent;
  border: 0;
  appearance: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .p-interview-card:hover {
    opacity: 0.88;
  }
}
.p-interview-card:focus-visible {
  outline-offset: 4px;
}
@media (max-width: 1060px) {
  .p-interview-card {
    inline-size: min(400px, 100vw - 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-interview-card {
    inline-size: 300px;
    max-inline-size: 100%;
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-card {
    inline-size: 257px;
    max-inline-size: 100%;
    gap: 28px;
  }
}

.p-interview-card__image,
.p-interview-card__image img {
  display: block;
  inline-size: 100%;
}

.p-interview-card__image img {
  block-size: auto;
  aspect-ratio: 400/395;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-interview-card__image img {
    aspect-ratio: 300/296;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-card__image img {
    aspect-ratio: 257/250;
  }
}

.p-interview-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .p-interview-card__body {
    gap: 0;
    padding: 0 0 16px;
  }
}

.p-interview-card__head {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-interview-card__head {
    gap: 20px;
  }
}

.p-interview-card__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-interview-card__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-card__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
}

.p-interview-card__job {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-interview-card__job {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-card__job {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
}

.p-interview-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 4px 21px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #2c74b3;
  background-color: #fff;
  border-radius: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-interview-card__category {
    padding: 2px 12px;
    min-height: auto;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-card__category {
    padding: 2px 21px;
    font-size: 16px;
  }
}

.p-interview-card__message {
  margin: 0;
  min-block-size: 3em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.34px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-interview-card__message {
    font-size: 15px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-card__message {
    font-size: 18px;
    white-space: normal;
  }
}

.p-interview__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-block-start: 9px;
  padding-inline: 150px;
}
@media screen and (max-width: 767px) {
  .p-interview__controls {
    margin-block-start: 52px;
    padding-inline: 20px;
  }
}

.p-interview__pagination {
  --interview-progress: 0.25;
  position: relative;
  flex: 1;
  inline-size: min(768px, 100%);
  block-size: 6px;
  max-inline-size: 768px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-interview__pagination {
    flex: 1 1 auto;
    inline-size: 100%;
    max-inline-size: none;
  }
}

.p-interview__pagination::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #144272;
  transform: scaleX(var(--interview-progress));
  transform-origin: left center;
  transition: transform 0.52s ease;
}

.p-interview__nav-group {
  display: flex;
  flex-shrink: 0;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-interview__nav-group {
    display: none;
  }
}

.p-interview__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 48px;
  block-size: 48px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .p-interview__nav:hover {
    background-color: rgba(255, 255, 255, 0.14);
  }
}
.p-interview__nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.p-interview__nav.swiper-button-disabled {
  opacity: 0.4;
}

.p-interview__nav img {
  display: block;
  inline-size: 16px;
  block-size: 16px;
}

.p-interview-modal {
  padding-block: 70px 78px;
  padding-inline: 38px 46px;
  color: #0c0c0c;
  background: #fff;
  border: 0;
  max-width: 1140px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-interview-modal {
    inline-size: calc(100% - 24px);
    padding: 69px 24px;
  }
}

.p-interview-modal::backdrop {
  background: rgba(12, 12, 12, 0.6);
}

.p-interview-modal__close {
  position: absolute;
  top: 27px;
  right: 32px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0;
  color: #144272;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-interview-modal__close {
    top: 10px;
    right: 28px;
  }
}

.p-interview-modal__close-icon {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}

.p-interview-modal__close-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Saira Semi Condensed", sans-serif;
}

.p-interview-modal__body {
  display: grid;
  grid-template-columns: 52.178030303% 1fr;
  align-items: stretch;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-interview-modal__body {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.p-interview-modal__visual,
.p-interview-modal__image,
.p-interview-modal__image img {
  display: block;
  inline-size: 100%;
}

.p-interview-modal__visual {
  min-inline-size: 0;
}

.p-interview-modal__image img {
  block-size: auto;
  aspect-ratio: 551/452;
  object-fit: cover;
}

.p-interview-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-block-size: 0;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-interview-modal__content {
    gap: 17px;
    padding: 0;
  }
}

.p-interview-modal__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-interview-modal__main {
    gap: 17px;
  }
}

.p-interview-modal__message {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  white-space: pre-line;
  color: #144272;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-interview-modal__message {
    font-size: 20px;
  }
}

.p-interview-modal__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.272px;
  color: #0c0c0c;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-interview-modal__description {
    line-height: 1.5;
  }
}

.p-interview-modal__profile {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.p-interview-modal__name-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.p-interview-modal__name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #144272;
}

.p-interview-modal__name-note {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #144272;
}
@media screen and (max-width: 767px) {
  .p-interview-modal__name-note {
    font-size: 18px;
  }
}

.p-interview-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-interview-modal__meta {
    gap: 4px 14px;
  }
}

.p-interview-modal__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #144272;
}

.p-interview-modal__meta-item::before {
  content: "・";
}

.p-interview-modal__job,
.p-interview-modal__category {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .p-interview-modal__job,
  .p-interview-modal__category {
    font-size: 16px;
  }
}

.p-flow {
  padding-block: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-block: 57px 0;
  }
}
.p-flow .c-section-title::before {
  inset-inline-end: 0;
}
@media screen and (max-width: 767px) {
  .p-flow .c-section-title::before {
    inset-inline-end: 37px;
  }
}

.p-flow .c-section-title__ja--large {
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-flow .c-section-title__ja--large {
    font-size: 20px;
  }
}

.p-flow__inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  .p-section-title__en--flow {
    transform: none;
  }
}

.p-flow__item-wrap {
  padding-inline-end: 29.5px;
  padding-block-start: 55px;
}
@media (max-width: 1199px) {
  .p-flow__item-wrap {
    padding-inline-end: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-inline: 27.5px 33.11px;
    max-width: 550px;
    margin-inline: auto;
    padding-block-start: 38.5px;
  }
}

.p-flow__item {
  display: grid;
  min-inline-size: 0;
  grid-template-columns: 151.5px auto 1fr 32.2807017544%;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1199px) {
  .p-flow__item {
    gap: 16px;
    grid-template-columns: 120px auto 1fr 32.2807017544%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    grid-template-columns: 1fr;
    gap: 0;
    inline-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__item:last-of-type .p-flow__bar-wrap {
    display: none;
  }
}
.p-flow__num-wrap {
  padding: 10px;
}
@media (max-width: 1199px) {
  .p-flow__num-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__num-wrap {
    order: 1;
    width: 131.5px;
    margin-inline: auto;
  }
}

.p-flow__num {
  background: #144272;
  color: #fff;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 64px;
  clip-path: polygon(15px 0, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 2.5px;
}
@media (max-width: 1199px) {
  .p-flow__num {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__num {
    font-size: 64px;
  }
}

.p-flow__bar-wrap {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding-inline: 9px 8px;
}
@media (max-width: 1199px) {
  .p-flow__bar-wrap {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__bar-wrap {
    order: 4;
    padding-block-start: 14px;
    grid-template-rows: unset;
  }
}

.p-flow__bar-upper {
  width: 3px;
  height: 100%;
  background: #144272;
  margin-inline: auto;
}
@media (max-width: 1199px) {
  .p-flow__bar-upper {
    width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__bar-upper {
    display: none;
  }
}

.p-flow__bar-circle {
  width: 15px;
  height: auto;
  aspect-ratio: 1;
  background: #144272;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .p-flow__bar-circle {
    width: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__bar-circle {
    display: none;
  }
}

.p-flow__bar-lower {
  width: 3px;
  height: 100%;
  background: #144272;
  margin-inline: auto;
}
@media (max-width: 1199px) {
  .p-flow__bar-lower {
    width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__bar-lower {
    height: 100px;
  }
}

.p-flow__text-wrap {
  padding-inline-end: 27px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1199px) {
  .p-flow__text-wrap {
    padding-inline-end: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__text-wrap {
    order: 3;
  }
}

.p-flow__head {
  color: #144272;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 999px) {
  .p-flow__head {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__head {
    font-size: 20px;
  }
}

.p-flow__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #0c0c0c;
}
@media (max-width: 999px) {
  .p-flow__text {
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 16px;
    font-weight: 500;
    padding-inline-start: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__btn-wrap {
    margin-inline: auto;
    transform: translateX(8px);
  }
}

.p-flow__img-container {
  min-inline-size: 0;
  padding-block: 70px 80px;
}
@media (max-width: 1199px) {
  .p-flow__img-container {
    padding-block: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__img-container {
    order: 2;
    padding-block: 32px 29px;
    inline-size: 100%;
  }
}

.p-flow__img-wrap {
  position: relative;
  min-inline-size: 0;
  inline-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__img-wrap {
    aspect-ratio: 272/230;
    min-block-size: 0;
  }
}
.p-flow__img-wrap::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #2c74b3;
}
@media screen and (max-width: 767px) {
  .p-flow__img-wrap::after {
    top: 9px;
    left: 7px;
  }
}

.p-flow__img {
  display: block;
  position: relative;
  z-index: 1;
  inline-size: 100%;
  max-inline-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__img {
    block-size: 100%;
    min-block-size: 0;
  }
}

.p-flow__img img {
  display: block;
  inline-size: 100%;
  max-inline-size: 100%;
  block-size: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__img img {
    block-size: 100%;
    min-block-size: 0;
    object-fit: cover;
  }
}

.p-requirements {
  padding-block: 82px 77px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-requirements {
    padding-block: 55px 80px;
  }
}

.p-requirements__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-requirements__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-requirements__inner {
    max-width: none;
    padding-inline: 20px;
  }
}

.p-requirements__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  color: #0c0c0c;
  text-align: center;
}

.p-requirements__title-en {
  margin: 0;
  color: #144272;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.p-requirements__title-ja {
  margin: 0;
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-requirements__title-ja {
    font-size: 18px;
  }
}

.p-requirements__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-block-start: 26px;
  filter: drop-shadow(0 4px 4px rgba(20, 66, 114, 0.2));
}
@media (max-width: 1280px) {
  .p-requirements__cards {
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-requirements__cards {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-block-start: 27px;
    margin-inline: auto;
    gap: 28px;
  }
}

.p-requirements-card {
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-requirements-card {
    min-inline-size: 0;
    inline-size: 100%;
  }
}

.p-requirements-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  inline-size: 100%;
  max-inline-size: 335px;
}

.p-requirements-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  inline-size: 100%;
  max-inline-size: 328px;
}
@media screen and (max-width: 767px) {
  .p-requirements-card__body {
    gap: 10px;
    padding-inline-start: 7px;
  }
}

.p-requirements-card__en {
  margin: 0;
  color: #2c74b3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-requirements-card__title {
  margin: 0;
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1149px) {
  .p-requirements-card__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-requirements-card__title {
    font-size: 16px;
  }
}
@media (max-width: 860px) {
  .p-requirements-card__title {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-requirements-card__title {
    font-size: 20px;
    line-height: 1.3;
    white-space: nowrap;
  }
}
@media (max-width: 374px) {
  .p-requirements-card__title {
    white-space: normal;
  }
}

.p-requirements-card__title-sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: normal;
}
@media (max-width: 1149px) {
  .p-requirements-card__title-sub {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-requirements-card__title-sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-requirements-card__title-sub {
    font-size: 18px;
  }
}

.p-requirements-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
}
@media (max-width: 1149px) {
  .p-requirements-card__list {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-requirements-card__list {
    font-size: 12px;
  }
}
@media (max-width: 860px) {
  .p-requirements-card__list {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-requirements-card__list {
    font-size: 16px;
  }
}

.p-requirements-card__item::before {
  content: "・";
}

.p-requirements-card__more {
  display: inline-flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  max-inline-size: 100%;
  padding: 0;
  margin-inline-end: 8px;
  color: #144272;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-requirements-card__more {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-requirements-card__more {
    font-weight: 700;
    font-size: 16px;
    margin-inline-end: -3px;
  }
}
@media (hover: hover) {
  .p-requirements-card__more:hover {
    opacity: 0.7;
  }
}
.p-requirements-card__more:focus-visible {
  outline: 2px solid #144272;
  outline-offset: 3px;
}

.p-requirements-card__more-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-requirements-card__more-text {
    font-weight: 700;
  }
}

.p-requirements-card__more-icon {
  display: block;
  flex: 0 0 auto;
  inline-size: 8px;
  block-size: 13px;
  margin-block-end: 5px;
}
@media screen and (max-width: 767px) {
  .p-requirements-card__more-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
  }
}

.p-requirements-modal {
  inline-size: min(100% - 40px, 1140px);
  max-block-size: calc(100dvh - 100px);
  padding: 38px 124px;
  color: #0c0c0c;
  background: #fff;
  border: 0;
  box-shadow: 0 4px 4px 5px rgba(20, 66, 114, 0.2);
  overflow: visible;
}
@media (max-width: 1023px) {
  .p-requirements-modal {
    padding: 38px 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-requirements-modal {
    inline-size: calc(100% - 24px);
    max-block-size: calc(100dvh - 40px);
    padding: 58px 20px 32px;
    overflow-y: auto;
  }
}

.p-requirements-modal::backdrop {
  background: rgba(12, 12, 12, 0.6);
}

.p-requirements-modal__close {
  position: absolute;
  inset-block-start: 23px;
  inset-inline-end: 23px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
  color: #0a2647;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .p-requirements-modal__close:hover {
    opacity: 0.7;
  }
}
.p-requirements-modal__close:focus-visible {
  outline: 2px solid #0a2647;
  outline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .p-requirements-modal__close {
    inset-block-start: 10px;
    inset-inline-end: 18px;
    color: #144272;
  }
}

.p-requirements-modal__close-icon {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
}

.p-requirements-modal__close-label {
  display: block;
  margin-block-start: -7px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-requirements-modal__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-requirements-modal__inner {
    gap: 20px;
  }
}

.p-requirements-modal__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.p-requirements-modal__en {
  margin: 0;
  color: #2c74b3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-requirements-modal__title {
  margin: 0;
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-requirements-modal__title {
    font-size: 20px;
  }
}

.p-requirements-modal__title-sub {
  color: #0c0c0c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-requirements-modal__title-sub {
    font-size: 16px;
  }
}

.p-requirements-modal__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border-block-start: 1px solid #666;
}

.p-requirements-modal__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 34px;
  padding-block: 15px;
  border-block-end: 1px solid #666;
}
@media (max-width: 1023px) {
  .p-requirements-modal__row {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-requirements-modal__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 15px;
  }
}

.p-requirements-modal__label {
  margin: 0;
  color: #0c0c0c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-requirements-modal__value {
  margin: 0;
  color: #0c0c0c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-requirements-modal__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-requirements-modal__item {
  font-weight: 500;
}
.p-requirements-modal__item::before {
  content: "・";
}

.p-requirements-modal__text {
  margin: 0;
  font-weight: 500;
}

.p-faq {
  padding-block: 30px 140px;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 16px 71px;
  }
}

.p-faq__inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}
.p-faq__inner .c-section-title::before {
  inset-inline-end: 173px;
}
@media screen and (max-width: 767px) {
  .p-faq__inner .c-section-title::before {
    inset-inline-end: 27px;
  }
}

.p-faq__content {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .p-faq__content {
    margin-top: 41px;
  }
}

.p-faq__wrap {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap {
    flex-direction: column;
    gap: 19px;
    padding-inline: 19px;
  }
}

.p-faq__sidebar {
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-faq__sidebar {
    display: block;
    width: 100%;
  }
}

.p-faq__tabs {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
@media screen and (max-width: 767px) {
  .p-faq__tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    box-sizing: border-box;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    padding-inline-start: 15px;
  }
}

.p-faq__tab {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 169px;
  min-height: 51px;
  padding: 12px 16px;
  margin: 0;
  border: 1px solid #666666;
  border-radius: 26px;
  background-color: #ffffff;
  color: #666666;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__tab {
    font-size: 16px;
    min-width: 101px;
    width: auto;
    padding-inline: 22px;
    padding-block: 7.5px;
    min-height: auto;
  }
}
.p-faq__tab:hover, .p-faq__tab:focus-visible {
  border-color: #144272;
  color: #144272;
}
.p-faq__tab:focus-visible {
  outline: 2px solid #144272;
  outline-offset: 2px;
}

.p-faq__tab--active {
  border-color: #144272;
  background-color: #144272;
  color: #ffffff;
  font-weight: 700;
}
.p-faq__tab--active:hover, .p-faq__tab--active:focus-visible {
  border-color: #144272;
  color: #ffffff;
}

.p-faq__divider {
  flex: 0 0 auto;
  width: 1px;
  height: 308px;
  background-color: #666666;
}
@media screen and (max-width: 767px) {
  .p-faq__divider {
    width: 100%;
    height: 1px;
    min-height: 0;
  }
}

.p-faq__list-wrap {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 904px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .p-faq__list-wrap {
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
}

.p-faq__item--out-of-page {
  display: none !important;
}

.p-faq__pager {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 45px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-faq__pager {
    margin-top: 24px;
  }
}

.p-faq__view-more {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  width: 96px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #144272;
  cursor: pointer;
}
.p-faq__view-more:hover .p-faq__view-more-label, .p-faq__view-more:hover .p-faq__view-more-icon, .p-faq__view-more:focus-visible .p-faq__view-more-label, .p-faq__view-more:focus-visible .p-faq__view-more-icon {
  color: #205295;
}
.p-faq__view-more:hover .p-faq__view-more-icon path, .p-faq__view-more:focus-visible .p-faq__view-more-icon path {
  fill: #205295;
  stroke: #205295;
}
.p-faq__view-more:focus-visible {
  outline: 2px solid #144272;
  outline-offset: 4px;
  border-radius: 4px;
}

.p-faq__view-more-label {
  display: block;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: inherit;
}

.p-faq__view-more-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32px;
  margin-top: 0;
}

.p-faq__view-close {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  width: 96px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #144272;
  cursor: pointer;
}
.p-faq__view-close:hover .p-faq__view-close-label, .p-faq__view-close:hover .p-faq__view-close-icon, .p-faq__view-close:focus-visible .p-faq__view-close-label, .p-faq__view-close:focus-visible .p-faq__view-close-icon {
  color: #205295;
}
.p-faq__view-close:focus-visible {
  outline: 2px solid #144272;
  outline-offset: 4px;
  border-radius: 4px;
}

.p-faq__view-close-label {
  display: block;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: inherit;
}

.p-faq__view-close-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32px;
  margin-top: 0;
}

.p-faq__view-close-icon {
  display: block;
  flex-shrink: 0;
  color: inherit;
}
.p-faq__view-close-icon + .p-faq__view-close-icon {
  margin-top: -15px;
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-faq__item {
  box-sizing: border-box;
  border: 1px solid #144272;
  border-radius: 0;
  padding-inline: 20px;
  background-color: #ffffff;
}
.p-faq__item[open] .p-faq__summary {
  font-weight: 700;
}
.p-faq__item[open] .p-faq__icon-svg {
  transform: rotate(180deg);
}

.p-faq__panel {
  overflow: hidden;
}

.p-faq__summary {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 19px 20px;
  list-style: none;
  list-style-type: none;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #0c0c0c;
}
.p-faq__summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq__summary {
    font-size: 16px;
    gap: 16px;
    padding-block: 14px;
  }
}

.p-faq__question {
  flex: 1 1 auto;
  min-width: 0;
  text-align: start;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}

.p-faq__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #144272;
  pointer-events: none;
}

.p-faq__icon-svg {
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (prefers-reduced-motion: reduce) {
  .p-faq__icon-svg {
    transition-duration: 0.01ms;
  }
}

.p-faq__answer {
  padding-block: 0 22px;
}

.p-faq__answer-text {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.306px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.p-entry-overlap {
  position: relative;
}

.space-img {
  position: sticky;
  top: 72px;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/383;
  background-color: #fff;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 999px) {
  .space-img {
    top: 44px;
  }
}
@media screen and (max-width: 767px) {
  .space-img {
    aspect-ratio: 375/226;
  }
}
.space-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.p-entry {
  --entry-form-width: 768px;
  --entry-card-max: 1140px;
  --entry-card-padding-max: 186px;
  --entry-card-padding-min: 20px;
  --entry-side-text-max: 150px;
  --entry-side-text-min: 28px;
  --entry-side-text-size: clamp(var(--entry-side-text-min), calc((100vw - min(80vw, var(--entry-card-max))) / 2), var(--entry-side-text-max));
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-block: 60px 60px;
  background: linear-gradient(71deg, #2c74b3 2.44%, #296bab 26.03%, #2561a2 52.3%, #22579a 79.35%, #205295 93.67%);
}
.p-entry .c-side-text {
  z-index: 2;
  font-size: var(--entry-side-text-size);
}
@media (max-width: 1199px) {
  .p-entry .c-side-text {
    font-size: var(--entry-side-text-size);
  }
}
.p-entry .c-side-text--left {
  margin-inline-start: min(0px, calc(-10 * var(--entry-side-text-size) / 150));
}
.p-entry .c-side-text--right {
  margin-inline-end: min(0px, calc(-10 * var(--entry-side-text-size) / 150));
}
@media screen and (max-width: 767px) {
  .p-entry {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-block: 0 4px;
    padding-inline: 10px;
  }
  .p-entry .c-side-text {
    position: static;
    inset: auto;
    font-size: 64px;
    line-height: 1.3;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .p-entry .c-side-text--left {
    top: auto;
    left: auto;
    margin-inline-start: 0;
  }
  .p-entry .c-side-text--right {
    top: auto;
    right: auto;
    bottom: auto;
    align-self: flex-end;
    margin-inline-end: 0;
    transform: translateY(6px);
  }
}

.p-entry__inner {
  position: relative;
  z-index: 1;
  width: min(80vw, var(--entry-card-max));
  max-width: var(--entry-card-max);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-entry__inner {
    width: min(calc(100vw - 20px), var(--entry-card-max));
    max-width: 550px;
  }
}

.p-entry__card {
  container-type: inline-size;
  container-name: entry-card;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--entry-card-max);
  margin-inline: auto;
  padding-inline: clamp(var(--entry-card-padding-min), calc((100% - var(--entry-form-width)) / 2), var(--entry-card-padding-max));
  --entry-ui-scale: clamp(0.78px, calc(80vw / 1140), 1px);
  padding-block: clamp(32px, 43 * var(--entry-ui-scale), 43px);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-entry__card {
    --entry-ui-scale: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: none;
    padding-block: 8px 60px;
    padding-inline: 10px;
    margin-top: 4px;
  }
}

.p-entry__card-inner {
  width: 100%;
  max-width: min(var(--entry-form-width), 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-entry__card-inner {
    max-width: min(335px, 100%);
    margin-inline: auto;
  }
}

.p-entry__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block-end: clamp(24px, 34 * var(--entry-ui-scale), 34px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry__header {
    width: 100%;
    margin-block-end: 0;
    margin-inline: auto;
  }
}

.p-entry__tagline {
  margin: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: clamp(14px, 16 * var(--entry-ui-scale), 16px);
  font-weight: 700;
  line-height: 1.5;
  color: #144272;
}

.p-entry__title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(32px, 48 * var(--entry-ui-scale), 48px);
  font-weight: 700;
  line-height: 1.2;
  color: #144272;
}
@media screen and (max-width: 767px) {
  .p-entry__title {
    font-size: 24px;
  }
}

.p-entry__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 18 * var(--entry-ui-scale), 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.017em;
  color: #0c0c0c;
  margin-top: 24px;
}
@media (max-width: 829px) {
  .p-entry__lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__lead {
    max-width: 315px;
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 0;
  }
}

.p-entry-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  gap: clamp(20px, 24 * var(--entry-ui-scale), 24px);
  width: 100%;
  max-width: min(var(--entry-form-width), 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-entry-form {
    align-items: center;
    gap: 24px;
    max-width: min(500px, 100%);
    margin-top: 8px;
  }
}

.p-entry-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  gap: clamp(20px, 24 * var(--entry-ui-scale), 24px);
}
@media screen and (max-width: 767px) {
  .p-entry-form__row {
    grid-template-columns: 1fr;
  }
}

@container entry-card (max-width: 560px) {
  .p-entry-form__row {
    grid-template-columns: 1fr;
  }
}
.p-entry-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: clamp(6px, 8 * var(--entry-ui-scale), 8px);
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-entry-form__field {
    gap: 7px;
  }
}

.p-entry-form__label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 18 * var(--entry-ui-scale), 18px);
  font-weight: 700;
  line-height: 1.5;
  color: #144272;
}
@media screen and (max-width: 767px) {
  .p-entry-form__label {
    font-size: 16px;
  }
}

.p-entry-form__label--legend {
  float: left;
  width: 100%;
  margin-block-end: clamp(12px, 16 * var(--entry-ui-scale), 16px);
  padding: 0;
}

.p-entry-form__required {
  color: #c81e07;
}

.p-entry-form__input,
.p-entry-form__select,
.p-entry-form__textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #144272;
  border-radius: 0;
  background-color: #ffffff;
  color: #0c0c0c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 16 * var(--entry-ui-scale), 16px);
  font-weight: 400;
  line-height: 1.5;
}
.p-entry-form__input::placeholder,
.p-entry-form__select::placeholder,
.p-entry-form__textarea::placeholder {
  color: #666666;
}
.p-entry-form__input:focus-visible,
.p-entry-form__select:focus-visible,
.p-entry-form__textarea:focus-visible {
  outline: 2px solid #144272;
  outline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .p-entry-form__input,
  .p-entry-form__select,
  .p-entry-form__textarea {
    font-size: 16px;
  }
}

.p-entry-form__input,
.p-entry-form__select {
  padding: clamp(10px, 12 * var(--entry-ui-scale), 12px);
}
@media screen and (max-width: 767px) {
  .p-entry-form__input,
  .p-entry-form__select {
    padding: 12px;
    padding-block: 7.5px;
  }
}

.p-entry-form__textarea {
  min-height: clamp(40px, 48 * var(--entry-ui-scale), 48px);
  padding: clamp(10px, 12 * var(--entry-ui-scale), 12px);
  resize: vertical;
}

.p-entry-form__textarea--message {
  min-height: clamp(140.4px, 180 * var(--entry-ui-scale), 180px);
}
@media screen and (max-width: 767px) {
  .p-entry-form__textarea--message {
    flex: 0 0 180px;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    resize: none;
    margin-block-start: 0;
  }
}

.p-entry-form__select-wrap {
  position: relative;
}

.p-entry-form__select {
  appearance: none;
  padding-inline-end: 48px;
  padding-inline-end: clamp(40px, 48 * var(--entry-ui-scale), 48px);
  cursor: pointer;
}

.p-entry-form__select-icon {
  position: absolute;
  inset-block: 0;
  inset-inline-end: clamp(10px, 12 * var(--entry-ui-scale), 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(20px, 24 * var(--entry-ui-scale), 24px);
  pointer-events: none;
  color: #0c0c0c;
}

.p-entry-form__radios {
  margin: 0;
  padding: clamp(12px, 16 * var(--entry-ui-scale), 16px) 0;
  border: none;
}

.p-entry-form__radio-group {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 14 * var(--entry-ui-scale), 14px);
  clear: both;
}

.p-entry-form__radio-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  gap: clamp(14px, 24 * var(--entry-ui-scale), 24px);
}

@container entry-card (max-width: 560px) {
  .p-entry-form__radio-row:not(:last-child) {
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .p-entry-form__radio-row:last-child {
    grid-template-columns: 1fr;
  }
}
@container entry-card (max-width: 375px) {
  .p-entry-form__radio-row:not(:last-child) {
    gap: 19px;
  }
}
.p-entry-form__radio {
  display: flex;
  align-items: center;
  gap: clamp(10px, 12 * var(--entry-ui-scale), 12px);
  min-width: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-entry-form__radio {
    gap: 5px;
  }
}

.p-entry-form__radio-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-entry-form__radio-mark {
  flex-shrink: 0;
  width: clamp(16px, 18 * var(--entry-ui-scale), 18px);
  aspect-ratio: 1;
  border: 1px solid #0c0c0c;
  border-radius: 50%;
  background-color: #ffffff;
}

.p-entry-form__radio-input:checked + .p-entry-form__radio-mark {
  border-color: #144272;
  background-color: #144272;
  box-shadow: inset 0 0 0 3px #ffffff;
}

.p-entry-form__radio-input:focus-visible + .p-entry-form__radio-mark {
  outline: 2px solid #144272;
  outline-offset: 2px;
}

.p-entry-form__radio-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 16 * var(--entry-ui-scale), 16px);
  font-weight: 500;
  line-height: 1.5;
  color: #144272;
}
@media screen and (max-width: 767px) {
  .p-entry-form__radio-text {
    font-size: 16px;
    white-space: nowrap;
  }
}
@media (max-width: 374px) {
  .p-entry-form__radio-text {
    font-size: 13px;
  }
}

.p-entry-form__message-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: clamp(6px, 8 * var(--entry-ui-scale), 8px);
}
@media screen and (max-width: 767px) {
  .p-entry-form__message-block {
    align-self: stretch;
    gap: 8px;
    box-sizing: border-box;
    width: 100%;
    min-height: 450px;
  }
}

.p-entry-form__terms {
  box-sizing: border-box;
  max-height: clamp(100px, 126 * var(--entry-ui-scale), 126px);
  padding: clamp(10px, 12 * var(--entry-ui-scale), 12px);
  overflow-y: auto;
  border: 1px solid #144272;
  background-color: #ffffff;
}
.p-entry-form__terms:focus-visible {
  outline: 2px solid #144272;
  outline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .p-entry-form__terms {
    flex: 0 0 227px;
    height: 227px;
    min-height: 227px;
    max-height: 227px;
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-entry-form__message-block .p-entry-form__textarea--message {
    margin-block-end: 0;
  }
}

.p-entry-form__terms-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 16 * var(--entry-ui-scale), 16px);
  font-weight: 400;
  line-height: 1.5;
  color: #c81e07;
}
@media screen and (max-width: 767px) {
  .p-entry-form__terms-title {
    margin: 0;
    font-size: 16px;
  }
}

.p-entry-form__terms-body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 16 * var(--entry-ui-scale), 16px);
  font-weight: 400;
  line-height: 1.5;
  color: #8c8c8c;
}
@media screen and (max-width: 767px) {
  .p-entry-form__terms-body {
    font-size: 16px;
  }
}

.p-entry-form__agree {
  display: flex;
  align-items: center;
  gap: clamp(6px, 8 * var(--entry-ui-scale), 8px);
  padding-block-end: clamp(12px, 16 * var(--entry-ui-scale), 16px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-entry-form__agree {
    align-self: stretch;
    gap: 8px;
    padding-block-end: 16px;
  }
}

.p-entry-form__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-entry-form__checkbox-mark {
  flex-shrink: 0;
  width: clamp(16px, 18 * var(--entry-ui-scale), 18px);
  aspect-ratio: 1;
  border: 1px solid #0c0c0c;
  background-color: #ffffff;
}

.p-entry-form__checkbox:checked + .p-entry-form__checkbox-mark {
  border-color: #0c0c0c;
  background-color: #0c0c0c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5.2L4.2 8.4L11 1.6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.p-entry-form__checkbox:focus-visible + .p-entry-form__checkbox-mark {
  outline: 2px solid #144272;
  outline-offset: 2px;
}

.p-entry-form__agree-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 14 * var(--entry-ui-scale), 14px);
  font-weight: 400;
  line-height: 1.5;
  color: #0c0c0c;
}
@media screen and (max-width: 767px) {
  .p-entry-form__agree-text {
    font-size: 14px;
  }
}

.p-entry-form__submit-wrap {
  display: flex;
  justify-content: center;
}

.p-entry-form__submit {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(200px, 256 * var(--entry-ui-scale), 256px);
  padding-block: 16px;
  border: 1px solid #144272;
  background-color: #144272;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 24 * var(--entry-ui-scale), 24px);
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .p-entry-form__submit {
    transition-duration: 0.01ms;
  }
}
@media screen and (max-width: 767px) {
  .p-entry-form__submit {
    width: 192px;
    min-width: 192px;
    max-width: none;
    padding: 11px 24px;
    font-size: 20px;
  }
}
@media (hover: hover) {
  .p-entry-form__submit:hover {
    background-color: #fff;
    color: #144272;
  }
}
.p-entry-form__submit:focus-visible {
  outline: 2px solid #144272;
  outline-offset: 2px;
}

@media screen and (max-width: 767px) {
  .p-entry-form__row,
  .p-entry-form__field,
  .p-entry-form__radios,
  .p-entry-form__agree {
    align-self: stretch;
    width: 100%;
  }
  .p-entry-form__radio-row {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .p-entry-form__radio-row:last-child {
    grid-template-columns: 1fr;
  }
  .p-entry-form__radios {
    padding-block: 16px;
  }
  .p-entry-form__radio-group {
    gap: 14px;
  }
}
