@charset "utf-8";


/* 企業ページ下層特別ページ用CSS */
.company_sp >.h1_area{
    width: 100%;
    background-color: #5db6f4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 0;
}
/*
.company_sp > section{
    width: 1200px;
    margin: auto;
}*/
.company_sp >.h1_area > p {
    background-color: #fff;
    color: #0086e4;
    display: inline-block;
    padding: 0 .5rem;
}
.company_sp > .sec_1{
    margin-bottom: 4rem;
}
.company_sp > .sec_1 > img {
    display: block;
    width: 1200px;
    margin: auto;
}
.company_sp > .sec_1 > div{
    margin: 2rem 0;
}
.company_sp > .sec_1 > div > h2{
    color: #0086e4;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #0086e4;
}
.company_nav{
    background-color: #0086e4;
    z-index: 2;
}
#company_nav.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin: auto;
}
.company_nav > ul{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.company_nav > ul > li{
    width: 16.6%;
    border-left: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}
.company_nav > ul > li:last-of-type{
    border-right: 1px solid #fff;
}
.company_nav > ul > li > a{
    color:#fff;
    display: block;
    background-image: url(../images/nav_back.png);
    background-repeat: no-repeat;
    background-position: center 15px;
    padding-top: 35px;
    height: 35px;
    transition-duration: 500ms;
}
.company_nav > ul > li > a:hover{
    opacity: 0.7;
}
#sec_2,#sec_3,#sec_4,#sec_5,#sec_info,#sec_recruit{
    scroll-margin-top: 90px;
}
@media screen and (max-width: 1280px) {
    .company_sp > .sec_1 > img {
        width: 100%;
    }
    #company_nav.fixed{
        top: 90px;
    }
    .company_nav > ul{
        width: 100%;
    }
    .company_nav > ul > li > a{
        height: 3rem;
    }
}
@media screen and (max-width: 768px) {
    .company_nav > ul > li{
        width: 33.3%;
        border-bottom: 1px solid #fff;
    }
}

/* 企業情報紹介動画 */
.company_movie > ul{
    display: flex;
}
.company_movie > .inBox{
    width: 46%;
    border: 2px solid #cccccc;
    border-radius: 5px;
    padding: 0px 20px;
    margin: 10px 2% 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
}
.company_movie > .inBox > .mcBox{
    text-align: center;
    margin-top: auto;
    margin-bottom: 20px;
    line-height: 0;
    position: relative;
}
.company_movie > .inBox > .mcBox img.img{
    width: 300px;
    height: auto;
}
.company_movie > .inBox > .mcBox img.iconPlay{
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -29px;
}

