@charset "UTF-8";



.swiper,
.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.p-topMv__slider {
  position: relative;
}

.p-topMv__slider .swiper {
  position: static;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  border-top-left-radius: 10px;
  border-top-left-radius: .625rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: .625rem;
  width: 100%;
}

.p-topMv__slider .swiper-wrapper {
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-topMv__slider .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.p-topMv__slider-dots.js-top-mv-swiper-dots.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  gap: 9px;
  gap: .5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: initial;
  right: 50px;
  right: 3.125rem;
  bottom: -2px;
  bottom: -.125rem;
  left: initial;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.p-topMv__slider-dots.js-top-mv-swiper-dots.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  -webkit-transition: background-color .2s ease, -webkit-transform .2s ease;
  transition: background-color .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .2s ease;
  transition: transform .2s ease, background-color .2s ease, -webkit-transform .2s ease;
  margin: 0;
  border-radius: 50%;
  background-color: #BDBDBD;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
}

.p-topMv__slider-dots.js-top-mv-swiper-dots.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #DC241F;
}

.p-topMv__bgSlider .swiper-wrapper {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.p-topMv__bgSlider .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.p-top-recruit__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-top-recruit__slider .swiper-slide {
  aspect-ratio: 393.02/545;
  position: relative;
  border-radius: .625rem;
  width: 100%;
  max-width: 393px;
  max-width: 24.5625rem;
  overflow: hidden;
}

.p-top-recruit__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-recruit__slider .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  background-image: url(../img/top/bgc_top-recruit_slider_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

.p-single-recruitFeature .swiper-button-prev,
.p-single-recruitFeature .swiper-button-next,
.p-single-recruitFeature .swiper-pagination {
  display: none;
}

.p-single-recruitFeature .swiper-button-prev {
  left: calc(50% - min(48vw, 38.375rem));
  background-image: url(../img/common/deco_arrow-circle_left_transparent-blue.png);
}

.p-single-recruitFeature .swiper-button-next {
  right: calc(50% - min(48vw, 38.375rem));
  background-image: url(../img/common/deco_arrow-circle_right_transparent-blue.png);
}

.p-single-recruitFeature .swiper-button-prev:hover {
  left: calc(50% - min(48vw, 38.375rem));
  background-image: url(../img/common/deco_arrow-circle_left_blue.png);
}

.p-single-recruitFeature .swiper-button-next:hover {
  right: calc(50% - min(48vw, 38.375rem));
  background-image: url(../img/common/deco_arrow-circle_right_blue.png);
}

.p-single-recruitFeature .swiper-button-prev::after,
.p-single-recruitFeature .swiper-rtl .swiper-button-next::after {
  content: none;
}

.p-single-recruitFeature .swiper-button-next::after,
.p-single-recruitFeature .swiper-rtl .swiper-button-prev::after {
  content: none;
}

.formWrap {
  gap: 15px;
  gap: .9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-formContents--recruitlist .formWrap,
.p-formContents--jobfair .formWrap {
  gap: 0;
}

.formWrap .formItem:not(:first-child) {
  margin-top: 15px;
  margin-top: .9375rem;
}

.formWrap .formItem.formItem--recruitTextarea {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.formWrap .formItem.formItem--topRadio {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.wpcf7 .formItem {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.formWrap .formItem.formItem--radio {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  margin-bottom: .75rem;
}

.wpcf7 .formItem.formItem--radio .formTitle,
.wpcf7 .formItem.formItem--checkbox .formTitle {
  margin-top: 0;
}

.wpcf7 .formItem .formTitle {
  margin-top: 14px;
  margin-top: .875rem;
  width: 226px;
  width: 14.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
}

.wpcf7 .formItem .formTitle span {
  margin-left: 11px;
  margin-left: .6875rem;
  background-color: #DC241F;
  padding: 2px 5px 3px;
  padding: .125rem .3125rem .1875rem;
  color: #FFF;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Meiryo', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
}

.wpcf7 .formItem .formText {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wpcf7 .formItem .formText input,
.wpcf7 .formItem .formText textarea {
  border: 1px solid #9D9FAE;
  background-color: #FFF;
  padding: 16.93px 30.48px 14.19px;
  padding: 1.058125rem 1.905rem .886875rem;
  width: 100%;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Meiryo', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.4;
}

.wpcf7 .formItem .formText textarea {
  aspect-ratio: 663/209;
  border: 1px solid #9D9FAE;
  max-height: 209px;
  max-height: 13.0625rem;
  resize: none;
}

.wpcf7 .formItem .formText.formText--automatic textarea {
  vertical-align: middle;
  max-height: 120px;
  max-height: 7.5rem;
}

.wpcf7 .formItem .formText.formText--automatic .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .formItem .formText ::-webkit-input-placeholder {
  color: #B3B3B3;
}

.wpcf7 .formItem .formText ::-moz-placeholder {
  color: #B3B3B3;
}

.wpcf7 .formItem .formText ::-ms-input-placeholder {
  color: #B3B3B3;
}

.wpcf7 .formItem .formText ::placeholder {
  color: #B3B3B3;
}

.wpcf7 .formItem .formNote {
  display: inline-block;
  margin-top: 4px;
  margin-top: .25rem;
  color: rgba(0, 0, 0, .6);
  font-size: 12px;
  font-size: .75rem;
}

.wpcf7 .formItem .formAnnounce {
  display: inline-block;
  margin-top: 4px;
  margin-top: .25rem;
  color: red;
  font-size: 12px;
  font-size: .75rem;
}

.wpcf7 .formItem .wpcf7-not-valid-tip {
  margin-top: 2px;
  margin-top: .125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  font-size: .875rem;
}

.wpcf7 .formItem .wpcf7-radio.circle-radio,
.wpcf7 .formItem .wpcf7-checkbox.circle-checkbox {
  gap: 40px;
  gap: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.formWrap .formItem.formItem--topRadio .wpcf7-radio.circle-radio {
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item,
.wpcf7 .formItem .wpcf7-checkbox.circle-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

/* inputは非表示（疑似要素で丸いUIを作る） */
.wpcf7 .formItem .wpcf7-radio.circle-radio input[type=radio],
.wpcf7 .formItem .wpcf7-checkbox.circle-checkbox input[type=checkbox] {
  display: none;
}

/* ラベルを横並び */
.wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item-label,
.wpcf7 .formItem .wpcf7-checkbox.circle-checkbox .wpcf7-list-item-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding-left: 37px;
  padding-left: 2.3125rem;
}

/* 共通 丸枠 */
.wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item-label::before,
.wpcf7 .formItem .wpcf7-checkbox.circle-checkbox .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  border: 1px solid #9D9FAE;
  border-radius: 50%;
  background-color: #FFF;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  content: '';
}

/* 共通 塗りつぶし */
.wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item-label::after,
.wpcf7 .formItem .wpcf7-checkbox.circle-checkbox .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 6px;
  left: .375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  border-radius: 50%;
  background-color: transparent;
  width: 13px;
  width: .8125rem;
  height: 13px;
  height: .8125rem;
  content: '';
}

/* ラジオ選択時 */
.wpcf7 .formItem .wpcf7-radio.circle-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  background-color: #15589C;
}

/* チェックボックス選択時 */
.wpcf7 .formItem .wpcf7-checkbox.circle-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  background-color: #15589C;
}

.wpcf7-spinner {
  display: none;
}

.formButton {
  margin-top: 49px;
  margin-top: 3.0625rem;
  text-align: center;
}

.formButton input[type=submit] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s cubic-bezier(.45, 0, .55, 1);
  transition: .3s cubic-bezier(.45, 0, .55, 1);
  cursor: pointer;
  border: 2px solid #DC241F;
  border-radius: 3.125rem;
  background-color: #DC241F;
  padding: 15px 23px 16px;
  padding: .9375rem 1.4375rem 1rem;
  min-width: 300px;
  min-width: 18.75rem;
  min-height: 56px;
  min-height: 3.5rem;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 2;
}

.formButton input[type=submit]:hover {
  background-color: #FFF;
  color: #DC241F;
}

.formButton.formButton--blue input[type=submit] {
  border: 2px solid #15589C;
  background-color: #15589C;
}

.formButton.formButton--blue input[type=submit]:hover {
  background-color: #FFF;
  color: #15589C;
}

.wpcf7 .formItem .select-wrap,
.formItem .select-wrap p {
  display: inline-block;
  position: relative;
  border: none;
  width: 100%;
}

.select-wrap::after {
  display: block;
  position: absolute;
  top: 40%;
  right: 12px;
  right: .75rem;
  -webkit-transform: translateY(-25%) rotate(135deg);
  transform: translateY(-25%) rotate(135deg);
  -webkit-transition: .4s all;
  transition: .4s all;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.wpcf7 .formText select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #9D9FAE;
  background-color: #FFF;
  padding: 16.93px 30.48px 18.19px;
  padding: 1.058125rem 1.905rem 1.136875rem;
  width: 100%;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Meiryo', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.4;
}

/* チェックボックスの1項目を横並びに */
.wpcf7 .formItem .wpcf7-checkbox.checkbox .wpcf7-list-item label {
  gap: 6px;
  gap: .375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;

  /* ←横並び */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  /* ←チェックボックスと文字の間隔 */
  cursor: pointer;

  /* ←縦を揃える */
  white-space: nowrap;
}

.date-label {
  display: inline-block;
  margin-bottom: 4px;
  margin-bottom: .25rem;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: bold;
}

.formText--date {
  gap: 13px;
  gap: .8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: #FFF;
  background-color: #F4F8FD;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #000;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Meiryo', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

u a {
  text-decoration: underline;
}

a[href='*'] {
  cursor: pointer;
}

a[href='*']:hover, a[href='*']:focus-visible {
  opacity: .7;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #BDBDBD;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #BDBDBD;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #BDBDBD;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
.js-fadeIn {
  visibility: hidden;
  opacity: 0;
}

.js-fadeInUp {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInLeft {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInRight {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeInLeft,
.fadeInRight,
.fadeInUp,
.fadeIn,
.fadeOut {
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeInLeft {
  -webkit-animation-name: fadeinleft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeinright;
  animation-name: fadeInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeinup;
  animation-name: fadeInUp;
}

.fadeIn {
  -webkit-animation-name: fadein;
  animation-name: fadeIn;
}

.fadeOut {
  opacity: 1;
  -webkit-animation-name: fadeout;
  animation-name: fadeOut;
}

[data-target] {
  cursor: pointer;
}

html {
  scrollbar-gutter: stable;
  font-size: 16px;
}

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

body.fadeIn {
  opacity: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer {
  margin-top: auto;
}

/************************************************************************
* base
************************************************************************/
a[target=_blank]:not([class]) {
  -webkit-transition: color .3s;
  transition: color .3s;
}

table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: 1px solid #9d9fae;
}

address {
  font-style: normal;
}

details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

details .icon::before, details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #DC241F;
  width: 13px;
  width: .8125rem;
  height: 1px;
  content: '';
}

details .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

summary {

  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/************************************************************************
* end base
************************************************************************/
.js-tabItem {
  visibility: hidden;
  opacity: .9;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
  height: 0;
  overflow: hidden;
}

.js-tabItem.is-active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

:root {

  /* ウィンドウサイズ */
  --vw: 100vw;
  --vh: 100vh;

  /* 三角形 */
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);

  /**
     * svgをbackgroundで使う
     * 色：#ffffff -> %23ffffff
     */
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');

  /* ヘッダー高さ */
  --header-height: 60px;
}

.l-archivePagination {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-blogTwoCol {
  gap: 50px;
  gap: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-blogTwoCol__article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.l-blogTwoCol__sidebar {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-breadcrumb {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.l-container.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
  max-width: none;
}

.l-floatingCta-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
}

.l-floatingCta-line {
  position: fixed;
  bottom: 1.6vh;
  bottom: 1.6dvh;
  left: 0;
  z-index: 50;
}

.l-header {
  z-index: 20;
}

.l-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-opening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.l-subMain {
  padding-bottom: 132px;
  padding-bottom: 8.25rem;
}

.l-subMain.l-subMain--pb0 {
  padding-bottom: 0;
}

.l-subMain.l-subMain--locations {
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
}

.l-subMv--pageLink {
  margin-top: 52.5px;
  margin-top: 3.28125rem;
}

.c-archive-blogCard {
  gap: 40px;
  gap: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-archive-blogCard__image {
  aspect-ratio: 4/3;
  width: 50%;
  overflow: hidden;
}

.c-archive-blogCard__image img {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-archive-blogCard__body {
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  margin-top: 10px;
  margin-top: .625rem;
  width: 50%;
  color: #000;
}

.c-archive-blogCard:hover .c-archive-blogCard__body {
  color: rgba(0, 0, 0, .6);
}

.c-archive-blogCard__meta {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.c-archive-blogCard__date {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-size: 1rem;
}

.c-archive-blogCard__categorys {
  gap: 4px;
  gap: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-archive-blogCard__category {
  background-color: #DC241F;
  padding: 3px 10px 4px;
  padding: .1875rem .625rem .25rem;
  max-width: 140px;
  max-width: 8.75rem;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
}

.c-archive-blogCard__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  margin-top: 16px;
  margin-top: 1rem;
  overflow: hidden;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.5;
}

.c-archive-blogCard__excerpt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  margin-top: 16px;
  margin-top: 1rem;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.8;
}

.c-archive-recruitCard {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  padding: 36px;
  padding: 2.25rem;
  width: 100%;
}

.c-archive-recruitCard__image {
  aspect-ratio: 3/2;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 38%;
  max-width: 600px;
  max-width: 37.5rem;
  height: 100%;
  overflow: hidden;
}

.c-archive-recruitCard__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-archive-recruitCard__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-archive-recruitCard__head {
  border-bottom: 2px solid #15589C;
  padding-bottom: 8px;
  padding-bottom: .5rem;
}

.c-archive-recruitCard__head-title {
  color: #15589C;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.4;
}

.c-archive-recruitCard__head-office {
  margin-top: 12px;
  margin-top: .75rem;
  color: #000;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.6;
}

.c-archive-recruitCard__body {
  margin-top: 16px;
  margin-top: 1rem;
}

.c-archive-recruitCard__list {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-archive-recruitCard__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-archive-recruitCard__list-label,
.c-archive-recruitCard__list-desc {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6;
}

.c-archive-recruitCard__list-label {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  width: 6.25rem;
  color: #15589C;
  font-weight: 700;
}

.c-archive-recruitCard__list-desc {
  margin-left: 12px;
  margin-left: .75rem;
  color: #000;
  font-weight: 500;
}

.c-archive-recruitCard__buttons {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.c-button {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #9D9FAE;
  border-radius: 3.125rem;
  background-color: #FFF;
  padding: 19.5px 91px 19.5px 25px;
  padding: 1.21875rem 5.6875rem 1.21875rem 1.5625rem;
  color: #15589C;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.1333333333;
  text-align: left;
}

.c-button--max {
  width: 100%;
}

.c-button--page-jobfair {
  padding: 19.5px 50px 19.5px 25px;
  padding: 1.21875rem 3.125rem 1.21875rem 1.5625rem;
  width: 100%;
}

.c-button:hover {
  background-color: #15589C;
  color: #FFF;
}

.c-button::before {
  position: absolute;
  top: 50%;
  right: 12.5px;
  right: .78125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url(../img/common/deco_arrow-circle_right_blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  width: 2.0625rem;
  height: 33px;
  height: 2.0625rem;
  content: '';
}

.c-button:hover::before {
  background-image: url(../img/common/deco_arrow-circle_right_white.png);
}

.c-button.c-button--none::before {
  content: none;
}

.c-imageLinkCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-imageLinkCard__image {
  aspect-ratio: 535/262;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.c-imageLinkCard__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-imageLinkCard__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, .9);
  padding: 45px 104px 94px 64px;
  padding: 2.8125rem 6.5rem 5.875rem 4rem;
}

.c-imageLinkCard__body::before {
  position: absolute;
  right: 32.1px;
  right: 2.00625rem;
  bottom: 32.1px;
  bottom: 2.00625rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url(../img/common/deco_arrow-circle_right_transparent-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63.8px;
  width: 3.9875rem;
  height: 63.8px;
  height: 3.9875rem;
  content: '';
}

.c-imageLinkCard:hover .c-imageLinkCard__body::before {
  background-image: url(../img/common/deco_arrow-circle_right_blue.png);
}

.c-imageLinkCard__textBlock {
  width: 100%;
  max-width: 367px;
  max-width: 22.9375rem;
}

.c-imageLinkCard__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #15589C;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.c-imageLinkCard__head-number {
  position: relative;
  margin-left: 12px;
  margin-left: .75rem;
  padding-left: 14px;
  padding-left: .875rem;
}

.c-imageLinkCard__head-number::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #DC241F;
  width: 2px;
  width: .125rem;
  height: 12px;
  height: .75rem;
  content: '';
}

.c-imageLinkCard__title {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.c-imageLinkCard__title-text {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.c-imageLinkCard__text {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.c-linkCard {
  position: relative;
  border-radius: .625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  padding: 1.25rem;
  overflow: hidden;
}

.c-linkCard[data-name=top-business-company] {
  background-image: url(../img/top/image_top-business_link-company_01.jpg);
}

.c-linkCard[data-name=top-business-locations] {
  background-image: url(../img/top/image_top-business_link-locations_01.jpg);
}

.c-linkCard[data-name=locations-bottomLink-recruit] {
  background-image: url(../img/locations/image_locations-office-bottomlinks_recruit_01.jpg);
}

.c-linkCard[data-name=locations-bottomLink-blog] {
  background-image: url(../img/locations/image_locations-office-bottomlinks_blog_01.jpg);
}

.c-linkCard::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(21, 88, 156, .7);
  width: 100%;
  height: 100%;
  content: '';
}

.c-linkCard:hover::before {
  background-color: rgba(21, 88, 156, .9);
}

.c-linkCard__textBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 81px;
  top: 5.0625rem;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  padding-bottom: 100.9px;
  padding-bottom: 6.30625rem;
  color: #FFF;
}

.c-linkCard.c-linkCard--location-bottomLink .c-linkCard__textBlock {
  top: 58px;
  top: 3.625rem;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
  width: 100%;
}

.c-linkCard__textBlock::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/common/deco_arrow-circle_right_transparent-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  width: 3.4375rem;
  height: 55px;
  height: 3.4375rem;
  content: '';
}

.c-linkCard__textBlock-main {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
}

.c-linkCard__textBlock-sub {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 2.32;
}

.c-numberCard {
  position: relative;
  padding-top: 65px;
  padding-top: 4.0625rem;
}

.c-numberCard.c-numberCard--link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-numberCard::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/common/deco_circle_blueGrayGradation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 188px;
  width: 11.75rem;
  height: 188px;
  height: 11.75rem;
  content: '';
}

.c-numberCard-number {
  position: absolute;
  top: 19px;
  top: 1.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #15589C;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.1034482759;
}

.c-numberCard-imageWrap {
  padding-inline: 16px;
  padding-inline: 1rem;
  position: relative;
  z-index: 1;
}

.c-numberCard-image {
  aspect-ratio: 313/232;
  border-radius: .625rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.c-numberCard-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.c-numberCard-body {
  position: relative;
  z-index: 1;
  margin-top: -19px;
  margin-top: -1.1875rem;
  border-radius: .625rem;
  background-color: #FFF;
  padding: 30px 11px 30px 13px;
  padding: 1.875rem .6875rem 1.875rem .8125rem;
}

.c-numberCard.c-numberCard--link .c-numberCard-body {
  padding: 30px 11px 110px 13px;
  padding: 1.875rem .6875rem 6.875rem .8125rem;
  height: 100%;
}

.c-numberCard.c-numberCard--link .c-numberCard-body::before {
  position: absolute;
  right: 32.369px;
  right: 2.023125rem;
  bottom: 32.369px;
  bottom: 2.023125rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url(../img/common/deco_arrow-circle_right_transparent-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65.25px;
  width: 4.078125rem;
  height: 65.25px;
  height: 4.078125rem;
  content: '';
}

.c-numberCard.c-numberCard--link:hover .c-numberCard-body::before {
  background-image: url(../img/common/deco_arrow-circle_right_blue.png);
}

.c-numberCard-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 42px;
  min-height: 2.625rem;
  text-align: center;
}

.c-numberCard-title-text {
  color: #15589C;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.4545454545;
}

.c-numberCard-text {
  margin-inline: auto;
  margin-top: 17px;
  margin-top: 1.0625rem;
  max-width: 281px;
  max-width: 17.5625rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.c-section-linkContent {
  position: relative;
  padding: 22px 124px 40px;
  padding: 1.375rem 7.75rem 2.5rem;
  width: 100%;
}

.c-section-linkContent::before {
  position: absolute;
  right: 39.12px;
  right: 2.445rem;
  bottom: 38.61px;
  bottom: 2.413125rem;
  z-index: 1;
  background-image: url(../img/common/deco_arrow-circle_right_transparent-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 71.77px;
  width: 4.485625rem;
  height: 71.77px;
  height: 4.485625rem;
  content: '';
}

.c-section-linkContent__bgi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-section-linkContent__bgi::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(21, 88, 156, .8);
  width: 100%;
  height: 100%;
  content: '';
}

.c-section-linkContent:hover .c-section-linkContent__bgi::before {
  background-color: rgba(21, 88, 156, .9);
}

.c-section-linkContent__bgi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-section-linkContent__textBlock {
  position: relative;
  z-index: 11;
  text-align: center;
}

.c-section-linkContent__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  color: #FFF;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.c-sectionTitle {
  display: inline-block;
}

.c-sectionTitle.c-sectionTitle--center {
  text-align: center;
}

.c-sectionTitle__eng {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .4;
  mix-blend-mode: multiply;
  background: linear-gradient(99deg, #DEE3E6 0%, #C8E2F2 51%, #D6E3E3 100%);
  background-clip: text;
  font-family: 'Rubik', sans-serif;
  font-size: 117px;
  font-size: 7.3125rem;
  font-style: italic;
  font-weight: 400;
}

.c-sectionTitle__eng.c-sectionTitle__eng--modeNone {
  mix-blend-mode: initial;
}

.c-sectionTitle__text {
  position: relative;
  margin-top: -40px;
  margin-top: -2.5rem;
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
  color: #15589C;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.325;
}

.c-sectionTitle--borderNone .c-sectionTitle__text {
  padding-bottom: 0;
}

.c-sectionTitle__text.c-sectionTitle__text--noEng {
  margin-top: 0;
}

.c-sectionTitle__text.c-sectionTitle__text--page-jobfair {
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
}

.c-sectionTitle__text.c-sectionTitle__text--top-business {
  font-family: 'Rubik', sans-serif;
  font-size: 67px;
  font-size: 4.1875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .8656716418;
}

.c-sectionTitle__text::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #DC241F;
  width: 46px;
  width: 2.875rem;
  height: 13px;
  height: .8125rem;
  content: '';
}

.c-sectionTitle--center .c-sectionTitle__text::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-sectionTitle--borderNone .c-sectionTitle__text::before {
  content: none;
}

.c-textScroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: .1em;
  overflow: hidden;
}

.c-textScroll__item {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: rgba(21, 88, 156, .3);
  background-clip: text;
  padding-bottom: 10px;
  padding-bottom: .625rem;
  padding-left: .4em;
  font-family: 'Rubik', sans-serif;
  font-size: 117px;
  font-size: 7.3125rem;
  font-style: italic;
  font-weight: 400;
  white-space: nowrap;
}

.c-textScroll__item:nth-child(odd) {
  -webkit-animation: moveleft 100s -50s infinite linear;
  animation: MoveLeft 100s -50s infinite linear;
}

.c-textScroll__item:nth-child(even) {
  -webkit-animation: moveleft2 100s infinite linear;
  animation: MoveLeft2 100s infinite linear;
}

@-webkit-keyframes MoveLeft {

  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft {

  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {

  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {

  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.p-archive-blog {
  margin-top: 66px;
  margin-top: 4.125rem;
}

.p-archive-blog__sidebar {
  width: 240px;
  width: 15rem;
}

.p-archive-blog__noData {
  color: #000;
  text-align: center;
}

.p-archive-recruit {
  margin-top: 81px;
  margin-top: 5.0625rem;
}

.p-archive-recruit.p-archive-recruit--taxonomy {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.p-archive-recruit__titleWrap {
  text-align: center;
}

.p-archive-recruit__items {
  gap: 40px;
  gap: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 68px;
  margin-top: 4.25rem;
}

.p-archive-recruit__noData {
  color: #000;
  text-align: center;
}

.p-archive-voices {
  margin-top: 73px;
  margin-top: 4.5625rem;
}

.p-archive-voices__titleWrap {
  margin-top: 94px;
  margin-top: 5.875rem;
  text-align: center;
}

.p-archive-voices__items {
  gap: 46px 33px;
  gap: 2.875rem 2.0625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  margin-top: 3.625rem;
}

.p-archive-voices__item {
  width: 100%;
}

.p-archive-voices__item-imagesWrap {
  aspect-ratio: 345/296;
  position: relative;
  border-radius: .625rem;
  width: 100%;
  overflow: hidden;
}

.p-archive-voices__item-imagesWrap::before {
  position: absolute;
  right: 22.1px;
  right: 1.38125rem;
  bottom: 22.1px;
  bottom: 1.38125rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url(../img/common/deco_arrow-circle_right_transparent-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63.8px;
  width: 3.9875rem;
  height: 63.8px;
  height: 3.9875rem;
  content: '';
}

.p-archive-voices__item:hover .p-archive-voices__item-imagesWrap::before {
  background-image: url(../img/common/deco_arrow-circle_right_blue.png);
}

.p-archive-voices__item-image {
  width: 100%;
  height: 100%;
}

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

.p-archive-voices__item-body {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-archive-voices__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #15589C;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-archive-voices__item-office {
  margin-left: 11px;
  margin-left: .6875rem;
  border-left: 2px solid #DC241F;
  padding-left: 14px;
  padding-left: .875rem;
}

.p-archive-voices__item-name {
  margin-top: 15px;
  margin-top: .9375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-archive-voices__item-categories {
  gap: 10px 15px;
  gap: .625rem .9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-archive-voices__item-category {
  border-radius: .3125rem;
  background-color: #E9F1FB;
  padding: 5px 13px;
  padding: .3125rem .8125rem;
  min-width: 116px;
  min-width: 7.25rem;
  color: #15589C;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.p-archive-voices__item-noData {
  width: 100%;
  text-align: center;
}

.p-archiveBlog-article__items {
  gap: 60px;
  gap: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-archivePagination {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.p-archivePagination .nav-links {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-archivePagination .page-numbers {
  aspect-ratio: 1/1;
  display: inline-block;
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  padding: 8px 12px;
  padding: .5rem .75rem;
  width: 36px;
  width: 2.25rem;
  height: auto;
  color: #DC241F;
}

.p-archivePagination .page-numbers:hover {
  border-radius: 50%;
  background-color: rgba(220, 36, 31, .1);
}

.p-archivePagination .current {
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  cursor: pointer;
  border: 2px solid #DC241F;
  border-radius: 50%;
  background-color: #DC241F;
  color: #FFF;
  font-weight: 900;
}

.p-archivePagination .current:hover {
  background-color: #FFF;
  color: #DC241F;
}

.p-archivePagination .prev {
  margin-right: 6px;
  margin-right: .375rem;
}

.p-archivePagination .next {
  margin-left: 6px;
  margin-left: .375rem;
}

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

.p-blogSidebar__box {
  letter-spacing: .05em;
  line-height: 1.2;
}

.p-blogSidebar__box-title {
  background-color: #15589C;
  padding: 14px 10px;
  padding: .875rem .625rem;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.p-blogSidebar__box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #9D9FAE;
  background-color: #FFF;
  color: #000;
}

.p-blogSidebar__box-list li.cat-item-none {
  display: none;
}

.p-blogSidebar__box-list li {
  width: 100%;
}

.p-blogSidebar__box-list li:not(:last-child) {
  border-bottom: 1px solid #9D9FAE;
}

.p-blogSidebar__box-list li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  padding: 12px 10px;
  padding: .75rem .625rem;
  width: 100%;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-blogSidebar__box-list a:hover {
  color: rgba(0, 0, 0, .5);
}

.p-blogSidebar__box-list .p-blogSidebar__box-list-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  text-align: 1.4;
  text-overflow: ellipsis;
}

.p-blogSidebar__box-list li a .p-blogSidebar__box-list-count {
  display: inline-block;
}

.p-bottomCta {
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
}

.p-bottomCta__wrap {
  position: relative;
  width: 100%;
}

.p-bottomCta__bg {
  position: relative;
  z-index: 0;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-bottomCta__bg img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-bottomCta__tel {
  position: absolute;
  top: 43%;
  left: 9%;
  z-index: 1;
  color: #000;
  line-height: 1;
  text-align: center;
}

.p-bottomCta__tel-number {
  pointer-events: none;
  font-size: clamp(18px, 10vw, 79.14px);
  font-size: clamp(1.125rem, 10vw, 4.94625rem);
  font-weight: 900;
  letter-spacing: .05em;
  white-space: nowrap;
}

.p-bottomCta__tel-number-icon {
  position: relative;
  padding-left: clamp(16px, .8em, 63.31px);
  padding-left: clamp(1rem, .8em, 3.956875rem);
}

.p-bottomCta__tel-number-icon::before {
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_tel_black_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(16px, .6em, 48.25px);
  width: clamp(1rem, .6em, 3.015625rem);
  height: clamp(20px, .8em, 62.94px);
  height: clamp(1.25rem, .8em, 3.93375rem);
  content: '';
}

.p-bottomCta__tel-time {
  margin-top: 14px;
  margin-top: .875rem;
  margin-left: 23px;
  margin-left: 1.4375rem;
  font-size: clamp(12px, 10vw, 30px);
  font-size: clamp(.75rem, 10vw, 1.875rem);
  font-weight: 500;
}

.p-bottomCta__buttons {
  gap: 47px;
  gap: 2.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  margin-top: -54px;
  margin-top: -3.375rem;
}

.p-breadcrumb {
  color: #000;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-breadcrumb__inner {
  gap: 6px;
  gap: .375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-breadcrumb__list {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-breadcrumb__inner [typeof=ListItem] a {
  border-bottom: 1px solid #DC241F;
  padding: 2px;
  color: #DC241F;
}

.p-breadcrumb__inner [typeof=ListItem] span[property=name] {
  display: inline-block;
  vertical-align: bottom;
  max-width: 300px;
  max-width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-breadcrumb__inner [typeof=ListItem]:last-child span[property=name] {
  color: #000;
}

.p-drawer__button {
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  z-index: 41;
  cursor: pointer;
  background-color: #DC241F;
  padding: 12px 10px 10px;
  padding: .75rem .625rem .625rem;
  width: 100%;
  height: 100%;
}

.p-drawer__bars {
  display: inline-block;
  vertical-align: bottom;
  width: 22px;
}

.p-drawer__bar {
  display: block;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  margin-top: 6px;
  background: #FFF;
  width: 100%;
  height: 2px;
}

.p-drawer__bar:first-child {
  margin-top: 0;
}

.is-opened .p-drawer__bar:nth-child(2) {
  background: transparent;
}

.is-opened .p-drawer__bar:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  width: 100%;
}

.is-opened .p-drawer__bar:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  width: 100%;
}

.p-drawer__bg {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.p-drawer__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  z-index: 40;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  background: #F4F8FD;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  color: #000;
}

.p-drawer__content.is-opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-drawer__wrap {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: scroll;
}

.p-drawer__inner {
  padding-top: calc(var(--header-height, 60px) + 1.5rem);
  padding-right: 20px;
  padding-bottom: calc(var(--header-height, 60px) + 6.25rem);
  padding-left: 20px;
  width: 100%;
}

.p-drawer__list {
  padding-inline: 8px;
  padding-inline: .5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
}

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

.p-drawer__list-item-link {
  position: relative;
  border-bottom: 1px solid #9D9FAE;
  padding: 18px 30px 21px 0;
  padding: 1.125rem 1.875rem 1.3125rem 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  text-align: left;
}

.p-drawer__list-item:last-child .p-drawer__list-item-link {
  border-bottom: none;
}

.p-drawer__list-item-link::before {
  position: absolute;
  top: 50%;
  right: 9.52px;
  right: .595rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #9D9FAE;
  border-bottom: 2px solid #9D9FAE;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.p-drawer__list-item-link-border {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-left: 1.5625rem;
}

.p-drawer__list-item-link-border::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #DC241F;
  width: 14.89px;
  width: .930625rem;
  height: 5px;
  height: .3125rem;
  content: '';
}

.p-drawer__list-item-link.p-drawer__list-item-link--accordion {
  cursor: pointer;
}

.p-drawer__list-item-link.p-drawer__list-item-link--accordion::after,
.p-drawer__list-item-link.p-drawer__list-item-link--accordion::before {
  position: absolute;
  top: 50%;
  right: 10px;
  right: .625rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #9D9FAE;
  width: 13px;
  width: .8125rem;
  height: 2px;
  content: '';
}

.p-drawer__list-item-link--accordion::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.p-drawer__list-item-link--accordion::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.js-accordion-wrap.is-open .p-drawer__list-item-link--accordion::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

.p-drawer__subList-item a {
  position: relative;
  padding: 12px 10px 12px 26px;
  padding: .75rem .625rem .75rem 1.625rem;
  width: 100%;
  font-size: 14px;
  font-size: .875rem;
}

.p-drawer__subList-item:last-child a {
  border-bottom: 1px solid #9D9FAE;
}

.p-drawer__subList-item a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  left: .625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #DC241F;
  width: 8px;
  width: .5rem;
  height: 3px;
  height: .1875rem;
  content: '';
}

.p-drawer__contact {
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  margin-top: 24px;
  margin-top: 1.5rem;
  border: 1px solid #DC241F;
  background-color: #DC241F;
  padding: 17px;
  padding: 1.0625rem;
  width: 100%;
  max-width: 277px;
  max-width: 17.3125rem;
  color: #FFF;
}

.p-drawer__contact:hover {
  background-color: #FFF;
  color: #DC241F;
}

.p-drawer__contact-icon {
  aspect-ratio: 24.73/18.08;
  position: relative;
  width: 100%;
  max-width: 24.73px;
  max-width: 1.545625rem;
}

.p-drawer__contact-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url(../img/common/icon_mail_white.svg);
  mask-image: url(../img/common/icon_mail_white.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  content: '';
}

.p-drawer__contact:hover .p-drawer__contact-icon::before {
  background-color: #DC241F;
}

.p-drawer__contact-text {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 13.92px;
  margin-top: .87rem;
  font-size: rme(14);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
}

.p-drawer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 28.75px;
  margin-top: 1.796875rem;
}

.p-drawer__info-tel {
  position: relative;
  padding-left: 36px;
  padding-left: 2.25rem;
}

.p-drawer__info-tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_tel-circle_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  width: 1.8125rem;
  height: 29px;
  height: 1.8125rem;
  content: '';
}

.p-drawer__info-tel-link {
  pointer-events: none;
  color: #15589C;
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.p-drawer__info-time {
  margin-top: 8px;
  margin-top: .5rem;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.p-floatingCta-buttons {
  width: 100%;
}

.p-floatingCta-buttons__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  height: 3.25rem;
}

.p-floatingCta-buttons__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  border-top-right-radius: 10px;
  border-top-right-radius: .625rem;
  border-top-left-radius: 10px;
  border-top-left-radius: .625rem;
  width: 100%;
  height: 100%;
}

.p-floatingCta-buttons__item[data-name=tel] {
  background-color: #15589C;
}

.p-floatingCta-buttons__item[data-name=form] {
  background-color: #DC241F;
}

.p-floatingCta-buttons__item[data-name=line] {
  background-color: #06C755;
}

.p-floatingCta-buttons__item-link {
  gap: 5px;
  gap: .3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-floatingCta-buttons__item[data-name=form] .p-floatingCta-buttons__item-link {
  gap: 4px;
  gap: .25rem;
}

.p-floatingCta-buttons__item-link-icon {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-floatingCta-buttons__item[data-name=tel] .p-floatingCta-buttons__item-link-icon {
  max-width: 15px;
  max-width: .9375rem;
}

.p-floatingCta-buttons__item[data-name=form] .p-floatingCta-buttons__item-link-icon {
  max-width: 19px;
  max-width: 1.1875rem;
}

.p-floatingCta-buttons__item[data-name=line] .p-floatingCta-buttons__item-link-icon {
  max-width: 28px;
  max-width: 1.75rem;
}

.p-floatingCta-buttons__item-link-text {
  color: #FFF;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1;
  white-space: nowrap;
}

.p-floatingCta-buttons__item-link-text-small {
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: -.12em;
}

.p-floatingCta-line {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  width: 4.7222222222vw;
  min-width: 70px;
  min-width: 4.375rem;
  max-width: 100px;
  max-width: 6.25rem;
  max-height: 92vh;
}

.p-floatingCta-line:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.p-footer {
  background-color: #0E4174;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  color: #FFF;
}

.p-footer__inner.l-container {
  max-width: 1200px;
  max-width: 75rem;
}

.p-footer__wrap {
  gap: 6.9444444444vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-footer__info {
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
}

.p-footer__logo {
  width: 100%;
  max-width: 438px;
  max-width: 27.375rem;
}

.p-footer__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__detail {
  margin-top: 21.29px;
  margin-top: 1.330625rem;
  margin-left: 16px;
  margin-left: 1rem;
}

.p-footer__company {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.8;
}

.p-footer__address,
.p-footer__tel {
  line-height: 1.5;
}

.p-footer__address {
  margin-top: 6px;
  margin-top: .375rem;
}

.p-footer__tel {
  pointer-events: none;
}

.p-footer__sns {
  gap: 13px;
  gap: .8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  margin-top: 2.9375rem;
  margin-left: 16px;
  margin-left: 1rem;
}

.p-footer__sns-link {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
}

.p-footer__sns-link[data-name=Facebook] {
  max-width: 22px;
  max-width: 1.375rem;
}

.p-footer__sns-link[data-name=YouTube] {
  max-width: 28.91px;
  max-width: 1.806875rem;
}

.p-footer__sns-link[data-name=Instagram] {
  max-width: 22.4px;
  max-width: 1.4rem;
}

.p-footer__sns-link[data-name=LINE] {
  max-width: 24px;
  max-width: 1.5rem;
}

.p-footer__sns-link:hover {
  opacity: .6;
}

.p-footer__nav {
  gap: 3.6111111111vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-top: .75rem;
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
}

.p-footer__nav-items {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 126px;
  min-width: 7.875rem;
}

.p-footer__nav-item {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.5;
  list-style: none;
}

.p-footer__nav-item:hover {
  opacity: .6;
}

.p-footer__pageTop {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-right: 42px;
  margin-right: 2.625rem;
  text-align: right;
}

.p-footer__pageTop-link {
  gap: 16px;
  gap: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footer__pageTop-text {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875;
}

.p-footer__pageTop-arrow {
  aspect-ratio: 1/1;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 72px;
  width: 4.5rem;
}

.p-footer__pageTop-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  width: 10px;
  width: .625rem;
  height: 10px;
  height: .625rem;
  content: '';
}

.p-footer__pageTop-link:hover .p-footer__pageTop-arrow {
  background-color: rgba(255, 255, 255, .3);
}

.p-footer__copyright {
  margin-top: 4px;
  margin-top: .25rem;
}

.p-footer__copyright-text {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.6;
  text-align: center;
}

.p-formContents {
  margin-top: 91px;
  margin-top: 5.6875rem;
}

.p-formContents--jobfair {
  margin-top: 66px;
  margin-top: 4.125rem;
  border-radius: .625rem;
  background-color: #FFF;
  padding: 88px 100px 54px 99px;
  padding: 5.5rem 6.25rem 3.375rem 6.1875rem;
}

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

.p-formContents__sectionTitle-text {
  margin-inline: auto;
  border-bottom: 2px solid #DC241F;
  padding: 0 .5em 14px;
  padding: 0 .5em .875rem;
  width: 100%;
  max-width: 616px;
  max-width: 38.5rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3055555556;
}

.p-formContents__textWrap {
  margin-inline: auto;
  margin-top: 34px;
  margin-top: 2.125rem;
  width: 100%;
  max-width: 663px;
  max-width: 41.4375rem;
  text-align: center;
}

.p-formContents__textWrap.p-formContents__textWrap--mt0 {
  margin-top: 0;
}

.p-formContents__text {
  color: #000;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .09em;
  line-height: 2;
}

.p-formContents__telWrap {
  margin-inline: auto;
  margin-top: 36px;
  margin-top: 2.25rem;
  background-color: #FFF;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  max-width: 730px;
  max-width: 45.625rem;
  color: #15589C;
  text-align: center;
}

.p-formContents__telNumber {
  display: inline-block;
  pointer-events: none;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1.2;
  white-space: nowrap;
}

.p-formContents__telNumberIcon {
  position: relative;
  padding-left: 34px;
  padding-left: 2.125rem;
}

.p-formContents__telNumberIcon::before {
  position: absolute;
  top: 57%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_tel_red_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  width: 1.5625rem;
  height: 30px;
  height: 1.875rem;
  content: '';
}

.p-formContents__telTime {
  margin-top: 8px;
  margin-top: .5rem;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-formContents__form {
  margin-top: 86px;
  margin-top: 5.375rem;
  padding: 0 100px 0 99px;
  padding: 0 6.25rem 0 6.1875rem;
  color: #000;
}

.p-formContents--recruitlist .p-formContents__form {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.p-formContents--jobfair .p-formContents__form {
  margin: 0;
  padding: 0;
}

.p-formContents__form-title {
  color: #15589C;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.28;
  text-align: center;
}

.p-formContents__form-items {
  margin-top: 66px;
  margin-top: 4.125rem;
}

.p-header {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  height: 134px;
}

.p-header.js-header-scroll {
  background-color: #FFF;
}

.p-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-left: 32px;
  padding-left: 2rem;
  width: 100%;
  height: 100%;
}

.p-header__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.p-header__logo {
  width: 100%;
  max-width: 361px;
  max-width: 22.5625rem;
}

.p-header__logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  height: 100%;
}

.p-header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__body {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.p-header__pcInfo {
  gap: 7px;
  gap: .4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 35px;
  margin-right: 2.1875rem;
}

.p-header__pcInfo-tel {
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-left: 36px;
  padding-left: 2.25rem;
}

.p-header__pcInfo-tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-image: url(../img/common/icon_tel-circle_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  width: 1.8125rem;
  height: 29px;
  height: 1.8125rem;
  content: '';
}

.p-header__pcInfo-tel-link {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
  color: #15589C;
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.p-header__pcInfo-time {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.p-header__pcNav {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 11px;
  margin-right: .6875rem;
  padding: 12px 0;
  padding: .75rem 0;
}

.p-header__pcNav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-header__pcNav-item {
  position: relative;
}

.p-header__pcNav-item-link {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  padding: 12px 1.25vw;
  padding: .75rem 1.25vw;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
}

.p-header__pcNav-item:hover .p-header__pcNav-item-link {
  color: #DC241F;
}

.p-header__pcNav-item-link.p-header__pcNav-item-link--dropdown {
  position: relative;
}

.p-header__pcNav-item-link.p-header__pcNav-item-link--dropdown::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.p-header__pcNav-item:hover .p-header__pcNav-dropdownWrap {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-header__pcNav-dropdownWrap {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  min-width: 173px;
  min-width: 10.8125rem;
  pointer-events: none;
}

.p-header__pcNav-dropdown {
  margin-top: 20.5px;
  margin-top: 1.28125rem;
  background-color: #FFF;
}

.p-header__pcNav-dropdown-item:not(:last-child) {
  border-bottom: 1px solid #9D9FAE;
}

.p-header__pcNav-dropdown-item a {
  display: block;
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  padding: 20.51px 10px;
  padding: 1.281875rem .625rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
}

.p-header__pcNav-dropdown-item a:hover {
  background-color: #F4F8FD;
  color: #15589C;
}

.p-header__pcContact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  border: 1px solid #DC241F;
  background-color: #DC241F;
  width: 100%;
  max-width: 182px;
  max-width: 11.375rem;
  height: 100%;
  color: #FFF;
}

.p-header__pcContact:hover {
  background-color: #FFF;
  color: #DC241F;
}

.p-header__pcContact-icon {
  aspect-ratio: 24.73/18.08;
  position: relative;
  margin-top: -5px;
  margin-top: -.3125rem;
  width: 100%;
  max-width: 24.73px;
  max-width: 1.545625rem;
}

.p-header__pcContact-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url(../img/common/icon_mail_white.svg);
  mask-image: url(../img/common/icon_mail_white.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  content: '';
}

.p-header__pcContact:hover .p-header__pcContact-icon::before {
  background-color: #DC241F;
}

.p-header__pcContact-text {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 13.92px;
  margin-top: .87rem;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
}

.p-header__drawer {
  z-index: 40;
}

.p-list-threeCol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.p-list-threeCol__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #9D9FAE;
}

.p-list-threeCol__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 304px;
  max-width: 19rem;
}

.p-list-threeCol__item:last-child {
  border-bottom: 1px solid #9D9FAE;
}

.p-list-threeCol__col1,
.p-list-threeCol__col2,
.p-list-threeCol__col3 {
  padding: 18.8px 30px;
  padding: 1.175rem 1.875rem;
}

.p-list-threeCol__col1,
.p-list-threeCol__col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #15589C;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-list-threeCol__col1 {
  width: 100%;
  max-width: 161px;
  max-width: 10.0625rem;
}

.p-list-threeCol__col2 {
  width: 100%;
  max-width: 143px;
  max-width: 8.9375rem;
}

.p-list-threeCol__col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  width: 100%;
  max-width: 796px;
  max-width: 49.75rem;
}

.p-list-twoCol {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.p-list-twoCol__head {
  vertical-align: middle;
  border-right: none;
  border-left: none;
  background-color: #F4F8FD;
  padding: 19px;
  padding: 1.1875rem;
  width: 305px;
  width: 19.0625rem;
  color: #15589C;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-list-twoCol__data {
  vertical-align: middle;
  border-right: none;
  border-left: none;
  background-color: #FFF;
  padding: 19px 30px;
  padding: 1.1875rem 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-list-twoCol__data-flexItem {
  gap: 2.5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.p-list-twoCol__data-flexItem--position {
  width: 100%;
  max-width: 140px;
  max-width: 8.75rem;
}

.p-list-twoCol__data-flexItem--name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-list-twoCol__clients {
  gap: 2em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

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

.p-page-business-business {
  margin-top: 77px;
  margin-top: 4.8125rem;
}

.p-page-business-business__title {
  text-align: center;
}

.p-page-business-business__flow {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.p-page-business-businessFlow {
  gap: 44px;
  gap: 2.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-page-business-businessFlow__textCards {
  gap: 32px;
  gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-page-business-businessFlow__textCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: .625rem;
  background-color: #FFF;
  width: 100%;
  max-width: 620px;
  max-width: 38.75rem;
  overflow: hidden;
}

.p-page-business-businessFlow__textCard--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: initial;
}

.p-page-business-businessFlow__textCard-image {
  aspect-ratio: 345/222;
  width: 100%;
}

.p-page-business-businessFlow__textCard.p-page-business-businessFlow__textCard--row .p-page-business-businessFlow__textCard-image {
  aspect-ratio: 471/343;
  max-width: 471px;
  max-width: 29.4375rem;
}

.p-page-business-businessFlow__textCard-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-business-businessFlow__textCard-body {
  position: relative;
  padding: 35px 28px 111px 39px;
  padding: 2.1875rem 1.75rem 6.9375rem 2.4375rem;
  height: 100%;
}

.p-page-business-businessFlow__textCard.p-page-business-businessFlow__textCard--row .p-page-business-businessFlow__textCard-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 52px 132px 126px 74px;
  padding: 3.25rem 8.25rem 7.875rem 4.625rem;
}

.p-page-business-businessFlow__textCard-body::before {
  position: absolute;
  right: 32.369px;
  right: 2.023125rem;
  bottom: 32.369px;
  bottom: 2.023125rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url(../img/common/deco_arrow-circle_right_transparent-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65.25px;
  width: 4.078125rem;
  height: 65.25px;
  height: 4.078125rem;
  content: '';
}

.p-page-business-businessFlow__textCard.p-page-business-businessFlow__textCard--row .p-page-business-businessFlow__textCard-body::before {
  right: 37.38px;
  right: 2.33625rem;
  bottom: 37.37px;
  bottom: 2.335625rem;
}

.p-page-business-businessFlow__textCard:hover .p-page-business-businessFlow__textCard-body::before {
  background-image: url(../img/common/deco_arrow-circle_right_blue.png);
}

.p-page-business-businessFlow__textCard-smallTitle {
  color: #15589C;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-business-businessFlow__textCard-largeTitle {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-business-businessFlow__textCard-text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-page-business-businessFlow__textCard.p-page-business-businessFlow__textCard--row .p-page-business-businessFlow__textCard-text {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-page-business-businessFlow__triangle {
  margin-inline: auto;
  width: 100%;
  max-width: 163px;
  max-width: 10.1875rem;
}

.p-page-business-businessFlow__triangle img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-business-businessFlow__bgiCards {
  gap: 34px;
  gap: 2.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-page-business-businessFlow__bgiCard {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: .625rem;
  padding: 89px 10px;
  padding: 5.5625rem .625rem;
  width: 100%;
  overflow: hidden;
}

.p-page-business-businessFlow__bgiCard-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-business-businessFlow__bgiCard-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-business-businessFlow__bgiCard-image::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(21, 88, 156, .7);
  width: 100%;
  height: 100%;
  content: '';
}

.p-page-business-businessFlow__bgiCard-textBlock {
  position: relative;
  z-index: 1;
  color: #FFF;
  text-align: center;
}

.p-page-business-businessFlow__bgiCard-smallTitle {
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-business-businessFlow__bgiCard-largeTitle {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-business-craneTable__table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.p-page-business-craneTable__row:nth-child(even) {
  background-color: #FFF;
}

.p-page-business-craneTable__heading {
  vertical-align: middle;
  border: 1px solid #9D9FAE;
  background-color: #D0DFEE;
  padding: 6px 4px;
  padding: .375rem .25rem;
  color: #15589C;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.p-page-business-craneTable__data {
  vertical-align: middle;
  border: 1px solid #9D9FAE;
  padding: 8.2px 4px;
  padding: .5125rem .25rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.p-page-business-craneTable__row th:nth-child(1),
.p-page-business-craneTable__row td:nth-child(1) {
  width: 30.5%;
}

.p-page-business-craneTable__row th:nth-child(2),
.p-page-business-craneTable__row td:nth-child(2) {
  width: 24.9%;
}

.p-page-business-craneTable__row th:nth-child(3),
.p-page-business-craneTable__row td:nth-child(3) {
  width: 17.5%;
}

.p-page-business-craneTable__row th:nth-child(4),
.p-page-business-craneTable__row td:nth-child(4) {
  width: 27.1%;
}

.p-page-business-features {
  margin-top: 130px;
  margin-top: 8.125rem;
  background-color: #15589C;
  padding-top: 85px;
  padding-top: 5.3125rem;
}

.l-container.p-page-business-features__inner {
  padding-inline: 0;
  max-width: 1960px;
  max-width: 122.5rem;
}

.p-page-business-features__title {
  text-align: center;
}

.p-page-business-features__items {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-page-business-features__item {
  gap: 5.4861111111vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-right: 11.8055555556vw;
}

.p-page-business-features__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding-right: 0;
  padding-left: 11.8055555556vw;
}

.p-page-business-features__item-image {
  aspect-ratio: 641/422;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.p-page-business-features__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-business-features__textBlock {
  padding-block: 40px;
  padding-block: 2.5rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 43.31%;
  color: #FFF;
}

.p-page-business-features__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-business-features__head-number {
  position: relative;
  margin-left: 12px;
  margin-left: .75rem;
  padding-left: 14px;
  padding-left: .875rem;
}

.p-page-business-features__head-number::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #DC241F;
  width: 2px;
  width: .125rem;
  height: 12px;
  height: .75rem;
  content: '';
}

.p-page-business-features__title {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-page-business-features__title-text {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.3333333333;
  text-align: left;
}

.p-page-business-features__text {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-page-business-service {
  margin-top: 94px;
  margin-top: 5.875rem;
}

.p-page-business-service__title {
  text-align: center;
}

.p-page-business-service__serviceItems {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-page-business-service__serviceItem:not(:first-child) {
  margin-top: 133px;
  margin-top: 8.3125rem;
}

.p-page-business-topMessage {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

.p-page-business-topMessage__wrap {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-page-business-topMessage__mainText {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-page-business-topMessage__mainText-text {
  color: #15589C;
  font-size: 48px;
  font-size: 3rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4;
}

.p-page-business-topMessage__subText {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 549px;
  max-width: 34.3125rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-page-business-transportationTable {
  width: 100%;
}

.p-page-business-transportationTable__table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.p-page-business-transportationTable__table col:nth-child(1) {
  width: 22.64%;
}

.p-page-business-transportationTable__table col:nth-child(2) {
  width: 12.64%;
}

.p-page-business-transportationTable__table col:nth-child(3) {
  width: 20%;
}

.p-page-business-transportationTable__table col:nth-child(4),
.p-page-business-transportationTable__table col:nth-child(5),
.p-page-business-transportationTable__table col:nth-child(6) {
  width: 7.4533333333%;
}

.p-page-business-transportationTable__table col:nth-child(7),
.p-page-business-transportationTable__table col:nth-child(8),
.p-page-business-transportationTable__table col:nth-child(9) {
  width: 7.4533333333%;
}

.p-page-business-transportationTable__row:nth-child(even) {
  background-color: #FFF;
}

.p-page-business-transportationTable__heading {
  vertical-align: middle;
  border: 1px solid #9D9FAE;
  background-color: #D0DFEE;
  padding: 3px 1px;
  padding: .1875rem 1px;
  color: #15589C;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.p-page-business-transportationTable__data {
  vertical-align: middle;
  border: 1px solid #9D9FAE;
  padding: 8.4px 0;
  padding: .525rem 0;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.p-page-business-transportationTable__data a {
  position: relative;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-page-business-transportationTable__data a::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_pdf_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  width: 1.25rem;
  content: '';
}

.p-page-company-companyOverview {
  margin-top: 99px;
  margin-top: 6.1875rem;
}

.p-page-company-companyOverview__list {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-page-company-companyPhilosophy {
  position: relative;
  margin-top: 61.94px;
  margin-top: 3.87125rem;
  background-image: url(../img/company/image_company-companyphilosophy_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}

.p-page-company-companyPhilosophy::before {
  -webkit-backdrop-filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(8px);
  background-image: url(../img/common/bgc_white-gradation_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.p-page-company-companyPhilosophy__title {
  text-align: center;
}

.p-page-company-companyPhilosophy__wrap {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 100%;
}

.p-page-company-companyPhilosophy__text {
  gap: 1.7em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -15px;
  margin-top: -.9375rem;
  width: 100%;
  max-width: 473px;
  max-width: 29.5625rem;
  color: #15589C;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.6666666667;
}

.p-page-company-companyPhilosophy__image {
  aspect-ratio: 617/412;
  width: 100%;
  max-width: 617px;
  max-width: 38.5625rem;
  overflow: hidden;
}

.p-page-company-companyPhilosophy__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-company-groupPhilosophy {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-page-company-groupPhilosophy__title {
  text-align: center;
}

.p-page-company-groupPhilosophy__textBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 46px;
  margin-top: 2.875rem;
  margin-left: -2em;
}

.p-page-company-groupPhilosophy__mainText {
  position: relative;
  padding-right: 49.87px;
  padding-right: 3.116875rem;
  padding-left: 65.83px;
  padding-left: 4.114375rem;
  color: #15589C;
  font-size: 68px;
  font-size: 4.25rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4;
}

.p-page-company-groupPhilosophy__mainText::before {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 0;
  background-image: url(../img/company/deco_company-groupphilosophy_quotation-left_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 46.87px;
  width: 2.929375rem;
  height: 39.64px;
  height: 2.4775rem;
  content: '';
}

.p-page-company-groupPhilosophy__mainText::after {
  position: absolute;
  right: 0;
  bottom: 13.37px;
  bottom: .835625rem;
  background-image: url(../img/company/deco_company-groupphilosophy_quotation-right_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 46.87px;
  width: 2.929375rem;
  height: 39.64px;
  height: 2.4775rem;
  content: '';
}

.p-page-company-groupPhilosophy__subText {
  margin-top: 21.71px;
  margin-top: 1.356875rem;
  color: #15589C;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.p-page-company-groupPhilosophy__logo {
  margin-inline: auto;
  margin-top: 51px;
  margin-top: 3.1875rem;
  width: 100%;
  max-width: 492px;
  max-width: 30.75rem;
}

.p-page-company-history {
  margin-top: 132px;
  margin-top: 8.25rem;
  background-color: #E9F1FB;
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 132px;
  padding-bottom: 8.25rem;
}

.p-page-company-history__title {
  text-align: center;
}

.p-page-company-history__list {
  margin-top: 74px;
  margin-top: 4.625rem;
}

.p-page-company-message {
  position: relative;
  background-image: url(../img/company/image_company-message_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 87px;
  padding-top: 5.4375rem;
  padding-bottom: 117px;
  padding-bottom: 7.3125rem;
}

.p-page-company-message::before {
  -webkit-backdrop-filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(8px);
  background-color: rgba(21, 88, 156, .8);
  width: 100%;
  height: 100%;
  content: '';
}

.p-page-company-message__title {
  text-align: center;
}

.p-page-company-message__wrap {
  gap: 3.0555555556vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  margin-top: 41px;
  margin-top: 2.5625rem;
  width: 100%;
}

.p-page-company-message__image {
  aspect-ratio: 573/382;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 573px;
  max-width: 35.8125rem;
  overflow: hidden;
}

.p-page-company-message__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-company-message__text {
  width: 100%;
  max-width: 483px;
  max-width: 30.1875rem;
  color: #FFF;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2.1333333333;
}

.p-page-company-message__signature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  margin-top: 26px;
  margin-top: 1.625rem;
  color: #FFF;
  font-weight: 700;
  letter-spacing: .06em;
}

.p-page-company-message__position {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.8666666667;
}

.p-page-company-message__name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.p-page-features-details {
  margin-top: 130px;
  margin-top: 8.125rem;
}

.p-page-features-details__item:not(:first-child) {
  margin-top: 130px;
  margin-top: 8.125rem;
}

.p-page-features-topContents {
  margin-top: 74px;
  margin-top: 4.625rem;
}

.p-page-features-topContents__topText {
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
  text-align: center;
}

.p-page-features-topContents__items {
  gap: 33px;
  gap: 2.0625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
  margin-top: 4rem;
}

.p-page-jobfair-features {
  margin-top: 86px;
  margin-top: 5.375rem;
}

.p-page-jobfair-form {
  margin-top: 130px;
  margin-top: 8.125rem;
}

.p-page-jobfair-schedule {
  margin-top: 129px;
  margin-top: 8.0625rem;
}

.p-page-jobfair-schedule__content {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-page-jobfair-schedule__table {
  border-collapse: collapse;
  table-layout: fixed;
}

.p-page-jobfair-schedule__table-head {
  background-color: #D0DFEE;
  color: #15589C;
}

.p-page-jobfair-schedule__table-header:nth-child(1),
.p-page-jobfair-schedule__table-cell:nth-child(1) {
  width: 25%;
}

.p-page-jobfair-schedule__table-header:nth-child(2),
.p-page-jobfair-schedule__table-cell:nth-child(2) {
  width: 31.6%;
}

.p-page-jobfair-schedule__table-header:nth-child(3),
.p-page-jobfair-schedule__table-cell:nth-child(3) {
  width: 20.8%;
}

.p-page-jobfair-schedule__table-header:nth-child(4),
.p-page-jobfair-schedule__table-cell:nth-child(4) {
  width: 22.5%;
}

.p-page-jobfair-schedule__table-header {
  vertical-align: middle;
  padding: 14.5px 8px;
  padding: .90625rem .5rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
}

.p-page-jobfair-schedule__table-body {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-page-jobfair-schedule__table-cell {
  vertical-align: middle;
  padding: 13.3px 10px 12px;
  padding: .83125rem .625rem .75rem;
  text-align: center;
}

.p-page-jobfair-schedule__table-row .p-page-jobfair-schedule__table-cell:nth-child(4) {
  padding-inline: 35px;
  padding-inline: 2.1875rem;
}

.p-page-jobfair-schedule__table-cell-column {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-page-jobfair-schedule__table-cell:last-child .p-page-jobfair-schedule__table-cell-column {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.p-page-jobfair-schedule__noData {
  color: #000;
  text-align: center;
}

.p-page-jobfair-topContents {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-page-jobfair-topContents__title {
  text-align: center;
}

.p-page-jobfair-topContents__text {
  margin-top: 66px;
  margin-top: 4.125rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
  text-align: center;
}

.p-page-jobfair-topContents__linkItems {
  gap: 33px;
  gap: 2.0625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 85px;
  margin-top: 5.3125rem;
}

.p-page-jobfair-topContents__linkItem {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: .625rem;
  background-color: #FFF;
  padding: 24px 24px 24px 23px;
  padding: 1.5rem 1.5rem 1.5rem 1.4375rem;
  width: 100%;
}

.p-page-jobfair-topContents__linkItem:hover {
  background-color: #15589C;
  color: #FFF;
}

.p-page-jobfair-topContents__linkItem-textblock {
  position: relative;
  padding-bottom: 49px;
  padding-bottom: 3.0625rem;
  text-align: center;
}

.p-page-jobfair-topContents__linkItem-textblock::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-image: url(../img/common/deco_arrow-circle_right_transparent-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 42.12px;
  width: 2.6325rem;
  height: 42.12px;
  height: 2.6325rem;
  content: '';
}

.p-page-jobfair-topContents__linkItem:hover .p-page-jobfair-topContents__linkItem-textblock::before {
  background-image: url(../img/common/deco_arrow-circle_right_transparent-white.png);
}

.p-page-jobfair-topContents__linkItem-text {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.6842105263;
}

.p-page-locations-links {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-page-locations-links__title {
  text-align: center;
}

.p-page-locations-links__items {
  gap: 33px;
  gap: 2.0625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 58px;
  margin-top: 3.625rem;
}

.p-page-locations-links__item {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: .625rem;
  background-color: #FFF;
  padding: 33px 24px 31px 23px;
  padding: 2.0625rem 1.5rem 1.9375rem 1.4375rem;
  width: 100%;
}

.p-page-locations-links__item.is-active {
  background-color: #15589C;
  color: #FFF;
}

.p-page-locations-links__item-textblock {
  position: relative;
  padding-bottom: 69px;
  padding-bottom: 4.3125rem;
  text-align: center;
}

.p-page-locations-links__item-textblock::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-image: url(../img/common/deco_arrow-circle_right_transparent-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 49.3px;
  width: 3.08125rem;
  height: 49.3px;
  height: 3.08125rem;
  content: '';
}

.p-page-locations-links__item.is-active .p-page-locations-links__item-textblock::before {
  background-image: url(../img/common/deco_arrow-circle_right_transparent-white.png);
}

.p-page-locations-links__item-office {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.28;
}

.p-page-locations-office-bottomLinks {
  margin-top: 83px;
  margin-top: 5.1875rem;
}

.p-page-locations-office-bottomLinks__items {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-page-locations-office-bottomLinks__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 218px;
  min-height: 13.625rem;
}

.p-page-locations-office-comments {
  margin-top: 130px;
  margin-top: 8.125rem;
  background-color: #E9F1FB;
  padding-top: 67px;
  padding-top: 4.1875rem;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}

.p-page-locations-office-comments__title {
  text-align: center;
}

.p-page-locations-office-comments__wrap {
  gap: 59px;
  gap: 3.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-page-locations-office-comments__image {
  aspect-ratio: 570/362;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-page-locations-office-comments__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-locations-office-comments__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 471px;
  max-width: 29.4375rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-page-locations-office-comments__name {
  margin-top: 2em;
  text-align: right;
}

.p-page-locations-office-detail {
  margin-top: 104px;
  margin-top: 6.5rem;
}

.p-page-locations-office-detail__head {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 247px;
  min-height: 15.4375rem;
  overflow: hidden;
}

.p-page-locations-office-detail[data-name=locations-base] .p-page-locations-office-detail__head {
  background-image: url(../img/locations/base/bgi_locations-office_head_base_01.jpg);
}

.p-page-locations-office-detail[data-name=locations-ichihara] .p-page-locations-office-detail__head {
  background-image: url(../img/locations/ichihara/bgi_locations-office_head_ichihara_01.jpg);
}

.p-page-locations-office-detail[data-name=locations-yachiyo] .p-page-locations-office-detail__head {
  background-image: url(../img/locations/yachiyo/bgi_locations-office_head_yachiyo_01.jpg);
}

.p-page-locations-office-detail__head::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(21, 88, 156, .7);
  width: 100%;
  height: 100%;
  content: '';
}

.p-page-locations-office-detail__head-textBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  color: #FFF;
  text-align: center;
}

.p-page-locations-office-detail__head-text {
  font-size: 39px;
  font-size: 2.4375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-locations-office-detail__intro {
  gap: 59px;
  gap: 3.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-page-locations-office-detail__intro-image {
  aspect-ratio: 570/362;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 570px;
  max-width: 35.625rem;
  overflow: hidden;
}

.p-page-locations-office-detail__intro-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-locations-office-detail__intro-textWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 471px;
  max-width: 29.4375rem;
}

.p-page-locations-office-detail__intro-text {
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-page-locations-office-detail__list {
  margin-inline: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  border-collapse: collapse;
  width: 100%;
  min-width: initial;
  max-width: 864px;
  max-width: 54rem;
  table-layout: fixed;
}

.p-page-locations-office-detail__list-head {
  vertical-align: middle;
  background-color: #D0DFEE;
  padding: 9.5px;
  padding: .59375rem;
  width: 300px;
  width: 18.75rem;
  color: #15589C;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-page-locations-office-detail__list-data {
  vertical-align: middle;
  padding: 10px 11px 8px;
  padding: .625rem .6875rem .5rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.p-page-locations-office-detail__list-data-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.p-page-locations-office-feature {
  margin-top: 130px;
  margin-top: 8.125rem;
  background-color: #E9F1FB;
  padding-top: 63px;
  padding-top: 3.9375rem;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}

.p-page-locations-office-feature__title {
  text-align: center;
}

.p-page-locations-office-feature__items {
  gap: 32px;
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-page-locations-office-feature__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-locations-office-feature__item-image {
  aspect-ratio: 345/222;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-page-locations-office-feature__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-locations-office-feature__item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFF;
  padding: 35px 28px 49px 39px;
  padding: 2.1875rem 1.75rem 3.0625rem 2.4375rem;
}

.p-page-locations-office-feature__item-number {
  color: #15589C;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-locations-office-feature__item-title {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2121212121;
}

.p-page-locations-office-feature__item-text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-page-locations-office-gallery {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.p-page-locations-office-feature__title {
  text-align: center;
}

.p-page-locations-office-gallery__contents {
  gap: 41px;
  gap: 2.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-page-locations-office-gallery__main {
  width: 100%;
  max-width: 740px;
  max-width: 46.25rem;
}

.p-page-locations-office-gallery__main-image {
  aspect-ratio: 740/557;
  width: 100%;
  overflow: hidden;
}

.p-page-locations-office-gallery__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-locations-office-gallery__listItems {
  gap: 13px;
  gap: .8125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 321px;
  max-width: 20.0625rem;
}

.p-page-locations-office-gallery__listItem {
  aspect-ratio: 152/116;
  width: 100%;
  overflow: hidden;
}

.p-page-locations-office-gallery__listItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-work-features {
  margin-top: 130px;
  margin-top: 8.125rem;
  background-color: #E9F1FB;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}

.p-page-work-features__title {
  text-align: center;
}

.p-page-work-features__contents {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-page-work-links {
  margin-top: 77px;
  margin-top: 4.8125rem;
}

.p-page-work-links__items {
  gap: 1.0416666667vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-page-work-links__item {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: .625rem;
  background-color: #FFF;
  padding: 24px 0 22px;
  padding: 1.5rem 0 1.375rem;
  width: 100%;
}

.p-page-work-links__item.is-active {
  background-color: #15589C;
  color: #FFF;
}

.p-page-work-links__item-textblock {
  position: relative;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  text-align: center;
}

.p-page-work-links__item-textblock::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-image: url(../img/common/deco_arrow-circle_right_transparent-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 36.85px;
  width: 2.303125rem;
  height: 36.85px;
  height: 2.303125rem;
  content: '';
}

.p-page-work-links__item.is-active .p-page-work-links__item-textblock::before {
  background-image: url(../img/common/deco_arrow-circle_right_transparent-white.png);
}

.p-page-work-links__item-office {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.6842105263;
}

.p-page-work-head {
  margin-top: 86px;
  margin-top: 5.375rem;
}

.p-page-work-head__content {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 247px;
  min-height: 15.4375rem;
  overflow: hidden;
}

.p-page-work-head[data-name=work-manager] .p-page-work-head__content {
  background-image: url(../img/work/manager/bgi_work-head_manager_01.jpg);
}

.p-page-work-head[data-name=work-driver] .p-page-work-head__content {
  background-image: url(../img/work/driver/bgi_work-head_driver_01.jpg);
}

.p-page-work-head[data-name=work-crane] .p-page-work-head__content {
  background-image: url(../img/work/crane/bgi_work-head_crane_01.jpg);
}

.p-page-work-head[data-name=work-plate] .p-page-work-head__content {
  background-image: url(../img/work/plate/bgi_work-head_plate_01.jpg);
}

.p-page-work-head__content::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(21, 88, 156, .7);
  width: 100%;
  height: 100%;
  content: '';
}

.p-page-work-head__content-textBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  color: #FFF;
  text-align: center;
}

.p-page-work-head__content-text {
  font-size: 39px;
  font-size: 2.4375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-work-schedule {
  margin-top: 68px;
  margin-top: 4.25rem;
}

.p-page-work-schedule__title {
  text-align: center;
}

.p-page-work-schedule__listItems {
  gap: 17px;
  gap: 1.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 82px;
  margin-top: 5.125rem;
  width: 100%;
}

.p-page-work-schedule__listItem {
  gap: 3.0555555556vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.p-page-work-schedule__listItem-image {
  aspect-ratio: 385/230;
  width: 100%;
  max-width: 385px;
  max-width: 24.0625rem;
  overflow: hidden;
}

.p-page-work-schedule__listItem-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-work-schedule__listItem-content {
  gap: 21px;
  gap: 1.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 4px;
  margin-top: .25rem;
  width: 100%;
  max-width: 683px;
  max-width: 42.6875rem;
}

.p-page-work-schedule__listItem-time {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 87px;
  width: 5.4375rem;
  color: #15589C;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-align: right;
}

.p-page-work-schedule__listItem-time p {
  display: inline-block;
}

.p-page-work-schedule__listItem-textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 17px;
  padding-left: 1.0625rem;
  color: #000;
}

.p-page-work-schedule__listItem-title {
  position: relative;
  padding-left: 48px;
  padding-left: 3rem;
  color: #15589C;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1;
}

.p-page-work-schedule__listItem-title::before {
  position: absolute;
  top: 14px;
  top: .875rem;
  left: -17px;
  left: -1.0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/work/deco_work-schedule_blue-circle_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  content: '';
}

.p-page-work-schedule__listItem-textWrap {
  margin-top: 21px;
  margin-top: 1.3125rem;
  border-left: 1px solid #15589C;
  padding-bottom: 10px;
  padding-bottom: .625rem;
  padding-left: 48px;
  padding-left: 3rem;
}

.p-page-work-schedule__listItem-text {
  border-bottom: 1px dotted #000;
  padding-bottom: 7px;
  padding-bottom: .4375rem;
  min-height: 170px;
  min-height: 10.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.875;
}

.p-page-work-schedule__listBottomText {
  text-align: right;
}

.p-page-work-schedule__listBottomText-text {
  margin-top: 17px;
  margin-top: 1.0625rem;
  margin-left: auto;
  width: 100%;
  max-width: 501px;
  max-width: 31.3125rem;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 2.1428571429;
  text-align: left;
}

.p-page-work-work {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.p-page-work-work__title {
  text-align: center;
}

.p-page-work-work__wrap {
  gap: 4.0277777778vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-page-work-work__image {
  aspect-ratio: 570/362;
  width: 100%;
  max-width: 570px;
  max-width: 35.625rem;
  overflow: hidden;
}

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

.p-page-work-work__textBlock {
  width: 100%;
  max-width: 471px;
  max-width: 29.4375rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-pageLink {
  background-color: #15589C;
  width: 100%;
}

.p-pageLink__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  overflow-x: auto;
}

.p-pageLink__links.is-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: visible;
}

.p-pageLink__links.is-dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.p-pageLink__link {
  -webkit-user-drag: none;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 12px 52px 12px 24px;
  padding: .75rem 3.25rem .75rem 1.5rem;
  color: #FFF;
  white-space: nowrap;
}

.p-pageLink__link:hover {
  background-color: #FFF;
  color: #15589C;
}

.p-pageLink__link::before {
  position: absolute;
  top: 50%;
  right: 30px;
  right: 1.875rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.p-pageLink__link:hover::before {
  border-right: 2px solid #15589C;
  border-bottom: 2px solid #15589C;
}

.p-pageLink__link.is-active::before {
  border-right: 2px solid #15589C;
  border-bottom: 2px solid #15589C;
}

.p-pageLink__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.8;
}

.p-recruitTaxonomyButtons {
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.p-recruitTaxonomyButtons__items {
  gap: 50px;
  gap: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-recruitTaxonomyButtons__sectionTitle {
  color: #15589C;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5142857143;
  text-align: center;
}

.p-recruitTaxonomyButtons__buttonWrap {
  gap: 15px;
  gap: .9375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-recruitTaxonomyButtons__buttonWrap li {
  width: 100%;
  text-align: center;
}

.p-recruitSearchForm {
  margin-top: 80px;
  margin-top: 5rem;
  border-bottom: 2px solid #15589C;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.p-recruitSearchForm__items {
  gap: 4.1666666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-recruitSearchForm__item {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-recruitSearchForm__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 80px;
  width: 5rem;
  color: #15589C;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-recruitSearchForm__selectBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #15589C;
  padding: 12px 20px;
  padding: .75rem 1.25rem;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-recruitSearchForm__button {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.p-recruitSearchForm__button-link {
  display: inline-block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 2px solid #15589C;
  border-radius: 3.125rem;
  background-color: #15589C;
  padding: 7px 23px 10px;
  padding: .4375rem 1.4375rem .625rem;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 2;
  text-align: center;
}

.p-recruitSearchForm__button-link:hover {
  background-color: #FFF;
  color: #15589C;
}

.p-section-detailItem__head {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 247px;
  min-height: 15.4375rem;
  overflow: hidden;
}

.p-section-detailItem[data-name=business-constructionManagement] .p-section-detailItem__head {
  background-image: url(../img/business/bgi_business-service_constructionmanagement-head_01.jpg);
}

.p-section-detailItem[data-name=business-transportation] .p-section-detailItem__head {
  background-image: url(../img/business/bgi_business-service_transportation-head_01.jpg);
}

.p-section-detailItem[data-name=business-crane] .p-section-detailItem__head {
  background-image: url(../img/business/bgi_business-service_crane-head_01.jpg);
}

.p-section-detailItem[data-name=business-steelPlateRental] .p-section-detailItem__head {
  background-image: url(../img/business/bgi_business-service_steelplaterental-head_01.jpg);
}

.p-section-detailItem[data-name=features-item1] .p-section-detailItem__head {
  background-image: url(../img/features/bgi_feature-details_item1_01.jpg);
}

.p-section-detailItem[data-name=features-item2] .p-section-detailItem__head {
  background-image: url(../img/features/bgi_feature-details_item2_01.jpg);
}

.p-section-detailItem[data-name=features-item3] .p-section-detailItem__head {
  background-image: url(../img/features/bgi_feature-details_item3_01.jpg);
}

.p-section-detailItem[data-name=jobfair-features] .p-section-detailItem__head {
  background-image: url(../img/jobfair/bgi_jobfair-features_01.jpg);
}

.p-section-detailItem[data-name=jobfair-schedule] .p-section-detailItem__head {
  background-image: url(../img/jobfair/bgi_jobfair-schedule_01.jpg);
}

.p-section-detailItem[data-name=jobfair-form] .p-section-detailItem__head {
  background-image: url(../img/jobfair/bgi_jobfair-form_01.jpg);
}

.p-section-detailItem__head::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(21, 88, 156, .7);
  width: 100%;
  height: 100%;
  content: '';
}

.p-section-detailItem__head-textBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  color: #FFF;
  text-align: center;
}

.p-section-detailItem__head-textBlock-small {
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-section-detailItem__head-textBlock-large {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.1818181818;
}

.p-section-detailItem__head-textBlock-large.p-section-detailItem__head-textBlock-large--page-jobfair {
  padding-bottom: 10px;
  padding-bottom: .625rem;
  font-size: 39px;
  font-size: 2.4375rem;
}

.p-section-detailItem__body {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-section-detailItem__item {
  gap: 5.4861111111vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-section-detailItem__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-section-detailItem__item.p-section-detailItem__item--whiteContent {
  gap: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  margin-top: 4.375rem;
  border-radius: .625rem;
  background-color: #FFF;
  padding: 61px 20px 72px;
  padding: 3.8125rem 1.25rem 4.5rem;
}

.p-section-detailItem__item-images {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-section-detailItem__item-image {
  aspect-ratio: 550/420;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 550px;
  max-width: 34.375rem;
  overflow: hidden;
}

.p-section-detailItem__item-image.p-section-detailItem__item-image--wide {
  aspect-ratio: 550/450;
}

.p-section-detailItem__item-images .p-section-detailItem__item-image {
  aspect-ratio: 550/345;
}

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

.p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItems {
  gap: 30px 15px;
  gap: 1.875rem .9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 52px;
  margin-top: 3.25rem;
}

.p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 231px;
  max-width: 14.4375rem;
}

.p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItem-image {
  aspect-ratio: 231/178;
  width: 100%;
  overflow: hidden;
}

.p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItem-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItem-textBlock {
  gap: 11px;
  gap: .6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 17px;
  margin-top: 1.0625rem;
  text-align: center;
}

.p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItem-smallText {
  color: #15589C;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItem-largeText {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-section-detailItem__item-textBlock {
  padding-block: 30px;
  padding-block: 1.875rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 472px;
  max-width: 29.5rem;
}

.p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-textBlock {
  padding-block: 0;
  max-width: initial;
}

.p-section-detailItem__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #15589C;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-head {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-section-detailItem__item-head-number {
  position: relative;
  margin-left: 12px;
  margin-left: .75rem;
  padding-left: 14px;
  padding-left: .875rem;
}

.p-section-detailItem__item-head-number::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #DC241F;
  width: 2px;
  width: .125rem;
  height: 12px;
  height: .75rem;
  content: '';
}

.p-section-detailItem__item-title {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-section-detailItem__item-title-text {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.3333333333;
  text-align: left;
}

.p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-title-text {
  text-align: center;
}

.p-section-detailItem__item-text {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-text {
  text-align: center;
}

.p-section-detailItem__business-table {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-section-detailItem__business-linkContent {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-section-detailItem__item-feature-columnLists {
  margin-inline: auto;
  margin-top: 52px;
  margin-top: 3.25rem;
  border: 1px solid #9D9FAE;
  border-collapse: collapse;
  width: 100%;
  max-width: 968px;
  max-width: 60.5rem;
  text-align: center;
}

.p-section-detailItem__item-feature-columnLists-title {
  background-color: #D0DFEE;
  padding: 9.5px 4px;
  padding: .59375rem .25rem;
  color: #15589C;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-section-detailItem__item-feature-columnLists-item {
  border-top: 1px solid #9D9FAE;
  padding: 11px 4px;
  padding: .6875rem .25rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-section-detailItem__item-feature-rowListsWrap {
  margin-inline: auto;
  width: 100%;
  max-width: 550px;
  max-width: 34.375rem;
}

.p-section-detailItem__item-feature-rowLists {
  margin-top: 52px;
  margin-top: 3.25rem;
  border: 1px solid #9D9FAE;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.p-section-detailItem__item-feature-rowLists-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-section-detailItem__item-feature-rowLists-item:not(:first-child) {
  border-top: 1px solid #9D9FAE;
}

.p-section-detailItem__item-feature-rowLists-label {
  background-color: #D0DFEE;
  padding: 9.5px 4px;
  padding: .59375rem .25rem;
  width: 58.5%;
  color: #15589C;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-section-detailItem__item-feature-rowLists-text {
  padding: 11px 4px;
  padding: .6875rem .25rem;
  width: 41.5%;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-section-detailItem__item-feature-rowLists-attentionText {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.6428571429;
}

.p-single-blog {
  margin-top: 66px;
  margin-top: 4.125rem;
}

.p-single-blog__sidebar {
  width: 240px;
  width: 15rem;
}

.p-single-recruitFeature {
  padding-top: 100px;
  padding-top: 6.25rem;
}

.p-single-recruitFeature__sectionTitle {
  text-align: center;
}

.p-single-recruitFeature__contents {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-single-recruitFeature__item {
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #FFF;
}

.p-single-recruitFeature__image {
  aspect-ratio: 265/160;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-single-recruitFeature__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-single-recruitFeature__body {
  padding: 28px 20px 36px;
  padding: 1.75rem 1.25rem 2.25rem;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-single-recruitFeature__button {
  margin-inline: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  text-align: center;
}

.p-single-recruitIntro {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-single-recruitIntro__wrap {
  gap: 50px;
  gap: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-single-recruitIntro__image {
  aspect-ratio: 3/2;
  width: 50%;
  height: auto;
  overflow: hidden;
}

.p-single-recruitIntro__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.p-single-recruitIntro__text {
  margin-top: 26px;
  margin-top: 1.625rem;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-single-recruitLinks {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-single-recruitList {
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-top: 71px;
  padding-top: 4.4375rem;
  padding-bottom: 95px;
  padding-bottom: 5.9375rem;
}

.p-single-recruitList__sectionTitle {
  text-align: center;
}

.p-single-recruitList__list {
  margin-top: 60px;
  margin-top: 3.75rem;
  border: 4px double rgba(0, 0, 0, .5);
}

.p-single-recruitList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, .5);
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6;
}

.p-single-recruitList__item:first-child {
  border-top: none;
}

.p-single-recruitList__term {
  border-right: 1px solid rgba(0, 0, 0, .5);
  background-color: rgba(189, 189, 189, .4);
  padding: 12px 16px;
  padding: .75rem 1rem;
  width: 260px;
  width: 16.25rem;
  font-weight: 600;
}

.p-single-recruitList__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 16px;
  padding: .75rem 1rem;
  font-weight: 400;
}

.p-single-recruitMessage {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-single-recruitMessage__sectionTitle {
  text-align: center;
}

.p-single-recruitMessage__wrap {
  gap: 40px;
  gap: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-single-recruitMessage__image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 35%;
  height: auto;
  overflow: hidden;
}

.p-single-recruitMessage__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-single-recruitMessage__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.8;
}

.p-single-recruitMessage__text {
  margin-top: 10%;
  max-width: 80%;
}

.p-single-recruitMessage__name {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: right;
}

.p-single-recruitMessage__button {
  margin-inline: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  text-align: center;
}

.p-single-recruitMovie {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-single-recruitMovie__sectionTitle {
  text-align: center;
}

.p-single-recruitMovie__contents {
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 100%;
}

.p-single-recruitMovie__contents iframe {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-single-recruitTitle {
  margin-top: 80px;
  margin-top: 5rem;
  border-bottom: 6px solid #15589C;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  text-align: center;
}

.p-single-recruitTitle__text {
  color: #15589C;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
}

.p-single-sectionTitle {
  display: inline-block;
}

.p-single-sectionTitle__text {
  position: relative;
  color: #15589C;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
}

.p-single-voices__contents {
  gap: 6.25vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 122px;
  margin-top: 7.625rem;
  width: 100%;
}

.p-single-voices__imagesContent {
  width: 100%;
  max-width: 345px;
  max-width: 21.5625rem;
}

.p-single-voices__imagesContent-image {
  aspect-ratio: 345/296;
  border-radius: .625rem;
  width: 100%;
  overflow: hidden;
}

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

.p-single-voices__imagesContent-categories {
  gap: 10px 15px;
  gap: .625rem .9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-single-voices__imagesContent-category {
  border-radius: .3125rem;
  background-color: #E9F1FB;
  padding: 5px 13px;
  padding: .3125rem .8125rem;
  min-width: 116px;
  min-width: 7.25rem;
  color: #15589C;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.p-single-voices__imagesContent-button {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-single-voices__introductionContent {
  width: 100%;
  max-width: 665px;
  max-width: 41.5625rem;
}

.p-archive-voices__introductionContent-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #15589C;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-archive-voices__introductionContent-office {
  margin-left: 11px;
  margin-left: .6875rem;
  border-left: 2px solid #DC241F;
  padding-left: 14px;
  padding-left: .875rem;
}

.p-single-voices__introductionContent-name {
  margin-top: 15px;
  margin-top: .9375rem;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-single-voices__introductionContent-name-small {
  font-size: 26px;
  font-size: 1.625rem;
}

.p-single-voices__introductionContent-faqItems {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-single-voices__introductionContent-faqItem:not(:first-child) {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.p-single-voices__introductionContent-faqItem-question {
  border-bottom: 1px solid #9D9FAE;
  padding: 0 10px 9px;
  padding: 0 .625rem .5625rem;
}

.p-single-voices__introductionContent-faqItem-question-text {
  color: #15589C;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.9;
}

.p-single-voices__introductionContent-faqItem-answer {
  position: relative;
  margin-top: 22px;
  margin-top: 1.375rem;
  margin-left: 5px;
  margin-left: .3125rem;
  padding-left: 39px;
  padding-left: 2.4375rem;
}

.p-single-voices__introductionContent-faqItem-answer::before {
  position: absolute;
  top: 9px;
  top: .5625rem;
  left: 0;
  background-color: #E9F1FB;
  width: 10px;
  width: .625rem;
  height: calc(100% - .5625rem);
  content: '';
}

.p-single-voices__introductionContent-faqItem-answer-text {
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-single-voices__button {
  margin-top: 75px;
  margin-top: 4.6875rem;
  text-align: center;
}

.p-singleBlog-article__body {
  color: #000;
}

.p-singleBlog-article__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-singleBlog-article__meta {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-top: .625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-singleBlog-article__date {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-singleBlog-article__categories {
  gap: 4px;
  gap: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-singleBlog-article__category a {
  background-color: #DC241F;
  padding: 3px 10px 4px;
  padding: .1875rem .625rem .25rem;
  color: #FFF;
}

.p-singleBlog-article__content h1,
.p-singleBlog-article__content h2,
.p-singleBlog-article__content h3,
.p-singleBlog-article__content h4,
.p-singleBlog-article__content h5,
.p-singleBlog-article__content h6 {
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-singleBlog-article__content h1,
.p-singleBlog-article__content h2,
.p-singleBlog-article__content h3 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.p-singleBlog-article__content h4,
.p-singleBlog-article__content h5,
.p-singleBlog-article__content h6 {
  margin-top: 1.5em;
  margin-bottom: .75em;
}

.p-singleBlog-article__content h2 {
  border-left: 6px solid #15589C;
  background-color: rgba(21, 88, 156, .15);
  padding-left: 12px;
  padding-left: .75rem;
  font-size: 26px;
  font-size: 1.625rem;
}

.p-singleBlog-article__content h3 {
  position: relative;
  border-bottom: 2px solid #15589C;
  padding-bottom: 6px;
  padding-bottom: .375rem;
  font-size: 23px;
  font-size: 1.4375rem;
}

.p-singleBlog-article__content h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-singleBlog-article__content h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-singleBlog-article__content h6 {
  font-size: 16px;
  font-size: 1rem;
}

.p-singleBlog-article__content p {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

.p-singleBlog-article__content p a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: rgba(220, 36, 31, .4);
  -webkit-text-decoration: underline rgba(220, 36, 31, .2);
  text-decoration: underline rgba(220, 36, 31, .2);
}

.p-singleBlog-article__content p a:hover {
  color: #DC241F;
  -webkit-text-decoration: underline #DC241F;
  text-decoration: underline #DC241F;
}

.p-singleBlog-article__content ul,
.p-singleBlog-article__content ol {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.p-singleBlog-article__content ul li,
.p-singleBlog-article__content ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.p-singleBlog-article__content ul li:not(:first-of-type),
.p-singleBlog-article__content ol li:not(:first-of-type) {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-singleBlog-article__content ul li {
  padding-left: 22px;
  padding-left: 1.375rem;
  text-indent: -18px;
  text-indent: -1.125rem;
}

.p-singleBlog-article__content ul li::before {
  display: inline-block;
  position: relative;
  top: -3px;
  top: -.1875rem;
  margin-right: 10px;
  margin-right: .625rem;
  border-radius: 50%;
  background-color: #DC241F;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.p-singleBlog-article__content ol {
  counter-reset: number;
}

.p-singleBlog-article__content ol li {
  padding-left: 28px;
  padding-left: 1.75rem;
  text-indent: -12px;
  text-indent: -.75rem;
}

.p-singleBlog-article__content ol li::before {
  display: inline-block;
  counter-increment: number;
  margin-right: 10px;
  margin-right: .625rem;
  color: #DC241F;
  content: counter(number) '.';
}

.p-singleBlog-article__content figure {
  margin-top: 48px;
  margin-top: 3rem;
  max-width: 100%;
  overflow: hidden;
}

.p-singleBlog-article__content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-singleBlog-article__content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.p-singleBlog-article__content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-singleBlog-article__content .wp-block-buttons {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  margin-top: 2.375rem;
}

.p-singleBlog-article__content .wp-block-buttons .wp-block-button__link.wp-element-button {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #DC241F;
  background-color: #DC241F;
  line-height: 1.2;
}

.p-singleBlog-article__content .wp-block-buttons .wp-block-button__link.wp-element-button:hover {
  background-color: #FFF;
  color: #DC241F;
}

.p-singleBlog-article__pagination {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-singlePagination {
  gap: 10px;
  gap: .625rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-singlePagination__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-singlePagination__item--prev {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-singlePagination__item--next {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-singlePagination__item a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s cubic-bezier(.45, 0, .55, 1);
  transition: .3s cubic-bezier(.45, 0, .55, 1);
  padding: 12px;
  padding: .75rem;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

.p-singlePagination__item--next a:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.p-singlePagination__item--prev a:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.p-singlePagination__arrow {
  display: inline-block;
  position: relative;
  margin-bottom: -4px;
  margin-bottom: -.25rem;
  width: 12px;
  width: .75rem;
  height: 12px;
  height: .75rem;
}

.p-singlePagination__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #DC241F;
  border-right: 2px solid #DC241F;
  width: 12px;
  width: .75rem;
  height: 12px;
  height: .75rem;
  content: '';
}

.p-singlePagination__item--prev .p-singlePagination__arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-right: 4px;
  margin-right: .25rem;
}

.p-singlePagination__item--next .p-singlePagination__arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 4px;
  margin-left: .25rem;
}

.p-subMv {
  background-color: #F4F8FD;
  width: 100%;
  height: 467px;
  height: 29.1875rem;
  overflow: hidden;
}

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

.p-subMv__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-subMv__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/mv/deco_sub-mv_left_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40.4166666667vw 100%;
  width: 40.4166666667vw;
  height: 100%;
  content: '';
}

.p-subMv__wrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/mv/deco_sub-mv_right_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16.0416666667vw 17.3125rem;
  width: 16.0416666667vw;
  height: 277px;
  height: 17.3125rem;
  content: '';
}

.p-subMv__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.p-subMv__textBlock {
  position: absolute;
  top: 45%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

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

.p-subMv__title-engText {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .7;
  background: linear-gradient(99deg, #DEE3E6 0%, #C8E2F2 51%, #D6E3E3 100%);
  background-clip: text;
  font-family: 'Rubik', sans-serif;
  font-size: 117px;
  font-size: 7.3125rem;
  font-style: italic;
  font-weight: 400;
}

.p-subMv__title-jaText {
  gap: 9px;
  gap: .5625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -24px;
  margin-top: -1.5rem;
  margin-left: -.6em;
  min-width: 273px;
  min-width: 17.0625rem;
  color: #15589C;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
}

.p-subMv__title-jaText-text {
  background-color: #FFF;
  padding: 4px 20px 6px 24px;
  padding: .25rem 1.25rem .375rem 1.5rem;
}

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

.p-top-blog__item {
  gap: 27px;
  gap: 1.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-top: 1px solid #9D9FAE;
  padding: 22px 13px 23px 14px;
  padding: 1.375rem .8125rem 1.4375rem .875rem;
}

.p-top-blog__item:hover {
  background-color: rgba(21, 88, 156, .1);
}

.p-top-blog__item:last-child {
  border-bottom: 1px solid #9D9FAE;
}

.p-top-blog__image {
  aspect-ratio: 189/126;
  width: 100%;
  max-width: 189px;
  max-width: 11.8125rem;
  height: auto;
  overflow: hidden;
}

.p-top-blog__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-blog__body {
  width: 100%;
  max-width: 271px;
  max-width: 16.9375rem;
}

.p-top-blog__date {
  color: #15589C;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-top-blog__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.8823529412;
}

.p-top-blog__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-top: 19px;
  margin-top: 1.1875rem;
  overflow: hidden;
  color: #9D9FAE;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.9285714286;
}

.p-top-business {
  position: relative;
  margin-top: 39px;
  margin-top: 2.4375rem;
  padding-bottom: 145px;
  padding-bottom: 9.0625rem;
}

.p-top-business::after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/deco_top-business_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-business__inner {
  position: relative;
  z-index: 2;
}

.p-top-business__introText {
  gap: 81px;
  gap: 5.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top-business__introText-text {
  width: 100%;
  max-width: 549px;
  max-width: 34.3125rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-top-business__introText-text p:not(:first-child) {
  margin-top: 2em;
}

.p-top-business__items {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 96px;
  margin-top: 6rem;
}

.p-top-business__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 535px;
  max-width: 33.4375rem;
  min-height: 345px;
  min-height: 21.5625rem;
}

.p-top-company {
  position: relative;
  background-image: url(../img/top/bgi_top-company_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
}

.p-top-company::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(21, 88, 156, .8);
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-company__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-top-company__text {
  margin-top: 26px;
  margin-top: 1.625rem;
  color: #FFF;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-top-company__button {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.p-top-features {
  position: relative;
  padding-top: 274px;
  padding-top: 17.125rem;
  padding-bottom: 146px;
  padding-bottom: 9.125rem;
}

.p-top-features::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/top/bgi_top-features_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 335px;
  height: 20.9375rem;
  content: '';
}

.p-top-features::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url(../img/top/deco_top-features_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-features__inner {
  position: relative;
  z-index: 2;
}

.p-top-features__introWrap {
  gap: 7.9861111111vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-features__introTextWrap {
  width: 100%;
  max-width: 550.5px;
  max-width: 34.40625rem;
}

.p-top-features__introText-text {
  margin-top: 39px;
  margin-top: 2.4375rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-top-features__introButton {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.p-top-features__introFlow {
  margin-top: 64px;
  margin-top: 4rem;
  width: 100%;
  max-width: 415px;
  max-width: 25.9375rem;
}

.p-top-features__introFlow img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-features__items {
  gap: 33px;
  gap: 2.0625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.p-top-features__item:nth-child(3n+1),
.p-top-features__item:nth-child(3n) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-media {
  position: relative;
  margin-top: 153.29px;
  margin-top: 9.580625rem;
  padding-bottom: 203px;
  padding-bottom: 12.6875rem;
}

.p-top-media::after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/deco_top-media_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  content: '';
}

.l-container.p-top-media__inner {
  position: relative;
  z-index: 2;
  max-width: 1364px;
  max-width: 85.25rem;
}

.p-top-media__whiteContents {
  border-radius: .625rem;
  background-color: #FFF;
  padding: 51px 40px 127px;
  padding: 3.1875rem 2.5rem 7.9375rem;
}

.p-top-media__title {
  text-align: center;
}

.p-top-media__contents {
  gap: 6.875vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 85px;
  margin-top: 5.3125rem;
}

.p-top-media__blog-items {
  width: 100%;
  max-width: 514px;
  max-width: 32.125rem;
}

.p-top-media__blog-button {
  margin-top: 49px;
  margin-top: 3.0625rem;
  text-align: center;
}

.p-top-media__sns {
  width: 100%;
  max-width: 487px;
  max-width: 30.4375rem;
}

.p-top-media__movie {
  width: 100%;
  overflow: hidden;
}

.p-top-media__movie iframe,
.p-top-media__movie video {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-media__instagram {
  margin-top: 51px;
  margin-top: 3.1875rem;
  width: 100%;
}

.p-top-recruit {
  position: relative;
  padding-top: 107px;
  padding-top: 6.6875rem;
}

.p-top-recruit::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/top/deco_top-recruit_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 114rem;
  width: 100%;
  height: 1824px;
  height: 114rem;
  content: '';
}

.p-top-recruit__title {
  position: relative;
  z-index: 10;
}

.p-top-recruit__items {
  gap: 32.5px;
  gap: 2.03125rem;
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  z-index: 4;
  margin-top: 74px;
  margin-top: 4.625rem;
}

.p-top-recruit__item {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: .625rem;
  background-color: #FFF;
  padding: 23px 24px 34px 23px;
  padding: 1.4375rem 1.5rem 2.125rem 1.4375rem;
}

.p-top-recruit__item:hover {
  background-color: #15589C;
}

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

.p-top-recruit__item-textBlock-office {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #15589C;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-top-recruit__item-textBlock-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 8px;
  margin-top: .5rem;
  padding-bottom: 66.65px;
  padding-bottom: 4.165625rem;
  height: 100%;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.28;
  text-align: center;
}

.p-top-recruit__item:hover .p-top-recruit__item-textBlock-office,
.p-top-recruit__item:hover .p-top-recruit__item-textBlock-work {
  color: #FFF;
}

.p-top-recruit__item-textBlock-work::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url(../img/common/deco_arrow-circle_right_transparent-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 49.3px;
  width: 3.08125rem;
  height: 49.3px;
  height: 3.08125rem;
  content: '';
}

.p-top-recruit__item:hover .p-top-recruit__item-textBlock-work::before {
  background-image: url(../img/common/deco_arrow-circle_right_transparent-white.png);
}

.p-top-recruit__noData {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-top-recruit__button {
  position: relative;
  z-index: 10;
  margin-top: 51px;
  margin-top: 3.1875rem;
  text-align: center;
}

.p-top-recruit__sliderWrap {
  position: relative;
  z-index: 3;
  margin-top: 105px;
  margin-top: 6.5625rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-bottom: 102.71px;
  padding-bottom: 6.419375rem;
  width: 100vw;
}

.p-top-recruit__sliderWrap::after {
  position: absolute;
  top: -326px;
  top: -20.375rem;
  left: 0;
  background-image: url(../img/top/deco_top-recruit_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 394px;
  width: 24.625rem;
  height: 524px;
  height: 32.75rem;
  content: '';
}

.p-top-recruit__slider {
  position: relative;
  z-index: 0;
}

.p-top-recruit__bottomText {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .3;
  z-index: -1;
}

.p-top-service {
  position: relative;
  background-image: url(../img/top/bgc_top-service_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 63px;
  padding-top: 3.9375rem;
  padding-bottom: 145px;
  padding-bottom: 9.0625rem;
}

.p-top-service::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/bgi_top-service_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 556px;
  height: 34.75rem;
  content: '';
}

.p-top-service::after {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-image: url(../img/top/deco_top-service_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-service__inner {
  position: relative;
  z-index: 2;
}

.p-top-service__introWrap {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-service__introText-text {
  margin-top: 39px;
  margin-top: 2.4375rem;
  width: 100%;
  max-width: 535px;
  max-width: 33.4375rem;
  color: #FFF;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.1333333333;
}

.p-top-service__introButton {
  margin-bottom: 10px;
  margin-bottom: .625rem;
}

.p-top-service__items {
  gap: 30px;
  gap: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 83px;
  margin-top: 5.1875rem;
}

.p-top-voices {
  position: relative;
  padding-bottom: 145px;
  padding-bottom: 9.0625rem;
}

.p-top-voices::after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/deco_top-voices_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  content: '';
}

.l-container.p-top-voices__inner {
  position: relative;
  z-index: 2;
  max-width: 1364px;
  max-width: 85.25rem;
}

.p-top-voices__whiteContents {
  border-radius: .625rem;
  background-color: #FFF;
  padding: 53px 40px 79px;
  padding: 3.3125rem 2.5rem 4.9375rem;
}

.p-top-voices__title {
  text-align: center;
}

.p-top-voices__items {
  gap: 34px;
  gap: 2.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.p-top-voices__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 345px;
  max-width: 21.5625rem;
}

.p-top-voices__item-image {
  aspect-ratio: 345/508;
  position: relative;
  border-radius: .625rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-top-voices__item-image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-voices__item:hover .p-top-voices__item-image::before {
  background-color: rgba(21, 88, 156, .8);
}

.p-top-voices__item-image::after {
  position: absolute;
  right: 22.1px;
  right: 1.38125rem;
  bottom: 22.1px;
  bottom: 1.38125rem;
  z-index: 3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url(../img/common/deco_arrow-circle_right_transparent-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63.8px;
  width: 3.9875rem;
  height: 63.8px;
  height: 3.9875rem;
  content: '';
}

.p-top-voices__item:hover .p-top-voices__item-image::after {
  background-image: url(../img/common/deco_arrow-circle_right_transparent-white.png);
}

.p-top-voices__item-image img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-voices__item:hover .p-top-voices__item-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-top-voices__item-textBlock {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-top-voices__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #15589C;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-top-voices__item-head-office {
  position: relative;
  margin-left: 14px;
  margin-left: .875rem;
  padding-left: 14px;
  padding-left: .875rem;
}

.p-top-voices__item-head-office::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #DC241F;
  width: 2px;
  width: .125rem;
  height: 12px;
  height: .75rem;
  content: '';
}

.p-top-voices__item-head-title {
  margin-top: 14px;
  margin-top: .875rem;
}

.p-top-voices__item-head-title-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-top-voices__button {
  margin-top: 74px;
  margin-top: 4.625rem;
  text-align: center;
}

.p-topMv {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-topMv__bgSlider {
  aspect-ratio: 1440/828;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.p-topMv__bgSlider::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url(../img/common/bgc_white-gradation_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.p-topMv__wrap {
  position: relative;
}

.p-topMv__content {
  gap: 3.6805555556vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.p-topMv__textBlock {
  margin-top: -36px;
  margin-top: -2.25rem;
  width: 100%;
  max-width: 38.2638888889vw;
}

.p-topMv__subTitle {
  color: #15589C;
  font-family: 'Rubik', sans-serif;
  font-size: 1.875vw;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.p-topMv__minTitle {
  gap: 12.21px;
  gap: .763125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 11px;
  margin-top: .6875rem;
  font-size: 3.3333333333vw;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4;
}

.p-topMv__minTitle-small {
  font-size: 2.9861111111vw;
}

.p-topMv__text {
  margin-top: 36.21px;
  margin-top: 2.263125rem;
  font-size: 1.3888888889vw;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.85;
}

.p-topMv__slider {
  aspect-ratio: 666/452;
  width: 100%;
  max-width: 46.25vw;
}

.p-topMv__bottomText {
  opacity: .2;
  margin-top: -76px;
  margin-top: -4.75rem;
}

.p-voicesTaxonomyButtons {
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.p-voicesTaxonomyButtons__items {
  gap: 50px;
  gap: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-voicesTaxonomyButtons__sectionTitle {
  color: #15589C;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5142857143;
  text-align: center;
}

.p-voicesTaxonomyButtons__buttonWrap {
  gap: 15px;
  gap: .9375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-voicesTaxonomyButtons__buttonWrap li {
  width: 100%;
  text-align: center;
}

.u-bg-white {
  background-color: #FFF;
}

.u-color-white {
  color: #FFF;
}

.u-color-blueGray {
  color: #9D9FAE;
}

.u-color-blue {
  color: #15589C;
}

.u-color-gradation-blueGray {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .3;
  background: linear-gradient(99deg, #DEE3E6 0%, #C8E2F2 51%, #D6E3E3 100%);
  background-clip: text;
}

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

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

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

.u-fw-medium {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-black {
  font-weight: 900;
}

.u-overflowHidden {
  overflow: hidden !important;
}

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

.u-onlyPc {
  display: block;
}

.u-onlySp {
  display: none;
}

.u-only-sm {
  display: none;
}

.u-only-ss {
  display: none;
}

.u-hover-border__center-red,
.u-hover-border__center-orange,
.u-hover-border__left-red,
.u-hover-border__left-white {
  position: relative;
}

.u-hover-border__center-red::after,
.u-hover-border__center-orange::after,
.u-hover-border__left-red::after,
.u-hover-border__left-white::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  bottom: -.375rem;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;
  height: 2px;
  content: '';
}

.u-hover-border__center-red::after {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  background-color: #DC241F;
}

.u-hover-border__left-red::after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: #DC241F;
}

.u-hover-border__left-white::after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: #FFF;
}

.u-hover-border:hover .u-hover-border__center-red::after,
.u-hover-border:hover .u-hover-border__center-orange::after,
.u-hover-border:hover .u-hover-border__left-red::after,
.u-hover-border:hover .u-hover-border__left-white::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.u-hover-opacity__05 {
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
}

.u-hover-opacity:hover .u-hover-opacity__05 {
  opacity: .5;
}

.u-indent {
  text-indent: -1em;
}

.u-ml-1em {
  margin-left: 1em;
}

.u-mt-1rem {
  margin-top: 16px;
  margin-top: 1rem;
}

.u-mt-m26 {
  margin-top: -26px;
  margin-top: -1.625rem;
}

.u-opacity-02 {
  opacity: .2;
}

.u-opacity-03 {
  opacity: .3;
}

.u-ta-left {
  text-align: left;
}

.u-ta-center {
  text-align: center;
}

@media screen and (min-width: 768px) {

  html {
    font-size: 1.4545454545vw;
  }

  .l-container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1160px;
  }

  .l-container.l-container--narrow {
    max-width: 940px;
  }

  .l-container.l-container--wide {
    max-width: 1380px;
  }

  .p-drawer__info-tel-link {
    pointer-events: auto;
  }

  .p-footer__tel {
    pointer-events: auto;
  }

  .p-header__pcInfo-tel-link {
    pointer-events: auto;
  }

  .p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItems:has(.p-section-detailItem__item-business-imageItem:nth-child(n+4)) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1024px) {

  .p-top-recruit__slider .swiper-wrapper {
    margin-left: calc(12.281875rem + 21px);
  }

  .p-single-recruitFeature__items {
    grid-gap: 1.25rem 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-single-recruitFeature__items:has(.p-single-recruitFeature__item:nth-child(3)) {
    grid-gap: 1.25rem 1.875rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .p-single-recruitFeature__item {
    width: 100%;
    max-width: 346px;
    max-width: 21.625rem;
  }
}

@media (min-width: 1100px) {

  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1280px) {

  :root {
    --header-height: 80px;
  }

  .l-header.l-header--show {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 20;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    width: 100%;
  }

  .l-header.js-header-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .p-header.js-header-scroll {
    height: 80px;
  }

  .p-header.js-header-scroll .p-header__inner {
    padding-left: 13.39px;
    padding-left: .836875rem;
  }

  .p-header__logo {
    width: initial;
  }

  .p-header.js-header-scroll .p-header__logo a {
    max-width: 273.5px;
    max-width: 17.09375rem;
  }

  .p-header.js-header-scroll .p-header__body {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }

  .p-header.js-header-scroll .p-header__pcInfo {
    gap: 5px;
    gap: .3125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    margin-right: 1.3888888889vw;
  }

  .p-header.js-header-scroll .p-header__pcInfo-tel {
    padding-left: 27px;
    padding-left: 1.6875rem;
  }

  .p-header.js-header-scroll .p-header__pcInfo-tel::before {
    width: 22px;
    width: 1.375rem;
    height: 22px;
    height: 1.375rem;
  }

  .p-header.js-header-scroll .p-header__pcInfo-tel-link {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-header.js-header-scroll .p-header__pcNav {
    margin-right: 0;
    padding: 0;
  }

  .p-header.js-header-scroll .p-header__pcNav-item-link {
    padding: 11.89px .7986111111vw 11.89px .6597222222vw;
    padding: .743125rem .7986111111vw .743125rem .6597222222vw;
  }

  .p-header.js-header-scroll .p-header__pcContact {
    gap: 13.94px;
    gap: .87125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 178px;
    max-width: 11.125rem;
  }

  .p-header.js-header-scroll .p-header__pcContact-text {
    margin-top: 0;
  }

  .p-header__drawer {
    display: none;
  }

  .p-pageLink--scroll {
    display: none;
  }

  .l-header.l-header--show.js-header-show .p-pageLink--scroll {
    display: block;
  }
}

@media screen and (min-width: 1440px) {

  .p-footer__wrap {
    gap: 100px;
    gap: 6.25rem;
  }

  .p-footer__nav {
    gap: 52px;
    gap: 3.25rem;
  }

  .p-header.js-header-scroll .p-header__pcNav-item-link {
    padding: 11.89px .9375vw;
    padding: .743125rem .9375vw;
  }

  .p-list-twoCol__data-flexItem {
    gap: 36px;
    gap: 2.25rem;
  }

  .p-page-company-message__wrap {
    gap: 44px;
    gap: 2.75rem;
  }

  .p-page-work-links__items {
    gap: rme(15);
  }

  .p-page-work-schedule__listItem {
    gap: 44px;
    gap: 2.75rem;
  }

  .p-page-work-work__wrap {
    gap: 58px;
    gap: 3.625rem;
  }

  .p-recruitSearchForm__items {
    gap: 60px;
    gap: 3.75rem;
  }

  .p-section-detailItem__item {
    gap: 79px;
    gap: 4.9375rem;
  }

  .p-single-voices__contents {
    gap: 90px;
    gap: 5.625rem;
  }

  .p-subMv__wrap::before {
    background-size: 36.375rem 100%;
    width: 582px;
    width: 36.375rem;
  }

  .p-subMv__wrap::after {
    background-size: 14.4375rem 17.3125rem;
    width: 231px;
    width: 14.4375rem;
  }

  .p-top-features__introWrap {
    gap: 115px;
    gap: 7.1875rem;
  }

  .p-top-media__contents {
    gap: 99px;
    gap: 6.1875rem;
  }
}

@media screen and (min-width: 1960px) {

  .p-page-business-features__item {
    gap: 79px;
    gap: 4.9375rem;
    padding-right: 170px;
    padding-right: 10.625rem;
  }

  .p-page-business-features__item:nth-child(even) {
    padding-left: 170px;
    padding-left: 10.625rem;
  }
}

@media screen and (max-width: 1279px) {

  .l-header.l-header--pcPageTop {
    display: none;
  }

  .l-header.l-header--show {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .l-header.js-header-show {
    -webkit-transform: none;
    transform: none;
  }

  .l-subMv {
    margin-top: 60px;
  }

  .l-subMv--pageLink {
    margin-top: 82px;
    margin-top: 5.125rem;
  }

  .p-header {
    height: 60px;
  }

  .p-header__inner {
    padding-left: 12px;
    padding-left: .75rem;
  }

  .p-header__contents {
    gap: 30px;
    gap: 1.875rem;
  }

  .p-header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 320px;
    max-width: 20rem;
  }

  .p-header__body {
    display: none;
  }

  .p-header__pcContact {
    display: none;
  }

  .p-topMv {
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}

@media screen and (max-width: 1023px) {

  .p-single-recruitFeature .swiper-wrapper {
    position: relative;
  }

  .p-single-recruitFeature .swiper-slide {
    width: 90%;
    max-width: 400px;
    max-width: 25rem;
    height: auto;
  }

  .p-single-recruitFeature .swiper-button-prev,
  .p-single-recruitFeature .swiper-button-next,
  .p-single-recruitFeature .swiper-pagination {
    display: inline-block;
  }

  .p-single-recruitFeature .swiper-button-prev,
  .p-single-recruitFeature .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    -webkit-transition: .3s cubic-bezier(.45, 0, .55, 1);
    transition: .3s cubic-bezier(.45, 0, .55, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    width: 3.75rem;
    height: 60px;
    height: 3.75rem;
  }

  .p-page-business-features__item {
    gap: 4.1666666667vw;
    padding-right: 8.3333333333vw;
  }

  .p-page-business-features__item:nth-child(even) {
    padding-left: 8.3333333333vw;
  }

  .p-page-work-schedule__listBottomText-text {
    text-align: center;
  }

  .p-recruitSearchForm__items {
    gap: 2.7777777778vw;
  }

  .l-container.p-single-recruitFeature__inner {
    padding-inline: 0;
    margin-left: calc((100% - 100vw) / 2);
    width: 100vw;
    max-width: none;
  }

  .p-single-recruitFeature__slider {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .p-single-recruitFeature__items {
    gap: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .p-single-recruitFeature__item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-single-recruitFeature__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 16px 40px;
    padding: 1.25rem 1rem 2.5rem;
    font-size: 15px;
    font-size: .9375rem;
  }
}

@media screen and (max-width: 767px) {

  .p-topMv__slider .swiper {
    aspect-ratio: 428/298;
    margin-bottom: 18.43px;
    margin-bottom: 1.151875rem;
    height: 93%;
  }

  .p-topMv__slider-dots.js-top-mv-swiper-dots.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 6.11px;
    gap: .381875rem;
    right: 5.4vw;
    bottom: 2px;
    bottom: .125rem;
  }

  .p-topMv__slider-dots.js-top-mv-swiper-dots.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 5.43px;
    width: .339375rem;
    height: 5.43px;
    height: .339375rem;
  }

  .formWrap .formItem.formItem--topRadio {
    margin-bottom: 14px;
    margin-bottom: .875rem;
  }

  .wpcf7 .formItem {
    gap: 14px;
    gap: .875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .formWrap .formItem.formItem--radio {
    margin-bottom: 14px;
    margin-bottom: .875rem;
  }

  .wpcf7 .formItem .formTitle {
    margin-top: 10px;
    margin-top: .625rem;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }

  .wpcf7 .formItem .formTitle span {
    margin-left: 8px;
    margin-left: .5rem;
    padding: 2px 4px 3px;
    padding: .125rem .25rem .1875rem;
    font-size: 12px;
    font-size: .75rem;
  }

  .wpcf7 .formItem .formText {
    width: 100%;
  }

  .wpcf7 .formItem .formText input,
  .wpcf7 .formItem .formText textarea {
    padding: 14px 20px 16px;
    padding: .875rem 1.25rem 1rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .wpcf7 .formItem .formText textarea {
    aspect-ratio: auto;
    max-height: none;
  }

  .wpcf7 .formItem .formNote {
    margin-left: 2px;
    margin-left: .125rem;
  }

  .wpcf7 .formItem .formAnnounce {
    margin-top: 3px;
    margin-top: .1875rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .wpcf7 .formItem .wpcf7-not-valid-tip {
    width: auto;
    font-size: 13px;
    font-size: .8125rem;
  }

  .wpcf7 .formItem .wpcf7-radio.circle-radio,
  .wpcf7 .formItem .wpcf7-checkbox.circle-checkbox {
    gap: 14px;
    gap: .875rem;
  }

  .wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item,
  .wpcf7 .formItem .wpcf7-checkbox.circle-checkbox .wpcf7-list-item {
    width: 100%;
  }

  .wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item-label,
  .wpcf7 .formItem .wpcf7-checkbox.circle-checkbox .wpcf7-list-item-label {
    padding-left: 30px;
    padding-left: 1.875rem;
  }

  .wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item-label::before,
  .wpcf7 .formItem .wpcf7-checkbox.circle-checkbox .wpcf7-list-item-label::before {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }

  .wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item-label::after,
  .wpcf7 .formItem .wpcf7-checkbox.circle-checkbox .wpcf7-list-item-label::after {
    left: 5px;
    left: .3125rem;
    width: 10px;
    width: .625rem;
    height: 10px;
    height: .625rem;
  }

  .formButton input[type=submit] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 30px 9px;
    padding: .3125rem 1.875rem .5625rem;
    width: 100%;
    min-width: 200px;
    min-width: 12.5rem;
    max-width: 320px;
    max-width: 20rem;
    min-height: 52px;
    min-height: 3.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .wpcf7 .formItem .select-wrap,
  .formItem .select-wrap p {
    font-size: 16px;
    font-size: 1rem;
  }

  .wpcf7 .formText select {
    padding: 14px 20px 16px;
    padding: .875rem 1.25rem 1rem;
  }

  .formText--date {
    gap: 8px;
    gap: .5rem;
  }

  .l-archivePagination {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .l-blogTwoCol {
    gap: 80px;
    gap: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-blogTwoCol__sidebar {
    width: 100%;
  }

  .l-breadcrumb {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .l-subMain {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .l-subMain.l-subMain--locations {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .c-archive-blogCard {
    gap: 10px;
    gap: .625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-archive-blogCard__image {
    width: 100%;
  }

  .c-archive-blogCard__body {
    margin-top: 8px;
    margin-top: .5rem;
    width: 100%;
  }

  .c-archive-blogCard__date {
    font-size: 14px;
    font-size: .875rem;
  }

  .c-archive-blogCard__category {
    padding: 2px 8px 3px;
    padding: .125rem .5rem .1875rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .c-archive-blogCard__title {
    margin-top: 12px;
    margin-top: .75rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .c-archive-blogCard__excerpt {
    -webkit-line-clamp: 3;
    margin-top: 12px;
    margin-top: .75rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .c-archive-recruitCard {
    gap: 16px;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px 20px;
    padding: 1.75rem 1.25rem;
  }

  .c-archive-recruitCard__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: initial;
  }

  .c-archive-recruitCard__content {
    display: contents;
  }

  .c-archive-recruitCard__head {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .c-archive-recruitCard__head-title {
    font-size: 16px;
    font-size: 1rem;
  }

  .c-archive-recruitCard__head-office {
    font-size: 13px;
    font-size: .8125rem;
  }

  .c-archive-recruitCard__body {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }

  .c-archive-recruitCard__list-label,
  .c-archive-recruitCard__list-desc {
    font-size: 14px;
    font-size: .875rem;
  }

  .c-button {
    padding: 23px 50px 23px 24px;
    padding: 1.4375rem 3.125rem 1.4375rem 1.5rem;
    width: 100%;
    max-width: 360px;
    max-width: 22.5rem;
  }

  .c-button--page-jobfair {
    padding: 16px 50px 18px 24px;
    padding: 1rem 3.125rem 1.125rem 1.5rem;
    max-width: initial;
  }

  .c-button::before {
    right: 12.5px;
    right: .78125rem;
    width: 33px;
    width: 2.0625rem;
    height: 33px;
    height: 2.0625rem;
  }

  .c-imageLinkCard {
    border-radius: .375rem;
  }

  .c-imageLinkCard__image {
    aspect-ratio: 335/189;
  }

  .c-imageLinkCard__body {
    padding: 23px 26px 86px 26px;
    padding: 1.4375rem 1.625rem 5.375rem 1.625rem;
  }

  .c-imageLinkCard__body::before {
    right: 23px;
    right: 1.4375rem;
    bottom: 23px;
    bottom: 1.4375rem;
    width: 47.77px;
    width: 2.985625rem;
    height: 47.77px;
    height: 2.985625rem;
  }

  .c-imageLinkCard__textBlock {
    max-width: 100%;
  }

  .c-imageLinkCard__head {
    font-size: 14px;
    font-size: .875rem;
  }

  .c-imageLinkCard__title {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .c-imageLinkCard__title-text {
    font-size: 29px;
    font-size: 1.8125rem;
  }

  .c-imageLinkCard__text {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
  }

  .c-linkCard {
    padding: 16px;
    padding: 1rem;
  }

  .c-linkCard__textBlock {
    top: 50px;
    top: 3.125rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .c-linkCard.c-linkCard--location-bottomLink .c-linkCard__textBlock {
    top: 42px;
    top: 2.625rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .c-linkCard__textBlock::before {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }

  .c-linkCard__textBlock-main {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .c-linkCard__textBlock-sub {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 2.42;
  }

  .c-numberCard {
    padding-top: 45px;
    padding-top: 2.8125rem;
  }

  .c-numberCard::before {
    width: 120px;
    width: 7.5rem;
    height: 120px;
    height: 7.5rem;
  }

  .c-numberCard-number {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .c-numberCard-imageWrap {
    padding-inline: 10px;
    padding-inline: .625rem;
  }

  .c-numberCard-image {
    border-radius: .375rem;
  }

  .c-numberCard-body {
    margin-top: -12px;
    margin-top: -.75rem;
    padding: 20px 10px 40px;
    padding: 1.25rem .625rem 2.5rem;
  }

  .c-numberCard.c-numberCard--link .c-numberCard-body {
    padding: 20px 10px 80px;
    padding: 1.25rem .625rem 5rem;
    height: auto;
  }

  .c-numberCard.c-numberCard--link .c-numberCard-body::before {
    right: 18px;
    right: 1.125rem;
    bottom: 18px;
    bottom: 1.125rem;
    width: 47.77px;
    width: 2.985625rem;
    height: 47.77px;
    height: 2.985625rem;
  }

  .c-numberCard-title {
    min-height: auto;
  }

  .c-numberCard-title-text {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .c-numberCard-text {
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 95%;
    width: 95%;
    max-width: initial;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.7142857143;
    text-align: center;
  }

  .c-section-linkContent {
    padding: 32px 20px 68px;
    padding: 2rem 1.25rem 4.25rem;
  }

  .c-section-linkContent::before {
    right: 20px;
    right: 1.25rem;
    bottom: 20px;
    bottom: 1.25rem;
    width: 45px;
    width: 2.8125rem;
    height: 45px;
    height: 2.8125rem;
  }

  .c-section-linkContent__text {
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
  }

  .c-sectionTitle {
    text-align: center;
  }

  .c-sectionTitle__eng {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: .8;
  }

  .c-sectionTitle__text {
    margin-top: -16px;
    margin-top: -1rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3571428571;
  }

  .c-sectionTitle__text.c-sectionTitle__text--page-jobfair {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }

  .c-sectionTitle__text.c-sectionTitle__text--top-business {
    font-size: 41px;
    font-size: 2.5625rem;
    line-height: .9756097561;
  }

  .c-sectionTitle__text::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    width: 1.875rem;
    height: 8px;
    height: .5rem;
  }

  .c-textScroll__item {
    font-size: 47px;
    font-size: 2.9375rem;
  }

  .p-archive-blog__sidebar {
    margin-inline: auto;
    max-width: 500px;
    max-width: 31.25rem;
  }

  .p-archive-recruit {
    margin-top: 70px;
    margin-top: 4.375rem;
  }

  .p-archive-recruit.p-archive-recruit--taxonomy {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-archive-recruit__items {
    gap: 32px;
    gap: 2rem;
    margin-top: 54px;
    margin-top: 3.375rem;
  }

  .p-archive-voices {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-archive-voices__titleWrap {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-archive-voices__items {
    gap: 30px 20px;
    gap: 1.875rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-archive-voices__item-imagesWrap {
    aspect-ratio: 16/10;
  }

  .p-archive-voices__item-imagesWrap::before {
    right: 10px;
    right: .625rem;
    bottom: 10px;
    bottom: .625rem;
    width: 38px;
    width: 2.375rem;
    height: 38px;
    height: 2.375rem;
  }

  .p-archive-voices__item-body {
    margin-top: 15px;
    margin-top: .9375rem;
  }

  .p-archive-voices__item-head {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-archive-voices__item-office {
    margin-left: 8px;
    margin-left: .5rem;
    padding-left: 10px;
    padding-left: .625rem;
  }

  .p-archive-voices__item-name {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-archive-voices__item-categories {
    gap: 10px;
    gap: .625rem;
    margin-top: 10px;
    margin-top: .625rem;
  }

  .p-archive-voices__item-category {
    padding: 4px 10px;
    padding: .25rem .625rem;
    min-width: auto;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-archiveBlog-article__items {
    gap: 50px;
    gap: 3.125rem;
  }

  .p-bottomCta__tel-number {
    pointer-events: auto;
    font-size: clamp(18px, 8vw, 63px);
    font-size: clamp(1.125rem, 8vw, 3.9375rem);
  }

  .p-bottomCta__tel-time {
    margin-top: 10px;
    margin-top: .625rem;
    margin-left: 20px;
    margin-left: 1.25rem;
    pointer-events: auto;
    font-size: clamp(12px, 3.5vw, 26px);
    font-size: clamp(.75rem, 3.5vw, 1.625rem);
  }

  .p-bottomCta__buttons {
    gap: 10px;
    gap: .625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    text-align: center;
  }

  .p-bottomCta__button {
    width: 100%;
    max-width: 100%;
  }

  .is-opened .p-drawer__bar:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }

  .is-opened .p-drawer__bar:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }

  .p-drawer__list-item-link::before {
    right: 5px;
    right: .3125rem;
  }

  .p-drawer__list-item-link.p-drawer__list-item-link--accordion::after,
  .p-drawer__list-item-link.p-drawer__list-item-link--accordion::before {
    right: 5px;
    right: .3125rem;
  }

  .p-footer {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .p-footer__wrap {
    gap: 62px;
    gap: 3.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-left: 16px;
    margin-left: 1rem;
  }

  .p-footer__nav-items {
    min-width: initial;
  }

  .p-footer__copyright {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-formContents--jobfair {
    padding: 60px 20px 50px;
    padding: 3.75rem 1.25rem 3.125rem;
  }

  .p-formContents__sectionTitle-text {
    display: inline-block;
    padding: 0 .5em 10px;
    padding: 0 .5em .625rem;
    width: auto;
    max-width: initial;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }

  .p-formContents__textWrap {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-formContents__text {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.7;
  }

  .p-formContents__telWrap {
    margin-top: 32px;
    margin-top: 2rem;
    max-width: 690px;
    max-width: 43.125rem;
  }

  .p-formContents__telNumber {
    pointer-events: auto;
    font-size: 40px;
    font-size: 2.5rem;
  }

  .p-formContents__telNumberIcon {
    padding-left: 28px;
    padding-left: 1.75rem;
  }

  .p-formContents__telNumberIcon::before {
    width: 20px;
    width: 1.25rem;
    height: 24px;
    height: 1.5rem;
  }

  .p-formContents__telTime {
    margin-top: 10px;
    margin-top: .625rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-formContents__form {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }

  .p-formContents__form-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .p-formContents__form-items {
    margin-top: 48px;
    margin-top: 3rem;
  }

  .p-header__logo {
    max-width: 273.5px;
    max-width: 17.09375rem;
  }

  .p-header__pcContact-icon {
    margin-top: 0;
  }

  .p-list-threeCol__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-list-threeCol__item-head {
    max-width: 100%;
  }

  .p-list-threeCol__col1,
  .p-list-threeCol__col2,
  .p-list-threeCol__col3 {
    padding: 12px 15px;
    padding: .75rem .9375rem;
  }

  .p-list-threeCol__col1,
  .p-list-threeCol__col2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
    font-size: .9375rem;
    text-align: left;
  }

  .p-list-threeCol__col1 {
    max-width: 90px;
    max-width: 5.625rem;
  }

  .p-list-threeCol__col2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    max-width: initial;
  }

  .p-list-threeCol__col3 {
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
  }

  .p-list-twoCol__head {
    display: block;
    padding: 12px 10px;
    padding: .75rem .625rem;
    width: auto;
    text-align: left;
  }

  .p-list-twoCol__data {
    display: block;
    border-top: none;
    padding: 12px 10px;
    padding: .75rem .625rem;
  }

  .p-list-twoCol__row:not(:last-child) .p-list-twoCol__data {
    border-bottom: none;
  }

  .p-list-twoCol__data-flexItem {
    gap: 10px;
    gap: .625rem;
  }

  .p-list-twoCol__clients {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .p-page-business-business {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-business-business__flow {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-business-businessFlow {
    gap: 30px;
    gap: 1.875rem;
  }

  .p-page-business-businessFlow__textCards {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-business-businessFlow__textCard {
    max-width: 100%;
  }

  .p-page-business-businessFlow__textCard--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-business-businessFlow__textCard.p-page-business-businessFlow__textCard--row .p-page-business-businessFlow__textCard-image {
    aspect-ratio: 345/222;
    max-width: 100%;
  }

  .p-page-business-businessFlow__textCard-body {
    padding: 25px 20px 72px;
    padding: 1.5625rem 1.25rem 4.5rem;
  }

  .p-page-business-businessFlow__textCard.p-page-business-businessFlow__textCard--row .p-page-business-businessFlow__textCard-body {
    padding: 25px 20px 72px;
    padding: 1.5625rem 1.25rem 4.5rem;
  }

  .p-page-business-businessFlow__textCard-body::before {
    right: 20px;
    right: 1.25rem;
    bottom: 20px;
    bottom: 1.25rem;
    width: 45px;
    width: 2.8125rem;
    height: 45px;
    height: 2.8125rem;
  }

  .p-page-business-businessFlow__textCard.p-page-business-businessFlow__textCard--row .p-page-business-businessFlow__textCard-body::before {
    right: 20px;
    right: 1.25rem;
    bottom: 20px;
    bottom: 1.25rem;
  }

  .p-page-business-businessFlow__textCard-smallTitle {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-business-businessFlow__textCard-largeTitle {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-page-business-businessFlow__textCard-text {
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
  }

  .p-page-business-businessFlow__textCard.p-page-business-businessFlow__textCard--row .p-page-business-businessFlow__textCard-text {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .p-page-business-businessFlow__triangle {
    max-width: 100px;
    max-width: 6.25rem;
  }

  .p-page-business-businessFlow__bgiCards {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-business-businessFlow__bgiCard {
    padding: 58px 10px 62px;
    padding: 3.625rem .625rem 3.875rem;
  }

  .p-page-business-businessFlow__bgiCard-smallTitle {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-business-businessFlow__bgiCard-largeTitle {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-page-business-craneTable__wrap {
    padding-bottom: 8px;
    padding-bottom: .5rem;
    overflow-x: auto;
  }

  .p-page-business-craneTable__table {
    min-width: 1100px;
    min-width: 68.75rem;
  }

  .p-page-business-craneTable__heading {
    padding: 4px;
    padding: .25rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-business-craneTable__data {
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-page-business-features {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .l-container.p-page-business-features__inner {
    padding-inline: 15px;
    padding-inline: .9375rem;
  }

  .p-page-business-features__items {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-business-features__item {
    gap: 4px;
    gap: .25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }

  .p-page-business-features__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }

  .p-page-business-features__item:not(:first-child) {
    margin-top: 26px;
    margin-top: 1.625rem;
  }

  .p-page-business-features__item-image {
    aspect-ratio: 16/9;
    width: 100%;
  }

  .p-page-business-features__textBlock {
    padding-block: 20px;
    padding-block: 1.25rem;
    width: 100%;
  }

  .p-page-business-features__head {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-business-features__title {
    margin-top: 15px;
    margin-top: .9375rem;
  }

  .p-page-business-features__title-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .p-page-business-features__text {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
  }

  .p-page-business-service {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-business-service__serviceItems {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-business-service__serviceItem:not(:first-child) {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-business-topMessage {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-business-topMessage__wrap {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-business-topMessage__mainText {
    text-align: center;
  }

  .p-page-business-topMessage__mainText-text {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
  }

  .p-page-business-topMessage__subText {
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
    text-align: justify;
  }

  .p-page-business-transportationTable__wrap {
    padding-bottom: 8px;
    padding-bottom: .5rem;
    overflow-x: auto;
  }

  .p-page-business-transportationTable__table {
    min-width: 1100px;
    min-width: 68.75rem;
  }

  .p-page-business-transportationTable__heading {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-business-transportationTable__data {
    padding: 8.4px 4px;
    padding: .525rem .25rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-page-company-companyOverview {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-company-companyOverview__list {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-company-companyPhilosophy {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-page-company-companyPhilosophy__wrap {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-company-companyPhilosophy__text {
    max-width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    text-align: center;
  }

  .p-page-company-companyPhilosophy__image {
    max-width: 100%;
  }

  .p-page-company-groupPhilosophy__textBlock {
    margin-left: 0;
  }

  .p-page-company-groupPhilosophy__mainText {
    padding-right: 40px;
    padding-right: 2.5rem;
    padding-left: 40px;
    padding-left: 2.5rem;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
  }

  .p-page-company-groupPhilosophy__mainText::before {
    top: 10px;
    top: .625rem;
    width: 30px;
    width: 1.875rem;
    height: 25px;
    height: 1.5625rem;
  }

  .p-page-company-groupPhilosophy__mainText::after {
    bottom: 8px;
    bottom: .5rem;
    width: 30px;
    width: 1.875rem;
    height: 25px;
    height: 1.5625rem;
  }

  .p-page-company-groupPhilosophy__subText {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }

  .p-page-company-groupPhilosophy__logo {
    margin-top: 30px;
    margin-top: 1.875rem;
    max-width: 280px;
    max-width: 17.5rem;
  }

  .p-page-company-history {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .p-page-company-history__list {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-company-message {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-page-company-message__wrap {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-company-message__image {
    max-width: 100%;
  }

  .p-page-company-message__text {
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .p-page-company-message__signature {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-company-message__position {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-company-message__name {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-features-details {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-page-features-details__item:not(:first-child) {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-features-topContents {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-features-topContents__topText {
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
  }

  .p-page-features-topContents__items {
    gap: 26px;
    gap: 1.625rem;
    grid-template-columns: 1fr;
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-page-jobfair-features {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-page-jobfair-form {
    margin-top: 90px;
    margin-top: 5.625rem;
  }

  .p-page-jobfair-schedule {
    margin-top: 90px;
    margin-top: 5.625rem;
  }

  .p-page-jobfair-schedule__content {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-page-jobfair-schedule__tableWrap {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
    padding-bottom: 10px;
    padding-bottom: .625rem;
    overflow-x: scroll;
  }

  .p-page-jobfair-schedule__table {
    width: 100%;
    min-width: 880px;
    min-width: 55rem;
  }

  .p-page-jobfair-schedule__table-header {
    padding: 12px 10px;
    padding: .75rem .625rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-page-jobfair-schedule__table-body {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-jobfair-schedule__table-cell {
    padding: 12px 10px;
    padding: .75rem .625rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-page-jobfair-schedule__table-row .p-page-jobfair-schedule__table-cell:nth-child(4) {
    padding: 12px 10px;
    padding: .75rem .625rem;
  }

  .p-page-jobfair-topContents__linkItems {
    gap: 15px;
    gap: .9375rem;
    grid-template-columns: 1fr;
    margin-top: 37px;
    margin-top: 2.3125rem;
  }

  .p-page-jobfair-topContents__linkItem {
    margin-inline: auto;
    padding: 24px 20px 22px 20px;
    padding: 1.5rem 1.25rem 1.375rem 1.25rem;
  }

  .p-page-jobfair-topContents__linkItem-textblock::before {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }

  .p-page-jobfair-topContents__linkItem-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
  }

  .p-page-locations-links__items {
    gap: 15px;
    gap: .9375rem;
    grid-template-columns: 1fr;
    margin-top: 37px;
    margin-top: 2.3125rem;
  }

  .p-page-locations-links__item {
    margin-inline: auto;
    padding: 24px 20px 22px 20px;
    padding: 1.5rem 1.25rem 1.375rem 1.25rem;
  }

  .p-page-locations-links__item-textblock {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .p-page-locations-links__item-textblock::before {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }

  .p-page-locations-links__item-office {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }

  .p-page-locations-office-bottomLinks {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-locations-office-bottomLinks__items {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-locations-office-bottomLinks__item {
    min-height: 160px;
    min-height: 10rem;
  }

  .p-page-locations-office-comments {
    margin-top: 80px;
    margin-top: 5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .p-page-locations-office-comments__wrap {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-locations-office-comments__text {
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
  }

  .p-page-locations-office-detail {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-locations-office-detail__head {
    min-height: 160px;
    min-height: 10rem;
  }

  .p-page-locations-office-detail__head-text {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-page-locations-office-detail__intro {
    gap: 26px;
    gap: 1.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 38px;
    margin-top: 2.375rem;
  }

  .p-page-locations-office-detail__intro-image {
    max-width: 100%;
  }

  .p-page-locations-office-detail__intro-textWrap {
    width: 100%;
    max-width: 100%;
  }

  .p-page-locations-office-detail__intro-text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
  }

  .p-page-locations-office-detail__list {
    margin-top: 30px;
    margin-top: 1.875rem;
    max-width: initial;
  }

  .p-page-locations-office-detail__list-row {
    display: block;
    border: none;
  }

  .p-page-locations-office-detail__list-head {
    display: block;
    padding: 6px 6px;
    padding: .375rem .375rem;
    width: auto;
    font-size: 15px;
    font-size: .9375rem;
    text-align: left;
  }

  .p-page-locations-office-detail__list-data {
    display: block;
    border-top: none;
    padding: 8px 6px;
    padding: .5rem .375rem;
    font-size: 14px;
    font-size: .875rem;
    text-align: left;
  }

  .p-page-locations-office-detail__list-data-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-page-locations-office-detail__list-row:not(:last-child) .p-page-locations-office-detail__list-data {
    border-bottom: none;
  }

  .p-page-locations-office-feature {
    margin-top: 80px;
    margin-top: 5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .p-page-locations-office-feature__items {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-locations-office-feature__item-body {
    padding: 28px 22px 36px 20px;
    padding: 1.75rem 1.375rem 2.25rem 1.25rem;
  }

  .p-page-locations-office-feature__item-title {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }

  .p-page-locations-office-feature__item-text {
    margin-top: 10px;
    margin-top: .625rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
  }

  .p-page-locations-office-gallery {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-locations-office-gallery__contents {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-locations-office-gallery__main {
    max-width: 100%;
  }

  .p-page-locations-office-gallery__listItems {
    gap: 10px;
    gap: .625rem;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }

  .p-page-work-features {
    margin-top: 64px;
    margin-top: 4rem;
    padding-top: 38px;
    padding-top: 2.375rem;
    padding-bottom: 54px;
    padding-bottom: 3.375rem;
  }

  .p-page-work-features__contents {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-work-links {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-work-links__items {
    gap: 15px;
    gap: .9375rem;
    grid-template-columns: 1fr;
  }

  .p-page-work-links__item {
    margin-inline: auto;
    padding: 24px 0 28px;
    padding: 1.5rem 0 1.75rem;
  }

  .p-page-work-links__item-office {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .p-page-work-head__content {
    min-height: 160px;
    min-height: 10rem;
  }

  .p-page-work-head__content-text {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-page-work-schedule {
    margin-top: 58px;
    margin-top: 3.625rem;
  }

  .p-page-work-schedule__listItems {
    gap: 30px;
    gap: 1.875rem;
    margin-top: 48px;
    margin-top: 3rem;
  }

  .p-page-work-schedule__listItem {
    gap: 18px;
    gap: 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-work-schedule__listItem-image {
    margin-inline: auto;
    -webkit-flex-shrink: initial;
    -ms-flex-negative: initial;
    flex-shrink: initial;
    max-width: initial;
  }

  .p-page-work-schedule__listItem-content {
    gap: 12px;
    gap: .75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-left: 10px;
    padding-left: .625rem;
  }

  .p-page-work-schedule__listItem-time {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
  }

  .p-page-work-schedule__listItem-textBlock {
    padding-left: 27.2px;
    padding-left: 1.7rem;
    width: 100%;
  }

  .p-page-work-schedule__listItem-title {
    padding-left: 32px;
    padding-left: 2rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-work-schedule__listItem-title::before {
    top: 11px;
    top: .6875rem;
    left: -11px;
    left: -.6875rem;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
  }

  .p-page-work-schedule__listItem-textWrap {
    margin-top: 18px;
    margin-top: 1.125rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-left: 32px;
    padding-left: 2rem;
  }

  .p-page-work-schedule__listItem-text {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    min-height: initial;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.8666666667;
  }

  .p-page-work-schedule__listBottomText-text {
    width: 90%;
    max-width: initial;
    line-height: 1.4;
    text-align: left;
  }

  .p-page-work-work {
    margin-top: 42px;
    margin-top: 2.625rem;
  }

  .p-page-work-work__wrap {
    gap: 32px;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-page-work-work__image {
    max-width: 100%;
  }

  .p-page-work-work__textBlock {
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
  }

  .p-pageLink__link {
    padding: 8px 26px 8px 8px;
    padding: .5rem 1.625rem .5rem .5rem;
  }

  .p-pageLink__link::before {
    right: 12px;
    right: .75rem;
    width: 6px;
    width: .375rem;
    height: 6px;
    height: .375rem;
  }

  .p-pageLink__text {
    font-size: 12px;
    font-size: .75rem;
  }

  .p-recruitTaxonomyButtons {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-recruitTaxonomyButtons__items {
    gap: 40px;
    gap: 2.5rem;
  }

  .p-recruitTaxonomyButtons__sectionTitle {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-recruitTaxonomyButtons__buttonWrap {
    gap: 10px;
    gap: .625rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    margin-top: 18px;
    margin-top: 1.125rem;
  }

  .p-recruitSearchForm {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .p-recruitSearchForm__items {
    gap: 10px;
    gap: .625rem;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 480px;
    max-width: 30rem;
  }

  .p-recruitSearchForm__item {
    gap: 10px;
    gap: .625rem;
  }

  .p-recruitSearchForm__title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 70px;
    width: 4.375rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-recruitSearchForm__selectBox {
    margin-right: 1em;
    padding: 10px 16px;
    padding: .625rem 1rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-recruitSearchForm__button {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-recruitSearchForm__button-link {
    padding: 5px 30px 9px;
    padding: .3125rem 1.875rem .5625rem;
    width: 90%;
    max-width: 360px;
    max-width: 22.5rem;
  }

  .p-section-detailItem__head {
    min-height: 160px;
    min-height: 10rem;
  }

  .p-section-detailItem__head-textBlock-small {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-section-detailItem__head-textBlock-large {
    margin-top: 12px;
    margin-top: .75rem;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-section-detailItem__head-textBlock-large.p-section-detailItem__head-textBlock-large--page-jobfair {
    padding-bottom: 8px;
    padding-bottom: .5rem;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-section-detailItem__body {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-section-detailItem__item {
    gap: 4px;
    gap: .25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-section-detailItem__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-section-detailItem__item:not(:first-child) {
    margin-top: 26px;
    margin-top: 1.625rem;
  }

  .p-section-detailItem__item.p-section-detailItem__item--whiteContent {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding: 30px 15px;
    padding: 1.875rem .9375rem;
  }

  .p-section-detailItem__item-image {
    aspect-ratio: 16/9;
    max-width: 100%;
  }

  .p-section-detailItem__item-image.p-section-detailItem__item-image--wide {
    aspect-ratio: 16/9;
  }

  .p-section-detailItem__item-images .p-section-detailItem__item-image {
    aspect-ratio: 16/9;
  }

  .p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItems {
    gap: 20px;
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItem {
    max-width: 100%;
  }

  .p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItem-textBlock {
    gap: 8px;
    gap: .5rem;
    margin-top: 12px;
    margin-top: .75rem;
  }

  .p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItem-smallText {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItem-largeText {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-section-detailItem__item-textBlock {
    padding-block: 15px;
    padding-block: .9375rem;
    max-width: 100%;
  }

  .p-section-detailItem__item-head {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-section-detailItem__item-title {
    margin-top: 12px;
    margin-top: .75rem;
  }

  .p-section-detailItem__item-title-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .p-section-detailItem__item-text {
    margin-top: 12px;
    margin-top: .75rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
  }

  .p-section-detailItem__business-table {
    margin-top: 34px;
    margin-top: 2.125rem;
  }

  .p-section-detailItem__business-linkContent {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-section-detailItem__item-feature-columnLists {
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-section-detailItem__item-feature-columnLists-title {
    padding: 8px 4px;
    padding: .5rem .25rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-section-detailItem__item-feature-columnLists-item {
    padding: 9px 6px;
    padding: .5625rem .375rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-section-detailItem__item-feature-rowLists {
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-section-detailItem__item-feature-rowLists-label {
    padding: 8px 4px;
    padding: .5rem .25rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-section-detailItem__item-feature-rowLists-text {
    padding: 9px 6px;
    padding: .5625rem .375rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-section-detailItem__item-feature-rowLists-attentionText {
    margin-top: 12px;
    margin-top: .75rem;
  }

  .p-single-blog__sidebar {
    margin-inline: auto;
    max-width: 500px;
    max-width: 31.25rem;
  }

  .p-single-recruitFeature {
    padding-top: 80px;
    padding-top: 5rem;
  }

  .p-single-recruitFeature__contents {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-single-recruitFeature__button {
    margin-top: 40px;
    margin-top: 2.5rem;
    max-width: 320px;
    max-width: 20rem;
  }

  .p-single-recruitIntro {
    margin-top: 12px;
    margin-top: .75rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }

  .p-single-recruitIntro__wrap {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-single-recruitIntro__image {
    width: 100%;
  }

  .p-single-recruitIntro__textBlock {
    width: 100%;
  }

  .p-single-recruitLinks {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-single-recruitList {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-single-recruitList__list {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-single-recruitList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-single-recruitList__term {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding: 10px 14px;
    padding: .625rem .875rem;
    width: 100%;
  }

  .p-single-recruitList__desc {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding: 10px 14px;
    padding: .625rem .875rem;
    width: 100%;
  }

  .p-single-recruitMessage {
    margin-top: 12px;
    margin-top: .75rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }

  .p-single-recruitMessage__wrap {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-single-recruitMessage__image {
    margin-inline: auto;
    width: 70%;
    max-width: 240px;
    max-width: 15rem;
  }

  .p-single-recruitMessage__text {
    margin-top: 24px;
    margin-top: 1.5rem;
    max-width: 100%;
  }

  .p-single-recruitMessage__name {
    margin-top: 16px;
    margin-top: 1rem;
    text-align: left;
  }

  .p-single-recruitMessage__button {
    margin-top: 36px;
    margin-top: 2.25rem;
    max-width: 320px;
    max-width: 20rem;
  }

  .p-single-recruitMovie {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }

  .p-single-recruitMovie__contents {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-single-recruitTitle__text {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .p-single-sectionTitle__text {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-single-voices__contents {
    gap: 50px;
    gap: 3.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-single-voices__imagesContent {
    max-width: 100%;
  }

  .p-single-voices__imagesContent-categories {
    gap: 10px;
    gap: .625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .p-single-voices__imagesContent-category {
    padding: 4px 10px;
    padding: .25rem .625rem;
    min-width: auto;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-single-voices__imagesContent-button {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }

  .p-single-voices__introductionContent {
    max-width: 100%;
  }

  .p-archive-voices__introductionContent-head {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-archive-voices__introductionContent-office {
    margin-left: 8px;
    margin-left: .5rem;
    padding-left: 10px;
    padding-left: .625rem;
  }

  .p-single-voices__introductionContent-name {
    margin-top: 10px;
    margin-top: .625rem;
    font-size: 26px;
    font-size: 1.625rem;
  }

  .p-single-voices__introductionContent-name-small {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-single-voices__introductionContent-faqItems {
    margin-top: 0;
  }

  .p-single-voices__introductionContent-faqItem:not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-single-voices__introductionContent-faqItem-question {
    padding: 0 4px 8px;
    padding: 0 .25rem .5rem;
  }

  .p-single-voices__introductionContent-faqItem-question-text {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.6470588235;
  }

  .p-single-voices__introductionContent-faqItem-answer {
    margin-top: 18px;
    margin-top: 1.125rem;
    margin-left: 0;
    padding-left: 20px;
    padding-left: 1.25rem;
  }

  .p-single-voices__introductionContent-faqItem-answer::before {
    top: 6px;
    top: .375rem;
    width: 6px;
    width: .375rem;
    height: calc(100% - .375rem);
  }

  .p-single-voices__introductionContent-faqItem-answer-text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
  }

  .p-single-voices__button {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-singleBlog-article__title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-singleBlog-article__meta {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-singleBlog-article__category a {
    padding: 2px 8px 3px;
    padding: .125rem .5rem .1875rem;
  }

  .p-singleBlog-article__content h2 {
    border-left: 4px solid #15589C;
    padding-left: 10px;
    padding-left: .625rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-singleBlog-article__content h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-singleBlog-article__content h4 {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-singleBlog-article__content h5 {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-singleBlog-article__content h6 {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-singleBlog-article__content p {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-singleBlog-article__content ul,
  .p-singleBlog-article__content ol {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-singleBlog-article__content figure {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-singleBlog-article__content .wp-block-buttons {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .p-singleBlog-article__content .wp-block-buttons .wp-block-button__link.wp-element-button:hover {
    background-color: #DC241F;
    color: #FFF;
  }

  .p-singlePagination__item a {
    padding: 8px;
    padding: .5rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-singlePagination__arrow {
    margin-bottom: 0;
    width: 10px;
    width: .625rem;
    height: 10px;
    height: .625rem;
  }

  .p-singlePagination__arrow::before {
    width: 10px;
    width: .625rem;
    height: 10px;
    height: .625rem;
  }

  .p-subMv {
    height: 280px;
    height: 17.5rem;
  }

  .p-subMv__wrap::before {
    background-size: 11.25rem 100%;
    width: 180px;
    width: 11.25rem;
  }

  .p-subMv__wrap::after {
    background-size: 7.5rem 8.75rem;
    width: 120px;
    width: 7.5rem;
    height: 140px;
    height: 8.75rem;
  }

  .p-subMv__textBlock {
    top: 50%;
  }

  .p-subMv__title-engText {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: .8;
  }

  .p-subMv__title-jaText {
    margin-top: -4px;
    margin-top: -.25rem;
    margin-left: -.2em;
    min-width: initial;
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-subMv__title-jaText-text {
    padding: 4px 18px 6px 16px;
    padding: .25rem 1.125rem .375rem 1rem;
  }

  .p-top-blog__item {
    gap: 18px;
    gap: 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 10px;
    padding: 1.25rem .625rem;
  }

  .p-top-blog__image {
    aspect-ratio: 16/9;
    max-width: 100%;
  }

  .p-top-blog__body {
    max-width: 100%;
  }

  .p-top-blog__date {
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-top-blog__title {
    margin-top: 4px;
    margin-top: .25rem;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
  }

  .p-top-blog__text {
    margin-top: 12px;
    margin-top: .75rem;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6923076923;
  }

  .p-top-business {
    margin-top: 5px;
    margin-top: .3125rem;
    padding-top: 8px;
    padding-top: .5rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .p-top-business::before {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/top/deco_top-business--sp-left_01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10.125rem 11.6875rem;
    width: 162px;
    width: 10.125rem;
    height: 187px;
    height: 11.6875rem;
    content: '';
  }

  .p-top-business::after {
    top: 333px;
    top: 20.8125rem;
    background-image: url(../img/top/deco_top-business--sp-right_01.png);
  }

  .p-top-business__introText {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-top-business__introText-title {
    text-align: center;
  }

  .p-top-business__introText-text {
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
  }

  .p-top-business__introText-text p:not(:first-child) {
    margin-top: 2.3em;
  }

  .p-top-business__items {
    gap: 15px;
    gap: .9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 37px;
    margin-top: 2.3125rem;
  }

  .p-top-business__item {
    margin-inline: auto;
    min-height: 210px;
    min-height: 13.125rem;
  }

  .p-top-company {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .p-top-company__text {
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
  }

  .p-top-company__button {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }

  .p-top-features {
    padding-top: 180px;
    padding-top: 11.25rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .p-top-features::before {
    height: 200px;
    height: 12.5rem;
  }

  .p-top-features::after {
    display: none;
  }

  .p-top-features__introWrap {
    gap: 40px;
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-top-features__introTextWrap {
    max-width: 100%;
  }

  .p-top-features__introText-title {
    text-align: center;
  }

  .p-top-features__introText-text {
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
  }

  .p-top-features__introButton {
    margin-top: 30px;
    margin-top: 1.875rem;
    text-align: center;
  }

  .p-top-features__introFlow {
    margin-inline: auto;
    margin-top: 12px;
    margin-top: .75rem;
  }

  .p-top-features__items {
    gap: 26px;
    gap: 1.625rem;
    grid-template-columns: 1fr;
  }

  .p-top-features__item:nth-child(3n+1),
  .p-top-features__item:nth-child(3n) {
    margin-top: 0;
  }

  .p-top-media {
    margin-top: 70px;
    margin-top: 4.375rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }

  .p-top-media::after {
    top: initial;
    bottom: 0;
    background-size: 100% 37.5rem;
    height: 600px;
    height: 37.5rem;
  }

  .p-top-media__whiteContents {
    padding: 30px 20px 60px;
    padding: 1.875rem 1.25rem 3.75rem;
  }

  .p-top-media__contents {
    gap: 60px;
    gap: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-top-media__blog-items {
    max-width: 100%;
  }

  .p-top-media__blog-button {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-top-media__sns {
    max-width: 100%;
  }

  .p-top-media__instagram {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-top-recruit {
    padding-top: 60px;
    padding-top: 3.75rem;
  }

  .p-top-recruit::after {
    background-size: 100% 112.5rem;
    height: 1800px;
    height: 112.5rem;
  }

  .p-top-recruit__title {
    text-align: center;
  }

  .p-top-recruit__items {
    gap: 20px;
    gap: 1.25rem;
    margin-inline: auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-top: 2.5rem;
    max-width: 620px;
    max-width: 38.75rem;
  }

  .p-top-recruit__item-textBlock-office {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-top-recruit__item-textBlock-work {
    padding-bottom: 52px;
    padding-bottom: 3.25rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .p-top-recruit__item-textBlock-work::before {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }

  .p-top-recruit__button {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-top-recruit__sliderWrap {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-top-recruit__sliderWrap::after {
    display: none;
  }

  .p-top-service {
    padding-top: 44px;
    padding-top: 2.75rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .p-top-service::before {
    height: 300px;
    height: 18.75rem;
  }

  .p-top-service::after {
    background-size: 100% 58.6875rem;
    height: 939px;
    height: 58.6875rem;
  }

  .p-top-service__introWrap {
    gap: 26px;
    gap: 1.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-top-service__introText-title {
    text-align: center;
  }

  .p-top-service__introText-text {
    margin-top: 30px;
    margin-top: 1.875rem;
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
  }

  .p-top-service__introButton {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }

  .p-top-service__items {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-top-voices {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .p-top-voices::after {
    top: initial;
    bottom: 0;
    background-size: 100% 75rem;
    height: 1200px;
    height: 75rem;
  }

  .p-top-voices__whiteContents {
    padding: 30px 20px 50px;
    padding: 1.875rem 1.25rem 3.125rem;
  }

  .p-top-voices__items {
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-top: 2.5rem;
    max-width: 420px;
    max-width: 26.25rem;
  }

  .p-top-voices__item {
    max-width: 100%;
  }

  .p-top-voices__item-image {
    aspect-ratio: 3/4;
  }

  .p-top-voices__item-image::after {
    right: 15px;
    right: .9375rem;
    bottom: 15px;
    bottom: .9375rem;
    width: 45px;
    width: 2.8125rem;
    height: 45px;
    height: 2.8125rem;
  }

  .p-top-voices__item-textBlock {
    margin-top: 15px;
    margin-top: .9375rem;
  }

  .p-top-voices__item-head {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-top-voices__item-head-title-text {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-top-voices__button {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-topMv {
    padding-top: 16vw;
    padding-top: min(21.8666666667vw, 120px);
    padding-top: min(21.8666666667vw, 7.5rem);
  }

  .p-topMv__bgSlider {
    aspect-ratio: 645.22/371;
  }

  .p-topMv__wrap {
    overflow: hidden;
  }

  .p-topMv__content {
    gap: 26px;
    gap: 1.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-topMv__textBlock {
    margin-top: 0;
    padding-left: 5.4vw;
    max-width: initial;
  }

  .p-topMv__subTitle {
    font-size: min(4.2666666667vw, 26px);
    font-size: min(4.2666666667vw, 1.625rem);
  }

  .p-topMv__minTitle {
    gap: 1.25px;
    gap: .078125rem;
    font-size: min(7.4666666667vw, 45px);
    font-size: min(7.4666666667vw, 2.8125rem);
  }

  .p-topMv__minTitle-small {
    font-size: min(6.6666666667vw, 38px);
    font-size: min(6.6666666667vw, 2.375rem);
  }

  .p-topMv__text {
    margin-top: 19.7px;
    margin-top: 1.23125rem;
    font-size: min(3.7333333333vw, 18px);
    font-size: min(3.7333333333vw, 1.125rem);
    line-height: 1.7142857143;
  }

  .p-topMv__slider {
    aspect-ratio: 428/321;
    padding-left: 11vw;
    max-width: initial;
  }

  .p-topMv__bottomText {
    margin-top: -32px;
    margin-top: -2rem;
  }

  .p-voicesTaxonomyButtons {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-voicesTaxonomyButtons__items {
    gap: 40px;
    gap: 2.5rem;
  }

  .p-voicesTaxonomyButtons__sectionTitle {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-voicesTaxonomyButtons__buttonWrap {
    gap: 10px;
    gap: .625rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    margin-top: 18px;
    margin-top: 1.125rem;
  }

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

  .u-onlySp {
    display: block;
  }

  .u-ml-0--sp {
    margin-left: 0;
  }

  .u-mt-1rem--sp {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .u-mt-0--sp {
    margin-top: 0;
  }
}

@media screen and (max-width: 539px) {

  .c-archive-recruitCard {
    padding: 24px 16px;
    padding: 1.5rem 1rem;
  }

  .c-archive-recruitCard__list {
    gap: 28px;
    gap: 1.75rem;
  }

  .c-archive-recruitCard__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-archive-recruitCard__list-label {
    margin-bottom: 4px;
    margin-bottom: .25rem;
    width: 100%;
  }

  .c-archive-recruitCard__list-desc {
    margin-top: 8px;
    margin-top: .5rem;
    margin-left: 0;
  }

  .c-archive-recruitCard__buttons {
    gap: 12px;
    gap: .75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-archive-recruit__items {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-archive-voices__items {
    gap: 40px;
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .p-archive-voices__item-imagesWrap::before {
    right: 12px;
    right: .75rem;
    bottom: 12px;
    bottom: .75rem;
    width: 45px;
    width: 2.8125rem;
    height: 45px;
    height: 2.8125rem;
  }

  .p-bottomCta__tel {
    top: 45%;
  }

  .p-bottomCta__tel-number {
    font-size: clamp(18px, 7vw, 63px);
    font-size: clamp(1.125rem, 7vw, 3.9375rem);
  }

  .p-bottomCta__tel-time {
    margin-top: 6px;
    margin-top: .375rem;
    margin-left: 12px;
    margin-left: .75rem;
    font-size: clamp(12px, 3.2vw, 26px);
    font-size: clamp(.75rem, 3.2vw, 1.625rem);
  }

  .p-formContents__telWrap {
    margin-top: 32px;
    margin-top: 2rem;
    padding: 32px 20px;
    padding: 2rem 1.25rem;
  }

  .p-formContents__telNumber {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .p-formContents__telNumberIcon {
    padding-left: 24px;
    padding-left: 1.5rem;
  }

  .p-formContents__telTime {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-header__logo {
    max-width: 187.35px;
    max-width: 11.709375rem;
  }

  .p-page-work-schedule__listItem-content {
    padding-inline: 0;
  }

  .p-page-work-schedule__listItem-textWrap {
    padding-bottom: 12px;
    padding-bottom: .75rem;
  }

  .p-recruitTaxonomyButtons__buttonWrap {
    grid-template-columns: 1fr;
  }

  .p-section-detailItem__item.p-section-detailItem__item--whiteContent .p-section-detailItem__item-business-imageItems {
    grid-template-columns: 1fr;
  }

  .p-single-recruitTitle__text {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-voicesTaxonomyButtons__buttonWrap {
    grid-template-columns: 1fr;
  }

  .u-only-sm {
    display: block;
  }

  .u-only-sm--none {
    display: none;
  }
}

@media screen and (max-width: 399px) {

  .p-footer__detail {
    margin-left: 8px;
    margin-left: .5rem;
  }

  .p-footer__sns {
    margin-left: 8px;
    margin-left: .5rem;
  }

  .p-footer__nav {
    margin-left: 8px;
    margin-left: .5rem;
  }

  .u-only-ss {
    display: block;
  }
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
  }
}