@import url("root.css");
.txt_wrap {
  line-height: 1.6;
}

.service_list_block p {
  line-height: 2;
}
.service_list_block > .col {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: clamp(20px, 4.3vw, 42px);
  border-radius: 10px;
}
.service_list_block .button {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(50px, 6.5vw, 77px);
  margin: auto;
  border-radius: 50px;
  line-height: 1.4;
  padding: 5px 40px;
}
.service_list_block .button:after {
  width: 20px;
  height: 20px;
  background: url(../img/common/button_arrow.png) no-repeat center/cover;
  border: 0;
  transform: rotate(0);
}
.service_list_block .child_block:not(:last-child) {
  margin-bottom: 20px;
}
.service_list_block .child_block img {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .service_list_block {
    gap: 40px 40px;
  }
  .service_list_block > .col {
    display: grid;
  }
  .service_list_block .child_block .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .service_list_block .child_block figure {
    height: 220px;
  }
  .service_list_block .child_block figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .service_list_block > .col {
    grid-column: span 12;
  }
  .service_list_block .child_block {
    margin-top: 20px;
  }
}

.row:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .option_container .col {
    display: flex;
    flex-direction: column;
  }
  .option_container .col h3 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.common_request_parts {
  border: solid 2px var(--base-color01);
  padding: clamp(20px, 3.9vw, 42px);
  border-radius: 15px;
  background: rgba(250, 158, 0, 0.1);
}
.common_request_parts:not(:last-child) {
  margin-bottom: 40px;
}
.common_request_parts h2,
.common_request_parts h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.86vw, 24px);
}

.service_box .row .col {
  background: #fff;
  padding: clamp(10px, 1.9vw, 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service_box .button {
  max-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 65px;
  margin: auto;
}
.service_box .list .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
}
.service_box .list .cat {
  background: var(--base-color01);
  color: #fff;
  padding: 2px 10px 3px;
  border-radius: 5px;
  font-size: clamp(12px, 1.8vw, 14px);
  line-height: 1.4;
}
.service_box .list .link {
  display: block;
  padding-right: 20px;
  position: relative;
  font-size: clamp(13px, 2.6vw, 22px);
  font-weight: 700;
  margin-top: 10px;
}
.service_box .list .link:after {
  content: "";
  border-top: solid 3px var(--base-color01);
  border-right: solid 3px var(--base-color01);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .service_box .list .cat {
    display: inline-block;
    margin-top: 5px;
  }
}

.common_plan_parts {
  padding: clamp(30px, 5.2vw, 60px) 0;
}

.common_setp_parts {
  padding: clamp(30px, 5.2vw, 60px) 0;
}
.common_setp_parts .row img {
  border-radius: 10px;
}
.common_setp_parts .row .step_container {
  overflow: hidden;
}
.common_setp_parts .row .step_ttl {
  font-size: clamp(22px, 3.3vw, 28px);
  display: flex;
  align-items: center;
  gap: 0 20px;
  color: var(--title-color);
  margin: 0;
  font-weight: 400;
}
.common_setp_parts .row .step_ttl .step {
  width: clamp(80px, 13vw, 120px);
  height: clamp(80px, 13vw, 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--base-color01);
  border-radius: 50%;
  font-size: clamp(16px, 2.3vw, 20px);
  font-weight: 700;
  position: relative;
}
.common_setp_parts .row .step_ttl .step:after {
  content: "";
  width: 3px;
  height: 100vw;
  background: url(../img/service/ttl_dots.png) repeat center top;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: auto;
}
.common_setp_parts .row .step_ttl .step .num {
  font-size: clamp(32px, 4.68vw, 40px);
  line-height: 1;
}
.common_setp_parts .row .txt_wrap {
  padding-left: clamp(100px, 15.625vw, 140px);
}
@media (min-width: 768px) {
  .common_setp_parts .row {
    grid-template-columns: 38.4% 56.6%;
    gap: 0 5%;
  }
}
@media (min-width: 768px) and (max-width: 1225px) {
  .common_setp_parts .row {
    grid-template-columns: 30% 65%;
  }
}

@media (min-width: 768px) {
  .height_half {
    height: 300px;
  }
  .height_half img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.common_price_parts figure img {
  border-radius: 10px;
}
.common_price_parts:not(:last-child) {
  margin-bottom: 40px;
}
.common_price_parts .menu_table {
  width: 100%;
  border-collapse: collapse;
}
.common_price_parts .menu_table th,
.common_price_parts .menu_table td {
  border-bottom: solid 1px #d6d6d6;
  padding: 21px 0;
}
.common_price_parts .menu_table th {
  padding-left: 27px;
  text-align: left;
  position: relative;
  font-weight: 400;
}
.common_price_parts .menu_table th:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--base-color01);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
}
.common_price_parts .menu_table td {
  text-align: right;
}
@media (max-width: 767px) {
  .common_price_parts .menu_table th,
  .common_price_parts .menu_table td {
    font-size: 90%;
  }
}
@media (min-width: 1225px) {
  .common_price_parts {
    display: grid;
    grid-template-columns: 58.4% 37.6%;
    gap: 0 4%;
  }
}
@media (min-width: 768px) and (max-width: 1225px) {
  .common_price_parts figure {
    height: 350px;
  }
  .common_price_parts figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}