/* ##############################################################################

    KEYFRAMES

############################################################################## */
  @keyframes scrollTit {
    0% { transform: translateX(0)}
    100% { transform: translateX(-100%)}
  }

/* ##############################################################################

    COMMON

############################################################################## */

  html {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  body {
    padding-top: 96px;
  }
  body.page-contact:not(.page-thanks) {
    padding-top: 0;
  }

  @media screen and (max-width: 1080px) {
    body,
    body.page-contact {
      padding-top: 117px;
    }
  }


@media screen and (max-width: 767px) {

  main {
    overflow-x: hidden;
  }

}


/* layout
**************************************** */

  /* --- inner --- */
  .inner {
    width: 90%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-sm { max-width: 800px; }
  .inner-sml { max-width: 1080px; }
  .inner-md { max-width: 1200px; }
  .inner-lg { max-width: 1500px; }
  .inner-xl { max-width: calc(100% - 112px); }

  .global_parts--child.inner-lg {
    max-width: 1400px;
  }

  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section_pdg-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .grid {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 19%;
    width: 62%;
    height: 100%;
    display: flex;
  }
  .grid div {
    height: 100%;
    border-right: 1px solid #E6E6E6;
    width: 50%;
  }
  .grid div:first-child {
    border-left: 1px solid #E6E6E6;
  }
  .anchor_section .grid {
    display: none;
  }

  @media screen and (max-width: 1080px) {
    /* --- inner --- */
    .inner { width: 90%; }
    .inner-xl { max-width: 90%; }
  }
  @media screen and (max-width: 767px) {
    /* --- inner --- */
    .inner { width: 86%; }
    .inner { width: 94%; }
    .inner-sml { max-width: 100%; }
    .inner-xl { max-width: 86%; }

    /* --- section_pdg --- */
    .section_pdg {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .section_pdg-sm {
      padding-top: 24px;
      padding-bottom: 24px;
    }

    .grid { display: none; }
  }

/* flex
**************************************** */

  /* --- 縺悶▲縺上ｊflex繝ｬ繧､繧｢繧ｦ繝� --- */
  .flex-col1 {
    display: block;
  }
  .flex-col2,
  .flex-col3,
  .flex-col4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-col2 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col2 > *:nth-child(even) { margin-right: 0; }
  .flex-col3 > * {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col3 > *:nth-child(3n) { margin-right: 0; }
  .flex-col4 > * {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .flex-col4 > *:nth-child(4n) { margin-right: 0; }

  @media screen and (max-width: 767px) {
    /* --- 縺悶▲縺上ｊflex繝ｬ繧､繧｢繧ｦ繝� - sp --- */
    .flex-col2.flex-sp-block > *,
    .flex-col3.flex-sp-block > *,
    .flex-col4.flex-sp-block > * {
      width: 100%;
      margin-bottom: 16px;
      margin-right: 0;
    }
    .flex-col2.flex-sp-block > *:last-child,
    .flex-col3.flex-sp-block > *:last-child,
    .flex-col4.flex-sp-block > *:last-child {
      margin-bottom: 0;
    }
    .flex-sp-col2 > *,
    .flex-sp-col2.flex-col3 > *:nth-child(3n) {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col2 > *:nth-child(even) { margin-right: 0; }
    .flex-sp-col3 > *,
    .flex-sp-col3.flex-col4 > *:nth-child(4n) {
      width: 31.33%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col3 > *:nth-child(3n) { margin-right: 0; }
  }

/* bg
********************************************** */
  .global_sec:nth-child(2n) {
    /*background-color: #f8f8f8;*/
  }
  .bg-main {
    background-color: #1D7FB7;
  }
  .bg-sub {
    background-color: #eee;
  }
  .bg-wh {
    background-color: #fff;
  }

/* img
********************************************** */
  .img-ctr {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .img-trim {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img-trim.pos_rel::before {
    content: '';
    display: block;
  }
  .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .img-cover.pos_ab {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .img-cover02 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: cover;';
  }
  .img-cover02.pos_ab {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .img-contain {
    object-fit: contain;
    font-family: 'object-fit: contain;';
  }

/* ttl
********************************************** */
  /* --- page_ttl --- */
  .page_ttl {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 560px;
    height: 360px;
    padding-left: 10vw;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 70px;
  }
  .page_ttl--box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_ttl--bg {
    position: relative;
    z-index: -1;
    height: 560px;
    height: 360px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    width: 54%;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    text-align:center;
  }


/* オーバーレイパターン */
.page_ttl--bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("../images/common/overlay-pattern.svg");
  background-repeat: repeat;
  background-size: 2px 2px;

  opacity: 0;
  animation: fadeIn 0.2s ease forwards;
  animation-delay: 0.2s;
}

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


/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .page_ttl--bg::after {
    /*background-image: url("../images/common/overlay-pattern.svg");*/
    background-size: 4px 4px;
    opacity: 0.3;
  }
}








  .page_ttl--bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: -18%;
    width: 133%;
    height: 100%;
    background-color: #fff;
    transition: all .4s ease-out;
    transform: skewX(-25deg);
  }
  .active .page_ttl--bg::before {
    width: 0;
  }
  .page_ttl--text {
    width: 42%;
  }
  .page_ttl-jp {
    color: #0B2C5E;
    display: block;
    font-size: .938rem; /* 15px */
  }
  .page_ttl-en {
    color: #0B2C5E;
    display: inline-block;
    text-transform: uppercase;
    font-size: 5rem; /* 80px */
    letter-spacing: .12em;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 38px;
  }
  .page_ttl--lead {
    line-height: 2;
    letter-spacing: .12em;
    margin-top: 60px
  }

  /* --- ttl --- */
  .ttl-01,
  .ttl-02,
  .ttl-03 {
    letter-spacing: .1em;
  }
  .ttl-01 {
    font-size: 2.5rem; /* 40px */
    color: #0B2C5E;
    font-weight: 700;
  }
  .ttl-01-eng {
    font-size: 9rem; /* 144px */
    color: #F8F8F8;
    letter-spacing: .12em;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    left: 0;
  }

  .ttl-02-eng {
    font-size: 9rem; /* 144px */
    color: #ffffff;
    letter-spacing: .12em;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    left: 0;
  }

  .global_sec:nth-child(2n) .ttl-01-eng {
    color: #fff;
  }

  .global_sec:nth-child(2n) .ttl-02-eng {
    color: #fff;
  }
  .global_parts--img_text .inner-lg .ttl-03 {
    font-size: 2.25rem; /* 36px */
    color: #0B2C5E;
    font-weight: 700;
  }
  .ttl-02 {
    font-size: 2.25rem; /* 36px */
    color: #0B2C5E;
    font-weight: 700;
    padding-bottom: 40px;
  }
  .ttl-02::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 2px;
    margin: auto;
    background-color: #0B2C5E;
  }
  .ttl-03 {
    font-size: 1.75rem; /* 28px */
    color: #0B2C5E;
  }
  .global_sec .ttl-01,
  .global_sec .ttl-02,
  .global_sec .ttl-03 {
    position: relative;
    z-index: 1;
  }
  .global_sec .ttl-01,
  .global_sec .ttl-02 {
    margin-bottom: 2em;
  }
  .global_sec .ttl-01 {
    padding-top: 82px;
  }
  .global_sec .ttl-03:not(:last-child) {
    margin-bottom: 1em;
  }
  .global_sec .column-3 .ttl-03,
  .global_sec .column-4 .ttl-03 {
    font-size: 1.5rem; /* 24px */
  }

  .section_ttl {
    padding:30px 0px 0px 0px;
    background-image: url(../images/common/mark02.svg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 10%;
    position: relative;
    line-height: 1.6;
    text-align:center;
  }






/*  .section_ttl::before {
    content: "";
    position: absolute;
    top: 18px;
    left: -29.5%;
    width: 0;
    height: 1px;
    background-color: #999;
    transition: all .4s ease-in-out;
  }*/
  .section_ttl::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%); /* 自身の幅の半分だけ戻す */
    width: 0;
    height: 2px;
    background-color: #999;
    transition: all .4s ease-in-out;
  }

  .section_ttl.active::before { width: 26%; }
  .section_ttl .font-en,
  .section_ttl .font-jp {
    display: inline-block;
    width: 0;
    overflow: hidden;
    color: #0b2c5e;
    word-break: keep-all;
    white-space: nowrap;
    transition: all .4s ease-in-out;
  }
  .section_ttl.active .font-en,
  .section_ttl.active .font-jp {
    width: 100%;
  }
  .section_ttl .font-en {
    font-size: 1.6rem;
  }
  .section_ttl .font-jp {
    font-size: 1.875rem;
    letter-spacing: .18em;
  }





  .section_ttl_common {
    margin:0px 0px 80px 0px;
    padding:30px 0px 0px 0px;
    background-image: url(../images/common/mark02.svg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 8%;
    position: relative;
    line-height: 1.8;
    text-align:center;
    z-index: 1;
  }

  .section_ttl_common::before {
    content: "";
    position: absolute;
    top: 88px;
    left: 50%;
    transform: translateX(-50%); /* 自身の幅の半分だけ戻す */
    width: 0;
    height: 3px;
    background-color: #093391;
    transition: all .4s ease-in-out;
  }

  .section_ttl_common.active::before { width: 16%; }
  .section_ttl_common .font-en,
  .section_ttl_common .font-jp {
    display: inline-block;
    width: 0;
    overflow: hidden;
    color: #093391;
    word-break: keep-all;
    white-space: nowrap;
    transition: all .4s ease-in-out;
  }
  .section_ttl_common.active .font-en,
  .section_ttl_common.active .font-jp {
    width: 100%;
  }
  .section_ttl_common .font-en {
    font-size: 1.6rem;
  }
  .section_ttl_common .font-jp {
    font-size: 1.875rem;
    letter-spacing: .18em;
  }



  @media screen and (max-width: 767px) {



  .section_ttl_common .font-jp {
    font-size: 1.5rem; /* 24px */
    letter-spacing: .12em;
    white-space: normal;
    word-break: normal;
  }


  }













  .section_ttl_common02 {
    margin:0px 0px 80px 0px;
    padding:30px 0px 0px 0px;
    background-image: url(../images/common/mark02.svg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 8%;
    position: relative;
    line-height: 1.8;
    text-align:center;
    z-index: 1;
  }

  .section_ttl_common02::before {
    content: "";
    position: absolute;
    top: 128px;
    left: 50%;
    transform: translateX(-50%); /* 自身の幅の半分だけ戻す */
    width: 0;
    height: 3px;
    background-color: #093391;
    transition: all .4s ease-in-out;
  }

  .section_ttl_common02.active::before { width: 16%; }



  .section_ttl_common02 .font-en,
  .section_ttl_common02 .font-jp {
    display: inline-block;
    width: 0;
    overflow: hidden;
    color: #093391;
    word-break: keep-all;
    white-space: nowrap;
    transition: all .4s ease-in-out;
  }
  .section_ttl_common02.active .font-en,
  .section_ttl_common02.active .font-jp {
    width: 100%;
  }
  .section_ttl_common02 .font-en {
    font-size: 1.6rem;
  }
  .section_ttl_common02 .font-jp {
    font-size: 1.875rem;
    letter-spacing: .18em;
  }

  .section_ttl_common02 .sub {
    font-size: .938rem; /* 15px */
  }









  @media screen and (max-width: 767px) {


  .section_ttl_common.section_ttl_common-sp2line::before {
    top: 115px;
  }

  .section_ttl_common-sp2line .font-jp {
    font-size: 1.5rem; /* 24px */
    letter-spacing: .12em;
    white-space: normal;
    word-break: normal;
  }


  }






  @media screen and (max-width: 767px) {
    /* --- page_ttl --- */
    .page_ttl {
      height: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
    }
    .page_ttl-jp {
      font-size: 1.075rem; /* 15px */
    }
    .page_ttl-en {
      margin-bottom: 16px;
      font-size: 2rem; /* 28px */
    }
    .page_ttl--text {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%;
    }
    .page_ttl--lead { margin-top: 32px; }
    .page_ttl--bg {
      width: 100%;
      height: 240px;
      margin-top: 24px;
    }

    /* --- ttl --- */
    .ttl-01 {
      font-size: 2rem; /* 28px */
    }
    .ttl-02 {
      padding-bottom: 16px;
      font-size: 1.875rem; /* 28px */
    }
    .ttl-03,
    .global_sec .column-3 .ttl-03,
    .global_sec .column-4 .ttl-03,
    .global_parts--img_text .inner-lg .ttl-03 {
      font-size: 1.714rem; /* 24px */
    }

    .global_sec .ttl-01,
    .global_sec .ttl-02 {
      margin-bottom: 1.8rem;
    }
    .global_sec .ttl-01 { padding-top: 28px; }
    .ttl-01-eng {
      top: 32px;
      font-size: 5.715rem;
    }


  .section_ttl {
    background-size: 20%;

  }

    .section_ttl::before {
    top: 76px;
    left: 50%;
    transform: translateX(-50%); /* 自身の幅の半分だけ戻す */
}
    .section_ttl.active::before { width: 46%; }



  .section_ttl_common {
    background-size: 20%;
  }
    .section_ttl_common::before {
    top: 76px;
    left: 50%;
    transform: translateX(-50%); /* 自身の幅の半分だけ戻す */
}
    .section_ttl_common.active::before { width: 46%; }


  .section_ttl_common02 {
    background-size: 20%;
  }
    .section_ttl_common02::before {
    top: 116px;
    left: 50%;
    transform: translateX(-50%); /* 自身の幅の半分だけ戻す */
}
    .section_ttl_common02.active::before { width: 46%; }


  }


















  .block_ttl {
    margin:-10px 0px 0px 0px;
    padding:30px 0px 0px 0px;
    background-image: url(../images/common/mark02.svg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 30%;
    position: relative;
    line-height: 1.6;
    text-align:center;
  }


  .block_ttl::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%); /* 自身の幅の半分だけ戻す */
    width: 0;
    height: 2px;
    background-color: #999;
    transition: all .4s ease-in-out;
  }

  .block_ttl.active::before { width: 50%; }
  .block_ttl .font-en,
  .block_ttl .font-jp {
    display: inline-block;
    width: 0;
    overflow: hidden;
    color: #0b2c5e;
    word-break: keep-all;
    white-space: nowrap;
    transition: all .4s ease-in-out;
  }
  .block_ttl.active .font-en,
  .block_ttl.active .font-jp {
    width: 100%;
  }
  .block_ttl .font-en {
    font-size: 1.6rem;
  }
  .block_ttl .font-jp {
    font-size: 1.875rem;
    letter-spacing: .18em;
  }


  @media screen and (max-width: 767px) {

  .block_ttl {
    background-size: 20%;

  }

    .block_ttl::before {
    top: 76px;
    left: 50%;
    transform: translateX(-50%); /* 自身の幅の半分だけ戻す */
}
    .block_ttl.active::before { width: 46%; }
  }












/* breadcrumbs
**************************************** */

.breadcrumb-wrapper {
  padding:8px 8px 8px 8px;
  position: relative;
  background-color:#e2e2e2;
  z-index: 1;
}


.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: .813rem; /* 13px */;
  font-size: .938rem; /* 15px */
  font-size: .875rem; /* 14px */
  color:#545454;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "»";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

.breadcrumb a {
    color: #033988;
    text-decoration: none;
    text-decoration: underline;
  }
.breadcrumb a:hover {
    text-decoration: none;
  }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      position: static;
      padding: 16px 8%;
    }
  }


  .breadcrumbs {
    padding: 0px 0;
    /*position: absolute;*/
    font-size: .813rem; /* 13px */;
  }
  .breadcrumbs a {
    color: #0b2c5e;
    text-decoration: underline;
  }
  .breadcrumbs a:hover {
    text-decoration: none;
  }
  .breadcrumbs .breadcrumb_last {
    display: table-cell;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  @media screen and (max-width: 768px) {
    .breadcrumbs {
      position: static;
      padding: 16px 8%;
    }
  }

/* txt
**************************************** */
  .txt-lg { font-size: 1.125rem; /* 18px */ }
  .txt-sm { font-size: .875rem; /* 14px */ }
  .txt-wh,
  .txt-wh * { color: #fff; }
  .txt-main,
  .txt-main * { color: #1D7FB7; }
  .txt-sub,
  .txt-sub * { color: #eee; }

  /* --- font --- */
  .font-jp {
    font-family:  'Noto Sans JP', sans-serif;
  }
  .font-en {
    font-family: 'Poppins', sans-serif;
  }

  @media screen and (max-width: 767px) {
    .txt-lg { font-size: 1.071rem; /* 15px */ }
    .txt-sm { font-size: .929rem; /* 13px */ }
  }

/* btn
**************************************** */
  .btn + .btn {
    margin-top: 8px;
  }
  .btn a {
    position: relative;
    line-height: 1;
    z-index: 1;
    display: block;
    padding: 28px 88px 28px 40px;
    border-radius: 0;
    width: 100%;
    max-width: 320px;
    color: #0B2C5E;
    border: 1px solid #0B2C5E;
    text-align: center;
  }
  .btn-anchor a {
    border: none;
    border-bottom: 1px solid #0B2C5E;
    text-align: left;
  }
  .btn svg {
    fill: #0B2C5E;
  }
  .btn a:hover svg {
    fill: #fff;
  }
  .btn a:hover {
    background-color: #0B2C5E;
    color: #fff;
  }
  .btn-anchor a:hover {
    background-color: transparent;
    color: #0B2C5E;
  }
  .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::before {
    content: '';
    position: absolute;
    top: calc(50% - 24px);
    right: 20px;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: solid #0B2C5E 1px;
    background: #fff;
    transition: all .4s ease-out;
  }
  .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"]):hover::before,
  .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"]).current::before{
    background: #0B2C5E;
    transition: all .4s ease-out;
  }
  .btn:not(.btn-anchor) a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::before {
    background: #0B2C5E;
  }
  .btn:not(.btn-anchor) a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"]):hover::before {
    background: #fff;
  }
  .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 37px;
    display: block;
    width: 11px;
    height: 14px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
  }
  .btn:not(.btn-anchor) a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::after {
    background-image: url(../images/common/yazirushi_wh.svg);
  }
  .btn:not(.btn-anchor) a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"]):hover::after {
    background-image: url(../images/common/yazirushi_color.svg);
  }
  .btn-anchor a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::after {
    transform: rotate(0deg);
    right: 39px;
    background-image: url(../images/common/yazirushi_color.svg);
  }
  .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"]):hover::after,
  .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"]).current::after {
    background-image: url(../images/common/yazirushi_wh.svg);
  }

  .btn.btn-next_page a {
    max-width: 100%;
    border-radius: 0;
    text-align: left;
  }
  /*.global_sec:nth-child(2n) .btn a {
    background-color: #f8f8f8;
  }
  .global_sec:nth-child(2n+1) .btn a {
    background-color: #fff;
  }*/
  .anchor_section.is-fixed .btn a {
    padding: 2px 24px 2px 0px;
    color: #BFBFBF;
  }
  .anchor_section.is-fixed .btn a:hover,
  .anchor_section.is-fixed .btn a.current {
    color: #0B2C5E;
  }
  .anchor_section.is-fixed .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::before {
    content: none;
  }
  .anchor_section.is-fixed .btn-anchor a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::after {
    background-image: url(../images/common/yazirushi_gray.svg);
    top: 4px;
  }
  .anchor_section.is-fixed .btn-anchor a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"]):hover::after,
  .anchor_section.is-fixed .btn-anchor a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"]).current::after {
    background-image: url(../images/common/yazirushi_color.svg);
    top: 4px;
  }

  /* --- btn-wh --- */
  .btn-wh a {
    color: #333;
    background-color: #fff;
  }
  .btn-wh svg {
    fill: #333;
  }
  .btn-wh a:hover {
    color: #fff;
  }
  .btn-wh a:hover svg {
    fill: #fff;
  }

  /* --- btn-beige --- */

  .btn-beige a {
    position: relative;
    line-height: 1;
    z-index: 1;
    display: block;
    padding: 28px 88px 28px 40px;
    border-radius: 0;
    width: 100%;
    max-width: 320px;
    color: #ffffff;
    border: 1px solid #0B2C5E;
    text-align: center;
  }

  .btn-beige svg {
    fill: #ffffff;
  }
  .btn-beige a:hover {
    color: #033988;
    background-color: #e9d995;
  }
  .btn-beige a:hover svg {
    fill: #033988;
  }





  /* --- btn-arrow --- */
  .btn-arrow {
margin:-90px 0px 140px 70%;
width:40px;
position: relative;

  }

  .btn-arrow a {
display: inline-block;
position: absolute;
    /*display: inline-block;
    padding-right: 0px;
    color: #0b2c5e;
    font-size: .945rem;
    letter-spacing: .12em;*/
    transition: transform 0.4s ease-out;
  }
/*
  .btn-arrow a::before,
  .btn-arrow a::after {
    content: "";
    position: absolute;
    transition: all .4s ease-out;
  }
  .btn-arrow a::before {
    top: -50%;
    right: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #0b2c5e;
  }
  .btn-arrow a::after {
    top: 29%;
    right: 20px;
    width: 11px;
    height: 14px;
    background-image: url(../images/common/arrow_wh.svg);
    transform: rotate(-90deg);
  }
  .btn-arrow a:hover::before { right: -8px; }
  .btn-arrow a:hover::after { right: 12px; }
*/
  .btn-arrow a:hover { transform: translate(8px, 0px); }



  @media screen and (max-width: 767px) {
  .btn-arrow {
margin:-70px 0px 100px 80%;
width:40px;
position: relative;

  }
    .btn-arrow a { padding-right: 0px; }
    .btn-arrow a::before {
      top: 0;

    }
    .btn-arrow a::after {
      top: 0;
      right: 0;
    }
  }













  /* --- btn-en --- */
  .btn-en a {
    position: relative;
    display: inline-block;
    padding-right: 80px;
    color: #0b2c5e;
    font-size: .945rem;
    letter-spacing: .12em;
  }
  .btn-en a::before,
  .btn-en a::after {
    content: "";
    position: absolute;
    transition: all .4s ease-out;
  }
  .btn-en a::before {
    top: -50%;
    right: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #0b2c5e;
  }
  .btn-en a::after {
    top: 29%;
    right: 20px;
    width: 11px;
    height: 14px;
    background-image: url(../images/common/arrow_wh.svg);
    transform: rotate(-90deg);
  }
  .btn-en a:hover::before { right: -8px; }
  .btn-en a:hover::after { right: 12px; }

  @media screen and (max-width: 767px) {
    .btn a {
      max-width: 100%;
      padding: 18px 44px 18px 16px;
    }
    .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::before {
      top: calc(50% - 16px);
      width: 32px;
      height: 32px;
    }
    .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::after {
      top: 36%;
      right: 30px;
    }
    .btn-anchor a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::after {
      right: 31px;
    }

    .btn-en a { padding-right: 52px; }
    .btn-en a::before {
      top: -36%;
      width: 40px;
      height: 40px;
    }
    .btn-en a::after {
      top: 23%;
      right: 14px;
    }
  }

  /* scroll-txt
  ********************************************** */
  .scroll-txt {
    z-index: 0;
    width: 100vw;
    text-transform: uppercase;
    white-space: nowrap;
  }

@media screen and (max-width: 767px) {

  .scroll-txt {
    width: 100%;
  }

}

  .scroll-txt--cont {
    display: flex;
  }



  .scroll-txt span {
    display: inline-block;
    padding: 0 0.3em;
    flex: 0 0 auto;
  }




  /* anchor_section
  ********************************************** */
  .anchor_section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .anchor_section.is-fixed {
    background-color: #fff;
    position: fixed;
    top: 88px;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 6px;
  }
  .anchor_section.is-fixed .global_parts--child.inner {
    max-width: 1200px;
  }
  .anchor_section.is-fixed .flex-col3 > * {
    margin-bottom: 0;
    width: 18%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .anchor_section.is-fixed .btn-anchor a {
    border-bottom: none;
    font-size: .9375rem;
  }
  .anchor_section.is-fixed .flex-col3 > .btn:first-child {
    margin-left: auto;
  }
  .anchor_section.is-fixed .flex-col3 > .btn:last-child {
    margin-right: auto;
  }

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

/* cursor
**************************************** */
  #cursor {
    position: fixed;
    z-index: 99999;
    background: rgba(231,120,14,.15);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    pointer-events: none;
    opacity: 0;
  }
  #cursor.is-active {
    animation: cursor_active .2s linear forwards;
  }
  #cursor.is-viewmore {
    padding-top: 24px;
    animation: cursor_more .2s linear forwards;
  }
  #cursor.is-viewmore::before {
    content: "VIEW MORE";
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .75rem;
    letter-spacing: .12em;
    font-family: 'Poppins', sans-serif;
  }
  @keyframes cursor_active {
    0% {
      width: 16px;
      height: 16px;
      margin: -8px 0 0 -8px;
    }
    100% {
      width: 40px;
      height: 40px;
      margin: -20px 0 0 -20px;
    }
  }
  @keyframes cursor_more {
    0% {
      width: 16px;
      height: 16px;
      margin: -8px 0 0 -8px;
    }
    100% {
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px;
    }
  }

  @media screen and (max-width: 767px) {
    #cursor { display: none; }
  }


