@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap");
.black-wrapper {
  width: 100%;
  background-color: #000000;
  padding-top: clamp(60px, 10vw, 100px);
}

.parallax-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(120px, 20vw, 200px);
  overflow: hidden;
}
.parallax-container#parallax-2 {
  align-items: flex-start;
}

.anim-1,
.anim-2,
.anim-3,
.anim-4,
.anim-5 {
  opacity: 0;
  transform: translateY(40px);
}

.fadeIn .anim-1,
.fadeIn .anim-2,
.fadeIn .anim-3,
.fadeIn .anim-4,
.fadeIn .anim-5 {
  animation: fadeCard 1s ease-out forwards;
}
.fadeIn .anim-1 {
  animation-delay: 0.1s;
}
.fadeIn .anim-2 {
  animation-delay: 0.2s;
}
.fadeIn .anim-3 {
  animation-delay: 0.3s;
}
.fadeIn .anim-4 {
  animation-delay: 0.4s;
}
.fadeIn .anim-5 {
  animation-delay: 0.5s;
}

.top-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  background: url(../../media/img/top/main_visual_sp.webp) center left no-repeat;
  background-size: cover;
  min-height: clamp(760px, 100vh, 1046px);
}
@media screen and (min-width: 801px) {
  .top-bg {
    background: url(../../media/img/top/main_visual_pc.webp) center no-repeat;
    background-size: cover;
  }
}

section.landing {
  width: 100%;
  min-height: clamp(760px, 100vh, 1046px);
  margin-bottom: clamp(60px, 10vw, 100px);
}
section.landing .text-container {
  width: 1200px;
  max-width: 88%;
  margin-left: clamp(20px, 7vw, 100px);
}
section.landing .text-container h1 {
  font-size: clamp(40px, 10vw, 169px);
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
  line-height: 120%;
}
section.landing .text-container .spacer {
  display: block;
  width: clamp(120px, 20vw, 222px);
  height: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: clamp(20px, 4vw, 40px) 0;
}
section.landing .text-container h4 {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(20px, 2vw, 25px);
  font-weight: bold;
}

section.about {
  width: 100%;
  min-height: clamp(760px, 100vh, 1046px);
  padding: clamp(80px, 13vw, 130px) 0 clamp(60px, 9vw, 90px);
  background: url(../../media/img/top/about_bg_sp.webp) center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.about .right-col {
  width: 88%;
  color: #ffffff;
  max-width: 600px;
}
section.about .right-col h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(36px, 9vw, 136px);
  color: rgba(255, 255, 255, 0.88);
  line-height: 100%;
}
section.about .right-col h3 {
  position: relative;
  z-index: 2;
  font-size: clamp(18px, 2.5vw, 40px);
  line-height: 100%;
  padding: 0.5em 1em 0.5em 0.5em;
  background-color: #000000;
  font-weight: 600;
  width: fit-content;
}
section.about .right-col h3:first-of-type {
  margin: -0.6em 0 0.4em;
}
section.about .right-col h3:nth-of-type(2) {
  margin-bottom: 1em;
}
section.about .right-col p {
  max-width: 589px;
  line-height: 275%;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 2vw, 20px);
}
@media screen and (min-width: 801px) {
  section.about {
    position: relative;
    background: url(../../media/img/top/about_bg.webp) center no-repeat;
    background-size: cover;
    flex-direction: row;
    justify-content: center;
  }
  section.about .left-col {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(../../media/img/top/about_deco.webp) center no-repeat;
    background-size: contain;
  }
  section.about .right-col {
    margin-left: 50%;
    width: 50%;
    max-width: 960px;
  }
  section.about .right-col h3:first-of-type {
    margin: -1.1em 0 0.4em;
  }
}

