@charset "UTF-8";
.sli01 .mvImg {
  background: url(../img/bg_mv1.jpg) no-repeat center center/cover;
}
.sli02 .mvImg {
  background: url(../img/bg_mv2.jpg) no-repeat center center/cover;
}
.mvImg {
  border-radius: 10px;
  margin: 10px;
  height: 90vh;
  position: relative;
  text-align: center;
}
.mv .mvLogo {
  display: inline-block;
  top: 50%;
  position: absolute;
  transform: translateX(-50%)translateY(-50%);
  width: 50%;
  max-width: 420px;
}
.cont01 {
  background: url("../common/img/bg_cross.png") repeat left top;
}
.txt {
  line-height: 2.5
}
.cont02 .contTtlsub {
  color: #aaa287;
  font-size: 20px;
  margin-bottom: 14px;
}
.cont02 .serviceList li {
  max-width: 430px;
  margin: 0 auto 50px;
}
.cont02 .serviceList li .listImg {
  max-width: 320px;
  margin-bottom: 0px;
  width: 85%;
  margin: auto;
}
.cont02 .serviceList li .txt {
  line-height: 2;
}

.cont04.contents {
  padding-left: 0;
  padding-right: 0;
  padding: 80px 0 0;
  }
.cont04 .mapRight {
  padding: 0 30px;
  }

.cont04 .contentsInr {
  max-width: 2000px;
}
.cont04 .mapRight {
  margin-bottom: 40px;
}
.cont04 .map {
  height: 370px;
}
.contactBtnWrap {
  padding: 10px;
}
.contactBtnWrap .contactBtn {
  border-radius: 10px;
	overflow: hidden;
}

.contactBtnWrap a {
	position: relative;
    overflow: hidden;
    text-align: center;
  display: block;
  color: #fff;
  padding: 60px 10px;
  font-size: 20px;
  line-height: 1.5;
}
.contactBtnWrap a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
    background: url(../common/img/contact_bg.png) no-repeat center center/cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
	z-index: -10;
}
.contactBtnWrap .contactBtn a span {
  font-size: 60px;
}
.contactBtnWrap .contactBtn a:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media only screen and (min-width: 768px) {
  .mvImg {
    margin: 30px;
  }
  .txt {
    font-size: 15px;
  }
  .cont02 .contTtlsub {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .cont02 .serviceList {
    display: flex;
    flex-wrap: wrap;
  }
  .cont02 .serviceList li {
    width: 40%;
    margin-bottom: 80px;
  }
  .cont02 .serviceList li:nth-child(1), .cont02 .serviceList li:nth-child(2) {
    margin-left: 5%;
  }
  .cont02 .serviceList li:nth-child(3), .cont02 .serviceList li:nth-child(4) {
    margin-left: 10%;
	  margin-bottom: 0;
  }
  .cont02 .serviceList li .listImg {
    margin-bottom: 25px;
    margin-left: 0;
  }
  .cont02 .serviceList .txt {
    line-height: 2.2;
  }
  .cont04.contents {
    padding: 120px 0 0;
  }
  .cont04 .mapRight {
    width: 400px;
    float: right;
    padding: 20px 40px 20px 60px;
    box-sizing: border-box;
  }
  .cont04 .map {
    float: left;
    width: calc(100% - 400px);
  }
  .contactBtnWrap {
    padding: 30px;
  }
  .contactBtnWrap .contactBtn a {
    padding: 100px 10px;
    font-size: 20px;
  }
  .contactBtnWrap .contactBtn a span,.contactBtnWrap .contactBtn a:hover span {
    font-size: 70px;
  }
}
@media only screen and (min-width: 900px) {
  .cont04 .mapRight {
    padding: 20px 80px 0;
  }
}