@charset "UTF-8";
@import 'variables.css';

html, body {
  overflow-x: hidden;
}
body {
  background: #F6F6F6;
}

.p-consulting__mv {
  position: relative;
}
.p-consulting__image {
  width: 100%;
  height: auto;
}
.p-consulting-what-we-do {
  margin-top: 9.5rem;
  padding-bottom: 9.3rem;
  display: flex;
  gap: 16rem;
}
.p-consulting-what-we-do__label {
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--blue);
}
.p-consulting-what-we-do__title {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.05em;
  margin-top: 3.2rem;
}
.p-consulting-what-we-do__right {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.29;
}
.p-consulting-slider {
  background: var(--white);
}
.p-consulting-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-consulting-slider-item {
  margin: 0 1rem;
  position: relative;
}
.p-consulting-slider-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: var(--black);
  opacity: 0.4;
}
.p-consulting-slider-item__image {
  width: 100%;
}
.p-consulting-slider-item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: var(--white);
}
.p-consulting-problems {
  border: 1px solid var(--blue);
  border-radius: 8px;
  position: relative;
  padding: 8.5rem 6rem;
}
.p-consulting-problems__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--blue);
  background: var(--white);
  white-space: nowrap;
  padding: 0 4.8rem;
}
.p-consulting-problems__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
}
.p-consulting-problems__item {
  width: 50%;
  position: relative;
  padding-left: 3.6rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.45;
}
.p-consulting-problems__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/business/checkbox--blue.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
  width: 22px;
  height: 19px;
}
.p-consulting-problems__text {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.65;
  color: var(--blue);
  margin-top: 6rem;
  text-align: center;
}
.p-consulting-problems__text span {
  margin-top: -0.5rem;
}
.p-consulting-problems__button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 75%;
  height: 140px;
  width: 100%;
  background: var(--blue);
  color: var(--white);
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
}
.p-consulting-problems__button::before {
  content: "";
  position: absolute;
  right: 74px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: var(--white);
  opacity: 0.6;
}
.p-consulting-problems__button::after {
  content: "";
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 12px;
  background-image: url(../img/common/footer__contact-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-consulting-solutions {
  padding-top: 25rem;
  padding-bottom: 22rem;
  position: relative;
}
.p-consulting-solutions::before {
  content: "";
  position: absolute;
  left: -180px;
  top: 50px;
  background-image: url(../img/business/business-consulting-bg-icon--top-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 267px;
  height: 380px;
}
.p-consulting-solutions__copy {
  font-size: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin-top: 6.4rem;
}
.p-consulting-solutions__description {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 2.3rem;
}
.p-consulting-solutions__list {
  margin-top: 10.5rem;
  display: flex;
  flex-direction: column;
}
.p-consulting-solutions-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 6.5rem;
  border-bottom: 1px solid var(--gray-secondary);
  margin-bottom: 6.5rem;
}
.p-consulting-solutions-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-consulting-solutions-item__number {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--blue);
}
.p-consulting-solutions-item__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.45;
  text-align: center;
  margin-top: 1rem;
}
.p-consulting-solutions-item__image {
  width: 100%;
  margin-top: 3.5rem;
}
.p-consulting-solutions-item__contents {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.p-consulting-solutions-item__box {
  width: calc((100% - 4rem) / 2);
  max-width: 520px;
}
.p-consulting-solutions-item__title {
  position: relative;
  padding-left: 2rem;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
.p-consulting-solutions-item__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--blue);
}
.p-consulting-solutions-item__description {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.65;
  margin-top: 1.5rem;
  color: var(--gray);
}
.p-consulting-solutions-item__button {
  width: 260px;
  height: 53px;
  background: var(--black);
  color: var(--white);
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  padding-left: 2.3rem;
  position: relative;
  margin-top: 2.5rem;
}
.p-consulting-solutions-item__button::before {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url(../img/common/footer__contact-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-consulting-why-otoliv {
  position: relative;
}
.p-consulting-why-otoliv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -285px;
  background-image: url(../img/business/why-otoliv-bg-icon--left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 270px;
  height: 380px;
}
.p-consulting-why-otoliv::after {
  content: "";
  position: absolute;
  right: 0;
  top: -12.2rem;
  background-image: url(../img/business/why-otoliv-bg-icon--right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 290px;
  height: 380px;
}
.p-consulting-why-otoliv__container {
  background-image: url(../img/business/bg-why-otoliv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 9.5rem;
  padding-bottom: 8.4rem;
}
.p-consulting-why-otoliv__content {
  margin-top: 5.8rem;
}
.p-consulting-why-otoliv__stats {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  background: var(--white);
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 5.4rem 6.2rem 7.7rem;
  position: relative;
}
.p-consulting-stats-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 上段 */
.p-consulting-stats-item:nth-child(-n+2) {
  padding-bottom: 4.7rem;
  border-bottom: 1px solid #E4E4E4;
}
/* 下段 */
.p-consulting-stats-item:nth-child(n+3) { 
  padding-top: 5.2rem;
}
.p-consulting-stats-item:nth-child(odd) {
  padding-right: 4.5rem;
}
.p-consulting-stats-item:nth-child(even) {
  padding-left: 4.5rem;
  border-left: 1px solid #E4E4E4;
}
.p-consulting-stats-item__tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 210px;
  width: 100%;
  background: var(--blue);
  color: var(--white);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding: 0.3rem 2rem 0.4rem;
  border-radius: 60px;
  margin: 0 auto 1.6rem;
  position: relative;
}
.p-consulting-stats-item__tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 12px 7px 0 7px;
  border-style: solid;
  border-color: var(--blue) transparent transparent transparent;
}
.p-consulting-stats-item__number {
  color: var(--blue);
  font-size: 6rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 6rem;
  display: inline-block;
  height: 60px;
}
.p-consulting-stats-item__unit {
  color: var(--blue);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.p-consulting-stats-item__description {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: var(--gray);
}
.p-consulting-flow {
  padding-top: 12.2rem;
  padding-bottom: 16rem;
  position: relative;
}
.p-consulting-flow::before {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -130px;
  background-image: url(../img/business/flow-bg-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 289px;
  height: 380px;
}
.p-consulting-flow__text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.85;
  letter-spacing: 0.02em;
  margin-top: 3.6rem;
}
.p-consulting-flow__container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.p-consulting-case {
  background: var(--blue);
  padding-top: 9.5rem;
  padding-bottom: 11.5rem;
  position: relative;
  z-index: var(--layer-content);
}
.p-consulting-case::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/business/bg-icon-case-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 29.58%;
  max-width: 426px;
  height: auto;
  aspect-ratio: 426 / 537;
}
.p-consulting-case::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/business/bg-icon-case-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 29.58%;
  max-width: 426px;
  height: auto;
  aspect-ratio: 426 / 537;
  pointer-events: none;
}
.p-consulting-case__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--white);
  max-width: 600px;
  width: 100%;
  margin: 5rem auto 0;
}
.p-consulting-case__container {
  margin-top: 5.5rem;
}
.p-consulting-consultants {
  padding-top: 16.8rem;
  padding-bottom: 12.3rem;
  position: relative;
}
.p-consulting-consultants::before {
  content: "";
  position: absolute;
  left: -150px;
  top: -110px;
  background-image: url(../img/business/consultants-bg-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 270px;
  height: 380px;
}
.p-consulting-consultants__top {
  margin-top: 4.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--gray);
  display: none;
}
.p-consulting-consultants__content {
  padding-top: 8.2rem;
}
.p-consulting-consultants__list {
  display: flex;
  justify-content: center;
  gap: 18.5rem;
}
.p-consulting-consultants-item {
  max-width: 340px;
  width: 100%;
  position: relative;
  margin-right: 4rem;
}
.p-consulting-consultants-item__text-vertical {
  position: absolute;
  top: 0;
  right: -36px;
  color: var(--blue);
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
}
.p-consulting-consultants-item__post {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.8;
  display: block;
}
.p-consulting-consultants-item__post--mt {
  margin-top: 1.7rem;
}
.p-consulting-consultants-item__name {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 0.1rem;
  position: relative;
}
.p-consulting-consultants-item__name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 31px;
  height: 5px;
  background: var(--blue);
}
.p-consulting-consultants-item__label {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 5.4rem;
  display: block;
}
.p-consulting-consultants-item-career {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.1rem;
  transition: max-height 1s ease;
  position: relative;
  overflow: hidden;
  word-break: break-word;
}
.p-consulting-consultants-item-career__bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  background-image: linear-gradient(to right, #111111 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
.p-consulting-consultants-item-career__box {
  display: flex;
  gap: 2rem;
}
.p-consulting-consultants-item-career__left {
  max-width: 190px;
}
.p-consulting-consultants-item-career__label {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.p-consulting-consultants-item-career__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.65;
  margin-top: 1rem;
}
.p-consulting-consultants-item-career__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  width: 160px;
  height: 40px;
  background: #F29600;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center;
  color: var(--black);
  margin-top: 2rem;
}
.p-consulting-consultants-item__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  border: 1px solid var(--black);
  background: var(--white);
  margin-top: 3rem;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
  position: relative;
  color: var(--black);
}
.p-consulting-consultants-item__button::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background: var(--black);
  transition: transform 0.3s ease;
}
.p-consulting-consultants-item__button::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 12px;
  height: 2px;
  background: var(--black);
  transition: transform 0.3s ease;
}
.p-consulting-consultants-item.is-open .p-consulting-consultants-item__button::before {
  transform: translateY(-50%) rotate(45deg);
}
.p-consulting-consultants-item.is-open .p-consulting-consultants-item__button::after {
  transform: translateY(-50%) rotate(135deg);
}
.p-consulting-title {
  font-size: 10rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--blue);
}
.p-consulting-title--white {
  color: var(--white);
}
.p-consulting-subtitle {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 0.4rem;
}
.p-consulting-subtitle--white {
  color: var(--white);
}
@media screen and (max-width: 1279px) {
  .p-consulting-what-we-do {
    gap: 5rem;
  }
  .p-consulting-what-we-do__title {
    font-size: 3rem;
  }
  .p-consulting-problems {
    padding: 6.5rem 2rem 8.5rem;
  }
  .p-consulting-problems__list {
    column-gap: 2rem;
  }
  .p-consulting-problems__item {
    width: calc((100% - 2rem) / 2);
  }
  .p-consulting-solutions::before {
    width: 200px;
    height: auto;
    aspect-ratio: 267 / 380;
    top: 0;
  }
  .p-consulting-why-otoliv::before {
    width: 200px;
    height: auto;
    aspect-ratio: 27 / 38;
    bottom: -210px;
  }
  .p-consulting-why-otoliv::after {
    width: 200px;
    height: auto;
    aspect-ratio: 29 / 38;
  }
  .p-consulting-flow::before {
    width: 200px;
    height: auto;
    aspect-ratio: 289 / 380;
    bottom: -95px;
    right: -170px;
  }
  .p-consulting-consultants::before {
    width: 200px;
    height: auto;
    aspect-ratio: 27 / 38;
    top: -80px;
  }
  .p-consulting-consultants__list {
    gap: 10rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-consulting-solutions::before {
    width: 150px;
    top: -20px;
    left: -60px;
  }
  .p-consulting-why-otoliv::before {
    width: 150px;
    bottom: -155px;
    left: 0;
  }
  .p-consulting-why-otoliv::after {
    width: 150px;
    top: -110px;
    right: 0;
  }
  .p-consulting-flow::before {
    width: 150px;
    bottom: -70px;
    right: -75px;
  }
  .p-consulting-problems__title {
    font-size: 2.4rem;
    padding: 0 1rem;
  }
  .p-consulting-problems__list {
    row-gap: 2rem;
  }
  .p-consulting-problems__text {
    font-size: 1.8rem;
    margin-top: 5rem;
  }
  .p-consulting-problems__button {
    max-width: 400px;
    justify-content: flex-start;
    gap: 1.5rem;
    padding-left: 3rem;
  }
  .p-consulting-problems__mail-icon {
    width: 20px;
    height: 15px;
  }
  .p-consulting-why-otoliv__content {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .p-consulting-stats-item__number {
    font-size: 4rem;
  }
  .p-consulting-consultants::before {
    width: 150px;
    top: -60px;
    left: -60px;
  }
  .p-consulting-consultants__list {
    gap: 5rem;
  }
  .p-consulting-consultants-item-career__heading {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-consulting__image {
    display: block;
    width: 100%;
  }
  .p-consulting-what-we-do {
    margin-top: 6rem;
    padding-bottom: 6.5rem;
    flex-direction: column;
    gap: 3.5rem;
  }
  .p-consulting-what-we-do__label {
    font-size: 1.4rem;
  }
  .p-consulting-what-we-do__title {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
  .p-consulting-what-we-do__right {
    font-size: 1.4rem;
  }
  .p-consulting-slider-item {
    margin: 0 0.6rem;
  }
  .p-consulting-slider-item::before {
    height: 50px;
  }
  .p-consulting-slider-item__title {
    height: 50px;
    font-size: 1.3rem;
    padding-left: 1.5rem;
  }
  .p-consulting-problems__title {
    font-size: 1.9rem;
    padding: 0 0.5rem;
  }
  .p-consulting-problems {
    padding: 0 2rem 7.5rem;
  }
  .p-consulting-problems__list {
    flex-direction: column;
    margin-top: 4rem;
    row-gap: 2rem;
  }
  .p-consulting-problems__item {
    width: 100%;
    font-size: 1.4rem;
    padding-left: 2.7rem;
  }
  .p-consulting-problems__item::before {
    width: 17px;
    height: 14px;
    top: 5px;
    transform: none;
  }
  .p-consulting-problems__text {
    margin-top: 4rem;
    font-size: 1.5rem;
    gap: 1.1rem;
  }
  .p-consulting-problems__decoration {
    margin-top: 1.1rem;
  }
  .p-consulting-problems__button {
    max-width: 300px;
    height: 110px;
    font-size: 1.5rem;
  }
  .p-consulting-problems__button::before {
    right: 5rem;
    height: 35px;
  }
  .p-consulting-problems__button::after {
    right: 2rem;
    width: 12px;
    height: 10px;
  }
  .p-consulting-solutions {
    padding-top: 18rem;
    padding-bottom: 7.5rem;
  }
  .p-consulting-solutions::before {
    top: 45px;
    left: -30px;
    width: 64px;
    height: 190px;
    background-image: url(../img/business/business-consulting-bg-icon-sp--top-left.svg);
  }
  .p-consulting-title {
    font-size: 4.8rem;
  }
  .p-consulting-subtitle {
    font-size: 1.4rem;
  }
  .p-consulting-solutions__copy {
    font-size: 1.9rem;
    margin-top: 5rem;
  }
  .p-consulting-solutions__description {
    font-size: 1.4rem;
    margin-top: 2.5rem;
    text-align: left;
  }
  .p-consulting-solutions__list {
    margin-top: 6rem;
  }
  .p-consulting-solutions-item {
    padding-bottom: 4rem;
  }
  .p-consulting-solutions-item:last-child {
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--gray-secondary);
  }
  .p-consulting-solutions-item__number {
    font-size: 1.4rem;
  }
  .p-consulting-solutions-item__heading {
    font-size: 2.2rem;
  }
  .p-consulting-solutions-item__image {
    margin-top: 3rem;
  }
  .p-consulting-solutions-item__contents {
    margin-top: 3rem;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4rem;
  }
  .p-consulting-solutions-item__box {
    width: 100%;
    max-width: none;
  }
  .p-consulting-solutions-item__title {
    padding-left: 1.8rem;
    font-size: 1.5rem;
  }
  .p-consulting-solutions-item__title::before {
    width: 5px;
  }
  .p-consulting-solutions-item__description {
    font-size: 1.4rem;
  }
  .p-consulting-why-otoliv::before {
    background-image: url(../img/business/why-otoliv-bg-icon-sp--left.svg);
    width: 64px;
    height: 190px;
    bottom: -133px;
  }
  .p-consulting-why-otoliv::after {
    background-image: url(../img/business/why-otoliv-bg-icon-sp--right.svg);
    width: 75px;
    height: 190px;
    top: -80px;
  }
  .p-consulting-why-otoliv__container {
    background-image: url(../img/business/bg-why-otoliv-sp.webp);
  }
  .p-consulting-why-otoliv__content {
    margin-left: 0;
    margin-right: 0;
  }
  .p-consulting-why-otoliv__stats {
    background: none;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: calc(100% - 6rem);
  }
  .p-consulting-stats-item {
    background: var(--white);
    padding: 3rem 3rem 0!important;
    border-bottom: none!important;
  }
  .p-consulting-stats-item:first-child {
    padding-top: 4.5rem!important;
  }
  .p-consulting-stats-item:last-child .p-consulting-stats-item__description {
    border-bottom: none;
    padding-bottom: 6rem;
  }
  .p-consulting-stats-item:nth-child(even) {
    border-left: none;
  }
  .p-consulting-stats-item__tag {
    font-size: 1.5rem;
  }
  .p-consulting-stats-item__tag::after {
    border-width: 12px 5px 0 5px;
  }
  .p-consulting-stats-item__description {
    padding-bottom: 3rem;
    border-bottom: 1px solid #E4E4E4;
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  .p-consulting-stats-item__number {
    font-size: 4.4rem;
  }
  .p-consulting-stats-item__unit {
    font-size: 2rem;
  }
  .p-consulting-flow {
    padding-top: 9.5rem;
    padding-bottom: 6.5rem;
  }
  .p-consulting-flow::before {
    background-image: url(../img/business/flow-bg-icon--sp.svg);
    width: 75px;
    height: 190px;
    bottom: -100px;
    right: -30px;
  }
  .p-consulting-flow__text {
    font-size: 1.4rem;
    margin-top: 4.5rem;
  }
  .p-consulting-case {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .p-consulting-case::before {
    width: 40%;
  }
  .p-consulting-case::after {
    width: 40%;
  }
  .p-consulting-case__text {
    display: none;
  }
  .p-consulting-case__container {
    margin-top: 3.5rem;
  }
  .p-consulting-consultants {
    padding-top: 11rem;
    padding-bottom: 9rem;
  }
  .p-consulting-consultants::before {
    top: -100px;
    left: -90px;
  }
  .p-consulting-consultants__top {
    display: block;
  }
  .p-consulting-consultants__content {
    padding-top: 5rem;
  }
  .p-consulting-consultants__list {
    flex-direction: column;
    gap: 7rem;
  }
  .p-consulting-consultants-item {
    max-width: 100%;
    margin-right: 0;
  }
  .p-consulting-consultants-item__text-vertical {
    right: 0;
    font-size: 1.4rem;
  }
  .p-consulting-consultants-item__image {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  .p-consulting-consultants-item__post {
    font-size: 1.3rem;
  }
  .p-consulting-consultants-item__post--mt {
    margin-top: 3.5rem;
  }
  .p-consulting-consultants-item__name {
    font-size: 2.4rem;
  }
  .p-consulting-consultants-item__name::before {
    bottom: -14px;
    height: 4px;
  }
  .p-consulting-consultants-item__label {
    font-size: 1.4rem;
    margin-top: 4rem;
  }
  .p-consulting-consultants-item-career {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
  .p-consulting-consultants-item__button {
    font-size: 1.4rem;
    margin-top: 2.5rem;
  }
}