@charset "UTF-8";
/* //////////////////////////////////////////////////

  キャリア採用 ページのスタイル

////////////////////////////////////////////////// */
/* ナビゲーションのカレント表示 */
#menu .gnavi li:nth-child(5) a {
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  #menu .gnavi li:nth-child(5) a {
    background-color: transparent;
  }
  #menu .gnavi li:nth-child(5) a .ja {
    color: #B8CBE3;
  }
}

/* メイン画像 */
.pagettl {
  position: relative;
  margin-bottom: 600px;
}
.pagettl::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 600px;
  content: "";
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-image: url("../img/career/bg_mainimg.jpg");
}
@media screen and (max-width: 768px) {
  .pagettl {
    margin-bottom: 520px;
  }
  .pagettl::after {
    height: 420px;
  }
}
@media screen and (max-width: 560px) {
  .pagettl {
    margin-bottom: 460px;
  }
  .pagettl::after {
    height: 360px;
  }
}

.immigrate {
  display: flex;
}
.immigrate dt {
  position: relative;
  background: #FFF000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1453A1;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.immigrate dt::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to right bottom, transparent 50%, #1453A1 0);
  content: "";
}
.immigrate dd {
  background: #1453A1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.6;
  text-align: left;
}
.immigrate dd span:nth-child(1) {
  color: #fff;
}
.immigrate dd span:nth-child(2) {
  color: #FFF000;
}
.immigrate dd span:nth-child(2) small {
  font-size: 1.3rem;
}
.immigrate dd span:nth-child(2) em {
  font-size: 1.8rem;
}
.immigrate dd a {
  display: inline-flex;
  align-self: flex-end;
  padding-right: 18px;
  background: url("../img/career/mark.png") no-repeat right center;
  background-size: 8px;
  color: #FFF000;
  font-weight: bold;
}
@media (max-width: 768px) {
  .immigrate dt {
    width: 35%;
  }
  .immigrate dd {
    width: 65%;
    padding: 0 30px;
  }
}

.pagettl .immigrate {
  position: absolute;
  z-index: 2;
  bottom: -600px;
  right: 0;
  height: 150px;
}
.pagettl .immigrate dt {
  padding-right: 65px;
}
.pagettl .immigrate dt::after {
  width: 70px;
}
.pagettl .immigrate dt::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 70px;
  height: 100%;
  background: linear-gradient(to right bottom, transparent 50%, #FFF000 0);
  content: "";
}
.pagettl .immigrate dd {
  padding: 0 40px 0 10px;
}
.pagettl .immigrate dd a {
  margin-top: 2px;
}
@media (max-width: 768px) {
  .pagettl .immigrate {
    bottom: -510px;
    left: 0;
    height: 100px;
  }
  .pagettl .immigrate dt {
    padding-right: 20px;
  }
  .pagettl .immigrate dt::after {
    width: 50px;
  }
  .pagettl .immigrate dd {
    padding: 0 20px 0 10px;
  }
}
@media (max-width: 560px) {
  .pagettl .immigrate {
    bottom: -460px;
  }
}

#mid .immigrate {
  margin: 40px auto;
  width: 1000px;
  max-width: 100%;
  height: 100px;
}
#mid .immigrate dt {
  width: 35%;
  padding-right: 20px;
}
#mid .immigrate dt::after {
  width: 50px;
}
#mid .immigrate dd {
  width: 65%;
  padding: 0 30px;
}
#mid .immigrate dd a {
  margin-top: -20px;
}
@media (max-width: 768px) {
  #mid .immigrate {
    margin: 20px 0;
  }
  #mid .immigrate dd {
    padding: 0 20px 0 10px;
  }
  #mid .immigrate dd a {
    margin-top: 2px;
  }
}

/* エントリー */
.btn_entry {
  margin: 100px auto 20px;
  max-width: 100%;
  width: 1000px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-bottom-width: 7px;
  color: #1453A1;
}
.btn_entry:hover {
  opacity: .8;
  text-decoration: none;
}
.btn_entry .ja {
  font-size: 1.3rem;
}
.btn_entry .en {
  margin-left: .6em;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .btn_entry {
    margin: 50px auto 15px;
    height: 70px;
    border-bottom-width: 5px;
  }
}
@media screen and (max-width: 560px) {
  .btn_entry {
    height: 60px;
  }
}

