@charset "utf-8";

/* RECRUIT TOP
 * ----------------------------------------------- */

.page-recruittop .section-recruit-step {
    top: 0;
    align-items: flex-start;
    padding: 0 0 0 5%;
}

.page-recruittop .section-recruit-step.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-recruittop .section-recruit-step .first {
    -ms-flex-order: -1;
    order: -1;

    /* background: url(../img/recruit/index/bg_intro.jpg) no-repeat left top; */
}

.page-recruittop .section-recruit-step .first.js-bg {
    position: relative;
}

.page-recruittop .section-recruit-step .first.js-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    content: "";
    background-color: #fff;
    transform-origin: top right;
    transition:
        width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
        transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
        -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.page-recruittop .section-recruit-step .first.js-bg.active::after {
    width: 100%;
    transform: scaleX(0);
}

@media print, (width >= 1450px) {
    .page-recruittop .section-recruit-step .item {
        width: 50%;
    }

    .page-recruittop .section-recruit-step .recruit-list {
        width: 650px;
    }

    .page-recruittop .section-recruit-step .first {
        width: calc(100% - 680px);

        /* background-size: 357px auto; */
    }

    .col-introtxt {
        /* padding-left: 390px;	*/
    }
}

@media (width <= 1449px) {
    .page-recruittop .section-recruit-step.between {
        display: block;
        padding: 0;
    }

    .recruit-list {
        padding: 0 50px;
    }

    .page-recruittop .section-recruit-step .first {
        background-size: auto 100%;
    }

    .col-introtxt {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media (width <= 990px) {
    .col-introtxt {
        /* padding-left: 300px; */
    }

    .page-recruittop .section-recruit-step .first {
        background-size: 280px auto;
    }
}

@media (width <= 768px) {
    .page-recruittop .section-recruit-step .first {
        background-size: 140px auto;
    }

    .recruit-list {
        padding: 0 5%;
    }

    .col-introtxt {
        padding-left: 5%;
    }
}

@media (width <= 600px) {
    .page-recruittop .section-recruit-step .first {
        background-image: none;
    }

    .col-introtxt .ttl-intro {
        padding-left: 0;
    }
}

@media (width <= 480px) {
    .recruit-list {
        padding: 0;
    }
}

/* sec-data
 * ----------------------------------------------- */
.sec-data {
    position: relative;
}

.sec-data::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";

    /* background: url(../img/recruit/index/bg-right.png) no-repeat right 30%, url(../img/recruit/index/bg-left.png) no-repeat -20px 50%;
	background-size: 24% auto, 21% auto; */
    background:
        url("../img/recruit/index/img2.svg") no-repeat right 30%,
        url("../img/recruit/index/img1.svg") no-repeat -2% 40%,
        url("../img/recruit/index/img3.svg") no-repeat right 60%,
        url("../img/recruit/index/img4.svg") no-repeat left 70%;
    background-size:
        16% auto,
        15% auto,
        15% auto,
        15% auto;
}

.sec-data .mttl-square {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
}

.sec-data .mttl-square::before {
    position: absolute;
    top: 0;
    display: block;
    padding-top: 100%;
    content: "";
}

.sec-data .mttl-square .txt-center {
    position: relative;
    top: -10px;
    left: 50%;
    box-sizing: border-box;
    transform: translateX(-50%);
}

.sec-data .rdata {
    padding-right: 5%;
    padding-left: 350px;
}

.sec.r-data .ttl-rt .f-en,
.sec.r-data .ttl-rt .f-ja {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transform: translateX(30px);
    transition: all ease 0.28s;
}

.sec.r-data.active .ttl-rt .f-en,
.sec.r-data.active .ttl-rt .f-ja {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.sec.r-data.active .ttl-rt .f-en {
    transition-delay: 0.05s;
}

.sec.r-data.active .ttl-rt .f-ja {
    transition-delay: 0.28s;
}

@media print, (width >= 1480px) {
    .sec-data::after {
        background-position:
            right 15%,
            left 570px,
            right 55%,
            left 78%;

        /* background-size: 392px auto, 330px auto; */
        background-size:
            320px auto,
            215px auto,
            240px auto,
            350px auto;
    }
}

@media print, (width <= 1479px) {
    .sec-data .rdata {
        padding-left: 280px;
    }

    .sec-data::after {
        background-position:
            right 16%,
            left 600px,
            right 48%,
            left 78%;

        /* background-size: 392px auto, 330px auto; */
        background-size:
            260px auto,
            190px auto,
            180px auto,
            290px auto;
    }
}

@media (width <= 1199px) {
    .sec-data::after {
        background-position:
            right 17%,
            -15px 28%,
            right 57%,
            left 90%;

        /* background-size: 30% auto, 24% auto; */
        background-size:
            290px auto,
            200px auto,
            200px auto,
            310px auto;
    }

    .sec-data .mttl-square {
        width: 200px;
        height: 200px;
    }

    .sec-data .rdata {
        padding-left: 300px;
    }
}

@media (width <= 991px) {
    .sec-data {
        padding-top: 0;
    }

    .sec-data .mttl-square {
        position: relative;
        width: 200px;
        height: 200px;
        margin-right: auto;
        margin-left: auto;
    }

    .sec-data::after {
        background-position:
            right 17%,
            -15px 28%,
            right 57%,
            106% 100%;
        background-size:
            250px auto,
            140px auto,
            185px auto,
            310px auto;
    }

    /* .sec-data::before {
		content:"";
		display: block;
		width: 90%;
		height: 2px;
		background: #000;
		position: absolute;
		top: 0;
		left: 5%;
	} */

    .sec-data .mttl-square .txt-center {
        top: -5px;
    }

    .sec-data .rdata {
        padding-top: 20px;
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media (width <= 768px) {
    .sec-data .mttl-square {
        position: relative;
        width: 100%;
        height: auto;
        padding: 25px 0 20px;
        margin-bottom: 25px;
    }

    .sec-data .rdata {
        padding-right: 5%;
        padding-left: 5%;
    }

    .sec-data::after {
        background-position:
            right 15%,
            -25px 28%,
            105% 52%,
            112% 100%;
        background-size:
            220px auto,
            125px auto,
            165px auto,
            260px auto;
    }
}

@media (width <= 480px) {
    .sec-data::after {
        content: none;
        background: none;
    }
}

/* rdata ------------------------------ */

/* ttl-rt */
.rdata .ttl-rt span {
    display: block;
    color: #000;
}

.rdata .ttl-rt .f-en {
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.rdata .ttl-rt .f-ja {
    font-weight: bold;
    letter-spacing: 0.15em;
}

/* ttl-rt */
.t-percent {
    position: relative;
    font-weight: 500;
    color: #000;
}

.t-percent::after {
    position: relative;
    font-family: Teko, sans-serif;
    color: #000;
    content: "%";
}

.t-percent.percent50::after {
    font-size: 5rem;
}

.t-percent.percent40::after {
    font-size: 4rem;
}

.t-percent.percent30::after {
    font-size: 3rem;
}

/* t-number */
.t-number {
    position: relative;
    font-weight: 500;
    color: #000;
}

.t-number::after {
    position: relative;
    font-family:
        "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ",
        "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000;
    content: "名";
}

.t-number.number24::after {
    font-size: 2.4rem;
}

/* rt-01 */
.rt-01 .box-rt {
    display: table;
    min-height: 215px;

    /* background: url("../img/recruit/index/hukidashi_men.png") no-repeat 180px
        top;
    background-size: 150px auto; */
}

.box-rt01 {
    display: table-cell;
    vertical-align: middle;
}

.box-rt01.men {
    padding-right: 35px;
    background: url("../img/recruit/index/img_men.svg") no-repeat left 5px;
    background-size: 114px auto;
}

.box-rt01 .f-sz30 {
    position: relative;
    display: inline-block;
    width: 115px;
    margin-right: 10px;
    text-align: center;
}

.box-rt01 .t-percent {
    top: 15px;
    display: inline-block;
}

.box-rt01.women {
    margin-left: 40px;
    background: url("../img/recruit/index/img_women.svg") no-repeat left bottom;
    background-size: 114px auto;
}

/* rt-02 */
.rt-02 .box-rt {
    width: 418px;
    aspect-ratio: 418 / 345;
}

.rt-02 .box-rt img {
    width: 100%;
    aspect-ratio: 418 / 345;
}

/* rt-03 */
.rt-03 .box-rt {
    position: relative;
    width: 35%;
    height: 312px;
    padding-bottom: 50px;
}

.rt-03 .box-rt .type {
    position: absolute;
    display: inline-block;
}

.rt-03 .box-rt .type .t-percent {
    line-height: 120px;
}

.rt-03 .box-rt .type::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    height: 120px;
    font-family: Teko, sans-serif;
    font-size: 18rem;
    line-height: 100px;
    content: "";
}

.rt-03 .box-rt .type.typeA {
    top: 0;
    right: 10px;
}

.rt-03 .box-rt .type.typeA::before {
    left: 50%;
    color: #5dc1cf;
    content: "A";
}

.rt-03 .box-rt .type.typeB {
    top: 50px;
    right: 150px;
}

.rt-03 .box-rt .type.typeB::before {
    color: #89ddc0;
    content: "B";
}

.rt-03 .box-rt .type.typeO {
    top: 150px;
    right: 10px;
}

.rt-03 .box-rt .type.typeO::before {
    color: #edd500;
    content: "O";
}

.rt-03 .box-rt .type.typeAB {
    top: 200px;
    right: 250px;
}

.rt-03 .box-rt .type.typeAB::before {
    color: #d1d865;
    content: "AB";
}

/* box-rt04 */
.rt-04 .box-rt {
    display: table;
}
.rt-04 .ttl-rt .f-ja .mini {
    line-height: 2;
    letter-spacing: 0;
    font-weight: normal;
}

.rt-04 .box-rt .col {
    display: table-cell;
    vertical-align: top;
}

.rt-04 .box-rt .col.col-left {
    position: relative;
    left: 25px;
    width: 160px;
    padding-top: 120px;
}

.rt-04 .box-rt .t-mom {
    display: inline-block;
}

.rt-04 .box-rt .t-mom span {
    display: block;
    text-align: center;
}

.rt-04 .box-rt .t-mom span.f-sz90 {
    line-height: 0.8;
}

.rt-04 .box-rt .t-mom .t-denominator {
    padding-top: 15px;
    color: #000;
    text-align: center;
    border-top: 1px solid #000;
}

.rt-04 .box-rt .col.col-right {
    position: relative;
    width: calc(100% - 200px);
}

.rt-04 .box-rt .col.col-right .pic-mom {
    position: absolute;
    top: -40px;
    width: 245px;
    padding: 7px;
    background: #ffa6a6;
    border-radius: 50%;
}

.rt-04 .box-rt .col.col-right .pic-mom::before {
    position: absolute;
    top: 197px;
    left: 11px;
    width: 0;
    height: 0;
    content: "";
    border: 12px solid transparent;
    border-right: 10px solid #ffa6a6;
    transform: rotate(-41deg);
}

.rt-04 .box-rt .col.col-right .t-cercle {
    position: absolute;
    top: 90px;
    left: 205px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 136px;
    text-align: center;
    background: #ffd4d4;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.rt-04 .box-rt .col.col-right .t-cercle .txt-center {
    padding-top: 10px;
}

.rt-04 .box-rt .col.col-right .t-cercle .txt-center span {
    display: block;
    color: #000;
}

.rt-04 .box-rt .col.col-right .t-hukidashi {
    position: absolute;
    top: 195px;
    left: 40px;
    width: 260px;
    height: auto;
}

/* box-rt05 */
.box-rt05 {
    display: table;
    width: 75%;
    min-width: 420px;
}

.box-rt05 .col {
    display: table-cell;
    vertical-align: middle;
}

.rt-05,
.rt-05 .box-rt {
    position: relative;
}

.sec.r-data.rt-05::before {
    position: absolute;
    right: -8%;

    /* top: -50px; */
    bottom: 0;
    display: block;
    visibility: hidden;
    width: 37%;
    height: calc(100% + 50px);
    content: none;
    background: url("../img/recruit/index/bg_BBQ.png") no-repeat right bottom;
    background-size: contain;

    /* z-index: -1; */
    transform: translateX(101%);
    transition: all ease 0.5s;
}

.sec.r-data.rt-05.active::before {
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0.25s;
}

.cloud-wrap {
    overflow: hidden;
    perspective: 1000px;
}

.sec.r-data.rt-05 .tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2em 0;
    align-items: center;
    justify-content: center;

    /* 楕円感のため */
    max-width: 550px;
    margin-inline: auto;
}

.sec.r-data.rt-05 .tag-cloud .tag {
    padding: 0.45em 0.9em;
    margin-inline: 0.5em;
    margin-top: calc((var(--i, 0) * 1px));
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 0.6;
    white-space: nowrap;
    animation-name: float-soft;
    animation-duration: 16s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/* 1個目 */
.tag-cloud.is-career .tag:nth-child(1) {
    margin-left: 3em !important;
}

/* 上のほう */
.tag-cloud.is-career .tag:nth-child(-n + 2) {
    margin-inline: 2.5em;
}

/* 中央付近 */
.tag-cloud.is-career .tag:nth-child(n + 3):nth-child(-n + 6) {
    margin-inline: 0.3em;
}

/* 下のほう */
.tag-cloud.is-career .tag:nth-last-child(-n + 7) {
    margin-inline: 2em;
}

.tag-cloud.is-career .tag:nth-child(2n) {
    font-size: 130%;
}

.tag-cloud.is-career .tag:nth-child(3n) {
    color: #777;
    animation: float-soft 22s ease-in-out infinite;
}

.tag-cloud.is-career .tag:nth-child(4n) {
    font-size: 85%;
    animation: float-soft 13s ease-in-out infinite;
    animation-delay: -5s;
}

.tag-cloud.is-career .tag:nth-child(5n) {
    font-size: 170%;
    color: #333;
    animation-delay: -6s;
}

.tag-cloud.is-career .tag:hover {
    box-shadow: 0 6px 14px rgb(0 0 0 / 8%);
    transform: translateY(-2px);
}

@keyframes float-soft {
    0% {
        transform: translate(0, 0);
    }

    20% {
        opacity: 0.5;
        transform: translate(2px, -2px);
    }

    55% {
        transform: translate(-2px, 4px);
    }

    80% {
        opacity: 0.9;
        transform: translate(2px, 3px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@media print, (width >= 1200px) {
    .sec-data .rdata .r-data {
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .rdata .ttl-rt {
        width: 300px;
    }

    .rt-04 .box-rt {
        position: relative;
        left: -25px;
        width: calc(100% - 300px);
    }

    .rt-05 .box-rt {
        width: calc(100% - 300px);
        padding-left: 20px;
    }
}

@media (width <= 1400px) {
    .rt-05 .box-rt .pic-cercle {
        top: -100px;
        left: 85%;
        width: 120px;
    }

    .box-rt05 {
        width: 100%;
    }
}

@media (width <= 1199px) {
    .rdata .ttl-rt {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    .rdata .ttl-rt::before {
        position: absolute;
        top: 10px;
        left: 30px;
        display: block;
        width: calc(100% - 30px);
        height: 1px;
        content: "";
        background: #000;
    }

    .rdata .ttl-rt .f-en {
        margin-bottom: 20px;
    }

    .rt-01 .box-rt {
        position: relative;
        left: 4.5vw;
    }

    .rt-02 .box-rt {
        margin-left: 6vw;
    }

    .rt-03 .box-rt {
        width: 50%;
    }

    .r-data.rt-03.mb40 {
        margin-bottom: 0;
    }

    .r-data.rt-04.pb90 {
        padding-bottom: 40px;
    }

    .rt-04 .box-rt {
        position: relative;
        left: 5.5vw;
    }

    .rt-05 .box-rt {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .sec.r-data.rt-05::before {
        width: 42%;
    }

    .rt-05 .box-rt .pic-cercle {
        left: 65%;
    }
}

@media (width <= 991px) {
    .rdata .r-data:nth-child(1) .ttl-rt::before {
        content: none;
    }

    .sec-data .rdata {
        padding-top: 0;
    }

    .rt-01 .box-rt {
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }

    .rt-02 .box-rt {
        display: block;
        width: 370px;
        margin-right: auto;
        margin-left: auto;
    }

    .rt-03 .box-rt {
        left: -10%;
        width: 350px;
        margin-right: auto;
        margin-left: auto;
    }

    .rt-05 .box-rt {
        width: 85%;
        margin-left: 0;
    }
    .rt-05 {
        padding-bottom: 150px;
    }
}

@media (width <= 768px) {
    .rt-01 .box-rt {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
        background-position: 100px top;
    }

    .box-rt01.men {
        padding-right: 15px;
    }

    .box-rt01 .f-sz30 {
        margin-right: 0;
    }

    .rt-02 .box-rt {
        margin-left: 17vw;
    }

    .rt-03 .box-rt .type.typeO {
        right: 30px;
    }

    .rt-04 .box-rt .col.col-left {
        width: 170px;
    }

    .rt-04 .box-rt .col.col-right {
        width: calc(100% - 180px);
    }

    .rt-04 .box-rt .col.col-right .pic-mom {
        top: 0;
        width: 180px;
        padding: 5px;
    }

    .rt-04 .box-rt .col.col-right .pic-mom::before {
        top: 148px;
        transform: rotate(-45deg);
    }

    .rt-04 .box-rt .col.col-right .t-cercle {
        top: 92px;
        left: 155px;
        width: 100px;
        height: 100px;
    }

    .rt-04 .box-rt .col.col-right .t-hukidashi {
        top: 165px;
        left: 10px;
    }

    .rt-05 .box-rt .pic-cercle {
        top: -130px;
    }

    .t-number.number24::after {
        font-size: 2rem;
    }
}

@media (width <= 480px) {
    .t-percent.percent50::after {
        font-size: 2.8rem;
    }

    .t-percent.percent40::after {
        font-size: 2.5rem;
    }

    .t-percent.percent30::after {
        font-size: 2.3rem;
    }

    .rt-01 .box-rt {
        left: 4vw;
        background-position: 80px -5px;
        background-size: 125px auto;
    }

    .rt-02 .box-rt {
        width: 90%;
        margin: 0 auto;
    }

    .rt-03 .box-rt {
        left: 10%;
        width: 70%;
    }

    .rt-03 .box-rt .f-sz65 {
        font-size: 5.5rem;
    }

    .rt-03 .box-rt .type::before {
        font-size: 14rem;
    }

    .t-percent.percent30::after {
        font-size: 2.5rem;
    }

    .rt-03 .box-rt .type.typeA {
        top: -20px;
        right: 25px;
    }

    .rt-03 .box-rt .type.typeB {
        top: 20px;
        right: 73%;
    }

    .rt-03 .box-rt .type.typeO {
        top: 120px;
        right: 30%;
    }

    .rt-03 .box-rt .type.typeAB {
        top: 155px;
        right: 95%;
    }

    .rt-03 .box-rt {
        height: 250px;
    }

    .rt-04 .box-rt {
        left: 0;
    }

    .rt-04 .box-rt .col.col-left {
        left: 10px;
        width: 150px;
        padding-top: 45px;
    }

    .rt-04 .box-rt .col.col-right {
        left: -20px;
        width: calc(100% - 150px);
    }

    .rt-04 .box-rt .t-mom {
        padding-top: 20px;
    }

    .rt-04 .box-rt .col.col-right .pic-mom {
        top: -45px;
        left: -5px;
        width: 160px;
    }

    .rt-04 .box-rt .col.col-right .pic-mom::before {
        top: 135px;
    }

    .rt-04 .box-rt .col.col-right .t-cercle {
        top: 50px;
        left: 90px;
        width: 90px;
        height: 90px;
        transform: scale(0.9);
        transform-origin: right top;
    }

    .rt-04 .box-rt .col.col-right .t-hukidashi {
        top: 125px;
        left: -5px;
        width: 195px;
    }

    .box-rt05 {
        width: 100%;
        min-width: 100%;
    }

    .rt-05.pb90 {
        padding-bottom: 80px;
    }

    .rt-05 .box-rt {
        width: 100%;
    }

    .rt-05 .box-rt .pic-cercle {
        width: 100px;
    }

    .sec.r-data.rt-05::before {
        width: 52%;
    }

    .sec.r-data.rt-05 .tag-cloud .tag {
        margin-inline: 0.2em;
    }

    .tag-cloud.is-career .tag:nth-child(4n) {
        font-size: 90%;
    }

    .tag-cloud.is-career .tag:nth-child(5n) {
        font-size: 145%;
    }
}

@media (width <= 350px) {
    .rt-04 .box-rt .col.col-right .t-hukidashi {
        top: 115px;
        left: 0;
        width: 185px;
    }
}

/* photo gallery -------------------------------------- */
.recruit-gallery2.bg-gray {
    position: relative;

    /* background: #f8f8f8; */
}

.recruit-gallery2.bg-gray .wrapper {
    position: relative;
}

.recruit-gallery2 .mttl .ttl-main {
    color: #000;
}

/* .recruit-gallery2 .mttl {
    position: absolute;
    line-height: 1;
    color: #000;
    letter-spacing: -0.002em;
} */

.recruit-gallery2 .list-photo {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));

    /* grid-template-rows: 250px 1fr 1fr 1fr;
	xgrid-auto-rows: 100px; 高さ基準 */
    gap: 10px;
}
.recruit-gallery2 .list-photo .item-photo {
  min-width: 0;
  min-height: 0;
}
.recruit-gallery2 .item-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit-gallery2 .list-photo .item-photo {
    /* aspect-ratio: 1 / 1; */
}

.recruit-gallery2 .list-photo .item-photo .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit-gallery2 .item-photo.ofi-1x1 {
    aspect-ratio: 1 / 1;
}

.recruit-gallery2 .item-photo.img-big {
    grid-row: span 2;
    grid-column: span 2;
}

.recruit-gallery2 .list-photo .item-photo.img-big-yoko {
    grid-column: span 3;
}

@media (width <= 767px) {
    .recruit-gallery2 .list-photo {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .recruit-gallery2 .list-photo .item-photo:nth-child(16) {
        display: none;
    }
}

@media (width <= 480px) {
    .recruit-gallery2 .list-photo {
        gap: 3px;
    }
}

/* section-recruit-links ------------------------------ */
.page-recruittop .section-recruit-links .wrapper {
    position: relative;
}

@media print, (width >= 1500px) {
    .page-recruittop .section-recruit-links .wrapper {
        max-width: none;
    }
}

@media print, (width >= 992px) {
    .page-recruittop .section-recruit-links .links-bottom {
        width: 90%;
    }
}

/* bg-wblue rb-data ----------------------------------- */
.page-recruittop .bg-wblue {
    background-color: #beefee;
}

#recruitbottom .wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

#recruitbottom .mttl {
    color: #000;
}

#recruitbottom .mttl .ttl-main .txt-big {
    padding-right: min(15px, 3%);
}

#recruitbottom .mttl .ttl-sub {
    margin-top: -10px;
}

@media print, (width >= 768px) {
    #recruitbottom {
        padding: 0 50px;
    }
}

@media print, (width >= 1101px) {
    #recruitbottom {
        padding: 0 5%;
    }
}

@media (width <= 767px) {
    #recruitbottom .wrapper {
        padding-right: 5%;
        padding-left: 5%;
    }
}

/* rb-data */
.rb-data .col-left {
    padding-left: 0;
}

.rb-data .col-left span,
.rb-data .col-right span {
    color: #000;
}

/* rb-01 */
.rb-01 {
    width: 100%;
}

.rb-01.flex .col-left,
.rb-01.flex .col-right {
    flex: 0 1 auto;
}

.rb-01.flex .col-left {
    width: 47.4085%;
}

.rb-01.flex .col-right {
    width: 52.5915%;
}

.flex-item {
    flex: 0 1 auto;
}

/* rb-02 */
.rb-02.flex {
    width: 100%;
    background: #fff;

    /* background: #fff url(../img/recruit/index/rbottom_02_maker.png) no-repeat right 50%;
	background-size: auto 100%; */
}

.rb-02.flex .col {
    vertical-align: middle;
}

.rb-02.flex .col-right {
    text-align: right;
}

.rb-02 .col-left {
    padding: 0 0 0 3.5%;
    margin: 0 auto;
}

.rb-02 .col-left .flex {
    display: flex;
    flex-basis: auto;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.rb-02 .col-left .flex .ttl {
    display: flex;
    align-items: center;
}

.rb-02 .col-left .flex .f-sz26 {
    padding-right: 1.5vw;
    white-space: nowrap;
}

.rb-02 .col-left .f-teko {
    position: relative;
    padding-top: 20px;
    padding-right: 35px;
    line-height: 1;
    text-align: right;
}

.rb-02 .col-left .f-teko::after {
    position: absolute;
    right: 0;
    bottom: 25px;
    display: inline-block;
    padding-left: 3px;
    font-family:
        "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ",
        "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    content: "年";
}

.rb-02 .col-left .flex .img {
    margin-left: 2%;
}

/* rb-03 */
.rb-03 {
    margin-right: 15px;
    background: #fff url("../img/recruit/index/rbottom_03_bg@2x.png") no-repeat
        center bottom;
    background-size: 100% auto;
}

/* rb-04 */
.rb-04 {
    margin-left: 15px;
}

/* rb-05 */
.rb-05 {
    margin-right: 15px;
    margin-left: 15px;
    background: #fff url("../img/recruit/index/rbottom_05_02.jpg") no-repeat
        right bottom;
    background-size: 100% auto;
}

/* rb-06 */
.rb-06 {
    margin-left: 15px;
}

@media print, (width >= 768px) {
    .rb-03 {
        flex-basis: 31.7835%;
    }

    .col-rb345 .col:nth-child(2) {
        flex-basis: 68.2165%;
    }

    .rb-04 .mttl-rb04 {
        flex-basis: 43.3526%;
    }

    .rb-04 .c-rb04 {
        flex-basis: 56.6474%;
    }

    .rb-05,
    .rb-06 {
        width: 48.208%;
    }

    .rb-07 .mttl-rb07 {
        width: 42.68292%;
    }

    .rb-07 .c-rb07 {
        width: 57.31708%;
    }
}

@media print, (width >= 1101px) {
    /* .rb-02 .col-left{
		width: 410px;	
	} */
}

@media (width <= 1100px) {
    /* .rb-02 .col-left{
		width: 365px;	
	} */
    .rb-02 .col-left .flex .f-sz26 {
        font-size: 2.2rem;
    }
    .rb-02 .col-left .flex .img {
        margin-left: 0;
    }
}

@media (width <= 991px) {
    .rb-02 .col-left {
        padding: 0;
    }
    .rb-02 .col-left .flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .rb-02 .col-left .flex .f-sz26 {
        padding-right: 2%;
        font-size: 2.15rem;
    }
    .rb-02 .col-left .flex .img {
        margin-top: -20px;
    }

    /* .rb-02 .col-left {
		width: 300px;
	}
	.rb-02.flex {
		background-size: 60% auto;
	} */
}

@media (width <= 767px) {
    /* rb-01 */

    .rb-01.flex {
        display: block;
    }

    .rb-01.flex .col-left,
    .rb-01.flex .col-right {
        width: 100%;
    }

    .rb-01 span {
        display: block;
        text-align: center;
    }

    .rb-01 img {
        width: 75%;
        height: auto;
    }

    /* rb-02 */
    .rb-02.flex,
    .rb-02.flex .col {
        display: block;
        padding: 0;
        margin-right: auto;
        margin-left: auto;
    }

    /* .rb-02.flex {
		background-size: 100% auto;
    	padding-bottom: calc(90% * 135/891);
		background-position: center bottom;
	} */
    .rb-02 .col-left .flex {
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        padding-top: 10px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .rb-02 .col-left .flex .img {
        width: 100%;
    }

    .rb-02 .col-left .f-teko {
        width: 110px;
    }

    .rb-02.flex .col-right {
        text-align: center;
    }

    .rb-02 .col-right img {
        width: 85%;
    }

    /* col-rb345 */
    .col-rb345.flex {
        display: block;
    }

    /* rb-03 */
    .rb-03 {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .rb-data.rb-03 {
        display: block;
        background-position: right bottom;
        background-size: 45% auto;
    }

    .rb-data.rb-03 .mttl-rb03 {
        display: block;
        width: 50%;
        padding-bottom: 10px;
    }

    .rb-data.rb-03 .c-rb02 {
        vertical-align: bottom;
        text-align: right;
    }

    .rb-03 .c-rb02 img {
        width: 80%;
    }

    /* rb-04 rb-05 */

    .rb-04,
    .rb-05 {
        margin-left: 0;
    }

    .rb-05,
    .rb-06 {
        width: 50%;
    }

    .rb-04 .mttl-rb04 {
        width: 43.35%;
    }

    .rb-04 .c-rb04 {
        width: 56.65%;
    }

    .rb-05 {
        margin-right: 12px;
    }

    /* .rb-06 */
    .rb-06 {
        margin-left: 12px;
    }

    /* rb-07 */
    .rb-07 {
        display: block;
    }

    .rb-07 .mttl-rb07 {
        max-width: 520px;
        padding-right: 5%;
    }

    .rb-07 .c-rb07 {
        padding-left: 20px;
    }
}

@media (width <= 480px) {
    /* rb-01 */
    .rb-01 img {
        width: 100%;
    }

    /* rb-02 */
    .rb-02 .col-left {
        width: 100%;
    }

    .rb-02 .col-left .flex .f-sz26 {
        font-size: 1.8rem;
    }

    .rb-02 .col-left .f-teko {
        padding-top: 10px;
    }

    .rb-02 .col-right img {
        width: 100%;
    }

    /* rb-03 */

    .rb-data.rb-03 {
        padding-bottom: calc(50% * 590 / 843);
        background-position: center bottom;
    }

    .rb-data.rb-03 .mttl-rb03 {
        width: 100%;
        padding-bottom: 0;
        text-align: center;
    }

    .rb-data.rb-03 .mttl-rb03 img {
        width: 95%;
    }

    /* rb-04 */
    .rb-04.flex {
        display: block;
    }

    .rb-04 .c-rb04 {
        width: 100%;
    }

    .rb-04 .mttl-rb04 {
        width: 100%;
        padding-right: 7%;
    }

    /* rb-05 rb-06 */
    .col-rb56 {
        display: block;
    }

    .rb-05,
    .rb-06 {
        width: 100%;
    }

    .rb-05 {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .rb-06 {
        margin-left: 0;
        background-size: auto 100%;
    }

    /* rb-07 */
    .rb-07 {
        display: block;
    }

    .rb-07 .mttl-rb07 {
        padding-right: 15px;
    }

    .rb-07 .c-rb07 {
        padding-left: 20px;
    }
}

/* BENEFITS & PERK */
.sec-benefits {
    background-color: #e1f8fc;
}

.sec-benefits .ilb {
    display: inline-block;
}

.sec-benefits .is-blc {
    gap: 30px 40px;
}

.sec-benefits .detail-content {
    width: 65%;
    max-width: calc(100% - 430px);
}

.sec-benefits .item-list {
    counter-reset: item;
}

.sec-benefits .item {
    position: relative;
    counter-increment: item;
    background-color: #fff;
}

.sec-benefits .item:not(:last-child) {
    margin-bottom: 15px;
}

.sec-benefits .item::before {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 50px;
    aspect-ratio: 1/1;
    padding: 7px 0 0 7px;
    font-family: Lato, sans-serif;
    font-size: 13px;
    color: #fff;
    content: counter(item, decimal-leading-zero);
    background-color: #00abeb;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.sec-benefits .text-area {
    flex: 1;
    padding: 47px 46px;
}

.sec-benefits .item-title {
    font-size: clamp(2.1rem, 1.7664rem + 0.69vw, 2.6rem);
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    letter-spacing: 0.075em;
}

.sec-benefits .item-title .sub {
    display: block;
    padding-bottom: 10px;
    font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
}

.sec-benefits .text-area .txt {
    line-height: 1.8;
    letter-spacing: 0.075em;
}

.sec-benefits .text-area dl {
    gap: 10px 27px;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.075em;
}

.sec-benefits .text-area dt {
    font-weight: bold;
}

.sec-benefits .text-area dd p {
    display: flex;
}

.sec-benefits .text-area dd .ind {
    flex: 1;
}

.sec-benefits .vision-img {
    width: 35%;
}

.sec-benefits .img-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sec-benefits .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-benefits .other li {
    position: relative;
    padding-left: min(5.14vw, 24px);
    margin-bottom: 2px;
    font-weight: bold;
    line-height: 1.6;
}

.sec-benefits .other li::before {
    position: absolute;
    top: 0.48em;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background-color: #00abeb;
    border-radius: 50%;
}

@media (width <= 1250px) {
    .sec-benefits .is-blc {
        flex-flow: column;
    }

    .sec-benefits .detail-content {
        width: 100%;
        max-width: none;
    }
}

@media (width <= 991px) {
    .sec-benefits .text-area dl {
        flex-flow: column;
    }

    .sec-benefits .vision-img {
        width: min(40%, 340px);
    }
}

@media (width <= 767px) {
    .sec-benefits .item {
        flex-flow: column;
    }

    .sec-benefits .vision-img {
        width: 100%;
    }

    .sec-benefits .img-box {
        aspect-ratio: 2/1;
    }
}

@media (width <= 480px) {
    .sec-benefits .item-title .sub {
        padding-bottom: 0;
    }

    .sec-benefits .text-area {
        padding: 40px 20px 20px;
    }

    .sec-benefits .item::before {
        top: 2px;
        left: 2px;
        width: 45px;
        padding: 5px 0 0 6px;
    }
}
