@charset "utf-8";

.page_title {
    background-image: url('/recruit/assets/img/alumni/page_title_pc.jpg');
}

.v-center p{
    color: #fff;
}

.alumni {
    padding-top: 60px;
    padding-bottom: 60px;
}
.alumni dl dt{
    background: #e4e4e4;
    padding: .5em 1em;
}
.alumni dl dt h3{
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
}
.alumni dl dd + dt {
    margin-top: 40px;
}
.alumni dl dd {
    padding: 2em 0;
}
.alumni .btn {
    width: 250px;
    padding: 10px 10px;
}

.arrow{
    margin-top:20px;
}

.arrow a:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 10px;
    margin: -10px 0 0 20px;
    vertical-align: middle;
    transform: skewX(50deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.arrow a:hover:after,
.arrow a:focus:after{
    border-right: 1px solid #0052A3;
    border-bottom: 1px solid #0052A3;
}

.overall-alumni{
    margin: 40px auto 0 auto;
    display: block;
}

table{
   border-collapse: collapse;
   border-spacing:0px;
   border:1px solid #DEDEDC;
}

table tr th{
    white-space: nowrap;
    padding: 20px;
    border:1px solid #DEDEDC;
    font-weight: bold;
}

table tr td{
    padding: 20px;
    border:1px solid #DEDEDC;
}


.message{
    background-color:#edf4fa;
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.message .message_item{
    width: calc(100% / 2 - 20px);
}

.message .message_item h4{
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
    color: #005290;
    margin-bottom: 20px;
}

.message .message_item p{
    font-size: 1.4rem;
}

.message .message_item p.image_caption{
    margin-top:10px;
    text-align:center;
}


#footer .inner {
    border-top: none;
    background-color: #0A52A4;
}
#footer .sec_btn {
    padding: 85px 0 164px;
}
#footer .box_ft p, .box_ft a {
    color: #fff;
}
#footer .txt_copy {
    color: #fff;
}


/* ------------------------------
    max-width: 767px
------------------------------ */


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

    .sp_disapper{
        display:none;
    }

    .page_title {
        background-image: url('/recruit/assets/img/alumni/page_title_sp.jpg');
    }
    .pagetop {
        bottom: 43vw;
    }
    #footer .inner {
        width: 100%;
        margin: 0;
    }
    #footer .sec_btn {
        padding: 7% 0 30%;
    }
    .alumni {
        padding-top: 5%;
        padding-bottom: 20%;
    }
    .alumni dl dt h3{
        font-size: 1.3rem;
    }
    .alumni dl dd + dt {
        margin-top: 0;
    }
    .alumni dl dd {
        padding: .5em 0 1.5em;
    }
    .alumni .btn_arrow {
        width: 75vw;
        margin-top: 8%;
    }
    .alumni .btn {
        width: 100%;
        margin-top: 0;
    }
    .message .message_item{
        width: 100%;
    }

    .message .message_item p{
        font-size: 1.3rem;
        margin-bottom:20px;
    }

    .message .message_item img{
        font-size: 1.3rem;
        margin-bottom:20px;
    }

    .message .imageBox{
        margin:0 auto;
        text-align:center;
    }

    .message .message_item p.image_caption{
        margin-top:0px;
        margin-bottom: 0px;
    }


}
