/* wrap */

html {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
   
    
}

body {
    margin: 0 !important;
    font-feature-settings: "palt";
    letter-spacing: 3px;
    background: #000;
   
    
}

ul {
  list-style: none;
}

.hero {
    position: relative;
  }




.midd {
  font-size: 16px !important;
  width: 60% !important;
  padding: 0 0 20px 0;
  line-height: 28px;
  max-width: 1000px;
}
  
.textl {
  padding-bottom: 3px; /* テキストと下線の間隔 */
  font-size: 12px;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
  font-weight: 200;

}


a {
  color: #000;
  text-decoration: none;
}
.textl:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

.header {
  width: 100%;
  padding: 0px 0;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  transition: .3s;
  z-index: 99;
  border-bottom: 1px solid #dbdbdb;
}

.header.change-color {
  background-color: white;
}

.list_l {
  width: 20%;
  float: left;
  max-width: 220px;
  margin: 5px 0 0 0;
}

.list_l img {
  max-width: 140px;
}

.lists{
  display: flex;
  max-width: 100%;
  width: 50%;
  height: inherit;
  align-items: right;
  color: rgb(0, 0, 0);
  transition: .3s;
  float: right;
  justify-content: flex-end;
  padding: 5px 60px 0 0;
 
}

.lists.change-color {
  color: black;
}

.list {
 list-style: none;
  padding-left:20px;
  font-weight: 700;
 
}

.button a {
  background: #ffffff;
  border-radius: 9999px;
  border: 1px solid #000;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px 0 ;
  max-width: 250px;
  padding: 10px 25px;

  color: #333333;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button a:hover {
  background: #333333;
  color: #FFF;
}
.button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button a:hover:after {
  border-color: #FFF;
}

/* セクションごとのタイトルはここから */
.title{
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}

.content{
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  line-height: 1.5;
  padding-bottom: 50px;

}
/* セクションごとのタイトルはここまで */



  /* video */
  
  .video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
  .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  /* overlay */
  
  .overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
  }

  .overlay2::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
  }
  
  /* text */
  
  .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    margin: auto;
    max-width: 1600px;

  }

  .text-box h2 {
    font-size: 46px;
  }

  h1 {
    
    font-size: 37px;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 0px;
    text-align: left;
    color: #ffffff;
    width: 100%;
    margin: auto;
    max-width: 1600px;
    padding: 0 0 20px 0;
  }

  h3 {
    font-size: 36px;
    font-weight: 200;
    padding: 0 0 20px 0;
  }


  .text-box p {
    font-size: 36px;
    font-weight: 200;
    max-width: 1600px;
    padding: 0 0 20px 0;
  }

  .shutter{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000000;
    z-index:9999;
    color: #fff;
  }

  .shutter p {
    position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 30px;

	color: #fff;
	text-align: center;
	width: 200px;
  }

  .shutter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    width: 0;
    height: 1px;
  }

  .shutter {
    -webkit-animation: byeShutter 2.6s forwards;
            animation: byeShutter 2.6s forwards;
  }

  .shutter::before {
    -webkit-animation: shutterOpen 2.6s forwards;
            animation: shutterOpen 2.6s forwards;
  }

  .content {
    -webkit-animation: contentScale 2.6s forwards;
            animation: contentScale 2.6s forwards;
  }

  .concept {
    background: #000;
    padding: 100px 0;
    color: #fff;
    width: 85%;
    margin: auto;
    max-width: 1600px;
  }
  .concept p {
    font-size: 22px;
    padding: 0 0 25px 0;
    width: 100%;
    font-weight: 200;
  }


  @keyframes byeShutter {
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      display: none;
      z-index: -1;
    }
  }

  @keyframes shutterOpen {
    0% {
      width: 0;
      height: 1px;
    }
    50% {
      width: 100%;
      height: 1px;
    }
    90% {
      width: 100%;
      height: 100%;
      
    }
    100% {
      width: 100%;
      height: 100%;
    }
  }

  @keyframes contentScale {
    70% {
      -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
              transform: perspective(800px) scale(0.9) rotateX(15deg);
    }
    100% {
      -webkit-transform: perspective(800px) scale(1) rotateX(0);
              transform: perspective(800px) scale(1) rotateX(0);
    }
  }



