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

@media screen and (max-width: 1219px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1220 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #0c0c0c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 150%; /* 27px */
  letter-spacing: 0.306px;
  font-weight: 500;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

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

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

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

input,
textarea,
select {
  font: inherit;
}

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

.l-main-container {
  margin-top: 50rem;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main-container {
    margin-top: 49.5625rem;
  }
}

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

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

.l-section {
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 2.5rem 0 3.125rem;
  }
}

.c-button {
  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;
  background: #ffffff;
  padding-inline: 1.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.1875rem;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  -webkit-box-shadow: 0 4px 4px 0 rgba(11, 41, 76, 0.3);
          box-shadow: 0 4px 4px 0 rgba(11, 41, 76, 0.3);
}
.c-button .--en {
  color: #2c74b3;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-button .--en {
    font-size: 0.875rem;
    letter-spacing: 1.4px;
  }
}
.c-button .--jp {
  color: #0b294c;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  font-size: 1.25rem;
  margin-top: -0.375rem;
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-button .--jp {
    font-size: 1.125rem;
  }
}
.c-button .--jp span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-button .--jp span {
    font-size: 1.125rem;
  }
}
.c-button .--jp::after {
  content: "";
  position: absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 0.75rem;
  height: 0.75rem;
  background: #0b294c;
  bottom: 0;
  left: calc(100% + 0.9375rem);
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media (any-hover: hover) {
  .c-button:hover {
    background: #0b294c;
  }
  .c-button:hover .--en {
    color: #ffffff;
  }
  .c-button:hover .--jp {
    color: #ffffff;
  }
  .c-button:hover .--jp::after {
    background: #ffffff;
  }
}

.c-button-black {
  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;
  background: #0b294c;
  padding-inline: 1.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.1875rem;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  -webkit-box-shadow: 0 4px 4px 0 rgba(11, 41, 76, 0.3);
          box-shadow: 0 4px 4px 0 rgba(11, 41, 76, 0.3);
}
@media screen and (max-width: 767px) {
  .c-button-black {
    padding-inline: 0.96875rem;
    min-width: 12rem;
  }
}
.c-button-black .--en {
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-button-black .--en {
    font-size: 0.875rem;
    letter-spacing: 1.4px;
  }
}
.c-button-black .--jp {
  color: #ffffff;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  font-size: 1.25rem;
  margin-top: -0.375rem;
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-button-black .--jp {
    font-size: 1.125rem;
  }
}
.c-button-black .--jp span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-button-black .--jp span {
    font-size: 1.125rem;
  }
}
.c-button-black .--jp::after {
  content: "";
  position: absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 0.75rem;
  height: 0.75rem;
  background: #ffffff;
  bottom: 0;
  left: calc(100% + 0.9375rem);
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-button-black .--jp.--drawer::after {
    left: 100%;
  }
}
@media (any-hover: hover) {
  .c-button-black:hover {
    background: #ffffff;
  }
  .c-button-black:hover .--en {
    color: #2c74b3;
  }
  .c-button-black:hover .--jp {
    color: #0b294c;
  }
  .c-button-black:hover .--jp::after {
    background: #0b294c;
  }
}