/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 149px;
    background-color: #fff;
    z-index: 9990;
    transition: all .4s ease-out;
  }
  .page-contact .header {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
  }
    .header_top {
    position: relative;
    height: 50px;
    padding-left: 30px;
    border-bottom: 4px solid #c4171f;
  }
  .header.active .header_top {
    display: none;
  }
  .header_top .header_top-logo {
    width: 300px;
  }
  .header_top .header_deco {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header > .inner {
    width: 100%;
    max-width: 100%;
    height: calc(100% - 53px);
    padding-left: 32px;
    padding-right: 36px;
  }
  .header--logo { margin-top: -6px; }
  .header--logo a,
  .footer--logo a {
    display: block;
  }
  .header--logo a:hover,
  .footer--logo a:hover {
    opacity: .7;
  }
  .header--logo .txt {
    margin-left: 8px;
    font-size: 1.125rem;
    letter-spacing: .05em;
  }

  @media print, screen and (min-width: 1081px) {
    .header--nav,
    .gnav,
    .gnav--menu,
    .gnav--menu li {
      height: 100%;
    }
  }
  @media screen and (max-width: 1576px) {
    .header--logo { width: 25%; }
  }
  @media screen and (max-width: 1530px) {
    .header > .inner {
      padding-left: 16px;
      padding-right: 8px;
    }
  }
  @media screen and (max-width: 1080px) {
    .header {
      height: 117px;
    }
    .header > .inner {
      padding-left: 30px;
    }
    .header--logo {
      position: relative;
      z-index: 999;
    }
    .header--logo { width: auto; }
    .header--logo a {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
    }
    .active .header--logo a {
      max-width: 382px;
      background-image: url(../images/common/logo-header_wh.png);
    }
    .header--logo a img {
      width: auto;
      max-height: 40px;
      transition: all .4s ease-out;
    }
    .active .header--logo a img { opacity: 0; }
  }
  @media screen and (max-width: 767px) {
    .header_top {
      padding-left: 30px;
    }
    .header_top .header_deco {
      display: none;
    }
    .header > .inner { padding-left: 16px; }
    .header--logo { width: 79%; }
  }

/* gnav
********************************************** */
  .gnav--menu > li:not(:last-child) {
    margin-right: 24px;
  }
  .gnav a {
    display: flex;
    /*justify-content: center;*/
    justify-content: left;
    align-items: center;
    height: 100%;
    font-size: .94rem;
  }
  .sub_nav-link > a {
    position: relative;
    padding-right: 24px;
  }
  .sub_nav-link > a::before {
    content: "";
    position: absolute;
    top: 41px;
    right: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    transition: all .4s ease-out;
  }
  .sub_nav-link:hover > a { color: #e7780e; }
  .sub_nav-link:hover > a::before {
    top: 46px;
    transform: rotate(-135deg);
  }
  .head_sub_nav--wrap {
    display: block;
    width: 460px;
    position: absolute;
    top: 129px;
    transform: translateX(-65%);
    padding-top: 32px;
    padding-bottom: 10px;
    z-index: 100;
    transition: all .4s ease-out;
    opacity: 0;
    pointer-events: none;
    background-color: #fcfcfc;
  }

@media screen and (max-width: 1080px) {
  .head_sub_nav--wrap {
    transform: translateX(0%);
  }
}




  .head_sub_nav--wrap .inner {
    max-width: 100%;
  }
  .head_sub_nav--wrap .ttl { margin-bottom: 84px; }
  .head_sub_nav--wrap .ttl .font-en,
  .head_sub_nav--wrap .ttl .font-jp {
    display: block;
  }
  .head_sub_nav--wrap .ttl .font-en {
    position: relative;
    margin-bottom: 8px;
    font-size: 1.75rem;
  }
  .head_sub_nav--wrap .ttl .font-en::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    margin-bottom: 18px;
    background-color: #000;
  }
  .head_sub_nav--wrap .ttl .font-jp {
    font-size: .94rem;
  }
  .head_sub_nav {
    /*max-width: 1000px;
    width: 100%;
    flex: 1;*/
    margin-left: 0px;
  }
  .head_sub_nav li {
    /*width: calc(100%/5 - (8px*4/5));
    width: 300px;*/
    margin-right: 8px;
    margin-bottom: 16px;
  }
  .head_sub_nav li:nth-child(5n) {
    margin-right: 0;
  }
  .head_sub_nav a {
    display: block;
    padding: 0px 0px;
  }

  .gnav--en {
    position: absolute;
    top: 44px;
    right: 13%;
  }
  .gnav--en a {
    display: inline-block;
    padding: 4px 12px 5px;
    border-radius: 0 0 5px 5px;
    background-color: #0b2c5e;
    color: #fff;
    font-size: .825rem;
    line-height: 1;
  }
  .gnav--en a:hover { opacity: .5; }
  .gnav--en svg {
    margin-left: 2px;
    fill: #fff;
  }

  @media all and (-ms-high-contrast: none) {
    .head_sub_nav { max-width: none; }
    .head_sub_nav li { width: calc(100%/5 - (10px*4/5)); }
  }

  /* ---CTA --- */
  .cta_tel a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
  }
  .cta_tel a > span {
    display: block;
  }
  .cta_tel .tel {
    font-size: 1.5rem; /* 24px */
  }
  .cta_tel .num {
    font-size: 1.875rem; /* 30px */
  }
  .gnav--cta { margin-left: 16px; }
  .gnav--tel a {
    display: flex !important;
    flex-direction: column;
  }
  .gnav--contact a {
    min-height: 64px;
    padding: 0 36px;
    border: none;
    background-color: #033988;
    border-radius: 32px !important;
    color: #fff;
    font-size: .94rem;
  }
  .gnav--contact svg {
    fill: #fff;
    margin-right: 16px;
  }
  /* 採用情報ボタン：人物検索を表す専用SVGアイコン */
  .gnav--contact .gnav--recruit-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
  .gnav--cta .tel {
    font-size: 1.25rem; /* 20px */
  }
  .gnav--cta .num {
    font-size: 1.5rem; /* 24px */
  }
  .gnav--cta .hours {
    font-size: .875rem; /* 14px */
  }

  @media print, screen and (min-width: 1081px) {
    .gnav {
      display: flex;
      align-items: center;
    }
    .gnav_btn,
    .tel_btn {
      display: none;
    }
    .gnav--link {
      text-align: center;
    }
    .gnav--menu > li > .gnav--link:not([href="javascript:void(0);"]):hover,
    .gnav--menu > li.current > .gnav--link {
      color: #e7780e;
    }
    .head_sub_nav a { padding: 0; }
    .head_sub_nav .img,
    .head_sub_nav .txt {
      display: block;
      text-align: left;
    }
    .head_sub_nav .img {
      width: 100%;
      height: 34px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .head_sub_nav.business_field li:nth-child(1) .img { background-image: url(../images/common/menu-business-kankyo.jpg); }
    .head_sub_nav.business_field li:nth-child(2) .img { background-image: url(../images/common/menu-business-hatsuden.jpg); }
    .head_sub_nav.business_field li:nth-child(3) .img { background-image: url(../images/common/menu-business-lng.jpg); }
    .head_sub_nav.business_field li:nth-child(4) .img { background-image: url(../images/common/menu-business-setsubi.jpg); }
    .head_sub_nav.business_area li:nth-child(1) .img { background-image: url(../images/common/menu-engineering-process.jpg); }
    .head_sub_nav.business_area li:nth-child(2) .img { background-image: url(../images/common/menu-engineering-kikai.jpg); }
    .head_sub_nav.business_area li:nth-child(3) .img { background-image: url(../images/common/menu-engineering-haikan.jpg); }
    .head_sub_nav.business_area li:nth-child(4) .img { background-image: url(../images/common/menu-engineering-denki.jpg); }
    .head_sub_nav.business_area li:nth-child(5) .img { background-image: url(../images/common/menu-engineering-sekou.jpg); }
    .head_sub_nav.business_area li:nth-child(6) .img { background-image: url(../images/common/menu-engineering-koujisv.jpg); }
    .head_sub_nav.business_area li:nth-child(7) .img { background-image: url(../images/common/menu-engineering-plant.jpg); }
    .head_sub_nav.business_area li:nth-child(8) .img { background-image: url(../images/common/menu-engineering-kensetsu.jpg); }
    .head_sub_nav.business_area li:nth-child(9) .img { background-image: url(../images/common/menu-engineering-softwear.jpg); }
    .head_sub_nav.company li:nth-child(1) .img { background-image: url(../images/common/menu-company-message.jpg); }
    .head_sub_nav.company li:nth-child(2) .img { background-image: url(../images/common/menu-company-mvv.jpg); }
    .head_sub_nav.company li:nth-child(3) .img { background-image: url(../images/common/menu-company-chart.jpg); }
    .head_sub_nav.company li:nth-child(4) .img { background-image: url(../images/common/menu-company-history.jpg); }
    .head_sub_nav.company li:nth-child(5) .img { background-image: url(../images/common/menu-company-group.jpg); }
    /* hover */
    .gnav--menu .sub_nav-link:hover .head_sub_nav--wrap {
      opacity: 1;
      pointer-events: auto;
    }
    .head_sub_nav a:hover { opacity: .7; }
  }

  @media screen and (max-width: 1530px) {
    .gnav--cta { margin-left: 0; }
  }
  @media screen and (max-width: 1424px) {
    .gnav--menu > li:not(:last-child) { margin-right: 16px; }
    .gnav--contact a { padding: 18px; }
    .gnav--contact svg { margin-right: 10px; }
  }
  @media screen and (max-width: 1199px) {
    .gnav--contact a { padding: 18px 15px; }
    .gnav--contact a span { display: none; }
    .gnav--contact svg { margin-right: 0; }
  }
  @media screen and (min-width: 1081px) and (max-width: 1274px) {
    .gnav a { font-size: .825rem; }
  }
  @media screen and (max-width: 1080px) {
    .gnav,
    .gnav_overlay {
      position: fixed;
      top: 0;
      right: 0;
      height: 100%;
      opacity: 0;
      pointer-events: none;
      transition: all .4s ease-out;
    }
    .gnav {
      width: 100%;
      margin: 0;
      padding: 78px 7% 24px;
      overflow-y: scroll;
      background-color: #0B2C5E;
      z-index: 300;
      transform: translateX(100%);
      -webkit-overflow-scrolling: touch;
    }
    .gnav::-webkit-scrollbar { width: 8px; }
    .gnav::-webkit-scrollbar-track { background-color: rgba(255,255,255,.3); }
    .gnav::-webkit-scrollbar-thumb { box-shadow: inset 0 0 6px rgba(0,0,0,.3); }
    .gnav_overlay {
      width: 100%;
      background-color: rgba(255,255,255,.8);
    }
    .gnav.active,
    .gnav_overlay.active {
      opacity: 1;
      pointer-events: auto;
    }
    .gnav.active {
      transform: translateX(0);
    }
    .gnav--menu,
    .gnav--cta {
      display: block;
    }
    .gnav--menu li {
      position: relative;
      display: block;
      width: 100%;
    }
    .gnav--menu > li { margin-right: 0; }
    .gnav--menu > li:nth-child(6) { margin-bottom: 16px; }
    .gnav--menu a {
      display: block;
      padding: 14px 0;
      color: #fff;
      font-size: 1.285rem;
    }
    .sub_nav-link .gnav--link { padding: 14px 0; }
    .sub_nav-link > a::before { display: none; }
    .gnav--menu li.pc-none a {
      padding: 8px 0;
      color: #A6A6A6;
      font-size: 1rem;
    }
    .gnav--menu li.pc-none a svg {
      fill: #A6A6A6;
      margin-left: 8px;
    }
    .head_sub_nav--wrap {
      position: relative;
      top: 0;
      width: 100%;
      transition: none;
      opacity: 1;
      background-color: transparent;
      padding-top: 14px;
      padding-bottom: 6px;
      pointer-events: inherit;
      display: none;
    }
    .menu-item-has-children.active .head_sub_nav--wrap {
      opacity: 1;
      pointer-events: auto;
    }
    .head_sub_nav--wrap .inner { flex-wrap: wrap; }
    .head_sub_nav--wrap .ttl { display: none; }
    .head_sub_nav {
      width: 100%;
      margin-left: 0;
    }
    .head_sub_nav a {
      padding: 0 !important;
      font-size: 1rem;
    }
    .gnav_sub_toggle {
      position: absolute;
      top: 0;
      right: 0;
      width: 44px;
      height: 60px;
      transition: all .4s ease-out;
      color: #fff;
      overflow: hidden;
    }
    .gnav_sub_toggle::after {
      content: '';
      position: absolute;
      top: -6px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 10px;
      height: 10px;
      border-right: 1px solid;
      border-bottom: 1px solid;
      transform: rotate(45deg);
    }
    .head_sub_nav {
      position: relative;
    }
    .tel_btn,
    .gnav_btn {
      position: fixed;
      top: 58px;
      width: 53px;
      height: 53px;
      z-index: 9999;
    }
    .header.active .gnav_btn {
      top: 4px;
    }
    .tel_btn {
      right: 64px;
    }
    .tel_btn a {
      display: flex !important;
      width: 100%;
      height: 100%;
    }
    .tel_btn svg {
      fill: #1D7FB7;
    }
    .gnav_btn {
      right: 8px;
      border-radius: 50%;
      border: 1px solid #DCDCDC;
      transition: all .4s ease-out;
    }
    .gnav_btn.active { border-color: #fff; }
    .gnav_btn--lines {
      position: relative;
      width: 20px;
      height: 16px;
    }
    .gnav_btn--lines span {
      transition: all .4s ease-out;
      box-sizing: border-box;
    }
    .gnav_btn--lines span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #0B2C5E;
    }
    .gnav_btn--lines span:nth-of-type(1) { top: 0; }
    .gnav_btn--lines span:nth-of-type(2) { top: 7px; }
    .gnav_btn--lines span:nth-of-type(3) { bottom: 0; }
    .active .gnav_btn--lines span:nth-of-type(1) {
      transform: translateY(7px) rotate(-45deg);
      background-color: #fff;
    }
    .active .gnav_btn--lines span:nth-of-type(2) {
      opacity: 0;
    }
    .active .gnav_btn--lines span:nth-of-type(3) {
      transform: translateY(-7px) rotate(45deg);
      background-color: #fff;
    }

    /* ---CTA --- */
    .gnav--cta { margin-top: 40px; }
    .gnav--cta li:not(:last-child) {
      margin-bottom: 16px;
    }
    .gnav--tel {
      margin-left: 0;
      text-align: center;
    }
    .gnav--contact {
      margin-left: 0;
    }
    .gnav--contact a {
      width: 100%;
      max-width: 100%;
      padding: 24px 16px;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.15rem;
    }
    .gnav--contact a span { display: inline-block; }
    .gnav--contact a svg { margin-right: 16px; }

    .gnav--en { display: none; }
  }
  @media screen and (max-width: 767px) {
    .gnav_btn {
      right: 8px;
    }
    .gnav--menu a {
      padding: 14px 0;
    }
    .gnav--contact svg {
      width: 16px;
      height: 11px;
    }
    .gnav--contact .gnav--recruit-icon {
      width: 27px;
      height: 27px;
      flex-basis: 27px;
    }
  }


/* ##############################################################################

    FOOTER

############################################################################## */

  .footer-logo {
    margin:0px auto 50px;
    padding:0px 0px 30px 0px;
    border-bottom:1px solid #cccccc;
    text-align:center;
  }

  .footer-logo img {
    margin:0px auto 0px;
    width:500px;
  }


  .footer-menu {
    margin:0px 0px 60px 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-left: 0px;
  }
  .footer-navi {
    box-sizing: border-box;
    flex: 0 1 calc((100% / 3) - 10px); /* カラム間の隙間の分を引く */
    margin-top: 10px; /* カラム間の隙間 */
    margin-left: 10px; /* カラム間の隙間 */
    padding:10px 10px 10px 26px;
    /*background-color: #ddd;*/
    background-image: url(../images/common/logo_07.svg);
    background-position: 0px 10px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
/* スマホ対応（1列にする） */
  @media (max-width: 768px) {
    .footer-menu {
    flex-direction: column; /* 縦並びに変更 */
    }
  }

  .footer-navi a:link {
    color:#4b5564;
  }
  .footer-navi a:hover {
    color:#000000;
  }

  .footer-navi .footer-navi-title:link {
    color:#000000;
  }
  .footer-navi .footer-navi-title:hover {
    color:#4b5564;
  }

  .footer-navi .font-jp {
    display:block;
    font-size: 1.2rem;
    line-height:100%;
  }
  .footer-navi .font-en {
    margin:0px 0px 10px 0px;
    display:block;
    font-size: 1.0rem;
  }

ul.footer-navi-sns {
    margin:0px 0px 0px 0px;
    padding:20px 0px 20px 0px;
}

ul.footer-navi-sns li {
    margin:0px 20px 0px 0px;
    padding:0px 0px 0px 0px;
float:left;
vertical-align: middle;
}

ul.footer-navi-sns li img {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align: middle;
}
ul.footer-navi-sns li:nth-child(1) {
    width:22px;
}
ul.footer-navi-sns li:nth-child(2) {
    width:28px;
}
ul.footer-navi-sns li:nth-child(3) {
    width:34px;
}


  .footer-sub{
    margin:0px 0px 0px 0px;
    padding:60px 0px 30px 0px;
    background-color: #e1e1e1;
  }

  ul.footer-sub-menu {
    margin:0px auto 20px;
    width:100%;
    list-style: none;
    display:flex;
    justify-content: center;
  }
  @media (max-width: 768px) {
    ul.footer-sub-menu {
    flex-direction: column; /* 縦並びに変更 */
    }
  }

  .footer-sub-menu-link {
    padding:10px 30px;
    margin:0px 0px 10px 0px;
    background-color: transparent;
    /*border-radius: 5px;*/
    text-align: center;
    color:#ffffff;
    font-size: 0.8rem;
  }
  @media (max-width: 768px) {
    .footer-sub-menu-link {
    background-color: #033988; /* 縦並びに変更 */
    }
  }


  .footer-sub-menu-link a {
    color:#727171;
  }
  .footer-sub-menu-link a:hover {    
    color:#000000;
  }
  @media (max-width: 768px) {

    .footer-sub-menu-link {
    padding:10px 0px;
      }

    .footer-sub-menu-link a {
    display: block;
    width: 100%;
    background-color: #033988; /* 縦並びに変更 */
    color:#ffffff;
      }
    .footer-sub-menu-link a:hover {    
    color:#cccccc;
    }
  }

  .footer-copy {
    color:#727171;
    text-align: center;
    font-size: 0.8rem;
  }




















/* ##############################################################################

    INDEX

############################################################################## */

/* hero
********************************************** */
  .hero {
    position: relative;
    height: 748px;
    max-height: calc(100vh - 96px);
  }
  .hero::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    height: 50%;
    background-color: #f8f8f8;
  }
  .hero--catch {
    position: absolute;
    left: 244px;
    bottom: 172px;
    color: #fff;
  }
  .hero--catch .ttl {
    margin-bottom: 34px;
    font-size: 3rem;
    white-space: nowrap;
  }
  .hero--copy {
    position: absolute;
    top: 0;
    left: 2%;
    height: 100%;
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    font-size: .6rem;
    color: #0b2c5e;
  }
  .hero_slides,
  .hero_slide,
  .hero_slide .slick-list,
  .hero_slide .slick-track,
  .hero_slide .slick-slider,
  .hero_slide .slick-slide {
    width: 100%;
    height: 100% !important;
  }
  .hero_slides {
    padding-left: 5.5%;
    pointer-events: none;
  }
  .hero_slide {
    overflow: hidden;
  }




/* オーバーレイパターン */
  .hero_slide::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../images/common/overlay-pattern.svg");
    background-repeat: repeat;
    /* ←これが重要：拡大しない */
    background-size: auto;
    /* 念のため（ブラウザによって効く） */
    image-rendering: pixelated;
    /* ←ここでサイズを制御 */
    background-size: 2px 2px;
  transition: opacity .3s ease; /* ←これ追加 */
}




/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .hero_slide::after {
    background-size: 4px 4px;
    opacity: 0.3;
  }
}







  .hero_slide-sp {
    display: none !important;
  }
  .hero_slide-pc .slick-slide {
    opacity: 1 !important;
  }
  .hero_slide-pc .slick-slide .deco {
    position: absolute;
    top: 0;
    left: -10%;
    width: 118%;
    height: 100%;
  }
  .hero_slide-pc .slick-slide .deco span {
    position: absolute;
    top: 0;
    display: block;
    width: calc(100%/4);
    height: 100%;
    background-color: #fff;
    transform: skewX(-25deg);
    transition: all .6s ease-in-out;
    border-left: 1px solid #666;
  }
  .hero_slide-pc .slick-slide .deco span:nth-child(1) {
    left: 0;
  }
  .hero_slide-pc .slick-slide .deco span:nth-child(2) {
    left: 25%;
  }
  .hero_slide-pc .slick-slide .deco span:nth-child(3) {
    left: 50%;
  }
  .hero_slide-pc .slick-slide .deco span:nth-child(4) {
    left: 75%;
  }
  .hero_slide-pc .slick-slide.slick-active .deco span {
    width: 0px;
  }
  .hero_slide .slick-list {
    position: relative;
    overflow: hidden;
  }
  @media all and (-ms-high-contrast: none) {
    .hero--copy { letter-spacing: 0; }
  }

  @media screen and (max-width: 1424px) {
    .hero--catch { left: 164px; }
  }
  @media screen and (max-width: 767px) {
    .hero {
      height: 540px;
      max-height: calc(100vh - 64px);
    }
    .hero_slides {
      padding-left: 0;
    }
    .hero_slide-pc {
      display: none !important;
    }
    .hero_slide-sp {
      display: block !important;
    }
    .hero--catch {
      left: 0;
      right: 0;
      bottom: 40px;
      margin: 0 auto;
      width: 86%;
    }
    .hero--catch .ttl {
      margin-bottom: 20px;
      font-size: 2.5rem;
    }
  }


@media screen and (max-width: 767px) {

  .hero {
    overflow: hidden;
  }

  .hero_slide,
  .hero_slide .slick-list,
  .hero_slide .slick-track {
    overflow: hidden;
  }

  .hero_slide-pc .slick-slide .deco {
    display: none;
  }
  .hero--catch .ttl {
    white-space: normal;
  }

}





/* home_news
********************************************** */
  .home_news {
    position: relative;
    z-index: 1;
    margin-top: -80px;
  }
  .home_news .inner {
    position: relative;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 30px;
    background-color: #033988;
  }
  .home_news .inner::before {
    content: "";
    position: absolute;
    left: -16px;
    bottom: -16px;
    border: 16px solid transparent;
    /*border-right: 16px solid #e7780e;
    transform: rotate(-45deg);*/
  }
  .home_news .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; /* 要素を縦並びにする */
    position: relative;
    padding-right: 50px;
    margin-right: 34px;
    border-right: 1px solid #999;
    line-height: 1;
    color: #fff;
  }



  .home_news .ttl .font-jp {
    padding:8px 0px 12px 0px;
    display:block;
    font-size: 1.4rem;
    border-bottom: 1px solid #ffffff;
    width:200px;
    text-align:center;
  }


  .home_news .ttl .font-en {
    padding:12px 0px 0px 0px;
    display:block;
    font-size: .94rem;
    width:200px;
    text-align:center;
  }




.home_news--list {
  flex: 1;
  min-width: 0;
  margin-right: 36px;
}
  .home_news--list .post:not(:last-child) { margin-bottom: 8px; }
  .home_news--list .post--ttl {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .875rem;
    font-weight: normal;
  }
  .home_news--list .post--ttl a { 
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
  }
  .home_news--list .post--ttl a svg { fill: #fff; }
  .home_news--list .post--info { margin-right: 16px; }
  .home_news--list .cat_list a {
    padding: 0 1em;
    background-color: #ffffff;
    color: #0b2c5e;
    font-size: .8rem;
  }
  .home_news--list .post--date {
    font-size: .938rem;
    color: #fff;
  }
  .news_btn {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .news_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    background-color: #fff;
    color: #0b2c5e;
  }
  .news_btn svg { fill: #0b2c5e; }
  .news_btn span {
    display: inline-block;
    margin-top: 8px;
    letter-spacing: 0;
    font-size: .938rem;
  }

  @media screen and (max-width: 767px) {
    .home_news {
      margin-top: 0;
    }
    .home_news .inner {
      width: 100%;
      padding: 24px;
    }
    .home_news .ttl {
      justify-content: flex-start;
      padding-right: 0;
      margin-right: 0;
      margin-bottom: 16px;
      border-right: none;
    }
    .home_news--list {
      margin-right: 0;
      margin-bottom: 24px;
    }
    .home_news--list .post--ttl a svg { vertical-align: middle; }
    .news_btn {
      margin-top: 0;
      margin-bottom: 0;
    }
    .news_btn a {
      flex-direction: row;
      width: 100%;
      height: auto;
      padding: 8px;
    }
    .news_btn span {
      margin-top: 0;
      margin-left: 16px;
      letter-spacing: 0;
      font-size: 1rem;
    }
  }






/* home_recruit
********************************************** */
  .home_recruit {
    padding-top: 80px;
    padding-bottom: 130px;
    background-color: #f8f8f8;
  }
  .home_recruit--deco {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 104px;
    background-size: 3331px 104px;
    background-image: url(../images/common/txt-deco.png);
    animation: bgloop 80s infinite linear;
  }
  @keyframes bgloop {
    0% { background-position: 0 0; }
    100% { background-position: -3331px 0; }
  }
  .home_recruit .inner {
    position: relative;
    z-index: 1;
  }


  .home_recruit_slider {
    width: 80%;
    margin:50px auto;
  }



  .home_recruit_slider .slick-prev:before,
  .home_recruit_slider .slick-next:before {
      color: #666666;
    }


  .home_recruit_slider .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
  .home_recruit_slider .slick-active {
      opacity: .5;
    }

  .home_recruit_slider .slick-current {
      opacity: 1;
    }


  .home_recruit_slide_box {
    margin:0px 0px 20px 0px;
    background-color:#ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    height: 540px;
  }

/* SP：2行分 */
@media screen and (max-width: 767px) {
  .home_recruit_slide_box {
    height: 580px;
  }
}


  .home_recruit_slide_box_inner {
padding:50px 50px 50px 50px;
  }

.home_recruit_slide_box_img {
flex-basis: 40%;
}
  @media screen and (max-width: 767px) {
    .home_recruit_slide_box_img {
    margin:0px 0px 20px 0px;
    }
  }

.home_recruit_slide_box_text {
padding:0px 0px 0px 50px;
flex-basis: 60%;
}
  @media screen and (max-width: 767px) {
    .home_recruit_slide_box_text {
    padding:0px 0px 0px 0px;
    }
  }


.home_recruit_slide_box_text h3 {
    margin:0px 0px 20px 0px;
    padding:0px 0px 10px 0px;
    border-bottom:1px solid #cccccc;
}
.home_recruit_slide_box_text h3 span {
    font-size:15px;
    font-weight:normal;
    color:#999999;
}




/* PC：3行分の高さ */
.home_recruit_slide_text-wrapper {
  line-height: 1.6;
  height: 250px; /* ←ここで表示範囲調整 */
  overflow: hidden;
  display: block; /* 念のため */
}

/* SP：2行分 */
@media screen and (max-width: 767px) {
  .home_recruit_slide_text-wrapper {
    position: relative;
    max-height: 80px; /* ←ここで表示範囲調整 */
    overflow: hidden;
  }


  .home_recruit_slide_text-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;

    /* 白背景にフェード */
    background: linear-gradient(
      to bottom,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,1) 100%
    );
  }

}


.home_recruit_slide_text-wrapper .flex {
  margin-bottom: 14px; /* ← 行と行の間の余白 */
}

@media screen and (max-width: 767px) {
  .home_recruit_slide_text-wrapper .flex {
    flex-direction: column;
    gap: 4px; /* タイトルと本文の間 */
  }
}








.home_recruit_slide_box_text_title {
  flex: 0 0 120px; /* ←固定幅にする */
  }
@media screen and (max-width: 767px) {
  .home_recruit_slide_box_text_title {
    flex: none;
  }
}

.home_recruit_slide_box_text_body {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;  /* 3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  }

@media screen and (max-width: 767px) {
  .home_recruit_slide_box_text_body {
    flex: none;
  }
}

  .home_recruit_slide_item {
    position: relative;
  }

  .home_recruit_slide_text-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.5); /* 文字を見やすくするための背景 */
    color: #fff;
    padding: 10px;
  }





/* 詳しく見るボタン */
.seeDetailsButton01 {
  margin:0px auto 0px;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #033988;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}

.seeDetailsButton01__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.seeDetailsButton01_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.seeDetailsButton01_text {
  flex-shrink: 1;
  width: 100%;
  white-space: nowrap;
}

@media (any-hover: hover) {
  .seeDetailsButton01 {
    transition: background-color 0.2s;
  }

  .seeDetailsButton01_icon {
    transition: transform 0.2s;
  }

  .seeDetailsButton01:hover {
    background-color: #0048be;
  }

  .seeDetailsButton01:hover .seeDetailsButton01_icon {
    transform: translateX(4px);
  }

  .seeDetailsButton01:hover .seeDetailsButton01_icon__left {
    transform: translateX(-4px);
  }
}





/* 詳しく見るボタン */
.seeDetailsButton01-sm {
  margin:0px auto 0px;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 230px;
  height: 44px;
  padding: 8px 64px 8px 8px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #033988;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}


.seeDetailsButton01-sm.orangeBtn {
  background-color: #f48105;
}
.seeDetailsButton01-sm.skyblueBtn {
  background-color: #06a5f8;
}
.seeDetailsButton01-sm.emeraldgreenBtn {
  background-color: #07cf8b;
}
.seeDetailsButton01-sm.redBtn {
  background-color: #ac030f;
}

.seeDetailsButton01-sm.newsYellowBtn {
  margin:0px 0px 0px 0px;
  background-color: #e1ab04;
  max-width: 300px;
}
.seeDetailsButton01-sm.blogBlueBtn {
  margin:0px 0px 0px 0px;
  background-color: #5872e2;
  max-width: 300px;
}


.seeDetailsButton01-sm__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.seeDetailsButton01-sm_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.seeDetailsButton01-sm_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .seeDetailsButton01-sm {
    transition: background-color 0.2s;
  }

  .seeDetailsButton01-sm_icon {
    transition: transform 0.2s;
  }

  .seeDetailsButton01-sm:hover {
    background-color: #0048be;
  }
  .seeDetailsButton01-sm.orangeBtn:hover {
    background-color: #f3b805;
  }
  .seeDetailsButton01-sm.skyblueBtn:hover {
    background-color: #50bef8;
  }
  .seeDetailsButton01-sm.emeraldgreenBtn:hover {
    background-color: #08debd;
  }
  .seeDetailsButton01-sm.redBtn:hover {
    background-color: #e41743;
  }

  .seeDetailsButton01-sm.newsYellowBtn:hover {
    background-color: #e1bc49;
  }
  .seeDetailsButton01-sm.blogBlueBtn:hover {
    background-color: #798de2;
  }


  .seeDetailsButton01-sm:hover .seeDetailsButton01-sm_icon {
    transform: translateX(4px);
  }

  .seeDetailsButton01-sm:hover .seeDetailsButton01-sm_icon__left {
    transform: translateX(-4px);
  }
}





/* 詳しく見るボタン */
.seeDetailsButton01-sm-long {
  margin:0px auto 0px;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 44px;
  padding: 8px 64px 8px 8px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #033988;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}

.seeDetailsButton01-sm-long.orangeBtn {
  background-color: #f48105;
}
.seeDetailsButton01-sm-long.skyblueBtn {
  background-color: #06a5f8;
}
.seeDetailsButton01-sm-long.emeraldgreenBtn {
  background-color: #07cf8b;
}
.seeDetailsButton01-sm-long.redBtn {
  background-color: #ac030f;
}



.seeDetailsButton01-sm-long__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.seeDetailsButton01-sm-long_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.seeDetailsButton01-sm-long_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .seeDetailsButton01-sm-long {
    transition: background-color 0.2s;
  }

  .seeDetailsButton01-sm-long_icon {
    transition: transform 0.2s;
  }

  .seeDetailsButton01-sm-long:hover {
    background-color: #0048be;
  }
  .seeDetailsButton01-sm-long.orangeBtn:hover {
    background-color: #f3b805;
  }
  .seeDetailsButton01-sm-long.skyblueBtn:hover {
    background-color: #50bef8;
  }
  .seeDetailsButton01-sm-long.emeraldgreenBtn:hover {
    background-color: #08debd;
  }
  .seeDetailsButton01-sm-long.redBtn:hover {
    background-color: #e41743;
  }



  .seeDetailsButton01-sm-long:hover .seeDetailsButton01-sm-long_icon {
    transform: translateX(4px);
  }

  .seeDetailsButton01-sm-long:hover .seeDetailsButton01-sm-long_icon__left {
    transform: translateX(-4px);
  }
}

































/* リンクボタン */
.linkButtonBox01 {
  margin:50px auto 50px;
}



.linkButton01 {
  margin:0px auto 0px;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-size: 16px;
  color: #033988;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #ffffff;
  border:1px solid #033988;
  /*border-radius: 32px;*/ /* (buttonの高さ / 2) の値 */
}


.linkButton01__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.linkButton01_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.linkButton01_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .linkButton01 {
    transition: background-color 0.2s;
  }

  .linkButton01_icon {
    transition: transform 0.2s;
  }

  .linkButton01:hover {
    background-color: #ffffff;
border:2px solid #033988;
  }

  .linkButton01:hover .linkButton01_icon {
    transform: translateX(4px);
  }

  .linkButton01:hover .linkButton01_icon__left {
    transform: translateX(-4px);
  }
}




.linkButton01-02 {
  margin:0px auto 0px;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 420px;
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-size: 16px;
  color: #033988;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #ffffff;
  border:1px solid #033988;
  /*border-radius: 32px;*/ /* (buttonの高さ / 2) の値 */
}

  @media screen and (max-width: 767px) {
  .linkButton01-02 {
    max-width: 320px;
  }
}


.linkButton01-02__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}









.linkButton01-02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.linkButton01-02_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .linkButton01-02 {
    transition: background-color 0.2s;
  }

  .linkButton01-02_icon {
    transition: transform 0.2s;
  }

  .linkButton01-02:hover {
    background-color: #ffffff;
border:2px solid #033988;
  }

  .linkButton01-02:hover .linkButton01-02_icon {
    transform: translateX(4px);
  }

  .linkButton01-02:hover .linkButton01-02_icon__left {
    transform: translateX(-4px);
  }
}









.linkButton02 {
  margin:0px auto 0px;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 420px;
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  overflow-wrap: anywhere;
  background-color: #033988;
  /*border:1px solid #033988;*/
  /*border-radius: 32px;*/ /* (buttonの高さ / 2) の値 */
}
  @media screen and (max-width: 767px) {
    .linkButton02 {
    max-width: 320px;
    }
  }

.linkButton02__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 32px;
}

.linkButton02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.linkButton02_text {
  flex-shrink: 1;
  width: 100%;
}
.linkButton02_text::before {
  margin: 8px 18px 0px 0px;
  content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/common/icon_mail.svg');
  background-size: contain; /* 画像を枠内に収める */
  background-repeat: no-repeat; /* 繰り返しなし */
  vertical-align: middle; /* 上下中央揃え */
}

@media (any-hover: hover) {
  .linkButton02 {
    transition: background-color 0.2s;
  }

  .linkButton02_icon {
    transition: transform 0.2s;
  }

  .linkButton02:hover {
    background-color: #0048be;
  }

  .linkButton02:hover .linkButton02_icon {
    transform: translateX(4px);
  }

  .linkButton02:hover .linkButton02_icon__left {
    transform: translateX(-4px);
  }
}






/* リンクボタン */
.imgLinkButtonInner01 {
  flex-basis: 26%;
}
.imgLinkButtonInner02 {
  flex-basis: 26%;
}
.imgLinkButtonInner03 {
  flex-basis: 48%;
}

  @media screen and (max-width: 1140px) {
.imgLinkButtonInner02 {
  margin-bottom:50px;
}
  }



.imgLinkButtonBox01 {
  margin:0px 1px 0px 0px;
  max-width:400px;
}

  @media screen and (max-width: 1140px) {
    .imgLinkButtonBox01 {
    margin:0px auto 10px;
    width:100%x;
    }
  }

.imgLinkButton01 {
  margin:0px auto 0px;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  /*max-width: 320px;*/
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #033988;
 /*border:1px solid #033988;*/
  /*border-radius: 32px;*/ /* (buttonの高さ / 2) の値 */
}


  .imgPhotoBox {
    position: relative;
  }



.imgLinkButton01__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.imgLinkButton01_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width:88px;
  aspect-ratio: 1;
  overflow: hidden;
}

.imgLinkButton01_text {
  flex-shrink: 1;
  width: 100%;
  color: #ffffff;
}

@media (any-hover: hover) {
  .imgLinkButton01 {
    transition: background-color 0.2s;
  }

  .imgLinkPhoto01 img {
    transition-property: opacity;
    transition-duration: 0.5s;
  }


  .imgLinkButton01_icon {
    transition: transform 0.2s;
  }




  .imgLinkButton01:hover {
    background-color: #033988;
/*border:2px solid #033988;*/
  }


  .imgLinkPhoto01 img:hover {
    opacity: 1; 
  }




  .imgLinkButton01:hover .imgLinkButton01_icon {
    transform: translateX(4px);
  }

  .imgLinkPhoto01:hover .imgLinkButton01_icon {
    transform: translateX(4px);
  }

  .imgLinkButton01:hover .linkButton01_icon__left {
    transform: translateX(-4px);
  }
}


.linkButtonBox--img01 {
  margin:0px auto 0px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}







