@media screen and (max-width: 768px) {
    .sub__title {
        font-size: 2.2rem;
    }
}
.main__list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 70px;
}

.main__title {
    font-size: 6.0rem;
    font-weight: 700;
    padding-right: 15px;
}

.maintitle__img {
    width: 70px;
    height: 70px;
}

.staff__shin {
    margin-bottom: 200px;
}

.staff__koi {
    margin-bottom: 150px;
}

.staff__img {
    width: 600px;
    height: 350px;
    object-fit: cover;
    margin-bottom: 70px;
}

.staff__name {
    font-size: 3.2rem;
    font-weight: 700;
}

.staff__eng {
    font-size: 2.3rem;
    font-weight: 400;
    padding-bottom: 40px;
}

.staff__txt {
    font-size: 2.2rem;
    font-weight: 400;
    padding-bottom: 40px;
}

.staff__license {
    background-color: #fff;
    display: flex;
    width: 500px;
    max-width: calc(100% - 96px);
    min-width: 280px;
    padding: 20px 20px 25px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 20px;
    border: 2px solid #EBE3D5;
}

.license__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.license__title {
    font-size: 2.2rem;
    font-weight: 600;
    padding-right: 8px;
}

.license__img {
    width: 25px;
    height: 25px;
}

.license__txt {
    font-size: 2.0rem;
    font-weight: 400;
    text-align: start;
}

.shin__comment {
    background: #EBE3D5;
    width: 1000px;
    max-width: calc(100% - 24px);
    padding: 60px 50px;
    align-items: center;
    margin: 0 auto;
    border-radius: 0px 30px 30px 30px;
}

.koi__comment {
    background: #EBE3D5;
    width: 1000px;
    max-width: calc(100% - 24px);
    padding: 60px 50px;
    align-items: center;
    margin: 0 auto;
    border-radius: 30px 0px 30px 30px;
}

.comment__txt {
    font-size: 2.0rem;
    font-weight: 400;
    text-align: start;
    padding-bottom: 30px;
}

.staff__cut {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cut__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cut__title {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    padding-right: 5px;
}

.cut__img {
    width: 25px;
    height: 25px;
}

.cut__txt {
    font-size: 2.0rem;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .main__list {
        padding: 10px 0 60px;
        margin-top: 145px;
    }

    .main__title {
        font-size: 3rem;
        line-height: 1.2;
        padding-right: 5px;
    }

    .maintitle__img {
        width: 35px;
        height: 35px;
    }

    .staff__shin {
        margin-bottom: 150px;
    }

    .staff__koi {
        margin-bottom: 100px;
    }

    .staff__img {
        width: 300px;
        height: 300px;
        margin-bottom: 50px;
    }

    .staff__name {
        font-size: 2.5rem;
    }

    .staff__eng {
        font-size: 2rem;
        padding-bottom: 30px;
    }

    .staff__txt {
        font-size: 1.6rem;
        line-height: 27px;
        text-align: left;
        padding: 0 25px 30px;
    }

    .staff__license {
        padding: 10px 24px 15px;
        gap: 10px;
        border-radius: 10px;
    }

    .license__title {
        font-size: 1.8rem;
        padding-right: 10px;
    }

    .license__img {
        width: 18px;
        height: 18px;
    }

    .license__txt {
        font-size: 1.6rem;
    }

    .shin__comment {
        padding: 30px;
    }

    .koi__comment {
        padding: 30px;
    }

    .comment__txt {
        font-size: 1.6rem;
    }

    .cut__title {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 27px;
    }

    .cut__img {
        width: 16px;
        height: 16px;
    }

    .cut__txt {
        font-size: 1.6rem;
        line-height: 27px;
    }
}