@charset "UTF-8";

/* -------------------- COMMON -------------------- */
body {
  font-family: メイリオ,Meiryo,ヒラギノ角ゴシック,Hiragino Sans,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  color: #000;
  background: #fff;
  line-height: 1;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #abcd03;
  text-decoration: none;
}

a.wlink {
  color: #fff;
  text-decoration: none;
}
a.wlink:hover {
  color: #abcd03;
  text-decoration: none;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.spN {display: none!important;}
.pcN {display: block!important;}
  @media screen and (min-width: 768px) {
    .spN {display: block!important;}
    .pcN {display: none!important;}
  }

p {
  font-size: 1.4em;
  line-height: 1.5;
}

.mb05 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}


/* ------- Fade ------- */
.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  opacity:0;
}
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

/* -- scroll -- */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
    cursor: default;
  }
}

/* -------------------- HEADER -------------------- */
.header-area {
  position: fixed;
  display: flex;
  top: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  z-index: 100;
}
.header-area a {
  color: #000;
}
.header-area .logo {
  position: absolute;
  left: 40px;
  opacity: 0;
}
.header-area .logo02 {
  position: absolute;
  left: 40px;
  opacity: 1;
}

.header-area .logo img, .header-area .logo02 img {
  height: 20px;
  width: auto;
}
  @media screen and (max-width: 768px) {
    .header-area {
      }
    .header-area .logo, .header-area .logo02 {
      position: absolute;
      left: 20px;
      /*padding: 12px 0;
      opacity: 0;*/}
    .header-area .logo img, .header-area .logo02 img {
      height: 20px;
      width: auto;}
  }

.header-change {
  color: #000;
  background:#fff;
}
.header-change a {
  color: #000;
}
.header-change .logo {
  opacity: 1;
}

.header-menu {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 1280px;
  height: 60px;
}
  @media screen and (max-width: 768px) {
    .header-menu {
      position: absolute;
      width: 100%;
      height: 60px;
      margin: 0 auto;
      padding: 10px 20px;}
  }


/* -------------------- Contents -------------------- */
#contents {
  width: 100%;
}
  @media screen and (max-width: 768px) {
    #contents {
      overflow:hidden;}
  }

/* ------- キービジュアル ------- */
.mainVisual {
  position:relative;
  width: 100%;
  max-height: 800px;
  height: 100vh;
  margin-bottom: 20px;
  overflow:hidden;
  background-image:url(../img/kv.png);
  background-repeat:no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}
  @media screen and (max-width:768px){
    .mainVisual {
      height:100vh;
      background-size: auto 770px;}
  }
