@charset "utf-8";

/* 共通 */

.inLinkBtnBox {
    gap: 20px;
}

.inLinkBtn::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(49, 22, 4, 0.65);
    border: 4px solid #C99F85;
    border-radius: 16px;
}

.inLinkBtn {
    overflow: hidden;
    border-radius: 16px;
}

.inLinkBtn img {
    transition: all .3s;
}

.inLinkBtn:hover img {
    transform: scale(1.1);
}

/* お悩み別 */

.concernsReadFlex {
    gap: 25px 0;
}

.concernsGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.concernsGridItem {
    overflow: hidden;
}

.concernsGridItem.bgSecondary {
    background: var(--secondary);
}

/* ご質問 */

.faqBtnBox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 15px;
    justify-items: center;
}

.accordionTxt s {
    text-decoration: none;
    font-size: 14px;
}

/* メニュー */
.menuItem {
    border-bottom: 1px solid #e8e1dd;
}

.menuTdText em {
    font-style: normal;
    font-size: 20px;
}

/* 流れ */
.flowItemRight p a {
    color: var(--black);
    text-decoration: underline;
}

.flowItemRight p a:hover {
    text-decoration: none;
}

.flowBox::before {
    content: "";
    position: absolute;
    z-index: -5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FAF3E7;
    border-radius: 30px;
}

.leader-line {
    display: none;
    z-index: -1;
}

.infoBoxLeft .indicator {
    overflow: hidden;
}

.infoBoxLeft .indicator img {
    object-fit: cover;
    transition: all .3s;
}

.infoBoxLeft .indicator:hover img {
    transform: scale(1.1);
}

.staffReadBox::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    max-width: 1000px;
    height: 80%;
    background: var(--secondary);
    border-radius: 30px;
}

/*----*/

.infoAccessTextList01 a {
    text-decoration: underline;
    color: var(--black);
}

.infoAccessTextList01 a:hover {
    text-decoration: unset;
}

.infoRootGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 576px) {

    .concernsGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px;
    }

    .faqBtnBox {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {

    .faqBtnBox {
        grid-template-columns: repeat(3, 1fr);
    }

    .accordionTxt s {
        font-size: 15px;
    }

    .leader-line {
        display: block;
    }

    .flowBox::before {
        border-radius: 60px;
    }

    .menuTdText em {
        font-size: 24px;
    }

    .infoRootGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;

    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
    .concernsGrid {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px 15px;
    }

    .faqBtnBox {
        gap: 25px 30px;
    }

    .accordionTxt s {
        font-size: 16px;
    }

    .menuTdText em {
        font-size: 30px;
    }
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1200px) {
    .concernsGrid {
        gap: 60px 35px;
    }

    .concernsGridItemText {
        font-size: 20px !important;
    }

    .infoRootGrid {
        gap: 65px 70px;
    }

    .infoRootTxt {
        font-size: 28px !important;
    }
}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1200px) {
    .concernsGridItemTextBox {
        padding: 40px !important;
    }
}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */