/* =====key===== */
.key {
  width: 100%;
  height: 237px;
  margin: 0;
  background: url(../images/flow/key001.png) center center/cover no-repeat;
}
.key .inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.key .page_title {
  position: absolute;
  top: 70px;
  left: 0;
  height: 500px;
  font-size: 41px;
  writing-mode: vertical-rl;
  letter-spacing: 0.28em;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}
.key .page_title .small {
  display: block;
  font-size: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .key {
    width: 100%;
    height: 237px;
    margin: 0;
    background: url(../images/flow/key001.png) center center/cover no-repeat;
  }
  .key .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .key .page_title {
    position: static;
    padding: 65px 0 0;
    font-size: 30px;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .key .page_title .small {
    font-size: 16px;
  }
}

/* =====sec01===== */
.sec01 {
  margin: 0 0 100px;
}
.sec01 .list {
  width: 900px;
  margin: 0 auto;
}
.sec01 .item {
  margin: 0 0 76px;
}
.sec01 .head {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.sec01 .num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  margin: 0 20px 0 0;
  background: #553618;
}
.sec01 .num:before {
  content: "";
  position: absolute;
  bottom: 84px;
  left: 0;
  right: 0;
  width: 2px;
  height: 357px;
  border-right: 2px dashed #F4A417;
  margin: 0 auto;
}
.sec01 .item:nth-of-type(1) .num:before {
  display: none;
}
.sec01 .item:nth-of-type(9) .num:before {
  height: 364px;
}
.sec01 .item:nth-of-type(10) .num:before {
  height: 367px;
}
.sec01 .item_title {
  font-size: 24px;
  letter-spacing: 0.11em;
}
.sec01 .box {
  display: flex;
  align-items: center;
  margin: 0 0 0 102px;
}
.sec01 .image {
  min-width: 323px;
  margin: 0 50px 0 0;
}
.sec01 .text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 0 20px;
    margin: 0 0 50px;
    box-sizing: border-box;
  }
  .sec01 .list {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .item {
    margin: 0 0 76px;
  }
  .sec01 .head {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
  }
  .sec01 .num {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    background: #553618;
  }
  .sec01 .num:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 84px;
    left: 0;
    right: 0;
    width: 2px;
    height: 357px;
    border-right: 2px dashed #F4A417;
    margin: 0 auto;
  }
  .sec01 .num img {
    width: 30px;
  }
  .sec01 .item:nth-of-type(1) .num:before {
    display: none;
  }
  .sec01 .item:nth-of-type(9) .num:before {
    height: 364px;
  }
  .sec01 .item:nth-of-type(10) .num:before {
    height: 367px;
  }
  .sec01 .item_title {
    font-size: 18px;
    letter-spacing: 0.11em;
  }
  .sec01 .box {
    display: block;
    align-items: center;
    margin: 0;
  }
  .sec01 .image {
    min-width: auto;
    width: 323px;
    max-width: 100%;
    height: 200px;
    margin: 0 auto 20px;
    overflow: hidden;
  }
  .sec01 .text {
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
}

/* =====link_sec===== */
.link_sec {
  margin: 0 0 85px;
}
.link_sec .list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.link_sec .item {
  width: 33.3%;
}
.link_sec .item a {
  display: block;
  width: 100%;
  height: 246px;
  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: 0.21em;
}
.link_sec .item:nth-of-type(1) a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/villax/photo20.png) center/cover no-repeat;
}
.link_sec .item:nth-of-type(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/index/photo_gallery01.png) center/cover no-repeat;
}
.link_sec .item:nth-of-type(3) a {
  display: flex;
  justify-content: 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 .list {
    display: block;
    justify-content: space-between;
    width: 100%;
  }
  .link_sec .item {
    width: 100%;
  }
  .link_sec .item a {
    display: block;
    width: 100%;
    height: 150px;
    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: 0.21em;
  }
  .link_sec .item:nth-of-type(1) {
    margin: 0 0 30px;
  }
  .link_sec .item:nth-of-type(1) a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .link_sec .item:nth-of-type(2) {
    margin: 0 0 30px;
  }
  .link_sec .item:nth-of-type(2) a {
    justify-content: 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: flex;
    justify-content: center;
    align-items: center;
  }
}/*# sourceMappingURL=flow.css.map */