@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    margin-bottom: 20px;
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/*  c-3min-block-01
--------------------------------------------- */
.c-3min-block-01 {
    margin-top: 74px;
    display: grid;
    grid-template-columns: 400px 1fr 400px;
}
@media screen and (max-width: 750px) {
    .c-3min-block-01 {
        margin-top: 10.6666666667vw;
        display: block;
    }
}
.c-3min-block-01__unit {
    grid-row: 1;
    margin-top: 60px;
}
@media screen and (max-width: 750px) {
    .c-3min-block-01__unit {
        margin-top: 2.6666666667vw;
        grid-row: 2;
    }
}
.c-3min-block-01__unit--01 {
    grid-column: 1;
}
@media screen and (max-width: 750px) {
    .c-3min-block-01__unit--01 {
        grid-column: 1;
    }
}
.c-3min-block-01__unit--02 {
    grid-column: 3;
}
@media screen and (max-width: 750px) {
    .c-3min-block-01__unit--02 {
        grid-column: 2;
    }
}
.c-3min-block-01__unit-wide {
    grid-row: 1;
    grid-column: 2;
}
@media screen and (max-width: 750px) {
    .c-3min-block-01__unit-wide {
        grid-column: 1/3;
        grid-row: 1;
    }
}

/*  c-3min-block-02
--------------------------------------------- */
.c-3min-block-02 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 53px;
}
@media screen and (max-width: 750px) {
    .c-3min-block-02 {
        flex-direction: column;
        margin-top: 6.6666666667vw;
        gap: 2.6666666667vw;
    }
}
.c-3min-block-02--awards {
    margin-top: 62px;
    gap: 74px;
}
@media screen and (max-width: 750px) {
    .c-3min-block-02--awards {
        margin-top: 9.3333333333vw;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 5.3333333333vw 6.6666666667vw;
    }
}

/*  c-3min-block-03
--------------------------------------------- */
.c-3min-block-03 {
    margin-top: 118px;
}
@media screen and (max-width: 750px) {
    .c-3min-block-03 {
        margin-top: 16vw;
    }
}
.c-3min-block-03__head {
    text-align: center;
}
.c-3min-block-03__body {
    margin-top: 60px;
}
@media screen and (max-width: 750px) {
    .c-3min-block-03__body {
        margin-top: 8vw;
    }
}
.c-3min-block-03__ttl {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    font-size: 30px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-block-03__ttl {
        font-size: 6vw;
    }
}
.c-3min-block-03__txt {
    line-height: 1.7;
    font-weight: 500;
    font-size: 20px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-block-03__txt {
        font-size: 4vw;
    }
}
.c-3min-block-03__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 80px;
}
@media screen and (max-width: 750px) {
    .c-3min-block-03__body {
        gap: 12vw 10.6666666667vw;
    }
}

/* ---------------------------------------------
*   c-3min-box-01
--------------------------------------------- */
.c-3min-box-01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 50%;
    background-color: #EFEFEF;
}
@media screen and (max-width: 750px) {
    .c-3min-box-01 {
        width: 100%;
    }
}
.c-3min-box-01__unit {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 240px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-3min-box-01__unit {
        width: 60%;
        height: auto;
    }
}
.c-3min-box-01__unit--01 {
    padding-right: 192px;
}
@media screen and (max-width: 750px) {
    .c-3min-box-01__unit--01 {
        padding-right: 0;
    }
}
.c-3min-box-01__unit--02 {
    padding-right: 260px;
}
@media screen and (max-width: 750px) {
    .c-3min-box-01__unit--02 {
        padding-right: 0;
    }
}
.c-3min-box-01__img {
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 750px) {
    .c-3min-box-01__img {
        position: relative;
        flex-shrink: 0;
        height: 37.8666666667vw;
    }
}
.c-3min-box-01__img--01 {
    top: 50%;
    right: 40px;
    width: 170px;
    transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
    .c-3min-box-01__img--01 {
        display: flex;
        justify-content: center;
        top: auto;
        right: auto;
        left: auto;
        width: 37.8666666667vw;
        transform: none;
    }
    .c-3min-box-01__img--01 img {
        width: 27.2vw;
    }
}
.c-3min-box-01__img--02 {
    width: 240px;
}
@media screen and (max-width: 750px) {
    .c-3min-box-01__img--02 {
        width: 37.8666666667vw;
    }
}
.c-3min-box-01__img--02 img {
    width: 100%;
}
.c-3min-box-01__head {
    margin-bottom: 16px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-3min-box-01__head {
        margin-bottom: 2.6666666667vw;
    }
}
.c-3min-box-01__body {
    text-align: center;
}
.c-3min-box-01__txt {
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 16px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-box-01__txt {
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-3min-card-01
--------------------------------------------- */
.c-3min-card-01 {
    display: flex;
    justify-content: space-between;
    margin-top: 84px;
}
@media screen and (max-width: 750px) {
    .c-3min-card-01 {
        flex-direction: column;
        justify-content: flex-start;
        gap: 10.6666666667vw;
    }
}
.c-3min-card-01__link {
    position: relative;
    display: block;
    width: 320px;
    height: 240px;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
    .c-3min-card-01__link {
        width: 100%;
        height: auto;
    }
}
.c-3min-card-01__inner {
    position: relative;
    top: -30px;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 751px) {
    .c-3min-card-01__link:hover .c-3min-card-01__inner {
        transition: opacity 300ms;
    }
    .c-3min-card-01__link:hover .c-3min-card-01__inner:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 750px) {
    .c-3min-card-01__inner {
        top: -6vw;
    }
}
.c-3min-card-01__img {
    margin: 0 auto 8px;
    width: 180px;
    height: 160px;
}
@media screen and (max-width: 750px) {
    .c-3min-card-01__img {
        margin: 0 auto 2.1333333333vw;
        width: 36vw;
        height: 32vw;
    }
}
.c-3min-card-01__img img {
    width: 100%;
}
.c-3min-card-01__body {
    text-align: center;
}

/*  c-3min-card-02
--------------------------------------------- */
.c-3min-card-02 {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 0 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 750px) {
    .c-3min-card-02 {
        padding: 5.3333333333vw 0 0;
    }
}
.c-3min-card-02__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
    .c-3min-card-02:hover .c-3min-card-02__inner {
        transition: opacity 300ms;
    }
    .c-3min-card-02:hover .c-3min-card-02__inner:hover {
        opacity: 0.8;
    }
}
.c-3min-card-02__head {
    text-align: center;
}
.c-3min-card-02__body {
    height: 100%;
    text-align: center;
    overflow: hidden;
}

/*  c-3min-card-03
--------------------------------------------- */
.c-3min-card-03 {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 750px) {
    .c-3min-card-03 {
        padding: 4vw 0 0;
    }
}
.c-3min-card-03__head {
    text-align: center;
}
.c-3min-card-03__body {
    height: 100%;
}

/* ---------------------------------------------
*   c-3min-cassette-01
--------------------------------------------- */
.c-3min-cassette-01 {
    position: relative;
    z-index: 0;
    background-color: #4A4A4A;
    height: 540px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01 {
        height: 100%;
    }
}
.c-3min-cassette-01__container {
    padding: 0 60px 40px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01__container {
        padding: 8vw 8vw 8vw;
    }
}
.c-3min-cassette-01__img {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    height: 187px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01__img {
        margin-bottom: 5.3333333333vw;
        height: 30.6666666667vw;
    }
}
.c-3min-cassette-01__img--01 {
    top: -31px;
    width: 168px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01__img--01 {
        top: 0;
        width: 26.8vw;
    }
}
.c-3min-cassette-01__img--02 {
    top: -31px;
    width: 180px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01__img--02 {
        top: 0;
        width: 28.8vw;
    }
}
.c-3min-cassette-01__img img {
    width: 100%;
}
.c-3min-cassette-01__head {
    text-align: center;
}
.c-3min-cassette-01__body {
    margin-top: 24px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01__body {
        margin-top: 3.2vw;
    }
}
.c-3min-cassette-01__balloon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 120px;
    height: 35px;
    border-radius: 5px;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01__balloon {
        margin-bottom: 1.3333333333vw;
        width: 19.2vw;
        height: 5.6vw;
        border-radius: 0.8vw;
    }
}
.c-3min-cassette-01__balloon::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: -1;
    width: 15px;
    height: 15px;
    background-color: #fff;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: "";
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01__balloon::after {
        bottom: -2vw;
        width: 3.2vw;
        height: 3.2vw;
    }
}
.c-3min-cassette-01__balloon-txt {
    color: #222;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01__balloon-txt {
        font-size: 3.2vw;
    }
}
.c-3min-cassette-01__ttl {
    margin-top: 22px;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 24px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01__ttl {
        margin-top: 2.9333333333vw;
        font-size: 4.8vw;
    }
}
.c-3min-cassette-01__ttl-02 {
    margin-top: 16px;
    color: #fff;
    letter-spacing: 0.03em;
    font-weight: bold;
    font-size: 32px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01__ttl-02 {
        margin-top: 2.1333333333vw;
        font-size: 6.4vw;
    }
}
.c-3min-cassette-01__ttl-02--small {
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01__ttl-02--small {
        font-size: 3.2vw;
    }
}
.c-3min-cassette-01__txt {
    color: #fff;
    line-height: 2.5;
    font-weight: 400;
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-01__txt {
        font-size: 3.2vw;
    }
}

