@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@media screen and (min-width: 1025px), print {
  .search__area {
    position: relative;
    margin-bottom: 84.24px;
  }
  .search__area::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 48.226px;
    border: solid 1px #c9caca;
    -moz-border-radius: 10px;
         border-radius: 10px;
    z-index: -1;
  }
  .search__area__ttl {
    position: relative;
    margin-bottom: 18.0431px;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1.5rem;
  }
  .search__area__ttl span {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 30px;
    background: #ffffff;
    z-index: 2;
  }

  .search__list {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 70%;
    margin: auto;
    background: #ffffff;
    z-index: 2;
  }
  .search__list a {
    display: block;
    width: 132.866px;
    margin-left: 0;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .search__list a:hover {
    opacity: 0.7;
  }

  .news__list {
    width: 100%;
  }
  .news__list dd {
    width: 925.913px;
  }

  .article__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .article__detail {
    width: 709.109px;
  }
  .article__detail__head {
    margin-bottom: 17.32px;
  }
  .article__detail__head .category {
    width: 132.866px;
    margin-left: 0;
    font-size: 1.6rem;
  }
  .article__detail__head .date {
    margin-left: 19.69px;
    font-size: 1.3rem;
  }
  .article__detail__ttl {
    margin-bottom: 39.37px;
    font-size: 2.4rem;
    line-height: 3.495rem;
  }
  .article__detail__write {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .article__detail__slider {
    width: 100%;
    margin-bottom: 73.81px;
    border: solid 1px #c9caca;
    overflow: hidden;
  }
  .article__detail__slider__item {
    position: relative;
    height: 462.339px;
  }
  .article__detail__slider__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .article__detail__btn {
    width: 253.396px;
    height: 31.259px;
    margin: auto;
  }
  .article__detail__btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../imgs/news/button_news.png) no-repeat center/contain;
  }

  .slick-prev,
.slick-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .slick-prev {
    left: 17.17px;
  }

  .slick-next {
    right: 17.17px;
  }

  .archive__list {
    width: 373.259px;
  }
  .archive__list__head {
    margin-bottom: 11.56px;
    padding: 12px 0;
    color: #39a45e;
    font-size: 1.6rem;
    text-align: center;
    background: url(../imgs/news/archive_head_bg.png) no-repeat center/contain;
  }
  .archive__list a {
    text-decoration: none;
  }
  .archive__list__item {
    display: block;
    padding: 16.44px 0;
    border-bottom: solid 1px #c9caca;
  }
  .archive__list__item:hover {
    opacity: 0.7;
  }
  .archive__list__item .category {
    width: 132.866px;
    margin-right: 16.44px;
    margin-left: 0;
    font-size: 1.6rem;
  }
  .archive__list__item dd {
    position: relative;
    font-size: 1.6rem;
    width: 100%;
    margin-top: 7.7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .secondpage {
    margin-bottom: 132.4111px;
  }

  .search__area {
    position: relative;
    margin-bottom: 40px;
  }
  .search__area::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 34px;
    border: solid 1px #c9caca;
    -moz-border-radius: 10px;
         border-radius: 10px;
    z-index: -1;
  }
  .search__area__ttl {
    position: relative;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1.5rem;
  }
  .search__area__ttl span {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    background: #ffffff;
    z-index: 2;
  }

  .search__list {
    position: relative;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 92%;
    margin: auto;
    background: #ffffff;
    z-index: 2;
  }
  .search__list li {
    margin-right: 12px;
  }
  .search__list a {
    display: block;
    margin-left: 0;
    color: #ffffff;
    text-decoration: none;
  }

  .article__detail__head {
    margin-bottom: 15px;
  }
  .article__detail__head .category {
    margin-left: 0;
    font-size: 1.6rem;
  }
  .article__detail__head .date {
    margin-left: 15px;
    font-size: 1.3rem;
  }
  .article__detail__ttl {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .article__detail__write {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .article__detail__slider {
    width: 100%;
    margin-bottom: 35px;
    border: solid 1px #c9caca;
    overflow: hidden;
  }
  .article__detail__slider__item {
    position: relative;
    height: 369.8712px;
  }
  .article__detail__slider img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .article__detail__btn {
    width: 253.396px;
    height: 31.259px;
    margin: 0 auto 40px;
  }
  .article__detail__btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../imgs/news/button_news.png) no-repeat center/contain;
  }

  .slick-prev,
.slick-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .slick-prev {
    left: 17.17px;
  }

  .slick-next {
    right: 17.17px;
  }

  .archive__list__head {
    margin-bottom: 10px;
    padding: 12px 0;
    color: #39a45e;
    font-size: 1.6rem;
    text-align: center;
    background: url(../imgs/news/archive_head_bg.png) no-repeat center/cover;
  }
  .archive__list a {
    text-decoration: none;
  }
  .archive__list__item {
    display: block;
    padding: 12px 0;
    border-bottom: solid 1px #c9caca;
  }
  .archive__list__item .category {
    width: 110px;
    margin-right: 16.44px;
    margin-left: 0;
    font-size: 1.6rem;
  }
  .archive__list__item dd {
    position: relative;
    font-size: 1.6rem;
    width: 100%;
    margin-top: 7.7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 599px) {
  .search__area {
    position: relative;
    margin-bottom: 20px;
  }
  .search__area::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 90%;
    border: solid 1px #c9caca;
    -moz-border-radius: 10px;
         border-radius: 10px;
    z-index: -1;
  }
  .search__area__ttl {
    position: relative;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1.2rem;
  }
  .search__area__ttl span {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    background: #ffffff;
    z-index: 2;
  }

  .search__list {
    position: relative;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    margin: auto;
    background: #ffffff;
    z-index: 2;
  }
  .search__list li {
    margin-right: 12px;
  }
  .search__list a {
    display: block;
    margin-left: 0;
    padding: 2px 12px;
    color: #ffffff;
    font-size: 1.4rem;
    text-decoration: none;
  }

  .article__detail__head {
    margin-bottom: 8.66px;
  }
  .article__detail__head .category {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .article__detail__head .date {
    margin-left: 9.845px;
    font-size: 1.3rem;
  }
  .article__detail__ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .article__detail__write {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .article__detail__slider {
    width: 100%;
    margin-bottom: 40px;
    border: solid 1px #c9caca;
    overflow: hidden;
  }
  .article__detail__slider__item {
    position: relative;
    height: 231.1995px;
  }
  .article__detail__slider img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .article__detail__btn {
    width: 202.7168px;
    height: 25.0072px;
    margin: 0 auto 40px;
  }
  .article__detail__btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../imgs/news/button_news.png) no-repeat center/contain;
  }

  .slick-prev,
.slick-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .slick-prev {
    left: 8.5px;
  }

  .slick-next {
    right: 8.5px;
  }

  .archive__list__head {
    margin-bottom: 5.78px;
    padding: 6px 0;
    color: #39a45e;
    font-size: 1.6rem;
    text-align: center;
    background: url(../imgs/news/archive_head_bg.png) no-repeat center/cover;
  }
  .archive__list a {
    text-decoration: none;
  }
  .archive__list__item {
    display: block;
    padding: 10.22px 0;
    border-bottom: solid 1px #c9caca;
  }
  .archive__list__item .category {
    width: 106.2928px;
    margin-right: 8.22px;
    margin-left: 0;
    font-size: 1.4rem;
  }
  .archive__list__item dd {
    position: relative;
    font-size: 1.4rem;
    width: 100%;
    margin-top: 3.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}