@charset "UTF-8";
.c-flow-steps {
  max-width: 880px;
  margin: 0 auto;
}
.c-flow-steps__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .c-flow-steps__lead {
    text-align: left;
    font-size: 1.4rem;
    margin: 0 0 24px;
  }
}
.c-flow-steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 0 0 32px;
}
.c-flow-steps__item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-flow-steps__item {
    gap: 16px;
    padding: 0 0 24px;
  }
}
.c-flow-steps__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #8ba3ad;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-flow-steps__badge {
    width: 54px;
    height: 54px;
  }
}
.c-flow-steps__badge-label {
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin: 0 0 3px;
}
.c-flow-steps__badge-num {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-flow-steps__badge-num {
    font-size: 1.7rem;
  }
}
.c-flow-steps__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px 0 0;
}
.c-flow-steps__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.5;
  margin: 0 0 6px;
}
.c-flow-steps__text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #444;
  margin: 0;
}

.c-card-case__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .c-card-case__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.c-card-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card-case__thumb {
  margin: 0 0 20px;
  font-size: 0;
}
.c-card-case__thumb img {
  width: 100%;
  height: auto;
}
.c-card-case__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.5;
  margin: 0 0 8px;
}
.c-card-case__sub {
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 2px;
}
.c-card-case__url {
  display: inline-block;
  font-size: 1.3rem;
  color: #0077d8;
  text-decoration: none;
  word-break: break-all;
  margin: 0 0 12px;
}
.c-card-case__url:hover {
  text-decoration: underline;
}
.c-card-case__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
  margin: 0 0 16px;
}
.c-card-case__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0077d8;
  text-decoration: none;
}
.c-card-case__link::before {
  content: "→";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #0077d8;
  font-size: 1.2rem;
}
.c-card-case__link:hover {
  text-decoration: underline;
}

.c-price-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .c-price-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.c-price-cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  margin-left: -1px;
}
.c-price-cards__item:first-child {
  border-radius: 8px 0 0 8px;
  margin-left: 0;
}
.c-price-cards__item:last-child {
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .c-price-cards__item {
    border-radius: 8px;
    margin-left: 0;
  }
}
.c-price-cards__head {
  background: #0077d8;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 18px 20px;
  text-align: center;
}
.c-price-cards__price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #212121;
  text-align: center;
  padding: 20px 20px 12px;
  border-bottom: 1px solid #eee;
}
.c-price-cards__list {
  list-style: none;
  margin: 0;
  padding: 16px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-price-cards__list li {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.c-price-cards__list li:last-child {
  border-bottom: none;
}
.c-price-cards__reco {
  font-size: 1.3rem;
  line-height: 1.9;
  color: #555;
  padding: 14px 20px 18px;
  background: #f7f7f5;
  border-top: 1px solid #eee;
  min-height: 170px;
}
.c-price-cards__reco strong {
  display: block;
  font-weight: 700;
  color: #212121;
  font-size: 1.4rem;
  margin: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .c-price-cards__reco {
    min-height: 0;
  }
}
.c-price-cards__note {
  font-size: 1.3rem;
  color: #555;
  margin: 16px 0 0;
}

.c-service-cta {
  text-align: center;
}
.c-service-cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  min-width: 320px;
  padding: 18px 40px;
  background: #0077d8;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.c-service-cta__btn:hover {
  background: #001A41;
  color: #fff;
}
.c-service-cta__btn i {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-service-cta__btn {
    min-width: 0;
    width: 100%;
    padding: 16px 20px;
    font-size: 1.6rem;
  }
}

.c-faq h3,
.c-faq .wp-block-heading {
  position: relative;
  margin: 0;
  padding: 24px 0 12px 34px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.6;
}
.c-faq h3::before,
.c-faq .wp-block-heading::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 24px;
  color: #0077d8;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.c-faq p,
.c-faq .wp-block-paragraph {
  position: relative;
  margin: 0;
  padding: 0 0 24px 34px;
  border-bottom: 1px solid #ddd;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #555;
}
.c-faq p::before,
.c-faq .wp-block-paragraph::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  color: #0077d8;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}