@keyframes curtainAnime {
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

.js-scroll-curtain {
  background-color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 0px 0;
  text-align: center;
  margin: 0 auto 0px auto;
  --duration: .5s;
  width:100%;
  position: relative;
  transition: clip-path var(--duration);
  font-size: 90px;
  font-weight: 200;
  text-align: left;
  
}
.js-scroll-curtain::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  transition: clip-path 0.5s var(--duration);
  clip-path: inset(0);
}
.js-scroll-curtain[data-dir="LeftToRight"] {
  clip-path: inset(0 100% 0 0);
}
.js-scroll-curtain[data-dir="LeftToRight"].is-active::before {
  clip-path: inset(0 0 0 100%);
}
.js-scroll-curtain[data-dir="RightToLeft"] {
  clip-path: inset(0 0 0 100%);
}
.js-scroll-curtain[data-dir="RightToLeft"].is-active::before {
  clip-path: inset(0 100% 0 0);
}
.js-scroll-curtain[data-dir="TopToBottom"] {
  clip-path: inset(0 0 100% 0);
}
.js-scroll-curtain[data-dir="TopToBottom"].is-active::before {
  clip-path: inset(100% 0 0 0);
}
.js-scroll-curtain[data-dir="BottomToTop"] {
  clip-path: inset(100% 0 0 0);
}
.js-scroll-curtain[data-dir="BottomToTop"].is-active::before {
  clip-path: inset(0 0 100% 0);
}
.js-scroll-curtain.is-active {
  clip-path: inset(0);
}




.js-scroll-curtain2 {
  background-color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 0px 0;
  text-align: center;
  margin: 0 auto 60px auto;
  --duration: .5s;
  width:100%;
  position: relative;
  transition: clip-path var(--duration);
  font-size: 90px;
  font-weight: 200;
  text-align: left;
  border-bottom: 1px solid #dbdbdb;
}
.js-scroll-curtain2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000;
  transition: clip-path 0.5s var(--duration);
  clip-path: inset(0);
}
.js-scroll-curtain2[data-dir="LeftToRight"] {
  clip-path: inset(0 100% 0 0);
}
.js-scroll-curtain2[data-dir="LeftToRight"].is-active::before {
  clip-path: inset(0 0 0 100%);
}
.js-scroll-curtain2[data-dir="RightToLeft"] {
  clip-path: inset(0 0 0 100%);
}
.js-scroll-curtain2[data-dir="RightToLeft"].is-active::before {
  clip-path: inset(0 100% 0 0);
}
.js-scroll-curtain2[data-dir="TopToBottom"] {
  clip-path: inset(0 0 100% 0);
}
.js-scroll-curtain2[data-dir="TopToBottom"].is-active::before {
  clip-path: inset(100% 0 0 0);
}
.js-scroll-curtain2[data-dir="BottomToTop"] {
  clip-path: inset(100% 0 0 0);
}
.js-scroll-curtain2[data-dir="BottomToTop"].is-active::before {
  clip-path: inset(0 0 100% 0);
}
.js-scroll-curtain2.is-active {
  clip-path: inset(0);
}


.js-scroll-curtain4 {
  background-color: rgb(175, 0, 0);
  background-color: rgb(0, 0, 0,0.0);
  color: rgb(0, 0, 0);
  padding: 0px 0;
  text-align: center;
  margin: 0 auto 0px auto;
  --duration: .5s;
  width:100%;
  position: relative;
  transition: clip-path var(--duration);
  font-size: 90px;
  font-weight: 200;
  text-align: left;
  
}
.js-scroll-curtain4::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000;
  transition: clip-path 0.5s var(--duration);
  clip-path: inset(0);
}
.js-scroll-curtain4[data-dir="LeftToRight"] {
  clip-path: inset(0 100% 0 0);
}
.js-scroll-curtain4[data-dir="LeftToRight"].is-active::before {
  clip-path: inset(0 0 0 100%);
}
.js-scroll-curtain4[data-dir="RightToLeft"] {
  clip-path: inset(0 0 0 100%);
}
.js-scroll-curtain4[data-dir="RightToLeft"].is-active::before {
  clip-path: inset(0 100% 0 0);
}
.js-scroll-curtain4[data-dir="TopToBottom"] {
  clip-path: inset(0 0 100% 0);
}
.js-scroll-curtain4[data-dir="TopToBottom"].is-active::before {
  clip-path: inset(100% 0 0 0);
}
.js-scroll-curtain4[data-dir="BottomToTop"] {
  clip-path: inset(100% 0 0 0);
}
.js-scroll-curtain4[data-dir="BottomToTop"].is-active::before {
  clip-path: inset(0 0 100% 0);
}
.js-scroll-curtain4.is-active {
  clip-path: inset(0);
}



