.start {
  background: #002302;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9001;
  width: 45px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .start p {
    width: 30px;
  }
}

#contents div.mainimg {
  margin-bottom: 60px;
}

#contents div.mainimg ul li {
  width: 100%;
  height: calc(100vh - 120px);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

#contents div.mainimg ul li:nth-child(1) {
  background-position: center center;
}

#contents div.mainimg ul li:nth-child(1)::before {
  position: absolute;
  width: 35px;
  height: 70vh;
  display: block;
  top: 7vh;
  left: 70%;
  content: "";
  background: url(../images/main_copy01.svg) no-repeat center top;
}

@media screen and (max-width: 1200px) {
  #contents div.mainimg ul li:nth-child(1)::before {
    height: 550px;
    left: auto;
    right: 15%;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents div.mainimg ul li:nth-child(1)::before {
    height: 350px;
    top: 50px;
    right: 10%;
  }
}

#contents div.mainimg ul li:nth-child(2) {
  background-position: bottom center;
}

#contents div.mainimg ul li:nth-child(3) {
  background-position: center center;
}

#contents div.mainimg ul li:nth-child(4) {
  background-position: center center;
}

@media screen and (max-width: 1200px) {
  #contents div.mainimg ul li {
    height: 700px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents div.mainimg ul li {
    height: 500px;
  }
  #contents div.mainimg ul li:nth-child(4) {
    background-position: center right -80px;
  }
}

#contents div.jobArea > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents div.jobArea > div {
    display: block;
  }
}

#contents div.jobArea > div > section {
  width: 33.33%;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents div.jobArea > div > section {
    width: 100%;
  }
  #contents div.jobArea > div > section:not(:last-child) {
    margin-bottom: 30px;
  }
}

#contents div.jobArea > div > section > h3 {
  text-align: center;
  font-size: 1.6em;
  margin: 0 0 20px;
}

@media screen and (max-width: 960px) {
  #contents div.jobArea > div > section > h3 {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents div.jobArea > div > section > h3 {
    font-size: 1.5em;
    margin: 0 0 10px;
    padding-right: 40px;
  }
}

#contents div.jobArea > div > section > h3 img {
  width: 50px;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  #contents div.jobArea > div > section > h3 img {
    width: 40px;
  }
}

#contents div.jobArea > div > section > p.photo {
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #contents div.jobArea > div > section > p.photo {
    height: 180px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents div.jobArea > div > section > p.photo {
    height: 280px;
  }
}

#contents div.jobArea > div > section > p.text {
  letter-spacing: 1px;
  padding: 20px 20px 0;
  line-height: 200%;
}

@media screen and (max-width: 960px) {
  #contents div.jobArea > div > section > p.text {
    padding: 20px 10px 0;
  }
}

#contents div.worksArea {
  margin-bottom: 70px;
}

#contents div.worksArea > ul {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  #contents div.worksArea > ul {
    margin: 0 40px 40px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents div.worksArea > ul {
    display: block;
    margin: 0 50px 40px;
  }
}

#contents div.worksArea > ul li {
  width: calc(33.33% - 50px);
}

@media screen and (max-width: 960px) {
  #contents div.worksArea > ul li {
    width: calc(33.33% - 20px);
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents div.worksArea > ul li {
    width: 100%;
  }
  #contents div.worksArea > ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}

#contents div.worksArea > ul li a span {
  display: block;
}

#contents div.worksArea > ul li a span.photo {
  overflow: hidden;
}

#contents div.worksArea > ul li a span.photo span {
  height: 0;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents div.worksArea > ul li a span.photo span {
    padding-top: 80%;
  }
}

#contents div.worksArea > ul li a span.text {
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.2em;
  margin-top: 10px;
}

#contents div.worksArea > ul li a:hover span.photo span {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#contents div.instaArea > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contents div.instaArea > ul li {
  width: calc(100% / 6);
}

@media screen and (max-width: 960px) {
  #contents div.instaArea > ul li {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents div.instaArea > ul li {
    width: calc(100% / 3);
  }
}

#contents div.instaArea > ul li a {
  display: block;
  overflow: hidden;
}

#contents div.instaArea > ul li a span {
  display: block;
  height: 0;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contents div.instaArea > ul li a:hover span {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#contents section.copyArea {
  padding: 0 20px;
  text-align: center;
}

#contents section.copyArea > h2 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-size: 2.2em;
  margin: 0 0 20px;
  letter-spacing: 3px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents section.copyArea > h2 {
    font-size: 1.8em;
  }
}

#contents section.copyArea > p {
  letter-spacing: 2px;
  line-height: 200%;
  margin-bottom: 40px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents section.copyArea > p {
    text-align: left;
  }
}
/*# sourceMappingURL=index.css.map */