@charset "utf-8";
/* ##### PCサイトのcssをここに記述 ##### */

/* ==========================================
common ▼
========================================== */

.parallax-bg {
    background: #fff; 
    /*background: url(../img/course/se-programmer/se-bg-01.jpg) repeat-y top center;
    position: fixed;
    width: 100%;
    height: 400%;
    top: 0;
    left: 0;
    z-index: -1;*/
}

section {
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
}

.bg-color {
    background: #fff;
}
.container {
    width: 1200px;
    margin: 0 auto 10.0rem;
}

.container img {
    width: 100%;
    height: auto;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media (max-width: 767px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

}


/* ##### PCサイトのcssをここに記述ここまで ##### */


/* ==================
.top-ttl ▼
===================== */

.top-ttl {
    text-align: center;
    background: url(../../img/recruit/graduates-course/2020/top-01n.jpg) no-repeat center;
    background-size: cover;
    height: 39.0rem;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.top-ttl h2 {
    color: #000;
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 6.5rem;
}

.top-ttl h2 span {
    color: #71a9ab;
    display: block;
    font-weight: 600;
    font-size: 3.0rem;
}

/* ==================
common ▼
===================== */

h4 + p {
    margin-bottom: 4.0rem;
}

.link a {
    background: #71a9ab;
    color: #fff;
    display: block;
    font-size: 3.0rem;
    text-align: center;
    margin: 0 auto 5.0rem;
    padding: 3.0rem;
    width: 80%;
}

.link a:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    font-size: 3.5rem;
    position: relative;
    top: 0px;
    right: 10px;
    color: #fff;
}

/* ==================
table ▼
===================== */

table {
    margin-bottom: 20rem;
}

table tbody th {
    background: #bedbdc;
    padding: 1.0rem 0;
    border: 1px solid #ccc;
}

table tbody th:not(:first-of-type) {
    background: #fff4f4;
    border-left: 0;
}

table td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 1rem;
    margin: 0;
}
table td:last-child {
    border-right: 1px solid #ccc;
}


/* ##### ここから下はレスポンシブ用メディアクエリです ##### */





/*　for iPad 　*/
@media screen and (min-width:768px) and (max-width:1024px) {

}

/*　for iPad  Pro 　*/
@media screen and (min-width:1024px) and (max-width:1200px) {

}

/* ##### 1200px以下 ##### */
@media screen and (max-width: 1200px) {

    .container {
        width: 100%;
        margin: 0 auto 10.0rem;
        padding: 0 15px;
        box-sizing: border-box;
    }

}

/* ##### 1024px以下 ##### */
@media screen and (max-width: 1024px) {



}

/* ##### 768px以下 ##### */
@media screen and (max-width: 768px) {



}


/* ##### 767px以下　ここから ##### */
@media screen and (max-width: 767px) {

    /* ==================
    top-ttl ▼
    ===================== */
    .top-ttl {
        background: url(../../img/recruit/graduates-course/2020/top-01-spn.jpg) no-repeat center;
        background-size: 100%;
        height: 65vw;
    }
    .top-ttl h2 {
        font-size: 2rem;
        letter-spacing: 1px;
        line-height: 3.5rem;
    }
    .top-ttl h2 span {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.6rem !important;
    }

    h4 + p {
        font-size: 1.4rem;
    }

    /* ==================
    table ▼
    ===================== */

    table {
        margin-bottom: 5rem;
    }

    table tbody th,
    table tbody td {
        font-size: 1.4rem;
    }

    .link a {
        font-size: 1.6rem;
        width: 90%;
        padding: 1.5rem 0;
        margin-bottom: 3rem;
    }

    .link a:before {
        font-size: 2.0rem;
    }


}
/* ##### 767px以下 ここまで ##### */


/* ##### 480px以下 ##### */
@media screen and (max-width: 480px) {



}

/* ##### 414px以下 ##### */
@media screen and (max-width: 414px) {



}

/* ##### 375px以下 ##### */
@media screen and (max-width: 375px) {

}

/* ##### 320px以下 ##### */
@media screen and (max-width: 320px) {

    html {
        font-size: 55%;
    }

    html {
        font-size: 50%;
    }

}

/* ##### iphone6 plusのlandscape(736px) ##### */
@media screen and (orientation: landscape) and (max-width: 736px) {



}

/* ##### iphone6のlandscape(667px) ##### */
@media screen and (orientation: landscape) and (max-width: 667px) {



}


/* ##### iphone6のlandscape(667px) ##### */
@media screen and (orientation: landscape) and (max-width: 667px) {



}

/* ##### androidのlandscape(640px) ##### */
@media screen and (orientation: landscape) and (max-width: 640px) {



}

/* ##### iphone5のlandscape(568px) ##### */
@media screen and (orientation: landscape) and (max-width: 568px) {



}

