@charset "utf-8";

#lower_footer,
.sp_display {
    clear: both;
}

section {
    margin-bottom: 0;
}

#common_new_footer {
    margin: 3rem 0 0;
    padding-bottom: 0;
    z-index: 9999;
    position: relative;
    min-width: 100%;
    height: auto;
    background: #262626;
    color: #fff;
}

#common_new_footer * {
    font-family: 'montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif !important;
}

#common_new_footer a {
    color: #fff;
}

#common_new_footer .common_footer_wrapper {
    padding: 2rem clamp(14px, 3.8vw, 16px) 4rem
}

#common_new_footer .footer_container {
    border-bottom: 1px solid #fff;
    text-align: left;
}

#common_new_footer .footer_container:last-of-type {
    margin-bottom: 5rem;
}

#common_new_footer .footer-title {
    font-size: clamp(14px, 3.8vw, 16px);
    position: relative;
    padding: 1rem 0.8rem;
    letter-spacing: 0.08rem;
}

#common_new_footer .arrow-list {
    max-height: 0;
    padding-left: 0.8rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

#common_new_footer .footer-list li {
    margin-bottom: 1rem;
    font-size: clamp(12px, 3.3vw, 14px);
    margin-bottom: 1.5rem;
}

#common_new_footer .footer-list li a {
    font-size: clamp(12px, 3.3vw, 14px);
}

#common_new_footer .footer-list li:first-of-type {
    margin-top: 1rem;
}

#common_new_footer .footer-list li:last-of-type {
    margin-bottom: 2rem;
}


/* ■トグル */
#common_new_footer .arrow::after {
    content: "";
    position: absolute;
    right: 6%;
    top: 50%;
    width: clamp(4px, 1vw, 4px);
    height: clamp(4px, 1vw, 4px);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

#common_new_footer .arrow.is-open::after {
    border-right: none;
    width: clamp(6px, 1.5vw, 6px);
    height: 0;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(0deg);
}


/* ■よくある質問　固有スタイル */
#common_new_footer .question-list li {
    margin: 0 2rem 1.5rem;
}

#common_new_footer .arrow.is-open+div .question-list {
    padding-bottom: 2rem;
}

#common_new_footer .question-list li.faq-link {
    position: relative;
    margin: 0;
    margin-top: 4rem;
}

#common_new_footer .faq-link::after {
    content: "";
    position: absolute;
    width: clamp(4px, 1vw, 4px);
    height: clamp(4px, 1vw, 4px);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 6%;
}

/* ■よくある質問　子トグル */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    color: #ccc;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    font-size: clamp(11px, 3.1vw, 13px);
    width: 90%;
    margin: 1rem 0 1.5rem 1rem;

}

#common_new_footer .faq-answer a {
    color: #ccc;
}

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

.faq-toggle {
    position: relative;
    display: inline-block;
    width: clamp(7px, 2.1vw, 8px);
    height: clamp(7px, 2.1vw, 8px);
}

.faq-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: translateY(-50%);
}

.faq-toggle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #fff;
    transform: translateX(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

.faq-item.open .faq-toggle::after {
    transform: translateX(-50%) rotate(90deg);
}

.faq-q__text {
    width: 90%;
}

#common_new_footer .faq_mail {
    display: block;
    margin: 1rem 0;
    text-decoration: underline;
}

#common_new_footer .faq-office {
    text-decoration: underline;
}


/* ■お問い合わせボタン */
#common_new_footer .mail-btn {
    font-size: clamp(14px, 3.8vw, 16px);
    background: #A6A6A6;
    color: #1a1a1a;
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
    margin-bottom: 3rem;
}

/* ■電話/営業時間 */
#common_new_footer .tel_container {
    text-align: center;
    letter-spacing: 0.3rem;
    font-size: clamp(14px, 3.8vw, 16px);
    margin-bottom: 3rem;
}

#common_new_footer .tel_container p {
    font-size: clamp(12px, 3.3vw, 14px);
}

#common_new_footer .tel_container span a {
    font-size: clamp(22px, 6.2vw, 25px);
    letter-spacing: 0.35rem;
    color: #fff;
    vertical-align: middle;
    font-weight: 600;
}

#common_new_footer .sns_container {
    margin-bottom: 3rem;
}

#common_new_footer .sns_list {
    display: flex;
    justify-content: center;
    gap: clamp(14px, 3.8vw, 16px);
}

#common_new_footer .sns_list img {
    width: clamp(26px, 7.2vw, 30px);
}

#common_new_footer .about_list {
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: center;
}

#common_new_footer .about_list li {
    border-right: 1px solid #fff;
}

#common_new_footer .about_list li:last-of-type {
    border-right: none;
}

#common_new_footer .about_list li a {
    color: #fff;
    padding: 0 0.5rem;
    font-weight: 500;
    font-size: 10px;
}

.copyright_container {
    width: 93%;
    margin: 0 auto;
}

.copyright_container p:first-of-type {
    margin-bottom: 0.5rem;
}