@charset "UTF-8";



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

.p-topMv .swiper,
.p-topMv .swiper-wrapper,
.p-topMv .swiper-slide,
.p-topMv .swiper-img {
  overflow: hidden;
}

.p-topMv .swiper-slide img,
.p-topMv .swiper-img img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes zoomUp {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.p-topMv .swiper-slide-active .swiper-img,
.p-topMv .swiper-slide-duplicate-active .swiper-img,
.p-topMv .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomup 10s linear 0s normal both;
  animation: zoomUp 10s linear 0s normal both;
}

.p-page-jobFair-look .swiper-wrapper {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 20vw;
}

.p-page-jobFair-look .swiper-slide {
  aspect-ratio: 526.25/350;
  border-radius: .625rem;
  width: 100%;
  max-width: 36.5451388889vw;
  height: auto;
  max-height: 350px;
  max-height: 21.875rem;
  overflow: hidden;
}

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

.p-page-jobFair-look .jobfair-slider__button {
  position: absolute;
  top: 55%;
  -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);
  cursor: pointer;
  width: 6.9444444444vw;
  max-width: 100px;
  max-width: 6.25rem;
  height: 6.9444444444vw;
  max-height: 100px;
  max-height: 6.25rem;
}

.p-page-jobFair-look .swiper-button-prev {
  left: 8.6111111111vw;
}

.p-page-jobFair-look .swiper-button-prev:hover {
  -webkit-transform: translate(-4px, -50%);
  transform: translate(-4px, -50%);
}

.p-page-jobFair-look .swiper-button-next {
  right: 8.6111111111vw;
}

.p-page-jobFair-look .swiper-button-next:hover {
  -webkit-transform: translate(4px, -50%);
  transform: translate(4px, -50%);
}

.p-page-jobFair-look .jobfair-slider__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 93px;
  width: 5.8125rem;
  height: 93px;
  height: 5.8125rem;
  content: '';
}

.p-page-jobFair-look .jobfair-slider__button.swiper-button-prev::after {
  background-image: url(../img/common/icon_arrow_circle-orange_left_01.svg);
}

.p-page-jobFair-look .jobfair-slider__button.swiper-button-next::after {
  background-image: url(../img/common/icon_arrow_circle-orange_right_01.svg);
}

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

.p-single-recruitFeature .swiper-button-next:hover .swiper-pagination,
.p-page-officeFeature .swiper-button-next:hover .swiper-pagination {
  text-align: center;
}

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

.p-single-recruitFeature .swiper-button-next::after,
.p-single-recruitFeature .swiper-rtl .swiper-button-prev::after,
.p-page-officeFeature .swiper-button-next::after,
.p-page-officeFeature .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;
}

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

.formWrap .formItem.formItem--topRadio {
  margin-bottom: 10px;
  margin-bottom: .625rem;
}

.formWrap .wpcf7cf_group {
  margin-top: 15px;
  margin-top: .9375rem;
}

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

.wpcf7 .formItem.formItem--radio {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-top: .625rem;
}

.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-family: 'Zen Kaku Gothic New', sans-serif;
  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: #F39D2C;
  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: none;
  background-color: #F0F0F0;
  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: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.4;
}

.wpcf7 .formItem .formText textarea {
  aspect-ratio: 663/209;
  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: 14px;
  font-size: .875rem;
}

.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 {
  gap: 4.0277777778vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpcf7 .formItem .wpcf7-radio.circle-radio.circle-radio--contact {
  gap: 16px;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wpcf7 .formItem .wpcf7-radio.circle-radio .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;
}

.wpcf7 .formItem .wpcf7-radio.circle-radio input[type=radio] {
  display: none;
}

.wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item-label {
  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;
  cursor: pointer;
  padding: 5px 0 5px 37px;
  padding: .3125rem 0 .3125rem 2.3125rem;
}

.wpcf7 .formItem .wpcf7-radio.circle-radio .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-radius: 50%;
  background-color: #D9D9D9;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  content: '';
}

.wpcf7 .formItem .wpcf7-radio.circle-radio .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: #F39D2C;
}

.wpcf7 .formItem .wpcf7-checkbox.circle-checkbox {
  gap: 4.0277777778vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.wpcf7 .formItem .wpcf7-checkbox.circle-checkbox input[type=checkbox] {
  display: none;
}

.wpcf7 .formItem .wpcf7-checkbox.circle-checkbox .wpcf7-list-item-label {
  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;
  cursor: pointer;
  padding: 5px 0 5px 37px;
  padding: .3125rem 0 .3125rem 2.3125rem;
}

.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-radius: 50%;
  background-color: #D9D9D9;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  content: '';
}

.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-checkbox.circle-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  background-color: #F39D2C;
}

.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: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  cursor: pointer;
  -webkit-box-shadow: 0 4px 0 #ffbc64;
  box-shadow: 0 4px 0 #ffbc64;
  border: none;
  border-radius: .625rem;
  background-color: #F39D2C;
  padding: 20px 17px 22px;
  padding: 1.25rem 1.0625rem 1.375rem;
  min-width: 288.16px;
  min-width: 18.01rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
}

.formButton input[type=submit]:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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: none;
  background-color: #F0F0F0;
  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;
}

/************************************************************************
* 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;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', 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: #F9F9F9;
  padding: .25em .5em;
}

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

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

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

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

var {
  background-color: #F9F9F9;
  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
************************************************************************/
table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: .7px solid rgba(0, 0, 0, .5);
}

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: #01469B;
  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: block;
  cursor: pointer;
}

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

/************************************************************************
* end base
************************************************************************/
.p-page-jobFair-events__table-cell .form_anchor {
  display: inline-block;
}

.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: 50px;
}

.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: 38px;
  margin-top: 2.375rem;
}

.l-container {
  margin: 0 auto;
  padding: 0 25px;
  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-footer {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-formContents {
  margin-top: 98px;
  margin-top: 6.125rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  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 {
  margin-top: 66px;
  margin-top: 4.125rem;
}

.l-subMain--jobfair {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.l-subMain--aboutwork {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.l-subMain--office {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.l-subMain--welfare {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.l-subMain--beginner {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.l-subMain--futureproject {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.l-subMain--recruit {
  margin-top: 105.41px;
  margin-top: 6.588125rem;
}

.l-subMain--contact {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.l-top-worksContents {
  margin: 30px 0;
  margin: 1.875rem 0;
}

.l-topMain {
  margin-top: 81px;
  margin-top: 5.0625rem;
}

.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-family: 'Zen Kaku Gothic New', sans-serif;
  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: #F39D2C;
  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-family: 'Zen Kaku Gothic New', sans-serif;
  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-family: 'Zen Kaku Gothic New', sans-serif;
  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: #F3F3F3;
  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%;
  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 #01469B;
  padding-bottom: 8px;
  padding-bottom: .5rem;
}

.c-archive-recruitCard__head-title {
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.4;
}

.c-archive-recruitCard__head-office {
  margin-top: 4px;
  margin-top: .25rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  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-family: 'Zen Kaku Gothic New', sans-serif;
  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: #01469B;
  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 {
  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-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  -webkit-box-shadow: 0 5px 0 #91a7bc;
  box-shadow: 0 5px 0 #91a7bc;
  border-radius: .625rem;
  background-color: #01469B;
  padding: 8px 73px 10px 24px;
  padding: .5rem 4.5625rem .625rem 1.5rem;
  min-width: 280px;
  min-width: 17.5rem;
  min-height: 66px;
  min-height: 4.125rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
}

.c-button.c-button--orange {
  -webkit-box-shadow: 0 5px 0 #ffbc64;
  box-shadow: 0 5px 0 #ffbc64;
  background-color: #F39D2C;
}

.c-button.c-button--green {
  -webkit-box-shadow: 0 5px 0 #058d3c;
  box-shadow: 0 5px 0 #058d3c;
  background-color: #06C755;
}

.c-button.c-button--white {
  -webkit-box-shadow: 0 5px 0 rgba(1, 70, 155, .5);
  box-shadow: 0 5px 0 rgba(1, 70, 155, .5);
  background-color: #FFF;
  color: #01469B;
}

.c-button.c-button--aboutWork-workstyle {
  gap: 6px;
  gap: .375rem;
  -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;
  padding: 12px 58px 14px 24px;
  padding: .75rem 3.625rem .875rem 1.5rem;
  min-width: 420px;
  min-width: 26.25rem;
}

.c-button.c-button--futureProject {
  gap: 6px;
  gap: .375rem;
  -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;
  padding: 12px 58px 14px 24px;
  padding: .75rem 3.625rem .875rem 1.5rem;
  min-width: 506px;
  min-width: 31.625rem;
}

.p-page-futureProject-contents:nth-child(even) .c-button.c-button--futureProject {
  -webkit-box-shadow: 0 5px 0 #ffbc64;
  box-shadow: 0 5px 0 #ffbc64;
  background-color: #F39D2C;
}

.c-button.c-button--welfareBenefit,
.c-button--officeMessage {
  -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;
  padding: 12px 58px 14px 24px;
  padding: .75rem 3.625rem .875rem 1.5rem;
  width: 666px;
  width: 41.625rem;
  min-width: 420px;
  min-width: 26.25rem;
  letter-spacing: .07em;
  text-align: center;
}

.c-button--aboutWork-workstyle-textSmall {
  font-size: 18px;
  font-size: 1.125rem;
}

.c-button--icon {
  gap: 14px;
  gap: .875rem;
}

.c-button::before {
  position: absolute;
  top: 50%;
  right: 24px;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_arrow_white_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  width: .5rem;
  height: 15.5px;
  height: .96875rem;
  content: '';
}

.c-button.c-button--white::before {
  background-image: url(../img/common/icon_arrow_blue_01.svg);
}

.c-button:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-page-futureProject-contents:nth-child(even) .c-button.c-button--futureProject:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-button__icon {
  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%;
}

.c-button__icon[data-name=mail] {
  max-width: 27.6px;
  max-width: 1.725rem;
}

.c-button__icon[data-name=line] {
  max-width: 40.72px;
  max-width: 2.545rem;
}

.c-button__icon img {
  -o-object-fit: contain;
  object-fit: contain;
}

.c-galleryLists {
  gap: 13px;
  gap: .8125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.c-galleryLists.c-galleryLists--office {
  gap: 14px;
  gap: .875rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-galleryLists__item {
  aspect-ratio: 154/116;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.c-galleryLists__item:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.c-galleryLists__item p {
  display: none;
}

.c-page-aboutWorkTitle {
  background-color: #F39D2C;
  padding: 28.8px 39px;
  padding: 1.8rem 2.4375rem;
  width: 100%;
  color: #FFF;
}

.c-page-aboutWorkTitle__textWrap {
  position: relative;
  padding-left: 62px;
  padding-left: 3.875rem;
}

.c-page-aboutWorkTitle__textWrap::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/logo_company_white_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40.94px;
  width: 2.55875rem;
  height: 33px;
  height: 2.0625rem;
  content: '';
}

.c-page-aboutWorkTitle__text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
}

.c-page-faqItem {
  border-radius: .625rem;
  overflow: hidden;
}

.c-page-faqItem__question {
  cursor: pointer;
}

.c-page-faqItem__question-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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: 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;
  border-top-right-radius: 10px;
  border-top-right-radius: .625rem;
  border-top-left-radius: 10px;
  border-top-left-radius: .625rem;
  background-color: #DDEBF2;
  padding: 20px 80px 20px 122px;
  padding: 1.25rem 5rem 1.25rem 7.625rem;
  min-height: 112px;
  min-height: 7rem;
}

.c-page-faqItem__answer {
  display: none;
  border-right: 1px solid #01469B;
  border-bottom: 1px solid #01469B;
  border-left: 1px solid #01469B;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: .625rem;
  background-color: #FFF;
  overflow: hidden;
}

.c-page-faqItem__answer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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: 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;
  padding: 20px 44px 20px 122px;
  padding: 1.25rem 2.75rem 1.25rem 7.625rem;
  min-height: 112px;
  min-height: 7rem;
}

.c-page-faqItem__icon {
  position: absolute;
  top: 50%;
  left: 44px;
  left: 2.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #01469B;
  border-radius: 50%;
  width: 58.02px;
  width: 3.62625rem;
  height: 57.96px;
  height: 3.6225rem;
}

.c-page-faqItem__icon--q {
  background-color: #01469B;
  color: #DDEBF2;
}

.c-page-faqItem__icon--a {
  background-color: #FFF;
  color: #01469B;
}

.c-page-faqItem__icon-text {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1;
}

.c-page-faqItem__text-question {
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.45;
}

.c-page-faqItem__text-answer {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.4375;
}

.c-page-faqItem__text-answer-link {
  color: #F39D2C;
  text-decoration: underline;
}

.c-page-faqItem__toggle {
  position: absolute;
  top: 50%;
  right: 33px;
  right: 2.0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color .3s ease, border .3s ease;
  transition: background-color .3s ease, border .3s ease;
  border: 2px solid #01469B;
  border-radius: 50%;
  background-color: #01469B;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}

.c-page-faqItem__toggle::before,
.c-page-faqItem__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  background-color: #FFF;
  width: 14px;
  width: .875rem;
  height: 2px;
  height: .125rem;
  content: '';
}

.c-page-faqItem__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-page-faqItem__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.js-faq-question.is-open .c-page-faqItem__toggle {
  background-color: transparent;
}

.js-faq-question.is-open .c-page-faqItem__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  background-color: #01469B;
}

.js-faq-question.is-open .c-page-faqItem__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.c-page-futureProject-contentsTitle {
  background-color: #01469B;
  padding: 28.8px 39px;
  padding: 1.8rem 2.4375rem;
  width: 100%;
  color: #FFF;
}

.p-page-futureProject-contents:nth-child(even) .c-page-futureProject-contentsTitle {
  background-color: #F39D2C;
}

.c-page-futureProject-contentsTitle__textWrap {
  position: relative;
  padding-left: 62px;
  padding-left: 3.875rem;
}

.c-page-futureProject-contentsTitle__textWrap::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/logo_company_white_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40.94px;
  width: 2.55875rem;
  height: 33px;
  height: 2.0625rem;
  content: '';
}

.c-page-futureProject-contentsTitle__text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
}

.c-pageLinks {
  gap: 22px 30px;
  gap: 1.375rem 1.875rem;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pageLinks.c-pageLinks--office {
  gap: 22px 2.5694444444vw;
  gap: 1.375rem 2.5694444444vw;
}

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

.c-section-cardContents-item {
  gap: 30px;
  gap: 1.875rem;
  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;
  border-radius: .625rem;
  background-color: #FFF;
  padding: 30px;
  padding: 1.875rem;
}

.c-section-cardContents-item__image {
  aspect-ratio: 335/223;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: .625rem;
  width: 335px;
  width: 20.9375rem;
  overflow: hidden;
}

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

.c-section-cardContents-item__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -7px;
  margin-top: -.4375rem;
}

.c-section-cardContents-item__body.c-section-cardContents-item__body--beginnerDebut {
  margin-top: 3px;
  margin-top: .1875rem;
}

.c-section-cardContents-item__title {
  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;
  border-bottom: 2px solid #01469B;
  padding: 0 4px 4px;
  padding: 0 .25rem .25rem;
  color: #01469B;
}

.c-section-cardContents-item__title.c-section-cardContents-item__title--beginnerDebut {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.c-section-cardContents-item__title-number {
  padding-bottom: 6px;
  padding-bottom: .375rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

.c-section-cardContents-item__title-text {
  padding-inline: 8px;
  padding-inline: .5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.4583333333;
  text-align: center;
}

.c-section-cardContents-item__title-text-small {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 56/19;
}

.c-section-cardContents-item__text {
  margin-top: 19px;
  margin-top: 1.1875rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.c-section-cardContents-item.c-section-cardContents-item--beginnerDebut .c-section-cardContents-item__text {
  margin-inline: auto;
  max-width: 467px;
  max-width: 29.1875rem;
}

.c-section-cardContents-item.c-section-cardContents-item--jobFair .c-section-cardContents-item__text {
  text-align: center;
}

.c-section-cardContents-item__linkWrap {
  text-align: right;
}

.c-section-cardContents-item__link {
  -webkit-transition: .3s cubic-bezier(.45, 0, .55, 1);
  transition: .3s cubic-bezier(.45, 0, .55, 1);
  color: #F39D2C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 3.7333333333;
}

.c-section-cardContents-item__link:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.c-sectionHead {
  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;
  border-radius: 1.875rem;
  background-color: #01469B;
  padding: 26px 20px 36px;
  padding: 1.625rem 1.25rem 2.25rem;
  min-height: 144px;
  min-height: 9rem;
  color: #FFF;
  text-align: center;
}

.c-sectionHead__title-text {
  display: inline-block;
  position: relative;
  padding-left: 87px;
  padding-left: 5.4375rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.75;
}

.c-sectionHead__title-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/logo_company_white_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  width: 4.1875rem;
  height: 54px;
  height: 3.375rem;
  content: '';
}

.c-sectionHead__text {
  margin-top: 7px;
  margin-top: .4375rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
}

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

.c-sectionTitle-logo--border {
  position: relative;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
}

.c-sectionTitle-logo--border::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #01469B;
  width: 35px;
  width: 2.1875rem;
  height: 4px;
  height: .25rem;
  content: '';
}

.c-sectionTitle-logo__text {
  position: relative;
  padding-left: 86px;
  padding-left: 5.375rem;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
}

.c-sectionTitle-logo__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/logo_company_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65.75px;
  width: 4.109375rem;
  height: 53px;
  height: 3.3125rem;
  content: '';
}

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

.c-sectionTitle-text.c-sectionTitle-text--border {
  position: relative;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
}

.c-sectionTitle-text--border::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #01469B;
  width: 35px;
  width: 2.1875rem;
  height: 4px;
  height: .25rem;
  content: '';
}

.c-sectionTitle-text.c-sectionTitle-text--white.c-sectionTitle-text--border::before {
  background-color: #FFF;
}

.c-sectionTitle-text__wrap {
  gap: 18px;
  gap: 1.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  line-height: 1;
}

.c-sectionTitle-text__wrap.c-sectionTitle-text__wrap--top-worksContents {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-sectionTitle-text.c-sectionTitle-text--white .c-sectionTitle-text__wrap {
  color: #FFF;
}

.c-sectionTitle-text__ja {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: .14em;
}

.c-sectionTitle-text__eng {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
}

.c-textButton {
  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: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  cursor: pointer;
  -webkit-box-shadow: 0 4px 0 #bdcad7;
  box-shadow: 0 4px 0 #bdcad7;
  border-radius: .625rem;
  background-color: #01469B;
  padding: 20px 17px 22px;
  padding: 1.25rem 1.0625rem 1.375rem;
  min-width: 194px;
  min-width: 12.125rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
}

.c-textButton.c-textButton--pc-max {
  width: 100%;
  min-width: initial;
}

.c-textButton.c-textButton--orange {
  -webkit-box-shadow: 0 4px 0 #ffbc64;
  box-shadow: 0 4px 0 #ffbc64;
  background-color: #F39D2C;
}

.c-textButton.c-textButton--jobFair {
  border: none;
  padding: 18px 17px 20px;
  padding: 1.125rem 1.0625rem 1.25rem;
}

.c-textButton.c-textButton--pageLinks {
  width: 100%;
  min-width: initial;
}

.c-textButton:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-top-aboutCard {
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  -webkit-box-shadow: 0 6px 0 rgba(1, 70, 155, .5);
  box-shadow: 0 6px 0 rgba(1, 70, 155, .5);
  border-radius: .625rem;
  background-color: #FFF;
  padding: 8px 10px 37px;
  padding: .5rem .625rem 2.3125rem;
}

.c-top-aboutCard__image {
  aspect-ratio: 319/310;
  border-radius: .625rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

.c-top-aboutCard__body {
  margin-top: 26px;
  margin-top: 1.625rem;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
}

.c-top-blogCard {
  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-radius: .625rem;
  background-color: #DDEBF2;
  overflow: hidden;
}

.c-top-blogCard__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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 13px;
  padding: .8125rem;
}

.c-top-blogCard__meta {
  gap: 4px;
  gap: .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;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: .05em;
  line-height: 1;
}

.c-top-blogCard__date {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #01469B;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 900;
}

.c-top-blogCard__labelWrap {
  gap: 2px;
  gap: .125rem;
  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-top-blogCard__label {
  background-color: #01469B;
  padding: 2px 8px 3px;
  padding: .125rem .5rem .1875rem;
  max-width: 120px;
  max-width: 7.5rem;
  color: #FFF;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 700;
}

.c-top-blogCard__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  margin-top: 16px;
  margin-top: 1rem;
  overflow: hidden;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

.c-top-blogCard__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  margin-top: 16px;
  margin-top: 1rem;
  overflow: hidden;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 2;
}

.c-top-blogCard__image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 211px;
  width: 13.1875rem;
  overflow: hidden;
}

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

.c-top-blogCard:hover .c-top-blogCard__image img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.c-top-officeCard {
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  -webkit-box-shadow: 0 6px 0 rgba(1, 70, 155, .5);
  box-shadow: 0 6px 0 rgba(1, 70, 155, .5);
  border-radius: .625rem;
  background-color: #FFF;
}

.c-top-officeCard:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-top-officeCard__inner {
  padding: 10px 10px 16px;
  padding: .625rem .625rem 1rem;
  width: 100%;
}

.c-top-officeCard__imageWrap {
  aspect-ratio: 308/182;
  position: relative;
  border-radius: .625rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.c-top-officeCard__imageOffice {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.c-top-officeCard__imagePerson {
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 5px;
  bottom: .3125rem;
  left: 5px;
  left: .3125rem;
  border-radius: 50%;
  width: 97px;
  width: 6.0625rem;
  overflow: hidden;
}

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

.c-top-officeCard__body {
  position: relative;
  margin-top: 12px;
  margin-top: .75rem;
  margin-right: 6px;
  margin-right: .375rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-left: 12px;
  padding-left: .75rem;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1;
}

.c-top-officeCard__body::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_arrow_circle-blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40.88px;
  width: 2.555rem;
  height: 40.88px;
  height: 2.555rem;
  content: '';
}

.c-top-officeCard__office {
  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;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
}

.c-top-officeCard__office-small {
  margin-left: -2px;
  margin-left: -.125rem;
  font-size: 13px;
  font-size: .8125rem;
  letter-spacing: .08em;
}

.c-top-officeCard__name {
  margin-top: 10px;
  margin-top: .625rem;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: .08em;
}

.c-top-workCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  z-index: 1;
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  -webkit-box-shadow: 0 6px 0 rgba(1, 70, 155, .5);
  box-shadow: 0 6px 0 rgba(1, 70, 155, .5);
  border-radius: .625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.c-top-workCard.c-top-workCard--environment {
  -webkit-box-shadow: 0 6px 0 #f39d2c;
  box-shadow: 0 6px 0 #f39d2c;
}

.c-top-workCard[data-number='1'] {
  background-image: url(../img/top/image_top-for-beginner_01.jpg);
}

.c-top-workCard[data-number='2'] {
  background-image: url(../img/top/image_top-for-beginner_02.jpg);
}

.c-top-workCard.c-top-workCard--environment[data-number='1'] {
  background-image: url(../img/top/image_top-environment_01.png);
}

.c-top-workCard.c-top-workCard--environment[data-number='2'] {
  background-image: url(../img/top/image_top-environment_02.png);
}

.c-top-workCard.c-top-workCard--environment[data-number='3'] {
  background-image: url(../img/top/image_top-environment_03.png);
}

.c-top-workCard:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-top-workCard__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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: 310px 10px 26px;
  padding: 19.375rem .625rem 1.625rem;
  width: 100%;
  height: 100%;
}

.c-top-workCard.c-top-workCard--environment .c-top-workCard__wrap {
  padding: 319px 20px 24px;
  padding: 19.9375rem 1.25rem 1.5rem;
}

.c-top-workCard__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, white 100%);
  width: 100%;
  height: 100%;
  content: '';
}

.c-top-workCard.c-top-workCard--environment .c-top-workCard__wrap::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, rgba(255, 255, 255, 0)), color-stop(66%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 38%, white 66%);
}

.c-top-workCard__wrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: url(../img/common/icon_arrow_square-blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40.88px;
  width: 2.555rem;
  height: 40.88px;
  height: 2.555rem;
  content: '';
}

.c-top-workCard.c-top-workCard--environment .c-top-workCard__wrap::after {
  background-image: url(../img/common/icon_arrow_square-orange_01.svg);
}

.c-top-workCard__textWrap {
  z-index: 3;
  width: 100%;
  text-align: center;
}

.c-top-workCard__textWrap-title {
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.44;
}

.c-top-workCard.c-top-workCard--environment .c-top-workCard__textWrap-title {
  color: #F39D2C;
}

.c-top-workCard__textWrap-text {
  margin-top: 10px;
  margin-top: .625rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2;
}

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

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

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

.p-archive-recruit__title {
  display: inline-block;
  padding-bottom: 10px;
  padding-bottom: .625rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
}

.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-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-family: 'Zen Kaku Gothic New', sans-serif;
  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: #01469B;
}

