/*================================================
company
=================================================*/
.message {
  background-size: 930px 625px;
  background-position: center -20px;
  background-image: url(../images/bg-circle.png);
}
.message > .container {
  max-width: 1300px;
  text-align: center;
  padding-top: 100px;
  background-image: url(../images/bg-face.png);
  background-size: contain;
  background-position: center 41px;
}
.company-page .section-title-wrapper {
  padding-bottom: 25px;
}
.section-title {
  text-align: center;
}
.message-title {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP";
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 5.76rem;
  letter-spacing: 0.05em;
}
.message-text-wrapper {
  color: var(--text-black-light);
  padding-bottom: 126px;
}
.message-text-title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 0.05em;
  width: fit-content;
  margin: 0 auto;
  text-decoration: underline;
  text-decoration-color: var(--border-yellow);
  text-underline-offset: -3px;
  text-decoration-thickness: 12px;
  text-decoration-skip-ink: none;
  padding-bottom: 44px;
}
.message-text-description {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.05em;
  padding-bottom: 25px;
}
.ceo-message-wrapper {
  max-width: 1110px;
  display: flex;
  gap: 50px;
  margin: 0 auto;
}
.ceo-image {
  max-width: 445px;
  max-height: 330px;
  width: 100%;
  height: 100%;
  aspect-ratio: 445 / 330;
  margin: 0 auto;
}
.ceo-message {
  color: var(--text-black-light);
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.05em;
  text-align: left;
  padding-bottom: 28px;
}
.ceo-message:last-child {
  padding-bottom: 0;
}
.company-info-title {
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin-bottom: 30px;
}
.company-info-list {
  color: var(--text-black-light);
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  max-width: 1110px;
  width: 100%;
  padding-bottom: 56px;
  margin: 0 auto;
}
.company-info-list__item-name,
.company-info-list__item-cont {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.05em;
  padding: 30px 10px 29.6px;
  border-bottom: 1px solid #ddd;
}
.company-info-list__item-name {
  width: 20%;
}
.company-info-list__item-cont {
  width: 80%;
}
.company-location {
  max-width: 1110px;
  width: 100%;
  height: 400px;
  margin: 0 auto 34px;
}
.company-location__map {
  width: 100%;
  height: 100%;
}
.company-location__link {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.52rem;
  letter-spacing: 0.05em;
  color: #240b6b;
  padding-top: 5px;
}

@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .message {
    background-image: none;
  }
  .message > .container {
    background-image: url(../images/bg_circle_sp.png);
    background-size: 390px 590px;
    background-position: center -26px;
    padding-top: 55px;
  }
  .section-title-wrapper {
    padding-bottom: 24px;
  }
  .message-title,
  .company-info-title {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .message-text-wrapper {
    padding-bottom: 60px;
  }
  .message-text-title {
    font-size: 3.2rem;
    line-height: 4.8rem;
    padding-bottom: 42px;
  }
  .message-text-description {
    font-size: 1.4rem;
    line-height: 2.52rem;
    padding-bottom: 0;
  }
  .ceo-message-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .ceo-message {
    font-size: 1.4rem;
    line-height: 2.52rem;
    padding-bottom: 25px;
  }
  .company-info .container {
    padding-top: 102px;
    padding-bottom: 50px;
  }
  .company-info-list {
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 40px;
  }
  .company-info-list__item-name {
    width: 100%;
    border-bottom: none;
    font-weight: 600;
    padding: 0 0 5px 0;
  }
  .company-info-list__item-cont {
    width: 100%;
    padding: 0 0 19px 0;
  }
  .company-location {
    height: 240px;
    margin-bottom: 22px;
  }
}
/*contact*/
.company-page .contact .container {
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .company-page .contact .container {
    padding-top: 60px;
  }
}

/*================================================
TOP company
=================================================*/
.top-page .message {
  background-image: none;
}
.top-page .message > .container {
  padding-top: 140px;
  padding-bottom: 0;
  background-image: url(../images/bg_company.png);
  background-size: contain;
}
.top-page .message .section-title-wrapper {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top-page .message > .container {
    background-image: url(../images/bg_circle_sp.png);
    background-position: center 0px;
    margin-top: 45px;
    padding-top: 57px;
  }
  .top-page .section-title-wrapper {
    padding-bottom: 13px;
  }
  .top-page .message-text-title {
    padding-bottom: 44px;
  }
  .top-page .message-text-description {
    padding-bottom: 31px;
  }
}