.animated__fadeIn {
  opacity: 0;
  translate: 0 20px;
  -webkit-transition: translate 0.7s ease, opacity 0.7s ease;
  transition: translate 0.7s ease, opacity 0.7s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.animated__fadeInd {
  opacity: 0;
  translate: 0 20px;
  -webkit-transition: translate 0.7s ease, opacity 0.7s ease;
  transition: translate 0.7s ease, opacity 0.7s ease;
}
.animated__fadeInd.js-show {
  opacity: 1;
  translate: 0 0;
}

.animated__slideIn--left {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
.animated__slideIn--left.js-show {
  webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.animated__slideIn--right {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  clip-path: inset(0 0 0 100%);
}
.animated__slideIn--right.js-show {
  webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.animated__slideIn--up {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  clip-path: inset(0 0 100% 0);
}
.animated__slideIn--up.js-show {
  webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.animated__slideIn--down {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  clip-path: inset(100% 0 0 0);
}
.animated__slideIn--down.js-show {
  webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.animated__colorBox {
  position: relative;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: 0.7s 0.7s forwards ease-in-out textView;
          animation: 0.7s 0.7s forwards ease-in-out textView;
}
.animated__colorBox::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #144272;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation: 0.7s 0.7s forwards ease-in-out colorBox;
          animation: 0.7s 0.7s forwards ease-in-out colorBox;
}

.animated__colorBox2 {
  position: relative;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: 0.7s 1s forwards ease-in-out textView;
          animation: 0.7s 1s forwards ease-in-out textView;
}
.animated__colorBox2::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #144272;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation: 0.7s 1s forwards ease-in-out colorBox;
          animation: 0.7s 1s forwards ease-in-out colorBox;
}

.animated__colorBox3 {
  position: relative;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: 0.7s 1.3s forwards ease-in-out textView;
          animation: 0.7s 1.3s forwards ease-in-out textView;
}
.animated__colorBox3::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #144272;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation: 0.7s 1.3s forwards ease-in-out colorBox;
          animation: 0.7s 1.3s 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%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes colorBox {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.animated__fadeInText {
  opacity: 0;
  -webkit-transition: translate 0.5s ease, opacity 0.5s ease;
  transition: translate 0.5s ease, opacity 0.5s ease;
  -webkit-animation: 0.7s 1.8s ease-in-out forwards FadeInText;
          animation: 0.7s 1.8s ease-in-out forwards FadeInText;
}

@-webkit-keyframes FadeInText {
  0% {
    translate: 0 100%;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}

@keyframes FadeInText {
  0% {
    translate: 0 100%;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
.c-column2 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.c-column2--gap60 {
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-column2--gap60 {
    gap: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
}

.c-column3 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-column4 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.c-headline1__main {
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  font-family: "Saira Semi Condensed", sans-serif;
  color: #144272;
}

.c-headline1__sub {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .c-headline1__sub {
    font-size: 1.125rem;
  }
}

.c-hoverRun {
  text-decoration: none;
  color: black;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
  background-image: linear-gradient(90deg, black, black);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
}
.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: black;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 100%;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.c-imgHover img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

@media screen and (min-width: 768px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
}
.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-underBar:hover:before {
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.c-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.3125rem;
     -moz-column-gap: 1.3125rem;
          column-gap: 1.3125rem;
  position: relative;
  width: max(720px, 50vw);
  z-index: 1;
  padding-left: max(50% - 570px, 2.5rem);
}
@media screen and (max-width: 767px) {
  .c-title__wrap {
    padding-left: max(50% - 570px, 1.25rem);
    -webkit-column-gap: 1.3125rem;
       -moz-column-gap: 1.3125rem;
            column-gap: 1.3125rem;
    width: 355px;
    height: 6.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__wrap.--01 {
    height: 5.3125rem;
  }
}
.c-title__wrap::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#144272), to(#2c74b3));
  background: linear-gradient(90deg, #144272 0%, #2c74b3 100%);
  width: 100%;
  right: 0;
  top: 0;
  height: 7.5rem;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .c-title__wrap::before {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-title__wrap.--flow {
    width: 320px;
  }
}
.c-title__wrap.--faq {
  width: max(546px, 50vw);
}
@media screen and (max-width: 767px) {
  .c-title__wrap.--faq {
    width: 332px;
  }
}
.c-title__wrap.--white {
  height: 5.1875rem;
}
.c-title__wrap.--white::before {
  background: #ffffff;
}
.c-title__wrap.--white .c-title {
  color: #144272;
}
.c-title__wrap.--white .c-title__jp {
  color: #144272;
}

.c-title {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 200%;
  /* 128px */
  font-family: "Saira Semi Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.25rem;
  }
}

.c-title__jp {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 200%;
  /* 36px */
}
@media screen and (max-width: 767px) {
  .c-title__jp {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__jp.--small {
    font-size: 0.875rem;
  }
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
.c-overlay.js-show {
  opacity: 1;
  visibility: visible;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 2.125rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 0.75rem;
  }
}
.p-header.js-active {
  -webkit-box-shadow: 0 1.987px 1.987px 0 rgba(20, 66, 114, 0.2);
          box-shadow: 0 1.987px 1.987px 0 rgba(20, 66, 114, 0.2);
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 26.25rem 1fr;
  padding-block: 0.75rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-block: 0.5rem;
  }
}

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-header__logo h1 {
  color: #205295;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}

.p-header__logo-img {
  width: 12.1875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-header__logo-img {
    width: 8.4375rem;
  }
}
.p-header__logo-img img {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
.p-header__list li a {
  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;
}
@media (any-hover: hover) {
  .p-header__list li a:hover span {
    color: #2c74b3;
  }
}
.p-header__list .--en {
  color: #205295;
  font-size: 0.875rem;
}
.p-header__list .--jp {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: -0.1875rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-header__list .--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.p-header__list .--arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.p-header__btn {
  padding: 0.5rem 1.25rem;
  width: 9.5625rem;
  color: #ffffff;
  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;
  border: 1px solid transparent;
  background: #0b294c;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__btn:hover {
    color: #0b294c;
    background: #ffffff;
    border: 1px solid #0b294c;
  }
}

.p-dropdown__menu {
  position: relative;
}
@media (any-hover: hover) {
  .p-dropdown__menu:hover .p-dropdown__lists {
    opacity: 1;
    /* 不透明度を最大に */
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    /* アニメーション設定 */
    visibility: visible;
    pointer-events: auto;
  }
}

.p-dropdown__lists {
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
  position: absolute;
  z-index: 5;
  top: calc(100% + 0.625rem);
  left: 0;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1875rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-dropdown__lists::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 100%;
  height: 1.25rem;
  background: transparent;
}
@media (any-hover: hover) {
  .p-dropdown__lists:hover {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    pointer-events: auto;
  }
}

.p-dropdown__list {
  font-size: 1rem;
}
@media (any-hover: hover) {
  .p-dropdown__list:hover {
    color: #2c74b3;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0.625rem;
  right: 1.875rem;
  width: 1.33125rem;
  height: 1.5rem;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}
.p-drawer__icon::before {
  content: "CLOSE";
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  translate: -50%;
  font-size: 0.75rem;
  font-family: "Saira Semi Condensed", sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-drawer__icon.js-show::before {
  opacity: 1;
}

.p-drawer__icon--bar {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: calc((100% - 2px) / 2);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #205295;
  border-radius: 100vmax;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.p-drawer__icon--bar:nth-of-type(1) {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon--bar:nth-of-type(3) {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.p-drawer__icon.js-show {
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
  left: 0;
  right: 0;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 14.6875rem;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
}

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

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

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 2.875rem 2.5rem;
  padding-inline: 1.25rem;
  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;
  margin-left: auto;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  margin-bottom: 1.875rem;
}
.p-drawer__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-drawer__list .--en {
  color: #205295;
  font-size: 0.875rem;
}
.p-drawer__list .--jp {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: -0.1875rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-drawer__list .--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-footer {
  padding-block: 2.875rem 1.375rem;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 3.25rem 2.6875rem;
  }
}

.p-footer__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;
}
@media screen and (max-width: 767px) {
  .p-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.125rem;
  }
}

.p-footer__logo {
  width: 21.375rem;
  height: auto;
  margin-top: -1.4375rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 15.1875rem;
  }
}
.p-footer__logo img {
  width: 100%;
  height: auto;
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}

.p-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 0.875rem;
  }
}

.p-footer__links {
  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: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.p-footer__link {
  padding-block: 0.5rem;
  width: 13.90625rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__link:hover {
    opacity: 0.7;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 9.375rem;
  }
}
.p-footer__sns .x {
  width: 1.125rem;
  height: 1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__sns .x:hover {
    opacity: 0.7;
  }
}
.p-footer__sns .instagram {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__sns .instagram:hover {
    opacity: 0.7;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.875rem;
  width: 13.90625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-footer__list li a {
  padding-block: 0.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__list li a:hover {
    opacity: 0.7;
  }
}

.p-footer__copy {
  padding-block: 1.375rem;
  position: relative;
}
.p-footer__copy::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #144272;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    padding-block: 1.125rem;
  }
}

.p-footer__copy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copy-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 0.875rem;
  }
}

.p-footer__copy-text {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 150%;
}

.p-footer__copy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.875rem;
  }
}
.p-footer__copy-link a {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__copy-link a:hover {
    opacity: 0.7;
  }
}

.p-fv {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-fv__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    height: 49.625rem;
  }
}

.p-fv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-fv__bg picture {
  width: 100%;
  height: 100%;
}
.p-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__container {
  padding-top: 15.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.125rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__container {
    padding-top: 21rem;
    row-gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-fv__titles {
  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: 0.6875rem;
  color: #ffffff;
}

.p-fv__title-en {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 130%;
  /* 52px */
  letter-spacing: 4px;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-fv__title-en {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
  }
}

.p-fv__title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 130%;
  /* 72.8px */
  letter-spacing: 5.6px;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
  }
}

.p-fv__title-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.306px;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-fv__title-text {
    font-size: 1rem;
    letter-spacing: 0.272px;
  }
}

.p-fv__swiper-wrap {
  position: absolute;
  top: 0;
  left: calc(50vw - 9.25rem);
  width: auto;
  height: inherit;
  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;
}
@media screen and (max-width: 767px) {
  .p-fv__swiper-wrap {
    left: calc(50vw - 21.3125rem);
  }
}

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

.p-fv__swiper {
  overflow: visible;
  -webkit-transform: rotate(27.5deg);
          transform: rotate(27.5deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  height: 100%;
}
.p-fv__swiper.--swiper1 {
  translate: -7.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__swiper.--swiper1 {
    translate: 2.1875rem;
  }
}

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

.p-fv__swiper-slide {
  width: 31.9375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__swiper-slide {
    width: 19.0625rem;
  }
}
.p-fv__swiper-slide img {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-27.5deg);
          transform: rotate(-27.5deg);
  margin-bottom: 0.8125rem;
}

.p-message {
  position: relative;
  background: linear-gradient(178deg, #0a2647 2.27%, #0f396b 36.32%, #144c8d 69.02%, #185dad 99.11%);
  padding-block: 12.625rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-block: 9.5625rem 14.5625rem;
  }
}

.p-message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 49.6875rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-message__container {
    max-width: 19.375rem;
  }
}

.p-message__title {
  color: #ffffff;
  font-weight: 500;
  font-size: 3rem;
  line-height: 200%;
  /* 96px */
}
@media screen and (max-width: 767px) {
  .p-message__title {
    font-size: 2rem;
    line-height: 150%;
    /* 48px */
    text-align: center;
  }
}

.p-message__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 200%;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 1rem;
  }
}

.p-message__bg-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 9.375rem;
  font-weight: 600;
  line-height: 130%;
  /* 195px */
}
@media screen and (max-width: 767px) {
  .p-message__bg-text {
    font-size: 4rem;
  }
}
.p-message__bg-text.left {
  left: 0;
  top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-message__bg-text.left {
    top: 0;
  }
}
.p-message__bg-text.right {
  right: 0;
  bottom: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-message__bg-text.right {
    bottom: 0;
  }
}

.p-about {
  padding-block: 11rem 6.375rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-block: 3.9375rem 2.875rem;
  }
}

.p-about__wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 3.1875rem;
    row-gap: 1.875rem;
  }
}

