/* =====header===== */
/* .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 25px;
}

.header .left {
  padding: 10px 0 0 20px;
}

.header .text {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.header .logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header .logo_text {
  padding: 0 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1.2;
}

.header .logo_text .large {
  font-size: 22px;
  font-weight: 700;
}

.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav_box {
  width: 405px;
  padding: 15px 0 0;
  margin: 0 20px 0 0;
}

.header .nav_text {
  font-size: 14px;
}

.header .header_nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
}

.header .header_nav01 img {
  vertical-align: middle;
  padding: 0 3px 3px 0;
}

.header .header_nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .header_nav02 .nav_text:nth-of-type(1) {
  margin: 0 68px 0 0;
}

.header .header_nav02 .nav_text:nth-of-type(2) {
  margin: 0 68px 0 0;
}

.header .tel_box {
  width: 272px;
  height: 75px;
  background: rgba(35, 24, 21, 0.08);
}

.header .tel_box .tel_text {
  width: 236px;
  padding: 15px 0 5px;
  border-bottom: 2px solid #231815;
  margin: 0 auto;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header {
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 5px;
  }
  .header .left {
    display: none;
    padding: 5px 0 0 10px;
  }
  .header .text {
    display: none;
    margin: 0 0 10px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .header .logo_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .logo_text {
    padding: 0 0 0 10px;
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 1.2;
  }
  .header .logo_text .large {
    font-size: 22px;
    font-weight: 700;
  }
  .header .right {
    display: none;
  }
  .header .nav_box {
    width: 350px;
    padding: 15px 0 0;
    margin: 0 20px 0 0;
  }
  .header .nav_text {
    font-size: 14px;
  }
  .header .header_nav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 10px;
  }
  .header .header_nav01 img {
    vertical-align: middle;
    padding: 0 10px 5px 0;
  }
  .header .header_nav02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .header_nav02 .nav_text:nth-of-type(1) {
    margin: 0 68px 0 0;
  }
  .header .tel_box {
    width: 272px;
    height: 75px;
    background: rgba(35, 24, 21, 0.08);
  }
  .header .tel_box .tel_text {
    width: 236px;
    padding: 15px 0 5px;
    border-bottom: 2px solid #231815;
    margin: 0 auto;
    font-size: 25px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
} */

/* =====sp_glonav===== */
@media screen and (max-width: 768px) {
  .sp_glonav {
    background: rgba(0, 0, 0, 0.95);
  }
}

/* =====key===== */
.key {
  width: 100%;
  height: 237px;
  background: url(../images/villax/key01.png) center 47%/cover no-repeat;
  color: #fff;
}

.key .inner {
  position: relative;
  width: 1020px;
  margin: 0 auto;
}

.key .titlebox {
  position: absolute;
  right: 0;
  top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.key .titlebox .title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 36px;
}

.key .titlebox .text {
  position: relative;
  padding: 0 0 60px 10px;
  font-size: 13px;
  font-weight: 700;
}

.key .titlebox .text:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 194px;
  height: 47px;
  background: url(../images/villax/text01.png) center center/cover no-repeat;
}

.key .subbox {
  position: absolute;
  top: 80px;
  left: 0;
  width: 170px;
}

.key .subbox .logo {
  margin: 0 0 10px;
  text-align: center;
}

.key .subbox .text {
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .key {
    width: 100%;
    height: 300px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/villax/key01.png) center/cover no-repeat;
    color: #fff;
  }
  .key .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
  }
  .key .titlebox {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%,50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .key .titlebox .title {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px, rgba(0, 0, 0, 0.1) -1px 0px 1px, rgba(0, 0, 0, 0.1) 0px -1px 1px, rgba(0, 0, 0, 0.1) 0px 1px 1px, rgba(0, 0, 0, 0.1) 1px 1px 1px, rgba(0, 0, 0, 0.1) -1px 1px 1px, rgba(0, 0, 0, 0.1) 1px -1px 1px, rgba(0, 0, 0, 0.1) -1px -1px 1px, rgba(0, 0, 0, 0.1) 1px 1px 1px, rgba(0, 0, 0, 0.1) -1px 1px 1px, rgba(0, 0, 0, 0.1) 1px -1px 1px, rgba(0, 0, 0, 0.1) -1px -1px 1px, rgba(0, 0, 0, 0.1) 1px 1px 1px, rgba(0, 0, 0, 0.1) -1px 1px 1px, rgba(0, 0, 0, 0.1) 1px -1px 1px, rgba(0, 0, 0, 0.1) -1px -1px 1px;
  }
  .key .titlebox .text {
    position: relative;
    padding: 0 0 60px 10px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }
  .key .titlebox .text:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 194px;
    height: 47px;
    margin: 0 auto;
    background: url(../images/villax/text01.png) center center/cover no-repeat;
  }
  .key .subbox {
    position: static;
    top: 100px;
    left: 0;
    right: 0;
    width: 170px;
    margin: 0 auto 10px;
  }
  .key .subbox .logo {
    margin: 0 0 10px;
    text-align: center;
  }
  .key .subbox .text {
    font-size: 11px;
    text-align: center;
  }
}

