@charset "UTF-8";
.text-right {
  text-align: right;
}

.text-white {
  color: #fff;
}

.section-title.text-white::after {
  background-color: #fff;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #070707;
  font-family: "Noto Serif", serif, "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.section-wrapper {
  padding: 0 0 70px;
}

.section-title {
  max-width: 1220px;
  font-size: 6rem;
  font-style: italic;
  margin: 0 auto 70px;
  padding: 0 20px;
}

.section-title::after {
  content: "";
  background-color: #282f35;
  width: 200px;
  display: inline-block;
  height: 5px;
  margin-left: 30px;
  vertical-align: middle;
}

.section-inner {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}

.section-bottom {
  max-width: 1200px;
  font-size: 9rem;
  opacity: 7%;
  margin: 0 auto;
}

.link-btn {
  width: 235px;
  margin: 0 auto 70px;
  height: 59px;
  border-radius: 30px;
  display: block;
  background-color: #f7d43f;
  line-height: 60px;
  text-align: center;
  box-shadow: 0 0 6px #1b1310;
  text-decoration: none;
  transition: 0.3s;
}
.link-btn a {
  color: #171717;
}
.link-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.sp-br {
  display: none;
}

/*-------------------*/
/*--header
/*-------------------*/
.header {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 19px 30px;
  color: #fff;
  transition: 0.3s;
}
.header .header-inner {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
.header .header-inner .header-nav-list {
  display: flex;
}
.header .header-inner .header-nav-list__header-nav-item {
  margin-left: 30px;
  color: #fff;
}
.header .header-inner .header-nav-list__header-nav-item:last-of-type {
  margin-right: 0;
}
.header .header-inner .header-nav-list__header-nav-item a {
  color: #fff;
}
.header .hamberger-btn {
  display: none;
}

.fixed {
  position: fixed;
  background-color: #282f35;
  padding: 30px;
  width: 100%;
  transition: 0.3s;
}

/*-------------------*/
/*--mainvisual
/*-------------------*/
.mainvisual {
  height: 100vh;
  background-size: cover;
  position: relative;
  background-position: center;
  margin-bottom: 100px;
}
.mainvisual-title {
  position: absolute;
  left: 120px;
  bottom: 177px;
  color: #fff;
  text-align: center;
}
.mainvisual-title__en {
  font-size: 7rem;
  margin-bottom: 31px;
}
.mainvisual-title__ja {
  font-size: 4rem;
}
.mainvisual img {
  height: 100vh;
  min-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-arrow {
  display: none !important;
}

/*-------------------*/
/*--concept
/*-------------------*/
.concept-read {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  line-height: 1.7;
}

.concept-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.concept-item__concept-img {
  max-width: 440px;
}
.concept-item__concept-text {
  max-width: 440px;
  line-height: 1.9;
  font-weight: bold;
}

/*-------------------*/
/*--works
/*-------------------*/
.works-inner {
  background-image: url(img/works-bgi@2x.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 104px;
  padding-bottom: 70px;
}

.works-list {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  max-width: 1100px;
  margin: 0 auto 80px;
}
.works-list .works-item {
  width: 32%;
  background-color: #fff;
  margin-bottom: 80px;
}
.works-list .works-item__works-text {
  padding: 20px 25px;
}

/*-------------------*/
/*--service
/*-------------------*/
.service-list {
  display: flex;
  margin-bottom: 70px;
}
.service-list .service-item {
  width: 33.3%;
}
.service-list .service-item a {
  display: block;
  max-width: 100%;
  text-align: center;
  color: #fff;
  line-height: 320px;
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
  transition: 0.3s;
  text-decoration: none;
}
.service-list .service-item a:hover {
  background-color: rgb(40, 47, 53);
}
.service-list .service1 {
  background-image: url(img/service-img01@2x.jpg);
  background-size: cover;
}
.service-list .service2 {
  background-image: url(img/service-img02@2x.jpg);
  background-size: cover;
}
.service-list .service3 {
  background-image: url(img/sevice-img03@2x.jpg);
  background-size: cover;
}

/*-------------------*/
/*--contact
/*-------------------*/
.bg-contact {
  background-image: url(img/contact-bgi@2x.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 109px;
}
.bg-contact .contact-text {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

/*-------------------*/
/*--footer
/*-------------------*/
.footer-text {
  text-align: center;
  padding: 30px 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #282f35;
}

/*----------------------------------------------------------*/
/*--レスポンシブ（width:750）
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*-------------------*/
  /*--base-sp
  /*-------------------*/
  .section-wrapper {
    padding: 0 0 40px;
  }
  .section-title {
    font-size: 3rem;
    padding: 0 4vw;
    margin-bottom: 50px;
  }
  .section-title::after {
    width: 90px;
  }
  .section-inner {
    padding: 0 4vw;
  }
  .section-bottom {
    font-size: 4rem;
    padding: 0 4vw;
  }
  .link-btn {
    margin-bottom: 40px;
  }
  /*-------------------*/
  /*--header-sp
  /*-------------------*/
  .header {
    padding: 30px 4vw;
  }
  .header .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #282f35;
  }
  .header .header-nav-list {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header .header-nav-list__header-nav-item {
    margin: 0 0 30px;
  }
  .header .hamberger-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 4vw;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 20px;
    border-radius: 5px;
  }
  .header .hamberger-btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
  }
  .header .hamberger-btn span:nth-of-type(1) {
    top: 0;
  }
  .header .hamberger-btn span:nth-of-type(2) {
    top: 10px;
  }
  .header .hamberger-btn span:nth-of-type(3) {
    top: 20px;
  }
  .header .hamberger-btn.active span:nth-of-type(1) {
    top: 0px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .header .hamberger-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .hamberger-btn.active span:nth-of-type(3) {
    top: 0px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
  .header .hamberger-btn.active span:nth-of-type(1) {
    top: 0px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .header .hamberger-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .hamberger-btn.active span:nth-of-type(3) {
    top: 12px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
  body .noScroll {
    overflow: hidden;
  }
  /*-------------------*/
  /*--main-visual-sp
  /*-------------------*/
  .mainvisual {
    width: 100%;
  }
  .mainvisual-title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .mainvisual-title__en {
    font-size: 9.8vw;
  }
  .mainvisual-title__ja {
    font-size: 8vw;
  }
  .mainvisual-title .sp-br {
    display: block;
  }
  /*-------------------*/
  /*--concept-sp
  /*-------------------*/
  .concept-read {
    font-size: 2rem;
    margin-bottom: 34px;
  }
  .concept-read .pc-br {
    display: none;
  }
  .concept-item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  /*-------------------*/
  /*--works-sp
  /*-------------------*/
  .works-list {
    display: block;
    padding: 0 4vw;
  }
  .works-list .works-item {
    width: 320px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  /*-------------------*/
  /*--service-sp
  /*-------------------*/
  .service-list {
    display: block;
    margin-bottom: 40px;
  }
  .service-list .service-item {
    width: 100%;
    margin-bottom: 30px;
  }
  /*-------------------*/
  /*--contact-sp
  /*-------------------*/
  .bg-contact {
    padding-top: 100px;
  }
}
/*# sourceMappingURL=style.css.map */