.company__header {
  background: #434095;
  width: 100%;
  padding: 70px 0;
  position: relative;
}

.company__header_inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  gap: 30px;
}

.company-heading {
  font-size: 54px;
  letter-spacing: 0.2em;
  color: #ffffff;
  font-weight: bold;
}

.en-company-heading {
  display: block;
  font-size: 21px;
  letter-spacing: 0.2em;
  color: #ffffff;
  font-weight: semibold;
}

.content__inner {
  width: 90%;
  max-width: 1344px;
  margin: 200px auto 250px;
}

@media (max-width: 768px) {
  .content__inner {
    width: 95%;
    margin: 50px auto 160px;
  }
}
.news .news-list {
  max-width: 1070px;
  width: 100%;
  margin: 60px auto 0;
  gap: 60px;
}
.news .news-list-item {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #9498A1;
}
.news .date {
  font-size: clamp(13px, 1.69vw, 20px);
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 230px;
  margin: 0;
  padding: 50px 0;
}
.news .text-wrap {
  width: 77%;
  margin: 0 0 0 auto;
  position: relative;
  padding: 50px 0;
}
.news .text-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 60%;
  background: #707070;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news .title {
  font-size: clamp(13px, 1.69vw, 20px);
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 80px;
}
.news .map-list {
  display: flex;
  justify-content: space-between;
  padding-left: 80px;
}
.news .map-list-item {
  width: 30%;
}
.news .map-list-item-title {
  color: #ffffff;
  background: #161618;
  max-width: 120px;
  width: 100%;
  padding: 3px 0;
  text-align: center;
  font-size: clamp(13px, 1.69vw, 20px);
  font-weight: bold;
  margin-bottom: 35px;
}
.news .address-wrap {
  display: flex;
  margin-bottom: 10px;
}
.news .address-wrap-title {
  width: 75px;
  text-align: right;
}
.news .address-text {
  word-break: break-all;
}
.news .tel-wrap {
  display: flex;
}
.news .tel-wrap-title {
  width: 75px;
  text-align: right;
}
.news .tel-text {
  word-break: break-all;
}
.news .map-button {
  margin-top: 40px;
}
.news .map-button-link {
  display: block;
  background: #ffffff;
  border: solid 1px #161619;
  border-radius: 30px;
  width: 120px;
  aspect-ratio: 60/17;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: 0.4s;
  font-size: clamp(13px, 1.69vw, 20px);
}
.news .map-button-link:hover {
  background: #7F7BF8;
  border: none;
  color: #ffffff;
}

@media (max-width: 768px) {
  .news .news-list {
    margin: 0 auto;
  }
  .news .title {
    margin-left: 0;
  }
  .news .date {
    width: 26%;
    max-width: 130px;
    padding: 20px 0;
  }
  .news .text-wrap {
    margin: 0;
    width: 73%;
    flex-direction: column;
    padding: 20px 0 0 3%;
    gap: 60px;
  }
  .news .text-wrap::before {
    height: 100%;
  }
  .news .map-list {
    margin-bottom: 20px !important;
  }
  .news .map-list-item {
    width: 100%;
  }
  .news .map-list-item-title {
    padding: 5px 0;
    max-width: 100px;
  }
  .news .map-button {
    margin-top: 20px;
  }
  .news .address-wrap {
    font-size: 14px;
    line-height: 1.4;
  }
  .news .tel-wrap {
    font-size: 14px;
    line-height: 1.4;
  }
}