section.point {
  width: 100%;
  padding: clamp(50px, 7vw, 70px) 0 clamp(25px, 4vw, 40px);
  background: url(../../media/img/top/point_bg_sp.webp) center no-repeat;
  background-size: cover;
  margin-bottom: clamp(60px, 8vw, 80px);
}
section.point .title-container {
  margin: 0 auto 26px;
  text-align: center;
  color: #ffffff;
}
section.point .title-container h2 {
  font-size: clamp(36px, 9vw, 100px);
}
section.point .title-container h3 {
  font-weight: 500;
}
section.point .title-container .spacer {
  display: block;
  width: clamp(40px, 10vw, 100px);
  height: 2px;
  background-color: #ffffff;
  margin: 20px auto 0;
}
section.point .point-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  width: 88%;
  max-width: 1480px;
}
section.point .point-row .point-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 375px;
  min-height: 430px;
  box-sizing: border-box;
  padding: 2em 1.5em;
  background-color: rgba(207, 184, 150, 0.75);
  border-top: clamp(8px, 2vw, 15px) solid #A77F14;
  font-size: 16px;
  margin: 0 5px clamp(25px, 4vw, 40px);
  transform: translateY(20px);
  opacity: 0;
}
section.point .point-row .point-card img.point-text {
  width: 92px;
}
section.point .point-row .point-card img.point-item {
  width: 101px;
}
section.point .point-row .point-card h4 {
  display: flex;
  align-items: center;
  margin: 1em 0 0.5em;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.1em;
  min-height: 3.5em;
}
section.point .point-row .point-card p {
  line-height: 220%;
  letter-spacing: 0.1em;
}
section.point .point-row.fadeIn .point-card {
  animation: fadeCard 1s ease-out forwards;
  animation-delay: 0.2s;
}
@media screen and (min-width: 801px) {
  section.point {
    background: url(../../media/img/top/point_bg_pc.webp) center no-repeat;
    background-size: cover;
  }
}

section.business {
  background-color: #ECE5D0;
  background: url(../../media/img/top/business-bg-pattern.webp) right center no-repeat;
  background-size: cover;
  padding: clamp(80px, 10vw, 120px) 0 clamp(60px, 8vw, 80px);
  margin-bottom: 36px;
}
section.business .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 96%;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.46);
}
section.business .content-container h2 {
  width: 1200px;
  max-width: 88%;
  color: rgba(0, 0, 0, 0.8);
  font-size: clamp(36px, 10vw, 145px);
  line-height: 100%;
  transform: translate(0.2em, -0.4em);
}
section.business .content-container .business-container {
  width: 1200px;
  max-width: 88%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: clamp(60px, 8vw, 80px);
}
section.business .content-container .business-container .text-container {
  width: 100%;
  max-width: 400px;
}
section.business .content-container .business-container .text-container h3 {
  width: fit-content;
  border-bottom: 2px solid #000000;
  padding-bottom: 1em;
  line-height: 100%;
  margin-bottom: 2em;
  font-weight: 500;
}
section.business .content-container .business-container .text-container h4 {
  width: fit-content;
  font-weight: 600;
  margin-bottom: 1em;
}
section.business .content-container .business-container .text-container h4.border-text {
  line-height: 100%;
  padding: 0.5em 1em;
  border: 2px solid #000000;
}
section.business .content-container .business-container .text-container p {
  line-height: 220%;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
section.business .content-container .business-container .img-container {
  width: 100%;
  max-width: 400px;
  margin-bottom: 32px;
}
section.business .content-container .flow-container {
  width: 1000px;
  max-width: 96%;
}
section.business .content-container .flow-container h3 {
  font-size: clamp(36px, 10vw, 100px);
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  line-height: 100%;
  margin-bottom: 0.8em;
}
section.business .content-container .flow-container .flow-row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(80px, 10vw, 130px);
}
section.business .content-container .flow-container .flow-row .flow-line {
  position: absolute;
  display: block;
  width: calc(100% - 6px);
  height: 4px;
  z-index: 1;
  background-color: #000000;
  left: 3px;
  top: clamp(10px, 6.24vw, 65px);
}
section.business .content-container .flow-container .flow-row .flow-item {
  position: relative;
  z-index: 2;
  width: 13%;
  text-align: center;
}
section.business .content-container .flow-container .flow-row .flow-item p, section.business .content-container .flow-container .flow-row .flow-item h4 {
  font-weight: bold;
  line-height: 140%;
}
section.business .content-container .flow-container .flow-row .flow-item p {
  font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(8px, 1.6vw, 16px);
}
section.business .content-container .flow-container .flow-row .flow-item h4 {
  font-size: clamp(8px, 2vw, 20px);
}
section.business .content-container .flow-container .flow-row .flow-item img {
  width: 100%;
}
section.business .content-shadow {
  display: block;
  background-color: rgba(0, 0, 0, 0.46);
  width: 89%;
  height: clamp(17px, 3vw, 34px);
  margin-left: auto;
}
@media screen and (min-width: 801px) {
  section.business .content-container h2 {
    transform: translate(-1em, -0.4em);
  }
  section.business .content-container .business-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  section.business .content-container .business-container .text-container {
    width: 56%;
    max-width: 614px;
    margin-right: 2%;
  }
  section.business .content-container .business-container .img-container {
    width: 42%;
    max-width: 484px;
  }
}

