body {
    color: #000
}
.contents_in {
    max-width: 980px;
    width: 100%;
    margin: 0 auto
}
@media screen and (max-width: 768px) {
    .contents_in {
        padding: 0 20px
    }
}
img {
    max-width: 100%;
    height: auto
}
.sp {
    display: none
}
.pc {
    display: block
}
@media screen and (max-width: 768px) {
    .sp {
        display: block
    }
    .pc {
        display: none
    }
}
.c-wide {
    width: 100vw;
    margin-left: calc(-50vw + 50%)
}
.btn {
    background-color: #000;
    color: #fff;
    text-align: center;
    display: block;
    margin: auto;
    width: fit-content;
    border-radius: 50px;
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--font-bold);
    text-decoration: none;
    padding: 1em 2em;
    transition: all 0.3s;
    white-space: nowrap;
    width: 481px;
    height: 60px
}
.btn:hover {
    background-color: #08326f
}
@media screen and (max-width: 768px) {
    .btn {
        width: 100%;
        padding: 10px 1em;
        height: 70px;
        line-height: 26px
    }
}
#main_area {
    background-color: #4e4c4c;
    padding: 20px 0 60px
}
@media screen and (max-width: 768px) {
    #main_area {
        padding: 20px 0 30px
    }
}
#main_area .swiper-slide {
    width: 600px;
    background-color: #fff;
    text-align: center;
    height: 510px
}
@media screen and (max-width: 768px) {
    #main_area .swiper-slide {
        width: 245px;
        height: 369px
    }
}
#main_area .swiper-slide a {
    display: block;
    color: #000;
    text-decoration: none
}
#main_area .swiper-slide a picture {
    display: block;
    line-height: 1
}
#main_area .swiper-slide a picture img {
    width: 100%
}
#main_area .swiper-slide a figcaption {
    display: block;
    text-align: center;
    padding: 39px 0;
    font-size: 16px;
    line-height: 24px
}
@media screen and (max-width: 768px) {
    #main_area .swiper-slide a figcaption {
        padding: 40px 0 20px
    }
}
#main_area .swiper-slide a figcaption img {
    width: 250px;
    height: auto;
    margin-bottom: 16px
}
@media screen and (max-width: 768px) {
    #main_area .swiper-slide a figcaption img {
        width: 230px;
        margin-bottom: 28px
    }
}
#main_area .swiper-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    --swiper-pagination-bullet-inactive-color: rgba(0, 0, 0, 0.3);
    --swiper-navigation-color: var(--color-white);
    --swiper-theme-color: #b2b2b2;
    --swiper-pagination-bullet-inactive-opacity: 1
}
@media screen and (max-width: 768px) {
    #main_area .swiper-controls {
        margin-top: 30px;
        margin-right: 1rem
    }
}
#main_area .swiper-controls > * {
    position: static
}
#main_area .swiper-controls--white {
    --swiper-pagination-bullet-inactive-color: var(--color-dark-gray);
    --swiper-navigation-color: var(--color-white);
    --swiper-theme-color: var(--color-white);
    --swiper-pagination-bullet-inactive-opacity: 0.3
}
#main_area .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    padding: 0 16px
}
#main_area .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 1em;
    --swiper-pagination-bullet-height: 1em;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    vertical-align: middle;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    color: #b2b2b2;
    line-height: 1
}
#main_area .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 1.35em
}
#main_area .swiper-button-prev {
    top: auto;
    bottom: 0;
    height: auto;
    margin-top: 0;
    color: #b2b2b2
}
@media screen and (max-width: 768px) {
    #main_area .swiper-button-prev {
        outline: none
    }
}
#main_area .swiper-button-next {
    top: auto;
    bottom: 0;
    height: auto;
    margin-top: 0;
    color: #b2b2b2
}
@media screen and (max-width: 768px) {
    #main_area .swiper-button-next {
        outline: none
    }
}
#main_area .swiper-button-next::after,
#main_area .swiper-button-prev::after {
    font-size: 20px
}
#main_area .swiper-button-autoplay {
    cursor: pointer;
    position: absolute;
    left: calc(50% + 96px);
    top: 50%;
    transform: translateY(-50%)
}
#main_area .swiper-button-autoplay:hover {
    opacity: .75
}
#news_area {
    background-color: #f2f4f8;
    padding: 60px 0
}
#news_area .contents_in {
    max-width: 1020px
}
#news_area h2 {
    text-align: center;
    font-size: 24px;
    font-family: var(--font-bold);
    margin-bottom: 42px
}
#news_area .news .news_slider {
    margin: 0 -10px
}
@media screen and (max-width: 768px) {
    #news_area .news .news_slider {
        margin: 0 -20px
    }
}
#news_area .news .news_slider .news_slide {
    padding: 0 10px
}
#news_area .news .news_slider .news_slide a {
    text-decoration: none;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease
}
#news_area .news .news_slider .news_slide a:hover {
    opacity: .6
}
#news_area .news .news_slider .news_slide .news_img img {
    display: block;
    width: 100%
}
#news_area .news .news_slider .news_slide .news_img.modal {
    position: relative
}
#news_area .news .news_slider .news_slide .news_img.modal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2) url('/hondasensing/image/news_playBtn.png') no-repeat center / 52px 52px
}
#news_area .news .news_slider .news_slide .news_ttl {
    margin-top: 17px;
    color: #08326f;
    font-size: 1.5rem;
    font-family: var(--font-bold);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 5.32em;
    line-height: 1.66
}
#news_area .news .news_slider .news_slide .news_desc {
    margin-top: 10px;
    color: #000;
    font-size: 1.3rem;
    line-height: 1.5
}
#news_area .news .slick-prev,
#news_area .news .slick-next {
    z-index: 1;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 20px;
    height: 30px;
    margin: auto;
    background: url('/hondasensing/image/slide_next.png') no-repeat center/6px 9px;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease
}
#news_area .news .slick-prev::before,
#news_area .news .slick-next::before {
    content: none
}
#news_area .news .slick-prev:hover,
#news_area .news .slick-next:hover {
    opacity: .6
}
#news_area .news .slick-prev {
    right: calc(50% + 66px);
    left: auto;
    -webkit-transform: translateY(50%) scale(-1, 1);
    transform: translateY(50%) scale(-1, 1)
}
#news_area .news .slick-next {
    right: auto;
    left: calc(50% + 66px)
}
#news_area .news .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    margin-top: 26px
}
#news_area .news .slick-dots li {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 5px
}
#news_area .news .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: #a2abbe;
    overflow: hidden;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease
}
#news_area .news .slick-dots li button::before {
    content: none
}
#news_area .news .slick-dots li:hover button {
    opacity: .6
}
#news_area .news .slick-dots li.slick-active button {
    background-color: #08326f
}
#news_area .news .news_caution {
    margin-top: 5px;
    font-size: 1.2rem;
    color: #000
}
#news_area .news_modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease;
    background-color: rgba(8, 50, 110, .8);
    pointer-events: none;
    -webkit-overflow-scrolling: touch
}
#news_area .news_modal.is-view {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}
#news_area .news_modal_wrapper {
    margin: -74px auto 0;
    width: 940px
}
#news_area .news_modal_content {
    position: relative;
    padding-top: 56.25%;
    width: 100%
}
#news_area .news_modal_content iframe {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 100% !important;
    height: 100% !important
}
#news_area .news_modal_close {
    margin-bottom: 28px;
    text-align: right
}
#news_area .news_modal_closeBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 69px;
    height: 69px;
    margin-left: auto;
    border-radius: 50%;
    border: 1.5px solid hsla(0, 0%, 100%, 0.4);
    background: #08326f;
    cursor: pointer
}
#news_area .news_modal_closeBtn img {
    width: 32px;
    margin: 0 auto;
    display: block;
    height: auto
}
.sensing_navi {
    background-image: url("../image/bg_sensing_navi.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding-top: 104px
}
.sensing_navi .bg {
    display: none
}
@media screen and (max-width: 768px) {
    .sensing_navi {
        background-image: none;
        background: rgba(0, 0, 0, 0) !important
    }
    .sensing_navi .bg {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../image/bg_sensing_navi.jpg") no-repeat center/cover;
        z-index: -1
    }
}
.sensing_navi--lead {
    text-align: center
}
.sensing_navi--lead h3 {
    font-size: 30px;
    font-family: var(--font-bold);
    margin-bottom: 16px
}
@media screen and (max-width: 768px) {
    .sensing_navi--lead h3 {
        font-size: 28px
    }
}
.sensing_navi--lead p {
    font-size: 18px
}
@media screen and (max-width: 768px) {
    .sensing_navi--lead p {
        line-height: 36px
    }
}
.sensing_navi--lead p+p {
    margin-top: 2em
}
@media screen and (max-width: 768px) {
    .sensing_navi--lead p {
        text-align: left
    }
}
.sensing_navi #contents_nav {
    background-color: rgba(0, 0, 0, 0)
}
.sensing_navi #contents_nav .heading {
    color: #fff
}
.sensing_navi #contents_nav .contents_nav_list {
    padding: 0
}
.sensing_navi #contents_nav .contents_nav_list a:after {
    content: none
}
.sensing_detail {
    padding: 120px 0 100px;
    background-color: #fff;
    border-bottom: solid 1px #b2b2b2
}
@media screen and (max-width: 768px) {
    .sensing_detail {
        padding: 80px 0
    }
}
.sensing_detail--logo {
    text-align: center;
    line-height: 1;
    margin-bottom: 30px
}
.sensing_detail--logo img {
    width: 500px;
    max-width: 500px;
    height: auto
}
@media screen and (max-width: 768px) {
    .sensing_detail--logo img {
        width: 100%;
        max-width: 100%
    }
}
.sensing_detail--lead {
    font-size: 28px;
    line-height: 1.5;
    font-family: var(--font-bold);
    text-align: center;
    margin-bottom: 56px
}
@media screen and (max-width: 768px) {
    .sensing_detail--lead {
        font-size: 16px;
        margin-bottom: 40px
    }
}
.sensing_detail--image {
    line-height: 1;
    margin-bottom: 56px
}
@media screen and (max-width: 768px) {
    .sensing_detail--image {
        margin-bottom: 40px
    }
}
.sensing_detail--button {
    text-align: center;
    margin-bottom: 96px
}
@media screen and (max-width: 768px) {
    .sensing_detail--button {
        margin-bottom: 40px
    }
}
.sensing_detail .cars--heading {
    text-align: center;
    font-size: 18px;
    font-family: var(--font-bold);
    line-height: 1;
    position: relative;
    margin-bottom: 1em
}
@media screen and (max-width: 768px) {
    .sensing_detail .cars--heading {
        font-size: 20px;
        margin-bottom: 0.5em
    }
}
.sensing_detail .cars--heading:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 0
}
@media screen and (max-width: 768px) {
    .sensing_detail .cars--heading:before {
        content: none
    }
}
.sensing_detail .cars--heading span {
    display: inline-block;
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 0 2em
}
@media screen and (max-width: 768px) {
    .sensing_detail .cars--heading span {
        padding: 0
    }
}
.sensing_detail .cars--lead {
    text-align: center;
    font-size: 12px;
    font-family: var(--font-light);
    font-family: var(--font-light);
    margin-bottom: 56px
}
@media screen and (max-width: 768px) {
    .sensing_detail .cars--lead {
        margin-bottom: 10px
    }
}
.sensing_detail .cars--lists {
    margin-top: 20px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 12px
}
@media screen and (max-width: 768px) {
    .sensing_detail .cars--lists {
        gap: 0 3px;
        margin-top: 0
    }
}
.sensing_detail .cars--lists > li {
    width: calc(16.6666666667% - 10px)
}
@media screen and (max-width: 768px) {
    .sensing_detail .cars--lists > li {
        width: calc(33.3333333333% - 2px)
    }
}
.sensing_detail .cars--lists > li a {
    color: #000;
    text-decoration: none
}
.sensing_detail .cars--lists>li a:hover {
    opacity: .75
}
.sensing_detail .cars--lists > li a figure {
    display: block;
    text-align: center
}
.sensing_detail .cars--lists > li a figure img {
    width: 100%;
    max-width: 146px;
    height: auto
}
.sensing_detail .cars--lists > li a figure img.accord {
    max-width: 128px
}
@media screen and (max-width: 768px) {
    .sensing_detail .cars--lists > li a figure img.accord {
        max-width: 96px
    }
}
@media screen and (max-width: 768px) {
    .sensing_detail .cars--lists > li a figure img {
        max-width: 109px
    }
}
.sensing_detail .cars--lists > li a figcaption {
    display: block;
    text-align: center;
    padding-top: 0.5em
}
.sensing_detail .cars--lists > li a .car_name {
    font-size: 11px;
    font-family: var(--font-light);
    text-align: center
}
.sensing_detail .cars--lists.centerling {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0
}
.sensing_detail .cars--lists.centerling > li {
    width: auto
}
.sensing_detail .cars--lists .arrow_link {
    position: relative;
    width: fit-content;
    margin: auto;
    padding-right: 24px;
    font-size: 12px;
    font-family: var(--font-light);
    font-family: var(--font-bold)
}
@media screen and (max-width: 768px) {
    .sensing_detail .cars--lists .arrow_link {
        padding-right: 20px
    }
}
.sensing_detail .cars--lists .arrow_link::after {
    transform: translateY(-33%) !important;
    width: 16px !important;
    height: 16px !important;
    background-color: #08326f !important
}
.sensing_detail01 .sensing_detail--logo {
    margin-bottom: 6px
}
.sensing_contents {
    background-color: #fff;
    padding: 80px 0 0
}
@media screen and (max-width: 768px) {
    .sensing_contents {
        padding: 60px 0
    }
}
.sensing_contents--heading {
    text-align: center;
    font-size: 24px;
    font-family: var(--font-bold);
    line-height: 1;
    margin-bottom: 40px
}
.sensing_contents--flex {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    justify-content: space-between
}
@media screen and (max-width: 768px) {
    .sensing_contents--flex {
        flex-direction: column;
        gap: 20px
    }
}
.sensing_contents--cont {
    flex: 1
}
.sensing_contents--lists {
    display: flex;
    gap: 32px;
    flex-direction: column
}
@media screen and (max-width: 768px) {
    .sensing_contents--lists {
        gap: 20px
    }
}
.sensing_contents--lists > li a {
    display: block;
    color: #000;
    text-decoration: none
}
.sensing_contents--lists > li a figure {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px
}
.sensing_contents--lists > li a figure img {
    max-width: 170px;
    height: auto
}
@media screen and (max-width: 768px) {
    .sensing_contents--lists > li a figure img {
        max-width: 150px
    }
}
.sensing_contents--lists > li a figure figcaption p {
    font-size: 16px;
    line-height: 24px
}
@media screen and (max-width: 768px) {
    .sensing_contents--lists > li a figure figcaption p {
        font-size: 12px;
        font-family: var(--font-light);
        font-family: var(--font-light);
        line-height: 18px
    }
}
.sensing_contents--lists > li a figure figcaption p.caution {
    margin-top: 1em;
    font-size: 12px;
    font-family: var(--font-light);
    font-family: var(--font-light)
}
.sensing_contents--lists > li a figure figcaption h5 {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-bold);
    margin-top: 0.75em
}
@media screen and (max-width: 768px) {
    .sensing_contents--lists > li a figure figcaption h5 {
        font-size: 14px;
        line-height: 21px;
        margin-top: 3px
    }
}
.sensing_contents--lists > li a figure.large {
    flex-direction: column
}
.sensing_contents--lists > li a figure.large img {
    max-width: 100%;
    width: 100%;
    height: auto
}
@media screen and (max-width: 768px) {
    .sensing_contents--lists > li a figure.large figcaption p {
        font-size: 16px;
        line-height: 24px
    }
    .sensing_contents--lists > li a figure.large figcaption p.caution {
        font-size: 12px;
        font-family: var(--font-light);
        font-family: var(--font-light);
        line-height: 20px
    }
    .sensing_contents--lists > li a figure.large figcaption h5 {
        font-size: 18px
    }
}
.sensing_contents--cautions {
    color: #000;
    font-size: 14px
}
.sensing_contents--cautions .u-font-bold {
    font-family: var(--font-bold)
}
.sensing_contents--cautions .u-font-bold span {
    font-family: var(--font-light)
}
.sensing_contents--cautions .col-red {
    color: #c00
}
.sensing_contents--cautions .col-red span {
    color: #000
}
.sensing_contents--cautions .c-list {
    padding-left: 20px;
    margin: 0
}
.sensing_contents--cautions .c-list > li+.c-list > li {
    margin-top: 4px
}
.sensing_contents--cautions .c-list a {
    color: var(--color-black);
    text-decoration: underline
}
@media(hover: hover) {
    .sensing_contents--cautions .c-list a:hover {
        opacity: .7
    }
}
.sensing_contents--cautions .c-list--no-style {
    padding: 0;
    font-size: 12px;
    font-family: var(--font-light);
    font-family: var(--font-light);
    list-style: none
}
.sensing_contents--cautions .c-list--notes {
    padding: 0;
    font-family: var(--font-light);
    list-style: none
}
.sensing_contents--cautions .c-list--size-s {
    font-size: 14px
}
.sensing_contents--cautions .c-list--type {
    padding: 0;
    font-size: 12px;
    font-family: var(--font-light);
    font-family: var(--font-light);
    font-family: var(--font-light);
    list-style: none
}
.sensing_contents--cautions .c-list--type > li {
    padding-left: 1.6em;
    text-indent: -1.28em;
    margin-bottom: 6px;
    line-height: 1.4em
}
.sensing_contents--cautions .c-list--type02 > li {
    margin-bottom: 1em
}
.sensing_contents--cautions .c-list--type > li::before {
    content: attr(data-type)
}
.sensing_contents--cautions .c-list--type.indent-s > li {
    padding-left: 1.5em;
    text-indent: -1em
}
.sensing_contents--cautions .c-list--type.indent-l > li {
    padding-left: 2.5em;
    text-indent: -2em
}
@media screen and (max-width: 768px) {
    .sensing_contents.caution {
        padding-top: 20px;
        padding-bottom: 50px
    }
} /*# sourceMappingURL=main.css.map */