@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2 supports variations"), url("../assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 300 500 700;
}
.top-main {
  padding: 0;
}
.top-main .kv {
  padding-top: calc(clamp(80px, 10vw, 126px) + clamp(1rem, 2vw, 3rem));
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  bottom: clamp(1rem, 2vw, 3rem);
}
.top-main .kv > .kv_inner:first-child {
  flex: 1;
  min-height: 0;
}
@media screen and (max-width: 1024px) {
  .top-main .kv {
    height: auto;
  }
}

.kv_inner {
  width: calc(100% - 80px);
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.kv_inner:nth-child(2) {
  position: absolute;
  top: calc(clamp(80px, 10vw, 126px) + 20px);
  right: 50%;
  translate: calc(-50% - 20px) 0;
}

.kv_inner:nth-child(3) {
  position: absolute;
  top: calc(clamp(80px, 10vw, 126px) + 20px);
  left: 50%;
  translate: calc(50% + 20px) 0;
}

.kv_item {
  width: 100%;
  max-width: 1600px;
  position: absolute;
  right: 50%;
  translate: 50%;
  top: 0;
  z-index: 1;
}

.kv_item:nth-child(1) {
  position: relative;
}

.kv_item .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
  transform-origin: 0 0;
}

.kv_item .img span {
  display: block;
  width: 106.25%;
  height: 100%;
  max-height: 940px;
  aspect-ratio: 1700/940;
  z-index: 1;
  translate: 0px 0px;
  transition: all 0.1s linear;
}

.kv_item .img span img {
  width: auto;
  max-width: none;
  height: 100%;
}

