/* === Footer === */
footer {
    --main-grad-1: #87d089;
    --main-grad-2: #00bdec;

    background-image: linear-gradient(
        to bottom,
        var(--main-grad-1),
        var(--main-grad-2)
    );
}
.footer {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer_inner {
    position: relative;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}
.footer_about-franchise-salon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 860px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    color: #393939;
    padding: 16px;
}
.footer_about-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    font-weight: 600;
    font-family: var(--font-en);
}
.footer_about-logo {
    display: inline-block;
    width: 140px;
}
.footer_about-desc {
    line-height: 1.5;
    font-size: 1.4rem;
    color: #000;
    font-family: var(--font-en);
    letter-spacing: -0.02em;
}
.footer_company-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}
.footer_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: var(--font-en);
}
.footer_info + .footer_info {
    margin-block-start: 21px;
    padding-left: 0;
    border: none;
}
.footer_company {
    font-size: 1.4rem;
    font-weight: bold;
}
.footer_head-office {
    margin-top: 2px;
    font-size: 1.4rem;
    font-weight: 500;
}
.footer_address {
    margin-top: 4px;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 500;
}
.footer_contact {
    margin-block-start: 30px;
    display: block;
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 6px 30px 8px 20px;
    width: max-content;
    position: relative;
    box-sizing: border-box;
}
.footer_contact-link {
    grid-area: 1/2/2/3;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
    text-decoration: none;
    display: block;
    width: fit-content;
    padding-inline-end: 1.5em;
}
.footer_contact-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    translate: 0 -50%;
    width: 12px;
    height: 18px;
    background-color: var(--white);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.footer_copyright {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    padding-block-end: 20px;
}
.footer--copyright {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-block-start: -1px;
}
