@charset "utf-8";
/*------------------------------------------------------------
	work
------------------------------------------------------------*/
#main .topBox {
	margin-bottom: 12rem;
}
#main .topBox .hTitle {
	margin-bottom: 5.4rem;
	font-size: 5.6rem;
	font-weight: 500;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
}
#main .comBox {
	margin-bottom: 11.2rem;
	padding: 12rem 0 11.9rem;
	border-bottom: 1px solid #A1A1A1;
}
#main .comBox .imgBox {
	margin-bottom: 12.1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .comBox .imgBox:last-child {
	margin-bottom: 0;
}
#main .comBox .imgBox .textBox {
	margin-top: -0.5rem;
	width: calc(100% - 66rem);
}
#main .comBox .imgBox .textBox .number {
	margin-bottom: 1.3rem;
	color: #C8BA8C;
	font-size: 6.2rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.2;
}
#main .comBox .imgBox .textBox .title {
	margin-bottom: 3.3rem;
	font-size: 4rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
#main .comBox .imgBox .photo {
	width: 63rem;
}
#main .comBox .imgBox.reverse .textBox {
	order: 2;
}
#main .job {
	margin-top: 14.9rem;
	padding: 5.6rem 0 6.3rem;
	background: rgba(200, 186, 140, 0.3);
}
#main .job .headLine04 {
	margin-bottom: 1.6rem;
}
#main .job .text {
	margin-bottom: 5.6rem;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}
#main .job .photoList {
	gap: 4rem;
}
#main .job .photoList li {
	width: 22rem;
}
#main .job .photoList li .photo {
	margin-bottom: 2.4rem;
}
#main .job .photoList li .title {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
#main .flow {
	padding-bottom: 20rem;
}
#main .flow .headLine04 {
	margin-bottom: 3.2rem;
}
#main .flow .flowList li {
	padding-bottom: 7.7rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .flow .flowList li::before {
	position: absolute;
	top: 0;
	left: 22.8rem;
	width: 1px;
	bottom: 0;
	background: #35394D;
	content: '';
}
#main .flow .flowList li:last-child {
	padding-bottom: 0;
}
#main .flow .flowList li:last-child::before {
	display: none;
}
#main .flow .flowList li .lBox,
#main .flow .flowList li .rBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .flow .flowList li .lBox {
	width: 38rem;
	justify-content: flex-start;
}
#main .flow .flowList li .lBox .date {
	margin-right: 1.8rem;
	padding: 0.8rem 0.2rem;
	width: 16rem;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	background: #35394D;
}
#main .flow .flowList li .lBox .date.blank,
#main .flow .flowList li .lBox .time.blank {
	background: transparent;
}
#main .flow .flowList li .lBox .time {
	padding: 1.4rem 0 1.4rem;
	width: 10rem;
	font-size: 2.4rem;
	font-weight: 700;
	background: #F6F6F6;
	position: relative;
	z-index: 5;
	text-align: center;
}
#main .flow .flowList li .lBox .time .dot {
	margin: 0 auto 0.2rem;
	position: relative;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: #35394D;
}
#main .flow .flowList li .lBox .time .dot::before {
	position: absolute;
	top: 50%;
	left: 100%;
	height: 1px;
	width: 13.8rem;
	background: #35394D;
	content: '';
}
#main .flow .flowList li .rBox {
	width: calc(100% - 39.9rem);
}
#main .flow .flowList li .rBox .title {
	font-size: 2.4rem;
	font-weight: 700;
}
#main .flow .flowList li .rBox .text {
	padding-bottom: 0.2rem;
	width: calc(100% - 23.3rem);
	line-height: 1.8;
}
#main .comBgBox {
	padding: 15.3rem 0 20rem;
}
#main .comBgBox .headLine03 {
	margin-bottom: 3.7rem;
}
#main .comImgArea .imgBox .headLine03 {
	margin-bottom: 4.9rem;
}
@media all and (max-width: 896px) {
	#main .topBox {
		margin-bottom: 3.9rem;
	}
	#main .topBox .hTitle {
		margin-bottom: 2.5rem;
		font-size: 2.8rem;
		line-height: 1.4;
	}
	#main .comBox {
		margin-bottom: 12.1rem;
		padding: 6rem 0 0;
		border-bottom: none;
	}
	#main .comBox .imgBox {
		margin-bottom: 6rem;
		display: block;
	}
	#main .comBox .imgBox .textBox {
		margin: 0 0 3.4rem;
		width: auto;
	}
	#main .comBox .imgBox .textBox .number {
		margin-bottom: 0.5rem;
		font-size: 4.2rem;
	}
	#main .comBox .imgBox .textBox .title {
		margin-bottom: 1.7rem;
		font-size: 2.8rem;
	}
	#main .comBox .imgBox .photo {
		margin-right: -1.5rem;
		width: auto !important;
	}
	#main .comBox .imgBox .photo img {
		width: 100%;
	}
	#main .job {
		margin: 8rem -3rem 0;
		padding: 3.4rem 0 5.5rem;
		background: rgba(200, 186, 140, 0.3);
	}
	#main .job .headLine04 {
		margin-bottom: 1.1rem;
	}
	#main .job .text {
		margin-bottom: 3.1rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#main .job .outBox {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	#main .job .photoList {
		margin: 0 auto;
		padding: 0 3rem;
		width: 95.2rem;
		gap: 2.4rem;
		box-sizing: content-box;
	}
	#main .flow {
		padding-bottom: 8rem;
	}
	#main .flow .headLine04 {
		margin-bottom: 3rem;
		line-height: 1.2;
	}
	#main .flow .flowList li {
		padding-bottom: 2.4rem;
		align-items: flex-start;
	}
	#main .flow .flowList li::before {
		left: 9.7rem;
	}
	#main .flow .flowList li .lBox {
		width: 15rem;
		justify-content: flex-start;
	}
	#main .flow .flowList li .lBox .date {
		margin-right: 0;
		padding: 0.5rem 0.2rem 0.7rem;
		width: 7.2rem;
		font-size: 2rem;
	}
	#main .flow .flowList li .lBox .time {
		margin-left: -0.5rem;
		padding: 0.6rem 0;
		width: 6rem;
		font-size: 2rem;
	}
	#main .flow .flowList li .lBox .time .dot {
		margin: 0 auto;
		width: 2.6rem;
		height: 2.6rem;
	}
	#main .flow .flowList li .lBox .time .dot::before {
		margin-top: -1px;
		width: 4rem;
	}
	#main .flow .flowList li .rBox {
		padding-top: 0.5rem;
		width: calc(100% - 15.8rem);
		display: block;
	}
	#main .flow .flowList li .rBox .title {
		margin-bottom: 0.5rem;
		font-size: 1.8rem;
	}
	#main .flow .flowList li .rBox .text {
		padding-bottom: 0;
		width: auto;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#main .comBgBox {
		padding: 7.8rem 0 8rem;
	}
	#main .comBgBox .content {
		margin: 0 3.2rem;
	}
	#main .comBgBox .headLine03 {
		margin-bottom: 2.8rem;
	}
	#main .comBgBox .comInnerBox {
		margin: 0 -0.2rem;
	}
	#main .comBgBox .comInnerBox .area {
		margin-bottom: 3.2rem;
	}
	#main .comBgBox .comInnerBox .area:last-child {
		margin-bottom: 0;
	}
	#main .comImgArea {
		margin: 0 -0.2rem;
	}
	#main .comImgArea .imgBox .headLine03 {
		margin-bottom: 2.8rem;
	}
	#main .comEntryBox {
		margin: 0 -0.2rem;
	}
}