  @charset "utf-8";
/* ----’ñÓÃÇéˆó - ÐÂ×ä’ñÓÃ - ¥¨¥ó¥È¥ê©`---- */

nav:after{
  content: "";
  display: block;
  clear: both;
}
p.entrySiteMessage{
  text-align: center;
  margin: 30px 0;
}
.link_list {
  margin-bottom: 40px;
}
.link_list a {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
  padding: 50px;
  border: 1px solid #ccc;
  color: #333;
  box-sizing: border-box;
}
.link_list a img {
  width: 220px;
}
.link_list a p {
  font-size: 12px;
  letter-spacing: .1em;
  display: flex;
  column-gap: 5px;
  align-items: center;
  justify-content: center;
}
.link_list a p::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/wp/wp-content/themes/ios/recruit/img/icon_newwindow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#sub {
	border-left: 1px solid #ededed;
}

#sub ul li:last-child {
	margin-bottom: 80px;
}



/*
****     SP     ***
**/
@media (max-width: 767px) {
	p.entryMessage {
		margin: 30px 0 20px;
	}
	p.entryMessage img {
		width: 80%;
	}
	#main div#entry{
		overflow: hidden;
		margin-bottom: 40px;
	}
	#entry span img {
		width: 12px;
	}
	#entry ul {
		margin-top: 0;
		gap: 5px 20px;
		width: 100%;
		margin-bottom: 2%
	}
	#entry ul li {
		width: 100%;
		height: 70px;
		box-sizing: border-box;
		line-height: 70px;
	}
	#entry ul li:last-child {
		margin-bottom: 0;
	}
	#entry ul li a {
		width: 100%;
		height: 100%;
		margin: 0;
		border: 0;
		background-position: right 7% center;
		background-size: 14px, 9px;
	}
}







