@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
  height: 100%;
}

body {
  overflow-x: hidden;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

span {
  display: block;
}

picture {
  display: block;
}

.br-bp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .br-bp {
    display: block;
  }
}

.sub-fv {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  height: 400px;
}
@media screen and (min-width: 1920px) {
  .sub-fv {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .sub-fv {
    height: 300px;
  }
}

.sub-fv__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sub-fv__main-text {
  z-index: 2;
  font-size: 60px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  mix-blend-mode: multiply;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sub-fv__main-text {
    font-size: 30px;
  }
}

.rectangles__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rectangles__item {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(77, 77, 77, 0.8);
  animation: animate 15s linear infinite;
  bottom: -150px;
}

.rectangles__item:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.rectangles__item:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.rectangles__item:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.rectangles__item:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.rectangles__item:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.rectangles__item:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.rectangles__item:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
}

.rectangles__item:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.rectangles__item:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.rectangles__item:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}
.common-contact {
  padding: 0 40px;
  margin-top: 200px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1000px) {
  .common-contact {
    margin-top: 140px;
    padding: 0 20px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 600px) {
  .common-contact {
    margin-bottom: 60px;
  }
}

.common-contact__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.common-contact__h2 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 100px;
  overflow: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .common-contact__h2 {
    margin: 0 auto 60px;
  }
}

.common-contact__text {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 50px;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .common-contact__text {
    line-height: 1.5;
    max-width: 100%;
  }
}

.common-contact__link {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
  margin: 0 auto;
  transition: all 0.3s;
}

.common-contact__link:hover {
  opacity: 0.6;
}

.common-contact__link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #4d4d4d;
  border-right: 0;
  animation: contact 1.5s ease infinite normal backwards;
}

