@media screen and (min-width: 768px) {
  .heading .label {
    font-size: 8rem;
    letter-spacing: 0.1em;
  }
}

.section-title {
  text-align: left;
}

.step_section {
  margin-bottom: 2rem;
}

.avd-note {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #046cca;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .avd-note {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .avd-note {
    font-size: 2rem;
  }
}
.avd-note p {
  margin-bottom: 2.4rem;
}

.step_list {
  margin-top: 3.6rem;
}
.step_list:after {
  content: "";
  flex-grow: 1;
  aspect-ratio: 1;
  background: url(../img/web/arrow-down.png) center/contain no-repeat;
  display: block;
  margin: 0 auto;
  margin-top: 4rem;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .step_list:after {
    width: 15rem;
  }
}
.step_list .step_list-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .step_list .step_list-wrap {
    padding-right: 2rem;
  }
}
.step_list .step_list-wrap .step {
  color: #046cca;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  text-align: center;
  font-weight: bold;
  background-color: rgba(221, 237, 250, 0.5019607843);
  border-radius: 20rem;
  border: 1px solid #fff;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1019607843));
  margin-right: -2rem;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .step_list .step_list-wrap .step {
    margin-right: -1rem;
    margin-bottom: -1rem;
  }
}
@media screen and (min-width: 768px) {
  .step_list .step_list-wrap .step {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .step_list .step_list-wrap .step .num {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .step_list .step_list-wrap .step .txt {
    font-size: 2rem;
  }
}

.step-grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .step-grid {
    padding-right: 2rem;
    row-gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .step-grid {
    row-gap: 8.6rem;
    margin-left: -1.8rem;
    margin-right: -1.8rem;
  }
}
.step-grid .step {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .step-grid .step {
    width: 33.3333333333%;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
.step-grid .step:after {
  margin-bottom: 0;
  margin-top: auto;
  content: "";
  aspect-ratio: 397/263;
  display: block;
  width: 100%;
  background: center/contain no-repeat;
  background-image: var(--web-step);
}
.step-grid .step h2 {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .step-grid .step h2 {
    margin-bottom: 2.4rem;
  }
}
.step-grid .step h2 .num {
  font-size: 6.4rem;
  line-height: 0.8;
  color: #046cca;
}
@media screen and (max-width: 767px) {
  .step-grid .step .detail {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .step-grid .step .detail {
    margin-bottom: 2.4rem;
  }
}

.price_section {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .price_section::before {
    right: 0;
    border-radius: 0;
  }
}
.price_section .price_content {
  margin-top: 4.8rem;
}
.price_section .price_content .price-wrap {
  margin-top: 3.6rem;
  background-color: rgba(221, 237, 250, 0.3019607843);
}
@media screen and (max-width: 767px) {
  .price_section .price_content .price-wrap {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .price_section .price_content .price-wrap {
    border: 0.1rem solid #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1019607843);
    padding: 1.6rem 2.4rem;
  }
}
.price_section .price_content .price-wrap .price-title {
  background-color: #d7edff;
  color: #046cca;
  font-weight: bold;
  margin-bottom: 1.2rem;
  padding: 1.2rem 1.6rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .price_section .price_content .price-wrap .price-title {
    padding: 1.2rem 3.6rem;
    font-size: 2.4rem;
  }
}
.price_section .price_content .price-table {
  margin-bottom: 2.4rem;
  overflow-x: auto;
}
.price_section .price_content .price-table table {
  width: 100%;
  border-collapse: collapse;
}
.price_section .price_content .price-table table {
  min-width: 700px;
}
.price_section .price_content .price-table table tr th,
.price_section .price_content .price-table table tr td {
  color: #046cca;
}
.price_section .price_content .price-table table thead tr th {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dashed #046cca;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .price_section .price_content .price-table table thead tr th {
    font-size: 1.8rem;
    min-width: 20rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .price_section .price_content .price-table table thead tr th {
    font-size: 2.4rem;
    width: 33%;
    padding: 2rem 1.5rem;
  }
}
.price_section .price_content .price-table table thead tr th:not(:last-child) {
  border-right: 1px dashed #046cca;
}
@media screen and (max-width: 767px) {
  .price_section .price_content .price-table table tbody tr td {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .price_section .price_content .price-table table tbody tr td {
    padding: 2rem 5rem;
  }
}
.price_section .price_content .price-table table tbody tr td:not(:last-child) {
  text-align: center;
}
.price_section .price_content .price-table table tbody tr td:not(:last-child) {
  border-right: 1px dashed #046cca;
}
.price_section .price_content .price-table table tbody tr:not(:last-child) td {
  border-bottom: 1px dashed #046cca;
}

.works {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .works {
    flex-direction: column;
    row-gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .works {
    row-gap: 6rem;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .works .work {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .works .work {
    width: 50%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.works .work .detail {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works .work .detail {
    gap: 1.2rem;
  }
}
.works .work .detail::before {
  content: "";
  display: block;
  background: var(--img) center/contain no-repeat;
  aspect-ratio: 68/40;
  width: 100%;
}
.works .work .detail h3 {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .works .work .detail h3 {
    font-size: 2rem;
  }
}