.mv {
  position: relative;
  padding: 11.5rem 0 10rem 12.3rem;
}
@media (max-width: 768px) {
  .mv {
    padding: 8.6rem 0 4rem 2.5rem;
  }
}
.mv__letter {
  position: absolute;
  top: 4.2rem;
  right: 0rem;
  width: 89.7rem;
}
@media (max-width: 768px) {
  .mv__letter {
    top: 6.7rem;
    right: 0;
    width: 27.5rem;
  }
}
.mv__breadcrumb {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
.mv__breadcrumb-link {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .mv__breadcrumb-link {
    font-size: 1.2rem;
  }
}
.mv__title {
  position: relative;
  margin: 6.2rem 0 0;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .mv__title {
    margin: 3rem 0 0;
    font-size: 3.2rem;
    line-height: 1.1875em;
  }
}
.mv__title-japanese {
  position: relative;
  margin: 0 0 0;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .mv__title-japanese {
    margin: 0.5rem 0 0;
    font-size: 1.6rem;
  }
}
.news__main {
  position: relative;
  margin: 1rem auto 0;
  padding: 5.5rem 11rem 8rem;
  width: 112rem;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .news__main {
    margin: 0 auto;
    padding: 2.7rem 2.4rem 5.5rem;
    width: 34.2rem;
  }
}
.news__top-row {
  display: flex;
  align-items: center;
  gap: 4.6rem;
}
@media (max-width: 768px) {
  .news__top-row {
    gap: 3.5rem;
  }
}
.news__item-date {
  color: #1a1a1a;
  font-family: "Montserrat";
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .news__item-date {
    font-size: 1.6rem;
  }
}
.news__item-category {
  margin: 0;
  color: #839ea8;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .news__item-category {
    font-size: 1.4rem;
  }
}
.news__title {
  margin: -0.4rem 0 0;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .news__title {
    margin: -1.5rem 0 0;
    font-size: 1.4rem;
    line-height: 1.57em;
    letter-spacing: 0.03em;
  }
}
.news__line {
  margin: 1rem 0 0;
  width: 100%;
  height: 1px;
  background: #25303f;
}
@media (max-width: 768px) {
  .news__line {
    margin: 0;
  }
}
.news__image {
  margin: 4rem auto 0;
  width: 60rem;
}
@media (max-width: 768px) {
  .news__image {
    width: 100%;
  }
}
.news__text {
  margin: 2rem auto 0;
  font-family: "Noto sans JP";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625em;
}
@media (max-width: 768px) {
  .news__text {
    line-height: 1.57em;
    font-size: 1.4rem;
  }
}
.news__text a {
  text-decoration: underline;
}
.news__text img {
  margin: 0 auto 3rem;
  width: 60rem;
}
.news__back {
  margin: 4.9rem 0 8rem 12.3rem;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .news__back {
    margin: 4rem auto 8rem;
  }
}
.news__back-circle {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  border: 1px solid #25303f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__back:hover .news__back-circle {
  background: #25303f;
}
.news__back-circle-icon {
  width: 1.481rem;
  transform: rotate(180deg);
}
.news__back:hover .news__back-circle-icon {
  display: none;
}
.news__back-circle-icon--white {
  display: none;
}
.news__back:hover .news__back-circle-icon--white {
  display: block;
}
.news__back-text {
  font-family: "Noto sans JP";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
