@charset "UTF-8";
/*===========================================================
# ttl
============================================================*/
.el_ttl {
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  text-align: center;
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}

.el_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #edf1f3;
}

@media screen and (max-width: 768px) {
  .el_ttl {
    font-size: 1.2rem;
  }
}
.el_secTtl {
  margin-bottom: 3em;
  padding-bottom: 0.8em;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .el_secTtl {
    margin-bottom: 1.6em;
    font-size: 1.4rem;
  }
}

.el_secTtl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 260px;
  height: 2px;
  background-color: #f2f5fc;
}

.el_secTtl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #2d70c6;
}

.el_ttl02 {
  border-bottom: 2px solid var(--accent-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  margin-top: 1em;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .el_ttl02 {
    font-size: 1rem;
  }
}

/*===========================================================
#  btn
============================================================*/
.el_btnA {
  display: inline-block;
  width: 360px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #fff;
  border: 2px solid #a0564d;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #a0564d;
  font-size: 1.428rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .el_btnA {
    width: 13em;
    padding: 0.6em;
    border: 1px solid #a0564d;
    font-size: 1rem;
    letter-spacing: 0.15em;
  }
}

.el_btnA::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 60px;
  height: 2px;
  background-color: #a0564d;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .el_btnA::before {
    left: -3.5vw;
    width: 7vw;
    height: 1px;
  }
}

.el_btnA:hover::before {
  left: -20px;
}

.el_btnB {
  display: inline-block;
  font-size: 1.142rem;
  font-weight: normal;
  border-radius: 25px;
  padding: 0.7em 1.2em 0.7em 2em;
  background-color: #ffda3a;
  border: 1px solid #ffda3a;
}
@media screen and (max-width: 767px) {
  .el_btnB {
    font-size: 0.9rem;
    border-radius: 50px;
    padding: 0.7em 3em;
  }
}

.el_btnB span {
  padding-right: 1.4em;
  position: relative;
}

.el_btnB span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 14px;
  background: url(../../images/base/icn-triangle-r.png) no-repeat center center/contain;
}

.el_btnB:hover {
  background-color: #fff;
  color: #333;
}

.el_btnC {
  display: inline-block;
  font-size: 1.142rem;
  font-weight: normal;
  border-radius: 10px;
  padding: 0.7em 1.2em 0.7em 2em;
  background-color: #247cca;
  border: 1px solid #2071b9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .el_btnC .el_btnC {
    font-size: 1rem;
    border-radius: 0.6em;
    padding: 0.7em 2em;
  }
}

.el_btnC span {
  padding-right: 1.4em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .el_btnC span {
    padding-right: 2em;
    font-size: 1rem;
  }
}

.el_btnC span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 10px;
  background: url(../../images/base/arrow-right.png) no-repeat center center/contain;
}

.el_btnC:hover {
  background-color: #fff;
  color: #333;
}

/*===========================================================
# txt
============================================================*/
.el_txt {
  font-size: 1.142rem;
  line-height: 1.875;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .el_txt {
    font-size: 0.9rem;
  }
}

/*===========================================================
# media
============================================================*/
.bl_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0 1.8em;
  border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 767px) {
  .bl_media {
    display: block;
  }
}

.bl_media:hover {
  opacity: 0.6;
}

.bl_media:first-child {
  border-top: 1px solid #d4d4d4;
}

.bl_media_imgWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20.5%;
          flex: 0 1 20.5%;
  margin-right: 3.33333%;
}
@media screen and (max-width: 767px) {
  .bl_media_imgWrapper {
    margin-right: 0;
    margin-bottom: 7vw;
  }
}

.bl_media_imgWrapper > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 396/287;
}

.bl_media_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_media_body > *:last-child {
  margin-bottom: 0;
}

.bl_media_ttl {
  margin-bottom: 0.8em;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .bl_media_ttl {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}

.bl_media_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.071rem;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_media_meta {
    font-size: 0.9rem;
  }
}

.bl_media_meta .el_entryPublished {
  margin-right: 0.5em;
}

.bl_media_txt {
  margin-top: 1em;
  font-size: 1.142rem;
  letter-spacing: 0.12em;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .bl_media_txt {
    font-size: 1rem;
  }
}

