@charset "utf-8";

#job .flex a {
	display: block;
	background: #eeeeee;
	padding: 10px 25px;
	margin: 10px;
}
#job .flex a:hover {
	background: rgba(0,169,255,1);
	color: #FFF;
}

.job {
	margin-top: 100px;
	position: relative;
}
.job .wrap {
	max-width: 1000px;
}
.job .align {
	width: 50%;
}
.job .text {
	width: 330px;
	text-align: justify;
}
.job .title {
	text-align: left;
	margin-bottom: 40px;
}
.job .img {
	width: 50%;
	height: 550px;
}
#interviews #img1 {
	background: url("../images/Job_img1.png") no-repeat center;
}
#interviews #img2 {
	background: url("../images/Job_img2.png") no-repeat center;
}
#interviews #img3 {
	background: url("../images/Job_img3.png") no-repeat center;
}
#interviews #img4 {
	background: url("../images/Job_img4.png") no-repeat center;
}
#interviews #img5 {
	background: url("../images/Job_img5.png") no-repeat center;
}
#interviews #img6 {
	background: url("../images/Job_img6.png") no-repeat center;
}
#interviews #img7 {
	background: url("../images/Job_img7.png") no-repeat center;
}
#interviews #img8 {
	background: url("../images/Job_img8.png") no-repeat center;
}
#interviews .align .text #a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin:20px auto auto 40px;
	padding-left: 0px;
	padding-bottom: 5px;
	width: 200px;
	height: 50px;
	border-radius: 30px;
	color: #fff;
	background: rgb(0,191,119);
background: linear-gradient(90deg, rgba(0,191,119,1) 0%, rgba(0,169,255,1) 100%);
}

#interviews .align .text #a:hover{
	background: rgb(255,100,100);
background: linear-gradient(90deg, rgba(255,100,100,1) 0%, rgba(255,248,102,1) 100%);
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
#interviews .text p{
	font-size: 22px;
}
	
	
	
}

/*------- 会社概要 ------*/
.description {
	max-width: 750px;
	width: 90%;
	margin: 100px auto 0 auto;
}
.description p {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.description ul {
	padding: 0 0 50px 20px;
	font-size: 0.9rem;
	line-height: 3.5ex;
}
.description table {
	border-collapse: collapse;
}
.description th,
.description td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.description th {
	width: 150px;
	text-align: left;
	vertical-align: top;
	font-size: 1.1rem;
	border-top: #451da0 5px solid;
	border-bottom: #451da0 5px solid;
}
.description td {
	width: 600px;
	padding-left: 35px;
	font-size: 0.9rem;
	border-top: #6b6b6b 1px solid;
	border-bottom: #6b6b6b 1px solid;
}

