@charset "UTF-8";
body:not(.home) .news_item {
  margin-left: 4rem;
  width: calc(1 / 3 * 100% - 64 / 16 * 1rem);
}
body:not(.home) .news_item:not(:nth-of-type(-n+3)) {
  margin-top: 6rem;
}
.home .news_item {
  margin: 0 2.5rem;
  width: 21.5625rem;
}
.news_item span:not(.news_thumb):not(.news_title) {
  display: inline-block;
}
body:not(.home) .news_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6rem;
  margin-left: -4rem;
}
.home .news_item_wrapper {
  margin: 7.5rem auto 0;
}
.home .news_item_wrapper .slick-list {
  overflow: visible;
}
.news_item_link {
  display: block;
}
.news_thumb {
  aspect-ratio: 1.4375;
  overflow: hidden;
  display: block;
  position: relative;
}
body:not(.home) .news_thumb {
  margin-bottom: 1.6875rem;
}
.home .news_thumb {
  margin-bottom: 1.5rem;
}
.news_thumb::after {
  content: '';
  background: url(../images/home/thumb_mask.svg) 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.news_tag_wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_tag {
  color: #fff;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.42857143;
  background-color: #f49700;
  margin-right: .625rem;
  padding: 0 1.25rem;
}
body:not(.home) .news_tag {
  letter-spacing: .1em;
  margin-right: .375rem;
}
.news_tag + .news_tag {
  margin-left: 1rem;
}
.news_date {
  color: #919191;
  font-weight: 500;
  font-size: 1rem;
}
.news_title {
  color: #231815;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.55555556;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.11111111em;
}
body:not(.home) .news_title {
  margin-top: 1.25rem;
}
.home .news_title {
  margin-top: 1.5rem;
}
.news_more {
  margin: 5.625rem auto 0;
}
.single-page-numbers {
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  margin: 0 1.25rem;
  max-width: 100%;
  width: 100%;
}
.single-page-numbers,
.single-page-numbers a {
  color: #231815;
}
.single-page-numbers.back a {
  border: 1px solid #231815;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.1875rem 1rem;
  max-width: 100%;
  width: 20rem;
}
.single-page-numbers.prev {
  text-align: right;
}
.single-page-numbers.prev a::before {
  content: '';
  border-top: 2px solid #231815;
  border-left: 2px solid #231815;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: .75rem;
  height: .75rem;
  margin-right: .625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.single-page-numbers.next {
  text-align: left;
}
.single-page-numbers.next a::after {
  content: '';
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: .75rem;
  height: .75rem;
  margin-left: .625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.post_thumbnail {
  margin-bottom: 1.625rem;
}
.post_thumbnail .cover {
  border-radius: .5rem;
  overflow: hidden;
}
.single .main > .inner {
  padding-top: 6.25rem;
}
.single .page_title {
  color: #231815;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.40625;
  margin-top: 2rem;
}
.single .page_content_header {
  border-bottom: 1px solid #8f8f8f;
  margin-bottom: 1.875rem;
  padding-bottom: 1.5625rem;
}
.single .section {
  color: #231815;
  font-size: 1rem;
  line-height: 1.75;
}
.single .section + .section {
  margin-top: 5.25rem;
}
.single .section_content {
  margin-top: 1.625rem;
}
.single .section_content p + p {
  margin: 1em 0;
}
.single .section_img .cover {
  border-radius: .5rem;
  overflow: hidden;
}
.single .section_title {
  font-size: 1.375rem;
  letter-spacing: .1em;
  line-height: 1.81818182;
  text-align: left;
  border-bottom: 1px solid #8f8f8f;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  body:not(.home) .news_item {
    margin-left: 2.85714286rem;
    width: calc(1 / 3 * 100% - 40 / 14 * 1rem);
  }
  body:not(.home) .news_item:not(:nth-of-type(-n+3)) {
    margin-top: 5.71428571rem;
  }
  body:not(.home) .news_item_wrapper {
    margin-top: 5.71428571rem;
    margin-left: -2.85714286rem;
  }
}

@media screen and (max-width: 767px) {
  body:not(.home) .news_item {
    margin-left: 2.85714286rem;
    width: calc(1 / 2 * 100% - 40 / 14 * 1rem);
  }
  body:not(.home) .news_item:not(:nth-of-type(-n+3)) {
    margin-top: 2.85714286rem;
  }
  body:not(.home) .news_item:not(:nth-of-type(-n+2)) {
    margin-top: 2.85714286rem;
  }
  .home .news_item {
    margin: 0 0;
    padding: 0 1.42857143rem;
  }
  body:not(.home) .news_item_wrapper {
    margin-left: -2.85714286rem;
  }
  .home .news_item_wrapper {
    margin: 4.28571429rem -1.42857143rem 0;
  }
  .home .news_item_wrapper .slick-list {
    overflow: hidden;
  }
  .home .news_thumb {
    margin-bottom: 1.14285714rem;
  }
  .news_tag {
    font-size: .85714286rem;
  }
  .news_title {
    font-size: 1.14285714rem;
  }
  .home .news_title {
    margin-top: .71428571rem;
  }
  .news_more {
    margin-top: 3.21428571rem;
  }
  .single-page-numbers {
    width: auto;
  }
  .single-page-numbers.back {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 2.28571429rem 0 0;
    width: 100%;
  }
  .single-page-numbers.prev {
    margin-left: 0;
  }
  .single-page-numbers.next {
    margin-right: 0;
  }
  .single .page_title {
    font-size: 1.14285714rem;
    margin-top: 1.14285714rem;
  }
  .single .page_content_header {
    margin-bottom: 1.14285714rem;
    padding-bottom: 1.14285714rem;
  }
  .single .section {
    font-size: 1rem;
  }
  .single .section + .section {
    margin-top: 2.85714286rem;
  }
  .single .section_title {
    font-size: 1.14285714rem;
  }
}

@media screen and (max-width: 425px) {
  body:not(.home) .news_item {
    margin-left: 0;
    width: auto;
  }
  body:not(.home) .news_item:not(:nth-of-type(-n+1)) {
    margin-top: 2.85714286rem;
  }
  body:not(.home) .news_item_wrapper {
    margin-top: 5.71428571rem;
    margin-left: 0;
  }
}
