@charset "utf-8";

footer {
    margin-top: 0;
}
/*---------------------------------------
MV
---------------------------------------  */
.sitename_wrap {
    background: var(--site-color02);
}

.mv-title {
    position: relative;
    width: 50%;
    margin: 1rem auto 1rem;
    padding: 11px 0 0;
    z-index: 3;
    
}



/*---------------------------------------
共通
---------------------------------------  */
.sec-inner {
    padding-left: 15px;
    padding-right: 15px;
}

/* ～から探す */
.search-title {
    position: relative;
    margin-bottom: 30px;
    font-family: var(--font-strong);
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
.search-title a {
    display: block;
    background: url(img/arr_black.svg) right 0 top 50% / 24px no-repeat;
}
.search-title a:hover {
    opacity: var(--hover-opacity);
}
.search-type {
    position: relative;
    display: block;
    font-size: 2.4rem;
}
.search-type::before {
    content: '＼';
}
.search-type::after {
    content: '／';
}
.search-type b {
    display: inline-block;
    margin: 0 3px;
    padding: 2px 5px;
    line-height: 1;
    background: var(--main-color2);
}

/* 帯状見出し */
.band-title {
    position: relative;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 7px 24px 7px 18px;
    border: 2px solid var(--site-color01);
    background: var(--main-color1);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: #fff;
    font-weight: bold;
    font-size: 3.1rem;
    font-family: var(--font-strong);
    line-height: 2.4;
}
.band-title a {
    padding: 0 2.5rem 0 0;
    background: url(img/arr_yellow.svg) right 0 top 50% / 24px no-repeat;
}
.band-title a:hover {
    opacity: var(--hover-opacity);
}
.band-title .highlight {
    color: var(--main-color2);
}


/*---------------------------------------
nationwide-area
---------------------------------------  */
.nationwide-area {
    position: relative;
    padding: 170px 0 160px;
    z-index: 2;
}
.nationwide-area::before {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 364px;
    height: 120px;
    margin: auto;
    background: url(img/top_nationwide.svg) no-repeat 0 /contain;
    content: '';
}
.nationwide-area::after {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 37px;
    background: url(img/bg_map.png) no-repeat bottom center / contain;
    content: '';
    aspect-ratio: 1424/1492;
    z-index: -1;
}
/*---------------------------------------
car-license-area
---------------------------------------  */
.car-license-area {
    margin-top: 20px;
    padding: 50px 0 48px;
    position: relative;
    background: url(img/car_license_bg.png) no-repeat top center / cover;
}
.car-license-area::before {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    width: 360px;
    height: 134px;
    margin: auto;
    background: url(img/top_car_license.svg) no-repeat 0 /contain;
    content: '';
}
.car-license-area::after {
    position: absolute;
    bottom: 0;
    right: 14px;
    width: 304px;
    height: 173px;
    margin: auto;
    background: url(img/car_license_bg2.png) no-repeat 0 /contain;
    content: '';
}

.car-license-list {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    gap: 25px 30px;
    padding: 25px 0 60px;
    z-index: 2;
}
.car-license-item {
    width: calc((100% / 2) - 15px);
    font-family: var(--font-strong);
    font-weight: bold;
    font-size: 2.4rem;
    border: 2px solid var(--site-color01);
    border-radius: var(--base-border-radius);
    background: #fff;
    overflow: hidden;
}
.car-license-item a {
    position: relative;
    display: block;
    padding: 8px 10px 8px 70px;
}
.car-license-item a:hover {
    opacity: var(--hover-opacity);
}

.car-license-item a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    aspect-ratio: 1.1/1;
    border-right: 2px solid var(--site-color01);
    background: no-repeat center / 80% auto var(--main-color1);
    content: '';
}
.car-license-item.type-mt-am a::before {
    background-image: url(img/car_license/mt_am.png);
}
.car-license-item.type-regular-motorcycle a::before {
    background-image: url(img/car_license/regular_motorcycle.png);
}
.car-license-item.type-semi-medium-size-car a::before {
    background-image: url(img/car_license/semi_medium_size_car.png);
}
.car-license-item.type-large-motorcycle a::before {
    background-image: url(img/car_license/large_motorcycle.png);
}
.car-license-item.type-medium-size-car a::before {
    background-image: url(img/car_license/medium_size_car.png);
}
.car-license-item.type-large-vehicle a::before {
    background-image: url(img/car_license/large_vehicle.png);
}
.car-license-item.type-large-special-vehicle a::before {
    background-image: url(img/car_license/large_special_vehicle.png);
}
.car-license-item.type-towing-vehicle a::before {
    background-image: url(img/car_license/towing_vehicle.png);
}
.car-license-item.type-regular-vehicle-class2 a::before {
    background-image: url(img/car_license/regular_vehicle_class2.png);
}
.car-license-item.type-medium-sized-vehicle-class2 a::before {
    background-image: url(img/car_license/medium_sized_vehicle_class2.png);
}
.car-license-item.type-large-vehicle-class2 a::before {
    background-image: url(img/car_license/large_vehicle_class2.png);
}
.car-license-item a::after {
	position: absolute;
	bottom: 5px;
	right: 5px;
    width: 10px;
    height: 10px;
    background-color: var(--main-color2);
    clip-path: polygon(100% 0%, 0% 10px, 10px 10px);
	content: '';
}

