@charset "UTF-8";
/*privacy*/
.c-contents_wrap {
    padding: 40px 0 100px 0;
}
.pvc_in {
    background: #fff;
    padding: 60px;
    margin-bottom: 100px;
}
.pvc_in:first-child {
    background: transparent;
    padding: 0;
    margin-bottom: 100px;
}
.pvc_in:last-child {
    margin-bottom: 0;
}
.pvc-ttl {
    font-size: 2.6em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 100px;
}
.pvc-tls {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 60px;
}
.pvc-tl {
    font-size: 1em;
    font-weight: 600;
    margin: 1.6em 0;
}
.pvc-ttx {
    font-size: 1em;
    font-weight: 600;
    margin: 1.6em 0;
}
.pvc-list > li > .pvc-ttx,
.pvc-list_3 > li > .pvc-ttx,
.pvc-list_4 > li > .pvc-ttx {
    margin: 0;
}
.pvc-txt {
    font-size: 1em;
    margin: 1.6em 0;
}
ul > li > .pvc-txt,
.pvc-list > li > .pvc-txt,
.pvc-list_3 > li > .pvc-txt,
.pvc-list_4 > li > .pvc-txt {
    margin: 0;
}
.pvc-txt:last-child {
    margin-bottom: 0;
}
.pvc-list,
.pvc-list_3,
.pvc-list_4 {
    margin: 1.6em 0;
}
.pvc-list > li,
.pvc-list_3 > li,
.pvc-list_4 > li {
    margin-bottom: 1.6em;
}
.pvc-list > li:last-child,
.pvc-list_3 > li:last-child,
.pvc-list_4 > li:last-child {
    margin-bottom: 0;
}
.pvc-list > li > ol,
.pvc-list_3 > li > ol,
.pvc-list_4 > li > ol {
    margin: 1em 0;
}
.pvc-list > li > ol > li,
.pvc-list_3 > li > ol > li,
.pvc-list_4 > li > ol > li {
    margin-bottom: 1em;
}
.pvc-list > li > ol > li > ol,
.pvc-list_3 > li > ol > li > ol,
.pvc-list_4 > li > ol > li > ol {
    margin: .6em 0;
}
.pvc-list > li > ol > li > ol > li,
.pvc-list_3 > li > ol > li > ol > li,
.pvc-list_4 > li > ol > li > ol > li {
    margin-bottom: .6em;
}
.pvc-list_3 > li > ul {
    margin: .6em 0;
}
.pvc-list_3 > li > ul > li {
    margin-bottom: .6em;
}
.pvc-list > li,
.pvc-list_3 > li,
.pvc-list_4 > li {
    margin-left: 2em;
    position: relative;
}
.pvc-list > li {
    list-style: outside decimal;
}
.pvc-list_3 > li {
    list-style: outside upper-roman;
}
.pvc-list_4 > li {
    list-style: outside lower-alpha;
}
.pvc-table {
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
    margin: 1.6em 0;
    background: #fff;
    vertical-align: middle;
}
.pvc-table th {
    padding: .8em;
    border: 1px solid #333;
    border-right: 1px solid #fff;
    background: #333;
    color: #fff;
}
.pvc-table th:last-child {
    border-right: 1px solid #333;
}
.pvc-table td {
    padding: .8em;
    border: 1px solid #333;
}
/*company*/
.company_wrap{
    position: relative;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 120px;
}
/*.company_wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 620px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/top_img03.jpg) no-repeat center top / cover;
    z-index: 1;
}*/
.company_txt {
    text-align: center;
}
.company_txt dt {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
.company_txt dd {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    margin-top: 25px;
}
/*.company_box {
    padding-top: 60px;
}*/
.company_in{
    position: relative;
    z-index: 2;
}
.company-prof {
    width: 100%;
    background: #fff;
}
.company-prof th {
    width: 30%;
    padding: 30px 30px;
    border-bottom: 1px solid #fff;
    background: #333;
    font-weight: bold;
    color: #fff;
    vertical-align: top;
}
.company-prof td {
    padding: 30px 30px;
    border-bottom: 1px solid #bbbbbb;
    vertical-align: top;
}
.company-prof tr:last-child th,
.company-prof tr:last-child td {
    border-bottom: none;
}
.company-prof .place-item {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #bbbbbb;
}
.company-prof .place-item:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.company-prof .place-item h4 {
    padding: 0 0 0 22px;
    margin: 0 0 5px;
    font-weight: bold;
    position: relative;
}
.company-prof .place-item h4:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    z-index: 10;
    margin-top: -5px;
    background: #9D9D9D;
    border-radius: 10px;
}
/*career*/
.career_wrap {
    margin-bottom: 100px;
    overflow-x: hidden;
}
.career_wrap:last-child {
    margin-bottom: 0;
}
.career_catch {
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
}
.career_wrap .c-ttl {
    margin-bottom: 60px;
}
.career_wrap:nth-child(2) .c-ttl:before {
    content: "Career";
    top: 0;
    padding-left: 0;
}
.career_wrap:nth-child(3) .c-ttl:before {
    content: "Inexperienced";
    top: 0;
    padding-left: 0;
}
.career_table {
    width: 100%;
    background: #fff;
}
.career_table th {
    width: 30%;
    padding: 30px 30px;
    border-bottom: 1px solid #fff;
    background: #333;
    font-weight: bold;
    color: #fff;
    vertical-align: top;
}
.career_table td {
    padding: 30px 30px;
    border-bottom: 1px solid #bbbbbb;
    vertical-align: top;
}
.career_table .box {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #bbbbbb;
}
.career_table .box:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.career_table .txt {
    margin-bottom: 10px;
}
.career_table .txt:last-child {
    margin-bottom: 0;
}
.career_table .mds {
    padding-left: 16px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}
