/**=====top =================*/
.top__sf {
  background-image: url(../img/function-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 80px 0 60px 0;
}
.top__sf h1 {
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  font-size: clamp(36px, calc(3.5vw + 20px), 72px);
}
.s-h2 {
  font-size: clamp(16px, calc(3.5vw + 20px), 18px);
  font-weight: 700;
  margin-bottom: 24px;
}
.t-box__sf {
  margin-bottom: 64px;
}

.t-box__sf p {
  line-height: 2;
  font-weight: 500;
}

.number-box .number {
  font-size: 150px;
  margin-bottom: -30px;
}

.number-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.number-box-wrapper {
  margin-bottom: 60px;
}
.number-box-wrapper:nth-child(1) {
  text-align: right;
}
.number-box-wrapper:nth-child(2) {
  text-align: left;
}
.number-box-wrapper:nth-child(3) {
  text-align: right;
}
.number-box-wrapper:last-child {
  margin-bottom: 0;
}

.number-box {
  display: inline-block;
  text-align: left;
  max-width: 600px;
  vertical-align: top;
}

.number-box h3 {
  color: #fff;
  font-size: clamp(22px, calc(3vw + 6px), 28px);
}

.number-box p {
  line-height: 2;
  margin-top: -30px;
}
@media (max-width: 768px) {
  .number-box {
    text-align: center;
  }
  .number-box-wrapper:nth-child(1),
  .number-box-wrapper:nth-child(2),
  .number-box-wrapper:nth-child(3) {
    text-align: center;
  }
  .number-box-wrapper {
    margin-bottom: 40px;
  }
  .number-box p {
    margin-top: 0;
  }
  .number-box .number {
    font-size: 110px;
  }
  .t-box__sf {
    width: 90%;
    margin: 0 auto 64px;
  }
  .number-wrapper {
    width: 90%;
  }
}

/**=====FUNCTION セクション =================*/
.function__sf {
  padding-top: 168px;
  padding-bottom: 100px;
  background-image: url(../img/function-num-bgm.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: -10;
}

.function__sf h2{
  text-align: center;
  letter-spacing: 0.16em;
}
.function__sf h2:first-child {
  letter-spacing: 0.1em;
}
.f-wrapper {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
.f-box__sf {
  width: 400px;
  padding: 63px 32px 32px 32px;
  border-radius: 40px;
}
.f-box__sf:nth-child(odd) {
  margin-right: 0;
  margin-left: auto;
  background-color: #F0BEBF;
}
.f-box__sf:nth-child(even) {
  margin-left: 0;
  margin-right: auto;
  background-color: #6EC8C8;
}
.img-box__f-box {
  text-align: center;
  margin-bottom: 24px;
}
.f-box__sf h3 {
  font-weight: 700;
  margin-bottom: 12px;
}
.cate__f-box {
  display: flex;
  gap: 4px;
  row-gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.cate__f-box p {
  border: 1px solid #000;
  padding: 8px 16px 5px;
  border-radius: 20px;
}
.ex-__f-box {
  line-height: 1.6em;
  font-size: clamp(14px, calc(1.17vw + 4px), 16px);
}
.cate__f-box p {
  font-size: 14px;
  font-weight: 700;
}
.no {
  position: relative;
  letter-spacing: 0.02em;
  font-size: 80px;
  font-weight: 700;
  font-family: 'Mohave';
}
.no1::before {
    content: "01";
    position: absolute;
    top: -35px;
    left: 30px;
}
.no2::before {
    content: "02";
    position: absolute;
    top: -35px;
    right: 30px;
}
.no3::before {
    content: "03";
    position: absolute;
    top: -35px;
    left: 30px;
}
.no4::before {
    content: "04";
    position: absolute;
    top: -35px;
    right: 30px;
}
.no5::before {
    content: "05";
    position: absolute;
    top: -35px;
    left: 30px;
}
.no6::before {
    content: "06";
    position: absolute;
    top: -35px;
    right: 30px;
}
.no7::before {
    content: "07";
    position: absolute;
    top: -35px;
    left: 30px;
}
.no:nth-child(3) {
  margin-top: -185px;
}
.no:nth-child(5) {
  margin-top: -70px;
  margin-left: 0;
  margin-right: auto;
}
.no:nth-child(6) {
  margin-top: -170px;
  margin-right: 0;
  margin-left: auto;
}
.no:nth-child(7) {
  margin-top: -190px;
  margin-left: 0;
  margin-right: auto;
}
.no6 {
  margin-top: 40px;
}
.no7 {
  margin-top: -400px;
}
.number-ppl {
  position: absolute;
  max-width: 590px;
  height: auto;
  top: 190px;
  right: 0;
  left: -130px;
  margin: 0 auto;
  z-index: -1;
}
.ppl-02__number {
  width: 380px;
  top: 1000px;
  left: 190px;
}
.ppl-03__number {
  width: 380px;
  top: 1865px;
  left: 170px;
}
.logo-slider-wrapper {
  margin-top: 20px;
}
.hr-white-top {
    position: absolute;
    width: 100%;
    height: 191px;
    background-color: #fff;
    top: -2px;
    left: 0;
    z-index: -1;
}
.hr-white-btm {
  position: absolute;
  width: 100%;
  height: 85px;
  background-color: #fff;
  bottom: -2px;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 1150px) {
  .f-wrapper {
    width: 90%;
  }
  .ppl-03__number {
    top: 1850px;
  }
}
@media screen and (max-width: 1024px) {
  .f-box__sf {
    width: 340px;
  }
  .ppl-01__number {
    max-width: 460px;
    top: 200px;
    right: 0;
    left: -120px;
  }
  .ppl-02__number {
    width: 280px;
    left: 140px;
  }
  .ppl-03__number {
      width: 280px;
    top: 1775px;
    left: 130px;
  }
	.no:nth-child(3) {
    margin-top: -155px;
}
  .no6 {
    margin-top: -140px;
  }
  .no7 {
    margin-top: -270px;
  }
}
@media screen and (max-width: 1000px) {
  .ppl-03__number {
    top: 1700px;
  }
}
@media screen and (max-width: 990px) {
  .ppl-03__number {
    top: 1670px;
  }
}
@media screen and (max-width: 950px) {
  .ppl-01__number {
    top: 150px;
  }
  .ppl-02__number {
    top: 860px;
  }
  .ppl-03__number {
    top: 1645px;
  }
}
@media screen and (max-width: 870px) {
  .ppl-03__number {
    top: 1565px;
  }
}
@media screen and (max-width: 850px) {
  .function__sf {
    z-index: 0;
  }
  .no:not(:first-child) {
    margin-top: 0;
  }
    .f-box__sf {
      width: 100%;
      margin-bottom: 36px;
  }
  .no2::before {
    left: 30px;
  }
  .no4::before {
    left: 30px;
  }
  .no6::before {
    left: 30px;
  }
  .img-box__f-box {
    width: 80%;
    margin-left: auto;
  }
  .function__sf .s-h2 {
    margin-bottom: 56px;
  }
  .no2,
  .no5 {
    margin-bottom: 32px;
  }
  .no::before {
    top: 55px;
  }
  .number-ppl {
    position: static;
    margin-bottom: 24px;
  }
  .f-wrapper {
    text-align: center;
  }
  .ppl-02__number {
    margin-left: 130px;
  }
  .ppl-03__number {
    margin-left: 100px;
  }
	.cate__f-box {
		justify-content: center;
	}
	.no2::before,
	.no4::before,
	.no6::before {
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
    .function__sf {
      background-image: url(../img/function-num-bgm-sp.png);
      background-repeat: repeat;
      background-size: contain;
    }
}
@media screen and (max-width: 460px) {
    .no::before {
      font-size: 62px;
      top: 13px;
    }
    .f-box__sf {
      padding-top: 80px;
    }
    .img-box__f-box {
      width: 100%;
    }
    .ppl-01__number {
      max-width: 300px;
    }
    .function__sf h2 {
      letter-spacing: 0.2em;
    }
    .function__sf .s-h2 {
      font-size: 16px;
      margin-bottom: 16px;
    }
    .hr-white-btm {
      height: 80px;
    }
    .hr-white-top {
      height: 210px;
    }
    .ppl-02__number {
      max-width: 190px;
      margin-left: 90px;
    }
    .ppl-03__number {
      max-width: 195px;
      margin-left: 63px;
    }
}
@media screen and (max-width: 430px) {
  .f-box__sf {
    margin-bottom: 24px;
  }
  .hr-white-btm {
    height: 46px;
  }
  .function__sf {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .hr-white-top {
    height: 83px;
  }
  .hr-white-btm {
    height: 54px;
  }
}
@media screen and (max-width: 375px) {
  .f-box__sf {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/**===== ビジネスパートナーセクション =================*/
.business {
  padding-top: 100px;
}