@charset "shift_jis";
/* CSS Document */
/* Reset */
body, h1, h2, h3, p, ul, li, a {
		margin: 0;
		padding: 0;
		list-style: none;
		text-decoration: none;
}
body {
		font-family: 'Arial', sans-serif;
		line-height: 1.6;
		color: #333;
		background-color: inherit;
		margin: 0;
		padding: 0;
}
h1 {
		margin: 0;
		padding: 0;
}
li {
		margin: 0;
		padding: 0;
		list-style: none;
}
dt, dd {
		margin: 0;
		padding: 0;
}
main {
		margin-top: 40px;
}
section {
		padding: inherit;
		width: 100%;
}
.header_blog_bnr {
		display: none;
}
/*slick*/
button {
		/*	background-color: #ffffff !important;*/
}
.slick-next::before, .slick-prev::before {
		color: #262626;
}
.slick-slide {
		padding: 0 10px;
		color: #fff;
}
.slick-next::before, .slick-prev::before {
		color: #ffffff;
}
.slick-next::before, .slick-prev::before {
		font-size: 40px;
}
.slick-prev {
		left: 25px;
		z-index: 1000;
		background-color: inherit !important;
}
.slick-next {
		right: 25px;
		z-index: 1000;
		background-color: inherit !important;
}
/*一覧ページ*/
#joblist {
		margin-top: 80px;
}
#joblist #tt1 {
		font-weight: bold;
		padding: 10px;
		margin: 20px auto;
}
/*リストボタン*/
#joblist .h_aWrap {
		padding: 10px 20px;
		font-size: 14px;
}
#joblist .h_aWrap a {
		color: #2054BB;
}
#joblist .h_aWrap .company {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		margin-bottom: 10px;
}
#joblist .h_aWrap .company li {
		margin-bottom: 5px;
}
#joblist .h_aWrap .company li a {
		color: #e60012;
		border-radius: 30px;
		padding: 10px 40px;
		display: block;
		border: 1px solid #e60012;
}
#joblist .h_aWrap .occupation {
		display: flex;
		flex-flow: row wrap;
		margin-bottom: 10px;
		gap: 10px;
}
#joblist .h_aWrap .occupation li {
		margin-bottom: 5px;
}
#joblist .h_aWrap .occupation li a {
		color: #e60012;
		border-radius: 30px;
		padding: 10px 40px;
		display: block;
		border: 1px solid #e60012;
}
/**/
#joblist .jobWrap {}
#joblist .jobWrap .job_details {
	max-width: 1400px;
	margin: auto;
	width: 80%;
}
#joblist .jobWrap .job_details .subtile{
	padding: 20px 0;
}
#joblist .jobWrap .job_details p{
	margin-bottom: 10px;
}
#joblist .joblistBlock {
		margin-bottom: 40px;
		padding: 40px 0;
}
#joblist .occupationTitle {
	padding: 40px 20px;
	font-size: 7vw;
	border-top: 1px solid #262626;
}
#joblist .inner {
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
		padding: 20px;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		background: #fff;
		border-radius: 5px;
		width: 90%;
		margin: 0 auto 40px;
}
#joblist .inner:hover {
		cursor: pointer;
}
#joblist .tags {
		padding: 20px 0;
		flex-basis: 100%;
		max-width: 100%;
}
#joblist .tags ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		font-size: 14px;
}
#joblist .tags ul li {
		padding: 5px 10px;
		background: #eee;
		margin-right: 10px;
		border-radius: 5px;
}
#joblist .tags ul li a {}
#joblist .job-type.employee {
		background-color: #8c0000;
		color: #fff;
}
#joblist .job-type.part {
		background-color: #5caa30;
		color: #fff;
}
#joblist .jobtitle {
		font-size: 24px;
}
#joblist .leftArea {
		order: 1;
}
#joblist .rightarea {
		order: 0;
}
#joblist .leftArea {
		flex-basis: 100%;
		max-width: 100%;
}
#joblist .leftArea table {
		width: 100%;
}
#joblist .leftArea th {
		width: auto;
		word-break: keep-all;
		padding: 20px;
}
#joblist .leftArea td {
		padding: 20px;
}
#joblist .rightArea {
		flex-basis: 100%;
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
}
#joblist .companyName {
		order: 2;
}
#joblist .job_description {

}
#joblist .nextBtn {
		padding: 10px;
		text-align: center;
		background: #262626;
		color: #fff;
		margin: 10px auto;
		border-radius: 5px;
}
/*シングルページ*/
#jobsingle {
		margin-top: 0;
}
#jobsingle h1{
	font-size: 5vw;
}
#jobsingle .content h2 {
		position: relative; /* 下線用の基準位置 */
		margin-bottom: 2rem;
		width: 100%;
		font-size: 36px;
		color: #e81010;
}
#jobsingle .content h2::after {
		content: "";
		position: absolute;
		bottom: -5px; /* h2の下に少し余白をつける */
		left: 0;
		width: 0; /* 初期状態で幅0 */
		height: 2px; /* 下線の太さ */
		background-color: #a8a8a8; /* 下線の色 */
		transition: width 0.5s ease-in-out; /* アニメーションの速度と効果 */
}
#jobsingle .content .place h2 {
	color: #fff;
}
#jobsingle .content h2.animate-border::after {
		width: 100%;
}
#jobsingle .tags {
		padding: 20px 0;
		flex-basis: 100%;
		max-width: 100%;
}
#jobsingle .tags ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		font-size: 14px;
}
#jobsingle .tags ul li {
		padding: 5px 10px;
		background: #fff;
		margin-right: 10px;
		border-radius: 5px;
		color: #262626;
}
#jobsingle .tags ul li a {}
#jobsingle .job-type.employee {
		background-color: #8c0000;
		color: #fff;
}
#jobsingle .job-type.part {
		background-color: #5caa30;
		color: #fff;
}
#jobsingle .fv {
	margin-top: 40px;
}
#jobsingle .fv .thumbnail {

}
section {
		padding-bottom: 40px;
}
#jobsingle .fv .title {

		margin: -40px auto auto;
		width: 90%;
}
#jobsingle .fv .titleWrap {
	background: #262626d9;
	color: #fff;
	padding: 20px;
	display: inline-block;
	width: 100%;
}
#jobsingle .description {
		background-image: url("../image/bg-dot01.png");
		background-repeat: repeat;
		background-color: #fff
}
#jobsingle .description p{
	margin-bottom: 1em;
}

