@charset "UTF-8";
/* フッター（PC） */
@media screen and (min-width: 901px) {

#footer {
    background: url(../img/footer_bg_pc.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 100px;
    color: #fff;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #00533F;
}

#footer h1 img {
    width: 95px;
}

#footer .footer_content {
    max-width: 1080px;
    margin: auto;
    padding: 0 30px 170px 30px;
}

#footer .footer_link {
    position: relative;
    top: -30px;
    left: 30%;
    display: flex;
}

#footer .footer_link dl {
    width: 34%;
    margin-left: 20px;
}

#footer .footer_link dl img {
    width: 100%;
    margin-top: 20px;
    transition: .7s;
}
#footer .footer_link dl img:hover{
    opacity: .5;
}

#footer .footer_link dl dt {
    border-bottom: 1px solid #D3D6DD;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 0 16px 0px;
}
#footer .footer_link dl dt::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    width: 22px;
    height: 16px;
    background: url(../img/footer_title_icon.svg) left center no-repeat;
}

#footer .footer_link dl dd {
    font-weight: 700;
    font-size: 14px;
    margin: 14px 0;
}

#footer .footer_link dl dd span {
    font-size: 12px;
}

.footer_copy {
    max-width: 1080px;
    margin: auto;
    text-align: center;
    font-size: 12px;
    padding: 10px 0 20px;
    border-top: 1px solid #D3D6DD;
}


}
