@charset "UTF-8";
/* breadcrumb */
/* line 6, sass/partial/_topic-path.scss */
.breadcrumb {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  background-color: #f4f4f4;
  margin-bottom: 60px;
  /* line 24, sass/style.scss */
}

/* line 13, sass/partial/_topic-path.scss */
.breadcrumb .inner {
  display: flex;
  align-items: center;
}

/* line 18, sass/partial/_topic-path.scss */
.breadcrumb span {
  color: #888888;
}

/* line 22, sass/partial/_topic-path.scss */
.breadcrumb .home {
  display: flex;
  align-items: center;
}

/* line 26, sass/partial/_topic-path.scss */
.breadcrumb .home svg {
  margin-right: 0.3em;
  color: #0c5cc3;
}

/* line 32, sass/partial/_topic-path.scss */
.breadcrumb a {
  color: #000;
  transition: 0.3s;
}

/* line 35, sass/partial/_topic-path.scss */
.breadcrumb a span {
  color: #000;
}

@media (min-width: 1150px) {
  /* line 42, sass/partial/_topic-path.scss */
  .breadcrumb a:hover {
    text-decoration: underline;
    color: #0c5cc3;
  }
  /* line 46, sass/partial/_topic-path.scss */
  .breadcrumb a:hover span {
    color: #0c5cc3;
  }
}

/* line 53, sass/partial/_topic-path.scss */
.breadcrumb .next {
  margin: 0 0.5em;
}

/* line 58, sass/partial/_topic-path.scss */
.breadcrumb svg {
  width: 1em;
  height: 1em;
  min-width: 1em;
}

/* line 3, sass/partial/_pager.scss */
.pagination-box {
  text-align: center;
}

/** ページャー */
/* line 8, sass/partial/_pager.scss */
.pagination {
  clear: both;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
  margin: 0 5px;
  display: inline-block;
  width: 100%;
}

/* line 19, sass/partial/_pager.scss */
.pagination {
  margin: 30px 0;
}

/* line 22, sass/partial/_pager.scss */
.pagination > ul {
  display: flex;
  justify-content: center;
}

/* line 28, sass/partial/_pager.scss */
.pagination span,
.pagination a {
  display: inline-block;
  margin: 2px 5px 5px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #2F3436;
}

/* line 41, sass/partial/_pager.scss */
.pagination a:hover {
  color: #fff;
  background: #595D5F;
}

/* line 46, sass/partial/_pager.scss */
.pagination a:link {
  color: #fff;
}

/* line 50, sass/partial/_pager.scss */
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #595D5F;
  color: #fff;
}

/* line 56, sass/partial/_pager.scss */
.clear {
  clear: both;
}

/* line 10, sass/category.scss */
.category-wrapper {
  width: 100%;
  background-color: #FFF;
  margin-left: -20px;
}

/* line 47, sass/partial/_functions.scss */
.category-wrapper:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 19, sass/category.scss */
.category-wrapper .item {
  float: left;
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 40px;
  background-color: #fff;
  position: relative;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

/* line 29, sass/category.scss */
.category-wrapper .item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 1s all;
}

/* line 36, sass/category.scss */
.category-wrapper .item a {
  display: block;
  color: #333333;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 42, sass/category.scss */
.category-wrapper .item a .post-thumbnail {
  position: relative;
  width: 260px;
  overflow: hidden;
}

/* line 48, sass/category.scss */
.category-wrapper .item a .post-thumbnail .el_category {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 3px 20px;
  min-width: 80px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  z-index: 2;
}

/* line 63, sass/category.scss */
.category-wrapper .item a .post-thumbnail:after {
  content: "";
  z-index: 5;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 79, sass/category.scss */
.category-wrapper .item a:hover {
  opacity: 1;
}

/* line 82, sass/category.scss */
.category-wrapper .item a:hover img {
  transition: 1s all;
  transform: scale(1.2, 1.2);
}

/* line 87, sass/category.scss */
.category-wrapper .item a:hover .post-thumbnail {
  filter: grayscale(100%);
}

/* line 90, sass/category.scss */
.category-wrapper .item a:hover .post-thumbnail:after {
  opacity: 1;
}

/* line 98, sass/category.scss */
.category-wrapper .item .post-head {
  margin: 10px 0;
}

/* line 47, sass/partial/_functions.scss */
.category-wrapper .item .post-head:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 103, sass/category.scss */
.category-wrapper .item .post-head .new-icon {
  display: block;
  padding: 0;
  float: left;
  text-transform: uppercase;
  background-color: #ff9f01;
  font-size: 12px;
  text-align: center;
  width: 46px;
  color: #fff;
  border-radius: 5px;
}

/* line 116, sass/category.scss */
.category-wrapper .item .post-head .post-date {
  font-size: 14px;
  display: block;
  float: right;
  width: 120px;
}

/* line 124, sass/category.scss */
.category-wrapper .item .post-ttl {
  padding-bottom: 10px;
  border-bottom: 1px dotted #cfcfcf;
}

/* line 134, sass/category.scss */
.category-wrapper .item .post-title {
  font-size: 18px;
  align-items: center;
}

/* line 140, sass/category.scss */
.category-wrapper .item .post-date {
  font-size: 14px;
}

/* line 145, sass/category.scss */
.category-wrapper .item .post-in span {
  display: inline-block;
  background-color: #e6e6e6;
  text-align: center;
  padding: 1px 5px;
  border-radius: 5px;
  margin-left: 10px;
}

/*work end*/
@media (max-width: 1200px) {
  /* line 161, sass/category.scss */
  .category-wrapper .item {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 980px) {
  /* line 168, sass/category.scss */
  .category-wrapper {
    margin-left: -10px;
  }
  /* line 171, sass/category.scss */
  .category-wrapper .item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  /* line 180, sass/category.scss */
  .category-wrapper {
    margin-left: 0;
  }
  /* line 183, sass/category.scss */
  .category-wrapper .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  /* line 190, sass/category.scss */
  .category-wrapper .item a .post-thumbnail {
    width: 100%;
  }
}