.career_table .mds:first-child {
    margin-top: 0;
}
.career_table .mds:before {
    content: '';
    display: block;
    width: 2px;
    height: 90%;
    position: absolute;
    left: 0;
    top: 2%;
    background: #eb6120;
}
.career_table ul {
    margin-bottom: 10px;
}
.career_table ul:last-child {
    margin-bottom: 0;
}
.career_table ul li {
    padding-left: 1.5em;
    position: relative;
}
.career_table ul li:before {
    content: "・";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
}
.career_table .c-lnk {
    margin-top: 20px;
}
.career_btn {
    margin: 0 auto;
    margin-top: 60px;
    width: 340px;
}
.company-prof .business_lst {
    margin-bottom:20px;
    margin-left:1em;
}
.company-prof .business_lst:last-child {
    margin-bottom:0;
}
.company-prof .business_lst li {
    position:relative;
    padding-left:1em;
}
.company-prof .business_lst li span {
    position:absolute;
    top:0;
    left:0;
    z-index:10;
}
@media (min-width: 896px) {
}
@media only screen and (max-width: 896px) {
    .c-contents_wrap {
        padding: 30px 0 40px 0;
    }
    /*privacy*/
    .pvc_wrap {
        padding: 0 10px;
    }
    .pvc_in {
        padding: 26px 16px;
        margin-bottom: 40px;
    }
    .pvc_in:first-child {
        padding: 0 16px;
        margin-bottom: 40px;
    }
    .pvc-ttl {
        font-size: 2em;
        margin-bottom: 40px;
    }
    .pvc-tls {
        font-size: 1.2em;
        margin-bottom: 26px;
    }
    /*company*/
    .company_wrap{
        margin-bottom: 0;
    }
    /*.company_box {
        padding-top: 40px;
    }*/
    /*.company_wrap:before {
        height: 250px;
        background: url(../img/sp/top_img03.jpg) no-repeat center top / cover;
    }*/
    .company_txt {
        padding: 0 26px;
    }
    .company_txt dt {
        font-size: 18px;
        font-weight: 600;
        line-height: 2;
    }
    .company_txt dd {
        font-size: 12px;
        margin-top: 20px;
    }
    .company-prof th {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 15px 26px;
    }
    .company-prof td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 20px 26px;
    }
    .company-prof .place-item {
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
    .company-prof .place-item h4 {
        margin: 0 0 5px;
    }
    /*career*/
    .career_wrap {
        margin-bottom: 40px;
    }
    .career_catch {
        font-size: 14px;
        padding: 0 26px;
        margin-bottom: 30px;
    }
    .career_wrap .c-ttl {
        margin-bottom: 20px;
    }
    .career_table {
        width: 100%;
        background: #fff;
    }
    .career_table th {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 15px 26px;
    }
    .career_table td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 20px 26px;
    }
    .career_table .box {
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
    .career_table .c-lnk {
        margin-top: 10px;
    }
    .career_btn {
        margin: 0 auto;
        margin-top: 30px;
        width: 90%;
    }
}
@media only screen and (max-width: 374px) {
    .company_txt {
        padding: 0 20px;
    }
    .career_btn.c-btn a:before {
        right: 15px;
    }
}
