@charset "utf-8";


body {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0;
	font-weight: 300;
}

/*mv
--------------------------------------------*/
.freelance #lp_mainv .lp_mainv-img{
	background: url(../img/freelance/lp_freelance_sp.jpg);
	background-position: center right;
	background-size: cover;
}


/*freelance_lead
--------------------------------------------*/
#freelance_lead{
	padding: 45px 5% 0;
}
#freelance_lead .ttl01{
	margin-bottom: 18px;
}
#freelance_lead .detail{
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0;
	text-align: justify;
	margin-bottom: 45px;

}
#freelance_lead .detail .em{
	font-weight: 700;
}


/*freelance_recruitment
--------------------------------------------*/
#freelance_recruitment{
	width: calc(100% - 10%);
	background-image: url(../img/employee/recruitment_bg_sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 6px 0 4px;
	margin: 0 auto 50px;
}
#freelance_recruitment .freelance_recruitment_inner{
	padding: 10px 12px;
}
#freelance_recruitment .ttl02{
	margin-bottom: 12px;
	font-size: 2.4rem;
	line-height: 1.25;
}
#freelance_recruitment .ttl02::before{
	color:rgba(255,255,255,0.2);
	top:-21px;
}
#freelance_recruitment .ttl02::after{
	content:none;
}
#freelance_recruitment p{
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0;
	text-align: justify;
}



/*freelance_business
--------------------------------------------*/
#freelance_business{
	padding:52px 0 5px;
	background-color: #ecf4f2;
}
#freelance_business .ttl02{
	margin-bottom: 40px;
	line-height: 1.35;
}
#freelance_business .ttl02::before{
	content: "Business";
	top: -38px;
}
#freelance_business .ttl02::after{
	bottom: -13px;
}
#freelance_business .media_item{
	position: relative;
	margin: 0 auto 50px;
}
#freelance_business .item_img{
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}
#freelance_business .media_item .item_img{
	position: absolute;
	width: 80%;
	height: 215px;
	object-fit: cover;
	object-position: center;
}
#freelance_business .item_body{
	padding-top: 125px;
}
#freelance_business .media_list .media_item:nth-of-type(3) .item_body{
	padding-top: 105px;
}

#freelance_business .item_ttl{
	text-align: right;
	margin-bottom: 16px;
	margin-right: 3%;
	z-index: 1;
	position: relative;
}
#freelance_business .media_item:nth-of-type(2n) .item_ttl{
	margin-right: auto;
	margin-left: 3%;
}

#freelance_business .item_ttl span:first-of-type::before{
	left: auto;
	right: 0;
}
#freelance_business .media_item:nth-of-type(2n) img{
	right: 0;
}
#freelance_business .media_item:nth-of-type(2n) .item_ttl{
	text-align: left;
}
#freelance_business .media_item:nth-of-type(2n) .item_ttl span:first-of-type::before{
	left: 0;
	right: auto;
	text-align: left;
}
#freelance_business .item_ttl span{
	display: inline-block;
	background-color: var(--main-color);
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	padding: 0 10px;
}
#freelance_business .item_ttl span:first-of-type{
	position: relative;
}
#freelance_business .item_ttl span:first-of-type::before{
	position: absolute;
	content: "01";
	font-size:4.0rem;
	font-family: var(--font-family-serif);
	line-height: 1;
	font-weight: 600;
	font-style:italic ;
	color: #faad7a;
	letter-spacing: 0.02em;
	left: 0;
	top: -45px;
}
#freelance_business .media_item:nth-of-type(2) .item_ttl span:first-of-type::before{
	content: "02";
}
#freelance_business .media_item:nth-of-type(3) .item_ttl span:first-of-type::before{
	content: "03";
}

#freelance_business .item_detail{
	font-size: 1.3rem;
	text-align: justify;
	width: 90%;
	margin:0 auto;
}
#freelance_business .item_detail .em{
	font-weight: 700;
}
#freelance_business .media_item:nth-of-type(2) .item_img{
	margin-right: auto;
	margin-left: 20px;
}


