@charset "UTF-8";
/*******************************

エントリー

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

.sec-entry {
    padding: 100px 0;
}

.sec-entry .wrap-common {
    max-width: 850px;
}

.sec-entry h3 {
    font-weight: bold;
    font-size: 180%;
}

.formWrap {
    width: 100%;
    margin: 50px auto 100px;
    text-align: left;
}

.formWrap table {
    width: 100%;
    margin-bottom: 50px;
}

.formWrap th {
    width: 30%;
    padding: 20px;
    font-weight: bold;
    background: #eee;
    border: 1px solid #b1b1b1;
}

.formWrap td {
    padding: 20px;
    border: 1px solid #b1b1b1;
}

.formWrap td p {
    margin-top: 5px;
}

.formWrap span.req {
    display: inline-block;
    color: #353535;
    border: 1px solid #353535;
    border-radius: 3px;
    font-size: 80%;
    padding: 3px 5px 2px;
    margin-left: 10px;
    line-height: 1;
    font-weight: normal;
    background: #fff;
}

.formWrap span.message {
    display: inline-block;
    color: #353535;
    font-size: 90%;
    font-weight: normal;
    margin-top: 15px;
}

.formWrap p.txt {
    text-align: center;
    margin-bottom: 50px;
}

/*テキストエリア*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    color: #333;
    width: 100%;
    border: none;
    font-size: 100%;
    padding: 1em;
    border-radius: 4px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
}

/*送信ボタン*/
input[type="submit"] {
    -webkit-appearance: none;
    font-size: 130%!important;
    font-weight: bold;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%!important;
    max-width: 650px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    border-radius: 10px!important;
    background: #191918;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

input[type="submit"]:hover {
    background: #1c4d99;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .sec-entry {
        padding: 40px 0;
    }

    .formWrap {
        margin: 30px auto 50px;
    }

    .formWrap table,
    .formWrap tbody,
    .formWrap tr {
        display: block;
        width: 100%;
    }

    .formWrap table {
        margin-bottom: 20px;
    }

    .formWrap th {
        display: block;
        width: 100%;
        padding: 20px 3%;
        border: none;
    }

    .formWrap td {
        display: block;
        width: 100%;
        padding: 20px 3%;
        border: none;
    }

    .formWrap span.message {
        display: block;
        margin-top: 5px;
    }
    .formWrap p.txt {
        text-align: left;
        margin-bottom: 20px;
    }
}

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

入社までのフロー

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

.sec-entry .flow dt {
    font-weight: bold;
    text-align: left;
    color: #5891c9;
    font-size: 150%;
    margin-bottom: 15px;
}

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

.sec-entry .flow li {
    position: relative;
    width: 14%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec-entry .flow li span {
    font-size: 90%;
    height: 100%;
    color: #fff;
    padding: 25px 0;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sec-entry .flow li:not(:last-child):after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
}

.sec-entry .flow li:nth-child(1) span {
    background: #9dc9ea;
}

.sec-entry .flow li:nth-child(2) span {
    background: #91bee3;
}

.sec-entry .flow li:nth-child(3) span {
    background: #86b4df;
}

.sec-entry .flow li:nth-child(4) span {
    background: #7babd9;
}

.sec-entry .flow li:nth-child(5) span {
    background: #70a3d3;
}

.sec-entry .flow li:nth-child(6) span {
    background: #639acf;
}

.sec-entry .flow li:nth-child(7) span {
    background: #5891c9;
}

.sec-entry .flow li:nth-child(1):after {
    border-color: transparent transparent transparent #9dc9ea;
}

.sec-entry .flow li:nth-child(2):after {
    border-color: transparent transparent transparent #91bee3;
}

.sec-entry .flow li:nth-child(3):after {
    border-color: transparent transparent transparent #86b4df;
}

.sec-entry .flow li:nth-child(4):after {
    border-color: transparent transparent transparent #7babd9;
}

.sec-entry .flow li:nth-child(5):after {
    border-color: transparent transparent transparent #70a3d3;
}

.sec-entry .flow li:nth-child(6):after {
    border-color: transparent transparent transparent #639acf;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .sec-entry .flow ul::before {
        content: "";
        display: block;
        width: 23%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .sec-entry .flow ul::after {
        content: "";
        display: block;
        width: 23%;
    }
    .sec-entry .flow li {
        width: 23%;
        margin-bottom: 15px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .sec-entry .flow ul::before {
        display: none;
    }

    .sec-entry .flow ul::after {
        display: none;
    }
    .sec-entry .flow li {
        width: 100%;
        margin-bottom: 30px;
    }

    .sec-entry .flow li span {
        width: 100%;
        font-size: 110%;
        padding: 15px 0;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .sec-entry .flow li:not(:last-child):after {
        margin: 0 auto;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17.3px 10px 0 10px;
    }

    .sec-entry .flow li:nth-child(1):after {
        border-color: #9dc9ea transparent transparent transparent;
    }
    .sec-entry .flow li:nth-child(2):after {
        border-color: #91bee3 transparent transparent transparent;
    }
    .sec-entry .flow li:nth-child(3):after {
        border-color: #86b4df transparent transparent transparent;
    }
    .sec-entry .flow li:nth-child(4):after {
        border-color: #7babd9 transparent transparent transparent;
    }
    .sec-entry .flow li:nth-child(5):after {
        border-color: #70a3d3 transparent transparent transparent;
    }
    .sec-entry .flow li:nth-child(6):after {
        border-color: #639acf transparent transparent transparent;
    }
}
