

a {
  text-decoration: none;
}



/* ==================================================
  u-hero
================================================== */

.u-sectionLead {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20rem;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "halt" on;
  line-height: 140%;
  letter-spacing: 2rem;
  text-align: center;
}

.u-hero__ttl {
  margin-top: 16rem;
  color: #333;
  font-size: 36rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 5.76rem;
  text-align: center;
}

.u-accentTxt {
  color: #0080d0;
  font-size: 36rem;
  font-weight: 700;
  line-height: 150%;
}

.u-hero__desc {
  margin-top: 20rem;
  color: #3c3c3c;
  font-size: 16rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 2.56rem;
  text-align: center;
}

.u-hero__desc:nth-of-type(2),
.u-hero__desc:nth-of-type(3) {
  margin-top: 16rem;
}


/* ========================================
  u-hero
  ======================================== */
.u-hero {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 144rem 40rem 104rem;
  background: #fff;
  background-image: url(/drivers/enjoy/2025etcsmart/images/road_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  transition: opacity 1.3s ease-in-out;
}

.u-hero__wrp {
  position: relative;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.u-hero__bgImg01 {
  position: absolute;
  top: 34px;
  left: 30px;
  z-index: 1;
  width: 100%;
  max-width: 10%;
  height: auto;
  aspect-ratio: 1/1;
}

.u-hero__bgImg02 {
  position: absolute;
  top: 180rem;
  left: 150rem;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  height: auto;
  aspect-ratio: 1/1;
}

.u-hero__bgImg03 {
  position: absolute;
  bottom: 130rem;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 120rem;
  height: auto;
  aspect-ratio: 1/1;
}

.u-hero__bgImg04 {
  position: absolute;
  top: 24rem;
  right: 58rem;
  z-index: 1;
  width: 100%;
  max-width: 120rem;
  height: auto;
  aspect-ratio: 1/1;
}

.u-hero__bgImg05 {
  position: absolute;
  top: 226rem;
  right: 80rem;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  height: auto;
  aspect-ratio: 1/1;
}

.u-hero__bgImg06 {
  position: absolute;
  right: -10rem;
  bottom: 60rem;
  z-index: 1;
  width: 100%;
  max-width: 120rem;
  height: auto;
  aspect-ratio: 1/1;
}

.u-hero__overview {
  margin: 72rem auto 0;
  padding: 16rem;
  border-radius: 24rem;
  background: #fff;
  box-shadow: 6px 10px 24px 0 rgba(47, 119, 164, .10);
}

.u-hero__subHd {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1168rem;
  margin: 0 auto;
  padding: 29rem 0 25rem;
  border-radius: 16px;
  background: #3aa6ea;
}

.u-hero__subHd img {
  width: 100%;
  max-width: 83rem;
  height: auto;
}

.u-hero__subTtl {
  margin-left: 13.8rem;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 24rem;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "halt" on;
  line-height: 140%;
  letter-spacing: 2.4px;
  text-align: center;
}

.u-hero__imgArea {
  display: flex;
  margin-top: 16rem;
}

.u-hero__imgWrp {
  width: 63.3%;
}

.u-hero__arrowContent {
  margin: auto 10rem;
}
.u-hero__womanImg {
  display: flex;
  align-items: center;
  width: 83rem;
  height: 60rem;
}
.u-hero__arrowWrp {
  margin: 16rem 16rem;
}
.u-hero__imgContent {
  width: 27.5%;
  padding: 24px 16px 16px 16px;
  border-radius: 16px;
  background: #fafafa;
}

.u-hero__imgTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 59%;
  margin: 0 auto;
  padding: 4px 32px 8px 32px;
  border-radius: 60px;
  background: #ff7a00;
  white-space: nowrap;
}

.u-hero__imgTxt p {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18rem;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: .72px;
  text-align: center;
}

.u-hero__imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  width: 100%;
  margin-top: 8rem;
  padding: 12rem 0;
  border: 1rem solid #ddd;
  border-radius: 8rem;
  background: #fff;
}

.u-hero__imgBox img {
  width: 100%;
  max-width: 74.1rem;
  height: auto;
}

.u-hero__imgBox p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18rem;
  font-weight: 700;
  font-style: normal;
  line-height: 180%;
}
.u-hero__imgBox sub {
  font-size: .65em;
  line-height: 0;
  vertical-align: sub;
}