/* アコーディオン */
#freelance_business .accordion {
	width: 90%;
	margin: 0 auto;
}
#freelance_business .accordion__link {
	position: relative;
	padding-top: 30px;
}
#freelance_business .accordion__text {
	position: relative;
	display: block;
	color: var(--main-color);
	text-decoration: none;
	transition: all .2s ease 0s;
	font-size: 1.1rem;
	text-align: center;
}
#freelance_business .accordion__text.close .icon-plus:after {
	display: none;
}
#freelance_business .accordion__text .icon-plus {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: var(--main-color);
	border-radius: 20px;
	transform: translate(-50%);
	left: 50%;
	top: -20px;
}
#freelance_business .accordion__text .icon-plus:before {
	width: 10px;
	height: 1px;
	position: absolute;
	top: 10px;
	left: 5px;
	color: #fff;
	background-color: currentColor;
	content: '';
}
#freelance_business .accordion__text .icon-plus:after {
	width: 10px;
	height: 1px;
	position: absolute;
	top: 10px;
	left: 5px;
	color: #fff;
	background-color: currentColor;
	content: '';
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#freelance_business .accordion__item__label {
	display: block;
	position: relative;
	font-size: 1.3rem;
	text-align: justify;
}
#freelance_business .accordion__item__label .em{
	font-weight: 700;
}





/*freelance_merit
--------------------------------------------*/
#freelance_merit{
	padding:50px 0 30px;
}
#freelance_merit .ttl02{
	margin-bottom: 40px;
	line-height: 1.35;
}
#freelance_merit .ttl02::before{
	color: #fff2e9;
	content: "Merit";
	top: -38px;
}
#freelance_merit .ttl02::after{
	background-color: var(--main-color);
	bottom: -13px;
}
#freelance_merit .lead{
	line-height: 2;
	margin: 0 auto 34px;
	text-align: justify;
}
#freelance_merit .point_list{
	position: relative;
	width: 94%;
	margin: 0 auto 62px;
}
#freelance_merit .list_item{
	margin-top: 48px;
}
#freelance_merit .item_ttl{
	position: relative;
	font-size: 1.7rem;
	letter-spacing: 0.02em;
	font-weight: 500;
	color: var(--main-color3);
	text-align: center;
	margin-bottom: 10px;
}
#freelance_merit .list_item .item_ttl::before{
	position: absolute;
	content: "01";
	font-size: 4.4rem;
	font-family: var(--font-family-serif);
	line-height: 1;
	font-weight: 600;
	font-style: italic;
	color: #e8f7f4;
	letter-spacing: 0.02em;
	transform: translateX(-50%);
	left: 50%;
	top: -24px;
	z-index: -1;
}
#freelance_merit .list_item.point02 .item_ttl,
#freelance_merit .list_item.point04 .item_ttl,
#freelance_merit .list_item.point06 .item_ttl{
	color: var(--main-color2);
}
#freelance_merit .list_item.point02 .item_ttl::before{
	content: "02";
	color: #e8f7f4;
}
#freelance_merit .list_item.point03 .item_ttl::before{
	content: "03";
}
#freelance_merit .list_item.point04 .item_ttl::before{
	content: "04";
	color: #e8f7f4;
}
#freelance_merit .list_item.point05 .item_ttl::before{
	content: "05";
}
#freelance_merit .list_item.point06 .item_ttl::before{
	content: "06";
	color: #e8f7f4;
}
#freelance_merit .list_item img{
	width: 85.71%;
        margin: 0 auto 10px;
}
#freelance_merit .list_item .item_detail{
	padding: 0 5px;
}
#freelance_merit .point_list::before {
	position: absolute;
	content: "next";
	color: var(--main-color);
	font-family: var(--font-family-serif);
	font-size: 1.6rem;
	bottom: -17px;
	right: 70px;
}
#freelance_merit .point_list::after {
	position: absolute;
	content: url(../img/cmn/merit_arrow.png);
	bottom: -12px;
	right: 12px;
}

