@charset "UTF-8";
.footer-contact{
    background-image: url("https://www.multibacks.co.jp/assets/img/common/contact_back.jpg");
    background-position: center;
    background-size: cover;
}
.footer-contact__title{
    font-size: clamp(24px, calc(24px + (60 - 24) * ((100vw - 375px) / (1920 - 375))), 60px);
    font-weight: bold;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 70px;
    text-align: center;
    letter-spacing: 0.05em;
}
.footer-contact__text{
    font-size: 16px;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 43px;
}
.footer-contact__buttons{
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 40px;
    padding-bottom: 121px;
}
.footer-contact__button{
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    padding: 32px 0 32px 77px;
    background-color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: clamp(18px, calc(18px + (38 - 18) * ((100vw - 375px) / (1920 - 375))), 38px);
    position: relative
}
.footer-contact__button_img01{
    width: 55px;
    height: 55px;
}
.footer-contact__button_img02{
    width: 57px;
    height: 42px;
}
.footer-contact__button_text01{
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.footer-contact__button_text02{
    font-size: 26px;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.footer-contact__button01{
    padding-right: 97px;
}
.footer-contact__button02{
    padding-right: 63px;
}
.footer-contact__button::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  color: #2a2a2a;
  font-size: clamp(12px, calc(12px + (20 - 12) * ((100vw - 375px) / (1920 - 375))), 20px);
}
.footer-contact__button_arrow{
    margin-left: 51px;
    font-size: 20px;
}
.footer-contact__button:hover{
    background-color: #cb1719;
    color: #ffffff;
}
.footer-contact__button:hover::after {
  color: #ffffff;
}
.footer-contact__button01:hover .footer-contact__button_img01 {
  content: url("https://www.multibacks.co.jp/assets/img/common/tel_icon_hover.png");
}

.footer-contact__button02:hover .footer-contact__button_img02 {
  content: url("https://www.multibacks.co.jp/assets/img/common/mail_icon_hover.png");
}
.footer-bottom{
    width: 193px;
    height: 40px;
    margin: 16px auto 25px;
}
.footer-links__container{
    background: #eeeeee;
}
.footer-links{
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 59px 0 84px;
}
.footer-links__logo{
    max-width: 332px;
    height: auto;
}

.footer-links__logo a img{
    transition: all 0.3s ease;   
}
.footer-links__logo a:hover img{
    opacity: 0.5;
}
.footer-links__info{
    display: flex;
    gap: 86px;
    margin-top: 46px;
}
.footer-links__info-text01{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #7d7d7d;
}
.footer-links__info-text02{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 25pt;
    color: #7d7d7d;
}
.footer-links__right{
    display: flex;
    gap: 86px;
}
.footer-links__title{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #2a2a2a;
}
.footer-links__title a:hover{
    color: #cb1719;
}
.footer-links__title--margin{
    margin-top: 46px;
}

.footer-links__item{
    margin-top: 19px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #2a2a2a;
}
.footer-links__item a:hover{
    color: #cb1719;
}
@media screen and (max-width: 1440px) {
    .footer-links{
        padding-inline: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .footer-contact{
        padding-inline: 10px;
    }
    .footer-contact__buttons{
        flex-direction: column;
        gap: 30px;
        width: 525px;
        margin: 40px auto 0 auto;
    }
    .footer-links{
        display: block;
    }
    .footer-links__right{
        display: block;
        margin-top: 50px;
    }
    .footer-links__info{
        display: block;
    }
    .footer-links__title--third {
  /* ここにスタイルを記述 */
  margin-top: 46px;
}
}
@media screen and (max-width: 768px){
    .footer-contact__title{
        padding-top: 20px;
    }
    .footer-contact__text{
        font-size: 14px;
        margin-top: 20px;
    }
    .footer-contact__buttons{
        width: 300px;
        margin: 20px auto 0;
        padding-bottom: 40px;
    }
    .footer-contact__button{
        padding: 10px;
        font-size: 18px;
    }
    .footer-contact__button_img01{
    width: 30px;
    height: 30px;
}
.footer-contact__button_img02{
    width: 30px;
    height: auto;
}
.footer-contact__button_text02{
    font-size: 14px;
}
.footer-links__logo{
    width: 180px;
}
.footer-links__info-text01{
    font-size: 16px;
}
.footer-links__info-text02{
    font-size: 14px;
}
.footer-links__title{
    font-size: 16px;
}
.footer-links__item{
    font-size: 14px;
}
.footer-bottom{
    width: 120px;
    margin-bottom: 16px;
}
}
@media screen and (min-width: 769px){
    .sp-only{
        display: none;
    }
}
