/* 採用情報 */

.recruit-top {
    position: relative;
    height: 26rem;
    padding-top: 4rem;
}

.recruit-top h2{
    font-size: 2rem;
    font-weight: bold;
    color: var(--maincolor);
    margin-left: 4rem;
    letter-spacing: 0.25rem;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}

.recruit-top h1{
    font-size: 4rem;
    font-weight: bold;
    color: var(--maincolor);
    margin-left: 4rem;
    letter-spacing: 0.25rem;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
}

.recruit-top-frame{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    align-items: center;
    background-color: #F4F4F4;
    padding: 4rem 0;
}

.info-frame{
    position: relative;
    color: var(--maincolor);
    font-weight: bold;
    padding: 1rem 4rem;
}

.info-text span{
    position: relative;
    font-size: 1.5rem;
    color: var(--maincolor);
    font-weight: bold;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.25;
    letter-spacing: 0.25rem;
}

.info-frame-white{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    clip-path: polygon(
        10% 0,       /* 左上 */
        100% 0,    /* 右上 */
        90% 100%,    /* 右下*/
        0 100%     /* 左下 */
    );
}

.recruit-top-frame .pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center ;
    font-size: 1rem;
    font-weight: normal;
    color: black;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    gap: 0.25rem;
}

.recruit-top-frame .pc span {
    font-size: 1.2rem;
    color: black;
    letter-spacing: 0.25rem;
    line-height: 1.5;
}


.recruit-top-frame .sp{
    display: none;
}

.top-frame-gray{
    /* background-color: #F4F4F4; */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #F4F4F4;
    width: 100%;
    height: 26rem;
    clip-path: polygon(
        100% 0,       /* 左上 */
        100% 0,    /* 右上 */
        100% 100%,    /* 右下*/
        0 100%     /* 左下 */
    );
}

.message-button{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: white;
        padding: 1rem 2rem;
        padding-right: 1rem;
        border-radius: 50px;
        border: 1px solid var(--maincolor);
        text-decoration: none;
        transition: background-color 0.3s ease;
        width: 15rem;
        color: var(--maincolor);
        font-size: 1rem;
}

.message-icon{
    height: 2rem;
    width: 2rem;
}

.culture-content .pc{
    display: block;
}

.culture-content .sp{
    display: none;
}

.sub-title{
    position: relative;
    height: 23rem;
}

.sub-title-space {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    margin-left: 10rem;
    letter-spacing: 0.1rem;
    line-height: 1;
}

.sub-title-text {
    font-size: 3rem;
    font-weight: bold;
    color: var(--maincolor);
}

.mini-title {
    font-size: 1rem;
    font-family: "Public Sans", sans-serif;
    font-style: italic;
    font-weight: 900;
    color: black;
    margin-bottom: 0.5rem;
}

.culture-frame-gray{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #F4F4F4;
    width: 100%;
    height: 22rem;
    clip-path: polygon(
        0 0,       /* 左上 */
        100% 0,    /* 右上 */
        0 100%,    /* 右下*/
        0 100%     /* 左下 */
    );
}

.arrow-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.to-left , .to-right {
    position: relative;
    background: var(--maincolor);
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.back-english {
    position: absolute;
    z-index: 2;
    font-size: 5rem;
    font-weight: bold;
    top: 0;
    right: 0;
    color: #0747BD;
    font-family: "Public Sans", sans-serif;
    font-style: italic;
    font-weight: 900;
}

.back-english-right {
    position: absolute;
    z-index: 2;
    font-size: 5rem;
    font-weight: bold;
    top: 0;
    left: 0;
    color: #0747BD;
    font-family: "Public Sans", sans-serif;
    font-style: italic;
    font-weight: 900;
}

.to-left {
    clip-path: polygon(
        30% 0,       /* 左上 */
        100% 0,    /* 右上 */
        100% 100%,    /* 右下*/
        25% 100%     /* 左下 */
    );
}

@media (max-width: 1699px) {
    .to-left {
        clip-path: polygon(20% 0, /* 左上 */ 100% 0, /* 右上 */ 100% 100%, /* 右下*/ 15% 100% /* 左下 */);
    }
}

.to-right {
    clip-path: polygon(
        0 0,       /* 左上 */
        75% 0,    /* 右上 */
        70% 100%,    /* 右下*/
        0 100%     /* 左下 */
    );
}

.arrow-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 40rem;
    color: #fff;
    z-index: 3;
    padding-left: 1rem;
    gap: 0.5rem;
}

