@charset "utf-8";
/* work */
#subvisual .bg-work:before{
	background-image: url("../image/work/bg-work.jpg"); 
}


@media screen and (max-width:1080px) {
	#subvisual .bg-work:before{background-position: center;}
}


/* work  */
#work{
	padding: 75px 0 0;
}

#work h2{
	font-size: 35px;
	text-align: center;
	line-height: 1.6;
}

@media screen and (max-width:750px) {
	#work h2{font-size:40px;}
}

#work h2 span{display: inline-block;}


/*各業務共通*/

#subpage.work .submenu{padding: 70px 0 0;}


#subpage.work h2{position: relative;margin-bottom: 40px;}

#subpage.work h2 span.en{
	margin-bottom: 0px;
	color: rgba(74,166,218,0.3);
	font-size: 100px;
	position: absolute;
	bottom: -10px;
}

@media screen and (max-width:800px) {
	#subpage.work h2 span.en{
		font-size: 85px;
		bottom: -10px;
	}
}


#subpage.work h2 span.ja{
	font-family: 'Noto Sans JP', sans-serif;
	transform: scale(1, 1); 
	font-size: 30px;
	color:#1b2839;
}

@media screen and (max-width:750px) {
	#subpage.work h2 span.ja{font-size: 35px;}
}


#subpage.work .description{letter-spacing: -0.015em;}

@media screen and (max-width:750px) {
	#subpage.work .description{letter-spacing: 0.015em;}
}



#subpage.work .content{
	width: 100%;	
	box-sizing: border-box;	
	margin-top: 45px;
	position: relative;
	margin-bottom: 50px;
}

@media screen and (max-width:1080px) {
	#subpage.work .content{
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 50px;
	}
}


#subpage.work .content .list{
	position: relative;
	width: 890px;
	padding: 70px 75px 70px 0;
	box-sizing: border-box;	
}

@media screen and (max-width:1340px) {
  #subpage.work .content .list{
	  padding: 70px 50px 70px 0;
	  width: 60%;
	}
}

@media screen and (max-width:1080px) {
	#subpage.work .content .list{
		padding: 130px 40px 70px 0;
		width: 100%;
	}
}

#subpage.work .content .list:before{
	content: "";
	position: absolute;
	width: calc(100% + 360px);
	left: -360px;
	background-color: #eeeeee;
	height: 100%;
	z-index: -1;
	top: 0;
}

@media screen and (max-width:1080px) {
	#subpage.work .content .list:before{
	width: calc(100% + 80px);
	left: -80px;
	}
}

/*#subpage.work .content .list h5{
	font-size:18px;
	font-weight:bold;
	padding-left: 10px;
	position: relative;
	letter-spacing: 0.025em;
	margin-bottom: 15px;
	color: #4aa6db;
	line-height: 1.2;
}

#subpage.work .content .list h5:before{
	content: "";
	position: absolute;
	background-color: #4aa6db;
	width: 3px;
	height: 100%;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}*/

#subpage.work .content .list .description{
	margin-bottom: 30px;
}

#subpage.work .content .list .description:last-of-type{margin-bottom: 0;}



/*@media screen and (max-width:1080px) {
	#subpage.work .content .list h5:last-of-type{width: 50%;}
	#subpage.work .content .list .description:last-of-type{width: 50%;}
}*/

#subpage.work .bg-photo{
	position: absolute;
	box-sizing: border-box;
	right: 60px;
	bottom: -80px;
	z-index: -2;
}

@media screen and (max-width:1080px) {
	#subpage.work .bg-photo{
		position: relative;
		margin-left: auto;
		right: 0;
		z-index:2;
/*		;
		margin-left: auto;
		bottom: inherit;
		top:-150px;
		width: 50%;
		z-index: 3;*/
	}
}

#subpage.work .bg-photo::before{
	content:"";
	position:absolute;
	left: 0;
	top:0;
	background-color:rgba(74,166,219,0.3);
	width: 100%;
	height: 100%;
	z-index: 1;
}





/* #reprocessing */

#reprocessing{
	/*padding: 150px 0;*/
	padding: 150px 0 0;
	position: relative;
	z-index: 3;
}

@media screen and (max-width:800px) {
  #reprocessing .message{letter-spacing: -0.025em;}
}


#reprocessing .bg-photo{
	width: 705px;
	box-sizing: border-box;
}

#reprocessing .box h5{
	color: #fff;
	font-weight: 700;
	display: inline-block;
	position: relative;
	padding:15px 35px;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-left: 15px;
}


#reprocessing .box h5::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #4aa6db;
	z-index: -1;
	transform: skew(-25deg);
	width: 100%;
	height: 100%;	
}

@media screen and (max-width:800px) {
  #reprocessing .box h5::before{
	 width: calc(100% - 20px);
	}
}



#reprocessing .box .description{
	margin-bottom: 50px;
}
@media screen and (max-width:750px) {
	#reprocessing .box .description{letter-spacing: -0.025em;}
}


#reprocessing .box .list-box{
	display: flex;
	width: calc(100% + 30px);
	align-items: center;
	box-sizing: border-box;
}

