@charset "UTF-8";
#header {
  background: url(../images/bg.jpg) no-repeat center top;
}

#header .mainvisual_sec {
  position: relative;
}

#header .mainvisual_sec .container {
  height: 745px;
  position: relative;
}

#header .mainvisual_sec .container h1 {
  position: absolute;
  right: 0;
  bottom: 100px;
}
@media only screen and (min-width: 1400px) {
    #header .mainvisual_sec .container h1{
        right: -100px;
    }
}
#header .mainvisual_sec a {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0px;
}

#header .mainvisual_sec a img {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

#header .mainvisual_sec a:hover {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

#header .mainvisual_sec a:hover img {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-box-shadow: 0px 5px 5px #b96778;
  box-shadow: 0px 5px 5px #b96778;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #header {
    background: url(../images/sp_bg1.jpg) no-repeat center top;
    background-size: cover;
  }

  #header .mainvisual_sec .container {
    height: auto;
  }

  #header .mainvisual_sec .container h1 {
    padding-top: 50%;
    right: 0;
    position: relative;
  }

  #header .mainvisual_sec a {
    position: relative;
  }
}
/* ========== end △ */
.tt1_sec {
  background: #f8f8f8;
  padding: 120px 0;
}

.tt1_sec .container .title {
  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;
}

.tt1_sec .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tt1_sec .container .content dl {
  width: 360px;
  margin-right: 30px;
  padding-right: 50px;
  border-right: 1px solid #e2e2e2;
  background: url(../images/ec1.png) no-repeat right 20px center;
    position: relative;
transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.tt1_sec .container .content dl:last-child {
  border-right: none;
}

.tt1_sec .container .content dl dt {
  font-family: "Josefin Sans", sans-serif;
}

.tt1_sec .container .content dl dd a {
  text-decoration: none;
}
.tt1_sec .container .content dl dd a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media only screen and (min-width: 640px) {
    .tt1_sec .container .content dl:hover{
        padding: 0 5px;
    }
    .tt1_sec .container .content dl:hover a:after{
        background: rgba(0,0,0,0.1);
    }
}
.tt1_sec .container .content dl dd a:hover {
  text-decoration: underline;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt1_sec {
    padding: 8% 0 70px;
    position: relative;
  }

  .tt1_sec .container .title a {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 200px;
  }

  .tt1_sec .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .tt1_sec .container .content dl {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url(../images/ec1.png) no-repeat right 0 center;
    margin-right: 0;
  }
}
/* ========== end △ */
.tt2_sec .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tt2_sec .wrap_content .left {
  width: 55%;
  text-align: right;
  position: relative;
}

.tt2_sec .wrap_content .left h2 {
  font-size: 122px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
  position: absolute;
  color: #fff;
  right: 135px;
  top: 50px;
  line-height: 1.1;
}

.tt2_sec .wrap_content .left img {
  float: right;
}

.tt2_sec .wrap_content .right {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tt2_sec .wrap_content .right .inner {
  width: 575px;
  border: 1px solid #6b6d79;
  padding: 80px 70px;
}

.tt2_sec .wrap_content .right .inner h2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.tt2_sec .wrap_content .right .inner h2 strong {
  display: block;
  font-size: 34px;
}

.tt2_sec .wrap_content .right .inner h2:after {
  display: block;
  width: 37px;
  height: 1px;
  background: #aeaeae;
  content: "";
  position: relative;
  right: 0px;
  bottom: 0;
  top: 0;
  margin: 10px auto 0px;
}

.tt2_sec .wrap_content .right .inner p {
  /* text-align: center; */
  margin-bottom: 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt2_sec {
    padding: 5% 0 8%;
  }

  .tt2_sec .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tt2_sec .wrap_content .left {
    width: 100%;
  }

  .tt2_sec .wrap_content .left h2 {
    font-size: 45px;
    right: 40px;
    top: 30px;
  }

  .tt2_sec .wrap_content .right {
    width: 80%;
    margin: auto;
  }

  .tt2_sec .wrap_content .right .inner {
    padding: 30px;
  }
}
/* ========== end △ */
.tt3_sec {
  background: #f7f7f7;
  padding: 120px 0;
}

.tt3_sec .container {
  position: relative;
}

.tt3_sec .container h2 {
  text-align: right;
}

.tt3_sec .container .btn1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt3_sec {
    padding: 8% 0;
  }

  .tt3_sec .container h2 {
    text-align: center;
  }

  .tt3_sec .container .btn1 {
    position: relative;
  }
}
/* ========== end △ */
.tt4_sec {
  position: relative;
  margin-bottom: 104px;
}

.tt4_sec:after {
  width: 100%;
  height: 240px;
  background: #f7f7f7;
  top: 0;
  left: 0;
  z-index: 0;
  position: absolute;
  content: "";
}

.tt4_sec > .left {
  position: relative;
  z-index: 3;
  margin-bottom: 120px;
}

.tt4_sec > .left h2 {
  font-size: 172px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
  position: absolute;
  color: #000;
  right: 290px;
  bottom: -75px;
  line-height: 1.1;
  z-index: 3;
}

.tt4_sec .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}

