.article-section {
  padding: 40px 0 80px
}

.article-section .article {
  background: #fff;
  padding: 80px 0
}

.article-section .article .inner-block {
  width: 680px;
  margin: 0 auto
}

.article-section .article .inner-block .news-head {
  margin-bottom: 16px
}

.article-section .article .inner-block .article-title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700
}

.article-section .article .inner-block .article-thumb {
  margin-bottom: 40px
}

.article-section .article .inner-block .article-thumb img {
  height: auto;
  width: 100%
}

.article-section .article .inner-block .article-head {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6
}

.article-section .article .inner-block .article-sub-head {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6
}

.article-section .article .inner-block .article-text {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.8
}

.article-section .article .inner-block .article-text a {
  color: #C8B482
}

.article-section .article .inner-block .article-text a:hover {
  text-decoration: none
}

.article-section .article .inner-block .article-list-dot {
  margin-bottom: 24px
}

.article-section .article .inner-block .article-list-dot li {
  position: relative
}

.article-section .article .inner-block .article-list-dot li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  border-radius: 100%;
  background: #C8B482
}

.article-section .article .inner-block .article-list-dot li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.8
}

.article-section .article .inner-block .article-list-dot li:before {
  width: 5px;
  height: 5px
}

.article-section .article .inner-block .btn-link-list {
  margin-top: 40px
}

/* WordPressのthe_content()で出力される標準HTMLタグのスタイル */
.article-section .article .inner-block .article-content h1,
.article-section .article .inner-block .article-content h2,
.article-section .article .inner-block .article-content h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.article-section .article .inner-block .article-content h4 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.article-section .article .inner-block .article-content h5,
.article-section .article .inner-block .article-content h6 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.article-section .article .inner-block .article-content p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.8;
}

.article-section .article .inner-block .article-content p a {
  color: #C8B482;
}

.article-section .article .inner-block .article-content p a:hover {
  text-decoration: none;
}

.article-section .article .inner-block .article-content ul,
.article-section .article .inner-block .article-content ol {
  margin-bottom: 24px;
}

.article-section .article .inner-block .article-content ul li,
.article-section .article .inner-block .article-content ol li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.article-section .article .inner-block .article-content ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  border-radius: 100%;
  background: #C8B482;
  width: 5px;
  height: 5px;
}

.article-section .article .inner-block .article-content img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.article-section .article .inner-block .article-content div {
  margin-bottom: 24px;
}

/* レスポンシブ対応 - article-content内の要素 */
@media screen and (max-width:840px) {
  .article-section .article {
    padding: 60px 40px
  }

  .article-section .article .inner-block {
    width: 100%
  }
}

@media screen and (max-width:480px) {

  .article-section .article .inner-block .article-content h1,
  .article-section .article .inner-block .article-content h2,
  .article-section .article .inner-block .article-content h3 {
    font-size: 20px;
  }

  .article-section .article .inner-block .article-content h4 {
    font-size: 18px;
  }
}

@media screen and (max-width:480px) {
  .article-section {
    padding: 24px 0 64px
  }

  .article-section .article {
    padding: 48px 16px
  }

  .article-section .article .inner-block .article-title {
    font-size: 20px
  }

  .article-section .article .inner-block .article-head {
    font-size: 22px
  }

  .article-section .article .inner-block .btn-link-list li {
    width: 50%;
    padding: 0 4px
  }

  .article-section .article .inner-block .btn-link-list li a {
    width: 100%
  }
}

.news-list-section {
  background: #fff;
  padding: 80px 0
}

.news-list-section .news-list .news-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.news-list-section .news-list .news-column .thumb-block {
  width: 184px;
  margin-right: 24px
}

/* CSS追加 */
.news-list-section .news-list .news-column .thumb-block img {
  aspect-ratio: 184 / 104;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}


.news-list-section .news-list .news-column .news-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.news-list-section .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.news-list-section .pagenation li {
  margin: 0 4px
}

.news-list-section .pagenation .btn-num a,
.news-list-section .pagenation .btn-num span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #F0EDE6;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none
}

.news-list-section .pagenation .btn-num a:hover {
  background: #FBFAF7;
  border: 1px solid #F0EDE6;
  color: #333
}

