@charset "UTF-8";
/* ================================================== */
/* 福利厚生 */
/* ================================================== */
/* ===== top-area ===== */
#top-area {
  position: relative;
  padding: 75px 0 0;
  z-index: 1;
}
#top-area .wrap {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 0 0;
}

@media screen and (max-width: 600px) {
  #top-area .wrap {
    padding: 50px 0 0;
  }
}
/* ===== section共通 ===== */
.section {
  padding: 120px 0 150px;
}
.section .wrap {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.section .section-title {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 0 0 50px;
}
.section .section-title::before {
  content: "";
  position: relative;
  width: 86px;
  height: 86px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 30px 0 0;
}
.section p {
  line-height: 2;
}
.section .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0 0;
}
.section .item-wrap::after {
  content: "";
  width: 30%;
}
.section .item {
  width: 30%;
}
.section .item:nth-child(n+4) {
  margin: 80px 0 0;
}
.section .item .item-title {
  line-height: 1.5;
  margin: 0 0 1em;
}
.section .item-title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.section .value {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.section .value .number {
  font-size: 90px;
  font-size: 5.625rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--color-skyblue);
  text-align: right;
}
.section .value .before-text,
.section .value .after-text {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 0 0 0 0.3em;
  padding: 0 0 0.8em;
}
.section .value .before-text {
  text-align: right;
}
.section .pickup {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 640px;
  border: solid 1px var(--color-black);
  padding: 35px;
  margin: 80px 0 0;
}
.section .pickup .item-title {
  margin: 0 2em 0 0;
}

@media screen and (max-width: 1024px) {
  .section .item-wrap::after {
    width: 47%;
  }
  .section .item {
    width: 47%;
  }
  .section .item:nth-child(n+3) {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 80px 0 100px;
  }
  .section .section-title {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
  }
  .section .section-title::before {
    width: 64px;
    height: 64px;
    margin: 0 20px 0 0;
  }
  .section .value .number {
    font-size: 70px;
    font-size: 4.375rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
  }
  .section .value .before-text,
.section .value .after-text {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.05em;
  }
  .section .pickup {
    display: block;
  }
  .section .pickup .item-title {
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 600px) {
  .section {
    padding: 60px 0 80px;
  }
  .section .section-title {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .section .section-title::before {
    width: 48px;
    height: 48px;
    margin: 0 15px 0 0;
  }
  .section .item-wrap {
    display: block;
    margin: 60px 0 0;
  }
  .section .item-wrap::after {
    width: 100%;
  }
  .section .item {
    width: 100%;
  }
  .section .item:nth-child(n+2) {
    margin: 60px 0 0;
  }
  .section .item-title {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
  .section .pickup {
    padding: 20px;
    margin: 60px 0 0;
  }
}
/* ===== 働き方サポート ===== */
#work-style {
  margin: 100px 0 0;
}
#work-style .section-title::before {
  background-image: url(../img/person-job/welfare-benefit/work-style_icon.svg);
}

@media screen and (max-width: 768px) {
  #work-style {
    margin: 50px 0 0;
  }
}
/* ===== 教育・研修サポート ===== */
#education .section-title::before {
  background-image: url(../img/person-job/welfare-benefit/education_icon.svg);
}

/* ===== ライフサポート ===== */
#life {
  background-color: var(--color-bluegray);
}
#life .section-title::before {
  background-image: url(../img/person-job/welfare-benefit/life_icon.svg);
}

/* ===== 風景画像 ===== */
.support-view {
  position: relative;
  width: 100%;
  max-width: 2000px;
}
.support-view::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  padding-top: 35.5555%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/person-job/welfare-benefit/support-view.jpg);
}

@media screen and (min-width: 1201px) {
  .support-view::before {
    padding-top: 540px;
  }
}
@media screen and (max-width: 600px) {
  .support-view::before {
    padding-top: 60%;
  }
}
/* ===== related_person-job（福利厚生のみ） ===== */
#related_person-job {
  padding: 220px 0 100px;
}

@media screen and (max-width: 1024px) {
  #related_person-job {
    padding: 160px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  #related_person-job {
    padding: 100px 0;
  }
}
@media screen and (max-width: 600px) {
  #related_person-job {
    padding: 80px 0;
  }
}

/*# sourceMappingURL=welfare-benefit.css.map */
