.way-header {
    color: white;
    font-size: 1.5em;
    font-weight: 900;
}

.sitemap {
    font-size: .8em;
}

.way-header {
    padding: 10%;
    background-image: url(../image/way-header.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}

.searchbar {
    background-color: white;
    padding: 1% 4%;
    letter-spacing: 3px;
    font-size: 1.2em;
    text-align: center;
    width: fit-content;
    margin: 25px auto;
    color: black;
    border: 1px solid black;
}

.searchbar::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 12px;
    height: 12px;
    background: inherit;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible;
    content: "";
}

.w-lg {
    border: 1px solid var(--dark-color) !important;
}

.w-lg>.plan2-title {
    background-color: var(--dark-color) !important;
}

.way-section-3-wrapper {
    background: var(--orange-color);
}

.way-list {
    border-bottom: 1px dotted white;
}

.way-title {
    width: fit-content;
    font-weight: 900;
    font-size: 1.4em;
    margin: 10px auto;
}


.pay-attention {
    transform: translate(45%, 150%);
    background-color: white;
    color: #e7570e;
    font-weight: 700;
    width: fit-content;
}

.pay-attention-wrapper {
    background: white;
    border: 1px solid #e7570e;
}

/* PC */
@media screen and (min-width:601px) {
    .mobile-wrapper {
        display: flex;
    }

    .mobile-wrapper>img {
        object-fit: contain;
        object-position: bottom;
    }


    .mobile-img {
        width: 50%;
    }

    .mobile-img1 {
        width: 60%;
    }

    .mobile-img2 {
        width: 30%;
    }

    .plan2-wrapper {
        align-items: flex-start;
    }

    .plan2-content>img {
        width: 100%;
    }

    .plan2-content>img {
        object-fit: contain;
        height: 20vh;
    }

    .plan2-content>.lead {
        height: 15vh;
    }

    .way-list {
        width: 80%;
        margin: 10px auto;
    }


    .pay-attention {
        transform: translate(200%, 150%);
        padding: 0 10px;
    }

    .pay-attention-content {
        font-size: 1.14em;
        font-weight: 400;
    }
}

@media screen and (max-width:600px) {
    .mobile-img {
        width: 100%;
    }

    .pay-attention {
        transform: translate(45%, 150%);
    }

}