/* ◯◯ってどんな会社なの？ */
.company_intro > p{
    width: 1200px;
    display: block;
    margin: 1rem auto 0;
}
.company_intro > ul{
    width: 1200px;
    margin: 2.5rem auto 0;
}
.company_intro > ul{
    display: flex;
    flex-wrap: wrap;
}
.company_intro > ul > li{
    width: 45%;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    float: left;
    background-color: #FFFFFF;
    /*margin-right: 10%;*/
    height: 320px;
    text-align: center;
    margin: auto;
}
@media screen and (max-width: 1280px) {
    .company_intro > p{
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    .company_intro > ul{
        width: 100%;
    }
    .company_intro > ul > li{
        width: 100%;
    }
}

.company_sp > .sec_2 > h3,
.company_sp > .sec_3 > h3,
.company_sp > .sec_4 > h3,
.company_sp > .sec_5 > h3{
    color: #fff;
    background-color: #0086e4;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    padding: .5rem 0;
    margin: 3rem 0;
}
/* どんな職種があるの？ */
.company_industry{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.company_industry > div:first-of-type{
    width:58%;
}
.company_industry > div:last-of-type{
    width: 42%;
}
.company_industry > div > h4{
    font-size: 1.5rem;
    background-color: #fff;
    margin-top: 2rem;
    padding: 1rem;
}
.company_industry > div > p{
    padding: 1.5rem;
}
@media screen and (max-width: 1280px) {
    .company_industry{
        width: 100%;
    }
    .industry_img{
        width: 100%;
    }
    .industry_img > img{
        width: 100%;
    }
    .company_industry > div:first-of-type{
        width:100%;
    }
    .company_industry > div:last-of-type{
        width: 100%;
    }
}

/* 内定から新入社員研修まで */
.company_training{
    width: 1200px;
    margin: auto;
}
.company_training > div{
    width: 1200px;
    display: flex;
    margin-bottom: 4.5rem;
}
.company_training > div > img{
    margin-right: 2rem;
}
@media screen and (max-width: 1280px) {
    .company_training{
        width: 100%;
    }
    .company_training > div{
        width: 100%;
    }
}

/* 先輩社員インタビュー */
.seniorBox > h4{
    text-align: center;
}
.company_senior {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.ContentsBox{
    display: flex;
    margin-top: 1rem;
}
.ContentsBox h5 {
    width: 10%;
    height: 120px;
    margin-right: 2%;
    background-color: #16A6B6;
    color: #fff;
    text-align: center;
    line-height: 120px;
    font-size: 24px;
}
.ContentsBox p{
    width: 88%;
}
.scheduleBox {
    display: flex;
    background-color: #FFFFFF;
    margin: 2rem auto 2rem auto;
}
.scheduleBox > div:first-of-type{
    width: 75%;
    margin-right: 3%;
}
.scheduleBox > div:last-of-type{
    width: 22%;
}
.scheduleBox > div:last-of-type > img{
    width: 100%;
}
.scheduleBox > div > h5{
    background-color: #16A6B6;
    width: 330px;
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 40px;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}
.scheduleBox > div > ul{
    margin-left: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.scheduleBox > div > ul > li{
    width: 13rem;
    padding-right: 10px;
    color: #16A6B6;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 1rem;
}
.scheduleBox ul li .timeBox {
    background-repeat: no-repeat;
    padding-left: 60px;
    min-height: 60px;
}
.scheduleBox ul li p.time {
    color: #ECA535;
}
.scheduleBox ul li p.text {
    line-height: 1.5em;
    font-size: .9rem;
    color: #000;
}
.scheduleBox_2 > div{
    width: 100%!important;
}
@media screen and (max-width: 1280px) {
    .company_senior{
        width: 100%;
    }
    .seniorBox > h4 > img{
        width: 100%;
    }
    .ContentsBox h5{
        width: 22%;
    }
}

/* 高校生へのメッセージ */
.sec_5 > div{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.sec_5{
    margin-bottom: 3rem;
}
@media screen and (max-width: 1280px) {
    .sec_5 > div{
        width: 100%;
    }
    .sec_5 > div > img{
        width: 100%;
    }
}

/* 企業情報、募集内容、TEL */
.company_sp > .sec_info,
.company_sp > .sec_recruit{
    width: 1200px;
    margin: 0 auto 3rem;
}
.company_sp > .sec_info > h3,
.company_sp > .sec_recruit > h3{
    width: 100%;
    background-color: #e0f2ff;
    text-align: center;
    padding: .5rem 0;
    font-size: 1.5em;
}
.company_sp > .sec_info > table,
.company_sp > .sec_recruit > table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}
.company_sp > .sec_info > table tr,
.company_sp > .sec_recruit > table tr{
    height: 7rem;
}
.company_sp > .sec_info > table th,
.company_sp > .sec_recruit > table th{
    width: 30%;
    text-align: center;
    font-weight: bold;
    background-color: #e0e0e0;
}
.company_sp > .sec_info > table td,
.company_sp > .sec_recruit > table td{
    width: 70%;
    border: 1px solid #e0e0e0;
    padding: 0 1.5rem;
}
.company_sp > .sec_tel{
    width: 1200px;
    margin: 0 auto 3rem;
}
.company_sp > .sec_tel > div {
    color: #0086e4;
    border: #0086e4 solid 2px;
    text-align: center;
    padding: 1.5rem 0;
}
.company_sp > .sec_tel > div > h3{
    font-size: 1.2rem;
}
.company_sp > .sec_tel > div > div{
    display: flex;
    margin: auto;
    width:fit-content;
}
.company_sp > .sec_tel > div > div > p{
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: .5rem;
}
@media screen and (max-width: 1280px) {
    .company_sp > .sec_info, .company_sp > .sec_recruit{
        width: 100%;
    }
    .company_sp > .sec_tel{
        width: 100%;
    }
}