/* ========================================
   HEADER
======================================== */
.l-header.sub {
  background: unset;
}

.l-header.sub .l-header__copy {
  color: #fff;
}

.l-header.sub .l-header__nav-item a,
.l-header.sub .l-header__nav-item p {
  color: #fff;
}

.l-header.sub .l-header__nav-item {
  display: flex;
  align-items: center;
}

.l-header.sub .l-header__nav-item a {
  position: relative;
  text-decoration: none;
  height: fit-content;
}

.l-header.sub .l-header__nav-item a:hover {
  opacity: 1;
}

.l-header.sub .l-header__nav-item a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

.l-header.sub .l-header__nav-item a:hover::after {
  width: 100%;
}

.l-header.sub .l-header__tel {
  color: #fff;
  padding-right: 2rem;
}

.l-header.sub .l-header__contact a,
.l-header.sub .hamburger {
  background: #151515;
}

.l-header.sub .l-header-sp {
  margin-top: 0;
  padding-top: 4.8rem;
}

.l-header.sub.is-scrolled {
  background: rgba(21, 21, 21, 0.5); /* お好みの色 */
  transition: background 0.3s ease;
}

/* ========================================
   Footer
======================================== */

.footer.footer_sub {
  background: #1d264d;
  color: #fff;
}

.footer_sub .footer__top {
  border-bottom: solid 1px #fff;
}

.footer_sub .footer__bottom {
  background: #1d264d;
}

.footer_sub .footer__top span::before {
  position: absolute;
  top: 60%;
  left: 0;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

.top_btn {
  z-index: 20;
  position: fixed;
  width: 2.94rem;
  right: 2.7rem;
  bottom: 2rem;
  gap: 1.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.forBusiness_company {
  position: relative;
  background-color: #edf1f2;
}

.forBusiness_company::after {
  position: absolute;
  top: 4rem;
  right: 2.5vw;
  content: "company";
  text-transform: uppercase;
  color: #f7f7f7;
  font-weight: 500;
  font-size: 15.5rem;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.08em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

@media (max-width: 768px) {
  .forBusiness_company::after {
    display: none;
  }
}

.forBusiness_company .title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 300;
  color: #1d264d;
  letter-spacing: 0.06rem;
  line-height: 100%;
  text-align: left;
  position: relative;
  width: fit-content;
  margin: 0 0 4rem;
}

@media (max-width: 768px) {
  .forBusiness_company .title {
    font-size: 2.8rem;
    text-align: center;
    margin: 0 auto 3rem;
    padding: 0 5vw 2rem;
  }
}

.forBusiness_company .title::after {
  content: "";
  width: 8rem;
  height: 1px;
  background-color: #1d264d;
  position: absolute;
  top: 50%;
  right: -100%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .forBusiness_company .title::after {
    width: 6rem;
    height: 1px;
    top: unset;
    bottom: 0;
    left: 50%;
    right: unset;
  }
}

.forBusiness_company .p-company1__term {
  color: #9d9d9d;
}

.forBusiness_company .p-company1__name {
  background: #151515;
}

.forBusiness_cta {
  background: #1d264d;
}

.forBusiness_cta .ctaBottom__link--line--2 a,
.forBusiness_cta .ctaBottom__link--tel a,
.forBusiness_cta .ctaBottom__link--line a {
  background: #1d264d;
  color: #fff;
}

.forBusiness_cta .ctaBottom__container {
  background-color: #fff;
}

.forBusiness_cta .ctaBottom__container::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18.4rem;
  height: 24.8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/forBusiness/logo_cta_bottom_gray.png) no-repeat center center / contain;
  content: "";
}

/* ========================================
   共通
======================================== */
.forBusiness_wrapper {
  background-color: #1d264d;
}

.forBusiness_title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 300;
  color: #1d264d;
  letter-spacing: 0.06rem;
  line-height: 100%;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto 4rem;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .forBusiness_title {
    font-size: 2.8rem;
    margin: 0 auto 3rem;
  }
}