/*  c-3min-cassette-02
--------------------------------------------- */
.c-3min-cassette-02 {
    height: 100%;
    background-color: #8B251D;
}
.c-3min-cassette-02__container {
    padding: 66px 93px 40px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-02__container {
        padding: 8vw 12vw 5.3333333333vw;
    }
}
.c-3min-cassette-02__head {
    text-align: center;
}
.c-3min-cassette-02__ttl {
    color: #fff;
    letter-spacing: 0.03em;
    font-weight: bold;
}
.c-3min-cassette-02__ttl--main {
    display: block;
    letter-spacing: 0.03em;
    font-family: "Lato", sans-serif;
    font-size: 30px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-02__ttl--main {
        font-size: 6vw;
    }
}
.c-3min-cassette-02__ttl--sub {
    display: block;
    margin-top: 3px;
    letter-spacing: 0.03em;
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-02__ttl--sub {
        margin-top: 0.4vw;
        font-size: 3.2vw;
    }
}
.c-3min-cassette-02__logo {
    margin-top: 41px;
    margin-right: auto;
    margin-left: auto;
    width: 250px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-02__logo {
        margin-top: 5.3333333333vw;
        width: 50vw;
    }
}
.c-3min-cassette-02__logo img {
    width: 100%;
}
.c-3min-cassette-02__body {
    margin-top: 32px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-02__body {
        margin-top: 4vw;
    }
}
.c-3min-cassette-02__txt {
    color: #fff;
    line-height: 2.5;
    font-weight: 400;
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-02__txt {
        font-size: 3.2vw;
    }
}

