@charset "UTF-8";
/*----------------------------------
  section-header
----------------------------------*/
.section-header {
  background-image: url(../images/common/section-header_02.webp);
}

/*----------------------------------
  business-item
----------------------------------*/
.business-item {
  margin-top: 80px;
  min-height: 824px;
  position: relative;
  z-index: 0;
}

.business-item__inner {
  color: var(--color05);
  padding-top: 80px;
  padding-bottom: 80px;
  width: 462px;
}

.business-item__title {
  font-size: 36px;
  font-weight: 700;
}

.business-item__title .num {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.business-item__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
  margin-top: 193px;
}

.business-service {
  margin-top: 40px;
  padding-top: 20px;
  position: relative;
}

.business-service::before {
  background: var(--color07);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 72px;
}

.business-service__title {
  font-size: 24px;
  font-weight: 500;
}

.business-service__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
  margin-top: 10px;
  padding-left: 1.76em;
  position: relative;
}

.business-service__text:first-child {
  margin-top: 14px;
}

.business-service__text::before {
  aspect-ratio: 1 / 1;
  background: var(--color07);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0.88em;
  left: 0;
  transform: translateY(-50%);
  width: 0.58em;
}

.business-bg {
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 95.138%;
  z-index: -1;
}

.business-bg__img {
  border-radius: 0 100px 100px 0;
  margin-right: 30px;
  position: relative;
  height: 100%;
  width: 94.014%;
  z-index: 0;
}

.business-bg__img::before {
  background-color: #000;
  border-radius: 0 100px 100px 0;
  content: "";
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.business-copy {
  background: var(--color14);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 36px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0.6;
}

.business-item:nth-child(odd) .business-item__inner {
  margin-left: auto;
}

.business-item:nth-child(odd) .business-item__title {
  text-align: right;
}

.business-item:nth-child(odd) .business-bg {
  flex-direction: row-reverse;
  left: auto;
  right: 0;
}

.business-item:nth-child(odd) .business-bg__img {
  border-radius: 100px 0 0 100px;
  margin-left: 30px;
  margin-right: 0;
}

.business-item:nth-child(odd) .business-bg__img::before {
  border-radius: 100px 0 0 100px;
}

.business-item:nth-child(odd) .business-copy {
  background: var(--color15);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  transform: rotate(180deg);
}

/*----------------------------------
  company
----------------------------------*/
.company {
  border-top: 1px solid var(--color04);
  padding-top: 80px;
  margin-top: 120px;
  margin-bottom: 80px;
}

.company-items {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.company-images {
  display: flex;
  justify-content: space-between;
  width: 50.175%;
}

.company-img:nth-child(1) {
  aspect-ratio: 1 / 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 29.72%;
}

.company-img:nth-child(2) {
  aspect-ratio: 181 / 135;
  margin-top: 14.335%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 63.286%;
}

.company-cap {
  margin-left: 30px;
  width: 460px;
}

.company .contents-title {
  color: var(--color01);
  font-size: 20px;
}

.company .contents-title .en {
  font-size: 36px;
}

.company-text {
  margin-top: 20px;
}

.company-btn {
  margin-top: 20px;
}

/*----------------------------------
  Media Query
----------------------------------*/
/* sp */
@media not all and (min-width: 768px) {
  /* section-header */
  .business .section-header__index:nth-child(5) .contents-btn__link {
    font-size: 12px;
    height: 3.166em;
  }

  /* business-item */
  .business-item {
    margin-top: 40px;
    min-height: 718px;
  }

  .business-item__inner {
    width: 85.074%;
  }

  .business-item__title {
    font-size: 24px;
  }

  .business-item__title .num {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .business-item__text {
    font-size: 15px;
    margin-top: 188px;
  }

  .business-service {
    margin-top: 20px;
  }

  .business-service__title {
    font-size: 17px;
    line-height: 1.76;
  }

  .business-service__text {
    font-size: 15px;
    margin-top: 5px;
    padding-left: 2em;
  }

  .business-service__text:first-child {
    margin-top: 5px;
  }

  .business-service__text::before {
    width: 0.66em;
  }

  .business-bg {
    width: 98.666%;
  }

  .business-bg__img {
    margin-right: 0;
  }

  .business-copy {
    font-size: 17px;
    line-height: 1.47;
  }

  .business-item:nth-child(odd) .business-bg__img {
    margin-left: 0;
  }

  .business-item:nth-child(1) .js-parallax-mask img {
    -o-object-position: 9.74% center;
    object-position: 9.74% center;
  }

  .business-item:nth-child(3) .js-parallax-mask img {
    -o-object-position: 23.516% center;
    object-position: 23.516% center;
  }

  .business-item:nth-child(4) .js-parallax-mask img {
    -o-object-position: 36.562% center;
    object-position: 36.562% center;
  }

  .business-item:nth-child(5) .js-parallax-mask img {
    -o-object-position: 85.645% center;
    object-position: 85.645% center;
  }

  /* company */
  .company {
    padding-top: 20px;
    margin-bottom: 40px;
  }

  .company-images {
    display: block;
    width: 39.402%;
  }

  .company-img:nth-child(1) {
    margin-top: 20px;
    width: 37.878%;
  }

  .company-img:nth-child(2) {
    margin-top: 20px;
    margin-left: auto;
    width: 81.06%;
  }

  .company-cap {
    margin-left: 0;
    width: 47.164%;
  }

  .company .contents-title {
    font-size: 17px;
  }

  .company .contents-title .en {
    font-size: 17px;
    padding-right: 0.35em;
  }

  .company-text {
    margin-top: 10px;
  }

  .company-btn {
    margin-top: 10px;
  }

  .company-btn .contents-btn__link {
    font-size: 14px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    height: 2.42em;
    width: 154px;
  }
}
