@charset "UTF-8";
/* ---------------------------------------------------
  Blog お役立ち記事
  --------------------------------------------------- */
.blog__wrap {
  width: 95.73%;
  max-width: 1172px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .blog__wrap {
    padding: 40px 0 80px;
    width: 91.46%;
  }
}

.blog__ttl__wrap {
  padding: 0 0 0 24px;
  border-left: 4px solid #1E3A8E;
}

.blog__container {
  display: grid;
  grid-template-columns: 1fr 328px;
  gap: 40px;
  margin: 80px 0 0;
}
@media screen and (max-width: 1023px) {
  .blog__container {
    grid-template-columns: 2.5fr 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .blog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.blog__container:first-of-type {
  margin-top: 0;
}

.blog__sec {
  margin: 80px 0 0;
}
.blog__sec:first-child {
  margin: 0;
}

.blog__ttl02__wrap {
  position: relative;
  margin: 0 0 48px;
  padding: 8px 0 12px;
  border-bottom: 2px solid #9FA5AD;
}
.blog__ttl02__wrap::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 48px;
  height: 2px;
  background: #1E3A8E;
  content: "";
}

.blog__ttl03__wrap {
  margin: 48px 0 24px;
}

.blog__ttl04__wrap {
  margin: 24px 0 16px;
}

/* side -------------------------------------------------------------- */
.blog__side {
  height: 100%;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .blog__side {
    padding: 80px 0 0;
  }
}

.blog__side__inner {
  position: sticky;
  top: 152px;
}
@media screen and (max-width: 767px) {
  .blog__side__inner {
    position: inherit;
  }
}

.blog__side__bnr img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .blog__side__bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blog__side__block {
  margin: 40px 0 0;
}

.blog__side__ttl {
  padding: 0 0 8px;
  border-bottom: 1px solid #BEC2C8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.side__category-list {
  margin: 16px 0 0;
}

.side__category-link {
  display: block;
  position: relative;
  padding: 8px 20px 8px 8px;
  border-radius: 4px;
  color: #333640;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.side__category-link:after {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/icon/icon_chevron-right_bl.svg) center center;
  background-size: contain;
  content: "";
}
.side__category-link:hover {
  background: #DAE3F2;
}

.side__ranking-list {
  margin: 16px 0 0;
  counter-reset: rank;
}

.side__ranking-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 8px 0 8px 32px;
}
.side__ranking-item::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #1E3A8E;
  content: "";
}
.side__ranking-item::after {
  position: absolute;
  top: 20px;
  left: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  counter-increment: rank;
  content: counter(rank);
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
}
.side__ranking-item:first-child::before {
  background-color: #8A7522;
}
.side__ranking-item:nth-child(2)::before {
  background-color: #6F7375;
}
.side__ranking-item:nth-child(3)::before {
  background-color: #995E1C;
}

.side__ranking-link {
  color: #333640;
  font-size: 16px;
  line-height: 1.5;
}
.side__ranking-link:hover {
  color: #122B6E;
  text-decoration: underline;
}

/* category -------------------------------------------------------------- */
.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .category__list {
    gap: 16px;
  }
}

.category__item .category__link {
  display: block;
  padding: 8px 1em;
  font-size: 1rem;
}

.category__link {
  display: block;
  padding: 4px 1em;
  background: #FFFFFF;
  border: 1px solid #646C76;
  border-radius: 24px;
  color: #646C76;
  font-size: 0.8125rem;
  line-height: 1.4;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.category__link:hover {
  background: #DAE3F2;
  border-color: #122B6E;
  color: #122B6E;
}

/* ranking -------------------------------------------------------------- */
.ranking__item .post__link,
.ranking__item .post__meta {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .ranking__item .post__link {
    padding-right: 0;
  }
  .ranking__item .post__link::after {
    content: none;
  }
}

/* 新着 -------------------------------------------------------------- */
.post__list {
  margin: 48px 0 0;
}

.post__item {
  padding: 24px 0;
  border-bottom: 1px solid #BEC2C8;
}
.post__item:first-child {
  border-top: 1px solid #BEC2C8;
}
@media screen and (max-width: 767px) {
  .post__item {
    padding: 16px 0;
  }
}

.post__link {
  position: relative;
  display: block;
  padding: 0 48px 0 16px;
}
.post__link::after {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background: url(../img/icon/icon_chevron-right_bl.svg) center center no-repeat;
  background-size: contain;
  content: "";
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.post__link:hover {
  text-decoration: underline;
}
.post__link:hover::after {
  right: 12px;
}
@media screen and (max-width: 767px) {
  .post__link {
    padding: 0 32px 0 0;
  }
  .post__link::after {
    right: 0;
  }
}

.post__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 16px 0 0;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .post__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    gap: 8px;
    margin: 8px 0 0;
    padding: 0;
  }
}

