/* -------------------------
_common
------------------------- */
.section__title {
  margin-bottom: 64px;
}

.section__title h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

.section__title p {
  color: #1dac4b;
  font-weight: 800;
  line-height: 1;
  margin-top: 24px;
  font-family: "Figtree", sans-serif;
}

@media screen and (max-width: 768px) {
  .section__title {
    margin-bottom: 40px;
  }
  .section__title h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
  }

  .section__title p {
    margin-top: 20px;
  }
}

/* -------------------------
hero
------------------------- */
.hero {
  background-color: #1dac4b;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}
.hero__title {
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 111;
}
.hero__title-pc {
  display: block;
  width: 100%;
  max-width: 540px;
}
.hero__title-sp {
  display: none;
}
.company-info {
  max-width: 430px;
  padding: 660px 0 220px;
}

.section__title--company-info {
  margin-bottom: 32px;
}

.section__title--company-info h2 {
  color: white;
}

.section__title--company-info p {
  color: white;
}

.company-info__text {
  color: white;
  margin-bottom: 32px;
  line-height: 2;
  text-align: justify;
}

.company-info__button {
  color: white;
  display: inline-flex;
  position: relative;
  font-weight: bold;
  padding-right: 32px;
  height: 40px;
  line-height: 40px;
}

.company-info__button-arrow {
  position: relative;
  right: -16px;
  top: 0;
  width: 34px;
  height: 40px;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.company-info__button-arrow img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero__image img {
  width: 95%;
  margin: 0 auto;
  transform: scale(1.3);
}

@media screen and (max-width: 768px) {
  .hero__title-sp {
    display: block;
    max-width: 270px;
    width: 100%;
  }
  .hero__title-pc {
    display: none;
  }
  .hero__image {
    margin-top: 15px;
  }
  .hero__image img {
    width: 100%;
    margin: 0 auto;
    transform: scale(1.5384);
    transform-origin: top;
  }
  .company-info {
    max-width: 430px;
    padding: 60.5384% 0 80px;
  }
  .company-info__title h2 {
    font-size: 40px;
  }
  .company-info__title p {
    font-size: 16px;
  }
}

/* -------------------------------
 our-business
------------------------------- */
.our-business {
  position: relative;
  padding: 144px 0;
}

.our-business__content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.section__title--our-business {
  margin-bottom: 56px;
}

.our-business__left_section {
  max-width: 320px;
}

.our-business__title h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 32px;
}

.our-business__title p {
  font-weight: 900;
  margin-top: 24px;
  color: #1dac4b;
  font-family: "Figtree", sans-serif;
}

.our-business__text {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  margin-bottom: 56px;
  line-height: 2;
  text-align: justify;
}

.our-business__button {
  display: inline-flex;
  position: relative;
  font-weight: bold;
  padding-right: 32px;
  height: 40px;
  line-height: 40px;
}

.our-business__button-arrow {
  position: relative;
  right: -16px;
  top: 0;
  width: 34px;
  height: 40px;
  background-color: #1dac4b;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.our-business__button-arrow img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1) brightness(100);
}

.kind-of-business {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.kind-of-business__item {
  display: flex;
  align-items: center;
  gap: 24px;
  width: calc(50% - 12px);
  padding: 16px;
  border: 1px solid #efefef;
}

.kind-of-business-item__inner {
  height: 100%;
  border-left: 1px solid #efefef;
  display: flex;
  align-items: center;
}

.kind-of-business__item h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 16px;
}

@media screen and (max-width: 768px) {
  .our-business {
    padding: 80px 0;
  }
  .our-business__content {
    display: block;
  }
  .our-business__left_section {
    width: 100%;
    padding-bottom: 40px;
  }
  .section__title--our-business {
    margin-bottom: 32px;
  }
  .our-business__text {
    margin-bottom: 32px;
  }
  .our-business__right_section {
    width: calc(100% + 48px);
    transform: translateX(-24px);
  }
  .kind-of-business {
    padding: 0 24px;
  }
  .kind-of-business__title h2 {
    font-size: 40px;
  }
  .kind-of-business__title p {
    font-size: 16px;
  }
  .kind-of-business {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .kind-of-business::-webkit-scrollbar {
    display: none;
  }
  .kind-of-business__item {
    min-width: 152px;
    width: 152px;
    flex-direction: column;
    gap: 0;
  }
  .kind-of-business__item img {
    width: 120px;
    height: 120px;
    flex: none;
  }
  .kind-of-business-item__inner {
    border-top: 1px solid #efefef;
    border-left: none;
  }
  .kind-of-business__item h3 {
    height: auto;
    padding-left: 0;
    border-left: none;
    text-align: center;
    height: auto;
    line-height: initial;
    padding-top: 16px;
    width: 120px;
  }
}
