@charset "utf-8";

:root {
  --main-color: #2DB648;
}

/* HEADER
------------------------------------------------------------*/
.header,
.lowdir .header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 9999;
  transition: all 0.2s;
  overflow: hidden;
  z-index: 99;
  background-color: #fff;
  /* background: #f2f2f2; */
}

.logo {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 23%;
  z-index: 2;
}

.logo img {
  width: 100%;
  max-width: 230px;
  height: auto;
}

.header .topnv {
  /* float: right; */
}

.topnv ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 540px;
  margin-right: 104px;
  margin-left: auto;
  height: 80px;
}

.topnv ul li {}

.topnv ul li.gnv a {
  display: block;
  position: relative;
  padding: 0 16px;
  height: 80px;
  font-size: 15px;
  color: #009213;
  line-height: 80px;
  text-align: center;
  transition: all 0.3s;
}

.topnv ul li.gnv a:hover {
  font-size: 15px;
  color: #fff;
  background: #009213;
}

.topnv ul li:nth-last-child(2) a {
  /* width: 50px; */
  /* padding: 0; */
  position: relative;
}

.topnv ul li:last-child a {
  /* width: 50px; */
  /* padding: 0; */
  position: relative;
}

.topnv ul li.gnv a span {
  border-bottom: 3px solid #009213;
}

.menubtnbox,
.menu {
  display: none;
}

/*--------------------------------------------
fv-mes
--------------------------------------------*/
.fv-mes {
  padding-top: 80px;
  text-align: center;

  .jp {
    font-size: 19px;
    font-weight: bold;
    line-height: 2.5;
    @media screen and (max-width: 896px) { 
      line-height: 1.5;
      font-size: 14px;
    }
  }
  .jp.first{
    @media screen and (max-width: 896px) { 
      white-space: nowrap;
    }
  }

  .en {
    font-size: 17px;
    line-height: 2;
    @media screen and (max-width: 896px) { 
      font-size: 10px;
    }
  }

  span {
    color: var(--main-color);
    font-weight: bold;
  }

  .en.first {
    margin-bottom: 64px;
    @media screen and (max-width: 896px) { 
      margin-bottom: 24px;
    }
  }

  .en.last {
    margin-top: 16px;
  }
}

/*--------------------------------------------
Swiper
--------------------------------------------*/
.topmain {
  .swiper-container{
    padding-bottom: 64px;
    .swiper-pagination-bullet-active{
      background-color: #797979;
    }
    .swiper-pagination-bullet{
      padding: 8px;
      margin: 0 8px!important;
    }
  }
  .swiper-slide {
    position: relative;

    .slide-info {
      position: absolute;
      top: 50%;
      left: 40px;
      transform: translateY(-50%);
      color: #FFFFFF;
      @media screen and (max-width: 896px) { 
        left: 0;
        padding: 0 16px;
      }

      h2 {
        font-size: 32px;
        font-weight: bold;
        @media screen and (max-width: 896px) { 
          font-size: 24px;
          line-height: 1.2;
        }
      }

      span {
        display: block;
        font-size: 12px;
        margin-top: 2px;
        margin-bottom: 16px;
        @media screen and (max-width: 896px) { 
          font-size: 10px;
        }
      }

      .text{
        font-size: 14px;
        margin-bottom: 16px;
        @media screen and (max-width: 896px) { 
          font-size: 10px;
          line-height: 1.6;
        }
      }

      .btn-more {
        a {
          display: block;
          text-align: center;
          width: 160px;
          padding: 4px 8px;
          border: 1px solid #fff;
          color: #fff!important;
          font-size: 10px;
          margin-left: 0;
          height: auto;
          line-height: 2.5;
        }
      }
    }

    .slide-info0 {
      left: 0 !important;
      padding: 60px 40px 60px 40px;
      background-color: rgba(0, 88, 56, 0.6);

      h2 {
        display: inline-block;
        position: relative;
        width: fit-content !important;

        &::before {
          content: '';
          display: inline-block;
          width: 45px;
          height: 30px;
          background-image: url("../images/fv-slide00--icon.png");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          top: 5px;
          right: 0;
          transform: translateX(120%);
        }

        @media screen and (max-width: 896px) {
          &::before {
            width: 30px;
            height: 20px;
            transform: translateX(120%);
          }
        }
      }
    }

    @media screen and (max-width: 896px) {
      .slide-info0 {
        padding: 24px 16px 24px 16px !important;
        background-color: rgba(0, 88, 56, 0.5);
      }
    }
  }
  .slide01{
    .btn-more {
      margin-top: 80px;
    }
  }
  .slide07{
    h2{
      line-height: 1.4;
      margin-bottom: 24px;
      @media screen and (max-width: 896px) { 
        line-height: 1.4!important;
        font-size: 18px!important;
        margin-bottom: 8px;
      }
    }
    p.text{
      margin-bottom: 40px!important;
      @media screen and (max-width: 896px) { 
        margin-bottom: 8px!important;
      }
    }
  }
}