.arrow-text h3 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-left: 1rem;
}

.arrow-text p {
    font-size: 1rem;
    margin-left: 1rem;
}

.style-content{
    margin-top: 8rem;
    margin-bottom: 10rem;
}

.icon {
    height: 8rem;
    width: 8rem;
    color: var(--maincolor);
}

@media (max-width: 1699px) {
    .icon {
        height: 4rem;
        width: 4rem;
    }
}

.sub-style-title{
    display: flex;
    flex-direction: column;
    margin-left: 10rem;
    letter-spacing: 0.1rem;
    line-height: 1;
}

.style-inner-content {
    margin: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.style-title {
    color: var(--maincolor);
    font-weight: bold;
    font-size: 2rem;
    margin-left: 12rem;
    width: 100%;
    display: flex;
    justify-content: start;
}

.skill-content {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    justify-content: space-between;
    margin-bottom: 4rem;
    width: 80%;
}

.skill-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: white;
    border: 1px solid var(--maincolor);
    border-radius: 20px;
    padding: 2rem;
    width: 30%;
    aspect-ratio: 1 / 1;
    position: relative;
}

.skill-box::after{
    content: "";
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    background-color: var(--maincolor);
    width: 90%;
    height: 90%;
    z-index: -2;
    border-radius: 20px;
    border-bottom-right-radius: 0;
}

.skill-box-frame{
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: #BBFF00;
    width: 4rem;
    height: 4rem;
    z-index: 2;
    clip-path: polygon(
        0 0,       /* 左上 */
        100% 0,    /* 右上 */
        0 100%,    /* 右下*/
        0 100%     /* 左下 */
    );
    border: 1px solid var(--maincolor);
}

.skill-title{
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.skill-title span , .skill-text {
    font-size: 1rem;
}

.life-content {
    display: grid;
    grid-template-columns: repeat(3, 30%); /* ← 幅を固定 */
    gap: 3rem;
    justify-content: center;
    align-items: stretch;
    width: 80%;
}

.life-box-frame{
    position: absolute;
    bottom: -1px;
    right: -2px;
    background-color: #BBFF00;
    width: 4rem;
    height: 4rem;
    z-index: 2;
    clip-path: polygon(
        100% 0,       /* 左上 */
        100% 0,    /* 右上 */
        100% 100%,    /* 右下*/
        0 100%     /* 左下 */
    );
}

.life-content > .life-box:nth-child(odd) .life-box-frame {
    background-color: var(--maincolor) ; /* 奇数番目の色 */
}

.life-content > .life-box:nth-child(even) .life-box-frame {
    background-color: #BBFF00; /* 偶数番目の色 */
}


.life-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: white;
    border: 1px solid var(--maincolor);
    border-radius: 20px;
    padding: 2rem;
    aspect-ratio: 1/1;
}

.life-box::after {
    position: absolute;
    z-index: -1;
    content: "";
    bottom: -0.5rem;
    right: -0.5rem;
    width: 90%;
    height: 90%;
    background-color: gray; /* デフォルト色（念のため） */
    border-radius: 20px;
    border-bottom-right-radius: 0;
}

/* 奇数 */
.life-content > .life-box:nth-child(odd)::after {
    background-color: var(--maincolor);
}

/* 偶数 */
.life-content > .life-box:nth-child(even)::after {
    background-color: #BBFF00;
}

.life-title{
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.life-title span ,.life-text {
    font-size: 1rem;
}

.recruit-operations-card .pc {
    display: block;
}

.recruit-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F4F4F4;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.recruit-container > div{
    width: 40%;
}

@media (max-width: 1650px) {
    .recruit-container > div{
        width: 60%;
    }
    
}

.recruit-title-outer{
    width: 100%;
    margin-bottom: 1rem;
}

.recruit-title{
    display: flex;
    align-items: end;
}

.recruit-title-box {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    border-top: 2px solid var(--maincolor);
    background: transparent;
    white-space: nowrap; /* ← 折り返しを防止！ */
}

.recruit-title-text {
    color: var(--maincolor);
    font-weight: bold;
    font-size: 1.5rem;
    padding-right: 2rem;
    background-color: transparent;
    
}

/* 斜め三角形を clip-path で作る*/
.recruit-title-slash {
    /* width: 0;
    height: 0; */
    position: relative;
    background-color: var(--maincolor);
    height: 40px;
    width: 20px;
    clip-path: polygon(
    0 0,    /* 左上 */
    10% 0,   /* 右上 */
    100% 100%, /* 右下 */
    90% 100%    /* 左下 */
);
}

/* 右側に水平に続く青い線 */
.recruit-title-line {
    flex: 1;
    border-top: 2px solid var(--maincolor);
    height: 0;
}

.recruit-operations-cards,.recruit-stacks-cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 2rem 0;
}

