.l-benefit {
  padding-top: 18rem;
}

.l-benefit_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 8rem;
}

.l-benefit_txt {
  margin-top: 4rem;
}

.l-benefit_link {
  position: relative;
  color: var(--colorBlue800);
}

.l-benefit_link::before {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--colorBlue800);
  content: "";
}

.l-holiday {
  padding-top: 16rem;
}

.l-holiday_item {
  display: grid;
  grid-template-rows: auto 1fr;
}

.l-holiday_items {
  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;
  margin-top: 4.6rem;
  gap: 2rem;
}

.l-holiday_item01 {
  -ms-flex-preferred-size: 58.7rem;
      flex-basis: 58.7rem;
}

.l-holiday_item02 {
  -ms-flex-preferred-size: 58.7rem;
      flex-basis: 58.7rem;
}

.l-holiday_item03 {
  -ms-flex-preferred-size: 45.7rem;
      flex-basis: 45.7rem;
}

.l-holiday_item04 {
  -ms-flex-preferred-size: 45.7rem;
      flex-basis: 45.7rem;
}

.l-holiday_item05 {
  -ms-flex-preferred-size: 24rem;
      flex-basis: 24rem;
}

.l-holiday_item_ttl {
  padding: 1rem;
  background: var(--colorBlue500);
  color: var(--colorWhite);
  text-align: center;
}

.l-holiday_item_content {
  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;
  padding: 2.5rem;
  background: var(--colorWhite);
}

.l-holiday_item_txt {
  text-align: center;
}

.l-holiday_item_txt_annotation {
  position: absolute;
  right: .7rem;
  bottom: .2rem;
}

.l-benefit_detail {
  padding: 16rem 0 18rem;
}

.l-benefit_detail_item {
  display: grid;
  grid-template-rows: auto 1fr;
}

.l-benefit_detail_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5rem;
  gap: 2rem;
}

.l-benefit_detail_item_ttl {
  padding: 1rem;
  background: var(--colorBlue700);
  color: var(--colorWhite);
  text-align: center;
}

.l-benefit_detail_item_content {
  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;
  padding: 2.5rem;
  background: var(--colorBlue100);
}

.l-benefit_detail_txt {
  margin-top: 2rem;
}

.l-benefit_detail_other {
  display: grid;
  grid-template-columns: 22.5rem 1fr;
  padding: 3.2rem 0;
  border-bottom: 1px solid var(--colorBlue200);
}

.l-benefit_detail_other_wrapper {
  margin-top: 8.6rem;
  border-top: 1px solid var(--colorBlue200);
}

.l-benefit_detail_other_ttl {
  -ms-flex-item-align: center;
      align-self: center;
  color: var(--colorBlue800);
}

.l-benefit_detail_other_txt {
  padding-left: 3.2rem;
  border-left: 1px solid var(--colorBlue200);
}

.l-benefit_detail_other_txt_item+.l-benefit_detail_other_txt_item {
  margin-top: 1rem;
}

.l-benefit_detail_other_txt em {
  color: var(--colorBlue800);
  font-weight: 700;
}

.l-benefit_childbirth {
  margin-top: 8.6rem;
  padding: 3rem 1rem 1rem;
  background: var(--colorWhite);
}

.l-benefit_childbirth_ttl {
  color: var(--colorBlue800);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-align: center;
}

.l-benefit_childbirth_img_wrapper {
  display: grid;
  grid-template-columns: 1fr 26.7rem;
  margin-top: 1rem;
  gap: 2rem 1.6rem;
}

.l-clubs {
  padding: 18rem 0;
  background: var(--colorBlue100);
}

.l-clubs_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 8rem;
}

.l-clubs_content {
  display: grid;
  align-self: flex-start;
  gap: 4rem;
}

.l-clubs_lead {
  color: var(--colorBlue800);
}

.l-clubs_img_wrapper {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 37.769784% 1fr;
  grid-template-areas: "img01 img01" "img02 img03";
  gap: 1.6rem;
}

.l-clubs_img01 {
  grid-area: img01;
}

.l-clubs_img02 {
  grid-area: img02;
}

.l-clubs_img03 {
  grid-area: img03;
}

@media screen and (max-width: 47.9375em) {
  .l-benefit {
    padding-top: 9rem;
  }
  .l-benefit_container {
    grid-template-columns: 1fr;
  }
  .l-benefit_txt {
    margin-top: 3rem;
  }
  .l-holiday {
    padding-top: 8rem;
  }
  .l-holiday_items {
    display: grid;
    margin-top: 3rem;
  }
  .l-benefit_detail {
    padding: 8rem 0 9rem;
  }
  .l-benefit_detail_items {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
  .l-benefit_detail_other {
    grid-template-columns: 1fr;
  }
  .l-benefit_detail_other_wrapper {
    margin-top: 4rem;
  }
  .l-benefit_detail_other_txt {
    margin-top: 1rem;
    padding-left: 0;
    border-left: 0;
  }
  .l-benefit_childbirth {
    margin-top: 4rem;
    padding: 2rem;
  }
  .l-benefit_childbirth_ttl {
    font-size: 1.8rem;
  }
  .l-benefit_childbirth_img_wrapper {
    grid-template-columns: 1fr;
  }
  .l-clubs {
    padding: 9rem 0;
  }
  .l-clubs_container {
    grid-template-columns: 1fr;
  }
  .l-clubs_content {
    gap: 2rem;
  }
  .l-clubs_img_wrapper {
    gap: .9rem;
  }
}
