@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:ital,wght@0,500;0,600;0,700;1,600&display=swap");
@media screen and (max-width: 767px) {
  img {
    height: auto;
    width: 100%;
  }
}

.lower-content {
  background: url("/torque/consulting/img/bg-main.png") no-repeat center top/100% auto;
  padding-top: 36px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lower-content {
    background-image: url("/torque/consulting/img/bg-main_sp.png");
    padding-top: 26px;
  }
}

.measure {
  padding-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .measure {
    padding-bottom: 18px;
  }
}
.measure::before {
  background: #40c7a4;
  bottom: 0;
  content: "";
  clip-path: polygon(0 0, calc(100% - 56px) 0, 100% 100%, 0 100%);
  display: block;
  height: 180px;
  left: 0;
  position: absolute;
  width: calc((100% - 1400px) / 2 + 744px);
}
@media screen and (max-width: 767px) {
  .measure::before {
    height: 90px;
    width: calc(100% - 50px);
  }
}
.measure .lower-content__inner {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .measure .lower-content__inner {
    padding-top: 0;
  }
}
.measure .sec-head {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .measure .sec-head {
    margin-bottom: 23px;
  }
}
.measure .sec-head__ja {
  font-size: 5.4rem;
}
@media screen and (max-width: 767px) {
  .measure .sec-head__ja {
    font-size: 3.2rem;
  }
}
.measure .sec-head__en {
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .measure .sec-head__en {
    font-size: 1.6rem;
  }
}
.measure .measure__text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 138px;
}
@media screen and (max-width: 767px) {
  .measure .measure__text {
    font-size: 1.3rem;
    margin-bottom: 23px;
    text-align: center;
  }
}
.measure .measure__catch {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4666;
}
@media screen and (max-width: 767px) {
  .measure .measure__catch {
    font-size: 1.8rem;
    line-height: 1.444;
  }
}
.measure .measure__mv {
  position: absolute;
  right: -50px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .measure .measure__mv {
    margin-bottom: 47px;
    padding-inline: 20px;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .measure .measure__mv img {
    height: auto;
    width: 100%;
  }
}

.measure__items {
  background: #333;
}
@media screen and (max-width: 767px) {
  .measure__items {
    overflow-x: hidden;
  }
}
.measure__items .lower-content__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-block: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .measure__items .lower-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 43px 0 54px;
  }
}
.measure__items .lower-content__inner .measure__bg {
  position: absolute;
  top: 0;
  left: -80px;
  width: 698px;
  height: 425px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 234, 194, 0.17)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(139, 234, 194, 0.17) 0%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: screen;
  clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
  -webkit-transition: opacity 0.65s 0.2s ease, -webkit-transform 0.85s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.65s 0.2s ease, -webkit-transform 0.85s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.65s 0.2s ease, transform 0.85s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.65s 0.2s ease, transform 0.85s 0.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.85s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  contain: paint;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .measure__items .lower-content__inner .measure__bg {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .measure__items .lower-content__inner .measure__bg {
    left: 50%;
    translate: -50%;
    width: 200%;
  }
}
.measure__items .measure__item {
  background: #fff;
  padding: 0 38px 40px;
  width: 391px;
}
@media screen and (max-width: 767px) {
  .measure__items .measure__item {
    padding: 0 27px 31px;
    width: 100%;
  }
}
.measure__items .measure__item:nth-child(3) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .measure__items .measure__item:nth-child(3) {
    margin-top: 0;
  }
}
.measure__items .measure__item:nth-child(4) {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .measure__items .measure__item:nth-child(4) {
    margin-top: 0;
  }
}
.measure__items .measure__item__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -38px 32px;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .measure__items .measure__item__top {
    margin: 0 -27px 24px;
  }
}
.measure__items .measure__item__num {
  color: #68dfc0;
  font-family: "Poppins", sans-serif;
  font-size: 8.7rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  margin-right: auto;
  text-align: right;
  width: 52px;
}
@media screen and (max-width: 767px) {
  .measure__items .measure__item__num {
    font-size: 6.9rem;
    width: 41px;
  }
}
@media screen and (max-width: 767px) {
  .measure__items .measure__item__image {
    width: 262px;
  }
}
@media screen and (max-width: 767px) {
  .measure__items .measure__item__image img {
    height: auto;
    width: 100%;
  }
}
.measure__items .measure__item__heading {
  font-size: 2rem;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .measure__items .measure__item__heading {
    font-size: 1.7rem;
    margin-bottom: 17px;
  }
}
.measure__items .measure__item__text {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .measure__items .measure__item__text {
    font-size: 1.3rem;
  }
}

