.content-message .message h4 {
  margin-bottom: 32px;
  line-height: 140%;
  font-weight: 600;
  font-size: 2rem;
}
.content-message .message p {
  margin-bottom: 1em;
}
.content-message .message .president {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-weight: 500;
}
.content-message .message .president .position {
  font-size: 0.875rem;
}
.content-message .message .president .name {
  font-size: 1.5rem;
  ruby-position: under;
}
.content-message .message .president .name rt {
  padding-top: 0.25em;
  font-style: normal;
  font-size: 0.75rem;
  color: #999;
}

.content-creed {
  padding-top: 0;
}
.content-creed .content__inner {
  display: flex;
  gap: 114px;
}
@media (max-width: 1023px) {
  .content-creed .content__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.content-creed .content__inner .section__main {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 34px;
}
@media (max-width: 1023px) {
  .content-creed .content__inner .section__main {
    padding-top: 0;
  }
}
.content-creed .content__inner .section__main h4 {
  font-weight: 500;
  font-size: 2.5rem;
}
@media (max-width: 1023px) {
  .content-creed .content__inner .section__main h4 {
    font-size: 2rem;
  }
}
.content-creed .content__inner .section__main p {
  font-weight: 500;
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .content-creed .content__inner .section__main p {
    font-size: 1.25rem;
  }
}

.content-philosophy .content__inner {
  display: flex;
  flex-direction: column;
}
.content-philosophy .content__inner .section__main .philosophy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content-philosophy .content__inner .section__main dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.content-philosophy .content__inner .section__main dl dt {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.5rem;
  font-weight: 500;
}
.content-philosophy .content__inner .section__main dl dt::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: url(../img/mark.svg) no-repeat center center;
  object-fit: contain;
  object-position: center;
}
.content-philosophy .content__inner .section__main dl dd {
  padding-left: 34px;
  line-height: 180%;
}

.content-profile .content__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.content-profile .content__inner .section__main table {
  width: 100%;
  max-width: 624px;
}
.content-profile .content__inner .section__main table th {
  min-width: 192px;
}

.scroll-wrapper {
  display: flex;
  position: relative;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 767px) {
  .scroll-wrapper {
    flex-direction: column;
  }
}
.scroll-wrapper .sticky-image-box {
  flex: 1;
  align-self: stretch;
  position: relative;
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  .scroll-wrapper .sticky-image-box {
    display: none;
  }
}

.image-inner {
  position: sticky;
  top: calc(50% - 200px);
  height: 400px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .image-inner {
    height: auto;
  }
}
.image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-access {
  padding-bottom: 0;
}
.content-access iframe {
  display: block;
}/*# sourceMappingURL=company.css.map */