/*============================================================================================
      Header
=============================================================================================*/
.header {
  position: fixed;
  width: 100%;
  height: 76px;
  padding: 0 2.4rem 0 3.2rem;
  background-color: var(--color-bg);
  top: 0;
  z-index: 99999999;
}
.header_inr {
  height: 100%;
  /* gap: 7rem; */
}

@media screen and (max-width: 1200px) {
  .header {
    height: 60px;
    padding: 0 2rem;
  }
}

/*============================================================================================
      Footer
=============================================================================================*/
.footer {
  background-color: var(--color-bg);
}
.footer_mainCont {
  position: relative;
  display: grid;
  grid-template-columns: 16.5rem auto;
  grid-column-gap: 9rem;
  grid-row-gap: 5rem;
  padding: 13.4rem 12rem 10.5rem;
}
.footer_mainCont::after {
  content: "";
  display: block;
  position: absolute;
  width: 29.9rem;
  height: 18rem;
  background-image: url(/teaser/img/footer_img_02.svg);
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
}
.footer_emblem {
  max-width: 56px;
  grid-area: 2 / 1 / 3 / 2;
}
.footer_pageTop {
  position: absolute;
  right: 0;
  right: 7.2rem;
  bottom: 1.65rem;
  z-index: 1;
}
.footer_pageTop a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}
.footer_pageTop a::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0.1rem solid var(--color-white);
  border-radius: 50%;
  transition: transform 0.3s;
}
.footer_pageTop a span {
  position: relative;
  display: inline-block;
  padding-top: 1rem;
  color: var(--color-white);
  font-family: var(--font-jp);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.footer_pageTop a span::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.3rem;
  height: 0.7rem;
  mask-image: url(/teaser/img/icon_pageTop.svg);
  background-color: var(--color-white);
  top: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
  transition: var(--transition);
}
.footer_btm_cont {
  position: relative;
  padding: 1.6rem;
  text-align: center;
  background-color: var(--color-green);
}
.footer_btm_img {
  position: absolute;
  top: -4.25rem;
  right: 0;
  left: 0;
  margin-inline: auto;
  max-width: 270px;
}
.footer_btm_lead {
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: 400;
}
.footer_btm_copy {
  padding-top: 0.3rem;
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: 400;
}

@media (any-hover: hover) {
  .footer_pageTop a:hover::after {
    transform: scale(1.1);
  }
  .footer_pageTop a:hover span::before {
    top: -1rem;
  }
}

@media screen and (max-width: 1060px) {
  .footer_mainCont {
    grid-column-gap: 5rem;
    padding: 13.4rem 2rem 10.5rem;
  }
}

@media screen and (max-width: 896px) {
  .footer {
    overflow-x: hidden;
  }
  .footer_mainCont {
    display: block;
    padding: 5.2rem 2rem 9rem;
  }
  .footer_mainCont::after {
    width: 22.7rem;
    height: 16.8rem;
    background-image: url(/teaser/img/footer_img_02.svg);
  }
  .footer_emblem {
    margin-top: 6.6rem;
  }
  .footer_pageTop {
    right: 2.2rem;
    bottom: 2rem;
  }
  .footer_btm_lead {
    font-size: 1rem;
  }
}

/*============================================================================================
      ティザーLP
=============================================================================================*/
.main.main__teaser {
  margin-top: 0;
}
.teaser_logo_cont {
  position: absolute;
  display: flex;
  width: 100%;
  top: 0;
  justify-content: end;
  background-color: var(--color-bg);
  z-index: 1;
}
.teaser_logo_ttl {
  color: #222;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36px;
  padding: 3.2rem 3.2rem 0 0;
  margin-left: auto;
}
.teaser_logo img {
  max-width: 156px;
}

