@charset "UTF-8";

body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,
    Arial, "メイリオ", Meiryo, sans-serif;
}
body,
html {
  height: 100%;
}
header {
  background: #fff;
  box-sizing: border-box;
  height: 80px;
  padding: 18px 0 0 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#header_logo {
  display: inline-block;
}
#header_logo a {
  display: block;
  width: 134px;
  transition: 0.7s;
}
#header_logo > a:hover {
  opacity: 0.5;
}
header .inner {
  display: flex;
  justify-content: space-between;
}
header .inner nav {
  display: inline-block;
  position: relative;
}
#nav_toggle {
  display: none;
}
.gnavi {
  text-align: center;
  display: inline-block;
}
.gnavi li {
  display: inline-block;
  font-size: 0.8em;
  margin-right: 24px;
  text-align: center;
}
.gnavi li a {
  color: #000;
  display: block;
  text-align: center;
}
.gnavi li span {
  display: block;
  font-size: 0.6em;
  line-height: 2.2em;
  margin: 8px 0 0 0;
}
.head_contact {
  display: inline-block;
  margin-left: 20px;
}
.head_contact ul {
  height: 100%;
  width: 100%;
}
.head_contact ul li {
  margin: 0 0 5px 0;
}
.head_contact ul li img {
  vertical-align: bottom;
}
.nav_common a:hover {
  animation: gradation 1s;
}
@keyframes gradation {
  0% {
    color: #000;
  }
  100% {
    color: #00b38c;
  }
}
span.now {
  border-top: solid 2px #00b38c;
}
#contents {
  height: 100%;
  width: 100%;
  /* position: relative; */
}
#contents_02 {
  padding: 170px 0 100px 0;
  text-align: center;
}
#contents_02 h2 {
  color: #083c00;
  font-size: 2em;
  margin: 0 auto;
  width: 300px;
}
#contents_02 h2 span {
  border-top: solid 1px #000;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 0 0;
}
#contents_02 h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4em;
  margin: 40px 0;
}
#contents_02 p {
  font-size: 1em;
  line-height: 1.8em;
  /* padding: 0 100px; */
  text-align: center;
}
#contents_03 {
  background: url(../img/contents_03_bg-02.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
#contents_03 h2 {
  /* color: #fff; */
  font-size: 2em;
  margin: 0 auto;
  width: 300px;
}
#contents_03 h2 span {
  border-top: solid 1px #111;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 40px 0;
}
#contents_04 {
  overflow: hidden;
  padding: 100px 0;
  text-align: center;
}
#contents_04 h2 {
  color: #083c00;
  font-size: 2em;
  margin: 0 auto;
  width: 300px;
}
#contents_04 h2 span {
  border-top: solid 1px #000;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 0 0;
}
#contents_04 p {
  font-size: 1.6em;
  line-height: 1.8em;
  margin: 40px 0 0 0;
  padding: 0 100px;
  text-align: center;
}
#contents_05 {
  background: url(../img/contents_05_bg.jpg) no-repeat 100% 20%;
  background-size: cover;
  height: 450px;
  position: relative;
  width: 100%;
}
#contents_05 h2 {
  color: #fff;
  font-size: 2em;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50px;
  width: 68px;
  z-index: 1;
}
#contents_05 h2 span {
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  margin: 10px 0 0 0;
}
#contents_05 h3 {
  color: #fff;
  font-size: 1.2em;
  margin: 20px 0;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}
#contents_05 p {
  font-size: 1em;
  line-height: 1.8em;
  margin: 10px 0 0 0;
  padding: 0 100px;
  text-align: center;
}
#contents_06 {
  height: auto;
}
.contact_area li {
  box-sizing: border-box;
  float: left;
  height: 330px;
  padding: 60px 0;
  text-align: center;
  width: 50%;
}
.contact_area li img {
  margin: 0 0 25px;
}
.contact_area li h3 {
  font-size: 1.4em;
  margin: 0 0 20px;
}
.contact_area li p {
  color: #515151;
  font-size: 0.8em;
  margin: 0 0 10px;
}
.contact_block {
  background: #ededed;
}
.recruit_block {
  background: #f1f1f1;
}
#foot {
  background: #00b38c;
  color: #fff;
  height: 180px;
  padding: 80px;
  position: relative;
}
#foot .foot_tel {
  color: #111;
  transition: 0.7s;
}
#foot .foot_tel:hover {
  opacity: 0.6;
}
.retop {
  bottom: -1px;
  position: absolute;
  right: 20px;
}
.overview {
  display: inline-block;
  margin: 0 0 0 50px;
  width: 400px;
}
.overview li {
  margin: 0 0 10px 0;
}
.announce {
  margin: 40px 0 0 0;
}
.announce li {
  background: #fff;
  color: #111;
  float: left;
  font-size: 1.4em;
  margin: 0 20px 0 0;
  padding: 10px 15px;
}
.tel {
  padding: 0 5px 0 0;
}
.fax {
  padding: 0 5px 0 0;
}
footer {
  background: #000;
  color: #fff;
  font-size: 0.8em;
  padding: 20px 0;
  text-align: center;
}
.left_block {
  float: left;
  width: 750px;
}
.right_block {
  float: left;
  height: 200px;
  width: 250px;
}
.right_block ul li {
  margin: 0 0 15px 0;
}
.right_block ul li a {
  background: url(../img/foot_map_icon.png) no-repeat left;
  color: #fff;
  padding: 0 0 0 20px;
}
.sns_area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: 370px;
  margin: 0 auto;
  position: absolute;
  top: 80px;
  width: 1024px;
  z-index: 1;
}
.sns_area a {
  cursor: pointer;
  display: inline;
}
.sns_area li {
  margin: auto;
  width: 50%;
}
.sns_area li img {
  margin: auto;
  max-width: 100%;
  transition: 0.3s;
}
.sns_area li img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}
.sns_cover {
  background: url(../img/sns_bg.png);
  background-color: rgba(0, 0, 0, 0.2);
  height: 450px;
  position: absolute;
  width: 100%;
}
.button {
  position: relative;
  z-index: 2;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  display: inline-block;
  width: 250px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  margin: 40px 0 0 0;
  outline: none;
}
.button:hover {
  color: #fff;
}
.button::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  background-color: #333;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button_02 {
  position: relative;
  z-index: 2;
  border: 2px solid #f26964;
  color: #f26964;
  line-height: 50px;
  overflow: hidden;
  display: inline-block;
  width: 200px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  margin: 20px 0 0 0;
  outline: none;
}
.button_02:hover {
  color: #fff;
}
.button_02::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button_02:hover::after {
  top: 0;
  background-color: #f26964;
}
.button_02::before,
.button_02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.button_02,
.button_02::before,
.button_02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider {
  margin: 30px 0 0 0;
}
.slider li {
  margin: 0;
}
.intro {
  font-size: 1.2em;
  margin: 0 auto;
  line-height: 1.4em;
  padding: 0 100px;
  text-align: center;
  /* color: #fff; */
}
#contents_03 {
  color: #111;
  line-height: 1.5;
}
#contents_03 a {
  display: block;
}
.business {
  margin: 48px auto 0;
  width: 1024px;
  display: flex;
  text-align: left;
}
.business li {
  background: #fff;
  box-sizing: border-box;
}
.business li img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.business li h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px;
  text-align: center;
}
.business li p {
  font-size: 1em;
  margin: 0 20px 20px;
}
.business_box {
  width: 492px;
  max-width: 492px;
  display: inline-block;
  position: relative;
}
.business_box .button {
  margin: 40px auto;
}
.sdgs_11 {
  position: absolute;
  top: 46.8%;
  right: 4.5%;
  max-width: 100px;
}
.sdgs_6_13 {
  position: absolute;
  top: 46.8%;
  right: 4.5%;
  max-width: 208px;
}
.main_slider {
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.main_slider li {
  position: relative;
  height: 100vh;
}
.main_slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /*  max-width: inherit; */
}
.main_cover {
  height: 100%;
  /* position: absolute; */
  width: 100%;
}
.main_cover video {
  /* position: absolute;
  top: 0; */
  width: 100%;
  height: 100%;
  margin: 80px auto 0;
}
/* .scroll {
  bottom: -7%;
  color: #fff;
  height: 74px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 76px;
  text-shadow: 0 0 8px #333;
} */
.idea_02 {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6em;
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 1px 1px 7px #000;
  top: 60%;
  width: 1024px;
}
.idea {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3em;
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 1px 1px 7px #000;
  top: 50%;
  width: 1024px;
}
.fv_logo {
  background: url(../img/logo.png) no-repeat;
  height: 105px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 30%;
  width: 389px;
}
.inner {
  margin: 0 auto;
  width: 1024px;
}
.clear {
  clear: both;
}
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
  right: 20px;
  z-index: 99;
}
.slick-prev {
  left: 15px;
  z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #fff;
  display: none;
}
/*スライド画像の横幅可変*/
img {
  max-width: 100%;
  height: auto;
}
/* ふわふわさせたいものに fuwafuwaクラスを付与
.fuwafuwa {
  -webkit-animation-name: fuwafuwa; fuwafuwaっていうアニメーションをしてね！
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction:alternate;
  -webkit-animation-timing-function: ease;

  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction:alternate;
  -moz-animation-timing-function: ease;
}
fuwafuwaっていうアニメーションはこんなふうだよ！
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
} */

