@charset "UTF-8";
/* =================================================
    .bl_fvSlide
=================================================== */
.bl_fvSlide_item {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.bl_fvSlide_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  width: calc(100% - 20px);
  height: auto;
  aspect-ratio: 30/11;
  background: #f2f2f2;
  z-index: -1;
}
.bl_fvSlide_item a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5;
  transition: all 0.5;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .bl_fvSlide_item a:hover {
    opacity: 1;
  }
  .bl_fvSlide_item a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.bl_fvSlide_item img {
  width: 100%;
}
.bl_fvSlide.swiper {
  padding-bottom: 6rem;
}
@media screen and (min-width: 1025px) {
  .bl_fvSlide.swiper {
    padding-bottom: 9rem;
  }
}
.bl_fvSlide .swiper-button-next,
.bl_fvSlide .swiper-rtl .swiper-button-prev {
  right: 7%;
}
.bl_fvSlide .swiper-button-prev,
.bl_fvSlide .swiper-rtl .swiper-button-next {
  left: 7%;
}
.bl_fvSlide .swiper-button-prev,
.bl_fvSlide .swiper-button-next {
  width: 40px;
  height: 40px;
  top: calc(50% - 40px);
}
.bl_fvSlide .swiper-button-prev:after,
.bl_fvSlide .swiper-button-next:after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
}
.bl_fvSlide .swiper-button-next:after,
.bl_fvSlide .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url(../images/common/arrow_slide_right.svg) no-repeat center center/contain;
}
.bl_fvSlide .swiper-button-prev:after,
.bl_fvSlide .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url(../images/common/arrow_slide_left.svg) no-repeat center center/contain;
}
.bl_fvSlide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #a8c4c7;
  border-radius: 0;
  opacity: 0.5;
}
.bl_fvSlide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #a8c4c7;
}
.bl_fvSlide .swiper-pagination-fraction,
.bl_fvSlide .swiper-pagination-custom,
.bl_fvSlide .swiper-horizontal > .swiper-pagination-bullets,
.bl_fvSlide .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .bl_fvSlide .swiper-pagination-fraction,
.bl_fvSlide .swiper-pagination-custom,
.bl_fvSlide .swiper-horizontal > .swiper-pagination-bullets,
.bl_fvSlide .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
  }
}

/* =================================================
    .bl_keyword
=================================================== */
.bl_keyword {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f2f2f2;
}
.bl_keyword .ly_sec_inner {
  max-width: 86rem;
}
.bl_keyword h2 {
  margin-bottom: 3rem;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #7d979d;
  line-height: 1;
}
.bl_keyword ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_keyword ul li {
  margin: 0 1rem 1rem;
}
.bl_keyword ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 20px;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_keyword ul li a:hover {
    opacity: 1;
    background: #7d979d;
    color: #fff;
  }
}

/* =================================================
    .bl_archive
=================================================== */
.bl_page_archive .bl_archive {
  padding-top: 0;
}