@keyframes contact {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  50.1% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
.breadcrumb {
  margin: 20px auto 0;
  padding: 0 40px;
  max-width: 2000px;
}
@media screen and (max-width: 1000px) {
  .breadcrumb {
    padding: 0 20px;
    margin: 14px auto 0;
  }
}

.breadcrumb__list {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 1000px) {
  .breadcrumb__list {
    gap: 0 23px;
  }
}

.breadcrumb__item {
  position: relative;
  color: #4d4d4d;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.breadcrumb__item:not(:first-of-type)::before {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-50%, -50%);
  font: var(--fa-font-solid);
  content: "\f054";
  display: block;
  color: #4d4d4d;
}
@media screen and (max-width: 1000px) {
  .breadcrumb__item:not(:first-of-type)::before {
    width: 10px;
    left: -17px;
  }
}

.page-transition {
  position: fixed;
  background: #4d4d4d;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  animation: page-transition 0.6s 0.1s ease-in-out forwards;
}

@keyframes page-transition {
  0% {
    width: 100vw;
    height: 100vh;
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}
.loading {
  background: #4d4d4d;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading.loaded {
  animation: loading-bg-anime 1.5s 0.4s forwards;
}

@keyframes loading-bg-anime {
  0% {
    background: #4d4d4d;
  }
  50% {
    background: #4d4d4d;
  }
  60% {
    background: transparent;
  }
  100% {
    background: transparent;
    display: none;
  }
}
.loading.loaded::before {
  position: absolute;
  z-index: 1;
  content: "";
  background: #fff;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: -100vw;
  animation: loading-bg-anime-before 1.5s 0.4s forwards;
}

@keyframes loading-bg-anime-before {
  0% {
    left: -100vw;
  }
  50% {
    left: 0;
  }
  70% {
    left: 0;
  }
  100% {
    left: 100vw;
  }
}
.loading__text {
  position: relative;
  color: #fff;
  font-size: 80px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .loading__text {
    font-size: 46px;
  }
}

.loading__text::after {
  position: absolute;
  content: "|";
  font-weight: 400;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.loading.loaded .loading__text {
  animation: loading__text 0.8s 0.4s forwards;
}

@keyframes loading__text {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #4d4d4d;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 1rem;
}

.top-fv {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  height: 60vw;
}
@media screen and (min-width: 1920px) {
  .top-fv {
    height: 1152px;
  }
}
@media screen and (max-width: 800px) {
  .top-fv {
    height: 70vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    height: calc(var(--vh, 1vh) * 70);
  }
}

.top-fv__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.top-fv__main-text {
  font-size: 80px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  mix-blend-mode: multiply;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top-fv__main-text {
    font-size: 46px;
  }
}

.scroll-downs {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 55px;
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #4d4d4d;
  border-radius: 25px;
  box-sizing: content-box;
  mix-blend-mode: multiply;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #4d4d4d;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
  mix-blend-mode: multiply;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.top-about {
  margin-top: 200px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .top-about {
    margin-top: 140px;
    padding: 0 20px;
  }
}

.top-about__inner {
  max-width: 900px;
  margin: 0 auto;
}

.top-about__h2 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
  line-height: 1.8;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 100px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .top-about__h2 {
    margin: 0 auto 60px;
  }
}

.top-about .top-about__h2::before, .top-service .top-service__h2::before, .top-works .top-works__h2::before, .common-contact .common-contact__h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, rgb(77, 77, 77) 0%, rgb(77, 77, 77) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}

.top-about.isview .top-about__h2::before, .top-service.isview .top-service__h2::before, .top-works.isview .top-works__h2::before, .common-contact.isview .common-contact__h2::before {
  animation: bg-anime 0.6s forwards;
}

@keyframes bg-anime {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  70% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.top-about__list {
  display: flex;
  justify-content: center;
  gap: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .top-about__list {
    align-items: center;
    flex-direction: column;
    gap: 60px 0;
  }
}

.top-about__img-box {
  margin-bottom: 60px;
  max-width: 300px;
  width: 300px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 300/400;
}

.top-about__img {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 130%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/400;
}

.top-about__name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1;
}

.top-about__name--jp {
  font-size: 34px;
}

.top-about__name--en {
  font-size: 20px;
  line-height: 1.5;
}

.top-about__message {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .top-about__message {
    line-height: 1.5;
  }
}

.top-service {
  margin-top: 173px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .top-service {
    padding: 0 20px;
    margin-top: 116px;
  }
}

.top-service__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.top-service__h2 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 100px;
  overflow: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .top-service__h2 {
    margin: 0 auto 60px;
  }
}

.top-service__list {
  display: flex;
  justify-content: center;
  gap: 0 10%;
}
@media screen and (max-width: 800px) {
  .top-service__list {
    flex-direction: column;
    align-items: center;
    gap: 80px 0;
  }
}

.top-service__item {
  width: 33.33%;
}
@media screen and (max-width: 800px) {
  .top-service__item {
    width: 100%;
  }
}

.top-service__img-box {
  max-width: 200px;
  margin: 0 auto 30px;
}

.top-service__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.top-service__text {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .top-service__text {
    line-height: 1.5;
  }
}
@media screen and (max-width: 800px) {
  .top-service__text {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
  }
}

.top-works {
  padding: 0 40px;
  margin-top: 200px;
}
@media screen and (max-width: 1000px) {
  .top-works {
    margin-top: 140px;
    padding: 0 20px;
  }
}

.top-works__inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.top-works__h2 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 100px;
  overflow: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .top-works__h2 {
    margin: 0 auto 60px;
  }
}

.top-works .swiper {
  margin: 0;
  max-width: 1200px;
  overflow-x: hidden;
}

.top-works .swiper-wrapper {
  margin: 0;
  z-index: 0;
}

.top-works .swiper-slide {
  width: calc((100% - 48px) / 3);
  transform: scale(0.7);
  opacity: 0.4;
  transition: 0.7s;
}

.top-works .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.top-works__img-box {
  width: 100%;
}

.top-works__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/540;
}

.top-works__title {
  padding: 0 40px;
  margin: 20px auto 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.8;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 800px) {
  .top-works__title {
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
  }
}

.top-works__inner .swiper-button-prev {
  top: 134px;
  left: 90%;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .top-works__inner .swiper-button-prev {
    left: 85%;
  }
}

.top-works__inner .swiper-button-next {
  top: 134px;
  left: 94%;
  transform: translateX(-50%);
}

/* 前へ次への矢印カスタマイズ */
.top-works__inner .swiper-button-prev::after,
.top-works__inner .swiper-button-next::after {
  font-size: 28px;
  font-weight: 700;
  color: #4d4d4d;
}
@media screen and (max-width: 800px) {
  .top-works__inner .swiper-button-prev::after,
  .top-works__inner .swiper-button-next::after {
    font-size: 20px;
  }
}

