@charset "utf-8";
/* CSS Document */
*{
	color: #555555;
}
.main {
	width: 960px;
	margin: 0 auto;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.sp_br {
	display: none;
}

.header {
	padding: 30px 0;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



a.other_btn {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 140px;
	margin: auto;
	padding: 9px 15px;
	font-weight: bold;
	border: 2px solid #E34748;
	color: #E34748;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.other_btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #E34748;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.other_btn:hover::before {
	transform: translateX(0);
}
a.other_btn:hover {
	color: #fff;
}


a.corp_btn {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 140px;
	margin: auto;
	padding: 9px 15px;
	font-weight: bold;
	border: 2px solid #676767;
	color: #676767;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.corp_btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #676767;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.corp_btn:hover::before {
	transform: translateX(0);
}
a.corp_btn:hover {
	color: #fff;
}



.requirements-wrapper {
	background-color: #F2F2F2;
	padding-bottom: 20px;
}

.occupation-heading h3 {
	background-color: #E34748;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 25px;
}
.occupation-heading h4 {
	font-size: 22px;
	padding: 25px;
	line-height: 40px;
}

.occupation-heading p {
	font-size: 13px;
	padding: 0 25px 20px 25px;
}

.occupation-heading img {
	width: 100%;
}

/*-----------------テーブルの記述----------------------*/
.table-container {
	width: 95%;
	margin: 0 auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table th {
  width: 15%;
  background: #676767;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
  color: #fff;
}
table td {
  background: #fff;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 767px) {
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #F2F2F2;
  }
}

.list_01 > li {
	margin:0 0 1em 0em;
}
.list_01 > li:last-child {
	margin-bottom:0;
}

.list_01 > li p {
	margin-bottom:1em;
}
.list_02 > li {
	margin-left:1em;
	text-indent:-1em;
}
.list_02 > li:before {
	content:"・";
}
.list_03 > li {
	border-bottom:solid 1px #ccc;
	margin-bottom:1em;
	padding-bottom:1em;
}
.list_03 > li:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.list_04 > li {
	margin-left:1em;
	text-indent:-1em;
}
.list_04 > li:before {
	content:"※";
}

/*-----------------エントリーボタン----------------------*/
.entry-wrapper {
	margin-top: 40px;
}

a.entry_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 240px;
	margin: auto;
	padding: 2rem 4rem;
	position: relative;
	border-radius: 5px;
	border: 1px solid #E34748;
	font-weight: bold;
	letter-spacing: 2px;
	background: transparent;
	color: #E34748;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
a.entry_btn:hover {
	color: #fff;
	background: #E34748;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a.entry_btn:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: light 0.5s 0s linear;
}
a.entry_btn::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
@keyframes light {
	from {opacity: 0; left: 0%;}
	50% {opacity: 1;}
	to {opacity: 0;left: 100%;}
}

/*-----------------フッター----------------------*/
.footer {
	padding: 40px 0;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
}

.footer-left img {
	margin-bottom: 5px;
}

address {
	font-size: 12px;
}
address img {
	margin-right: 7px;
	width: 12px;
}
/*-----------------フッター----------------------*/


/*----------------レスポンシブ表示--------------------*/
@media screen and (max-width: 767px) {
	.header-inner,.footer-inner {
		padding: 0 5px;
	}
	
	.header-logo {
		width: 180px;
	}
	
	.header-menu {
		display: flex;
	}
	
	.header-menu a {
		font-size: 10px;
		width: 135px;
		margin-left: 6px;
	}
	
	.occupation-heading h4 {
		font-size: 20px;
		line-height: 26px;
	}

	


	.footer-left img {
		width: 180px;
	}
	
	address img {
		display: none;
	}
	
	.footer-right a {
		font-size: 10px;
		width: 135px;
	}
	
	
	.sp_br {
		display: block;
	}
	
	.sp_blank {
		display: none;
	}
	
	.entry-wrapper {
		padding: 0 5px;
	}
	
	a.entry_btn {
		width: 100%;
	}


	
}
