@charset "UTF-8";
/* ==========================================================================//
//
// 福利厚生
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.contents {
  padding: 40px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#DFEEB5), to(#D4EEB5));
  background: linear-gradient(#DFEEB5 0%, #D4EEB5 100%);
  position: relative;
  z-index: 0;
}
@media all and (min-width: 751px) {
  .contents {
    padding: 80px 0 0;
  }
}
.contents::after {
  position: absolute;
  content: "";
  background-image: url(../../images/culture/decoration.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
  width: min(180px, 100%);
  height: 282px;
}
@media all and (min-width: 751px) {
  .contents::after {
    width: min(425px, 100%);
    height: 761px;
  }
}
@media all and (min-width: 751px) {
  .contents .inner {
    padding: 0 60px;
  }
}

.sec_ttl {
  text-align: center;
  letter-spacing: 0.1em;
}
@media all and (max-width: 750px) {
  .sec_ttl::before, .sec_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 19.1%;
    height: 5px;
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec_ttl::before {
    left: 0;
  }
  .sec_ttl::after {
    right: 0;
  }
  .sec_ttl::before {
    left: 10px;
  }
  .sec_ttl::after {
    right: 10px;
  }
}
@media all and (min-width: 751px) {
  .sec_ttl {
    font-size: clamp(20px, 1.6vw, 22px);
  }
  .sec_ttl::before, .sec_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 15.65%;
    height: 5px;
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec_ttl::before {
    left: 0;
  }
  .sec_ttl::after {
    right: 0;
  }
  .sec_ttl::before {
    left: 19.9%;
  }
  .sec_ttl::after {
    right: 19.9%;
  }
}

.sec_image {
  margin-top: 10px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0 0 0 60px;
  border: 1.5px solid #3B97D4;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media all and (min-width: 751px) {
  .sec_image {
    margin-top: 40px;
    width: min(600px, 100%);
  }
}

.detail_list {
  margin-top: 20px;
  margin-inline: auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media all and (min-width: 751px) {
  .detail_list {
    margin-top: 60px;
    gap: 60px 40px;
  }
}
@media all and (min-width: 1001px) {
  .detail_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.detail_list .detail {
  padding: 25px 14px 20px;
  background-color: #fff;
  border-radius: 0 0 0 30px;
  border: 1.5px solid #3B97D4;
}
@media all and (min-width: 751px) {
  .detail_list .detail {
    padding: 45px 47px 35px;
    border-radius: 0 0 0 60px;
  }
}
@media all and (min-width: 1001px) {
  .detail_list .detail {
    width: calc((100% - 80px) / 3);
  }
}
.detail_list .detail .detail_ttl {
  margin-bottom: 10px;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media all and (min-width: 751px) {
  .detail_list .detail .detail_ttl {
    margin-bottom: 10px;
    gap: 0 26px;
  }
}
.detail_list .detail .detail_ttl span {
  display: block;
  margin-inline: auto;
}
.detail_list .detail .detail_ttl .number {
  position: relative;
  text-align: center;
  -webkit-text-stroke: 1px #3B97D4;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
}
.detail_list .detail .detail_ttl .number::before, .detail_list .detail .detail_ttl .number::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 5px;
  background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
  background-size: 8px 5px;
  background-position: left center;
  background-repeat: space no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.detail_list .detail .detail_ttl .number::before {
  left: 0;
}
.detail_list .detail .detail_ttl .number::after {
  right: 0;
}
@media all and (min-width: 751px) {
  .detail_list .detail .detail_ttl .number {
    -webkit-text-stroke: 1.5px #3B97D4;
    font-size: clamp(25px, 2.15vw, 30px);
  }
  .detail_list .detail .detail_ttl .number::before, .detail_list .detail .detail_ttl .number::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 26.5%;
    height: 5px;
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .detail_list .detail .detail_ttl .number::before {
    left: 0;
  }
  .detail_list .detail .detail_ttl .number::after {
    right: 0;
  }
}
.detail_list .detail .detail_ttl .jp {
  padding-top: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .detail_list .detail .detail_ttl .jp {
    padding-top: 8px;
    font-size: clamp(20px, 1.6vw, 22px);
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.detail_list .detail p {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.lead {
  text-align: center;
}
.lead p {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media all and (min-width: 751px) {
  .lead p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

/* 出産支援制度
---------------------------------------------------------- */
.sec_childbirth {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_childbirth {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}

/* 育児支援制度
---------------------------------------------------------- */
.sec_childcare {
  padding-top: 40px;
  background: #fff7ea;
}
@media all and (min-width: 751px) {
  .sec_childcare {
    padding-top: 80px;
  }
}

/* 多様性を広げる制度
---------------------------------------------------------- */
.sec_diversity {
  background: #fff7ea;
  padding: 40px 0;
  background: #fff7ea;
}
@media all and (min-width: 751px) {
  .sec_diversity {
    padding: 80px 0;
  }
}