@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQMisq1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf) format('opentype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _media
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _font-line
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _color
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
#Blog .sect-1 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  #Blog .sect-1 {
    padding-bottom: 80px;
  }
}
#Blog .sect-1 .l-container .blog {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 20px;
}
@media only screen and (max-width: 767px) {
  #Blog .sect-1 .l-container .blog {
    margin: 0 0 20px;
  }
}
#Blog .sect-1 .l-container .blog--item {
  width: calc(100% / 3);
  padding: 0 25px 55px;
}
@media only screen and (max-width: 767px) {
  #Blog .sect-1 .l-container .blog--item {
    width: 100%;
    padding: 0 0 40px;
  }
}
#Blog .sect-1 .l-container .blog--link:hover figure img {
  transform: scale(1.2);
}
#Blog .sect-1 .l-container .blog--link figure {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 3px;
}
#Blog .sect-1 .l-container .blog--link figure img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
#Blog .sect-1 .l-container .blog--link .b-date {
  font-family: 'Mulish', sans-serif;
  font-size: 13px;
  color: #969696;
  letter-spacing: 1.5px;
  margin: 15px 0 7px;
}
@media only screen and (max-width: 767px) {
  #Blog .sect-1 .l-container .blog--link .b-date {
    margin: 15px 0 2px;
  }
}
#Blog .sect-1 .l-container .blog--link .b-post {
  font-weight: 500;
  line-height: 25px;
  color: #000000;
}
