@charset "UTF-8";
/* stylelint-disable at-rule-empty-line-before */
/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.category_line {
  min-height: 320px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .category_line {
    min-height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .category_line > .category_line_inner {
    padding-top: 95px;
  }
}
.category_line > .category_line_inner > .category_title .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: block;
  width: 195px;
  padding: 5px;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  border-radius: 18px;
  box-sizing: border-box;
  background: rgb(91, 188, 147);
  background: linear-gradient(90deg, rgb(91, 188, 147) 0%, rgb(133, 202, 168) 50%, rgb(169, 216, 170) 100%);
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 999px) {
  .category_line > .category_line_inner > .category_title .sub {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .category_line > .category_line_inner > .category_title .sub {
    width: 180px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .category_line > .category_line_inner > .category_title .sub {
    width: 135px;
    font-size: 0.938rem;
    margin-bottom: 8px;
  }
}
.category_line > .category_line_inner > .category_title img {
  width: 820px;
  height: auto;
  transform: translateX(-23px);
}
@media screen and (max-width: 999px) {
  .category_line > .category_line_inner > .category_title img {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .category_line > .category_line_inner > .category_title img {
    width: 450px;
  }
}
@media screen and (max-width: 575px) {
  .category_line > .category_line_inner > .category_title img {
    width: 340px;
    transform: translateX(-10px);
  }
}
@media screen and (max-width: 374px) {
  .category_line > .category_line_inner > .category_title img {
    width: 290px;
    transform: translateX(-10px);
  }
}

.blog_wrap {
  margin-bottom: 50px;
}
.blog_wrap h3 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #232323;
  line-height: 1.4;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(243, 243, 243) 3px, rgb(243, 243, 243) 7px);
  padding: 14px 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .blog_wrap h3 {
    font-size: 1.563rem;
  }
}

.blog_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 999px) {
  .blog_list {
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .blog_list {
    grid-template-columns: 1fr;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 420px) {
  .blog_list {
    grid-template-columns: 1fr;
    margin: 10px;
  }
}
.blog_list .card {
  border-radius: 15px;
  border: 1px solid #e4e4e4;
}
@media screen and (max-width: 575px) {
  .blog_list .card {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
  }
}
.blog_list .card > a {
  display: block;
  text-decoration: none;
}
.blog_list .card > a:hover {
  opacity: 0.8;
}
.blog_list .thum_area {
  overflow: hidden;
  aspect-ratio: 2/1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.blog_list .thum_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 575px) {
  .blog_list .thum_area img {
    height: 100%;
  }
}
.blog_list .explain_area {
  padding: 8px 15px;
  min-height: 86px;
  box-sizing: border-box;
}
.blog_list .explain_area .info_area {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .blog_list .explain_area .info_area {
    flex-wrap: wrap;
  }
}
.blog_list .explain_area .title_area {
  color: #111111;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info_area .post_date,
.info_area .post_cate {
  position: relative;
  line-height: 1.2;
  -webkit-text-decoration: noe;
  text-decoration: noe;
}
.info_area .post_date {
  color: #c3c3c3;
  text-decoration: none;
  margin-right: 15px;
  flex-shrink: 0;
}
.info_area .post_cate {
  display: flex;
  flex-wrap: wrap;
}
.info_area .post_cate .cate {
  color: #67ba98;
  display: inline-block;
  position: relative;
  font-size: 0.938rem;
  z-index: 10;
}
.info_area .post_cate .cate:not(:first-of-type)::before {
  content: "/";
  display: inline-block;
  color: #67ba98;
  margin-right: 3px;
}
.info_area .post_cate .cate a {
  color: #aaaaaa;
}
.info_area .post_cate .cate a:hover {
  text-decoration: underline;
}

/**************************
	詳細ページ
*/
.blog_detail .btn {
  text-decoration: none;
}
.blog_detail .blog_head {
  margin-top: 6px;
}
.blog_detail .blog_date {
  color: #a3a3a3;
  padding-right: 30px;
}
@media screen and (max-width: 999px) {
  .blog_detail .blog_date {
    font-size: 14px;
  }
}
.blog_detail .blog_cate {
  text-align: left;
  display: flex;
  padding-top: -20px;
}
@media screen and (max-width: 999px) {
  .blog_detail .blog_cate {
    margin: 32px 0 16px;
  }
}
.blog_detail .blog_cate .cate {
  margin-top: -5px;
}
.blog_detail .blog_cate .cate .label {
  color: #111111;
  border: 1px solid #e4e4e4;
  padding: 5px 12px;
  border-radius: 20px;
  min-width: 80px;
  letter-spacing: 0.05em;
  font-size: 0.938rem;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .blog_detail .blog_cate .cate .label {
    padding: 3px 18px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 999px) {
  .blog_detail .blog_cate .cate .label {
    font-size: 14px;
  }
}
.blog_detail h2.title {
  border-bottom: 3px solid #e5e5e5;
  background-color: transparent;
  color: transparent;
  background-image: linear-gradient(90deg, rgb(91, 188, 147) 0%, rgb(133, 202, 168) 50%, rgb(169, 216, 170) 100%);
  -webkit-linear-gradient: linear-gradient(90deg, rgb(91, 188, 147) 0%, rgb(133, 202, 168) 50%, rgb(169, 216, 170) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.blog_detail h2.title::after {
  background-color: #5abb92;
}
.blog_detail .blog_content {
  margin-bottom: 100px;
}
.blog_detail .blog_content img {
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  .blog_detail .blog_content {
    margin-bottom: 60px;
  }
}

/**************************
	前後の記事
*/
.detail_foot {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 19px;
  padding-right: 19px;
  position: relative;
}
.detail_foot::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  .detail_foot {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px;
  }
}
.detail_foot .page_transition {
  width: 50%;
}
.detail_foot .page_transition > a {
  display: block;
  text-decoration: none;
}
.detail_foot .page_transition > a:hover {
  opacity: 0.8;
}
.detail_foot .page_transition > a:hover .transition_content ._thum > img {
  transform: scale(1.1);
}
.detail_foot .page_transition .transition_arrow {
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .detail_foot .page_transition .transition_arrow {
    margin-bottom: 12px;
  }
}
.detail_foot .page_transition .transition_arrow > span {
  position: relative;
  color: #111111;
  font-size: 1.125rem;
}
.detail_foot .page_transition .transition_arrow > span::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/circle_blue.webp") 0 center no-repeat transparent;
  background-size: 33px 33px;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .detail_foot .page_transition .transition_arrow > span::before {
    font-size: 1rem;
    background: url("../img/icon/arrow/circle_blue.webp") 0 center no-repeat transparent;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
  }
}
.detail_foot .page_transition .transition_content {
  display: flex;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .detail_foot .page_transition .transition_content {
    flex-direction: column;
  }
}
.detail_foot .page_transition .transition_content ._explain .info_area {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
}
.detail_foot .page_transition .transition_content ._explain .post_date,
.detail_foot .page_transition .transition_content ._explain .post_cate {
  line-height: 1.5;
  font-size: 0.875rem;
  position: relative;
  letter-spacing: 0.1em;
}
.detail_foot .page_transition .transition_content ._explain .post_date::before,
.detail_foot .page_transition .transition_content ._explain .post_cate::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.detail_foot .page_transition .transition_content ._explain .post_date {
  color: #aaaaaa;
  margin-right: 16px;
}
.detail_foot .page_transition .transition_content ._explain .post_cate .cate {
  color: rgba(138, 138, 138, 0.5411764706);
}
.detail_foot .page_transition .transition_content ._explain .post_cate .cate:not(:first-of-type)::before {
  color: rgba(138, 138, 138, 0.5411764706);
}
.detail_foot .page_transition .transition_content ._explain .post_title {
  line-height: 1.3;
  color: #111111;
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 575px) {
  .detail_foot .page_transition .transition_content ._explain .post_title {
    font-size: 0.938rem;
  }
}
.detail_foot .page_transition._prev {
  position: relative;
  padding-right: 30px;
}
.detail_foot .page_transition._prev::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #dbdbdb;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .detail_foot .page_transition._prev::after {
    width: 100%;
    height: 1px;
    inset: auto auto 0 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 575px) {
  .detail_foot .page_transition._prev._none::after {
    content: none;
    display: none;
  }
}
.detail_foot .page_transition._prev a:hover .transition_arrow > span::before {
  left: -5px;
}
.detail_foot .page_transition._prev .transition_arrow > span {
  padding-left: 50px;
}
.detail_foot .page_transition._prev .transition_arrow > span::before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: left 0.2s;
}
@media screen and (max-width: 575px) {
  .detail_foot .page_transition._prev .transition_arrow > span {
    padding-left: 40px;
  }
}
.detail_foot .page_transition._next {
  padding-left: 30px;
}
.detail_foot .page_transition._next a:hover .transition_arrow > span::before {
  right: -5px;
}
.detail_foot .page_transition._next .transition_arrow {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.detail_foot .page_transition._next .transition_arrow > span {
  padding-right: 50px;
}
.detail_foot .page_transition._next .transition_arrow > span::before {
  right: 0;
  transition: right 0.2s;
}
@media screen and (max-width: 575px) {
  .detail_foot .page_transition._next .transition_arrow > span {
    padding-right: 40px;
  }
}
.detail_foot .page_transition._next .transition_content {
  justify-content: flex-end;
  text-align: right;
}
.detail_foot .page_transition._next .transition_content .info_area {
  justify-content: flex-end;
}
@media screen and (max-width: 999px) {
  .detail_foot .page_transition._prev {
    padding-right: 20px;
  }
  .detail_foot .page_transition._next {
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .detail_foot {
    display: block;
  }
  .detail_foot .page_transition {
    width: 100%;
  }
  .detail_foot .page_transition._prev {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    margin-right: 0;
  }
  .detail_foot .page_transition._next {
    margin-left: 0;
    padding-left: 0;
  }
}
/*# sourceMappingURL=blog.css.map */
