/*

Main Visual
.expand-canvas
  .control
  .canvas-frame

Section
.sec-service
.sec-aboutus
.sec-group
.sec-news

*/

/* Main Visual
= = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* .expand-canvas
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
.expand-canvas {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -650px;
  width: 1300px;
  height: 880px;
  z-index: 20;
}
.expand-canvas .catchcopy {
  position: absolute;
  left: 158px;
  top: 15px;
  z-index: 30;
}

@media only screen and (max-width: 768px) {
  .expand-canvas {
    position: relative;
    left: auto;
    top: 0px;
    margin-left: auto;
    width: 100%;
    height: auto;
  }
  .expand-canvas .screen {
    position: relative;
    left: auto;
    top: 0px;
    margin-left: auto;
    width: 100%;
    height: auto;
  }
  /* swiper */
  .expand-canvas .screen .swiper-slide img {
    width: 100%;
  }
  .expand-canvas .catchcopy {
    position: absolute;
    width: 80%;
    left: 30px;
    top: 15px;
    z-index: 30;
  }
  .expand-canvas .catchcopy img {
    width: 100%;
  }
}

/* .control */
.expand-canvas .control {
  position: absolute;
  left: 160px;
  top: 264px;
  width: 980px;
  height: 320px;
  z-index: 20;
}
.expand-canvas .control .nav-btn {
  position: absolute;
  width: 320px;
  height: 320px;
  background: #000;
  top: 0px;
}
.expand-canvas .control .nav-btn-1 {
  left: 0px;
}
.expand-canvas .control .nav-btn-2 {
  left: 330px;
}
.expand-canvas .control .nav-btn-3 {
  left: 660px;
}

