@charset "UTF-8";
/* CSS Document */


/*---------------------------------

  社名タイトル

---------------------------------*/
.company_title{
    text-align: center;
    position: relative;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8rem;
    padding: 4rem 0;
}
.company_title::before{
    content: '';
    width: 100%;
    height: clamp(70px,13rem,240px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url("../img/work/kurokawashoji/bg_company_name.svg")center/auto 100% no-repeat;
    z-index: -1;
}
.wrapper.minatoya .company_title::before{
    background: url("../img/work/minatoya/bg_company_name.svg")center/auto 100% no-repeat;
}
.wrapper.technologitem .company_title::before{
    background: url("../img/work/technologitem/bg_company_name.svg")center/auto 100% no-repeat;
}
.wrapper.sanwayusou .company_title::before{
    background: url("../img/work/sanwayusou/bg_company_name.svg")center/auto 100% no-repeat;
}
.wrapper.nishiokotsu .company_title::before{
    background: url("../img/work/nishiokotsu/bg_company_name.svg")center/auto 100% no-repeat;
}
.wrapper.tuktuk .company_title::before{
    background: url("../img/work/tuktuktechno/bg_company_name.svg")center/auto 100% no-repeat;
}
.company_title h3{
    font-size: clamp(15px,2.1rem,24px);
    margin-bottom: 2rem;
}
.company_title h4{
    font-size: clamp(14px,1.7rem,20px);
    color: #2680EB;
}


/*---------------------------------

  メッセージがある時

---------------------------------*/
.recruit_message{
    margin-bottom: 6rem;
}
.recruit_message .inner{
    text-align: center;
    width: min(80%,1400px);
    margin: 0 auto;
}
.recruit_message .inner p{
    display: inline;
    font-size: clamp(15px,1.8rem,18px);
    background: linear-gradient(transparent 70%, #EDF5F7 70%);
}


/*---------------------------------

  ページ内リンク（募集職種が複数ある時）

---------------------------------*/
.requirement .section_link{
    width: min(80%,1600px);
    margin: 0 auto;
    margin-bottom: 6rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
}
.requirement .section_link li{
    width: calc(50% - 2%);
    max-width: 400px;
    border-bottom: solid 1px #F923B2;
    border-top: solid 1px #F923B2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.requirement .section_link li a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.requirement .section_link li a:hover{
    opacity: 0.6;
}
.requirement .section_link li a>span{
    display: inline-block;
    position: relative;
    padding-right: 3em;
    line-height: 1.6;
}
.requirement .section_link li a>span .arrow{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.9em;
    height: 0.9em;
    background: url("../img/requirement/arrow_down.svg")center/100% auto no-repeat;
    transition: 0.35s;
}
.requirement .section_link li a:hover>span .arrow{
    top: calc(50% + 5px);
}
.requirement .section_link li a .small{
    font-size: 14px;
}
.wrapper.minatoya .requirement .section_link,
.wrapper.technologitem .requirement .section_link,
.wrapper.sanwayusou .requirement .section_link{
    gap: 20px 3%;
}
.wrapper.minatoya .requirement .section_link li,
.wrapper.technologitem .requirement .section_link li{
    width: calc(33.333% - 2%);
}
.wrapper .requirement .section_link .small{
    display: block;
}


/*---------------------------------

  募集要項

---------------------------------*/
.requirement .container{
    width: min(80%,1400px);
    margin: 0 auto;
    background-color: #F7F8F8;
    border-radius: 5rem;
    padding: 6rem;
    margin-bottom: 8rem;
}
.requirement .container:last-of-type{
    margin-bottom: 0;
}
.requirement .container h5{
    font-size: clamp(17px,2.1rem,24px);
    margin-bottom: 30px;
    font-weight: 600;
    /* background-color: #fff; */
    /* padding: 10px 3rem; */
    border-radius: 9999px;
    position: relative;
}
.requirement .container h5 span{
    display: block;
    position: relative;
    padding-left: 25px;
}
.requirement .container h5 span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #F923B2;
    border: solid 3px #eeeeee;
    border-radius: 50%;
    box-sizing: border-box;
}
.requirement.multiple .container h5 span{
    padding-left: 2.2em;
}
.requirement.multiple .container h5 span::before{
    content: '1';
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: clamp(14px,2rem,20px);
    color: #fff;
    text-align: center;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    border: none;
    background: linear-gradient(105deg, #FA80B4 5%, #FF00A4 90%, #FF0095);
}
.requirement.multiple .container#second h5 span::before{
    content: '2';
}
.requirement.multiple .container#third h5 span::before{
    content: '3';
}
.requirement.multiple .container#fourth h5 span::before{
    content: '4';
}
.requirement.multiple .container#fifth h5 span::before{
    content: '5';
}
.requirement.multiple .container#sixth h5 span::before{
    content: '6';
}
.requirement table{
    width: 100%;
}
.requirement table tr th,
.requirement table tr td{
    border-bottom: solid 1px #dddddd;
    padding: 30px 1rem;
    line-height: 1.8;
}
.requirement table tr:first-child th,
.requirement table tr:first-child td{
    border-top: solid 1px #dddddd;
}
.requirement table tr th{
    width: 20%;
    text-align: left;
    font-weight: 600;
    font-size: clamp(15px,1.8rem,17px);
}
.requirement table tr td{
    width: 80%;
    font-size: clamp(15px,1.8rem,17px);
}
.requirement .space_bottom{
    margin-bottom: 12px;
}
.requirement .note{
    font-size: clamp(14px,1.6rem,15px);
    position: relative;
    padding-left: 1.1em;
    margin-top: 5px;
}
.requirement .note::before{
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.8;
    font-size: clamp(14px,1.6rem,15px);
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
}