/*  c-3min-cassette-03
--------------------------------------------- */
.c-3min-cassette-03 {
    position: relative;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-03 {
        display: block;
    }
}
.c-3min-cassette-03__float {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 500px;
    height: 250px;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #8B251D;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-03__float {
        position: relative;
        left: auto;
        margin-right: auto;
        margin-left: auto;
        width: 65.3333333333vw;
        height: 20.2666666667vw;
        border-radius: 2vw;
        background-color: #4A4A4A;
        -webkit-clip-path: none;
                clip-path: none;
        transform: none;
    }
    .c-3min-cassette-03__float::after {
        position: absolute;
        bottom: -3.6vw;
        left: 50%;
        width: 3.8666666667vw;
        height: 3.8666666667vw;
        background-color: #4A4A4A;
        transform: translateX(-50%);
        -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
                clip-path: polygon(50% 100%, 0 0, 100% 0);
        content: "";
    }
}
.c-3min-cassette-03__float-inner {
    padding-top: 40px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-03__float-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 2.6666666667vw;
    }
}
.c-3min-cassette-03__ttl {
    line-height: 1.47;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-03__ttl {
        line-height: 1.7;
        font-size: 4.5333333333vw;
    }
}
.c-3min-cassette-03__ttl--sub {
    letter-spacing: 0em;
    font-size: 20px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-03__ttl--sub {
        font-size: 3.2vw;
    }
}
.c-3min-cassette-03__icon {
    margin-top: 21px;
    margin-right: auto;
    margin-left: auto;
    width: 56px;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-03__icon {
        display: none;
    }
}
.c-3min-cassette-03__icon img {
    width: 100%;
}
.c-3min-cassette-03__unit {
    position: relative;
    width: 50%;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-03__unit {
        margin-top: 2.6666666667vw;
        width: 100%;
    }
}
.c-3min-cassette-03__link {
    position: relative;
    display: block;
    transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
    .c-3min-cassette-03__link:hover {
        transition: opacity 300ms;
    }
    .c-3min-cassette-03__link:hover:hover {
        opacity: 0.8;
    }
}
.c-3min-cassette-03__label {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 9px 13px 9px 21px;
    height: 40px;
    border-radius: 20px;
    background-color: #222;
    transition: background-color 0.3s;
    pointer-events: none;
}
@media screen and (min-width: 751px) {
    .c-3min-cassette-03__link:hover + .c-3min-cassette-03__label {
        background-color: #8B251D;
    }
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-03__label {
        right: 2.6666666667vw;
        bottom: 2.6666666667vw;
        padding: 1.7333333333vw 2.8vw 2.2666666667vw 5.0666666667vw;
        height: 9.6vw;
        border-radius: 2.6666666667vw;
    }
}
.c-3min-cassette-03__label-txt {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-03__label-txt {
        font-size: 3.7333333333vw;
    }
}
.c-3min-cassette-03__label-txt--blank::after {
    margin-left: 8px;
    content: url(/recruit/3min/img/icon_blank-white.svg);
}
@media screen and (max-width: 750px) {
    .c-3min-cassette-03__label-txt--blank::after {
        display: inline-block;
        margin-left: 2.1333333333vw;
        width: 2.6666666667vw;
        height: 2.6666666667vw;
        content: "";
        background: url(/recruit/3min/img/icon_blank-white.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

/*  c-3min-item-blank
--------------------------------------------- */
.c-3min-item-blank {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #222;
    transition: background-color 0.3s;
}
@media screen and (max-width: 750px) {
    .c-3min-item-blank {
        right: 2.6666666667vw;
        bottom: 2.6666666667vw;
        width: 8vw;
        height: 8vw;
    }
}
.c-3min-item-blank__img {
    position: relative;
    top: -1px;
    width: 12px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-blank__img {
        width: 2.6666666667vw;
    }
}
.c-3min-item-blank__img img {
    width: 100%;
}
@media screen and (min-width: 751px) {
    a:hover .c-3min-item-blank {
        background-color: #8B251D;
    }
}

/*  c-3min-item-graph-01
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .c-3min-item-graph-01 {
        padding-bottom: 6.6666666667vw;
    }
}
.c-3min-item-graph-01__chart {
    position: relative;
    margin: 122px auto 0;
    width: 308px;
    height: 308px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-01__chart {
        margin: 17.3333333333vw auto 0;
        width: 61.6vw;
        height: 61.6vw;
    }
}
.c-3min-item-graph-01__balloon {
    position: absolute;
    top: 0;
    left: 0;
    width: 127px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-01__balloon {
        width: 25.3333333333vw;
    }
}
.c-3min-item-graph-01__balloon--01 {
    top: -58px;
    left: 30px;
    height: 113px;
    background-image: url(/recruit/3min/img/img_balloon-01.png);
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-01__balloon--01 {
        top: -11.6vw;
        left: 6vw;
        height: 22.6666666667vw;
    }
}
.c-3min-item-graph-01__balloon--02 {
    top: 84px;
    left: -29px;
    padding-top: 17px;
    height: 123px;
    background-image: url(/recruit/3min/img/img_balloon-02.png);
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-01__balloon--02 {
        top: 16.8vw;
        left: -5.7333333333vw;
        padding-top: 3.3333333333vw;
        height: 24.6666666667vw;
    }
}
.c-3min-item-graph-01__balloon--03 {
    top: 63px;
    left: 238px;
    height: 113px;
    background-image: url(/recruit/3min/img/img_balloon-03.png);
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-01__balloon--03 {
        top: 12.5333333333vw;
        left: 47.6vw;
        height: 22.6666666667vw;
    }
}
.c-3min-item-graph-01__balloon--01 .c-3min-item-graph-01__inner {
    padding-top: 12px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-01__balloon--01 .c-3min-item-graph-01__inner {
        padding-top: 2.4vw;
    }
}
.c-3min-item-graph-01__balloon--02 .c-3min-item-graph-01__inner {
    padding-top: 12px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-01__balloon--02 .c-3min-item-graph-01__inner {
        padding-top: 2.4vw;
    }
}
.c-3min-item-graph-01__balloon--03 .c-3min-item-graph-01__inner {
    padding-top: 15px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-01__balloon--03 .c-3min-item-graph-01__inner {
        padding-top: 3.0666666667vw;
    }
}
.c-3min-item-graph-01__ttl {
    letter-spacing: 0.05em;
    line-height: 1.25;
    font-weight: bold;
    font-size: 16px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-01__ttl {
        font-size: 3.2vw;
    }
}
.c-3min-item-graph-01__txt {
    line-height: 1;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 40px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-01__txt {
        font-size: 7.4666666667vw;
    }
}
.c-3min-item-graph-01__txt--small {
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-01__txt--small {
        font-size: 3.2vw;
    }
}
.c-3min-item-graph-01__txt--gray {
    color: #656565;
}
.c-3min-item-graph-01__txt--red {
    color: #AB261D;
}
.c-3min-item-graph-01__txt--blue {
    color: #0071AD;
}

/*  c-3min-item-graph-02
--------------------------------------------- */
.c-3min-item-graph-02__chart {
    position: relative;
    margin: 7px auto 0;
    width: 98px;
    height: 98px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-02__chart {
        margin: 1.4666666667vw auto 0;
        width: 19.6vw;
        height: 19.6vw;
    }
}
/*  c-3min-item-graph-03
--------------------------------------------- */
.c-3min-item-graph-03 {
    display: flex;
    justify-content: center;
    margin-top: 6px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-03 {
        margin-top: 9.3333333333vw;
    }
}
.c-3min-item-graph-03__chart {
    width: 122px;
    height: 122px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-03__chart {
        width: 24.4vw;
        height: 24.4vw;
    }
}
.c-3min-item-graph-03__unit {
    position: relative;
    text-align: center;
    width: 64px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-03__unit {
        width: 17.3333333333vw;
    }
}
.c-3min-item-graph-03__unit--01 {
    top: -5px;
    right: 13px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-03__unit--01 {
        top: -1.0666666667vw;
        right: 2.6666666667vw;
    }
}
.c-3min-item-graph-03__unit--02 {
    top: -5px;
    left: 11px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-03__unit--02 {
        top: -1.0666666667vw;
        right: 2.2666666667vw;
    }
}
.c-3min-item-graph-03__img {
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-03__img {
        margin-bottom: 2.4vw;
    }
}
.c-3min-item-graph-03__img--01 {
    width: 31px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-03__img--01 {
        width: 6.2666666667vw;
    }
}
.c-3min-item-graph-03__img--02 {
    width: 40px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-03__img--02 {
        width: 8vw;
    }
}
.c-3min-item-graph-03__ttl {
    line-height: 1.25;
    font-weight: bold;
    font-size: 16px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-03__ttl {
        font-size: 3.2vw;
    }
}
.c-3min-item-graph-03__txt {
    position: relative;
    left: 7px;
    line-height: 1;
    font-weight: bold;
    font-size: 40px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-03__txt {
        left: 1.3333333333vw;
        font-size: 8vw;
    }
}
.c-3min-item-graph-03__txt--small {
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-graph-03__txt--small {
        font-size: 3.2vw;
    }
}
.c-3min-item-graph-03__txt--red {
    color: #AB261D;
}
.c-3min-item-graph-03__txt--blue {
    color: #0071AD;
}

/*  c-3min-item-01
--------------------------------------------- */
.c-3min-item-01 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.c-3min-item-01__img {
    margin-right: auto;
    margin-left: auto;
}
.c-3min-item-01--plant .c-3min-item-01__img {
    margin-top: 28px;
    width: 162px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-01--plant .c-3min-item-01__img {
        margin-top: 3.7333333333vw;
        width: 32.4vw;
    }
}
.c-3min-item-01--showroom .c-3min-item-01__img {
    margin-top: 20px;
    width: 147px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-01--showroom .c-3min-item-01__img {
        margin-top: 2.6666666667vw;
        width: 29.3333333333vw;
    }
}
.c-3min-item-01--overseas .c-3min-item-01__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.c-3min-item-01__img img {
    width: 100%;
}
.c-3min-item-01--plant .c-3min-item-01__txt-wrap {
    padding-top: 12px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-01--plant .c-3min-item-01__txt-wrap {
        padding-top: 2.4vw;
    }
}
.c-3min-item-01--showroom .c-3min-item-01__txt-wrap {
    padding-top: 0px;
}
.c-3min-item-01--overseas .c-3min-item-01__txt-wrap {
    padding-top: 8px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-01--overseas .c-3min-item-01__txt-wrap {
        padding-top: 1.6vw;
    }
}
.c-3min-item-01__txt {
    letter-spacing: 0em;
    font-weight: bold;
    font-size: 50px;
    color: #8B251D;
}
@media screen and (max-width: 750px) {
    .c-3min-item-01__txt {
        font-size: 10vw;
    }
}
.c-3min-item-01__txt--small-01 {
    font-size: 14px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-01__txt--small-01 {
        font-size: 2.8vw;
    }
}
.c-3min-item-01__txt--small-02 {
    margin-left: 5px;
    font-size: 14px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-01__txt--small-02 {
        margin-left: 0.6666666667vw;
        font-size: 2.8vw;
    }
}

/*  c-3min-item-02
--------------------------------------------- */
.c-3min-item-02 {
    width: 285px;
    height: 227px;
    background: url(/recruit/3min/img/img_awards.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 750px) {
    .c-3min-item-02 {
        width: 41.7333333333vw;
        height: 33.3333333333vw;
        background-size: auto 100%;
        background-position: center;
    }
}
@media screen and (max-width: 750px) {
    .c-3min-item-02--sp-wide {
        width: 100%;
    }
}
.c-3min-item-02__inner {
    padding-top: 19px;
    width: 100%;
    height: 100%;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-3min-item-02__inner {
        padding-top: 1.3333333333vw;
    }
}
.c-3min-item-02__img {
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: auto;
    width: 50px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-02__img {
        margin-bottom: 1.3333333333vw;
        width: 8vw;
    }
}
.c-3min-item-02__img img {
    width: 100%;
}
.c-3min-item-02__ttl {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-item-02__ttl {
        margin-bottom: 0;
        font-size: 3.7333333333vw;
    }
}
.c-3min-item-02__ttl--lts-01 {
    letter-spacing: 0.05em;
}
.c-3min-item-02__txt {
    line-height: 1.75;
    font-weight: 400;
    font-size: 16px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-item-02__txt {
        line-height: 1.6;
        font-size: 2.9333333333vw;
    }
}
.c-3min-item-02__txt--bold {
    font-weight: bold;
}

/*  c-3min-item-03
--------------------------------------------- */
.c-3min-item-03 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.c-3min-item-03--staff {
    margin-top: 24px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--staff {
        margin-top: 6.4vw;
    }
}
.c-3min-item-03--age {
    margin-top: 14px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--age {
        margin-top: 3.7333333333vw;
    }
}
.c-3min-item-03--work {
    flex-direction: row-reverse;
    margin-top: 19px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--work {
        margin-top: 5.0666666667vw;
    }
}
.c-3min-item-03--license {
    flex-direction: row-reverse;
    margin-top: 25px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--license {
        margin-top: 6.6666666667vw;
    }
}
.c-3min-item-03--holiday {
    flex-direction: row-reverse;
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--holiday {
        margin-top: 5.3333333333vw;
    }
}
.c-3min-item-03--overtime {
    flex-direction: row-reverse;
    margin-top: 25px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--overtime {
        margin-top: 6.6666666667vw;
    }
}
.c-3min-item-03--paid {
    flex-direction: row-reverse;
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--paid {
        margin-top: 5.3333333333vw;
    }
}
.c-3min-item-03--home {
    flex-direction: row-reverse;
    margin-top: 16px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--home {
        margin-top: 4.2666666667vw;
    }
}
.c-3min-item-03--dormitory {
    margin-top: 25px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--dormitory {
        margin-top: 6.6666666667vw;
    }
}
.c-3min-item-03--subsidy {
    margin-top: 18px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--subsidy {
        margin-top: 4.8vw;
    }
}
.c-3min-item-03--education {
    margin-top: 18px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--education {
        margin-top: 4.8vw;
    }
}
.c-3min-item-03__img {
    position: relative;
}
.c-3min-item-03--staff .c-3min-item-03__img {
    left: -14px;
    width: 119px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--staff .c-3min-item-03__img {
        left: -3.2vw;
        width: 31.7333333333vw;
    }
}
.c-3min-item-03--age .c-3min-item-03__img {
    left: -10px;
    width: 91px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--age .c-3min-item-03__img {
        left: -2.6666666667vw;
        width: 24.2666666667vw;
    }
}
.c-3min-item-03--work .c-3min-item-03__img {
    left: 10px;
    width: 90px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--work .c-3min-item-03__img {
        left: 2.6666666667vw;
        width: 24vw;
    }
}
.c-3min-item-03--license .c-3min-item-03__img {
    left: 11px;
    width: 110px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--license .c-3min-item-03__img {
        left: 2.9333333333vw;
        width: 29.3333333333vw;
    }
}
.c-3min-item-03--holiday .c-3min-item-03__img {
    left: 10px;
    width: 106px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--holiday .c-3min-item-03__img {
        left: 2.6666666667vw;
        width: 28.2666666667vw;
    }
}
.c-3min-item-03--overtime .c-3min-item-03__img {
    left: 9px;
    width: 82px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--overtime .c-3min-item-03__img {
        left: 2.4vw;
        width: 21.8666666667vw;
    }
}
.c-3min-item-03--paid .c-3min-item-03__img {
    left: 9px;
    width: 136px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--paid .c-3min-item-03__img {
        left: 2.4vw;
        width: 36.2666666667vw;
    }
}
.c-3min-item-03--home .c-3min-item-03__img {
    left: 9px;
    width: 83px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--home .c-3min-item-03__img {
        left: 2.4vw;
        width: 22.1333333333vw;
    }
}
.c-3min-item-03--dormitory .c-3min-item-03__img {
    left: -8px;
    width: 116px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--dormitory .c-3min-item-03__img {
        left: -2.1333333333vw;
        width: 30.9333333333vw;
    }
}
.c-3min-item-03--subsidy .c-3min-item-03__img {
    left: -7px;
    width: 97px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--subsidy .c-3min-item-03__img {
        left: -1.8666666667vw;
        width: 25.8666666667vw;
    }
}
.c-3min-item-03--education .c-3min-item-03__img {
    left: -1px;
    width: 104px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--education .c-3min-item-03__img {
        left: -0.2666666667vw;
        width: 27.7333333333vw;
    }
}
.c-3min-item-03__img img {
    width: 100%;
}
.c-3min-item-03__txt-wrap {
    position: relative;
}
.c-3min-item-03--staff .c-3min-item-03__txt-wrap {
    top: 13px;
    left: 5px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--staff .c-3min-item-03__txt-wrap {
        top: 3.4666666667vw;
        left: 1.3333333333vw;
    }
}
.c-3min-item-03--age .c-3min-item-03__txt-wrap {
    top: 36px;
    left: 9px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--age .c-3min-item-03__txt-wrap {
        top: 9.6vw;
        left: 2.4vw;
    }
}
.c-3min-item-03--work .c-3min-item-03__txt-wrap {
    top: 30px;
    left: -11px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--work .c-3min-item-03__txt-wrap {
        top: 8vw;
        left: -2.9333333333vw;
    }
}
.c-3min-item-03--license .c-3min-item-03__txt-wrap {
    top: 24px;
    left: -13px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--license .c-3min-item-03__txt-wrap {
        top: 6.4vw;
        left: -3.4666666667vw;
    }
}
.c-3min-item-03--holiday .c-3min-item-03__txt-wrap {
    top: 27px;
    left: -11px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--holiday .c-3min-item-03__txt-wrap {
        top: 7.2vw;
        left: -2.9333333333vw;
    }
}
.c-3min-item-03--overtime .c-3min-item-03__txt-wrap {
    top: 24px;
    left: -11px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--overtime .c-3min-item-03__txt-wrap {
        top: 6.4vw;
        left: -2.9333333333vw;
    }
}
.c-3min-item-03--paid .c-3min-item-03__txt-wrap {
    top: 28px;
    left: -1px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--paid .c-3min-item-03__txt-wrap {
        top: 7.4666666667vw;
        left: -0.2666666667vw;
    }
}
.c-3min-item-03--home .c-3min-item-03__txt-wrap {
    top: 9px;
    left: -21px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--home .c-3min-item-03__txt-wrap {
        top: 2.4vw;
        left: -5.6vw;
    }
}
.c-3min-item-03--dormitory .c-3min-item-03__txt-wrap {
    top: 16px;
    left: 9px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--dormitory .c-3min-item-03__txt-wrap {
        top: 4.2666666667vw;
        left: 2.4vw;
    }
}
.c-3min-item-03--subsidy .c-3min-item-03__txt-wrap {
    top: 23px;
    left: 9px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--subsidy .c-3min-item-03__txt-wrap {
        top: 6.1333333333vw;
        left: 2.4vw;
    }
}
.c-3min-item-03--education .c-3min-item-03__txt-wrap {
    top: 23px;
    left: 9px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03--education .c-3min-item-03__txt-wrap {
        top: 6.1333333333vw;
        left: 2.4vw;
    }
}
.c-3min-item-03__txt {
    letter-spacing: 0em;
    font-weight: bold;
    font-size: 40px;
    color: #8B251D;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03__txt {
        font-size: 10.6666666667vw;
    }
}
.c-3min-item-03__txt--small {
    font-size: 16px;
    margin-left: 4px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03__txt--small {
        font-size: 4.2666666667vw;
    }
}
.c-3min-item-03__txt--small-02 {
    line-height: 1.3;
    font-size: 32px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03__txt--small-02 {
        font-size: 8.5333333333vw;
    }
}
.c-3min-item-03__txt--small-03 {
    font-size: 16px;
    font-weight: 900;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03__txt--small-03 {
        font-size: 4.2666666667vw;
    }
}
.c-3min-item-03__note {
    margin-top: 4px;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 10px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03__note {
        font-size: 2.6666666667vw;
    }
}
.c-3min-item-03__sub-txt {
    line-height: 1.2;
    font-weight: bold;
    font-size: 14px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-item-03__sub-txt {
        font-size: 3.7333333333vw;
    }
}

/*  c-3min-item-04
--------------------------------------------- */
.c-3min-item-04 {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 79px;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 750px) {
    .c-3min-item-04 {
        padding: 0 2.6666666667vw 5.3333333333vw;
    }
}
.c-3min-item-04__img {
    position: relative;
    top: -6px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-04__img {
        position: absolute;
        top: 0.8vw;
    }
}
.c-3min-item-04__img--01 {
    width: 117px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-04__img--01 {
        left: 4vw;
        width: 15.6vw;
    }
}
.c-3min-item-04__img--02 {
    width: 115px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-04__img--02 {
        right: 4vw;
        width: 15.3333333333vw;
    }
}
.c-3min-item-04__img img {
    width: 100%;
}
.c-3min-item-04__txt-wrap {
    position: relative;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-3min-item-04__txt-wrap {
        margin-top: 2.6666666667vw;
        width: 100%;
    }
}
.c-3min-item-04__txt {
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 40px;
    color: #8B251D;
}
@media screen and (max-width: 750px) {
    .c-3min-item-04__txt {
        margin-bottom: 1.3333333333vw;
        font-size: 10.6666666667vw;
    }
}
.c-3min-item-04__txt--small {
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-04__txt--small {
        font-size: 4.2666666667vw;
    }
}
.c-3min-item-04__txt-02 {
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 16px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-item-04__txt-02 {
        line-height: 1.5;
        font-size: 4.2666666667vw;
    }
}
.c-3min-item-04__txt-02--red {
    color: #8B251D;
}
.c-3min-item-04__txt-02--blue {
    color: #0071AD;
}

/*  c-3min-item-05
--------------------------------------------- */
.c-3min-item-05 {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 14px;
    width: 100%;
}
@media screen and (max-width: 750px) {
    .c-3min-item-05 {
        margin-top: 6.6666666667vw;
    }
}
.c-3min-item-05__txt-wrap {
    padding-left: 29px;
    width: 100%;
}
@media screen and (max-width: 750px) {
    .c-3min-item-05__txt-wrap {
        margin-right: auto;
        margin-left: auto;
        padding-left: 6vw;
        width: 80%;
    }
}
.c-3min-item-05__img {
    position: absolute;
    top: -10px;
    right: 29px;
    width: 105px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-05__img {
        top: 0;
        right: 16vw;
        width: 22.6666666667vw;
    }
}
.c-3min-item-05__dt {
    display: inline-block;
    width: 102px;
    line-height: 0.96;
    font-weight: bold;
    font-size: 16px;
    color: #222;
    white-space: nowrap;
}
@media screen and (max-width: 750px) {
    .c-3min-item-05__dt {
        width: 21.3333333333vw;
        font-size: 3.2vw;
    }
}
.c-3min-item-05__dd {
    display: inline-block;
}
.c-3min-item-05__txt {
    line-height: 0.96;
    font-weight: bold;
    font-size: 22px;
    color: #8B251D;
}
@media screen and (max-width: 750px) {
    .c-3min-item-05__txt {
        font-size: 4.4vw;
    }
}
.c-3min-item-05__txt--small {
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-05__txt--small {
        font-size: 3.2vw;
    }
}

/*  c-3min-item-06
--------------------------------------------- */
.c-3min-item-06 {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
}
@media screen and (max-width: 750px) {
    .c-3min-item-06 {
        margin-top: 6.6666666667vw;
    }
}
.c-3min-item-06__txt-wrap {
    position: relative;
    left: 10px;
    margin-top: 20px;
    min-width: 143px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-06__txt-wrap {
        min-width: 28.8vw;
        left: 2vw;
        margin-top: 4vw;
    }
}
.c-3min-item-06__img {
    position: relative;
    left: -9px;
    width: 91px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-06__img {
        left: -1.7333333333vw;
        width: 18.1333333333vw;
    }
}
.c-3min-item-06__unit {
    margin-top: 3px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-06__unit {
        margin-top: 0.6666666667vw;
    }
}
.c-3min-item-06__unit:first-of-type {
    margin-top: 0;
}
.c-3min-item-06__ttl {
    display: inline-block;
    margin-right: 7px;
    line-height: 1.25;
    font-weight: bold;
    font-size: 16px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-item-06__ttl {
        margin-right: 1.3333333333vw;
        font-size: 3.2vw;
    }
}
.c-3min-item-06__txt {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    font-size: 40px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-06__txt {
        font-size: 8vw;
    }
}
.c-3min-item-06__txt--small {
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-06__txt--small {
        font-size: 3.2vw;
    }
}
.c-3min-item-06__txt--red {
    color: #AB261D;
}
.c-3min-item-06__txt--blue {
    color: #0071AD;
}

/*  c-3min-item-07
--------------------------------------------- */
.c-3min-item-07 {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
}
@media screen and (max-width: 750px) {
    .c-3min-item-07 {
        margin-top: 6.6666666667vw;
    }
}
.c-3min-item-07__txt-wrap {
    position: relative;
    margin-top: 3px;
    min-width: 77px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-07__txt-wrap {
        min-width: 15.3333333333vw;
        margin-top: 0.6666666667vw;
    }
}
.c-3min-item-07__img {
    position: relative;
}
.c-3min-item-07__img--01 {
    left: -30px;
    width: 31px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-07__img--01 {
        left: -6vw;
        width: 6.1333333333vw;
    }
}
.c-3min-item-07__img--02 {
    left: 26px;
    width: 32px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-07__img--02 {
        left: 5.2vw;
        width: 6.4vw;
    }
}
.c-3min-item-07__unit {
    margin-top: 10px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-3min-item-07__unit {
        margin-top: 2vw;
    }
}
.c-3min-item-07__unit:first-of-type {
    margin-top: 0;
}
.c-3min-item-07__ttl {
    display: block;
    line-height: 1.4;
    font-weight: bold;
    font-size: 16px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-item-07__ttl {
        font-size: 3.2vw;
    }
}
.c-3min-item-07__txt {
    position: relative;
    margin-left: 7px;
    display: block;
    line-height: 1;
    font-weight: bold;
    font-size: 30px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-07__txt {
        margin-left: 1.3333333333vw;
        font-size: 6vw;
    }
}
.c-3min-item-07__txt--small {
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-3min-item-07__txt--small {
        font-size: 3.2vw;
    }
}
.c-3min-item-07__txt--red {
    color: #AB261D;
}
.c-3min-item-07__txt--blue {
    color: #0071AD;
}

/* ---------------------------------------------
*   c-3min-kv
--------------------------------------------- */
.c-3min-kv {
    margin-top: 108px;
    padding-right: 20px;
    padding-left: 20px;
}
@media screen and (max-width: 750px) {
    .c-3min-kv {
        margin-top: 80px;
        padding: 0;
    }
}
.c-3min-kv__container {
    position: relative;
    margin: auto;
    width: 100%;
    height: 638px;
    background: url(/recruit/3min/img/img_kv.png) center no-repeat;
    background-size: cover;
}
@media screen and (max-width: 750px) {
    .c-3min-kv__container {
        background: none;
        height: auto;
    }
}
.c-3min-kv__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 361px;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
    .c-3min-kv__ttl {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        transform: none;
    }
}

/* ---------------------------------------------
*   c-3min-link-01
--------------------------------------------- */
.c-3min-link-01 {
    position: relative;
    width: 240px;
    height: 270px;
}
@media screen and (max-width: 750px) {
    .c-3min-link-01 {
        width: 38.4vw;
        height: 43.2vw;
    }
}
.c-3min-link-01__img {
    transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
    .c-3min-link-01:hover .c-3min-link-01__img {
        transition: opacity 300ms;
    }
    .c-3min-link-01:hover .c-3min-link-01__img:hover {
        opacity: 0.8;
    }
}
.c-3min-link-01__label {
    position: absolute;
    top: calc(100% - 40px);
    left: 50%;
    padding: 9px 14px 10px;
    text-align: center;
    background-color: #222;
    border-radius: 20px;
    transform: translateX(-50%);
    transition: background-color 0.3s;
}
@media screen and (min-width: 751px) {
    .c-3min-link-01:hover .c-3min-link-01__label {
        background-color: #8B251D;
    }
}
@media screen and (max-width: 750px) {
    .c-3min-link-01__label {
        top: calc(100% - 6.5vw);
        padding: 2.5333333333vw 2.6666666667vw 2.6666666667vw;
        border-radius: 6.6666666667vw;
    }
}
.c-3min-link-01__label-txt {
    position: relative;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-3min-link-01__label-txt {
        line-height: 1.2;
        font-size: 3.2vw;
    }
}
.c-3min-link-01__label-txt--blank::after {
    margin-left: 8px;
    content: url(/recruit/3min/img/icon_blank-white.svg);
}
@media screen and (max-width: 750px) {
    .c-3min-link-01__label-txt--blank::after {
        display: inline-block;
        margin-left: 1.0666666667vw;
        width: 2.1333333333vw;
        height: 2.1333333333vw;
        content: "";
        background: url(/recruit/3min/img/icon_blank-white.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

/*  c-modal
--------------------------------------------- */
.c-modal {
    position: relative;
    z-index: 6001;
    display: none;
}
.c-modal.is-open {
    display: block;
}
.c-modal__overlay {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    overscroll-behavior-y: none;
    scrollbar-width: none;
}
.c-modal__overlay::-webkit-scrollbar {
    display: none;
}
.c-modal__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% + 1px);
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
}
.c-modal__container {
    position: relative;
    width: min(100%, 700px);
    max-height: 80vh;
    box-sizing: border-box;
    background-color: #fff;
    overflow-y: auto;
}
.c-modal__wrap {
    display: flex;
}
@media screen and (max-width: 750px) {
    .c-modal__wrap {
        display: block;
    }
}
.c-modal__img {
    width: 50%;
}
@media screen and (max-width: 750px) {
    .c-modal__img {
        width: 100%;
    }
}
@media screen and (min-width: 751px) {
    .c-modal__img img {
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%;
    }
}
@media screen and (max-width: 750px) {
    .c-modal__img img {
        width: 100%;
    }
}
@media screen and (min-width: 751px) {
    .c-modal__img--cover img {
        -o-object-fit: cover;
           object-fit: cover;
    }
}
.c-modal__content {
    padding: 72px 50px 50px 50px;
    width: 50%;
}
@media screen and (max-width: 750px) {
    .c-modal__content {
        padding: 6.6666666667vw 6.6666666667vw 6.6666666667vw;
        width: 100%;
    }
}
.c-modal__content--center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.c-modal__head {
    text-align: center;
}
.c-modal__body {
    margin-top: 27px;
}
@media screen and (max-width: 750px) {
    .c-modal__body {
        margin-top: 5.3333333333vw;
    }
}
.c-modal__ttl {
    font-weight: bold;
    font-size: 21px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-modal__ttl {
        font-size: 4.2666666667vw;
    }
}
.c-modal__ttl--left {
    text-align: left;
}
.c-modal__txt {
    line-height: 2.5;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    word-break: break-all;
    text-align: justify;
}
@media screen and (max-width: 750px) {
    .c-modal__txt {
        line-height: 2;
        font-size: 3.2vw;
    }
}
.c-modal__txt-2 {
    margin-top: 27px;
    line-height: 1;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 50px;
    color: #8B251D;
}
@media screen and (max-width: 750px) {
    .c-modal__txt-2 {
        font-size: 10vw;
    }
}
.c-modal__txt-2--small {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
    font-size: 14px;
}
@media screen and (max-width: 750px) {
    .c-modal__txt-2--small {
        font-size: 2.8vw;
    }
}
.c-modal__txt-2--gray {
    color: #656565;
}
.c-modal__txt-2--red {
    color: #AB261D;
}
.c-modal__txt-2--blue {
    color: #0071AD;
}
.c-modal__close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #222;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}
@media screen and (min-width: 751px) {
    .c-modal__close-btn:hover {
        background-color: #8B251D;
    }
}
@media screen and (max-width: 750px) {
    .c-modal__close-btn {
        top: 4vw;
        right: 4vw;
        width: 10.6666666667vw;
        height: 10.6666666667vw;
    }
}
.c-modal__close-btn::before, .c-modal__close-btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 2px;
    content: "";
    background-color: #fff;
    border-radius: 2px;
}
@media screen and (max-width: 750px) {
    .c-modal__close-btn::before, .c-modal__close-btn::after {
        width: 5.0666666667vw;
        height: 0.5333333333vw;
    }
}
.c-modal__close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Modal Animation Style　(アニメーション不要の場合は削除)
--------------------------------------------- */
.c-modal[aria-hidden=false] .c-modal__overlay {
    -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=false] .c-modal__container {
    -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=true] .c-modal__overlay {
    -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=true] .c-modal__container {
    -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal__overlay, .c-modal__container {
    will-change: transform;
}

@-webkit-keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes mmslideIn {
    from {
        transform: scale(0.6);
    }
    to {
        transform: scale(1);
    }
}
@keyframes mmslideIn {
    from {
        transform: scale(0.6);
    }
    to {
        transform: scale(1);
    }
}
@-webkit-keyframes mmslideOut {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.6);
    }
}
@keyframes mmslideOut {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.6);
    }
}
/* ---------------------------------------------
*   c-3min-section
--------------------------------------------- */
.c-3min-section {
    margin-right: auto;
    margin-left: auto;
    width: 1326px;
}
@media screen and (max-width: 750px) {
    .c-3min-section {
        width: 100%;
    }
}
.c-3min-section--history {
    padding-top: 104px;
}
@media screen and (max-width: 750px) {
    .c-3min-section--history {
        padding-top: 13.3333333333vw;
    }
}
.c-3min-section--business {
    padding-top: 123px;
    padding-bottom: 120px;
    background-color: #EFEFEF;
}
@media screen and (max-width: 750px) {
    .c-3min-section--business {
        padding-top: 22.6666666667vw;
        padding-bottom: 16vw;
    }
}
.c-3min-section--product {
    padding-top: 124px;
}
@media screen and (max-width: 750px) {
    .c-3min-section--product {
        padding-top: 22.6666666667vw;
    }
}
.c-3min-section--suggestion {
    padding-top: 120px;
}
@media screen and (max-width: 750px) {
    .c-3min-section--suggestion {
        padding-top: 24vw;
    }
}
.c-3min-section--awards {
    padding-top: 123px;
}
@media screen and (max-width: 750px) {
    .c-3min-section--awards {
        padding-top: 22.6666666667vw;
    }
}
.c-3min-section--work {
    position: relative;
    margin-top: 123px;
    padding-bottom: 120px;
    overflow: hidden;
}
@media screen and (max-width: 750px) {
    .c-3min-section--work {
        margin-top: 16vw;
        padding-bottom: 16vw;
    }
}
.c-3min-section--work::before {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
    content: "";
}
@media screen and (max-width: 750px) {
    .c-3min-section--work::before {
        top: 6.6666666667vw;
    }
}
@media screen and (max-width: 750px) {
    .c-3min-section__container {
        padding-right: 2.6666666667vw;
        padding-left: 2.6666666667vw;
    }
}
.c-3min-section__head {
    text-align: center;
}
.c-3min-section__head--mgt {
    margin-top: 122px;
}
@media screen and (max-width: 750px) {
    .c-3min-section__head--mgt {
        margin-top: 16vw;
    }
}
.c-3min-section__body {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}
@media screen and (max-width: 750px) {
    .c-3min-section__body {
        width: 100%;
    }
}
.c-3min-section__lead-wrap {
    margin-top: 37px;
}
@media screen and (max-width: 750px) {
    .c-3min-section__lead-wrap {
        margin-top: 4.6666666667vw;
    }
}
.c-3min-section__ttl {
    font-weight: 500;
    font-size: 40px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-section__ttl {
        font-size: 8vw;
    }
}
.c-3min-section__lead {
    line-height: 2.25;
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size: 16px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-section__lead {
        font-size: 3.2vw;
    }
}
.c-3min-section__lead--label {
    margin: 0 4px;
    padding: 0px 8px 2px;
    color: #fff;
    background-color: #222;
}
@media screen and (max-width: 750px) {
    .c-3min-section__lead--label {
        margin: 0 0.5333333333vw;
        padding: 0 1.0666666667vw 0.2666666667vw;
    }
}

