@charset "UTF-8";
/*===========================================

home

===========================================*/

.sec-concept {
  margin-top: 10vw;
}

.sec-concept .sec-content {
  position: relative;
}

.sec-concept .image-container {
  width: 90%;
}

@media (max-width: 559px) {
  .sec-concept .image-container:before {
    padding-top: 120%;
  }
}

.sec-concept .text-container {
  width: 34%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  padding: 5% 3%;
  font-size: 1.2rem;
    letter-spacing: .15em;
    line-height: 2em;

}

@media (max-width: 1279px) {
  .sec-concept .text-container {
    font-size: 1.3rem;
  }
}

@media (max-width: 959px) {
  .sec-concept .text-container {
    width: 80%;
    position: relative;
  }
}

@media (max-width: 559px) {
  .sec-concept .text-container {
    width: 90%;
    padding: 5% 5%;
    margin-left: 10%;
    margin-top: -10%;
  }
}

.sec-concept .text-container p {
  margin-bottom: 20px;
}

.sec-concept .text-container p:last-child {
  margin-bottom: 0;
}

.sec-concept .text-container p.lead {
  font-size: 1.4rem;
    letter-spacing: .1em;
  font-weight: bold;
}

@media (max-width: 1279px) {
  .sec-concept .text-container p.lead {
    font-size: 1.5rem;
  }
}

/*動画仮差し込み*/
.sec-concept .image-container {
  width: 90%;
}
.sec-concept .movie-container {
  width: 75%;
    padding-top: 5%;
}


.movie-wrap{
width: 100%;
  aspect-ratio: 16 / 9; 
}
.movie-wrap iframe {
  width: 100%;
  height: 100%;
}


@media (max-width: 559px) {
    .sec-concept .movie-container {
  width: 100%;
    }    
     
  .sec-concept .movie-container {
    padding-top: 25%;
  }
    
    
}


.sec-concept .movie-text-container {
  width: 34%;
  position: absolute;
  right: -80px;
  bottom: -100px;
  background: #FFFFFF;
  padding: 5% 3%;
  font-size: 1.2rem;
    letter-spacing: .15em;
    line-height: 2em;

}

@media (max-width: 1279px) {
  .sec-concept .movie-text-container {
    font-size: 1.3rem;
  }
}

@media (max-width: 959px) {
  .sec-concept .movie-text-container {
    width: 80%;
    position: relative;
  }
}

@media (max-width: 559px) {
  .sec-concept .movie-text-container {
    width: 90%;
    padding: 5% 5%;
    margin-left: 10%;
    margin-top: -10%;
      margin-bottom: 20%;
      
    right: 0px;
    bottom: -50px;
  }
}

.sec-concept .movie-text-container p {
  margin-bottom: 20px;
}

.sec-concept .movie-text-container p:last-child {
  margin-bottom: 0;
}

.sec-concept .movie-text-container p.lead {
  font-size: 1.4rem;
    letter-spacing: .1em;
  font-weight: bold;
}

@media (max-width: 1279px) {
  .sec-concept .movie-text-container p.lead {
    font-size: 1.5rem;
  }
}

/*動画仮差し込み用 end*/


.sec-hero .image-title {
  position: absolute;
  z-index: 2;
  width: 40vw;
  left: 50%;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
  bottom: -40%;
}

@media (max-width: 959px) {
  .sec-hero .image-title {
    bottom: -20%;
  }
}

@media (max-width: 559px) {
  .sec-hero .image-title {
    width: 70vw;
    bottom: -25%;
      left: 40%;
    -webkit-transform: translateX(-52%);
            transform: translateX(-52%);
  }
}


/*///////////////////////////
INFORMATION
///////////////////////////*/
.sec-news {
  margin-top: 5vw;
}

@media (max-width: 559px) {
  .sec-news {
    margin-top: 10vw;
  }
}

.sec-news .sec-title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 3%;
}

@media (max-width: 559px) {
  .sec-news .sec-title {
    font-size: 2.0rem;
  }
}

.sec-news .news-list {
  max-width: 800px;
  margin: 0 auto;
}

.sec-news .news-item {
  margin-bottom: 20px;
}

.sec-news .news-item:last-child {
  margin-bottom: 0px;
}

.sec-news .news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4B5678;
}

.sec-news .news-item .news-time {
  width: 120px;
  font-family: "Montserrat", sans-serif;
    font-size: .9em;
    letter-spacing: .1em;
}

@media (max-width: 559px) {
  .sec-news .news-item .news-time {
    width: 90px;
  }
}

.sec-news .news-item .news-title {
  width: calc(100% - 120px);
    font-size: .9em;
    letter-spacing: .1em;    
}

@media (max-width: 559px) {
  .sec-news .news-item .news-title {
    width: calc(100% - 90px);
  }
}

/*///////////////////////////
mask
///////////////////////////*/
.mask_wrap{
  width: 50%;
  margin: 100px auto 0;
}
.mask_wrap img{
  max-width: 100%;
}
@media (max-width: 559px) {
  .mask_wrap{
    width: 100%;
    margin: 50px auto 0;
    padding: 10px;
  }
}

/*///////////////////////////
limited plan
///////////////////////////*/
.limited_plan{
    width: 80%;
    margin: 8% auto;
    
    padding: 5% 0;

    background-color:#E5E5E5;
    position: relative;
}


.limited_plan::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #fff; 
  border-left: 100vw solid transparent;
}

.limited_plan .limited_plan_wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.limited_plan .limited_plan_wrap .limi_plan_img{
    width: 40%;
  
}
.limited_plan .limited_plan_wrap .limi_plan_detail{
    width: 55%;
  padding: 0% 0% 0% 5%;
    letter-spacing: .1em;
    
}
.limited_plan .limited_plan_wrap .limi_plan_detail h2{
    font-size: .9em;
    letter-spacing: .15em;
    
}

.limited_plan .limited_plan_wrap .limi_plan_detail .plan{
   font-size: 1em;
    margin-bottom: 1em;
    
}
.limited_plan .limited_plan_wrap .limi_plan_detail .plantxt{
   font-size: .8em;
    line-height: 1.8em;
}


@media (max-width: 559px) {
    
.limited_plan{
    width: 90%;
    margin: 10% auto;
    
    padding: 5% 0;

    background-color:#E5E5E5;}

.limited_plan .limited_plan_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    
}    
  .limited_plan .limited_plan_wrap .limi_plan_img{
    width: 90%;
  
}
.limited_plan .limited_plan_wrap .limi_plan_detail{
    width: 90%;
  padding: 8% 0% 5% 0%;
    letter-spacing: .1em;
    
}  

}



.reserve-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 959px) {
.reserve-container {
    position: absolute;
    bottom: 0;
    right: 40px;
  }
}

@media (max-width: 559px) {
.reserve-container {
    right: 20px;
  }
}
.btn-reserve {
  display: inline-block;
  margin-top: 40px;
  border-bottom: 3px solid #4B5678;
  padding: 5px 20px 5px 30px;
  position: relative;
  color: #4B5678;
}
.btn-reserve:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 959px) {
 .btn-reserve {
    padding-right: 10px;
    font-size: 1.2rem;
  }
}
