@charset "utf-8";
body {
font-family: 'Noto Sans JP',sans-serif;
font-weight: 500;
letter-spacing: 0.02em;
color: #3B4043;
background-color: #FCFCFC;
}
.anton {
font-family: "Anton", sans-serif;
}
.fa {
opacity: 0;
visibility: hidden;
transform: translateY(30px);
transition: transform 0.8s ease-in-out, opacity 1s ease-in-out;
}
.fa.on {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}
.mg-t1 {
margin-top: 15px;
}
.mg-t2 {
margin-top: 40px;
}
.mg-t3 {
margin-top: 60px;
}
.mg-t4 {
margin-top: 100px;
}
.fs-0 {
font-size: 16px;
letter-spacing: 0.02em;
}
.fs-1 {
font-size: 93.75%;
}
.fs-2 {
font-size: 106.25%;
}
.fs-3 {
font-size: 112.5%;
}
.fs-4 {
font-size: 125%;
}
.fs-5 {
font-size: 150%;
}
.fs-6 {
font-size: 187.5%;
}
.fs-7 {
font-size: 200%;
}
.fn {
font-weight: 400;
}
.fb {
font-weight: bold;
}
.fk {
font-weight: 900;
}
.col_w {
color: #fff;
}
.col_gr {
color: #1A8D44;
}
.line_h1 {
line-height: 1.875;
}
.line_h2 {
line-height: 1.5;
}
.lts-1 {
letter-spacing: 0.1em;
}
.pd-lr {
padding-left: 20px;
padding-right: 20px;
}
.pd-lr0 {
padding-left: 40px;
padding-right: 40px;
}
.pd-t1 {
padding-top: 100px;
}
.pd-b1 {
padding-bottom: 100px;
}
.pd-t2 {
padding-top: 50px;
}
.bdr1 {
border-radius: 30px;
}
.bdr2 {
border-radius: 25px;
}
.bdr3 {
border-radius: 40px;
}
.bgcw {
background-color: #fff;
}
.bgcg {
background-color: #F0F3F5;
}
.dbox {
padding: 100px 20px;
}
.mw1440 {
max-width: 1440px;
}
.mw1360 {
max-width: 1360px;
}
.mw1080 {
max-width: 1080px;
}
.mw880 {
max-width: 880px;
}
.btn {
width: 220px;
display: block;
height: 50px;
line-height: 50px;
padding: 0 30px;
color: #fff;
font-weight: bold;
letter-spacing: 0.1em;
background-color: #1A8D44;
position: relative;
}
.btn:after {
content: '';
display: block;
position: absolute;
width: 15px;
height: 14px;
right: 30px;
top: 50%;
margin-top: -7px;
background: url(images/arrow_w.png) center center no-repeat;
}
.btn2 {
background-color: #FFFFFF;
color: #1A8D44;
}
.btn2:after {
background-image: url(images/arrow_gr.png);
}
.btn:hover {
color: #1A8D44;
background-color: #fff;
opacity: 1;
}
.btn:hover:after {
background-image: url(images/arrow_gr.png);
}
.btn2:hover {
background-color: #CCE5D4;
}
#container {
max-width: 1920px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
#to_top {
position: fixed;
bottom: 0px;
right: 0px;
width: 50px;
height: 50px;
visibility: hidden;
z-index: 10000;
display: block;
}
#top-head {
height: 100px;
padding-left: 40px;
z-index: 100;
}
#top-head .logo {
line-height: 100px;
max-width: 370px;
width: 27%;
float: left;
position: relative;
z-index: 104;
}
#top-head .logo a {
display: inline-block;
}
#top-head .logo a img {
vertical-align: middle;
}
#mobile-nav {
 position: absolute;
 width: 60px;
 height: 60px;
 right: 0;
 top: 0;
 z-index: 104;
 display: none;
}
/* Toggle Button */
#nav-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 104;
  padding: 10px;
}
#nav-toggle div {
  position: relative;
  height: 100%;
}
#nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3B4043;
  top: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0px;
}
#nav-toggle span:nth-child(2) {
  top: 9px;
}
#nav-toggle span:nth-child(3) {
  top: 19px;
}
#global-nav {
position: absolute;
right: 0;
z-index: 101;
}
#global-nav > ul {
list-style: none;
}
#global-nav > ul >li {
float: left;
line-height: 100px;
padding: 0 15px;
}
#global-nav > ul >li a.m {
color: inherit;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.1em;
display: inline-block;
position: relative;
}
#global-nav > ul >li a.m:after {
content: '';
position: absolute;
left: 50%;
margin-left: -10px;
bottom: -10px;
width: 20px;
height: 3px;
background-color: #1A8D44;
opacity: 0;
transition: opacity 0.2s ease-in-out;
}
#global-nav > ul >li a.m:hover {
opacity: 1;
color: #1A8D44;
}
#global-nav > ul >li a.m:hover:after {
opacity:  1;
}
#global-nav > ul >li.last {
padding-right: 0;
}
#global-nav > ul >li.last a {
display: block;
width: 240px;
height:100px;
line-height: 100px;
text-align: center;
background-color: #1A8D44;
}

