@charset "UTF-8";

#about {
    .block {
        margin-bottom: 15rem;
        @media screen and (max-width: 767px) {
            margin-bottom: 5rem;
        }
        .flex-contents {
            display: flex;
            gap: 7.5rem;
            @media screen and (max-width: 767px) {
                gap: 1rem;
                flex-direction: column-reverse;
            }
            .text-cont {
                flex: 1;
                .green-bar {
                    margin-bottom: 3rem;
                    padding: 1.35rem 1.1rem;
                    box-sizing: border-box;
                    background: #00ada9;
                    font-family: var(--monst);
                    font-style: italic;
                    font-weight: 500;
                    font-size: 4rem;
                    line-height: 1.2;
                    letter-spacing: 0.04em;
                    color: #ffffff;
                    @media screen and (max-width: 767px) {
                        font-size: 1.8rem;
                        text-align: center;
                        padding: 0.8rem 1rem;
                        margin-bottom: 1rem;
                    }
                }
                .description-text {
                    font-family: var(--noto);
                    font-style: normal;
                    font-weight: 400;
                    font-size: 1.6rem;
                    line-height: 2.4rem;
                    letter-spacing: 0.08em;
                    color: #000000;
                    margin-bottom: 5rem;
                    @media screen and (max-width: 767px) {
                        font-size: 1.4rem;
                        margin-bottom: 2rem;
                    }
                }
                .right-aligned-text {
                    font-family: var(--noto);
                    font-style: normal;
                    font-weight: 400;
                    font-size: 1.8rem;
                    line-height: 1;
                    text-align: right;
                    letter-spacing: 0.08em;
                    color: #000000;
                    @media screen and (max-width: 767px) {
                        font-size: 1.6rem;
                    }
                }
            }
            .img-cont {
                width: 41.6rem;
                @media screen and (max-width: 767px) {
                    width: 100%;
                }
                & img {
                    width: 100%;
                    vertical-align: top;
                }
            }
        }
    }
}

.block2 {
    margin-bottom: 12rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5rem;
    }
    .table-contents {
        width: 100%;
        & table {
            width: 100%;
            & tr {
                & th {
                    background-color: #00ada9;
                    border-bottom: 1px solid #fff;
                    font-family: var(--noto);
                    font-style: normal;
                    font-weight: 700;
                    font-size: 1.8rem;
                    line-height: 1;
                    text-align: center;
                    letter-spacing: 0.08em;
                    color: #ffffff;
                    width: 27.1rem;
                    padding-top: 2.1rem;
                    padding-bottom: 2.1rem;
                    @media screen and (max-width: 767px) {
                        font-size: 1.4rem;
                        padding-top: 1rem;
                        padding-bottom: 1rem;
                        width: 100%;
                        display: block;
                        text-align: left;
                        padding-left: 2rem;
                    }
                }
                & td {
                    background-color: #f0f3f6;
                    border-bottom: 1px solid #cecece;
                    padding-left: 4rem;
                    box-sizing: border-box;
                    padding-top: 2.1rem;
                    padding-bottom: 2.1rem;
                    font-family: var(--noto);
                    font-style: normal;
                    font-weight: 400;
                    font-size: 1.6rem;
                    line-height: 2.6rem;
                    letter-spacing: 0.08em;
                    text-align: left;
                    color: #000000;
                    @media screen and (max-width: 767px) {
                        font-size: 1.4rem;
                        padding-top: 1rem;
                        padding-bottom: 1rem;
                        width: 100%;
                        display: block;
                        padding-left: 2rem;
                    }
                }
                .two-column {
                    .flex-columns {
                        display: flex;
                        gap: 3rem;
                    }
                }
            }
        }
    }
}

.block3 {
    padding-bottom: 12rem;
    @media screen and (max-width: 767px) {
        padding-bottom: 5rem;
    }
    .card-flex-contents {
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 3.4rem 7.2rem;
        @media screen and (max-width: 767px) {
            gap: 3rem;
        }
        .card {
            width: 35rem;
            padding-bottom: 3.4rem;
            border-bottom: 2px solid #00ada9;
            @media screen and (max-width: 767px) {
                width: 100%;
                padding-bottom: 2rem;
            }
            .card-title {
                margin-bottom: 1.8rem;
                font-family: var(--noto);
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 1;
                letter-spacing: 0.08em;
                color: #000000;
                @media screen and (max-width: 767px) {
                    margin-bottom: 1rem;
                    font-size: 1.6rem;
                }
            }
            .card-text {
                font-family: var(--noto);
                font-style: normal;
                font-weight: 400;
                font-size: 1.6rem;
                line-height: 2.4rem;
                letter-spacing: 0.08em;
                color: #000000;
                @media screen and (max-width: 767px) {
                    font-size: 1.4rem;
                }
            }
        }
    }
}

.history {
    margin-bottom: 12rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5rem;
    }
    .title {
        font-style: normal;
        font-weight: 700;
        font-size: 2.8rem;
        line-height: 1;
        letter-spacing: 0.1em;
        color: #000000;
        margin-bottom: 4rem;
        @media screen and (max-width: 767px) {
            font-size: 2rem;
            margin-bottom: 2rem;
        }
    }
    .history-table {
        width: 100%;
        & tr {
            border-bottom: 2px solid #cecece;
            & th {
                width: 23.7rem;
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 1;
                letter-spacing: 0.08em;
                color: #00ada9;
                text-align: left;
                padding-top: 2.1rem;
                padding-bottom: 2.1rem;
                vertical-align: top;
                @media screen and (max-width: 767px) {
                    width: 100%;
                    display: block;
                    font-size: 1.4rem;
                    padding-top: 1.2rem;
                    padding-bottom: 1.2rem;
                }
            }
            & td {
                font-family: "Noto Sans JP";
                font-style: normal;
                font-weight: 400;
                font-size: 2rem;
                line-height: 2.8rem;
                letter-spacing: 0.08em;
                color: #000000;
                padding-top: 2.1rem;
                padding-bottom: 2.1rem;
                @media screen and (max-width: 767px) {
                    width: 100%;
                    display: block;
                    font-size: 1.4rem;
                    line-height: 2.4rem;
                    padding-top: 0;
                    padding-bottom: 1.2rem;
                }
            }
        }
    }
}

.block5 {
    margin-bottom: 15rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5rem;
    }
    .img-chart {
        width: 100%;
        & img {
            width: 100%;
            vertical-align: top;
        }
    }
}
