@charset "utf-8";

#content{}

.container{
	width: 1200px;
	margin: 100px auto 160px auto;
}

.container-full{
  width: 100%;
  margin: 100px auto 160px auto;
}

@media only screen and (max-width: 1200px){
  .container{
  	margin: 50px auto 80px auto;
    width:100%;
    padding: 0 20px ;
  }
  
  .container-full{
    width: 100%;
    margin: 50px auto 80px auto;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


/**********************************************
共通
**********************************************/

#h_Area{
	padding-top: 90px;
	border-bottom: 1px solid #B8D8C0;
}

@media screen and (max-width: 768px){
  #h_Area{
    padding-top: 50px;
  }
}

.h_inner{
	min-height: 220px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .h_inner{
		min-height: 120px;
		display: flex;
		align-items: center;
  }
}

.h_inner h1{
  height: 100px;
	position:absolute;
	z-index:1;
	color: #009944;
	font-size: 32px;
	top: 0;
	left: 0;
  bottom: 0;
  margin: auto;
  font-weight: 500;
}

.h_inner h1 span{
  color: #D1E3B8;
  font-size: 16px;
  position: relative;
  display: block;
}

.h_inner h1 span::before{
  content: '';
  margin: 10px 0;
  display: block;
  width: 70px;
  height: 3px;
  background: #3EB370;
}

@media screen and (max-width: 768px) {
  .h_inner h1 {
    height: 70px;
		font-size: 21px;
  }
  .h_inner h1 span{
    font-size: 14px;
  }
  .h_inner h1 span::before{
    margin: 5px 0;
  }
}

#breadcrumb {
  padding: 10px 0;
}
#breadcrumb li {
	float: left;
	padding: 0 5px 0;
	font-size: 12px;
  color: #696969;
}

#breadcrumb li a{
  color: #696969;
}

@media only screen and (max-width: 1200px){
  #breadcrumb{
	display: none;
  }
}

.single{
  border-bottom: 1px solid #B8D8C0;
}

h2{
  margin-bottom: 60px;
  font-size:40px;
  text-align: center;
}

h2 img{
  display: block;
  margin: 0 auto;
}

h2 span{
  font-size: 18px;
  color: #009944;
  display: block;
}

h2::after{
  content: '';
  width: 80px;
  height: 5px;
  background: #3EB370;
  display: block;
  margin: 0 auto;
}

h2.recruit-h2{
  padding: 30px 0;
  background: #DBEBC4;
}

h2.recruit-h2::after{
  content: none;
}

@media screen and (max-width: 768px){
  h2{
    margin-bottom: 40px;
    font-size: 24px;
  }
}

h3{
	width:100%;
	margin-bottom: 30px;
	font-size: 32px;

}
@media screen and (max-width: 768px){
  h3{
    font-size: 21px;
  }
}

#service h3{
  padding: 30px;
  border-top: 2px solid #C4C4C4;
  position: relative;
}

#service h3::before{
  content: '';
  width: 160px;
  height: 6px;
  line-height: 6px;
  vertical-align: middle;
  background: #3EB370;
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
}

#service h3 span{
  margin-top: 20px;
  color: #009944;
  display: block;
  font-size: 18px;
}

#service h3 span::before{
  content: '';
  width: 20px;
  height: 3px;
  line-height: 3px;
  background: #009944;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 768px){
  #service h3 span{
    margin-top: 10px;
    font-size: 14px;
  }
}

h4{
  margin-bottom: 80px;
  padding: 10px;
  font-size: 24px;
  border-left: 12px solid #3EB370;
}

@media screen and (max-width: 768px){
  h4{
    margin-bottom: 40px;
    font-size: 18px;
    border-left: 8px solid #3EB370;
  }
}

table.table{
  width: 100%;
}

table.table tr {
  border-bottom: 1px solid #b5b1b1;
}

table.table th,
table.table td {
  padding: 20px 0;
  border: none;
}

