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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

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

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  font-size: 12px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (min-width: 375px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.5;
    letter-spacing: 1.7px;
    font-weight: 500;
  }
}
body.is-fixed {
  overflow-y: hidden;
}

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

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  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;
  list-style-type: none;
}

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

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

.animated__clipView-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
.animated__clipView-left.js-show {
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}

.animated__clipView-top {
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
.animated__clipView-top.js-show {
  clip-path: inset(0 0 0 0);
}

.animated__fadeIn {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.animated__workfadeIn {
  opacity: 1;
}
@media screen and (min-width: 1140px) {
  .animated__workfadeIn {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .animated__workfadeIn.js-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.animated__MVfadeIn {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.animated__MVfadeIn.js-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.l-inner {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1140px) {
  .l-inner {
    max-width: 1140px;
    padding: 0;
  }
}

.l-skew {
  -webkit-transform: skewY(-15deg);
          transform: skewY(-15deg);
}
@media screen and (min-width: 768px) {
  .l-skew {
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
}

.l-skew-reverse {
  -webkit-transform: skewY(15deg);
          transform: skewY(15deg);
}
@media screen and (min-width: 768px) {
  .l-skew-reverse {
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
  }
}

.c-section-title {
  background: -webkit-gradient(linear, left top, right top, from(#144272), to(#2C74B3));
  background: linear-gradient(90deg, #144272 0%, #2C74B3 100%);
  color: #fff;
  text-align: left;
  margin-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    padding-left: 40px;
    max-width: 500px;
  }
}
@media screen and (min-width: 1140px) {
  .c-section-title {
    padding-left: 155px;
    max-width: 720px;
  }
}

.c-section-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-section-title__inner {
    gap: 21px;
  }
}

.c-section-title--en {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 1140px) {
  .c-section-title--en {
    font-size: 64px;
  }
}

.c-section-title--ja {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 1140px) {
  .c-section-title--ja {
    font-size: 18px;
  }
}

.c-background-text {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 1140px) {
  .c-background-text {
    font-size: 150px;
  }
}

.c-button-entry {
  background: #0B294C;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
}

.c-button-entry--1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(11, 41, 76, 0.3);
          box-shadow: 0px 4px 4px 0px rgba(11, 41, 76, 0.3);
  position: relative;
  border: 1px solid transparent;
}
.c-button-entry--1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #0B294C;
  clip-path: polygon(54.17% 45.83%, 100% 0%, 100% 100%, 0% 100%, 54.17% 45.83%);
}
.c-button-entry--1:hover {
  background: #fff;
  border: 1px solid #0B294C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button-entry--1:hover .c-button-entry--en {
  color: #2C74B3;
}
.c-button-entry--1:hover .c-button-entry--ja {
  color: #0B294C;
}
.c-button-entry--1:hover::after {
  background: #0B294C;
}

.c-button-entry--2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(11, 41, 76, 0.3);
          box-shadow: 0px 4px 4px 0px rgba(11, 41, 76, 0.3);
  position: relative;
  border: 1px solid transparent;
}
.c-button-entry--2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6px;
  aspect-ratio: 3/2;
  background: #0B294C;
  clip-path: polygon(54.17% 45.83%, 100% 0%, 100% 100%, 0% 100%, 54.17% 45.83%);
}
.c-button-entry--2:hover {
  background: #0B294C;
}
.c-button-entry--2:hover .c-button-entry--en,
.c-button-entry--2:hover .c-button-entry--ja {
  color: #fff;
}
.c-button-entry--2:hover::after {
  background: #fff;
}

.c-button-entry--en {
  text-align: center;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.4px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-button-entry--en {
    letter-spacing: 1.6px;
    font-size: 16px;
  }
}

.c-button-entry--ja {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-button-entry--ja-large {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .c-button-entry--ja-small {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-about__bottom-cta {
  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%);
  width: 100%;
  padding-block: 10px 11px;
  position: relative;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 9999;
}
.p-about__bottom-cta.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .p-about__bottom-cta {
    display: none;
  }
}

.p-about__cta {
  margin: 0 auto;
  padding: 3px 10px 3px 10px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-about__cta:after {
  background: #0B294C;
  width: 12px;
  height: 12px;
  right: 6px;
  bottom: 4px;
}
@media screen and (min-width: 1000px) {
  .p-about__cta {
    display: none;
  }
}

.p-about__cta--en {
  color: #2C74B3;
}

.p-about__cta--ja {
  color: #0B294C;
  font-size: 18px;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  height: auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-header__inner {
  height: 44px;
  padding-inline: 12px 28px;
}
@media screen and (min-width: 900px) {
  .p-header__inner {
    padding-inline: 20px;
    padding-block: 10px;
    height: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__inner {
    padding-inline: 34px;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.p-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-header__logo {
  padding-top: 7px;
}
@media screen and (min-width: 1140px) {
  .p-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: text-bottom;
  }
  .p-header__logo img {
    width: 194px;
    height: auto;
  }
  .p-header__logo img:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.p-header__logo-name {
  display: none;
}
@media screen and (min-width: 1140px) {
  .p-header__logo-name {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #205295;
    letter-spacing: 0.3px;
    margin-top: 5px;
  }
}

.p-header__contents {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-header__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__nav-list {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header__nav-list li:nth-child(4) {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header__nav-list li:nth-child(4) {
    margin-top: 8px;
  }
}

.p-header__nav-item {
  position: relative;
  text-align: center;
  letter-spacing: 0.8px;
  margin-top: 4px;
}

.p-header__nav-link {
  font-weight: 500;
  line-height: 1.5;
}
.p-header__nav-link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-header__nav--en {
  color: #205295;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 14px;
}

.p-header__nav--ja {
  font-size: 18px;
  margin-top: -6px;
}

.p-header__nav-item:last-child .p-header__nav-link::after {
  content: none;
}

.p-header__nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-top: -5px;
}

.p-header__button-entry {
  padding: 8px 20px;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .p-header__button-entry {
    width: 153px;
    margin-left: -13px;
  }
}
.p-header__button-entry:hover {
  background: #fff;
  border: 1px solid #0B294C;
  -webkit-transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}
.p-header__button-entry:hover .c-button-entry--ja {
  color: #0B294C;
}

.p-header__sublist-wrap {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  display: none;
  z-index: 100;
}

.p-header__sublist {
  position: relative;
  height: auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 26px;
  padding-block: 19px;
}
.p-header__sublist li a {
  font-weight: 500;
  line-height: 1.5;
}
.p-header__sublist li a:hover {
  color: #2C74B3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-header-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-drawer-icon {
  width: 32px;
  height: 24px;
  position: relative;
  background: transparent;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar {
  -webkit-transition: top 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
  background: #0A2647;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(2) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
}
.p-drawer-icon.is-checked .p-drawer-icon__text {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-drawer-icon {
    display: none;
  }
}

.p-drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 5px;
  width: 21px;
  height: 2px;
  background: #205295;
  -webkit-transition: top 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
}
.p-drawer-icon__bar:nth-of-type(1) {
  top: 8px;
}
.p-drawer-icon__bar:nth-of-type(2) {
  top: 16px;
}

.p-drawer-icon__text {
  opacity: 0;
  color: #0A2647;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  width: 32px;
}

.p-drawer__content {
  height: calc(100% - 44px);
  position: fixed;
  top: 44px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s linear;
  transition: opacity 0.2s ease, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, opacity 0.2s ease;
  transition: transform 0.2s linear, opacity 0.2s ease, -webkit-transform 0.2s linear;
  opacity: 0;
  background: #fff;
  z-index: 99;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.p-drawer__content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .p-drawer__content {
    display: none;
  }
}

.p-drawer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-align: center;
  margin-top: 46px;
}

.p-drawer__content-link {
  font-weight: 500;
  line-height: 1.5;
}

.p-drawer__content--en {
  font-size: 14px;
  color: #205295;
}

.p-drawer__content--ja {
  color: #000;
  font-size: 18px;
}

.p-drawer__content-button {
  margin-top: 9px;
  width: 160px;
}
.p-drawer__content-button::after {
  bottom: 3px;
  right: 3px;
}

.p-mv {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 740px;
  pointer-events: none;
  overflow: hidden;
}
.p-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/SP/mainvisual-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-mv::before {
    background-image: url(../img/mainvisual-pc.png);
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 1140px) {
  .p-mv {
    height: 800px;
  }
}

.p-mv__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .p-mv__background {
    left: 56.5%;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__background {
    left: 56.5%;
    width: 50%;
  }
}
@media screen and (min-width: 1140px) {
  .p-mv__background {
    left: 48.5%;
    overflow: visible;
  }
}

.p-mv__inner {
  padding-block: 338px 166px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  height: 100%;
  position: relative;
  z-index: 0;
  pointer-events: auto;
}
@media (max-width: 374px) {
  .p-mv__inner {
    padding-block: 200px 166px;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    padding-top: 250px;
    gap: 31px;
  }
}
@media screen and (min-width: 1140px) {
  .p-mv__inner {
    padding-top: 250px;
    max-width: 1160px;
    gap: 31px;
    margin-left: 150px;
  }
}

.p-mv__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mv__title,
.p-mv__subtitle,
.p-mv__text {
  display: inline-block;
  position: relative;
  z-index: 2;
  will-change: transform, clip-path;
}
.p-mv__title::after,
.p-mv__subtitle::after,
.p-mv__text::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0A2647;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.p-mv__title.js-show,
.p-mv__subtitle.js-show,
.p-mv__text.js-show {
  -webkit-animation: 1.2s forwards ease-in-out textView;
          animation: 1.2s forwards ease-in-out textView;
}
.p-mv__title.js-show::after,
.p-mv__subtitle.js-show::after,
.p-mv__text.js-show::after {
  -webkit-animation: 1.2s forwards ease-in-out colorBox;
          animation: 1.2s forwards ease-in-out colorBox;
}

@-webkit-keyframes textView {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes textView {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes colorBox {
  0% {
    -webkit-transform: translateX(0%) scaleX(0);
            transform: translateX(0%) scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: translateX(0%) scaleX(1);
            transform: translateX(0%) scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: translateX(100%) scaleX(1);
            transform: translateX(100%) scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@keyframes colorBox {
  0% {
    -webkit-transform: translateX(0%) scaleX(0);
            transform: translateX(0%) scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: translateX(0%) scaleX(1);
            transform: translateX(0%) scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: translateX(100%) scaleX(1);
            transform: translateX(100%) scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.p-mv__title {
  color: #FFF;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2.4px;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 32px;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1140px) {
  .p-mv__title {
    font-size: 40px;
    letter-spacing: 4px;
  }
}

.p-mv__subtitle {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2.4px;
}
@media screen and (min-width: 768px) {
  .p-mv__subtitle {
    font-size: 40px;
    letter-spacing: 5.6px;
  }
}
@media screen and (min-width: 1140px) {
  .p-mv__subtitle {
    font-size: 56px;
    letter-spacing: 5.6px;
  }
}

.p-mv__text {
  color: #FFF;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.272px;
  font-size: 1rem;
}
@media screen and (min-width: 1140px) {
  .p-mv__text {
    font-size: 18px;
    letter-spacing: 0.306px;
  }
}

.p-mv__button--en {
  color: #2C74B3;
  font-size: 16px;
  letter-spacing: 1.6px;
}

.p-mv__button--ja {
  color: #0A2647;
  margin-top: -8px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
}

.p-mv__button {
  padding: 3px 7px;
  margin: 0 auto;
  width: 192px;
  aspect-ratio: 192/51;
  background: #fff;
  z-index: 0;
  position: absolute;
  top: 524px;
  left: 24%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  white-space: nowrap;
}
.p-mv__button::after {
  bottom: 4px;
  right: 7px;
  background: #0A2647;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .p-mv__button::after {
    bottom: 3px;
    right: 3px;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__button {
    margin: 0;
    width: 220px;
    padding-inline: 22px;
    left: 32px;
  }
}
@media screen and (min-width: 1140px) {
  .p-mv__button {
    top: 528px;
    left: 151px;
  }
}

.p-mv__slider {
  margin-left: -145px;
  margin-top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  height: 1000px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-mv__slider {
    margin: -100px 200px 0 0;
  }
}
@media screen and (min-width: 1140px) {
  .p-mv__slider {
    margin: -500px 200px 0 0;
    height: 2000px;
  }
}

.p-mv__swiper {
  height: 100%;
}

.p-mv__swiper-wrapper {
  height: 100%;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

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

.p-mv__swiper {
  -webkit-transform: rotateZ(10deg);
          transform: rotateZ(10deg);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__swiper {
    margin-left: -80px;
  }
}
@media screen and (min-width: 1140px) {
  .p-mv__swiper {
    margin-left: -160px;
  }
}

.p-mv__swiper-slide {
  width: 307px;
  height: 146px;
}
@media screen and (min-width: 1140px) {
  .p-mv__swiper-slide {
    width: 511px;
    height: 252px;
  }
}

.p-mv__swiper-slide__image img {
  -webkit-transform: rotateZ(-28deg);
          transform: rotateZ(-28deg);
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.p-action {
  position: relative;
  background: linear-gradient(178deg, #0A2647 2.27%, #0F396B 36.32%, #144C8D 69.02%, #185DAD 99.11%);
  padding-bottom: 233px;
  padding-top: 150px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 1140px) {
  .p-action {
    padding-block: 202px;
  }
}

.p-action__background {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  overflow: visible;
}

.p-action__background--left {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1140px) {
  .p-action__background--left {
    top: -10px;
  }
}

.p-action__background--right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1140px) {
  .p-action__background--right {
    bottom: -17px;
  }
}

.p-action__inner {
  margin-left: 25px;
}
@media screen and (min-width: 768px) {
  .p-action__inner {
    max-width: 795px;
    margin: 0 auto;
  }
}

.p-action__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 1140px) {
  .p-action__text {
    margin: 0 auto;
  }
}

.p-action__title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-action__title {
    font-size: 48px;
    line-height: 2;
  }
}

.p-action__message {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1140px) {
  .p-action__message {
    font-size: 20px;
  }
}

.p-about {
  padding-top: 63px;
  background: #FFF;
  position: relative;
  z-index: 1;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 60px;
    padding-bottom: 102px;
  }
}
@media screen and (min-width: 1140px) {
  .p-about {
    padding-top: 178px;
    padding-bottom: 102px;
  }
}

.p-about__section-title {
  padding-block: 8px 6px;
  padding-left: 13px;
}
@media screen and (min-width: 768px) {
  .p-about__section-title {
    padding-left: 40px;
    max-width: 500px;
  }
}
@media screen and (min-width: 1140px) {
  .p-about__section-title {
    padding-left: 155px;
    padding-block: 0;
    height: 120px;
    max-width: 720px;
    letter-spacing: 0.3px;
  }
}

.p-about__section-inner {
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .p-about__section-inner {
    gap: 21px;
  }
}
@media screen and (max-width: 374px) {
  .p-about__section-inner {
    gap: 5px;
  }
}

.p-about__inner {
  overflow: visible;
}

@media screen and (max-width: 374px) {
  .p-about__section-title--ja {
    font-size: 12px;
  }
}

.p-about__container {
  margin-top: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1140px) {
  .p-about__container {
    margin-top: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 70px;
  }
}

.p-about__image img {
  display: block;
  max-width: 335px;
  height: auto;
  aspect-ratio: 335/212;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1140px) {
  .p-about__image img {
    aspect-ratio: 568/427;
    max-width: 568px;
    height: auto;
  }
}

.p-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1140px) {
  .p-about__contents {
    gap: 41px;
  }
}

.p-about__contents-title {
  color: #0A2647;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1140px) {
  .p-about__contents-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.3px;
  }
}

.p-about__contents-text {
  font-weight: 500;
  line-height: 2;
  color: #0C0C0C;
}
@media screen and (min-width: 1140px) {
  .p-about__contents-text {
    font-size: 18px;
    letter-spacing: 0.306px;
  }
}

.p-about__button {
  width: 193px;
  margin: 0 auto;
  padding-block: 7px 2px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  margin-top: -2px;
}
.p-about__button svg {
  width: 100%;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .p-about__button svg {
    margin-right: 0;
  }
}
.p-about__button::after {
  background: transparent;
}
.p-about__button:hover path {
  fill: #0B294C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-about__button {
    width: 220px;
    letter-spacing: 0.3px;
  }
  .p-about__button::after {
    right: 3px;
    bottom: 3px;
    background: #fff;
  }
}
@media screen and (min-width: 1140px) {
  .p-about__button {
    margin: 0;
  }
}

.p-about__button--en {
  letter-spacing: 1.6px;
  font-size: 16px;
}

.p-about__button--ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-top: -6px;
  font-size: 18px;
  letter-spacing: 0.3px;
  margin-right: -5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-about__button--ja {
    margin-right: 0;
  }
}

.p-about__cards {
  position: relative;
}

.p-about__card {
  position: sticky;
  top: 44px;
  width: 100%;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  margin-top: 46px;
  max-height: 635px;
  padding-block: 49px 30px;
  padding-inline: 25px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about__card {
    max-height: 850px;
  }
}
@media screen and (min-width: 1140px) {
  .p-about__card {
    max-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 107px 130px 124px 130px;
    gap: 19px;
    margin-top: 200px;
    top: 72px;
  }
}
.p-about__card:nth-child(2) {
  z-index: 2;
}
.p-about__card:nth-child(3) {
  z-index: 3;
}

.p-about__cards-inner {
  padding-block: 19px;
  padding-inline: 12px;
  text-align: center;
}
@media screen and (min-width: 1140px) {
  .p-about__cards-inner {
    padding-block: 0;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    padding-inline: 20px;
  }
}

.p-about__card--1 {
  background: linear-gradient(71deg, #2C74B3 2.44%, #296BAB 26.03%, #2561A2 52.3%, #22579A 79.35%, #205295 93.67%);
}

.p-about__card--2 {
  background: linear-gradient(48deg, #E6E6E6 -8.13%, #D4D4D4 11.36%, #B4B4B4 58.46%, #A0A0A0 68.93%, #8C8C8C 84.76%);
}
.p-about__card--2 .p-about__card-top,
.p-about__card--2 .p-about__card-number {
  color: #8C8C8C;
}
@media screen and (min-width: 1140px) {
  .p-about__card--2 .p-about__card-title {
    font-size: 36px;
    color: #0C0C0C;
  }
}
@media screen and (min-width: 1140px) {
  .p-about__card--2 .p-about__card-text {
    color: #0C0C0C;
  }
}

.p-about__card--3 {
  background: linear-gradient(71deg, #2C74B3 2.44%, #296BAB 26.03%, #2561A2 52.3%, #22579A 79.35%, #205295 93.67%);
}
@media screen and (min-width: 1140px) {
  .p-about__card--3 .p-about__card-title {
    font-size: 36px;
  }
}

@media (max-width: 374px) {
  .p-about__card-image {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-about__card-image {
    margin: 0 auto;
  }
}

.p-about__card-image img {
  display: block;
  height: auto;
  aspect-ratio: 302/260;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 374px) {
  .p-about__card-image img {
    width: 80.5333333333vw;
    height: auto;
  }
}
@media screen and (min-width: 1140px) {
  .p-about__card-image img {
    margin-top: 20px;
    aspect-ratio: 570/500;
    max-width: 570px;
    height: auto;
  }
}

.p-about__card-contents {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-about__card-contents {
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1140px) {
  .p-about__card-contents {
    margin-top: 68px;
  }
}

.p-about__card-top {
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 1140px) {
  .p-about__card-top {
    font-size: 128px;
  }
}

.p-about__card-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1140px) {
  .p-about__card-title {
    font-size: 48px;
  }
}

.p-about__card-text {
  margin-top: 4px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-about__card-text {
    font-size: 18px;
    letter-spacing: 0.306px;
  }
}

.p-about__card-number {
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-about__card-number {
    margin-top: 50px;
  }
}

.p-work {
  padding-block: 48px 0;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-work {
    padding-top: 53px;
    padding-bottom: 63px;
  }
}

.p-work-section__title-inner {
  gap: 23px;
}
@media screen and (max-width: 374px) {
  .p-work-section__title-inner {
    gap: 5px;
  }
}

.p-work-section__title {
  padding-top: 17px;
  padding-bottom: 12px;
}
@media screen and (min-width: 1140px) {
  .p-work-section__title {
    padding-block: 0;
    max-height: 120px;
    letter-spacing: 0;
    padding-left: 146px;
    width: 715px;
    margin-top: -4px;
  }
}

.p-work-section__title--ja {
  font-size: 18px;
}
@media screen and (max-width: 374px) {
  .p-work-section__title--ja {
    font-size: 12px;
  }
}

.p-work__container {
  margin-top: 58px;
}
@media screen and (min-width: 1140px) {
  .p-work__container {
    margin-top: 82px;
    letter-spacing: 0.3px;
  }
}

.p-work__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-work__cards {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    gap: 10px;
  }
}
@media screen and (min-width: 1140px) {
  .p-work__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

.p-work__card {
  background: linear-gradient(22deg, #A7C5DF -3.84%, #2C74B3 19.37%, #2C74B3 54.1%, #205295 102.9%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  aspect-ratio: 335/403;
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .p-work__card {
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-work__card {
    aspect-ratio: 335/403;
    height: 500px;
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .p-work__card {
    aspect-ratio: 360/484;
    height: auto;
    width: 100%;
  }
}

.p-work__card-inner {
  padding: 13px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-work__card-inner {
    padding: 13px 10px;
  }
}
@media screen and (min-width: 1140px) {
  .p-work__card-inner {
    padding: 13px 15px;
  }
}

.p-work__card-image {
  width: 100%;
  aspect-ratio: 302/258;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-work__card-image {
    aspect-ratio: 330/300;
  }
}
.p-work__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-work__card-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 15.5px 16px;
  background: #FFF;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-work__card-contents {
    gap: 11px;
    padding-inline: 27px;
    padding-top: 24px;
  }
}

.p-work__card:nth-of-type(3) .p-work__card-contents {
  padding: 0 16px;
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .p-work__card:nth-of-type(3) .p-work__card-contents {
    padding: 13px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-work__card:nth-of-type(3) .p-work__card-contents {
    padding-inline: 27px;
    padding-top: 24px;
    padding-bottom: 16px;
  }
}

.p-work__card-title {
  color: #0A2647;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-work__card-title {
    font-size: 24px;
  }
}

.p-work__card-text {
  color: var(--Text-primary, #000);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-work__card-text {
    font-size: 18px;
    letter-spacing: 0.306px;
  }
}

.p-interview {
  padding-block: 95px 111px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-interview {
    padding-block: 61px 111px;
  }
}

.p-interview__background {
  background: linear-gradient(232deg, #295EA5 8.82%, #2C74B3 29.25%, #2C74B3 87.59%, #2C74B3 97.65%);
  position: relative;
  z-index: 0;
}

.p-interview__inner {
  padding-block: 126px 149px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-interview__inner {
    padding-block: 143px 145px;
  }
}

.p-interview__section-title {
  background: #FFF;
  color: #144272;
  padding-block: 7px 5px;
}
@media screen and (min-width: 768px) {
  .p-interview__section-title {
    max-height: 119px;
    padding-block: 0;
    letter-spacing: 0.3px;
    margin-top: -2px;
  }
}

.p-interview__section-inner {
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-interview__section-inner {
    gap: 25px;
  }
}

.p-interview__container {
  margin-top: -7px;
}

.p-interview__swiper {
  margin-top: 69px;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-interview__swiper {
    margin-top: 57px;
  }
}

.p-interview__swiper-wrapper {
  padding-left: 20px;
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .p-interview__swiper-wrapper {
    padding-left: 0;
  }
}

.p-interview__slider-inner,
.p-interview__swiper-container {
  overflow: visible;
}

.p-interview__slide {
  width: 257px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-interview__slide {
    width: 400px;
  }
}

.p-interview__slide-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.p-interview__slide-image {
  aspect-ratio: 257/250;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-interview__slide-image {
    aspect-ratio: 400/395;
  }
}
.p-interview__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-interview__slide-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-interview__message-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-interview__message-top {
    gap: 17px;
  }
}

.p-interview__message-name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .p-interview__message-name {
    letter-spacing: 0.3px;
  }
}

.p-interview__message-tag {
  border-radius: 18px;
  background: #FFF;
  padding: 4px 21px;
  text-align: center;
  color: #2C74B3;
}

.p-interview__message-position {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-interview__message-position {
    letter-spacing: 0.3px;
  }
}

.p-interview__message-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-interview__message-text {
    font-size: 20px;
    letter-spacing: 0.34px;
  }
}

.p-interview__slide-bottom {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 63px;
}

.p-interview__scrollbar {
  background: #FFFFFF;
  position: relative !important;
  margin-inline: 20px !important;
  height: 6px !important;
  border-radius: 0 !important;
  width: auto !important;
  left: auto !important;
  bottom: 0 !important;
  margin-top: -6px;
}
@media screen and (min-width: 1140px) {
  .p-interview__scrollbar {
    max-width: 768px;
    margin-left: 150px !important;
    margin-top: -20px !important;
  }
}
@media screen and (min-width: 1700px) {
  .p-interview__scrollbar {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.swiper-scrollbar-drag {
  background: #144272;
  width: 22.5% !important;
  border-radius: 0 !important;
  cursor: pointer;
}
.swiper-scrollbar-drag:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .swiper-scrollbar-drag {
    width: 26.5% !important;
  }
}

.p-interview__slide-prev,
.p-interview__slide-next {
  display: none;
}
.p-interview__slide-prev::after,
.p-interview__slide-next::after {
  display: none;
}
@media screen and (min-width: 1439px) {
  .p-interview__slide-prev,
  .p-interview__slide-next {
    position: absolute;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #F5F5F5;
    padding: 12px;
    top: 596px;
    z-index: 10;
  }
  .p-interview__slide-prev:hover,
  .p-interview__slide-next:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.p-interview__slide-prev {
  background: url(../img/interview-prev.svg) no-repeat center center/contain;
  left: 82%;
}
@media screen and (max-width: 1439px) {
  .p-interview__slide-prev {
    left: 80%;
  }
}

.p-interview__slide-next {
  background: url(../img/interview-next.svg) no-repeat center center/contain;
  left: 86%;
}

.p-interview__slide-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}

dialog::-ms-backdrop {
  background: rgba(12, 12, 12, 0.7);
}

dialog::backdrop {
  background: rgba(12, 12, 12, 0.7);
}

.p-interview-modal__wrapper,
.p-interview-modal__inner {
  display: contents;
}

.p-interview-modal {
  border: none;
  padding: 0;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 5px rgba(20, 66, 114, 0.2);
          box-shadow: 0px 4px 4px 5px rgba(20, 66, 114, 0.2);
}
@media screen and (min-width: 768px) {
  .p-interview-modal {
    max-width: 700px;
  }
}
@media screen and (min-width: 1140px) {
  .p-interview-modal {
    max-width: 1140px;
  }
}

.p-interview-modal__head {
  position: sticky;
  top: 0;
  right: 10px;
}

.p-interview-modal__close {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #0A2647;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  background: #fff;
  cursor: pointer;
}

.p-interview-modal__close-text {
  display: block;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: -11px;
}

.p-modal__body {
  padding-block: 69px;
  padding-inline: 24px;
}
@media screen and (min-width: 768px) {
  .p-modal__body {
    padding-block: 70px 78px;
    padding-inline: 38px;
  }
}
@media screen and (min-width: 1140px) {
  .p-modal__body {
    padding-block: 70px 78px;
    padding-inline: 38px 46px;
  }
}

.p-modal__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .p-modal__contents {
    gap: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .p-modal__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
  }
}

.p-modal__image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-modal__image {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-modal__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-modal__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .p-modal__message {
    gap: 26px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-modal__title {
  color: #144272;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-modal__title {
    font-size: 32px;
  }
}

.p-modal__text {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-modal__text {
    line-height: 160%;
    letter-spacing: 0.272px;
    padding-right: 13px;
  }
}

.p-modal__bottom {
  color: #144272;
  line-height: 1.5;
  margin-top: 3px;
}
.p-modal__bottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-modal__bottom {
    margin-top: 7px;
  }
}

.p-modal__name {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-modal__name {
    font-size: 18px;
  }
}

.p-modal__position {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-modal__position {
    font-size: 16px;
  }
}

.p-modal__tag {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-modal__tag {
    font-size: 16px;
  }
}

.p-flow {
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-top: 77px;
    padding-bottom: 111px;
  }
}

.p-flow__section-title {
  padding-top: 18px;
  padding-bottom: 11px;
  width: 85.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-flow__section-title {
    padding-block: 0;
    max-height: 120px;
    letter-spacing: 0.3px;
  }
}

.p-flow__section-inner {
  gap: 21px;
}
@media screen and (min-width: 768px) {
  .p-flow__section-inner {
    gap: 18px;
  }
}

.p-flow__section-title--ja {
  font-size: 18px;
  margin-top: -1px;
}

.p-flow__inner {
  padding-inline: 47.5px;
  max-width: 290px;
}
@media screen and (min-width: 768px) {
  .p-flow__inner {
    max-width: 900px;
  }
}
@media screen and (min-width: 1140px) {
  .p-flow__inner {
    max-width: 1140px;
    padding-inline: 0;
  }
}

.p-flow__cards {
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__cards {
    margin-top: 60px;
    gap: 75px;
  }
}
@media screen and (min-width: 1140px) {
  .p-flow__cards {
    margin-top: 127px;
    gap: 150px;
  }
}
.p-flow__cards .p-flow__card:nth-of-type(2) {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__cards .p-flow__card:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .p-flow__cards .p-flow__card:nth-of-type(3) .p-flow__line--sp {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__cards .p-flow__card:nth-of-type(3) .p-flow__line--sp {
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .p-flow__cards .p-flow__card:nth-of-type(3) {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__cards .p-flow__card:nth-of-type(3) {
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .p-flow__cards .p-flow__card:nth-of-type(3) .p-flow__line--sp {
    margin-top: 0;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__cards .p-flow__card:nth-of-type(3) .p-flow__line--sp {
    margin-top: 0;
  }
}
.p-flow__cards .p-flow__card:nth-of-type(5) {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-flow__cards .p-flow__card:nth-of-type(5) {
    margin-top: 0;
  }
}

.p-flow__card {
  position: relative;
  margin: 0 auto;
  width: 100%;
  row-gap: 35px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "number" "image" "message";
}
.p-flow__card .p-flow__card-number {
  grid-area: number;
}
.p-flow__card .p-flow__card-image {
  grid-area: image;
}
.p-flow__card .p-flow__card-message {
  grid-area: message;
}
.p-flow__card .p-flow-gap1 {
  grid-area: gap1;
}
.p-flow__card .p-flow-gap2 {
  grid-area: gap2;
}
@media screen and (min-width: 768px) {
  .p-flow__card {
    display: grid;
    grid-template-columns: 19% 40px 35% 10px 40.4%;
    grid-template-rows: auto;
    grid-template-areas: "number gap1 message gap2 image";
    max-height: 400px;
    gap: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    z-index: 50;
  }
}
@media screen and (min-width: 1140px) {
  .p-flow__card {
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-template-columns: 13% 80px 42.75% 41px 31.4%;
    grid-template-rows: auto;
    grid-template-areas: "number gap1 message gap2 image";
    max-height: 400px;
    gap: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 50;
  }
}

.p-flow__card-number {
  color: #fff;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.5;
  background: url(../img/SP/flow-number-sp.svg) no-repeat center center;
  overflow: visible;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-flow__card-image {
  position: relative;
  z-index: 0;
  width: 272px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__card-image {
    width: 100%;
  }
}
.p-flow__card-image img {
  aspect-ratio: 272/230;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-flow__card-image img {
    aspect-ratio: 358/250;
  }
}
.p-flow__card-image::after {
  position: absolute;
  content: "";
  top: 9.19px;
  right: -7.61px;
  background: #2C74B3;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-flow__card-image::after {
    top: 10px;
    right: -10px;
    z-index: -1;
    height: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .p-flow__card-image::after {
    top: 10px;
    right: -10px;
    z-index: -1;
    height: 100%;
  }
}

.p-flow__card-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: -6px;
}
@media screen and (min-width: 768px) {
  .p-flow__card-message {
    margin-top: 37px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width: 1140px) {
  .p-flow__card-message {
    margin-top: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-flow__card-title {
  color: #2C74B3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-flow__card-title {
    font-size: 26px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1140px) {
  .p-flow__card-title {
    font-size: 32px;
    letter-spacing: 0.3px;
  }
}

.p-flow__card-text {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-flow__card-text {
    font-size: 18px;
    letter-spacing: 0.306px;
  }
}

.p-flow__button {
  width: 192px;
  padding-block: 7px 2px;
  margin-block: 0;
  margin-left: 45px;
  margin-right: auto;
}
.p-flow__button svg {
  width: 100%;
}
.p-flow__button:hover path {
  fill: #0B294C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-flow__button {
    white-space: nowrap;
    margin: 0;
    padding-inline: 30px;
    padding-top: 8px;
    padding-bottom: 3px;
    width: 220px;
    letter-spacing: 0.3px;
  }
}
.p-flow__button:after {
  right: 4.5px;
  bottom: 2.5px;
}
@media screen and (min-width: 768px) {
  .p-flow__button:after {
    right: 3px;
    bottom: 3px;
  }
}

.p-flow__button--en {
  line-height: 1.6;
}
.p-flow__button--ja {
  font-size: 18px;
  line-height: 1.5;
}
.p-flow__card:nth-of-type(2)::after,
.p-flow__card:nth-of-type(3)::after {
  content: "";
  width: 2px;
  height: 98px;
  background: #144272;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -44px;
}
@media (max-width: 374px) {
  .p-flow__card:nth-of-type(2)::after,
  .p-flow__card:nth-of-type(3)::after {
    bottom: -50px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__card:nth-of-type(2)::after,
  .p-flow__card:nth-of-type(3)::after {
    display: none;
  }
}

.p-flow__card:nth-of-type(4)::after {
  content: "";
  width: 2px;
  height: 98px;
  background: #144272;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -44px;
}
@media (max-width: 374px) {
  .p-flow__card:nth-of-type(4)::after {
    bottom: -50px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__card:nth-of-type(4)::after {
    display: none;
  }
}

.p-flow__line {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-flow__line {
    position: absolute;
    left: 23.7%;
    top: 50%;
    width: 3px;
    height: auto;
    background: transparent;
    pointer-events: none;
    z-index: 1;
  }
  .p-flow__line .bar {
    display: block;
    width: 100%;
    background: #2561A2;
    height: 0; /* JSで制御 */
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s;
    transition: height 0.3s, opacity 0.3s;
  }
}
@media screen and (min-width: 1140px) {
  .p-flow__line {
    position: absolute;
    left: 16.6666666667%;
    top: 50%;
    width: 3px;
    background: transparent;
    pointer-events: none;
    z-index: 1;
  }
  .p-flow__line .bar {
    display: block;
    width: 100%;
    background: #2561A2;
    height: 0; /* JSで制御 */
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s;
    transition: height 0.3s, opacity 0.3s;
  }
}

.p-flow__circle {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-flow__circle {
    position: absolute;
    top: 50%;
    left: 19%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
  }
  .p-flow__circle .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #144272;
    border: 3px solid #144272;
    z-index: 100;
  }
}
@media screen and (min-width: 1140px) {
  .p-flow__circle {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
  }
  .p-flow__circle .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #144272;
    border: 3px solid #144272;
    z-index: 100;
  }
}

.p-requirements {
  background: #fff;
  padding-block: 0 80px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-requirements {
    padding-block: 50px 80px;
  }
}

.p-requirements__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-requirements__title {
    letter-spacing: 0.3px;
  }
}

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

.p-requirements__title-ja {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-requirements__title-ja {
    font-size: 24px;
  }
}

.p-requirements__boxes {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 1140px) {
  .p-requirements__boxes {
    display: grid;
    grid-template-columns: 362px 362px 364px;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}

.p-requirements__box {
  background: #F5F5F5;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(20, 66, 114, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(20, 66, 114, 0.2);
  padding-block: 21px;
  padding-inline: 18px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-requirements__box {
    padding-inline: 16px 10px;
    gap: 4px;
  }
}

.p-requirements__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-requirements__box-title {
    gap: 5px;
    letter-spacing: 0.3px;
  }
}

.p-requirements__box-title--en {
  color: #2C74B3;
  font-weight: 500;
  line-height: 1.5;
}

.p-requirements__box-title--ja {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-requirements__box-title--ja {
    font-size: 24px;
  }
}

.p-requirements__box-title--small {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 374px) {
  .p-requirements__box-title--small {
    font-size: 14px;
  }
}

.p-requirements__text {
  color: #8C8C8C;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-requirements__text {
    letter-spacing: 0.3px;
  }
}

.p-requirements__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: -3px;
  margin-right: -15px;
  background: transparent;
  cursor: pointer;
}
.p-requirements__button:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-requirements__button {
    margin-top: 3px;
    margin-right: -2px;
  }
}

.p-requirements__button-text {
  color: #144272;
  font-weight: 700;
  line-height: 1.5;
}

.is-hidden {
  display: none;
}

.p-popup {
  position: fixed; /* 必要に応じて調整 */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 22px;
  border: 1px solid #ccc;
  background-color: white;
  height: 372px;
  overflow-y: auto;
  width: calc(100% - 44px);
  z-index: 99;
  margin: 0 auto;
}
@media screen and (min-width: 1140px) {
  .p-popup {
    padding: 38px 61px 20px 61px;
    height: 600px;
    max-width: 1140px;
  }
}

.p-popup.is-open {
  display: block; /* 表示状態 */
}

.p-popup__content {
  padding-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-popup__content {
    padding-top: 0;
  }
}

.p-requirements__popup-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}

.p-requirements__popup-title--en {
  color: #2C74B3;
  font-weight: 500;
  line-height: 1.5;
}

.p-requirements__popup-title--ja {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-requirements__popup-title--ja {
    font-size: 24px;
  }
}

.p-requirements__popup-title--small {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-requirements__popup-title--small {
    font-size: 18px;
  }
}

.p-popup_3-title--small {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-popup_3-title--small {
    font-size: 24px;
  }
}

.p-requirements__popup-text {
  padding-block: 15px;
  border-bottom: 1px solid #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-requirements__popup-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 34px;
  }
}

.p-popup__content-head {
  position: sticky;
  top: 30px;
}

.p-popup__close {
  position: absolute;
  top: -50px;
  right: -3px;
  color: #0A2647;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  background: #fff;
  cursor: pointer;
}

.p-popup__close-text {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: -11px;
}

.p-popup__close-text {
  display: block;
}

.p-faq {
  background: #FFF;
  padding-block: 19px 60px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-block: 25px 140px;
  }
}

.p-faq__section-title {
  padding-block: 16px 13px;
  width: 88vw;
}
@media screen and (min-width: 1140px) {
  .p-faq__section-title {
    padding-block: 0;
    max-height: 120px;
    width: 37.9166666667vw;
    letter-spacing: 0.3px;
  }
}

.p-faq__section-inner {
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .p-faq__section-inner {
    gap: 17px;
  }
}

.p-faq__section--ja {
  font-size: 18px;
}

.p-faq__boxes__inner {
  padding-inline: 20px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 41px;
}
@media screen and (min-width: 768px) {
  .p-faq__boxes__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    padding-inline: 10px;
    -ms-flex-preferred-size: 17.7192982456%;
        flex-basis: 17.7192982456%;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1140px) {
  .p-faq__boxes__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    max-width: 1140px;
    padding-inline: 0;
    -ms-flex-preferred-size: 17.7192982456%;
        flex-basis: 17.7192982456%;
    margin-top: 66px;
  }
}

.p-faq__boxes__tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 307px;
  margin: 0 auto;
  padding-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .p-faq__boxes__tablist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    width: 100%;
    max-width: 169px;
    margin: 0;
    border-bottom: none;
    padding-right: 32px;
    padding-bottom: 0;
    gap: 20px;
  }
}

.p-faq__tab {
  max-width: 173px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  padding-inline: 19px;
  padding-block: 8px;
  border-radius: 25.5px;
  border: 1px solid #666;
  background: #FFF;
}
.p-faq__tab:nth-child(1) {
  width: 101px;
}
@media screen and (min-width: 768px) {
  .p-faq__tab:nth-child(1) {
    width: 169px;
  }
}
.p-faq__tab:nth-child(2) {
  width: 173px;
}
@media screen and (min-width: 768px) {
  .p-faq__tab:nth-child(2) {
    width: 169px;
  }
}
.p-faq__tab:nth-child(3) {
  width: 143px;
}
@media screen and (min-width: 768px) {
  .p-faq__tab:nth-child(3) {
    width: 169px;
  }
}
.p-faq__tab:nth-child(4) {
  width: 149px;
}
@media screen and (min-width: 768px) {
  .p-faq__tab:nth-child(4) {
    width: 169px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__tab {
    padding: 12px 20px;
    height: 51px;
  }
}
@media (any-hover: hover) {
  .p-faq__tab:hover {
    cursor: pointer;
    background: #144272;
    color: #fff;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
  }
}
.p-faq__tab.is-active {
  background: #144272;
  color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.p-faq__contents {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid #666;
}
@media screen and (min-width: 768px) {
  .p-faq__contents {
    width: 100%;
    padding-top: 0;
    padding-left: 32px;
    border-top: none;
    border-left: none;
  }
}

.p-faq__line {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-faq__line {
    position: absolute;
    left: 0; /* 線の位置 */
    top: 0;
    width: 2px;
    background-color: #144272;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    z-index: 0;
    height: 40%; /* JSで上書き */
  }
}

.p-faq__content-wrap {
  display: none;
}

.p-faq__content-wrap.js-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-faq__tab.js-show {
  background: #144272;
  color: #fff;
}

.p-faq__content {
  border-bottom: 1px solid #144272;
  border-top: 1px solid #144272;
  border-right: 1px solid #144272;
  border-left: 1px solid #144272;
}
.p-faq__content-text {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.p-faq__content-text a {
  font-weight: 700;
  text-decoration: underline;
}

.p-faq-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
}

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

.p-faq-item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 20px 5px 18px;
  height: 62px;
}
@media (max-width: 374px) {
  .p-faq-item-question {
    padding: 12px 10px;
    height: auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media screen and (min-width: 1140px) {
  .p-faq-item-question {
    height: 59px;
  }
}

.p-faq-item-question-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.3px;
}

.p-faq-item-question-icon {
  width: 32px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.p-faq-item.is-opened .p-faq-item-question-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-faq-item-answer-text {
  padding-inline: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  -webkit-padding-after: 27px;
          padding-block-end: 27px;
}
@media screen and (min-width: 768px) {
  .p-faq-item-answer-text {
    letter-spacing: 0.306px;
  }
}
@media (max-width: 374px) {
  .p-faq-item-answer-text {
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
    padding-inline: 10px;
    padding-block: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .p-faq-item-answer-text {
    padding-top: 10px;
    padding-bottom: 26px;
  }
}

/* PC：全件表示 */
/* SP：5件目以降非表示 */
.p-faq-item.is-hidden {
  display: none;
}

.p-faq__content-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .p-faq__content-more {
    margin-top: 50px;
  }
}
.p-faq__content-more:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-faq__content-more-text {
  color: #144272;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.p-faq__content-more-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-faq__content-more-icon svg:nth-child(2) {
  margin-top: -14px;
}

.p-faq__content-more-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-faq__content-more.open .p-faq__content-more-icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-entry {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-top: 277px;
  background: #fff;
}
@media screen and (min-width: 1140px) {
  .p-entry {
    padding-top: 423px;
  }
}

.p-entry__bg-image-clip {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  min-height: 226px;
  clip-path: inset(0);
  z-index: -1;
}
@media screen and (min-width: 1140px) {
  .p-entry__bg-image-clip {
    min-height: 383px;
  }
}

.p-entry__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 226px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/SP/entry-bg-sp.png);
  z-index: -1;
}
.p-entry__bg-image.is-fixed {
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  height: 226px;
}
@media screen and (min-width: 1140px) {
  .p-entry__bg-image.is-fixed {
    top: 72px;
    height: 383px;
  }
}
@media screen and (min-width: 1140px) {
  .p-entry__bg-image {
    background-image: url(../img/entry-bg.png);
    height: 383px;
  }
}

.p-entry__overlay {
  position: relative;
  z-index: 1;
  margin-top: 0;
  background: linear-gradient(71deg, #2C74B3 2.44%, #296BAB 26.03%, #2561A2 52.3%, #22579A 79.35%, #205295 93.67%);
}

.p-entry__text--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: 3px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 1140px) {
  .p-entry__text--right {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
    font-size: 150px;
  }
}

.p-entry__text--right-pc {
  display: none;
}
@media screen and (min-width: 1140px) {
  .p-entry__text--right-pc {
    display: block;
    font-size: 150px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    bottom: -12px;
    right: 0;
    z-index: 20;
    letter-spacing: 0.3px;
  }
}

.p-entry__text--left {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-entry__text--left {
    display: none;
  }
}

.p-entry__text--left-pc {
  display: none;
}
@media screen and (min-width: 1140px) {
  .p-entry__text--left-pc {
    font-size: 150px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 20;
    letter-spacing: 0.3px;
  }
}

.p-entry__inner {
  background: linear-gradient(71deg, #2C74B3 2.44%, #296BAB 26.03%, #2561A2 52.3%, #22579A 79.35%, #205295 93.67%);
  position: relative;
  z-index: 10;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .p-entry__inner {
    padding-inline: 40px;
    z-index: 10;
    width: 100%;
    max-width: 768px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1439px) {
  .p-entry__inner {
    margin: 0 auto;
    max-width: 900px;
    padding-block: 59px;
  }
}
@media screen and (min-width: 1439px) {
  .p-entry__inner {
    padding-block: 57px;
    padding-inline: 0;
    margin: 0 auto;
    max-width: 1140px;
  }
}

.p-entry__container {
  background: #FFF;
  padding: 8px 8px 59px 8px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-entry__container {
    padding-inline: 20px;
    padding-block: 43px 43.5px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1140px) {
  .p-entry__container {
    padding-block: 41px 43.5px;
    width: 100%;
  }
}

.p-entry__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-entry__content {
    max-width: 768px;
    margin-inline: auto;
  }
}

.p-entry__container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-entry__container-top {
    gap: 24px;
  }
}

.p-entry__container-title {
  color: #144272;
  font-weight: 700;
  text-align: center;
}

.p-entry__container-title--en {
  font-family: "Saira Semi Condensed", sans-serif;
  line-height: 1.5;
  font-weight: 700;
}

.p-entry__container-title--ja {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-entry__container-title--ja {
    font-size: 36px;
  }
}
@media screen and (min-width: 1140px) {
  .p-entry__container-title--ja {
    font-size: 48px;
  }
}

.p-entry__container-text {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-entry__container-text {
    font-size: 18px;
    letter-spacing: 0.306px;
  }
}

.p-entry__form {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-entry__form {
    margin-top: 33.5px;
    gap: 24px;
  }
}

.p-entry-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .p-entry-rows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.p-entry__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-entry__row {
    gap: 11px;
  }
}

.p-entry__head {
  color: #144272;
  font-weight: 700;
  line-height: 1.5;
}

.--must {
  color: #C81E07;
}

.p-entry__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-entry__data {
    height: 48px;
  }
}

input, select, textarea {
  width: 100%;
  border: none;
}
input.error, select.error, textarea.error {
  border: 1px solid red;
}

input[type=checkbox].error + span::before {
  border: 1px solid red;
}

input[type=radio].error + span::before {
  border: 1px solid red;
}

.form-text {
  background: #FFF;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  color: inherit;
  vertical-align: top;
  padding: 9px;
  border: 1px solid #144272;
}
.form-text:focus {
  width: 100%;
  background: #F5F5F5;
  outline: none;
  border: 1px solid #2C74B3;
}
@media screen and (min-width: 768px) {
  .form-text {
    padding: 12px;
  }
}

select:invalid {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

select:valid {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

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

.p-entry__select-data {
  position: relative;
}

.p-entry__select-wrap {
  width: 100%;
}
.p-entry__select-wrap svg {
  position: absolute;
  top: calc(50% + 2px);
  translate: 0 -50%;
  right: 15px;
  height: auto;
  pointer-events: none;
  width: 24px;
}

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

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

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

.p-entry__data-radios {
  margin-top: 18px;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-entry__data-radios {
    gap: 19px;
  }
}

.p-entry__data-radio {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: fit-content(100%) fit-content(100%);
  grid-template-areas: "first second" "third .";
  -webkit-column-gap: 21px;
     -moz-column-gap: 21px;
          column-gap: 21px;
  row-gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-entry__data-radio .p-entry__data-checkbox--1 {
  grid-area: first;
}
.p-entry__data-radio .p-entry__data-checkbox--2 {
  grid-area: second;
}
.p-entry__data-radio .p-entry__data-checkbox--3 {
  grid-area: third;
}
@media screen and (max-width: 374px) {
  .p-entry__data-radio {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "first" "second" "third";
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry__data-radio {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    letter-spacing: 0.3px;
  }
}
.p-entry__data-radio span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding-left: 23px;
  color: #144272;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-entry__data-radio span {
    padding-left: 30px;
  }
}
.p-entry__data-radio span::before {
  content: "";
  position: absolute;
  top: 0.5px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 1px solid #0C0C0C;
  background: #FFF;
}
.p-entry__data-radio span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-entry__message {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-entry__message {
    margin-top: 15px;
  }
}

textarea {
  width: 100%;
  height: 180px;
  padding: 12px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
  border: none;
}

textarea:invalid {
  color: #8C8C8C;
}

.p-entry__data-message {
  min-height: 180px;
}

.p-entry__acceptance {
  border: 1px solid #144272;
  padding: 12px;
  margin-top: -15px;
  height: 227px;
}
@media screen and (min-width: 768px) {
  .p-entry__acceptance {
    height: 126px;
    padding: 10px;
    overflow: hidden;
  }
}

.p-entry__acceptance-contents {
  overflow-y: scroll;
  font-weight: 400;
  line-height: 1.5;
  height: 196px;
}
@media screen and (min-width: 768px) {
  .p-entry__acceptance-contents {
    height: 124px;
  }
}

.p-entry__acceptance-title {
  color: #C81E07;
}

.p-entry__acceptance-text {
  color: #8C8C8C;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-entry__acceptance-text {
    margin-top: 25px;
    letter-spacing: 0.2px;
  }
}

.p-entry__acceptance-text:first-of-type {
  margin-top: 16px;
}

.p-entry__acceptance-text:last-of-type {
  margin-bottom: 16px;
}

.p-entry-checkbox__text {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.p-entry-checkbox__text::before, .p-entry-checkbox__text::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-entry-checkbox__text::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #0C0C0C;
}
.p-entry-checkbox__text::after {
  content: "✓";
  width: 23px;
  height: 17.53px;
  left: 4px;
  margin-top: -1.2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-entry__submit-btn {
  margin: 0 auto;
  padding: 11px 24px;
  font-weight: 500;
  line-height: 1.5;
  width: 192px;
  margin-top: -5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-entry__submit-btn {
    font-size: 24px;
    width: 256px;
    padding-block: 14px;
    margin-top: -8px;
  }
}
.p-entry__submit-btn:hover {
  background: #fff;
  color: #0B294C;
  border: 1px solid #0B294C;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.p-footer {
  background: #fff;
  padding-bottom: 78px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 1140px;
    margin: 0 auto;
  }
}

.p-footer__container {
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 30px 43px;
  padding-bottom: 37px;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 0;
    padding-bottom: 22px;
    padding-top: 34px;
  }
}

.p-footer__logo:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-top: -6px;
  }
}

.p-footer__contents {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .p-footer__contents {
    width: auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-top: 13px;
  }
}
@media screen and (min-width: 1140px) {
  .p-footer__contents {
    -ms-flex-preferred-size: 42.6%;
        flex-basis: 42.6%;
  }
}

.p-footer__links {
  display: grid;
  row-gap: 12px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-footer__links {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    grid-template-areas: "left1 right1" "left2 right2" "left3 right3" ". right4";
  }
  .p-footer__links .p-footer__link:nth-child(1) {
    grid-area: right1;
  }
  .p-footer__links .p-footer__link:nth-child(2) {
    grid-area: right2;
  }
  .p-footer__links .p-footer__link:nth-child(3) {
    grid-area: right3;
  }
  .p-footer__links .p-footer__link:nth-child(4) {
    grid-area: right4;
  }
  .p-footer__links .p-footer__link:nth-child(5) {
    grid-area: left1;
  }
  .p-footer__links .p-footer__link:nth-child(6) {
    grid-area: left2;
  }
  .p-footer__links .p-footer__link:nth-child(7) {
    grid-area: left3;
  }
}
@media screen and (min-width: 1140px) {
  .p-footer__links {
    row-gap: 13px;
    letter-spacing: 0.3px;
  }
}

.p-footer__link {
  padding-block: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    text-align: left;
  }
}
.p-footer__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__link:hover:nth-child(6) {
  opacity: 1;
}

.p-footer__link-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  .p-footer__link-sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-footer__bottom {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: #144272;
  padding-block: 18px;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    padding-block: 22px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .p-footer__bottom {
    padding-block: 22px;
    padding-inline: 0;
  }
}

.p-footer__bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1140px;
    margin: 0 auto;
  }
}

.p-footer__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
  }
}

.p-footer__bottom-link {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-link {
    text-align: right;
    font-size: 12px;
  }
}

.p-footer__copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 10px;
  }
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 1140px) {
  .u-hidden-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-hidden-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1140px) {
  .u-hidden-pc {
    display: none;
  }
}