@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}
body {
  font-family: "Karla", Arial, 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: gray;
  font-weight: 400;
}
div, main {
  display: block;
}

a {
  transition: all 0.5s ease;
  text-decoration: none;
  background-color: transparent;
}
h1, h2, h3, h5 {
  font-weight: 400;
  color: #262626;
  display: block;
}
p {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  display: block;
}

a img {
  border-style: none;
}

header {
  position: relative;
  width: 100%;
  height: 450px;
  z-index: 15;
}
.header-top {
  content: "";
  clear: both;
  height: 50PX;
  width: 100%;
  z-index: 70;
  background-color: #fff;
  top: 0;
  left: 0;
}
.header-top .header-logo {
  background-image: url("../img/akrosnewlogo-a.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  float: left;
}
.header-top a {
  color: #000;
}
.header-top a:hover {
  color: #ff1493;
}
.nav {
  float: right;
}
header .pipe {
  position: relative;
  background-image: url("../img/pipe-new5.png");
 z-index: 15;
}


.shape.no100 {
    background: rgba(255, 192, 203, 0.8);
    top: 280%;
    animation: ani-air100 2s linear 3s infinite normal;
    z-index: 10;
}
@keyframes ani-air100 {
  0% {
    top: 280%;
    opacity: 0
  }
  10% {
    top: 230%;
    opacity: 1
  }

  /* 100% {
    top: 0;
    opacity: 1
  }*/
  100% {
    top: 44%;
    opacity: 1;
  }
}

.shape.no101 {
    width: 30px;
    height: 30px;
    background: rgba(255,105, 180, 0.6);
    top: 280%;
    animation: ani-air100 4s linear 3s infinite normal;
}
/*ヘッダ@media*/
@media (max-width: 767px) {
  header {
    height: 250px;
  }
  .header-top {
    position: fixed;
  }

  .header-top .header-logo {
    display: block;
    height: 50px;
    width: 33.3333%;
    margin:0 0 0 10px;

  }
  /* トグルボタン　*/
  #menubtn {
    padding: 4px 12px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 5px;
  }
  #menubtn span {
    display: inline-block;
    text-indent: -9999px;
  }

  #menu {
    display: none;
  }
  .header-top .nav {
    margin-top: 30px;
  }
  .header-top .nav-items {
    list-style: none;
    color: #000;
    padding: 0;
    z-index: 50;
  }
  .nav-item > a {
    line-height: 2;
  }
  header .pipe {
    height: 100px;
    background-size: cover;
    margin-left: -250px;
  }
  .shape.no100 {
      left: 100px;
      width: 60px;
      height: 60px;
  }

  .shape.no101 {
      left: 100px;
  }
}
@media (min-width: 768px) {
  header {
    height: 450px;
  }

  .header-top {
    position: fixed;
    clear: both;
  }
  .header-top .header-logo {
    float: left;
    width: 25%;
    height: 50px;
    margin: 0 0 0 20px;
  }
  /* トグルボタン　*/
  #menubtn {
    display: none;
  }
  /* ナビゲーション */
  #menu {
    display: block !important;
  }
  .header-top .nav {
    float: right;
    margin-right: 10px;
  }
  .header-top .nav-items {
    list-style: none;
    color: #000;
    display: table;
    border-collapse: separate;
    border-spacing: 15px 0;
  }
  .header-top .nav-item {
    display: table-cell;
  }


  header .pipe {
    width: 100%;
   height: 150px;
   top: 50px

  }
  .shape.no100 {
      left: 530px;
      width: 80px;
      height: 80px;

  }
  .shape.no101 {
      left: 530px;
  }

}


.intro {
  position: relative;
  text-align: center;
}
#intro-text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 1;

}
.intro .akros {
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 100px;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 700;
}
.intro .sub-title {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 50px;
  line-height: 1.1;
}
.intro p {
  margin-bottom: 0;
}
.intro i {
  font-size: 20px;
}

.shape-wrapper1 {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 1000px;
}

.shape {
    position: absolute;
    border-radius: 50%;
    will-change: top;
    z-index: 10;
}

