@charset "UTF-8";
/* CSS Document */
.rellax {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.step4 {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.step1 {
  background-image: url("../img/step1.JPG");
}
.step2 {
  background-image: url("../img/step2.JPG");
}
.step3 {
  background-image: url("../img/step3.JPG");
}
.main-visual {
 
  background-position: top center;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.main-visual-discription {
  position: absolute;
  top:8vh;
  left: 34vw;
  font-weight: 600;
  transform: rotate(-10deg);
  overflow: hidden;
}
.main-visual-text {
  display: inline-block;
  font-size: 10vw;
  font-family: 'Roboto', sans-serif;
  color: transparent;
  -webkit-text-stroke: 4.0px #fff;
  text-shadow: 1px 0px 7px rgb(0 0 0 / 10%);
  letter-spacing: 0.1rem;
}
.main-visual-text-j {
  font-size: 1.5vw;
  color: #fff;
  line-height: 1.8;
  position: absolute;
  top: 55%;
  left: 26%;
  text-shadow: 1px 0px 7px rgb(0 0 0 / 50%);
}
.section-top h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 8.0rem;
  letter-spacing: 0.7rem;
  text-align: center;
  color: #D62925;
  width: 50%;
  margin: 0 auto;
  padding: 100px 10px 20px;
}
.common-discription span {
  font-weight: 600;
}
.decoration {
  font-family: 'Tangerine', cursive;
  font-size: 15vw;
  font-weight: 100;
  letter-spacing: 1.0rem;
  color: #EEEEEE;
  text-align: center;
  position: relative;
  bottom: 12vw;
  z-index: -2;
}
.section-concept-visual {
  display: block;
  width: 80vw;
  object-fit: cover;
  margin: 0 auto 10vw;
  border-radius: 3px;
}
.contents {
  font-size: 7.0vw;
  font-weight: 600;
  color: #D62925;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  position: absolute;
  top: 3.5vw;
}
.text-area {
  background-color: #FFF;
  width: 50vw;
  line-height: 3.5vw;
  padding: 4vw 1vw 0;
}
.discription {
  font-size: 1.2vw;
  display: block;
  line-height: 2.2;
}
.section-advantage {
  padding: 10vw;
}
.section-advantage img {
  width: 30vw;
  max-height: 400px;
  object-fit: cover;
  margin: 0 3vw;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, .04);
  border-radius: 2px;
}
.section-advantage ol {
  width: 70vw;
  margin: 0 auto;
}
.section-advantage ol li {
  list-style: none;
}
.section-advantage ol li:nth-child(even) div {
  flex-direction: row-reverse;
}
.section-advantage1, .section-advantage2 {
  display: flex;
  padding: 3vw 0 4vw;
  position: relative;
}
.section-works {
  margin: 100px 0 120px;
}
.section-works img {
  width: 60vw;
  height: 30vw;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: top center;
  margin: 6vw auto;
}
/*スライダー*/
.sliders { 
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}
.sliders img {
  width: 60vw; 
  height: 40vw;
}
.sliders .slick-slide {
  transform: scale(0.8); 
  transition: all .5s; 
  opacity: 0.5;
}
.sliders .slick-slide.slick-center {
  transform: scale(1); 
  opacity: 1; 
}

.slick-prev, .slick-next {
  position: absolute; 
  top: 42%;
  cursor: pointer; 
  outline: none; 
  border-top: 2px solid #666; 
  border-right: 2px solid #666; 
  height: 15px;
  width: 15px;
}
.slick-prev { 
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next { 
  right: -1.5%;
  transform: rotate(45deg);
}

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; 
  height: 8px; 
  display: block;
  border-radius: 50%;
  background: #ccc; 
}
.slick-dots .slick-active button {
  background: #333; 
}
.works-discription {
  line-height: 2.0;
  max-width: 680px;
  margin: 50px auto 10px;
  text-align: center;
  display: block;
  font-size: 1.7vw;
}
.section-contact {
  padding: 100px 0 0;
}
.contact-discription {
  display: block;
  max-width: 680px;
  margin: 0 auto 25px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.0;
  font-weight: 300;
}
.section-special-thanks {
  background-color: #F8F8F8;
  margin: 0 auto;
}
.section-special-thanks_title {
  width: 80%;
  padding: 100px 0 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-special-thanks_discription {
  display: flex;
  margin: 0 15px;
}
.section-special-thanks h2 {
  display: block;
  font-size: 2.4rem;
  padding: 30px 30px;
  text-align: center;
  border: 1px solid #000000;
}
.section-special-thanks span {
  color: #D62925;
  font-size: 1.6rem;
}
.section-special-thanks_text {
  font-size: 1.6rem;
  font-weight: 300;
  padding: 30px 40px;
  line-height: 2.0;
}
.section-special-thanks_company {
  font-size: 1.8rem;
  display: flex;
  padding: 50px 0;
}
.section-special-thanks_company dl {
  background-color: #fff;
  padding: 25px;
  margin: 15px;
  line-height: 1.5;
}
.section-special-thanks_company dt {
  font-weight: 600;
  font-size: 1.6rem;
}
.section-special-thanks_company a {
  text-decoration: none;
  color: #000000;
  font-size: 1.2rem;
}
@media(max-width:870px) {
  .rellax {
    background-attachment: inherit;
  }
  .main-visual {
    width: 100%;
    height: 510px;
    background-size: 100%;
    background-position: left;
    background-repeat: no-repeat;
    object-fit: cover;
  }
  .main-visual-discription {
    top: 5%;
    left: 5%;
    overflow: hidden;
  }
  .main-visual-text {
    font-size: 8.0rem;
    -webkit-text-stroke: 3.0px #fff;
    text-shadow: 1px 1px 7px rgb(0 0 0 / 10%);
  }
  .main-visual-text-j {
    width: 50%;
    font-size: 1.5rem;
    position: absolute;
    left: 34%;
    top: 52%;
    line-height: 3.0rem;
  }
  .section-top h1 {
    font-size: 4.0rem;
  }
  .decoration {
    font-size: 6.0rem;
    letter-spacing: 0;
  }
  .section-concept-visual {
    height: 300px;
    margin: 0 auto;
  }
  .section-advantage ol {
    width: inherit;
  }
  .section-advantage {
    padding: 10px;
  }
  .contents {
    top: 5px;
    font-size: 7.0rem;
  }
  .text-area {
    width: 70vw;
    margin: 0 auto;
    padding: 5px 0;
  }
  .discription {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .section-advantage img {
    width: 70vw;
    height: 70vw;
    display: block;
    margin: 0 auto;
  }
  .section-advantage1, .section-advantage2 {
    display: block;
  }
  .contact-discription {
    width: 70%;
    line-height: 1.7;
    font-size: 1.8rem;
  }
  .works-discription {
    width: 70%;
    line-height: 1.7;
    font-size: 1.8rem;
  }
  .section-special-thanks_discription, .section-special-thanks_company {
    display: block;
  }
  .section-special-thanks_text {
    margin: 20px 0;
    padding: 0;
  }
  .section-special-thanks_company dl {
    padding: 20px;
    margin: 10px 0;
  }
  .step4 {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .rellax {
    height: 300px;
    background-size: 100%;
  }
}