.swiper-slide img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 896px) { 
  .swiper-slide img {
    aspect-ratio: 14 / 19;
  }
}

#pagetitle {
  position: relative;
  width: 100%;
  height: 220px;
  margin-top: 120px;
  overflow: hidden;
}

#pagetitle img {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
  filter: brightness(0.4);
}

#pagetitle h1 {
  position: absolute;
  width: 320px;
  top: 88px;
  left: 50%;
  margin: 0 0 0 -160px !important;
  padding: 0 0 10px;
  font-size: 1.6em;
  color: #fff;
  letter-spacing: 0.3em;
  text-align: center;
  border-bottom: solid 1px #fff;
}

/* 全体
------------------------------------------------------------*/
.wrapper {
  width: 100%;
  margin: 0 auto 0;
  padding: 60px 0 0;
  max-height: 100%;
  z-index: 999;
}

.lowdir .wrapper {
  padding: 80px 0 0;
}

.pgrsdetail .wrapper {
  background: #f8f8f0;
}

.pgancbox {
  padding: 50px 0 0 0;
  margin: -50px 0 0 0;
}

.box {
  width: 1000px;
  margin: 0 auto;
}

.sbox {
  width: 700px;
  margin: 0 auto;
}

.widebox {
  width: 100%;
  margin: 0;
}

.imgbox {
  overflow: hidden;
  width: 100%;
  clear: both;
  text-align: center;
}

.imgbox img {
  border: 0;
  width: 100%;
  height: auto;
}

.wideimg {
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
  overflow: hidden;
}

.pgcompany .wideimg,
.pgrecruit .wideimg {
  height: 500px;
}

.pgresult .wideimg {
  height: 600px;
}

.wideimg img {
  width: 100%;
  height: auto;
  text-align: center;
}

.textbox {
  font-size: 1em;
  color: #444;
  text-align: left;
  line-height: 1.8em;
}

.grbox {
  background: #e0e2de;
}

.grbox .inbox {
  padding: 30px 60px;
}

ul.listtxt {
  padding: 0 0 0 16px;
  text-align: left;
  line-height: 1.4em;
  text-indent: -16px;
}

ul.listtxt li {
  padding: 0 0 14px;
  font-size: 1em;
  color: #111;
}

.widecolumn {
  float: left;
  width: 750px;
  padding: 0;
}

.sidecolumn {
  float: right;
  width: 210px;
  padding: 0;
}

.clmark {
  transition: 1.2s;
  width: 100%;
  margin: 60px auto 70px;
  text-align: center;
}

.clmark img {
  width: 26px;
  height: auto;
}

/* inview
---------------------------------------------------- */

.fadeIn_stop {
  opacity: 0;
  transition: 1s;
}

.fadeIn_stop2 {
  opacity: 0;
  transition: 2s;
}

.fadeIn_stop3 {
  opacity: 0;
  transition: 4s;
}

.fadeIn_stop.is-show,
.fadeIn_stop2.is-show,
.fadeIn_stop3.is-show {
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(5%, 0);
  transition: 1s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-5%, 0);
  transition: 1s;
}

.fadeIn_left2 {
  opacity: 0;
  transform: translate(-5%, 0);
  transition: 2s;
}

.fadeIn_left3 {
  opacity: 0;
  transform: translate(-5%, 0);
  transition: 4s;
}

.fadeIn_left.is-show,
.fadeIn_left2.is-show,
.fadeIn_left3.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* accbox
---------------------------------------------------- */

