@charset "UTF-8";
/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
a {
  text-decoration: underline;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-ipd {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-ipd {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}
@media screen and (min-width: 375px) {
  .sp-xs {
    display: none !important;
  }
}

.blok {
  display: block !important;
}

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

.u-fn-hover {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-fn-hover {
    transition: all 0.2s;
  }
  .u-fn-hover:hover {
    opacity: 0.7;
  }
}

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

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

.u-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

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

.mt-xl {
  margin-top: 128px !important;
}
@media screen and (max-width: 1245px) {
  .mt-xl {
    /* 1280px */
  }
}
@media screen and (max-width: 990px) {
  .mt-xl {
    /* 1024px */
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-xl {
    /* 767px */
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 640px) {
  .mt-xl {
    /* 680px */
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 374px) {
  .mt-xl {
    /* 350px */
  }
}
.mt-l {
  margin-top: 80px !important;
}
@media screen and (max-width: 1245px) {
  .mt-l {
    /* 1280px */
  }
}
@media screen and (max-width: 990px) {
  .mt-l {
    /* 1024px */
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-l {
    /* 767px */
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 640px) {
  .mt-l {
    /* 680px */
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 374px) {
  .mt-l {
    /* 350px */
  }
}
.mt-m {
  margin-top: 56px !important;
}
@media screen and (max-width: 1245px) {
  .mt-m {
    /* 1280px */
  }
}
@media screen and (max-width: 990px) {
  .mt-m {
    /* 1024px */
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-m {
    /* 767px */
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .mt-m {
    /* 680px */
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 374px) {
  .mt-m {
    /* 350px */
  }
}
.mt-s {
  margin-top: 40px !important;
}
@media screen and (max-width: 1245px) {
  .mt-s {
    /* 1280px */
  }
}
@media screen and (max-width: 990px) {
  .mt-s {
    /* 1024px */
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-s {
    /* 767px */
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 640px) {
  .mt-s {
    /* 680px */
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 374px) {
  .mt-s {
    /* 350px */
  }
}
.mt-xs {
  margin-top: 24px !important;
}
@media screen and (max-width: 640px) {
  .mt-xs {
    /* 680px */
    margin-top: 15px !important;
  }
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-0 {
  margin-top: 0 !important;
}

.mb-xl {
  margin-bottom: 128px !important;
}
@media screen and (max-width: 1245px) {
  .mb-xl {
    /* 1280px */
  }
}
@media screen and (max-width: 990px) {
  .mb-xl {
    /* 1024px */
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-xl {
    /* 767px */
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 640px) {
  .mb-xl {
    /* 680px */
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 374px) {
  .mb-xl {
    /* 350px */
  }
}
.mb-l {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1245px) {
  .mb-l {
    /* 1280px */
  }
}
@media screen and (max-width: 990px) {
  .mb-l {
    /* 1024px */
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-l {
    /* 767px */
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 640px) {
  .mb-l {
    /* 680px */
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 374px) {
  .mb-l {
    /* 350px */
  }
}
.mb-m {
  margin-bottom: 56px !important;
}
@media screen and (max-width: 1245px) {
  .mb-m {
    /* 1280px */
  }
}
@media screen and (max-width: 990px) {
  .mb-m {
    /* 1024px */
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-m {
    /* 767px */
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .mb-m {
    /* 680px */
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 374px) {
  .mb-m {
    /* 350px */
  }
}
.mb-s {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1245px) {
  .mb-s {
    /* 1280px */
  }
}
@media screen and (max-width: 990px) {
  .mb-s {
    /* 1024px */
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-s {
    /* 767px */
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 640px) {
  .mb-s {
    /* 680px */
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 374px) {
  .mb-s {
    /* 350px */
  }
}
.mb-xs {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 640px) {
  .mb-xs {
    /* 680px */
    margin-bottom: 15px !important;
  }
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .mbpc-0 {
    margin-bottom: 0px !important;
  }
  .mtpc-0 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-0 {
    margin-bottom: 0px !important;
  }
  .mtsp-0 {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-1 {
    margin-bottom: 1px !important;
  }
  .mtpc-1 {
    margin-top: 1px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-1 {
    margin-bottom: 1px !important;
  }
  .mtsp-1 {
    margin-top: 1px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-2 {
    margin-bottom: 2px !important;
  }
  .mtpc-2 {
    margin-top: 2px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-2 {
    margin-bottom: 2px !important;
  }
  .mtsp-2 {
    margin-top: 2px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-3 {
    margin-bottom: 3px !important;
  }
  .mtpc-3 {
    margin-top: 3px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-3 {
    margin-bottom: 3px !important;
  }
  .mtsp-3 {
    margin-top: 3px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-4 {
    margin-bottom: 4px !important;
  }
  .mtpc-4 {
    margin-top: 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
  .mtsp-4 {
    margin-top: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-5 {
    margin-bottom: 5px !important;
  }
  .mtpc-5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-5 {
    margin-bottom: 5px !important;
  }
  .mtsp-5 {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-6 {
    margin-bottom: 6px !important;
  }
  .mtpc-6 {
    margin-top: 6px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-6 {
    margin-bottom: 6px !important;
  }
  .mtsp-6 {
    margin-top: 6px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-7 {
    margin-bottom: 7px !important;
  }
  .mtpc-7 {
    margin-top: 7px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
  .mtsp-7 {
    margin-top: 7px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-8 {
    margin-bottom: 8px !important;
  }
  .mtpc-8 {
    margin-top: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-8 {
    margin-bottom: 8px !important;
  }
  .mtsp-8 {
    margin-top: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-9 {
    margin-bottom: 9px !important;
  }
  .mtpc-9 {
    margin-top: 9px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-9 {
    margin-bottom: 9px !important;
  }
  .mtsp-9 {
    margin-top: 9px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
  .mtpc-10 {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
  .mtsp-10 {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-11 {
    margin-bottom: 11px !important;
  }
  .mtpc-11 {
    margin-top: 11px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-11 {
    margin-bottom: 11px !important;
  }
  .mtsp-11 {
    margin-top: 11px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-12 {
    margin-bottom: 12px !important;
  }
  .mtpc-12 {
    margin-top: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-12 {
    margin-bottom: 12px !important;
  }
  .mtsp-12 {
    margin-top: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-13 {
    margin-bottom: 13px !important;
  }
  .mtpc-13 {
    margin-top: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-13 {
    margin-bottom: 13px !important;
  }
  .mtsp-13 {
    margin-top: 13px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-14 {
    margin-bottom: 14px !important;
  }
  .mtpc-14 {
    margin-top: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-14 {
    margin-bottom: 14px !important;
  }
  .mtsp-14 {
    margin-top: 14px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-15 {
    margin-bottom: 15px !important;
  }
  .mtpc-15 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
  .mtsp-15 {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-16 {
    margin-bottom: 16px !important;
  }
  .mtpc-16 {
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
  .mtsp-16 {
    margin-top: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-17 {
    margin-bottom: 17px !important;
  }
  .mtpc-17 {
    margin-top: 17px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-17 {
    margin-bottom: 17px !important;
  }
  .mtsp-17 {
    margin-top: 17px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
  .mtpc-18 {
    margin-top: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
  .mtsp-18 {
    margin-top: 18px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-19 {
    margin-bottom: 19px !important;
  }
  .mtpc-19 {
    margin-top: 19px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-19 {
    margin-bottom: 19px !important;
  }
  .mtsp-19 {
    margin-top: 19px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
  .mtpc-20 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
  .mtsp-20 {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-21 {
    margin-bottom: 21px !important;
  }
  .mtpc-21 {
    margin-top: 21px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-21 {
    margin-bottom: 21px !important;
  }
  .mtsp-21 {
    margin-top: 21px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-22 {
    margin-bottom: 22px !important;
  }
  .mtpc-22 {
    margin-top: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-22 {
    margin-bottom: 22px !important;
  }
  .mtsp-22 {
    margin-top: 22px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-23 {
    margin-bottom: 23px !important;
  }
  .mtpc-23 {
    margin-top: 23px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-23 {
    margin-bottom: 23px !important;
  }
  .mtsp-23 {
    margin-top: 23px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-24 {
    margin-bottom: 24px !important;
  }
  .mtpc-24 {
    margin-top: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-24 {
    margin-bottom: 24px !important;
  }
  .mtsp-24 {
    margin-top: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
  .mtpc-25 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-25 {
    margin-bottom: 25px !important;
  }
  .mtsp-25 {
    margin-top: 25px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-26 {
    margin-bottom: 26px !important;
  }
  .mtpc-26 {
    margin-top: 26px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-26 {
    margin-bottom: 26px !important;
  }
  .mtsp-26 {
    margin-top: 26px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-27 {
    margin-bottom: 27px !important;
  }
  .mtpc-27 {
    margin-top: 27px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-27 {
    margin-bottom: 27px !important;
  }
  .mtsp-27 {
    margin-top: 27px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
  .mtpc-28 {
    margin-top: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-28 {
    margin-bottom: 28px !important;
  }
  .mtsp-28 {
    margin-top: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-29 {
    margin-bottom: 29px !important;
  }
  .mtpc-29 {
    margin-top: 29px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-29 {
    margin-bottom: 29px !important;
  }
  .mtsp-29 {
    margin-top: 29px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
  .mtpc-30 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
  .mtsp-30 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-31 {
    margin-bottom: 31px !important;
  }
  .mtpc-31 {
    margin-top: 31px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-31 {
    margin-bottom: 31px !important;
  }
  .mtsp-31 {
    margin-top: 31px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-32 {
    margin-bottom: 32px !important;
  }
  .mtpc-32 {
    margin-top: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-32 {
    margin-bottom: 32px !important;
  }
  .mtsp-32 {
    margin-top: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-33 {
    margin-bottom: 33px !important;
  }
  .mtpc-33 {
    margin-top: 33px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-33 {
    margin-bottom: 33px !important;
  }
  .mtsp-33 {
    margin-top: 33px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-34 {
    margin-bottom: 34px !important;
  }
  .mtpc-34 {
    margin-top: 34px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-34 {
    margin-bottom: 34px !important;
  }
  .mtsp-34 {
    margin-top: 34px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-35 {
    margin-bottom: 35px !important;
  }
  .mtpc-35 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-35 {
    margin-bottom: 35px !important;
  }
  .mtsp-35 {
    margin-top: 35px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-36 {
    margin-bottom: 36px !important;
  }
  .mtpc-36 {
    margin-top: 36px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-36 {
    margin-bottom: 36px !important;
  }
  .mtsp-36 {
    margin-top: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-37 {
    margin-bottom: 37px !important;
  }
  .mtpc-37 {
    margin-top: 37px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-37 {
    margin-bottom: 37px !important;
  }
  .mtsp-37 {
    margin-top: 37px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-38 {
    margin-bottom: 38px !important;
  }
  .mtpc-38 {
    margin-top: 38px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-38 {
    margin-bottom: 38px !important;
  }
  .mtsp-38 {
    margin-top: 38px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-39 {
    margin-bottom: 39px !important;
  }
  .mtpc-39 {
    margin-top: 39px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-39 {
    margin-bottom: 39px !important;
  }
  .mtsp-39 {
    margin-top: 39px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
  .mtpc-40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
  .mtsp-40 {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-41 {
    margin-bottom: 41px !important;
  }
  .mtpc-41 {
    margin-top: 41px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-41 {
    margin-bottom: 41px !important;
  }
  .mtsp-41 {
    margin-top: 41px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-42 {
    margin-bottom: 42px !important;
  }
  .mtpc-42 {
    margin-top: 42px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-42 {
    margin-bottom: 42px !important;
  }
  .mtsp-42 {
    margin-top: 42px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-43 {
    margin-bottom: 43px !important;
  }
  .mtpc-43 {
    margin-top: 43px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-43 {
    margin-bottom: 43px !important;
  }
  .mtsp-43 {
    margin-top: 43px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-44 {
    margin-bottom: 44px !important;
  }
  .mtpc-44 {
    margin-top: 44px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-44 {
    margin-bottom: 44px !important;
  }
  .mtsp-44 {
    margin-top: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-45 {
    margin-bottom: 45px !important;
  }
  .mtpc-45 {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-45 {
    margin-bottom: 45px !important;
  }
  .mtsp-45 {
    margin-top: 45px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-46 {
    margin-bottom: 46px !important;
  }
  .mtpc-46 {
    margin-top: 46px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-46 {
    margin-bottom: 46px !important;
  }
  .mtsp-46 {
    margin-top: 46px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-47 {
    margin-bottom: 47px !important;
  }
  .mtpc-47 {
    margin-top: 47px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-47 {
    margin-bottom: 47px !important;
  }
  .mtsp-47 {
    margin-top: 47px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-48 {
    margin-bottom: 48px !important;
  }
  .mtpc-48 {
    margin-top: 48px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-48 {
    margin-bottom: 48px !important;
  }
  .mtsp-48 {
    margin-top: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-49 {
    margin-bottom: 49px !important;
  }
  .mtpc-49 {
    margin-top: 49px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-49 {
    margin-bottom: 49px !important;
  }
  .mtsp-49 {
    margin-top: 49px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
  .mtpc-50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
  .mtsp-50 {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-51 {
    margin-bottom: 51px !important;
  }
  .mtpc-51 {
    margin-top: 51px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-51 {
    margin-bottom: 51px !important;
  }
  .mtsp-51 {
    margin-top: 51px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-52 {
    margin-bottom: 52px !important;
  }
  .mtpc-52 {
    margin-top: 52px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-52 {
    margin-bottom: 52px !important;
  }
  .mtsp-52 {
    margin-top: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-53 {
    margin-bottom: 53px !important;
  }
  .mtpc-53 {
    margin-top: 53px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-53 {
    margin-bottom: 53px !important;
  }
  .mtsp-53 {
    margin-top: 53px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-54 {
    margin-bottom: 54px !important;
  }
  .mtpc-54 {
    margin-top: 54px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-54 {
    margin-bottom: 54px !important;
  }
  .mtsp-54 {
    margin-top: 54px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-55 {
    margin-bottom: 55px !important;
  }
  .mtpc-55 {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-55 {
    margin-bottom: 55px !important;
  }
  .mtsp-55 {
    margin-top: 55px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-56 {
    margin-bottom: 56px !important;
  }
  .mtpc-56 {
    margin-top: 56px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-56 {
    margin-bottom: 56px !important;
  }
  .mtsp-56 {
    margin-top: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-57 {
    margin-bottom: 57px !important;
  }
  .mtpc-57 {
    margin-top: 57px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-57 {
    margin-bottom: 57px !important;
  }
  .mtsp-57 {
    margin-top: 57px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-58 {
    margin-bottom: 58px !important;
  }
  .mtpc-58 {
    margin-top: 58px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-58 {
    margin-bottom: 58px !important;
  }
  .mtsp-58 {
    margin-top: 58px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-59 {
    margin-bottom: 59px !important;
  }
  .mtpc-59 {
    margin-top: 59px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-59 {
    margin-bottom: 59px !important;
  }
  .mtsp-59 {
    margin-top: 59px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
  .mtpc-60 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
  .mtsp-60 {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-61 {
    margin-bottom: 61px !important;
  }
  .mtpc-61 {
    margin-top: 61px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-61 {
    margin-bottom: 61px !important;
  }
  .mtsp-61 {
    margin-top: 61px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-62 {
    margin-bottom: 62px !important;
  }
  .mtpc-62 {
    margin-top: 62px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-62 {
    margin-bottom: 62px !important;
  }
  .mtsp-62 {
    margin-top: 62px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-63 {
    margin-bottom: 63px !important;
  }
  .mtpc-63 {
    margin-top: 63px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-63 {
    margin-bottom: 63px !important;
  }
  .mtsp-63 {
    margin-top: 63px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-64 {
    margin-bottom: 64px !important;
  }
  .mtpc-64 {
    margin-top: 64px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-64 {
    margin-bottom: 64px !important;
  }
  .mtsp-64 {
    margin-top: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-65 {
    margin-bottom: 65px !important;
  }
  .mtpc-65 {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-65 {
    margin-bottom: 65px !important;
  }
  .mtsp-65 {
    margin-top: 65px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-66 {
    margin-bottom: 66px !important;
  }
  .mtpc-66 {
    margin-top: 66px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-66 {
    margin-bottom: 66px !important;
  }
  .mtsp-66 {
    margin-top: 66px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-67 {
    margin-bottom: 67px !important;
  }
  .mtpc-67 {
    margin-top: 67px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-67 {
    margin-bottom: 67px !important;
  }
  .mtsp-67 {
    margin-top: 67px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-68 {
    margin-bottom: 68px !important;
  }
  .mtpc-68 {
    margin-top: 68px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-68 {
    margin-bottom: 68px !important;
  }
  .mtsp-68 {
    margin-top: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-69 {
    margin-bottom: 69px !important;
  }
  .mtpc-69 {
    margin-top: 69px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-69 {
    margin-bottom: 69px !important;
  }
  .mtsp-69 {
    margin-top: 69px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
  .mtpc-70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
  .mtsp-70 {
    margin-top: 70px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-71 {
    margin-bottom: 71px !important;
  }
  .mtpc-71 {
    margin-top: 71px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-71 {
    margin-bottom: 71px !important;
  }
  .mtsp-71 {
    margin-top: 71px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-72 {
    margin-bottom: 72px !important;
  }
  .mtpc-72 {
    margin-top: 72px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-72 {
    margin-bottom: 72px !important;
  }
  .mtsp-72 {
    margin-top: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-73 {
    margin-bottom: 73px !important;
  }
  .mtpc-73 {
    margin-top: 73px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-73 {
    margin-bottom: 73px !important;
  }
  .mtsp-73 {
    margin-top: 73px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-74 {
    margin-bottom: 74px !important;
  }
  .mtpc-74 {
    margin-top: 74px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-74 {
    margin-bottom: 74px !important;
  }
  .mtsp-74 {
    margin-top: 74px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-75 {
    margin-bottom: 75px !important;
  }
  .mtpc-75 {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-75 {
    margin-bottom: 75px !important;
  }
  .mtsp-75 {
    margin-top: 75px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
  .mtpc-76 {
    margin-top: 76px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-76 {
    margin-bottom: 76px !important;
  }
  .mtsp-76 {
    margin-top: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-77 {
    margin-bottom: 77px !important;
  }
  .mtpc-77 {
    margin-top: 77px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-77 {
    margin-bottom: 77px !important;
  }
  .mtsp-77 {
    margin-top: 77px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-78 {
    margin-bottom: 78px !important;
  }
  .mtpc-78 {
    margin-top: 78px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-78 {
    margin-bottom: 78px !important;
  }
  .mtsp-78 {
    margin-top: 78px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-79 {
    margin-bottom: 79px !important;
  }
  .mtpc-79 {
    margin-top: 79px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-79 {
    margin-bottom: 79px !important;
  }
  .mtsp-79 {
    margin-top: 79px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-80 {
    margin-bottom: 80px !important;
  }
  .mtpc-80 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
  .mtsp-80 {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-81 {
    margin-bottom: 81px !important;
  }
  .mtpc-81 {
    margin-top: 81px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-81 {
    margin-bottom: 81px !important;
  }
  .mtsp-81 {
    margin-top: 81px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-82 {
    margin-bottom: 82px !important;
  }
  .mtpc-82 {
    margin-top: 82px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-82 {
    margin-bottom: 82px !important;
  }
  .mtsp-82 {
    margin-top: 82px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-83 {
    margin-bottom: 83px !important;
  }
  .mtpc-83 {
    margin-top: 83px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-83 {
    margin-bottom: 83px !important;
  }
  .mtsp-83 {
    margin-top: 83px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-84 {
    margin-bottom: 84px !important;
  }
  .mtpc-84 {
    margin-top: 84px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-84 {
    margin-bottom: 84px !important;
  }
  .mtsp-84 {
    margin-top: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-85 {
    margin-bottom: 85px !important;
  }
  .mtpc-85 {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-85 {
    margin-bottom: 85px !important;
  }
  .mtsp-85 {
    margin-top: 85px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-86 {
    margin-bottom: 86px !important;
  }
  .mtpc-86 {
    margin-top: 86px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-86 {
    margin-bottom: 86px !important;
  }
  .mtsp-86 {
    margin-top: 86px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-87 {
    margin-bottom: 87px !important;
  }
  .mtpc-87 {
    margin-top: 87px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-87 {
    margin-bottom: 87px !important;
  }
  .mtsp-87 {
    margin-top: 87px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-88 {
    margin-bottom: 88px !important;
  }
  .mtpc-88 {
    margin-top: 88px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-88 {
    margin-bottom: 88px !important;
  }
  .mtsp-88 {
    margin-top: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-89 {
    margin-bottom: 89px !important;
  }
  .mtpc-89 {
    margin-top: 89px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-89 {
    margin-bottom: 89px !important;
  }
  .mtsp-89 {
    margin-top: 89px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
  .mtpc-90 {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
  .mtsp-90 {
    margin-top: 90px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-91 {
    margin-bottom: 91px !important;
  }
  .mtpc-91 {
    margin-top: 91px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-91 {
    margin-bottom: 91px !important;
  }
  .mtsp-91 {
    margin-top: 91px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
  .mtpc-92 {
    margin-top: 92px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-92 {
    margin-bottom: 92px !important;
  }
  .mtsp-92 {
    margin-top: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-93 {
    margin-bottom: 93px !important;
  }
  .mtpc-93 {
    margin-top: 93px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-93 {
    margin-bottom: 93px !important;
  }
  .mtsp-93 {
    margin-top: 93px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-94 {
    margin-bottom: 94px !important;
  }
  .mtpc-94 {
    margin-top: 94px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-94 {
    margin-bottom: 94px !important;
  }
  .mtsp-94 {
    margin-top: 94px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-95 {
    margin-bottom: 95px !important;
  }
  .mtpc-95 {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-95 {
    margin-bottom: 95px !important;
  }
  .mtsp-95 {
    margin-top: 95px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-96 {
    margin-bottom: 96px !important;
  }
  .mtpc-96 {
    margin-top: 96px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-96 {
    margin-bottom: 96px !important;
  }
  .mtsp-96 {
    margin-top: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-97 {
    margin-bottom: 97px !important;
  }
  .mtpc-97 {
    margin-top: 97px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-97 {
    margin-bottom: 97px !important;
  }
  .mtsp-97 {
    margin-top: 97px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-98 {
    margin-bottom: 98px !important;
  }
  .mtpc-98 {
    margin-top: 98px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-98 {
    margin-bottom: 98px !important;
  }
  .mtsp-98 {
    margin-top: 98px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-99 {
    margin-bottom: 99px !important;
  }
  .mtpc-99 {
    margin-top: 99px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-99 {
    margin-bottom: 99px !important;
  }
  .mtsp-99 {
    margin-top: 99px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
  .mtpc-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
  .mtsp-100 {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-101 {
    margin-bottom: 101px !important;
  }
  .mtpc-101 {
    margin-top: 101px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-101 {
    margin-bottom: 101px !important;
  }
  .mtsp-101 {
    margin-top: 101px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-102 {
    margin-bottom: 102px !important;
  }
  .mtpc-102 {
    margin-top: 102px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-102 {
    margin-bottom: 102px !important;
  }
  .mtsp-102 {
    margin-top: 102px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-103 {
    margin-bottom: 103px !important;
  }
  .mtpc-103 {
    margin-top: 103px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-103 {
    margin-bottom: 103px !important;
  }
  .mtsp-103 {
    margin-top: 103px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-104 {
    margin-bottom: 104px !important;
  }
  .mtpc-104 {
    margin-top: 104px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-104 {
    margin-bottom: 104px !important;
  }
  .mtsp-104 {
    margin-top: 104px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-105 {
    margin-bottom: 105px !important;
  }
  .mtpc-105 {
    margin-top: 105px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-105 {
    margin-bottom: 105px !important;
  }
  .mtsp-105 {
    margin-top: 105px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-106 {
    margin-bottom: 106px !important;
  }
  .mtpc-106 {
    margin-top: 106px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-106 {
    margin-bottom: 106px !important;
  }
  .mtsp-106 {
    margin-top: 106px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-107 {
    margin-bottom: 107px !important;
  }
  .mtpc-107 {
    margin-top: 107px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-107 {
    margin-bottom: 107px !important;
  }
  .mtsp-107 {
    margin-top: 107px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-108 {
    margin-bottom: 108px !important;
  }
  .mtpc-108 {
    margin-top: 108px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-108 {
    margin-bottom: 108px !important;
  }
  .mtsp-108 {
    margin-top: 108px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-109 {
    margin-bottom: 109px !important;
  }
  .mtpc-109 {
    margin-top: 109px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-109 {
    margin-bottom: 109px !important;
  }
  .mtsp-109 {
    margin-top: 109px !important;
  }
}
@media screen and (min-width: 768px) {
  .mbpc-110 {
    margin-bottom: 110px !important;
  }
  .mtpc-110 {
    margin-top: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .mbsp-110 {
    margin-bottom: 110px !important;
  }
  .mtsp-110 {
    margin-top: 110px !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-bottom: 0 !important;
}

.txt-des14 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .txt-des14 {
    font-size: 12px;
  }
}

.txt-des12 {
  font-size: 12px;
}

/*
============================= animation =============================
*/
@keyframes ibis-fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ====================================================
Control
==================================================== */
.c-fc--white {
  color: white !important;
}
.c-fc--black {
  color: black !important;
}

.c-ft--en {
  font-family: "Noto Serif JP", serif;
}
.c-ft--jp {
  font-family: "Noto Serif JP", serif;
}

.c-fw--lt {
  font-weight: 300 !important;
}
.c-fw--rg {
  font-weight: 400 !important;
}
.c-fw--md {
  font-weight: 500 !important;
}
.c-fw--sbd {
  font-weight: 600 !important;
}
.win .c-fw--sbd {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.c-fw--bd {
  font-weight: 700 !important;
}
.win .c-fw--bd {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.c-fw--bk {
  font-weight: 900 !important;
}
.win .c-fw--bk {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.c-tx--v {
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .c-tx--v-pc {
    writing-mode: vertical-rl;
  }
}

.c-al--c {
  text-align: center !important;
}
.c-al--r {
  text-align: right !important;
}
.c-al--l {
  text-align: left;
}

.c-val--md {
  vertical-align: middle;
}
.c-val--top {
  vertical-align: top;
}

.c-scroll-box {
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.c-scroll-box-y {
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .c-scroll-box-pc {
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.c-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.c-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

/* ====================================================
Component
==================================================== */
.c-txt__basic01 {
  font-size: 14px;
  line-height: 1.7142;
  font-weight: 500;
}
.c-txt__basic01--left {
  text-align: left;
}
.c-txt__basic02 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-txt__basic02 {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.c-txt__basic03 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.555;
}
@media screen and (max-width: 1024px) {
  .c-txt__basic03 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-txt__basic03 {
    font-size: 15px;
    line-height: 1.666;
  }
}
.c-txt__basic03--blue {
  font-weight: 700;
  color: #386097;
  margin-bottom: 14px;
}

.c-label__01 {
  background: #5C7D70;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 13px 10px 11px;
  letter-spacing: 1.5px;
  margin-bottom: 37px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-label__01 {
    margin-bottom: 16px;
    padding: 4px 5px;
    font-size: 16px;
  }
}

.c-ttl__01 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.375;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 24px;
}
.win .c-ttl__01 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .c-ttl__01 {
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 16px;
  }
}
.c-ttl__01:after {
  content: "";
  width: 70px;
  height: 8px;
  background: #859d94;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.client .c-ttl__01:after {
  background-color: #6a88b1;
}

@media screen and (max-width: 767px) {
  .c-ttl__01:after {
    width: 50px;
    height: 6px;
  }
}
.c-ttl__01--blue:after {
  background: #6A88B1;
}
.c-ttl__01--pink:after {
  background: #b5656d;
}
.c-ttl__01--blue-light:after {
  background: #799ac3;
}
.c-ttl__02 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.375;
  color: #D54951;
  margin-bottom: 34px;
  display: flex;
  align-items: center;
}
.win .c-ttl__02 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.wrapper.company .c-ttl__02 {
  color: #5c7d70;
}

@media screen and (max-width: 767px) {
  .c-ttl__02 {
    font-size: 22px;
    margin-bottom: 23px;
  }
}
.c-ttl__02 span {
  position: relative;
  padding-left: 60px;
  padding-top: 11px;
}
@media screen and (max-width: 767px) {
  .c-ttl__02 span {
    padding-left: 28px;
    padding-top: 8px;
  }
}
.c-ttl__02 span:before {
  content: "";
  width: 46px;
  height: 61px;
  background: url("/assets/images/company/philosophy/img-icl.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .c-ttl__02 span:before {
    width: 23px;
    height: 31px;
  }
}
.c-ttl__03 {
  font-size: 32px;
  line-height: 1.375;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
.win .c-ttl__03 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .c-ttl__03 {
    font-size: 24px;
  }
}
@media (max-width: 680px) {
  .c-ttl__03 {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
.c-ttl__03 > * {
  padding: 0 89px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-ttl__03 > * {
    padding: 0 45px;
  }
}
.c-ttl__03 > *:before, .c-ttl__03 > *:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 48px;
  background-image: url("/assets/images/client/jinji/ico-ttl.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .c-ttl__03 > *:before, .c-ttl__03 > *:after {
    width: 35px;
    height: 28px;
    top: 0;
  }
}
.c-ttl__03 > *:before {
  left: 0;
}
.c-ttl__03 > *:after {
  right: 0;
  transform: scale(-1);
}
.c-ttl__04 {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5555555556;
  padding: 2px 0 2px 20px;
  position: relative;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .c-ttl__04 {
    font-size: 15px;
    line-height: 1.3333333333;
    padding: 0 0 0 12px;
    margin-bottom: 12px;
  }
}
.c-ttl__04:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 100%;
  background: #386097;
  border-radius: 3px;
  top: 0;
  left: 0;
}
.c-ttl__04--blue {
  padding-left: 0;
  color: #386097;
  margin-bottom: 6px;
}
.c-ttl__04--blue:before {
  display: none;
}
.c-ttl__04--green:before {
  background: #5c7d70;
}
.c-ttl__04--red:before {
  background: #9D323D;
}
.c-ttl__04--line {
  color: #386097;
  border-bottom: 1px solid currentColor;
  padding-left: 0;
  padding-bottom: 9px;
}
.c-ttl__04--line:before {
  display: none;
}
.c-ttl__04--line-green {
  color: #5c7d70;
  border-bottom: 2px solid #d7dedb;
  padding-left: 0;
  margin-bottom: 19px;
  padding-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .c-ttl__04--line-green {
    padding-bottom: 3px;
    margin-bottom: 12px;
  }
}
.c-ttl__04--line-green:before {
  display: none;
}
.c-ttl__05 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: bold;
  background: #386097;
  color: white;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-ttl__05 {
    font-size: 16px;
    line-height: 1.3125;
    padding: 8px 10px 7px;
  }
}
@media screen and (max-width: 374px) {
  .c-ttl__05 {
    letter-spacing: 0;
  }
}
.c-ttl__05 small {
  font-size: 16px;
  line-height: 1.6875;
  width: 100%;
}
.c-ttl__06 {
  position: relative;
  color: #5c7d70;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.375;
  padding: 16px 0 0 60px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-ttl__06 {
    font-size: 21px;
    line-height: 1.2380952381;
    padding: 30px 0 0 51px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 374px) {
  .c-ttl__06 {
    font-size: 18px;
  }
}
.c-ttl__06:before {
  content: "";
  position: absolute;
  background: url("/assets/images/company/r_center/shape-green.svg") center no-repeat;
  background-size: contain;
  width: 45px;
  height: 60px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl__06:before {
    width: 47px;
    height: 54px;
    top: 1px;
    left: -2px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl__06--s2 {
    font-size: 22px;
    line-height: 1.3636363636;
    padding: 12px 0 0 43px;
    margin-bottom: 15px;
  }
  .c-ttl__06--s2:before {
    width: 38px;
    height: 41px;
  }
}
.c-btn__01 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  border-radius: 5px;
  border: 2px solid #5C7D70;
  color: #5C7D70 !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.625;
  padding: 9px 45px 7px 13px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-btn__01 {
    font-size: 15px;
    line-height: 1.3333333333;
  }
}
.c-btn__01:after {
  content: "";
  position: absolute;
  background: url("/assets/images/arrow-green.svg") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn__01:after {
    right: 13px;
  }
}
.c-btn__01:hover:after {
  right: 14px;
  transition: 0.3s ease;
}
.c-btn__01--green {
  color: #5c7d70 !important;
  border-color: #5c7d70;
}
.c-btn__01--green:after {
  background-image: url("/assets/images/arrow-green.svg");
}
@media (any-hover: hover) {
  .c-btn__01--green:hover {
    background: #5c7d70;
    color: #fff !important;
  }
  .c-btn__01--green:hover:after {
    background-image: url("/assets/images/arrow-white.svg");
  }
}
.c-btn__01--green--extarnel {
  color: #5c7d70 !important;
  border-color: #5c7d70;
}
.c-btn__01--green--extarnel:after {
  background-image: url("/assets/images/company/guide/icon-green.svg");
}
@media (any-hover: hover) {
  .c-btn__01--green--extarnel:hover {
    background: #5c7d70;
    color: #fff !important;
  }
  .c-btn__01--green--extarnel:hover:after {
    background-image: url("/assets/images/icon-white.svg");
    right: 19px;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .c-btn__01--green--extarnel:hover:after {
    right: 13px;
  }
}
.c-btn__01--light-blue--external {
  color: #4c79af !important;
  border-color: #4c79af;
}
.c-btn__01--light-blue--external:after {
  background-image: url("/assets/images/icon-external-link-light-blue.svg");
}
@media (any-hover: hover) {
  .c-btn__01--light-blue--external:hover {
    background: #4c79af;
    color: #fff !important;
  }
  .c-btn__01--light-blue--external:hover:after {
    background-image: url("/assets/images/icon-white.svg");
    right: 19px;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .c-btn__01--light-blue--external:hover:after {
    right: 13px;
  }
}
.c-btn__01--red {
  color: #9D323D !important;
  border-color: #9D323D;
}
.c-btn__01--red:after {
  background-image: url("/assets/images/arrow-red.svg");
}
@media (any-hover: hover) {
  .c-btn__01--red:hover {
    background: #9D323D;
    color: #fff !important;
  }
  .c-btn__01--red:hover:after {
    background-image: url("/assets/images/arrow-white.svg");
  }
}
.c-btn__01--filered {
  color: #9D323D !important;
  border-color: #9D323D;
}
.c-btn__01--filered:after {
  background-image: url("/assets/images/icon-link-red.svg");
}
.c-btn__01--filered:hover {
  transition: border-color 0.3s ease, color 0.3s ease;
  background: #9D323D;
  color: #fff !important;
}
.c-btn__01--filered:hover:after {
  background-image: url("/assets/images/icon-white.svg");
  right: 19px;
}
@media screen and (max-width: 767px) {
  .c-btn__01--filered:hover:after {
    right: 13px;
  }
}
.c-btn__01--orange {
  background: #E77C22;
  color: white !important;
  text-align: center;
  max-width: 470px;
  border-radius: 32px;
  font-size: 22px;
  border-color: #E77C22;
  padding: 12px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1245px) {
  .c-btn__01--orange {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__01--orange {
    font-size: 16px;
    padding: 14px 35px;
  }
}
@media screen and (max-width: 374px) {
  .c-btn__01--orange {
    padding-left: 8px;
  }
}
.c-btn__01--orange:after {
  aspect-ratio: 15/14;
  width: 21px;
  height: auto;
  background: url("/assets/images/basic/arrow-white.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-btn__01--orange:after {
    right: 16px;
    width: 15px;
    height: 15px;
  }
}
.c-btn__01--crimson {
  border: 4px solid #E6CCCE;
  border-radius: 32px;
  max-width: 470px;
  font-size: 22px;
  color: #9D323D !important;
  padding: 12px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1245px) {
  .c-btn__01--crimson {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__01--crimson {
    font-size: 16px;
    padding: 12px 35px;
    border-radius: 77px;
  }
}
.c-btn__01--crimson:after {
  aspect-ratio: 15/14;
  width: 21px;
  height: auto;
  background: url("/assets/images/basic/arrow-red.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-btn__01--crimson:after {
    right: 16px;
    width: 15px;
    height: 15px;
  }
}
.c-btn__01--center {
  margin: 0 auto;
}
.c-btn__01--plus::after {
  content: "";
  background-image: url(/assets/images/plus.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px !important;
}
.wrapper.company .c-btn__01--plus::after {
  background-image: url(/assets/images/plus-green.svg);
}
@media (any-hover: hover) {
  .wrapper.company .c-btn__01--plus:hover {
    background-color: #5C7D70;
    color: #fff !important;
  }
  .wrapper.company .c-btn__01--plus:hover::after {
    background-image: url(/assets/images/plus-white.svg);
  }
}

.c-btn__01--close::after {
  content: "";
  background-image: url(/assets/images/plus.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  right: 15px !important;
}
.wrapper.company .c-btn__01--close::after {
  background-image: url(/assets/images/plus-green.svg);
}
@media (any-hover: hover) {
  .wrapper.company .c-btn__01--close:hover {
    background-color: #5C7D70;
    color: #fff !important;
  }
  .wrapper.company .c-btn__01--close:hover::after {
    background-image: url(/assets/images/plus-white.svg);
  }
}

.c-btn__02 {
  display: inline-block;
  text-decoration: none;
  width: 360px;
  border-radius: 100px;
  line-height: 64px;
  font-size: 22px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  background-color: #386097;
  position: relative;
  max-width: 100%;
  transition: box-shadow 0.3s ease-in-out;
}
.win .c-btn__02 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 1280px) {
  .c-btn__02 {
    font-size: 20px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .c-btn__02 {
    font-size: 18px;
    line-height: 55px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 680px) {
  .c-btn__02 {
    font-size: 15px;
    line-height: 40px;
    padding: 0 15px;
  }
}
.form-register--small .c-btn__02 {
  width: 270px;
  font-size: 18px;
  line-height: 48px;
}
@media screen and (max-width: 680px) {
  .form-register--small .c-btn__02 {
    font-size: 15px;
    line-height: 40px;
  }
}

.c-btn__02:after {
  content: "";
  background-image: url("/assets/images/arrow-white.svg");
  width: 1em;
  height: 0.9em;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  transition: 0.3s ease-in-out transform;
}
@media screen and (max-width: 1280px) {
  .c-btn__02:after {
    right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .c-btn__02:after {
    right: 13px;
    width: 0.9em;
    height: 0.8em;
  }
}
@media screen and (max-width: 680px) {
  .c-btn__02:after {
    font-size: 15px;
    line-height: 40px;
    padding: 0 15px 0 0;
  }
}
@media (any-hover: hover) {
  .c-btn__02:hover {
    text-decoration: none;
  }
  .c-btn__02:hover:after {
    transform: translate(30%, -50%);
  }
}
.c-btn__02.bg-orange {
  background: #e77c22;
}
.c-btn__back {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.846;
  color: #D54951;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
}
.page-company_branch .c-btn__back {
  color: #a6a6a6;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .c-btn__back {
    margin-right: 0;
    font-size: 11px;
  }
  .page-company_branch .c-btn__back {
    font-size: 11px;
  }
}
.c-btn__back:after {
  content: "";
  width: 11px;
  height: 11px;
  background: url("/assets/images/company/img-arrowtop.svg");
  background-size: 100%;
  margin-left: 4px;
  display: inline-block;
}
.page-company_branch .c-btn__back:after {
  background-image: url("/assets/images/img-arrowtop.svg");
  opacity: 0.9;
}

@media (hover: hover) {
  .c-btn__back:hover {
    text-decoration: underline;
  }
}
.c-btn__03 {
  max-width: 260px;
  height: 46px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  border: 2px solid #9D323D;
  padding: 8px 20px;
  letter-spacing: 2px;
  position: relative;
  display: flex;
  align-items: center;
  color: #9D323D !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.c-btn__03--Oval {
  max-width: 408px;
  border-radius: 32px;
  border-color: #E6CCCE;
  font-size: 22px;
  justify-content: center;
  padding: 11px 45px;
  height: auto;
  border-width: 4px;
}
@media screen and (max-width: 767px) {
  .c-btn__03--Oval {
    font-size: 16px;
    padding: 9px 34px;
  }
}
@media screen and (max-width: 374px) {
  .c-btn__03--Oval {
    padding-left: 8px;
  }
}
.c-btn__03:after {
  content: "";
  width: 15px;
  height: 14px;
  background: url("/assets/images/arrow-red.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.c-btn__03--Oval:after {
  aspect-ratio: 15/14;
  width: 21px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-btn__03--Oval:after {
    right: 16px;
    width: 15px;
    height: 18px;
  }
}
.c-btn__03:hover:after {
  right: 14px;
  transition: 0.3s ease;
}

/** 注釈 **/
.c-note {
  font-size: 14px;
  color: #868687;
  line-height: 1.4;
  /** インデント **/
}
.c-note.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/** end 注釈 **/
.scrollin {
  opacity: 0;
  transform: translate(0, 70px);
}
.scrollin.active {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-table {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .c-table {
    margin-top: 30px;
  }
}
.c-table table {
  width: 100%;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  border-collapse: separate;
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  overflow: hidden;
}
.c-table table tr th,
.c-table table tr td {
  padding: 18px 24px;
  vertical-align: middle;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
@media screen and (min-width: 768px) {
  .c-table table tr th:last-of-type,
.c-table table tr td:last-of-type {
    border-right: none;
  }
}
.c-table table tr th {
  font-weight: 700;
}
.c-table table tr td {
  padding: 18px 24px;
}
@media screen and (min-width: 768px) {
  .c-table table tr td:first-of-type {
    font-weight: 700;
  }
}
.c-table table tr td:last-of-type {
  border-right: none;
}
.c-table table tr td small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-table table tr:first-of-type th,
.c-table table tr:first-of-type td {
    font-weight: 700;
  }
}
.c-table table tr:last-of-type td {
  border-bottom: none;
}
.c-table--single {
  margin-top: 0;
}

.c-dots {
  font-weight: 500;
}
.c-dots li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 9px;
  color: #282A32;
}
.c-dots li:last-of-type {
  margin-bottom: 0;
}
.c-dots li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #386097;
  top: 9px;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-dots li:before {
    top: 7px;
  }
}
.c-dots--green li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #5C7D70;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-dots--green li:before {
    top: 7px;
  }
}
.c-dots--styles02 {
  display: flex;
  flex-wrap: wrap;
}
.c-dots--styles02 li {
  width: 33.33%;
}

.btn.btn-link {
  min-width: 347px;
  color: #386097;
  border-color: #386097;
}
@media screen and (max-width: 767px) {
  .btn.btn-link {
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
}
.btn.btn-link:after {
  background: url("/assets/images/client/serve/it-engineer/img-link.svg") no-repeat center center;
  background-size: 100%;
}
@media (any-hover: hover) {
  .btn.btn-link:hover:after {
    transform: translate(0, -50%);
    background-image: url("/assets/images/icon-external-link-white.svg");
  }
}
.btn.btn-blue--types02 {
  color: #386097;
  border-color: #386097;
}
@media screen and (max-width: 640px) {
  .btn.btn-blue--types02 {
    min-width: auto;
    width: 100%;
  }
}
.btn.btn-blue--types02:after {
  background-image: url(/assets/images/arrow-light-blue-02.svg);
}
.btn.btn-blue--types03 {
  padding-right: 2.6em;
}
.btn.btn-orange01 {
  background: #e87f06;
  border: 1px solid #e87f06;
  min-width: 458px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 20.29px 15px;
}
.btn.btn-orange01:after {
  background-image: url(/assets/images/arrow-white.svg);
}
/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
.inner--1080 {
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .inner--1080 {
    width: 90%;
  }
}

.drop-shadow {
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.15);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .second-hero-inner--parts2 .page-title {
    margin-bottom: 46px !important;
  }
}
.second-hero-inner--parts2 .page-title .title-in span {
  position: relative;
}
.second-hero-inner--parts2 .page-title .title-in span small {
  position: absolute;
  bottom: -2.1em;
  font-size: 22px;
  white-space: nowrap;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .second-hero-inner--parts2 .page-title .title-in span small {
    font-size: 14px;
  }
}
.second-hero-inner--parts2 .page-title small {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .second-hero-inner--parts2 .page-title small {
    font-size: 16px;
  }
}
.second-hero-inner--parts2 .hero-contact-btn {
  margin: 0 auto;
}

.client .second-hero--manpower02 .hero-feature-item:nth-child(1) .feature-item-in {
  background-color: #6A88B1;
}
.client .second-hero--manpower02 .hero-feature-item:nth-child(2) .feature-item-in {
  background-color: #9BAFCB;
}
.client .second-hero--manpower02 .hero-feature-item:nth-child(3) .feature-item-in {
  background-color: #386097;
}
.client .second-hero--manpower02 .hero-feature-item:nth-child(4) .feature-item-in {
  background-color: #6A88B1;
}
.client .second-hero--manpower02 .hero-feature-item:nth-child(5) .feature-item-in {
  background-color: #386097;
}

a.btn {
  cursor: pointer;
}
a.btn--noArr {
  padding: 0.4em 1em;
}
a.btn--noArr:after {
  display: none;
}
a.btn--txtCent {
  text-align: center;
}
a.btn--sm {
  font-size: 14px;
  height: 33px;
}
a.btn--sm.btn-blue {
  padding: 0.4em 1em;
}
a.btn--bgBlue {
  border-color: #386097;
  background: #386097;
  color: white;
}
a.btn--bgOgrange {
  border-color: #E77C22;
  background: #E77C22;
  color: #fff;
  text-align: center;
  max-width: 458px;
  width: 100%;
  margin: 55px auto 0;
  display: block;
  padding: 0.7em 1em;
  font-size: 22px;
}
a.btn--bgBlueService {
  border-color: #386097;
  background: #386097;
  color: #fff;
  text-align: center;
  max-width: 458px;
  width: 100%;
  margin: 55px auto 0;
  display: block;
  padding: 0.7em 1em;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  a.btn--bgOgrange {
    margin: 40px auto 0;
    font-size: 14px;
  }
  a.btn--bgBlueService {
    margin: 40px auto 0;
    font-size: 14px;
  }
}
a.btn--bgOgrange:hover {
  background-color: #E77C22;
  border-color: #E77C22;
}
a.btn--bgOgrange:after {
  background: url("/assets/images/arrow-white.svg") no-repeat center/cover;
}
a.btn--bgBlueService:hover {
  background-color: #386097;
  border-color: #386097;
}
a.btn--bgBlueService:after {
  background: url("/assets/images/icon-download.svg") no-repeat center/cover;
}
a.btn--bgBlueService:hover::after {
  transform: translate(30%, -50%);
  background-image: url(/assets/images/icon-download.svg);
  background-size: contain;
}

a.btn--full {
  width: 100%;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn--download.btn--download:after {
  background-image: url(/assets/images/client/download/ico-download.svg);
  width: 1.2em;
  height: 1.1em;
  top: 47%;
  right: 16px;
}
@media (any-hover: hover) {
  a.btn--download.btn--download:hover:after {
    background-image: url(/assets/images/client/download/ico-download.svg);
    transform: translate(0, -50%);
  }
}
a.btn--lg {
  width: 100%;
  max-width: 408px;
  padding: 0.56em 1em;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  a.btn--lg {
    font-size: 15px;
  }
}
a.btn--bgPk {
  border-color: #D54951;
  background: #D54951;
  color: white;
}
.company a.btn--bgPk {
  border-color: #5c7d70;
  background: #5c7d70;
  color: white;
}

@media (any-hover: hover) {
  a.btn--bgPk:hover {
    border-color: #D54951;
    background: #D54951;
    color: white;
  }
  .company a.btn--bgPk:hover {
    border-color: #859d94;
    background: #859d94;
    color: white;
  }
}

@media (hover: hover) {
  a.link--img {
    -webkit-backface-visibility: hidden;
    transition: opacity 0.3s ease;
  }
  a.link--img:hover {
    opacity: 0.8;
  }
}

.link--block {
  text-decoration: none;
}
@media (any-hover: hover) {
  .link--block:hover {
    text-decoration: underline;
  }
}

.link--block:not([target=_blank]):after {
  content: "arrow-r";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  margin-left: 0.8em;
}

.link--block[target=_blank]:after {
  content: "";
  display: inline-block;
  background: url(/assets/images/icon-external-link-light-blue.svg) center/contain no-repeat;
  width: 15px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  margin-left: 0.45em;
}
.client .link--block[target=_blank]:after {
  background-image: url(/assets/images/icon-external-link-blue.svg);
}

.jobseeker .link--block[target=_blank]:after, .customer .link--block[target=_blank]:after {
  background-image: url(/assets/images/icon-external-link-red.svg);
}

.company .link--block[target=_blank]:after {
  background-image: url(/assets/images/icon-external-link-green.svg);
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  background: white;
  border: 1px solid #ccc;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 15px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.pure-input.indent {
  padding-left: 1em;
}
.pure-input input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pure-input input[type=checkbox] + label:after {
  background-color: transparent;
  top: 4px;
  left: 2px;
  width: 13px;
  height: 5px;
  border-style: solid;
  border-color: #386097;
  border-width: 0 0 3px 3px;
  -o-border-image: none;
     border-image: none;
  transform: rotate(-45deg) scale(0);
}
.pure-input input[type=checkbox]:checked + label:after {
  content: "";
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}
.pure-input input[type=checkbox]:checked + label:before {
  animation: borderscale 200ms ease-in;
}
.pure-input input[type=radio] + label:after, .pure-input input[type=radio] + label:before {
  border-radius: 50%;
}
.pure-input input[type=radio]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white;
}
.pure-input input[type=radio]:checked + label:after {
  transform: scale(1);
}
.pure-input label {
  position: relative;
  padding: 0 0 0 28px;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: bold;
}
.win .pure-input label {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.pure-input label:before {
  box-sizing: content-box;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #919090;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 3px;
}
.pure-input label:after {
  box-sizing: content-box;
  content: "";
  background-color: #4F8196;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}

.box-partshadow {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(152, 148, 148, 0.24);
  margin-bottom: 30px;
  padding: 46px 48px 50px;
}
@media screen and (max-width: 767px) {
  .box-partshadow {
    padding: 25px 25px 25px;
    margin-bottom: 23px;
  }
}
.box-partshadow:last-child {
  margin-bottom: 0;
}

.bg-part {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg-part {
    margin-bottom: 0;
  }
}
.bg-part:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-part > * {
  position: relative;
  z-index: 2;
}

.footer-area {
  z-index: 2;
}

.footer-cta .cta-contents--hidden {
  display: none;
}

.container {
  position: relative;
  z-index: 1;
}

.section-part {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .section-part {
    padding-bottom: 100px;
  }
}

.common-box {
  padding: 50px;
  background: white;
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .common-box {
    padding: 25px;
    border-radius: 5px;
  }
}

.second-hero.has-lead.no-height {
  height: auto;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .second-hero.has-lead .second-hero-inner--parts3 {
    max-width: 1110px;
    padding: 0 15px;
    width: 100%;
    left: 50%;
    top: 46.5%;
    transform: translate(-50%, -50%);
  }
}
.second-hero.has-lead .second-hero-inner--parts3 .page-title {
  margin-bottom: 5px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-title {
    letter-spacing: 1px;
  }
}
.second-hero.has-lead .second-hero-inner--parts3 .page-desc {
  text-align: center;
  color: #282a32;
  font-weight: 700;
  margin-bottom: 139px;
  letter-spacing: 1.25px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-desc {
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 63px;
  }
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap {
  text-align: center;
  background: #F7F7F7;
  border-radius: 8px;
  padding: 38px 10px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap--single {
    margin: 0 15px 37px;
  }
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap--single img {
    height: 31px;
  }
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap__logo {
    margin-bottom: 14px;
  }
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5C7D70;
  width: 100%;
  max-width: 410px;
  height: 65px;
  border-radius: 35px;
  box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  padding: 0 45px;
  margin: 0 auto;
  text-decoration: none;
}
@media screen and (max-width: 1245px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap__btn {
    padding: 10px 20px;
    letter-spacing: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap__btn {
    height: 55px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap__btn {
    height: 45px;
    font-size: 12px;
  }
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__btn:after {
  content: "";
  position: absolute;
  background: url("/assets/images/arrow-white.svg") center no-repeat;
  background-size: contain;
  width: 19px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap__btn:after {
    right: 16px;
    width: 15px;
    height: 18px;
  }
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__btn:hover:after {
  right: 20px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap__btn:hover:after {
    right: 12px;
  }
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__btnsub {
  position: relative;
  text-align: left;
  display: inline-block;
  padding-right: 20px;
  color: #5C7D70;
  font-weight: bold;
  font-size: 16px;
  margin: 15px auto 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap__btnsub {
    font-size: 14px;
    margin-top: 12px;
  }
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__btnsub:after {
  content: "";
  position: absolute;
  background: url("/assets/images/arrow-green.svg") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__btnsub:hover {
  text-decoration: underline;
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__list {
  margin: 0 -20px 45px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap__list {
    margin: 0 -5px 37px;
  }
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__list .item {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 990px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap__list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap__list .item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap__list .item .page-wrap__logo img {
    height: 20px;
  }
  .second-hero.has-lead .second-hero-inner--parts3 .page-wrap__list .item:last-of-type .page-wrap__logo img {
    height: 31px;
  }
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__list .page-wrap {
  height: 100%;
  margin-bottom: 0;
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__list .page-wrap__btn--orange {
  background: #E77C22;
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__list .page-wrap__btnsub--orange {
  color: #E77C22;
}
.second-hero.has-lead .second-hero-inner--parts3 .page-wrap__list .page-wrap__btnsub--orange::after {
  background: url(/assets/images/arrow-orange.svg) 50% no-repeat;
  background-size: contain;
}
.second-hero.has-lead .second-hero-inner--parts3 .page-txt {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  margin: 0 0 51px;
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--parts3 .page-txt {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .second-hero.has-lead .second-hero-inner--parts3 .page-txt--pdsp {
    padding: 0 30px;
  }
}
.second-hero.has-lead .second-hero-inner--noheight {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  margin: 0 auto;
  padding-top: 93px;
}
@media screen and (max-width: 767px) {
  .second-hero.has-lead .second-hero-inner--noheight {
    padding-top: 105px;
  }
}

.second-hero .second-hero-inner .page-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .second-hero .second-hero-inner .page-list {
    margin: 0 -5px;
  }
}
.second-hero .second-hero-inner .page-list .item {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .second-hero .second-hero-inner .page-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .second-hero .second-hero-inner .page-list .item:last-of-type {
    margin-bottom: 0;
  }
}
.second-hero .second-hero-inner .page-list .item:nth-child(2) a {
  background: #386097;
}
.second-hero .second-hero-inner .page-list__box {
  border-radius: 8px;
  background: #F6F6F6;
  padding: 50px 57px 64px;
}
@media screen and (max-width: 990px) {
  .second-hero .second-hero-inner .page-list__box {
    padding: 20px 25px 25px;
  }
}
.second-hero .second-hero-inner .page-list__box p {
  color: #282A32;
  text-align: center;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .second-hero .second-hero-inner .page-list__box p {
    font-size: 18px;
    margin-bottom: 11px;
  }
}
.second-hero .second-hero-inner .page-list__box a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background: #E77C22;
  font-weight: bold;
  color: #fff;
  border-radius: 35px;
  position: relative;
  padding: 10px;
  transition: all 0.3s;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .second-hero .second-hero-inner .page-list__box a {
    height: 55px;
    font-size: 16px;
  }
}
.second-hero .second-hero-inner .page-list__box a:after {
  content: "";
  background-image: url("/assets/images/arrow-white.svg");
  width: 1em;
  height: 0.9em;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  transform: translate(0, -50%);
  right: 25px;
}
@media screen and (max-width: 767px) {
  .second-hero .second-hero-inner .page-list__box a:after {
    right: 16px;
  }
}
.second-hero .second-hero-inner .page-list__box a:hover:after {
  transition: all 0.3s;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .second-hero .second-hero-inner .page-list__box a:hover:after {
    right: 12px;
  }
}

.second-hero--manpower03 .hero-feature-item:nth-child(2), .second-hero--manpower03 .hero-feature-item:nth-child(3), .second-hero--manpower03 .hero-feature-item:nth-child(4) {
  display: none;
}
.second-hero--manpower03 .second-hero-inner--parts3 .page-title {
  margin-bottom: 105px !important;
}

.second-hero--pink .hero-feature-item:nth-of-type(1) .feature-item-in {
  background: #AC5A62;
}
.second-hero--pink .hero-feature-item:nth-of-type(2), .second-hero--pink .hero-feature-item:nth-of-type(3), .second-hero--pink .hero-feature-item:nth-of-type(4) {
  display: none;
}
.second-hero--pink .hero-feature-item:nth-of-type(5) .feature-item-in {
  background: #AC5A62;
}
.second-hero--pink .second-hero-inner--parts3 .page-title {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .second-hero--pink .second-hero-inner--parts3 .page-title {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 640px) {
  .second-hero--pink .second-hero-inner--parts3 .page-title {
    font-size: 24px;
  }
}
.second-hero--pink .second-hero-inner--parts3 .page-title .title-in:after {
  background: #9D323D;
  opacity: 0.15;
}
@media screen and (min-width: 768px) {
  .second-hero--pink .second-hero-inner--parts3 .hero-lead .lead-text {
    font-size: 34px;
  }
}
.second-hero--pink .second-hero-inner--parts3 .hero-lead .lead-text span {
  color: #9d323d;
}

.second-hero--green .hero-feature-item:nth-of-type(1) .feature-item-in {
  background: #5C7D70;
}
.second-hero--green .hero-feature-item:nth-of-type(2), .second-hero--green .hero-feature-item:nth-of-type(3), .second-hero--green .hero-feature-item:nth-of-type(4) {
  display: none;
}
.second-hero--green .hero-feature-item:nth-of-type(5) .feature-item-in {
  background: #5C7D70;
}
.second-hero--green .page-title .title-in:after {
  background: #5C7D70;
  opacity: 0.15;
}

@media screen and (max-width: 680px) {
  .footer-cta .cta-client-lead {
    letter-spacing: 0;
  }
}
.form-register {
  display: flex;
  max-width: 100%;
  margin: 0 auto 70px;
  width: 1040px;
}
@media screen and (max-width: 767px) {
  .form-register {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.form-register--small {
  max-width: 920px;
  margin-bottom: 180px;
  margin-top: -140px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .form-register--small {
    margin-bottom: 100px;
    margin-top: -25px;
  }
}
.form-register--small:last-child {
  margin-bottom: 0;
}
.form-register__sub {
  text-align: center;
  width: calc(50% - 20px);
  margin-right: 40px;
  background: #F6F6F6;
  border-radius: 5px;
  padding: 56px 25px 64px;
}
.company .form-register__sub:first-child {
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.9);
}

.form-register__sub:last-child, .form-register__sub:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .form-register__sub {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 40px 25px 40px;
  }
  .form-register__sub:last-child {
    margin-bottom: 0;
  }
}
.form-register--small .form-register__sub {
  padding: 40px 20px 36px;
}
@media screen and (max-width: 767px) {
  .form-register--small .form-register__sub {
    margin-bottom: 10px;
    padding: 25px 25px 25px;
  }
  .form-register--small .form-register__sub:last-child {
    margin-bottom: 0;
  }
}

.form-register__sub-ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.454;
  color: #282A32;
  margin-bottom: 20px;
}
.win .form-register__sub-ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .form-register__sub-ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.form-register--small .form-register__sub-ttl {
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .form-register--small .form-register__sub-ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.manpower-boxtags {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .manpower-boxtags {
    margin-bottom: 50px;
  }
}
.manpower-boxtags__wrap {
  padding: 50px 50px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(152, 148, 148, 0.16);
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .manpower-boxtags__wrap {
    padding: 25px 25px;
  }
}
.manpower-boxtags dl {
  display: flex;
  padding: 11.5px 16px 3.5px;
  border-bottom: 1px solid #E3E3E3;
}
.manpower-boxtags dl:first-child {
  border-top: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  .manpower-boxtags dl {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: flex-start;
  }
}
.manpower-boxtags dt {
  width: 18.8%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  color: #282A32;
  position: relative;
  top: 3px;
}
.win .manpower-boxtags dt {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.manpower-boxtags dt br {
  display: none;
}
@media screen and (max-width: 767px) {
  .manpower-boxtags dt {
    font-size: 14px;
    flex-shrink: 0;
    width: 7em;
    padding-right: 1.5em;
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 640px) {
  .manpower-boxtags dt {
    width: 4.5em;
    padding-right: 1em;
  }
  .manpower-boxtags dt br {
    display: inline;
  }
}
.manpower-boxtags dd {
  width: 81.2%;
}
@media screen and (max-width: 767px) {
  .manpower-boxtags dd {
    width: auto;
  }
}
.manpower-boxtags dd .list-tags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media screen and (max-width: 767px) {
  .manpower-boxtags dd .list-tags {
    margin: 0 -2px;
  }
}
.manpower-boxtags dd .list-tags li {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .manpower-boxtags dd .list-tags li {
    padding: 0 2px;
    margin-bottom: 4px;
  }
}
.manpower-boxtags dd .list-tags a {
  text-decoration: none;
  padding: 2px 5px;
  border: 2px solid #5c7d70;
  text-align: center;
  min-width: 68px;
  min-height: 32px;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  transition: background-color 0.3s ease;
}
.win .manpower-boxtags dd .list-tags a {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .manpower-boxtags dd .list-tags a {
    line-height: 28px;
    padding-top: 4px;
    padding-bottom: 0;
  }
}
.manpower-boxtags dd .list-tags a:visited {
  color: #5c7d70;
}
@media (any-hover: hover) {
  .manpower-boxtags dd .list-tags a:hover, .manpower-boxtags dd .list-tags a:visited:hover {
    background-color: #5c7d70;
    color: #fff;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .manpower-boxtags dd .list-tags a {
    min-width: 4.5em;
    line-height: 28px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: none), screen and (max-width: 767px) and (-ms-high-contrast: active) {
  .manpower-boxtags dd .list-tags a {
    line-height: 24px;
    padding-top: 4px;
    padding-bottom: 0;
  }
}
.manpower-areas__bl {
  padding: 50px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 16px rgba(152, 148, 148, 0.16);
  margin-bottom: 180px;
}
.manpower-areas__bl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .manpower-areas__bl {
    padding: 25px 25px;
    margin-bottom: 50px;
  }
}
.manpower-areas__bl-address .item {
  display: flex;
  padding: 24px 0 24px 0;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 1245px) {
  .manpower-areas__bl-address .item {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .manpower-areas__bl-address .item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .manpower-areas__bl-address .item {
    font-size: 14px;
    padding: 15px 0px;
  }
}
.manpower-areas__bl-address .item:first-child {
  border-top: 1px solid #E3E3E3;
}
.manpower-areas__bl-address .item-ttl {
  display: flex;
  align-items: center;
  font-weight: 700;
  width: 22%;
  padding-right: 2em;
}
.win .manpower-areas__bl-address .item-ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 1024px) {
  .manpower-areas__bl-address .item-ttl {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .manpower-areas__bl-address .item-ttl {
    font-size: inherit;
    line-height: 1.643;
    margin-bottom: 10px;
  }
}
.manpower-areas__bl-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .manpower-areas__bl-top {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .manpower-areas__bl-top {
    padding: 0 0 5px;
  }
}
.manpower-areas__bl-top .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.777;
  color: #5c7d70;
}
.win .manpower-areas__bl-top .ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-areas__bl-top .ttl {
    font-size: 15px;
  }
}
.manpower-areas__blsub {
  margin-bottom: 40px;
}
.manpower-areas__blsub:last-child {
  margin-bottom: 0;
}
.manpower-areas__blsub--des {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.714;
  margin: 0 auto;
}
.win .manpower-areas__blsub--des {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.manpower-areas__blsub--note {
  font-weight: normal;
  color: #a6a6a6;
}
.manpower .item-linkmaps {
  font-weight: 700;
  white-space: nowrap;
  width: 15%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.win .manpower .item-linkmaps {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 1024px) {
  .manpower .item-linkmaps {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .manpower .item-linkmaps {
    font-size: 14px;
  }
}
.manpower .item-linkmaps a {
  text-decoration: none;
  position: relative;
}
.manpower .item-linkmaps a:hover {
  text-decoration: underline;
}
@media (hover: none) and (pointer: coarse) {
  .manpower .item-linkmaps a:focus {
    outline: none;
  }
}
@media (any-hover: none) {
  .manpower .item-linkmaps a:focus {
    outline: none;
  }
}
.manpower .item-linkmaps a:before {
  content: "";
  width: 18px;
  height: 16px;
  background: url("../../assets/images/company/img-icomap.svg");
  background-size: 100%;
  margin-bottom: -0.2em;
  margin-left: 10px;
  display: inline-block;
}
.manpower .item-info {
  font-weight: 500;
  width: 63%;
  box-sizing: border-box;
  padding-right: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .manpower .item-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .manpower .item-info {
    font-size: 14px;
  }
}
.manpower .item-info a {
  color: #282A32;
  text-decoration: none;
}
@media (hover: hover) {
  .manpower .item-info a:hover {
    text-decoration: underline;
  }
}
.manpower .item-info .tel {
  display: inline-block;
  position: relative;
  margin-right: 26px;
}
.manpower .item-info .tel:before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  background: url("../../assets/images/company/img-phone.svg") no-repeat center center;
  background-size: 100%;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.manpower .item-info .fax {
  display: inline-block;
}
.manpower .item-info .fax:before {
  content: "FAX";
  font-weight: 700;
  color: #5c7d70;
  margin-right: 3px;
  font-size: 0.9em;
  vertical-align: baseline;
}
.win .manpower .item-info .fax:before {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.manpower .item-info__address {
  width: 100%;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .manpower .item-info__address {
    margin-bottom: 1px;
  }
}
.manpower .item-info__contact {
  width: 100%;
  letter-spacing: 0em;
}
.manpower-modal__w {
  padding: 0;
  position: relative;
  width: 1440px;
  margin: 40px auto;
  max-width: calc(100% - 128px);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .manpower-modal__w {
    margin: 0;
    max-width: calc(100% - 20px);
  }
}
.manpower-modal__block {
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
}
.manpower-modal__block-close {
  display: none;
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .manpower-modal__block-close {
    width: 30px;
    top: -15px;
    right: 0px;
  }
}
.manpower-modal .map-contents {
  display: flex;
  gap: 40px;
}
.manpower-modal .map-contents__left {
  width: 50%;
  flex: 1 1 50%;
}
.manpower-modal .map-contents__right {
  width: 50%;
  flex: 1 1 50%;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .manpower-modal .map-contents {
    flex-wrap: wrap;
  }
  .manpower-modal .map-contents__left {
    width: 100%;
    flex: 1 0 100%;
  }
  .manpower-modal .map-contents__right {
    width: 100%;
    flex: 1 0 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .manpower-modal .map-contents {
    gap: 30px;
  }
}
.manpower-modal .ttl-modal {
  display: flex;
  min-height: 32px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.625;
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}
.win .manpower-modal .ttl-modal {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-modal .ttl-modal {
    min-height: 15px;
    font-size: 15px;
    padding-left: 12px;
    margin-bottom: 15px;
  }
}
.manpower-modal .ttl-modal:before {
  content: "";
  width: 3px;
  border-radius: 3px;
  background: #5c7d70;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.client .ttl-modal:before {
  background-color: #386097;
}

.company .manpower-modal .ttl-modal:before {
  background-color: #5c7d70;
}

.manpower-modal #map {
  margin-bottom: 13.8px;
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 767px) {
  .manpower-modal #map {
    height: 0;
    padding: 100% 0 0;
  }
}
.manpower-modal #map iframe {
  max-width: 100%;
  width: 100%;
}
.manpower-modal .note-map {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6667;
}
@media screen and (max-width: 767px) {
  .manpower-modal .note-map {
    font-size: 12px;
  }
}
.manpower-modal .item-info {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .manpower-modal .item-info {
    margin-bottom: 30px;
  }
}
.manpower-modal .item-info .tel:before {
  background: url("../../assets/images/company/img-phone.svg") no-repeat center center;
  background-size: 100%;
}
.manpower-modal .ttl-infor {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.555;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d6dedb;
}
.win .manpower-modal .ttl-infor {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.client .ttl-infor {
  border-bottom-color: #cdd7e5;
}

.company .manpower-modal .ttl-infor {
  border-bottom-color: #d6dedb;
}

@media screen and (max-width: 767px) {
  .manpower-modal .ttl-infor {
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
.manpower-modal .bx-infor {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.manpower-modal .bx-infor:before {
  content: "";
  width: 14px;
  height: 16px;
  background: url("../../assets/images/company/img-train.svg") no-repeat center center;
  background-size: 100%;
  top: 6px;
  position: relative;
  margin-right: 15px;
  flex-shrink: 0;
}
.client .bx-infor:before {
  background-image: url("../../assets/images/company/img-train-blue.svg");
}

@media screen and (max-width: 767px) {
  .manpower-modal .bx-infor:before {
    margin-right: 0.8em;
  }
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
.page-client_manpowerclip .inner,
.page-client_manpowerclip_detail .inner {
  max-width: 1280px;
}

.manpower-clip {
  max-width: 466px;
  width: 100%;
  margin: 0 auto 54px;
}
@media screen and (max-width: 767px) {
  .manpower-clip {
    max-width: 300px;
    margin-bottom: 45px;
  }
}
.manpower-clip__title {
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .manpower-clip__title {
    margin-bottom: 15px;
  }
}
.manpower-clip__txt {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .manpower-clip__txt {
    font-size: 14px;
    line-height: 1.5;
  }
}
.manpower-news-top {
  background: #fff;
  padding: 50px 60px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  margin-bottom: 64px;
}
@media screen and (max-width: 990px) {
  .manpower-news-top {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .manpower-news-top {
    padding: 20px;
  }
}
.manpower-news__img {
  width: 38.8%;
}
@media screen and (max-width: 767px) {
  .manpower-news__img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.manpower-news__img a {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .manpower-news__img a:hover {
    opacity: 0.8;
  }
}
.manpower-news__cnt {
  width: 61.2%;
  text-align: left;
  padding-left: 43px;
  padding-top: 16px;
}
@media screen and (max-width: 1245px) {
  .manpower-news__cnt {
    padding-top: 0;
  }
}
@media screen and (max-width: 990px) {
  .manpower-news__cnt {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .manpower-news__cnt {
    width: 100%;
    padding: 0;
  }
}
.manpower-news__date {
  font-size: 16px;
  font-weight: 500;
  color: #8C8C8C;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .manpower-news__date {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.manpower-news__ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.375;
  margin-bottom: 37px;
}
.win .manpower-news__ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 990px) {
  .manpower-news__ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .manpower-news__ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.manpower-category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 5px;
  background: #fff;
  padding: 20px 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .manpower-category {
    padding: 20px;
    margin-bottom: 25px;
  }
}
.manpower-category__ttl {
  font-size: 16px;
  font-weight: bold;
  width: 142px;
  padding-top: 2px;
}
.win .manpower-category__ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 640px) {
  .manpower-category__ttl {
    font-size: 14px;
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }
}
.manpower-category__ttl img {
  margin-right: 9px;
  position: relative;
  top: 3px;
}
.manpower-category__list {
  width: calc(100% - 142px);
  margin-bottom: -16px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .manpower-category__list {
    width: 100%;
    margin-bottom: -10px;
  }
}
.manpower-category__list li {
  margin-right: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .manpower-category__list li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.manpower-category__list li a {
  min-width: 86px;
  height: 34px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #E1E7F0;
  font-size: 16px;
  font-weight: bold;
  color: #386097;
  text-decoration: none;
}
.win .manpower-category__list li a {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media (any-hover: hover) {
  .manpower-category__list li a:hover {
    background: #386097;
    color: #fff;
  }
}
.manpower-category__list li a.category-current {
  background: #386097;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .manpower-category__list li a {
    font-size: 14px;
    min-width: 58px;
    height: 28px;
    padding: 0 14px;
  }
}
.manpower-list-article .item {
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.15);
  background: #fff;
  padding: 26px 30px;
  margin-bottom: 24px;
  border-radius: 5px;
  transition: box-shadow 0.3s ease-in-out;
  opacity: 1;
  animation: ibis-fadeup 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.manpower-list-article .item.is-hidden {
  opacity: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .manpower-list-article .item {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (any-hover: hover) {
  .manpower-list-article .item:hover {
    box-shadow: 0 0 38px rgba(96, 96, 96, 0.4);
  }
}
.manpower-list-article .item:last-of-type {
  margin-bottom: 0;
}
.manpower-list-article .item a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
@media (any-hover: hover) {
  .manpower-list-article .item a:hover {
    text-decoration: none;
  }
}
.manpower-list-article .item__img {
  width: 216px;
}
.manpower-list-article .item__img img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0%;
     object-position: 0 0%;
}
@media screen and (max-width: 640px) {
  .manpower-list-article .item__img {
    width: 100%;
    margin-bottom: 15px;
  }
  .manpower-list-article .item__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0%;
       object-position: 0 0%;
  }
}
.manpower-list-article .item__cnt {
  width: calc(100% - 216px);
  padding-left: 32px;
}
@media screen and (max-width: 640px) {
  .manpower-list-article .item__cnt {
    width: 100%;
    padding-left: 0;
  }
}
.manpower-list-article .item__meta {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.manpower-list-article .item__meta .cate {
  min-width: 80px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #386097;
  background: #E1E7F0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 11px;
}
@media screen and (max-width: 767px) {
  .manpower-list-article .item__meta .cate {
    font-size: 12px;
  }
}
.manpower-list-article .item__meta .date {
  font-size: 16px;
  font-weight: 500;
  color: #8C8C8C;
}
@media screen and (max-width: 767px) {
  .manpower-list-article .item__meta .date {
    font-size: 14px;
  }
}
.manpower-list-article .item__ttl {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #282A32;
  letter-spacing: 1.2px;
}
.win .manpower-list-article .item__ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-list-article .item__ttl {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.manpower-list-article + .mt-m {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .manpower-list-article + .mt-m {
    margin-top: 25px;
  }
}
.manpower-sidebar-block {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .manpower-sidebar-block {
    padding: 20px;
  }
}
.manpower-sidebar-block:last-of-type {
  margin-bottom: 0;
}
.manpower-sidebar-block--style02 {
  padding: 0;
}
.manpower-sidebar-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 21px;
}
.win .manpower-sidebar-ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-sidebar-ttl {
    font-size: 14px;
  }
}
.manpower-sidebar-ttl img {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.manpower-popular .item {
  margin-bottom: 19px;
}
.manpower-popular .item:last-of-type {
  margin-bottom: 0;
}
.manpower-popular .item a {
  display: flex;
  text-decoration: none;
}
@media (any-hover: hover) {
  .manpower-popular .item a:hover {
    text-decoration: underline;
    color: #282a32;
  }
}
.manpower-popular .item__img {
  width: 126px;
}
.manpower-popular .item__img img {
  width: 126px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0%;
     object-position: 0 0%;
}
.manpower-popular .item__cnt {
  width: calc(100% - 126px);
  padding-left: 16px;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .manpower-popular .item__cnt {
    margin-top: -3px;
  }
}
.manpower-popular .item__date {
  font-size: 14px;
  font-weight: 500;
  color: #8C8C8C;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .manpower-popular .item__date {
    font-size: 12px;
  }
}
.manpower-popular .item__ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  color: #282A32;
}
@media screen and (max-width: 767px) {
  .manpower-popular .item__ttl {
    font-size: 14px;
  }
}
.manpower-popular--style02 .item__cnt {
  margin-top: 0;
}
.manpower .mainvisual {
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .manpower .mainvisual {
    margin-bottom: 30px;
  }
}
.manpower-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.manpower-tags li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.manpower-tags li input {
  display: none;
}
.manpower-tags li a,
.manpower-tags li label {
  cursor: pointer;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  padding: 4px 13px 2px 37px;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
}
.manpower-tags li a:before,
.manpower-tags li label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url("../images/ico-tags.svg") no-repeat center/100%;
  left: 10px;
  top: calc(50% - 9px);
}
@media (any-hover: hover) {
  .manpower-tags li a:hover,
.manpower-tags li label:hover {
    opacity: 0.7;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
  }
}
.manpower-tags li a.on {
  background: #386097;
  border-color: #386097;
  color: #fff;
}
.manpower-tags li a.on:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url("../images/ico-tags-white.svg") no-repeat center/100%;
}
.manpower-newsletter__ttl {
  background: #386097;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.win .manpower-newsletter__ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-newsletter__ttl {
    height: 40px;
    font-size: 16px;
  }
}
.manpower-newsletter__wrap {
  padding: 18px 25px;
}
@media screen and (max-width: 767px) {
  .manpower-newsletter__wrap {
    padding: 18px 20px;
  }
}
.manpower-newsletter__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .manpower-newsletter__desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
.manpower-newsletter__privacy {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .manpower-newsletter__privacy {
    font-size: 12px;
  }
}
.manpower-newsletter__privacy a {
  text-decoration: underline;
  color: #282A32;
}
.manpower-newsletter__form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.manpower-newsletter__form dl {
  width: 48.5%;
  margin-bottom: 10px;
}
.manpower-newsletter__form dl:last-of-type {
  margin-bottom: 24px;
}
.manpower-newsletter__form dl.full {
  width: 100%;
}
.manpower-newsletter__form dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}
.win .manpower-newsletter__form dl dt {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-newsletter__form dl dt {
    font-size: 14px;
  }
}
.manpower-newsletter__form dl dd input {
  width: 100%;
  height: 36px;
  border: 1px solid #D3D3D3;
  outline: 0;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .manpower-newsletter__form dl dd input {
    height: 30px;
  }
}
.manpower-newsletter__form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #386097;
  border: 2px solid #386097;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}
.win .manpower-newsletter__form button {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-newsletter__form button {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (any-hover: hover) {
  .manpower-newsletter__form button:hover {
    background: transparent;
    color: #386097;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
  }
}
.manpower-newsletter__note {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .manpower-newsletter__note {
    font-size: 11px;
  }
}

.page-client_manpowerclip_category .manpower-category-wrap {
  border-radius: 5px;
  background: #fff;
  padding: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-client_manpowerclip_category .manpower-category-wrap {
    padding: 20px;
    margin-bottom: 25px;
  }
}
.page-client_manpowerclip_category .manpower-category {
  padding: 0;
  margin: 0;
}

.manpower-main {
  position: relative;
  z-index: 9;
}
.manpower-main__wrap {
  display: flex;
  flex-wrap: wrap;
}
.manpower-main__wrap--reverse .manpower-main__left {
  order: 1;
  padding-left: 0;
  padding-right: 44px;
  width: 69.54%;
}
@media screen and (max-width: 1245px) {
  .manpower-main__wrap--reverse .manpower-main__left {
    width: 65.54%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .manpower-main__wrap--reverse .manpower-main__left {
    width: 100%;
    padding-right: 0;
  }
}
.manpower-main__wrap--reverse .manpower-main__sidebar {
  order: 2;
  width: 30.46%;
}
@media screen and (max-width: 1245px) {
  .manpower-main__wrap--reverse .manpower-main__sidebar {
    width: 34.46%;
  }
}
@media screen and (max-width: 1024px) {
  .manpower-main__wrap--reverse .manpower-main__sidebar {
    width: 100%;
  }
}
.manpower-main__left {
  width: 71.1%;
  padding-left: 40px;
}
@media screen and (max-width: 1245px) {
  .manpower-main__left {
    width: 65.54%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .manpower-main__left {
    width: 100%;
    padding: 0;
    margin: 0 0 50px;
    order: 0;
  }
}
.manpower-main__sidebar {
  width: 28.9%;
}
@media screen and (max-width: 1245px) {
  .manpower-main__sidebar {
    width: 34.46%;
  }
}
@media screen and (max-width: 1024px) {
  .manpower-main__sidebar {
    width: 100%;
    order: 1;
  }
}
.manpower-main__sidebar .btn {
  min-width: auto !important;
  width: 100% !important;
}
.manpower-main__sidebar > * {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .manpower-main__sidebar > * {
    margin-bottom: 20px;
  }
}
.manpower-main__sidebar > *:last-child {
  margin-bottom: 0;
}

button.btn.btn-blue {
  /** ボタン青  **/
  font-size: 16px;
  font-family: inherit;
  display: inline-block;
  border: 2px solid;
  color: #386097;
  background-color: #fff;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.7em 1em 0.5em;
  padding-right: 2.2em;
  min-width: 260px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.win button.btn.btn-blue {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media (any-hover: hover) {
  button.btn.btn-blue:hover {
    background-color: #386097;
    border-color: #386097;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  button.btn.btn-blue:hover::after {
    background-image: url(/assets/images/plus-white.svg);
    transform: translate(0, -50%);
  }
}
button.btn.btn-blue::after {
  content: "";
  background-image: url("/assets/images/plus.svg");
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out transform;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
}

.details {
  /*
  .article {
  	font-size: 16px;
  	line-height: 1.625;
  	font-weight: 500;

  	@include mq() {
  		font-size: 14px;
  	}

  	p {
  		margin-bottom: 50px;

  		@include mq() {
  			margin-bottom: 20px;
  		}
  	}

  	h2 {
  		font-size: 22px;
  		font-weight: bold;
  		@include win-yu-go;
  		line-height: 1.45;
  		padding-bottom: 15px;
  		border-bottom: 2px solid #b0cce6;
  		margin-bottom: 23px;

  		@include mq() {
  			font-size: 16px;
  			margin-bottom: 15px;
  			padding-bottom: 5px;
  		}
  	}

  	h3 {
  		font-size: 18px;
  		font-weight: bold;
  		@include win-yu-go;
  		line-height: 1.56;
  		padding-left: 16px;
  		position: relative;
  		margin-bottom: 24px;

  		@include mq() {
  			font-size: 16px;
  			line-height: 1.5;
  			margin-bottom: 15px;
  		}

  		@include p-before(3px, 32px) {
  			background: map.get(vars.$colors-blue, 100);
  			position: absolute;
  			left: 0;
  			top: 0;
  			border-radius: 3px;
  		}

  		&:before {
  			@include mq() {
  				height: 24px;
  			}
  		}
  	}

  	h4 {
  		font-size: 16px;
  		font-weight: bold;
  		@include win-yu-go;
  		color: map.get(vars.$colors-blue, 100);
  		padding-bottom: 5px;
  		border-bottom: 2px solid #DEDEDE;
  		margin-bottom: 24px;

  		@include mq() {
  			font-size: 14px;
  			border-width: 1px;
  			margin-bottom: 15px;
  		}
  	}

  	a {
  		text-decoration: underline;
  	}


  	.box1 {
  		border: 2px solid #C1C1C1;
  		padding: 23px 32px;
  		margin-bottom: 32px;

  		@include mq() {
  			padding: 15px;
  		}

  		p {
  			margin-bottom: 27px;

  			@include mq() {
  				margin-bottom: 15px;
  			}

  			&:last-of-type {
  				margin-bottom: 0;
  			}
  		}

  		ul {
  			li {
  				position: relative;
  				padding-left: 24px;
  				margin-bottom: 15px;

  				@include mq() {
  					padding-left: 16px;
  				}

  				&:last-of-type {
  					margin-bottom: 0;
  				}

  				&:before {
  					content: "・";
  					font-size: 16px;
  					font-weight: 900;
  					@include win-yu-go;
  					color: map.get(vars.$colors-blue, 100);
  					position: absolute;
  					top: 0;
  					left: 0;

  					@include mq() {
  						top: -3px;
  					}
  				}

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

  	.box2 {
  		background: #F4F4F4;
  		padding: 30px 32px;
  		margin-bottom: 40px;

  		@include mq() {
  			padding: 15px;
  			margin-bottom: 30px;
  		}

  		p {
  			margin-bottom: 0;
  		}
  	}

  	.box7 {
  		padding: 20px;
  		margin: 2em 0;
  		background: white;
  		border-left: solid 5px #386097;
  		box-shadow: 0 3px 5px rgb(0 0 0 / 22%);

  		ul {
  			list-style-type: disc;
  			padding-left: 1em;

  			li {
  				p {
  					margin-bottom: 20px;
  					overflow: hidden;
  				}

  				&:last-of-type {
  					p {
  						margin-bottom: 0;
  					}
  				}
  			}
  		}
  	}
  }
  */
}
.details + .box {
  margin-top: 20px;
}
.details h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.375;
  margin-bottom: 28px;
}
.win .details h1 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .details h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.details__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.details__meta .article_category {
  margin-right: 13px;
}
@media screen and (max-width: 640px) {
  .details__meta .article_category {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.details__meta .article_category .employ,
.details__meta .article_category .hrconsulting {
  padding: 0px 11px;
  background: #E1E7F0;
  color: #386097;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.win .details__meta .article_category .employ,
.win .details__meta .article_category .hrconsulting {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .details__meta .article_category .employ,
.details__meta .article_category .hrconsulting {
    font-size: 12px;
  }
}
.details__meta .day {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  color: #8C8C8C;
}
@media screen and (max-width: 767px) {
  .details__meta .day {
    font-size: 14px;
  }
}
.details__meta .day .publication_day {
  margin-right: 23px;
}
@media screen and (max-width: 767px) {
  .details__meta .day .publication_day {
    margin-right: 15px;
  }
}
.details .manpower-tags {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .details .manpower-tags {
    margin-bottom: 0;
  }
}
.details .manpower-tags li {
  margin-right: 17px;
}
.details .manpower-tags li a {
  border: none;
  padding: 0 0 0 20px;
  color: #282A32;
  font-size: 14px;
}
.details .manpower-tags li a:before {
  width: 14px;
  height: 14px;
  left: 0;
  top: calc(50% - 6px);
}
.details .summarybox {
  padding: 28px 32px;
  background: rgba(56, 96, 151, 0.06);
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .details .summarybox {
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}
.details .summarybox p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.win .details .summarybox p {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .details .summarybox p {
    font-size: 14px;
  }
}
.details .summarybox_inner ul li {
  margin-bottom: 12px;
}
.details .summarybox_inner ul li:last-of-type {
  margin-bottom: 0;
}
.details .summarybox_inner ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #386097;
  font-weight: bold;
  padding-left: 26px;
  position: relative;
  display: flex;
}
.win .details .summarybox_inner ul li a {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media (any-hover: hover) {
  .details .summarybox_inner ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .details .summarybox_inner ul li a {
    font-size: 14px;
    padding-left: 18px;
    line-height: 1.3;
  }
}
.details .summarybox_inner ul li a:before {
  content: "・";
  display: block;
  font-size: 35px;
  color: #386097;
  position: absolute;
  top: -6px;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .details .summarybox_inner ul li a:before {
    font-size: 28px;
  }
}
.details .summarybox_inner ul li > ul {
  padding-left: 11px;
  margin-top: 6px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .details .summarybox_inner ul li > ul {
    margin-bottom: 6px;
  }
}
.details .summarybox_inner ul li > ul li {
  margin-bottom: 2px;
}
.details .summarybox_inner ul li > ul li a {
  font-size: 16px;
  color: #386097;
  padding-left: 26px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .details .summarybox_inner ul li > ul li a {
    font-size: 14px;
    padding-left: 20px;
  }
}
.details .summarybox_inner ul li > ul li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #386097;
  position: absolute;
  top: 8px;
  left: 13px;
}
@media screen and (max-width: 767px) {
  .details .summarybox_inner ul li > ul li a:before {
    left: 7px;
  }
}
.wrapper.customer.articles .summarybox {
  background: rgba(157, 50, 61, 0.06);
}
.wrapper.customer.articles .summarybox_inner ul li a {
  color: inherit;
}
@media (any-hover: hover) {
  .wrapper.customer.articles .summarybox_inner ul li a[href]:hover {
    color: #9d323d;
  }
}
.wrapper.customer.articles .summarybox_inner ul li a:not([href]) {
  pointer-events: none;
}
.wrapper.customer.articles .summarybox_inner ul li a:before {
  color: #9d323d;
}

.details__contact {
  padding: 26px 32px;
  border: 1px solid #D5D5D5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  color: #282A32;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .details__contact {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.details__contact p {
  margin-bottom: 8px;
}
.details__contact .form {
  font-size: 18px;
  font-weight: bold;
  color: #3A86BE;
  margin-bottom: 12px;
  display: block;
}
.win .details__contact .form {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .details__contact .form {
    font-size: 14px;
  }
}
.details__contact .external-link .item {
  margin-bottom: 15px;
}
.details__contact .external-link .item:last-of-type {
  margin-bottom: 0;
}
.details__contact .external-link .item a {
  color: #3A86BE;
  word-break: break-all;
}

.recommendbox {
  margin-top: 60px;
  margin-bottom: 12px;
}
.recommendbox .recommend_ttl {
  text-align: center;
  position: relative;
  margin-bottom: 26px;
}
.recommendbox .recommend_ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #386097;
  position: absolute;
  top: 10px;
  left: 0;
}
.recommendbox .recommend_ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #386097;
  position: absolute;
  top: 15px;
  left: 0;
}
.recommendbox .recommend_ttl span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 0 5px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.win .recommendbox .recommend_ttl span {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .recommendbox .recommend_ttl span {
    font-size: 14px;
  }
}
.recommendbox__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.recommendbox__list .item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .recommendbox__list .item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .recommendbox__list .item {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .recommendbox__list .item:hover {
    opacity: 0.7;
  }
}
.recommendbox__list .item__label {
  background: #E1E7F0;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: bold;
  /* line-height: 1.375; */
  margin-bottom: 16px;
  color: #282A32;
  border-radius: 3px;
  height: 58px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
.win .recommendbox__list .item__label {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .recommendbox__list .item__label {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .recommendbox__list .item__label {
    height: auto;
    -webkit-line-clamp: 5;
  }
}
.recommendbox__list .item__img {
  margin-bottom: 18px;
}
.recommendbox__list .item__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  color: #282A32;
}
@media screen and (max-width: 767px) {
  .recommendbox__list .item__desc {
    font-size: 14px;
    line-height: 1.5;
  }
}

.author {
  position: relative;
}
.author_ttl {
  width: 142px;
  height: 28px;
  border-radius: 0 28px 28px 0;
  background: #386097;
  position: absolute;
  top: 11px;
  left: -10px;
  color: #fff;
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  .author_ttl {
    padding-top: 3px;
  }
}
.author_ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 7px 0;
  border-color: transparent #146297 transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.author_inner {
  padding: 31px 32px 20px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #2E83BC;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .author_inner {
    padding: 30px 15px;
  }
}
.author_img {
  width: 118px;
}
@media screen and (max-width: 640px) {
  .author_img {
    margin: 0 auto 20px;
  }
}
.author_img img {
  border-radius: 100%;
}
.author_right {
  width: calc(100% - 118px);
  font-size: 16px;
  padding-left: 20px;
  top: -5px;
}
@media screen and (max-width: 640px) {
  .author_right {
    padding-left: 0;
    width: 100%;
    top: 0;
    font-size: 14px;
  }
}
.author_right .name {
  margin-bottom: 10px;
  font-weight: bold;
}
.win .author_right .name {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.author_right .txt {
  line-height: 1.625;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .author_right .txt {
    line-height: 1.5;
  }
}

.related_ttl {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.related_ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #386097;
  position: absolute;
  top: 10px;
  left: 0;
}
.related_ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #386097;
  position: absolute;
  top: 15px;
  left: 0;
}
.related_ttl span {
  font-size: 16px;
  line-height: 1;
  padding: 0 15px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.related-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.related-list .item {
  width: 50%;
  padding: 0 11px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1245px) {
  .related-list .item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .related-list .item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .related-list .item {
    width: 100%;
  }
  .related-list .item:last-of-type {
    margin-bottom: 0;
  }
}
.related-list .item a {
  display: flex;
  text-decoration: none;
}
@media (any-hover: hover) {
  .related-list .item a:hover {
    opacity: 0.8;
  }
  .related-list .item a:hover .item__desc {
    text-decoration: underline;
  }
}
.related-list .item__img {
  width: 126px;
}
.related-list .item__cnt {
  width: calc(100% - 126px);
  padding-left: 16px;
}
.related-list .item__date {
  font-size: 14px;
  font-weight: 500;
  color: #8C8C8C;
  margin-bottom: 5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .related-list .item__date {
    font-size: 12px;
  }
}
.related-list .item__desc {
  font-size: 16px;
  line-height: 1.625;
  color: #282A32;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .related-list .item__desc {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
.manpower-tab {
  background: white;
  border-radius: 5px;
}
.manpower-tab__head .head-ttl {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 61px;
  border-bottom: 1px solid #ECECEC;
  padding: 10px 50px 5px 25px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}
.win .manpower-tab__head .head-ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-tab__head .head-ttl {
    padding: 20px;
    padding-right: 45px;
    min-height: auto;
  }
}
@media (any-hover: hover) {
  .manpower-tab__head .head-ttl:hover {
    opacity: 0.7;
  }
}
.manpower-tab__head .head-ttl__ico {
  min-width: 32px;
}
.manpower-tab__head .head-ttl__txt {
  padding: 2px 0 0 0;
}
.manpower-tab__head .head-ttl:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #919090;
  border-bottom: 2px solid #919090;
  top: 38%;
  right: 26px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .manpower-tab__head .head-ttl:after {
    right: 20px;
  }
}
.manpower-tab__cnt {
  padding: 17px 25px 26px;
  display: none;
}
@media screen and (max-width: 767px) {
  .manpower-tab__cnt {
    padding: 12px 20px 20px;
  }
}
.manpower-tab__cnt .cnt-checkbox {
  margin: 0 0 19px;
}
.manpower-tab__cnt .cnt-checkbox .pure-input {
  margin-bottom: 5px;
}
.manpower-tab__cnt .cnt-checkbox .pure-input:last-child {
  margin-bottom: 0;
}
.manpower-tab__cnt .btn {
  width: 100%;
}
.manpower-list-article .item__second {
  padding: 0;
}
.manpower-list-article .item__second > a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .manpower-list-article .item__second > a {
    padding: 20px;
  }
}
.manpower-list-article .item__second .item__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 219px;
}
@media screen and (max-width: 640px) {
  .manpower-list-article .item__second .item__img {
    width: 100%;
    margin: 0 0 15px;
  }
}
.manpower-list-article .item__second .item__img:before {
  display: block;
  content: "";
  padding-bottom: 68.202764977%;
}
.manpower-list-article .item__second .item__img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  pointer-events: none;
}
.manpower-list-article .item__second .item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.manpower-list-article .item__second .item__cnt {
  width: calc(100% - 219px);
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .manpower-list-article .item__second .item__cnt {
    padding-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .manpower-list-article .item__second .item__cnt {
    width: 100%;
    padding: 0;
  }
}
.manpower-list-article .item__second .item__time {
  font-weight: bold;
  color: #386097;
  margin: -3px 0 12px;
}
.win .manpower-list-article .item__second .item__time {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-list-article .item__second .item__time {
    margin: 0 0 10px;
    font-size: 14px;
  }
}
.manpower-list-article .item__second .item__ttl--lg {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 26px;
}
@media screen and (max-width: 767px) {
  .manpower-list-article .item__second .item__ttl--lg {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .manpower-list-article .item__second .item__ttl--lg {
    font-size: 16px;
  }
}
.manpower-list-article .item__second .item__meta {
  margin-bottom: 0;
}
.manpower-list-article .item__second .item__meta .cate {
  background: #EFEFEF;
  color: #282A32;
  min-width: 74px;
  min-height: 25px;
  padding: 0 7px;
  white-space: nowrap;
}
.manpower-list-article .item__second .item__meta .date {
  color: #282A32;
}

.manpower-order__heading {
  display: block;
  background: rgba(56, 96, 151, 0.06);
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 12px 0;
}
.win .manpower-order__heading {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-order__heading {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 10px 0;
    min-height: 60px;
  }
}
.manpower-order__heading .inner {
  max-width: 1080px;
}
.manpower-order__heading small {
  display: inline-block;
  margin: 0 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
@media screen and (max-width: 767px) {
  .manpower-order__heading small {
    font-size: 12px;
    vertical-align: middle;
    margin: 0 0 0 10px;
  }
}
.manpower-order__form {
  display: block;
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 0 74px;
}
.manpower-order__form * {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .manpower-order__form {
    padding: min(40px, 5.3333333333vw) 0 80px;
  }
}
.manpower-order__form dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  .manpower-order__form dl {
    padding: 15px 0;
  }
  .manpower-order__form dl:first-child {
    padding-top: 0;
  }
}
.manpower-order__form dl dt {
  width: 269px;
  position: relative;
  padding: 0 18px 0;
  margin: 6px 0 0;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .manpower-order__form dl dt {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
  }
}
.manpower-order__form dl dt label {
  display: block;
  font-weight: bold;
}
.win .manpower-order__form dl dt label {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-order__form dl dt label {
    display: inline-block;
    margin-right: 7px;
  }
}
.manpower-order__form dl dt label small {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 0 5px;
}
.manpower-order__form dl dt span {
  display: inline-block;
  line-height: 1;
  color: #D90000;
  border: 1px solid #D90000;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .manpower-order__form dl dt span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
  }
}
.manpower-order__form dl dd {
  width: calc(100% - 269px);
  padding: 0 18px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .manpower-order__form dl dd {
    width: 100%;
    padding: 0;
  }
}
.manpower-order__form dl dd .input-form {
  width: 100%;
  max-width: 245px;
  height: 36px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  border-radius: 4px;
  padding: 0 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .manpower-order__form dl dd .input-form {
    font-size: 16px;
    padding: 0 10px;
    max-width: 100%;
  }
}
.manpower-order__form dl dd .input-form:last-child {
  margin-bottom: 0;
}
.manpower-order__form dl dd .input-form--full {
  max-width: 100%;
}
.manpower-order__form dl dd .input-form::-webkit-input-placeholder {
  color: #D1D1D1;
}
.manpower-order__form dl dd .input-form:-moz-placeholder {
  color: #D1D1D1;
}
.manpower-order__form dl dd .input-form::-moz-placeholder {
  color: #D1D1D1;
}
.manpower-order__form dl dd .input-form:-ms-input-placeholder {
  color: #D1D1D1;
}
.manpower-order__form dl dd select.input-form {
  max-width: 228px;
  background: #FAFAFA url("../images/client/arrow-dow.svg") no-repeat 95%;
  color: #282a32;
}
@media screen and (max-width: 640px) {
  .manpower-order__form dl dd select.input-form {
    max-width: 100%;
  }
}
.manpower-order__form dl dd select.input-form option {
  color: #282a32;
}
.manpower-order__form dl dd textarea.input-form {
  padding: 8px 15px;
  line-height: 1.6;
  height: 6.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .manpower-order__form dl dd textarea.input-form {
    padding: 10px;
    height: 7.8em;
  }
}
.manpower-order__form dl dd .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.manpower-order__form dl dd .row .col {
  padding: 0 4px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .manpower-order__form dl dd .row .col {
    width: 50%;
  }
}
.page-client_confirm .manpower-order__form dl dd .row .col {
  width: auto;
}

.manpower-order__form dl dd p,
.manpower-order__form dl dd span {
  display: block;
  padding: 5px 0;
  margin-bottom: 10px;
}
.manpower-order__form dl dd p:last-child,
.manpower-order__form dl dd span:last-child {
  margin-bottom: 0;
}
.manpower-order__form-txt {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 500;
  margin-bottom: 30px;
  color: #a6a6a6;
}
.manpower-order__form-txt p {
  text-indent: -20px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .manpower-order__form-txt {
    font-size: 12px;
  }
}
.manpower-order__form-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .manpower-order__form-sub {
    padding: 20px 0 0;
  }
}
.manpower-order__form-sub .btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  color: #4c79af;
  font-weight: bold;
  border: 2px solid #4c79af;
  background: white;
  outline: none;
  width: 100%;
  min-width: 100px;
  height: 46px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.3s ease;
  margin: 0 4px 8px;
  padding: 0 10px;
}
.win .manpower-order__form-sub .btn {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.manpower-order__form-sub .btn:after {
  display: none;
}
.manpower-order__form-sub .btn-thanks {
  width: 260px;
  max-width: 100%;
  color: #386097;
  border-color: #386097;
  -webkit-backface-visibility: hidden;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .manpower-order__form-sub .btn-thanks:hover {
    background-color: #386097;
    color: #fff;
  }
}
.manpower-order__form-sub .btn-big {
  max-width: 400px;
  height: 56px;
}
.manpower-order__form-sub .btn-gray {
  border: 1px solid #C1C1C1;
  background: #C1C1C1;
  color: white;
}
@media (any-hover: hover) {
  .manpower-order__form-sub .btn-gray:hover {
    opacity: 0.7;
  }
}
.manpower-order__form-sub .btn-orange {
  background: #E87F06;
  border: 1px solid #E87F06;
  color: white;
}
@media (hover: hover) {
  .manpower-order__form-sub .btn-orange:hover {
    opacity: 0.7;
  }
}
.manpower-order__form-sub .btn-small {
  max-width: 200px;
}
.manpower-order__form-thanks {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .manpower-order__form-thanks {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.manpower-order__form-thanks .ttl {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.win .manpower-order__form-thanks .ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-order__form-thanks .ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.manpower-order__form-thanks p {
  margin-bottom: 15px;
}
.manpower-order__form-thanks p:last-child {
  margin-bottom: 0;
}

.page-client_order + .footer-area .footer-cta,
.page-client_order + .footer-area .section-recruit,
.page-client_order + .footer-area .footer-nav-block,
.page-client_confirm + .footer-area .footer-cta,
.page-client_confirm + .footer-area .section-recruit,
.page-client_confirm + .footer-area .footer-nav-block,
.page-client_thanks + .footer-area .footer-cta,
.page-client_thanks + .footer-area .section-recruit,
.page-client_thanks + .footer-area .footer-nav-block {
  display: none;
}

.page-client_thanks {
  min-height: calc(100vh - 170px);
}
@media screen and (max-width: 767px) {
  .page-client_thanks {
    min-height: calc(100vh - 162px);
  }
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
.manpower-slider {
  position: relative;
  z-index: 9;
}
.manpower-slider .slick-list {
  margin: 0 calc(-50vw + 540px);
}
@media (max-width: 1175px) {
  .manpower-slider .slick-list {
    margin: 0 -4vw;
  }
}
.manpower-slider .slick-dots {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .manpower-slider .slick-dots {
    bottom: 0;
  }
}
.manpower-slider__wrap {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .manpower-slider__wrap {
    margin-top: -30px;
  }
}
.manpower-slider__item {
  outline: none !important;
  padding: 60px 0 64px;
  margin: 0 calc(50vw - 540px);
}
@media (max-width: 1175px) {
  .manpower-slider__item {
    margin: 0 4vw;
  }
}
@media screen and (max-width: 767px) {
  .manpower-slider__item {
    padding: 30px 0;
  }
}
.manpower-slider__item .drop-shadow {
  margin: 0 auto;
  background: white;
  padding: 49px 59px;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .manpower-slider__item .drop-shadow {
    padding: 20px;
  }
}
.manpower-slider__item .item__img {
  width: 38.95%;
}
@media screen and (max-width: 767px) {
  .manpower-slider__item .item__img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 15px;
  }
}
.manpower-slider__item .item__img a.over {
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .manpower-slider__item .item__img a.over:hover {
    opacity: 0.8;
  }
}
.manpower-slider__item .item__img img {
  display: block;
  width: 100%;
}
.manpower-slider__item .item__cnt {
  width: 61.05%;
  padding: 18px 0 18px 41px;
}
@media screen and (max-width: 1245px) {
  .manpower-slider__item .item__cnt {
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .manpower-slider__item .item__cnt {
    width: 100%;
    padding: 0;
  }
}
.manpower-slider__item .item__tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .manpower-slider__item .item__tag {
    margin-bottom: 10px;
  }
}
.manpower-slider__item .item__tag > * {
  background: #E1E7F0;
  color: #386097;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  margin: 0 6px 6px 0;
  padding: 2px 10px 3px 15px;
  padding: 0 8px;
  line-height: 25px;
}
.manpower-slider__item .item__ttl {
  font-size: 32px;
  line-height: 1.375;
  font-weight: bold;
  margin: 0 0 36px;
}
.win .manpower-slider__item .item__ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 1245px) {
  .manpower-slider__item .item__ttl {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .manpower-slider__item .item__ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.manpower-slider .slick-arrow {
  z-index: 1;
  width: 23px;
  height: 42px;
  background: url("/assets/images/client/download/ico-arr.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .manpower-slider .slick-arrow {
    width: 14px;
    height: 26px;
  }
}
.manpower-slider .slick-arrow:before {
  display: none;
}
.manpower-slider .slick-prev {
  left: 17px;
}
@media screen and (max-width: 1245px) {
  .manpower-slider .slick-prev {
    left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .manpower-slider .slick-prev {
    left: 0.6%;
  }
}
.manpower-slider .slick-next {
  right: 17px;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 1245px) {
  .manpower-slider .slick-next {
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .manpower-slider .slick-next {
    right: 0.6%;
  }
}
.manpower-link {
  position: relative;
  z-index: 9;
  background: white;
  padding: 20px 25px 3px;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .manpower-link {
    padding: 20px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.manpower-link-ttl {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 32px;
  width: 142px;
  margin: 2px 0 0;
}
.win .manpower-link-ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-link-ttl {
    width: 100%;
    margin: 0 0 15px;
  }
}
.manpower-link-ttl:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 18px;
  left: 0;
  top: 4px;
  background: url("/assets/images/client/download/ico-folder.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.manpower-link-box {
  width: calc(100% - 142px);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .manpower-link-box {
    width: 100%;
  }
}
.manpower-link-box > * {
  min-width: 118px;
  border-radius: 5px;
  text-decoration: none;
  background: #E1E7F0;
  color: #386097;
  padding: 4px 30px 3px 29px;
  margin: 0 16px 16px 0;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .manpower-link-box > * {
    padding: 3px 15px;
    margin: 0 5px 5px 0;
  }
}
@media (any-hover: hover) {
  .manpower-link-box > *:hover {
    text-decoration: none;
    background: #386097;
    border-color: #386097;
    color: white;
  }
}
.manpower-link-box > *.current {
  text-decoration: none;
  background: #386097;
  border-color: #386097;
  color: white;
}
.manpower-row {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.manpower-row__col {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
  opacity: 1;
  animation: ibis-fadeup 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.manpower-row__col.is-hidden {
  opacity: 0;
  display: none;
}
@media screen and (max-width: 990px) {
  .manpower-row__col {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .manpower-row__col {
    width: 100%;
  }
}
.manpower-row__col .drop-shadow {
  background: white;
  padding: 30px 30px 95px;
  height: 100%;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .manpower-row__col .drop-shadow {
    padding: 20px 20px 85px;
  }
}
.manpower-row__col .drop-shadow .btn {
  min-width: auto;
  position: absolute;
  bottom: 30px;
  left: 34px;
  right: 33px;
}
@media screen and (max-width: 1024px) {
  .manpower-row__col .drop-shadow .btn {
    bottom: 20px;
    width: auto;
    right: 20px;
    left: 20px;
  }
}
.manpower-row__ttl {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  background: #E1E7F0;
  padding: 7px 11px 4px;
  margin: 0 0 24px;
}
.win .manpower-row__ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-row__ttl {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.manpower-row__img {
  margin: 0 0 25px;
}
.manpower-row__img a.over {
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .manpower-row__img a.over:hover {
    opacity: 0.8;
  }
}
.manpower-row__img img {
  display: block;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0%;
     object-position: 0 0%;
}
.manpower-row__tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
}
.manpower-row__tag > * {
  background: #E1E7F0;
  color: #386097;
  border-radius: 5px;
  margin: 0 6px 6px 0;
  padding: 0 8px;
}
.manpower-row__txt {
  line-height: 1.625;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.manpower-row__txt small {
  display: block;
  font-size: 14px;
  line-height: 1.8571428571;
  margin: 3px 0 0;
}
.manpower-row__txt small.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.manpower-row__txt--lg {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: bold;
  margin: 5px 0 16px;
}
.win .manpower-row__txt--lg {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-row__txt--lg {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.manpower-row__date {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #9B9B9B;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .manpower-row__date {
    margin-bottom: 20px;
  }
}

.page-client_download_category .manpower-link {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.page-client_download_category .manpower-link__wrap {
  position: relative;
  z-index: 9;
  background: white;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-client_download_category .manpower-link__wrap {
    padding: 20px;
    margin-bottom: 25px;
  }
}

.manpower-news__list {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.15);
  padding: 50px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .manpower-news__list {
    padding: 25px;
  }
}
.manpower-news__list .item-time {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4736;
  color: #a6a6a6;
  width: 170px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.win .manpower-news__list .item-time {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-news__list .item-time {
    font-size: 14px;
    width: 100%;
    padding-right: 0;
    margin-bottom: 4px;
  }
}
.manpower-news__list .item-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.555;
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .manpower-news__list .item-content {
    width: 100%;
    font-size: 14px;
    line-height: 1.643;
  }
}
.manpower-news__list .item a {
  text-decoration: none;
  display: flex;
  padding: 20px 50px 20px 0;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .manpower-news__list .item a {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 40px 15px 0;
  }
}
.manpower-news__list .item a:after {
  content: "";
  width: 1.3em;
  height: 1.2em;
  background: url("../../assets/images/arrow-light-blue.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8em;
  display: inline-block;
  opacity: 0.5;
  transition: transform 0.3s ease-in-out;
}
.company .manpower-news__list .item a:after {
  background-image: url("../../assets/images/arrow-green.svg");
}

@media screen and (max-width: 767px) {
  .manpower-news__list .item a:after {
    top: 50%;
    width: 14px;
    height: 14px;
  }
}
@media (any-hover: hover) {
  .manpower-news__list .item a:hover {
    opacity: 0.8;
  }
  .manpower-news__list .item a:hover:after {
    transform: translate(30%, -50%);
  }
}
.manpower-news__list .item:first-child a {
  padding-top: 0;
}
.manpower-news__list .item:first-child a:after {
  top: calc(50% - 10px);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .manpower-news__list .item:first-child a:after {
    top: 50%;
  }
}
@media (any-hover: hover) {
  .manpower-news__list .item:first-child a:hover {
    text-decoration: none;
  }
  .manpower-news__list .item:first-child a:hover:after {
    transform: translate(30%, -50%);
  }
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
.manpower-companyindex__w {
  position: relative;
}
.manpower-companyindex__w-ct {
  padding: 50px;
  background: #ffffff;
  box-shadow: 0 0 37px rgba(96, 96, 96, 0.16);
  position: relative;
  z-index: 3;
  font-weight: 500;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .manpower-companyindex__w-ct {
    padding: 25px 25px;
  }
}
.manpower-companyindex__w-ct > p {
  margin-bottom: 34px;
}
.manpower-companyindex__tb {
  margin-bottom: 58px;
}
.manpower-companyindex__tb dl {
  display: flex;
  padding: 10.5px 0;
  border-bottom: 1px solid #E3E3E3;
}
.manpower-companyindex__tb dl:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .manpower-companyindex__tb dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.manpower-companyindex__tb dl dt {
  display: flex;
  align-items: center;
  width: 210px;
  font-weight: 700;
}
.win .manpower-companyindex__tb dl dt {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-companyindex__tb dl dt {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.manpower-companyindex__tb dl dd {
  width: calc(100% - 210px);
}
@media screen and (max-width: 767px) {
  .manpower-companyindex__tb dl dd {
    width: 100%;
  }
}
.manpower-companyindex__tb dl dd .list-dots {
  margin-top: -3px;
  line-height: 1.625;
  margin-left: 10px;
}
.page-client_serve_support .item-linkmaps {
  width: 100%;
  justify-content: flex-start;
}
.page-client_serve_support .item-linkmaps a:before {
  content: none;
}

.manpower-companyindex__bl {
  margin-bottom: 51px;
}
.manpower-companyindex__bl-ls {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.manpower-companyindex__bl-ls .item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
}
.manpower-companyindex__bl-ls .item:last-child, .manpower-companyindex__bl-ls .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .manpower-companyindex__bl-ls .item {
    width: calc(33.33% - 10px);
    margin-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .manpower-companyindex__bl-ls .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .manpower-companyindex__bl-ls .item:last-child {
    margin-bottom: 0;
  }
}
.manpower-companyindex__bl-ls .item-txt {
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
}
.manpower-companyindex__bl-ls .item-txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 20px;
  background: url("../images/company/index/img-target.svg") no-repeat center center;
  background-size: 100%;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.manpower-companyindex__bl-ls .item-txt span {
  display: block;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .manpower-companyindex__bl-ls .item-txt span br {
    display: none;
  }
}
.manpower-companyindex__bl-ls .item-img {
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
  text-align: center;
}
.manpower-companyindex__bl-ls .item a {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .manpower-companyindex__bl-ls .item a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .manpower-companyindex__bl-ls .item a {
    display: block;
  }
}
.manpower-companyindex__bl-box {
  display: flex;
}
@media screen and (max-width: 990px) {
  .manpower-companyindex__bl-box {
    display: flex;
    flex-wrap: wrap;
  }
}
.manpower-companyindex__bl-box .list-dots {
  width: calc(50% - 20px);
  margin-right: 30px;
}
@media screen and (min-width: 991px) {
  .manpower-companyindex__bl-box .list-dots:last-child, .manpower-companyindex__bl-box .list-dots:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 990px) {
  .manpower-companyindex__bl-box .list-dots {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .manpower-companyindex__bl-box .list-dots:last-child, .manpower-companyindex__bl-box .list-dots:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .manpower-companyindex__bl-box .list-dots {
    width: 100%;
    margin-right: 0;
  }
}
.manpower-companyindex__service {
  padding: 30px 20px;
  background: #F6F6F6;
  text-align: center;
}
.manpower-companyindex__service .ttl-service {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 21px;
}
.win .manpower-companyindex__service .ttl-service {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.manpower-companyindex__service .ttl-service .txt-green {
  color: #386097;
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .manpower-companyindex__service .ttl-service .txt-green {
    font-size: 20px;
  }
}
.manpower-companyindex__service .ttl-service .txt-black {
  color: #282A32;
  display: block;
}
.manpower-companyindex__service .c-btn__02 {
  width: 500px;
  margin-bottom: 15px;
}
.manpower-companyindex__service .c-txt__basic01 a {
  color: #386097;
}

.list-dots li:before {
  content: "・";
}

.list-manpowers {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list-manpowers .item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
  .list-manpowers .item:last-child, .list-manpowers .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 990px) {
  .list-manpowers .item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .list-manpowers .item:last-child, .list-manpowers .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .list-manpowers .item {
    width: 100%;
    margin-right: 0;
  }
}
.list-manpowers .item-txt {
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
  padding: 15px 0;
  position: relative;
  font-weight: bold;
}
.list-manpowers .item-txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/company/index/img-arrowright.svg") no-repeat center center;
  background-size: 100%;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  transition: right 0.3s ease;
}
.list-manpowers .item-txt span {
  display: block;
  padding: 0 40px;
}
.list-manpowers .item-img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.list-manpowers .item a {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .list-manpowers .item a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .list-manpowers .item a:hover .item-txt::after {
    right: 12px;
  }
}

.btn-arrlink {
  position: relative;
  text-decoration: none;
}
.btn-arrlink:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/company/index/img-arrowright.svg") no-repeat center center;
  background-size: 100%;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 1.5px;
}
@media (any-hover: hover) {
  .btn-arrlink:hover {
    text-decoration: underline;
  }
}

.company-box {
  background-color: #F5F7F7;
  padding: 30px;
  border-radius: 5px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .company-box {
    margin-top: 15px;
    padding: 20px;
  }
}
.company-box__ttl {
  font-size: 18px;
  line-height: 1.44;
  font-weight: bold;
  border-bottom: 2px solid #adbeb7;
  padding-bottom: 10px;
  color: #5c7d70;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .company-box__ttl {
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #adbeb7;
    margin-bottom: 15px;
  }
}

.company-flexbox {
  display: flex;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
.page-company_philosophy .c-ttl__02 {
  color: #5c7d70;
}
.page-company_philosophy .list-dots {
  margin-bottom: 20px;
}
.page-company_philosophy .list-dots li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1em;
}
.page-company_philosophy .list-dots li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #5c7d70;
  position: absolute;
  left: 0;
  top: 0.6em;
  border-radius: 20px;
}

.list-intro {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .list-intro {
    display: block;
  }
}
.list-intro .item {
  padding: 30px;
  background: rgba(92, 125, 112, 0.06);
  border-radius: 5px;
  letter-spacing: 0;
  width: 31.5%;
}
@media screen and (max-width: 990px) {
  .list-intro .item {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
  }
}
.list-intro .item-ttl {
  font-weight: 700;
  color: #5c7d70;
  font-size: 28px;
  font-family: "Ropa Sans", Arial, sans-serif;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list-intro .item-ttl {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.list-intro .item-ttl::after {
  content: "";
  background-color: #5c7d70;
  width: 17px;
  height: 4px;
  border-radius: 10px;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .list-intro .item-ttl::after {
    height: 3px;
    margin-top: 8px;
  }
}
.list-intro .item-des {
  letter-spacing: 0.1em;
}
.manpower-companyindex__w-bl {
  margin: 45px 0;
}
.manpower-companyindex__w-bl:last-child {
  margin: 0;
}
.manpower-companyindex__w-txt {
  line-height: 1.63;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
.page-client_jinji .manpower-row {
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .page-client_jinji .manpower-row {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page-client_jinji .manpower-row__col .drop-shadow {
    padding: 20px 20px 60px;
  }
}

.manpower-news--second {
  padding: 63px 64px 59px;
  margin: 0 0 94px;
  position: relative;
  z-index: 9;
  background: white;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .manpower-news--second {
    padding: 30px 20px 20px;
    margin-bottom: 100px;
  }
}
.manpower-news--second .c-ttl__03 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .manpower-news--second .c-ttl__03 {
    margin-bottom: 15px;
  }
}
.manpower-news--second + .c-ttl__03 {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .manpower-news--second + .c-ttl__03 {
    margin-bottom: 30px;
  }
}

.news-list__item {
  border-bottom: 1px solid #E3E3E3;
}
.news-list__item:last-child {
  border-bottom: none;
}
.news-list__item > a {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 50px 23px 24px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news-list__item > a {
    padding: 15px 40px 15px 15px;
  }
}
@media screen and (max-width: 374px) {
  .news-list__item > a {
    padding: 15px 35px 15px 10px;
  }
}
.news-list__item > a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 14px;
  background: url("/assets/images/client/jinji/ico-arr-new.svg") no-repeat center/contain;
  right: 19px;
  top: calc(50% - 10px);
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-list__item > a:after {
    right: 14px;
  }
}
@media (any-hover: hover) {
  .news-list__item > a:hover {
    text-decoration: none;
  }
  .news-list__item > a:hover:after {
    right: 10px;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .news-list__item > a:hover:after {
    right: 5px;
  }
}
.news-list__date {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: bold;
  color: #8C8C8C;
  width: 130px;
  padding: 1px 0 0;
}
.win .news-list__date {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .news-list__date {
    width: 100%;
    margin-bottom: 10px;
  }
}
.news-list__ttl {
  line-height: 1.5;
  font-weight: bold;
  color: #386097;
  width: calc(100% - 130px);
}
.win .news-list__ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .news-list__ttl {
    width: 100%;
  }
}

.page-company_message .c-ttl__02 {
  color: #5c7d70;
}

.manpower-messages__w {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 37px rgba(96, 96, 96, 0.16);
  padding: 42px 50px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .manpower-messages__w {
    padding: 25px 25px;
  }
}

.box-innovative {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .box-innovative {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.box-innovative__img {
  width: 208px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .box-innovative__img {
    margin: 0 auto 50px;
  }
}
.box-innovative__img .img {
  margin-bottom: 13px;
}
.box-innovative__img .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.444;
}
.win .box-innovative__img .name {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.box-innovative__des {
  width: calc(100% - 208px);
  padding-left: 50px;
  line-height: 1.65;
  font-weight: 500;
}
.win .box-innovative__des {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .box-innovative__des {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.manpower-companyindex__w-history {
  line-height: 1.625;
}
.manpower-companyindex__w-history dl {
  display: flex;
  align-items: center;
  padding: 10.5px 0;
  border-bottom: 1px solid #E3E3E3;
}
.manpower-companyindex__w-history dl:first-child {
  padding-top: 0;
}
.manpower-companyindex__w-history dl dt {
  width: 117px;
  padding-right: 15px;
  font-weight: 700;
}
.win .manpower-companyindex__w-history dl dt {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .manpower-companyindex__w-history dl dt {
    width: 80px;
  }
}
.manpower-companyindex__w-history dl dd {
  width: calc(100% - 117px);
}
@media screen and (max-width: 767px) {
  .manpower-companyindex__w-history dl dd {
    width: calc(100% - 80px);
  }
}

.page-txt {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  margin: 0 0 51px;
}
@media screen and (max-width: 767px) {
  .page-txt {
    margin: 0 0 30px;
  }
}

.manpower-survey {
  background: white;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .manpower-survey {
    padding: 25px;
  }
}
.manpower-survey__desc {
  margin: 0 0 36px;
}
@media screen and (max-width: 767px) {
  .manpower-survey__desc {
    margin: 0 0 40px;
  }
}
.manpower-survey__item {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .manpower-survey__item {
    margin: 0 0 40px;
  }
}
.manpower-survey__item:last-child {
  margin-bottom: 0;
}
.manpower-survey__item .c-ttl__01 {
  width: 100%;
  margin-bottom: 30px;
}
.manpower-survey__item .btn {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .manpower-survey__item .btn {
    padding: 0.7em 3.2em 0.6em 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .manpower-survey__item .btn {
    margin-bottom: 30px;
  }
}
.manpower-survey__item .btn:last-child {
  margin-bottom: 0;
}
.manpower-survey__item .btn:after {
  top: 49%;
  right: 1.1em;
}
.manpower-survey__f {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.manpower-survey__f:last-child {
  margin-bottom: 0;
}
.manpower-survey__img {
  width: 200px;
  margin: 1px 0 0 0;
  display: flex;
  justify-content: center;
  border: solid 1px #d6dedb;
  padding: 3px;
}
@media screen and (max-width: 640px) {
  .manpower-survey__img {
    width: 100%;
    margin: 0 0 30px;
    justify-content: left;
    border: solid 0px #d6dedb;
    padding: 0px;
  }
}
.manpower-survey__img img {
  display: block;
  width: 100%;
}
.manpower-survey__cnt {
  width: calc(100% - 200px);
  padding: 0 0 0 40px;
}
@media screen and (max-width: 640px) {
  .manpower-survey__cnt {
    width: 100%;
    padding: 0;
  }
}
.manpower-survey__ttl {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: bold;
  border-bottom: 2px solid rgba(213, 73, 81, 0.3);
  margin: 0 0 20px 0;
  padding: 0 0 10px;
}
.win .manpower-survey__ttl {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.company .manpower-survey__ttl {
  border-bottom-color: #d6dedb;
}

@media screen and (max-width: 767px) {
  .manpower-survey__ttl {
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
.manpower-survey__txt {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .manpower-survey__txt {
    margin-bottom: 15px;
  }
}
.manpower-survey__video {
  position: relative;
  overflow: hidden;
  max-width: 580px;
}
.manpower-survey__video:before {
  content: "";
  display: block;
  padding-bottom: 56.3793103448%;
}
.manpower-survey__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
.compliance-privacy-mark {
  display: flex;
}
@media screen and (max-width: 767px) {
  .compliance-privacy-mark {
    flex-direction: column;
    justify-content: center;
  }
}
.compliance-privacy-mark .privacy-mark__text {
  width: calc(100% - 100px);
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .compliance-privacy-mark .privacy-mark__text {
    width: 100%;
    padding-right: 0;
  }
}
.compliance-privacy-mark .privacy-mark__img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .compliance-privacy-mark .privacy-mark__img {
    margin: 20px auto 0;
  }
}

.yuryohaken__bd-b-ttl {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #5c7d70;
  border-bottom: 2px solid #adbeb7;
}
@media screen and (max-width: 767px) {
  .yuryohaken__bd-b-ttl {
    margin-top: 30px;
  }
}

.compliance-disc__list .compliance-disc__item {
  padding-left: 1em;
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .compliance-disc__list .compliance-disc__item {
    padding-left: 0.8em;
  }
}
.compliance-disc__list .compliance-disc__item::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #5c7d70;
  border-radius: 20px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .compliance-disc__list .compliance-disc__item::before {
    width: 0.4em;
    height: 0.4em;
  }
}
.compliance-disc__list .compliance-disc__item + .compliance-disc__item {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .compliance-disc__list .compliance-disc__item + .compliance-disc__item {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-contact-list--second .hero-contact-btn {
    display: block;
    margin-bottom: 20px;
  }
  .hero-contact-list--second .hero-contact-btn:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .hero-contact-list--second .hero-contact-btn:nth-child(even) {
    margin-left: 34px;
  }
}

.hero-contact-btn--blue {
  background: #386097;
  border-color: #386097;
}
.hero-contact-btn--noBefore a:before {
  display: none;
}
.hero-contact-btn--download a:after {
  background-image: url(/assets/images/icon-download.svg);
  background-size: contain;
}
@media (any-hover: hover) {
  .hero-contact-btn--download:hover a:after {
    transform: translate(20%, -50%);
  }
}

.sec-support {
  margin-bottom: 178px;
}
@media screen and (max-width: 767px) {
  .sec-support {
    margin-bottom: 97px;
  }
}

.support-info {
  border-radius: 5px;
}
.support-info dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.625;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  .support-info dl {
    line-height: 1.7142857143;
  }
}
.support-info dl:last-child {
  border-bottom: none;
}
.support-info dl:before, .support-info dl:after {
  position: absolute;
  content: "";
}
.support-info dl:before {
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20.4%;
  background: rgba(56, 96, 151, 0.06);
}
@media screen and (max-width: 1024px) {
  .support-info dl:before {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .support-info dl:before {
    width: 30.1492537313%;
  }
}
.support-info dl:after {
  width: 1px;
  top: 0;
  bottom: 0;
  background: #E3E3E3;
  left: 20.3%;
}
@media screen and (max-width: 1024px) {
  .support-info dl:after {
    left: 30%;
  }
}
@media screen and (max-width: 767px) {
  .support-info dl:after {
    left: 30.1492537313%;
  }
}
.support-info dl dt {
  font-weight: bold;
  width: 20.3%;
  padding: 19px 10px 20px 23px;
}
@media screen and (max-width: 1024px) {
  .support-info dl dt {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .support-info dl dt {
    width: 30.1492537313%;
    padding: 11px 10px 8px 19px;
  }
}
@media screen and (max-width: 374px) {
  .support-info dl dt {
    padding: 11px 10px 9px;
  }
}
.support-info dl dd {
  width: 79.7%;
  padding: 19px 30px 20px 24px;
}
@media screen and (max-width: 1024px) {
  .support-info dl dd {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .support-info dl dd {
    width: 69.8507462687%;
    padding: 11px 16px 9px 16px;
  }
}
@media screen and (max-width: 374px) {
  .support-info dl dd {
    padding: 11px 10px 9px;
  }
}

.sec-case {
  margin-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .sec-case {
    margin-bottom: 97px;
  }
}

.case__des {
  line-height: calc(26 / 16);
  margin: -5px 0 35px;
}
@media screen and (max-width: 767px) {
  .case__des {
    margin: -3px 0 27px;
  }
}
.case-box__item {
  padding: 50px 50px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .case-box__item {
    padding: 25px 26px 15px;
    margin-bottom: 21px;
  }
}
.case-box__item .case-box__row {
  padding: 19px 24px 18px;
}
@media screen and (max-width: 767px) {
  .case-box__item .case-box__row {
    padding: 17px 20px 18px;
  }
}
.case-box__item .case-box__row--problem {
  border: 1px solid #E3E3E3;
  border-radius: 0;
  padding: 24px 29px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .case-box__item .case-box__row--problem {
    padding: 16px 20px;
    margin-bottom: 25px;
  }
}
.case-box__item .case-box__row--solution {
  background: rgba(56, 96, 151, 0.06);
  padding: 26px 30px 23px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .case-box__item .case-box__row--solution {
    padding: 17px 21px 19px;
  }
}
.case-box__item .case-box__row--solution .case-box__row-ttl {
  padding: 0 0 12px;
  margin-bottom: 30px;
  border-bottom: 2px solid #CDD7E5;
}
@media screen and (max-width: 767px) {
  .case-box__item .case-box__row--solution .case-box__row-ttl {
    border-bottom-width: 1px;
    padding: 0 0 9px;
    margin-bottom: 17px;
  }
}
.case-box__item .c-ttl__04 {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .case-box__item .c-ttl__04 {
    margin-bottom: 11px;
  }
}
.case-box__item .c-ttl__05 {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .case-box__item .c-ttl__05 {
    margin-bottom: 25px;
  }
}
.case-box__des {
  line-height: calc(26 / 16);
  margin: 0 0 15px;
  letter-spacing: 0.09em;
}
.case-box__row {
  border-radius: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .case-box__row {
    margin-bottom: 10px;
  }
}
.case-box__row-ttl {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: bold;
  color: #386097;
  letter-spacing: 0;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .case-box__row-ttl {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.case-box__row-list li {
  position: relative;
  padding: 0 0 9px 16px;
}
@media screen and (max-width: 767px) {
  .case-box__row-list li {
    padding: 0 0 10px 16px;
  }
}
.case-box__row-list li:last-child {
  padding-bottom: 0;
}
.case-box__row-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #386097;
}
@media screen and (max-width: 767px) {
  .case-box__row-list li:before {
    width: 6px;
    height: 6px;
  }
}
.case-box__row-list--solution {
  font-weight: bold;
  font-size: 18px;
  line-height: calc(28 / 18 );
  color: #386097;
}
@media screen and (max-width: 767px) {
  .case-box__row-list--solution {
    font-size: inherit;
    line-height: inherit;
  }
}
.case-box__row-list--solution li {
  padding-bottom: 20px;
}
.case-box__row-list--solution li:last-child {
  padding-bottom: 0;
}
.case-box__row-list-number {
  counter-reset: subsection;
}
@media screen and (max-width: 767px) {
  .case-box__row-list-number {
    line-height: 1.72;
  }
}
.case-box__row-list-number li {
  position: relative;
  padding: 0 0 9px 17px;
  counter-increment: countNUmber;
}
@media screen and (max-width: 767px) {
  .case-box__row-list-number li {
    padding: 0 0 14px 15px;
  }
}
.case-box__row-list-number li:last-child {
  padding-bottom: 0;
}
.case-box__row-list-number li:before {
  content: counter(countNUmber);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .case-box__row-list-number li:before {
    left: -2px;
  }
}
.case-box__row-f {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.case-box__row-f .case-box__row-img {
  flex: 1 1 auto;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .case-box__row-f .case-box__row-img {
    flex: 1 0 auto;
    text-align: center;
  }
  .case-box__row-f .case-box__row-img img {
    margin: 0 auto;
    height: auto;
  }
  .case-box > .item:nth-child(1) .case-box__row-f {
    gap: 40px;
  }
  .case-box > .item:nth-child(1) .case-box__row-img img {
    width: 400px;
  }
  .case-box > .item:nth-child(3) .case-box__row-f {
    gap: 30px;
  }
  .case-box > .item:nth-child(3) .case-box__row-img img {
    width: 485px;
  }
}
@media screen and (max-width: 990px) {
  .case-box__row-f .case-box__row-img {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .case-box__row-f .case-box__row-img {
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .case-box__row-f .case-box__row-list-character {
    width: 39%;
  }
}
@media screen and (max-width: 990px) {
  .case-box__row-f .case-box__row-list-character {
    margin-bottom: 22px;
    width: 100%;
  }
}
.case-box__row-list-character {
  font-weight: bold;
  color: #386097;
}
@media screen and (min-width: 768px) {
  .case-box__row-list-character {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
.case-box__row-list-character li {
  position: relative;
  padding: 0 0 8px 43px;
}
@media screen and (max-width: 767px) {
  .case-box__row-list-character li {
    padding: 0 0 12px 27px;
  }
}
.case-box__row-list-character li:last-child {
  padding-bottom: 0;
}
.case-box__row-list-character li span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 23px;
  height: 23px;
  border-radius: 5px;
  background: #386097;
  color: white;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .case-box__row-list-character li span {
    font-size: 12px;
    width: 18px;
    height: 18px;
    top: 2px;
    left: -1px;
    border-radius: 3px;
  }
}

.sec-step {
  margin-bottom: 174px;
}
@media screen and (max-width: 767px) {
  .sec-step {
    margin-bottom: 97px;
  }
}

.step-box {
  background: #fff;
  border-radius: 5px;
  padding: 52px 50px 50px;
}
@media screen and (max-width: 767px) {
  .step-box {
    padding: 25px 26px;
  }
}
.step-box__item {
  background: rgba(56, 96, 151, 0.06);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 40px;
  margin-bottom: 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-box__item {
    position: relative;
    padding: 21px 21px 14px;
    margin-bottom: 33px;
  }
}
.step-box__item:last-child {
  margin-bottom: 0;
}
.step-box__item:last-child:before {
  display: none;
}
.step-box__item:before {
  position: absolute;
  content: "";
  width: 2.88em;
  height: 2.5em;
  background-image: url(/assets/images/parts1/step-arr-b.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  left: calc(50% - 1.38em);
  top: calc(100% + 11px);
}
@media screen and (max-width: 767px) {
  .step-box__item:before {
    width: 1.68em;
    left: calc(50% - 0.84em);
    top: calc(100% - 1px);
    background-size: contain;
    background-position: center;
  }
}
.step-box__str {
  width: 112px;
  background: #386097;
  color: white;
  margin: 0 0 2px 1px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 5px 0 5px 10px;
}
@media screen and (max-width: 767px) {
  .step-box__str {
    position: absolute;
    top: 20px;
    left: 19px;
    padding: 4px 5px 3px 10px;
    width: auto;
    border-radius: 4px;
  }
}
.step-box__str .txt {
  font-size: 22px;
  line-height: 1.2727272727;
  text-transform: uppercase;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .step-box__str .txt {
    font-size: 18px;
    line-height: 1;
  }
}
.step-box__str .number {
  font-family: "Ropa Sans", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  background: white;
  color: #386097;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .step-box__str .number {
    font-size: 18px;
    line-height: 1;
    width: 17px;
    height: 17px;
    border-radius: 3px;
  }
}
.step-box__cnt {
  width: calc(100% - 127px);
  max-width: 83.9%;
  margin-left: auto;
  line-height: 1.625;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .step-box__cnt {
    width: 100%;
    max-width: 100%;
    line-height: 1.725;
  }
}
.step-box__ttl {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #386097;
  margin-bottom: 14px;
}
.step-box__ttl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .step-box__ttl {
    font-size: 18px;
    padding: 0 0 0 100px;
    margin-bottom: 11px;
  }
}

.sec-qa {
  margin-bottom: 174px;
}
@media screen and (max-width: 767px) {
  .sec-qa {
    margin-bottom: 96px;
  }
}

.qa-box__item {
  margin-bottom: 30px;
  background: white;
  border-radius: 5px;
  padding: 50px 50px 44px 50px;
}
@media screen and (max-width: 767px) {
  .qa-box__item {
    padding: 18px 26px 19px;
    margin-bottom: 20px;
  }
}
.qa-box__item:last-child {
  margin-bottom: 0;
}
.qa-box__a, .qa-box__q {
  position: relative;
}
.qa-box__ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  background: #6A88B1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .qa-box__ico {
    top: 8px;
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 17px;
    border-radius: 4px;
  }
}
.qa-box__q {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: bold;
  color: #386097;
  padding: 6px 0 30px 70px;
}
@media screen and (max-width: 767px) {
  .qa-box__q {
    font-size: 18px;
    line-height: 1.5;
    padding: 6px 0 7px 41px;
  }
}
.qa-box__ttl {
  letter-spacing: 0.095em;
}
.qa-box__a {
  font-weight: 500;
  padding: 8px 0 0 70px;
  min-height: 44px;
}
@media screen and (max-width: 767px) {
  .qa-box__a {
    min-height: 0;
    padding: 8px 0 0 42px;
  }
}
.qa-box__a .qa-box__ico {
  background: #386097;
}
.qa-box__txt {
  letter-spacing: 0.062em;
}

.sec-intro {
  margin-bottom: 136px;
}
@media screen and (max-width: 767px) {
  .sec-intro {
    margin-bottom: 76px;
  }
}

.intro__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(28 / 18);
  color: #386097;
  margin: 0 0 10px;
}
.intro__info {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .intro__info {
    margin-bottom: 30px;
  }
}
.intro__info dl:before {
  width: 29.6296296296%;
}
@media screen and (max-width: 767px) {
  .intro__info dl:before {
    width: 28.3582089552%;
  }
}
.intro__info dl:after {
  left: 29.6296296296%;
}
@media screen and (max-width: 767px) {
  .intro__info dl:after {
    left: 28.3582089552%;
  }
}
@media screen and (max-width: 374px) {
  .intro__info dl dt,
.intro__info dl dd {
    letter-spacing: 0;
  }
}
.intro__info dl dt {
  width: 29.6296296296%;
}
@media screen and (max-width: 767px) {
  .intro__info dl dt {
    width: 28.3582089552%;
  }
}
.intro__info dl dd {
  width: 70.3703703704%;
}
@media screen and (max-width: 767px) {
  .intro__info dl dd {
    width: 71.6417910448%;
  }
}
.intro-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.intro-list__ttl {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .intro-list__ttl {
    margin-bottom: 18px;
  }
}
.intro-list__item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 39px;
}
@media screen and (max-width: 990px) {
  .intro-list__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.intro-list__item .drop-shadow {
  border-radius: 5px;
  overflow: hidden;
  display: block;
  height: 100%;
}
.intro-list__item .c-ttl__05 {
  padding: 24px 10px;
}
@media screen and (max-width: 990px) {
  .intro-list__item .c-ttl__05 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .intro-list__item .c-ttl__05 {
    padding: 13px 10px 11px;
  }
}
@media screen and (max-width: 767px) {
  .intro-list__item .c-ttl__04 {
    line-height: 1.6666666667;
  }
}
.intro-list__cnt {
  padding: 34px 30px 28px;
}
@media screen and (max-width: 767px) {
  .intro-list__cnt {
    padding: 19px 21px 20px;
  }
}
.intro-list__f {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.intro-list__img {
  width: 27.7%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .intro-list__img {
    width: 150px;
    margin: 0 auto 16px;
  }
}
.intro-list__img:before {
  display: block;
  content: "";
  padding-bottom: 127.2%;
}
.intro-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.intro-list__inn {
  width: 67.1%;
}
@media screen and (max-width: 640px) {
  .intro-list__inn {
    width: 100%;
  }
}
.intro-list__info {
  background: rgba(56, 96, 151, 0.06);
  border-radius: 5px;
  line-height: 1.625;
  padding: 15px 20px 14px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .intro-list__info {
    line-height: 1.725;
    padding: 11px 16px 9px;
    margin-bottom: 11px;
  }
}
.intro-list__info:last-child {
  margin-bottom: 0;
}
.intro-list__info-row {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 10px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .intro-list__info-row {
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
}
.intro-list__info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.intro-list__info-str {
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .intro-list__info-str {
    margin-bottom: 0;
  }
}
.intro-list__access {
  font-size: 14px;
  line-height: calc(24 / 14);
  margin: 6px 0 0;
}
.intro-list__note {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .intro-list__note {
    font-size: 12px;
  }
}

.sec-service .manpower-row {
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .sec-service .manpower-row {
    margin-bottom: -20px;
  }
}

.manpower-row--second {
  margin: 0 -15px;
}
.manpower-row--second .manpower-row__col {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .manpower-row--second .manpower-row__col {
    margin-bottom: 20px;
  }
}
.manpower-row--second .manpower-row__col .drop-shadow {
  overflow: hidden;
  padding: 30px 30px 95px;
}
@media screen and (max-width: 1024px) {
  .manpower-row--second .manpower-row__col .drop-shadow {
    padding: 25px 25px 96px;
  }
}
@media screen and (max-width: 767px) {
  .manpower-row--second .manpower-row__col .drop-shadow {
    padding: 20px 20px 80px;
  }
}
.manpower-row--second .manpower-row__col .drop-shadow .c-btn__01--red {
  position: absolute;
  max-width: none;
  width: auto;
}
.manpower-row--second .manpower-row__col .drop-shadow .c-btn__01--red,
.manpower-row--second .manpower-row__col .drop-shadow .btn {
  left: 30px;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .manpower-row--second .manpower-row__col .drop-shadow .c-btn__01--red,
.manpower-row--second .manpower-row__col .drop-shadow .btn {
    bottom: 25px;
    width: auto;
    right: 25px;
    left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .manpower-row--second .manpower-row__col .drop-shadow .c-btn__01--red,
.manpower-row--second .manpower-row__col .drop-shadow .btn {
    bottom: 20px;
    width: auto;
    right: 20px;
    left: 20px;
  }
}
.manpower-row__img-second {
  display: block;
  margin: -30px -30px 28px;
}
@media screen and (max-width: 767px) {
  .manpower-row__img-second {
    margin: -27px -20px 20px;
  }
}
.manpower-row__img-second[href] {
  -webkit-backface-visibility: hidden;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .manpower-row__img-second[href]:hover {
    opacity: 0.8;
  }
}
.manpower-row__img-second img {
  display: block;
  width: 100%;
}
.manpower-row__ttl-second {
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: bold;
  color: #386097;
  margin: 0 0 13px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .manpower-row__ttl-second {
    font-size: 18px;
    margin: 0 0 9px;
    line-height: 1.5;
  }
}
.manpower-row--not-btn .drop-shadow {
  padding-bottom: 20px !important;
}
.manpower-row--not-btn .drop-shadow__des {
  margin-bottom: 0 !important;
}

.second-hero--manpower02.has-lead .hero-lead .lead-text .text-em {
  color: #386097;
}

.client .bread-crumb-item a {
  color: #386097;
}

.company .bread-crumb-item a {
  color: #5c7d70;
}

.features-part__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.features-part__list .item {
  width: 33.33%;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .features-part__list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .features-part__list .item:last-of-type {
    margin-bottom: 0;
  }
}
.features-part__list .item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 7px 0;
  border-color: transparent #386097 transparent transparent;
  position: absolute;
  left: 6px;
  top: 55px;
}
@media screen and (max-width: 767px) {
  .features-part__list .item:before {
    top: 50px;
  }
}
.features-part__number {
  width: 123px;
  height: 45px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #386097;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 22px 22px 0;
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .features-part__number {
    width: 100px;
    height: 40px;
    font-size: 19px;
  }
}
.features-part__wp {
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.15);
  padding: 80px 30px 30px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .features-part__wp {
    padding: 65px 20px 20px;
  }
}
.features-part__wp:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 161px;
  height: 156px;
  background: url("/assets/images/parts2/after-features.png") no-repeat center/cover;
  top: 0;
  right: 0;
}
.features-part__ttl {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 700;
  color: #386097;
  margin-bottom: 11px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .features-part__ttl {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

@media screen and (max-width: 767px) {
  .different-part__table {
    overflow-x: auto;
    margin-right: -25px;
  }
}
.different-part__table table {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .different-part__table table {
    font-size: 14px;
    line-height: 1.7;
    width: 735px !important;
    background: #fff;
  }
}
.different-part__table table tr th, .different-part__table table tr td {
  width: 49.19%;
  padding: 18px 24px;
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .different-part__table table tr th, .different-part__table table tr td {
    padding: 15px 10px;
  }
}
.different-part__table table tr th:first-of-type, .different-part__table table tr td:first-of-type {
  width: 18.16%;
}
.different-part__table table tr th:last-of-type, .different-part__table table tr td:last-of-type {
  width: 32.65%;
}
@media screen and (min-width: 768px) {
  .different-part__table table tr th:last-of-type, .different-part__table table tr td:last-of-type {
    border-right: none;
  }
}
.different-part__table table tr th {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .different-part__table table tr th {
    background: #F6F6F6;
    width: 14.28% !important;
  }
}
.different-part__table table tr td {
  padding: 18px 24px;
  background: #fff;
}
@media screen and (max-width: 990px) {
  .different-part__table table tr td {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .different-part__table table tr td {
    width: 28.57% !important;
    background: #fff;
    padding: 18px 16px;
  }
}
.different-part__table table tr td:nth-child(2) {
  background: rgba(56, 96, 151, 0.06);
}
@media screen and (min-width: 768px) {
  .different-part__table table tr td:first-of-type {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .different-part__table table tr:nth-child(2) th {
    background: #386097;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .different-part__table table tr:nth-child(2) td {
    background: rgba(56, 96, 151, 0.06);
  }
}
.different-part__table table tr:first-of-type th:nth-child(2) {
  background: #386097;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .different-part__table table tr:first-of-type td {
    text-align: center;
  }
}
.different-part__table table tr:last-of-type td {
  border-bottom: none;
}
.different-part__table--sodatec.pc table tr th,
.different-part__table--sodatec.pc table tr td {
  width: auto;
}
.different-part__table--sodatec.pc table tr th:first-of-type,
.different-part__table--sodatec.pc table tr td:first-of-type {
  width: calc( 200 / 980 * 100% );
}
.different-part__table--sodatec.pc table tr th:last-of-type,
.different-part__table--sodatec.pc table tr td:last-of-type {
  width: calc( 390 / 980 * 100% );
}
.different-part__table--sodatec.sp table {
  width: 767px !important;
}
.different-part__table--sodatec.sp table tr td {
  background: #fff !important;
  width: 17.144% !important;
}
.different-part__table--sodatec.sp table tr:nth-child(2) td {
  background: rgba(56, 96, 151, 0.06) !important;
}
.different-part__table--mdf {
  margin-bottom: 20px;
}
.different-part__table--mdf table tr th:first-of-type, .different-part__table--mdf table tr td:first-of-type {
  width: 21.22%;
}
.different-part__table--mdf table tr th:nth-child(2), .different-part__table--mdf table tr td:nth-child(2) {
  width: 31.94%;
}
.different-part__table--mdf table tr th:nth-child(3), .different-part__table--mdf table tr th:nth-child(4), .different-part__table--mdf table tr td:nth-child(3), .different-part__table--mdf table tr td:nth-child(4) {
  width: 23.26%;
}
.different-part__note {
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .different-part__note {
    font-size: 12px;
  }
}

.human-part__img {
  text-align: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .human-part__img {
    margin-bottom: 38px;
  }
}
.human-part__dots {
  margin-top: 10px;
  margin-bottom: 10px;
}
.human-part__chart {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -20px 80px;
}
@media screen and (max-width: 990px) {
  .human-part__chart {
    margin: 25px -7.5px 37px;
  }
}
.human-part__chart .item {
  width: 33.33%;
  padding: 0 20px;
}
@media screen and (max-width: 990px) {
  .human-part__chart .item {
    padding: 0 7.5px;
  }
}
@media screen and (max-width: 640px) {
  .human-part__chart .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .human-part__chart .item:last-of-type {
    margin-bottom: 0;
  }
  .human-part__chart .item:last-of-type .human-part__chart-label {
    margin-bottom: 15px;
  }
}
.human-part__chart--styles02 {
  margin-left: -15px;
  margin-right: -15px;
}
.human-part__chart--styles02 .item {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .human-part__chart--styles02 .item {
    margin-bottom: 30px;
  }
}
.human-part__chart--styles02 .human-part__chart-label {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .human-part__chart--styles02 .human-part__chart-label {
    margin-bottom: 15px;
  }
}
.human-part__chart-img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .human-part__chart-img img {
    width: 100%;
  }
}
.human-part__chart-label {
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  background: #386097;
  padding: 10px 0;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .human-part__chart-label {
    padding: 5px 0;
  }
}
@media screen and (max-width: 640px) {
  .human-part__chart-label {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .human-part__table {
    overflow-x: auto;
    margin-right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .human-part__table table {
    width: 700px;
    font-size: 14px;
  }
}
.human-part__table table tr th, .human-part__table table tr td {
  padding: 19px 24px;
}
@media screen and (max-width: 767px) {
  .human-part__table table tr th, .human-part__table table tr td {
    padding: 10px 9px;
  }
}
.human-part__table table tr th:first-of-type, .human-part__table table tr td:first-of-type {
  width: 23.4%;
}
.human-part__table table tr th:nth-child(2), .human-part__table table tr td:nth-child(2) {
  width: 53.06%;
}
.human-part__table table tr th:last-of-type, .human-part__table table tr td:last-of-type {
  width: 23.54%;
  border-right: none;
}
.human-part__table table tr th {
  background: #386097;
  color: #fff;
  border-bottom: none;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .human-part__table table tr th:first-of-type {
    font-size: 14px;
    text-align: center;
    width: 10.02% !important;
    border-bottom: 1px solid #E3E3E3;
  }
}
@media screen and (max-width: 767px) {
  .human-part__table table tr td {
    width: 30.08% !important;
    height: 97px;
  }
}
.human-part__table table tr td:first-of-type {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .human-part__table table tr td:first-of-type {
    font-weight: 500;
  }
}
.human-part__table table tr td.percent {
  background: rgba(56, 96, 151, 0.06);
  color: #386097;
  font-weight: 700;
}
.human-part__table table tr td:last-of-type {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .human-part__table table tr:first-of-type th, .human-part__table table tr:first-of-type td {
    height: 54px;
  }
}
.human-part__table table tr:first-of-type td {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .human-part__table table tr:first-of-type td:first-of-type {
    font-weight: 700;
  }
}

.area-part__img {
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .area-part__img {
    margin-top: 22px;
  }
}
.area-part__img01 {
  margin-top: 0;
}

.client-part__list {
  max-width: 800px;
  width: 100%;
  margin: 35px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .client-part__list {
    margin-top: 44px;
  }
}
.client-part__list .item {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .client-part__list .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .client-part__list .item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .client-part__list--styles02 .client-part__label {
    font-size: 13px;
    padding: 3px 0;
    margin-bottom: 15px;
  }
}
.client-part__list-group + .client-part__list-group {
  margin-top: 28px;
}
.client-part__img {
  text-align: center;
}
.client-part__label {
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  background: #386097;
  padding: 10px 15px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .client-part__label {
    padding: 5px 0;
    margin-bottom: 20px;
  }
}
.client-part__single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 990px) {
  .client-part__single {
    display: block;
  }
}
.client-part__single-cnt {
  flex: 1 0 0;
}
.client-part__single-img {
  flex: 0 0 auto;
  max-width: 50%;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .client-part__single-img {
    max-width: none;
    margin-top: 40px;
  }
}

.example-part .item {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(152, 148, 148, 0.24);
  margin-bottom: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .example-part .item {
    margin-bottom: 20px;
    border-radius: 5px;
  }
}
.example-part .item:last-of-type {
  margin-bottom: 0;
}
.example-part--01 .example-part__img {
  width: calc(480 / 980 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .example-part--01 .example-part__img {
    width: 100%;
    margin-bottom: 40px;
  }
  .example-part--01 .example-part__img img {
    width: 100%;
    height: auto;
  }
}
.example-part--01 .example-part__cnt {
  width: calc((980 - 480 - 40) / 980 * 100%);
}
@media screen and (max-width: 767px) {
  .example-part--01 .example-part__cnt {
    width: 100%;
  }
}
.example-part--expert .example-part__img {
  width: calc(463 / 980 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .example-part--expert .example-part__img {
    width: 100%;
    margin-bottom: 35px;
  }
  .example-part--expert .example-part__img img {
    width: auto;
    height: auto;
  }
}
.example-part--expert .example-part__cnt {
  width: calc((980 - 463 - 40) / 980 * 100%);
}
@media screen and (max-width: 767px) {
  .example-part--expert .example-part__cnt {
    width: 100%;
  }
}
.example-part--recruitment {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .example-part--recruitment {
    margin-top: 30px;
  }
}
.example-part__heading {
  background: rgba(56, 96, 151, 0.06);
  padding: 30px 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .example-part__heading {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .example-part__heading {
    padding: 20px 25px;
  }
}
.example-part__heading-number {
  display: flex;
  align-items: center;
  width: 100px;
  background: #386097;
  border-radius: 5px;
  padding: 1px 0 1px 12px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .example-part__heading-number {
    font-size: 16px;
    width: 72px;
    height: 25px;
    padding-left: 10px;
    border-radius: 3px;
  }
}
.example-part__heading-number span {
  font-family: "Ropa Sans", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #386097;
  margin-left: 7px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .example-part__heading-number span {
    font-size: 18px;
    width: 18px;
    height: 18px;
    padding-bottom: 0;
    border-radius: 1px;
  }
}
.example-part__heading-ttl {
  width: calc(100% - 100px);
  padding-left: 30px;
  font-size: 22px;
  line-height: 1.2727272727;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .example-part__heading-ttl {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .example-part__heading-ttl {
    width: 100%;
    font-size: 16px;
    line-height: 1.625;
    padding-left: 0;
    padding-top: 15px;
  }
}
.example-part__heading-right {
  background: #fff;
  border-radius: 5px;
  padding: 7px 20px;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  color: #5E5F65;
}
@media screen and (max-width: 1024px) {
  .example-part__heading-right {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .example-part__heading-right {
    padding: 0 15px;
    width: 100%;
    justify-content: center;
    position: static;
    transform: none;
    margin-top: 10px;
  }
}
.example-part__heading-right span {
  color: #6A88B1;
  font-weight: 700;
}
.example-part__heading-right li {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.example-part__heading-right li:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.example-part__heading-right li:last-of-type:after {
  display: none;
}
.example-part__heading-right li:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 14px;
  border-right: 1px dotted #707070;
  top: calc(50% - 7px);
  right: 0;
}
.example-part__flex {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .example-part__flex {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .example-part__flex {
    padding: 25px 25px 30px;
  }
}
.example-part__flex01 .example-part__flex {
  letter-spacing: 0;
  font-weight: 400;
}
.example-part__flex01 .example-part__cnt {
  padding: 27px 31px;
  background: #F3F8FB;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .example-part__flex01 .example-part__cnt {
    padding: 20px 20px;
  }
}
.example-part__flex01 .example-part__ct {
  margin-top: 40px;
  order: 3;
}
.example-part__flex01 .example-part__profile dl {
  display: flex;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .example-part__flex01 .example-part__profile dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.example-part__flex01 .example-part__profile dl:last-child {
  margin-bottom: 0;
}
.example-part__flex01 .example-part__profile dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  color: #386097;
  width: 102px;
}
@media screen and (max-width: 767px) {
  .example-part__flex01 .example-part__profile dt {
    font-size: 14px;
    line-height: 1.714;
    width: 100%;
  }
}
.example-part__flex01 .example-part__profile dd {
  width: calc(100% - 102px);
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .example-part__flex01 .example-part__profile dd {
    font-size: 14px;
    line-height: 1.714;
    width: 100%;
  }
}
.example-part__img {
  width: 50.05%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .example-part__img {
    width: 100%;
    order: 1;
    margin-bottom: 36px;
  }
  .example-part__img img {
    width: 100%;
    height: auto;
  }
}
.example-part__cnt {
  width: 45.83%;
}
@media screen and (max-width: 767px) {
  .example-part__cnt {
    width: 100%;
    order: 2;
  }
}
.example-part__cnt-ttl {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .example-part__cnt-ttl {
    margin-bottom: 13px;
  }
}
.example-part__cnt-desc {
  margin-bottom: 35px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .example-part__cnt-desc {
    margin-bottom: 30px;
  }
}
.example-part__cnt-desc p {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .example-part__cnt-desc p {
    margin-bottom: 12px;
  }
}
.example-part__cnt-desc p:last-of-type {
  margin-bottom: 0;
}
.example-part__cnt-desc:last-of-type {
  margin-bottom: 0;
}
.example-part__job {
  margin-top: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  padding: 16px 24px;
  border-radius: 5px;
  background: rgba(56, 96, 151, 0.06);
}
@media screen and (max-width: 767px) {
  .example-part__job {
    margin-top: 13px;
    padding: 27px 21px;
    letter-spacing: 0;
  }
}
.example-part__job-left {
  width: 82px;
  font-size: 18px;
  font-weight: 700;
  color: #386097;
}
@media screen and (max-width: 767px) {
  .example-part__job-left {
    font-size: 15px;
    width: 45px;
  }
}
.example-part__job-right {
  width: calc(100% - 82px - 1em);
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .example-part__job-right {
    width: calc(100% - 45px - 1em);
  }
}
.example-part__job-right span {
  font-weight: 700;
}

.qa-box__img {
  margin: 36px auto 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa-box__img {
    margin-top: 30px;
    max-width: 480px;
  }
}
.qa-box__img--styles02 {
  max-width: 786px;
}
.qa-box__dots {
  margin-top: 15px;
  line-height: 1.625;
}
.qa-box__dots li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 9px;
}
.qa-box__txt .client-part__list {
  left: -20px;
  position: relative;
}
.qa-box__txt .btn,
.qa-box__txt .link--block {
  margin-top: 12px;
}
.qa-box__txt a {
  color: #386097;
  position: relative;
  display: inline-block;
}

.manpower-row--cate {
  margin-bottom: 30px;
}
.manpower-row--cate .drop-shadow {
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .manpower-row--cate .drop-shadow {
    padding-bottom: 20px !important;
  }
}
.img-single-part {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .img-single-part {
    margin-top: 25px;
  }
}

a.img-single-part {
  display: block;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  a.img-single-part:hover {
    opacity: 0.8;
  }
}

.sec-featuresit {
  margin-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .sec-featuresit {
    margin-bottom: 97px;
  }
}

.box-features {
  position: relative;
}
.box-features__ttl {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .box-features__ttl {
    padding-top: 45px;
    margin-bottom: 9px;
  }
}
.box-features__ttl-step {
  position: absolute;
  top: -9px;
  left: -60px;
}
@media screen and (max-width: 767px) {
  .box-features__ttl-step {
    top: -16px;
    left: -36px;
  }
}
.box-features__ttl-step span {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 700;
  color: #ffffff;
  padding: 7px 28px 7px 32px;
  border-radius: 0 30px 30px 0;
  position: relative;
  background: #386097;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .box-features__ttl-step span {
    font-size: 19px;
    padding: 7px 22px 6px 20px;
  }
}
.box-features__ttl-step span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid #386097;
  border-left: 12px solid transparent;
  position: absolute;
  left: 0;
  top: 100%;
}
.box-features__ttl-txt {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 700;
  line-height: 1.4545;
  color: #386097;
  padding-left: 90px;
  border-bottom: 2px solid rgba(56, 96, 151, 0.3);
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .box-features__ttl-txt {
    font-size: 18px;
    line-height: 1.5555555556;
    padding-left: 0;
    padding-bottom: 5px;
  }
}
.box-features__desimg {
  text-align: center;
}
.box-features__des > .c-txt__basic02 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .box-features__des > .c-txt__basic02 {
    margin-bottom: 24px;
    line-height: 1.714;
  }
}
.box-features__des > .c-txt__basic02:last-child {
  margin-bottom: 0;
}
.box-features__desimg-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(28 / 18);
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .box-features__desimg-ttl {
    font-size: 16px;
    line-height: calc(26 / 16);
    margin-bottom: 8px;
  }
}
.box-features__experience-list {
  margin-top: 25px;
}

.box-engineer > .c-txt__basic02 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .box-engineer > .c-txt__basic02 {
    margin-bottom: 18px;
  }
}
.box-engineer > .c-txt__basic02:last-child {
  margin-bottom: 0;
}

.tb-address {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .tb-address {
    display: block;
    border: 1px solid #D9D9DB;
  }
}
@media screen and (max-width: 767px) {
  .tb-address tbody, .tb-address tr {
    display: block;
  }
}
.tb-address th, .tb-address td {
  border: 1px solid #D9D9DB;
}
@media screen and (max-width: 767px) {
  .tb-address th, .tb-address td {
    display: block;
    border: none;
  }
}
.tb-address td {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .tb-address td:not(:last-child) {
    border-right: none;
  }
  .tb-address td + td {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .tb-address td {
    border: none;
    border-bottom: 1px solid #D9D9DB;
  }
}
.tb-address th {
  border-bottom: 0;
}
.tb-address th.last {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid #D9D9DB;
}
.tb-address tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  .tb-address tr:first-child td:last-child {
    border-radius: 0;
    border-top: 0;
  }
}
.tb-address tr:first-child th {
  border-radius: 5px 0 0 0;
}
.tb-address tr:last-child td {
  border-bottom: 1px solid #D9D9DB;
}
@media screen and (max-width: 767px) {
  .tb-address tr:last-child td {
    border-bottom: none;
  }
}
.tb-address tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
  .tb-address tr:last-child td:last-child {
    border-bottom: none;
  }
}
.tb-address tr:last-child th {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid #D9D9DB;
}
.tb-address tr:nth-last-child(2) th {
  border-bottom: 1px solid #D9D9DB;
}
.tb-address .col01 {
  width: 100px;
  background: rgba(56, 96, 151, 0.06);
  padding: 20px 24px;
  border-right: 0;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tb-address .col01 {
    width: 100%;
    padding: 14px 14px;
  }
}
.tb-address .col02,
.tb-address .col03 {
  padding: 18px 24px 22px 24px;
}
.tb-address .col02 {
  vertical-align: middle;
  font-weight: bold;
  color: #386097;
}
@media screen and (min-width: 768px) {
  .tb-address .col02 {
    width: 213px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .tb-address .col02 {
    width: 100%;
    padding: 15px 15px 15px;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .tb-address .col03 {
    width: 100%;
    padding: 15px 15px 15px;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .tb-address .col02 + .col03 {
    padding-top: 0;
  }
}
.tb-address__ttl {
  font-weight: 700;
  color: #386097;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .tb-address__ttl {
    margin-bottom: 7px;
  }
}
.tb-address__maps.tb-address__maps {
  margin-top: 4px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tb-address__maps.tb-address__maps {
    margin-top: 8px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.tb-address__maps.tb-address__maps a {
  color: #386097;
  font-weight: 700;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
@media (any-hover: hover) {
  .tb-address__maps.tb-address__maps a:hover {
    text-decoration: underline;
  }
}
.tb-address__maps.tb-address__maps a img {
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .tb-address__infor {
    width: 100%;
    margin-bottom: 11px;
  }
}
.tb-address__phone {
  font-weight: 500;
  color: #282A32 !important;
  text-decoration: none;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .tb-address__phone {
    display: block;
  }
}
.tb-address__phone img {
  margin-right: 6px;
  position: relative;
  top: 5px;
}
.tb-address__textfax {
  font-weight: 700;
  color: #386097;
  margin-right: 5px;
}
.tb-address__des .c-txt__basic02 {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .tb-address__des .c-txt__basic02 {
    line-height: 1.714;
  }
}
@media screen and (max-width: 767px) {
  .tb-address__fax {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .tb-address__phone, .tb-address__fax {
    display: inline-block;
    margin-top: 6px;
  }
}

.sec-engineer {
  margin-bottom: 175px;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-engineer {
    margin-bottom: 97px;
  }
}

.box-casemain {
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(152, 148, 148, 0.24);
  margin-bottom: 29px;
}
.box-casemain:last-child {
  margin-bottom: 0;
}
.box-casemain__case {
  padding: 29px 50px;
  background: rgba(56, 96, 151, 0.06);
}
@media screen and (max-width: 767px) {
  .box-casemain__case {
    padding: 22px 23px;
  }
}
.box-casemain__case-ttl {
  background: rgb(56, 96, 151);
  border-radius: 5px 5px;
  padding: 1px 5px 1px 10px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .box-casemain__case-ttl {
    font-size: 18px;
    line-height: 1;
  }
}
.box-casemain__case-ttl .number {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 3px;
  background: #ffffff;
  font-size: 28px;
  line-height: 0.9285714286;
  font-family: "Ropa Sans", Arial, sans-serif;
  color: rgb(56, 96, 151);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .box-casemain__case-ttl .number {
    font-size: 18px;
    width: 18px;
    height: 24px;
    min-width: 18px;
  }
}
.box-casemain__01 {
  padding: 43px 50px;
  background: #ffffff;
  display: flex;
}
@media screen and (max-width: 767px) {
  .box-casemain__01 {
    padding: 21px 24px 39px;
    display: block;
  }
}
.box-casemain__01-txt {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 17px 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .box-casemain__01-txt {
    padding: 21px 20px 20px;
  }
}
.box-casemain__01-txt dl {
  display: flex;
}
.box-casemain__01-txt dl dt {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 700;
  white-space: nowrap;
}
.box-casemain__01-txt dl dd {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
.box-casemain__01-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .box-casemain__01-img {
    margin-bottom: 11px;
  }
}
.box-casemain__01-l {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .box-casemain__01-l {
    width: 100%;
    margin-bottom: 25px;
  }
}
.box-casemain__01-r {
  width: 69%;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .box-casemain__01-r {
    width: 100%;
    padding-left: 0;
  }
}
.box-casemain__01-r01 {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .box-casemain__01-r01 {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .box-casemain__01-r01 .c-ttl__04 {
    margin-bottom: 5px;
  }
}
.box-casemain__01-r01:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .box-casemain__01-r01 .c-txt__basic02 {
    line-height: 1.7142;
  }
}
.box-casemain__01-list li {
  margin-bottom: 15px;
  display: flex;
}
.box-casemain__01-list li:last-child {
  margin-bottom: 0;
}
.box-casemain__01-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50px;
  background: #386097;
  margin-right: 8px;
  display: inline-block;
}

.sec-casemain {
  margin-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .sec-casemain {
    margin-bottom: 50px;
  }
}

.tb-compare {
  box-shadow: 0 0 16px hsla(0deg, 2%, 59%, 0.24);
}
@media screen and (min-width: 768px) {
  .tb-compare {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .tb-compare tbody {
    border-radius: 5px;
    overflow: hidden;
  }
  .tb-compare th, .tb-compare td {
    border: 1px solid #D9D9DB;
  }
  .tb-compare th {
    font-weight: 600;
    color: #ffffff;
    background: #386097;
    padding: 18px 20px;
    width: 39.5%;
    border-bottom: 0;
    border-right: 0;
    text-align: center;
  }
  .tb-compare th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #D9D9DB;
  }
  .tb-compare th:first-child {
    border-radius: 5px 0 0 0;
    background: #F6F6F6;
    width: 21%;
    text-align: left;
  }
  .tb-compare td {
    padding: 19px 24px;
    background: #ffffff;
    border-bottom: 0;
    border-right: 0;
    text-align: center;
    vertical-align: middle;
  }
  .tb-compare td:last-child {
    border-right: 1px solid #D9D9DB;
  }
  .tb-compare td:first-child {
    background: #F6F6F6;
    text-align: left;
  }
  .tb-compare tr:first-child td {
    border-radius: 0 5px 0 0;
  }
  .tb-compare tr:last-child td {
    border-bottom: 1px solid #D9D9DB;
  }
  .tb-compare tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
  }
  .tb-compare tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .tb-compare {
    width: 1095px;
    scroll-snap-align: center;
  }
  .tb-comparew {
    overflow-x: scroll;
    scroll-snap-align: center;
  }
  .tb-compare th, .tb-compare td {
    border: 1px solid #D9D9DB;
    padding: 15px 15px;
    vertical-align: middle;
  }
  .tb-compare th {
    font-weight: 700;
    color: #ffffff;
    background: #386097;
    width: 8.675%;
  }
  .tb-compare td {
    width: 18.265%;
  }
  .tb-compare tr:first-child th, .tb-compare tr:first-child td {
    background: #F6F6F6;
  }
  .tb-compare .c-txt__basic01 {
    font-size: 12px;
    line-height: 1.833;
  }
}

.sec-difference {
  margin-bottom: 177px;
}
@media screen and (max-width: 767px) {
  .sec-difference {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec-difference + .sec-step {
    margin-bottom: 50px;
  }
}
.sec-difference + .sec-step .step-box {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-difference + .sec-qa {
    margin-bottom: 50px;
  }
}

.list-downloads {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .list-downloads {
    display: block;
  }
}
.list-downloads > li {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  padding: 30px 30px;
  border-radius: 5px;
  background: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.15);
}
@media screen and (min-width: 1025px) {
  .list-downloads > li:last-child, .list-downloads > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .list-downloads > li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .list-downloads > li:last-child, .list-downloads > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-downloads > li {
    width: 100%;
    margin-right: 0;
    padding: 19px 20px;
    margin-bottom: 20px;
  }
  .list-downloads > li:last-child {
    margin-bottom: 0;
  }
}
.list-downloads > li .btn {
  width: 100%;
}
.list-downloads__img {
  margin-bottom: 16px;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .list-downloads__img:hover {
    opacity: 0.8;
  }
}
.list-downloads__img img {
  width: 100%;
}
a.list-downloads__img {
  display: block;
}

.list-downloads__des--ttl {
  font-weight: 700;
  color: #282A32;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list-downloads__des--ttl {
    margin-bottom: 13px;
  }
}

.sec-downloads {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .sec-downloads {
    margin-bottom: 100px;
  }
}

.sec-dispatch {
  margin-bottom: 176px;
}
@media screen and (max-width: 767px) {
  .sec-dispatch {
    margin-bottom: 100px;
  }
}
.sec-dispatch .column-category {
  font-size: 14px;
  padding: 5px 12px;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-right: 4px;
  font-weight: bold;
  vertical-align: middle;
  color: #386097;
  background-color: #cdd7e5;
  border-radius: 3px;
}
.sec-dispatch .column-category--green {
  color: #5C7D70;
  background: #D6DEDB;
}
.sec-dispatch .column-category--red {
  color: #9D323D;
  background: #E6CCCE;
}
.sec-dispatch .column-date {
  display: inline-block;
  color: #8c8c8c;
  vertical-align: middle;
}
.sec-dispatch .column-text {
  margin-top: 16px;
}
.sec-dispatch .drop-shadow {
  display: block;
  padding: 30px 30px 28px;
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .sec-dispatch .drop-shadow:hover {
    color: inherit;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-dispatch .drop-shadow {
    padding: 15px 15px 15px;
  }
}
.sec-dispatch .drop-shadow__des {
  margin-bottom: 25px;
}
.sec-dispatch .drop-shadow__des:last-child {
  margin-bottom: 0;
}
.sec-dispatch .manpower-row {
  margin-bottom: -10px;
}

.section-low--mdf .box-in {
  padding: 35px 30px 30px;
}
@media screen and (max-width: 767px) {
  .section-low--mdf .box-in {
    padding: 25px;
  }
}
.section-low--mdf .box-in .btn {
  margin-top: 44px;
}

.box-whats {
  padding: 50px 50px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(152, 148, 148, 0.24);
}
@media screen and (max-width: 767px) {
  .box-whats {
    padding: 25px 25px;
  }
}
.box-whats__ttl {
  text-align: center;
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .box-whats__ttl {
    width: 200px;
    margin: 10px auto 30px;
  }
}
.box-whats__des {
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .box-whats__des {
    margin-bottom: 20px;
  }
}
.box-whats__des p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .box-whats__des p {
    margin-bottom: 20px;
  }
}
.box-whats__des p:last-child {
  margin-bottom: 0;
}

.txt-red {
  color: #9d323d;
}

.sec-tapfin {
  padding-bottom: 146px;
}
@media screen and (max-width: 767px) {
  .sec-tapfin {
    padding-bottom: 97px;
  }
}

.sec-achievement {
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .sec-achievement {
    padding-bottom: 97px;
  }
}

.area-part--02 .area-part__img {
  margin-top: 40px;
  text-align: center;
}
.area-part--02 .area-part__img img {
  width: 601px;
}
@media screen and (max-width: 767px) {
  .area-part--02 .area-part__img {
    margin-top: 30px;
  }
}

.achievement-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 29px;
  font-weight: 500;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .achievement-list {
    display: block;
    line-height: 1.714;
    margin-bottom: 30px;
  }
}
.achievement-list .item {
  padding: 0 20px;
  width: 33.3333333333%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .achievement-list .item {
    width: 100%;
    padding: 0 20px;
  }
}
.achievement-list__ct {
  background: #fff;
  box-shadow: 0 0 40px rgba(157, 157, 157, 0.28);
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.achievement-list__ttl {
  font-size: 22px;
  line-height: 1.2727272727;
  font-weight: bold;
  background: #386097;
  min-height: 136px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .achievement-list__ttl {
    font-size: 16px;
    line-height: 1.3125;
    min-height: 67px;
  }
}
.achievement-list__txt {
  background: #fff;
  padding: 24px 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .achievement-list__txt {
    padding: 22px 25px 25px;
  }
}
.achievement-block {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(152, 148, 148, 0.24);
  padding: 53px 50px 45px;
  overflow: hidden;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .achievement-block {
    padding: 25px 25px;
    margin: 0 auto 20px;
    line-height: 1.714;
  }
  .achievement-block:last-child {
    margin-bottom: 0;
  }
}
.achievement-block__img {
  width: calc(440 / 980 * 100%);
}
@media screen and (max-width: 767px) {
  .achievement-block__img {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}
.achievement-block__img-img {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .achievement-block__img-img {
    margin-bottom: 14px;
  }
}
.achievement-block__img-img img {
  width: 100%;
}
.achievement-block__img-txt {
  font-size: 14px;
  line-height: 1.7142857143;
  line-height: 1.66;
  background: #F6F6F6;
  border-radius: 5px;
  padding: 17px 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .achievement-block__img-txt {
    line-height: 1.714;
    padding: 16px 20px;
  }
}
.achievement-block__info {
  flex: 1 1 0;
  margin-top: -7px;
}
@media screen and (max-width: 990px) {
  .achievement-block__info {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .achievement-block__info {
    width: 100%;
    padding-right: 0;
  }
}
.achievement-block__info p:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .achievement-block__info p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.achievement-block .c-ttl__05 {
  margin-bottom: 42px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .achievement-block .c-ttl__05 {
    padding: 12px 10px 12px;
    margin-bottom: 25px;
  }
}
.achievement-block__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .achievement-block__flex {
    gap: 30px;
  }
}

.types-block .item {
  padding: 30px;
  background: rgba(56, 96, 151, 0.06);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .types-block .item {
    padding: 20px 20px 15px;
  }
}
.types-block .item:last-of-type {
  margin-bottom: 0;
}
.types-block__number {
  width: 42px;
  height: 40px;
  background: #386097;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Ropa Sans", Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .types-block__number {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }
}
.types-block__cnt {
  width: calc(100% - 42px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .types-block__cnt {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.types-block__title {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Verdana, sans-serif;
  font-size: 22px;
  line-height: 1.2727272727;
  font-weight: 700;
  color: #386097;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .types-block__title {
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 10px;
    position: absolute;
    top: 35px;
    left: 85px;
  }
}
.types-block__txt-lead {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .types-block__txt-lead {
    font-size: 15px;
    line-height: 1.6666666667;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .types-block__dots li {
    margin-bottom: 6px;
  }
}
.types-block__dots li:before {
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 767px) {
  .types-block__dots li:before {
    width: 6px;
    height: 6px;
  }
}

.feedback-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.feedback-block__img {
  width: 30.61%;
}
@media screen and (max-width: 640px) {
  .feedback-block__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.feedback-block__cnt {
  width: 65.3%;
}
@media screen and (max-width: 640px) {
  .feedback-block__cnt {
    width: 100%;
  }
}
.feedback-block__desc p {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .feedback-block__desc p {
    margin-bottom: 19px;
  }
}
.feedback-block__desc p:last-of-type {
  margin-bottom: 0;
}

.jobs-types {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
@media screen and (max-width: 767px) {
  .jobs-types {
    margin: 0 -7.5px -15px;
  }
}
.jobs-types .item {
  margin-bottom: 30px;
  width: 33.33%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .jobs-types .item {
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
.jobs-types__img img {
  width: 100%;
}
.jobs-types__wp {
  border-radius: 5px;
  overflow: hidden;
}
.jobs-types__caption {
  padding: 16px 30px;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 84px;
}
@media screen and (max-width: 767px) {
  .jobs-types__caption {
    font-size: 15px;
    line-height: 1.6666666667;
    padding: 19px 25px;
    font-size: 16px;
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .branch-staff__table table {
    display: block;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .branch-staff__table table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .branch-staff__table table tr {
    display: block;
    padding: 12px 15px 20px;
    border-bottom: 1px solid #D9D9DB;
  }
}
@media screen and (max-width: 767px) {
  .branch-staff__table table tr th, .branch-staff__table table tr td {
    display: block;
    width: 100% !important;
    border: none;
  }
}
.branch-staff__table table tr th:first-of-type, .branch-staff__table table tr td:first-of-type {
  width: 24.08%;
}
@media screen and (max-width: 990px) {
  .branch-staff__table table tr th:first-of-type, .branch-staff__table table tr td:first-of-type {
    width: 22.08%;
  }
}
.branch-staff__table table tr th:nth-child(2), .branch-staff__table table tr td:nth-child(2) {
  width: 56.12%;
}
.branch-staff__table table tr th:last-of-type, .branch-staff__table table tr td:last-of-type {
  width: 19.39%;
}
@media screen and (max-width: 990px) {
  .branch-staff__table table tr th:last-of-type, .branch-staff__table table tr td:last-of-type {
    width: 21.39%;
  }
}
.branch-staff__table table tr th {
  text-align: center;
  padding: 18px 15px;
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .branch-staff__table table tr th {
    display: none;
  }
}
.branch-staff__table table tr td {
  padding: 22px 24px;
}
@media screen and (max-width: 767px) {
  .branch-staff__table table tr td {
    padding: 0;
    letter-spacing: 0;
    line-height: 1.55;
  }
}
.branch-staff__table table tr td ul {
  display: flex;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .branch-staff__table table tr td ul {
    padding-top: 2px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .branch-staff__table table tr td ul {
    display: block;
  }
}
.branch-staff__table table tr td ul li {
  margin-right: 26px;
}
@media screen and (max-width: 990px) {
  .branch-staff__table table tr td ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .branch-staff__table table tr td ul li {
    width: auto;
    margin-right: 26px;
  }
}
@media screen and (max-width: 640px) {
  .branch-staff__table table tr td ul li {
    width: 100%;
    margin-right: 0;
  }
}
.branch-staff__table table tr td ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .branch-staff__table table tr td:first-of-type {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #386097;
  }
}
.branch-staff__table table tr td:last-of-type {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .branch-staff__table table tr td:last-of-type {
    padding: 22px 3px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .branch-staff__table table tr td:last-of-type {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .branch-staff__table table tr:first-of-type {
    display: none;
  }
}
.branch-staff__table table tr:last-of-type {
  border-bottom: none;
}
.branch-staff__table-phone {
  letter-spacing: 0;
}
.branch-staff__table-phone a {
  position: relative;
  display: block;
  padding-left: 26px;
  color: #282A32;
  text-decoration: none;
  letter-spacing: 0;
}
.branch-staff__table-phone a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("/assets/images/client/serve/it-engineer/img-phone.svg") no-repeat center/cover;
  left: 2px;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .branch-staff__table-phone a:before {
    width: 13px;
    height: 13px;
  }
}
.branch-staff__table-fax span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #386097;
  margin-right: 4px;
}
.branch-staff__table-map {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.branch-staff__table-map:hover {
  opacity: 0.7;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .branch-staff__table-map {
    padding-left: 28px;
  }
}
.branch-staff__table-map:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 16px;
  background: url("/assets/images/client/serve/it-engineer/img-maps.svg") no-repeat center/cover;
  left: 2px;
  top: 3px;
}

.box-fl {
  display: flex;
  margin-bottom: 7px;
  line-height: 1.55;
}
.box-fl:last-child {
  margin-bottom: 0;
}
.box-fl > span {
  margin-right: 10px;
  display: inline-block;
}

.sodatec-features .item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(152, 148, 148, 0.24);
  margin-bottom: 30px;
}
.sodatec-features .item:last-of-type {
  margin-bottom: 0;
}
.sodatec-features__heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
  position: relative;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .sodatec-features__heading {
    padding-top: 10px;
  }
}
.sodatec-features__number {
  width: 123px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #386097;
  border-radius: 0 23px 23px 0;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sodatec-features__number {
    width: 98px;
    height: 40px;
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.sodatec-features__number:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 7px 0;
  border-color: transparent #386097 transparent transparent;
  position: absolute;
  left: 0;
  top: 45px;
}
@media screen and (max-width: 767px) {
  .sodatec-features__number:before {
    top: 40px;
  }
}
.sodatec-features__ttl {
  width: calc(100% - 123px);
  padding-left: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #386097;
}
@media screen and (max-width: 767px) {
  .sodatec-features__ttl {
    width: 100%;
    padding: 0 25px;
    font-size: 18px;
    line-height: 1.5555555556;
    position: relative;
    left: 10px;
  }
}
.sodatec-features__wp {
  padding: 30px 50px 50px;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sodatec-features__wp {
    padding: 10px 25px 20px;
    margin-top: 5px;
  }
}
.sodatec-features__wp:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 91%;
  height: 2px;
  background: rgba(56, 96, 151, 0.3);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sodatec-features__wp:before {
    width: calc(100% - 50px);
  }
}
.sodatec-features__wp--has-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .sodatec-features__wp--has-img {
    padding-right: 25px;
  }
}
.sodatec-features__wp--has-img .sodatec-features__desc {
  width: 74.61%;
}
@media screen and (max-width: 767px) {
  .sodatec-features__wp--has-img .sodatec-features__desc {
    width: 100%;
  }
}
.sodatec-features__wp--has-img .sodatec-features__img {
  width: 22.33%;
}
@media screen and (max-width: 767px) {
  .sodatec-features__wp--has-img .sodatec-features__img {
    margin: 25px auto 0;
  }
}

.sodatec-training {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .sodatec-training {
    margin-top: 8px;
  }
}
.sodatec-training__ttl {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sodatec-training__ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 26px;
  }
}
.sodatec-training__ttl span {
  color: #386097;
}
.sodatec-training__ttl small {
  font-size: 28px;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .sodatec-training__ttl small {
    font-size: 18px;
  }
}
.sodatec-training__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px 12px;
}
@media screen and (max-width: 767px) {
  .sodatec-training__list {
    margin-bottom: 5px;
  }
}
.sodatec-training__list .item {
  width: 25%;
  padding: 0 6px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1245px) {
  .sodatec-training__list .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 1024px) {
  .sodatec-training__list .item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .sodatec-training__list .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sodatec-training__wp {
  padding: 15px 18px;
  display: flex;
  align-items: center;
  border: 2px solid #D9D9DB;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sodatec-training__wp {
    padding: 8px 15px;
  }
}
.sodatec-training__ico {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .sodatec-training__ico {
    width: 36px;
  }
}
.sodatec-training__txt {
  width: calc(100% - 40px);
  padding-left: 12px;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sodatec-training__txt {
    width: calc(100% - 36px);
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.4375;
  }
}
.sodatec-training__note {
  font-size: 14px;
  line-height: 1.8571428571;
  color: #8D8E93;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sodatec-training__note {
    font-size: 12px;
  }
}

.feedback-customer .item {
  margin-bottom: 30px;
}
.feedback-customer .item:last-of-type {
  margin-bottom: 0;
}
.feedback-customer__label {
  background: #386097;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feedback-customer__label {
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.feedback-customer__wp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feedback-customer__img {
  width: 30.61%;
}
@media screen and (max-width: 767px) {
  .feedback-customer__img {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .feedback-customer__img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.feedback-customer__img img {
  width: 100%;
}
.feedback-customer__cnt {
  width: 65.3%;
}
@media screen and (max-width: 767px) {
  .feedback-customer__cnt {
    width: 57%;
  }
}
@media screen and (max-width: 640px) {
  .feedback-customer__cnt {
    width: 100%;
  }
}
.feedback-customer__cnt p + p {
  margin-top: 1.6em;
}

.episode-block__list {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -15px 0;
}
@media screen and (max-width: 767px) {
  .episode-block__list {
    margin-top: 45px;
  }
}
.episode-block__list .item {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .episode-block__list .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .episode-block__list .item:last-of-type {
    margin-bottom: 0;
  }
}
.episode-block__list .item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.episode-block__img {
  display: block;
  margin-top: 40px;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .episode-block__img:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .episode-block__img {
    margin-top: 25px;
  }
}

.utilization-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.utilization-block .item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .utilization-block .item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .utilization-block .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.utilization-block .item:last-of-type {
  margin-bottom: 0;
}
.utilization-block__wp {
  border-radius: 5px;
  overflow: hidden;
}
.utilization-block__label {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding: 22px 15px;
  background: #386097;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .utilization-block__label {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.utilization-block__desc {
  padding: 30px 28px 30px;
}
@media screen and (max-width: 767px) {
  .utilization-block__desc {
    padding: 20px 25px;
  }
}

.hero-lead__block {
  margin-top: 32px;
  line-height: 1.777;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Verdana, sans-serif;
}
.hero-lead__block p:not(:last-child) {
  margin-bottom: 23px;
}
.hero-lead__block a {
  font-size: 16px;
  font-weight: 400;
}

.features-part__list p:not(:last-child) {
  margin-bottom: 26px;
}

.sec-re-employment {
  padding-top: 181px;
  margin-bottom: 168px;
}
@media screen and (max-width: 767px) {
  .sec-re-employment {
    padding-top: 97px;
    margin-bottom: 80px;
  }
}

.employment-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .employment-list > *:nth-child(1), .employment-list > *:nth-child(2) {
    width: 50%;
  }
}
.employment-list__item {
  width: 33.3333333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .employment-list__item:nth-child(1) .employment-list__info, .employment-list__item:nth-child(2) .employment-list__info {
    padding: 49px 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .employment-list__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.employment-list__ct {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(152, 148, 148, 0.24);
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .employment-list .c-ttl__05 {
    padding: 24px 25px 24px;
  }
}
@media screen and (max-width: 767px) {
  .employment-list .c-ttl__05 {
    padding: 12px 25px 12px;
  }
}
.employment-list__number {
  font-size: 111px;
  line-height: 0.6;
  font-weight: bold;
  color: #386097;
}
@media screen and (max-width: 990px) {
  .employment-list__number {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .employment-list__number {
    font-size: 121.5px;
  }
}
.employment-list__number .en {
  font-family: "Ropa Sans", Arial, sans-serif;
}
.employment-list__number .jp {
  font-size: 36px;
  line-height: 0.8333333333;
}
@media screen and (max-width: 767px) {
  .employment-list__number .jp {
    font-size: 39.5px;
  }
}
.employment-list p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .employment-list p {
    margin-top: 20px;
  }
}
.employment-list p + * {
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .employment-list p + * {
    margin-top: 4px;
  }
}
.employment-list__total {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #8D8E93;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .employment-list__total {
    font-size: 12px;
  }
}
.employment-list__info {
  padding: 25px 25px 35px;
}
@media screen and (max-width: 767px) {
  .employment-list__info {
    padding: 29px 25px 25px;
  }
}
.employment-list__subtitle {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: bold;
  color: #386097;
  margin-bottom: 24px;
  min-height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .employment-list__subtitle {
    min-height: 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .employment-list__subtitle {
    font-size: 16px;
    margin: -12px auto 20px;
  }
}

.sec-support-services {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .sec-support-services {
    margin-bottom: 97px;
  }
}

.txt-blue {
  color: #386097;
}

.txt-in {
  display: inline;
  text-decoration: underline;
  text-decoration-color: rgba(205, 215, 229, 0.7);
  text-decoration-line: underline;
  text-decoration-thickness: 6px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -2px;
}

.support-list {
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.support-list .item {
  padding: 0 15px;
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .support-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.support-list__ct {
  background-color: #fff;
  padding: 30px 30px 50px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.16);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .support-list__ct {
    padding-bottom: 30px;
  }
}
.support-list__ttl {
  position: relative;
  padding: 22px 0 36px 82px;
  font-size: 22px;
  line-height: 1.2727272727;
  font-weight: bold;
  color: #386097;
}
@media screen and (max-width: 767px) {
  .support-list__ttl {
    font-size: 16px;
    padding: 24px 0 36px 77px;
  }
}
.support-list__icon {
  position: absolute;
  width: 61px;
  top: 0;
  left: 0;
}

.box-engineer--02 .tb-address .col01 {
  font-weight: bold;
}
.box-engineer--02 .tb-address .col02 {
  font-weight: normal;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .box-engineer--02 .tb-address tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .box-engineer--02 .tb-address .col01 {
    width: 220px;
    display: flex;
    align-items: center;
  }
  .box-engineer--02 .tb-address .col02 {
    width: calc(100% - 220px);
  }
}
.box-engineer--02 .tb-address--02 tr:first-child th, .box-engineer--02 .tb-address--02 tr:first-child td {
  background: #F6F6F6;
  text-align: center;
  font-weight: bold;
}
.box-engineer--02 .tb-address--02 tr:first-child th {
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .box-engineer--02 .tb-address--02 tr:first-child {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .example-part--02 .item:nth-child(2n) .example-part__cnt {
    order: inherit;
  }
}
@media screen and (min-width: 768px) {
  .example-part--02 .example-part__flex {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .example-part--02 .example-part__flex {
    padding-top: 25px;
  }
}
.example-part--02 .example-part__img {
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .example-part--02 .example-part__img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 27px;
  }
  .example-part--02 .example-part__img img {
    width: 100%;
    height: auto;
  }
}
.example-part--02 .example-part__cnt {
  width: 46.83%;
}
@media screen and (max-width: 767px) {
  .example-part--02 .example-part__cnt {
    max-width: 100%;
    width: 100%;
  }
}
.example-part__topic {
  border: 1px solid #D9D9DB;
  padding: 24px 18px 24px 29px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .example-part__topic {
    display: block;
    padding: 16px 20px;
    margin-bottom: 32px;
  }
}
.example-part__topic:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 3px solid #90A6C4;
  border-bottom: 3px solid #90A6C4;
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%) rotate(45deg);
}
.example-part__topic-l {
  width: 202px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .example-part__topic-l {
    width: auto;
    margin: 0 0 8px;
  }
}
.example-part__topic-r {
  width: calc(100% - 202px);
}
@media screen and (max-width: 767px) {
  .example-part__topic-r {
    width: auto;
  }
}
.example-part__box-topic {
  width: 100%;
  margin-top: 36px;
  order: 3;
}
@media screen and (max-width: 767px) {
  .example-part__box-topic {
    margin-top: 30px;
  }
}
.example-part__proposed {
  border: 1px solid #D9D9DB;
  border-radius: 10px;
  overflow: hidden;
}
.example-part__proposed .example-part__topic {
  border-radius: 0;
  border: 0;
  background: rgba(106, 136, 177, 0.06);
  margin-bottom: 30px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .example-part__proposed .example-part__topic {
    margin-bottom: 20px;
  }
  .example-part__proposed .example-part__topic > div {
    width: 100%;
  }
  .example-part__proposed .example-part__topic > div:first-child {
    margin-bottom: 8px;
  }
}
.example-part__proposed .example-part__topic:after {
  display: none;
}

.topic-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 5px;
}
.topic-list li {
  position: relative;
  padding-left: 15px;
  flex: 1 0 300px;
}
@media screen and (max-width: 767px) {
  .topic-list li {
    width: 100%;
    flex: 1 0 100%;
  }
}
.topic-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #386097;
  top: 9px;
  left: -1px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .topic-list li:before {
    width: 6px;
    height: 6px;
    top: 9px;
    left: 1px;
  }
}

.proposed-column {
  padding: 0 30px 25px;
}
@media screen and (max-width: 767px) {
  .proposed-column {
    padding: 0 20px 25px;
  }
}
.proposed-column__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
@media screen and (max-width: 767px) {
  .proposed-column__grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.proposed-column__item {
  background: #F6F6F6;
  border-radius: 5px;
  overflow: hidden;
}
.proposed-column__ttl {
  font-weight: bold;
  color: white;
  background: #9BAFCB;
  padding: 14px 10px 12px 18px;
}
.proposed-column__ct {
  padding: 21px 24px 24px 24px;
}
@media screen and (max-width: 767px) {
  .proposed-column__ct {
    padding: 16px 20px;
  }
}
.proposed-column ul li {
  position: relative;
  padding-left: 15px;
}
.proposed-column ul li:not(:last-child) {
  margin-bottom: 10px;
}
.proposed-column ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #386097;
  top: 9px;
  left: -1px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .proposed-column ul li:before {
    width: 6px;
    height: 6px;
    left: 1px;
  }
}

.related-downloads-group-ttl {
  margin-top: 12px;
}

.qa-box .dot {
  display: inline-block;
  width: 100%;
}
.qa-box .dot:before {
  content: "・";
}
.qa-box a.txt-under {
  text-decoration: underline;
  padding: 0;
}
.qa-box a.txt-under:after {
  content: none;
}

.sec-corres {
  margin-bottom: 152px;
}
@media screen and (max-width: 767px) {
  .sec-corres {
    margin-bottom: 97px;
  }
}

.box-corres {
  background: #ffffff;
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.15);
  display: flex;
  margin-bottom: 63px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .box-corres {
    margin-bottom: 50px;
    padding: 25px 25px;
    display: flex;
    flex-wrap: wrap;
  }
}
.box-corres__l {
  width: 41.66%;
}
@media screen and (max-width: 767px) {
  .box-corres__l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.box-corres__l img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.box-corres__r {
  width: 58.33%;
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .box-corres__r {
    width: 100%;
    padding: 0;
  }
}

.sec-coverage {
  margin-bottom: 152px;
}
@media screen and (max-width: 767px) {
  .sec-coverage {
    margin-bottom: 97px;
  }
}
.sec-coverage .box-coverage {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-coverage .box-coverage {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec-coverage .box-coverage__l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .sec-coverage .box-coverage__l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec-coverage .box-coverage__l img {
  width: 100%;
}
.sec-coverage .box-coverage__r {
  width: 55%;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .sec-coverage .box-coverage__r {
    width: 100%;
    padding-left: 0;
  }
}
.sec-coverage .box-coverage__r-ttl {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4545;
}
@media screen and (max-width: 767px) {
  .sec-coverage .box-coverage__r-ttl {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 4px;
  }
}
.sec-coverage .box-coverage__r .c-txt__basic02 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec-coverage .box-coverage__r .btn {
    width: 100%;
    max-width: 287px;
    min-width: auto;
  }
}

.sec-labor {
  margin-bottom: 180px;
}
.sec-labor:last-child {
  margin-bottom: 50px;
}
.sec-labor .box-labor {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .sec-labor .box-labor {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec-labor .box-labor__l {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .sec-labor .box-labor__l {
    width: 100%;
  }
}
.sec-labor .box-labor__r {
  width: calc(100% - 180px);
  padding-left: 42px;
}
@media screen and (max-width: 1024px) {
  .sec-labor .box-labor__r {
    width: 100%;
    padding-left: 0;
  }
}
.sec-labor .box-labor__list {
  margin-top: 36px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-labor .box-labor__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec-labor .box-labor__list li {
  width: calc(50% - 15px);
  margin-right: 30px;
  border: 1px solid #D9D9DB;
  padding: 30px 30px;
  border-radius: 5px;
}
.sec-labor .box-labor__list li:last-child, .sec-labor .box-labor__list li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec-labor .box-labor__list li {
    width: 100%;
    margin-right: 0;
    padding: 20px;
    margin-bottom: 30px;
  }
  .sec-labor .box-labor__list li:last-child {
    margin-bottom: 0;
  }
}
.sec-labor .box-labor__list-img {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.sec-labor .box-labor__list-imgthumb {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .sec-labor .box-labor__list-imgthumb:hover {
    opacity: 0.8;
  }
}
.sec-labor .box-labor__list-imgthumb img {
  width: 100%;
}
.sec-labor .box-labor__list-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555;
  margin-bottom: 13px;
  color: #386097;
}
@media screen and (max-width: 767px) {
  .sec-labor .box-labor__list-ttl {
    font-size: 15px;
  }
}
.sec-labor .box-labor__list .btn {
  max-width: 100%;
  min-width: auto;
  width: 100%;
}

.ttl-des22 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: #386097;
}
@media screen and (max-width: 1024px) {
  .ttl-des22 {
    margin-bottom: 15px;
  }
  .ttl-des22:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .ttl-des22 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.manpower-row--second .manpower-row__col01 .drop-shadow {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .manpower-row--second .manpower-row__col01 .drop-shadow {
    padding-bottom: 25px;
  }
}

.box-features__des-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 25px;
}
.box-features__des-list li {
  width: calc((100% - 60px) / 5);
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1245px) {
  .box-features__des-list li {
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 990px) {
  .box-features__des-list li {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .box-features__des-list li {
    width: calc(50% - 7.5px);
  }
}
.box-features__des-list img {
  width: 100%;
  height: auto;
}
.box-features__des-listdes {
  padding: 16px 16px 6px;
}
@media screen and (max-width: 767px) {
  .box-features__des-listdes {
    padding: 11px 13px;
  }
}
.box-features__des-listdes .function {
  font-size: 14px;
  line-height: 1.375;
  font-weight: 700;
  color: #386097;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .box-features__des-listdes .function {
    font-size: 14px;
    line-height: 1.7142;
  }
}
.box-features__des-listdes .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.571;
  color: #282A32;
}
@media screen and (max-width: 767px) {
  .box-features__des-listdes .name {
    font-size: 16px;
    line-height: 1.3125;
  }
}
@media screen and (max-width: 374px) {
  .box-features__des-listdes .name {
    font-size: 13px;
  }
}
.box-features__desimgs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.box-features__desimgs-item {
  flex: 1 1 auto;
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .box-features__desimgs-item {
    width: 100%;
  }
}

.client-part__list01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.client-part__list01 li {
  width: calc(50% - 15px);
  margin-right: 30px;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.15);
}
.client-part__list01 li:last-child, .client-part__list01 li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .client-part__list01 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .client-part__list01 li:last-child {
    margin-bottom: 0;
  }
}
.client-part__list01-ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  padding: 25px 10px;
  background: #386097;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .client-part__list01-ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3125;
    padding: 15px 25px;
  }
}
.client-part__list01-des {
  padding: 30px 30px;
}
@media screen and (max-width: 767px) {
  .client-part__list01-des {
    padding: 24.5px;
  }
}
.client-part__list01-desimg {
  border: 1px solid #D9D9DB;
  padding: 38px 33px 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .client-part__list01-desimg {
    padding: 26px 23px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .box-registration__tb {
    overflow-x: scroll;
    scroll-snap-align: center;
  }
}

.bt-registration {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .bt-registration {
    width: 835px;
    scroll-snap-align: center;
  }
}
.bt-registration th, .bt-registration td {
  width: calc(((980 - 210) / 2) / 980 * 100%);
  border: 1px solid #E3E3E3;
  border-right-width: 0;
  border-bottom-width: 0;
  vertical-align: middle;
}
.bt-registration th:first-child, .bt-registration td:first-child {
  width: calc(210 / 980 * 100%);
  font-weight: 700;
}
.bt-registration th:last-child, .bt-registration td:last-child {
  border-right-width: 1px;
}
.bt-registration tr:last-child th, .bt-registration tr:last-child td {
  border-bottom-width: 1px;
}
.bt-registration th {
  background: #F6F6F6;
  padding: 24px 25px;
  font-weight: 700;
  color: #282A32;
}
.bt-registration td {
  padding: 24px 25px;
}
.bt-registration td:first-child {
  background: rgba(56, 96, 151, 0.06);
}

@media screen and (min-width: 768px) {
  .manpower-row--half .manpower-row__col {
    width: 50%;
    margin-bottom: 43px;
  }
}
.manpower-row--half .manpower-row__img-second {
  position: relative;
  overflow: hidden;
}
.manpower-row--half .manpower-row__img-second:before {
  content: "";
  display: block;
  padding-bottom: 43.2692307692%;
}
.manpower-row--half .manpower-row__img-secondthumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.manpower-row--half .manpower-row__img-secondthumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.recruit-partner {
  margin: 30px 0 0;
}
.recruit-partner__bg {
  background: rgba(56, 96, 151, 0.06);
  border-radius: 5px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .recruit-partner__bg {
    padding: 20px;
  }
}
.recruit-partner__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(28 / 18);
  margin: 0 0 16px;
  color: #386097;
}
.recruit-partner__btn-container {
  margin: 24px 0 0;
}

.recruitment-service__ttl {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 700;
  color: #386097;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruitment-service__ttl {
    font-size: 16px;
  }
}

.recruitment-scope {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .recruitment-scope {
    margin-bottom: 40px;
  }
}
.recruitment-scope__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.recruitment-scope__list .item {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .recruitment-scope__list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .recruitment-scope__list .item:last-of-type {
    margin-bottom: 0;
  }
}
.recruitment-scope__label {
  font-size: 18px;
  font-weight: 700;
  padding: 14px;
  color: #fff;
  background: #386097;
  border-radius: 5px 5px 0 0;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitment-scope__label {
    font-size: 16px;
    padding: 9px 20px;
    margin-bottom: 15px;
  }
}
.recruitment-scope__label-sub {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.recruitment-scope__label-sub span {
  display: inline-block;
  font-size: 16px;
  padding: 0 44px;
  font-weight: 700;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .recruitment-scope__label-sub span {
    font-size: 14px;
    padding: 0 12px;
  }
}
.recruitment-scope__note {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .recruitment-scope__note {
    margin-top: 6px;
    padding-bottom: 8px;
  }
}
.recruitment-scope__note li {
  font-size: 16px;
  font-weight: 700;
  padding-left: 32px;
  margin-right: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitment-scope__note li {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.recruitment-scope__note li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.recruitment-scope__note li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  top: calc(50% - 11px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .recruitment-scope__note li:before {
    width: 20px;
    height: 20px;
  }
}
.recruitment-scope__note li:first-of-type {
  color: #C25700;
}
.recruitment-scope__note li:first-of-type:before {
  background: rgba(194, 87, 0, 0.1);
}
.recruitment-scope__note li:last-of-type {
  color: #386097;
}
.recruitment-scope__note li:last-of-type:before {
  background: rgba(56, 96, 151, 0.1);
}
.recruitment-scope__cnt {
  padding: 33px 20px;
  border: 1px solid #D9D9DB;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitment-scope__cnt {
    margin-top: 33px;
    padding: 23px 15px 13px;
  }
}
.recruitment-scope__cnt-list {
  position: relative;
}
.recruitment-scope__cnt-list:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 100%;
  background: #D9D9DB;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.recruitment-scope__cnt-list li {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  background: #f7eadf;
  border-radius: 5px;
  margin-bottom: 24px;
  color: #C25700;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruitment-scope__cnt-list li {
    margin-bottom: 10px;
    height: 34px;
  }
}
.recruitment-scope__cnt-list li:last-of-type {
  margin-bottom: 0;
}
.recruitment-scope__cnt-list li.client {
  background: #e1e7f0;
  color: #386097;
}
.recruitment-scope__cnt-list li.double {
  position: relative;
  background: none;
}
@media screen and (max-width: 767px) {
  .recruitment-scope__cnt-list li.double {
    height: 44px;
  }
}
.recruitment-scope__cnt-list li.double:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #f7eadf;
  left: 0;
  top: 0;
}
.recruitment-scope__cnt-list li.double:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #e1e7f0;
  right: 0;
  top: 0;
}
.recruitment-scope__cnt-list li.double span {
  font-weight: normal;
  position: relative;
  z-index: 2;
  color: #282A32;
  text-align: center;
}
.recruitment-scope__cnt-list li.double span b {
  font-weight: 700;
}
.recruitment-scope__cnt-list li small {
  width: 100%;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .recruitment-scope__cnt-list li small {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  .recruitment-scope__cnt-list li small {
    font-size: 10px;
  }
}

.recruitment-construction {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruitment-construction {
    margin-bottom: 32px;
  }
}
.recruitment-construction__block {
  margin-bottom: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .recruitment-construction__block {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.recruitment-construction__block:last-of-type {
  margin-bottom: 0;
}
.recruitment-construction__block-txt-lead {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #386097;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recruitment-construction__block-txt-lead {
    font-size: 15px;
    line-height: 1.6666666667;
    margin-bottom: 10px;
  }
}
.recruitment-construction__block-desc p {
  margin-bottom: 12px;
}
.recruitment-construction__block-desc p:last-of-type {
  margin-bottom: 0;
}
.recruitment-construction__block-img {
  max-width: 657px;
  width: 100%;
  margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
  .recruitment-construction__block-img {
    margin-top: 20px;
  }
}
.recruitment-construction__block-check li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: 700;
}
.recruitment-construction__block-check li:last-of-type {
  margin-bottom: 0;
}
.recruitment-construction__block-check li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 12px;
  background: url("/assets/images/client/serve/outsourcing/ico-check-gray.svg") no-repeat center/cover;
  top: 6px;
  left: 0;
}

.recruitment-issues__row {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .recruitment-issues__row {
    flex-direction: column;
  }
}
.recruitment-issues__col {
  flex: 1 0 0;
  border-radius: 5px;
}
.recruitment-issues__col-header {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 53px;
  padding: 8px 20px;
  border-bottom: 3px solid #fff;
}
.recruitment-issues__col-body {
  padding: 24px 20px;
}
@media screen and (max-width: 767px) {
  .recruitment-issues__col-body {
    padding: 16px 20px;
  }
}
.recruitment-issues__col-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  position: relative;
  padding-left: 30px;
}
.recruitment-issues__col-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 24px;
  background: url("/assets/images/client/serve/outsourcing/icon-human-01.svg") no-repeat center/cover;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .recruitment-issues__col-ttl {
    font-size: 16px;
  }
}
.recruitment-issues__list {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}
.recruitment-issues__list li {
  position: relative;
  padding-left: 25px;
}
.recruitment-issues__list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 12px;
  background: url("/assets/images/client/serve/outsourcing/ico-check-gray.svg") no-repeat center/cover;
  top: 6px;
  left: 0;
}
.recruitment-issues__list li + li {
  margin-top: 6px;
}
.recruitment-issues__col:first-child {
  background: #F8EBE0;
}
.recruitment-issues__col:first-child .recruitment-issues__col-ttl:before {
  background-image: url("/assets/images/client/serve/outsourcing/icon-human-01.svg");
}
.recruitment-issues__col:first-child .recruitment-issues__list li:before {
  background-image: url("/assets/images/client/serve/outsourcing/ico-check-orange.svg");
}
.recruitment-issues__col:last-child {
  background: #CDD7E5;
}
.recruitment-issues__col:last-child .recruitment-issues__col-ttl:before {
  background-image: url("/assets/images/client/serve/outsourcing/icon-human-02.svg");
}
.recruitment-issues__col:last-child .recruitment-issues__list li:before {
  background-image: url("/assets/images/client/serve/outsourcing/ico-check-blue.svg");
}

@media screen and (max-width: 767px) {
  .scroll-img {
    overflow-x: auto;
    margin-right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-img .area-part__img {
    width: 767px;
  }
}

.recruitment-rpo-table {
  margin-top: 30px;
}
.recruitment-rpo-table table {
  width: 100%;
  min-width: 74em;
  table-layout: auto;
  line-height: 1.4;
  word-break: break-all;
  font-feature-settings: "palt";
  text-align: center;
  font-size: min(1.3vw, 12px);
  font-weight: bold;
  border-collapse: separate;
  border-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .recruitment-rpo-table table {
    font-size: 9px;
  }
}
.recruitment-rpo-table th, .recruitment-rpo-table td {
  vertical-align: middle;
  height: 3.3em;
}
.recruitment-rpo-table th, .recruitment-rpo-table td, .recruitment-rpo-table li {
  box-sizing: border-box;
  padding: 0.5em 1em;
}
.recruitment-rpo-table thead th, .recruitment-rpo-table thead td {
  height: 3.5em;
}
.recruitment-rpo-table .cs .has-child-4 li {
  min-height: 5.25em;
}
.recruitment-rpo-table .cs .has-child-3 li {
  min-height: 5.25em;
}
.recruitment-rpo-table .cs .has-child-2 li {
  min-height: 7em;
}
.recruitment-rpo-table .os li {
  min-height: 4em;
}
.recruitment-rpo-table thead tr:first-child th,
.recruitment-rpo-table thead tr:first-child td {
  background: #386097;
  color: #fff;
  font-weight: bold;
  font-size: 1.15em;
  /* padding-right: calc( 1em * 2 ); */
}
.recruitment-rpo-table thead tr:last-child th,
.recruitment-rpo-table thead tr:last-child td {
  background: #d9d9db;
  color: #282a32;
  font-weight: normal;
}
.recruitment-rpo-table thead tr:first-child td {
  position: relative;
}
.recruitment-rpo-table thead tr:first-child td::before,
.recruitment-rpo-table thead tr:first-child td::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.recruitment-rpo-table thead tr:first-child td::before {
  background: #fff;
  height: 100%;
  aspect-ratio: 1/2;
  top: 0;
}
.recruitment-rpo-table thead tr:first-child td::after {
  background: #386097;
  height: 70.7106782373%;
  aspect-ratio: 1;
  transform: translate(-20.7115678%, -50%) rotate(45deg);
}
.recruitment-rpo-table thead tr:first-child td span {
  position: relative;
  z-index: 1;
}
.recruitment-rpo-table .cs th,
.recruitment-rpo-table .cs td {
  background: #e1e7f0;
}
.recruitment-rpo-table .os th,
.recruitment-rpo-table .os td {
  background: #f7eadf;
}
.recruitment-rpo-table .cs th {
  background: #386097;
  color: #fff;
}
.recruitment-rpo-table .os th {
  background: #d18140;
  color: #fff;
}
.recruitment-rpo-table tbody th {
  line-height: 1.8;
  padding: 1em 0;
  height: auto;
  font-size: 1.2em;
  text-transform: uppercase;
}
.recruitment-rpo-table tbody th div {
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.recruitment-rpo-table td span {
  display: inline-block;
}
.recruitment-rpo-table .cell-1 {
  width: calc((100% - 3em) / 10);
  width: 120px;
  /*width: 50px;*/
}
.recruitment-rpo-table .cell-2 {
  width: calc((100% - 3em) / 10 * 2);
  width: 200px;
  /*width: 100px;*/
}
.recruitment-rpo-table .cell-2-wide {
  width: 280px;
}
.recruitment-rpo-table .grid {
  padding: 0;
}
.recruitment-rpo-table .grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.recruitment-rpo-table .grid ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruitment-rpo-table .cs .grid ul {
  flex-direction: column;
}
.recruitment-rpo-table .os .grid {
  background: #fff !important;
}
.recruitment-rpo-table .os .grid ul {
  flex-wrap: wrap;
  gap: 2px;
}
.recruitment-rpo-table .os .grid ul li {
  flex: 1 0 49%;
  background: #f7eadf;
}
.recruitment-rpo-table .full div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0.7em;
}
.recruitment-rpo-table .full div i {
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #386097;
  color: #386097;
  border-radius: 2px;
  background: #fff;
  padding: 0.2em 0.3em;
  line-height: 1;
  font-size: 0.7em;
}
.recruitment-rpo-table .full div p {
  margin: 0;
}
.recruitment-rpo-table .nowrap {
  white-space: nowrap;
}

.development-block {
  margin-bottom: 30px;
}
.development-block:last-of-type {
  margin-bottom: 0;
}
.development-block__ttl {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background: #386097;
  padding: 20px 20px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .development-block__ttl {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 12px;
  }
}
.development-block__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.development-block__list .item {
  width: 31.22%;
  background: rgba(56, 96, 151, 0.06);
  padding: 27px 30px;
}
@media screen and (max-width: 767px) {
  .development-block__list .item {
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 15px;
  }
  .development-block__list .item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .development-block__list .item .c-dots li {
    margin-bottom: 5px;
  }
}
.development-block__list--styles02 .item {
  width: 48.47%;
}
@media screen and (max-width: 767px) {
  .development-block__list--styles02 .item {
    width: 100%;
  }
}
.development-block__list--styles03 .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 9px;
}
@media screen and (max-width: 767px) {
  .development-block__list--styles03 .item {
    row-gap: 0;
  }
}
.development-block__list--styles03 .item .c-dots {
  margin-right: auto;
}
@media screen and (max-width: 990px) {
  .development-block__list--styles03 .item .c-dots {
    width: 100%;
  }
}
.development-block__txt-lead {
  font-size: 18px;
  line-height: 1.5555555556;
  color: #386097;
  font-weight: 700;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .development-block__txt-lead {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.sec-recommended .btn-blue {
  max-width: 350px;
  height: 45px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-recommended .btn-blue {
    height: auto;
  }
}

.recommended-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 29px;
}
.recommended-block .item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recommended-block .item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .recommended-block .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .recommended-block .item:last-of-type {
    margin-bottom: 0;
  }
}
.recommended-block .item a:hover .recommended-block__cnt:after {
  transform: translateX(30%);
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}
.recommended-block__img img {
  width: 100%;
}
.recommended-block__wp {
  border-radius: 5px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.recommended-block__cnt {
  padding: 20px 37px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(28 / 18);
}
@media screen and (max-width: 1024px) {
  .recommended-block__cnt {
    padding: 22px 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .recommended-block__cnt {
    padding: 19px 37px;
  }
}
.recommended-block__cnt:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 13px;
  background: url("/assets/images/arrow-blue.svg") no-repeat center/cover;
  top: calc(50% - 6.5px);
  right: 20px;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .recommended-block__cnt:after {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .recommended-block__cnt:after {
    right: 20px;
  }
}
.recommended-block__caption {
  color: #386097;
  text-align: center;
  text-decoration: none;
}
.recommended-block--external {
  transition: opacity 0.3s ease;
}
.recommended-block--external .recommended-block__cnt:after {
  background-image: url("/assets/images/icon-external-link-blue.svg");
}
@media (any-hover: hover) {
  .recommended-block--external:hover {
    opacity: 0.8;
  }
  .recommended-block--external:hover .recommended-block__cnt:after {
    transform: translateX(0) !important;
  }
}

.voices-block .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.voices-block .item:last-of-type {
  margin-bottom: 0;
}
.voices-block .item:nth-child(even) .voices-block__img {
  order: 1;
}
.voices-block .item:nth-child(even) .voices-block__cnt {
  order: 2;
}
.voices-block__cnt {
  width: 46.94%;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .voices-block__cnt {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .voices-block__cnt {
    width: 100%;
    order: 2;
  }
}
.voices-block__img {
  width: 48.98%;
}
@media screen and (max-width: 767px) {
  .voices-block__img {
    width: 100%;
    order: 1;
    margin-bottom: 25px;
  }
}
.voices-block__img img {
  width: 100%;
}
.voices-block__ttl {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .voices-block__ttl {
    margin-bottom: 5px;
  }
}
.voices-block__ttl small, .voices-block__ttl span {
  display: block;
  font-weight: 700;
}
.voices-block__ttl small {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .voices-block__ttl small {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.voices-block__ttl span {
  font-size: 22px;
  color: #386097;
}
@media screen and (max-width: 767px) {
  .voices-block__ttl span {
    font-size: 16px;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .related-services .btn.btn-blue--types02 {
    max-width: none;
  }
}

@media screen and (max-width: 640px) {
  .manpower-row--second .btn.btn-blue--types02 {
    max-width: none;
  }
}

.manpower-clip.related-column {
  max-width: none;
}

@media screen and (max-width: 1024px) {
  .hero-contact-list--second .hero-contact-btn {
    display: block;
    margin-bottom: 20px;
  }
  .hero-contact-list--second .hero-contact-btn:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .hero-contact-list--second .hero-contact-btn:nth-child(even) {
    margin-left: 34px;
  }
}

.hero-contact-btn--blue {
  background: #386097;
  border-color: #386097;
}
.hero-contact-btn--noBefore a:before {
  display: none;
}
.hero-contact-btn--download a:after {
  background-image: url("/assets/images/icon-download.svg");
  background-size: contain;
}

.sec-center {
  padding-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .sec-center {
    padding-bottom: 0;
  }
}

.center-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.center-wrap__ct {
  width: 62%;
}
@media screen and (max-width: 990px) {
  .center-wrap__ct {
    width: 100%;
    order: 1;
  }
}
.center-wrap__ct p {
  margin-bottom: 18px;
}
.center-wrap__ct-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px -15px;
}
.center-wrap__ct-link > li {
  padding: 0 7px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .center-wrap__ct-link > li {
    width: 100%;
  }
}
.center-wrap__ct-link > li a {
  max-width: unset;
}
@media screen and (max-width: 640px) {
  .center-wrap__ct-link > li a {
    max-width: 100%;
  }
}
.center-wrap__img {
  width: 34%;
}
@media screen and (max-width: 990px) {
  .center-wrap__img {
    width: 100%;
    margin-bottom: 22px;
  }
}
.center-wrap__img img {
  width: 100%;
}

.sec-voice {
  padding-bottom: 176px;
}
@media screen and (max-width: 767px) {
  .sec-voice {
    padding-bottom: 97px;
  }
}

.voice-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .voice-flex {
    padding: 25px;
  }
}
.voice-flex__img {
  width: 310px;
}
@media screen and (max-width: 767px) {
  .voice-flex__img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.voice-flex__img img {
  width: 100%;
}
.voice-flex__txt {
  width: calc(100% - 310px);
  padding-left: 33px;
  color: #282A32;
}
@media screen and (max-width: 767px) {
  .voice-flex__txt {
    width: 100%;
    padding: 0;
  }
}
.voice-flex__txt p {
  margin-bottom: 26px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1245px) {
  .voice-flex__txt p {
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .voice-flex__txt p {
    margin-bottom: 25px;
  }
}
.voice-flex__txt p:last-child {
  margin-bottom: 0;
}

.sec-systems {
  padding-bottom: 174px;
}
@media screen and (max-width: 767px) {
  .sec-systems {
    padding-bottom: 98px;
  }
}

.systems-flex {
  position: relative;
  z-index: 3;
  background: #fff;
  display: flex;
}
@media screen and (max-width: 767px) {
  .systems-flex {
    padding: 22px 26px 25px;
    display: flex;
    flex-wrap: wrap;
  }
}
.systems-flex__txt {
  color: #282a32;
  width: 46.5%;
  padding-right: 34px;
  margin-top: -5px;
  letter-spacing: 1.75px;
}
@media screen and (max-width: 767px) {
  .systems-flex__txt {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 24px;
    letter-spacing: 1.25px;
  }
}
.systems-flex__img {
  width: 53.5%;
}
@media screen and (max-width: 767px) {
  .systems-flex__img {
    width: 100%;
  }
}
.systems-flex__img img {
  width: 100%;
}

.sec-results {
  padding-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .sec-results {
    padding-bottom: 96px;
  }
}

.results-box {
  margin-bottom: 104px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .results-box {
    margin-bottom: 20px;
    padding: 25px 25px;
  }
  .results-box .c-dots li {
    margin-bottom: 4px;
  }
}
.results-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .results-box .c-ttl__04--line-green {
    padding-bottom: 5px;
    margin-bottom: 9px;
    line-height: 1.55;
  }
}
.results-box__ttl {
  color: #282A32;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .results-box__ttl {
    margin-bottom: -1px;
    font-size: 14px;
  }
}
.results-box__bg {
  border-radius: 5px;
  background: rgba(92, 125, 112, 0.06);
  padding: 23px 32px 21px;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .results-box__bg {
    margin-bottom: 25px;
    padding: 16px 21px 12px;
  }
}
.results-box__list {
  margin-bottom: 33px;
}
.results-box__list .item {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .results-box__list .item {
    margin-bottom: 20px;
  }
}
.results-box__list .item:last-child {
  margin-bottom: 0;
}
.results-box__list .item:last-child .results-box__list-img {
  padding: 0 20px;
}
.results-box__list-flex {
  display: flex;
}
@media screen and (max-width: 990px) {
  .results-box__list-flex {
    display: block;
  }
  .results-box__list .item:not(last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .results-box__list .item:not(last-child) {
    margin-bottom: 30px;
  }
}
.results-box__list-txt {
  max-width: min(445px, 31.7857142857vw);
  margin-right: min(40px, 2.8571428571vw);
}
@media screen and (max-width: 990px) {
  .results-box__list-txt {
    max-width: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 990px) {
  .results-box__list-img {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .results-box__list-img {
    margin-top: 20px;
  }
}
.results-box__list-img img {
  max-width: 100%;
}
.results-box__staff {
  border-radius: 5px;
  background: rgba(92, 125, 112, 0.06);
  padding: 30px 30px 33px;
}
@media screen and (max-width: 1245px) {
  .results-box__staff {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .results-box__staff {
    padding: 22px 20px 14px;
  }
}
.results-box__staff-list {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .results-box__staff-list {
    padding: 0;
  }
  .results-box__staff-list .c-dots {
    letter-spacing: 1.5px;
  }
  .results-box__staff-list .c-dots li {
    margin-bottom: 7px;
  }
}
.results-box__staff-list > li {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .results-box__staff-list > li {
    margin-bottom: 18px;
  }
}
.results-box__staff-list > li:last-child {
  margin-bottom: 0;
}
.results-box__staff-list > li .c-ttl__05 {
  margin-bottom: 22px;
}
.results-box__staff-list > li .c-txt__basic01 {
  margin-top: 35px;
}
.results-box__qa {
  margin-bottom: 24px;
}
.results-box__qa .item {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .results-box__qa .item {
    margin-bottom: 23px;
  }
}
.results-box__qa .item:last-child {
  margin-bottom: 0;
}
.results-box__qa-question {
  color: #5C7D70;
  line-height: 1.44;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 2px solid #DEDEDE;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .results-box__qa-question {
    padding-bottom: 4px;
    margin-bottom: 11px;
    line-height: 1.667;
    font-size: 15px;
  }
}
.results-box__qa-question span {
  display: block;
  font-weight: 500;
}
.results-box__qa-answer span {
  display: block;
  position: relative;
  padding-left: 61px;
}
@media screen and (max-width: 767px) {
  .results-box__qa-answer span {
    padding-left: 57px;
    line-height: 1.714;
    font-size: 14px;
  }
}
.results-box__qa-answer span::before {
  content: "";
  width: 39px;
  height: 33px;
  background: url("/assets/images/company/voice/icon-qa.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .results-box__qa-answer span::before {
    left: 1px;
    top: 3px;
  }
}
.results-box__qa-answer small {
  display: block;
  text-align: center;
}
.results-box__qa-answer small img {
  max-width: 690px;
  width: 100%;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .results-box__qa-answer small img {
    margin: 30px 0 10px;
  }
}
.results-box__note {
  background: #F6F6F6;
  padding: 35px 40px;
}
@media screen and (max-width: 767px) {
  .results-box__note {
    padding: 16px 20px;
    margin-top: 30px;
  }
}
.results-box__note .item {
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .results-box__note .item {
    margin-bottom: 16px;
  }
}
.results-box__note .item:last-child {
  margin-bottom: 0;
}
.results-box__note-ttl {
  color: #282A32;
  font-weight: bold;
  padding-bottom: 9px;
  margin-bottom: 24px;
  border-bottom: 2px solid #DEDEDE;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .results-box__note-ttl {
    line-height: 1.667;
    color: #5C7D70;
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #D6DEDB;
    font-size: 15px;
  }
}
.results-box__note-link li {
  margin-bottom: 23px;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .results-box__note-link li {
    margin-bottom: 34px;
  }
}
.results-box__note-link li:last-child {
  margin-bottom: 0;
}
.results-box__note-link li span {
  display: block;
  color: #282A32;
  font-weight: 500;
  font-size: 16px;
}
.results-box__note-link li span.icon {
  display: inline-block;
  transform: translateY(6px);
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .results-box__note-link li span {
    letter-spacing: 0.25px;
    margin-bottom: 6px;
    line-height: 1.714;
    font-size: 14px;
  }
}
.results-box__note-link li a {
  display: block;
  color: #5C7D70;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .results-box__note-link li a {
    line-height: 1.714;
    font-size: 14px;
  }
}
.results-box__note-link li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.results-box__note-desc {
  letter-spacing: 1.5px;
  line-height: 1.63;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .results-box__note-desc {
    line-height: 1.714;
  }
}
.results-box__note-desc .title {
  display: block;
  font-weight: bold;
  margin: 1.65em 0;
}
.results-box__note-desc p span {
  font-weight: 500;
}
.results-box__note-desc b {
  font-weight: 500;
}
.results-box__note-desc .last {
  margin-top: 1.65em;
}
@media screen and (max-width: 767px) {
  .results-box__note-desc p {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .results-box__note-desc p b {
    font-weight: 500;
    min-width: 75px;
    display: inline-block;
  }
  .results-box__note-desc p span {
    width: calc(100% - 75px);
  }
}

.sec-initiated {
  padding-bottom: 176px;
}
@media screen and (max-width: 767px) {
  .sec-initiated {
    padding-bottom: 99px;
  }
}
.sec-initiated .c-btn__01 {
  margin: 39px auto 0;
}
@media screen and (max-width: 767px) {
  .sec-initiated .c-btn__01 {
    margin: 29px auto 0;
  }
}

.initiated-box {
  background: #fff;
}
.initiated-box .item {
  margin-bottom: 30px;
  padding: 30px 30px 23px;
}
@media screen and (max-width: 1245px) {
  .initiated-box .item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .initiated-box .item {
    padding: 26px 25px 17px;
    margin-bottom: 19px;
  }
}
.initiated-box .item:last-child {
  margin-bottom: 0;
}
.initiated-box dl {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .initiated-box dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.initiated-box dl dt {
  width: 162px;
  text-align: center;
  padding: 7px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.2727;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .initiated-box dl dt {
    width: auto;
    display: inline-block;
    margin-bottom: 6px;
    padding: 1px 11px;
    font-size: 18px;
  }
}
.initiated-box dl dd {
  padding-left: 25px;
  padding-top: 4px;
  letter-spacing: 1px;
  width: calc(100% - 162px);
}
@media screen and (max-width: 767px) {
  .initiated-box dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.initiated-box__ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .initiated-box__ttl {
    margin-bottom: 21px;
  }
}
.initiated-box__ttl dt {
  color: #5C7D70;
  background: rgba(92, 125, 112, 0.2);
}
@media screen and (max-width: 767px) {
  .initiated-box__ttl dt {
    color: #fff;
    background: #5C7D70;
  }
}
.initiated-box__ttl dd {
  font-weight: bold;
  color: #5C7D70;
  line-height: 1.45;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .initiated-box__ttl dd {
    line-height: 1.3125;
    font-size: 16px;
  }
}
.initiated-box__desc dt {
  color: #fff;
  background: #5C7D70;
}
@media screen and (max-width: 767px) {
  .initiated-box__desc dt {
    color: #5C7D70;
    margin-bottom: 3px !important;
    background: rgba(92, 125, 112, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .initiated-box__desc dd {
    letter-spacing: 1.3px !important;
  }
}
.initiated-box__desc dd p {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .initiated-box__desc dd p {
    margin-bottom: 24px;
  }
}
.initiated-box__link {
  color: #5c7d70 !important;
  letter-spacing: 2px;
  transition: all 0.3s;
  text-decoration: none !important;
}
.initiated-box__link .icon {
  display: inline-block;
  transform: translateY(6px);
}
.initiated-box__link:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.initiated-box__note {
  display: block;
  letter-spacing: 0.75px;
  color: rgba(40, 42, 50, 0.7);
  font-size: 14px;
}
.initiated-btn {
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 20px;
  letter-spacing: 2px;
  height: 46px;
  max-width: 260px;
  width: 100%;
  background: #fff;
  margin: 39px auto 0;
  border: 2px solid #5C7D70;
  color: #5C7D70;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: all 0.3s;
}
.initiated-btn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.initiated-btn::after {
  content: "";
  width: 15px;
  height: 14px;
  background: url("/assets/images/company/voice/icon-link.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.sec-employee {
  padding-bottom: 106px;
}
@media screen and (max-width: 767px) {
  .sec-employee {
    padding-bottom: 0;
  }
}

.employee-box {
  background: #fff;
  padding: 50px 45px;
}
@media screen and (max-width: 1245px) {
  .employee-box {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .employee-box {
    padding: 23px 27px;
  }
}
.employee-box__img {
  margin-top: 20px;
  display: flex;
  max-width: 782px;
  width: 100%;
  margin: 0 auto 23px;
}
@media screen and (max-width: 767px) {
  .employee-box__img {
    margin-bottom: 11px;
    display: flex;
    flex-wrap: wrap;
  }
}
.employee-box__img li {
  width: calc(50% - 10px);
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .employee-box__img li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }
}
.employee-box__img li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .employee-box__img li:last-child {
    margin-bottom: 0;
  }
}
.employee-box__img li img {
  width: 100%;
}
.employee-box__desc {
  margin-bottom: 42px;
  line-height: 1.857;
  color: rgba(40, 42, 50, 0.7);
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .employee-box__desc {
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}
.employee-box__list .item {
  background: rgba(92, 125, 112, 0.06);
  padding: 30px 31px 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1245px) {
  .employee-box__list .item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .employee-box__list .item {
    padding: 19px 20px 12px;
    margin-bottom: 32px;
  }
}
.employee-box__list .item:last-child {
  margin-bottom: 0;
}
.employee-box__list .c-label__01 {
  letter-spacing: 3.5px;
  padding: 15px 10px 12px 9px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .employee-box__list .c-label__01 {
    letter-spacing: 1px;
    padding: 5px 5px;
    margin-bottom: 16px;
  }
}
.employee-box__list .c-dots {
  padding: 0 21px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .employee-box__list .c-dots {
    padding: 0;
  }
  .employee-box__list .c-dots li {
    text-align: justify;
    margin-bottom: 6px;
  }
}
.employee-box__list-txt {
  padding: 0 14px;
  letter-spacing: 1.75px;
}
@media screen and (max-width: 767px) {
  .employee-box__list-txt {
    padding: 0;
    letter-spacing: 0;
  }
}
.employee-btn {
  border: 4px solid #E0AB80;
  border-radius: 55px;
  height: 94px;
  max-width: 550px;
  width: 100%;
  margin: 41px auto 0;
  padding: 14px 10px 10px;
  color: #E77C22 !important;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.3s;
  position: relative;
}
.employee-btn::after {
  content: "";
  position: absolute;
  background: url("/assets/images/company/voice/icon-arow-orange.svg") center no-repeat;
  background-size: contain;
  width: 21px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: right 0.3s ease;
}
@media screen and (max-width: 767px) {
  .employee-btn {
    border-width: 2px;
    font-size: 18px;
  }
  .employee-btn::after {
    right: 16px;
    width: 15px;
    height: 18px;
  }
}
.employee-btn:hover::after {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .employee-btn:hover::after {
    right: 12px;
  }
}
.employee-btn span {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 6px;
}

#voice-list-continue {
  display: none;
}

.announces-wrap__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .announces-wrap__img {
    margin-bottom: 20px;
  }
}
.announces-wrap__img img {
  width: 100%;
}
.announces-wrap__ct p {
  margin-bottom: 20px;
}
.announces-wrap__ct p:last-of-type {
  margin-bottom: 0;
}

.future-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.future-wrap__img {
  width: 25.5%;
}
@media screen and (max-width: 767px) {
  .future-wrap__img {
    width: 100%;
    margin-bottom: 26px;
  }
}
.future-wrap__img img {
  width: 100%;
}
.future-wrap__ct {
  width: 70.4%;
}
@media screen and (max-width: 767px) {
  .future-wrap__ct {
    width: 100%;
  }
}
.future-wrap__ct p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .future-wrap__ct p {
    margin-bottom: 21px;
  }
}
.future-wrap__ct a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 46px;
  border: 2px solid #5C7D70;
  border-radius: 5px;
  color: #5C7D70;
  font-weight: bold;
  font-size: 16px;
  padding: 3px 17px 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .future-wrap__ct a {
    max-width: 290px;
    height: 41px;
    font-size: 15px;
    padding: 0 13px;
  }
}
.future-wrap__ct a:after {
  content: "";
  position: absolute;
  background: url("/assets/images/arrow-green.svg") center no-repeat;
  width: 15px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  transition: 0.3s ease;
}
.future-wrap__ct a:hover {
  background: #5C7D70;
  color: #fff;
}
.future-wrap__ct a:hover:after {
  background-image: url("/assets/images/arrow-white.svg");
  right: 13px;
  transition: 0.3s ease;
}

.unchanging-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.unchanging-wrap__video {
  width: 55%;
  height: 292px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .unchanging-wrap__video {
    width: 100%;
    margin-bottom: 28px;
    height: 55vw;
  }
}
.unchanging-wrap__video iframe {
  width: 100%;
  height: 100%;
}
.unchanging-wrap__ct {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .unchanging-wrap__ct {
    width: 100%;
  }
}

.plan-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 87px;
}
@media screen and (max-width: 767px) {
  .plan-flex {
    margin-bottom: 67px;
  }
}
.plan-flex__img {
  width: 48.8%;
}
@media screen and (max-width: 990px) {
  .plan-flex__img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.plan-flex__img img {
  width: 100%;
}
.plan-flex__ct {
  width: 46%;
}
@media screen and (max-width: 990px) {
  .plan-flex__ct {
    width: 100%;
  }
}
.plan-flex__ct p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .plan-flex__ct p {
    margin-bottom: 25px;
  }
}
.plan-flex__ct p:last-of-type {
  margin-bottom: 0;
}
.plan-flex__ct p span {
  font-weight: bold;
  color: #5C7D70;
}

.plan-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #F6F6F6;
  border-radius: 5px;
  padding: 41px 39px 45px;
  margin-bottom: 40px;
}
@media screen and (max-width: 990px) {
  .plan-wrap {
    padding: 20px 20px 33px;
    margin-bottom: 28px;
  }
}
.plan-wrap__ct {
  width: 50%;
}
@media screen and (max-width: 990px) {
  .plan-wrap__ct {
    width: 100%;
    margin-bottom: 30px;
  }
  .plan-wrap__ct .c-dots li {
    margin-bottom: 5px;
  }
}
.plan-wrap__ct-tm {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7777777778;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .plan-wrap__ct-tm {
    font-size: 15px;
    line-height: 1.6666666667;
    margin-bottom: 7px;
  }
}
.plan-wrap__img {
  width: 47.7%;
  padding-top: 10px;
  padding-right: 65px;
}
@media screen and (max-width: 990px) {
  .plan-wrap__img {
    width: 100%;
    padding: 0 16px;
  }
}
.plan-wrap__img img {
  width: 100%;
}

.sustainability-wrap {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 32px 20px 39px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sustainability-wrap {
    padding: 15px 20px 20px;
    margin-bottom: 39px;
  }
}
.sustainability-wrap__ttl {
  text-align: center;
  color: #5C7D70;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .sustainability-wrap__ttl {
    font-size: 16px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 374px) {
  .sustainability-wrap__ttl {
    font-size: 14px;
  }
}
.sustainability-wrap__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 682px;
  margin: 0 auto;
}
.sustainability-wrap__list > li {
  width: 25%;
  padding: 0 2.5px;
}
@media screen and (max-width: 767px) {
  .sustainability-wrap__list > li {
    padding: 0 1.5px;
  }
}
.sustainability-wrap__list > li img {
  width: 100%;
}

.sustainability-list > li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .sustainability-list > li {
    margin-bottom: 24px;
  }
}
.sustainability-list > li:last-of-type {
  margin-bottom: 0;
}
.sustainability-list__ttl {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sustainability-list__ttl {
    padding-top: 26px;
    margin-bottom: 5px;
  }
  .sustainability-list__ttl:before {
    content: "";
    position: absolute;
    background: #D6DEDB;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    border-radius: 10px;
  }
}
.sustainability-list__ttl .number {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #5C7D70;
  color: white;
  border-radius: 5px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  padding: 6px 10px 6px 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sustainability-list__ttl .number {
    width: 85px;
    border-radius: 3px;
    font-size: 18px;
    padding: 3px 4px 4px 10px;
  }
}
.sustainability-list__ttl .number label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: white;
  color: #5C7D70;
  border-radius: 3px;
  font-family: "Ropa Sans", Arial, sans-serif;
  margin-left: 10px;
  line-height: 1;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .sustainability-list__ttl .number label {
    width: 18px;
    height: 18px;
    font-size: 18px;
    border-radius: 2px;
  }
}
.sustainability-list__ttl .txt {
  position: relative;
  width: calc(100% - 150px);
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sustainability-list__ttl .txt {
    width: calc(100% - 100px);
    padding-top: 2px;
  }
}
@media screen and (max-width: 374px) {
  .sustainability-list__ttl .txt {
    font-size: 16px;
    padding-top: 0;
  }
}
.sustainability-list__ttl .txt:after {
  content: "";
  position: absolute;
  background: rgba(92, 125, 112, 0.2);
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sustainability-list__ttl .txt:after {
    display: none;
  }
}
.sustainability-list__ttl .txt label {
  position: relative;
  display: inline-block;
  background: white;
  padding-right: 25px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sustainability-list__ttl .txt label {
    padding-right: 0;
  }
}
.sustainability-list__img {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .sustainability-list__img {
    text-align: center;
    width: 100%;
    padding-top: 0;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 640px) {
  .sustainability-list__img img {
    width: 100%;
  }
}
.sustainability-list__ct {
  width: calc(100% - 268px);
}
@media screen and (max-width: 767px) {
  .sustainability-list__ct {
    width: 100%;
  }
}
.sustainability-list__ct p {
  margin-bottom: 26px;
}
.sustainability-list__ct p:last-of-type {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .sustainability-list__ct p:last-of-type {
    margin-bottom: 2px;
  }
}
.sustainability-list__ct p span {
  color: #5c7d70;
}
@media screen and (max-width: 767px) {
  .sustainability-list__ct p span {
    color: #5C7D70;
    text-decoration: underline;
  }
}
.sustainability-list__ct p label {
  font-weight: bold;
}
.sustainability-list__ct-link > li {
  margin-bottom: 4px;
}
.sustainability-list__ct-link > li:last-of-type {
  margin-bottom: 0;
}
.sustainability-list__ct-link > li a {
  position: relative;
  display: inline-block;
  color: #5C7D70;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sustainability-list__ct-link > li a {
    font-size: 14px;
  }
}
.sustainability-list__ct-link > li a:after {
  content: "arrow-r";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  margin-left: 0.4em;
}
.sustainability-list__ct-link > li a[target=_blank]:after {
  content: "";
  display: inline-block;
  background: url(/assets/images/icon-external-link-light-blue.svg) center/contain no-repeat;
  width: 15px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  margin-left: 0.4em;
}
.client .sustainability-list__ct-link > li a[target=_blank]:after {
  background-image: url(/assets/images/icon-external-link-blue.svg);
}

.jobseeker .sustainability-list__ct-link > li a[target=_blank]:after, .customer .sustainability-list__ct-link > li a[target=_blank]:after {
  background-image: url(/assets/images/icon-external-link-red.svg);
}

.company .sustainability-list__ct-link > li a[target=_blank]:after {
  background-image: url(/assets/images/icon-external-link-green.svg);
}

.sustainability-list__ct-link > li a:hover {
  text-decoration: underline;
}
.sustainability-list__ct-goals {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  background: rgba(92, 125, 112, 0.05);
  border-radius: 5px;
  padding: 17px 11px;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .sustainability-list__ct-goals {
    margin-top: 9px;
    padding: 20px 17px;
  }
}
.sustainability-list__ct-goals > li {
  width: 100px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .sustainability-list__ct-goals > li {
    width: 84px;
    padding: 0 3.5px;
  }
}
@media screen and (max-width: 374px) {
  .sustainability-list__ct-goals > li {
    width: 68px;
  }
}

.section-efforts {
  padding-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .section-efforts {
    padding-bottom: 0;
  }
}

.efforts-video {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .efforts-video {
    height: 350px;
  }
}
@media screen and (max-width: 640px) {
  .efforts-video {
    height: 160px;
  }
}
.efforts-video iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .page-beginner_tenshoku .page-txt {
    padding: 0 13px;
  }
}

.tenshoku-wrap {
  margin-bottom: 180px;
}
.tenshoku-wrap:last-of-type {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .tenshoku-wrap:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tenshoku-wrap {
    margin-bottom: 100px;
  }
}
.tenshoku-wrap a {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 4px solid #E6CCCE;
  max-width: 650px;
  width: 100%;
  height: 64px;
  color: #9D323D;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
  padding: 0 50px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .tenshoku-wrap a {
    height: 71px;
    font-size: 16px;
    line-height: 1.3125;
    padding: 3px 25px 0;
  }
}
@media screen and (max-width: 374px) {
  .tenshoku-wrap a {
    height: 85px;
  }
}
.tenshoku-wrap a:after {
  content: "";
  position: absolute;
  background: url("/assets/images/arrow-red.svg") center no-repeat;
  background-size: contain;
  width: 21px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tenshoku-wrap a:after {
    right: 16px;
    width: 15px;
    height: 18px;
  }
}
.tenshoku-wrap a:hover:after {
  right: 15px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tenshoku-wrap a:hover:after {
    right: 12px;
  }
}

.glossary-intro__anchor {
  margin: 20px -10px -20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .glossary-intro__anchor {
    margin-top: 15px;
  }
}
.glossary-intro__anchor li {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .glossary-intro__anchor li {
    width: 50%;
    margin-bottom: 21px;
  }
}
.glossary-intro__anchor li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #4C79AF;
  border: 2px solid #4C79AF;
  border-radius: 5px;
  position: relative;
  padding: 0 15px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .glossary-intro__anchor li a {
    font-size: 15px;
    height: 40px;
  }
}
.glossary-intro__anchor li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 16px;
  background: url("/assets/images/glossary/arrow-down.svg") no-repeat center/contain;
  top: calc(50% - 9px);
  right: 15px;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .glossary-intro__anchor li a:after {
    width: 12px;
    height: 14px;
  }
}
.glossary-intro__anchor li a:hover {
  background-color: #4C79AF;
  color: #fff !important;
}
.glossary-intro__anchor li a:hover:after {
  background-image: url("/assets/images/glossary/arrow-down-white.svg");
  transform: translateY(2px);
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}

.glossary-block {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .glossary-block {
    margin-bottom: 100px;
  }
}
.glossary-block:last-of-type {
  margin-bottom: 0;
}
.glossary-block__list-item {
  border-bottom: 1px solid #ECECEC;
}
.glossary-block__list-item:last-of-type {
  border-bottom: none;
}
.glossary-block__list-item:first-of-type {
  border-top: none;
}
.glossary-block__list-item dt {
  font-size: 20px;
  font-weight: 700;
  padding: 14px 21px;
  position: relative;
  cursor: pointer;
  color: #4C79AF;
}
@media screen and (max-width: 767px) {
  .glossary-block__list-item dt {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.glossary-block__list-item dt:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 22px;
  background: url("/assets/images/glossary/ico-plus.png") no-repeat center/cover;
  top: calc(50% - 11px);
  right: 10px;
}
@media screen and (max-width: 767px) {
  .glossary-block__list-item dt:after {
    width: 13px;
    height: 15px;
    right: 2px;
    top: calc(50% - 7.5px);
  }
}
.glossary-block__list-item dt.active:after {
  width: 21px;
  height: 23px;
  background: url("/assets/images/glossary/ico-minus.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .glossary-block__list-item dt.active:after {
    width: 13px;
    height: 15px;
  }
}
.glossary-block__list-item dd {
  padding: 21px;
  background: rgba(76, 121, 175, 0.06);
  font-size: 16px;
  line-height: 1.625;
  display: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .glossary-block__list-item dd {
    font-size: 14px;
    line-height: 1.7142857143;
    padding: 15px 15px;
  }
}

.page-sitemap .c-ttl__01 a,
.page-sitemap .sitemap-block__ttl a,
.page-sitemap .c-ttl__04 a {
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .page-sitemap .c-ttl__01 a:hover,
.page-sitemap .sitemap-block__ttl a:hover,
.page-sitemap .c-ttl__04 a:hover {
    text-decoration: underline;
  }
}

.sec-sitemap {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-sitemap {
    margin-top: 0;
  }
}

.sitemap-block {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .sitemap-block {
    margin-bottom: 100px;
  }
}
.sitemap-block:last-of-type {
  margin-bottom: 0;
}
.sitemap-block__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sitemap-block__ttl {
    margin-bottom: 15px;
  }
}
.sitemap-block__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px 60px;
}
@media screen and (max-width: 1024px) {
  .sitemap-block__wrapper {
    margin: 0 -20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-block__wrapper {
    margin-bottom: 30px;
  }
}
.sitemap-block__wrapper:last-of-type {
  margin-bottom: 0;
}
.sitemap-block__list {
  width: 50%;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .sitemap-block__list {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-block__list {
    width: 100%;
  }
}
.sitemap-block__list--styles02 {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .sitemap-block__list--styles02 {
    width: 100%;
  }
}
.sitemap-block__list li a {
  font-weight: 700;
  color: #000;
  padding: 13px 30px 13px 0;
  border-bottom: 2px solid #E4E3E3;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.sitemap-block__list li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .sitemap-block__list li a {
    padding: 9px 20px 9px 0;
    border-width: 1px;
  }
}
.sitemap-block__list li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 13px;
  background: url("/assets/images/arrow-blue.svg") no-repeat center/100%;
  position: absolute;
  top: calc(50% - 6.5px);
  right: 4px;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sitemap-block__list li a:after {
    width: 14px;
    height: 12px;
    top: calc(50% - 6px);
    right: 1px;
  }
}
.sitemap-block__list li a.external-link:hover:after {
  right: 4px;
}
.sitemap-block__list li a.external-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 17px;
  background: url("/assets/images/sitemap/icon-external-link.svg") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .sitemap-block__list li a.external-link:after {
    width: 14px;
    height: 12px;
  }
}
.sitemap-block__list li a.menu-child {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .sitemap-block__list li a.menu-child {
    padding-left: 25px;
  }
}
.sitemap-block__list li a .ico {
  margin-right: 10px;
}
.sitemap-block__list li a:hover:after {
  right: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}

.disclosure-block {
  padding: 48px 50px 50px;
  margin-bottom: 146px;
  background: white;
}
@media screen and (max-width: 767px) {
  .disclosure-block {
    padding: 24px 25px 25px;
    margin-bottom: 99px;
  }
}

.business-status {
  margin-bottom: 47px;
}
.business-status p:not(:last-child) {
  margin-bottom: 3px;
}

.disclosure-list .item:not(:last-child) {
  margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .disclosure-list .item:not(:last-child) {
    margin-bottom: 100px;
  }
}
.disclosure-list .c-ttl__04 {
  margin-bottom: 0;
}
.disclosure-list__table {
  width: 100%;
}
.disclosure-list__table th {
  color: #5C7D70;
  text-align: left;
  font-weight: 700;
}
.disclosure-list__table tr {
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .disclosure-list__table tr {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .disclosure-list__table tr:first-child {
    display: none;
  }
  .disclosure-list__table tr:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.disclosure-list__table tr .col01 {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .disclosure-list__table tr .col01 {
    width: 100%;
  }
}
.disclosure-list__table tr .col02 {
  width: 42.8%;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .disclosure-list__table tr .col02 {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .disclosure-list__table tr .col01,
.disclosure-list__table tr .col02 {
    display: flex;
    flex-wrap: wrap;
  }
  .disclosure-list__table tr .col01:before,
.disclosure-list__table tr .col02:before {
    content: attr(data-label);
    color: #5C7D70;
    font-size: 14px;
    line-height: 1.7142857143;
    font-weight: bold;
    display: block;
    width: 67px;
  }
  .disclosure-list__table tr .col01 p,
.disclosure-list__table tr .col02 p {
    width: calc(100% - 67px);
  }
}
.disclosure-list__table tr .col03 {
  width: 12.2%;
}
@media screen and (max-width: 767px) {
  .disclosure-list__table tr .col03 {
    width: 100%;
    margin-top: 10px;
  }
}
.disclosure-list__table tr .col03 a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
@media (any-hover: hover) {
  .disclosure-list__table tr .col03 a:hover {
    text-decoration: underline;
  }
}
.disclosure-list__table tr .col03 a .icon {
  margin-right: 4px;
  transform: translateY(-1px);
}
.disclosure-list__table tr .col03 a .icon img {
  display: block;
}
@media screen and (max-width: 767px) {
  .disclosure-list__table tr .col03 a .icon {
    transform: translateY(0);
    display: inline-block;
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .disclosure-list__table tr .col03 a {
    display: block;
    text-align: center;
    background: #F6F6F6;
    line-height: 1;
    border-radius: 5px;
    padding: 10px;
  }
}
.disclosure-list__table tr th:first-child,
.disclosure-list__table tr td:first-child {
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .disclosure-list__table tr th:first-child,
.disclosure-list__table tr td:first-child {
    padding-left: 0;
  }
}
.disclosure-list__table tr td:first-child {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .disclosure-list__table tr td:first-child {
    margin-bottom: 4px;
  }
}

.percentage-block {
  padding: 39px 50px;
  border-radius: 10px;
  background: white;
}
@media screen and (max-width: 767px) {
  .percentage-block {
    padding: 24px 24px 17px;
  }
  .percentage-block > p:not(:last-child) {
    margin-bottom: 27px;
  }
}
.percentage-block__note {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #808080;
}
.percentage-block a span.icon {
  position: relative;
  display: inline-block;
  transform: translateY(4px);
  margin-right: 10px;
}
.percentage-block__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: normal;
  padding-top: 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .percentage-block__flex {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.percentage-block__flex-l {
  width: 122px;
}
@media screen and (max-width: 767px) {
  .percentage-block__flex-l {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .percentage-block__flex-l span {
    display: block;
    margin: 4px auto 0;
    writing-mode: vertical-rl;
  }
}
.percentage-block__flex-c {
  width: 13px;
}
@media screen and (max-width: 767px) {
  .percentage-block__flex-c {
    width: 100%;
    margin-bottom: 10px;
  }
  .percentage-block__flex-c span {
    display: block;
    margin: 0 auto;
    writing-mode: vertical-rl;
  }
}
.percentage-block__flex-r {
  width: calc(100% - 135px);
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .percentage-block__flex-r {
    width: 100%;
    padding-left: 0;
  }
}
.percentage-block__flex .txt-border {
  border-bottom: 1px solid #282A32;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .percentage-block__flex .txt-border {
    padding-bottom: 1px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .sec-guide {
    padding-bottom: 0;
  }
}

.guide-list .item {
  box-shadow: 0 0 37px rgba(96, 96, 96, 0.16);
  padding: 30px;
  background: white;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .guide-list .item {
    padding: 25px;
  }
}
.guide-list .item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .guide-list .item:not(:last-child) {
    margin-bottom: 19px;
  }
}
.guide-list__ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .guide-list__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .guide-list__ttl {
    font-size: 15px;
    line-height: 1.5333333333;
    margin-bottom: 6px;
  }
}
@media (any-hover: hover) {
  .guide-list a {
    -webkit-backface-visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .guide-list a:hover {
    opacity: 0.8;
  }
}
.guide-list__img {
  width: 311px;
  border: 2px solid #e3e3e3;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .guide-list__img {
    width: 100%;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 767px) {
  .guide-list__img img {
    width: 100%;
  }
}
.guide-list__ct {
  width: calc(100% - 311px);
  padding-left: 3.9%;
}
@media screen and (max-width: 767px) {
  .guide-list__ct {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.guide-list .c-btn__01 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .guide-list .c-btn__01 {
    margin-top: 20px;
    max-width: 100%;
  }
}

.second-hero--page .page-desc {
  font-size: 34px;
  line-height: 1.7058823529;
  margin-bottom: 0;
}
.second-hero--page .page-title {
  margin-bottom: 80px !important;
}

.sec-inquiry {
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .sec-inquiry {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .ptsp-24 {
    padding-top: 24px;
  }
}

.inquiry-list {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: bold;
  color: #4C79AF;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px 140px;
}
@media screen and (max-width: 767px) {
  .inquiry-list {
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 80px;
  }
}
.inquiry-list a {
  text-decoration: none;
}
.inquiry-list a:hover .inquiry-list__ttl:after {
  right: 14px;
}
.inquiry-list .c-btn__01--blue {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .inquiry-list .c-btn__01--blue {
    margin-bottom: 20px;
  }
}
.inquiry-list .item {
  width: 33.3333333333%;
  padding: 0 15px;
  margin-bottom: 40px;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .inquiry-list .item {
    width: 100%;
    margin-bottom: 20px;
    min-width: none;
  }
}
.inquiry-list__ct {
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.15);
  border-radius: 5px;
  height: 100%;
  background: white;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .inquiry-list__ct {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-list__img img {
    width: 100%;
    height: auto;
  }
}
.inquiry-list__ttl {
  position: relative;
  padding: 20px 37px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1245px) {
  .inquiry-list__ttl {
    padding-left: 44px;
    padding-right: 44px;
  }
  .inquiry-list__ttl br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-list__ttl {
    padding: 19px 37px;
  }
}
.inquiry-list__ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 14px;
  background: url("/assets/images/inquiry/icon-01.png") no-repeat;
  background-size: contain;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.inquiry-list--02 .inquiry-list__ttl:after {
  background: url("/assets/images/inquiry/icon-02.png") no-repeat;
  background-size: cover;
  width: 18px;
  height: 20px;
}
.inquiry-list--02 a:hover {
  opacity: 0.8;
}
.inquiry-list--02 a:hover .inquiry-list__ttl:after {
  right: 22px;
}

.articles-flex {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .articles-flex {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.articles-flex__left {
  width: calc(100% - 400px);
  padding-right: 37px;
}
@media screen and (max-width: 1245px) {
  .articles-flex__left {
    width: calc(100% - 280px);
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .articles-flex__left {
    margin-bottom: 100px;
    width: 100%;
    padding-right: 0;
  }
}
.articles-flex__box {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px 40px 24px;
  margin-bottom: 55px;
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.15);
}
@media screen and (max-width: 1245px) {
  .articles-flex__box {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .articles-flex__box {
    padding: 22px 28px 24px;
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
  }
}
.articles-flex__box-cate {
  display: flex;
  align-items: center;
  width: 145px;
  padding-right: 10px;
  font-weight: bold;
  color: #282A32;
  font-size: 16px;
}
@media screen and (max-width: 1245px) {
  .articles-flex__box-cate {
    width: 115px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .articles-flex__box-cate {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8px;
  }
}
.articles-flex__box-cate img {
  margin-right: 12px;
}
@media screen and (max-width: 1245px) {
  .articles-flex__box-cate img {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .articles-flex__box-cate img {
    margin-right: 11px;
    width: 17px;
    transform: translateY(-2px);
  }
}
.articles-flex__box-list {
  width: calc(100% - 145px);
  margin-bottom: -10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1245px) {
  .articles-flex__box-list {
    width: calc(100% - 115px);
  }
}
@media screen and (max-width: 640px) {
  .articles-flex__box-list {
    width: 100%;
  }
}
.articles-flex__box-list li {
  margin-right: 13px;
  margin-bottom: 10px;
}
.articles-flex__box-list li:last-child {
  margin-right: 0;
}
.articles-flex__box-list li a {
  display: block;
  background: rgba(157, 50, 61, 0.06);
  border-radius: 3px;
  padding: 6px 11px;
  min-width: 72px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #9D323D;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 1245px) {
  .articles-flex__box-list li a {
    min-width: auto;
    padding: 5px 8px;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.articles-flex__box-list li a:hover {
  transition: background-color all 0.3s;
  background-color: #9D323D;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .articles-flex__box-list li a {
    padding: 4px 10px;
    font-size: 12px;
  }
}
.articles-flex__box-list li.active a {
  color: #fff;
  background: #9D323D;
}
@media screen and (max-width: 767px) {
  .articles-flex__posts {
    padding: 0 5px;
    margin-bottom: 41px;
  }
}
.articles-flex__posts li {
  margin-bottom: 31px;
}
@media screen and (max-width: 1245px) {
  .articles-flex__posts li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .articles-flex__posts li {
    margin-bottom: 20px;
  }
}
.articles-flex__posts li a {
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.15);
  display: flex;
  padding: 31px 30px 25px;
  background: #fff;
  color: #282A32;
  transition: box-shadow 0.3s ease-in-out;
}
@media screen and (max-width: 1245px) {
  .articles-flex__posts li a {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .articles-flex__posts li a {
    padding: 26px 23px 19px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (any-hover: hover) {
  .articles-flex__posts li a:hover {
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 38px rgba(96, 96, 96, 0.4);
  }
}
.articles-flex__posts-img {
  width: 216px;
}
@media screen and (max-width: 1245px) {
  .articles-flex__posts-img {
    width: 160px;
  }
}
@media screen and (max-width: 640px) {
  .articles-flex__posts-img {
    width: 100%;
    margin-bottom: 21px;
  }
}
.articles-flex__posts-img img {
  width: 100%;
}
.articles-flex__posts-ct {
  width: calc(100% - 216px);
  padding-left: 40px;
  margin-top: -2px;
}
@media screen and (max-width: 1245px) {
  .articles-flex__posts-ct {
    margin-top: 0;
    width: calc(100% - 160px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .articles-flex__posts-ct {
    width: 100%;
    padding-left: 0;
  }
}
.articles-flex__posts-ct .c-txt__basic01 {
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1245px) {
  .articles-flex__posts-ct .c-txt__basic01 {
    letter-spacing: 0;
  }
}
.articles-flex__posts-ttl {
  color: #9D323D;
  font-weight: bold;
  margin-bottom: 11px;
  letter-spacing: 1.5px;
  line-height: 1.3;
  font-size: 18px;
}
@media screen and (max-width: 1245px) {
  .articles-flex__posts-ttl {
    letter-spacing: 0;
    margin-bottom: 8px;
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  .articles-flex__posts-ttl {
    margin-bottom: 6px;
    line-height: 1.6667;
    font-size: 15px;
  }
}
.articles-flex__right {
  width: 400px;
}
@media screen and (max-width: 1245px) {
  .articles-flex__right {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .articles-flex__right {
    width: 100%;
    padding: 0 5px;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    width: 40px;
  }
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #9d323d;
  border-left: 3px solid #9d323d;
  position: absolute;
  top: 50%;
  left: calc(50% + 2.5px);
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: 0 0;
}
.wp-pagenavi .nextpostslink::before {
  left: calc(50% - 2.5px);
  transform: rotate(135deg) translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink::before {
    left: calc(50% - 3px);
  }
}
.wp-pagenavi .current {
  background: rgba(157, 50, 61, 0.06);
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 8px;
  border: 2px solid #9D323D;
  border-radius: 5px;
  width: 58px;
  height: 45px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9D323D;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 640px) {
  .wp-pagenavi a,
.wp-pagenavi span {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  background: rgba(157, 50, 61, 0.06);
}

.sidebar {
  box-shadow: 0 0 38px rgba(96, 96, 96, 0.15);
  padding: 26px 29px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1245px) {
  .sidebar {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    padding: 15px 20px 19px;
  }
}
.sidebar-ttl {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #282A32;
  font-size: 18px;
}
@media screen and (max-width: 1245px) {
  .sidebar-ttl {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  .sidebar-ttl {
    font-size: 14px;
  }
}
.sidebar-ttl img {
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .sidebar-ttl img {
    margin-right: 10px;
    width: 17px;
  }
}
.sidebar-posts .item {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sidebar-posts .item {
    margin-bottom: 20px;
  }
}
.sidebar-posts .item:last-child {
  margin-bottom: 0;
}
.sidebar-posts .item a {
  display: flex;
  color: #282A32;
  text-decoration: none;
  transition: all 0.3s;
}
.sidebar-posts .item a:hover {
  text-decoration: underline;
}
.sidebar-posts__img {
  width: 126px;
}
.sidebar-posts__img img {
  width: 100%;
}
.sidebar-posts__txt {
  margin-top: -5px;
  width: calc(100% - 126px);
  padding-left: 20px;
}
@media screen and (max-width: 1245px) {
  .sidebar-posts__txt {
    width: calc(100% - 90px);
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-posts__txt {
    width: 57%;
  }
}

.articles-btn {
  border: 2px solid #9D323D;
  height: 45px;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #9D323D !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 640px) {
  .articles-btn {
    height: 41px;
    font-size: 15px;
  }
}
.articles-btn:hover {
  background: #9D323D;
  color: #fff !important;
}

.second-hero-inner--parts4 {
  max-width: 1312px;
}

.page-column .inner,
.wrapper.articles .inner {
  max-width: 1280px;
}

.articles-flex__column {
  padding: 19px 41px 40px;
  margin-bottom: 75.5px;
}
@media screen and (max-width: 1245px) {
  .articles-flex__column {
    margin-bottom: 50px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .articles-flex__column {
    padding: 22px 23px 25px;
    margin: 0 5px 99px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .articles-flex__column .c-btn__03 {
    height: 40px;
    padding: 8px 12px;
  }
}
.articles-flex__column:last-child {
  margin-bottom: 0;
}
.articles-flex__column-list {
  margin-bottom: 31px;
}
.articles-flex__column-list li {
  border-bottom: 1px solid #ECECEC;
}
.articles-flex__column-list li a {
  padding: 18px 40px 13px 0;
  display: block;
  font-weight: 500;
  color: #282A32;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  font-size: 16px;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1245px) {
  .articles-flex__column-list li a {
    letter-spacing: 0;
    padding: 15px 30px 15px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .articles-flex__column-list li a {
    letter-spacing: 0.75px;
    padding: 10px 30px 9px 0;
  }
}
.articles-flex__column-list li a:after {
  content: "";
  width: 21px;
  height: 19px;
  background: url("/assets/images/articles/icon-link.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 53%;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1245px) {
  .articles-flex__column-list li a:after {
    width: 18px;
    height: 15px;
    right: 0;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .articles-flex__column-list li a:after {
    right: 3px;
    top: 48%;
  }
}
@media (any-hover: hover) {
  .articles-flex__column-list li a:hover {
    opacity: 0.8;
  }
  .articles-flex__column-list li a:hover:after {
    transform: translate(4px, -50%);
  }
}

.manpower-row .c-ttl__04 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .manpower-row .c-ttl__04 {
    margin-bottom: 15px;
  }
}
.manpower-row__ttl-second--darkred {
  color: #9D323D;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .manpower-row__ttl-second--darkred {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.manpower-row__ttl-second--large {
  font-size: 22px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .manpower-row__ttl-second--large {
    font-size: 18px;
  }
}

.btn-darkred {
  border-color: #9D323D;
  color: #9D323D !important;
}
.btn-darkred:after {
  background-image: url("/assets/images/icon-link-red.svg");
}
.btn-darkred:hover {
  border-color: #9D323D;
  background: #9D323D;
  color: #fff !important;
}
.btn-darkred:hover:after {
  background-image: url("/assets/images/icon-white.svg");
  right: 15px;
  transform: translate(0, -50%);
}

.staff-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .staff-wrap {
    margin-bottom: 99px;
  }
}
.staff-wrap__ttl {
  width: 100%;
  text-align: center;
  background: #9D323D;
  color: white;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4545454545;
  padding: 15px 10px;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .staff-wrap__ttl {
    font-size: 16px;
    line-height: 1.3125;
    padding: 9px 10px 8px;
    margin-bottom: 23px;
  }
}
.staff-wrap__img {
  width: 41.3%;
}
@media screen and (max-width: 990px) {
  .staff-wrap__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.staff-wrap__img img {
  width: 100%;
}
.staff-wrap__ct {
  width: 55.7%;
}
@media screen and (max-width: 990px) {
  .staff-wrap__ct {
    width: 100%;
  }
}
.staff-wrap__ct p {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .staff-wrap__ct p {
    margin-bottom: 22px;
  }
}
.staff-wrap__ct .c-btn__01 {
  max-width: 260px;
}
@media screen and (max-width: 990px) {
  .staff-wrap__ct .c-btn__01 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .staff-wrap__ct .c-btn__01 {
    max-width: 100%;
  }
}

.staff-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
@media screen and (max-width: 640px) {
  .staff-list {
    margin-bottom: 0;
  }
}
.staff-list > li {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .staff-list > li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .staff-list > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .staff-list > li:last-of-type {
    margin-bottom: 0;
  }
}
.staff-list > li a,
.staff-list > li > div {
  display: block;
  height: 100%;
  background: white;
  color: #282A32;
  box-shadow: rgba(96, 96, 96, 0.15) 0 0 38px;
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s ease;
}
.staff-list > li a:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}
.staff-list > li .c-ttl__04 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .staff-list > li .c-ttl__04 {
    margin-bottom: 15px;
  }
}
.staff-list__img {
  position: relative;
  overflow: hidden;
}
.staff-list__img:before {
  content: "";
  display: block;
  padding-bottom: 51.7647058824%;
}
.staff-list__img-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.staff-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.staff-list__ct {
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .staff-list__ct {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .staff-list__ct--spd {
    padding: 17px 20px;
  }
}
.staff-list__ct-ttl {
  display: block;
  color: #9D323D;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .staff-list__ct-ttl {
    font-size: 15px;
    line-height: 1.3333333333;
    margin-bottom: 6px;
  }
}
.staff-list__ct p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .staff-list__ct p {
    margin-bottom: 14px;
  }
}
.staff-list__ct-btn {
  position: relative;
  display: block;
  border-radius: 5px;
  border: 2px solid #9D323D;
  color: #9D323D;
  font-weight: bold;
  font-size: 16px;
  padding: 9px 35px 7px 14px;
}
@media screen and (max-width: 767px) {
  .staff-list__ct-btn {
    font-size: 15px;
    line-height: 1.3333333333;
  }
}
.staff-list__ct-btn:after {
  content: "";
  position: absolute;
  background: url("/assets/images/icon-link-red.svg") center no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.staff-list__ct-btn--link:after {
  background: url("/assets/images/arrow-red.svg") center no-repeat;
  background-size: contain;
}

.define-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
}
.define-wrap__img {
  width: 41.7%;
}
@media screen and (max-width: 990px) {
  .define-wrap__img {
    width: 100%;
  }
}
.define-wrap__img img {
  width: 100%;
}
.define-wrap__ct {
  width: 54.6%;
  padding: 7px 50px 0 0;
}
@media screen and (max-width: 990px) {
  .define-wrap__ct {
    width: 100%;
    padding: 23px 25px 18px;
  }
}
.define-wrap__ct-logo {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .define-wrap__ct-logo {
    margin-bottom: 12px;
  }
}

.features-part__list--red .features-part__number {
  background: #9D323D;
}
.features-part__list--red .features-part__number:before {
  border-left-color: #9D323D;
}
.features-part__list--red .features-part__ttl {
  color: #9D323D;
}

.points-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .points-list {
    margin: 0 -19px;
  }
}
.points-list > li {
  width: 33.333%;
  padding: 0 20px;
}
@media screen and (max-width: 990px) {
  .points-list > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .points-list > li:last-of-type {
    margin-bottom: 0;
  }
}
.points-list > li > div {
  background: white url("/assets/images/beginner/shape.png") top right no-repeat;
  padding: 10px 20px 20px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .points-list > li > div {
    padding-bottom: 12px;
  }
}
.points-list__ttl {
  position: relative;
  display: inline-block;
  background: #9D323D;
  color: white;
  border-radius: 0 25px 25px 0;
  font-weight: bold;
  font-size: 22px;
  padding: 2px 31px;
  margin: 0 0 26px -30px;
}
@media screen and (max-width: 767px) {
  .points-list__ttl {
    font-size: 19px;
    padding: 5px 25px 3px;
    margin-bottom: 20px;
  }
}
.points-list__ttl:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #9D323D;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .points-list__ttl label {
    font-family: "Manrope", sans-serif;
    font-size: 25px;
  }
}
.points-list__desc {
  display: block;
  color: #9D323D;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3636363636;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .points-list__desc {
    font-size: 18px;
    line-height: 1.5555555556;
    margin-bottom: 8px;
  }
}

.intro-video {
  width: 100%;
  max-width: 570px;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.intro-video iframe {
  width: 100%;
  height: 100%;
}

.history-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.history-wrap__img {
  width: 26.5%;
}
@media screen and (max-width: 767px) {
  .history-wrap__img {
    width: 100%;
    margin-bottom: 22px;
  }
}
.history-wrap__img img {
  width: 100%;
}
.history-wrap__ct {
  width: 69.3%;
}
@media screen and (max-width: 767px) {
  .history-wrap__ct {
    width: 100%;
  }
}
.history-wrap__ct p {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .history-wrap__ct p {
    margin-bottom: 23px;
  }
}
.history-wrap__ct p:last-of-type {
  margin-bottom: 0;
}

.sec-beginner .c-btn__01 {
  max-width: 313px;
}
@media screen and (max-width: 767px) {
  .sec-beginner .c-btn__01 {
    max-width: 295px;
  }
}
.sec-beginner .c-label__01 {
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .sec-beginner .c-label__01 {
    margin-bottom: 20px;
  }
}

.c-label__01--red {
  background: #9D323D;
}

.beginner-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 40px;
}
@media screen and (max-width: 767px) {
  .beginner-list {
    margin-bottom: 30px;
  }
}
.beginner-list > li {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 990px) {
  .beginner-list > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .beginner-list > li:last-of-type {
    margin-bottom: 0;
  }
}
.beginner-list > li > div {
  background: white;
  height: 100%;
  border-radius: 5px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .beginner-list > li > div {
    padding: 20px;
  }
}
.beginner-list > li p {
  margin-bottom: 22px;
}
.beginner-list > li p:last-of-type {
  margin-bottom: 0;
}
.beginner-list__ttl {
  text-align: center;
  background: #9D323D;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 10px;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .beginner-list__ttl {
    font-size: 16px;
    padding: 5px 10px 3px;
    margin-bottom: 20px;
  }
}
.beginner-list__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .beginner-list__img {
    margin-bottom: 19px;
  }
}
.beginner-list__img:before {
  content: "";
  display: block;
  padding-bottom: 43.4782608696%;
}
.beginner-list__img-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.beginner-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

@media screen and (max-width: 767px) {
  .sec-work .c-btn__01 {
    max-width: 295px;
  }
}

.work-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 21px;
}
@media screen and (max-width: 767px) {
  .work-list {
    margin-bottom: 30px;
  }
}
.work-list > li {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .work-list > li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .work-list > li {
    width: 100%;
    margin-bottom: 16px;
  }
  .work-list > li:last-of-type {
    margin-bottom: 0;
  }
}
.work-list__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background: white;
  border: 2px solid #E3E3E3;
  border-radius: 5px;
  padding: 18px;
  transition: border-color 0.3s ease;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .work-list__wrap {
    padding: 9px 13px 10px;
  }
}
.work-list__wrap:hover {
  background: #f9f3f3;
  border-color: #9D323D;
}
.work-list__wrap-img {
  width: 40px;
}
@media screen and (max-width: 640px) {
  .work-list__wrap-img {
    width: 25px;
  }
}
.work-list__wrap-txt {
  width: calc(100% - 60px);
  color: #9D323D;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 640px) {
  .work-list__wrap-txt {
    font-size: 14px;
    line-height: 1.7142857143;
    width: calc(100% - 39px);
  }
}
.work-list__item {
  position: relative;
}
.work-list__item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.work-list__item input:checked + .work-list__wrap {
  background: #f9f3f3;
  border-color: #9D323D;
}

.sec-synergy {
  padding-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .sec-synergy {
    padding-bottom: 1px;
  }
}

.synergy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 990px) {
  .synergy-grid {
    margin-top: 78px;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .synergy-grid {
    margin-top: 40px;
  }
}
.synergy-grid__item {
  box-shadow: 0 0 16px rgba(152, 148, 148, 0.24);
  border-radius: 5px;
  padding: 30px 30px 28px;
  background: white;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .synergy-grid__item {
    padding: 25px 25px;
  }
}
.synergy-grid__img {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .synergy-grid__img {
    margin-bottom: 25px;
  }
}
.synergy-grid__ttl {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .synergy-grid__ttl {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.synergy-grid__subtitle {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1245px) {
  .synergy-grid__subtitle {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .synergy-grid__subtitle {
    font-size: 15px;
    line-height: 1.5333333333;
    margin-bottom: 6px;
  }
}
.synergy-grid__txt:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .synergy-grid__txt:not(:last-child) {
    margin-bottom: 20px;
  }
}
.synergy-grid .c-btn__01 {
  max-width: 100%;
  margin-top: auto;
}

.second-hero .second-hero-inner--parts3 .page-wrap--orange {
  background: #F6F6F6;
}
.second-hero .second-hero-inner--parts3 .page-wrap--orange .page-wrap__btn {
  background: #E77C22;
}
.second-hero .second-hero-inner--parts3 .page-wrap--orange .page-wrap__btnsub {
  color: #E77C22;
}
.second-hero .second-hero-inner--parts3 .page-wrap--orange .page-wrap__btnsub:after {
  background: url("/assets/images/basic/arrow-orange.svg") no-repeat;
}

.sec-basic {
  margin-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .sec-basic {
    margin-bottom: 97px;
  }
}

.coordination-block {
  border-radius: 5px;
  background: white;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .coordination-block {
    padding: 25px;
  }
}
.coordination-block__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.coordination-block__img {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .coordination-block__img {
    width: 100%;
    margin-bottom: 22px;
  }
}
.coordination-block__txt {
  width: 59%;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .coordination-block__txt {
    width: 100%;
    padding-left: 0;
  }
}

.step-box__block {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .step-box__block {
    margin-bottom: 40px;
  }
}
.step-box__block p {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .step-box__block p {
    margin-bottom: 23px;
  }
}
.step-box--pink {
  background: white;
  border-radius: 5px;
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .step-box--pink {
    padding-top: 24px;
  }
}
.step-box--pink .step-box__item {
  background: rgba(157, 50, 61, 0.06);
  padding: 39px 40px;
}
@media screen and (max-width: 767px) {
  .step-box--pink .step-box__item {
    padding: 20px;
  }
}
.step-box--pink .step-box__item:before {
  background-image: url("/assets/images/basic/step-arr-pink.svg");
}
.step-box--pink .step-box__str {
  background: #9D323D;
}
.step-box--pink .step-box__str .number {
  color: #9D323D;
}
.step-box--pink .step-box__ttl {
  font-size: 22px;
  line-height: 1.4545454545;
  color: #9D323D;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .step-box--pink .step-box__ttl {
    font-size: 18px;
  }
}
.step-box--pink .step-box__ttl span {
  margin-right: 24px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .step-box--pink .step-box__ttl span {
    display: block;
    margin-right: 0;
  }
}
.step-box--pink .step-box__ttl small {
  font-size: 16px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .step-box--pink .step-box__ttl small {
    font-size: 14px;
    margin-left: -100px;
    margin-top: 11px;
    display: block;
    width: calc(100% + 100px);
  }
}

.job-block {
  box-shadow: 0 0 16px rgba(152, 148, 148, 0.24);
  padding: 50px;
  border-radius: 5px;
  background: white;
}
@media screen and (max-width: 767px) {
  .job-block {
    padding: 25px;
  }
}
.job-block__txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .job-block__txt {
    margin-bottom: 30px;
  }
}
.job-block__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: end;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .job-block__grid {
    grid-template-columns: 1fr;
  }
}
.job-block__grid-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .job-block__grid-img {
    margin-bottom: 13px;
  }
}

.sec-job {
  margin-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .sec-job {
    margin-bottom: 101px;
  }
}

.job-txt {
  box-shadow: 0 0 16px rgba(152, 148, 148, 0.24);
  padding: 50px;
  border-radius: 5px;
  background: white;
  margin-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .job-txt {
    padding: 22px 25px;
    margin-bottom: 99px;
  }
}
.job-txt p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .job-txt p:not(:last-child) {
    margin-bottom: 16px;
  }
}

/*-------------------------------------------------------------------
    stafflist
-------------------------------------------------------------------*/
.stafflist .inner {
  position: relative;
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}

.stafflist .leadtxt {
  margin-top: 30px;
}

.stafflist .arealist {
  margin: 48px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stafflist .arealist li {
  width: 500px;
  margin-bottom: 20px;
  border: 1px solid #386097;
}

.stafflist .arealist li a {
  text-decoration: none;
}

.stafflist .arealist li a:hover {
  opacity: 0.7;
}

.stafflist .arealist li a:hover {
  text-decoration: none;
}

.stafflist .arealist li span.areatitle {
  padding: 20px 32px 20px 18px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  background: url(/_asset/img/client/stafflist/arrow.png) no-repeat right 21px center;
  background-size: 11px 20px;
  background-color: #386097;
  width: 1100px;
  color: #ffffff;
}

.stafflist .arealist li span.titlehead {
  width: 95px;
  display: inline-block;
}

.stafflist .arealist .areatitle_inner p.branch,
.stafflist .arealist .areatitle_inner p.tel {
  margin-bottom: 15px;
}

.stafflist .arealist .areatitle_inner p.location {
  display: inline-flex;
}

.stafflist .arealist .areatitle_inner {
  padding: 25px;
}

.stafflist .inquiry_top {
  margin: 70px auto 90px;
  overflow: hidden;
  width: 730px;
  border: 1px solid #386097;
}

.stafflist .inquiry_top .inquiry_top_inner {
  padding: 20px;
  overflow: hidden;
  text-align: center;
}

.stafflist .inquiry_top .title {
  text-align: center;
  background-color: #386097;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 5px;
}

.stafflist .inquiry_top img {
  float: left;
  max-width: 255px;
}

.stafflist .inquiry_top .iframe {
  float: right;
  width: 60%;
}

.stafflist h2 {
  padding: 2px 0 2px 15px;
  margin: 60px 0 27px;
  font-size: 26px;
  font-family: "Noto Sans JP", "Arial", "Verdana", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  border-left: 8px solid #B5B5B5;
}

.stafflist h3 {
  font-size: 20px;
  font-weight: bold;
  color: #404040;
  border-left: 8px solid #B5B5B5;
  margin: 60px auto 35px;
  padding: 0px 0px 0px 15px;
}

.stafflist .dispatch_list .linkTag {
  display: inline-flex;
  margin: 0 30px 10px;
  width: 1100px;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

.stafflist .dispatch_list .linkTag li a {
  padding: 10px 15px 10px 0;
  text-align: center;
  vertical-align: middle;
  background: url(/_asset/img/client/stafflist/arrow_down.png) no-repeat right 10px center;
  background-size: 16px 10px;
  background-color: #386097;
  width: 200px;
  display: block;
  text-decoration: none;
}

.stafflist .dispatch_list .linkTag li a {
  color: #ffffff;
}

.stafflist .dispatch_list .linkTag li:not(:last-child) {
  margin-right: 10px;
}

.stafflist .dispatch_list .linkTag li {
  margin-bottom: 10px;
}

.stafflist .dispatch_list .linkTag li a:hover {
  opacity: 0.7;
}

.stafflist .dispatch_list .linkTag li a:hover {
  text-decoration: none;
}

.stafflist .dispatch_list img {
  display: block;
  margin: auto;
}

.stafflist .dispatch_list p {
  margin: auto 40px 20px 40px;
}

.stafflist .inquiry_down {
  margin: 70px auto 90px;
  overflow: hidden;
  width: 730px;
  border: 1px solid #C25700;
}

.stafflist .inquiry_down .inquiry_down_inner {
  padding: 20px;
  overflow: hidden;
}

.stafflist .inquiry_down .title {
  text-align: center;
  background-color: #C25700;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 5px;
}

.stafflist .message h1 {
  padding: 0;
  margin: 0 0px 5px;
  font-size: 32px;
  font-family: "Noto Sans JP", "Arial", "Verdana", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  margin-bottom: 80px;
}

.stafflist .message {
  text-align: center;
  margin-top: 60px;
}

.stafflist .message p {
  margin-bottom: 80px;
  font-size: 1.4rem;
}

.stafflist .message p.b100 {
  margin-bottom: 100px;
}

.stafflist .proassign .title p {
  padding: 10px 15px 10px 0;
  text-align: center;
  vertical-align: middle;
  background-size: 16px 10px;
  background-color: #4C79AF;
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
}

.stafflist .proassign {
  border: 1px solid #386097;
  margin: auto 40px 40px;
}

.stafflist .proassign .proassign_inner {
  text-align: center;
}

.stafflist .proassign .proassign_inner p.txt {
  margin: 30px auto 40px;
  font-size: 1.2rem;
}

.stafflist .proassign .proassign_inner .Box {
  border: 1px solid #707070;
  width: 540px;
  margin: auto;
}

.stafflist .proassign .proassign_inner .Box .Box_title {
  font-size: 18px;
  font-weight: bold;
  background-color: #ffffff;
  position: relative;
  top: -15px;
  width: 380px;
  margin: auto;
}

.stafflist .proassign .proassign_inner .Box .innerBox {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0px 17px 10px;
}

.stafflist .proassign .proassign_inner .Box .innerBox p {
  font-size: 1rem;
  background: url(/_asset/img/client/stafflist/assign_check_icon.png) no-repeat left 0 center;
  padding: 5px 0 0 30px;
  width: 160px;
  text-align: left;
  margin: auto auto 10px;
}

.stafflist .proassign .proassign_inner p.txtLink {
  font-size: 1.8rem;
  margin: 30px auto;
}

.stafflist .proassign .proassign_inner p.txtLink a {
  color: #466EA5;
}

.stafflist .sodatec .title p {
  padding: 10px 15px 10px 0;
  text-align: center;
  vertical-align: middle;
  background-size: 16px 10px;
  background-color: #4C79AF;
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
}

.stafflist .sodatec {
  border: 1px solid #386097;
  margin: auto 40px 130px;
}

.stafflist .sodatec .sodatec_inner {
  text-align: center;
}

.stafflist .sodatec .sodatec_inner p.txt {
  margin: 30px auto;
  font-size: 1.2rem;
}

.stafflist .sodatec .sodatec_inner p.txtLink {
  font-size: 1.8rem;
  margin: 30px auto;
}

.stafflist .sodatec .sodatec_inner p.txtLink a {
  color: #466EA5;
}

.stafflist p.pageTopButton {
  text-align: right;
  margin-top: 5px;
}

.stafflist p.pageTopButton.pc {
  display: block;
}

.stafflist p.pageTopButton.sp {
  display: none;
}

@media screen and (max-width: 1173px) {
  .stafflist h2 {
    padding: 2px 0 2px 9px;
    margin: 40px 0 18px;
    font-size: 20px;
    border-left: 6px solid #B5B5B5;
  }
  .stafflist .arealist {
    margin: 20px 0;
  }
  .stafflist .arealist .areatitle_inner {
    padding: 20px 20px;
  }
  .stafflist .arealist li {
    width: 100%;
    margin-bottom: 20px;
  }
  .stafflist .arealist li span.titlehead {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .stafflist .arealist .areatitle_inner p.location {
    display: block;
  }
  .stafflist .inquiry_top {
    padding: 0px;
    width: 100%;
    margin: 30px auto 30px;
  }
  .stafflist .inquiry_top .iframe {
    float: inherit;
    width: 100%;
  }
  .stafflist .inquiry_top img {
    float: inherit;
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: 10px;
  }
  .stafflist .dispatch_list .linkTag {
    display: block;
    margin: 50px auto 0;
    width: 100%;
  }
  .stafflist .dispatch_list .linkTag li a {
    width: 100%;
  }
  .stafflist .dispatch_list .linkTag li:not(:last-child) {
    margin-right: 0;
  }
  .stafflist .dispatch_list p {
    margin: auto 0 20px;
  }
  .stafflist .inquiry_down {
    margin: 50px auto 0;
    width: 100%;
  }
  .stafflist .message {
    margin-top: 30px;
  }
  .stafflist .message h1 {
    padding: 0;
    margin: 0 5px 30px;
    font-size: 2rem;
    word-break: break-all;
  }
  .stafflist .message p {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .stafflist .proassign {
    margin: auto 0 20px;
  }
  .stafflist .proassign .title p {
    font-size: 1rem;
  }
  .stafflist .proassign .proassign_inner .Box {
    width: 100%;
  }
  .stafflist .proassign .proassign_inner {
    padding: 0 15px;
  }
  .stafflist .proassign .proassign_inner .Box .Box_title {
    font-size: 16px;
    top: -25px;
    width: 190px;
  }
  .stafflist .proassign .proassign_inner .Box .innerBox {
    margin: -10px 17px 10px;
  }
  .stafflist .proassign .proassign_inner .Box .innerBox p {
    width: 150px;
    font-size: 1rem;
  }
  .stafflist .proassign .proassign_inner p.txt {
    font-size: 1rem;
  }
  .stafflist .proassign .proassign_inner p.txtLink {
    font-size: 1rem;
    margin: 30px auto;
  }
  .stafflist br.sp {
    display: block;
  }
  .stafflist .sodatec {
    margin: auto 0 20px;
  }
  .stafflist .sodatec .title p {
    font-size: 16px;
    top: -25px;
  }
  .stafflist .sodatec .sodatec_inner p.txt {
    font-size: 1rem;
  }
  .stafflist .sodatec .sodatec_inner p.txtLink {
    font-size: 1rem;
    margin: 30px auto;
  }
  .stafflist .sodatec .sodatec_inner {
    padding: 0 10px;
  }
  .stafflist .proassign .proassign_inner p.txtLink a,
.stafflist .sodatec .sodatec_inner p.txtLink a {
    text-decoration: underline;
  }
  .stafflist .arealist li:hover {
    opacity: 1;
  }
  .stafflist .dispatch_list .linkTag li:hover {
    opacity: 1;
  }
  .stafflist p.pageTopButton.pc {
    display: none;
  }
  .stafflist p.pageTopButton.sp {
    display: block;
  }
  .stafflist p.pageTopButton {
    margin-top: 5px;
  }
}
/*-------------------------------------------------------------------
    headLine01 
-------------------------------------------------------------------*/
.stafflist .headLine01 {
  padding: 0;
  margin: 0 0px 5px;
  font-size: 32px;
  font-family: "Noto Sans JP", "Arial", "Verdana", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 736px) {
  .stafflist .headLine01 {
    padding: 0;
    margin: 0 5px 9px;
    font-size: 23px;
    word-break: break-all;
  }
}
/*-------------------------------------------------------------------
    headLine02
-------------------------------------------------------------------*/
.stafflist .headLine02 {
  padding: 2px 0 2px 15px;
  margin: 0 0 27px;
  font-size: 26px;
  font-family: "Noto Sans JP", "Arial", "Verdana", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  border-left: 8px solid #B5B5B5;
}

@media screen and (max-width: 736px) {
  .stafflist .headLine02 {
    padding: 2px 0 2px 9px;
    margin: 0 0 18px;
    font-size: 20px;
    border-left: 6px solid #B5B5B5;
  }
}
/*-------------------------------------------------------------------
    headLine03
-------------------------------------------------------------------*/
.stafflist .headLine03 {
  margin: 0 17px 41px;
  padding: 0 18px 1px;
  color: #466EA5;
  font-size: 20px;
  border-bottom: 2px solid #466EA5;
}

.stafflist .headLine03 a {
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .stafflist .headLine03 {
    padding: 0 0 3px;
    margin: 0 0 19px;
    font-size: 18px;
  }
}
/*-------------------------------------------------------------------
    stafflist comFaq 
-------------------------------------------------------------------*/
.stafflist .comFaq {
  margin: 40px 0px 80px;
  font-size: 16px;
  line-height: 1.875;
}

.stafflist .comFaq dt {
  margin-bottom: 14px;
  padding: 12px 22px;
  font-weight: bold;
  background: #F3F3F3;
}

.stafflist .comFaq dt span {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}

.stafflist .comFaq dd {
  margin: 0 25px 23px;
}

.stafflist .comFaq dd p {
  margin-bottom: 30px;
}

.stafflist .comFaq dd p:last-child {
  margin-bottom: 0;
}

.stafflist .comFaq dd p a {
  color: #466EA5;
}

@media screen and (max-width: 1173px) {
  .stafflist .comFaq {
    margin: 20px 0 30px;
    line-height: 1.75;
  }
  .stafflist .comFaq dt {
    margin-bottom: 14px;
    padding: 13px 10px;
    line-height: 1.625;
  }
  .stafflist .comFaq dd {
    margin: 0 7px 28px;
  }
  .stafflist .comFaq dd p {
    margin-bottom: 28px;
  }
  .stafflist .comFaq dd p a {
    text-decoration: none;
  }
}
/*-------------------------------------------------------------------
    stafflist comLink 
-------------------------------------------------------------------*/
.stafflist .comLink {
  margin: 0 auto;
  width: 606px;
}

.stafflist .comLink a {
  padding: 0 5px;
  color: #fff;
  font-size: 27.4px;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #E77C22;
  border-radius: 6px;
}

.stafflist .comLink a span {
  padding: 19px 0 19px 30px;
  display: inline-block;
  background: url("/_asset/img/client/common/icon01.png") no-repeat left center;
  background-size: 14px 23px;
}

.stafflist .comLink a:hover {
  opacity: 0.7;
}

.stafflist .comLink.small {
  width: 551px;
}

.stafflist .comLink.small a {
  font-size: 25px;
}

.stafflist .comLink.small a span {
  padding: 18px 0 18px 30px;
  background-size: 13px auto;
}

@media screen and (max-width: 736px) {
  .stafflist .comLink {
    width: auto !important;
  }
  .stafflist .comLink a {
    font-size: 18px !important;
  }
  .stafflist .comLink a span {
    padding: 16px 0 16px 20px !important;
    background-size: 10px 16px !important;
  }
}
/*-------------------------------------------------------------------
    clinet / フロートバナー非表示
-------------------------------------------------------------------*/
.float-bnr-none .float-bnr {
  display: none !important;
}

/*-------------------------------------------------------------------
/company/associate-training-on-code-of-conduct.html ManpowerGroupの ポリシーと実践
-------------------------------------------------------------------*/
.company-code li {
  margin-left: 18px;
  margin-bottom: 5px;
}

.company-code li span {
  margin-left: 28px;
}

@media screen and (max-width: 736px) {
  .company-code li {
    margin-left: auto;
    margin-bottom: 20px;
  }
  .company-code li span {
    margin: 0 10px;
  }
  .company-code li span a {
    margin: 0 20px;
    word-break: break-all;
  }
}
/*-------------------------------------------------------------------
    404
-------------------------------------------------------------------*/
.notfound #main {
  width: 100%;
  color: #3a3a3a;
}

@media print, screen and (min-width: 737px) {
  .notfound #main {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 737px) {
  .notfound .inner {
    padding-right: 40px;
  }
}
.notfound .box01 {
  margin-bottom: 20px;
  padding: 90px 4.31% 10px;
  border: solid 4px #e7e7e7;
  background: url(/_asset/img/common/cmn_ico23.png) top 10px center no-repeat;
}

@media print, screen and (min-width: 737px) {
  .notfound .box01 {
    margin-bottom: 40px;
    padding: 30px 16px;
    background: url(/_asset/img/common/cmn_ico23.png) left 5vw center no-repeat;
  }
  .notfound .box01 .txt01 {
    margin-left: 14vw;
  }
}
@media print, screen and (min-width: 737px) {
  .notfound .box02 {
    width: 480px;
  }
}
@media print, screen and (min-width: 737px) {
  .notfound .box02 .sec01 {
    min-height: 76px;
  }
  .notfound .box02 .sec01 + .sec01 {
    margin-top: 25px;
  }
}
.notfound .box02 .sec01 .ttl01 {
  padding: 18px 1em;
  background-color: #f1f1f1;
}

@media print, screen and (min-width: 737px) {
  .notfound .box02 .sec01 .ttl01 {
    padding: 0;
    background: none;
  }
}
.notfound .box02 .sec01 .txt02 {
  padding: 1em;
}

@media print, screen and (min-width: 737px) {
  .notfound .box02 .sec01 .txt02 {
    padding: 0;
  }
}
.notfound .sitemap-block__list li {
  margin-bottom: 30px;
}

.notfound .sitemap-block__list li a {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .notfound .sitemap-block__list li a {
    padding: 9px 20px 9px 0;
    border-width: 1px;
  }
}
.notfound .sitemap-block__list li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 13px;
  background: url("/assets/images/arrow-blue.svg") no-repeat center/100%;
  position: absolute;
  top: calc(50% - 6.5px);
  right: 4px;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .notfound .sitemap-block__list li a:after {
    width: 14px;
    height: 12px;
    top: calc(50% - 6px);
    right: 1px;
  }
}
.notfound .sitemap-block__list li a.external-link:hover:after {
  right: 4px;
}

.notfound .sitemap-block__list li a.external-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 17px;
  background: url("/assets/images/sitemap/icon-external-link.svg") no-repeat center/100%;
}

@media screen and (max-width: 767px) {
  .notfound .sitemap-block__list li a.external-link:after {
    width: 14px;
    height: 12px;
  }
}
.notfound .sitemap-block__list li a.menu-child {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .notfound .sitemap-block__list li a.menu-child {
    padding-left: 25px;
  }
}
.notfound .sitemap-block__list li a .ico {
  margin-right: 10px;
}

.notfound .sitemap-block__list li a:hover:after {
  right: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}

/*-------------------------------------------------------------------
    br 改行
-------------------------------------------------------------------*/
@media print, screen and (min-width: 737px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 736px) {
  .pcOnly {
    display: none !important;
  }
}

/*-------------------------------------------------------------------
    manpowerclip sidebar-mokuji
-------------------------------------------------------------------*/
.page-client_manpowerclip #sticker.manpower-sidebar-block.sidebar-mokuji , 
.page-client_manpowerclip_category #sticker.manpower-sidebar-block.sidebar-mokuji {
        display: none;
}

#sticker.manpower-sidebar-block.sidebar-mokuji {
    overflow-y: auto;
    height: 84vh;
}

#sticker.manpower-sidebar-block.sidebar-mokuji::-webkit-scrollbar {
    background: #f1f1f1;
    width: 5px;
    height: 5px;
}
#sticker.manpower-sidebar-block.sidebar-mokuji::-webkit-scrollbar-thumb {
      background-color: #a8a8a8;
      border-radius: 20px;
}

.sidebar-mokuji .summarybox .mokuji-title img {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.sidebar-mokuji .summarybox p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.sidebar-mokuji .summarybox_inner ul li {
    margin-bottom: 12px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.sidebar-mokuji .summarybox_inner ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #386097;
    font-weight: bold;
    padding-left: 0px;
    position: relative;
    display: flex;
}

.sidebar-mokuji .summarybox_inner ul li > ul {
    padding-left: 0px;
    margin-top: 6px;
    margin-bottom: 11px;
}

.sidebar-mokuji .summarybox_inner ul li > ul li {
    margin-bottom: 2px;
}

.sidebar-mokuji .summarybox_inner ul li:last-of-type {
    margin-bottom: 0;
}

.sidebar-mokuji .summarybox_inner ul li > ul li a {
    font-size: 16px;
    color: #386097;
    padding-left: 14px;
    font-weight: 500;
    display: block;
}

.sidebar-mokuji .summarybox_inner ul li > ul li a:before {
    content: "・";
    display: block;
    font-size: 24px;
    color: #386097;
    position: absolute;
    top: 2px;
    left: 0;
    line-height: 1;
}

@media (any-hover: hover) {
  .sidebar-mokuji .summarybox_inner ul li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
    #sticker-sticky-wrapper {
        display: none;
    }
    .sidebar-mokuji .summarybox , .manpower-sidebar-block.sidebar-mokuji {
        display: none;
    }
}


/*# sourceMappingURL=new-style.css.map */

/*-------------------------------------------------------------------
  2024/11/28 紹介予定派遣ページ改修 CSS追加
-------------------------------------------------------------------*/
.page-client_serve_ttp .fv__gnavi {
  width: 960px;
}

.page-client_serve_ttp .fv__gnavi--inner {
  display: flex  ;
 justify-content: space-evenly;
}

.page-client_serve_ttp .fv__gnavi--inner a {
  padding: 30px 0 0 0;
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
}

.different-part__table--inhouse {
  margin-bottom: 20px;
}
.different-part__table--inhouse table tr th:first-of-type, .different-part__table--inhouse table tr td:first-of-type {
  width: 14% !important;
}
.different-part__table--inhouse table tr th:nth-child(2), .different-part__table--inhouse table tr td:nth-child(2) {
  width: 21.5% !important;
}
.different-part__table--inhouse table tr th:nth-child(3), .different-part__table--inhouse table tr td:nth-child(3) {
  width: 21.5% !important;
}
.different-part__table--inhouse table tr th:nth-child(4), .different-part__table--inhouse table tr td:nth-child(4) {
  width: 21.5% !important;
}
.different-part__table--inhouse table tr th:nth-child(5), .different-part__table--inhouse table tr td:nth-child(5) {
  width: 21.5% !important;
}
.different-part__table--inhouse table tr td {
  padding: 18px 18px;
}

@media screen and (max-width: 1024px) {
  .page-client_serve_ttp .fv__gnavi {
    width: 90vw;
  }
  .page-client_serve_ttp .fv__gnavi--inner a {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .page-client_serve_ttp .fv__gnavi {
    width: 94vw;
  }
  .page-client_serve_ttp .fv__gnavi--inner a {
    font-size: 1rem;
  }

}
@media screen and (max-width: 600px) {
  .page-client_serve_ttp .fv__gnavi {
    width: 94vw;
  }
  .page-client_serve_ttp .fv__gnavi--inner a {
    font-size: 2.7vw;
  }
}

.page-client_serve_ttp .box-features__ttl-txt {
  padding-left: 114px;
}
@media screen and (max-width: 767px) {
  .page-client_serve_ttp .box-features__ttl-txt {
    padding-left: 0;
  }

}

/*-------------------------------------------------------------------
  2025/3月 拠点一覧オフィスページ追加 CSS
-------------------------------------------------------------------*/

.page-company_branch_office .page-title {
  margin-bottom: 50px
}

.page-company_branch_office .lead-txt {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 24px;
}

.page-company_branch_office .c-ttl__01 {
  margin-top: 150px;
}

.page-company_branch_office .manpower-areas__bl {
  padding: 30px;
}

.page-company_branch_office .office-staff {
  display: flex;
  margin-bottom: 30px;
}

.page-company_branch_office .office-staff-img {
  width: 47.5%;
}

.page-company_branch_office .office-staff-explan {
  padding-left: 40px;
  width: 52.5%;
}

.page-company_branch_office .office-staff-explan p {
  margin-bottom: 1em;
}

.page-company_branch_office .c-btn__02--office {
  width: 280px;
  line-height: 50px;
  font-size: 18px;
  display: block;
  text-align: center;
  margin: 30px auto;
}

.page-company_branch_office .office-access {
  display: flex;
  background-color: #F8F8F8;
  border-radius: 6px;
  padding: 30px 30px 15px 30px;
  justify-content: space-between;
}

.page-company_branch_office .office-access .office-staff-info li {
  margin-bottom: 1em;
}

.page-company_branch_office .office-access .office-staff-info .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #5C7D70;
}

.page-company_branch_office .office-access .office-staff-info .name {
  font-size: 16px;
  font-weight: bold;
}

.page-company_branch_office .office-access .office-staff-info .telfax {
  margin-bottom: 1em;
}

.page-company_branch_office .office-access .google-maps {
  margin-top: 2em;
}
 
.gm-style .review-box  {
  display: none !important ;
}

.page-company_branch_office .box-corres {
  margin-bottom: 23px;
}

.page-company_branch_office .manpower-row__ttl-second {
  color: #5C7D70;
}

.page-company_branch_office .section-strength .box-in {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}

.page-company_branch_office .section-strength .strength-title {
  color: #5C7D70;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.page-company_branch_office .section-strength .strength-detail {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.page-company_branch_office .section-strength .strength01 .strength-detail-in img {
  width: 255px;
}
.page-company_branch_office .section-strength .strength03 {
  width: 100%;
}
.page-company_branch_office .section-strength .strength03 .strength-detail-in {
  width: 100%;
}
.page-company_branch_office .section-strength .strength03-list {
  display: flex;
  align-items: center;
  width: 100%;
}
.page-company_branch_office .section-strength .strength03-item {
  flex-shrink: 0;
  flex-basis: 33%;
  flex-grow: 0;
  box-sizing: border-box;
}
.page-company_branch_office .section-strength .strength03-item img {
  width: 100%;
  display: block;
  max-width: 100px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-company_branch_office .section-strength .strength03-item:nth-of-type(2) {
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
}
.page-company_branch_office .section-strength .strength04-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-company_branch_office .section-strength .strength04-item {
  padding: 0 15px;
}
.page-company_branch_office .section-strength .strength04-item .strength04-logo {
  margin-bottom: 20px;
  display: block;
}
.page-company_branch_office .section-strength .strength-lead {
  font-size: 20px;
  font-weight: bold;
}
.page-company_branch_office .section-strength .strength05 .strength-detail-in img {
  width: 220px;
}

.page-company_branch_office .sec-branch-feature .c-btn__02 {
  margin: 0 20px;
  width: 43%;
  max-width: 360px;
}

.page-company_branch_office .sec-branch-qa .qa-box__q .qa-box__ico {
  background: #859D94;
}

.page-company_branch_office .sec-branch-qa .qa-box__q .qa-box__ttl {
  color: #5C7D70;
}

.page-company_branch_office .sec-branch-qa .qa-box__a .qa-box__ico {
  background: #5C7D70;
}

.page-company_branch_office .sec-branch-staff .c-btn {
  display: flex;
}

.page-company_branch_office .sec-branch-staff .c-btn__02 {
  font-size: 20px;
  width: 340px;
  margin-right: 30px
}

.page-company_branch_office .sec-branch-staff .c-btn__02.bg-red {
  background: #9D323D;
  font-size: 18px;
}

.page-company_branch_office .sec-branch-staff .c-btn__02.bg-green {
  background: #5C7D70;
  margin-right: 0px
}

.page-company_branch_office .sec-branch-area .map-contents .ttl {
  font-size: 22px;
  color: #5C7D70;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-company_branch_office .sec-branch-area .map-contents .office-info {
  margin-bottom: 20px;
}

.page-company_branch_office .sec-branch-area .map-contents .office-info .item-info__address {
  margin-bottom: 10px;
}

.page-company_branch_office .sec-branch-area .map-contents .office-info .item-info__contact {
  margin-bottom: 10px;
}

.page-company_branch_office .sec-branch-area .map-contents .office-info .tel {
color: #282A32;
text-decoration: none;
}
.page-company_branch_office .sec-branch-area .map-contents .office-info .tel:before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  background: url(../../assets/images/company/img-phone.svg) no-repeat center center;
  background-size: 100%;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.page-company_branch_office .sec-branch-area .map-contents .ttl-access {
  font-size: 16px;
  color: #5C7D70;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #859D94;
}

.page-company_branch_office .sec-branch-area .map-contents .ex-access {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.page-company_branch_office .sec-branch-area .map-contents .ex-access:before {
  content: "";
  width: 14px;
  height: 16px;
  background: url(../../assets/images/company/img-train.svg) no-repeat center center;
  background-size: 100%;
  top: 6px;
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
}

.page-company_branch_office .box-corres .box-corres__l a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .page-company_branch_office .office-access {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-company_branch_office .office-access .office-staff-info {
    width: 100%;
  }
  .page-company_branch_office .sec-branch-staff .c-btn__02 {
    font-size: 1.8vw;
    margin-right: 10px;
  }
  .page-company_branch_office .sec-branch-staff .c-btn__02.bg-red {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  .page-company_branch_office .c-ttl__01 {
    margin-top: 100px;
  }
  .page-company_branch_office .box-corres .box-corres__l a:hover {
    opacity: 1;
  }
  .page-company_branch_office .page-title {
    margin-bottom: 35px;
   }
  .page-company_branch_office .lead-txt {
    margin-bottom: 35px;
    font-size: 20px;
   }
 .page-company_branch_office .office-staff {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .page-company_branch_office .office-staff-img {
    width: 100%;
    text-align: center;
  }
  .page-company_branch_office .office-staff-explan {
    padding-left: 0px;
    width: 100%;
  }
  .page-company_branch_office .office-staff-explan p {
    margin-top: 1em;
  }
  .page-company_branch_office .c-btn__02--office {
    width: 260px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 30px auto;
  }
  .page-company_branch_office .office-access .office-staff-info .ttl {
    font-size: 15px;
  }
  .page-company_branch_office .office-access .office-staff-info .name {
    font-size: 15px;
  }
  .page-company_branch_office .sec-branch-feature .box-next-btn-block {
    margin: 20px 0 0 0;
  }
  .page-company_branch_office .sec-branch-feature .c-btn__02 {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .page-company_branch_office .sec-branch-staff .c-btn {
    display: block;
  }
  .page-company_branch_office .sec-branch-staff .c-btn__02 {
    font-size: 15px;
    margin-right: 0px;
    width: 90%;
  }
  .page-company_branch_office .sec-branch-staff .c-btn__02.bg-red {
    font-size: 15px;
    margin-top: 20px;
  }
  .page-company_branch_office .sec-branch-staff .c-btn__02.bg-green {
    margin-top: 20px;
  }
  .page-company_branch_office .sec-branch-area .map-contents .office-info {
    margin-bottom: 12px;
  }
  .page-company_branch_office .sec-branch-area .map-contents .ttl {
    font-size: 18px;
  }
  .page-company_branch_office .sec-branch-area .map-contents .office-info .item-info__address {
    margin-bottom: 6px;
  }
  .page-company_branch_office .sec-branch-area .map-contents .ex-access:before {
    top: 3px;
  }
  .page-company_branch_office .office-access {
    padding: 15px 15px 15px 15px;
  }
    /* Google Mapを囲う要素  */
    .page-company_branch_office .office-access .google-maps {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 75%;
      margin-top: 1em;
    }
    /* Google Mapのiframe  */
    .page-company_branch_office .office-access .google-maps iframe  {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
}

