@charset "UTF-8";
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-400-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-500-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-600-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-700-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-800-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-900-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================//
//
// 働き方を知る
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
section {
  overflow-x: hidden;
}
section:not(:first-of-type) {
  margin-top: 60px;
}
@media all and (min-width: 751px) {
  section:not(:first-of-type) {
    margin-top: 190px;
  }
}
section.black {
  padding-top: 60px;
  background-color: #000000;
  color: #fff;
}
@media all and (min-width: 751px) {
  section.black {
    padding-top: 190px;
  }
}

@media all and (max-width: 750px) {
  .sec_info_ttl {
    margin-bottom: 50px;
  }
}

.detail_ttl {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.76;
}
@media all and (min-width: 751px) {
  .detail_ttl {
    font-size: 32px;
    line-height: 1.59;
  }
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 750px) {
  .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contents_list {
  width: min(1200px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: auto;
}
@media all and (max-width: 1050px) {
  .contents_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 751px) {
  .contents_list {
    gap: 40px 0;
  }
}
.contents_list .contents_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1050px) {
  .contents_list .contents_detail {
    padding: 26px 0;
    width: 100%;
  }
}
@media all and (min-width: 1051px) {
  .contents_list .contents_detail {
    padding: 0 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.3%;
    border-right: 0.7px solid #fff;
  }
}
@media all and (max-width: 1050px) {
  .contents_list .contents_detail:not(:last-child) {
    border-bottom: 0.5px solid #fff;
  }
}
@media all and (max-width: 1050px) {
  .contents_list .contents_detail:first-child {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 750px) {
  .contents_list .contents_detail:last-child {
    padding: 26px 0 0;
  }
}
.contents_list .contents_detail .ttl {
  padding: 0 0 42px;
  font-family: "D-DIN Pro", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
@media all and (min-width: 751px) {
  .contents_list .contents_detail .ttl {
    font-size: 26px;
    line-height: 1.25;
  }
}
@media all and (min-width: 1051px) {
  .contents_list .contents_detail .ttl {
    padding-bottom: 0;
  }
}
.contents_list .contents_detail .number_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media all and (max-width: 750px) {
  .contents_list .contents_detail .number_ttl {
    gap: 0 13px;
    font-size: 16px;
  }
}
@media all and (min-width: 751px) {
  .contents_list .contents_detail .number_ttl {
    margin-bottom: 60px;
    gap: 0 18px;
    font-size: clamp(20px, 1.36vw, 26px);
  }
}
.contents_list .contents_detail .number_ttl .number {
  padding-right: 14px;
  position: relative;
  font-family: "D-DIN Pro", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .contents_list .contents_detail .number_ttl .number {
    padding-right: 13px;
    font-size: 35px;
  }
}
.contents_list .contents_detail .number_ttl .number::after {
  position: absolute;
  content: "";
  background-image: url(../images/culture/ico_parentheses.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 5.36px;
  height: 21.02px;
}
@media all and (min-width: 751px) {
  .contents_list .contents_detail .number_ttl .number::after {
    width: 7.58px;
    height: 29.72px;
  }
}
@media all and (max-width: 1050px) {
  .contents_list .contents_detail .detail_contents {
    width: 48.4%;
  }
}
@media all and (min-width: 1051px) {
  .contents_list .contents_detail .detail_contents {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.contents_list .contents_detail .image {
  margin-inline: auto;
  width: 63.6%;
}
@media all and (min-width: 751px) {
  .contents_list .contents_detail .image {
    width: 47.7%;
  }
}
.contents_list .contents_detail .txt {
  margin-top: 16px;
  line-height: 1.91;
}
@media all and (min-width: 751px) {
  .contents_list .contents_detail .txt {
    margin-top: 50px;
    line-height: 1.9;
  }
}
@media all and (min-width: 1051px) {
  .contents_list .contents_detail .txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.do_list .do_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
}
@media all and (min-width: 1001px) {
  .do_list .do_detail {
    gap: 0 19%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .do_list .do_detail {
    gap: 0 10%;
  }
}
.do_list .do_detail:not(:first-child) {
  margin-top: 13px;
}
@media all and (min-width: 751px) {
  .do_list .do_detail:not(:first-child) {
    margin-top: 42px;
  }
}
.do_list .do_detail .contents {
  margin: 0;
  padding: 7px 3px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.2em;
  border: 0.7px solid #000000;
  text-align: center;
  max-width: 149px;
}
@media all and (min-width: 751px) {
  .do_list .do_detail .contents {
    padding: 14px;
    font-size: clamp(18px, 1.1vw, 21px);
    font-weight: 600;
    max-width: 387px;
    border: 1.3px solid #000000;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .do_list .do_detail .contents {
    max-width: 287px;
  }
}
.do_list .do_detail .contents::after {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 16.4%;
  height: 0.7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -16.4%;
}
@media all and (min-width: 1001px) {
  .do_list .do_detail .contents::after {
    width: 38.1%;
    height: 1.3px;
    right: -38.1%;
  }
}
.do_list .do_detail .contents .for_md {
  display: block;
}
@media all and (min-width: 1001px) {
  .do_list .do_detail .contents .for_md {
    display: none;
  }
}
.do_list .do_detail .detail {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media all and (max-width: 750px) {
  .do_list .do_detail .detail {
    line-height: 1.56;
    width: 48.94%;
  }
}
@media all and (min-width: 751px) {
  .do_list .do_detail .detail {
    font-size: 20px;
  }
}

/* 研修制度
------------------------------------------------------------------------------------ */
.sec_training {
  padding-bottom: 80px;
}
@media all and (min-width: 751px) {
  .sec_training {
    padding-bottom: 218px;
  }
}
@media all and (min-width: 751px) {
  .sec_training .sec_info_ttl {
    margin-bottom: 127px;
  }
}
.sec_training .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 1151px) {
  .sec_training .wrap {
    gap: 0 128px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec_training .wrap .sec_image {
  margin: 40px 20px 0 calc(50% - 50vw);
}
@media all and (min-width: 1151px) {
  .sec_training .wrap .sec_image {
    margin: 0 0 0 calc(50% - 50vw);
    width: 117.55vw;
  }
}
.sec_training .wrap .txts .detail_ttl {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .sec_training .wrap .txts .detail_ttl {
    margin-bottom: 40px;
  }
}
.sec_training .wrap .txts p {
  font-size: 14px;
  line-height: 2.27;
}
@media all and (min-width: 751px) {
  .sec_training .wrap .txts p {
    font-size: 17px;
    line-height: 2.29;
  }
}
.sec_training .contents_list {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .sec_training .contents_list {
    margin-top: 126px;
  }
}

/* 仕事環境
------------------------------------------------------------------------------------ */
@media all and (min-width: 751px) {
  .sec_work .sec_info_ttl {
    margin-bottom: 165px;
  }
}
.sec_work .contents {
  margin-inline: auto;
  width: min(920px, 100%);
}
@media all and (max-width: 750px) {
  .sec_work .sec_image {
    margin: 0 calc(50% - 50vw) 0 20px;
  }
}
@media all and (min-width: 751px) {
  .sec_work .sec_image {
    padding-left: 27px;
    width: 93.4%;
  }
}
.sec_work .do_list {
  margin-top: 30px;
}
@media all and (max-width: 1000px) {
  .sec_work .do_list {
    padding-left: 10px;
  }
}
@media all and (min-width: 751px) {
  .sec_work .do_list {
    margin-top: 100px;
  }
}

/* 健康管理
------------------------------------------------------------------------------------ */
.sec_wellness {
  padding-bottom: 80px;
}
@media all and (min-width: 751px) {
  .sec_wellness {
    padding-bottom: 207px;
  }
}
@media all and (min-width: 751px) {
  .sec_wellness .sec_info_ttl {
    margin-bottom: 166px;
  }
}
@media all and (max-width: 1150px) {
  .sec_wellness .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 751px) {
  .sec_wellness .wrap {
    gap: 0 100px;
  }
}
@media all and (min-width: 751px) {
  .sec_wellness .wrap .txts {
    margin-top: 28px;
  }
}
@media all and (max-width: 750px) {
  .sec_wellness .wrap .txts .detail_ttl {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media all and (min-width: 751px) {
  .sec_wellness .wrap .txts .detail_ttl {
    margin-bottom: 50px;
  }
}
.sec_wellness .wrap .txts p {
  line-height: 2.21;
}
@media all and (min-width: 751px) {
  .sec_wellness .wrap .txts p {
    line-height: 2.29;
  }
}
.sec_wellness .wrap .sec_image {
  margin-top: 40px;
}
@media all and (min-width: 1151px) {
  .sec_wellness .wrap .sec_image {
    margin-top: 0;
    width: 38.5vw;
  }
}

/* プライベート
------------------------------------------------------------------------------------ */
.sec_private .sec_info_ttl {
  margin-bottom: 65px;
}
@media all and (min-width: 751px) {
  .sec_private .sec_info_ttl {
    margin-bottom: 190px;
  }
}
@media all and (min-width: 1051px) {
  .sec_private .contents_list .contents_detail {
    border-right: 1px solid #000000;
  }
}
@media all and (max-width: 1050px) {
  .sec_private .contents_list .contents_detail:not(:last-child) {
    border-bottom: 0.5px solid #000000;
  }
}
.sec_private .contents_list .contents_detail .number_ttl .number::after {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
@media all and (max-width: 1050px) {
  .sec_private .contents_list .contents_detail .image {
    width: 61%;
  }
}

/* 社内連携
------------------------------------------------------------------------------------ */
@media all and (min-width: 751px) {
  .sec_engagement {
    padding-bottom: 250px;
  }
}
@media all and (min-width: 751px) {
  .sec_engagement .sec_info_ttl {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 1150px) {
  .sec_engagement .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media all and (min-width: 1151px) {
  .sec_engagement .wrap {
    gap: 0 128px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec_engagement .wrap .sec_image {
  margin: 38px 20px 0 calc(50% - 50vw);
}
@media all and (min-width: 1151px) {
  .sec_engagement .wrap .sec_image {
    margin: 0 0 0 calc(50% - 50vw);
    width: 50.8vw;
  }
}
@media all and (max-width: 1150px) {
  .sec_engagement .wrap .do_list {
    padding-left: 10px;
  }
}
.sec_engagement .wrap .do_list .do_detail {
  gap: 0 29px;
}
@media all and (min-width: 751px) {
  .sec_engagement .wrap .do_list .do_detail {
    gap: 0 8.7%;
  }
}
@media all and (max-width: 750px) {
  .sec_engagement .wrap .do_list .do_detail .contents {
    width: min(135px, 100%);
  }
}
@media all and (min-width: 751px) {
  .sec_engagement .wrap .do_list .do_detail .contents {
    font-size: 20px;
    max-width: 265px;
    width: 100%;
    border: 1.3px solid #fff;
  }
}
@media all and (max-width: 750px) {
  .sec_engagement .wrap .do_list .do_detail .contents:not(:last-child) {
    border: 0.7px solid #fff;
  }
}
.sec_engagement .wrap .do_list .do_detail .contents:after {
  background-color: #fff;
  width: 16.5%;
  right: -16.5%;
}
@media all and (min-width: 751px) {
  .sec_engagement .wrap .do_list .do_detail .contents:after {
    width: 15.6%;
    right: -15.6%;
  }
}
@media all and (min-width: 751px) {
  .sec_engagement .wrap .do_list .do_detail .detail {
    font-size: 17px;
  }
}
@media all and (min-width: 1151px) {
  .sec_engagement .wrap .do_list .do_detail .detail {
    width: 70%;
  }
}

/* ON THIS PAGE
------------------------------------------------------------------------------------ */
.black {
  background-color: #000000;
  color: #fff;
}
.black .on_this_page {
  border-right: 1px solid #fff;
}
.black .breadcrumbs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 750px) {
  .black .breadcrumbs {
    width: 50%;
  }
}
.black .breadcrumbs li a {
  display: inline-block;
  color: #fff;
}
.black .breadcrumbs li a::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}