@charset "UTF-8";

/*******************************

求める人材・募集要項 Css

*******************************/

/*-----------------------------
common
-----------------------------*/

.contents section {
    margin-bottom: 80px;
    overflow: hidden;
}

.contents figure {
    margin: 0;
}

.contents .img img {
    width: 100%;
}


/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    .contents section {
        margin-bottom: 40px;
    }
}


/*-----------------------------
table
-----------------------------*/

table {
    margin: 50px 0;
    width: 100%;
    border: solid 1px #99b752;
}

table tr {
    border-bottom: solid 1px #99b752;
}

table th,
table td {
    padding: 20px;
}

table th {
    width: auto;
    color: #70941d;
    background: #f4f7ed;
    border-right: solid 1px #99b752;
}

table td {
    width: auto;
}

table td a {
    text-decoration: underline;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    table {
        margin: 20px 0;
        border-bottom: none;
    }
    table tr,
    table th,
    table td {
        border: none;
    }
    table th,
    table td {
        display: block;
        width: 100%;
        padding: 10px;
        border: none;
        border-bottom: solid 1px #99b752;
    }
}


/*-----------------------------
vision
-----------------------------*/

.vision h4 {
    font-weight: bold;
    font-size: 150%;
    margin: 50px 0;
    line-height: 2;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {

    .vision h4 {
        text-align: left;
        line-height: 1.5;
    }
}


/*-----------------------------
staff-message
-----------------------------*/

.staff-message {
    position: relative;
}

.staff-message:before {
    position: absolute;
    display: block;
    content: url(../img/message_txt.png);
    top: -30px;
    ;
    right: 25px;
    z-index: 1;
}

.staff-message:after {
    content: '';
    border-color: #d4e3af #fff #fff #d4e3af;
    border-style: solid;
    border-width: 0 0 66px 66px;
    bottom: 0;
    position: absolute;
    right: 0;
}

.staff-message .inner {
    border: 2px solid #d4e3af;
    border-radius: 10px;
    background: #f4f7ed;
    position: relative;
    padding: 30px 10% 30px 5%;
}

.staff-message .inner:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 25px;
    top: -2px;
    width: 210px;
    border-top: 2px solid #f4f7ed;
}

.staff-message .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.staff-message figure {
    margin: 0;
    width: 22%;
}

.staff-message dl {
    text-align: left;
    width: 70%;
}

.staff-message span.ttl {
    display: inline-block;
    background: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 10px;
    font-size: 130%;
}

.staff-message span.name {
    display: inline-block;
    background: #fff;
    color: #70a86a;
    padding: 3px 10px;
    font-size: 90%;
}

.staff-message dd {
    margin-top: 20px;
    line-height: 1.5;
}

/*==== mobile スマフォ横〜用css ===*/

