@charset "utf=8";

/* ==========================================
RECRUIT
========================================== */

.in-read-textMg01 {
    margin-top: 4rem;
}

.recruit-lead-flex  {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 2rem auto 0;
}

.recruit-read-wrapper {
    margin: 10rem 0 0;
}

.recruit-read-area {
    width: 100%;
    max-width: 147rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.recruit-read-box {
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
}

.recruit-read-text-box h2 {
    text-align: center;
}

.in-read-text01,
.in-read-text03 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 3.125;
    text-align: center;
    font-weight: 400;
}

.in-read-text02 {
    display: inline-block;
    padding: 0 0 1rem 0;
    font-size: 2rem;
    color: #776F6F;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #707070;
}

.in-read-text03 {
    margin: 4rem 0 0;
}

.recruit-read-img-box {
    margin: 7rem 0 0;
}

.recruit-read-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 5rem 0 0;
}

.recruit-read-flex-l {
    width: 48.7%;
    max-width: 70rem;
    margin: 6rem 0 0;
}

.recruit-read-flex-r {
    width: 48.7%;
    max-width: 70rem;
}

.recruit-read-flex-text {
    margin: 5rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 3.125;
}

.recruit-skill-wrapper {
    margin: 15rem 0 0;
}

.recruit-skill-area {
    width: 100%;
    max-width: 147rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.recruit-skill-title-box {
    display: flex;
    align-items: center;
}

.recruit-skill-title01 {
    margin: 0 4rem 0 0;
}

.recruit-skill-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 127rem;
    margin: 0 0 0 auto;
}

.recruit-skill-flex-l {
    width: 50%;
    max-width: 62.5rem;
}

.recruit-skill-item {
    margin: 7rem 0 0;
}

.recruit-skill-item:first-of-type {
    margin: 0;
}

.recruit-skill-name-box {
    display: flex;
    align-items: center;
}

.recruit-skill-num {
    margin: 0 2rem 0 0;
    font-size: 4.8rem;
    line-height: 1.4;
    letter-spacing: 0;
    font-family: var(--font-family01);
    color: var(--light-blue);
}

.recruit-skill-name {
    font-size: 3.5rem;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 500;
}

.recruit-skill-text01 {
    margin: 2.5rem 0 0;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0;
    font-weight: 400;
}

.recruit-skill-flex-r {
    width: 47%;
    max-width: 58.5rem;
}

.recruit-education-wrapper {
    margin: 9rem 0 0;
    padding: 10rem 0;
    background: var(--light-brown);
}

.recruit-education-area {
    width: 100%;
    max-width: 147rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.recruit-education-title-box {
    display: flex;
    align-items: center;
}

.recruit-education-title01 {
    margin: 0 4rem 0 0;
}

.recruit-education-flow {
    position: relative;
    z-index: 1;
    margin: 7rem auto 0;
    width: 100%;
    max-width: 109.5rem;
}

.recruit-education-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 7.5rem 0 0;
}

.recruit-education-flex:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.recruit-education-flex:nth-of-type(2n -1):after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -5rem;
    left: 45%;
    width: 15rem;
    height: .2rem;
    transform: rotate(45deg);
    background: #707070;
}

.recruit-education-flex:nth-of-type(2n):after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -5rem;
    left: 45%;
    width: 15rem;
    height: .2rem;
    transform: rotate(-45deg);
    background: #707070;
}

.recruit-education-flex:last-of-type::after {
    display: none;
}

.recruit-education-flex-l {
    width: 52.5%;
    max-width: 57rem;
}

.recruit-education-flex-r {
    width: 43%;
    max-width: 47rem;
}

.recruit-education-step {
    font-size: 4.8rem;
    line-height: 1.4;
    letter-spacing: 0;
    font-family: var(--font-family01);
    color: var(--light-blue);
}

.recruit-education-text {
    margin: 2rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.875;
}

.recruit-environment-wrapper {
    margin: 13rem 0 0;
}

.recruit-environment-area {
    width: 100%;
    max-width: 147rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.recruit-environment-title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recruit-environment-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 7.5rem 0 0;
}

.recruit-environment-item {
    width: 48.7%;
    padding: 0 4.5rem;
}

.recruit-environment-item:nth-child(2) {
    margin: 6rem 0 0;
}