@media screen and (max-width: 768px) {
  .u-hero {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 434rem 4.2% 208rem;
    background-image: url(/drivers/enjoy/2025etcsmart/images/sp_top_hero_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }

  .u-sectionLead {
    font-size: 36rem;
    line-height: 140%;
    letter-spacing: 1.8px;
  }

  .u-hero__ttl {
    margin-top: 32rem;
    color: #333;
    font-size: 56rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 4.48px;
    text-align: center;
  }

  .u-accentTxt {
    color: #0080d0;
    font-size: 56rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 4.48px;
  }

  .u-hero__bgImg01 {
    top: -254rem;
    left: 5px;
    max-width: 160rem;
  }

  .u-hero__bgImg02 {
    position: absolute;
    top: -300rem;
    left: 206rem;
    z-index: 1;
    width: 100%;
    max-width: 120rem;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .u-hero__bgImg03 {
    top: -254rem;
    left: 512rem;
    max-width: 160rem;
  }

  .u-hero__bgImg04 {
    top: auto;
    right: 510rem;
    bottom: -206rem;
    max-width: 160rem;
  }

  .u-hero__bgImg05 {
    top: auto;
    right: 248rem;
    bottom: -246rem;
    max-width: 120rem;
  }

  .u-hero__bgImg06 {
    right: 46rem;
    bottom: -204rem;
    max-width: 160rem;
  }

  .u-hero__overview {
    margin-top: 372rem;
    padding: 32rem;
    border-radius: 32rem;
  }

  .u-hero__desc {
    margin-top: 32rem;
    font-size: 32rem;
    font-weight: 500;
    line-height: 1.7;
  }

  .u-hero__desc:nth-of-type(2),
  .u-hero__desc:nth-of-type(3) {
    margin-top: 32rem;
  }

  .u-hero__subHd {
    border-radius: 8px;
  }

  .u-hero__subHd img {
    width: 100%;
    max-width: 140rem;
    height: auto;
  }

  .u-hero__subTtl {
    font-size: 36rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.8px;
  }

  .u-hero__imgArea {
    display: block;
  }

  .u-hero__imgWrp {
    width: 100%;
  }
  .u-hero__arrowContent {
    position: relative;
    margin: auto 10rem;
  }
  .u-hero__womanImg {
    position: absolute;
    top: -10rem;
    left: 84rem;
    width: 140rem;
    height: 100rem;
  }

  .u-hero__arrowWrp {
    width: 4%;
    height: 4.5%;
    margin: 20rem auto;
  }

  .u-hero__imgContent {
    width: 100%;
  }

  .u-hero__imgTxt p {
    font-size: 32rem;
    letter-spacing: .64rem;
  }

  .u-hero__imgBox {
    justify-content: flex-start;
    gap: 32rem;
    margin-top: 16rem;
    margin-left: 0;
    padding: 24rem 48rem;
    border: 2rem solid #ddd;
    border-radius: 16rem;
  }

  .u-hero__imgBox p {
    font-size: 32rem;
    font-weight: 700;
    line-height: 180%;
  }

  .u-hero__imgBox img {
    max-width: none;
  }

  .u-hero__taskImg {
    width: 120rem;
    height: 120rem;
  }
}



/* ========================================
  u-scene
  ======================================== */
.u-scene {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 144rem 0 220rem;
  border-radius: 160rem 160rem 0 0;
  background: #ddf4fd;
}

.u-scene__ttlWrp {
  margin-top: 16rem;
}

/* --- troubles --- */
.u-scene__troubles {
  position: relative;
  width: 100%;
  margin-top: 24rem;
  padding: 60rem 88rem 11rem;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 16px 0 rgba(47, 119, 164, .08);
}

.u-scene__troublesSub {
  position: absolute;
  top: 9%;
  left: 50%;
  color: #ff7a00;
  font-size: 20rem;
  font-weight: 700;
  font-feature-settings: "halt" on;
  line-height: 140%;
  letter-spacing: 2rem;
  transform: translate(-50%, -50%);
}

.u-scene__troublesTtl {
  position: absolute;
  top: 24%;
  left: 50%;
  color: #1370c2;
  font-size: 48rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.92rem;
  transform: translate(-50%, -50%);
}

.u-scene__troublesImg {
  width: 100%;
  margin-top: 24rem;
}

.u-scene__troublesImg img {
  width: 100%;
  height: auto;
}

.u-scene__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200rem;
  width: 100%;
  margin-top: 96rem;
  padding: 0;
  list-style: none;
}

.u-scene__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200rem;
  height: 272rem;
}

