@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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
  list-style-type: none;
}

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

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

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

html {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  color: #000;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
body.is-fixed {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top; /* img下の隙間を消す */
}

a, button, [role=tab] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* タップ時のハイライトを消す */
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

address {
  font-style: normal;
}

/* スクリーンリーダーオンリー */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.l-inner {
  width: 100%;
  max-width: 78.75rem;
  padding-inline: 1.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 1.25rem;
  }
}

.l-header {
  width: 100%;
  height: 5rem;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 5rem;
  }
}

.l-main {
  width: 100%;
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
}

.c-btn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
  }
}
.c-btn::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  background: url(../img/common/img_btn-arrow.svg) no-repeat center center/contain;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    width: 1rem;
    height: 0.375rem;
    right: 1.125rem;
  }
}
@media (hover: hover) {
  .c-btn {
    position: relative;
  }
  .c-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .c-btn:hover::after {
    width: 100%;
  }
}

@media (hover: hover) {
  .c-btn-hover {
    position: relative;
  }
  .c-btn-hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .c-btn-hover:hover::after {
    width: 100%;
  }
}

.c-heading__ja {
  color: #000;
  font-size: var(--custom-fz-ja, 3.75rem);
  font-weight: 700;
  line-height: var(--custom-lh-ja, 1);
}
@media screen and (max-width: 767px) {
  .c-heading__ja {
    font-size: var(--custom-fz-ja, 2.25rem);
    line-height: 1.375;
  }
}

.c-heading__en {
  display: block;
  -webkit-margin-before: 1.375rem;
          margin-block-start: 1.375rem;
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
  font-size: var(--custom-fz-en, 1.25rem);
  font-weight: 700;
  line-height: var(--custom-lh-en, 2);
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .c-heading__en {
    font-size: var(--custom-fz-en, 1rem);
    line-height: 2.5;
  }
}

.c-flow-text {
  font: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-flow-text span {
  display: inline-block;
  white-space: nowrap;
  font: inherit;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-padding-end: 0.5em;
          padding-inline-end: 0.5em;
  -webkit-animation: flow 100s linear infinite;
          animation: flow 100s linear infinite;
}
.c-flow-text span:has(img) {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 139.25rem;
}
@media screen and (max-width: 767px) {
  .c-flow-text span:has(img) {
    width: 88.0625rem;
  }
}
.c-flow-text span:has(img) img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes flow {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -100% 0;
  }
}

@keyframes flow {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -100% 0;
  }
}
.c-banner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  display: grid;
  place-items: center;
  position: relative;
  cursor: pointer;
}
.c-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #004397;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.c-banner::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 40;
  background: url(../img/common/img_banner-allow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-banner::after {
    width: 2.25rem;
    height: 2.25rem;
    bottom: 1.25rem;
    right: 1.125rem;
  }
}
.c-banner.--arrow-up::after {
  bottom: auto;
  top: 1.875rem;
  right: 1.875rem;
}
@media (hover: hover) {
  .c-banner:hover .c-banner__bg {
    scale: 1.05;
  }
}
.c-banner.--wide {
  border-radius: 0;
}
.c-banner.--overlay2::before {
  background-color: #0B4285;
  opacity: 0.2;
}

.c-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.--3min .c-banner__bg {
  background-image: url(../img/top/img_about-banner.webp);
}
@media screen and (max-width: 767px) {
  .--3min .c-banner__bg {
    background-image: url(../img/top/img_about-banner-sp.webp);
  }
}
.--work-life-balance .c-banner__bg {
  background-image: url(../img/top/img_qol01.webp);
}
@media screen and (max-width: 767px) {
  .--work-life-balance .c-banner__bg {
    background-image: url(../img/top/img_qol01-sp.webp);
  }
}
.--training-and-benefits .c-banner__bg {
  background-image: url(../img/top/img_qol02.webp);
}
@media screen and (max-width: 767px) {
  .--training-and-benefits .c-banner__bg {
    background-image: url(../img/top/img_qol02-sp.webp);
  }
}
.--video .c-banner__bg {
  background-image: url(../img/top/img_video.webp);
}
@media screen and (max-width: 767px) {
  .--video .c-banner__bg {
    background-image: url(../img/top/img_video-sp.webp);
  }
}
.--recruit .c-banner__bg {
  background-image: url(../img/top/img_recruit.webp);
}
@media screen and (max-width: 767px) {
  .--recruit .c-banner__bg {
    background-image: url(../img/top/img_recruit-sp.webp);
  }
}

.c-banner__text-area {
  text-align: center;
  position: relative;
  z-index: 30;
}

.c-banner__text-main {
  display: block;
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-banner__text-main {
    font-size: 2rem;
  }
}

.c-banner__text-sub {
  display: block;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-banner__text-sub {
    font-size: 1rem;
  }
}

.c-breadcrumb {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}

.c-breadcrumb__item {
  color: #878787;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5;
}
.c-breadcrumb__item:not(:last-child) {
  -webkit-padding-end: 1.5em;
          padding-inline-end: 1.5em;
  position: relative;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "＞";
  position: absolute;
  right: 0.2em;
  top: 50%;
  translate: 0 -50%;
}

.c-fixed-btn-area {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-fixed-btn-area {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    position: absolute;
    z-index: 1;
  }
}

.c-fixed-btn {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: #5484C0;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
}
.c-fixed-btn:nth-of-type(odd) {
  border-right: 0.0625rem solid #FFF;
}
.c-fixed-btn:nth-of-type(even) {
  border-left: 0.0625rem solid #FFF;
}
.c-fixed-btn:hover, .c-fixed-btn:active {
  background: #004397;
}
.c-fixed-btn .--entry {
  -webkit-padding-start: 2.75rem;
          padding-inline-start: 2.75rem;
  position: relative;
}
.c-fixed-btn .--entry::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 2.25rem;
  background: url(../img/common/icon_entry.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.c-video-modal.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
}

.c-video-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(90vw, 54.6875rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.c-video-modal__close {
  width: 3.75rem;
  height: 3.75rem;
  display: block;
  position: absolute;
  top: -4.6875rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-video-modal__close {
    width: 2.5rem;
    height: 2.5rem;
    top: -3.125rem;
  }
}
.c-video-modal__close {
  cursor: pointer;
}
.c-video-modal__close img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-video-modal__body {
  background: #000;
  aspect-ratio: 875/491;
  border-radius: 0.4375rem;
  overflow: hidden;
}

.c-video-modal__video {
  width: 100%;
  height: 100%;
  display: block;
}

.p-header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding-inline: 1.75rem 0;
  background-color: #FFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 1.25rem;
  }
}

.p-header__logo {
  -webkit-margin-before: 1.625rem;
          margin-block-start: 1.625rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    -webkit-margin-before: -0.625rem;
            margin-block-start: -0.625rem;
  }
}

.p-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-header__logo-img {
  width: 100%;
  max-width: 22rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo-img {
    max-width: 16.875rem;
  }
}
.p-header__logo-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__logo-sub {
  color: #5484C0;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-header__logo-sub {
    -webkit-margin-before: 0.3125rem;
            margin-block-start: 0.3125rem;
    font-size: 0.75rem;
    line-height: 1;
    position: absolute;
    right: -0.3125rem;
    top: calc(100% - 0.5625rem);
  }
}

.p-header__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 5rem;
  position: relative;
  z-index: 910;
}

.p-header__btn {
  width: 13.75rem;
  height: 100%;
  background: linear-gradient(112deg, #5484C0 23.76%, #004397 73.56%);
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    display: none;
  }
}

.p-header__hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 5rem;
  height: 5rem;
  background: linear-gradient(111deg, #709ED9 2.67%, #0F55AD 99.49%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    width: 2.1875rem;
    height: 2.75rem;
    background: transparent;
  }
}
@media (hover: hover) {
  .p-header__hamburger {
    position: relative;
  }
  .p-header__hamburger::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-header__hamburger:hover::after {
    width: 100%;
  }
}
.p-header__hamburger.is-open {
  background: #FFF;
}

.p-header__hamburger__icon {
  display: inline-block;
  width: 2.5rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger__icon {
    width: 100%;
    height: 1.75rem;
  }
}
.p-header__hamburger__icon {
  position: relative;
}

.p-header__hamburger__icon__bar {
  display: inline-block;
  width: 100%;
  height: 0.125rem;
  background-color: #FFF;
  border-radius: 0.375rem;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger__icon__bar {
    background-color: #000;
  }
}
.is-open .p-header__hamburger__icon__bar {
  background-color: #004397;
}
@media screen and (max-width: 767px) {
  .is-open .p-header__hamburger__icon__bar {
    background-color: #000;
  }
}