.bl_archive {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 600px) {
  .bl_archive_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl_archive_listItem {
  width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #a8c4c7;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .bl_archive_listItem {
    width: 48.5714285714%;
  }
}
.bl_archive_listItem a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.bl_archive_listItem a .bl_thum {
  position: relative;
}
.bl_archive_listItem a .bl_thum span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: -32px;
  right: 10px;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid #a8c4c7;
  font-size: 14px;
  font-size: 1.4rem;
  color: #7d979d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bl_archive_listItem a .bl_thum.el_new::after {
  content: "NEW";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
  width: 80px;
  height: 80px;
  background: #a8c4c7;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.bl_archive_listItem a .bl_content {
  padding: 20px;
}
.bl_archive_listItem a .bl_content .el_category {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #7d979d;
  line-height: 1;
}
.bl_archive_listItem a .bl_content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .bl_archive_listItem a:hover .bl_thum span {
    background: #a8c4c7;
    color: #fff;
  }
}
.bl_archive .bl_btnWrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .bl_archive .bl_btnWrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_archive .bl_btnWrap {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

/* =================================================
    .bl_breadcrumb
=================================================== */
.bl_wrapArchive .bl_breadcrumb {
  margin: 0 auto 8rem;
}
@media screen and (min-width: 1025px) {
  .bl_wrapArchive .bl_breadcrumb {
    width: 100%;
    margin-bottom: 10rem;
  }
}

.bl_breadcrumb {
  width: 90.6666666667%;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 1025px) {
  .bl_breadcrumb {
    width: 100%;
    margin-bottom: 10rem;
  }
}
.bl_breadcrumb li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
.bl_breadcrumb li a {
  font-size: inherit;
}
.bl_breadcrumb li::after {
  content: ">";
  display: inline-block;
  margin: 0 0.3em;
}
.bl_breadcrumb li:last-of-type::after {
  content: "";
}

.el_archive_ttl {
  margin-bottom: 8rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .el_archive_ttl {
    margin-bottom: 10rem;
  }
}
.el_archive_ttl span {
  display: block;
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #a8c4c7;
  letter-spacing: 0.1em;
}

/* =================================================
    .bl_post
=================================================== */
.bl_post .el_category {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #7d979d;
  margin-bottom: 24px;
}
.bl_post_ttl {
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .bl_post_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.bl_post_thum {
  margin-bottom: 24px;
}

.bl_page_post .bl_btnWrap,
.bl_page_archive .bl_btnWrap {
  padding-bottom: 10rem;
  text-align: center;
}

/* =================================================
    .bl_side
=================================================== */
.bl_page_archive .bl_side {
  padding-top: 6rem;
}
@media screen and (min-width: 1025px) {
  .bl_page_archive .bl_side {
    padding-top: 0;
  }
}

.bl_side {
  padding-top: 6rem;
  padding-bottom: 9rem;
}
@media screen and (min-width: 1025px) {
  .bl_side {
    padding-top: 5rem;
  }
}
.bl_side_inner {
  width: 81.6%;
  margin: 0 auto;
}
.bl_side_category {
  display: none;
}
@media screen and (min-width: 1025px) {
  .bl_side_category {
    display: block;
    padding-bottom: 5rem;
  }
  .bl_side_category ul {
    border-top: 1px solid #a8c4c7;
  }
  .bl_side_category li {
    position: relative;
    border-bottom: 1px solid #a8c4c7;
  }
  .bl_side_category li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 10px;
    background: url(../images/common/arrow_right.svg) no-repeat center center/contain;
  }
  .bl_side_category li a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .bl_side_category li a:hover {
    background: rgba(168, 196, 199, 0.1);
    opacity: 1;
  }
}
.bl_side_banner {
  max-width: 24rem;
  margin: 0 auto 5rem;
}
.bl_side_pickup h2 {
  margin-bottom: 2rem;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #7d979d;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .bl_side_pickup .bl_side_archiveList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .bl_side_pickup .bl_side_archiveList {
    display: block;
  }
}
.bl_side_pickup .bl_side_archivelistItem {
  width: 100%;
  margin-bottom: 2rem;
  border-bottom: 1px solid #a8c4c7;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .bl_side_pickup .bl_side_archivelistItem {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .bl_side_pickup .bl_side_archivelistItem {
    width: 100%;
  }
}
.bl_side_pickup .bl_side_archivelistItem a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.bl_side_pickup .bl_side_archivelistItem a .bl_thum {
  position: relative;
}
.bl_side_pickup .bl_side_archivelistItem a .bl_thum img {
  border-radius: 5px;
}
.bl_side_pickup .bl_side_archivelistItem a .bl_thum span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: -32px;
  right: 10px;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid #a8c4c7;
  font-size: 14px;
  font-size: 1.4rem;
  color: #7d979d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bl_side_pickup .bl_side_archivelistItem a .bl_content {
  padding: 10px 0 20px;
}
.bl_side_pickup .bl_side_archivelistItem a .bl_content .el_category {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #7d979d;
  line-height: 1;
}
.bl_side_pickup .bl_side_archivelistItem a .bl_content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .bl_side_pickup .bl_side_archivelistItem a:hover .bl_thum span {
    background: #a8c4c7;
    color: #fff;
  }
}

