@charset "UTF-8";

.p-newsList {
  display: none;
}

.p-newsList.is-active {
  display: block;
  -webkit-animation: fade 0.5s ease-in-out;
          animation: fade 0.5s ease-in-out;
}

.p-newsList__item:not(:last-child) {
  border-bottom: 1px solid rgba(96, 96, 96, .2);
}

.p-newsList__item a {
  padding: 22px 0;
  padding: 2.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-newsList__item a {
    display: block;
  }
}

.p-newsList__itemMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  margin-right: 2.4rem;
}

.p-newsList__itemDate {
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  color: #484848;
  margin-right: 26px;
  margin-right: 2.6rem;
}

.p-newsList__itemTtl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.36;
  color: #606060;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-newsList__itemTtl {
    margin-top: 1.6rem;
  }
}

.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.p-topMv__wrap {
  position: relative;
}

.p-topMv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 20.8rem);
  pointer-events: none;
  object-position: top center;
}
@media screen and (max-width: 767px) {
  .p-topMv__img img {
    height: auto;
  }
}

.p-topMv__ttl {
  position: absolute;
  left: 0;
  bottom: 50px;
  bottom: 5rem;
  width: 58.5416666667%;
  max-width: 843px;
  max-width: 84.3rem;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-topMv__ttl {
    bottom: auto;
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-topMv__ttl {
    top: 57%;
    width: 90%;
  }
}

.p-topMv__call {
  position: absolute;
  right: 0;
  bottom: 50px;
  bottom: 5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-topMv__call {
    bottom: 0.6rem;
    padding: 0.5rem 2rem 1rem;
  }
}

/* ===============================================
# Pick
=============================================== */
.p-topPick {
  background-color: #f8f8f8;
  padding: 20px 0;
  padding: 2rem 0;
}

.p-topPick__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-topPick__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-topPick__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0762a8;
  line-height: 1.19;
  padding-right: 14px;
  padding-right: 1.4rem;
  margin-right: 24px;
  margin-right: 2.4rem;
  border-right: 1px solid #0762a8;
  width: 88px;
  width: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-topPick__ttl {
    margin-right: auto;
    border-right: none;
  }
}

.p-topPick__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 1.6px;
  text-align: left;
  color: #606060;
}
@media screen and (max-width: 767px) {
  .p-topPick__link {
    font-size: 1.4rem;
  }
}
.p-topPick__link span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-topPick__link span {
    -webkit-line-clamp: 2;
  }
}

/* ===============================================
# news
=============================================== */
.p-topNews__ttl {
  text-align: center;
  width: 100%;
}

.p-topNews__news {
  background-color: #f8f8f8;
  padding: 0 30px;
  padding: 0 3rem;
}

.p-topNews__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .p-topNews__cat {
    gap: 0;
  }
}

.p-topNews__btn {
  text-align: center;
}

.p-topFocus {
  position: relative;
  z-index: 1;
}
.p-topFocus::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #f8f8f8;
  z-index: -2;
}
.p-topFocus::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  aspect-ratio: 1380/244;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  right: 0;
  bottom: 0;
  background-color: rgb(253 193 137 / 25%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topFocus::after {
    aspect-ratio: auto;
    height: 20rem;
    display: none;
  }
}

.p-topFocus__ttl {
  text-align: center;
  width: 100%;
}

.p-topFocus__spBg {
  padding-top: 60px;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-topFocus__spBg {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topFocus__spBg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    left: 0;
    top: 0;
    background-color: #c9dbe9;
  }
}

@media screen and (max-width: 767px) {
  .p-topFocus__column {
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}



.p-topBnr__img {
  width: 520px;
  max-width: 100%;
}
.p-topBnr__wrap {
  text-align: center;
}
.p-topBnr__link {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-headline {
    margin-bottom: 3rem;
  }
  .l-sec {
    padding: 4rem 0 4rem;
  }
}


.p-topCta {
  background-color: #f8f8f8;
}