@charset "utf-8";

/* ==================================================================

    recruit.css

=================================================================== */

/* --------------------------------
■mv
-------------------------------- */ 
.secondary .contents .visual{
    background-image: url("../../images/recruit/visual.jpg");
}
/* --------------------------------
■general
-------------------------------- */ 
.secondary .contents main {
    padding-bottom: 0;
}

.secondary .contents p{
    margin-bottom: 0;
    line-height: 2;
}

.secondary .contents * + p{
    margin-top: 2em;
}

.secondary .contents * + section,
.secondary .contents * + div.section{
    margin-top: 70px;
}

#breadcrumbs + section{
    margin-top: 0;
}

.secondary .contents strong{
    font-size: 2.4rem;
}

#contactArea,
#access{
    margin-top: 0;
}

.contents section a.textlink{
    color: #333;
    text-decoration: underline;
}
.contents section a.textlink:hover{
    color: #888;
}

table.tableStyle tr th{
    width: 5em;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    

    .secondary .contents p{
        margin-bottom: 0;
        line-height: 1.4;
    }

    .secondary .contents * + p{
        margin-top: 1.2em;
    }

    .secondary .contents * + section,
    .secondary .contents * + div.section{
        margin-top: 40px;
    }

    #breadcrumbs + section{
        margin-top: 0;
    }

    .secondary .contents strong{
        font-size: 1.8rem;
    }

    
}

/* --------------------------------
■toggleBox
-------------------------------- */ 

.secondary .contents .banner{
    margin-top: 24px;
}

.secondary .contents .toggleBox {
    display: table;
    width: 100%;
    height: 180px;
}

.secondary .contents .toggleBox > span{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background:#eeece3;
    color: #333;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    padding-left: 34px;
    padding-right: 10%;
    line-height: 1.5;
}
.secondary .contents .toggleBox.sideImage > span{
    padding-left: 42%;
}

.secondary .contents .toggleBox > span:hover{
    background:#E5E3D6;
}

.secondary .contents .bg_gray .toggleBox > span{
    background:#fff;
    color: #333;
}

.secondary .contents .bg_gray .toggleBox > span:hover{
    background:#efefef;
}


.secondary .contents .toggleBox > span span{
    display: block;
    font-size: 1.8rem;
}
.secondary .contents .toggleBox > span em{
    display: block;
    font-size: 3.2rem;
}

.secondary .contents .toggleBox.sideImage > span::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: url("../../images/service/training.jpg") 50% 50% no-repeat;
    background-size: cover;
    pointer-events: none;
}

.secondary .contents .toggleBox .toggle {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform:translateY(-50%);
}
.secondary .contents .toggleBox .toggle::before, .toggle::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: .2s;
}
.secondary .contents .toggleBox .toggle::before {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
}

.secondary .contents .toggleBox.open .toggle::before {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
}

.secondary .contents .toggleBox + .box {
    display: none;
    padding: 24px;
    margin-bottom: 34px;
}