.testimonial {
  background: #F4F4F4 url("/torque/consulting/img/bg-testimonial.png") no-repeat center 120px/920px auto;
  padding-block: 120px 104px;
}
@media screen and (max-width: 767px) {
  .testimonial {
    background-size: 697px;
    background-position: center 26px;
    padding-block: 26px 41px;
  }
}
.testimonial .sec-head {
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .testimonial .sec-head {
    margin-bottom: 42px;
  }
}
.testimonial .testimonial__items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D5D5D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 45px;
  padding-bottom: 120px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .testimonial .testimonial__items {
    display: block;
    padding-inline: 15px;
    padding-bottom: 60px;
  }
}
.testimonial .testimonial__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 16px 18px;
  width: 350px;
}
.testimonial .testimonial__item:first-child {
  margin-left: -330px;
}
.testimonial .testimonial__item:nth-child(2) {
  margin-left: 450px;
}
.testimonial .testimonial__item:nth-child(3) {
  margin-left: -330px;
}
.testimonial .testimonial__item:nth-child(4) {
  margin-left: 290px;
}
.testimonial .testimonial__item:nth-child(5) {
  margin-left: -500px;
}
.testimonial .testimonial__item:nth-child(6) {
  margin-left: 360px;
}
@media screen and (max-width: 767px) {
  .testimonial .testimonial__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 19px;
    margin-bottom: 16px;
    margin-left: 0 !important;
    padding: 18px 15px;
    width: 100%;
  }
}
.testimonial .testimonial__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
}
@media screen and (max-width: 767px) {
  .testimonial .testimonial__image {
    width: 54px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial .testimonial__image img {
    height: auto;
    width: 100%;
  }
}
.testimonial .testimonial__text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .testimonial .testimonial__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.testimonial .testimonial__text strong {
  color: #68dfc0;
}
.testimonial .content-title {
  margin-bottom: 71px;
}
@media screen and (max-width: 767px) {
  .testimonial .content-title {
    margin-bottom: 30px;
  }
}
.testimonial .case__items {
  --swiper-pagination-bullet-horizontal-gap: 9px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-color: #68dfc0;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  display: -ms-grid;
  display: grid;
  gap: 90px 68px;
  -ms-grid-columns: 1fr 68px 1fr 68px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .testimonial .case__items {
    display: block;
    overflow: hidden;
    margin-inline: -20px;
    padding-bottom: 40px;
  }
  .testimonial .case__items .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .testimonial .case__items .swiper-pagination {
    bottom: 0;
  }
}
.testimonial .case__items .swiper-pagination-bullet {
  border: 1px solid #68dfc0;
}
.testimonial .swiper-wrapper {
  display: contents;
}
@media screen and (max-width: 767px) {
  .testimonial .case__item__inner {
    padding-inline: 48px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial .swiper-button-next {
    background: url("/torque/images/btn-next.png") no-repeat left top/cover;
    height: 26px;
    right: 10px;
    width: 26px;
  }
}
.testimonial .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .testimonial .swiper-button-prev {
    background: url("/torque/images/btn-prev.png") no-repeat left top/cover;
    height: 26px;
    left: 10px;
    width: 26px;
  }
}
.testimonial .swiper-button-prev::after {
  display: none;
}
.testimonial .case__category {
  color: #68dfc0;
  font-size: 1.3rem;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .testimonial .case__category {
    font-size: 1.1rem;
    line-height: 1.636;
    margin-bottom: 6px;
  }
}
.testimonial .case__title {
  font-size: 2rem;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .testimonial .case__title {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 7px;
  }
}
.testimonial .case__text {
  border-bottom: 1px solid #68dfc0;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .testimonial .case__text {
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding-bottom: 13px;
  }
}
.testimonial .case__problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-block: 0 13px;
}
.testimonial .case__problem dt {
  background: #333;
  color: #fff;
  display: -ms-grid;
  display: grid;
  height: 29px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.3rem;
  place-content: center;
  width: 45px;
}
@media screen and (max-width: 767px) {
  .testimonial .case__problem dt {
    font-size: 1.2rem;
  }
}
.testimonial .case__problem dd {
  margin: 0;
}
.testimonial .case__problem ul {
  margin-top: -0.4em;
}
.testimonial .case__problem li {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .testimonial .case__problem li {
    font-size: 1.2rem;
    line-height: 1.666;
  }
}
.testimonial .case__solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 0;
}
.testimonial .case__solution dt {
  background: #68dfc0;
  color: #fff;
  display: -ms-grid;
  display: grid;
  height: 29px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.3rem;
  place-content: center;
  width: 45px;
}
@media screen and (max-width: 767px) {
  .testimonial .case__solution dt {
    font-size: 1.2rem;
  }
}
.testimonial .case__solution dd {
  margin: 0;
}
.testimonial .case__solution ul {
  margin-top: -0.4em;
}
.testimonial .case__solution li {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .testimonial .case__solution li {
    font-size: 1.2rem;
    line-height: 1.666;
  }
}