/* about contents */

#about_contents {
  background: url(../img/about_main.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
  position: relative;
  width: 100%;
}
.about_cover {
  background: url(../img/sns_bg.png);
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
}
#about_contents h2 {
  bottom: 40%;
  color: #000;
  font-size: 2.4em;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60%;
  width: 300px;
}
#about_contents h2 span {
  border-top: solid 1px #000;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 0 0;
}
#about_contents_02 {
  padding: 100px 0;
  text-align: center;
}
#about_contents_02 ul li {
  float: left;
  padding: 0 2.5%;
  width: 45%;
}
.logo_block {
  margin: 80px 0 0 0;
}
.about_idea {
  font-size: 1.8em;
  margin: 30px 0 0 0;
}
.works {
  font-size: 1em;
  line-height: 1.6em;
  margin: 0;
  text-align: left;
}
#about_contents_03 {
  padding: 100px 0;
  text-align: center;
}
#about_contents_03 h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4em;
  margin: 40px 0 88px 0;
}
#about_contents_03 p {
  line-height: 2.4em;
  text-align: left;
}
#about_contents_04 {
  /* height: 450px; */
  text-align: center;
  background: #00b38c;
  padding: 100px 40px;
}
.greeting_p {
  color: #fff;
  font-size: 1.4em;
  margin: 30px 0 0 0;
  text-align: right;
}
/* .left_area {
  background: url(../img/about_left_bg.jpg) 100% 100% no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  height: 100%;
  width: 25%;
} */
/* .right_area {
  background: #00b38c;
  box-sizing: border-box;
  float: right;
  height: 100%;
  padding: 50px 40px;
  width: 75%;
} */
.right_area h2,
#about_contents_04 h2, #philosophy h2 {
  color: #fff;
  font-size: 1.8em;
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
.right_area h2 span,
#about_contents_04 h2 span, #philosophy h2 span {
  border-top: solid 1px #fff;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 0 0;
}
.right_area p,
.about04_left_area p {
  color: #fff;
  line-height: 2em;
  /* margin: 20px 0 0 0; */
  text-align: left;
}
#about_contents_05 {
  padding: 100px 0 0;
  text-align: center;
}
#about_contents_05 h2 {
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 1.8em;
  margin: auto;
  padding: 0 0 10px 0;
  text-align: left;
}
#about_contents_05 h2 span {
  font-size: 0.6em;
  font-weight: 100;
  line-height: 1.4em;
  margin: 0 0 0 20px;
  width: 50px;
}
#about_contents_05 ul {
  margin: 0 0 80px 0;
}
.milestone-list li {
  display: block;
  position: relative;
  padding: 11px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
#about_contents_05 li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#about_contents_05 li dt {
  width: 195px;
  min-width: 195px;
  height: 100%;
  padding: 20px 0;
  line-height: 180%;
  text-indent: 10px;
  font-size: 16px;
  font-weight: 700;
}
#about_contents_05 li dd {
  padding: 20px 0 20px 20px;
  border-left: 1px solid #ccc;
  line-height: 180%;
  font-size: 16px;
  text-align: left;
}
.company-info {
  display: flex;
  flex-wrap: wrap;
}
.img-block {
  box-sizing: border-box;
  padding: 5%;
  width: 60%;
}
.info-block {
  box-sizing: border-box;
  padding: 5%;
  text-align: left;
  width: 40%;
}
.info-logo {
  width: 250px;
}
.info-block ul li {
  margin: 5% 0 0 0;
}
/* business contents */