.page-contact {
  margin-top: 200px;
  margin-bottom: 200px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .page-contact {
    margin-top: 140px;
    margin-bottom: 140px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .page-contact {
    margin-bottom: 60px;
  }
}

.page-contact__inner {
  margin: 0 auto;
  max-width: 800px;
}

.form-text {
  margin-bottom: 100px;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .form-text {
    margin-bottom: 60px;
  }
}

.form-text--bold {
  display: inline-block;
  font-weight: 900;
}

.form-name {
  padding-bottom: 15px;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 60px;
}
.form-name__label {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
}

.form-name__input {
  min-height: 27px;
  margin-top: 30px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .form-name__input {
    margin-top: 20px;
  }
}

.form-name__input::-moz-placeholder, .form-phone__input::-moz-placeholder, .form-email__input::-moz-placeholder, .form-message__textarea::-moz-placeholder {
  color: #a8a8a8;
}

.form-name__input::placeholder, .form-phone__input::placeholder, .form-email__input::placeholder, .form-message__textarea::placeholder {
  color: #a8a8a8;
}

.form-phone {
  padding-bottom: 15px;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 60px;
}
.form-phone__label {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
}

.form-phone__input {
  min-height: 27px;
  margin-top: 30px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .form-phone__input {
    margin-top: 20px;
  }
}

.form-email {
  padding-bottom: 15px;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 60px;
}
.form-email__label {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
}

.form-email__input {
  min-height: 27px;
  margin-top: 30px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .form-email__input {
    margin-top: 20px;
  }
}

.form-message {
  padding-bottom: 15px;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .form-message {
    margin-bottom: 30px;
  }
}

.form-message__label {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
}

.form-message__textarea {
  padding: 0;
  margin-top: 30px;
  width: 100%;
  height: 27px;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
  border: none;
  outline: none;
  background: transparent;
  resize: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 800px) {
  .form-message__textarea {
    margin-top: 20px;
  }
}

.form-message__textarea::-webkit-scrollbar {
  display: none;
}

.form-submit__wrapper {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  transition: all 0.3s;
}

.form-submit__wrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #4d4d4d;
  border-right: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: all 0.3s;
}

.form-submit__wrapper:hover {
  opacity: 0.6;
}

.form-submit__wrapper:hover::before {
  left: 12px;
}

.form-submit {
  color: #4d4d4d;
  padding: 30px;
  font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
  transition: all 0.3s;
}

/*確認画面を非表示*/
.contact-confirm {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.contact-confirm {
  padding: 0 40px;
  margin-top: 200px;
}
@media screen and (max-width: 1000px) {
  .contact-confirm {
    margin-top: 140px;
    margin-bottom: 140px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .contact-confirm {
    margin-bottom: 60px;
  }
}

.contact-confirm__inner {
  max-width: 800px;
  margin: 0 auto;
}

.contact-confirm__text {
  margin-bottom: 100px;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .contact-confirm__text {
    margin-bottom: 60px;
  }
}

.contact-confirm__dl {
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 1000px) {
  .contact-confirm__dl {
    flex-direction: column;
    gap: 20px 0;
  }
}

.contact-confirm__dl:not(:last-of-type) {
  margin-bottom: 60px;
}

.contact-confirm__dt {
  width: 180px;
  flex-shrink: 0;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
}
.contact-confirm__dd {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
}

.contact-confirm__dd--p {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .contact-confirm__dd--p {
    line-height: 1.5;
  }
}

.contact-confirm__link-box {
  display: flex;
  margin: 0 auto;
  gap: 0 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .contact-confirm__link-box {
    margin-top: 60px;
    gap: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .contact-confirm__link-box {
    gap: 0 20px;
  }
}

.contact-confirm__link {
  width: -moz-max-content;
  width: max-content;
  font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
  padding: 20px;
}
.contact-confirm__link .contact-confirm__link > input {
  font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
}

.contact-confirm__link--prev {
  position: relative;
  color: #4d4d4d;
  transition: all 0.3s;
}

.contact-confirm__link--prev > input {
  color: #4d4d4d;
}

.contact-confirm__link--prev:hover {
  opacity: 0.6;
}

.contact-confirm__link--prev:hover::before {
  left: 12px;
}
.contact-confirm__link--prev::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #4d4d4d;
  border-right: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.contact-confirm__link--next {
  position: relative;
  color: #fff;
  background: #4d4d4d;
  padding: 20px 30px 20px 60px;
  transition: all 0.3s;
  height: -moz-max-content;
  height: max-content;
}

.contact-confirm__link--next > input {
  color: #fff;
}

.contact-confirm__link--next:hover::before {
  left: 42px;
}
.contact-confirm__link--next::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.contact-confirm__link--next:hover {
  opacity: 0.6;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
}

.contact-thanks {
  margin-top: 200px;
  margin-bottom: 200px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .contact-thanks {
    margin-top: 140px;
    margin-bottom: 140px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .contact-thanks {
    margin-bottom: 60px;
  }
}

.contact-thanks__inner {
  max-width: 800px;
  margin: 0 auto;
}

.contact-thanks__text {
  margin-bottom: 100px;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .contact-thanks__text {
    margin-bottom: 60px;
    line-height: 1.5;
  }
}

.contact-thanks__p {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .contact-thanks__p {
    line-height: 1.5;
  }
}

.contact-thanks__link {
  margin: 100px auto 0;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .contact-thanks__link {
    margin: 60px auto 0;
  }
}

.contact-thanks__link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #4d4d4d;
  border-right: 0;
  animation: contact 1.5s ease infinite normal backwards;
}

.contact-thanks__link:hover {
  opacity: 0.6;
}

.archive-works {
  margin-top: 200px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .archive-works {
    margin-top: 140px;
    padding: 0 20px;
  }
}

.archive-works__inner {
  max-width: 1672px;
  margin: 0 auto;
}

.archive-works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 24px;
}

.archive-works__item {
  width: calc((100% - 72px) / 4);
}
@media screen and (max-width: 1000px) {
  .archive-works__item {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .archive-works__item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .archive-works__item {
    width: 100%;
  }
}

.archive-works__img-box {
  width: 100%;
}

.archive-works__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/540;
}

.archive-works__title {
  padding: 0 20px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.8;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 800px) {
  .archive-works__title {
    line-height: 1.5;
    padding: 0;
  }
}

.page-price {
  margin-top: 200px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .page-price {
    margin-top: 140px;
    padding: 0 20px;
  }
}

.page-price__inner {
  max-width: 900px;
  margin: 0 auto;
}

.page-price__item-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid #4d4d4d;
  display: flex;
  align-items: center;
  gap: 0 60px;
}
@media screen and (max-width: 700px) {
  .page-price__item-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px 0;
    padding: 30px 20px;
  }
}