/* #nav-toggle */
.open #nav-toggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  height: 0;
  top: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #global-nav */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(2052px);
  -webkit-transform: translateY(2052px);
  transform: translateY(2052px);
}

#footer {
background-color: #F0F3F5;
padding: 40px 20px;
color: inherit;
overflow: hidden;
}
#footer .left {
width: 100%;
margin-right: -385px;
}
#footer .left > div {
max-width: 370px;
margin-right: 385px;
}
#footer .right {
width: 365px;
}
#footer .logo {
display: block;
max-width: 370px;
}
#footer ul.menu {
list-style: none;
text-align: center;
}
#footer ul.menu li {
margin-left: 20px;
display: inline-block;
}
#footer ul li:first-child {
margin-left: 0;
}
#footer ul li a {
display: inline-block;
padding-left: 20px;
background: url(images/footer_tri.png) left center no-repeat;
color: inherit;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.1em;
}
#footer .bdrt {
border-top: solid 1px #CDD6DD;
padding-top: 40px;
margin-top: 40px;
}
#footer .right .title {
width: 80px;
}
#footer .right .ovf_h {
font-size: 14px;
}

#footer .copyright {
position: absolute;
left: 0;
bottom: 0;
margin-right: 385px;
}
#main {
max-width: none;
}
#main.recruit {
background: url(images/recruit_bg.png) center top no-repeat;
background-size: 100% auto;
}
#topmain .mask {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
}
#topmain video {
width: 100%;
}
.mainimg {
max-width: none;
width: 100%;
}
.recruit .mainimg {
opacity: 0;
filter:alpha(opacity=0);
}
.top-title {
padding-bottom: 25px;
background: url(images/title_btm.png) left bottom no-repeat;
}
.top-title .i {
display: block;
max-width: 302px;
width: 60%;
margin-bottom: 15px;
}
.top-content {
max-width: 440px;
}
.top-about {
background: url(images/top-about_bg.png) right top no-repeat;
}
.top-about .top-content {
padding-left: 20px;
}
.top-service {
background: url(images/bg-1.png) center bottom no-repeat;
}

