#news {
  padding-top: 62px;
  padding-bottom: 25px;
  position: relative;
  overflow-x: clip;
}

@media screen and (max-width: 767px) {
  #news {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

.news__charm {
    position: absolute;
    left: 0;
    bottom: -12%;
    max-width: 246px;
    z-index:-1;
}

@media screen and (max-width: 999px) {
  .news__charm { 
    display: none;
  }
}


#news .sectionTitle__wrapper {
  align-items: flex-start;
  justify-content: flex-start;
}

.news__container {
  margin-left: auto;

  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 49px;
}

@media screen and (max-width: 767px) {
  .news__container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    padding-bottom: 20px;
  }
}

.news__items {
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 20.5px;
}

@media screen and (max-width: 767px) {
  .news__items {
    padding-top: 20px;
  }
}

.news__item {
  list-style: none;
  padding-top: 19.5px;
  border-top: 1px solid #a7a7a7;
  position: relative;
}

.news__item::before {
  position: absolute;
  display: block;
  content: "";
  width: 12.94px;
  height: 14px;
  background: url(../img/news-arrow.svg) center center / contain no-repeat;
  top: 65%;
  transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 767px) {
  .news__item::before {
    display: none;
  }
}

.news__item:last-child {
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #a7a7a7;
}

.news__item a {
  display: flex;
  gap: 27.1px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .news__item a {
    align-items: center;
    gap: 15px;
  }
}

.news__itemImage {
  width: 100%;
	max-width:102px;
}

.news__itemText {
  width: calc(100% - 102px - 27px - 15px);
}

.news__itemInfo {
  display: flex;
  align-items: center;
  margin-top: 9px;
  gap: 2.5px;
}

.news__itemDate {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-align: left;
  color: #1f1f1f;

  position: relative;
}

.news__itemInfoSeparator {
  display: block;
  background-color: #1f1f1f;
  width: 1px;
  height: 11.7px;
}

.news__itemCat {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  background-color: #f87601;

  margin-left: 12px;
  padding-left: 10px;
  padding-right: 8px;
  box-sizing: border-box;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .news__itemCat {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.news__itemTitle {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #2a2a2a;
  margin-top: 15px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示する行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.news__buttonWrapper {
  text-align: right;
  margin-top: 42px;
}

@media screen and (max-width: 999px) {
  .news__buttonWrapper {
    text-align: center;
    margin-top: 20px;
  }
}

.news__button {
    font-family: "Noto Sans JP" !important; 
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 0.06em !important;
    text-align: center !important;
    color: #fff;     
    width: 334px !important;
    padding-top: 14px !important;
    padding-right: 12px !important;
}
