@charset "utf-8";

/* CSS Document */
.wrapper {
	background-color: #FFF5F9;
}

.topimg {
	width: 100%;
	min-width: 1400px;
	background-image: url("/baito/img/bg_top.webp");
	background-position-y: 35%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	box-shadow: 2px 2px 4px -2px black inset;
	padding-top: 100px;

}

.title_baito {
	background: rgba(51, 51, 51, 0.7);
	color: white;
	display: block;
	width: 516px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 14px;

}

.joblist {
	width: 1000px;
	margin: 47px auto;
}

.job_link {
	background-color: white;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	padding: 20px;
	margin-bottom: 70px;
	color: #F96C84;
}

.job_link h3 {
	font-size: 21px;
	text-align: left;
	font-weight: bold;
	position: relative;
	padding: 2px 5px 2px 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.job_link h3:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0eb";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #F96C84;
	font-weight: bold;
	width: 40px;
	text-align: center;
	height: 40px;
	left: -1.35em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.job_image {
	margin: 0 25px 0 0;
}

.job_image {
	width: 400px;
}

.job_discription {
	width: 513px;
}

.job_discription ul {
	border-top: 1px dotted #c0c0c0;
}

.job_discription li {
	border-bottom: 1px dotted #c0c0c0;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0;

}

.item {
	display: block;
	width: 115px;
	padding-left: 2px;
}

.content {
	display: block;
	width: 248px;
	word-wrap: break-word;
}

.job_push {
	margin: 20px 0 0 0;
	width: 100%;
	padding: 10px;
	background-color: #FFEFEF;
	border-radius: 10px;
	font-size: 15px;
}

.job_point {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

.jobnote {
	width: 100%;
	background-color: white;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	padding: 20px;
	margin-bottom: 20px;
}

.jobnote h3 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	color: #F96C84;
}

.jobnote h4 {
	font-size: 16px;
	font-weight: bold;
	color: #F96C84;
}

.step {
	color: white;
	background-color: #FFBEC9;
	border-radius: 20px;
	padding: 1px;
	width: 100px;
	text-align: center;
	font-size: 15px;
	margin: 0 5px 10px 0;
}

.note_ditail {
	padding: 0 10px 20px 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #c0c0c0;
}

.note_ditail:last-child {
	border-bottom: none;
	padding-bottom: 10px;
}

.job_msg_nopress {
	text-align: center;
}

/*-----------------------------------------------------------------------------------------------------------------*/
/*600px以下のディスプレイ用CSS 最小表示280xp*/
@media screen and (max-width: 600px) {


	.topimg {
		min-width: 280px;
		height: auto;
		aspect-ratio: 2 / 1;
		background-size: 130%;
		background-position-y: 0%;
		background-position: center;
	}

	.title_baito {
		width: 95%;
		margin: 117px auto 0 auto;
		font-size: 18px;
		padding: 8px;
	}

	.joblist {
		width: 98%;
		margin: 10px auto;
	}

	.job_link h3 {
		font-size: 18px;
	}

	.job_image {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.job_image>img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.job_image>iframe {
		width: 100%;
	}

	.job_discription {
		width: 100%;
	}

	.job_discription li {
		font-size: 16px;
	}

	.note_ditail {
		font-size: 15px;
	}

}
