@charset "utf-8";

#contact {
    background-color: #383838;
    color: #fff;
    padding-bottom: 180px;
}


#contact .mv-heading {
    color: #fff;
    padding-bottom: 73px;
}

.bread_crumb {
    padding-bottom: 72px;
}

.inner--contact {
    width: 62.5%;
    margin-left: 29.5%;
}

.contact__link {
    text-align: right;
    margin-bottom: 140px;
    margin-left: auto;
}

.contact__link a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.625;
    padding-bottom: 17px;
    border-bottom: 0.8px solid #707070;

}

.contact__link g circle:last-child {
    fill: #383838;
}

.contact__link g circle:last-child,
.contact__link a text {
    -webkit-transition: fill 0.3s ease-out;
    -moz-transition: fill 0.3s ease-out;
    -o-transition: fill 0.3s ease-out;
    -ms-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
}

.contact__link a:hover g circle:last-child {
    fill: #fff;
}

.contact__link a:hover text {
    fill: #383838;

}


.contact__link-txt {
    text-align: left;
    margin-right: 26px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
}

.contact__link svg {
    width: 60px;
    height: auto;
}


@media screen and (max-width: 750px) {
    #contact {
        padding-bottom: 80px;
    }

    .inner--contact {
        width: 88%;
        margin-left: auto;
    }

    .contact__link {
        width: 100%;
        margin-bottom: 60px;
    }

    .contact__link a {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .contact__link-txt {
        font-size: 13px;
        margin-right: 0;
    }

    .bread_crumb {
        padding-bottom: 30px;
    }

    .form__field--select svg {
        width: 8px;
        height: 6px;
    }

    .form__submit-btn input {
        width: 257px;
        font-size: 14px;
    }

    .form__submit-btn svg {
        width: 18px;
        height: 12px;
    }
}