body {
  overflow-x: clip;
}

#page.in.service .service_lead {
  margin: 90px auto 80px auto;
  max-width: 1000px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

#page.in.service .service_lead_title {
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
}

#page.in.service .service_title {
  position: relative;
  padding-bottom: 120px;
}

#page.in.service .service_title:after {
  content: '';
  display: block;
  width: 1px;
  height: 84px;
  background-color: #333333;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#page.in.service .service_inner {
  max-width: 1000px;
  margin: 0 auto;
}

#page.in.service .service_body {
  margin: 80px 0 80px;
}

#page.in.service .service_info {
  position: relative;
}

#page.in.service .service_info_title {
  top: -80px;
  left: 0;
  position: absolute;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  #page.in.service .service_info_title--right {
    right: 0;
    left: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

#page.in.service .service_info_title_main {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page.in.service .service_info_title_main_number {
  display: block;
  font-size: 104px;
}

#page.in.service .service_info_title_description {
  font-size: 28px;
  margin-top: 16px;
}

#page.in.service .service_advantage {
  margin: 120px 0;
}

#page.in.service .service_advantage_inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}

#page.in.service .service_info_content {
  background-color: #9f9e9e;
  padding: 64px 64px 64px 160px;
  font-size: 18px;
  position: relative;
  z-index: -1;
  margin-right: calc(50% - 50vw);
  margin-left: 20%;
  min-width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#page.in.service .service_info_content--left {
  padding: 64px 140px 64px 120px;
}

@media (min-width: 768px) {
  #page.in.service .service_info_content--left {
    margin-left: calc(50% - 50vw);
    margin-right: 20%;
  }
}

#page.in.service .service_info_breakdown {
  background-color: #9f9e9e;
  padding: 64px 64px 64px 160px;
  font-size: 18px;
  position: relative;
  z-index: -1;
  margin-right: calc(50% - 50vw);
  margin-left: 20%;
  min-width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#page.in.service .service_info_breakdown--left {
  padding: 64px 140px 64px 120px;
}

@media (min-width: 768px) {
  #page.in.service .service_info_breakdown--left {
    margin-left: calc(50% - 50vw);
    margin-right: 20%;
  }
}

#page.in.service .service_info_breakdown_list_item--title {
  font-size: 24px;
}

#page.in.service .service_info_breakdown_list_item + .service_info_breakdown_list_item {
  margin-top: 24px;
}

#page.in.service .service_info_breakdown_list_item_text {
  display: block;
  margin-top: 8px;
  line-height: 1.2;
}

#page.in.service .service_flow_content {
  margin-top: 120px;
}

#page.in.service .service_flow_inner {
  margin-top: 80px;
}

#page.in.service .service_flow_body {
  padding-bottom: 80px;
}

#page.in.service .service_flow_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page.in.service .service_flow_image {
  width: 20%;
}

#page.in.service .service_summary_content {
  margin: 120px 0;
}

#page.in.service .service_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto;
  gap: 16px;
}

#page.in.service .service_category_list_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 16px * 5) / 6);
          flex: 0 0 calc((100% - 16px * 5) / 6);
  height: 160px;
  position: relative;
}

#page.in.service .service_category_list_item:nth-of-type(3n) {
  margin-right: 0;
}

#page.in.service .service_category_list_item:before {
  content: '';
  display: block;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
}

#page.in.service .service_category_list_item:after {
  content: '';
  display: block;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 140px;
}

#page.in.service .service_category_summary_list_text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  position: relative;
  bottom: 5px;
}

#page.in.service .service_category_list_item_image_wrapper {
  height: 105px;
  margin: 0 auto;
  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;
  position: relative;
  z-index: 10;
}

#page.in.service .service_category_list_item:nth-of-type(2) .service_category_list_item_image, #page.in.service .service_category_list_item:nth-of-type(3) .service_category_list_item_image, #page.in.service .service_category_list_item:nth-of-type(4) .service_category_list_item_image {
  max-width: 56px;
}

#page.in.service .service_category_list_item_image {
  max-width: 38px;
}

@media (min-width: 1px) and (max-width: 767px) {
  #page.in.service .service_index,
  #page.in.service .service_category_page {
    margin-bottom: 135px;
  }
  #page.in.service .service_lead {
    width: 95%;
  }
  #page.in.service .service_body:first-of-type {
    margin-top: 100px;
  }
  #page.in.service .service_info_title {
    top: -64px;
    margin: auto;
    padding: 10px;
    right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page.in.service .service_info_title_main {
    font-size: 16px;
  }
  #page.in.service .service_info_title_main_number {
    font-size: 72px;
  }
  #page.in.service .service_info_title_description {
    font-size: 18px;
    margin-top: 10px;
  }
  #page.in.service .service_info_breakdown {
    margin-left: 0;
    padding: 110px 24px 32px;
  }
  #page.in.service .service_info_breakdown_list_item {
    font-size: 14px;
  }
  #page.in.service .service_info_breakdown_list_item--title {
    font-size: 20px;
  }
  #page.in.service .service_advantage_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.in.service .service_category_list {
    gap: 12px;
    width: 92%;
  }
  #page.in.service .service_category_list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 12px) / 2);
            flex: 0 0 calc((100% - 12px) / 2);
    height: 160px;
    position: relative;
  }
  #page.in.service .service_category_list_item:nth-of-type(2) .service_category_list_item_image, #page.in.service .service_category_list_item:nth-of-type(3) .service_category_list_item_image, #page.in.service .service_category_list_item:nth-of-type(4) .service_category_list_item_image {
    max-width: 64px;
  }
  #page.in.service .service_category_list_item_image {
    max-width: 40px;
  }
}

.link_btn {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  cursor: pointer;
}

.link_btn div {
  display: block;
  border: 1px solid #333333;
  text-align: center;
  padding: 25px 0;
  font-size: 15px;
  font-weight: 600;
}

.link_btn a {
  padding: 25px 0;
  font-size: 13px;
  display: block;
  border: 1px solid #333333;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service_info_title {
    padding: 0 10px 10px;
  }
}
/*# sourceMappingURL=service.css.map */