.forBusiness_title::after {
  content: "";
  width: 6rem;
  height: 1px;
  background-color: #1d264d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.forBusiness_title_white {
  color: #fff;
}

.forBusiness_title_white::after {
  content: "";
  width: 6rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ========================================
   メインスライダー
======================================== */

/* スライダー全体のラッパー：相対配置でサムネイルを重ねる */
.forBusiness_fv {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.forBusiness_fv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #071727, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.15;
}

.forBusiness_fv__content {
  position: absolute;
  top: 35%;
  left: 6%;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
}

@media (max-width: 768px) {
  .forBusiness_fv__content {
    top: 35%;
    left: 5%;
  }
}

.forBusiness_fv__content .lead {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  border-bottom: solid 1px #fff;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .forBusiness_fv__content .lead {
    font-size: 3rem;
  }
}

.forBusiness_fv__content .text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.12rem;
}

.forBusiness_fv_label {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 10.4rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: 11rem;
  text-transform: uppercase;
  opacity: 0.2;
  position: absolute;
  z-index: 2;
  transform: rotate(90deg);
  top: 40%;
  left: -12%;
}

@media (max-width: 768px) {
  .forBusiness_fv_label {
    font-size: 7rem;
    line-height: 120%;
    top: 30%;
    left: -35%;
  }
}

/* スライドのはみ出しを隠す（ズーム用） */
.forBusiness_fv .splide__slide {
  overflow: hidden;
}

/* スライド画像：初期状態はズームイン（拡大） */
.forBusiness_fv .splide__slide img {
  width: 100%;
  height: 95dvh;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 6s linear;
}
@media (max-width: 768px) {
  .forBusiness_fv .splide__slide img {
    height: 40dvh;
  }
}

@media (max-width: 480px) {
  .forBusiness_fv .splide__slide img {
    height: 85dvh;
    object-position: 80% 50%;
  }
}

/* アクティブスライドはズームアウト（引いていく） */
.forBusiness_fv .splide__slide.is-active img {
  transform: scale(1.1);
}

/* ページネーション（ドット）非表示 */
.forBusiness_fv .splide__pagination {
  display: none;
}

/* 矢印非表示 */
.forBusiness_fv .splide__arrows {
  display: none;
}

.fv__scroll {
  position: absolute;
  left: 2.5%;
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
}

.fv__scroll_text {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.2rem;
  margin-bottom: 1.5rem;
}

.fv__scroll_line {
  display: block;
  width: 1px;
  height: 95px;
  background-color: #fff;
  position: relative;
}

.fv__scroll_line::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 2rem;
  background-color: #fff;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 0;
  animation: scroll 5s linear infinite;
}

@keyframes scroll {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}

/* ========================================
   サムネイル
======================================== */

.forBusiness_fv_thumbnails {
  position: absolute;
  bottom: -2.5rem;
  right: 5vw;
  width: 380px; /* サムネイルエリアの幅 */
  z-index: 10;
  margin: 0;
  padding: 0 0.5rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .forBusiness_fv_thumbnails {
    width: 240px;
  }
}

/* 非アクティブサムネイルは半透明 */
.forBusiness_fv_thumbnails .splide__slide {
  opacity: 0.6;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

/* アクティブサムネイルは不透明 */
.forBusiness_fv_thumbnails .splide__slide.is-active {
  opacity: 1;
}

.forBusiness_fv_thumbnails .splide__slide {
  margin: 0;
  border: unset !important;
  position: relative;
  padding: 0.5rem 0;
  background: #fff;
}

.forBusiness_fv_thumbnails .splide__slide.is-active::before {
  content: "";
  width: 2rem;
  height: 0.5rem;
  background: #151515;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.forBusiness_fv_thumbnails .splide__slide img {
  width: 100%;
  height: 55px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .forBusiness_fv_thumbnails .splide__slide img {
    height: 52px;
  }
}
@media (max-width: 480px) {
  .forBusiness_fv_thumbnails .splide__slide img {
    height: 44px;
  }
}

/* 矢印・ページネーション非表示 */
.forBusiness_fv_thumbnails .splide__arrows,
.forBusiness_fv_thumbnails .splide__pagination {
  display: none;
}

/* ========================================
   Case
======================================== */
.forBusiness_Case {
  padding: 6rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_Case {
    padding-bottom: 6rem;
  }
}

.forBusiness_Case_text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .forBusiness_Case_text {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
    line-height: 3.2rem;
  }
}

