.fv{
    background-image: url(../images/plants-images/yudai_8s0000_TP_V.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{
    .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) clamp(24px,3vw,36px);
    }
}