.news-list-section .pagenation .is-current span {
  background: #2E483E;
  border: none;
  color: #fff
}

.news-list-section .pagenation .btn-arrow a {
  display: block;
  background: url("../../assets/images/icn_arrow01.png") no-repeat top 50% left 50%;
  background-size: 6px 10px;
  width: 40px;
  height: 40px
}

.news-list-section .pagenation .btn-arrow a:hover {
  background: url("../../assets/images/icn_arrow02.png") no-repeat top 50% left 50%;
  background-size: 6px 10px
}

.news-list-section .pagenation .btn-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

@media screen and (max-width:840px) {
  .news-list-section .news-list .news-column .thumb-block {
    width: 120px
  }
}

@media screen and (max-width:480px) {
  .news-list-section {
    padding: 48px 0
  }

  .news-list-section .news-list .news-column {
    display: block
  }

  .news-list-section .news-list li a {
    background: none;
    padding-right: 16px;
  }

  .news-list-section .news-list .news-column .thumb-block {
    width: 100%;
    margin: 0 0 24px 0
  }
}

/* 記事タグリスト */
.article-section .article .inner-block .article-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.article-section .article .inner-block .article-tag-list li {
  margin-right: 8px;
  padding: 4px 8px;
  background: rgba(51, 51, 51, 0.0509803922);
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.6;
}

