@charset "UTF-8";
/* CSS Document */
/*シェイプ*/
.naminami{
  position: relative;
}
.custom-shape-divider-top-1724065617 { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    overflow: hidden; 
    line-height: 0; 
} 

.custom-shape-divider-top-1724065617 svg { 
    position: relative; 
    display: block; 
    width: calc(141% + 1.3px); 
    height: 160px; 
} 

.custom-shape-divider-top-1724065617 .shape-fill { 
    fill: #222936; 
}
/*シェイプend*/

.message-image{
  width: 100%;
  padding-bottom: 80px;
  background-image: url("../images/index/webp/view.webp");
  background-size: cover;
  position: relative;
  height: 100vh;
}
.message-image img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
} 
.message-paragraph{
  position: absolute;
  margin: 0 auto;
  width: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.message-paragraph h2{
  font-family: "Contrail One", sans-serif;
  font-size: 4.2rem;
  padding-bottom: 50px;
  text-align: center;
}
.message-paragraph p{
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.section-top{
  margin: 0 auto;
  position: relative;
  height: 100vh;
}
.slideshow-container {
    position: relative;
    width: 100%;
   height: 100vh;
    margin: auto;
    overflow: hidden;
}

.slide {
    display: none;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.fade-zoom {
    animation: zoom 6s ease-in-out infinite;
  transform-origin: center; /* 画像のズームを中央から行う */
}

@keyframes zoom {
    0% { transform: scale(1); opacity: 0; }
    10% { opacity: 1; }
    100% { transform: scale(1.1); opacity: 1; }
}

.slide-image {
    width: 100%;
    height: 100vh;
  object-fit: cover;
  
}
.section-top h1{
  font-family: "Noto Sans JP", sans-serif;;
  font-size: 4.3rem;
  line-height: normal;
  font-weight: 600;
  position: absolute;
  bottom: 20%;
  left: 5%;
}
.nami_image_top{
  position: absolute;
  bottom: 20%;
  width: 100%;
}
.section-policy{
  width: 90%;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
.policy-text{
  width: 45%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.policy-text h2{
  color: #404D66;
  font-family: "Contrail One", sans-serif;
  font-size: 10.0rem;
  padding-bottom: 30px;
}
.policy-text h3{
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 4.2rem;
}
.policy-text p{
  font-size: 1.8rem;
  line-height: 3.2rem;
  padding-top: 30px;
  padding-bottom: 30px;
}
.policy-text a{
  display: block;
  background-color: #222936;
  width: 40%;
  height: auto;
  border: solid rgba(255,255,255,1)0.3px;
  border-radius: 20px 0 20px 0;
  padding: 10px 15px;
  font-family:  "Contrail One", sans-serif;
  font-size: 2.4rem;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin-left: auto;
}
.policy-text a::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.policy-text a:active{
  top: 4px;
  box-shadow: 0 0 0 #C62828;
}
/*lupeslider*/
.lupeslider-container {
    display: grid;
    width: 50%;
    height: 80vh;
}

.lupeslider {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
}

.slider-list {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    align-items: center;
    animation: slideShow 20s infinite linear;
    list-style: none;
}

.slider-item {
    width: 80%;
    height: auto;
  padding-bottom: 20px;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0.5rem;
}

.lupeslider:hover .slider-list {
    animation-play-state: paused;
}

@keyframes slideShow {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(100%);
    }

}
/*lupeslider*/
.section-about{
  margin: 0 auto;
  padding-top: 120px;

}
.section-about h2{
  color: #404D66;
  font-family: "Contrail One", sans-serif;
  font-size: 10.0rem;
  padding-bottom: 30px;
  padding-left: 50px;
}
.about_title{
  width: 45%;
  padding-bottom: 30px;
}
.about-text{
  margin: 0 auto;
  width: 50%;
  padding-bottom: 30px;
}
.about-text h3{
  font-size: 3.0rem;
  font-weight: 500;
  text-align: center;
}
.about-text p{
  font-size: 1.8rem;
  line-height: 3.2rem;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-text a{
  display: block;
  background-color: #222936;
  width: 40%;
  height: auto;
  border: solid rgba(255,255,255,1)0.3px;
  border-radius: 20px 0 20px 0;
  padding: 10px 15px;
  font-family:  "Contrail One", sans-serif;
  font-size: 2.4rem;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.about-text a::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.about-text a:active{
  top: 4px;
  box-shadow: 0 0 0 #C62828;
}

/*yoko-lupeslider*/
.about-lupeslider-container {
    display: grid;
    width: 100%;
    height: auto;
}

.about-lupeslider {
    display: flex;
    overflow: hidden;
}

.about-slider-list {
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    padding: 0;
    align-items: center;
   height: 40vh;
}
.scroll-infinity__list--left{
  animation: infinity-scroll-left 20s infinite linear;
  list-style: none;
}
.about-slider-item {
  width: calc(100vw / 4);
    height: auto;
  padding-right: 20px;

}

.about-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0.5rem;
}

.about-lupeslider:hover .about-slider-list {
    animation-play-state: paused;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
/*yoko-lupeslider*/
.mobile-lupeslider-container{
  display: none;
}
@media(max-width:786px){
  .section-top h1{
    font-size: 3.4rem;
  }
  .policy-text h2{
    font-size: 5.0rem;
  }
  .policy-text h3{
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .policy-text a{
    width: 70%;
  }
  .section-about h2{
    font-size: 5.0rem;
  }
  .about-text h3{
    font-size: 2.4rem;
  }
  .about-slider-item{
    width: calc(100vw / 3);
  }
  .message-paragraph{
    width: 80%;
  }
  .message-paragraph h2{
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 3.0rem;
  }
}
@media(max-width:440px){
  
  .section-policy{
    flex-direction: column;
    
  }
  .policy-content{
    padding-bottom: 40px;
  }
  .policy-text{
    width: auto;
    height: auto;
  }
  .policy-text a{
    margin: 0 auto;
  }
  .lupeslider-container{
    width: auto;
  }
  .section-about{
    width: 90%;
  }
  .section-about h2{
    padding-left: 0px;
    text-align: center;
  }
  .about-text{
    width: auto;
  }
  .about-text a{
    width: 70%;
  }
  .about-lupeslider-container{
    padding-bottom: 30px;
  }
  .about-slider-list{
    height: auto;
    max-height: 40vh;
  }
  .about-slider-item{
    width: calc(100vw / 1);
  }
  .about_title{
    width: 100%;
  }
  .message-paragraph{
    width: 90%;
  }
  .message-paragraph p{
    font-size: 1.6rem;
  }
  .message-image{
    height: 130vh;
  }
  .lupeslider-container{
    display: none;
  }
  
  .mobile-lupeslider-container{
    display: block;
  }
  .mobile-lupeslider-container {
    display: grid;
    width: 100%;
    height: auto;
}

.mobile-lupeslider {
    display: flex;
    overflow: hidden;
}

.mobile-slider-list {
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    padding: 0;
    align-items: center;
    height: auto;
    max-height: 60vh;
}
.scroll-infinity__list--left{
  animation: infinity-scroll-left 20s infinite linear;
  list-style: none;
}
.mobile-slider-item {
  width: calc(100vw / 1);
    height: auto;
  padding-right: 20px;

}

.mobile-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0.5rem;
}

.mobile-lupeslider:hover .mobile-slider-list {
    animation-play-state: paused;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
/*yoko-lupeslider*/
}