.js-scroll-curtain3 {
  background-color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0,0.0);
  color: rgb(255, 255, 255);
  padding: 0px 0;
  text-align: center;
  margin: 0 auto 0px auto;
  --duration: .5s;
  width:100%;
  position: relative;
  transition: clip-path var(--duration);
  font-size: 90px;
  font-weight: 200;
  text-align: left;
  
}
.js-scroll-curtain3::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  transition: clip-path 0.5s var(--duration);
  clip-path: inset(0);
}
.js-scroll-curtain3[data-dir="LeftToRight"] {
  clip-path: inset(0 100% 0 0);
}
.js-scroll-curtain3[data-dir="LeftToRight"].is-active::before {
  clip-path: inset(0 0 0 100%);
}
.js-scroll-curtain3[data-dir="RightToLeft"] {
  clip-path: inset(0 0 0 100%);
}
.js-scroll-curtain3[data-dir="RightToLeft"].is-active::before {
  clip-path: inset(0 100% 0 0);
}
.js-scroll-curtain3[data-dir="TopToBottom"] {
  clip-path: inset(0 0 100% 0);
}
.js-scroll-curtain3[data-dir="TopToBottom"].is-active::before {
  clip-path: inset(100% 0 0 0);
}
.js-scroll-curtain3[data-dir="BottomToTop"] {
  clip-path: inset(100% 0 0 0);
}
.js-scroll-curtain3[data-dir="BottomToTop"].is-active::before {
  clip-path: inset(0 0 100% 0);
}
.js-scroll-curtain3.is-active {
  clip-path: inset(0);
}





@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




/* Google Fonts読み込み */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");

/* 簡易リセットCSS */



/* SP時の文字サイズ調整 */
@media (max-width: 599px) {
  .vertical-slider__slide {
    font-size: 16vw;
  }
}


.fixed-area{
  color: #fff;
  position: sticky;
  top: 100px;
  width: 100%;
  z-index: 99;
}
.fixed-area__inner{
  position: relative;
  margin: 0 auto;
  width: 95%;
}



.fixed-area__inner__contents{
  opacity: 0;
  position: absolute;
  top: 200px;
  transition: 1s;
}
.fixed-area__inner__contents.active{
  opacity: 1;
  top: 200px;
}
.fixed-area__inner__contents__title{
  font-size: 40px;
  font-weight: 200;
  padding: 0 0 30px 0;
}
.box{
color: #fff;

}
.box__inner{
  background: rgba(0,0,0,0,.5);
  height: 100vh;
  padding: 0px;
}



@keyframes load {
  100% {
    opacity: 1;
  }
}
.table-center {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}
.table-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.table-center > div p {
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px;
  font-size: 2em;
  font-weight: 600;
}


