@charset "UTF-8";
body {
  background-image: url("../../img/kv-bg1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.lower-page {
  position: relative;
  overflow: hidden;
}

.lower-logo-scroll {
  position: absolute;
  top: 3.4VW;
  left: 0;
  width: 100%;
  height: 7.6vw;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.lower-logo-scroll__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  -webkit-animation: lowerLogoScroll 28s linear infinite;
          animation: lowerLogoScroll 28s linear infinite;
}
.lower-logo-scroll__track img {
  display: block;
  width: auto;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes lowerLogoScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes lowerLogoScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.lower-contents {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 824px) {
  .lower-page {
    background-size: auto 21.8vw;
  }
  .lower-logo-scroll {
    top: 5.5vw;
    height: 8.5vw;
  }
  .lower-logo-scroll__track {
    -webkit-animation-duration: 24s;
            animation-duration: 24s;
  }
}
/* =========================
   Business detail / Office
   BEM nested version
   ========================= */
.business-detail-heading {
  position: relative;
  left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 824px) {
  .business-detail-heading {
    margin-bottom: 3.6vw;
  }
}
.business-detail-heading .-en {
  position: relative;
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 824px) {
  .business-detail-heading .-en {
    font-size: 3.6vw;
  }
}
.business-detail-heading h2 {
  position: relative;
  height: inherit;
  margin: 2px 0 0;
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.04em;
  z-index: 1;
}
@media screen and (max-width: 824px) {
  .business-detail-heading h2 {
    font-size: 7.3vw;
  }
}
.business-detail-heading::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -26px;
  left: -34px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #FFE2CA;
  z-index: 0;
}
@media screen and (max-width: 824px) {
  .business-detail-heading::before {
    top: -vwsp(32);
    left: -vwsp(28);
    width: 13.1vw;
    height: 13.1vw;
  }
}

.lower-page.business-detail-page {
  overflow: hidden;
  background: #fff;
  padding-top: 0;
}
.lower-page.business-detail-page .dis_pc {
  display: block !important;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .dis_pc {
    display: none !important;
  }
}
.lower-page.business-detail-page .dis_sp {
  display: none !important;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .dis_sp {
    display: block !important;
  }
}
.lower-page.business-detail-page img {
  max-width: 100%;
  height: auto;
}
.lower-page.business-detail-page .business-detail-fv {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
  padding: 4.2vw 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv {
    padding: 4vw 0 2.4vw;
  }
}
.lower-page.business-detail-page .business-detail-fv__inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: none;
  -ms-grid-columns: 54vw 3.5vw 40vw;
  grid-template-columns: 54vw 40vw;
  gap: 3.5vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__inner {
    display: block;
    width: 100%;
  }
}
.lower-page.business-detail-page .business-detail-fv__title {
  min-height: 0;
  padding: 0;
  margin-top: 0.75vw;
  border-radius: 0;
  background: transparent;
  clip-path: none;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__title {
    min-height: auto;
    width: 100%;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    background: transparent;
    clip-path: none;
  }
}
.lower-page.business-detail-page .business-detail-fv__title h1 {
  margin: 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__title h1 {
    margin-top: 1.5vw;
  }
}
.lower-page.business-detail-page .business-detail-fv__title h1 img {
  display: block;
  width: 100%;
  max-width: inherit;
  height: auto;
}
.lower-page.business-detail-page .business-detail-fv__content {
  padding-top: 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__content {
    width: calc(100% - 5.8vw);
    margin: 5.8vw auto 0;
    padding-top: 0;
  }
}
.lower-page.business-detail-page .business-detail-fv__content h2 {
  height: inherit;
  margin: 0;
  color: #111;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 2.3vw;
  line-height: 1.48;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__content h2 {
    word-break: break-all;
    text-align: justify;
    font-size: 6.5vw;
    line-height: 1.45;
    letter-spacing: 0;
  }
}
.lower-page.business-detail-page .business-detail-fv__content h2 span {
  font-size: 3.1vw;
  color: #ef7a1a;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__content h2 span {
    font-size: 7.3vw;
  }
}
.lower-page.business-detail-page .business-detail-fv__content > p {
  color: #111;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__content > p {
    margin-top: 1.2vw;
    font-size: 3.2vw;
    line-height: 1.7;
  }
}
.lower-page.business-detail-page .business-detail-fv__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.4vw;
  gap: 1.4vw;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__meta {
    display: block;
    margin-top: 3.6vw;
    text-align: center;
  }
}
.lower-page.business-detail-page .business-detail-fv__score {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
  padding: 0 3.1vw;
  color: #111;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__score {
    width: 60vw;
    padding: 0 5.3vw;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-page.business-detail-page .business-detail-fv__score::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.1vw;
  height: 2px;
  background: #111;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(55deg);
          transform: translateY(-50%) rotate(55deg);
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__score::before {
    width: 7.3vw;
    height: 0.4vw;
  }
}
.lower-page.business-detail-page .business-detail-fv__score::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3.1vw;
  height: 2px;
  background: #111;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-55deg);
          transform: translateY(-50%) rotate(-55deg);
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__score::after {
    width: 7.3vw;
    height: 0.4vw;
  }
}
.lower-page.business-detail-page .business-detail-fv__score span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 4px;
  font-size: 1.7vw;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__score span {
    position: relative;
    bottom: -1vw;
    font-size: 4.9vw;
  }
}
.lower-page.business-detail-page .business-detail-fv__score strong {
  font-size: 3.3vw;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__score strong {
    font-size: 9.2vw;
  }
}
.lower-page.business-detail-page .business-detail-fv__score small {
  font-size: 2.4vw;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__score small {
    position: relative;
    bottom: -1vw;
    font-size: 6.1vw;
  }
}
.lower-page.business-detail-page .business-detail-fv__btn {
  width: 23.6vw;
  margin: 0;
  border-radius: 4.2vw;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__btn {
    width: 60vw;
    border-radius: 7.3vw;
    margin: 4.9vw auto 1.9vw;
  }
}
.lower-page.business-detail-page .business-detail-fv__btn .-btn1 {
  width: 100%;
  padding: 1.3vw 4.2vw 1.2vw 3.5vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-indent: 0;
  font-size: 1.7vw;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-fv__btn .-btn1 {
    padding: 2.2vw 7.3vw 2.2vw 6.1vw;
    font-size: 4.4vw;
  }
}
.lower-page.business-detail-page .business-detail-logo-scroll {
  position: absolute;
  bottom: -0.2vw;
  z-index: -1;
  width: auto;
  max-width: inherit;
  overflow: hidden;
  pointer-events: none;
  height: 7.6vw;
  z-index: 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-logo-scroll {
    height: 12.1vw;
    margin-top: -vwsp(6);
  }
}
.lower-page.business-detail-page .business-detail-logo-scroll__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: businessDetailLogoLoop 28s linear infinite;
          animation: businessDetailLogoLoop 28s linear infinite;
  max-width: inherit;
  width: auto;
  height: 100%;
}
.lower-page.business-detail-page .business-detail-logo-scroll__track img {
  display: block;
  max-width: inherit;
  width: auto;
  height: 100%;
}
.lower-page.business-detail-page .business-detail-problem {
  width: calc(100% - 80px);
  max-width: 1360px;
  margin: 0 auto;
  padding: 34px 0 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-problem {
    width: 100%;
    padding: 7.3vw 0 8.7vw;
  }
}
.lower-page.business-detail-page .business-detail-problem .business-detail-heading {
  left: inherit;
  text-align: center;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-problem .business-detail-heading {
    width: calc(100% - 9.7vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-problem .business-detail-heading__en {
    font-size: 1.9vw;
  }
}
.lower-page.business-detail-page .business-detail-problem .business-detail-heading h2 {
  margin: 30px 0;
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #E87422;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-problem .business-detail-heading h2 {
    margin: 1vw 0 0;
    font-size: 4.4vw;
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.lower-page.business-detail-page .business-detail-problem .business-detail-heading::before {
  display: none;
}
.lower-page.business-detail-page .business-detail-problem__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #e9eef0;
  list-style: none;
  max-width: 1120px;
  margin: 38px auto 0;
  padding: 46px 108px;
  gap: 30px;
  border-radius: 34px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-problem__list {
    display: block;
    width: calc(100% - 4.9vw);
    margin: 5.8vw 4.9vw 0 0;
    padding: 4.9vw 3.9vw;
    border-radius: 0 5.3vw 5.3vw 0;
  }
}
.lower-page.business-detail-page .business-detail-problem__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 76px;
  background: #fff;
  color: #111;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  min-height: 70px;
  border-radius: 15px;
  font-size: 19px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-problem__list li {
    min-height: 17.5vw;
    padding: 3.9vw 3.9vw 3.9vw 20.9vw;
    border-radius: 2.4vw;
    font-size: 3.9vw;
    line-height: 1.45;
  }
}
.lower-page.business-detail-page .business-detail-problem__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f0f2f2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-problem__list li::before {
    left: 4.9vw;
    width: 12.6vw;
    height: 12.6vw;
  }
}
.lower-page.business-detail-page .business-detail-problem__list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 22px;
  height: 16px;
  background: url("../../img/business-detail/check-icon.svg") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-problem__list li::after {
    left: 8.5vw;
    width: 5.3vw;
    height: 3.9vw;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-problem__list li + li {
    margin-top: 2.9vw;
  }
}
.lower-page.business-detail-page .business-detail-about {
  position: relative;
  background: #f7f7f7;
  border-top-right-radius: 70% 210px;
  overflow: hidden;
  padding: 180px 0 94px;
  margin-top: -100px;
  z-index: -1;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about .business-detail-heading {
    width: 83vw;
    left: 12.1vw;
    margin-bottom: 12.1vw;
  }
}
.lower-page.business-detail-page .business-detail-about .business-detail-heading::before {
  background: #fff;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about {
    margin-top: 0;
    padding: 11.7vw 0 10.9vw;
    border-top-right-radius: 43.7vw 13.1vw;
    z-index: 0;
  }
}
.lower-page.business-detail-page .business-detail-about__inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about__inner {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about__sp {
    width: 100%;
    margin-top: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-swiper {
    padding-left: 4.9vw;
    padding-right: 0;
    overflow: visible;
  }
}
.lower-page.business-detail-page .business-detail-about__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 35px minmax(0, 1fr) 35px minmax(0, 1fr) 35px minmax(0, 1fr) 35px minmax(0, 1fr) 35px minmax(0, 1fr);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 35px;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about .business-detail-about-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 9.7vw);
    height: 0.2vw;
    margin: 5.8vw 0 0 4.9vw;
    background: #d8d8d8;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about .business-detail-about-pagination .swiper-pagination-progressbar-fill {
    background: #ef7a1a;
  }
}
.lower-page.business-detail-page .business-detail-about__btn {
  width: 300px;
  margin: 46px auto 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about__btn {
    width: 58.3vw;
    margin: 5.8vw auto 0;
  }
}
.lower-page.business-detail-page .business-detail-about__btn .-btn1 {
  width: 100%;
  text-indent: 0;
  padding: 15px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about__btn .-btn1 {
    min-height: 10.7vw;
    padding: 0 5.3vw;
    border-radius: 999px;
    font-size: 3.2vw;
  }
}
.lower-page.business-detail-page .business-detail-about-card {
  border-radius: 12px;
  background: #fff;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  min-height: 615px;
  padding: 29px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card {
    min-height: 106.8vw;
    padding: 5.3vw 4.4vw;
    border-radius: 1.9vw;
  }
}
.lower-page.business-detail-page .business-detail-about-card:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  margin-left: 0;
}
.lower-page.business-detail-page .business-detail-about-card:nth-child(5) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/6;
  margin-left: 0;
}
.lower-page.business-detail-page .business-detail-about-card__head {
  position: relative;
  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;
  min-height: 80px;
  text-align: center;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card__head {
    min-height: 18.4vw;
    padding: 0 1.9vw 3.4vw;
  }
}
.lower-page.business-detail-page .business-detail-about-card__head::before, .lower-page.business-detail-page .business-detail-about-card__head::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card__head::before, .lower-page.business-detail-page .business-detail-about-card__head::after {
    width: 2.2vw;
    height: 2.2vw;
  }
}
.lower-page.business-detail-page .business-detail-about-card__head::before {
  top: -2px;
  left: -6px;
  border-top: 2px solid #ef7a1a;
  border-left: 2px solid #ef7a1a;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card__head::before {
    top: -vwsp(8);
    left: -vwsp(2);
    border-top-width: 0.4vw;
    border-left-width: 0.4vw;
  }
}
.lower-page.business-detail-page .business-detail-about-card__head::after {
  right: -6px;
  bottom: -2px;
  border-right: 2px solid #ef7a1a;
  border-bottom: 2px solid #ef7a1a;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card__head::after {
    right: -vwsp(2);
    bottom: 3.2vw;
    border-right-width: 0.4vw;
    border-bottom-width: 0.4vw;
  }
}
.lower-page.business-detail-page .business-detail-about-card h3 {
  margin: 0;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card h3 {
    font-size: 3.9vw;
    line-height: 1.55;
  }
}
.lower-page.business-detail-page .business-detail-about-card figure {
  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;
  margin-top: 26px;
  border-top: 1px solid #999;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card figure {
    height: 33.5vw;
    margin: 4.4vw 0;
    padding-top: 2.4vw;
  }
}
.lower-page.business-detail-page .business-detail-about-card figure img {
  height: 250px;
  padding: 26px 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card figure img {
    width: 27.2vw;
    height: auto;
    max-height: 29.1vw;
    padding: 3.4vw 0;
  }
}
.lower-page.business-detail-page .business-detail-about-card p {
  margin: 0;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.82;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card p {
    height: 30vw;
    font-size: 2.9vw;
    line-height: 1.78;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card .btn-con {
    width: 38.8vw;
    margin: 4.4vw auto 0;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card .btn-con .-btn1 {
    min-height: 9.2vw;
    padding: 0 3.9vw;
    font-size: 2.7vw;
  }
}
.lower-page.business-detail-page .business-detail-case {
  padding: 88px 0 106px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case {
    padding: 18.2vw 0;
  }
}
.lower-page.business-detail-page .business-detail-case__inner {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case__inner {
    width: calc(100% - 9.7vw);
  }
}
.lower-page.business-detail-page .business-detail-case__list {
  width: auto;
  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;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case__list {
    width: 100%;
    margin-top: 5.8vw;
  }
}
.lower-page.business-detail-page .business-detail-case-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2vw;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  .lower-page.business-detail-page .business-detail-case-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card {
    display: block;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card .business-detail-heading {
    left: 12.1vw;
  }
}
.lower-page.business-detail-page .business-detail-case-card .business-detail-heading::before {
  background: #FFE2CA;
}
.lower-page.business-detail-page .business-detail-case-card + .business-detail-case-card {
  margin-top: 60px;
}
@media screen and (max-width: 1090px) {
  .lower-page.business-detail-page .business-detail-case-card + .business-detail-case-card {
    margin-top: 120px;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card + .business-detail-case-card {
    margin-top: 9.2vw;
  }
}
.lower-page.business-detail-page .business-detail-case-card:nth-child(even) .business-detail-case-card__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1090px) {
  .lower-page.business-detail-page .business-detail-case-card:nth-child(even) .business-detail-case-card__img {
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card:nth-child(even) .business-detail-case-card__img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.lower-page.business-detail-page .business-detail-case-card:nth-child(even) .business-detail-case-card__body {
  margin-left: auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card:nth-child(even) .business-detail-case-card__body {
    margin-left: 1;
  }
}
.lower-page.business-detail-page .business-detail-case-card__img {
  max-width: 550px;
  border-radius: 8px;
  overflow: hidden;
  border: 4px solid #ffd9be;
}
@media screen and (max-width: 1090px) {
  .lower-page.business-detail-page .business-detail-case-card__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card__img {
    width: 100%;
    margin: 0 auto;
  }
}
.lower-page.business-detail-page .business-detail-case-card__img img {
  display: block;
  width: 100%;
  height: auto;
}
.lower-page.business-detail-page .business-detail-case-card__body {
  max-width: 480px;
}
@media screen and (max-width: 1090px) {
  .lower-page.business-detail-page .business-detail-case-card__body {
    max-width: 100%;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card__body {
    width: 100%;
    margin-top: 4.4vw;
  }
}
.lower-page.business-detail-page .business-detail-case-card__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 4px 18px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card__label {
    min-width: 17vw;
    min-height: 5.8vw;
    padding: 0.7vw 3.4vw;
    border-width: 0.4vw;
    font-size: 2.7vw;
  }
}
.lower-page.business-detail-page .business-detail-case-card h3 {
  margin: 14px 0 0;
  color: #ef7a1a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card h3 {
    margin-top: 2.4vw;
    font-size: 4.4vw;
  }
}
.lower-page.business-detail-page .business-detail-case-card dl {
  margin: 20px 0 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card dl {
    margin-top: 3.9vw;
  }
}
.lower-page.business-detail-page .business-detail-case-card dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 15px 20px;
  border-radius: 8px;
  background: #ffd9be;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card dl div {
    gap: 2.2vw;
    padding: 2.9vw;
    border-radius: 1.7vw;
  }
}
.lower-page.business-detail-page .business-detail-case-card dl div + div {
  margin-top: 10px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card dl div + div {
    margin-top: 1.9vw;
  }
}
.lower-page.business-detail-page .business-detail-case-card dl div:first-child {
  padding: 14px 0;
  border-radius: 0;
  background: #fff;
}
.lower-page.business-detail-page .business-detail-case-card dl div:nth-child(2) dt {
  border-color: #e87422;
  background: #e87422;
  color: #fff;
}
.lower-page.business-detail-page .business-detail-case-card dl dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  width: 75px;
  min-width: 75px;
  height: 32px;
  border: 2px solid #111;
  border-radius: 16px;
  background: #fff;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card dl dt {
    -ms-flex-preferred-size: 10.2vw;
        flex-basis: 10.2vw;
    width: 10.2vw;
    min-width: 10.2vw;
    height: 5.8vw;
    border-width: 0.5vw;
    font-size: 2.4vw;
  }
}
.lower-page.business-detail-page .business-detail-case-card dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-case-card dl dd {
    font-size: 2.7vw;
  }
}
.lower-page.business-detail-page .business-detail-case-card dl dd span {
  color: #E87422;
}
.lower-page.business-detail-page .business-detail-faq {
  width: calc(100% - 20px);
  margin-left: auto;
  padding: 80px 50px 60px;
  border-radius: 40px;
  background: #f2f2f2;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-faq {
    width: calc(100% - 2.4vw);
    padding: 18.2vw 0 9.1vw;
    border-radius: 4.4vw;
  }
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 40px minmax(0, 1fr);
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-faq .contact-faq__inner {
    display: block;
    width: calc(100% - 5.8vw);
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-faq .contact-faq__inner .business-detail-heading {
    margin-bottom: 7.3vw;
    left: 9.7vw;
  }
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__inner .business-detail-heading::before {
  background: #fff;
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__more-wrap {
  position: relative;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-faq .contact-faq__more-wrap {
    height: 60.7vw;
    overflow: hidden;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
  }
  .lower-page.business-detail-page .business-detail-faq .contact-faq__more-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 36.4vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.9)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 45%, #fff 100%);
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .lower-page.business-detail-page .business-detail-faq .contact-faq__more-wrap.is-open {
    overflow: visible;
  }
  .lower-page.business-detail-page .business-detail-faq .contact-faq__more-wrap.is-open::after {
    opacity: 0;
  }
  .lower-page.business-detail-page .business-detail-faq .contact-faq__more-wrap.is-open .contact-faq__more {
    position: static;
    margin-top: 4.9vw;
  }
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-faq .contact-faq__list {
    gap: 2.9vw;
  }
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__more {
  display: none;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-faq .contact-faq__more {
    position: absolute;
    left: 0;
    bottom: 4.4vw;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 180px;
  min-height: 44px;
  padding: 8px 22px;
  border: 0;
  border-radius: 999px;
  background: #ef7a1a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-faq .contact-faq__more-btn {
    min-width: 28.2vw;
    min-height: 9.2vw;
    padding: 0 4.4vw;
    font-size: 2.9vw;
  }
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__item {
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-faq .contact-faq__item {
    border-radius: 2.4vw;
  }
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__item[open] {
  background: #eee;
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__item[open] .contact-faq__question {
  background: #fff;
  border-bottom: none;
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__item[open] .contact-faq__question::after {
  content: "−";
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 74px;
  padding: 10px 72px 10px 20px;
  list-style: none;
  cursor: pointer;
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__question::-webkit-details-marker {
  display: none;
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  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: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ed7424;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-faq .contact-faq__question {
    min-height: 15vw;
    padding: 2.4vw 11.7vw 2.4vw 3.4vw;
  }
  .lower-page.business-detail-page .business-detail-faq .contact-faq__question::after {
    right: 3.4vw;
    width: 6.3vw;
    height: 6.3vw;
    font-size: 4.4vw;
  }
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__question span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #111;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__question span::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../../img/Q-icon.png) no-repeat center/contain;
  opacity: 0.75;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-faq .contact-faq__question span {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .lower-page.business-detail-page .business-detail-faq .contact-faq__question span::before {
    width: 8.3vw;
    height: 8.3vw;
    margin-bottom: 1vw;
  }
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__answer {
  position: relative;
  padding: 10px 20px;
  background: #ECECEC;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-faq .contact-faq__answer {
    padding: 2.4vw 3.4vw 4.4vw;
  }
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__answer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #111;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__answer p::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../../img/A-icon.png) no-repeat center/contain;
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__answer p + p {
  margin-top: 8px;
}
.lower-page.business-detail-page .business-detail-faq .contact-faq__answer p span {
  font-weight: 700;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-faq .contact-faq__answer p {
    font-size: 2.9vw;
    line-height: 1.75;
  }
  .lower-page.business-detail-page .business-detail-faq .contact-faq__answer p::before {
    width: 8.3vw;
    height: 8.3vw;
    margin-bottom: 1vw;
  }
  .lower-page.business-detail-page .business-detail-faq .contact-faq__answer p + p {
    margin-top: 1.9vw;
  }
}
.lower-page.business-detail-page .business-detail-consul {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../../img/conpro-bg02.png) no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul {
    padding: 18.2vw 0;
  }
}
.lower-page.business-detail-page .business-detail-consul ._inr {
  width: 1340px;
  max-width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul .business-detail-heading {
    left: 10.9vw;
  }
}
.lower-page.business-detail-page .business-detail-consul ._wrap {
  width: 71.8vw;
  height: 60.8vw;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul ._wrap {
    width: 100%;
    height: 100%;
  }
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-img {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul ._wrap ._box-img {
    margin: 12.1vw auto 0;
  }
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-img:before {
  content: "";
  width: 71.8vw;
  height: 45.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../img/conpro-bg01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul ._wrap ._box-img:before {
    width: 70.4vw;
    height: 176.5vw;
    left: -5%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    background: url(../../img/conpro-bg01_sp.png) no-repeat;
    background-size: 100%;
    background-position: inherit;
  }
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-img li {
  width: 27.5vw;
  height: 17.4vw;
  position: absolute;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul ._wrap ._box-img li {
    width: 87.9vw;
    height: inherit;
    position: relative;
    margin: 0 auto;
    top: inherit !important;
    left: inherit !important;
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
  .lower-page.business-detail-page .business-detail-consul ._wrap ._box-img li:not(:first-of-type) {
    margin-top: 7.3vw;
  }
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-img li img {
  width: 100%;
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-img .conpro-step-img01 {
  top: 14%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-img .conpro-step-img02 {
  top: 50%;
  left: 97%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-img .conpro-step-img03 {
  top: 83%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-img .conpro-step-img04 {
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt {
  width: 28.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin-top: 14.6vw;
  }
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt p {
  font-size: 1.8vw;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt p {
    font-size: 6.3vw;
  }
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt p > span {
  display: block;
  width: 100%;
  height: 3.5vw;
  position: relative;
  margin: 0.7vw 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt p > span {
    width: 90%;
    height: inherit;
    margin: 0 auto;
  }
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt p > span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(150%);
          transform: translate(-50%, -50%) scale(150%);
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt p > span img {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt p large {
  font-size: 1.9vw;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt p large {
    font-size: 6.8vw;
  }
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt .btn-con {
  width: 21.5vw;
  padding: 0.7vw 0;
  margin-top: 1.7vw;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt .btn-con {
    width: 63.1vw;
    padding: 3.6vw 0;
    margin-top: 4.9vw;
  }
}
.lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt .btn-con a {
  font-size: 1.6vw;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-consul ._wrap ._box-txt .btn-con a {
    font-size: 4.4vw;
  }
}
.lower-page.business-detail-page .business-detail-service {
  width: calc(100% - 30px);
  padding: 0 0 100px;
  background: #fff;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service {
    width: 100%;
    padding: 0 0 13.1vw;
  }
}
.lower-page.business-detail-page .business-detail-service__inner {
  background: #f1f1f1;
  padding: 54px 80px 58px;
  border-radius: 30px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service__inner {
    width: 100%;
    margin-left: 0;
    padding: 18.2vw 0 9.1vw 3.9vw;
    border-radius: 0 4.4vw 4.4vw 0;
    overflow-x: hidden;
  }
}
.lower-page.business-detail-page .business-detail-service .business-detail-heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service .business-detail-heading-wrap {
    display: block;
    padding-right: 3.9vw;
  }
}
.lower-page.business-detail-page .business-detail-service .business-detail-heading {
  position: relative;
  left: 35px;
  z-index: 1;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service .business-detail-heading {
    left: 8vw;
    width: 83vw;
    margin: 0;
  }
}
.lower-page.business-detail-page .business-detail-service .business-detail-heading .-en {
  margin: 0;
  font-size: 19px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service .business-detail-heading .-en {
    font-size: 3.6vw;
  }
}
.lower-page.business-detail-page .business-detail-service .business-detail-heading h2 {
  margin: 2px 0 0;
  font-size: 30px;
}
.lower-page.business-detail-page .business-detail-service .business-detail-heading h2::before {
  background: #fff;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service .business-detail-heading h2 {
    font-size: 7.3vw;
  }
}
.lower-page.business-detail-page .business-detail-service .business-detail-heading::before {
  background: #fff;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service-swiper {
    margin-top: 5.8vw;
    padding-right: 0;
    overflow: visible;
  }
}
.lower-page.business-detail-page .business-detail-service__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  gap: 20px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin: 0;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service .business-detail-service-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 7.8vw);
    height: 0.2vw;
    margin: 6.3vw 0 0 0;
    background: #d8d8d8;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service .business-detail-service-pagination .swiper-pagination-progressbar-fill {
    background: #ef7a1a;
  }
}
.lower-page.business-detail-page .business-detail-service__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 210px;
  margin: 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service__btn {
    display: none;
  }
}
.lower-page.business-detail-page .business-detail-service__btn .-btn1 {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-indent: 0;
  padding: 10px 20px;
  font-size: 18px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service__btn-sp {
    width: 48.5vw;
    margin: 5.8vw auto 0;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service__btn-sp .-btn1 {
    min-height: 10.7vw;
    padding: 0 4.9vw;
    border-radius: 999px;
    font-size: 3.2vw;
  }
}
.lower-page.business-detail-page .business-detail-service-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  min-height: 172px;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service-card {
    min-height: 41.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.9vw 2.9vw;
    border-radius: 2.4vw;
  }
}
.lower-page.business-detail-page .business-detail-service-card h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999999;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service-card h3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5vw;
    min-height: 11.7vw;
    margin: 0;
    padding-bottom: 2.9vw;
    font-size: 2.9vw;
    line-height: 1.35;
    border-bottom: 1px solid #999;
  }
}
.lower-page.business-detail-page .business-detail-service-card h3 img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service-card h3 img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.3vw;
            flex: 0 0 6.3vw;
    width: 6.3vw;
    min-width: 6.3vw;
    height: 6.3vw;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service-card > img {
    position: absolute;
    top: 3.6vw;
    right: 2.9vw;
    width: 6.3vw;
    min-width: 6.3vw;
    height: 6.3vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.lower-page.business-detail-page .business-detail-service-card p {
  margin: 14px 0 0;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service-card p {
    height: 24vw;
    margin-top: 3.4vw;
    font-size: 2.9vw;
    line-height: 1.72;
  }
}
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-service-card + .business-detail-service-card {
    margin-top: 0;
  }
}

@-webkit-keyframes businessDetailLogoLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes businessDetailLogoLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 824px) {
  #Business1 .business-detail-fv__content h2 {
    font-size: 7vw;
  }
  #Business1 .business-detail-fv__score {
    width: 83vw;
  }
}

#Business2 .business-detail-about__btn {
  width: 350px;
}
@media screen and (max-width: 824px) {
  #Business2 .business-detail-fv__score {
    width: 90vw;
  }
  #Business2 .business-detail-about__btn {
    width: 70vw;
  }
}

@media screen and (max-width: 824px) {
  #Business3 .business-detail-fv__score {
    width: 77vw;
  }
}

@media screen and (max-width: 824px) {
  #Business4 .business-detail-fv__score {
    width: 74vw;
  }
}

#Business6 .business-detail-fv__score {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Business6 .business-detail-fv__score small {
  margin-top: 0.6vw;
  text-align: center;
  font-size: 1.3vw;
}
@media screen and (max-width: 824px) {
  #Business6 .business-detail-fv__score {
    width: 88vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Business6 .business-detail-fv__score small {
    margin-top: 1.2vw;
    font-size: 2.9vw;
  }
}

/* === 2026 add: business detail about heading line alignment === */
@media screen and (min-width: 825px) {
  .lower-page.business-detail-page .business-detail-about__pc .business-detail-about-card__head {
    min-height: 132px;
  }
}
/* === 2026 add: business detail about mobile text/button spacing === */
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card p {
    height: auto;
    min-height: 30vw;
  }
  .lower-page.business-detail-page .business-detail-about-card .btn-con {
    margin-top: 4.8vw;
  }
}
/* === 2026 add: business detail about mobile button bottom alignment === */
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lower-page.business-detail-page .business-detail-about-card .btn-con {
    margin-top: auto;
  }
}
/* === 2026 add: business detail about mobile minimum button gap === */
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card p {
    margin-bottom: 4.8vw;
  }
  .lower-page.business-detail-page .business-detail-about-card .btn-con {
    margin-top: auto;
  }
}
/* === 2026 add: business detail about figure image size alignment === */
.lower-page.business-detail-page .business-detail-about-card figure {
  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;
  height: 240px;
}

.lower-page.business-detail-page .business-detail-about-card figure img {
  width: auto;
  height: 210px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card figure {
    height: 48vw;
  }
  .lower-page.business-detail-page .business-detail-about-card figure img {
    width: auto;
    height: 43.5vw;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* === 2026 add: business detail about mobile figure image scale === */
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card figure img {
    width: auto !important;
    height: 43.5vw !important;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* === 2026 add: business detail about mobile figure image scale fix === */
@media screen and (max-width: 824px) {
  .lower-page.business-detail-page .business-detail-about-card figure img {
    width: auto !important;
    height: 43.5vw !important;
    max-height: none !important;
    padding: 0 !important;
  }
}