body {
 font-family: "HondaGlobalFontJP-Regular";
 font-weight: 300;
 letter-spacing: 0;
}

.header {
 border-bottom: 1px solid #CCC;
}

.content-block {
 max-width: 1080px;
 margin: 0 auto;
 position: relative;
}
@media only screen and (max-width: 768px) {
 .content-block {
  padding: 0 20px;
 }
}

.section-block {
 position: relative;
 background: #F8F8F8;
 border: 1px solid #DCDCDC;
 -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.08);
         box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.08);
 border-radius: 12px;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
 padding: 80px 0;
 color: #041D41;
}
.section-block__inner {
 padding: 0 65px;
}
.section-block__title {
 text-align: center;
 margin-bottom: 64px;
 padding-bottom: 20px;
 position: relative;
}
.section-block__title h2 {
 font-size: 32px;
 font-weight: 600;
 line-height: 1.4;
}
.section-block__title .product {
 font-size: 28px;
 display: block;
}
.section-block__title .focus {
 color: #C00;
}
.section-block__title::after {
 content: "";
 position: absolute;
 display: block;
 background-color: #C00;
 width: 48px;
 height: 4px;
 border-radius: 2px;
 bottom: 0;
 left: 50%;
 -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
}
.section-block__caption {
 text-align: center;
 font-size: 18px;
 font-weight: 600;
 line-height: 1.4;
 margin-bottom: 40px;
}
* + .section-block__caption {
 margin-top: 64px;
}
.section-block__image img {
 width: 100%;
}
.section-block__lv3 {
 text-align: center;
 font-size: 24px;
 font-weight: 600;
 margin-bottom: 40px;
}
* + .section-block__lv3 {
 margin-top: 64px;
}
.section-block__grid3 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 30px 20px;
}
.section-block__grid3--item {
 width: calc((100% - 40px) / 3);
}
.section-block__grid3--item a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 gap: 15px;
}
.section-block__grid3--item a img {
 width: 100%;
 height: auto;
}
.section-block__grid3--item a .item-title {
 text-align: center;
 font-weight: 600;
 font-size: 22px;
}
.section-block__grid3--item a .item-lead {
 position: relative;
 text-align: right;
 padding-right: 20px;
 font-weight: 600;
}
.section-block__grid3--item a .item-lead::after {
 content: "";
 position: absolute;
 display: block;
 width: 10px;
 height: 10px;
 border-top: 2px solid #C00;
 border-right: 2px solid #C00;
 right: 5px;
 top: 50%;
 -webkit-transform: rotate(45deg) translateY(-50%);
         transform: rotate(45deg) translateY(-50%);
}
.section-block__grid3--movie {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 gap: 15px;
}
.section-block__grid3--movie .item-title {
 font-weight: 600;
 font-size: 18px;
}
.section-block__tags {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 gap: 16px 20px;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.section-block__tags li {
 border: 1px solid #DCDCDC;
 background-color: #FFF;
 padding: 16px 56px;
 border-radius: 30px;
 font-weight: 600;
 font-size: 18px;
}
.section-block__paragraph {
 line-height: 1.6;
}
.section-block__swiper {
 position: relative;
}
.section-block__swiper .swiper-wrapper .swiper-slide {
 width: 33.33%;
}
.section-block__swiper .swiper-wrapper .swiper-slide__link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 gap: 20px;
}
.section-block__swiper .swiper-wrapper .swiper-slide__link:hover .swiper-slide__image img {
 -webkit-transform: scale(1.06);
         transform: scale(1.06);
}
.section-block__swiper .swiper-wrapper .swiper-slide__image {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 overflow: hidden;
 aspect-ratio: 303/166;
}
.section-block__swiper .swiper-wrapper .swiper-slide__image img {
 width: 100%;
 max-width: 100%;
 -webkit-transition: -webkit-transform 0.3s ease-in-out;
 transition: -webkit-transform 0.3s ease-in-out;
 transition: transform 0.3s ease-in-out;
 transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
 -o-object-fit: cover;
    object-fit: cover;
}
.section-block__swiper .swiper-wrapper .swiper-slide__content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 gap: 20px;
}
.section-block__swiper .swiper-wrapper .swiper-slide__tag {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
 padding: 0 1px;
}
.section-block__swiper .swiper-wrapper .swiper-slide__tag--text {
 font-size: 14px;
 line-height: 1.7142857143;
 padding: 10px 12px;
 color: #cc0000;
 border: 1px solid #cc0000;
 border-radius: 4px;
 letter-spacing: 0;
 margin-left: 1px;
}
.section-block__swiper .swiper-wrapper .swiper-slide__tag--date {
 color: #666;
}
.section-block__swiper .swiper-wrapper .swiper-slide__title {
 font-size: 16px;
 font-weight: 700;
 font-family: "HondaGlobalFontJP-Bold";
 line-height: 1.5;
 letter-spacing: 0.08em;
}
.section-block__swiper .swiper-wrapper .swiper-slide__description {
 line-height: 1.5;
 letter-spacing: 0.08em;
 margin-top: -12px;
}
.section-block__swiper .swiper-button-prev, .section-block__swiper .swiper-button-next {
 width: 44px;
}
@media only screen and (max-width: 768px) {
 .section-block__swiper .swiper-pagination {
  margin-top: 30px;
  bottom: 0;
 }
}
.section-block__swiper .swiper-pagination-bullet {
 border: 1px solid #D8D8D8;
 width: 16px;
 height: 16px;
 margin: 0 10px;
}
.section-block__swiper .swiper-pagination-bullet-active {
 border: 1px solid #cc0000;
}
.section-block + .section-block {
 margin-top: 40px;
}
@media only screen and (max-width: 768px) {
 .section-block__inner {
  padding: 0 20px;
 }
 .section-block__title {
  margin-bottom: 40px;
  padding-bottom: 20px;
 }
 .section-block__title h2 {
  font-size: 24px;
 }
 .section-block__title .product {
  font-size: 20px;
 }
 .section-block__caption {
  font-size: 18px;
  margin-bottom: 40px;
 }
 * + .section-block__caption {
  margin-top: 40px;
 }
 .section-block__lv3 {
  font-size: 20px;
  margin-bottom: 24px;
 }
 * + .section-block__lv3 {
  margin-top: 40px;
 }
 .section-block__grid3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 20px;
 }
 .section-block__grid3--item {
  width: 100%;
 }
 .section-block__grid3--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 15px;
 }
 .section-block__grid3--item a .item-title {
  font-size: 20px;
 }
 .section-block__grid3--movie {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
 }
 .section-block__grid3--movie .item-title {
  font-size: 20px;
 }
 .section-block__grid3--movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
 }
 .section-block__tags {
  gap: 8px 8px;
 }
 .section-block__tags li {
  padding: 8px 24px;
  font-size: 15px;
 }
 .section-block .swiper-button-prev, .section-block .swiper-button-next {
  bottom: 35px;
 }
}
.section-block {
 padding: 40px 0;
}
.section-block .sc-introduction__list {
 margin-top: 0;
}
.section-block .sc-introduction__image {
 width: 230px;
 height: auto;
 aspect-ratio: 115/40;
}

