@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層
===================================================================== */
.page-head {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15rem;
  height: 50rem;
  background-color: #f5f1e9;
}
@media screen and (min-width: 768px) {
  .page-head {
    margin-bottom: 10rem;
    height: 30rem;
  }
}
.page-head .sec-ttl {
  text-align: left;
  margin-bottom: 0;
}
.page-head .sec-ttl .ja {
  color: #f39700;
}

.page-contents {
  padding: 15rem 0;
}

/* =====================================================================
    news 一覧
======================================================================*/
.news {
  padding-bottom: 15rem;
}
@media screen and (min-width: 768px) {
  .news {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .news-pickup a, .news-list a {
    padding: 4rem 0;
    border-bottom: 2px solid #f39700;
  }
}
@media screen and (min-width: 768px) {
  .news-pickup a:hover, .news-list a:hover {
    opacity: 1;
  }
  .news-pickup a:hover figure, .news-list a:hover figure {
    -webkit-box-shadow: 1rem 1rem 2rem 0px rgba(0, 0, 0, 0.1);
            box-shadow: 1rem 1rem 2rem 0px rgba(0, 0, 0, 0.1);
  }
  .news-pickup a:hover figure img, .news-list a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .news-pickup a:hover .news-list-ttl, .news-list a:hover .news-list-ttl {
    color: #7c3e1c;
  }
}
.news-pickup a figure, .news-list a figure {
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.news-pickup a figure img, .news-list a figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-pickup time, .news-list time {
  display: block;
  margin-bottom: 1rem;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 92%;
  color: #f39700;
}
@media screen and (min-width: 768px) {
  .news-pickup {
    margin: 0 auto 10rem;
    width: calc(1000 / 1200 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .news-pickup figure {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .news-pickup figure {
    width: 50%;
  }
}
.news-pickup a {
  position: relative;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .news-pickup a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news-pickup a::before {
  content: "pick up";
  position: absolute;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  top: -2em;
  left: -2em;
  padding: 0.5em;
  width: 4em;
  height: 4em;
  font-family: "Lexend", sans-serif;
  font-size: 71%;
  font-weight: 800;
  line-height: 0.9;
  color: #ffffff;
  background: url(../images/common/shape01.svg) no-repeat center/100% 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .news-pickup-right {
    width: 46%;
  }
}
@media screen and (min-width: 768px) {
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .news-list > li {
    margin: 5rem calc(36 / 1200 * 100%) 0 0;
    width: calc(376 / 1200 * 100%);
  }
  .news-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .news-list > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .news-list > li figure {
    width: calc(240 / 650 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .news-list > li figure {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news-list-right {
    width: calc(380 / 650 * 100%);
  }
}
.news-list-ttl {
  line-height: 1.571;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* =====================================================================
    news 詳細
======================================================================*/
.news-article {
  padding-bottom: 10rem;
  border-top: 2px solid #f39700;
  border-bottom: 2px solid #f39700;
}
@media screen and (min-width: 768px) {
  .news-article {
    margin: 0 auto;
    max-width: 1000px;
  }
}
.news-article-header {
  margin-bottom: 5rem;
  padding: 3rem 0;
  border-bottom: 2px solid #f39700;
}
.news-article-header time {
  display: block;
  margin-bottom: 0.8em;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  color: #f39700;
}
.news-article-ttl {
  font-size: 114%;
  font-weight: 700;
  line-height: 1.687;
  color: #7c3e1c;
}
@media screen and (min-width: 768px) {
  .news-article-ttl {
    font-size: 122%;
  }
}
.news-article-content > *:not(:last-child) {
  margin-bottom: 5rem;
}
.news-article-content .btn01 {
  margin-top: 0;
}
.news-article-content .btn01 a {
  min-width: 55rem;
}
.news-article-content p strong {
  background-color: #f8e145;
}
.news-article-content hr {
  border-top: 2px dashed #7c3e1c;
}
.news-article-content .text01 {
  position: relative;
  padding-left: 2.8em;
  text-indent: -0.68em;
}
.news-article-content .text01::before {
  content: "●";
  display: inline-block;
  color: #f8e145;
}
.news-article-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .news-article-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
.news-article-img li {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .news-article-img li.large {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
.news-article-img li figure figcaption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 90%;
  line-height: 1.3;
}

.btn-back a::after {
  right: auto;
  left: 0.9em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* =====================================================================
    pagination
======================================================================*/
.paginationjs {
  margin-top: 10rem;
}
.paginationjs ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em 0.2em;
  margin: 0 auto;
  padding: 0 3.7em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 114%;
}
@media screen and (min-width: 768px) {
  .paginationjs ul {
    font-size: 144%;
  }
}
.paginationjs-page {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  color: #7c3e1c;
}
.paginationjs-page.active {
  color: #f36700;
}
.paginationjs-page.active a {
  pointer-events: none;
}
.paginationjs-page.active a::after {
  opacity: 1;
}
.paginationjs-page a {
  position: relative;
  padding: 3px 0.4em;
}
.paginationjs-page a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60%;
  border-bottom: 2px solid currentColor;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .paginationjs-page a {
    -webkit-transition-property: color;
    transition-property: color;
  }
  .paginationjs-page a:hover {
    opacity: 1;
    cursor: pointer;
    color: #f36700;
  }
}
.paginationjs-prev, .paginationjs-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 2.187em;
  height: 2.187em;
}
.paginationjs-prev.disabled a, .paginationjs-next.disabled a {
  background-color: #dbdbdb;
  pointer-events: none;
}
.paginationjs-prev a, .paginationjs-next a {
  position: relative;
  width: 100%;
  height: 100%;
  color: transparent;
  background-color: #f39700;
  border-radius: 0.3em;
}
@media screen and (min-width: 768px) {
  .paginationjs-prev a, .paginationjs-next a {
    cursor: pointer;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .paginationjs-prev a:hover, .paginationjs-next a:hover {
    opacity: 1;
    background-color: #f36700;
  }
}
.paginationjs-prev a::before, .paginationjs-next a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 30%;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
}
.paginationjs-prev {
  left: 0;
}
.paginationjs-prev a::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.paginationjs-next {
  right: 0;
}/*# sourceMappingURL=subpage.css.map */