.p-archivePagination .page-numbers:hover {
  border-radius: 50%;
  background-color: rgba(145, 167, 188, .2);
}

.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 #01469B;
  border-radius: 50%;
  background-color: #01469B;
  color: #FFF;
  font-weight: 900;
}

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

.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 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: .05em;
  line-height: 1.2;
}

.p-blogSidebar__box-title {
  background-color: #01469B;
  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 #BDCAD7;
  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 #BDCAD7;
}

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

.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-overflow: ellipsis;
}

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

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

.p-bottomCta__bg {
  position: relative;
  z-index: 1;
  width: 100%;
}

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

.p-bottomCta__tel {
  position: absolute;
  top: 48%;
  left: 7%;
  z-index: 2;
  pointer-events: none;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  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_blue_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: 6px;
  margin-top: .375rem;
  font-size: clamp(12px, 10vw, 34.29px);
  font-size: clamp(.75rem, 10vw, 2.143125rem);
  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: -46px;
  margin-top: -2.875rem;
}

.p-breadcrumb {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  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 #F39D2C;
  padding: 2px;
  color: #F39D2C;
}

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

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

.p-drawer__button {
  display: inline-block;
  position: relative;
  z-index: 41;
  cursor: pointer;
  padding: 10px;
  padding: .625rem;
}

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

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

.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: #FFF;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  color: #000;
}

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

.p-drawer__wrap {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(2.5rem, rgba(0, 0, 0, .05)), color-stop(5.625rem, rgba(0, 0, 0, .15)), color-stop(7.5rem, rgba(0, 0, 0, .3)), color-stop(8.375rem, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .05) 2.5rem, rgba(0, 0, 0, .15) 5.625rem, rgba(0, 0, 0, .3) 7.5rem, black 8.375rem);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(2.5rem, rgba(0, 0, 0, .05)), color-stop(5.625rem, rgba(0, 0, 0, .15)), color-stop(7.5rem, rgba(0, 0, 0, .3)), color-stop(8.375rem, black));
  mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .05) 2.5rem, rgba(0, 0, 0, .15) 5.625rem, rgba(0, 0, 0, .3) 7.5rem, black 8.375rem);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: scroll;
}

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

.p-drawer__list {
  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;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 80%;
  max-width: 500px;
  max-width: 31.25rem;
}

.p-drawer__list-item {
  width: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-drawer__list-item-link {
  position: relative;
  border-bottom: 1.5px solid #01469B;
  padding: 20px 20px 20px 10px;
  padding: 1.25rem 1.25rem 1.25rem .625rem;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
}

.p-drawer__list-item:first-child .p-drawer__list-item-link {
  border-top: 1.5px solid #01469B;
}

.p-drawer__list-item-link::before {
  position: absolute;
  top: 50%;
  right: 10px;
  right: .625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_arrow_blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  width: .5rem;
  height: 15.5px;
  height: .96875rem;
  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: #01469B;
  width: 14px;
  width: .875rem;
  height: 1.5px;
  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 38px;
  padding: .75rem .625rem .75rem 2.375rem;
  width: 100%;
  font-size: 14px;
  font-size: .875rem;
}

.p-drawer__subList-item:last-child a {
  border-bottom: 1.5px solid #01469B;
}

.p-drawer__subList-item a::before {
  position: absolute;
  top: 50%;
  left: 15px;
  left: .9375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #F39D2C;
  width: 12px;
  width: .75rem;
  height: 2px;
  content: '';
}

.p-drawer__tel {
  margin-top: 32px;
  margin-top: 2rem;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1;
  text-align: center;
}

.p-drawer__tel-number {
  pointer-events: none;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 900;
  letter-spacing: .05em;
  white-space: nowrap;
}

.p-drawer__tel-number-icon {
  position: relative;
  padding-left: 26px;
  padding-left: 1.625rem;
}

.p-drawer__tel-number-icon::before {
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_tel_blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18.29px;
  width: 1.143125rem;
  height: 23.86px;
  height: 1.49125rem;
  content: '';
}

.p-drawer__tel-time {
  margin-top: 8px;
  margin-top: .5rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
}

.p-drawer__contact-button {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-drawer__contact-button-link {
  margin-inline: auto;
  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: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  -webkit-box-shadow: 0 5px 0 rgba(255, 188, 100, .6);
  box-shadow: 0 5px 0 rgba(255, 188, 100, .6);
  border: 3px solid #F39D2C;
  border-radius: .625rem;
  background-color: #F39D2C;
  padding: 20px;
  padding: 1.25rem;
  width: 90%;
  max-width: 360px;
  max-width: 22.5rem;
  height: 100%;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1;
  white-space: nowrap;
}

.p-drawer__contact-button-link:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FFF;
  color: #F39D2C;
}

.p-drawer__contact-button-link-icon {
  position: relative;
  padding-left: 40px;
  padding-left: 2.5rem;
}

.p-drawer__contact-button-link-icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_mail_white_01.svg);
  mask-image: url(../img/common/icon_mail_white_01.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: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  background-color: #FFF;
  width: 27.6px;
  width: 1.725rem;
  height: 20.18px;
  height: 1.26125rem;
  content: '';
}

.p-drawer__contact-button-link:hover .p-drawer__contact-button-link-icon::before {
  background-color: #F39D2C;
}

.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: #01469B;
}

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

.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-family: 'Zen Kaku Gothic New', sans-serif;
  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: #01469B;
  padding-top: 54px;
  padding-top: 3.375rem;
  padding-bottom: 24.97px;
  padding-bottom: 1.560625rem;
  color: #FFF;
}

.p-footer__wrap {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-footer__company {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 329px;
  max-width: 20.5625rem;
}

.p-footer__company-logo {
  width: 100%;
  max-width: 329px;
  max-width: 20.5625rem;
}

.p-footer__company-logo-link {
  width: 100%;
}

.p-footer__company-logo-link img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__company-info {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-footer__company-info-text {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Meiryo', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .07em;
  line-height: 1.5625;
}

.p-footer__company-info-text-tel {
  pointer-events: none;
}

.p-footer__links {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 6px;
  margin-top: .375rem;
  max-width: 630px;
  max-width: 39.375rem;
}

.p-footer__nav {
  gap: 42px;
  gap: 2.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-footer__nav-list {
  gap: 7px;
  gap: .4375rem;
  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-footer__nav-link {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Meiryo', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .07em;
  line-height: 1.375;
}

.p-footer__nav-link-arrow {
  position: relative;
  padding-left: 18px;
  padding-left: 1.125rem;
}

.p-footer__nav-link-arrow::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_arrow_white_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  width: .375rem;
  height: 13px;
  height: .8125rem;
  content: '';
}

.p-footer__sns {
  gap: 18px;
  gap: 1.125rem;
  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;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-footer__sns-link {
  width: 100%;
}

.p-footer__sns-link[data-name=youtube] {
  max-width: 41px;
  max-width: 2.5625rem;
}

.p-footer__sns-link[data-name=instagram] {
  max-width: 34px;
  max-width: 2.125rem;
}

.p-footer__sns-link[data-name=x] {
  max-width: 29px;
  max-width: 1.8125rem;
}

.p-footer__sns-link[data-name=tiktok] {
  max-width: 25px;
  max-width: 1.5625rem;
}

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

.p-footer__copyright {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-footer__copyright-text {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Meiryo', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 2.1666666667;
  text-align: center;
}

.p-formContents {
  background-color: #F9F9F9;
  padding-top: 71px;
  padding-top: 4.4375rem;
  padding-bottom: 95px;
  padding-bottom: 5.9375rem;
}

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

.p-formContents__textWrap {
  margin-inline: auto;
  margin-top: 47px;
  margin-top: 2.9375rem;
  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-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-formContents__telWrap {
  margin-inline: auto;
  margin-top: 36px;
  margin-top: 2.25rem;
  background-color: #fff8d3;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  max-width: 730px;
  max-width: 45.625rem;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  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_blue_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: 60px;
  margin-top: 3.75rem;
  background-color: #FFF;
  padding: 84px 100px 53.26px 99px;
  padding: 5.25rem 6.25rem 3.32875rem 6.1875rem;
  color: #000;
}

.p-header.js-header-shadow .p-header-pcContact {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.p-header-pcContact__link {
  padding-inline: 20px;
  padding-inline: 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-transition: .3s cubic-bezier(.45, 0, .55, 1);
  transition: .3s cubic-bezier(.45, 0, .55, 1);
  border-bottom: 3px solid #F39D2C;
  border-left: 3px solid #F39D2C;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: .625rem;
  background-color: #F39D2C;
  height: 100%;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1;
  white-space: nowrap;
}

.p-header-pcContact__link:hover {
  background-color: #FFF;
  color: #F39D2C;
}

.p-header-pcContact__link-icon {
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-header-pcContact__link-icon::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-mask-image: url(../img/common/icon_mail_white_01.svg);
  mask-image: url(../img/common/icon_mail_white_01.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: .3s cubic-bezier(.45, 0, .55, 1);
  transition: .3s cubic-bezier(.45, 0, .55, 1);
  background-color: #FFF;
  width: 27.6px;
  width: 1.725rem;
  height: 20.18px;
  height: 1.26125rem;
  content: '';
}

.p-header-pcContact__link:hover .p-header-pcContact__link-icon::before {
  background-color: #F39D2C;
}

.p-header-pcNav__items {
  gap: 18px;
  gap: 1.125rem;
  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;
  height: 100%;
}

.p-header-pcNav__item {
  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;
  height: 100%;
}

.p-header-pcNav__item-link {
  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;
  cursor: pointer;
  height: 60%;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  white-space: nowrap;
}

.p-header-pcNav__item:hover .p-header-pcNav__dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-header-pcNav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  border-top-right-radius: 2px;
  border-top-right-radius: .125rem;
  border-top-left-radius: 2px;
  border-top-left-radius: .125rem;
  border-bottom-right-radius: 8px;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: 8px;
  border-bottom-left-radius: .5rem;
  background-color: #FFF;
  padding: 10px 0;
  padding: .625rem 0;
  padding: 10px 0;
  padding: .625rem 0;
  min-width: 280px;
  min-width: 17.5rem;
  pointer-events: none;
}

.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: 10px 16px;
  padding: .625rem 1rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-header-pcTel {
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1;
  text-align: center;
}

.p-header-pcTel__number {
  pointer-events: none;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: .05em;
  white-space: nowrap;
}

.p-header-pcTel__number-icon {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.p-header-pcTel__number-icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_tel_blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18.29px;
  width: 1.143125rem;
  height: 23.86px;
  height: 1.49125rem;
  content: '';
}

.p-header-pcTel__time {
  margin-top: 4px;
  margin-top: .25rem;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
}

.p-header {
  -webkit-transition: top .3s ease 0s;
  transition: top .3s ease 0s;
  width: 100%;
  height: 124px;
}

.p-header__inner {
  margin-left: 20px;
  margin-left: 1.25rem;
  height: 100%;
}

.p-header__contents {
  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;
  height: 100%;
}

.p-header__whiteWrap {
  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;
  border-top-left-radius: 10px;
  border-top-left-radius: .625rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: .625rem;
  background-color: #FFF;
  padding-right: 21px;
  padding-right: 1.3125rem;
  padding-left: 16px;
  padding-left: 1rem;
  width: 100%;
  height: 82px;
}

.p-header.js-header-shadow .p-header__whiteWrap {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.p-header__logo {
  z-index: 41;
  max-width: 365.16px;
  max-width: 22.8225rem;
}

.p-header__logo a {
  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;
  height: 100%;
}

.p-header__logo img {
  width: auto;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__pcTel {
  margin-left: 8.84px;
  margin-left: .5525rem;
}

.p-header__pcNav {
  margin-left: auto;
  padding-left: 16px;
  padding-left: 1rem;
  height: 100%;
}

.p-header__pcContact {
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: .625rem;
  max-width: 193px;
  max-width: 12.0625rem;
  height: 100%;
}

.p-header__drawer {
  z-index: 40;
  margin-left: auto;
}

.p-opening {
  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: 100vh;
  height: 100dvh;
}

.p-opening.is-hidden {
  opacity: 0;
  z-index: -100000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
}

.p-opening__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #FFF;
  width: 100%;
  height: 100%;
}

.p-opening__logo {
  display: block;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  z-index: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  width: auto;
  max-width: 50vw;
  max-height: 50vh;
  max-height: 50dvh;
}

.p-page-aboutWork-head {
  aspect-ratio: 1440/306;
  position: relative;
  margin-top: 79px;
  margin-top: 4.9375rem;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 306px;
  min-height: 19.125rem;
  max-height: 420px;
  max-height: 26.25rem;
}

#driver-long .p-page-aboutWork-head {
  background-image: url(../img/about-work/driver-long/bgi_about-work-head_driver-long_01.jpg);
}

#driver-local .p-page-aboutWork-head {
  background-image: url(../img/about-work/driver-local/bgi_about-work-head_driver-local_01.jpg);
}

#driver-store .p-page-aboutWork-head {
  background-image: url(../img/about-work/driver-store/bgi_about-work-head_driver-store_01.jpg);
}

#worker-regular .p-page-aboutWork-head {
  background-image: url(../img/about-work/worker-regular/bgi_about-work-head_worker-regular_01.jpg);
}

#worker-part .p-page-aboutWork-head {
  background-image: url(../img/about-work/worker-part/bgi_about-work-head_worker-part_01.jpg);
}

.p-page-aboutWork-head__overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -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;
  background-color: rgba(243, 157, 44, .8);
  text-align: center;
}

.p-page-aboutWork-head__content {
  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: -20px;
  margin-top: -1.25rem;
}

.p-page-aboutWork-head__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 62px;
  padding-top: 3.875rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  line-height: 1;
}

.p-page-aboutWork-head__title::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/common/logo_company_white_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  width: 4.1875rem;
  height: 54px;
  height: 3.375rem;
  content: '';
}

.p-page-aboutWork-head__title-ja {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: .1em;
}

.p-page-aboutWork-head__title-eng {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
}