.p-about__head {
  font-size: 3rem;
  line-height: 150%;
  /* 72px */
  color: #0a2647;
}
@media screen and (max-width: 767px) {
  .p-about__head {
    font-size: 1.25rem;
    line-height: 140%;
  }
}

.p-about__txt {
  font-size: 1.125rem;
  line-height: 200%;
  /* 36px */
  letter-spacing: 0.306px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about__txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 200%;
    margin-top: 1.25rem;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
  }
}

.p-about__btn {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__btn {
    margin-top: 1.25rem;
    margin-inline: auto;
    width: 12.0625rem;
  }
}

.p-about__img {
  width: 49.8245614035%;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-about__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about__img img {
    aspect-ratio: 335/212;
  }
}

.p-about__body {
  width: 44.0350877193%;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    width: 100%;
  }
}

.p-working {
  overflow: hidden;
  position: relative;
}

.p-working__container {
  padding-block: 6.25rem;
  padding-inline: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-working__container {
    padding-block: 1.1875rem;
    padding-inline: 0.75rem;
  }
}
.p-working__container:nth-child(1) {
  z-index: 1;
}
.p-working__container:nth-child(2) {
  z-index: 1;
}
.p-working__container:nth-child(3) {
  z-index: 1;
}

.p-working__content {
  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;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-working__content {
    padding-block: 3.0625rem 1.8125rem;
    margin-inline: auto;
    height: auto;
    overflow: hidden;
  }
}
.p-working__content.--01 {
  background: linear-gradient(71deg, #2C74B3 2.44%, #296BAB 26.03%, #2561A2 52.3%, #22579A 79.35%, #205295 93.67%);
}
.p-working__content.--02 {
  background: linear-gradient(71deg, #E6E6E6 6.98%, #DFDFDF 57.1%, rgba(200, 200, 204, 0.93) 71.59%, #B0B0B0 97.59%);
}
.p-working__content.--03 {
  background: linear-gradient(71deg, #2C74B3 2.44%, #296BAB 26.03%, #2561A2 52.3%, #22579A 79.35%, #205295 93.67%);
}

.p-working__inner {
  width: min(1140px + 2.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-working__inner {
    max-width: 410px;
    padding-inline: 1.5625rem;
  }
}

.p-working__wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-working__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-working__head-en {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 150%;
}
.p-working__head-en.--02 {
  color: #8C8C8C;
}
@media screen and (max-width: 767px) {
  .p-working__head-en {
    font-size: 4rem;
  }
}

.p-working__head {
  font-weight: 700;
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 150%;
}
.p-working__head.--01 {
  font-size: 3rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-working__head.--01 {
    font-size: 1.25rem;
  }
}
.p-working__head.--02 {
  color: #0c0c0c;
}
@media screen and (max-width: 767px) {
  .p-working__head {
    font-size: 1.25rem;
  }
}

.p-working__txt {
  color: #ffffff;
  line-height: 150%;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.306px;
}
.p-working__txt.--02 {
  color: #0c0c0c;
}
@media screen and (max-width: 767px) {
  .p-working__txt {
    font-size: 1rem;
  }
}

.p-working__txt-num {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 9.375rem;
  font-weight: 400;
  line-height: 150%;
}
.p-working__txt-num.--02 {
  color: #8C8C8C;
}
@media screen and (max-width: 767px) {
  .p-working__txt-num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-working__txt-num.--01 {
    margin-top: 1.25rem;
  }
}

.p-working__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-working__img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-working__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-working__body {
  width: 48.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-working__body {
    width: 100%;
  }
}

.p-work-style {
  padding-block: 3.3125rem 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-work-style {
    padding-block: 3rem 3rem;
  }
}

.p-work-style__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  padding-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-work-style__wrap {
    grid-template-columns: 1fr;
    row-gap: 1.5625rem;
    padding-top: 3.875rem;
  }
}

.p-work-style-card {
  width: min(360px, 100%);
  position: relative;
  padding: 0.8125rem 0.9375rem;
  background: linear-gradient(22deg, #A7C5DF -3.84%, #2C74B3 19.37%, #2C74B3 54.1%, #205295 102.9%);
  height: 30.25rem;
}
@media screen and (max-width: 767px) {
  .p-work-style-card {
    width: min(450px, 100%);
    margin-inline: auto;
    height: 25.1875rem;
  }
}

.p-work-style-card__main {
  background: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-work-style-card__img {
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: 100%;
}
.p-work-style-card__img img {
  aspect-ratio: 330/300;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-work-style-card__img img {
    aspect-ratio: 305/258;
  }
}

.p-work-style-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.6875rem;
  padding-inline: 1.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-work-style-card__body {
    row-gap: 0.75rem;
    padding-inline: 1rem;
    padding-top: 1rem;
  }
}

.p-work-style-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  color: #0a2647;
}
@media screen and (max-width: 767px) {
  .p-work-style-card__title {
    font-size: 1.25rem;
  }
}

.p-work-style-card__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.306px;
}
@media screen and (max-width: 767px) {
  .p-work-style-card__text {
    font-size: 1rem;
  }
}

.p-interview {
  padding-block: 12.5rem 17.375rem;
  overflow: hidden;
  background: linear-gradient(232deg, #295EA5 8.35%, #2C74B3 28.78%, #2C74B3 87.12%, #2C74B3 97.18%);
  position: relative;
  clip-path: polygon(0px 115px, 100% 0px, 100% calc(100% - 145px), 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding-block: 10.9375rem 17.375rem;
    clip-path: polygon(0px 96px, 100% 0px, 100% calc(100% - 116px), 0% 100%);
  }
}

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

.p-interview__swiper-container {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__swiper-container {
    padding-top: 4rem;
  }
}

.p-interview__swiper {
  overflow: visible;
}

.p-interview__swiper-slide {
  width: 25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-interview__swiper-slide {
    width: 16.0625rem;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  width: 3rem;
  height: 3rem;
  border-radius: 3.125rem;
  border: 1px solid #F5F5F5;
  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;
  top: calc(100% + 2.125rem);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (any-hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7;
  }
}

.swiper-button-prev {
  right: 3.9375rem;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: calc(100% + 3.4375rem);
  width: 48rem;
  height: 0.375rem;
  background: #ffffff;
  left: 0;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    left: 50%;
    translate: -50%;
    top: calc(100% + 4.3125rem);
    width: calc(100% - 2.5rem);
  }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #144272;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    width: calc(100% - 2.5rem);
  }
}

.p-interview-card {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
@media (any-hover: hover) {
  .p-interview-card:hover {
    cursor: pointer;
  }
}

.p-interview-card__img {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.p-interview-card__img img {
  aspect-ratio: 400/395;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .p-interview-card__img img {
    aspect-ratio: 257/250;
  }
}

@media screen and (min-width: 769px) {
  .p-interview-card:hover > figure > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.p-interview-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.p-interview-card__name {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

.p-interview-card__category {
  border-radius: 1rem;
  background: #ffffff;
}
.p-interview-card__category span {
  padding: 0.25rem 1.3125rem;
  color: #2C74B3;
  font-weight: 500;
  line-height: 150%;
}

.p-interview-card__post {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 150%;
}

.p-interview-card__text {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.34px;
}
@media screen and (max-width: 767px) {
  .p-interview-card__text {
    font-size: 1.125rem;
  }
}

.p-interview-pageination__inner {
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  .p-interview-pageination__inner {
    width: 100%;
    max-width: 640px;
    padding-inline: 1.25rem;
  }
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.p-modal__content {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}

.p-modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: min(1140px, 95%);
  max-height: 80vh;
  background: #fff;
}

.p-modal__inner {
  overflow-y: auto;
  height: inherit;
  max-height: inherit;
  position: relative;
}

.p-modal__item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  padding-inline: 2.375rem;
  padding-block: 4.375rem 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-modal__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 1.5rem;
    row-gap: 0.6875rem;
  }
}

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

.p-modal__head {
  color: #144272;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-modal__head {
    font-size: 1.25rem;
  }
}

.p-modal__txt {
  color: #0C0C0C;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.272px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-modal__txt {
    margin-top: 1.0625rem;
  }
}

.p-modal__profile-name {
  color: #144272;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}

.p-modal-List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.p-modal-List li {
  color: #144272;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.p-modal__img {
  width: 51.8344308561%;
}
@media screen and (max-width: 767px) {
  .p-modal__img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: #0A2647;
}
.p-modal__close-btn::after {
  position: absolute;
  content: "CLOSE";
  width: auto;
  height: auto;
  left: 50%;
  translate: -50%;
  top: 100%;
  font-size: 0.875rem;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.p-modal__wrap {
  padding-block: 2.375rem;
  padding-inline: 7.75rem;
}
@media screen and (max-width: 767px) {
  .p-modal__wrap {
    padding-block: 3.125rem;
    padding-inline: 1.375rem;
  }
}

.p-modal-list {
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-modal-list {
    padding-top: 1.25rem;
  }
}

.p-modal-list__item {
  border-bottom: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.125rem;
     -moz-column-gap: 2.125rem;
          column-gap: 2.125rem;
  padding-block: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-modal-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.375rem;
  }
}
.p-modal-list__item:first-of-type {
  border-top: 1px solid #666666;
}
.p-modal-list__item dt,
.p-modal-list__item dd {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  line-height: 150%;
}

.p-flow {
  padding-top: 7.5625rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-top: 3.5625rem;
  }
}

.p-flow__container {
  padding-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__container {
    padding-top: 1.84375rem;
  }
}

.p-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 767px) {
  .p-flow__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-flow__number {
  margin: 0.625rem;
  background: url(../img/flow-number-bg.svg) no-repeat center center/cover;
  width: 8.21875rem;
  height: 6.25rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-flow__number span {
  color: #ffffff;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-flow__number {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-flow__line {
  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;
  row-gap: 0.75rem;
  height: 100%;
  padding-inline: 0.5625rem 0.5rem;
  position: relative;
}
.p-flow__line .line {
  height: 180.5px;
  width: 3px;
  background: #144272;
}
@media screen and (max-width: 767px) {
  .p-flow__line .line {
    height: 93px;
    width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__line .line:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__line .line:nth-of-type(3) {
    display: none;
  }
}
.p-flow__line .dots {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 100vmax;
  background: #144272;
}
@media screen and (max-width: 767px) {
  .p-flow__line .dots {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__line {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__line.last {
    display: none;
  }
}

.p-flow__line-mask {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 1.125rem;
  height: 100%;
  background: #ffffff;
}

.p-flow-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.0625rem;
     -moz-column-gap: 3.0625rem;
          column-gap: 3.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow-card {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 1.8125rem;
    padding-inline: 1.71875rem;
  }
}

.p-flow-card__img {
  width: 40.0895856663%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow-card__img {
    padding-right: 0.4375rem;
  }
}
.p-flow-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow-card__img img {
    aspect-ratio: 272/230;
  }
}
.p-flow-card__img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0.625rem;
  top: 0.625rem;
  background: #2C74B3;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-flow-card__img::after {
    left: 0.475625rem;
    top: 0.625rem;
    width: calc(100% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .p-flow-card__img {
    width: 100%;
  }
}

.p-flow-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-flow-card__title {
  color: #144272;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
}
@media screen and (max-width: 767px) {
  .p-flow-card__title {
    font-size: 1.25rem;
  }
}

.p-flow-card__text {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.306px;
  max-width: 476px;
}
@media screen and (max-width: 767px) {
  .p-flow-card__text {
    font-size: 1rem;
    max-width: 100%;
    padding-inline: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow-card__btn {
    margin-inline: auto;
  }
}

.p-requirements {
  padding-block: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-requirements {
    padding-block: 4.125rem 4.875rem;
  }
}

.p-requirements__container {
  padding-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-requirements__container {
    grid-template-columns: 1fr;
    padding-top: 1.6875rem;
  }
}

.p-requirements__card {
  background: #F5F5F5;
  padding: 1.25rem 0.625rem 1.25rem 1.0625rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(11, 41, 76, 0.3);
          box-shadow: 0 4px 4px 0 rgba(11, 41, 76, 0.3);
}
@media screen and (max-width: 767px) {
  .p-requirements__card {
    padding: 1.25rem 0rem 1.25rem 0.9375rem;
  }
}

.p-requirements__card-en {
  color: #2C74B3;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.p-requirements__card-title {
  color: #0C0C0C;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  padding-block: 0.625rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-requirements__card-title {
    padding-block: 0.8125rem 0.625rem;
  }
}
.p-requirements__card-title span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-requirements__card-title span {
    font-size: 1.25rem;
  }
}
.p-requirements__card-title.-small {
  font-size: 1rem;
  padding-block: 0;
}

.p-requirements__card-text {
  color: #8C8C8C;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.p-requirements__card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 0.4375rem;
}
.p-requirements__card-btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.p-requirements__card-btn span {
  color: #144272;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-requirements__card-btn span {
    font-weight: 700;
  }
}
@media (any-hover: hover) {
  .p-requirements__card-btn:hover {
    cursor: pointer;
  }
  .p-requirements__card-btn:hover span {
    color: #2C74B3;
  }
}

.p-faq {
  padding-block: 1.5625rem 8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 1.1875rem 3.75rem;
  }
}

.p-faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.125rem;
     -moz-column-gap: 2.125rem;
          column-gap: 2.125rem;
  padding-top: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2.5625rem;
    row-gap: 1.25rem;
  }
}

