/*TOP*/
.mv {
  background: url(../images/mv.jpg) top center no-repeat;
  background-size: cover;
  padding: 30% 0 38%;
}
.mv .mv-tt {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.mv p {
  font-size: 19px;
  letter-spacing: 5px;
  color: #fff;
}
@media only screen and (max-width: 460px) {
  .mv .mv-tt {
    font-size: 7.7vw;
  }
  .mv p {
    font-size: 16px;
    letter-spacing: 3px;
  }
}

.tt1_sec {
  margin-bottom: 50px;
}
.tt1_sec .cm_tt1 span img {
  width: 145px;
}
.tt1_sec .cm_tt1 strong {
  color: #fff;
}
.tt1_sec .content {
  background: url(../images/bg1.jpg) top center no-repeat;
  background-size: cover;
  padding: 50px 4%;
}
.tt1_sec .content .cm-txt01 {
  color: #fff;
}
.tt1_sec .content ul {
  margin-top: 20px;
}
.tt1_sec .content ul li {
  width: 48%;
}
@media only screen and (max-width: 460px) {
  .tt1_sec .content ul li {
    width: 100%;
    margin: 10px 0;
  }
  .tt1_sec .content ul li a {
    margin: auto;
  }
}

.tt2_sec {
  background: url(../images/bg2.jpg) top center no-repeat;
  background-size: cover;
  padding: 60px 0 30px;
  margin-bottom: 50px;
}
.tt2_sec .cm_tt1 span img {
  width: 111px;
}
.tt2_sec .cm_tt1 strong {
  color: #fff;
}
.tt2_sec .cm-txt01 {
  color: #fff;
  margin-bottom: 30px;
}
.tt2_sec .list .item {
  margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.tt2_sec .list .item:after{
    display: block;
    width: calc(100% - 35px);
    background: #15161a;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    z-index: -1;
}
.tt2_sec .list .item figure {
  text-align: right;
  position: relative;
  margin: auto;
  margin-right: 0;
}
.tt2_sec .list .item figure:after {
  display: block;
  width: 220px;
  background: #988867;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 17px;
  content: "";
  max-width: 100%;
}
.tt2_sec .list .item figure img {
  width: 85%;
}
.tt2_sec .list .item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.tt2_sec .list .item .inner .tt {
  color: #fff;
  font-size: 17px;
}
@media only screen and (max-width: 460px) {
  .tt2_sec .list .item .inner .tt {
    font-size: 15px;
  }
  .tt2_sec .list .item .inner .btn1 a {
    width: 150px;
  }
}

.tt3_sec {
  margin-bottom: 70px;
}
.tt3_sec .cm_tt1 span img {
  width: 70px;
}
.tt3_sec .cm_tt1 strong {
  color: #fff;
}

.tt5_sec {
  margin-bottom: 40px;
}
.tt5_sec .cm_tt1 img {
  width: 90px;
}
.tt5_sec .cm_tt1 strong {
  /* color: #fff; */
}
.tt5_sec .btn1 a {
  width: 170px;
}
.tt5_sec .cm_tt1{
    margin-bottom: 0;
}
.tt5_sec .news-txt {
  margin-top: 25px;
  height: 340px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.tt5_sec .news-txt .inner {
  padding-right: 15px;
}
.tt5_sec .news-txt dl {
  margin-bottom: 25px;
}
.tt5_sec .news-txt dl a {
  color: #000;
}
