@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　CORE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　VARIABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UNIQUE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.l-training {
  margin-bottom: 14rem;
  padding: 0 12rem;
}

.l-training_ttl {
  margin-bottom: 7rem;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 4.5rem;
  letter-spacing: .1em;
  text-align: center;
}

.l-training_txt {
  margin-bottom: 3rem;
  font-size: 1.7rem;
  letter-spacing: .1em;
  line-height: 1.76471;
  text-align: center;
}

.l-training_item {
  width: calc(20% - (16rem / 5));
}

.l-training_item.arrangement .l-training_item_ttl {
  background: #189fab;
  color: #fff;
}

.l-training_item:last-of-type .l-training_item_ttl::before {
  display: none;
}

.l-training_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-training_item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 8.5rem;
  margin-bottom: 1.2rem;
  border: .1rem solid #189fab;
  color: #189fab;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 8.3rem;
  text-align: center;
}

.l-training_item_ttl::before {
  position: absolute;
  top: 50%;
  right: -2.8rem;
  width: 1.6rem;
  height: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/img/recruit/support/l-training_item_ttl_icn.png) no-repeat;
  background-size: contain;
  content: "";
}

.l-training_item_ttl span {
  display: block;
  line-height: 1.125;
}

.l-training_item_txt {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 1.42857;
}

.l-carrier {
  margin-bottom: 15rem;
  padding: 0 12rem;
}

.l-carrier_ttl {
  margin-bottom: 7rem;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 4.5rem;
  letter-spacing: .1em;
  text-align: center;
}

.l-carrier_txt {
  margin-bottom: 4rem;
  font-size: 1.7rem;
  letter-spacing: .1em;
  line-height: 1.76471;
  text-align: center;
}

.l-carrier_item {
  width: calc(100% / 3 - (8.5rem / 3));
}

.l-carrier_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-carrier_item_ttl {
  position: relative;
  margin-bottom: 3.6rem;
  background: #e8e8e8;
  color: #189fab;
  font-size: 2rem;
  font-weight: 700;
  line-height: 8.5rem;
  text-align: center;
}

.l-carrier_item_ttl::before {
  position: absolute;
  right: 0;
  bottom: -2.6rem;
  left: 0;
  width: 1.2rem;
  height: 1.6rem;
  margin: 0 auto;
  background: url(/img/recruit/support/l-carrier_item_ttl_icn.png) no-repeat;
  background-size: contain;
  content: "";
}

.l-carrier_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 8.5rem;
  margin-bottom: 1rem;
  border: .1rem solid #189fab;
  color: #189fab;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.l-carrier_item_list:last-of-type {
  margin-bottom: 0;
}

.l-carrier_item_list_sub {
  display: block;
  padding-top: .5rem;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: .1em;
}

.l-welfare_benefits {
  margin-bottom: 13.5rem;
  padding: 0 12rem;
}

.l-welfare_benefits_ttl {
  margin-bottom: 7.3rem;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 4.5rem;
  text-align: center;
}

.l-welfare_benefits_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 17.5rem;
}

.l-welfare_benefits_item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 11.6rem;
}

.l-welfare_benefits_item_content {
  width: 50%;
  padding: 0 5rem;
}

.l-welfare_benefits_item_content_ttl {
  margin-bottom: 3rem;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 3.7rem;
  letter-spacing: .1em;
}

.l-welfare_benefits_item_content_txt {
  font-size: 1.7rem;
  letter-spacing: .1em;
  line-height: 1.76471;
}

.l-welfare_benefits_item_img {
  position: relative;
  width: 50%;
  padding-left: 7.5rem;
}

.l-welfare_benefits_item_img02 {
  position: absolute;
  bottom: -5rem;
  left: 0;
  width: 22.1rem;
}