#business_contents {
  background: url(../img/business_main_02.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
  position: relative;
  width: 100%;
}
.business_cover {
  background: url(../img/sns_bg.png);
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  position: absolute;
  width: 100%;
}
#business_contents h2 {
  bottom: 40%;
  color: #000;
  font-size: 2.4em;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60%;
  width: 300px;
}
#business_contents h2 span {
  border-top: solid 1px #000;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 0 0;
}
#business_contents_02 {
  padding: 100px 0;
  text-align: center;
}
#business_contents_02 h2 {
  border-bottom: solid 2px #dd304d;
  color: #dd304d;
  font-size: 1.6em;
  font-weight: 600;
  margin: 0 auto 60px;
  width: 380px;
  padding: 0 0 20px 0;
}
#business_contents_02 h2 span {
  font-size: 0.4em;
}
#business_contents_02 .button {
  display: block;
}
.order_list {
  padding: 0 0 40px 0;
}
.order_list li {
  border-bottom: solid 1px #ccc;
  margin: 0 0 40px 0;
  padding: 0 0 30px 0;
}
.order_list li h3 {
  font-size: 1.6em;
  font-weight: 600;
  text-align: left;
}
.order_icon {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
  width: 60px;
}
.order_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 30px 0 0 0;
}
.order_list li dt {
  width: 55%;
  min-width: 55%;
  height: auto;
  padding: 0;
  line-height: 200%;
  font-size: 16px;
  text-align: left;
}
.order_list li dt img {
  display: inline-block;
  margin: 0 25px 0 0;
}
.order_list li dd {
  padding: 0 0 20px 20px;
  line-height: 200%;
  font-size: 16px;
  text-align: left;
}
.scale {
  width: auto;
  height: auto;
}
.scale img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  width: 500px;
}
.scale img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.scale span {
  display: block;
  font-weight: 600;
}
.example {
  margin: 0 0 20px 0;
  text-align: left;
}
/* staff contents */

#staff_contents {
  background: url(../img/staff_main.jpg) no-repeat center 30%;
  background-size: cover;
  height: 500px;
  position: relative;
  width: 100%;
}
.staff_cover {
  background: url(../img/sns_bg.png);
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
}
#staff_contents_02 {
  padding: 100px 0;
  text-align: center;
}
#staff_contents h2 {
  bottom: 40%;
  color: #000;
  font-size: 2.4em;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60%;
  width: 300px;
}
#staff_contents h2 span {
  border-top: solid 1px #000;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 0 0;
}
.staff_list {
  height: auto;
}
.staff_list h2 {
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 1.8em;
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  text-align: left;
}
.staff_list h3 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 10px;
}
.staff_list p {
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.6em;
}
.staff_list h2 span {
  font-size: 0.6em;
  font-weight: 100;
  line-height: 1.4em;
  margin: 0 0 0 20px;
  width: 50px;
}
.staff_list li {
  box-sizing: border-box;
  float: left;
  height: auto;
  margin: 0 0.5% 60px;
  width: 15.5%;
}
figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
figure:hover .transform01 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
figure img {
  vertical-align: bottom;
}
figcaption {
  box-sizing: border-box;
  position: absolute;
  text-shadow: 1px 2px 5px #0a7963;
  top: 0;
  left: -100%;
  padding: 40% 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(5, 121, 99, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
figure:hover figcaption {
  top: 0;
  left: 0;
}
.transform01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pickup_list {
  padding: 0 0 40px 0;
}
.pickup_list h2 {
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 1.8em;
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  text-align: left;
}
.pickup_list li {
  margin: 0 0 40px 0;
  padding: 0 0 30px 0;
}
.pickup_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 30px 0 0 0;
}
.pickup_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0;
}
.pickup_list li dt {
  height: auto;
  padding: 0;
  font-size: 16px;
  text-align: left;
}
.pickup_list li dd {
  box-sizing: border-box;
  padding: 0 0 0 50px;
  text-align: left;
  width: 85%;
}
.pickup_list li dd h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-align: left;
}
.pickup_list li dd h3 span {
  color: #a1a1a1;
  font-size: 0.6em;
  padding: 0 0 0 10px;
}
.position {
  border-bottom: solid 1px #ccc;
  color: #00b38c;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
.comment {
  font-weight: 600;
  line-height: 1.6em;
  margin: 0 0 15px 0;
}
.original_comment {
  color: #333;
  line-height: 1.6em;
}
/* contact contents */

#contact_contents {
  background: url(../img/contact_main.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
  position: relative;
  width: 100%;
}
.contact_cover {
  background: url(../img/sns_bg.png);
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
}
#contact_contents h2 {
  bottom: 40%;
  color: #000;
  font-size: 2.4em;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60%;
  width: 300px;
}
#contact_contents h2 span {
  border-top: solid 1px #000;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 0 0;
}
.info_02 {
  margin: 50px 0 0 0;
  text-align: center;
}

/* works contents
#works_contents {
  background: url(../img/top_ecology.jpg) no-repeat 100% 20%;
  background-size: cover;
  height: 500px;
  position: relative;
  width: 100%;
}
.works_cover {
  background: url(../img/sns_bg.png);
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
}
#works_contents h2 {
  bottom: 40%;
  color: #000;
  font-size: 2.4em;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60%;
  width: 300px;
}
#works_contents h2 span {
  border-top: solid 1px #000;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 0 0;
}
#works_contents_02 {
  padding: 100px 0;
  text-align: center;
}
#works_contents_02 h2 {
  font-size: 1.4em;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: left;
}
#works_navi {
  width: 100%;
  padding: 0 0 150px 0;
}
#works_navi a,
a:visited {
  color: #111;
}
#works_navi dt {
  border-bottom: solid 1px #111;
  border-left: solid 1px #111;
  border-top: solid 1px #111;
  box-sizing: border-box;
  float: left;
  width: 33.33333%;
}
#works_navi dt a {
  display: block;
  padding: 20px;
}
#works_navi dt a:hover {
  background: #00b38c;
  color: #fff;
  text-decoration: underline;
  transition-property: all;
  transition: 0.3s linear;
}
.right_solid {
  border-right: solid 1px #111;
}
.works_area {
  height: 2650px;
  margin: 0 0 50px 0;
}
.works_area_02 {
  height: 2850px;
  margin: 0 0 50px 0;
}
.works_area_03 {
  height: 2450px;
}
.works_list,
.works_list dt,
.works_list dd {
  margin: 0;
  padding: 0;
}
.works_list {
  width: 100%;
}
.works_list dt,
.works_list dd {
  border-top: 1px solid #111;
  border-left: 1px solid #111;
  box-sizing: border-box;
  padding: 1.5%;
}
.works_list dt:last-child,
.works_list dd:last-child {
  border-right: 1px solid #111;
}
.works_list dt {
  background: #ddd;
  float: left;
  font-weight: 600;
}
.works_list dd {
  background: #fff;
  float: left;
  font-size: 0.7em;
  line-height: 1em;
}
.w_35per {
  width: 35%;
}
.w_10per {
  width: 10%;
}
.list_last dt,
.list_last dd {
  border-bottom: solid 1px #111;
} */
/* recruit contents */
#recruit_contents {
  background: url(../img/recruit_main.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
  position: relative;
  width: 100%;
}
.recruit_cover {
  background: url(../img/sns_bg.png);
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
}
#recruit_contents h2 {
  bottom: 40%;
  color: #000;
  font-size: 2.4em;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60%;
  width: 300px;
}
#recruit_contents h2 span {
  border-top: solid 1px #000;
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 2em;
  margin: 10px 0 0 0;
}
#recruit_contents_02 {
  padding-top: 80px;
  text-align: center;
}
#recruit_contents_02 h2 {
  border-bottom: solid 1px #ccc;
  color: #000;
  font-size: 1.8em;
  margin: auto;
  padding-bottom: 30px;
  text-align: left;
}
#recruit_contents_02 ul {
  margin: 0 0 80px 0;
}
#recruit_contents_02 li {
  display: block;
  position: relative;
  padding: 0;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
}
#recruit_contents_02 li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#recruit_contents_02 li > dl > dt {
  background: #f2f2f2;
  width: 30%;
  min-width: 30%;
  height: auto;
  padding: 20px 0;
  line-height: 200%;
  text-indent: 20px;
  font-size: 16px;
}
#recruit_contents_02 li > dl > dd {
  padding: 20px;
  line-height: 200%;
  font-size: 16px;
}
#recruit_contents_02 img {
  margin: 30px 0 80px 0;
}
.recruit_info {
  font-size: 1.4em;
  margin: 30px 0 50px 0;
  text-align: left;
}