.home_recruit_entry--deco--box {
    position: relative;
}


  .home_recruit_entry--deco {
    position: absolute;
    top: -150px;
    right: -400px;
    display: inline-block;
    width: 800px;
    height: 800px;
    overflow: hidden;
z-index: -1;
  }
  .home_recruit_entry--deco::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 715px;
    height: 715px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/home/city.svg);
    animation: 80s linear infinite rotation;
  }
  @keyframes rotation{
    0%{ transform: rotate(0); }
    100%{ transform: rotate(360deg); }
  }















  .home_recruit--contents {
    margin-top: 140px;
  }
  .home_recruit--contents .ttl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-image: url(../images/engineering.jpg);
    border: 1px solid #b8cada;
    text-align: center;
    color: #0b2c5e;
    line-height: 1.4;
    font-size: 1.25rem;
  }
  .home_recruit--contents .ttl::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 2px solid #d2dde8;
  }
  .home_recruit--contents .list {
    display: flex;
  }
  .home_recruit--contents .list li {
    width: calc(100%/4 - (24px*3/4));
    margin-right: 24px;
  }
  .home_recruit--contents .list:nth-of-type(1) li:nth-child(1),
  .home_recruit--contents .list:nth-of-type(1) li:nth-child(4) {
    margin-bottom: -20px;
  }
  .home_recruit--contents .list:nth-of-type(1) li:nth-child(2),
  .home_recruit--contents .list:nth-of-type(1) li:nth-child(3) {
    margin-top: -68px;
    margin-bottom: 68px;
  }
  .home_recruit--contents .list:nth-of-type(2) li:nth-child(1),
  .home_recruit--contents .list:nth-of-type(2) li:nth-child(4) {
    margin-top: -2px;
  }
  .home_recruit--contents .list:nth-of-type(2) li:nth-child(2),
  .home_recruit--contents .list:nth-of-type(2) li:nth-child(3) {
    margin-top: 72px;
  }
  .home_recruit--contents .list li:last-child { margin-right: 0; }
  .home_recruit--contents .list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #0b2c5e;
    letter-spacing: .18em;
    font-size: 1.125rem;
  }
  .home_recruit--contents .list .process { background-image: url(../images/engineering-process.jpg); }
  .home_recruit--contents .list .kiki { background-image: url(../images/engineering-kikai.jpg); }
  .home_recruit--contents .list .haikan { background-image: url(../images/engineering-haikan.jpg); }
  .home_recruit--contents .list .denki { background-image: url(../images/engineering-denki.jpg); }
  .home_recruit--contents .list .seisaku { background-image: url(../images/engineering-sekou.jpg); }
  .home_recruit--contents .list .kouji { background-image: url(../images/engineering-koujisv.jpg); }
  .home_recruit--contents .list .maintenance { background-image: url(../images/engineering-plant.jpg); }
  .home_recruit--contents .list .consal { background-image: url(../images/engineering-kensetsu.jpg); }
  .home_recruit--contents .list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all .4s ease-out;
  }
  .home_recruit--contents .list .process::before { background-image: url(../images/engineering-process-hover.jpg); }
  .home_recruit--contents .list .kiki::before { background-image: url(../images/engineering-kikai-hover.jpg); }
  .home_recruit--contents .list .haikan::before { background-image: url(../images/engineering-haikan-hover.jpg); }
  .home_recruit--contents .list .denki::before { background-image: url(../images/engineering-denki-hover.jpg); }
  .home_recruit--contents .list .seisaku::before { background-image: url(../images/engineering-sekou-hover.jpg); }
  .home_recruit--contents .list .kouji::before { background-image: url(../images/engineering-koujisv-hover.jpg); }
  .home_recruit--contents .list .maintenance::before { background-image: url(../images/engineering-plant-hover.jpg); }
  .home_recruit--contents .list .consal::before { background-image: url(../images/engineering-kensetsu-hover.jpg); }
  .home_recruit--contents .list li a:hover { color: #fff; }
  .home_recruit--contents .list li a:hover::before { opacity: 1; }
  .home_recruit--contents .list li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    transition: all .4s ease-out;
  }
  .home_recruit--contents .list:nth-of-type(1) li a::after { background-position: left bottom; }
  .home_recruit--contents .list:nth-of-type(2) li a::after { background-position: top; }
  .home_recruit--contents .list li:nth-child(1) a::after,
  .home_recruit--contents .list li:nth-child(4) a::after {
    width: 202px;
    height: 73px;
  }
  .home_recruit--contents .list li:nth-child(2) a::after,
  .home_recruit--contents .list li:nth-child(3) a::after {
    width: 113px;
    height: 80px;
  }
  .home_recruit--contents .list:nth-of-type(1) li:nth-child(1) a::after {
    right: -71.5%;
    bottom: -72px;
    background-image: url(../images/service_contents_deco1.png);
  }
  .home_recruit--contents .list:nth-of-type(1) li:nth-child(1) a:hover::after {
    background-image: url(../images/service_contents_deco1-hover.png);
  }
  .home_recruit--contents .list:nth-of-type(1) li:nth-child(2) a::after {
    right: 48px;
    bottom: -80px;
    background-image: url(../images/service_contents_deco2.png);
  }
  .home_recruit--contents .list:nth-of-type(1) li:nth-child(2) a:hover::after {
    background-image: url(../images/service_contents_deco2-hover.png);
  }
  .home_recruit--contents .list:nth-of-type(1) li:nth-child(3) a::after {
    left: 48px;
    bottom: -80px;
    background-image: url(../images/service_contents_deco3.png);
  }
  .home_recruit--contents .list:nth-of-type(1) li:nth-child(3) a:hover::after {
    background-image: url(../images/service_contents_deco3-hover.png);
  }
  .home_recruit--contents .list:nth-of-type(1) li:nth-child(4) a::after {
    left: -71.5%;
    bottom: -72px;
    background-image: url(../images/service_contents_deco4.png);
  }
  .home_recruit--contents .list:nth-of-type(1) li:nth-child(4) a:hover::after {
    background-image: url(../images/service_contents_deco4-hover.png);
  }
  .home_recruit--contents .list:nth-of-type(2) li:nth-child(1) a::after {
    top: -72px;
    right: -71.5%;
    background-image: url(../images/service_contents_deco5.png);
  }
  .home_recruit--contents .list:nth-of-type(2) li:nth-child(1) a:hover::after {
    background-image: url(../images/service_contents_deco5-hover.png);
  }
  .home_recruit--contents .list:nth-of-type(2) li:nth-child(2) a::after {
    top: -80px;
    right: 48px;
    background-image: url(../images/service_contents_deco6.png);
  }
  .home_recruit--contents .list:nth-of-type(2) li:nth-child(2) a:hover::after {
    background-image: url(../images/service_contents_deco6-hover.png);
  }
  .home_recruit--contents .list:nth-of-type(2) li:nth-child(3) a::after {
    top: -80px;
    left: 48px;
    background-image: url(../images/service_contents_deco7.png);
  }
  .home_recruit--contents .list:nth-of-type(2) li:nth-child(3) a:hover::after {
    background-image: url(../images/service_contents_deco7-hover.png);
  }
  .home_recruit--contents .list:nth-of-type(2) li:nth-child(4) a::after {
    top: -72px;
    left: -71.5%;
    background-image: url(../images/service_contents_deco8.png);
  }
  .home_recruit--contents .list:nth-of-type(2) li:nth-child(4) a:hover::after {
    background-image: url(../images/service_contents_deco8-hover.png);
  }
  .home_recruit--contents .list li a div {
    position: relative;
    z-index: 1;
  }
  .home_recruit--contents .list li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    width: 66px;
    height: 67px;
  }
  .home_recruit--contents .list li .icon svg { fill: #0b2c5e; }
  .home_recruit--contents .list li a:hover .icon svg { fill: #fff; }

  @media screen and (max-width: 1259px) {
    .home_recruit--contents .list:nth-of-type(1) li:nth-child(4) a::after,
    .home_recruit--contents .list:nth-of-type(2) li:nth-child(4) a::after {
      left: -68.5%;
    }
    .home_recruit--contents .list:nth-of-type(1) li:nth-child(1) a::after,
    .home_recruit--contents .list:nth-of-type(2) li:nth-child(1) a::after {
      right: -68.5%;
    }
  }
  @media screen and (max-width: 1160px) {
    .home_recruit--contents .list:nth-of-type(1) li:nth-child(4) a::after,
    .home_recruit--contents .list:nth-of-type(2) li:nth-child(4) a::after {
      left: -64.5%;
    }
    .home_recruit--contents .list:nth-of-type(1) li:nth-child(1) a::after,
    .home_recruit--contents .list:nth-of-type(2) li:nth-child(1) a::after {
      right: -64.5%;
    }
  }
  @media screen and (max-width: 767px) {
    .home_recruit {
      padding-top: 32px;
      padding-bottom: 50px;
    }
    .home_recruit--deco {
      height: 52px;
      background-size: 1665px 52px;
    }
    .home_recruit--contents { margin-top: 40px; }
    .home_recruit--contents .list {
      flex-wrap: wrap;
    }
    .home_recruit--contents .list li {
      width: calc(100%/2 - (16px*1/2));
      margin-right: 16px;
    }
    .home_recruit--contents .list li:nth-child(2n) {
      margin-right: 0;
    }
    .home_recruit--contents .list:nth-of-type(1) li:nth-child(1),
    .home_recruit--contents .list:nth-of-type(1) li:nth-child(4) {
      margin-bottom: 0;
    }
    .home_recruit--contents .list:nth-of-type(1) li:nth-child(2),
    .home_recruit--contents .list:nth-of-type(1) li:nth-child(3) {
      margin-top: 0;
      margin-bottom: 20px;
    }
    .home_recruit--contents .list:nth-of-type(2) li:nth-child(1),
    .home_recruit--contents .list:nth-of-type(2) li:nth-child(4) {
      margin-top: 0;
    }
    .home_recruit--contents .list:nth-of-type(2) li:nth-child(2),
    .home_recruit--contents .list:nth-of-type(2) li:nth-child(3) {
      margin-top: 0;
      margin-bottom: 20px;
    }
    .home_recruit--contents .list li a {
      padding: 8px;
      height: 180px;
      text-align: center;
    }
    .home_recruit--contents .list li a::after { display: none; }
    .home_recruit--contents .list li .icon { margin-bottom: 8px; }
    .home_recruit--contents .ttl {
      width: 200px;
      height: 200px;
      margin-bottom: 22px;
    }
    .home_recruit--contents .ttl::before {
      top: -10px;
      left: -10px;
      width: 216px;
      height: 216px;
    }

  }










/* home_other_menu
********************************************** */

  .home_other_menu {
    padding-top: 130px;
    padding-bottom: 140px;
    background-color: #f1f1f1;
  }


/* ===============================
   レイアウト（flex → grid）
================================ */
.home_other_menu_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}


/* ===============================
   カード
================================ */
.home_other_menu_block {
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  min-width: 0;
}


.home_other_menu_card_inner {
  margin: 0 auto;
  padding: 0px 30px 60px;
  width: 100%;
  height: 100%;
}


/* ===============================
   タイトル余白調整
================================ */
.home_other_menu_block h2 {
  /*margin: 0 0 25px;*/
}


/* ===============================
   画像（←ここが一番重要）
================================ */
.home_other_menu_block .photo {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto 34px;
  border-radius: 50%;
  overflow: hidden;
}

.home_other_menu_block .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}



  .home_other_menu_block .photo::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../images/common/overlay-pattern.svg");
    background-repeat: repeat;
    /* ←これが重要：拡大しない */
    background-size: auto;
    /* 念のため（ブラウザによって効く） */
    image-rendering: pixelated;
    /* ←ここでサイズを制御 */
    background-size: 2px 2px;
}


/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .home_other_menu_block .photo::after {
    background-size: 4px 4px;
    opacity: 0.3;
  }
}





.home_other_menu_block .photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.home_other_menu_block.active .photo::before {
  width: 0;
}


/* ===============================
   テキスト
================================ */
.home_other_menu_block p {
  margin: 0 0 40px;
  text-align: left;
  line-height: 1.8;
  min-height: 130px;
}


/* ===============================
   ボタン中央
================================ */
.home_other_menu_block .seeDetailsButton01 {
  margin: 0 auto;
}


/* ===============================
   SP
================================ */
@media screen and (max-width: 1024px) {
  .home_other_menu_inner {
    grid-template-columns: 1fr;
  }

  .home_other_menu_block {
    max-width: 100%;
  }

  .home_other_menu_block .photo {
    width: 260px;
    height: 260px;
  }
}



  .home_other_menu-city02--deco {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 104px;
    background-size: 2500px 104px;
    background-image: url(../images/common/city_bg.svg);
    animation: city02bgloop 80s infinite linear;
  }
  @keyframes city02bgloop {
    0% { background-position: -2500px 0; }
    100% { background-position: 0 0; }
  }


  .home_other_menu-truck--deco {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40px;
    background-size: 1831px 40px;
    background-image: url(../images/common/truck.svg);
    animation: truckbgloop 80s infinite linear;
  }
  @keyframes truckbgloop {
    0% { background-position: 0 0; }
    100% { background-position: -1831px 0; }
  }







/* home_sns
********************************************** */
  .home_sns {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ffffff;
  }

  .home_sns--contents {
    margin:0px auto 0px;
    padding: 60px 60px 60px 60px;
    border-radius: 50px;
    background-color: #033988;
    color:#ffffff;
    max-width: 1200px;
    width: 70%;
  }



  .home_sns--contents .ttl {
    margin: 10px auto 0px;
    text-align: center;
    color: #ffffff;
  }

  .home_sns--contents .ttl h3{
    margin:0px 0px 10px 0px;
    color: #ffffff;
    line-height: 1.4;
    font-size: 1.8rem;
    text-align: center;
  }
  @media screen and (max-width: 1140px) {
    .home_sns--contents .ttl h3 {
    font-size: 1.8rem;
    }
  }
  .home_sns--contents .ttl h4{
    color: #ffffff;
    line-height: 1.4;
    font-size: 1.5rem;
    text-align: center;
  }


  .home_sns_icon {

  }

  @media screen and (max-width: 1140px) {
    .home_sns_icon {
    margin: 30px auto 0px;
    }
  }

  .home_sns_icon a {
  /* 初期状態 */
  opacity: 1;
  /* 変化させるプロパティ、時間、遅延時間を指定 */
  transition: opacity 0.5s ease 0.1s; /* 変化0.3秒 + 遅延0.2秒 */
  display: inline-block; /* 画像やブロック要素の場合に必要 */
}

  .home_sns_icon a:hover {
  /* ホバー時の半透明状態 */
  opacity: 0.5;
  /* 遅延を0にしないと、マウスを外した時も遅延してしまう */
  transition-delay: 0s;
}


  .home_sns_icon p{
    margin: 0px 20px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 100px;/*幅*/
    height: 100px;/*高さ*/
    background-color: #ffffff;
  }

  @media screen and (max-width: 1140px) {
    .home_sns_icon p {
    margin: 0px 0px 20px 0px;
    }
  }


  .home_sns_icon img{
    margin:0px auto 0px;
    width: 46px;/*幅*/
  }











/* home_business
********************************************** */
  .home_business {
    padding-top: 130px;
    padding-bottom: 140px;
    background-color: #f8f8f8;
  }
  .home_business--deco {
    position: absolute;
    top: -122px;
    left: 0;
    display: inline-block;
    width: 605px;
    height: 714px;
    overflow: hidden;
  }
  .home_business--deco::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 715px;
    height: 710px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/home/city.svg);
    animation: 80s linear infinite rotation;
  }
  @keyframes rotation{
    0%{ transform: rotate(0); }
    100%{ transform: rotate(360deg); }
  }
  .home_business .inner,
  .home_business--contents {
    position: relative;
    z-index: 1;
  }
  .home_business .btn-en,
  .home_service .btn-en {
    margin-right: -32px;
  }
  .home_business--contents {
    max-width: 1560px;
    width: 98%;
    margin-left: auto;
  }
  .home_business--contents li {
    width: calc(100%/4);
    border-right: 1px solid #fff;
  }
  .home_business--contents li a {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 496px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  .home_business--contents li:nth-child(1) a { background-image: url(../images/business-img01.jpg); }
  .home_business--contents li:nth-child(2) a { background-image: url(../images/business-img02.jpg); }
  .home_business--contents li:nth-child(3) a { background-image: url(../images/business-img03.jpg); }
  .home_business--contents li:nth-child(4) a { background-image: url(../images/business-img04.jpg); }
  .home_business--contents li a::before,
  .home_business--contents li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease-out;
  }
  .home_business--contents li a::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
  }
  .home_business--contents li:nth-child(1) a::before { background-image: url(../images/business-img01-hover.jpg); }
  .home_business--contents li:nth-child(2) a::before { background-image: url(../images/business-img02-hover.jpg); }
  .home_business--contents li:nth-child(3) a::before { background-image: url(../images/business-img03-hover.jpg); }
  .home_business--contents li:nth-child(4) a::before { background-image: url(../images/business-img04-hover.jpg); }
  .home_business--contents li a:hover::before {
    opacity: 1;
  }
  .home_business--contents li a::after {
    left: -30%;
    width: 160%;
    z-index: 1;
    pointer-events: none;
    background-color: #f8f8f8;
    transform: skewX(-25deg);
  }
  .home_business--contents.active li a::after {
    width: 0;
  }
  .home_business--contents li .txt {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-left: -6px;
    font-size: 1.375rem;
    color: #fff;
  }
  .home_business--contents li .txt .num {
    display: inline-block;
    margin-right: 20px;
    font-size: 4rem;
    font-style: italic;
    letter-spacing: .1rem;
  }
  .home_business--contents li .txt .num + span {
    display: inline-block;
    letter-spacing: .18em;
  }

  @media screen and (max-width: 767px) {
    .home_business {
      padding-top: 40px;
      padding-bottom: 50px;
    }
    .home_business--deco { display: none; }
    .home_business--contents { width: 96%; }
    .home_business--contents li {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #fff;
    }
    .home_business--contents li a { height: 146px; }
    .home_business .btn-en,
    .home_service .btn-en {
      margin-top: 32px;
      margin-right: 0;
      width: 100%;
      text-align: right;
    }
  }

































/* home_service
********************************************** */
  .home_service {
    padding-top: 80px;
    padding-bottom: 130px;
    background-color: #f8f8f8;
  }
  .home_service--deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104px;
    background-size: 3331px 104px;
    background-image: url(../images/common/txt-deco.png);
    animation: bgloop 80s infinite linear;
  }
  @keyframes bgloop {
    0% { background-position: 0 0; }
    100% { background-position: -3331px 0; }
  }
  .home_service .inner {
    position: relative;
    z-index: 1;
  }
  .home_service--contents {
    margin-top: 140px;
  }
  .home_service--contents .ttl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-image: url(../images/engineering.jpg);
    border: 1px solid #b8cada;
    text-align: center;
    color: #0b2c5e;
    line-height: 1.4;
    font-size: 1.25rem;
  }
  .home_service--contents .ttl::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 2px solid #d2dde8;
  }
  .home_service--contents .list {
    display: flex;
  }
  .home_service--contents .list li {
    width: calc(100%/4 - (24px*3/4));
    margin-right: 24px;
  }
  .home_service--contents .list:nth-of-type(1) li:nth-child(1),
  .home_service--contents .list:nth-of-type(1) li:nth-child(4) {
    margin-bottom: -20px;
  }
  .home_service--contents .list:nth-of-type(1) li:nth-child(2),
  .home_service--contents .list:nth-of-type(1) li:nth-child(3) {
    margin-top: -68px;
    margin-bottom: 68px;
  }
  .home_service--contents .list:nth-of-type(2) li:nth-child(1),
  .home_service--contents .list:nth-of-type(2) li:nth-child(4) {
    margin-top: -2px;
  }
  .home_service--contents .list:nth-of-type(2) li:nth-child(2),
  .home_service--contents .list:nth-of-type(2) li:nth-child(3) {
    margin-top: 72px;
  }
  .home_service--contents .list li:last-child { margin-right: 0; }
  .home_service--contents .list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #0b2c5e;
    letter-spacing: .18em;
    font-size: 1.125rem;
  }
  .home_service--contents .list .process { background-image: url(../images/engineering-process.jpg); }
  .home_service--contents .list .kiki { background-image: url(../images/engineering-kikai.jpg); }
  .home_service--contents .list .haikan { background-image: url(../images/engineering-haikan.jpg); }
  .home_service--contents .list .denki { background-image: url(../images/engineering-denki.jpg); }
  .home_service--contents .list .seisaku { background-image: url(../images/engineering-sekou.jpg); }
  .home_service--contents .list .kouji { background-image: url(../images/engineering-koujisv.jpg); }
  .home_service--contents .list .maintenance { background-image: url(../images/engineering-plant.jpg); }
  .home_service--contents .list .consal { background-image: url(../images/engineering-kensetsu.jpg); }
  .home_service--contents .list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all .4s ease-out;
  }
  .home_service--contents .list .process::before { background-image: url(../images/engineering-process-hover.jpg); }
  .home_service--contents .list .kiki::before { background-image: url(../images/engineering-kikai-hover.jpg); }
  .home_service--contents .list .haikan::before { background-image: url(../images/engineering-haikan-hover.jpg); }
  .home_service--contents .list .denki::before { background-image: url(../images/engineering-denki-hover.jpg); }
  .home_service--contents .list .seisaku::before { background-image: url(../images/engineering-sekou-hover.jpg); }
  .home_service--contents .list .kouji::before { background-image: url(../images/engineering-koujisv-hover.jpg); }
  .home_service--contents .list .maintenance::before { background-image: url(../images/engineering-plant-hover.jpg); }
  .home_service--contents .list .consal::before { background-image: url(../images/engineering-kensetsu-hover.jpg); }
  .home_service--contents .list li a:hover { color: #fff; }
  .home_service--contents .list li a:hover::before { opacity: 1; }
  .home_service--contents .list li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    transition: all .4s ease-out;
  }
  .home_service--contents .list:nth-of-type(1) li a::after { background-position: left bottom; }
  .home_service--contents .list:nth-of-type(2) li a::after { background-position: top; }
  .home_service--contents .list li:nth-child(1) a::after,
  .home_service--contents .list li:nth-child(4) a::after {
    width: 202px;
    height: 73px;
  }
  .home_service--contents .list li:nth-child(2) a::after,
  .home_service--contents .list li:nth-child(3) a::after {
    width: 113px;
    height: 80px;
  }
  .home_service--contents .list:nth-of-type(1) li:nth-child(1) a::after {
    right: -71.5%;
    bottom: -72px;
    background-image: url(../images/service_contents_deco1.png);
  }
  .home_service--contents .list:nth-of-type(1) li:nth-child(1) a:hover::after {
    background-image: url(../images/service_contents_deco1-hover.png);
  }
  .home_service--contents .list:nth-of-type(1) li:nth-child(2) a::after {
    right: 48px;
    bottom: -80px;
    background-image: url(../images/service_contents_deco2.png);
  }
  .home_service--contents .list:nth-of-type(1) li:nth-child(2) a:hover::after {
    background-image: url(../images/service_contents_deco2-hover.png);
  }
  .home_service--contents .list:nth-of-type(1) li:nth-child(3) a::after {
    left: 48px;
    bottom: -80px;
    background-image: url(../images/service_contents_deco3.png);
  }
  .home_service--contents .list:nth-of-type(1) li:nth-child(3) a:hover::after {
    background-image: url(../images/service_contents_deco3-hover.png);
  }
  .home_service--contents .list:nth-of-type(1) li:nth-child(4) a::after {
    left: -71.5%;
    bottom: -72px;
    background-image: url(../images/service_contents_deco4.png);
  }
  .home_service--contents .list:nth-of-type(1) li:nth-child(4) a:hover::after {
    background-image: url(../images/service_contents_deco4-hover.png);
  }
  .home_service--contents .list:nth-of-type(2) li:nth-child(1) a::after {
    top: -72px;
    right: -71.5%;
    background-image: url(../images/service_contents_deco5.png);
  }
  .home_service--contents .list:nth-of-type(2) li:nth-child(1) a:hover::after {
    background-image: url(../images/service_contents_deco5-hover.png);
  }
  .home_service--contents .list:nth-of-type(2) li:nth-child(2) a::after {
    top: -80px;
    right: 48px;
    background-image: url(../images/service_contents_deco6.png);
  }
  .home_service--contents .list:nth-of-type(2) li:nth-child(2) a:hover::after {
    background-image: url(../images/service_contents_deco6-hover.png);
  }
  .home_service--contents .list:nth-of-type(2) li:nth-child(3) a::after {
    top: -80px;
    left: 48px;
    background-image: url(../images/service_contents_deco7.png);
  }
  .home_service--contents .list:nth-of-type(2) li:nth-child(3) a:hover::after {
    background-image: url(../images/service_contents_deco7-hover.png);
  }
  .home_service--contents .list:nth-of-type(2) li:nth-child(4) a::after {
    top: -72px;
    left: -71.5%;
    background-image: url(../images/service_contents_deco8.png);
  }
  .home_service--contents .list:nth-of-type(2) li:nth-child(4) a:hover::after {
    background-image: url(../images/service_contents_deco8-hover.png);
  }
  .home_service--contents .list li a div {
    position: relative;
    z-index: 1;
  }
  .home_service--contents .list li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    width: 66px;
    height: 67px;
  }
  .home_service--contents .list li .icon svg { fill: #0b2c5e; }
  .home_service--contents .list li a:hover .icon svg { fill: #fff; }

  @media screen and (max-width: 1259px) {
    .home_service--contents .list:nth-of-type(1) li:nth-child(4) a::after,
    .home_service--contents .list:nth-of-type(2) li:nth-child(4) a::after {
      left: -68.5%;
    }
    .home_service--contents .list:nth-of-type(1) li:nth-child(1) a::after,
    .home_service--contents .list:nth-of-type(2) li:nth-child(1) a::after {
      right: -68.5%;
    }
  }
  @media screen and (max-width: 1160px) {
    .home_service--contents .list:nth-of-type(1) li:nth-child(4) a::after,
    .home_service--contents .list:nth-of-type(2) li:nth-child(4) a::after {
      left: -64.5%;
    }
    .home_service--contents .list:nth-of-type(1) li:nth-child(1) a::after,
    .home_service--contents .list:nth-of-type(2) li:nth-child(1) a::after {
      right: -64.5%;
    }
  }
  @media screen and (max-width: 767px) {
    .home_service {
      padding-top: 32px;
      padding-bottom: 50px;
    }
    .home_service--deco {
      height: 52px;
      background-size: 1665px 52px;
    }
    .home_service--contents { margin-top: 40px; }
    .home_service--contents .list {
      flex-wrap: wrap;
    }
    .home_service--contents .list li {
      width: calc(100%/2 - (16px*1/2));
      margin-right: 16px;
    }
    .home_service--contents .list li:nth-child(2n) {
      margin-right: 0;
    }
    .home_service--contents .list:nth-of-type(1) li:nth-child(1),
    .home_service--contents .list:nth-of-type(1) li:nth-child(4) {
      margin-bottom: 0;
    }
    .home_service--contents .list:nth-of-type(1) li:nth-child(2),
    .home_service--contents .list:nth-of-type(1) li:nth-child(3) {
      margin-top: 0;
      margin-bottom: 20px;
    }
    .home_service--contents .list:nth-of-type(2) li:nth-child(1),
    .home_service--contents .list:nth-of-type(2) li:nth-child(4) {
      margin-top: 0;
    }
    .home_service--contents .list:nth-of-type(2) li:nth-child(2),
    .home_service--contents .list:nth-of-type(2) li:nth-child(3) {
      margin-top: 0;
      margin-bottom: 20px;
    }
    .home_service--contents .list li a {
      padding: 8px;
      height: 180px;
      text-align: center;
    }
    .home_service--contents .list li a::after { display: none; }
    .home_service--contents .list li .icon { margin-bottom: 8px; }
    .home_service--contents .ttl {
      width: 200px;
      height: 200px;
      margin-bottom: 22px;
    }
    .home_service--contents .ttl::before {
      top: -10px;
      left: -10px;
      width: 216px;
      height: 216px;
    }

  }

/* home_company
********************************************** */
  .home_company {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 108px;
  }
  .home_company::before,
  .home_company::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #0b2c5e;
    pointer-events: none;
  }
  .home_company::before {
    z-index: 1;
    left: 0;
    width: 77%;
    background-repeat: no-repeat;
    background-image: url(../images/company-illust01.png), url(../images/company-illust02.png);
    background-position: right top, left bottom;
  }
  .home_company::after {
    left: 50%;
    width: 30%;
    transform: skewX(-25deg);
  }
  .home_company .inner {
    position: relative;
    z-index: 1;
    max-width: 1524px;
    margin-right: 2%;
  }
  .home_company .section_ttl .font-en,
  .home_company .section_ttl .font-jp {
    color: #fff;
  }
  .home_company .section_ttl::before { left: -75.5%; }
  .home_company .section_ttl.active::before { width: 65%; }
  .home_company .catch {
    font-size: 1.875rem;
    color: #fff;
    line-height: 1.6;
  }
  .home_company .btn-en a { color: #fff; }
  .home_company .btn-en a::before { background-color: #fff; }
  .home_company .btn-en a::after { background-image: url(../images/common/yazirushi_color.svg); }
  .home_company .imgarea {
    margin-left: 85px;
    margin-bottom: -108px;
    flex: 1;
  }
  .home_company .imgarea .img {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .home_company .imgarea .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 160%;
    height: 100%;
    transform: skewX(-25deg);
    background-color: #f8f8f8;
    transition: all .4s ease-out;
  }
  .home_company.active .imgarea .img::before {
    width: 0;
  }
  .home_company .imgarea .img1 {
    width: 41%;
    height: 509px;
    margin-bottom: -47%;
    background-image: url(../images/company-img01.jpg);
  }
  .home_company .imgarea .img2 {
    width: 54%;
    height: 431px;
    background-image: url(../images/company-img02.jpg);
  }
  .home_company .imgarea .img3 {
    width: 344px;
    height: 344px;
    margin-top: 4%;
    margin-left: 46%;
    background-image: url(../images/company-img03.jpg);
  }

  @media screen and (max-width: 767px) {
    .home_company {
      padding-top: 54px;
      padding-bottom: 24px;
    }
    .home_company::before { width: 100%; }
    .home_company::after { display: none; }
    .home_company .inner {
      margin-left: auto;
      margin-right: auto;
    }
    .home_company .section_ttl { margin-bottom: 16px; }
    .home_company .section_ttl::before { left: -8%; }
    .home_company .section_ttl.active::before { width: 5%; }
    .home_company .catch { font-size: 1.5rem; }
    .home_company .imgarea {
      margin-top: 32px;
      margin-left: 0;
      margin-bottom: 0;
    }
    .home_company .imgarea .img1 { height: 248px; }
    .home_company .imgarea .img2 { height: 200px; }
    .home_company .imgarea .img3 {
      width: 54%;
      height: 204px;
    }
  }


/* ##############################################################################

    PAGE

############################################################################## */



/* VISION
********************************************** */


  .img-set01 {
    position: relative;
    overflow: hidden;
    text-align:center;
  }


  .img-set01 .img-style01 {
    margin:0px 0px 160px 0px;
    width: 481px;
    height:1040px;
  }
  @media screen and (max-width: 767px) {
    .img-set01 .img-style01 {
    margin:0px auto 0px;
    width: 80%;
    height:auto;
    }
  }






/* 光エフェクト */
.img-set01-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.img-set01.active .img-set01-inner::before {
  width: 0;
}






  .vision-greetings {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
  }


  .vision-greetings-text {
    margin:0px 0px 0px 0px;
    padding:0px 0px 120px 0px;
  }

  .vision-greetings-text h3 {
    margin:0px 0px 12px 0px;
    padding:0px 0px 0px 0px;
    font-size: 1.063rem; /* 17px */
  }

  .vision-greetings-text p {
    margin:0px 0px 30px 0px;
    padding:0px 0px 0px 0px;
  }


  .vision-greetings--deco {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 104px;
    background-size: 3331px 104px;
    background-image: url(../images/common/txt-deco.png);
    animation: vision-greetings-bgloop 80s infinite linear;
  }
  @keyframes vision-greetings-bgloop {
    0% { background-position: 0 0; }
    100% { background-position: -3331px 0; }
  }




  .vision-corporate-philosophy {
    padding:100px 0px 100px 0px;
    background-color: #f1f1f1;
    text-align:center;
}


  .vision-corporate-philosophy .img-style02 {
    margin:0px auto 0px;
    width: 1200px;
}
  @media screen and (max-width: 767px) {
  .vision-corporate-philosophy .img-style02 {
    width: 80%;
    }
  }



  .vision-safety-initiatives {
    padding:80px 0px 100px 0px;
}


  .vision-safety-initiatives-content-body {
    padding:0px 0px 100px 0px;
}

  .vision-safety-initiatives-content-body h3 {
      margin:0px 0px 30px 0px;
    padding:0px 0px 16px 0px;
    border-bottom: 3px solid #033988;
    font-size: 1.125rem; /* 18px */
}

  .vision-safety-initiatives-content-body h3 span {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:86%;
    display:block;
    text-align: justify;
}

@media screen and (max-width: 767px) {
  .vision-safety-initiatives-content-body h3 span {
    width: 100%;
  }
}


  .vision-safety-initiatives-content-body p {
    margin:0px 0px 30px 0px;
    padding:0px 0px 0px 0px;
    width:86%;
    text-align: justify;
}

@media screen and (max-width: 767px) {
  .vision-safety-initiatives-content-body p {
    width: 100%;
  }
}




  .vision-company_profile {
    padding:100px 0px 100px 0px;
    background-color: #f1f1f1;
    text-align:center;
}

  .vision-company_profile-content-body {
    margin:0px 0px 120px 0px;
    padding:80px 80px 80px 80px;
    background-color:#ffffff;
}

  .vision-company_profile-content-body table tr {
    height: 59px;
}
  .vision-company_profile-content-body table th {
    width: 294.016px;
    height: 59px;
}
  .vision-company_profile-content-body table td {
    width: 902.984px;
    height: 59px;
}


  .vision-company_profile-googleMap-wrapper {
    padding:20px 0px 20px 0px;
    background-color: #ffffff;
}
  .vision-company_profile-googleMap-wrapper iframe {
    width:100%;
    height:400px;
}



  .vision-history {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
  }
  .vision-history-content-body {
    margin:0px 0px 120px 0px;
    padding:80px 80px 80px 80px;
    background-color:#ffffff;
}






  .vision-history-content-body table tr {
    height: 59px;
}
  .vision-history-content-body table th {
    width: 294.016px;
    height: 59px;
}
  .vision-history-content-body table td {
    width: 902.984px;
    height: 59px;
}



@media screen and (max-width: 767px) {

  .vision-company_profile-content-body,
  .vision-history-content-body {
    padding: 40px 20px;
  }

  /* tableをスマホ用に縦積み */
  .table1.table-sp-block,
  .table1.table-sp-block tbody,
  .table1.table-sp-block tr,
  .table1.table-sp-block th,
  .table1.table-sp-block td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  /* PC用の疑似線を無効化 */
  .table1.table-sp-block th::before,
  .table1.table-sp-block th::after,
  .table1.table-sp-block td::before,
  .table1.table-sp-block td::after {
    display: none;
  }

  /* 行ごとの線 */
  .table1.table-sp-block tr {
    padding: 18px 0;
    border-bottom: 1px solid #D3D3D3;
  }

  /* 最初の線 */
  .table1.table-sp-block tr:first-child {
    border-top: 1px solid #D3D3D3;
  }

  .table1.table-sp-block th,
  .table1.table-sp-block td {
    border: none;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .table1.table-sp-block th {
    margin-bottom: 10px;
    color: #0B2C5E;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .table1.table-sp-block td {
    line-height: 1.7;
    word-break: break-word;
  }

  .vision-company_profile-googleMap-wrapper iframe {
    height: 300px;
  }

}






/* SAFETY INITIATIVES
********************************************** */

  .safety-policy {
    padding:100px 0px 200px 0px;
    background-color: #f8f8f8;
  }


  .safety-policy--deco {
    position: absolute;
    bottom: -170px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 104px;
    background-size: 3331px 104px;
    background-image: url(../images/common/txt-deco.png);
    animation: safety-policy-bgloop 120s infinite linear;
  }
  @keyframes safety-policy-bgloop {
    0% { background-position: 0 0; }
    100% { background-position: -3331px 0; }
  }



  .safety-vehicle-equipment {
    padding:100px 0px 100px 0px;
    background-color: #f1f1f1;
  }


  .safety-vehicle-equipment-content-info {
    padding:0px 0px 50px 0px;
    width:80%;
  }


  .safety-vehicle-equipment-content-wrap {
    margin:0px 0px 80px 0px;
  }


  .safety-vehicle-equipment-content-info h3 {
      margin:0px 0px 10px 0px;
      padding:0px 0px 0px 0px;
      font-size: 1.125rem; /* 18px */
  }


  .safety-vehicle-equipment-content-body {
    padding:30px 0px 30px 0px;
    background-color: #ffffff;
    min-height: 400px;
}
  @media screen and (max-width: 767px) {
  .safety-vehicle-equipment-content-body {
    min-height: 100%;
    }
  }


  .safety-vehicle-equipment-content-body h3 {
      margin:0px 0px 30px 0px;
      padding:0px 0px 16px 40px;
      position: relative; /*positionをrelativeに指定*/
    /*border-bottom: 3px solid #033988;*/
    font-size: 1.125rem; /* 18px */
}
  .safety-vehicle-equipment-content-body h3::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #033988; /*下線の色*/
  width: 60%; /*線の幅*/
  height: 3px; /*線の太さ*/
  bottom: 0px; /*線のタテ位置*/
  left: 0;  /*線のヨコ位置*/
  transform: translateX(0);　/*線のヨコ位置*/
}



  .safety-vehicle-equipment-content-body h3 span {
    margin:0px 0px 0px 0px;
    padding:0px 0px 4px 0px;
    color: #adadad;
    font-size: .938rem; /* 15px */
display:block;
}


  .safety-vehicle-equipment-content-body p {
    margin:0px 0px 30px 0px;
    padding:0px 40px 0px 40px;
    width:100%;
    text-align: justify;
}




  .safety-education {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
  }


  .safety-education-content-info {
    padding:0px 0px 0px 0px;
    width:80%;
  }

  .safety-education-content-wrap {
    margin:0px 0px 80px 0px;
  }

  .safety-education-content-info h3 {
      margin:0px 0px 30px 0px;
      padding:0px 0px 0px 0px;
      font-size: 1.125rem; /* 18px */
  }


  .safety-education-content-body {
    padding:30px 0px 30px 0px;
    background-color: #ffffff;
    min-height: 400px;
}
  @media screen and (max-width: 767px) {
  .safety-education-content-body {
    min-height: 100%;
    }
  }


  .safety-education-content-body h3 {
      margin:0px 0px 30px 0px;
      padding:0px 0px 16px 40px;
      position: relative; /*positionをrelativeに指定*/
    /*border-bottom: 3px solid #033988;*/
    font-size: 1.125rem; /* 18px */
}
  .safety-education-content-body h3::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #c4171f; /*下線の色*/
  width: 60%; /*線の幅*/
  height: 3px; /*線の太さ*/
  bottom: 0px; /*線のタテ位置*/
  left: 0;  /*線のヨコ位置*/
  transform: translateX(0);　/*線のヨコ位置*/
}



  .safety-education-content-body h3 span {
    margin:0px 0px 0px 0px;
    padding:0px 0px 4px 0px;
    color: #adadad;
    font-size: .938rem; /* 15px */
display:block;
}


  .safety-education-content-body p {
    margin:0px 0px 30px 0px;
    padding:0px 40px 0px 40px;
    width:100%;
    text-align: justify;
}







  .safety-management-system {
    padding:100px 0px 100px 0px;
    background-color: #f1f1f1;
  }


  .safety-management-system-content-info {
    padding:0px 0px 0px 0px;
    width:80%;
  }

  .safety-management-system-content-wrap {
    margin:0px 0px 80px 0px;
  }

  .safety-management-system-content-info h3 {
      margin:0px 0px 10px 0px;
      padding:0px 0px 0px 0px;
      font-size: 1.125rem; /* 18px */
  }


  .safety-management-system-content-body {
    padding:30px 0px 30px 0px;
    background-color: #ffffff;
    min-height: 400px;
}
  @media screen and (max-width: 767px) {
  .safety-management-system-content-body {
    min-height: 100%;
    }
  }


  .safety-management-system-content-body h3 {
      margin:0px 0px 30px 0px;
      padding:0px 0px 16px 40px;
      position: relative; /*positionをrelativeに指定*/
    /*border-bottom: 3px solid #033988;*/
    font-size: 1.125rem; /* 18px */
}
  .safety-management-system-content-body h3::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #e9d995; /*下線の色*/
  width: 60%; /*線の幅*/
  height: 3px; /*線の太さ*/
  bottom: 0px; /*線のタテ位置*/
  left: 0;  /*線のヨコ位置*/
  transform: translateX(0);　/*線のヨコ位置*/
}



  .safety-management-system-content-body h3 span {
    margin:0px 0px 0px 0px;
    padding:0px 0px 4px 0px;
    color: #adadad;
    font-size: .938rem; /* 15px */
display:block;
}


  .safety-management-system-content-body p {
    margin:0px 0px 30px 0px;
    padding:0px 40px 0px 40px;
    width:100%;
    text-align: justify;
}










/* SERVICE
********************************************** */

  .service-con-wrapper {
    padding:100px 0px 180px 0px;
    background-color: #f8f8f8;
  }




  .service--deco {
    position: absolute;
    bottom: -170px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 104px;
    background-size: 3331px 104px;
    background-image: url(../images/common/txt-deco.png);
    animation: service-bgloop 120s infinite linear;
  }
  @keyframes service-bgloop {
    0% { background-position: 0 0; }
    100% { background-position: -3331px 0; }
  }


.service-list-wrapper .service-list-box {
  margin:0px 0px 30px 0px;
  position: relative;
  display: flex;
  min-height: 500px;
  /*background: #cccccc;*/
}

.service-list-wrapper .service-list-box:nth-child(even) { /* 偶数の反転 */
  flex-direction: row-reverse;
}


.service-list-wrapper .service-list-box:nth-child(4n+1)::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../images/service/img_04_02.jpg) no-repeat center / cover;
  z-index: 0;
}