#accbox {
  overflow: hidden;
  padding: 0 0 60px;
}

.acccontact {
  padding: 80px 0 0;
  text-align: center;
}

.acccontact dl {
  line-height: 1.4em;
}

.acccontact dt {
  padding: 0 0 10px;
  font-size: 1.3em;
  line-height: 1.4em;
}

.acccontact dt span {
  display: block;
  font-size: 0.8em;
}

.acccontact dd {
  padding: 0 0 6px;
  font-size: 1em;
}

.acccontact dd.tel {
  padding: 14px 0;
  font-size: 3em;
}

.acccontact dd.tel span {
  font-size: 0.8em;
}

#accbox .widebox {
  padding: 20px 0 20px;
}

#accbox .box .morebtnbox {
  width: 30%;
  margin: 0 35% 0;
}

/* photo gallery
---------------------------------------------------- */

.phbox {
  width: 100%;
  margin: 20px 0 30px;
}

.phbox .grid {
  width: 18.4%;
  margin: 0 0 2% 2%;
}

.phbox .grid:first-child,
.phbox .grid:nth-of-type(5n + 1) {
  margin: 0;
}

.phbox .grid img {
  width: 100%;
  height: auto;
}

/* imgzoom
---------------------------------------------------- */

.imgzoom,
.imgzoom2 {
  overflow: hidden;
}

.imgzoom img {
  display: block;
  width: 100%;
  height: auto;
  transition-duration: 1s;
  overflow: hidden;
}

.imgzoom img:hover {
  transform: scale(1.06);
  transition-duration: 1s;
}

.imgzoom2 img.backimg {
  display: block;
  width: 100%;
  height: auto;
  transition-duration: 1s;
  overflow: hidden;
}

.imgzoom2 img.backimg:hover {
  transform: scale(1.06);
  transition-duration: 1s;
}

/* imgWrap
---------------------------------------------------- */

.imgWrap {
  overflow: hidden;
}

.imgWrap img {
  display: block;
  transition-duration: 0.6s;
}

.imgWrap img:hover {
  transform: scale(1.06);
  transition-duration: 0.6s;
  opacity: 0.6;
}

/**************************
/* グリッド
**************************/

.gridWrapper {
  display: block;
  width: 100%;
}

* html .gridWrapper {
  height: 1%;
}

.grid {
  float: left;
}

.rgrid {
  margin-left: 5%;
}

/*************
/* タイトル
*************/

.subtt {
  padding: 0 0 30px;
  text-align: center;
}

.subtt h2 {
  padding: 0 0 18px;
  font-size: 2.4em;
  color: #555;
  letter-spacing: 0.2em;
}

.subtt h6 {
  font-size: 0.9em;
  color: #e08e00;
}

.pagesub {
  position: relative;
  padding: 0 0 50px;
  font-size: 30px;
  color: #111;
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  z-index: 9;
}

.pagett {
  display: flex;
  margin: 0 0 40px;
  align-items: center;
}

.pagett:after {
  margin-left: 5px;
  border-bottom: 1px solid #ccc;
  content: "";
  flex-grow: 1;
}

.pagett dt {
  display: block;
  padding: 0 0 6px;
  font-size: 2.2em;
  color: #555;
  letter-spacing: 0.2em;
  text-align: left;
}

.pgprogram .pagett dt {
  font-size: 2.1em;
  letter-spacing: 0em;
}

.pagett dd {
  font-size: 0.9em;
  color: #e08e00;
  text-align: left;
}