/* =====ham===== */
/* @media screen and (max-width: 768px) {
  .ham {
    z-index: 3000;
    position: fixed;
    right: 0;
    top: 0;
    width: 41px;
    height: 41px;
    background: #000;
  }
  .ham span {
    position: absolute;
    left: 0;
    right: 0;
    width: 21px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .ham span:nth-of-type(1) {
    top: 10px;
  }
  .ham span:nth-of-type(2) {
    top: 20px;
  }
  .ham span:nth-of-type(3) {
    top: 30px;
  }
  .ham.active span:nth-of-type(1) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .ham.active span:nth-of-type(2) {
    display: none;
    top: 20px;
  }
  .ham.active span:nth-of-type(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
} */

/* =====main===== */
main {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  main {
    width: 100%;
  }
}

/* =====sec01===== */
.sec01 {
  padding: 80px 0;
}

.sec01 .sec_title {
  position: relative;
  margin: 0 0 80px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.11em;
  line-height: 2;
}

.sec01 .sec_title:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  content: "";
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #EB9B17;
}

.sec01 .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec01 .body .image {
  min-width: 518px;
  margin: 0 40px 0 0;
}

.sec01 .body .text {
  padding: 0 20px 0 0;
  margin: 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 30px 0 50px;
  }
  .sec01 .sec_title {
    position: relative;
    margin: 0 0 50px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.11em;
    line-height: 2;
  }
  .sec01 .sec_title:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    content: "";
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #EB9B17;
  }
  .sec01 .body {
    display: block;
  }
  .sec01 .body .image {
    min-width: auto;
    margin: 0 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .body .image img {
    width: 100%;
  }
  .sec01 .body .text {
    padding: 0 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.8;
  }
}

/* =====sec02===== */
.sec02 {
  margin: 0 0 130px;
}

.sec02 .sec_title {
  position: relative;
  padding: 0 0 0 75px;
  margin: 0 0 88px;
  width: 779px;
  height: 71px;
  background: #000 url(../images/villax/text02.png) left 137px center/420px no-repeat;
  font-size: 20px;
  color: #fff;
  line-height: 71px;
}

.sec02 .sec_title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 67px;
  height: 2px;
  background: #fff;
  margin: auto 0;
}

.sec02 .item:nth-of-type(1) {
  position: relative;
  height: 364px;
  margin: 0 0 57px;
}

.sec02 .item:nth-of-type(1) .item_title {
  margin: 0 0 30px 15px;
}

.sec02 .item:nth-of-type(1) .item_text {
  width: 320px;
  margin: 0 0 0 56px;
  line-height: 1.8;
}

.sec02 .item:nth-of-type(1) .item_image01 {
  position: absolute;
  bottom: 39px;
  left: 63px;
}

.sec02 .item:nth-of-type(1) .item_image02 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sec02 .item:nth-of-type(2) {
  position: relative;
  height: 350px;
  margin: 0 0 57px;
}

.sec02 .item:nth-of-type(2) .item_title {
  width: 328px;
  margin: 0 15px 30px auto;
}

.sec02 .item:nth-of-type(2) .item_text {
  width: 347px;
  margin: 0 44px 0 auto;
  line-height: 1.8;
  text-align: right;
}

.sec02 .item:nth-of-type(2) .item_image01 {
  position: absolute;
  top: -52px;
  left: -47px;
}

.sec02 .item:nth-of-type(2) .item_image02 {
  position: absolute;
  bottom: 30;
  right: 155px;
}

.sec02 .item:nth-of-type(3) {
  position: relative;
  height: 348px;
  margin: 0 0 57px;
}

.sec02 .item:nth-of-type(3) .item_title {
  margin: 0 0 30px 15px;
}

.sec02 .item:nth-of-type(3) .item_text {
  width: 375px;
  margin: 0 0 0 56px;
  line-height: 1.8;
}