.service-list-wrapper .service-list-box:nth-child(4n+2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/service/img_04_03.jpg) no-repeat center / cover;
  z-index: 0;
}

.service-list-wrapper .service-list-box:nth-child(4n+3)::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../images/service/img_04_06.jpg) no-repeat center / cover;
  z-index: 0;
}




/* 画像側（左） */
.service-list-box .service__media {
  position: relative;
  width: 50%;
}

/* オーバーレイパターン */
  .service-list-box .service__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../images/common/overlay-pattern.svg");
    background-repeat: repeat;
    /* ←これが重要：拡大しない */
    background-size: auto;
    /* 念のため（ブラウザによって効く） */
    image-rendering: pixelated;
    /* ←ここでサイズを制御 */
    background-size: 2px 2px;
}


/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .service-list-box .service__media::after {
    background-size: 4px 4px;
    opacity: 0.3;
  }
}

.service-list-box .service__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキストカード */
.service-list-box .service__content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  padding: 60px;
  background: #fcf7df;
  border-radius: 20px 0px 0px 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}


.service-list-box .service__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  height:100%;
  background-color: #033988;
  border-radius: 20px 0px 0px 20px;
  transform: scaleX(0);
  transform-origin: right center;
    

  }
.service-list-box.active .service__content::after {
  animation: stretchAndShrink 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }

  .service-list-box:nth-child(even) .service__content::after {
  border-radius: 0px 20px 20px 0px;
  left: 0;
  right: auto;
}



  .service-list-box.active:nth-child(even) .service__content::after {
  animation: stretchAndShrink 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }



  @keyframes stretchAndShrink {
    0% {
      transform: scaleX(0);
      transform-origin: left center; /* 最初は左基準で伸びる */
    }
    30% {
      transform: scaleX(1);
      transform-origin: left center;
    }
    70% {
      transform: scaleX(1);
      transform-origin: right center; /* 縮む時は右基準 */
    }
    100% {
      transform: scaleX(0);
      transform-origin: right center;
    }
  }






.service-list-wrapper .service-list-box:nth-child(even) .service__content {
  border-radius: 0px 20px 20px 0px;
}


.service-list-wrapper .service-list-box:nth-child(even) .service__content {
  left: 0;
  right: auto;
}


.service-list-box .service__content .sub {
  font-size: 1.75rem; /* 28px */
  font-weight: 600;
  line-height:100%;
}

.service-list-box .service__content .num {
  margin:0px 0px 20px 0px;
  font-size: 4rem; /* 64px */
  font-weight: 600;
  line-height:100%;
}

.service-list-box .service__content .title-content {
  margin:0px 0px 20px 0px;
overflow:hidden;
}

.service-list-box .service__content .title {
  margin:0px 30px 20px 0px;
  font-size: 2.5rem; /* 40px */
  font-weight: 600;
  line-height:100%;
  float:left;
}


.service-list-box .service__content .btn-box {
  margin:0px 0px 0px 0px;
  width:230px;
  float:left;
}

@media screen and (max-width: 767px) {
  .service-list-box .service__content .btn-box {
    clear: both;
  }
}


@media (max-width: 768px) {

  .service-list-wrapper .service-list-box  {
    display: block;
  }

  .service-list-wrapper .service-list-box:nth-child(odd)::before { /* 奇数のカラーバー */
    display: block;
    width: 100%;
    height: 30px; /* 好きな高さに調整 */
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 1; /* 薄め推奨 */
}
  .service-list-wrapper .service-list-box:nth-child(even)::before { /* 偶数のカラーバー */
    width: 100%;
    height: 30px;
    top: auto;
    bottom: 0;
    right: auto;
    opacity: 1; /* 薄め推奨 */
  }


  /* 画像 */
  .service-list-box .service__media {
    margin: 0px 0px 0px; /* ←少しだけ被せる */
    width: 100%;
    height: 350px;
  }
  .service-list-box .service__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /* カード */
  .service-list-box .service__content {
    position: static; /* ←これが一番重要 */
    transform: none;
    width: auto;
    margin: 0px 0px 0px; /* ←少しだけ被せる */
    padding: 30px 20px 80px 20px;
    border-radius: 0px;
  }
  .service-list-wrapper .service-list-box:nth-child(even) .service__content {
    border-radius: 0px;
}

} /* @media (max-width: 768px) */







  .service-group-company-introductions {
    padding:80px 0px 100px 0px;
}


  .service-group-company-introductions-content-body {
    padding:0px 0px 100px 0px;
}
@media (max-width: 768px) {
  .service-group-company-introductions-content-body  {
    padding:0px 0px 0px 0px;
}
}

  .service-group-company-introductions-content-body h3 {
      margin:0px 0px 30px 0px;
    padding:0px 0px 16px 0px;
    border-bottom: 3px solid #033988;
    font-size: 1.125rem; /* 18px */
}

  .service-group-company-introductions-content-body h3 span {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:86%;
    display:block;
    text-align: justify;
}


  .service-group-company-introductions-content-body p {
    margin:0px 0px 130px 0px;
    padding:0px 0px 0px 0px;
    width:86%;
    text-align: justify;
}


@media (max-width: 768px) {
  .service-group-company-introductions-content-body p {
    margin:0px 0px 80px 0px;
}
}









/* newsAndBlog
*************************************************** */
.newsAndBlog-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
}
.newsAndBlog-wrapper {
  margin:0px auto 40px;
  padding:0px 0px 40px 0px;
width:100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: start;
}

.newsAndBlog-wrapper.borderBottom {
  border-bottom:1px solid #d5d5d5;
}

/* 左 */
.newsAndBlog-left h3 {
  position: relative; /*positionをrelativeに指定*/
  margin-bottom: 2px;
  padding:0px 0px 10px 0px;
  font-size: 24px;
  color: #093391;
}

.newsAndBlog-left h3::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #093391; /*下線の色*/
  width: 40%; /*線の幅*/
  height: 3px; /*線の太さ*/
  bottom: 0px; /*線のタテ位置*/
  left: 0;  /*線のヨコ位置*/
  transform: translateX(0);　/*線のヨコ位置*/
}

.newsAndBlog-left p {
  color: #093391;
  margin:0px 0px 30px 0px;
  font-weight:600;
}

/* ボタン */
.newsAndBlog-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
}

.newsAndBlog-btn.yellow {
  background: linear-gradient(90deg, #f5b400, #e0a200);
}
.newsAndBlog-btn.blue {
  background: #5872e2;
}

/* 右（一覧） */
.newsAndBlog-list {
  border-left: 1px solid #093391;
  padding-left: 40px;
}

.newsAndBlog-list li {
  display: grid;
  grid-template-columns: 80px 120px 1fr;
  column-gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.newsAndBlog-list li a:link {
  text-decoration: underline;
}
.newsAndBlog-list li a:hover {
  text-decoration: none;
}

.newsAndBlog-list time {
  color: #000000;
}

.newsAndBlog-tag {
  color: #fff;
  padding: 4px 10px;
  /*border-radius: 4px;*/
  font-size: 12px;
  text-align:center;
}
.newsAndBlog-tag.yellow {
  background: #e1ab04;
}
.newsAndBlog-tag.blue {
  background: #5872e2;
}


  .newsAndBlog--deco {
    position: absolute;
    bottom: -104px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 104px;
    background-size: 3331px 104px;
    background-image: url(../images/common/txt-deco.png);
    animation: newsAndBlog-bgloop 120s infinite linear;
  }
  @keyframes newsAndBlog-bgloop {
    0% { background-position: 0 0; }
    100% { background-position: -3331px 0; }
  }




@media (max-width: 768px) {
  .newsAndBlog-wrapper {
    grid-template-columns: 1fr;
  }

  .newsAndBlog-list {
    border-left: none;
    padding-left: 0;
  }

  .newsAndBlog-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .newsAndBlog-tag {
  width:120px;
  }

}




.newsAndBlog-video-grid {
    display: grid;
    /* 4列に指定（1fr = 残りのスペースを均等に分ける） */
    grid-template-columns: repeat(4, 1fr);
    /* 動画間の隙間 */
    gap: 20px;
    margin:0px 0px 80px 0px;
    padding: 20px;
}

.newsAndBlog-video-box {
  display: flex;
  flex-direction: column;
}

.newsAndBlog-video-box-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.newsAndBlog-video-box-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 中央の再生ボタン */
.newsAndBlog-video-box-inner .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  border-radius: 50%;
  font-size: 24px;
}

/* 下部のリンクテキスト */
.newsAndBlog-video-box .video-title {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.newsAndBlog-video-box .video-title:hover {
  text-decoration: underline;
  color: #ff0000; /* YouTubeカラー */
}

/* iframeに切り替わった時のスタイル */
.newsAndBlog-video-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* レスポンシブ */
@media (max-width: 1024px) { .newsAndBlog-video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .newsAndBlog-video-grid { grid-template-columns: 1fr; } }











/* news-list
*************************************************** */

.news-list-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
}



/* 全体レイアウト（左と右を並べる） */
.news-list-wrapper {
    display: flex;
    max-width: 1200px; /* 全体の幅を少し広げる */
    margin: 0px auto;
    gap: 60px;        /* メインとサイドバーの間の余白 */
}


.news-list-container {
    /*max-width: 800px;
    margin: 50px auto; */
    flex: 1; /* 残りのスペースをすべて使う */
    border-top: 1px solid #ddd;
}

.news-list-container a:hover{
    opacity: 0.6;
}

/* 記事1つ分のレイアウト（横並びにする） */
.news-list-item {
    display: flex; /* これで画像とテキストを横に並べる */
    gap: 30px;    /* 画像とテキストの間の隙間 */
    padding: 30px 0;
    border-bottom: 1px solid #ddd; /* 下線 */
}

/* 画像エリアの設定 */
.news-list-image img {
max-width: none;
    width: 252px;
    height: 156px;
    background-color: #eee;
    object-fit: cover;
}

/* 日付とタグの並び */
.news-list-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.news-list-date {
    font-weight: bold;
}

/* タグの共通デザイン */
.news-list-tag {
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 4px 16px;
    /*border-radius: 4px;*/
}

/* タグの色分け */
.news-list-tag.tag-green { background-color: #a3b13d; } /* 休日用（黄緑） */
.news-list-tag.tag-yellow  { background-color: #e1ab04; } /* お知らせ用（オレンジ） */

/* タイトルの設定 */
.news-list-title {
    font-size: 18px;
    margin: 0 0 10px 0;
}

/* 本文の設定 */
.news-list-text {
    font-size: 14px;
    color: #666;
}




/* 右側（サイドバー）の幅設定 */
.news-list-sidebar {
    width: 250px; /* サイドバーの固定幅 */
}

.news-list-widget {
    margin-bottom: 30px;
}


.news-list-widget a:hover{
    opacity: 0.6;
}

/* サイドバーの見出し */
.news-list-widget-title {
    font-size: 16px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* リストのスタイルを整える */
.news-list-sidebar ul {
    list-style: none;
    padding: 0;
}

.news-list-sidebar ul li {
    margin-bottom: 10px;
}

.news-list-sidebar ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

/* 過去記事の矢印（Vマーク）の簡易再現 */
.news-list-has-child::after {
    content: " ∨";
    font-size: 10px;
    color: #999;
    float: right;
}



/* 画面幅が 920px 以下（特殊）になった時の設定 */
@media screen and (max-width: 920px) {
    .news-list-meta {
        flex-direction: column; /* 横並びから縦並びに変更 */
        justify-content: flex-end; /* 下に寄せる (上側が良い場合はflex-start) */
        align-items: flex-start;   /* 左に寄せる */
    }
}





/* 画面幅が 768px 以下（一般的なスマホ・タブレット）になった時の設定 */
@media screen and (max-width: 768px) {
    
    /* 横並びを解除して、縦並びにする */
    .news-list-wrapper {
        flex-direction: column; /* 縦に並べる魔法の言葉 */
        padding: 0 20px;       /* スマホだと端がくっつくので余白を入れる */
    }

    /* メインコンテンツの幅をいっぱいにする */
    .news-list-container {
        width: 100%;
    }


    /* サイドバーの幅もいっぱいにする */
    .news-list-sidebar {
        width: 100%;
        margin-top: 50px; /* メイン記事との間に隙間を作る */
    }

    /* 記事1つ分の中身（画像とテキスト）も縦に並べる場合 */
    .news-list-item {
        flex-direction: column;
        gap: 15px;
    }

    .news-list-image img {
        width: 100%;    /* 画像を横幅いっぱいにする */
        height: auto;
    }
}







/* --- 記事詳細エリアのスタイル --- */

/* 全体レイアウト（左と右を並べる） */
.news-single-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
}

.news-single-wrapper {
    display: flex;
    max-width: 1200px; /* 全体の幅を少し広げる */
    margin: 0px auto 50px;
    gap: 60px;        /* メインとサイドバーの間の余白 */
}


.news-single-container {
    /*max-width: 800px;
    margin: 50px auto; */
    flex: 1; /* 残りのスペースをすべて使う */
    /*border-top: 1px solid #ddd;*/
}


.news-single-entry-detail {
    margin:0px 0px 120px 0px;
    /*background: #fff;*/
}


/* 日付とタグの並び */
.news-single-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.news-single-date {
    font-weight: bold;
}

/* タグの共通デザイン */
.news-single-tag {
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 4px 16px;
    /*border-radius: 4px;*/
}


/* タグの色分け */
.news-single-tag.tag-green { background-color: #a3b13d; } /* 休日用（黄緑） */
.news-single-tag.tag-yellow  { background-color: #e1ab04; } /* お知らせ用（オレンジ） */





/* 記事の見出し（H1） */
.news-single-entry-title {
    font-size: 28px;
    font-weight: bold;
    margin: 15px 0 30px 0;
    line-height: 1.4;
}

/* メイン画像（アイキャッチ） */
.news-single-entry-eye-catch {
    margin-bottom: 40px;
}

.news-single-entry-eye-catch img {
    width: 100%;       /* 横幅いっぱいに広げる */
    height: auto;      /* 比率は維持 */
    display: block;
    background-color: #ccc; /* 画像がない時のグレー背景 */
}

/* 本文エリア */
.news-single-entry-body {
    font-size: 16px;
    color: #333;
    line-height: 1.8;  /* 行間を広くして読みやすく */
}

.news-single-entry-body p {
    margin-bottom: 1.5em; /* 段落の下に隙間を作る */
}



/* --- スマホ対応（レスポンシブ） --- */
@media screen and (max-width: 768px) {
    /* 横並びを解除して、縦並びにする */
    .news-single-wrapper {
        flex-direction: column; /* 縦に並べる魔法の言葉 */
        padding: 0 20px;       /* スマホだと端がくっつくので余白を入れる */
    }

    /* メインコンテンツの幅をいっぱいにする */
    .news-single-container {
        width: 100%;
    }

    .news-single-entry-title {
        font-size: 22px; /* スマホではタイトルを少し小さく */
        margin-bottom: 20px;
    }
    
    .news-single-entry-body {
        font-size: 15px; /* 文字サイズを微調整 */
    }
}











/* blog-list
*************************************************** */

.blog-list-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
}



/* 全体レイアウト（左と右を並べる） */
.blog-list-wrapper {
    display: flex;
    max-width: 1200px; /* 全体の幅を少し広げる */
    margin: 0px auto;
    gap: 60px;        /* メインとサイドバーの間の余白 */
}


.blog-list-container {
    /*max-width: 800px;
    margin: 50px auto; */
    flex: 1; /* 残りのスペースをすべて使う */
    border-top: 1px solid #ddd;
}

.blog-list-container a:hover{
    opacity: 0.6;
}

/* 記事1つ分のレイアウト（横並びにする） */
.blog-list-item {
    display: flex; /* これで画像とテキストを横に並べる */
    gap: 30px;    /* 画像とテキストの間の隙間 */
    padding: 30px 0;
    border-bottom: 1px solid #ddd; /* 下線 */
}

/* 画像エリアの設定 */
.blog-list-image img {
max-width: none;
    width: 252px;
    height: 156px;
    background-color: #eee;
    object-fit: cover;
}

/* 日付とタグの並び */
.blog-list-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.blog-list-date {
    font-weight: bold;
}

/* タグの共通デザイン */
.blog-list-tag {
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 4px 16px;
    /*border-radius: 4px;*/
}

/* タグの色分け */
.blog-list-tag.tag-blue { background-color: #5872e2; } 


/* タイトルの設定 */
.blog-list-title {
    font-size: 18px;
    margin: 0 0 10px 0;
}

/* 本文の設定 */
.blog-list-text {
    font-size: 14px;
    color: #666;
}




/* 右側（サイドバー）の幅設定 */
.blog-list-sidebar {
    width: 250px; /* サイドバーの固定幅 */
}

.blog-list-widget {
    margin-bottom: 30px;
}


.blog-list-widget a:hover{
    opacity: 0.6;
}

/* サイドバーの見出し */
.blog-list-widget-title {
    font-size: 16px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* リストのスタイルを整える */
.blog-list-sidebar ul {
    list-style: none;
    padding: 0;
}

.blog-list-sidebar ul li {
    margin-bottom: 10px;
}

.blog-list-sidebar ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

/* 過去記事の矢印（Vマーク）の簡易再現 */
.blog-list-has-child::after {
    content: " ∨";
    font-size: 10px;
    color: #999;
    float: right;
}



/* 画面幅が 920px 以下（特殊）になった時の設定 */
@media screen and (max-width: 920px) {
    .blog-list-meta {
        flex-direction: column; /* 横並びから縦並びに変更 */
        justify-content: flex-end; /* 下に寄せる (上側が良い場合はflex-start) */
        align-items: flex-start;   /* 左に寄せる */
    }
}





/* 画面幅が 768px 以下（一般的なスマホ・タブレット）になった時の設定 */
@media screen and (max-width: 768px) {
    
    /* 横並びを解除して、縦並びにする */
    .blog-list-wrapper {
        flex-direction: column; /* 縦に並べる魔法の言葉 */
        padding: 0 20px;       /* スマホだと端がくっつくので余白を入れる */
    }

    /* メインコンテンツの幅をいっぱいにする */
    .blog-list-container {
        width: 100%;
    }


    /* サイドバーの幅もいっぱいにする */
    .blog-list-sidebar {
        width: 100%;
        margin-top: 50px; /* メイン記事との間に隙間を作る */
    }

    /* 記事1つ分の中身（画像とテキスト）も縦に並べる場合 */
    .blog-list-item {
        flex-direction: column;
        gap: 15px;
    }

    .blog-list-image img {
        width: 100%;    /* 画像を横幅いっぱいにする */
        height: auto;
    }
}





/* --- ブログ記事詳細エリアのスタイル --- */

/* 全体レイアウト（左と右を並べる） */
.blog-single-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
}

.blog-single-wrapper {
    display: flex;
    max-width: 1200px; /* 全体の幅を少し広げる */
    margin: 0px auto 50px;
    gap: 60px;        /* メインとサイドバーの間の余白 */
}


.blog-single-container {
    /*max-width: 800px;
    margin: 50px auto; */
    flex: 1; /* 残りのスペースをすべて使う */
    /*border-top: 1px solid #ddd;*/
}


.blog-single-entry-detail {
    margin:0px 0px 120px 0px;
    /*background: #fff;*/
}


/* 日付とタグの並び */
.blog-single-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.blog-single-date {
    font-weight: bold;
}

/* タグの共通デザイン */
.blog-single-tag {
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 4px 16px;
    /*border-radius: 4px;*/
}


/* タグの色分け */
.blog-single-tag.tag-blue { background-color: #5872e2; } 





/* 記事の見出し（H1） */
.blog-single-entry-title {
    font-size: 28px;
    font-weight: bold;
    margin: 15px 0 30px 0;
    line-height: 1.4;
}

/* メイン画像（アイキャッチ） */
.blog-single-entry-eye-catch {
    margin-bottom: 40px;
}

.blog-single-entry-eye-catch img {
    width: 100%;       /* 横幅いっぱいに広げる */
    height: auto;      /* 比率は維持 */
    display: block;
    background-color: #ccc; /* 画像がない時のグレー背景 */
}

/* 本文エリア */
.blog-single-entry-body {
    font-size: 16px;
    color: #333;
    line-height: 1.8;  /* 行間を広くして読みやすく */
}

.blog-single-entry-body p {
    margin-bottom: 1.5em; /* 段落の下に隙間を作る */
}



/* --- スマホ対応（レスポンシブ） --- */
@media screen and (max-width: 768px) {
    /* 横並びを解除して、縦並びにする */
    .blog-single-wrapper {
        flex-direction: column; /* 縦に並べる魔法の言葉 */
        padding: 0 20px;       /* スマホだと端がくっつくので余白を入れる */
    }

    /* メインコンテンツの幅をいっぱいにする */
    .blog-single-container {
        width: 100%;
    }

    .blog-single-entry-title {
        font-size: 22px; /* スマホではタイトルを少し小さく */
        margin-bottom: 20px;
    }
    
    .blog-single-entry-body {
        font-size: 15px; /* 文字サイズを微調整 */
    }
}














/* transportation-business
*************************************************** */

  .transportation-business-sec {
    padding:100px 0px 200px 0px;
    background-color: #f8f8f8;
  }


  .transportation-business-content-info {
    padding:0px 0px 80px 0px;
    width:80%;
  }

  .transportation-business-content-wrap {
    margin:0px 0px 80px 0px;
  }



  .transportation-business-content-body {
    padding:0px 0px 0px 0px;
    /*background-color: #ffffff;
    min-height: 400px;*/
}
  @media screen and (max-width: 767px) {
  .transportation-business-content-body {
    min-height: 100%;
    }
  }


  .transportation-business-content-body h3 {
    margin:0px 0px 30px 0px;
    padding:0px 0px 16px 40px;
    position: relative; /*positionをrelativeに指定*/
    /*border-bottom: 3px solid #033988;*/
    font-size: 1.125rem; /* 18px */
    color:#f48105;
}
  .transportation-business-content-body h3::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #f48105; /*下線の色*/
  width: 60%; /*線の幅*/
  height: 3px; /*線の太さ*/
  bottom: 0px; /*線のタテ位置*/
  left: 0;  /*線のヨコ位置*/
  transform: translateX(0);　/*線のヨコ位置*/
}



  .transportation-business-content-body h3 span {
    margin:0px 0px 0px 0px;
    padding:0px 0px 4px 0px;
    color: #adadad;
    font-size: .938rem; /* 15px */
display:block;
}




  .transportation-business-content-body p {
    margin:0px 0px 30px 0px;
    padding:0px 40px 0px 40px;
    width:100%;
    text-align: justify;
}


  .tb-female-driver-sec {
    padding:100px 0px 100px 0px;
    background-color: #f1f1f1;
  }


  .tb-female-driver-content-wrap {
    margin:0px 0px 32px 0px;
  }

  .tb-female-driver-content-wrap .imgarea {
    margin-left: 0px;
    margin-bottom: 0px;
    flex: 1;
  }
  .tb-female-driver-content-wrap .imgarea .img {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .tb-female-driver-content-wrap .imgarea .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 100%;
    height: 100%;
    transform: skewX(-25deg);
    background-color: #f8f8f8;
    transition: all .4s ease-out;
  }
  .tb-female-driver-content-wrap.active .imgarea .img::before {
    width: 0;
  }
  .tb-female-driver-content-wrap .imgarea .img1 {
    width: 100%;
    height: 400px;
    margin-bottom: 0;
    background-image: url(../images/transportation-business/img_05_04.jpg);
  }



  @media screen and (max-width: 767px) {

    .tb-female-driver-content-wrap .imgarea {
      margin-top: 0px;
      margin-left: 0;
      margin-bottom: 0;
    }
    .tb-female-driver-content-wrap .imgarea .img1 {  width: 320px;height:160px; }

  }



  .tb-female-driver-content-info {
    margin:0px auto 100px;
    padding:0px 0px 0px 0px;
    width:70%;
  }

  .tb-female-driver-content-info h3 {
      margin:0px 0px 30px 0px;
      padding:0px 0px 0px 0px;
      font-size: 1.25rem; /* 20px */
      text-align:center;
  }



  @media screen and (max-width: 767px) {

  .tb-female-driver-content-info {
    margin:0px auto 100px;
    width:80%;
  }

  }



  .tb-trucks-owned-sec {
    padding:100px 0px 80px 0px;
    background-color: #f8f8f8;
  }




  .tb-main-transportation-contents-sec {
    padding:100px 0px 80px 0px;
    background-color: #f1f1f1;
  }

  .tb-main-transportation-contents-content-info {
    margin:0px auto 80px;
    padding:0px 0px 0px 0px;
    width:80%;
    text-align:center;
  }


  .tb-other-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
  }








/* トラック保有台数テーブル */
.tb-fleet-summary{
  position: relative;
  max-width:980px;
  margin:40px auto 56px;
  padding:0 24px;
}
.tb-fleet-kicker{
  margin:0 0 14px;
  text-align:center;
  font-family:'Poppins',sans-serif;
  font-size:14px;
  font-weight:600;
  letter-spacing:.18em;
  color:#2f8fc7;
}
.tb-fleet-card{
  overflow:hidden;
  border:1px solid #dbe8ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 40px rgba(26,73,102,.10);
}
.tb-fleet-scroll{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.tb-fleet-table{
  width:100%;
  min-width:760px;
  border-collapse:separate;
  border-spacing:0;
  table-layout:fixed;
}
.tb-fleet-table th,
.tb-fleet-table td{
  padding:22px 18px;
  border-right:1px solid #dbe8ef;
  border-bottom:1px solid #dbe8ef;
  text-align:center;
  vertical-align:middle;
  font-size:18px;
  line-height:1.5;
}
.tb-fleet-table tr > *:last-child{border-right:0;}
.tb-fleet-table tbody tr:last-child > *{border-bottom:0;}
.tb-fleet-table thead th{
  background:#f4f9fc;
  color:#17394f;
  font-weight:700;
}
.tb-fleet-table thead th:first-child{
  background:#17394f;
  color:#fff;
}
.tb-fleet-table tbody th{
  background:#fff;
  color:#17394f;
  font-weight:700;
  text-align:left;
  padding-left:28px;
}
.tb-fleet-table tbody tr:not(.tb-fleet-total-row):hover td,
.tb-fleet-table tbody tr:not(.tb-fleet-total-row):hover th{
  background:#f8fcfe;
}
.tb-fleet-table td{
  font-family:'Poppins','Noto Sans JP',sans-serif;
  font-weight:600;
  color:#263b49;
}
.tb-fleet-table .tb-fleet-total-col{
  background:#eaf7fd;
  color:#176f9e;
  font-weight:700;
}
.tb-fleet-total-row th,
.tb-fleet-total-row td{
  background:#d8eef8;
  color:#17394f;
  font-weight:700;
}
.tb-fleet-total-row .tb-fleet-grand-total{
  background:#2f8fc7;
  color:#fff;
  font-size:28px;
  letter-spacing:.02em;
}
.tb-fleet-note{
  margin:12px 0 0;
  text-align:right;
  font-size:12px;
  color:#6f8795;
}
@media (max-width:767px){
  .tb-fleet-summary{margin:28px auto 40px;padding:0 16px;}
  .tb-fleet-kicker{font-size:12px;margin-bottom:10px;}
  .tb-fleet-card{border-radius:12px;}
  .tb-fleet-table{min-width:700px;}
  .tb-fleet-table th,
  .tb-fleet-table td{padding:18px 14px;font-size:15px;}
  .tb-fleet-table thead th:first-child,
  .tb-fleet-table tbody th{
    position:sticky;
    left:0;
    z-index:2;
  }
  .tb-fleet-table thead th:first-child{z-index:3;}
  .tb-fleet-table tbody th{padding-left:18px;box-shadow:6px 0 12px rgba(23,57,79,.05);}
  .tb-fleet-total-row .tb-fleet-grand-total{font-size:22px;}
  .tb-fleet-note{text-align:left;}
}











/* product-management
*************************************************** */
  .product-management-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
    text-align: center;
  }
  .product-management-content-info {
    margin:0px auto 0px;
    padding:0px 0px 0px 0px;
    width:80%;
    text-align: center;
  }

  .product-management-content-info p.txt-box {
    margin:0px 0px 80px 0px;
  }

  .product-management-content-info p.txt-box02 {
    margin:0px auto 80px;
    width:70%;
    text-align: left;
  }

  .product-management-content-info p.explanation {
    margin:0px auto 50px;
  }




.product-management-image-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0; /* 隙間なし */
  margin: 0 auto 60px;
}


.product-management-image-single-wrap {
  margin: 0 auto 60px;
  position: relative;
}

.product-management-image-item-single {

}

.product-management-image-item-single .img {
  width:100%;
}


/* 光エフェクト */
.product-management-image-item-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.product-management-image-single-wrap.active .product-management-image-item-single::before {
  width: 0;
}







.product-management-image-item {
  aspect-ratio: 16 / 9; /* 高さ揃える */
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.product-management-image-item .img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* トリミングして埋める */
  display: block;
  z-index: 1;
}


  .product-management-image-item .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 130%;
    height: 100%;
    transform: skewX(-25deg);
    background-color: #f8f8f8;
    transition: all .4s ease-out;
    z-index: 2; /* ←ここ重要 */
  }
  .product-management-sec.active .product-management-image-item .img::before {
    width: 0;
  }





@media (max-width: 768px) {
  .product-management-image-wrap {
    grid-template-columns: 1fr;
  }

  .product-management-image-item { /* 画像の隙間を埋める */
    aspect-ratio: auto;
  }

  .product-management-image-item img { /* 画像の隙間を埋める */
    height: auto;
  }
}


  .product-management-storage-sec {
    padding:100px 0px 120px 0px;
    background-color: #f1f1f1;
  }


  .product-management-storage-content-info {
    padding:0px 0px 80px 0px;
    width:70%;
  }


  .product-management-storage-content-wrap {
    margin:0px 0px 80px 0px;
  }




  .product-management-storage-content-body {
    padding:0px 0px 0px 0px;
    /*background-color: #ffffff;
    min-height: 400px;*/
}
  @media screen and (max-width: 767px) {
  .product-management-storage-content-body {
    min-height: 100%;
    }
  }


  .product-management-storage-content-body h3 {
    margin:0px 0px 30px 0px;
    padding:0px 0px 16px 40px;
    position: relative; /*positionをrelativeに指定*/
    /*border-bottom: 3px solid #033988;*/
    font-size: 1.125rem; /* 18px */
    color:#06a5f8;
}
  .product-management-storage-content-body h3::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #06a5f8; /*下線の色*/
  width: 60%; /*線の幅*/
  height: 3px; /*線の太さ*/
  bottom: 0px; /*線のタテ位置*/
  left: 0;  /*線のヨコ位置*/
  transform: translateX(0);　/*線のヨコ位置*/
}



  .product-management-storage-content-body h3 span {
    margin:0px 0px 0px 0px;
    padding:0px 0px 4px 0px;
    color: #adadad;
    font-size: .938rem; /* 15px */
display:block;
}


@media screen and (max-width: 767px) {

  .product-management-storage-content-body h3 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .product-management-storage-content-body h3::after {
    left: 50%;
    transform: translateX(-50%);
  }

}


@media screen and (max-width: 767px) {

  /* 商品管理ページ：指定した3見出しだけ中央揃え */
  .product-management-sec h4.page-block-title,
  .product-management-sec h5.page-block-title,
  .product-management-storage-sec h4.page-block-title {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-sizing: border-box;
  }

}




  .product-management-storage-content-body p {
    margin:0px 0px 30px 0px;
    padding:0px 40px 0px 40px;
    width:100%;
    text-align: justify;
}




  .product-management-warehouse-table {
    margin:0px auto 0px;
    width: 80%;
    border-collapse: collapse;
    font-size: .938rem; /* 15px */
}

/* ヘッダー */
  .product-management-warehouse-table thead th {
    /*background: linear-gradient(90deg, #0d3f86, #1c5aa6);*/
    background: #003a88;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}

/* セル */
  .product-management-warehouse-table td {
    padding: 18px 20px;
    text-align: center;
}

/* ストライプ */
  .product-management-warehouse-table tbody tr:nth-child(odd) {
    background-color: #cee8ef;
}

  .product-management-warehouse-table tbody tr:nth-child(even) {
    background-color: #f5f9fc;
}

@media (max-width: 768px) {
  .product-management-warehouse-table {
    width: 100%;
}
  .product-management-warehouse-table thead {
    display: none; /* ヘッダー消す */
  }

  .product-management-warehouse-table,
  .product-management-warehouse-table tbody,
  .product-management-warehouse-table tr,
  .product-management-warehouse-table td {
    display: block;
    width: 100%;
  }

  .product-management-warehouse-table tr {
    margin-bottom: 20px;
    background: #e9eef1;
    padding: 12px;
  }

  .product-management-warehouse-table td {
    text-align: left;
    padding: 8px 0;
    position: relative;
    padding-left: 110px; /* ラベル分の余白 */
  }

  /* ラベル表示 */
  .product-management-warehouse-table td::before {
    position: absolute;
    left: 0;
    top: 8px;
    font-weight: bold;
    color: #333;
  }

  .product-management-warehouse-table td:nth-child(1)::before {
    content: "倉庫名";
  }

  .product-management-warehouse-table td:nth-child(2)::before {
    content: "延床面積";
  }
}



  .product-management-distribution-center-sec {
    padding:100px 0px 80px 0px;
    background-color: #f8f8f8;
  }

  .product-management-other-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
  }






/* product-management
*************************************************** */
  .processing-sec {
    padding:100px 0px 50px 0px;
    background-color: #f8f8f8;
    text-align: center;
  }


.processing-image-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px; /* ←これが重要（余白） */
  margin: 0 auto 60px;
}

