@charset "UTF-8";
.mv {
  padding: 16rem 1.5rem 6rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.mv .slider {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
}
.mv .mv_ttl {
  line-height: 2.5;
  margin-bottom: 5rem;
}
.mv_ttl span {
  display: inline-block;
  background-color: #2AA53B;
  color: #fff;
  padding: 1rem;
  font-size: 3rem;
  line-height: 1.2;
}
.mv .mv_ttl .en {
  font-size: 1.5rem;
  font-weight: 100;
}
.mv .txt {
  color: #fff;
  font-size: 1.5rem;
}
.mv .cont_ttl_en {
  top: 0;
}
#vegas {
  height: 110vh;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
/**/
.cont_ttlwrap {
  position: relative;
  z-index: 0;
}
.cont_ttl {
  font-size: 2.8rem;
  color: #00A824;
  line-height: 1;
  padding-bottom: 2rem;
  border-bottom: 1px solid #00A824;
  margin-bottom: 6rem;
  font-weight: 400;
  z-index: 0;
}
.cont_ttl_en {
  position: absolute;
  color: #FAFAFA;
  right: -3rem;
  top: 1rem;
  font-weight: 700;
  font-size: 4rem;
  z-index: -1;
  line-height: 1;
  text-align: right;
}
.thumblist li {
  /*  width: 50%;*/
  width: 100%;
  padding: 0 0.7rem;
  margin-bottom: 1.5rem;
  display: none;
}
.thumblist li.thum {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
.thumblist li .list_border {
  border-radius: 10px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.thumblist li .list_border::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url("../images/click.png")no-repeat center center/contain;
  height: 6.5rem;
  width: 6.5rem;
}
.process .process_zu {
  max-width: 110rem;
  margin: auto;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
}
.process .process_zu--inr {
  width: 68rem;
}
.txt {
  position: relative;
}
.introduction .txt {
  margin-bottom: 4rem
}
.introduction__list li {
  width: 100%;
  max-width: 56rem;
}
.introduction__list li a {
  font-weight: 700;
  line-height: 2.5;
  padding: 13rem 1rem 5rem 0;
  overflow: hidden;
  border-radius: 1rem;
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.introduction__list li:nth-child(1) a {
  background: url("../images/suzuou.jpg")no-repeat center center/cover;
}
.introduction__list li:nth-child(2) a {
  background: url("../images/yasusangyo.jpg")no-repeat center center/cover;
}
.about_kotake--cont {
  margin-bottom: 6rem;
}
.about_kotake--cont .about_kotake--map {
  max-width: 30rem;
  width: 100%;
}
.about_kotake--cont .about_kotake--txtwrap {
  max-width: 60rem;
  width: 100%;
}
.about_kotake--cont .about_kotake--txtwrap .about_kotake_ttl {
  font-size: 2rem;
  color: #00A824;
  padding: 1rem;
  line-height: 1;
  background-color: #F2F2F2;
  margin-bottom: 3rem;
  font-weight: 400;
}
.about_img--ttl {
  font-size: 1.8rem;
  border-left: 1rem solid #F2F2F2;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: #00A824;
  font-weight: 400;
}
.abou_img--wrap {
  overflow: hidden;
  line-height: 1;
  border-radius: 1rem;
}
.introduction .mv_ttl span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .mv {
    padding: 22rem 3rem 15.6rem;
  }
  .mv_ttl span {
    font-size: 4rem;
    line-height: 1;
  }
  .cont_ttl_en {
    font-size: 9rem;
    right: -12rem;
    top: -3rem;
  }
  .cont_ttl {
    font-size: 4rem;
  }
  .thumblist {
    justify-content: center;
  }
  .thumblist li {
    /*    width: calc(100% / 4);*/
    width: calc(100% / 2);
    cursor: pointer;
  }
  .thumblist li:hover .list_border {
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
  }
  .process .process_zu--inr {
    width: 100%;
  }
  .process .cont_ttl {
    margin-bottom: 10rem;
  }
  .introduction__list, .about_kotake--cont, .abou_imgcont {
    justify-content: space-around;
  }
  .introduction__list li {
    width: 48%;
    max-width: 56rem;
  }
  .introduction__list li a {
    padding: 13rem 1rem 5rem 0;
    font-size: 2rem;
    z-index: 0;
  }
  .introduction__list li a:hover .mv_ttl span {
    letter-spacing: 0.3rem;
  }
  .introduction__list li a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .introduction__list li a:hover::after {
    background: rgba(0, 0, 0, 0.6);
  }
  .introduction .mv_ttl span {
    font-size: 2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .about_kotake--cont {
    align-items: center;
    margin-bottom: 4rem;
  }
  .about_kotake--cont .about_kotake--map {
    max-width: 30rem;
    width: 30%;
  }
  .about_kotake--cont .about_kotake--txtwrap {
    max-width: 60rem;
    width: 60%;
  }
  .about_kotake--cont .about_kotake--txtwrap .about_kotake_ttl {
    font-size: 2.5rem;
  }
  .abou_imgcont li {
    width: 48%;
  }
}
@media only screen and (min-width: 1366px) {
  .mv {
    padding: 22rem 3rem 15.6rem;
  }
  .mv .cont_ttl_en {
    font-size: 12rem;
  }
  .cont_ttl_en {
    font-size: 10rem;
  }
  .mv .mv_ttl .ja {
    font-size: 4rem;
  }
  .mv .mv_ttl .en {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .introduction__list {
    justify-content: center;
  }
  .introduction__list li {
    margin-bottom: 3rem;
  }
  .about_kotake--cont .about_kotake--map {
    margin: 0 auto 4rem;
  }
  .about_kotake--cont .about_kotake--txtwrap {
    margin: auto;
  }
  .abou_imgcont {
    max-width: 40rem;
    margin: auto;
  }
  .abou_imgcont li {
    margin: 0 auto 4rem;
  }
}