/* ==========================================================================

    blog.css

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/




/* 色
--------------------------------------*/










/* セレクション */


/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */






/* 中国語のフォント */




/* ベトナム語のフォント */






/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* ニュース一覧 */
.section--news .news-category {
  flex-wrap: wrap;
  margin-top: -10px;
  padding-bottom: 0;
}

.section--news .news-category__item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section--news .news-category__item:not(:last-child):before {
  height: 20px;
  top: calc(50% - 10px);
}

.section--news .news-category__item a {
  color: #545460;
  display: block;
  font-size: 16px;
  font-family: 'NotoSansCJKjp', sans-serif;
  line-height: 2;
  letter-spacing: .2em;
  transition: .5s;
  position: relative;
}

.section--news .news-category__item a:after {
  content: "";
  background-color: #434698;
  opacity: 0;
  position: absolute;
  bottom: -11px;
  left: 0;
  height: 4px;
  width: 100%;
}
@media all and (-ms-high-contrast:none){
  .section--news .news-category__item a:after {
    bottom: -10px;
  }
}

.section--news .news-category__item a:hover {
  color: #434698;
}

.section--news .news-category__item a.is-active {
  color: #434698;
  position: relative;
}
.section--news .news-category__item a.is-active:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .section--news .news-select select {
    line-height: 1.8;
    letter-spacing: .15em;
  }
}

@media screen and (max-width: 767px) {
  .section--news .news-menu {
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  }
}

@media screen and (max-width: 767px) {
  .section--news .news-menu .rss-tag {
    padding-top: 0 !important;
  }
}

.section--news .news-list__item__heading {
  padding-left: 0 !important;
}

.section--news .no-list {
  display: none;
}

.section--news .no-list.is-active {
  display: block;
}


/* ページャー */
.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .blog-pagination {
    margin-top: 60px;
  }
}

.blog-pagination .blog-pagination__item:not(:last-child) {
  margin-right: 25px;
}

.blog-pagination__item__link {
 color: #333570;
 display: block;
 font-family: 'CabinCondensed-Medium', sans-serif;
 font-size: 20px;
 line-height: 1.5;
 letter-spacing: .1em;
 transition: .5s;
}
@media screen and (max-width: 767px) {
  .blog-pagination__item__link {
   font-size: 18px;
  }
}

.blog-pagination__item__link:hover {
  color: #434698;
}

.blog-pagination__item__link.blog-pagination__link--active {
  color: #434698;
}

.blog-pagination__item__link.blog-pagination__item__link--prev:hover,
.blog-pagination__item__link.blog-pagination__item__link--next:hover {
  background-color: #434698;
 }

 .blog-pagination__item__link.blog-pagination__item__link--prev,
.blog-pagination__item__link.blog-pagination__item__link--next {
  background-color: #333570;
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  height: 28px;
  transition: .5s;
  width: 28px;
}
@media screen and (max-width: 767px) {
  .blog-pagination__item__link.blog-pagination__item__link--prev,
  .blog-pagination__item__link.blog-pagination__item__link--next {
    height: 24px;
    width: 24px;
  }
}

.blog-pagination__item__link.blog-pagination__item__link--prev {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==");
}

.blog-pagination__item__link.blog-pagination__item__link--next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==");
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  display: none;
}


/* ニュース詳細ページ */
.news-detail-billboard {
  display: block;
  padding-top: 20px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-detail-billboard {
    padding-top: 15px;
    margin-bottom: 45px;
  }
}

.section--blog .news-detail-billboard {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section--blog .news-detail-billboard {
    margin-bottom: 35px;
  }
}

.news-detail-billboard:before {
  content: "";
  background-color: #c0c0c6;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.news-detail-billboard:after {
  content: "";
  background-color: #434698;
  height: 1px;
  width: 122px;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .news-detail-billboard:after {
    width: 100px;
  }
}

