@charset "UTF-8";
/* fonts */
/* color */
/* gradation */
.service .section__inner {
  width: 79.5%;
  margin: 0 auto;
}
.service .section--01 {
  position: relative;
  background: url("../img/service/fv-bg.webp") no-repeat top center/cover;
  background-size: 100% auto;
  overflow: visible;
  margin-top: 124px;
  height: 63.8vw;
}
.service .section--01 .section__inner {
  position: relative;
}
.service .section--01 .section__inner .text {
  padding-top: 14vw;
  border-radius: 50%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.service .section--01 .section__inner .text h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #333;
  position: relative;
  z-index: 1;
}
.service .section--01 .section__inner .text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.service .section--01 .section__inner .text__inner {
  position: relative;
}
.service .section--01 .section__inner .text .back-gradation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 660px;
  height: 660px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
@media only screen and (max-width:960px) {
  .service .section--01 .section__inner .text .back-gradation {
    width: 375px;
    height: 323px;
    display: none;
  }
}
.service .section--01 .breadcrumb {
  position: absolute;
  left: 10.2%;
  bottom: 12.4vw;
  z-index: 1;
}
.service .section--02 {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.service .section--02 .section__inner {
  margin: auto;
  padding-bottom: 88px;
  max-width: 1366px;
}
.service .section--02 .section__inner h2 {
  margin-bottom: 64px;
}
.service .section--02 .section__inner .str-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.service .section--02 .section__inner .str-box .str-card {
  width: 33.333%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.service .section--02 .section__inner .str-box .str-card .overlay {
  position: relative;
  width: 100%;
  height: auto;
}
.service .section--02 .section__inner .str-box .str-card .overlay::before {
  position: absolute;
  top: 0;
  left: 50%;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 18px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/speech-bubble-b.webp") no-repeat top center/cover;
  z-index: 1;
}
.service .section--02 .section__inner .str-box .str-card .overlay img {
  display: block;
}
.service .section--02 .section__inner .str-box .str-card .overlay h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 700;
}
.service .section--02 .section__inner .str-box .str-card .overlay h4 span {
  font-size: 28px;
}
.service .section--02 .section__inner .str-box .str-card:nth-child(1) .overlay::before {
  content: "01";
}
.service .section--02 .section__inner .str-box .str-card:nth-child(2) .overlay::before {
  content: "02";
}
.service .section--02 .section__inner .str-box .str-card:nth-child(3) .overlay::before {
  content: "03";
}
.service .section--02 .section__inner .str-box .str-card p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #333;
  background: #fff;
  padding: 27px 22px 22px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.service .section--03 {
  background-color: #f7f7f7;
}
.service .section--03 .section__inner {
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 102px;
}
.service .section--03 .section__inner .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 38px;
  margin-bottom: 30px;
  border-bottom: 2px solid #162a89;
}
@media only screen and (max-width:1250px) {
  .service .section--03 .section__inner .button-box {
    margin-top: 40px;
  }
}
.service .section--03 .section__inner .button-box .cat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  padding: 17px 8px 16px;
  background-color: #e9ecf0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border: none;
  border-radius: 6px 6px 0 0;
}
@media only screen and (max-width:1250px) {
  .service .section--03 .section__inner .button-box .cat {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.service .section--03 .section__inner .button-box .cat.active {
  background-color: #162a89;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width:1250px) {
  .service .section--03 .section__inner .button-box .cat br {
    display: block;
  }
}
.service .section--03 .section__inner .service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.service .section--03 .section__inner .service-box .service-card {
  display: none;
  padding: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  background-color: #fff;
  border-radius: 10px;
}
.service .section--03 .section__inner .service-box .service-card.show {
  display: block;
}
.service .section--03 .section__inner .service-box .service-card .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.service .section--03 .section__inner .service-box .service-card .title-box .img-box {
  width: 91px;
  height: 91px;
  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;
  padding: 0 12px;
  background-color: #eaeaea;
}
.service .section--03 .section__inner .service-box .service-card .title-box .img-box img {
  max-height: 57px;
}
.service .section--03 .section__inner .service-box .service-card .title-box h3 {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #162a89;
  margin-bottom: 0;
}
.service .section--03 .section__inner .service-box .service-card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.service .section--03 .section__inner .service-box .service-card ul li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  width: calc(50% - 40px);
  padding-left: 18px;
  line-height: 32px;
}
.service .section--03 .section__inner .service-box .service-card ul li:not(:last-child) {
  margin-bottom: 6px;
}
.service .section--03 .section__inner .service-box .service-card ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("../img/check.webp") no-repeat center center/cover;
}
.service .section--03 .section__inner .service-box .service-card .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.service .section--03 .section__inner .service-box .service-card .list-box .sns-cnt h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #162a89;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.service .section--03 .section__inner .service-box .service-card .list-box .sns-cnt ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service .section--03 .section__inner .service-box .service-card .list-box .sns-cnt ul li {
  width: auto;
}
.service .section--03 .section__inner .service-box .service-card .list-box .sns-cnt ul li span {
  line-height: 1;
  font-size: 15px;
}
.service .section--03 .section__inner .service-box .service-card .list-box .sns-cnt ul .space {
  line-height: 1;
  margin-top: 4px;
  margin-bottom: 2px;
}
.service .section--04 {
  background: url("../img/service/sec4-bg.webp") no-repeat center center/cover;
}
.service .section--04 .section__inner {
  margin: auto;
  padding-top: 74px;
  padding-bottom: 110px;
}
.service .section--04 .section__inner .microcopy {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin-top: 30px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.service .section--04 .section__inner .microcopy::before, .service .section--04 .section__inner .microcopy::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #162a89;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.service .section--04 .section__inner .microcopy::before {
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.service .section--04 .section__inner .microcopy::after {
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.service .section--04 .section__inner h4 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 25px;
  margin-top: 7px;
  color: #162a89;
  line-height: 46px;
}
.service .section--04 .section__inner .text-box {
  text-align: center;
  padding: 39.5px 0;
  background-color: #fff;
  border: 1px solid #c8c9ca;
  border-radius: 10px;
  width: 87.5%;
  margin: 40px auto 0;
  font-size: 18px;
  color: #333;
}
.service .section--04 .section__inner .text-box p {
  margin: auto;
  width: 89.6%;
  line-height: 32px;
  font-weight: 400;
}
.service .section--04 .section__inner .flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
  margin-top: 40px;
}
.service .section--04 .section__inner .flow-box .flow-cnt {
  position: relative;
}
.service .section--04 .section__inner .flow-box .flow-cnt::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/arrow-u.webp") no-repeat top center/contain;
}
.service .section--04 .section__inner .flow-box .flow-cnt:last-child::before {
  display: none;
}
.service .section--04 .section__inner .flow-box .flow-cnt h5 {
  border-radius: 10px 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 20px 0;
  padding-left: 79px;
  background-color: #162a89;
}
.service .section--04 .section__inner .flow-box .flow-cnt h5::before {
  position: absolute;
  top: 50%;
  left: 19px;
  color: #162a89;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/speech-bubble.webp") no-repeat top center/cover;
}
.service .section--04 .section__inner .flow-box .flow-cnt:nth-child(1) h5::before {
  content: "01";
}
.service .section--04 .section__inner .flow-box .flow-cnt:nth-child(2) h5::before {
  content: "02";
}
.service .section--04 .section__inner .flow-box .flow-cnt:nth-child(3) h5::before {
  content: "03";
}
.service .section--04 .section__inner .flow-box .flow-cnt:nth-child(4) h5::before {
  content: "04";
}
.service .section--04 .section__inner .flow-box .flow-cnt:nth-child(5) h5::before {
  content: "05";
}
.service .section--04 .section__inner .flow-box .flow-cnt .flow-text {
  padding: 20px 28px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #333;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.service .section--04 .section__inner .flow-box .flow-cnt .flow-text .point {
  position: relative;
  padding: 29px 33px 25px;
  margin-top: 34px;
  background-color: #f7f7f7;
}
.service .section--04 .section__inner .flow-box .flow-cnt .flow-text .point img {
  position: absolute;
  top: -14px;
  left: -7px;
  width: 77px;
  height: auto;
}
.service .section--04 .section__inner .flow-box .flow-cnt .flow-text .point p {
  font-weight: 700;
  color: #162a89;
}
.service .section--05 {
  background-color: #f7f7f7;
}
.service .section--05 .section__inner {
  margin: auto;
  padding-top: 72px;
  padding-bottom: 65px;
}
.service .section--05 .section__inner .header-box {
  width: 100%;
}
.service .section--05 .section__inner .plan-box {
  margin-top: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.service .section--05 .section__inner .plan-box .plan-card {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 0 21px 42px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service .section--05 .section__inner .plan-box .plan-card .number-box {
  position: absolute;
  border-radius: 10px;
  background-color: #162a89;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  padding: 12px 20px;
}
.service .section--05 .section__inner .plan-box .plan-card .number-box p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
}
.service .section--05 .section__inner .plan-box .plan-card .number-box span {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
}
.service .section--05 .section__inner .plan-box .plan-card h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin-top: 73px;
  text-align: center;
}
.service .section--05 .section__inner .plan-box .plan-card h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #162a89;
  margin-top: 9px;
  padding: 0 0 28px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  line-height: 46px;
}
.service .section--05 .section__inner .plan-box .plan-card .text {
  margin-top: 18px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 400;
}
.service .section--05 .section__inner .price {
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  margin-top: 60px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 24px;
}
.service .section--05 .section__inner .price::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 5px solid #162a89;
  border-radius: 10px;
}
.service .section--05 .section__inner .price h5 {
  position: relative;
  font-size: 43px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #162a89;
  z-index: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.service .section--05 .section__inner .price h5 span {
  position: relative;
  font-size: 71px;
  z-index: 3;
  margin-left: 9px;
  margin-right: 7px;
}
.service .section--05 .section__inner .price h5::before {
  content: "";
  position: absolute;
  left: -13%;
  bottom: 10px;
  z-index: -1;
  width: 120%;
  height: 18px;
  background: #e9ecf0;
}
.service .section--05 .section__inner .price p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 2;
}
.service .section--06 .section__inner {
  width: 100%;
}
.service .section--08 {
  background-color: #f7f7f7;
}
.service .section--08 .section__inner {
  margin: auto;
  padding-top: 72px;
  padding-bottom: 110px;
}
.service .section--08 .section__inner .project-box {
  position: relative;
  background-color: #fff;
  padding-top: 157px;
  padding-bottom: 117px;
  margin-top: 37px;
  border-radius: 10px;
}
.service .section--08 .section__inner .project-box .manager {
  position: absolute;
  top: 50px;
  left: 44px;
}
.service .section--08 .section__inner .project-box .manager h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #162a89;
  margin-bottom: 2px;
}
.service .section--08 .section__inner .project-box .manager p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 10.5px;
}
.service .section--08 .section__inner .project-box .manager img {
  width: 40%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .section--08 .section__inner .project-box .system {
  width: 88.1%;
  margin: 0 auto;
  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;
}
.service .section--08 .section__inner .project-box .system .pdca {
  position: relative;
  width: 64.2%;
}
.service .section--08 .section__inner .project-box .system .pdca img {
  -o-object-fit: cover;
     object-fit: cover;
}
.service .section--08 .section__inner .project-box .system .pdca .text {
  position: absolute;
  color: #fff;
}
.service .section--08 .section__inner .project-box .system .pdca .text h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .section--08 .section__inner .project-box .system .pdca .text h5 .number {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 600;
  margin-right: 9px;
}
.service .section--08 .section__inner .project-box .system .pdca .text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 2px;
}
.service .section--08 .section__inner .project-box .system .pdca .plan {
  left: 29px;
  top: 36px;
}
.service .section--08 .section__inner .project-box .system .pdca .do {
  right: 29px;
  top: 36px;
  text-align: right;
}
.service .section--08 .section__inner .project-box .system .pdca .check {
  right: 29px;
  bottom: 56px;
  text-align: right;
}
.service .section--08 .section__inner .project-box .system .pdca .action {
  left: 29px;
  bottom: 56px;
}
.service .section--08 .section__inner .project-box .system .vertical-line {
  height: 52px;
  width: 7px;
  margin-top: 10px;
  border-right: 7px dashed #ccc;
}
.service .section--08 .section__inner .project-box .system .horizon-line {
  border: 7px dashed #ccc;
  border-bottom: none;
  width: 453px;
  margin: 0 auto;
  max-width: 453px;
  height: 102px;
}
.service .section--08 .section__inner .project-box .system .teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .section--08 .section__inner .project-box .system .teams .team {
  background-color: #fafcff;
  border: solid 1px #afb7c3;
  padding: 30px 66px 44px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 42%;
  max-width: 402px;
  text-align: center;
  white-space: nowrap;
}
.service .section--08 .section__inner .project-box .system .teams .team h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #162a89;
  margin-bottom: 11px;
}
.service .section--08 .section__inner .project-box .system .teams .team p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 26px;
}
.service .section--08 .section__inner .project-box .system .teams .team .pict-box {
  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;
}
.service .section--08 .section__inner .project-box .system .teams .team .pict-box img {
  width: 50px;
  height: 60px;
}
.service .section--08 .section__inner .project-box .system .teams .team ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 19px;
}
.service .section--08 .section__inner .project-box .system .teams .team ul li {
  position: relative;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  padding-left: 18px;
  line-height: 32px;
}
.service .section--08 .section__inner .project-box .system .teams .team ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("../img/check.webp") no-repeat center center/cover;
}
.service .section--08 .section__inner .project-box .system .work-flow {
  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;
  margin-top: -25px;
  padding-left: 57px;
  width: 957px;
}
.service .section--08 .section__inner .project-box .system .work-flow::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 61px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f86e08;
  z-index: 0;
  clip-path: polygon(calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%, 0 0);
}
.service .section--08 .section__inner .project-box .system .work-flow .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.service .section--08 .section__inner .project-box .system .work-flow .item img {
  width: 110px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .section--08 .section__inner .project-box .system .work-flow .item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-left: 10px;
  white-space: nowrap;
}
.service .section--08 .section__inner .project-box .system .work-flow .item:first-child {
  padding-left: 30px;
  padding-right: 36px;
}
.service .section--08 .section__inner .project-box .system .work-flow .item:nth-child(2) {
  padding-right: 77px;
}
.service .section--08 .section__inner .project-box .system .work-flow .item:nth-child(3) {
  padding-right: 26px;
}
.service .section--08 .section__inner .project-box .system .work-flow .item:last-child {
  padding-right: 26px;
}
.service .section--09 .section__inner {
  margin: 0 auto;
  padding: 111px 0 116px;
}
.service .section--09 .section__inner .contract-box {
  margin-top: 62px;
}
.service .section--09 .section__inner .contract-box .contract-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 51px;
}
.service .section--09 .section__inner .contract-box .contract-cnt .step {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding-right: 1px;
  width: 63px;
  min-width: 63px;
  height: 63px;
  border-radius: 50%;
  color: #fff;
  background: #162a89;
  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;
  font-style: italic;
  font-weight: 600;
}
.service .section--09 .section__inner .contract-box .contract-cnt .step span {
  font-size: 23px;
}
@supports (-webkit-hyphens: none) {
  .service .section--09 .section__inner .contract-box .contract-cnt .step {
    padding-right: 5px;
  }
}
.service .section--09 .section__inner .contract-box .contract-cnt .step::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 60px;
  background-color: #c7c7c7;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.service .section--09 .section__inner .contract-box .contract-cnt:last-child .step::before {
  display: none;
}
.service .section--09 .section__inner .contract-box .contract-cnt .text {
  width: 100%;
}
.service .section--09 .section__inner .contract-box .contract-cnt .text h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #162a89;
  padding: 15px 20px;
  background-color: #e9ecf0;
  border-radius: 6px;
}
.service .section--09 .section__inner .contract-box .contract-cnt .text p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  padding: 16px 20px 0;
}
.service .section--10 {
  background-color: #f7f7f7;
}
.service .section--10 .section__inner {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 120px;
}
.service .section--10 .section__inner .faq-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #162a89;
}
.service .section--10 .section__inner .faq-tabs .faq-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background-color: #e9ecf0;
  border-radius: 6px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  padding: 4.5px 0;
  line-height: 24px;
  border: none;
}
.service .section--10 .section__inner .faq-tabs .faq-button.active {
  background-color: #162a89;
  color: #fff;
  font-weight: 700;
}
.service .section--10 .section__inner .faq-content {
  display: none;
}
.service .section--10 .section__inner .faq-content.active {
  display: block;
}
.service .section--10 .section__inner .faq-content .accordion-header {
  position: relative;
  background-color: #162a89;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 20px 0 16px 40px;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  text-align: left;
  border: none;
  margin-top: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .section--10 .section__inner .faq-content .accordion-header .icon {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #162a89;
  margin-right: 14px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  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;
  border-radius: 50%;
  font-size: 24px;
}
.service .section--10 .section__inner .faq-content .accordion-header .accordion-toggle-icon {
  position: absolute;
  right: 26.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  pointer-events: none; /* クリック干渉防止 */
  width: 18px;
}
.service .section--10 .section__inner .faq-content .accordion-header .accordion-toggle-icon::before, .service .section--10 .section__inner .faq-content .accordion-header .accordion-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #fff;
}
.service .section--10 .section__inner .faq-content .accordion-header .accordion-toggle-icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.service .section--10 .section__inner .faq-content .accordion-body {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.service .section--10 .section__inner .faq-content .accordion-item.open .accordion-header {
  border-radius: 10px 10px 0 0;
}
.service .section--10 .section__inner .faq-content .accordion-item.open .accordion-header .accordion-toggle-icon::after {
  content: none;
}
.service .section--10 .section__inner .faq-content .accordion-item.open .accordion-body {
  padding: 24px 21px 27px;
  border-radius: 0 0 10px 10px;
}
.service .section--11 .section__inner {
  width: 100%;
}
.service .section--12 {
  background-color: #fff;
}
@media only screen and (max-width:1250px) {
  .service .section__inner {
    width: 80.5%;
  }
  .service .section--01 {
    margin-top: 74px;
  }
  .service .section--03 .section__inner {
    width: 80.5%;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .service .section--03 .section__inner .service-box .service-card {
    padding: 16px;
  }
  .service .section--03 .section__inner .service-box .service-card .title-box {
    gap: 15px;
  }
  .service .section--03 .section__inner .service-box .service-card .title-box .img-box {
    width: 70px;
    height: 70px;
  }
  .service .section--03 .section__inner .service-box .service-card .title-box h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .service .section--03 .section__inner .service-box .service-card ul li {
    width: 100%;
  }
  .service .section--03 .section__inner .service-box .service-card .list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .section--04 .section__inner .text-box {
    width: 100%;
    text-align: left;
    padding: 24px 16px;
    font-size: 15px;
  }
  .service .section--04 .section__inner .text-box p {
    width: 100%;
    line-height: 26px;
  }
  .service .section--04 .section__inner .flow-box {
    margin-top: 30px;
  }
  .service .section--04 .section__inner .flow-box .flow-cnt:first-child h5 {
    padding-left: 74px;
  }
  .service .section--04 .section__inner .flow-box .flow-cnt h5 {
    padding: 23px 0;
    padding-left: 74px;
  }
  .service .section--04 .section__inner .flow-box .flow-cnt .flow-text {
    padding: 20px 16px;
    font-size: 15px;
    line-height: 26px;
  }
  .service .section--04 .section__inner .flow-box .flow-cnt .flow-text .point {
    padding: 23px 15px 15px;
  }
  .service .section--05 .section__inner {
    width: 80.5%;
  }
  .service .section--05 .section__inner .header-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .section--05 .section__inner .header-box p {
    margin-top: 27px;
  }
  .service .section--05 .section__inner .plan-box {
    margin-top: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .section--05 .section__inner .plan-box .plan-card {
    padding: 20px 16px 32px;
  }
  .service .section--05 .section__inner .plan-box .plan-card .number-box {
    top: 10%;
    left: 17px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 4.5px 13px;
  }
  .service .section--05 .section__inner .plan-box .plan-card .number-box p {
    font-size: 15px;
  }
  .service .section--05 .section__inner .plan-box .plan-card .number-box span {
    font-size: 27px;
  }
  .service .section--05 .section__inner .plan-box .plan-card h4 {
    font-size: 14px;
    padding-left: 70px;
    text-align: left;
    line-height: 16px;
    margin-top: 8px;
  }
  .service .section--05 .section__inner .plan-box .plan-card h3 {
    font-size: 22px;
    padding-left: 70px;
    padding-bottom: 22px;
    text-align: left;
    margin-top: 2px;
  }
  .service .section--05 .section__inner .plan-box .plan-card .text {
    font-size: 16px;
  }
  .service .section--05 .section__inner .price {
    width: 116%;
    margin-left: -8%;
  }
  .service .section--05 .section__inner .price::before {
    left: -20%;
    right: -20%;
  }
  .service .section--05 .section__inner .price h5 {
    font-size: 36px;
  }
  .service .section--05 .section__inner .price h5 span {
    font-size: 60px;
  }
  .service .section--05 .section__inner .price h5::before {
    width: 110%;
    left: -5%;
  }
  .service .section--05 .section__inner .price p {
    font-size: 16px;
  }
  .service .section--08 .section__inner {
    width: 80.5%;
    padding: 50px 0 70px;
  }
  .service .section--08 .section__inner .project-box {
    margin-top: 25px;
    padding-top: 96px;
    padding-right: 8px;
    padding-left: 10px;
    padding-bottom: 65px;
  }
  .service .section--08 .section__inner .project-box .manager {
    top: 24px;
    left: 9.5px;
    padding-left: 68px;
  }
  .service .section--08 .section__inner .project-box .manager h4 {
    font-size: 18px;
  }
  .service .section--08 .section__inner .project-box .manager p {
    font-size: 14px;
  }
  .service .section--08 .section__inner .project-box .manager img {
    position: absolute;
    width: 70px;
    top: -7px;
    left: 0;
  }
  .service .section--08 .section__inner .project-box .system {
    position: relative;
  }
  .service .section--08 .section__inner .project-box .system .pdca {
    margin-left: 0;
    margin: auto;
    width: 100%;
  }
  .service .section--08 .section__inner .project-box .system .pdca figure {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .service .section--08 .section__inner .project-box .system .pdca .text h5 {
    font-size: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service .section--08 .section__inner .project-box .system .pdca .text h5 .number {
    font-size: 22px;
  }
  .service .section--08 .section__inner .project-box .system .pdca .text p {
    margin-top: 0;
  }
  .service .section--08 .section__inner .project-box .system .vertical-line {
    margin-top: 0;
    height: 40px;
    width: 3px;
    border-right-width: 3px;
  }
  .service .section--08 .section__inner .project-box .system .horizon-line {
    display: none;
  }
  .service .section--08 .section__inner .project-box .system .teams {
    width: 77.8%;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team {
    padding: 12px 28px 31px;
    width: 100%;
    max-width: 100%;
  }
  .service .section--08 .section__inner .project-box .system .teams .team h4 {
    font-size: 20px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team .pict-box img {
    width: 39px;
    height: 46px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team ul {
    margin-top: 15px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team ul li {
    font-size: 15px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team ul li::before {
    width: 12px;
    height: 12px;
  }
  .service .section--08 .section__inner .project-box .system .work-flow {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: auto;
    left: 13px;
    bottom: -17px;
    padding-left: 0;
    gap: 10px;
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .service .section--08 .section__inner .project-box .system .work-flow::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 36px;
    height: 110%;
    -webkit-transform: translate(-50%, 5%);
            transform: translate(-50%, 5%);
    background-color: #f86e08;
    z-index: 0;
    clip-path: polygon(100% 0, 100% calc(100% - 18px), 50% 100%, 0 calc(100% - 18px), 0 0);
  }
  .service .section--08 .section__inner .project-box .system .work-flow .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 !important;
  }
  .service .section--08 .section__inner .project-box .system .work-flow .item img {
    width: 68px;
  }
  .service .section--08 .section__inner .project-box .system .work-flow .item p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    margin-left: 0;
    margin-top: 6px;
    font-size: 14px;
  }
}
@media only screen and (max-width:960px) {
  .service .section--01 {
    background: url("../img/service/fv-bg-sp.webp") no-repeat top center/cover;
    height: 101vw;
  }
  .service .section--01 .section__inner {
    width: 80.5%;
  }
  .service .section--01 .section__inner .text {
    background: none;
    padding-top: 18.9vw;
  }
  .service .section--01 .breadcrumb {
    bottom: 15.2vw;
  }
  .service .section--02 .section__inner {
    width: 80.5%;
    padding-bottom: 70px;
  }
  .service .section--02 .section__inner h2 {
    margin-bottom: 40px;
  }
  .service .section--02 .section__inner .str-box {
    -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;
    gap: 45px;
  }
  .service .section--02 .section__inner .str-box .str-card {
    width: 100%;
    max-width: 684px;
  }
  .service .section--03 .section__inner {
    width: 80.5%;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .service .section--03 .section__inner .button-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 14px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    position: relative;
  }
  .service .section--03 .section__inner .button-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #162a89;
    top: 47px;
  }
  .service .section--03 .section__inner .button-box .cat {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(50% - 8px);
    font-size: 14px;
    line-height: 1.429;
    padding: 3.5px 0;
  }
  .service .section--04 {
    background: url("../img/service/sec4-bg-sp.webp") no-repeat center center/cover;
  }
  .service .section--04 .section__inner {
    width: 80.6%;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .service .section--04 .section__inner h4 {
    font-size: 20px;
    line-height: 1.6;
  }
  .service .section--04 .section__inner .text-box {
    margin-top: 30px;
  }
  .service .section--04 .section__inner .flow-box .flow-cnt:first-child h5 {
    padding: 10px 0;
    padding-left: 74px;
  }
  .service .section--05 .section__inner {
    width: 80.5%;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .service .section--05 .section__inner .header-box p {
    font-size: 16px;
    line-height: 28px;
  }
  .service .section--08 .section__inner h2.type1 {
    margin-bottom: 25px;
  }
  .service .section--08 .section__inner .project-box .system {
    width: 100%;
  }
  .service .section--08 .section__inner .project-box .system .pdca .text p {
    font-size: 11px;
    line-height: 18px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team {
    padding: 12px 5px 31px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team h4 {
    font-size: 18px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team p {
    white-space: wrap;
    word-break: keep-all;
  }
  .service .section--08 .section__inner .project-box .system .work-flow {
    left: 0;
  }
  .service .section--09 .section__inner {
    width: 80.5%;
    padding-top: 61px;
    padding-bottom: 70px;
  }
  .service .section--09 .section__inner .contract-box {
    margin-top: 40px;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt {
    margin-top: 13px;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt .step {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 51px;
    min-width: 51px;
    height: 51px;
    font-size: 13px;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt .step span {
    font-size: 18px;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt .step::before {
    display: none;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt .text h4 {
    font-size: 18px;
    padding: 14px 0 12px 31px;
    min-height: 51px;
    vertical-align: middle;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt .text p {
    font-size: 16px;
    margin-top: 8px;
    padding: 7px 0 7px 10px;
    border-left: 2px solid #c7c7c7;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt:last-child .text p {
    border-left: none;
  }
  .service .section--10 .section__inner {
    width: 80.5%;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .service .section--10 .section__inner .faq-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
  .service .section--10 .section__inner .faq-tabs .faq-button {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    font-size: 14px;
    border-bottom: 2px solid #162a89;
    border-radius: 10px 10px 0 0;
    min-height: 45px;
    padding: 0;
  }
  .service .section--10 .section__inner .faq-content .accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
  }
  .service .section--10 .section__inner .faq-content .accordion-header .icon {
    padding: 3px 8px;
    font-size: 18px;
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .service .section--10 .section__inner .faq-content .accordion-header .accordion-toggle-icon {
    right: 8px;
  }
  .service .section--10 .section__inner .faq-content .accordion-body {
    font-size: 14px;
    line-height: 26px;
  }
  .service .section--10 .section__inner .faq-content .accordion-item.open .accordion-body {
    padding: 20px 16px 26px;
    border-radius: 0 0 10px 10px;
  }
}
@media only screen and (max-width:600px) {
  .service .section--01 {
    background: url("../img/service/fv-bg-sp.webp") no-repeat top center/cover;
  }
  .service .section--01 .section__inner {
    width: 80.2%;
    padding-bottom: 0;
    height: 86.1vw;
  }
  .service .section--01 .section__inner .text h1 {
    font-size: 32px;
    line-height: 45px;
  }
  .service .section--01 .section__inner .text p {
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
  }
  .service .section--01 .section__inner .breadcrumb {
    bottom: 18%;
  }
  .service .section--02 {
    margin-top: 0;
  }
  .service .section--02 .section__inner {
    width: 80.5%;
    padding-bottom: 70px;
  }
  .service .section--02 .section__inner .str-box {
    -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;
    gap: 45px;
  }
  .service .section--02 .section__inner .str-box .str-card {
    width: 100%;
    max-width: 684px;
  }
  .service .section--03 .section__inner .button-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 14px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .service .section--03 .section__inner .button-box .cat {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(50% - 8px);
    font-size: 14px;
  }
  .service .section--03 .section__inner .service-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .section--03 .section__inner .service-box .service-card {
    padding: 16px;
  }
  .service .section--03 .section__inner .service-box .service-card .title-box {
    gap: 15px;
  }
  .service .section--03 .section__inner .service-box .service-card .title-box .img-box {
    width: 70px;
    height: 70px;
  }
  .service .section--03 .section__inner .service-box .service-card .title-box h3 {
    font-size: 22px;
  }
  .service .section--03 .section__inner .service-box .service-card ul li {
    width: 100%;
  }
  .service .section--03 .section__inner .service-box .service-card .list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .section--04 .section__inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .service .section--04 .section__inner h4 {
    font-size: 20px;
    line-height: 1.6;
  }
  .service .section--04 .section__inner .text-box {
    width: 100%;
    text-align: left;
    padding: 24px 16px;
    font-size: 15px;
  }
  .service .section--04 .section__inner .text-box p {
    line-height: 26px;
  }
  .service .section--04 .section__inner .flow-box {
    margin-top: 30px;
  }
  .service .section--04 .section__inner .flow-box .flow-cnt:first-child h5 {
    padding: 10px 0;
    padding-left: 74px;
  }
  .service .section--04 .section__inner .flow-box .flow-cnt h5 {
    padding: 23px 0;
    padding-left: 74px;
  }
  .service .section--04 .section__inner .flow-box .flow-cnt .flow-text {
    padding: 20px 16px;
    font-size: 15px;
    line-height: 26px;
  }
  .service .section--04 .section__inner .flow-box .flow-cnt .flow-text .point {
    padding: 23px 15px 15px;
  }
  .service .section--05 .section__inner {
    width: 80.5%;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .service .section--05 .section__inner .header-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .section--05 .section__inner .header-box p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 27px;
  }
  .service .section--05 .section__inner .plan-box {
    margin-top: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .section--05 .section__inner .plan-box .plan-card {
    padding: 20px 16px 32px;
  }
  .service .section--05 .section__inner .plan-box .plan-card .number-box {
    top: 10%;
    left: 17px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 4.5px 13px;
  }
  .service .section--05 .section__inner .plan-box .plan-card .number-box p {
    font-size: 15px;
  }
  .service .section--05 .section__inner .plan-box .plan-card .number-box span {
    font-size: 27px;
  }
  .service .section--05 .section__inner .plan-box .plan-card h4 {
    font-size: 14px;
    padding-left: 70px;
    text-align: left;
    line-height: 16px;
    margin-top: 8px;
  }
  .service .section--05 .section__inner .plan-box .plan-card h3 {
    font-size: 22px;
    padding-left: 70px;
    padding-bottom: 22px;
    text-align: left;
    margin-top: 2px;
  }
  .service .section--05 .section__inner .plan-box .plan-card .text {
    font-size: 16px;
  }
  .service .section--05 .section__inner .price {
    width: 116%;
    margin-left: -8%;
  }
  .service .section--05 .section__inner .price::before {
    left: -20%;
    right: -20%;
  }
  .service .section--05 .section__inner .price h5 {
    font-size: 36px;
  }
  .service .section--05 .section__inner .price h5 span {
    font-size: 60px;
  }
  .service .section--05 .section__inner .price h5::before {
    width: 110%;
    left: -5%;
  }
  .service .section--05 .section__inner .price p {
    font-size: 16px;
  }
  .service .section--08 .section__inner {
    width: 80.5%;
    padding: 50px 0 70px;
  }
  .service .section--08 .section__inner .project-box {
    margin-top: 25px;
    padding-top: 96px;
    padding-right: 8px;
    padding-left: 10px;
    padding-bottom: 65px;
  }
  .service .section--08 .section__inner .project-box .manager {
    top: 24px;
    left: 9.5px;
    padding-left: 68px;
  }
  .service .section--08 .section__inner .project-box .manager h4 {
    font-size: 4.8vw;
  }
  .service .section--08 .section__inner .project-box .manager p {
    font-size: 14px;
  }
  .service .section--08 .section__inner .project-box .manager img {
    position: absolute;
    width: 70px;
    top: -7px;
    left: 0;
  }
  .service .section--08 .section__inner .project-box .system .pdca {
    margin-left: 0;
    margin: auto;
    width: 100%;
  }
  .service .section--08 .section__inner .project-box .system .pdca .text h5 {
    font-size: 16px;
  }
  .service .section--08 .section__inner .project-box .system .pdca .text h5 .number {
    font-size: 18px;
  }
  .service .section--08 .section__inner .project-box .system .pdca .text p {
    line-height: 14px;
    margin-top: 0;
  }
  .service .section--08 .section__inner .project-box .system .pdca .plan {
    top: 9px;
    left: 10px;
  }
  .service .section--08 .section__inner .project-box .system .pdca .do {
    top: 9px;
    right: 10px;
    text-align: right;
  }
  .service .section--08 .section__inner .project-box .system .pdca .check {
    right: 10px;
    bottom: 15px;
    text-align: right;
  }
  .service .section--08 .section__inner .project-box .system .pdca .action {
    left: 10px;
    bottom: 15px;
  }
  .service .section--08 .section__inner .project-box .system .vertical-line {
    height: 40px;
    width: 3px;
    margin-left: 1.5px;
    border-right: 3px dashed #ccc;
    -o-border-image: repeating-linear-gradient(to bottom, #ccc 0, #ccc 4px, transparent 3px, transparent 6px) 1;
       border-image: repeating-linear-gradient(to bottom, #ccc 0, #ccc 4px, transparent 3px, transparent 6px) 1;
  }
  .service .section--08 .section__inner .project-box .system .horizon-line {
    display: none;
  }
  .service .section--08 .section__inner .project-box .system .teams {
    margin-left: 17%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team {
    width: 100%;
    padding: 12px 16px 30px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team h4 {
    font-size: 18px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team .pict-box img {
    width: 39px;
    height: 46px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team ul {
    margin-top: 15px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team ul li {
    font-size: 15px;
    line-height: 29px;
  }
  .service .section--08 .section__inner .project-box .system .teams .team ul li::before {
    width: 12px;
    height: 12px;
  }
  .service .section--08 .section__inner .project-box .system .work-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: auto;
    left: 0;
    bottom: -17px;
    padding-left: 0;
    gap: 16px;
  }
  .service .section--08 .section__inner .project-box .system .work-flow::before {
    content: "";
    position: absolute;
    left: 50%;
    height: 574px;
    -webkit-transform: translate(-50%, 5%);
            transform: translate(-50%, 5%);
    background-color: #f86e08;
    z-index: 0;
    clip-path: polygon(100% 0, 100% 96%, 50% 100%, 0 96%, 0 0);
  }
  .service .section--08 .section__inner .project-box .system .work-flow .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .section--08 .section__inner .project-box .system .work-flow .item img {
    width: 59px;
  }
  .service .section--08 .section__inner .project-box .system .work-flow .item p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    margin-left: 0;
    margin-top: 6px;
  }
  .service .section--09 .section__inner {
    width: 80.5%;
    padding-top: 61px;
    padding-bottom: 70px;
  }
  .service .section--09 .section__inner .contract-box {
    margin-top: 40px;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt {
    margin-top: 13px;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt .step {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 51px;
    min-width: 51px;
    height: 51px;
    font-size: 13px;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt .step span {
    font-size: 18px;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt .step::before {
    display: none;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt .text h4 {
    font-size: 18px;
    padding: 14px 0 12px 31px;
    min-height: 51px;
    vertical-align: middle;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt .text p {
    font-size: 16px;
    margin-top: 8px;
    padding: 7px 0 7px 10px;
    border-left: 2px solid #c7c7c7;
  }
  .service .section--09 .section__inner .contract-box .contract-cnt:last-child .text p {
    border-left: none;
  }
  .service .section--10 .section__inner {
    width: 80.5%;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .service .section--10 .section__inner .faq-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
  .service .section--10 .section__inner .faq-tabs .faq-button {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    font-size: 14px;
    border-bottom: 2px solid #162a89;
    border-radius: 10px 10px 0 0;
    min-height: 45px;
    padding: 0;
    line-height: 18px;
    letter-spacing: -0.024em;
  }
  .service .section--10 .section__inner .faq-content .accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9.5px 35px 9.5px 10px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-size: 18px;
  }
  .service .section--10 .section__inner .faq-content .accordion-header .icon {
    padding: 3px 8px;
    aspect-ratio: 1/1;
    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;
  }
  .service .section--10 .section__inner .faq-content .accordion-header .accordion-toggle-icon {
    right: 14px;
  }
  .service .section--10 .section__inner .faq-content .accordion-body {
    font-size: 14px;
    line-height: 26px;
  }
  .service .section--10 .section__inner .faq-content .accordion-body p {
    line-height: 26px;
  }
  .service .section--10 .section__inner .faq-content .accordion-item.open .accordion-body {
    padding: 20px 16px 26px;
    border-radius: 0 0 10px 10px;
  }
}