.u-scene__cardFoot {
  font-size: 20rem;
  font-weight: 700;
  font-feature-settings: "halt" on;
  line-height: 1.4;
  letter-spacing: .06em;
  text-align: center;
  text-wrap: nowrap;
}
.u-scene__cardTxt span {
  color: #1370c2;
}

.u-scene__cardCircle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200rem;
  aspect-ratio: 1 / 1;
  margin-top: auto;
  border-radius: 50%;
  background: #fff;
}

.u-scene__cardImg {
  width: 100rem;
}





/* --- conditions --- */
.u-scene__cond {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 72rem;
}

.u-scene__condTtl {
  color: #0080d0;
  font-size: 24rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  text-align: center;
}

.u-scene__condItem {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32rem;
  width: 100%;
  max-width: 1074rem;
  margin-top: 44rem;
  padding: 24rem 18rem 24rem 0;
  border-radius: 24rem;
  background: #fff;
  box-shadow: 6px 10px 24px 0 rgba(47, 119, 164, .10);
}

/* 左右交互オフセット */
.u-scene__condItem:nth-child(2) {
  justify-content: flex-end;
  margin-right: 126rem;
}

.u-scene__condItem:last-child {
  justify-content: flex-start;
  margin-left: 126rem;
  padding: 24rem 0 24rem 18rem;
}

.u-scene__condInr {
  width: 360rem;
  margin-left: 64rem;
}

.u-scene__condItem:last-child .u-scene__condInr {
  margin-right: 64rem;
  margin-left: 0;
}

.u-scene__condImg {
  flex: 1;
  min-width: 0;
}

.u-scene__condImg img {
  width: 100%;
  height: auto;
}

.u-scene__condIcon {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 4rem 18rem 4rem 6rem;
  border-radius: 50px;
  background: #0080d0;
}

.u-scene__condIconImg {
  display: block;
  width: 28rem;
  height: 28rem;
}

.u-scene__condIconImg img {
  width: 100%;
  height: 100%;
}

.u-scene__condIcon p {
  color: #fff;
  font-size: 18rem;
  font-weight: 700;
  font-feature-settings: "halt" on;
  line-height: 100%;
  letter-spacing: 1.8rem;
}

.u-scene__condTxt p:first-of-type {
  margin-top: 16rem;
  color: #333;
  font-size: 24rem;
  font-weight: 700;
  font-feature-settings: "halt" on;
  line-height: 150%;
  letter-spacing: 1.68rem;
}

.u-scene__condTxt p:nth-of-type(2) {
  margin-top: 8rem;
  color: #3c3c3c;
  font-size: 16rem;
  font-weight: 500;
  font-feature-settings: "halt" on;
  line-height: 170%;
  letter-spacing: 2.56rem;
}

.u-scene__troublesTriangle {
  position: absolute;
  bottom: -66rem;
  left: 50%;
  z-index: 1;
  width: 53rem;
  height: 45rem;
  filter: drop-shadow(0 12px 16px rgba(47, 119, 164, .08));
  transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0 12px 16px rgba(47, 119, 164, .08));
}

