@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto');
/*追加*/

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

main>*:not(.intro):first-child {
    padding-top: 0;
}

main {
    width: 100%;
    margin: 0 auto;
    background-image: url(/lp/2026/djob2025/back_pc.jpg);
    background-size: cover;
    background-attachment: fixed;
}

/* 共通 */

footer {
    display: none;
}

.pg_ttl {
    display: none;
}

.oc_field {
    display: none;
}

.oc_field-renew {
    display: none;
}

.sns_icon {
    display: none;
}

#fixedBtn {
    display: none;
}

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

.sp_only {
    display: none;
}

@media screen and (max-width:768px) {
    .sp_only {
        display: block;
    }
}

#page_top {
    display: none;
    visibility: hidden;
}

#fixed_floating {
    display: none;
    visibility: hidden;
}


@media screen and (min-width:1280px) {
    main {
        width: 100%;
        margin: 0 auto;
        margin-top: 90px;
    }
}

@media screen and (max-width:767px) {
    main>*:not(.intro):first-child {
        padding-top: 0;
    }

    main {
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
    }

    #fixed_bottom_nav.fadeup {
        display: none;
    }

    #page_top {
        display: none !important;
    }

    .sp_menu_btn {
        display: none;
    }
}

body {
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
}

* ul,
li {
    list-style: none;
}

img {
    width: 100%;
    margin: 0 auto;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 480px;
    background-color: #fff;
    border: 2px solid #2b2b2b;
}

#fixed_floating {
    display: none !important;
}

/*全体formatここまで*/

/*header, メインビジュアル*/

.main-fv h1 {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    height: 0;
}

/*header, メインビジュアルここまで*/

section {
    width: 100%;
    padding: 30px 20px;
    margin: 0;
}

/*概要セクション*/

section.about_sec {
    background-color: #2f2f2f;

}

.about_sec h2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 8px 0 32px;
}

.about_sec h2 img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.about_sec aside {
    color: #FFFFFF;
    font-size: 0.8em;
    margin: 5px 0 0 0;
}

.about_sec img {
    width: 100%;
}

.text_detail {
    padding: 20px 0 20px;
    font-size: 1.1em;
    font-weight: 500;
    text-align: justify;
}

.text_detail._white {
    color: #FFFFFF;
}

.about_sec .sub_head {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #FFFFFF;
    font-size: 2.8em;
    margin: 10px auto;
    font-weight: 500;
    text-align: center;
}

.about_sec time {
    color: #f1ad52;
    width: 100%;
    max-width: 270px;
    margin: 0 auto 36px;
    padding: 0;
    font-weight: 500;
    display: block;
    font-size: 1.4em;
}

.about_sec time span {
    display: inline-block;
    width: 40px;
}

.about_sec .campus_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.about_sec .campus {
    width: 50%;
    max-width: 320px;
    margin-bottom: 10px;
}

.about_sec .campus .campus_name {
    color: #f86f69;
    font-size: 1.2em;
    font-weight: bold;
}

.about_sec .campus .campus_d {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
}

/*概要セクションここまで*/

/*インタビューセクション*/

.interview_sec {
    width: 100%;
    margin: 0;
    background-color: #e2e2e2;
}

.interview_sec h2.interview {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 8px 0 32px;
    max-width: 250px;
}

.interview_sec .interview_img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.interview_sec .p_blue_s {
    padding: 18px 0 10px;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #5d7eba;
}

.interview_sec .p_blue {
    padding: 0;
    margin: 0 auto;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #5d7eba;
}

.interview_sec .p_blue span {
    font-size: 0.3em;
    display: block;
    line-height: 0px;
}

.text_detail._black {
    color: #2f2f2f;
}

/*インタビューセクションここまで*/

/*イベントセクション*/

.event_sec {
    width: 100%;
    margin: 0;
    background-color: #2f2f2f;
}

.event_sec h2.event {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 8px 0 32px;
    max-width: 150px;
}

.event_sec .event_img1,
.event_sec .event_img2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.event_sec .event_img2 {
    margin: 64px auto 0;
}

.event_sec .p_orange {
    padding: 18px 0 0;
    margin: 0 auto;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    color: #ffd940;
}

.event_sec .p_orange span {
    font-size: 0.7em;
    line-height: 0px;
}

.span_block {
    display: inline-block;
    width: 100px;
}

.span_yellow {
    color: #ffd940;
}


.event_sec .button_cv {
    font-size: 1.4em;
    font-weight: 500;
    width: 100%;
    max-width: 350px;
    padding: 12px;
    margin: 30px auto;
    color: #fff;
    background-color: #f86f69;
    border-radius: 10px;
    box-shadow: 0 8px 0 #150d07;
    display: block;
    text-align: center;
}

.event_sec .button_cv:hover {
    background-color: #be2721;
    transition-duration: 0.5s;
    top: 0;
    box-shadow: 0 8px 0 #150d07;
}

/*イベントセクションここまで*/

/*アクセスセクション*/

.access_sec {
    width: 100%;
    margin: 0;
}

.access_sec h2.access {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 8px 0 32px;
    max-width: 150px;
}

.access_sec .iframe_box iframe {
    width: 100%;
    height: 250px;
    vertical-align: bottom;
}

.access_sec .iframe_box {
    border: solid 2px #f86f69;
    border-radius: 5px;
    margin: 0 auto 20px;
}

.access_sec h3 {
    color: #f86f69;
    font-size: 2em;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.access_sec p {
    width: 100%;
    color: #2f2f2f;
    padding: 10px 0 50px;
    margin: 0;
    font-size: 1em;
    text-align: center;
}

/*アクセスセクションここまで*/

/*footer*/

#footer {
    width: 100%;
    background-color: #333333;
    height: 70px;
    margin: 0;
    padding: 0;
}

#footer .gakkou-logo {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 30px;
}

#footer .gakkou-logo a {
    display: block;
    margin: 0 auto;
    padding: 0 30px;
    width: 75%;
    max-width: 300px;
}

#footer p.copy {
    font-size: 0.5em;
    color: #FFFFFF;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

/*footerここまで*/

/*レスポンシブ*/

@media screen and (max-width: 768px) {
    .text_detail {
        font-size: 1em;
    }

    .about_sec .sub_head {
        font-size: 2em;
    }

    .about_sec time {
        font-size: 1.2em;
        text-align: center;
    }

    .about_sec .campus_wrap {
        display: block;
    }

    .about_sec .campus {
        width: 100%;
        max-width: 235px;
        margin: 0 auto 10px;
        text-align: center;
    }

    .about_sec .campus .campus_name {
        font-size: 1.2em;
        white-space: nowrap;
    }

    .about_sec .campus .campus_d {
        font-size: 1em;
        white-space: nowrap;
    }

    .access_sec p {
        font-size: 0.8em;
    }

    .interview_sec .p_blue {
        font-size: 1.6em;
    }

    .interview_sec .p_blue_s {
        font-size: 0.8em;
        padding: 10px 0;
    }

    .text_detail._black {
        padding: 12px 0 0;
    }

    .event_sec .p_orange {
        font-size: 1.4em;
    }

    .access_sec h3 {
        font-size: 1.4em;
    }

    .l_map_wrap {
        margin: 0;
    }

    #footer p.copy {
        font-size: 0.4em;
    }

    #footer .gakkou-logo a {
        width: 100%;
    }

    .access_sec .iframe_box iframe {
        height: 200px;
    }
}

/*レスポンシブここまで*/