.p-faq__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3125rem;
  padding-right: 2rem;
  padding-bottom: 2.5625rem;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .p-faq__buttons {
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 1.125rem;
    gap: 0.75rem;
    padding-left: 0.875rem;
  }
}
.p-faq__buttons::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: #666;
}
@media screen and (max-width: 767px) {
  .p-faq__buttons::after {
    width: 100%;
    height: 1px;
    top: 100%;
    right: auto;
    left: 0;
  }
}

.p-faq__btn {
  width: 10.625rem;
  padding-block: 0.75rem;
  border-radius: 1.59375rem;
  border: 1px solid #666;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq__btn {
    width: auto;
    padding-inline: 1.46875rem;
    min-width: 6.3125rem;
    padding-block: 0.46875rem;
  }
}
.p-faq__btn span {
  color: #666;
  font-size: 1.125rem;
  line-height: 130%;
  /* 23.4px */
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-faq__btn span {
    font-size: 1rem;
  }
}
.p-faq__btn[aria-selected=true] {
  pointer-events: none;
  background: #144272;
}
.p-faq__btn[aria-selected=true] span {
  color: #ffffff;
  font-weight: 700;
}
.p-faq__btn[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-faq__btn[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.p-faq__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-faq__content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
  translate: 0 20px;
}
.p-faq__content.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0 0;
}

