@charset "UTF-8";

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

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

html {
  overscroll-behavior: none;
}

body {
  color: #0c0c0c;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body.no-scroll {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

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

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

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

input,
textarea,
select {
  font: inherit;
}

.l-main {
  min-height: 100vh;
}

.l-inner {
  height: inherit;
  margin-inline: auto;
  max-width: 1220px;
  padding: 0 2.5rem;
  position: relative;
  width: 100%;
}

.l-inner__narrow {
  max-width: 50rem;
}

.c-fixed {
  overflow-y: hidden;
  touch-action: none;
}

.c-fixed__overlay {
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}

.c-fixed__overlay.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.c-btn__entry {
  background: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(10, 38, 71, 0.3);
  color: #0A2647;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.3125rem 1.875rem 0.1875rem 1.875rem;
  position: relative;
  transition: all 0.3s;
  width: 13.75rem;
}

.c-btn__entry span {
  font-size: 1.25rem;
}

.c-btn__entry::before {
  color: #2C74B3;
  content: "ENTRY";
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: absolute;
  top: 0.1875rem;
  transition: color 0.3s;
  translate: -50%;
}

.c-btn__entry::after {
  border-color: transparent #0A2647 transparent transparent;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0 0;
  bottom: 0.1875rem;
  content: "";
  height: 0;
  position: absolute;
  right: 0.1875rem;
  transition: border-color 0.3s;
  width: 0;
}

.c-btn__entry:hover {
  background: #0A2647;
  color: #ffffff;
}

.c-btn__entry:hover::before {
  color: #ffffff;
}

.c-btn__entry:hover::after {
  border-color: transparent #ffffff transparent transparent;
}

.c-btn__entry.--blue {
  background: #0A2647;
  color: #ffffff;
}

.c-btn__entry.--blue::before {
  color: #ffffff;
}

.c-btn__entry.--blue::after {
  border-color: transparent #ffffff transparent transparent;
}

.c-btn__entry.--blue:hover {
  background: #ffffff;
  color: #0A2647;
}

.c-btn__entry.--blue:hover::before {
  color: #2C74B3;
}

.c-btn__entry.--blue:hover::after {
  border-color: transparent #0A2647 transparent transparent;
}

.c-btn__entry.--small {
  font-size: 1.125rem;
  padding: 1.125rem 1.03125rem 0.1875rem;
}

.c-btn__entry.--small::before {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.875rem;
}

.c-btn__entry.--drawer {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  padding: 1.125rem 0.9375rem 0.1875rem;
  width: 10rem;
}

.c-btn__entry.--drawer::before {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.875rem;
}

.c-voiceBox {
  all: unset;
  cursor: pointer;
  display: block;
}

.c-voiceBox:hover .c-voiceBox__imgWrap img {
  transform: scale(1.1);
}

.c-voiceBox:hover .c-voiceBox__textWrap {
  opacity: 0.7;
}

.c-voiceBox__link {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.c-voiceBox__imgWrap {
  aspect-ratio: 400/395;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  width: 25rem;
}

.c-voiceBox__imgWrap picture {
  height: 100%;
}

.c-voiceBox__imgWrap img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  width: 100%;
}

.c-voiceBox__textWrap {
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s;
}

.c-voiceBox__headWrap {
  -moz-column-gap: 1.25rem;
  align-items: center;
  column-gap: 1.25rem;
  display: flex;
}

.c-voiceBox__name,
.c-voiceBox__staff {
  color: #ffffff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.5;
}

.c-voiceBox__cat {
  background: #ffffff;
  border-radius: 9999px;
  color: #2C74B3;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
  padding: 0.25rem 1.3125rem 0.28125rem;
}

.c-voiceBox__text {
  color: #ffffff;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  letter-spacing: 0.017em;
  line-height: 1.5;
}

.c-animated__colorBox-fv {
  animation: 0.6s forwards ease-in-out textView;
  clip-path: inset(0 100% 0 0);
  position: relative;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}

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

  to {
    clip-path: inset(0 0 0 0);
  }
}

.c-animated__colorBox-fv::after {
  animation: 0.6s forwards ease-in-out colorBox;
  background-color: #144272;
  bottom: 0;
  content: "";
  left: -0.3125rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  z-index: 2;
}

@keyframes colorBox {
  0%, 50% {
    transform-origin: 0 50%;
  }

  60%, 100% {
    transform-origin: 100% 50%;
  }

  60% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.c-animated__colorBox-fv.--delay-07,
.c-animated__colorBox-fv.--delay-07::after {
  animation-delay: 0.7s;
}

.c-animated__colorBox-fv.--delay-12,
.c-animated__colorBox-fv.--delay-12::after {
  animation-delay: 1.2s;
}

.c-animated__fadeIn-fv {
  animation: 0.3s 1.5s forwards ease fadeIn;
  opacity: 0;
  translate: 0 10px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    translate: 0 10px;
  }

  100% {
    opacity: 1;
    translate: 0;
  }
}

.c-animated__fadeIn,
.c-animated__fadeIn-d {
  opacity: 0;
  transition: opacity 0.8s ease, translate 0.8s ease;
  translate: 0 40px;
}

.c-animated__fadeIn.js-show,
.c-animated__fadeIn-d.js-show {
  opacity: 1;
  translate: 0 0;
}

.c-animated__clipView {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.2s ease;
}

.c-animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}

.c-animated__clipView-l {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s ease;
}

.c-animated__clipView-l.js-show {
  clip-path: inset(0 0 0 0);
}

.c-animated__delay--05 {
  transition-delay: 0.5s;
}

.c-animated__delay--10 {
  transition-delay: 1s;
}

.c-animated__delay--15 {
  transition-delay: 1.5s;
}

.c-head {
  height: 7.5rem;
  width: max(45rem, 50vw);
}

.c-head.--faq {
  width: 34.125rem;
}

.c-head.--faq .c-head__bg {
  clip-path: polygon(0 0, 100% 0, calc(100% - 37px) 100%, 0% 100%);
}