/* spのみ表示　目次 */
#freelance_merit .contents{
	width: 94%;
	margin: 0 auto;
}
#freelance_merit .contents_list{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	text-align: center;
}
#freelance_merit .contents_list .contents_item{
	width: calc( ( 100% - 20px )/3 );
	background-color: var(--main-color3);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.24;
	min-height: 100px;
	padding: 2px;
	box-shadow: 2px 2px 4px #999;
}
#freelance_merit .contents_list .contents_item .min{
	font-size: 1.3rem;
	font-weight: 300;
}
#freelance_merit .contents_list .contents_item:nth-of-type(2n){
	background-color: var(--main-color2);
}

#freelance_merit .contents_item .num{
	display: block;
	font-size: 2.4rem;
	color: rgba(255,255,255,0.4);
	font-family: var(--font-family-serif);
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}
#freelance_merit .contents_item:nth-of-type(2) .num,
#freelance_merit .contents_item:nth-of-type(5) .num{
	margin-bottom: 2px;
}
#freelance_merit .slick-dots{
	bottom: -48px !important;
}
#freelance_merit .slick-dots li button:before{
	font-size: 1rem;
	color: var(--main-color);
}


/*freelance_salary
--------------------------------------------*/
#freelance_salary{
	padding: 52px 0 50px;
	background-color: #ecf4f2;
}
#freelance_salary .ttl02{
	margin-bottom: 40px;
}
#freelance_salary .ttl02::before{
	content: "Salary";
}
#freelance_salary .lead{
	font-size: 1.3rem;
	line-height: 2;
	margin:0 auto 34px;
	text-align: justify;
}
#freelance_salary .salary_list{
	position: relative;
	width: 94%;
	margin: 0 auto 105px;
}
#freelance_salary .salary_list::before{
	position: absolute;
	content: "next";
	color: var(--main-color3);
	font-family: var(--font-family-serif);
	font-size: 1.6rem;
	bottom: -21px;
	right: 70px;
}
#freelance_salary .salary_list::after{
	position: absolute;
	content: url(../img/employee/salary_arrow.png);
	bottom: -16px;
	right: 12px;
}
#freelance_salary .list_item{
	text-align: center;
	margin-top: 55px;
}
#freelance_salary .item_ttl{
	position: relative;
	font-size: 1.7rem;
	letter-spacing: 0.02em;
	font-weight: 500;
	color: var(--main-color);
	text-align: center;
	margin-bottom: 10px;
}
#freelance_salary .item_ttl::before{
	position: absolute;
	content: "01";
	font-size:4.4rem;
	font-family: var(--font-family-serif);
	line-height: 1;
	font-weight: 600;
	font-style:italic ;
	color: #fde4d3;
	letter-spacing: 0.02em;
	transform: translateX(-50%);
	left: 50%;
	top: -24px;
	z-index: -1;
}
#freelance_salary .list_item.salary02 .item_ttl::before{
	content: "02";
}
#freelance_salary .list_item.salary03 .item_ttl::before{
	content: "03";
}
#freelance_salary .list_item img{
	width: 85.71%;
	margin: 0 auto 10px;
}
#freelance_salary .item_detail{
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 2;
	text-align: justify;
	padding: 0 10px;
}

/* spのみ表示　目次 */
#freelance_salary .contents{
	width: 94%;
	margin: 0 auto;
}
#freelance_salary .contents_list{
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	text-align: center;
}
#freelance_salary .contents_list .contents_item{
	width: calc( ( 100% - 20px )/3 );
	background-color: var(--main-color);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.24;
	min-height: 100px;
	padding: 2px;
	box-shadow: 2px 2px 4px #999;
}
#freelance_salary .contents_list .contents_item .min{
	font-size: 1.4rem;
}
#freelance_salary .contents_item .num{
	display: block;
	font-size: 2.4rem;
	color: rgba(255,255,255,0.4);
	font-family: var(--font-family-serif);
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}
#freelance_salary .contents_item:nth-of-type(1) .num,
#freelance_salary .contents_item:nth-of-type(3) .num{
	margin-bottom: 2px;
}

#freelance_salary .slick-dots{
	bottom: -50px !important;
}
#freelance_salary .slick-dots li button:before{
	font-size: 1rem;
	color: var(--main-color3);
}


