/* =========================
   当店について
========================= */
.about {
}
.about .bg-navy.c-white:hover {
    background-color: #23466F;
    color: #fff;
}
.about__inner {
    max-width: 1632px;
    width: 96%;
    margin: 0 auto;
    padding: 13rem 0 16rem;
}
@media (max-width: 768px) {
    .about__inner {
        width: 100%;
        padding: 5rem 2.1rem;
    }
}
.about__heading {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 12rem;
}
@media (max-width: 768px) {
    .about__heading {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 3.5rem;
    }
}
.about__info {
    width: 47.8%;
    padding-left: clamp(5.2rem, 6.5vw, 11.6rem);
}
@media (max-width: 768px) {
    .about__info {
        width: 100%;
        padding-left: 0;
    }
}
.about__info-title {
    font-size: clamp(2.4rem, 2.1vw, 4rem);
    margin-bottom: 5rem;
    position: relative;
}
@media (max-width: 768px) {
    .about__info-title {
        font-size: 2.6rem;
        margin-bottom: 3.5rem;
    }
}
.about__info-title::after {
    content: '';
    display: block;
    width: 18.4%;
    height: 1px;
    background-color: #23466F;
    position: absolute;
    bottom: -2.4rem;
    left: 0;
}
@media (max-width: 768px) {
    .about__info-title::after {
        width: 36.6%;
        bottom: -1.5rem;
    }
}
.about__info-text-inner {
    width: 100%;
}
@media (max-width: 768px) {
.about__info-text-inner {
        padding-left: 1rem;
    }
}
.about__info-text {
    font-size: clamp(1.6rem, 1.2vw, 1.8rem);
    margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
    .about__info-text {
        margin-bottom: 2rem;
    }
}
.about__info-sub-text {
    width: 65.7%;
    font-size: clamp(0.9rem, 1vw, 1.8rem);
    padding: 1.4rem 2.8rem;
}
@media (max-width: 768px) {
    .about__info-sub-text {
        font-size: 1.3rem;
        width: 100%;
        padding: 1.4rem 2rem;
    }
}
.about__image {
    width: 30%;
}
@media (max-width: 768px) {
    .about__image {
        width: 100%;
        margin-bottom: 3.5rem;
        padding-left: 1rem;
    }
}
.about__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about__map {
    max-width: 952px;
    width: 96%;
    margin: 0 auto 7.6rem;
}
@media (max-width: 768px) {
    .about__map {
        /* width: 100%; */
        width: 72%;
        margin-bottom: 5rem;
    }
}
.about__map-link {
    display: block;
    width: 100%;
    margin-bottom: 2.1rem;
}
@media (max-width: 768px) {
    .about__map-link {
        /* width: 72%; */
        width: 100%;
        margin: 0 auto 0.7rem;
    }
}
.about__map-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about__map-text {
    width: fit-content;
    margin-left: auto;
}
@media (max-width: 768px) {
    .about__map-text {
        margin-left: 0;
        width: 100%;
    }
}
.about__map-text-link {
    display: flex;
    align-items: center;
    gap: 4.7rem;
    border-bottom: 1px solid #23466F;
    padding: 0 1.5rem 1.1rem 1.3rem;
    font-size: clamp(1.5rem, 1.2vw, 2.2rem);
}
@media (max-width: 768px) {
    .about__map-text-link {
        gap: 1.1rem;
        padding: 0 0 0.2rem 0.5rem;
    }
    .about__map-text-link svg {
        width: 7.5%;
        transform: translateY(50%);
    }
}
.about__company {
}
.about__company-inner {
    max-width: 1248px;
    width: 96%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .about__company-inner {
        width: 100%;
    }
}
.about__company-title {
    font-size: clamp(2.4rem, 2.7vw, 5rem);
    margin-bottom: 4rem;
    text-align: center;
}
@media (max-width: 768px) {
    .about__company-title {
        text-align: left;
        margin-bottom: 2rem;
    }
}
.company__table {
    width: 100%;
}
.company__row {
    display: flex;
    font-size: clamp(1.3rem, 1vw, 1.8rem);
    border-top: 1px solid #C8C8C8;
}
.company__row:last-child {
    border-bottom: 1px solid #C8C8C8;
}
.company__term {
    width: 18.8%;
    padding: 5.3rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .company__term {
        width: 23.1%;
        padding: 2rem 0;
    }
}
.company__desc {
    width: 81.2%;
    padding-left: 4.9rem;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .company__desc {
        width: 76.9%;
        padding: 2rem 1.5rem;
    }
}