@charset "utf-8";
/* CSS Document */
/* https://www.gaus.ac.jp/saiyo/*/
/*採用情報*/
body.saiyo{
    --page-color-main-2025:#000000;
}
body.saiyo .pageTitle { background: var(--page-color-main-2025); }
body.saiyo .pageTitle::before,body.saiyo div.pageTitle::after  { display:none; }
body.saiyo .pageTitle h1{ 
    color:#fff;
    font-weight:500;
    font-size:5.5rem;
    letter-spacing: 0.4em;
    & span{
        letter-spacing: 0.4em;
    }
}

body.saiyo #main .tagBox h2{
    font-size:3.5rem;
    position:relative;
    padding-bottom:10px;
    margin-bottom:10px;
    text-align:center;
    letter-spacing: 0.3em;
    &::after{
        content:"";
        width:60%;
        height:2px;
        background-color:#000;
        position:absolute;
        bottom:0;
        left:20%;
    }
    &+p{
        text-align:center;
        font-size:1.1em;
        margin-bottom:80px;
    }
}
@media only screen and (max-width:999px) {
    body.saiyo #main .tagBox h2{
        letter-spacing: 0.1em;
        font-size:2.5rem;    
        &::after{
            width:calc(100% - 30px);
            left:15px;
            font-size:2.5rem;
        }
        &+p{
            text-align:left;
            margin-bottom:40px;
        }
    }
}    
body.saiyo .tagBox .saiyoTable{
    border:none;
    margin:0 auto;
    & th{
        padding:10px 25px;
        text-align:justify;
        text-align-last:justify;
        border:none; 
        border-top:1px dotted #000;
        border-bottom:1px dotted #000;
        backgrond-color:#e5e5e5;
    }
    & td{
        padding:10px 50px;
        border:none; 
        border-top:1px dotted #000;
        border-bottom:1px dotted #000;
    }
    @media only screen and (max-width:999px) {
        & th{
            border-bottom:none;
            text-align:center;
            text-align-last:center;
            letter-spacing: 0.5em;
        }
        & td{
            border-bottom:none;
            padding:10px 0.5em;
        }
        & tr > th+td{
            border-top:none;
        }
    }    
}
