@charset "UTF-8";
/* ==========================================================================//
//
// 働き方を知る
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media all and (min-width: 751px) {
  .txt_contents {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .txt_contents {
    width: 74%;
  }
}

@media all and (min-width: 1101px) {
  .detail_list .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 clamp(61px, 5.8vw, 111px);
    zoom: 80%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .detail_list .detail {
    margin-top: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    zoom: 100%;
  }
}
.detail_list .detail:not(:first-child) {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .detail_list .detail:not(:first-child) {
    margin-top: 100px;
  }
}
.detail_list .detail .txts {
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .detail_list .detail .txts {
    width: 44.5%;
  }
}
@media all and (min-width: 751px) and (min-width: 1101px) {
  .detail_list .detail .txts {
    margin-bottom: 0;
  }
}
.detail_list .detail .detail_number {
  padding-left: 43px;
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 19px;
}
@media all and (min-width: 751px) {
  .detail_list .detail .detail_number {
    padding-left: 53px;
    font-size: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .detail_list .detail .detail_number {
    font-size: 20px;
  }
}
.detail_list .detail .detail_number::before {
  position: absolute;
  content: "";
  background-color: #262424;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 36px;
  height: 1px;
}
@media all and (min-width: 751px) {
  .detail_list .detail .detail_number::before {
    width: 45px;
  }
}
.detail_list .detail .detail_ttl {
  margin: 30px 0 25px;
  font-size: 23px;
  font-weight: 400;
}
@media all and (min-width: 751px) {
  .detail_list .detail .detail_ttl {
    margin: 30px 0 20px;
    font-size: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .detail_list .detail .detail_ttl {
    margin: 30px 0 20px;
    font-size: clamp(13px, 1.79vw, 23px);
  }
}
.detail_list .detail .detail_ttl span {
  font-size: 18px;
}
@media all and (min-width: 751px) {
  .detail_list .detail .detail_ttl span {
    font-size: 23px;
  }
}
.detail_list .detail .description {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .detail_list .detail .description {
    letter-spacing: 0.02em;
    line-height: 1.85;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .detail_list .detail .description {
    font-size: clamp(12.5px, 1.25vw, 16px);
  }
}
@media all and (min-width: 1101px) {
  .detail_list .detail .parallax-box {
    width: 44.7%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .detail_list .detail .parallax-box {
    width: 47%;
  }
}

/*  仕事環境
---------------------------------------------------------- */
section.sec_equipment .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_equipment .box {
    padding: 0 0 170px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_equipment .box {
    padding: 0 0 14vw;
  }
}
@media all and (min-width: 751px) {
  section.sec_equipment .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_equipment .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* 仕事環境
---------------------------------------------------------- */
section.sec_health .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_health .box {
    padding: 170px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_health .box {
    padding: 9vw 0 14vw;
  }
}

/* 社内連携
---------------------------------------------------------- */
section.sec_team .box {
  padding: 70px 0 0;
}
@media all and (min-width: 751px) {
  section.sec_team .box {
    padding: 170px 0 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_team .box {
    padding: 9vw 0 0;
  }
}
@media all and (min-width: 751px) {
  section.sec_team .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_team .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 751px) {
  section.sec_team .detail_ttl {
    margin: -8px 0 20px !important;
    font-size: 22px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_team .detail_ttl {
    margin: 0px 0 20px !important;
    font-size: clamp(13px, 1.79vw, 23px);
  }
}
section.sec_team .sec_wrap {
  margin-top: 75px;
}
@media all and (min-width: 751px) {
  section.sec_team .sec_wrap {
    margin-top: 160px;
  }
}