#adoption-category {
    list-style: none;
    padding: 40px 10%;
}

#adoption-context {
    padding-top: 40px;
}

.fadeUpAdoptionTrigger {
    opacity: 0;
}

.fadeUpAdoption {
    animation-name: fadeUpAdoption;
    animation-duration: 1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.fadeUpAdoption2 {
    animation-delay: 0.5s;
}

.fadeUpAdoption3 {
    animation-delay: 0.9s;
}

.fadeUpAdoption4 {
    animation-delay: 1.3s;
}

@keyframes fadeUpAdoption {
    from {
        opacity: 0;
        transform: translateY(100px);
    }to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 職場環境 */
/* #adoption-context h3 {
    padding: 10px 0;
} */

#workenvironment-sentence {
    padding-left: 2%;
    /* padding-top: 10px; */
    padding-bottom: 80px;
}

#workenvironment-sentence-div {
    padding-bottom: 20px;
}

#workenvironment-sentence table {
    width: 80%;
    margin: 10px 8%;
    border-collapse: collapse;
    font-size: 1.0rem;
}

#workenvironment-sentence table tr {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

#workenvironment-sentence table tr th {
    padding: 2% 3%;
    width: 25%;
    text-align: left;
    vertical-align: middle;
}

#workenvironment-sentence table tr td {
    padding: 1% 2%;
}

/* 新卒採用 */
#newrecruitment-sentence {
    padding-left: 2%;
    padding-bottom: 80px;
}

#newrecruitment-sentence-div {
    padding-bottom: 30px;
}

#newrecruitment-sentence table {
    width: 70%;
    margin: 10px 8%;
    border-collapse: collapse;
    font-size: 1.0rem;
}

#newrecruitment-sentence table tr {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

#newrecruitment-sentence table tr th {
    padding: 3% 3%;
    width: 25%;
    text-align: left;
    vertical-align: middle;
}

#newrecruitment-sentence table tr td {
    padding: 1% 2%;
}

.fadeUpNewrecruitmentTrigger {
    opacity: 0;
}

.fadeUpNewrecruitment {
    animation-name: fadeUpNewrecruitment;
    animation-duration: 1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.fadeUpNewrecruitment2 {
    animation-delay: 0.5s;
}

.fadeUpNewrecruitment3 {
    animation-delay: 0.9s;
}

@keyframes fadeUpNewrecruitment {
    from {
        opacity: 0;
        transform: translateY(100px);
    }to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 中途採用 */
#midrecruitment-sentence {
    padding-left: 2%;
    padding-top: 40px;
}

#midrecruitment-sentence-div {
    padding-bottom: 30px;
}

#midrecruitment-sentence table {
    width: 70%;
    margin: 10px 8%;
    border-collapse: collapse;
    font-size: 1.0rem;
}

#midrecruitment-sentence table tr {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

#midrecruitment-sentence table tr th {
    padding: 3% 3%;
    width: 25%;
    text-align: left;
    vertical-align: middle;
}

#midrecruitment-sentence table tr td {
    padding: 1% 2%;
}

.fadeUpMidrecruitmentTrigger {
    opacity: 0;
}

.fadeUpMidrecruitment {
    animation-name: fadeUpMidrecruitment;
    animation-duration: 1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.fadeUpMidrecruitment2 {
    animation-delay: 0.5s;
}

.fadeUpMidrecruitment3 {
    animation-delay: 0.9s;
}

@keyframes fadeUpMidrecruitment {
    from {
        opacity: 0;
        transform: translateY(100px);
    }to {
        opacity: 1;
        transform: translateY(0);
    }
}