.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;
  row-gap: 1.25rem;
}

.p-faq-item {
  border: 1px solid #144272;
  padding-inline: 1.125rem;
  overflow: hidden;
}
@media (any-hover: hover) {
  .p-faq-item:hover {
    cursor: pointer;
  }
}

.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: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 1.1875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-faq-item-question {
    padding-block: 0.9375rem;
  }
}

.p-faq-item-question-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-faq-item-question-text {
    line-height: 130%;
  }
}

.p-faq-item-question-icon {
  width: 2rem;
  height: 2rem;
  -webkit-transition: rotate 0.5s ease;
  transition: rotate 0.5s ease;
  rotate: 180deg;
}

.p-faq-item.is-opened .p-faq-item-question-icon {
  rotate: 0deg;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}

.p-faq-item-answer-text {
  -webkit-padding-after: 1.25rem;
          padding-block-end: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 0.306px;
}

.p-faq-item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease, opacity 0.3s ease;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.is-opened .p-faq-item-answer {
  opacity: 1;
}

.p-faq__close-btn {
  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;
  width: 100%;
  margin-top: 3.125rem;
}
@media (any-hover: hover) {
  .p-faq__close-btn:hover {
    cursor: pointer;
  }
}
.p-faq__close-btn span {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
.p-faq__close-btn span::after {
  content: "VIEW MORE";
  position: absolute;
  color: #144272;
  font-size: 1.125rem;
  font-weight: 700;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  line-height: 130%;
}
.p-faq__close-btn svg {
  rotate: 180deg;
  width: 2rem;
  height: 2rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
.p-faq__close-btn svg:last-of-type {
  margin-top: -21.6px;
}
.p-faq__close-btn.is-close span::after {
  content: "CLOSE";
}
.p-faq__close-btn.is-close svg {
  rotate: 0deg;
}

.p-part__bg {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/383;
}
@media screen and (max-width: 767px) {
  .p-part__bg {
    aspect-ratio: 375/226;
  }
}
.p-part__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact {
  background: linear-gradient(71deg, #2C74B3 2.44%, #296BAB 26.03%, #2561A2 52.3%, #22579A 79.35%, #205295 93.67%);
  position: relative;
  padding-block: 3.4375rem 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-block: 5.4375rem;
    padding-inline: 0.625rem;
  }
}

.p-contact__inner {
  width: min(1140px, 80%);
  margin-inline: auto;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    width: 100%;
    max-width: 600px;
  }
}

.p-contact__container {
  padding-block: 2.6875rem 2.875rem;
  width: min(768px + 2.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    padding-block: 0.5rem 3.8125rem;
    padding-inline: 0.625rem;
  }
}

.p-contact__head {
  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;
}

.p-contact__head-sub {
  color: #144272;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 700;
  line-height: 150%;
}

.p-contact__head-main {
  color: #144272;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .p-contact__head-main {
    font-size: 1.5rem;
  }
}

