@charset "UTF-8";
@-webkit-keyframes slideRepeat {
  0% {
    top: -300%;
    left: -200%;
  }
  100% {
    top: 0;
    left: 100%;
  }
}
@keyframes slideRepeat {
  0% {
    top: -300%;
    left: -200%;
  }
  100% {
    top: 0;
    left: 100%;
  }
}
@-webkit-keyframes btnShine {
  0% {
    -webkit-transform: translateX(-175%) skewX(-20deg);
            transform: translateX(-175%) skewX(-20deg);
  }
  65%, 100% {
    -webkit-transform: translateX(175%) skewX(-20deg);
            transform: translateX(175%) skewX(-20deg);
  }
}
@keyframes btnShine {
  0% {
    -webkit-transform: translateX(-175%) skewX(-20deg);
            transform: translateX(-175%) skewX(-20deg);
  }
  65%, 100% {
    -webkit-transform: translateX(175%) skewX(-20deg);
            transform: translateX(175%) skewX(-20deg);
  }
}
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  cursor: pointer;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  scroll-padding-top: 8.25rem;
}
@media (max-width: 40rem) {
  html {
    scroll-padding-top: 5.375rem;
  }
}

body {
  color: #222;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  margin: 0;
}
@media (max-width: 68.75rem) {
  body {
    font-size: 0.9375rem;
  }
}
@media (max-width: 48rem) {
  body {
    font-size: 0.875rem;
  }
}
@media (max-width: 40rem) {
  body {
    font-size: 0.8125rem;
  }
}
body.is-hidden {
  overflow: hidden;
}

img {
  border: 0;
  margin: 0;
  vertical-align: bottom;
  max-width: 100%;
  -webkit-user-drag: none;
}

a {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------------------------
  focus
------------------------------------------------------------------------------*/
:focus-visible {
  outline: 2px solid #2E7DAD;
  outline-offset: 3px;
}

/*------------------------------------------------------------------------------
  prefers-reduced-motion
------------------------------------------------------------------------------*/
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: clip;
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: clip;
}
.l-main:focus {
  outline: none;
}

.l-main__commonSection {
  margin-bottom: 11.5rem;
}
@media (max-width: 47.9375rem) {
  .l-main__commonSection {
    margin-bottom: 9.5rem;
  }
}
@media (max-width: 40rem) {
  .l-main__commonSection {
    margin-bottom: 6rem;
  }
}

.l-main__commonContainer {
  margin: 10.5rem 0 11.5rem;
}
@media (max-width: 40rem) {
  .l-main__commonContainer {
    margin: 4rem 0 4.5rem;
  }
}

.l-main__commonContainer2 {
  margin: 7.5rem 0 11.5rem;
}
@media (max-width: 40rem) {
  .l-main__commonContainer2 {
    margin: 4rem 0 4.5rem;
  }
}

/*------------------------------------------------------------------------------
  l-header
------------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.l-header.is-scrolled {
  background-color: #173f80;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
  padding-left: 1.9375rem;
}
@media (max-width: 71.25rem) {
  .l-header__inner {
    height: 5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 40rem) {
  .l-header__inner {
    height: 4rem;
    padding-left: 1rem;
  }
}

.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1rem;
}

.l-header__logoLink {
  display: block;
}
.l-header__logoLink img {
  display: block;
  width: 18.6875rem;
  height: auto;
}
@media (max-width: 71.25rem) {
  .l-header__logoLink img {
    width: 16.25rem;
  }
}
@media (max-width: 40rem) {
  .l-header__logoLink img {
    width: 12.5rem;
  }
}

/*------------------------------------------------------------------------------
  l-header__nav
------------------------------------------------------------------------------*/
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 1.875rem;
}
@media (max-width: 71.25rem) {
  .l-header__nav {
    margin-right: 1rem;
  }
}
@media (max-width: 56.25rem) {
  .l-header__nav {
    margin-right: 0;
  }
}

.l-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 71.25rem) {
  .l-header__navList {
    gap: 1.5rem;
  }
}

.l-header__navItem--home,
.l-header__navItem--contact {
  display: none;
}

.l-header__navLink {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), -3px -3px 3px rgba(0, 0, 0, 0.15);
  display: block;
}
@media (max-width: 71.25rem) {
  .l-header__navLink {
    font-size: 0.9375rem;
  }
}
@media (hover: hover) {
  .l-header__navLink:hover {
    opacity: 0.8;
  }
}
.l-header__navLink:focus-visible {
  outline: 2px solid #173F80;
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
}