@media screen and (min-width: 641px) {
  .sponly {
    display: none;
  }
  .business {
    justify-content: space-between;
  }
  .business li p {
    height: 88px;
  }
  #foot a[href^="tel:"] {
    pointer-events: none;
  }
}

/*Smartphone*/
@media screen and (max-width: 640px) {
  body {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
      "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,
      Arial, "メイリオ", Meiryo, sans-serif;
  }
  body,
  html {
    height: 100%;
  }
  .pconly {
    display: none;
  }
  header {
    background: none;
    box-sizing: border-box;
    height: 52px;
    padding: 10px 0 0 0;
    width: 50%;
  }
  #header_logo a {
    background: url(../img/logo_s.png) center center no-repeat;
    background-size: cover;
    display: block;
    height: 36px;
    left: 10px;
    position: absolute;
    text-indent: -9999px;
    top: 10px;
    width: 134px;
    z-index: 9999;
  }
  header .inner {
    display: flex;
    justify-content: space-between;
  }
  header nav {
    position: relative;
    width: calc(100% - 134px);
    display: flex;
    justify-content: space-between;
  }
  .gnavi {
    display: block;
    text-align: center;
    width: 100%;
  }
  .gnavi li {
    font-size: 0.8em;
    margin: 0 15px 0 0;
    text-align: center;
  }
  .gnavi li a {
    color: #111;
    display: inline-block;
    margin: 0 20px 0 0;
    text-align: center;
  }
  .gnavi li span {
    display: inline-block;
    font-size: 0.8em;
    line-height: 2.2em;
    margin: 0 0 0 20px;
  }
  .nav_common a:hover {
    animation: gradation 1s;
  }
  .head_contact {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .head_contact ul {
    height: 100%;
    width: 100%;
  }
  .head_contact ul li {
    margin: 0 0 5px 0;
  }
  .head_contact ul li img {
    vertical-align: bottom;
  }
  @keyframes gradation {
    0% {
      color: #000;
    }
    100% {
      color: #00b38c;
    }
  }
  span.now {
    border: none;
  }
  #contents {
    height: 100%;
    position: relative;
    width: 100%;
    padding-top: 52px;
  }
  #contents_02 {
    padding: 100px 0;
    text-align: center;
    width: 100%;
  }
  #contents_02 h2 {
    color: #083c00;
    font-size: 1.6em;
    margin: 0 auto;
    width: 300px;
  }
  #contents_02 h2 span {
    border-top: solid 1px #000;
    display: block;
    font-size: 0.8em;
    font-weight: 100;
    line-height: 2em;
    margin: 10px 0 0 0;
  }
  #contents_02 h3 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4em;
    line-height: 1.8em;
    margin: 40px 0;
    padding: 0 30px;
  }
  #contents_02 p {
    font-size: 1em;
    line-height: 2em;
    padding: 0 30px;
    text-align: left;
  }
  #contents_03 {
    background: url(../img/contents_03_bg-02s.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
  }
  #contents_03 h2 {
    /* color: #fff; */
    font-size: 1.6em;
    margin: 0 auto;
    width: 300px;
  }
  #contents_03 h2 span {
    border-top: solid 1px #111;
    display: block;
    font-size: 0.8em;
    font-weight: 100;
    line-height: 2em;
    margin: 10px 0 40px 0;
  }
  #contents_04 {
    overflow: hidden;
    padding: 100px 0;
    text-align: center;
  }
  #contents_04 h2 {
    color: #083c00;
    font-size: 1.6em;
    margin: 0 auto;
    width: 300px;
  }
  #contents_04 h2 span {
    border-top: solid 1px #000;
    display: block;
    font-size: 0.8em;
    font-weight: 100;
    line-height: 2em;
    margin: 10px 0 0 0;
  }
  #contents_04 p {
    font-size: 1em;
    line-height: 2em;
    margin: 40px 0 0 0;
    padding: 0 30px;
    text-align: center;
  }
  #contents_05 {
    background: url(../img/contents_05_bg.jpg) no-repeat 100% 20%;
    background-size: cover;
    height: 530px;
    position: relative;
    width: 100%;
  }
  #contents_05 h2 {
    color: #fff;
    font-size: 2em;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50px;
    width: 68px;
    z-index: 1;
  }
  #contents_05 h2 span {
    display: block;
    font-size: 0.6em;
    font-weight: 100;
    margin: 10px 0 0 0;
  }
  #contents_05 h3 {
    color: #fff;
    font-size: 1.2em;
    margin: 20px 0;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
  }
  #contents_05 p {
    font-size: 1em;
    line-height: 1.8em;
    margin: 10px 0 0 0;
    padding: 0 100px;
    text-align: center;
  }
  #contents_06 {
    height: auto;
  }
  .contact_area li {
    box-sizing: border-box;
    float: left;
    height: auto;
    padding: 60px 0;
    text-align: center;
    width: 100%;
  }
  .contact_area li img {
    margin: 0 0 25px;
  }
  .contact_area li h3 {
    font-size: 1.4em;
    margin: 0 0 20px;
  }
  .contact_area li p {
    color: #515151;
    font-size: 0.8em;
    margin: 0 0 10px;
  }
  .contact_block {
    background: #ededed;
  }
  .recruit_block {
    background: #f1f1f1;
  }
  #foot {
    background: #00b38c;
    color: #fff;
    height: auto;
    padding: 50px 30px;
    position: relative;
  }
  .retop {
    bottom: -1px;
    position: absolute;
    right: 20px;
  }
  .overview {
    display: inline-block;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .overview li {
    margin: 0 0 10px 0;
  }
  .announce {
    margin: 20px 0 0 0;
  }
  .announce li {
    background: #fff;
    color: #111;
    float: left;
    font-size: 1em;
    margin: 10px 5px;
    padding: 10px 10px;
  }
  .tel {
    padding: 0 5px 0 0;
  }
  .fax {
    padding: 0 5px 0 0;
  }
  footer {
    background: #000;
    color: #fff;
    font-size: 0.8em;
    padding: 20px 0;
    text-align: center;
  }
  .left_block {
    float: inherit;
    height: 250px;
    width: 100%;
  }
  .right_block {
    float: inherit;
    height: auto;
    width: 100%;
  }
  .right_block ul li {
    margin: 20px 0 15px 0;
    padding: 10px 0;
  }
  .right_block ul li a {
    background: url(../img/foot_map_icon.png) no-repeat left;
    color: #fff;
    padding: 0 0 0 20px;
  }
  .sns_area {
    box-sizing: border-box;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .sns_area a {
    cursor: pointer;
    display: inline;
  }
  .sns_area li {
    margin: 40px auto 0;
    width: 40%;
  }
  .sns_area li img {
    margin: auto;
    max-width: 100%;
    transition: 0.3s;
  }
  .sns_area li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
  }
  .sns_cover {
    background: url(../img/sns_bg.png);
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .button {
    position: relative;
    z-index: 2;
    border: 2px solid #333;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    display: inline-block;
    width: 250px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    margin: 40px auto 0;
    outline: none;
  }
  .button:hover {
    color: #fff;
  }
  .button::after {
    top: -100%;
    width: 100%;
    height: 100%;
  }
  .button:hover::after {
    top: 0;
    background-color: #333;
  }
  .button::before,
  .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
  }
  .button,
  .button::before,
  .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .button_02 {
    position: relative;
    z-index: 2;
    border: 2px solid #f26964;
    color: #f26964;
    line-height: 50px;
    overflow: hidden;
    display: inline-block;
    width: 200px;
    height: 44px;
    text-align: center;
    text-decoration: none;
    line-height: 44px;
    margin: 20px 0 0 0;
    outline: none;
  }
  .button_02:hover {
    color: #fff;
  }
  .button_02::after {
    top: -100%;
    width: 100%;
    height: 100%;
  }
  .button_02:hover::after {
    top: 0;
    background-color: #f26964;
  }
  .button_02::before,
  .button_02::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
  }
  .button_02,
  .button_02::before,
  .button_02::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .slider {
    margin: 30px 0 0 0;
  }
  .slider li {
    margin: 0;
  }
  .intro {
    margin: 0 auto;
    padding: 0 30px;
    text-align: left;
    line-height: 1.5;
  }
  .business {
    display: block;
    max-width: 90%;
    width: 100%;
  }
  .business li {
    background: #fff;
    color: #111;
  }
  .business li:not(:last-child) {
    margin-bottom: 24px;
  }
  .business li img {
    width: 100%;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .business_box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .main_slider {
    height: 100%;
    overflow: hidden;
    position: absolute;
  }
  .main_slider li {
    position: relative;
    height: 100vh;
  }
  .main_slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    /*  max-width: inherit; */
  }
  .main_cover {
    background: url(../img/main_visual-sp.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .main_cover video {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  /* .scroll {
    bottom: 3%;
    color: #fff;
    height: 34px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 36px;
    text-shadow: 0 0 8px #333;
  } */
  .idea_02 {
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.6em;
    height: 25px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 7px #000;
    top: 60%;
    width: 1024px;
  }
  .idea {
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3em;
    height: 25px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 7px #000;
    top: 50%;
    width: 1024px;
  }
  .fv_logo {
    background: url(../img/logo.png) no-repeat;
    height: 105px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 30%;
    width: 389px;
  }
  .inner {
    margin: 0 auto;
    width: 100%;
  }
  .clear {
    clear: both;
  }
  /*左右の矢印の色を変える*/
  .slick-prev:before,
  .slick-next:before {
    color: #000;
  }
  /*左右の矢印の位置を変える*/
  .slick-next {
    right: 20px;
    z-index: 99;
  }
  .slick-prev {
    left: 15px;
    z-index: 100;
  }
  /*スライド数のドットの色を変える*/
  .slick-dots li.slick-active button:before,
  .slick-dots li button:before {
    color: #fff;
    display: none;
  }
  /*スライド画像の横幅可変*/
  img {
    max-width: 100%;
    height: auto;
  }
  /* ふわふわさせたいものに fuwafuwaクラスを付与
  .fuwafuwa {
    -webkit-animation-name: fuwafuwa; fuwafuwaっていうアニメーションをしてね！
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction:alternate;
    -webkit-animation-timing-function: ease;

    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction:alternate;
    -moz-animation-timing-function: ease;
  }
  fuwafuwaっていうアニメーションはこんなふうだよ！
  @-webkit-keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(0, -10px);
    }
    100% {
      -webkit-transform: translate(0, 0);
    }
  }
  @-moz-keyframes fuwafuwa {
    0% {
      -moz-transform: translate(0, 0);
    }
    50% {
      -moz-transform: translate(0, -10px);
    }
    100% {
      -moz-transform: translate(0, 0);
    }
  } */

  /* about contents */

  #about_contents {
    background: url(../img/about_main.jpg) no-repeat center center;
    background-size: cover;
    height: 300px;
    position: relative;
    width: 100%;
  }
  .about_cover {
    background: url(../img/sns_bg.png);
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
  }
  #about_contents h2 {
    bottom: 40%;
    color: #000;
    font-size: 1.6em;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60%;
    width: 300px;
  }
  #about_contents h2 span {
    border-top: solid 1px #000;
    display: block;
    font-size: 0.8em;
    font-weight: 100;
    line-height: 2em;
    margin: 10px 0 0 0;
  }
  #about_contents_02 {
    padding: 50px 0;
    text-align: center;
  }
  #about_contents_02 ul li {
    float: left;
    padding: 0 2.5%;
    width: 45%;
  }
  .logo_block {
    margin: 80px 0 0 0;
  }
  .about_idea {
    font-size: 1.8em;
    margin: 30px 0 0 0;
  }
  .works {
    font-size: 1em;
    line-height: 1.6em;
    margin: 0;
    text-align: left;
  }
  #about_contents_03 {
    padding: 50px 30px;
    text-align: center;
  }
  #about_contents_03 h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3em;
    line-height: 2em;
    margin: 0 0 40px 0;
  }
  #about_contents_03 p {
    line-height: 2em;
    text-align: left;
  }
  #about_contents_04 {
    /* height: 500px; */
    padding: 50px 30px;
  }
  .greeting_p {
    color: #fff;
    font-size: 1.2em;
    margin: 30px 0 0 0;
    text-align: right;
  }
  /* .left_area {
    background: url(../img/about_left_bg.jpg) center center no-repeat;
    background-size: cover;
    float: left;
    height: 300px;
    width: 100%;
  } */
  /* .right_area {
    background: #00b38c;
    box-sizing: border-box;
    float: right;
    height: auto;
    padding: 50px 40px;
    width: 100%;
  } */
  .right_area h2,
  .about04_left h2 {
    color: #fff;
    font-size: 1.6em;
    margin: 0 auto;
    text-align: center;
    width: 200px;
  }
  .right_area h2 span,
  .about04_left h2 span {
    border-top: solid 1px #fff;
    display: block;
    font-size: 0.6em;
    font-weight: 100;
    line-height: 2em;
    margin: 10px 0 0 0;
  }
  .right_area p,
  .about04_left p {
    color: #fff;
    line-height: 2em;
    margin: 20px 0 0 0;
    text-align: left;
  }
  #about_contents_05 {
    padding: 20px 30px 0;
    text-align: center;
  }
  #about_contents_05 h2 {
    border-bottom: solid 1px #000;
    color: #000;
    font-size: 1.4em;
    margin: 50px auto 0;
    padding: 0 0 10px 0;
    text-align: left;
  }
  #about_contents_05 h2 span {
    font-size: 0.6em;
    font-weight: 100;
    line-height: 1.4em;
    margin: 0 0 0 20px;
    width: 50px;
  }
  #about_contents_05 ul {
    margin: 10px 0;
    text-align: left;
  }
  .milestone-list li {
    display: block;
    position: relative;
    padding: 11px 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  #about_contents_05 li dl {
    display: inline;
  }
  #about_contents_05 li dt {
    width: 100%;
    min-width: 100%;
    height: 100%;
    padding: 10px 0;
    line-height: 180%;
    text-indent: 10px;
    font-size: 16px;
    font-weight: 700;
  }
  #about_contents_05 li dd {
    margin: 0 0 10px 0;
    padding: 10px 0 10px 10px;
    border-left: none;
    line-height: 180%;
    font-size: 16px;
  }
  .company-info {
    display: inline;
    flex-wrap: wrap-reverse;
  }
  .img-block {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
  }
  .info-block {
    box-sizing: border-box;
    padding: 5%;
    text-align: left;
    width: 100%;
  }
  .info-logo {
    display: block;
    text-align: center;
    margin: 30px auto 0;
    width: 200px;
  }
  .info-block ul li {
    line-height: 2em;
    margin: 5% 0 0 0;
  }
  /* business contents */

  #business_contents {
    background: url(../img/business_main_02s.jpg) no-repeat;
    background-size: cover;
    background-position-x: 30%;
    height: 300px;
    position: relative;
    width: 100%;
  }
  .business_cover {
    background: url(../img/sns_bg.png);
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
  }
  #business_contents h2 {
    bottom: 40%;
    color: #000;
    font-size: 1.6em;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60%;
    width: 300px;
  }
  #business_contents h2 span {
    border-top: solid 1px #000;
    display: block;
    font-size: 1em;
    font-weight: 100;
    line-height: 2em;
    margin: 10px 0 0 0;
  }
  #business_contents_02 {
    padding: 50px 30px;
    text-align: center;
  }
  #business_contents_02 h2 {
    border-bottom: solid 2px #dd304d;
    color: #dd304d;
    font-size: 1.4em;
    font-weight: 600;
    margin: 0 auto 60px;
    width: 280px;
    padding: 0 0 20px 0;
  }
  #business_contents_02 h2 span {
    font-size: 0.4em;
  }
  #business_contents_02 .button {
    display: block;
  }
  .order_list {
    padding: 0 0 40px 0;
  }
  .order_list li {
    border-bottom: solid 1px #ccc;
    margin: 0 0 40px 0;
    padding: 0 0 30px 0;
  }
  .order_list li h3 {
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
  }
  .order_icon {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
    width: 40px;
  }
  .order_list li dl {
    display: inline-block;
    margin: 30px 0 0 0;
  }
  .order_list li dt {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 0;
    line-height: 200%;
    font-size: 16px;
    text-align: left;
  }
  .order_list li dt img {
    display: inline-block;
    margin: 0;
    width: 100%;
  }
  .order_list li dd {
    padding: 0 0 20px 0;
    line-height: 200%;
    font-size: 16px;
    text-align: left;
  }
  .scale {
    width: auto;
    height: auto;
  }
  .scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    width: 500px;
  }
  .scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .scale span {
    display: block;
    font-weight: 600;
  }
  .example {
    margin: 0 0 20px 0;
    text-align: left;
  }
  /* staff contents */

  #staff_contents {
    background: url(../img/staff_main.jpg) no-repeat center 30%;
    background-size: cover;
    height: 300px;
    position: relative;
    width: 100%;
  }
  .staff_cover {
    background: url(../img/sns_bg.png);
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
  }
  #staff_contents_02 {
    padding: 50px 30px;
    text-align: center;
  }
  #staff_contents h2 {
    bottom: 40%;
    color: #000;
    font-size: 1.6em;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60%;
    width: 300px;
  }
  #staff_contents h2 span {
    border-top: solid 1px #000;
    display: block;
    font-size: 1em;
    font-weight: 100;
    line-height: 2em;
    margin: 10px 0 0 0;
  }
  .staff_list {
    height: auto;
  }
  .staff_list h2 {
    border-bottom: solid 1px #000;
    color: #000;
    font-size: 1.4em;
    margin: 0 0 40px 0;
    padding: 0 0 10px 0;
    text-align: left;
  }
  .staff_list h3 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 10px;
  }
  .staff_list p {
    color: #fff;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.6em;
  }
  .staff_list h2 span {
    font-size: 0.6em;
    font-weight: 100;
    line-height: 1.4em;
    margin: 0 0 0 20px;
    width: 50px;
  }
  .staff_list li {
    box-sizing: border-box;
    float: left;
    height: auto;
    margin: 0 0.5% 30px;
    width: 49%;
  }
  figure {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  figure:hover .transform01 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  figure img {
    vertical-align: bottom;
  }
  figcaption {
    box-sizing: border-box;
    position: absolute;
    text-shadow: 1px 2px 5px #0a7963;
    top: 0;
    left: -100%;
    padding: 40% 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(5, 121, 99, 0.7);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
  }
  figure:hover figcaption {
    top: 0;
    left: 0;
  }
  .transform01 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .pickup_list {
    padding: 0 0 0 0;
  }
  .pickup_list h2 {
    border-bottom: solid 1px #000;
    color: #000;
    font-size: 1.8em;
    margin: 0 0 40px 0;
    padding: 0 0 10px 0;
    text-align: left;
  }
  .pickup_list li {
    margin: 0 0 40px 0;
    padding: 0 0 30px 0;
  }
  .pickup_list li dl {
    display: inline;
    margin: 30px 0 0 0;
  }
  .pickup_list li dt {
    height: auto;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
  .pickup_list li dt img {
    width: 100%;
  }
  .pickup_list li dd {
    box-sizing: border-box;
    padding: 0 0 0 0;
    text-align: left;
    width: 100%;
  }
  .pickup_list li dd h3 {
    font-size: 1.6em;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-align: left;
  }
  .pickup_list li dd h3 span {
    color: #a1a1a1;
    font-size: 0.6em;
    padding: 0 0 0 10px;
  }
  .position {
    border-bottom: solid 1px #ccc;
    color: #00b38c;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
  }
  .comment {
    font-weight: 600;
    line-height: 1.6em;
    margin: 0 0 15px 0;
  }
  .original_comment {
    color: #333;
    line-height: 1.6em;
  }
  /* contact contents */

  #contact_contents {
    background: url(../img/contact_main.jpg) no-repeat center center;
    background-size: cover;
    height: 300px;
    position: relative;
    width: 100%;
  }
  .contact_cover {
    background: url(../img/sns_bg.png);
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
  }
  #contact_contents h2 {
    bottom: 40%;
    color: #000;
    font-size: 1.6em;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60%;
    width: 300px;
  }
  #contact_contents h2 span {
    border-top: solid 1px #000;
    display: block;
    font-size: 0.8em;
    font-weight: 100;
    line-height: 2em;
    margin: 10px 0 0 0;
  }
  .info_02 {
    line-height: 1.6em;
    margin: 50px 0 0 0;
    padding: 0 30px;
    text-align: center;
  }

  /* works contents
  #works_contents {
    background: url(../img/works_main.jpg) no-repeat 100% 20%;
    background-size: cover;
    height: 300px;
    position: relative;
    width: 100%;
  }
  .works_cover {
    background: url(../img/sns_bg.png);
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
  }
  #works_contents h2 {
    bottom: 40%;
    color: #000;
    font-size: 1.6em;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60%;
    width: 300px;
  }
  #works_contents h2 span {
    border-top: solid 1px #000;
    display: block;
    font-size: 1em;
    font-weight: 100;
    line-height: 2em;
    margin: 10px 0 0 0;
  }
  #works_contents_02 {
    padding: 60px 20px;
    text-align: center;
  }
  #works_contents_02 h2 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0 0 30px 0;
    text-align: left;
  }
  #works_navi {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 50px 0;
  }
  #works_navi a,
  a:visited {
    color: #111;
  }
  #works_navi dt {
    border: solid 1px #111;
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  #works_navi dt a {
    display: block;
    padding: 20px;
  }
  #works_navi dt a:hover {
    background: #00b38c;
    color: #fff;
    text-decoration: underline;
    transition-property: all;
    transition: 0.3s linear;
  }
  .right_solid {
    border-right: solid 1px #111;
  }
  .works_area {
    height: auto;
    margin: 0 0 50px 0;
  }
  .works_area_02 {
    height: auto;
    margin: 50px 0;
  }
  .works_area_03 {
    height: auto;
    margin: 50px 0;
  }
  .works_list,
  .works_list dt,
  .works_list dd {
    margin: 0;
    padding: 0;
  }
  .works_list {
    font-size: 0.2em;
    width: 100%;
  }
  .works_list dt,
  .works_list dd {
    border-top: 1px solid #111;
    border-left: 1px solid #111;
    box-sizing: border-box;
    padding: 1.5%;
  }
  .works_list dt:last-child,
  .works_list dd:last-child {
    border-right: 1px solid #111;
  }
  .works_list dt {
    background: #ddd;
    float: left;
    font-weight: 600;
  }
  .works_list dd {
    background: #fff;
    float: left;
    font-size: 0.1em;
    line-height: 1em;
  }
  .w_35per {
    height: 50px;
    width: 35%;
  }
  .w_10per {
    height: 50px;
    width: 10%;
  }
  .list_last dt,
  .list_last dd {
    border-bottom: solid 1px #111;
  } */
  /* recruit contents */
  #recruit_contents {
    background: url(../img/recruit_main.jpg) no-repeat center center;
    background-size: cover;
    height: 300px;
    position: relative;
    width: 100%;
  }
  .recruit_cover {
    background: url(../img/sns_bg.png);
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
  }
  #recruit_contents h2 {
    bottom: 40%;
    color: #000;
    font-size: 1.6em;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60%;
    width: 300px;
  }
  #recruit_contents h2 span {
    border-top: solid 1px #000;
    display: block;
    font-size: 1em;
    font-weight: 100;
    line-height: 2em;
    margin: 10px 0 0 0;
  }
  #recruit_contents_02 {
    padding: 50px 30px 0 30px;
    text-align: center;
  }
  #recruit_contents_02 h2 {
    border-bottom: solid 1px #ccc;
    color: #000;
    font-size: 1.4em;
    margin: auto;
    padding: 0 0 30px 0;
    text-align: left;
  }
  #recruit_contents_02 > ul {
    margin: 0 0 50px 0;
  }
  #recruit_contents_02 > ul > li {
    display: block;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
  }
  #recruit_contents_02 li > dl {
    display: block;
  }
  #recruit_contents_02 li > dl > dt {
    background: #f2f2f2;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 20px 0;
    line-height: 200%;
    text-indent: 20px;
    font-size: 16px;
  }
  #recruit_contents_02 > ul > li dd {
    padding: 20px;
    border-left: none;
    box-sizing: border-box;
    line-height: 200%;
    font-size: 16px;
    width: 100%;
  }
  #recruit_contents_02 img {
    margin: 30px 0 80px 0;
  }
  .recruit_info {
    font-size: 1.4em;
    margin: 30px 0 50px 0;
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  .sdgs_11 {
    top: 37%;
    max-width: 70px;
  }
  .sdgs_6_13 {
    top: 41%;
    max-width: 150px;
  }
}

