@charset "UTF-8";
/* 2022.08.10 tabi(ismr) */

/* ------------------------------ */
/* トップページ */
.slider{
    width: 100%;
    max-width: 100%;
}
.slider img{
    width: 100%;
    max-width: 100%;
}
.slick-prev,.slick-arrow{
    display: none!important;
}
/* ----- */
.recruit h1{
    display: block;
    width: 100%; max-width: 1000px; box-sizing: border-box;
    margin: 1em auto;
    
    padding: .5em;
    font-size: 2em;    
    

    color: white;
    background-color: #C9171E;
    background-image: url(../top/toppage_infobar_background.png);
    
    background-size: contain;
background-repeat: no-repeat;
    background-position: right;
    box-sizing: border-box;
    text-shadow: #8a0a10 2px 2px 1px;
}

.recruit h1 span{
    margin:  0em 1em;

    font-size: 0.8em;
    font-weight: 100;
}
.recruit h2{
    display: block;
    width: 100%; max-width: 960px; box-sizing: border-box;
    margin: 50px auto 10px;
    
    padding: .1em .5em;
    font-size: 1.4em;    
    

    color: #666666;
    border-left: solid 10px #C9171E;
    box-sizing: border-box;
}
.recruit{
    
}
.recruit_text{
    width: 100%; max-width: 960px; box-sizing: border-box;
    margin: auto auto;
}
.recruit_text_right{
    width: 100%; max-width: 960px; box-sizing: border-box;
    margin: auto auto;
    text-align: right;
}
.recruit_text_und_list table{
    width: fit-content;
    border-collapse:collapse;    
}
.recruit_text_und_list tr{
    border-bottom: dashed  1px black;
}
.recruit_text_und_list tr:first-child{
    border-top: dashed  1px black;
}

.recruit_text_und_list th,.recruit_text_und_list td{
    text-align: left;
    font-weight: normal;
    padding: 1em 0;
    box-sizing: border-box;
}
.recruit_text_und_list td{
    padding-left: 1em;
}
.certification_design{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%; max-width: 800px; box-sizing: border-box;
}
.certification_design dl{
    display: flex;
    justify-content: space-between;
    width: 350px;
    margin: .5em 3em .5em 0;
    border-bottom: dashed  1px black;
}
.certification_design dd{
    margin-left: 0;
}
.certification_design ul{
    margin: 0;
}
.certification_design ul li{
    margin: .3em;
}
.certification_design dt{
    white-space:nowrap
}
/* 2024.02 */
.two_column_left ul li{
    margin-left: 0;
}




/*
.top_info{
    display: flex;
    justify-content: space-between;
    
    width: 100%; max-width: 1000px; box-sizing: border-box;
    margin: auto auto;
}
.top_info_box dl dd{
    margin-left: 0;
    
    color: white;
    background-color: #C9171E;
    background-image: url(toppage_infobar_background.png);
    
    background-size: contain;
background-repeat: no-repeat;
    background-position: right;
}
.top_info_box dl dd p{
    margin: 0;
    padding: .5em;

    font-size: 1.4em;    
    
    text-shadow: #8a0a10 2px 2px 1px;
}
.top_info_news{
    width: 40%;
}
.top_info_works{
    width: 55%;
    
}
.top_info_box{}
.top_info_box table{
    width: 100%;
}
.top_info_box table td{
    border-bottom: dotted 1px black;
    padding: 0.5em 0em;
}
.top_info_box table td:first-child{
    width: 8em;
}
.top_info_box table td:nth-child(2) img{
    margin-right: 1em;
}
.top_info_box a{
    color: #333333;
    text-decoration: none;
}
.top_info_box a:hover{
    color: #C9171E;
    transition: .3s;
    text-decoration: underline;
}


/* Responsive Adjustments */
@media screen and (max-width: 1000px) {
    .design_2column, .two_column {
        flex-direction: column !important;
        display: block !important;
    }
    .design_2column_text, .design_2column_photo, .two_column_left, .two_column_right {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .certification_design dl {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .top_info {
        flex-direction: column !important;
        display: block !important;
    }
    .top_info_news, .top_info_works {
        width: 100% !important;
    }
    .contact_icon a dl, .contact_icon dl {
        width: 100% !important;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    table, tbody, tr, th, td {
        display: block;
        width: 100%;
    }
    .company_text_und_list th {
        border-bottom: none;
        padding-bottom: 0;
    }
    .company_text_und_list td {
        padding-top: 0;
        padding-left: 0 !important;
    }
}
