main {
    color: #231815;
}

.image {
    position: relative;
}

.cap {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.white {
    color: #fff;
}

.b_shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.69), 0px 0px 2px rgba(0, 0, 0, 0.69), -1px -1px 2px rgba(0, 0, 0, 0.69);
}

.w_shadow {
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1), 0px 0px 2px rgba(255, 255, 255, 1), -1px -1px 2px rgba(255, 255, 255, 1);
}

.back_btn a {
    display: block;
    max-width: 300px;
    width: 90%;
    margin: 80px auto 30px;
    text-align: center;
    font-size: clamp(15px,1.5vw,18px);
    font-weight: bold;
    background-color: #918b8a;
    color: #fff;
    padding: 20px 10px;
}

@media screen and (max-width: 730px) {

    .back_btn a {
        margin: 55px auto 0;
    }
}


.all_wrap {
    max-width: 1054px;
    background-color: #f0efeb;
    margin: 0 auto;
    padding: 50px 0;
}

.page_ttl {
    text-align: center;
    font-size: clamp(28px,2vw,25px);
    margin-bottom: 30px;
}

.sec_ttl {
    text-align: center;
    font-size: clamp(20px,2vw,22px);
    color: #7b6a3b;
    margin-bottom: 20px;
}

.sec_txt {
    font-size: clamp(14px,1.5vw,16px);
    line-height: 1.8;

}


.sec01 {
    margin-top: 30px;
}

.sec01 .sec_txt {
    text-align: center;
}

.road_contents {
    position: relative;
    width: 96%;
    margin: 30px 0 17% auto;
}

.road_contents .trigger>picture,
.road_contents .trigger>span {
    opacity: 0;
}

.road_contents .fadeIn>picture {
    animation-name: fadeIn;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
}