@media screen and (max-width: 350px) {
  .sdgs_11 {
    top: 32%;
    max-width: 60px;
  }
  .sdgs_6_13 {
    top: 35%;
    max-width: 130px;
  }
}


/* 20230913_追加記述 */

/* header .inner {
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0;
  justify-content: center;
} */
/* header .inner nav {
  margin-left: 40px;
} */

header .invoice_logo {
  box-sizing: border-box;
  font-size: 12px;
  display: flex;
  text-decoration: none;
  margin-left: 24px;
}



header .invoice_logo_content {
    display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  width: 14vw;
  max-width: 155px;
  max-height: 55px;
  height: 13vw;
  line-height: 1.2;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

header .invoice_logo_content:not(last-child) {
  margin-right:10px;
}

/* header .invoice_logo_content:last-child span {
  display: block;
  color: #278958;
} */

@media screen and (max-width: 1200px) {
  /* header .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  } */

    #header_logo {

      display: flex;
      justify-content: center;
  }

  header .inner nav {
    display: flex;
    justify-content: center;
    align-items: end;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;

}
element.style {
  display: flex;
}
}
header .inner nav {
  background: #fff;
}




@media screen and (max-width: 1024px) {
  .header_logo,
  header .inner nav {
   width: 1024px;
  }

  header .invoice_logo {
    /* display: none; */
  }


.invoice_logo_sp .invoice_logo_img {
  width: 25px;

}
}

