@charset "utf-8";
/*
* CSS for Recruit Page
*
* @version			0.0.3
* @lastmodified 2022-06-27
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
* ------------------------------------------------------------------------

/* Heading -------------------- */
h1#hRecruit {
  padding: 1px;
	height: 100px;
	line-height: 1;
  position: relative;
  border: none;
	background: url("../../recruit/images/hRecruit00.jpg") no-repeat 66% 0;
}
h1#hRecruit span.box {
	display: block;
	position: relative;
	height: 96px;
	border: 1px solid #fff;
}
h1#hRecruit span.title {
	color:#fff;
	font-weight:900;
  position:absolute;
  top:20px;
  left:25px;
}
@media all and (min-width: 480px) {
	h1#hRecruit {
		background-position: 50% 0;
	}
}


@media all and (min-width: 769px) {
  #company #subNavi h2 {
    background: url(../../images/common/global_sprite.png) no-repeat 50% -480px;
  }
}
h2.recHeading span {
  color: #053C9E;
  font-weight: 900;
  text-shadow: 2px 2px 2px #999;
}
ul.iconlink {
  overflow:hidden;
  margin:0;
}
ul.iconlink li {
  height:100%;
  padding:0 0 20px 170px;
}
ul.iconlink li p {
  line-height:150%;
}

/* TOP MESSAGE -------------------- */
div.topmsg {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
}
.figure.president {
  float: none;
  margin: 0 0 20px;
  width: auto;
}
@media all and (min-width :480px) {
  .figure.president {
    float: right;
    margin: 0 0 20px 20px;
    height: auto;
    width: 33.33%;
    max-width: 100%;
  }
}
.figure.president .caption {
  display: block;
  text-align: center;
  font-size: 0.8em;
  padding: 3px 0 0;
}
.figure.president .caption span {
  display: inline-block;
  margin: 0 0.5em;
}
.figure.president + p {
  margin-top: 0;
}

/* Link Menu -------------------- */
.section .recruitMenu {
	list-style: none;
  padding: 1rem;
  border: 1px solid #ccc;
  background-color: #f0f9f0;
}
.recruitMenu li {
	box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
	margin: 0.25rem 0;
}
.recruitMenu li a {
	color: #666;
  display: block;
  text-align: center;
	padding: 15px 8px;
	position: relative;
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: #00a3af;
}
.recruitMenu li span {
  display: block;
  font-size: 12px;
}
.recruitMenu li a span {
  display: block;
}
.recruitMenu li a span.text {
	color: #fff;
	font-size: 1.75em;
	font-weight: bold;
}
.recruitMenu li a span.more {
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	margin-top: 1rem;
	padding: 0.25rem 0.75rem;
	border: 1px solid #fff;
}
.recruitMenu li a:hover {
	opacity: 0.75;
}
.recruitMenu li a::before {
  display: block;
  content: '';
  position: absolute;
  top: calc(100% / 2 - 0.25rem);
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  margin: -4px 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media all and (min-width: 480px) {
}
@media all and (min-width: 600px) {
	.section .recruitMenu {
		box-sizing: border-box;
  	display : -ms-flexbox;     /* IE10        */
		display : -webkit-box;     /* old Android */
  	display : -webkit-flex;    /* Safari etc. */
		display: flex;
		gap: 0.5rem 1rem;
	}
	.section .recruitMenu li {
		flex-basis: 50%;
		flex-grow: 1;
	}
}

/* */
p.closeInfo {
	border: 4px double #DC143C;
	color: #DC143C;
	font-size: 16px;
	padding: 10px;
	text-align: center;
}
table td p.link {
	margin: -0.75rem 0 0 0.25rem;
}
span.fbold {
	font-weight: bold;
}