@charset "utf-8";
/* CSS Document */

section#mv{
  margin-top: 80px;
  width:0;
  height: 712px;
  overflow: hidden;
  transition: 500ms linear;
  position: relative;
}


section#mv.is-show {
    width:100vw;
}

section#mv h2{
  color: #fff;
  font-size: 131px;
  letter-spacing: 0.2em;
  font-weight: 900;
  position: absolute;
  bottom: -1.5%;
  right: 86px;
}

section#mv h2 span{
  display: block;
  font-size:37px;
  line-height:1.6;
  margin-left:1%;
}

section#mv h3{
  color:#fff;
  font-size: 51px;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: 35%;
  left: 20%;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* slide */
.slider {
  height: 712px;
  margin-inline: auto;
  overflow: hidden;
  width: 100vw;
}
.slick-img img {
  width: 100vw;
  height: 712px;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.0);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;

}
@media (max-width:768px){
  section#mv{
    margin-top: 70px;
    height: 412px;
  }

  .slider {
    height: 412px;
  }

  .slick-img img {
    height: 412px;
  }

  section#mv h2{
    font-size: 60px;
    letter-spacing: 0.07em;
    top: 7%;
    left: 12%;
  }

  section#mv h3{
    font-size: 22px;
    line-height: 2.2;
    top: 45%;
  }
}

@media (max-width:420px){
  section#mv h3{
    top: 40%;
    font-size: 33px;
    line-height:1.6;
  }

  section#mv h2{
    font-size: 46px;
    bottom:unset;
    right:unset;
    top:13%;
    left:0;
  }

  section#mv h2 span{
    display: none;
  }
}


section#message{
  margin: 78px 0 0;
}

.comp_w{
  width: 800px;
  margin-inline: auto;
}


.txt_1{
  line-height:2.8;
  text-align: left;
}

.txt_2{
  text-align: right;
  margin: 13px 0 83px;
  font-size: 26px;
  font-weight: bold;
  line-height:1.7;
}

@media (max-width:768px){
  section#message{
    margin: 37px 0 0;
  }

  .comp_w{
    width: 100%;
  }

  .txt_1{
    line-height: 1.8;
  }

  .txt_2{
    font-size: 22px;
  }
}

.im_t{
  margin-bottom: 112px;
}

.im_t li:first-child{
  box-sizing: border-box;
  border-left: solid 7px var(--color-style2);
  width: 56%;
  position: relative;
  overflow:hidden;
}

.im_t li:first-child figure{
  width:100%;
}

.im_t li:first-child figure img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

.im_t li figcaption{
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: absolute;
  bottom:-8px;
}

.im_t li figcaption.st1{
  color:#fff;
  right:20px;
}

.im_t li figcaption.st2{
  color:var(--color-style2);
  left:28px;
}

.im_t li:last-child{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44%;
}

.im_t li p{
  line-height: 2.5;
  width: 80%;
}

.im_t.lt{
  flex-direction: row-reverse;
  margin-bottom: 138px;
}

.sld{
  margin: 0 0 66px;
}

.sld li{
  width: calc(100% / 3);
}

.sld li img{
  width: 100%;
  height: auto;
}


@media (max-width:1620px){
  .im_t li:first-child{
    width: 60%;
  }

  .im_t li:last-child{
    box-sizing: border-box;
    padding: 30px;
    width: 40%;
  }

  .im_t li p{
    width: 514px;
  }
}

@media (max-width:1024px){
  .im_t{
    flex-wrap: wrap;
    justify-content: center;
  }

  .im_t li:first-child{
    width: 100%;
  }

  .im_t li:last-child{
    width: 100%;
  }
  .im_t li p{
    margin:30px 0 30px;
    width: 100%;
  }
}

@media (max-width:768px){
  .sld{
    display: none;
  }

  .im_t li figcaption{
    font-size: 36px;
    bottom: -3px;
  }

  .im_t li figcaption.st1{
    right:10px;
  }

  .im_t li figcaption.st2{
    left:10px;
  }

  .im_t li p{
    line-height: 1.8;
  }

  .im_t{
    margin-bottom: 100px;
  }

  .im_t.lt{
    margin-bottom: 67px;
  }
}

@media (max-width:420px){
  .im_t li figcaption{
    font-size: 21px;
  }

}

.h4d{
  background:#F2F2F2;
  border-radius:20px 0 0 0;
  text-align: center;
  font-weight: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 19px 0 18px;
  margin-bottom: 12px;
  margin-inline: auto;
  width:1240px;
}

dl.dets{
  margin-bottom:20px;
}

dl.dets dt{
  border-bottom: solid 1px #D5D5D5;
  font-weight: bold;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 20px 0;
  text-align: center;
  width:225px;
}

dl.dets dd{
  border-bottom: solid 1px #D5D5D5;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 20px 40px;
  width: calc(100% - 225px);
}

.txt_3{
  margin-bottom: 103px;
}

@media (max-width:1240px){
  .h4d{
    width: 100%;
  }
}

@media (max-width:640px){
  dl.dets dt{
    text-align: left;
    padding: 10px 30px 2px;
    border-bottom: none;
    width: 100%;
  }

  dl.dets dd{
    padding: 0 30px 10px;
    width: 100%;
  }
}