.l-welfare_benefits_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-welfare_benefits_other_item {
  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;
  width: calc(25% - (3rem / 4));
  height: 7.5rem;
  margin-bottom: 1rem;
  background: #f7f7f7;
  font-size: 1.7rem;
  letter-spacing: .1em;
  line-height: 7.5rem;
}

.l-welfare_benefits_other_item span {
  display: block;
  line-height: 1.32353;
}

.l-environment {
  margin-bottom: 14.5rem;
  padding: 0 12rem;
}

.l-environment_ttl {
  margin-bottom: 7rem;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 4.5rem;
  letter-spacing: .1em;
  text-align: center;
}

.l-environment_item {
  width: calc(50% - 2rem);
  margin-bottom: 6rem;
}

.l-environment_item.full-size {
  width: 100%;
}

.l-environment_item:last-of-type {
  margin-bottom: 0;
}

.l-environment_item img {
  margin-bottom: 3rem;
}

.l-environment_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-environment_item_txt {
  font-size: 1.7rem;
  line-height: 1.76471;
}

@media screen and (max-width: 48em) {
  .l-training {
    margin-bottom: 9rem;
    padding: 0 2rem;
  }
  .l-training_ttl {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
  .l-training_txt {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  .l-training_item {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
  }
  .l-training_item::before {
    position: absolute;
    right: 0;
    bottom: -2.2rem;
    left: 0;
    width: 1rem;
    height: 1.2rem;
    margin: 0 auto;
    background: url(/img/recruit/support/l-carrier_item_ttl_icn.png) no-repeat;
    background-size: contain;
    content: "";
  }
  .l-training_item:last-of-type:before {
    display: none;
  }
  .l-training_item_wrapper {
    display: block;
  }
  .l-training_item_ttl {
    width: 100%;
    height: 6.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 6.3rem;
  }
  .l-training_item_ttl::before {
    display: none;
  }
  .l-training_item_txt {
    text-align: center;
  }
  .l-carrier {
    margin-bottom: 8.5rem;
    padding: 0 2rem;
  }
  .l-carrier_ttl {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
  .l-carrier_txt {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .l-carrier_item {
    width: 100%;
    margin-bottom: 4rem;
  }
  .l-carrier_item_wrapper {
    display: block;
  }
  .l-carrier_item_ttl {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    line-height: 6.5rem;
  }
  .l-carrier_item_list {
    height: 6.5rem;
    margin-bottom: .5rem;
    font-size: 1.6rem;
  }
  .l-carrier_item_list_sub {
    font-size: 1.1rem;
  }
  .l-welfare_benefits {
    margin-bottom: 10rem;
    padding: 0 2rem;
  }
  .l-welfare_benefits_ttl {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
  .l-welfare_benefits_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 3.5rem;
  }
  .l-welfare_benefits_item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 3.5rem;
  }
  .l-welfare_benefits_item_content {
    width: 100%;
    padding: 0;
  }
  .l-welfare_benefits_item_content_ttl {
    margin-bottom: 2.6rem;
    font-size: 2.8rem;
  }
  .l-welfare_benefits_item_content_txt {
    font-size: 1.4rem;
    letter-spacing: .06em;
    line-height: 1.78571;
  }
  .l-welfare_benefits_item_img {
    width: 100%;
    margin-bottom: 4rem;
    padding-left: 0;
  }
  .l-welfare_benefits_item_img02 {
    display: none;
  }
  .l-welfare_benefits_other_item {
    width: calc(50% - .2rem);
    height: 5.9rem;
    margin-bottom: .4rem;
    font-size: 1.4rem;
    line-height: 5.9rem;
  }
  .l-welfare_benefits_other_item span {
    line-height: 1.42857;
  }
  .l-environment {
    margin-bottom: 9rem;
    padding: 0 2rem;
  }
  .l-environment_ttl {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
  .l-environment_item {
    width: 100%;
    margin-bottom: 3rem;
  }
  .l-environment_item img {
    margin-bottom: 2rem;
  }
  .l-environment_item_txt {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}