/*freelance_flow
--------------------------------------------*/
#freelance_flow{
	padding:50px 0 50px;
}
#freelance_flow .ttl02{
	margin-bottom: 40px;
}
#freelance_flow .ttl02::before{
	color: #fff2e9;
	content: "Flow";
}
#freelance_flow .ttl02::after{
	background-color: var(--main-color);
}
#freelance_flow .flow-list{
	width: 94%;
	margin: 0 auto;
}
#freelance_flow .flow-list .list_item{
	display: flex;
	margin-bottom: 5px;
	min-height: 95px;
}
#freelance_flow .flow-list .item_header{
	position: relative;
	background-color: var(--main-color3);
	color: #fff;
	width: 50px;
	padding: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
}
#freelance_flow .flow-list .item_header::before{
	content: "";
    position: absolute;
    top: -6px;
    left: 0;
    border: 25px solid transparent;
    border-top: 15px solid var(--main-color3);
	z-index: 2;
}
#freelance_flow .flow-list .item_header::after{
	content: "";
    position: absolute;
    top:-1px;
    left: 0;
    border: 25px solid transparent;
    border-top: 15px solid #fff;
}
#freelance_flow .flow-list .list_item:first-of-type .item_header::after,
#freelance_flow .flow-list .list_item:first-of-type .item_header::before
{
	content: none;
}
#freelance_flow .flow-list .item_header .num{
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
	color: rgba(255,255,255,.6);
}
#freelance_flow .flow-list .item_header p{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
}
#freelance_flow .flow-list .item_body{
	background-color: #ecf4f2;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px;
}
#freelance_flow .flow-list .item_body img{
	width: 50px;
	height: auto;
	object-fit: contain;
}
#freelance_flow .flow-list .item_body .em{
	font-weight: 700;
}
#freelance_flow .flow-list .list_item:nth-of-type(2) .item_header{
	padding: 20px 10px 0;
}
#freelance_flow .flow-list .list_item:nth-of-type(3) .item_header{
	padding: 20px 10px 0;
	gap: 5px;
}
#freelance_flow .flow-list .list_item:nth-of-type(3) .item_header p{
	font-size: 1.8rem;
}

/*freelance_voice
--------------------------------------------*/
#freelance_voice{
	padding:48px 0 50px;
	background-color: #ecf4f2;
}
#freelance_voice .ttl02{
	margin-bottom: 46px;
}
#freelance_voice .ttl02::before{
	content: "Voice";
}
#freelance_voice .lead{
	font-size: 1.3rem;
	line-height: 2;
	margin:0 auto 34px;
	text-align: justify;
}

#freelance_voice .list{
	width: 94%;
	margin:0 auto;
}
#freelance_voice .list_item{
	width: 48.5%;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
#freelance_voice .list_item:last-of-type{
	margin-bottom: 0;
}
#freelance_voice .list_item::before{
	position: absolute;
	content: "Voice";
	font-size: 2.5rem;
	color:#87c8c0;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-family: var(--font-family-serif);
	bottom: 0;
	left: 0;
}
#freelance_voice .list_item .ttl{
	position: relative;
	display: inline-block;
	text-align: left;
	font-size: 1.7rem;
	line-height: 1.41;
	letter-spacing: 0.02em;
	font-weight: 500;
	min-width: 270px;
	background-color: #fff;
	padding:15px 20px 17px;
	margin-bottom:10px;
	z-index: 1;
}
#freelance_voice .list_item .ttl .profile{
	font-size: 1.3rem;
	font-weight: 300;
	color: var(--main-color2);
	line-height: 1.54;
	padding-top: 5px;
}
#freelance_voice .list_item .ttl::before{
	position: absolute;
	content: "";
	background-image: url(../img/employee/L_border_l.png);background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}
