@charset "UTF-8";

/*========================================================================

  footer

========================================================================*/

/*  footer-contact
========================================================================*/

.si_footer-contact {
    display: flex;
}
.si_footer-contact .imagebox,
.si_footer-contact .textbox {
    width: 50%;
}
.si_footer-contact .imagebox {
    padding: 40px;
    background: url(../../assets2025/img/footer-contact_bg.jpg) center/cover;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.si_footer-contact .imagebox .inner {
    position: relative;
}
.si_footer-contact .imagebox .inner:before {
    content: '';
    display:block;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translateY(-50%) translatex(-50%);
    background-color: rgb(0 0 0 / 0.35);
    filter: blur(30px);
    position: absolute;
    border-radius: 170px;
}
.si_footer-contact .imagebox .catch {
    font-size: 2.625rem;
    font-size: min(3.5vw, 2.625rem);
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.777777;
}
.si_footer-contact .imagebox .logo {
    margin-top: 30px;
    position: relative;
    width: min(22.91666vw, 275px);
}
.si_footer-contact .textbox {
    background-color: #F5F4F0;
    padding: min(7.13541vw, 137px) min(6.25vw, 120px) min(7.65625vw, 147px);
}
.si_footer-contact .textbox .title {
    font-size: min(3vw, 2.25rem);
    border-bottom: 2px solid #242424;
    max-width: 530px;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
    line-height: 1.777777;
    text-align: center;
}
.si_footer-contact .textbox .title .icon {
    margin-right: 20px;
    width: min(5.33333vw, 63px);
}
.si_footer-contact .textbox .text {
    font-size: min(1.83333vw, 1.375rem);
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: 0.06em;
    line-height: 1.59;
}
.si_footer-contact .si_button {
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .si_footer-contact {
        display: flex;
        flex-wrap: wrap;
    }
    .si_footer-contact .imagebox,
    .si_footer-contact .textbox {
        width: 100%;
    }
    .si_footer-contact .textbox .title {
        margin: 0 auto;
    }
    .si_footer-contact .textbox .text {
        text-align: center;
    }
    .si_footer-contact .si_button {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .si_footer-contact .imagebox {
        padding: 30px 20px 38px;
    }
    .si_footer-contact .imagebox .inner:before {
        width: calc(100% + 14px);
        height: calc(100% + 8px);
    }
    .si_footer-contact .imagebox .catch {
        font-size: 1.5rem;
        line-height: 1.5;
        letter-spacing: 0.08em;
    }
    .si_footer-contact .imagebox .logo {
        margin-top: 20px;
        width: 45.33333vw;
    }
    .si_footer-contact .textbox {
        padding: 40px 20px 60px;
    }
    .si_footer-contact .textbox .title {
        font-size: 1.5rem;
        padding-bottom: 15px;
    }
    .si_footer-contact .textbox .title .icon {
        margin: 0 auto 10px;
        display: block;
        width: 40px;
    }
    .si_footer-contact .textbox .text {
        font-size: 1rem;
        margin-top: 10px;
        letter-spacing: 0.06em;
        font-weight: normal;
        text-align: center;
        line-height: 2;
    }   
}

/*  pagetop-area
========================================================================*/

.si_footer-pagetop-area {
    background-color: #242424;
    text-align: center;
    font-size: 1.125rem;
}
.si_footer-pagetop-area a {
    text-decoration: none;
    font-size: 0.875rem;
    color: #fff;
    font-weight: bold;
    opacity: .6;
    display: flex;
    padding: 22px;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.777777;
}
.si_footer-pagetop-area a:before {
    content: '';
    background-image: url(../../assets/img/footer_pagetop_img.png);
    width: 24px;
    height: 24px;
    display:inline-block;
    transition: all .3s;
    margin-right: 12px;
}
@media (min-width: 768px) {
    .si_footer-pagetop-area a:hover:before {
        transform: translateY(-10px);
    }
}

/*  copyright-area
========================================================================*/

.si_footer-copyright-area {
    background-color: #242424;
    padding: 40px 20px 100px;
    text-align: center;
    border-top: 1px solid #4B4645;
}
.si_footer-copyright-area .copyright__logo path {
    fill: #fff;
    transition: fill .3s;
    width: 100px;
}
.si_footer-copyright-area .copyright__text {
    color: #fff;
    font-size: 0.875rem;
    margin-top: 35px;
    line-height: 1.5;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    .si_footer-copyright-area .copyright__logo path {
        fill: #fff;
        transition: fill .3s;
        width: 100px;
    }
    .si_footer-copyright-area .copyright__text {
        margin: 35px auto 0;
        text-align: left;
        line-height: 2;
    }
}