h1.csub {
  width: 100%;
  margin: 0 0 40px;
  font-size: 1.8em;
  color: #111;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}

h1.csub p {
  font-size: 0.4em;
  color: #999;
  line-height: 1em;
}

.ctgcreative h1.csub,
.ctgcreative h1.csub p {
  color: #fff;
}

h1.csub img {
  height: 100px;
  width: auto;
}

h1.csub2 {
  margin: 0 0 40px;
  padding: 5px 50px 30px 78px;
  font-size: 1.8em;
  color: #111;
  line-height: 1em;
  border-bottom: 1px dotted #ccc;
  text-align: left;
  text-indent: -30px;
}

h1.csub2 img {
  margin: 0 10px 6px 0;
  vertical-align: middle;
}

h1.csub3 {
  width: 100%;
  padding: 4px 0 20px;
  font-size: 1.6em;
  color: #8c2424;
  text-align: left;
}

h1.csub3 img {
  height: 40px;
  width: auto;
  padding: 0 0 0 40px;
}

h1.csub4 {
  width: 100%;
  padding: 4px 0 20px;
  font-size: 1.7em;
  color: #111;
  text-align: center;
}

h1.csub4 img {
  height: 40px;
  width: auto;
}

h1.csub5 {
  margin: 0 0 20px;
  padding: 4px 0 20px;
  font-size: 1.8em;
  color: #111;
  line-height: 1em;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}

h1.csub5 img {
  height: 40px;
  width: auto;
}

h1.csub6 {
  margin: 0 0 10px;
  padding: 5px 50px 5px 78px;
  font-size: 1.8em;
  color: #111;
  line-height: 1em;
  text-align: left;
  text-indent: -30px;
}

h1.csub6 span {
  font-size: 0.8em;
  color: #111;
  line-height: 1em;
}

h1.csub7 {
  margin: 0 0 10px;
  padding: 5px 50px 5px 48px;
  font-size: 1.8em;
  color: #111;
  line-height: 1.2em;
  text-align: left;
}

.pgsub01 {
  width: 100%;
  padding: 0 0 30px;
  font-size: 1.4em;
  color: #111;
  text-align: left;
}

.pgsub01 img {
  margin: 0 10px 8px 0;
  vertical-align: middle;
}

.bodersub {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #7cc0c0 60%);
}

.bodersub img {
  margin: 0 10px 8px 0;
  vertical-align: middle;
}

/*************
ボタン
*************/

.morebtnbox {
  margin: 0 auto;
  padding: 20px 0;
}

.morebtn {
  position: relative !important;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  font-size: 1em;
  color: #111 !important;
  line-height: 47px;
  border: 1px solid #111;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
  z-index: 1;
  background: none !important;
}

.morebtn:before,
.morebtn_w:before {
  content: "";
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #22ac38;
  transition: 0.2s;
}

.morebtn:hover {
  color: #fff !important;
}

.morebtn:hover:before {
  z-index: -1;
  left: 0;
  background-color: #22ac38;
}

.morebtn_w {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.morebtn_w:hover {
  display: block;
  color: #fff !important;
  background: #22ac38;
}

.morebtn_w:hover:before {
  z-index: -1;
  left: 0;
}

@media only screen and (max-width: 896px){
  .morebtn{
    height: 36px;
    line-height: 36px;
  }
}

.btnbox {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.btnLink {
  margin: 0 auto;
  padding: 14px 20px;
  font-size: 1em;
  color: #111 !important;
  background: #fff;
  border: 1px solid #111;
  letter-spacing: 0.1em;
  text-align: center;
  overflow: hidden;
  background: url(../images/icon_arrows.png) no-repeat right 10px center;
  background-size: 30px 8px;
}

.btnLink span {
  padding: 0 10% 0 0;
}

.btn01 {
  display: block;
  width: 100%;
  padding: 5px 0;
  background: #eee0cc;
  text-align: center;
}

.btn01 a {
  display: block;
  width: 100%;
  height: auto;
}

.btn01:hover {
  background: #eee;
}

.btn02 {
  display: block;
  width: 100%;
  padding: 5px 0;
  background: #c68992;
  border: 1px solid #ab4a64;
  text-align: center;
}

.btn02 a {
  display: block;
  width: 100%;
  height: auto;
}

.btn02:hover {
  background: #ab4a64;
}

.btn03 {
  display: block;
  width: 100%;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #ab4a64;
  text-align: center;
}

.btn03 a {
  display: block;
  width: 100%;
  height: auto;
}

.btn03:hover {
  background: #c68992;
}

/*************
ホバーエフェクト
*************/

.imgcapt figure,
.slick-slide figure {
  position: relative !important;
  overflow: hidden;
}

.slick-slide figcaption {
  position: absolute !important;
  top: 0;
  left: 2%;
  z-index: 2;
  width: 98%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.imgcapt figcaption,
.imgcapt:first-child figcaption,
.slick-slide:first-child figcaption {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.imgcapt figcaption h3,
.slick-slide figcaption h3 {
  width: 100%;
  padding-top: 70%;
  transition: 0.3s;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.pgindex #cont07 .imgcapt figcaption h3 {
  padding-top: 70%;
}

.imgcapt figure:hover figcaption,
.slick-slide figure:hover figcaption {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
}

figcaption h3 span {
  padding-left: 26px;
  background: url(../img/vmore.png) no-repeat left center;
  background-size: 20px 20px;
}

/*************
メイン コンテンツ
*************/
section.content {
  margin-bottom: 20px;
  font-size: 14px;
  overflow: hidden;
}

* html section.content {
  height: 1%;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  margin: 0px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}

select,
input,
textarea,
button {
  font:
    99% arial,
    helvetica,
    clean,
    sans-serif;
}

input[type="radio"] {
  display: none;
}

.sample_label {
  position: relative;
  padding: 0 0 0 40px;
}

.sample_label:after,
.sample_label:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}

.sample_label:after {
  left: 10px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.sample_label:before {
  left: 14px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #f4be00;
  border-radius: 50%;
  opacity: 0;
}

input[type="radio"]:checked+.sample_label:before {
  opacity: 1;
}

.required_asterisk {
  color: #eb1c30;
  margin-left: 3px;
}

.ipt01 {
  width: 100%;
  padding: 20px 10px;
}

.ipt02 {
  width: 90%;
  padding: 5px;
  border: 1px solid #ccc;
}

.ipt03 {
  width: 40%;
  padding: 5px;
  border: 1px solid #ccc;
}

.ipt04 {
  width: 10%;
  padding: 5px;
  border: 1px solid #ccc;
}

.ipt05 {
  width: 400px;
  padding: 5px;
  border: 1px solid #ccc;
}

.sel01 {
  padding: 5px;
}

.ime_on {
  ime-mode: active;
}

.ime_off {
  ime-mode: disabled;
}

.recformbox .rectable td {
  line-height: 2.2em;
}

.optgroup {
  font-style: normal;
}

.hissu {
  vertical-align: middle;
  margin: 0 0 2px 8px;
  color: #cc0000;
}

.button {
  font-size: 13px;
  color: #333333;
  padding: 10px 30px;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d6d6d6);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      color-stop(0.5, #ffffff),
      to(#d6d6d6));
  border-radius: 10px;
  border: 3px solid #999;
  cursor: pointer;
}

.button:hover {
  border: 3px solid #333;
}

.box-shadow {
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.8);
}

.drop-shadow {
  -webkit-filter: drop-shadow(4px 4px 9px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(4px 4px 9px rgba(0, 0, 0, 0.6));
}

#diamond-narrow {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 12px solid #8c2424;
  position: relative;
  top: -8px;
}

#diamond-narrow:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 12px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 12px solid #8c2424;
}

/* pagetop
------------------------------------------------------------*/

#pageTop {
  position: relative;
  width: 100%;
  margin: 0 0 -30px;
  padding: 20px 0 0;
  text-align: center;
  z-index: 999;
}

#pageTop a {
  margin: 0 auto;
}

#pageTop a img {
  width: 60px;
  height: auto;
}

/* FOOTER
------------------------------------------------------------*/

.footer {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #727171;
}

.footer .box {
  padding: 80px 0 60px;
}

.footer .grid01 {
  width: 30%;
  margin: 0 10% 0 0;
  display: block;
  padding: 0;
  font-size: 0.9em;
  color: #444;
  text-align: left;
}

.footer div.grid01 h1 {
  padding: 0 0 20px;
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 0em;
}

.footer div.grid01 h1 span {
  padding: 0 0 0 4px;
}

.footer div.grid01 h1 a {
  color: #fff;
}

.footer div.grid01 h1 a:hover {
  color: #eee;
}

.footer div.grid01 .address {
  font-size: 12px;
  color: #fff;
  line-height: 1.6em;
}

.footer .grid02 {
  width: 60%;
  text-align: right;
}

.fnavbox {
  width: 100%;
}

.fnv {
  display: inline-block;
  line-height: 1.3em;
  padding: 6px 0 24px;
  vertical-align: middle;
  text-align: center;
}

.fnv a {
  margin: 0 0 0 30px;
  padding: 0;
  font-size: 0.9em;
  color: #fff;
}

.fnv a:hover {
  color: #eee;
}

.footer .ppline {
  padding: 0 0 2px;
}

.footer .ppline a {
  padding: 0 0 2px;
  font-size: 0.9em;
  color: #fff;
  border-bottom: solid 1px #fff;
}

.footer .copy {
  font-size: 0.9em;
  color: #fff;
  text-align: right;
}

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

.languagebox li {
  padding-left: 15px;
}

.languagebox li a {
  color: #ffffff;
}

/* ------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 1000px) {
  /* ------------------------------------------------------------------------------------------------------------------------ */

  .box,
  .sbox {
    width: 94%;
    margin: 0 3%;
    padding: 0;
  }

  #mainwrap {
    margin: 0;
    background: #000;
  }

  .bodersub {
    width: 60%;
  }

  #mainwrap,
  .lowdir #mainwrap {
    background: #000;
  }

  .main-visual {
    padding: 0;
  }

  .text-images {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 80%;
  }

  .text-images img {
    width: 60%;
    max-width: 360px;
  }

  .pgcompany .wideimg,
  .pgresult .wideimg,
  .pgrecruit .wideimg {
    height: auto;
  }

  .pgcompany .wideimg img,
  .pgresult .wideimg img,
  .pgrecruit .wideimg img {
    margin-left: -10%;
    width: 120%;
    height: auto;
  }
}

