.cmn-sec-ttl {
  margin: 40px auto 30px;
}
@media (min-width: 769px) {
  .cmn-sec-ttl {
    margin: 50px auto 60px;
  }
}

.block-ttl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #BD399C;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .block-ttl {
    font-size: 30px;
    line-height: 1.46666667;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.text {
  font-size: 16px;
  line-height: 1.625;
}
@media (min-width: 769px) {
  .text {
    font-size: 15px;
    line-height: 1.66666667;
  }
}

.figure-area {
  margin-top: 50px;
}
.figure-area .ttl {
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  text-align: center;
  background: #BD399C;
  color: #fff;
  border-radius: 6px;
}
@media (min-width: 769px) {
  .figure-area .ttl {
    font-size: 24px;
    padding: 23px 0;
  }
}
.figure-area .arrow-wrap {
  margin: 16px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (min-width: 769px) {
  .figure-area .arrow-wrap {
    margin: 30px auto;
    gap: 26px;
  }
}
.figure-area .arrow-wrap .item {
  width: 100%;
  height: 60px;
  border: 1px solid #BD399C;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #BD399C;
}
@media (min-width: 769px) {
  .figure-area .arrow-wrap .item {
    height: 70px;
    font-size: 20px;
  }
}
.figure-area .arrow-wrap .arrow {
  width: 23px;
  height: 80px;
  background: url(../images/afs/arrow-sp.svg) center/contain no-repeat;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .figure-area .arrow-wrap .arrow {
    width: 38px;
    height: 98px;
    background: url(../images/afs/arrow-pc.svg) center/contain no-repeat;
  }
}

.img-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 769px) {
  .img-list {
    margin-top: 50px;
    gap: 22px;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.img-list li {
  width: calc(50% - 10px);
}
@media (min-width: 769px) {
  .img-list li {
    width: calc((100% - 66px) / 4);
  }
}
.img-list .caption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
}
@media (min-width: 769px) {
  .img-list .caption {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.66666667;
  }
}

.logo-img {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .logo-img {
    margin: 50px auto 0;
    max-width: 754px;
  }
}

.group-list {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .group-list {
    margin-top: 60px;
  }
  .group-list .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 800px) {
  .group-list .wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 769px) {
  .group-list .wrap .list {
    width: 300px;
  }
}
@media screen and (min-width: 769px) and (min-width: 800px) {
  .group-list .wrap .list {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 769px) {
  .group-list .bundle > dt {
    min-width: 270px;
  }
}

.info-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .info-list {
    flex-direction: row;
    gap: 2.2%;
  }
}
.info-list li {
  border-radius: 6px;
  border: 1px solid #BD399C;
  height: 80px;
  font-size: 16px;
  display: grid;
  place-content: center;
}
@media (min-width: 769px) {
  .info-list li {
    width: 100%;
    height: 88px;
    font-size: 15px;
    font-size: clamp(12px, 1.356238698vw, 15px);
  }
}

.g-box-wrap {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px 3.6%;
}
@media (min-width: 769px) {
  .g-box-wrap {
    margin-top: 80px;
    flex-direction: row;
  }
}
.g-box-wrap .g-box {
  background: #F2F2F2;
  padding: 40px 20px;
  border-radius: 6px;
  text-align: center;
}
@media (min-width: 769px) {
  .g-box-wrap .g-box {
    padding: 60px 20px;
    width: 100%;
    /*width: 48.2%;*/
    display: grid;
    place-content: center;
  }
}
.g-box-wrap .g-box .ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .g-box-wrap .g-box .ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.g-box-wrap .g-box .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.625;
}
@media (min-width: 769px) {
  .g-box-wrap .g-box .text {
    font-size: 15px;
    line-height: 1.66666667;
  }
}
.g-box-wrap .g-box .c-main {
  font-size: 18px;
  font-weight: 700;
}
.g-box-wrap .g-box .mail {
  color: #BD399C;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .g-box-wrap .g-box .mail {
    font-size: 24px;
  }
}
.g-box-wrap .g-box .mail a {
  text-decoration: underline;
}
.g-box-wrap .box01 .cmn-btn-in {
  position: relative;
}
@media (min-width: 769px) {
  .g-box-wrap .box01 .cmn-btn-in {
    width: clamp(200px, 28.9330922242vw, 320px);
  }
}
.g-box-wrap .box01 .cmn-btn-in .arrow {
  position: absolute;
  right: 20px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  transform: rotate(-45deg);
}
@media (min-width: 769px) {
  .g-box-wrap .box02 .mail + .text {
    margin-top: 6px;
  }
}

.block-02 {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .block-02 {
    margin-top: 80px;
  }
}
.block-02 .ttl {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  padding-left: 12px;
  border-left: 1px solid #BD399C;
}
@media (min-width: 769px) {
  .block-02 .ttl {
    font-size: 24px;
    padding-left: 20px;
    margin-top: 60px;
  }
}
.block-02 .ttl02 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #BD399C;
}
@media (min-width: 769px) {
  .block-02 .ttl02 {
    margin: 30px 0 20px;
  }
}

.txt-link {
  color: #BD399C;
  text-decoration: underline;
}

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