/* カード */
.processing-image-item {
  position: relative;
  overflow: hidden;
}

/* 画像ラッパー */
.processing-image-item .img {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

/* 画像 */
.processing-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 光エフェクト */
.processing-image-item-imgBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.processing-image-item.active .processing-image-item-imgBox::before {
  width: 0;
}

/* タイトル */
.processing-image-item .title {
  text-align: center;
  margin-top: 16px;
  font-weight: bold;
  font-size: 18px;
}




@media (max-width: 768px) {
  .processing-image-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}




  .processing-other-sec {
    padding:100px 0px 100px 0px;
    background-color: #f1f1f1;
  }








/* CULTURE
********************************************** */

  .culture01-sec {
    padding:100px 0px 80px 0px;
    background-color: #f8f8f8;
  }


  .culture02-sec {
    padding:0px 0px 180px 0px;
    background-color: #f8f8f8;
  }



  .culture--deco {
    position: absolute;
    bottom: -170px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 104px;
    background-size: 3331px 104px;
    background-image: url(../images/common/txt-deco.png);
    animation: culture-bgloop 120s infinite linear;
  }
  @keyframes culture-bgloop {
    0% { background-position: 0 0; }
    100% { background-position: -3331px 0; }
  }








.culture-list-wrapper .culture-list-box {
  margin:0px 0px 30px 0px;
  position: relative;
  display: flex;
  min-height: 500px;
  /*background: #cccccc;*/
}

.culture-list-wrapper .culture-list-box:nth-child(even) { /* 偶数の反転 */
  flex-direction: row-reverse;
}


.culture-list-wrapper .culture-list-box:nth-child(4n+1)::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../images/culture/img_09_02.jpg) no-repeat center / cover;
  z-index: 0;
}

.culture-list-wrapper .culture-list-box:nth-child(4n+2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/culture/img_09_03.jpg) no-repeat center / cover;
  z-index: 0;
}

.culture-list-wrapper .culture-list-box:nth-child(4n+3)::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../images/culture/img_09_06.jpg) no-repeat center / cover;
  z-index: 0;
}

.culture-list-wrapper .culture-list-box:nth-child(4n+4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/culture/img_09_07.jpg) no-repeat center / cover;
  z-index: 0;
}





/* 画像側（左） */
.culture-list-box .culture__media {
  position: relative;
  width: 50%;
}

/* オーバーレイパターン */
  .culture-list-box .culture__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../images/common/overlay-pattern.svg");
    background-repeat: repeat;
    /* ←これが重要：拡大しない */
    background-size: auto;
    /* 念のため（ブラウザによって効く） */
    image-rendering: pixelated;
    /* ←ここでサイズを制御 */
    background-size: 2px 2px;
}

/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .culture-list-box .culture__media::after {
    background-size: 4px 4px;
    opacity: 0.3;
  }
}


.culture-list-box .culture__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキストカード */
.culture-list-box .culture__content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  padding: 60px;
  background: #fcf7df;
  border-radius: 20px 0px 0px 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}


.culture-list-box .culture__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  height:100%;
  background-color: #033988;
  border-radius: 20px 0px 0px 20px;
  transform: scaleX(0);
  transform-origin: right center;
    

  }
.culture-list-box.active .culture__content::after {
  animation: stretchAndShrink 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }

  .culture-list-box:nth-child(even) .culture__content::after {
  border-radius: 0px 20px 20px 0px;
  left: 0;
  right: auto;
}



  .culture-list-box.active:nth-child(even) .culture__content::after {
  animation: stretchAndShrink 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }



  @keyframes stretchAndShrink {
    0% {
      transform: scaleX(0);
      transform-origin: left center; /* 最初は左基準で伸びる */
    }
    30% {
      transform: scaleX(1);
      transform-origin: left center;
    }
    70% {
      transform: scaleX(1);
      transform-origin: right center; /* 縮む時は右基準 */
    }
    100% {
      transform: scaleX(0);
      transform-origin: right center;
    }
  }






.culture-list-wrapper .culture-list-box:nth-child(even) .culture__content {
  border-radius: 0px 20px 20px 0px;
}


.culture-list-wrapper .culture-list-box:nth-child(even) .culture__content {
  left: 0;
  right: auto;
}


.culture-list-box .head__content {
  margin:0px 0px 20px 0px;
  overflow:hidden;
}

.culture-list-box .culture__content .sub {
  font-size: 2rem; /* 32px */
  font-weight: 600;
  line-height:100%;
}

.culture-list-box .culture__content .num {
  margin:0px 160px 20px 0px;
  font-size: 4rem; /* 64px */
  font-weight: 600;
  line-height:100%;
  float:left;
}

.culture-list-box .culture__content .title-content {
  margin:0px 0px 20px 0px;
overflow:hidden;
}

.culture-list-box .culture__content .title {
  margin:0px 30px 20px 0px;
  font-size: 2.5rem; /* 40px */
  font-weight: 600;
  line-height:100%;
}


.culture-list-box .culture__content .btn-box {
  margin:10px 0px 0px 0px;
  width:230px;
  float:left;
}



@media (max-width: 768px) {

  .culture-list-wrapper .culture-list-box  {
    display: block;
  }

  .culture-list-wrapper .culture-list-box:nth-child(odd)::before { /* 奇数のカラーバー */
    display: block;
    width: 100%;
    height: 30px; /* 好きな高さに調整 */
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 1; /* 薄め推奨 */
}
  .culture-list-wrapper .culture-list-box:nth-child(even)::before { /* 偶数のカラーバー */
    width: 100%;
    height: 30px;
    top: auto;
    bottom: 0;
    right: auto;
    opacity: 1; /* 薄め推奨 */
  }


  /* 画像 */
  .culture-list-box .culture__media {
    margin: 0px 0px 0px; /* ←少しだけ被せる */
    width: 100%;
    height: 350px;
  }
  .culture-list-box .culture__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /* カード */
  .culture-list-box .culture__content {
    position: static; /* ←これが一番重要 */
    transform: none;
    width: auto;
    margin: 0px 0px 0px; /* ←少しだけ被せる */
    padding: 30px 20px 80px 20px;
    border-radius: 0px;
  }
  .culture-list-wrapper .culture-list-box:nth-child(even) .culture__content {
    border-radius: 0px;
}

} /* @media (max-width: 768px) */








/* WOMEN
********************************************** */

  .women01-sec {
    padding:100px 0px 80px 0px;
    background-color: #f8f8f8;
  }


  .women02-sec {
    padding:0px 0px 20px 0px;
    background-color: #f8f8f8;
  }


.women-list-wrapper .women-list-box {
  margin:0px 0px 30px 0px;
  position: relative;
  display: flex;
  min-height: 500px;
  /*background: #cccccc;*/
}

.women-list-wrapper .women-list-box:nth-child(even) { /* 偶数の反転 */
  flex-direction: row-reverse;
}


.women-list-wrapper .women-list-box:nth-child(4n+1)::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../images/women/green_bg.jpg) no-repeat center / cover;
  z-index: 0;
}

.women-list-wrapper .women-list-box:nth-child(4n+2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/women/green_bg.jpg) no-repeat center / cover;
  z-index: 0;
}

.women-list-wrapper .women-list-box:nth-child(4n+3)::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../images/women/green_bg.jpg) no-repeat center / cover;
  z-index: 0;
}

.women-list-wrapper .women-list-box:nth-child(4n+4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/women/green_bg.jpg) no-repeat center / cover;
  z-index: 0;
}

.women-list-wrapper .women-list-box:nth-child(4n+5)::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../images/women/green_bg.jpg) no-repeat center / cover;
  z-index: 0;
}





/* 画像側（左） */
.women-list-box .women__media {
  position: relative;
  width: 50%;
}



/* オーバーレイパターン */
  .women-list-box .women__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../images/common/overlay-pattern.svg");
    background-repeat: repeat;
    /* ←これが重要：拡大しない */
    background-size: auto;
    /* 念のため（ブラウザによって効く） */
    image-rendering: pixelated;
    /* ←ここでサイズを制御 */
    background-size: 2px 2px;
}

/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .women-list-box .women__media::after {
    background-size: 4px 4px;
    opacity: 0.3;
  }
}



.women-list-box .women__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキストカード */
.women-list-box .women__content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  padding: 60px;
  background: #fcf7df;
  /*border-radius: 20px 0px 0px 20px;*/
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  background-image: url(../images/women/colorful_bg.jpg);
  background-repeat: no-repeat;
  background-position: center; /* 中央配置 */
  background-size: cover;
}


.women-list-box .women__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  height:100%;
  background-color: #ffe2f2;
  /*border-radius: 20px 0px 0px 20px;*/
  transform: scaleX(0);
  transform-origin: right center;
    

  }
.women-list-box.active .women__content::after {
  animation: stretchAndShrink 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }

  .women-list-box:nth-child(even) .women__content::after {
  border-radius: 0px 20px 20px 0px;
  left: 0;
  right: auto;
}



  .women-list-box.active:nth-child(even) .women__content::after {
  animation: stretchAndShrink 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }



  @keyframes stretchAndShrink {
    0% {
      transform: scaleX(0);
      transform-origin: left center; /* 最初は左基準で伸びる */
    }
    30% {
      transform: scaleX(1);
      transform-origin: left center;
    }
    70% {
      transform: scaleX(1);
      transform-origin: right center; /* 縮む時は右基準 */
    }
    100% {
      transform: scaleX(0);
      transform-origin: right center;
    }
  }






.women-list-wrapper .women-list-box:nth-child(even) .women__content {
  border-radius: 0px 20px 20px 0px;
}


.women-list-wrapper .women-list-box:nth-child(even) .women__content {
  left: 0;
  right: auto;
}


.women-list-box .head__content {
  margin:0px 0px 20px 0px;
  overflow:hidden;
}




.women-list-box .women__content .sub {
  font-size: 2rem; /* 32px */
  font-weight: 600;
  line-height:100%;
  color:#e06fad;
}

.women-list-box .women__content .num {
  margin:0px 60px 0px 0px;
  font-size: 4rem; /* 64px */
  font-weight: 600;
  line-height:100%;
  color:#e06fad;
  float:left;
}

.women-list-box .women__content .point-title {
  margin:10px 0px 0px 0px;
  width:360px;
  font-size: 2rem; /* 32px */
  font-weight: 600;
  color:#e06fad;
  float:left;
}


.women-list-box .women__content .title-content {
  margin:0px 0px 20px 0px;
overflow:hidden;
}

.women-list-box .women__content .title {
  margin:0px 30px 10px 0px;
  font-size: 1.625rem; /* 26px */
  font-weight: 600;
  line-height:100%;
}





@media (max-width: 768px) {

  .women-list-wrapper .women-list-box  {
    display: block;
  }

  .women-list-wrapper .women-list-box:nth-child(odd)::before { /* 奇数のカラーバー */
    display: block;
    width: 100%;
    height: 30px; /* 好きな高さに調整 */
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 1; /* 薄め推奨 */
}
  .women-list-wrapper .women-list-box:nth-child(even)::before { /* 偶数のカラーバー */
    width: 100%;
    height: 30px;
    top: auto;
    bottom: 0;
    right: auto;
    opacity: 1; /* 薄め推奨 */
  }


  /* 画像 */
  .women-list-box .women__media {
    margin: 0px 0px 0px; /* ←少しだけ被せる */
    width: 100%;
    height: 350px;
  }
  .women-list-box .women__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /* カード */
  .women-list-box .women__content {
    position: static; /* ←これが一番重要 */
    transform: none;
    width: auto;
    margin: 0px 0px 0px; /* ←少しだけ被せる */
    padding: 30px 20px 80px 20px;
    border-radius: 0px;
  }
  .women-list-wrapper .women-list-box:nth-child(even) .women__content {
    border-radius: 0px;
}

} /* @media (max-width: 768px) */







  .women-attractive-sec {
    padding:40px 0px 120px 0px;
    background-color: #f8f8f8;
  }


  .women-attractive-title-wrap {
    margin:0px 0px 80px 0px;
    text-align: center;
  }
  .women-attractive-title-wrap img {
    margin:0px auto 0px;
    width:460px;
  }

  .women-attractive-img-wrap {
    margin:0px 0px 0px 0px;
    text-align: center;
  }
  .women-attractive-img-wrap img {
    margin:0px auto 0px;
    width:800px;
  }


@media (max-width: 768px) {

  .women-attractive-title-wrap {
    margin:0px 0px 40px 0px;
    text-align: center;
  }

  .women-attractive-title-wrap img {
    margin:0px auto 0px;
    width:80%;
  }


  .women-attractive-img-wrap img {
    margin:0px auto 0px;
    width:70%;
  }

} /* @media (max-width: 768px) */


  .women-interview-sec {
    padding:100px 0px 80px 0px;
    background-color: #f1f1f1;
  }



.women-interview-wrap {
  padding: 40px 20px 80px;
  overflow: hidden;
}

.women-interview-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.women-interview-card {
  background: #fff;
  border: 1px solid #d9d9d9;
  /*padding: 54px 36px 40px;*/
  position: relative;
  text-align: center;
}



.women-interview-card-inner {
  padding: 54px 36px 40px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}






.women-interview-label {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 260px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #b51f1a;
  color: #fff;
  font-size: 1rem; /* 16px */
  font-weight: 700;
  line-height: 1;
  z-index: 5;
}

.women-interview-photo {
  width: 140px;
  height: 140px;
  margin: 0 auto 32px;
  border-radius: 50%;
  overflow: hidden;
}

.women-interview-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  transform: scale(1.15) translateY(8px);
  transform-origin: center;
  display: block;
}



/* 光エフェクト */
.women-interview-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.women-interview-card-inner.active .women-interview-photo::before {
  width: 0;
}


.women-interview-title {
  color: #1c4aa3;
  font-size: 1.125rem; /* 18px */
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
  padding-bottom: 0px;
  position: relative;
}

/* ライン
.women-interview-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 130px;
  height: 4px;
  background: #1c4aa3;
}
*/

.women-interview-text {
  text-align: left;
  color: #222;
  font-size: .938rem; /* 15px */
  line-height: 1.8;
text-align: justify;
}



@media (max-width: 1100px) {
  .women-interview-list {
    grid-template-columns: repeat(2, 1fr);
  }
}



@media (max-width: 768px) {
  .women-interview {
    padding: 70px 16px 80px;
  }

  .women-interview-list {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .women-interview-card {
    /*padding: 46px 20px 30px;*/
  }

  .women-interview-card-inner {
    padding: 46px 20px 30px;
  }

  .women-interview-label {
    min-width: 220px;
    font-size: 1rem; /* 16px */
    padding: 12px 18px;
    top: -22px;
  }

  .women-interview-photo {
    width: 220px;
    height: 220px;
    margin-bottom: 24px;
  }

  .women-interview-title {
    font-size: 1.125rem; /* 18px */
    margin-bottom: 22px;
    padding-bottom: 18px;
  }

  .women-interview-title::after {
    width: 100px;
    height: 3px;
  }

  .women-interview-text {
    font-size: .938rem; /* 15px */
    line-height: 1.9;
  }
}











































/* BASE
*************************************************** */
  .base-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
    text-align: center;
  }
  .base-content-info {
    margin:0px auto 0px;
    padding:0px 0px 0px 0px;
    width:80%;
    text-align: center;
  }


  .base-content-info h4.page-block-title01 {
    margin:0px auto 60px;
    padding: 0 20px 4px;
    position: relative;
    width:150px;
    text-align: center;
    font-size: 1.5rem; /* 24px */
    font-weight: bold;
    color: #033988;
    display: inline-block;
    z-index: 1;
}

/* 水色の帯 */
  .base-content-info h4.page-block-title01::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px; /* テキストとの位置調整 */
    transform: translateX(-50%);
    width: 100%;
    height: 16px;
    background: #e9eace;
    z-index: -1;
}



  .base-content-info h4.page-block-title02 {
    margin:0px auto 60px;
    padding: 0 20px 4px;
    position: relative;
    width:260px;
    text-align: center;
    font-size: 1.5rem; /* 24px */
    font-weight: bold;
    color: #033988;
    display: inline-block;
    z-index: 1;
}

/* 水色の帯 */
  .base-content-info h4.page-block-title02::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px; /* テキストとの位置調整 */
    transform: translateX(-50%);
    width: 100%;
    height: 16px;
    background: #ceead0;
    z-index: -1;
}








.base-office-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: left;
}

/* カード */
.base-office-card {
  padding: 30px;
  transition: .3s;
  position: relative;
}

/* 光エフェクト */
.base-office-card-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.base-office-card.active .base-office-card-inner::before {
  width: 0;
}



.base-office-card:hover {
  transform: translateY(-5px);
  /*opacity: 0.7;*/
}


.base-office-card.type01 {
  background: #e9eace;
}
.base-office-card.type02 {
  background: #ceead0;
}

.base-office-card.type01:hover {
  background: #f0f2d5;
/*box-sizing: border-box;
border:5px solid #0d3f86;*/
}

.base-office-card.type02:hover {
  background: #d6f3d8;
}




/* 上部 */
.base-office-card .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* タイトル */
.base-office-card h3 {
  font-size: 1.125rem; /* 18px */
  margin: 0;
}

/* MAPボタン */
.map-btn {
  border: 1px solid #333;
  background: #ffffff;
  padding: 1px 22px;
  font-size: .75rem; /* 12px */
  text-decoration: none;
  color: #333;
}

.map-btn::after {
  content: "→";
  margin-left: 6px;
}


/* サブ */
.base-office-card .sub {
  margin: 10px 0;
}

/* 青ライン */
.base-office-card .line {
  height: 3px;
  background: #0d3f86;
  margin: 10px 0 20px;
}

/* テキスト */
.base-office-card p {
  margin: 4px 0;
  line-height: 1.6;
  font-size: .938rem; /* 15px */
}





@media (max-width: 768px) {
  .base-office-wrap {
    grid-template-columns: 1fr;
  }
}








/* CHARM
*************************************************** */
  .charm-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
    text-align: center;
  }
  .charm-content-info {
    margin:0px auto 0px;
    padding:0px 0px 0px 0px;
    width:80%;
    text-align: center;
  }



/* 全体 */
.charm-content-feature-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* カード */
.charm-content-feature-card {
  position: relative;
  background: #ffffff;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid #ddd;
}

.charm-content-feature-card {
  transition: .3s;
}


/* 光エフェクト */
.charm-content-feature-card-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.charm-content-feature-card.active .charm-content-feature-card-inner::before {
  width: 0;
}







.charm-content-feature-card:hover {
  transform: translateY(-5px);
}

/* 番号 */
.charm-content-feature-card .num {
  position: absolute;
  top: 0;
  left: 0;
  background: #f57c00;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 丸画像 */
.charm-content-feature-card .img {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}


.charm-content-feature-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* オーバーレイパターン */
  .charm-content-feature-card .img::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../images/common/overlay-pattern.svg");
    background-repeat: repeat;
    /* ←これが重要：拡大しない */
    background-size: auto;
    /* 念のため（ブラウザによって効く） */
    image-rendering: pixelated;
    /* ←ここでサイズを制御 */
    background-size: 2px 2px;
}


/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .charm-content-feature-card .img::after {
    background-size: 4px 4px;
    opacity: 0.3;
  }
}







/* 光エフェクト */
.charm-content-feature-card .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 130%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.charm-content-feature-wrap.active .charm-content-feature-card .img::before {
  width: 0;
}






/* タイトル */

