@charset "UTF-8";
/* ==========================================================================//
//
// 福利厚生
//
// ========================================================================== */
.page_body {
  padding-bottom: 20px;
}
@media all and (min-width: 751px) {
  .page_body {
    padding-bottom: 50px;
  }
}

/* lead
---------------------------------------------------------- */
.lead_area {
  padding-top: 35px;
}
@media all and (min-width: 751px) {
  .lead_area {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
.lead_area .text {
  line-height: 2.28;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .lead_area .text {
    text-align: center;
    line-height: 2.13;
  }
}

/* コンテンツ
---------------------------------------------------------- */
.section {
  padding: 32px 0 46px;
}
@media all and (min-width: 751px) {
  .section {
    padding: 60px 0 70px;
  }
}
.section:not(:last-child) {
  border-bottom: 1px solid #222222;
}
.section .sec_ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .section .sec_ttl {
    margin-bottom: 40px;
  }
}
.section .sec_ttl .en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  color: #343231;
  font-size: 36px;
  letter-spacing: 0.04em;
}
@media all and (min-width: 751px) {
  .section .sec_ttl .en {
    font-size: 46px;
  }
}
.section .sec_ttl .jp {
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media all and (min-width: 751px) {
  .section .sec_ttl .jp {
    font-size: 18px;
  }
}
.section .image {
  margin-bottom: 25px;
}
@media all and (min-width: 751px) {
  .section .image {
    margin-bottom: 35px;
  }
}
.section .image img {
  border: 1px solid #222222;
  border-radius: 15px;
}
@media all and (min-width: 751px) {
  .section .image img {
    border-width: 2px;
    border-radius: 30px;
  }
}
.section .image.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.section .image.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section .list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.section .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  border: 1px solid #222222;
  overflow: hidden;
}
@media all and (min-width: 751px) {
  .section .item {
    border-radius: 20px;
    border-width: 2px;
  }
}
.section .item .heading {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  background-color: #d1e6ea;
  padding: 13px;
}
@media all and (min-width: 751px) {
  .section .item .heading {
    font-size: 18px;
    padding: 20px 10px;
  }
}
.section .item .heading span {
  display: inline;
  background-color: #222222;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.02em;
  border-radius: 5px;
  padding: 4px 10px 5px;
}
@media all and (min-width: 751px) {
  .section .item .heading span {
    padding-inline: 17px;
  }
}
.section .item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 20px 28px 28px;
}
@media all and (min-width: 751px) {
  .section .item .content {
    padding: 20px 10% 30px;
  }
}
.section .item .content p {
  letter-spacing: 0.04em;
  line-height: 1.85;
}
@media all and (min-width: 751px) {
  .section .item .content p {
    line-height: 1.73;
  }
}
.section .item.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.section .item.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}