@charset "UTF-8";
.single-news {
  padding: 0 4%;
  /*
  &__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: sp-vw(60);

    @include mq(tab) {
      margin-bottom: tab-vw(60);
    }

    @include mq(pc) {
      margin-bottom: 60px;
    }

    &:last-child {
      margin-bottom: 0;
    }
  }

  */
}
@media screen and (min-width: 768px) {
  .single-news {
    padding: 0;
  }
}
.single-news__container {
  background-color: #ffffff;
  border-radius: 0.8vw;
  padding: 7.4666666667vw 3.4666666667vw 7.4666666667vw 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .single-news__container {
    border-radius: 0.2083333333vw;
    padding: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-news__container {
    border-radius: 3px;
    padding: 40px;
  }
}
.single-news__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .single-news__wrapper {
    gap: 0.6944444444vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-news__wrapper {
    gap: 40px;
    margin-bottom: 50px;
  }
}
.single-news__date {
  font-size: 1.5rem;
  margin: 0 8vw 0 0;
}
@media screen and (min-width: 768px) {
  .single-news__date {
    margin: 0;
  }
}
.single-news__category {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #49667E;
  width: 21.3333333333vw;
  padding: 0.8vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .single-news__category {
    width: 6.25vw;
    padding: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-news__category {
    width: 90px;
    padding: 3px;
  }
}
.single-news__post {
  font-size: 1.6rem;
}
.single-news a {
  display: block;
  color: #49667E;
  text-decoration: underline;
}
.single-news__button a {
  padding: 2.6666666667vw;
  margin: 5.3333333333vw auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  border-radius: 1.3333333333vw;
  color: #ffffff;
  background-color: #49667E;
  border: 0.2666666667vw solid #49667E;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .single-news__button a {
    border-radius: 0.3472222222vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-news__button a {
    border-radius: 5px;
    border-width: 1px;
  }
}
.single-news__button a:hover {
  color: #49667E;
  background-color: #ffffff;
}
.single-news__button a {
  background-image: url(../img/module/btn_arrow_left_icon1.svg);
  background-repeat: no-repeat;
  background-position: center left 2.6666666667vw;
  background-size: 1.3333333333vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .single-news__button a {
    background-position: center left 0.6944444444vw;
    background-size: 0.3472222222vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-news__button a {
    background-position: center left 10px;
    background-size: 5px 10px;
  }
}
.single-news__button a {
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  width: 47.7333333333vw;
  background-size: 1.6vw 3.2vw;
}
@media screen and (min-width: 768px) {
  .single-news__button a {
    padding: 0.6944444444vw;
    margin: 2.7777777778vw auto 0;
  }
  .single-news__button a {
    background-size: 0.4166666667vw 0.8333333333vw;
    width: 12.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-news__button a {
    padding: 10px;
    margin: 40px auto 0;
  }
  .single-news__button a {
    background-size: 6px 12px;
    width: 179px;
  }
}
.single-news__content {
  font-size: 1.6rem;
  line-height: 1.5;
}