.charm-content-feature-card h3 {
  position: relative;
  color: #1c4aa3;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* ライン */
.charm-content-feature-card h3::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #1c4aa3;
  margin: 12px auto 0;
}




/* テキスト */
.charm-content-feature-card p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

/* ボタン */
.charm-content-feature-card .btn-box {
margin:0px 0px 30px 0px;
  padding: 40px 0px 0px 0px;

}


@media (max-width: 768px) {
  .charm-content-feature-wrap {
    grid-template-columns: 1fr;
  }

  .charm-content-feature-card {
    padding: 30px 20px;
  }

  .charm-content-feature-card .img {
    width: 200px;
    height: 200px;
  }
}






/* TRAIGING SYSTEM
********************************************** */

  .training-system-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
  }





.training-flow-sec {
  background: #f3f3f3;
  padding: 90px 20px 100px;
}

.training-flow-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #1c4aa3;
  margin-bottom: 50px;
}

.training-flow-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #1c4aa3;
  margin: 14px auto 0;
}

.training-flow-list {
  max-width: 1100px;
  margin: 0 auto;
}

.training-flow-list::before {
  content: none;
}

.training-flow-row {
  display: flex;
  align-items: center;
  gap: 28px;
  gap: 0;                /* 余白をなくす */
  margin-bottom: 12px;   /* 下のカードとの差を縮める */
}

.training-flow-step {
  width: 88px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-right: -24px;   /* STEPをカードに少しかぶせる */
}

.training-flow-step img {
  width: 86px;
  display: block;
}

.training-flow-card {
  flex: 1;
  background: #fff;
  border-radius: 24px;
  padding: 28px 34px 28px 60px;
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.training-flow-img {
  width: 380px;
  flex-shrink: 0;
}





.training-flow-img img {
  width: 100%;
  display: block;
}

.training-flow-card .training-flow-img {
  width: 380px;
  flex-shrink: 0;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}


.training-flow-card .training-flow-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 光エフェクト */
.training-flow-card .training-flow-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.training-flow-row.active .training-flow-card .training-flow-img::before {
  width: 0;
}

/* オーバーレイパターン */
  .training-flow-card .training-flow-img::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../images/common/overlay-pattern.svg");
    background-repeat: repeat;
    /* ←これが重要：拡大しない */
    background-size: auto;
    /* 念のため（ブラウザによって効く） */
    image-rendering: pixelated;
    /* ←ここでサイズを制御 */
    background-size: 2px 2px;
}

/* hoverで消える */
  .training-flow-card .training-flow-img:hover::after {
    opacity: 0;
}



/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .training-flow-card .training-flow-img::after {
    background-size: 4px 4px;
    opacity: 0.3;
  }
}






.training-flow-text {
  flex: 1;
}

.training-flow-text h3 {
  font-size: 1.25rem; /* 20px */
  line-height: 1.5;
  font-weight: 700;
  color: #222;
  margin-bottom: 14px;
}
.training-flow-text h3 span{
  padding:0px 0px 0px 30px;
display:block;
}

.training-flow-text h3::after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background: #1c4aa3;
  margin-top: 12px;
}

.training-flow-text p {
  padding:0px 0px 0px 30px;
  font-size: .938rem; /* 15px */
  line-height: 2;
  color: #333;
}

.training-flow-arrow {
  width: 88px;
  display: flex;
  justify-content: center;
  margin: 2px 0 6px;     /* 上下の間隔を詰める */
  position: relative;
  z-index: 2;
}

.training-flow-arrow img {
  width: 38px;
  display: block;
  /*transform: translateX(10px);*/ /* 矢印を右に寄せてカードに少しかける */
}



.training-flow-message {
  text-align: center;
  padding: 20px 20px 70px;
}
.training-flow-message-arrow {
  text-align: center;
}

.training-flow-message-arrow img {
  margin:0px auto 20px;
  width: 48px;
  height: auto;
  display: block;
}




@media (max-width: 768px) {
  .training-flow-sec {
    padding: 70px 16px 80px;
  }



  .training-flow-row {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 10px;
  }

  .training-flow-step {
    width: 100%;
    display: flex;
    justify-content: center;   /* 中央 */
    align-items: center;
    margin-right: 0;           /* PC版のかぶせ解除 */
    margin-bottom: -10px;       /* 少しカードにかける */
  }

  .training-flow-step img {
    width: 72px;
  }

  .training-flow-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 18px;
    margin-left: 0;
  }

  .training-flow-img {
    width: 100%;
  }


  .training-flow-text h3 {
    font-size: 1.125rem; /* 18px */
  }
  .training-flow-text h3 span {
    padding:0px 0px 0px 0px;
  }

  .training-flow-text p {
    padding:0px 0px 0px 0px;
    font-size: .938rem; /* 15px */
    line-height: 1.9;
  }

  .training-flow-arrow {
    width: 100%;
    display: flex;
    justify-content: center;   /* 中央 */
    padding-left: 0;
    margin: 6px 0 8px;
  }

  .training-flow-arrow img {
    width: 24px;
  }

  .training-flow-message-arrow img {
    width: 42px;
  }

} /* @media (max-width: 768px) */








  .training-key-points-sec {
    padding:100px 0px 200px 0px;
    background-color: #f8f8f8;
  }


  .training-key-points-content-wrap {
    margin:0px 0px 32px 0px;
  }


  .training-key-points-content-info {
    padding:0px 0px 0px 0px;
    width:80%;
  }

  .training-key-points-content-info h3 {
      margin:0px 0px 10px 0px;
      padding:0px 0px 0px 0px;
      font-size: 1.125rem; /* 18px */
  }


  .training-key-points-content-body {
    padding:30px 0px 30px 0px;
    background-color: #ffffff;
    min-height: 400px;
}
  @media screen and (max-width: 767px) {
  .training-key-points-content-body {
    min-height: 100%;
    }
  }



  .training-key-points-content-body .point-img {
    margin:0px 0px 30px 0px;
    padding:0px 0px 0px 0px;
    width:260px;
    animation: pikupiku-img 3.2s infinite ease-in-out;
}

@keyframes pikupiku-img {
  /* 動き（最初の1.2秒相当） */
  0%   { transform: translateX(0); }
  6%   { transform: translateX(6px); }
  12%  { transform: translateX(0); }
  18%  { transform: translateX(4px); }
  24%  { transform: translateX(0); }

  /* ここから停止（約2秒分） */
  24%  { transform: translateX(0); }
  100% { transform: translateX(0); }
}


  .recruit-company-tour-key-points-content-body .text-wrap {
    padding:30px 0px 10px 0px;
    background-color: #e7eeff;
}





  .training-key-points-content-body h3 {
      margin:0px 0px 14px 0px;
      padding:0px 0px 16px 40px;
      position: relative; /*positionをrelativeに指定*/
    /*border-bottom: 3px solid #033988;*/
    font-size: 1.125rem; /* 18px */
}
/*
  .training-key-points-content-body h3::after {
  position: absolute;
  content: "";
  background-color: #033988;
  width: 60%;
  height: 3px;
  bottom: 0px;
  left: 0;
  transform: translateX(0);
}
*/



  .training-key-points-content-body h3 span {
    margin:0px 0px 0px 0px;
    padding:0px 0px 4px 0px;
    color: #adadad;
    font-size: .938rem; /* 15px */
display:block;
}


  .training-key-points-content-body p {
    margin:0px 0px 30px 0px;
    padding:0px 40px 0px 40px;
    width:100%;
    text-align: justify;
}







.training-interview-sec {
  background: #f3f3f3;
  padding: 90px 20px 100px;
}




.training-interview-wrap {
  padding: 40px 20px 80px;
  overflow: hidden;
}

.training-interview-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.training-interview-card {
  background: #fff;
  border: 1px solid #d9d9d9;
  /*padding: 54px 36px 40px;*/
  position: relative;
  text-align: center;
}



.training-interview-card-inner {
  padding: 54px 36px 40px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}






.training-interview-label {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 260px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #b51f1a;
  color: #fff;
  font-size: 1rem; /* 16px */
  font-weight: 700;
  line-height: 1;
  z-index: 5;
}

.training-interview-photo {
  position: relative;
  width: 290px;
  height: 290px;
  margin: 0 auto 32px;
  border-radius: 50%;
  overflow: hidden;
}


/* オーバーレイパターン */
  .training-interview-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../images/common/overlay-pattern.svg");
    background-repeat: repeat;
    /* ←これが重要：拡大しない */
    background-size: auto;
    /* 念のため（ブラウザによって効く） */
    image-rendering: pixelated;
    /* ←ここでサイズを制御 */
    background-size: 2px 2px;
}

/* hoverで消える */
  .training-interview-photo:hover::after {
    opacity: 0;
}



/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .training-interview-photo::after {
    background-size: 4px 4px;
    opacity: 0.3;
  }
}



/* 光エフェクト */
.training-interview-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.training-interview-card-inner.active .training-interview-photo::before {
  width: 0;
}



.training-interview-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  display: block;
}



.training-interview-title {
  color: #1c4aa3;
  font-size: 1.25rem; /* 20px */
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 28px;
  padding-bottom: 24px;
  position: relative;
}

.training-interview-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 130px;
  height: 4px;
  background: #1c4aa3;
}

.training-interview-text {
  text-align: left;
  color: #222;
  font-size: .938rem; /* 15px */
  line-height: 1.8;
text-align: justify;
}

@media (max-width: 768px) {
  .training-interview {
    padding: 70px 16px 80px;
  }

  .training-interview-list {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .training-interview-card {
    /*padding: 46px 20px 30px;*/
  }

  .training-interview-card-inner {
    padding: 46px 20px 30px;
  }

  .training-interview-label {
    min-width: 220px;
    font-size: 1rem; /* 16px */
    padding: 12px 18px;
    top: -22px;
  }

  .training-interview-photo {
    width: 220px;
    height: 220px;
    margin-bottom: 24px;
  }

  .training-interview-title {
    font-size: 1.125rem; /* 18px */
    margin-bottom: 22px;
    padding-bottom: 18px;
  }

  .training-interview-title::after {
    width: 100px;
    height: 3px;
  }

  .training-interview-text {
    font-size: .938rem; /* 15px */
    line-height: 1.9;
  }
}



/* FAMILIES
********************************************** */

  .families-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
  }



  .families-content-info {
    padding:0px 0px 0px 0px;
    width:80%;
  }



  .families-sec .btn-block01 {
    padding:80px 0px 0px 0px;
  }



.families-women-success-sec {
  background: #f3f3f3;
  padding: 120px 0px 100px;
}



.families-women-success-wrap {
  padding: 40px 0px 0px;

}

.families-women-success-list {
  max-width: 1460px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.families-women-success-card {
  background: #fff;
  text-align: center;
  /*min-height: 740px;*/
  box-sizing: border-box;
  min-width: 0;
}



.families-women-success-card-inner {
  padding: 0 38px 60px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}






.families-women-success-bar {
  width: calc(100% + 76px);
  height: 18px;
  margin: 8px 0 28px -38px;
  background: #d65380;/*濃いピンク*/
  position: relative;
}

.families-women-success-bar::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background: #f0cac0;/*淡いピンク*/
}
.families-women-success-bar::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
}


.families-women-success-photo {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto 34px;
  border-radius: 50%;
  overflow: hidden;
}


.families-women-success-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}


/* 光エフェクト */
.families-women-success-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.families-women-success-card-inner.active .families-women-success-photo::before {
  width: 0;
}



.families-women-success-photo {
  position: relative;
  overflow: hidden;
}

/* オーバーレイ */
.families-women-success-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background-image: url("../images/common/overlay-pattern.svg");
  background-repeat: repeat;
  background-size: 2px 2px;

  opacity: 1;

  transition: opacity 0.3s ease;
}

/* hoverで消える */
.families-women-success-photo:hover::after {
  opacity: 0;
}


/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .families-women-success-photo::after {
    /*background-image: url("../images/common/overlay-pattern.svg");*/
    background-size: 4px 4px;
    opacity: 0.3;
  }
}






.families-women-success-title {
  color: #de4d7f;
  font-size: 1.25rem; /* 20px */
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 34px;
  padding-bottom: 24px;
  position: relative;
}

.families-women-success-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 165px;
  height: 4px;
  background: #de4d7f;
}

.families-women-success-text {
  text-align: left;
  color: #222;
  font-size: .938rem; /* 15px */
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 1024px) {
  .families-women-success-list {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .families-women-success-card {
    min-height: auto;
  }



  .families-women-success-card-inner {
    padding: 0 24px 40px;
}






  .families-women-success-bar {
    width: calc(100% + 48px);
    margin: 8px 0 24px -24px;
    height: 18px;
  }

  .families-women-success-bar::before {
    height: 6px;
    top: -9px;
  }

.families-women-success-bar::after {
    height: 3px;

}


  .families-women-success-photo {
    width: 260px;
    height: 260px;
    margin-bottom: 28px;
  }

  .families-women-success-title {
    font-size: 1.25rem; /* 20px */
    margin-bottom: 24px;
    padding-bottom: 18px;
  }

  .families-women-success-title::after {
    width: 120px;
    height: 3px;
  }

  .families-women-success-text {
    font-size: .938rem; /* 15px */
    line-height: 1.9;
  }
}


  .families-women-success-sec .btn-block02 {
    padding:120px 0px 0px 0px;
  }




/*福利厚生*/

  .families-benefit-sec {
    padding:100px 0px 200px 0px;
    background-color: #f8f8f8;
  }




  .families-benefit-wrap {
    padding: 0px 0px 0px;
}

  .families-benefit-grid {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

  .families-benefit-card {
    min-height: 280px;
    /*padding: 26px 28px 66px;*/
    text-align: center;
    box-sizing: border-box;
}


.families-benefit-card-inner {
    padding: 26px 28px 66px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


  .families-benefit-card--blue {
    background: #e0e9fd;
    color: #2446a6;
}

  .families-benefit-card--beige {
    background: #efebdb;
    color: #b9982d;
}

  .families-benefit-icon {
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

  .families-benefit-icon img {
    width: 136px;
    height: 136px;
    object-fit: contain;
    display: block;
}


/* 光エフェクト */
  .families-benefit-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.families-benefit-card-inner.active .families-benefit-icon::before {
  width: 0;
}


  .families-benefit-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 22px;
    position: relative;
    z-index: 1;
}

  .families-benefit-title::after {
    content: "";
    display: block;
    width: 260px;
    max-width: 100%;
    height: 14px;
      margin: -12px auto 0;
    background: currentColor;
    opacity: 0.18;
    position: relative;
    z-index: -1;
}

  .families-benefit-text {
    text-align: left;
    font-size: 14px;
    line-height: 1.9;
    color: #222;
    margin: 0;
    text-align:justify;
    text-justify:inter-ideograph;
}

@media (max-width: 1024px) {
  .families-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .families-benefit-wrap {
    padding: 70px 16px 80px;
  }

  .families-benefit-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .families-benefit-card {
    min-height: auto;
  }

  .families-benefit-card-inner {
    padding: 24px 20px 38px;
}

  .families-benefit-icon {
    height: 128px;
    margin-bottom: 14px;
  }

  .families-benefit-icon img {
    width: 122px;
    height: 122px;
  }

  .families-benefit-title {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .families-benefit-title::after {
    width: 260px;
    height: 12px;
    margin-top: -8px;
  }

  .bfamilies-benefit-text {
    font-size: 13px;
    line-height: 1.8;
  }
}




.qa-sec {
  background: #f3f3f3;
  padding: 90px 20px 100px;
}

.qa02-sec {
  background: #f8f8f8;
  padding: 90px 20px 100px;
}

.qa-inner {
  margin: 0 auto;
  width:960px;
}


.qa-card {
margin:0px 0px 30px 0px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.qa-item {
  border: 1px solid #d2d2d2;
  background: #fff;
}

.qa-item + .qa-item {
  margin-top: 30px;
}



/* 光エフェクト */
  .qa-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.qa-card.active .qa-item::before {
  width: 0;
}








.qa-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 34px 24px 34px 38px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 64px;
  align-items: center;
  column-gap: 16px;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

.qa-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Times New Roman", serif;
  line-height: 1;
}

.qa-mark--question {
  color: #093391;
  font-size: 2.5rem; /* 40px */
}

.qa-mark--answer {
  color: #898989;
  font-size: 2.5rem; /* 40px */
  align-self: start;
}

.qa-question-text {
  color: #093391;
  font-size: 1.25rem; /* 20px */
  font-weight: 700;
  line-height: 1.5;
}

.qa-toggle {
  width: 46px;
  height: 46px;
  position: relative;
  justify-self: end;
  transition: transform 0.28s ease;
}

.qa-toggle-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: #898989;
  transform: translate(-50%, -50%);
  transition: transform 0.28s ease, opacity 0.2s ease, background-color 0.25s ease;
}

.qa-toggle-bar--vertical {
  transform: translate(-50%, -50%) rotate(90deg);
}

.qa-item.is-open .qa-toggle {
  transform: rotate(180deg);
}

.qa-item.is-open .qa-toggle-bar--vertical {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.15);
  opacity: 0;
}

.qa-answer-wrap {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.35s ease, opacity 0.3s ease;
  opacity: 1;
}

.qa-answer-wrap[hidden] {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
}

.qa-answer {
  min-height: 0;
  overflow: hidden;
  padding: 0 38px 34px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  column-gap: 16px;
}

.qa-answer-text {
  color: #000000;
  font-size: 1rem; /* 16px */
  line-height: 2;
  padding-top: 6px;
}

.qa-answer-text p {
  margin: 0;
}

.qa-answer-text p + p {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .qa-sec {
    /*padding: 56px 16px 72px;*/
  }


.qa-inner {
    width:100%;
}

  .qa-item + .qa-item {
    margin-top: 18px;
  }

  .qa-question {
    padding: 22px 16px 22px 18px;
    grid-template-columns: 42px minmax(0, 1fr) 34px;
    column-gap: 12px;
  }

  .qa-mark--question,
  .qa-mark--answer {
    font-size: 40px;
  }

  .qa-question-text {
    font-size: 18px;
    line-height: 1.6;
  }

  .qa-toggle {
    width: 28px;
    height: 28px;
  }

  .qa-toggle-bar {
    width: 28px;
    height: 3px;
  }

  .qa-answer {
    padding: 0 16px 22px 18px;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 12px;
  }

  .qa-answer-text {
    font-size: 14px;
    line-height: 1.9;
    padding-top: 2px;
  }
}



/* RECRUIT
*************************************************** */


.recruit-anchor-sec {
  background: #f8f8f8;
  padding: 0px 0px 0px 0px;
}


/* =========================
  レイアウト（横4つ・余白あり）
========================= */
.anchorlinkBtn01-wrap {
  display: flex;
  flex-wrap: wrap; /* ←これ絶対必要 */
  gap: 32px;            /* ←ここ重要（余白） */
  padding: 40px;
}


/* =========================
  各ボタン（均等）
========================= */
.imgAnchorLinkButtonInner01 {
  width: calc(25% - 24px);
}


/* =========================
  ボタン本体
========================= */
.anchorlinkButton01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 24px;
  font-size: 1rem; /* 16px */
  color: #033988;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #033988;  /* ←しっかり枠 */
  box-sizing: border-box;
cursor: pointer;
}


/* =========================
  テキスト
========================= */
.anchorlinkButton01_text {
  flex: 1;
  text-align: center;   /* ←中央寄せ（画像に合わせる） */
  line-height: 1.4;
  word-break: break-word;
  padding-right: 32px; /* ←これ重要 */
}

.anchorlinkButton01_text.is-small {
  font-size: .875rem; /* 14px */
}


/* =========================
  アイコン
========================= */
.anchorlinkButton01_icon {
  position: absolute;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.anchorlinkButton01 {
  position: relative;   /* ←アイコン絶対配置のため */
}

.anchorlinkButton01_icon img {
  width: 20px;
}


/* =========================
  ホバー
========================= */
@media (any-hover: hover) {
  .anchorlinkButton01:hover {
    background-color: #f5f8ff;
    box-shadow: inset 0 0 0 1px #033988;
  }

  .anchorlinkButton01:hover .anchorlinkButton01_icon {
    transform: translateY(3px);
  }
}

@media screen and (max-width: 1024px) {
  .imgAnchorLinkButtonInner01 {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 600px) {
  .imgAnchorLinkButtonInner01 {
    width: 100%;
  }
}





/* =========================
  各ボタン（均等）
========================= */
.imgAnchorLinkButtonInner02 {
  margin:0px auto 0px;
  width: 100%;
}


/* =========================
  ボタン本体
========================= */
.anchorlinkButton02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 24px;
  font-size: 1rem; /* 16px */
  color: #033988;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #033988;  /* ←しっかり枠 */
  box-sizing: border-box;
  cursor: pointer;
}


/* =========================
  テキスト
========================= */
.anchorlinkButton02_text {
  flex: 1;
  text-align: center;   /* ←中央寄せ（画像に合わせる） */
  line-height: 1.4;
  word-break: break-word;
  padding-right: 32px; /* ←これ重要 */
}

.anchorlinkButton02_text.is-small {
  font-size: .875rem; /* 14px */
}


/* =========================
  アイコン
========================= */
.anchorlinkButton02_icon {
  position: absolute;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.anchorlinkButton02 {
  position: relative;   /* ←アイコン絶対配置のため */
}

.anchorlinkButton02_icon img {
  width: 20px;
}


/* =========================
  ホバー
========================= */
@media (any-hover: hover) {
  .anchorlinkButton02:hover {
    background-color: #f5f8ff;
    box-shadow: inset 0 0 0 1px #033988;
  }

  .anchorlinkButton02:hover .anchorlinkButton01_icon {
    transform: translateY(3px);
  }
}

@media screen and (max-width: 1024px) {
  .imgAnchorLinkButtonInner02 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .imgAnchorLinkButtonInner02 {
    width: 80%;
  }
}






/* =========================
  レイアウト（横4つ・余白あり）
========================= */
.anchorlinkBtn03-wrap {
  display: flex;
  flex-wrap: wrap; /* ←これ絶対必要 */
  gap: 16px;            /* ←ここ重要（余白） */
  padding: 40px;
}


/* =========================
  各ボタン（均等）
========================= */
.imgAnchorLinkButtonInner03 {
  width: calc(33% - 24px);
}


/* =========================
  ボタン本体
========================= */
.anchorlinkButton03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 14px;
  font-size: .938rem; /* 15px */
  color: #033988;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #033988;  /* ←しっかり枠 */
  box-sizing: border-box;
cursor: pointer;
}


/* =========================
  テキスト
========================= */
.anchorlinkButton03_text {
  flex: 1;
  text-align: center;   /* ←中央寄せ（画像に合わせる） */
  line-height: 1.4;
  word-break: break-word;
  padding-right: 32px; /* ←これ重要 */
}

.anchorlinkButton03_text.is-small {
  font-size: .875rem; /* 14px */
}


/* =========================
  アイコン
========================= */
.anchorlinkButton03_icon {
  position: absolute;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.anchorlinkButton03 {
  position: relative;   /* ←アイコン絶対配置のため */
}

.anchorlinkButton03_icon img {
  width: 20px;
}


/* =========================
  ホバー
========================= */
@media (any-hover: hover) {
  .anchorlinkButton03:hover {
    background-color: #f5f8ff;
    box-shadow: inset 0 0 0 1px #033988;
  }

  .anchorlinkButton03:hover .anchorlinkButton01_icon {
    transform: translateY(3px);
  }
}

@media screen and (max-width: 1024px) {
  .imgAnchorLinkButtonInner03 {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 600px) {
  .imgAnchorLinkButtonInner03 {
    width: 100%;
  }
}



















  .recruit-requirements-sec {
    padding: 80px 00px 130px;
    background-color: #f8f8f8;
  }


  .recruit-requirements-slider {
    width: 80%;
    margin:50px auto;
  }



  .recruit-requirements-sec .inner {
    position: relative;
    z-index: 1;
  }


  .recruit-requirements-slider {
    width: 80%;
    margin:50px auto;
  }




  .recruit-requirements-slider .slick-prev:before,
  .recruit-requirements-slider .slick-next:before {
      color: #666666;
    }


  .recruit-requirements-slider .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
  .recruit-requirements-slider .slick-active {
      opacity: .5;
    }

  .recruit-requirements-slider .slick-current {
      opacity: 1;
    }



  .recruit-requirements-slide_box {
    margin:0px 0px 20px 0px;
    background-color:#ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    height: 540px;
  }

/* SP：2行分 */
@media screen and (max-width: 767px) {
  .recruit-requirements-slide_box {
    height: 580px;
  }
}

  .recruit-requirements-slide_box_inner {
padding:50px 50px 50px 50px;
  }

.recruit-requirements-slide_box_img {
flex-basis: 40%;
}
  @media screen and (max-width: 767px) {
    .recruit-requirements-slide_box_img {
    margin:0px 0px 20px 0px;
    }
  }

.recruit-requirements-slide_box_text {
padding:0px 0px 0px 50px;
flex-basis: 60%;
}
  @media screen and (max-width: 767px) {
    .recruit-requirements-slide_box_text {
    padding:0px 0px 0px 0px;
    }
  }


.recruit-requirements-slide_box_text h3 {
    margin:0px 0px 20px 0px;
    padding:0px 0px 10px 0px;
    border-bottom:1px solid #cccccc;
}
.recruit-requirements-slide_box_text h3 span {
    font-size:15px;
    font-weight:normal;
    color:#999999;
}




/* PC：3行分の高さ */
.recruit-requirements_slide_text-wrapper {
  line-height: 1.6;
  height: 250px; /* ←ここで表示範囲調整 */
  overflow: hidden;
  display: block; /* 念のため */
}

@media screen and (max-width: 767px) {
  .recruit-requirements_slide_text-wrapper {
    position: relative;
    max-height: 80px; /* ←ここで表示範囲調整 */
    overflow: hidden;
  }

  .recruit-requirements_slide_text-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;

    /* 白背景にフェード */
    background: linear-gradient(
      to bottom,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,1) 100%
    );
  }
}



.recruit-requirements_slide_text-wrapper .flex {
  margin-bottom: 14px; /* ← 行と行の間の余白 */
}

@media screen and (max-width: 767px) {
  .recruit-requirements_slide_text-wrapper .flex {
    flex-direction: column;
    gap: 4px; /* タイトルと本文の間 */
  }
}




.recruit-requirements-slide_box_text_title {
  flex: 0 0 120px; /* ←固定幅にする */
  }

@media screen and (max-width: 767px) {
  .recruit-requirements-slide_box_text_title {
    flex: none;
  }
}
.recruit-requirements-slide_box_text_body {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;  /* 3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  }

@media screen and (max-width: 767px) {
  .recruit-requirements-slide_box_text_body {
    flex: none;
  }
}



  .recruit-Job-introduction-sec {
    padding:100px 0px 80px 0px;
    background-color: #f1f1f1;
  }


  .recruit-Job-introduction-content-info {
    margin:0px auto 0px;
    padding:0px 0px 0px 0px;
    width:80%;
    text-align: center;
  }

  .recruit-Job-introduction-content-info p.txt-box {
    margin:0px 0px 80px 0px;
  }






  .recruit-Job-list-sec {
    padding:0px 0px 40px 0px;
    background-color: #f8f8f8;
    border-bottom:1px solid #d5d5d5;
  }

  .recruit-Job-list02-sec {
    padding:80px 0px 40px 0px;
    background-color: #f8f8f8;
    border-bottom:1px solid #d5d5d5;
  }

  .recruit-Job-list-sec .recruit-Job-list-title {
    text-align: center;
}

  .recruit-Job-list02-sec .recruit-Job-list-title {
    text-align: center;
}

.recruit-Job-list-wrapper .recruit-Job-list-box {
  margin:0px 0px 30px 0px;
  position: relative;
  display: flex;
  min-height: 500px;
  /*background: #cccccc;*/
}

.recruit-Job-list-wrapper .recruit-Job-list-box:nth-child(even) { /* 偶数の反転 */
  flex-direction: row-reverse;
}


.recruit-Job-list-wrapper .recruit-Job-list-box:nth-child(4n+1)::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 40%;
  height: 100%;
  background: url(../images/recruit/img_19_bg01.jpg) no-repeat center / cover;
  z-index: 0;
}

.recruit-Job-list-wrapper .recruit-Job-list-box:nth-child(4n+2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: url(../images/recruit/img_19_bg01.jpg) no-repeat center / cover;
  z-index: 0;
}

.recruit-Job-list-wrapper .recruit-Job-list-box:nth-child(4n+3)::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 40%;
  height: 100%;
  background: url(../images/recruit/img_19_bg01.jpg) no-repeat center / cover;
  z-index: 0;
}

.recruit-Job-list-wrapper .recruit-Job-list-box:nth-child(4n+4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: url(../images/recruit/img_19_bg01.jpg) no-repeat center / cover;
  z-index: 0;
}





.recruit-Job-list-wrapper .recruit-Job-list-box.lightBlue:nth-child(4n+1)::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 40%;
  height: 100%;
  background: url(../images/recruit/img_19_bg02.jpg) no-repeat center / cover;
  z-index: 0;
}

.recruit-Job-list-wrapper .recruit-Job-list-box.lightBlue:nth-child(4n+2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: url(../images/recruit/img_19_bg02.jpg) no-repeat center / cover;
  z-index: 0;
}









.recruit-Job-list-wrapper .recruit-Job-list-box.lightGreen:nth-child(4n+1)::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 40%;
  height: 100%;
  background: url(../images/recruit/img_19_bg03.jpg) no-repeat center / cover;
  z-index: 0;
}

.recruit-Job-list-wrapper .recruit-Job-list-box.lightGreen:nth-child(4n+2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: url(../images/recruit/img_19_bg03.jpg) no-repeat center / cover;
  z-index: 0;
}









/* 画像側（左） */
.recruit-Job-list-box .recruit-Job-list__media {
    position: relative;
    width: 60%;
}

  .recruit-Job-list-box .recruit-Job-list__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../images/common/overlay-pattern.svg");
    background-repeat: repeat;
    /* ←これが重要：拡大しない */
    background-size: auto;
    /* 念のため（ブラウザによって効く） */
    image-rendering: pixelated;
    /* ←ここでサイズを制御 */
    background-size: 2px 2px;
}




/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .recruit-Job-list-box .recruit-Job-list__media::after {
    background-size: 4px 4px;
    opacity: 0.3;
  }
}


.recruit-Job-list-box .recruit-Job-list__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキストカード */
.recruit-Job-list-box .recruit-Job-list__content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  padding: 100px 60px 100px 60px;
  background: #fcf7df;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}


.recruit-Job-list-box .recruit-Job-list__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  height:100%;
  background-color: #033988;
  background-color: #333333;
  border-radius: 0px 0px 0px 0px;
  transform: scaleX(0);
  transform-origin: right center;
    

  }
.recruit-Job-list-box.active .recruit-Job-list__content::after {
  animation: stretchAndShrink 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }

  .recruit-Job-list-box:nth-child(even) .recruit-Job-list__content::after {
  border-radius: 0px 0px 0px 0px;
  left: 0;
  right: auto;
}



  .recruit-Job-list-box.active:nth-child(even) .recruit-Job-list__content::after {
  animation: stretchAndShrink 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }



  @keyframes stretchAndShrink {
    0% {
      transform: scaleX(0);
      transform-origin: left center; /* 最初は左基準で伸びる */
    }
    30% {
      transform: scaleX(1);
      transform-origin: left center;
    }
    70% {
      transform: scaleX(1);
      transform-origin: right center; /* 縮む時は右基準 */
    }
    100% {
      transform: scaleX(0);
      transform-origin: right center;
    }
  }






.recruit-Job-list-wrapper .recruit-Job-list-box:nth-child(even) .recruit-Job-list__content {
  border-radius: 0px 0px 0px 0px;
}


