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

/*============================
リード
============================*/
#lead {
	margin-bottom: 0.8rem;
}

/* タイトル */
#lead .sec_title {
	padding-top: 1.00rem;
	;
	padding-bottom: 0.80rem;
	text-align: center;
	letter-spacing: 0.075em;
	line-height: 1.4;
}

@media screen and (max-width: 599px) {
	#lead .sec_title {
		padding-top: 0.5rem;
		padding-bottom: 0.20rem;

	}
}

#lead p {
	font-size: 0.18rem;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#lead p {
		font-size: 0.14rem;
	}
}

#lead p span {
	display: block;
	margin-bottom: 0.3rem;
}

#lead p strong {
	font-size: 0.24rem;
	display: block;
	margin-bottom: 0.3rem;
}
@media screen and (max-width: 599px) {
	#lead p strong {
		font-size: 0.18rem;
	}
}

#lead small {
	font-size: 0.14rem;
	text-align: center;
	line-height: 2;
	display: block;
}
@media screen and (max-width: 599px) {
	#lead small {
		font-size: 0.12rem;
	}
}

/*============================
ナビゲーション
============================*/
#inside_navi {
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 599px) {
	#inside_navi {
		display: none;
	}
}


#inside_navi .list {
	display: flex;
	justify-content: space-between;
	width: 10rem;
	margin: auto;
}

#inside_navi .list .item {
	width: 30%;
}

#inside_navi .list .item a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #2F475C;
	padding: 0.2rem;
	font-size: 0.18rem;
	position: relative;
	border-radius: 0.3rem;
	border: 1px solid #2F475C;
	box-sizing: border-box;
}

#inside_navi .list .item a::after {
	content: '';
	display: inline-block;
	width: 0.16rem;
	height: 0.09rem;
	background: url(../img/hojin/skill/arrow.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.2rem;
}

#inside_navi .list .item a:hover {
	background: #2F475C;
	color: #fff;
}

/*============================
ナビゲーション
============================*/
#merit {
	background: #F2F2F2;
	padding-bottom: 0.8rem;
}
@media screen and (max-width: 599px) {
	#merit {
		padding-bottom: 0.5rem;
	}
}


/* タイトル */
#merit .sec_title {
	padding-top: 1.00rem;
	padding-bottom: 0.80rem;
	text-align: center;
	letter-spacing: 0.075em;
	line-height: 1.4;
}
@media screen and (max-width: 599px) {
	#merit .sec_title {
		padding-top: 0.5rem;
		padding-bottom: 0.60rem;
	}
}

#merit .sec_title span {
	font-size: 0.32rem;
	display: block;
}
@media screen and (max-width: 599px) {
	#merit .sec_title span {
		font-size: 0.28rem;
	}
}

.merit_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 599px) {
	.merit_box {
		margin-bottom: 0.5rem;
	}
}


.merit_box .ph_wrap {
	width: 50%;
	box-sizing: border-box;
	padding-right: 0.2rem;
}
@media screen and (max-width: 599px) {
	.merit_box .ph_wrap {
		width:100%;
		box-sizing: border-box;
		padding-right: 0;
	}
}

.merit_box .ph_wrap img {
	border-radius: 0.1rem;
}

.merit_box .text_wrap {
	width: 50%;
	box-sizing: border-box;
	padding-top: 0.3rem;
	padding-left: 0.2rem;
}
@media screen and (max-width: 599px) {
	.merit_box .text_wrap {
		width: 100%;
		padding-top: 0.2rem;
		padding-left: 0;
	}
}

.merit_box .text_wrap h3 {
	font-size: 0.3rem;
	font-weight: bold;
	padding-bottom: 0.1rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #2F475C;
}
@media screen and (max-width: 599px) {
	.merit_box .text_wrap h3 {
		font-size: 0.25rem;
		text-align: center;
	}
}

.merit_box .text_wrap ul li {
	font-size: 0.18rem;
	line-height: 2;
	padding-left: 0.18rem;
	text-indent: -0.18rem;
	margin-bottom: 0.1rem;
}
@media screen and (max-width: 599px) {
	.merit_box .text_wrap ul li {
		font-size: 0.16rem;
		padding-left: 0.16rem;
		text-indent: -0.16rem;
	}
}

