@charset "UTF-8";


/*=====================
main
=====================*/
.section--company{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.company{
    background: #ECF6FA;
    padding: 17px 39.7% 16px;
    color: #858484;
    font-family: "Crimson Text";
    font-size: 1.6rem;
    font-weight: 700;
}

.companyInfo{
    width: 335px;
    margin: 20px auto 0;
}
.companyInfo__name{
    font-size: 1.4rem;
    font-weight: 700;
}

.companyInfo__txt{
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 20px;
}

.table{
    width: 335px;
    background: #ECF6FA;
    border-radius: 4px;
    border: solid 1px #B9B9B9;
    align-self: stretch;
    border-collapse: collapse;
    margin: 20px auto 0;

}

.table td{
    padding: 10px 12px;
    border: 1px solid #B9B9B9;
    width: 143px;
    height: auto;
    font-size: 1.3rem;
    font-weight: 500;
}

.job{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.job__topic{
    font-size: 1.8rem;
    font-weight: 500;
}

.job__title p{
    font-family: Crimson Text;
}

.job__title{
    text-align: center;
    margin: 40px auto;
}

.job__list{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
}

.job__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.job__item:first-of-type{
    margin-top: 0;
}

.job__item p{
    width: 200px;
    font-size: 1.2rem;
    text-align: left;
}

.job__item img{
    width: 280px;
}

.job__item:last-of-type{
    margin-bottom: 30px;
}

.job__btn{
    display: flex;
    width: 120px;
    padding: 6px 6px ;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #001D8B;
    background-color: #001D8B;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
}

.item__title{
    font-size: 1.4rem;
    font-weight: 500;
}

.job__box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#job1{
    background-color: #eceaea;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 30px;
}

#job1 p,#job2 p,#job3 p{
    padding: 10px 30px;
}

#job2{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 30px;
}

#job3{
    background-color: #eceaea;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 30px;
}

#job1 figure,#job2 figure,#job3 figure{
    width: 80%;
    margin-top: 20px;
}

.txt__box{
    width: 80%;
}

.txt__box p{
    font-size: 1.2rem;
}

#job1,#job2,#job3{
    width: 100%;
}

.txt__box p{
    font-size: 1.6rem;
}
/* main pc */

@media screen and (min-width:769px){
    
    .section--company{
        align-items: center;
    }
    .companyInfo{
        width: 800px;
        margin: 60px auto 0;
    }

    .company{
        font-size: 3.6rem;
        padding: 50px 43.9%;
    }

    .companyInfo__name{
        font-size: 2.4rem;
    }

    .companyInfo__txt{
        font-size: 2.4rem;
    }       

    .table{
        width: 800px;
        margin: 60px auto 0;
    }

    .table td{
    font-size: 1.6rem;
    font-weight: 700;
    }

    .job__topic{
        font-size: 3rem;
    }
    .job__title p{
        font-size: 2.2rem;
    }

    .job__title{
        margin: 80px auto;
    }

    .job__list{
        flex-direction: row;
        gap: 5%;
        max-width: 900px;
    }

    .job__item{
        margin-top: 0px;
    }

    .job__item img{
        width: 350px;
    }

    .job__item p{
        font-size: 1.6rem;
    }
    .item__title{
        font-size: 2rem;
    }

    .job__box{
        flex-direction: row;
        justify-content: center;
    }

    .job__btn{
        width: 220px;
        padding: 10px 10px ;
        font-size: 1.6rem;
    }

    .txt__box{
        width: 40%;
    }

    #job1 figure,#job2 figure,#job3 figure{
        width: 40%;
    }

    #job1 p,#job2 p,#job3 p{
        font-size: 2rem;
    }
    
    #job1,#job2,#job3{
        padding: 80px 0 80px;
    }
    
    .job__topic{
        margin-bottom: 40px;
    }
}
/* main 769px */
