.fv{
    background-image: url(../images/tomekoselection/S__13852688_2.jpg);
    background-size: cover;
    background-position: center;
    min-height: 400px;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3em;
    .contents{
        color: white;
        background-color: rgba(0,0,0,0.35);
        display: flex;
        flex-direction: row-reverse;
        align-items: end;
        padding: 1em clamp(10px,2vw,20px);
        border-radius: clamp(5px,1vw,10px);
        .title{
            height: 100%;
            max-height: 400px;
            font-size: clamp(20px,5vw,30px);
            font-weight: 400;
        }
    }
}
.about{
    padding: 3em clamp(24px,3vw,36px);
    .container{
        max-width: var(--container-size);
        margin-left: auto;
        margin-right: auto;
    }
    .contents{
        .content{
            p{
                margin: 0;
                padding: 0;
            }
        }
    }
    .sign{
        text-align: right;
    }
}
.main-contents {
    .container {
        padding-top: clamp(8px, 1.6vw, 16px);
        padding-bottom: clamp(8px, 1.6vw, 16px);
        padding-left: clamp(24px, 3vw, 36px);
        padding-right: clamp(24px, 3vw, 36px);
        max-width: var(--container-size);
        margin-inline: auto;
    }
}
.main-contents {
    .contents-area {
        padding-top: clamp(8px, 1.6vw, 16px);
        padding-right: 0;
        /* 質問ブロック */
    details {
    margin: 16px 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: box-shadow 0.3s ease;
    }
    details[open] {
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    }

    /* 質問部分 */
    summary {
    cursor: pointer;
    font-weight: bold;
    font-size: clamp(14px,1.6vw,16px);
    background: linear-gradient(135deg, #72b55e, #90ca7f);
    color: #fff;
    padding: 14px 18px;
    list-style: none;
    position: relative;
    }
    summary::marker { display: none; }
    summary::-webkit-details-marker { display: none; }

    /* 質問のアイコン */
    summary::before {
    content: "Q";
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    color: #90ca7f;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 0.9em;
    }

    /* 回答部分 */
    details p {
    margin: 0;
    padding: 16px 20px;
    background: #fafafa;
    border-top: 1px solid #e0e0e0;
    font-size: clamp(14px,1.6vw,16px);
    color: #333;
    position: relative;
    line-height: 1.8;
    }

    /* 回答のアイコン */
    details p::before {
    content: "A";
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    background: #90ca7f;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 0.9em;
    }
    }
}
.main-contents{
    .plan-area{
        dl{
            display: flex;
        }
        .annotation{
            display: block;
            font-size: 10px;
            font-size: clamp(10px, 1.4vw, 14px);
        }
    }
    .plan-area{
        background-color: var(--secondary-color);
        padding: clamp(12px,2.4vw,24px) clamp(24px,3vw,36px);
        border-radius: clamp(10px,2vw,20px);
    }
    .therapy-area{
        background-color: var(--base-white-color);
        padding: clamp(12px,2.4vw,24px) 0;
    }
}
