:root {
    --font-pc-title: clamp(1.825rem, 1.4063rem + 0.25vw, 1.8875rem);
    --font-tb-title: clamp(1.25rem, 0.836rem + 0.862vw, 1.375rem);
    --font-title: clamp(1.0625rem, 0.7784rem + 0.4545vw, 1.1875rem);

    --font-pc-size: clamp(1.0625rem, 0.7784rem + 0.4545vw, 1.1875rem);
    --font-tb-size: clamp(1.125rem, 0.9181rem + 0.431vw, 1.1875rem);
    --font-size: clamp(1rem, 0.5625rem + 0.5vw, 1.125rem);
    --font-size2: clamp(0.75rem, 0.3333rem + 2.2222vw, 1rem);
}

.about-fv {
    display: flex;
    position: relative;
    width: 100%;
    height: 89vh;
    margin: 0 0 100px 0;
    overflow: hidden;
}

.about-fv-img-container {
    width: 100%;
    height: 100%;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.about-fv-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.89);
}

/* タイトルコンテナ */
.about-fv-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 0;
    writing-mode: vertical-rl;
    margin: 0 auto;
}

.about-title-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #fffdf5;
    padding: 20px 40px;
    border-top-left-radius: 20px;
}

.about-semi-title {
    font-size: 19px;
}

/* タイトルの装飾 */
.about-title {
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: normal;
}

.about-title::before,
.about-title::after {
    display: block;
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    background: url(../img/fv-radius-jenerator2.svg);
}

.about-title::before {
    top: -19px;
    right: 0;
}

.about-title::after {
    bottom: 0;
    left: -19px;
}

.first-view {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-bottom: 8vw;
}

.first-view img {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.first-view-title {
    position: absolute;
    color: white;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-about-title {
    background-image: linear-gradient(to right, transparent 0% 45%, #05c662 45% 55%, transparent 55% 100%);
    /* 線の色 */
    background-size: 100% 1px;
    /* 幅(100%=文字の長さ) | 高さ(線の太さ) */
    background-position-y: bottom;
    background-repeat: no-repeat;
    /* 背景を繰り返さない */
    padding-bottom: 5px;
    /* オフセット */
    margin-bottom: 3vw;
    text-align: center;
    font-size: var(--font-pc-title);
    color: rgba(0, 116, 21, 0.716);
}

/* コンテント全体 */
/* ーーーーーーーーーーーーーー */
.about-content1 {
    width: 100%;
    margin: 0 auto 8vw auto;
    display: flex;
    max-width: 1500px;
    justify-content: center;
    padding: 0 2vw;
}

.about-content1 img {
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 50px;
    width: 40vw;
    height: 50vw;
    max-width: 717px;
    max-height: 922px;
    min-width: 700px;
    min-height: 900px;
}

.about-content1 p {
    font-size: var(--font-pc-size);
    text-align: left;
    margin: auto;
    line-height: 30px;
}

.about-content1 p span {
    display: flex;
    justify-content: right;
    padding: 10px 0 0 0;
}







.about-content2 {
    padding: 10vw 0;
    width: 100%;
    background-color: #fff3e0;
    margin-bottom: 10vw;
}

.about-content2 .c2-title {
    margin-bottom: 5vw;
}

.about-content2 .think-text {
    text-align: center;
    font-family: "hot-gyoshokk", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: white;
    width: 70%;
    margin: 0 auto 10vw auto;
    padding: 10px;
    font-size: 60px;
}

.about-content2 .base-think-text {
    margin: 0 15%;
    font-size: var(--font-pc-size);
    text-align: left;
    margin-bottom: 20px;
    list-style: decimal;

}




.about-content3 .c3-title {
    margin-bottom: 5vw;
}

.about-content3 .table {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #000;
    border-collapse: collapse;
}

.about-content3 .table th {
    width: 30%;
    border: 1px solid #000;
    font-size: var(--font-pc-size);
}

.about-content3 .table td {
    width: 70%;
    border: 1px solid #000;
    padding: 2vw;
    font-size: var(--font-pc-size);
}
    .about-content1 {
        display: block;
    }

@media screen and (max-width:1400px) {


    .about-content1 p {
        display: block;
        width: 90%;
    }


    .about-content1 img {
        margin: 0 auto;
    }



    .about-content2 .think-text {
        font-size: 40px;
    }

    .about-content2 .base-think-text {
        margin-bottom: 20px;

    }
}


@media screen and (max-width:1000px) {

    .first-view {
        height: 35vw;
    }

    .page-about-title {
        font-size: var(--font-title);
    }

    .about-content1 p {
        font-size: var(--font-size);
    }

    .about-content1 p span {
        font-size: var(--font-size);
    }

    .about-content2 .think-text {
        font-size: 30px;
    }

    .about-content2 .base-think-text {
        margin: 40px 5%;
    }

    .about-content3 .table th {
        font-size: var(--font-size);
    }

    .about-content3 .table td {
        font-size: 20px;
    }

    .about-content1 img {
        display: flex;
        margin: 0 auto;
        align-items: center;

        min-width: 300px;
        min-height: 380px;
    }

}


@media screen and (max-width:768px) {

    .about-fv-img-container {
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    .first-view-title {
         font-size: 18px;
    }

    .page-about-title {
        font-size: 19px;
    }

    .about-content1 p {
        font-size: var(--font-size);
    }



    .about-content2 .think-text {
        font-size: 20px;
    }

    .about-content2 .base-think-text {
        margin-bottom: 16px;

    }

    .about-content3 .table th {
        font-size: var(--font-size);
    }

    .about-content3 .table td {
        font-size: var(--font-size);
    }
}

@media screen and (max-width:480px) {
    .about-fv {
        height: 400px;
    }

    .about-title-container {
        padding: 10px 15px;
    }

    .page-about-title {
        font-size: var(--font-title);
    }

    .about-title {
        letter-spacing: 2px;
        font-size: 18px;
    }
    

    .about-content1 p {
        font-size: var(--font-size2);
    }

    .about-content2 .think-text {
        width: 90%;
        font-size: 5vw;
    }

    .about-content2 .base-think-text {
        margin-bottom: 16px;
        font-size: var(--font-size2);
    }

    .about-content3 .table th {
        font-size: var(--font-size2);
    }

    .about-content3 .table td {
        font-size: var(--font-size2);
        width: 70%;
        border: 1px solid #000;
        padding: 20px;
    }
}