@charset "utf-8";

.list__header{
    text-align: center;
    width: 80%;
    margin: 0 auto 80px;
}

.l-service__staffing{
    background-image: url(../images/common/body_bg.png);
    background-repeat: no-repeat;
    background-position-y: 300px;
    background-size: cover;
}

.l-service{
    background-image: url(../images/common/bod__diagonal__bg.png);
    background-repeat: no-repeat;
    background-position-y: 25vh;
    background-size: cover;
}
.l-service__contents{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.l-service-title__box{
    margin: auto;
    width: 50%;
}
.l-service__contents .frame{
    margin: 0 3vw 150px;
}
.l-service__card__body{
    text-align: center;
    height: 500px;
}

.c-service__card__img{
    margin-bottom: 28px;
}

.c-service__card__title_top{
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
}
.c-service__card__body{
    margin-bottom: 32px;
    font-size: 1.6rem;
    line-height: 1.8;
}
.card__service__body{
    font-size: 16px;
    color: #fff;
    line-height: 2.4;
    margin: 36px auto;
    text-align: left;
}
.frame_service{
    max-width: 400px;
    min-width: 380px;
}
.c-title_first {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-align: left;
    display: inline-block;
    background: linear-gradient(transparent 50%, rgba(253,244,229,1) 50%);
}
/* ===========================================
	staffing,consulting
=========================================== */
.c-card__box{
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
}
.c-right__staffing{
    width: 510px;
    margin: 0 auto;
}
.left__img{
    width: 340px;
}
.l-title__box{
    margin-right: 40px;
    width: 50%;
}
.card__aside{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.card__aside:after{
    content: "";
    border: solid 3px #1f1f1f;
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 340px;
    height: 100%;
    z-index: 100;
}

/* ===========================================
	consulting
=========================================== */
.list__consulting__header{
    margin-bottom: 40px;
}
.l-list__body{
    width: 100%;
    margin: 0 0 0 auto;
}

.list__title{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.list__article{
    font-size: 1.4rem;
    line-height: 2;
}
.l-list-consulting__body {
    width: 80%;
    margin: 0 auto;
}
.list-consulting__title{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

a.tobase {
	font-size:1.1em;
	font-weight:bold;
	width:260px;
	display:block;
	text-align:center;
	margin:30px auto;
	line-height:1.6;
	background:#333;
	padding:5px 15px;
	border-radius:25px;
	border:solid 2px #FFF;
}
a.tobase:hover {
	background:#066;
	transition:0.3s;
}

	

@media screen and (max-width: 767px){
    .l-list-consulting__body {
        width: 100%;
        margin: 0 auto 40px;
    }
    .l-service__contents .frame {
        min-width: 300px;
    }
}