.recruit-environment-img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.recruit-environment-img::before {
    content: "";
    z-index: 5;
    position: absolute;
    bottom: -3.3rem;
    left: -4.5rem;
    width: 10rem;
    height: 10rem;
    background: var(--light-blue);
}

.recruit-environment-item-title {
    margin: 6.5rem 0 0;
}

.recruit-environment-item-sub-title {
    margin: 1rem 0 0;
    color: #776F6F;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
}

.recruit-environment-item-text {
    margin: 4.5rem 0 0;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.875;
    font-weight: 400;
}

.recruit-Requirement-wrapper {
    margin: 15rem 0 0;
    padding: 0 0 10rem 0;
}

.recruit-Requirement-area {
    width: 100%;
    max-width: 99rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.recruit-Requirement-title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recruit-Requirement-text01 {
    margin: 4.5rem 0 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.875;
}

.recruit-Requirement-table-box {
    margin: 4rem 0 0;
}

.recruit-Requirement-table-row {
    display: flex;
    margin: .2rem 0 0;
}

.recruit-Requirement-table-row:first-of-type {
    margin: 0;
}

.recruit-Requirement-table-title {
    width: 25%;
    max-width: 24rem;
    margin: 0 .2rem 0 0;
    padding: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.875;
    border: 1px solid var(--black);
    background: var(--light-brown);
}

.recruit-Requirement-table-text {
    flex: 1;
    padding: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.875;
    border: 1px solid var(--black);
}

.recruit-Requirement-table-text-flex {
    display: flex;
}

.recruit-Requirement-btn-box {
    display: flex;
    justify-content: center;
    margin: 5.5rem 0 0;
}

.text-md-center {
    text-align: center;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1920px) {}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1550px) {}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {


    .recruit-read-wrapper {
        margin: 6rem 0 0;
    }

    .recruit-read-flex {
        flex-direction: column-reverse;
        align-items: center;
    }

    .recruit-read-flex-l {
        width: 100%;
    }

    .recruit-read-flex-r {
        width: 100%;
        margin: 2rem 0 0;
    }

    .in-read-text01,
    .in-read-text02,
    .in-read-text03 {
        text-align: left;
    }

    .recruit-skill-flex {
        flex-direction: column-reverse;
        align-items: center;
    }

    .recruit-skill-flex-l {
        margin: 3rem 0 0;
        width: 100%;
    }

    .recruit-skill-flex-r {
        width: 100%;
    }

    .recruit-education-flex {
        flex-direction: column;
    }

    .recruit-education-flex:nth-of-type(2n) {
        flex-direction: column;
    }


    .recruit-education-flex-l {
        width: 100%;
        max-width: 60rem;
    }

    .recruit-education-flex-r {
        margin: 2rem 0 0;
        width: 100%;
        max-width: 60rem;
    }

    .recruit-education-flex:nth-of-type(2n -1):after,
    .recruit-education-flex:nth-of-type(2n):after {
        display: none;
    }

    .recruit-environment-wrapper {
        margin: 6rem 0 0;
    }

    .recruit-environment-flex {
        flex-direction: column;
        align-items: center;
    }

    .recruit-environment-item {
        width: 100%;
        padding: 0 1.5rem;
    }

    .recruit-environment-img::before {
        left: -1rem;
    }

    .recruit-Requirement-wrapper {
        margin: 6rem 0 0;
        padding: 0 0 6rem 0;
    }

    .recruit-Requirement-table-row {
        flex-direction: column;
    }

    .recruit-Requirement-table-title {
        width: 100%;
        max-width: 80rem;
        margin: 0;
        text-align: start;
    }

    .recruit-Requirement-table-text {
        margin: .2rem 0 0;
    }

    .text-md-center {
        text-align: left;
    }

	.recruit-lead-flex  {
	    max-width: 32rem;
	    gap: 1.5rem;
	    margin: 2rem auto 0;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

	.recruit-skill-name {
		font-size: 2.6rem
	}

	.in-read-text01,
	.in-read-text03 {
        line-height: 2em;
	}

	.recruit-read-flex-text {
        line-height: 2em;
	}
    
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {

    .in-read-text02 {
        font-size: 1.6rem;
    }

	.recruit-skill-name {
		font-size: 2.4rem
	}

	
    
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=414px) {

	.recruit-skill-name {
		font-size: 2.2rem
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */