:root .l-header {
  position: fixed;
}

.t-home-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(6.4rem, 3.118rem + 8.751vw, 16rem);
  max-width: 124.8rem;
  padding-inline: 2.4rem;
  padding-top: clamp(8rem, 5.2652689152rem + 7.2926162261vw, 16rem);
  padding-bottom: clamp(12rem, 9.265rem + 7.293vw, 20rem);
  margin: 0 auto;
  width: 100%;
}

.t-home-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.8rem, 0.527rem + 0.729vw, 1.6rem);
}
.t-home-heading__en {
  color: #2D2A51;
  font-family: var(--font-en);
  font-size: clamp(4.8rem, 3.569rem + 3.282vw, 8.4rem);
  font-weight: 400;
  line-height: 1;
}
.t-home-heading__ja {
  color: rgba(45, 42, 81, 0.8);
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 1.395rem + 0.547vw, 2.2rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
}

.t-mv {
  position: relative;
  overflow: clip;
}
.t-mv__inner {
  position: relative;
  z-index: 1;
  margin-top: -100vh;
  max-width: 1440px;
  margin-inline: auto;
}
.t-mv__inner::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 15%);
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 60%;
  bottom: 0;
}

.t-mv-bg__wrap {
  position: sticky;
  top: 0;
  height: 100vh;
}
.t-mv-bg__wrap .c-scroll {
  position: absolute;
  left: clamp(1rem, -0.0255241568rem + 2.7347310848vw, 4rem);
  bottom: 0rem;
  z-index: 2;
}

.t-mv-attention {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.t-mv-attention .c-attention {
  position: sticky;
  bottom: 0;
  pointer-events: auto;
}

.t-mv-bg {
  height: 100vh;
  background: url(/assets/image/home/mv_bg.jpg) center/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-mv-bg {
    height: 120vh;
    height: 120lvh;
    background: url(/assets/image/home/mv_bg_sp.jpg) center/cover no-repeat;
  }
}
.t-mv-bg img {
  -webkit-animation: mvBlurIn 1.6s var(--easeOrg, cubic-bezier(0.22, 1, 0.36, 1)) both;
          animation: mvBlurIn 1.6s var(--easeOrg, cubic-bezier(0.22, 1, 0.36, 1)) both;
  position: relative;
  width: 100vw;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes mvBlurIn {
  from {
    -webkit-filter: blur(24px);
            filter: blur(24px);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes mvBlurIn {
  from {
    -webkit-filter: blur(24px);
            filter: blur(24px);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.t-mv-main {
  -webkit-animation: mvBlurIn 1.8s var(--easeOrg, cubic-bezier(0.22, 1, 0.36, 1)) both;
          animation: mvBlurIn 1.8s var(--easeOrg, cubic-bezier(0.22, 1, 0.36, 1)) both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 20vh;
  gap: 9.6rem;
  padding-inline: clamp(2.4rem, -2.2490428441rem + 12.3974475843vw, 16rem);
}
@media screen and (max-width: 768px) {
  .t-mv-main {
    gap: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}

.t-mv-slogan {
  position: sticky;
  top: 0;
  height: 728px;
  padding-top: 21rem;
}
.t-mv-slogan a {
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-mv-slogan a:hover {
  opacity: 0.8;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .t-mv-slogan {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .t-mv-sp-sticky {
    position: relative;
    height: 26vh;
    z-index: 1000;
  }
}

.t-mv-sp-slogan {
  display: none;
}
.t-mv-sp-slogan a {
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.t-mv-sp-slogan a:hover {
  opacity: 0.8;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .t-mv-sp-slogan {
    display: block;
    position: sticky;
    top: 0;
    height: 4vh;
    padding-top: 17vh;
    text-align: center;
  }
}

.t-mv-text {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  margin-top: 28rem;
}
.t-mv-text p {
  color: #EEEDF7;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 1.3974475843rem + 0.2734731085vw, 1.8rem);
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.08em;
}
.t-mv-text p span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .t-mv-text {
    margin-top: 0;
    padding-top: 100px;
  }
  .t-mv-text p {
    text-align: center;
  }
}

.t-mv-button {
  margin-top: clamp(6rem, 4.7693710119rem + 3.2816773017vw, 9.6rem);
  margin-bottom: clamp(12rem, 7.8979033728rem + 10.9389243391vw, 24rem);
}

.t-mv-content {
  position: relative;
  max-width: 520px;
  width: 100%;
}

.t-mv-media {
  width: 100%;
  max-width: 354px;
}
@media screen and (max-width: 768px) {
  .t-mv-media {
    text-align: center;
    width: 60%;
    max-width: none;
    margin: 0 auto;
    height: 62vh;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.t-home-news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 65%;
  grid-template-columns: 20% 65%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .t-home-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(2rem, 1.0428441203rem + 2.5524156791vw, 4.8rem);
  }
}

.t-home-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(3.2rem, 2.106rem + 2.917vw, 6.4rem);
  margin-top: clamp(6.4rem, 4.417rem + 5.287vw, 12.2rem);
}
@media screen and (max-width: 1023px) {
  .t-home-news__body {
    margin-top: 0;
    border-top: 1px solid rgba(45, 42, 81, 0.15);
  }
  .t-home-news__body .c-button {
    margin: 0 auto;
  }
}

.t-home-news-list {
  width: 100%;
}

.t-home-card__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.4rem;
}
@media screen and (max-width: 768px) {
  .t-home-card__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.8rem;
  }
}

.t-home-card {
  position: relative;
}
.t-home-card a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.t-home-card__media {
  width: 100%;
  height: 100%;
  aspect-ratio: 357/475;
  border-radius: 0.6rem;
  overflow: hidden;
}
.t-home-card:not(:last-child):before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(211, 210, 226, 0.5);
  top: 0;
  right: -3.2rem;
}
@media screen and (max-width: 768px) {
  .t-home-card__media {
    aspect-ratio: 327/164;
  }
  .t-home-card:not(:last-child):before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: rgba(211, 210, 226, 0.5);
    top: auto;
    bottom: -2.4rem;
    right: 0;
  }
}

.t-home-card__label {
  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;
}

.t-home-cardtitle {
  color: var(--color-blue-700);
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 2.1316317229rem + 0.1823154057vw, 2.4rem);
  line-height: 1.6;
  letter-spacing: 0.03rem;
}

.t-home-cardarrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-left: 1px solid rgba(45, 42, 81, 0.2);
  padding-block: clamp(1.1rem, 0.9290793072rem + 0.4557885141vw, 1.6rem);
  padding-left: clamp(2.4rem, 2.2632634458rem + 0.3646308113vw, 2.8rem);
  padding-right: 1.6rem;
}

.t-home-card a:hover .t-home-card__media img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.t-home-card a:hover .t-home-cardarrow img {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}