section.work {
  color: #ffffff;
  padding: 56px 0 80px;
}
section.work .title-container {
  display: flex;
  align-items: flex-end;
  width: 88%;
  max-width: 1200px;
  margin: 0 auto clamp(32px, 5vw, 50px);
}
section.work .title-container h2 {
  line-height: 50%;
  font-size: clamp(36px, 9vw, 120px);
  margin: 0.25em 0.35em 0 0;
}
section.work .title-container h3 {
  line-height: 100%;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #ffffff;
  font-weight: 500;
}
section.work .content-container {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto clamp(40px, 7vw, 70px);
}
section.work .content-container p {
  width: 100%;
  max-width: 564px;
  line-height: 280%;
  letter-spacing: 0.05em;
  margin-bottom: 3em;
}
section.work .content-container .insta-btn {
  font-size: clamp(18px, 2vw, 20px);
  letter-spacing: 0.1em;
  border: 3px solid #ffffff;
  line-height: 100%;
  padding: 1em 6em 1em 1.5em;
  background: url(../img/arrow-r-w.svg) right 1em center no-repeat;
  background-size: 2em;
  margin-bottom: 0.2em;
}
section.work .splide .splide__arrow {
  height: 2.6em;
  width: 2.6em;
  background-color: #A77F14;
}
section.work .splide .splide__arrow svg {
  height: 2em;
  width: 2em;
  fill: #000000;
}
section.work .splide .slide-img {
  width: 100%;
  height: 100%;
  background: url(../../media/img/top/work-1.webp) center no-repeat;
  background-size: cover;
}
section.work .splide .slide-img#sli-2 {
  background: url(../../media/img/top/work-2.webp) center no-repeat;
  background-size: cover;
}
section.work .splide .slide-img#sli-3 {
  background: url(../../media/img/top/work-3.webp) center no-repeat;
  background-size: cover;
}
section.work .splide .slide-img#sli-4 {
  background: url(../../media/img/top/work-4.webp) center no-repeat;
  background-size: cover;
}
section.work .splide .slide-img#sli-5 {
  background: url(../../media/img/top/work-5.webp) center no-repeat;
  background-size: cover;
}
section.work .splide .slide-img#sli-6 {
  background: url(../../media/img/top/work-6.webp) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 801px) {
  section.work .title-container h3 {
    padding-bottom: 0.8em;
  }
  section.work .content-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  section.work .content-container p {
    width: 60%;
    margin-bottom: 0;
  }
}

