@charset "UTF-8";
.news {
  width: 100%;
  padding: 6.6666666667vw 0 16vw;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 4.1666666667vw 0 5.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .news {
    padding: 60px 0 86px;
  }
}
.news__message {
  color: #313131;
  margin: 8vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news__message {
    margin: 2.7777777778vw 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__message {
    margin: 40px 0 60px;
  }
}
.news__message img {
  width: auto;
  height: auto;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__message img {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__message img {
    margin-bottom: 30px;
  }
}
.news__message h2,
.news__message h3,
.news__message h4,
.news__message h5,
.news__message h6 {
  color: #313131;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__message h2,
  .news__message h3,
  .news__message h4,
  .news__message h5,
  .news__message h6 {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__message h2,
  .news__message h3,
  .news__message h4,
  .news__message h5,
  .news__message h6 {
    margin-bottom: 10px;
  }
}
.news__message h2 {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .news__message h2 {
    font-size: 5rem;
  }
}
.news__message h3 {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .news__message h3 {
    font-size: 4rem;
  }
}
.news__message h4 {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .news__message h4 {
    font-size: 3.6rem;
  }
}
.news__message h5 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .news__message h5 {
    font-size: 3rem;
  }
}
.news__message h6 {
  font-size: 2rem;
}
.news__message p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .news__message p {
    font-size: 1.5rem;
  }
}
.news__message p:last-child {
  margin-bottom: 0;
}
.news__message li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .news__message li {
    font-size: 1.5rem;
  }
}
.news__message li:before {
  position: absolute;
  content: "・";
  left: 0;
}
.news__message table {
  width: 100%;
}
.news__message strong {
  font-weight: bold;
}
.news__message th {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 4.8vw;
  border: 0.2666666667vw solid #A2A2A2;
}
@media screen and (min-width: 768px) {
  .news__message th {
    font-size: 1.5rem;
    padding: 1.25vw;
    border: 0.0694444444vw solid #A2A2A2;
  }
}
@media screen and (min-width: 1440px) {
  .news__message th {
    padding: 18px;
    border: 1px solid #A2A2A2;
  }
}
.news__message td {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 4.8vw;
  border: 0.2666666667vw solid #A2A2A2;
}
@media screen and (min-width: 768px) {
  .news__message td {
    font-size: 1.5rem;
    padding: 1.25vw;
    border: 0.0694444444vw solid #A2A2A2;
  }
}
@media screen and (min-width: 1440px) {
  .news__message td {
    padding: 18px;
    border: 1px solid #A2A2A2;
  }
}
.news__message a {
  font-size: 1.6rem;
  line-height: 2;
  text-decoration: underline;
  color: #585656;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news__message a {
    font-size: 1.5rem;
  }
}
.news__message a:hover {
  opacity: 0.5;
  transition: 0.5s ease;
}
.news__message a img {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__message a img {
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__message a img {
    margin-right: 10px;
  }
}
.news__pdf {
  position: relative;
  padding-left: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news__pdf {
    padding-left: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__pdf {
    padding-left: 35px;
  }
}
.news__pdf::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/single-news/news_pdf_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.2vw;
  height: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .news__pdf::before {
    content: "";
    position: absolute;
    background-image: url("../img/single-news/news_pdf_icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.875vw;
    height: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__pdf::before {
    content: "";
    position: absolute;
    background-image: url("../img/single-news/news_pdf_icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 27px;
    height: 28px;
  }
}
.news__title {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title {
    padding-bottom: 10px;
  }
}
.news__title span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .news__title span {
    font-size: 3rem;
  }
}
.news__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58.1333333333vw;
  height: 0.8vw;
  background: linear-gradient(to right, #999 0%, #999 50%, #585656 50%, #585656 100%);
}
@media screen and (min-width: 768px) {
  .news__title::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title::before {
    width: 218px;
    height: 3px;
  }
}
.news__title {
  margin-bottom: 10.6666666667vw;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .news__title {
    margin-bottom: 2.9861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title {
    margin-bottom: 43px;
  }
}
.news__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8vw;
  background: linear-gradient(to right, #585656 0%, #585656 10%, #999 10%, #999 100%);
}
@media screen and (min-width: 768px) {
  .news__title::before {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title::before {
    height: 3px;
  }
}
.news__lead {
  font-size: 2rem;
  font-weight: 700;
  color: #313131;
}
.news__button--return {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  max-width: 100%;
  width: auto;
  height: 16vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news__button--return {
    font-size: 2rem;
    width: 29.1666666667vw;
    height: 4.8611111111vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .news__button--return {
    width: 420px;
    height: 70px;
  }
}
.news__button--return a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-color: #313131;
  color: #ffffff;
  outline: 0.2666666667vw solid #ffffff;
  outline-offset: -1.6vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .news__button--return a {
    outline: 0.0694444444vw solid #ffffff;
    outline-offset: -0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__button--return a {
    outline: 1px solid #ffffff;
    outline-offset: -6px solid #ffffff;
  }
}
.news__button--return a:hover {
  outline-color: #313131;
  background-color: #ffffff;
  color: #313131;
  transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
  .news__button--return a:hover {
    outline: 0.0694444444vw solid #313131;
    outline-offset: -0.4166666667vw;
    border: 0.0694444444vw solid #313131;
  }
}
@media screen and (min-width: 1440px) {
  .news__button--return a:hover {
    outline: 1px solid #313131;
    outline-offset: -6px solid #313131;
    border: 1px solid #313131;
  }
}
.news__button--return a:hover::before {
  background-image: url(../img/module/btn_arrow_left_icon2.svg);
}
.news__button--return a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 4vw;
  width: 6.1626666667vw;
  height: 3.8986666667vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_left_icon1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .news__button--return a::before {
    left: 1.0416666667vw;
    width: 1.6048611111vw;
    height: 1.0152777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__button--return a::before {
    left: 15px;
    width: 23.11px;
    height: 14.62px;
  }
}
.news__button--return a {
  background-image: url(../img/module/btn_three_icon1.svg);
  background-repeat: no-repeat;
  background-position: center right 6.6666666667vw, center;
  background-size: 6.4vw 4.5333333333vw, cover;
}
@media screen and (min-width: 768px) {
  .news__button--return a {
    background-position: center right 1.7361111111vw, center;
    background-size: 1.6666666667vw 1.1805555556vw, cover;
  }
}
@media screen and (min-width: 1440px) {
  .news__button--return a {
    background-position: center right 25px, center;
    background-size: 24px 17px, cover;
  }
}
.news__button--return a:hover {
  background-image: url(../img/module/btn_three_icon2.svg);
}
.news__date {
  font-size: 1.4rem;
  color: #313131;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__date {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__date {
    margin-bottom: 10px;
  }
}
.news__date span {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__date span {
    margin-left: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__date span {
    margin-left: 10px;
  }
}