@charset "utf-8";

/*--------------------------------------------
共通
--------------------------------------------*/
/* 見出し h3 */
.i-heading_h3 h3 {
    display: block;
    letter-spacing: 0.05em;
    font-weight: 900;
    font-size: 52px;
    color: #D75A2E;
    position: relative;
    padding-top: 0.8em;
    border-top: solid 1px #dae1eb;
    opacity: 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-heading_h3 h3 {
        font-size: 7.733vw;
    }

    .i-heading_h3 h3.-ls_0 {
        letter-spacing: 0;
    }
}

.i-heading_h3 h3:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 2em;
    height: 5px;
    content: '';
    background: #cf1126;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-heading_h3 h3:before {
        width: 2.8em;
        height: 3px;
    }
}

/* 文章 */
.i-sentence {
    font-size: 16px;
    line-height: 2em;
    margin-top: 1.5em;
    color: #333;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-sentence {
        font-size: 3.2vw;
    }
}

.i-sentence.-mt_high {
    margin-top: 2.7em;
}

.i-sentence:nth-child(1) {
    margin-top: 0;
}

.i-sentence_note {
    font-size: 12px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-sentence_note {
        font-size: 3.2vw;
    }
}

.i-sentence_fc_blue {
    color: #D75A2E;
}

/* 表組 */
.i-tbl {
    margin-top: 70px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-tbl {
        margin-top: 12vw;
    }
}

.i-tbl li {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: solid 1px #dae1eb;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-tbl li {
        display: block;
        padding-bottom: 10vw;
        margin-bottom: 10vw;
    }
}

.i-tbl li.-no_border {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.i-tbl__heading {
    width: 21%;
    font-weight: 900;
    font-size: 22px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color: #D75A2E;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-tbl__heading {
        width: 100%;
        font-size: 4.533vw;
        letter-spacing: 0;
    }
}

.i-tbl__txt {
    width: 79%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-tbl__txt {
        width: 100%;
        margin-top: 6.666vw;
    }
}

/* フロー */
.i-sentence__step {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-sentence__step {
        margin-top: 5.333vw;
    }
}

.i-sentence__step p {
    background: #ebeef2;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 13.157%;
    height: 415px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-sentence__step p {
        font-size: 2.933vw;
        width: 13.076%;
        height: 69.2vw;
    }
}

.i-sentence__step p span {
    display: inline-block;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-sentence__step p span {
        margin-right: 0.6em;
        line-height: 0.1em;
        font-size: 2.666vw;
    }
}

.i-sentence__step p:last-child {
    background: #D75A2E;
    color: #fff;
}

.i-sentence__step p::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid #c8ccd3;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    right: -22px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-sentence__step p::after {
        border-left: 2vw solid #c8ccd3;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
        right: -3.2vw;
    }
}

.i-sentence__step p:last-child::after {
    border: none;
}

/* テーブル */
.i-tbl__txt__situation {
    width: 100%;
    border-bottom: solid 1px #dae1eb;
    margin-top: 1.5em;
}

.i-tbl__txt__situation th {
    width: 25%;
    padding: 1.2em;
    background: #ebeef2;
    border-top: solid 1px #dae1eb;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-tbl__txt__situation th {
        font-size: 2.933vw;
    }
}

.i-tbl__txt__situation td {
    width: 25%;
    padding: 1.2em;
    border-top: solid 1px #dae1eb;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.105em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-tbl__txt__situation td {
        font-size: 2.933vw;
    }
}

/*--------------------------------------------
募集職種
--------------------------------------------*/
.i-job {
    max-width: 960px;
    margin: 140px auto 0 auto;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .i-job {
        width: 86.666vw;
        margin: 18.666vw auto 0 auto;
    }
}

/*--------------------------------------------
表示指定 共通
--------------------------------------------*/
/* スライドテンプレート（→） */
.-slide {
    overflow: hidden;
    transform: translate(-100%, 0);
    transition: 1s ease-in-out;
}

.-op_0 {
    opacity: 0;
}

.-slide .-slide__in {
    transform: translate(100%, 0);
    transition: 1s ease-in-out;
}

/* スライドテンプレート（←） */
.-slide_r {
    overflow: hidden;
    transform: translate(100%, 0);
    transition: 1s ease-in-out;
}

.-slide_r .-slide__in {
    transform: translate(-100%, 0);
    transition: 1s ease-in-out;
}

.-visible,
.-visible .-slide__in {
    transform: translate(0, 0);
    opacity: 1;
}

/* 下からフェードイン */
.-fadein {
    position: relative;
    top: 30px;
    opacity: 0;
}

.-on {
    opacity: 1;
    transition: 1s ease-in-out;
    top: 0;
}