@media screen and (max-width: 896px) {
    .staff-message .inner {
        padding: 70px 5% 70px 5%;
    }
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {

    .staff-message figure {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .staff-message dl {
        width: 100%;
    }
}


/*-----------------------------
募集要項
-----------------------------*/

.app ul.bt {
    width: 100%;
}

.app ul.bt li {
    width: 50%;
    font-weight: bold;
    padding: 15px 0;
    background: #e2ede1;
    color: #6ea367;
    border: 1px solid #6ea367;
}

.app ul.bt li:nth-child(1) {
    border-radius: 10px 0 0 10px;
}

.app ul.bt li:nth-child(2) {
    border-radius: 0 10px 10px 0;
}

.app ul.bt li.is-active {
    background: #6ea367;
    color: #fff;
}

.ChangeElem_Panel {
    display: none;
}

.app table th {
    width: 20%;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    .app table th {
        width: 100%;
    }
}


/*-----------------------------
採用試験
-----------------------------*/

.test-dl {
    margin-bottom: 50px;
}

.test-dt {
    cursor: pointer;
    color: #fff;
    font-size: 150%;
    letter-spacing: 0.1em;
    width: 100%;
    padding: 30px 5%;
    font-weight: bold;
    background: url(../img/test_open.png) 95% 50% no-repeat, #6ea367;
    border-radius: 10px;
}

.menuclose {
    background: url(../img/test_close.png) 95% 50% no-repeat, #6ea367;
    border-radius: 10px 10px 0 0;
}

.test-dd {
    display: none;
    border: 2px solid #6ea367;
    border-radius: 0 0 10px 10px;
    background: #f4fbf5;
}

.close-btn {
    background: #6ea367;
    border-radius: 0 0 5px 5px;
    color: #efe434;
    padding: 5px 0;
}

.test-dd .txt-wrap {
    padding: 50px 5%;
    text-align: left;
}

.test-dd .txt-wrap .ttl-bd{
    text-align: center;
}
.test-dd .txt-wrap .ttl-bd .bottom:before{
    display: none;
}
.test-dd .txt-wrap .ttl-bd .bottom span{
    background: none;
}

.test-dd .txt-wrap dl {
    margin-bottom: 40px;
}

.test-dd .txt-wrap p {
    margin-bottom: 40px;
}

.test-dd .txt-wrap dt {
    /*color: #6ea367;
    text-decoration: underline;*/
}

.test-dd ol li {
    padding-left: 2em;
    text-indent: -2em;
}

.test-dd table {
    margin-top: 20px;
}

.test-dd table th {
    white-space: nowrap;
}

.test-dd table thead th {
    text-align: center;
}

.test-dd table td {
    background: #fff;
    border-right: solid 1px #99b752;
}

.test-dd table td.sheets {
    white-space: nowrap;
}

.test-dd table td a {
    color: #6ea367;
}

.test-dd table td a:hover {
    text-decoration: none;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    .test-dl {
        margin-bottom: 20px;
    }

    .test-dt {
        cursor: pointer;
        color: #fff;
        font-size: 120%;
        padding: 20px 5%;
    }
    .test-dd .txt-wrap {
        padding: 10px 5%;
    }
    .test-dd table thead th {
        display: none;
    }

    .test-dd table.guide th br {
        display: none;
    }

    .test-dd table.guide td:nth-child(2):before {
        content: '総合職：';
        color: #70941d;
    }
    .test-dd table.guide td:nth-child(3):before {
        content: '援助職：';
        color: #70941d;
    }
    .test-dd table.guide td:nth-child(4):before {
        content: '事務職：';
        color: #70941d;
    }
    .test-dd table.guide td:nth-child(5):before {
        content: '業務職：';
        color: #70941d;
    }
}

/*-----------------------------
試験について
-----------------------------*/

ul.siken {
    position: relative;
    margin-bottom: 30px;
}

ul.siken.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.siken li {
    width: 48%;
    background: #f4fbf5;
    border: 1px dotted #71aa6a;
    border-radius: 10px;
    padding: 25px 3%;
    position: relative;
}

ul.siken li:nth-child(1):after {
    position: absolute;
    content: "\f0da";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    color: #e89876;
    font-size: 30px;
    left: 103.5%;
    top: 48%;
}

ul.siken dt {
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    background: #70a869;
    color: #fff;
    padding: 5px 0;
    width: 160px;
    margin: 0 auto;
    border-radius: 50px;
}

ul.siken dd {
    text-align: left;
    margin-top: 20px;
}

.test p.txt {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px 3%;
}

.bosyu {
    margin: 100px 0 50px;
}

.bosyu dt {
    font-weight: bold;
    font-size: 130%;
    border: 2px solid #6ea367;
    color: #6ea367;
    background: #f4fbf5;
    border-radius: 10px;
    padding: 20px 0;
}

.bosyu dd {
    font-weight: bold;
    line-height: 2;
    margin-top: 30px;
}

.test-dd .txt-wrap .lead dt{
    font-weight: bold;
    font-size: 130%;
    color: #6ea367;
}

.test-dd .txt-wrap .lead dd{
    margin-top: 10px;
}


/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {

    ul.siken li {
        width: 100%;
        padding: 25px 3%;
    }
    ul.siken li:nth-child(1) {
        margin-bottom: 40px;
    }

ul.siken li:nth-child(1):after {
    content: "\f0d7";
    font-family: FontAwesome;
    left: 48%;
    top: 105%;
}

    .bosyu dd {
        text-align: left;
    }

}