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



/* #campany_wrap
----------------------------------------- */
#campany_wrap {
	padding-top: 8rem;
	padding-bottom: 12rem;
    /*border-bottom: 2px solid #001F60;*/
    background-color: rgba(0,113,207,0.10);
}

#campany_wrap .inner {
    width: -webkit-calc(1320 / 1400 * 100%);
    width: calc(1320 / 1400 * 100%);
    max-width: 128rem;
}

#campany_wrap .campany_table {
    width: 100%;
    background-color: #FFFFFF;
    font-size: 1.4rem;
}
#campany_wrap .campany_table tr:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}
#campany_wrap .campany_table th {
    text-align: center;
    padding: 2rem;
    color: #FFFFFF;
    background-color: #001F60;
}
#campany_wrap .campany_table td {
    padding: 2rem;
    position: relative;
    text-align: left;
}
#campany_wrap .campany_table td:not(:last-child) {
    border-right: 1px dashed #f0f0f0;
}
#campany_wrap .campany_table td .ttl {
    white-space: nowrap;
    padding-right: 2rem;
    text-align: left;
}
#campany_wrap .campany_table td .bar {
    width: 0;
    height: 2rem;
    background-color: #e9ddd6;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
#campany_wrap .campany_table td:not(:last-child) .bar {
    /*width: calc(100% + 0.1rem);*/
    width: 0;
}
#campany_wrap .campany_table td .job_cat_list {
    /*justify-content: flex-start;*/
}
#campany_wrap .campany_table td .job_cat_list > span:not(:last-child)::after {
    content: '、';
}

#campany_wrap .campany_table a {
    text-decoration: underline;
}
#campany_wrap .campany_table a:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
#campany_wrap {
	padding-top: 3rem;
    padding-bottom: 1rem;
	margin-bottom: 5rem;
}
#campany_wrap .campany_table {
    font-size: 1.4rem;
}
#campany_wrap .campany_table .thead {
    display: none;
}
#campany_wrap .campany_table tr {
    width: 100%;
}
#campany_wrap .campany_table th {
    text-align: center;
    padding: 1rem;
    color: #FFFFFF;
    background-color: #001F60;
}
#campany_wrap .campany_table td {
    padding: 1rem;
    display: block;
    width: 100%;
}
#campany_wrap .campany_table td:last-child {
    padding-bottom: 3rem;
}
#campany_wrap .campany_table td.name {
    padding: 0;
}
#campany_wrap .campany_table td .ttl {
    white-space: wrap;
    text-align: center;
    padding: 1rem;
    color: #FFFFFF;
    background-color: #001F60;
}
#campany_wrap .campany_table td:not(:first-child):before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
    color: #001F60;
}
}