.sec02 .item:nth-of-type(3) .item_image01 {
  position: absolute;
  bottom: 0;
  left: 205px;
}

.sec02 .item:nth-of-type(3) .item_image02 {
  position: absolute;
  top: -20px;
  right: -47px;
}


@media screen and (max-width: 768px) {
  .sec02 {
    margin: 0 0 50px;
  }
  .sec02 .sec_title {
    position: relative;
    padding: 0 0 0 75px;
    margin: 0 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
    height: 71px;
    background: #000 url(../images/villax/text02.png) left 120px center/160px no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 71px;
  }
  .sec02 .sec_title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 67px;
    height: 2px;
    background: #fff;
    margin: auto 0;
  }
  .sec02 .item:nth-of-type(1) {
    position: relative;
    height: auto;
    margin: 0 0 20px;
  }
  .sec02 .item:nth-of-type(1) .item_title {
    margin: 0 0 30px 15px;
  }
  .sec02 .item:nth-of-type(1) .item_text {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.8;
  }
  .sec02 .item:nth-of-type(1) .images_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec02 .item:nth-of-type(1) .item_image01 {
    position: static;
    bottom: 0;
    left: 155px;
    max-width: 100%;
    height: 150px;
    padding: 0 20px;
    margin: 0 auto 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .sec02 .item:nth-of-type(1) .item_image01 img {
    width: 100%;
    height: 156px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec02 .item:nth-of-type(1) .item_image02 {
    position: static;
    bottom: 0;
    right: -47px;
    width: 100%;
    height: 200px;
    padding: 0 0 0 20px;
    margin: 0 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .sec02 .item:nth-of-type(1) .item_image02 img {
    height: 214px;
    -o-object-fit: cover;
       object-fit: contain;
  }
  .sec02 .item:nth-of-type(2) {
    position: relative;
    height: auto;
    margin: 0 0 57px;
  }
  .sec02 .item:nth-of-type(2) .item_title {
    width: 328px;
    margin: 0 15px 30px auto;
  }
  .sec02 .item:nth-of-type(2) .item_text {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 30px;
    line-height: 1.8;
    text-align: left;
  }
  .sec02 .item:nth-of-type(2) .item_image01 {
    position: static;
    top: -52px;
    left: -47px;
    height: 200px;
    margin: 0 20px 30px 0;
    overflow: hidden;
  }
  .sec02 .item:nth-of-type(2) .item_image01 img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec02 .item:nth-of-type(2) .item_image02 {
    position: static;
    bottom: 0;
    right: 155px;
    max-width: 100%;
    height: 150px;
    padding: 0 20px;
    overflow: hidden;
  }
  .sec02 .item:nth-of-type(2) .item_image02 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec02 .item:nth-of-type(3) {
    position: relative;
    height: auto;
    margin: 0 0 57px;
  }
  .sec02 .item:nth-of-type(3) .item_title {
    margin: 0 0 30px 15px;
  }
  .sec02 .item:nth-of-type(3) .item_text {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.8;
  }
  .sec02 .item:nth-of-type(3) .images_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec02 .item:nth-of-type(3) .item_image01 {
    position: static;
    bottom: 0;
    left: 205px;
    width: 100%;
    height: 150px;
    padding: 0 20px;
    margin: -20px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .sec02 .item:nth-of-type(3) .item_image01 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec02 .item:nth-of-type(3) .item_image02 {
    position: static;
    top: -20px;
    right: -47px;
    height: 250px;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .sec02 .item:nth-of-type(3) .item_image02 img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* =====sec03===== */
.sec03 .sec_title {
  position: relative;
  padding: 0 0 0 75px;
  margin: 0 0 88px auto;
  width: 779px;
  height: 71px;
  background: #000 url(../images/villax/text06.png) left 137px center/126px no-repeat;
  font-size: 20px;
  color: #fff;
  line-height: 71px;
}

.sec03 .sec_title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 67px;
  height: 2px;
  background: #fff;
  margin: auto 0;
}

.sec03 .sub_title {
  margin: 0 0 55px;
  font-size: 22px;
  text-align: center;
}

.sec03 .list {
  width: 940px;
  margin: 0 auto;
}

.sec03 .item_title {
  position: relative;
  padding: 12px 0 35px 40px;
  margin: 0 0 30px;
}

.sec03 .item_title:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 69px;
  background: #000;
}

.sec03 .item_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 1px;
  background: #000;
}

.sec03 .item:nth-of-type(1) {
  position: relative;
  height: 855px;
  margin: 0 0 50px;
}

.sec03 .item:nth-of-type(1) .item_text {
  width: 413px;
  padding: 20px 0 0;
  margin: 0 24px 0 auto;
  line-height: 1.8;
}

.sec03 .item:nth-of-type(1) .item_image01 {
  position: absolute;
  bottom: 295px;
  left: 0;
}

.sec03 .item:nth-of-type(1) .item_image02 {
  position: absolute;
  bottom: 295px;
  right: 0;
}

.sec03 .item:nth-of-type(1) .item_image03 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec03 .item:nth-of-type(2) {
  position: relative;
  height: 855px;
  margin: 0 0 50px;
}

.sec03 .item:nth-of-type(2) .item_title {
  margin: 0;
}

.sec03 .item:nth-of-type(2) .item_text {
  width: 427px;
  padding: 45px 0 0;
  margin: 0 24px 0 auto;
  line-height: 1.8;
}

.sec03 .item:nth-of-type(2) .item_image01 {
  position: absolute;
  bottom: 290px;
  left: 0;
}

.sec03 .item:nth-of-type(2) .item_image02 {
  position: absolute;
  bottom: 290px;
  right: 0;
}

.sec03 .item:nth-of-type(2) .item_image03 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec03 .item:nth-of-type(3) {
  position: relative;
  height: 544px;
  margin: 0 0 50px;
}

.sec03 .item:nth-of-type(3) .item_title {
  margin: 0;
}

.sec03 .item:nth-of-type(3) .item_text {
  width: 427px;
  padding: 25px 0 0;
  margin: 0 24px 0 auto;
  line-height: 1.8;
}

.sec03 .item:nth-of-type(3) .item_image01 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec03 .item:nth-of-type(3) .item_image02 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sec03 .item:nth-of-type(4) {
  position: relative;
  height: 544px;
  margin: 0 0 50px;
}

.sec03 .item:nth-of-type(4) .item_title {
  margin: 0;
}

.sec03 .item:nth-of-type(4) .item_text {
  width: 427px;
  padding: 25px 0 0;
  margin: 0 auto 0 40px;
  line-height: 1.8;
}

.sec03 .item:nth-of-type(4) .item_image01 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec03 .item:nth-of-type(4) .item_image02 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .sec03 .sec_title {
    position: relative;
    padding: 0 0 0 75px;
    margin: 0 0 30px auto;
    width: 80%;
    height: 71px;
    background: #000 url(../images/villax/text06.png) left 137px center/60px no-repeat;
    font-size: 20px;
    color: #fff;
    line-height: 71px;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 67px;
    height: 2px;
    background: #fff;
    margin: auto 0;
  }
  .sec03 .sub_title {
    margin: 0 0 55px;
    font-size: 18px;
    text-align: center;
  }
  .sec03 .list {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec03 .item_title {
    position: relative;
    padding: 12px 0 35px 40px;
    margin: 0 0 30px;
  }
  .sec03 .item_title:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 1px;
    height: 69px;
    background: #000;
  }
  .sec03 .item_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 1px;
    background: #000;
  }
  .sec03 .item:nth-of-type(1) {
    position: relative;
    height: auto;
    margin: 0 0 50px;
  }
  .sec03 .item:nth-of-type(1) .item_text {
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.8;
  }
  .sec03 .item:nth-of-type(1) .item_image01 {
    position: static;
    bottom: 295px;
    left: 0;
    width: 100%;
    height: 150px;
    margin: 0 0 30px;
    overflow: hidden;
  }
  .sec03 .item:nth-of-type(1) .item_image01 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .item:nth-of-type(1) .item_image02 {
    position: static;
    bottom: 295px;
    right: 0;
    height: 150px;
    margin: 0 0 30px;
    overflow: hidden;
  }
  .sec03 .item:nth-of-type(1) .item_image02 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .item:nth-of-type(1) .item_image03 {
    position: static;
    bottom: 0;
    left: 0;
    height: 150px;
    overflow: hidden;
  }
  .sec03 .item:nth-of-type(1) .item_image03 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .item:nth-of-type(2) {
    position: relative;
    height: auto;
    margin: 0 0 50px;
  }
  .sec03 .item:nth-of-type(2) .item_title {
    margin: 0 0 30px;
  }
  .sec03 .item:nth-of-type(2) .item_text {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    line-height: 1.8;
  }
  .sec03 .item:nth-of-type(2) .item_image01 {
    position: static;
    bottom: 290px;
    left: 0;
    height: 150px;
    margin: 0 0 30px;
    overflow: hidden;
  }
  .sec03 .item:nth-of-type(2) .item_image01 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .item:nth-of-type(2) .item_image02 {
    position: static;
    bottom: 290px;
    right: 0;
    height: 150px;
    margin: 0 0 30px;
    overflow: hidden;
  }
  .sec03 .item:nth-of-type(2) .item_image02 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .item:nth-of-type(2) .item_image03 {
    position: static;
    bottom: 0;
    left: 0;
    height: 150px;
    margin: 0 0 30px;
    overflow: hidden;
  }
  .sec03 .item:nth-of-type(2) .item_image03 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .item:nth-of-type(3) {
    position: relative;
    height: auto;
    margin: 0 0 50px;
  }
  .sec03 .item:nth-of-type(3) .item_title {
    margin: 0 0 30px;
  }
  .sec03 .item:nth-of-type(3) .item_text {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    line-height: 1.8;
  }
  .sec03 .item:nth-of-type(3) .item_image01 {
    position: static;
    bottom: 0;
    left: 0;
    height: 150px;
    margin: 0 0 30px;
    overflow: hidden;
  }
  .sec03 .item:nth-of-type(3) .item_image01 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .item:nth-of-type(3) .item_image02 {
    position: static;
    bottom: 0;
    right: 0;
    height: 150px;
    overflow: hidden;
  }
  .sec03 .item:nth-of-type(3) .item_image02 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .item:nth-of-type(4) {
    position: relative;
    height: 544px;
    margin: 0 0 50px;
  }
  .sec03 .item:nth-of-type(4) .item_title {
    margin: 0 0 30px;
  }
  .sec03 .item:nth-of-type(4) .item_text {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    line-height: 1.8;
  }
  .sec03 .item:nth-of-type(4) .item_image01 {
    position: static;
    bottom: 0;
    left: 0;
    height: 150px;
    margin: 0 0 30px;
    overflow: hidden;
  }
  .sec03 .item:nth-of-type(4) .item_image01 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .item:nth-of-type(4) .item_image02 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 150px;
    overflow: hidden;
  }
  .sec03 .item:nth-of-type(4) .item_image02 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* =====sec04===== */