/*---------------------------------------
want-area
---------------------------------------  */
.want-area {
    position: relative;
    padding-top: 173px;
    padding-bottom: 30px;

}
.want-area::before {
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    width: 326px;
    height: 134px;
    margin: auto;
    background: url(img/top_want.svg) no-repeat 0 /contain;
    content: '';
}
.want-list {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 0;
}
.want-list a:hover {
    opacity: var(--hover-opacity);
}
.want-item {
    border: 1px solid var(--site-color01);
    width: 50%;
    overflow: hidden;
}
.want-item:nth-of-type(odd) {
    border-right: 0;
    width: calc(50% - 1px);
}

.want-item img {
    display: block;
    width: 100%;
    aspect-ratio: 234/134;

}
.want-text {
    margin: 0;
    padding: 0 12px 0 0;
    text-align: center;
    font-family: var(--font-strong);
    font-weight: bold;
    font-size: 2.4rem;
    color: #fff;
    background: url(img/arr_yellow.svg) right 6px center / 20px no-repeat var(--main-color1);
    
}
/*---------------------------------------
report-area
---------------------------------------  */
.report-area {
    margin-top: 97px;
    padding-bottom: 30px;
    background: url(img/tile_white.png) top 3px center / 16px;
}
.report-img-box {
    position: relative;
    margin-bottom: 60px;
}
.report-img-box::before {
    position: absolute;
    top: -67px;
    left: 7px;
    width: 248px;
    height: 120px;
    background: url(img/top_public.svg) no-repeat 0 / contain;
    content: '';
    z-index: 2;
}
.report-img-box::after {
    position: absolute;
    bottom: -52px;
    right: 11px;
    width: 312px;
    height: 114px;
    background: url(img/top_relations.svg) no-repeat 0 / contain;
    content: '';
    z-index: 2;
}
.report-area .sec-inner {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.report-area .btn-internal {
    max-width: 70%;
}

/*---------------------------------------
real-area
---------------------------------------  */
.real-area {
    margin-top: 97px;
    padding-bottom: 30px;
    background: url(img/tile_white.png) top 3px center / 16px;
}
.real-img-box {
    position: relative;
    margin-bottom: 30px;
}
.real-img-box::before {
    position: absolute;
    top: -78px;
    left: 5px;
    width: 302px;
    height: 130px;
    background: url(img/top_actual.svg) no-repeat 0 / contain;
    content: '';
    z-index: 2;
}
.real-area .sec-inner {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.real-area .btn-internal {
    max-width: 70%;
}
/*---------------------------------------
faq-area
---------------------------------------  */
.faq-area {
    position: relative;
    margin-top: 72px;
    padding: 54px 0 50px;
    z-index: 2;
    background: var(--site-color02);
}
.faq-area::before {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    width: 360px;
    height: 140px;
    margin: auto;
    background: url(img/top_knowledge.svg) no-repeat 0 /contain;
    content: '';
}
.faq-title {
    position: relative;
    margin-bottom: 30px;
    font-family: var(--font-strong);
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
.faq-title a {
    display: inline-block;
    background: url(img/arr_black.svg) right 0 bottom 14% / 24px no-repeat;
    padding-right: 33px;
    margin-left: 33px;
}
.faq-title a:hover {
    opacity: var(--hover-opacity);
}

.faq-list {
    margin-bottom: 20px;
    border-top: 2px solid var(--site-color01);
}
.faq-accordion-box {
    background: #fff;
}
.faq-accordion-title {
    border: 2px solid var(--site-color01);
    border-top-width: 0;
    background: var(--main-color1);
    color: #fff;
    font-family: var(--font-strong);
    font-size: 2.2rem;
    font-weight: bold;
}
.faq-accordion-title .faq-btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 74px 12px 34px;
    text-align: left;
}
.faq-accordion-title .faq-btn::before,
.faq-accordion-title .faq-btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    width: 35px;
    height: 35px;
    margin: auto;
    background: url(img/accordion_btn.svg) no-repeat 0 / contain;
    content: '';
}
.faq-accordion-title .faq-btn::after {
    transform: rotate(90deg);
    transition: transform .3s ease;
}
.faq-accordion-box.is-open .faq-accordion-title .faq-btn::after {
    transform: rotate(0deg);
}
.faq-accordion-title .faq-btn:hover {
    opacity: var(--hover-opacity);
}
.faq-accordion-textarea {
    padding: 36px 15px 25px;
}
.faq-accordion-textarea .border-img-box {
    width: 65%;
    margin: 0 auto 20px;
}
.faq-accordion-textarea .border-img-box img {
    border: 2px solid var(--site-color01);
    border-radius: 70px;
}
.faq-accordion-textarea .btn-internal {
    font-size: 1.6rem;
}


/* アコーディオン閉じる(1つめだけ開いておく) */
.faq-accordion-box:not(:first-of-type) .faq-accordion-textarea {
    display: none;
}

/* ボーダー調整 */
.faq-accordion-box:not(:last-child) .faq-accordion-textarea {
    border-bottom: 2px solid var(--site-color01);
}

/*---------------------------------------
SP
---------------------------------------  */
@media screen and (max-width: 599px) {
    /*---------------------------------------
    MV
    ---------------------------------------  */
    .mv-title {
        width: 45%;
        margin-bottom: 1rem;
        padding-top: 4px;
    }

    /*---------------------------------------
    共通
    ---------------------------------------  */
    /* ～から探す */
    .search-title {
        margin-bottom: 1.5rem;
        font-size: 2.4rem;
    }
    .search-title a {
        background-size: 20px;
    }
    .search-type {
        font-size: 1.8rem;
    }

    /* 帯状見出し */
    .band-title {
        padding: 4px 18px 4px 10px;
        font-size: 2.2rem;
    }
    .band-title a {
        padding: 0 2.5rem 0 0;
        background-size: 20px;
    }

    /*---------------------------------------
    nationwide-area
    ---------------------------------------  */
    .nationwide-area {
        padding: 13rem 0 11rem;
    }
    .nationwide-area::before {
        top: 26px;
        width: 273px;
        height: 90px;
    }
    .nationwide-area::after {
        bottom: 1rem;
    }

    /*---------------------------------------
    car-license-area
    ---------------------------------------  */
    .car-license-area {
        padding: 40px 0 48px;
    }
    .car-license-area::before {
        top: -5rem;
        width: 26rem;
        height: 9.6rem;
    }
    .car-license-area::after {
        right: 10px;
        width: 224px;
        height: 120px;
    }
    .car-license-list {
        gap: 14px 30px;
        padding: 2.5rem 0 6rem;
    }
    .car-license-item {
        font-size: 1.8rem;
    }
    .car-license-item a {
        padding: 8px 10px 8px 50px;
    }
    .car-license-item a::before {
        aspect-ratio: 1/1;
    }

    /*---------------------------------------
    want-area
    ---------------------------------------  */
    .want-area {
        padding-top: 138px;
    }
    .want-area::before {
        top: 3rem;
        width: 24rem;
        height: 10rem;
    }
    .want-text {
        margin: 0;
        padding: 0 12px 0 0;
        font-size: 1.8rem;
        background-size: 16px;
    }

    /*---------------------------------------
    report-area
    ---------------------------------------  */
    .report-area {
        margin-top: 64px;
        padding-bottom: 3rem;
    }
    .report-img-box {
        margin-bottom: 4.5rem;
    }
    .report-img-box::before {
        top: -5rem;
        left: 7px;
        width: 185px;
        height: 9rem;
    }
    .report-img-box::after {
        bottom: -36px;
        right: 9px;
        width: 232px;
        height: 83px;
    }
    .report-area .sec-inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    /*---------------------------------------
    real-area
    ---------------------------------------  */
    .real-area {
        margin-top: 6.7rem;
        padding-bottom: 3rem;
    }
    .real-img-box {
        margin-bottom: 2rem;
    }
    .real-img-box::before {
        top: -57px;
        left: 5px;
        width: 225px;
        height: 95px;
    }
    .real-area .sec-inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    /*---------------------------------------
    faq-area
    ---------------------------------------  */
    .faq-area {
        margin-top: 5.6rem;
        padding: 4rem 0 3.5rem;
    }
    .faq-area::before {
        top: -5rem;
        width: 27rem;
        height: 10.4rem;
    }
    .faq-title {
        margin-bottom: 1.5rem;
        font-size: 2.4rem;
    }
    .faq-title a {
        background-size: 2rem;
    }

    .faq-list {
        margin-bottom: 2rem;
    }
    .faq-accordion-title {
        font-size: 2rem;
    }
    .faq-accordion-title .faq-btn {
        padding: 6px 74px 6px 19px;
    }
    .faq-accordion-title .faq-btn::before,
    .faq-accordion-title .faq-btn::after {
        right: 1rem;
        width: 3rem;
        height: 3rem;
    }
    .faq-accordion-textarea {
        padding: 30px 15px 25px;
    }
    .faq-accordion-textarea .border-img-box {
        width: 70%;
    }
    .faq-accordion-textarea .border-img-box img {
        border-radius: 5rem;
    }

}