/* 写真右 */
.merit_box.merit_box02 {
	flex-flow: row-reverse;
}
@media screen and (max-width: 599px) {
	.merit_box.merit_box02 {
		flex-flow: column;
	}
}

.merit_box.merit_box02 .ph_wrap {
	padding-right: 0;
	padding-left: 0.2rem;
}
@media screen and (max-width: 599px) {
	.merit_box.merit_box02 .ph_wrap {
		padding-left: 0;
	}
}

.merit_box.merit_box02 .text_wrap {
	padding-left: 0;
	padding-right: 0.2rem;
}
@media screen and (max-width: 599px) {
	.merit_box.merit_box02 .text_wrap {
		padding-right: 0;
	}
}


/*============================
セクション区切り
============================*/
#secimage {
	width: 100%;
	height: 3.5rem;
	background: url(../img/hojin/skill/kugiri_img.jpg) no-repeat center;
	background-attachment: fixed;
}
@media screen and (max-width: 599px) {
	#secimage {
		background-image: url(../img/hojin/skill/kugiri_img_sp.jpg);
		background-size: contain;
	}
}


/*============================
採用の流れ
============================*/
#flow {
	padding: 1rem 0 0.5rem;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 599px) {
	#flow {
		padding: 0 0 0.5rem;
		margin-bottom: 0.3rem;
	}
}

/* タイトル */
#flow .sec_title {
	padding-bottom: 0.80rem;
	text-align: center;
	letter-spacing: 0.075em;
	line-height: 1.4;
}

@media screen and (max-width: 599px) {
	#flow .sec_title {
		padding-top: 0.5rem;
		padding-bottom: 0.20rem;
	}
}

#flow .list {
	max-width: 10rem;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 599px) {
}


#flow .list .item {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
	border: 1px solid #FF7A59;
	border-radius: 0.1rem;
	box-sizing: border-box;
	margin-bottom: 0.8rem;
	position: relative;
}
@media screen and (max-width: 599px) {
	#flow .list .item {
		padding: 0.2rem;
	}
}


#flow .list .item:last-child {
	margin-bottom: 0.4rem;
}

/* 三角 */
#flow .list .item::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.2rem 0.2rem 0 0.2rem;
	border-color: #FF7A59 transparent transparent transparent;
	position: absolute;
	bottom: -0.5rem;
	left: 50%;
	transform: translateX(-50%);
}

#flow .list .item:last-child::after {
	content: none;
}

/* 写真 */
#flow .list .item .ph_wrap {
	width: 3.2rem;
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#flow .list .item .ph_wrap {
		width: 100%;
		padding: 0;
	}
}


#flow .list .item .ph_wrap img {
	border-radius: 0.1rem;
}

/* テキスト */
#flow .list .item .text_wrap {
	width: calc(100% - 3.2rem);
	box-sizing: border-box;
	padding: 0.3rem;
}
@media screen and (max-width: 599px) {
	#flow .list .item .text_wrap {
		width: 100%;
		padding: 0;
	}
}


/* タイトル */
#flow .list .item .text_wrap .title_box {
	display: flex;
	align-items: center;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.1rem;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	#flow .list .item .text_wrap .title_box {
		padding-top: 0.2rem;
		padding-bottom: 0.1rem;
		margin-bottom: 0.15rem;
	}
}

#flow .list .item .text_wrap .title_box span {
	color: #FF7A59;
	font-size: 0.16rem;
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	#flow .list .item .text_wrap .title_box span {
		font-size: 0.14rem;
	}
}

#flow .list .item .text_wrap .list_title {
	font-size: 0.24rem;
	font-weight: bold;
	padding-left: 0.2rem;
}
@media screen and (max-width: 599px) {
	#flow .list .item .text_wrap .list_title {
		font-size: 0.2rem;
	}
}

#flow .list .item .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-top: 0.2rem;
}
@media screen and (max-width: 599px) {
	#flow .list .item .text {
		font-size: 0.14rem;
		padding-bottom: 0.1rem;
	}
}


#flow .list .item .text span {
	display: block;
	margin-bottom: 0.1rem;
}

#flow .list .item .text a {
	color: #2F475C;
}

