@charset "utf-8";

/****************************************************************/
/* 採用ページ                                                    */
/****************************************************************/
@media print, screen and (min-width: 751px){
    .page-content { padding: 0 !important;}
}
.page > h1{ display: none; }

.contents-area h1{
    color: #131313 !important;
    background: none !important;
    font-size: 24px !important;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 0 10px !important;
}


.contents-area h2{
    background: #f6f6f6;
	border-top: 4px solid #708090;
	border-bottom: 1px dotted #708090;
	padding: 10px 10px;
	margin: 0 0 30px;
}


.contents-area h3{
    border-top: none !important;
    color: #F6AB00;
    font-size: 18px !important;
}

/* タイトル部 *****************************************************/
.rct-title-area{
    background: url("/images/rct-title-bg960.jpg") no-repeat;
    box-sizing: border-box;
}
@media print, screen and ( min-width: 961px) {
    .rct-title-area{
        border-radius: 5px;
        padding: 30px 320px 5px 30px;
        min-height: 220px;
    }

}
@media only screen and ( max-width: 960px) {
    .rct-title-area{
        padding: 20px;
        background-position: 10% 50%;
        background-size: cover;
    }
}
.rct-submenu{
    margin: 40px 0 64px 0;
}


/* 会社紹介動画 *************************************************/
@media print, screen and ( min-width: 751px) {
    .rct-movie{
        display: flex;
        gap: 32px;
    }

    .rct-movie-img{
        margin-bottom: 4px;
    }
    .rct-movie-img img{
        border-radius: 10px;
    }
    .rct-movie-caption{

    }
}



/* 代表挨拶 *****************************************************/
.rct-lead-img{
    line-height: 150%;
    font-size: 0.9em;
    text-align: center;
}
@media print, screen and ( min-width: 751px) {
    .rct-lead-img{
        float: right;
        margin: 0 0 10px 32px;
        width: 50%;
        max-width: 356px;
    }
}


.rct-lead-img img{
    border-radius: 5px;
}


/* 募集職種 ***************************************************/
.recruitment{
}


/* 企業プロフィール *********************************************/
table.rct-corp-info {
    border-collapse: collapse;
    margin: 0 0 64px 0;
    width: 100%;
}
table.rct-corp-info tr:nth-child(2n+1) th,
table.rct-corp-info tr:nth-child(2n+1) td{
    background: #fafafa;
}
table.rct-corp-info tr:nth-child(2n) th,
table.rct-corp-info tr:nth-child(2n) td{
    background: #fefefe;
}
table.rct-corp-info th,
table.rct-corp-info td{
    border-left: none;
    border-right: none;
    padding: 25px 25px;
    vertical-align: top;
}
@media only screen and ( max-width: 750px) {
    table.rct-corp-info th,
    table.rct-corp-info td{
        padding: 20px 10px;
    }

}

/* 会社と仕事について *********************************************/
@media print, screen and ( min-width: 751px) {
    .rct-point-container{
        display: flex;
        gap: 20px;
    }
    .rct-point-container .rct-point-desc{ flex: 3;}
    .rct-point-container .rct-point-img{ flex: 2; margin-top: 1em; }
    .rct-point-container.reverse{
        flex-direction: row-reverse;
    }
}
.rct-point-img img{
    border-radius: 5px;
}


/* 問い合わせ先 ************************************************/
.rct-contact{
    font-size: 16px;
    text-align: center;
    line-height: 200%;
    padding: 20px;
    border: 1px dotted #ccc;
    border-radius: 5px;
}
.rct-contact .telno{
    color: #ffa600;
    font-weight: bold;
    font-size: 2.0em;
    line-height: 170%;
}
.rct-contact .btn{
    margin: 24px 8px;
}
.rct-contact .btn a{
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 20px;
    border: none;
    background-color: #ffa600;
    background-image: linear-gradient(-45deg, rgba(255,255,255,0.1) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 75%, transparent 75%, transparent);
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 10px 10px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
}