.page-price__definition-term {
  width: 400px;
  font-size: 22px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .page-price__definition-term {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}

.page-price__definition-item {
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.caution {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.single-works {
  margin-top: 200px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .single-works {
    margin-top: 140px;
    padding: 0 20px;
  }
}

.single-works__inner {
  max-width: 800px;
  margin: 0 auto;
}

.single-works__h1 {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1000px) {
  .single-works__h1 {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 600px) {
  .single-works__h1 {
    font-size: 24px;
  }
}

.single-works__img-box {
  width: 100%;
}

.single-works__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/900;
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
}

.work-description {
  margin-top: 200px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .work-description {
    margin-top: 140px;
    padding: 0 20px;
  }
}

.work-description__inner {
  max-width: 800px;
  margin: 0 auto;
}

.work-description__h2 {
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 700;
  border-left: 3px solid #4d4d4d;
  padding: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .work-description__h2 {
    margin-bottom: 40px;
  }
}

.work-description__text {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .work-description__text {
    line-height: 1.5;
    padding-left: 10px;
  }
}

.work-time {
  margin-top: 200px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .work-time {
    margin-top: 140px;
    padding: 0 20px;
  }
}

.work-time__inner {
  max-width: 800px;
  margin: 0 auto;
}

.work-time__h2 {
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 700;
  border-left: 3px solid #4d4d4d;
  padding: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .work-time__h2 {
    margin-bottom: 40px;
  }
}

.work-time__dl {
  display: flex;
  margin-bottom: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .work-time__dl {
    padding-left: 10px;
    margin-bottom: 4px;
  }
}

.work-time__dl:last-of-type {
  margin-bottom: 0;
}

.work-time__dt {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 700;
  width: 140px;
  flex-shrink: 0;
}

.work-time__dd {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}

.inpl {
  margin-top: 200px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .inpl {
    margin-top: 140px;
    padding: 0 20px;
  }
}

.inpl__inner {
  max-width: 800px;
  margin: 0 auto;
}

.inpl__h2 {
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 700;
  border-left: 3px solid #4d4d4d;
  padding: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .inpl__h2 {
    margin-bottom: 40px;
  }
}

.inpl__list {
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .inpl__list {
    padding-left: 10px;
  }
}

.inpl__item {
  display: flex;
  align-items: center;
  gap: 0 14px;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .inpl__item {
    margin-bottom: 10px;
  }
}

.inpl__item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #4d4d4d;
}

.url {
  margin-top: 200px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .url {
    margin-top: 140px;
    padding: 0 20px;
  }
}

.url__inner {
  max-width: 800px;
  margin: 0 auto;
}

.url__h2 {
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 700;
  border-left: 3px solid #4d4d4d;
  padding: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .url__h2 {
    margin-bottom: 40px;
  }
}

.url__link {
  padding-left: 30px;
  padding-bottom: 20px;
  text-decoration: underline;
  text-underline-offset: 8px;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .url__link {
    font-size: 14px;
    padding-left: 10px;
  }
}

.basic {
  padding-left: 30px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .basic {
    margin-top: 30px;
  }
}

.basic__dl {
  padding-left: 30px;
  margin-bottom: 20px;
  display: flex;
}
@media screen and (max-width: 800px) {
  .basic__dl {
    padding-left: 10px;
    margin-bottom: 4px;
  }
}

.basic__dt {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 700;
  width: 120px;
  flex-shrink: 0;
}

.basic__dd {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}

.page-404 {
  margin-top: 200px;
  margin-bottom: 200px;
  padding: 0 40px;
}

.page-404__inner {
  max-width: 800px;
  margin: 0 auto;
}

.page-404__text {
  margin-bottom: 60px;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
}

.page-404__text--p {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
}

.page-404__link {
  margin: 100px auto 0;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s;
}

.page-404__link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #4d4d4d;
  border-right: 0;
  animation: contact 1.5s ease infinite normal backwards;
}

.page-404__link:hover {
  opacity: 0.6;
}

.header {
  width: 100%;
  height: 80px;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 20;
}
@media screen and (max-width: 1000px) {
  .header {
    padding: 0 20px;
  }
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
.header .header__title {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.header .header__top {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.header .header__logo-box.close {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header .header__menu-wrapper {
    background: #4d4d4d;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    padding: 120px 25px;
    z-index: 30;
    color: #fff;
    height: 100%;
    opacity: 0;
    overflow: scroll;
    transition: all 0.4s;
  }
}
.header .header__menu-wrapper.close {
  right: 0;
  opacity: 1;
}
.header .header__list {
  display: flex;
  gap: 0 40px;
  margin-right: -20px;
}
@media screen and (max-width: 1000px) {
  .header .header__list {
    flex-direction: column;
    gap: 40px 0;
    align-items: center;
  }
}
.header .header__item {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.header .header__item.current::after {
  position: absolute;
  bottom: 10px;
  left: 20px;
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #4d4d4d;
  opacity: 0;
  transition: all 0.3s;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .header .header__item.current::after {
    background: #fff;
  }
}
.header .header__link {
  padding: 20px;
  position: relative;
  transition: all 0.3s;
}
.header .header__link:hover {
  transition: all 0.3s;
  opacity: 0.3;
}
.header .header__link.active::after {
  position: absolute;
  bottom: 10px;
  left: 20px;
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #4d4d4d;
  opacity: 0;
  transition: all 0.3s;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .header .header__link.active::after {
    background: #fff;
  }
}
.header .hamburger {
  display: none;
  position: relative;
  z-index: 40;
  width: 48px;
  height: 48px;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .header .hamburger {
    display: block;
  }
}
.header .bar {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28.5px;
  height: 1.5px;
  border-radius: 1px;
  background: #4d4d4d;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}
.header .close .bar {
  background: #fff;
}
.header .bar-top {
  transform: translate(-50%, calc(-50% - 9px));
}
.header .bar-bottom {
  transform: translate(-50%, calc(-50% + 9px));
}
.header .close .bar-top {
  top: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}
.header .close .bar-medium {
  opacity: 0;
}
.header .close .bar-bottom {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-225deg);
}

footer {
  width: 100%;
  background: #262F2E;
  margin: 0 auto;
  height: 80px;
  position: sticky;
  top: 100vh;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.footer__copy {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.page-top {
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 2000px) {
  .page-top {
    right: calc(50% - 970px);
  }
}
@media screen and (max-width: 1000px) {
  .page-top {
    right: 20px;
  }
}

.page-top__icon {
  width: 40px;
  height: 40px;
  border-left: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  transform-origin: center;
  transform: rotate(45deg);
}

.page-top__text {
  margin-top: -10px;
  color: #4d4d4d;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1;
}

.page-top.isview {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */