/* ============================
mv
---------------------------- */
#mv {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  height: 58rem;
  background-image: url(/img/bg_mv_pc.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
#mv .inner {
  width: 90%;
  max-width: calc(144rem - 24rem);
  color: #FFFFFF;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mv .inner .line1 {
  font-feature-settings: 'palt' on;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.136rem;
}
#mv .inner .line1 .txt-box .txt-100 {
  font-feature-settings: 'palt' on;
  font-family: var(--Lato);
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
#mv .inner .line1 .txt-box .txt-year {
  font-feature-settings: 'palt' on;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.128rem;
}
#mv .inner .line2 {
  font-feature-settings: 'palt' on;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: 0.16rem;
  margin-bottom: 2.0rem;
}
#mv .inner .line2 .txt-box .txt-future {
  color: #97F8FF;
  font-feature-settings: 'palt' on;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 137%;
  letter-spacing: 0.224rem;
}
#mv .inner .line2 .txt-box .txt-keep {
  font-feature-settings: 'palt' on;
  font-size: 4rem;
  font-weight: 400;
  line-height: 137%;
  letter-spacing: 0.16rem;
}
#mv .inner .line1 .txt-box,
#mv .inner .line2 .txt-box {
  padding: 1.0rem 1.3rem;
  background: rgba(0, 62, 120, 0.60);
}
#mv .inner .line1 .txt-box {
  padding: 0.5rem 1.3rem 0 1.3rem;
}
#mv .inner .line2 .txt-box {
  padding: 0.6rem 1.7rem;
}
#mv .inner .line3 {
  font-feature-settings: 'palt' on;
  text-shadow: 0px 0px 10px rgba(0, 32, 66, 0.55);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.096rem;
  gap: 0.8rem;
}
#mv .inner .line3::before {
  content: '';
  display: block;
  width: 4.4rem;
  height: 0.1rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 32, 66, 0.55);
}

#mv .mv-pht {
  width: 90%;
  max-width: calc(144rem - 24rem);
  color: #FFFFFF;
  position: absolute;
  bottom: -4.8rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
#mv .mv-pht .mv-pht-inner {
  width: 100%;
  max-width: 74.4rem;
  height: auto;
}

@media screen and (max-width: 960px) {
  #mv .mv-pht .mv-pht-inner {
    max-width: 96.0rem;
    gap: 1.2rem;
  }
  #mv .mv-pht .mv-pht-inner img {
    width: calc(100% / 3 - 0.8rem);
  }
}

@media screen and (max-width: 767px) {
  #mv {
    width: 100%;
    aspect-ratio: 390 / 580;
    height: auto;
    background-image: url(/img/bg_mv_sp.jpg);
  }
  #mv .inner {
    margin-top: -10.0vw;
  }
  #mv .inner .line3 {
    font-size: 1.8rem;
    line-height: 145%;
  }
  #mv .inner .line3::before {
    width: 2.8rem;
    height: 0.06rem;
    margin-top: -2.25rem;
  }
  #mv .mv-pht {
    width: 100%;
    bottom: -2.2rem;
  }
}

@media screen and (max-width: 627px) {
  #mv .inner .line1 {
    font-size: 5.35vw;
    margin-bottom: 0.3rem;
  }
  #mv .inner .line1 .txt-box .txt-100 {
    font-size: 6.55vw;
  }
  #mv .inner .line1 .txt-box .txt-year {
    font-size: 5.05vw;
  }
  #mv .inner .line2 {
    font-size: 6.25vw;
  }
  #mv .inner .line2 .txt-box .txt-future {
    font-size: 7.85vw;
  }
  #mv .inner .line2 .txt-box .txt-keep {
    font-size: 6.25vw;
  }
  #mv .inner .line1 .txt-box {
    padding: 0.5rem 0.65rem 0 0.65rem;
  }
  #mv .inner .line2 .txt-box {
    padding: 0.3rem 0.85rem;
  }
}

/* ============================
message
---------------------------- */
#message {
  width: 100%;
  padding: 20.8rem 2.78vw 49.2rem 2.78vw;
  background-image: url(/img/bg_message_pc.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
#message .inner {
  width: 100%;
  max-width: calc(144rem - 32rem);
  margin: 0 auto;
  color: var(--base-blue);
}
#message .inner .inner-left {
  width: 100%;
  max-width: 56.0rem;
}
#message .inner .inner-left img {
  width: 100%;
}
#message .inner .inner-left img.pc1150 {
  display: block;
}
#message .inner .inner-left img.sp1150 {
  display: none;
}
#message .inner .inner-right {
  width: 100%;
  max-width: 45.6rem;
}
#message .inner .inner-right h2.ttl {
  text-align: left;
  padding-bottom: 2.4rem;
  margin-bottom: 4.0rem;
  border-bottom: 1px solid #025EC0;
}
#message .inner .inner-right h2.ttl .jp {
  text-align: left;
}
#message .inner .inner-right h2.ttl .en {
  text-align: left;
}
#message .inner .inner-right p {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: var(--SemiBold);
  line-height: 200%;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 1149px) {
  #message .inner .inner-left {
    max-width: 51%;
  }
  #message .inner .inner-right {
    max-width: 45%;
  }
  #message .inner .inner-left img.pc1150 {
    display: none;
  }
  #message .inner .inner-left img.sp1150 {
    display: block;
  }
}

@media screen and (max-width: 935px) {
  #message .inner .inner-right p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #message {
    padding: 8.6rem 2.78vw 31.1rem 2.78vw;
    background-image: url(/img/bg_message_sp.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #message .inner .inner-left {
    max-width: 100%;
    margin-top: 1.2rem;
    order: 2;
  }
  #message .inner .inner-right {
    max-width: 100%;
    order: 1;
  }
  #message .inner .inner-right p {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  #message .inner .inner-left img.pc1150 {
    display: block;
  }
  #message .inner .inner-left img.sp1150 {
    display: none;
  }
}

/* ============================
product
---------------------------- */
#product {
  width: 100%;
  padding: 16rem 2.78vw;
  position: relative;
  z-index: 0;
}
#product .inner {
  width: 100%;
  max-width: calc(144rem - 32rem);
  margin: 0 auto;
}
#product .inner h2.ttl {
  margin-bottom: 6.5rem;
}
#product .inner .inner-product .product-lst {
  gap: 2.0rem;
  margin-bottom: 4.2rem;
}
#product .inner .inner-product .product-lst .product-itm .product-ttl {
  background-color: var(--base-blue);
  color: #FFFFFF;
  text-align: center;
  padding: 1.8rem 0;
  font-size: 2rem;
  font-weight: var(--Bold);
  line-height: 150%;
  letter-spacing: 0.08rem;
}
#product .inner .inner-product .atent {
  font-size: 1.8rem;
  font-weight: var(--SemiBold);
  line-height: 200%;
}

@media screen and (max-width: 767px) {
  #product {
    padding: 12rem 2.78vw;
  }
}

/* ============================
company
---------------------------- */
#company {
  width: 100%;
  padding: 16rem 2.78vw 0 2.78vw;
  position: relative;
  background-color: #E0F6FF;
  z-index: 0;
  overflow: hidden;
}
#company .inner {
  width: 100%;
  max-width: calc(144rem - 32rem);
  margin: 0 auto;
  padding: 8.0rem 8.4rem 16.0rem 8.4rem;
  background: linear-gradient(89deg, rgba(255, 255, 255, 0.80) 0.86%, rgba(255, 255, 255, 0.50) 99.12%);
  overflow: hidden;
}
#company .inner dl {
  margin-bottom: 4.0rem;
}
#company .inner dl:last-child {
  margin-bottom: 0;
}
#company .inner dl dt {
  width: 27%;
  font-size: 1.6rem;
  font-weight: var(--Bold);
  padding: 1.6rem 2.0rem;
  border-bottom: 1px solid #DDD;
  background-color: var(--base-blue);
  color: #FFFFFF;
  line-height: 170%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#company .inner dl dd {
  width: calc(100% - 27%);
  font-size: 1.6rem;
  padding: 1.6rem 2.0rem;
  font-weight: var(--Medium);
  line-height: 170%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDD;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 960px) {
  #company {
    padding: 16rem 0 0 0;
  }
  #company .inner {
    padding: 8.0rem 2.78vw 16.0rem 2.78vw;
  }
}

@media screen and (max-width: 767px) {
  #company {
    padding: 12rem 2.78vw 0 2.78vw;
  }
  #company .inner dl dt {
    display: block;
    width: 100%;
    padding: 1.0rem 2.0rem;
  }
  #company .inner dl dd {
    display: block;
    width: 100%;
    padding: 1.0rem 2.0rem;
  }
  #company .inner {
    padding: 8.0rem 2.78vw 12.0rem 2.78vw;
  }
}
