* {
  box-sizing: content-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Serif", "Noto Serif JP", serif;
  letter-spacing: 0.05rem;
  color: #282f35;
}

a {
  text-decoration: none;
}

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

li {
  list-style: none;
}

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

@media (max-width: 768px) {
  .section-wrapper {
    padding: 100px 0 40px;
  }
}

.section-title {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 20px;
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
}

@media (max-width: 768px) {
  .section-title {
    padding: 0 4vw;
    font-size: 3rem;
    margin-bottom: 50px;
  }
}

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

@media (max-width: 768px) {
  .section-title::after {
    width: 90px;
    margin-left: 30px;
  }
}

.section-bottom {
  max-width: 1200px;
  margin: 70px auto 0;
  padding: 0 30px;
  font-size: 9rem;
  opacity: 0.1;
  color: #ffffff;
}

@media (max-width: 768px) {
  .section-bottom {
    padding: 0 4vw;
    font-size: 4rem;
    margin: 40px auto 0;
  }
}

.link-btn {
  display: block;
  width: 235px;
  margin: 0 auto;
  line-height: 59px;
  box-shadow: 0 0 6px #1b1310;
  border-radius: 30px;
  background-color: #f7d43f;
  color: #171717;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}

.link-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.section-title-right {
  color: #ffffff;
  text-align: right;
}

.section-title-right::after {
  background-color: #ffffff;
}

.section-bottom-right {
  text-align: right;
  color: #171717;
  opacity: 0.05;
}

.header {
  padding: 19px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

@media (max-width: 768px) {
  .header {
    padding: 30px 0;
  }
}

.header .header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .header .header-inner {
    padding: 0 4vw;
  }
}

.header .header-inner .site-title {
  font-size: 2.6rem;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
}

@media (max-width: 768px) {
  .header .header-inner .header-nav {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #282f35;
  }
}

.header .header-inner .header-nav .nav-list {
  display: flex;
}

@media (max-width: 768px) {
  .header .header-inner .header-nav .nav-list {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.header .header-inner .header-nav .nav-list .nav-item {
  margin-right: 30px;
}

@media (max-width: 768px) {
  .header .header-inner .header-nav .nav-list .nav-item {
    margin: 0 0 30px;
  }
}

.header .header-inner .header-nav .nav-list .nav-item:last-of-type {
  margin-right: 0;
}

@media (max-width: 768px) {
  .header .header-inner .header-nav .nav-list .nav-item:last-of-type {
    margin-bottom: 0;
  }
}

.header .header-inner .header-nav .nav-list .nav-item .nav-item-link {
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
}

.header .burger-btn {
  display: none;
}

@media (max-width: 768px) {
  .header .burger-btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 4vw;
  }
}

@media (max-width: 768px) {
  .header .burger-btn .burger-ber {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    transition: 0.3s;
  }
}

@media (max-width: 768px) {
  .header .burger-btn .burger-top {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .header .burger-btn .burger-mid {
    margin-bottom: 10px;
  }
}

.header .burger-btn .burger-ber.cross.burger-top {
  transform: rotate(45deg) translate(9px, 9px);
  transition: 0.3s;
}

.header .burger-btn .burger-ber.cross.burger-mid {
  opacity: 0;
  transition: 0.3s;
}

.header .burger-btn .burger-ber.cross.burger-bottom {
  transform: rotate(-45deg) translate(9px, -9px);
  transition: 0.3s;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background-color: #282f35;
}

body.noscroll {
  overflow: hidden;
  position: relative;
}

main .fv {
  position: relative;
}

main .fv .slider-img {
  width: 100%;
  height: 100vh;
  min-height: 550px;
}

main .fv .main-copy {
  position: absolute;
  left: 120px;
  bottom: 175px;
}

@media (max-width: 768px) {
  main .fv .main-copy {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

main .fv .main-copy .en-copy {
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  main .fv .main-copy .en-copy {
    font-size: 6vw;
    white-space: nowrap;
    margin-bottom: 53px;
  }
}

main .fv .main-copy .ja-copy {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 768px) {
  main .fv .main-copy .ja-copy {
    font-size: 6vw;
  }
}

main .fv .main-copy .ja-copy .fv-br {
  display: none;
}

@media (max-width: 768px) {
  main .fv .main-copy .ja-copy .fv-br {
    display: block;
  }
}

main .concept-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 768px) {
  main .concept-inner {
    padding: 0 4vw;
  }
}

main .concept-inner .concept-lead {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #171717;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  main .concept-inner .concept-lead {
    font-size: 2rem;
    margin-bottom: 31px;
  }
  main .concept-inner .concept-lead .concept-lead-br {
    display: none;
  }
}

main .concept-inner .concept-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  main .concept-inner .concept-content {
    display: block;
  }
}

main .concept-inner .concept-content .concept-text {
  max-width: 440px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #171717;
  margin-right: 20px;
}

@media (max-width: 768px) {
  main .concept-inner .concept-content .concept-text {
    margin: 0 0 60px;
  }
}

main .concept-inner .concept-content .concept-img-wrapper {
  max-width: 440px;
}

@media (max-width: 768px) {
  main .concept-inner .concept-content .concept-img-wrapper .concept-img {
    height: 150px;
    object-fit: cover;
    object-position: left bottom;
  }
}

main .works {
  background-image: url(../img/works-bgi@2x.jpg);
  background-size: cover;
  background-position: center;
}

main .works .works-list {
  max-width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

@media (max-width: 768px) {
  main .works .works-list {
    display: block;
    padding: 0 4vw;
  }
}

main .works .works-list .works-item {
  width: 32%;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  main .works .works-list .works-item {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 30px;
  }
  main .works .works-list .works-item:last-of-type {
    margin-bottom: 0;
  }
}

main .works .works-list .works-item .works-text {
  padding: 25px 20px;
  color: #141414;
}

main .service-list {
  display: flex;
}

@media (max-width: 768px) {
  main .service-list {
    display: block;
  }
}

main .service-list .service-item {
  width: 33.3%;
}

@media (max-width: 768px) {
  main .service-list .service-item {
    width: 100%;
    margin-bottom: 30px;
  }
  main .service-list .service-item:last-of-type {
    margin-bottom: 0;
  }
}

main .service-list .service-item .service-item-link {
  display: block;
  text-align: center;
  line-height: 320px;
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  transition: 0.3s;
}

main .service-list .service-item .service-item-link:hover {
  background-color: rgba(40, 47, 53, 0.7);
  transition: 0.3s;
}

@media (max-width: 768px) {
  main .service-list .service-item .service-item-link {
    font-size: 2rem;
  }
}

main .service-list .service-item1 {
  background-image: url(../img/service-img01@2x.jpg);
  background-size: cover;
  background-position: center;
}

main .service-list .service-item2 {
  background-image: url(../img/service-img02@2x.jpg);
  background-size: cover;
  background-position: center;
}

main .service-list .service-item3 {
  background-image: url(../img/sevice-img03@2x.jpg);
  background-size: cover;
  background-position: center;
}

main .contact {
  background-image: url(../img/fv-bgi_01@2x.jpg);
  background-size: cover;
  background-position: center;
}

main .contact .contact-text {
  margin: 0 0 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 768px) {
  main .contact .contact-text {
    margin: 0 0 30px;
  }
}

footer {
  padding: 30px 30px;
  text-align: center;
}

footer small {
  font-size: 1.4rem;
  font-weight: bold;
  color: #282f35;
}
/*# sourceMappingURL=stylesheet.css.map */