.hero {
  position: relative;
}
.hero__visual {
  position: relative;
}
.hero__image {
  width: 100%;
  height: auto;
  display: block;
}

.mainTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.mainTitle__title {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .mainTitle__title {
    font-size: 32px;
  }
}

.title-wrapper__title-bg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-wrapper__title-bg .news-section__title-image {
  max-width: 100%;
  height: auto;
}

.breadcrumb {
  background-color: #ffffff;
  padding: 0 20px;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  color: #999999;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #999999;
}
.breadcrumb__item--current {
  color: #3C3C3C;
  font-weight: 500;
}
.breadcrumb__link {
  color: #999999;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb__link:hover {
  color: #3C3C3C;
}

.company-profile-section {
  background-color: #ffffff;
  position: relative;
  min-height: 100vh;
}

.company-profile__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  background: #EBF2F5;
}
@media (max-width: 767px) {
  .company-profile__container {
    flex-direction: column;
    min-height: auto;
  }
}

.company-profile__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.company-profile__bg-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.company-profile__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .company-profile__content {
    padding: 0 20px;
  }
}

.company-profile__right-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .company-profile__right-bg {
    display: none;
  }
}
.company-profile__right-bg .company-profile__surfer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.company-info__row {
  display: flex;
  padding: 0;
  align-items: flex-start;
}
.company-info__row:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .company-info__row {
    flex-direction: column;
    padding: 0;
  }
}
.company-info__label {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 767px) {
  .company-info__label {
    flex: none;
    width: 100%;
  }
}
.company-info__label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  color: #3C3C3C;
  line-height: 1.4;
}
.company-info__label-en {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.company-info__label-en span {
  font-size: 14px;
  color: #fff;
  background: #4F859A;
  padding: 2px 6px;
  display: inline-block;
  width: auto;
  max-width: fit-content;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
}
.company-info__value {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .company-info__value {
    width: 100%;
  }
}
.company-info__value-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #3C3C3C;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.company-info__value-text span {
  display: inline-block;
}
.company-info__value-text div {
  margin: 0;
}
.company-info__value-text div:last-child {
  margin: 0;
}
.company-info__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #999999;
  line-height: 1.4;
  margin: 0;
}

.value-en {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.value-en span {
  font-size: 14px;
  color: #fff;
  background: #4F859A;
  padding: 2px 6px;
  display: inline-block;
  width: auto;
  max-width: fit-content;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
}

.en_bottom {
  border-bottom: 2px solid #4F859A;
}
.en_bottom.en_top {
  border-top: 2px solid #4F859A;
}

@media (max-width: 767px) {
  .company-profile-section {
    min-height: auto;
  }
  .company-profile__container {
    min-height: auto;
  }
  .company-profile__content {
    margin-left: 0;
    padding: 0 20px;
  }
  .company-info__row {
    flex-direction: column;
    gap: 15px;
  }
  .company-info__label {
    flex: none;
    width: 100%;
  }
  .company-info__value {
    width: 100%;
  }
  .company-info__value-text {
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 639px) {
  .mainTitle__title {
    font-size: 28px;
  }
  .company-profile__content {
    padding: 0 15px;
  }
  .company-info__row {
    padding: 0;
  }
  .company-info__label-text {
    font-size: 17px;
  }
  .company-info__value-text {
    font-size: 17px;
  }
  .liveheat-button-3row p {
    font-size: 17px;
  }
  .liveheat-button-3row span {
    font-size: 17px;
  }
}