@media screen and (max-width: 640px) {
  header .invoice_logo{
    position: absolute;
    top: 5px;
    right: 10px;
  }
  header  .head_contact {
    position: absolute;
    top: 14px;
    right: 35%;
    z-index: 1;
  }


  /* .invoice_logo {
    display: none;
  } */
}

@media screen and (min-width: 480px) {
  header .nav_common.pc_hidden
   {
  display: none;
  }

  

}


header .invoice_logo_sp {
  position: relative;
  float: left;
  box-sizing: border-box;
  font-size: 12px;
  background: #00b38c;
  display: inline-block;
  text-decoration: none;
  margin-left: 24px;
  width: 100%;
  height: 60px;
}


.invoice_logo_txt {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* transition: 0.7s; */
}




.invoice_logo_txt.green {
  background-color: #ffffff;
  border: 2px solid #00b38c;
  overflow: hidden;
  position: relative;
  transition-duration: .3s;
  z-index: 2;
  color: #00b38c;
  font-size: clamp(0.5em, 1.5vw, 1em);
  padding-left: 1rem;
  padding-right: 1rem;
}
.invoice_logo_txt.dark-green {
  background-color: #ffffff;
  border: 2px solid #6aa383;
  overflow: hidden;
  position: relative;
  transition-duration: .3s;
  z-index: 2;
  color: #6aa383;
  font-size: clamp(0.5em, 1.5vw, 1em);
}

