@charset "UTF-8";

.l-kv-m{
    position: relative;
    height: calc(100vh - 175px);
    text-align: center;
    color: #fff;
    background: url("loading.jpg") no-repeat;
    background-size: cover;
    margin-top: 175px;
}
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 30px;
}
#loading.disappear{
  display: none;   
}
/* YouTube表示エリア */
#youtube-area{
  position: absolute;
  z-index: 1;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
  opacity: 0;    
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
#youtube-area.appear {
  animation-name:pageanimetuika;
  animation-duration:.6s;
  animation-fill-mode:forwards;
}
@keyframes pageanimetuika{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 178vh;
  height: 56vw;
  min-height: 100%;
  min-width: 100%;
}
/*YouTubeクリック防止マスクエリア*/
#youtube-mask{
    position: absolute;
    z-index: 2;
    top:0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
}
.l-kv-m h1{
  position:absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-weight: normal;
  font-size: 65px;
  line-height: 90px;
  font-weight: bold;
  text-align: center;
  color: #fff;

}

.l-kv-m .cap{
  position:absolute;
  z-index:50;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: Sen;
  font-weight: bold;
  font-size: 120px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  opacity: 0.17;
  white-space: nowrap;

}
.p-top2025__intro {
/*    background: -moz-linear-gradient(45deg, #9ac6c5 0%, #aec8d7 29%, #c893d6 66%, #ffb19d 100%);
    background: -webkit-linear-gradient(45deg, #9ac6c5 0%, #aec8d7 29%, #c893d6 66%, #ffb19d 100%);
    background: linear-gradient(45deg, #9ac6c5 0%, #aec8d7 29%, #c893d6 66%, #ffb19d 100%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    overflow: hidden;
    position: relative;*/
  background: linear-gradient(to right, #DFEEF3 0%, #DFEEF4 67.96%, #D9FFF4 100%);
    padding: 120px 0;
}

.p-top2025__intro h2{
  font-size: 32px;
  left: 0.1em;
  line-height: 1.8;
  line-height: 2;
  margin-bottom: 20px;
}

.p-top2025__intro p{
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.8;
}
.p-top2025__intro p:last-child{
  margin-bottom: 0;
}

.p-top2025__intro p.catch{
  font-weight: bold;
  font-size: 20px;
}

.p-top2025__intro .c-wrap{
  display: table;
}
.p-top2025__intro .txt{
  display: table-cell;
  width: calc(100% - 403px);
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}
.p-top2025__intro .ph{
  display: table-cell;
  width: 403px;
}


.Gradation_1 {

  background: linear-gradient(270deg, #DFEEF3,  #D9FFF4);
  background-size: 200% 200%;
  animation: Grad 5s ease infinite;

}


@keyframes Grad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*.p-top2025__intro::before,
.p-top2025__intro::after {
    content: "";
    width: 70vmax;
    height: 70vmax;
    position: absolute;
    background: rgba(255, 255, 255, 0.07);
    left: -20vmin;
    top: -20vmin;
    animation: morph 15s linear infinite alternate, spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}

.p-top2025__intro::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}*/

.p-top2025__mservice{
  padding: 110px 0;
}
.p-top2025__mservice .title{
  display: table;
  width: 100%;
}
.p-top2025__mservice .title .icon{
  display: table-cell;
}
.p-top2025__mservice .title .txt{
  display: table-cell;
}


.p-top2025__mservice ul{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-top2025__mservice ul:before,
.p-top2025__mservice ul:after{
  content: none;
}
.p-top2025__mservice ul li{
  width: 380px;
  margin-top: 65px;
}
.p-top2025__mservice ul li .icon{
  width: 100%;
  height: 195px;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.p-top2025__mservice ul li .btn a{
  width: 380px;
  height: 60px;
  display: block;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  background: linear-gradient(to left , #49bdec 0%, #4ed5da 100%);

}

.p-top2025__works h3{
  font-family: Sen;
  font-weight: bold;
  font-size: 120px;
  line-height: 1;
  text-align: center ;
  color: #fff;
  margin-bottom: 40px;
}
.p-top2025__works h3 span{
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  text-align: center;
  color: #000;
  display: block;
}
.p-top2025__works p{
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0 0 60px;
}
.p-top2025__works ul li{
  margin: 0 10px;
}

.p-top2025__works{
  background: linear-gradient(to left , #DFEEF3 0%, #DFEEF4 67.96%, #D9FFF4 100%);
  padding: 100px 0 125px;


}

.p-top2025__service{
  padding: 100px 0 80px;
  background-color: #F5F6F8;
}

.p-top2025__service ul{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-top2025__service ul:before{
    content: "";
    display: block;
    width: 280px;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}

.p-top2025__service ul:after{
  content: "";
  width: 280px;
  display: block;
}

.p-top2025__service ul li{
  width: 280px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.p-top2025__service ul li a{
  text-decoration: none;
}
.p-top2025__service ul li .logo{
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-top__info{
  padding: 80px 0 ;
}


.c-wrap{
  width: 1200px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {


  .l-kv-m{
      height: 58vw; /* 16:9 アスペクト比維持 */
      margin-top: 75px;
  }

  #youtube {
    width: 100vw;
    height: 58vw; /* 16:9 アスペクト比維持 */
    max-width: 100%;
    max-height: 100%;
  }

  .l-kv-m h1{
    font-size: 26px;
    line-height: 1.4;
    white-space: nowrap;
  }

  .l-kv-m .cap{
    font-size: 32px;
    line-height: 1.4;
  }


  .p-top2025__intro {
  /*    background: -moz-linear-gradient(45deg, #9ac6c5 0%, #aec8d7 29%, #c893d6 66%, #ffb19d 100%);
      background: -webkit-linear-gradient(45deg, #9ac6c5 0%, #aec8d7 29%, #c893d6 66%, #ffb19d 100%);
      background: linear-gradient(45deg, #9ac6c5 0%, #aec8d7 29%, #c893d6 66%, #ffb19d 100%);
      background-size: 400% 400%;
      -webkit-animation: Gradient 15s ease infinite;
      -moz-animation: Gradient 15s ease infinite;
      animation: Gradient 15s ease infinite;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: space-evenly;
      overflow: hidden;
      position: relative;*/
    background: linear-gradient(to right, #DFEEF3 0%, #DFEEF4 67.96%, #D9FFF4 100%);
      padding: 60px 0;
  }

  .p-top2025__intro h2{
    font-size: 20px;
    left: 0.1em;
    line-height: 1.8;
    line-height: 2;
    margin-bottom: 20px;
  }

  .p-top2025__intro p{
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
    line-height: 1.8;
  }
  .p-top2025__intro p:last-child{
    margin-bottom: 0;
  }

  .p-top2025__intro p.catch{
    font-weight: bold;
    font-size: 16px;
  }

  .p-top2025__intro .c-wrap{
    display: block;
  }
  .p-top2025__intro .txt{
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .p-top2025__intro .ph{
    display: block;
    width: 100%;
    margin-top: 40px;
  }






  .p-top2025__mservice{
    padding: 40px 0;
  }
  .p-top2025__mservice .title{
    display: block;
    width: 100%;
  }
  .p-top2025__mservice .title .icon{
    display: block;
    width: 100%;
  }
  .p-top2025__mservice .title .txt{
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .p-top2025__mservice .title p{
    display: block;
    width: 100%;
    margin-top: 10px;
  }


  .p-top2025__mservice ul{
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-top2025__mservice ul:before,
  .p-top2025__mservice ul:after{
    content: none;
  }
  .p-top2025__mservice ul li{
    width: 49%;
    margin-top: 20px;
  }

  .p-top2025__mservice ul li .btn a{
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    background: linear-gradient(to left , #49bdec 0%, #4ed5da 100%);

  }

  .p-top2025__works h3{
    font-size:32px;
    margin-bottom: 20px;
  }
  .p-top2025__works h3 span{
    font-size: 21px;
  }
  .p-top2025__works ul li{
    margin: 0 10px;
  }

  .p-top2025__works p{
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .slick-slider .slick-track, .slick-slider .slick-list,
  .slick-track{
    height: auto!important;
  }
  .p-top2025__works{
    padding: 40px 0 40px;
  }

  .p-top2025__service{
    padding: 40px 0 40px;

  }



  .p-top2025__service ul:before{
      content: "";
      display: block;
      width: 49%;  /* .boxに指定したwidthと同じ幅を指定する */
      height: 0;
      order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
  }

  .p-top2025__service ul:after{
    content: "";
    width: 49%;
    display: block;
  }

  .p-top2025__service ul li{
    width: 49%;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
  .p-top2025__service ul li a{
    text-decoration: none;
  }
  .p-top2025__service ul li .logo{
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .p-top__info{
    padding: 40px 0 ;
  }


  .c-wrap{
    width: auto;
  }




}