.p-contact__head-text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.306px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__head-text {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.p-contact__form {
  padding-top: 2.09375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    padding-top: 0.5rem;
    row-gap: 1.5rem;
  }
}

.p-contact__row-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__row-wrap {
    grid-template-columns: 1fr;
  }
}

.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact__row.--radio {
  padding-block: 1rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__row.--radio {
    padding-block: 1rem 1.0625rem;
  }
}

.p-contact__head {
  color: #144272;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    font-size: 1rem;
  }
}
.p-contact__head span.--must {
  position: relative;
  display: inline-block;
}
.p-contact__head span.--must::after {
  content: "*";
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 100%;
  color: #C81E07;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-contact__head span.--must::after {
    font-size: 1rem;
  }
}

.p-contact__data {
  width: 100%;
  border: 1px solid #144272;
  position: relative;
}
.p-contact__data.--radio {
  border: none;
}

.p-contact__box {
  height: 7.875rem;
  overflow: auto;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #8C8C8C;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    height: 14.1875rem;
  }
}
.p-contact__box .--red {
  color: #C81E07;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 0.75rem;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    padding: 0.4375rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #666;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #666;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #666;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #666;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #666;
}

textarea {
  resize: vertical;
  height: 11.25rem;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 10.75rem;
  }
}

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

