@charset "UTF-8";
/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Font family ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Top
------------------------------------------------------------ */
html:not(.is-splash-finished) .p-mainv__txt {
  visibility: hidden;
}

.top {
  overflow: hidden;
  background: #FFF;
  /* ----- mainvisual ----- */
  /* ----- content ----- */
  /* ----- p-news ----- */
}
.top .main-visualInner {
  overflow: hidden;
  position: relative;
}
.top .visual-pic {
  overflow: visible;
  position: relative;
}
.top .visual-pic .swiper-wrapper {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
  height: auto !important;
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.top .visualswiper,
.top .swiper-wrapper,
.top .swiper-slide,
.top .swiper-img {
  height: 100%;
}
.top .swiper-slide-active .swiper-img,
.top .swiper-slide-duplicate-active .swiper-img,
.top .swiper-slide-prev .swiper-img {
  -webkit-animation: zoom-in 10s linear 0s normal both;
  animation: zoom-in 10s linear 0s normal both;
}
.top .swiper-slide {
  height: 100%;
}
.top .swiper-slide picture {
  height: clamp(30rem, 880 / var(--max-xl) * 100vw, 55rem);
}
.top .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  background-position: center;
}
.top .visual-txtWrap {
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 1;
}
.top .visual-txtWrap__inner {
  max-width: calc(1440px + 2rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  height: clamp(30rem, 880 / var(--max-xl) * 100vw, 55rem);
}
.top .p-mainv {
  position: relative;
  color: #000;
  -webkit-transform: color 0.2s var(--linear);
  transform: color 0.2s var(--linear);
}
.top .p-mainv__txt h1 {
  font-weight: bold;
  font-family: var(--ff-noto-serif);
  font-size: clamp(2.625rem, 57 / var(--max-xl) * 100vw, 3.5625rem);
  line-height: 1.4;
}
.top .p-mainv__txt p {
  font-size: clamp(1.125rem, 23 / var(--max-xl) * 100vw, 1.4375rem);
  font-weight: 300;
}
.top .p-mainv__bnr {
  margin-top: 5%;
  opacity: 0;
  visibility: hidden;
}
.top .main-visualInner.is-slide-2 .p-mainv__txt {
  color: #fff;
}
.top .top-content {
  padding: 3.75rem 1rem;
}
.top .top-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top .top-content-box__column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.top .top-content-box__column--txt p {
  margin-top: 2rem;
  line-height: 2;
  font-size: 1.125rem;
}
.top .top-content-box--forward .top-content-box__column--img {
  padding-right: 3.75vw;
}
.top .top-content-box--forward .top-content-box__column--txt {
  padding-right: 6.25vw;
}
.top .top-content-box--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.top .top-content-box--rev .top-content-box__column--img {
  padding-left: 3.75vw;
}
.top .top-content-box--rev .top-content-box__column--txt {
  padding-right: 6.25vw;
}
.top .p-news {
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
}
.top .p-news-list dl {
  border-bottom: 1px solid #ccc;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  /* dtは中身に合わせる */
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 1.5rem;
  position: relative;
}
.top .p-news-list dl::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: width 0.7s;
  transition: width 0.7s;
  z-index: 1;
}
.top .p-news-list dl dt {
  white-space: nowrap;
}
.top .p-news-list dl dd {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1279px) {
  .top {
    position: relative;
  }
}
@media (max-width: 1023px) {
  .top {
    position: relative;
  }
  .top .p-mainv__txt h1 {
    font-size: 5vw;
  }
  .top .p-mainv__txt p {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .top {
    position: relative;
  }
  .top .visual-txtWrap {
    top: 0;
  }
  .top .visual-txtWrap__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media (max-width: 639px) {
  .top {
    position: relative;
  }
  .top .top-content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .top .top-content-box__column--txt .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .top .top-content-box--forward .top-content-box__column--img {
    padding-right: 0;
  }
  .top .top-content-box--forward .top-content-box__column--txt {
    padding-right: 0;
  }
  .top .top-content-box--rev .top-content-box__column--img {
    padding-left: 0;
  }
  .top .top-content-box--rev .top-content-box__column--txt {
    padding-right: 0;
  }
}
@media (hover: hover) {
  .top .p-news-list a:hover {
    color: var(--color-primary);
  }
  .top .p-news-list a:hover dl::after {
    width: 100%;
  }
}
/*# sourceMappingURL=../../map/object/project/top.css.map */