.shape.no1 {
    width: 100px;
    height: 100px;
    background: rgba(99, 144, 221, 0.78);
    opacity: 0;
    right: 0;
    top: 0px;
    animation: ani-air1 8s linear 4s infinite normal;
}
@keyframes ani-air1 {
  0% {
    opacity: 0;
    top: 60%;
  }
  50% {
    opacity: 1;
    top: 20;
  }
  100% {
    opacity: 0;
    top: -20%;
  }
}


.shape.no2  {
    width: 60px;
    height: 60px;
    background: rgba(69, 202, 207, 0.8);
    opacity: 0;
    right: 50px;
    top: 30px;
    animation: ani-air1 4s linear 5s infinite normal;

}
.shape.no51 {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 0, 0.6);
    opacity: 0;
    left: 0;
    top: 400px;
    animation: ani-air51 5s linear 5s infinite normal;
}
@keyframes ani-air51 {
  0% {
    opacity: 0;
    top: 80%;
  }
  50% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 0;
  }
}

.shape.no52  {
    width: 30px;
    height: 30px;
    background: rgba(148, 0, 211, 0.4);
    opacity: 0;
    right: 250px;
    top: 400px;
    animation: ani-air53 10s linear 6s infinite normal;

}
.shape.no53  {
    width: 80px;
    height: 80px;
    background: rgba(0, 210, 8, 0.4);
    opacity: 0;
    left: 250px;
    top: 200px;
    animation: ani-air53 12s linear 5s infinite normal;
}
@keyframes ani-air53 {
  0% {
    opacity: 0;
    top: 100%;
  }
  20% {
    opacity: 1;
    top: 80%;
  }
  80% {
    opacity: 1;
    top: 20%;
  }
  100% {
    opacity: 0;
    top: 0;
  }
}

.shape.no54  {
    width: 40px;
    height: 40px;
    background: rgba(0, 191, 210, 0.4);
    opacity: 0;
    left: 300px;
    top: 200px;
    animation: ani-air54 9s linear 5s infinite normal;

}
@keyframes ani-air54 {
  0% {
    opacity: 0;
    top: 100%;
  }
  20% {
    opacity: 1;
    top: 80%;
  }
  80% {
    opacity: 1;
    top: 20%;
  }
  100% {
    opacity: 0;
    top: 0;
  }
}

/* イントロ　@media */
@media (max-width: 1024px) {
  .sc-down {
    display: none;
  }

}
@media (max-width: 767px) {
  .intro {
    height: 500px;
  }

  .intro .akros {
    text-align: center;
    margin: 0;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 700;
  }

}
@media (min-width: 768px) {
  .intro {
    height: 1000px;
  }

}



.machine-room .mroom-cover {
  background: #151515 url("../img/machineroom5.jpg") no-repeat fixed bottom;
  background-size: cover;
  position: relative;
}
.machine-room .overlay {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.machine-room .inner {
  height: 100%;
      position: relative;
      text-align: center;
      width: 100%;
      z-index: 3;
    }
.machine-room .inner::before {
  background: linear-gradient(to top,#00f0ff 0,#00a 100%);
      content: " ";
      display: inline-block;
      height: 100%;
      opacity: .5;
      width: 250px;
}
.headding {
  font-size: 35px;
  font-weight: 400;
  }
.machine-room .inner-text {
  position: absolute;
  width: 100%;
  z-index: 4;
}
.machine-room .headding {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 1px;
}
.machine-room .inner-description {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}

.btn-success-mr {
  background: #00a;
  color: #fff;
  border: 2px solid #00a ;
}
.btn.btn-lg-mr {
  padding: 18px 24px !important;
  line-height: 1.7px;
}

.btn-success-mr:hover {
  background-color: #fff;
  border: 2px solid #00a;
 color: #00a;
}



.as-set .as-cover {
  background: #151515 url("../img2/as-unit1.jpg") no-repeat fixed bottom;
  background-size: cover;
  position: relative;
}
.as-set .overlay {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.as-set .inner {
  height: 100%;
      position: relative;
      text-align: center;
      width: 100%;
      z-index: 3;
    }
.as-set .inner::before {
  background: linear-gradient(to top,#00f0ff 0,#00a 100%);
      content: " ";
      display: inline-block;
      height: 100%;
      opacity: .5;
      width: 250px;
}
.as-set .headding {
  font-size: 35px;
  font-weight: 400;
  }

  .as-set .headding2 {
    font-size: 35px;
    font-weight: 400;
    }

.as-set .inner-text {
  position: absolute;
  width: 100%;
  z-index: 4;
}
.as-set .headding {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 1px;
}
.as-set .headding2 {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 1px;
}


.as-set .inner-description {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}

/**
.shape-wrapper2 {
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 4em auto;
    height: 920px;
}
**/


.shape.no3 {
  width: 100px;
  height: 100px;
  border: 3px solid #6491dd;
  background: transparent;
  left: 10%;
  top: 110%;
  opacity: 0;
  animation: ani-air3 10s linear infinite normal;
}
@keyframes ani-air3 {
0% {
  opacity: 0;
  top: 110%;
}
50% {
  opacity: 1;
  top: 50%;
}
100% {
  opacity: 0;
  top: -10%;
}
}
.shape.no4 {
  width: 50px;
  height: 50px;
  border: 3px solid #6491dd;
  background: transparent;
  left: 60px;
  top: 110%;
  animation: ani-air3 9s linear infinite normal;
}
.shape.no5 {
  width: 80px;
  height: 80px;
  border: 3px solid #ff4500;
  opacity: 0;
  background: transparent;
  right: 20px;
  top: 110%;
  animation: ani-air3 11s linear 1s infinite normal;
}
.shape.no6 {
  width: 30px;
  height: 30px;
  border: 3px solid #ff7f50;
  opacity: 0;
  background: transparent;
  right: 60px;
  top: 110%;
  animation: ani-air3 10s linear 1s infinite normal;
}
.shape.no7 {
  width: 50px;
  height: 50px;
  border: 3px solid #d29af5;
  background: transparent;
  right: 51%;
  top: 110%;
  opacity: 0;
  animation: ani-air3 11s linear 3s infinite normal;

}
.shape.no8 {
  width: 80px;
  height: 80px;
  border: 3px solid #d29af5;
  background: transparent;
  right: 52%;
  top: 110%;
  opacity: 0;
  animation: ani-air3 12s linear 3s infinite normal;
}


/* マシーンルーム　@media */
@media (max-width: 767px) {
  .machine-room .mroom-cover {
    height: 600px;
    background-attachment: scroll;
  }
  .machine-room .inner-text {
    top: 150px;
  }

  .as-set .as-cover {
    height: 600px;
    background-attachment: scroll;
  }
  .as-set .inner-text {
    top: 150px;
  }
  .as-set .headding2 {
    font-size: 28px;
    color: #fff;
  }

  }
@media (min-width: 768px) {
  .machine-room .mroom-cover {
    height: 920px;
    /*
    background-position: 0 -50px;
*/
  }
  .machine-room .inner-text {
    top: 400px;
  }
  .machine-room .inner {
    transform: rotateY(1);
    backface-visibility: hidden;
    transform-origin: bottom center;
    transition: transform .4s ease;
  }
  .machine-room .inner::before {
    width: 400px;
  }

  .as-set .as-cover {
    height: 920px;
    /*
    background-position: 0 -50px;
*/
  }
  .as-set .inner-text {
    top: 400px;
  }
  .as-set .inner {
    transform: rotateY(1);
    backface-visibility: hidden;
    transform-origin: bottom center;
    transition: transform .4s ease;
  }
  .as-set .inner::before {
    width: 400px;
  }


  }

/*お知らせ*/

.information {
  margin-top: 200px;
  background-color: #52d3aa;
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  position: relative;
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 50px;
  padding-top: 50px;
}
.infomation-hed-wrap {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  border: 1px solid #0752c2;
  text-align: center;
  position: relative;
}


.information-headding {
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.infomation-deco {
  border-radius: 50%;
  position: absolute;
}
.deco1 {
  width: 80px;
  height: 80px;
  bottom: -10px;
  left: -30px;
  background-color: rgba(250, 154, 246, 0.5);
}
.deco2 {
  width: 80px;
  height: 80px;
  top: -10px;
  right: -30px;
  background-color: rgba(124, 118, 245, 0.5);
}
.deco3 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: -100px;
  background-color: rgba(195, 152, 250, 0.5);
}
.deco4 {
  width: 30px;
  height: 30px;
  top: 180px;
  left: -160px;
  background-color: rgba(202, 242, 126, 0.3);
}
.deco5 {
  width: 30px;
  height: 30px;
  top: -20px;
  right: -80px;
  background-color: rgba(174, 118, 245, 0.5);
}




.scroll-list {
  max-height: 250px;
  overflow-y: auto;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
.scroll-list .scroll-item, .scroll-item-rap {
  margin-bottom: 20px;
}
.scroll-list .scroll-item .scroll-item-rap {
  display: block;
  font-size: 20px;
  color: #fff;
  border: 2px solid #f5fbfc;

  line-height: 1.5;
  transition: 0.1s;
  font-size: 0;
  margin: 5px 0;
  border-radius: 5px;
}
.scroll-list .scroll-item a:hover {
  background-color: rgba(249, 249, 249, 0.5);
}

.scroll-item-rap {
  display: block;
  font-size: 20px;
  color: #fff;
  border: 2px solid #f5fbfc;

  line-height: 1.5;
  font-size: 0;
  margin: 5px 0;
  border-radius: 5px;
}
.scroll-list .info-date {
  display: inline-block;
  width: 20%;
  font-size: 20px;
  padding-left: 15px;
  vertical-align: top;
}
.scroll-list .info-title {
  display: inline-block;
  width: 80%;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
}
.kyugyo-info {
  color:  #0752c2;
  font-size: 24px;
}
.kyugyobi {
  color: #0752c2;
  font-size: 24px;
}
.scroll-list .scroll-item a:hover {
  border: 2px solid #0752c2;
  color: #0752c2;
}
.kyushu-dentalshow-link  {
  color: #0752c2;
  border: none;
  font-size: 16px;
}
.scroll-list .scroll-item  .scroll-item-rap a:hover {
  border: none;
}

.ik-info {
  color: #0752c2;
}
/*##お知らせ@media##*/

@media (max-width: 767px) {
  .information {
    margin-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .scroll-list .info-date {
    display: block;
  }
  .scroll-list .info-title {
    line-height: 1.1;
    width: 100%;
    padding-right: 15px;
  }
}


/*　製品案内　*/
.productinfo {
  height: 2000px;
  position: relative;
  text-align: center;
}
.productinfo-wrapper {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /* height: 2000px; */
}
.productinfo .productinfo-text {
  text-align: center;
}

  .productinfo .headding {
}

.pinfo-description {
  line-height: 1.5;
}
.btn {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  transition: 0.1s;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
}
.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}
.btn.btn-lg {
  padding: 18px 36px !important;
  line-height: 1.7px;
}
/*
.btn-success:hover {
  box-shadow: 0 0 15px  rgba(0, 0, 0, 0.8);
}
*/
.btn-success:hover {
  background-color: #fff;
  border: 2px solid #58ca7e;
 color: #58ca7e;
}


.products .products-wrapper {
  position: relative;
  max-width: 950px;
  width: 90%;
  margin: 4em auto;
  height: 1200px;
}
.product-item {
  text-align: center;
}
.product-img {
  background-size: contain;
  transition: transform 0.3s;
}
.products .s-vacuum-img {
  height: 200px;
  width: 200px;
}
.products .s-vacuum-img:hover {
  transform: rotate(15deg) ;
}

.product-item-name {
  letter-spacing: 1px;
  padding: 6px;
  border-radius: 4px;
}
/*
.product-item-name:hover {
  box-shadow: 0 0 10px  rgba(0, 0, 0, 0.5);
}
*/
.products .s-vacuum-name {
  border: 2px solid #72d098;
  color: #72d098;
}
.products .s-vacuum-name:hover {
  color: #fff;
  background-color: #72d098;
}

.products .f-vacuum-img {
  height: auto;
  width: 200px;
}
.products .f-vacuum-img:hover {
  transform: rotate(-15deg) ;
}

.products .f-vacuum-name {
  border: 2px solid #ff69b4;
  color: #ff69b4;
}
.products .f-vacuum-name:hover {
  color: #fff;
  background-color: #ff69b4;
}


.products .g-vacuum-img {
  height: auto;
  width: 200px;
}
.products .g-vacuum-img:hover {
  transform: rotate(15deg) ;
}

.products .g-vacuum-name {
  border: 2px solid #ffa500;
  color: #ffa500;
}
.products .g-vacuum-name:hover {
  color: #fff;
  background-color: #ffa500;
}

.products .air-img {
  height: auto;
  width: 300px;
}
.products .air-img:hover {
  transform: rotate(-15deg) ;
}

.products .air-name {
  border: 2px solid #00bfff;
  margin-left: 75px;
  margin-right: 75px;
  color: #00bfff;
}
.products .air-name:hover {
  color: #fff;
  background-color: #00bfff;
}





.shape.no9 {
    width: 100px;
    height: 100px;
    background: rgba(25, 77, 235, 0.72);
    left: 0;
    top: 110%;
    opacity: 0;
    animation: ani-air3 18s linear infinite normal;
  }
  @keyframes ani-air3 {
  0% {
    opacity: 0;
    top: 110%;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: -10%;
  }
  }
.shape.no10 {
    width: 60px;
    height: 60px;
    background: rgba(69, 202, 207, 0.8);
    left: 50px;
    top: 110%;
    opacity: 0;
    animation: ani-air3 17s linear infinite normal;
}
.shape.no11 {
    width: 60px;
    height: 60px;
    background: rgba(207, 69, 156, 0.7);
    right: 30%;
    top: 110%;
    opacity: 0;
    animation: ani-air3 14.5s linear -5s infinite normal;
}
.shape.no12 {
    width: 100px;
    height: 100px;
    background: rgba(186, 25, 235, 0.58);
    right: 25%;
    top: 110%;
    opacity: 0;
    animation: ani-air3 15s linear infinite normal;
}
.shape.no13 {
    width: 40px;
    height: 40px;
    background: rgba(255, 215, 0, 0.5);
    left: 30%;
    top: 110%;
    opacity: 0;
    animation: ani-air3 10s linear -3s infinite normal;
}
.shape.no14 {
    width: 30px;
    height: 30px;
    background: rgba(0, 255, 0, 0.5);
    right: 0;
    top: 110%;
    opacity: 0;
    animation: ani-air3 10s linear 3s infinite normal;
}
.shape.no70 {
    width: 60px;
    height: 60px;
    background: rgba(66, 255, 0, 0.7);
    left: 20%;
    top: 110%;
    opacity: 0;
    animation: ani-air3 8s linear 3s infinite normal;
}

/* 製品案内　@media **/
@media (max-width: 767px) {
  .productinfo-wrapper {
    padding-top: 100px;
    height: 2000px;

  }
  .product-item {
    margin-bottom: 100px;
  }
  .productinfo-text {
    width: 100%;
    margin: 0 auto 50px auto;
  }

}

@media (min-width: 768px) {
  .productinfo-wrapper {
    padding-top: 200px
  }

  .productinfo-text {
    width: 500px;
    margin: 0 auto 150px auto;

  }

  .products .s-vacuum {
    position: absolute;
    left: 10%;
  }

  .products .f-vacuum {
    position: absolute;
    right: 0;
    top: 200px;
  }

  .products .g-vacuum {
    position: absolute;
    left: 40%;
    top: 480px;
  }

  .products .air {
    position: absolute;
    left: 0;
    top: 820px;
  }

}

.service {
  background-color: #52d3aa;
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  position: relative;
  margin-bottom: 100px;
}

.title {
  margin: 0px auto 100px auto;
  width: 500px;
  padding-top: 50px;
  text-align: center;

}
.service .service-title {
  margin: 0px auto 100px auto;
  padding-top: 50px;
  text-align: center;
  color: #f5f5f5;
}
.service .headding {
  font-size: 35px;
  font-weight: 400;
  animation-name: fadeInUp;
  color: #fff;
}
.service .service-description {
  line-height: 1.5;
  text-align: left;
}
.s-kochira {
  color: #ff1493;
  background: #fff;
}
.s-kochira:hover {
  color: #fff;
  background: #ff1493;
}

.service .service-wrapper {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 4em auto;
  height: 300px;
}
.service .service-item {
  padding-left: 15px;
  min-height: 1px;
  position: relative;
  padding-right: 30px;
}

.service .fas {
  font-size: 70px;
  margin-bottom: 30px;
  display: inline-block;
  color: #fff;
}
.service .service-item-name {
  font-size: 24px;
  color: #fff;
  margin: 0 0 30px 0;
  font-weight: 400;
}
.service .service-item > p {
  color: #f5f5f5;
}
.btn-success2 {
  background: #fff;
  color: #ff1493;
  border: 2px solid #fff;
}
/*
.btn-success2:hover {
  border: 2px solid #ff1493;
  box-shadow: inset 0 0 20px rgba(255, 20, 147, 0.7);
}
*/
.btn-success2:hover {
  border: 2px solid #ff1493;
  background-color: #ff1493;
  color: #fff;
}


.shape.no15 {
  width: 80px;
  height: 80px;
  border: 3px solid rgba(255, 192, 203, 0.7);
  background: transparent;
  left: 15px;
  top: 110%;
  opacity: 0;
  animation: ani-air3 7s linear infinite normal;
}


@keyframes ani-air3 {
0% {
  opacity: 0;
  top: 110%;
}
50% {
  opacity: 1;
  top: 50%;
}
100% {
  opacity: 0;
  top: -10%;
}
}
.shape.no16 {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(247, 59, 153, 1);
  background: transparent;
  left: 30%;
  top: 110%;
  opacity: 0;
  animation: ani-air3 10.5s linear infinite normal;
}
.shape.no17 {
  width: 80px;
  height: 80px;
  border: 3px solid rgba(255, 99, 71, 0.7);
  background: transparent;
  right: 200px;
  top: 110%;
  opacity: 0;
  animation: ani-air3 11s linear 3s infinite normal;
}
.shape.no18 {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(59, 135, 247, 1);
  background: transparent;
  right: 200px;
  top: 110%;
  opacity: 0;
  animation: ani-air3 9s linear 1s infinite normal;
}
.shape.no19 {
  width: 60px;
  height: 60px;
  border: 3px solid rgba(224, 242, 79, 1);
  background: transparent;
  right: 40%;
  top: 110%;
  opacity: 0;
  animation: ani-air3 8s linear infinite normal;
}

/* サービス @media */
@media (min-width: 768px) {
  .service {
    height: 800px;
  }
  .service .service-title {
    width: 500px;
  }
  .service .service-item {
    float: left;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .service {
    height: 1300px;
  }

  .service .service-title {
    width: 90%;
  }
  .service .service-item {
  padding-bottom: 100px;
  text-align: center;
}
}

/* 展示会 */
.tenjikai {
  background-color: #52d3aa;
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 10px;
}

.tenjikai .tenjikai-title {
  margin: 0px auto 0px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #f5f5f5;
}
.tenjikai .headding {
  font-size: 35px;
  font-weight: 400;
  animation-name: fadeInUp;
  color: #fff;
}
.tenjikai .tenjikai-description {
  line-height: 1.5;
  text-align: left;
}
.tenjikai-btn-rapp {
  margin-bottom: 0;
}
.tenjikai-btn {
  color: #0752c2;
  }
.tenjikai-btn:hover {
  background: #0752c2;
  border: 2px solid #0752c2;
  color: #fff;
}
.shape.no15t {
  width: 80px;
  height: 80px;
  border: 3px solid rgba(255, 192, 203, 0.7);
  background: transparent;
  right: 15px;
  top: 110%;
  opacity: 0;
  animation: ani-air3 3s linear infinite normal;
}
.shape.no16t {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(247, 59, 153, 1);
  background: transparent;
  left: 20%;
  top: 110%;
  opacity: 0;
  animation: ani-air3 5s linear infinite normal;
}
.shape.no17t {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 99, 71, 0.7);
  background: transparent;
  right: 250px;
  top: 110%;
  opacity: 0;
  animation: ani-air3 5s linear 3s infinite normal;
}
.shape.no18t {
  width: 70px;
  height: 70px;
  border: 3px solid rgba(59, 135, 247, 1);
  background: transparent;
  left: 25%;
  top: 110%;
  opacity: 0;
  animation: ani-air3 3s linear 1s infinite normal;
}
.shape.no19t {
  width: 80px;
  height: 80px;
  border: 3px solid rgba(224, 242, 79, 1);
  background: transparent;
  left: 10%;
  top: 110%;
  opacity: 0;
  animation: ani-air3 4s linear infinite normal;
}

/* 展示会 @media */
@media (max-width: 767px) {
  .tenjikai .tenjikai-title {
    width: 90%;
  }
}

/*会社概要*/
.aboutus {
  position: relative;
  margin-bottom: 100px;
}
.aboutus .container {
  position: relative;
  margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.aboutus-title {

}
.aboutus-item{
  position: relative;
  padding-bottom: 4em;
  clear: both;
  overflow: hidden;
}
.aboutus table {
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}
.aboutus th, td {
  padding: 10px 20px 10px 20px;
}
.aboutus th {
  text-align: right;
}
.aboutus .aboutus-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-size: cover;

}

/*アクセス  */
.access {
  position: relative;
}
.access .container {
  position: relative;
  margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.access .office-item {
  position: relative;
  padding-bottom: 4em;
  clear: both;
  overflow: hidden;
}
.access .office-item-text {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.access .office-name {
  font-size: 24px;
  line-height: 1.1;
  color: #000;
  font-weight: 400;
  margin: 0 0 30px 0;
  display: block;
}
.access .office-info {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  font-size: 20px;
  line-height: 1.5;
  color: #7f7f7f;
}
.access .office-info-item {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
}
.access i {
  position: absolute;
    top: .2em;
    left: 0;
    font-size: 24px;
}
.access .ggmap {
  position: relative;
  overflow: hidden;
  height: 450px;
  margin-bottom: 30px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.shape.no30 {
    width: 50px;
    height: 50px;
    background: rgba(25, 77, 235, 0.6);
    left: 30%;
    top: 100%;
    opacity: 0;
    animation: ani-air30 12s linear infinite normal;
  }
  .shape.no31 {
      width: 70px;
      height: 70px;
      background: rgba(25, 203, 235, 0.8);
      left: 10%;
      top: 100%;
      opacity: 0;
      animation: ani-air30 17s linear 3s  infinite normal;
    }
    .shape.no32 {
        width: 50px;
        height: 50px;
        background: rgba(123, 25, 235, 0.4);
        right: 10%;
        top: 100%;
        opacity: 0;
        animation: ani-air30 13s linear -10s infinite normal;
      }
      .shape.no33 {
          width: 70px;
          height: 70px;
          background: rgba(235, 25, 88, 0.4);
          right: 20%;
          top: 100%;
          opacity: 0;
          animation: ani-air30 19s linear -10s infinite normal;
        }
        .shape.no34 {
            width: 80px;
            height: 80px;
            background: rgba(25, 203, 235, 0.6);
            left: 5%;
            top: 100%;
            opacity: 0;
            animation: ani-air30 18s linear -12s  infinite normal;
          }
          .shape.no35 {
              width: 60px;
              height: 60px;
              background: rgba(235, 220, 25, 0.6);
              left: 45%;
              top: 100%;
              opacity: 0;
              animation: ani-air30 18s linear -2s  infinite normal;
            }

/*会社概要　@media*/
@media (max-width: 767px) {
  .aboutus .aboutus-title {
    width: 90%;
  }
  }
/*
@media (min-width: 1200px){
  .aboutus-description {
    float: left;
    max-width:60%;
  }
  .aboutus-image {
    float: right;
    width: 40%;
  }
}

@media (max-width: 1199px) {
  .aboutus-description {
    margin-left: auto;
    margin-right: auto;
  }
  .aboutus-image {
    display: none;
  }
}
*/
            /* 営業所　@media **/
            @media (max-width: 767px) {
              .access .access-title {
                width: 90%;
              }
              }
              @media (min-width: 768px) {
                .container {
                  width: 750px;
                }
                .access .access-title {
                  width: 500px;
                }
              }
              @media (min-width: 992px) {
                .container {
                  width: 970px;
                }
                .access .office-item-text {
                  float: left;
                  width: 50%;
                }
                .ggmap {
                  float: left;
                  width: 50%;
                }
              }



            @media (min-width: 1200px) {
              .container {
                width: 1170px;
              }
            }








@keyframes ani-air30 {
0% {
  opacity: 0;
  top: 120%;
}
20% {
  opacity: 0.8;
  top: 92%;
}
80% {
  opacity: 0.8;
  top: 8%;
}

100% {
  opacity: 0;
  top: -20%;
}
}

/*##topへ戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 100;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 30px;
 width: 35px;
 height: 35px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding:8px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.footer-cover {
  height: 500px;
  background-color: #52d3aa;
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  position: relative;
  z-index: 1;
  text-align: center;
}

footer .footer-logo-img {
  margin-top: 50px;
  padding: 2px 2px 4px 2px;
  /*background-color: #fff;
  border: 1px solid #fff;*/
  border-radius: 3px;
}
footer .footer-office-info {
  list-style: none;
  padding: 0;
}
footer .footer-office-info-item {
  color: #fff;
  margin-top: 10px;
}
footer .copyright {
  position: absolute;
  bottom: 0;
  width: 100%;

}

footer .copy {
  color: #fff;
}

footer .bubbles-img {
  background-image: url("../img2/bubbles1.png");
  width: 100%;
  height: 250px;;
  background-size: cover;
  position: absolute;
  bottom: 0;
  z-index: 5;
}

footer .no300 {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(250, 176, 99, 1);
    background: transparent;
    left: 45%;
    top: 0;
    z-index: 4;
    opacity: 0;
    animation: ani-air300 3s linear infinite normal;
}
footer .no301 {
    width: 30px;
    height: 30px;
    border: 3px solid rgba(60, 70, 203, 0.8);
    background: transparent;
    left: 20%;
    top: 0;
    z-index: 4;
    opacity: 0;
    animation: ani-air300 6s linear 2s infinite normal;
}
footer .no302 {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(199, 96, 192, 0.89);
    background: transparent;
    right: 20%;
    top: 0;
    z-index: 4;
    opacity: 0;
    animation: ani-air300 5s linear 1s infinite normal;
}
footer .no303 {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(169, 116, 215, 0.8);
    background: transparent;
    right: 15%;
    top: 0;
    z-index: 4;
    opacity: 0;
    animation: ani-air300 5s linear 2s infinite normal;
}
footer .no304 {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(125, 204, 143, 0.8);
    background: transparent;
    left: 10%;
    top: 0;
    z-index: 4;
    opacity: 0;
    animation: ani-air300 5s linear 1s infinite normal;
}
footer .no305 {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(249, 252, 59, 1);
    background: transparent;
    left: 30%;
    top: 0;
    z-index: 4;
    opacity: 0;
    animation: ani-air300 3s linear 1s infinite normal;
}
footer .no306 {
    width: 30px;
    height: 30px;
    border: 3px solid rgba(115, 244, 108, 1);
    background: transparent;
    right: 35%;
    top: 0;
    z-index: 4;
    opacity: 0;
    animation: ani-air300 3s linear 2s infinite normal;
}




@keyframes ani-air300 {
0% {
  opacity: 0;
  top: 100%;
}
10% {
  opacity: 0.8;
  top: 88%;
}
90% {
  opacity: 1;
  top: -8%;
}

100% {
  opacity: 0;
  top: -20%;
}
}
footer .no400 {
    width: 100px;
    height: 100px;
    background-color: #f9aee8;
    background-image: repeating-linear-gradient(to bottom right, #f9aee8 0%, #ca6aff 100%);
    right: 0%;
    bottom: 0;
    z-index: 5;
}
footer .no401 {
    width: 80px;
    height: 80px;
    background-color: #d5b7f6;
    background-image: repeating-linear-gradient(to bottom right, #d5b7f6 0%, #916aff 100%);
    right: 0%;
    bottom: 90px;
    z-index: 5;
}

/* フッター @media */
@media (max-width: 767px) {
  .footer-logo-img {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .footer-logo-img {
    width: 20%;
  }
}




  @keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }
    15% {
      opacity: 1;
      top: 50%;
    }
    50% {
      opacity: 0;
      top: 50%;
    }
    100% {
      opacity: 0;
      top: 29%;
    }
  }





  @keyframes fdeInUp {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