.top-service .top-content {
padding-right: 20px;
}
.top-recruit .right {
margin-top: 13%;
padding-left: 5.56%;
width: 50%;
z-index: 2;
}
.top-recruit .right > div {
padding: 40px 20px;
background: url(images/top-recruit_bg.png) right center no-repeat;
background-size: cover;
}
.top-recruit .top-content {
padding-left: 20px;
}
.top-recruit .left {
width: 50%;
}
.top-recruit .left > div {
margin-right: -16.67%;
margin-left: -17.78%;
}
.top-1 .img {
top: -50px;
margin-bottom: -50px;
}
.top-1 .img .left {
width: 42.65%;
max-width: 580px;
}
.top-1 .img .right {
width: 52.94%;
max-width: 720px;
}
.top-1 .img .right .mask {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
.top-1 .img .right video {
width: 100%;
}

.top-news {
background: url(images/top-news_bg.png) center bottom no-repeat;
}
.date {
color: #1A8D44;
font-family: "Anton", sans-serif;
letter-spacing: 0.1em;
}
.newslist {
max-width: 880px;
list-style: none;
}
.newslist .date {
display: inline-block;
margin-right: 20px;
}
.newslist li {
height: 60px;
line-height: 60px;
border-bottom: solid 1px #CDD6DD;
}
.newslist li.no_news {
border-bottom: none;
height: 100px;
line-height: 100px;
}
.newslist .title {
color: inherit;
display: inline-block;
height: 16px;
overflow:hidden;
}
.access > div {
max-width: 520px;
width: 48.15%;
}
.gm {
display: block;
max-width: 164px;
margin-top: 10px;
}
.btm-contact {
background: url(images/btm-contact_bg.png) center center no-repeat;
background-size: cover;
}
.top-recruit .top-title {
background:url(images/title_btm2.png) left bottom no-repeat;
}
.btm-contact .top-title {
background:url(images/title_btm2.png) center bottom no-repeat;
}
.btm-contact a {
display: block;
max-width: 370px;
width: 47.4%;
height: 130px;
line-height: 90px;
margin-top: 20px;
background-color: #fff;
padding: 20px 40px;
border-radius: 8px;
text-align: center;
opacity: 1;
}
.btm-contact a.float_r:hover {
background-color: #D8F2E0;
}
/* page */
.scroll_img {
max-width: 1375px;
}
.scroll_img .slick-list {
overflow: visible;
}
.page_toptitle {
width: 20.8%;
position: absolute;
left: 8.3%;
top: 0;
bottom: 0;
margin: auto;
}
.page_subtitle {
padding-bottom: 25px;
background: url(images/title_btm.png) left bottom no-repeat;
font-size: 187.5%;
font-weight: 900;
color: #1A8D44;
}
.leaf {
background: url(images/about_btm_bg.png) 50px bottom no-repeat;
}
.about-1 > div {
background: url(images/about_bg.png) right top no-repeat;
}
.about-1 .top {
margin-right: 400px;
margin-bottom: 40px;
}

.about-1 .policybox {
margin-top: 30px;
background-color: #FFFFFF;
padding: 20px;
}
.ds {
box-shadow: 0 0 20px 0 rgba(149,180,156,0.2);
}
.about-1 .policy {
padding-right: 30px;
margin-right: 30px;
border-right: solid 1px #1A8D44;
color: #1A8D44;
font-family: "Anton", sans-serif;
}
.about-tbl {
border-collapse: collapse;
width: 100%;
border-top: solid 2px #CDD6DD;
border-bottom: solid 2px #CDD6DD;
}
.about-tbl tr {
border-top: solid 1px #CDD6DD;
}
.about-tbl th {
vertical-align: top;
text-align: left;
width: 170px;
padding: 15px;
line-height: 1.875;
font-weight: 500;
color: #78828D;
}
.about-tbl td {
padding: 15px 0;
line-height: 1.875;
}
.service-1 {
background: url(images/bg-1.png) center bottom no-repeat;
}
.service-1 .left {
max-width: 480px;
width: 50%;
margin-right: 20px;
}
.service-1 .right > div {
max-width: 560px;
}
.service-2 .right {
width: 100%;
margin-left: -340px;
padding-left: 20px;
}
.service-2 .right > div {
max-width: 720px;
margin-left: 320px;
}
.recycle {
width: 140px;
}
.arrow-d {
padding: 25px 0;
}
.recycle_content {
padding-left: 20px;
}
.recycle_content > div {
max-width: 900px;
}
.helmet {
position: absolute;
right: 0;
top: -20px;
width: 20%;
max-width: 194px;
}
.service-3,
.recruit-4,
.recruit-6 {
font-size: 0;
letter-spacing: 0;
margin-left: -20px;
margin-right: -20px;
}
.service-3 > div,
.recruit-4 > div,
.recruit-6 > div {
width: 50%;
max-width: 373px;
display: inline-block;
padding-left: 20px;
padding-right: 20px;
vertical-align: top;
}
.service-3 > div > div {
margin-top: 30px;
background-color: #fff;
padding: 40px 20px;
height: 210px;
}
.service-3 > div > div > div {
max-width: 254px;
}
.recruit-0 {
margin-left: -10%;
margin-right: 10%;
}
.recruit-1 {
margin-left: auto;
margin-right: 0;
margin-top: -15%;
max-width: 700px;
width: 90%;
position: relative;
}
.recruit-1 > div {
background: url(images/recruit_bg1.png) center center no-repeat;
background-size: cover;
padding: 60px 20px;
}
.recruit-1 > div > div {
max-width: 580px;
}
.recruit-2 .left {
width: 100%;
margin-right: -440px;
}
.recruit-2 .left > div {
margin-right: 440px;
max-width: 620px;
}
.recruit-2 .right {
max-width: 420px;
}
.recruit-3 {
background: url(images/recruit-3_bg.png) right 20px no-repeat;
background-size: 13.7% auto;
}
.recruit-4 > div > div {
margin-top: 30px;
}
.recruit-5 .left {
width:90%;
}
.recruit-5 .right {
width: 74%;
max-width: 790px;
padding: 60px 20px;
margin-left: auto;
margin-right: 0;
margin-top: -25%;
position: relative;
}
.recruit-5 .right > div {
max-width: 590px;
}
.recruit-6 > div > div {
margin-top: 30px;
padding: 30px 20px;
height: 450px;
background: url(images/recruit-6_bg.png) center center no-repeat;
background-size: cover;
}
.recruit-6 > div > div > div {
max-width: 258px;
}
.recruit-6 .icon {
width: 95px;
}
.recruit-6 .title {
margin: 10px auto;
color: #B1CC34;
}
.entrybtn {
display: block;
max-width: 620px;
padding: 45px 10px;
background: url(images/entrybtn_bg.png) center center no-repeat;
}
.wp-pagenavi {
font-size: 0;
text-align: center;
margin-top: 50px;
}
.wp-pagenavi span,
.wp-pagenavi a {
color: #98A6B5;
font-family: "Anton", sans-serif;
font-size: 18px;
font-weight: bold;
display: inline-block;
text-align: center;
min-width: 30px;
padding: 5px;
margin: 0 5px;
vertical-align: middle;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
width: 50px;
height: 50px;
background-color: #FAFAFA;
border: solid 2px #F0F3F5;
border-radius: 10px;
}
.wp-pagenavi a.previouspostslink {
background: url(images/parl.png) center center no-repeat;
}
.wp-pagenavi a.nextpostslink {
background: url(images/parr.png) center center no-repeat;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
color: #1A8D44;
opacity: 1;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
opacity: 0.7;
}
.entry-title.single {
margin-top: 10px;
line-height: 1.5;
}
.entry-content.single {
margin-top: 25px;
padding: 40px 0;
border-top: solid 1px #CDD6DD;
border-bottom: solid 1px #CDD6DD;
}
.entry-content.single p {
line-height: 2;
}
.postlinks {
/*max-width: 280px;*/
}
.postlinks .prev {
display: inline-block;
width: 6px;
height: 8px;
margin-right: 5px;
background: url(images/tri_l.png) center center no-repeat;
}
.postlinks .next {
display: inline-block;
width: 6px;
height: 8px;
margin-left: 5px;
background: url(images/tri_r.png) center center no-repeat;
}
.postlinks a {
/*color: #000;
font-size: 13px;
font-weight: 400;*/
}
.postlinks > div:hover .prev {
background-image(images/tri_l_h.png);
}
.postlinks > div:hover .next {
background-image(images/tri_r_h.png);
}
.postlinks > div:hover a {
color: #4C6F4F;
opacity: 1;
}
.contactform .title {
margin-top: 25px;
font-size: 112.5%;
font-weight: bold;
}
.contactform .hissu {
font-weight: bold;
color: #fff;
display: inline-block;
padding: 4px 10px;
background-color: #E31E17;
border-radius: 4px;
}
.contactform .w1 {
max-width: 560px;
}
.contactform .w2 {
max-width: 145px;
}
.contactform input[type=text],
.contactform input[type=tel],
.contactform input[type=email],
.contactform textarea {
margin-top: 10px;
width: 99%;
padding: 15px 10px;
border: solid 2px #CDD6DD;
border-radius: 4px;
background-color: #fff;
font-size: 112.5%;
}
.contactform input[type=checkbox] {
width: 20px;
height: 20px;
vertical-align: middle;
}
.contactform .wpcf7-submit {
width: 240px;
height: 60px;
display: block;
line-height: 60px;
margin: 40px auto 0;
background-color: #1A8D44;
border: none;
color: #fff;
font-size: 112.5%;
font-weight: bold;
font-family: inherit;
letter-spacing: 0.1em;
box-shadow: 0 3px 30px 0 rgba(149,180,156,0.2);
}
.contactform .waku {
width: 99%;
padding-bottom: 10px;
}
.contactform .waku .wpcf7-list-item {
margin-right: 40px;
margin-top: 20px;
}
.contactform .waku input[type=radio] {
width: 20px;
height: 20px;
vertical-align: middle;
}
.wpcf7-not-valid-tip {
margin-top: 4px;
}
.privacypolicy {
background-color: #fff;
padding: 20px;
font-size: 14px;
font-weight:400;
margin-top: 20px;
height: 150px;
overflow: auto;
border: solid 2px #CDD6DD;
}
.recbox .title {
border-top: solid 1px #CDD6DD;
border-bottom: solid 1px #CDD6DD;
padding: 15px 80px 15px 20px; 
}
.recbox .title a {
position: absolute;
top: 0;
right: 0;
display: block;
height: 100%;
width: 60px;
background: url(images/reca.png) center center no-repeat;
transition: transform 0.2s ease-in-out;
}
.recbox .title a.open {
transform: rotate(180deg);
}

.recbox .wrap_desc {
height: 0;
overflow: hidden;
}
.recbox .desc {
padding-bottom: 10px;
}
.jobtbl {
border-collapse: collapse;
width: 100%;
}
.jobtbl tr {
border-bottom: solid 1px #CDD6DD;
}
.jobtbl th {
vertical-align: top;
text-align: left;
width: 225px;
padding: 15px 20px;
font-weight: bold;
color: #78828D;
line-height: 1.5;
letter-spacing: 0.05em;
}
.jobtbl td {
padding: 15px 20px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.05em;
}

@media screen and (max-width: 999px){
.sp999_w50p {
width: 50%;
}
#top-head {
position: absolute;
padding: 0;
width: 100%;
}
#top-head.fixed {
position: fixed;
margin-top: -50px;
top: 50px;
-webkit-transition: top 0.65s ease-in-out;
-moz-transition: top 0.65s ease-in-out;
transition: top 0.65s ease-in-out;
}
#top-head.fixed:before {
background-color: #fff;
opacity: 0.9;
}
body.open {
overflow: hidden;
}
#top-head.open {
height: 100%;
background-color: rgba(0,0,0,0.7);
}
#top-head > div {
height: 60px;
padding-left: 20px;
overflow: hidden;
}
#top-head.open > div {
height: 100%;
}
#top-head > div:before {
content: '';
display: block;
position: absolute;
height: 60px;
width: 100%;
left: 0px;
top: 0px;
background: rgba(255, 255, 255, 0.86);
z-index: 102;
}
#top-head .logo {
padding: 10px 0;
height: 60px;
line-height: 40px;
width: auto;
margin-right: 90px;
}
#top-head .logo a img{
max-height: 40px;
}
#mobile-nav {
display: block;
}
#global-nav {
position: absolute;
width: 100%;
height: 100%;
overflow: auto;
clear:both;
top: -2000px;
left: 0;
margin-top: -50px;
padding-top: 50px;
background-color: #f0f0f0;
-webkit-transition: opacity .8s ease-in-out;
-moz-transition: opacity .8s ease-in-out;
transition: opacity .8s ease-in-out;
}
#global-nav > ul {
margin-top: 20px;
}
#global-nav > ul > li {
float: none;
height: 40px;
padding: 0;
}
#global-nav > ul > li a.m {
font-size: 16px;
height: 40px;
line-height: 40px;
padding: 0 20px;
display: block;
}
#global-nav > ul > li a.m:after {
display: none;
}
#global-nav > ul > li.last {
padding: 30px 20px;
height: auto;
line-height: 1;
}
#global-nav > ul > li.last a {
height: 60px;
line-height: 60px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
#footer ul.menu {
display: none;
}
#footer .bdrt {
border: none;
margin-top: auto;
padding-top: 0;
}
#main {
padding-top: 60px;
}
.top-title .fs-4 {
font-size: 22px;
}
.top-recruit .right,
.top-recruit .right > div {
padding-left: 0;
}
.access .left {
float: none;
width: auto;
margin-bottom: 40px;
}

