@charset "utf-8";

main{
    width: 100%;
    margin: 0;
    padding-top: 0;
}

h3{
    font-weight: bold;
    font-size: 3.8rem;
    color: #005294;
}
.box_arrow {
    width: 112px;
    margin: auto;
}
.box_arrow span{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 18px;
    border-color: transparent transparent transparent #0089D2;
}
.box_arrow span:nth-child(2){
    border-color: transparent transparent transparent #005294;
}
.box_arrow span:nth-child(3){
    border-color: transparent transparent transparent #86C5E4;
}
.box_arrow span:nth-child(4){
    border-color: transparent transparent transparent #4780AE;
}
h2 .box_arrow {
    margin-top: 30px;
}
h3 .box_arrow {
    width: 71px;
    margin-bottom: 25px;
}
h3 .box_arrow span{
    border-width: 6.5px 0 6.5px 11px;
}

@media screen and (max-width: 767px) {
    h3{
        font-size: 1.9rem;
    }
    .box_arrow, h3 .box_arrow {
        width: 36px;
    }
    h2 .box_arrow {
        margin-top: 2.6%;
    }
    h3 .box_arrow {
        margin-bottom: 2.6%;
    }
    h2 .box_arrow span,
    h3 .box_arrow span{
        border-width: 3px 0 3px 5px;
    }
}


/* ------------------------------
    header
------------------------------ */
#header{
    position: static;
    align-items: center;
    width: 100%;
    height: 85px;
    background-color: #fff;
    border-right: none;
}
.header_logo{
    width: 980px;
    margin: auto;
    padding: 0;
    border: none;
}
.header_logo h1 a{
    display: inline-block;
    width: auto;
}
.header_logo h1 img{
    width: 195px;
    vertical-align: middle;
}
.header_logo h1 span{
    margin: 0 0 0 25px;
    vertical-align: middle;
    font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
    #header{
        height: 50px;
        z-index: 0;
    }
    .header_logo{
        width: 100%;
        padding: 0 4%;
    }
    .header_logo h1{
        white-space: nowrap;
    }
    .header_logo h1 img{
        width: 87px;
    }
    .header_logo h1 span{
        margin: 0 0 0 3.6%;
        font-size: 1.25rem;
    }
}

/* ------------------------------
    sec_mv
------------------------------ */
.sec_mv {
    position: relative;
    background-color: #F0F0EE;
}
.sec_mv h2{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 7.7rem;
    font-weight: bold;
    color: #fff;
    transform: translate(-50%,-50%);
}
.list_mv{
    position: relative;
}
.list_mv:after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(77,77,77,0.1);
}

@media screen and (max-width: 767px) {
    .sec_mv h2{
        font-size: 2.5rem;
    }
}

/* ------------------------------
    sec_message
------------------------------ */
.sec_message{
    padding: 30px 0 50px;
    background: url(/recruit/assets/img/challenge/bg_message_pc.svg) 50% 100% #F0F0EE no-repeat;
    background-size: 100% auto;
}
.sec_message h3{
    margin-bottom: 60px;
}
.sec_message p{
    line-height: 2;
    font-weight: bold;
    font-size: 2.3rem;
    color: #005294;
}
.sec_message p + p{
    margin-top: 1em;
}

@media screen and (max-width: 767px) {
    .sec_message{
        padding: 4% 0 7.3%;
        background-image: url(/recruit/assets/img/challenge/bg_message_sp01.svg), url(/recruit/assets/img/challenge/bg_message_sp02.svg);
        background-color: #F0F0EE;
        background-repeat: no-repeat;
        background-position: 50% 0, 50% 100%;
    }
    .sec_message h3{
        margin-bottom: 4%;
        line-height: 1.5;
    }
    .sec_message .inner{
        margin: 0 2%;
    }
    .sec_message p{
        font-size: 1.25rem;
    }
}

