@charset "UTF-8";
/* CSS Document */

/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
    overflow-x: hidden;
}
.wic img {
    width: auto;
    max-width: unset;
}
.wic1 {
    margin-left: calc(50% - 630px);
}
.wic1 img {
    width: 1260px;
    max-width: 1260px;
}
.wic2 {
    margin-left: calc(50% - 1000px);
}
.wic2 img {
    width: 2000px;
    max-width: 2000px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .wic1 img {
        width: 780px;
        max-width: 780px;
    }
    .wic1 {
        margin-left: calc(50% - 390px);
    }
    .wic2 img {
        width: 1200px;
        max-width: 1200px;
    }
    .wic2 {
        margin-left: calc(50% - 600px);
    }
}
@media screen and (max-width: 767px) {
    .wic1 img {
        width: 100%;
    }
    .wic1 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wic2 img {
        width: 100%;
    }
    .wic2 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* diploma */
h1 {
    color: #4c4c4c;
}

/*diploma_mv----------------------------------------------------------- */
.diploma_mv {
    background: url(../img/diploma/pc_diploma_mv.png) no-repeat bottom center/cover;
}
@media screen and (max-width: 767px) {
    .diploma_mv {
        background: url(../img/diploma/pc_diploma_mv.png) no-repeat bottom right/cover;
    }
}

/*diploma_sec01----------------------------------------------------------- */
.diploma_sec01 .white_box {
    position: relative;
}
.diploma_sec01 .step_tit {
    display: inline-block;
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: -30px;
}
.diploma_sec01 h3 {
    font-weight: bold;
}

/* dot_list */
.diploma_sec01 .dot_list > li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 15px;
}
.diploma_sec01 .dot_list > li:last-child {
    margin-bottom: 0;
}
.diploma_sec01 .dot_list > li:before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0.5em;
    width: 5px;
    height: 5px;
    background-color: #4c4c4c;
    border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .diploma_sec01 .white_box {
        margin-bottom: 30px;
    }
    .diploma_sec01 .white_box:last-of-type {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .diploma_sec01 .white_box {
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    .diploma_sec01 .white_box:last-of-type {
        margin-bottom: 0;
    }
    .diploma_sec01 .step_tit {
        font-size: 40px;
    }
    /* dot_list */
    .diploma_sec01 .dot_list > li:before {
        top: 0.6em;
    }
    .diploma_sec01 img {
        margin-bottom: 15px;
    }
}

/*diploma_cta----------------------------------------------------------- */
.diploma_cta {
    background: url(../img/diploma/pc_diploma_cta_bg.png) repeat;
}
.diploma_cta h2 {
    font-size: 20px;
}
.diploma_cta h2 span {
    font-size: 28px;
}
.diploma_cta .cta_btn a {
    max-width: 540px;
    width: 100%;
}
.diploma_cta .white_box {
    position: relative;
}
.diploma_cta .white_box:before {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    border: 1px solid #ccc;
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .diploma_cta_inner {
        padding: 20px;
    }
    .diploma_cta .white_box:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        left: 10px;
    }
    .diploma_cta .cta_btn a {
        width: 80%;
        margin: 0 auto;
    }
}