.about-company-journy-sp {
  margin-top: 110px;
  padding-inline: 40px;
}
.about-company-journy-sp .tabs {
  max-width: 1280px;
  width: 100%;
  margin: 56px auto 0 auto;
}
.about-company-journy-sp .tabs .tab-links {
  list-style: none;
  padding: 0 10px 11px 10px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0px;
}
.about-company-journy-sp .tabs .tab-links li {
  position: relative;
}
.about-company-journy-sp .tabs .tab-links li a {
  color: var(--black-color);
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}
.about-company-journy-sp .tabs .tab-links li span {
  position: absolute;
  width: 75px;
  height: 2px;
  background-color: #0070D2;
  left: -8px;
  bottom: -12px;
  transform: scaleX(0);
}
.about-company-journy-sp .tabs .tab-links li.active a {
  color: #0070D2;
}
.about-company-journy-sp .tabs .tab-links li.active span {
  transform: scaleX(1);
}
.about-company-journy-sp .tabs .tab-content {
  margin-top: 35px;
}
.about-company-journy-sp .tabs .tab-content .tab {
  opacity: 0;
  visibility: hidden;
  display: flex;
  gap: 48px;
  transition: opacity 300ms ease-in-out;
  height: 0px;
}
.about-company-journy-sp .tabs .tab-content .tab.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.about-company-journy-sp .tabs .tab-content .tab .tab-content {
  width: calc(40% - 48px);
  padding-block: 107px;
}
.about-company-journy-sp .tabs .tab-content .tab .tab-content .tab-content-title {
  font-size: 42px;
  font-weight: 400;
}
.about-company-journy-sp .tabs .tab-content .tab .tab-content .tab-content-description {
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px;
}
.about-company-journy-sp .tabs .tab-content .tab .tab-content .tab-content-description span {
  font-weight: 500;
}
.about-company-journy-sp .tabs .tab-content .tab .tab-img {
  width: 60%;
  height: auto;
  overflow: hidden;
}
.about-company-journy-sp .tabs .tab-content .tab .tab-img .tab-img-inner {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 400ms ease-out;
  height: 100%;
}
.about-company-journy-sp .tabs .tab-content .tab .tab-img .tab-img-inner:hover {
  scale: 1.1;
}

.about-information-sp {
  margin-block: 57px;
  padding-inline: 40px;
}
.about-information-sp .about-information-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 3px 15px;
}
.about-information-sp .about-information-wrap .about-information-box .about-information-box-title {
  font-size: 42px;
  font-weight: 500;
}
.about-information-sp .about-information-wrap .about-information-box .about-information-box-text {
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px;
}
.about-information-sp .about-information-wrap .about-information-box-border {
  border-right: 1px solid #D9D9D9;
}

@media only screen and (max-width: 767px) {
  .about-company-journy-sp {
    margin-top: 60px;
    padding-inline: 10px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .about-company-journy-sp .tabs {
    margin: 24px auto 0 auto;
  }
  .about-company-journy-sp .tabs .tab-links {
    overflow-x: auto;
    gap: 60px !important;
  }
  .about-company-journy-sp .tabs .tab-links li a {
    font-size: 20px;
  }
  .about-company-journy-sp .tabs .tab-content {
    margin-top: 0px;
  }
  .about-company-journy-sp .tabs .tab-content .tab {
    flex-direction: column;
    gap: 24px;
  }
  .about-company-journy-sp .tabs .tab-content .tab .tab-content {
    width: 100%;
    padding-block: 24px;
  }
  .about-company-journy-sp .tabs .tab-content .tab .tab-content .tab-content-title {
    font-size: 24px;
  }
  .about-company-journy-sp .tabs .tab-content .tab .tab-content .tab-content-description {
    font-size: 16px;
    margin-top: 16px;
  }
  .about-company-journy-sp .tabs .tab-content .tab .tab-img {
    width: 100%;
    height: 300px;
  }
  .about-company-journy-sp .tabs .tab-content .tab .tab-img .tab-img-inner {
    width: 100%;
    height: 100%;
  }
  .about-information-sp {
    margin-block: 40px;
    padding-inline: 10px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .about-information-sp .about-information-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px;
    row-gap: 40px;
  }
  .about-information-sp .about-information-wrap .about-information-box {
    padding: 12px;
  }
  .about-information-sp .about-information-wrap .about-information-box .about-information-box-title {
    font-size: 42px;
    font-weight: 500;
  }
  .about-information-sp .about-information-wrap .about-information-box .about-information-box-text {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
  }
  .about-information-sp .about-information-wrap .about-information-box-border {
    border-right: none;
  }
}/*# sourceMappingURL=about-us.css.map */