@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Zen+Maru+Gothic:wght@500;700&Libre+Baskerville:wght@700&display=swap");
.ttlArea::before {
  background: url(../img/features/ttlbg.jpg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .ttlArea {
    background: url(../img/features/ttlbg.jpg) right center/cover no-repeat;
  }
}

.secFeatures {
  padding: 74px 0 110px;
}
@media screen and (min-width: 768px) {
  .secFeatures {
    padding: 105px 0 110px;
  }
  .secFeatures::before {
    font-size: 120px;
    top: 23px;
  }
}
.secFeatures__inner {
  width: 100%;
  z-index: 1;
}
.secFeatures__ttl {
  margin-bottom: 62px;
  color: #004681;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4545;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secFeatures__ttl {
    margin-bottom: 80px;
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .secFeatures__ttl {
    font-size: 46px;
  }
}
.secFeatures__list {
  display: grid;
  grid-gap: 60px;
  counter-reset: features_list 0;
}
.secFeatures__list .listItem {
  display: grid;
  grid-gap: 30px;
  position: relative;
}
.secFeatures__list .listItem::before {
  content: "";
  width: 100%;
  height: calc(100% - 190px);
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.secFeatures__list .listItem__imgWrap {
  width: calc(100% - 84px);
  padding: 25px 24px 18px;
  margin: 0 auto;
  background-color: #C0DEED;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 15px;
  position: relative;
  z-index: 1;
}
.secFeatures__list .listItem__imgWrap .img {
  width: 188px;
}
.secFeatures__list .listItem__imgWrap .img img {
  width: 100%;
  display: block;
}
.secFeatures__list .listItem__imgWrap .ttl {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444;
  display: flex;
  align-items: center;
  grid-gap: 14px;
}
.secFeatures__list .listItem__imgWrap .ttl::before {
  counter-increment: features_list 1;
  content: counter(features_list, decimal-leading-zero);
  margin: -4px 3px 0 -5px;
  font-size: 64px;
  line-height: 1;
}
.secFeatures__list .listItem__txtWrap {
  width: 100%;
  padding: 0 20px 40px;
  font-weight: 400;
  line-height: 1.9;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .secFeatures__list {
    grid-gap: 31px;
  }
  .secFeatures__list .listItem {
    display: flex;
    grid-gap: 10px;
  }
  .secFeatures__list .listItem::before {
    display: none;
  }
  .secFeatures__list .listItem__imgWrap {
    width: 290px;
    height: 290px;
    padding: 45px 0 23px;
    margin: 0;
    border-radius: 20px 0 0 20px;
    grid-gap: 16px;
    flex-shrink: 0;
  }
  .secFeatures__list .listItem__imgWrap--reverse {
    border-radius: 0 20px 20px 0;
    order: 1;
  }
  .secFeatures__list .listItem__imgWrap--reverse .img {
    margin-left: 30px;
  }
  .secFeatures__list .listItem__imgWrap::before {
    counter-increment: features_list 1;
    content: counter(features_list, decimal-leading-zero);
    color: #fff;
    font-size: 64px;
    font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
    position: absolute;
    top: 14px;
    left: 27px;
  }
  .secFeatures__list .listItem__imgWrap .ttl {
    font-size: 22px;
    line-height: 1.4545;
  }
  .secFeatures__list .listItem__imgWrap .ttl::before {
    display: none;
  }
  .secFeatures__list .listItem__txtWrap {
    padding: 0 30px 0 20px;
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .secFeatures__list .listItem__txtWrap--reverse {
    padding: 0 20px 0 30px;
    border-radius: 20px 0 0 20px;
  }
  .secFeatures__list .listItem__txtWrap p {
    width: 100%;
    max-width: 635px;
  }
}