.news-section .flex-container {
  gap: clamp(2rem, 1.3333333333rem + 2.2222222222vw, 4rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-section .flex-container .page-title {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .news-section .flex-container {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.news-section__container {
  max-width: 1168px;
  flex: 1;
}

.single-news-section .breadcrumb {
  font-size: clamp(0.875rem, 0.8333333333rem + 0.1388888889vw, 1rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.5rem, 0.4166666667rem + 0.2777777778vw, 0.75rem);
  font-family: "Noto Sans JP", sans-serif;
}
.single-news-section .breadcrumb a {
  color: #E1395F;
}
.single-news-section .breadcrumb a:hover {
  text-decoration: underline;
}
.single-news-section .breadcrumb::before {
  display: inline-block;
  content: "";
  background: url(../../../assets/images/page/news/home.svg) no-repeat center/contain;
  width: clamp(0.75rem, 0.6666666667rem + 0.2777777778vw, 1rem);
  aspect-ratio: 1/1;
}
.single-news-section__article {
  padding: clamp(2.5rem, 2rem + 1.6666666667vw, 4rem) 0;
}
.single-news-section__header {
  border-left: 4px solid #E1395F;
  padding-left: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
  padding-top: clamp(0.25rem, 0.1666666667rem + 0.2777777778vw, 0.5rem);
  padding-bottom: clamp(0.25rem, 0.1666666667rem + 0.2777777778vw, 0.5rem);
  margin-bottom: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem);
}
.single-news-section__title {
  font-size: clamp(1.5rem, 0.8333333333rem + 2.2222222222vw, 3.5rem);
  font-weight: 500;
  color: #E1395F;
  margin-bottom: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
}
.single-news-section__date {
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: sub;
}
.single-news-section .news__list__item__new {
  margin-left: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
}
.single-news-section__content {
  font-size: clamp(1rem, 0.9166666667rem + 0.2777777778vw, 1.25rem);
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
.single-news-section__content p {
  margin-top: 0.8em;
}
.single-news-section__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem) auto;
}
.single-news-section__content a {
  color: #E1395F;
  text-decoration: none;
}
.single-news-section__content a:hover {
  text-decoration: underline;
}
.single-news-section__content ul {
  list-style: disc;
  padding-left: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 2rem);
  margin-top: 1em;
}
.single-news-section__content ol {
  list-style: decimal;
  padding-left: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 2rem);
  margin-top: 1em;
}
.single-news-section__content li + li {
  margin-top: 0.5em;
}
.single-news-section__content blockquote {
  border-left: 4px solid #E1395F;
  padding-left: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 2rem);
  margin: clamp(1.5rem, 1.1666666667rem + 1.1111111111vw, 2.5rem) 0;
  color: #E6F6C8;
  font-style: italic;
  background-color: #F9E3E8;
  padding-top: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
  padding-bottom: clamp(0.5rem, 0.3333333333rem + 0.5555555556vw, 1rem);
}
.single-news-section__content h2 {
  font-size: clamp(1.25rem, 1rem + 0.8333333333vw, 2rem);
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 2px solid #E1395F;
  padding-bottom: 0.5em;
}
.single-news-section__content h3 {
  font-size: clamp(1.125rem, 1rem + 0.4166666667vw, 1.5rem);
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.single-news-section__back-btn {
  text-align: center;
}
.single-news-section__back-btn a {
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
  color: #E1395F;
  font-weight: 500;
}
.single-news-section__back-btn a:hover {
  text-decoration: underline;
}