@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
}
.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
.header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .header {
    background-color: #fff;
    height: 100px;
  }
}
.header__inner {
  align-items: center;
  height: 60px;
}

.header__logo {
  padding: 20px 0 40px;
}
.header__logo a {
  color: black;
  font-size: 20px;
  text-decoration: none;
}
.header__logo a:visited {
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .header__logo {
    padding: 20px 0 20px;
  }
  .header__logo a {
    font-size: 16px;
  }
}
.header__nav {
  display: inline-block;
  margin-left: auto;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav li a {
  color: black;
  text-decoration: none;
  position: relative;
}

.works {
  padding-top: 200px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .works {
    padding-top: 100px;
  }
}
.works__inner {
  padding-left: 260px;
}

@media screen and (max-width: 767px) {
  .works__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.works__items:nth-child(n+2) {
  margin-top: 48px;
}

.works__title {
  padding-bottom: 20px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  position: relative;
}

.swiper-slide {
  text-align: center;
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide video {
  width: 80%;
}

.swiper-button-prev {
  color: #000;
}
.swiper-button-prev::after {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after {
    font-size: 14px;
    padding-right: 16px;
    position: absolute;
    top: 60%;
  }
}

.swiper-button-next {
  color: #000;
}
.swiper-button-next::after {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next::after {
    font-size: 14px;
    padding-left: 16px;
    position: absolute;
    top: 60%;
  }
}

.swiper__text {
  margin-left: 62px;
  margin-top: 32px;
  z-index: 201;
  width: 85%;
  height: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .swiper__text {
    margin-left: 30px;
    margin-top: 24px;
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .swiper__text {
    margin-left: 24px;
    width: 76%;
  }
}
.swiper__text p {
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .swiper__text p {
    font-size: 10px;
  }
}

.scroll {
  margin-left: 62px;
  z-index: 201;
  width: 85%;
  height: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .scroll {
    margin-left: 30px;
    width: 80%;
    overflow-y: scroll;
    height: 210px;
  }
}
.scroll p {
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .scroll p {
    font-size: 10px;
  }
}
.scroll a {
  color: #707070;
}
.scroll a:visited {
  color: #707070;
}

.about {
  z-index: 200;
  padding-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.about__inner {
  padding-left: 260px;
}

@media screen and (max-width: 767px) {
  .about__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.about-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about-container {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-container {
    display: block;
  }
}

.about-wrapper {
  padding-top: 36px;
}

.about__head {
  display: inline-block;
}

.about__lead {
  padding-top: 32px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .about__lead {
    padding-top: 24px;
    font-size: 12px;
  }
}

.about__content {
  padding-top: 36px;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .about__content {
    padding-top: 32px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about__content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about__name {
    font-size: 12px;
  }
}

.about__intro {
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .about__intro {
    font-size: 12px;
  }
}

.about__intro-row {
  display: flex;
}
.about__intro-row dt {
  margin-right: 16px;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about__intro-row dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about__intro-row dt {
    font-size: 12px;
  }
}
.about__intro-row dd {
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about__intro-row dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about__intro-row dd {
    font-size: 12px;
  }
}

.about__picture {
  padding-top: 48px;
  text-align: center;
  margin-left: 12px;
}
.about__picture img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about__picture img {
    width: 80%;
  }
}

.contact {
  margin-bottom: 600px;
  z-index: 200;
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 50px;
    margin-bottom: 400px;
  }
}
.contact__inner {
  padding-left: 260px;
}

@media screen and (max-width: 767px) {
  .contact__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.contact__head {
  display: inline-block;
}

.contact-lead {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .contact-lead p {
    font-size: 12px;
  }
}

.contact-info {
  padding-top: 24px;
}
.contact-info p {
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .contact-info p {
    font-size: 12px;
  }
}
.contact-info .br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact-info .br-sp {
    padding-left: 0;
    display: block;
  }
}

.contact-text {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .contact-text p {
    font-size: 12px;
  }
}

.contact__form {
  margin: 32px 0;
  width: 800px;
  max-width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact__form {
    font-size: 14px;
    margin: 24px 0;
  }
}

.drawer-icon {
  color: #000;
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  transform: translateX(-200px);
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
  background-color: #fff;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
  background-color: #fff;
}

.drawer-icon__bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  content: "";
  width: 22px;
  height: 4px;
  background: #000;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
}

.drawer-content {
  width: 200px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content__item a {
  display: block;
  color: #707070;
  text-decoration: none;
  padding: 18px 20px;
  border-bottom: 1px dotted #707070;
  position: relative;
}
.drawer-content__item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 11px;
  background: transparent url(../img/arrow-b.png) no-repeat center center/contain;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}/*# sourceMappingURL=style.css.map */