* + .section-block__title {
 margin-top: 64px;
}

.sc-data__inner {
 margin-top: 0;
}

.sc-data-service {
 position: fixed;
 right: 230px;
}

.article-reference {
 font-size: 14px;
 line-height: 2;
 font-weight: 400;
 margin-bottom: 50px;
}

.article-reference a {
 color: #C00;
}
.article-reference a:hover {
 text-decoration: underline;
}

.c-ArticleList {
 font-weight: 400;
}
.c-ArticleList li {
 position: relative;
 line-height: 1.4;
}
.c-ArticleList li + li {
 margin-top: 6px;
}
.c-ArticleList.bullet {
 margin-left: 16px;
}
.c-ArticleList.bullet li {
 padding-left: 1.5em;
}
.c-ArticleList.bullet li::before {
 content: "";
 position: absolute;
 left: 0.5em;
 top: 0.6em;
 width: 5px;
 height: 5px;
 background-color: #000;
 border-radius: 50%;
}
.c-ArticleList.decimal {
 counter-reset: list-decimal;
 margin-left: 16px;
}
.c-ArticleList.decimal li {
 padding-left: 1.8em;
}
.c-ArticleList.decimal li::before {
 position: absolute;
 left: 0;
 top: 0;
 counter-increment: list-decimal;
 content: counter(list-decimal) ".";
}

.c-ArticleHeading.-level2.-border-left-line::before {
 top: 0.3333333333em;
 -webkit-transform: initial;
         transform: initial;
 height: calc(100% - 0.3333333333em);
}

.c-ArticleHeading .c-heading-index {
 color: #C00;
 display: block;
}

.-no-swiper {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 width: 100%;
 gap: 20px;
}
.-no-swiper li a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 gap: 20px;
}
.-no-swiper li a:hover .swiper-slide__image img {
 -webkit-transform: scale(1.06);
         transform: scale(1.06);
}
.-no-swiper li a .swiper-slide__image {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 overflow: hidden;
 aspect-ratio: 303/166;
}
.-no-swiper li a .swiper-slide__image img {
 width: 100%;
 max-width: 100%;
 -webkit-transition: -webkit-transform 0.3s ease-in-out;
 transition: -webkit-transform 0.3s ease-in-out;
 transition: transform 0.3s ease-in-out;
 transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
 -o-object-fit: cover;
    object-fit: cover;
}
.-no-swiper li a .swiper-slide__content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 gap: 20px;
}
.-no-swiper li a .swiper-slide__tag {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
 padding: 0 1px;
}
.-no-swiper li a .swiper-slide__tag--text {
 font-size: 14px;
 line-height: 1.7142857143;
 padding: 10px 12px;
 color: #cc0000;
 border: 1px solid #cc0000;
 border-radius: 4px;
 letter-spacing: 0;
 margin-left: 1px;
}
.-no-swiper li a .swiper-slide__tag--date {
 color: #666;
}
.-no-swiper li a .swiper-slide__title {
 font-size: 16px;
 font-weight: 700;
 font-family: "HondaGlobalFontJP-Bold";
 line-height: 1.5;
 letter-spacing: 0.08em;
}