.kv_item h2 {
  color: #fff;
  font-size: clamp(30px, 3.8096vw, 64px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4em;
  overflow: hidden;
  position: absolute;
  left: 8.4375%;
  bottom: 16.7022%;
  z-index: 2;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}

.kv_item h2 em {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  font-style: normal;
}

.kv_item h2 em::after {
  width: 0%;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transition: all 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.kv_item h2 em:nth-of-type(1)::after {
  transition-delay: 1.2s;
}

.kv_item h2 em:nth-of-type(2)::after {
  transition-delay: 1.4s;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(1) {
  transition-delay: 1060ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(1) {
  transition-delay: 1460ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(2) {
  transition-delay: 1120ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(2) {
  transition-delay: 1520ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(3) {
  transition-delay: 1180ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(3) {
  transition-delay: 1580ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(4) {
  transition-delay: 1240ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(4) {
  transition-delay: 1640ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(5) {
  transition-delay: 1300ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(5) {
  transition-delay: 1700ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(6) {
  transition-delay: 1360ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(6) {
  transition-delay: 1760ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(7) {
  transition-delay: 1420ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(7) {
  transition-delay: 1820ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(8) {
  transition-delay: 1480ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(8) {
  transition-delay: 1880ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(9) {
  transition-delay: 1540ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(9) {
  transition-delay: 1940ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(10) {
  transition-delay: 1600ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(10) {
  transition-delay: 2000ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(11) {
  transition-delay: 1660ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(11) {
  transition-delay: 2060ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(12) {
  transition-delay: 1720ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(12) {
  transition-delay: 2120ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(13) {
  transition-delay: 1780ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(13) {
  transition-delay: 2180ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(14) {
  transition-delay: 1840ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(14) {
  transition-delay: 2240ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(15) {
  transition-delay: 1900ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(15) {
  transition-delay: 2300ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(16) {
  transition-delay: 1960ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(16) {
  transition-delay: 2360ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(17) {
  transition-delay: 2020ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(17) {
  transition-delay: 2420ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(18) {
  transition-delay: 2080ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(18) {
  transition-delay: 2480ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(19) {
  transition-delay: 2140ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(19) {
  transition-delay: 2540ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(20) {
  transition-delay: 2200ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(20) {
  transition-delay: 2600ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(21) {
  transition-delay: 2260ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(21) {
  transition-delay: 2660ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(22) {
  transition-delay: 2320ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(22) {
  transition-delay: 2720ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(23) {
  transition-delay: 2380ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(23) {
  transition-delay: 2780ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(24) {
  transition-delay: 2440ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(24) {
  transition-delay: 2840ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(25) {
  transition-delay: 2500ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(25) {
  transition-delay: 2900ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(26) {
  transition-delay: 2560ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(26) {
  transition-delay: 2960ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(27) {
  transition-delay: 2620ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(27) {
  transition-delay: 3020ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(28) {
  transition-delay: 2680ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(28) {
  transition-delay: 3080ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(29) {
  transition-delay: 2740ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(29) {
  transition-delay: 3140ms;
}

.kv_item h2 em:nth-of-type(1) span:nth-child(30) {
  transition-delay: 2800ms;
}

.kv_item h2 em:nth-of-type(2) span:nth-child(30) {
  transition-delay: 3200ms;
}

.kv_item h2 span {
  display: inline-block;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  translate: 0% 100%;
}

.kv_item.pre {
  z-index: 3;
}

.kv_item.pre .img {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.kv_item.pre .img span {
  translate: -5.8824% 0%;
}

.kv_item.pre h2 em::after {
  transition-delay: 0s;
}

.kv_item.now {
  z-index: 2;
}

.kv_item.now .img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.kv_item.now .img span {
  translate: -5.8824% 0%;
  transition: all 9s linear;
}

.kv_item.now h2 {
  opacity: 1;
}

.kv_item.now h2 em::after {
  width: 100%;
}

.kv_item.now h2 em span {
  translate: 0% 0%;
}

@media screen and (max-width: 800px) {
  .kv {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .kv_inner {
    width: calc(100% - 40px);
  }
  .kv_inner:nth-child(2) {
    translate: calc(-50% - 10px) 0;
  }
  .kv_inner:nth-child(3) {
    translate: calc(50% + 10px) 0;
  }
  .kv_item .img span {
    width: 117.9105%;
    height: 30vh;
    height: 30svh;
    aspect-ratio: auto;
  }
  .kv_item .img span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kv_item h2 {
    position: static;
    font-size: clamp(16px, 4.2vw, 22px);
    left: auto;
    bottom: auto;
    margin: 16px auto 0;
    color: #003A5E;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .kv_item h2 em::after {
    height: 3px;
  }
  .kv_item.pre .img span {
    translate: -9.4595% 0%;
  }
  .kv_item.now .img span {
    translate: -9.4595% 0%;
  }
}
/* ============================================================
   .kv 内ニュースバー（#top-banner カルーセル用）
   ============================================================ */
.kv .top-news {
  box-sizing: border-box;
  width: 100%;
  margin: 0.5rem 0 0;
  background-color: #ffffff;
  z-index: 10;
  align-self: flex-end;
  border-top: 1px solid #003A5E;
  border-bottom: 1px solid #003A5E;
}
@media screen and (min-width: 1025px) {
  .kv .top-news {
    width: clamp(420px, 33vw, 580px);
    border-radius: 999px;
    margin-right: clamp(25px, 3vw, 40px);
    border: 3px solid #003A5E;
  }
}
.kv .top-news .splide {
  width: 100%;
  align-items: center;
  justify-self: center;
  margin: 0 auto;
}
.kv .top-news .post-row {
  box-sizing: border-box;
  width: 100%;
  padding: 1.6rem clamp(8px, 2.5vw, 40px) 1.6rem clamp(8px, 2.5vw, 40px);
  display: grid;
  grid-template-columns: auto auto;
  letter-spacing: unset;
  line-height: 1;
  column-gap: clamp(12px, 1.6vw, 30px);
}
.kv .top-news .post-row h4 {
  color: #003A5E;
  font-size: clamp(16px, 2.5vw, 24px);
  grid-row: 1/3;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
.kv .top-news .post-row h4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-1 * clamp(12px, 1.6vw, 30px) / 2);
  transform: translateY(-50%);
  height: 100%;
  width: 0.1rem;
  background-color: #003A5E;
}
.kv .top-news .post-row .blog-date {
  display: block;
  font-size: clamp(12px, 1vw, 14px);
  margin-bottom: 0.2em;
  opacity: 0.8;
}
.kv .top-news .post-row .blog-title {
  line-height: 140%;
  font-size: clamp(14px, 1.1vw, 18px);
}
.kv .top-news .splide__arrow {
  background-color: #003A5E;
  width: clamp(24px, 3vw, 36px);
  height: clamp(24px, 3vw, 36px);
  aspect-ratio: 1/1;
  opacity: 1;
  border-radius: 2px;
}
.kv .top-news .splide__arrow svg {
  fill: #ffffff;
}
.kv .top-news .splide__arrow--prev {
  left: calc(-0.3 * clamp(24px, 3vw, 36px));
  transform: translateY(-33%);
}
.kv .top-news .splide__arrow--next {
  right: calc(-0.3 * clamp(24px, 3vw, 36px));
  transform: translateY(-33%);
}
@media screen and (max-width: 1099px) {
  .kv .top-news .splide__arrow--prev {
    left: calc(-1 * clamp(24px, 3vw, 36px));
    transform: translateY(-33%);
  }
  .kv .top-news .splide__arrow--next {
    right: calc(-1 * clamp(24px, 3vw, 36px));
    transform: translateY(-33%);
  }
}

/*# sourceMappingURL=fv.css.map */
