@charset "UTF-8";
/*---------------------------
  フォントの読み込み
---------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap");
/*---------------------------
  関数
---------------------------*/
/*---------------------------
  キービジュアル
---------------------------*/
.topicsItemKeyVisual {
  height: 44.65593vw;
  background-color: #A5A5A5;
}

@media screen and (max-width: 767px) {
  .topicsItemKeyVisual {
    height: 112vw;
  }
}

/*---------------------------
  本文
---------------------------*/
.topicsItem {
  width: 58.56515vw;
  max-width: 1038px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .topicsItem {
    width: 80vw;
  }
}

.topicsItem__titleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 42.3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .topicsItem__titleWrapper {
    display: block;
    margin-bottom: 27px;
  }
}

.topicsItem h2 {
  width: 41.32750%;
}

@media screen and (max-width: 767px) {
  .topicsItem h2 {
    width: 81.63333%;
    margin-bottom: 17.4px;
  }
}

.topicsItem__date {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  color: #003D81;
}

@media screen and (max-width: 767px) {
  .topicsItem__date {
    font-size: 1.6rem;
  }
}

.topicsItem h4 {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 61px;
}

@media screen and (max-width: 767px) {
  .topicsItem h4 {
    font-size: 2.2rem;
    margin-bottom: 31px;
  }
}

.topicsItem h5 {
  font-size: 2rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .topicsItem h5 {
    font-size: 1.8rem;
    margin-bottom: 23px;
  }
}

.topicsItem p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  text-align: justify;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .topicsItem p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 40px;
  }
}

.topicsItem img {
  display: block;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .topicsItem img {
    margin-bottom: 30px;
  }
}

.topicsItem img--narrowBottom {
  margin-bottom: 10px;
}

.topicsItem__shareBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  margin: 60px 0 18.5px;
}

@media screen and (max-width: 767px) {
  .topicsItem__shareBtn {
    padding-top: 20px;
    margin-bottom: 0;
  }
}

.topicsItem__shareText {
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: .03em;
  margin-right: 20px;
}

.topicsItem__snsIcon {
  margin-right: 15px;
}

.topicsItem__snsIcon:last-child {
  margin: 0;
}

.topicsItemPageNation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .topicsItemPageNation {
    margin-bottom: 63px;
  }
}

.topicsItemPageNation__btnWrapper {
  width: 120px;
  height: 40px;
}

.topicsItemPageNation__btn {
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}

.topicsItemPageNation__btn--back {
  -webkit-box-shadow: 10px 10px #CECECE;
          box-shadow: 10px 10px #CECECE;
  -webkit-transform: translateX(-27.5px);
          transform: translateX(-27.5px);
}

@media screen and (max-width: 767px) {
  .topicsItemPageNation__btn--back {
    -webkit-transform: none;
            transform: none;
  }
}

.topicsItemPageNation__btn--next {
  -webkit-box-shadow: -10px 10px #CECECE;
          box-shadow: -10px 10px #CECECE;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}

@media screen and (max-width: 767px) {
  .topicsItemPageNation__btn--next {
    -webkit-transform: none;
            transform: none;
  }
}
/*# sourceMappingURL=topics.css.map */