/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*===================================================================
  COMMON
===================================================================*/
.pc-show {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

img.pc-show {
  display: inline;
}
@media screen and (max-width: 768px) {
  img.pc-show {
    display: none;
  }
}

img.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  img.sp-show {
    display: inline;
  }
}

/*===================================================================
	TOP
===================================================================*/
.sec01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #333;
  color: #fff;
  background-image: url(../../images/main-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.sec01 h1 {
  margin: 0 4vw;
}
.sec01 .scroll {
  position: absolute;
  bottom: 0;
}

.sec02 {
  overflow: hidden;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec02 img {
  width: 100%;
}

.sec03 {
  overflow: hidden;
  height: 100vh;
  background-image: url(../../images/concept-txt.svg), url(../../images/concept-bg.jpg);
  background-repeat: no-repeat;
  background-position: top 4vw left, center center;
  background-size: 4.5vw auto, cover;
}
.sec03 .cnt01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.sec03 .cnt01 .txt {
  width: 31.7708333333%;
  margin: 0 0 0 10.9375%;
}
@media screen and (max-width: 768px) {
  .sec03 .cnt01 .txt {
    width: 62%;
    margin: 0 0 0 4vw;
  }
}
.sec03 .cnt01 .txt p {
  font-size: 1.3rem;
  margin: 0 0 3vw;
  line-height: 2.4;
}
.sec03 .cnt01 .txt p.en {
  font-size: 1rem;
  color: #878787;
  line-height: 1.8;
}
.sec03 .cnt01 .img {
  width: 30.3125%;
  margin: 0 9.4791666667% 0 0;
}
@media screen and (max-width: 768px) {
  .sec03 .cnt01 .img {
    margin: 0;
  }
}
.sec03 .cnt01 .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec04 {
  overflow: hidden;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec04 img {
  width: 100%;
}

.sec05 {
  overflow: hidden;
  background-image: url(../../images/works-txt.svg), url(../../images/works-bg.jpg);
  background-repeat: no-repeat;
  background-position: top 4vw left, center center;
  background-size: 4.5vw auto, cover;
  position: relative;
  height: 100vh;
  padding: 10vw 0 0 12vw;
}
.sec05 .cnt01 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 100%;
}
.sec05 .cnt01 .slider-item {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 20vw;
  margin-right: 5vw;
}
@media screen and (max-width: 768px) {
  .sec05 .cnt01 .slider-item {
    width: 70vw;
    margin-right: 4vw;
    margin-top: 4em;
  }
}
.sec05 .cnt01 .slider-item .img-gallery {
  display: none;
}
.sec05 .cnt01 a {
  display: block;
  color: #fff;
}
.sec05 .cnt01 a .img {
  height: 50vh;
}
.sec05 .cnt01 a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec05 .cnt01 a h2 {
  font-size: 2rem;
  padding: 1em 0 0.5em;
}
.sec05 .cnt01 a p {
  color: #ababab;
  font-size: 1.2rem;
}

.sec06 {
  overflow: hidden;
  height: 100vh;
}
.sec06 img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px);
}

.sec07 {
  overflow: hidden;
  background-image: url(../../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec07 .cnt01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec07 .cnt01 .txt {
  width: 25%;
  margin: 0 0 0 10.9375%;
}
@media screen and (max-width: 768px) {
  .sec07 .cnt01 .txt {
    width: 92%;
    margin: 0 0 0 4vw;
  }
}
.sec07 .cnt01 .txt p {
  font-size: 1.6rem;
  margin: 10vw 0 5vw;
  line-height: 2.4;
}
.sec07 .cnt01 .txt .btn a {
  display: block;
  background-color: #fff;
  padding: 0.3em 1em;
  text-align: center;
  padding: 1.75em 1em;
  line-height: 1;
}
.sec07 .cnt01 .img {
  width: 51.4583333333%;
  margin: 0 0;
}
@media screen and (max-width: 768px) {
  .sec07 .cnt01 .img {
    width: 100%;
    padding: 3em 0 0;
  }
}
.sec07 .cnt01 .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sec07 .cnt01 .img img.img1 {
  width: 72.4696356275%;
  float: right;
}
.sec07 .cnt01 .img img.img2 {
  width: 55.6680161943%;
}
.sec07 .copy {
  clear: both;
  text-align: right;
  padding: 8vw 2.5vw 3vw 0;
}
@media screen and (max-width: 768px) {
  .sec07 .copy {
    margin: 0 0 2em;
  }
}/*# sourceMappingURL=page.css.map */