/*-----------------------------------------採用情報一覧箇所 ファーストビュー-----------------------------------------*/

.subfirstview {
    background-color: #eef3fa;
    overflow: hidden;
}

.lowerview {
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 0 60px;
    position: relative;
}

.lower-title {
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.lower-title h2 {
    font-size: 56px;
    letter-spacing: 0.1em;
    margin: 0;
    position: relative;
    color: #0e5797;
}

.lower-title p {
    font-size: 14px;
    color: #0e5797;
    margin-bottom: 10px;
    font-weight: bold;
}

.underline {
    position: absolute;
    top: 85%;
    height: 2px;
    background-color: #0e5797;
    margin-top: 0;
    left: -650px;
    width: 0;
    transition: width 0.4s ease;
}

@media screen and (max-width:1024px) {
    .lower-title h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .lower-title h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .lower-title h2 {
        font-size: 24px;
    }
}


/*-----------------------------------------パンクズリスト-----------------------------------------*/

.breadcrumbs {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 50px;
    font-size:12px;
}

.breadcrumbs a {
    color: #0e5797;
}



/*-----------------------------------------メニューリスト-----------------------------------------*/

.transition_container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    padding-bottom: 50px;
    max-width: 1300px;
    margin: 0 auto;
}

.transition_box {
    position: relative;
}

.transition_box a {
    color: #0e5797;
    position: relative;
}


.transition_box a.btn_tr {
    text-align: left;
    position: relative;
    text-decoration: none;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 40px 20px 20px;
    color: #0e5797;
    transition: all 0.3s;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    width: 100%;
}

.transition_box a.btn_tr:before,
.transition_box a.btn_tr:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
}

.transition_box a.btn_tr:before {
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0e5797;
}

.transition_box a.btn_tr:after {
    right: 24.5px;
    bottom: 2px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.transition_box a.btn_tr:hover {
    background-color: #0e5797;
    color: #fff;
}

.transition_box a.btn_tr:hover:before {
    background: #fff;
}

.transition_box a.btn_tr:hover:after {
    border-color: #0e5797;
}

@media screen and (max-width:480px) {
    .transition_container {
        grid-template-columns: auto auto;
    }
}


/*-----------------------------------------ファースト画像-----------------------------------------*/

.subview {
    position: relative;
    top: -50px;
    background: url(../images/member.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 75%;
    border-radius: 0 50px 0 0;
    width: 95%;
    height: 450px;
    margin-bottom: 50px;
}


/*-----------------------------------------採用情報 拠点 01 page-recruit.php-----------------------------------------*/


.support_box{
    width: calc(50% - 10px);
}

.btn_support_area img {
    width: 100%;
}


.support_service02_h2 {
    padding: 50px 20px 0;
    max-width: 1500px;
    margin: 0 auto;
}

.support_service02_h2 h2 {
    font-size: 56px;
    margin-bottom: 50px;
    text-align: left;
}

.support_service02_h2 span {
    display: block;
    font-size: 14px;
    color: #0e5797;
}

.table_support_center{
    width: 100%;
    margin-bottom: 20px;
}




@media screen and (max-width:1024px){
    .support_service02_h2 h2{
        font-size: 36px;
    }
}


@media screen and (max-width:767px){
    .support_service02_h2 h2{
        font-size: 28px;
    }
}



@media screen and (max-width:480px) {

    .support_container_sp{
justify-content: center;
    }

    .support_box{
        width: calc(100% - 10px);
    }
}

@media screen and (max-width:480px){
    .support_service02_h2{
        padding:0 20px 0;
    }
    .support_service02_h2 h2{
        font-size: 24px;
    }
}