.tt4_sec .wrap_content .left {
  text-align: right;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.tt4_sec .wrap_content .left h2 {
  font-size: 122px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
  position: absolute;
  color: #fff;
  right: 135px;
  top: 50px;
  line-height: 1.1;
}

.tt4_sec .wrap_content .left img {
  float: left;
}

.tt4_sec .wrap_content .right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tt4_sec .wrap_content .right .inner {
  width: 600px;
  padding-right: 50px;
}

.tt4_sec .wrap_content .right .inner h2 {
  margin-bottom: 50px;
}

.tt4_sec .wrap_content .right .inner p {
  text-align: left;
  margin-bottom: 50px;
  /* padding-right: 200px; */
}

.tt4_sec .wrap_content .right .inner .btn1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tt4_sec .wrap_content .right{
    padding-left: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt4_sec {
    margin-bottom: 50px;
  }

  .tt4_sec > .left {
    margin-bottom: 0;
  }

  .tt4_sec > .left img {
    width: 90%;
  }

  .tt4_sec > .left h2 {
    right: 0;
    font-size: 80px;
    bottom: -40px;
  }

  .tt4_sec .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .tt4_sec .wrap_content .left {
    width: 100%;
  }

  .tt4_sec .wrap_content .right {
    width: 100%;
  }

  .tt4_sec .wrap_content .right .inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .tt4_sec .wrap_content .right .inner p {
    padding-right: 0;
  }

  .tt4_sec .wrap_content .right .inner .btn1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* ========== end △ */
.tt5_sec {
  margin-bottom: 80px;
}

.tt5_sec .container .banner {
  border: 1px solid #21222c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt5_sec .container .banner .right {
  padding: 40px;
}

.tt5_sec .container .banner .right p {
  margin-bottom: 30px;
}

.tt5_sec .container .banner .right .btn1 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt5_sec .container .banner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tt5_sec .container .banner .left {
    width: 100%;
  }

  .tt5_sec .container .banner .right {
    padding: 30px;
  }
}
/* ========== end △ */
.tt6_sec {
  background: #21222c;
  padding: 95px 0;
}

.tt6_sec .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tt6_sec .wrap_content .left {
  width: 55%;
  text-align: right;
  position: relative;
}

.tt6_sec .wrap_content .left img {
  float: right;
}

.tt6_sec .wrap_content .right {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
}

.tt6_sec .wrap_content .right .inner {
  width: 575px;
  border: 1px solid #6b6d79;
  padding: 80px 70px;
}

.tt6_sec .wrap_content .right .inner p {
  margin-bottom: 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt6_sec {
    padding: 5% 0 8%;
  }

  .tt6_sec .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tt6_sec .wrap_content .left {
    width: 100%;
  }

  .tt6_sec .wrap_content .left h2 {
    font-size: 45px;
    right: 40px;
    top: 30px;
  }

  .tt6_sec .wrap_content .right {
    width: 80%;
    margin: auto;
  }

  .tt6_sec .wrap_content .right .inner {
    padding: 30px;
  }
}
/* ========== end △ */
.tt7_sec {
  padding: 120px 0;
  position: relative;
}

.tt7_sec:after {
  width: 100%;
  height: 440px;
  background: #f7f7f7;
  top: 0;
  left: 0;
  z-index: 0;
  position: absolute;
  content: "";
  z-index: 1;
}

.tt7_sec > div {
  position: relative;
  z-index: 2;
}

.tt7_sec .ac1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tt7_sec .ac1 > div {
  padding: 100px;
  width: 576px;
  color: #fff;
  margin-bottom: 90px;
}

.tt7_sec .ac1 > div p {
  margin-bottom: 40px;
}

.tt7_sec .ac1 > div.left {
  background: url(../images/tt4_img1.png) no-repeat center top;
  background-size: cover;
}

.tt7_sec .ac1 > div.right {
  background: url(../images/tt4_img2.png) no-repeat center top;
  background-size: cover;
}

.tt7_sec .ac2 {
  margin-bottom: 50px;
}

.tt7_sec .ac3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #28292e;
  position: relative;
}

.tt7_sec .ac3 a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.tt7_sec .ac3 .right {
  width: 100%;
  padding: 9px 9px 9px 0;
}

.tt7_sec .ac3 .right .inner {
  padding: 0 50px 30px;
  background: #f5f6fb url(../images/tt5_btn1.png) no-repeat right bottom;
  height: 100%;
}

.tt7_sec .ac3 .right .inner h2 {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 10px;
}

.tt7_sec .ac3 .right .inner h2 img {
  margin-right: -140px;
  margin-top: -115px;
  display: inline-block;
}

.tt7_sec .ac3 .right .inner h3 {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #b96677;
  font-size: 34px;
}

.tt7_sec .ac3 .right .inner p {
  text-align: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt7_sec {
    padding: 8% 0;
  }

  .tt7_sec > div {
    width: 100%;
  }

  .tt7_sec .ac1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tt7_sec .ac1 > div {
    padding: 40px 20px;
    margin-bottom: 50px;
  }

  .tt7_sec .ac1 .left {
    width: 100%;
    margin-bottom: 30px;
  }

  .tt7_sec .ac3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tt7_sec .ac3 .right {
    padding: 9px;
  }

  .tt7_sec .ac3 .right .inner {
    padding: 0 30px 40px;
  }

  .tt7_sec .ac3 .right .inner h2 {
    width: 100%;
    margin-bottom: 0;
  }

  .tt7_sec .ac3 .right .inner h2 img {
    margin-top: -35%;
    margin-right: -10%;
    margin-bottom: 0;
  }

  .tt7_sec .ac3 .right .inner h3 {
    font-size: 25px;
  }
}
/* ========== end △ */