.p-contact__select-wrap {
  position: relative;
}
.p-contact__select-wrap svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-contact__select-wrap svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (any-hover: hover) {
  .p-contact__select-wrap:hover {
    cursor: pointer;
  }
}

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

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

.p-contact__data-checkbox {
  position: relative;
}
.p-contact__data-checkbox span {
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1.5rem;
  display: inline-block;
  position: relative;
}
.p-contact__data-checkbox span::before {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #000;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.p-contact__data-checkbox span::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.4375rem;
  width: 0.375rem;
  height: 0.75rem;
  rotate: 45deg;
  border-right: 2px solid #144272;
  border-bottom: 2px solid #144272;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

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

.p-contact__data-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem 1.5rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__data-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.875rem 0.625rem;
  }
}
.p-contact__data-radio span {
  display: inline-block;
  color: #144272;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__data-radio span {
    padding-left: 1.4375rem;
  }
}
.p-contact__data-radio span::before {
  content: "";
  position: absolute;
  border-radius: 100px;
  border: 1px solid #0C0C0C;
  background: #ffffff;
  width: 1.125rem;
  height: 1.125rem;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.p-contact__data-radio span::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  translate: 0 -50%;
  left: 0.25rem;
  background: #144272;
  opacity: 0;
  border-radius: 100vmax;
}

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

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

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