/* ------------------------------
    sec_envmt
------------------------------ */
.sec_envmt{
    position: relative;
    padding: 30px 0 0;
}
.sec_envmt .inner{
    width: 980px;
    margin: auto;
}
.sec_envmt h3{
    margin-bottom: 10px;
}
.sec_envmt h3 + p{
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 2.0rem;
    color: #005294;
}
.sec_envmt .inner > .flex{
    align-items: flex-end;
    justify-content: center;
}
.sec_envmt .txt_box{
    width: 600px;
    padding-bottom: 85px;
}
.sec_envmt .txt_box li + li{
    margin-top: 35px;
}
.sec_envmt .txt_box .dl_envmt dt{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 3.2rem;
    color: #323C46;
}
.sec_envmt .txt_box .dl_envmt dd p{
    line-height: 1.75;
    font-size: 1.6rem;
}
.sec_envmt .txt_box .dl_envmt dd .note{
    font-size: 1.3rem;
}
.sec_envmt .txt_box .dl_envmt dd p + p{
    margin-top: 1em;
}
.sec_envmt .txt_box .num{
    display: block;
    margin-right: 35px;
    line-height: 1;
    font-weight: bold;
    font-size: 7.0rem;
    color: #005294;
}
.sec_envmt .img_box{
    position: relative;
    padding-left: 20px;
    margin-right: -130px;
}
.sec_envmt .img_box .ts{
    position: absolute;
    top: 95px;
    left: 0;
    line-height: 1.65;
    font-size: 1.6rem;
    color: #005294;
}
.sec_envmt .img_box .ts_com{
    position: absolute;
    display: block;
    top: -35px;
    right: -55px;
    padding: 0 35px;
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.5rem;
    color: #323C46;
    transform: rotate(20deg);
}
.sec_envmt .img_box .ts_com:before,
.sec_envmt .img_box .ts_com:after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 40px;
    bottom: 0;
    border-left: 1px solid #323C46;
}
.sec_envmt .img_box .ts_com:before{
    left: 0;
    transform: rotate(-18deg);
}
.sec_envmt .img_box .ts_com:after{
    right: 0;
    transform: rotate(18deg);
}
.sec_envmt .bg{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .sec_envmt{
        padding: 4% 0 0;
    }
    .sec_envmt .inner{
        width: 90.6%;
        padding-bottom: 100px;
    }
    .sec_envmt h3{
        margin-bottom: 1.4%;
    }
    .sec_envmt h3 + p{
        margin-bottom: 5.8%;
        font-size: 1.3rem;
    }
    .sec_envmt .inner > .flex{
        display: block;
    }
    .sec_envmt .txt_box{
        width: auto;
        padding-bottom: 4%;
    }
    .sec_envmt .txt_box li + li{
        margin-top: 8%;
    }
    .sec_envmt .txt_box .dl_envmt dt{
        margin-bottom: 3%;
        line-height: 1.4;
        font-size: 1.85rem;
    }
    .sec_envmt .txt_box .dl_envmt dd p{
        text-align: justify;
        font-size: 1.217rem;
    }
    .sec_envmt .txt_box .dl_envmt dd .note{
        font-size: 1.0rem;
    }
    .sec_envmt .txt_box .num{
        margin-right: 3.5%;
        font-size: 4.1rem;
    }
    .sec_envmt .img_box{
        width: 48%;
        padding-left: 0;
        margin: 0 0 0 17.6%;
    }
    .sec_envmt .img_box .ts{
        top: 0;
        margin: 20% 0 0 -24%;
        font-size: 1.2rem;
    }
    .sec_envmt .img_box .ts_com{
        top: 0;
        right: 0;
        margin: 10% -40% 0 0;
        padding: 0 10px;
        font-size: 1.2rem;
    }
    .sec_envmt .img_box .ts_com:before,
    .sec_envmt .img_box .ts_com:after{
        height: 20px;
    }
}

/* ------------------------------
    sec_voice
------------------------------ */
.sec_voice{
    background-color: #F0F0EE;
}
.sec_voice .inner{
    padding: 60px 0 90px;
}
.sec_voice h3{
    margin-bottom: 30px;
}
.list_voice li{
    width: 33.3333%;
}
.list_voice a{
    display: block;
    cursor: pointer;
}
.list_voice .ph{
    position: relative;
    margin: 0;
    overflow: hidden;
}
.list_voice .ph .txt_comment{
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 18%;
    line-height: 1.45;
    font-weight: bold;
    font-size: 2.0rem;
    color: #fff;
    background: rgba(0,0,0,.2);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}