.road_contents .fadeIn>span {
    animation-delay: 0.3s;
    animation-name: fadeIn;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.road_contents .icon01 {
    position: absolute;
    top: 5.3%;
    left: 13%;
    width: 18%;
}

.road_contents .icon02 {
    position: absolute;
    top: 2.5%;
    left: 42%;
    width: 28%;
}

.road_contents .icon02-02 {
    position: absolute;
    width: 80%;
    top: 100%;
    left: -22%;
}

.road_contents .icon03 {
    position: absolute;
    top: 13.5%;
    left: 68%;
    width: 27%;
}

.road_contents .icon03 {
    position: absolute;
    top: 13.5%;
    left: 68%;
    width: 27%;
}

.road_contents .icon04 {
    position: absolute;
    top: 18.5%;
    left: 74.3%;
    width: 20%;
}

.road_contents .icon04-02 {
    position: absolute;
    width: 95%;
    top: 175%;
    right: 0;
}


.road_contents .icon05 {
    position: absolute;
    top: 27.6%;
    left: 45.3%;
    width: 32%;
}

.road_contents .icon06 {
    position: absolute;
    top: 24.1%;
    left: 23.3%;
    width: 23.5%;
}

.road_contents .icon07 {
    position: absolute;
    top: 28.5%;
    left: 6.3%;
    width: 34%;
}

.road_contents .icon08 {
    position: absolute;
    top: 39.1%;
    left: 1.3%;
    width: 26%;
}

.road_contents .icon08-02 {
    position: absolute;
    width: 80%;
    top: 130%;
    left: -3%;
}

.road_contents .icon09 {
    position: absolute;
    top: 45.2%;
    left: 42.3%;
    width: 26%;
}

.road_contents .icon10 {
    position: absolute;
    top: 49%;
    left: 56.3%;
    width: 24%;
}

.road_contents .icon11 {
    position: absolute;
    top: 56.5%;
    left: 63.3%;
    width: 31%;
}

.road_contents .icon12 {
    position: absolute;
    top: 64%;
    left: 61.3%;
    width: 22%;
}

.road_contents .icon13 {
    position: absolute;
    top: 76%;
    left: 60%;
    width: 25%;
}

.road_contents .icon14 {
    position: absolute;
    top: 76%;
    left: 32%;
    width: 25%;
}

.road_contents .icon15 {
    position: absolute;
    top: 78%;
    left: 6%;
    width: 25%;
}

.road_contents .icon16 {
    position: absolute;
    top: 93.5%;
    left: 53%;
    width: 27%;
}

.road_contents .icon17 {
    position: absolute;
    top: 99%;
    left: 10%;
    width: 20%;
}

.slick-track {
    display: flex;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 60px;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-prev {
    left: 3%;
    z-index: 1;
}

.slick-next {
    right: 3%;
}


.sec02 {
    margin-top: 80px;
}

.sec02 .wrap {
    max-width: 800px;
    width: 90%;
    margin: 40px auto 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec02 .wrap .sec_txt {
    width: 53%;
    line-height: 1.8;
}

.sec02 .wrap .image {
    width: 40%;
}

.sec02 .note {
    width: 90%;
    margin: 20px auto 0;
    font-size: 10px;
    text-align: right;
}


@media screen and (max-width: 730px) {
    .all_wrap {
        padding: 30px 0;
    }

    .page_ttl {
        margin-bottom: 20px;
    }

    .road_contents {
        margin: 30px auto 30px 0;
    }

    .road_contents .icon01 {
        top: 2.7%;
        left: 30%;
        width: 37%;
    }

    .road_contents .icon02 {
        top: 6%;
        left: 26%;
        width: 65%;
    }

    .road_contents .icon02-02 {
        width: 65%;
        top: 141%;
        left: 30%;
    }


    .road_contents .icon03 {
        top: 13.5%;
        left: 31%;
        width: 55%;
    }

    .road_contents .icon04 {
        top: 19.5%;
        left: 14%;
        width: 38%;
    }

    .road_contents .icon04-02 {
        width: 97%;
        top: -46%;
        right: -107%;
    }

    .road_contents .icon05 {
        top: 23.5%;
        left: 10.5%;
        width: 73%;
    }

    .road_contents .icon06 {
        top: 29.3%;
        left: 8%;
        width: 45%;
    }

    .road_contents .icon07 {
        top: 33.1%;
        left: 23%;
        width: 69%;
    }

    .road_contents .icon08 {
        top: 37%;
        left: 43%;
        width: 49%;
    }

    .road_contents .icon08-02 {
        width: 83%;
        top: -12%;
        left: -81%;
    }

    .road_contents .icon09 {
        top: 46%;
        left: 13%;
        width: 61%;
    }

    .road_contents .icon10 {
        top: 49%;
        left: 10.3%;
        width: 58%;
    }

    .road_contents .icon11 {
        top: 52%;
        left: 14%;
        width: 71%;
    }

    .road_contents .icon12 {
        top: 59%;
        left: 34.3%;
        width: 43%;
    }

    .road_contents .icon13 {
        top: 62.5%;
        left: 29%;
        width: 48%;
    }

    .road_contents .icon14 {
        top: 66%;
        left: 20%;
        width: 48%;
    }

    .road_contents .icon15 {
        top: 72%;
        left: 38%;
        width: 48%;
    }

    .road_contents .icon16 {
        top: 86.5%;
        left: 35.5%;
        width: 56%;
    }

    .road_contents .icon17 {
        top: 95.5%;
        left: 5%;
        width: 30%;
    }

    .slick-next {
        right: 5%;
    }

    .slick-prev {
        left: 5%;
    }

    .sec02 .wrap {
        flex-direction: column;
        gap: 30px 0;
        margin: 30px auto 50px;
    }

    .sec02 .wrap .sec_txt {
        width: 100%;
    }

    .sec02 .wrap .image {
        width: 80%;
        margin: 0 auto;
    }

    .sec02 .note {
        text-align: justify;
    }
}