@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;
}
.article-ttl,
.t-lead-1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.article-ttl .emphasize,
.t-lead-1 .emphasize {
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  .article-ttl,
  .t-lead-1 {
    font-size: 2.4rem;
    line-height: 1.75;
  }
  .article-ttl .emphasize,
  .t-lead-1 .emphasize {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .article-ttl,
  .t-lead-1 {
    font-size: 3rem;
    line-height: 1.4;
  }
  .article-ttl .emphasize,
  .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;
  }
}
.article-date,
.t-body-1,
article,
article ol,
article p,
article ul {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .article-date,
  .t-body-1,
  article,
  article ol,
  article p,
  article ul {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .article-date,
  .t-body-1,
  article,
  article ol,
  article p,
  article ul {
    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;
}
.home-topics__content {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .home-topics__content {
    padding: 0 75px;
  }
}
.home-topics__content-item__origin {
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-topics__content-item__origin {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .home-topics__content-item__origin {
    margin-bottom: 75px;
  }
}
.home-topics__content-item {
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
}
.home-topics__cat {
  display: flex;
  margin-bottom: 25px;
}
.home-topics__cat-item {
  color: #aaa;
  cursor: pointer;
  font-family:
    Oswald,
    Yu Gothic,
    YuGothic,
    メイリオ,
    meiryo,
    ヒラギノ角ゴ pro w3,
    hiragino kaku gothic pro,
    sans-serif;
  padding-bottom: 3px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
}
@media screen and (max-width: 768px) {
  .home-topics__cat-item {
    font-size: 1.5rem;
    margin-right: 25px;
  }
}
@media screen and (min-width: 769px) {
  .home-topics__cat-item {
    font-size: 2rem;
    margin-right: 50px;
  }
}
.home-topics__cat-item:after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  transition: all 0.2s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
  width: 0;
}
.home-topics__cat-item.seeing,
.home-topics__cat-item:hover {
  color: #000;
}
.home-topics__cat-item.seeing:after,
.home-topics__cat-item:hover:after {
  left: 0;
  width: 100%;
}
.home-topics__content-list {
  min-height: 365px;
}
.home-topics__content-list__item {
  background: #fff;
  box-sizing: border-box;
  min-height: 60px;
}
.home-topics__content-list__item:not(:last-child) {
  border-bottom: 1px solid #eeeeed;
}
.home-topics__meta {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-topics__meta {
    flex-wrap: wrap;
    padding: 10px 50px 10px 20px;
  }
}
@media screen and (min-width: 769px) {
  .home-topics__meta {
    height: 60px;
    padding: 0 50px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-topics__content-date {
    margin-bottom: 10px;
    margin-right: 15px;
    width: 100px;
  }
}
@media screen and (min-width: 769px) {
  .home-topics__content-date {
    width: 135px;
  }
}
.home-topics__content-cat {
  align-items: center;
  background: #0027fd;
  color: #fff;
  display: flex;
  font-family:
    Oswald,
    Yu Gothic,
    YuGothic,
    メイリオ,
    meiryo,
    ヒラギノ角ゴ pro w3,
    hiragino kaku gothic pro,
    sans-serif;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-topics__content-cat {
    height: 22px;
    margin-bottom: 10px;
    width: 75px;
  }
}
@media screen and (min-width: 769px) {
  .home-topics__content-cat {
    height: 30px;
    margin-right: 40px;
    width: 78px;
  }
}
.home-topics__content-ttl {
  color: #000;
}
@media screen and (max-width: 768px) {
  .home-topics__content-ttl {
    width: 100%;
  }
}
a.home-topics__content-ttl {
  position: relative;
}
@media screen and (min-width: 769px) {
  a.home-topics__content-ttl:after {
    background: #000;
    bottom: 2px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    transition: all 0.5s ease;
    width: 0;
  }
  a.home-topics__content-ttl:hover:after {
    left: 0;
    width: 100%;
  }
}
.home-topics__content-link {
  color: #0027fd;
  font-family:
    Oswald,
    Yu Gothic,
    YuGothic,
    メイリオ,
    meiryo,
    ヒラギノ角ゴ pro w3,
    hiragino kaku gothic pro,
    sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-left: auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .home-topics__content-link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .home-topics__content-link {
    font-size: 1.4rem;
  }
}
.home-topics__content-link:after {
  background-image: url(../../images/common/icon-arrow-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 4px;
  margin-left: 12px;
  position: relative;
  top: -5px;
  width: 17px;
}
@media screen and (max-width: 768px) {
  .article-wrapper {
    padding-bottom: 80px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .article-wrapper {
    padding: 80px 0 120px;
    width: 766px;
  }
}
.article-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .article-meta {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .article-meta {
    margin-bottom: 20px;
  }
}
.article-date {
  display: block;
}
.article-cat {
  align-items: center;
  background: #0027fd;
  color: #fff;
  display: flex;
  font-family:
    Oswald,
    Yu Gothic,
    YuGothic,
    メイリオ,
    meiryo,
    ヒラギノ角ゴ pro w3,
    hiragino kaku gothic pro,
    sans-serif;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .article-cat {
    height: 22px;
    margin-right: 20px;
    width: 75px;
  }
}
@media screen and (min-width: 769px) {
  .article-cat {
    height: 30px;
    margin-right: 30px;
    width: 78px;
  }
}
.article-ttl {
  line-height: 1.6666666667;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .article-ttl {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .article-ttl {
    margin-bottom: 25px;
  }
}
.article-btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .article-btn {
    align-items: center;
    flex-direction: column;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  .article-btn {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .article-btn__item {
    margin: 15px 0;
  }
}
@media screen and (min-width: 769px) {
  .article-btn__item {
    margin: 0 33px;
    width: 260px;
  }
}
#tinymce {
  box-sizing: border-box;
  padding: 30px !important;
}
article iframe {
  max-width: 100%;
}
article p {
  line-height: 1.875;
  margin-bottom: 3em;
}
article h1 {
  border-left: 3px solid #000;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  article h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  article h1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
}
article h2 {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  article h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px) {
  article h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    padding: 15px 0;
  }
}
article h3 {
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  article h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px) {
  article h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding: 15px 0;
  }
}
article h4 {
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  article h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  article h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
article em {
  font-style: italic;
}
article a {
  color: #0027fd;
  text-decoration: underline;
  transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
}
article a:hover {
  opacity: 0.6;
}
article ol,
article ul {
  box-sizing: border-box;
  margin-bottom: 4em;
  padding-left: 2.5em;
}
article ul li {
  list-style-type: disc;
}
article ol li {
  list-style-type: decimal;
}
article blockquote {
  background: #f7f5f2;
  box-sizing: border-box;
  margin-bottom: 4em;
  padding: 2em;
}
article table {
  margin: 2em 0;
}
article td,
article th {
  border: 1px solid #505050;
  box-sizing: border-box;
  padding: 0.5em;
  vertical-align: middle;
}
article img {
  height: auto;
  margin-bottom: 3em;
}
article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article .alignright {
  float: right;
  margin-left: 30px;
}
article .alignleft {
  float: left;
  margin-right: 30px;
}
article hr {
  margin-bottom: 40px;
}
