@charset "UTF-8";

/* メインビジュアル
----------------------------------------------------------- */
.mv {
    background-image: url("../images_renewal/common/graph-paper.png");
    height: 750px;
    margin-top: -120px;
    padding-top: 100px;
	position: relative;
}
.mv_wrap {
	position: relative;
}
.illust-img {
	position:relative;
}
.mv_text1 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding: 77px 0 0 0;
    margin-bottom: 20px;
    letter-spacing: 0.13em;
	position: relative;
}
.mv_text1::after {
    content:"";
	display:block;
	background-image: url("../images_renewal/project/mv-accent.png");
	background-size: contain;
	background-repeat: no-repeat;
	width:66px;
	height:27px;
	position: absolute;
	top:40px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.mv_text1 .accent-text {
	font-size:28px;
	letter-spacing: 0.1em;
	position: relative;
}
.mv_text2 {
    font-size: 66px;
    text-align: center;
    font-weight: bold;
    padding: 10px 0 0 0;
    margin-bottom: 42px;
    letter-spacing: 0.13em;
}
.mv_text2 .accent-text-2 {
	font-size: 85px;
    color: #ffe153;
	text-align: center;
    letter-spacing: 0.1em;
    margin-right: 0.2em;
    position: relative;	
}
/*条件*/
.conditions_wrap {
    margin-bottom: 48px;
}
.condition-title {
	font-size:20px;
	color:#fff;
	background:#52b25b;
	width:195px;
	height:38px;
	line-height:38px;
	text-align: center;
	border-top-left-radius: 20px;
}
.condition-text {
    font-size: 16px;
    text-align: center;
    height: 80px;
    background: #fff;
    border: solid 2px #52b25b;
    border-bottom-right-radius: 20px;
    padding: 11px 0;
    line-height: 1.3em;
}
.condition:nth-child(2) .condition-text,
.condition:nth-child(3) .condition-text{
    padding: 6px 0;
    line-height: 1.8em;
}
.condition:nth-child(4) .condition-text{
    line-height: 1.6em;
}
.condition .accent {
	font-size:21px;
}
.condition {
	margin-right: 24px;
}
.condition:last-child {
	margin-right: 0;
}
.job {
    font-size: 17px;
    color: #2586d6;
    background: #cae5fc;
    padding: 0.5em 0;
    text-align: center;
    margin-right: 1em;
	border-radius: 20px;
	width:160px
}
.job:nth-child(even) {
    margin-right: 0;
}
.job:first-child,.job:nth-child(2) {
    margin-bottom: 1em;
}
.job_wrap {
    margin: 0 auto 36px auto;
	max-width: 480px;
}
.illust-img {
	position:relative;
}
.illust-img img {
	position:absolute;
}
.illust-img:first-child img {
    top: 397px;
    left: 110px;
    width: 200px;
}
.illust-img:nth-child(2) img {
    top: 410px;
    right: 44px;
    width: 270px;
}

/* recomend
----------------------------------------------------------- */
.freelans .title-a {
    font-size:32px;
}
.freelans .small {
    font-size: 26px;
}
.freelans ul li img {
    width: 41px;
    margin-right: 1.4em;
	display: block;
}
.freelans ul li {
    margin-bottom: 1.2em;
    line-height: 1.7em;
	font-size: 18px;
}
.freelans ul li:last-child {
    margin-bottom: 0;
}
.freelans ul li:nth-child(3) {
	margin-bottom: 0.5em;
}
.freelans ul li:nth-child(2) img {
	width:42px;
}
.freelans ul li:nth-child(4) img {
	width:42px;
	height:37px;
}
.career-box {
    padding: 35px 45px;
    font-size: 20px;
	height:auto;
}
.career-box::after {
    width: 546px;
    height: 304px;
}
.freelans {
    padding: 90px 0 80px 0;
}
.freelans .title-a {
    margin-bottom: 45px;
}
.freelans ul {
    width: 546px;
}
.career-consaltant img {
    width: 218px;
    height: 265px;
    top: 54px;
    right: 120px;
}
.career-consaltant {
    margin: 18px 82px 12px auto;
}
.career-message {
    font-size:22px;
	text-align: center;
	line-height: 1.8em;
}
.job-condition:first-child {
	line-height: 1.8em;
}
.job-condition {
    font-size: 14px;
	margin-bottom: 0.8em;
}
.job-condition img {
	width:22px;
	height:22px;
	margin-right: 1em;
}
.job-condition:last-child {
    margin-bottom: 0;
}
.job-title {
    margin-bottom: 1em;
}
.job-content {
    margin-bottom: 1.5em;
}
.feature-1 {
    position: absolute;
    top: -50px;
    width: 180px;
    left: 30px;
}
.feature .content-box .cl {
    font-size: 46px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1em;
}
.content-box {
    z-index: 10;
}
.content-box img {
    height: 160px;
}
.cv {
	font-size:24px;
	text-align: center;
	line-height:1.7em;
	position: relative;
	margin-bottom: 40px;
}
.cv::before{
    background: url("../images_renewal/project/fukidashi-line1.png") no-repeat;
    left: 270px;
}
.cv::after{
    background: url("../images_renewal/project/fukidashi-line2.png") no-repeat;
    right: 270px;
}
.cv::before, .cv::after{
    content: "";
    display: block;
    background-size: contain;
    position: absolute;
    width: 40px;
    height: 66px;
	top: 10px;
}
.tab-content {
    padding-bottom: 30px;
}

.tab_item.last {
    margin-right: 0;
}

/* ユーザー様の声
----------------------------------------------------------- */
.job-head {
    color: #52b25b;
    background: #d9efd8;
    padding: 0 1em;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	margin-right: 1em;
}
.carrer-change {
    border-bottom: solid 4px #ffeea9;
}
.area {
    font-size: 15px;
}
.success .title_wrap::after {
    top: -3vw;
}

/* お問合せ
----------------------------------------------------------- */
.footer-contact .yellow-under {
	display:inline;
	padding:0;
}

/**************************************************************************

 　　768px以下に適用されるCSS（スマートフォン）

**************************************************************************/

@media screen and (max-width: 768px) {
	
/* メインビジュアル
----------------------------------------------------------- */
	
.mv {
    position: relative;
    height: 149vw;
    margin-top: 0;
    padding-top: 5vw;
}	
.mv::after {
    height: 153vw;
	border-bottom-left-radius: 250vw 180vw;
    border-bottom-right-radius: 250vw 180vw;
}
	
.mv .inner {
    max-width: 95vw;
    line-height: 1.7em;
}
	
.mv_wrap {
    padding-top: 20vw;
}

.mv_text1 {
    font-size: 4vw;
    padding: 0;
    margin-bottom: 1vw;
}
.mv_text1::after {
    width: 15vw;
    height: 6vw;
    top: -8vw;
}
.mv_text2 {
    font-size: 8vw;
    padding: 0vw 0 0 0;
    margin-bottom: 1vw;
}
.mv_text2 .accent-text-2 {
    font-size: 10vw;
}
	
.mv_text1 .accent-text {
	font-size:5vw;
}

.mv_text1 .accent-text::after {
    width: 3vw;
    height: 3vw;
    border-radius: 10vw;
    top: 3vw;
    left: 11.4vw;
}

.mv_text1-2 {
	font-size:7vw;
	margin-left: 1vw;
}
.condition-text {
    border: solid 1px #52b25b;
}
.condition {
    margin-right: 5vw;
}
.condition {
    margin-bottom: 2vw;
}
.condition .accent {
    font-size: 4.2vw;
}
.condition:nth-child(2n) {
    margin-right: 0;
}
.condition:nth-child(2) .condition-text {
    padding: 1vw 0;
    line-height: 1.8em;
}
.condition-title {
    font-size: 3.4vw;
    width: 35vw;
    height: 7vw;
    line-height: 7.5vw;
    border-top-left-radius: 5vw;
}
.condition-text {
    font-size: 3.4vw;
    height: 15vw;
    border-bottom-right-radius: 5vw;
    padding: 1vw 0;
    line-height: 1.6em;
}
	
.tab-list-wrap li:last-child .tab-list {
    line-height: 5vw;
    font-size: 3.2vw;
    font-weight: bold;
    padding-top: 0.5vw;
}
.job {
    font-size: 3vw;
    padding: 0.25vw 2vw;
    border-radius: 1vw;
    letter-spacing: 0;
    width: auto;
}
.job:last-child {
	margin-right: 0;
}

.job_wrap {
    margin-bottom: 24vw;
}
.job:first-child, .job:nth-child(2) {
     margin-bottom: 0; 
}
.job:nth-child(1),.job:nth-child(2),.job:nth-child(3) {
    margin-right: 1vw;
}

.alliance_wrap {
	position: relative;
}

.illust-img {
	position:relative;
}

.illust-img img {
	position:absolute;
}
.illust-img:first-child img {
    top: 80vw;
    left: 22vw;
    width: 20vw;
}
.illust-img:nth-child(2) img {
    top: 81vw;
    width: 28vw;
    right: 16vw;
}
.illust-img:first-child::before {
    width: 10vw;
    height: 12vw;
    top: 37vw;
    left: 30vw;
}
.illust-img:first-child::after {
    width: 17vw;
    height: 13vw;
    top: 46vw;
    left: 36vw;
}

/*条件*/

.conditions {
    font-size: 3vw;
	background: rgba(255,255,255,1);
    padding: 2.5vw 1.5vw;
    height: 15vw;
    width: 48vw;
}

.conditions .red {
    font-size: 3.8vw;
    margin-bottom: 1vw;
}

.conditions .small {
	font-size:2.4vw;
	color:#8e8e8e;
	font-weight: normal;
}

.conditions .title {
    display: inline-block;
    margin-bottom: 1vw;
}
	
.conditions_wrap {
    margin-bottom: 0;
}
	
.mv .btn_wrap {
    padding: 2vw 0;
}


.size36 {
	font-size: 5vw;
}
	
	.sp-none {
		display: none;
	}
	
.freelans {
    padding: 8vw 0;
}
.freelans .small {
    font-size: 5vw;
}
.freelans .title-a {
    font-size: 6vw;
}
.freelans ul {
    width: 100%;
}


.freelans ul li {
    font-size: 4vw;
}
	
.career-box {
    height: auto;
    padding: 4vw 5vw;
    letter-spacing: 0.02em;
}
.career-box::after {
    width: 90vw;
    height: 61vw;
}
.career-box strong {
     padding-top: 0; 
}
.freelans ul li img {
    width: 8vw;
    height: auto;
	margin-right: 1em;
}
.freelans ul li:nth-child(2) img,.freelans ul li:nth-child(4) img {
    width: 8vw;
   height: auto;
}
.freelans .title-a {
    line-height: 1.5em;
    font-size: 6vw;
}
.career-message {
    font-size: 4vw;
    line-height: 1.5em;
}
.career-consaltant img {
    top: inherit;
    bottom: 0vw;
    width: 30vw;
    height: auto;
    right: 0;
}	
.career-consaltant {
    font-size: 3vw;
    padding: 0vw 32vw 0 0;
}
.career-consaltant {
    margin: 6vw 2vw 5vw auto;
}
	
/* リモート案件のご紹介
----------------------------------------------------------- */
.job-offer .title-a::before {
    width: 7vw;
    height: 9vw;
    top: -3vw;
    left: 4vw;
}
.job-offer .title-a {
    padding: 0 1vw 1vw 1vw;
}
.job-box:nth-child(odd) {
    margin-right: 2.5vw;
}
.job-box {
    width: 77vw;
    margin-right: 2.5vw;
    padding: 5vw;
}
.job-category {
    font-size: 3.8vw;
}
.tab-content {
    padding-bottom: 14vw;
}
.cv::before, .cv::after {
    content: "";
    display: block;
    background-size: contain;
    position: absolute;
    width: 7vw;
    height: 11vw;
    top: 1vw;
}
.cv {
    font-size: 4vw;
    text-align: center;
    line-height: 1.5em;
    position: relative;
    margin-bottom: 7vw;
}	
.cv::before {
    left: -1vw;
    rotate: 13deg;
}
.cv::after {
    right: -1vw;
    rotate: -13deg;
}
.tab_item {
    width: calc( 50% - 1.4vw );
    height: 14vw;
    padding-top: 1vw;
    line-height: 11vw;
    font-size: 3.8vw;
    margin-right: 1.4vw;
    margin-bottom: 1.4vw;
}
	
/* メリット
----------------------------------------------------------- */
.content-title {
    line-height: 1.5em;
    font-size: 4.4vw;
    margin-bottom: 1vw;
}
.content-box:first-child img {
    margin-left: 0;
}
	
.content-box img {
    height: 34vw;
}
.feature-1 {
    position: absolute;
    top: 1vw;
    width: 26vw;
    height: auto;
    left: -2vw;
}
.feature .title-a .cl {
    position: relative;
    padding: 0 1vw 0 20vw;
}
.feature .title-a {
    padding-left: 20vw;
}
.feature .title_wrap {
    margin-bottom: 3vw;
}
.feature .content-box .cl {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 2vw;
    line-height: 1em;
}
    
	
/* ユーザー様の声
----------------------------------------------------------- */

}

