@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/* --------------------------------------------------------------------------
    .mv
--------------------------------------------------------------------------- */
.l-mv {
  overflow: hidden;
  padding: 298px 0 30px;
  background-image: url('../images/index/contact_bg.png');
  background-size: cover;
}

.l-mv .l-wrap {
  display: flex;
  padding: 0 0 50px;
  align-items: end;
  justify-content: space-between;
}

.l-mv h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 102px;
  font-weight: 400;
  line-height: 112.2px;
}

.l-mv .txt {
  padding: 0 0 0 54px;
  font-size: 24px;
  font-weight: 500;
}

.mv_img_wrap {
  display: flex;
  align-items: center;
  position: relative;
　height: 412.74px;
　overflow: hidden;
}

.mv_img_wrap .slideshow {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}

.mv_img_wrap .content {
  width: 602px;
  margin-left: -50px;
}

.mv_img_wrap .content img {
  width: 100%;
}

.mv_img_wrap .mv_scroll {
  position: absolute;
  top: -20px;
  right: 40px;
}

.mv_img_wrap .mv_scroll a {
  display: block;
  width: 76px;
  height: 76px;
  background-image: url('../images/index/mv_scroll.png');
  background-size: 76px;
  background-repeat: no-repeat;
  transition: .3s ;
  text-indent: -9999px;
}

.mv_img_wrap .mv_scroll a:hover {
  background-image: url('../images/index/mv_scroll_hover.png');
}


@media only screen and (max-width: 767px) {
  .l-mv {
    padding: 186px 0 50px;
  }

  .l-mv .l-wrap {
    display: block;
    padding: 0 30px 30px;
  }

  .l-mv h1 {
    padding: 0 0 10px;
    font-size: 40px;
    line-height: 110%;
  }

  .l-mv .txt {
    padding: 0;
    font-size: 14px;
  }

  .mv_img_wrap {
     height: 255px;
  }

  .mv_img_wrap .content {
    width: 320px;
    margin-left: -30px;
  }

  .mv_img_wrap .mv_scroll {
    top: -20px;
    right: 30px;
  }

  .mv_img_wrap .mv_scroll a {
    width: 48px;
    height: 48px;
    background-image: url('../images/index/mv_scroll.png');
    background-size: 48px;
  }

  .mv_img_wrap .mv_scroll a:hover {
    background-image: url('../images/index/mv_scroll.png');
  }
}

/* --------------------------------------------------------------------------
    .l-service
--------------------------------------------------------------------------- */
.l-service {
  position: relative;
  margin-top: 130px;
}

.service_wrap {
  display: flex;
  margin: 64px 0 0;
  justify-content: space-between;
}

.service_wrap .service_wrap_txt {
  width: 560px;
}

.service_wrap .service_wrap_txt .lead {
  font-size: 22px;
  line-height: 1.6;
  text-align: justify;
}

.service_wrap .service_wrap_txt ul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 560px;
  border-top: 1px solid #E0E0E0;
}

.service_wrap .service_wrap_txt ul li {
  border-bottom: 1px solid #E0E0E0;
}

.service_wrap .service_wrap_txt ul li a {
  position: relative;
  display: block;
  padding: 33px 30px;
  font-size: 22px;
  background-image: url('../images/index/link_ico.png');
  background-size: 44px;
  background-position: 95% 55%;
  background-repeat: no-repeat;
  transition: .3s ;
}

.service_wrap .service_wrap_txt ul li a:hover {
  text-decoration: underline;
  background-image: url('../images/index/link_ico_hover.png');
  background-size: 44px;
  background-position: 95% 55%;
  background-repeat: no-repeat;
}

.service_wrap .service_wrap_txt ul li a span {
  position: relative;
  display: inline-block;
}

.service_wrap .service_wrap_txt ul li a span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #252525;
  transition: .1s;
}

.service_wrap .service_wrap_txt ul li a span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #252525;
  transition: .3s;
}

.service_wrap .service_wrap_txt ul li a:hover span::before {
  display: none;
}

.service_wrap .service_wrap_txt ul li a:hover span::after {
  width: 100%;
}


.service_wrap .service_wrap_img {
  width: 560px;
}

.service_wrap .service_wrap_img img {
  width: 100%;
}


@media only screen and (max-width: 767px) {
  .l-service {
    margin-top: 64px;
  }

  .service_wrap {
    display: block;
    margin: 42px 0 0;
  }

  .service_wrap .service_wrap_txt {
    width: 100%;
  }

  .service_wrap .service_wrap_txt .lead {
    font-size: 14px;
  }

  .service_wrap .service_wrap_txt ul {
    position: static;
    width: 100%;
    margin-top: 40px;
  }

  .service_wrap .service_wrap_txt ul li a {
    padding: 20px 15px;
    font-size: 16px;
    background-image: url('../images/index/link_ico.png');
    background-size: 24px;
    background-position: 95% 55%;
    background-repeat: no-repeat;
  }

  .service_wrap .service_wrap_txt ul li a:hover {
    background-image: url('../images/index/link_ico.png');
    background-size: 24px;
    background-position: 95% 55%;
    background-repeat: no-repeat;
  }

  .service_wrap .service_wrap_img {
    width: 100%;
    margin-top: 40px;
  }

  .service_wrap .service_wrap_img img {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
    .l-about
--------------------------------------------------------------------------- */
.l-about {
  margin-top: 150px;
}

.l-about .about_wrap {
  margin-top: 65px;
}

.l-about .about_list {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.l-about .about_list .about_link {
  position: relative;
  overflow: hidden;
  width: 591px;
  height: 560px;
  box-sizing: border-box;
  border-radius: 8px;
}

.l-about .about_list .about_link img {
  width: 100%;
  transition: transform .6s ease;
}

.l-about .about_list .about_link:hover img {
  transform: scale(1.1);
}

.l-about .about_list .about_link a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 318px 64px 77px;
}

.l-about .about_list .about_link span {
  display: block;
  color: #fff;
}

.l-about .about_list .about_link .ttl {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  text-decoration: underline;
}

.l-about .about_list .about_link .txt {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 350;
}

.l-about .about_list .about_link .link {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.l-about .about_list .about_link .link::before {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.l-about .about_list .about_link .ico::after {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  margin: 6px 0 0 20px;
  background-image: url('../images/index/about_ico.png');
  background-size: 22px;
  background-repeat: no-repeat;
}


@media only screen and (max-width: 767px) {
.l-about {
  margin-top: 80px;
}

.l-about .about_wrap {
  margin-top: 40px;
}

.l-about .about_list {
  display: block;
}

.l-about .about_list .about_link {
  width: 100%;
  height: auto;
}

.l-about .about_list .about_link + .about_link {
  margin-top: 15px;
}

.l-about .about_list .about_link img {
  transition: none;
}

.l-about .about_list .about_link:hover img {
  transform: none;
}

.l-about .about_list .about_link a {
  padding: 160px 30px 42px;
}

.l-about .about_list .about_link span {
  display: block;
  color: #fff;
}

.l-about .about_list .about_link .ttl {
  margin-bottom: 10px;
  font-size: 18px;
}

.l-about .about_list .about_link .txt {
  margin-bottom: 20px;
  font-size: 12px;
}

.l-about .about_list .about_link .link {
  font-size: 14px;
}

.l-about .about_list .about_link .link::before {
  position: absolute;
  bottom: -10px;
}

.l-about .about_list .about_link .ico::after {
  width: 16px;
  height: 16px;
  margin: 6px 0 0 10px;
  background-image: url('../images/index/about_ico.png');
  background-size: 16px;
  background-repeat: no-repeat;
}
}