.invoice_logo_txt.green::after {
  background: #00b38c;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .3s;
}
.invoice_logo_txt.dark-green::after {
  background: #6aa383;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .3s;
}

.invoice_logo_txt.green:hover {
  color: #fff;
}
.invoice_logo_txt.dark-green:hover {
  color: #fff;
}
.invoice_logo_txt.green:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .3s, transform .3s ease-in-out;
}
.invoice_logo_txt.dark-green:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .3s, transform .3s ease-in-out;
}

.nav_common.pc_hidden {
  /* background: #00b38c; */
  /* width: 280px; */
}
.mean-container .mean-nav .invoice-color-padding {
  position: relative;
  float: left;
  top: 10px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  padding-top:  1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}
.mean-container .mean-nav .invoice-color-padding:last-child {
padding-bottom: 2rem;
}

header .invoice_logo_sp {
margin: 0 auto;
}
.mean-container .mean-nav .invoice-color {
  color: #fff;
  margin: 0 auto;
  display: block;
  background: #00b38c;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em 3%;
  font-weight: bold;
  font-size: 1.5rem;
}
.mean-container .mean-nav .invoice-another-color {
  color: #fff;
  margin: 0 auto;
  display: block;
  background: #6aa383;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em 3%;
  font-weight: bold;
  font-size: 1.5rem;
}


.mean-container .mean-nav .invoice-color-padding span {
margin-left: 8px;
}

header {
  height: auto;
  padding: 18px 0 18px 0;

}

/* header #header_logo {
    display: flex;
    align-items: center;
} */



@media screen and (max-width: 480px) {
header {
    background: none;
    box-sizing: border-box;
    height: auto;
    padding: 10px 0 10px 0;
    width: 50%;
}

.invoice_logo_txt .mean-container .mean-nav ul li a:hover {
  background: #00b38c;
}

}



/* 20231006_追加記述 */

/* 
header .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
} */

header .inner {
  display: inherit;
  justify-content: space-between;
}
.header_contents {
  /* display: flex; */
}

header .inner nav {
  /* margin-left: 40px; */
} 

header .header_nav {
  display: flex;

}
.gnavi {
  text-align: center;
  display: block;
}
.gnavi li {
  display: inline-block;
  font-size: clamp(0.5em, 1.5vw, 1em);
  margin-right: 40px;
  margin-right: clamp(6px, 2vw, 40px);
  text-align: center;
}
.gnavi li:nth-child(7) {
  margin-right: 0;
}

.gnavi li span {
  display: block;
  font-size: 0.8em;
  line-height: 2.2em;
  margin: 8px 0 0 0;
}

nav {
  display: block;
  width: 100%;
}

header .inner nav {
  display: block;
  position: relative;
}

.header_contents-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.header_contents-right {
  display: flex;
}

.head_contact {
  display: flex;
  justify-content: flex-end;
}

.head_contact ul {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#header_logo {
  display: flex;
  justify-content: flex-end;
}

.header_contents-left {
  display: flex;
  justify-content: flex-end;
}

.head_contact ul li {
  margin: 0;
  font-size: clamp(0.3rem, 1.5vw, 1rem);
}

.head_contact ul li:not(:last-of-type) {
  margin: 0 0 5px 0;
}

header{
padding-left: 2rem;
padding-right: 2rem;
}
header .inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}


.inner {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}

.right_block {
  float: inherit;
  height: auto;
  width: 250px;
}

.left_block {
  float: inherit;
  max-width: 750px;
  width: auto;
}

#foot {
  background: #00b38c;
  color: #fff;
  height: auto;
  padding: 80px;
  position: relative;
}

.foot-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


@media screen and (max-width: 640px){
.foot-wrapper {
  flex-direction: column;
}

#foot {
  padding: 50px 30px;
}
  header {
    background: none;
    box-sizing: inherit;
    height: auto;
    padding-top: 50px;
    width: 100%;
      padding-left: 0;
      padding-right: 0;
  
  }

.overview {
  display: block;
    margin: 0;
    margin-top: 1rem;
    width: auto;
}

.header_contents-box {
  margin-bottom: 0;
}

.gnavi li a {
  margin: 0;
}

header .inner nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

}


@media screen and (max-width: 480px) {
  header .invoice_logo,
  header .head_contact
   {
  display: none;
  }
}

.announce li {
  float: inherit;
  margin-bottom: 10px;
}

#foot .left_block .announce {
  height:auto;
  width: fit-content;
}

#foot .left_block .announce {
  height: auto;
}

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

  .announce li {
    margin: 0;
  }
}

.announce li {
  background: #fff;
  color: #111;
  float: left;
  font-size: 1.4em;
  padding: 10px 15px;
}
.announce li:not(last-child) {
  margin-right:20px;
  margin-bottom: 10px;
}

#contact_contents {
  height: 630px;

}

#recruit_contents,
#staff_contents,
#ecology_contents,
#business_contents,
#about_contents  {
  height: 630px;
}

#contact_contents h2,
#recruit_contents h2,
#staff_contents h2,
#business_contents h2,
#about_contents h2  {
  bottom: 30%;
}

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

  #contact_contents,
  #recruit_contents,
  #staff_contents,
  #business_contents,
  #about_contents {
    height: 300px;
  }
}