:root {
  --point-yellow: $point-yellow;
  --point-green: $point-green;
  --blue-light: $blue-light;
  --yellow-light: $yellow-light;
  --white: $white;
  --black: $black;
  --gray-dark: $gray-dark;
  --navy: $navy;
}

.business {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.business .footer {
  position: absolute;
  bottom: 0;
}

.business-img {
  max-width: 1000px;
  margin: 80px auto 0;
}

.business-img-mo {
  display: none;
  max-width: 280px;
}

@media (max-width: 720px) {
  .business-img-pc {
    display: none;
  }
  .business-img-mo {
    display: block;
    margin: 0 auto;
  }
}

.technology-info {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.technology-info li {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
}

.technology-info li > div {
  flex: 1;
  border: 1px solid #F99D1C;
  border-radius: 24px;
  padding: 32px 24px;
}

.technology-info li > div h2 {
  text-align: center;
}

.technology-info li img {
  max-width: 350px;
  margin: 0 auto;
}

.technology-info li dl dt {
  margin-top: 28px;
}

.technology-info li dl dd {
  margin-top: 5px;
}

@media (max-width: 720px) {
  .technology-info {
    flex-direction: column;
    align-items: center;
  }
  .technology-info li {
    width: 80%;
  }
}

.lang-eng .technology .part-text__sub {
  font-size: 18px;
}

.lang-eng .technology .part-text__small {
  font-size: 14px;
}

.value {
  background: #FFFCF8 url("../images/vision-1.svg") no-repeat center 95%/93%;
}

.value.part {
  padding-bottom: 25%;
}

.value.part-text__title {
  margin: 69px 0 0;
}

.value-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-top: 50px;
  color: rgba(48, 48, 48, 0.44);
  font-size: 32px;
}

.value-info li {
  position: relative;
  width: auto;
}

.value-info li:nth-child(1):before {
  display: none;
}

.value-info li:nth-child(2) {
  padding: 0 16px;
  font-weight: 700;
  color: #fff;
  background: #F99D1C;
  border-radius: 110px;
  white-space: nowrap;
}

.value-info li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -70px;
  width: 60px;
  height: 1px;
  background: #000;
}

@media (max-width: 1200px) {
  .value.part {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .value {
    background-size: 125%;
    background-position: center bottom;
  }
  .value-info {
    flex-direction: column;
    font-size: 20px;
  }
  .value-info li {
    text-align: center;
  }
  .value-info li:nth-child(2) {
    font-size: 26px;
  }
  .value-info li::before {
    top: -40px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    transform: rotate(90deg);
  }
}

.vision .part {
  text-align: center;
}

.vision .part.part-bg {
  background-color: #FFFCF8;
}

.vision .part-text {
  margin-top: 50px !important;
}

.vision .part-text__title {
  margin: 69px 0 0;
}

.vision-logo {
  width: 367px;
  margin: 0 auto;
}

.vision-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.vision-info li {
  width: 320px;
}

.vision-info li img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 720px) {
  .vision-logo {
    width: 200px;
  }
  .vision-info {
    flex-direction: column;
  }
  .vision-info li {
    width: 200px;
  }
}

.aboutus .part {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.aboutus .part-text {
  text-align: center;
  margin: 0 16px 80px;
  font-size: 24px;
}

.aboutus .part-text__title {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 12px;
  color: #F99D1C;
}

.aboutus-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.aboutus-main .part-text {
  margin-top: 50px;
}

.aboutus-img {
  width: 272px;
}

@media (max-width: 1000px) {
  .aboutus {
    max-width: 100%;
    height: inherit;
  }
  .aboutus .part-text {
    font-size: 16px;
  }
  .aboutus .part-text__title {
    font-size: 22px;
  }
  .aboutus .btns .btn {
    width: calc(50% - 11px);
  }
}

@media (max-width: 720px) {
  .aboutus-img {
    width: 40%;
  }
}