.mainVisual:after {
  content: '';
  background-color: rgba(255,255,255,.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mainVisual:before {
  content:"";
  position:absolute;
  display:block;
  width:100%;
  height:100%;
  background-image:url(../img/kv.png);
  background-repeat:no-repeat;
  background-position:top;
  background-size:cover;
}
  @media screen and (max-width:768px){
    .mainVisual::before {
      height: 100vh;
      margin-bottom: 20px;
      background-image:url(../img/kv_sp.png);}
  }
.mainVisual:after {
  content: '';
  background-color: rgba(255,255,255,.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mainVisual-inner {
  position: absolute;
  z-index: 2;
}
.mainVisual-inner img {
  width: 32.2580645161vw; /* 200(px) / 620(px) * 100vw */
}
  @media screen and (max-width: 768px) {
    .mainVisual-inner img {
      width: 70%;
      max-width: 500px;
      height: auto;}
  }

.mainVisual-inner .message01 {
  padding: 10px 5px;
  font-weight: 600;
  font-size: 2vw;
  line-height: 1.3em;
  color: #000;
  text-align: center;
}
  @media screen and (max-width: 768px) {
    .mainVisual-inner .message01 {
      font-size: 2em;
      line-height: 1.3em;}
  }

.mainVisual-inner .message02 {
  padding: 5px;
  font-weight: 600;
  font-size: 1.5vw;
  line-height: 1.3em;
  color: #000;
  text-align: center;
}
  @media screen and (max-width: 768px) {
    .mainVisual-inner .message02 {
      font-size: 1.4em;
      line-height: 1.3em;}
  }


/*スクロールダウン全体の場所*/
.scrolldown {
  position:absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
}

/*Scrollテキストの描写*/
.scrolldown span {
  position: absolute;
  left:10px;
  bottom:35px;
  color: #777;
  font-family: Roboto,sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scrolldown:before {
  content: "";
  position: absolute;
  bottom:0;
  left:-4px;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#abcd03;
  animation:
  circlemove 1.6s ease-in-out infinite,
  cirlemovehide 1.6s ease-out infinite;
  z-index: 12;
}
  @keyframes circlemove{
    0%{bottom:100px;}
    100%{bottom:-5px;}
   }
  @keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
   }
.scrolldown:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width: 1px;
  height: 100px;
  background:#fff;
  z-index: 11;
}

.mainBox {
  margin: 0 auto;
  width: 60%;
}
.mainBox p {
  padding-top: 10px;
  font-size: 1.5em;
}
  @media screen and (max-width: 768px) {
    .mainBox {
      margin: 0 auto;
      width: 100%;}
  }

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

.contents_item {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}
  @media screen and (max-width:768px){
    .contents_item {
      padding: 50px 20px;}
  }


/* ------- テキスト ------- */
h1, h1.htxtw {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 4em;
}
  @media screen and (max-width:768px){
    h1, h1.htxtw {
      padding: 15px 20px 15px 0;
      margin-bottom: 15px;
      font-size: 3em;}
  }
h1:after, h1.htxtw:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  display: inline-block;
  width: 55px;
  height: 3px;
  background-color: #abcd03;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
  @media screen and (max-width:768px){
    h1:after, h1.htxtw:after {
    right: -30px;}
  }
.h1sbtxt{
  font-family: 'M PLUS 1p', ヒラギノ角ゴシック;
}
h1.htxtw {
  color: #fff;
}
h1.htxtw:after {
  color: #fff;
}

p.stit {
  padding: 10px 20px 0;
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
}
  @media screen and (max-width:768px){
    p.stit {
      padding: 5px 10px 0;
      font-size: 1.6em;}
  }
p.maintxt, p.maintxt_w, p.maintxt_g {
  padding: 10px 20px;
  font-size: 1.5em;
  text-align: left;
}
  @media screen and (max-width:768px){
    p.maintxt, p.maintxt_w, p.maintxt_g {
      padding: 5px 10px;
      font-size: 1.4em;}
  }
p.maintxt_w {
  color: #fff;
}
p.maintxt_g {
  padding: 10px 20px 2px;
  margin-bottom: 10px;
  border-bottom: solid 2px #abcd03;
  /*text-decoration:underline;
  text-decoration-color: #abcd03;*/
}
p.exp, p.exp_w {
  padding: 0 20px;
  font-size: 1.2em;
  text-align: left;
}
p.exp_w {
  color: #fff;
}

h2 {
  position: relative;
  display: inline-block;
  width: 100%;
  /*padding: 100px 0;*/
  margin: 100px auto 120px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 4em;
  text-align: center;
}
  @media screen and (max-width:768px){
    h2 {
      margin: 80px auto 100px;
      font-size: 3em;}
  }
h2:before {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: -20px;
  left: 50%;
  width: 80px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #abcd03;
}

h3 {
  padding: 30px 20px 5px;
  font-size: 1.6em;
  font-weight: 600;
}
  @media screen and (max-width:768px){
    h3 {
      padding: 30px 10px 5px;
      font-size: 1.4em;}
  }

p.arrow {
  padding: 10px 0;
  font-size: 1.5em;
  text-align: right;
  white-space: nowrap;
}
  @media screen and (max-width:768px){
    p.arrow {
      padding: 5px 0;
      font-size: 1.4em;}
  }


/* ------- Business ------- */
.coverVisual_glay {
  position: relative;
  width: 100%;
  background-color: #eee;
  z-index: 0;
}
.box_business {
  display: table;
  width: 100%;
  padding-left: 20px;
}
  @media screen and (max-width:768px){
    .box_business {
      padding-left: 0;}
  }
.box_business img {
  max-width: 100px;
  height: auto;
}
.box_business img.sicon {
  width: 20px;
  height: auto;
  margin-left: 10px;
}
  @media screen and (max-width: 768px) {
    .box_business img.sicon {
      width: 30px;
      margin: 0 10px;}
  }

table.tbl_business {
  width: 100%;
}
.tbl_business th,
.tbl_business td {
  padding: 10px 5px;
  vertical-align: middle;
  box-sizing:border-box;
}
.tbl_business td {
  text-align: center;
}
.tbl_business td:last-child {
  text-align: right;
}
  @media screen and (max-width: 768px) {
    .tbl_business {
      width: 100%;
    }
  .tbl_business th,
  .tbl_business td {
      display: block;
      width: 100%;
    }
  }


/* ------- Works ------- */
.box_sns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 20px;
}
.box_sns>div {
  width: calc(100% / 4);
  text-align: center;
  box-sizing: border-box;
}
  @media screen and (max-width:768px){
    .box_sns {
      display: block;
      flex-wrap: inherit;
      padding: 0 10px;}
    .box_sns>div{
      width: 100%;
      box-sizing: border-box;}
  }
.box_sns>div:nth-child(1) {
  padding-left:15px;
}
.box_sns>div:nth-child(2) {
  padding: 0 5px 0 10px;
}
.box_sns>div:nth-child(3) {
  padding: 0 10px 0 5px;
}
.box_sns>div:nth-child(4) {
  padding-right: 15px;
}
  @media screen and (max-width:768px){
    .box_sns>div:nth-child(1), .box_sns>div:nth-child(2), .box_sns>div:nth-child(3){
      padding: 10px 0 30px;}
    .box_sns>div:nth-child(4){
      padding: 10px 0 30px;}
  }

.box_sns img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}
  @media screen and (max-width:768px){
    .box_sns img {
      max-width:none;
      width:100%;
      margin-bottom: 10px;}
  }


/* ------- Service ------- */
.coverVisual_service {
  position: relative;
  width: 100%;
  background-image:url(../img/con_bg03.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center center;
  z-index: 0;
}
.coverVisual_service:after {
  content: "";
  position: absolute;
  left:0;
  top: 0;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}


/* ------- Company ------- */
table.tbl_company {
}
.tbl_company th {
  padding: 10px 20px 30px 20px;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.tbl_company th:last-child {
  padding: 10px;
}
.tbl_company th p {
  font-size: 1.5em;
  line-height: 1.5;
  border-bottom: solid 2px #ddd;
}
.tbl_company td {
  padding: 10px 20px 30px 20px;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.tbl_company td:last-child {
  padding: 10px 10px 10px 30px;
}
  @media screen and (max-width:768px){
    table.tbl_company {}
    .tbl_company th, .tbl_company td {
      display: block;
    }
    .tbl_company th, .tbl_company th:last-child {
      padding: 10px;
    }
    .tbl_company th p {
      font-size: 1.4em;
      line-height: 1.5;
    }
    .tbl_company td, .tbl_company td:last-child {
      padding: 0 10px 30px 20px;
      font-size: 1.4em;
      line-height: 1.5;
    }
  }

.tbl_company img.photo {
  padding: 5px;
  width: 150px;
  height: auto;
}
  @media screen and (max-width:768px){
    .tbl_company th .imgphoto {
      width: 100%;
      text-align: center;
    }
    .tbl_company img.photo {
      width: 80%;
      height: auto;

    }
  }

.tbl_company img.map {
  padding-left: 10px;
  width: 50px;
  height: auto;
}


/* ------- Contact ------- */
.coverVisual_02 {
  position: relative;
  width: 100%;
  background-image:url(../img/con_bg02.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center center;
  z-index: 0;
}
.coverVisual_02:after {
  content: "";
  position: absolute;
  left:0;
  top: 0;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}


/* ------- Button ------- */
.btnarrow {
  position: relative;
  display: inline-block;
  padding: 5px 55px 5px 30px;
  /*margin-right: 20px;*/
  margin-left: 20px;
  text-align: center;
  color:#000;
  background:#fff;
  text-decoration: none;
  border:solid 1px #000;
  outline: none;
  transition: all .2s linear;
}
  @media screen and (max-width:768px){
    .btnarrow {
      margin-right: 10px;}
  }
.btnarrow:hover {
  background:#abcd03;
  color:#000;
  border-color:#000;
}
.btnarrow:before {
  content:"";
  position: absolute;
  top:50%;
  right:35px;
  width:15px;
  height:1px;
  background:#000;
}
.btnarrow::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 30px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #000;
  transition: all .2s linear;
}
.btnarrow:hover::before {
  background:#000;
  right:30px;
  width:20px;
}
.btnarrow:hover::after {
  border-left-color: #000;
  right: 22px;
}


/* ------- PAGETOP ------- */
.ScrollTop {
  position: fixed;
  right: 15px;
  bottom: 55px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 12px;
  line-height: 1.5rem;
  color: #737373;
  padding: 0 0 0 35px;
  border-top: solid 1px;
  opacity: 0;
  transition: all 0.65s;
}
.ScrollTop:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}
.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s;
}


/* -------------------- FOOTER -------------------- */
#footer {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px;
}
#footer img {
  /*width: 20px;
  height: auto;*/
  width: auto;
  height: 20px;
  margin-left: 10px;
}
  @media screen and (max-width: 768px) {
    #footer img {
      height: 30px;
      margin: 0 10px;}
  }