.news-detail-billboard .blog-date {
  color: #333570;
  font-size: 17px;
  font-family: 'CabinCondensed-Medium', sans-serif;
  line-height: 1.8;
  letter-spacing: .35em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .news-detail-billboard .blog-date {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.blog-heading-2 {
  color: #373447;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: .15em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .blog-heading-2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}


/* タグ */
.blog-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .blog-tag-list {
    margin-top: 0;
  }
}

.blog-tag-list__item {
  margin-right: 10px;
  margin-top: 10px;
}


/* .blog-tag-list__item__link, */
.blog-tag-list__item a {
  background-color: #f8fafb;
  border-radius: 4px;
  color: #545460;
  display: inline-block;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-size: 13px;
  letter-spacing: .2em;
  line-height: 2;
  padding: 5px 30px;
}

@media screen and (max-width: 767px) {
/*   .blog-tag-list__item__link, */
  .blog-tag-list__item a {
    font-size: 12px;
    padding: 5px 20px;
  }
}@media all and (-ms-high-contrast: none)  {
  .blog-tag-list__item__link {
    padding: 5px 30px 0 30px;
  }
}


/* ブログ */
.section--blog {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section--blog {
    margin-bottom: 0;
  }
}

.section--blog:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section--blog:not(:first-child) {
    margin-top: 60px;
  }
}

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
}
@media screen and (max-width: 1049px) {
  .blog-index {
    display: block;
  }
}


.blog-tags {
  margin-bottom: 80px;
}
.blog-tags__list {
/*   background-color: rgb(235, 235, 235); */
  display: flex;
  flex-wrap: wrap;
/*   padding: 30px 45px; */
}
/* .blog-tags__title {
  color: #333570;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 10px;
} */
.blog-tags__list a {
  color: #363447;
  display: inline-block;
  font-size: 14px;
  margin: 0 20px 0 0;
  transition: opacity .5s ease;
}
.blog-tags__list a:hover {
  opacity: .3;
}
@media screen and (max-width:767px){
  .blog-tags {
    margin-bottom: 60px;
  }
/*   .blog-tags__title {
    font-size: 11px;
  } */
/*   .blog-tags__list {
    padding: 20px 30px;
  } */
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .blog-list {
    display: block;
  }
}

.blog-index-wrapper {
  box-sizing: border-box;
  width: calc(100% - 310px);
}
@media screen and (max-width: 1049px) {
  .blog-index-wrapper {
    border-right: none;
    width: 100%;
  }
}

.blog-list-wrapper .container {
  margin-bottom: 50px;
}

.blog-list-wrapper {
  margin-top: 80px;
  width: calc(100% - 500px);
}

.rss-heading {
  display: table;
  margin-bottom: 40px;
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .rss-heading {
    margin-top: 60px;
  }
}

.rss-tag {
  display: table-cell;
  height: 100%;
  margin-top: auto;
  position: relative;
  right: -70px;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 1049px) {
  .rss-tag {
    right: 0;
  }
}

.rss-tag a {
  color: #545460;
  display: inline-block;
  font-family: 'CabinCondensed-Regular', sans-serif;
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 1.5;
  padding-right: 30px;
  position: relative;
}

.rss-tag a:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDk4LjI1IDk4LjI2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzUyNTg3Mjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PGcgaWQ9Imljb19yc3MiIGRhdGEtbmFtZT0iaWNvIHJzcyI+PHBhdGggaWQ9IuODkeOCuV8yNSIgZGF0YS1uYW1lPSLjg5HjgrkgMjUiIGNsYXNzPSJjbHMtMSIgZD0iTTAsMi40NlYxNy4zM2EyLjMyLDIuMzIsMCwwLDAsMi4zMiwyLjMzaDBBNzguNjIsNzguNjIsMCwwLDEsNzguNTgsOTUuOTJhMi4zOCwyLjM4LDAsMCwwLDIuMzQsMi4zM0g5NS43OWEyLjQ2LDIuNDYsMCwwLDAsMi40Ni0yLjQ2di0uMDZBOTguMyw5OC4zLDAsMCwwLDIuNTIsMCwyLjQ2LDIuNDYsMCwwLDAsMCwyLjRaIi8+PHBhdGggaWQ9IuODkeOCuV8yNiIgZGF0YS1uYW1lPSLjg5HjgrkgMjYiIGNsYXNzPSJjbHMtMSIgZD0iTTAsMzYuODhWNTEuNzdhMi4zMiwyLjMyLDAsMCwwLDIuMzIsMi4zMmgwQTQ0LjI0LDQ0LjI0LDAsMCwxLDQ0LjE5LDk1LjlhMi4zMywyLjMzLDAsMCwwLDIuMywyLjM2SDYzLjkxQTYzLjksNjMuOSwwLDAsMCwyLjU3LDM0LjQyLDIuNDgsMi40OCwwLDAsMCwwLDM2Ljc4WiIvPjxjaXJjbGUgaWQ9IualleWGhuW9ol82IiBkYXRhLW5hbWU9IualleWGhuW9oiA2IiBjbGFzcz0iY2xzLTEiIGN4PSIxMi4xOSIgY3k9Ijg2LjA2IiByPSIxMi4xOSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
}