/*===========================================================
# card 
============================================================*/
.bl_card {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .bl_card {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.bl_card_imgWrapper {
  position: relative;
  padding-top: 81%;
  overflow: hidden;
}

.bl_card_imgWrapper > img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_card_tags {
  margin-top: 13px;
}
.bl_card_tags li {
  display: inline;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  border: 1px solid lightcoral;
  border-radius: 20px;
  padding: 0.2em 0.5em;
  margin-right: 0.2em;
}

.bl_card_body {
  padding: 1.3em 1em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_card_body {
    font-size: 0.5rem;
    padding: 0.9em 0;
  }
}

.bl_card_body > *:last-child {
  margin-bottom: 0;
}

.bl_card_date {
  font-size: 1.142rem;
}

.bl_card_ttl {
  margin-top: 0.6em;
  font-size: 1.428rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .bl_card_ttl {
    font-size: 0.9rem;
    font-weight: normal;
  }
}

.bl_cardUnit {
  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 (max-width: 767px) {
  .bl_cardUnit {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bl_cardUnit.bl_cardUnit__col3 {
  margin-bottom: -30px;
}

.bl_cardUnit__col3 > .bl_card {
  width: 28%;
  margin-bottom: 80px;
}

.bl_cardUnit__col3 > .bl_card:nth-of-type(3n) {
  margin-right: 0;
}

.bl_cardUnit.bl_cardUnit__col4 {
  margin-bottom: -30px;
}

.bl_cardUnit__col4 > .bl_card {
  width: 23.78%;
  margin-right: 1.62602%;
  margin-bottom: 30px;
}

.bl_cardUnit__col4 > .bl_card:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .bl_cardUnit.bl_cardUnit__col3 {
    margin-bottom: -20px;
  }
  .bl_cardUnit > .bl_card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .bl_cardUnit > .bl_card {
    width: 48%;
    margin-bottom: 15vw;
  }
}
/*===========================================================
#  ポストリスト
============================================================*/
.bl_vertPosts {
  padding-left: 0;
  list-style-type: none;
}

.bl_vertPosts_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .bl_vertPosts_item {
    display: block;
  }
}

.bl_vertPosts_item:first-child {
  padding-top: 0;
}

.bl_vertPosts_header {
  width: 200px;
  margin-top: 0.3em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .bl_vertPosts_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 0.8em;
  }
}

.bl_vertPosts_date {
  font-size: 0.875rem;
}

.bl_vertPosts_cat {
  width: 80px;
  padding: 0.1em 1em 0;
  background-color: #29323b;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .bl_vertPosts_cat {
    width: auto;
    font-size: 0.8rem;
    padding: 0.2em 0.5em 0.2em;
    border-radius: 0.6em;
  }
}

.bl_vertPosts_ttl {
  font-size: 1.142rem;
  text-decoration: none;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bl_vertPosts_ttl {
    font-size: 0.9rem;
  }
}

.bl_vertPosts_ttl:focus,
.bl_vertPosts_ttl:hover {
  text-decoration: underline;
}

/*===========================================================
# Archive cat lists
============================================================*/
.ly_archCat {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ly_archCat {
    margin-bottom: 12vw;
  }
}

.bl_archCat_listsBox {
  text-align: center;
  border-bottom: 1px solid #888;
}
.bl_archCat_lists {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .bl_archCat_lists {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bl_archCat_lists li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style-type: none;
}
.bl_archCat_lists li a {
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
@media screen and (max-width: 767px) {
  .bl_archCat_lists li a {
    font-size: 1rem;
    padding: 0;
    height: 2.5em;
    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;
  }
}

.bl_archCat_lists li a:hover {
  border: 1px solid #888;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  opacity: 1;
  position: relative;
}
.bl_archCat_lists li a:hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_archCat_lists li a:hover::after {
    height: 4px;
  }
}

.bl_archCat_lists li a.current {
  border: 1px solid #888;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  font-weight: 600;
  position: relative;
}
.bl_archCat_lists li a.current::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_archCat_lists li a.current::after {
    height: 4px;
  }
}

/*===========================================================
# pagenation
============================================================*/
.bl_pagenation {
  margin-top: 50px;
  text-align: center;
}
.bl_pagenation a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.bl_pagenation a:hover {
  background: #ffda3a;
  border: 1px solid #ffda3a;
  color: #fff;
  font-weight: 700;
}

.bl_pagenation a.next,
.bl_pagenation a.prev {
  font-size: 1rem;
}
.bl_pagenation a.next:hover,
.bl_pagenation a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #333333;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  margin-right: 14px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}
.page-numbers:last-child {
  margin-right: 0;
}
.page-numbers.current {
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: #fff;
  font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

.bl_pagenation a.next,
.bl_pagenation a.prev {
  background: transparent;
  color: #000;
}

.page-numbers.dots {
  background: transparent;
  color: #000;
}

/*===========================================================
# search form
============================================================*/
.bl_searchForm_field {
  height: 40px;
  padding: 0 0.6em;
  font-size: 1rem;
}

.bl_searchForm_submit {
  width: 80px;
  height: 40px;
  border: 1px solid #707070;
  background: #707070;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.bl_searchForm_submit:hover {
  border: 1px solid #ffda3a;
  background-color: #ffda3a;
  color: #fff;
}

.bl_selectMenu {
  margin-bottom: 5em;
  padding-bottom: 2em;
  border-bottom: 2px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bl_selectMenu select {
    height: 2em;
  }
}

.bl_selectMenu_Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_selectMenu_Item p {
  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;
  width: 100px;
  margin-right: 1em;
  background-color: #ffda3a;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .bl_selectMenu_Item p {
    line-height: 2em;
  }
}

.bl_selectMenu_list {
  width: 200px;
}
.bl_selectMenu_list select {
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  padding: 0 0.6em;
  color: #707070;
  font-family: inherit;
  font-size: 1rem;
  background: #fff url(../../images/base/allow-down.png) no-repeat right 12px center/17px 14px;
}

.srchDocItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6em;
}

.srchDocItem_ttl {
  display: inline-block;
  width: 200px;
  margin-right: 1.4em;
  padding: 0.6em 1.2em;
  background-color: #eeeeee;
  font-weight: 600;
}

.srchDocKeyword {
  width: 340px;
  height: 36px;
  padding: 0 1em;
}

.docCat_label {
  margin-right: 2em;
}

.srchDocBtn {
  display: block;
  width: 250px;
  height: 46px;
  margin: 0 auto;
  font-size: 1.2rem;
}