html body{
    line-height: 1.8;
}
body{
    font-size: 1em;
}
main .sec-1{
    width: 100%;
    height: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/bg_careers.png) no-repeat;
    background-size: 100% 100%;
}
main .sec-1 h2{
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
main .sec-2{
    padding-top: 4rem;
    padding-bottom: 8rem;
}
main .sec-2 .list-title{
    display: flex;
}
main .sec-2 .list-title p{
    width: 25%;
    text-align: center;
    font-weight: bold;
}
main .sec-2 .list-title{
    line-height: 2.8rem;
    border-bottom: .1rem solid #2737AB;
}
main .sec-2 .list-content dd{
    line-height: 2.8rem;
    border-bottom: .1rem solid #D7D7D7;
    cursor: pointer;
}
main .sec-2 .list-content dd a{
    width: 100%;
    height: 100%;
    display: flex;
}
main .sec-2 .list-content dd p{
    width: 25%;
    text-align: center;
    position: relative;
    color: #737373;
    box-sizing: border-box;
}
main .sec-2 .list-content dd p.more{
    position: relative;
    padding-right: 1.5rem;
}
main .sec-2 .list-content dd p.more img{
    position: absolute;
    width: 1rem;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