.blog-list__item {
  display: block;
  margin-bottom: 40px;
	transition: .5s;
  width: 30.5%
}

/* @media screen and (min-width: 768px) {
  .blog-list__item:nth-child(2n+2) {
    margin-left: 40px;
  }
} */
@media screen and (max-width: 767px) {
  .blog-list__item {
    margin-bottom: 70px;
    width: 100%;
  }
  .blog-list__item:last-child {
    margin-bottom: 0;
  }
}

/* @media screen and (min-width: 1050px) {
  .blog-list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
 */
.blog-list--related .blog-list__item:nth-child(n+3) {
  display: none;
}

.blog-list__item__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 12px 5px rgba(0,0,0,.05) inset;
  height: 211px;
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 1049px) {
  .blog-list__item__image {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .blog-list__item__image {
    height: 142px;
  }
}

.blog-list__item__image-variable {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog-list__item__image-variable {
    margin-bottom: 15px;
  }
  .blog-list__item__image-variable img {
    display: block;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
  }
}

.blog-list__item__content__date {
  color: #373447;
  font-family: 'CabinCondensed-Medium', sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.4167;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .blog-list__item__content__date {
    //font-size: 14px;
  }
}

.blog-list__item__content__title {
  border-bottom: solid 1px rgba(112,112,112,.5);
  line-height: 1.375;
  padding-bottom: 17px;
}
.blog-list__item__content__title a {
  color: #545460;
  display: block;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  transition: color .5s ease;
}
@media screen and (max-width: 767px) {
  .blog-list__item__content__title a {
    //font-size: 17px;
  }
}

.blog-list__item__content__title:not(:last-child) {
  margin-bottom: 10px;
}

.blog-list__item:hover .blog-list__item__content__title {
  color: #434698;
}


.blog-list__item:hover .blog-list__item__content__title a {
  color: #434698;
}


/* サブナビ  */
.blog-subnav {
  box-sizing: border-box;
  right: 0;
  width: 310px;
}
@media screen and (max-width: 1049px) {
  .blog-subnav {
    margin-top: 80px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .blog-subnav {
    margin-top: 60px;
  }
}

.blog-subnav__inner {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.blog-subnav__inner::-webkit-scrollbar {
  display:none;
}

.blog-subnav__banner {
  margin-bottom: 60px;
  padding: 20px 20px 0px 20px;
}
@media screen and (max-width: 1049px) {
  .blog-subnav__banner {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;    
    padding: 50px 30px 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog-subnav__banner {
    margin-bottom: 30px;
    padding: 30px 20px 0px 20px;
  }
}

.blog-subnav__archive {
  padding-left: 70px;
}
@media screen and (max-width: 1049px) {
  .blog-subnav__archive {
    padding-left: 0;
  }
}

.blog-subnav__archive .cta_button img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .blog-subnav__archive .cta_button img {
    max-width: 450px;
  }
}

.blog-subnav__archive__list-wrapper:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .blog-subnav__archive__list-wrapper:not(:first-child) {
    margin-top: 15px;
  }
}

.blog-subnav__archive__list-wrapper:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blog-subnav__archive__list-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}

.blog-subnav__archive__list {
  border-bottom: 1px dotted #c0c0c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  padding-bottom: 20px;
	transition: .5s;
}
@media screen and (max-width: 767px) {
  .blog-subnav__archive__list {
    padding-bottom: 15px;
  }
}

.blog-subnav__archive__list:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .blog-subnav__archive__list:not(:last-child) {
    margin-bottom: 15px;
  }
}

.blog-subnav__archive__list:hover {
	color: #434698;
}

.blog-subnav__archive__title {
  border-bottom: 1px solid #c0c0c6;
  font-size: 18px;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  line-height: 1.5;
  letter-spacing: .1em;
  padding-bottom: 5px;
  position: relative;
}

.blog-subnav__archive__title:before {
  background-color: #434698;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 85px;
}

.blog-subnav__archive__title:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 1049px) and (min-width: 768px) {
  .blog-subnav__archive__title:not(:first-child) {
    margin-top: 40px;
  }
}

.blog-subnav__archive__list__right {
  margin-right: 15px;
}

.blog-subnav__archive__list__right__image {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .blog-subnav__archive__list__right__image {
    width: 110px;
  }
}

