@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;
  }
}

.contents_detail {
  margin-inline: auto;
}
@media all and (min-width: 751px) {
  .contents_detail {
    width: min(840px, 100%);
  }
}

.sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 0 30px;
}
@media all and (min-width: 751px) {
  .sec_ttl {
    padding: 50px 35px 95px;
    border-radius: 0 0 0 60px;
  }
}
.sec_ttl span {
  display: inline-block;
  text-align: center;
}
.sec_ttl .en {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px #3B97D4;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    -webkit-text-stroke: 1.5px #3B97D4;
    font-size: clamp(32px, 3vw, 42px);
    letter-spacing: 0.1em;
  }
}
.sec_ttl .number {
  -webkit-text-stroke: 0;
  color: #3B97D4;
}
.sec_ttl .jp {
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media all and (max-width: 750px) {
  .sec_ttl .jp {
    margin-top: 8px;
    padding-bottom: 18px;
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-repeat: space no-repeat;
    background-position: left bottom;
  }
}
@media all and (min-width: 751px) {
  .sec_ttl .jp {
    margin-top: 8px;
    font-size: clamp(20px, 1.86vw, 26px);
  }
  .sec_ttl .jp::before, .sec_ttl .jp::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 26%;
    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 .jp::before {
    left: 0;
  }
  .sec_ttl .jp::after {
    right: 0;
  }
}

.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: -60px;
    width: min(600px, 100%);
  }
}

.detail_list {
  margin-top: 30px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  }
}
.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: 35px 28px 30px;
    width: calc((100% - 40px) / 2);
    border-radius: 0 0 0 60px;
  }
}
.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: 40px;
    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: 28.2%;
  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);
    width: 89.5%;
  }
  .detail_list .detail .detail_ttl .number::before, .detail_list .detail .detail_ttl .number::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 19.8%;
    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 .image {
  margin-bottom: 10px;
  margin-inline: auto;
  width: min(80px, 100%);
}
@media all and (min-width: 751px) {
  .detail_list .detail .image {
    margin-bottom: 40px;
    width: min(120px, 100%);
  }
}
.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_life {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_life {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}

/* 財産形成支援
---------------------------------------------------------- */
.sec_property {
  padding-top: 40px;
  background: #fff7ea;
}
@media all and (min-width: 751px) {
  .sec_property {
    padding-top: 80px;
  }
}

/* 自己啓発・スキルアップ
---------------------------------------------------------- */
.sec_improvement {
  padding-top: 40px;
  background: #fff7ea;
}
@media all and (min-width: 751px) {
  .sec_improvement {
    padding-top: 80px;
  }
}

/* レクリエーション・運動等
---------------------------------------------------------- */
.sec_recreation {
  padding: 40px 0;
  background: #fff7ea;
}
@media all and (min-width: 751px) {
  .sec_recreation {
    padding: 80px 0;
  }
}

/* related
---------------------------------------------------------- */
.related {
  margin-top: 0;
}
.related .related_list .related_item {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media all and (min-width: 751px) {
  .related .related_list .related_item:last-child a {
    font-size: 18px;
    line-height: 1;
  }
}
.related .related_list .related_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}