.recruit-Job-list-wrapper .recruit-Job-list-box:nth-child(even) .recruit-Job-list__content {
  left: 0;
  right: auto;
}




.recruit-Job-list-box .recruit-Job-list__content .title-content {
  margin:0px 0px 20px 0px;
  overflow:hidden;
}

.recruit-Job-list-box .recruit-Job-list__content .title {
  margin:0px 0px 0px 0px;
  font-size: 1.25rem; /* 20px */
  font-weight: 600;
  line-height:100%;
}

.recruit-Job-list-box .recruit-Job-list__content .title.brown {
  color:#f48105;
}

.recruit-Job-list-box .recruit-Job-list__content .title.lightBlue {
  color:#06a5f8;
}

.recruit-Job-list-box .recruit-Job-list__content .title.lightGreen {
  color: #12bca6;
}


.recruit-Job-list-box .recruit-Job-list__content .title.darkBlue {
  color: #093391;
}

.recruit-Job-list-box .recruit-Job-list__content .recruit-Job-list-btn-box {
  margin:10px 0px 0px 0px;
  width:230px;
  float:left;
}



@media (max-width: 768px) {

  .recruit-Job-list-wrapper .recruit-Job-list-box  {
    display: block;
  }

  .recruit-Job-list-wrapper .recruit-Job-list-box:nth-child(odd)::before { /* 奇数のカラーバー */
    display: block;
    width: 100%;
    height: 30px; /* 好きな高さに調整 */
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 1; /* 薄め推奨 */
}
  .recruit-Job-list-wrapper .recruit-Job-list-box:nth-child(even)::before { /* 偶数のカラーバー */
    width: 100%;
    height: 30px;
    top: auto;
    bottom: 0;
    right: auto;
    opacity: 1; /* 薄め推奨 */
  }




  .recruit-Job-list-wrapper .recruit-Job-list-box.lightBlue:nth-child(odd)::before { /* 奇数のカラーバー */
    display: block;
    width: 100%;
    height: 30px; /* 好きな高さに調整 */
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 1; /* 薄め推奨 */
}
  .recruit-Job-list-wrapper .recruit-Job-list-box.lightBlue:nth-child(even)::before { /* 偶数のカラーバー */
    width: 100%;
    height: 30px;
    top: auto;
    bottom: 0;
    right: auto;
    opacity: 1; /* 薄め推奨 */
  }



  .recruit-Job-list-wrapper .recruit-Job-list-box.lightGreen:nth-child(odd)::before { /* 奇数のカラーバー */
    display: block;
    width: 100%;
    height: 30px; /* 好きな高さに調整 */
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 1; /* 薄め推奨 */
}
  .recruit-Job-list-wrapper .recruit-Job-list-box.lightGreen:nth-child(even)::before { /* 偶数のカラーバー */
    width: 100%;
    height: 30px;
    top: auto;
    bottom: 0;
    right: auto;
    opacity: 1; /* 薄め推奨 */
  }




  .recruit-Job-list-wrapper .recruit-Job-list-box.darkBlue:nth-child(odd)::before { /* 奇数のカラーバー */
    display: block;
    width: 100%;
    height: 30px; /* 好きな高さに調整 */
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 1; /* 薄め推奨 */
}
  .recruit-Job-list-wrapper .recruit-Job-list-box.darkBlue:nth-child(even)::before { /* 偶数のカラーバー */
    width: 100%;
    height: 30px;
    top: auto;
    bottom: 0;
    right: auto;
    opacity: 1; /* 薄め推奨 */
  }





  /* 画像 */
  .recruit-Job-list-box .recruit-Job-list__media {
    margin: 0px 0px 0px; /* ←少しだけ被せる */
    width: 100%;
    height: 350px;
  }
  .recruit-Job-list-box .recruit-Job-list__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /* カード */
  .recruit-Job-list-box .recruit-Job-list__content {
    position: static; /* ←これが一番重要 */
    transform: none;
    width: auto;
    margin: 0px 0px 0px; /* ←少しだけ被せる */
    padding: 30px 20px 80px 20px;
    border-radius: 0px;
  }
  .recruit-Job-list-wrapper .recruit-Job-list-box:nth-child(even) .recruit-Job-list__content {
    border-radius: 0px;
}

} /* @media (max-width: 768px) */









.recruit-company-tour-contents-sec {
  background: #f8f8f8;
  padding: 90px 20px 100px;
}




.recruit-company-tour-wrap {
  padding: 40px 0px 80px;
  overflow: hidden;
}

.recruit-company-tour-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* PCだけ3列固定 */
@media (min-width: 1024px) {
  .recruit-company-tour-list {
    grid-template-columns: repeat(3, 1fr);
  }
}


.recruit-company-tour-card {
  background: #fff;
  border: 1px solid #d9d9d9;
  position: relative;
  text-align: center;
}



.recruit-company-tour-card-inner {
  padding: 54px 36px 40px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}







.recruit-company-tour-photo {
  position: relative;
  width: 100%;
  height: 290px;
  margin: 0 auto 32px;
  /*border-radius: 50%;*/
  overflow: hidden;
}

.recruit-company-tour-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  display: block;
}


/* オーバーレイパターン */
  .recruit-company-tour-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../images/common/overlay-pattern.svg");
    background-repeat: repeat;
    /* ←これが重要：拡大しない */
    background-size: auto;
    /* 念のため（ブラウザによって効く） */
    image-rendering: pixelated;
    /* ←ここでサイズを制御 */
    background-size: 2px 2px;
}


/* hoverで消える */
  .recruit-company-tour-photo:hover::after {
    opacity: 0;
}



/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .recruit-company-tour-photo::after {
    background-size: 4px 4px;
    opacity: 0.3;
  }
}



/* 光エフェクト */
.recruit-company-tour-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.recruit-company-tour-card-inner.active .recruit-company-tour-photo::before {
  width: 0;
}


.recruit-company-tour-title {
  color: #1c4aa3;
  font-size: 1.25rem; /* 20px */
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 28px;
  padding-bottom: 24px;
  position: relative;
}

.recruit-company-tour-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 130px;
  height: 4px;
  background: #1c4aa3;
}

.recruit-company-tour-text {
  text-align: left;
  color: #222;
  font-size: .938rem; /* 15px */
  line-height: 1.8;
text-align: justify;
}

@media (max-width: 768px) {
  .recruit-company-tour {
    padding: 70px 16px 80px;
  }

  .recruit-company-tour-list {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .recruit-company-tour-card {
    /*padding: 46px 20px 30px;*/
  }

  .recruit-company-tour-card-inner {
    padding: 46px 20px 30px;
  }

  .recruit-company-tour-label {
    min-width: 220px;
    font-size: 1rem; /* 16px */
    padding: 12px 18px;
    top: -22px;
  }

  .recruit-company-tour-photo {
    width: 100%;
    height: 290px;
    margin-bottom: 24px;
  }

  .recruit-company-tour-title {
    font-size: 1.125rem; /* 18px */
    margin-bottom: 22px;
    padding-bottom: 18px;
  }

  .recruit-company-tour-title::after {
    width: 100px;
    height: 3px;
  }

  .recruit-company-tour-text {
    font-size: .938rem; /* 15px */
    line-height: 1.9;
  }
}








.recruit-about-application-sec {
  background: #f1f1f1;
  padding: 90px 20px 100px;
}




.recruit-about-application-wrap {
  padding: 40px 0px 80px;
  overflow: hidden;
}

.recruit-about-application-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* PCだけ3列固定 */
@media (min-width: 1024px) {
  .recruit-about-application-list {
    grid-template-columns: repeat(3, 1fr);
  }
}


.recruit-about-application-card {
  background: #d3def6;
  border: 1px solid #d9d9d9;
  position: relative;
  text-align: center;
}



.recruit-about-application-card-inner {
  padding: 54px 36px 40px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}







.recruit-about-application-photo {
  background: #ffffff;
  width: 90%;
  aspect-ratio: 1 / 1; /* ←これ追加 */
  margin: 0 auto 32px;
  border-radius: 50%;
  overflow: hidden;


  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-about-application-photo img {
  width: 50%;
  height: 50%;
  object-fit: contain; /* ← これ重要 */
  object-position:50% 30%;
  display: block;
  margin: 0 auto;
}




/* 光エフェクト */
.recruit-about-application-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.recruit-about-application-card-inner.active .recruit-about-application-photo::before {
  width: 0;
}




  .recruit-about-application-title-box {
    text-align: center;
}



  h4.recruit-about-application-card-block-title {
    margin:0px auto 60px;
    padding: 0 0px;
    position: relative;
    /*width:400px;*/
    text-align: center;
    font-size: 1.25rem; /* 20px */
    font-weight: bold;
    color: #093391;
    display: inline-block;
    z-index: 1;
}



/* 水色の帯 */
  h4.recruit-about-application-card-block-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px; /* テキストとの位置調整 */
    transform: translateX(-50%);
    width: 110%;
    height: 16px;
    background: #c5d5fa;
    z-index: -1;
}




.recruit-about-application-text {
  text-align: left;
  color: #222;
  font-size: .938rem; /* 15px */
  line-height: 1.8;
text-align: justify;
}

@media (max-width: 768px) {

.recruit-about-application-wrap {
  width:100%;
}

  .recruit-about-application {
    padding: 70px 16px 80px;
  }

  .recruit-about-application-list {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .recruit-about-application-card {

  }

  .recruit-about-application-card-inner {
    padding: 46px 20px 30px;
  }

  .recruit-about-application-label {
    min-width: 220px;
    font-size: 1rem; /* 16px */
    padding: 12px 18px;
    top: -22px;
  }

  .recruit-about-application-photo {
    width: 60%;
    max-width: 220px;   /* ← 上限つけるのが重要 */
    margin-bottom: 24px;
  }

  h4.recruit-about-application-card-block-title {
    margin:0px auto 30px;
    font-size: 1.125rem; /* 18px */

}

/* 水色の帯 */
  h4.recruit-about-application-card-block-title::after {
    bottom: -6px; /* テキストとの位置調整 */
    transform: translateX(-50%);
    width: 120%;
    height: 16px;
}



  .recruit-about-application-text {
    font-size: .938rem; /* 15px */
    line-height: 1.9;
  }
}





  .recruit-entry-form-sec {
    padding:0px 0px 40px 0px;
    background-color: #f1f1f1;
    border-bottom:1px solid #d5d5d5;
  }

  .recruit-entry-form-sec .recruit-entry-form-title {
    text-align: center;
}


  .recruit-entry-form-sec .recruit-entry-form-info {
    margin: 0px 40px 40px 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}



  .recruit-entry-form-wrapper {
    margin: 0px 0px 120px 0px;
    padding: 50px 50px 40px 50px;
    background-color: #ffffff;
    width: 100%;
  }

@media (max-width: 768px) {
  .recruit-entry-form-wrapper {
    padding: 40px 20px 40px 20px;
    background-color: #ffffff;
    width: 100%;
  }
}



  .recruit-entry-form-wrapper .input-area table,
  .recruit-entry-form-wrapper .input-area tbody,
  .recruit-entry-form-wrapper .input-area tr,
  .recruit-entry-form-wrapper .input-area th,
  .recruit-entry-form-wrapper .input-area td {
  display: block;
  width: 100%;
}

  .recruit-entry-form-wrapper .input-area tr {
  margin-bottom: 24px;
}


  .recruit-entry-form-wrapper .input-area th {
  margin: 0px 0px 6px 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}

  .recruit-entry-form-wrapper .input-area td {
  margin-bottom: 8px;
}


  .recruit-entry-form-wrapper .input-area input,
  .recruit-entry-form-wrapper .input-area select,
  .recruit-entry-form-wrapper .input-area textarea {
  width: 100%;
  padding: 16px;
  background: #f2f2f2;
  border: none;
  font-size: 14px;
  box-sizing: border-box;
}


  .recruit-entry-form-wrapper .input-area th span {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  background: #c00;
  color: #fff;
}




  .recruit-entry-form-wrapper .btn.confirm {
  position: relative;
  margin: 50px auto;
  max-width: 320px;
}

/* ボタン本体 */
  .recruit-entry-form-wrapper .btn.confirm input[type="submit"] {
  width: 100%;
  height: 64px;
  padding: 8px 64px; /* ← 左右同じにする */
  text-align: center;
  font-size: 16px;
  color: #033988;
  background: #fff;
  border: 1px solid #033988;
  transition: box-shadow 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (any-hover: hover) {
  .recruit-entry-form-wrapper .btn.confirm:hover input[type="submit"] {
    box-shadow: 0 0 0 1px #033988; /* ← 外側に1px足す */
  }
}

  .recruit-entry-form-wrapper .btn.confirm input[type="submit"]:active {
  transform: translateY(1px);
}

/* ← ここにアイコン */
  .recruit-entry-form-wrapper .btn.confirm::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/common/arrow06.svg) no-repeat center/contain;
  transition: transform 0.2s;
}

@media (any-hover: hover) {
  .recruit-entry-form-wrapper .btn.confirm:hover::after {
    transform: translate(4px, -50%);
  }
}







  .recruit-entry-form-line-wrapper {
    margin: 0px 0px 120px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    width: 100%;
  }

@media (max-width: 768px) {
  .recruit-entry-form-line-wrapper {
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    width: 100%;
  }
}







/* ======================
  全体
====================== */
  .recruit-entry-form-line-wrapper .lineAccountBox {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 40px 20px 40px;
  overflow: visible !important;
}


/* ======================
  リボン（SVGそのまま）
====================== */
  .recruit-entry-form-line-wrapper .lineAccountRibbon {
  text-align: center;
  margin-bottom: 10px;
}

  .recruit-entry-form-line-wrapper .lineAccountRibbon img {
  display: block;
  width: 460px;   /* ←デザインに合わせて調整 */
  max-width: 100%;
  margin: 0 auto;
}


/* ======================
  中身レイアウト
====================== */
  .recruit-entry-form-line-wrapper .lineAccountInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}


/* 左側 */
  .recruit-entry-form-line-wrapper .lineAccountInfo {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1; /* ←これでバランス安定 */
}

  .recruit-entry-form-line-wrapper .lineAccountIcon img {
  width: 80px;
}

  .recruit-entry-form-line-wrapper .lineAccountName {
  font-size: 1.063rem; /* 17px */
  margin-bottom: 8px;
}

  .recruit-entry-form-line-wrapper .lineAccountId {
  font-size: 1.063rem; /* 17px */
}


/* ======================
  ボタン
====================== */
  .recruit-entry-form-line-wrapper .lineAccountBtn {
  flex-shrink: 0; /* ←これ超重要（縮ませない） */
}

  .recruit-entry-form-line-wrapper .lineAccountBtn .linkButton01 {
  width: 320px;
  max-width: 320px;
}


/* ======================
  SP対応
====================== */
@media (max-width: 768px) {


  .recruit-entry-form-line-wrapper .lineAccountRibbon img {
  margin: 0 auto 40px;
}


  .recruit-entry-form-line-wrapper .lineAccountInner {
  display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0px;
  }

  .recruit-entry-form-line-wrapper .lineAccountInfo {
    flex-direction: column;
  }


  .recruit-entry-form-line-wrapper .lineAccountBtn .linkButton01 {
    width: 100%;
  }

  .recruit-entry-form-line-wrapper .lineAccountRibbon_text {
    font-size: 16px;
    white-space: normal;
  }
}





  .recruit-entry-form-tel-wrapper {
    margin: 0px 0px 120px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    width: 100%;
  }

@media (max-width: 768px) {
  .recruit-entry-form-tel-wrapper {
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    width: 100%;
  }
}



/* ======================
  全体
====================== */
.recruit-tel-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 40px 40px 40px;
  background: #ffffff;
}


/* ======================
  リボン（SVGそのまま）
====================== */
.recruit-tel-ribbon {
  text-align: center;
  margin-bottom: 30px;
}

.recruit-tel-ribbon img {
  width: 460px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}


/* ======================
  中身（PC）
====================== */
.recruit-tel-inner {
  position: relative;
  display: flex;
  align-items: center;
}

/* アイコン */
.recruit-tel-icon {
  flex-shrink: 0;
}

.recruit-tel-icon img {
  width: 120px;
}


/* テキスト（完全中央） */
.recruit-tel-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

/* 電話番号 */
.recruit-tel-number {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 3.5rem; /* 56px */
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

/* 補足 */
.recruit-tel-note {
  font-size: 16px;
}


/* ======================
  SP対応
====================== */
@media (max-width: 768px) {

  .recruit-tel-box {
    padding: 30px 20px;
  }

  .recruit-tel-inner {
    position: static;        /* absolute解除 */
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .recruit-tel-content {
    position: static;        /* absolute解除 */
    transform: none;
    width: auto;
    text-align: center;
  }

  .recruit-tel-icon img {
    width: 80px;
  }

  .recruit-tel-number {
    font-size: 32px;
  }
}






/* recruit requirements list
*************************************************** */


  .recruit-requirements-list-sec {
    padding: 80px 00px 130px;
    background-color: #f8f8f8;
  }







  .recruit-requirements-list_box {
    position: relative;
    margin:0px 0px 20px 0px;
    background-color:#ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    height: auto;
  }

/* SP：2行分 */
@media screen and (max-width: 767px) {
  .recruit-requirements-list_box {
    height: auto;
  }
}

  .recruit-requirements-list_box_inner {
padding:50px 50px 50px 50px;
  }

/* 光エフェクト */
  .recruit-requirements-list_box_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 130%;
    height: 100%;
    transform: skewX(-25deg);
    background-color: #f8f8f8;
    transition: all .4s ease-out;
    z-index: 2;
}

  .recruit-requirements-list_box.active .recruit-requirements-list_box_inner::before {
    width: 0;
}





.recruit-requirements-list_box_img {
flex-basis: 40%;
}
  @media screen and (max-width: 767px) {
    .recruit-requirements-list_box_img {
    margin:0px 0px 20px 0px;
    }
  }

.recruit-requirements-list_box_text {
padding:0px 0px 0px 50px;
flex-basis: 60%;
}
  @media screen and (max-width: 767px) {
    .recruit-requirements-list_box_text {
    padding:0px 0px 0px 0px;
    }
  }


.recruit-requirements-list_box_text h3 {
    margin:0px 0px 20px 0px;
    padding:0px 0px 10px 0px;
    border-bottom:1px solid #cccccc;
}
.recruit-requirements-list_box_text h3 span {
    font-size:15px;
    font-weight:normal;
    color:#999999;
}



/* PC：3行分の高さ */
.recruit-requirements-list_text-wrapper {
  line-height: 1.6;
  height: 250px; /* ←ここで表示範囲調整 */
  overflow: hidden;
  display: block; /* 念のため */
}

@media screen and (max-width: 767px) {
  .recruit-requirements-list_text-wrapper {
    position: relative;
    max-height: 80px; /* ←ここで表示範囲調整 */
    overflow: hidden;
  }

  .recruit-requirements-list_text-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;

    /* 白背景にフェード */
    background: linear-gradient(
      to bottom,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,1) 100%
    );
  }
}



.recruit-requirements-list_text-wrapper .flex {
  margin-bottom: 14px; /* ← 行と行の間の余白 */
}

@media screen and (max-width: 767px) {
  .recruit-requirements-list_text-wrapper .flex {
    flex-direction: column;
    gap: 4px; /* タイトルと本文の間 */
  }
}





.recruit-requirements-list_box_text_title {
  flex: 0 0 120px; /* ←固定幅にする */
  }

@media screen and (max-width: 767px) {
  .recruit-requirements-list_box_text_title {
    flex: none;
  }
}
.recruit-requirements-list_box_text_body {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;  /* 3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  }

@media screen and (max-width: 767px) {
  .recruit-requirements-list_box_text_body {
    flex: none;
  }
}



.recruit-requirements-list_buttonWrap {
  display: flex;
  justify-content: center;
  gap: 40px; /* ボタン間の余白 */
  margin-top: 40px;
}

/* SP対応 */
@media screen and (max-width: 767px) {
  .recruit-requirements-list_buttonWrap {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}






/* recruit requirements single
*************************************************** */




  .recruit-requirements-single-sec {
    padding: 80px 00px 130px;
    background-color: #f8f8f8;
  }



/* 全体 */
.recruit-requirements-jobDetail {
  background: #f3f3f3;
  padding: 0px 0px;
}

/* 白カード */
.recruit-requirements-jobDetail__inner {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 60px 80px;
}

/* 光エフェクト */
.recruit-requirements-jobDetail__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.recruit-requirements-jobDetail.active .recruit-requirements-jobDetail__inner::before {
  width: 0;
}






/* タイトル */
.recruit-requirements-jobDetail__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* 画像 */
.recruit-requirements-jobDetail__image {
  position: relative;
  width: 100%;
  height: 400px;
  background: #ccc;
  margin-bottom: 50px;
  overflow: hidden;
}

.recruit-requirements-jobDetail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*opacity: 0.3;*/ /* ←薄くしてスクショ感出す */
}



/* テーブル */
.recruit-requirements-jobDetail__table {
  width: 100%;
  border-collapse: collapse;
}

/* 左カラム */
.recruit-requirements-jobDetail__table th {
  width: 260px;
  background: #cee8ef;
  color: #333;
  text-align: left;
  padding: 18px 20px;
  font-weight: 600;
  border-bottom: 1px solid #b7b7b7;
}

/* 右カラム */
.recruit-requirements-jobDetail__table td {
  padding: 18px 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
}

/* 長文対策 */
.recruit-requirements-jobDetail__table td {
  word-break: break-word;
}


.recruit-requirements-jobDetail__table tr:last-child th,
.recruit-requirements-jobDetail__table tr:last-child td {
  border-bottom: none;
}



@media (max-width: 768px) {

  .recruit-requirements-jobDetail__inner {
    padding: 30px 20px;
  }

  .recruit-requirements-jobDetail__image {
    height: 220px;
  }

  .recruit-requirements-jobDetail__table th,
  .recruit-requirements-jobDetail__table td {
    display: block;
    width: 100%;
border: none;
  }

  .recruit-requirements-jobDetail__table th {
    background: #cee8ef;
  }

  .recruit-requirements-jobDetail__table tr {
    margin-bottom: 10px;
    display: block;
  }

}






/* recruit company tour
*************************************************** */


  .recruit-company-tour-sec {
    padding: 80px 00px 130px;
    background-color: #f8f8f8;
  }


  .recruit-company-tour-sec .inner {
    position: relative;
    z-index: 1;
  }








.recruit-company-tour-merit-sec {
  background: #f3f3f3;
  padding: 90px 20px 100px;
}


  .recruit-company-tour-merit-content-info {
    margin:0px auto 0px;
    padding:0px 0px 0px 0px;
    width:80%;
    text-align: center;
  }

  .recruit-company-tour-merit-content-info p.txt-box {
    margin:0px 0px 80px 0px;
  }




.recruit-company-tour-merit-list {
  max-width: 1100px;
  margin: 0 auto;
}

.recruit-company-tour-merit-list::before {
  content: none;
}


.recruit-company-tour-merit-row {
  display: flex;
  align-items: center;
  gap: 28px;
  gap: 0;                /* 余白をなくす */
  margin-bottom: 32px;   /* 下のカードとの差を縮める */
}

.recruit-company-tour-merit-step {
  width: 88px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-right: -24px;   /* STEPをカードに少しかぶせる */
}

.recruit-company-tour-merit-step img {
  width: 86px;
  display: block;
}

.recruit-company-tour-merit-card {
  flex: 1;
  background: #fff;
  border-radius: 24px;
  padding: 28px 34px 28px 60px;
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.recruit-company-tour-merit-img {
  width: 380px;
  flex-shrink: 0;
}

.recruit-company-tour-merit-img img {
  width: 100%;
  display: block;
}

.recruit-company-tour-merit-card .recruit-company-tour-merit-img {
  position: relative;
  width: 380px;
  flex-shrink: 0;
  margin: 0 auto 20px;
  overflow: hidden;
}


.recruit-company-tour-merit-card .recruit-company-tour-merit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 光エフェクト */
.recruit-company-tour-merit-card .recruit-company-tour-merit-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.recruit-company-tour-merit-row.active .recruit-company-tour-merit-card .recruit-company-tour-merit-img::before {
  width: 0;
}


/* オーバーレイパターン */
  .recruit-company-tour-merit-card .recruit-company-tour-merit-img::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../images/common/overlay-pattern.svg");
    background-repeat: repeat;
    /* ←これが重要：拡大しない */
    background-size: auto;
    /* 念のため（ブラウザによって効く） */
    image-rendering: pixelated;
    /* ←ここでサイズを制御 */
    background-size: 2px 2px;
}

/* hoverで消える */
  .recruit-company-tour-merit-card .recruit-company-tour-merit-img:hover::after {
    opacity: 0;
}



/* 非Retina向け調整 */
@media (max-resolution: 1.5dppx) {
  .recruit-company-tour-merit-card .recruit-company-tour-merit-img::after {
    background-size: 4px 4px;
    opacity: 0.3;
  }
}



.recruit-company-tour-merit-text {
  flex: 1;
}

.recruit-company-tour-merit-text h3 {
  font-size: 1.25rem; /* 20px */
  line-height: 1.5;
  font-weight: 700;
  color: #222;
  margin-bottom: 14px;
}
.recruit-company-tour-merit-text h3 span{
  padding:0px 0px 0px 30px;
display:block;
}

.recruit-company-tour-merit-text h3::after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background: #1c4aa3;
  margin-top: 12px;
}

.recruit-company-tour-merit-text p {
  padding:0px 0px 0px 30px;
  font-size: .938rem; /* 15px */
  line-height: 2;
  color: #333;
}








@media (max-width: 768px) {
  .recruit-company-tour-merit-sec {
    padding: 70px 16px 80px;
  }



  .recruit-company-tour-merit-row {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 10px;
  }

  .recruit-company-tour-merit-step {
    width: 100%;
    display: flex;
    justify-content: center;   /* 中央 */
    align-items: center;
    margin-right: 0;           /* PC版のかぶせ解除 */
    margin-bottom: -10px;       /* 少しカードにかける */
  }

  .recruit-company-tour-merit-step img {
    width: 72px;
  }

  .recruit-company-tour-merit-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 18px;
    margin-left: 0;
  }

  .recruit-company-tour-merit-img {
    width: 100%;
  }


  .recruit-company-tour-merit-text h3 {
    font-size: 1.125rem; /* 18px */
  }
  .recruit-company-tour-merit-text h3 span {
    padding:0px 0px 0px 0px;
  }

  .recruit-company-tour-merit-text p {
    padding:0px 0px 0px 0px;
    font-size: .938rem; /* 15px */
    line-height: 1.9;
  }




} /* @media (max-width: 768px) */









 .recruit-company-tour-key-points-sec {
    padding:100px 0px 200px 0px;
    background-color: #f8f8f8;
  }


  .recruit-company-tour-key-points-content-wrap {
    margin:0px 0px 32px 0px;
  }


  .recruit-company-tour-key-points-content-body {
    padding:30px 0px 30px 0px;
    background-color: #ffffff;
    min-height: 400px;
}
  @media screen and (max-width: 767px) {
  .recruit-company-tour-key-points-content-body {
    min-height: 100%;
    }
  }



  .recruit-company-tour-key-points-content-body .point-img {
    margin:0px 0px 30px 0px;
    padding:0px 0px 0px 0px;
    width:260px;
  animation: pikupiku 3.2s infinite ease-in-out;
}

@keyframes pikupiku {
  /* 動き（最初の1.2秒相当） */
  0%   { transform: translateX(0); }
  6%   { transform: translateX(6px); }
  12%  { transform: translateX(0); }
  18%  { transform: translateX(4px); }
  24%  { transform: translateX(0); }

  /* ここから停止（約2秒分） */
  24%  { transform: translateX(0); }
  100% { transform: translateX(0); }
}


  .recruit-company-tour-key-points-content-body .text-wrap {
    padding:30px 0px 10px 0px;
    background-color: #e7eeff;
}





  .recruit-company-tour-key-points-content-body h3 {
      margin:0px 0px 14px 0px;
      padding:0px 0px 16px 40px;
      position: relative; /*positionをrelativeに指定*/
    /*border-bottom: 3px solid #033988;*/
    font-size: 1.125rem; /* 18px */
}



  .recruit-company-tour-key-points-content-body h3 span {
    margin:0px 0px 0px 0px;
    padding:0px 0px 4px 0px;
    color: #adadad;
    font-size: .938rem; /* 15px */
    display:block;
}


  .recruit-company-tour-key-points-content-body p {
    margin:0px 0px 30px 0px;
    padding:0px 40px 0px 40px;
    width:100%;
    text-align: justify;
}








  .recruit-company-tour-briefing-sec {
    padding:100px 0px 80px 0px;
    background-color: #f1f1f1;
  }




  .recruit-company-tour-briefing-content-info {
    margin:0px auto 0px;
    padding:0px 0px 0px 0px;
    width:80%;
    text-align: center;
  }

  .recruit-company-tour-briefing-content-info p.txt-box {
    margin:0px 0px 0px 0px;
  }




.recruit-company-tour-briefing-table {
  width: 100%;
}

/* テーブルリセット */
.recruit-company-tour-briefing-table #table01 {
  width: 100%;
  border-collapse: separate; /* ←これ重要 */
  border-spacing: 0 16px; /* ←行の間に余白 */
}

/* ===== ヘッダー ===== */
.recruit-company-tour-briefing-table #table01 thead th {
  background: transparent;
  background: #ffffff;
  text-align: center;
  padding: 20px 20px 20px;
  font-weight: bold;
  border-right: 1px solid #999999;
  font-size: 16px;
}

/* 一番右の列は線いらない */
.recruit-company-tour-briefing-table #table01 thead th:last-child {
  border-right: none;
}


/* ===== 行（カード化） ===== */
.recruit-company-tour-briefing-table #table01 tbody tr {
  background: #e0e0e0;
}

/* セル共通 */
.recruit-company-tour-briefing-table #table01 tbody th,
.recruit-company-tour-briefing-table #table01 tbody td {
  padding: 28px 30px;
  vertical-align: middle;
  border-right: 1px solid #999999;
}

/* 一番右の列は線いらない */
.recruit-company-tour-briefing-table #table01 tbody th:last-child,
.recruit-company-tour-briefing-table #table01 tbody td:last-child {
  border-right: none;
}

/* 左端丸み */
.recruit-company-tour-briefing-table #table01 tbody tr th:first-child {
  border-radius: 8px 0 0 8px;
}

/* 右端丸み */
.recruit-company-tour-briefing-table #table01 tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}

/* 日時 */
.recruit-company-tour-briefing-table .date-val {
  width: 28%;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}

/* 場所 */
.recruit-company-tour-briefing-table .place-val {
  width: 52%;
  line-height: 1.7;
  font-size: 16px;
}

