@charset "UTF-8";
/* =====================
	BLOG
 ======================= */
/** ---------- BLOG ARCHIVE ---------- **/
.blog_inner {
  width: 72.91667%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}

.blog_inner .blog_nav {
  width: 14.28571%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blog_inner .blog_main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.blog_nav_item {
  margin-bottom: 2em;
}

.blog_nav_item:last-child {
  margin-bottom: 0;
}

.blog_nav_item_ttl {
  color: #00549d;
  font-size: 90%;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.31818;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #707070;
}

.blog_nav_item_list_item {
  font-size: 90%;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.0;
  padding: 0.5em 1em;
}

.blog_nav_item_list_item:first-child {
  margin-top: 0.5em;
}

.blog_nav_item_list_item a {
  color: #00549d;
}

.blog_nav_item .year_archive {
  max-width: 9em;
}

.blog_nav_item .year_archive .blog_nav_item_list_item .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #00549d;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blog_nav_item .year_archive .blog_nav_item_list_item .year:after {
  content: "▼";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blog_nav_item .year_archive .blog_nav_item_list_item .year:hover {
  opacity: 0.7;
}

.blog_nav_item .year_archive .blog_nav_item_list_item .year.is_open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.blog_nav_item .year_archive .blog_nav_item_list_item ul {
  padding: 0 1em;
  margin-top: 0.5em;
  line-height: 2.0;
  display: none;
}

.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em 2.5%;
}

.blog_list_item {
  width: 31.66667%;
}

.blog_list_item a {
  border: 1px solid #707070;
  display: block;
  height: 100%;
  padding-bottom: 1em;
}

.blog_list_item a > * {
  padding: 0 0.5em;
}

.blog_list_item .thumb {
  width: 100%;
  padding: 71.5% 0 0;
  position: relative;
  margin: 0 0 0.5em;
}

.blog_list_item .thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.blog_list_item .cat span {
  font-size: 80%;
  line-height: 2;
  display: inline-block;
  background: #ccddeb;
  padding: 0 0.75em;
}

.blog_list_item .date {
  line-height: 1.5;
}

.blog_list_item .ttl {
  line-height: 1.66667;
}

/* タブレット
  ------------------------ */
@media (max-width: 1024px) {
  /** ---------- BLOG ARCHIVE ---------- **/
  .blog_inner {
    width: 94%;
  }
}

/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  /** ---------- BLOG ARCHIVE ---------- **/
  .blog_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog_inner .blog_nav {
    width: auto;
    min-width: 180px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px;
  }
  .blog_nav_item_ttl {
    font-size: 18px;
  }
  .blog_nav_item_list_item {
    font-size: 14px;
    padding: 0.5em 0;
  }
  .blog_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 30px;
  }
  .blog_list_item {
    width: 48%;
    margin: 0;
  }
  .blog_list_item .cat span {
    font-size: 12px;
  }
  .blog_list_item .date {
    font-size: 14px;
  }
}

/*# sourceMappingURL=map/blog.css.map */