@media only screen and (max-width: 896px) {
  /* ------------------------------------------------------------------------------------------------------------------------ */

  .header,
  .header.fixed,
  .lowdir .header {
    width: 100%;
    height: 80px;
    background: url(../images/white.png);
  }

  .header .inbox {
    width: 100%;
    margin: 0 auto;
  }

  .logo {
    position: absolute;
    top: 15px;
    left: 2px;
    width: 80%;
    z-index: 2;
  }

  .logo img {
    width: 190px;
    height: auto;
  }

  .header .topnv {
    display: none;
  }

  .menubtnbox {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    padding: 6px 0;
  }

  .menu-btn {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    z-index: 111;
    background: url(../images/smpnvbtn.png) no-repeat;
    background-size: 40px 40px;
  }

  .open .menu-btn {
    background: url(../images/smpnvbtn_on.png) no-repeat;
    background-size: 40px 40px;
    cursor: default;
  }

  .menu {
    position: fixed;
    display: table;
    top: 0;
    left: 20%;
    width: 80%;
    height: 100%;
    background: #fff;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: 111111111;
  }

  .menubg {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(20, 103, 32, 0.51) none repeat scroll 0% 0%;
    opacity: 0;
  }

  .open .menubg {
    z-index: 10000;
    opacity: 1;
  }

  .menu h3 {
    position: absolute;
    top: 14px;
    right: 12px;
  }

  .menu h3 img {
    width: 40px;
    height: 40px;
  }

  .menu ul {
    display: table-cell;
    padding-top: 80px;
    vertical-align: top;
  }

  .menu li {
    width: 60%;
    margin: 4vh auto;
    padding: 0 10px;
    text-align: center;
    clear: both;
  }

  .menu li.snvlogo {
    padding: 0 0 20px;
    text-align: center;
  }

  .menu li.snvlogo img {
    width: 60%;
    height: auto;
  }

  .menu li.snv a {
    display: block;
    font-size: 18px;
    color: #111;
  }

  .menu li.snv a:hover {
    color: #111;
    text-decoration: underline;
  }

  /* .menu li.nv05 a {
    margin-top: 30px;
    padding: 10px 30px;
    color: #fff;
    background: #22ac38;
  }

  .menu li.nv05 a:hover {
    background: #a8eeb4;
    text-decoration: none;
  } */

  .open .menu {
    visibility: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }

  .pgindex .wrapper {
    margin: 0 0;
  }

  #mNavibox {
    display: none !important;
  }

  #hNavibox {
    position: fixed !important;
    top: -510px !important;
    display: none !important;
  }

  #pagetitle {
    position: relative;
    width: 100%;
    height: 180px;
    margin-top: 0px;
    overflow: hidden;
  }

  #pagetitle img {
    margin-left: -10%;
    width: 120%;
    height: auto;
    -webkit-filter: brightness(0.4);
    -moz-filter: brightness(0.4);
    -o-filter: brightness(0.4);
    -ms-filter: brightness(0.4);
    filter: brightness(0.4);
  }

  #pagetitle h1 {
    top: 104px;
    left: 50%;
    margin: 0 0 0 -160px !important;
    font-size: 1.4em;
    letter-spacing: 0.1em;
  }

  .box,
  .sbox {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }

  .wideimg {
    height: auto;
  }

  .grbox .inbox {
    padding: 20px 14px;
  }

  /* accbox
---------------------------------------------------- */

  #accbox .box .morebtnbox {
    width: 60%;
    margin: 0 20%;
  }

  /* photo gallery
---------------------------------------------------- */

  .phbox {
    width: 100%;
    margin: 20px 0 30px;
  }

  .phbox .grid {
    float: left !important;
    width: 32%;
    margin: 0 0 2% 2%;
  }

  .phbox .grid:nth-of-type(5n + 1) {
    margin: 0 0 2% 2%;
  }

  .phbox .grid:first-child,
  .phbox .grid:nth-of-type(3n + 1) {
    margin-left: 0;
  }

  .phbox .grid img {
    width: 100%;
    height: auto;
  }

  /*************
/* タイトル
*************/

  h1.csub {
    margin: 0 0 20px;
    font-size: 2em;
  }

  h1.csub img {
    width: 100%;
    height: auto;
  }

  h1.csub2 {
    padding: 5px 30px 20px 60px;
    font-size: 1.5em;
    text-indent: -60px;
  }

  h1.csub2 img {
    margin: 0 10px 6px 0;
    padding: 0 0 0 30px;
    vertical-align: middle;
  }

  h1.csub7 {
    margin: 0 5% 10px;
    padding: 5px 0;
    font-size: 1.6em;
    color: #111;
    line-height: 1.2em;
    text-align: left;
  }

  .icsub01 {
    font-size: 1.5em;
  }

  .bodersub {
    width: 70%;
  }

  .btn01,
  .btn02,
  .btn03 {
    width: 100%;
    padding: 2px 0;
  }

  .btn01 img,
  .btn02 img,
  .btn02 img {
    width: 80%;
    max-width: 280px;
    height: auto;
  }

  .wrapper {
    width: 100%;
    margin: 0;
    padding: 60px 0 0;
    overflow: hidden;
  }

  .lowdir .wrapper {
    padding-top: 50px;
  }

  .lowdir.pgabout .wrapper {
    padding-top: 0px;
  }

  .lowdir .wrapper .inbox {
    width: 90%;
    margin: 0px auto;
  }

  .grid {
    float: none !important;
    margin: 0;
  }

  .imgcapt figcaption,
  .imgcapt:first-child figcaption,
  .slick-slide figcaption,
  .slick-slide:first-child figcaption {
    width: 100%;
    height: 100%;
    left: 0;
  }

  /* groupbtn
------------------------------------------------------------*/

  #groupbtn {
    width: 100%;
    margin: 50px 0 10px;
  }

  #groupbtn .grid01 {
    float: left !important;
    width: 49.5%;
    margin: 0;
  }

  #groupbtn .grid02 {
    float: left !important;
    width: 49.5%;
    margin: 0 0 0 1%;
  }

  #groupbtn .onicon {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
    top: 24%;
    left: 0%;
    text-align: center;
  }

  #groupbtn .onicon img {
    width: 64px;
    height: auto;
  }

  #groupbtn .ontxt {
    padding: 100px 0 100px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1.7em;
    text-align: center;
  }

  #groupbtn .onicon+.ontxt {
    padding: 140px 0 60px;
  }

  /* pagetop
------------------------------------------------------------*/

  #pageTop img {
    width: 100px;
    height: auto;
  }

  /* FOOTER
------------------------------------------------------------*/

  .footer .box {
    padding: 50px 0 30px;
  }

  .footer .grid01 {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 14px;
    font-size: 0.9em;
    color: #444;
    text-align: center;
  }

  .footer div.grid01 h1 {
    padding: 0 0 2px;
    font-size: 36px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: 0em;
  }

  .footer div.grid01 h1 span {
    display: none;
  }

  .footer div.grid01 .address {
    font-size: 12px;
    color: #fff;
    line-height: 1.6em;
    text-align: center;
  }

  .footer .grid02 {
    width: 100%;
    text-align: center;
  }

  .fnavbox {
    width: 100%;
    padding: 6px 0 30px;
  }

  .fnv {
    display: block;
    line-height: 1.3em;
    padding: 4px 0;
    vertical-align: middle;
    text-align: center;
  }

  .fnv a {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    color: #fff;
  }

  .fnv a:hover {
    color: #eee;
  }

  .footer .ppline {
    padding: 0 0 2px;
  }

  .footer .ppline a {
    padding: 0 0 2px;
    font-size: 0.9em;
    color: #fff;
    border-bottom: solid 1px #fff;
    text-align: center;
  }

  .footer .copy {
    font-size: 0.9em;
    color: #fff;
    text-align: center;
  }
}