.c-head__bg {
  background: linear-gradient(90deg, #144272 0%, #144272 calc(100% - 45rem), #2C74B3 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 53px) 100%, 0% 100%);
  height: 100%;
  padding-left: max(50vw - 35.625rem, 2.5rem);
  position: relative;
  width: 100%;
}

.c-head__bg.--white {
  background: #ffffff;
}

.c-head__title {
  -moz-column-gap: 1.3125rem;
  align-items: center;
  color: #ffffff;
  column-gap: 1.3125rem;
  display: flex;
  height: 100%;
  padding-left: 0.3125rem;
  position: relative;
  z-index: 1;
}

.c-head__title.--interview .c-head__titleEn,
.c-head__title.--interview .c-head__titleJa {
  color: #144272;
  margin-top: 0.3125rem;
}

.c-head__title.--interview .c-head__titleJa {
  font-size: 1.25rem;
}

.c-head__title.--workStyle {
  translate: -0.4375rem;
}

.c-head__title.--faq {
  -moz-column-gap: 1.1875rem;
  column-gap: 1.1875rem;
  padding-left: 0;
  translate: 0 0.375rem;
}

.c-head__title.--faq .c-head__titleJa {
  font-size: 1.25rem;
  translate: 0 0.1875rem;
}

.c-head__titleEn {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 2;
  margin-top: -0.125rem;
  text-transform: uppercase;
}

.c-head__titleJa {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  margin-top: -0.125rem;
}

.p-header {
  background: #ffffff;
  height: auto;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  padding-block: 0.8125rem;
  padding-inline: 2.150625rem;
  width: min(90rem, 100%);
}

.p-header__logoWrap {
  align-items: end;
  display: flex;
  justify-content: start;
}

.p-header__logo {
  height: auto;
  width: 12.135625rem;
}

.p-header__logo:hover {
  opacity: 0.7;
}

.p-header__logoText {
  color: #205295;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.5;
}

.p-header__nav {
  -moz-column-gap: 1.6875rem;
  align-items: center;
  column-gap: 1.6875rem;
  display: flex;
  flex-grow: 1;
  justify-content: end;
}

.p-header__list {
  -moz-column-gap: 2.5rem;
  align-items: center;
  column-gap: 2.5rem;
  display: flex;
}

.p-header__listItem {
  text-wrap: nowrap;
  position: relative;
}

.p-header__link {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 0;
}

.p-header__link:hover .p-header__link-ja {
  color: #2C74B3;
}

.p-header__link:hover .p-header__link-ja.--faq::after {
  background: url(../img/icon-down_hover.svg) no-repeat center center/cover;
}

.p-header__link-ja {
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.3s;
}

.p-header__link-ja.--interview {
  height: 1.5625rem;
}

.p-header__link-ja.--flow {
  width: 5.875rem;
}

.p-header__link-ja.--faq {
  padding-right: 1.75rem;
  position: relative;
}

.p-header__link-ja.--faq::after {
  background: url(../img/icon-down.svg) no-repeat center center/cover;
  content: "";
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1.5rem;
}

.p-header__link-en {
  color: #205295;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: -0.1875rem;
  text-transform: uppercase;
}

.p-header__link-en.--interview {
  font-size: 1rem;
}

.p-header__sublistWrap {
  display: none;
  left: 50%;
  padding-top: 0.8125rem;
  position: absolute;
  top: 100%;
  translate: -50%;
}

.p-header__sublist {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 1.46875rem 2.375rem;
  row-gap: 1.625rem;
}

.p-header__sublist li a {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.p-header__sublist li a:hover {
  color: #2C74B3;
}

.p-header__btn {
  text-wrap: nowrap;
  background: #0A2647;
  border: 1px solid #000;
  color: #ffffff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5rem 1.25rem;
  text-align: center;
  transition: all 0.3s ease;
  width: 9.5625rem;
}

.p-header__btn:hover {
  background: #ffffff;
  color: #0A2647;
}

.p-drawer__icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 1.5rem;
  justify-content: space-between;
  padding: 0.4375rem 0.3125rem;
  position: fixed;
  right: 1.6875rem;
  top: 0.625rem;
  transition: opacity 0.3s;
  width: 2rem;
  z-index: 103;
}

.p-drawer__icon:hover {
  opacity: 0.7;
}

.p-drawer__icon--bar {
  background: #205295;
  height: 2px;
  transition: all 0.5s ease;
  width: 100%;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  background-color: #0A2647;
  rotate: 45deg;
  translate: 0 0.25rem;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  background-color: #0A2647;
  rotate: -45deg;
  translate: 0 -0.25rem;
}

.p-drawer__icon.js-show::after {
  color: #0A2647;
  content: "CLOSE";
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: max(0.75rem, 9.6px);
  font-weight: 500;
  left: 50%;
  line-height: 1.5;
  position: absolute;
  top: 1.375rem;
  translate: -50%;
}

.p-drawer {
  background: #ffffff;
  height: 100vh;
  height: 100svh;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 62.66vw;
  z-index: 102;
}

.p-drawer {
  transition: translate 0.5s ease;
  translate: 101%;
}

.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 46px 20px;
  padding-inline: 14px;
  row-gap: 1.8125rem;
  width: 100%;
}

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

.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__link {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
}

.p-drawer__link-ja {
  color: #000;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
}

.p-drawer__link-en {
  color: #205295;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.p-fv {
  background: url(../img/img-mvbg.webp) no-repeat center bottom/cover;
  height: 45.5rem;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 4.5rem;
  width: 100%;
}

.p-fv__bg {
  height: 100%;
  width: 100%;
}

.p-fv__wrap {
  align-items: start;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  margin-top: 11.0625rem;
  padding-inline: 2.5rem;
  position: relative;
  row-gap: 2rem;
  width: min(76.25rem, 100%);
  z-index: 2;
}

.p-fv__textWrap {
  align-items: start;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  row-gap: 0.6875rem;
}