.top-fv {
 padding: 40px 0;
}
.top-fv__inner {
 max-width: 1080px;
 min-height: 600px;
 margin: 0 auto;
 background: url("../img/top/fv_bg_pc.png") no-repeat right center;
 position: relative;
}
.top-fv__subcopy {
 position: absolute;
 right: 0;
 top: 0;
}
.top-fv__features {
 max-width: 550px;
 margin: 40px 0 0 0;
 padding: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 gap: 11px;
 list-style: none;
}
.top-fv__features li {
 position: relative;
 list-style: none;
 background-color: rgba(0, 0, 0, 0.04);
 padding: 15px 10px 15px 60px;
 font-size: 20px;
 font-weight: 700;
 font-family: "HondaGlobalFontJP-Bold";
 color: #041D41;
 border-left: 4px solid #C00;
}
.top-fv__features li::after {
 content: "";
 display: block;
 position: absolute;
 width: 100%;
 height: 5px;
 border-bottom: 1px dashed #041D41;
 left: -3px;
 bottom: -6px;
}
.top-fv__features li::before {
 content: "";
 position: absolute;
 width: 48px;
 height: 48px;
 display: block;
 left: 5px;
 top: 50%;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
.top-fv__features li:first-child::before {
 background: url("../img/top/fv_icon_achievement.svg") no-repeat center center;
 background-size: cover;
}
.top-fv__features li:nth-child(2)::before {
 background: url("../img/top/fv_icon_datacheck.svg") no-repeat center center;
 background-size: cover;
}
.top-fv__features li:last-child::before {
 background: url("../img/top/fv_icon_solution.svg") no-repeat center center;
 background-size: cover;
}
.top-fv__features li:last-child::after {
 display: none;
}
@media only screen and (max-width: 768px) {
 .top-fv {
  padding: 20px;
 }
 .top-fv__inner {
  background: url("../img/top/fv_bg_sp.png") no-repeat center 10vw;
  padding-top: 8vw;
  min-height: initial;
 }
 .top-fv__subcopy {
  width: 100%;
 }
 .top-fv__subcopy img {
  width: 100%;
 }
 .top-fv__features {
  margin: 20px 0 0 0;
  max-width: calc(100% - 9vw);
 }
 .top-fv__features li {
  position: relative;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 10px 10px 10px 50px;
  font-size: clamp(12px,  4.2666666667vw , 16px);
  color: #041D41;
  line-height: 1.4;
 }
 .top-fv__features li::before {
  width: 32px;
  height: 32px;
 }
}

.top-fv__cta {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 text-align: center;
 margin-top: 60px;
 gap: 16px;
}
.top-fv__cta--item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 gap: 15px;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 width: 400px;
}
.top-fv__cta--item:first-child a {
 background-color: #C00;
 color: #FFF;
}
.top-fv__cta--item:first-child a:hover {
 background-color: #FFF;
 color: #C00;
}
.top-fv__cta--caption {
 display: inline-block;
 position: relative;
 color: #000;
 font-size: 18px;
 font-weight: 600;
 padding: 0 30px;
}
.top-fv__cta--caption br {
 display: none;
}
.top-fv__cta--caption::before {
 content: "";
 position: absolute;
 background: url("../img/img_popdecolation_left.svg") no-repeat center center;
 left: 0;
 top: 50%;
 width: 30px;
 height: 30px;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
.top-fv__cta--caption::after {
 content: "";
 position: absolute;
 background: url("../img/img_popdecolation_right.svg") no-repeat center center;
 right: 0;
 top: 50%;
 width: 30px;
 height: 30px;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
.top-fv__cta a {
 display: inline-block;
 width: 100%;
 font-size: 20px;
 font-weight: 600;
 border-radius: 40px;
 border: 1px solid #C00;
 color: #C00;
 padding: 15px 0;
 -webkit-transition: 0.3s;
 transition: 0.3s;
}
.top-fv__cta a:hover {
 background-color: #C00;
 color: #FFF;
}
@media only screen and (max-width: 768px) {
 .top-fv__cta {
  margin-top: 12vw;
 }
 .top-fv__cta--item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 10px;
 }
 .top-fv__cta--caption {
  font-size: clamp(10px,  3.4666666667vw , 13px);
  padding: 0;
  line-height: 1.2;
 }
 .top-fv__cta--caption br {
  display: inline-block;
 }
 .top-fv__cta--caption::before, .top-fv__cta--caption::after {
  display: none;
 }
 .top-fv__cta a {
  font-size: clamp(10px,  4vw , 15px);
  padding: 10px 0;
 }
}

.section-block__cta {
 text-align: center;
}
.section-block__cta a {
 display: inline-block;
 width: 430px;
 font-size: 18px;
 font-weight: 600;
 border-radius: 40px;
 border: 1px solid #041D41;
 background: #041D41;
 color: #FFF;
 padding: 15px 0;
 -webkit-transition: 0.3s;
 transition: 0.3s;
}
.section-block__cta a:hover {
 background-color: #FFF;
 color: #041D41;
}
* + .section-block__cta {
 margin-top: 64px;
}
@media only screen and (max-width: 768px) {
 .section-block__cta a {
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
 }
 * + .section-block__cta {
  margin-top: 40px;
 }
 button + .section-block__cta {
  margin-top: 80px;
 }
}

.cta {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 gap: 30px;
 margin: 60px auto;
}
.cta__header {
 text-align: center;
 font-size: 24px;
 font-weight: 700;
 font-family: "HondaGlobalFontJP-Bold";
 line-height: 1.4;
}
.cta__header .name {
 font-size: 36px;
}
.cta__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 text-align: center;
 gap: 16px;
}
.cta__item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 gap: 15px;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 width: 400px;
}
.cta__item a {
 display: inline-block;
 width: 100%;
 font-size: 20px;
 font-weight: 600;
 border-radius: 40px;
 border: 1px solid #C00;
 color: #C00;
 padding: 15px 0;
 -webkit-transition: 0.3s;
 transition: 0.3s;
}
.cta__item a:hover {
 background-color: #C00;
 color: #FFF;
}
.cta__item:first-child a {
 background-color: #C00;
 color: #FFF;
}
.cta__item:first-child a:hover {
 background-color: #FFF;
 color: #C00;
}
.cta__caption {
 display: inline-block;
 position: relative;
 color: #000;
 font-size: 18px;
 font-weight: 600;
 padding: 0 30px;
}
.cta__caption br {
 display: none;
}
.cta__caption::before {
 content: "";
 position: absolute;
 background: url("../img/img_popdecolation_left.svg") no-repeat center center;
 left: 0;
 top: 50%;
 width: 30px;
 height: 30px;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
.cta__caption::after {
 content: "";
 position: absolute;
 background: url("../img/img_popdecolation_right.svg") no-repeat center center;
 right: 0;
 top: 50%;
 width: 30px;
 height: 30px;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
 .cta {
  padding: 0 20px;
  margin: 40px 0;
 }
 .cta__item {
  gap: 10px;
 }
 .cta__item a {
  font-size: clamp(10px,  4vw , 15px);
  padding: 10px 0;
 }
 .cta__caption {
  font-size: clamp(10px,  3.4666666667vw , 13px);
  line-height: 1.2;
  padding: 0;
 }
 .cta__caption br {
  display: inline-block;
 }
 .cta__caption::before, .cta__caption::after {
  display: none;
 }
}

.sc-block .c-download__list {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 60px 20px;
}
.sc-block .c-download__list + .c-pagination {
 margin-top: 40px;
}
.sc-block .c-download__item {
 grid-row: span 3;
 display: grid;
 grid-template-rows: subgrid;
}
.sc-block .c-download__link {
 display: grid;
 grid-template-rows: subgrid;
 grid-row: span 3;
 gap: 20px;
 -webkit-transition-duration: 0.3s;
         transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
         transition-timing-function: ease-out;
}
.sc-block .c-download__link .dl-button {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 width: 100%;
 border: 1px solid #C00;
 color: #C00;
 font-weight: 600;
 border-radius: 40px;
 padding: 15px 0;
 -webkit-transition: 0.3s;
 transition: 0.3s;
}
.sc-block .c-download__link:hover .c-download__thumbnail img {
 -webkit-transform: scale(1.06);
         transform: scale(1.06);
 -webkit-transition: -webkit-transform 0.3s ease-in-out;
 transition: -webkit-transform 0.3s ease-in-out;
 transition: transform 0.3s ease-in-out;
 transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.sc-block .c-download__link:hover .dl-button {
 background-color: #C00;
 color: #FFF;
}
.sc-block .c-download__thumbnail {
 overflow: hidden;
 width: 100%;
 aspect-ratio: 347/246;
}
.sc-block .c-download__thumbnail img {
 max-width: 100%;
 width: 100%;
 max-height: 246px;
 -o-object-fit: cover;
    object-fit: cover;
 -webkit-transition: -webkit-transform 0.3s ease-in-out;
 transition: -webkit-transform 0.3s ease-in-out;
 transition: transform 0.3s ease-in-out;
 transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.sc-block .c-download__title {
 font-weight: 700;
 font-family: "HondaGlobalFontJP-Bold";
 line-height: 1.5;
 letter-spacing: 0.08em;
}
.sc-block .c-download__title--thanks {
 font-weight: 700;
 font-family: "HondaGlobalFontJP-Bold";
 line-height: 1.5;
 text-align: center;
 color: #041D41;
 font-size: 40px;
}
.sc-block .c-download__title--thanks .doc-title {
 display: block;
 margin-top: 5px;
}
.sc-block .c-download__title--thanks .doc-title br {
 display: none;
}
.sc-block .c-download .cta__item {
 width: initial;
}
.sc-block .c-download .cta__item a {
 width: 400px;
 text-align: center;
}
.sc-block .c-download .cta__caption {
 text-align: center;
}
.sc-block .c-download .cta__caption br {
 display: none;
}
.sc-block .c-download__button--document {
 margin-top: 80px;
}
.sc-block .c-download__button--contact {
 margin-top: 80px;
}
.sc-block .c-download__button--contact .cta__item a {
 background-color: #FFF;
 color: #C00;
}
.sc-block .c-download__button--contact .cta__item a:hover {
 background-color: #C00;
 color: #FFF;
}
@media only screen and (max-width: 768px) {
 .sc-block .c-download__list {
  grid-template-columns: repeat(2, 1fr);
 }
 .sc-block .c-download__list + .c-pagination {
  margin-top: 20px;
 }
 .sc-block .c-download__title--thanks {
  font-size: clamp(16px,  7.4666666667vw , 28px);
 }
 .sc-block .c-download__title--thanks .doc-title {
  font-size: clamp(16px,  6.9333333333vw , 26px);
 }
 .sc-block .c-download__title--thanks .doc-title br {
  display: inline;
 }
 .sc-block .c-download .cta__item a {
  width: 100%;
 }
 .sc-block .c-download .cta__caption {
  font-size: clamp(14px,  4.2666666667vw , 16px);
  line-height: 1.4;
 }
 .sc-block .c-download .cta__caption br {
  display: inline-block;
 }
 .sc-block .c-download__button--document {
  margin-top: 40px;
 }
 .sc-block .c-download__button--contact {
  margin-top: 40px;
 }
}

.service__fv {
 position: relative;
 min-height: 280px;
}
.service__fv--inner {
 position: relative;
 z-index: 1;
 max-width: 1080px;
 min-height: 280px;
 margin: 0 auto;
 padding: 0 20px;
 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: center;
     -ms-flex-pack: center;
         justify-content: center;
 line-height: 1.6;
 gap: 20px;
}
.service__fv--title {
 color: #041D41;
 text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.8);
}
.service__fv--title br {
 display: none;
}
.service__fv--caption {
 color: #041D41;
 font-size: 21px;
 font-weight: 700;
 font-family: "HondaGlobalFontJP-Bold";
 width: 57%;
}
.service__fv--caption .focus {
 color: #C00;
}
.service__fv .fv-img {
 position: absolute;
 right: 0;
 top: 0;
 z-index: 0;
}
.service__fv .fv-img img {
 max-height: 280px;
}
@media only screen and (max-width: 1380px) {
 .service__fv .fv-img {
  width: 45%;
 }
 .service__fv .fv-img img {
  max-width: 100%;
 }
}
@media only screen and (max-width: 768px) {
 .service__fv--title {
  width: 50%;
  line-height: 1.4;
  padding: 20px 0;
  font-size: clamp(18px,  6.4vw , 24px);
 }
 .service__fv--title br {
  display: inline;
 }
 .service__fv--caption {
  width: 100%;
  font-size: clamp(14px,  4.2666666667vw , 16px);
 }
}

#service .section-block__caption {
 font-size: 26px;
 line-height: 1.6;
}
#service .section-block__paragraph {
 margin-top: 20px;
 font-size: 20px;
}
@media only screen and (max-width: 768px) {
 #service .section-block__caption {
  font-size: clamp(14px,  4.8vw , 18px);
  text-align: left;
 }
 #service .section-block__paragraph {
  font-size: clamp(14px,  4.2666666667vw , 16px);
 }
}