/* --------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 640px) {
  /* groupbtn
------------------------------------------------------------*/

  #groupbtn {
    width: 100%;
    margin: 50px 0 10px;
  }

  #groupbtn .grid01 {
    float: none !important;
    width: 100%;
    margin: 0 0 2px;
  }

  #groupbtn .grid02 {
    float: none !important;
    width: 100%;
    margin: 0;
  }

  #groupbtn .onicon {
    top: 18%;
  }

  #groupbtn .onicon img {
    width: 48px;
    height: auto;
  }

  #groupbtn .ontxt {
    padding: 80px 0;
    width: 100%;
    font-size: 20px;
  }

  #groupbtn .onicon+.ontxt {
    padding: 100px 0 40px;
  }
}

/* --------------------------------------------------------------------------------------------------*/

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

  /* HEADER
------------------------------------------------------------*/
  .header,
  .lowdir .header {
    height: 60px;
  }

  .logo {
    position: absolute;
    top: 11px;
    left: 2px;
    width: 80%;
    z-index: 2;
  }

  .logo img {
    width: 160px;
    height: auto;
  }

  .menubtnbox {
    display: block;
    position: fixed;
    top: 8px;
    right: 4px;
    width: 40px;
    padding: 6px 0;
  }

  .menu-btn {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    z-index: 111;
    background: url(../images/smpnvbtn.png) no-repeat;
    background-size: 32px 32px;
  }

  .open .menu-btn {
    background: url(../images/smpnvbtn_on.png) no-repeat;
    background-size: 32px 32px;
    cursor: default;
  }

  h1.csub {
    margin: 0 0 12px;
    font-size: 1.6em;
  }

  .lowdir .wrapper {}

  .menu li {
    width: 80%;
  }

  .bodersub {
    width: 100%;
  }

  /* FOOTER
------------------------------------------------------------*/

  .footer .box {
    padding: 32px 0 20px;
  }

  .ssflex {
    width: 70%;
  }

  /* accbox
---------------------------------------------------- */

  #accbox .box .morebtnbox {
    width: 80%;
    margin: 0 10%;
  }
}

