@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.time {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #152E55;
  font-size: 22px;
}
@media all and (max-width: 896px) {
  .time {
    font-size: 16px;
  }
}

.second-container {
  background-position: top;
}

@media all and (max-width: 896px) {
  .second-top__inner {
    margin-bottom: 30px;
  }
}

.detail-ttl {
  width: 100%;
  list-style: none;
}

@media all and (max-width: 1367px) {
  .common-second__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.common-second__link a {
  width: 25%;
  margin-right: 15px;
}
@media all and (max-width: 896px) {
  .common-second__link a {
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 1367px) {
  .common-second__link a:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 896px) {
  .common-second__link a:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1367px) {
  .common-second__link a:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 896px) {
  .common-second__link a:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1367px) {
  .common-second__link a:nth-child(3) {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 896px) {
  .common-second__link a:nth-child(3) {
    margin-bottom: 30px;
  }
}
.common-second__link a:last-child {
  margin-right: 0;
}
.common-second__link a div {
  font-size: 1.6rem;
  width: 76%;
}

.info-main__section {
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
  padding-top: 250px;
}
@media all and (max-width: 1025px) {
  .info-main__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 80px;
  }
}

.info-ttl {
  letter-spacing: 0.25em;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #152E55;
}
@media all and (max-width: 1025px) {
  .info-ttl {
    margin-top: 50px;
  }
}
.info-ttl.sec {
  margin-top: 0;
}
@media all and (max-width: 896px) {
  .info-ttl.sec {
    font-size: 2.4rem;
  }
}

@media all and (max-width: 896px) {
  .detail-ttl {
    margin-bottom: 0;
  }
}

.pankuzu-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 150px;
}
@media all and (max-width: 1025px) {
  .pankuzu-info {
    margin-top: 0;
  }
}
.pankuzu-info li {
  margin-right: 13px;
  font-size: 14px;
}
.pankuzu-info li:first-child {
  border-bottom: 1px solid #333;
}
.pankuzu-info li span {
  font-size: 12px;
  color: grey;
}
.pankuzu-info li:nth-child(2) {
  font-size: 10px;
}
.pankuzu-info li:last-child {
  margin-right: 0;
}

.news-section {
  max-width: 1600px;
  width: 90%;
  margin: 240px auto 200px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 896px) {
  .news-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 120px auto 80px;
    padding: 0;
  }
}

.news__inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  border-bottom: 1px solid #C6CEDA;
  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-list li:first-child {
  border-top: 1px solid #C6CEDA;
}

.news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-decoration: none;
  padding: 20px;
  position: relative;
}
.news-list a::after {
  content: "";
  background-image: url(../images/common/arrow_forward.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .news-list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-list a:hover {
  background-color: #e7e9ee;
  opacity: 1;
  -webkit-box-shadow: 0 0 13px rgb(211, 203, 203);
          box-shadow: 0 0 13px rgb(211, 203, 203);
}
.news-list a:hover .text {
  text-decoration: underline;
  text-decoration-color: #152E55;
}

.news-list .date {
  font-size: 16px;
  margin-right: 20px;
  white-space: nowrap;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #152E55;
}

.news-list .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  margin-right: 20px;
}

.news-list .arrow {
  margin-left: 20px;
}
.news-list .arrow img {
  width: 15px;
  height: 15px;
}

.info {
  padding-bottom: 160px;
}
@media all and (max-width: 896px) {
  .info {
    padding-bottom: 80px;
  }
}
.info__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info__flex li {
  list-style: none;
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .info__flex li {
    width: 47%;
    margin-right: 6%;
  }
}
@media all and (max-width: 896px) {
  .info__flex li:nth-child(2n) {
    margin-right: 0;
  }
}
.info__flex li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .info__flex li:nth-child(3n) {
    margin-right: 6%;
  }
}
@media all and (max-width: 896px) {
  .info__flex li:nth-child(6) {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .info__flex li:nth-child(9) {
    margin-right: 6%;
  }
}
@media all and (max-width: 896px) {
  .info__flex li:nth-child(12) {
    margin-right: 0;
  }
}
.info__flex li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
@media all and (max-width: 600px) {
  .info__flex li img {
    height: 150px;
  }
}
.info__flex li div {
  font-size: 1.8rem;
  font-weight: 700;
}
.info__detail {
  max-width: 1000px;
  width: 90%;
  margin: 100px auto 0;
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .info__detail {
    margin: 60px auto 0;
    padding-bottom: 0px;
  }
}
.info-txt {
  margin: 40px 0 80px;
}

.info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media all and (max-width: 600px) {
  .info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  .info-flex:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info-flex li {
  width: 47%;
}
@media all and (max-width: 600px) {
  .info-flex li {
    width: 100%;
  }
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .pagenation {
    margin-top: 40px;
  }
}
.pagenation li {
  width: 50px;
  height: 50px;
  background: #152E55;
  color: #fff;
  border-radius: 50%;
  position: relative;
  line-height: 50px;
  margin-right: 20px;
}
@media all and (max-width: 600px) {
  .pagenation li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
  }
}
.pagenation li:first-of-type {
  width: auto;
  height: auto;
  background: none;
  color: #152E55;
}
.pagenation li:last-of-type {
  width: auto;
  height: auto;
  background: none;
  color: #152E55;
  margin-right: 0;
}
.pagenation li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media all and (max-width: 480px) {
  .pagenation li a {
    font-size: 1.1rem;
  }
}

.container {
  margin: 30px auto 0;
  width: 100%;
}

.slick-img {
  height: 500px;
}
@media all and (max-width: 600px) {
  .slick-img {
    height: 200px;
  }
}
.slick-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbnail-img {
  height: 200px;
}
@media all and (max-width: 600px) {
  .thumbnail-img {
    height: 60px;
  }
}
.thumbnail-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.txt__link {
  margin: 100px auto;
}
@media all and (max-width: 896px) {
  .txt__link {
    margin: 50px auto;
  }
}
.txt__link a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.common-btn {
  margin: 0 30px 0px 0px;
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}