@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}

#wrapper section.header {
  margin-bottom: 80px;
}

@media screen and (max-width: 812px) {
  #wrapper section.header {
    margin-bottom: 14vw;
  }
}

#wrapper section.header h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: 110px;
  margin-bottom: 15px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 812px) {
  #wrapper section.header h2 {
    font-size: 6.2vw;
    margin-top: 22vw;
    margin-bottom: 3vw;
  }
}

.service-intro {
  padding-bottom: 40px;
}

.service-lead {
  font-size: 17px;
  line-height: 2.1;
  color: #333;
}

.service-list {
  background-color: #eff0f5;
  padding: 90px 0 100px;
}

.service-cards {
  display: flex;
  gap: 24px;
}

.service-card {
  flex: 1;
  background: #fff;
  padding: 34px 28px 32px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}

.service-card-label {
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}

.service-card h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 18px;
}

.service-card-copy {
  font-size: 21px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.service-card-text {
  font-size: 15px;
  line-height: 2;
  color: #333;
  min-height: 120px;
}

.service-card-button {
  margin-top: 24px;
}

.service-detail {
  padding: 100px 0;
}

.service-detail.alt {
  background-color: #f7f7f7;
}

.service-detail-block {
  display: flex;
  gap: 60px;
}

.service-detail-head {
  width: 320px;
  flex-shrink: 0;
}

.service-detail-label {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.service-detail-head h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.7;
}

.service-detail-body {
  flex: 1;
}

.service-detail-body p {
  font-size: 17px;
  line-height: 2.1;
  color: #333;
}

.service-point-list {
  margin-top: 28px;
}

.service-point-list li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.service-point-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
}

.service-choice {
  background-color: #eff0f5;
  padding: 100px 0;
}

.service-choice h3,
.service-flow h3,
.service-faq h3,
.service-cta h3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 40px;
}

.choice-grid {
  display: flex;
  gap: 24px;
}

.choice-box {
  flex: 1;
  background: #fff;
  padding: 30px 24px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}

.choice-box h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}

.choice-box p {
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.service-flow {
  padding: 100px 0;
}

.flow-list {
  display: flex;
  gap: 24px;
}

.flow-item {
  flex: 1;
  border: 1px solid #d9d9d9;
  padding: 28px 20px;
  box-sizing: border-box;
  text-align: center;
}

.flow-number {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}

.flow-item p {
  font-size: 20px;
  line-height: 1.8;
}

.service-faq {
  background-color: #f7f7f7;
  padding: 100px 0;
}

.faq-item {
  padding: 28px 0;
  border-top: 1px solid #d9d9d9;
}

.faq-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.faq-item h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 12px;
}

.faq-item p {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.service-cta {
  padding: 100px 0 120px;
  text-align: center;
}

.service-cta-text {
  font-size: 17px;
  line-height: 2;
  color: #333;
  margin-bottom: 32px;
}

.service-cta-buttons .btn {
  margin: 0 10px 16px;
}

@media screen and (max-width: 812px) {
  .service-intro {
    padding-bottom: 6vw;
  }

  .service-lead {
    font-size: 4.2vw;
    line-height: 2;
  }

  .service-list {
    padding: 14vw 0;
  }

  .service-cards {
    display: block;
  }

  .service-card {
    margin-bottom: 5vw;
    padding: 7vw 5vw;
  }

  .service-card:last-child {
    margin-bottom: 0;
  }

  .service-card h3 {
    font-size: 7vw;
    margin-bottom: 4vw;
  }

  .service-card-copy {
    font-size: 5vw;
    line-height: 1.8;
    margin-bottom: 4vw;
  }

  .service-card-text {
    min-height: auto;
    font-size: 4vw;
    line-height: 2;
  }

  .service-detail,
  .service-choice,
  .service-flow,
  .service-faq,
  .service-cta {
    padding: 14vw 0;
  }

  .service-detail-block {
    display: block;
  }

  .service-detail-head {
    width: 100%;
    margin-bottom: 7vw;
  }

  .service-detail-head h3 {
    font-size: 6vw;
    line-height: 1.8;
  }

  .service-detail-body p {
    font-size: 4.2vw;
    line-height: 2;
  }

  .service-point-list {
    margin-top: 5vw;
  }

  .service-point-list li {
    font-size: 4vw;
    line-height: 2;
  }

  .service-choice h3,
  .service-flow h3,
  .service-faq h3,
  .service-cta h3 {
    font-size: 6.2vw;
    line-height: 1.6;
    margin-bottom: 7vw;
  }

  .choice-grid,
  .flow-list {
    display: block;
  }

  .choice-box,
  .flow-item {
    margin-bottom: 4vw;
  }

  .choice-box:last-child,
  .flow-item:last-child {
    margin-bottom: 0;
  }

  .choice-box h4,
  .faq-item h4 {
    font-size: 5vw;
    line-height: 1.7;
  }

  .choice-box p,
  .faq-item p,
  .service-cta-text {
    font-size: 4vw;
    line-height: 2;
  }

  .flow-item p {
    font-size: 4.6vw;
  }

  .service-cta-buttons .btn {
    display: block;
    max-width: 320px;
    margin: 0 auto 12px;
    text-align: center;
  }
}