@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP_Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP_600.woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP_700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP_900.woff2") format("woff2");
}
main {
  width: 90%;
}
@media screen and (max-width: 960px) {
  main {
    max-width: unset;
  }
}
main .breadcrumb {
  margin-bottom: 15px;
  text-align: left;
}

#news {
  width: 100%;
  margin-bottom: 80px;
}
#news #hero-blog {
  position: relative;
  width: 100%;
  max-width: 1210px;
  height: 660px;
  margin: auto;
  background-position: center -90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/blog_top.jpg);
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #news #hero-blog {
    min-width: unset;
    height: 450px;
  }
}
@media screen and (max-width: 540px) {
  #news #hero-blog {
    max-width: 100%;
    background-position: center -30px;
    height: 280px;
  }
}
#news #hero-blog h2 {
  position: absolute;
  font-size: 3.5rem;
  font-weight: bold;
  color: #2dcdae;
  bottom: 17%;
  right: 30px;
  letter-spacing: 0.1rem;
  background: #fff;
  padding: 10px;
  opacity: 0.9;
}
@media screen and (max-width: 960px) {
  #news #hero-blog h2 {
    font-size: 2.3rem;
    bottom: 60px;
  }
}
@media screen and (max-width: 540px) {
  #news #hero-blog h2 {
    font-size: 2rem;
    bottom: 20px;
    right: 0;
    left: 0px;
  }
}
#news .inner {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #news .inner {
    display: block;
    min-width: 0;
    margin: 0 auto 15%;
    max-width: unset;
  }
}
#news .inner #news-blog {
  float: right;
  width: 70%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 960px) {
  #news .inner #news-blog {
    float: none;
    width: 100%;
    margin: 0 auto 15%;
    max-width: unset;
  }
}
@media screen and (max-width: 540px) {
  #news .inner #news-blog {
    width: 100%;
  }
}
#news .inner #news-blog .wrap {
  text-align: center;
}
#news .inner #news-blog .wrap .title {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #news .inner #news-blog .wrap .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  #news .inner #news-blog .wrap .title {
    font-size: 2.1rem;
    margin-bottom: 20px !important;
  }
}
#news .inner #news-blog .wrap .title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 28px;
  background: url(../img/icon/news.png) center center/contain no-repeat;
  left: -10px;
  top: 5px;
}
@media screen and (max-width: 540px) {
  #news .inner #news-blog .wrap .title::before {
    width: 26px;
    height: 24px;
    top: 0px;
  }
}
#news .inner #news-blog .article-wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  #news .inner #news-blog .article-wrap {
    justify-content: space-around;
  }
}
@media (max-width: 760px) {
  #news .inner #news-blog .article-wrap {
    display: block;
  }
}
#news .inner #news-blog .article-wrap article {
  margin: 0 3.5% 45px 0;
  padding: 30px;
  width: 31%;
  border: 1px solid #333;
}
@media screen and (max-width: 960px) {
  #news .inner #news-blog .article-wrap article {
    margin: 0 0% 45px 0;
    width: 42%;
  }
}
@media (max-width: 760px) {
  #news .inner #news-blog .article-wrap article {
    width: 100%;
  }
}
#news .inner #news-blog .article-wrap article a {
  color: #484848;
  display: block;
}
#news .inner #news-blog .article-wrap article .thumbnail {
  overflow: hidden;
  margin: 0 0 20px;
  position: relative;
  transition: 0.3s;
}
#news .inner #news-blog .article-wrap article .thumbnail img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 760px) {
  #news .inner #news-blog .article-wrap article .thumbnail img {
    margin: 0 0 15px;
  }
}
#news .inner #news-blog .article-wrap article .thumbnail::before {
  content: "";
  display: block;
  padding: 68.4% 0 0;
}
#news .inner #news-blog .article-wrap article .txt-thum-wrap {
  width: 100%;
}
@media (max-width: 760px) {
  #news .inner #news-blog .article-wrap article .txt-thum-wrap {
    display: block;
  }
}
#news .inner #news-blog .article-wrap article .category {
  display: inline;
  padding: 3px;
  font-weight: 700;
  color: #ffffff;
  background-color: #ff924d;
  box-sizing: border-box;
}
#news .inner #news-blog .article-wrap article time {
  font-size: 1.7rem;
  display: block;
  margin-top: 10px;
}
#news .inner #news-blog .article-wrap article h3 {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  #news .inner #news-blog .article-wrap article h3 {
    font-size: 1.8rem;
  }
}
#news .inner #news-blog .article-wrap article p {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  #news .inner #news-blog .article-wrap article p {
    font-size: 1.4rem;
  }
}
#news .inner #news-blog .article-wrap article:hover .thumbnail img {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
#news .inner #news-blog .article-wrap article:nth-child(3n) {
  margin: 0 0 45px;
}
#news .inner #pagenation .page-numbers {
  font-size: 2rem;
  font-weight: 400;
  padding: 0 5px;
}
#news .inner #pagenation .page-numbers:not(.current):not(.next):not(.prev) {
  font-size: 1.8rem;
}
#news .inner #pagenation .page-numbers.current {
  font-size: 2.5rem;
  color: #ffffff;
  background-color: #2dcdae;
}
#news .inner #sidebar {
  float: left;
  width: 25%;
}
@media (max-width: 760px) {
  #news .inner #sidebar {
    float: none;
    width: 90%;
    margin: auto;
  }
}
#news .inner #sidebar h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ff924d;
  border-bottom: 1px solid #ff924d;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media (max-width: 760px) {
  #news .inner #sidebar h2 {
    text-align: left;
  }
}
#news .inner #sidebar ul {
  padding: 0;
}
@media screen and (max-width: 960px) {
  #news .inner #sidebar ul {
    text-align: left;
  }
}
#news .inner #sidebar li {
  font-size: 1.45rem;
  font-weight: 700;
  list-style: none;
  margin-bottom: 10px;
}
#news .inner #sidebar a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.5;
  font-size: 1.45rem;
  letter-spacing: 0.25rem;
}
#news .inner #sidebar ul li a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../img/icon/right.png) center center/contain no-repeat;
  left: 0;
  top: 5px;
}
#news .inner .over {
  overflow-y: auto;
}
#news .inner .over::-webkit-scrollbar {
  height: 20px;
}
#news .inner .over::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 20px;
}
#news .inner .over .archive-overflow {
  height: 200px;
}
#news .inner::after {
  content: "";
  display: block;
  clear: both;
}/*# sourceMappingURL=home.css.map */