@charset "utf-8";
/* CSS Document */

/*==============================*/
/* 求める人材 */
/*==============================*/
.required{
    display: flex; display: -webkit-flex;
    justify-content: space-between; -webkit-justify-content: space-between;
}
    /* ======= SP =======*/
    @media (max-width: 767px) {
        .required{
            position: relative;
            padding-top: 96px;
            flex-direction: column; -webkit-flex-direction: column;
        }
    }

/*-- タイトル
------------------------- */
.required h2{
	position: relative;
	width: 264px;
	margin-top: 80px;
	text-align: center;
	font-size: 29px;
	font-weight: 600;
    font-family: 'Roboto', sans-serif; letter-spacing: 0.01em;
}
.required h2::before{
	position: absolute; top: -32px; left: 50%;
	content: "";
	width: 22px;
	height: 22px;
	background: url("/common/img/share/icon_title.png") no-repeat;
	margin-left: -11px;
}
.required h2::after{
	position: absolute; bottom: 0; left: 50%;
	content: "";
	width: 1px;
	height: calc(100% - 144px);
	background: #ccc;
	margin-left: -1px;
}
.required h2 small{
	position: relative; top: -4px;
	display: block;
	font-weight: 400;
	font-family: "Noto Sans Japanese"; letter-spacing: -0.01em;
	font-size: 14px;
	line-height: 1.3em;
}

    /* ======= SP =======*/
    @media (max-width: 767px) {
        .required h2{
            position: absolute; top: 16px; left: 0%;
            width: 100%;
            margin-top: 0px;
            font-size: 25px;
        }
        .required h2::after{ display: none;}
    }


/*-- コンテンツ
------------------------- */
.required div{ width: calc( calc(100% - 264px) /2); }
.required div > p{ margin-bottom: 20px;}
.required dl dt{
	margin-bottom: 16px;
	color: #002A3B;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3em;
	font-family: "Noto Sans Japanese"; letter-spacing: -0.01em;
}
    /* ======= SP =======*/
    @media (max-width: 767px) {
        .required div{ width: 100%; }
        .required div:not(:last-child){ margin-bottom: 40px;}
        .required div > p{ margin-bottom: 20px;}
        .required dl dt{
            margin-bottom: 16px;
            font-size: 19px;
        }
    }


/*==============================*/
/* 求める人材 */
/*==============================*/

/*-- コンテンツ
------------------------- */
div.recruit h3{
	position: relative;
	margin-bottom: 36px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.3em;
	color: #002A3B;
	font-family: "Noto Sans Japanese"; letter-spacing: -0.02em;
}
div.recruit h3:before{
	position: absolute; top: 50%; right: 0;
	content: "";
	width: 68%;
	height: 1px;
	background: #ccc;
}
div.recruit h3 small{
	position: relative; top: -2px;
	margin-left: 12px;
	color: #444;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif; letter-spacing: -0.01em;
}

    /* ======= SP =======*/
    @media (max-width: 767px) {
        div.recruit h3{
            margin-bottom: 20px;
            font-size: 21px;
        }
        div.recruit h3:before{ display: none;}
    }

/*-- コンテンツ
------------------------- */
div.recruit > div{
	display: flex; display: -webkit-flex;
	justify-content: space-between; -webkit-justify-content: space-between;
}
div.recruit > div > p{ width: calc(30% - 24px);}
div.recruit > div > div{ width: calc(70% - 24px); padding-top: 16px;}


div.recruit dl{
	display: flex; display: -webkit-flex;
	justify-content: space-between; -webkit-justify-content: space-between;
}
div.recruit dl:not(:last-child){ margin-bottom: 20px;}
div.recruit dl dt{
	width: 80px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
	font-family: "Noto Sans Japanese"; letter-spacing: -0.01em;
}
div.recruit dl dd{ width: calc(100% - 80px - 48px);}


    /* ======= SP =======*/
    @media (max-width: 767px) {
        div.recruit > div{
            flex-direction: column; -webkit-flex-direction: column;
        }
        div.recruit > div > p{ width: 100%; }
        div.recruit > div > div{ width: 100%; padding-top: 16px;}


        div.recruit dl{
            padding: 20px 0;
            border-bottom: 1px solid #ccc;
        }
        div.recruit dl:first-child{}
        div.recruit dl:not(:last-child){ margin-bottom: 0px;}
        div.recruit dl dt{
            width: 80px;
            font-size: 16px;
        }
        div.recruit dl dd{ width: calc(100% - 80px - 32px);}
    }
