/*============================
MV
============================*/
#mv {
	background-image: url(../img/first/mv.jpg);
}

@media screen and (max-width: 599px) {
	#mv {
		height: 2.50rem;
	}
}

/*============================
ご登録からお仕事開始までの流れ
============================*/
#flow {
	margin-bottom: 0.8rem;
}

#flow .lead {
	font-size: 0.22rem;
	line-height: 2;
	text-align: center;
	margin-top: 1.00rem;
	margin-bottom: 0.80rem;
}
@media screen and (max-width: 599px) {
	#flow .lead {
		font-size: 0.16rem;
		margin-top: 0.5rem;
		margin-bottom: 0.3rem;
	}
}


#flow .sec_title {
	text-align: center;
	margin-bottom: 0.30rem;
}

/* コンテンツ */
#flow .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#flow .list .item {
	width: calc(20% - 0.05rem);
	background: #E2EEF8;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 599px) {
	#flow .list .item {
		width: 100%;
		margin-bottom: 0.30rem;
		border-radius: 0.10rem;
	}
}


#flow .list .item::after {
	content: '';
	display: inline-block;
	width: 0.18rem;
	height: 0.34rem;
	background: url(../img/first/flow_sankaku.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: -0.07rem;
}
@media screen and (max-width: 599px) {
	#flow .list .item::after {
		width: 0.30rem;
		height: 0.50rem;
		top: initial;
		left: 50%;
		transform: translateX(-50%)  rotate(90deg);
		bottom: -0.4rem;
	}
}

#flow .list .item:first-child:after {
	content: none;
}
@media screen and (max-width: 599px) {
	#flow .list .item:first-child:after {
		content: '';
	}
	#flow .list .item:last-child:after {
		content: none;
	}
	}



#flow .list .item .ph_warp {
	width: 100%;
	height: 1.65rem;
}

@media screen and (max-width: 599px) {
	#flow .list .item .ph_warp {
		border-top-left-radius: 0.10rem;
		border-top-right-radius: 0.10rem;
		overflow: hidden;
	}
}

#flow .list .item .ph_warp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#flow .list .item .text_wrap {
	padding: 0 0.20rem;
	box-sizing: border-box;
}

#flow .list .item .step {
	font-size: 0.15rem;
	font-weight: 600;
	color: #FF7A59;
	text-align: center;
	padding: 0.15rem 0 0.10rem;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 599px) {
	#flow .list .item .step {
		font-size: 0.13rem;
		padding: 0.10rem 0 0.10rem;
	}
}


#flow .list .item .step span {
	font-size: 0.18rem;
}
@media screen and (max-width: 599px) {
	#flow .list .item .step span {
		font-size: 0.16rem;
	}
}


#flow .list .item .list_title {
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #2F475C;
	margin-bottom: 0.20rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
	#flow .list .item .list_title {
		margin-bottom: 0.1rem;
	}
}

#flow .list .item .text {
	font-size: 0.15rem;
	padding-bottom: 0.30rem;
	line-height: 1.5;
	text-align: justify;
}
@media screen and (max-width: 599px) {
	#flow .list .item .text {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		line-height: 1.75;
	}
}


/*============================
カンタンWEB登録
============================*/
#touroku {
	background: #2F475C;
	padding: 0.6rem 0;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#touroku {
		padding: 0.6rem 0 0.4rem;
	}
}


#touroku .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap {
		flex-flow: column-reverse;
	}
}


/* テキストエリア */
#touroku .cont_wrap .left_wrap {
	width: 55%;
	box-sizing: border-box;
	padding-left: 0.40rem;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .left_wrap {
		width: 100%;
		box-sizing: border-box;
		padding-left: 0;
	}
}



#touroku .cont_wrap .left_wrap .sec_title {
	color: #fff;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .left_wrap .sec_title {
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
		font-size: 0.2rem;
		text-align: center;
	}
}


