.sp {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  z-index: 2;
}
header h1 {
  position: absolute;
  left: 3%;
  top: 30px;
  width: 140px;
}
header nav {
  position: absolute;
  right: 3%;
  top: 30px;
  text-align: right;
  font-size: 13px;
}
header nav li {
  margin-bottom: 15px;
}
header nav a {
  text-decoration: underline;
}

main {
  overflow: hidden;
}
main #mainVisual {
  position: relative;
  background: url("../img/index/image_mono.webp") no-repeat center bottom;
  background-size: cover;
  height: 100vh;
  margin-bottom: 10%;
}
main #mainVisual h2 {
  position: absolute;
  left: 8%;
  bottom: 15vh;
  font-size: 6.2vw;
  line-height: 1.2;
}
main #mainVisual h2 span {
  display: block;
  font-size: 1.1vw;
  padding: 20px 0 0 0;
}
main #aboutArea {
  position: relative;
  margin: 0 15% 15%;
}
main #aboutArea dl {
  width: 80%;
  margin-bottom: 20px;
}
main #aboutArea dl dt {
  font-size: 13px;
  font-weight: normal;
}
main #aboutArea dl dd {
  font-size: 11px;
  color: #999;
  padding-top: 5px;
}
main #aboutArea .txt {
  writing-mode: vertical-rl;
  font-size: 11px;
  position: absolute;
  right: 0%;
  top: 8%;
}
main #aboutArea .txt::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 70px;
  background-color: #999;
  position: absolute;
  top: 90px;
  right: 10px;
}
main #servicesArea {
  position: relative;
  margin: 0 8% 15%;
}
main #servicesArea h3 {
  position: absolute;
  left: 17%;
}
main #servicesArea h3::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24vh;
  background-color: #999;
  position: absolute;
  top: 1vh;
  left: 0;
  transform: rotate(45deg);
}
main #servicesArea .linkBtn {
  position: absolute;
  left: 3%;
  top: 21vh;
}
main #servicesArea dl {
  width: 70%;
  margin-left: 30%;
  margin-bottom: 60px;
}
main #servicesArea dl dt {
  font-size: 13px;
  font-weight: normal;
}
main #servicesArea dl dd {
  font-size: 11px;
  color: #999;
  padding-top: 5px;
}
main #servicesArea ul {
  margin-left: 30%;
  display: flex;
  flex-wrap: wrap;
}
main #servicesArea ul li {
  width: calc(33.333% - 0px);
  margin-bottom: 40px;
}
main #servicesArea ul li h4 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.5;
}
main #servicesArea ul li p {
  font-size: 13px;
  color: #666;
}
main #worksArea {
  margin: 0 8% 15%;
}
main #worksArea ul {
  display: flex;
  flex-wrap: wrap;
}
main #worksArea ul li {
  width: 46%;
  margin-bottom: 40px;
}
main #worksArea ul li .pht {
  margin-bottom: 20px;
}
main #worksArea ul li dt {
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1.5;
}
main #worksArea ul li dd {
  font-size: 13px;
  color: #666;
}
main #worksArea ul li a {
  display: block;
  transition: 0.3s;
}
main #worksArea ul li a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
main #worksArea ul li:nth-child(2n) {
  margin-left: 8%;
  padding-top: 80px;
}
main .linkBtn {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 14px;
  padding-top: 20px;
}
main .linkBtn a {
  text-decoration: underline;
  background: url("../img/common/arrow.svg") no-repeat right center;
  background-size: 30px 30px;
  padding: 10px 40px 10px 0px;
}
main h3 {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
  font-size: 17px;
}
main i {
  background: #000;
  border-radius: 7px;
  width: 7px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 10px;
}

#contactArea {
  position: relative;
}
#contactArea a {
  display: block;
  background: url("../img/common/bg_contact.webp") no-repeat center top;
  background-size: cover;
  color: #fff;
  transition: 0.3s;
  padding: 4% 8%;
}
#contactArea a:hover {
  transition: 0.3s;
  opacity: 0.9;
}
#contactArea dl dt {
  font-size: 17px;
  margin-bottom: 5px;
}
#contactArea dl dd {
  font-size: 13px;
}
#contactArea .linkBtn {
  position: absolute;
  right: 15%;
  top: 45%;
  text-decoration: underline;
  padding-right: 40px;
}
#contactArea .linkBtn img {
  width: 30px;
  position: absolute;
  right: 0;
  top: 0px;
}

#about {
  padding-top: 200px;
}
#about h2 {
  font-size: 36px;
  position: absolute;
  left: 8%;
  top: 200px;
}
#about .warp {
  margin: 0 8% 8% 30%;
}
#about .readjArea {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
}
#about .readjArea p {
  margin-bottom: 15px;
}
#about .readeArea {
  font-size: 11px;
  color: #999;
  padding-top: 5px;
}
#about dl {
  border-bottom: 1px solid #999;
}
#about dl dt {
  font-size: 11px;
  font-weight: normal;
  color: #999;
  padding-top: 5px;
}
#about dl dd {
  font-size: 13px;
  padding: 2% 0 3% 0;
}
#about ul {
  overflow: hidden;
}
#about ul li {
  width: 47%;
  float: left;
  margin-bottom: 2%;
}
#about ul li:nth-child(2n) {
  float: right;
}
#about ul li:nth-child(5) {
  width: 100%;
}
#about ul li:nth-child(6) {
  width: 100%;
}

#service {
  padding-top: 200px;
}
#service h2 {
  font-size: 36px;
  position: absolute;
  left: 8%;
  top: 200px;
}
#service .warp {
  margin: 0 8% 8% 30%;
}
#service h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
#service p {
  font-size: 13px;
  margin-bottom: 30px;
}

#works {
  padding-top: 200px;
  background: rgb(246, 246, 246);
}
#works h2 {
  font-size: 36px;
  position: absolute;
  left: 8%;
  top: 200px;
}
#works .warp {
  margin: 0 8% 8% 30%;
}
#works ul.anc {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3%;
}
#works ul.anc li {
  margin-right: 3%;
}
#works ul.anc li a {
  display: block;
  background: url("../img/common/arrow_down.svg") no-repeat left top 0.4vw;
  background-size: 1vw;
  padding-left: 1.3rem;
  font-weight: 600;
}
#works ul.anc li a:hover {
  opacity: 0.7;
}
#works ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5%;
}
#works ul.list li {
  width: 46%;
  margin-bottom: 40px;
}
#works ul.list li .pht {
  margin-bottom: 20px;
}
#works ul.list li dt {
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1.5;
}
#works ul.list li dd {
  font-size: 13px;
  color: #666;
}
#works ul.list li a {
  display: block;
  transition: 0.3s;
}
#works ul.list li a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

footer {
  position: relative;
  background: #000;
  height: 100px;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer dl {
  overflow: hidden;
  position: absolute;
  left: 3%;
  top: 30px;
  font-size: 13px;
}
footer dl dt {
  width: 150px;
  float: left;
  margin-right: 40px;
}
footer dl dd {
  float: left;
  margin-right: 20px;
  padding-top: 10px;
}
footer p {
  position: absolute;
  right: 3%;
  top: 40px;
  font-size: 12px;
  color: #666;
}/*# sourceMappingURL=style_pc.css.map */