.txt_entry {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt_entry {
    font-size: 1.8rem;
  }
}

#lead {
  padding-top: 120px;
  padding-bottom: 90px;
  text-align: center;
}
#lead p:nth-child(1) {
  margin-bottom: 1.5em;
  color: #1453A1;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #lead {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

/* 中途採用情報 */
#mid {
  margin-top: 150px;
}
#mid h3 {
  margin-bottom: 1.2em;
}
#mid .planner {
  margin-top: 150px;
}

#mid .engineer {
  margin-top: 180px;
}
#mid .sales {
  margin-top: 180px;
}

/* 20200710 h3のスタイルを新採用に合わせる*/
#mid .inview-2 {
	background: #1453A1;
    padding: 10px 50px;
    margin-right: 1em;
    color: #fff;
    font-size: 3.2rem;
    white-space: nowrap;
    display: inline-block;
}


@media screen and (max-width: 768px) {
  #mid {
    margin-top: 70px;
    text-align: center;
  }
  #mid .txt {
    text-align: left;
  }
  #mid h4 {
    text-align: left;
  }
  #mid .planner {
    margin-top: 20px;
  }
  #mid .engineer {
    margin-top: 20px;
  }
  #mid .sales {
    margin-top: 70px;
  }
}


#mid .ttl{
	position: relative;
	margin: 90px 0 50px;
}



/* 選考の流れ */
#flow {
  margin-top: 100px;
}
#flow ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -100px;
}
#flow ol li {
  position: relative;
  width: 33.3333%;
  padding: 0 100px;
  padding-top: calc(33.3333% - 200px);
  margin: 40px 0 30px;
  color: #1453A1;
  font-weight: bold;
  text-align: center;
}
#flow ol li .label {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  font-size: 2rem;
  font-family: Helvetica, sans-serif;
  letter-spacing: 0.05em;
}
#flow ol li .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  right: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  border: 3px solid #1453A1;
  border-radius: 50%;
  line-height: 1.5;
}
#flow ol li + li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  content: url("../img/career/arrow.png");
  transform: scale(0.5) translate(-50%, -50%);
}
#flow ol li:nth-child(4)::before {
  display: none;
}
#flow .note {
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1240px) {
  #flow ol {
    margin: 0 -50px;
  }
  #flow ol li {
    padding: 0 50px;
    padding-top: calc(33.3333% - 100px);
  }
  #flow ol li .content {
    left: 50px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #flow {
    margin-top: 60px;
    text-align: center;
  }
  #flow ol {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  #flow ol li {
    width: 200px;
    height: 200px;
    padding: 0;
    margin: 25px 0 10px;
  }
  #flow ol li .label {
    top: 15px;
    font-size: 1.8rem;
  }
  #flow ol li .content {
    left: 0;
    right: 0;
    font-size: 2.1rem;
    border-width: 2px;
  }
  #flow ol li + li {
    margin-top: 50px;
  }
  #flow ol li + li::before {
    top: -60px;
    left: 50%;
    transform: scale(0.35) translate(-150%, 0) rotate(90deg);
  }
  #flow ol li:nth-child(4)::before {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  #flow ol li {
    width: 170px;
    height: 170px;
  }
}

/* icon */

.ico_ijyuu{
	position: absolute;
	top: -60px;
	left: auto;
	display: inline-block;
	background: #FFF000;
	font-weight: bold;
	border-radius: 50%;
	font-size: 84%;
	padding-top: 20px;
	margin-left: 40px;
	width: 140px;
	height: 140px;
	text-align: center;
}

@media screen and (max-width: 560px) {
	.ico_ijyuu{
		position: absolute;
		top: -30px;
		left: auto;
		display: inline-block;
		background: #FFF000;
		font-weight: bold;
		border-radius: 50%;
		font-size: 64%;
		padding-top: 20px;
		margin-left: 20px;
		width: 90px;
		height: 90px;
		text-align: center;
	}
}



.closed{
	margin-top: 50px;
	color: #1453A1;
	font-weight: bold;
}




