@charset "UTF-8";
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
.u-pc-hidden {
  display: none;
}
@media screen and (max-width: 839px) {
  .u-pc-hidden {
    display: block;
  }
}

.u-sp-hidden {
  display: block;
}
@media screen and (max-width: 839px) {
  .u-sp-hidden {
    display: none;
  }
}

.l-inside {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 839px) {
  .l-inside {
    width: 100%;
    padding: 0 calc((22/375)*100vw);
  }
}

.sample-wrap {
  margin: 200px 0;
}

.c-sup {
  vertical-align: super;
}

.l-box {
  max-width: 1060px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  .l-box {
    padding: 0 22px;
  }
}

.l-inner {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  .l-inner {
    padding: 0 22px;
  }
}

.l-compact {
  max-width: 880px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-in-box {
  max-width: 720px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-anchor00 {
  margin-top: -48px;
  padding-top: 48px;
}
@media screen and (max-width: 839px) {
  .c-anchor00 {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.c-anchor {
  margin-top: -100px;
  padding-top: 100px;
}

.do * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.do a.c-wq-btn01 {
  position: relative;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  width: 260px;
  height: 64px;
  color: #fff;
  background-image: url("../../assets/img/work_quality/bg_btn01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.do a.c-wq-btn01:before {
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 21px;
  height: 8px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../../assets/img/work_quality/down_arrows01.svg");
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.do a.c-wq-btn01:hover {
  opacity: 0.8;
}
.do a.c-wq-btn01:hover:before {
  bottom: 12px;
}
@media screen and (max-width: 839px) {
  .do {
    text-align: left;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}

.l-service__block.-mb-light {
  margin-bottom: 20px;
}

.p-flow-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 54px 633px;
  grid-template-columns: 54px 633px;
  -ms-grid-rows: 668px 668px;
  grid-template-rows: 668px 668px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 688px;
}

.p-flow-box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-flow-box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-flow-box > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-flow-box > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (max-width: 839px) {
  .p-flow-box {
    width: 331px;
    margin: 0 auto;
    -ms-grid-columns: 35px 18px 278px;
    grid-template-columns: 35px 278px;
    -ms-grid-rows: 892px 0 892px;
    grid-template-rows: 892px 892px;
    height: 892px;
    gap: 0 18px;
  }
  .p-flow-box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-flow-box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-flow-box > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-flow-box > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.p-flow-box .p-flow-box__main .p-flow-box__item + .p-flow-box__item {
  margin-top: 16px;
}
.p-flow-box .c-ty-box01 {
  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;
  width: 100%;
  height: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: #41628B;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 839px) {
  .p-flow-box .c-ty-box01 {
    font-size: 18px;
    line-height: 1;
  }
}
.p-flow-box .c-ty-box01 .yel {
  color: #FFD442;
}
@media screen and (max-width: 839px) {
  .p-flow-box .c-ty-box01 .yel {
    white-space: nowrap;
    margin-bottom: 18px;
  }
}
.p-flow-box .c-ty-box01 .num {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}

.p-lineup-gray-box {
  margin-bottom: 32px;
  padding: 54px 78px 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../../assets/images/flow/lineup-gray-box_bg.webp");
}
@media screen and (max-width: 839px) {
  .p-lineup-gray-box {
    margin-bottom: 16px;
    padding: 30px 22px 24px;
    background-image: url("../../assets/images/flow/lineup-gray-box_bg_sp.webp");
  }
}
.p-lineup-gray-box .p-lineup-gray-box__main {
  margin-top: 26px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}
@media screen and (max-width: 839px) {
  .p-lineup-gray-box .p-lineup-gray-box__main {
    gap: 18px 0;
    margin-top: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-lineup-card01 {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "image" "title";
}
.p-lineup-card01 .p-lineup-card01__title {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: title;
  height: 70px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #637A89;
}
@media screen and (max-width: 839px) {
  .p-lineup-card01 .p-lineup-card01__title {
    height: 16vw;
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }
}
.p-lineup-card01 .p-lineup-card01__main {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  position: relative;
  grid-area: image;
}
.p-lineup-card01 .p-lineup-card01__main img {
  width: 100%;
  height: auto;
  display: block;
}
.p-lineup-card01 .p-lineup-card01__main .p-lineup-card01__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
}
@media screen and (max-width: 839px) {
  .p-lineup-card01 .p-lineup-card01__main .p-lineup-card01__icon {
    width: 14.4vw;
    height: 14.4vw;
  }
}

.c-check-heading {
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  line-height: 1.1428571429;
}
@media screen and (max-width: 839px) {
  .c-check-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.45;
  }
}
.c-check-heading span {
  position: relative;
}
.c-check-heading span:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -12px;
  width: 97px;
  height: 14px;
  background-image: url("../../assets/images/flow/icon_check.svg");
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 839px) {
  .c-check-heading span:before {
    width: 71px;
    height: 12px;
    background-image: url("../../assets/images/flow/icon_check_sp.svg");
  }
}

.p-flow-card {
  position: relative;
  padding: 12px 0;
  border: 1px solid #41628B;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 106px auto;
  grid-template-columns: 106px auto;
  background: #fff;
}
@media screen and (max-width: 839px) {
  .p-flow-card {
    padding: 18px 0;
    display: block;
  }
}
.p-flow-card:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #41628B transparent transparent;
  content: "";
}
.p-flow-card.-red {
  border: 1px solid #CA290B;
}
.p-flow-card.-red:before {
  border-color: transparent #CA290B transparent transparent;
}
.p-flow-card.-red .p-flow-card__head {
  border-right: 1px solid #CA290B;
}
.p-flow-card .p-flow-card__head {
  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-right: 1px solid #41628B;
}
@media screen and (max-width: 839px) {
  .p-flow-card .p-flow-card__head {
    display: none;
  }
}
.p-flow-card .p-flow-card__head img {
  display: block;
}
.p-flow-card .p-flow-card__main {
  padding: 0 20px;
}
@media screen and (max-width: 839px) {
  .p-flow-card .p-flow-card__main {
    padding: 0 16px;
  }
}
.p-flow-card .p-flow-card__text {
  margin-top: 10px;
}
.p-flow-card .p-flow-card__text p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}
.p-flow-card .p-flow-card__text p span {
  font-size: 12px;
  line-height: 1.3333333333;
}
.p-flow-card .c-step-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 839px) {
  .p-flow-card .c-step-heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-flow-card .c-step-heading .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #3C3C3C;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 839px) {
  .p-flow-card .c-step-heading .step {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
  }
}
.p-flow-card .c-step-heading .num {
  margin-left: 6px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #41628B;
}
@media screen and (max-width: 839px) {
  .p-flow-card .c-step-heading .num {
    position: relative;
    margin-left: 12px;
    font-size: 19px;
    line-height: 1;
  }
  .p-flow-card .c-step-heading .num:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -18px;
    content: "";
    background: #707070;
    width: 14px;
    height: 1px;
  }
}
.p-flow-card .c-step-heading .num.-red {
  color: #CA290B;
}
.p-flow-card .c-step-heading .text {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #41628B;
}
@media screen and (max-width: 839px) {
  .p-flow-card .c-step-heading .text {
    padding-left: 24px;
    font-size: 19px;
    line-height: 1.3684210526;
  }
}
.p-flow-card .c-step-heading .text.-red {
  color: #CA290B;
}
.p-flow-card .c-step-heading .text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  content: "";
  background: #707070;
  width: 16px;
  height: 1px;
}
@media screen and (max-width: 839px) {
  .p-flow-card .c-step-heading .text:before {
    display: none;
  }
}