@charset "UTF-8";

/* =========================================
   Footer
   ========================================= */
.l-footer__float-list {
    position: fixed;
    top: 180px;
    right: 10px;
    z-index: 8;
}
.l-footer__float-item {
    box-shadow: 2px 2px 15px 0 rgba(0, 65, 135, 0.15);
}
.l-footer__float-item:not(:last-of-type) {
    margin-bottom: 10px;
}
.searchlink * {
    font-family: 'Noto Sans JP', sans-serif;
}

.searchlink {
    padding: 40px 0 40px;
}

.searchlink__inner > * + * {
    margin: 15px 0 0;
}
.searchlink__ttl {
    font-size: 16px;
    min-width: 150px;
}
.searchlink__items a {
    font-size: 16px;
}

.l-footer {
    width: 100%;
    position: relative;
    background: #EEE url(/images/top/bg_footer.webp) no-repeat center center / cover;
    padding: 115px 0 0;
}
.l-footer * {
    font-family: 'Noto Sans JP', sans-serif;
}
.l-footer__inner {
    width: 1140px;
    margin: 0 auto;
    padding: 0 0 60px;
    position: relative;
}
.l-footer__inner-top {
    display: flex;
    justify-content: space-between;
}
/* Company Info Section */
.l-footer__company-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: fit-content;
}

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

.l-footer__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    position: relative;
}
.l-footer__logo a {
    width: 204px;
    height: 28px;
}
.l-footer__logo a:hover {
    opacity: 1;
}

.l-footer__logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding-left: 19px;
}

.l-footer__logo-text-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
}

.l-footer__logo-text-sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
}

.l-footer__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.l-footer__address {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
    margin: 15px 0 0;
}

.l-footer__info02 {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.l-footer__tel {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 2px;
}

.l-footer__tel-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 40px;
    height: 40px;
}

.l-footer__tel-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.l-footer__tel-number {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.172;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
}

.l-footer__txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.l-footer__txt-item {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
}

.l-footer__link-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.l-footer__link-group {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.l-footer__link {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.l-footer__link:hover {
    opacity: 0.7;
}

/* Topics Link List */
.l-footer__topics-link-list {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 59px;
}

.l-footer__topics-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.l-footer__topics-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
}

.l-footer__topics-links {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.l-footer__topics-link {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.l-footer__topics-link:hover {
    opacity: 0.7;
}

/* Search Link List */
.l-footer__search-link-list {
    padding-top: 49px;
    display: flex;
    flex-direction: row;
    gap: 58px;
}

.l-footer__search-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.l-footer__search-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
}

.l-footer__search-links {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.l-footer__search-link {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.l-footer__search-link:hover {
    opacity: 0.7;
}

/* Copyright Section */
.l-footer__copyright {
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.l-footer__copyright-inner {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.l-footer__copyright-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
}

.l-footer__copyright-link {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #004187;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.l-footer__copyright-link:hover {
    opacity: 0.7;
}

.l-footer__copyright-separator {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #004187;
}

.l-footer__copyright-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #004187;
    text-align: left;
    margin: 0;
}
