.hero {
  padding: 30px 32px 32px;
  margin-bottom: initial;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='395' viewBox='0 0 1440 395' fill='none'%3E%3Cg clip-path='url(%23clip0_7158_145021)'%3E%3Cpath d='M1440 395H0V0.0380859C152.663 105.324 418.1 175 720 175C1021.9 175 1287.34 105.324 1440 0.0380859V395Z' fill='%23FFE5A3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7158_145021'%3E%3Crect width='1440' height='395' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat bottom center/100% auto #fff3d8;
}
.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
}
.hero__contentTitle {
  height: 18px;
  margin: 0 0 48px;
  font-size: 18px;
}
.hero__logoImage {
  width: auto;
  height: 18px;
}
.hero__titleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #ff6010;
}
.hero__subTitle::before, .hero__subTitle::after {
  display: inline-block;
  width: 22px;
  height: 36px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='36' viewBox='0 0 22 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H4.92839L21.3564 36H19.7136L0 0Z' fill='%23FF6010'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.hero__subTitle::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.hero__titleNumber {
  font-family: Arial, sans-serif;
  font-size: 52px;
  font-style: normal;
  color: #ff6010;
}
.hero__emphasizeText {
  font-size: 38px;
  font-style: normal;
  color: #ff6010;
}
.hero__contentsWrapper {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero__planItemsWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 232px;
}
.hero__planItemsWrapper::before {
  position: absolute;
  top: 0;
  width: 450px;
  height: 235px;
  content: "";
  background-image: url("../img/top/mainVisual_2026_winter.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.hero__planItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 450px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.06));
  border-radius: 12px;
}
.hero__planItem {
  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: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 122px;
  padding: 28px 0 20px;
}
.hero__planItemBalloon {
  position: absolute;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #ff9500;
  border: 2px solid #fff;
  border-radius: 10000px;
}
.hero__planItemTitle {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: #ff6010;
}
.hero__planItemText {
  font-size: 18px;
  line-height: 1.3;
}
.hero__planItemTextLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__planItemTextNumber {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.hero__planItemTextEmphasis {
  font-size: 18px;
  font-weight: bold;
}

.hero__formInputArea {
  padding: 32px;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}

.heroInputTable__modalButton {
  width: 314px;
  background: initial;
}
.heroInputTable .label--select {
  width: 314px;
}
.heroInputTable select {
  background: initial;
}

.benefitsOfCarsensor {
  padding: 40px 0 32px;
  margin: 0 0 32px;
}
.benefitsOfCarsensor__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  padding: 24px;
  margin: 0 auto;
  border: 1px solid #dedcd7;
  border-radius: 12px;
}
.benefitsOfCarsensor__body::before {
  display: block;
  width: 162px;
  height: 124px;
  content: "";
  background-image: url("../img/top/prius_comparison.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.benefitsOfCarsensor__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.benefitsOfCarsensor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.benefitsOfCarsensor__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1;
}
.benefitsOfCarsensor__listItem::before {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='%234F9E2F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5.83489L10.9551 5L6.98447 9.97001L4.83489 8.25282L4 9.29821L7.19308 11.8489L7.19403 11.8479L7.19545 11.8489L12 5.83489Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.benefitsOfCarsensor__listItemEmphasis {
  font-weight: bold;
  color: #ff6010;
}
.benefitsOfCarsensor__annotationWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.benefitsOfCarsensor__annotation {
  font-size: 10px;
  line-height: 1.3;
  color: #666;
}
.benefitsOfCarsensor__listItemAsterisk {
  font-size: 9px;
  color: #ff6010;
}