.requirement .note02{
    font-size: clamp(14px,1.6rem,15px);
    position: relative;
    padding-left: 1.1em;
    margin-top: 5px;
}
.requirement .note02::before{
    content: '◆';
    position: absolute;
    left: 0.4em;
    top: 0;
    transform: translateY(0.7em);
    line-height: 1.8;
    font-size: 0.6em;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
}

.requirement .example span{
    display: block;
    padding-bottom: 5px;
}
.requirement .example p{
    padding-bottom: 5px;
}
.requirement .example p:last-of-type{
    padding-bottom: 0;
}
.requirement .bullet{
    position: relative;
    padding-left: 1em;
}
.requirement .bullet::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 0.4em;
    height: 0.4em;
    background-color: #F923B2;
    border-radius: 50%;
}
.requirement .benefit li{
    margin-bottom: 5px;
}


@media print, screen and (max-width: 768px){


    /*---------------------------------

      社名タイトル

    ---------------------------------*/
    .company_title {
        padding: 6rem 0;
    }
    .company_title::before{
        height: 100%;
        background: url(../img/work/kurokawashoji/sp_bg_company_name.svg)center/auto 98% no-repeat;
    }
    .wrapper.minatoya .company_title::before{
        background: url("../img/work/minatoya/sp_bg_company_name.svg")center/auto 100% no-repeat;
    }
    .wrapper.technologitem .company_title::before{
        background: url("../img/work/technologitem/sp_bg_company_name.svg")center/auto 100% no-repeat;
    }
    .wrapper.sanwayusou .company_title::before{
        background: url("../img/work/sanwayusou/sp_bg_company_name.svg")center/auto 95% no-repeat;
    }
    .wrapper.nishiokotsu .company_title::before{
        background: url("../img/work/nishiokotsu/sp_bg_company_name.svg")center/auto 100% no-repeat;
    }
    .wrapper.tuktuk .company_title::before{
        background: url("../img/work/tuktuktechno/sp_bg_company_name.svg")center/auto 100% no-repeat;
    }
    .company_title h3{
        font-size: clamp(16px,4rem,22px);
        margin-bottom: 3rem;
    }
    .company_title h4{
        font-size: clamp(15px,3.3rem,18px);
    }


    /*---------------------------------

      ページ内リンク（募集職種が複数ある時）

    ---------------------------------*/
    .requirement .section_link{
        width: 100%;
    }
    .wrapper.minatoya .requirement .section_link,
    .wrapper.technologitem .requirement .section_link{
        gap: 20px 4%;
        justify-content: flex-start;
    }
    .wrapper.minatoya .requirement .section_link li,
    .wrapper.technologitem .requirement .section_link li{
        width: calc(50% - 2%);
    }
    .requirement .section_link li a{
        padding: 20px 0;
    }
    .requirement .section_link li a>span{
        padding-right: 2em;
    }


    /*---------------------------------

      募集要項

    ---------------------------------*/
    .requirement{
        padding: 0 4rem;
    }
    .requirement .container{
        width: 100%;
        border-radius: 30px;
        padding: 5rem 4rem;
        margin-bottom: 6rem;
    }
    .requirement .container h5{
        margin-bottom: 25px;
        font-size: clamp(15px,3.3rem,22px);
        padding: 18px 10px;
        line-height: 1.5;
    }
    .requirement.multiple .container h5 span{
        padding-left: 2.8em;
    }
    .requirement.multiple .container h5 span::before{
        font-size: clamp(14px,3.8rem,20px);
        color: #fff;
        text-align: center;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.7em;
    }
    .requirement table tr th,
    .requirement table tr td{
        display: block;
        width: 100%;
        line-height: 1.7;
    }
    .requirement table tr th{
        padding: 22px 0 15px;
        border-bottom: none;
        font-size: 14px;
        color: #2680EB;
    }
    .requirement table tr td{
        padding: 0 0 22px;
        font-size: clamp(15px,3.1rem,16px);
    }
    .requirement table tr:first-child td{
        border-top: none;
    }
    .requirement .note{
        margin-top: 10px;
    }
    .requirement .space_bottom{
        margin-bottom: 16px;
    }
    
    
}


@media print, screen and (max-width: 500px){
    .requirement .example p{
        padding-bottom: 0;
    }

    /*---------------------------------

      ページ内リンク（募集職種が複数ある時）

    ---------------------------------*/
    .requirement .section_link{
        margin-bottom: 8rem;
        padding: 0 2rem;
    }
    .wrapper.minatoya .requirement .section_link,
    .wrapper.technologitem .requirement .section_link{
        gap: 0 4%;
    }
    .requirement .section_link li{
        width: 100%;
        border-bottom: none;
    }
    .requirement .section_link li:last-of-type{
        border-bottom: solid 1px #F923B2;
    }
    .wrapper.minatoya .requirement .section_link li,
    .wrapper.technologitem .requirement .section_link li{
        width: 100%;
    }
    .requirement .section_link li a{
        text-align: left;
        padding: 20px 0;
        font-size: 15px;
    }
    .requirement .section_link li a>span{
        display: block;
        padding-right: 20px;
        line-height: 1.5;
    }
    .wrapper.minatoya .requirement .section_link .small,
    .wrapper.technologitem .requirement .section_link .small{
        display: inline-block;
        line-height: 1.4;
        padding-top: 0;
    }

    
    /*---------------------------------

      メッセージがある時

    ---------------------------------*/
    .recruit_message{
        margin-bottom: 8rem;
    }
    .recruit_message .inner{
        width: 100%;
        text-align: left;
    }
    .recruit_message .inner p{
        font-size: clamp(15px,3.1rem,18px);
        line-height: 2.2;
    }
    .recruit_message .inner p br{
        display: none;
    }
    
}