@charset "UTF-8";

#intro{
  width: min(112rem, 100%);
  margin-inline: auto;
  margin-bottom: 5.6rem;

  text-align: center;
}
#intro .heading{
  margin-bottom: 5.6rem;

  font-size: 2.8rem;
  font-weight: 600;
}
#intro .text{
  line-height: 2;
}
.section-wrap{
  --secEyecatch-height: 30rem;
  --secEyecatch-margin: 10rem;

  position: relative;
  padding-top: calc(var(--secEyecatch-height) - var(--secEyecatch-margin));
}

.sectionEyecatch-wrap{
  position: absolute;
  top: 0;

  display: inline-block;
  width: 100%;
  height: var(--secEyecatch-height);
  aspect-ratio: 16/9;

  z-index: 1;
}
.sectionEyecatch-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section{
  position: relative;
  z-index: 2;

  width: 80%;
  padding: 4rem 3.2rem;
  margin-inline: auto;

  background: #fff;
  border: solid 1px #DEDEDE;
  border-radius: 3.2rem 0 3.2rem 0;
}
h4{
  margin-bottom: 1.6rem;

  font-size: 4.6rem;
  color: #C4E6FF;
}
section .textContent{
  margin-bottom: 4rem;

  line-height: 2;
}
section .textContent .heading{
  margin-bottom: .8rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
section .imgContainer{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 3.2rem;
  margin-bottom: 4rem;
}
section .btn{
  width: 32rem;
  margin-inline: auto;
}

#banner{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: min(calc(112rem * 0.8), 100%);
  margin-inline: auto;
  height: 24rem;
  margin-bottom: 10.4rem;
}
#banner-img-wrap{
  display: inline-block;
  width: 100%;
  height: 100%;
}
#banner-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: 1.6rem 0 0 0;
}
#banner .textContent{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;

  color: #fff;
  font-size: 2.8rem;

  background: linear-gradient(to bottom, #2299FF,#01CAFC);

  border-radius: 0 0 1.6rem 0;
}

#OFFICEGALLERY{
  margin-bottom: 10.4rem;
}
#OFFICEGALLERY h3{
  margin-bottom: 4rem;
}
.slider img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
}


.slider .slick-slide {
  margin:0 10px;
}
.slick-track .slick-slide:nth-child(2n){
  margin-block-start: 1.6rem;
}

@media (max-width : 1080px){
  h3::before{
    top: 0;
    left: 4vw;
  }
  #intro{
    padding-left: 4vw;
    padding-right: 4vw;
  }
  #intro .text{
    text-align: left;
  }
  .sectionEyecatch-wrap{
    position: absolute;
    top: 0;
    left: -3vw;
  
    display: inline-block;
    width: calc(100% + 3vw);
    height: var(--secEyecatch-height);
    aspect-ratio: 16/9;
  
    z-index: 1;
  }
  section{
    position: relative;
    z-index: 2;
  
    width: 100%;
    padding: 4rem 5vw;
    margin-inline: auto;
    border-radius: 0;
  }

  #banner{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: min(calc(112rem * 0.8), 100%);
    margin-inline: auto;
    height: 24rem;
    margin-bottom: 10.4rem;
  }

  #banner-img-wrap img{
    border-radius:  0;
  }
  #banner .textContent{
    border-radius: 0;
  }
}
@media (max-width : 599px){

}