section.company {
  background-color: #ECE5D0;
  background: url(../../media/img/top/business-bg-pattern.webp) right center no-repeat;
  background-size: cover;
  padding: clamp(100px, 16vw, 160px) 0 clamp(60px, 8vw, 80px);
  margin-bottom: 36px;
}
section.company .bottom-deco {
  display: block;
  width: 89%;
  height: clamp(16px, 3vw, 32px);
  background-color: rgba(0, 0, 0, 0.46);
}
section.company .content-container {
  width: 100%;
  padding: 0 0 clamp(60px, 9vw, 90px);
  background: rgba(255, 255, 255, 0.46);
}
section.company .about-col,
section.company .history-col {
  width: 580px;
  margin: 0 auto;
  max-width: 92%;
}
section.company h2, section.company h3 {
  text-align: center;
}
section.company h2 {
  font-size: clamp(36px, 10vw, 145px);
  font-weight: bold;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 80%;
}
section.company h2.company-h2 {
  line-height: 100%;
  transform: translateY(-45%);
}
section.company h2.history-h2 {
  font-size: clamp(36px, 10vw, 100px);
  margin-bottom: 0.6em;
}
section.company h3 {
  width: fit-content;
  border-bottom: 2px solid #000000;
  margin: 0 auto 0.8em;
  padding-bottom: 0.6em;
  font-weight: 500;
  line-height: 100%;
}
section.company .about-col {
  margin-bottom: clamp(60px, 10vw, 100px);
}
section.company .about-col .about-row {
  display: flex;
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  line-height: 270%;
}
section.company .about-col .about-row:last-child {
  border-bottom: unset;
}
section.company .about-col .about-row .label {
  box-sizing: border-box;
  min-width: 100px;
  padding-right: 1em;
  font-weight: 600;
}
section.company .about-col .about-row .content {
  width: calc(100% - 100px);
  font-weight: 500;
}
section.company .history-col {
  position: relative;
  font-size: 16px;
}
section.company .history-col .history-row {
  display: flex;
  position: relative;
  z-index: 1;
  padding-bottom: 2.5em;
}
section.company .history-col .bg-line {
  position: absolute;
  top: 0.7em;
  left: calc(0.5em - 0.5px);
  display: block;
  height: calc(100% - 0.7em);
  width: 1px;
  background-color: #000000;
  z-index: 0;
}
section.company .history-col .dot {
  display: block;
  width: 1em;
  min-width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #A77F14;
  margin: 0.5em 1em 0 0;
}
section.company .history-col .date {
  font-weight: 600;
  letter-spacing: 0.1;
  width: 7em;
  min-width: 7em;
}
section.company .history-col .text {
  font-weight: 500;
  letter-spacing: 0.1;
}
@media screen and (min-width: 801px) {
  section.company .dot {
    margin-right: 1.5em;
  }
  section.company .date {
    width: 8em;
    min-width: 8em;
  }
  section.company .content-container {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.46) 93%, rgba(255, 255, 255, 0) 93%);
  }
}

section.contact {
  width: 100%;
  background: url(../../media/img/top/contact-bg-sp.webp) center no-repeat;
  background-size: cover;
  padding: clamp(100px, 10vw, 140px) 0 clamp(60px, 8vw, 80px);
}
section.contact .text-container,
section.contact .btn-container {
  width: 1300px;
  max-width: 88%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
section.contact .text-container {
  text-align: center;
}
section.contact .text-container h2 {
  width: fit-content;
  background-color: #000000;
  padding: 0.1em 0.6em;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}
section.contact .text-container p {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 225%;
  margin-bottom: 1.6em;
}
section.contact .btn-container .c-btn {
  width: 100%;
  max-width: 605px;
  font-size: clamp(20px, 2vw, 25px);
  letter-spacing: 0.1em;
  line-height: 100%;
  box-sizing: border-box;
  padding: 1.4em 1.2em;
  background-color: #A77F14;
  background-image: url(../img/arrow-long-r-w.svg);
  background-size: 3em;
  background-repeat: no-repeat;
  background-position: center right 1.2em;
}
section.contact .btn-container .c-btn:first-child {
  margin: 0 0 2em 0;
}
@media screen and (min-width: 801px) {
  section.contact {
    background: url(../../media/img/top/contact-bg.webp) center no-repeat;
    background-size: cover;
  }
  section.contact .btn-container {
    flex-direction: row;
    justify-content: space-between;
  }
  section.contact .btn-container .c-btn:first-child {
    margin: 0 1em 0 0;
  }
}

@keyframes fadeCard {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes flowLine {
  from {
    width: 0;
  }
  to {
    width: calc(100% - 6px);
  }
}

/*# sourceMappingURL=top.css.map */
