/* TOPページ 当社についてセクション */

.top-company {
  background-color: #FAE96E;
}
@media (max-width: 834px) {
  .top-company {
    padding: 8vw 0 16vw;
  }
}

.top-company__wrapper {
  max-width: 1130px;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .top-company__wrapper {
    width: 100%;
  }
}

.top-company__container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 834px) {
  .top-company__container {
    flex-direction: column;
  }
}

.top-company__box {
  max-width: 600px;
  width: 50%;
  background-color: #FFFDDC;
  padding: 52px 0;
  flex-shrink: 0;
}
.top-company__box.text-box {
  border-radius: 0 0 50% 50%;
  padding: 84px 52px 123px;
  text-align: center;
  color: #00516D;
  margin-right: -20px;
}
.top-company__box.image-box {
  margin: 110px 0 0 -20px;
  border-radius: 50% 50% 0 0;
}
@media (max-width: 834px) {
  .top-company__box {
    width: 70%;
  }
  .top-company__box.text-box {
    border-radius: 0 50% 50% 0;
    padding: 15vw 12vw 15vw 17vw;
    text-align: left;
    margin: 0 0 -5vw 0;
  }
  .top-company__box.image-box {
    margin: -5vw 0 0 auto;
    border-radius: 50% 0 0 50%;
    padding: 10vw 0 10vw 17vw;
  }
}
@media (max-width: 480px) {
  .top-company__box.text-box {
    padding: 7vw 5vw 7vw 13vw;
  }
}


.top-company__box.text-box .head {
  margin-bottom: 23px;
}
@media (max-width: 834px) {
  .top-company__box.text-box .head {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .top-company__box.text-box .head {
    margin-bottom: 10px;
  }
}

.top-company__box.text-box .head span {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .top-company__box.text-box .head span {
    font-size: 14px;
  }
}
.top-company__box.text-box .head h2 {
  font-size: 40px;
  font-weight: bold;
  color: #00516D;
  margin: 0;
}
@media (max-width: 834px) {
  .top-company__box.text-box .head h2 {
    font-size: 5vw;
  }
}
@media (max-width: 480px) {
  .top-company__box.text-box .head h2 {
    font-size: 20px;
  }
}

.top-company__box.text-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 834px) {
  .top-company__box.text-box p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .top-company__box.text-box p {
    font-size: 12px;
  }
}

.top-company__image {
  max-width: 453px;
  width: 70%;
  margin: 0 auto 24px;
  aspect-ratio: 1 / 1;
  background-color: #FFF;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .top-company__image {
    margin: 0 0 24px;
  }
}
@media (max-width: 480px) {
  .top-company__image {
    margin-bottom: 5px;
  }
}

.top-company__box.image-box .name {
  max-width: 453px;
  width: 70%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #00516D;
}
@media (max-width: 834px) {
  .top-company__box.image-box .name {
    margin: 0 0;
  }
}
@media (max-width: 480px) {
  .top-company__box.image-box .name {
    font-size: 10px;
  }
}