@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

就労継続支援B型事業所とは

------------------------------------------------------------ */

.lead_about{
	text-align: center;
	font-size: 2rem;
	line-height: 2.2;
	padding: 0 0 100px;
}

/* つなぐの特徴
---------------------------------------------- */
.sec_feature{
	background: #FBF7ED;
	padding: 100px 50px;
}

.feature_inner{
	max-width: 1000px;
	margin: 0 auto;
}

.feature_inner .txt{
	text-align: center;
	line-height: 2.2;
	margin-bottom: 30px;
}

.feature_inner .frame{
	background: #FFF;
	border-radius: 32px;
	padding: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.feature_inner .frame .ico_arrow01{
	fill:#B1B1B1;
	width: 32px;
	height: 32px;
}

.feature_inner .frame .inner01{width: calc(50% - 30px);}

.feature_inner .frame .inner01 img{
	width: 100%;
	height: auto;
}

.feature_inner .frame .inner02{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 64px 0;
	background: url("../about/img/img_feature01.png") no-repeat center;
}

.feature_inner .frame .inner02 .arrow_inner{
	width: calc(50% - 30px);
	text-align: center;
	line-height: 1
}

.feature_inner .frame .inner02 .arrow_inner .ico_arrow01{transform: rotate(90deg);}

.feature_inner .frame .inner02 .arrow_inner:nth-of-type(1) .ico_arrow01{margin-right: 18px;}
.feature_inner .frame .inner02 .arrow_inner:nth-of-type(2) .ico_arrow01{margin-left: 18px;}

.feature_inner .frame .inner02 .arrow_inner .ico_arrow02{display: none;}

.feature_inner .frame .inner03{
	background: #DD5D84;
	border-radius: 8px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1;
	padding: 50px;
	width: 100%;
}

/* つなぐの一日の流れ
---------------------------------------------- */
.sec_oneday{
	max-width: 1100px;
	padding: 100px 50px 0;
	margin: 0 auto;
}

.sec_oneday .schedule{
	background: url("../img/bg03.jpg");
	border-radius: 32px;
	padding: 80px;
}

.sec_oneday .schedule > p{
	text-align: center;
	margin-bottom: 25px;
}

.list_schedule li{
	position: relative;
	padding: 0 0 19px 42px;
	display: flex;
	align-items: center;
}

.list_schedule li:last-of-type{padding-bottom: 0;}

.list_schedule li:not(:first-of-type){margin-top: 2px;}

.list_schedule li::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: 100%;
	position: absolute;
	top: 0;
	left: 16px;
}

.list_schedule li::after{
	content: "";
	display: block;
	background: url("../img/ico_circle01.png");
	background-size: cover;
	width: 32px;
	height: 33px;
	position: absolute;
	top: 20px;
	left: 0;
}

.list_schedule li .time{
	font-size: 2.4rem;
	font-weight: 700;
	width: 108px;
	flex: none;
}

.list_schedule li .txt{
	border: 1px dashed #000000;
	background: #FFF;
	border-radius: 8px;
	font-size: 1.8rem;
	line-height: 1.6;
	width: calc(100% - 108px);
	flex: none;
	padding: 20px 30px;
}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	就労継続支援B型事業所とは

	------------------------------------------------------------ */
	
	/* つなぐの特徴
	---------------------------------------------- */
	
	/* つなぐの一日の流れ
	---------------------------------------------- */
	
	
}/*--@media--*/


@media only screen and (max-width:900px){ /* 表示領域が900px以下の場合に適用するスタイル */

	/* ------------------------------------------------------------

	就労継続支援B型事業所とは

	------------------------------------------------------------ */

	.lead_about{
		font-size: 1.6rem;
		line-height: 2;
		padding: 0 40px 60px;
	}
	
	.lead_about br{display: none;}
	
	/* つなぐの特徴
	---------------------------------------------- */
	.sec_feature{
		background: #FBF7ED;
		padding: 60px 20px;
	}

	.feature_inner .txt{
		line-height: 2;
		margin-bottom: 20px;
	}
	
	.feature_inner .txt br{display: none;}

	.feature_inner .frame{
		border-radius: 20px;
		padding: 40px 20px;
	}

	.feature_inner .frame .ico_arrow01{
		fill:#B1B1B1;
		width: 12px;
		height: 12px;
	}

	.feature_inner .frame .inner01{width: calc(50% - 10px);}

	.feature_inner .frame .inner02{
		padding: 22px 0;
		background-size: 122px;
	}
	
	.feature_inner .frame .inner02 .arrow_inner{width: calc(50% - 10px);}
	
	.feature_inner .frame .inner02 .arrow_inner .ico_arrow01{display: none;}
	
	.feature_inner .frame .inner02 .arrow_inner .ico_arrow02{
		display: inline-block;
		fill: #B1B1B1;
		width: 20px;
		height: 54px;
	}

	.feature_inner .frame .inner03{
		font-size: 2rem;
		padding: 26px;
	}
	
	/* つなぐの一日の流れ
	---------------------------------------------- */
	.sec_oneday{padding: 60px 20px 0;}

	.sec_oneday .schedule{
		padding: 40px 20px;
		border-radius: 20px;
	}

	.sec_oneday .schedule > p{margin-bottom: 16px;}

	.list_schedule li{padding: 0 0 14px 30px;}

	.list_schedule li::before{left: 12px;}

	.list_schedule li::after{
		width: 24px;
		height: 25px;
		top: 15px;
	}

	.list_schedule li .time{
		font-size: 1.8rem;
		width: 50px;
	}

	.list_schedule li .txt{
		border-radius: 6px;
		font-size: 1.4rem;
		width: calc(100% - 50px);
		padding: 13px 10px;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	就労継続支援B型事業所とは

	------------------------------------------------------------ */

	/* つなぐの特徴
	---------------------------------------------- */
	
	/* つなぐの一日の流れ
	---------------------------------------------- */
	
	
}/*--@media--*/

