@charset "UTF-8";
/* color */
/* archive */
/* -------------------------- */
/* news  */
/* -------------------------- */
#news {
  padding: 3rem 0;
}

@media screen and (min-width: 896px) {
  #news {
    padding: 3rem 0 5rem;
  }
}

#news .contents {
  margin: 0 auto;
}

@media screen and (min-width: 896px) {
  #news .contents {
    width: 50%;
  }
}

#news .contents h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

@media screen and (min-width: 896px) {
  #news .contents h2 {
    font-size: 3rem;
  }
}

#news .contents h2 span {
  display: block;
  margin: 2rem auto;
  width: 3rem;
  height: 1px;
  background-color: #222;
}

#news .contents .news {
  padding: 3rem 0;
  background-color: #f6fbfe;
  margin-bottom: 3rem;
}

@media screen and (min-width: 896px) {
  #news .contents .news {
    padding: 1.5rem 3rem;
  }
}

#news .contents .news li {
  padding: 1.5rem;
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 896px) {
  #news .contents .news li {
    padding: 1.5rem 3rem;
  }
}

#news .contents .news li:last-child {
  border-bottom: unset;
}

#news .contents .news li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 896px) {
  #news .contents .news li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#news .contents .news li a .date {
  background-color: #122a88;
  padding: 0 1.5rem;
  color: #fff;
  margin-right: 3rem;
}

#news .contents .news li a .title {
  font-size: 1.6rem;
}

#news .contents .btn_m {
  background-size: 3rem;
}

/* -------------------------- */
/* blog  スタッフブログ*/
/* -------------------------- */
#blog .blog {
  padding: 0 0 2rem;
}

@media screen and (min-width: 896px) {
  #blog .blog {
    padding: 3rem 0;
  }
}

#blog .blog-post {
  margin: 0 auto;
  padding: 3rem 0;
  position: relative;
}

#blog .blog-post ul {
  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;
}

#blog .blog-post ul li {
  border: 1px solid #ccc;
  padding: 3rem;
  background-color: #fff;
  margin: 0 0 2rem 0;
  position: relative;
}

@media screen and (min-width: 896px) {
  #blog .blog-post ul li {
    margin: 0 3rem 3rem 0;
    width: 30%;
  }
}

#blog .blog-post ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #122a88;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
          transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#blog .blog-post ul li:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0px;
  background: #f1f7fe;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
          transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#blog .blog-post ul li a {
  text-decoration: none;
  color: inherit;
}

#blog .blog-post ul li a .ymd {
  padding: 1rem;
}

#blog .blog-post ul li a .cat {
  color: #122a88;
  border: #f1f7fe 1px solid;
  padding: 0 1.5rem;
}

#blog .blog-post ul li a h2 {
  padding: 0.5rem 0;
  color: #122a88;
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: 2px solid #122a88;
}

#blog .blog-post ul li a p {
  padding-top: 2rem;
}

#blog .blog-post ul li a figure {
  width: 100%;
  padding-top: 1.5rem;
}

#blog .blog-post ul li a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 200px;
}
/*# sourceMappingURL=archive.css.map */