#flow .list .item .text a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* 注意書き */
#flow small {
	text-align: right;
	font-size: 0.14rem;
	display: block;
	max-width: 10rem;
	width: 100%;
	margin: auto;
	line-height: 1.65;
}
@media screen and (max-width: 599px) {
	#flow small {
		font-size: 0.12rem;
		text-align: left;
		padding-left: 0.12em;
		text-indent: -0.12rem;
		margin-top: -0.2rem;
	}
}

/*============================
料金について
============================*/
#price {
	background: url(../img/hojin/skill/price_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 0.1rem 0 0.7rem;
	margin-bottom: 0.1rem;
}

.price_cont {
	max-width: 10rem;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 0 0.3rem;
}
@media screen and (max-width: 599px) {
	.price_cont {
		padding: 0;
	}
}

#price .top_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0.5rem 0;
}
@media screen and (max-width: 599px) {
	#price .top_wrap {
		position: relative;
	}
}

#price .top_wrap .text_box {
	width: calc(100% - 3.3rem);
	color: #fff;
	box-sizing: border-box;
	padding-right: 0.2rem;
}
@media screen and (max-width: 599px) {
	#price .top_wrap .text_box {
		width: 100%;
		padding-top: 1rem;
		padding-right: 0;
	}
}

#price .top_wrap .text_box .sec_title {
	margin-bottom: 0.3rem;
}

#price .top_wrap .text_box .lead {
	font-size: 0.18rem;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#price .top_wrap .text_box .lead {
		font-size: 0.16rem;
	}
}

#price .top_wrap .ph_wrap {
	width: 3.3rem;
}
@media screen and (max-width: 599px) {
	#price .top_wrap .ph_wrap {
		position: absolute;
		width: 2.5rem;
		top: -0.3rem;
		right: 0;
	}
}


/* お問い合わせ */
#price .contact_wrap {
	background: #fff;
	padding: 0.4rem;
	box-sizing: border-box;
	border-radius: 0.1rem;
}
@media screen and (max-width: 599px) {
	#price .contact_wrap {
		padding: 0.2rem 0.2rem 0.4rem;
	}
}

#price .contact_wrap h3 {
	text-align: center;
	font-size: 0.24rem;
	font-weight: bold;
	border-bottom: 1px solid #2F475C;
	box-sizing: border-box;
	padding-bottom: 0.1rem;
	margin-bottom: 0.3rem;
}
@media screen and (max-width: 599px) {
	#price .contact_wrap h3 {
		font-size: 0.2;
	}
}

#price .contact_wrap .contact_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0.3rem;
	box-sizing: border-box;
}

/* 電話 */
#price .contact_wrap .contact_box .tel_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 60%;
}
@media screen and (max-width: 599px) {
	#price .contact_wrap .contact_box .tel_box {
		width: 100%;
		margin-bottom: 0.2rem;
	}
}

#price .contact_wrap .contact_box .tel_box .number a {
	padding-left: 0.1rem;
}

#price .contact_wrap .contact_box .tel_box .number a {
	text-decoration: none;
	color: #2F475C;
	font-size: 0.24rem;
}
@media screen and (max-width: 599px) {
	#price .contact_wrap .contact_box .tel_box .number a {
		font-size: 0.2rem;
	}
}


#price .contact_wrap .contact_box .tel_box .time {
	font-size: 0.14rem;
	padding-left: 0.1rem;
}
@media screen and (max-width: 599px) {
	#price .contact_wrap .contact_box .tel_box .time {
		font-size: 0.12rem;
		padding-left: 0;
		padding-top: 0.1rem;
	}
}


/* メール */
#price .contact_wrap .contact_box .mail_box {
	display: flex;
	flex-wrap: wrap;
	width: 40%;
}
@media screen and (max-width: 599px) {
	#price .contact_wrap .contact_box .mail_box {
		width: 100%;
	}
}


#price .contact_wrap .contact_box .mail_box .number {
	padding-left: 0.1rem;
}

#price .contact_wrap .contact_box .mail_box .number a {
	color: #2F475C;
	font-size: 0.2rem;
}
@media screen and (max-width: 599px) {
	#price .contact_wrap .contact_box .mail_box .number a {
		font-size: 0.16rem;
	}
}