#freelance_voice .list_item .ttl::after{
	position: absolute;
	content: "";
	background-image: url(../img/employee/L_border_r.png);background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	bottom: 0;
	right: 0;
}
#freelance_voice .list_item .ttl span{
	position: relative;
	display: block;
}
#freelance_voice .list_item .ttl span::before{
	position: absolute;
	content: "01";
	font-size: 3.6rem;
	color: var(--main-color);
	font-style: italic;
	font-family: var(--font-family-serif);
	line-height: 1;
	font-weight: 600;
	transform: translateX(-50%);
	bottom: -38px;
	left: 2px;
}
#freelance_voice .list_item:nth-of-type(2) .ttl span::before{
	content: "02";
}
#freelance_voice .detail{
	position: relative;
	font-size: 1.3rem;
	line-height: 1.77;
	letter-spacing: 0;
	text-align: center;
	padding: 26px 10px 10px 10px;
	background-color: rgba(255,255,255,0.6);
	width: calc( 100% - 66px );
	min-height: 150px;
	margin:-22px 0 0 auto;
}
#freelance_voice .detail img{
	height: 120px;
	width: 200px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
}
#freelance_voice .detail p{
	text-align: justify;
	line-height: 2;
}
#freelance_voice .list_item .detail::after{
	position: absolute;
	content: "";
	background-color: #87c8c0;
	width: 1px;
	height: calc(100% - 120px);
	left: -36px;
	bottom: 80px;
}
#freelance_voice .list_item:nth-of-type(2) .detail::after{
	height: calc(100% - 138px);
	left: auto;
	right: -36px;
	bottom: 98px;
}
#freelance_voice .detail .em{
	color: var(--main-color3);
	font-weight: 600;
}
#freelance_voice .detail .em_u-line{
	font-weight: 600;
	background:linear-gradient(transparent 70%, #fff59c 70%);
}
#freelance_voice .list_item:nth-of-type(2){
	text-align: right;
}
#freelance_voice .list_item:nth-of-type(2) .detail{
	margin:-22px 0 0 0;
}
#freelance_voice .list_item:nth-of-type(2) .ttl{
	text-align: right;
}
#freelance_voice .list_item:nth-of-type(2) .ttl span::before{
	left: auto;
	right: -30px;
}
#freelance_voice .list_item:nth-of-type(2)::before{
	left: auto;
	right: 8px;
} 
#freelance_voice .list_item:nth-of-type(2)::after{
	left: auto;
	right: 28px;
}
#freelance_voice .list_item:nth-of-type(2) .ttl::before{
	left: auto;
	right: 0;
	transform: rotate(90deg);
}
#freelance_voice .list_item:nth-of-type(2) .ttl::after{
	right: auto;
	left: 0;
	transform: rotate(90deg);
}


/*freelance_example
--------------------------------------------*/
#freelance_example{
	padding:48px 0 85px;
}
#freelance_example .ttl02{
	margin:0 auto 44px;
}
#freelance_example .ttl02::before{
	color: #fff2e9;
	content: "Example";
}
#freelance_example .ttl02::after{
	background-color: var(--main-color);
}
/* #freelance_example .ex_list{
	display: flex;
	justify-content: center;
	gap: 60px;
} */
#freelance_example .ex_list .list_item{
	margin:0 20px;
} 
#freelance_example .ex_list .item_ttl{
	background-color: var(--main-color3);
	color: #fff;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	padding: 2px 10px;
	border-radius: 0 13px 0 0;
}
#freelance_example .ex_list .item_ttl span{
	border-left: 5px solid #fff;
	padding-left: 15px;
}
#freelance_example .ex_list .item_detail{
	background-color: #ecf4f2;
	text-align: justify;
	border-radius: 0 0 0 13px;
	padding: 15px 10px;
}
#freelance_example .ex_list img{
	float: left;
	width: 80px;
	margin: 10px 5px 4px 0;
}
#freelance_example .item_detail .em_u-line{
	font-weight: 600;
	background:linear-gradient(transparent 70%, #fff59c 70%);
}
#freelance_example .slick-dots{
	bottom: -25px !important;
}
#freelance_example .slick-dots li button:before{
	font-size: 1rem;
	color: var(--main-color3);
}

/*sec_jobs
--------------------------------------------*/
#sec_jobs{
	margin-bottom: 70px;
}
.sec_cta_inner{
	padding-top: 56px;
}