/* ------------------------------------------------------------
// services
------------------------------------------------------------ */
.page-top-img-wrap {
  position: relative;
  width: 100%;
  max-width: 1827px;
  margin: 0 auto 100px;
}
.page-top-img-wrap .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 72px;
  font-weight: 300;
  color: #675952;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
@media print, screen and (max-width: 1599px) {
  .page-top-img-wrap .txt {
    font-size: 56px;
  }
}
@media print, screen and (max-width: 1199px) {
  .page-top-img-wrap .txt {
    font-size: 42px;
  }
}
@media print, screen and (max-width: 991px) {
  .page-top-img-wrap .txt {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .page-top-img-wrap .txt {
    font-size: 20px;
  }
}

.services-box {
  margin: 120px 0 180px;
}
.services-box .services-ttl {
  font-size: 35px;
  font-weight: 500;
  color: #675952;
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 767px) {
  .services-box {
    margin-bottom: 120px;
  }
  .services-box .services-ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.services-number-box {
  display: flex;
  gap: 30px;
}
.services-number-box:not(:last-child) {
  margin-bottom: 50px;
}
.services-number-box:last-child {
  margin-bottom: 120px;
}
.services-number-box .number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  color: #675952;
  width: 109px;
  height: 109px;
  margin-top: 30px;
  background-color: #fff799;
  border-radius: 10px;
}
.services-number-box .content {
  flex: 1;
  margin-top: 30px;
}
.services-number-box .content .ttl {
  font-size: 39px;
  font-weight: 700;
  color: #675952;
  line-height: 1.4;
  margin-bottom: 5px;
}
.services-number-box .content .link-btn {
  text-align: right;
  margin-top: 10px;
}
.services-number-box .img {
  width: 240px;
  height: 240px;
}
.services-number-box .img img {
  border-radius: 50%;
}
@media print, screen and (max-width: 991px) {
  .services-number-box .number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    color: #675952;
    width: 109px;
    height: 109px;
    margin-top: 30px;
    background-color: #fff799;
    border-radius: 10px;
  }
  .services-number-box .content {
    flex: 1;
    margin-top: 20px;
  }
  .services-number-box .content .ttl {
    font-size: 24px;
    font-weight: 700;
    color: #675952;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .services-number-box .content .link-btn {
    text-align: right;
    margin-top: 10px;
  }
  .services-number-box .img {
    width: 200px;
    height: 200px;
  }
}
@media print, screen and (max-width: 767px) {
  .services-number-box {
    position: relative;
    flex-direction: column;
    gap: 20px;
  }
  .services-number-box .number {
    font-size: 80px;
    width: 100px;
    height: 100px;
    margin-top: 0;
  }
  .services-number-box .content {
    margin-top: 0;
  }
  .services-number-box .content .ttl {
    font-size: 20px;
    margin-bottom: 10px;
    padding-right: 140px;
  }
  .services-number-box .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;
  }
}