.p-page-aboutWork-salary {
  margin-top: 63px;
  margin-top: 3.9375rem;
  background-color: rgba(243, 157, 44, .1);
  padding-top: 62px;
  padding-top: 3.875rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-page-aboutWork-salary__card {
  gap: 86px;
  gap: 5.375rem;
  margin-inline: auto;
  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;
  margin-top: 53px;
  margin-top: 3.3125rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  border-radius: .625rem;
  background-color: #FFF;
  padding: 36px 20px 36px 4.7222222222vw;
  padding: 2.25rem 1.25rem 2.25rem 4.7222222222vw;
  max-width: 689px;
  max-width: 43.0625rem;
}

.p-page-aboutWork-salary__card-image {
  margin-top: 8px;
  margin-top: .5rem;
  width: 93px;
  width: 5.8125rem;
}

.p-page-aboutWork-salary__card-image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-aboutWork-salary__card-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-page-aboutWork-salary__label {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}

.p-page-aboutWork-salary__amount {
  margin-top: 6px;
  margin-top: .375rem;
}

.p-page-aboutWork-salary__amount-text {
  color: #F39D2C;
  font-weight: 700;
  letter-spacing: .02em;
}

.p-page-aboutWork-salary__amount-text-large {
  font-size: 66px;
  font-size: 4.125rem;
  font-weight: 900;
}

.p-page-aboutWork-salary__amount-text-middle {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
}

.p-page-aboutWork-salary__amount-text-small {
  margin-left: 3px;
  margin-left: .1875rem;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
}

.p-page-aboutWork-scheduleItem {
  gap: 7px;
  gap: .4375rem;
  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;
}

.p-page-aboutWork-scheduleItem__imageWrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-page-aboutWork-scheduleItem__imageWrap.p-page-aboutWork-scheduleItem__imageWrap--none {
  width: 431px;
  width: 26.9375rem;
}

.p-page-aboutWork-scheduleItem__imageDeco {
  position: relative;
  margin-right: 25px;
  margin-right: 1.5625rem;
}

.p-page-aboutWork-scheduleItem__imageDeco::before {
  position: absolute;
  top: 50%;
  right: -25px;
  right: -1.5625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border-width: 34.5px 0 34.5px 59.8px;
  border-width: 2.15625rem 0 2.15625rem 3.7375rem;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  width: 0;
  height: 0;
  content: '';
}

.p-page-aboutWork-scheduleItem__imageDeco::after {
  position: absolute;
  top: 50.8%;
  right: -27px;
  right: -1.6875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-filter: blur(2px);
  -webkit-filter: blur(.125rem);
  filter: blur(2px);
  filter: blur(.125rem);
  border-width: 34.5px 0 34.5px 59.8px;
  border-width: 2.15625rem 0 2.15625rem 3.7375rem;
  border-style: solid;
  border-color: transparent transparent transparent rgba(152, 152, 152, .2);
  width: 0;
  height: 0;
  content: '';
}

.p-page-aboutWork-scheduleItem__image {
  aspect-ratio: 406/224;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  border-radius: .625rem;
  background-color: #FFF;
  padding: 10px;
  padding: .625rem;
  width: 406px;
  width: 25.375rem;
  height: 224px;
  height: 14rem;
  overflow: hidden;
}

.p-page-aboutWork-scheduleItem__image img {
  border-radius: .5rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-aboutWork-scheduleItem__content {
  gap: 15px;
  gap: .9375rem;
  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: 7px;
  margin-top: .4375rem;
  width: 100%;
}

.p-page-aboutWork-scheduleItem__time {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  width: 5rem;
  color: #F39D2C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
}

.p-page-aboutWork-scheduleItem__time p {
  display: inline-block;
}

.p-page-aboutWork-scheduleItem__textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding-left: 17px;
  padding-left: 1.0625rem;
  color: #000;
}

.p-page-aboutWork-scheduleItem__title {
  position: relative;
  padding-left: 48px;
  padding-left: 3rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
}

.p-page-aboutWork-scheduleItem__title::before {
  position: absolute;
  top: 14px;
  top: .875rem;
  left: -17px;
  left: -1.0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/about-work/deco_about-work-schedule_orange-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-aboutWork-scheduleItem__textWrap {
  margin-top: 15px;
  margin-top: .9375rem;
  border-left: 1px solid #F39D2C;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 48px;
  padding-left: 3rem;
  min-height: 200px;
  min-height: 12.5rem;
}

.p-page-aboutWork-schedule__days .p-page-aboutWork-schedule__day:last-child .p-page-aboutWork-scheduleItem:last-child .p-page-aboutWork-scheduleItem__textWrap:last-child {
  padding-bottom: 0;
  min-height: auto;
}

.p-page-aboutWork-scheduleItem__text {
  border-bottom: 1px dotted #989898;
  padding-top: 7px;
  padding-top: .4375rem;
  min-height: 180px;
  min-height: 11.25rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.875;
}

.p-page-aboutWork-scheduleItem__text-inner {
  max-width: 460px;
  max-width: 28.75rem;
}

.p-page-aboutWork-description {
  margin-top: 65px;
  margin-top: 4.0625rem;
  background-color: #fff;
  width: 100%;
}

.p-page-aboutWork-description__wrap {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.p-page-aboutWork-description__image {
  aspect-ratio: 603/401;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60%;
  max-width: 603px;
  max-width: 37.6875rem;
}

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

.p-page-aboutWork-description__textBlock {
  z-index: 1;
  margin-left: -80px;
  margin-left: -5rem;
  background-color: #F39D2C;
  padding: 54.4px 54.4px 52.4px 59px;
  padding: 3.4rem 3.4rem 3.275rem 3.6875rem;
  width: 53%;
  color: #FFF;
}

.p-page-aboutWork-description__textBlock-title {
  gap: 21.06px;
  gap: 1.31625rem;
  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;
}

.p-page-aboutWork-description__textBlock-title-text {
  position: relative;
  padding-left: 62px;
  padding-left: 3.875rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
}

.p-page-aboutWork-description__textBlock-title-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/logo_company_white_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40.94px;
  width: 2.55875rem;
  height: 33px;
  height: 2.0625rem;
  content: '';
}

.p-page-aboutWork-description__textBlock-text {
  margin-top: 33px;
  margin-top: 2.0625rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9375;
}

.p-page-aboutWork-message {
  text-align: center;
}

.p-page-aboutWork-message__text {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

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

.p-page-aboutWork-pageLinks__wrap {
  gap: 30px;
  gap: 1.875rem;
  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;
  width: 100%;
}

.p-page-aboutWork-pageLinks__row {
  gap: 39px;
  gap: 2.4375rem;
  display: grid;
  -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-page-aboutWork-pageLinks__row.p-page-aboutWork-pageLinks__row--three {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.p-page-aboutWork-pageLinks__row.p-page-aboutWork-pageLinks__row--two {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 719px;
  max-width: 44.9375rem;
}

.p-page-aboutWork-pageLinks__button {
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  -webkit-box-shadow: 0 4px 0 #ffbc64;
  box-shadow: 0 4px 0 #ffbc64;
  border-radius: .625rem;
  background-color: #F39D2C;
  padding: 20px 17px;
  padding: 1.25rem 1.0625rem;
  width: 100%;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-aboutWork-pageLinks__button:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-page-aboutWork-points {
  margin-top: 66px;
  margin-top: 4.125rem;
  background-color: #F9F9F9;
  padding-top: 62px;
  padding-top: 3.875rem;
  padding-bottom: 61px;
  padding-bottom: 3.8125rem;
}

.p-page-aboutWork-points__items {
  gap: 29px;
  gap: 1.8125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.p-page-aboutWork-points__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-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;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  background-color: #FFF;
  padding: 24px 20px 31px;
  padding: 1.5rem 1.25rem 1.9375rem;
}

.p-page-aboutWork-points__item-image {
  aspect-ratio: 307/186;
  width: 100%;
  overflow: hidden;
}

.p-page-aboutWork-points__item-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-aboutWork-points__item-body {
  margin-inline: auto;
  margin-top: 14px;
  margin-top: .875rem;
  width: 100%;
  max-width: 280px;
  max-width: 17.5rem;
}

.p-page-aboutWork-points__item-body.p-page-aboutWork-points__item-body--wide {
  max-width: 288px;
  max-width: 18rem;
}

.p-page-aboutWork-points__item-title {
  color: #F39D2C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
}

.p-page-aboutWork-points__item-text {
  margin-top: 13px;
  margin-top: .8125rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}

.p-page-aboutWork-points__item-linkWrap {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: right;
}

.p-page-aboutWork-points__item-link {
  -webkit-transition: .3s cubic-bezier(.45, 0, .55, 1);
  transition: .3s cubic-bezier(.45, 0, .55, 1);
  color: #F39D2C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.8;
}

.p-page-aboutWork-points__item-link:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.p-page-aboutWork-schedule {
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.p-page-aboutWork-schedule__days {
  gap: 30px;
  gap: 1.875rem;
  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;
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-page-aboutWork-schedule__days.p-page-aboutWork-schedule__days--driverLong {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-page-aboutWork-schedule__day {
  gap: 43px;
  gap: 2.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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.p-page-aboutWork-schedule__day-title {
  gap: 2px;
  gap: .125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3.125rem;
  background-color: #F39D2C;
  padding: 3px 10px 16px;
  padding: .1875rem .625rem 1rem;
  min-width: 392px;
  min-width: 24.5rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
}

.p-page-aboutWork-schedule__day-title-number {
  font-size: 55px;
  font-size: 3.4375rem;
  letter-spacing: .01em;
}

.p-page-aboutWork-schedule__list {
  gap: 8px;
  gap: .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;
  width: 100%;
}

.p-page-aboutWork-voice {
  margin-top: 66px;
  margin-top: 4.125rem;
}

.p-page-aboutWork-voice__wrap {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.p-page-aboutWork-voice__body {
  gap: 39px;
  gap: 2.4375rem;
  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;
  padding: 42px 41px 40px 60.8px;
  padding: 2.625rem 2.5625rem 2.5rem 3.8rem;
}

.p-page-aboutWork-voice__textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 7px;
  margin-top: .4375rem;
}

.p-page-aboutWork-voice__meta {
  gap: 8px;
  gap: .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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-page-aboutWork-voice__meta-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;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-page-aboutWork-voice__meta-label {
  position: relative;
  padding-left: 31px;
  padding-left: 1.9375rem;
  width: 115px;
  width: 7.1875rem;
  color: #F39D2C;
  font-weight: 900;
}

.p-page-aboutWork-voice__meta-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #F39D2C;
  width: 15px;
  width: .9375rem;
  height: 15px;
  height: .9375rem;
  content: '';
}

.p-page-aboutWork-voice__meta-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-weight: 700;
}

.p-page-aboutWork-voice__lead {
  margin-top: 40px;
  margin-top: 2.5rem;
  border-bottom: 1px solid #F39D2C;
  padding-bottom: 13px;
  padding-bottom: .8125rem;
  width: 100%;
}

.p-page-aboutWork-voice__lead-text {
  display: inline-block;
  color: #F39D2C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  font-weight: 700;
  letter-spacing: .05em;
}

.p-page-aboutWork-voice__comment {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-page-aboutWork-voice__comment-text {
  max-width: 468px;
  max-width: 29.25rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.9375;
}

.p-page-aboutWork-voice__image {
  aspect-ratio: 476/342;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 476px;
  max-width: 29.75rem;
  overflow: hidden;
}

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

.p-page-aboutWork-workstyle {
  margin-top: 61px;
  margin-top: 3.8125rem;
}

.p-page-aboutWork-workstyle__wrap {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.p-page-aboutWork-workstyle__visual {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
}

#driver-long .p-page-aboutWork-workstyle__visual {
  background-image: url(../img/about-work/driver-long/bgi_about-work-workstyle_driver-long_01.jpg);
}

#driver-local .p-page-aboutWork-workstyle__visual {
  background-image: url(../img/about-work/driver-local/bgi_about-work-workstyle_driver-local_01.jpg);
}

#driver-store .p-page-aboutWork-workstyle__visual {
  background-image: url(../img/about-work/driver-store/bgi_about-work-workstyle_driver-store_01.jpg);
}

#worker-regular .p-page-aboutWork-workstyle__visual {
  background-image: url(../img/about-work/worker-regular/bgi_about-work-workstyle_worker-regular_01.jpg);
}

#worker-part .p-page-aboutWork-workstyle__visual {
  background-image: url(../img/about-work/worker-part/bgi_about-work-workstyle_worker-part_01.jpg);
}

.p-page-aboutWork-workstyle__overlay {
  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: rgba(243, 157, 44, .8);
  padding: 44.8px 20px 47px;
  padding: 2.8rem 1.25rem 2.9375rem;
  width: 100%;
  height: 100%;
  text-align: center;
}

.p-page-aboutWork-workstyle__subTitle {
  gap: 12px;
  gap: .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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  letter-spacing: .05em;
}

.p-page-aboutWork-workstyle__subTitle-ja {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2272727273;
}

.p-page-aboutWork-workstyle__subTitle-eng {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
}

.p-page-aboutWork-workstyle__catch {
  margin-inline: auto;
  margin-top: 33px;
  margin-top: 2.0625rem;
  border-radius: .625rem;
  background-color: rgba(255, 255, 255, .8);
  padding: 46px;
  padding: 2.875rem;
  min-width: 80%;
  color: #F39D2C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
}

.p-page-aboutWork-workstyle__bottom {
  background-color: #FFF;
  padding: 43px 20px 47px;
  padding: 2.6875rem 1.25rem 2.9375rem;
  text-align: center;
}

.p-page-aboutWork-workstyle__bottom-text {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.875;
}

.p-page-aboutWork-workstyle__button {
  margin-top: 43px;
  margin-top: 2.6875rem;
  text-align: center;
}

.p-page-beginnerDebut {
  margin-top: 50.5px;
  margin-top: 3.15625rem;
  background-color: #F9F9F9;
  padding-top: 58px;
  padding-top: 3.625rem;
  padding-bottom: 97px;
  padding-bottom: 6.0625rem;
}

.p-page-beginnerDebut__topText {
  margin-top: 37px;
  margin-top: 2.3125rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2;
  text-align: center;
}

.p-page-beginnerDebut__labelContents {
  margin-inline: auto;
  margin-top: 46px;
  margin-top: 2.875rem;
  background-color: #FFF;
  max-width: 840px;
  max-width: 52.5rem;
  min-height: 284px;
  min-height: 17.75rem;
  text-align: center;
}

.p-page-beginnerDebut__labelContents--first {
  border: 3px solid #01469B;
  padding: 42px;
  padding: 2.625rem;
}

.p-page-beginnerDebut__labelContents--second {
  padding: 36px;
  padding: 2.25rem;
}

.p-page-beginnerDebut__labelContents-title {
  margin-inline: auto;
  padding: 6px 20px 7px;
  padding: .375rem 1.25rem .4375rem;
  width: 100%;
  text-align: center;
}

.p-page-beginnerDebut__labelContents--first .p-page-beginnerDebut__labelContents-title {
  background-color: #01469B;
  max-width: 702px;
  max-width: 43.875rem;
}

.p-page-beginnerDebut__labelContents--second .p-page-beginnerDebut__labelContents-title {
  background-color: #F39D2C;
  max-width: 464px;
  max-width: 29rem;
}

.p-page-beginnerDebut__labelContents-title-text {
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 2.2307692308;
}

.p-page-beginnerDebut__labelContents-text {
  margin-top: 14px;
  margin-top: .875rem;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 2.2916666667;
}

.p-page-beginnerDebut__labelContents-text-largeNumber {
  font-size: 61px;
  font-size: 3.8125rem;
  line-height: .4;
}

.p-page-beginnerDebut__labelContents-text-largeText {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

.p-page-beginnerDebut__labelContents-text-smallText {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.p-page-beginnerDebut__labelContents-list {
  gap: 12px;
  gap: .75rem;
  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: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-page-beginnerDebut__labelContents-list-item {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.2;
}

.p-page-beginnerDebut__labelContents-list-item-small {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

.p-page-beginnerDebut__blockItems {
  gap: 20px;
  gap: 1.25rem;
  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;
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-page-beginnerDebut__blockItem {
  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: start;
  -ms-flex-pack: start;
  justify-content: start;
  background-color: #DDEBF2;
  padding: 28px;
  padding: 1.75rem;
  width: 100%;
  max-width: 319px;
  max-width: 19.9375rem;
  min-height: 172px;
  min-height: 10.75rem;
  text-align: center;
}

.p-page-beginnerDebut__blockItem-label {
  background-color: #01469B;
  padding: 8px 19px 12.29px 18px;
  padding: .5rem 1.1875rem .768125rem 1.125rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1;
}

.p-page-beginnerDebut__blockItem-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.875;
}

.p-page-beginnerDebut__blockItem-text-large {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
}

.p-page-beginnerDebut__contents {
  margin-top: 62px;
  margin-top: 3.875rem;
}

.p-page-beginnerFirst__topImage {
  aspect-ratio: 1100/327;
  margin-top: 36px;
  margin-top: 2.25rem;
  width: 100%;
  overflow: hidden;
}

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

.p-page-beginnerFirst__message {
  margin-top: 56px;
  margin-top: 3.5rem;
  text-align: center;
}

.p-page-beginnerFirst__message-title {
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.p-page-beginnerFirst__message-text {
  margin-top: 29px;
  margin-top: 1.8125rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-beginnerFirst__blockItems {
  gap: 20px;
  gap: 1.25rem;
  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-page-beginnerFirst__blockItem {
  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: 38px;
  margin-top: 2.375rem;
  border: 2px solid #F39D2C;
  border-radius: 1.25rem;
  padding: 22px 26px 26px;
  padding: 1.375rem 1.625rem 1.625rem;
  width: 100%;
  max-width: 319px;
  max-width: 19.9375rem;
  min-height: 172px;
  min-height: 10.75rem;
  text-align: center;
}

.p-page-beginnerFirst__blockItem-text {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2;
}

.p-page-beginnerFirst__contents {
  margin-top: 71px;
  margin-top: 4.4375rem;
}

.p-page-beginnerSupport {
  margin-top: 58px;
  margin-top: 3.625rem;
}

.p-page-beginnerSupport__contents {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.p-page-business__contents--storage {
  margin-top: 82px;
  margin-top: 5.125rem;
  background-color: #F9F9F9;
  padding-top: 78px;
  padding-top: 4.875rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}

.p-page-business__intro {
  gap: 44px;
  gap: 2.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: 57px;
  margin-top: 3.5625rem;
}

.p-page-business__intro-image {
  aspect-ratio: 573/382;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

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

.p-page-business__intro-textWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -32px;
  margin-top: -2rem;
  max-width: 483px;
  max-width: 30.1875rem;
}

.p-page-business__intro-text {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2;
}

.p-page-business__intro-linkWrap {
  margin-top: 4.5px;
  margin-top: .28125rem;
  text-align: right;
}

.p-page-business__intro-link {
  -webkit-transition: .3s cubic-bezier(.45, 0, .55, 1);
  transition: .3s cubic-bezier(.45, 0, .55, 1);
  color: #F39D2C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.2;
}

.p-page-business__intro-link:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.p-page-business__items {
  gap: 40px 21px;
  gap: 2.5rem 1.3125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  margin-top: 1.375rem;
}

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

.p-page-business__item-image {
  aspect-ratio: 325/218;
  width: 100%;
  overflow: hidden;
}

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

.p-page-business__item-text {
  margin-top: 16px;
  margin-top: 1rem;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  text-align: center;
}

.p-page-companyBase {
  padding-top: 58px;
  padding-top: 3.625rem;
}

.p-page-companyBase__tableWrap {
  margin-top: 61px;
  margin-top: 3.8125rem;
  padding-bottom: 10px;
  padding-bottom: .625rem;
}

.p-page-companyBase__table {
  border-collapse: collapse;
  table-layout: fixed;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.p-page-companyBase__table-head {
  background-color: #DDEBF2;
}

.p-page-companyBase__table-header:nth-child(1),
.p-page-companyBase__table-cell:nth-child(1) {
  width: 21.8%;
}

.p-page-companyBase__table-header:nth-child(2),
.p-page-companyBase__table-cell:nth-child(2) {
  width: 33.3%;
}

.p-page-companyBase__table-header:nth-child(3),
.p-page-companyBase__table-cell:nth-child(3) {
  width: 18.3%;
}

.p-page-companyBase__table-header:nth-child(4),
.p-page-companyBase__table-cell:nth-child(4) {
  width: 26.6%;
}

.p-page-companyBase__table-header {
  vertical-align: middle;
  padding: 20px;
  padding: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.p-page-companyBase__table-cell {
  vertical-align: middle;
  padding: 12px 10px;
  padding: .75rem .625rem;
  font-weight: 500;
  text-align: center;
}

.p-page-companyBase__table-row .p-page-companyBase__table-cell:first-child {
  font-weight: 700;
}

.p-page-companyBase__table-row .p-page-companyBase__table-cell:nth-child(2) {
  padding-left: 35px;
  padding-left: 2.1875rem;
  text-align: left;
}

.p-page-companyBase__table-row .p-page-companyBase__table-cell:nth-child(3) {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-page-companyHistory {
  padding-top: 71px;
  padding-top: 4.4375rem;
}

.p-page-companyHistory__list {
  margin-top: 62px;
  margin-top: 3.875rem;
  width: 100%;
}

.p-page-companyHistory__list-row {
  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;
  border-top: 1px dotted #01469B;
  padding: 17px 36px;
  padding: 1.0625rem 2.25rem;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.5;
}

.p-page-companyHistory__list-row--year {
  border-top: 2px solid #01469B;
}

.p-page-companyHistory__list-row--year:last-child {
  border-bottom: 2px solid #01469B;
}

.p-page-companyHistory__list-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  width: 10.3125rem;
}

.p-page-companyHistory__list-year {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-page-companyHistory__list-month {
  padding-left: 4px;
  padding-left: .25rem;
  width: 68px;
  width: 4.25rem;
}

.p-page-companyHistory__list-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 35px;
  padding-left: 2.1875rem;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.p-page-companyOverview {
  margin-top: 90px;
  margin-top: 5.625rem;
  background-color: #F9F9F9;
  padding-top: 68px;
  padding-top: 4.25rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}

.p-page-companyOverview__list {
  margin-top: 59px;
  margin-top: 3.6875rem;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.p-page-companyOverview__list-row {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.p-page-companyOverview__list-head {
  vertical-align: middle;
  background-color: #DDEBF2;
  padding: 20px;
  padding: 1.25rem;
  width: 302px;
  width: 18.875rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.p-page-companyOverview__list-data {
  vertical-align: middle;
  padding: 20px 26px;
  padding: 1.25rem 1.625rem;
  color: rgba(0, 0, 0, .8);
  font-weight: 500;
}

.p-page-companyOverview__list-pdf {
  gap: 2px;
  gap: .125rem;
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-page-companyOverview__list-pdf a {
  width: 100%;
  max-width: 35px;
  max-width: 2.1875rem;
}

.p-page-companyOverview__list-pdf a::after {
  content: none;
}

.p-page-companyOverview__ertification {
  margin-top: 49px;
  margin-top: 3.0625rem;
  width: 100%;
}

.p-page-companyPhilosophy {
  position: relative;
  margin-top: 89px;
  margin-top: 5.5625rem;
  background-color: #01469B;
  padding-top: 144px;
  padding-top: 9rem;
  padding-bottom: 158px;
  padding-bottom: 9.875rem;
  overflow: hidden;
}

.p-page-companyPhilosophy::before {
  position: absolute;
  top: -2px;
  top: -.125rem;
  left: 0;
  background-image: url(../img/company/bgi_company-hilosophy_01.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 456px;
  height: 28.5rem;
  content: '';
}

.p-page-companyPhilosophy__mission {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 1rem rgba(255, 255, 255, .6);
  box-shadow: 0 0 1rem rgba(255, 255, 255, .6);
  border-radius: .625rem;
  background-color: #FFF;
  padding: 62px 10px 74px;
  padding: 3.875rem .625rem 4.625rem;
  max-width: 911px;
  max-width: 56.9375rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  letter-spacing: .01em;
  text-align: center;
}

.p-page-companyPhilosophy__mission-item {
  margin-top: 52.12px;
  margin-top: 3.2575rem;
}

.p-page-companyPhilosophy__mission-item-title {
  color: #F39D2C;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.75;
}

.p-page-companyPhilosophy__mission-item-text {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 27px;
  font-size: 1.6875rem;
  letter-spacing: .1em;
  line-height: 1.7037037037;
}

.p-page-companyPhilosophy__mission-item-text.p-page-companyPhilosophy__mission-item-text--large {
  font-size: 53px;
  font-size: 3.3125rem;
  line-height: 1.0566037736;
}

.p-page-companyPhilosophy__credo-titleWrap {
  margin-top: 103px;
  margin-top: 6.4375rem;
  text-align: center;
}

.p-page-companyPhilosophy__credo-message {
  margin-top: 36px;
  margin-top: 2.25rem;
  text-align: center;
}

.p-page-companyPhilosophy__credo-message-text {
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2;
}

.p-page-companyPhilosophy__credo-items {
  gap: 35px 32px;
  gap: 2.1875rem 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 68px;
  margin-top: 4.25rem;
}

.p-page-companyPhilosophy__credo-item {
  position: relative;
  border-radius: .625rem;
  background-color: #FFF;
  padding: 80px 42px 62px 53px;
  padding: 5rem 2.625rem 3.875rem 3.3125rem;
}

.p-page-companyPhilosophy__credo-item-number {
  position: absolute;
  top: -28px;
  top: -1.75rem;
  right: -21px;
  right: -1.3125rem;
  color: rgba(1, 70, 155, .4);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 126px;
  font-size: 7.875rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-companyPhilosophy__credo-item[data-number='2'] .p-page-companyPhilosophy__credo-item-number,
.p-page-companyPhilosophy__credo-item[data-number='4'] .p-page-companyPhilosophy__credo-item-number {
  right: -12px;
  right: -.75rem;
}

.p-page-companyPhilosophy__credo-item-title {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #F39D2C;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  width: 100%;
  max-width: 373px;
  max-width: 23.3125rem;
  text-align: center;
}

.p-page-companyPhilosophy__credo-item-title-text {
  color: #F39D2C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-companyPhilosophy__credo-item-list {
  margin-top: 37px;
  margin-top: 2.3125rem;
  padding-left: 16px;
  padding-left: 1rem;
  text-indent: -1em;
}

.p-page-companyPhilosophy__credo-item-list-text {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.6666666667;
}

.p-page-companyPhilosophy__credo-item-list-text:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-page-companyPhilosophy__thought {
  margin-inline: auto;
  position: relative;
  margin-top: 159px;
  margin-top: 9.9375rem;
  border-radius: .625rem;
  background-color: #FFF;
  padding: 64px 20px 70px;
  padding: 4rem 1.25rem 4.375rem;
  max-width: 863px;
  max-width: 53.9375rem;
  text-align: center;
}

.p-page-companyPhilosophy__thought::before {
  position: absolute;
  top: -189px;
  top: -11.8125rem;
  right: -363.83px;
  right: -22.739375rem;
  mix-blend-mode: soft-light;
  background-image: url(../img/company/deco_company-thought_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 599.83px;
  width: 37.489375rem;
  height: 402.39px;
  height: 25.149375rem;
  content: '';
}

.p-page-companyPhilosophy__thought-items {
  gap: 4.9305555556vw;
  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: 1;
  margin-top: 54px;
  margin-top: 3.375rem;
}

.p-page-companyPhilosophy__thought-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 256px;
  max-width: 16rem;
}

.p-page-companyPhilosophy__thought-logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-companyPhilosophy__thought-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 379px;
  max-width: 23.6875rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

.p-page-companyPresident {
  margin-top: 46px;
  margin-top: 2.875rem;
  padding-top: 58px;
  padding-top: 3.625rem;
}

.p-page-companyPresident__intro {
  gap: 44px;
  gap: 2.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-page-companyPresident__intro-image {
  aspect-ratio: 573/382;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

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

.p-page-companyPresident__intro-textWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 4px;
  margin-top: .25rem;
  max-width: 485px;
  max-width: 30.3125rem;
}

.p-page-companyPresident__intro-text {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-companyPresident__intro-nameWrap {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: right;
}

.p-page-companyPresident__intro-name {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
}

.p-page-companyPresident__intro-name-small {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.8666666667;
}

.p-page-futureProject-contents__head {
  aspect-ratio: 1440/306;
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 306px;
  min-height: 19.125rem;
  max-height: 420px;
  max-height: 26.25rem;
}

.p-page-futureProject-contents[data-number='01'] .p-page-futureProject-contents__head {
  background-image: url(../img/future-project/image_future-project_contents-head_item-01_01.jpg);
}

.p-page-futureProject-contents[data-number='02'] .p-page-futureProject-contents__head {
  background-image: url(../img/future-project/image_future-project_contents-head_item-02_01.jpg);
}

.p-page-futureProject-contents[data-number='03'] .p-page-futureProject-contents__head {
  background-image: url(../img/future-project/image_future-project_contents-head_item-03_01.jpg);
}

.p-page-futureProject-contents[data-number='04'] .p-page-futureProject-contents__head {
  background-image: url(../img/future-project/image_future-project_contents-head_item-04_01.jpg);
}

.p-page-futureProject-contents[data-number='05'] .p-page-futureProject-contents__head {
  background-image: url(../img/future-project/image_future-project_contents-head_item-05_01.jpg);
}

.p-page-futureProject-contents[data-number='06'] .p-page-futureProject-contents__head {
  background-image: url(../img/future-project/image_future-project_contents-head_item-06_01.jpg);
}

.p-page-futureProject-contents__head-number {
  position: absolute;
  bottom: -1.1805555556vw;
  left: -1.3888888889vw;
  z-index: 1;
  color: rgba(255, 255, 255, .4);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18.2638888889vw;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
}

.p-page-futureProject-contents__head-number-small {
  margin-right: -.1em;
  font-size: 10.0694444444vw;
}

.p-page-futureProject-contents__head-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -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;
  background-color: rgba(1, 70, 155, .8);
  text-align: center;
}

.p-page-futureProject-contents:nth-child(even) .p-page-futureProject-contents__head-overlay {
  background-color: rgba(243, 157, 44, .8);
}

.p-page-futureProject-contents__head-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  z-index: 2;
  margin-top: -2px;
  margin-top: -.125rem;
}

.p-page-futureProject-contents__head-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 62px;
  padding-top: 3.875rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
}

.p-page-futureProject-contents__head-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/common/logo_company_white_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  width: 4.1875rem;
  height: 54px;
  height: 3.375rem;
  content: '';
}

.p-page-futureProject-contents__head-title-ja {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: .1em;
  line-height: 1.4;
}

.p-page-futureProject-contents__head-title-eng {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-futureProject-contents__body {
  background-color: #ECF5FF;
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-bottom: 87.6px;
  padding-bottom: 5.475rem;
}

.p-page-futureProject-contents:nth-child(even) .p-page-futureProject-contents__body {
  background-color: #FEF5EA;
}

.p-page-futureProject-contents__topText {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9375;
  text-align: center;
}

.p-page-futureProject-contents__points {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 55px;
  margin-top: 3.4375rem;
  width: 100%;
}

.p-page-futureProject-contents__points-image {
  aspect-ratio: 530/413;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48.2%;
  max-width: 530px;
  max-width: 33.125rem;
}

.p-page-futureProject-contents__points-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-futureProject-contents__points-textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 1;
  margin-left: -39px;
  margin-left: -2.4375rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.p-page-futureProject-contents__points-body {
  background-color: #FFF;
  padding: 32px 45px;
  padding: 2rem 2.8125rem;
  min-height: 278px;
  min-height: 17.375rem;
}

.p-page-futureProject-contents__points-lists {
  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-page-futureProject-contents__points-lists.p-page-futureProject-contents__points-lists--wide {
  gap: 24px;
  gap: 1.5rem;
}

.p-page-futureProject-contents__points-lists-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 29px;
  padding-left: 1.8125rem;
}

.p-page-futureProject-contents__points-lists-item::before {
  position: absolute;
  top: 7px;
  top: .4375rem;
  left: 0;
  border-radius: 50%;
  background-color: #01469B;
  width: 15px;
  width: .9375rem;
  height: 15px;
  height: .9375rem;
  content: '';
}

.p-page-futureProject-contents:nth-child(even) .p-page-futureProject-contents__points-lists-item::before {
  background-color: #F39D2C;
}

.p-page-futureProject-contents__points-lists-text {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.75;
}

.p-page-futureProject-contents__middleFlex {
  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: 55px;
  margin-top: 3.4375rem;
  width: 100%;
}

.p-page-futureProject-contents__schedule {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  width: 100%;
  max-width: 530px;
  max-width: 33.125rem;
}

.p-page-futureProject-contents__schedule-body {
  background-color: #FFF;
  padding: 14px 76px 14px 78px;
  padding: .875rem 4.75rem .875rem 4.875rem;
}

.p-page-futureProject-contents__schedule-image {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}

.p-page-futureProject-contents__schedule-image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-futureProject-contents__salary {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  width: 100%;
  max-width: 529px;
  max-width: 33.0625rem;
}

.p-page-futureProject-contents__salary-body {
  gap: 86px;
  gap: 5.375rem;
  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;
  background-color: #FFF;
  padding: 36px 20px 34px 6.0416666667vw;
  padding: 2.25rem 1.25rem 2.125rem 6.0416666667vw;
}

.p-page-futureProject-contents__salary-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  max-width: 23.125rem;
}

.p-page-futureProject-contents__salary-label {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}

.p-page-futureProject-contents__salary-amount {
  margin-top: 6px;
  margin-top: .375rem;
  width: 100%;
}

.p-page-futureProject-contents__salary-amount-text {
  color: #01469B;
  font-weight: 700;
  letter-spacing: .02em;
}

.p-page-futureProject-contents:nth-child(even) .p-page-futureProject-contents__salary-amount-text {
  color: #F39D2C;
}

.p-page-futureProject-contents__salary-amount-text:not(:first-child) {
  text-align: right;
}

.p-page-futureProject-contents__salary-amount-text-large {
  font-size: 66px;
  font-size: 4.125rem;
  font-weight: 900;
}

.p-page-futureProject-contents__salary-amount-text-middle {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
}

.p-page-futureProject-contents__salary-amount-text-small {
  margin-left: 3px;
  margin-left: .1875rem;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
}

.p-page-futureProject-contents__voice {
  margin-top: 57px;
  margin-top: 3.5625rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.p-page-futureProject-contents__voice-body {
  gap: 65px;
  gap: 4.0625rem;
  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;
  background-color: #FFF;
  padding: 47px 86px 47px 72px;
  padding: 2.9375rem 5.375rem 2.9375rem 4.5rem;
}

.p-page-futureProject-contents__voice-image {
  aspect-ratio: 444/306;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 444px;
  max-width: 27.75rem;
  overflow: hidden;
}

.p-page-futureProject-contents__voice-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-futureProject-contents__voice-textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9375;
}

.p-page-futureProject-contents__button {
  margin-top: 59px;
  margin-top: 3.6875rem;
  text-align: center;
}

.p-page-futureProject__message {
  text-align: center;
}

.p-page-futureProject__message-mainText {
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.8666666667;
}

.p-page-futureProject__message-subText {
  margin-top: 28px;
  margin-top: 1.75rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2;
}

.p-page-futureProject__lifeStage {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-page-futureProject__lifeStage-items {
  gap: 14px;
  gap: .875rem;
  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-page-futureProject__lifeStage-item {
  aspect-ratio: 197/210;
  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-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;
  -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .2));
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .2));
  background-color: #FFF;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  max-width: 197px;
  max-width: 12.3125rem;
}

.p-page-futureProject__lifeStage-item::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #FFF;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  content: '';
}

.p-page-futureProject__lifeStage-item-icon {
  position: relative;
  z-index: 1;
  width: 100%;
}

.p-page-futureProject__lifeStage-item[data-number='01'] .p-page-futureProject__lifeStage-item-icon {
  aspect-ratio: 196/130;
  margin: 29px 0 auto;
  margin: 1.8125rem 0 auto;
  max-width: 196px;
  max-width: 12.25rem;
}

.p-page-futureProject__lifeStage-item[data-number='02'] .p-page-futureProject__lifeStage-item-icon {
  aspect-ratio: 1/1;
  margin: 0 16px auto 15px;
  margin: 0 1rem auto .9375rem;
  max-width: 166px;
  max-width: 10.375rem;
}

.p-page-futureProject__lifeStage-item[data-number='03'] .p-page-futureProject__lifeStage-item-icon {
  aspect-ratio: 187/136;
  margin: 18px 4px auto 6px;
  margin: 1.125rem .25rem auto .375rem;
  max-width: 187px;
  max-width: 11.6875rem;
}

.p-page-futureProject__lifeStage-item[data-number='04'] .p-page-futureProject__lifeStage-item-icon {
  aspect-ratio: 1/1;
  margin: 0 16px auto 15px;
  margin: 0 1rem auto .9375rem;
  max-width: 166px;
  max-width: 10.375rem;
}

.p-page-futureProject__lifeStage-item[data-number='05'] .p-page-futureProject__lifeStage-item-icon {
  aspect-ratio: 130/174;
  margin: 0 34px auto 33px;
  margin: 0 2.125rem auto 2.0625rem;
  max-width: 130px;
  max-width: 8.125rem;
}

.p-page-futureProject__lifeStage-item-icon img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-futureProject__lifeStage-item-text {
  color: #F39D2C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.p-page-futureProject__lifeStage-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-page-futureProject__lifeStage-arrow img {
  position: relative;
}

.p-page-futureProject__search {
  margin-top: 61.93px;
  margin-top: 3.870625rem;
  background-color: #F9F9F9;
  padding-top: 76px;
  padding-top: 4.75rem;
  padding-bottom: 126px;
  padding-bottom: 7.875rem;
}

.p-page-futureProject__search-titleWrap {
  text-align: center;
}

.p-page-futureProject__search-titleBlock {
  display: inline-block;
  border-top: 2px solid #01469B;
  border-bottom: 2px solid #01469B;
  padding: 25px 75px 32px 74px;
  padding: 1.5625rem 4.6875rem 2rem 4.625rem;
}

.p-page-futureProject__search-titleText {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.p-page-futureProject__search-items {
  gap: 18px 10px;
  gap: 1.125rem .625rem;
  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: 70.5px;
  margin-top: 4.40625rem;
}

.p-page-futureProject__search-item {
  width: 100%;
  height: 100%;
}

.p-page-futureProject__search-item a {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  -webkit-box-shadow: 0 6px 0 #01469b;
  box-shadow: 0 6px 0 #01469b;
  border: 1px solid #01469B;
  border-radius: .625rem;
  padding: 12px;
  padding: .75rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-futureProject__search-item:nth-child(even) a {
  -webkit-box-shadow: 0 6px 0 #f39d2c;
  box-shadow: 0 6px 0 #f39d2c;
  border: 1px solid #F39D2C;
}

.p-page-futureProject__search-item a:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-page-futureProject__search-item a::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  background-image: url(../img/common/icon_arrow_square-blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40.88px;
  width: 2.555rem;
  height: 40.88px;
  height: 2.555rem;
  content: '';
}

.p-page-futureProject__search-item:nth-child(even) a::after {
  background-image: url(../img/common/icon_arrow_square-orange_01.svg);
}

.p-page-futureProject__search-item-image {
  aspect-ratio: 336/189;
  width: 100%;
  overflow: hidden;
}

.p-page-futureProject__search-item-body {
  margin: 20px 30px 0;
  margin: 1.25rem 1.875rem 0;
  min-height: 65px;
  min-height: 4.0625rem;
  text-align: center;
}

.p-page-futureProject__search-item-text {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 900;
  line-height: 1.4444444444;
}

.p-page-jobFair-events {
  margin-top: 107px;
  margin-top: 6.6875rem;
}

.p-page-jobFair-events__sectionTitle {
  text-align: center;
}

.p-page-jobFair-events__tableWrap {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.p-page-jobFair-events__table {
  border-collapse: collapse;
  table-layout: fixed;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.p-page-jobFair-events__table-head {
  background-color: #DDEBF2;
}

.p-page-jobFair-events__table-header:nth-child(1),
.p-page-jobFair-events__table-cell:nth-child(1) {
  width: 25.55%;
}

.p-page-jobFair-events__table-header:nth-child(2),
.p-page-jobFair-events__table-cell:nth-child(2) {
  width: 25.55%;
}

.p-page-jobFair-events__table-header:nth-child(3),
.p-page-jobFair-events__table-cell:nth-child(3) {
  width: 19.08%;
}

.p-page-jobFair-events__table-header:nth-child(4),
.p-page-jobFair-events__table-cell:nth-child(4) {
  width: 29.82%;
}

.p-page-jobFair-events__table-header {
  vertical-align: middle;
  padding: 20px;
  padding: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.p-page-jobFair-events__table-cell {
  vertical-align: middle;
  padding: 10.49px 10px 12px;
  padding: .655625rem .625rem .75rem;
  font-weight: 500;
  text-align: center;
}

.p-page-jobFair-events__table-row .p-page-jobFair-events__table-cell:nth-child(4) {
  padding-left: 29px;
  padding-left: 1.8125rem;
}

.p-page-jobFair-events__table-cell-column {
  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;
}

.p-page-jobFair-events__table-cell:last-child .p-page-jobFair-events__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-events__noData {
  color: #000;
  text-align: center;
}

.p-page-jobFair-faq {
  margin-top: 98px;
  margin-top: 6.125rem;
}

.p-page-jobFair-faq__sectionTitle {
  text-align: center;
}

.p-page-jobFair-faq__items {
  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;
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-page-jobFair-look {
  margin-top: 109px;
  margin-top: 6.8125rem;
}

.p-page-jobFair-look__sectionTitle {
  text-align: center;
}

.p-page-jobFair-look__slider {
  position: relative;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-page-jobFair-message {
  text-align: center;
}

.p-page-jobFair-message__text {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-jobFair-points {
  margin-top: 71px;
  margin-top: 4.4375rem;
}

.p-page-jobFair-schedule {
  margin-top: 89px;
  margin-top: 5.5625rem;
}

.p-page-jobFair-schedule__sectionTitle {
  text-align: center;
}

.p-page-jobFair-schedule__table {
  margin-top: 52px;
  margin-top: 3.25rem;
  border-right: .7px solid rgba(0, 0, 0, .5);
  border-left: .7px solid rgba(0, 0, 0, .5);
  border-collapse: collapse;
}

.p-page-jobFair-schedule__table-row {
  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;
  border-top: .7px solid rgba(0, 0, 0, .5);
  width: 100%;
  text-align: center;
}

.p-page-jobFair-schedule__table-row:last-child {
  border-bottom: .7px solid rgba(0, 0, 0, .5);
}

.p-page-jobFair-schedule__table-row--head {
  background-color: #DDEBF2;
}

.p-page-jobFair-schedule__table-time-titleText,
.p-page-jobFair-schedule__table-content-titleText,
.p-page-jobFair-schedule__table-row p {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-page-jobFair-schedule__table-time-titleText,
.p-page-jobFair-schedule__table-content-titleText {
  font-weight: 700;
}

.p-page-jobFair-schedule__table-time {
  padding: 8px 10px;
  padding: .5rem .625rem;
  width: 350px;
  width: 21.875rem;
}

.p-page-jobFair-schedule__table-content {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: .7px solid rgba(0, 0, 0, .5);
  padding: 8px 10px;
  padding: .5rem .625rem;
  min-height: 64px;
  min-height: 4rem;
}

.p-page-office-pageLinks__wrap {
  gap: 22px 2.0833333333vw;
  gap: 1.375rem 2.0833333333vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-page-office-pageLinks__button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -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: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  -webkit-box-shadow: 0 4px 0 #91a7bc;
  box-shadow: 0 4px 0 #91a7bc;
  border-radius: .625rem;
  background-color: #01469B;
  padding: 20px 17px;
  padding: 1.25rem 1.0625rem;
  width: 100%;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-page-office-pageLinks__button:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-page-officeFeature {
  margin-top: 94px;
  margin-top: 5.875rem;
  background-color: #F9F9F9;
  padding-top: 79px;
  padding-top: 4.9375rem;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
}

.l-container.p-page-officeFeature__contents {
  padding-inline: 10px;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-page-officeFeature__slider {
  padding: 20px;
  padding: 1.25rem;
}

.p-page-officeFeature__items {
  grid-gap: 1.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-page-officeFeature__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-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;
  -webkit-box-shadow: 4px 4px 10px rgba(189, 202, 215, .6);
  box-shadow: 4px 4px 10px rgba(189, 202, 215, .6);
  background-color: #FFF;
  padding: 24px 20px 10px;
  padding: 1.5rem 1.25rem .625rem;
  min-height: 458px;
  min-height: 28.625rem;
}

.p-page-officeFeature__image {
  aspect-ratio: 307/186;
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

.p-page-officeFeature__cardTitle-wrap {
  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: 10px;
  margin-top: .625rem;
  min-height: 60px;
  min-height: 3.75rem;
}

.p-page-officeFeature__cardTitle {
  color: #F39D2C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
}

.p-page-officeFeature__cardText {
  margin-top: 10px;
  margin-top: .625rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}

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

.p-page-officeGallery__contents {
  gap: 49px;
  gap: 3.0625rem;
  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: 57px;
  margin-top: 3.5625rem;
}

.p-page-officeGallery__main {
  width: 53.8%;
}

.p-page-officeGallery__main-image {
  aspect-ratio: 566/426;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.p-page-officeGallery__lists {
  width: 46.2%;
}

.p-page-officeHead {
  aspect-ratio: 1440/306;
  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;
  margin-top: 79px;
  margin-top: 4.9375rem;
  background-color: #F39D2C;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 306px;
  min-height: 19.125rem;
  max-height: 420px;
  max-height: 26.25rem;
  text-align: center;
}

.p-page-officeHead__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -20px;
  margin-top: -1.25rem;
  padding-top: 62px;
  padding-top: 3.875rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  line-height: 1;
}

.p-page-officeHead__title::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/common/logo_company_white_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  width: 4.1875rem;
  height: 54px;
  height: 3.375rem;
  content: '';
}

.p-page-officeHead__title-ja {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: .1em;
}

.p-page-officeHead__title-eng {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
}

.p-page-officeIntroduction {
  margin-top: 46px;
  margin-top: 2.875rem;
  padding-top: 58px;
  padding-top: 3.625rem;
}

.p-page-officeIntroduction__intro {
  gap: 4.8611111111vw;
  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: 51px;
  margin-top: 3.1875rem;
}

.p-page-officeIntroduction__intro-image {
  aspect-ratio: 570/362;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

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

.p-page-officeIntroduction__intro-textWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 460px;
  max-width: 28.75rem;
}

.p-page-officeIntroduction__intro-text {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9375;
}

.p-page-officeIntroduction__list {
  margin-inline: auto;
  margin-top: 54px;
  margin-top: 3.375rem;
  border-collapse: collapse;
  width: 100%;
  min-width: initial;
  max-width: 809px;
  max-width: 50.5625rem;
  table-layout: fixed;
}

.p-page-officeIntroduction__list-row {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.p-page-officeIntroduction__list-head {
  vertical-align: middle;
  background-color: #DDEBF2;
  padding: 20px;
  padding: 1.25rem;
  width: 302px;
  width: 18.875rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.p-page-officeIntroduction__list-data {
  vertical-align: middle;
  padding: 8px 26px;
  padding: .5rem 1.625rem;
  color: rgba(0, 0, 0, .8);
  font-weight: 500;
}

.p-page-officeLinks {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.p-page-officeMessage {
  margin-top: 97px;
  margin-top: 6.0625rem;
  background-color: #F9F9F9;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 86px;
  padding-bottom: 5.375rem;
}

.p-page-officeMessage__intro {
  gap: 4.8611111111vw;
  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: 80px;
  margin-top: 5rem;
}

.p-page-officeMessage__intro-image {
  aspect-ratio: 1/1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 50%;
  max-width: 320px;
  max-width: 20rem;
  overflow: hidden;
}

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

.p-page-officeMessage__intro-textWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 600px;
  max-width: 37.5rem;
}

.p-page-officeMessage__intro-text {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9375;
}

.p-page-officeMessage__intro-nameWrap {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-page-officeMessage__intro-name {
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7222222222;
}

.p-page-officeRecruitButton {
  margin-top: 56px;
  margin-top: 3.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
}

.p-page-welfare-message {
  text-align: center;
}

.p-page-welfare-message__text {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2;
}

.p-page-welfare-pageLinks {
  margin-top: 68px;
  margin-top: 4.25rem;
}

.p-page-welfare-pageLinks__items {
  gap: 39px;
  gap: 2.4375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -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: 43px;
  margin-top: 2.6875rem;
  width: 100%;
}

.p-page-welfare-pageLinks__item {
  aspect-ratio: 341/263;
  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: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 12px 13px 16px;
  padding: .75rem .8125rem 1rem;
  width: 100%;
  height: 100%;
}

.p-page-welfare-pageLinks__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.p-page-welfare-pageLinks__button {
  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;
  z-index: 1;
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  -webkit-box-shadow: 0 4px 0 #ffbc64;
  box-shadow: 0 4px 0 #ffbc64;
  border-radius: .625rem;
  background-color: #F39D2C;
  padding: 20px 17px;
  padding: 1.25rem 1.0625rem;
  width: 100%;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-welfare-pageLinks__button:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-page-welfareGallery {
  margin-top: 96px;
  margin-top: 6rem;
}

.p-page-welfareGallery__contents {
  gap: 49px;
  gap: 3.0625rem;
  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: 57px;
  margin-top: 3.5625rem;
}

.p-page-welfareGallery__main {
  width: 53.8%;
}

.p-page-welfareGallery__main-image {
  aspect-ratio: 566/426;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.p-page-welfareGallery__main-caption {
  grid-row-start: 500;
  margin-top: 14px;
  margin-top: .875rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-page-welfareGallery__lists {
  width: 46.2%;
}

.p-page-welfareBenefit {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-page-welfareBenefit__contents {
  gap: 3.0555555556vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  margin-top: 3.625rem;
  width: 100%;
}

.p-page-welfareBenefit__images {
  gap: 25px;
  gap: 1.5625rem;
  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: 49.62%;
}

.p-page-welfareBenefit__image {
  aspect-ratio: 524/380;
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

.p-page-welfareBenefit__lists {
  gap: 41px;
  gap: 2.5625rem;
  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;
  margin-top: 4px;
  margin-top: .25rem;
  width: 50.38%;
}

.p-page-welfareBenefit__lists-item {
  width: 100%;
}

.p-page-welfareBenefit__lists-title {
  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;
  border-bottom: 2px solid #01469B;
  padding: 0 4px 4px;
  padding: 0 .25rem .25rem;
  color: #01469B;
}

.p-page-welfareBenefit__lists-title-number {
  padding-bottom: 6px;
  padding-bottom: .375rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

.p-page-welfareBenefit__lists-title-text {
  padding-inline: 28px;
  padding-inline: 1.75rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 2.24;
}

.p-page-welfareBenefit__lists-text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9375;
}

.p-page-welfareBenefit__button {
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-align: center;
}

.p-page-welfareEquipment {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-page-welfareEquipment__items {
  gap: 33px;
  gap: 2.0625rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
  margin-top: 3.5rem;
  width: 100%;
}

.p-page-welfareEquipment__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.p-page-welfareEquipment__item-body {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-welfareEquipment__item-body::before {
  position: absolute;
  z-index: 1;
  background-color: rgba(243, 157, 44, .8);
  width: 100%;
  height: 100%;
  content: '';
}

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

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

.p-page-welfareEquipment__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

.p-page-welfareEquipment__item[data-number='01'] .p-page-welfareEquipment__icon {
  max-width: 113.3px;
  max-width: 7.08125rem;
}

.p-page-welfareEquipment__item[data-number='02'] .p-page-welfareEquipment__icon {
  max-width: 80px;
  max-width: 5rem;
}

.p-page-welfareEquipment__item[data-number='03'] .p-page-welfareEquipment__icon {
  max-width: 71.17px;
  max-width: 4.448125rem;
}

.p-page-welfareEquipment__item[data-number='04'] .p-page-welfareEquipment__icon {
  max-width: 163px;
  max-width: 10.1875rem;
}

.p-page-welfareEquipment__icon img {
  margin-inline: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-welfareEquipment__text {
  margin-top: 14px;
  margin-top: .875rem;
  color: #F39D2C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.p-page-welfareIntroduction {
  margin-top: 111px;
  margin-top: 6.9375rem;
  overflow: hidden;
}

.p-page-welfareIntroduction__topContents {
  -webkit-backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  backdrop-filter: blur(5px);
  padding-top: 80px;
  padding-top: 5rem;
  overflow: hidden;
}

.p-page-welfareIntroduction__topContents::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-image: url(../img/welfare/image_welfare-introduction_top-contents_01.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.p-page-welfareIntroduction__topContents::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#01469B));
  background: linear-gradient(to top, #FFF 0%, #01469B 100%);
  width: 100%;
  height: 100%;
  content: '';
}

.p-page-welfareIntroduction__topContents-wrap {
  position: relative;
  z-index: 2;
}

.p-page-welfareIntroduction__topContents-titleWrap {
  text-align: center;
}

.p-page-welfareIntroduction__topContents-titleText {
  display: inline-block;
  position: relative;
  padding-left: 87px;
  padding-left: 5.4375rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.75;
}

.p-page-welfareIntroduction__topContents-titleText::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/logo_company_white_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  width: 4.1875rem;
  height: 54px;
  height: 3.375rem;
  content: '';
}

.p-page-welfareIntroduction__topContents-text {
  margin-top: 37px;
  margin-top: 2.3125rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.9473684211;
  text-align: center;
}

.p-page-welfareIntroduction__topContents-decoTitle {
  z-index: 1;
  margin-top: 37px;
  margin-top: 2.3125rem;
  margin-bottom: -10px;
  margin-bottom: -.625rem;
  margin-left: -2px;
  margin-left: -.125rem;
  color: rgba(255, 255, 255, .4);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 8.75vw;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.p-page-welfareIntroduction__topContents-decoTitle p {
  white-space: nowrap;
}

.p-page-welfareIntroduction__items {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  color: #FFF;
}

.p-page-welfareIntroduction__item {
  background-color: #01469B;
  width: 100%;
}

.p-page-welfareIntroduction__item:nth-child(even) {
  background-color: #F39D2C;
}

.p-page-welfareIntroduction__item-wrap {
  gap: 6.1111111111vw;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1960px;
  max-width: 122.5rem;
  min-height: 515px;
  min-height: 32.1875rem;
  overflow: hidden;
}

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

.p-page-welfareIntroduction__item-textBlock {
  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: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 40px 0 40px 40px;
  padding: 2.5rem 0 2.5rem 2.5rem;
  width: 56.17%;
}

.p-page-welfareIntroduction__item:nth-child(even) .p-page-welfareIntroduction__item-textBlock {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 40px 40px 40px 0;
  padding: 2.5rem 2.5rem 2.5rem 0;
}

.p-page-welfareIntroduction__item-textBlock-wrap {
  margin-top: -2px;
  margin-top: -.125rem;
  width: 100%;
  max-width: 594px;
  max-width: 37.125rem;
}

.p-page-welfareIntroduction__item-titleWrap {
  gap: 32px;
  gap: 2rem;
  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;
}

.p-page-welfareIntroduction__item-titleWrap.p-page-welfareIntroduction__item-titleWrap--start {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.p-page-welfareIntroduction__item-number {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: .4;
  margin-top: -.15em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 126px;
  font-size: 7.875rem;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
}

.p-page-welfareIntroduction__item-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.4722222222;
}

.p-page-welfareIntroduction__item-text {
  margin-top: 41px;
  margin-top: 2.5625rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9375;
}

.p-page-welfareIntroduction__item-image {
  aspect-ratio: 591/515;
  position: relative;
  width: 43.3%;
  height: auto;
  overflow: hidden;
}

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

.p-page-welfareIntroduction__imageContents {
  background-color: #F39D2C;
  padding-top: 65px;
  padding-top: 4.0625rem;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
}

.p-page-welfareIntroduction__imageContents-wrap {
  gap: 2.6388888889vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -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-page-welfareIntroduction__imageItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.p-page-welfareIntroduction__imageItem-image {
  aspect-ratio: 341/263;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.p-page-welfareIntroduction__imageItem-text {
  margin-top: 15px;
  margin-top: .9375rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.55;
  text-align: center;
}

.p-recruitTaxonomyButtons {
  margin-top: 80px;
  margin-top: 5rem;
  border-bottom: 2px solid #01469B;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.p-recruitTaxonomyButtons__items {
  gap: 48px;
  gap: 3rem;
  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__buttonWrap {
  gap: 12px;
  gap: .75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-recruitTaxonomyButtons__button {
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
  border: 2px solid #01469B;
  border-radius: .625rem;
  background-color: #01469B;
  padding: 20px;
  padding: 1.25rem;
  width: 100%;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
}

.p-recruitTaxonomyButtons__button:hover {
  background-color: #FFF;
  color: #01469B;
}

.p-section-cardContents {
  border-radius: .625rem;
  background-color: #DDEBF2;
  padding: 28px 30px 30px;
  padding: 1.75rem 1.875rem 1.875rem;
}

.p-section-cardContents.p-section-cardContents--jobFair {
  padding-top: 43px;
  padding-top: 2.6875rem;
}

.p-section-cardContents__items {
  gap: 24px;
  gap: 1.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: 32px;
  margin-top: 2rem;
}

.p-section-cardContents__items.p-section-cardContents__items--jobFair {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-section-cardContents__items.p-section-cardContents__items--beginnerDebut {
  gap: 16px;
  gap: 1rem;
}

.p-section-cardContents__items.p-section-cardContents__items--beginnerSupport {
  margin-top: 0;
}

.p-section-cardContents__title {
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  text-align: center;
}

.p-section-cardContents__title-main {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: .05em;
  line-height: 1.75;
}

.p-section-cardContents__title-sub {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.625;
}

.p-section-cardContents__items-arrow {
  margin-inline: auto;
  margin-top: 4px;
  margin-top: .25rem;
  width: 100%;
  max-width: 113px;
  max-width: 7.0625rem;
}

.p-section-cardContents__items-arrow img {
  -o-object-fit: contain;
  object-fit: contain;
}

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

.p-single-recruitFeature {
  margin-top: 80px;
  margin-top: 5rem;
  background-color: #F9F9F9;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

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

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

.p-single-recruitFeature__items {
  grid-gap: 1.25rem 1.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-single-recruitFeature__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-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;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  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: 50px;
  margin-top: 3.125rem;
  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: 354/212;
  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-family: 'Zen Kaku Gothic New', sans-serif;
  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 {
  padding-top: 80px;
  padding-top: 5rem;
}

.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-family: 'Zen Kaku Gothic New', sans-serif;
  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: #DDEBF2;
  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-family: 'Zen Kaku Gothic New', sans-serif;
  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 {
  border-bottom: 6px solid #01469B;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  text-align: center;
}

.p-single-recruitTitle__text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
}

.p-singleBlog-article__body {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.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: #F39D2C;
  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-family: 'Zen Kaku Gothic New', sans-serif;
  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 #01469B;
  background-color: rgba(1, 70, 155, .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 #01469B;
  padding-bottom: 6px;
  padding-bottom: .375rem;
  padding-left: 66px;
  padding-left: 4.125rem;
  font-size: 23px;
  font-size: 1.4375rem;
}

.p-singleBlog-article__content h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/logo_company_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  width: 2.8125rem;
  height: 36px;
  height: 2.25rem;
  content: '';
}

.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: #91A7BC;
  -webkit-text-decoration: underline #91A7BC;
  text-decoration: underline #91A7BC;
}

.p-singleBlog-article__content p a:hover {
  color: #01469B;
  -webkit-text-decoration: underline #01469B;
  text-decoration: underline #01469B;
}

.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: #F39D2C;
  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: #F39D2C;
  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 #F39D2C;
  background-color: #F39D2C;
  line-height: 1.2;
}

.p-singleBlog-article__content .wp-block-buttons .wp-block-button__link.wp-element-button:hover {
  background-color: #FFF;
  color: #F39D2C;
}

.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-family: 'Zen Kaku Gothic New', sans-serif;
  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 #01469B;
  border-right: 2px solid #01469B;
  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 {
  aspect-ratio: 1440/543;
  width: 100%;
  min-height: 543px;
  min-height: 33.9375rem;
  overflow: hidden;
}

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

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

.p-subMv__wrap::before {
  position: absolute;
  bottom: -2px;
  bottom: -.125rem;
  left: 0;
  background-image: url(../img/mv/deco_mv_building_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 10rem;
  width: 100%;
  height: 160px;
  height: 10rem;
  content: '';
}

.p-subMv__truck {
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: 3;
  width: 156px;
  width: 9.75rem;
  height: 81px;
  height: 5.0625rem;
}

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

.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: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-subMv__title {
  gap: 9px;
  gap: .5625rem;
  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;
}

.p-subMv__title-text {
  background-color: #FFF;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  line-height: 1;
}

.p-subMv__title-text--ja {
  padding: 10px 20px 15px;
  padding: .625rem 1.25rem .9375rem;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: .06em;
  text-align: center;
  white-space: nowrap;
}

.p-subMv__title-text--eng {
  padding: 6px 12px 8px;
  padding: .375rem .75rem .5rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-top-aboutWork {
  position: relative;
  margin-top: 126px;
  margin-top: 7.875rem;
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-top-aboutWork::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/bgi_top-about-work_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-aboutWork::after {
  -webkit-backdrop-filter: blur(4.5px);
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(4.5px);
  background-color: rgba(221, 235, 242, .7);
  width: 100%;
  height: 100%;
  content: '';
}

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

.p-top-aboutWork__sectionTitle {
  text-align: center;
}

.p-top-aboutWork__text {
  margin-top: 36px;
  margin-top: 2.25rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2;
  text-align: center;
}

.p-top-aboutWork__items {
  gap: 42px;
  gap: 2.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;
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.p-top-aboutWork__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 339px;
  max-width: 21.1875rem;
}

.p-top-aboutWork__button {
  margin-top: 73px;
  margin-top: 4.5625rem;
  text-align: center;
}

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

.p-top-blogContents__card {
  aspect-ratio: 492/171;
}

.p-top-environment {
  position: relative;
  padding-top: 112px;
  padding-top: 7rem;
  padding-bottom: 108px;
  padding-bottom: 6.75rem;
  overflow: hidden;
}

.p-top-environment::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-image: url(../img/top/bgi_top-environment_02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-environment::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#F39D2C));
  background: linear-gradient(to top, #FFF 0%, #F39D2C 100%);
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-environment__decoTitle {
  position: absolute;
  top: -30px;
  top: -1.875rem;
  right: -8px;
  right: -.5rem;
  z-index: 1;
  color: rgba(255, 255, 255, .4);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 126px;
  font-size: 7.875rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

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

.p-top-environment__contents-cards {
  gap: 49px;
  gap: 3.0625rem;
  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-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-top-environment__contents-card {
  width: 100%;
  max-width: 308px;
  max-width: 19.25rem;
  height: auto;
}

.p-top-forBeginner {
  position: relative;
  padding-top: 112px;
  padding-top: 7rem;
  padding-bottom: 159px;
  padding-bottom: 9.9375rem;
  overflow: hidden;
}

.p-top-forBeginner::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-image: url(../img/top/bgi_top-for-beginner_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-forBeginner::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#01469B));
  background: linear-gradient(to top, #FFF 0%, #01469B 100%);
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-forBeginner__decoTitle {
  position: absolute;
  top: -30px;
  top: -1.875rem;
  right: -8px;
  right: -.5rem;
  z-index: 1;
  color: rgba(255, 255, 255, .4);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 126px;
  font-size: 7.875rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

.p-top-forBeginner__contents {
  gap: 40px;
  gap: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  z-index: 1;
}

.p-top-forBeginner__contents-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 25px;
  margin-top: 1.5625rem;
  max-width: 354px;
  max-width: 22.125rem;
}

.p-top-forBeginner__contents-left-title-text {
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
}

.p-top-forBeginner__contents-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2;
}

.p-top-forBeginner__contents-button {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-top-forBeginner__contents-button .c-button {
  width: 100%;
}

.p-top-forBeginner__contents-cards {
  gap: 41px;
  gap: 2.5625rem;
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.p-top-forBeginner__contents-card {
  width: 100%;
  max-width: 308px;
  max-width: 19.25rem;
  height: auto;
}

.p-top-futureProject__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-top-futureProject__contents-left {
  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-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;
  padding-right: 3.8194444444vw;
  width: 41.88%;
}

.p-top-futureProject__contents-left::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/bgi_top-future-project_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-futureProject__contents-left::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1, 70, 155, .5);
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-futureProject__contents-left-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  z-index: 1;
  margin-top: -12px;
  margin-top: -.75rem;
  max-width: 400px;
  max-width: 25rem;
}

.p-top-futureProject__contents-left-title-text {
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.4;
  text-align: center;
}

.p-top-futureProject__contents-text {
  margin-top: 34px;
  margin-top: 2.125rem;
  max-width: 356px;
  max-width: 22.25rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2;
  text-align: left;
}

.p-top-futureProject__contents-button {
  margin-top: 45px;
  margin-top: 2.8125rem;
  width: 100%;
  text-align: center;
}

.p-top-futureProject__contents-button .c-button {
  width: 100%;
  max-width: 354px;
  max-width: 22.125rem;
}

.p-top-futureProject__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 58.13%;
  max-width: 1200px;
  max-width: 75rem;
}

.p-top-futureProject__imageItem {
  aspect-ratio: 279/369;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  text-align: center;
}

.p-top-futureProject__imageItem::before {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, white 100%);
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-futureProject__imageItem img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-futureProject__imageCaption {
  position: absolute;
  bottom: 39px;
  bottom: 2.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
}

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

.p-top-media__items {
  gap: 20px;
  gap: 1.25rem;
  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;
  width: 100%;
}

.p-top-media__blog {
  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: 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;
  max-width: 493px;
  max-width: 30.8125rem;
}

.p-top-media__instagram {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 543px;
  max-width: 33.9375rem;
}

.p-top-media__title {
  text-align: center;
}

.p-top-media__title-text {
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1;
}

.p-top-media__title-text.p-top-media__title-text--instagram {
  letter-spacing: .08em;
}

.p-top-media__contents {
  margin-top: 58px;
  margin-top: 3.625rem;
}

.p-top-media__button {
  margin-top: 36px;
  margin-top: 2.25rem;
  text-align: center;
}

.p-top-message__wrap {
  text-align: center;
}

.p-top-message__textBlock {
  display: inline-block;
  position: relative;
  padding-top: 27px;
  padding-top: 1.6875rem;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  text-align: center;
}

.p-top-message__textBlock::before,
.p-top-message__textBlock::after {
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 462.59px;
  width: 28.911875rem;
  height: 551.31px;
  height: 34.456875rem;
  content: '';
}

.p-top-message__textBlock::before {
  left: -524px;
  left: -32.75rem;
  background-image: url(../img/top/deco_top-message_01.png);
}

.p-top-message__textBlock::after {
  right: -524px;
  right: -32.75rem;
  background-image: url(../img/top/deco_top-message_02.png);
}

.p-top-message__firstText {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: .02em;
  line-height: 1.8666666667;
}

.p-top-message__secondText {
  margin-top: 28px;
  margin-top: 1.75rem;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .02em;
  line-height: 2;
}

.p-top-message__buttons {
  gap: 49.84px;
  gap: 3.115rem;
  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: 81px;
  margin-top: 5.0625rem;
}

.p-top-office {
  position: relative;
  margin-top: 152px;
  margin-top: 9.5rem;
  padding-top: 81px;
  padding-top: 5.0625rem;
}

.p-top-office::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  border-top-right-radius: 50% 100%;
  border-top-left-radius: 50% 100%;
  background-color: #DDEBF2;
  width: 130%;
  height: 300px;
  height: 18.75rem;
  content: '';
}

.p-top-office__sectionTitle {
  text-align: center;
}

.p-top-office__contents {
  background-color: #DDEBF2;
  padding-top: 52px;
  padding-top: 3.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.p-top-office__itemsWrap {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-office__items {
  gap: 8px;
  gap: .5rem;
  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;
  width: 100%;
}

.p-top-office__items--center {
  gap: 58px;
  gap: 3.625rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-office__item {
  width: 328px;
  width: 20.5rem;
}

.p-top-recruit {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.p-top-recruit__sectionTitle {
  text-align: center;
}

.p-top-recruit__items {
  gap: 44px;
  gap: 2.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50.56px;
  margin-top: 3.16rem;
}

.p-top-recruit__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -96.56px;
  margin-top: -6.035rem;
  max-width: 512px;
  max-width: 32rem;
}

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

.p-top-recruit__textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 490px;
  max-width: 30.625rem;
}

.p-top-recruit__textBlock-top {
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.64;
}

.p-top-recruit__textBlock-bottom {
  margin-top: 22px;
  margin-top: 1.375rem;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2;
}

.p-top-recruit__buttons {
  gap: 49.84px;
  gap: 3.115rem;
  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: 36.44px;
  margin-top: 2.2775rem;
}

.p-top-worksContents__inner {
  padding-inline: 30px;
  padding-inline: 1.875rem;
}

.p-top-worksContents__body {
  margin-inline: auto;
  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;
  border-radius: 1.875rem;
  padding-right: 60px;
  padding-right: 3.75rem;
  padding-left: 111px;
  padding-left: 6.9375rem;
  min-height: 306px;
  min-height: 19.125rem;
  overflow: hidden;
}

.p-top-worksContents__body::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/bgi_top-about-style_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-worksContents__body.p-top-worksContents__body--environment::before {
  background-image: url(../img/top/bgi_top-environment_01.jpg);
}

.p-top-worksContents__body::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1, 70, 155, .8);
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-worksContents--orange .p-top-worksContents__body::after {
  background-color: rgba(243, 157, 44, .8);
}

.p-top-worksContents__body-inner {
  margin-inline: auto;
  width: 100%;
  max-width: 1440px;
  max-width: 90rem;
}

.p-top-worksContents__textBlock {
  gap: 40px;
  gap: 2.5rem;
  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;
  width: 100%;
  max-width: 1203px;
  max-width: 75.1875rem;
}

.p-top-worksContents__sectionTitle {
  white-space: nowrap;
}

.p-top-worksContents__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 847px;
  max-width: 52.9375rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 2;
}

.p-topMv {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 620px;
  min-height: 38.75rem;
  overflow: hidden;
}

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

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

.p-topMv__wrap::before {
  position: absolute;
  bottom: -2px;
  bottom: -.125rem;
  left: 0;
  z-index: 2;
  background-image: url(../img/mv/deco_mv_building_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 10rem;
  width: 100%;
  height: 160px;
  height: 10rem;
  content: '';
}

.p-topMv__truck {
  position: absolute;
  right: 30px;
  right: 1.875rem;
  bottom: 0;
  z-index: 3;
  width: 156px;
  width: 9.75rem;
  height: 81px;
  height: 5.0625rem;
}

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

.p-topMv__textBlock {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 78%;
  max-width: 1920px;
  max-width: 120rem;
  height: 55dvh;
  min-height: 280px;
  min-height: 17.5rem;
}

.p-topMv__copyLeft {
  gap: 16px;
  gap: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  -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: start;
  -ms-flex-align: start;
  align-items: start;
}

.p-topMv__copyLeft-text {
  background-color: #FFF;
  padding: 4px 7px 6px;
  padding: .25rem .4375rem .375rem;
  color: #01469B;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(42px, 2.7777777778vw, 58px);
  font-size: clamp(2.625rem, 2.7777777778vw, 58px);
  font-weight: 900;
  line-height: 1;
}

.p-topMv__copyRight {
  gap: 8px;
  gap: .5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 0;
  bottom: 0;
  -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: start;
  -ms-flex-align: start;
  align-items: start;
}

.p-topMv__copyRight-text {
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(40px, 2.6388888889vw, 52px);
  font-size: clamp(2.5rem, 2.6388888889vw, 52px);
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.7142857143;
}

.p-topMv__copyRight-logo {
  width: 100%;
  max-width: clamp(260px, 22.2222222222vw, 380px);
}

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

.u-truck-move {
  position: absolute;
  right: -10vw;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: moveleft 12s linear infinite, truckshake .4s ease-in-out infinite;
  animation: moveLeft 12s linear infinite, truckShake .4s ease-in-out infinite;
}
@-webkit-keyframes moveLeft {

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

  100% {
    -webkit-transform: translateX(-130vw);
    transform: translateX(-130vw);
  }
}
@keyframes moveLeft {

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

  100% {
    -webkit-transform: translateX(-130vw);
    transform: translateX(-130vw);
  }
}
@-webkit-keyframes truckShake {

  0% {
    translate: 0 0;
    rotate: 0deg;
  }

  25% {
    translate: -.3px .3px;
    rotate: -.1deg;
  }

  50% {
    translate: .3px -.3px;
    rotate: -.05deg;
  }

  75% {
    translate: -.3px .3px;
    rotate: -.075deg;
  }

  100% {
    translate: 0 0;
    rotate: 0deg;
  }
}
@keyframes truckShake {

  0% {
    translate: 0 0;
    rotate: 0deg;
  }

  25% {
    translate: -.3px .3px;
    rotate: -.1deg;
  }

  50% {
    translate: .3px -.3px;
    rotate: -.05deg;
  }

  75% {
    translate: -.3px .3px;
    rotate: -.075deg;
  }

  100% {
    translate: 0 0;
    rotate: 0deg;
  }
}

.u-bg-white {
  background-color: #FFF;
}

.u-color-black {
  color: #000;
}

.u-color-orange {
  color: #F39D2C;
}

.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-overflowHidden {
  overflow: hidden !important;
}

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

.u-onlyPc {
  display: block;
}

.u-onlySp {
  display: none;
}

.u-onlySp--sm {
  display: none;
}

.u-hover-border__center-blue,
.u-hover-border__center-orange,
.u-hover-border__left-orange,
.u-hover-border__left-white {
  position: relative;
}

.u-hover-border__center-blue::after,
.u-hover-border__center-orange::after,
.u-hover-border__left-orange::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 .3s;
  transition: all .3s;
  width: 100%;
  height: 2px;
  content: '';
}

.u-hover-border__center-blue::after {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  background-color: #01469B;
}

.u-hover-border__center-orange::after {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  background-color: #F39D2C;
}

.u-hover-border__left-orange::after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: #F39D2C;
}

.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-blue::after,
.u-hover-border:hover .u-hover-border__center-orange::after,
.u-hover-border:hover .u-hover-border__left-orange::after,
.u-hover-border:hover .u-hover-border__left-white::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.u-hover-opacity__07 {
  -webkit-transition: .3s cubic-bezier(.45, 0, .55, 1);
  transition: .3s cubic-bezier(.45, 0, .55, 1);
}

.u-hover-opacity:hover .u-hover-opacity__07 {
  opacity: .7;
}

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

.u-ls-m035 {
  letter-spacing: -.35em;
}

.u-ml-8 {
  margin-left: 8px;
  margin-left: .5rem;
}

.u-ml-27 {
  margin-left: 27px;
  margin-left: 1.6875rem;
}

.u-mt-1rem {
  margin-top: 16px;
  margin-top: 1rem;
}

.u-mt-2rem {
  margin-top: 32px;
  margin-top: 2rem;
}

.u-mt-10 {
  margin-top: 10px;
  margin-top: .625rem;
}

.u-mt-11 {
  margin-top: 11px;
  margin-top: .6875rem;
}

.u-mt-16 {
  margin-top: 10px;
  margin-top: .625rem;
}

.u-mt-18 {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.u-mt-21 {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.u-mt-24 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.u-mt-25 {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.u-mt-27 {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.u-mt-30 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.u-mt-35 {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.u-mt-38 {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.u-mt-47 {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.u-mt-56 {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.u-mt-m12--pc {
  margin-top: -12px;
  margin-top: -.75rem;
}

.u-pb-10 {
  padding-bottom: 10px;
  padding-bottom: .625rem;
}

.u-pb-4--sp {
  padding-bottom: 4px;
  padding-bottom: .25rem;
}

@media screen and (min-width: 768px) {

  html {
    font-size: 1.4545454545vw;
  }

  :root {
    --header-height: 124px;
  }

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

@media (min-width: 1100px) {

  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {

  .c-pageLinks.c-pageLinks--office {
    gap: 22px 37px;
    gap: 1.375rem 2.3125rem;
  }

  .p-drawer__tel {
    display: none;
  }

  .p-header__drawer {
    display: none;
  }

  .p-page-aboutWork-salary__card {
    padding-left: 68px;
    padding-left: 4.25rem;
  }

  .p-page-futureProject-contents__head-number {
    bottom: -17px;
    bottom: -1.0625rem;
    left: -20px;
    left: -1.25rem;
    font-size: 263px;
    font-size: 16.4375rem;
  }

  .p-page-futureProject-contents__head-number-small {
    font-size: 145px;
    font-size: 9.0625rem;
  }

  .p-page-futureProject-contents__salary-body {
    padding-left: 87px;
    padding-left: 5.4375rem;
  }

  .p-page-office-pageLinks__wrap {
    gap: 22px 30px;
    gap: 1.375rem 1.875rem;
  }

  .p-page-officeIntroduction__intro {
    gap: 70px;
    gap: 4.375rem;
  }

  .p-page-officeMessage__intro {
    gap: 70px;
    gap: 4.375rem;
  }

  .p-page-welfareBenefit__contents {
    gap: 44px;
    gap: 2.75rem;
  }

  .p-page-welfareIntroduction__topContents-decoTitle {
    font-size: 126px;
    font-size: 7.875rem;
  }
}

@media screen and (min-width: 1960px) {

  .p-page-jobFair-look .swiper-wrapper {
    padding-left: 0;
  }

  .p-page-jobFair-look .swiper-slide {
    max-width: 526.25px;
    max-width: 32.890625rem;
  }
}

@media screen and (max-width: 1439px) {

  .p-header__inner {
    margin-inline: 20px;
    margin-inline: 1.25rem;
  }

  .p-header__whiteWrap {
    padding-inline: 20px;
    padding-inline: 1.25rem;
    border-radius: .625rem;
    height: 72px;
  }

  .p-header__pcTel {
    display: none;
  }

  .p-header__pcNav {
    display: none;
  }

  .p-header__pcContact {
    display: none;
  }
}

@media screen and (max-width: 1279px) {

  .p-top-futureProject__images {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-top-futureProject__imageItem {
    min-width: initial;
  }
}

@media screen and (max-width: 1023px) {

  .p-single-recruitFeature .swiper-wrapper,
  .p-page-officeFeature .swiper-wrapper {
    position: relative;
  }

  .p-single-recruitFeature .swiper-slide,
  .p-page-officeFeature .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,
  .p-page-officeFeature .swiper-button-prev,
  .p-page-officeFeature .swiper-button-next,
  .p-page-officeFeature .swiper-pagination {
    display: inline-block;
  }

  .p-single-recruitFeature .swiper-button-prev,
  .p-single-recruitFeature .swiper-button-next,
  .p-page-officeFeature .swiper-button-prev,
  .p-page-officeFeature .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-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    width: 4.375rem;
    height: 70px;
    height: 4.375rem;
  }

  .p-single-recruitFeature .swiper-button-prev,
  .p-page-officeFeature .swiper-button-prev {
    left: 2.7777777778vw;
    background-image: url(../img/common/icon_arrow_circle-orange_left_01.svg);
  }

  .p-single-recruitFeature .swiper-button-prev:hover,
  .p-page-officeFeature .swiper-button-prev:hover {
    -webkit-transform: translate(-3px, -50%);
    transform: translate(-3px, -50%);
  }

  .p-single-recruitFeature .swiper-button-next,
  .p-page-officeFeature .swiper-button-next {
    right: 2.7777777778vw;
    background-image: url(../img/common/icon_arrow_circle-orange_right_01.svg);
  }

  .p-single-recruitFeature .swiper-button-next:hover,
  .p-page-officeFeature .swiper-button-next:hover {
    -webkit-transform: translate(3px, -50%);
    transform: translate(3px, -50%);
  }

  .p-page-futureProject__search-item-text {
    font-size: clamp(13px, 1.5vw, 16px);
    font-size: clamp(.8125rem, 1.5vw, 1rem);
  }

  .p-page-officeFeature {
    margin-top: 70px;
    margin-top: 4.375rem;
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .l-container.p-page-officeFeature__contents {
    padding-inline: 0;
    margin-left: calc((100% - 100vw) / 2);
    width: 100vw;
    max-width: none;
  }

  .p-page-officeFeature__slider {
    padding: 20px 0 40px;
    padding: 1.25rem 0 2.5rem;
  }

  .p-page-officeFeature__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-page-officeFeature__item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    min-height: initial;
  }

  .p-page-officeFeature__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;
  }

  .p-page-officeFeature__cardTitle {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-officeFeature__cardText {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-officeMessage {
    margin-top: 70px;
    margin-top: 4.375rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .p-single-recruitFeature {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .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 24px;
    padding: 1.25rem 1rem 1.5rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-top-futureProject__contents-left {
    padding-inline: 20px;
    padding-inline: 1.25rem;
  }

  .p-top-office::before {
    height: 240px;
    height: 15rem;
  }
}

@media screen and (max-width: 767px) {

  .p-page-jobFair-look .swiper-wrapper {
    padding-left: 0;
  }

  .p-page-jobFair-look .swiper-slide {
    width: 80%;
    max-width: initial;
  }

  .p-page-jobFair-look .jobfair-slider__button {
    width: 60px;
    width: 3.75rem;
    height: 60px;
    height: 3.75rem;
  }

  .p-page-jobFair-look .swiper-button-prev {
    left: 1.1111111111vw;
  }

  .p-page-jobFair-look .swiper-button-prev:hover {
    -webkit-transform: translate(-3px, -50%);
    transform: translate(-3px, -50%);
  }

  .p-page-jobFair-look .swiper-button-next {
    right: 1.1111111111vw;
  }

  .p-page-jobFair-look .swiper-button-next:hover {
    -webkit-transform: translate(3px, -50%);
    transform: translate(3px, -50%);
  }

  .p-page-jobFair-look .jobfair-slider__button::after {
    width: 55px;
    width: 3.4375rem;
    height: 55px;
    height: 3.4375rem;
  }

  .p-single-recruitFeature .swiper-button-prev,
  .p-single-recruitFeature .swiper-button-next,
  .p-page-officeFeature .swiper-button-prev,
  .p-page-officeFeature .swiper-button-next {
    width: 55px;
    width: 3.4375rem;
    height: 55px;
    height: 3.4375rem;
  }

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

  .wpcf7 .formItem.formItem--radio {
    margin-top: 6px;
    margin-top: .375rem;
  }

  .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 {
    gap: 10px;
    gap: .625rem;
  }

  .wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item {
    width: 100%;
  }

  .wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item-label {
    padding-left: 30px;
    padding-left: 1.875rem;
  }

  .wpcf7 .formItem .wpcf7-radio.circle-radio .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 {
    left: 5px;
    left: .3125rem;
    width: 10px;
    width: .625rem;
    height: 10px;
    height: .625rem;
  }

  .wpcf7 .formItem .wpcf7-checkbox.circle-checkbox {
    gap: 10px;
    gap: .625rem;
  }

  .wpcf7 .formItem .wpcf7-checkbox.circle-checkbox .wpcf7-list-item {
    width: 100%;
  }

  .wpcf7 .formItem .wpcf7-checkbox.circle-checkbox .wpcf7-list-item-label {
    padding-left: 30px;
    padding-left: 1.875rem;
  }

  .wpcf7 .formItem .wpcf7-checkbox.circle-checkbox .wpcf7-list-item-label::before {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }

  .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] {
    padding: 14px 20px 16px;
    padding: .875rem 1.25rem 1rem;
    width: 100%;
    min-width: initial;
    max-width: 320px;
    max-width: 20rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

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

  .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-formContents {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .l-subMain--recruit {
    margin-top: 72px;
    margin-top: 4.5rem;
  }

  .l-subMain--contact {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .l-top-worksContents {
    margin: 24px 0;
    margin: 1.5rem 0;
  }

  .l-topMain {
    margin-top: 40px;
    margin-top: 2.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%;
  }

  .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 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 40px 10px 20px;
    padding: .5rem 2.5rem .625rem 1.25rem;
    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;
  }

  .c-button.c-button--sp-textSmall {
    font-size: 15px;
    font-size: .9375rem;
  }

  .c-button.c-button--aboutWork-workstyle {
    padding: 8px 50px 10px 30px;
    padding: .5rem 3.125rem .625rem 1.875rem;
    width: auto;
    min-width: initial;
    max-width: initial;
  }

  .c-button.c-button--futureProject {
    padding: 8px 50px 10px 30px;
    padding: .5rem 3.125rem .625rem 1.875rem;
    width: 80%;
    min-width: initial;
    max-width: 420px;
    max-width: 26.25rem;
  }

  .c-button.c-button--welfareBenefit,
  .c-button--officeMessage {
    padding: 8px 50px 10px 30px;
    padding: .5rem 3.125rem .625rem 1.875rem;
    width: auto;
    min-width: initial;
    max-width: initial;
  }

  .c-button--officeMessage {
    width: 90%;
    max-width: 520px;
    max-width: 32.5rem;
  }

  .c-button--aboutWork-workstyle-textSmall {
    font-size: 14px;
    font-size: .875rem;
  }

  .c-button--icon {
    gap: 10px;
    gap: .625rem;
  }

  .c-button::before {
    right: 16px;
    right: 1rem;
    width: 6px;
    width: .375rem;
    height: 12px;
    height: .75rem;
  }

  .c-button__icon[data-name=mail] {
    max-width: 20px;
    max-width: 1.25rem;
  }

  .c-button__icon[data-name=line] {
    max-width: 30px;
    max-width: 1.875rem;
  }

  .c-page-aboutWorkTitle {
    padding: 20px 16px;
    padding: 1.25rem 1rem;
  }

  .c-page-aboutWorkTitle__textWrap {
    padding-left: 48px;
    padding-left: 3rem;
  }

  .c-page-aboutWorkTitle__textWrap::before {
    width: 30px;
    width: 1.875rem;
    height: 24px;
    height: 1.5rem;
  }

  .c-page-aboutWorkTitle__text {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .c-page-faqItem__question-inner {
    padding: 20px 62px 20px 72px;
    padding: 1.25rem 3.875rem 1.25rem 4.5rem;
    min-height: 88px;
    min-height: 5.5rem;
  }

  .c-page-faqItem__answer-inner {
    padding: 20px 20px 20px 72px;
    padding: 1.25rem 1.25rem 1.25rem 4.5rem;
  }

  .c-page-faqItem__icon {
    left: 20px;
    left: 1.25rem;
    width: 44px;
    width: 2.75rem;
    height: 44px;
    height: 2.75rem;
  }

  .c-page-faqItem__icon-text {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .c-page-faqItem__text-question {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .c-page-faqItem__text-answer {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
  }

  .c-page-faqItem__toggle {
    right: 20px;
    right: 1.25rem;
    width: 26px;
    width: 1.625rem;
    height: 26px;
    height: 1.625rem;
  }

  .c-page-faqItem__toggle::before,
  .c-page-faqItem__toggle::after {
    width: 10px;
    width: .625rem;
    height: 2px;
    height: .125rem;
  }

  .c-page-futureProject-contentsTitle {
    padding: 20px 16px;
    padding: 1.25rem 1rem;
  }

  .c-page-futureProject-contentsTitle__textWrap {
    padding-left: 48px;
    padding-left: 3rem;
  }

  .c-page-futureProject-contentsTitle__textWrap::before {
    width: 30px;
    width: 1.875rem;
    height: 24px;
    height: 1.5rem;
  }

  .c-page-futureProject-contentsTitle__text {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .c-pageLinks {
    gap: 16px 20px;
    gap: 1rem 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .c-pageLinks.c-pageLinks--office {
    gap: 16px 20px;
    gap: 1rem 1.25rem;
  }

  .c-pageLinks__item {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .c-section-cardContents-item {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    padding: 1.25rem;
  }

  .c-section-cardContents-item__image {
    aspect-ratio: 343/204;
    width: 100%;
  }

  .c-section-cardContents-item.c-section-cardContents-item--jobFair .c-section-cardContents-item__image {
    aspect-ratio: 343/180;
  }

  .c-section-cardContents-item__body {
    margin-top: 0;
    width: 100%;
  }

  .c-section-cardContents-item__body.c-section-cardContents-item__body--beginnerDebut {
    margin-top: 0;
  }

  .c-section-cardContents-item__title {
    -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;
    padding-bottom: 6px;
    padding-bottom: .375rem;
  }

  .c-section-cardContents-item__title.c-section-cardContents-item__title--beginnerDebut {
    padding-bottom: 6px;
    padding-bottom: .375rem;
  }

  .c-section-cardContents-item__title-number {
    padding-bottom: 4px;
    padding-bottom: .25rem;
    font-size: 32px;
    font-size: 2rem;
  }

  .c-section-cardContents-item__title-text {
    padding-inline: 0;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
  }

  .c-section-cardContents-item.c-section-cardContents-item--beginnerDebut .c-section-cardContents-item__title-text {
    text-align: center;
  }

  .c-section-cardContents-item__title-text-small {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
  }

  .c-section-cardContents-item__text {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .c-section-cardContents-item.c-section-cardContents-item--beginnerDebut .c-section-cardContents-item__text {
    text-align: center;
  }

  .c-section-cardContents-item.c-section-cardContents-item--jobFair .c-section-cardContents-item__text {
    text-align: left;
  }

  .c-section-cardContents-item__linkWrap {
    margin-top: 16px;
    margin-top: 1rem;
    text-align: left;
  }

  .c-section-cardContents-item__link {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .c-sectionHead {
    border-radius: 1.25rem;
    padding: 20px 16px 30px;
    padding: 1.25rem 1rem 1.875rem;
    min-height: 110px;
    min-height: 6.875rem;
  }

  .c-sectionHead__title-text {
    padding-left: 60px;
    padding-left: 3.75rem;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .c-sectionHead__title-text::before {
    width: 50px;
    width: 3.125rem;
    height: 40px;
    height: 2.5rem;
  }

  .c-sectionHead__text {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
  }

  .c-sectionTitle-logo--border {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }

  .c-sectionTitle-logo--border::before {
    width: 24px;
    width: 1.5rem;
    height: 2.5px;
    height: .15625rem;
  }

  .c-sectionTitle-logo__text {
    padding-left: 60px;
    padding-left: 3.75rem;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .c-sectionTitle-logo__text::before {
    width: 45px;
    width: 2.8125rem;
    height: 36px;
    height: 2.25rem;
  }

  .c-sectionTitle-text.c-sectionTitle-text--border {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }

  .c-sectionTitle-text--border::before {
    width: 24px;
    width: 1.5rem;
    height: 2.5px;
    height: .15625rem;
  }

  .c-sectionTitle-text__wrap {
    gap: 12px;
    gap: .75rem;
  }

  .c-sectionTitle-text__wrap.c-sectionTitle-text__wrap--top-worksContents {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-sectionTitle-text__ja {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: .08em;
  }

  .c-sectionTitle-text__eng {
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .03em;
  }

  .c-textButton {
    padding: 14px 20px 16px;
    padding: .875rem 1.25rem 1rem;
    width: 100%;
    min-width: initial;
    font-size: 16px;
    font-size: 1rem;
  }

  .c-textButton.c-textButton--jobFair {
    padding: 14px 20px 16px;
    padding: .875rem 1.25rem 1rem;
  }

  .c-textButton.c-textButton--pageLinks {
    padding: 18px 20px 20px;
    padding: 1.125rem 1.25rem 1.25rem;
  }

  .c-top-aboutCard {
    padding: 12px 12px 24px;
    padding: .75rem .75rem 1.5rem;
  }

  .c-top-aboutCard__body {
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .c-top-blogCard__body {
    padding: 16px;
    padding: 1rem;
  }

  .c-top-blogCard__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-top-blogCard__text {
    -webkit-line-clamp: 4;
  }

  .c-top-blogCard__image {
    width: 100%;
    max-width: 40%;
  }

  .c-top-officeCard__imagePerson {
    bottom: 4px;
    bottom: .25rem;
    left: 4px;
    left: .25rem;
    width: 72px;
    width: 4.5rem;
  }

  .c-top-officeCard__body {
    margin-top: 10px;
    margin-top: .625rem;
    padding-right: 36px;
    padding-right: 2.25rem;
  }

  .c-top-officeCard__body::before {
    right: 4px;
    right: .25rem;
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
  }

  .c-top-officeCard__office {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .c-top-officeCard__office-small {
    margin-left: 4px;
    margin-left: .25rem;
    font-size: 12px;
    font-size: .75rem;
  }

  .c-top-officeCard__name {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .c-top-workCard__wrap {
    padding-inline: 40px;
    padding-inline: 2.5rem;
  }

  .c-top-workCard__wrap::after {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
  }

  .c-top-workCard__textWrap-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .c-top-workCard__textWrap-text {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .p-archive-blog__sidebar {
    margin-inline: auto;
    max-width: 500px;
    max-width: 31.25rem;
  }

  .p-archive-recruit__title {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .p-archive-recruit__items {
    gap: 32px;
    gap: 2rem;
    margin-top: 54px;
    margin-top: 3.375rem;
  }

  .p-archiveBlog-article__items {
    gap: 50px;
    gap: 3.125rem;
  }

  .p-bottomCta__tel {
    top: 50%;
  }

  .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 {
    pointer-events: auto;
    font-size: clamp(12px, 3.7vw, 26px);
    font-size: clamp(.75rem, 3.7vw, 1.625rem);
  }

  .p-bottomCta__buttons {
    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: 0;
    text-align: center;
  }

  .p-bottomCta__button {
    width: 100%;
    max-width: 100%;
  }

  .p-drawer__wrap {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(.9375rem, rgba(0, 0, 0, .05)), color-stop(2.1875rem, rgba(0, 0, 0, .15)), color-stop(3.125rem, rgba(0, 0, 0, .3)), color-stop(3.75rem, black));
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .05) .9375rem, rgba(0, 0, 0, .15) 2.1875rem, rgba(0, 0, 0, .3) 3.125rem, black 3.75rem);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(.9375rem, rgba(0, 0, 0, .05)), color-stop(2.1875rem, rgba(0, 0, 0, .15)), color-stop(3.125rem, rgba(0, 0, 0, .3)), color-stop(3.75rem, black));
    mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .05) .9375rem, rgba(0, 0, 0, .15) 2.1875rem, rgba(0, 0, 0, .3) 3.125rem, black 3.75rem);
  }

  .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-drawer__tel-number {
    pointer-events: auto;
  }

  .p-footer {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .p-footer__wrap {
    -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-footer__company {
    width: 100%;
    max-width: initial;
  }

  .p-footer__company-info-text-tel {
    pointer-events: auto;
  }

  .p-footer__links {
    margin-top: 0;
    width: 100%;
    max-width: initial;
  }

  .p-footer__nav {
    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-footer__sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-formContents {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-formContents__textWrap {
    margin-top: 36px;
    margin-top: 2.25rem;
  }

  .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: 30px;
    margin-top: 1.875rem;
    padding: 50px 20px;
    padding: 3.125rem 1.25rem;
  }

  .p-header-pcTel__number {
    pointer-events: auto;
  }

  .p-header {
    height: 50px;
  }

  .p-header__inner {
    margin-inline: 10px;
    margin-inline: .625rem;
  }

  .p-header__contents {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .p-header__whiteWrap {
    padding-inline: 10px;
    padding-inline: .625rem;
    height: 42px;
  }

  .p-header__logo {
    max-width: 192px;
    max-width: 12rem;
  }

  .p-opening__logo {
    -webkit-transform: scale(1.1) translateY(-10%);
    transform: scale(1.1) translateY(-10%);
    max-height: 40%;
  }

  .p-page-aboutWork-head {
    margin-top: 60px;
    margin-top: 3.75rem;
    min-height: 240px;
    min-height: 15rem;
  }

  .p-page-aboutWork-head__content {
    margin-top: 0;
  }

  .p-page-aboutWork-head__title {
    padding-top: 48px;
    padding-top: 3rem;
  }

  .p-page-aboutWork-head__title::before {
    width: 48px;
    width: 3rem;
    height: 38px;
    height: 2.375rem;
  }

  .p-page-aboutWork-head__title-ja {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-page-aboutWork-head__title-eng {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 12px;
    font-size: .75rem;
  }

  .p-page-aboutWork-salary {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }

  .p-page-aboutWork-salary__card {
    gap: 24px;
    gap: 1.5rem;
    -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;
    margin-top: 32px;
    margin-top: 2rem;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
    width: 90%;
    max-width: 480px;
    max-width: 30rem;
  }

  .p-page-aboutWork-salary__card-image {
    margin-top: 0;
    width: 70px;
    width: 4.375rem;
  }

  .p-page-aboutWork-salary__card-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .p-page-aboutWork-salary__label {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-aboutWork-salary__amount {
    margin-top: 10px;
    margin-top: .625rem;
  }

  .p-page-aboutWork-salary__amount-text {
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .05em;
  }

  .p-page-aboutWork-salary__amount-text-large {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .p-page-aboutWork-salary__amount-text-middle {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-page-aboutWork-salary__amount-text-small {
    margin-left: 2px;
    margin-left: .125rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-aboutWork-scheduleItem {
    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-aboutWork-scheduleItem__imageWrap {
    -webkit-flex-shrink: initial;
    -ms-flex-negative: initial;
    flex-shrink: initial;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: .625rem;
    background-color: #FFF;
    padding: 10px;
    padding: .625rem;
    width: 100%;
  }

  .p-page-aboutWork-scheduleItem__imageWrap.p-page-aboutWork-scheduleItem__imageWrap--none {
    display: none;
  }

  .p-page-aboutWork-scheduleItem__imageDeco {
    display: contents;
    margin-right: 0;
  }

  .p-page-aboutWork-scheduleItem__imageDeco::before {
    display: none;
  }

  .p-page-aboutWork-scheduleItem__imageDeco::after {
    display: none;
  }

  .p-page-aboutWork-scheduleItem__image {
    aspect-ratio: 16/9;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    border-radius: .5rem;
    padding: 0;
    width: 100%;
    height: auto;
  }

  .p-page-aboutWork-scheduleItem__image img {
    border-radius: initial;
    width: 100%;
    height: 100%;
  }

  .p-page-aboutWork-scheduleItem__content {
    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;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-left: 10px;
    padding-left: .625rem;
  }

  .p-page-aboutWork-scheduleItem__time {
    width: auto;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
  }

  .p-page-aboutWork-scheduleItem__textBlock {
    padding-left: 27.2px;
    padding-left: 1.7rem;
    width: 100%;
  }

  .p-page-aboutWork-scheduleItem__title {
    padding-left: 32px;
    padding-left: 2rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-aboutWork-scheduleItem__title::before {
    top: 11px;
    top: .6875rem;
    left: -11px;
    left: -.6875rem;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
  }

  .p-page-aboutWork-scheduleItem__textWrap {
    margin-top: 8px;
    margin-top: .5rem;
    padding-bottom: 12px;
    padding-bottom: .75rem;
    padding-left: 32px;
    padding-left: 2rem;
    min-height: auto;
  }

  .p-page-aboutWork-scheduleItem__text {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    min-height: initial;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.8666666667;
  }

  .p-page-aboutWork-scheduleItem__text-inner {
    max-width: 100%;
  }

  .p-page-aboutWork-description {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-aboutWork-description__wrap {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 90%;
  }

  .p-page-aboutWork-description__image {
    width: 100%;
    max-width: 100%;
  }

  .p-page-aboutWork-description__textBlock {
    margin-left: 0;
    border-right: 2px solid #F39D2C;
    border-bottom: 2px solid #F39D2C;
    border-left: 2px solid #F39D2C;
    padding: 32px 20px;
    padding: 2rem 1.25rem;
    width: 100%;
  }

  .p-page-aboutWork-description__textBlock-title {
    gap: 12px;
    gap: .75rem;
  }

  .p-page-aboutWork-description__textBlock-title-text {
    padding-left: 40px;
    padding-left: 2.5rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-aboutWork-description__textBlock-title-text::before {
    width: 28px;
    width: 1.75rem;
    height: 23px;
    height: 1.4375rem;
  }

  .p-page-aboutWork-description__textBlock-text {
    margin-top: 12px;
    margin-top: .75rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
  }

  .p-page-aboutWork-message__text {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.7;
  }

  .p-page-aboutWork-pageLinks {
    margin-top: 48px;
    margin-top: 3rem;
  }

  .p-page-aboutWork-pageLinks__wrap {
    gap: 20px;
    gap: 1.25rem;
    margin-inline: auto;
    max-width: 520px;
    max-width: 32.5rem;
  }

  .p-page-aboutWork-pageLinks__row {
    gap: 16px;
    gap: 1rem;
  }

  .p-page-aboutWork-pageLinks__row.p-page-aboutWork-pageLinks__row--three {
    grid-template-columns: 1fr;
  }

  .p-page-aboutWork-pageLinks__row.p-page-aboutWork-pageLinks__row--two {
    grid-template-columns: 1fr;
    max-width: initial;
  }

  .p-page-aboutWork-pageLinks__button {
    padding: 16px 14px;
    padding: 1rem .875rem;
    max-width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-aboutWork-points {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .p-page-aboutWork-points__items {
    gap: 24px;
    gap: 1.5rem;
    margin-inline: auto;
    grid-template-columns: 1fr;
    margin-top: 32px;
    margin-top: 2rem;
    width: 90%;
  }

  .p-page-aboutWork-points__item {
    padding: 20px 16px 24px;
    padding: 1.25rem 1rem 1.5rem;
  }

  .p-page-aboutWork-points__item-image {
    aspect-ratio: 16/10;
  }

  .p-page-aboutWork-points__item-body {
    margin-top: 12px;
    margin-top: .75rem;
    max-width: 100%;
    text-align: center;
  }

  .p-page-aboutWork-points__item-body.p-page-aboutWork-points__item-body--wide {
    max-width: 100%;
  }

  .p-page-aboutWork-points__item-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-page-aboutWork-points__item-text {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
  }

  .p-page-aboutWork-points__item-linkWrap {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-page-aboutWork-points__item-link {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .p-page-aboutWork-schedule {
    margin-top: 48px;
    margin-top: 3rem;
  }

  .p-page-aboutWork-schedule__days {
    gap: 46px;
    gap: 2.875rem;
    margin-inline: auto;
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 95%;
  }

  .p-page-aboutWork-schedule__days.p-page-aboutWork-schedule__days--driverLong {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-page-aboutWork-schedule__day {
    gap: 30px;
    gap: 1.875rem;
  }

  .p-page-aboutWork-schedule__day-title {
    padding: 10px 10px 16px;
    padding: .625rem .625rem 1rem;
    min-width: 260px;
    min-width: 16.25rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-aboutWork-schedule__day-title-number {
    font-size: 35px;
    font-size: 2.1875rem;
  }

  .p-page-aboutWork-schedule__list {
    gap: 24px;
    gap: 1.5rem;
  }

  .p-page-aboutWork-voice {
    margin-top: 48px;
    margin-top: 3rem;
  }

  .p-page-aboutWork-voice__wrap {
    margin-inline: auto;
  }

  .p-page-aboutWork-voice__body {
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
  }

  .p-page-aboutWork-voice__textBlock {
    margin-top: 0;
    width: 100%;
  }

  .p-page-aboutWork-voice__meta-item {
    gap: 12px;
    gap: .75rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-aboutWork-voice__meta-label {
    width: auto;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-aboutWork-voice__meta-label::before {
    width: 12px;
    width: .75rem;
    height: 12px;
    height: .75rem;
  }

  .p-page-aboutWork-voice__meta-value {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-aboutWork-voice__lead {
    margin-top: 32px;
    margin-top: 2rem;
    padding-bottom: 10px;
    padding-bottom: .625rem;
  }

  .p-page-aboutWork-voice__lead-text {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-aboutWork-voice__comment {
    margin-top: 18px;
    margin-top: 1.125rem;
  }

  .p-page-aboutWork-voice__comment-text {
    max-width: initial;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
  }

  .p-page-aboutWork-voice__image {
    aspect-ratio: 2/1;
    margin-inline: auto;
    max-width: 90%;
  }

  .p-page-aboutWork-workstyle {
    margin-top: 48px;
    margin-top: 3rem;
  }

  .p-page-aboutWork-workstyle__overlay {
    padding: 32px 16px;
    padding: 2rem 1rem;
  }

  .p-page-aboutWork-workstyle__subTitle {
    gap: 12px;
    gap: .75rem;
  }

  .p-page-aboutWork-workstyle__subTitle-ja {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }

  .p-page-aboutWork-workstyle__subTitle-eng {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-aboutWork-workstyle__catch {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 24px 12px;
    padding: 1.5rem .75rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .p-page-aboutWork-workstyle__bottom {
    padding: 32px 16px;
    padding: 2rem 1rem;
  }

  .p-page-aboutWork-workstyle__bottom-text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
  }

  .p-page-aboutWork-workstyle__bottom-text p {
    display: inline-block;
  }

  .p-page-aboutWork-workstyle__button {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-page-beginnerDebut {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-page-beginnerDebut__topText {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .p-page-beginnerDebut__labelContents {
    margin-top: 30px;
    margin-top: 1.875rem;
    max-width: 620px;
    max-width: 38.75rem;
    min-height: auto;
  }

  .p-page-beginnerDebut__labelContents--first {
    padding: 24px;
    padding: 1.5rem;
  }

  .p-page-beginnerDebut__labelContents--second {
    padding: 24px;
    padding: 1.5rem;
  }

  .p-page-beginnerDebut__labelContents-title {
    padding: 6px 12px;
    padding: .375rem .75rem;
  }

  .p-page-beginnerDebut__labelContents--first .p-page-beginnerDebut__labelContents-title {
    max-width: 100%;
  }

  .p-page-beginnerDebut__labelContents--second .p-page-beginnerDebut__labelContents-title {
    max-width: 100%;
  }

  .p-page-beginnerDebut__labelContents-title-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .p-page-beginnerDebut__labelContents-text {
    margin-top: 18px;
    margin-top: 1.125rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .p-page-beginnerDebut__labelContents-text-largeNumber {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: .8;
  }

  .p-page-beginnerDebut__labelContents-text-largeText {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .p-page-beginnerDebut__labelContents-text-smallText {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-beginnerDebut__labelContents-list {
    margin-top: 20px;
    margin-top: 1.25rem;
    text-align: left;
  }

  .p-page-beginnerDebut__labelContents-list-item {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-beginnerDebut__labelContents-list-item-small {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-beginnerDebut__blockItems {
    gap: 16px;
    gap: 1rem;
    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;
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 80%;
  }

  .p-page-beginnerDebut__blockItem {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    padding: 1.25rem;
    max-width: 360px;
    max-width: 22.5rem;
  }

  .p-page-beginnerDebut__blockItem-label {
    padding: 6px 12px;
    padding: .375rem .75rem;
  }

  .p-page-beginnerDebut__blockItem-text {
    margin-top: 18px;
    margin-top: 1.125rem;
  }

  .p-page-beginnerDebut__blockItem-text-large {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .p-page-beginnerDebut__contents {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-beginnerFirst__topImage {
    margin-top: 30px;
    margin-top: 1.875rem;
    min-height: 142px;
    min-height: 8.875rem;
  }

  .p-page-beginnerFirst__message {
    margin-top: 36px;
    margin-top: 2.25rem;
  }

  .p-page-beginnerFirst__message-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .p-page-beginnerFirst__message-text {
    margin-top: 12px;
    margin-top: .75rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .p-page-beginnerFirst__blockItems {
    gap: 16px;
    gap: 1rem;
    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;
    margin-top: 32px;
    margin-top: 2rem;
    width: 90%;
  }

  .p-page-beginnerFirst__blockItem {
    margin-top: 0;
    padding: 20px;
    padding: 1.25rem;
    max-width: 520px;
    max-width: 32.5rem;
    min-height: 160px;
    min-height: 10rem;
  }

  .p-page-beginnerFirst__blockItem-text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .p-page-beginnerFirst__contents {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-beginnerSupport {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

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

  .p-page-business__contents--storage {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .p-page-business__intro {
    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-business__intro-image {
    width: 100%;
  }

  .p-page-business__intro-textWrap {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }

  .p-page-business__intro-linkWrap {
    margin-top: 18.5px;
    margin-top: 1.15625rem;
    text-align: left;
  }

  .p-page-business__items {
    gap: 36px;
    gap: 2.25rem;
    margin-inline: auto;
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: 90%;
  }

  .p-page-business__item {
    width: 100%;
  }

  .p-page-business__item-text {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-companyBase {
    padding-top: 40px;
    padding-top: 2.5rem;
  }

  .p-page-companyBase__tableWrap {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
    margin-top: 35px;
    margin-top: 2.1875rem;
    overflow-x: scroll;
  }

  .p-page-companyBase__table {
    width: 100%;
    min-width: 720px;
    min-width: 45rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-companyBase__table-header {
    padding: 12px 10px;
    padding: .75rem .625rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-page-companyBase__table-cell {
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-page-companyBase__table-row .p-page-companyBase__table-cell:nth-child(2) {
    padding-left: 16px;
    padding-left: 1rem;
  }

  .p-page-companyBase__table-row .p-page-companyBase__table-cell:nth-child(3) {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-companyHistory {
    padding-top: 40px;
    padding-top: 2.5rem;
  }

  .p-page-companyHistory__list {
    margin-top: 36px;
    margin-top: 2.25rem;
  }

  .p-page-companyHistory__list-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0 20px;
    padding: 1rem 0 1.25rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-companyHistory__list-date {
    gap: 2px;
    gap: .125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .p-page-companyHistory__list-year {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 900;
  }

  .p-page-companyHistory__list-month {
    width: 100%;
  }

  .p-page-companyHistory__list-text {
    padding-left: 4px;
    padding-left: .25rem;
  }

  .p-page-companyOverview {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .p-page-companyOverview__list {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }

  .p-page-companyOverview__list-row {
    display: block;
    border: none;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-companyOverview__list-head {
    display: block;
    padding: 12px 10px;
    padding: .75rem .625rem;
    width: auto;
    text-align: left;
  }

  .p-page-companyOverview__list-data {
    display: block;
    border-top: none;
    padding: 12px 10px;
    padding: .75rem .625rem;
  }

  .p-page-companyOverview__list-row:not(:last-child) .p-page-companyOverview__list-data {
    border-bottom: none;
  }

  .p-page-companyOverview__ertification {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }

  .p-page-companyPhilosophy {
    padding-top: 72px;
    padding-top: 4.5rem;
    padding-bottom: 88px;
    padding-bottom: 5.5rem;
  }

  .p-page-companyPhilosophy__mission {
    padding: 40px 8px 44px;
    padding: 2.5rem .5rem 2.75rem;
  }

  .p-page-companyPhilosophy__mission-item {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-page-companyPhilosophy__mission-item-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5454545455;
  }

  .p-page-companyPhilosophy__mission-item-text {
    margin-top: 10px;
    margin-top: .625rem;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7647058824;
  }

  .p-page-companyPhilosophy__mission-item-text.p-page-companyPhilosophy__mission-item-text--large {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.1764705882;
  }

  .p-page-companyPhilosophy__credo-titleWrap {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-companyPhilosophy__credo-message {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-page-companyPhilosophy__credo-message-text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
  }

  .p-page-companyPhilosophy__credo-items {
    gap: 24px;
    gap: 1.5rem;
    margin-inline: auto;
    grid-template-columns: 1fr;
    margin-top: 44px;
    margin-top: 2.75rem;
    width: 90%;
  }

  .p-page-companyPhilosophy__credo-item {
    padding: 42px 20px 48px;
    padding: 2.625rem 1.25rem 3rem;
  }

  .p-page-companyPhilosophy__credo-item-number {
    top: -2px;
    top: -.125rem;
    right: 2px;
    right: .125rem;
    font-size: 60px;
    font-size: 3.75rem;
  }

  .p-page-companyPhilosophy__credo-item[data-number='2'] .p-page-companyPhilosophy__credo-item-number,
  .p-page-companyPhilosophy__credo-item[data-number='4'] .p-page-companyPhilosophy__credo-item-number {
    right: 2px;
    right: .125rem;
  }

  .p-page-companyPhilosophy__credo-item-title {
    padding-bottom: 14px;
    padding-bottom: .875rem;
    max-width: initial;
  }

  .p-page-companyPhilosophy__credo-item-title-text {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-companyPhilosophy__credo-item-list {
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-left: 18px;
    padding-left: 1.125rem;
  }

  .p-page-companyPhilosophy__credo-item-list-text {
    font-size: 13.5px;
    font-size: .84375rem;
    line-height: 1.7037037037;
  }

  .p-page-companyPhilosophy__thought {
    margin-top: 100px;
    margin-top: 6.25rem;
    padding: 40px 16px 50px;
    padding: 2.5rem 1rem 3.125rem;
  }

  .p-page-companyPhilosophy__thought::before {
    top: -140px;
    top: -8.75rem;
    right: -180px;
    right: -11.25rem;
    width: 360px;
    width: 22.5rem;
    height: 240px;
    height: 15rem;
  }

  .p-page-companyPhilosophy__thought-items {
    gap: 28px;
    gap: 1.75rem;
    -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-companyPhilosophy__thought-logo {
    margin-inline: auto;
    max-width: 180px;
    max-width: 11.25rem;
  }

  .p-page-companyPhilosophy__thought-text {
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
    text-align: center;
  }

  .p-page-companyPresident {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }

  .p-page-companyPresident__intro {
    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: 60px;
    margin-top: 3.75rem;
  }

  .p-page-companyPresident__intro-image {
    width: 100%;
  }

  .p-page-companyPresident__intro-textWrap {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }

  .p-page-companyPresident__intro-nameWrap {
    text-align: left;
  }

  .p-page-companyPresident__intro-name {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }

  .p-page-futureProject-contents__head {
    min-height: 240px;
    min-height: 15rem;
  }

  .p-page-futureProject-contents__head-number {
    bottom: -8px;
    bottom: -.5rem;
    left: -8px;
    left: -.5rem;
    font-size: 130px;
    font-size: 8.125rem;
  }

  .p-page-futureProject-contents__head-number-small {
    font-size: 80px;
    font-size: 5rem;
  }

  .p-page-futureProject-contents__head-content {
    margin-top: 0;
  }

  .p-page-futureProject-contents__head-title {
    padding-top: 48px;
    padding-top: 3rem;
  }

  .p-page-futureProject-contents__head-title::before {
    width: 48px;
    width: 3rem;
    height: 38px;
    height: 2.375rem;
  }

  .p-page-futureProject-contents__head-title-ja {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-page-futureProject-contents__head-title-eng {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 12px;
    font-size: .75rem;
  }

  .p-page-futureProject-contents__body {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-page-futureProject-contents__topText {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-futureProject-contents__points {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
    margin-top: 2.5rem;
    width: 90%;
  }

  .p-page-futureProject-contents__points-image {
    aspect-ratio: 3/2;
    width: 100%;
    max-width: 100%;
  }

  .p-page-futureProject-contents__points-textBlock {
    margin-left: 0;
    width: 100%;
  }

  .p-page-futureProject-contents__points-body {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
    min-height: auto;
  }

  .p-page-futureProject-contents__points-lists {
    gap: 16px;
    gap: 1rem;
  }

  .p-page-futureProject-contents__points-lists.p-page-futureProject-contents__points-lists--wide {
    gap: 16px;
    gap: 1rem;
  }

  .p-page-futureProject-contents__points-lists-text {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.7333333333;
  }

  .p-page-futureProject-contents__middleFlex {
    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-futureProject-contents__schedule {
    margin-inline: auto;
    width: 90%;
    max-width: initial;
  }

  .p-page-futureProject-contents__salary {
    margin-inline: auto;
    width: 90%;
    max-width: initial;
  }

  .p-page-futureProject-contents__salary-body {
    gap: 24px;
    gap: 1.5rem;
    -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;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
  }

  .p-page-futureProject-contents__salary-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .p-page-futureProject-contents__salary-label {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-futureProject-contents__salary-amount {
    margin-top: 10px;
    margin-top: .625rem;
  }

  .p-page-futureProject-contents__salary-amount-text {
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .05em;
  }

  .p-page-futureProject-contents__salary-amount-text-large {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .p-page-futureProject-contents__salary-amount-text-middle {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-page-futureProject-contents__salary-amount-text-small {
    margin-left: 2px;
    margin-left: .125rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-futureProject-contents__voice {
    margin-inline: auto;
    margin-top: 40px;
    margin-top: 2.5rem;
    width: 90%;
    max-width: initial;
  }

  .p-page-futureProject-contents__voice-body {
    gap: 30px;
    gap: 1.875rem;
    -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;
    padding: 32px 24px;
    padding: 2rem 1.5rem;
  }

  .p-page-futureProject-contents__voice-image {
    max-width: 100%;
  }

  .p-page-futureProject-contents__voice-textBlock {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.8666666667;
  }

  .p-page-futureProject-contents__button {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .l-container.p-page-futureProject__message-inner {
    width: 90%;
  }

  .p-page-futureProject__message-mainText {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .p-page-futureProject__message-subText {
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
  }

  .l-container.p-page-futureProject__lifeStage-inner {
    gap: 30px;
    gap: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85%;
  }

  .p-page-futureProject__lifeStage-items {
    gap: 30px;
    gap: 1.875rem;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-page-futureProject__lifeStage-item {
    aspect-ratio: initial;
    width: 100%;
    max-width: initial;
    min-height: 210px;
    min-height: 13.125rem;
  }

  .p-page-futureProject__lifeStage-item::before {
    top: 50%;
    bottom: auto;
    left: -15px;
    left: -.9375rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .p-page-futureProject__lifeStage-arrow {
    aspect-ratio: 107.07/1099.53;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
    max-width: 107.07px;
    max-width: 6.691875rem;
  }

  .p-page-futureProject__search {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .l-container.p-page-futureProject__search-inner {
    width: 90%;
  }

  .p-page-futureProject__search-titleBlock {
    padding: 12px 25px 16px;
    padding: .75rem 1.5625rem 1rem;
  }

  .p-page-futureProject__search-titleText {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-futureProject__search-items {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-futureProject__search-item a {
    padding: 10px 10px 30px;
    padding: .625rem .625rem 1.875rem;
  }

  .p-page-futureProject__search-item a::after {
    width: 28px;
    width: 1.75rem;
    height: 28px;
    height: 1.75rem;
  }

  .p-page-futureProject__search-item-body {
    margin: 16px 0 0;
    margin: 1rem 0 0;
    min-height: auto;
  }

  .p-page-jobFair-events {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-jobFair-events__tableWrap {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
    margin-top: 35px;
    margin-top: 2.1875rem;
    padding-bottom: 10px;
    padding-bottom: .625rem;
    overflow-x: scroll;
  }

  .p-page-jobFair-events__table {
    width: 100%;
    min-width: 720px;
    min-width: 45rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-jobFair-events__table-header {
    padding: 12px 10px;
    padding: .75rem .625rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-page-jobFair-events__table-cell {
    padding: 12px 10px;
    padding: .75rem .625rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-page-jobFair-events__table-row .p-page-jobFair-events__table-cell:nth-child(4) {
    padding: 12px 10px;
    padding: .75rem .625rem;
  }

  .p-page-jobFair-faq {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-jobFair-look {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-jobFair-look__slider {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-jobFair-message__text {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.7;
  }

  .p-page-jobFair-points {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-jobFair-schedule {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-jobFair-schedule__table {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-page-jobFair-schedule__table-time-titleText,
  .p-page-jobFair-schedule__table-content-titleText,
  .p-page-jobFair-schedule__table-row p {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-jobFair-schedule__table-time {
    padding: 10px 6px;
    padding: .625rem .375rem;
    width: 30%;
  }

  .p-page-jobFair-schedule__table-content {
    padding: 10px 6px;
    padding: .625rem .375rem;
    width: 70%;
  }

  .p-page-office-pageLinks__wrap {
    gap: 16px 20px;
    gap: 1rem 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-page-office-pageLinks__button {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding: 16px 14px;
    padding: 1rem .875rem;
    max-width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }

  .l-container.p-page-officeFeature__contents {
    margin-top: 36px;
    margin-top: 2.25rem;
  }

  .p-page-officeGallery {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-officeGallery__contents {
    gap: 24px;
    gap: 1.5rem;
    -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-officeGallery__main {
    width: 100%;
  }

  .p-page-officeGallery__main-image {
    aspect-ratio: 335/220;
  }

  .p-page-officeGallery__lists {
    width: 100%;
  }

  .p-page-officeHead {
    min-height: 240px;
    min-height: 15rem;
  }

  .p-page-officeHead__title {
    margin-top: 0;
    padding-top: 48px;
    padding-top: 3rem;
  }

  .p-page-officeHead__title::before {
    width: 48px;
    width: 3rem;
    height: 38px;
    height: 2.375rem;
  }

  .p-page-officeHead__title-ja {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-page-officeHead__title-eng {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 12px;
    font-size: .75rem;
  }

  .p-page-officeIntroduction {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }

  .p-page-officeIntroduction__intro {
    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: 48px;
    margin-top: 3rem;
  }

  .p-page-officeIntroduction__intro-image {
    width: 100%;
  }

  .p-page-officeIntroduction__intro-textWrap {
    width: 100%;
    max-width: 100%;
  }

  .p-page-officeIntroduction__list {
    margin-top: 35px;
    margin-top: 2.1875rem;
    max-width: initial;
  }

  .p-page-officeIntroduction__list-row {
    display: block;
    border: none;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-officeIntroduction__list-head {
    display: block;
    padding: 12px 10px;
    padding: .75rem .625rem;
    width: auto;
    text-align: left;
  }

  .p-page-officeIntroduction__list-data {
    display: block;
    border-top: none;
    padding: 12px 10px;
    padding: .75rem .625rem;
  }

  .p-page-officeIntroduction__list-row:not(:last-child) .p-page-officeIntroduction__list-data {
    border-bottom: none;
  }

  .p-page-officeLinks {
    margin-top: 34px;
    margin-top: 2.125rem;
  }

  .p-page-officeMessage__intro {
    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: 60px;
    margin-top: 3.75rem;
  }

  .p-page-officeMessage__intro-image {
    margin-inline: auto;
    width: 100%;
    max-width: 480px;
    max-width: 30rem;
  }

  .p-page-officeMessage__intro-textWrap {
    width: 100%;
    max-width: 100%;
  }

  .p-page-welfare-message__text {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.7;
  }

  .p-page-welfare-pageLinks {
    margin-top: 48px;
    margin-top: 3rem;
  }

  .p-page-welfare-pageLinks__sectionTitle {
    text-align: center;
  }

  .p-page-welfare-pageLinks__items {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-page-welfare-pageLinks__item {
    aspect-ratio: 335/216;
  }

  .p-page-welfare-pageLinks__button {
    padding: 12px;
    padding: .75rem;
    max-width: 100%;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-welfareGallery {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-welfareGallery__contents {
    gap: 24px;
    gap: 1.5rem;
    -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-welfareGallery__main {
    width: 100%;
  }

  .p-page-welfareGallery__main-image {
    aspect-ratio: 335/220;
  }

  .p-page-welfareGallery__lists {
    width: 100%;
  }

  .p-page-welfareBenefit {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-welfareBenefit__contents {
    gap: 40px;
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-page-welfareBenefit__images {
    gap: 12px;
    gap: .75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .p-page-welfareBenefit__image {
    aspect-ratio: 1/1;
  }

  .p-page-welfareBenefit__lists {
    gap: 20px;
    gap: 1.25rem;
    margin-top: 0;
    width: 100%;
  }

  .p-page-welfareBenefit__lists-title {
    -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;
    padding-bottom: 6px;
    padding-bottom: .375rem;
  }

  .p-page-welfareBenefit__lists-title-number {
    padding-bottom: 4px;
    padding-bottom: .25rem;
    font-size: 32px;
    font-size: 2rem;
  }

  .p-page-welfareBenefit__lists-title-text {
    padding-inline: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-welfareBenefit__lists-text {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .p-page-welfareBenefit__button {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-welfareEquipment__items {
    gap: 16px 24px;
    gap: 1rem 1.5rem;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 32px;
    margin-top: 2rem;
    width: 70%;
  }

  .p-page-welfareEquipment__item-body {
    aspect-ratio: 1/1;
  }

  .p-page-welfareEquipment__item[data-number='01'] .p-page-welfareEquipment__icon {
    width: 14vw;
    max-width: initial;
  }

  .p-page-welfareEquipment__item[data-number='02'] .p-page-welfareEquipment__icon {
    width: 10vw;
    max-width: initial;
  }

  .p-page-welfareEquipment__item[data-number='03'] .p-page-welfareEquipment__icon {
    width: 8vw;
    max-width: initial;
  }

  .p-page-welfareEquipment__item[data-number='04'] .p-page-welfareEquipment__icon {
    width: 18vw;
    max-width: initial;
  }

  .p-page-welfareEquipment__text {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
  }

  .p-page-welfareIntroduction {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-welfareIntroduction__topContents {
    padding-top: 50px;
    padding-top: 3.125rem;
  }

  .p-page-welfareIntroduction__topContents-titleText {
    padding-left: 60px;
    padding-left: 3.75rem;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .p-page-welfareIntroduction__topContents-titleText::before {
    width: 50px;
    width: 3.125rem;
    height: 40px;
    height: 2.5rem;
  }

  .p-page-welfareIntroduction__topContents-text {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .p-page-welfareIntroduction__topContents-decoTitle {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 0;
  }

  .p-page-welfareIntroduction__item-wrap {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    min-height: auto;
  }

  .p-page-welfareIntroduction__item:nth-child(even) .p-page-welfareIntroduction__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-page-welfareIntroduction__item-textBlock {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 30px 60px;
    padding: 2.5rem 1.875rem 3.75rem;
    width: 100%;
  }

  .p-page-welfareIntroduction__item:nth-child(even) .p-page-welfareIntroduction__item-textBlock {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 30px 60px;
    padding: 2.5rem 1.875rem 3.75rem;
  }

  .p-page-welfareIntroduction__item-textBlock-wrap {
    margin-top: 0;
    max-width: 100%;
  }

  .p-page-welfareIntroduction__item-titleWrap {
    gap: 20px;
    gap: 1.25rem;
  }

  .p-page-welfareIntroduction__item-number {
    font-size: 64px;
    font-size: 4rem;
  }

  .p-page-welfareIntroduction__item-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .p-page-welfareIntroduction__item-text {
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
  }

  .p-page-welfareIntroduction__item-image {
    aspect-ratio: 16/8;
    width: 100%;
    max-height: 240px;
    max-height: 15rem;
  }

  .p-page-welfareIntroduction__imageContents {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .p-page-welfareIntroduction__imageContents-wrap {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: 1fr;
    width: 80%;
  }

  .p-page-welfareIntroduction__imageItem-text {
    margin-top: 8px;
    margin-top: .5rem;
    line-height: 1.6;
  }

  .p-recruitTaxonomyButtons {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 50px 0;
    padding: 3.125rem 0;
  }

  .p-recruitTaxonomyButtons__buttonWrap {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-recruitTaxonomyButtons__button {
    padding: 16px 10px;
    padding: 1rem .625rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-section-cardContents {
    border-radius: .5rem;
    padding: 30px 16px 26px;
    padding: 1.875rem 1rem 1.625rem;
  }

  .p-section-cardContents.p-section-cardContents--jobFair {
    padding-top: 30px;
    padding-top: 1.875rem;
  }

  .p-section-cardContents__items {
    gap: 20px;
    gap: 1.25rem;
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-section-cardContents__items.p-section-cardContents__items--jobFair {
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-section-cardContents__items.p-section-cardContents__items--beginnerDebut {
    gap: 14px;
    gap: .875rem;
  }

  .p-section-cardContents__items.p-section-cardContents__items--beginnerSupport {
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-section-cardContents__title-main {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .p-section-cardContents__title-sub {
    margin-top: 6px;
    margin-top: .375rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
  }

  .p-section-cardContents__items-arrow {
    margin-top: 2px;
    margin-top: .125rem;
    max-width: 92px;
    max-width: 5.75rem;
  }

  .p-single-blog__sidebar {
    margin-inline: auto;
    max-width: 500px;
    max-width: 31.25rem;
  }

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

  .p-single-recruitFeature__button {
    margin-top: 30px;
    margin-top: 1.875rem;
    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 {
    padding-top: 50px;
    padding-top: 3.125rem;
  }

  .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-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 #01469B;
    padding-left: 10px;
    padding-left: .625rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-singleBlog-article__content h3 {
    padding-left: 54px;
    padding-left: 3.375rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-singleBlog-article__content h3::before {
    width: 36px;
    width: 2.25rem;
    height: 28px;
    height: 1.75rem;
  }

  .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: #F39D2C;
    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 {
    aspect-ratio: auto;
    height: 320px;
    height: 20rem;
    min-height: initial;
  }

  .p-subMv__wrap::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: 52.3125rem 5rem;
    width: 837px;
    width: 52.3125rem;
    height: 80px;
    height: 5rem;
  }

  .p-subMv__truck {
    right: 40px;
    right: 2.5rem;
    width: 100px;
    width: 6.25rem;
    height: 52px;
    height: 3.25rem;
  }

  .p-subMv__textBlock {
    top: 50%;
    width: 100%;
  }

  .p-subMv__title {
    gap: 6px;
    gap: .375rem;
  }

  .p-subMv__title-text--ja {
    padding: 6px 14px 10px;
    padding: .375rem .875rem .625rem;
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-subMv__title-text--eng {
    padding: 4px 10px 6px;
    padding: .25rem .625rem .375rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-top-aboutWork {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .p-top-aboutWork__text {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
    text-align: left;
  }

  .p-top-aboutWork__items {
    gap: 24px;
    gap: 1.5rem;
    -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: 32px;
    margin-top: 2rem;
  }

  .p-top-aboutWork__item {
    max-width: 480px;
    max-width: 30rem;
  }

  .p-top-aboutWork__button {
    text-align: center;
  }

  .p-top-blogContents {
    margin-inline: auto;
    grid-template-columns: 1fr;
    max-width: 620px;
    max-width: 38.75rem;
  }

  .p-top-blogContents__card {
    aspect-ratio: auto;
    min-height: 200px;
    min-height: 12.5rem;
  }

  .p-top-environment {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-top-environment__decoTitle {
    top: -12px;
    top: -.75rem;
    right: 0;
    font-size: 48px;
    font-size: 3rem;
  }

  .p-top-environment__contents-cards {
    gap: 24px;
    gap: 1.5rem;
    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;
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 90%;
    max-width: 620px;
    max-width: 38.75rem;
  }

  .p-top-environment__contents-card {
    width: 100%;
    max-width: initial;
  }

  .p-top-forBeginner {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-top-forBeginner__decoTitle {
    top: -12px;
    top: -.75rem;
    right: 0;
    font-size: 48px;
    font-size: 3rem;
  }

  .p-top-forBeginner__contents {
    gap: 32px;
    gap: 2rem;
    -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-top-forBeginner__contents-left {
    margin-top: 0;
    max-width: 100%;
  }

  .p-top-forBeginner__contents-left-title-text {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-top-forBeginner__contents-text {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .p-top-forBeginner__contents-button {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-top-forBeginner__contents-cards {
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
  }

  .p-top-forBeginner__contents-card {
    width: 100%;
    max-width: initial;
  }

  .p-top-futureProject__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-top-futureProject__contents-left {
    padding: 40px 16px;
    padding: 2.5rem 1rem;
    width: 100%;
  }

  .p-top-futureProject__contents-left-body {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    margin-top: 0;
    max-width: 100%;
  }

  .p-top-futureProject__contents-left-title-text {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.4;
    text-align: left;
  }

  .p-top-futureProject__contents-text {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .p-top-futureProject__contents-button {
    margin-top: 30px;
    margin-top: 1.875rem;
    text-align: right;
  }

  .p-top-futureProject__images {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 100%;
  }

  .p-top-futureProject__imageCaption {
    padding-inline: 8px;
    padding-inline: .5rem;
    bottom: 20px;
    bottom: 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

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

  .p-top-media__items {
    gap: 60px;
    gap: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-top-media__blog {
    max-width: 100%;
  }

  .p-top-media__instagram {
    max-width: 100%;
  }

  .p-top-media__title-text {
    font-size: 28px;
    font-size: 1.75rem;
  }

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

  .p-top-message__textBlock {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 319px;
    padding-bottom: 19.9375rem;
  }

  .p-top-message__textBlock::before {
    top: initial;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/top/deco_top-message_sp_01.png);
    width: 402.97px;
    width: 25.185625rem;
    height: 279px;
    height: 17.4375rem;
  }

  .p-top-message__textBlock::after {
    content: none;
  }

  .p-top-message__firstText {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: .03em;
    line-height: 1.6;
  }

  .p-top-message__secondText {
    margin-top: 30px;
    margin-top: 1.875rem;
    max-width: 565px;
    max-width: 35.3125rem;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .03em;
    line-height: 1.8;
    text-align: left;
  }

  .p-top-message__buttons {
    gap: 16px;
    gap: 1rem;
    -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-top-office {
    margin-top: 64px;
    margin-top: 4rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }

  .p-top-office::before {
    height: 160px;
    height: 10rem;
  }

  .p-top-office__contents {
    padding-top: 32px;
    padding-top: 2rem;
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }

  .p-top-office__itemsWrap {
    gap: 32px;
    gap: 2rem;
  }

  .p-top-office__items {
    gap: 24px;
    gap: 1.5rem;
    -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-top-office__items--center {
    gap: 24px;
    gap: 1.5rem;
  }

  .p-top-office__item {
    width: 100%;
    max-width: 430px;
    max-width: 26.875rem;
  }

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

  .p-top-recruit__items {
    gap: 24px;
    gap: 1.5rem;
    -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: 30px;
    margin-top: 1.875rem;
  }

  .p-top-recruit__image {
    margin-top: 0;
    max-width: 100%;
  }

  .p-top-recruit__textBlock {
    padding-inline: 12px;
    padding-inline: .75rem;
    max-width: 100%;
  }

  .p-top-recruit__textBlock-top {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .p-top-recruit__textBlock-bottom {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .p-top-recruit__buttons {
    gap: 16px;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-top-worksContents__inner {
    padding-inline: 16px;
    padding-inline: 1rem;
  }

  .p-top-worksContents__body {
    -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-radius: 1.25rem;
    padding: 24px;
    padding: 1.5rem;
    min-height: auto;
  }

  .p-top-worksContents__textBlock {
    gap: 16px;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-top-worksContents__text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
  }

  .p-topMv {
    height: calc(100vh - 5rem);
    height: calc(100dvh - 5rem);
    min-height: 480px;
    min-height: 30rem;
    max-height: 600px;
    max-height: 37.5rem;
  }

  .p-topMv__wrap::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: 52.3125rem 5rem;
    width: 837px;
    width: 52.3125rem;
    height: 80px;
    height: 5rem;
  }

  .p-topMv__truck {
    width: 100px;
    width: 6.25rem;
    height: 52px;
    height: 3.25rem;
  }

  .p-topMv__textBlock {
    height: 100%;
  }

  .p-topMv__copyLeft {
    top: 110px;
    top: 6.875rem;
  }

  .p-topMv__copyLeft-text {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-topMv__copyRight {
    right: initial;
    bottom: 77px;
    bottom: 4.8125rem;
    left: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .p-topMv__copyRight-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }

  .p-topMv__copyRight-logo {
    max-width: 234px;
    max-width: 14.625rem;
  }

  .u-truck-move {
    right: -20vw;
    -webkit-animation: moveleft 8s linear infinite, truckshake .4s ease-in-out infinite;
    animation: moveLeft 8s linear infinite, truckShake .4s ease-in-out infinite;
  }

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

  .u-onlySp {
    display: block;
  }

  .u-ml-sp0 {
    margin-left: 0;
  }

  .u-mt-1rem--sp {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .u-mt-0--sp {
    margin-top: 0;
  }

  .u-mt-m12--pc {
    margin-top: 0;
  }
}

@media screen and (max-width: 539px) {

  .p-single-recruitFeature .swiper-button-prev,
  .p-page-officeFeature .swiper-button-prev {
    left: 16px;
    left: 1rem;
  }

  .p-single-recruitFeature .swiper-button-next,
  .p-page-officeFeature .swiper-button-next {
    right: 16px;
    right: 1rem;
  }

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

  .c-button--aboutWork-workstyle-textSmall {
    font-size: 13px;
    font-size: .8125rem;
  }

  .c-galleryLists {
    grid-template-columns: repeat(2, 1fr);
  }

  .c-pageLinks {
    gap: 12px;
    gap: .75rem;
    grid-template-columns: 1fr;
  }

  .c-pageLinks.c-pageLinks--office {
    gap: 12px;
    gap: .75rem;
  }

  .c-sectionHead__title-text {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .c-top-blogCard__text {
    -webkit-line-clamp: 3;
  }

  .p-archive-recruit__title {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-archive-recruit__items {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-bottomCta__tel-number {
    font-size: clamp(18px, 7vw, 63px);
    font-size: clamp(1.125rem, 7vw, 3.9375rem);
  }

  .p-bottomCta__tel-time {
    margin-top: 4px;
    margin-top: .25rem;
    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-page-aboutWork-scheduleItem__content {
    padding-inline: 0;
  }

  .p-page-aboutWork-scheduleItem__text {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .p-page-aboutWork-schedule__list {
    gap: 18px;
    gap: 1.125rem;
  }

  .p-page-futureProject-contents__head-number {
    bottom: -4px;
    bottom: -.25rem;
    left: -6px;
    left: -.375rem;
    font-size: 100px;
    font-size: 6.25rem;
  }

  .p-page-futureProject-contents__head-number-small {
    font-size: 64px;
    font-size: 4rem;
  }

  .p-page-futureProject-contents__points {
    width: 100%;
  }

  .p-page-futureProject-contents__schedule {
    width: 100%;
  }

  .p-page-futureProject-contents__schedule-body {
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
  }

  .p-page-futureProject-contents__salary {
    width: 100%;
  }

  .p-page-futureProject-contents__voice {
    width: 100%;
  }

  .l-container.p-page-futureProject__lifeStage-inner {
    width: 100%;
  }

  .p-page-futureProject__search-items {
    grid-template-columns: 1fr;
  }

  .p-page-futureProject__search-item-text {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-office-pageLinks__wrap {
    gap: 12px;
    gap: .75rem;
    grid-template-columns: 1fr;
  }

  .p-page-welfare-pageLinks__items {
    gap: 16px;
    gap: 1rem;
    margin-inline: auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .p-page-welfare-pageLinks__item {
    aspect-ratio: 320/160;
  }

  .p-page-welfare-pageLinks__button {
    padding: 12px 10px;
    padding: .75rem .625rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-welfareBenefit__contents {
    gap: 32px;
    gap: 2rem;
  }

  .p-page-welfareBenefit__images {
    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-welfareBenefit__image {
    aspect-ratio: 335/220;
  }

  .p-page-welfareBenefit__button {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-page-welfareEquipment__items {
    gap: 16px;
    gap: 1rem;
    margin-top: 28px;
    margin-top: 1.75rem;
    width: 100%;
  }

  .p-page-welfareEquipment__item-body {
    border-radius: 1rem;
  }

  .p-page-welfareEquipment__item[data-number='01'] .p-page-welfareEquipment__icon {
    width: 18vw;
  }

  .p-page-welfareEquipment__item[data-number='02'] .p-page-welfareEquipment__icon {
    width: 13vw;
  }

  .p-page-welfareEquipment__item[data-number='03'] .p-page-welfareEquipment__icon {
    width: 10vw;
  }

  .p-page-welfareEquipment__item[data-number='04'] .p-page-welfareEquipment__icon {
    width: 23vw;
  }

  .p-page-welfareEquipment__text {
    margin-top: 6px;
    margin-top: .375rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-welfareIntroduction__topContents-titleText {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-welfareIntroduction__imageContents-wrap {
    width: 90%;
  }

  .p-recruitTaxonomyButtons__buttonWrap {
    grid-template-columns: 1fr;
  }

  .p-recruitTaxonomyButtons__button {
    padding: 14px;
    padding: .875rem;
  }

  .p-single-recruitTitle__text {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-top-futureProject__contents-left {
    padding-inline: 25px;
    padding-inline: 1.5625rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-top-futureProject__contents-left-body {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-top-futureProject__contents-button {
    text-align: left;
  }

  .p-top-futureProject__imageCaption {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-top-office::before {
    height: 140px;
    height: 8.75rem;
  }

  .u-onlySp--sm {
    display: block;
  }
}

@media screen and (max-width: 399px) {

  .l-container.p-page-futureProject__message-inner {
    width: 100%;
  }

  .l-container.p-page-futureProject__search-inner {
    width: 100%;
  }

  .p-top-message__textBlock::before {
    left: calc(50% + 10px);
  }
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
  }
}