@charset "UTF-8";
#WORKLIFE .main{
    margin-top: 40px;
}
#WORKLIFE .mv-wrap-01 .inner::before{
	background-image: url(/recruit/imgs/worklife/mv.jpg);
}
#WORKLIFE .catch-cnt{
	margin-bottom: 80px;
}
#WORKLIFE .catch-cnt .ttl-04{
    margin-bottom: 30px;
    white-space: nowrap;
}
#WORKLIFE .ttl-03{
	text-align: center;
	margin-bottom: 40px;
}

#WORKLIFE .section-01{
	background-color: #F1F3F6;
	padding: 100px 0 160px;
}
#WORKLIFE .section-01 .cnt-01{
    margin-bottom: 110px;
}
#WORKLIFE .section-01 .cnt-01 ul{
	height: 479px;
	position: relative;
    margin-bottom: 40px;
}
#WORKLIFE .section-01 .cnt-01 li{
    padding: 45px 30px;
	border-radius: 10px;
	background-color: #fff;
	position: absolute;
	width: fit-content;
}
#WORKLIFE .section-01 .cnt-01 li:nth-of-type(1){
	left: 0;
	top: 0;
}
#WORKLIFE .section-01 .cnt-01 li:nth-of-type(2){
	right: 0;
	top: 104px;
}
#WORKLIFE .section-01 .cnt-01 li:nth-of-type(3){
	left: 79px;
	bottom: 30px;
}
#WORKLIFE .section-01 .cnt-01 li::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
	border-width: 39px 25.5px 0px 25.5px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
#WORKLIFE .section-01 .cnt-01 li:nth-of-type(3)::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    border-width: 0px 51px 44px 0px;
    left: 143px;
}

#WORKLIFE .section-01 .cnt-01 li p{
	text-align: center;
	position: relative;
	padding: 0px 27px 8px 27px;
}
#WORKLIFE .section-01 .cnt-01 li p::before,
#WORKLIFE .section-01 .cnt-01 li p::after{
	content: "";
	width: 21px;
	height: 18px;
	position: absolute;
}
#WORKLIFE .section-01 .cnt-01 li p::before{
	background: url(/recruit/imgs/worklife/left.svg) no-repeat center / 100% auto;
	left: 0;
	top: 0;
}
#WORKLIFE .section-01 .cnt-01 li p::after{
	background: url(/recruit/imgs/worklife/right.svg) no-repeat center / 100% auto;
	right: 0;
	bottom: 0;
}
#WORKLIFE .section-01 .cnt-01 .img-cnt{
	width: 424px;
	margin: 0 auto;
}

#WORKLIFE .section-01 .cnt-02{
    margin-bottom: 100px;
}
#WORKLIFE .section-01 .cnt-02 .btn-02 a .img-cnt::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(24, 45, 58, 0.90) 1.44%, rgb(156 165 171 / 3%) 50%, rgba(255, 255, 255, 0.00) 100%);
    background-blend-mode: multiply;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#WORKLIFE .section-01 .cnt-02 .btn-02 a .img-cnt > div{
	position: absolute;
	bottom: 40px;
	left: 40px;
    display: flex;
	gap: 0 30px;
	z-index: 2;
}
#WORKLIFE .section-01 .cnt-02 .btn-02 a .txt-13,
#WORKLIFE .section-01 .cnt-02 .btn-02 a .arrow2{
	position: static;
}
#WORKLIFE .section-01 .img-list{
    display: flex;
    flex-direction: column;
    gap: 76px 0;
    width: 1016px;
    max-width: 100%;
    margin: 0 auto;
}

#WORKLIFE .section-02{
	margin-top: 100px;
}
#WORKLIFE .section-02 .items-cnt{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 24px;
}
#WORKLIFE .section-02 .items-cnt .list-item{
    background-color: #F1F3F6;
    border-radius: 10px;
    padding: 30px;
    width: calc((100% - 24px) / 2);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px 40px;
    justify-content: space-between;
}
#WORKLIFE .section-02 .items-cnt .list-item:last-of-type{
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
#WORKLIFE .section-02 .items-cnt .txt-04{
    text-align: center;
    margin-bottom: 20px;
}
#WORKLIFE .section-02 .items-cnt .txt-09{
    margin-top: 0;
}
#WORKLIFE .section-02 .items-cnt .list-item:last-of-type .txt-04{
    text-align: left;
}
#WORKLIFE .section-02 .items-cnt .list-item:last-of-type .txt-09{
    line-height: 1.6;
}
#WORKLIFE .section-02 .items-cnt .list-item:last-of-type picture{
    width: 528px;
}