/* youtube */

.youtube {
  text-align: end;
}

.youtube a {
  display: inline-block;
  /* padding: 50px auto; */
  margin: 50px 24px 0 0;
}

.youtube a img {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .youtube a {
    margin: 50px 0 0 0;
    text-align: center;
  }

  .youtube a img {
    width: 90%;
  }
}

.under__foot{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  @media only screen and (max-width: 896px){
    display: block;
  }
  .go-green{
    padding: 24px 0;
    text-align: center;
    background-image: url("../images/go-green-musuhi-banner.png");
    background-size: cover;
    @media only screen and (max-width: 896px){
      background-image: url("../images/go-green-musuhi-banner--sp.png");
    }
    h2{
      font-size: 32px;
      color: #fff;
      font-weight: bold;
      margin-bottom: 8px;
      @media only screen and (max-width: 896px){
        font-size: 28px;
      }
    }
    h3{
      font-size: 16px;
      color: #fff;
      @media only screen and (max-width: 896px){
        font-size: 12px;
      }
    }
  }
}

.youtube__bottom {
  background-color: #fafafa;
  text-align: center;
}

.youtube__bottom a {
  display: inline-block;
  padding: 24px auto;
  margin: 24px 0;
}

.youtube__bottom a img {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .youtube__bottom a img {
    width: 90%;
  }
}