@charset "UTF-8";
/*************************************
	
固定ページ

************************************/
.pageheadwrap {
  height: 300px;
  width: 100%;
  position: relative;
}
@media screen and (max-width:768px) {
  .pageheadwrap {
    height: 50vw;
  }
}
.pageheadimage01 {
  width: 100%;
  height: 300px;
}
.pageheadimage01:after{
	content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}
.pageheadimage01 .pagetitile-txt{
	color: #fff;
	width: 90%;
	max-width: 1000px;
position: relative;
	z-index: 2;
	margin: 0 auto;
	height: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pageheadimage01 .pagetitile-txt h1{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.pageheadimage01 .pagetitile-txt h1 span.en{
display: block;	
	font-size: 57px;
	font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width:768px) {
  .pageheadimage01 {
    height: 50vw;
	  position: relative;
  }

.pageheadimage01 .pagetitile-txt h1{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.pageheadimage01 .pagetitile-txt h1 span.en{
display: block;	
	font-size: 57px;
	font-family: "Barlow Condensed", sans-serif;
}
	
	
}
.pageheadimage02 {
  width: 63%;
  height: 300px;
  float: left;
}
@media screen and (max-width:768px) {
  .pageheadimage02 {
    width: 100vw;
    height: 50vw;
  }
}
.pageheadtxt {
  position: absolute;
  top: 105px;
  margin-left: 10.9vw;
	z-index: 3;
}
@media screen and (max-width:768px) {
  .pageheadtxt {
    width: 60vw;
   /* top: 14vw;*/
    margin: 0 auto;
	  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.pageheadgray {
  background: #323232;
  height: 300px;
  width: 37%;
  float: left;
}
@media screen and (max-width:768px) {
  .pageheadgray {
    /*background: #323232;
height: 50vw;
width: 37.1vw;
float: left;*/
    display: none;
  }
}
.corpotate {
  background: url(../image/headimage/corporate.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.in-number {
  background: url(../image/headimage/in-number.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.workingenvironment {
  background: url(../image/headimage/workingenvioronment.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sdgs {
  background: url(../image/headimage/sdgs.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.talkmovie {
  background: url(../image/headimage/talkmovie.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.job {
  background: url(../image/headimage/job2024.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.workenviroment{
  background: url(../image/headimage/workingenvioronment2024.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entrymv01{
  background: url(../image/headimage/entry01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entrymv02{
  background: url(../image/headimage/entry02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entrymv03{
  background: url(../image/headimage/entry03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entrymv04{
  background: url(../image/headimage/entry04.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entrymv05{
  background: url(../image/headimage/entry05.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entrymv06{
  background: url(../image/headimage/entry06.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pagecontainerwrap {
  width: 100%;
  background: #e6e6e6;
	position: relative;
}

@media screen and (max-width:768px) {
	.entrymv01{
		background-position:  left 20% center;
	}
}



.pagecontainer {
	width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 100px 75px;
  box-sizing: border-box;
}
.pagecontainer2 {
width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 100px 75px 100px;
  box-sizing: border-box;
}
.pagecontainer3 {
width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 100px;
  box-sizing: border-box;
}
.pagecontainer.pt0,.pagecontainer2.pt0,.pagecontainer3.pt0 {
	padding-top: 0;
}

@media screen and (max-width:768px) {
  .pagecontainer {
    width: 94%;
    padding: 8vw 4vw;
  }
  .pagecontainer2 {
    width: 94%;
    padding: 8vw 4vw;
  }
  .pagecontainer3 {
    width: 94%;
    padding: 0 0 8vw;
  }
}
div.pagelinkbtn {
  text-align: center;
}
div.pagelinkbtn a {
  color: #1e83c7;
  text-decoration: none;
  padding: 0 22px;
  border-right: 1px solid #1e83c7;
}
div.pagelinkbtn a:last-child {
  border: none;
}
@media screen and (max-width:768px) {
  div.pagelinkbtn {
    padding: 4vw 0;
  }
  div.pagelinkbtn a {
    font-size: 2.5vw;
  }
}
h2.pagetitleh2 {
  width: 100%;
}
h3.pagetitleh3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 20px;
  color: #323232;
}
@media screen and (max-width:768px) {
  h3.pagetitleh3 {
    font-size: 5vw;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
table.table01 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px solid #1e83c7;
}
table.table01 th {
  margin-bottom: 50px;
  padding: 20px 25px;
  background: #d2e6f4;
  text-align: left;
  color: #323232;
  font-size: 18px;
  width: 190px;
  font-weight: 700;
  border-bottom: 1px solid #1e83c7;
  vertical-align: middle;
}
table.table01 td {
  font-size: 16px;
  padding: 20px 25px;
  background: #fff;
  border-bottom: 1px solid #1e83c7;
}
@media screen and (max-width:768px) {
  table.table01 {
    box-sizing: border-box;
  }
  table.table01 th {
    padding: 4vw;
    font-size: 3vw;
    width: 25%;
  }
  table.table01 td {
    font-size: 3vw;
    padding: 4vw;
    word-break: break-all;
    vertical-align: top;
  }
}
table.table02 tr:nth-child(odd) {
  background: #d2e6f4;
}
table.table02 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}
table.table02 th {
  margin-bottom: 50px;
  padding: 20px 25px;
  text-align: left;
  color: #1e83c7;
  font-size: 18px;
  width: 190px;
  font-weight: 700;
}
table.table02 td {
  font-size: 16px;
  padding: 20px 25px;
}
table.table02 td:first-child {
  color: #1e83c7;
  font-size: 18px;
  font-weight: 700;
}
.historytxt {
  color: #1e83c7;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  table.table02 th {
    padding: 3vw 2vw;
    font-size: 2.5vw;
  }
  table.table02 td {
    font-size: 2.5vw;
    padding: 3vw 2vw;
    vertical-align: middle;
  }
  table.table02 td:first-child {
    font-size: 2.5vw;
  }
  .historytxt {
    font-size: 3vw;
    width: 7vw;
  }
}
/*************************************
	
会社を知る

************************************/
p.yamanep {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  p.yamanep {
    font-size: 3.5vw;
	  margin-bottom: 16px;
  }
}
div.yamanebox {
  position: relative;
  height: 460px;
  width: 100%;
}
div.yamaneimg01 {
  position: absolute;
  top: 0;
  left: -135px;
  width: 602px;
  height: 387px;
}
div.yamanetxt01 {
  width: 327px;
  height: 490px;
  position: absolute;
  top: 38px;
  left: 522px;
  color: #323232;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  div.yamanetxt01 {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
div.yamanebox02 {
  position: relative;
  height: 480px;
  width: 100%;
}
div.yamaneimg02 {
  position: absolute;
  top: 0;
  left: 378px;
  width: 602px;
  height: 387px;
}
div.yamanetxt02 {
  width: 327px;
  height: 490px;
  position: absolute;
  top: 38px;
  left: 0;
  color: #323232;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  div.yamanetxt02 {
    font-size: 3.5vw;
  }
}
div.yamanebox03 {
  position: relative;
  height: 460px;
  width: 100%;
}
div.yamaneimg03 {
  position: absolute;
  top: 0;
  left: -135px;
  width: 602px;
  height: 387px;
}
div.yamanetxt03 {
  width: 327px;
  height: 490px;
  position: absolute;
  top: 38px;
  left: 522px;
  color: #323232;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  div.yamanetxt03 {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
div.yamanebox04 {
  position: relative;
  height: 480px;
  width: 100%;
}
div.yamaneimg04 {
  position: absolute;
  top: 0;
  left: 378px;
  width: 602px;
  height: 387px;
}
div.yamanetxt04 {
  width: 327px;
  height: 490px;
  position: absolute;
  top: 38px;
  left: 0;
  color: #323232;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  div.yamanetxt04 {
    font-size: 3.5vw;
  }
}
h4.yamaneabouth4 {
  margin-bottom: 30px;
}
div.yamanebox05 {
  position: relative;
  height: 460px;
  width: 100%;
}
div.yamaneimg05 {
  position: absolute;
  top: 0;
  left: -135px;
  width: 602px;
  height: 387px;
}
div.yamanetxt05 {
  width: 327px;
  height: 490px;
  position: absolute;
  top: 38px;
  left: 522px;
  color: #323232;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  div.yamanetxt05 {
    font-size: 3.5vw;
  }
}
.group {
  width: 100%;
  margin-bottom: 10px;
}
.group img {
  float: left;
  display: block;
  width: 148px;
}
.groupright {
  float: right;
  width: 400px;
  font-size: 13px;
  line-height: 1.5;
}
.groupright h4 {
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .group img {
    float: none;
    margin: 0 auto 10px;
    width: 80%;
  }
  .groupright {
    font-size: 2.5vw;
    line-height: 1.5;
    width: 100%;
    float: none;
  }
  .groupright h4 {
    font-size: 3vw;
  }
}
/*************************************
	
仕事を知る

************************************/
ul.joblist {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.joblist li {
  width: 266px;
  float: left;
  margin-left: 26px;
  margin-bottom: 40px;
}
ul.joblist li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width:768px) {
  ul.joblist {
    justify-content: space-between;
  }
  ul.joblist li {
    width: 49%;
    margin-left: 0;
	  background: #1e83c7;
  }
  ul.joblist li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.joblistbox {
  background: #1e83c7;
  color: #fff;
  padding: 23px 21px;
  min-height: 271px;
}
@media screen and (max-width:768px) {
  .joblistbox {
    padding: 5vw;
    min-height: 70vw;
  }
  .joblistbox2 {
    min-height: 50vw !important;
  }
}
h2.jobh2 {
  font-size: 17px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
h2.jobh2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 30px; /*線の長さ*/
  height: 2px; /*線の太さ*/
  /* -webkit-transform: translateX(-100%);
transform: translateX(-100%);*/ /*位置調整*/
  background-color: #fff; /*線の色*/
}
@media screen and (max-width:768px) {
  h2.jobh2 {
    font-size: 4vw;
  }
}
h3.jobh3 {
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  h3.jobh3 {
    font-size: 4vw;
  }
}
p.jobp {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
p.jobp span.indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
@media screen and (max-width:768px) {
  p.jobp {
    font-size: 3vw;
  }
}
a.jobinterviewbtn {
  color: #fff;
  border: 1px solid #fff;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
a.jobinterviewbtn:hover {
  background: #fff;
  color: #1e83c7;
}
p.jobtxt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  p.jobtxt {
    font-size: 3.5vw;
  }
}
div.flowimg01 {
  width: 100%;
  margin-bottom: 135px;
}
@media screen and (max-width:768px) {
  div.flowimg01 {
    width: 50%;
    margin: 0 auto 80px;
  }
}
a.jobsec {
  display: block;
  width: 270px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #1e83c7;
  border: 1px solid #1e83c7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
a.jobsec:hover {
  color: #fff;
  background: #1e83c7;
}
@media screen and (max-width:768px) {
  a.jobsec {
    width: 80%;
    height: 10vw;
    line-height: 10vw;
    font-size: 3vw;
  }
}
/*01,05*/
div.jobbox01 {
  width: 100%;
  position: relative;
  height: 409px;
  margin-bottom: 110px;
}
div.jobbox01_left {
  width: 380px;
  position: absolute;
  top: 0;
  left: 0;
  height: 409px;
  padding-right: 50px;
  box-sizing: border-box;
}
div.jobbox01_left img {
  margin-bottom: 18px;
}
div.jobbox01_left p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 30px;
}
div.jobbox01_right {
  position: absolute;
  width: 587px;
  height: 367px;
  top: 0;
  left: 379px;
}
div.jobbox01_right2 {
  position: absolute;
  width: 587px;
  height: 367px;
  top: 13px;
  left: 392px;
  background: #d2e6f4;
}
@media screen and (max-width:768px) {
  /*01,05*/
  div.jobbox01 {
    height: 160vw;
    margin-bottom: 20px;
  }
  div.jobbox01_left {
    width: 100%;
    height: 80vw;
	  padding: 0;
  }
  div.jobbox01_left p {
    font-size: 3.5vw;
  }
  div.jobbox01_right {
  /*  width: 100%;
    height: 54.4vw;
    top: 95vw;*/
	  width: 100%;
    top: 105vw;
    left: 0;
    height: 54.4vw;
  }
  div.jobbox01_right2 {
    width: 100%;
    height: 54.4vw;
    top: 100vw;
    left: 5vw;
  }
}
span.flowsection {
  color: #1e83c7;
  font-size: 17px;
  font-weight: 700;
  display: block;
  padding-left: 10px;
  margin-top: 25px;
  border-left: 4px solid #1e83c7;
  margin-bottom: 5px;
}
@media screen and (max-width:768px) {
  span.flowsection {
    font-size: 4vw;
  }
}
div.jobbox05 {
  width: 100%;
  position: relative;
  height: 700px;
}
div.jobbox05_left {
  width: 380px;
  position: absolute;
  top: 0;
  left: 0;
  height: 700px;
  padding-right: 50px;
  box-sizing: border-box;
}
div.jobbox05_left img {
  margin-bottom: 18px;
}
div.jobbox05_left p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 30px;
}
div.jobbox05_right {
  position: absolute;
  width: 587px;
  height: 550px;
  top: 0;
  left: 379px;
}
div.jobbox05_right2 {
  position: absolute;
  width: 587px;
  height: 550px;
  top: 13px;
  left: 392px;
  background: #d2e6f4;
}
@media screen and (max-width:768px) {
  div.jobbox05 {
    height: 250vw;
    margin-bottom: 20px;
  }
  div.jobbox05_left {
    width: 100%;
    height: 140vw;
    font-size: 3.5vw;
	  padding: 0;
  }
  div.jobbox05_left p {
    font-size: 3.5vw;
  }
  div.jobbox05_right {
 /*   width: 100%;
    height: 80.6vw;
    top: 150vw;*/
width: 100%;
    top: 151vw;
    left: 0;
    height: 54.4vw 
  }
  div.jobbox05_right2 {
    width: 100%;
    height: 80.6vw;
    top: 155vw;
    left: 3vw;
  }
}
/*07*/
div.jobbox07 {
  width: 100%;
  position: relative;
  height: 562px;
  margin-bottom: 110px;
}
div.jobbox07_left {
  width: 380px;
  position: absolute;
  top: 0;
  left: 0;
  height: 562px;
  padding-right: 50px;
  box-sizing: border-box;
}
div.jobbox07_left img {
  margin-bottom: 18px;
}
div.jobbox07_left p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 30px;
}
div.jobbox07_right {
  position: absolute;
  width: 587px;
  height: 543px;
  top: 0;
  left: 379px;
}
div.jobbox07_right2 {
  position: absolute;
  width: 587px;
  height: 543px;
  top: 13px;
  left: 392px;
  background: #d2e6f4;
}
@media screen and (max-width:768px) {
  /*07*/
  div.jobbox07 {
    height: 220vw;
    margin-bottom: 110px;
  }
  div.jobbox07_left {
    width: 100%;
    height: 124.9vw;
    padding-right: 0;
    box-sizing: border-box;
  }
  div.jobbox07_left p {
    font-size: 3.5vw;
  }
  div.jobbox07_right {
    width: 100%;
    height: 79.6vw;
    top: 144vw;
    left: 0;
  }
  div.jobbox07_right2 {
    width: 100%;
    height: 79.6vw;
    top: 149vw;
    left: 3vw;
  }
}
/*09*/
div.jobbox09 {
  width: 100%;
  position: relative;
  height: 511px;
  margin-bottom: 110px;
}
div.jobbox09_left {
  width: 380px;
  position: absolute;
  top: 0;
  left: 0;
  height: 511px;
  padding-right: 50px;
  box-sizing: border-box;
}
div.jobbox09_left img {
  margin-bottom: 18px;
}
div.jobbox09_left p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 30px;
}
div.jobbox09_right {
  position: absolute;
  width: 587px;
  height: 491px;
  top: 0;
  left: 379px;
}
div.jobbox09_right2 {
  position: absolute;
  width: 587px;
  height: 491px;
  top: 13px;
  left: 392px;
  background: #d2e6f4;
}
@media screen and (max-width:768px) {
  /*09*/
  div.jobbox09 {
    height: 200vw;
  }
  div.jobbox09_left {
    width: 100%;
    height: 113.6vw;
    box-sizing: border-box;
    padding-right: 0;
  }
  div.jobbox09_left p {
    font-size: 3.5vw;
  }
  div.jobbox09_right {
    width: 100%;
    height: 72vw;
    top: 138vw;
    left: 0;
  }
  div.jobbox09_right2 {
    width: 100%;
    height: 72vw;
    top: 143vw;
    left: 3vw;
  }
}
/*02*/
div.jobbox02 {
  width: 100%;
  position: relative;
  height: 409px;
  margin-bottom: 110px;
}
div.jobbox02_left {
  width: 586px;
  position: absolute;
  top: 0;
  left: -131px;
  height: 367px;
}
div.jobbox02_left2 {
  width: 586px;
  position: absolute;
  top: 13px;
  left: -118px;
  height: 367px;
  background: #d2e6f4;
}
div.jobbox02_right {
  width: 380px;
  position: absolute;
  top: 0;
  right: 0;
  height: 409px;
  padding-left: 50px;
  box-sizing: border-box;
}
div.jobbox02_right img {
  margin-bottom: 18px;
}
div.jobbox02_right p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  /*02*/
  div.jobbox02 {
    height: 175vw;
    margin-bottom: 20px;
  }
  div.jobbox02_left {
    width: 100%;
    top: 105vw;
    left: 0;
    height: 54.4vw;
  }
  div.jobbox02_left2 {
    width: 100%;
    top: 110vw;
    left: 5vw;
    height: 54.4vw;
    padding-left: 0;
  }
  div.jobbox02_right {
    width: 100%;
    height: 110vw;
	  padding: 0;
  }
  div.jobbox02_right p {
    font-size: 3.5vw;
  }
}
/*04*/
div.jobbox04 {
  width: 100%;
  position: relative;
  height: 409px;
  margin-bottom: 110px;
}
div.jobbox04_left {
  width: 586px;
  position: absolute;
  top: 0;
  left: -131px;
  height: 367px;
}
div.jobbox04_left2 {
  width: 586px;
  position: absolute;
  top: 13px;
  left: -118px;
  height: 367px;
  background: #d2e6f4;
}
div.jobbox04_right {
  width: 380px;
  position: absolute;
  top: 0;
  right: 0;
  height: 409px;
  padding-left: 50px;
  box-sizing: border-box;
}
div.jobbox04_right img {
  margin-bottom: 18px;
}
div.jobbox04_right p {
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  /*04*/
  div.jobbox04 {
    height: 170vw;
    margin-bottom: 20px;
  }
  div.jobbox04_left {
    width: 100%;
    top: 110vw;
    left: 0;
    height: 54.4vw;
  }
  div.jobbox04_left2 {
    width: 100%;
    top: 115vw;
    left: 3vw;
    height: 54.4vw;
  }
  div.jobbox04_right {
    width: 100%;
    padding-left: 0;
    height: 110vw;
  }
  div.jobbox04_right p {
    font-size: 3.5vw;
  }
}
/*03*/
div.jobbox03 {
  width: 100%;
  height: 370px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
div.jobbox03_2 {
  width: 1100px;
  height: 360px;
  top: 13px;
  left: -118px;
  background: #d2e6f4;
  position: absolute;
}
div.jobbox03_3 {
  width: 550px;
  height: 370px;
  top: 0;
  left: -134px;
  position: absolute;
}
div.jobbox03_4 {
  width: 550px;
  height: 370px;
  top: 0;
  left: 416px;
  position: absolute;
}
p.jobbox03txt {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 30px;
}
div.jobbox03title {
  width: 100%;
  margin-bottom: 20px;
}
ul.jobbox03grid {
  width: 100%;
  margin-bottom: 30px;
}
ul.jobbox03grid li {
  width: 270px;
  height: 212px;
  float: left;
  background: #d2e6f4;
  margin-left: 20px;
}
ul.jobbox03grid li:nth-child(3n+1) {
  margin-left: 0;
}
ul.jobbox03grid li h4 {
  text-align: center;
  color: #fff;
  height: 42px;
  line-height: 42px;
  background: #1e83c7;
}
ul.jobbox03grid li div {
  padding: 20px 25px;
}
div.jobbox03wrap {
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width:768px) {
  /*03*/
  div.jobbox03 {
    height: 120vw;
  }
  div.jobbox03_2 {
    width: 100%;
    height: 108.8vw;
    top: 5vw;
    left: 3vw;
  }
  div.jobbox03_3 {
    width: 100%;
    height: 54.4vw;
    left: 0;
  }
  div.jobbox03_4 {
    width: 100%;
    height: 54.4vw;
    top: 54.4vw;
    left: 0;
  }
  p.jobbox03txt {
    font-size: 3.5vw;
  }
  ul.jobbox03grid li {
    float: none;
    width: 100%;
	  margin: 10px 0;
	  height: auto;
	  padding-bottom: 30px;
	  
  }
  ul.jobbox03grid li h4 {
    font-size: 3.5vw;
  }
  ul.jobbox03grid li div {
    padding: 5vw;
    font-size: 3vw;
  }
}
/*06*/
div.jobbox06 {
  width: 100%;
  position: relative;
  height: 409px;
  margin-bottom: 25px;
}
div.jobbox06_left {
  width: 586px;
  position: absolute;
  top: 0;
  left: -131px;
  height: 367px;
}
div.jobbox06_left2 {
  width: 586px;
  position: absolute;
  top: 13px;
  left: -118px;
  height: 367px;
  background: #d2e6f4;
}
div.jobbox06_right {
  width: 380px;
  position: absolute;
  top: 0;
  right: 0;
  height: 409px;
  padding-left: 50px;
  box-sizing: border-box;
}
div.jobbox06_right img {
  margin-bottom: 18px;
}
div.jobbox06_right p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 30px;
}
ul.jobbox06grid {
  width: 100%;
  margin-bottom: 30px;
}
ul.jobbox06grid li {
  width: 415px;
  height: 187px;
  float: left;
  background: #d2e6f4;
  margin-left: 10px;
}
ul.jobbox06grid li:nth-child(2n+1) {
  margin-left: 0;
}
ul.jobbox06grid li h4 {
  text-align: center;
  color: #fff;
  height: 42px;
  line-height: 42px;
  background: #1e83c7;
}
ul.jobbox06grid li div {
  padding: 20px 25px;
}
div.jobbox06wrap {
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width:768px) {
  /*06*/
  div.jobbox06 {
    height: 145vw;
    margin-bottom: 35px;
  }
  div.jobbox06_left {
    width: 100%;
    top: 80vw;
    left: 0;
    height: 54.4vw;
  }
  div.jobbox06_left2 {
    width: 100%;
    height: 54.4vw;
    top: 85vw;
    left: 3vw;
  }
  div.jobbox06_right {
    width: 100%;
 /*   position: absolute;*/
    top: 0;
    right: 0;
   /* height: 409px;*/
    font-size: 3.5vw;
	  padding: 0;
	  height: auto;
    position: static;
  }
  div.jobbox06_right p {
    font-size: 3.5vw;
  }
  ul.jobbox06grid li {
    width: 100%;
    font-size: 3vw;
    margin-left: 0;
    margin-bottom: 10px;
  }
  ul.jobbox06grid li:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.jobbox06grid li h4 {
    font-size: 3.5vw;
  }
}
/*08*/
div.jobbox08 {
  width: 100%;
  position: relative;
  height: 498px;
  margin-bottom: 110px;
}
div.jobbox08_left {
  width: 586px;
  position: absolute;
  top: 0;
  left: -131px;
  height: 478px;
}
div.jobbox08_left2 {
  width: 586px;
  position: absolute;
  top: 13px;
  left: -118px;
  height: 478px;
  background: #d2e6f4;
}
div.jobbox08_right {
  width: 380px;
  position: absolute;
  top: 0;
  right: 0;
  height: 498px;
  padding-left: 50px;
  box-sizing: border-box;
}
div.jobbox08_right img {
  margin-bottom: 18px;
}
div.jobbox08_right p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  /*08*/
  div.jobbox08 {
    height: 200vw;
    margin-bottom: 60px;
  }
  div.jobbox08_left {
    width: 100%;
    top: 125vw;
    left: 0;
    height: 70vw;
  }
  div.jobbox08_left2 {
    width: 100%;
    top: 130vw;
    left: 3vw;
    height: 70vw;
  }
  div.jobbox08_right {
    width: 100%;
    height: 110.7vw;
	  padding: 0;
  }
  div.jobbox08_right p {
    font-size: 3.5vw;
  }
}
/*11*/
div.jobbox11 {
  width: 100%;
  position: relative;
  height: 602px;
  margin-bottom: 110px;
}
div.jobbox11_left {
  width: 586px;
  position: absolute;
  top: 0;
  left: -131px;
  height: 478px;
}
div.jobbox11_left2 {
  width: 586px;
  position: absolute;
  top: 13px;
  left: -118px;
  height: 602px;
  background: #d2e6f4;
}
div.jobbox11_right {
  width: 380px;
  position: absolute;
  top: 0;
  right: 0;
  height: 602px;
  padding-left: 50px;
  box-sizing: border-box;
}
div.jobbox11_right img {
  margin-bottom: 18px;
}
div.jobbox11_right p {
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  /*11*/
  div.jobbox11 {
    height: 218vw;
  }
  div.jobbox11_left {
    width: 100%;
    top: 128vw;
    left: 0;
    height: 85.3vw;
  }
  div.jobbox11_left2 {
    width: 100%;
    top: 133vw;
    left: 3vw;
    height: 85.3vw;
  }
  div.jobbox11_right {
    width: 100%;
	  padding: 0;
  }
  div.jobbox11_right p {
    font-size: 3.5vw;
  }
}
/*10*/
div.jobbox10 {
  width: 100%;
  height: 370px;
  position: relative;
  margin-bottom: 30px;
}
div.jobbox10_2 {
  width: 1100px;
  height: 360px;
  top: 13px;
  left: -118px;
  background: #d2e6f4;
  position: absolute;
}
div.jobbox10_3 {
  width: 1100px;
  height: 370px;
  top: 0;
  left: -134px;
  position: absolute;
}
p.jobbox10txt {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 30px;
}
div.jobbox10title {
  width: 100%;
  margin-bottom: 20px;
}
div.jobbox10wrap {
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width:768px) {
  /*10*/
  div.jobbox10 {
    height: 29.3vw;
  }
  div.jobbox10_2 {
    width: 100%;
    height: 27.3vw;
    top: 5vw;
    left: 3vw;
  }
  div.jobbox10_3 {
    width: 100%;
    height: 27.3vw;
    left: 0;
  }
  p.jobbox10txt {
    font-size: 3.5vw;
  }
}
/*************************************
	
採用情報

************************************/
.recruit {
  background: url("../image/recruit/headimage.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
div.recruitresult h3 {
  margin-bottom: 20px;
  padding: 20px 25px;
  text-align: left;
  color: #1e83c7;
  font-size: 18px;
  font-weight: 700;
  background: #d2e6f4;
}
div.recruitresult p {
  margin-bottom: 20px;
}
ul.worklist {
  width: 100%;
  margin-bottom: 30px;
}
ul.worklist li {
  width: 266px;
  float: left;
  margin-left: 26px;
  margin-bottom: 40px;
}
ul.worklist li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width:768px) {
  ul.worklist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.worklist li {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  ul.worklist li:nth-child(odd) {
    margin-left: 0;
  }
}
/*************************************
	
数字で見るヤマネ

************************************/
p.datalefttxt {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  p.datalefttxt {
    font-size: 5vw;
  }
}
h2.datah2 {
  text-align: center;
  color: #1e83c7;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  h2.datah2 {
    font-size: 6vw;
  }
}
/*社員総数*/
div.datashain {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 8px solid #1e83c7;
  background: #fff;
  height: 342px;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
}
@media screen and (max-width:768px) {
  /*社員総数*/
  div.datashain {
    width: 94%;
    height: 76vw;
  }
}
div.databack {
  width: 408px;
  height: 252px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../image/data/sosuback.png);
}
@media screen and (max-width:768px) {
  div.databack {
    width: 80%;
    height: 50vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
p.nendo {
  font-size: 33px;
  font-weight: 700;
  color: #1e83c7;
  position: absolute;
  top: 124px;
  left: 269px;
}
@media screen and (max-width:768px) {
  p.nendo {
    font-size: 5vw;
    top: 20vw;
    left: 10vw;
  }
}
p.sosu {
  width: 158px;
  height: 77px;
  top: 165px;
  left: 262px;
  position: absolute;
  font-size: 77px;
  color: #1e83c7;
  font-weight: 700;
}
span.shainsu {
  width: 230px;
  height: 101px;
  position: absolute;
  top: 95px;
  left: 425px;
  font-size: 137px;
  color: #1e83c7;
  font-weight: 700;
  vertical-align: super;
  display: inline;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media screen and (max-width:768px) {
  p.sosu {
    width: 35.1vw;
    height: 17.1vw;
    top: 36.7vw;
    left: 10vw;
    font-size: 10vw;
  }
  span.shainsu {
    /*    top: 30.1vw;
    line-height: 20vw;
    left: 30vw;
    font-size: 20vw;*/
    top: 32.1vw;
    line-height: 20vw;
    left: 31vw;
    font-size: 18vw;
    width: auto;
  }
}
p.mei {
  width: 70px;
  height: 76px;
  position: absolute;
  font-size: 57px;
  color: #1e83c7;
  font-weight: 700;
  top: 180px;
  left: 685px;
}
@media screen and (max-width:768px) {
  p.mei {
    font-size: 10vw;
    top: 36.7vw;
    right: 5vw;
    left: auto;
  }
}
/*売上*/
div.datauriage {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 8px solid #1e83c7;
  background: #fff;
  height: 713px;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
}
p.uriagetxt01 {
  font-size: 47px;
  color: #1e83c7;
  margin: 30px 0 0 50px;
  font-weight: 700;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
div.uriagedata {
  width: 932px;
  height: 462px;
  left: 36px;
  top: 212px;
  position: absolute;
}
div.uriageicon {
  width: 500px;
  height: 19px;
  position: absolute;
  top: 167px;
  left: 72px;
}
@media screen and (max-width:768px) {
  /*売上*/
  div.datauriage {
    width: 94%;
    height: 100.4vw;
	  
  }
  p.uriagetxt01 {
    font-size: 4vw;
    margin: 6.7vw 0 0 11.1vw;
  }
  div.uriagedata {
    width: 94%;
    /*left: 36px;*/
    top: 40vw;
    left: inherit;
  }
  div.uriageicon {
    width: 94%;
    height: 19px;
    position: inherit;
	  left: 0;
    top: 0;
    /*top: 37.1vw;
left: 16vw;*/
  }
}
div.databottom {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  div.databottom {
    width: 100%;
  }
}
/*在籍年数*/
div.datazaiseki {
  width: 485px;
  box-sizing: border-box;
  float: left;
  margin: 0 auto;
  border: 8px solid #1e83c7;
  background: #fff;
  height: 342px;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
}
@media screen and (max-width:768px) {
  /*在籍年数*/
  div.datazaiseki {
    width: 94%;
    height: 76vw;
    padding: 15px;
    float: none;
  }
}
div.tokei {
  width: 262px;
  height: 262px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../image/data/tokai.png);
}
@media screen and (max-width:768px) {
  div.tokei {
    width: 80%;
    height: 50vw;
    background: url(../image/data/tokai.png) center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
div.heikin {
  width: 62px;
  height: 125px;
  position: absolute;
  left: 66px;
  top: 122px;
}
div.heikinnen {
  width: 171px;
  height: 124px;
  left: 147px;
  top: 121px;
  position: absolute;
  font-weight: 700;
  font-size: 128px;
  line-height: 124px;
  padding: 0;
  vertical-align: top;
  color: #1e83c7;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
p.heikinnen span.count-up {
  width: 150px;
  height: 124px;
  left: 133px;
  top: 133px;
  position: absolute;
  font-weight: 700;
  font-size: 94px;
  line-height: 124px;
  letter-spacing: -5px;
  padding: 0;
  vertical-align: top;
  color: #1e83c7;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media screen and (max-width:768px) {
  div.heikin {
    width: 13.8vw;
    left: 10vw;
    top: 27.1vw;
  }
  div.heikinnen {
    width: 38vw;
    height: 27.6vw;
    left: 28vw;
    top: 26.9vw;
    font-size: 30vw;
    line-height: 30vw;
  }
  p.heikinnen span.count-up {
    /*    width: 38vw;*/
    width: auto;
    height: auto;
    /*  height: 27.6vw;*/
    left: 26vw;
    top: 24.9vw;
    font-size: 19vw;
    line-height: 124px;
    letter-spacing: -5px;
  }
}
div.nensai {
  width: 90px;
  height: 92px;
  line-height: 70px;
  font-size: 90px;
  position: absolute;
  left: 330px;
  top: 162px;
  color: #1e83c7;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media screen and (max-width:768px) {
  div.nensai {
    width: 20vw;
    height: 21vw;
    line-height: 13vw;
    font-size: 13vw;
    left: 68vw;
    top: 36vw;
  }
}
/*平均年齢*/
div.datanenrei {
  float: right;
  width: 485px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 8px solid #1e83c7;
  background: #fff;
  height: 342px;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
}
div.man {
  width: 262px;
  height: 262px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../image/data/man.png);
}
@media screen and (max-width:768px) {
  /*平均年齢*/
  div.datanenrei {
    width: 94%;
    float: none;
  }
  div.man {
    width: 80%;
    height: 50vw;
    background: url(../image/data/man.png) center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
/*************************************
	
座談会動画

************************************/
h2.talkmovieh2 {
  font-size: 34px;
  color: #323232;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (max-width:768px) {
  h2.talkmovieh2 {
    font-size: 6vw;
  }
}
h2.talkmovieh2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 30px; /*線の長さ*/
  height: 4px; /*線の太さ*/
  /* -webkit-transform: translateX(-100%);
transform: translateX(-100%);*/ /*位置調整*/
  background-color: #1e83c7; /*線の色*/
}
p.talkmoviep {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  p.talkmoviep {
    font-size: 3.5vw;
  }
}
div.talkmoviebig {
  margin-bottom: 85px;
  width: 100%;
}
.talkmovie_small {
  width: 100%;
}
.talkmovie_small div {
  width: 415px;
}
.talkmovie_small div p {
  font-size: 20px;
  font-weight: 700;
  color: #323232;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding-top: 10px;
  margin-top: 20px;
}
.talkmovie_small div p:before {
  content: '';
  position: absolute;
  left: 0%;
  top: -5px; /*線の上下位置*/
  display: inline-block;
  width: 32px; /*線の長さ*/
  height: 4px; /*線の太さ*/
  /* -webkit-transform: translateX(-100%);
transform: translateX(-100%);*/ /*位置調整*/
  background-color: #1e83c7; /*線の色*/
}
@media screen and (max-width:768px) {
  .talkmovie_small div {
    width: 100%;
  }
  .talkmovie_small div p {
    font-size: 3vw;
  }
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*************************************
	
sdgs

************************************/
h2.sdgsh2 {
  font-size: 34px;
  color: #323232;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  h2.sdgsh2 {
    font-size: 6vw;
  }
}
h2.sdgsh2:before {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -15px; /*線の上下位置*/
  display: inline-block;
  width: 60px; /*線の長さ*/
  height: 5px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #1e83c7; /*線の色*/
}
p.sdgsp {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  p.sdgsp {
    font-size: 3.5vw;
  }
}
div.goals {
  text-align: center;
  margin-top: 50px;
}
ul.sdgsglid {
  width: 100%;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 130px;
}
ul.sdgsglid li {
  width: 128px;
  list-style: none;
  float: left;
  margin-left: 16px;
  margin-bottom: 30px;
}
ul.sdgsglid li:nth-child(6n+1) {
  margin-left: 0;
}
ul.sdgsglid li p {
  text-align: center;
  margin-top: 13px;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  ul.sdgsglid li {
    width: 30%;
    float: left;
    margin-left: 5%;
    margin-bottom: 30px;
  }
  ul.sdgsglid li:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.sdgsglid li p {
    font-size: 3.5vw;
  }
}
h5.sdgsh5 {
  font-size: 21px;
  color: #1e83c7;
  /*padding-bottom: 20px;*/
  margin-bottom: 20px;
  border-bottom: 1px solid #1e83c7;
  font-weight: 700;
  margin-top: 50px;
}
@media screen and (max-width:768px) {
  h5.sdgsh5 {
    font-size: 5vw;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
  }
}
span.sdgsspan {
  font-family: 'Teko', sans-serif;
  font-size: 48px;
  margin-right: 20px;
  vertical-align: sub;
}
div.sdgsicon {
  width: 320px;
  float: right;
}
div.sdgsicon div {
  float: left;
  width: 100px;
  margin-left: 10px;
  margin-bottom: 10px;
}
div.sdgsicon div:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width:768px) {
  div.sdgsicon {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
  div.sdgsicon div {
    float: left;
    width: 22%;
    margin-left: 4%;
    margin-bottom: 10px;
  }
  div.sdgsicon div:nth-child(4n+1) {
    margin-left: 0;
  }
}
p.sdgsrighttxt {
  float: left;
  width: 530px;
}
p.sogaku {
  color: #323232;
  font-size: 30px;
  font-weight: 700;
}
ul.sdgsphotolist {
  width: 496px;
  float: left;
}
ul.sdgsphotolist li {
  width: 238px;
  float: left;
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #323232;
}
ul.sdgsphotolist li img {
  margin-bottom: 7px;
}
ul.sdgsphotolist li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width:768px) {
  ul.sdgsphotolist {
    width: 100%;
    margin-top: 25px;
    float: none;
  }
  ul.sdgsphotolist li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    font-size: 3vw;
  }
  ul.sdgsphotolist li img {
    margin-bottom: 5px;
  }
}
/*************************************
	
施工実績

************************************/
.works {
  background: url(../image/works/headimage.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.worksh4 {
  color: #1e83c7;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .worksh4 {
    font-size: 4vw;
  }
}
.archive_workstitle {
  font-size: 16px;
  color: #323232;
  line-height: 1.5;
  margin-top: 18px;
  position: relative;
}
.archive_workstitle:before {
  content: '';
  position: absolute;
  left: 0%;
  top: -12px; /*線の上下位置*/
  display: inline-block;
  width: 16px; /*線の長さ*/
  height: 2px; /*線の太さ*/
  /* -webkit-transform: translateX(-100%);
  transform: translateX(-100%);*/ /*位置調整*/
  background-color: #1e83c7; /*線の色*/
}
@media screen and (max-width:768px) {
  .archive_workstitle {
    font-size: 3vw;
  }
}
a.yamanelinkbtn {
  color: #1e83c7;
  border: 1px solid #1e83c7;
  text-align: center;
  width: 355px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
a.yamanelinkbtn:hover {
  background: #1e83c7;
  color: #fff;
}
@media screen and (max-width:768px) {
  a.yamanelinkbtn {
    width: 80%;
  }
}
/*************************************
	
働く環境を知る

************************************/
h2.kankyoh2 {
  font-size: 34px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  h2.kankyoh2 {
    font-size: 5vw;
  }
}
h2.kankyoh2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 30px; /*線の長さ*/
  height: 4px; /*線の太さ*/
  /* -webkit-transform: translateX(-100%);
transform: translateX(-100%);*/ /*位置調整*/
  background-color: #1e83c7; /*線の色*/
}
div.environmentsec {
  width: 100%;
  height: 50px;
  font-size: 18px;
  background: #d2e6f4;
  color: #1e83c7;
  line-height: 50px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  div.environmentsec {
    font-size: 3vw;
  }
}
p.environmentp {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  p.environmentp {
    font-size: 3.5vw;
  }
}
h2.environmenth2 {
  position: relative;
  color: #1e83c7;
  font-size: 18px;
  padding-left: 60px;
  line-height: 50px;
}
h2.environmenth2:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 58px;
  height: 50px;
  background: url(../image/environment/q.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width:768px) {
  h2.environmenth2 {
    font-size: 3.5vw;
  }
}
div.bluebox {
  width: 100%;
  border: 8px solid #1e83c7;
  box-sizing: border-box;
  padding: 75px;
  background: #fff;
}
div.bluebox p {
  margin-bottom: 8px;
}
@media screen and (max-width:768px) {
  div.bluebox {
    padding: 10vw 5vw;
  }
}
div.kankyobox01 {
  width: 100%;
  margin-bottom: 58px;
}
@media screen and (max-width:768px) {
  div.kankyobox01 {
    margin-bottom: 20px;
  }
}
div.kankyo_left {
  width: 510px;
  margin-right: 40px;
  float: left;
  line-height: 1.7;
}
@media screen and (max-width:768px) {
  div.kankyo_left {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
div.kankyo_left p {
  font-size: 16px;
  color: #323232;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  div.kankyo_left p {
    font-size: 3.5vw;
  }
}
div.kankyo_right {
  width: 300px;
  position: relative;
  float: right;
}
div.kankyo_right img {
  position: absolute;
  width: 300px;
  height: 416px;
  display: block;
}
div.kankyo_right p {
  position: absolute;
  top: 436px;
  font-size: 22px;
  font-weight: 700;
}
div.kankyo_right p span {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  div.kankyo_right {
    width: 80%;
    margin: 0 auto;
    float: none;
    height: 110vw;
  }
  div.kankyo_right img {
    width: 70vw;
    height: auto;
    margin: 0 auto;
  }
  div.kankyo_right p {
    top: auto;
    bottom: 0;
    font-size: 4vw;
  }
  div.kankyo_right p span {
    font-size: 2.5vw;
  }
}
div.kankyoblue5 {
  background: #d2e6f4;
  position: absolute;
  width: 300px;
  height: 416px;
  left: 13px;
  top: 13px;
}
@media screen and (max-width:768px) {
  div.kankyoblue5 {
    width: 70vw;
    height: 98vw;
    right: -5vw;
    top: 5vw;
  }
}
h3.kankyoh3 {
  color: #1e83c7;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
}
p.kankyop {
  font-size: 16px;
  color: #323232;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  h3.kankyoh3 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  p.kankyop {
    font-size: 3.5vw;
  }
}
div.kankyoimg02 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  height: 278px;
}
div.kankyoimg02 img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  div.kankyoimg02 {
    height: 30vw;
  }
}
div.kankyoblue4 {
  background: #d2e6f4;
  position: absolute;
  width: 850px;
  height: 278px;
  left: 13px;
  top: 13px;
}
@media screen and (max-width:768px) {
  div.kankyoblue4 {
    width: 100%;
    height: 28vw;
  }
}
div.kankyorelative {
  position: relative;
  width: 100%;
  /*height: 420px;*/
  height: 338px;
}
@media screen and (max-width:768px) {
  div.kankyorelative {
    height: auto;
  }
}
div.kankyoabsolute {
  position: absolute;
  top: -60px;
  left: 535px;
  width: 338px;
  height: 502px;
}
@media screen and (max-width:768px) {
  div.kankyoabsolute {
    position: inherit;
    margin: 0 auto;
  }
}
div.kankyophoto {
  width: 100%;
  position: relative;
  height: 270px;
  margin-bottom: 80px;
}
div.kankyophoto01 {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 270px;
}
div.kankyophoto02 {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 270px;
}
@media screen and (max-width:768px) {
  div.kankyophoto {
    height: 110vw;
  }
  div.kankyophoto01 {
    width: 100%;
    height: 54.4vw;
  }
  div.kankyophoto02 {
    width: 100%;
    top: 54.4vw;
    height: 54.4vw;
  }
}
div.kankyoblue {
  background: #d2e6f4;
  position: absolute;
  width: 850px;
  height: 270px;
  left: 13px;
  top: 13px;
}
@media screen and (max-width:768px) {
  div.kankyoblue {
    width: 100%;
    height: 110vw;
  }
}
div.kankyorelative2 {
  position: relative;
  width: 100%;
  /*height: 290px;*/
  height: 360px;
}
div.kankyoabsolute2 {
  position: absolute;
  top: 0;
  left: -15px;
  width: 309px;
  height: 213px;
}
div.kankyoabsolute2_blue {
  position: absolute;
  top: 15px;
  left: 0;
  width: 309px;
  height: 213px;
  background: #d2e6f4;
}
div.kankyoabsolute3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 511px;
}
@media screen and (max-width:768px) {
  div.kankyorelative2 {
    height: 130vw;
  }
  div.kankyoabsolute2 {
    width: 100%;
    height: 54.4vw;
  }
  div.kankyoabsolute2_blue {
    width: 100%;
    height: 59vw;
  }
  div.kankyoabsolute3 {
    top: 63vw;
    width: 100%;
  }
}
table.table03 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px solid #1e83c7;
}
table.table03 th {
  margin-bottom: 50px;
  padding: 20px 25px;
  background: #1e83c7;
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: 25%;
  font-weight: 700;
  border-bottom: 1px solid #1e83c7;
  vertical-align: middle;
  border-right: 1px solid #fff;
}
table.table03 th:last-child, table.table03 td:last-child {
  border-right: none;
}
table.table03 td {
  width: 25%;
  font-size: 16px;
  padding: 20px 25px;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #1e83c7;
  border-right: 1px solid #1e83c7;
}
table.table03 td:first-child {
  background: #d2e6f4;
}
@media screen and (max-width:768px) {
  table.table03 th {
    padding: 10px;
    font-size: 4vw;
    width: 25%;
  }
  table.table03 td {
    font-size: 3vw;
    padding: 10px;
  }
}
table.table04 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px solid #1e83c7;
}
table.table04 th {
  margin-bottom: 50px;
  padding: 20px 25px;
  text-align: left;
  color: #1e83c7;
  font-size: 18px;
  width: 210px;
  font-weight: 700;
  border-bottom: 1px solid #1e83c7;
  vertical-align: middle;
}
table.table04 td {
  font-size: 16px;
  padding: 20px 25px;
  background: #fff;
  text-align: left;
  border-bottom: 1px solid #1e83c7;
}
@media screen and (max-width:768px) {
  table.table04 th {
    padding: 10px;
    font-size: 3vw;
    width: 25%;
  }
  table.table04 td {
    font-size: 3vw;
    padding: 10px;
    vertical-align: middle;
  }
}
h5.environmenth5 {
  color: #1e83c7;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 18px;
}
div.environmentgridwrap {
  width: 100%;
  margin-bottom: 34px;
  display: flex;
  flex-wrap: wrap;
}
div.environmentgrid {
  width: 270px;
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
}
div.environmentgrid:nth-child(3n+1) {
  margin-left: 0;
}
div.environmentgrid p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 28px;
}
h6.environmenth6 {
  color: #1e83c7;
  font-size: 18px;
  border-left: 4px solid #1e83c7;
  padding-left: 10px;
  font-weight: 700;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  background: #d2e6f4;
}
@media screen and (max-width:768px) {
  h5.environmenth5 {
    font-size: 5vw;
  }
  div.environmentgrid {
    width: 100%;
    float: none;
    font-size: 3vw;
  }
  /*div.environmentgrid:nth-child(3n+1){
margin-left:0;
}*/
  div.environmentgrid p {
    font-size: 3vw;
  }
  h6.environmenth6 {
    font-size: 3vw;
  }
}