@media screen and (max-width: 768px) {
  .u-scene {
    padding: 144rem 0 244rem;
    border-radius: 96rem 96rem 0 0;
  }

  .u-scene__troubles {
    padding: 64rem 32rem 64rem;
  }

  .u-scene__troublesSub {
    position: static;
    font-size: 36rem;
    letter-spacing: 1.8rem;
    transform: none;
  }

  .u-scene__troublesTtl {
    position: static;
    margin-top: 12rem;
    font-size: 68rem;
    transform: none;
  }
  /* card */
  .u-scene__cards {
    display: block;
    margin-top: 164rem;
  }

  .u-scene__card {
    width: 100%;
    height: auto;
    margin-top: 64rem;
  }

  .u-scene__card:first-child {
    margin-top: 0;
  }

  .u-scene__cardFoot {
    min-height: auto;
    font-size: 40rem;
    text-align: center;
  }

  .u-scene__cardSub {
    font-size: 28rem;
  }

  .u-scene__cardCircle {
    width: 100%;
    max-width: 400rem;
    margin: 32rem auto 0;
  }

  .u-scene__cardImg {
    width: 240rem;
  }

  .u-scene__cond {
    margin-top: 96rem;
  }

  .u-scene__condTtl {
    font-size: 48rem;
    letter-spacing: .08em;
  }

  .u-scene__condItem {
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin-top: 80rem;
    margin-right: 0;
    margin-left: 0;
    padding: 16rem 16rem 48rem;
  }

  .u-scene__condItem:nth-child(2) {
    margin-right: 0;
  }

  .u-scene__condItem:last-child {
    margin-top: 32rem;
    margin-left: 0;
    padding: 16rem 16rem 48rem;
  }

  .u-scene__condInr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    padding: 0 32rem;
  }

  .u-scene__condItem:last-child .u-scene__condInr {
    margin-right: 0;
  }

  /* SP: 画像を常に上に */
  .u-scene__condImg {
    order: -1;
    width: 100%;
  }

  .u-scene__condTxt p:first-of-type {
    margin-top: 20rem;
    font-size: 40rem;
  }

  .u-scene__condTxt p:nth-of-type(2) {
    margin-top: 16rem;
    font-size: 32rem;
  }

  .u-scene__condIcon {
    gap: 16rem;
    padding: 16rem 36rem 16rem 12rem;
    white-space: nowrap;
  }

  .u-scene__condIconImg {
    width: 56rem;
    height: 56rem;
  }

  .u-scene__condIcon p {
    font-size: 32rem;
    letter-spacing: 3.2rem;
  }

  .u-scene__troublesTriangle {
    bottom: -141rem;
    width: 100rem;
    height: 100rem;
  }
}


/* ========================================
  u-howto
  ======================================== */
.u-howto {
  margin-top: -144rem;
  padding: 144rem 40rem;
  border-radius: 160rem;
  background-color: #3aa6ea;
}

.u-hero__ttl--howto {
  color: #fff;
}

.u-howto__block {
  display: flex;
  flex-wrap: wrap;
  gap: 32rem;
  width: 100%;
  margin-top: 80rem;
}

.u-howto__content {
  width: calc(50% - 16rem);
  padding: 62rem 40rem 40rem;
  border-radius: 24rem;
  background: #fff;
}

.u-howto__img {
  width: 100%;
  max-width: 330rem;
  height: auto;
  margin: 0 auto 47rem;
}

.u-howto__wrp {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 24rem;
}

.u-howto__step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 118px;
  padding: 8px 32px 9px 32px;
  border-radius: 40px;
  background: #3aa6ea;
  color: #fff;
  font-family: Urbanist;
  font-size: 16rem;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 1.28rem;
  text-align: center;
}

.u-howto__img--second {
  max-width: none;
  margin: 0;
}

.u-howto__sub {
  margin-top: 16rem;
  color: #333;
  font-size: 20rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2rem;
}

.u-howto__txt {
  margin-top: 8rem;
  color: #3c3c3c;
  font-size: 14rem;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 2.24rem;
}

.u-howto__wrp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 45rem;
  background-image: linear-gradient(to right, #b8d3e5 10rem, transparent 6rem);
  background-repeat: repeat-x;
  background-size: 20rem 12rem;
}


@media screen and (max-width: 768px) {
  .u-howto {
    padding: 108rem 32rem 144rem;
    border-radius: 96rem;
  }

  .u-howto__block {
    margin-top: 64rem;
  }

  .u-howto__content {
    width: 100%;
    height: auto;
  }

  .u-howto__img--second {
    max-width: none;
    margin: 0;
  }

  .u-howto__img:first-of-type img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .u-howto__wrp {
    padding-top: 48rem;
    text-align: center;
  }

  .u-howto__step {
    width: 320rem;
    height: 62rem;
    margin: 0 auto;
    font-size: 28rem;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 2.24rem;
  }

  .u-howto__sub {
    margin-top: 20rem;
    font-size: 40rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 4rem;
  }

  .u-howto__txt {
    color: #333;
    font-size: 32rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 3.2rem;
  }
}