.post__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.post__date {
  margin: 0 0 0 auto;
  color: #646C76;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post__date {
    margin: 0;
  }
}

/* pagenation -------------------------------------------------------------- */
.pagenation {
  margin: 48px 0 0;
}

.pagenation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.pagenation__item {
  width: 40px;
  height: 40px;
}

.pagenation__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #333640;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pagenation__num.--current {
  background-color: #1E3A8E;
  color: #FFFFFF;
  pointer-events: none;
}
.pagenation__num.--dot {
  pointer-events: none;
}
.pagenation__num:hover {
  background-color: #DAE3F2;
}

/* detail -------------------------------------------------------------- */
.article__head .post__meta {
  margin: 0;
  padding: 0;
}

.article__head__ttl {
  margin: 24px 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article__head__ttl {
    font-size: 1.25rem;
  }
}

.article__head__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.article__head__tags .tags__item {
  font-size: 0.8125rem;
}
.article__head__tags .tags__link {
  position: relative;
  padding: 4px 4px 4px 1.15em;
  border-radius: 4px;
  color: #646C76;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.article__head__tags .tags__link:hover {
  background-color: #DAE3F2;
}
.article__head__tags .tags__link::before {
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "#";
}

.article__head__img {
  margin: 24px 0;
}
.article__head__img img {
  border-radius: 8px;
}

.article__head__index {
  margin: 24px 0;
  padding: 20px 24px;
  background: #F2F4F7;
  border-radius: 8px;
}

.index__ttl {
  font-size: 1.125rem;
  font-weight: 700;
}

.index__list {
  overflow: hidden;
  margin: 12px 0 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.index__list.is-collapsed {
  max-height: 16em;
}

.index__list__item {
  padding: 8px 0;
  border-bottom: 1px solid #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.5;
}

.index__list__link {
  color: #333640;
}
.index__list__link:hover {
  color: #122B6E;
  text-decoration: underline;
}

.index__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 16px auto 0;
  padding: 4px 8px;
  background: none;
  border: none;
  border-radius: 4px;
  color: #646C76;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.index__toggle.is-open .index__toggle__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.index__toggle:hover {
  background-color: #DAE3F2;
  color: #122B6E;
}

.index__toggle__icon {
  width: 12px;
  height: 12px;
  background: url("../img/icon/icon_chevron-down_gr.svg") center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.article__foot {
  margin: 80px 0 0;
}

.article__foot__ttl {
  padding: 12px 16px;
  border-top: 2px solid #1E3A8E;
  border-bottom: 1px solid #BEC2C8;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article__foot__ttl {
    font-size: 1.5rem;
  }
}

.article__foot__main {
  margin: 40px 0 0;
}

.article__foot__content .content__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .article__foot__content .content__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article__foot__content .content__ttl__fig {
  padding: 16px;
  background: #1E3A8E;
}
.article__foot__content .content__ttl__fig img {
  width: 252px;
}
.article__foot__content .content__ttl__txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article__foot__content .content__ttl__txt {
    font-size: 1.375rem;
  }
}
.article__foot__content .content__desc {
  margin: 24px 0 0;
}

.article__foot__cta {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.article__foot__cta .cta__btn {
  width: 252px;
}
.article__foot__cta .cta__btn:first-child {
  background-color: #1E3A8E;
}
.article__foot__cta .cta__btn:first-child:hover {
  background: #3C559D;
}
@media screen and (max-width: 767px) {
  .article__foot__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}/*# sourceMappingURL=blog.css.map */