@charset "utf-8";

#keyVisual{
	background: url("../img/keyvisual_pc.jpg") no-repeat right center / cover;
}

#contentsBlock > section{
    margin-top: 100px;
}

footer{
    margin-top: 170px;
}

@media screen and (max-width: 1600px){
	#keyVisual{
		background-position: 68% center;
	}
}
@media screen and (max-width: 1024px){
	#keyVisual{
		background-position: 72% center;
	}
}
@media screen and (max-width: 768px){
	#keyVisual{
		background: url("../img/keyvisual_sp.jpg") no-repeat right center / cover;
	}
}
@media screen and (max-width: 767px) {
    #contentsBlock > section{
        margin-top: 40px;
    }
    footer{
        margin-top: 100px;
    }
}

/* ------------------------------------------------------------------------ */

/* 冒頭文

/* ------------------------------------------------------------------------ */
.topBox{
    position: relative;
    padding-top: 119px;
    padding-bottom: 240px;
}
.topBox::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 1160px;
    background: #efedfa;
    border-radius: 50% 50% 0 0;
}

.topBox .contents{
    position: relative;
    z-index: 10;
}

.topBox .lead{
    font-size: 4rem;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    color: #4d4497;
    margin-bottom: 50px;
}

.topBox .cnt-img{
    display: flex;
    justify-self: center;
    align-items: flex-start;
    gap: 24px;
}
.topBox .cnt-img li:nth-child(even){
    margin-top: 80px;
}

.topBox .cnt-img img{
    border-radius: 10px;
}

@media screen and (max-width: 1024px){
    .topBox{
        background: #FFFFFF;
        background: linear-gradient(0deg, rgba(239, 237, 250, 1) 80%, rgba(255, 255, 255, 1) 80%);
    }
	.topBox::before{
		height: 360px;
	}
}

@media screen and (max-width: 767px){
    .topBox{
        padding-top: 70px;
        padding-bottom: 220px;
    }
	.topBox::before{
		height: 340px;
	}

    .topBox .lead{
        font-size: clamp(1.6rem,5.5vw,2.2rem);
        margin-bottom: 30px;
    }

    .topBox .cnt-img{
        flex-direction: column;
        margin: 0 -20px;
        width: 100vw;
        gap: 15px;
    }
    .topBox .cnt-img li{
        text-align: left;
        margin: 0 auto 0 0;
        width: 66%;
    }
    .topBox .cnt-img li:nth-child(even){
        text-align: right;
        margin: 0 0 0 auto;
    }
    .topBox .cnt-img img{
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .topBox .cnt-img li:nth-child(even) img{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}
@media screen and (max-width: 374px){
    .topBox .lead{
        font-size: 1.6rem;
    }
}

/* ------------------------------------------------------------------------ */

/* 私たちの仕事

/* ------------------------------------------------------------------------ */

.btmBox{
    background: #fff;
    padding-top: 1px;
    position: relative;
    z-index: 20;
}

.btmBox .txtBox{
    background: #fff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    line-height: 1.778;
    padding: 64px;
    margin-top: -169px;
    margin-bottom: 120px;
    position: relative;
    z-index: 15;
}
.btmBox .txtBox::before{
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}

.btmBox .txtBox p + p{
    margin-top: 1em;
}

.btmBox .txtBox .color{
    color: #544c9c;
}



.cnt-job dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #b4b4b4;
}

.cnt-job dl dt,
.cnt-job dl dd{
    text-align: left;
    padding: 48px 0;
}

.cnt-job dl dt{
    color: #4d4497;
    font-weight: 500;
    font-size: 1.8rem;
    width: 296px;
    flex-shrink: 0;
}
.cnt-job dl dd{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    width: calc(100% - 296px);
}

.cnt-job + .hd02{
    margin-top: 100px;
}

.cnt-contact{
    font-size: 2rem;
    line-height: 1.8;
    margin-top: 100px;
    background: #4d4497;
    color: #fff;
    padding: 30px 15px;
}

#sec_recruit .btn{
    margin-top: 160px;
}
#sec_recruit .btn a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 768px){
    .cnt-job dl{
        flex-direction: column;
        align-items: flex-start;
    }

    .cnt-job dl + dl{
        margin-top: 20px;
    }
    .cnt-job dl dt,
    .cnt-job dl dd{
        padding: 0;
        width: 100%;
    }

    .cnt-job dl dt{
        padding-bottom: 15px;
    }
    .cnt-job dl dd{
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px){
    .btmBox .hd01{
        margin-bottom: 30px;
    }
    .cnt-job + .hd02 {
        margin-top: 61px;
    }
    .btmBox .txtBox{
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 28px 24px;
        margin-bottom: 90px;
    }

    .cnt-contact{
        font-size: 1.6rem;
        margin-top: 80px;
        padding: 20px 15px;
    }

    #sec_recruit .btn{
        margin-top: 80px;
    }
}






