@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#design .caption.black {
  background-color: transparent;
  color: #000;
}

#design .caption.white {
  background-color: transparent;
  color: #fff;
}

#design .page-content .upper {
  position: relative;
  z-index: 2;
}

#design .page-content .mv {
  margin-bottom: 0;
}

#design .page-content .header-text {
  margin: 0;
  background: url(../images/design/bg01.jpg) no-repeat center;
  background-size: cover;
  padding: 80rem 0 120rem;
}

#design .page-content .outlook-lists {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

#design .page-content .outlook-lists .outlook-list {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

#design .page-content .outlook-lists .outlook-list div {
  width: 50%;
}

#design .page-content .outlook-lists .outlook-list .texts {
  display: flex;
  align-items: center;
  justify-content: center;
}

#design .page-content .outlook-lists .outlook-list .text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 20rem;
  color: #315C24;
  line-height: 1.8;
}

#design .page-content .outlook {
  position: relative;
}

#design .page-content .outlook .header {
  margin: 0 auto;
  padding: 80rem 0;
  background: url(../images/design/bg02.jpg) no-repeat center;
  background-size: cover;
}

#design .page-content .outlook .header .wrap {
  width: 90%;
  max-width: 800rem;
}

#design .page-content .outlook .header .title {
  text-align: center;
  font-weight: normal;
  font-size: 20rem;
  line-height: 1.8;
  color: #315C24;
  padding-bottom: 5rem;
}

#design .page-content .outlook .body {
  padding: 82rem 0;
}

#design .page-content .outlook .body .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/design/bg03.jpg) no-repeat center;
  background-size: cover;
}

#design .page-content .outlook .body .points {
  display: flex;
  justify-content: space-between;
}

#design .page-content .outlook .body .points li {
  width: 48%;
  color: #fff;
}

#design .page-content .outlook .body .points li .text {
  text-align: center;
  font-size: 20rem;
  line-height: 1.8;
  padding-bottom: 37rem;
}

#design .page-content .entrance,
#design .page-content .common-space {
  text-align: center;
  padding: 85rem 0 80rem;
}

#design .page-content .entrance .lead,
#design .page-content .entrance .title,
#design .page-content .common-space .lead,
#design .page-content .common-space .title {
  font-size: 20rem;
  line-height: 1.8;
  color: #315C24;
  padding-bottom: 20rem;
}

#design .page-content .entrance .title,
#design .page-content .common-space .title {
  font-weight: bold;
}

#design .page-content .entrance .lead,
#design .page-content .common-space .lead {
  padding-bottom: 25rem;
}

#design .page-content .entrance .text,
#design .page-content .common-space .text {
  font-size: 15rem;
  line-height: 1.9;
}

#design .page-content .entrance .header,
#design .page-content .common-space .header {
  max-width: 738rem;
  padding-bottom: 40rem;
}

#design .page-content .entrance .images,
#design .page-content .common-space .images {
  margin: 0 auto;
  max-width: 640rem;
}

#design .page-content .common-space {
  background: url(../images/design/bg04.jpg) no-repeat center;
  background-size: cover;
}

#design .page-content .common-space .images {
  max-width: 480rem;
}

#design .page-content .common-space .texts {
  padding-top: 45rem;
}

#design .page-content .entrance {
  background-color: #fff;
}

#design .page-content .security {
  padding: 80rem 0 40rem;
  background-color: #fff;
}

#design .page-content .security .header {
  margin: 0 auto;
  padding-bottom: 80rem;
  max-width: 800rem;
  width: 94%;
  text-align: center;
}

#design .page-content .security .header .images {
  position: relative;
}

#design .page-content .security .header .title {
  padding: 40rem 0 15rem;
  font-size: 15rem;
  font-weight: normal;
  color: #315C24;
  line-height: 1.5;
}

#design .page-content .security .header .text {
  font-size: 13rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

#design .page-content .security .header .mini {
  font-size: 11rem;
  line-height: 1.6;
}

#design .page-content .security .lists-wrap {
  margin: 0 auto;
  max-width: 800rem;
  width: 94%;
}

#design .page-content .security .lists-wrap .lists {
  display: flex;
  justify-content: left;
  gap: 2%;
  flex-wrap: wrap;
}

#design .page-content .security .lists-wrap .lists li {
  width: 32%;
  padding-bottom: 80rem;
}

#design .page-content .security .lists-wrap .images {
  position: relative;
}

#design .page-content .security .lists-wrap .name {
  padding: 15rem 0 12rem;
  color: #315C24;
  font-size: 14rem;
  line-height: 1.8;
}

