@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  .news__sec {
    padding: 85px 0 170px;
    background-color: #FAF6F3;
    position: relative;
  }
  .news__sec::after {
    content: "";
    display: block;
    width: 100%;
    height: 395px;
    background: url(../../images/bg_brick.png);
    background-size: contain;
    position: absolute;
    top: 0;
  }
  .news__sec .subPage__box {
    padding: 32px 60px 110px;
    position: relative;
    z-index: 2;
  }
  .news__inr {
    max-width: 760px;
    margin: 0 auto;
  }
  .news__logo {
    text-align: center;
    margin-bottom: 34px;
  }
  .news__list {
    margin: 0 auto 100px;
  }
  .news__list li {
    position: relative;
    margin-bottom: 34px;
  }
  .news__list li a {
    display: block;
    width: 100%;
    letter-spacing: 0.1em;
    padding: 3px 5px 3px;
    border-bottom: 1px solid #D3D3D1;
  }
  .news__list li:last-child {
    margin-bottom: 0;
  }
  .news__data {
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
  }
  .news__txt {
    display: block;
    font-weight: 500;
  }
  /* ページネーション
  ----------- ----------------------------------------------------------- */
  .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin: 0 auto 0;
  }
  .nav-links a,
  .nav-links .current {
    font-size: 2.2rem;
    color: #999999;
    border: 1px solid #999999;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-links a:hover,
  .nav-links .current {
    color: #fff;
    background-color: #00AF79;
    border: 1px solid #00AF79;
  }
  .nav-links .dots {
    margin: 0 -9px;
  }
  a.page-numbers.prev,
  a.page-numbers.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  a.page-numbers.prev {
    padding-left: 10px;
  }
  a.page-numbers.next {
    padding-right: 10px;
  }
  a.page-numbers.prev::before,
  a.page-numbers.next::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #999999;
    border-right: solid 2px #999999;
  }
  a.page-numbers.prev::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  a.page-numbers.next::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  a.page-numbers.prev:hover:before {
    border-color: #fff;
  }
  a.page-numbers.next:hover::after {
    border-color: #fff;
  }
  /* single
  ----------- ----------------------------------------------------------- */
  #news_contents {
    padding: 85px 0 110px;
  }
  #news_contents .subPage__box {
    padding: 32px 60px 75px;
    margin-bottom: 65px;
  }
  .news__ttl {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #000000;
    border-bottom: 1px solid #00AF79;
    padding: 0 0.35em 0.5em;
    overflow-wrap: break-word;
  }
  .news__ttl .news__data {
    margin-bottom: 0.35em;
  }
  .news__content {
    overflow-wrap: break-word;
  }
  .news__content p {
    margin-bottom: 8px;
  }
  .news__content img {
    max-width: 100%;
  }
  .news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 155px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-family: "Noto Serif JP", serif;
  }
  .news__linkPrev,
  .news__linkNext {
    color: #00AF79;
  }
}
@media (max-width: 1000px) {
  #mainvisual .catch img {
    width: 30vw;
  }
  .news__sec {
    padding: 10vw 0 20vw;
    background-color: #FAF6F3;
    position: relative;
  }
  .news__sec::after {
    content: "";
    display: block;
    width: 100%;
    height: 52.6666666667vw;
    background: url(../../images/bg_brick_sp.png);
    background-size: contain;
    position: absolute;
    top: 0;
  }
  .news__sec .subPage__box {
    padding: 5vw 5vw 10vw;
    position: relative;
    z-index: 2;
  }
  .news__logo {
    text-align: center;
    margin-bottom: 5vw;
  }
  .news__logo img {
    width: 44.8vw;
  }
  .news__list {
    margin: 0 auto 13.3vw;
  }
  .news__list li {
    position: relative;
    margin-bottom: 4.5vw;
  }
  .news__list li a {
    display: block;
    width: 100%;
    letter-spacing: 0.1em;
    padding: 0 0.5% 2vw;
    font-size: 3.7333333333vw;
    border-bottom: 1px solid #D3D3D1;
  }
  .news__list li:last-child {
    margin-bottom: 0;
  }
  .news__data {
    line-height: 1.5;
    display: block;
  }
  .news__txt {
    display: block;
    font-weight: 500;
  }
  /* ページネーション */
  .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5vw;
    gap: 3.6vw;
    margin: 0 auto 0;
  }
  .nav-links a,
  .nav-links .current {
    font-size: 4.8vw;
    font-size: max(13px,4.8vw);
    color: #999999;
    border: 1px solid #999999;
    width: 10vw;
    height: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-links a:hover,
  .nav-links .current {
    color: #fff;
    background-color: #00AF79;
    border: 1px solid #00AF79;
  }
  .nav-links .dots {
    display: none;
  }
  a.page-numbers.prev,
  a.page-numbers.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  a.page-numbers.prev {
    padding-left: 0.5em;
  }
  a.page-numbers.next {
    padding-right: 0.5em;
  }
  a.page-numbers.prev::before,
  a.page-numbers.next::after {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    border-top: solid 2px #999999;
    border-right: solid 2px #999999;
  }
  a.page-numbers.prev::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  a.page-numbers.next::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  a.page-numbers.prev:hover:before {
    border-color: #fff;
  }
  a.page-numbers.next:hover::after {
    border-color: #fff;
  }
  /* single
  ----------- ----------------------------------------------------------- */
  #news_contents {
    padding: 10vw 0 10vw;
  }
  #news_contents .subPage__box {
    margin-bottom: 8.7vw;
  }
  .news__ttl {
    font-size: 4.8vw;
    font-size: max(13px,4.8vw);
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 1em;
    color: #000000;
    border-bottom: 1px solid #00AF79;
    padding: 0 0 0.5em;
    overflow-wrap: break-word;
  }
  .news__ttl .news__data {
    margin-bottom: 0.35em;
  }
  .news__content {
    overflow-wrap: break-word;
  }
  .news__content p {
    margin-bottom: 8px;
  }
  .news__content img {
    max-width: 100%;
  }
  .news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.8vw;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif;
  }
  .news__linkPrev,
  .news__linkNext {
    color: #00AF79;
  }
}/*# sourceMappingURL=style.css.map */