@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

ご利用までの流れ

------------------------------------------------------------ */

.flow{margin-bottom: 100px;}

.flow_inner .inner{
	position: relative;
	background: #F9F7F1;
	border-radius: 32px;
	padding: 60px;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
}

.flow_inner .inner:last-of-type{margin-bottom: 0;}

.flow_inner .inner:not(:last-of-type)::before{
	content: "";
	display: block;
	background-image: linear-gradient(to bottom, #4B453F 2px, transparent 2px);
    background-size: 1px 4px;
    background-repeat: repeat-y;
	width: 1px;
	height: 60px;
	position: absolute;
	bottom: -60px;
	left: 50%;
}

.flow_inner .inner .icon{
	background: #FFF;
	border-radius: 50%;
	padding: 25px;
	flex: none;
	margin-right: 30px;
}

.flow_inner .inner .icon img{
	width: 70px;
	height: auto;
}

.flow_inner .inner .txt h3{
	font-size: 3rem;
	line-height: 1.2;
}

.flow_inner .inner .txt h3 .num{
	position: absolute;
	top: -30px;
	left: 30px;
	font-size: 4.8rem;
	color: #EED488;
}

.flow_inner .inner .txt p{margin-top: 18px;}

/* 募集要項
---------------------------------------------- */
.tbl_recruitment{width: 100%;}

.tbl_recruitment tr{border-bottom: 1px solid #F5EBD4;}
.tbl_recruitment tr:first-of-type{border-top: 1px solid #F5EBD4;}

.tbl_recruitment th,
.tbl_recruitment td{
	line-height: 1.6;
	padding: 11px 18px;
}

.tbl_recruitment th{
	background: #FFF4D9;
	border-left: 1px solid #F5EBD4;
	border-right: 1px solid #F5EBD4;
	width: 200px;
}

.tbl_recruitment td{border-right: 1px solid #F5EBD4;}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	ご利用までの流れ

	------------------------------------------------------------ */

	/* 募集要項
	---------------------------------------------- */
	
	
}/*--@media--*/


@media only screen and (max-width:900px){ /* 表示領域が900px以下の場合に適用するスタイル */

	/* ------------------------------------------------------------

	就労継続支援B型事業所とは

	------------------------------------------------------------ */

	.flow{margin-bottom: 60px;}
	
	.flow_inner .inner{
		border-radius: 20px;
		padding: 30px 20px;
		margin-bottom: 40px;
		flex-wrap: wrap;
	}

	.flow_inner .inner:not(:last-of-type)::before{
		height: 40px;
		bottom: -40px;
	}

	.flow_inner .inner .icon{
		padding: 19px;
		margin-right: 15px;
	}

	.flow_inner .inner .icon img{width: 50px;}

	.flow_inner .inner .txt{display: contents;}
	
	.flow_inner .inner .txt h3{
		font-size: 2.2rem;
		width: calc(100% - 103px);
	}

	.flow_inner .inner .txt h3 .num{
		top: -20px;
		left: 20px;
		font-size: 3.8rem;
	}
	
	.flow_inner .inner .txt p{
		line-height: 1.6;
		margin-top: 15px;
	}
	
	.flow_inner .inner .txt p br{display: none;}
	
	/* 募集要項
	---------------------------------------------- */
	.tbl_recruitment th,
	.tbl_recruitment td{
		line-height: 1.4;
		padding: 6px;
	}
	
	.tbl_recruitment th{
		vertical-align: top;
		width: 100px;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	ご利用までの流れ

	------------------------------------------------------------ */
	
	/* 募集要項
	---------------------------------------------- */

	
}/*--@media--*/