.teaser_mv {
  position: relative;
  padding-top: 13rem;
  background-color: var(--color-bg);
  overflow: hidden;
}
.teaser_mv_inr {
  position: absolute;
  top: 12.5rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
}
.teaser_mv_bg {
  position: relative;
  width: 2500px;
  top: 0;
  left: 49.3%;
  transform: translateX(-50%);
  aspect-ratio: 2500 / 1063;
  background: url(/teaser/img/mv.svg) no-repeat center bottom / cover;
}
.teaser_mv_ttl {
  color: var(--color-black);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.68;
  letter-spacing: calc(0.54 / 16 * 1.6rem);
}
.teaser_mv_subTtl {
  margin-top: 0.8rem;
  color: var(--color-black);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: calc(0.72 / 16 * 1.6rem);
}
.teaser_mv_data {
  margin-top: 1.2rem;
  color: var(--color-main);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: calc(2.16 / 16 * 1.6rem);
}
.teaser_mv_data_unit {
  font-size: 3.2rem;
  line-height: 150%;
  letter-spacing: 5.76px;
}
.teaser_mv_data_en {
  letter-spacing: calc(0.735 / 16 * 1.6rem);
}
.teaser_lead_cont {
  background-color: #def5c5;
}
.teaser_lead {
  position: relative;
  top: calc((100vw / var(--vw-value-lg)) * -38);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: calc(0.48 / 16 * 1.6rem);
}
.teaser_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: calc(0.96 / 16 * 1.6rem);
}
.sec_teaser_introduct {
  padding-bottom: 15.6rem;
  background-color: #def5c5;
}
.teaser_lst {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2.2rem;
}
.teaser_itm {
  background-color: var(--color-bg);
  border-radius: calc(10 / 16 * 1.6rem);
  padding: 2.4rem 2.4rem 1.6rem;
}
.teaser_itm_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: calc(0.5 / 16 * 1.6rem);
}
.teaser_itm_Subttl {
  display: inline-block;
  padding-left: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: calc(0.48 / 16 * 1.6rem);
}
.teaser_itm a {
  display: inline-block;
  padding: 2.4rem;
  transition: var(--transition);
}
.teaser_itm_txt_box {
  display: flex;
  margin-top: 0.8rem;
  padding-top: 1rem;
  gap: 1.2rem;
  border-top: 0.1rem solid var(--color-light-orange);
}
.teaser_itm_txt {
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
.teaser_itm_txt_img {
  flex-shrink: 0;
  width: 100%;
  max-width: 119px;
}
.teaser_itm_txt_img img {
  max-width: 126px;
}
.sec_teaser_bank {
  position: relative;
}
.sec_teaser_bank::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 350px;
  /* height: fit-content; */
  background-image: url(/teaser/img/icon_house.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 350 / 75;
  top: -6rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.teaser_bank_lst {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 4rem;
  row-gap: 3.7rem;
  max-width: 685px;
  margin-inline: auto;
}
.teaser_bank_itm {
  font-weight: 700;
  letter-spacing: calc(0.48 / 16 * 1.6rem);
}
.main__teaser + .footer {
  margin-top: 11.4rem;
  background-color: var(--color-white);
}
.main__teaser + .footer .footer_mainCont {
  display: block;
  padding: 0 0 3rem 8rem;
}

@media screen and (max-width: 896px) {
  .teaser_logo_ttl {
    font-size: 1.4rem;
    padding: 2rem 2rem 0 0;
  }
  .teaser_mv {
    padding-top: 47px;
  }
  .teaser_mv_data {
    margin-top: 0.4rem;
    font-size: 3rem;
  }
  .teaser_mv_bg {
    width: 100%;
    top: 0;
    left: 50%;
    aspect-ratio: 375 / 796;
    background: url(/teaser/img/mv_sp.svg) no-repeat center bottom / cover;
}
  .teaser_mv_inr {
    top: calc((100vw / var(--vw-value-sm)) * 114);
  }
  .teaser_mv_ttl {
    font-size: 1.4rem;
  }
  .teaser_mv_subTtl {
    margin-top: 0.4rem;
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .teaser_mv_data_unit {
    font-size: 2rem;
  }
  .teaser_lead_cont {
    padding-top: 0.8rem;
  }
  .sec_teaser_introduct {
    padding-bottom: 12.6rem;
  }
  .teaser_ttl {
    font-size: 2.2rem;
  }
  .teaser_lst {
    margin-top: 3.2rem;
    grid-template-columns: repeat(1, auto);
    grid-row-gap: 2.2rem;
  }
  .teaser_itm {
    padding: 1.6rem;
  }
  .teaser_itm_txt_box {
    flex-direction: column;
    align-items: center;
  }
  .teaser_bank_lst {
    display: grid;
    grid-template-columns: 1fr 0.8fr 0.7fr;
    max-width: 405px;
    width: calc(100% - 2rem * 2);
    column-gap: 5.6rem;
    row-gap: 1.6rem;
    margin-inline: auto;
  }
  .teaser_bank_itm {
    font-weight: 700;
    letter-spacing: calc(0.48 / 16 * 1.6rem);
    max-width: 130px;
    width: fit-content;
  }
  .main__teaser + .footer {
    margin-top: 3.4rem;
  }
  .main__teaser + .footer .footer_mainCont {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .teaser_bank_lst {
    position: relative;
    right: calc(-1/16 * 1.6rem);
    grid-template-columns: 0.9fr 0.8fr 0.7fr;
    column-gap: 1rem;
  }
}