.sec04 {
  margin: 0 0 100px;
}

.sec04 .sec_title {
  position: relative;
  padding: 0 0 0 75px;
  margin: 0 0 88px;
  width: 779px;
  height: 71px;
  background: #000 url(../images/villax/text11.png) left 137px center/227px no-repeat;
  font-size: 20px;
  color: #fff;
  line-height: 71px;
}

.sec04 .sec_title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 67px;
  height: 2px;
  background: #fff;
  margin: auto 0;
}

.sec04 .list {
  width: 870px;
  margin: 0 auto;
}

.sec04 .item_title {
  border-bottom: 1px solid #EB9B17;
  margin: 0 0 30px;
  font-size: 24px;
}

.sec04 .item_title img {
  margin: 0 20px 0 0;
}

.sec04 .item:nth-of-type(1) {
  margin: 0 0 60px;
}

.sec04 .item:nth-of-type(1) .item_title {
  padding: 0 0 20px 10px;
}

.sec04 .item:nth-of-type(1) .item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec04 .item:nth-of-type(1) .item_image {
  min-width: 433px;
  margin: 0 30px 0 0;
}

.sec04 .item:nth-of-type(1) .item_text {
  padding: 30px 0 0;
  line-height: 1.8;
}

.sec04 .item:nth-of-type(2) .item_title {
  padding: 0 0 20px 435px;
}