#touroku .cont_wrap .left_wrap .text {
	color: #fff;
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .left_wrap .text {
		font-size: 0.14rem;
		margin-bottom: 0.30rem;
	}
}


#touroku .cont_wrap .left_wrap .btn_common a {
	margin-left: 0;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .left_wrap .btn_common a {
		margin: auto;
	}	
}

/* 画像エリア */
#touroku .cont_wrap .right_wrap {
	width:45%;
	text-align: right;
	position: relative;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap {
		width:100%;
		text-align: center;
	}
}


#touroku .cont_wrap .right_wrap .ph_wrap {
	width:80%;
	margin-left: auto;
	margin-right: 0.2rem;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .ph_wrap {
		width:2rem;
		margin: auto;
		margin-top: -1rem;
	}
}



/* 星 */
#touroku .cont_wrap .right_wrap .star_01 {
	position: absolute;
	top: 1rem;
	left: 0.7rem;
	animation: twinkle 5s infinite;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .star_01 {
		top: -1rem;
	}	
}


#touroku .cont_wrap .right_wrap .star_02 {
	position: absolute;
	top: 1.3rem;
	left: 0.4rem;
	animation: twinkle 4s infinite;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .star_02 {
		top: -0.5rem;
	}
}


#touroku .cont_wrap .right_wrap .star_03 {
	position: absolute;
	top: 2.2rem;
	left: 0.8rem;
	animation: twinkle 3s infinite;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .star_03 {
		top: -0.20rem;
		left: 0.5rem;
	}
}


#touroku .cont_wrap .right_wrap .star_04 {
	position: absolute;
	top: 0.8rem;
	right: 0;
	animation: twinkle 2s infinite;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .star_04 {
		top: -0.8rem;
		right: 0.40rem;
	}
}

#touroku .cont_wrap .right_wrap .star_05 {
	position: absolute;
	top: 1.2rem;
	right: -0.4rem;
	animation: twinkle 4s infinite;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .star_05 {
		top: -0.4rem;
		right: 0.2rem;
	}
}

#touroku .cont_wrap .right_wrap .star_06 {
	position: absolute;
	top: 2.4rem;
	right: -0.2rem;
	animation: twinkle 6s infinite;
}
@media screen and (max-width: 599px) {
	#touroku .cont_wrap .right_wrap .star_06 {
		top: 0;
		right: 0.3rem;
	}
}


/*============================
各種申請
============================*/
#sinsei {
	margin: 1rem 0;
}
@media screen and (max-width: 599px) {
	#sinsei {
		margin: 0.6rem 0;
	}
}


#sinsei .sec_title {
	text-align: center;
	margin-bottom: 0.60rem;
}
@media screen and (max-width: 599px) {
	#sinsei .sec_title {
		margin-bottom: 0.30rem;
	}
}


#sinsei .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sinsei .list .item {
	width: 32%;
	background-color: #E2EEF8;
	border-radius: 0.10rem;
	box-sizing: border-box;
	padding: 0.30rem 0.25rem;
	height: 2.6rem;
	position: relative;
}
@media screen and (max-width: 599px) {
	#sinsei .list .item {
		width: 100%;
		margin-bottom: 0.30rem;
	}
}

/* タイトル */
#sinsei .list .item .item_title {
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
}

#sinsei .list .item .item_title span {
	border-bottom: 1px solid #2F475C;
	display: inline-block;
	padding-bottom: 0.10rem;
}

/* コンテンツ */
#sinsei .list .cont_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sinsei .list .cont_box .ph_wrap {
	width: 1.15rem;
}

#sinsei .list .cont_box .text_wrap {
	width: calc(100% - 1.15rem);
	box-sizing: border-box;
	padding-top: 0.3rem;
	font-size: 0.15rem;
	line-height: 1.65;
}

/* ボタン */
#sinsei .list .item .btn_mini {
	position: absolute;
	bottom: 0.30rem;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
	#sinsei .list .item .btn_mini {
		bottom: 0.20rem;
	}
}