/* 地図リンク */
.recruit-company-tour-briefing-table .place-val a {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

/* ボタンエリア */
.recruit-company-tour-briefing-table .briefing-entery {
  width: 20%;
  text-align: right; /* ←右寄せに変更 */
}

/* ボタン */
.recruit-company-tour-briefing-table .briefing-entery a {
  display: inline-block;
  background: #033988;
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

/* hover */
.recruit-company-tour-briefing-table .briefing-entery a:hover {
  background: #0048be;
}



/* ===== SP対応 ===== */
@media screen and (max-width: 767px) {

  .recruit-company-tour-briefing-table #table01,
  .recruit-company-tour-briefing-table #table01 thead,
  .recruit-company-tour-briefing-table #table01 tbody,
  .recruit-company-tour-briefing-table #table01 tr,
  .recruit-company-tour-briefing-table #table01 th,
  .recruit-company-tour-briefing-table #table01 td {
    display: block;
    width: 100%;
  }

  /* ヘッダー消す（不要になる） */
  .recruit-company-tour-briefing-table #table01 thead {
    display: none;
  }

  /* 各行をカード化 */
  .recruit-company-tour-briefing-table #table01 tbody tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background: #fff;
  }

  /* セル */
  .recruit-company-tour-briefing-table #table01 th,
  .recruit-company-tour-briefing-table #table01 td {
    border-right: none !important;
    border-bottom: 1px solid #eee;
    padding: 16px;
  }

  /* 最後の行だけボーダー消す */
  .recruit-company-tour-briefing-table #table01 tr td:last-child {
    border-bottom: none;
  }

  /* 日時 */
  .recruit-company-tour-briefing-table .date-val {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
  }

  /* 場所 */
  .recruit-company-tour-briefing-table .place-val {
    font-size: 15px;
  }


  .recruit-company-tour-briefing-table .date-val::before {
  content: "日時";
  display: block;
  font-size: 12px;
  color: #999;
}

  .recruit-company-tour-briefing-table .place-val::before {
  content: "場所";
  display: block;
  font-size: 12px;
  color: #999;
}

  /* ボタン中央 */
  .recruit-company-tour-briefing-table .briefing-entery {
    text-align: center;
    padding: 20px 16px;
  }

  .recruit-company-tour-briefing-table .briefing-entery a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px 20px; /* 左右バランス調整 */
  }
}/* //@media screen and (max-width: 767px) { */







  .recruit-company-tour-entry-form-sec {
    padding:100px 0px 80px 0px;
    background-color: #f1f1f1;
  }



  .recruit-company-tour-entry-form-wrapper {
    margin: 0px 0px 120px 0px;
    padding: 50px 50px 60px 50px;
    background-color: #ffffff;
    width: 100%;
  }

@media (max-width: 768px) {
  .recruit-company-tour-entry-form-wrapper {
    padding: 40px 20px 40px 20px;
    background-color: #ffffff;
    width: 100%;
  }
}



  .recruit-company-tour-entry-form-wrapper .input-area table,
  .recruit-company-tour-entry-form-wrapper .input-area tbody,
  .recruit-company-tour-entry-form-wrapper .input-area tr,
  .recruit-company-tour-entry-form-wrapper .input-area th,
  .recruit-company-tour-entry-form-wrapper .input-area td {
  display: block;
  width: 100%;
}

  .recruit-company-tour-entry-form-wrapper .input-area tr {
  margin-bottom: 24px;
}


  .recruit-company-tour-entry-form-wrapper .input-area th {
  margin: 0px 0px 6px 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}

  .recruit-company-tour-entry-form-wrapper .input-area td {
  margin-bottom: 8px;
}


/* ===== テキスト入力だけに適用 ===== */
.recruit-company-tour-entry-form-wrapper .input-area input[type="text"],
.recruit-company-tour-entry-form-wrapper .input-area input[type="email"],
.recruit-company-tour-entry-form-wrapper .input-area textarea,
.recruit-company-tour-entry-form-wrapper .input-area select {
  width: 100%;
  padding: 16px;
  background: #f2f2f2;
  border: none;
  font-size: 14px;
  box-sizing: border-box;
}


/* ===== ラジオボタン整える ===== */
  .recruit-company-tour-entry-form-wrapper .mwform-radio-field.horizontal-item {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

  .recruit-company-tour-entry-form-wrapper .mwform-radio-field label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

  .recruit-company-tour-entry-form-wrapper .mwform-radio-field input[type="radio"] {
  width: auto;
  padding: 0;
  background: none;
}

/* 注意書きの余白 */
  .recruit-company-tour-entry-form-wrapper .input-area td p {
  margin: 0;
  line-height: 1.8;
}


  .recruit-company-tour-entry-form-wrapper .input-area th span {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  background: #c00;
  color: #fff;
}




  .recruit-company-tour-entry-form-wrapper .btn.confirm {
  position: relative;
  margin: 50px auto;
  max-width: 320px;
}

/* ボタン本体 */
  .recruit-company-tour-entry-form-wrapper .btn.confirm input[type="submit"] {
  width: 100%;
  height: 64px;
  padding: 8px 64px; /* ← 左右同じにする */
  text-align: center;
  font-size: 16px;
  color: #033988;
  background: #fff;
  border: 1px solid #033988;
  transition: box-shadow 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (any-hover: hover) {
  .recruit-company-tour-entry-form-wrapper .btn.confirm:hover input[type="submit"] {
    box-shadow: 0 0 0 1px #033988; /* ← 外側に1px足す */
  }
}

  .recruit-company-tour-entry-form-wrapper .btn.confirm input[type="submit"]:active {
  transform: translateY(1px);
}

/* ← ここにアイコン */
  .recruit-company-tour-entry-form-wrapper .btn.confirm::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/common/arrow06.svg) no-repeat center/contain;
  transition: transform 0.2s;
}

@media (any-hover: hover) {
  .recruit-company-tour-entry-form-wrapper .btn.confirm:hover::after {
    transform: translate(4px, -50%);
  }
}



  .recruit-company-tour-entry-form-wrapper .linkBtn {

}



  .recruit-company-tour-entry-form-wrapper .linkBtn a:link {
    color:#4b5564;
    font-size: .875rem; /* 14px */
  }
  .recruit-company-tour-entry-form-wrapper .linkBtn a:hover {
    color:#000000;
  }








/* CONTACT
********************************************** */

  .contact-link-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
  }


  .contact--link-sec .btn-block01 {
    padding:0px 0px 0px 0px;
  }



  .contact-recruit-sec {
    padding:100px 0px 100px 0px;
    background-color: #f1f1f1;
  }



  .contact-tel-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
  }


  .contact-tel-content-info {
    margin:0px auto 0px;
    padding:0px 0px 0px 0px;
    width:80%;
    text-align: center;
  }

  .contact-tel-content-info p.txt-box {
    margin:0px 0px 0px 0px;
  }






  .contact-tel-wrapper {
    margin: 0px 0px 120px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    width: 100%;
  }

@media (max-width: 768px) {
  .contact-tel-wrapper {
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    width: 100%;
  }
}



/* ======================
  全体
====================== */
.contact-tel-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 40px 40px 40px;
  background: #ffffff;
}


/* ======================
  リボン（SVGそのまま）
====================== */
.contact-tel-ribbon {
  text-align: center;
  margin-bottom: 30px;
}

.contact-tel-ribbon img {
  width: 460px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}


/* ======================
  中身（PC）
====================== */
.contact-tel-inner {
  position: relative;
  display: flex;
  align-items: center;
}

/* アイコン */
.contact-tel-icon {
  flex-shrink: 0;
}

.contact-tel-icon img {
  width: 120px;
}


/* テキスト（完全中央） */
.contact-tel-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

/* 電話番号 */
.contact-tel-number {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 3.5rem; /* 56px */
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

/* 補足 */
.recruit-tel-note {
  font-size: 16px;
}


/* ======================
  SP対応
====================== */
@media (max-width: 768px) {

  .contact-tel-box {
    padding: 30px 20px;
  }

  .contact-tel-inner {
    position: static;        /* absolute解除 */
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .contact-tel-content {
    position: static;        /* absolute解除 */
    transform: none;
    width: auto;
    text-align: center;
  }

  .contact-tel-icon img {
    width: 80px;
  }

  .contact-tel-number {
    font-size: 32px;
  }
}






/* CONTACT INQUIRY
*************************************************** */


  .contact-inquiry-sec {
    padding: 80px 00px 70px;
    background-color: #f8f8f8;
  }


  .contact-inquiry-sec .inner {
    position: relative;
    z-index: 1;
  }


  .contact-inquiry-content-info {
    margin:0px auto 0px;
    padding:0px 0px 0px 0px;
    width:80%;
  }

  .contact-inquiry-content-info p.txt-box {
    margin:0px 0px 0px 0px;
    text-align: center;
  }
@media (max-width: 768px) {
  .contact-inquiry-content-info p.txt-box {
    text-align: left;
  }
}


  .contact-inquiry-entry-form-wrapper {
    margin: 0px 0px 120px 0px;
    padding: 50px 50px 60px 50px;
    background-color: #ffffff;
    width: 100%;
  }

@media (max-width: 768px) {
  .contact-inquiry-entry-form-wrapper {
    padding: 40px 20px 40px 20px;
    background-color: #ffffff;
    width: 100%;
  }
}



  .contact-inquiry-entry-form-wrapper .input-area table,
  .contact-inquiry-entry-form-wrapper .input-area tbody,
  .contact-inquiry-entry-form-wrapper .input-area tr,
  .contact-inquiry-entry-form-wrapper .input-area th,
  .contact-inquiry-entry-form-wrapper .input-area td {
  display: block;
  width: 100%;
}

  .contact-inquiry-entry-form-wrapper .input-area tr {
  margin-bottom: 24px;
}


  .contact-inquiry-entry-form-wrapper .input-area th {
  margin: 0px 0px 6px 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}

  .contact-inquiry-entry-form-wrapper .input-area td {
  margin-bottom: 8px;
}


/* ===== テキスト入力だけに適用 ===== */
.contact-inquiry-entry-form-wrapper .input-area input[type="text"],
.contact-inquiry-entry-form-wrapper .input-area input[type="email"],
.contact-inquiry-entry-form-wrapper .input-area textarea,
.contact-inquiry-entry-form-wrapper .input-area select {
  width: 100%;
  padding: 16px;
  background: #f2f2f2;
  border: none;
  font-size: 14px;
  box-sizing: border-box;
}


/* ===== ラジオボタン整える ===== */
  .contact-inquiry-entry-form-wrapper .mwform-radio-field.horizontal-item {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

  .contact-inquiry-entry-form-wrapper .mwform-radio-field label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

  .contact-inquiry-entry-form-wrapper .mwform-radio-field input[type="radio"] {
  width: auto;
  padding: 0;
  background: none;
}

/* 注意書きの余白 */
  .contact-inquiry-entry-form-wrapper .input-area td p {
  margin: 0;
  line-height: 1.8;
}


  .contact-inquiry-entry-form-wrapper .input-area th span {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  background: #c00;
  color: #fff;
}




  .contact-inquiry-entry-form-wrapper .btn.confirm {
  position: relative;
  margin: 50px auto;
  max-width: 320px;
}

/* ボタン本体：エントリー・会社見学会と同じ .btn.confirm 構造を使用 */
  .contact-inquiry-entry-form-wrapper .btn.confirm input[type="submit"] {
  width: 100%;
  height: 64px;
  padding: 8px 64px;
  text-align: center;
  font-size: 16px;
  color: #033988;
  background: #fff;
  border: 1px solid #033988;
  transition: box-shadow 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (any-hover: hover) {
  .contact-inquiry-entry-form-wrapper .btn.confirm:hover input[type="submit"] {
    box-shadow: 0 0 0 1px #033988;
  }
}

  .contact-inquiry-entry-form-wrapper .btn.confirm input[type="submit"]:active {
  transform: translateY(1px);
}

/* ← ここにアイコン */
  .contact-inquiry-entry-form-wrapper .btn.confirm::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/common/arrow06.svg) no-repeat center/contain;
  transition: transform 0.2s;
}

@media (any-hover: hover) {
  .contact-inquiry-entry-form-wrapper .btn.confirm:hover::after {
    transform: translate(4px, -50%);
  }
}





  .contact-inquiry-entry-form-wrapper .cnt-01,
  .recruit-entry-form-wrapper .cnt-01,
  .recruit-company-tour-entry-form-wrapper .cnt-01 {
  margin:0px 0px 20px 0px;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  font-size: .813rem; /* 13px */
  -webkit-overflow-scrolling: touch;
}

  .contact-inquiry-entry-form-wrapper .cnt-01 h5,
  .recruit-entry-form-wrapper .cnt-01 h5,
  .recruit-company-tour-entry-form-wrapper .cnt-01 h5 {
  margin:0px 0px 20px 0px;
  font-size: .938rem; /* 15px */
}

  .contact-inquiry-entry-form-wrapper .cnt-02,
  .recruit-entry-form-wrapper .cnt-02,
  .recruit-company-tour-entry-form-wrapper .cnt-02 {
  text-align:center;
}



  .contact-inquiry-entry-form-wrapper .linkBtn,
  .recruit-entry-form-wrapper .linkBtn,
  .recruit-company-tour-entry-form-wrapper .linkBtn {

}



  .contact-inquiry-entry-form-wrapper .linkBtn a:link,
  .recruit-entry-form-wrapper .linkBtn a:link,
  .recruit-company-tour-entry-form-wrapper .linkBtn a:link {
    color:#4b5564;
    font-size: .875rem; /* 14px */
  }
  .contact-inquiry-entry-form-wrapper .linkBtn a:hover,
  .recruit-entry-form-wrapper .linkBtn a:hover,
  .recruit-company-tour-entry-form-wrapper .linkBtn a:hover {
    color:#000000;
  }






  .contact-inquiry-link-sec {
    padding:100px 0px 100px 0px;
    background-color: #f1f1f1;
  }


  .contact-inquiry-link-sec .btn-block01 {
    padding:0px 0px 0px 0px;
  }







/* PRIVACY POLICY
********************************************** */

  .privacy-policy-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
  }


  .privacy-policy-wrapper {
    padding:40px 40px 40px 40px;
    background-color: #ffffff;
  }

  .privacy-policy-wrapper h3 {
    margin:0px 0px 10px 0px;
  }

  .privacy-policy-wrapper p {
    margin:0px 0px 40px 0px;
  }







/* DECLARATION
********************************************** */

  .declaration-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
  }


  .declaration-wrapper {
    padding:40px 40px 40px 40px;
    background-color: #ffffff;
  }

  .declaration-wrapper h3 {
    margin:0px 0px 10px 0px;
  }

  .declaration-wrapper p {
    margin:0px 0px 40px 0px;
  }


  .declaration-wrapper ol {
    list-style: decimal;
    margin:0px 0px 80px 0px;
    padding: 0px 40px 0px 40px;
}

@media (max-width: 768px) {
  .declaration-wrapper ol {
    margin:0px 0px 60px 0px;
    padding: 0px 20px 0px 20px;
}
}

  .declaration-wrapper li {
    margin-bottom: 40px;
}


/* SITE MAP
********************************************** */

  .sitemap-sec {
    padding:100px 0px 100px 0px;
    background-color: #f8f8f8;
  }



  .sitemap-wrapper {
    padding:40px 40px 40px 40px;
    background-color: #ffffff;
  }


.sitemap-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 120px;
  padding: 80px;
  position: relative;
  overflow: hidden;
}






/* 光エフェクト */
.sitemap-menu .menu-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  transform: skewX(-25deg);
  background-color: #f8f8f8;
  transition: all .4s ease-out;
  z-index: 2;
}

.sitemap-menu.active .menu-block::before {
  width: 0;
}







/* 各ブロック */
.sitemap-menu .menu-block h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}

.sitemap-menu .menu-block h3 a {
  color: #666666;
}

/* hover */
.sitemap-menu .menu-block h3 a:hover {
  color: #000;
}

.sitemap-menu .menu-block .en {
  font-size: 14px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  color: #666666;
}

/* リスト */
.sitemap-menu .menu-block ul {
  list-style: none;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
}

.sitemap-menu .menu-block li {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  cursor: pointer;
}


.sitemap-menu .menu-block li a {
  color: #666666;
}

/* hover */
.sitemap-menu .menu-block li a:hover {
  color: #000;
}



@media (max-width: 768px) {
  .sitemap-menu {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px;
  }
}












































































































































































/* sitemap
*************************************************** */
  .sitemap--menu {
    flex: 1;
  }
  .sitemap--menu a,
  .sitemap--menu span {
    display: block;
  }
  .sitemap--menu a {
    position: relative;
  }
  .sitemap--menu a:hover {
    color: #0b2c5e;
  }
  .sitemap--menu > li > a {
    font-size: 1.125rem; /* 18px */
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: .5em;
    margin-bottom: 1.25em;
  }
  .sitemap_sub_nav--wrap {
    padding-left: 1.25em;
    margin-bottom: 1.5em;
  }
  .sitemap_sub_nav a {
    padding-top: .4em;
    padding-bottom: .4em;
    padding-left: 1.25em;
  }
  .sitemap_sub_nav a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0b2c5e;
    border-right: 1px solid #0b2c5e;
    transform: rotate(45deg);
  }

  @media print, screen and (min-width: 768px) {
    .sitemap--menu:not(:last-child) {
      margin-right: 7.41%; /* 80px */
    }
  }
  @media screen and (max-width: 767px) {
    .sitemap--menu:not(:last-child) {
      margin-bottom: 24px;
    }
  }

/* contact
********************************************** */
  .page-contact .cta_tel {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-contact .cta_tel a {
    border-radius: 100px;
    padding: 16px 40px 24px;
    background-color: #0b2c5e;
  }

  @media screen and (max-width: 767px) {
    .page-contact .cta_tel a {
      display: block;
      padding: 16px;
    }
  }


/* ##############################################################################

    ARCHIVE

############################################################################## */

/* main_column
**************************************** */
  .main_column {
    flex: 1;
    margin-right: 80px;
    overflow: hidden;
  }

  /* --- post --- */
  .post { position: relative; }
  .post--link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .post--date {
    color: #aaa;
  }
  .post--info.flex .post--date + .cat_list {
    margin-left: 16px;
  }
  .cat_list {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .cat_list a {
    display: inline-block;
    vertical-align: middle;
    font-size: .813rem; /* 13px */
    background-color: #0b2c5e;
    color: #fff;
    padding: .25em 1em;
    float: left;
    white-space: nowrap;
    margin: 2px;
  }
  .cat_list a:hover {
    opacity: .7;
  }

  @media screen and (max-width: 1100px) {
    .container > .inner.flex {
      display: block;
    }
    .main_column {
      width: 100%;
      margin-bottom: 40px;
      margin-right: 0;
    }
  }

/* side_column
**************************************** */
  .side_column { width: 264px; }
  .side_section:not(:last-child) { margin-bottom: 64px; }
  .side--ttl {
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 16px;
  }
  .side--ttl small {
    opacity: .5;
    letter-spacing: .15em;
    display: block;
    line-height: 1;
    margin-top: 8px;
  }

  /* --- post --- */
  .posts-side .post:not(:last-child) { margin-bottom: 16px; }
  .posts-side .post--img {
    margin-right: 16px;
    width: 64px;
    height: 64px;
  }
  .posts-side .txtarea { flex: 1; }
  .posts-side .post--date { margin-bottom: 0; }
  .posts-side .post--ttl { line-height: 1.4; }

  /* --- archive --- */
  .side_column .archive_list--ttl {
    cursor: pointer;
    font-weight: 500;
    line-height: 1.8;
  }
  .side_column .archive_list--ttl::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(135deg);
    transition: all .4s ease-out;
  }
  .side_column .archive_list--ttl.active::after { transform: rotate(315deg); }
  .side_column .archive_month { display: none; }

  /* --- archive-pulldown --- */
  .archive-pulldown {
    position: relative;
    margin-left: auto;
    z-index: 1;
  }
  .archive-pulldown .archive_list {
    position: relative;
  }
  .archive-pulldown .archive_list:not(:last-child) { margin-right: 24px; }
  .archive-pulldown .archive_list a {
    display: block;
    padding: .25em 1em;
    text-align: left;
  }
  .archive-pulldown .archive_list a:not(:last-child) { border-bottom: 1px solid #eee; }
  .archive-pulldown .archive_list a:hover {
    background-color: #eee;
  }
  .archive-pulldown .archive_list--label { margin-right: 8px; }
  .archive-pulldown .archive_list--btn {
    cursor: pointer;
    border: none;
    outline: none;
    appearance: none;
    padding: .25em 4em .25em 2em;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: 'YuGothic', '貂ｸ繧ｴ繧ｷ繝�け', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: .08em;
  }
  .archive-pulldown .archive_list--btn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: .4em;
    right: .8em;
    margin: auto;
    width: .6em;
    height: .6em;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    transition: all .2s ease-out;
  }
  .archive-pulldown .active .archive_list--btn::after {
    bottom: -.2em;
    transform: rotate(225deg);
  }
  .archive-pulldown .archive_list--menu {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    visibility: hidden;
    margin-top: -1px;
    opacity: 0;
    transition: all .2s ease-out;
  }
  .archive-pulldown .active .archive_list--menu {
    visibility: visible;
    opacity: 1;
  }

  @media screen and (max-width: 1100px) {
    .side_column { width: 100%; }
  }

/* blog
**************************************** */
  .posts-blog .post {
    padding-bottom: 48px;
    padding-top: 48px;
    border-bottom: 1px solid #e5e5e5;
  }
  .posts-blog .post:first-child { border-top: 1px solid #e5e5e5; }
  .posts-blog .post--txtarea { flex: 1; }
  .posts-blog .post--img {
    width: 280px;
    margin-right: 40px;
  }
  .posts-blog .post--img::before {
    padding-top: 75%;
  }

  @media screen and (max-width: 767px) {
    .posts-blog .post {
      display: block;
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .posts-blog .post--img {
      padding-left: 0;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 16px;
      text-align: center;
    }
    .posts-blog .post--img img {
      width: auto;
      max-width: 100%;
    }
  }

/* news
**************************************** */

  /* --- news--archive --- */
  .news--archive {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #111;
  }
  .news--archive li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .news--archive a {
    color: #fff;
  }


  /* --- news_list --- */
  .news_list .post {
    padding-bottom: 16px;
    padding-top: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
  }
  .news_list .post--info {
    margin-right: 32px;
  }
  .news_list .post--link:not([href="javascript:void(0);"]):hover { color: #0b2c5e; }
  .news_list .post--link:hover svg { fill: #0b2c5e; }

  @media screen and (max-width: 767px) {
    .news_list .post { display: block; }
    .news_list .post--info {
      margin-bottom: 8px;
      margin-right: 0;
    }
  }


/* ##############################################################################

    SINGLE

############################################################################## */

/* pass
**************************************** */
  #pass p {
    margin-bottom: 1em;
  }
  #pass input[name="post_password"] {
    padding: 5px;
    border: solid 1px #aaa;
    outline: none;
  }
  #pass input[type="submit"] {
    padding: 4px 16px;
    letter-spacing: .15em;
    background-color: #ddd;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all .4s ease-out;
  }
  #pass input[type="submit"]:hover {
    opacity: .7;
  }

/* wp-pagenavi
**************************************** */
  .wp-pagenavi {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px;
  }
  .wp-pagenavi .pages {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
  }
  .wp-pagenavi a {
    position: relative;
    padding: .5em 1em;
    background-color: #033988;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wp-pagenavi a:hover {
    opacity: .7;
  }
  .wp-pagenavi a {
    color: #fff;
  }
  .wp-pagenavi > *:not(.pages) {
    max-width: calc(100% / 2.6);
  }
  .archive .wp-pagenavi > *:not(.pages) {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .wp-pagenavi-single a[rel="prev"],
  .wp-pagenavi-single a[rel="next"] {
    width: 40px;
  }
  .wp-pagenavi > *:not(.pages) {
    margin-bottom: 4px;
  }
  .wp-pagenavi > *:not(.pages):not(:last-child) {
    margin-right: 4px;
  }
  .wp-pagenavi .extend {
    width: 24px !important;
  }
  .wp-pagenavi a[rel="prev"]::before,
  .wp-pagenavi a[rel="next"]::before,
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before,
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid;
    border-right: 2px solid;
  }
  .wp-pagenavi a[rel="prev"]::before,
  .wp-pagenavi a[rel="next"]::before,
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before,
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    width: 8px;
    height: 8px;
  }
  .wp-pagenavi a[rel="prev"]::before,
  .wp-pagenavi .first::before,
  .wp-pagenavi .first::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .wp-pagenavi a[rel="next"]::before,
  .wp-pagenavi .last::before,
  .wp-pagenavi .last::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .wp-pagenavi-single a[rel="prev"]::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .wp-pagenavi-single a[rel="next"]::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -6px;
  }
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -6px;
  }

  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-top: 24px;
    }
    .archive .wp-pagenavi > *:not(.pages) {
      width: 32px;
      height: 32px;
    }
    .wp-pagenavi-single a[rel="prev"],
    .wp-pagenavi-single a[rel="next"] {
      width: 32px;
    }
    .wp-pagenavi .first::before,
    .wp-pagenavi .last::before {
      left: -5px;
    }
    .wp-pagenavi .first::after,
    .wp-pagenavi .last::after {
      right: -5px;
    }
  }


/* ##############################################################################

    SEARCH

############################################################################## */

  #search-list .section_pdg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #search-list .ttl-01 { margin: 70px 0 0; }


/* ##############################################################################

    FORMY

############################################################################## */
  #formy_form {
    background-color: #fff;
    padding: 40px;
  }
  #formy_form table { width: 100%; }
  #formy_form th,
  #formy_form td {
    padding: 16px;
    vertical-align: middle;
    border-bottom: solid 1px #eee;
  }
  #formy_form th {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    width: 34%;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form table textarea {
    width: 100%;
    border-radius: 3px;
    vertical-align: bottom;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form select,
  #formy_form textarea {
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #ccc;
    font: inherit;
    font-size: 1rem;
  }
  #formy_form textarea { height: 100px; }
  #formy_form select { height: 40px; }
  #formy_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #formy_form input:hover { opacity:.7; }
  #formy_form textarea:hover { opacity:.7; }
  #formy_form input:focus { outline: none; }
  #formy_form .parsley-validated {  background-color: #eee; }
  #formy_form .parsley-error {  background-color: #fee; }
  #formy_form .parsley-success {  background-color: #fff; }
  .help_text {
    font-size: .875rem; /* 14px */
    color: #999;
  }
  .hidden_help { display: none; }
  .formy_privacy div {
    overflow-y: scroll;
    height: 140px;
    border: solid 1px #ccc;
    font-size: .875rem; /* 14px */
    padding: 8px 16px;
  }
  .requiredIcon {
    background-color: #f55;
    color: #fff;
    margin: 0 0 0 1em;
    font-size: .75rem; /* 12px */
    padding: 2px 5px;
    border-radius: 3px;
    float: right;
  }
  #formy_btn {
    padding-top: 32px;
    text-align: center;
  }
  #formy_btn input {
    font-size: inherit;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    padding: 16px 32px;
    -webkit-appearance: none;
    appearance: none;
  }
  #formy_form ul li input[type="radio"],
  #formy_form ul li input[type="checkbox"] { display: none !important; }
  #formy_form ul li label {
    position: relative;
    display: inline-block;
    padding: .5em 8px .5em 40px;
    line-height: 1.6;
    vertical-align: top;
    cursor: pointer;
  }
  #formy_form ul li label:hover { opacity: .7; }
  #formy_form ul li label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #788b93;
    left: 16px;
    top: 12px;
  }
  #formy_form ul li input[type="radio"] + label::before { border-radius: 10px; }
  #formy_form ul li input[type="radio"]:checked + label,
  #formy_form ul li input[type="checkbox"]:checked + label {
    color: #e75f5f;
    font-weight: bold;
  }
  #formy_form ul li input[type="radio"]:checked + label::before,
  #formy_form ul li input[type="checkbox"]:checked + label::before {
    border-color: #e75f5f;
  }
  #formy_form ul li input[type="radio"]:checked + label::after,
  #formy_form ul li input[type="checkbox"]:checked + label::after {
    content: "";
    width: 10px;
    height: 18px;
    top: 4px;
    left: 20px;
    border-right: 2px solid #e75f5f;
    border-bottom: 2px solid #e75f5f;
    display: block;
    position: absolute;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .formy_confirm { background-color: #4dbaff; }
  .formy_submit_disabled { background-color: #ccc; }
  #formy_btn .formy_submit_disabled:hover {
    opacity: 1;
    cursor: default;
  }
  .autoConfirmBack { background-color: #aaa; }
  .formy_send { background-color: #ff6600; }
  #total_required {
    padding: 16px;
    color: #f55555;
    text-align: center;
  }

  @media print, screen and (min-width: 768px) {
    #formy_form .confirm-message {
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    #formy_form { padding: 14px; }
    #formy_form th,
    #formy_form td {
      display: block;
      width: auto;
      padding-left: 0;
      padding-right: 0;
    }
    #formy_form th {
      border-bottom:none;
      padding-bottom: 0;
      white-space: normal;
      font-weight: bold;
    }
    #formy_form td { padding-top: 0; }
    #formy_btn { padding-top: 8px; }
    #formy_btn input {
      width: 100%;
      background-size: contain;
      background-position: center;
    }
    .autoConfirmBack { margin-bottom: 8px; }
  }






/* ##############################################################################

    SEARCH

############################################################################## */

/* 全体レイアウト */
#search-cont ul {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
  padding: 0;
  margin: 60px 0;
  list-style: none;
}

/* 各項目 */
#search-cont li {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* 見出し（勤務地・職種） */
#search-cont h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1e3f8f;
  white-space: nowrap;
}

/* セレクトボックス */
#search-cont select {
  width: 320px;
  height: 48px;
  padding: 0 40px 0 12px;
  font-size: 15px;
  border: 1px solid #1e3f8f;
  border-radius: 4px;
  background-color: #fff;
  color: #333;

  /* デフォルト矢印消す */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* カスタム矢印 */
  background-image: url("../images/common/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px; /* ←SVGに合わせて調整してOK */
}

/* フォーカス */
#search-cont select:focus {
  outline: none;
  border-color: #0048be;
}


@media screen and (max-width: 767px) {
  #search-cont ul {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  #search-cont li {
    flex-direction: column;
    align-items: flex-start;
  }

  #search-cont select {
    width: 100%;
  }
}



/* ##############################################################################

    PAGINATIONS

############################################################################## */

/* ページネーション全体 */
.paginations {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 60px 0;
}

/* 共通リンク */
.paginations li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #033988;
  background: #ffffff;
  text-decoration: none;
  color: #033988;
  font-size: 16px;
  transition: 0.2s;
}

/* 現在ページ */
.paginations li.current a {
  border: none;
  background: none;
  font-weight: bold;
}

/* ホバー */
.paginations li a:hover {
  background: #eee;
}

/* First / Previous 非表示（スクショ準拠） */
.paginations li.first,
.paginations li.previous {
  display: none;
}

/* Next */
.paginations li.next a {
  font-size: 0; /* テキスト消す */
  position: relative;
}

.paginations li.next a::before {
  content: "›";
  font-size: 20px;
}

/* Last */
.paginations li.last a {
  font-size: 0;
  position: relative;
}

.paginations li.last a::before {
  content: "»";
  font-size: 20px;
}
/* --------------------------------------------------------------------------
 * ヘッダー「採用情報」ボタンの最終サイズ調整（v0.8.11）
 *
 * 用途：添付見本の比率に合わせ、採用アイコンの存在感を保ちながら
 *       PCヘッダーのボタンだけを細く見せる。
 *
 * 注意：1424px以下で指定される上下 padding を無効化し、
 *       ボタン外寸を48pxに固定する。アイコンは30pxのまま維持する。
 * -------------------------------------------------------------------------- */
@media print, screen and (min-width: 1081px) {
  .gnav--contact a {
    box-sizing: border-box;
    height: 48px;
    min-height: 48px;
    padding: 0 30px;
    border-radius: 24px !important;
    line-height: 1;
  }

  .gnav--contact .gnav--recruit-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
}

/* =========================================================
   Service / Culture image overlay hover (v0.8.12)
   PC only: hide the mesh overlay while hovering "詳しく見る".
   ========================================================= */
@media (min-width: 769px) and (any-hover: hover) {
  .service-list-box .service__media::after,
  .culture-list-box .culture__media::after {
    transition: opacity 0.25s ease;
  }

  .service-list-box:has(.seeDetailsButton01-sm:hover) .service__media::after,
  .culture-list-box:has(.seeDetailsButton01-sm:hover) .culture__media::after {
    opacity: 0;
  }
}