.blog-subnav__archive__list__right__date {
  color: #333570;
  font-family: 'CabinCondensed-Medium', sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 1049px) {
  .blog-subnav__archive__list__right__date {
    margin-top: 3;
  }
}
@media screen and (max-width: 767px) {
  .blog-subnav__archive__list__right__date {
    font-size: 12px;
  }
}

.blog-subnav__archive__list__left {
  width: calc(100% - 125px);
}

.blog-subnav__archive__list__left__small {
  font-size: 14px;
}

.blog-subnav__archive__list__left__small:not(:first-child) {
  margin-top: 10px;
}

.blog-subnav__archive__list__left a {
  color: #545460;
  display: block;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 14px;
  letter-spacing: .15em;
  line-height: 1.6;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .blog-subnav__archive__list__left a {
    font-size: 13px;
  }
}

.blog-subnav__archive__list:hover .blog-subnav__archive__list__left a {
  color: #434698;
  text-decoration: none;
}

.blog-subnav__archive__categories-list .blog-subnav__archive__categories-list__item:not(:last-child) {
  border-bottom: 1px dotted #545460;
}

.blog-subnav__archive__categories-list .blog-subnav__archive__categories-list__item a {
  color: #545460;
  display: block;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 14px;
  letter-spacing: .15em;
  line-height: 1.6;
  transition: .5s;
  padding: 10px 0;
}

.blog-subnav__archive__categories-list .blog-subnav__archive__categories-list__item a:hover {
  color: #434698;
}


.blog-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.blog-tag-list__item {
  line-height: 1;
  margin: 5px 7px 0;
}

/* .blog-tag-list__item__link, */
.blog-tag-list__item a {
  background-color: transparent; //#707070;//#f8fafb;
  border-radius: 11px;
  color: ;
  display: inline-block;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.5;
  padding: 1px 10px 2px 0;
  transition: .5s;
}
.blog-tag-list__item a::before {
  content: '#';
}
/* _:-ms-fullscreen, :root .blog-tag-list__item a,
_:-ms-fullscreen, :root .blog-tag-list__item__link {
  padding: 10px 10px 5px 10px;
} */

.blog-tag-list__item a:hover {
  opacity: .7;
}


/* 詳細ページ */
.blog-content-wrapper {
  box-sizing: border-box;
  width: calc(100% - 310px);
}
@media screen and (max-width: 1049px) {
  .blog-content-wrapper {
    border-right: none;
    width: 100%;
  }
}

.blog-content .blog-content__inner {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blog-content .blog-content__inner {
    margin-bottom: 40px;
  }
}

.blog-content .blog-content__image {
  box-shadow: 0px 0px 12px 5px rgba(0,0,0,.05) inset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 422px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-content .blog-content__image {
      height: 142px;
  }
}

.blog-content .blog-content__date {
  background-color: #333570;
  color: #ffffff;
  font-family: 'CabinCondensed-Regular', sans-serif;
  font-size: 18px;
  left: 0;
  letter-spacing: .35em;
  padding: 5px 20px;
  position: absolute;
  top: 0;;
}
@media screen and (max-width: 767px) {
  .blog-content .blog-content__date {
    font-size: 12px;
    padding: 4px 14px;
  }
}

.blog-content__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blog-content__heading {
    margin-bottom: 30px;
  }
}

.blog-content__heading__inner {
  color: #373447;
  display: inline;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: .17em;
}
@media screen and (max-width: 767px) {
  .blog-content__heading__inner {
    font-size: 22px;
  }
}

.blog-content .blog-tag-list .blog-tag-list__item .blog-tag-list__item__link {
  font-size: 13px;
  line-height: 1;
  letter-spacing: .15em;
/*   padding: 6px 10px; */
}
@media screen and (max-width: 767px) {
  .blog-content .blog-tag-list .blog-tag-list__item .blog-tag-list__item__link {
    font-size: 11px;
  }
}