/* 記事サブヘッダー02 */
.article-section .article .inner-block .article-sub-head02 {
  margin-bottom: 24px;
  border-left: 3px solid #2E483E;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

/* 著者ブロック */
.article-section .article .inner-block .author-block {
  margin-top: 64px;
  background: #FBFAF7;
  padding: 32px;
}

.article-section .article .inner-block .author-block .author-name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.article-section .article .inner-block .author-block .author-name-block .img {
  width: 80px;
}

.article-section .article .inner-block .author-block .author-name-block .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

.article-section .article .inner-block .author-block .author-name-block .name dt {
  font-size: 14px;
  font-weight: 700;
  color: #C8B482;
  line-height: 1.6;
}

.article-section .article .inner-block .author-block .author-name-block .name dd {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.article-section .article .inner-block .author-block .text {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
}

.article-section .article .inner-block .author-block .text-title {
  margin: 16px 0 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}

/* SNSリンクリスト */
.article-section .article .inner-block .sns-link-list {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-section .article .inner-block .sns-link-list li {
  padding: 0 16px;
}

.article-section .article .inner-block .sns-link-list li a {
  display: block;
  width: 24px;
}

.article-section .article .inner-block .sns-link-list li a:hover {
  opacity: 0.7;
}

/* リソースコラム */
.article-section .resource-column {
  margin: 64px auto 0;
  width: 85%;
  padding: 48px 40px;
  background: -webkit-gradient(linear, left top, right top, from(#2E483E), color-stop(40%, #21674C), color-stop(60%, #21674C), to(#2E483E));
  background: linear-gradient(90deg, #2E483E 0%, #21674C 40%, #21674C 60%, #2E483E 100%);
}

.article-section .resource-column .column-title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.02em;
}

.article-section .resource-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-section .resource-column .inner-column .img {
  width: 40%;
}

.article-section .resource-column .inner-column .exp-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}

.article-section .resource-column .inner-column .exp-block .catch {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
}

.article-section .resource-column .inner-column .exp-block .list-dot {
  margin-bottom: 24px;
}

.article-section .resource-column .inner-column .exp-block .list-dot li {
  color: #fff;
}

.article-section .resource-column .inner-column .exp-block .btn a {
  height: 50px;
  line-height: 50px;
}

/* 記事ナビゲーション */
.article-section .article-nav {
  margin-top: 64px;
  border-top: 1px solid #F0EDE6;
  border-bottom: 1px solid #F0EDE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-section .article-nav li {
  width: 50%;
  position: relative;
}

.article-section .article-nav li a {
  display: block;
  padding: 32px;
  text-decoration: none;
  position: relative;
}

.article-section .article-nav li a:before {
  content: "";
  position: absolute;
  background: url("../images/icn_arrow03.png") no-repeat top 0 left 0;
  background-size: cover;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 18px;
}

.article-section .article-nav li a:hover {
  background-color: #F0EDE6;
}

.article-section .article-nav li a:hover:before {
  background: url("../images/icn_arrow04.png") no-repeat top 0 left 0;
  background-size: cover;
}

.article-section .article-nav li a .nav-block dt {
  margin-bottom: 16px;
  color: rgba(51, 51, 51, 0.5019607843);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.article-section .article-nav li a .nav-block dd {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.article-section .article-nav li.nav-prev a {
  padding-left: 72px;
}

.article-section .article-nav li.nav-prev a:before {
  left: 24px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.article-section .article-nav li.nav-next a {
  padding-right: 72px;
}

.article-section .article-nav li.nav-next a:before {
  right: 24px;
}

.article-section .article-nav li.nav-next a .nav-block dd,
.article-section .article-nav li.nav-next a .nav-block dt {
  text-align: right;
}

/* ブログセクション（サイドバー付きレイアウト） */
.blog-section {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 229, 223, 0.6)), color-stop(20%, rgba(240, 237, 230, 0.6)));
  background: linear-gradient(180deg, rgba(232, 229, 223, 0.6) 0%, rgba(240, 237, 230, 0.6) 20%);
  position: relative;
}

.blog-section:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-section .container {
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.blog-section .main-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  padding: 64px 64px 80px 0;
}

.blog-section .main-contents .news-head .date {
  color: rgba(51, 51, 51, 0.5019607843);
}

.blog-section .main-contents .news-list li a {
  background-image: none;
  padding: 24px 16px;
}

.blog-section .main-contents .news-list li a .news-title {
  margin-bottom: 4px;
  font-size: 18px;
}

.blog-section .main-contents .news-list li a .news-head {
  margin-bottom: 8px;
}

.blog-section .main-contents .news-list li a .news-text {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.blog-section .main-contents .news-list .news-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-section .main-contents .news-list .news-column .thumb-block {
  width: 25%;
  margin-right: 24px;
}

.blog-section .main-contents .news-list .news-column .news-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-section .main-contents .blog-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.blog-section .main-contents .blog-category-list li {
  padding: 0 16px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-section .main-contents .blog-category-list li .text {
  display: block;
}

.blog-section .main-contents .blog-category-list li:hover {
  color: #C8B482;
}

.blog-section .main-contents .blog-category-list li.is-active {
  color: #C8B482;
}

.blog-section .main-contents .blog-category-list li.is-active .text {
  border-bottom: 2px solid #C8B482;
}

.blog-section .main-contents .blog-category-list-sp {
  display: none;
}

.blog-section .main-contents .blog-tab-contents {
  display: none;
}

.blog-section .main-contents .blog-tab-contents.is-show {
  display: block;
}

.blog-section .side-contents {
  width: 380px;
  padding: 64px 32px;
}

.blog-section .side-contents .side-title {
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  color: #2E483E;
  font-size: 20px;
  font-weight: 600;
}

.blog-section .side-contents .btn {
  margin-bottom: 48px;
}

.blog-section .side-contents .btn .btn-primary {
  width: 100%;
  height: 56px;
  line-height: 56px;
}

.blog-section .side-contents .ranking-list {
  margin-bottom: 48px;
}

.blog-section .side-contents .ranking-list li {
  margin-bottom: 24px;
}

.blog-section .side-contents .ranking-list li:last-child {
  margin-bottom: 0;
}

.blog-section .side-contents .ranking-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
}

.blog-section .side-contents .ranking-list li a .img {
  width: 128px;
}

.blog-section .side-contents .ranking-list li a .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 16px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.blog-section .side-contents .ranking-list li a .rank-text {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  background: #2E483E;
}

.blog-section .side-contents .ranking-list li a .rank-text.rank1 {
  background: #C8B482;
}

.blog-section .side-contents .ranking-list li a .rank-text.rank2 {
  background: #848484;
}

.blog-section .side-contents .ranking-list li a .rank-text.rank3 {
  background: #9F7354;
}

.blog-section .side-contents .ranking-list li a:hover .title {
  color: #C8B482;
}

.blog-section .side-contents .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-section .side-contents .tag-list li {
  margin: 0 12px 12px 0;
}

.blog-section .side-contents .tag-list li a {
  display: block;
  background: #fff;
  border-radius: 2px;
  padding: 4px 8px;
  color: #333;
  font-size: 12px;
  line-height: 1.6;
  text-decoration: none;
}

.blog-section .side-contents .tag-list li a:hover {
  background: rgba(51, 51, 51, 0.0509803922);
}

.blog-section .news-list .news-column .thumb-block img {
  aspect-ratio: 216 / 113;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.blog-section .ranking-list li img {
  aspect-ratio: 128 / 69;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* レスポンシブ対応 - 著者ブロック等のメディアクエリ */

@media screen and (max-width:1360px) {
  .blog-section .container {
    width: 100%;
    padding: 0 40px;
  }
}

@media screen and (max-width:960px) {
  .article-section .resource-column {
    width: 100%;
  }

  .blog-section:before {
    content: none;
  }

  .blog-section .container {
    display: block;
    padding: 0;
  }

  .blog-section .main-contents {
    padding: 64px 40px 80px;
  }

  .blog-section .side-contents {
    width: 100%;
    padding: 64px 40px 80px;
  }
}

@media screen and (max-width:840px) {
  .article-section .resource-column .inner-column {
    display: block;
  }

  .article-section .resource-column .inner-column .img {
    width: 100%;
    margin: 0 auto 24px;
  }

  .article-section .resource-column .inner-column .exp-block {
    padding: 0;
  }

  .article-section .resource-column .inner-column .exp-block .btn a {
    margin: 0 auto;
  }

  .article-section .article-nav li a {
    padding: 24px;
  }
}

@media screen and (max-width:480px) {
  .article-section .article .inner-block .author-block {
    margin-top: 40px;
    padding: 32px 24px;
  }

  .article-section .article .inner-block .author-block .author-name-block {
    display: block;
  }

  .article-section .article .inner-block .author-block .author-name-block .img {
    margin: 0 auto 20px;
  }

  .article-section .article .inner-block .author-block .author-name-block .name {
    padding: 0;
    text-align: center;
  }

  .article-section .article .inner-block .author-block .author-name-block .name dd {
    font-size: 18px;
  }

  .article-section .article .inner-block .sns-link-list {
    margin-top: 40px;
  }

  .article-section .resource-column {
    margin: 48px -24px 0;
    width: auto;
    padding: 48px 24px;
  }

  .article-section .resource-column .column-title {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .article-section .article-nav {
    margin-top: 48px;
  }

  .article-section .article-nav li a {
    padding: 24px 24px 48px 24px !important;
  }

  .article-section .article-nav li a:before {
    top: inherit;
    bottom: 16px;
  }

  .article-section .article-nav li a .nav-block dt {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .article-section .article-nav li a .nav-block dd {
    font-size: 14px;
  }

  .blog-section .main-contents {
    padding: 48px 16px 64px;
  }

  .blog-section .main-contents .news-list li a .news-title {
    font-size: 16px;
  }

  .blog-section .main-contents .news-list li a .news-text {
    -webkit-line-clamp: 6;
  }

  .blog-section .main-contents .news-list .news-column {
    display: block;
  }

  .blog-section .main-contents .news-list .news-column .thumb-block {
    width: 100%;
    margin: 0 0 24px;
  }

  .blog-section .main-contents .blog-category-list {
    display: none;
  }

  .blog-section .main-contents .blog-category-list-sp {
    display: block;
    margin-bottom: 32px;
  }

  .blog-section .main-contents .blog-category-list-sp .list-title {
    background: url("../images/icn_arrow_btm01.png") no-repeat top 50% right 16px;
    background-size: 16px 16px;
    padding: 16px;
    border-bottom: 1px solid #2E483E;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
  }

  .blog-section .main-contents .blog-category-list-sp .list-title.is-open {
    background: url("../images/icn_arrow_top.png") no-repeat top 50% right 16px;
    background-size: 16px 16px;
  }

  .blog-section .main-contents .blog-category-list-sp .category-list {
    display: none;
    margin-top: 8px;
    background: #FBFAF7;
    padding: 0 16px;
  }

  .blog-section .main-contents .blog-category-list-sp .category-list li {
    border-bottom: 1px solid #F0EDE6;
    padding: 16px 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
  }

  .blog-section .main-contents .blog-category-list-sp .category-list li.is-active {
    color: #C8B482;
  }

  .blog-section .side-contents {
    padding: 48px 32px 64px;
  }
}