#features .features-list {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 40px 20px;
}
#features .features-list__item {
 display: grid;
 gap: 20px;
 grid-template-rows: subgrid;
 grid-row: span 3;
}
#features .features-list__header {
 display: grid;
 gap: 10px;
 line-height: 1.4;
 text-align: center;
}
#features .features-list__header--sub {
 display: block;
 color: #C00;
 font-size: 16px;
 letter-spacing: 0.2em;
}
#features .features-list__header--sub .num {
 font-size: 18px;
 font-weight: 700;
 font-family: "HondaGlobalFontJP-Bold";
 padding-left: 8px;
}
#features .features-list__image {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
#features .features-list__caption {
 line-height: 1.4;
 font-size: 18px;
}
@media only screen and (max-width: 768px) {
 #features .features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 }
}

#faq .faq-block {
 display: grid;
 gap: 20px;
}
#faq .faq-item {
 display: grid;
 gap: 10px;
}
#faq .faq-item__q {
 position: relative;
 line-height: 1.4;
 font-size: 20px;
 padding: 10px 0 10px 50px;
}
#faq .faq-item__q::before {
 position: absolute;
 content: "Q";
 font-size: 24px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 background-color: #041D41;
 color: #FFF;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 font-family: "HondaGlobalFontJP-Bold";
 font-weight: 700;
 left: 0;
 top: 0.3125em;
}
#faq .faq-item__a {
 position: relative;
 line-height: 1.4;
 font-size: 20px;
 padding: 10px 0 10px 50px;
}
#faq .faq-item__a::before {
 position: absolute;
 content: "A";
 font-size: 24px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 background-color: #C00;
 color: #FFF;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 font-family: "HondaGlobalFontJP-Bold";
 font-weight: 700;
 left: 0;
 top: 0.3125em;
}