.sec04 .item:nth-of-type(2) .item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec04 .item:nth-of-type(2) .item_image {
  min-width: 433px;
}

.sec04 .item:nth-of-type(2) .item_text {
  margin: 0 30px 0 0;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sec04 {
    margin: 0 0 50px;
  }
  .sec04 .sec_title {
    position: relative;
    padding: 0 0 0 75px;
    margin: 0 0 50px;
    width: 90%;
    height: 71px;
    background: #000 url(../images/villax/text11.png) left 127px center/100px no-repeat;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    line-height: 71px;
  }
  .sec04 .sec_title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 67px;
    height: 2px;
    background: #fff;
    margin: auto 0;
  }
  .sec04 .list {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec04 .item_title {
    border-bottom: 1px solid #EB9B17;
    margin: 0 0 30px;
    font-size: 20px;
  }
  .sec04 .item_title img {
    margin: 0 20px 0 0;
  }
  .sec04 .item:nth-of-type(1) {
    margin: 0 0 60px;
  }
  .sec04 .item:nth-of-type(1) .item_title {
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec04 .item:nth-of-type(1) .item_title img {
    width: 50px;
  }
  .sec04 .item:nth-of-type(1) .item_body {
    display: block;
  }
  .sec04 .item:nth-of-type(1) .item_image {
    min-width: auto;
    width: 100%;
    height: 150px;
    margin: 0 30px 0 0;
    overflow: hidden;
  }
  .sec04 .item:nth-of-type(1) .item_image img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec04 .item:nth-of-type(1) .item_text {
    padding: 30px 0 0;
    line-height: 1.8;
  }
  .sec04 .item:nth-of-type(2) .item_title {
    padding: 0 20px 20px;
  }
  .sec04 .item:nth-of-type(2) .item_title img {
    width: 50px;
  }
  .sec04 .item:nth-of-type(2) .item_body {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec04 .item:nth-of-type(2) .item_image {
    position: relative;
    min-width: auto;
    width: 100%;
    height: 150px;
    margin: 0 0 30px;
    overflow: hidden;
  }
  .sec04 .item:nth-of-type(2) .item_image img {
    position: absolute;
    top: -50px;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec04 .item:nth-of-type(2) .item_text {
    margin: 0;
    line-height: 1.8;
  }
}

/* =====link_sec===== */
.link_sec {
  margin: 0 0 85px;
}

.link_sec .link_banner {
  width: 747px;
  height: 102px;
  border: 2px solid #000;
  margin: 0 auto 90px;
  background: url(../images/villax/arrow01.png) center right 8px/16px no-repeat;
}

.link_sec .link_banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.link_sec .banner_title {
  width: 230px;
  min-width: 230px;
  padding: 50px 0 0;
  background: #000 url(../images/villax/icon04.png) center top 16px/39px no-repeat;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .21em;
  text-align: center;
}

.link_sec .banner_text {
  padding: 20px 0 0 30px;
  font-size: 15px;
}

.link_sec .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.link_sec .item {
  width: 33.3%;
}

.link_sec .item a {
  display: block;
  width: 100%;
  height: 246px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ccc url(../images/villax/arrow02.png) center bottom 30px/12px no-repeat;
  font-size: 23px;
  text-align: center;
  color: #fff;
  letter-spacing: .21em;
}

.link_sec .item:nth-of-type(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/villax/photo20.png) center/cover no-repeat;
}

/* .link_sec .item:nth-of-type(2) a {
  background: url(../images/villax/photo21.png) center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.link_sec .item:nth-of-type(2) a {
  background: url(../images/index/photo_gallery01.png) center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link_sec .item:nth-of-type(2) .item_logo {
  margin: 0 0 13px;
}

.link_sec .item:nth-of-type(3) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/villax/photo22.png) center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .link_sec {
    margin: 0 0 85px;
  }
  .link_sec .link_banner {
    width: calc(100% - 40px);
    height: auto;
    border: 2px solid #000;
    margin: 0 20px 30px;
    background: url(../images/villax/arrow01.png) center right 28px/16px no-repeat;
    background: none;
  }
  .link_sec .link_banner a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .link_sec .banner_title {
    width: 100%;
    padding: 30px 0 5px;
    background: #000 url(../images/villax/icon04.png) center top 5px/30px no-repeat;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .21em;
    text-align: center;
  }
  .link_sec .banner_text {
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/villax/arrow01.png) center right 10px/12px no-repeat;
    font-size: 15px;
  }
  .link_sec .list {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .link_sec .item {
    width: 100%;
  }
  .link_sec .item a {
    display: block;
    width: 100%;
    height: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ccc url(../images/villax/arrow02.png) center bottom 30px/12px no-repeat;
    font-size: 18px;
    text-align: center;
    color: #fff;
    letter-spacing: .21em;
  }
  .link_sec .item:nth-of-type(1) {
    margin: 0 0 30px;
  }
  .link_sec .item:nth-of-type(1) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link_sec .item:nth-of-type(2) {
    margin: 0 0 30px;
  }
  .link_sec .item:nth-of-type(2) a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 0;
  }
  .link_sec .item:nth-of-type(2) .item_logo {
    margin: 0 0 10px;
  }
  .link_sec .item:nth-of-type(3) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=villax.css.map */