.v01 {
  background-image: url(../img/v01.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
 
}

.v02 {
  background-image: url(../img/v02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
 
}

.v03 {
  background-image: url(../img/v03.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  
}

.v04 {
  background-image: url(../img/v04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
 
}

.v05 {
  background-image: url(../img/v05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  
}



.box1{
  background: #000000;

}
.box2{
background: #000000;
z-index: 2222;
}
.box3{
background: #000000;
}
.box4{
background: #000000;
}
.box5{
  background: #000000;
  }
.pagenation{
  padding: 20px;
  position: fixed;
  right: 0;
  top: 50%;
  display: none;
}


.pagenation li{
  list-style-type: none;
  margin-bottom: 20px;
  display: none;
}
.pagenation a{
  display: block;
  height: 10px;
  border: 1px solid #ffffff;
  width: 10px;
  display: none;
}
.pagenation a.active{
  background: #ffffff;
  display: none;
}


.pagenation2{
  padding: 20px;
  position: fixed;
  right: 0px;
  top: 10%;
}

.page_n_box {
  position: fixed;
  bottom: 0%;
}

.page_n {
  height: 10px;
  border: 1px solid #929292;
  width: 10px;
  margin: 0 0 20px 0;
}


.pagenation2 li{
  list-style-type: none;
  margin-bottom: 20px;
}
.pagenation2 a{
  display: block;
  height: 10px;
  border: 1px solid #929292;
  width: 10px;
}
.page_n_box .active{
  background: #ffffff;
}


.text {
  font-size: 200px;
  margin: 500px;
 }
 .animate__animated {
  font-size: 200px;
  margin: 500px;
  /* 下記がアニメーションに必要なコード  */
  visibility: hidden;
  opacity: 0;
  transition: 1s;
 }
 /* jQueryによって追加されるコード */
 .animate__zoomIn {
  visibility: visible;
  opacity: 1;
 }


 .fullPageScroll {
  width: 100%;
  height: 100vh;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.section {
  width: 100%;
  height: 100vh;
  padding: 10%;
  scroll-snap-align: start;
  color: #fff;
}

.section1 {
  background-color: #000000;
  color: #fff;
}

.section2 {
  background-color: #000000;
  position: relative;
}

.imageWrapper{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.section2 img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section3 {
  background-color: #000000; 
  color: #fff;
}

.section3 .innerScroll {
  height: 80%;
  overflow-y: scroll;
}

.section4 {
  background-color: #a4a9ad;
  padding: 0;
}

.section4 iframe {
  width: 100%;
  height: 100%;
}

.section5 {
  background-color: #20a39e;
}

.service {
  padding: 0px 0 0 0;
  padding: 100px 0 0 0;
  background: #fff;
}

.service_box {
  width: 95%;
  margin: 80px auto;
  max-width: 1600px;
  z-index: 9999 !important;
}

.service h4 {
  font-size: 24px;
  font-weight: 200;
}

.service h5 {
  font-size: 20px;
  font-weight: 200;
  color: #a4a9ad;
  padding: 0px 0 0px 0;
}

.service  p {
  font-size: 16px;
}

.service_right {
  width: 30%;
  float: left;
  padding: 2% 0 0 0;
  text-align: center;
}

.service_right img {
    margin: 40px 0 0 0;
}

.service_left {
  width: 60%;
  float: right;

}

.fadein-bottom {
  animation-name: fadeup;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadein-bottom2 {
  animation-name: fadeup;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadein-bottom3 {
  animation-name: fadeup;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadein-bottom4 {
  animation-name: fadeup;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadein-bottom5 {
  animation-name: fadeup;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}


.service_t_box {
    width: 100%;
    margin: 80px 0;
    float: left;
    border-top: 1px solid #dbdbdb;
    padding: 20px 0 0 0;
  }
  
  .service_t {
    width: 50%;
    text-align: left;
    float: left;
    font-size: 34px;
  
  }
  
  .service_txt {
    width: 40%;
    float: right;
  }

.service_bottom {
  width: 100%;
  margin: auto;

}

.service_att_box {
  width: 100%;
 
  margin: 0 auto 60px auto;
  background-color: #000;
  color: #fff;
}

.service_att {
	padding: 30px;
	position: relative;
    max-width: 1200px;
    margin: 60px auto 0 auto;
}

.service_att::before, .service_att::after {
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
}

.service_att::before {
	border-left: dotted 0px #000000;
	border-top: dotted 0px #000000;
	border-bottom: dotted 0px #000000;
	top: 0;
	left: 0;
}
.service_att::after {
	border-right: dotted 0px #000000;
	border-top: dotted 0px #000000;
	border-bottom: dotted 0px #000000;
	top: 0;
	right: 0;
}







.snap {
  overflow: auto;
  height: 100vh;
  /* y軸方向にピタッと移動する */
  scroll-snap-type: y mandatory;
  /* スクロールバーを非表示にする（Safariは不可） */
  scrollbar-width: none; 
}

/* スクロールバーを非表示にする（Firefoxは不可） */
.snap::-webkit-scrollbar {
  display: none; 
}

.snap section {
  width: 100%;
  height: 100vh;
  /* 次のコンテンツの開始位置に移動 */
  scroll-snap-align: start;
}

.snap p {
  font-family: "Anton", sans-serif;      
  font-size: 50px;
  letter-spacing: 0.05em;
}

.snap1 {
  background-color: #3EE2FF;
}

.snap2 {
  background-color: #FFEF37;
}
.snap3 {
  background-color: #00D6B5;
}
.snap4 {
  background-color: #CF2E2E;
}

.company {
  padding: 50px 0 200px 0;
  background: #000000;
  position: relative;
  z-index: 9999;
  color: #fff;
  margin: -100px 0 0 0;
  background-image: url(../img/v01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


#wrap {
  scroll-snap-type: y mandatory;
  scroll-snap-align: end;
}

.company_box {
  margin: 0px 1% 0 1%;


}

.company_box h2 {
  font-size: 46px;
  
}

.company_box div {
  text-align: left;
  font-size: 16px;
  margin: 60px 1% 0 1%;
  width: 31.3333%;
  float: left;
}

.pc {
  display: block;
}

.sp {
  display: none;
}



@media (max-width: 980px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  h1 {
    
    font-size: 28px !important;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 0px;
    text-align: left;
    color: #ffffff;
    width: 100%;
    margin: auto;
    max-width: 1600px;
    padding: 0 0 20px 0;
  }

  h3 {
    font-size: 22px !important;
    font-weight: 200;
    padding: 0 0 20px 0;
  }

  .midd {
    font-size: 16px !important;
    width: 100% !important;
    padding: 0 0 20px 0;
    line-height: 28px;
    max-width: 1000px;
  }

  .service_right {
    width: 100% !important;
    float: none;
    padding: 2% 0 0 0;
  }
  
  .service_left {
    width: 100%;
    float: none;
  
  }
  .gallery-cell {
    width: 100% !important;
    height: 100%;
    min-height: 300px !important;
    margin-right: 10px;
    background: rgb(255, 255, 255);
    counter-increment: gallery-cell;
  }

  .js-scroll-curtain {
    background-color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 0px 0;
    text-align: center;
    margin: 0 auto 0px auto;
    --duration: .5s;
    width:100%;
    position: relative;
    transition: clip-path var(--duration);
    font-size: 46px;
    font-weight: 200;
    text-align: left;
    
  }


  .wrap_box h2 {
    font-size: 22px !important;
  }

  .fixed-area__inner__contents{
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: 1s;
  }
  .fixed-area__inner__contents.active{
    opacity: 1;
    top: 0px;
  }

  .fixed-area__inner__contents__title{
    font-size: 28px !important;
    font-weight: 200;
    padding: 0 0 20px 0 !important;
  }


  .text-box h2 {
    font-size: 28px !important;
  }

  .company_box div {
    text-align: none;
    font-size: 16px;
    margin: 30px 1% 0 1%;
    width: 100%;
    float: left;
  }

  .js-scroll-curtain3 {
    background-color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0,0.0);
    color: rgb(255, 255, 255);
    padding: 0px 0;
    text-align: center;
    margin: 0 auto 0px auto;
    --duration: .5s;
    width:100%;
    position: relative;
    transition: clip-path var(--duration);
    font-size: 60px;
    font-weight: 200;
    text-align: left;
    
  }

 
  .js-scroll-curtain4 {
    background-color: rgb(175, 0, 0);
    background-color: rgb(0, 0, 0,0.0);
    color: rgb(0, 0, 0);
    padding: 0px 0;
    text-align: center;
    margin: 0 auto 0px auto;
    --duration: .5s;
    width:100%;
    position: relative;
    transition: clip-path var(--duration);
    font-size: 60px;
    font-weight: 200;
    text-align: left;
    
  }
  .js-scroll-curtain2 {
    background-color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 0px 0;
    text-align: center;
    margin: 0 auto 60px auto;
    --duration: .5s;
    width:100%;
    position: relative;
    transition: clip-path var(--duration);
    font-size: 60px;
    font-weight: 200;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
  }
  .fixed h2 {
    font-size: 28px !important;
    font-weight: 200;
    color: #5a5a5a;
  }
  .gallery-cell {
    width: 66%;
    height: 100%;
    min-height: 400px !important;
    margin-right: 10px;
    background: rgb(255, 255, 255);
    counter-increment: gallery-cell;
    z-index: 999;
  }

  section.fixed {
    position: -webkit-sticky; /*Safari*/
    position: sticky;
    top: 70px; /*Header高さ分で止まるようにする*/
    /*装飾のためのCSS*/
    background: #fff;
    padding: 0px 30px 170px 30px !important;
    min-height: 100%;
    width: 80% !important;
    margin: 0px auto 0 auto;
  }

  section.fixed:last-of-type {
    padding: 170px 30px 0px 30px !important; /*最後のセクションだけ止まらないため、エリア内の情報が少ない時は、HEADER分の高さをpadding-topに追加して上部が見えるようにする*/
  }

  .footer_nav div {
    width: 100% !important;
    float: none !important;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #d4d4d4;
  }

  .flickity-prev-next-button {
    top: 50%;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50%;
    transform: translateY(-50%)
}

}

  

.gallery {
    padding: 60px 0 0 0;
    background: #ffffff;
  }
  
  .gallery-cell {
    width: 66%;
    height: 100%;
    min-height: 300px;
    margin-right: 10px;
    background: rgb(255, 255, 255);
    counter-increment: gallery-cell;
    z-index: 999;
  }
  
  .gallery-cell h2 {
    position: relative;
    padding: 0.5rem 1rem;
    color: black;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 80%;
    margin: 40px auto 0 auto;
}

.gallery-cell h2::before, .gallery-cell h2::after {
    position: absolute;
    top: -3px;
    width: 10px;
    height: 100%;
    content: '';
    border-top: dotted 1px #c2c2c2;
    border-bottom: dotted 1px #c2c2c2;
}

.gallery-cell h2::before {
    border-left: dotted 1px #c2c2c2;
    left: 0;
}

.gallery-cell h2::after {
    border-right: dotted 1px #c2c2c2;
    right: 0;
}

.midd2 {
    font-size: 16px !important;
    width: 100% !important;
    padding: 40px 0 20px 0;
    line-height: 28px;
    max-width: 1000px;
    font-weight: 200;
    display: block;
    text-align: left;
}

.flickity-page-dots {
   display: none;
}


.wrapper{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 9;
}

.wrapper .wrapper__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 9 !important;
}

.fixed_box {
    width: 100%;
    background: #fff;
}


section.fixed2 {
    position: -webkit-sticky; /*Safari*/
    position: sticky;
    top: 0px; /*Header高さ分で止まるようにする*/
    /*装飾のためのCSS*/
    background: #000000;
    
    min-height: 100vh;
    width: 100%;
    margin: 0px auto 0 auto;
    color: #fff;
  }
  

section.fixed {
  position: -webkit-sticky; /*Safari*/
  position: sticky;
  top: 70px; /*Header高さ分で止まるようにする*/
  /*装飾のためのCSS*/
  background: #fff;
  padding: 200px 30px 170px 30px;
  min-height: 100%;
  width: 70%;
  margin: 0px auto 0 auto;
}



section.fixed:last-of-type {
  padding: 170px 30px 0px 30px; /*最後のセクションだけ止まらないため、エリア内の情報が少ない時は、HEADER分の高さをpadding-topに追加して上部が見えるようにする*/
}

section.fixed:nth-of-type(2) {
 
}

section.fixed:nth-of-type(4) {
  
}

section.fixed2:last-of-type {
    padding: 170px 30px 0px 30px; /*最後のセクションだけ止まらないため、エリア内の情報が少ない時は、HEADER分の高さをpadding-topに追加して上部が見えるようにする*/
  }
  
  section.fixed2:nth-of-type(2) {
   
  }
  
  section.fixed2:nth-of-type(4) {
    
  }

/*========= スクロールダウンのためのCSS ===============*/

/*スクロールダウン全体の場所*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 10px;
  right: 50%;
  /*マウスの動き1.6秒かけて動く永遠にループ*/
  animation: mousemove 1.6s ease-in-out infinite;
}

/*下からの距離が変化して上から下に動く*/
@keyframes mousemove {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 10px;
  }
}

/*Scrollテキストの描写*/
.scrolldown span {
  z-index: 10;
  /*描画位置*/
  position: absolute;
  left: -15px;
  bottom: 45px;
  /*テキストの形状*/
  color: #333;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/*マウスの中の線描写 */
.scrolldown span::after {
  z-index: 10;
  content: "";
  /*描画位置*/
  position: absolute;
  top: 10px;
  left: 17px;
  /*線の形状*/
  width: 1px;
  height: 15px;
  background: #333;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: mousepathmove 1.4s linear infinite;
  opacity: 0;
}

/*上からの距離・不透明度・高さが変化して上から下に流れる*/
@keyframes mousepathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  50% {
    height: 15px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
}

/*マウスの描写 */
.scrolldown:before {
  z-index: 10;
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -10px;
  /*マウスの形状*/
  width: 25px;
  height: 37px;
  border-radius: 10px;
  border: 1px solid #333;
}

/*マウスの中の丸の描写*/
.scrolldown:after {
  z-index: 10;
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 26px;
  left: 0;
  /*丸の形状*/
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #333;
}



.fixed h2 {
  font-size: 46px;
  font-weight: 200;
  color: #5a5a5a;
}

.fixed h3 {
  font-size: 36px;
  font-weight: 200;
  color: #5a5a5a;
}

.fixed p {
  font-size: 16px;
}

.no {
  font-size: 26px;
  font-weight: 200;
}

.no_bold {
  font-size: 46px;
  font-weight: 600;
}

.fixed2 h2 {
    font-size: 46px;
    font-weight: 200;
  }
  
  .fixed2 p {
    font-size: 16px;
  }






  section {
    height: 100vh;
  }
  
  
  .scroll_container {
    height: 400vh;
  }
  
  .horizontal_scroll {
    position: absolute;
    top: 0;
    height: 100%;
    width: 400vw;
    will-change: transform;
    display: flex;
    scroll-snap-type: x mandatory;
    justify-content: space-between;
    
  }
  
  .scroll_contents {
    height: 100%;
    width: 100vw;
    scroll-snap-align: start;
  }
  
  .sticky_wrap {
    overflow: hidden;
    position: sticky;
    top: 0;
    height: 100vh;
    
  }
  
  .red {
    background-color: #000000;
  }
  
  .yellow {
    background-color: #000000;
  }
  
  .green {
    background-color: #000000;
  }
  
  .blue {
    background-color: #000000;
  }
  
  h2 {
    font-size: 2rem;
    color: #f7f7f7;
  }
  
  .left {
    margin-top: 5vh;
    margin-left: 5vw;
  }
  
  .right {
    text-align: right;
    margin-top: 85vh;
    margin-right: 5vw;
  }




  .l-hero {
    overflow: hidden !important;
    position: relative;
  }
  .l-hero .l-hero-btn {
    position: fixed;
  }
  .l-hero .l-hero-wrapper {
    width: 400%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    will-change: auto;
  }
  .l-hero .l-hero-panel {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
 
  }
  .l-hero .l-hero-panel-01 {
    background-image: url("../img/v01.jpg");
  }
  .l-hero .l-hero-panel-02 {
    background-image: url(../img/v02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .l-hero .l-hero-panel-03 {
    background-image: url("https://source.unsplash.com/uOcQUMXaUz8");
  }
  .l-hero .l-hero-panel-04 {
    background-image: url("https://source.unsplash.com/aYLTPUkGZ-8");
  }
  .l-hero .l-hero-panel::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.25);
 
  }
  .l-hero .l-hero-panel__contents {
    flex: 0 0 100%;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    position: relative;
    z-index: 3;
  }/*# sourceMappingURL=page.css.map */



  .box22 {
    --x-gradient: linear-gradient(90deg, #333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
    --y-gradient: linear-gradient(#333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
    margin: 0.5rem;
    padding: 1rem;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;
}

.box22 p {
    line-height: 1.5;
    color: #222;
}

hr.style-one {
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
  margin: 60px 0 0 0;
}

hr.style-one2 {
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #dcdcdc, #ccc);
  background-image:    -moz-linear-gradient(left, #ccc, #dcdcdc, #ccc);
  background-image:     -ms-linear-gradient(left, #ccc, #dcdcdc, #ccc);
  background-image:      -o-linear-gradient(left, #ccc, #dcdcdc, #ccc);
  margin: 60px 0 0 0;
}


/* table01 */
#table01 {
  font-size: 16px;
  margin: 60px auto 0 auto;
  width: 100%;
  max-width: 1200px;
}

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 14px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 {
    font-size: 16px;
    margin: 60px auto 0 auto;
    width: 95%;
    max-width: 1200px;
  }
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
    text-align: left;
  }

  #table01 td {
    padding-top: 0;
  }
}



#top-head {
  width: 100%;
  
  height: 60px;
  background: #fff;
  opacity: 0.9;
  display: flex;
  position: fixed;
  z-index: 99;
}
#top-head .inner {
  float: left;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*logo style*/
.inner h1 a {
  color: #20b2aa;
  text-decoration: none;
  font-weight: bold;
}
/*nav style*/
#top-head nav ul {
  display: flex;
  list-style-type: none;
}
/*nav link style*/
#top-head nav ul li a {
  text-decoration: none;
  padding: 16px;
  color: #1a1a1a;
  font-weight: 200;
}
#top-head nav ul li a:hover {
  color: #20b2aa;
}
#nav_toggle {
  display: none;
}
img {
  margin-top: 0px;
  width: 100%;
  max-width: 150px;
}
/*============================
mobile style
============================*/
@media screen and (max-width:680px) {
/*hamburger menu style*/
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
/*hamburger menu close style*/
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #404040;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top:0px;
  }
  #nav_toggle span:nth-child(2) {
    top:10px;
  }
  #nav_toggle span:nth-child(3) {
    top:20px;
  }
/*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
/*nav style*/
  #top-head nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 1040px;
    background: #fff;
    z-index: 999;
  }
  #top-head nav ul {
    display: block;
    width: 80%;
  }
  #top-head nav ul li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
  #top-head nav ul li:last-child {
    border: none;
  }
/*nav link style*/
  #top-head nav ul li a {
    display: block;
  }

  #top-head img {
    margin-top: 0px;
    width: 100%;
    max-width: 80px;
  }
  .b_txt {
    font-size: 18px !important;
    font-weight: 600;
    padding: 5px;
    margin: 10px auto 0 auto;
    background: #000;
    color: #fff;
    border-radius: 20px;
  }

}

.form_txt {
  font-size: 12px !important;
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
  padding: 40px 0 40px 0 !important;
}

.form_area {
  background-color: #fff;
  padding: 100px 0 0 0;
}

.form_box {
  width: 95%;
  max-width: 1600px;
  margin: auto;
}

footer {
  background: #e2e2e2;
  text-align: center;
  padding: 40px 0;
}

.footer_copy {
  color: #979797;
  font-size: 12px;
  padding: 40px 0 0 0;
}

.footer_nav {
  padding: 20px 0 20px 0;
  width: 100%;
  max-width: 780px;
  margin: auto;
}

.footer_nav div {
  width: 25%;
  float: left;
  text-align: center;
}

.thanks {
  width: 100%;
  padding: 300px 0 0 0;
  background-color: #fff;
  text-align: center;
}

.thanks_box {
  width: 95%;
  max-width: 980px;
  margin: auto;
  padding: 0 0 200px 0;
}

.thanks_title {
  font-size: 30px;
  font-weight: 600;
  padding: 0px 0 40px 0;
 
}

.thanks_txt {
  width: 100%;
  max-width: 600px;
  text-align: left;
  padding: 0 0 40px 0;
  margin: auto;
  font-size: 16px;
}

.red2 {
  color: #af0000;
}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 220px;
	margin: auto;
	padding: 1rem 4rem;
	border: 1px solid #000000;
	color: #000000;
	transition: 0.5s;
  font-weight: 200;
}
a.btn_01:hover {
	color: #fff;
	background: #000000;
}

.b_txt {
  font-size: 24px;
  font-weight: 600;
  padding: 5px;
  margin: 20px auto 0 auto;
  background: #000;
  color: #fff;
  border-radius: 20px;
}

/**********************New Classes*************************/

.service-banner-text-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 86px;
  font-size: 18px;
  color: #333333;
}
.service-banner-text-section h3{
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 18px;
  margin-left: 14px;
}
.service-banner-text-section img{
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.service-banner-text-section p{
  letter-spacing: normal;
  line-height: 25px;
  margin-top: 34px;
}

@media all and (max-width:1199px){
  .service-banner-text-section {
    gap: 43px;
  }
}
@media all and (max-width:992px){
  .service-banner-text-section {
    gap: 32px;
  }
  .service-banner-text-section h3 {
      font-size: 18px !important;
      margin-bottom: 0;
      padding-bottom: 10px;
      margin-left: 0;
  }
  .service-banner-text-section p {
      margin-top: 8px;
  }
  .sbts-left {
      margin-bottom: 50px;
  }
}
@media all and (max-width:767px){
  .service-banner-text-section {
    display: block;
  }
}
/*********************************************************/