/* ---------------------------------------------
*   c-3min-tile-01
--------------------------------------------- */
.c-3min-tile-01 {
    --col: 4;
    display: grid;
    grid-template-columns: repeat(var(--col), 1fr);
    gap: 20px;
    margin-top: 40px;
}
@media screen and (max-width: 750px) {
    .c-3min-tile-01 {
        --col: 2;
        gap: 2.6666666667vw;
        margin-top: 10.6666666667vw;
    }
}
.c-3min-tile-01__item {
    background-color: #fff;
    min-height: 290px;
}
@media screen and (max-width: 750px) {
    .c-3min-tile-01__item {
        min-height: 60vw;
        height: 100%;
    }
}
.c-3min-tile-01__item:first-of-type {
    grid-area: 1/1/3/3;
}
.c-3min-tile-01__item img {
    display: block;
    width: 100%;
    height: auto;
}

/*  c-3min-tile-02
--------------------------------------------- */
.c-3min-tile-02 {
    --col: 3;
    display: grid;
    grid-template-columns: repeat(var(--col), 1fr);
    gap: 20px;
    margin-top: 54px;
}
@media screen and (max-width: 750px) {
    .c-3min-tile-02 {
        display: flex;
        flex-direction: column;
        margin-top: 8vw;
        gap: 2.6666666667vw;
    }
}
.c-3min-tile-02__item {
    background-color: #fff;
    height: 250px;
}
@media screen and (max-width: 750px) {
    .c-3min-tile-02__item {
        width: 100%;
        min-height: 60vw;
        height: 100%;
    }
}
.c-3min-tile-02__item--col1 {
    width: 100%;
    grid-row: 3/4;
    grid-column: 1/4;
}
.c-3min-tile-02__item img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-3min-ttl-01
--------------------------------------------- */
.c-3min-ttl-01__sub {
    display: block;
    color: #999999;
    font-family: "Lato", sans-serif;
    letter-spacing: 0em;
    font-weight: bold;
    font-size: 14px;
}
@media screen and (max-width: 750px) {
    .c-3min-ttl-01__sub {
        font-size: 2.8vw;
    }
}
.c-3min-ttl-01__main {
    display: block;
    margin-top: 6px;
    color: #222;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 24px;
}
@media screen and (max-width: 750px) {
    .c-3min-ttl-01__main {
        margin-top: 0;
        font-size: 4.8vw;
    }
}