table.table th {
  width: 25%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  table.table th {
    font-weight: bold;
  }
}

.anchor{
  display: flex;
  flex-wrap: nowrap;
  gap:30px;
  position: absolute;
  right: 0;
  top: -140px;
}

@media screen and (max-width: 1200px){
  .anchor{
    top: -90px;
    right: 60px;
  }
}

@media screen and (max-width: 960px){
  .anchor{
    margin:0 auto 60px;
    position: relative;
    top: unset;
    right: unset;
  }
}

.anchor a{
  padding-left: 30px;
  text-decoration: none;
  color: #1f1f1f;
  transition: all 0.3s;
  position: relative;
}

.anchor a:hover{
  color: #009944;
}

.anchor li a::before{
  content: '';
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/page/anchor.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px){
  .anchor{
    gap:10px;
    flex-wrap: wrap;
  }
  .anchor li{
    width: calc(100% / 2 - 5px);
    border: 1px solid #009944;
  }
  .anchor li a{
    width: 100%;
    padding: 10px 10px 10px 40px;
    display: block;
  }
  .anchor li a::before{
    width: 20px;
    height: 20px;
    left: 10px;
  }
}

.anchor-pt{
  padding-top: 80px;
}

@media screen and (max-width: 768px){
  .anchor-pt{
    padding-top: 50px;
  }
}

/**********************************************
news・blog・works
**********************************************/
/*Pagenation*/
.pageNation {
	text-align: center;
	margin: 0 auto;
}
.pageNation ul {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px){
  .pageNation ul {
    margin: 40px auto 0;
  }
}
.pageNation li {
	font-size: 16px;
	margin-right: 6px;
	display: inline-block;
	color: #009944;
	text-align: center;
	background-color: #DBEBC4;
  overflow: hidden;
  line-height: 46px;
  width: 46px;
  border-radius: 5px;
}
.pageNation li.prev,
.pageNation li.next {
  width: 46px;
  height: 46px;
}
.pageNation li.active {
	color: #fff;
	background-color: #3EB370;
}
.pageNation li a {
	display: block;
	line-height: 46px;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.pageNation li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #3EB370;
}

/*------ news ------*/
.news{
  width: 100%;
}

.news li{
  width: 100%;
  margin-bottom: 20px;
}

.news li:last-child{
  margin-bottom: 0;
}

.news li a{
  width: 100%;
  padding: 24px 100px 24px 24px;
  display: block;
  background: #F4F4F4;
  color: #1f1f1f;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 768px){
  .news li a{
    padding: 10px 30px 10px 10px;
  }
}

.news__date {}

.news__category {
  margin-left: 20px;
  padding: 0 5px;
  border: 1px solid #000;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .news__category {
    margin-left: 10px;
    font-size: 12px;
  }
}

.news__text {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .news__text {
    width: 100%;
    margin-left: 0;
    display: block;
  }
}

