@charset "utf-8";

.l-footer {
    background-color: inherit;
    padding: 0;
}

.l-footer * {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}

.footer__body {
    background-color: #E4F5FF;
    padding: 80px 0 20px;
    font-family: "Noto Sans JP", sans-serif;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 1140px;
    margin: 0 auto;
}

.footer__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__left {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer__logo {
    display: block;
    margin-bottom: 30px;
}

.footer__logo:hover {
    opacity: 1;
}

.footer__logo img {
    display: block;
    width: 180px;
    height: 67px;
}

.footer__info {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.65px;
    color: #404040;
    margin: 0 0 30px;
}

.footer__address,
.footer__tel {
    margin: 0;
    color: #404040;
    font-size: 13px;
    line-height: 1.693;
}

.footer__btns {
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0 0 0;
    list-style: none;
}

.footer__btn {
    display: flex;
    align-items: center;
    width: 225px;
    height: 40px;
    padding: 0 20px 0 30px;
    border-radius: 9999px;
    background-color: #fff;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.7px;
    color: #404040;
    text-decoration: none;
    transition: .4s;
}

.footer__btn:hover {
    background: #d7f2ef;
    opacity: 1;
}

.footer__btn-arw {
    display: block;
    width: 14px;
    height: 7px;
    margin-left: auto;
}

.footer__nav {
    display: flex;
    gap: 80px;
}

.footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__nav-link {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.75px;
    color: #404040;
    text-decoration: none;
    transition: .4s;
}

.footer__nav-link:hover {
    color: #4674A8;
}

.footer__nav-dot {
    display: block;
    flex-shrink: 0;
    width: 6px;
    height: 6px;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__legal {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__legal-link {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.65px;
    color: #7C7C7C;
    text-decoration: none;
    transition: .4s;
}

.footer__legal-link:hover {
    color: #4674A8;
    opacity: 1;
    transition: .4s;
}

.footer__copy {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.65px;
    color: #7C7C7C;
}