#steps .steps-block {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 24px;
}
#steps .steps-block__item {
 background-color: #FFF;
 border-radius: 8px;
 padding: 20px;
 position: relative;
 display: grid;
 gap: 24px;
 grid-template-rows: subgrid;
 grid-row: span 4;
}
#steps .steps-block__item:not(:last-child)::after {
 content: "";
 top: 40%;
 right: -32px;
 display: block;
 position: absolute;
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cg%20id%3D%22arrow%22%20transform%3D%22translate(-525%20-4476)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_6%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%206%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20transform%3D%22translate(525%204476)%22%20fill%3D%22%23828ea0%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_2%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%202%22%20d%3D%22M10%2C0%2C20%2C12H0Z%22%20transform%3D%22translate(557%204490)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
 background-repeat: no-repeat;
 background-size: contain;
 width: 48px;
 height: 48px;
 z-index: 1;
}
#steps .steps-block__label {
 background-color: #364A67;
 color: #FFF;
 border-radius: 100px;
 padding: 12px 20px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 min-width: 58%;
 position: absolute;
 left: 50%;
 top: 0;
 -webkit-transform: translateX(-50%) translateY(-50%);
         transform: translateX(-50%) translateY(-50%);
}
#steps .steps-block__image {
 width: 100%;
 height: 116px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
#steps .steps-block__title {
 color: #C00;
 font-size: 20px;
 font-family: "HondaGlobalFontJP-Bold";
 font-weight: 700;
 text-align: center;
}
#steps .steps-block__caption {
 line-height: 1.4;
}
@media only screen and (max-width: 768px) {
 #steps .steps-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: 100px;
 }
 #steps .steps-block__item:not(:last-child)::after {
  top: initial;
  bottom: -64px;
  left: 50%;
  translate: -50% 0;
  rotate: 90deg;
 }
}/*# sourceMappingURL=style_wcl.css.map */