#jobsingle .description .content {
		border-radius: 5px;
		padding: 20px;
		width: 90%;
		margin: auto;
}
#jobsingle .resources {
		background-color: #fffcf5;
}
#jobsingle .resources p{
	margin-bottom: 1em;
}
#jobsingle .resources .content {
		border-radius: 5px;
		padding: 20px;
		width: 90%;
		margin: auto;
}
#jobsingle .workplace {
		color: #262626;
		background-image: url("../image/bg-line01.png");
		background-repeat: repeat;
}
#jobsingle .workplace .content {
		border-radius: 5px;
		padding: 20px;
		width: 90%;
		margin: auto;
}
#jobsingle .imgWrap {
		padding: 20px 0;
}
#jobsingle .overview {}
#jobsingle .overview .content {
		border-radius: 5px;
		padding: 20px;
		width: 90%;
		margin: auto;
}
#jobsingle .overview th {
		font-size: 3vw;
		width: 30%;
		padding: 20px;
}
#jobsingle .overview td {
		font-size: 3vw;
		width: 70%;
		padding: 20px;
}
/*勤務先*/
#jobsingle .map {
		background: #142f4d;
		color: #fff;
		padding: 0;
		position: relative;
}
#jobsingle .map .company_name {
		font-size: 5vw;
}
#jobsingle .map .mapWrap {}
#jobsingle .map .content {
		padding: 40px;
}
#jobsingle .place {}
#jobsingle .googlemap {
		width: 100%;
		height: 400px;
}
/*フォーム*/
#entry_form_head {
		background-color: #eee;
		padding: 40px;
}
#entry_form_head h3, #entry_form_head p {
		text-align: center;
}
#entry_form_head .content {
		margin: auto;
}
.formWrap {
		width: 80%;
		margin: auto;
}
#entry_form_head .formWrap p {
		text-align: left;
}
.formWrap .wpcf7 {
		width: 100% !important;
}
.formWrap .wpcf7 p {
		margin-bottom: 2em;
}
.companyInfo {
		width: 90%;
		margin: 80px auto;
}
.companyInfo .content {
		margin: 80px auto;
}
.companyInfo h3 {
		font-size: 3vw;
		margin: 10px auto;
}
.companyInfo ul {
		margin: auto;
		width: 90%;
}
.companyWrap .leftBlock {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin: auto auto 40px;
}
.companyWrap .leftBlock img {
		flex-basis: 49%;
		max-width: 49%;
}
.companyWrap .rightBlock p {
		margin-bottom: 1em
}
.linkBlock ul {
		margin: 20px auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
}
.linkBlock ul li {}
.linkBlock ul li a {
		padding: 10px;
		text-align: center;
		display: block;
		border: 1px solid #eee;
		border-radius: 5px;
		background: #ffffff;
}
.linkBlock ul li a:hover {
		color: #ffffff;
	background-color:#8c0000 ;
}
/*step*/
.flow .content {}
.flow .wrap {
		background: #ffffffe5;
		padding: 20px;
		border-radius: 10px;
		text-align: center;
}
.selection-steps {
		list-style: none;
		padding: 0;
		width: 80%;
		margin: auto;
}
.selection-steps li {
		border: 3px solid #0a6ac0;
		padding: 10px;
		border-radius: 5px;
		position: relative;
}
.selection-steps li::before {
		content: "▼";
		margin-right: 5px;
		color: #333;
}
.selection-steps li span {
		font-weight: bold;
		position: absolute;
		font-size: 50px;
		left: -60px;
		color: #0a6ac0;
}
.selection-steps {
		list-style: none;
		padding: 0;
		margin: 0 auto;
}
.selection-steps li {
		display: flex;
		align-items: center; /* アイコンとテキストを垂直方向に中央揃え */
		margin-bottom: 1rem; /* 各項目の間隔を適宜調整 */
}
.selection-steps li::before {
		display: inline-block;
		width: 150px; /* アイコンの幅を統一 */
		height: 150px; /* アイコンの高さを統一 */
		margin-right: 0.5rem; /* アイコンとテキストの間隔を調整 */
}
.flow dt {
		font-size: 24px;
		margin-bottom: 40px;
}
.flow dd {
		margin: 0 0 40px;
}
.flow .entry::before {
		content: url('https://www.tomizawa.net/recruit/wp-content/themes/tomizawa_recruit/image/icon_flow01.png');
}
.flow .screening::before {
		content: url('https://www.tomizawa.net/recruit/wp-content/themes/tomizawa_recruit/image/icon_flow05.png');
}
.flow .interview::before {
		content: url('https://www.tomizawa.net/recruit/wp-content/themes/tomizawa_recruit/image/icon_flow03.png');
}
.flow .webinterview::before {
		content: url('https://www.tomizawa.net/recruit/wp-content/themes/tomizawa_recruit/image/icon_flow04.png');
}
.flow .offer::before {
		content: url('https://www.tomizawa.net/recruit/wp-content/themes/tomizawa_recruit/image/icon_flow06.png');
}
.flow .method a {
		background: #c42f2f;
		color: #fff;
		padding: 10px 20px;
		text-align: center;
		border-radius: 10px;
		display: block;
		word-break: keep-all;
}
@media all and (min-width:768px) {
		#joblist .h_a {}
		#joblist .h_aWrap {
				max-width: 1400px;
				margin: auto;
		}
		#joblist .joblistBlock {
				display: flex;
				flex-flow: row wrap;
				justify-content: space-between;
				padding: 0;
				width: 100%;
				max-width: 1400px;
				margin: auto auto 80px;
		}
		#joblist .occupationTitle {
				flex-basis: 100%;
				max-width: 100%;
				font-size: 5vw
		}
		#joblist .inner {
				justify-content: space-between;
				margin: inherit;
				margin-bottom: 40px;
				flex-basis: 100%;
				width: 100%;
				padding: 20px 80px;
		}
		#joblist .leftArea {
				order: 0;
		}
		#joblist .rightarea {
				order: 1;
		}
		#joblist .jobtitle {
				flex-basis: 100%;
		}
		#joblist .leftArea {
				flex-basis: 80%;
				max-width: 80%;
				padding: 20px;
		}
		#joblist .leftArea dl {
				display: flex;
				flex-flow: row wrap;
		}
		#joblist .leftArea dl dt {
				flex-basis: 20%;
		}
		#joblist .leftArea dl dd {
				flex-basis: 80%;
		}
		#joblist .rightArea {
				flex-basis: 20%;
				max-width: 20%;
				margin: 0 auto;
		}
		#joblist .flow {
				margin: auto;
		}
		#jobsingle .content {
				max-width: 1400px;
				margin: auto;
				padding: 40px !important;
				width: 90%;
		}
		/**/