.recruit-operations-card{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0.5rem 1.5rem;
        background: #fff;
        border-radius: 5px;
}

.recruit-operations-card p{
    font-size: 1rem;
    width: 100%;
}

    .operations-text{
        display: flex;
        flex-direction: column;
        margin-right: 1rem;
        justify-content: space-between;
        width: 70%;
        gap: 0.5rem;
}

.operations-text p {
        font-size: 1rem;
}

.operations-text h3 {
        font-size: 1.2rem;
        font-weight: normal;
        color: var(--maincolor);
}

.work-icon{
        height: 8rem;
        width: 8rem;
        fill: var(--maincolor);       /* 塗りの色 */
}


.recruit-stacks-card{
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 90px;
        padding: 1rem 2rem;
        padding-left: 1rem;
        background: #fff;
        z-index: 1;
        border: 1px solid var(--maincolor);
        border-radius: 12px;
}

.recruit-operations-card ,.recruit-stacks-card{
    padding: 1rem 1rem;
}

.stack-icon{
        position: absolute;
        top: -3;
        left: 10;
        height: 2.5rem;
        width: 2.5rem;
        color: var(--maincolor);       /* 塗りの色 */
        z-index: 3;
}

.recruit-text{
        display: flex;
        flex-direction: column;
        color: black;
        z-index: 3;
        margin-left: 4rem;
        gap: 0.5rem;
}
.recruit-text h2{
        font-size: 100%;
        font-weight: normal;
}

.collapsible {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease;
}

.recruit-text p{
        padding-top: 2.5rem;
        font-size: 1rem;
        color: black;
}

.recruit-stacks-frame{
        position: absolute;
        top: -5;
        right: 10;
        background-color: var(--maincolor);
        width: 90%;
        padding: 0.5rem 3rem;
        z-index: 5;
        clip-path: polygon(
            5% 0,    /* 左上 */
            100% 0,   /* 右上 */
            100% 100%, /* 右下 */
            0 100%    /* 左下 */
        );
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
}

.recruit-stacks-frame h2 {
        color: white;
        font-size: 1.2rem;
        font-weight: bold;
}

.arrow {
        display: inline-block;
        font-size: 1rem;
        /* transition: transform 0.3s ease; */
}
                                                                    
      /* 開いてるとき */
.arrow.open {
        transform: rotate(180deg); /* ▼ → ▲ */
}

.join-container{
    margin: 6rem 0;
    margin-bottom: 10rem;
}

.title-cut{
    position: relative;
    color: white;
    padding-bottom: 2rem;
    padding-left: 3rem;
}

.title-cut h1 {
    position: relative;
    font-size: 5rem;
    font-family: "Public Sans", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-optical-sizing: auto;
    z-index: 2;
}

.title-cut p {
    position: relative;
    font-size: 1rem;
    z-index: 2;
}

.title-cut-frame{
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 1;
    background: var(--maincolor);
    clip-path: polygon(
        0 0,       /* 左上 */
        75% 0,    /* 右上 */
        70% 100%,    /* 右下*/
        0 100%     /* 左下 */
    );
}

.person-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-top: 4rem;
}

.person-inner{
    width: 50%;
}

.person-h2 h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--maincolor);
}

.person-cards{
    display: flex;
    flex-direction: column;
    margin-left: 4rem;
    margin-top: 1rem;
    gap: 2rem;
}

.person-card{
    position: relative;
}

.person-title{
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
    font-family: "Public Sans", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-optical-sizing: auto;
}

.person-text{position: relative;
    font-size: 1.2rem;
    z-index: 2;
    margin-left: 2rem;
}