@media screen and (max-width:1150px) {
	 #reprocessing .box .list-box{
		width: calc(100% + 25px);
	}
}
@media screen and (max-width:1080px) {
 #reprocessing .box .list-box{
	flex-wrap: wrap;
	 justify-content: center;
	}
}
	
@media screen and (max-width:800px) {
  #reprocessing .box .list-box{
	 width: 100%;
	}
}

#reprocessing .box .list-box .item{
	border:0.75px solid #4aa6db;
	padding: 30px 25px;
	width: calc(33.33% - 30px);
	margin-right: 30px;
	box-sizing: border-box;
}


@media screen and (max-width:1150px) {
  #reprocessing .box .list-box .item{
	width: calc(33.33% - 25px);
	margin-right: 25px;
	}
}
	
@media screen and (max-width:1080px) {
  #reprocessing .box .list-box .item{
	width: calc(50% - 25px);
	margin-right: 25px;
	 margin-bottom: 30px; 
	}
	
	#reprocessing .box .list-box .item:first-of-type{
		margin-left: 25px;
	}
}

@media screen and (max-width:800px) {
	#reprocessing .box .list-box .item{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	
	#reprocessing .box .list-box .item:first-of-type{
		margin-left: 0px;
	}	
}


#reprocessing .box .list-box .item h3{
	text-align: center;
	position: relative;
	color: #4aa6db;
	margin-bottom: 15px;
	letter-spacing: 0.025em;
}

@media screen and (max-width:1150px) {
  #reprocessing .box .list-box .item h3{
	letter-spacing: -0.025em;
	}
}

#reprocessing .box .list-box .item h3 span{
	position: relative;
	padding: 0 30px;
}

@media screen and (max-width:1150px) {
  #reprocessing .box .list-box .item h3 span{
	padding: 0 25px;
	}
}

#reprocessing .box .list-box .item h3 span:before,
#reprocessing .box .list-box .item h3 span:after{
	content: "";
	position: absolute;
	background-color: rgba(74,166,218,0.3);
	border-radius: 50%;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);	
}


#reprocessing .box .list-box .item h3 span:before{left: 0;}
#reprocessing .box .list-box .item h3 span:after{right: 0;}


#reprocessing .box .list-box .item img{
	display: block;
	margin:0 auto 15px;
}

/*#reprocessing .box .list-box .item .comment{
	font-size: 18px;
}*/

/*quality*/
#quality{
	position: relative;
	/*padding: 100px 0 0;*/
	padding: 80px 0 0;
}

#quality .bg-photo{
	width: 675px;
	box-sizing: border-box;
	bottom: -120px!important;
}

/*business*/

#business{
	position: relative;
	/*padding: 100px 0 0;*/
	padding: 80px 0 0;
}

#business .message{margin-bottom: 45px;}

@media screen and (max-width:750px) {
  #business .message{letter-spacing: 0.035em;}
}

#business .btn a{
	background-image: url("../image/work/bg-cycle.jpg");
	background-position: center;
	display: block;
	padding: 85px 30px;
	text-align: center;
	color:#fff;
	font-size: 30px;
	text-decoration: none;
	position: relative;
	margin: 100px 0;
	transition: all .5s;
}

@media screen and (max-width: 750px) {
	#business .btn a{font-size: 35px;}
}

#business .btn a:hover{filter: brightness(1.2);}


#business .btn a:before{
  content: "";
	width: 62.5px;
	height: 2px;
	position: absolute;
	background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
	right: 0;
	transition: all .5s;
}


#business .btn a:hover:before{
	right: -20px;
}

.division-box {
  background-color: rgba(74,166,218,0.1);
  padding: 30px;
  padding-bottom: 1px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.division-box .message {
  margin-bottom: 30px;
}

.division-primary {
  width: calc(100% + 30px);
}

.division-primary.wide {
  width: 100%;
}

.division-primary .division {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 30px;
  min-height: 290px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .division-primary {
    width: 100%;
  }
  .division-primary .division {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.division-primary.wide .division {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  position: relative;
  box-sizing: border-box;
  padding-right: 600px;
}

@media screen and (max-width:1000px) {
  .division-primary.wide .division {
    padding-right: 20px;
  }
}

.division-primary .division h5 {
  font-size: 24px !important;
  margin-bottom: 10px !important;
}

@media screen and (max-width:750px) {
  .division-primary .division h5 {
    font-size: 32px !important;
  }
}

.division-primary:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}

.division-primary .division .description {
  min-height: 75px;
}

.division-primary .division:nth-of-type(1) .description, .division-primary .division:nth-of-type(2) .description {
  min-height: 135px;
}

@media screen and (max-width:1000px) {
  .division-primary .division .description {
    min-height: 0 !important;
    padding-bottom: 30px;
  }
}

.division-primary .division .work_detail {
}

.division-primary .division .work_detail h6 {
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: #eeeeee;
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #515151;
}

@media screen and (max-width:750px) {
  .division-primary .division .work_detail h6 {
    font-size: 24px;
  }
}

.division-primary .division .work_detail .member {
  width: calc(100% + 15px);
}

.division-primary.wide .division p br {
}

.division-primary.wide .division .member {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 540px;
}

@media screen and (max-width:1000px) {
  .division-primary.wide .division .member {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    margin-bottom: 0;
    margin-top: 30px;
  }
}

.division-primary .division .member:after {
  content: "";
  clear: both;
  float: none;
  display: block;
}

.division-primary.wide .division .member h6 {
  padding-left: 0px;
  margin-bottom: 15px;
  background-color: #eeeeee;
  width: calc(100% - 10px);
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #515151;
}

@media screen and (max-width:750px) {
  .division-primary.wide .division .member h6 {
    font-size: 24px;
  }
}

.division-primary .division .member a {
  width: calc(33.333% - 15.2px);
  margin-right: 15px;
  float: left;
  display: block;
  position: relative;
}

.division-primary.wide .division .member a:last-of-type {
  margin-right: 0;
}

.division-primary .division .member a:after {
  position: absolute;
  bottom: 5px;
  right: 10px;
  content: "CLICK →";
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 1px 1px 1px #000000;
  text-align: right;
}

.division-primary .division .member a img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s;
}

.division-primary .division .member a img:hover {
  opacity: 0.7;
}

#work-staff_detail {
  padding-top: 130px;
  padding-bottom: 100px;
  box-sizing: border-box;
}