.about-1 > div {
background-size: 250px auto;
}
.about-1 .top {
margin-right: 270px;
}
.recruit-2 .left {
margin-right: -52%;
}
.recruit-2 .left > div {
margin-right: 52%;
}
}
@media screen and (max-width: 767px){
.pd-lr0 {
padding-left: 20px;
padding-right: 20px;
}
.pc767_n {
display: none;
}
.sp767_i {
display: inline;
}
.sp767_tc {
text-align: center;
}
.sp767_wa {
width: auto!important;
float: none;
}
.sp767_wa:first-child {
margin-bottom: 25px;
}
.sp767_mgla {
margin-left: auto!important;
}
.sp767_mgra {
margin-right: auto!important;
}
.top-content {
max-width: none;
padding-left: 0!important;
padding-right: 0!important;
}
.btn {
margin-left: auto;
margin-right: auto;
}
.mainimg {
width: 140%;
margin-left: -20%;
}
.top-recruit .right {
margin-top: auto;
float: none;
width: auto;
}
.top-recruit .right > div {
padding-left: 20px;
margin-left: 40px;
}
.top-recruit .right > div h3 {
margin-right: -40px;
}
.top-recruit .left {
width: auto;
margin-top: 30px;
}
.top-recruit .left > div {
margin-right: auto;
margin-left: -13%;
width: 95%;
}
.scroll_img .slick-slide {
width: 800px;
}
.top-1 .img {
top: -35px;
margin-bottom: -35px;
}
.page_toptitle {
left: 30px;
width: 40%;
}
.about-tbl th {
width: 200px;
padding: 10px;
}
.about-5 > div {
display: block;
width: 80%;
margin: 50px auto 0;
padding-top: 0;
}
.service-1 .left {
max-width: none;
margin-right: auto;
}
.service-3 > div,
.recruit-4 > div {
width: 100%;
}
.recruit-1 > div {
padding: 35px 20px;
}
.recruit-2 .left > div {
max-width: none;
}
.recruit-6 > div {
width: 100%;
}
.recruit-6 > div > div {
height: auto;
}
.postbox {
float: none;
margin-right: auto;
}
.postbox > div {
margin-right: auto;
}
}