/*------------------------------------------------------------------------------
  l-header__contact
------------------------------------------------------------------------------*/
.l-header__contact {
  color: #222;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(91deg, #FFFA29 3.32%, #FFE400 54.27%, #FFDD3F 97.66%);
  border-bottom-left-radius: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.l-header__contact::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -50%;
  left: 0;
  width: 95%;
  height: 200%;
  -webkit-transform: translateX(-175%) skewX(-20deg);
          transform: translateX(-175%) skewX(-20deg);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
@media (hover: hover) {
  .l-header__contact:hover::before {
    -webkit-animation: btnShine 2s cubic-bezier(0.3, 0.05, 0.7, 0.6) infinite;
            animation: btnShine 2s cubic-bezier(0.3, 0.05, 0.7, 0.6) infinite;
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-header__contact:hover::before {
    -webkit-animation: none;
            animation: none;
  }
}
.l-header__contact::before {
  width: 150%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
@media (max-width: 71.25rem) {
  .l-header__contact {
    font-size: 0.875rem;
    gap: 0.375rem;
    width: 6.5rem;
  }
}
@media (max-width: 56.25rem) {
  .l-header__contact {
    display: none;
  }
}
@media (hover: hover) {
  .l-header__contact:hover {
    opacity: 1;
  }
}
.l-header__contact:focus-visible {
  outline: 2px solid #173F80;
  outline-offset: -4px;
}
.l-header__contact img {
  position: relative;
  z-index: 1;
  width: 2.1875rem;
  height: auto;
}
@media (max-width: 71.25rem) {
  .l-header__contact img {
    width: 1.875rem;
  }
}
.l-header__contact span {
  position: relative;
  z-index: 1;
}

/*------------------------------------------------------------------------------
  モバイルドロワー（≤900）
------------------------------------------------------------------------------*/
@media (max-width: 56.25rem) {
  .l-header__navList {
    background: linear-gradient(107deg, #CDE6F0 29%, #C4CEE0 65%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 1000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow-y: auto;
    padding: 4.5rem 0 3rem;
    clip-path: inset(0 0 0 100%);
    visibility: hidden;
    -webkit-transition: clip-path 0.4s ease, visibility 0.4s;
    transition: clip-path 0.4s ease, visibility 0.4s;
  }
  .l-header__nav.is-open .l-header__navList {
    clip-path: inset(0 0 0 0);
    visibility: visible;
  }
  .l-header__navItem {
    border-bottom: 1px solid rgba(23, 63, 128, 0.15);
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .l-header__navItem::after {
    content: "";
    background-image: url("../img/common/icon_circle_arrow_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 1.75rem;
    height: 1.75rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
  }
  .l-header__navLink {
    color: #173F80;
    font-size: 1.0625rem;
    letter-spacing: 0.08em;
    text-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 1.375rem 4rem 1.375rem 1.5rem;
  }
  .l-header__navItem--home {
    display: block;
  }
  .l-header__navItem--contact {
    border-bottom: 0;
    display: block;
    padding: 2.25rem 1.5rem 0;
  }
  .l-header__navItem--contact::after {
    content: none;
  }
  .l-header__drawerContact {
    color: #222;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(91deg, #FFFA29 3.32%, #FFE400 54.27%, #FFDD3F 97.66%);
    border-radius: 0.25rem;
    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;
    gap: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 17.5rem;
    margin-inline: auto;
    padding: 1rem 1.5rem;
  }
  .l-header__drawerContact img {
    width: 1.375rem;
    height: auto;
    padding-top: 0.125rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-header__navList {
    -webkit-transition: none;
    transition: none;
  }
}
/*------------------------------------------------------------------------------
  l-commonContact
------------------------------------------------------------------------------*/
.l-commonContact {
  background: url("../img/common/bg_contact.jpg") no-repeat center/cover, linear-gradient(111deg, #399BC1 31%, #143C84 99%);
  padding: 10rem 0;
}
@media (max-width: 40rem) {
  .l-commonContact {
    padding: 4rem 0 5rem;
    background-position: 24% center;
  }
}

.l-commonContact__lead {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1), -3px -3px 10px rgba(0, 0, 0, 0.08);
  margin-top: 5.195625rem;
}
@media (max-width: 56.25rem) {
  .l-commonContact__lead {
    margin-top: 4.9375rem;
  }
}
@media (max-width: 40rem) {
  .l-commonContact__lead {
    font-size: 0.9375rem;
    margin-top: 3.109375rem;
  }
}

.l-commonContact__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 68.75rem) {
  .l-commonContact__cards {
    gap: 1.5rem;
  }
}
@media (max-width: 56.25rem) {
  .l-commonContact__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.5rem;
  }
}

.l-commonContact__card {
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 0.5rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 29.875rem;
  padding: 2.75rem 1.5rem 1.5rem;
}
@media (max-width: 56.25rem) {
  .l-commonContact__card {
    width: 100%;
    max-width: 29.875rem;
  }
}

.l-commonContact__cardIcon {
  position: absolute;
  top: -1.8125rem;
  left: 50%;
  width: 3.625rem;
  height: 3.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 40rem) {
  .l-commonContact__cardIcon {
    top: -1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.l-commonContact__cardIcon img {
  width: 100%;
  height: 100%;
}

.l-commonContact__cardTitle {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 40rem) {
  .l-commonContact__cardTitle {
    font-size: 1.0625rem;
  }
}

.l-commonContact__tel {
  color: #222;
  text-decoration: none;
  background-color: rgba(46, 125, 173, 0.1);
  border-radius: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 8rem;
  margin-top: 1rem;
  will-change: opacity;
}
@media (max-width: 40rem) {
  .l-commonContact__tel {
    height: 6.5rem;
  }
}

.l-commonContact__telNumber {
  color: #173F80;
  font-family: "Heebo", sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 40rem) {
  .l-commonContact__telNumber {
    font-size: 2.125rem;
  }
}

.l-commonContact__telNote {
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 40rem) {
  .l-commonContact__telNote {
    font-size: 0.75rem;
  }
}

.l-commonContact__formBtn {
  color: #222;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(91deg, #FFFA29 3.32%, #FFE400 54.27%, #FFDD3F 97.66%);
  border-radius: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 8rem;
  overflow: hidden;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}
.l-commonContact__formBtn::before {
  content: "";
  position: absolute;
  top: -300%;
  left: -200%;
  width: 200%;
  height: 400%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.5) 67%, rgba(255, 255, 255, 0) 100%);
}
@media (hover: hover) {
  .l-commonContact__formBtn:hover::before {
    -webkit-animation: slideRepeat 1.3s ease infinite;
            animation: slideRepeat 1.3s ease infinite;
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-commonContact__formBtn:hover::before {
    -webkit-animation: none;
            animation: none;
  }
}
@media (max-width: 40rem) {
  .l-commonContact__formBtn {
    height: 6.5rem;
  }
}
.l-commonContact__formBtn::after {
  content: "";
  background: url("../img/common/icon_arrow_right_black.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.75rem;
  z-index: 1;
  width: 1rem;
  height: 0.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 40rem) {
  .l-commonContact__formBtn::after {
    right: 1rem;
  }
}
@media (hover: hover) {
  .l-commonContact__formBtn:hover {
    opacity: 1;
  }
  .l-commonContact__formBtn:hover::after {
    -webkit-transform: translate(0.25rem, -50%);
            transform: translate(0.25rem, -50%);
  }
}

.l-commonContact__formBtnJa {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media (max-width: 40rem) {
  .l-commonContact__formBtnJa {
    font-size: 1.125rem;
  }
}

.l-commonContact__formBtnEn {
  font-family: "Heebo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (max-width: 40rem) {
  .l-commonContact__formBtnEn {
    font-size: 0.75rem;
  }
}

/*------------------------------------------------------------------------------
  l-recruitContact
------------------------------------------------------------------------------*/
.l-recruitContact {
  background: url("../img/common/bg_recruit-contact.jpg?ver1.1") no-repeat center/cover;
  padding: 10rem 0;
}
@media (max-width: 56.25rem) {
  .l-recruitContact {
    padding: 7.5rem 0;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact {
    padding: 5rem 0;
  }
}

.l-recruitContact__titleGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media (max-width: 40rem) {
  .l-recruitContact__titleGroup {
    gap: 0.75rem;
  }
}

.l-recruitContact__label {
  color: #F0F8FE;
  font-family: "Heebo", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 40rem) {
  .l-recruitContact__label {
    font-size: 0.875rem;
    font-weight: 600;
  }
}

.l-recruitContact__labelMark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.3125rem;
          flex: 0 0 1.3125rem;
  width: 1.3125rem;
}
@media (max-width: 40rem) {
  .l-recruitContact__labelMark {
    -ms-flex-preferred-size: 0.875rem;
        flex-basis: 0.875rem;
    width: 0.875rem;
  }
}
.l-recruitContact__labelMark img {
  display: block;
  width: 100%;
  height: auto;
}

.l-recruitContact__labelText {
  margin-right: -0.1em;
}

.l-recruitContact__title {
  color: #fff;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 56.25rem) {
  .l-recruitContact__title {
    font-size: 2rem;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact__title {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}

.l-recruitContact__titleAccent {
  color: #FFF906;
  font-size: 3rem;
}
@media (max-width: 56.25rem) {
  .l-recruitContact__titleAccent {
    font-size: 2.25rem;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact__titleAccent {
    font-size: 1.625rem;
  }
}

.l-recruitContact__lead {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1), -3px -3px 10px rgba(0, 0, 0, 0.08);
  margin-top: 2rem;
}
@media (max-width: 40rem) {
  .l-recruitContact__lead {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1rem;
    margin-top: 1.25rem;
    margin-inline: auto;
  }
}

/*------------------------------------------------------------------------------
  l-recruitContact card
------------------------------------------------------------------------------*/
.l-recruitContact__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  margin-top: 4.875rem;
}
@media (max-width: 71.25rem) {
  .l-recruitContact__cards {
    gap: 2rem;
  }
}
@media (max-width: 63.937rem) {
  .l-recruitContact__cards {
    gap: 1.5rem;
  }
}
@media (max-width: 56.25rem) {
  .l-recruitContact__cards {
    gap: 1rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-recruitContact__cards {
    -ms-grid-columns: minmax(0, 23.3125rem);
    grid-template-columns: minmax(0, 23.3125rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.5rem;
    margin-top: 4.25rem;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact__cards {
    gap: 2.75rem;
    margin-top: 3.5rem;
  }
}

.l-recruitContact__card {
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 0.5rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.75rem 1.25rem 1.25rem;
}
@media (max-width: 71.25rem) {
  .l-recruitContact__card {
    padding: 2.5rem 1.125rem 1.125rem;
  }
}
@media (max-width: 63.937rem) {
  .l-recruitContact__card {
    padding: 2.125rem 0.875rem 0.875rem;
  }
}
@media (max-width: 56.25rem) {
  .l-recruitContact__card {
    padding: 1.875rem 0.625rem 0.625rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-recruitContact__card {
    padding: 2.75rem 1.25rem 1.25rem;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact__card {
    padding: 2.25rem 1rem 1rem;
  }
}

.l-recruitContact__cardIcon {
  position: absolute;
  top: -1.8125rem;
  left: 50%;
  width: 3.625rem;
  height: 3.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 71.25rem) {
  .l-recruitContact__cardIcon {
    top: -1.6875rem;
    width: 3.375rem;
    height: 3.375rem;
  }
}
@media (max-width: 63.937rem) {
  .l-recruitContact__cardIcon {
    top: -1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 56.25rem) {
  .l-recruitContact__cardIcon {
    top: -1.3125rem;
    width: 2.625rem;
    height: 2.625rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-recruitContact__cardIcon {
    top: -1.8125rem;
    width: 3.625rem;
    height: 3.625rem;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact__cardIcon {
    top: -1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.l-recruitContact__cardIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-recruitContact__cardTitle {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 71.25rem) {
  .l-recruitContact__cardTitle {
    font-size: 1.25rem;
  }
}
@media (max-width: 68.75rem) {
  .l-recruitContact__cardTitle {
    font-size: 1.1875rem;
  }
}
@media (max-width: 63.937rem) {
  .l-recruitContact__cardTitle {
    font-size: 1.0625rem;
  }
}
@media (max-width: 56.25rem) {
  .l-recruitContact__cardTitle {
    font-size: 0.9375rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-recruitContact__cardTitle {
    font-size: 1.375rem;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact__cardTitle {
    font-size: 1.125rem;
  }
}

.l-recruitContact__cardTitleSm {
  font-size: 1.25rem;
}
@media (max-width: 71.25rem) {
  .l-recruitContact__cardTitleSm {
    font-size: 1.125rem;
  }
}
@media (max-width: 68.75rem) {
  .l-recruitContact__cardTitleSm {
    font-size: 1.0625rem;
  }
}
@media (max-width: 63.937rem) {
  .l-recruitContact__cardTitleSm {
    font-size: 0.9375rem;
  }
}
@media (max-width: 56.25rem) {
  .l-recruitContact__cardTitleSm {
    font-size: 0.8125rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-recruitContact__cardTitleSm {
    font-size: 1.25rem;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact__cardTitleSm {
    font-size: 1rem;
  }
}

/*------------------------------------------------------------------------------
  l-recruitContact card button
------------------------------------------------------------------------------*/
.l-recruitContact__cardBtn {
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 8rem;
  overflow: hidden;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}
.l-recruitContact__cardBtn::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(75%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -50%;
  left: 0;
  width: 95%;
  height: 200%;
  -webkit-transform: translateX(-175%) skewX(-20deg);
          transform: translateX(-175%) skewX(-20deg);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
@media (hover: hover) {
  .l-recruitContact__cardBtn:hover::before {
    -webkit-animation: btnShine 2s cubic-bezier(0.3, 0.05, 0.7, 0.6) infinite;
            animation: btnShine 2s cubic-bezier(0.3, 0.05, 0.7, 0.6) infinite;
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-recruitContact__cardBtn:hover::before {
    -webkit-animation: none;
            animation: none;
  }
}
@media (max-width: 71.25rem) {
  .l-recruitContact__cardBtn {
    height: 7.5rem;
    margin-top: 0.875rem;
  }
}
@media (max-width: 63.937rem) {
  .l-recruitContact__cardBtn {
    height: 6.75rem;
    margin-top: 0.75rem;
  }
}
@media (max-width: 56.25rem) {
  .l-recruitContact__cardBtn {
    height: 6rem;
    margin-top: 0.625rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-recruitContact__cardBtn {
    height: 8rem;
    margin-top: 1rem;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact__cardBtn {
    height: 6.5rem;
    margin-top: 0.75rem;
  }
}
.l-recruitContact__cardBtn::after {
  content: "";
  background: url("../img/common/icon_arrow_right_white.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 1;
  width: 1rem;
  height: 0.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 63.937rem) {
  .l-recruitContact__cardBtn::after {
    right: 0.75rem;
  }
}
@media (max-width: 56.25rem) {
  .l-recruitContact__cardBtn::after {
    right: 0.5rem;
    width: 0.875rem;
    height: 0.625rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-recruitContact__cardBtn::after {
    right: 1rem;
    width: 1rem;
    height: 0.6875rem;
  }
}
@media (hover: hover) {
  .l-recruitContact__cardBtn:hover {
    opacity: 1;
  }
  .l-recruitContact__cardBtn:hover::after {
    -webkit-transform: translate(0.25rem, -50%);
            transform: translate(0.25rem, -50%);
  }
}

.l-recruitContact__cardBtn--line {
  background-color: #06C755;
}

.l-recruitContact__cardBtn--indeed {
  background: linear-gradient(121deg, #1353BE 31%, #003894 99%);
  gap: 0.6875rem;
}
.l-recruitContact__cardBtn--indeed .l-recruitContact__cardBtnJa {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media (max-width: 75rem) {
  .l-recruitContact__cardBtn--indeed .l-recruitContact__cardBtnJa {
    font-size: 1.8125rem;
  }
}
@media (max-width: 71.25rem) {
  .l-recruitContact__cardBtn--indeed .l-recruitContact__cardBtnJa {
    font-size: 1.625rem;
  }
}
@media (max-width: 68.75rem) {
  .l-recruitContact__cardBtn--indeed .l-recruitContact__cardBtnJa {
    font-size: 1.5rem;
  }
}
@media (max-width: 63.937rem) {
  .l-recruitContact__cardBtn--indeed .l-recruitContact__cardBtnJa {
    font-size: 1.3125rem;
  }
}
@media (max-width: 56.25rem) {
  .l-recruitContact__cardBtn--indeed .l-recruitContact__cardBtnJa {
    font-size: 1.125rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-recruitContact__cardBtn--indeed .l-recruitContact__cardBtnJa {
    font-size: 1.8125rem;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact__cardBtn--indeed .l-recruitContact__cardBtnJa {
    font-size: 1.5rem;
  }
}

.l-recruitContact__cardBtn--mail {
  color: #222;
  background: linear-gradient(91deg, #FFFA29 3.32%, #FFE400 54.27%, #FFDD3F 97.66%);
  position: relative;
  overflow: hidden;
}
.l-recruitContact__cardBtn--mail::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -50%;
  left: 0;
  width: 95%;
  height: 200%;
  -webkit-transform: translateX(-175%) skewX(-20deg);
          transform: translateX(-175%) skewX(-20deg);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
@media (hover: hover) {
  .l-recruitContact__cardBtn--mail:hover::before {
    -webkit-animation: btnShine 2s cubic-bezier(0.3, 0.05, 0.7, 0.6) infinite;
            animation: btnShine 2s cubic-bezier(0.3, 0.05, 0.7, 0.6) infinite;
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-recruitContact__cardBtn--mail:hover::before {
    -webkit-animation: none;
            animation: none;
  }
}
.l-recruitContact__cardBtn--mail::after {
  background-image: url("../img/common/icon_arrow_right_black.svg");
}

.l-recruitContact__cardBtnJa {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media (max-width: 75rem) {
  .l-recruitContact__cardBtnJa {
    font-size: 1.3125rem;
  }
}
@media (max-width: 71.25rem) {
  .l-recruitContact__cardBtnJa {
    font-size: 1.1875rem;
  }
}
@media (max-width: 68.75rem) {
  .l-recruitContact__cardBtnJa {
    font-size: 1.0625rem;
  }
}
@media (max-width: 63.937rem) {
  .l-recruitContact__cardBtnJa {
    font-size: 0.9375rem;
  }
}
@media (max-width: 56.25rem) {
  .l-recruitContact__cardBtnJa {
    font-size: 0.8125rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-recruitContact__cardBtnJa {
    font-size: 1.3125rem;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact__cardBtnJa {
    font-size: 1.125rem;
  }
}

.l-recruitContact__cardBtnJaSm {
  font-size: 1.5rem;
}
@media (max-width: 75rem) {
  .l-recruitContact__cardBtnJaSm {
    font-size: 1.375rem;
  }
}
@media (max-width: 71.25rem) {
  .l-recruitContact__cardBtnJaSm {
    font-size: 1.25rem;
  }
}
@media (max-width: 68.75rem) {
  .l-recruitContact__cardBtnJaSm {
    font-size: 1.125rem;
  }
}
@media (max-width: 63.937rem) {
  .l-recruitContact__cardBtnJaSm {
    font-size: 1rem;
  }
}
@media (max-width: 56.25rem) {
  .l-recruitContact__cardBtnJaSm {
    font-size: 0.875rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-recruitContact__cardBtnJaSm {
    font-size: 1.375rem;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact__cardBtnJaSm {
    font-size: 1.125rem;
  }
}

.l-recruitContact__cardBtnEn {
  font-family: "Heebo", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (max-width: 71.25rem) {
  .l-recruitContact__cardBtnEn {
    font-size: 0.8125rem;
  }
}
@media (max-width: 63.937rem) {
  .l-recruitContact__cardBtnEn {
    font-size: 0.75rem;
  }
}
@media (max-width: 56.25rem) {
  .l-recruitContact__cardBtnEn {
    font-size: 0.6875rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-recruitContact__cardBtnEn {
    font-size: 0.875rem;
  }
}
@media (max-width: 40rem) {
  .l-recruitContact__cardBtnEn {
    font-size: 0.75rem;
  }
}

/*------------------------------------------------------------------------------
  l-recruitContact tel
------------------------------------------------------------------------------*/
.l-recruitContact__telWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3rem;
  margin-inline: auto;
}
@media (max-width: 40rem) {
  .l-recruitContact__telWrap {
    margin-top: 2.5rem;
  }
}

.l-recruitContact__tel {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
}
.l-recruitContact__tel:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.l-recruitContact__telIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.625rem;
          flex: 0 0 1.625rem;
  width: 1.625rem;
  height: 1.625rem;
}
@media (max-width: 40rem) {
  .l-recruitContact__telIcon {
    -ms-flex-preferred-size: 1.375rem;
        flex-basis: 1.375rem;
    width: 1.375rem;
    height: 1.375rem;
  }
}
.l-recruitContact__telIcon img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-recruitContact__telBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}

.l-recruitContact__telNumber {
  font-family: "Heebo", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 40rem) {
  .l-recruitContact__telNumber {
    font-size: 1.375rem;
  }
}

.l-recruitContact__telNote {
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
@media (max-width: 40rem) {
  .l-recruitContact__telNote {
    font-size: 0.75rem;
  }
}

/*------------------------------------------------------------------------------
  l-footer
------------------------------------------------------------------------------*/
.l-footer {
  background-color: #fff;
  margin-top: 8.5rem;
}
@media (max-width: 40rem) {
  .l-footer {
    margin-top: 5rem;
  }
}

.l-footer__inner.c-inner {
  margin-bottom: 5.5rem;
}
@media (max-width: 40rem) {
  .l-footer__inner.c-inner {
    margin-bottom: 3.5rem;
  }
}

.l-footer__logo {
  margin-left: -0.75rem;
}

.l-footer__logoLink {
  display: inline-block;
}
.l-footer__logoLink img {
  width: 29.3125rem;
  height: auto;
}
@media (max-width: 47.9375rem) {
  .l-footer__logoLink img {
    width: 25rem;
  }
}
@media (max-width: 40rem) {
  .l-footer__logoLink img {
    width: 20rem;
  }
}

.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 71.25rem) {
  .l-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
@media (max-width: 40rem) {
  .l-footer__body {
    gap: 2.5rem;
    margin-top: 1.5rem;
  }
}

/*------------------------------------------------------------------------------
  l-footer__info（左レール：住所・Google Map・各種リンク・SNS）
------------------------------------------------------------------------------*/
.l-footer__address {
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 68.75rem) {
  .l-footer__address {
    font-size: 0.9375rem;
  }
}
@media (max-width: 40rem) {
  .l-footer__address {
    font-size: 0.875rem;
  }
}

.l-footer__map {
  color: #222;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 68.75rem) {
  .l-footer__map {
    font-size: 0.9375rem;
  }
}
@media (max-width: 40rem) {
  .l-footer__map {
    font-size: 0.875rem;
  }
}

.l-footer__subLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}

.l-footer__subLink {
  color: #555;
  font-size: 0.9375rem;
  text-decoration: underline;
}
@media (max-width: 40rem) {
  .l-footer__subLink {
    font-size: 0.8125rem;
  }
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: 4.375rem;
}
@media (max-width: 40rem) {
  .l-footer__sns {
    margin-top: 2.5rem;
  }
}

.l-footer__snsLink {
  display: block;
}

.l-footer__snsLink--youtube img {
  width: 2.75rem;
  height: auto;
}

.l-footer__snsLink--line img {
  width: 2.5rem;
  height: auto;
}

/*------------------------------------------------------------------------------
  l-footer__navArea（右ゾーン：フッターナビ 5 列・所属団体ロゴ）
------------------------------------------------------------------------------*/
.l-footer__navArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.5rem;
}
@media (max-width: 71.25rem) {
  .l-footer__navArea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0;
  }
}

.l-footer__navColumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 75rem) {
  .l-footer__navColumns {
    gap: 1.5rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-footer__navColumns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }
}

.l-footer__navMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 47.9375rem) {
  .l-footer__navMain {
    gap: 1rem;
  }
}

.l-footer__navHeading {
  color: #173F80;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 68.75rem) {
  .l-footer__navHeading {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}

.l-footer__navSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  padding-left: 0.25rem;
  margin-top: 0.25rem;
}

.l-footer__navSubLink {
  color: #222;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.375rem;
}
@media (max-width: 40rem) {
  .l-footer__navSubLink {
    font-size: 0.8125rem;
  }
}
.l-footer__navSubLink::before {
  content: "";
  background-color: #2E7DAD;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.75rem;
  height: 1px;
  margin-top: 0.8125rem;
}

.l-footer__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media (max-width: 47.9375rem) {
  .l-footer__banners {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (max-width: 47.9375rem) {
  .l-footer__banners img {
    width: auto;
    height: 3rem;
  }
}

.l-footer__bannerLink {
  display: block;
}

.l-footer__copyright {
  background-color: #173F80;
}

.l-footer__copy {
  color: #fff;
  letter-spacing: 0.22em;
  text-align: center;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3.4375rem;
  padding: 0.5rem 1rem;
}
@media (max-width: 40rem) {
  .l-footer__copy {
    font-size: 0.75rem;
    min-height: 3rem;
  }
}

/*------------------------------------------------------------------------------
  c-anchorNav
------------------------------------------------------------------------------*/
.c-anchorNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 68.75rem) {
  .c-anchorNav__list {
    gap: 1rem;
  }
}
@media (max-width: 40rem) {
  .c-anchorNav__list {
    gap: 0.625rem;
  }
}

.c-anchorNav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 30rem) {
  .c-anchorNav__item {
    width: calc(50% - 0.3125rem);
  }
}

.c-anchorNav__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #173F80;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #173F80;
  border-radius: 0.0625rem;
  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;
  gap: 0.75rem;
  padding: 0.6rem 0.75rem 0.6rem 1.75rem;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 68.75rem) {
  .c-anchorNav__link {
    font-size: 0.9375rem;
    gap: 0.625rem;
    padding: 0.59375rem 0.625rem 0.59375rem 1.125rem;
  }
}
@media (max-width: 40rem) {
  .c-anchorNav__link {
    font-size: 0.78125rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    gap: 0.5rem;
    padding: 0.5625rem 0.625rem;
  }
}
@media (max-width: 30rem) {
  .c-anchorNav__link {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding-right: 1.625rem;
  }
}
.c-anchorNav__link::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.75rem;
          flex: 0 0 0.75rem;
  width: 0.75rem;
  height: 0.625rem;
  background: url("../img/common/icon_caret_down_primary.svg") no-repeat center/contain;
}
@media (max-width: 40rem) {
  .c-anchorNav__link::after {
    -ms-flex-preferred-size: 0.625rem;
        flex-basis: 0.625rem;
    width: 0.625rem;
    height: 0.5rem;
  }
}
@media (max-width: 30rem) {
  .c-anchorNav__link::after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (hover: hover) {
  .c-anchorNav__link:hover {
    color: #fff;
    background-color: #173F80;
    opacity: 1;
  }
  .c-anchorNav__link:hover::after {
    background-image: url("../img/common/icon_caret_down_white.svg");
  }
}
.c-anchorNav__link:focus-visible {
  outline-offset: 2px;
}

/*------------------------------------------------------------------------------
  c-benefitCard — 働く環境・福利厚生のカード
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  1. カードの箱
------------------------------------------------------------------------------*/
.c-benefitCard {
  background-color: #EDF4F8;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 18.625rem;
  padding-top: 3.75rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard {
    min-height: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/*------------------------------------------------------------------------------
  2. 共通パーツ
------------------------------------------------------------------------------*/
/* イラスト */
.c-benefitCard__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  margin-top: 0.125rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard__figure {
    max-width: 42%;
  }
}
.c-benefitCard__figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* 中身を包む3種類の箱（カードによって使うものが違う） */
.c-benefitCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.4375rem;
  min-width: 0;
}
@media (max-width: 71.25rem) {
  .c-benefitCard__body {
    gap: 2rem;
  }
}

.c-benefitCard__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-benefitCard__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* 見出し（ロゴマーク＋ラベル） */
.c-benefitCard__label {
  color: #173F80;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-right: -0.12em;
}
@media (max-width: 71.25rem) {
  .c-benefitCard__label {
    font-size: 1.5rem;
  }
}

.c-benefitCard__labelMark {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.4375rem;
          flex: 0 0 1.4375rem;
  width: 1.4375rem;
  height: 1.756875rem;
}
.c-benefitCard__labelMark img {
  display: block;
  position: absolute;
  bottom: 0.16625rem;
  left: 0;
  width: 100%;
  height: auto;
}

/* 数字ブロック */
.c-benefitCard__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
}

.c-benefitCard__statGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
}

.c-benefitCard__statLabel {
  color: #173F80;
  font-size: 1.71175rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media (max-width: 71.25rem) {
  .c-benefitCard__statLabel {
    font-size: 1.375rem;
  }
}

.c-benefitCard__statValue {
  color: #3EACEF;
  font-family: "Heebo", sans-serif;
  font-size: 7.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: -0.1042em;
  margin-bottom: -0.1875em;
}
@media (max-width: 71.25rem) {
  .c-benefitCard__statValue {
    font-size: 5.625rem;
  }
}

.c-benefitCard__statUnit {
  color: #173F80;
  font-size: 2.425rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media (max-width: 71.25rem) {
  .c-benefitCard__statUnit {
    font-size: 1.875rem;
  }
}

/* 注記 */
.c-benefitCard__note {
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.c-benefitCard__noteSub {
  white-space: nowrap;
}

/* 説明文（店舗割引 / 退職金） */
.c-benefitCard__desc {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
@media (max-width: 71.25rem) {
  .c-benefitCard__desc {
    font-size: 0.9375rem;
    letter-spacing: 0.05;
    white-space: normal;
  }
}

.c-benefitCard__descEm {
  color: #3EACEF;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (max-width: 71.25rem) {
  .c-benefitCard__descEm {
    font-size: 1.1875rem;
    letter-spacing: 0;
  }
}

/* リード文と箇条書き（各種手当） */
.c-benefitCard__lead {
  color: #173F80;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media (max-width: 71.25rem) {
  .c-benefitCard__lead {
    font-size: 1.125rem;
  }
}

.c-benefitCard__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.c-benefitCard__point {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard__point {
    font-size: 0.9375rem;
  }
}
.c-benefitCard__point::before {
  content: "";
  background-image: url("../img/common/icon_check_circle_light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.28375rem;
          flex: 0 0 1.28375rem;
  width: 1.28375rem;
  height: 1.28375rem;
}

/*------------------------------------------------------------------------------
  3. カードごとの違い（イラストの大きさ・左右の余白は1枚ずつ Figma 実測）
------------------------------------------------------------------------------*/
/* 休日 */
.c-benefitCard--holiday {
  gap: 2.5rem;
  padding-left: 3.3125rem;
}
.c-benefitCard--holiday .c-benefitCard__figure {
  width: 13.375rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--holiday {
    gap: 1.5rem;
    padding-left: 2rem;
  }
}

/* 働き方 */
.c-benefitCard--worktime {
  gap: 3.5625rem;
  padding-left: 2.75rem;
}
.c-benefitCard--worktime .c-benefitCard__figure {
  width: 11.625rem;
}
.c-benefitCard--worktime .c-benefitCard__body {
  gap: 3.1875rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--worktime .c-benefitCard__body {
    gap: 2rem;
  }
}
.c-benefitCard--worktime .c-benefitCard__statLabel--sm {
  font-size: 1.375rem;
  line-height: 1.13;
  letter-spacing: 0.07em;
  text-align: center;
  width: 1em;
  margin-right: 0;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--worktime .c-benefitCard__statLabel--sm {
    font-size: 1.125rem;
  }
}
.c-benefitCard--worktime .c-benefitCard__statValue {
  font-size: 6.5625rem;
  letter-spacing: -0.02em;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--worktime .c-benefitCard__statValue {
    font-size: 5rem;
  }
}
.c-benefitCard--worktime .c-benefitCard__note {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 71.25rem) {
  .c-benefitCard--worktime {
    gap: 1.5rem;
    padding-left: 2rem;
  }
}

/* 賞与 */
.c-benefitCard--bonus {
  gap: 3.25rem;
  padding-left: 3.0625rem;
}
.c-benefitCard--bonus .c-benefitCard__figure {
  width: 12.875rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--bonus {
    gap: 1.5rem;
    padding-left: 2rem;
  }
}

/* 通勤 */
.c-benefitCard--commute {
  gap: 2.375rem;
  padding-left: 2.8125rem;
}
.c-benefitCard--commute .c-benefitCard__figure {
  width: 12.75rem;
  margin-top: 0;
}
.c-benefitCard--commute .c-benefitCard__body {
  gap: 3.0625rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--commute .c-benefitCard__body {
    gap: 2rem;
  }
}
.c-benefitCard--commute .c-benefitCard__stat {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
}
.c-benefitCard--commute .c-benefitCard__statLabel {
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--commute .c-benefitCard__statLabel {
    font-size: 1.25rem;
  }
}
.c-benefitCard--commute .c-benefitCard__statValue {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.1875rem;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -0.02em;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--commute .c-benefitCard__statValue {
    font-size: 2.5rem;
  }
}
@media (max-width: 71.25rem) {
  .c-benefitCard--commute {
    gap: 1.5rem;
    padding-left: 2rem;
  }
}

/* 店舗割引・退職金（見出しが上、その下にイラストと説明を横並び） */
.c-benefitCard--gift,
.c-benefitCard--retirement {
  display: block;
  padding-left: 1.8125rem;
  padding-right: 1.5rem;
}
.c-benefitCard--gift .c-benefitCard__label,
.c-benefitCard--retirement .c-benefitCard__label {
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
.c-benefitCard--gift .c-benefitCard__figure,
.c-benefitCard--retirement .c-benefitCard__figure {
  margin-top: 0;
}

.c-benefitCard--gift .c-benefitCard__row {
  margin-top: 2.3125rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--gift .c-benefitCard__row {
    margin-top: 1.5rem;
  }
}
.c-benefitCard--gift .c-benefitCard__figure {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12.125rem;
  aspect-ratio: 194/134.28;
  margin-left: 1.5625rem;
}
.c-benefitCard--gift .c-benefitCard__figure img {
  width: 86.71%;
}
.c-benefitCard--gift .c-benefitCard__figure::after {
  content: "";
  background: url("../img/recruit/img_benefit_gift_box.svg") no-repeat center/contain;
  position: absolute;
  top: 45.7%;
  left: 62.41%;
  width: 37.59%;
  aspect-ratio: 1;
}
.c-benefitCard--gift .c-benefitCard__desc {
  margin-top: 1.125rem;
  margin-left: 1.5rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--gift .c-benefitCard__desc {
    margin-left: 1rem;
  }
}

.c-benefitCard--retirement .c-benefitCard__row {
  margin-top: 1.5625rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--retirement .c-benefitCard__row {
    margin-top: 1rem;
  }
}
.c-benefitCard--retirement .c-benefitCard__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10.0625rem;
  margin-left: 2.4375rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--retirement .c-benefitCard__figure {
    margin-left: 1rem;
  }
}
.c-benefitCard--retirement .c-benefitCard__desc {
  margin-top: 1.875rem;
  margin-left: 2.6875rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--retirement .c-benefitCard__desc {
    margin-left: 1.5rem;
  }
}

/* 各種手当（2列ぶんの横長カード） */
.c-benefitCard--allowance {
  gap: 5rem;
  padding: 3.75rem 3rem 3.5rem;
}
.c-benefitCard--allowance .c-benefitCard__figure {
  max-width: none;
  width: 14.75rem;
  margin-top: 2.920625rem;
  margin-left: 2.1875rem;
}
.c-benefitCard--allowance .c-benefitCard__body {
  gap: 1rem;
}
.c-benefitCard--allowance .c-benefitCard__points {
  margin-top: 0.4375rem;
}
@media (max-width: 71.25rem) {
  .c-benefitCard--allowance {
    gap: 2.5rem;
    padding: 2.5rem 2rem;
  }
}

/*------------------------------------------------------------------------------
  4. 縦積み（1023px 以下）
------------------------------------------------------------------------------*/
@media (max-width: 63.937rem) {
  /* カードの箱（上下左右の余白・要素間の間隔） */
  .c-benefitCard {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding: 1.5rem 1rem;
  }
  /* 入れ子をほどいて、見出し・イラスト・本文をカード直下の並びにする */
  .c-benefitCard .c-benefitCard__body,
  .c-benefitCard .c-benefitCard__media,
  .c-benefitCard .c-benefitCard__row {
    display: contents;
  }
  /* 見出し（いちばん上・中央の箱の中で文字は左揃え） */
  .c-benefitCard .c-benefitCard__label {
    font-size: 0.8125rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    gap: 0.5rem;
    margin-right: 0;
  }
  .c-benefitCard .c-benefitCard__labelLine {
    display: block;
  }
  .c-benefitCard .c-benefitCard__labelSep {
    display: none;
  }
  .c-benefitCard .c-benefitCard__labelMark {
    -ms-flex-preferred-size: 1.125rem;
        flex-basis: 1.125rem;
    width: 1.125rem;
    height: 1.375rem;
  }
  /* イラスト（見出しの次） */
  .c-benefitCard .c-benefitCard__figure {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 60%;
    margin: 0;
  }
  /* 数字・説明（イラストの下） */
  .c-benefitCard .c-benefitCard__stat {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-benefitCard .c-benefitCard__statGroup {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-benefitCard .c-benefitCard__note {
    font-size: 0.75rem;
  }
  .c-benefitCard .c-benefitCard__desc,
  .c-benefitCard .c-benefitCard__points {
    margin: 0;
  }
  .c-benefitCard .c-benefitCard__points {
    text-align: left;
  }
  /* カードごとの調整 */
  .c-benefitCard--holiday .c-benefitCard__stat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-benefitCard--holiday .c-benefitCard__statLabel {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    letter-spacing: 0.07em;
    margin-block: 0.75rem;
  }
  .c-benefitCard--holiday .c-benefitCard__statLabel br {
    display: none;
  }
  .c-benefitCard--commute .c-benefitCard__stat {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*------------------------------------------------------------------------------
  4-2. さらに狭い画面（文字サイズの調整だけ）
------------------------------------------------------------------------------*/
@media (max-width: 40rem) {
  .c-benefitCard .c-benefitCard__statLabel {
    font-size: 1.125rem;
  }
  .c-benefitCard .c-benefitCard__statValue {
    font-size: 4rem;
  }
  .c-benefitCard .c-benefitCard__statUnit {
    font-size: 1.5rem;
  }
  .c-benefitCard .c-benefitCard__note {
    font-size: 0.6875rem;
  }
  .c-benefitCard .c-benefitCard__desc {
    font-size: 0.8125rem;
  }
  .c-benefitCard .c-benefitCard__descEm {
    font-size: 1rem;
  }
  .c-benefitCard .c-benefitCard__lead {
    font-size: 0.9375rem;
  }
  .c-benefitCard .c-benefitCard__point {
    font-size: 0.8125rem;
    gap: 0.5rem;
  }
  .c-benefitCard .c-benefitCard__point::before {
    -ms-flex-preferred-size: 1.0625rem;
        flex-basis: 1.0625rem;
    width: 1.0625rem;
    height: 1.0625rem;
  }
  .c-benefitCard--worktime .c-benefitCard__statLabel,
  .c-benefitCard--worktime .c-benefitCard__statLabel--sm {
    font-size: 0.75rem;
  }
  .c-benefitCard--worktime .c-benefitCard__statValue {
    font-size: 3.5rem;
  }
  .c-benefitCard--commute .c-benefitCard__statLabel {
    font-size: 1rem;
  }
  .c-benefitCard--commute .c-benefitCard__statValue {
    font-size: 1.5rem;
  }
  .c-benefitCard--allowance .c-benefitCard__note {
    text-align: left;
  }
}
@media (max-width: 32.5rem) {
  .c-benefitCard .c-benefitCard__label {
    gap: 0.375rem;
  }
  .c-benefitCard .c-benefitCard__labelMark {
    -ms-flex-preferred-size: 0.8125rem;
        flex-basis: 0.8125rem;
    width: 0.8125rem;
    height: 0.9375rem;
  }
  .c-benefitCard .c-benefitCard__desc {
    font-size: 0.75rem;
  }
  .c-benefitCard .c-benefitCard__descEm {
    font-size: 0.8125rem;
  }
}
@media (max-width: 22.4375rem) {
  .c-benefitCard .c-benefitCard__desc,
  .c-benefitCard .c-benefitCard__descEm {
    font-size: 0.6875rem;
  }
}
/*------------------------------------------------------------------------------
  c-breadcrumb
------------------------------------------------------------------------------*/
.c-breadcrumb {
  position: relative;
  z-index: 1;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumb__list span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  vertical-align: 0.03125rem;
}
@media (max-width: 40rem) {
  .c-breadcrumb__list span {
    font-size: 0.6875rem;
  }
}
.c-breadcrumb__list span span {
  font-weight: 500;
  margin-right: 0.75rem;
}
@media (max-width: 40rem) {
  .c-breadcrumb__list span span {
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-right: 0.5rem;
  }
}
.c-breadcrumb__list span span:not(:first-child) {
  margin-left: 0.75rem;
}
@media (max-width: 40rem) {
  .c-breadcrumb__list span span:not(:first-child) {
    margin-left: 0.5rem;
  }
}
.c-breadcrumb__list span span.breadcrumb_last {
  color: #173F80;
  margin-right: 0;
}
.c-breadcrumb__list span span a {
  color: #222;
  text-decoration: none;
}
.c-breadcrumb__list span span a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
  静的 HTML（ol/li 構造）用。上の span 入れ子は WP のパンくず出力用に残している
------------------------------------------------------------------------------*/
.c-breadcrumb__item {
  color: #222;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 40rem) {
  .c-breadcrumb__item {
    font-size: 0.6875rem;
  }
}
.c-breadcrumb__item:not(:first-child) {
  margin-left: 0.5rem;
}
.c-breadcrumb__item:not(:first-child)::before {
  content: "＞"/"";
  font-size: 0.5625rem;
  font-weight: 400;
  margin-right: 0.5rem;
}
@media (max-width: 40rem) {
  .c-breadcrumb__item:not(:first-child)::before {
    font-size: 0.5rem;
  }
}

.c-breadcrumb__link {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .c-breadcrumb__link:hover {
    text-decoration: underline;
  }
}

/*------------------------------------------------------------------------------
  c-btn
------------------------------------------------------------------------------*/
.c-btn {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(140deg, #288CB2 31.012%, #0C3379 98.712%);
  border-radius: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 22.5rem;
  height: 4.5rem;
  width: 100%;
  overflow: hidden;
  padding: 0 3.375rem;
}
@media (max-width: 40rem) {
  .c-btn {
    font-size: 1rem;
    max-width: 18.75rem;
    height: 3.5rem;
    padding: 0 2.5rem;
  }
}
.c-btn::before {
  content: "";
  background: linear-gradient(140deg, #237A9D 15.506%, #061D49 49.356%, #237A9D 100%);
  background-size: 200% 100%;
  background-position: 100% 50%;
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: background-position 0.5s ease, opacity 0.5s ease;
  transition: background-position 0.5s ease, opacity 0.5s ease;
  pointer-events: none;
}
.c-btn::after {
  content: "";
  background-image: url("../img/common/icon_arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  z-index: 1;
  width: 0.875rem;
  height: 0.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 40rem) {
  .c-btn::after {
    right: 1rem;
    width: 0.75rem;
    height: 0.5625rem;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 1;
  }
  .c-btn:hover::before {
    background-position: 0 50%;
    opacity: 1;
  }
  .c-btn:hover::after {
    -webkit-transform: translate(0.25rem, -50%);
            transform: translate(0.25rem, -50%);
  }
}

.c-btn__text {
  position: relative;
  z-index: 1;
}

.c-btn--sm {
  font-size: 1rem;
  max-width: 18.75rem;
  height: 3.75rem;
}
@media (max-width: 40rem) {
  .c-btn--sm {
    font-size: 0.875rem;
    max-width: 16.25rem;
    height: 3rem;
  }
}

.c-btn--indeed {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: linear-gradient(147deg, #1353BE 13.47%, #003894 103.58%);
  border-radius: 2.625rem;
  max-width: 19.375rem;
  height: 3.125rem;
  padding: 0 2.25rem;
}
@media (max-width: 40rem) {
  .c-btn--indeed {
    font-size: 0.8125rem;
    max-width: 17.5rem;
    height: 2.875rem;
    padding: 0 1.75rem;
  }
}
.c-btn--indeed::before {
  background-image: linear-gradient(147deg, #114CA6 15.51%, #002054 49.36%, #114CA6 100%);
}
.c-btn--indeed::after {
  right: 0.9375rem;
  width: 0.625rem;
  height: 0.5rem;
}

.c-btn--accent {
  color: #222;
  background: linear-gradient(91deg, #FFFA29 3.32%, #FFE400 54.27%, #FFDD3F 97.66%);
  border-radius: 0.125rem;
  position: relative;
  overflow: hidden;
}
.c-btn--accent::before {
  content: "";
  position: absolute;
  top: -300%;
  left: -200%;
  width: 200%;
  height: 400%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.5) 67%, rgba(255, 255, 255, 0) 100%);
}
@media (hover: hover) {
  .c-btn--accent:hover::before {
    -webkit-animation: slideRepeat 1.3s ease infinite;
            animation: slideRepeat 1.3s ease infinite;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-btn--accent:hover::before {
    -webkit-animation: none;
            animation: none;
  }
}
.c-btn--accent::before {
  opacity: 1;
}
.c-btn--accent::after {
  background-image: url("../img/common/icon_arrow_right_black.svg");
}
@media (hover: hover) {
  .c-btn--accent:hover {
    opacity: 1;
  }
}
.c-btn--accent:focus-visible {
  outline-color: #fff;
}

/*------------------------------------------------------------------------------
  c-burgerBtn
------------------------------------------------------------------------------*/
.c-burgerBtn {
  display: none;
}
@media (max-width: 56.25rem) {
  .c-burgerBtn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1001;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
    width: 5rem;
    height: 5rem;
    padding: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    cursor: pointer;
  }
}
@media (max-width: 40rem) {
  .c-burgerBtn {
    -ms-flex-preferred-size: 4rem;
        flex-basis: 4rem;
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) {
  .c-burgerBtn:hover {
    opacity: 0.85;
  }
}
.c-burgerBtn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
  -webkit-box-shadow: inset 0 0 0 2px #173F80;
          box-shadow: inset 0 0 0 2px #173F80;
}

.c-burgerBtn__bar {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  width: 1.75rem;
  height: 2px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 40rem) {
  .c-burgerBtn__bar {
    width: 1.5rem;
  }
}

.c-burgerBtn.cross .c-burgerBtn__bar {
  background-color: #173F80;
}
.c-burgerBtn.cross .c-burgerBtn__bar--top {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
.c-burgerBtn.cross .c-burgerBtn__bar--bottom {
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
  .c-burgerBtn__bar {
    -webkit-transition: none;
    transition: none;
  }
}
/*------------------------------------------------------------------------------
  c-fadeInUp
------------------------------------------------------------------------------*/
.c-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.c-fadeInUp.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .c-fadeInUp {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

/*------------------------------------------------------------------------------
  c-filter
------------------------------------------------------------------------------*/
.c-filter {
  background-color: #E7F1F6;
  border-radius: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 2.5rem;
}
@media (max-width: 56.25rem) {
  .c-filter {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 40rem) {
  .c-filter {
    padding: 1.5rem 1.25rem;
  }
}

.c-filter__heading {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (max-width: 56.25rem) {
  .c-filter__heading {
    font-size: 1.125rem;
  }
}
@media (max-width: 40rem) {
  .c-filter__heading {
    font-size: 1rem;
    gap: 0.5rem;
  }
}

.c-filter__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.5rem;
  height: auto;
}
@media (max-width: 40rem) {
  .c-filter__icon {
    width: 1.25rem;
  }
}

.c-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.25rem;
}
@media (max-width: 68.75rem) {
  .c-filter__list {
    gap: 1rem;
  }
}
@media (max-width: 40rem) {
  .c-filter__list {
    gap: 0.625rem;
    margin-top: 1rem;
  }
}

.c-filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-filter__item .c-label.is-active {
  color: #fff;
  background-color: #173F80;
}
@media (hover: hover) {
  .c-filter__item .c-label:hover {
    color: #fff;
    background-color: #173F80;
    opacity: 1;
  }
}
.c-filter__item .c-label:focus-visible {
  outline-offset: 2px;
}

/*------------------------------------------------------------------------------
  c-fixedYoutube
  画面右下に固定表示する YouTube 導線バナー
------------------------------------------------------------------------------*/
.c-fixedYoutube {
  background: linear-gradient(111deg, #399BC1 -59.69%, #143C84 65.43%);
  border-radius: 0.5rem;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
  width: 18.375rem;
  height: 7.125rem;
}
@media (max-width: 40rem) {
  .c-fixedYoutube {
    right: 0.75rem;
    bottom: 0.75rem;
    width: 13.25rem;
    height: 5.125rem;
  }
}
.c-fixedYoutube.is-hidden {
  display: none;
}

.c-fixedYoutube__link {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  height: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 40rem) {
  .c-fixedYoutube__link {
    gap: 0.75rem;
    padding: 0.75rem;
  }
}
.c-fixedYoutube__link:focus-visible {
  border-radius: 0.5rem;
  outline: 0.125rem solid #173F80;
  outline-offset: 0.125rem;
  -webkit-box-shadow: 0 0 0 0.125rem #fff;
          box-shadow: 0 0 0 0.125rem #fff;
}

.c-fixedYoutube__img {
  border-radius: 0.5rem;
  display: block;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.4375rem;
          flex: 0 0 6.4375rem;
  width: 6.4375rem;
  height: 5.125rem;
  overflow: hidden;
}
@media (max-width: 40rem) {
  .c-fixedYoutube__img {
    -ms-flex-preferred-size: 4.5625rem;
        flex-basis: 4.5625rem;
    width: 4.5625rem;
    height: 3.625rem;
  }
}
.c-fixedYoutube__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-fixedYoutube__img::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  inset: 0;
}

.c-fixedYoutube__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
}
@media (max-width: 40rem) {
  .c-fixedYoutube__body {
    gap: 0.3125rem;
  }
}

.c-fixedYoutube__lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
  height: 1.75rem;
}
@media (max-width: 40rem) {
  .c-fixedYoutube__lead {
    font-size: 0.75rem;
    gap: 0.1875rem;
    height: 1.25rem;
  }
}

.c-fixedYoutube__leadEn {
  display: block;
  width: 6.4375rem;
  height: auto;
  margin-bottom: 0.0625rem;
}
@media (max-width: 40rem) {
  .c-fixedYoutube__leadEn {
    width: 4.5625rem;
  }
}

.c-fixedYoutube__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 40rem) {
  .c-fixedYoutube__text {
    font-size: 0.8125rem;
  }
}

.c-fixedYoutube__textSm {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
@media (max-width: 40rem) {
  .c-fixedYoutube__textSm {
    font-size: 0.625rem;
  }
}

.c-fixedYoutube__close {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5625rem;
  height: 1.25rem;
}
@media (max-width: 40rem) {
  .c-fixedYoutube__close {
    top: 0.375rem;
    right: 0.375rem;
    width: 1.125rem;
    height: 0.875rem;
  }
}
@media (hover: hover) {
  .c-fixedYoutube__close:hover {
    opacity: 0.8;
  }
}
.c-fixedYoutube__close:focus-visible {
  border-radius: 50%;
  outline: 0.125rem solid #fff;
}
.c-fixedYoutube__close img {
  display: block;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------------------
  c-inner
------------------------------------------------------------------------------*/
.c-inner {
  max-width: 71.25rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.25rem;
}
@media (max-width: 40rem) {
  .c-inner {
    padding: 0 1rem;
  }
}

.c-inner--sm {
  max-width: 53.75rem;
}

.c-inner--md {
  max-width: 65rem;
}

.c-inner--lg {
  max-width: 77.5rem;
}

/*------------------------------------------------------------------------------
  c-interviewCard
------------------------------------------------------------------------------*/
.c-interviewCardWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5625rem 1fr 1.5625rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  row-gap: 2.5625rem;
}
@media (max-width: 56.25rem) {
  .c-interviewCardWrap {
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 2rem;
  }
}
@media (max-width: 32.5rem) {
  .c-interviewCardWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.c-interviewCard__link {
  color: #222;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .c-interviewCard__link:hover {
    opacity: 1;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-interviewCard__link {
    -webkit-transition: none;
    transition: none;
  }
  .c-interviewCard__link:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.c-interviewCard__link:focus-visible {
  outline-offset: 4px;
}

.c-interviewCard__img {
  aspect-ratio: 350/420;
}
.c-interviewCard__img img {
  border-radius: 0.125rem 0.125rem 0 0;
  clip-path: polygon(0 0, 100% 0, 100% 89.048%, 86.857% 100%, 0 100%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-interviewCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 1rem;
}
@media (max-width: 40rem) {
  .c-interviewCard__body {
    margin-top: 0.75rem;
  }
}

.c-interviewCard__leadRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 40rem) {
  .c-interviewCard__leadRow {
    gap: 0.75rem;
  }
}

.c-interviewCard__lead {
  color: #173F80;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 40rem) {
  .c-interviewCard__lead {
    font-size: 1rem;
  }
}

.c-interviewCard__arrow {
  background-image: url("../img/common/icon_circle_arrow_primary.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 40rem) {
  .c-interviewCard__arrow {
    -ms-flex-preferred-size: 1.75rem;
        flex-basis: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}

.c-interviewCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8125rem;
  padding-top: 1.25rem;
  margin-top: auto;
}
@media (max-width: 40rem) {
  .c-interviewCard__meta {
    gap: 0.625rem;
    padding-top: 1rem;
  }
}

.c-interviewCard__name {
  font-family: "Heebo", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  margin-top: -0.1042em;
}
@media (max-width: 40rem) {
  .c-interviewCard__name {
    font-size: 1.25rem;
  }
}

.c-interviewCard__year {
  color: #4F4F4F;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 40rem) {
  .c-interviewCard__year {
    font-size: 0.8125rem;
  }
}

/*------------------------------------------------------------------------------
  c-interviewMedia
------------------------------------------------------------------------------*/
.c-interviewMedia {
  --interviewMedia-en-delay: 0s;
  --interviewMedia-char-stagger-range: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 4.3125rem;
  padding-top: 4.375rem;
}
@media (max-width: 56.25rem) {
  .c-interviewMedia {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    padding-top: 3.5rem;
  }
}
@media (max-width: 47.9375rem) {
  .c-interviewMedia {
    display: block;
  }
}
@media (max-width: 40rem) {
  .c-interviewMedia {
    padding-top: 2.5rem;
  }
}
.c-interviewMedia:not(:last-child) {
  border-bottom: 1px solid rgba(46, 125, 173, 0.3);
  padding-bottom: 5.5rem;
  margin-bottom: 5.5rem;
}
@media (max-width: 56.25rem) {
  .c-interviewMedia:not(:last-child) {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 40rem) {
  .c-interviewMedia:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
}

.c-interviewMedia__en {
  color: rgba(33, 120, 171, 0.05);
  font-family: "Heebo", sans-serif;
  font-size: min(16.25rem, 22vw - 0.25rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.0542em;
}
@media (max-width: 47.9375rem) {
  .c-interviewMedia__en {
    top: 1rem;
  }
}

.c-interviewMedia__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  gap: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.125rem;
          flex: 1 1 33.125rem;
  min-width: 0;
}
@media (max-width: 56.25rem) {
  .c-interviewMedia__textWrap {
    gap: 2rem;
  }
}

.c-interviewMedia__title {
  color: #173F80;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 4.0625rem;
}
@media (max-width: 56.25rem) {
  .c-interviewMedia__title {
    font-size: 1.375rem;
    padding-left: 3.375rem;
  }
}
@media (max-width: 40rem) {
  .c-interviewMedia__title {
    font-size: 1.0625rem;
    line-height: 1.6;
    padding-left: 2.5rem;
  }
}
.c-interviewMedia__title::before {
  content: "Q"/"";
  color: transparent;
  font-family: "Heebo", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  background: linear-gradient(103deg, #399BC1 -31.01%, #143C84 98.71%);
  background-clip: text;
  position: absolute;
  top: -0.1042em;
  left: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 56.25rem) {
  .c-interviewMedia__title::before {
    font-size: 3.25rem;
  }
}
@media (max-width: 40rem) {
  .c-interviewMedia__title::before {
    top: -0.04em;
    font-size: 2.25rem;
  }
}

.c-interviewMedia__text {
  line-height: 1.9;
  text-align: justify;
}
@media (max-width: 40rem) {
  .c-interviewMedia__text {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}

.c-interviewMedia__img {
  border-radius: 0.125rem;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.25rem;
          flex: 0 1 31.25rem;
  overflow: hidden;
  aspect-ratio: 500/375;
}
@media (max-width: 47.9375rem) {
  .c-interviewMedia__img {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.c-interviewMedia__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*------------------------------------------------------------------------------
  c-interviewMedia animation
------------------------------------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  .js .c-interviewMedia__en {
    visibility: hidden;
  }
  .js .c-interviewMedia.is-split .c-interviewMedia__en {
    visibility: visible;
    overflow: hidden;
  }
  .js .c-interviewMedia.is-split .c-interviewMedia__char {
    display: inline-block;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: var(--interviewMedia-char-delay, var(--interviewMedia-en-delay));
            transition-delay: var(--interviewMedia-char-delay, var(--interviewMedia-en-delay));
    will-change: transform;
  }
  .js .c-interviewMedia.is-split.is-active .c-interviewMedia__char {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js .c-interviewMedia.is-split.is-animated .c-interviewMedia__char {
    will-change: auto;
  }
}
/*------------------------------------------------------------------------------
  c-label
------------------------------------------------------------------------------*/
.c-label {
  color: #173F80;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #173F80;
  border-radius: 2.1875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1875rem 1.1875rem;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
@media (max-width: 68.75rem) {
  .c-label {
    font-size: 0.9375rem;
  }
}
@media (max-width: 40rem) {
  .c-label {
    font-size: 0.75rem;
    padding: 0.125rem 0.875rem;
  }
}

.c-label--fill {
  color: #fff;
  background-color: #173F80;
}

/*------------------------------------------------------------------------------
  c-marquee
------------------------------------------------------------------------------*/
.c-marquee {
  display: block;
  width: 100%;
  overflow: hidden;
}

.c-marquee__track {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: marqueeScroll 40s linear infinite;
          animation: marqueeScroll 40s linear infinite;
}

.c-marquee__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@-webkit-keyframes marqueeScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marqueeScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-marquee__track {
    -webkit-animation: none;
            animation: none;
  }
}
/*------------------------------------------------------------------------------
  c-pagination
------------------------------------------------------------------------------*/
@media (max-width: 40rem) {
  .c-pagination.u-mt-10 {
    margin-top: 3rem !important;
  }
}
.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media (max-width: 40rem) {
  .c-pagination .page-numbers {
    gap: 0.375rem;
  }
}
.c-pagination .page-numbers span,
.c-pagination .page-numbers a {
  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;
  color: #173F80;
  font-family: "Heebo", sans-serif;
  font-size: 1.0625rem;
  font-weight: bold;
  background-color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.6875rem;
  height: 2.6875rem;
  border: 1px solid #173F80;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 1px;
}
@media (max-width: 40rem) {
  .c-pagination .page-numbers span,
  .c-pagination .page-numbers a {
    font-size: 0.875rem;
    width: 2.125rem;
    height: 2.125rem;
  }
}
.c-pagination .page-numbers span.current,
.c-pagination .page-numbers a.current {
  pointer-events: none;
}
.c-pagination .page-numbers span.current, .c-pagination .page-numbers span:hover,
.c-pagination .page-numbers a.current,
.c-pagination .page-numbers a:hover {
  color: #fff;
  background-color: #173F80;
  opacity: 1;
}
.c-pagination .page-numbers .dots {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  pointer-events: none;
  border: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translateY(0.676em);
          transform: translateY(0.676em);
  width: 1.25rem;
  background-color: transparent;
}
@media (max-width: 40rem) {
  .c-pagination .page-numbers .dots {
    width: 1.625rem;
  }
}
.c-pagination .page-numbers .prev,
.c-pagination .page-numbers .next {
  font-size: 1.0625rem;
  font-weight: 300;
}
@media (max-width: 40rem) {
  .c-pagination .page-numbers .prev,
  .c-pagination .page-numbers .next {
    font-size: 0.9375rem;
  }
}

/*------------------------------------------------------------------------------
  c-prose
------------------------------------------------------------------------------*/
.c-prose h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.75rem;
  position: relative;
}
@media (max-width: 48rem) {
  .c-prose h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 40rem) {
  .c-prose h2 {
    font-size: 1.25rem;
  }
}
.c-prose h2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 7.5rem;
  height: 2px;
  background-color: #173F80;
}
.c-prose h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1rem;
  border-left: 5px solid #173F80;
}
.c-prose h3[style*="text-align: center"], .c-prose h3.has-text-align-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-prose h3[style*="text-align: right"], .c-prose h3.has-text-align-right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 48rem) {
  .c-prose h3 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 40rem) {
  .c-prose h3 {
    font-size: 1.125rem;
    padding-left: 0.75rem;
    border-left-width: 4px;
  }
}
.c-prose h4 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 2px dotted #ddd;
  padding-bottom: 0.5rem;
}
@media (max-width: 40rem) {
  .c-prose h4 {
    font-size: 1.0625rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.c-prose h5 {
  font-size: 1.125rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-prose h5[style*="text-align: center"], .c-prose h5.has-text-align-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-prose h5[style*="text-align: right"], .c-prose h5.has-text-align-right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.c-prose h5::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #173F80;
  border-radius: 2px;
  margin-right: 0.675rem;
  margin-top: 0.1875rem;
}
@media (max-width: 40rem) {
  .c-prose h5::before {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }
}
@media (max-width: 40rem) {
  .c-prose h5 {
    font-size: 1rem;
  }
}
.c-prose h6 {
  color: #173F80;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 40rem) {
  .c-prose h6 {
    font-size: 0.9375rem;
  }
}
.c-prose h2,
.c-prose h3,
.c-prose h4,
.c-prose h5,
.c-prose h6,
.c-prose a,
.c-prose p,
.c-prose ul,
.c-prose ol,
.c-prose dl,
.c-prose .wp-block-table,
.c-prose .wp-block-image,
.c-prose .wp-block-media-text,
.c-prose .wp-block-gallery,
.c-prose .wp-block-quote,
.c-prose .wp-block-code,
.c-prose .wp-block-preformatted,
.c-prose .wp-block-details {
  margin: 1em 0;
}
.c-prose ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
}
.c-prose ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.2em;
}
.c-prose ol li {
  text-indent: 0;
  padding-left: 0.3em;
}
.c-prose a:not([class]) {
  text-decoration: underline;
}
.c-prose .wp-block-table > table {
  margin-top: 0;
  margin-bottom: 0;
}
.c-prose .wp-block-table table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  line-height: 1.6;
  text-align: left;
}
.c-prose .wp-block-table tr:first-child {
  border-top: 1px solid rgba(23, 63, 128, 0.45);
}
.c-prose .wp-block-table tr:first-child th,
.c-prose .wp-block-table tr:first-child td:first-child {
  border-top: 1px solid rgba(23, 63, 128, 0.45);
}
@media (max-width: 40rem) {
  .c-prose .wp-block-table tr:first-child th,
  .c-prose .wp-block-table tr:first-child td:first-child {
    border-top: none;
  }
}
.c-prose .wp-block-table thead,
.c-prose .wp-block-table td,
.c-prose .wp-block-table th {
  border-color: rgba(23, 63, 128, 0.45);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
.c-prose .wp-block-table thead {
  border: 0;
}
.c-prose .wp-block-table thead th {
  color: #173F80;
}
.c-prose .wp-block-table th,
.c-prose .wp-block-table td {
  font-weight: 500;
  border-top: 0;
  border-inline: 0;
  border-bottom: 1px solid rgba(23, 63, 128, 0.45);
  min-width: 7rem;
  padding: 2rem 1rem 2rem 1.5rem;
}
@media (max-width: 40rem) {
  .c-prose .wp-block-table th,
  .c-prose .wp-block-table td {
    min-width: 3rem;
    white-space: normal;
    padding: 0.5rem 0 1.5rem;
  }
}
.c-prose .wp-block-table td {
  padding-inline: 0.5rem;
}
@media (max-width: 40rem) {
  .c-prose .wp-block-table td {
    padding-inline: 0.5rem;
  }
}
.c-prose .wp-block-table th,
.c-prose .wp-block-table td:first-child {
  font-weight: 700;
  min-width: 8rem;
  white-space: nowrap;
}
@media (max-width: 40rem) {
  .c-prose .wp-block-table th,
  .c-prose .wp-block-table td:first-child {
    font-size: 0.875rem;
    min-width: 5rem;
    white-space: normal;
    padding-top: 0.5rem;
  }
}
.c-prose .wp-block-table th:not(.has-text-align-center):not(.has-text-align-right),
.c-prose .wp-block-table td:first-child:not(.has-text-align-center):not(.has-text-align-right) {
  text-align: left;
}
.c-prose .wp-block-table table + figcaption {
  padding-inline: 0.5rem;
}
@media (max-width: 40rem) {
  .c-prose .wp-block-table tr:has(td:last-child:nth-child(2)) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-prose .wp-block-table tr:has(td:last-child:nth-child(2)) th,
.c-prose .wp-block-table tr:has(td:last-child:nth-child(2)) td:first-child {
  width: 29%;
  padding-inline: 0.5rem 0;
}
@media (max-width: 40rem) {
  .c-prose .wp-block-table tr:has(td:last-child:nth-child(2)) th,
  .c-prose .wp-block-table tr:has(td:last-child:nth-child(2)) td:first-child {
    border-bottom: none;
    width: 100%;
    padding-bottom: 0;
    padding-inline: 0.5rem;
  }
}
.c-prose .wp-block-image.aligncenter {
  margin-inline: auto;
}
.c-prose .wp-block-image.alignright {
  margin-inline: auto 0;
}
.c-prose .wp-block-image.alignleft {
  margin-inline: 0 auto;
}
.c-prose .wp-block-image.alignnone {
  margin-inline: 0;
}
.c-prose figure.wp-block-image.aligncenter {
  margin-inline: auto;
}
.c-prose figure.wp-block-image.alignright {
  margin-inline: auto 0;
}
.c-prose figure.wp-block-image.alignleft {
  margin-inline: 0 auto;
}
.c-prose figure.wp-block-image.alignnone {
  margin-inline: 0;
}
.c-prose figcaption {
  color: #666;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 40rem) {
  .c-prose figcaption {
    font-size: 0.75rem;
  }
}
.c-prose img {
  height: auto;
}
.c-prose img.aligncenter {
  margin-inline: auto;
  display: block;
}
.c-prose img.alignright {
  margin-inline: auto 0;
  display: block;
}
.c-prose img.alignleft {
  margin-inline: 0 auto;
  display: block;
}
.c-prose .wp-block-quote {
  border-left: 4px solid #173F80;
  background-color: rgba(23, 63, 128, 0.06);
  padding: 1.25rem 1.5rem;
}
@media (max-width: 40rem) {
  .c-prose .wp-block-quote {
    padding: 1rem 1.25rem;
  }
}
.c-prose .wp-block-quote p {
  margin: 0;
}
.c-prose .wp-block-quote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
  opacity: 0.7;
}
.c-prose .wp-block-code,
.c-prose .wp-block-preformatted {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  white-space: pre-wrap;
  overflow-x: auto;
}
@media (max-width: 40rem) {
  .c-prose .wp-block-code,
  .c-prose .wp-block-preformatted {
    font-size: 0.8125rem;
    padding: 0.75rem 1rem;
  }
}
.c-prose .wp-block-code code {
  background: none;
  padding: 0;
}
.c-prose .wp-block-details {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  background-color: #fff;
}
.c-prose .wp-block-details summary {
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  padding-right: 1.5rem;
  position: relative;
}
.c-prose .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.c-prose .wp-block-details summary::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #173F80;
  border-bottom: 2px solid #173F80;
  position: absolute;
  top: 0.35em;
  right: 0.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.c-prose .wp-block-details[open] summary::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0.6em;
}
.c-prose .wp-block-details[open] summary {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px dotted #ddd;
}

/*------------------------------------------------------------------------------
  c-recruitEntry
------------------------------------------------------------------------------*/
.c-recruitEntry {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 15.375rem;
  height: 16.1875rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 40rem) {
  .c-recruitEntry {
    width: 8.75rem;
    height: 9.1875rem;
  }
}
.c-recruitEntry::before {
  content: "";
  background-color: rgba(255, 228, 0, 0.35);
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 10.0625rem;
  height: 10.0625rem;
  -webkit-transform: translate(-50%, -50%) scale(0.92);
          transform: translate(-50%, -50%) scale(0.92);
  pointer-events: none;
}
@media (max-width: 40rem) {
  .c-recruitEntry::before {
    width: 5.75rem;
    height: 5.75rem;
  }
}
.c-recruitEntry:focus-visible {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0.25rem #173F80;
          box-shadow: 0 0 0 0.25rem #173F80;
  outline: 0.125rem solid #fff;
}
@media (hover: hover) {
  .c-recruitEntry:hover {
    opacity: 1;
    -webkit-transform: translateY(-0.375rem) scale(1.05);
            transform: translateY(-0.375rem) scale(1.05);
  }
  .c-recruitEntry:hover::before {
    -webkit-animation: recruitEntryRipple 1.5s ease-out infinite;
            animation: recruitEntryRipple 1.5s ease-out infinite;
  }
  .c-recruitEntry:hover .c-recruitEntry__core {
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(23, 63, 128, 0.28);
            box-shadow: 0 0.5rem 1.5rem rgba(23, 63, 128, 0.28);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-recruitEntry {
    -webkit-transition: none;
    transition: none;
  }
  .c-recruitEntry:hover {
    -webkit-transform: none;
            transform: none;
  }
  .c-recruitEntry:hover::before {
    -webkit-animation: none;
            animation: none;
  }
}

.c-recruitEntry__orbit {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: recruitEntryRotate 20s linear infinite;
          animation: recruitEntryRotate 20s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .c-recruitEntry__orbit {
    -webkit-animation: none;
            animation: none;
  }
}

.c-recruitEntry__core {
  border-radius: 50%;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(23, 63, 128, 0);
          box-shadow: 0 0.5rem 1.5rem rgba(23, 63, 128, 0);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 10.0625rem;
  height: 10.0625rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 40rem) {
  .c-recruitEntry__core {
    width: 5.75rem;
    height: 5.75rem;
  }
}

@-webkit-keyframes recruitEntryRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes recruitEntryRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes recruitEntryRipple {
  0% {
    opacity: 0.35;
    -webkit-transform: translate(-50%, -50%) scale(0.92);
            transform: translate(-50%, -50%) scale(0.92);
  }
  70%, 100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.35);
            transform: translate(-50%, -50%) scale(1.35);
  }
}
@keyframes recruitEntryRipple {
  0% {
    opacity: 0.35;
    -webkit-transform: translate(-50%, -50%) scale(0.92);
            transform: translate(-50%, -50%) scale(0.92);
  }
  70%, 100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.35);
            transform: translate(-50%, -50%) scale(1.35);
  }
}
/*------------------------------------------------------------------------------
  c-skipLink
------------------------------------------------------------------------------*/
.c-skipLink {
  position: absolute;
  top: -50px;
  left: 0;
  background-color: transparent;
  color: #fff;
  border-radius: 1px;
  padding: 0.5rem 0.75rem;
  z-index: 10000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.c-skipLink:hover {
  opacity: 0.85;
}
.c-skipLink:focus {
  top: 8px;
  left: 8px;
  outline: 2px solid #173F80;
  outline-offset: 2px;
  background-color: #333;
  -webkit-box-shadow: 0 0 0 2px #fff, 0px 0px 16px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 0 2px #fff, 0px 0px 16px rgba(0, 0, 0, 0.18);
}

/*------------------------------------------------------------------------------
  c-sliderNav
  スライダーの前後ボタン
------------------------------------------------------------------------------*/
.c-sliderNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 40rem) {
  .c-sliderNav {
    gap: 0.75rem;
  }
}

.c-sliderNav__btn {
  background: url("../img/common/icon_slider_arrow.svg") no-repeat center/contain;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (max-width: 40rem) {
  .c-sliderNav__btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (hover: hover) {
  .c-sliderNav__btn:hover {
    opacity: 0.8;
  }
}
.c-sliderNav__btn:focus-visible {
  border-radius: 50%;
}
.c-sliderNav__btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.c-sliderNav__btn--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/*------------------------------------------------------------------------------
  c-title
------------------------------------------------------------------------------*/
.c-title {
  --title-gradient: linear-gradient(103deg, #399BC1 -31.01%, #143C84 98.71%);
  --title-lead-duration: 1.2s;
  --title-en-delay: 0.25s;
  --title-char-stagger-range: 0.3s;
  --title-ease: cubic-bezier(0.19, 1, 0.22, 1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-title__ja {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0.1875rem;
}
@media (max-width: 40rem) {
  .c-title__ja {
    font-size: 1.0625rem;
    gap: 0.5625rem;
  }
}

.c-title__jaText {
  margin-right: -0.1em;
}

.c-title__mark {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.375rem;
  overflow: hidden;
}
@media (max-width: 40rem) {
  .c-title__mark {
    -ms-flex-preferred-size: 0.875rem;
        flex-basis: 0.875rem;
    width: 0.875rem;
    height: 1.125rem;
  }
}
.c-title__mark img {
  display: block;
  position: absolute;
  bottom: 0.045rem;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 40rem) {
  .c-title__mark img {
    bottom: 0.125rem;
    width: 100%;
    height: auto;
  }
}

.c-title__en {
  color: transparent;
  font-family: "Heebo", sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--title-gradient);
  background-clip: text;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5625rem;
  margin-bottom: -0.1875em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 56.25rem) {
  .c-title__en {
    font-size: 7rem;
  }
}
@media (max-width: 40rem) {
  .c-title__en {
    font-size: min(4.5rem, 18.43vw - 0.36875rem);
    margin-top: 0.4375rem;
  }
}

/*------------------------------------------------------------------------------
  c-title--center
------------------------------------------------------------------------------*/
.c-title--center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
.c-title--center .c-title__ja {
  margin-left: 0;
}

/*------------------------------------------------------------------------------
  c-title--sm
------------------------------------------------------------------------------*/
.c-title--sm .c-title__ja {
  font-size: 1.25rem;
}
@media (max-width: 40rem) {
  .c-title--sm .c-title__ja {
    font-size: 1rem;
  }
}
.c-title--sm .c-title__mark {
  -ms-flex-preferred-size: 1rem;
      flex-basis: 1rem;
  width: 1rem;
  height: 1.25rem;
}
@media (max-width: 40rem) {
  .c-title--sm .c-title__mark {
    -ms-flex-preferred-size: 0.875rem;
        flex-basis: 0.875rem;
    width: 0.875rem;
    height: 1.125rem;
  }
}
.c-title--sm .c-title__mark img {
  bottom: 0.040625rem;
  width: 100%;
  height: auto;
}
@media (max-width: 40rem) {
  .c-title--sm .c-title__mark img {
    bottom: 0.034375rem;
    width: 100%;
    height: auto;
  }
}
.c-title--sm .c-title__en {
  font-size: 7rem;
  margin-top: 1.25rem;
}
@media (max-width: 56.25rem) {
  .c-title--sm .c-title__en {
    font-size: 5.5rem;
    margin-top: 1.375rem;
  }
}
@media (max-width: 40rem) {
  .c-title--sm .c-title__en {
    font-size: 3.5rem;
    margin-top: 1rem;
  }
}

/*------------------------------------------------------------------------------
  c-title--yellow
------------------------------------------------------------------------------*/
.c-title--yellow {
  --title-gradient: linear-gradient(#fff, #fff);
}
.c-title--yellow .c-title__ja {
  color: #FFFA29;
}
.c-title--yellow .c-title__en {
  font-size: 6.375rem;
  margin-top: 1.75rem;
}
@media (max-width: 56.25rem) {
  .c-title--yellow .c-title__en {
    font-size: 5rem;
  }
}
@media (max-width: 40rem) {
  .c-title--yellow .c-title__en {
    font-size: 3.25rem;
    margin-top: 1rem;
  }
}

/*------------------------------------------------------------------------------
  c-title--sky
------------------------------------------------------------------------------*/
.c-title--sky {
  --title-gradient: linear-gradient(153deg, #D3F3FF, #519BC3);
}

/*------------------------------------------------------------------------------
  c-title--license
------------------------------------------------------------------------------*/
.c-title--license {
  --title-gradient: linear-gradient(103deg, #FFFFFF 0.24%, #B8DFF1 117.66%);
}
.c-title--license .c-title__ja {
  color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
  .js .c-title__ja {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .js .c-title__en {
    visibility: hidden;
  }
  .js .c-title.is-split .c-title__ja {
    -webkit-transition: opacity var(--title-lead-duration) ease-out, -webkit-transform var(--title-lead-duration) var(--title-ease);
    transition: opacity var(--title-lead-duration) ease-out, -webkit-transform var(--title-lead-duration) var(--title-ease);
    transition: opacity var(--title-lead-duration) ease-out, transform var(--title-lead-duration) var(--title-ease);
    transition: opacity var(--title-lead-duration) ease-out, transform var(--title-lead-duration) var(--title-ease), -webkit-transform var(--title-lead-duration) var(--title-ease);
    will-change: opacity, transform;
  }
  .js .c-title.is-split .c-title__en {
    background-image: none;
    visibility: visible;
    overflow: hidden;
  }
  .js .c-title.is-split .c-title__char {
    color: transparent;
    background: var(--title-gradient);
    background-size: var(--title-gradient-width, 100%) 100%;
    background-position: var(--title-gradient-x, 0) 0;
    background-repeat: no-repeat;
    background-clip: text;
    display: inline-block;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.9s var(--title-ease);
    transition: -webkit-transform 0.9s var(--title-ease);
    transition: transform 0.9s var(--title-ease);
    transition: transform 0.9s var(--title-ease), -webkit-transform 0.9s var(--title-ease);
    -webkit-transition-delay: var(--title-char-delay, var(--title-en-delay));
            transition-delay: var(--title-char-delay, var(--title-en-delay));
    will-change: transform;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .js .c-title.is-split .c-title__char--space {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .js .c-title.is-split .c-title__char:last-child {
    margin-right: -0.04em;
  }
  .js .c-title.is-split.is-active .c-title__ja {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js .c-title.is-split.is-active .c-title__char {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js .c-title.is-split.is-animated .c-title__char {
    will-change: auto;
  }
}
/*------------------------------------------------------------------------------
  c-title02
  英字背景と日本語見出しを重ねるタイトル
------------------------------------------------------------------------------*/
.c-title02 {
  --title02-en-delay: 0s;
  --title02-char-stagger-range: 0.3s;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-title02__en,
.c-title02__ja {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
}

.c-title02__en {
  color: rgba(33, 120, 171, 0.06);
  font-family: "Heebo", sans-serif;
  font-size: clamp(4rem, 17.4vw, 15.625rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: -0.01em;
}

.c-title02__ja {
  color: #222;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 40rem) {
  .c-title02__ja {
    font-size: 1.875rem;
  }
}

.c-title02__jaText {
  margin-right: -0.15em;
}

.c-title02__mark {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.375rem;
  overflow: hidden;
}
.c-title02__mark img {
  display: block;
  position: absolute;
  bottom: 0.139375rem;
  left: 0;
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------------------------
  c-title02--lead
  小英字ラベル付き。英字は背景に敷いたまま、ラベルと見出しを左に組む
------------------------------------------------------------------------------*/
.c-title02--lead {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}
.c-title02--lead .c-title02__en {
  position: relative;
  left: -0.25em;
  font-size: clamp(min(4.625rem, 19.73vw), 13.89vw, 12.5rem);
  margin-top: -0.0542em;
  margin-bottom: -0.1375em;
  white-space: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-title02--lead.is-split .c-title02__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-title02--lead .c-title02__body {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 40rem) {
  .c-title02--lead .c-title02__body {
    bottom: 0.25rem;
  }
}
.c-title02--lead .c-title02__ja {
  margin-top: 0.125rem;
}
.c-title02--lead .c-title02__mark {
  -ms-flex-preferred-size: 0.9375rem;
      flex-basis: 0.9375rem;
  width: 0.9375rem;
}
.c-title02--lead .c-title02__mark img {
  bottom: 0.3125rem;
}

.c-title02--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
.c-title02--center .c-title02__en {
  left: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-title02--center .c-title02__body {
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title02--center .c-title02__lead {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-title02__lead {
  color: transparent;
  font-family: "Heebo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(103deg, #399BC1 -31.01%, #143C84 98.71%);
  background-clip: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-title02__leadText {
  margin-right: -0.1em;
}

.c-title02__enLine {
  display: block;
}

.c-title02--lead .c-title02__char--space {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

/*------------------------------------------------------------------------------
  c-title02 animation
------------------------------------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  .js .c-title02__en {
    visibility: hidden;
  }
  .js .c-title02.is-split .c-title02__en {
    visibility: visible;
    overflow: hidden;
  }
  .js .c-title02.is-split .c-title02__char {
    display: inline-block;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: var(--title02-char-delay, var(--title02-en-delay));
            transition-delay: var(--title02-char-delay, var(--title02-en-delay));
    will-change: transform;
  }
  .js .c-title02.is-split .c-title02__char--space {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .js .c-title02.is-split.is-active .c-title02__char {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js .c-title02--lead.is-split .c-title02__char--space ~ .c-title02__char {
    -webkit-transform: translateY(-210%);
            transform: translateY(-210%);
  }
  .js .c-title02--lead.is-split.is-active .c-title02__char--space ~ .c-title02__char {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*------------------------------------------------------------------------------
  c-title03
  セクション見出し（英字が上・日本語が下の反転型）。
------------------------------------------------------------------------------*/
.c-title03 {
  --title03-gradient: linear-gradient(103deg, #399BC1 -31.01%, #143C84 98.71%);
  --title03-lead-duration: 1.2s;
  --title03-en-delay: 0.25s;
  --title03-char-stagger-range: 0.3s;
  --title03-ease: cubic-bezier(0.19, 1, 0.22, 1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-title03__en {
  color: transparent;
  font-family: "Heebo", sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--title03-gradient);
  background-clip: text;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -0.1042em;
  margin-bottom: calc(1.25rem - 0.1875em);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 75rem) {
  .c-title03__en {
    font-size: 6rem;
  }
}
@media (max-width: 63.937rem) {
  .c-title03__en {
    font-size: 5rem;
  }
}
@media (max-width: 56.25rem) {
  .c-title03__en {
    font-size: 4.5rem;
  }
}
@media (max-width: 40rem) {
  .c-title03__en {
    font-size: 3.5rem;
  }
}

.c-title03__ja {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 40rem) {
  .c-title03__ja {
    font-size: 1.0625rem;
    gap: 0.5625rem;
  }
}

.c-title03__jaText {
  margin-right: -0.1em;
}

.c-title03__mark {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.375rem;
  overflow: hidden;
}
@media (max-width: 40rem) {
  .c-title03__mark {
    -ms-flex-preferred-size: 0.875rem;
        flex-basis: 0.875rem;
    width: 0.875rem;
    height: 1.125rem;
  }
}
.c-title03__mark img {
  display: block;
  position: absolute;
  bottom: 0.169375rem;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 40rem) {
  .c-title03__mark img {
    bottom: 0.13875rem;
    width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------------------------
  c-title03 出現アニメーション
  英字＝1文字ずつ下から／日本語＝ふわっと（c-title と同じ動き）
------------------------------------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  .js .c-title03__ja {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .js .c-title03__en {
    visibility: hidden;
  }
  .js .c-title03.is-split .c-title03__ja {
    -webkit-transition: opacity var(--title03-lead-duration) ease-out, -webkit-transform var(--title03-lead-duration) var(--title03-ease);
    transition: opacity var(--title03-lead-duration) ease-out, -webkit-transform var(--title03-lead-duration) var(--title03-ease);
    transition: opacity var(--title03-lead-duration) ease-out, transform var(--title03-lead-duration) var(--title03-ease);
    transition: opacity var(--title03-lead-duration) ease-out, transform var(--title03-lead-duration) var(--title03-ease), -webkit-transform var(--title03-lead-duration) var(--title03-ease);
    will-change: opacity, transform;
  }
  .js .c-title03.is-split .c-title03__en {
    background-image: none;
    visibility: visible;
    overflow: hidden;
  }
  .js .c-title03.is-split .c-title03__char {
    color: transparent;
    background: var(--title03-gradient);
    background-size: var(--title03-gradient-width, 100%) 100%;
    background-position: var(--title03-gradient-x, 0) 0;
    background-repeat: no-repeat;
    background-clip: text;
    display: inline-block;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.9s var(--title03-ease);
    transition: -webkit-transform 0.9s var(--title03-ease);
    transition: transform 0.9s var(--title03-ease);
    transition: transform 0.9s var(--title03-ease), -webkit-transform 0.9s var(--title03-ease);
    -webkit-transition-delay: var(--title03-char-delay, var(--title03-en-delay));
            transition-delay: var(--title03-char-delay, var(--title03-en-delay));
    will-change: transform;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .js .c-title03.is-split .c-title03__char--space {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .js .c-title03.is-split .c-title03__char:last-child {
    margin-right: -0.04em;
  }
  .js .c-title03.is-split.is-active .c-title03__ja {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js .c-title03.is-split.is-active .c-title03__char {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js .c-title03.is-split.is-animated .c-title03__char {
    will-change: auto;
  }
}
/*------------------------------------------------------------------------------
  c-worksCard
------------------------------------------------------------------------------*/
.c-worksCardWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5625rem 1fr 1.5625rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
  margin-top: 3.9375rem;
}
@media (max-width: 56.25rem) {
  .c-worksCardWrap {
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
  }
}
@media (max-width: 32.5rem) {
  .c-worksCardWrap {
    gap: 1rem;
    margin-top: 2rem;
  }
}

.c-worksCard {
  width: 100%;
  max-width: 29.375rem;
}

.c-worksCard__link {
  color: #222;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(23, 63, 128, 0.15);
  border-radius: 0.1645rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 36.8125rem;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: box-shadow 0.4s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: box-shadow 0.4s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 40rem) {
  .c-worksCard__link {
    min-height: auto;
  }
}
@media (hover: hover) {
  .c-worksCard__link:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 40px 0 rgba(48, 130, 177, 0.26);
            box-shadow: 0 0 40px 0 rgba(48, 130, 177, 0.26);
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-worksCard__link {
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  }
  .c-worksCard__link:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.c-worksCard__link:focus-visible {
  outline-offset: 4px;
}

.c-worksCard__img {
  aspect-ratio: 468/310;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
}
.c-worksCard__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-worksCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2rem 1.5rem 1.5rem;
}
@media (max-width: 40rem) {
  .c-worksCard__body {
    padding: 1.25rem;
  }
}

.c-worksCard__title {
  color: #173F80;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 40rem) {
  .c-worksCard__title {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.c-worksCard__text {
  text-align: justify;
  margin-top: 1.125rem;
}
@media (max-width: 40rem) {
  .c-worksCard__text {
    margin-top: 0.75rem;
  }
}

.c-worksCard__more {
  color: #173F80;
  font-family: "Heebo", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: auto;
}
@media (max-width: 40rem) {
  .c-worksCard__more {
    font-size: 0.875rem;
    line-height: 1.5;
    gap: 0.75rem;
    margin-top: 1rem;
  }
}
.c-worksCard__more::after {
  content: "";
  background-image: url("../img/common/icon_circle_arrow_primary.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.25rem;
          flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -0.1875rem;
}
@media (max-width: 40rem) {
  .c-worksCard__more::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
            flex: 0 0 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}

/*------------------------------------------------------------------------------
  c-worksCard--archive
------------------------------------------------------------------------------*/
.c-worksCard--archive {
  max-width: none;
}
.c-worksCard--archive .c-worksCard__link {
  position: relative;
  height: 100%;
  min-height: 22.875rem;
}
@media (max-width: 40rem) {
  .c-worksCard--archive .c-worksCard__link {
    min-height: auto;
  }
}
.c-worksCard--archive .c-worksCard__img {
  aspect-ratio: 350/233;
}
.c-worksCard--archive .c-worksCard__label {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
}
@media (max-width: 40rem) {
  .c-worksCard--archive .c-worksCard__label {
    top: 0.5rem;
    left: 0.5rem;
  }
}
.c-worksCard--archive .c-worksCard__body {
  padding: 1.25rem;
}
@media (max-width: 40rem) {
  .c-worksCard--archive .c-worksCard__body {
    padding: 0.75rem;
  }
}
.c-worksCard--archive .c-worksCard__title {
  color: #222;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media (max-width: 40rem) {
  .c-worksCard--archive .c-worksCard__title {
    font-size: 0.875rem;
  }
}
.c-worksCard--archive .c-worksCard__more {
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.75rem;
}
@media (max-width: 40rem) {
  .c-worksCard--archive .c-worksCard__more {
    font-size: 0.75rem;
    line-height: 1;
    padding-top: 0.75rem;
    margin-top: auto;
  }
}
.c-worksCard--archive .c-worksCard__more::after {
  -ms-flex-preferred-size: 1.375rem;
      flex-basis: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
}
@media (max-width: 40rem) {
  .c-worksCard--archive .c-worksCard__more::after {
    -ms-flex-preferred-size: 1.125rem;
        flex-basis: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

/*------------------------------------------------------------------------------
  p-mv
------------------------------------------------------------------------------*/
.p-mv {
  background-color: #111;
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  margin-bottom: 13.75rem;
}
@media (max-width: 40rem) {
  .p-mv {
    margin-bottom: 4.5rem;
  }
}

.p-mv__slider,
.p-mv__sliderList,
.p-mv__sliderItem,
.p-mv__slide {
  width: 100%;
  height: 100%;
}

.p-mv__slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.p-mv__sliderItem {
  overflow: hidden;
}

.p-mv__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-mv__slideImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-mv__slider .swiper-slide-active .p-mv__slideImg,
.p-mv__slider .swiper-slide-duplicate-active .p-mv__slideImg,
.p-mv__slider .swiper-slide-prev .p-mv__slideImg {
  -webkit-animation: mvZoomUp 6s linear both;
          animation: mvZoomUp 6s linear both;
}
.p-mv__slider.is-paused .swiper-slide-active .p-mv__slideImg,
.p-mv__slider.is-paused .swiper-slide-duplicate-active .p-mv__slideImg,
.p-mv__slider.is-paused .swiper-slide-prev .p-mv__slideImg {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.p-mv__slider.no-zoom .swiper-slide-active .p-mv__slideImg,
.p-mv__slider.no-zoom .swiper-slide-duplicate-active .p-mv__slideImg,
.p-mv__slider.no-zoom .swiper-slide-prev .p-mv__slideImg {
  -webkit-animation: none;
          animation: none;
}

.p-mv__copy {
  color: #fff;
  font-size: clamp(2.25rem, 3.409vw + 1.306875rem, 4.375rem);
  text-align: center;
  position: absolute;
  top: 54.7%;
  left: 50%;
  z-index: 2;
  width: calc(100% - 2rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 40rem) {
  .p-mv__copy {
    font-size: clamp(1.6875rem, 17.27vw - 1.55rem, 2.5rem);
    top: 52%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .js .p-mv__copy {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transition: opacity 0.6s ease-out, -webkit-filter 0.6s ease-out;
    transition: opacity 0.6s ease-out, -webkit-filter 0.6s ease-out;
    transition: opacity 0.6s ease-out, filter 0.6s ease-out;
    transition: opacity 0.6s ease-out, filter 0.6s ease-out, -webkit-filter 0.6s ease-out;
  }
  .js .is-loaded .p-mv__copy {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.p-mv__catch {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.1), -3px -3px 2px rgba(0, 0, 0, 0.07);
}
@media (max-width: 40rem) {
  .p-mv__catch {
    letter-spacing: 0.17em;
    line-height: 1.35;
  }
}

.p-mv__catchLine {
  display: block;
  white-space: nowrap;
  text-indent: 0.25em;
}
@media (max-width: 40rem) {
  .p-mv__catchLine {
    text-indent: 0.05em;
  }
}
.p-mv__catchLine:first-of-type {
  padding-left: 2rem;
}
@media (max-width: 56.25rem) {
  .p-mv__catchLine:first-of-type {
    padding-left: 1.125rem;
  }
}

.p-mv__catchSmall {
  font-size: 0.8857em;
}

.p-mv__catchEn {
  font-size: 0.2143em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-family: "Heebo", sans-serif;
  text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.07), -5px -5px 4px rgba(0, 0, 0, 0.04);
  margin-top: 1.1333em;
}
@media (max-width: 40rem) {
  .p-mv__catchEn {
    font-size: 0.2775em;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}

.p-mv__mark {
  width: 5.9259em;
  margin: 0.3429em auto 0;
}
@media (max-width: 40rem) {
  .p-mv__mark {
    width: 6.55em;
    margin-top: 1rem;
  }
}
.p-mv__mark img {
  display: block;
  width: 100%;
  height: auto;
}

.p-mv__pauseBtn {
  background-color: transparent;
  background-image: url("../img/home/icon_paused.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: contain;
  border: 0;
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  z-index: 3;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.75rem;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.p-mv__pauseBtn.is-paused {
  background-image: url("../img/home/icon_play.svg");
}
@media (hover: hover) {
  .p-mv__pauseBtn:hover {
    opacity: 0.7;
  }
}
.p-mv__pauseBtn:focus-visible {
  border-radius: 50%;
  outline: 2px solid #fff;
  outline-offset: -8px;
}

@media (prefers-reduced-motion: reduce) {
  .p-mv__slider .swiper-slide-active .p-mv__slideImg,
  .p-mv__slider .swiper-slide-duplicate-active .p-mv__slideImg,
  .p-mv__slider .swiper-slide-prev .p-mv__slideImg {
    -webkit-animation: none;
            animation: none;
  }
}
@-webkit-keyframes mvZoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.135);
            transform: scale(1.135);
  }
}
@keyframes mvZoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.135);
            transform: scale(1.135);
  }
}
/*------------------------------------------------------------------------------
  p-homeAbout
------------------------------------------------------------------------------*/
.p-homeAbout {
  position: relative;
  overflow: hidden;
}

.p-homeAbout__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max(1.25rem, (100% - 75rem) / 2) minmax(0, 1fr) calc(50% - 1.25rem);
  grid-template-columns: max(1.25rem, (100% - 75rem) / 2) minmax(0, 1fr) calc(50% - 1.25rem);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  max-width: 107.5rem;
  margin-inline: auto;
}

.p-homeAbout__container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-homeAbout__container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-homeAbout__container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-homeAbout__container > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-homeAbout__container > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.p-homeAbout__container > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media (max-width: 47.9375rem) {
  .p-homeAbout__container {
    display: block;
  }
}

.p-homeAbout__img {
  position: relative;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  aspect-ratio: 660/700;
}
@media (max-width: 47.9375rem) {
  .p-homeAbout__img {
    aspect-ratio: 375/300;
    width: 100%;
  }
}
.p-homeAbout__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 40rem) {
  .p-homeAbout__img img {
    -o-object-position: center 40%;
       object-position: center 40%;
  }
}
.p-homeAbout__img::after {
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 75% 0, 87.5% 3.5%, 100% 7%, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 16.62%;
  height: 86%;
}
@media (max-width: 71.25rem) {
  .p-homeAbout__img::after {
    clip-path: polygon(0 0, 75% 0, 87.5% 2.75%, 100% 5.5%, 100% 100%, 0 100%);
    width: 12%;
    height: 80%;
  }
}
@media (max-width: 47.9375rem) {
  .p-homeAbout__img::after {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 100% 100%, 0 100%);
    left: 0;
    top: -4px;
    bottom: auto;
    width: 18.75rem;
    height: 2rem;
  }
}

.p-homeAbout__titleGroup {
  position: relative;
  z-index: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-top: 4.375rem;
}
@media (max-width: 47.9375rem) {
  .p-homeAbout__titleGroup {
    padding: 2.5rem 1.25rem 0;
  }
}
@media (max-width: 40rem) {
  .p-homeAbout__titleGroup {
    margin-bottom: -4px;
  }
}

.p-homeAbout__label {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (max-width: 40rem) {
  .p-homeAbout__label {
    font-size: 1rem;
    gap: 0.5625rem;
  }
}

.p-homeAbout__labelMark {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.375rem;
  overflow: hidden;
}
@media (max-width: 40rem) {
  .p-homeAbout__labelMark {
    -ms-flex-preferred-size: 0.875rem;
        flex-basis: 0.875rem;
    width: 0.875rem;
    height: 1.125rem;
  }
}
.p-homeAbout__labelMark img {
  display: block;
  position: absolute;
  bottom: 0.045rem;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 40rem) {
  .p-homeAbout__labelMark img {
    bottom: 0.125rem;
    width: 100%;
    height: auto;
  }
}

.p-homeAbout__title {
  color: #173F80;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1.5625rem;
}
@media (max-width: 68.75rem) {
  .p-homeAbout__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 56.25rem) {
  .p-homeAbout__title {
    font-size: 2rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-homeAbout__title {
    font-size: 2.5rem;
    width: auto;
  }
}
@media (max-width: 40rem) {
  .p-homeAbout__title {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-top: 0.875rem;
  }
}

.p-homeAbout__text {
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40.3125rem;
  margin-top: 2.875rem;
}
@media (max-width: 71.25rem) {
  .p-homeAbout__text {
    font-size: 1rem;
    width: 100%;
  }
}
@media (max-width: 47.9375rem) {
  .p-homeAbout__text {
    width: auto;
    padding-inline: 1.25rem;
  }
}
@media (max-width: 40rem) {
  .p-homeAbout__text {
    font-size: 0.8125rem;
    line-height: 1.7;
    gap: 1rem;
    margin-top: 1.25rem;
  }
}

.p-homeAbout__marquee {
  margin-top: -7rem;
}
.p-homeAbout__marquee .c-marquee__track {
  -webkit-animation-duration: 78s;
          animation-duration: 78s;
}
@media (max-width: 47.9375rem) {
  .p-homeAbout__marquee {
    margin-top: -4rem;
  }
}
@media (max-width: 40rem) {
  .p-homeAbout__marquee {
    margin-top: -2.375rem;
  }
}

.p-homeAbout__marqueeText {
  color: rgba(33, 120, 171, 0.08);
  font-family: "Heebo", sans-serif;
  font-size: 20.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-right: 0.25em;
}
@media (max-width: 56.25rem) {
  .p-homeAbout__marqueeText {
    font-size: 12.5rem;
  }
}
@media (max-width: 40rem) {
  .p-homeAbout__marqueeText {
    font-size: 7.5rem;
  }
}

/*------------------------------------------------------------------------------
  p-homeStrengths
------------------------------------------------------------------------------*/
.p-homeStrengths {
  --strengths-overlap: 3.75rem;
  --bg-fixed-top: calc(19.5625rem - var(--strengths-overlap));
  padding-top: 10rem;
}
@media (max-width: 71.25rem) {
  .p-homeStrengths {
    --bg-fixed-top: calc(17.5625rem - var(--strengths-overlap));
  }
}
@media (max-width: 56.25rem) {
  .p-homeStrengths {
    --bg-fixed-top: calc(15.5625rem - var(--strengths-overlap));
  }
}
@media (max-width: 40rem) {
  .p-homeStrengths {
    --strengths-overlap: 2.5rem;
    --bg-fixed-top: calc(11.25rem - var(--strengths-overlap));
    padding-top: 4.5rem;
  }
}
@media (max-width: 30rem) {
  .p-homeStrengths {
    --strengths-overlap: 1.75rem;
  }
}

.p-homeStrengths__titleWrap {
  position: sticky;
  top: 7rem;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 71.25rem) {
  .p-homeStrengths__titleWrap {
    top: 5rem;
  }
}
@media (max-width: 40rem) {
  .p-homeStrengths__titleWrap {
    position: relative;
    top: auto;
  }
}
.p-homeStrengths__titleWrap.is-covered {
  opacity: 0;
}

.p-homeStrengths__titleWrap .c-title__en {
  margin-bottom: 0;
}
@media (max-width: 40rem) {
  .p-homeStrengths__titleWrap .c-title__en {
    font-size: min(4.5rem, 15.6vw - 0.3125rem);
  }
}

.p-homeStrengths__body {
  position: relative;
  margin-top: calc(-1 * var(--strengths-overlap));
}

.p-homeStrengths__bg {
  background: linear-gradient(110deg, #399BC1 -29.05%, #143C84 64.8%);
  position: sticky;
  top: var(--bg-fixed-top);
  height: calc(100vh - var(--bg-fixed-top));
  height: calc(100svh - var(--bg-fixed-top));
}
@media (max-width: 40rem) {
  .p-homeStrengths__bg {
    position: absolute;
    inset: 0;
    height: auto;
  }
}

.p-homeStrengths__mediaList {
  margin-top: calc(var(--bg-fixed-top) - 100vh);
  margin-top: calc(var(--bg-fixed-top) - 100svh);
  padding-top: 10.5rem;
}
@media (max-width: 40rem) {
  .p-homeStrengths__mediaList {
    margin-top: 0;
    padding-top: 3.5rem;
  }
}

.p-homeStrengths__media {
  position: sticky;
  top: 17.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 29.25rem;
}
@media (max-width: 71.25rem) {
  .p-homeStrengths__media {
    top: 14.375rem;
  }
}
@media (max-width: 40rem) {
  .p-homeStrengths__media {
    position: static;
    min-height: auto;
    padding: 0 0 2.5rem;
    opacity: 0;
    -webkit-transform: translateY(1.875rem);
            transform: translateY(1.875rem);
    -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
    transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  }
}
@media (max-width: 40rem) and (prefers-reduced-motion: reduce) {
  .p-homeStrengths__media {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 40rem) {
  .p-homeStrengths__media:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 40rem) {
  .p-homeStrengths__media.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-homeStrengths__mediaInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 40rem) {
  .p-homeStrengths__mediaInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-homeStrengths__titleWrap {
    -webkit-transition: none;
    transition: none;
  }
}
.p-homeStrengths__num {
  color: rgba(223, 239, 249, 0.15);
  font-family: "Heebo", sans-serif;
  font-size: 15rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0.4375rem;
  left: -0.75rem;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 40rem) {
  .p-homeStrengths__num {
    font-size: 7.5rem;
    left: 0.25rem;
  }
}

.p-homeStrengths__mediaBody {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  width: 37.8125rem;
  padding-top: 6.1875rem;
  padding-left: 1.625rem;
}
@media (max-width: 71.25rem) {
  .p-homeStrengths__mediaBody {
    padding-right: 1.25rem;
  }
}
@media (max-width: 56.25rem) {
  .p-homeStrengths__mediaBody {
    width: 27.5rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 40rem) {
  .p-homeStrengths__mediaBody {
    width: 100%;
    padding: 3rem 0 0;
  }
}

.p-homeStrengths__mediaTitle {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 40rem) {
  .p-homeStrengths__mediaTitle {
    font-size: 1.375rem;
  }
}

.p-homeStrengths__mediaText {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1), -3px -3px 10px rgba(0, 0, 0, 0.08);
  width: 36.1875rem;
  max-width: 100%;
  margin-top: 4.625rem;
}
@media (max-width: 56.25rem) {
  .p-homeStrengths__mediaText {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 40rem) {
  .p-homeStrengths__mediaText {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-homeStrengths__mediaImg {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.375rem;
          flex: 0 0 27.375rem;
  aspect-ratio: 438/340;
  width: 27.375rem;
}
@media (max-width: 56.25rem) {
  .p-homeStrengths__mediaImg {
    -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
    width: 20rem;
  }
}
@media (max-width: 40rem) {
  .p-homeStrengths__mediaImg {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    margin-top: 2rem;
  }
}
.p-homeStrengths__mediaImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-homeStrengths__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 10rem;
}
@media (max-width: 40rem) {
  .p-homeStrengths__btnWrap {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}

/*------------------------------------------------------------------------------
  p-homeService
------------------------------------------------------------------------------*/
.p-homeService__inner {
  max-width: 87.5rem;
}

@media (max-width: 32.5rem) {
  .p-homeService__inner .c-title__en {
    font-size: min(4.5rem, 20.9vw - 0.41875rem);
    white-space: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media (max-width: 32.5rem) {
  .p-homeService__inner .c-title__char--space {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 0;
  }
}

@media (prefers-reduced-motion: no-preference) and (max-width: 32.5rem) {
  .js .p-homeService__inner .c-title.is-split .c-title__char--space ~ .c-title__char {
    -webkit-transform: translateY(-210%);
            transform: translateY(-210%);
  }
}
@media (prefers-reduced-motion: no-preference) and (max-width: 32.5rem) {
  .js .p-homeService__inner .c-title.is-split.is-active .c-title__char--space ~ .c-title__char {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-homeService__card-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  margin-top: 6.6875rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 56.25rem) {
  .p-homeService__card-wrap {
    gap: 1.5rem;
    margin-top: 6.3125rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-homeService__card-wrap {
    -ms-grid-columns: minmax(0, 41.25rem);
    grid-template-columns: minmax(0, 41.25rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
}
@media (max-width: 40rem) {
  .p-homeService__card-wrap {
    gap: 2rem;
    margin-top: 3.34375rem;
    margin-bottom: 2rem;
  }
}

.p-homeService__card {
  min-width: 0;
}

.p-homeService__cardLink {
  color: #222;
  text-decoration: none;
  display: block;
  position: relative;
  height: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-homeService__cardLink::after {
  content: "";
  background-image: url("../img/common/icon_circle_arrow_primary.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 40rem) {
  .p-homeService__cardLink::after {
    bottom: 0.625rem;
    width: 2.125rem;
    height: 2.125rem;
  }
}
@media (hover: hover) {
  .p-homeService__cardLink:hover {
    opacity: 1;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
.p-homeService__cardLink:focus-visible {
  outline-offset: 4px;
}

.p-homeService__cardImg {
  aspect-ratio: 660/489;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.75rem), calc(100% - 3.75rem) 100%, 0 100%);
}
@media (max-width: 40rem) {
  .p-homeService__cardImg {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
  }
}
.p-homeService__cardImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-homeService__cardBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 1.3125rem;
  min-height: 4.4375rem;
  padding: 1.4375rem 3.75rem 0 0.875rem;
}
@media (max-width: 75rem) {
  .p-homeService__cardBody {
    gap: 0.75rem;
    padding-top: 1.1875rem;
  }
}
@media (max-width: 68.75rem) {
  .p-homeService__cardBody {
    gap: 0.625rem;
    padding-right: 3rem;
    padding-left: 0.625rem;
  }
}
@media (max-width: 56.25rem) {
  .p-homeService__cardBody {
    display: block;
    min-height: 4.875rem;
    padding: 1rem 2.75rem 0.5rem 0.625rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-homeService__cardBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.3125rem;
    min-height: 4.4375rem;
    padding: 1.4375rem 3.75rem 0 0.875rem;
  }
}
@media (max-width: 40rem) {
  .p-homeService__cardBody {
    display: block;
    min-height: 5.5rem;
    padding: 0.875rem 3rem 0.625rem 0.5rem;
  }
}

.p-homeService__cardLead {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0.5625rem;
}
@media (max-width: 75rem) {
  .p-homeService__cardLead {
    font-size: 1.0625rem;
  }
}
@media (max-width: 68.75rem) {
  .p-homeService__cardLead {
    font-size: 0.9375rem;
  }
}
@media (max-width: 56.25rem) {
  .p-homeService__cardLead {
    margin-top: 0;
  }
}
@media (max-width: 47.9375rem) {
  .p-homeService__cardLead {
    font-size: 1.25rem;
    margin-top: 0.5625rem;
  }
}
@media (max-width: 40rem) {
  .p-homeService__cardLead {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

.p-homeService__cardTitle {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
@media (max-width: 75rem) {
  .p-homeService__cardTitle {
    font-size: 1.4375rem;
    letter-spacing: 0.14em;
  }
}
@media (max-width: 68.75rem) {
  .p-homeService__cardTitle {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 47.9375rem) {
  .p-homeService__cardTitle {
    font-size: 1.75rem;
    letter-spacing: 0.18em;
  }
}
@media (max-width: 40rem) {
  .p-homeService__cardTitle {
    font-size: 1.3125rem;
    letter-spacing: 0.12em;
    margin-top: 0.125rem;
  }
}

/*------------------------------------------------------------------------------
  p-homeWorks
------------------------------------------------------------------------------*/
.p-homeWorks {
  margin-bottom: 9.5rem;
}
@media (max-width: 40rem) {
  .p-homeWorks {
    margin-bottom: 6rem;
  }
}

.p-homeWorks__inner {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: max(1.25rem, (100% - 75rem) / 2);
}

.p-homeWorks__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-homeWorks__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  gap: 2rem;
  margin-bottom: 2.75rem;
}
@media (max-width: 56.25rem) {
  .p-homeWorks__nav {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 40rem) {
  .p-homeWorks__nav {
    gap: 0.75rem;
    margin-bottom: 0.5rem;
  }
}

.p-homeWorks__header .c-title__en {
  margin-bottom: 0;
}
@media (max-width: 40rem) {
  .p-homeWorks__header .c-title__en {
    font-size: 3.5rem;
  }
}

.p-homeWorks__navBtn {
  background: url("../img/common/icon_slider_arrow.svg") no-repeat center/contain;
  border: none;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
@media (max-width: 40rem) {
  .p-homeWorks__navBtn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (hover: hover) {
  .p-homeWorks__navBtn:hover {
    opacity: 0.8;
  }
}
.p-homeWorks__navBtn:focus-visible {
  border-radius: 50%;
}
.p-homeWorks__navBtn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.p-homeWorks__navBtn--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-homeWorks__slider {
  overflow: visible;
  clip-path: inset(-3rem 0 -3rem 0);
  margin-top: 2.25rem;
  margin-left: max(1.25rem, (100% - 75rem) / 2);
}
.p-homeWorks__slider.is-atStart {
  clip-path: inset(-3rem 0 -3rem -3rem);
}
@media (max-width: 40rem) {
  .p-homeWorks__slider {
    margin-top: 1.75rem;
  }
}

.p-homeWorks__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 29.375rem;
  height: auto;
}
@media (max-width: 56.25rem) {
  .p-homeWorks__slide {
    width: 26.25rem;
  }
}
@media (max-width: 40rem) {
  .p-homeWorks__slide {
    width: calc(100% - 3.5rem);
    max-width: none;
  }
}

.p-homeWorks__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.5rem;
}
@media (max-width: 40rem) {
  .p-homeWorks__btnWrap {
    margin-top: 3rem;
  }
}

/*------------------------------------------------------------------------------
  p-homeRecruit
------------------------------------------------------------------------------*/
.p-homeRecruit {
  --designPx: min(1px, calc(100vw / 1440));
  background: linear-gradient(103deg, #399BC1 -31.01%, #143C84 98.71%);
  position: relative;
}

/* ピン留め領域 */
.p-homeRecruit__pinWrap {
  --pin-scroll: 160vh;
  height: calc(100vh + var(--pin-scroll));
  height: calc(100svh + var(--pin-scroll));
}
@media (max-width: 40rem) {
  .p-homeRecruit__pinWrap {
    --pin-scroll: 120vh;
  }
}

.p-homeRecruit__pin {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: minmax(4rem, 1fr) auto minmax(2.5rem, 1fr);
  grid-template-rows: minmax(4rem, 1fr) auto minmax(2.5rem, 1fr);
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  pointer-events: none;
}
@media (max-width: 40rem) {
  .p-homeRecruit__pin {
    height: auto;
    min-height: 84vh;
    min-height: 84svh;
  }
}

/* 写真 */
.p-homeRecruit__photos {
  --travel: 115vh;
  position: absolute;
  inset: 0;
  left: 0;
  right: 0;
  max-width: calc(1440 * var(--designPx));
  margin-inline: auto;
  pointer-events: none;
}
@media (max-width: 40rem) {
  .p-homeRecruit__photos {
    --designPx: min(1px, calc(100vw / 1120));
  }
}

.p-homeRecruit__photo {
  --travelRatio: 0;
  position: absolute;
  top: calc(50% + var(--designOffsetY) * var(--designPx));
  width: calc(var(--designWidth) * var(--designPx));
  aspect-ratio: var(--aspect);
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-transform: translateY(calc(var(--travel) * var(--travelRatio)));
          transform: translateY(calc(var(--travel) * var(--travelRatio)));
  will-change: transform;
}
.p-homeRecruit__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-homeRecruit__photo::after {
  content: "";
  background-color: var(--tint);
  position: absolute;
  inset: 0;
  opacity: 0.1;
}

.p-homeRecruit__photo--1 {
  --designOffsetY: -550;
  --designWidth: 371;
  --aspect: 371 / 240;
  --tint: #2F81B0;
  --startDelay: 0;
  left: calc(66 * var(--designPx));
}
@media (max-width: 40rem) {
  .p-homeRecruit__photo--1 {
    left: 0;
  }
}

.p-homeRecruit__photo--2 {
  --designOffsetY: -103;
  --designWidth: 201;
  --aspect: 201 / 278;
  --tint: #2D7BAC;
  --startDelay: 0.03;
  left: calc(120 * var(--designPx));
}
@media (max-width: 40rem) {
  .p-homeRecruit__photo--2 {
    left: 6px;
  }
}

.p-homeRecruit__photo--3 {
  --designOffsetY: 298;
  --designWidth: 187;
  --aspect: 187 / 146;
  --tint: #2B76A9;
  --startDelay: 0.06;
  left: calc(171 * var(--designPx));
}
@media (max-width: 40rem) {
  .p-homeRecruit__photo--3 {
    left: -4px;
  }
}

.p-homeRecruit__photo--4 {
  --designOffsetY: -527;
  --designWidth: 253;
  --aspect: 253 / 194;
  --tint: #215C99;
  --startDelay: 0.08;
  right: calc(141 * var(--designPx));
}
@media (max-width: 40rem) {
  .p-homeRecruit__photo--4 {
    right: 0;
  }
}

.p-homeRecruit__photo--5 {
  --designOffsetY: -197;
  --designWidth: 187;
  --aspect: 187 / 146;
  --tint: #205A97;
  --startDelay: 0.11;
  right: calc(221 * var(--designPx));
}
@media (max-width: 40rem) {
  .p-homeRecruit__photo--5 {
    right: 6px;
  }
}

.p-homeRecruit__photo--6 {
  --designOffsetY: 107;
  --designWidth: 186;
  --aspect: 186 / 191;
  --tint: #1D5192;
  --startDelay: 0.14;
  right: calc(120 * var(--designPx));
}
@media (max-width: 40rem) {
  .p-homeRecruit__photo--6 {
    right: 4px;
  }
}

/* 中央コンテンツ */
.p-homeRecruit__center {
  position: relative;
  z-index: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 45.125rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-homeRecruit__lead {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.3;
  letter-spacing: 0.15em;
  text-align: center;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1), -3px -3px 10px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 5.625rem;
}
@media (max-width: 56.25rem) {
  .p-homeRecruit__lead {
    font-size: 1.125rem;
    line-height: 2.1;
    margin-top: 3.5rem;
  }
}
@media (max-width: 40rem) {
  .p-homeRecruit__lead {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.1em;
    gap: 1.25rem;
    margin-top: 2rem;
  }
}
@media (min-width: 40.0625rem) and (max-height: 1100px) {
  .p-homeRecruit__lead {
    gap: 1.25rem;
    margin-top: 2.25rem;
  }
}
@media (min-width: 40.0625rem) and (max-height: 800px) {
  .p-homeRecruit__lead {
    font-size: 1.125rem;
  }
}

.p-homeRecruit__btn {
  margin: 3.5rem auto 0;
}
@media (max-width: 40rem) {
  .p-homeRecruit__btn {
    margin-top: 2rem;
  }
}
@media (min-width: 40.0625rem) and (max-height: 1100px) {
  .p-homeRecruit__btn {
    margin-top: 1.75rem;
  }
}

/* 動画 */
.p-homeRecruit__movie {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 64.9375rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
  padding-bottom: 11.5rem;
  margin-top: calc(8.5rem - var(--recruitTail, 0px));
}
@media (max-width: 40rem) {
  .p-homeRecruit__movie {
    padding-bottom: 6rem;
    margin-top: calc(3rem - var(--recruitTail, 0px));
  }
}

.p-homeRecruit__movieFrame {
  background-color: rgba(0, 0, 0, 0.25);
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-homeRecruit__movieFrame iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-homeRecruit__title .c-title02__en {
  color: rgba(52, 153, 208, 0.52);
  font-size: clamp(4rem, 17.95vw, 16.125rem);
  line-height: 1;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
@media (max-width: 40rem) {
  .p-homeRecruit__title .c-title02__en {
    font-size: clamp(4rem, 21.18vw, 16.125rem);
  }
}
@media (min-width: 40.0625rem) and (max-height: 1100px) {
  .p-homeRecruit__title .c-title02__en {
    font-size: clamp(4rem, min(17.95vw, 22svh), 16.125rem);
  }
}
@media (min-width: 40.0625rem) and (max-height: 800px) {
  .p-homeRecruit__title .c-title02__en {
    font-size: clamp(4rem, min(17.95vw, 18svh), 16.125rem);
  }
}
.p-homeRecruit__title .c-title02__ja {
  color: #fff;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  gap: 0.9375rem;
}
@media (max-width: 40rem) {
  .p-homeRecruit__title .c-title02__ja {
    font-size: 1.25rem;
    gap: 0.6875rem;
  }
}
.p-homeRecruit__title .c-title02__jaText {
  margin-right: -0.1em;
}

/*------------------------------------------------------------------------------
  p-homeCompany
------------------------------------------------------------------------------*/
.p-homeCompany {
  position: relative;
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 16.625rem;
}
@media (max-width: 40rem) {
  .p-homeCompany {
    padding: 4rem 0 6rem;
  }
}

.p-homeCompany__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 107.5rem;
  margin-inline: auto;
}

.p-homeCompany__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 3.875rem) 4rem 25rem 1fr;
  grid-template-columns: calc(50% - 3.875rem) 4rem 25rem 1fr;
}
@media (max-width: 68.75rem) {
  .p-homeCompany__header {
    -ms-grid-columns: calc(50% - 2rem) 2rem minmax(0, 1fr) 1.25rem;
    grid-template-columns: calc(50% - 2rem) 2rem minmax(0, 1fr) 1.25rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-homeCompany__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-homeCompany__header > .c-title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-column-align: end;
      justify-self: end;
}

.p-homeCompany__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 3.875rem) 4rem 25rem 1fr;
  grid-template-columns: calc(50% - 3.875rem) 4rem 25rem 1fr;
  margin-top: 4.6875rem;
}
@media (max-width: 68.75rem) {
  .p-homeCompany__body {
    -ms-grid-columns: calc(50% - 2rem) 2rem minmax(0, 1fr) 1.25rem;
    grid-template-columns: calc(50% - 2rem) 2rem minmax(0, 1fr) 1.25rem;
  }
}
@media (max-width: 56.25rem) {
  .p-homeCompany__body {
    margin-top: 4.3125rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-homeCompany__body {
    display: block;
  }
}
@media (max-width: 40rem) {
  .p-homeCompany__body {
    margin-top: 3.84375rem;
  }
}

.p-homeCompany__img {
  position: relative;
  z-index: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  aspect-ratio: 658/684;
}
@media (max-width: 47.9375rem) {
  .p-homeCompany__img {
    aspect-ratio: 3/2;
    width: 100%;
  }
}
.p-homeCompany__img img {
  border-radius: 0.125rem;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-homeCompany__img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  background-color: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  height: 12%;
  aspect-ratio: 1/1;
}

.p-homeCompany__content {
  -ms-grid-column: 3;
  grid-column: 3;
}
@media (max-width: 47.9375rem) {
  .p-homeCompany__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 27.5rem;
    padding-inline: 1.25rem;
    margin: 2.5rem auto 0;
  }
}
.p-homeCompany__content > .c-btn {
  margin-top: 3.0625rem;
}

.p-homeCompany__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 40rem) {
  .p-homeCompany__navList {
    gap: 1.5rem;
  }
}

.p-homeCompany__navLink {
  color: #173F80;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 2px solid #DDDDE5;
  display: block;
  position: relative;
  padding-bottom: 1.0625rem;
  padding-right: 1.875rem;
}
@media (max-width: 40rem) {
  .p-homeCompany__navLink {
    font-size: 1.0625rem;
    padding-bottom: 0.875rem;
  }
}
.p-homeCompany__navLink::before {
  content: "";
  background: url("../img/common/icon_circle_arrow_secondary.svg") no-repeat center/contain;
  position: absolute;
  top: 0.4375rem;
  right: 0;
  width: 1.375rem;
  height: 1.375rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-homeCompany__navLink::after {
  content: "";
  background-color: #173F80;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (hover: hover) {
  .p-homeCompany__navLink:hover {
    opacity: 1;
  }
  .p-homeCompany__navLink:hover::before {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
  .p-homeCompany__navLink:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.p-homeCompany__profile {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}
.p-homeCompany__profile .c-marquee__track {
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
}

.p-homeCompany__profileText {
  color: rgba(33, 120, 171, 0.08);
  font-family: "Heebo", sans-serif;
  font-size: 21.125rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-right: 0.25em;
}
@media (max-width: 56.25rem) {
  .p-homeCompany__profileText {
    font-size: 13.75rem;
  }
}
@media (max-width: 40rem) {
  .p-homeCompany__profileText {
    font-size: 8.75rem;
  }
}

/*------------------------------------------------------------------------------
  p-homeNews
------------------------------------------------------------------------------*/
.p-homeNews {
  margin-bottom: 11.5rem;
}
@media (max-width: 40rem) {
  .p-homeNews {
    margin-bottom: 5.5rem;
  }
}

.p-homeNews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 3rem;
}
@media (max-width: 40rem) {
  .p-homeNews__header {
    margin-bottom: 1.5rem;
  }
}

.p-homeNews__header .c-title__en {
  margin-bottom: 0;
}

.p-homeNews__btnPc {
  margin-bottom: 1.24375rem;
}
@media (max-width: 56.25rem) {
  .p-homeNews__btnPc {
    margin-bottom: 0.975rem;
  }
}

.p-homeNews__btnSp {
  margin-top: 2rem;
}

/*------------------------------------------------------------------------------
  p-pageHeader
------------------------------------------------------------------------------*/
.p-pageHeader {
  --pageHeader-en-delay: 0.25s;
  --pageHeader-char-stagger-range: 0.3s;
  position: relative;
  padding: 17.5625rem 0 4.625rem;
  background: linear-gradient(104deg, #1B88B2 -36.07%, #1C447C 90.84%);
  overflow: hidden;
}
@media (max-width: 56.25rem) {
  .p-pageHeader {
    padding: 13.625rem 0 3.625rem;
  }
}
@media (max-width: 40rem) {
  .p-pageHeader {
    padding: 9.875rem 0 1.625rem;
  }
}

.p-pageHeader__inner {
  position: relative;
  z-index: 1;
}

.p-pageHeader__title {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
@media (max-width: 56.25rem) {
  .p-pageHeader__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 40rem) {
  .p-pageHeader__title {
    font-size: 1.625rem;
  }
}

.p-pageHeader__title--sm {
  font-size: 3rem;
}
@media (max-width: 56.25rem) {
  .p-pageHeader__title--sm {
    font-size: 2.375rem;
  }
}
@media (max-width: 40rem) {
  .p-pageHeader__title--sm {
    font-size: 1.5rem;
  }
}

.p-pageHeader__en {
  position: absolute;
  bottom: -0.1643em;
  left: max(1.25rem, 50% - 43.75rem);
  color: rgba(30, 120, 172, 0.25);
  font-size: 17.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 56.25rem) {
  .p-pageHeader__en {
    font-size: 13.625rem;
  }
}
@media (max-width: 40rem) {
  .p-pageHeader__en {
    font-size: min(8.5rem, 29vw);
    letter-spacing: -0.01em;
    left: -0.75rem;
  }
}

.p-pageHeader + .c-breadcrumb {
  margin-top: 0.9375rem;
}
@media (max-width: 40rem) {
  .p-pageHeader + .c-breadcrumb {
    margin-top: 0.75rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .js .p-pageHeader__en {
    visibility: hidden;
  }
  .js .p-pageHeader.is-split .p-pageHeader__en {
    visibility: visible;
    overflow: hidden;
  }
  .js .p-pageHeader.is-split .p-pageHeader__char {
    display: inline-block;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: var(--pageHeader-char-delay, var(--pageHeader-en-delay));
            transition-delay: var(--pageHeader-char-delay, var(--pageHeader-en-delay));
    will-change: transform;
  }
  .js .p-pageHeader.is-split .p-pageHeader__char--space {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .js .p-pageHeader.is-split.is-active .p-pageHeader__char {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js .p-pageHeader.is-split.is-animated .p-pageHeader__char {
    will-change: auto;
  }
}
/*------------------------------------------------------------------------------
  p-companyNav
------------------------------------------------------------------------------*/
.p-companyNav {
  margin-bottom: 8.75rem;
}
@media (max-width: 40rem) {
  .p-companyNav {
    margin-bottom: 4.375rem;
  }
}
.p-companyNav .c-anchorNav__link {
  text-align: center;
  word-break: keep-all;
}

/*------------------------------------------------------------------------------
  p-missionVision
------------------------------------------------------------------------------*/
.p-missionVision {
  --missionVision-headerH: 7rem;
  --missionVision-titleOffset: 8.625rem;
  position: relative;
}
@media (max-width: 71.25rem) {
  .p-missionVision {
    --missionVision-headerH: 5rem;
  }
}
@media (max-width: 40rem) {
  .p-missionVision {
    --missionVision-headerH: 4rem;
  }
}

.p-missionVision__bgTrack {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: min(106.67%, 96rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

.p-missionVision__bg {
  position: sticky;
  top: var(--missionVision-headerH);
  display: block;
}
.p-missionVision__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.p-missionVision__inner {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 90rem;
  padding-top: var(--missionVision-titleOffset);
  padding-inline: 3rem;
  margin-inline: auto;
}
@media (max-width: 56.25rem) {
  .p-missionVision__inner {
    padding-inline: 1.25rem;
  }
}

.p-missionVision__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40.1875rem minmax(0, 39.3125rem) 1fr;
  grid-template-columns: 40.1875rem minmax(0, 39.3125rem) 1fr;
}
.p-missionVision__block + .p-missionVision__block {
  margin-top: 9rem;
}
@media (max-width: 56.25rem) {
  .p-missionVision__block + .p-missionVision__block {
    margin-top: 5rem;
  }
}
@media (max-width: 75rem) {
  .p-missionVision__block {
    -ms-grid-columns: 30rem minmax(0, 1fr);
    grid-template-columns: 30rem minmax(0, 1fr);
  }
}
@media (max-width: 63.937rem) {
  .p-missionVision__block {
    -ms-grid-columns: 25rem minmax(0, 1fr);
    grid-template-columns: 25rem minmax(0, 1fr);
  }
}
@media (max-width: 56.25rem) {
  .p-missionVision__block {
    display: block;
  }
}

.p-missionVision__titleArea {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: start;
      align-self: start;
  position: sticky;
  top: calc(var(--missionVision-headerH) + var(--missionVision-titleOffset));
}
@media (max-width: 56.25rem) {
  .p-missionVision__titleArea {
    position: static;
    margin-bottom: 2.5rem;
  }
}

.p-missionVision__content {
  -ms-grid-column: 2;
  grid-column: 2;
}

.p-missionVision__lead {
  color: #173F80;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 63.937rem) {
  .p-missionVision__lead {
    font-size: 1.625rem;
  }
}
@media (max-width: 40rem) {
  .p-missionVision__lead {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
}

.p-missionVision__text {
  font-size: 1rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media (max-width: 40rem) {
  .p-missionVision__text {
    font-size: 0.8125rem;
    line-height: 1.8;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}

/*------------------------------------------------------------------------------
  p-value
------------------------------------------------------------------------------*/
.p-value {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding-top: 1.1875rem;
}
@media (max-width: 56.25rem) {
  .p-value {
    padding-top: 0;
  }
}

.p-value__item {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(23, 63, 128, 0.2);
}
@media (max-width: 40rem) {
  .p-value__item {
    padding-bottom: 1.5rem;
  }
}

.p-value__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media (max-width: 40rem) {
  .p-value__head {
    gap: 0.75rem;
    margin-bottom: 1.25rem;
  }
}

.p-value__num {
  color: transparent;
  font-family: "Heebo", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  background: linear-gradient(103deg, #399BC1 -31.01%, #143C84 98.71%);
  background-clip: text;
  margin-top: -0.1042em;
  margin-bottom: -0.1875em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 63.937rem) {
  .p-value__num {
    font-size: 4rem;
  }
}
@media (max-width: 40rem) {
  .p-value__num {
    font-size: 3rem;
  }
}

.p-value__title {
  color: #173F80;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.173em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 63.937rem) {
  .p-value__title {
    font-size: 1.375rem;
  }
}
@media (max-width: 40rem) {
  .p-value__title {
    font-size: 1.0625rem;
  }
}

.p-value__note {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.125em;
}
@media (max-width: 63.937rem) {
  .p-value__note {
    font-size: 1rem;
  }
}
@media (max-width: 40rem) {
  .p-value__note {
    font-size: 0.8125rem;
  }
}

.p-value__note--block {
  display: block;
}

.p-value__note--blockPc {
  display: block;
}
@media (max-width: 40rem) {
  .p-value__note--blockPc {
    display: inline-block;
  }
}

.p-value__text {
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 40rem) {
  .p-value__text {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}

/*------------------------------------------------------------------------------
  p-greeting
------------------------------------------------------------------------------*/
.p-greeting__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 107.5rem;
  margin-inline: auto;
}

.p-greeting__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 10.0625rem) 2.9375rem minmax(0, 41.5rem) 1fr;
  grid-template-columns: calc(50% - 10.0625rem) 2.9375rem minmax(0, 41.5rem) 1fr;
}
@media (max-width: 75rem) {
  .p-greeting__header {
    -ms-grid-columns: calc(50% - 2rem) 2rem minmax(0, 1fr) 1.25rem;
    grid-template-columns: calc(50% - 2rem) 2rem minmax(0, 1fr) 1.25rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-greeting__header {
    display: block;
    padding-inline: 1.25rem;
  }
}
.p-greeting__header > .c-title {
  -ms-grid-column: 3;
  grid-column: 3;
}
@media (max-width: 75rem) {
  .p-greeting__header > .c-title {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (max-width: 47.9375rem) {
  .p-greeting__header > .c-title {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}

.p-greeting__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 10.0625rem) 2.9375rem minmax(0, 41.5rem) 1fr;
  grid-template-columns: calc(50% - 10.0625rem) 2.9375rem minmax(0, 41.5rem) 1fr;
  margin-top: 3.5rem;
}
@media (max-width: 75rem) {
  .p-greeting__body {
    -ms-grid-columns: calc(50% - 2rem) 2rem minmax(0, 1fr) 1.25rem;
    grid-template-columns: calc(50% - 2rem) 2rem minmax(0, 1fr) 1.25rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-greeting__body {
    display: block;
    margin-top: 3rem;
  }
}
@media (max-width: 40rem) {
  .p-greeting__body {
    margin-top: 2.5rem;
  }
}

.p-greeting__img {
  position: relative;
  -ms-grid-column: 1;
  grid-column: 1;
  aspect-ratio: 559/609;
}
@media (max-width: 47.9375rem) {
  .p-greeting__img {
    aspect-ratio: 1/1;
    width: 100%;
  }
}
.p-greeting__img img {
  border-radius: 0.125rem;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-greeting__img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  background-color: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  height: 13.957%;
  aspect-ratio: 84/85;
}

.p-greeting__content {
  -ms-grid-column: 3;
  grid-column: 3;
  padding-top: 1.25rem;
}
@media (max-width: 47.9375rem) {
  .p-greeting__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-block: 0;
    padding-inline: 1.25rem;
    margin-top: 1.5rem;
  }
}

.p-greeting__lead {
  color: #173F80;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media (max-width: 56.25rem) {
  .p-greeting__lead {
    font-size: 1.5rem;
  }
}
@media (max-width: 40rem) {
  .p-greeting__lead {
    font-size: 1.375rem;
    line-height: 1.6;
  }
}

.p-greeting__text {
  font-size: 1rem;
  line-height: 1.9;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 40rem) {
  .p-greeting__text {
    font-size: 0.8125rem;
    line-height: 1.7;
    gap: 0.75rem;
    margin-top: 1rem;
  }
}

.p-greeting__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (max-width: 40rem) {
  .p-greeting__sign {
    gap: 0.75rem;
    margin-top: 1.25rem;
  }
}

.p-greeting__signRole {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 40rem) {
  .p-greeting__signRole {
    font-size: 0.75rem;
  }
}

.p-greeting__signName {
  display: block;
  width: 7.25rem;
  height: auto;
}
@media (max-width: 40rem) {
  .p-greeting__signName {
    width: 5.625rem;
  }
}

/*------------------------------------------------------------------------------
  p-overview（会社概要）
------------------------------------------------------------------------------*/
.p-overview {
  margin-bottom: 8.5rem;
}
@media (max-width: 40rem) {
  .p-overview {
    margin-bottom: 3.5rem;
  }
}

.p-overview__list {
  margin-top: 5.6875rem;
}
@media (max-width: 56.25rem) {
  .p-overview__list {
    margin-top: 5.3125rem;
  }
}
@media (max-width: 40rem) {
  .p-overview__list {
    margin-top: 3.34375rem;
  }
}

.p-overview__row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding: 2.5rem;
}
.p-overview__row:nth-child(odd) {
  background-color: #EDF4F8;
}
@media (max-width: 68.75rem) {
  .p-overview__row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 40rem) {
  .p-overview__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    padding: 1.25rem 1rem;
  }
}

.p-overview__term {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.75rem;
          flex: 0 0 10.75rem;
}
@media (max-width: 68.75rem) {
  .p-overview__term {
    -ms-flex-preferred-size: 9.375rem;
        flex-basis: 9.375rem;
  }
}
@media (max-width: 40rem) {
  .p-overview__term {
    font-size: 0.9375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.p-overview__desc {
  color: #333;
  font-size: 1.0625rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 40rem) {
  .p-overview__desc {
    font-size: 0.875rem;
  }
}

/*------------------------------------------------------------------------------
  p-overview awards
------------------------------------------------------------------------------*/
.p-overview__awardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 32.5rem) {
  .p-overview__awardList {
    gap: 0.75rem;
  }
}

.p-overview__awardItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 32.5rem) {
  .p-overview__awardItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-overview__awardDate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.8125rem;
          flex: 0 0 7.8125rem;
}
@media (max-width: 40rem) {
  .p-overview__awardDate {
    -ms-flex-preferred-size: 6.5625rem;
        flex-basis: 6.5625rem;
  }
}
@media (max-width: 32.5rem) {
  .p-overview__awardDate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-weight: 700;
  }
}

/*------------------------------------------------------------------------------
  p-license（資格一覧）
------------------------------------------------------------------------------*/
.p-license {
  background: linear-gradient(110deg, #399BC1 -29.05%, #143C84 64.8%);
  padding: 11rem 0;
}
@media (max-width: 56.25rem) {
  .p-license {
    padding: 7.5rem 0;
  }
}
@media (max-width: 40rem) {
  .p-license {
    padding: 5rem 0;
  }
}

.p-license__lead {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 56.25rem) {
  .p-license__lead {
    font-size: 1.25rem;
    margin-top: 3.0625rem;
  }
}
@media (max-width: 40rem) {
  .p-license__lead {
    font-size: 1rem;
    text-align: left;
    margin-top: 2.09375rem;
  }
}

/*------------------------------------------------------------------------------
  p-license 資格のセル
------------------------------------------------------------------------------*/
.p-license__body {
  max-width: 68rem;
  margin: 3.5rem auto 0;
}
@media (max-width: 40rem) {
  .p-license__body {
    margin-top: 2rem;
  }
}

.p-license__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.25rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto 0.25rem auto 0.25rem auto 0.25rem auto 0.25rem auto 0.25rem auto 0.25rem auto 0.25rem auto;
  grid-template-rows: repeat(8, auto);
  grid-auto-flow: column;
  gap: 0.25rem;
}

.p-license__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-license__list > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-license__list > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.p-license__list > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.p-license__list > *:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.p-license__list > *:nth-child(6) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.p-license__list > *:nth-child(7) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}

.p-license__list > *:nth-child(8) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}

.p-license__list > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-license__list > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-license__list > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.p-license__list > *:nth-child(12) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.p-license__list > *:nth-child(13) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.p-license__list > *:nth-child(14) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}

.p-license__list > *:nth-child(15) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}

.p-license__list > *:nth-child(16) {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
}
@media (max-width: 56.25rem) {
  .p-license__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: none;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
  .p-license__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.p-license__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.9375rem;
  padding: 0 1.5rem;
}
@media (max-width: 40rem) {
  .p-license__item {
    height: 3.75rem;
    padding: 0 1rem;
  }
}

.p-license__name {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 40rem) {
  .p-license__name {
    font-size: 0.875rem;
  }
}

.p-license__leader {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #ECECEC;
  margin: 0 1rem 0 0.625rem;
}
@media (max-width: 40rem) {
  .p-license__leader {
    margin: 0 0.625rem 0 0.5rem;
  }
}

.p-license__count {
  color: #2E7DAD;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-license__num {
  font-family: "Heebo", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 40rem) {
  .p-license__num {
    font-size: 1.375rem;
  }
}

.p-license__note {
  color: #fff;
  font-size: 0.875rem;
  text-align: right;
  margin-top: 0.5rem;
}
@media (max-width: 40rem) {
  .p-license__note {
    font-size: 0.75rem;
  }
}

.p-license__support {
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 40rem) {
  .p-license__support {
    margin-top: 1.75rem;
  }
}

.p-license__supportTitle {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  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;
  gap: 0.875rem;
}
@media (max-width: 56.25rem) {
  .p-license__supportTitle {
    font-size: 1.375rem;
    gap: 0.75rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-license__supportTitle {
    font-size: 1rem;
  }
}
@media (max-width: 40rem) {
  .p-license__supportTitle {
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
  }
}

.p-license__em {
  color: #FFF906;
  font-size: 2.125rem;
}
@media (max-width: 56.25rem) {
  .p-license__em {
    font-size: 1.6875rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-license__em {
    font-size: 1.375rem;
  }
}
@media (max-width: 40rem) {
  .p-license__em {
    font-size: 1.125rem;
  }
}

.p-license__slash {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.625rem;
  height: auto;
  padding-bottom: 0.4375rem;
}
@media (max-width: 56.25rem) {
  .p-license__slash {
    width: 1.25rem;
  }
}
@media (max-width: 40rem) {
  .p-license__slash {
    width: 1.625rem;
    padding-bottom: 0;
  }
}

.p-license__slash--flip {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: -0.3125rem;
}
@media (max-width: 40rem) {
  .p-license__slash--flip {
    margin-left: -0.125rem;
  }
}

.p-license__supportNote {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1), -3px -3px 10px rgba(0, 0, 0, 0.08);
  margin-top: 0.25rem;
}
@media (max-width: 56.25rem) {
  .p-license__supportNote {
    font-size: 1rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-license__supportNote {
    font-size: 0.875rem;
  }
}
@media (max-width: 40rem) {
  .p-license__supportNote {
    font-size: 0.8125rem;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: left;
    margin-top: 0.75rem;
  }
}

/*------------------------------------------------------------------------------
  p-access（アクセス）
------------------------------------------------------------------------------*/
.p-access {
  background-color: #EDF4F8;
  padding: 11.5rem 0;
}
@media (max-width: 56.25rem) {
  .p-access {
    padding: 7.5rem 0;
  }
}
@media (max-width: 40rem) {
  .p-access {
    padding: 5rem 0;
  }
}

.p-access__body {
  margin-top: 4.5rem;
}
@media (max-width: 56.25rem) {
  .p-access__body {
    margin-top: 3.5rem;
  }
}
@media (max-width: 40rem) {
  .p-access__body {
    margin-top: 3rem;
  }
}

.p-access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
@media (max-width: 56.25rem) {
  .p-access__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.5rem;
  }
}
@media (max-width: 40rem) {
  .p-access__row {
    gap: 0.25rem;
  }
}

.p-access__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-block: 0.0625rem;
}

.p-access__infoRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1rem;
  line-height: 1.7;
  padding: 2rem 0 2rem 1.5rem;
}
@media (max-width: 56.25rem) {
  .p-access__infoRow {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
.p-access__infoRow + .p-access__infoRow {
  border-top: 0.0625rem solid #C5D3E5;
}
@media (max-width: 40rem) {
  .p-access__infoRow {
    font-size: 0.875rem;
    padding: 1.25rem 0 1.25rem 0.75rem;
  }
}

.p-access__infoTerm {
  color: #173F80;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.75rem;
          flex: 0 0 8.75rem;
}
@media (max-width: 40rem) {
  .p-access__infoTerm {
    -ms-flex-preferred-size: 6.25rem;
        flex-basis: 6.25rem;
  }
}

.p-access__infoDesc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-access__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 520/388;
}
@media (max-width: 56.25rem) {
  .p-access__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.p-access__img img {
  border-radius: 0.125rem;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-access__map {
  aspect-ratio: 1100/500;
  margin-top: 2.5rem;
}
@media (max-width: 40rem) {
  .p-access__map {
    aspect-ratio: 4/3;
    margin-top: 1.5rem;
  }
}
.p-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------------------
  p-history（沿革）
------------------------------------------------------------------------------*/
.p-history__list {
  max-width: 59.375rem;
  margin-inline: auto;
  margin-top: 5.1875rem;
}
@media (max-width: 56.25rem) {
  .p-history__list {
    margin-top: 4.265625rem;
  }
}
@media (max-width: 40rem) {
  .p-history__list {
    margin-top: 3.3175rem;
  }
}

.p-history__item {
  --history-markerX: 12.09375rem;
  --history-dotCenterY: 1.46875rem;
  --history-dotSize: 0.9375rem;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.5625rem minmax(0, 1fr);
  grid-template-columns: 15.5625rem minmax(0, 1fr);
  padding-bottom: 3.625rem;
}
.p-history__item::before {
  content: "";
  position: absolute;
  top: var(--history-dotCenterY);
  left: var(--history-markerX);
  background-color: #2E7DAD;
  width: 0.0625rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-history__item::after {
  content: "";
  position: absolute;
  top: calc(var(--history-dotCenterY) - var(--history-dotSize) / 2);
  left: var(--history-markerX);
  background-color: #2E7DAD;
  border-radius: 50%;
  width: var(--history-dotSize);
  height: var(--history-dotSize);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-history__item:last-child {
  padding-bottom: 0;
}
.p-history__item:last-child::before {
  content: none;
}
@media (max-width: 56.25rem) {
  .p-history__item {
    --history-markerX: 8.75rem;
    --history-dotCenterY: 1.03125rem;
    --history-dotSize: 0.8125rem;
    -ms-grid-columns: 11.25rem minmax(0, 1fr);
    grid-template-columns: 11.25rem minmax(0, 1fr);
    padding-bottom: 2.75rem;
  }
}
@media (max-width: 40rem) {
  .p-history__item {
    --history-markerX: 6.25rem;
    --history-dotCenterY: 0.8rem;
    --history-dotSize: 0.6875rem;
    -ms-grid-columns: 8.125rem minmax(0, 1fr);
    grid-template-columns: 8.125rem minmax(0, 1fr);
    padding-bottom: 2.25rem;
  }
}

.p-history__year {
  color: #2E7DAD;
  font-family: "Heebo", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 56.25rem) {
  .p-history__year {
    font-size: 2.25rem;
  }
}
@media (max-width: 40rem) {
  .p-history__year {
    font-size: 1.75rem;
  }
}

.p-history__yearUnit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-left: 0.25rem;
}
@media (max-width: 56.25rem) {
  .p-history__yearUnit {
    font-size: 1rem;
  }
}
@media (max-width: 40rem) {
  .p-history__yearUnit {
    font-size: 0.875rem;
  }
}

.p-history__desc {
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 0.41875rem;
}
@media (max-width: 56.25rem) {
  .p-history__desc {
    font-size: 1rem;
    padding-top: 0.18125rem;
  }
}
@media (max-width: 40rem) {
  .p-history__desc {
    font-size: 0.9375rem;
    padding-top: 0.00625rem;
  }
}

/*------------------------------------------------------------------------------
  p-philosophyNav
------------------------------------------------------------------------------*/
.p-philosophyNav {
  margin-bottom: 7rem;
}
@media (max-width: 40rem) {
  .p-philosophyNav {
    margin-bottom: 3.5rem;
  }
}

/*------------------------------------------------------------------------------
  p-properPainting（正しい"施工"とは）
------------------------------------------------------------------------------*/
.p-properPainting__body {
  margin-top: 4rem;
}
@media (max-width: 40rem) {
  .p-properPainting__body {
    margin-top: 2.5rem;
  }
}

.p-properPainting__lead {
  color: #173F80;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  max-width: 60.5625rem;
}
@media (max-width: 56.25rem) {
  .p-properPainting__lead {
    font-size: 1.375rem;
  }
}
@media (max-width: 40rem) {
  .p-properPainting__lead {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
}

.p-properPainting__text {
  font-size: 1.0625rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  max-width: 60.5625rem;
  margin-top: 2.5rem;
}
@media (max-width: 40rem) {
  .p-properPainting__text {
    font-size: 0.8125rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-properPainting__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 40rem) {
  .p-properPainting__list {
    -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1rem;
    margin-top: 1.5rem;
  }
}

.p-properPainting__img img {
  aspect-ratio: 350/263;
  border-radius: 0.125rem;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-properPainting__caption {
  font-size: 0.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 40rem) {
  .p-properPainting__caption {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

/*------------------------------------------------------------------------------
  p-approach（施工方針）
------------------------------------------------------------------------------*/
.p-approach {
  background-color: #EDF4F8;
  padding: 11.5rem 0;
}
@media (max-width: 56.25rem) {
  .p-approach {
    padding: 7.5rem 0;
  }
}
@media (max-width: 40rem) {
  .p-approach {
    padding: 5rem 0;
  }
}

.p-approach__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23.4375rem minmax(0, 42.1875rem);
  grid-template-columns: 23.4375rem minmax(0, 42.1875rem);
}
@media (max-width: 75rem) {
  .p-approach__inner {
    -ms-grid-columns: 20rem minmax(0, 1fr);
    grid-template-columns: 20rem minmax(0, 1fr);
  }
}
@media (max-width: 56.25rem) {
  .p-approach__inner {
    display: block;
  }
}

.p-approach__titleArea {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  position: sticky;
  top: 7.75rem;
}
@media (max-width: 71.25rem) {
  .p-approach__titleArea {
    top: 5rem;
  }
}
@media (max-width: 56.25rem) {
  .p-approach__titleArea {
    position: static;
  }
}

.p-approach__title .c-title02__en {
  color: rgba(255, 255, 255, 0.57);
  font-size: clamp(min(4rem, 17.07vw), 13.89vw, 12.5rem);
}
.p-approach__title .c-title02__ja {
  color: #173F80;
}

.p-approach__list {
  list-style: none;
  margin-top: 14.5625rem;
}
@media (max-width: 75rem) {
  .p-approach__list {
    margin-top: 12.5rem;
  }
}
@media (max-width: 56.25rem) {
  .p-approach__list {
    margin-top: 3rem;
  }
}

.p-approach__item {
  border-bottom: 0.0625rem solid rgba(23, 63, 128, 0.2);
  padding-bottom: 2.5rem;
}
.p-approach__item + .p-approach__item {
  margin-top: 3rem;
}
@media (max-width: 40rem) {
  .p-approach__item + .p-approach__item {
    margin-top: 2rem;
  }
}
@media (max-width: 40rem) {
  .p-approach__item {
    padding-bottom: 1.75rem;
  }
}

.p-approach__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media (max-width: 40rem) {
  .p-approach__head {
    gap: 0.75rem;
  }
}

.p-approach__num {
  color: transparent;
  font-family: "Heebo", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  background: linear-gradient(103deg, #399BC1 -31.01%, #143C84 98.71%);
  background-clip: text;
  margin-top: -0.1042em;
  margin-bottom: -0.1875em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 40rem) {
  .p-approach__num {
    font-size: 3.5rem;
  }
}

.p-approach__itemTitle {
  color: #173F80;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.28125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 40rem) {
  .p-approach__itemTitle {
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
    display: block;
  }
}

.p-approach__itemTitleSub {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 40rem) {
  .p-approach__itemTitleSub {
    font-size: 0.8125rem;
    display: inline-block;
  }
}

.p-approach__itemTitleSub--break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (max-width: 40rem) {
  .p-approach__itemTitleSub--break {
    display: block;
  }
}

.p-approach__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 2rem;
}
@media (max-width: 40rem) {
  .p-approach__text {
    font-size: 0.8125rem;
    line-height: 1.8;
    margin-top: 1rem;
  }
}

/*------------------------------------------------------------------------------
  p-passion（施工者の想い）
------------------------------------------------------------------------------*/
.p-passion__title .c-title02__en {
  font-size: clamp(min(4.875rem, 20.8vw), 13.89vw, 12.5rem);
}
.p-passion__title .c-title02__body {
  top: clamp(2.8125rem, 9.86vw, 8.875rem);
  bottom: auto;
}
@media (max-width: 40rem) {
  .p-passion__title .c-title02__body {
    top: auto;
    bottom: 0.25rem;
  }
}

.p-passion__message {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 37.5rem) 5.625rem minmax(0, 28.75rem);
  grid-template-columns: minmax(0, 37.5rem) minmax(0, 28.75rem);
  -webkit-column-gap: 5.625rem;
     -moz-column-gap: 5.625rem;
          column-gap: 5.625rem;
  padding-left: 3.125rem;
  margin-top: 3.625rem;
}
@media (max-width: 80rem) {
  .p-passion__message {
    padding-left: 0;
  }
}
@media (max-width: 63.937rem) {
  .p-passion__message {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media (max-width: 56.25rem) {
  .p-passion__message {
    -ms-grid-columns: minmax(0, 1fr) 2rem 16.875rem;
    grid-template-columns: minmax(0, 1fr) 16.875rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 40rem) {
  .p-passion__message {
    display: block;
    margin-top: 2rem;
  }
}

.p-passion__lead {
  color: #173F80;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 75rem) {
  .p-passion__lead {
    font-size: min(1.875rem, 4vw - 1.125rem);
  }
}
@media (max-width: 56.25rem) {
  .p-passion__lead {
    font-size: min(1.875rem, 5.35vw - 1.125rem);
    letter-spacing: 0.05em;
  }
}
@media (max-width: 40rem) {
  .p-passion__lead {
    font-size: min(1.125rem, 5.14vw - 0.103125rem);
  }
}

.p-passion__text {
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 56.25rem) {
  .p-passion__text {
    font-size: 0.875rem;
    gap: 1rem;
  }
}
@media (max-width: 40rem) {
  .p-passion__text {
    font-size: 0.8125rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    gap: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-passion__figure {
  margin-top: 0.5rem;
}
@media (max-width: 47.9375rem) {
  .p-passion__figure {
    margin-top: 2.5rem;
    margin-top: 0;
  }
}

.p-passion__img {
  aspect-ratio: 460/594;
}
@media (max-width: 40rem) {
  .p-passion__img {
    aspect-ratio: 1/1;
    margin-top: 1.5rem;
  }
}
.p-passion__img img {
  border-radius: 0.125rem;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 40rem) {
  .p-passion__img img {
    -o-object-position: 17% center;
       object-position: 17% center;
  }
}

.p-passion__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.25rem;
}
@media (max-width: 40rem) {
  .p-passion__sign {
    margin-top: 0.375rem;
    gap: 0.75rem;
  }
}

.p-passion__signRole {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 0.125rem;
}
@media (max-width: 40rem) {
  .p-passion__signRole {
    font-size: 0.8125rem;
  }
}

.p-passion__signName {
  display: block;
  width: 7.25rem;
  height: auto;
}

.p-passion__staffList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  margin-top: 5.5625rem;
}
@media (max-width: 47.9375rem) {
  .p-passion__staffList {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
    margin-top: 3.5rem;
  }
}

.p-passion__staffLabel {
  color: #2E7DAD;
  font-family: "Heebo", sans-serif;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.p-passion__staffLabel::before, .p-passion__staffLabel::after {
  content: "";
  background-color: rgba(46, 125, 173, 0.3);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.0625rem;
}

.p-passion__staffImg {
  aspect-ratio: 530/353;
  margin-top: 1.25rem;
}
.p-passion__staffImg img {
  border-radius: 0.125rem;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-passion__staffTitle {
  color: #173F80;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 1.5rem;
}
@media (max-width: 63.937rem) {
  .p-passion__staffTitle {
    font-size: 1.25rem;
  }
}
@media (max-width: 40rem) {
  .p-passion__staffTitle {
    font-size: 1.125rem;
  }
}

.p-passion__staffText {
  font-size: 1rem;
  text-align: justify;
  margin-top: 1rem;
}
@media (max-width: 40rem) {
  .p-passion__staffText {
    font-size: 0.8125rem;
  }
}

.p-passion__photo {
  aspect-ratio: 1440/520;
  margin-top: 6.5rem;
}
@media (max-width: 40rem) {
  .p-passion__photo {
    aspect-ratio: 3/2;
    margin-top: 3.5rem;
  }
}
.p-passion__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*------------------------------------------------------------------------------
  p-serviceWrap
------------------------------------------------------------------------------*/
.p-serviceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18.5rem;
  margin-top: 15.625rem;
}
@media (max-width: 47.9375rem) {
  .p-serviceWrap {
    gap: 9rem;
  }
}
@media (max-width: 40rem) {
  .p-serviceWrap {
    gap: 8rem;
    margin-top: 7rem;
  }
}

/*------------------------------------------------------------------------------
  p-service
------------------------------------------------------------------------------*/
.p-service {
  position: relative;
}

.p-service__marquee {
  font-size: 25rem;
  position: absolute;
  top: -0.4em;
  left: 0;
  pointer-events: none;
}
@media (max-width: 56.25rem) {
  .p-service__marquee {
    font-size: 15rem;
  }
}
@media (max-width: 40rem) {
  .p-service__marquee {
    top: -0.25em;
    font-size: 8rem;
  }
}

.p-service__marquee--bridge .c-marquee__track {
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
}

.p-service__marquee--building .c-marquee__track {
  -webkit-animation-duration: 102s;
          animation-duration: 102s;
}

.p-service__marqueeText {
  color: rgba(33, 120, 171, 0.07);
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-right: 0.25em;
}

/*------------------------------------------------------------------------------
  p-service__main（テキスト＋画面右端まで伸びる画像）
------------------------------------------------------------------------------*/
.p-service__main {
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 1;
  -ms-grid-columns: max(1.25rem, 50% - 37.5rem) minmax(0, 33.125rem) 6.25rem calc(50% - 1.875rem);
  grid-template-columns: max(1.25rem, 50% - 37.5rem) minmax(0, 33.125rem) 6.25rem calc(50% - 1.875rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 107.5rem;
  margin-inline: auto;
}
@media (max-width: 68.75rem) {
  .p-service__main {
    -ms-grid-columns: max(1.25rem, 50% - 37.5rem) minmax(0, 33.125rem) 3rem calc(50% - 1.875rem);
    grid-template-columns: max(1.25rem, 50% - 37.5rem) minmax(0, 33.125rem) 3rem calc(50% - 1.875rem);
  }
}
@media (max-width: 56.25rem) {
  .p-service__main {
    -ms-grid-columns: max(1.25rem, 50% - 37.5rem) minmax(0, 33.125rem) 1.5rem calc(50% - 1.875rem);
    grid-template-columns: max(1.25rem, 50% - 37.5rem) minmax(0, 33.125rem) 1.5rem calc(50% - 1.875rem);
  }
}
@media (max-width: 47.9375rem) {
  .p-service__main {
    display: block;
  }
}

.p-service__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.40625rem;
  margin-top: 1.5625rem;
}
@media (max-width: 56.25rem) {
  .p-service__head {
    gap: 1.25rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-service__head {
    padding-inline: 1.25rem;
    margin-top: 0;
  }
}
@media (max-width: 40rem) {
  .p-service__head {
    gap: 0.75rem;
  }
}

.p-service__body {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (max-width: 47.9375rem) {
  .p-service__body {
    padding-inline: 1.25rem;
  }
}

.p-service__num {
  color: transparent;
  font-family: "Heebo", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  background: linear-gradient(103deg, #399BC1 -31.01%, #143C84 98.71%);
  background-clip: text;
  margin-top: -0.1042em;
  margin-bottom: -0.1875em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 56.25rem) {
  .p-service__num {
    font-size: 4.5rem;
  }
}
@media (max-width: 40rem) {
  .p-service__num {
    font-size: 3.5rem;
  }
}

.p-service__title {
  color: #173F80;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 56.25rem) {
  .p-service__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 40rem) {
  .p-service__title {
    font-size: 1.375rem;
  }
}

.p-service__lead {
  color: #173F80;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 2.5rem;
}
@media (max-width: 56.25rem) {
  .p-service__lead {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
}
@media (max-width: 40rem) {
  .p-service__lead {
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: 1.25rem;
  }
}

.p-service__text {
  line-height: 1.9;
  margin-top: 2rem;
}
@media (max-width: 40rem) {
  .p-service__text {
    line-height: 1.7;
    margin-top: 1rem;
  }
}

.p-service__example {
  background-color: #EDF4F8;
  border-radius: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 40rem) {
  .p-service__example {
    gap: 0.875rem;
    padding: 1rem;
  }
}

.p-service__exampleLabel {
  color: #173F80;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 56.25rem) {
  .p-service__exampleLabel {
    font-size: 1rem;
  }
}
@media (max-width: 40rem) {
  .p-service__exampleLabel {
    font-size: 0.875rem;
  }
}
.p-service__exampleLabel::after {
  content: "";
  background-color: rgba(23, 63, 128, 0.15);
  width: 1px;
  height: 3.75rem;
  margin-left: 1.25rem;
}
@media (max-width: 40rem) {
  .p-service__exampleLabel::after {
    height: 3rem;
    margin-left: 0.875rem;
  }
}

.p-service__exampleText {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (max-width: 40rem) {
  .p-service__exampleText {
    font-size: 0.8125rem;
  }
}

.p-service__img {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  aspect-ratio: 690/472;
}
@media (max-width: 47.9375rem) {
  .p-service__img {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.p-service__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*------------------------------------------------------------------------------
  p-service__detail（対応内容のリスト＋ボタン）
------------------------------------------------------------------------------*/
.p-service__detail {
  margin-top: 4.8125rem;
}
@media (max-width: 40rem) {
  .p-service__detail {
    margin-top: 3.5rem;
  }
}

.p-service__features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4.0625rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.5rem 4.0625rem;
}
@media (max-width: 68.75rem) {
  .p-service__features {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-service__features {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 40rem) {
  .p-service__features {
    gap: 2.5rem;
  }
}

.p-service__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 40rem) {
  .p-service__feature {
    gap: 1rem;
  }
}

.p-service__featureLabel {
  color: #2E7DAD;
  font-family: "Heebo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  margin-top: -0.1042em;
  margin-bottom: -0.1875em;
}
@media (max-width: 40rem) {
  .p-service__featureLabel {
    font-size: 0.75rem;
    gap: 0.625rem;
  }
}
.p-service__featureLabel::before, .p-service__featureLabel::after {
  content: "";
  background-color: rgba(46, 125, 173, 0.3);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
}

.p-service__featureBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 56.25rem) {
  .p-service__featureBody {
    gap: 1rem;
  }
}
@media (max-width: 40rem) {
  .p-service__featureBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.75rem;
  }
}

.p-service__featureImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(16.5rem, 47%);
  aspect-ratio: 264/170;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 63.937rem) {
  .p-service__featureImg {
    width: min(16.5rem, 36%);
  }
}
@media (max-width: 40rem) {
  .p-service__featureImg {
    width: 100%;
  }
}
.p-service__featureImg img {
  border-radius: 0.0625rem;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-service__featureText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-top: 0.25rem;
}

.p-service__featureTitle {
  color: #173F80;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 56.25rem) {
  .p-service__featureTitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 40rem) {
  .p-service__featureTitle {
    font-size: 1.0625rem;
  }
}

.p-service__featureList {
  font-size: 0.9375rem;
  line-height: 1.9;
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
  margin-top: 0.75rem;
}
@media (max-width: 63.937rem) {
  .p-service__featureList {
    font-size: 0.8125rem;
  }
}
@media (max-width: 40rem) {
  .p-service__featureList {
    margin-top: 0.5rem;
  }
}
.p-service__featureList li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-service__featureList li::before {
  content: "・";
}

.p-service__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.5rem;
}
@media (max-width: 40rem) {
  .p-service__btnWrap {
    margin-top: 2rem;
  }
}

/*------------------------------------------------------------------------------
  p-interview__header
------------------------------------------------------------------------------*/
.p-interview {
  --interview-en-delay: 0.25s;
  --interview-char-stagger-range: 0.3s;
}

.p-interview__header {
  background: linear-gradient(122deg, #1B88B2 -36.07%, #1C447C 90.84%);
  position: relative;
  overflow: hidden;
  padding-top: 9.875rem;
}
@media (max-width: 75rem) {
  .p-interview__header {
    padding-top: 8.75rem;
  }
}
@media (max-width: 56.25rem) {
  .p-interview__header {
    padding-top: 7.5rem;
  }
}
@media (max-width: 40rem) {
  .p-interview__header {
    padding-top: 7rem;
  }
}

.p-interview__en {
  color: rgba(30, 120, 172, 0.25);
  font-family: "Heebo", sans-serif;
  font-size: 17.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  bottom: -0.1875em;
  left: max(1.25rem, 50% - 43.75rem);
}
@media (max-width: 56.25rem) {
  .p-interview__en {
    font-size: 13.625rem;
  }
}
@media (max-width: 40rem) {
  .p-interview__en {
    color: rgba(30, 120, 172, 0.14);
    font-size: min(8.5rem, 25vw);
    letter-spacing: -0.03em;
    mix-blend-mode: multiply;
    left: -0.25rem;
    z-index: 1;
  }
}

@media (max-width: 40rem) {
  .p-interview__header--noImage .p-interview__en {
    display: none;
  }
}

.p-interview__headerInner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 7.125rem 22.5rem;
  grid-template-columns: minmax(0, 1fr) 22.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  z-index: 0;
  gap: 7.125rem;
}
@media (max-width: 75rem) {
  .p-interview__headerInner {
    -ms-grid-columns: minmax(0, 1fr) 5rem 18.75rem;
    grid-template-columns: minmax(0, 1fr) 18.75rem;
    gap: 5rem;
  }
}
@media (max-width: 56.25rem) {
  .p-interview__headerInner {
    -ms-grid-columns: minmax(0, 1fr) 3.75rem 15rem;
    grid-template-columns: minmax(0, 1fr) 15rem;
    gap: 3.75rem;
  }
}
@media (max-width: 40rem) {
  .p-interview__headerInner {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }
}

.p-interview__headingMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  margin: 5.5rem 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 75rem) {
  .p-interview__headingMain {
    gap: 2.5rem;
    margin: 5rem 0;
  }
}
@media (max-width: 56.25rem) {
  .p-interview__headingMain {
    gap: 2rem;
    margin: 3.75rem 0;
  }
}
@media (max-width: 40rem) {
  .p-interview__headingMain {
    gap: 1.5rem;
    margin: 0;
  }
}

.p-interview__eyecatch {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  aspect-ratio: 360/432;
}
@media (max-width: 40rem) {
  .p-interview__eyecatch {
    max-width: 21.875rem;
    aspect-ratio: 1/1;
    margin-inline: auto;
  }
}
.p-interview__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-position: top center;
     object-position: top center;
}

.p-interview__header .c-breadcrumb__item {
  color: #fff;
}

.p-interview__header .c-breadcrumb .c-inner {
  padding: 0;
}

.p-interview__header .c-breadcrumb__list span,
.p-interview__header .c-breadcrumb__list a,
.p-interview__header .c-breadcrumb__list .breadcrumb_last {
  color: #fff;
}

.p-interview__header .c-breadcrumb a:focus-visible {
  outline-color: #fff;
}

.p-interview__title {
  color: #fff;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 63.937rem) {
  .p-interview__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 56.25rem) {
  .p-interview__title {
    font-size: 1.625rem;
  }
}
@media (max-width: 40rem) {
  .p-interview__title {
    font-size: 1.375rem;
    margin-top: 0.75rem;
  }
}

.p-interview__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 40rem) {
  .p-interview__meta {
    gap: 1rem;
  }
}

.p-interview__name {
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.1875rem;
  margin-top: -0.1042em;
}
@media (max-width: 56.25rem) {
  .p-interview__name {
    font-size: 1.625rem;
  }
}
@media (max-width: 40rem) {
  .p-interview__name {
    font-size: 1.4375rem;
  }
}

.p-interview__nameSuffix {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 40rem) {
  .p-interview__nameSuffix {
    font-size: 0.8125rem;
  }
}

.p-interview__year {
  color: #EDF4F8;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #EDF4F8;
  border-radius: 0.125rem;
  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;
  padding: 0.375rem 0.8125rem;
  margin-top: -0.125rem;
}
@media (max-width: 40rem) {
  .p-interview__year {
    font-size: 0.75rem;
    padding: 0.3125rem 0.625rem;
    margin-top: -0.3125rem;
  }
}

/*------------------------------------------------------------------------------
  p-interview__contents
------------------------------------------------------------------------------*/
.p-interview__contents {
  padding: 8.5rem 0 11.5rem;
}
@media (max-width: 56.25rem) {
  .p-interview__contents {
    padding: 6rem 0 7.5rem;
  }
}
@media (max-width: 40rem) {
  .p-interview__contents {
    padding: 3rem 0 5rem;
  }
}

.p-interview__messageBox {
  background: linear-gradient(108deg, #E2F5F4 0%, #E0EDFA 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.375rem;
  clip-path: polygon(0 0, calc(50% - 2.125rem) 0, 50% 2.125rem, calc(50% + 2.125rem) 0, 100% 0, 100% calc(100% - 4rem), calc(100% - 4rem) 100%, 4rem 100%, 0 calc(100% - 4rem));
  padding: 4rem;
  margin-top: 6rem;
}
@media (max-width: 56.25rem) {
  .p-interview__messageBox {
    gap: 1.75rem;
    padding: 3rem;
    margin-top: 4.5rem;
  }
}
@media (max-width: 40rem) {
  .p-interview__messageBox {
    display: block;
    clip-path: polygon(0 0, calc(50% - 1.25rem) 0, 50% 1.25rem, calc(50% + 1.25rem) 0, 100% 0, 100% calc(100% - 1.75rem), calc(100% - 1.75rem) 100%, 1.75rem 100%, 0 calc(100% - 1.75rem));
    padding: 2.5rem 1.5rem 3rem;
    margin-top: 3rem;
  }
}

.p-interview__messageImg {
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.125rem;
          flex: 0 0 13.125rem;
  overflow: hidden;
  width: 13.125rem;
  aspect-ratio: 1;
}
@media (max-width: 56.25rem) {
  .p-interview__messageImg {
    -ms-flex-preferred-size: 10rem;
        flex-basis: 10rem;
    width: 10rem;
  }
}
@media (max-width: 40rem) {
  .p-interview__messageImg {
    width: 7.5rem;
    margin: 0 auto;
  }
}
.p-interview__messageImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-position: top center;
     object-position: top center;
}

.p-interview__messageBody {
  min-width: 0;
  padding-top: 1.25rem;
}
@media (max-width: 40rem) {
  .p-interview__messageBody {
    padding-top: 1.5rem;
  }
}

@media (max-width: 40rem) {
  .p-interview__messageHeading {
    text-align: center;
  }
}

.p-interview__messageLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 40rem) {
  .p-interview__messageLabel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-interview__messageMark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.75rem;
          flex: 0 0 0.75rem;
  width: 0.75rem;
}
.p-interview__messageMark img {
  display: block;
  width: 100%;
  height: auto;
}

.p-interview__messageLabelText {
  color: transparent;
  font-family: "Heebo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(103deg, #399BC1 -31.01%, #143C84 98.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-interview__messageTitle {
  color: #173F80;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
}
@media (max-width: 56.25rem) {
  .p-interview__messageTitle {
    font-size: 1.625rem;
  }
}
@media (max-width: 40rem) {
  .p-interview__messageTitle {
    font-size: 1.25rem;
  }
}

.p-interview__messageText {
  font-size: 1.0625rem;
  line-height: 1.9;
  text-align: justify;
  margin-top: 1.4375rem;
}
@media (max-width: 47.9375rem) {
  .p-interview__messageText {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-top: 1rem;
  }
}

.p-interview__back {
  margin-top: 5rem;
}
@media (max-width: 40rem) {
  .p-interview__back {
    margin-top: 2rem;
  }
}

/*------------------------------------------------------------------------------
  p-interview__header animation
------------------------------------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  .js .p-interview__en {
    visibility: hidden;
  }
  .js .p-interview.is-split .p-interview__en {
    visibility: visible;
    overflow: hidden;
  }
  .js .p-interview.is-split .p-interview__char {
    display: inline-block;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: var(--interview-char-delay, var(--interview-en-delay));
            transition-delay: var(--interview-char-delay, var(--interview-en-delay));
    will-change: transform;
  }
  .js .p-interview.is-split .p-interview__char--space {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .js .p-interview.is-split.is-active .p-interview__char {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js .p-interview.is-split.is-animated .p-interview__char {
    will-change: auto;
  }
}
/*------------------------------------------------------------------------------
  p-newsList
------------------------------------------------------------------------------*/
.p-newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 40rem) {
  .p-newsList {
    gap: 0.25rem;
  }
}

.p-newsList__item {
  background-color: #EDF4F8;
  border-radius: 0.125rem;
}

.p-newsList__link {
  color: #222;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 7.125rem;
  padding: 2.5rem;
  border: 0.0625rem solid #EDF4F8;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-newsList__link::after {
  content: "";
  background: url("../img/common/icon_circle_arrow_secondary.svg") no-repeat center/contain;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media (max-width: 40rem) {
  .p-newsList__link::after {
    align-self: flex-end;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.3125rem;
            flex: 0 0 1.3125rem;
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
@media (hover: hover) {
  .p-newsList__link:hover {
    opacity: 1;
    background-color: #F4F8FB;
  }
  .p-newsList__link:hover::after {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
  .p-newsList__link:hover .p-newsList__title {
    text-decoration-line: underline;
    text-decoration-color: #222;
    text-underline-offset: 0.2em;
  }
}
@media (max-width: 56.25rem) {
  .p-newsList__link {
    padding: 2rem;
  }
}
@media (max-width: 40rem) {
  .p-newsList__link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 1rem minmax(0, 1fr) 1rem 1.375rem;
    -ms-grid-columns: max-content 1rem minmax(0, 1fr) 1rem 1.375rem;
    grid-template-columns: -webkit-max-content minmax(0, 1fr) 1.375rem;
    grid-template-columns: max-content minmax(0, 1fr) 1.375rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 0.5rem;
    min-height: auto;
    padding: 1.25rem;
  }
}

.p-newsList__category {
  color: #2E7DAD;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem 1.25rem;
  margin-right: 2.5rem;
}
@media (max-width: 56.25rem) {
  .p-newsList__category {
    margin-right: 1.5rem;
  }
}
@media (max-width: 40rem) {
  .p-newsList__category {
    font-size: 0.8125rem;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0.1875rem 0.875rem;
    margin-right: 0;
  }
}

.p-newsList__date {
  color: #2E7DAD;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2.5rem;
}
@media (max-width: 56.25rem) {
  .p-newsList__date {
    margin-right: 1.5rem;
  }
}
@media (max-width: 40rem) {
  .p-newsList__date {
    font-size: 0.875rem;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-right: 0;
  }
}

.p-newsList__title {
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 1.5rem;
}
@media (max-width: 56.25rem) {
  .p-newsList__title {
    margin-right: 1.25rem;
  }
}
@media (max-width: 40rem) {
  .p-newsList__title {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-right: 0;
  }
}

/*------------------------------------------------------------------------------
  p-recruitMv
------------------------------------------------------------------------------*/
.p-recruitMv__visual {
  position: relative;
  aspect-ratio: 1440/749;
}
@media (max-width: 40rem) {
  .p-recruitMv__visual {
    aspect-ratio: 4/3;
  }
}

.p-recruitMv__bgWrap {
  display: block;
  height: 100%;
}

.p-recruitMv__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-recruitMv__panel {
  background-color: #fff;
  clip-path: polygon(0 0, calc(100% - 2.75rem) 0, 100% 2.75rem, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 2.625rem 2.85rem 1rem 3rem;
}
@media (max-width: 56.25rem) {
  .p-recruitMv__panel {
    padding: 2rem 2.5rem 0.875rem 2rem;
  }
}
@media (max-width: 40rem) {
  .p-recruitMv__panel {
    bottom: -1.5rem;
    clip-path: polygon(0 0, calc(100% - 1.125rem) 0, 100% 1.125rem, 100% 100%, 0 100%);
    padding: 1.125rem 0.75rem 0.625rem 1.25rem;
  }
}

.p-recruitMv__copy {
  font-size: clamp(1.4375rem, 3.1vw, 2.875rem);
}

.p-recruitMv__catchEn {
  color: #2E7DAD;
  font-family: "Heebo", sans-serif;
  font-size: max(0.625rem, 0.2826em);
  line-height: 1.4;
  letter-spacing: 0.28em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  margin-right: -0.28em;
}
@media (max-width: 40rem) {
  .p-recruitMv__catchEn {
    font-size: 0.5625rem;
    font-weight: 300;
    letter-spacing: 0.24em;
    white-space: normal;
  }
}

.p-recruitMv__catch {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 40rem) {
  .p-recruitMv__catch {
    letter-spacing: 0.08em;
  }
}

.p-recruitMv__catchSmall {
  font-size: 0.8696em;
  letter-spacing: 0.16em;
}
@media (max-width: 40rem) {
  .p-recruitMv__catchSmall {
    font-size: 0.95em;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 40rem) {
  .p-recruitMv .c-breadcrumb {
    padding-top: 1.5rem;
  }
}
.p-recruitMv .c-breadcrumb .c-inner {
  max-width: none;
  padding-left: 3rem;
}
@media (max-width: 56.25rem) {
  .p-recruitMv .c-breadcrumb .c-inner {
    padding-left: 2rem;
  }
}
@media (max-width: 40rem) {
  .p-recruitMv .c-breadcrumb .c-inner {
    padding-left: 1.25rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .js .p-recruitMv__copy,
  .js .p-recruitMv .c-breadcrumb {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transition: opacity 1s ease-out, -webkit-filter 1s ease-out;
    transition: opacity 1s ease-out, -webkit-filter 1s ease-out;
    transition: opacity 1s ease-out, filter 1s ease-out;
    transition: opacity 1s ease-out, filter 1s ease-out, -webkit-filter 1s ease-out;
    -webkit-transition-delay: 0.07s;
            transition-delay: 0.07s;
  }
  .js .is-loaded .p-recruitMv__copy,
  .js .is-loaded .p-recruitMv .c-breadcrumb {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/*------------------------------------------------------------------------------
  p-recruitBelonging
------------------------------------------------------------------------------*/
.p-recruitBelonging {
  --recruitBelonging-en-delay: 0s;
  --recruitBelonging-char-stagger-range: 0.3s;
  padding-top: 9.8125rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 47.9375rem) {
  .p-recruitBelonging {
    padding-top: 7.5rem;
  }
}
@media (max-width: 40rem) {
  .p-recruitBelonging {
    padding-top: 4rem;
    margin-bottom: 3rem;
  }
}

.p-recruitBelonging__title {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.p-recruitBelonging__en {
  color: rgba(33, 120, 171, 0.06);
  font-family: "Heebo", sans-serif;
  font-size: min(14.375rem, 16vw);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  margin-top: -0.0542em;
  margin-bottom: calc(2.875rem - 0.135em);
  margin-right: -0.01em;
}

.p-recruitBelonging__ja {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.17em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  z-index: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  margin-right: -0.17em;
}
@media (max-width: 40rem) {
  .p-recruitBelonging__ja {
    font-size: min(1.25rem, 5.6vw);
    line-height: 1.5;
  }
}

.p-recruitBelonging__jaAccent {
  color: #2E7DAD;
  display: block;
  margin-top: 0.1em;
}

.p-recruitBelonging__jaAccentLg {
  font-size: 2.25rem;
  letter-spacing: 0.17em;
}
@media (max-width: 40rem) {
  .p-recruitBelonging__jaAccentLg {
    font-size: 1.25rem;
  }
}

.p-recruitBelonging__body {
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: 2.0625rem;
}
@media (max-width: 40rem) {
  .p-recruitBelonging__body {
    font-size: 0.8125rem;
    line-height: 1.8;
    text-align: left;
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-inline: auto;
    max-width: 30rem;
  }
}

/*------------------------------------------------------------------------------
  p-recruitBelonging animation
------------------------------------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  .js .p-recruitBelonging__en {
    visibility: hidden;
  }
  .js .p-recruitBelonging.is-split .p-recruitBelonging__en {
    visibility: visible;
    overflow: hidden;
  }
  .js .p-recruitBelonging.is-split .p-recruitBelonging__char {
    display: inline-block;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: var(--recruitBelonging-char-delay, var(--recruitBelonging-en-delay));
            transition-delay: var(--recruitBelonging-char-delay, var(--recruitBelonging-en-delay));
    will-change: transform;
  }
  .js .p-recruitBelonging.is-split.is-active .p-recruitBelonging__char {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js .p-recruitBelonging.is-split.is-animated .p-recruitBelonging__char {
    will-change: auto;
  }
}
/*------------------------------------------------------------------------------
  p-recruitSlider（BELONGING 下の写真の帯）
------------------------------------------------------------------------------*/
.p-recruitSlider {
  --designPx: min(1px, max(0.5px, 100vw / 1440));
  position: relative;
  z-index: 1;
  margin-bottom: calc(-120 * var(--designPx));
}
.p-recruitSlider .c-marquee__track {
  -webkit-animation-duration: 47s;
          animation-duration: 47s;
}

.p-recruitSlider__item {
  border-radius: 0.125rem;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: calc(32 * var(--designPx));
}

.p-recruitSlider__item--1 {
  width: calc(370 * var(--designPx));
  height: calc(240 * var(--designPx));
}

.p-recruitSlider__item--2 {
  width: calc(318 * var(--designPx));
  height: calc(194 * var(--designPx));
  margin-top: calc(46 * var(--designPx));
}

.p-recruitSlider__item--3 {
  width: calc(177 * var(--designPx));
  height: calc(213 * var(--designPx));
}

.p-recruitSlider__item--4 {
  width: calc(253 * var(--designPx));
  height: calc(194 * var(--designPx));
  margin-top: calc(46 * var(--designPx));
}

.p-recruitSlider__item--5 {
  width: calc(370 * var(--designPx));
  height: calc(213 * var(--designPx));
}

.p-recruitSlider__item--6 {
  width: calc(170 * var(--designPx));
  height: calc(213 * var(--designPx));
  margin-top: calc(27 * var(--designPx));
}

/*------------------------------------------------------------------------------
  p-culture（居心地の良さには、理由がある。）
------------------------------------------------------------------------------*/
.p-culture {
  background-color: #EDF4F8;
  padding: 18rem 0 11.5rem;
}
@media (max-width: 75rem) {
  .p-culture {
    padding-top: 15rem;
  }
}
@media (max-width: 56.25rem) {
  .p-culture {
    padding: 12.1875rem 0 7.5rem;
  }
}
@media (max-width: 40rem) {
  .p-culture {
    padding: 8.75rem 0 5rem;
  }
}

.p-culture__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 36.25rem minmax(0, 35.625rem);
  grid-template-columns: 36.25rem minmax(0, 35.625rem);
}
@media (max-width: 75rem) {
  .p-culture__inner {
    -ms-grid-columns: 29.375rem minmax(0, 1fr);
    grid-template-columns: 29.375rem minmax(0, 1fr);
  }
}
@media (max-width: 56.25rem) {
  .p-culture__inner {
    display: block;
  }
}

.p-culture__titleArea {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  position: sticky;
  top: 7.75rem;
}
@media (max-width: 71.25rem) {
  .p-culture__titleArea {
    top: 5rem;
  }
}
@media (max-width: 56.25rem) {
  .p-culture__titleArea {
    position: static;
  }
}

.p-culture__title .c-title02__en {
  color: rgba(255, 255, 255, 0.57);
  font-size: clamp(min(5.25rem, 22.4vw), 13.89vw, 12.5rem);
  letter-spacing: 0.04em;
  left: -0.33em;
}
.p-culture__title .c-title02__ja {
  text-align: left;
  display: block;
}

.p-culture__list {
  list-style: none;
  margin-top: 10.5625rem;
}
@media (max-width: 75rem) {
  .p-culture__list {
    margin-top: 8.75rem;
  }
}
@media (max-width: 56.25rem) {
  .p-culture__list {
    margin-top: 3rem;
  }
}

.p-culture__item {
  border-bottom: 0.0625rem solid rgba(23, 63, 128, 0.2);
  padding-bottom: 3rem;
}
.p-culture__item + .p-culture__item {
  margin-top: 4.5rem;
}
@media (max-width: 40rem) {
  .p-culture__item + .p-culture__item {
    margin-top: 3rem;
  }
}
@media (max-width: 40rem) {
  .p-culture__item {
    padding-bottom: 2rem;
  }
}

.p-culture__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.4375rem;
}
@media (max-width: 40rem) {
  .p-culture__head {
    gap: 1rem;
  }
}

.p-culture__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.46875rem;
}

.p-culture__numLabel {
  color: transparent;
  font-family: "Heebo", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(103deg, #399BC1 -31.01%, #143C84 98.71%);
  background-clip: text;
  margin-top: -0.1042em;
  margin-bottom: -0.1875em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-culture__numValue {
  color: transparent;
  font-family: "Heebo", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  background: linear-gradient(103deg, #399BC1 -31.01%, #143C84 98.71%);
  background-clip: text;
  margin-top: -0.1042em;
  margin-bottom: -0.1875em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 40rem) {
  .p-culture__numValue {
    font-size: 3rem;
  }
}

.p-culture__keyword {
  color: #18478B;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 1.0625rem;
}
@media (max-width: 40rem) {
  .p-culture__keyword {
    font-size: 1.875rem;
    margin-top: 0.8125rem;
  }
}

.p-culture__media {
  border-radius: 0.125rem;
  position: relative;
  overflow: hidden;
  aspect-ratio: 570/387;
  margin-top: 1.3125rem;
}
.p-culture__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-culture__media::after {
  content: "";
  background-color: rgba(43, 118, 169, 0.06);
  position: absolute;
  inset: 0;
}

.p-culture__itemTitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
}
@media (max-width: 40rem) {
  .p-culture__itemTitle {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.p-culture__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}
@media (max-width: 40rem) {
  .p-culture__text {
    font-size: 0.8125rem;
    line-height: 1.9;
  }
}

/*------------------------------------------------------------------------------
  p-support（働く環境・福利厚生）
------------------------------------------------------------------------------*/
.p-support {
  padding: 11.5rem 0;
}
@media (max-width: 56.25rem) {
  .p-support {
    padding: 7.5rem 0;
  }
}
@media (max-width: 40rem) {
  .p-support {
    padding: 5rem 0;
  }
}
@media (max-width: 40rem) {
  .p-support .c-inner {
    padding: 0 0.5rem !important;
  }
}

.p-support__title .c-title02__body {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  top: auto;
  bottom: auto;
  margin-top: clamp(2.8125rem, 9.861vw, 8.875rem);
}

.p-support__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  margin-top: 5.1875rem;
}
@media (max-width: 63.937rem) {
  .p-support__list {
    gap: 1.5rem;
    margin-top: 3.5rem;
  }
}
@media (max-width: 40rem) {
  .p-support__list {
    gap: 0.5rem;
    margin-top: 2rem;
  }
}

.p-support__list .c-benefitCard--allowance {
  grid-column: 1/-1;
}

/*------------------------------------------------------------------------------
  p-career（キャリアプラン）
------------------------------------------------------------------------------*/
.p-career {
  padding-bottom: 11.5rem;
}
@media (max-width: 56.25rem) {
  .p-career {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 40rem) {
  .p-career {
    padding-bottom: 5rem;
  }
}

.p-career__title .c-title02__en {
  font-size: clamp(min(6.375rem, 27.28vw), 13.89vw, 12.5rem);
}
.p-career__title .c-title02__body {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  top: auto;
  bottom: auto;
  margin-top: clamp(2.8125rem, 9.861vw, 8.875rem);
}

.p-career__lead {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.15em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 3.5rem;
}
@media (max-width: 63.937rem) {
  .p-career__lead {
    font-size: 1.125rem;
  }
}
@media (max-width: 40rem) {
  .p-career__lead {
    font-size: 0.9375rem;
    margin-top: 2rem;
  }
}

.p-career__list {
  --career-point: 1.818em;
  font-size: clamp(0.9375rem, 2vw - 0.05rem, 1.375rem);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
}
@media (max-width: 47.9375rem) {
  .p-career__list {
    --career-point: 1.25rem;
    font-size: clamp(0.9375rem, 3.8vw, 1.125rem);
    display: block;
    margin-top: 1.5rem;
  }
}

.p-career__item {
  -webkit-box-flex: 280;
      -ms-flex: 280 1 0px;
          flex: 280 1 0;
  min-width: 0;
}
@media (max-width: 47.9375rem) {
  .p-career__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}

.p-career__item--02 {
  -webkit-box-flex: 320;
      -ms-flex-positive: 320;
          flex-grow: 320;
}

.p-career__item--03 {
  -webkit-box-flex: 580;
      -ms-flex-positive: 580;
          flex-grow: 580;
}

.p-career__item + .p-career__item {
  margin-left: calc(var(--career-point) * -1);
}
@media (max-width: 47.9375rem) {
  .p-career__item + .p-career__item {
    margin-top: calc(var(--career-point) * -1);
    margin-left: 0;
  }
}

.p-career__step {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clip-path: polygon(0 0, calc(100% - var(--career-point)) 0, 100% 50%, calc(100% - var(--career-point)) 100%, 0 100%, var(--career-point) 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 9.909em;
  padding: 0 var(--career-point);
}
@media (max-width: 47.9375rem) {
  .p-career__step {
    clip-path: polygon(0 0, 50% var(--career-point), 100% 0, 100% calc(100% - var(--career-point)), 50% 100%, 0 calc(100% - var(--career-point)));
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    min-height: 0;
    padding: calc(var(--career-point) + 0.75rem) 0.5rem calc(var(--career-point) + 0.375rem);
  }
}

.p-career__item--01 .p-career__step {
  background-color: #EDF4F8;
  clip-path: polygon(0 0, calc(100% - var(--career-point)) 0, 100% 50%, calc(100% - var(--career-point)) 100%, 0 100%);
  padding-left: 0;
}
@media (max-width: 47.9375rem) {
  .p-career__item--01 .p-career__step {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--career-point)), 50% 100%, 0 calc(100% - var(--career-point)));
    padding-top: 1.5rem;
    padding-left: 0.5rem;
  }
}

.p-career__item--02 .p-career__step {
  background-color: #CEE5F4;
}
@media (max-width: 47.9375rem) {
  .p-career__item--02 .p-career__step {
    padding-top: 2.5rem;
  }
}

.p-career__item--03 .p-career__step {
  background-color: #173F80;
}
@media (max-width: 47.9375rem) {
  .p-career__item--03 .p-career__step {
    padding-top: calc(var(--career-point) + 1.5rem);
    padding-bottom: calc(var(--career-point) + 1.125rem);
  }
}

.p-career__stepBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media (max-width: 40rem) {
  .p-career__stepBody {
    gap: 0.5rem;
  }
}

.p-career__num {
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-size: 0.818em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #173F80;
  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;
  padding: 0.556em 1.111em 0.444em;
}

.p-career__item--03 .p-career__stepBody {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1em 1.636em 1em auto;
  grid-template-columns: auto 1.636em auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
}
@media (max-width: 47.9375rem) {
  .p-career__item--03 .p-career__stepBody {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 0.5rem;
  }
}

.p-career__item--03 .p-career__num {
  border: 2px solid #fff;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: 1/2;
  padding: 0.444em 1em 0.333em;
}
@media (max-width: 47.9375rem) {
  .p-career__item--03 .p-career__num {
    border-width: 1px;
    grid-area: auto;
  }
}

.p-career__stepTitle {
  color: #173F80;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-career__stepTitleSub {
  font-size: 0.818em;
  display: block;
}

.p-career__item--03 .p-career__stepTitle {
  color: #fff;
  letter-spacing: 0.05em;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (max-width: 47.9375rem) {
  .p-career__item--03 .p-career__stepTitle {
    grid-row: auto;
  }
}

.p-career__item--03 .p-career__stepTitleSub {
  font-size: 0.727em;
  letter-spacing: 0.05em;
}

.p-career__or {
  color: #173F80;
  font-size: 0.636em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-row: 2;
  grid-row: 2;
  width: 2.571em;
  height: 2.571em;
}
@media (max-width: 47.9375rem) {
  .p-career__or {
    grid-row: auto;
  }
}

.p-career__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-right: calc(var(--career-point) + 1.25rem);
  margin-top: 1rem;
}
@media (max-width: 47.9375rem) {
  .p-career__points {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding-top: 1.5rem;
    padding-right: 0;
    padding-bottom: calc(var(--career-point) + 1.25rem);
    margin-top: 0;
  }
}

.p-career__point {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
}
@media (max-width: 56.25rem) {
  .p-career__point {
    font-size: 0.9375rem;
  }
}
@media (max-width: 40rem) {
  .p-career__point {
    font-size: 0.8125rem;
    gap: 0.5rem;
  }
}

.p-career__point img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  width: 1.125rem;
  margin-top: 0.375rem;
}
@media (max-width: 40rem) {
  .p-career__point img {
    -ms-flex-preferred-size: 0.9375rem;
        flex-basis: 0.9375rem;
    width: 0.9375rem;
    margin-top: 0.0625rem;
  }
}

.p-career__pointText {
  text-align: justify;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 40rem) {
  .p-career__pointText {
    font-size: 0.75rem;
  }
}

.p-career__note {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 3.5rem;
}
@media (max-width: 40rem) {
  .p-career__note {
    font-size: 0.78125rem;
    margin-top: 2rem;
  }
}

/*------------------------------------------------------------------------------
  p-movie（会社紹介動画）
------------------------------------------------------------------------------*/
.p-movie {
  background: linear-gradient(103deg, #399BC1 -31.01%, #143C84 98.71%);
  padding: 11.5rem 0;
}
@media (max-width: 56.25rem) {
  .p-movie {
    padding: 7.5rem 0;
  }
}
@media (max-width: 40rem) {
  .p-movie {
    padding: 5rem 0;
  }
}

.p-movie__title .c-title02__en {
  color: rgba(52, 153, 208, 0.15);
  font-size: clamp(min(6.4375rem, 27.47vw), 23.33vw, 21rem);
  letter-spacing: 0.03em;
  margin-right: -0.03em;
}
.p-movie__title .c-title02__body {
  bottom: 3.875rem;
}
@media (max-width: 40rem) {
  .p-movie__title .c-title02__body {
    bottom: 0.25rem;
  }
}
.p-movie__title .c-title02__lead {
  color: #FFF906;
  background-image: none;
  -webkit-text-fill-color: #FFF906;
}
.p-movie__title .c-title02__ja {
  color: #fff;
}

.p-movie__frame {
  background-color: rgba(0, 0, 0, 0.25);
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-top: 3.5rem;
}
@media (max-width: 40rem) {
  .p-movie__frame {
    margin-top: 2rem;
  }
}
.p-movie__frame iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*------------------------------------------------------------------------------
  p-recruitInterview（社員インタビュー）
------------------------------------------------------------------------------*/
.p-recruitInterview {
  padding: 11.5rem 0;
}
@media (max-width: 56.25rem) {
  .p-recruitInterview {
    padding: 7.5rem 0;
  }
}
@media (max-width: 40rem) {
  .p-recruitInterview {
    padding: 5rem 0;
  }
}

.p-recruitInterview__inner {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: max(1.25rem, (100% - 75rem) / 2);
}

.p-recruitInterview__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
}
@media (max-width: 40rem) {
  .p-recruitInterview__header {
    gap: 0.75rem;
  }
}

.p-recruitInterview__title {
  min-width: 0;
}
.p-recruitInterview__title .c-title02__en {
  font-size: clamp(min(5.0625rem, 21.67vw), 18.06vw, 16.25rem);
  left: -0.28em;
  letter-spacing: -0.01em;
}
@media (max-width: 40rem) {
  .p-recruitInterview__title .c-title02__ja {
    font-size: min(1.875rem, 6.1vw);
  }
}

.p-recruitInterview__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: -0.5rem;
  margin-bottom: 1.375rem;
}
@media (max-width: 40rem) {
  .p-recruitInterview__nav {
    margin-bottom: 0.875rem;
  }
}

.p-recruitInterview__slider {
  overflow: visible;
  clip-path: inset(-1.5rem 0 -1.5rem 0);
  margin-top: 4rem;
  margin-left: max(1.25rem, (100% - 75rem) / 2);
}
.p-recruitInterview__slider.is-atStart {
  clip-path: inset(-1.5rem 0 -1.5rem -1.5rem);
}
@media (max-width: 56.25rem) {
  .p-recruitInterview__slider {
    margin-top: 3rem;
  }
}
@media (max-width: 40rem) {
  .p-recruitInterview__slider {
    margin-top: 2rem;
  }
}

.p-recruitInterview__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 21.875rem;
  height: auto;
}
@media (max-width: 40rem) {
  .p-recruitInterview__slide {
    width: calc(100% - 3.5rem);
  }
}

.p-recruitInterview__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.5rem;
}
@media (max-width: 40rem) {
  .p-recruitInterview__btnWrap {
    margin-top: 3rem;
  }
}

/*------------------------------------------------------------------------------
  p-job（募集職種）
------------------------------------------------------------------------------*/
.p-job {
  background-color: #EDF4F8;
  padding: 11.5rem 0;
}
@media (max-width: 56.25rem) {
  .p-job {
    padding: 7.5rem 0;
  }
}
@media (max-width: 40rem) {
  .p-job {
    padding: 5rem 0;
  }
}

.p-job__title .c-title02__en {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(min(4.375rem, 18.67vw), 17.36vw, 15.625rem);
}
.p-job__title .c-title02__body {
  bottom: 2.05625rem;
}
@media (max-width: 40rem) {
  .p-job__title .c-title02__body {
    bottom: 0.25rem;
  }
}

.p-job__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  margin-top: 4.5625rem;
}
@media (max-width: 56.25rem) {
  .p-job__list {
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
@media (max-width: 47.9375rem) {
  .p-job__list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 3.5rem;
  }
}

.p-job__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-job__media {
  position: relative;
  aspect-ratio: 530/353;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 86.4%, 90.94% 100%, 0 100%);
}
.p-job__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-job__media::after {
  content: "";
  background-image: linear-gradient(119deg, rgba(57, 155, 193, 0.04) 29.05%, rgba(20, 60, 132, 0.04) 64.8%);
  position: absolute;
  inset: 0;
  mix-blend-mode: screen;
}

.p-job__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 40rem) {
  .p-job__body {
    gap: 1.5rem;
  }
}

.p-job__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
}

.p-job__name {
  color: #003894;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.25rem;
}
@media (max-width: 68.75rem) {
  .p-job__name {
    font-size: 1.5rem;
    gap: 1rem;
  }
}
@media (max-width: 40rem) {
  .p-job__name {
    font-size: 1.25rem;
  }
}

.p-job__nameSm {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media (max-width: 68.75rem) {
  .p-job__nameSm {
    font-size: 1.0625rem;
  }
}
@media (max-width: 40rem) {
  .p-job__nameSm {
    font-size: 0.9375rem;
  }
}

.p-job__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: justify;
  width: 100%;
}
@media (max-width: 68.75rem) {
  .p-job__text {
    font-size: 0.9375rem;
  }
}
@media (max-width: 40rem) {
  .p-job__text {
    font-size: 0.8125rem;
  }
}

.p-job__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.p-job__point {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media (max-width: 68.75rem) {
  .p-job__point {
    font-size: 0.875rem;
  }
}
@media (max-width: 56.25rem) {
  .p-job__point {
    font-size: 0.8125rem;
  }
}
@media (max-width: 40rem) {
  .p-job__point {
    gap: 0.5rem;
  }
}
.p-job__point::before {
  content: "";
  background-image: url("../img/common/icon_check_circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.11625rem;
          flex: 0 0 1.11625rem;
  width: 1.11625rem;
  height: 1.11625rem;
}
@media (max-width: 40rem) {
  .p-job__point::before {
    -ms-flex-preferred-size: 1rem;
        flex-basis: 1rem;
    width: 1rem;
    height: 1rem;
  }
}

/*------------------------------------------------------------------------------
  p-gallery（職場の雰囲気）
------------------------------------------------------------------------------*/
.p-gallery {
  padding: 11.5rem 0;
}
@media (max-width: 56.25rem) {
  .p-gallery {
    padding: 7.5rem 0;
  }
}
@media (max-width: 40rem) {
  .p-gallery {
    padding: 5rem 0;
  }
}

.p-gallery__title .c-title02__en {
  font-size: clamp(min(4rem, 17.2vw), 14.58vw, 13.125rem);
}

.p-gallery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5625rem;
  max-width: 56.25rem;
  margin: 4rem auto 0;
}
@media (max-width: 56.25rem) {
  .p-gallery__container {
    margin-top: 3rem;
  }
}
@media (max-width: 40rem) {
  .p-gallery__container {
    gap: 0.375rem;
    margin-top: 2rem;
  }
}

.p-gallery__main {
  position: relative;
}

.p-gallery__slide img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.p-gallery__navBtn {
  background: #173F80 url("../img/common/icon_gallery_arrow.svg") no-repeat center/1.1275rem 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (max-width: 40rem) {
  .p-gallery__navBtn {
    background-size: 0.901875rem 0.64rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (hover: hover) {
  .p-gallery__navBtn:hover {
    opacity: 0.8;
  }
}
.p-gallery__navBtn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -0.3125rem;
}

.p-gallery__navBtn--prev {
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.p-gallery__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 40rem) {
  .p-gallery__thumbs {
    gap: 0.375rem;
  }
}

.p-gallery__thumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 6.5625rem;
          flex: 0 1 6.5625rem;
  min-width: 0;
}
.p-gallery__thumb::before {
  content: "";
  background-color: rgba(34, 34, 34, 0.4);
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.p-gallery__thumb.is-active::before {
  opacity: 0;
}

.p-gallery__thumbBtn {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (hover: hover) {
  .p-gallery__thumbBtn:hover {
    opacity: 0.8;
  }
}
.p-gallery__thumbBtn img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/*------------------------------------------------------------------------------
  p-single
------------------------------------------------------------------------------*/
.p-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 40rem) {
  .p-single__head {
    row-gap: 0.375rem;
    margin-bottom: 1.25rem;
  }
}

.p-single__date {
  color: #2E7DAD;
  font-family: "Heebo", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 40rem) {
  .p-single__date {
    font-size: 0.875rem;
  }
}

.p-single__categoryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-single__category {
  color: #2E7DAD;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background-color: #EDF4F8;
  border-radius: 2.1875rem;
  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;
  padding: 0.25rem 1.25rem;
}
@media (max-width: 40rem) {
  .p-single__category {
    font-size: 0.8125rem;
    padding: 0.1875rem 0.875rem;
  }
}

.p-single__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 56.25rem) {
  .p-single__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 40rem) {
  .p-single__title {
    font-size: 1.375rem;
  }
}

.p-single__eyecatch {
  margin-bottom: 2rem;
}
@media (max-width: 40rem) {
  .p-single__eyecatch {
    margin-bottom: 1.25rem;
  }
}
.p-single__eyecatch img {
  width: 100%;
  height: auto;
  border-radius: 0.125rem;
}

.p-single__content {
  margin-bottom: 4rem;
}
@media (max-width: 40rem) {
  .p-single__content {
    margin-bottom: 2rem;
  }
}

/*------------------------------------------------------------------------------
  p-form
------------------------------------------------------------------------------*/
.p-form__text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
@media (max-width: 56.25rem) {
  .p-form__text {
    font-size: 1rem;
  }
}
@media (max-width: 40rem) {
  .p-form__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 1.75rem;
  }
}

.p-form__contents {
  background-color: #F7FBFF;
  border: 1px solid #DCE2EC;
  border-radius: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5.5rem 3.5rem;
}
@media (max-width: 56.25rem) {
  .p-form__contents {
    padding: 4rem 2.5rem;
  }
}
@media (max-width: 40rem) {
  .p-form__contents {
    padding: 3rem 1.25rem;
  }
}

.p-form__fieldWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 40rem) {
  .p-form__fieldWrap {
    gap: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

.p-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 40rem) {
  .p-form__field {
    display: block;
  }
}

.p-form__fieldHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 28%;
          flex: 0 1 28%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 63.937rem) {
  .p-form__fieldHeading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
  }
}
@media (max-width: 40rem) {
  .p-form__fieldHeading {
    margin: 0 0 0.625rem;
  }
}

.p-form__fieldLabel {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #173F80;
  border-radius: 0.125rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.3125rem 0.5rem 0.375rem;
  margin-right: 0.75rem;
}
@media (max-width: 48rem) {
  .p-form__fieldLabel {
    font-size: 0.75rem;
    padding: 0.3125rem 0.625rem;
  }
}

.p-form__fieldLabel--any {
  background-color: #767676;
}

.p-form__fieldTitle {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 48rem) {
  .p-form__fieldTitle {
    font-size: 0.9375rem;
  }
}
.p-form__fieldTitle label {
  cursor: pointer;
}

.p-form__fieldInputText {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 0.25rem;
}
@media (max-width: 56.25rem) {
  .p-form__fieldInputText {
    font-size: 0.8125rem;
    letter-spacing: 0;
    margin-bottom: 0.125rem;
  }
}

.p-form__fieldInputWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.p-form__fieldInputWrap input[type=text],
.p-form__fieldInputWrap input[type=email],
.p-form__fieldInputWrap input[type=tel],
.p-form__fieldInputWrap select,
.p-form__fieldInputWrap textarea {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #DCE2EC;
  border-radius: 0.125rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.75rem;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
@media (max-width: 40rem) {
  .p-form__fieldInputWrap input[type=text],
  .p-form__fieldInputWrap input[type=email],
  .p-form__fieldInputWrap input[type=tel],
  .p-form__fieldInputWrap select,
  .p-form__fieldInputWrap textarea {
    padding: 0.5625rem 0.5rem;
  }
}
.p-form__fieldInputWrap input[type=text]::-webkit-input-placeholder, .p-form__fieldInputWrap input[type=email]::-webkit-input-placeholder, .p-form__fieldInputWrap input[type=tel]::-webkit-input-placeholder, .p-form__fieldInputWrap select::-webkit-input-placeholder, .p-form__fieldInputWrap textarea::-webkit-input-placeholder {
  color: #767676;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
.p-form__fieldInputWrap input[type=text]::-moz-placeholder, .p-form__fieldInputWrap input[type=email]::-moz-placeholder, .p-form__fieldInputWrap input[type=tel]::-moz-placeholder, .p-form__fieldInputWrap select::-moz-placeholder, .p-form__fieldInputWrap textarea::-moz-placeholder {
  color: #767676;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
.p-form__fieldInputWrap input[type=text]:-ms-input-placeholder, .p-form__fieldInputWrap input[type=email]:-ms-input-placeholder, .p-form__fieldInputWrap input[type=tel]:-ms-input-placeholder, .p-form__fieldInputWrap select:-ms-input-placeholder, .p-form__fieldInputWrap textarea:-ms-input-placeholder {
  color: #767676;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
.p-form__fieldInputWrap input[type=text]::-ms-input-placeholder, .p-form__fieldInputWrap input[type=email]::-ms-input-placeholder, .p-form__fieldInputWrap input[type=tel]::-ms-input-placeholder, .p-form__fieldInputWrap select::-ms-input-placeholder, .p-form__fieldInputWrap textarea::-ms-input-placeholder {
  color: #767676;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
.p-form__fieldInputWrap input[type=text]::placeholder,
.p-form__fieldInputWrap input[type=email]::placeholder,
.p-form__fieldInputWrap input[type=tel]::placeholder,
.p-form__fieldInputWrap select::placeholder,
.p-form__fieldInputWrap textarea::placeholder {
  color: #767676;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
@media (max-width: 40rem) {
  .p-form__fieldInputWrap input[type=text]::-webkit-input-placeholder, .p-form__fieldInputWrap input[type=email]::-webkit-input-placeholder, .p-form__fieldInputWrap input[type=tel]::-webkit-input-placeholder, .p-form__fieldInputWrap select::-webkit-input-placeholder, .p-form__fieldInputWrap textarea::-webkit-input-placeholder {
    font-size: 0.75rem;
  }
  .p-form__fieldInputWrap input[type=text]::-moz-placeholder, .p-form__fieldInputWrap input[type=email]::-moz-placeholder, .p-form__fieldInputWrap input[type=tel]::-moz-placeholder, .p-form__fieldInputWrap select::-moz-placeholder, .p-form__fieldInputWrap textarea::-moz-placeholder {
    font-size: 0.75rem;
  }
  .p-form__fieldInputWrap input[type=text]:-ms-input-placeholder, .p-form__fieldInputWrap input[type=email]:-ms-input-placeholder, .p-form__fieldInputWrap input[type=tel]:-ms-input-placeholder, .p-form__fieldInputWrap select:-ms-input-placeholder, .p-form__fieldInputWrap textarea:-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .p-form__fieldInputWrap input[type=text]::-ms-input-placeholder, .p-form__fieldInputWrap input[type=email]::-ms-input-placeholder, .p-form__fieldInputWrap input[type=tel]::-ms-input-placeholder, .p-form__fieldInputWrap select::-ms-input-placeholder, .p-form__fieldInputWrap textarea::-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .p-form__fieldInputWrap input[type=text]::placeholder,
  .p-form__fieldInputWrap input[type=email]::placeholder,
  .p-form__fieldInputWrap input[type=tel]::placeholder,
  .p-form__fieldInputWrap select::placeholder,
  .p-form__fieldInputWrap textarea::placeholder {
    font-size: 0.75rem;
  }
}
.p-form__fieldInputWrap input[type=text]:focus-visible,
.p-form__fieldInputWrap input[type=email]:focus-visible,
.p-form__fieldInputWrap input[type=tel]:focus-visible,
.p-form__fieldInputWrap select:focus-visible,
.p-form__fieldInputWrap textarea:focus-visible {
  border-color: #2E7DAD;
  outline-offset: 1px;
}
.p-form__fieldInputWrap textarea {
  resize: vertical;
  height: 15.625rem;
}
@media (max-width: 40rem) {
  .p-form__fieldInputWrap textarea {
    height: 12.5rem;
  }
}
.p-form__fieldInputWrap input[type=radio],
.p-form__fieldInputWrap input[type=checkbox] {
  background-color: #fff;
  border: 1.5px solid #8794A8;
  display: -ms-inline-grid;
  display: inline-grid;
  place-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}
@media (max-width: 40rem) {
  .p-form__fieldInputWrap input[type=radio],
  .p-form__fieldInputWrap input[type=checkbox] {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
.p-form__fieldInputWrap input[type=radio]:checked,
.p-form__fieldInputWrap input[type=checkbox]:checked {
  background-color: #173F80;
  border-color: #173F80;
}
.p-form__fieldInputWrap input[type=radio]:focus-visible,
.p-form__fieldInputWrap input[type=checkbox]:focus-visible {
  outline-offset: 2px;
}
.p-form__fieldInputWrap input[type=radio] {
  border-radius: 50%;
}
.p-form__fieldInputWrap input[type=radio]:checked {
  -webkit-box-shadow: inset 0 0 0 0.25rem #fff;
          box-shadow: inset 0 0 0 0.25rem #fff;
}
.p-form__fieldInputWrap input[type=checkbox] {
  border-radius: 0.125rem;
}
.p-form__fieldInputWrap input[type=checkbox]::before {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 0.3125rem;
  height: 0.5625rem;
  opacity: 0;
  margin-top: -0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 40rem) {
  .p-form__fieldInputWrap input[type=checkbox]::before {
    width: 0.25rem;
    height: 0.5rem;
  }
}
.p-form__fieldInputWrap input[type=checkbox]:checked::before {
  opacity: 1;
}

.p-form__fieldRadioWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
  min-width: 0;
}
@media (max-width: 56.25rem) {
  .p-form__fieldRadioWrap {
    gap: 1rem 2.5rem;
  }
}
@media (max-width: 40rem) {
  .p-form__fieldRadioWrap {
    gap: 0.75rem 1.25rem;
  }
}
.p-form__fieldRadioWrap label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.p-form__agree {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5rem;
}
@media (max-width: 40rem) {
  .p-form__agree {
    margin-bottom: 1.5rem;
  }
}

.p-form__agreeText {
  margin-bottom: 0.25rem;
}
.p-form__agreeText a {
  color: #173F80;
  text-decoration: underline;
}

.p-form__agreeCheck label {
  font-weight: 500;
  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;
  gap: 0.5rem;
  cursor: pointer;
}

.p-form__btn {
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
}
.p-form__btn:has(:disabled) {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (hover: hover) {
  .p-form__btn:has(:disabled):hover {
    opacity: 0.6;
  }
  .p-form__btn:has(:disabled):hover::before {
    background-position: 100% 50%;
    opacity: 0;
  }
  .p-form__btn:has(:disabled):hover::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-form__btn::after {
  pointer-events: none;
}
.p-form__btn input[type=submit] {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 3.375rem;
  cursor: inherit;
}
@media (max-width: 40rem) {
  .p-form__btn input[type=submit] {
    padding: 0 2.5rem;
  }
}
.p-form__btn input[type=submit]:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -0.3125rem;
}

/*------------------------------------------------------------------------------
  Contact Form 7 調整
------------------------------------------------------------------------------*/
.p-form .wpcf7-list-item {
  margin-left: 0;
}

.p-form__fieldRadioWrap .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media (max-width: 56.25rem) {
  .p-form__fieldRadioWrap .wpcf7-radio {
    gap: 1rem 2.5rem;
  }
}
@media (max-width: 40rem) {
  .p-form__fieldRadioWrap .wpcf7-radio {
    gap: 0.75rem 1.25rem;
  }
}

.p-form__btn .wpcf7-spinner {
  position: absolute;
}

.p-form .wpcf7-not-valid {
  border-color: #C1272D;
}

.p-form .wpcf7-not-valid-tip {
  color: #C1272D;
  font-size: 0.8125rem;
  display: block;
  margin-top: 0.25rem;
}

.wpcf7-response-output {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: min(62.5rem, 100% - 2.5rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 40rem) {
  .wpcf7-response-output {
    max-width: min(62.5rem, 100% - 2rem);
  }
}

.grecaptcha-badge {
  bottom: 17.125rem !important;
}
@media (max-width: 40rem) {
  .grecaptcha-badge {
    bottom: 10rem !important;
  }
}

/*------------------------------------------------------------------------------
  u-color
------------------------------------------------------------------------------*/
.u-whiteColor {
  color: #fff;
}

.u-textColor {
  color: #222;
}

.u-primaryColor {
  color: #173F80;
}

.u-secondaryColor {
  color: #2E7DAD;
}

.u-accentColor {
  color: #FFF906;
}

/*------------------------------------------------------------------------------
  u-bgc
------------------------------------------------------------------------------*/
.u-bgcPrimary {
  background-color: #173F80;
}

.u-bgcWhite {
  background-color: #fff;
}

/*------------------------------------------------------------------------------
  u-fz
------------------------------------------------------------------------------*/
.u-fz22 {
  font-size: 1.375rem;
}

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

.u-fz19 {
  font-size: 1.1875rem;
}

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

.u-fz17 {
  font-size: 1.0625rem;
}

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

.u-fz15 {
  font-size: 0.9375rem;
}

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

.u-fz13 {
  font-size: 0.8125rem;
}

.u-fz12 {
  font-size: 0.75rem;
}

@media (max-width: 40rem) {
  .u-fz16--sp {
    font-size: 1rem;
  }
}

@media (max-width: 40rem) {
  .u-fz14--sp {
    font-size: 0.875rem;
  }
}

@media (max-width: 40rem) {
  .u-fz13--sp {
    font-size: 0.8125rem;
  }
}

/*------------------------------------------------------------------------------
  u-fw
------------------------------------------------------------------------------*/
.u-fwBold {
  font-weight: bold;
}

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

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

/*------------------------------------------------------------------------------
  u-text-align
------------------------------------------------------------------------------*/
.u-textAlignLeft {
  text-align: left !important;
}

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

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

/*------------------------------------------------------------------------------
  text-decoration
------------------------------------------------------------------------------*/
.u-tdUnderline {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
  margin
------------------------------------------------------------------------------*/
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-05 {
  margin-top: 0.25rem !important;
}

.u-mt-1 {
  margin-top: 0.5rem !important;
}

.u-mt-2 {
  margin-top: 1rem !important;
}

.u-mt-3 {
  margin-top: 1.5rem !important;
}

.u-mt-4 {
  margin-top: 2rem !important;
}

.u-mt-5 {
  margin-top: 2.5rem !important;
}

.u-mt-6 {
  margin-top: 3rem !important;
}

.u-mt-7 {
  margin-top: 3.5rem !important;
}

.u-mt-8 {
  margin-top: 4rem !important;
}

.u-mt-9 {
  margin-top: 4.5rem !important;
}

.u-mt-10 {
  margin-top: 5rem !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-05 {
  margin-bottom: 0.25rem !important;
}

.u-mb-1 {
  margin-bottom: 0.5rem !important;
}

.u-mb-2 {
  margin-bottom: 1rem !important;
}

.u-mb-3 {
  margin-bottom: 1.5rem !important;
}

.u-mb-4 {
  margin-bottom: 2rem !important;
}

.u-mb-5 {
  margin-bottom: 2.5rem !important;
}

.u-mb-6 {
  margin-bottom: 3rem !important;
}

.u-mb-7 {
  margin-bottom: 3.5rem !important;
}

.u-mb-8 {
  margin-bottom: 4rem !important;
}

.u-mb-9 {
  margin-bottom: 4.5rem !important;
}

.u-mb-10 {
  margin-bottom: 5rem !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-1 {
  margin-left: 0.5rem !important;
}

.u-ml-2 {
  margin-left: 1rem !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-1 {
  margin-right: 0.5rem !important;
}

.u-mr-2 {
  margin-right: 1rem !important;
}

.u-mr-3 {
  margin-right: 1.5rem !important;
}

.u-mr-4 {
  margin-right: 2rem !important;
}

.u-mr-5 {
  margin-right: 2.5rem !important;
}

.u-mr-6 {
  margin-right: 3rem !important;
}

.u-mr-7 {
  margin-right: 3.5rem !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

/*------------------------------------------------------------------------------
  padding
------------------------------------------------------------------------------*/
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-1 {
  padding-top: 0.5rem !important;
}

.u-pt-2 {
  padding-top: 1rem !important;
}

.u-pt-3 {
  padding-top: 1.5rem !important;
}

.u-pt-4 {
  padding-top: 2rem !important;
}

.u-pt-5 {
  padding-top: 2.5rem !important;
}

.u-pt-6 {
  padding-top: 3rem !important;
}

.u-pt-7 {
  padding-top: 3.5rem !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-1 {
  padding-bottom: 0.5rem !important;
}

.u-pb-2 {
  padding-bottom: 1rem !important;
}

.u-pb-3 {
  padding-bottom: 1.5rem !important;
}

.u-pb-4 {
  padding-bottom: 2rem !important;
}

.u-pb-5 {
  padding-bottom: 2.5rem !important;
}

.u-pb-6 {
  padding-bottom: 3rem !important;
}

.u-pb-7 {
  padding-bottom: 3.5rem !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-1 {
  padding-left: 0.5rem !important;
}

.u-pl-2 {
  padding-left: 1rem !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-1 {
  padding-right: 0.5rem !important;
}

.u-pr-2 {
  padding-right: 1rem !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

/*------------------------------------------------------------------------------
  u-flex
------------------------------------------------------------------------------*/
.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-flexDirectionColumn {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.u-justifyContentStart {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.u-justifyContentEnd {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.u-justifyContentBetween {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-justifyContentCenter {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-alignItemsStart {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.u-alignItemsEnd {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.u-alignItemsCenter {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-alignSelfStart {
  -ms-flex-item-align: start !important;
      -ms-grid-row-align: start !important;
      align-self: start !important;
}

.u-alignSelfEnd {
  -ms-flex-item-align: end !important;
      -ms-grid-row-align: end !important;
      align-self: end !important;
}

.u-alignSelfCenter {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.u-alignSelfStretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.u-flexGrow1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.u-flexShrink0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/*------------------------------------------------------------------------------
  u-display
------------------------------------------------------------------------------*/
.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-inlineBlock {
  display: inline-block !important;
}

/*------------------------------------------------------------------------------
  u-sp / u-pc
------------------------------------------------------------------------------*/
.u-sp {
  display: none !important;
}
@media (max-width: 40rem) {
  .u-sp {
    display: block !important;
  }
}

@media (max-width: 40rem) {
  .u-pc {
    display: none !important;
  }
}

.u-spFlex {
  display: none !important;
}
@media (max-width: 40rem) {
  .u-spFlex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*------------------------------------------------------------------------------
  u-visuallyHidden
------------------------------------------------------------------------------*/
.u-visuallyHidden,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}