#work-staff_detail h2 {
  margin-bottom: 80px !important;
}

#work-staff_detail h3 {
  color: #1999ff;
  font-size: 48px;
}

#work-staff_detail h3 span {
  font-size: 22px;
  display: block;
}

#work-staff_detail .message {
  margin-bottom: 50px;
}

#work-staff_detail .detail {
  position: relative;
  min-height: 800px;
  box-sizing: border-box;
  padding-right: 450px;
}

@media screen and (max-width: 950px) {
  #work-staff_detail .detail {
    padding-right: 0;
  }
}

#work-staff_detail .detail .thum {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
}

@media screen and (max-width: 950px) {
  #work-staff_detail .detail .thum {
    position: relative;
    top: inherit;
    right: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}

#work-staff_detail .detail .thum img {
  max-width: 100%;
}

#work-staff_detail h4 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  border-bottom: 3px solid #cccccc;
}

#work-staff_detail h4+p {
  margin-bottom: 50px;
}

#work-staff_detail h5+p {
  margin-bottom: 20px;
}

#work-staff_detail .detail .button a {
  background-color: #1999ff;
  width: 400px;
  height: 80px;
  display: block;
  border-radius: 40px;
  line-height: 80px;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
  text-indent: -20px;
  position: relative;
}

#work-staff_detail .detail .button a:after {
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 39px;
  right: 0;
  display: block;
}

#benefits {
  margin-top: 50px;
}

#benefits article {
	background-color: rgba(74, 166, 218, 0.1);
	box-sizing: border-box;
	padding: 50px;
}

#benefits h3 {
	background-color: #0497f4;
	color: #ffffff;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 20px;
	padding-left: 28px;
	padding-right: 28px;
	margin-bottom: 30px;
}

#benefits h4 {
  font-size: 28px;
}

.benefits-list-primary {
  width: calc(100% + 30px);
  margin-bottom: 30px;
  border-bottom: 2px solid #ffffff;
  padding-top: 50px;
  box-sizing: border-box;
}

.benefits-list-primary:after {
  content: "";
  clear: both;
  display: block;
}

.benefits-list-primary .list {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}

@media screen and (max-width: 1200px) {
  .benefits-list-primary .list {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 900px) {
  .benefits-list-primary .list {
    width: 100%;
    margin-bottom: 50px;
  }
  .benefits-list-primary {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .benefits-list-primary {
    margin-top: 0;
    padding-left: 0;
  }
}

.benefits-list-primary .list .thum {
  background-color: #ffffff;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 25px;
  min-height: 300px;
}

.benefits-list-primary .list .thum img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.benefits-list-primary .list .title {
  font-weight: bold;
  font-size: 20px;
  color: #0497f4;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .benefits-list-primary .list .title {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
  }
}

.benefits-list-primary .list p {
  margin: 0;
  padding: 0;
}

.benefits-list-primary .list .button a {
  display: block;
	width: 50%;
	border: 1px solid #0497f4;
	background-color: #ffffff;
  background-repeat: no-repeat;
  transform-origin: center;
  color: #0497f4;
	font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  padding: 12px;
	padding-left: 22px;
	padding-right: 22px;
  margin-top: 25px;
  transition: 0.2s;
	position: relative;
}

.benefits-list-primary .list .button a:after {
	content: "‣";
	color: #0497f4;
	position: absolute;
	right: 20px;
	top: -5px;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 34px;
	transition: 0.2s;
}

@media screen and (max-width: 900px) {
  .benefits-list-primary .list .button a {
    width: 100%;
    padding: 20px;
    background-size: 4%;
  }
}

.benefits-list-primary .list .button a:hover:after {
	right: 15px;
}