#point1 .toggleBox.sideImage > span::before{
    background-image: url("../../images/recruit/point1.jpg");
}
#point2 .toggleBox.sideImage > span::before{
    background-image: url("../../images/recruit/point2.webp");
}
#point3 .toggleBox.sideImage > span::before{
    background-image: url("../../images/recruit/point3.jpg");
}
#point4 .toggleBox.sideImage > span::before{
    background-image: url("../../images/recruit/point4.jpg");
}
#point5 .toggleBox.sideImage > span::before{
    background-image: url("../../images/recruit/point5.webp");
}
#outline1 .toggleBox.sideImage > span::before{
    background-image: url("../../images/recruit/outline1.jpg");
}
#outline2 .toggleBox.sideImage > span::before{
    background-image: url("../../images/recruit/outline2.webp");
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    

    .secondary .contents .banner{
        margin-top: 16px;
    }

    .secondary .contents .toggleBox {
        display: table;
        width: 100%;
        height: auto;
        min-height: 100px;
    }

    .secondary .contents .toggleBox > span{
        padding: 16px 10% 16px 16px;
    }
    .secondary .contents .toggleBox.sideImage{
        height: auto;
        min-height: 200px;
    }

    .secondary .contents .toggleBox.sideImage > span{
        padding: 100px 14% 16px 16px;
    }

    .secondary .contents .toggleBox > span:hover{
        background:#eeece3;
    }

    .secondary .contents .bg_gray .toggleBox > span:hover{
        background:#fff;
    }

    .secondary .contents .toggleBox > span span{
        font-size: 1.4rem;
    }
    .secondary .contents .toggleBox > span em{
        font-size: 2.0rem;
    }

    .secondary .contents .toggleBox.sideImage > span::before{
        width: 100%;
        height: 90px;
    }

    .secondary .contents .toggleBox.sideImage .toggle {
        top: 72%;
    }
    .secondary .contents .toggleBox + .box {
        padding: 16px;
        margin-bottom: 24px;
    }

}



/* --------------------------------
■messageList
-------------------------------- */ 
#messageList{
    margin-top: 0;
}
/* --------------------------------
■invitation
-------------------------------- */ 
#invitation{
    position: relative;
    background:#333 url("../../images/recruit/invitation.jpg") 50% 0 no-repeat;
    background-size: 100% auto;
    color: #fff;
}
#invitation .container{
    position: relative;
}
#invitation::before{
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

#invitation .moreBox .more{
    position: relative;
    text-align: center;
    margin-top: 64px;
    padding: 32px;
    background: #fff;
    color: #333;
    cursor: pointer;
    font-size: 2.4rem;
    transition: .3s;
}
#invitation .moreBox .more:hover{
    background: #efefef;
}


#invitation .moreBox .more .toggle {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform:translateY(-50%);
}
#invitation .moreBox .more .toggle::before, .toggle::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: .2s;
}

#invitation .moreBox .more .toggle::before {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
}

#invitation .moreBox .more.open .toggle::before {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
}

#invitation .moreBox .box{
    display: none;
    background: #fff;
    padding: 32px;
    color: #333;
}

#invitation .moreBox section + .point{
    margin-top: 70px;
}

#invitation .moreBox  .point .pointtitle > span{
    line-height: 1.2;
    font-size: 3.0rem;
    font-style: italic;
    color: #bbb;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {


    #invitation .moreBox .more{
        margin-top: 36px;
        padding: 16px;
        background: #fff;
        color: #333;
        cursor: pointer;
        font-size: 1.6rem;
        transition: .3s;
    }
    #invitation .moreBox .more:hover{
        background: #fff;
    }



    #invitation .moreBox .box{
        padding: 16px;
    }

    #invitation .moreBox section + .point{
        margin-top: 40px;
    }

    #invitation .moreBox  .point .pointtitle > span{

        font-size: 2.0rem;
    }
    
}

/* --------------------------------
■outline
-------------------------------- */ 
#outline{
    margin-top: 0;
}

/* --------------------------------
■entry
-------------------------------- */ 
#entry{
    margin-top: 0;
}

#entry section{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


/* --------------------------------
■voice
-------------------------------- */ 
/* SP用
----------- */
@media only screen and
(max-width : 767px) {

    #voice .flexbox .image img{
        display: block;
        margin: 0 auto;
        max-width: 70%;
    }

    
}

/* --------------------------------
■salary
-------------------------------- */ 
#salary{
    margin-top: 0;
}

#salary section{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.link_banner{
    text-align: center;
}

.link_banner a{
    display: block;
    box-sizing: border-box;
    width: fit-content;
    margin-inline:auto;
    padding: 16px;
    border: 3px solid #E85332;
    transition: .5s;
    background: #FFFFFF;
}
.link_banner a:hover{
    opacity: 0.7;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {

.link_banner a{
    padding: 8px;
}


}