.forBusiness_Case_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_Case_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.forBusiness_Case_list > :nth-child(1) {
  grid-column: 1 / 4; /* 3列分 = 半分 */
}

.forBusiness_Case_list > :nth-child(2) {
  grid-column: 4 / 7; /* 3列分 = 半分 */
}

.forBusiness_Case_list > :nth-child(3) {
  grid-column: 1 / 3; /* 2列分 = 1/3 */
}

.forBusiness_Case_list > :nth-child(4) {
  grid-column: 3 / 5; /* 2列分 = 1/3 */
}

.forBusiness_Case_list > :nth-child(5) {
  grid-column: 5 / 7; /* 2列分 = 1/3 */
}

@media screen and (max-width: 767px) {
  .forBusiness_Case_list > .forBusiness_Case_list_item {
    grid-column: auto;
  }
}

.forBusiness_Case_list_item .image {
  position: relative;
  aspect-ratio: 480 / 310;
  overflow: hidden;
}

.forBusiness_Case_list_item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forBusiness_Case_list_category {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0.3rem 1.2rem;
  background: #edf1f2;
  color: #1d264d;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.forBusiness_Case_list_item__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.06rem;
  line-height: 2rem;
  padding: 2rem 0;
  border-bottom: solid 1px #c3c3c3;
  margin-bottom: 1rem;
}

.forBusiness_Case_list_item__title .icon {
  width: 2.5rem;
}

.forBusiness_Case_list_item__text {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.3;
  line-height: 3rem;
}

.forBusiness_Case__btn {
  margin: 4rem auto 0;
}

.btn.forBusiness_Case__btn a {
  margin: 0 auto;
  background: #fff;
  color: #1d264d;
}

/* ========================================
   Plan
======================================== */
.forBusiness_plan {
  padding: 10rem 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan {
    padding: 6rem 0;
  }
}

.forBusiness_plan::before {
  content: "";
  width: 90vw;
  height: 100%;
  background-color: #edf1f2;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan::before {
    width: 100%;
  }
}

.forBusiness_plan .list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.forBusiness_plan .list .list_item:nth-child(2n) {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan .list .list_item:nth-child(2n) {
    margin-top: 0;
  }
}

.forBusiness_plan .list .list_item .list_image > img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 7px 7px 0 0;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan .list .list_item .list_image > img {
    height: 18rem;
  }
}

.forBusiness_plan .list .list_item:nth-child(4) .list_image img {
  object-position: 40%;
}

.forBusiness_plan .list .list_item .content {
  background-color: #1d264d;
  color: #fff;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan .list .list_item .content {
    border-radius: 0 0 7px 7px;
    padding: 1.5rem;
  }
}

.forBusiness_plan .list .list_item .content .name {
  font-family: "Noto Sans Serif", serif;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0.8rem;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan .list .list_item .content .name {
    font-size: 1.5rem;
  }
}

.forBusiness_plan .list .list_item .content .label {
  background-color: #fff;
  color: #1d264d;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  padding: 0.5rem;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan .list .list_item .content .label {
    margin-bottom: 1.2rem;
  }
}

.forBusiness_plan .list .list_item .content .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan .list .list_item .content .price {
    gap: 3px;
    min-height: 3.2rem;
  }
}

.forBusiness_plan .list .list_item .content .price_label {
  font-size: 1.6rem;
  font-weight: 400;
  writing-mode: vertical-rl;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan .list .list_item .content .price_label {
    font-size: 1.4rem;
  }
}

.forBusiness_plan .list .list_item .content .price_number {
  font-family: "Inter", sans-serif;
  font-size: 4.3rem;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan .list .list_item .content .price_number {
    font-size: 3.2rem;
  }
}

.forBusiness_plan .list .list_item .content .price_end_label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan .list .list_item .content .price_end_label {
    font-size: 1.2rem;
  }
}

.forBusiness_plan .list .list_item:nth-child(3) .price_end_label {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan .list .list_item:nth-child(3) .price_end_label {
    font-size: 1.4rem;
  }
}

.forBusiness_plan .list .list_item .content .price_end_label > span {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_plan .list .list_item .content .price_end_label > span {
    font-size: 1rem;
  }
}

/* ========================================
   VOICE
======================================== */

.forBusiness_voice {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .forBusiness_voice {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}

.voice__slider {
  margin-top: 2rem;
}

.voice__slide {
  padding: 2rem;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .voice__slide {
    display: grid;
    grid-template-columns: clamp(11rem, -3.171rem + 18.452vi, 23.4rem) 1fr;
    padding: 5.3rem 11.2rem 7rem 9.7rem;
    gap: 5.6rem;
    align-items: center;
  }
}

.splide__arrow--prev,
.splide__arrow--next {
  background: unset !important;
}

.voice__human {
  position: relative;
  width: 10rem;
  height: 10rem;
  margin-inline: auto;
  border: 1px solid #323232;
  border-radius: 50%;
  background: #fafafa;
}
@media screen and (min-width: 768px) {
  .voice__human {
    width: clamp(11rem, -3.171rem + 18.452vi, 23.4rem);
    height: clamp(11rem, -3.171rem + 18.452vi, 23.4rem);
  }
}

.voice__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10rem !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .voice__image {
    width: 4.5rem !important;
  }
}

.voice__items {
  display: grid;
  margin-top: 2rem;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .voice__items {
    margin-top: 2.95rem;
  }
}

.voice__item .voice__content {
  position: relative;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 2rem;
}

.voice__item .voice__content::after {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f5f5f7;
  content: "";
}

.voice__item .voice__content span {
  position: relative;
  display: inline-block;
  width: 5.5rem;
  margin-right: 1rem;
  padding-bottom: 0.5rem;
}

.voice__item .voice__content span::after {
  position: absolute;
  top: 105%;
  left: 0;
  width: 5.5rem;
  height: 2px;
  background: #c6c6c6;
  z-index: 1;
  content: "";
}

.voice__label {
  position: relative;
}

.voice__label::after {
  z-index: 2;
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #8cc63f;
  content: "";
}

.voice__head {
  margin-top: 1rem;
  padding-left: 1em;
  border-left: 3px solid #c6c6c6;
}
@media screen and (min-width: 768px) {
  .voice__head {
    margin-top: 2rem;
  }
}

.voice__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 9px;
  background: #1f1f1f;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 1rem;
}

.voice__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .voice__title {
    font-size: 2rem;
    letter-spacing: 0.04rem;
  }
}

.voice__text {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .voice__text {
    margin-top: 2.5rem;
    line-height: 2;
  }
}

.voice .splide__arrow--prev,
.voice .splide__arrow--next {
  background: none;
}

/* ========================================
   Strengths
======================================== */
.forBusiness_strength {
  background: #edf1f2;
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_strength {
    padding: 6rem 0;
  }
}

.forBusiness_strength .title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 300;
  color: #1d264d;
  letter-spacing: 0.06rem;
  line-height: 100%;
  text-align: left;
  position: relative;
  width: fit-content;
  margin: 0 0 4rem;
  padding: 0 5vw;
  z-index: 2;
}

@media (max-width: 768px) {
  .forBusiness_strength .title {
    font-size: 2.8rem;
    text-align: center;
    margin: 0 auto 3rem;
    padding: 0 5vw 2rem;
  }
}

.forBusiness_strength .title::after {
  content: "";
  width: 8rem;
  height: 1px;
  background-color: #1d264d;
  position: absolute;
  top: 50%;
  right: -20%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .forBusiness_strength .title::after {
    width: 6rem;
    height: 1px;
    top: unset;
    bottom: 0;
    left: 50%;
    right: unset;
  }
}

.forBusiness_strength .wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .forBusiness_strength .wrapper {
    padding: 0 5%;
  }
}

.forBusiness_strength .content {
  display: flex;
  gap: 7.5rem;
  padding-right: 10rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .forBusiness_strength .content {
    flex-direction: column-reverse;
    padding-right: 0;
    gap: 4rem;
  }
}

.forBusiness_strength .label_text {
  font-family: "Cormorant Garamond", serif;
  font-size: 10.5rem;
  font-weight: 500;
  letter-spacing: 0.7rem;
  line-height: 12rem;
  color: #fff;
  position: absolute;
  top: 15%;
  right: -12vw;
  transform: rotate(90deg);
  text-transform: uppercase;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .forBusiness_strength .label_text {
    font-size: 6rem;
    line-height: 6rem;
    letter-spacing: 0.4rem;
    top: 5%;
    right: -40vw;
  }
}

.forBusiness_strength .content .image {
  width: 50%;
}

.forBusiness_strength .content .list {
  width: calc(50% - 7.5rem);
  padding-bottom: 6rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .forBusiness_strength .content .image {
    width: 100%;
  }

  .forBusiness_strength .content .list {
    width: 100%;
    padding: 0;
  }
}

.forBusiness_strength .content .list .list_item {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_strength .content .list .list_item {
    margin-bottom: 2rem;
  }
}

.forBusiness_strength .content .list .list_item:last-of-type {
  margin-bottom: 0;
}

.forBusiness_strength .content .list .list_item .lead {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #1d264d;
  letter-spacing: 0.18rem;
  line-height: 3.8rem;
  border-bottom: solid 1px #b9bdd0;
  padding-bottom: 1rem;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_strength .content .list .list_item .lead {
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }
}

.forBusiness_strength .content .list .list_item .lead::before {
  content: "";
  background: #1d264d;
  width: 2px;
  height: 1em;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
}

.forBusiness_strength .content .list .list_item .text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 3.2rem;
}

/* ========================================
   Philosophy
======================================== */
.forBusiness_philosophy {
  padding: 10rem 0;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .forBusiness_philosophy {
    padding: 6rem 5%;
  }
}

.forBusiness_philosophy .title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.06rem;
  line-height: 100%;
  text-align: left;
  position: relative;
  width: fit-content;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .forBusiness_philosophy .title {
    font-size: 2.8rem;
    margin: 0 auto 3rem;
  }
}

.forBusiness_philosophy_box {
  border-bottom: solid 1px #fff;
  padding: 0 10vw;
  color: #fff;
}

.forBusiness_philosophy_box:nth-of-type(2) {
  padding: 7rem 10vw;
}

@media screen and (max-width: 767px) {
  .forBusiness_philosophy_box {
    padding: 0;
  }

  .forBusiness_philosophy_box:nth-of-type(2) {
    padding: 2rem 0;
  }
}

.forBusiness_philosophy .lead {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
  line-height: 4.4rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_philosophy .lead {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}

.forBusiness_philosophy .lead_en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 767px) {
  .forBusiness_philosophy .lead_en {
    font-size: 1.2rem;
  }
}

.forBusiness_philosophy .text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 3.2rem;
  margin-top: 2.5rem;
  max-width: 58%;
}

@media screen and (max-width: 767px) {
  .forBusiness_philosophy .text {
    max-width: 100%;
  }
}

.forBusiness_philosophy_image {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  max-width: 44rem;
  width: 30vw;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .forBusiness_philosophy_image {
    right: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .forBusiness_philosophy_image {
    width: 100%;
    position: static;
    transform: unset;
    margin-top: 2rem;
  }
}

/* ========================================
   FAQ
======================================== */
.forBusiness_qa {
  background: #1d264d !important;
}

.forBusiness_qa .title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
}

.forBusiness_qa .title > span {
  font-family: "Cormorant Garamond", serif;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
  line-height: 8rem;
  display: block;
}

.forBusiness_qa .qa__item {
  border: 1px solid #fff;
}

.forBusiness_qa .qa__question {
  background: #1d264d;
}

.forBusiness_qa .qa__answer {
  color: #222222;
  background: #fff;
}