.p-contact__submit {
  text-align: center;
  margin-top: 0.9375rem;
}
.p-contact__submit input[type=submit] {
  display: inline-block;
  background: #144272;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  padding-block: 0.75rem;
  width: 16rem;
  line-height: 150%;
  height: 4.1875rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact__submit input[type=submit]:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__submit input[type=submit] {
    width: 12rem;
    font-size: 1.25rem;
    height: 3.1875rem;
  }
}

.p-contact__bg-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 9.375rem;
  font-weight: 600;
  line-height: 130%;
  /* 195px */
}
@media screen and (max-width: 767px) {
  .p-contact__bg-text {
    font-size: 4rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.p-contact__bg-text.left {
  right: calc(100% - 2.8125rem);
  top: -4.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__bg-text.left {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0;
  }
}
.p-contact__bg-text.right {
  left: calc(100% - 2.8125rem);
  bottom: -5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__bg-text.right {
    bottom: auto;
    left: auto;
    top: 100%;
    right: 0;
  }
}

.contact__error-message {
  bottom: -1.3125rem;
  left: 0;
  position: absolute;
  color: red;
  font-weight: 700;
  font-size: 1rem;
}

.p-cta {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-block: 0.5rem;
  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%);
}
@media (min-width: 768px) {
  .p-cta {
    display: none;
  }
}

.p-cta__btn {
  margin-inline: auto;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font__jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font__en {
  font-family: "Saira Semi Condensed", sans-serif;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

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

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

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

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

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media screen and (max-width: 767px) {
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

@media screen and (max-width: 767px) {
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}