.list_voice .ph:hover .txt_comment {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}
.list_voice .txt_person{
    display: block;
    margin: 25px 0 0 25px;
    font-weight: bold;
    font-size: 1.8rem;
}
#bg_modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(77,77,77,0.8);
    z-index: 200;
}
.no_scroll{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    z-index: -1;
}
.box_voice{
    position: absolute;
    display: none;
    width: 800px;
    top: 10%;
    left: 50%;
    margin-bottom: 10%;
    padding-bottom: 75px;
    background-color: #fff;
    z-index: 500;
    transform: translateX(-50%);
    cursor: pointer;
}
.box_voice .btn_close{
    content: "";
    position: absolute;
    display: block;
    width: 65px;
    height: 65px;
    top: 0;
    right: 0;
    background-color: #005295;
}
.box_voice .btn_close:before,
.box_voice .btn_close:after{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 54px;
    top: 50%;
    left: 50%;
    border-right: 2px solid #fff;
}
.box_voice .btn_close:before{
    transform: translate(-50%,-50%) rotate(45deg);
}
.box_voice .btn_close:after{
    transform: translate(-50%,-50%) rotate(-45deg);
}
.box_voice .txt_person{
    margin: 25px 50px 45px;
    line-height: 1.75;
}
.box_voice .txt_box{
    margin: 0 50px;
}
.box_voice .txt_box + .txt_box{
    margin-top: 45px;
}
.box_voice .txt_box .ti{
    margin-bottom: 25px;
    line-height: 1.9;
    font-weight: bold;
    font-size: 2.0rem;
}
.box_voice .txt_box .txt{
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .sec_voice .inner{
        width: 80%;
        margin: auto;
        padding: 4% 0 10.6%;
    }
    .sec_voice h3{
        margin-bottom: 4%;
    }
    .list_voice{
        display: block;
    }
    .list_voice li{
        width: auto;
        margin-bottom: 6.6%;
    }
    .list_voice .ph .txt_comment{
        font-size: 1.4rem;
    }
    .list_voice .ph:hover .txt_comment {
        display: none;
    }
    .list_voice .txt_person{
        margin: 3% 0 0 4%;
        font-size: 1.25rem;
    }
    .box_voice{
        width: 86.6%;
        top: 5%;
        padding-bottom: 9%;
    }
    .box_voice .btn_close{
        width: 25px;
        height: 25px;
    }
    .box_voice .btn_close:before,
    .box_voice .btn_close:after{
        height: 20px;
    }
    .box_voice .txt_person{
        margin: 5% 7% 4%;
        font-size: 1.2rem;
    }
    .box_voice .txt_box{
        margin: 0 7%;
    }
    .box_voice .txt_box + .txt_box{
        margin-top: 8%;
    }
    .box_voice .txt_box .ti{
        margin-bottom: 0;
        font-size: 1.85rem;
    }
    .box_voice .txt_box .txt{
        font-size: 1.2rem;
    }
}

/* ------------------------------
    sec_faq
------------------------------ */
.sec_faq{
    background-color: #86C5E4;
}
.sec_faq .inner{
    width: 980px;
    margin: auto;
    padding: 30px 0 75px;
}
.sec_faq h3{
    margin-bottom: 30px;
    font-size: 2.8rem;
}
.list_faq li + li{
    margin-top: 10px;
}
.dl_faq{
    background-color: #fff;
    border: 1px solid #BCBCBC;
}
.dl_faq dt{
    position: relative;
    height: 55px;
    padding-left: 25px;
    line-height: 55px;
    font-weight: bold;
    font-size: 2.0rem;
    color: #323C46;
    cursor: pointer;
}
.ie .dl_faq dt{
    line-height: 60px;
}
.dl_faq dt:after{
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    border-right: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
    transform: scaleX(0.83) translateY(-50%) rotate(45deg);
}
.dl_faq dt.active:after{
    margin-top: 5px;
    transform: scaleX(0.83) translateY(-50%) rotate(-135deg);
}
.dl_faq dd{
    display: none;
    padding: 0 55px 15px 55px;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #323C46;
}
.dl_faq a{
    color: #005294;
}

@media screen and (max-width: 767px) {
    .sec_faq .inner{
        width: 90.6%;
        padding: 4% 0 8% 0;
    }
    .sec_faq h3{
        margin-bottom: 5%;
        font-size: 1.4rem;
    }
    .list_faq li + li{
        margin-top: 1.4%;
    }
    .dl_faq dt{
        height: auto;
        padding: 2% 8% 2% 3%;
        line-height: 1.4;
        font-size: 1.25rem;
    }
    .dl_faq dt:after{
        width: 8px;
        height: 8px;
        right: 3%;
    }
    .dl_faq dd{
        padding: 0 5% 3% 5%;
        font-size: 1.2rem;
    }
}

/* ------------------------------
    sec_btn
------------------------------ */
#footer .sec_btn .list_btn{
    justify-content: center;
}
#footer .sec_btn .list_btn li, #footer .sec_btn .list_btn a{
    width: 324px;
}
#footer .sec_btn .list_btn a{
    padding-left: 0;
    font-size: 2.6rem;
}
#footer .sec_btn .list_btn a:after{
    display: none;
}

@media screen and (max-width: 767px) {
    .pagetop{
        top: 12vw;
    }
    #footer .sec_btn .list_btn li{
        width: 37.9%;
    }
    #footer .sec_btn .list_btn a{
        width: 100%;
    }
    #footer .sec_btn .list_btn a{
        font-size: 1.4rem;
    }
}