@charset "utf-8";
/* CSS Document */

a:hover {
	opacity: 0.7;
}

.application_wrapper {
	margin: 2rem 0 5rem 0;
}

.application_buttons {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}

.application_btn {
	background-color: #FFFF00;
	opacity: 1;
	background-image: linear-gradient(to right, #FAF4CE, #FAF4CE 3.5px, #FFFF00 3.5px, #FFFF00 );
	background-size: 7px 100%;
	width: 450px;
	height: 120px;
	text-align: center;
	border-radius: 10px;
	padding: 50px 0;
}

.application_btn a {
	color: #fff;
}

.web_entry p, .tel_entry p {
	font-size: 2.4rem;
	margin-bottom: 20px;
	color: #ed6300;
}

.entry_btn, .tel_btn {
	background-color: #ed6300;
	color: #fff;
	padding: 15px 12px;
	font-size: 3rem;
	border-radius: 10px;
	font-weight: bold;
}

.recruit_message {
	margin: 2rem 0 3rem 0;
}


.recruit_message h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  color: #ed6300;
  margin-bottom: 0;
  position: relative;
  line-height: 1.5;
  margin: 2rem 0;
}

.recruit_feature {
	/*width: 70%;
	margin: 2rem auto;*/
	padding: 0.5rem 0;
	margin: 1.5rem 0;
	text-align: center;

}

.recruit_feature h4 {
	text-align: center;
	padding: 1rem 0;
	font-weight: bold;
	font-size: 2rem;
	color: #ed6300;
}

.recruit_feature ul {
}


.recruit_feature li {
	font-weight: bold;
	margin-bottom: 0.7rem;
}

.recruit_feature li::before {
  content: "";
  background-color: #ed6300;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 1rem;
}

.recruit_feature span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFFF00));
background: linear-gradient(transparent 70%, #FFFF00 0%);

}

.branch_location {
	display: flex;
	margin-bottom: 1.5rem;
	align-items: flex-end;
	border-radius: 10px;
	background-color: #faf4ce;
	justify-content: space-between;
	padding: 1rem;
}

.work_location h2 {
	text-align: left;
}

.branch_location_address {
	width: 50%;
}

.branch_location_address h4 {
	font-weight: bold;
	font-size: 2rem;
	color: #ed6300;
	margin-bottom: 1rem;
}

.branch_location_address span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFFF00));
background: linear-gradient(transparent 70%, #FFFF00 0%);

}

.branch_location_address p {
	text-align: right;
	font-weight: bold;
	margin-top: 1rem;
}


.branch_location_address img {
	width: 100%;
}

/*.branch_location_map {
	width: 100%;
}*/

.work_location_images {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.work_location_images img {
	width: 32%;
}

.requirements {
	margin: 5rem 0; 
}

.requirements h2 {
	text-align: left;
}

.requirements p {
	margin-bottom: 2.5rem;
	text-align: center;
}

.occupation_jump {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.occupation_jump a {
	padding: 20px 0;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.4rem;
	/*background-color: #ed6300;*/
	color: #fff;
	width: 24%;
	text-align: center;
	border-radius: 10px;
    margin-right: 2%;
}

.occupation_jump a:last-of-type {
    margin-right: 0;
}

.occupation_jump_01 {
	background-color: #5281B0;
}

.occupation_jump_02 {
	background-color: #8352B0;
}

.occupation_jump_03 {
	background-color: #9EB561;
}

.occupation_jump_04 {
	background-color: #6C757D;
}


/*------------------------------職種メニュータブ--------------------------*/
/*タブ切り替え全体のスタイル*/
/*.occupation_tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
 /* width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
/*.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #ed6300;
  background-color: #faf4ce;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
/*.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
/*input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
/*.tab_content {
 /* display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
/*#occupation_01:checked ~ #occupation_01_content,
#occupation_02:checked ~ #occupation_02_content,
#occupation_03:checked ~ #occupation_03_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
/*.occupation_tabs input:checked + .tab_item {
  background-color: #ed6300;
  color: #fff;
}*/


/*---------------------職種テーブル------------------*/
.tab_content {
	margin-bottom: 30px;
}

.occupation_ttl {
	font-size: 2rem;
	font-weight: bold;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

.occupation_01_table th {
	background-color: #5281B0;
}
.occupation_01_table td {
	background-color: #E0E8F0;
}

.occupation_02_table th {
	background-color: #8352B0;
}
.occupation_02_table td {
	background-color: #E8E0F0;
}

.occupation_03_table th {
	background-color: #9EB561;
}
.occupation_03_table td {
	background-color: #ECF0E0;
}

.occupation_04_table th {
	background-color: #6C757D;
}
.occupation_04_table td {
	background-color: #F0F1F2;
}

table th {
  width: 22%;
  background: #ed6300;
  border: 1px solid #fbfbf0;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  color: #fbfbf0;
}


table td {
  background: #faf4ce;
  border: 1px solid #fbfbf0;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

@media all and (max-width: 768px) {	
	.occupation_ttl {
		background-color: #fbfbf0;
		/*color: #ed6300;*/
		padding: 15px 0;
	}
	
	.occupation_jump {
		padding: 0 10px;
	}
	
    .occupation_jump {
        flex-wrap: wrap;
    }

	.occupation_jump a {
		font-size: 1.3rem;
		width: 49%;
        margin-bottom: 2%;
        margin-right: 1%;
	}
    .occupation_jump a:nth-of-type(even) {
        margin-right: 0;
    }
	
	.requirements p {
	font-size: 1.2rem;
	}

	
	.occupation_01_table h3 {
		color: #5281B0;
	}
	.occupation_02_table h3 {
		color: #8352B0;
	}
	.occupation_03_table h3 {
		color: #9EB561;
	}
	.occupation_04_table h3 {
		color: #6C757D;
	}
	
	.occupation_th {
		padding: 0;
	}
	
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #fbfbf0;
  }
	
table th:after{
  display: none;
}
}


@media screen and (max-width: 768px) {
	
	.application_wrapper {
		margin: 2rem 0 5rem 0;
	}

	.application_buttons {
		flex-direction: column;
	}

	.application_btn {
		width: 100%;
		height: 100%;
		padding: 20px 0;
		margin-bottom: 2rem;
	}

	.web_entry p, .tel_entry p {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}

	.entry_btn, .tel_btn {
		background-color: #ed6300;
		color: #fff;
		font-size: 2rem;
		width: 80%;
		margin: 0 auto;
	}
	
  .recruit_message h2 {
    font-size: 1.5rem;
  }
	.recruit_feature h4 {
		font-size: 1.3rem;
	}
	.recruit_feature li {
		font-size: 1.0rem;
	}
	
	.work_location {
		padding: 0 0.8rem;
	}
	
	.branch_location {
		flex-direction: column;
		margin-bottom: 1.5rem;
		align-items: flex-end;
		border-radius: 10px;
		background-color: #faf4ce;
		padding: 1rem;
	}
	
	.branch_location_address {
		width: 100%;
		margin-bottom: 1rem;
	}	

	.branch_location_map {
		position: relative;
		width: 100%;
		padding-top: 75%;
	}
	.branch_location_map iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 95%;
	}
	
	.work_location_images {
		flex-direction: column;
	}
	.work_location_images img {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	
	.tab_content {
	  padding: 10px;
	}

}