@media screen and (max-width: 1049px) {
  .blog-post__body__billborad img {
      margin-left: -50px;
      margin-right: -50px;
      max-width: inherit;
      width: calc(100% + 100px);
    }
}
@media screen and (max-width: 767px) {
  .blog-post__body__billborad img {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.blog-post__body__recommend {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .blog-post__body__recommend {
    margin-top: 60px;
  }
}

.hubspot-disable-focus-styles .summary-area {
  display: block !important;
}

.summary-area {
  border: 1px solid #c0c0c6;
  border-radius: 5px;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .summary-area {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}

.summary-area__title {
  border-radius: 5px 5px 0 0;
  color: #545460;
  background-color: #f8fafb;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 22px;
  line-height: 2;
  padding: 5px 30px;
}
@media all and (-ms-high-contrast:none){
  .summary-area__title {
    padding: 10px 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .summary-area__title {
    font-size: 18px;
    padding: 2px 20px;
  }
}

.summary-area__text {
  padding: 30px 30px 25px 30px;
}
@media screen and (max-width: 767px) {
  .summary-area__text {
    padding: 15px 20px;
  }
}

.around-link {
  border-top: 1px solid #c0c0c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  margin-top: 80px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .around-link {
    display: block;
  }
}

.around-link .around-link__list {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .around-link .around-link__list--next:not(:first-child) {
    padding-left: 30px;
  }
  .around-link .around-link__next {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .around-link .around-link__list {
    width: 100%;
  }
  .around-link .around-link__list:not(:first-child) {
    margin-top: 20px;
  }
}

.around-link__list__title {
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .15em;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .around-link .around-link__list--next:not(:first-child) {
    border-left: 1px dotted #c0c0c6;
  }
}
@media screen and (max-width: 767px) {
  .around-link .around-link__list--next:not(:first-child) {
    border-top: 1px dotted #c0c0c6;
    padding-top: 20px;
  }
}

.around-link__list--next {
  margin-left: auto;
}

.around-link__list--next .around-link__list__title {
  text-align: right;
}

.around-link__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
}

.around-link__list__inner__left__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .around-link__list__inner__left__image {
    margin-right: 15px;
    width: 110px;
  }
}

.around-link__list__inner__right {
  box-sizing: border-box;
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .around-link__list__inner__right {
    width: calc(100% - 125px);
  }
}

.around-link__list__inner__right a {
  color: #373447;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 14px;
  letter-spacing: .15em;
  line-height: 1.5;
  display: block;
  transition: .5s;
}

.around-link__list:hover .around-link__list__inner__right a {
  color: #434698;
  text-decoration: none;
}

.recommend-area {
  background-color: #f8fafb;
  border-top: 1px dotted #c0c0c6;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .recommend-area {
    padding: 30px 0 40px 0;
  }
}

.recommend-list__item__image {
  background-color: #c0c0c6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 130px;
  width: 100%;
}

.recommend-list__item__inner {
  background-color: #ffffff;
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  .recommend-list__item__inner {
    padding: 15px 20px;
  }
}

.recommend-list__item {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .recommend-list__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.recommend-list__item__inner__date {
  color: #545460;
  font-family: 'CabinCondensed-Regular', sans-serif;
  font-size: 14px;
  letter-spacing: .35em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recommend-list__item__inner__date {
    font-size: 11px;
  }
}

.recommend-list__item__inner__title a {
  color: #373447;
  transition: .5s;
}

.recommend-list__item:hover .recommend-list__item__inner__title a {
  color: #434698;
  text-decoration: none;
}

.back-button {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .back-button {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.back-button .heading-link a {
  font-size: 16px;
}

.back-button .heading-link a:after {
    left: 10px;
    top: calc(50% - 5px);
    transform: rotate(180deg);
}
@media all and (-ms-high-contrast:none){
  .back-button .heading-link a:before {
    top: calc(50% - 18.5px)
  }
  .back-button .heading-link a:after {
    top: calc(50% - 9px);
  }
}
@media screen and (max-width: 767px) {
  .back-button .heading-link a:after {
    left: 8px;
    top: calc(50% - 4px);
  }
}

/* ページャーリンク */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .blog-pagination {
    margin-top: 50px;
  }
}

.news .blog-pagination {
  border-top: none;
}

.blog-pagination .blog-pagination__item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .blog-pagination .blog-pagination__item:not(:last-child) {
    margin-right: 25px;
  }
}

.blog-pagination__item__link {
 color: #333570; 
 display: block;
 font-family: 'CabinCondensed-Regular', sans-serif;
 font-size: 18px;
 transition: .5s;
}

.blog-pagination__item__link:hover {
  color: #434698;
}

.blog-pagination__item__link.blog-pagination__item__link--prev:hover,
.blog-pagination__item__link.blog-pagination__item__link--next:hover {
  background-color: #434698;   
 }

 .blog-pagination__item__link.blog-pagination__item__link--prev,
.blog-pagination__item__link.blog-pagination__item__link--next {
  background-color: #333570;
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  height: 28px;
  transition: .5s;
  width: 28px;
}
@media screen and (max-width: 767px) {
  .blog-pagination__item__link.blog-pagination__item__link--prev,
  .blog-pagination__item__link.blog-pagination__item__link--next {
    height: 24px;
    width: 24px;
  }
}

.blog-pagination__link--active {
  color: #434698;
}


.blog-pagination__item__link.blog-pagination__item__link--prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj48cGF0aCBpZD0iYXJyb3ciIGNsYXNzPSJjbHMtMSIgZD0iTTYsMCwyLDQsNiw4SDRMMCw0LDQsMFoiLz48L2c+PC9nPjwvc3ZnPg==);
  transform: rotate(0deg);
}