.process {
  background: #F4F4F4;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .process {
    padding-bottom: 54px;
  }
}
.process .lower-content__inner {
  background: #fff;
  border-radius: 10px;
  padding: 95px 107px 92px;
}
@media screen and (max-width: 767px) {
  .process .lower-content__inner {
    padding: 30px 20px 40px;
  }
}
.process .sec-head {
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .process .sec-head {
    margin-bottom: 35px;
  }
}
.process .process__phase.phase00 {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 55px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .process .process__phase.phase00 {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
.process .process__phase.phase01 {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 86px;
  padding-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .process .process__phase.phase01 {
    margin-bottom: 38px;
    padding-bottom: 35px;
  }
}
.process .process__phase.phase01::after {
  background: url("/torque/consulting/img/pict-arrow.png") no-repeat left top/cover;
  bottom: -33px;
  content: "";
  display: block;
  height: 33px;
  left: 50%;
  position: absolute;
  translate: -50%;
  width: 76px;
}
@media screen and (max-width: 767px) {
  .process .process__phase.phase01::after {
    bottom: -21px;
    height: 21px;
    width: 50px;
  }
}
.process .process__phase.phase02 {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 55px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .process .process__phase.phase02 {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
.process .process__phase.phase03 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .process .process__phase.phase03 {
    margin-bottom: 35px;
  }
}
.process .process__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .process .process__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.process .process__image {
  width: 318px;
}
@media screen and (max-width: 767px) {
  .process .process__image {
    padding-inline: 52px;
    width: 100%;
  }
}
.process .process__image img {
  height: auto;
  width: 100%;
}
.process .process__num {
  color: #68dfc0;
  font-family: "Poppins", sans-serif;
  font-size: 2.9rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.333;
  margin-bottom: 27px;
  padding-left: 29px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .process .process__num {
    font-size: 1.8em;
    line-height: 1.38;
    margin-bottom: 15px;
    padding-left: 18px;
  }
}
.process .process__num::before {
  background: #68dfc0;
  border-radius: 100%;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
}
@media screen and (max-width: 767px) {
  .process .process__num::before {
    height: 9px;
    width: 9px;
  }
}
.process .process__heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .process .process__heading {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.process .process__heading strong {
  color: #68dfc0;
}
.process .process__list li {
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .process .process__list li {
    font-size: 1.3rem;
    line-height: 2.153;
  }
}
.process .process__list li::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#5ED4A2), to(#0A794A));
  background: linear-gradient(to bottom, #5ED4A2, #0A794A);
  border-radius: 100%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.8em;
  width: 6px;
}
.process .process__paid {
  background: #EEFAF5;
  margin-bottom: 60px;
  padding-bottom: 84px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .process .process__paid {
    padding-block: 31px;
  }
}
.process .process__paid::after {
  background: url("/torque/consulting/img/pict-arrow.png") no-repeat left top/cover;
  bottom: -33px;
  content: "";
  display: block;
  height: 33px;
  left: 50%;
  position: absolute;
  translate: -50%;
  width: 76px;
}
@media screen and (max-width: 767px) {
  .process .process__paid::after {
    bottom: -21px;
    height: 21px;
    width: 50px;
  }
}
.process .process__paid__title {
  background: #40c7a4;
  color: #fff;
  display: -ms-grid;
  display: grid;
  height: 43px;
  margin-bottom: 39px;
  margin-left: auto;
  padding-inline: 9px 21px;
  place-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .process .process__paid__title {
    display: none;
  }
}
.process .process__paid__body {
  padding-inline: 64px;
}
@media screen and (max-width: 767px) {
  .process .process__paid__body {
    padding-inline: 15px;
  }
}
.process .process__torque {
  background: #40c7a4;
  color: #fff;
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  display: -ms-grid;
  display: grid;
  font-size: 2.5rem;
  font-weight: 600;
  height: 76px;
  margin-inline: auto;
  place-content: center;
  width: 470px;
}
@media screen and (max-width: 767px) {
  .process .process__torque {
    font-size: 1.4rem;
    height: 50px;
    width: 100%;
  }
}
.process .process__torque span {
  background: url("/torque/consulting/img/icon-phase.png") no-repeat left center/58px 54px;
  display: inline-block;
  line-height: 2.16;
  padding-left: 67px;
}
@media screen and (max-width: 767px) {
  .process .process__torque span {
    background-size: 30px 28px;
    line-height: 2;
    padding-left: 37px;
  }
}