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

main .key-sub{
  margin: 60px 0 0 0;
  padding: 40% 0 0 0;
  height: auto;
  background-image: url('../img/key-bg-.jpg');
  background-position: top left;
}

main .key-sub .recruit-key-txt{
	padding: 0;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	right: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  width: 70%;
}
main .key-sub .recruit-key-txt .key-copy{
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 4.5rem;
  line-height: 6rem;
  font-weight: bold;
  text-align: justify;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
main .key-sub .recruit-key-txt .recruit-title{
  margin: 20px 0 0 0;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: justify;
  color: #fff;
  text-align: center;
}

main .main-section .company-container{
	background: none;
}
main .main-section .company-container .ceo-photo{
	width: 100%;
	display: block;
	text-align: right;
}
main .main-section .company-container .ceo-photo img{
	width: 45%;
}

/*             */

div.recruit-section-inner{
	padding: 60px 0;
}

.career_list{
	display: block;
	width: 85%;
}
.career{
	margin-left: 10%;
	width: 100%;
}

.career__text-area{
	padding: 30px 0px 15px 30%;
	width: 80%;
}

.career__text-area dl dt{
  border-left: 8px solid #2958FF;
}

.career__text-area::before{
	background-size: 30%;
	left: 0;
	top: 25px;
}
.career__text-area p{
	white-space: nowrap;
}
.link{
	font-size: 20px;
	padding: 30px 80px;
}