.news__arrow{
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px){
  .news__arrow{
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

/*------ worklist ------*/
.worklist{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
}

@media screen and (max-width: 1100px){
  .worklist{
    padding: 0 10px;
  }
}

.worklist li{
  width: calc((100% - 80px) / 3);
  max-width: 340px;
}

@media screen and (max-width: 768px){
  .worklist{
    gap: 40px 20px;
  }

  .worklist li{
    width: calc((100% - 20px) / 2);
  }
}

.work-tab{
  display:flex;
  margin-bottom:40px;
  gap:5px;
}

@media screen and (max-width: 768px){
  .work-tab{
    flex-wrap: wrap;
  }
}

.work-tab li{
  cursor:pointer;
  padding:10px 20px;
  border:1px solid #9b9b9b;
  text-align: center;
  transition: all 0.3s;
}

@media screen and (min-width: 769px){
  .work-tab li{
    width: stretch;
  }
}

@media screen and (max-width: 768px){
  .work-tab li{
    width: calc(100% / 4 - 6px);
    padding:5px;
  }
}

.work-tab li.current{
  background:#DBEBC4;
}

.work-tab li:hover{
  background:#009944;
  color:#fff;
}

/*------ single ------*/
.content_wrap{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.single-date{
  color: #767676;
}
/*------ works-slider ------*/
.works-slider{
  width: 100%;
  aspect-ratio: 16 / 12;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slides{
  display:flex;
  transition:transform .4s ease;
  will-change:transform;
}

.slide{
  flex:0 0 100%;
}

.slide img{
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
  pointer-events:none;
}

.prev,
.next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:50px;
  height:50px;
  border:0;
  background:rgba(255,255,255,.6);
  color:#000;
  cursor:pointer;
  z-index:10;
  border-radius: 50%;
}
@media screen and (max-width: 768px){
  .prev,
  .next{
    width:40px;
    height:40px;
  }
}
.prev{left:10px;}
.next{right:10px;}

.work-type-label{
  margin-right: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
}

.works_category{
  margin-right: 5px;
  padding: 5px 10px;
  color: #009944;
  font-size: 16px;
  border: 1px solid #009944;
}

@media screen and (max-width: 768px){
  .work-type-label,
  .works_category{
    font-size: 14px;
  }
}

.works-nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:80px;
  gap:20px;
}

.works-nav a{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#333;
  transition:.3s;
}

.works-nav a:hover{
  opacity:.7;
}

.works-nav__next{
  margin-left:auto;
}

.works-nav svg{
  width:20px;
  height:20px;
}

/*---------------------------
PAGE - recruit
----------------------------*/
.recruitBox{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.heading-text{
  width: 25%;
  max-width: 250px;
}

.recruit-info{
  width: 74%;
  max-width: 780px;
}

@media screen and (max-width: 1200px){
  .recruitBox{
    flex-wrap: wrap;
  }
  .heading-text,
  .recruit-info{
    width: 100%;
    max-width: 100%;
  }
  .post-image img{
    display: block;
    margin: 0 auto 40px;
  }
}

.recruitLead{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.recruitLead__txt{
  width: 48%;
  line-height: 2;
}

.recruitLead__img{
  width: 48%;
}

@media screen and (max-width: 768px){
  .recruitLead{
    width: 100%;
    flex-wrap: wrap;
  }
  
  .recruitLead__txt{
    width: 100%;
    margin-bottom: 20px;
  }

  .recruitLead__img{
    width: 100%;
  }
}


/*---------------------------
PAGE - service
----------------------------*/
.jigyou{
  text-align: center;
}

.jigyou img{
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.jigyou p{
  margin-bottom: 100px;
}

@media screen and (max-width: 768px){
  .jigyou{
    text-align: left;
  }
  .jigyou p{
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1100px){
  .jigyou img{
    max-width: 100%;
  }
}

.jigyou-2col{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
}

.jigyou-2col_img{
  width: 48%;
  max-width: 520px;
}

.jigyou-2col_img img{
  display: block;
  margin: 0 auto;
}

.jigyou-2col_txt{
  width: 48%;
  max-width: 540px;
}

@media screen and (max-width: 1200px){
  .jigyou-2col{
    flex-wrap: wrap;
  }

  .jigyou-2col_img{
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .jigyou-2col_txt{
    width: 100%;
    max-width: 100%;
  }
}

.jigyou-4col{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  gap:10px;
}

@media screen and (max-width: 768px){
  .jigyou-4col{
    flex-wrap: wrap;
  }
  .jigyou-4col li{
    width: calc(50% - 5px);
  }
}

ul.img3col{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap:30px;
}

ul.img3col li{
  width: 350px;
  text-align: center;
}

ul.img3col li p{
  margin: 10px 0;
}

ul.img3col li p span{
  font-size: 21px;
  display: block;
}

@media screen and (max-width: 768px){
  ul.img3col{
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  ul.img3col li{
    width: 100%;
    margin-bottom: 10px;
  }
  ul.img3col li p span{
    font-size: 18px;
  }
}

/*---------------------------
PAGE - effort
----------------------------*/

.iso img{
  display: block;
  margin: 0 auto;
}

.iso p{
  text-align: center;
}

@media screen and (max-width: 768px){
  .iso p{
    text-align: left;
  }
}

.grnBox{
  width: 100%;
  padding: 20px;
  background: #F2F7F3;
}

.grnBox__ttl{
  margin-bottom: 40px;
  color: #009944;
  font-weight: bold;
}

.grnBox p{
  text-align: left;
}

.grnBox__ttl img{
  margin-right: 10px;
  display: inline-block;
}

.grnBox ul{
  width: 100%;
}

.grnBox ul li{
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.grnBox ul li:last-child{
  margin: 0;
}

.grnBox ul li::before{
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #141414;
  left: 0;
  top: 5px;
}

.grnBox__border{
  padding-bottom: 10px;
  border-bottom: 1px solid #009944;
}

@media screen and (max-width: 768px){
  .grnBox{
    padding: 20px;
  }
  .grnBox__ttl{
    margin-bottom: 20px;
  }
  .grnBox ul li::before{
    width: 10px;
    height: 10px;
  }
}

.effort-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.effort-wrap_l{
  width: 35%;
}

.effort-wrap_r{
  width: 60%;
}

@media screen and (max-width: 1200px){
  .effort-wrap{
    width: 100%;
    flex-wrap: wrap;
  }

  .effort-wrap_l{
    width: 90%;
    margin:0 auto 20px;
  }

  .effort-wrap_r{
    width: 90%;
    margin: 0 auto;
  }
}

.torikumiList{
  margin:0;
  padding:0;
}

.torikumiItem{
  display:flex;
  align-items:stretch;
  margin-bottom:20px;
}

.torikumiItem:last-child{
  margin-bottom:0;
}

.torikumiItem dt{
  position:relative;
  width:34%;
  margin:0;
  padding:10px 30px;
  box-sizing:border-box;
  background:#2d9b73;
  color:#fff;
  font-size:2rem;
  font-weight:700;
  line-height:1.5;
  text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
}

.torikumiItem dt::after{
  content:"";
  position:absolute;
  top:0;
  right:-46px;
  width:46px;
  height:100%;
  background:#2d9b73;
  clip-path:polygon(0 0,100% 50%,0 100%);
}

.torikumiItem dd{
  flex:1;
  margin:0;
  padding:10px 30px 10px 70px;
  box-sizing:border-box;
  border:1px solid #ddd;
  border-left:none;
  background:#fff;
  color:#333;
  font-size:1.8rem;
  line-height:1.8;

  display:flex;
  align-items:center;
}

@media screen and (max-width:767px){
  .torikumiItem{
    display:block;
  }
  .torikumiItem dt{
    width:100%;
    padding:15px 20px;
  }
  .torikumiItem dt::after{
    display:none;
  }
  .torikumiItem dd{
    padding:20px;
    border-left:1px solid #ddd;
  }
}

.pdfLink{
  text-align: center;
}

.pdfLink a{
  color: #009944;
  padding: 10px 20px;
  border: 1px solid #009944;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  transition: all .3s;
}

.pdfLink a::before{
  content: "";
  width: 20px;
  height: 26px;
  line-height: 26px;
  background: url("../img/page/effort/pdf.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.pdfLink a:hover{
  background: #009944;
  color: #fff;
}

.pdfLink a:hover::before{
  background: url("../img/page/effort/pdf-wht.svg") no-repeat;
}

.sengenImg{
  max-width: 390px;
}

@media screen and (max-width: 768px){
  .sengenImg{
    width: 70%;
  }
  .pdfLink a{
    background: #009944;
    color: #fff;
  }

  .pdfLink a::before{
    background: url("../img/page/effort/pdf-wht.svg") no-repeat;
  }
}

/*---------------------------
PAGE - company
----------------------------*/
.greeting{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap:60px;
}

.greeting__txt{
  width: 70%;
  max-width: 780px;
}

.greeting__ttl{
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}

.greeting__img{
  width: 30%;
  max-width: 780px;
  text-align: center;
}

.greeting__img img{
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px){
  .greeting{
    flex-wrap: wrap;
    gap:20px;
  }
  .greeting__txt{
    width: 100%;
    max-width: 100%;
  }
  .greeting__ttl{
    margin-bottom: 20px;
    font-size: 21px;
  }
  .greeting__img{
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
  }
  .greeting__img img{
    margin-bottom: 10px;
  }
}

.overview-img{
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.overview-img img:first-child{
  width: 30%;
}
.overview-img img:last-child{
  width: 70%;
}

@media screen and (max-width: 768px){
  .overview-img{
    width: 100%;
  }
}

.accessInfo{
  width: 100%;
  border: 1px solid #b5b1b1;
  padding: 30px;
}

@media screen and (max-width: 768px){
  .accessInfo{
    padding: 15px;
  }
}

.accessInfo h4{
  margin-bottom: 30px;
}

.access-2col{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.access-2col_l,
.access-2col_r{
  width: 50%;
}

@media screen and (max-width: 768px){
  .access-2col{
    flex-wrap: wrap;
  }
  .access-2col_l,
  .access-2col_r{
    width: 100%;
  }
  .access-2col_l{
    margin-bottom: 20px;
  }
}

.maparea{
  width: 100%;
}

.maparea iframe{
  width: 100%;
  height: 440px;
}

@media screen and (max-width: 768px){
  .maparea iframe{
    height: 220px;
  }
}

.servicename{
  color:  #3EB370;
  padding: 5px 0;
  margin-bottom: 10px;
  transition: all 0.3s;
  display: inline-block;
}

.col2{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.col2_box{
  width: 48%;
}

.lisence-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap:30px;
}

.lisence-list li{
  width: calc(100% / 3 - 20px);
  padding: 30px;
  border: 1px solid #ACACAC;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #00000014;
}

@media screen and (max-width: 768px){
  .lisence-list{
    width: 80%;
    margin: 0 auto;
    gap:15px;
  }
  
  .lisence-list li{
    width:100%;
    padding: 10px;
  }
}

.fleet_ttl{
  margin-bottom: 10px;
  padding: 10px 10px;
  background: #EBEBEB;
  font-weight: bold;
}

.fleetList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fleetList>li{
  width: 48%;
  margin-bottom: 80px;
}

.fleetList li img{
  margin-bottom: 20px;
}

.fleetList li:nth-child(3),
.fleetList li:nth-child(4){
  margin-bottom: 0;
}

@media screen and (max-width: 768px){
  .fleetList>li,
  .fleetList li:nth-child(3){
    width: 100%;
    margin-bottom: 40px;
  }
  .fleetList>li:last-child{
    margin-bottom: 0;
  }
  .fleet_ttl{
    background: none;
    padding: 0;
  }
}

.triangle li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.triangle li::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #555555;
  border-right: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

/*---------------------------
PAGE - contact
----------------------------*/
.tableform{
  width: 100%;
}

.tableform th{
  width: 20%;
  padding: 10px;
}

.tableform td{
  width: 80%;
  padding: 10px;
}

.tableform th span{
  padding: 0 5px;
  font-size: 12px;
  background: #009944;
  color: #fff;
  float: right;
}

@media screen and (max-width: 1200px){
  .tableform th,
  .tableform td{
    width: 100%;
    display: block;
  }
  .tableform th{
    padding: 0 10px;
  }
}

.wpcf7-select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:url("../img/page/contact/select.svg") ;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