@media only screen and (max-width: 768px) {
    #WORKLIFE .main{
        margin-top: 0;
    }
	#WORKLIFE .mv-wrap-01 .inner::before {
		background-image: url(/recruit/imgs/worklife/mv_sp.jpg);
	}
    #WORKLIFE .catch-cnt{
        margin-bottom: 10.417vw;
    }
    #WORKLIFE .catch-cnt .ttl-04{
        margin-bottom: 3.906vw;
    }
    #WORKLIFE .catch-cnt .txt-12{
        font-size: 2.083vw;
    }
    #WORKLIFE .ttl-03{
        /* text-align: center; */
        margin-bottom: 10.417vw;
    }

    #WORKLIFE .section-01{
        /* background-color: #F1F3F6; */
        padding: 10.417vw 0;
    }
    #WORKLIFE .section-01 .cnt-01{
        margin-bottom: 19.531vw;
    }
    #WORKLIFE .section-01 .cnt-01 ul{
        height: inherit;
        /* position: relative; */
        margin-bottom: 14.203vw;
    }
    #WORKLIFE .section-01 .cnt-01 li{
        padding: 5.208vw 4.557vw;
        border-radius: 1.302vw;
        /* background-color: #fff; */
        position: relative;
        width: fit-content;
        margin-bottom: 6.51vw;
    }
    #WORKLIFE .section-01 .cnt-01 li:nth-of-type(1){
        left: inherit;
        top: inherit;
    }
    #WORKLIFE .section-01 .cnt-01 li:nth-of-type(2){
        right: inherit;
        top: inherit;
        margin-left: auto;
    }
    #WORKLIFE .section-01 .cnt-01 li:nth-of-type(3){
        left: inherit;
        bottom: inherit;
    }
    #WORKLIFE .section-01 .cnt-01 li::after,
    #WORKLIFE .section-01 .cnt-01 li:nth-of-type(3)::after{
        /* content: "";
        width: 0;
        height: 0;
        border-style: solid; */
        border-color: #ffffff transparent transparent transparent;
        border-width: 5.078vw 3.323vw 0px 3.323vw;
        /* position: absolute; */
        bottom: -3.906vw;
        left: 50%;
        transform: translateX(-50%);
    }


    #WORKLIFE .section-01 .cnt-01 li p{
        /* text-align: center; */
        /* position: relative; */
        padding: 1.953vw 2.604vw;
        font-size: 3.125vw;
    }
    #WORKLIFE .section-01 .cnt-01 li p::before,
    #WORKLIFE .section-01 .cnt-01 li p::after{
        /* content: ""; */
        width: 2.734vw;
        height: 2.344vw;
        /* position: absolute; */
    }
    /* #WORKLIFE .section-01 .cnt-01 li p::before{
        background: url(/recruit/imgs/worklife/left.svg) no-repeat center / 100% auto;
        left: 0;
        top: 0;
    }
    #WORKLIFE .section-01 .cnt-01 li p::after{
        background: url(/recruit/imgs/worklife/right.svg) no-repeat center / 100% auto;
        right: 0;
        bottom: 0;
    } */
    #WORKLIFE .section-01 .cnt-01 .img-cnt{
        width: 55.208vw;
        /* margin: 0 auto; */
    }

    #WORKLIFE .section-01 .cnt-02{
        margin-bottom: 16.948vw;
    }
	#WORKLIFE .section-01 .cnt-02 .btn-02 a .img-cnt::before {
		/* content: "";
		width: 100%;
		height: 100%;
		background: linear-gradient(0deg, rgba(24, 45, 58, 0.90) 1.44%, rgb(156 165 171 / 3%) 50%, rgba(255, 255, 255, 0.00) 100%);
		background-blend-mode: multiply;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1; */
	}
	#WORKLIFE .section-01 .cnt-02 .btn-02 a .img-cnt > div{
		position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        gap: 0;
        z-index: 2;
        width: 100%;
	}
	#WORKLIFE .section-01 .cnt-02 .btn-02 a .txt-13{
		font-size: 6.25vw;
		position: absolute;
		left: 5.208vw;
		bottom: 2.604vw;
	}
	#WORKLIFE .section-01 .cnt-02 .btn-02 a .arrow2 {
		position: absolute;
		right: 3.906vw;
		bottom: 3.906vw;
	}
    #WORKLIFE .section-01 .img-list{
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 0px 16.276vw;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    #WORKLIFE .section-01 .img-list li{
        width: 31.38vw;
    }

    #WORKLIFE .section-02{
        margin-top: 10.417vw;
    }
    #WORKLIFE .section-02 .items-cnt{
        /* display: flex; */
        /* flex-wrap: wrap; */
        flex-direction: column;
        gap: 5.208vw 0;
    }
    #WORKLIFE .section-02 .items-cnt .list-item{
        /* background-color: #F1F3F6; */
        border-radius: 1.302vw;
        padding: 3.906vw 5.208vw 5.208vw;
        width: 100%;
        /* box-sizing: border-box;
        display: flex;
        flex-direction: column; */
        gap: 3.255vw 0;
        /* justify-content: space-between; */
    }
    #WORKLIFE .section-02 .items-cnt .list-item:last-of-type{
        width: 100%;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
    #WORKLIFE .section-02 .items-cnt .txt-04{
        /* text-align: center; */
        margin-bottom: 2.604vw;
    }
    #WORKLIFE .section-02 .items-cnt .list-item:last-of-type .txt-04{
        text-align: center;
    }
    #WORKLIFE .section-02 .items-cnt .list-item:last-of-type .txt-09{
        /* line-height: 1.6; */
    }
    #WORKLIFE .section-02 .items-cnt .list-item:last-of-type picture,
    #WORKLIFE .section-02 .items-cnt .list-item:last-of-type div{
        width: 100%;
    }


}