@media only screen and (max-width: 768px) {
  .expand-canvas .control {
    left: 0px;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  .expand-canvas .control .nav-btn {
    position: relative;
    float: left;
    width: 25%;
    height: auto;
    margin-left: 6%;
    left: 0;
    top: 0px;
  }
  .expand-canvas .control .nav-btn img {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .expand-canvas .control {
    position: relative;
    left: 0px;
    top: auto;
    bottom: auto;
  }
  .expand-canvas .control .nav-btn {
    width: 33%;
    margin-left: 0.46%;
  }
  .expand-canvas .control .nav-btn:first-child {
    margin-left: 0;
  }
}

/* canvas */
.expand-canvas .canvas-frame {
  position: absolute;
  left: 160px;
  top: 264px;
  width: 980px;
  height: 600px;
  z-index: 30;
}
.expand-canvas .canvas-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.expand-canvas .canvas-frame .canvas {
  position: absolute;
  background: #000;
  left: 0px;
  top: 0px;
  width: 980px;
  height: 600px;
  overflow: hidden;
}
.expand-canvas .canvas-frame .canvas .title {
  position: absolute;
  left: 10px;
  top: 20px;
}
.expand-canvas .canvas-frame .canvas .text {
  position: absolute;
  left: 340px;
  top: 12px;
  width: 630px;
}
.expand-canvas .canvas-frame .canvas .text p {
  color: #fff;
  text-indent: 1em;
  font-size: 100%; /* done */
  line-height: 1.6;
}
.expand-canvas .canvas-frame .canvas.canvas-1 .text p {
  font-size: 100%; /* done */
  line-height: 1.4;
}
.expand-canvas .canvas-frame .canvas .img-link {
  position: absolute;
  left: 340px;
  top: 426px;
}
.expand-canvas .canvas-frame .canvas .img-link .link-item {
  float: left;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.expand-canvas .canvas-frame .canvas .img-link .link-item:first-child {
  margin-left: 0;
}
.expand-canvas .canvas-frame .nav-canvas {
  position: absolute;
  left: 10px;
  top: 500px;
}
.expand-canvas .canvas-frame .nav-canvas .nav-item {
  float: left;
  margin-left: 0.5em;
}
.expand-canvas .canvas-frame .nav-canvas .nav-item:first-child {
  margin-left: 0;
}
.expand-canvas .canvas-frame .nav-canvas .nav-item .is-active {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .expand-canvas .canvas-frame {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
  .expand-canvas .canvas-wrap {
    position: relative;
  }
  .expand-canvas .canvas-frame .canvas {
    position: relative;
    width: 98%;
    height: auto;
    padding: 1%;
  }
  .expand-canvas .canvas-frame .canvas .title {
    position: relative;
    float: left;
    width: 300px;
    margin-bottom: 1em;
  }
  .expand-canvas .canvas-frame .canvas .text {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin-left: 320px;
    margin-bottom: 1em;
  }
  .expand-canvas .canvas-frame .canvas .text p {
    font-size: 100%; /* done */
    line-height: 1.8;
  }
  .expand-canvas .canvas-frame .canvas .img-link {
    position: relative;
    left: auto;
    top: auto;
    clear: both;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .expand-canvas .canvas-frame .canvas .img-link .link-item {
    width: 31%;
    margin-left: 3.5%;
  }
  .expand-canvas .canvas-frame .canvas .img-link .link-item img {
    width: 100%;
  }
  .expand-canvas .canvas-frame .canvas .img-link .link-item:first-child {
    margin-left: 0;
  }
  .expand-canvas .canvas-frame .canvas .nav-canvas {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 1em;
  }
} /* 0 - 768 */

/* 568px以下
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 568px) {
  .expand-canvas .canvas-frame .canvas .title {
    float: none;
    width: 300px;
    margin: 0 auto 1em;
  }
  .expand-canvas .canvas-frame .canvas .text {
    padding: 0.5em;
    margin-left: 0;
  }
  .expand-canvas .canvas-frame .canvas .text p {
    font-size: 100%; /* done */
    line-height: 1.6;
  }
  .expand-canvas .canvas-frame .canvas .img-link {
    clear: both;
  }
  .expand-canvas .canvas-frame .canvas .img-link .link-item {
    width: 45%;
    margin-left: 3.5%;
  }
  .expand-canvas .canvas-frame .canvas .img-link .link-item:nth-child(odd) {
    margin-left: 0;
  }
} /* 0 - 568 */


/* Section
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* .sec-service */
.sec-service {
  margin-bottom: 80px;
}
.sec-service .item {
  position: relative;
  display: block;
  width: 326px;
  height: 290px;
  float: left;
  margin-top: 1px;
  margin-left: 1px;
}
.sec-service .item.item-8 {
  width: 653px;
}
.sec-service .item:nth-child(3n+1) {
  margin-left: 0px;
}
.sec-service .item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 326px;
  height: 290px;
}

.sec-service .item-1 .item-overlay {
  background-color: rgba(0, 179, 217, 0.9);
}
.sec-service .item-2 .item-overlay {
  background-color: rgba(0, 149, 117, 0.9);
}
.sec-service .item-3 .item-overlay {
  background-color: rgba(105, 201, 16, 0.9);
}
.sec-service .item-4 .item-overlay {
  background-color: rgba(255, 167, 39, 0.9);
}
.sec-service .item-5 .item-overlay {
  background-color: rgba(139, 56, 40, 0.9);
}
.sec-service .item-6 .item-overlay {
  background-color: rgba(199, 31, 40, 0.9);
}
.sec-service .item-7 .item-overlay {
  background-color: rgba(119,104,207,0.9);
}
.sec-service .item-8 .item-overlay {
  background-color: ;
}
.sec-service .item-9 .item-overlay {
  background-color: ;
}

/*  */
.sec-service .item-1:hover .item-overlay {
  background-color: rgba(0, 179, 217, 0.6);
}
.sec-service .item-2:hover .item-overlay {
  background-color: rgba(0, 149, 117, 0.6);
}
.sec-service .item-3:hover .item-overlay {
  background-color: rgba(105, 201, 16, 0.6);
}
.sec-service .item-4:hover .item-overlay {
  background-color: rgba(255, 167, 39, 0.6);
}
.sec-service .item-5:hover .item-overlay {
  background-color: rgba(139, 56, 40, 0.6);
}
.sec-service .item-6:hover .item-overlay {
  background-color: rgba(199, 31, 40, 0.6);
}
.sec-service .item-7:hover .item-overlay {
  background-color: rgba(119,104,207,0.6);
}
.sec-service .item-8:hover .item-overlay {
  background-color: ;
}
.sec-service .item-9:hover .item-overlay {
  background-color: ;
}

.sec-service .item-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 326px;
  height: 290px;
}

/* 768px以下
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 768px) {
  .sec-service .item {
    width: 33%;
    height: auto;
    margin-left: 0.46%;
  }
  .sec-service .item:first-child {
    margin-left: 0;
  }
  .sec-service .item.item-8 {
    width: 66.4%;
  }
  .sec-service .item img {
    width: 100%;
  }
  .sec-service .item-text {
    width: 100%;
  }
  .sec-service .item-overlay {
    width: 100%;
    height: 100%;
  }
} /* 0 - 768 */


/* .sec-aboutus */
.sec-aboutus {
  margin-bottom: 30px;
}
.sec-aboutus .item {
  position: relative;
  display: block;
  width: 322px;
  height: 322px;
  float: left;
  margin-top: 1px;
  margin-left: 100px;
}
.sec-aboutus .item:nth-child(3n+1) {
/* margin-left: 0px; */
}
.sec-aboutus .item-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 322px;
  height: 322px;
}

@media only screen and (max-width: 768px) {
  .sec-aboutus .item {
    width: 33%; /* 3つの場合 */
    width: 49%;
    height: auto;
    margin-left: 0.46%; /* 3つの場合 */
    margin-left: 1%;
  }
  .sec-aboutus .item:first-child {
    margin-left: 0;
  }
  .sec-aboutus .item-text {
    width: 100%;
  }
  .sec-aboutus .item img {
    width: 100%;
  }
} /* 0 - 768 */

/* .sec-group */
.sec-group {
  margin-bottom: 60px;
}
.sec-group .item {
  position: relative;
  display: block;
  width: 484px;
  height: 484px;
  float: left;
  margin-top: 1px;
  margin-left: 1px;
}
.sec-group .item:nth-child(3n+1) {
  margin-left: 0px;
}

@media only screen and (max-width: 768px) {
  .sec-group .item {
    width: 49%;
    height: auto;
    margin-left: 1%;
  }
  .sec-group .item:first-child {
    margin-left: 0;
  }
  .sec-group .item img {
    width: 100%;
  }
} /* 0 - 768 */

/* .sec-news */
.sec-news {
  margin-bottom: 60px;
}
