@charset "utf-8";
/* CSS Document */

#contents{
	margin-top:140px;}


#topimg{
	position:relative;
	width:100%;
	background:url(../img/job/top.jpg) right no-repeat;
	background-size:cover;
	}


#topimg h3.catch{
	display:inline-block;
	text-align:left;}

#topimg h4{
	font-size:1.8vw;
	margin-bottom:20px;}

#topimg .textbox{
	width:45vw;
	height:auto;
	padding:3vw 3vw 3vw 0;
	font-size:1.2vw;
	color:#FFF;}

#topimg .textbox p + p{
	margin-top:2rem;}

h3.circle {	
  position: relative;
  display: inline-block;
  width: 9vw;
  height: 9vw;
  border-radius: 50%;
  background: #004d91;
  margin-bottom:50px;
  color:#FFF;
  font-size:1.8vw;
  line-height:1.4;
}

h3.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width : 9vw;
  text-align:center;
}

#sales h3.circle{background:#004d91;}
#manage h3.circle{background:#f4901e;}
#system h3.circle{background:#479d2c;}
#office h3.circle{background:#9b3e94;}

.member{
	margin-top:4vw;}

.member h4{
	display:inline-block;
	font-size:2.0vw;
	background:#FFF;
	padding: 10px 30px;
	margin-bottom:2vw;}

.member a{
	color:#000;}

.member .line1{width:15vw;}
.member .line4{width:66vw;}

.member .flexbox {
	margin-top:3vw;}

.member .flexbox a{
	display:block !important;
	width:15vw !important;
	text-align:center !important;
	padding:0 !important;}

#sales .member h4{color:#004e89;}
#manage .member h4{color:#ed891e;}
#system .member h4{color:#479d2c;}

.member .flexbox a p{
	text-align:center !important;
	margin-top:10px;
	line-height:1.4;}

.member .flexbox a p .name{
	font-size:2.0vw;}

#chart,#sales,#manage,#system,#office{
	text-align:center;}

#chart img{
	margin-top:30px;}

#sales{
	/*background:#f2f6f9;*/
	background:linear-gradient(180deg,#f2f6f9 0%,#f2f6f9 62%,#fff 62%,#fff 100%);
	}

#sales .flexbox div:nth-of-type(1){
	width:60%;
	padding-top:30px;
	text-align:left;
}

#sales .flexbox div:nth-of-type(2){
	width:35%;
}


#manage{
	/*background:#fef9f4;*/
	background:linear-gradient(180deg,#fef9f4 0%,#fef9f4 81.5%,#fff 81.5%,#fff 100%);}

#manage #item.flexbox div{
	position:relative;
	width:46%;
	padding-bottom:20vw;
	margin-bottom:30px;
	margin-top:50px;}

#manage #item.flexbox div h4{
	display:inline-block;
	font-size:1.8vw;
	background:#ed891e;
	padding: 5px 40px;
	margin-bottom:20px;
	color:#FFF;}

#manage #item.flexbox div p{
	text-align:left;}

#manage #item.flexbox div img{
	position:absolute;
	left:0;
	bottom:0;}



#system{
	/*background:#f6faf4;*/
	background:linear-gradient(180deg,#f6faf4 0%,#f6faf4 59%,#fff 59%,#fff 100%)
}

#system p + p{
	margin-top:2rem;}

#system .flexbox{
	flex-direction:row-reverse;}

#system .flexbox div:nth-of-type(1){
	width:40%;}
#system .flexbox div:nth-of-type(2){
	width:55%;
	text-align:left;}



#office{background:#faf5fa;}


#office .flexbox div:nth-of-type(1){
	width:40%;}
#office .flexbox div:nth-of-type(2){
	width:55%;
	text-align:left;}

@media screen and (max-width: 769px) {

#job p{
	text-align:left;}

#topimg h3.catch{
	width:60%;}

h3.circle {	
  width: 80px;
  height: 80px;
  margin-bottom:20px;
  font-size:1.8rem;
  line-height:1.4;
}

h3.circle span {
  width : 80px;
}

#sales .flexbox div:nth-of-type(1){
	padding-top:0;
}

.member h4{
	font-size:1.8rem;
	margin-bottom:20px;}

#manage #item.flexbox{
	margin-top:40px;
}


#manage #item.flexbox div{
	position:relative;
	width:47%;
	padding-bottom:200px;
	margin-bottom:30px;
	margin-top:10px;}

#manage #item.flexbox div h4{
	font-size:1.6rem;
}


}

@media screen and (max-width: 480px) {

#topimg h3.catch{
	width:80%;}

#topimg .textbox{
	margin-top:20px;
	width:100%;
	padding:0;
	font-size:1.2rem;}

#sales{
	/*background:#f2f6f9;*/
	background:linear-gradient(180deg,#f2f6f9 0%,#f2f6f9 73%,#fff 73%,#fff 100%);}

#sales .flexbox div:nth-of-type(1){
	width:100%;
}

#sales .flexbox div:nth-of-type(2){
	width:100%;
	margin-top:30px;
}

#manage{
	/*background:#fef9f4;*/
	background:linear-gradient(180deg,#fef9f4 0%,#fef9f4 82%,#fff 82%,#fff 100%);}

#manage #item.flexbox div{
	width:100%;
	padding-bottom:0;
	margin-top:20px;}

#manage #item.flexbox div p{
	text-align:left;}

#manage #item.flexbox div img{
	position: relative;
	margin-top:20px;}

#system{
	/*background:#f6faf4;*/
	background:linear-gradient(180deg,#f6faf4 0%,#f6faf4 68%,#fff 68%,#fff 100%)}

#system .flexbox div:nth-of-type(1){
	width:100%;}
#system .flexbox div:nth-of-type(2){
	width:100%;
	margin-top:20px;}

#office .flexbox div:nth-of-type(1){
	width:100%;}
#office .flexbox div:nth-of-type(2){
	width:100%;
	margin-top:20px;}

.member .line1{width:47%;}
.member .line4{width:100%;}

.member .line4 a{
	width:47% !important;
}

.member .line1 a{
	width:100% !important;
}


.member .line4 a:nth-child(n+3){
	margin-top:20px;}





.member .flexbox a p{
	margin-top:10px;
	line-height:1.4;}

.member .flexbox a p .name{
	font-size:1.6rem;}




}
