@charset "UTF-8";
.yugo {
  font-family:
    Yu Gothic,
    YuGothic,
    メイリオ,
    meiryo,
    ヒラギノ角ゴ pro w3,
    hiragino kaku gothic pro,
    sans-serif;
  font-weight: 500;
}
.oswald {
  font-family:
    Oswald,
    Yu Gothic,
    YuGothic,
    メイリオ,
    meiryo,
    ヒラギノ角ゴ pro w3,
    hiragino kaku gothic pro,
    sans-serif;
}
.roboto {
  font-family: Roboto, sans-serif;
}
@media screen and (min-width: 769px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (min-width: 961px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .setOrder {
    color: #000;
  }
}
.t-bold {
  font-weight: 700;
}
.t-lead-1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.t-lead-1 .emphasize {
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  .t-lead-1 {
    font-size: 2.4rem;
    line-height: 1.75;
  }
  .t-lead-1 .emphasize {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .t-lead-1 {
    font-size: 3rem;
    line-height: 1.4;
  }
  .t-lead-1 .emphasize {
    font-size: 4rem;
  }
}
.t-lead-2 {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .t-lead-2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .t-lead-2 {
    font-size: 3rem;
  }
}
.t-body-1 {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .t-body-1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .t-body-1 {
    font-size: 1.6rem;
  }
}
.t-a-r {
  text-align: right;
}
.topics-topic-path {
  margin: 20px auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .topics-topic-path {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .topics-topic-path {
    font-size: 1.4rem;
  }
}
.topics-topic-path span {
  padding: 0 8px;
}
.topics-topic-path a {
  color: #000;
}
.media-bnr {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .media-bnr {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .media-bnr {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .media-bnr__item {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .media-bnr__item {
    margin-bottom: 45px;
  }
  .media-bnr__item:hover {
    opacity: 0.6;
  }
}
#media-bnr {
  position: relative;
}
@media screen and (max-width: 768px) {
  #media-bnr {
    padding: 60px 0 80px;
  }
}
@media screen and (min-width: 769px) {
  #media-bnr {
    padding: 80px 0;
  }
}
.media-bnr {
  display: flex;
}
@media screen and (max-width: 768px) {
  .media-bnr {
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
    padding: 0 60px;
  }
}
@media screen and (min-width: 769px) {
  .media-bnr {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 916px;
  }
}
.media-bnr.center {
  justify-content: center;
}
.media-bnr__item {
  max-width: 100%;
  transition: all 0.3s ease;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .media-bnr__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .media-bnr__item {
    margin-bottom: 60px;
  }
  .media-bnr__item:nth-of-type(odd) {
    margin-right: 70px;
  }
  .media-bnr__item:hover {
    opacity: 0.6;
  }
}
.media-bnr__item .txt {
  color: #2e221f;
  display: inline-block;
  letter-spacing: 0.08em;
  margin-top: 1em;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .media-bnr__item .txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .media-bnr__item .txt {
    font-size: 1.6rem;
  }
}