.p-header__hamburger__icon__bar:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.is-open .p-header__hamburger__icon__bar:nth-child(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.p-header__hamburger__icon__bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.is-open .p-header__hamburger__icon__bar:nth-child(2) {
  height: 0;
  opacity: 0;
}

.p-header__hamburger__icon__bar:nth-child(3) {
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.is-open .p-header__hamburger__icon__bar:nth-child(3) {
  -webkit-transform: rotate(45deg) translateY(50%);
          transform: rotate(45deg) translateY(50%);
  bottom: 50%;
}

.p-header__bg {
  position: fixed;
  display: block;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-header__bg.is-open {
  visibility: visible;
  opacity: 0.5;
}

.p-header__nav-pc {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  height: calc(100% - 5rem);
  background-color: #004397;
  z-index: 900;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-header__nav-pc {
    display: none;
  }
}
.p-header__nav-pc.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-header__nav-pc .p-header__nav-menu {
  width: 100%;
  padding-block: 3.25rem 4.875rem;
  -webkit-padding-start: clamp(1.25rem, -10.664893617rem + 18.6170212766vw, 5.625rem);
          padding-inline-start: clamp(1.25rem, -10.664893617rem + 18.6170212766vw, 5.625rem);
  -webkit-padding-end: 1.25rem;
          padding-inline-end: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-column-gap: 3.25rem;
     -moz-column-gap: 3.25rem;
          column-gap: 3.25rem;
}
.p-header__nav-pc .p-header__nav__item:not(first-child) {
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
}
@media (hover: hover) {
  .p-header__nav-pc .p-header__nav-link {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-header__nav-pc .p-header__nav-link:hover {
    opacity: 0.7;
  }
}
.p-header__nav-pc .p-header__nav-title {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.66667;
}
.p-header__nav-pc .p-header__nav-subtitle {
  color: #5484C0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5;
}
.p-header__nav-pc .p-header__nav-sublist.--col3 {
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-column-gap: 2.6875rem;
     -moz-column-gap: 2.6875rem;
          column-gap: 2.6875rem;
}
.p-header__nav-pc .p-header__nav-sublink {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5;
  -webkit-padding-start: 1.2em;
          padding-inline-start: 1.2em;
  position: relative;
}
.p-header__nav-pc .p-header__nav-sublink::before {
  content: "－ ";
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .p-header__nav-pc .p-header__nav-sublink {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-header__nav-pc .p-header__nav-sublink:hover {
    opacity: 0.7;
  }
}
.p-header__nav-pc .p-header__nav-external-area1 {
  -webkit-margin-before: 2.375rem;
          margin-block-start: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
}
.p-header__nav-pc .p-header__nav-external-area2 {
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-header__nav-pc .p-header__nav-media:nth-child(1) {
  width: 11.3125rem;
}
.p-header__nav-pc .p-header__nav-media:nth-child(2) {
  width: 11.3125rem;
}
.p-header__nav-pc .p-header__nav-media img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) {
  .p-header__nav-pc .p-header__nav-media-link {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-header__nav-pc .p-header__nav-media-link:hover {
    opacity: 0.7;
  }
}
.p-header__nav-pc .p-header__nav-sns:nth-child(1) {
  width: 8.625rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
}
.p-header__nav-pc .p-header__nav-sns:nth-child(2) {
  width: 2.4375rem;
}
.p-header__nav-pc .p-header__nav-sns:nth-child(3) {
  width: 2rem;
}
.p-header__nav-pc .p-header__nav-sns:nth-child(4) {
  width: 2rem;
}
.p-header__nav-pc .p-header__nav-sns img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) {
  .p-header__nav-pc .p-header__nav-sns-link {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-header__nav-pc .p-header__nav-sns-link:hover {
    opacity: 0.7;
  }
}

.p-header__nav-sp {
  width: 100%;
  height: 100lvh;
  background: #FFF;
  overflow-y: auto;
  display: none;
  position: fixed;
  top: 0;
  left: calc(100% + 2px);
  z-index: 900;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-header__nav-sp {
    display: block;
  }
}
.p-header__nav-sp.is-open {
  left: 0;
}
.p-header__nav-sp.is-open .p-header__nav-sp-logo-area {
  left: 0;
}
.p-header__nav-sp.is-open .p-nav-sp-btn {
  left: 0;
}
.p-header__nav-sp .p-header__nav-sp-logo-area {
  width: 100%;
  height: 5rem;
  padding-inline: 1.25rem;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: calc(100% + 2px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-header__nav-sp .p-nav-sp-btn {
  display: block;
  width: 100%;
  height: 4.0625rem;
  position: fixed;
  top: 5rem;
  left: calc(100% + 2px);
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-header__nav-sp .p-nav-sp-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.625rem;
  background: #FFF;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.p-header__nav-sp .p-header__nav-menu {
  width: 100%;
  height: calc(100lvh - 5rem - 4.0625rem);
  background: #FFF;
  padding-block: 1.875rem 3.125rem;
  padding-inline: 1.25rem;
  position: relative;
  top: 9.0625rem;
}
.p-header__nav-sp .p-header__nav-list {
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
}
.p-header__nav-sp .p-header__nav__item:last-child .p-header__nav-title {
  border-bottom: 0.0625rem solid #5484C0;
}
.p-header__nav-sp .p-header__nav-link {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .p-header__nav-sp .p-header__nav-link:hover {
    background: rgba(0, 67, 151, 0.1);
  }
}
@media (hover: none) {
  .p-header__nav-sp .p-header__nav-link:active {
    background: rgba(0, 67, 151, 0.1);
  }
}
.p-header__nav-sp .p-header__nav-title {
  padding-block: 0.625rem;
  padding-inline: 0.625rem;
  border-top: 0.0625rem solid #5484C0;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.42;
}
.p-header__nav-sp .p-header__nav-sublist {
  display: none;
  -webkit-padding-start: 1.875rem;
          padding-inline-start: 1.875rem;
  border-top: 0.0625rem solid #5484C0;
}
.p-header__nav-sp .p-header__nav-subitem:not(:first-child) .p-header__nav-subtitle {
  border-top: 0.0625rem solid #5484C0;
}
.p-header__nav-sp .p-header__nav-sublink {
  display: block;
}
@media (hover: hover) {
  .p-header__nav-sp .p-header__nav-sublink {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-header__nav-sp .p-header__nav-sublink:hover {
    background: rgba(0, 67, 151, 0.1);
  }
}
@media (hover: none) {
  .p-header__nav-sp .p-header__nav-sublink:active {
    background: rgba(0, 67, 151, 0.1);
  }
}
.p-header__nav-sp .p-header__nav-subtitle {
  padding-block: 0.625rem;
  -webkit-padding-start: 0.625rem;
          padding-inline-start: 0.625rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5;
}
.p-header__nav-sp a .p-header__nav-title,
.p-header__nav-sp a .p-header__nav-subtitle {
  position: relative;
}
.p-header__nav-sp a .p-header__nav-title:after,
.p-header__nav-sp a .p-header__nav-subtitle:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.40625rem 0 0.40625rem 0.8125rem;
  border-color: transparent transparent transparent #5484C0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.p-header__nav-sp .p-header__nav-title:not(:is(a *)) {
  cursor: pointer;
  position: relative;
}
@media (hover: hover) {
  .p-header__nav-sp .p-header__nav-title:not(:is(a *)) {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-header__nav-sp .p-header__nav-title:not(:is(a *)):hover {
    background: rgba(0, 67, 151, 0.1);
  }
}
@media (hover: none) {
  .p-header__nav-sp .p-header__nav-title:not(:is(a *)):active {
    background: rgba(0, 67, 151, 0.1);
  }
}
.p-header__nav-sp .p-header__nav-title:not(:is(a *))::before, .p-header__nav-sp .p-header__nav-title:not(:is(a *))::after {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 0.0625rem;
  background: #5484C0;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.p-header__nav-sp .p-header__nav-title:not(:is(a *))::after {
  rotate: 90deg;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-header__nav-sp .is-nav-accordion-open .p-header__nav-title::after {
  rotate: 0deg;
}

.p-fixed-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fixed-btn {
    display: block;
    width: 100%;
    height: 4.0625rem;
    position: fixed;
    bottom: 0.3125rem;
    left: 0;
    width: 100%;
    z-index: 800;
  }
  .p-fixed-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.375rem;
    background-color: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}

.p-top__fv {
  -webkit-padding-before: 4.75rem;
          padding-block-start: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv {
    -webkit-padding-before: 1.375rem;
            padding-block-start: 1.375rem;
  }
}

.p-top__fv-title {
  --custom-fz-ja: 4.0625rem;
  --custom-lh-ja: 1.15385;
}
@media screen and (max-width: 767px) {
  .p-top__fv-title {
    --custom-fz-ja: 2rem;
  }
}
.p-top__fv-title .c-heading__en {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  -webkit-margin-start: 0.625rem;
          margin-inline-start: 0.625rem;
}

.p-top__fv-slide {
  -webkit-margin-before: 1.796875rem;
          margin-block-start: 1.796875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__fv-slide {
    -webkit-margin-before: 1.375rem;
            margin-block-start: 1.375rem;
  }
}

.p-top__fv-slide-swiper {
  --swiper-nav-offset: 4.7rem;
  -webkit-padding-after: 12.5rem;
          padding-block-end: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv-slide-swiper {
    --swiper-nav-offset: 3.4rem;
    height: 40rem;
    -webkit-padding-after: 7.5rem;
            padding-block-end: 7.5rem;
  }
}
.p-top__fv-slide-swiper .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  bottom: calc(var(--swiper-nav-offset) - 0.3em);
  left: auto;
  right: 9rem;
}
@media screen and (max-width: 767px) {
  .p-top__fv-slide-swiper .swiper-pagination {
    font-size: 0.75rem;
    right: 5.25rem;
  }
}
.p-top__fv-slide-swiper .swiper-button-prev,
.p-top__fv-slide-swiper .swiper-button-next {
  width: 5rem;
  height: auto;
  top: auto;
  bottom: var(--swiper-nav-offset);
}
@media screen and (max-width: 767px) {
  .p-top__fv-slide-swiper .swiper-button-prev,
  .p-top__fv-slide-swiper .swiper-button-next {
    width: 3.125rem;
  }
}
@media (hover: hover) {
  .p-top__fv-slide-swiper .swiper-button-prev,
  .p-top__fv-slide-swiper .swiper-button-next {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-top__fv-slide-swiper .swiper-button-prev:hover,
  .p-top__fv-slide-swiper .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.p-top__fv-slide-swiper .swiper-button-prev img,
.p-top__fv-slide-swiper .swiper-button-next img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__fv-slide-swiper .swiper-button-prev svg,
.p-top__fv-slide-swiper .swiper-button-next svg {
  display: none;
}
.p-top__fv-slide-swiper .swiper-button-prev {
  left: auto;
  right: 11.375rem !important;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-top__fv-slide-swiper .swiper-button-prev {
    right: 7.5rem !important;
  }
}
.p-top__fv-slide-swiper .swiper-button-next {
  right: 3.5rem !important;
}
@media screen and (max-width: 767px) {
  .p-top__fv-slide-swiper .swiper-button-next {
    right: 1.25rem !important;
  }
}

.p-top__flow-text {
  position: absolute;
  bottom: 6.5625rem;
  font-size: 7.5rem;
  font-weight: 700;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top__flow-text {
    bottom: 4rem;
  }
}

.p-top__about {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: clamp(1.5rem, -12.1170212766rem + 21.2765957447vw, 6.5rem);
     -moz-column-gap: clamp(1.5rem, -12.1170212766rem + 21.2765957447vw, 6.5rem);
          column-gap: clamp(1.5rem, -12.1170212766rem + 21.2765957447vw, 6.5rem);
}
@media screen and (max-width: 767px) {
  .p-top__about {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-top__about-swiper-wrapper {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .p-top__about-swiper-wrapper {
    width: 100%;
  }
}

.p-top__about-swiper {
  margin-inline: 0;
  -webkit-padding-after: 2.5rem;
          padding-block-end: 2.5rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top__about-swiper {
    -webkit-margin-before: 11.625rem;
            margin-block-start: 11.625rem;
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
}
.p-top__about-swiper.swiper-initialized {
  opacity: 1;
}
.p-top__about-swiper .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  bottom: 0;
  left: auto;
  right: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-top__about-swiper .swiper-pagination {
    font-size: 0.75rem;
    right: 5.25rem;
  }
}
.p-top__about-swiper .swiper-button-prev,
.p-top__about-swiper .swiper-button-next {
  width: 5rem;
  height: auto;
  top: auto;
  bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__about-swiper .swiper-button-prev,
  .p-top__about-swiper .swiper-button-next {
    width: 3.25rem;
    bottom: -0.25rem;
  }
}
@media (hover: hover) {
  .p-top__about-swiper .swiper-button-prev,
  .p-top__about-swiper .swiper-button-next {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-top__about-swiper .swiper-button-prev:hover,
  .p-top__about-swiper .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.p-top__about-swiper .swiper-button-prev svg,
.p-top__about-swiper .swiper-button-next svg {
  display: none;
}
.p-top__about-swiper .swiper-button-prev {
  left: auto;
  right: 8.125rem !important;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-top__about-swiper .swiper-button-prev {
    right: 7.5rem !important;
  }
}
.p-top__about-swiper .swiper-button-next {
  right: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-top__about-swiper .swiper-button-next {
    right: 1.25rem !important;
  }
}

.p-top__about-img {
  width: 100%;
  aspect-ratio: 476/357;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-top__about-img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-top__about-text-area {
  -webkit-padding-after: 1.25rem;
          padding-block-end: 1.25rem;
  -webkit-padding-end: 6.25rem;
          padding-inline-end: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__about-text-area {
    padding-inline: 2.5rem 0.625rem;
    overflow: hidden;
  }
}

.p-top__about-text {
  -webkit-margin-before: -0.5rem;
          margin-block-start: -0.5rem;
  color: #000;
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.3191489362rem + 1.0638297872vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top__about-text {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0;
  }
}
.p-top__about-text:not(:first-child) {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media screen and (max-width: 767px) {
  .p-top__about-text:not(:first-child) {
    -webkit-margin-before: 1.13em;
            margin-block-start: 1.13em;
  }
}

.p-top__about-catch {
  -webkit-margin-before: 2.375rem;
          margin-block-start: 2.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__about-catch {
    -webkit-margin-before: 2.125rem;
            margin-block-start: 2.125rem;
  }
}
.p-top__about-catch::before {
  content: "";
  display: block;
  width: 100vw;
  height: 0.0625rem;
  background: #5484C0;
  position: absolute;
  top: 50%;
  right: calc(100% + 1.75rem);
  scale: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .p-top__about-catch::before {
    right: calc(100% - 4rem);
  }
}
.p-top__about-catch.is-inview::before {
  scale: 1;
}

.p-top__about-catch-text {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  left: 1.25rem;
  opacity: 0;
  -webkit-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}
@media screen and (max-width: 767px) {
  .p-top__about-catch-text {
    font-size: 2rem;
    text-align: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .p-top__about-catch-text .--adjust {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
  }
}
.is-inview .p-top__about-catch-text {
  opacity: 1;
  left: 0;
}

.p-about__banner {
  margin-block: 8.5rem 9.375rem;
  width: 100%;
  height: 22.3125rem;
}
@media screen and (max-width: 767px) {
  .p-about__banner {
    margin-block: 5.5rem 7.5rem;
    height: 30rem;
  }
}

.p-top__location {
  padding-block: 9.375rem;
  width: 100%;
  background: linear-gradient(118deg, rgba(84, 132, 192, 0.05) 7.73%, rgba(0, 67, 151, 0.05) 89.11%);
}
@media screen and (max-width: 767px) {
  .p-top__location {
    -webkit-margin-before: 6.125rem;
            margin-block-start: 6.125rem;
    padding-block: 6.875rem 8.125rem;
  }
}

.p-top__location-content {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  display: grid;
  grid-template-columns: 1fr 57%;
  -webkit-column-gap: 2.375rem;
     -moz-column-gap: 2.375rem;
          column-gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-top__location-content {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    grid-template-columns: 1fr;
    row-gap: 4.625rem;
  }
}

.p-top__location-text {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-top__location-text {
    line-height: 2.5;
  }
}

.p-top__location-btn {
  -webkit-margin-before: 5.625rem;
          margin-block-start: 5.625rem;
  width: 17.875rem;
  height: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top__location-btn {
    -webkit-margin-before: 3.25rem;
            margin-block-start: 3.25rem;
    width: 14.375rem;
    max-width: 100%;
    height: 3.75rem;
  }
}

.p-top__location-swiper {
  width: 100%;
}

.p-top__location-img {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-top__location-img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-top__employee {
  padding-block: 9.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__employee {
    padding-block: 7.5rem;
  }
}

.p-top__employee-content {
  overflow: hidden;
}

.p-top__employee-swiper {
  width: calc(50% + 50vw);
  -webkit-padding-before: 3.5rem;
          padding-block-start: 3.5rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top__employee-swiper {
    -webkit-padding-before: 4.875rem;
            padding-block-start: 4.875rem;
  }
}
.p-top__employee-swiper.swiper-initialized {
  opacity: 1;
}
.p-top__employee-swiper .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  top: 0.625rem;
  left: auto;
  right: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-top__employee-swiper .swiper-pagination {
    font-size: 0.75rem;
    top: 1.875rem;
    right: 5.3125rem;
  }
}
.p-top__employee-swiper .swiper-button-prev,
.p-top__employee-swiper .swiper-button-next {
  width: 5rem;
  height: auto;
  top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__employee-swiper .swiper-button-prev,
  .p-top__employee-swiper .swiper-button-next {
    top: 3.25rem;
    width: 3.125rem;
  }
}
@media (hover: hover) {
  .p-top__employee-swiper .swiper-button-prev,
  .p-top__employee-swiper .swiper-button-next {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-top__employee-swiper .swiper-button-prev:hover,
  .p-top__employee-swiper .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.p-top__employee-swiper .swiper-button-prev svg,
.p-top__employee-swiper .swiper-button-next svg {
  display: none;
}
.p-top__employee-swiper .swiper-button-prev {
  left: auto;
  right: 15.5rem !important;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-top__employee-swiper .swiper-button-prev {
    right: 8rem !important;
  }
}
.p-top__employee-swiper .swiper-button-next {
  right: 6.25rem !important;
}
@media screen and (max-width: 767px) {
  .p-top__employee-swiper .swiper-button-next {
    right: 1.75rem !important;
  }
}

.p-top__employee-card {
  -webkit-padding-after: 1.875rem;
          padding-block-end: 1.875rem;
}

.p-top__employee-card-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (hover: hover) {
  .p-top__employee-card-link:hover .p-top__employee-card-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-top__employee-card-link:hover .p-top__employee-card-arrow {
    translate: 1.25rem 0;
  }
}

.p-top__employee-card-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-top__employee-card-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.p-top__employee-card-title {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  color: #000;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.1037234043rem + 1.5957446809vw, 1.5rem);
  font-weight: 700;
  line-height: 1.66667;
}
@media screen and (max-width: 767px) {
  .p-top__employee-card-title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-top__employee-card-info {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top__employee-card-info {
    line-height: 1.65;
  }
}

.p-top__employee-card-department {
  display: block;
}

.p-top__employee-card-year {
  display: inline-block;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}

.p-top__employee-card-tag-area {
  -webkit-margin-before: 0.875rem;
          margin-block-start: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.p-top__employee-card-tag {
  display: inline-block;
  padding-inline: 0.9375rem;
  border-radius: 1.875rem;
  display: grid;
  place-items: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  background: #878787;
}
.p-top__employee-card-tag.--honsya, .p-top__employee-card-tag.--tokyo, .p-top__employee-card-tag.--osaka, .p-top__employee-card-tag.--shikoku {
  background: #878787;
}
.p-top__employee-card-tag.--tech {
  background: #5484C0;
}
.p-top__employee-card-tag.--kanrijimu {
  background: #3EA300;
}
.p-top__employee-card-tag.--eigyou {
  background: #FF0000;
}

.p-top__employee-card-arrow {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__employee-card-arrow img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__employee-btn {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  width: 17.875rem;
  height: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top__employee-btn {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
    width: 14.375rem;
    height: 3.75rem;
  }
}

.p-top__video {
  width: 100%;
  -webkit-padding-after: 9.375rem;
          padding-block-end: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-top__video {
    -webkit-padding-after: 7.5rem;
            padding-block-end: 7.5rem;
  }
}

.p-top__video-banner {
  -webkit-margin-before: 3.625rem;
          margin-block-start: 3.625rem;
  width: 100%;
  height: 42.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top__video-banner {
    height: 12.3125rem;
  }
}
.p-top__video-banner ::after {
  content: none;
}

.p-top__video-icon {
  display: block;
  width: 9.25rem;
  height: 9.25rem;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .p-top__video-icon {
    -webkit-margin-before: 0.875rem;
            margin-block-start: 0.875rem;
    width: 5rem;
    height: 5rem;
  }
}
.p-top__video-icon img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__qol {
  padding-block: 9.0625rem 9.6875rem;
  background: linear-gradient(118deg, rgba(84, 132, 192, 0.05) 7.73%, rgba(0, 67, 151, 0.05) 89.11%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__qol {
    padding-block: 7.5rem;
  }
}

.p-top__qol-list {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__qol-list {
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
    row-gap: 3.125rem;
  }
}

.p-top__qol-item {
  width: 100%;
  height: 22.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top__qol-item {
    height: 21.875rem;
  }
}

.p-top__faq {
  padding-block: 9.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__faq {
    padding-block: 7.5rem;
  }
}

.p-top__faq-list {
  -webkit-margin-before: 2.8125rem;
          margin-block-start: 2.8125rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top__faq-list {
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
  }
}

.p-top__faq-item {
  border-radius: 0.625rem;
  border: 0.0625rem solid #5484C0;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.p-top__faq-item:not(:first-child) {
  -webkit-margin-before: 2.875rem;
          margin-block-start: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-top__faq-item:not(:first-child) {
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
  }
}
.p-top__faq-item.is-open::before, .p-top__faq-item.is-open::after {
  height: 1.875rem;
}

.p-top__faq-item__q {
  display: grid;
  grid-template-columns: 6.25rem 13.625rem 1fr;
  -webkit-padding-end: 5.5rem;
          padding-inline-end: 5.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-top__faq-item__q {
    grid-template-columns: 4rem 1fr;
    -webkit-padding-end: 3.75rem;
            padding-inline-end: 3.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-top__faq-item__q::before, .p-top__faq-item__q::after {
  content: "";
  display: inline-block;
  width: 2.875rem;
  height: 0.0625rem;
  background-color: #5484C0;
  position: absolute;
  top: 50%;
  right: 2.625rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-top__faq-item__q::before, .p-top__faq-item__q::after {
    width: 2rem;
    right: 0.9375rem;
  }
}
.p-top__faq-item__q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-open .p-top__faq-item__q::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media (hover: hover) {
  .p-top__faq-item__q {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-top__faq-item__q:hover {
    opacity: 0.7;
  }
}

.p-top__faq-item__q-icon {
  display: block;
  width: 100%;
  height: 6.25rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__faq-item__q-icon {
    height: 4rem;
    font-size: 1.5rem;
  }
}

.p-top__faq-item__q-category {
  color: #5484C0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__faq-item__q-category {
    display: none;
  }
}
.p-top__faq-item__q-category::after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 3.4375rem;
  background-color: #5484C0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-top__faq-item__a {
  display: none;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  background: #EEF3F9;
}
@media screen and (max-width: 767px) {
  .p-top__faq-item__a {
    padding: 0 1.25rem 0 0;
  }
}

.p-top__faq-item__a-container {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__faq-item__a-container {
    grid-template-columns: 4rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-top__faq-item__a-icon {
  display: block;
  width: 100%;
  height: 6.25rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  border-radius: 0.625rem;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__faq-item__a-icon {
    border-radius: 0;
    height: 4rem;
    font-size: 1.5rem;
  }
}

.p-top__faq-item__text {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-top__faq-item__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-top__faq-item__q .p-top__faq-item__text {
  -webkit-margin-start: 2rem;
          margin-inline-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__faq-item__q .p-top__faq-item__text {
    -webkit-margin-start: 1.25rem;
            margin-inline-start: 1.25rem;
    margin-block: 2.25rem;
  }
}
.p-top__faq-item__a .p-top__faq-item__text {
  -webkit-margin-start: 2.5rem;
          margin-inline-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__faq-item__a .p-top__faq-item__text {
    -webkit-margin-start: 1.25rem;
            margin-inline-start: 1.25rem;
    margin-block: 2rem 3rem;
  }
}

.p-top__faq-item__text-link {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  text-decoration-line: underline;
}

.p-top__faq-btn {
  -webkit-margin-before: 4.75rem;
          margin-block-start: 4.75rem;
  width: 17.875rem;
  height: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top__faq-btn {
    width: 14.375rem;
    height: 3.75rem;
  }
}

.p-top__recruit {
  -webkit-padding-after: 9.375rem;
          padding-block-end: 9.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__recruit {
    -webkit-padding-after: 7.5rem;
            padding-block-end: 7.5rem;
  }
}

.p-top__recruit-banner {
  width: 100%;
  height: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-banner {
    height: 32.5rem;
  }
}

.p-top__recruit-title {
  position: relative;
  z-index: 10;
  text-align: center;
}

.p-top__recruit-title-main {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-top__recruit-title-sub {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}

.p-top__recruit-content {
  -webkit-margin-before: 9.375rem;
          margin-block-start: 9.375rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-content {
    -webkit-margin-before: 3.25rem;
            margin-block-start: 3.25rem;
    grid-template-columns: 1fr;
    row-gap: 3.125rem;
  }
}

.p-top__recruit-content-item-link {
  display: block;
  border-radius: 0.625rem;
  border: 0.0625rem solid #5484C0;
  padding-block: 2.875rem 3.25rem;
  padding-inline: 3.875rem 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-content-item-link {
    padding-block: 2.625rem 2.25rem;
    padding-inline: 1.5rem;
  }
}
.p-top__recruit-content-item-link::after {
  content: "";
  display: block;
  width: calc(100% + 0.25rem);
  height: calc(100% + 0.25rem);
  background: transparent;
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  z-index: 1;
  border-radius: 0.625rem;
  border: 0.1875rem solid #5484C0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .p-top__recruit-content-item-link:hover::after {
    opacity: 1;
  }
  .p-top__recruit-content-item-link:hover .p-top__recruit-content-item-arrow {
    translate: 1.25rem 0;
  }
}

.p-top__recruit-content-item-title {
  color: #5484C0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-content-item-title {
    font-size: 1.75rem;
    line-height: 1.42857;
  }
}

.p-top__recruit-content-item-text {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-content-item-text {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
    font-size: 1rem;
  }
}

.p-top__recruit-content-item-arrow {
  display: block;
  width: 5rem;
  height: 0.5rem;
  padding-block: 0.625rem;
  margin-inline: auto 3.25rem;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-content-item-arrow {
    margin-inline: auto 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
@media (hover: hover) {
  .p-top__recruit-content-item-arrow {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-top__recruit-content-item-arrow:hover {
    opacity: 0.7;
  }
}
.p-top__recruit-content-item-arrow img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer {
  width: 100%;
}

.p-footer__entry {
  width: 100%;
  height: 18.75rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
  padding-inline: 8.875rem;
  background: linear-gradient(164deg, #5484C0 23.86%, #004397 73.72%);
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-footer__entry {
    height: 15rem;
    padding-inline: 2.875rem;
  }
}
@media (hover: hover) {
  .p-footer__entry {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .p-footer__entry:hover {
    opacity: 0.85;
  }
}

.p-footer__entry-text {
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: 0.02em;
  position: relative;
}
.p-footer__entry-text::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.5rem;
  background: url(../img/common/img_allow-white.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: calc(100% + 1.8125rem);
}
@media screen and (max-width: 767px) {
  .p-footer__entry-text {
    font-size: 3rem;
    line-height: 1.25;
  }
  .p-footer__entry-text::after {
    top: calc(100% + 0.5625rem);
  }
}

.p-footer__body {
  background-color: #FFF;
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
}
@media screen and (max-width: 767px) {
  .p-footer__body {
    padding-block: 2.5rem 3.5rem;
  }
}

.p-footer__inner {
  width: 100%;
  max-width: 78.25rem;
  padding-inline: 0 1.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 0 1.25rem;
  }
}

.p-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__brand-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-footer__brand-link {
    display: block;
    position: relative;
  }
}
@media (hover: hover) {
  .p-footer__brand-link {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .p-footer__brand-link:hover {
    opacity: 0.7;
  }
}

.p-footer__brand-logo {
  display: block;
  width: 100%;
  max-width: 22rem;
}
@media screen and (max-width: 767px) {
  .p-footer__brand-logo {
    max-width: 19.875rem;
  }
}
.p-footer__brand-logo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__brand-sub {
  color: #5484C0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__brand-sub {
    font-size: 0.875rem;
    position: absolute;
    right: -0.5rem;
    top: calc(100% - 0.375rem);
  }
}

.p-footer__nav {
  -webkit-margin-before: 2.8125rem;
          margin-block-start: 2.8125rem;
  background: rgba(84, 132, 192, 0.1);
  padding: 1.5625rem 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
    padding: 0 1.25rem;
    background: #FFF;
  }
}

.p-footer__nav-content {
  display: grid;
  grid-template-columns: repeat(4, auto);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  max-width: 87.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .p-footer__nav-content {
    grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-content {
    grid-template-columns: 1fr;
    row-gap: 1.75rem;
  }
}

.p-footer__col {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-footer__col {
    margin-inline: auto;
  }
}

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

.p-footer__item {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-footer__item {
    font-size: 1.125rem;
  }
}
.p-footer__item.--margin {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
.p-footer__item.--medelia {
  max-width: 100%;
}
.p-footer__item.--medelia:not(:first-of-type) {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
.p-footer__item.--medelia:nth-of-type(1) {
  width: 12.1875rem;
}
.p-footer__item.--medelia:nth-of-type(2) {
  width: 12.1875rem;
}
.p-footer__item.--medelia:nth-of-type(3) {
  width: 10.6875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__item.--medelia {
    margin-inline: auto;
  }
  .p-footer__item.--medelia:nth-of-type(3) {
    width: 8.9375rem;
  }
}

.p-footer__link {
  color: #000;
  text-decoration: none;
  position: relative;
  -webkit-padding-start: 1.375rem;
          padding-inline-start: 1.375rem;
  display: inline-block;
}
.p-footer__link::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #5484C0;
  position: absolute;
  left: 0;
  top: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .p-footer__link {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .p-footer__link:hover {
    opacity: 0.7;
  }
}

.p-footer__sub-list.--col3 {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 0.125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-list.--col3 {
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    -webkit-column-gap: 2.125rem;
       -moz-column-gap: 2.125rem;
            column-gap: 2.125rem;
    font-size: 1.125rem;
  }
}

.p-footer__sub-item {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  -webkit-padding-start: 1.375rem;
          padding-inline-start: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-item {
    font-size: 1.125rem;
  }
}

.p-footer__sublink {
  color: #000;
  text-decoration: none;
}
@media (hover: hover) {
  .p-footer__sublink {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .p-footer__sublink:hover {
    opacity: 0.7;
  }
}

.p-footer__sns-list {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__sns-item {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-footer__sns-item:nth-of-type(1) {
  width: 2.4375rem;
}
.p-footer__sns-item:nth-of-type(2) {
  width: 2rem;
}
.p-footer__sns-item:nth-of-type(3) {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sns-item {
    margin-inline: auto;
  }
  .p-footer__sns-item:nth-of-type(1) {
    width: 2.75rem;
  }
  .p-footer__sns-item:nth-of-type(2) {
    width: 2.3125rem;
  }
  .p-footer__sns-item:nth-of-type(3) {
    width: 2.3125rem;
  }
}
.p-footer__sns-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (hover: hover) {
  .p-footer__media-link,
  .p-footer__sns-link {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-footer__media-link:hover,
  .p-footer__sns-link:hover {
    opacity: 0.7;
  }
}

.p-footer__copyright-area {
  background: rgba(84, 132, 192, 0.1);
  padding-block: 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright-area {
    background: #FFF;
    padding-block: 1.25rem 1.25rem;
  }
}

.p-footer__copyright {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.875rem;
    -webkit-margin-before: 1.75rem;
            margin-block-start: 1.75rem;
    line-height: 1.42857;
  }
}

.p-minutes3__fv {
  -webkit-margin-before: 3.375rem;
          margin-block-start: 3.375rem;
  width: 100%;
  height: 36.375rem;
  background-image: url(../img/minutes3/img_fv.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-minutes3__fv {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    height: 39rem;
    background-image: url(../img/minutes3/img_fv-sp.webp);
  }
}
.p-minutes3__fv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #004397;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}

.p-minutes3__fv-inner {
  position: relative;
  -webkit-padding-before: 3.125rem;
          padding-block-start: 3.125rem;
  -webkit-padding-start: 5rem;
          padding-inline-start: 5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-minutes3__fv-inner {
    -webkit-padding-before: 13.4375rem;
            padding-block-start: 13.4375rem;
    -webkit-padding-start: 2.375rem;
            padding-inline-start: 2.375rem;
  }
}

.p-minutes3__fv-title-en {
  display: block;
  color: #FFF;
  font-size: 10rem;
  font-weight: 700;
  line-height: 0.875;
}
@media screen and (max-width: 767px) {
  .p-minutes3__fv-title-en {
    font-size: 3.5rem;
    line-height: 1.07143;
  }
}

.p-minutes3__fv-title-ja {
  display: block;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  color: #FFF;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .p-minutes3__fv-title-ja {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.p-minutes3__fv-btn-area {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-minutes3__fv-btn-area {
    display: block;
    width: 100%;
    position: absolute;
    top: 38.9375rem;
    z-index: 1;
  }
}

.p-minutes3__about {
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__about {
    padding-block: 3.75rem;
  }
}

.p-minutes3__about-title-wrap {
  position: relative;
}

.p-minutes3__about-title-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 135.125rem;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-minutes3__about-title-container {
    height: 185.4375rem;
  }
}

.p-minutes3__about-title {
  position: sticky;
  top: 5rem;
  z-index: 10;
  background-color: #FFF;
}

.p-minutes3__about-content {
  -webkit-padding-before: 10.625rem;
          padding-block-start: 10.625rem;
  display: grid;
  grid-template-columns: 48.5% 1fr;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-minutes3__about-content {
    -webkit-padding-before: 11.8125rem;
            padding-block-start: 11.8125rem;
    grid-template-columns: 1fr;
  }
}

.p-minutes3__about-content-left {
  position: relative;
  z-index: 5;
  height: 156.375rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__about-content-left {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-minutes3__about-content-right {
    display: contents;
  }
}

.p-minutes3__about-img-sticky {
  height: 28.875rem;
  position: sticky;
  top: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__about-img-sticky {
    top: 15.0625rem;
    height: 17.375rem;
    background: #FFF;
  }
  .p-minutes3__about-img-sticky:nth-child(1) {
    grid-row: 1;
  }
  .p-minutes3__about-img-sticky:nth-child(2) {
    grid-row: 3;
  }
  .p-minutes3__about-img-sticky:nth-child(3) {
    grid-row: 5;
  }
  .p-minutes3__about-img-sticky:nth-child(4) {
    grid-row: 7;
  }
  .p-minutes3__about-img-sticky:nth-child(5) {
    grid-row: 9;
  }
}
.p-minutes3__about-img-sticky::after {
  content: "";
  display: block;
  width: 75rem;
  max-width: calc(100vw - 3.75rem);
  height: max(0rem, 100vh - 5rem - 7.625rem - 28.875rem - 6rem);
  background: #FFF;
  position: absolute;
  top: calc(100% + 3rem);
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-minutes3__about-img-sticky::after {
    content: none;
  }
}

.p-minutes3__about-img {
  border-radius: 0.625rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.p-minutes3__about-img:nth-child(1) {
  z-index: 1;
}
.p-minutes3__about-img:nth-child(2) {
  z-index: 2;
}
.p-minutes3__about-img:nth-child(3) {
  z-index: 3;
}
.p-minutes3__about-img:nth-child(4) {
  z-index: 4;
}
.p-minutes3__about-img:nth-child(5) {
  z-index: 5;
}
.p-minutes3__about-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-minutes3__about-img:not(:first-child) {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
}
.p-minutes3__about-img.is-view {
  opacity: 1;
}

.p-minutes3__about-text-area {
  height: 31.875rem;
}
.p-minutes3__about-text-area:last-child {
  height: 28.875rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__about-text-area {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    height: auto;
  }
  .p-minutes3__about-text-area:nth-child(1) {
    grid-row: 2;
  }
  .p-minutes3__about-text-area:nth-child(2) {
    grid-row: 4;
  }
  .p-minutes3__about-text-area:nth-child(3) {
    grid-row: 6;
  }
  .p-minutes3__about-text-area:nth-child(4) {
    grid-row: 8;
  }
  .p-minutes3__about-text-area:nth-child(5) {
    grid-row: 10;
  }
  .p-minutes3__about-text-area:not(:last-child) {
    -webkit-margin-after: 3.75rem;
            margin-block-end: 3.75rem;
  }
  .p-minutes3__about-text-area:last-child {
    height: 17.375rem;
  }
}

.p-minutes3__about-subtitle {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-minutes3__about-subtitle {
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

.p-minutes3__about-text {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-minutes3__about-text {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
    color: #000;
    font-size: 1rem;
    line-height: 2.25;
  }
}

.p-minutes3__about-text-no {
  display: block;
  color: #000;
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}

.p-minutes3__video {
  padding-block: 9.375rem 7.5rem;
  position: relative;
  z-index: 10;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-minutes3__video {
    padding-block: 3.75rem;
  }
}
.p-minutes3__video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(118deg, rgba(84, 132, 192, 0.05) 7.73%, rgba(0, 67, 151, 0.05) 89.11%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.p-minutes3__video-list {
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4375rem 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__video-list {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}

.p-minutes3__video-item {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-minutes3__video-item {
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
}
.p-minutes3__video-item:hover .p-minutes3__video-item-img img {
  scale: 1.05;
}

.p-minutes3__video-item-img {
  width: 100%;
  position: relative;
}
.p-minutes3__video-item-img::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  background: url(../img/common/icon_play.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.p-minutes3__video-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.p-minutes3__video-item-title {
  width: 100%;
  height: 4.3125rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.p-minutes3__video-item-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.p-minutes3__feature {
  padding-block: 7.5rem 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__feature {
    padding-block: 3.75rem;
  }
}

.p-minutes3__feature-img {
  -webkit-margin-before: 4.25rem;
          margin-block-start: 4.25rem;
  width: 100%;
  height: 28.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background: url(../img/minutes3/img_feature_bg.webp) no-repeat center center/cover;
  position: relative;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-minutes3__feature-img {
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
    height: 13.4375rem;
    background: url(../img/minutes3/img_feature_bg-sp.webp) no-repeat center center/cover;
  }
}
.p-minutes3__feature-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: var(--color-Key-plus, #0B4285);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-minutes3__feature-img img {
  position: absolute;
  width: 60.5%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .p-minutes3__feature-img img {
    width: 83.1429%;
  }
}

.p-minutes3__feature-content {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__feature-content {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}

.p-minutes3__feature-text {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.66667;
}
@media screen and (max-width: 767px) {
  .p-minutes3__feature-text {
    color: #000;
    font-size: 1rem;
    line-height: 2.25;
  }
}

.p-minutes3__feature-list {
  -webkit-margin-before: 6.125rem;
          margin-block-start: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__feature-list {
    -webkit-margin-before: 3.5rem;
            margin-block-start: 3.5rem;
  }
}

.p-minutes3__feature-item {
  display: grid;
  grid-template-columns: 1fr 31.3333%;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
  row-gap: 3rem;
}
.p-minutes3__feature-item:not(:first-child) {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__feature-item {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
}

.p-minutes3__feature-item-img {
  grid-column: 2/3;
  grid-row: 2/3;
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-minutes3__feature-item-img {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-minutes3__feature-item-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-minutes3__feature-item-tag {
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  height: 3rem;
  border-radius: 0.625rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: grid;
  place-items: center;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-minutes3__feature-item-tag {
    grid-column: auto;
    grid-row: auto;
    width: 11.3125rem;
    -webkit-margin-before: -1.5rem;
            margin-block-start: -1.5rem;
    font-size: 1.5rem;
  }
}

.p-minutes3__feature-item-title {
  display: block;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-minutes3__feature-item-title {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-minutes3__feature-item-text {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-minutes3__feature-item-text {
    -webkit-margin-before: 0.25rem;
            margin-block-start: 0.25rem;
  }
}

.p-minutes3__works {
  background: linear-gradient(118deg, rgba(84, 132, 192, 0.05) 7.73%, rgba(0, 67, 151, 0.05) 89.11%);
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__works {
    padding-block: 3.75rem;
  }
}

.p-minutes3__works-list {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}

.p-minutes3__works-item {
  display: grid;
  grid-template-columns: 48.5% 1fr;
  gap: 2.25rem 3.375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-minutes3__works-item:not(:first-child) {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__works-item {
    grid-template-columns: 1fr;
    row-gap: 1.5625rem;
  }
}

.p-minutes3__works-item-title {
  grid-column: 1/3;
  grid-row: 1/2;
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-minutes3__works-item-title {
    grid-column: auto;
    grid-row: auto;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

.p-minutes3__works-item-img {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-minutes3__works-item-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-minutes3__works-subitem:not(:first-child) {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}

.p-minutes3__works-item-subtitle {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.28571;
}
@media screen and (max-width: 767px) {
  .p-minutes3__works-item-subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-minutes3__works-item-subtext {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}

.p-minutes3__history {
  padding-block: 9.375rem 10.8125rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__history {
    padding-block: 7.5rem;
  }
}

.p-minutes3__history-content {
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
  padding-inline: 4.375rem;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-minutes3__history-content {
    padding-inline: 0;
  }
}
.p-minutes3__history-content:has(.swiper-initialized) {
  opacity: 1;
}
.p-minutes3__history-content::before {
  content: "";
  display: block;
  width: calc(100% - 6.25rem);
  height: 0.0625rem;
  background: #5484C0;
  position: absolute;
  top: 1.5625rem;
  left: 3.125rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-minutes3__history-content::before {
    width: 100%;
    left: 0;
  }
}

.p-minutes3__history-slider {
  width: 100%;
  margin-inline: auto;
  -webkit-padding-before: 0.0625rem;
          padding-block-start: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-minutes3__history-slider {
    padding-inline: 0;
    padding-block: 0 4rem;
  }
}
.p-minutes3__history-slider .swiper-slide {
  height: auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.p-minutes3__history-slider .swiper-button-prev svg, .p-minutes3__history-slider .swiper-button-next svg {
  display: none;
}

.p-minutes3__history-year {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  padding-inline: 1.25rem;
  border-radius: 0.625rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-minutes3__history-year {
    font-size: 1.5rem;
  }
}

.p-minutes3__history-text {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}

.p-minutes3__history-img {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-minutes3__history-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-minutes3__history-slider-prev,
.p-minutes3__history-slider-next {
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-minutes3__history-slider-prev,
  .p-minutes3__history-slider-next {
    top: auto;
    bottom: 0;
  }
}
.p-minutes3__history-slider-prev.swiper-button-disabled,
.p-minutes3__history-slider-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.p-minutes3__history-slider-prev img,
.p-minutes3__history-slider-next img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-minutes3__history-slider-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-minutes3__history-slider-prev {
    left: calc(50% - 4.375rem);
  }
}

.p-minutes3__history-slider-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-minutes3__history-slider-next {
    right: calc(50% - 4.375rem);
  }
}

.p-location {
  padding-block: 0.75rem 7.5rem;
  width: 100%;
}

.p-location__content-title {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-location__content-title {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-location__content-main {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  padding-block: 6.5rem 9.375rem;
  background: linear-gradient(118deg, rgba(84, 132, 192, 0.05) 7.73%, rgba(0, 67, 151, 0.1) 89.11%);
}
@media screen and (max-width: 767px) {
  .p-location__content-main {
    padding-block: 0rem 5rem;
    background: #FFF;
  }
}

.p-location__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.6875rem;
     -moz-column-gap: 2.6875rem;
          column-gap: 2.6875rem;
}
.p-location__content-item:not(:first-child) {
  -webkit-margin-before: 5.75rem;
          margin-block-start: 5.75rem;
}
.p-location__content-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-location__content-item {
    display: block;
  }
}

.p-location__content-item-img {
  width: 57.0833%;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-location__content-item-img {
    width: 100%;
  }
}
.p-location__content-item-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-location__content-item-info-area {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
  }
}

.p-location__content-item-title {
  display: block;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-location__content-item-text {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}

.p-location__content-item-btn {
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
  width: 17.0625rem;
  max-width: 100%;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-location__content-item-btn {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-location__content-map-wrap {
  -webkit-margin-before: 10rem;
          margin-block-start: 10rem;
  width: 100%;
  -webkit-padding-after: 5.875rem;
          padding-block-end: 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-location__content-map-wrap {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    width: 100vw;
    padding-inline: 1.25rem;
    -webkit-margin-start: -1.25rem;
            margin-inline-start: -1.25rem;
  }
}

.p-location__content-map {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-location__content-map {
    width: 40.3125rem;
  }
}

.p-location__content-map-img {
  width: 82.4167%;
  margin-inline: auto;
}
.p-location__content-map-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-location__content-map-title-pc {
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
  position: absolute;
  top: 7.5rem;
  left: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-location__content-map-title-pc {
    display: none;
  }
}

.p-location__content-map-title-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-location__content-map-title-sp {
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
    -webkit-margin-after: -0.5em;
            margin-block-end: -0.5em;
    display: block;
    background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.05;
  }
}

.p-location__content-map-item {
  position: absolute;
}
.p-location__content-map-item:nth-child(1) { /* 札幌営業所 */
  top: 9.2%;
  left: 46.3%;
}
@media screen and (max-width: 767px) {
  .p-location__content-map-item:nth-child(1) {
    top: 8.2%;
    left: 43.3%;
  }
}
.p-location__content-map-item:nth-child(2) { /* 仙台営業所 */
  top: 48.4%;
  left: 77.16%;
}
@media screen and (max-width: 767px) {
  .p-location__content-map-item:nth-child(2) {
    top: 47.4%;
    left: 77.16%;
  }
}
.p-location__content-map-item:nth-child(3) { /* 北関東営業所 */
  top: 64.5%;
  left: 77.16%;
}
@media screen and (max-width: 767px) {
  .p-location__content-map-item:nth-child(3) {
    top: 64.2%;
    left: 77.16%;
  }
}
.p-location__content-map-item:nth-child(4) { /* 南関東営業所 */
  top: 79.9%;
  left: 63.75%;
}
@media screen and (max-width: 767px) {
  .p-location__content-map-item:nth-child(4) {
    top: 79.5%;
    left: 63.75%;
  }
}
.p-location__content-map-item:nth-child(5) { /* 三木第一工場 / 三木第二工場 */
  top: 37%;
  left: 38.5%;
}
@media screen and (max-width: 767px) {
  .p-location__content-map-item:nth-child(5) {
    top: 29%;
    left: 35.5%;
  }
}
.p-location__content-map-item:nth-child(6) { /* 兵庫営業所 / 加古川東工場 */
  top: 37.2%;
  left: 20.5%;
}
@media screen and (max-width: 767px) {
  .p-location__content-map-item:nth-child(6) {
    top: 29%;
    left: 16.5%;
  }
}
.p-location__content-map-item:nth-child(7) { /* 四国営業所 */
  top: 88%;
  left: 45.17%;
}
.p-location__content-map-item:nth-child(8) { /* 広島営業所 */
  top: 92.5%;
  left: 25.5%;
}
.p-location__content-map-item:nth-child(9) { /* 九州営業所 */
  top: 67%;
  left: 3.083%;
}
@media screen and (max-width: 767px) {
  .p-location__content-map-item:nth-child(9) {
    top: 65%;
    left: 0;
  }
}

.p-location__content-map-item-title {
  color: #000;
  font-size: clamp(1.125rem, 0.1037234043rem + 1.5957446809vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-location__content-map-item-title:not(:first-child) {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-location__content-map-item-title {
    font-size: 1.125rem;
  }
}

.p-location__content-map-item-text {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  color: #000;
  font-size: clamp(0.8125rem, 0.3018617021rem + 0.7978723404vw, 1rem);
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-location__content-map-item-text {
    -webkit-margin-before: 0.25rem;
            margin-block-start: 0.25rem;
    font-size: 0.75rem;
  }
}

.scroll-hint-icon.my-scrollhint-icon {
  width: 5.8125rem;
  height: 5.8125rem;
  background: url(../img/location/img_scroll-hint.webp) no-repeat center center/cover;
}
.scroll-hint-icon.my-scrollhint-icon::before, .scroll-hint-icon.my-scrollhint-icon::after {
  display: none;
}

.p-location-detail__office {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-location-detail__office {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.p-location-detail__office-grid {
  display: grid;
  grid-template-columns: 65.67% 1fr;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  grid-template-rows: auto 1fr;
  grid-template-areas: "img info" "img text";
}
@media screen and (max-width: 767px) {
  .p-location-detail__office-grid {
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
    grid-template-areas: "info" "img" "text";
  }
}

.p-location-detail__office-info-area {
  grid-area: info;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.p-location-detail__office-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-location-detail__office-title {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-location-detail__office-address {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-location-detail__office-address {
    -webkit-margin-before: 1.75rem;
            margin-block-start: 1.75rem;
  }
}

.p-location-detail__office-text-area {
  grid-area: text;
  -webkit-margin-before: 2.75rem;
          margin-block-start: 2.75rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-location-detail__office-text-area {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-location-detail__office-text-area {
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
  }
}

.p-location-detail__office-img {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-location-detail__office-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-location-detail__office-imgs-area1 {
  grid-area: img;
  display: grid;
}
.p-location-detail__office-imgs-area1.--pattern1 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-location-detail__office-imgs-area1.--pattern1 {
    gap: 1.25rem;
  }
}
.p-location-detail__office-imgs-area1.--pattern1 .p-location-detail__office-img:nth-of-type(1) {
  grid-column: span 2;
  grid-row: 1/2;
}
.p-location-detail__office-imgs-area1.--pattern1 .p-location-detail__office-img:nth-of-type(2) {
  grid-column: span 1;
  grid-row: 2/3;
}
.p-location-detail__office-imgs-area1.--pattern1 .p-location-detail__office-img:nth-of-type(3) {
  grid-column: span 1;
  grid-row: 2/3;
}
.p-location-detail__office-imgs-area1.--pattern2 {
  grid-template-columns: 53.934% 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-location-detail__office-imgs-area1.--pattern2 {
    gap: 1.25rem;
  }
}
.p-location-detail__office-imgs-area1.--pattern2 .p-location-detail__office-img:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-location-detail__office-imgs-area1.--pattern2 .p-location-detail__office-img:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-location-detail__office-imgs-area1.--pattern2 .p-location-detail__office-img:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-location-detail__office-imgs-area1 img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-location-detail__office-imgs-area2 {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-location-detail__office-imgs-area2 {
    -webkit-margin-before: 4.25rem;
            margin-block-start: 4.25rem;
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

.p-location-detail__office-img2 {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-location-detail__office-img2 img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-location-detail__area {
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-location-detail__area {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.p-location-detail__area-gird {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-location-detail__area-gird {
    grid-template-columns: 1fr;
  }
}

.p-location-detail__area-map {
  width: 100%;
  height: auto;
  aspect-ratio: 582/305;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-location-detail__area-map {
    aspect-ratio: 350/294;
  }
}
.p-location-detail__area-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 767px) {
  .p-location-detail__area-text-area {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-location-detail__area-title {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.28571;
}
@media screen and (max-width: 767px) {
  .p-location-detail__area-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-location-detail__area-text {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-location-detail__area-text {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.p-location-detail__area-pride-heading {
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
  width: 100%;
  height: 6.25rem;
  border-radius: 0.625rem;
  background: #5484C0;
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.28571;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-location-detail__area-pride-heading {
    -webkit-margin-before: 7.5rem;
            margin-block-start: 7.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }
}

.p-location-detail__area-pride-list {
  -webkit-margin-before: 4.75rem;
          margin-block-start: 4.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-location-detail__area-pride-list {
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}

.p-location-detail__area-pride-img {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-location-detail__area-pride-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-location-detail__area-pride-title {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-location-detail__area-pride-text {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}

.p-location-detail__recommend {
  -webkit-margin-before: 5.625rem;
          margin-block-start: 5.625rem;
}

.p-location-detail__recommend-box {
  width: 100%;
  border-radius: 0.625rem;
  border: 0.0625rem solid #5484C0;
  padding: 3.125rem 3.125rem 2.375rem;
  display: grid;
  grid-template-columns: 37.45% 17.72% 1fr;
  grid-template-rows: auto auto 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-template-areas: "img01 title title" "img01 img02 text" "img01 img02 info";
}
@media screen and (max-width: 767px) {
  .p-location-detail__recommend-box {
    padding: 1.5rem 1.25rem;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    grid-template-areas: "title" "img01" "text" "img02" "info";
  }
}

.p-location-detail__recommend-title {
  grid-area: title;
  color: #5484C0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.28571;
  -webkit-padding-after: 3.125rem;
          padding-block-end: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-location-detail__recommend-title {
    font-size: 1.5rem;
    line-height: 1.5;
    -webkit-padding-after: 2.5rem;
            padding-block-end: 2.5rem;
  }
}
.p-location-detail__recommend-title::after {
  content: "";
  position: absolute;
  bottom: 2.125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #5484C0;
}

.p-location-detail__recommend-img01 {
  grid-area: img01;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-location-detail__recommend-img01 img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-location-detail__recommend-img02 {
  grid-area: img02;
  border-radius: 0.625rem;
  overflow: hidden;
  max-width: 12.1875rem;
  margin-inline: auto;
}
.p-location-detail__recommend-img02 img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-location-detail__recommend-text {
  grid-area: text;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}

.p-location-detail__recommend-info {
  grid-area: info;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-location-detail__recommend-info {
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
    text-align: center;
  }
}

.p-employee {
  padding-block: 0.75rem 6.25rem;
  width: 100%;
}

.p-employee__content-title {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}

.p-employee__content-list {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  row-gap: 7rem;
}
@media screen and (max-width: 767px) {
  .p-employee__content-list {
    -webkit-margin-before: 4.375rem;
            margin-block-start: 4.375rem;
    grid-template-columns: 1fr;
    row-gap: 4.25rem;
  }
}

.p-employee__card {
  width: 100%;
}

.p-employee__card-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (hover: hover) {
  .p-employee__card-link:hover .p-employee__card-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-employee__card-link:hover .p-employee__card-arrow {
    translate: 1.25rem 0;
  }
}

.p-employee__card-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-employee__card-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.p-employee__card-title {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  color: #000;
  font-size: clamp(1.125rem, 0.1037234043rem + 1.5957446809vw, 1.5rem);
  font-weight: 700;
  line-height: 1.66667;
}
@media screen and (max-width: 767px) {
  .p-employee__card-title {
    font-size: 1.5rem;
    line-height: 1.66667;
  }
}

.p-employee__card-info {
  -webkit-margin-before: 0.4375rem;
          margin-block-start: 0.4375rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}

.p-employee__card-department {
  display: block;
}

.p-employee__card-year {
  display: inline-block;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}

.p-employee__card-tag-area {
  -webkit-margin-before: 0.875rem;
          margin-block-start: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.p-employee__card-tag {
  display: inline-block;
  padding-inline: 0.9375rem;
  border-radius: 1.875rem;
  display: grid;
  place-items: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  background: #878787;
}
.p-employee__card-tag.--honsya {
  background: #878787;
}
.p-employee__card-tag.--tech {
  background: #5484C0;
}
.p-employee__card-tag.--kanrijimu {
  background: #3EA300;
}
.p-employee__card-tag.--eigyou {
  background: #FF0000;
}

.p-employee__card-arrow {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  padding-block: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-employee__card-arrow {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}
@media (hover: hover) {
  .p-employee__card-arrow {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-employee__card-arrow:hover {
    opacity: 0.7;
  }
}
.p-employee__card-arrow img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-employee-detail {
  padding-block: 0.75rem 3.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-employee-detail {
    padding-block: 0.75rem 3.25rem;
  }
}

.p-employee-detail__fv {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}

.p-employee-detail__fv-inner {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__fv-inner {
    padding-inline: 1.25rem;
  }
}

.p-employee-detail__fv-img {
  display: block;
  width: 100%;
}
.p-employee-detail__fv-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-employee-detail__fv-img {
    width: 100%;
    overflow: hidden;
    border-radius: 0.625rem;
    margin-inline: auto;
  }
  .p-employee-detail__fv-img img {
    display: block;
    width: auto;
    height: 16.375rem;
    max-width: none;
    position: relative;
    left: 50%;
    translate: -57% 0;
  }
}

.p-employee-detail__fv-title {
  width: 28.8125rem;
  padding-block: 1.875rem;
  -webkit-padding-start: 4.25rem;
          padding-inline-start: 4.25rem;
  border-radius: 0.625rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  position: absolute;
  left: 9.7143%;
  bottom: -3.4375rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__fv-title {
    width: 16.25rem;
    padding-block: 0.625rem 0.875rem;
    -webkit-padding-start: 2.6875rem;
            padding-inline-start: 2.6875rem;
    bottom: -5.125rem;
    left: 50%;
    translate: -50% 0;
  }
}

.p-employee-detail__fv-title-text {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__fv-title-text {
    font-size: 1.25rem;
    line-height: 1.95228;
  }
}
.p-employee-detail__fv-title-text .--name {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__fv-title-text .--name {
    font-size: 1.625rem;
  }
}

.p-employee-detail__sec01 {
  -webkit-margin-before: 12.8125rem;
          margin-block-start: 12.8125rem;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__sec01 {
    -webkit-margin-before: 9.375rem;
            margin-block-start: 9.375rem;
  }
}

.p-employee-detail__sec02,
.p-employee-detail__sec03,
.p-employee-detail__sec04,
.p-employee-detail__sec05,
.p-employee-detail__sec06 {
  -webkit-margin-before: 9.6875rem;
          margin-block-start: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__sec02,
  .p-employee-detail__sec03,
  .p-employee-detail__sec04,
  .p-employee-detail__sec05,
  .p-employee-detail__sec06 {
    -webkit-margin-before: 4.375rem;
            margin-block-start: 4.375rem;
  }
}

.p-employee-detail__sec-title {
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}
.p-employee-detail__sec-title.--left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__sec-title.--left {
    text-align: center;
  }
}
.p-employee-detail__sec-title.-lh-up {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__sec-title {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.p-employee-detail__sec-content {
  -webkit-margin-before: 3.4375rem;
          margin-block-start: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-employee-detail__sec-content.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__sec-content {
    display: block;
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.p-employee-detail__sec-content-text {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__sec-content-text {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.p-employee-detail__sec-content-img {
  width: 48.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__sec-content-img {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    width: 100%;
  }
}
.p-employee-detail__sec-content-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-employee-detail__word {
  -webkit-margin-before: 3.4375rem;
          margin-block-start: 3.4375rem;
  width: 100%;
  height: 11.25rem;
  border-radius: 0.625rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__word {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    height: 10.5rem;
  }
}

.p-employee-detail__word-text {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__word-text {
    font-size: 1.75rem;
    line-height: 1.42857;
    text-align: center;
  }
}

.p-employee-detail__middle-img {
  -webkit-margin-before: 9.6875rem;
          margin-block-start: 9.6875rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__middle-img {
    -webkit-margin-before: 6.25rem;
            margin-block-start: 6.25rem;
  }
}
.p-employee-detail__middle-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-employee-detail__schedule-item {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-employee-detail__schedule-item:not(:first-of-type) {
  -webkit-margin-before: 1.1875rem;
          margin-block-start: 1.1875rem;
}

.p-employee-detail__schedule-time {
  display: block;
  width: 100%;
  height: 3rem;
  border-radius: 0.625rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: grid;
  place-items: center;
}
.p-employee-detail__schedule-time.--private {
  background: linear-gradient(124deg, #3EA300 11.05%, #276500 96.19%);
  position: relative;
}
.p-employee-detail__schedule-time.--private::after {
  content: "PRIVATE TIME";
  color: #3EA300;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.71429;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  white-space: nowrap;
}

.p-employee-detail__schedule-action {
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5;
}

.p-employee-detail__note {
  -webkit-margin-before: 3.5625rem;
          margin-block-start: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__note {
    -webkit-margin-before: 3.25rem;
            margin-block-start: 3.25rem;
  }
}

.p-employee-detail__note-text {
  color: #737373;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.57143;
}
@media screen and (max-width: 767px) {
  .p-employee-detail__note-text {
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-work-life-balance {
  padding-block: 0.75rem 6.25rem;
  width: 100%;
}

.p-work-life-balance__title {
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-work-life-balance__title {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-work-life-balance__lead {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-work-life-balance__lead {
    -webkit-margin-before: 4.1875rem;
            margin-block-start: 4.1875rem;
  }
}

.p-work-life-balance__data {
  -webkit-margin-before: 6.9375rem;
          margin-block-start: 6.9375rem;
  -webkit-padding-after: 4.375rem;
          padding-block-end: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-work-life-balance__data {
    -webkit-margin-before: 4.375rem;
            margin-block-start: 4.375rem;
    -webkit-padding-after: 4.75rem;
            padding-block-end: 4.75rem;
  }
}

.p-work-life-balance__data-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  row-gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-work-life-balance__data-list {
    grid-template-columns: 1fr;
    row-gap: 3.125rem;
  }
}

.p-work-life-balance__data-item:nth-of-type(1) .p-work-life-balance__data-img {
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
  width: 5.4375rem;
}
.p-work-life-balance__data-item:nth-of-type(2) .p-work-life-balance__data-img {
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
  width: 5.1875rem;
}
.p-work-life-balance__data-item:nth-of-type(3) .p-work-life-balance__data-img {
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
  width: 4.75rem;
}
.p-work-life-balance__data-item:nth-of-type(4) .p-work-life-balance__data-img {
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
  width: 5.4375rem;
}
.p-work-life-balance__data-item:nth-of-type(5) .p-work-life-balance__data-img {
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
  width: 5.125rem;
}
.p-work-life-balance__data-item:nth-of-type(6) .p-work-life-balance__data-img {
  width: 5.4375rem;
}
.p-work-life-balance__data-item:nth-of-type(7) .p-work-life-balance__data-img {
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
  width: 5rem;
}

.p-work-life-balance__data-card {
  width: 100%;
  height: 25.6875rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #5484C0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-work-life-balance__data-card {
    height: 23.9375rem;
  }
}
.p-work-life-balance__data-card.--pattern1 {
  -webkit-padding-after: 3.125rem;
          padding-block-end: 3.125rem;
}

.p-work-life-balance__data-title {
  width: 100%;
  height: 5rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-work-life-balance__data-title {
    height: 4.6875rem;
  }
}

.--pattern1 .p-work-life-balance__data-img {
  margin-inline: auto;
}
.p-work-life-balance__data-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-work-life-balance__data-number-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.--pattern1 .p-work-life-balance__data-number-area {
  margin-inline: auto;
}

.p-work-life-balance__data-number {
  color: #5484C0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 8.75rem;
  font-weight: 700;
  line-height: 1.14286;
}
.--pattern2 .p-work-life-balance__data-number {
  font-size: 7.5rem;
}

.p-work-life-balance__data-unit {
  color: #5484C0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-work-life-balance__data-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.--pattern2 .p-work-life-balance__data-wrapper:first-of-type {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}

.p-work-life-balance__data-note {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  color: #737373;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.57143;
}
@media screen and (max-width: 767px) {
  .p-work-life-balance__data-note {
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-work-life-balance__holiday {
  padding-block: 7.5rem 4.375rem;
  background: linear-gradient(118deg, rgba(84, 132, 192, 0.05) 7.73%, rgba(0, 67, 151, 0.05) 89.11%);
}

.p-work-life-balance__holiday-list {
  -webkit-margin-before: 3.5625rem;
          margin-block-start: 3.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  row-gap: 4.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-work-life-balance__holiday-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
  }
}

.p-work-life-balance__holiday-item {
  width: calc((100% - 6.75rem) / 4);
  max-width: 17.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-work-life-balance__holiday-item {
    width: 100%;
    max-width: none;
  }
}

.p-work-life-balance__holiday-item-img-area {
  width: 100%;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-work-life-balance__holiday-item-img-area {
    max-width: 17.0625rem;
    margin-inline: auto;
  }
}
.p-work-life-balance__holiday-item-img-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-work-life-balance__holiday-item-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-work-life-balance__holiday-item-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.p-work-life-balance__holiday-item:nth-of-type(1) .p-work-life-balance__holiday-item-img {
  width: 8.75rem;
}
.p-work-life-balance__holiday-item:nth-of-type(2) .p-work-life-balance__holiday-item-img {
  width: 5.75rem;
}
.p-work-life-balance__holiday-item:nth-of-type(3) .p-work-life-balance__holiday-item-img {
  width: 7.5rem;
}
.p-work-life-balance__holiday-item:nth-of-type(4) .p-work-life-balance__holiday-item-img {
  width: 7.75rem;
}
.p-work-life-balance__holiday-item:nth-of-type(5) .p-work-life-balance__holiday-item-img {
  width: 7.0625rem;
}
.p-work-life-balance__holiday-item:nth-of-type(6) .p-work-life-balance__holiday-item-img {
  width: 4.1875rem;
}
.p-work-life-balance__holiday-item:nth-of-type(7) .p-work-life-balance__holiday-item-img {
  width: 7.125rem;
}

.p-work-life-balance__holiday-item-title {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  color: #0B4285;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-work-life-balance__holiday-item-text {
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}

.p-career-up {
  padding-block: 0.75rem 6.25rem;
  width: 100%;
}

.p-career-up__title {
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-career-up__title {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-career-up__training-lead {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-career-up__training-lead {
    -webkit-margin-before: 4.1875rem;
            margin-block-start: 4.1875rem;
  }
}

.p-career-up__training-content {
  -webkit-margin-before: 6.875rem;
          margin-block-start: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-career-up__training-content {
    -webkit-margin-before: 3.1875rem;
            margin-block-start: 3.1875rem;
  }
}

.p-career-up__training-img-area {
  width: 100%;
  overflow: hidden;
}

.p-career-up__training-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-career-up__training-img {
    min-width: 62.5rem;
  }
}
.p-career-up__training-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-career-up__benefits {
  padding-block: 8.75rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-career-up__benefits {
    padding-block: 6.25rem 6.25rem;
  }
}

.p-career-up__benefits-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-career-up__benefits-title {
    font-size: 1.5rem;
  }
}

.p-career-up__benefits-lead {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}

.p-career-up__benefits-list {
  -webkit-margin-before: 7.9375rem;
          margin-block-start: 7.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  row-gap: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-career-up__benefits-list {
    -webkit-margin-before: 4.375rem;
            margin-block-start: 4.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
  }
}

.p-career-up__benefits-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc((100% - 6.75rem) / 4);
}
@media screen and (max-width: 767px) {
  .p-career-up__benefits-item {
    width: 100%;
  }
}

.p-career-up__benefits-item-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-career-up__benefits-item-img {
    max-width: 17.0625rem;
    margin-inline: auto;
  }
}
.p-career-up__benefits-item-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-career-up__benefits-item-title {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  color: #5484C0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-career-up__benefits-item-text {
  color: #5484C0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

.p-faq {
  padding-block: 0.75rem 6.25rem;
  width: 100%;
}

.p-faq__title {
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-faq__lead {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-faq__lead {
    -webkit-margin-before: 4.1875rem;
            margin-block-start: 4.1875rem;
  }
}

.p-faq_anchor-list {
  -webkit-margin-before: 5.6875rem;
          margin-block-start: 5.6875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq_anchor-list {
    -webkit-margin-before: 4.375rem;
            margin-block-start: 4.375rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.p-faq_anchor-link {
  display: block;
  width: 100%;
  height: 6.25rem;
  border-radius: 0.625rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
  text-align: center;
  position: relative;
}
.p-faq_anchor-link::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.625rem;
  background: url(../img/common/img_down-arrow.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-faq_anchor-link::before {
    background: url(../img/common/img_down-arrow-sp.svg) no-repeat center center/contain;
    bottom: 0.875rem;
  }
}

.p-faq_anchor-link-text {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-faq__content {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}

.p-faq__section {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__section {
    padding-block: 4.375rem;
  }
}
.p-faq__section:nth-of-type(even) {
  background: linear-gradient(118deg, rgba(84, 132, 192, 0.05) 7.73%, rgba(0, 67, 151, 0.1) 89.11%);
}

.p-faq__section-title {
  color: #5484C0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
}
@media screen and (max-width: 767px) {
  .p-faq__section-title {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.p-faq__list {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}

.p-faq__item {
  width: 100%;
  padding: 1.5625rem 1.875rem;
  border-radius: 0.625rem;
  border: 1px solid #5484C0;
  background: #FFF;
}
.p-faq__item:not(:first-child) {
  -webkit-margin-before: 2.25rem;
          margin-block-start: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 1.25rem 1.25rem;
  }
}

.p-faq__item-content {
  display: block;
  width: 100%;
}

.p-faq__item-icon {
  width: 4.625rem;
  height: 4.625rem;
  border-radius: 0.625rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq__item-icon {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.5rem;
  }
}

.p-faq__item-text {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-faq__item-text {
    -webkit-margin-before: 0.375rem;
            margin-block-start: 0.375rem;
  }
}
.p-faq__item-question .p-faq__item-text {
  color: #0B4285;
}

.p-faq__item-question,
.p-faq__item-answer {
  width: 100%;
  display: grid;
  grid-template-columns: 4.625rem 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item-question,
  .p-faq__item-answer {
    display: block;
  }
}
.p-faq__item-question .p-faq__item-text,
.p-faq__item-answer .p-faq__item-text {
  -webkit-margin-before: calc(2.3125rem - 1em);
          margin-block-start: calc(2.3125rem - 1em);
}

.p-faq__item-question {
  -webkit-padding-after: 1.875rem;
          padding-block-end: 1.875rem;
  border-bottom: 0.0625rem solid #5484C0;
}
@media screen and (max-width: 767px) {
  .p-faq__item-question {
    -webkit-padding-after: 1.25rem;
            padding-block-end: 1.25rem;
  }
}

.p-faq__item-answer {
  -webkit-padding-before: 1.875rem;
          padding-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer {
    -webkit-padding-before: 1.25rem;
            padding-block-start: 1.25rem;
  }
}

.p-recruit {
  padding-block: 0.75rem 6.25rem;
  width: 100%;
}

.p-recruit__title {
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-recruit__lead {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-recruit__lead {
    -webkit-margin-before: 4.1875rem;
            margin-block-start: 4.1875rem;
  }
}

.p-recruit__cta {
  -webkit-margin-before: 5.6875rem;
          margin-block-start: 5.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__cta {
    text-align: left;
  }
}

.p-recruit__cta-text {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__cta-text {
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-recruit__cta-link-list {
  -webkit-margin-before: 1.9375rem;
          margin-block-start: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
          column-gap: 3.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__cta-link-list {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}

.p-recruit__cta-link-item {
  width: 13.5625rem;
}

.p-recruit__cta-link {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-recruit__cta-link:hover {
  opacity: 0.7;
}

.p-recruit__mail-link {
  display: inline-block;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-recruit__mail-link {
    font-size: 1.125rem;
  }
}
.p-recruit__mail-link:hover {
  opacity: 0.7;
}

.p-recruit__section {
  padding-block: 7.5rem;
}
.p-recruit__section:first-child {
  padding-block: 2.625rem 7.5rem;
}
.p-recruit__section:nth-of-type(even) {
  background: linear-gradient(118deg, rgba(84, 132, 192, 0.05) 7.73%, rgba(0, 67, 151, 0.1) 89.11%);
}
@media screen and (max-width: 767px) {
  .p-recruit__section {
    padding-block: 4.375rem;
  }
}

.p-recruit__section-title {
  color: #5484C0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
}
@media screen and (max-width: 767px) {
  .p-recruit__section-title {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.p-recruit__item {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__item {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.p-recruit__item-title {
  color: #5484C0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.05;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-title {
    font-size: 1.25rem;
  }
}

.p-recruit__table {
  width: 100%;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-recruit__table, .p-recruit__table tbody, .p-recruit__table tr, .p-recruit__table th, .p-recruit__table td {
    display: block;
  }
}
.p-recruit__table tr {
  border-bottom: 1px solid #5484C0;
}
.p-recruit__table tr:first-of-type {
  border-top: 1px solid #5484C0;
}
.p-recruit__table th {
  width: 17.0625rem;
  background: rgba(84, 132, 192, 0.2);
  padding-block: 1.0625rem;
  color: #0B4285;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-recruit__table th {
    width: 100%;
    padding-block: 0.4375rem;
    padding-left: 1.25rem;
    text-align: left;
  }
}
.p-recruit__table td {
  padding-block: 1.0625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
  padding-left: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__table td {
    width: 100%;
    padding-left: 0;
    padding-block: 0.625rem 1.875rem;
  }
}
.p-recruit__table td .--blue {
  color: #5484C0;
}

.p-recruit__flow-list {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}

.p-recruit__flow-item {
  width: 100%;
  display: grid;
  grid-template-columns: 4.625rem 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding: 1.1875rem 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.625rem;
  border: 1px solid #5484C0;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-item {
    grid-template-columns: 3.125rem 1fr;
  }
}
.p-recruit__flow-item:not(:last-of-type) {
  -webkit-margin-after: 3.5625rem;
          margin-block-end: 3.5625rem;
  position: relative;
}
.p-recruit__flow-item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 0.875rem 0 0.875rem;
  border-color: #0B4285 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.4375rem);
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-item:not(:last-of-type)::after {
    border-width: 0.9375rem 0.75rem 0 0.75rem;
    top: calc(100% + 0.9375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-item {
    padding: 1.25rem 1.25rem;
  }
  .p-recruit__flow-item:not(:last-of-type) {
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
  }
}

.p-recruit__flow-icon {
  width: 4.625rem;
  height: 4.625rem;
  border-radius: 0.625rem;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-icon {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.5rem;
  }
}

.p-recruit__flow-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-text-area {
    display: block;
  }
}

.p-recruit__flow-text {
  color: #0B4285;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-text {
    display: block;
    font-size: 1.25rem;
  }
}

.p-recruit__flow-text-sub {
  color: #0B4285;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25;
  -webkit-margin-start: 3em;
          margin-inline-start: 3em;
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-text-sub {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.p-recruit__note {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__note {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    text-align: left;
  }
}

.p-recruit__note-text {
  color: #737373;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-recruit__note-text {
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-recruit__note-mail-link {
  display: inline-block;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  color: #737373;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit__note-mail-link {
    text-align: left;
    font-size: 0.75rem;
  }
}

.p-survey {
  padding-block: 0.75rem 6.25rem;
  width: 100%;
}

.p-survey__title {
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-survey__title {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-survey__lead {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-survey__lead {
    -webkit-margin-before: 4.1875rem;
            margin-block-start: 4.1875rem;
  }
}

.p-survey__content-item {
  -webkit-margin-before: 7.5rem;
          margin-block-start: 7.5rem;
  display: grid;
  grid-template-columns: 23.5rem 1fr;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-survey__content-item:not(:last-of-type) {
  -webkit-padding-after: 7.5rem;
          padding-block-end: 7.5rem;
  border-bottom: 0.0625rem solid #5484C0;
}
.p-survey__content-item:last-of-type {
  -webkit-margin-after: 7.5rem;
          margin-block-end: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-survey__content-item {
    -webkit-margin-before: 6.25rem;
            margin-block-start: 6.25rem;
    grid-template-columns: 1fr;
    row-gap: 4.375rem;
  }
  .p-survey__content-item:not(:last-of-type) {
    -webkit-padding-after: 6.25rem;
            padding-block-end: 6.25rem;
  }
  .p-survey__content-item:last-of-type {
    -webkit-margin-after: 6.25rem;
            margin-block-end: 6.25rem;
  }
}

.p-survey__content-item-parson {
  background: linear-gradient(118deg, rgba(84, 132, 192, 0.05) 7.73%, rgba(0, 67, 151, 0.05) 89.11%);
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-survey__content-item-parson-img {
  width: 100%;
}
.p-survey__content-item-parson-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-survey__content-item-parson-inner {
  padding: 2.1875rem 3.125rem 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-survey__content-item-parson-inner {
    padding: 2.1875rem 2.8125rem 2.8125rem;
  }
}

.p-survey__content-item-parson-info {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.p-survey__content-item-parson-info .--name {
  font-size: 1.25rem;
  line-height: 1.5;
}

.p-survey__content-item-parson-profile-title {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  color: #5484C0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-survey__content-item-parson-profile-text {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}

.p-survey__content-item-voice-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(116deg, #5484C0 18.2%, #004397 73.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-padding-after: 3rem;
          padding-block-end: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-survey__content-item-voice-title {
    font-size: 1.5rem;
    line-height: 1.5;
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.p-survey__content-item-voice-title::after {
  content: "";
  display: block;
  width: calc(100% + 2.25rem);
  height: 0.3125rem;
  background: #5484C0;
  position: absolute;
  bottom: 0;
  left: -2.25rem;
}
@media screen and (max-width: 767px) {
  .p-survey__content-item-voice-title::after {
    content: none;
  }
}

.p-survey__content-item-voice-item {
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
}
.p-survey__content-item-voice-item:first-of-type {
  -webkit-margin-before: 4.5rem;
          margin-block-start: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-survey__content-item-voice-item:first-of-type {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}

.p-survey__content-item-voice-item-title {
  color: #0B4285;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  -webkit-padding-start: 5.25rem;
          padding-inline-start: 5.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-survey__content-item-voice-item-title {
    -webkit-padding-start: 3.125rem;
            padding-inline-start: 3.125rem;
  }
}
.p-survey__content-item-voice-item-title::before {
  content: "";
  display: block;
  width: 3.875rem;
  height: 0.0625rem;
  background: #5484C0;
  position: absolute;
  top: 1em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-survey__content-item-voice-item-title::before {
    width: 1.875rem;
  }
}

.p-survey__content-item-voice-item-text {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}

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

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

.u-ib {
  display: inline-block;
}

.u-fadein-up {
  opacity: 0;
  translate: 0 1.25rem;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.u-fadein-up.is-inview {
  opacity: 1;
  translate: 0 0;
}

.u-img-border {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.u-img-border::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #D1D1D1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */