h2{
    margin-bottom: 0;
}

.pickup_txt{
    margin-bottom: 50px;
}
.interval-top{
    margin: 200px auto 0;
}
.interval-top2{
    margin: 100px auto 0;
}
.interval-bottom{
    margin: 0 auto 0;
}
.article_01 .pickup{
    width: auto;
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    line-height: 6rem;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    color: #000;
    margin-top: 0;
}
.article_01 .pickup::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 20px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}

.content{
    padding: 0 50px;
    margin-bottom: 100px
}
.overview-table{
    margin: 50px auto;
    font-size: 1.6rem;
}
.overview-table tr{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.overview-table th{
    vertical-align: top;
    text-align: center;
    padding: 10px 0;
    width: 27%;
    font-weight: bold;
}
.overview-table td{
    padding: 10px 0;
    text-align: left;
}
.article_01 {
    padding: 0;
}
.flow {
    margin-top: 50px; 
}
.flow ul{
    margin: 0;
    padding: 0;
}
.flow li{
    list-style: none;
    position: relative;
}
.flow li img{
    width: 50%;
}
.flow li::after{
    content: "";
    background-image: url(../img/recruit/flow_arrow-img.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -8px;
    left: 48%;
    z-index: 10;
    width: 20px;
    height: 20px;
    background-size: contain;
}
.flow li:last-child::after{
    display: none;
}
@media screen and (max-width:1180px) {/* （タブレット用） */
    
}
@media screen and (max-width:767px) {/* （スマホ用） */

    





}