@media screen and (max-width: 639px){
html, .fs-0 {
font-size: 14px;
}
.sp639_n {
display: none;
}
.sp639_i {
display: inline;
}
.sp639_wa {
width: auto!important;
float: none;
}
.sp639_wa:first-child {
margin-bottom: 25px;
}
.sp639_mgla {
margin-left: auto;
}
.sp639_mgra {
margin-right: auto;
}
.dbox {
padding: 60px 20px;
}
.mg-t3 {
margin-top: 45px;
}
.mg-t4 {
margin-top: 60px;
}
.pd-t1 {
padding-top: 60px;
}
.pd-b1 {
padding-bottom: 60px;
}
#footer .left {
float: none;
margin-right: auto;
}
#footer .left > div {
margin-right: auto;
}
#footer .right {
float: none;
width: auto;
margin-top: 30px;
}
#footer .copyright {
position: static;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.top-title .fs-4 {
font-size: 20px;
}
.leaf {
background-size: auto 50px;
background-position: 20px bottom;
}
.about-1 > div {
background-size: 150px auto;
}
.about-1 .top {
margin-right: auto;
margin-top: 100px;
margin-bottom: auto;
}
.about-1 .policybox {
padding: 15px 10px;
}
.about-1 .policy {
padding-right: 15px;
margin-right: 15px;
}
.about-tbl,
.about-tbl tr,
.about-tbl tbody,
.about-tbl th,
.about-tbl td {
width: auto;
display: block;
}
.about-tbl tr {
border-top: none;
}
.about-tbl th {
background-color: #78828D;
color: #fff;
}
.about-tbl td {
padding-left: 20px;
}
.service-2 .right {
margin-left: auto;
padding-left: 0px;
}
.service-2 .right > div {
margin-left: auto;
}
.recycle {
width: 90px;
}
.recruit-1 .fs-7 {
font-size: 24px;
}
.recruit-3 {
background-size: auto 170px;
}
.recruit-3 > div {
max-width: 330px;
width: 75%;
}
.jobtbl th {
width: 205px;
}
}

@media screen and (max-width: 480px){
.bdr1 {
border-radius: 15px;
}
.bdr2 {
border-radius: 10px;
}
#to_top {
width: 40px;
height: 40px;
}
.scroll_img .slick-slide {
width: 600px;
}
.top-1 .img {
top: -20px;
margin-bottom: -20px;
}
.newslist li {
height: auto;
line-height: 1;
padding-top: 20px;
padding-bottom: 20px;
}
.newslist .title {
height: auto;
display: block;
line-height: 1.4;
margin-top: 10px;
}
.arrow-d > div {
float: none;
width: auto;
}
.recruit-5 .right {
width: 90%;
padding: 35px 20px;
margin-top: -12%;
}
.jobtbl,
.jobtbl tr,
.jobtbl tbody,
.jobtbl th,
.jobtbl td {
width: auto;
display: block;
}
.jobtbl th,
.jobtbl td {
padding: 15px 10px;
}
.wp-pagenavi span,
.wp-pagenavi a {
font-size: 16px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
width: 40px;
height: 40px;
border-radius: 6px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
background-size: 12px 12px;
}
}