.footer-menu {
  display: flex;
  justify-content: flex-end;
}
.footer-menu ul {
  display: table;
  list-style: none;
}
.footer-menu ul li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  text-align: center;
}
  @media screen and (max-width: 768px) {
    .footer-menu ul li {
      display: block;
      font-size: 1.5em;
      padding: 10px 0 ;}
  }
.footer-copy {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  padding-top: 15px;
}
  @media screen and (max-width: 768px) {
    .footer-copy {
      padding-top: 30px;}
  }



/* ------- Navigation Button ------- */
.nav-menu {
  position: absolute;
  right: 40px;
}

.nav-wrap .nav-inner {
}
.nav-wrap ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-wrap ul li {
  margin-left: 40px;
  font-family: Roboto,sans-serif;
  font-weight: 500;
  font-size: 1.6em;
}
.nav-wrap ul li a {
  position: relative;
  text-decoration: none;
}
.nav-wrap ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #abcd03;
  border-radius: 50%;
  top: -10px;
  left: calc(50% - 5px);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.nav-wrap ul li a:hover::after {
  opacity: 1;
}

  @media screen and (max-width: 768px) {
    /* -- Close Button -- */
    .nav-button {
      position: fixed;
      top: 25px;
      right: 20px;
      width: 25px;
      height: 10px;
      cursor: pointer;
      z-index: 101;
    }
    .nav-line {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 2px;
      width: 100%;
      background: #000;
      transition: all 0.6s;
    }
    .nav-line::before,
    .nav-line::after {
      content: "";
      height: 2px;
      width: 100%;
      background: #000;
      position: absolute;
      left: 0;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
    }
    .nav-line::before {
      top: -8px;
    }
    .nav-line::after {
      top: 8px;
    }

    /* -- Open Button -- */
    /*--openNav---*/
    .openNav nav {
      opacity:1;
      visibility:visible;
    }
    .openNav .nav-wrap {
      visibility: visible;
      opacity: 1;
      top:0;
      right: 0;
    }
    .openNav .nav-button {
      border-color: #fff
    }
    .openNav .nav-line {
      background-color: transparent;
    }
    .openNav .nav-line::before,
    .openNav .nav-line::after {
      top: 0;
      background: #fff;
    }
    .openNav .nav-line::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .openNav .nav-line::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    /* -- Button Menu -- */
    .nav-wrap {
      position: fixed;
      display: block;
      justify-content: center;
      top:0;
      right: -120%;
      width: 100%;
      height: 100vh;;
      background-color: #abcd03;
      transition: all 0.6s;
      visibility: hidden;
      opacity: 0;
      z-index: 100;
    }
    .nav-wrap .nav-inner {
      position: relative;
      align-items: center;
      justify-content: space-between;
      top: 70px;
      left: 0;
      height: 100vw;
      overflow-x: hidden;
      overflow-y: auto;
    }
    .nav-wrap ul {
      display: block;
      padding: 10px 0;
      margin: 0;
    }
    .nav-wrap ul li {
      text-align: center;
      width: 100%;
      padding: 0 20px;
      margin: 0;
    }
    .nav-wrap ul li a {
      display: block;
      padding: 30px;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 0;
      color: #fff;
      text-shadow: initial;
      transition: .4s ease;
    }
    .nav-wrap ul li a::after {
      position: absolute;
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      border-radius: 50%;
      top: 0;
      left: calc(50% - 5px);
      opacity: 0;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
    }
    .nav-wrap ul li a:hover {
      background: rgba(92,185,207,0);
      color: #fff;
    }
}