/* ---------------------------------------------
*   c-3min-txt
--------------------------------------------- */
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

/* ---------------------------------------------
*   module.css overwrit
--------------------------------------------- */
@media screen and (min-width: 751px) {
    body {
        min-width: 1366px;
    }
}

/* ---------------------------------------------
*   font family
--------------------------------------------- */
.ff-lato {
    font-family: "Lato", sans-serif;
}

.ff-noto {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

/* ---------------------------------------------
*   letter-spacing
--------------------------------------------- */
.lts-01 {
    letter-spacing: -0.2em;
}

.js-count-up {
    text-align: right;
    display: inline-block;
}

.js-fadein-up .js-fadein-item {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s, transform 0.5s;
}

.js-fadein-up.is-active .js-fadein-item {
    opacity: 1;
    transform: translateY(0px);
}

.js-fadein-up.js-fadein-item {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s, transform 0.5s;
}

.js-fadein-up.is-active.js-fadein-item {
    opacity: 1;
    transform: translateY(0px);
}

@media print and (min-width: 751px), screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 750px), screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }

    .mgt-sp--5 {
        margin-top: 0.6666666667vw !important;
    }

    .mgt-sp--10 {
        margin-top: 1.3333333333vw !important;
    }

    .mgt-sp--15 {
        margin-top: 2vw !important;
    }

    .mgt-sp--20 {
        margin-top: 2.6666666667vw !important;
    }

    .mgt-sp--25 {
        margin-top: 3.3333333333vw !important;
    }

    .mgt-sp--30 {
        margin-top: 4vw !important;
    }

    .mgt-sp--35 {
        margin-top: 4.6666666667vw !important;
    }

    .mgt-sp--40 {
        margin-top: 5.3333333333vw !important;
    }

    .mgt-sp--45 {
        margin-top: 6vw !important;
    }

    .mgt-sp--50 {
        margin-top: 6.6666666667vw !important;
    }

    .mgt-sp--55 {
        margin-top: 7.3333333333vw !important;
    }

    .mgt-sp--60 {
        margin-top: 8vw !important;
    }

    .mgt-sp--65 {
        margin-top: 8.6666666667vw !important;
    }

    .mgt-sp--70 {
        margin-top: 9.3333333333vw !important;
    }

    .mgt-sp--75 {
        margin-top: 10vw !important;
    }

    .mgt-sp--80 {
        margin-top: 10.6666666667vw !important;
    }

    .mgt-sp--85 {
        margin-top: 11.3333333333vw !important;
    }

    .mgt-sp--90 {
        margin-top: 12vw !important;
    }

    .mgt-sp--95 {
        margin-top: 12.6666666667vw !important;
    }

    .mgt-sp--100 {
        margin-top: 13.3333333333vw !important;
    }

    .mgt-sp--105 {
        margin-top: 14vw !important;
    }

    .mgt-sp--110 {
        margin-top: 14.6666666667vw !important;
    }

    .mgt-sp--115 {
        margin-top: 15.3333333333vw !important;
    }

    .mgt-sp--120 {
        margin-top: 16vw !important;
    }

    .mgt-sp--125 {
        margin-top: 16.6666666667vw !important;
    }

    .mgt-sp--130 {
        margin-top: 17.3333333333vw !important;
    }

    .mgt-sp--135 {
        margin-top: 18vw !important;
    }

    .mgt-sp--140 {
        margin-top: 18.6666666667vw !important;
    }

    .mgt-sp--145 {
        margin-top: 19.3333333333vw !important;
    }

    .mgt-sp--150 {
        margin-top: 20vw !important;
    }

    .mgt-sp--155 {
        margin-top: 20.6666666667vw !important;
    }

    .mgt-sp--160 {
        margin-top: 21.3333333333vw !important;
    }

    .mgt-sp--165 {
        margin-top: 22vw !important;
    }

    .mgt-sp--170 {
        margin-top: 22.6666666667vw !important;
    }

    .mgt-sp--175 {
        margin-top: 23.3333333333vw !important;
    }

    .mgt-sp--180 {
        margin-top: 24vw !important;
    }

    .mgt-sp--185 {
        margin-top: 24.6666666667vw !important;
    }

    .mgt-sp--190 {
        margin-top: 25.3333333333vw !important;
    }

    .mgt-sp--195 {
        margin-top: 26vw !important;
    }

    .mgt-sp--200 {
        margin-top: 26.6666666667vw !important;
    }

    .mgt-sp--205 {
        margin-top: 27.3333333333vw !important;
    }

    .mgt-sp--210 {
        margin-top: 28vw !important;
    }

    .mgt-sp--215 {
        margin-top: 28.6666666667vw !important;
    }

    .mgt-sp--220 {
        margin-top: 29.3333333333vw !important;
    }

    .mgt-sp--225 {
        margin-top: 30vw !important;
    }

    .mgt-sp--230 {
        margin-top: 30.6666666667vw !important;
    }

    .mgt-sp--235 {
        margin-top: 31.3333333333vw !important;
    }

    .mgt-sp--240 {
        margin-top: 32vw !important;
    }

    .mgt-sp--245 {
        margin-top: 32.6666666667vw !important;
    }

    .mgt-sp--250 {
        margin-top: 33.3333333333vw !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }

    .mgb-sp--5 {
        margin-bottom: 0.6666666667vw !important;
    }

    .mgb-sp--10 {
        margin-bottom: 1.3333333333vw !important;
    }

    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }

    .mgb-sp--20 {
        margin-bottom: 2.6666666667vw !important;
    }

    .mgb-sp--25 {
        margin-bottom: 3.3333333333vw !important;
    }

    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }

    .mgb-sp--35 {
        margin-bottom: 4.6666666667vw !important;
    }

    .mgb-sp--40 {
        margin-bottom: 5.3333333333vw !important;
    }

    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }

    .mgb-sp--50 {
        margin-bottom: 6.6666666667vw !important;
    }

    .mgb-sp--55 {
        margin-bottom: 7.3333333333vw !important;
    }

    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }

    .mgb-sp--65 {
        margin-bottom: 8.6666666667vw !important;
    }

    .mgb-sp--70 {
        margin-bottom: 9.3333333333vw !important;
    }

    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }

    .mgb-sp--80 {
        margin-bottom: 10.6666666667vw !important;
    }

    .mgb-sp--85 {
        margin-bottom: 11.3333333333vw !important;
    }

    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }

    .mgb-sp--95 {
        margin-bottom: 12.6666666667vw !important;
    }

    .mgb-sp--100 {
        margin-bottom: 13.3333333333vw !important;
    }

    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }

    .mgb-sp--110 {
        margin-bottom: 14.6666666667vw !important;
    }

    .mgb-sp--115 {
        margin-bottom: 15.3333333333vw !important;
    }

    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }

    .mgb-sp--125 {
        margin-bottom: 16.6666666667vw !important;
    }

    .mgb-sp--130 {
        margin-bottom: 17.3333333333vw !important;
    }

    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }

    .mgb-sp--140 {
        margin-bottom: 18.6666666667vw !important;
    }

    .mgb-sp--145 {
        margin-bottom: 19.3333333333vw !important;
    }

    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }

    .mgb-sp--155 {
        margin-bottom: 20.6666666667vw !important;
    }

    .mgb-sp--160 {
        margin-bottom: 21.3333333333vw !important;
    }

    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }

    .mgb-sp--170 {
        margin-bottom: 22.6666666667vw !important;
    }

    .mgb-sp--175 {
        margin-bottom: 23.3333333333vw !important;
    }

    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }

    .mgb-sp--185 {
        margin-bottom: 24.6666666667vw !important;
    }

    .mgb-sp--190 {
        margin-bottom: 25.3333333333vw !important;
    }

    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }

    .mgb-sp--200 {
        margin-bottom: 26.6666666667vw !important;
    }

    .mgb-sp--205 {
        margin-bottom: 27.3333333333vw !important;
    }

    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }

    .mgb-sp--215 {
        margin-bottom: 28.6666666667vw !important;
    }

    .mgb-sp--220 {
        margin-bottom: 29.3333333333vw !important;
    }

    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }

    .mgb-sp--230 {
        margin-bottom: 30.6666666667vw !important;
    }

    .mgb-sp--235 {
        margin-bottom: 31.3333333333vw !important;
    }

    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }

    .mgb-sp--245 {
        margin-bottom: 32.6666666667vw !important;
    }

    .mgb-sp--250 {
        margin-bottom: 33.3333333333vw !important;
    }
}