#jobsingle .fv .title {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
#jobsingle h1{
	font-size: 3vw;
}
	#jobsingle .fv .thumbnail {
		flex-basis: 40%;
		order: 1;
}
#jobsingle .fv .titleWrap {
	flex-basis: 60%;
	align-content: center;
	margin: auto;
	order: 0
}
	
	
		.fv .title {
				max-width: 1400px;
		}
		#jobsingle .overview th {
				font-size: 18px;
				width: 20%;
		}
		#jobsingle .overview td {
				font-size: 18px;
				width: 80%;
		}
		#jobsingle .map {
				background: #142f4d;
				color: #fff;
				padding: 0;
				position: relative;
		}
		#jobsingle .map .mapWrap {}
		#jobsingle .map .content {
				padding: 40px 20px;
				margin: auto;
		}
		#jobsingle .map .company_name {
				font-size: 36px;
		}
		#jobsingle .place {
				width: 48%;
		}
		#jobsingle .googlemap {
				width: 50%;
				position: absolute;
				top: 0;
				right: 0;
				height: 100%;
		}
}
@media all and (min-width:1023px) {
		#joblist .occupationTitle {
				font-size: 3vw;
				width: 80%;
				max-width: 1400px;
				margin: auto;
		}
	#jobsingle h1{
	font-size: 32px;
}
		#jobsingle .companyWrap {
				display: flex;
				flex-flow: row wrap;
		}
		#jobsingle .companyInfo h3 {
				font-size: 36px;
		}
		#jobsingle .companyWrap .leftBlock {
				display: flex;
				flex-flow: row wrap;
				justify-content: space-between;
				margin: auto auto 40px;
				flex-basis: 30%;
				max-width: 50%;
		}
		#jobsingle .companyWrap .leftBlock img {
				flex-basis: 100%;
				max-width: 100%;
		}
		#jobsingle .companyWrap .rightBlock {
				flex-basis: 50%;
		}
		#jobsingle .linkBlock {
				flex-basis: 100%;
		}
		#jobsingle .linkBlock ul li {
				flex-basis: 24%;
		}
}