#design .page-content .security .lists-wrap .detail {
  font-size: 13rem;
  line-height: 1.6;
}

#design .page-content .security .lists-wrap .annotation {
  padding-top: 12rem;
  font-size: 11rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  #design .page-content .header-text {
    background-image: url(../images/design/bg01-sp.jpg);
    padding: 80rem 0 45rem;
  }
  #design .page-content .outlook-lists {
    display: block;
  }
  #design .page-content .outlook-lists .outlook-list {
    width: auto;
    flex-wrap: wrap;
  }
  #design .page-content .outlook-lists .outlook-list div {
    width: 1000%;
  }
  #design .page-content .outlook-lists .outlook-list .texts {
    padding: 50rem 0 55rem;
    order: 2;
  }
  #design .page-content .outlook-lists .outlook-list .text {
    line-height: 1.8;
  }
  #design .page-content .outlook-lists .outlook-list .images {
    order: 0;
  }
  #design .page-content .outlook .header {
    padding: 44rem 0 0;
    background-image: url(../images/design/bg02-sp.jpg);
  }
  #design .page-content .outlook .header .wrap {
    width: auto;
    max-width: inherit;
  }
  #design .page-content .outlook .header .title {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 15rem;
  }
  #design .page-content .outlook .body {
    padding: 42rem 0 0rem;
  }
  #design .page-content .outlook .body .bg {
    background-image: url(../images/design/bg03-sp.jpg);
  }
  #design .page-content .outlook .body .points {
    display: block;
  }
  #design .page-content .outlook .body .points li {
    width: auto;
    padding-bottom: 40rem;
  }
  #design .page-content .outlook .body .points li .text {
    text-align: left;
    font-size: 20rem;
    padding-bottom: 30rem;
  }
  #design .page-content .entrance,
  #design .page-content .common-space {
    text-align: left;
    padding: 45rem 0 0rem;
  }
  #design .page-content .entrance .lead,
  #design .page-content .entrance .title,
  #design .page-content .common-space .lead,
  #design .page-content .common-space .title {
    padding-bottom: 20rem;
  }
  #design .page-content .entrance .lead,
  #design .page-content .common-space .lead {
    padding-bottom: 30rem;
  }
  #design .page-content .entrance .header,
  #design .page-content .common-space .header {
    max-width: inherit;
    padding-bottom: 40rem;
  }
  #design .page-content .entrance .images,
  #design .page-content .common-space .images {
    margin: 0 auto;
    max-width: inherit;
  }
  #design .page-content .common-space {
    background-image: url(../images/design/bg04-sp.jpg);
    padding-bottom: 40rem;
  }
  #design .page-content .common-space .images {
    max-width: inherit;
  }
  #design .page-content .common-space .texts {
    padding-top: 45rem;
  }
  #design .page-content .entrance {
    background-color: #fff;
  }
  #design .page-content .security {
    padding: 40rem 0 40rem;
  }
  #design .page-content .security .header {
    padding-bottom: 40rem;
    max-width: inherit;
    text-align: left;
  }
  #design .page-content .security .header .images {
    padding-bottom: 35rem;
  }
  #design .page-content .security .header .img01 .swipe-img img {
    width: 560px !important;
  }
  #design .page-content .security .header .title {
    padding: 0rem 0 15rem;
    margin: 0 auto;
    width: 90%;
  }
  #design .page-content .security .header .text {
    margin: 0 auto 5px;
    width: 90%;
  }
  #design .page-content .security .header .mini {
    margin: 0 auto;
    width: 90%;
  }
  #design .page-content .security .lists-wrap {
    max-width: inherit;
  }
  #design .page-content .security .lists-wrap .lists {
    width: 360vw;
    flex-wrap: nowrap;
    gap: 10rem;
  }
  #design .page-content .security .lists-wrap .lists img {
    width: 100% !important;
  }
  #design .page-content .security .lists-wrap .lists li {
    width: 80vw;
    padding-bottom: 20rem;
  }
  #design .page-content .security .lists-wrap .images {
    position: relative;
  }
  #design .page-content .security .lists-wrap .name {
    padding: 15rem 0 25rem;
    color: #315C24;
    font-size: 14rem;
    line-height: 1.8;
  }
  #design .page-content .security .lists-wrap .detail {
    font-size: 13rem;
    line-height: 1.6;
  }
  #design .page-content .security .lists-wrap .annotation {
    padding-top: 12rem;
    font-size: 11rem;
    line-height: 1.6;
  }
}

/*# sourceMappingURL=design.css.map */