/* =================================================
    .bl_post
=================================================== */
.bl_post {
  /* -------------------------------------
      番号　リスト
  ------------------------------------- */
  /* -------------------------------------
    テーブル
  ------------------------------------- */
  /* -------------------------------------
    メディアとテキスト
  ------------------------------------- */
  /* -------------------------------------
    ファイル
  ------------------------------------- */
  /* -------------------------------------
    動画
  ------------------------------------- */
  /* -------------------------------------
    画像
  ------------------------------------- */
  /* -------------------------------------
      スペーサー
  ------------------------------------- */
}
.bl_post p {
  position: relative;
  margin-bottom: 2em;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  overflow: visible;
}
.bl_post h1 {
  font-size: 26px;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.bl_post h2:not(.bl_post_ttl) {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .bl_post h2:not(.bl_post_ttl) {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.bl_post h3 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .bl_post h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.bl_post h4 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .bl_post h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.bl_post h5 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.bl_post h6 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.bl_post ol {
  padding-left: 0;
  margin-bottom: 2em;
  list-style-position: inside;
  list-style-type: none;
  counter-reset: num;
}
.bl_post ol li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.6rem;
  counter-increment: num;
}
.bl_post ol li::before {
  content: counter(num) ".";
  display: inline-block;
  margin-left: -0.2em;
  width: 1em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_post ul {
  padding-left: 0;
  margin-bottom: 2em;
  list-style-type: square;
  list-style-position: inside;
}
.bl_post ul li {
  padding-left: 1em;
  text-indent: -1.2em;
}
.bl_post .wp-block-table {
  margin-bottom: 4rem;
}
.bl_post table {
  width: 100%;
  table-layout: fixed;
}
.bl_post table th,
.bl_post table td {
  padding: 0.3em 1em;
  border: 1px solid #ccc;
}
.bl_post .is-style-stripes thead th {
  border-bottom: 1px solid #333;
  background-color: #a8c4c7;
}
.bl_post .is-style-stripes tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.bl_post .wp-block-media-text {
  margin-bottom: 60px;
}
.bl_post .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 16px !important;
}
.bl_post .wp-block-file {
  margin-bottom: 4rem;
  text-decoration: underline;
}
.bl_post .wp-block-file .wp-block-file__button {
  display: none;
}
.bl_post .wp-block-video {
  margin-bottom: 4rem;
}
.bl_post .wp-block-video video {
  width: 100%;
}
.bl_post .wp-block-image {
  margin-bottom: 2em;
}
.bl_post .wp-block-image img {
  margin-bottom: 0.5em;
}
.bl_post .wp-block-image.is-style-rounded img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .bl_post .wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
    z-index: 22;
  }
}
.bl_post .wp-block-image .alignleft figure {
  display: table;
}
.bl_post .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bl_post .wp-block-image .aligncenter figure {
  display: table;
}
@media screen and (min-width: 768px) {
  .bl_post .wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
    z-index: 22;
  }
}
.bl_post .wp-block-image .alignright figure {
  display: table;
}
.bl_post .wp-block-spacer {
  display: block;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
}
@media screen and (min-width: 768px) {
  .bl_post .wp-block-spacer {
    -webkit-transform: none;
            transform: none;
  }
}

/* ======================================
    page 404
====================================== */
.bl_page404 {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.bl_page404 h2 {
  margin-bottom: 6rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.bl_page404 .el_btnBacktoTop {
  position: relative;
  width: 220px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}
.bl_page404 .el_btnBacktoTop a {
  position: absolute;
  width: 100%;
  height: 50px;
  background: #a8c4c7;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
}
@media screen and (min-width: 1025px) {
  .bl_page404 .el_btnBacktoTop a {
    background: #fff;
    color: #a8c4c7;
    border: 1px solid #a8c4c7;
    opacity: 1;
  }
  .bl_page404 .el_btnBacktoTop a:hover {
    background: #a8c4c7;
    color: #fff;
  }
}

/* ======================================
  .wp-pagenavi
======================================= */
.bl_pagenation {
  margin-bottom: 10rem;
}
.bl_pagenation .el_pageNo {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0;
  margin-right: 17px;
  padding: 0;
  border: none;
}

.wp-pagenavi a:nth-child(1),
.wp-pagenavi span:nth-child(1) {
  font-size: 20px;
  font-size: 2rem;
}

.wp-pagenavi .pages {
  display: block;
  width: 100%;
  margin-top: 2rem;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.wp-pagenavi .page {
  line-height: 2em;
  width: 2em;
  height: 2em;
}

.wp-pagenavi span.current {
  font-weight: 400;
  line-height: 2.2em;
  width: 2.2em;
  height: 2.2em;
  color: #fff;
  background-color: rgba(168, 196, 199, 0.5);
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  font-size: 20px;
  font-size: 2rem;
  width: 0.7em;
  margin: 0 10px;
}

.wp-pagenavi__container {
  margin-bottom: 1.5em;
}

.wp-pagenavi__container a {
  margin-right: 2.1em;
}

.wp-pagenavi__container a:nth-last-of-type(1) {
  margin-right: 0;
}

.wp-pagenavi__container span {
  margin-right: 2.1em;
  padding: 0.5em 0.7em;
  color: #fff;
  background-color: #e84709;
}

.wp-pagenavi__last-prev {
  width: 1em;
  height: 1em;
  background: transparent url(./../images/topics/last-prev.png) no-repeat top center/100%;
}

.wp-pagenavi__prev {
  width: 0.5em;
  height: 0.9em;
  background: transparent url(./../images/topics/prev.png) no-repeat top center/100%;
}

.wp-pagenavi__last-next {
  width: 1em;
  height: 1em;
  background: transparent url(./../images/topics/last-next.png) no-repeat top center/100%;
}

.wp-pagenavi__next {
  width: 0.5em;
  height: 0.9em;
  background: transparent url(./../images/topics/next.png) no-repeat top center/100%;
}/*# sourceMappingURL=page.css.map */