.news main .c-archive-category--single {
  width: 72%;
  max-width: 1080px;
}
.news .c-news-loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  min-height: 64px;
  overflow-anchor: none;
}
.news .c-news-loader::after {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  border-top-color: #000;
  content: "";
  opacity: 0;
}
.news .c-news-loader.is-loading::after {
  -webkit-animation: news-loader-spin 0.7s linear infinite;
          animation: news-loader-spin 0.7s linear infinite;
  opacity: 1;
}
.news .c-news-loader.is-error {
  cursor: pointer;
}
.news .c-news-loader.is-error::after {
  opacity: 1;
}
.news .line {
  z-index: 0;
}
.news .line#line-1 {
  margin-top: -40vw;
}
.news .line#line-2 {
  margin-top: 0vw;
}
.news article {
  z-index: 1;
  position: relative;
  width: 59.375%;
  margin-top: 5%;
  margin-right: 4%;
  margin-left: auto;
  text-align: justify;
}
.news article .description {
  margin-top: 97px;
  margin-bottom: 97px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  font-family: interstate, sans-serif;
}
.news article .content {
  font-weight: 400;
  line-height: 2;
  font-family: "hiragino";
  font-family: "Noto Sans JP", sans-serif;
}
.news article .content p {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2;
}
.news article .spacer {
  margin-bottom: 50px;
}
.news article .spaceText {
  margin-top: 17px;
  margin-bottom: 17px;
  font-style: normal;
  font-weight: 500;
  font-family: interstate, sans-serif;
  text-align: right;
  opacity: 0.5;
}
.news .articles {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row;
  margin-top: 8%;
}
.news .articles .thumbnail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
}
.news .articles .thumbnail img {
  width: 59.375%;
  margin-right: 4%;
}
.news article {
  margin-top: 0;
  margin-right: 4%;
}
.news .caption-wrapper {
  z-index: 2;
  position: relative;
  top: 30%;
  max-width: 30%;
  margin-left: 4%;
}
.news .caption-wrapper .caption {
  white-space: normal;
}
.news .caption-wrapper .caption.border-box p {
  padding: 4px 16.5px;
  border: 2px solid #000;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  font-family: "hiragino";
  font-family: "Noto Sans JP", sans-serif;
}
.news .caption-wrapper .tag {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: flex-start;
}
.news .caption-wrapper .tag li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news .contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
.news .contents .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-bottom: 8%;
}
.news .contents .content .thumbnail-wrapper {
  z-index: 2;
  position: relative;
  width: 59.375%;
  margin-right: 0;
  margin-right: 4%;
}
.news .contents .content .thumbnail-wrapper p {
  margin-top: 4.5%;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2;
  font-family: "hiragino";
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

@-webkit-keyframes news-loader-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes news-loader-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (max-width: 480px) {
  .news main .c-archive-category--single {
    width: 90%;
  }
  .news article {
    width: auto;
    margin-top: 8%;
    margin-left: 4%;
  }
  .news article .content h1,
.news article .content h2,
.news article .content h3,
.news article .content h4,
.news article .content h5 {
    font-size: 2.8rem;
  }
  .news article .content h1,
.news article .content h2,
.news article .content h3,
.news article .content h4,
.news article .content h5 {
    font-size: 2.8rem;
  }
  .news article .content h3 {
    margin-top: 10%;
  }
  .news article .content p {
    font-size: 3.75vw;
    line-height: 1.7;
  }
  .news article .spacer {
    margin-bottom: 10.5%;
  }
  .news .articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news .articles .thumbnail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 4%;
    margin-left: 4%;
  }
  .news .articles .thumbnail img {
    width: 100%;
  }
  .news .caption-wrapper {
    max-width: 100%;
  }
  .news .caption-wrapper .caption {
    margin-bottom: 3%;
  }
  .news .caption-wrapper .caption.border-box p {
    padding: 3px 13.5px;
    border: 1.5px solid #000;
    font-weight: 500;
    font-family: "hiragino";
    font-family: "Noto Sans JP", sans-serif;
  }
  .news .caption-wrapper .tag {
    margin-bottom: 3%;
  }
  .news .caption-wrapper .tag li {
    margin: 0;
  }
  .news .contents .content {
    display: block;
    margin-bottom: 12.5%;
  }
  .news .contents .content .thumbnail-wrapper {
    width: 100%;
  }
  .news .contents .content .thumbnail-wrapper .image {
    margin-right: 4%;
    margin-left: 4%;
  }
  .news .contents .content .thumbnail-wrapper p {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .news main .c-archive-category--single {
    width: 82%;
  }
  .news article {
    width: auto;
    margin-top: 5%;
    margin-left: 4%;
  }
  .news article .content h1,
.news article .content h2,
.news article .content h3,
.news article .content h4,
.news article .content h5 {
    font-size: 3rem;
  }
  .news article .content p {
    font-size: 2.2rem;
  }
  .news .articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news .articles .thumbnail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 4%;
    margin-left: 4%;
  }
  .news .articles .thumbnail img {
    width: 100%;
  }
  .news .caption-wrapper {
    max-width: 100%;
  }
  .news .caption-wrapper .caption {
    margin-bottom: 3%;
  }
  .news .caption-wrapper .tag {
    margin-bottom: 3%;
  }
  .news .caption-wrapper .tag li {
    margin: 0;
  }
  .news .contents .content {
    display: block;
    margin-bottom: 12.5%;
  }
  .news .contents .content .thumbnail-wrapper {
    width: 100%;
  }
  .news .contents .content .thumbnail-wrapper .image {
    margin-right: 4%;
    margin-left: 4%;
  }
  .news .contents .content .thumbnail-wrapper p {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news article .content h1,
.news article .content h2,
.news article .content h3,
.news article .content h4,
.news article .content h5 {
    font-size: 2.2rem;
  }
  .news article .content p {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .news article .content h1,
.news article .content h2,
.news article .content h3,
.news article .content h4,
.news article .content h5 {
    font-size: 2.2rem;
  }
  .news article .content p {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 1500px) {
  .news article .content h1,
.news article .content h2,
.news article .content h3,
.news article .content h4,
.news article .content h5 {
    font-size: 2.95rem;
  }
  .news article .content p {
    font-size: 1.95rem;
  }
}
