@charset "UTF-8";

/* 背景画像 */
.wrapper {
    background: url(../../../img/qualification_bg2.png) no-repeat 50% 600px;
    /* background-size: 2880px auto ; */
}

main {
    background: url(../../../img/qualification_bg2.png) repeat 50% 0;
    /* border: 1px solid red; */
    /* margin-top: -30px; */
}

main {
    padding: 0 20px 60px;
}

.top-img-type-a {
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.top-img-type-a > img {
    background: url(../../img/internship-bg.png) repeat-x center bottom;
    background-size: 100% auto;
    /* height: 625px; */
    /* border: 1px solid green; */
}

.top-img-type-a > div {
    width: 960px;
    height: 300px;
    margin: -300px auto 0;
    position: relative;
    overflow: hidden;
    /* border: 1px solid green; */
}

.top-img-type-a > div > p {
    margin: 20px 0 0 50px;
}

.btn-typ-b, .btn-typ-c, .btn-typ-d {
    margin: 0;
}

.btn-set {
    text-align: center;
    width: 400px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.btn-set > small {
    font-size: 0.8em;
    display: inline-block;
    padding: 10px 0;
    line-height: 1.5;
}

/* main {
    padding: 0 20px 20px;
} */

h2 + h3 {
    margin-top: 50px;
}

/* ボタン */
/* .btn-typ-c {
    margin: 0;
} */

/** --------------------------------
* タブレット
*/
.wrapper.tablet .top-img-type-a > div {
    width: 100%;
    height: 310px;
    right: 15px;
    bottom: 0;
}

.wrapper.tablet .right {
    margin-bottom: 50px;
}

/** --------------------------------
* sp
*/
@media screen and (max-width: 767px) {

    /* 背景画像 */
    .wrapper {
        background: url(../../../../img/bg.png) repeat 50% 100px;
        background-size: 300% auto;
    }

    .top-img-type-a > img {
        background-size: auto 100%, 100% 100%;
    }

    .top-img-type-a > img {
        background-size: 100% auto;
    }

    .top-img-type-a > div {
        width: 100%;
        height: inherit;
        margin: 0 auto;
        position: relative;
    }

    .top-img-type-a > img {
        display: none;
    }

    .top-img-type-a > div {
        background: url(../../img/internship-bg.png) repeat-x center bottom;
        background-size: auto 100%;
		margin-bottom: 30px;
    }

    .top-img-type-a > div > p {
        margin: 0;
        padding: 20px;
    }

    .btn-set {
        width: 90%;
        margin: auto;
        position: inherit;
    }

    .btn-set > small {
        font-size: 0.8em;
    }
}



