.blog-pagination__item__link.blog-pagination__item__link--next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
}

.blog .cta-wrapper {
  margin-top: 0;
}

/* 執筆者 */
.author-area {
  border: 2px solid #333570;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 30px 25px 30px;
}
@media screen and (max-width: 767px) {
  .author-area {
    padding: 30px 20px 25px 20px;
  }
}

.author-area:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .author-area:not(:first-child) {
    margin-top: 30px;
  }
}

.author-area:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .author-area:not(:last-child) {
    margin-bottom: 60px;
  }
}

.author-area__inner__image img {
  max-width: 100px;
  border: 2px solid #333570;
  border-radius: 100%;
}

.author-area__inner__name:not(:first-child) {
  margin-top: 20px;  
}

/* 導入事例 */
.blog-index-wrapper--case {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .blog-index-wrapper--case {
    padding-bottom: 30px;
  }
}

/* SNSアイコン */
@media screen and (min-width: 768px) {
  .bolg-detail-weapper {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;;
  }
}

.sns-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
}
@media screen and (max-width: 767px) {
  .sns-button {
    display: block;
    margin-top: 25px;
    text-align: center;
  }
}

.sns-button .sns-button__text {
  background-color: #373447;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-family: 'CabinCondensed-Regular', sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .35em;
  margin-right: 13px;
  padding: 8px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .sns-button .sns-button__text {
    margin-bottom: 14px;
    margin-right: 0;
  }
}

.sns-button .sns-button__text:after {
  border-style: solid;
  border-width: 4.5px 0 4.5px 4px;
  border-color: transparent transparent transparent #373447;
  content: "";
  right: -4px;
  height: 0;
  position: absolute;
  top: calc(50% - 4.5px);
  width: 0;
}
@media screen and (max-width: 767px) {
  .sns-button .sns-button__text:after {
    border-width: 4px 4px 0 4px;
    border-color: #373447 transparent transparent transparent;
    bottom: -4px;
    right: calc(50% - 4px);
    top: inherit;
  }
}

.sns-button__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
}
@media screen and (max-width: 767px) {
  .sns-button__list {
    -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;;
 }
}

.sns-button__list__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  background-color: #f8fafb;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  height: 35px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
  transition: .5s;
  width: 65px;
}

.sns-button__list__item a:hover {
  opacity: .7;
}

.sns-button__list__item:not(:last-child) {
  margin-right: 10px;
}

.sns-button__list__item--twitter a {
  background-color: #00aced;
}

.sns-button__list__item--facebook a {
  background-color: #1877f2;
}


.natural .notes-border {
  background-color: #f7f7f7;
  border: 1px solid #333333;
  margin-bottom: 10px;
  padding: 10px;
}
.natural .notes-border ul {
  margin-top: 10px;
}



/* 事例紹介一覧 */
.blog-case-index {
  width: 100%;
}
.blog-case-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-case-item {
  display: block;
  margin-bottom: 40px;
	transition: opacity .5s ease;
  width: 30.5%
}
.blog-case-item.is-dummy {
  margin-bottom: 0;
}
.blog-case-item:hover {
  opacity: .5;
}
.blog-case-item__image {
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  width: 100%;
}
.blog-case-item__image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.blog-case-item__content {
  margin-top: 15px;
}
.blog-case-item__company {
  color: #363447;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: calc(18/12);
}
.blog-case-item__title {
  color: #363447;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: calc(22/16);
  margin-top: 9px;
}

.blog-case-item__tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.blog-case-item__tag li {
  color: #363447;
  display: inline-block;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-right: 20px;
  margin-top: 5px;
}
.blog-case-item__tag li::before {
  content: '#';
}
@media screen and (max-width: 767px) {
  .blog-case-item {
    margin-bottom: 80px;
    width: 100%;
  }
}