.recommend-sec {
  padding: 120px 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .recommend-sec {
    padding: 80px 15px;
  }
}
.recommend-sec__lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px 30px;
  position: relative;
  z-index: 0;
}
.recommend-sec__lists:before, .recommend-sec__lists:after {
  content: "";
  position: absolute;
}
.recommend-sec__lists:before {
  width: 68px;
  height: 80px;
  background: url(../img/top/recommend_chara01.svg) no-repeat center center/contain;
  top: -80px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .recommend-sec__lists:before {
    width: 51px;
    height: 60px;
    top: -60px;
    left: 10px;
  }
}
.recommend-sec__lists:after {
  width: 60px;
  height: 163px;
  background: url(../img/top/recommend_chara02.svg) no-repeat center center/contain;
  bottom: 0;
  right: -52px;
}
@media screen and (max-width: 767px) {
  .recommend-sec__lists:after {
    display: none;
  }
}
.recommend-sec__lists-item {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .recommend-sec__lists-item {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 10px;
  }
}
.recommend-sec__lists-item-img {
  margin: 0 0 15px;
}
.recommend-sec__lists-item-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
  margin: 0 0 15px;
}
.recommend-sec__lists-item-ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  width: 100%;
  padding: 0 0 9px;
  position: relative;
  z-index: 0;
  text-align: center;
}
.recommend-sec__lists-item-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: url(../img/top/recommend_ttl_obj.svg) no-repeat center center/contain;
}
.recommend-sec__lists-item-subttl {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
}
.recommend-sec__lists-item-subttl span {
  color: #FF622E;
}
.recommend-sec__lists-item-body {
  font-size: 16px;
  line-height: 1.6;
}
.recommend-sec__lists-item-body span {
  font-weight: 600;
}
.recommend-sec__lists-item-body .c-link {
  margin-top: 15px;
}

.functions-sec {
  padding: 120px 15px;
  background: #D7F2FF;
  border-radius: 50px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .functions-sec {
    padding: 80px 15px;
    border-radius: 20px;
  }
}
.functions-sec:after {
  content: "";
  width: 1164px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(../img/top/functions_sec_obj.svg) repeat-x left center/contain;
}
@media screen and (max-width: 767px) {
  .functions-sec:after {
    background: url(../img/top/sp/functions_sec_obj.svg) no-repeat center center/contain;
    width: 200px;
    height: 53px;
  }
}
.functions-sec .c-functions {
  margin-top: 10px;
}
.functions-sec__btn {
  margin-top: 35px;
  margin-inline: auto;
}

.customers-sec {
  padding: 120px 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .customers-sec {
    padding: 80px 15px;
  }
}
.customers-sec__btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .customers-sec__btn {
    margin-top: 50px;
  }
}

.fee-sec {
  padding: 120px 15px;
  background: #D7F2FF;
  border-radius: 50px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .fee-sec {
    padding: 80px 15px;
    border-radius: 20px;
  }
}
.fee-sec .c-ttl-1 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fee-sec .c-ttl-1 {
    margin-bottom: 40px;
  }
}
.fee-sec__subtitle {
  max-width: 774px;
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .fee-sec__subtitle {
    max-width: 345px;
  }
}
.fee-sec__note {
  font-size: 12px;
  margin-top: 30px;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .fee-sec__note {
    justify-content: flex-start;
    gap: 0;
  }
}
.fee-sec__note-text {
  display: flex;
  gap: 5px;
}
.fee-sec__note-text span {
  flex: 0 0 auto;
}
.fee-sec__btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .fee-sec__btn {
    margin-top: 50px;
  }
}

.column-sec {
  padding: 120px 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column-sec {
    padding: 80px 15px;
  }
}

/*# sourceMappingURL=top.css.map */
