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

/*メインビジュアル*/
.job-page-2.beginner .bg-mix{
	height: 550px;
}
.job-page-2.beginner .mv {
    height: 400px;
}

.job-page-2.beginner .illust-1{
	position: absolute;
	right: 150px;
    bottom: 20px;
}

@media (max-width:991.98px){
	.job-page-2.beginner .illust-1{
		right: -50px;
	}
}
@media (max-width:767.98px){
	.job-page-2.beginner .illust-1{
		right: 0;
    	bottom: 0;
	}
	.job-page-2.beginner .illust-1 img{
		width: 70%;
	}

}


/*intro*/
.job-page-2.beginner .intro {
	padding: 5rem 0 0 0;
}
.job-page-2.beginner .intro .inner{
	max-width: 1140px;
}
.job-page-2.beginner .intro a{
	flex-basis: calc(100%/3 - 20px);
	border: 1px solid #44BBAA;
	padding: 20px 20px 28px 20px;
	color: #369688;
	font-weight: 700;
	text-align: center;
}
.job-page-2.beginner .intro a .img{
	flex: 0 0 20%;
	width: 20%;
}
.job-page-2.beginner .intro a .txt{
	flex: 0 0 70%;
	width: 70%;
	position: relative;
}
.job-page-2.beginner .intro a .txt::after{
	content: '';
	position: absolute;
	bottom: -8px;
	width: 13px;
    height: 13px;
    border-top: solid 3px #44BBAA;
    border-right: solid 3px #44BBAA;
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.job-page-2.beginner .intro .subttl{
	font-size: 0.9375rem;
	margin-bottom: -5px;
}
.job-page-2.beginner .intro .ttl{
	font-size: 1.375rem;
}
.job-page-2.beginner .intro a:hover{
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
}
@media (max-width:1198.98px){
	.job-page-2.beginner .intro .inner{
		width: 92%;
	}
}
@media (max-width:991.98px){
	.job-page-2.beginner .intro a{
		padding-bottom: 32px;
	}
	.job-page-2.beginner .intro a .img{
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 8px;
	}
	.job-page-2.beginner .intro a .txt::after{
		bottom: -15px;
	}
	.job-page-2.beginner .intro a .txt{
		flex: 0 0 100%;
		width: 100%;
	}
	.job-page-2.beginner .intro .subttl{
		font-size: 1.5vw;
	}
	.job-page-2.beginner .intro .ttl{
		font-size: 2vw;
	}
}
@media (max-width:767.98px){
	.job-page-2.beginner .intro a{
		flex-basis: 100%;
		margin-bottom: 1.5rem;
		padding-bottom: 28px;
	}
	.job-page-2.beginner .intro a .txt::after{
		bottom: -8px;
	}
		.job-page-2.beginner .intro a .img{
		flex: 0 0 20%;
		width: 20%;
	}
	.job-page-2.beginner .intro a .txt{
		flex: 0 0 70%;
		width: 70%;
	}
	.job-page-2.beginner .intro .subttl{
		font-size: 0.8125rem;
	}
	.job-page-2.beginner .intro .ttl{
		font-size: 1.25rem;
	}
}


/*選ばれる理由*/
.job-page-2.beginner .reason{
    padding: 5rem 0;
}
.job-page-2.beginner .reason-item{
	flex-basis: calc(100%/3 - 20px);
	margin-bottom: 30px;
	padding: 25px;
	background-color: #EEF4F4;
}
.job-page-2.beginner .reason-item li{
	list-style: none;
}
.job-page-2.beginner .reason-item li.img{
	height: 170px;
}
.job-page-2.beginner .reason-item li:first-child{
	margin-bottom: 10px;
}
.job-page-2.beginner .reason-item li:nth-child(2){
	margin-bottom: 10px;
}
@media (max-width:991.98px){
	.job-page-2.beginner .reason-item{
		flex-basis: calc(100%/2 - 20px);
		margin-bottom: 20px;
	}
}
@media (max-width:575.98px){
	.job-page-2.beginner .reason-item{
		flex-basis: 100%;
	}
}


/*発注フロー*/
.job-page-2.beginner .order-flow{
    padding: 5rem 0;
	position: relative;
    z-index: 0;
}
.job-page-2.beginner .order-flow::before{
    content: '';
    position: absolute;
    top: 0;
    background: url("/img/job-request/bg-safe.png") center 100% / 100%;
    mix-blend-mode: multiply;
	opacity: .3;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.job-page-2.beginner .order-flow .support .support-badge img{
    width: 65%
}
.job-page-2.beginner .order-flow .support .img img{
    width: 100%
}
@media (max-width:767.98px){
	.job-page-2.beginner .reason-item{
		flex-basis: 100%;
	}
	.job-page-2.beginner .order-flow .support .support-badge img{
		width: 30%
	}
	.job-page-2.beginner .order-flow .support .support-badge{
		margin-bottom: 15px;
	}
	.job-page-2.beginner .order-flow .support .img img{
		width: 50%
	}
	.job-page-2.beginner .order-flow .support .img{
		text-align: center;
	}

}


/*様々な支払い方法*/
.payment{
	padding: 5rem 0;
}