.person-card-frame{
    position: absolute;
    top: 0;
    left: -1rem;
    width: 3rem;
    height: 100%;
    z-index: 1;
    background: #BBFF00;
    clip-path: polygon(
        50% 0,       /* 左上 */
        100% 0,    /* 右上 */
        50% 100%,    /* 右下*/
        0 100%     /* 左下 */
    );
}

    .recruit-info-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 4rem 0;
    }

    .recruit-info-cards{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        padding: 1rem 4rem;
        padding-bottom: 2rem;
        background: #F4F4F4;
        width: 40%;
    }

    @media (max-width: 1700px) {
        .recruit-info-cards{
            width: 80%;
        }
    }

        .recruit-info-card-content.pc {
        display: flex;
    }

    .recruit-info-card-content.sp {
        display: none;
    }

    .recruit-info-cards > div{
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .recruit-info-cards h2{
        font-size: 1.5rem;
        font-weight: normal;
        color: var(--maincolor);
        margin-top: 1rem;
    }

    .recruit-info-card {
        display: flex;
        align-items: stretch;
        gap: 2%;
        font-size: 1rem;
    }
    .recruit-info-card div {
        display: flex;
        align-items: center;
        background: #fff;
        padding: 1rem;
        display: flex;
        align-items: center;
    }

    .recruit-info-card-title ,.recruit-info-card-content {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .recruit-info-card-title {
        width: 25%;
    }

    .recruit-info-card-content {
        width: 73%;
    }
    .recruit-info-mail{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .recruit_company_list_link{
        color: var(--maincolor);
        text-decoration: underline;
    }
    .recruit_company_list_link:hover{
        font-weight: bold;
        text-decoration: underline;
    }


/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	▼　タブレット用css　▼
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/

@media (max-width:1300px) {

    .recruit-top {
        position: relative;
        height: 12rem;
        padding-top: 1rem;
    }

    .recruit-top h2{
        font-size: 1rem;
        margin-left: 0.5rem;
        margin-top: 0.5rem;
        letter-spacing: 0.1rem;
    }
    
    .recruit-top h1{
        font-size: 1.8rem;
        margin-left: 0.5rem;
        letter-spacing: 0.1rem;
        line-height: 1.2;
    }

    .top-frame-gray{
        height: 11rem;
    }

    .recruit-top-frame{
        width: 100%;
        gap: 1rem;
        padding: 0;
    }

    .recruit-top-frame .pc {
        display: none;
    }

    .recruit-top-frame .sp {
        display: block;
        font-size: 1rem;
        font-weight: normal;
        color: black;
        letter-spacing: 0;
        line-height: 1.5;
        padding: 0 2rem;
        margin: 1rem 0;
    }

    .message-button{
        padding: 0.5rem 2rem;
        padding-right: 1rem;
    }

    .message-icon{
        height: 1.5rem;
        width: 1.5rem;
    }

    .culture-content .pc{
        display: none;
    }

    .culture-content .sp{
        display: block;
        margin-left: 2rem;
        margin-top: 1rem;
        color: var(--maincolor);
    }

    .sub-title{
        height: 11rem;
    }
    
    .sub-title-space {
        margin-left: 0.5rem;
        letter-spacing: 0;
        bottom: 0;
    }
    
    .sub-title-text {
        font-size: 1.3rem;
    }
    
    .culture-frame-gray{
        height: 11rem;
    }

    .arrow-content {
        gap: 0;
        margin-top: 0;
    }
    
    .to-left , .to-right {
        padding: 1rem 2rem;
    }

    .back-english {
        font-size: 2rem;
        bottom: 0;
        right: 0;
    }

    .back-english-right {
        font-size: 2rem;
        bottom: 0;
        left: 0;
    }

    .to-left {
        clip-path: polygon(
            10% 0,       /* 左上 */
            100% 0,    /* 右上 */
            100% 100%,    /* 右下*/
            5% 100%     /* 左下 */
        );
    }
    
    .to-right {
        clip-path: polygon(
            0 0,       /* 左上 */
            90% 0,    /* 右上 */
            95% 100%,    /* 右下*/
            0 100%     /* 左下 */
        );
    }

    .arrow-text {
        width: auto;
    }
    
    .arrow-text h3 {
        font-size: 1rem;
        margin-left: 1rem;
    }
    
    .arrow-text p {
        font-size: 0.8rem;
        margin-left: 1.5rem;
        margin-right: 0.5rem;
    }

    .style-content{
        margin-top: 5rem;
        margin-bottom: 4rem;
    }

    .icon {
        height: 4rem;
        width: 4rem;
    }

    .sub-style-title{
        margin-left: 0.5rem;
        letter-spacing: 0;
        line-height: 1;
    }

    .style-inner-content {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1rem;
    }
    
    .style-title {
        font-size: 1.2rem;
        margin: 0;
        margin-top: 1rem;
        padding-left: 2rem;
    }

    .skill-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        margin-bottom: 2rem;
    }

    .skill-box , .life-box {
        justify-content: space-between;
        /* gap: 0.5rem; */
        border-radius: 20px;
        padding: 1rem 1rem;
        max-width: 12rem;
        min-width: 12rem;
        min-height: 12rem;
        max-height: 12rem;
    }

    .skill-box::after{
        bottom: -0.8rem;
        right: -0.8rem;
        width: 90%;
        height: 90%;
        border-radius: 20px;
        border-bottom-right-radius: 0;
    }
    
    .skill-box-frame{
        position: absolute;
        top: -1px;
        left: -1px;
        background-color: #BBFF00;
        width: 3rem;
        height: 3rem;
        z-index: 2;
    }

    .skill-title ,.life-title {
        font-size: 1rem;
        letter-spacing: 0;
    }

    .skill-title span , .skill-text , .life-title span {
        font-size: 0.8rem;
    }

    .life-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .life-box-frame{
        width: 3rem;
        height: 3rem;
        bottom: -2px;
        right: -2px;
    }

    .life-text {
        font-size: 0.8rem;
        padding-right: 0.5rem;
    }

    .recruit-operations-card .pc {
        display: none;
    }

    .recruit-title-text {
        font-size: 1.2rem;
        padding-right: 1rem;
    }

    .recruit-operations-cards,.recruit-stacks-cards{
        margin-bottom: 2rem;
    }

    .operations-text {
        display: flex;
        flex-direction: column;
        margin-right: 0;
        justify-content: space-between;
        width: 100%;
        gap: 0.5rem;
    }

    .recruit-operations-card p{
        width: 100%;
        font-size: 0.8rem;
    }

    .operations-text h3 {
    font-size: 1rem;
    }

    .recruit-stacks-card{
        min-height: 50px;
    }

    .recruit-stacks-frame{
        top: -5;
        right: 5;
        width: 90%;
        padding-right: 0.2rem;
        margin-left: 10%;
    }

    .arrow {
        font-size: 0.5rem;
    }

    .stack-icon {
        /* top: -3;
        left: 8;
        height: 2rem;
        width: 2rem; */
        display: none;
    }

    .recruit-stacks-frame h2 {
        font-size: 0.8rem;
    }

    .recruit-container > div {
        width: 100%;
        padding: 0 2rem;
    }

    .recruit-text{
        margin-left: 2rem;
    }

    .recruit-text p{
        padding-top: 1.5rem;
        font-size: 0.8rem;
    }

    .join-container {
        margin: 3rem 0;
        margin-bottom: 5rem;
    }

    .title-cut-frame {
        width: 95%;
        height: 100%;
        clip-path: polygon(
            0 0, /* 左上 */ 
            100% 0, /* 右上 */ 
            80% 100%, /* 右下*/ 
            0 100% /* 左下 */
        );
    }

    .title-cut {
        padding-left: 0.5rem;
    }

    .title-cut h1 {
        font-size: 2.5rem;
    }

    .title-cut p {
        font-size: 0.7rem;
        width: 70%;
    }

    .person-container {
        gap: 2rem;
        margin-top: 1rem;
    }

    .person-inner {
        width: 100%;
        padding: 0 1rem;
    }

    .person-cards {
        margin-left: 1rem;
        margin-top: 1rem;
        gap: 1.5rem;
    }

    .person-h2 h2 {
        font-size: 1.5rem;
    }

    .person-title {
        font-size: 1rem;
    }

    .person-text {
        font-size: 1rem;
        z-index: 2;
        margin-left: 1.5rem;
    }

    .recruit-info-container{
        margin: 0 ;
    }

    .recruit-info-cards{
        padding: 1rem;
        width: 100%;
        margin-bottom: 4rem;
    }

    .recruit-info-card-content.pc {
        display: none;
    }

    .recruit-info-card-content.sp {
        display: flex;
    }

    .recruit-info-card-title {
        width: 30%;
    }

    .recruit-info-card-content{
        width: 65%;
    }

    .recruit-info-card div {
        padding: 0.5rem;
        font-size: 0.8rem;
    }

    .recruit-info-cards h2 {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }

    .info-frame {
        padding: 0.5rem 2rem;
    }

    .info-text span {
        font-size: 1rem;
        line-height: 1.25;
        letter-spacing: 0.15rem;
    }

}

@media(max-width:900px){


}

/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	▼　スマホ用css　▼
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/

@media (max-width: 600px) {
}

@media(max-width:450px){
}