/*** button styles ***/
.btn {
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    font-weight: unset;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all .3s;
}

.btn:hover {
    opacity: 0.8;
}

.btn:hover a {
    color: inherit;
}

.btn-green {
    background-color: #2a7300;
    color: #ffffff;
}

.btn-green:hover {
    color: #b5ee94;
}

/*** bottom styles ***/
.sidebar-bottom__area{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 0;
    height: 25%;
}

.sidebar-bottom__area .bottom-box{
    height: 100%;
}

.sidebar-bottom__area .contact-text{
    font-size: 1.8rem;
    padding: 0 0 10px 0;
}

.sidebar-bottom__area .text{
    padding: 20px 0 10px 0;
}

.sidebar-bottom__area .text span{
    position: relative;
}

.sidebar-bottom__area .text span:before{
    content: '';
    position: absolute;
    width: 70px;
    height: 50px;
    left: -70px;
    top: -10px;
    background-image: url(./../../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

small{margin: 0 auto;}

/** recruit-parts **/
#recruit-parts .recruit-parts-wrap{
    width: 70%;
    margin: 0 auto;
    box-shadow: 3px 6px 8px 0 rgba(75, 121, 52, 0.8);
    transition: .5s;
}

#recruit-parts .recruit-parts-wrap:hover{
    box-shadow: none;
    transform: scale(0.99, 0.99) translateY(1px);
}

/** contact-parts **/
#contact-parts .contact-parts-wrap{
    width: 80%;
    margin: 0 auto 30px auto;
}

#contact-parts .parts--inner{
    position: relative;
    padding: 20px 0 20px 70px;
    font-family: '游明朝', 'Noto Serif JP', 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
    border: 1px solid #2a7300;
}

#contact-parts .parts--inner:before{
    content: '';
    position: absolute;
    background-image: url(./../../img/contact-text.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 20px;
    top: 18px;
    width: 48px;
    height: 80%;
}

#contact-parts .parts--inner-mini{
    padding: 14px 0 14px 70px;
}

/** pdf-icon **/
.price-pdf-box{
    justify-content: center;
    padding: 20px 0 0 0;
}

.price-pdf-box .pdf-img{
    width: 80px;
    margin: 0 0 0 30px;
}

@media screen and (min-width: 767px) and (max-height: 900px){
    .sidebar-bottom__area .contact-text{
        font-size: 1.4rem;
        padding: 0 0 6px 0;
    }

    .sidebar-bottom__area .contact-img-box{
        width: 70%;
        margin: 0 auto;
    }

}

@media screen and (min-width: 767px) and (max-height: 800px){
    .sidebar-bottom__area .text{
        padding: 6px 0;
    }
}

@media screen and (max-width: 1200px){
    .sidebar-bottom__area{
        padding: 10px;
    }

    .sidebar-bottom__area .contact-text{
        font-size: 1.6rem;
    }

    .sidebar-bottom__area .contact-img-box{
        width: 85%;
        margin: 0 auto;
    }

    .sidebar-bottom__area .text span:before{
        width: 40px;
        height: 30px;
        left: -40px;
        top: 0;
    }

    /** recruit-parts **/
    #recruit-parts .recruit-parts-wrap{
        width: 70%;
    }

    /** contact-parts **/
    #contact-parts .contact-parts-wrap{
        width: 90%;
    }

}

@media screen and (max-width: 767px) {
    .sidebar-bottom__area{
        padding: 20px 0;
    }

    .sidebar-bottom__area .mail-link-btn{
        font-size: 2.0rem;
        color: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 16px;
        padding: 6px 14px;
        text-align: center;
        width: 220px;
        margin: 0 auto;
    }

    .sidebar-bottom__area .text{
        padding: 6px 0 0 0;
    }

    /** recruit-parts **/
    #recruit-parts .recruit-parts-wrap{
        width: 100%;
    }

    /** contact-parts **/
    #contact-parts .contact-parts-wrap{
        width: 100%;
    }

    #contact-parts .contact-parts-wrap p{
        font-size: 1.4rem;
        margin: 0;
    }

    #contact-parts .parts--inner{
        padding: 16px 0 16px 40px;
    }

    #contact-parts .parts--inner:before{
        left: 6px;
        top: 55%;
        width: 24px;
        transform: translateY(-50%);
    }

    #contact-parts .parts--inner-mini{
        padding: 30px 0 30px 40px;
    }

    /** price-icon **/
    .price-pdf-box{
        flex-direction: unset;
        justify-content: end;
        padding: 10px 30px 0 0;
    }

    .price-pdf-box .pdf-img{
        width: 60px;
    }

    #footer .footer-company__box{
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }

    #footer .footer-company__box>p{
        position: relative;
    }

    #footer .footer-company__box>p:before{
        content: '';
        position: absolute;
        background-image: url(./../../img/logo.png);
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0px;
        left: 8px;
        width: 80px;
        height: 60px;
    }

    #footer .footer-company__box .comapny-info{
        padding: 0 0 0 12px;
    }
}