.p-fv__textEn {
  font-size: max(2.5rem, 32px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

.p-fv__title {
  font-size: max(3.5rem, 44.8px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}

.p-fv__textJa {
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  letter-spacing: 0.017em;
  line-height: 1.5;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}

.p-fv__sliderWrap {
  -moz-column-gap: 0rem;
  column-gap: 0rem;
  display: flex;
  height: inherit;
  left: calc(50vw - 24.25rem);
  position: absolute;
  top: 0;
  width: auto;
  z-index: 1;
}

.p-fv__swiper01,
.p-fv__swiper02 {
  height: 100%;
  overflow: visible;
  transform: rotate(27.5deg);
  transform-origin: left bottom;
}

.p-fv__swiper02 {
  translate: -7.1875rem;
}

.p-fv__swiper01-wrapper,
.p-fv__swiper02-wrapper {
  height: 100%;
  transition-timing-function: linear;
}

.p-fv__swiper01-slide,
.p-fv__swiper02-slide {
  height: 15.75rem;
  width: 31.9375rem;
}

.p-fv__swiper01-slide img,
.p-fv__swiper02-slide img {
  transform: rotate(-27.5deg);
}

.p-fv__swiper01-slide img,
.p-fv__swiper02-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-thinking {
  background: linear-gradient(178deg, #0A2647 2.27%, #0f396b 36.32%, #144272 69.02%, #185dad 99.11%);
  height: 695px;
  margin-top: 50rem;
  overflow: hidden;
  position: relative;
}

.p-thinking__inner {
  height: inherit;
  margin-inline: auto;
  position: relative;
  width: min(1440px, 100%);
}

.p-thinking__content {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  margin-inline: auto;
  padding-inline: 3.75rem;
  row-gap: 2.1875rem;
  width: min(795px + 7.5rem, 100%);
}

.p-thinking__title {
  font-size: max(3rem, 38.4px);
  font-weight: 500;
  line-height: 2;
}

.p-thinking__text {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.p-thinking__bgTitle {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: max(9.375rem, 120px);
  font-weight: 600;
  height: auto;
  line-height: 1.3;
  position: absolute;
  text-transform: uppercase;
  width: auto;
  writing-mode: vertical-rl;
}

.p-thinking__bgTitle.--left {
  left: 0;
  top: -0.75rem;
}

.p-thinking__bgTitle.--right {
  bottom: -0.625rem;
  right: 0;
}

.p-about {
  background: #ffffff;
  padding-block: 11rem 6.375rem;
  position: relative;
}

.p-about__content {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: flex;
  justify-content: space-between;
  margin-top: 2.1875rem;
}

.p-about__textWrap {
  display: flex;
  flex-direction: column;
  row-gap: 2.625rem;
  width: 31.375rem;
}

.p-about__head {
  color: #0A2647;
  font-size: max(3rem, 38.4px);
  font-weight: 500;
  line-height: 1.5;
}

.p-about__text {
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  letter-spacing: 0.017em;
  line-height: 2;
}

.p-about__img {
  aspect-ratio: 568/427;
  height: -moz-fit-content;
  height: fit-content;
  width: 49.8245614035%;
}

.p-about__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-working {
  background: #ffffff;
  padding-block: 6.25rem;
  position: relative;
}

.p-working__wrapper {
  height: 150rem;
  margin-inline: auto;
  max-width: 120rem;
  padding-inline: 1.25rem;
  position: relative;
}

.p-working__card {
  align-items: center;
  box-shadow: none;
  display: flex;
  height: 50rem;
  position: sticky;
  top: 4.5rem;
  transform-origin: center top;
  width: 100%;
  will-change: transform;
  z-index: 1;
}

.p-working__card:nth-child(2) {
  z-index: 2;
}

.p-working__card:nth-child(3) {
  z-index: 3;
}

.p-working__card.is-scale-down {
  transform: scale(0.85);
}

.p-working__card:nth-child(odd) {
  background: linear-gradient(71deg, #2c74b3 2.44%, #296bab 26.03%, #2561a2 52.3%, #22579a 79.35%, #205295 93.67%);
}

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

.p-working__card:nth-child(even) .p-working__head,
.p-working__card:nth-child(even) .p-working__number {
  color: #8c8c8c;
}

.p-working__card:nth-child(even) .p-working__title,
.p-working__card:nth-child(even) .p-working__text {
  color: #0c0c0c;
}

.p-working__cardInner {
  -moz-column-gap: 1.25rem;
  align-items: center;
  column-gap: 1.25rem;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  margin-inline: auto;
  padding-inline: 2.5rem;
  width: min(1140px + 5rem, 100%);
}

.p-working__content {
  display: flex;
  flex-direction: column;
  height: inherit;
  row-gap: 3.125rem;
}

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

.p-working__head {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: max(8rem, 102.4px);
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
}

.p-working__head.--gray {
  color: #8c8c8c;
}

.p-working__title {
  color: #ffffff;
  font-size: max(3rem, 38.4px);
  font-weight: 700;
  line-height: 1.6;
}

.p-working__title.--36 {
  font-size: 2.25rem;
  line-height: 1.5;
}

.p-working__text {
  color: #ffffff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  letter-spacing: 0.017em;
  line-height: 1.5;
  margin-top: 0.25rem;
}

.p-working__number {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: max(9.375rem, 120px);
  font-weight: 400;
  height: 10.6875rem;
  line-height: 1.5;
}

.p-working__img {
  aspect-ratio: 570/500;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
}

.p-working__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-workStyle {
  background: #ffffff;
  padding-block: 3.1875rem 4.0625rem;
  position: relative;
}

.p-workStyle__inner {
  margin-top: 5.125rem;
}

.p-workStyle__items {
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  display: flex;
}

.p-workStyle__item {
  background: linear-gradient(22deg, #a7c5df -3.84%, #2c74b3 19.37%, #2c74b3 54.1%, #205295 102.9%);
  padding: 0.8125rem 0.9375rem;
  width: 22.5rem;
}

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

.p-workStyle__imgWrap {
  aspect-ratio: 330/300;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

.p-workStyle__imgWrap img {
  -o-object-fit: cover;
  -o-object-position: center top;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.p-workStyle__textWrap {
  align-items: center;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 9.875rem;
  padding: 1.5rem 1.4375rem;
  row-gap: 0.6875rem;
}

.p-workStyle__title {
  color: #0A2647;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.4;
}

.p-workStyle__text {
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  letter-spacing: 0.017em;
  line-height: 1.5;
}

.p-interview {
  background: #ffffff;
  position: relative;
}

.p-interview__bg {
  background: linear-gradient(232deg, #295ea5 8.35%, #2c74b3 28.78%, #2c74b3 87.12%, #2c74b3 97.18%);
  clip-path: polygon(0 115px, 100% 0, 100% calc(100% - 138px), 0 100%);
  padding-block: 12.4375rem 12.25rem;
}

.p-interview__inner {
  margin-inline: auto;
  margin-top: 3.0625rem;
  width: min(120rem, 100%);
}

.p-interview__swiper-slide {
  width: 25rem;
}

.p-interview__swiper-ctrl {
  -moz-column-gap: 2.5rem;
  align-items: center;
  column-gap: 2.5rem;
  display: flex;
  margin-top: 2.0625rem;
}

.p-interview__pagination.swiper-pagination-progressbar {
  background: #ffffff;
  height: 0.375rem;
  max-width: 768px;
  position: relative;
  width: 100%;
}

.p-interview__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #144272;
}

.p-interview__swiper-btn {
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  display: flex;
  margin-left: auto;
}

.p-interview__sliderBtn-prev,
.p-interview__sliderBtn-next {
  align-items: center;
  border: solid 0.0625rem #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  transition: opacity 0.3s;
  width: 3rem;
}

.p-interview__sliderBtn-prev:hover,
.p-interview__sliderBtn-next:hover {
  opacity: 0.7;
}

.p-interview__sliderBtn-prev {
  background: url(../img/icon-arrow_left.svg) no-repeat center center/1.5rem 1.5rem;
}

.p-interview__sliderBtn-next {
  background: url(../img/icon-arrow_right.svg) no-repeat center center/1.5rem 1.5rem;
}

/* モーダルのスタイル ============ */

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

dialog.js-show::backdrop {
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

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

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

.p-voiceModal__content {
  background: #ffffff;
  box-shadow: 0 4px 4px 5px rgba(20, 66, 114, 0.2);
  height: 37.5rem;
  margin-inline: auto;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  width: min(71.25rem, 100% - 5rem);
}

.p-voiceModal__content.js-show {
  opacity: 1;
}

.p-voiceModal__close {
  color: #0A2647;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  position: absolute;
  right: 2rem;
  top: 0.5625rem;
  transition: opacity 0.3s;
}

.p-voiceModal__close:hover {
  opacity: 0.7;
}

.p-voiceModal__close:focus {
  outline: none;
}

.p-voiceModal__close::after {
  content: "CLOSE";
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  left: 50%;
  line-height: 1.5;
  position: absolute;
  top: 2.5rem;
  translate: -50%;
}

.p-voiceModal__inner {
  -moz-column-gap: 1.5625rem;
  column-gap: 1.5625rem;
  display: flex;
  height: 100%;
  overflow-y: auto;
  padding: 4.375rem 2.375rem 4.875rem;
}

.p-voiceModal__imgWrap {
  aspect-ratio: 551/452;
  height: -moz-fit-content;
  height: fit-content;
  width: 53.031761309%;
}

.p-voiceModal__imgWrap img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-voiceModal__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1.25rem;
  width: 46.968238691%;
}

.p-voiceModal__head {
  align-items: center;
  color: #144272;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 6rem;
  line-height: 1.5;
}

.p-voiceModal__text {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  letter-spacing: 0.017em;
  line-height: 1.6;
  margin-right: 1.125rem;
  margin-top: 1.625rem;
}

.p-voiceModal__footer {
  color: #144272;
  margin-bottom: 0.5625rem;
}

.p-voiceModal__name {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.5;
  margin-left: 0.1875rem;
}

.p-voiceModal__items {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1875rem;
}

.p-voiceModal__item {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1rem;
  position: relative;
}

.p-voiceModal__item::after {
  content: "・";
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.p-flow {
  background: #ffffff;
  padding-top: 7.5rem;
  position: relative;
}

.p-flow__inner {
  margin-top: 3.375rem;
  position: relative;
}

.p-flow__line {
  background: #144272;
  height: 100%;
  left: 14.28125rem;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  width: 0.1875rem;
}

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

.p-flow__item {
  -moz-column-gap: 4.75rem;
  align-items: center;
  column-gap: 4.75rem;
  display: flex;
  padding-right: 1.21875rem;
  width: 100%;
}

.p-flow__numberWrap {
  flex-shrink: 0;
  height: 7.5rem;
  padding: 0.625rem;
  position: relative;
  width: 9.46875rem;
}

.p-flow__numberWrap::before {
  background: #144272;
  bottom: 0.625rem;
  clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  content: "";
  left: 0.625rem;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  z-index: 0;
}

.p-flow__itemNumber {
  color: #ffffff;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  left: 1.9375rem;
  line-height: 1.5;
  position: relative;
  top: 0.0625rem;
  z-index: 1;
}

.p-flow__contentWrap {
  -moz-column-gap: 3.0625rem;
  align-items: center;
  column-gap: 3.0625rem;
  display: flex;
  flex: 1;
  flex-direction: row-reverse;
  padding-block: 4.375rem;
  position: relative;
}

.p-flow__contentWrap::before {
  background: #ffffff;
  content: "";
  height: 2.5rem;
  left: -2.8125rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 0.9375rem;
}

.p-flow__contentWrap::after {
  background: #144272;
  border-radius: 50%;
  content: "";
  height: 0.9375rem;
  left: -2.8125rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 0.9375rem;
}

.p-flow__imgWrap {
  aspect-ratio: 368/260;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: 41.209406495%;
}

.p-flow__imgWrap img {
  -o-object-fit: cover;
  height: calc(100% - 0.625rem);
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: calc(100% - 0.625rem);
  z-index: 1;
}

.p-flow__imgWrap::after {
  background: #2C74B3;
  bottom: 0;
  content: "";
  height: calc(100% - 0.625rem);
  position: absolute;
  right: 0;
  width: calc(100% - 0.625rem);
  z-index: 0;
}

.p-flow__textWrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  width: 53.3034714446%;
}

.p-flow__head {
  color: #144272;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.3;
}

.p-flow__text {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  letter-spacing: 0.017em;
  line-height: 1.5;
}

.p-req {
  background: #ffffff;
  position: relative;
}

.p-req__inner {
  padding-block: 5.125rem;
}

.p-req__title {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-req__titleEn {
  color: #144272;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.3;
}

.p-req__titleJa {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 2;
}

.p-req__items {
  display: grid;
  gap: 1.625rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.75rem;
}

.p-req__item {
  background: #f5f5f5;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(20, 66, 114, 0.2);
}

.p-req__btn {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 1.25rem 0.84375rem;
  row-gap: 0.4375rem;
  text-align: left;
  transition: opacity 0.3s;
  width: 100%;
}

.p-req__btn:hover {
  opacity: 0.7;
}

.p-req__wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 0.4375rem;
  row-gap: 0.25rem;
}

.p-req__catEn {
  color: #2C74B3;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
}

.p-req__catJa {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.3;
}

.p-req__catJa span {
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.3;
}

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

.p-req__content {
  color: #8c8c8c;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1rem;
  position: relative;
}

.p-req__content::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.p-req__more {
  color: #144272;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: auto;
  padding-right: 1.375rem;
  position: relative;
}

.p-req__more::after {
  background: url(../img/icon-left.svg) no-repeat center center/cover;
  content: "";
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -60%;
  width: 1.5rem;
}

.p-reqModal__content {
  background: #ffffff;
  box-shadow: 0 4px 4px 5px rgba(20, 66, 114, 0.2);
  height: 37.5rem;
  margin-inline: auto;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  width: min(71.25rem, 100% - 5rem);
}

.p-reqModal__content.js-show {
  opacity: 1;
}

.p-reqModal__close {
  color: #0A2647;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  position: absolute;
  right: 1.4375rem;
  top: 0.3125rem;
  transition: opacity 0.3s;
}

.p-reqModal__close:hover {
  opacity: 0.7;
}

.p-reqModal__close:focus {
  outline: none;
}

.p-reqModal__close::after {
  content: "CLOSE";
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  left: 50%;
  line-height: 1.5;
  position: absolute;
  top: 2.5rem;
  translate: -50%;
}

.p-reqModal__inner {
  height: 100%;
  overflow-y: auto;
  padding: 2.375rem 3.8125rem;
}

.p-reqModal__catEn {
  color: #2C74B3;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
}

.p-reqModal__catJa {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.3;
}

.p-reqModal__catJa span {
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.3;
}

.p-reqModal__table {
  border-top: solid 1px #666666;
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
  width: 100%;
}

.p-reqModal__tr {
  -moz-column-gap: 2.125rem;
  border-bottom: solid 1px #666666;
  column-gap: 2.125rem;
  display: flex;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
  padding-block: 0.9375rem;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.p-faq {
  background: #ffffff;
  padding-block: 1.5625rem 10rem;
  position: relative;
}

.p-faq__inner {
  -moz-column-gap: 2.125rem;
  column-gap: 2.125rem;
  display: flex;
  margin-top: 4.25rem;
}

.p-faq__tablist {
  border-right: solid 0.0625rem #666;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 2.5625rem;
  row-gap: 1.3125rem;
  width: 17.6315789474%;
}

.p-faq__tab {
  align-items: center;
  border: solid 0.0625rem #666;
  border-radius: 9999px;
  color: #666;
  cursor: pointer;
  display: flex;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  height: 3.1875rem;
  justify-content: center;
  line-height: 1.3;
  transition: opacity 0.3s;
  width: 10.5625rem;
}

.p-faq__tab[aria-selected=true] {
  background: #144272;
  border-color: #144272;
  color: #ffffff;
  cursor: default;
  font-weight: 700;
}

.p-faq__tab[aria-selected=false]:hover {
  opacity: 0.7;
}

.p-faq__contents {
  width: 79.298245614%;
}

.p-faq__contentWrap {
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease, translate 0.3s ease;
  translate: 0 1.25rem;
  visibility: hidden;
}

.p-faq__contentWrap.js-show {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  padding-bottom: 1.25rem;
  translate: 0;
  visibility: visible;
}

.p-faq__content {
  border: 0.0625rem solid #144272;
  overflow: hidden;
  width: 100%;
}

.p-faq__content + .p-faq__content {
  margin-top: 1.25rem;
}

.p-faq__content.is-hidden {
  display: none;
}

.p-faq__question {
  cursor: pointer;
  padding: 1.1875rem 1.25rem;
  position: relative;
}

.p-faq__question::after {
  background: url(../img/icon-down_32.svg) no-repeat center center/cover;
  content: "";
  height: 2rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transition: rotate 0.3s;
  translate: 0 -50%;
  width: 2rem;
}

details[open] .p-faq__questionText {
  height: 2rem;
}

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

.p-faq__questionText {
  align-items: center;
  display: flex;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  height: 1.375rem;
  line-height: 1.3;
  transition: height 0.3s;
}

.p-faq__answer {
  padding: 0 1.25rem 1.4375rem 1.25rem;
}

.p-faq__answerText {
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  letter-spacing: 0.017em;
  line-height: 1.3;
}

.p-faq__button {
  cursor: pointer;
  display: block;
  margin-inline: auto;
  margin-top: 1.875rem;
  padding-bottom: 3.125rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-faq__btnMore,
.p-faq__btnclose {
  color: #144272;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  text-transform: uppercase;
}

.p-faq__btnMore[hidden],
.p-faq__btnclose[hidden] {
  display: none;
}

.p-faq__btnMore::after,
.p-faq__btnclose::after {
  content: "";
  height: 3.0625rem;
  left: 50%;
  position: absolute;
  top: calc(100% + 0.125rem);
  translate: -50%;
  width: 2rem;
}

.p-faq__btnMore::after {
  background: url(../img/icon-viewmore.svg) no-repeat center center/cover;
}

.p-faq__btnclose::after {
  background: url(../img/icon-close.svg) no-repeat center center/cover;
}

.p-heroImage {
  aspect-ratio: 1440/383;
  position: sticky;
  top: 4.5rem;
  transform-origin: center top;
  width: 100%;
}

.p-heroImage picture {
  display: block;
}

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

.p-entry {
  background: linear-gradient(71deg, #2c74b3 2.44%, #296bab 26.03%, #2561a2 52.3%, #22579a 79.35%, #205295 93.67%);
  overflow: hidden;
  padding-block: 3.6875rem;
  position: relative;
}

.p-entry__inner {
  background: #ffffff;
  margin-inline: auto;
  padding-block: 2.6875rem 2.71875rem;
  position: relative;
  width: min(1140px, 100% - 18.75rem);
}

.p-entry__wrapper {
  margin-inline: auto;
  padding-inline: 2.5rem;
  width: min(768px + 5rem, 100%);
}

.p-entry__title {
  align-items: center;
  color: #144272;
  display: flex;
  flex-direction: column;
}

.p-entry__titleEn {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.p-entry__titleJa {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-entry__text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.017em;
  line-height: 1.5;
  margin-top: 1.5rem;
  text-align: center;
}

.p-entry__form {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.09375rem;
}

.p-entry__formBox.--wide {
  grid-column: 1/3;
}

.p-entry__formBox.--radio {
  padding-block: 0.9375rem;
}

.p-entry__formBox.--button {
  text-align: center;
}

.p-entry__bgTitle {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: max(9.375rem, 120px);
  font-weight: 600;
  height: auto;
  line-height: 1.3;
  position: absolute;
  text-transform: uppercase;
  width: auto;
  writing-mode: vertical-rl;
}

.p-entry__bgTitle.--left {
  left: -9.25rem;
  top: -4.375rem;
}

.p-entry__bgTitle.--right {
  bottom: -4.3125rem;
  right: -9.375rem;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 0;
  width: 100%;
}

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

select:focus {
  outline: none;
}

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

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

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

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

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

textarea {
  resize: vertical;
}

.p-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-form-field.--radio {
  gap: 1rem;
}

.p-form-field__head {
  align-items: center;
  display: flex;
}

.p-form-field__label,
.p-form-field__tag {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.5;
}

.p-form-field__label {
  color: #144272;
}

.p-form-field__tag {
  color: #c81e07;
}

.p-form-field__item {
  position: relative;
}

.p-form-field__text,
.p-form-field__textarea {
  border: solid 1px #144272;
  position: relative;
  width: 100%;
}

.p-form-field__text::-moz-placeholder,
.p-form-field__textarea::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  color: #666666;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  transition: opacity 0.3s;
}

.p-form-field__text::placeholder,
.p-form-field__textarea::placeholder {
  color: #666666;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  transition: opacity 0.3s;
}

.p-form-field__text:focus,
.p-form-field__text:hover,
.p-form-field__textarea:focus,
.p-form-field__textarea:hover {
  border-color: #2C74B3;
  box-shadow: 0 0 4px 0 #2C74B3;
  outline: none;
}

.p-form-field__text:focus::-moz-placeholder,
.p-form-field__text:hover::-moz-placeholder,
.p-form-field__textarea:focus::-moz-placeholder,
.p-form-field__textarea:hover::-moz-placeholder {
  opacity: 0;
}

.p-form-field__text:focus::placeholder,
.p-form-field__text:hover::placeholder,
.p-form-field__textarea:focus::placeholder,
.p-form-field__textarea:hover::placeholder {
  opacity: 0;
}

.p-form-field__text.invalid,
.p-form-field__textarea.invalid {
  background-color: #fff5f5;
  border: 1px solid #cc3033;
}

.p-form-field__text {
  padding: 0.6875rem;
}

.p-form-field__textarea {
  padding: 0.75rem;
  resize: none;
}

.p-form-field__select {
  position: relative;
}

.p-form-field__select-wrap {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
}

.p-form-field__select-wrap select {
  background: #ffffff;
  border: solid 1px #144272;
  box-sizing: border-box;
  color: #0c0c0c;
  cursor: pointer;
  padding: 0.75rem;
  width: 100%;
}

.p-form-field__select-wrap select:focus {
  border-color: #2C74B3;
  box-shadow: 0 0 4px 0 #2C74B3;
}

.p-form-field__select-wrap select:invalid,
.p-form-field__select-wrap select option[value=""] {
  color: #666666;
  /* 未選択状態（placeholder代わり） */
}

.p-form-field__select-wrap select option {
  color: #0c0c0c;
}

.p-form-field__select-wrap select.invalid {
  background-color: #fff5f5;
  border: 1px solid #cc3033;
}

.p-form-field__select-wrap svg {
  height: auto;
  pointer-events: none;
  position: absolute;
  right: 1.143125rem;
  top: 50%;
  translate: 0 -50%;
  width: 0.7125rem;
}

.p-form-field__radioWrap {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.875rem;
}

.p-form-field__radioBox input:focus + .p-form-field__radioText::before {
  border-color: #2C74B3;
  box-shadow: 0 0 4px 0 #2C74B3;
}

.p-form-field__radioBox input:checked + .p-form-field__radioText::after {
  opacity: 1;
}

.p-form-field__radioText {
  color: #144272;
  cursor: pointer;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1.875rem;
  position: relative;
}

.p-form-field__radioText::before {
  border: solid 0.0625rem #0c0c0c;
  border-radius: 50%;
  content: "";
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.125rem;
}

.p-form-field__radioText::after {
  background: #c81e07;
  border-radius: 50%;
  content: "";
  height: 0.625rem;
  left: 0.25rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s;
  translate: 0 -50%;
  width: 0.625rem;
}

.p-form-field__textarea {
  height: 11.25rem;
  padding: 0.75rem;
}

.p-form-field__termsWrap {
  border: solid 1px #144272;
  height: 7.875rem;
  overflow: hidden;
  width: 100%;
}

.p-form-field__termsContent {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  overflow-y: auto;
  padding: 0.75rem;
  position: relative;
}

.p-form-field__termsTitle {
  color: #c81e07;
}

.p-form-field__termsText {
  color: #666666;
  margin-top: 3rem;
}

.p-form-field__termsText:first-of-type {
  margin-top: 1.375rem;
}

.p-form-field__checkBox {
  padding-bottom: 1rem;
  position: relative;
}

.p-form-field__checkText {
  color: #000;
  cursor: pointer;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1.625rem;
  position: relative;
}

.p-form-field__checkText::before {
  border: solid 0.0625rem #000;
  content: "";
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.125rem;
}

.p-form-field__checkText::after {
  border-bottom: 2px solid #c81e07;
  border-left: 2px solid #c81e07;
  content: "";
  height: 0.375rem;
  left: 0.1875rem;
  opacity: 0;
  position: absolute;
  rotate: -50deg;
  top: 0.40625rem;
  transition: opacity 0.3s ease;
  width: 0.75rem;
}

.invalid + span::before {
  background-color: #fff5f5;
  border: 0.0625rem solid #cc3033;
}

.p-form-field__button {
  background-color: #144272;
  border: solid 0.0625rem #144272;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  height: 4.1875rem;
  line-height: 1.5;
  transition: background-color 0.3s, color 0.3s;
  width: 16rem;
}

.p-form-field__button:hover {
  background-color: #ffffff;
  color: #144272;
}

.p-form-field__button:disabled {
  cursor: not-allowed;
  filter: grayscale(100%) opacity(0.4);
}

.p-form-field__button:disabled:hover {
  background-color: #144272;
  color: #ffffff;
}

.p-form-field__error-message {
  bottom: -1.125rem;
  color: #c81e07;
  font-size: 1rem;
  font-weight: 700;
  left: 0;
  position: absolute;
}

.p-form-field__error-message.--other {
  position: static;
}

.p-footer {
  position: relative;
}

.p-footer__upper {
  background: #ffffff;
  padding-block: 1.3125rem;
}

.p-footer__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-footer__logoWrap {
  aspect-ratio: 342/76;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 21.375rem;
}

.p-footer__logoWrap img {
  height: 100%;
  transition: opacity 0.3s;
  width: 100%;
}

.p-footer__logoWrap img:hover {
  opacity: 0.7;
}

.p-footer__navWrap {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  display: flex;
}

.p-footer__linkBox {
  padding-top: 1.5rem;
  width: 13.9375rem;
}

.p-footer__linkBox a:hover {
  opacity: 0.5;
}

.p-footer__linkList {
  display: flex;
  flex-direction: column;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.5;
  row-gap: 0.875rem;
}

.p-footer__linkItem {
  padding-block: 0.5rem;
}

.p-footer__link {
  display: block;
}

.p-footer__snsWrap {
  -moz-column-gap: 0.875rem;
  column-gap: 0.875rem;
  display: flex;
  height: 1.125rem;
}

.p-footer__snsLink {
  height: inherit;
}

.p-footer__snsIcon {
  display: block;
  height: auto;
  width: 1.125rem;
}

.p-footer__lower {
  background: #144272;
  color: #ffffff;
  padding-block: 1.375rem;
}

.p-footer__copyright {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
}

.p-footer__policyList {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  display: flex;
}

.p-footer__policyItem {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
}

.p-footer__policyLink {
  position: relative;
}

.p-footer__policyLink::after {
  background: url(../img/underline05.svg) no-repeat left top/cover;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-footer__policyLink:hover {
  opacity: 0.7;
}

.p-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%);
  bottom: 0;
  opacity: 0;
  padding-block: 0.625rem 0.6875rem;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}

.p-cta.js-show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.p-cta__btnWrap {
  text-align: center;
}

.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-text__center {
  text-align: center !important;
}

.u-text__left {
  text-align: left !important;
}

.u-text__right {
  text-align: right !important;
}

.u-text__nowrap {
  white-space: nowrap;
}

.u-pointer__none {
  pointer-events: none !important;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }

  .p-drawer__icon {
    display: none;
  }

  .u-sp {
    display: none !important;
  }

  .u-text__center--pc {
    text-align: center !important;
  }

  .u-text__left--pc {
    text-align: left !important;
  }

  .u-text__right--pc {
    text-align: right !important;
  }

  .u-text__nowrap--pc {
    white-space: nowrap;
  }

  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

@media (min-width: 1501px) {
  .c-head.--faq {
    width: 45vw;
  }
}

@media (max-width: 1000px) {
  .p-header__logoText {
    display: none;
  }

  .p-working__wrapper {
    height: 2700px;
    max-width: 720px;
  }

  .p-working__card {
    align-items: start;
    height: auto;
    padding-top: 6.25rem;
  }

  .p-working__cardInner {
    align-items: start;
    flex-direction: column-reverse;
    justify-content: start;
    padding-inline: 5rem;
  }

  .p-working__content {
    row-gap: 0.9375rem;
  }

  .p-working__head {
    font-size: 6rem;
  }

  .p-working__title {
    font-size: 1.75rem;
  }

  .p-working__number {
    font-size: 7.5rem;
    height: auto;
  }

  .p-working__img {
    aspect-ratio: 302/260;
    width: 100%;
  }

  .p-workStyle__textWrap {
    height: 11.5625rem;
  }

  .p-interview__swiper-ctrl {
    padding-right: 12.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 640px;
    padding: 0 1.25rem;
    width: 100%;
  }

  .l-inner__narrow {
    max-width: 600px;
    padding: 0 1.25rem;
  }

  .c-btn__entry {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.125rem;
    width: 12rem;
  }

  .c-btn__entry span {
    font-size: 1.125rem;
  }

  .c-btn__entry::before {
    letter-spacing: 0;
  }

  .c-btn__entry::after {
    bottom: 0.25rem;
    right: 0.4375rem;
  }

  .c-btn__entry.--drawer::after {
    bottom: 0.1875rem;
    right: 0.1875rem;
  }

  .c-btn__entry.--flow {
    left: 0.3125rem;
    position: relative;
  }

  .c-voiceBox__imgWrap {
    aspect-ratio: 257/250;
    width: 16.0625rem;
  }

  .c-voiceBox__text {
    font-size: 1.125rem;
    letter-spacing: normal;
  }

  .c-head.--faq .c-head__bg {
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
  }

  .c-head {
    height: 5.3125rem;
    width: calc(100% - 1.25rem);
  }

  .c-head.--wide {
    height: 6.3125rem;
  }

  .c-head.--narrow {
    height: 5.1875rem;
  }

  .c-head.--short {
    width: calc(100% - 3.5rem);
  }

  .c-head.--faq {
    width: calc(100% - 2.9375rem);
  }

  .c-head__bg {
    clip-path: polygon(0 0, 100% 0, calc(100% - 26px) 100%, 0% 100%);
    padding-left: max(50vw - 18.75rem, 1.25rem);
  }

  .c-head__title {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    margin-left: -0.46875rem;
    padding-left: 0;
  }

  .c-head__title.--workStyle,
  .c-head__title.--flow {
    -moz-column-gap: 1.3125rem;
    column-gap: 1.3125rem;
    margin-left: 0.0625rem;
  }

  .c-head__title.--workStyle {
    translate: 0;
  }

  .c-head__title.--interview {
    -moz-column-gap: 1.0625rem;
    column-gap: 1.0625rem;
    margin-left: -0.1875rem;
  }

  .c-head__title.--interview .c-head__titleJa {
    font-size: 0.875rem;
  }

  .c-head__title.--faq {
    -moz-column-gap: 1.3125rem;
    column-gap: 1.3125rem;
    padding-left: 0.4375rem;
    translate: 0 -0.25rem;
  }

  .c-head__title.--faq .c-head__titleJa {
    font-size: 1.125rem;
    translate: 0;
  }

  .c-head__titleEn {
    font-size: 2.25rem;
    margin-top: 0.625rem;
    width: auto;
  }

  .c-head__titleEn.--about {
    margin-top: 0;
    width: 10.4375rem;
  }

  .c-head__titleJa {
    font-size: 0.875rem;
    margin-top: 0;
  }

  .c-head__titleJa.--18 {
    font-size: 1.125rem;
    margin-top: 0.375rem;
  }

  .p-header__inner {
    padding-block: 0.5625rem 0.4375rem;
    padding-inline: 0.75rem 1.6875rem;
  }

  .p-header__logo {
    width: 8.4375rem;
  }

  .p-header__nav {
    display: none;
  }

  .p-fv {
    height: 43.5625rem;
    top: 2.75rem;
  }

  .p-fv__wrap {
    align-items: center;
    margin-inline: auto;
    margin-top: 18.3125rem;
    padding-inline: 1.125rem;
    row-gap: 3rem;
    width: min(39.75rem, 100%);
  }

  .p-fv__textEn {
    font-size: 1.5rem;
  }

  .p-fv__title {
    font-size: 1.5rem;
  }

  .p-fv__textJa {
    text-wrap: nowrap;
    font-size: 1rem;
  }

  .p-fv__sliderWrap {
    left: calc(50vw - 33.4375rem);
  }

  .p-fv__swiper02 {
    translate: 30px;
  }

  .p-fv__swiper01-slide,
  .p-fv__swiper02-slide {
    height: 9.125rem;
    width: 19.1875rem;
  }

  .p-thinking {
    height: 45.9375rem;
    margin-top: 46.3125rem;
  }

  .p-thinking__content {
    justify-content: start;
    padding-left: 2.8125rem;
    padding-right: 1.25rem;
    padding-top: 9.1875rem;
  }

  .p-thinking__title {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }

  .p-thinking__text {
    font-size: 1rem;
  }

  .p-thinking__bgTitle {
    font-size: 4rem;
  }

  .p-thinking__bgTitle.--left {
    top: -0.25rem;
  }

  .p-thinking__bgTitle.--right {
    bottom: -0.0625rem;
  }

  .p-about {
    padding-block: 4rem 2.875rem;
  }

  .p-about__content {
    flex-direction: column-reverse;
    margin-top: 3.1875rem;
    row-gap: 1.875rem;
  }

  .p-about__textWrap {
    row-gap: 1.25rem;
    width: 100%;
  }

  .p-about__head {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .p-about__text {
    font-size: 1rem;
    letter-spacing: normal;
  }

  .p-about__buttonWrap {
    text-align: center;
  }

  .p-about__img {
    aspect-ratio: 335/212;
    width: 100%;
  }

  .p-working {
    padding-block: 1.1875rem;
  }

  .p-working__wrapper {
    height: 2400px;
    max-width: 37.5rem;
    padding-inline: 0.75rem;
  }

  .p-working__card {
    height: auto;
    padding-top: 3.0625rem;
    top: 2.75rem;
  }

  .p-working__cardInner {
    padding-inline: 1.5625rem;
  }

  .p-working__head {
    font-size: 4rem;
  }

  .p-working__title {
    font-size: 1.25rem;
  }

  .p-working__title.--36 {
    font-size: 1.25rem;
  }

  .p-working__text {
    font-size: 1rem;
  }

  .p-working__number {
    font-size: 4rem;
    line-height: 1.5;
  }

  .p-workStyle {
    padding-block: 3rem;
  }

  .p-workStyle__inner {
    margin-top: 3.875rem;
  }

  .p-workStyle__items {
    flex-direction: column;
    row-gap: 1.5625rem;
  }

  .p-workStyle__item {
    margin-inline: auto;
    width: min(36rem, 100%);
  }

  .p-workStyle__imgWrap {
    aspect-ratio: 305/258;
  }

  .p-workStyle__textWrap {
    height: 7.4375rem;
    justify-content: center;
    padding-inline: 0.875rem;
  }

  .p-workStyle__title {
    font-size: 1.25rem;
  }

  .p-workStyle__text {
    font-size: 1rem;
  }

  .p-interview__bg {
    clip-path: polygon(0 96px, 100% 0, 100% calc(100% - 117px), 0 100%);
    padding-block: 10.9375rem 12.6875rem;
  }

  .p-interview__inner {
    margin-top: 4rem;
  }

  .p-interview__swiper {
    padding-left: 1.25rem;
  }

  .p-interview__swiper-slide {
    width: 16.0625rem;
  }

  .p-interview__swiper-ctrl {
    margin-top: 4.3125rem;
  }

  .p-voiceModal__content {
    width: 20.9375rem;
  }

  .p-voiceModal__close {
    right: 1.5rem;
    top: 0;
  }

  .p-voiceModal__inner {
    flex-direction: column;
    padding: 4.34375rem 1.5rem 1.5rem;
    row-gap: 0.6875rem;
  }

  .p-voiceModal__imgWrap {
    aspect-ratio: 287/211;
    width: 100%;
  }

  .p-voiceModal__body {
    width: 100%;
  }

  .p-voiceModal__head {
    font-size: 1.25rem;
    height: auto;
  }

  .p-voiceModal__text {
    margin-right: 0;
    margin-top: 1.0625rem;
  }

  .p-voiceModal__footer {
    margin-bottom: 0;
  }

  .p-flow {
    padding-top: 3.5625rem;
  }

  .p-flow__inner {
    margin-top: 1.84375rem;
    padding-inline: 2.96875rem;
  }

  .p-flow__line {
    left: 50%;
    translate: -50%;
    width: 0.125rem;
    z-index: 0;
  }

  .p-flow__items {
    row-gap: 6.25rem;
  }

  .p-flow__item {
    background: #ffffff;
    flex-direction: column;
    padding-right: 0;
    z-index: 0;
  }

  .p-flow__item:nth-of-type(4) {
    padding-top: 0.71875rem;
  }

  .p-flow__contentWrap {
    flex-direction: column;
    padding-block: 1.375rem 0.875rem;
    row-gap: 1.25rem;
  }

  .p-flow__contentWrap::before,
  .p-flow__contentWrap::after {
    content: none;
  }

  .p-flow__imgWrap {
    aspect-ratio: 279/239;
    width: 100%;
  }

  .p-flow__imgWrap img,
  .p-flow__imgWrap::after {
    height: calc(100% - 0.574375rem);
    width: calc(100% - 0.475625rem);
  }

  .p-flow__textWrap {
    width: 100%;
  }

  .p-flow__head {
    font-size: 1.25rem;
  }

  .p-flow__text {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: normal;
    margin-inline: 0.3125rem -0.3125rem;
  }

  .p-flow__buttonWrap {
    text-align: center;
  }

  .p-req__inner {
    max-width: 440px;
    padding-block: 3.4375rem 5rem;
  }

  .p-req__titleJa {
    font-size: 1.125rem;
  }

  .p-req__items {
    grid-template-columns: 1fr;
    margin-top: 1.6875rem;
  }

  .p-req__btn {
    padding: 1.25rem 0 1.25rem 1.0625rem;
  }

  .p-req__wrapper {
    margin-left: 0;
    row-gap: 0.625rem;
  }

  .p-req__catJa {
    font-size: 1.25rem;
  }

  .p-reqModal__content {
    height: 23.25rem;
    width: min(37.5rem, 100% - 2.5rem);
  }

  .p-reqModal__close {
    right: 1.125rem;
    top: 0.53125rem;
  }

  .p-reqModal__inner {
    padding: 3.625rem 1.375rem;
  }

  .p-reqModal__catJa {
    font-size: 1.25rem;
  }

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

  .p-reqModal__tr {
    align-items: start;
    flex-direction: column;
    row-gap: 0.375rem;
  }

  .p-reqModal__td {
    padding-right: 0.9375rem;
  }

  .p-faq {
    padding-block: 1.0625rem 3.75rem;
  }

  .p-faq__inner {
    flex-direction: column;
    margin-top: 2.5625rem;
    row-gap: 1.25rem;
  }

  .p-faq__tablist {
    border-right: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-inline: auto;
    padding-bottom: 1.25rem;
    position: relative;
    width: calc(100% - 1.75rem);
  }

  .p-faq__tablist::after {
    background: #666;
    bottom: 0;
    content: "";
    height: 0.0625rem;
    left: 50%;
    position: absolute;
    translate: -50%;
    width: calc(100% + 1.4375rem);
  }

  .p-faq__tab {
    font-size: 1rem;
    height: 2.375rem;
    width: auto;
  }

  .p-faq__tab.--all {
    padding-inline: 2.25rem;
  }

  .p-faq__tab.--job {
    padding-inline: 2.375rem;
  }

  .p-faq__tab.--interview {
    padding-inline: 1.4375rem;
  }

  .p-faq__tab.--company {
    padding-inline: 1.625rem;
  }

  .p-faq__contents {
    width: 100%;
  }

  .p-faq__question {
    align-items: center;
    display: flex;
    height: 3.75rem;
    padding-block: 0;
    padding-inline: 1.125rem 4.6875rem;
  }

  .p-faq__answer {
    padding-top: 0.625rem;
  }

  .p-faq__button {
    margin-top: 0.25rem;
  }

  .p-heroImage {
    aspect-ratio: 375/226;
    top: 2.75rem;
  }

  .p-entry {
    padding-block: 5.4375rem;
    padding-inline: 0.625rem;
  }

  .p-entry__inner {
    margin-inline: auto;
    padding-block: 0.5rem 3.8125rem;
    width: min(37.5rem, 100%);
  }

  .p-entry__wrapper {
    padding-inline: 0.625rem;
  }

  .p-entry__titleJa {
    font-size: 1.5rem;
  }

  .p-entry__text {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .p-entry__form {
    grid-template-columns: 1fr;
    margin-top: 0.5rem;
  }

  .p-entry__formBox.--wide {
    grid-column: auto;
  }

  .p-entry__bgTitle {
    font-size: 4rem;
    writing-mode: horizontal-tb;
  }

  .p-entry__bgTitle.--left {
    left: 0rem;
    top: -5.4375rem;
  }

  .p-entry__bgTitle.--right {
    bottom: -5.4375rem;
    right: 0;
  }

  .p-form-field__label,
  .p-form-field__tag {
    font-size: 1rem;
  }

  .p-form-field__text {
    padding-block: 0.4375rem;
  }

  .p-form-field__select-wrap select {
    padding-block: 0.5rem;
  }

  .p-form-field__radioWrap {
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    grid-template-columns: repeat(2, auto);
  }

  .p-form-field__radioText {
    padding-left: 1.4375rem;
  }

  .p-form-field__termsWrap {
    height: 14.1875rem;
  }

  .p-form-field__button {
    font-size: 1.25rem;
    height: 3.1875rem;
    width: 12rem;
  }

  .p-footer__upper {
    padding-block: 1.71875rem 2.6875rem;
  }

  .p-footer__inner {
    flex-direction: column;
    justify-content: start;
    padding-right: 2.0625rem;
    row-gap: 1.1875rem;
  }

  .p-footer__inner.--lower {
    flex-direction: column-reverse;
    row-gap: 0.875rem;
  }

  .p-footer__logoWrap {
    max-width: 15.1875rem;
  }

  .p-footer__linkBox {
    padding-top: 0;
    width: auto;
  }

  .p-footer__lower {
    padding-block: 1.1875rem;
  }

  .p-footer__policyList {
    flex-direction: column;
    row-gap: 0.875rem;
  }

  .u-pc {
    display: none !important;
  }

  .u-text__center--sp {
    text-align: center !important;
  }

  .u-text__left--sp {
    text-align: left !important;
  }

  .u-text__right--sp {
    text-align: right !important;
  }

  .u-text__nowrap--sp {
    white-space: nowrap;
  }

  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}

@media (max-width: 500px) {
  .p-footer__navWrap {
    flex-direction: column-reverse;
    row-gap: 0.875rem;
    text-align: center;
    width: 9.375rem;
  }

  .p-footer__snsWrap {
    justify-content: end;
  }
}

@media (max-width: 400px) {
  .p-fv {
    background: url(../img/img-mvbg_sp.webp) no-repeat right center/cover;
  }

  .p-working__wrapper {
    height: 119.0625rem;
  }

  .p-working__card {
    height: 39.6875rem;
  }
}

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

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

@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}