@charset "UTF-8";
/* sub --> book
-------------------------------------------------------------------------------*/
.book {
  position: relative;
  margin: 0 auto 13.3333333333vw auto;
  width: 100%;
}
.book:before {
  content: "";
  position: absolute;
  left: -2.6666666667vw;
  bottom: 0;
  width: 150%;
  height: 77.3333333333vw;
  background-color: #a9bce6;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: -2;
}

.book-box {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 1;
}
.book-box:before {
  content: "";
  position: absolute;
  top: 2vw;
  left: -16.6666666667vw;
  width: 52vw;
  height: 10.6666666667vw;
  background-image: url(../img/book/free.svg);
  background-size: contain;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 1;
}

.book-in {
  position: relative;
}

.book-content {
  position: relative;
  padding: 13.3333333333vw 4vw 46.6666666667vw 4vw;
}
.book-content:before, .book-content:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.book-content:before {
  top: 4vw;
  right: 2vw;
  width: 9.2vw;
  height: 9.0666666667vw;
  background-image: url(../img/common/bird.svg);
}
.book-content:after {
  left: 0;
  bottom: -12vw;
  width: 100vw;
  height: 49.2vw;
  background-image: url(../img/book/catalog_sp.png);
  z-index: -1;
}

.book-ttl {
  margin-bottom: 1em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}

.book-text {
  position: relative;
}
.book-text p {
  text-align: center;
}
.book-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16.6666666667vw;
  display: inline-block;
  width: 7.2vw;
  height: 12.1333333333vw;
  background-image: url(../img/common/sansevieria.svg);
  background-size: contain;
  -webkit-transform: rotate(-7.85deg);
          transform: rotate(-7.85deg);
}

.book-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 12.6666666667vw;
}
.book-image > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
}
.book-image > div > div {
  overflow: hidden;
}
.book-image > div:nth-child(1) {
  width: 42.6666666667vw;
}
.book-image > div:nth-child(1) > div:nth-child(1) {
  border-radius: 0 0 0.6666666667vw 0.6666666667vw;
}
.book-image > div:nth-child(1) > div:nth-child(2) {
  border-radius: 0.6666666667vw 0.6666666667vw 0 0;
}
.book-image > div:nth-child(2) {
  width: 43.3333333333vw;
}
.book-image > div:nth-child(2) > div:nth-child(1) {
  border-radius: 0 0 0 0.6666666667vw;
}
.book-image > div:nth-child(2) > div:nth-child(2) {
  border-radius: 0.6666666667vw 0 0 0;
}

@media screen and (min-width: 751px) {
  .book {
    margin: 0 auto 5.5555555556vw auto;
    width: 100vw;
  }
  .book:before {
    left: 0;
    width: 100%;
    height: 100%;
  }
  .book-box:before {
    top: 1.3888888889vw;
    left: -9.375vw;
    width: 27.0833333333vw;
    height: 3.3333333333vw;
  }
  .book-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 40.2777777778vw;
  }
  .book-content {
    padding: 6.9444444444vw 2.7777777778vw 19.7916666667vw 2.7777777778vw;
    width: 53.125vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .book-content:before {
    top: 2.0833333333vw;
    right: 2.0833333333vw;
    width: 4.7916666667vw;
    height: 4.7222222222vw;
  }
  .book-content:after {
    background-image: url(../img/book/catalog.png);
    background-image: image-set(url(../img/book/catalog.png) 1x, url(../img/book/catalog-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/book/catalog.png) 1x, url(../img/book/catalog-2x.png) 2x);
    bottom: -7.2916666667vw;
    width: 54.3055555556vw;
    height: 25.625vw;
  }
  .book-ttl {
    font-size: 2.5vw;
  }
  .book-text:after {
    bottom: -3.4722222222vw;
    left: 0;
    width: 3.75vw;
    height: 6.3194444444vw;
  }
  .book-image {
    padding-left: 0;
    width: 45.4861111111vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .book-image > div {
    gap: 0.6944444444vw;
  }
  .book-image > div:nth-child(1) {
    width: 22.2222222222vw;
  }
  .book-image > div:nth-child(1) > div:nth-child(1) {
    border-radius: 0 0 0.3472222222vw 0.3472222222vw;
  }
  .book-image > div:nth-child(1) > div:nth-child(2) {
    border-radius: 0.3472222222vw 0.3472222222vw 0 0;
  }
  .book-image > div:nth-child(2) {
    width: 22.5694444444vw;
  }
  .book-image > div:nth-child(2) > div:nth-child(1) {
    border-radius: 0 0 0 0.3472222222vw;
  }
  .book-image > div:nth-child(2) > div:nth-child(2) {
    border-radius: 0.3472222222vw 0 0 0;
  }
}
@media screen and (min-width: 1441px) {
  .book {
    margin: 0 auto 80px auto;
    width: 1440px;
  }
  .book-box:before {
    top: 20px;
    left: -135px;
    width: 390px;
    height: 48px;
  }
  .book-in {
    height: 580px;
  }
  .book-content {
    padding: 100px 40px 285px 40px;
    width: 765px;
  }
  .book-content:before {
    top: 30px;
    right: 30px;
    width: 69px;
    height: 68px;
  }
  .book-content:after {
    bottom: -105px;
    width: 782px;
    height: 369px;
  }
  .book-ttl {
    font-size: 3.6rem;
  }
  .book-text:after {
    bottom: -50px;
    width: 54px;
    height: 91px;
  }
  .book-image {
    width: 655px;
  }
  .book-image > div {
    gap: 10px;
  }
  .book-image > div:nth-child(1) {
    width: 320px;
  }
  .book-image > div:nth-child(1) > div:nth-child(1) {
    border-radius: 0 0 5px 5px;
  }
  .book-image > div:nth-child(1) > div:nth-child(2) {
    border-radius: 5px 5px 0 0;
  }
  .book-image > div:nth-child(2) {
    width: 325px;
  }
  .book-image > div:nth-child(2) > div:nth-child(1) {
    border-radius: 0 0 0 5px;
  }
  .book-image > div:nth-child(2) > div:nth-child(2) {
    border-radius: 5px 0 0 0;
  }
}
/* sub --> common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
  padding-bottom: 16vw;
}
.sub:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 5.3333333333vw);
  background-color: #f7f3ef;
  z-index: -1;
}

.sub--margin {
  padding-bottom: 0 !important;
}

.sub--section main > section:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.sub-in {
  position: relative;
  margin: 0 auto;
  width: 93.3333333333vw;
}

.sub-lead {
  position: relative;
  margin-bottom: 9.3333333333vw;
  padding: 4vw 5.0666666667vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}
.sub-lead p {
  line-height: 1.75em;
}
.sub-lead:after {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  right: -2.1333333333vw;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}

.sub-lead--works:after {
  width: 6.5333333333vw;
  height: 9.0666666667vw;
  background-image: url(../img/common/hammer.svg);
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.sub-lead--blog:after {
  width: 7.0666666667vw;
  height: 8vw;
  background-image: url(../img/common/sofa.svg);
}

.none {
  margin: 5em 0;
  text-align: center;
}

.complete p,
.notfound p {
  line-height: 1.75em;
  letter-spacing: 0.04em;
}

.complete p:nth-child(1),
.notfound p:nth-child(1) {
  font-family: "ZenOldMincho", sans-serif;
  font-size: 1.33em;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.complete p:nth-child(n+2),
.notfound p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  .sub {
    padding-bottom: 10.4166666667vw;
  }
  .sub:before {
    height: calc(100% + 3.4722222222vw);
  }
  .sub--section main > section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .sub-in {
    width: 69.4444444444vw;
  }
  .sub-in--1280 {
    width: 88.8888888889vw;
  }
  .sub-lead {
    margin-bottom: 3.4722222222vw;
    padding: 2.5vw;
    border-radius: 0.3472222222vw;
  }
  .sub-lead:after {
    top: -1.3888888889vw;
    right: -1.3888888889vw;
  }
  .sub-lead p {
    letter-spacing: 0.1em;
  }
  .sub-lead--works:after {
    width: 3.4027777778vw;
    height: 4.7222222222vw;
  }
  .sub-lead--blog:after {
    width: 3.6805555556vw;
    height: 4.1666666667vw;
  }
  .complete p,
  .notfound p {
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding-bottom: 150px;
  }
  .sub:before {
    height: calc(100% + 50px);
  }
  .sub--section main > section:nth-child(n+2) {
    margin-top: 100px;
  }
  .sub-in {
    width: 1000px;
  }
  .sub-in--1280 {
    width: 1280px;
  }
  .sub-lead {
    margin-bottom: 50px;
    padding: 36px;
    border-radius: 5px;
  }
  .sub-lead:after {
    top: -20px;
    right: -20px;
  }
  .sub-lead--works:after {
    width: 49px;
    height: 68px;
  }
  .sub-lead--blog:after {
    width: 53px;
    height: 60px;
  }
}
/* sub --> company
-------------------------------------------------------------------------------*/
/* ------------------------------------------- message - */
.message {
  position: relative;
}

.message-main {
  position: relative;
  margin: 0 auto;
  width: 86.6666666667vw;
}

.message-main-image {
  position: relative;
  margin-bottom: 12vw;
}
.message-main-image img {
  border-radius: 0.6666666667vw;
}

.message-main-content {
  margin: 0 auto;
  width: 80vw;
}

.message-main-ttl {
  margin-bottom: 1em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 500;
  line-height: 1.52em;
  letter-spacing: 0.02em;
}

.message-main-text p {
  font-size: 4vw;
  letter-spacing: 0.1em;
}

.message-ceo {
  margin: 8.6666666667vw auto 0 auto;
  width: 94.6666666667vw;
}

.message-ceo-in {
  position: relative;
  padding: 4vw 4vw 8vw 4vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}
.message-ceo-in:before {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  left: 1.3333333333vw;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg-pl.jpg);
  background-image: image-set(url(../img/common/bg-pl.jpg) 1x, url(../img/common/bg-pl-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/common/bg-pl.jpg) 1x, url(../img/common/bg-pl-2x.jpg) 2x);
  background-repeat: repeat;
  border-radius: 0.6666666667vw;
  z-index: -1;
}
.message-ceo-in:after {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  right: 0.6666666667vw;
  display: inline-block;
  width: 5.6vw;
  height: 6.1333333333vw;
  background-image: url(../img/common/leaf.svg);
  background-size: contain;
  -webkit-transform: rotate(16.23deg);
          transform: rotate(16.23deg);
  z-index: 1;
}

.message-ceo-image {
  position: relative;
  margin-bottom: 35.3333333333vw;
}

.message-ceo-content {
  margin: 0 auto;
  width: 80vw;
}

.message-ceo-text p {
  font-size: 4vw;
  letter-spacing: 0.1em;
}

.message-ceo-box {
  position: absolute;
  right: -1.3333333333vw;
  bottom: -32.6666666667vw;
  padding: 6.6666666667vw 8vw;
  width: 59.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
  z-index: 1;
}

.message-ceo-company {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  padding-bottom: 0.8em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.message-ceo-company:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4vw;
  background-color: #5c1500;
}

.message-ceo-ja {
  position: relative;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 6.4vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.message-ceo-en {
  margin-top: 1.5em;
  color: #1a2f88;
  font-family: "Bellefair", serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 751px) {
  .message-main-ttl {
    font-size: 2.5vw;
    line-height: 1.66em;
  }
  .message-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 0 6.25vw 0 10.4166666667vw;
    width: 100vw;
  }
  .message-main-image {
    margin: 0;
    width: 41.6666666667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message-main-image img {
    border-radius: 0.3472222222vw;
  }
  .message-main-image:before {
    content: "";
    position: absolute;
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 0.3472222222vw;
    z-index: -1;
  }
  .message-main-content {
    margin: 0;
    width: 36.8055555556vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .message-main-text p {
    font-size: 1.25vw;
  }
  .message-ceo {
    margin-top: 6.9444444444vw;
    width: 100vw;
  }
  .message-ceo-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.0833333333vw 5.5555555556vw 2.0833333333vw 2.0833333333vw;
    width: 92.3611111111vw;
    border-radius: 0.3472222222vw;
  }
  .message-ceo-in:before {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    border-radius: 0.3472222222vw;
  }
  .message-ceo-in:after {
    top: -1.3888888889vw;
    right: 0.3472222222vw;
    width: 2.9166666667vw;
    height: 3.1944444444vw;
  }
  .message-ceo-image {
    margin: 0;
    padding-bottom: 8.3333333333vw;
    width: 41.6666666667vw;
  }
  .message-ceo-content {
    margin: 0;
    padding: 3.4722222222vw 0;
    width: 37.5vw;
  }
  .message-ceo-text p {
    font-size: 1.5277777778vw;
    line-height: 2.27em;
  }
  .message-ceo-box {
    right: -1.0416666667vw;
    bottom: 0;
    padding: 2.0833333333vw 3.125vw 1.3888888889vw 3.125vw;
    width: 21.1805555556vw;
    border-radius: 0.3472222222vw;
  }
  .message-ceo-company {
    font-size: 1.1111111111vw;
  }
  .message-ceo-company:before {
    height: 0.2083333333vw;
  }
  .message-ceo-ja {
    font-size: 2.0833333333vw;
  }
  .message-ceo-en {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .message-main {
    padding: 0 90px 0 150px;
    width: 1440px;
  }
  .message-main-image {
    width: 600px;
  }
  .message-main-image img {
    border-radius: 5px;
  }
  .message-main-image:before {
    top: 10px;
    left: 10px;
    border-radius: 5px;
  }
  .message-main-ttl {
    font-size: 3.6rem;
  }
  .message-main-content {
    width: 530px;
  }
  .message-main-text p {
    font-size: 1.8rem;
  }
  .message-ceo {
    margin-top: 100px;
    width: 1440px;
  }
  .message-ceo-in {
    padding: 30px 80px 30px 30px;
    width: 1330px;
    border-radius: 5px;
  }
  .message-ceo-in:before {
    top: 10px;
    left: 10px;
    border-radius: 5px;
  }
  .message-ceo-in:after {
    top: -20px;
    right: 5px;
    width: 42px;
    height: 46px;
  }
  .message-ceo-image {
    padding-bottom: 120px;
    width: 600px;
  }
  .message-ceo-content {
    padding: 50px 0;
    width: 540px;
  }
  .message-ceo-text p {
    font-size: 2.2rem;
  }
  .message-ceo-box {
    right: -15px;
    padding: 30px 45px 20px 45px;
    width: 305px;
    border-radius: 5px;
  }
  .message-ceo-company {
    font-size: 1.6rem;
  }
  .message-ceo-company:before {
    height: 3px;
  }
  .message-ceo-ja {
    font-size: 3rem;
  }
  .message-ceo-en {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- overview - */
.overview {
  margin-top: 20vw;
}

.overview-head {
  margin-bottom: 12vw;
  text-align: center;
}

.overview-data {
  margin: 0 auto;
  width: 86.6666666667vw;
}

.overview-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.overview-data dl:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}

.overview-data dt {
  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;
  padding: 1em;
  width: 24vw;
  min-height: 20vw;
  background-color: #616161;
  color: #ffffff;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
}

.overview-data dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  width: calc(100% - 12.5vw);
  font-size: 3.4666666667vw;
  line-height: 1.75em;
}

.overview-service > li:nth-child(n+2) {
  margin-top: 1.5em;
}

.overview-service-ttl {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1.3em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  text-indent: -1.2em;
  line-height: 1.5em;
}
.overview-service-ttl:before {
  content: "●";
  margin-right: 0.3em;
}

.overview-service-bnr {
  margin-top: 1em;
  width: 40vw;
}

.overview-service-bnr a {
  display: block;
  border-color: #383838;
  border-style: solid;
  border-width: 1px;
}

.overview-data-block > li:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  .overview {
    margin-top: 9.0277777778vw;
  }
  .overview-head {
    margin-bottom: 5.5555555556vw;
  }
  .overview-data {
    width: 62.5vw;
  }
  .overview-data dl {
    border-radius: 0.3472222222vw;
  }
  .overview-data dl:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .overview-data dt {
    width: 11.8055555556vw;
    min-height: 5.7638888889vw;
    font-size: 1.1111111111vw;
    line-height: 1.5em;
  }
  .overview-data dd {
    padding: 1em 2em;
    width: calc(100% - 11.8055555556vw);
    font-size: 1.1111111111vw;
    line-height: 1.5em;
  }
  .overview-service-ttl {
    font-size: 1.25vw;
  }
  .overview-service-bnr {
    width: 15.625vw;
  }
  .overview-service-bnr a {
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .overview {
    margin-top: 130px;
  }
  .overview-head {
    margin-bottom: 80px;
  }
  .overview-data {
    width: 900px;
  }
  .overview-data dl {
    border-radius: 5px;
  }
  .overview-data dl:nth-child(n+2) {
    margin-top: 10px;
  }
  .overview-data dt {
    width: 170px;
    min-height: 83px;
    font-size: 1.6rem;
  }
  .overview-data dd {
    width: calc(100% - 170px);
    font-size: 1.6rem;
  }
  .overview-service-ttl {
    font-size: 1.8rem;
  }
  .overview-service-bnr {
    width: 225px;
  }
  .overview-service-bnr a {
    border-width: 1px;
  }
}
/* ------------------------------------------- access - */
.access {
  margin-top: 20vw;
}

.access-box {
  position: relative;
  margin: 0 auto;
  width: 92vw;
  border-color: #1a2f88;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.6666666667vw;
}
.access-box:before, .access-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f7f3ef;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.access-box:before {
  width: calc(100% - 7.7333333333vw);
  height: calc(100% + 2.6666666667vw);
}
.access-box:after {
  width: calc(100% + 2.6666666667vw);
  height: calc(100% - 7.7333333333vw);
}

.access-in {
  position: relative;
  padding: 6.6666666667vw 6vw;
  z-index: 1;
}

.access-content {
  position: relative;
}

.access-en {
  margin-top: 2vw;
  color: #1a2f88;
}

.access-text {
  margin-top: 7.3333333333vw;
}
.access-text p {
  font-size: 3.7333333333vw;
  letter-spacing: 0.03em;
}
.access-text p span {
  margin-left: 0.5em;
  font-size: 3.2vw;
}

.access-map {
  position: relative;
  margin-top: 5.3333333333vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .access {
    margin-top: 10.4166666667vw;
  }
  .access-box {
    width: 76.3888888889vw;
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
  }
  .access-box:before {
    width: calc(100% - 3.8888888889vw);
    height: calc(100% + 1.3888888889vw);
  }
  .access-box:after {
    width: calc(100% + 1.3888888889vw);
    height: calc(100% - 3.8888888889vw);
  }
  .access-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 2.4305555556vw;
  }
  .access-content {
    width: 34.375vw;
  }
  .access-en {
    margin-top: 1.25vw;
  }
  .access-text {
    margin-top: 4.1666666667vw;
  }
  .access-text p {
    font-size: 1.25vw;
  }
  .access-text p span {
    font-size: 0.9722222222vw;
  }
  .access-map {
    margin: 0;
    width: 35.8333333333vw;
    border-width: 0.3472222222vw;
    border-radius: 0.3472222222vw;
  }
  .access--company {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .access {
    margin-top: 150px;
  }
  .access-box {
    width: 1100px;
    border-width: 1px;
    border-radius: 5px;
  }
  .access-box:before {
    width: calc(100% - 56px);
    height: calc(100% + 20px);
  }
  .access-box:after {
    width: calc(100% + 20px);
    height: calc(100% - 56px);
  }
  .access-in {
    padding: 30px 30px 30px 35px;
  }
  .access-content {
    width: 495px;
  }
  .access-en {
    margin-top: 18px;
  }
  .access-text {
    margin-top: 60px;
  }
  .access-text p {
    font-size: 1.8rem;
  }
  .access-text p span {
    font-size: 1.4rem;
  }
  .access-map {
    width: 516px;
    border-width: 5px;
    border-radius: 5px;
  }
  .access--company {
    margin-top: 100px;
  }
}
/* sub --> contact
-------------------------------------------------------------------------------*/
.contact {
  position: relative;
  padding: 9.3333333333vw 0;
  background-color: #f0e1d3;
}
.contact:before {
  content: "";
  position: absolute;
  top: -6.6666666667vw;
  right: 2.6666666667vw;
  display: inline-block;
  width: 8.2666666667vw;
  height: 9.4666666667vw;
  background-image: url(../img/inquiry/clip_sp.png);
  background-size: contain;
  z-index: 2;
}

.contact-in {
  margin: 0 auto;
  padding: 6.6666666667vw 5.3333333333vw;
  width: 94.6666666667vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
}

.contact-logo {
  margin-bottom: 5.3333333333vw;
}

.contact-ttl {
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.46em;
  letter-spacing: 0.1em;
}

.contact-box {
  margin-top: 5.3333333333vw;
  padding: 4vw;
  background-color: #f7f3ef;
  border-radius: 1.3333333333vw;
}

.contact-box-label {
  margin-bottom: 1em;
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

.contact-tel {
  text-align: center;
}

.contact-tel a {
  display: inline-block;
  font-family: "Bellefair", serif;
  font-size: 7.2vw;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.contact-time {
  margin-top: 4vw;
  font-size: 3.4666666667vw;
  line-height: 1.75em;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 751px) {
  .contact {
    padding: 3.4722222222vw 0;
  }
  .contact:before {
    top: -3.4722222222vw;
    right: 3.4722222222vw;
    width: 4.3055555556vw;
    height: 4.9305555556vw;
    background-image: url(../img/inquiry/clip.png);
    background-image: image-set(url(../img/inquiry/clip.png) 1x, url(../img/inquiry/clip-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/clip.png) 1x, url(../img/inquiry/clip-2x.png) 2x);
  }
  .contact-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.4722222222vw;
    width: 83.3333333333vw;
    border-radius: 0.6944444444vw;
  }
  .contact-head {
    width: 31.9444444444vw;
  }
  .contact-logo {
    margin-bottom: 2.0833333333vw;
  }
  .contact-ttl {
    font-size: 1.8055555556vw;
    text-align: left;
  }
  .contact-box {
    margin: 0;
    padding: 1.3888888889vw;
    width: 40.2777777778vw;
    border-radius: 0.6944444444vw;
  }
  .contact-box-label {
    font-size: 1.25vw;
  }
  .contact-tel a {
    font-size: 2.7777777778vw;
    pointer-events: none;
  }
  .contact-time {
    margin-top: 1em;
    font-size: 1.1111111111vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .contact {
    padding: 50px 0;
  }
  .contact:before {
    top: -50px;
    right: 50px;
    width: 62px;
    height: 71px;
  }
  .contact-in {
    padding: 50px;
    width: 1200px;
    border-radius: 10px;
  }
  .contact-head {
    width: 460px;
  }
  .contact-logo {
    margin-bottom: 30px;
  }
  .contact-ttl {
    font-size: 2.6rem;
  }
  .contact-box {
    padding: 20px;
    width: 580px;
    border-radius: 10px;
  }
  .contact-box-label {
    font-size: 1.8rem;
  }
  .contact-tel a {
    font-size: 4rem;
  }
  .contact-time {
    font-size: 1.6rem;
  }
}
/* sub --> estate
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mv - */
.estate-mv {
  margin: 0 auto 17.3333333333vw auto;
  width: 100%;
}

.estate-mv-image {
  position: relative;
  margin-left: auto;
  width: 96vw;
}
.estate-mv-image img {
  border-radius: 0.6666666667vw;
}
.estate-mv-image:before {
  content: "";
  position: absolute;
  top: 4vw;
  left: 2.6666666667vw;
  width: 100%;
  height: 100%;
  background-color: #cdd1e4;
  border-radius: 0.6666666667vw;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .estate-mv {
    margin: 0 auto 6.9444444444vw auto;
    width: 93.0555555556vw;
  }
  .estate-mv-image {
    width: 74.3055555556vw;
  }
  .estate-mv-image img {
    border-radius: 0.3472222222vw;
  }
  .estate-mv-image:before {
    top: 2.0833333333vw;
    left: 1.3888888889vw;
    border-radius: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .estate-mv {
    margin: 0 auto 100px auto;
    width: 1340px;
  }
  .estate-mv-image {
    width: 1070px;
  }
  .estate-mv-image img {
    border-radius: 5px;
  }
  .estate-mv-image:before {
    top: 30px;
    left: 20px;
    border-radius: 5px;
  }
}
/* ------------------------------------------- problem - */
.estate-problem {
  padding-bottom: 17.3333333333vw;
}

.estate-problem-head {
  position: relative;
  margin-bottom: 10.6666666667vw;
  text-align: center;
}

.estate-problem-ja {
  position: relative;
  display: inline-block;
  padding-left: 9.3333333333vw;
}
.estate-problem-ja:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -2vw;
  width: 8.2666666667vw;
  height: 13.2vw;
  background-image: url(../img/common/coffee.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.estate-problem-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
  padding-bottom: 13.3333333333vw;
}
.estate-problem-list:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 46.6666666667vw;
  height: 3.2vw;
  background-image: url(../img/estate/triangle_sp.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.estate-problem-list > li {
  position: relative;
  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;
  width: 41.3333333333vw;
  height: 36vw;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.6666666667vw;
}

.estate-problem-list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto 4vw auto;
  width: 14.8vw;
  height: 13.6vw;
}
.estate-problem-list-image img {
  width: 100%;
  height: auto;
}

.estate-problem-list > li:nth-child(1) .estate-problem-list-image {
  width: 9.3333333333vw;
}

.estate-problem-list > li:nth-child(2) .estate-problem-list-image {
  width: 6.9333333333vw;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.estate-problem-list > li:nth-child(3) .estate-problem-list-image {
  width: 14.8vw;
}

.estate-problem-list > li:nth-child(4) .estate-problem-list-image {
  width: 10.1333333333vw;
}

.estate-problem-list-ttl {
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.75em;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 750px) {
  .estate-problem-list {
    margin: 0 auto;
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .estate-problem {
    padding-bottom: 9.0277777778vw;
  }
  .estate-problem-head {
    margin-bottom: 7.6388888889vw;
    text-align: left;
  }
  .estate-problem-ja {
    display: block;
    padding-left: 6.9444444444vw;
  }
  .estate-problem-ja:before {
    margin-top: -0.6944444444vw;
    width: 4.3055555556vw;
    height: 6.875vw;
  }
  .estate-problem-list {
    gap: 2.0833333333vw;
    padding-bottom: 4.1666666667vw;
  }
  .estate-problem-list:after {
    width: 70.2083333333vw;
    height: 1.6666666667vw;
    background-image: url(../img/estate/triangle.svg);
  }
  .estate-problem-list > li {
    width: 20.6597222222vw;
    height: 17.3611111111vw;
    border-radius: 0.3472222222vw;
  }
  .estate-problem-list-image {
    margin: 0 auto 1.7361111111vw auto;
    width: 7.7083333333vw;
    height: 7.0833333333vw;
  }
  .estate-problem-list > li:nth-child(1) .estate-problem-list-image {
    width: 4.8611111111vw;
  }
  .estate-problem-list > li:nth-child(2) .estate-problem-list-image {
    width: 3.6111111111vw;
  }
  .estate-problem-list > li:nth-child(3) .estate-problem-list-image {
    width: 7.7083333333vw;
  }
  .estate-problem-list > li:nth-child(4) .estate-problem-list-image {
    width: 5.2777777778vw;
  }
  .estate-problem-list-ttl {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .estate-problem {
    padding-bottom: 130px;
  }
  .estate-problem-head {
    margin-bottom: 110px;
  }
  .estate-problem-ja {
    padding-left: 100px;
  }
  .estate-problem-ja:before {
    margin-top: -10px;
    width: 62px;
    height: 99px;
  }
  .estate-problem-list {
    gap: 30px;
    padding-bottom: 60px;
  }
  .estate-problem-list:after {
    width: 1011px;
    height: 24px;
  }
  .estate-problem-list > li {
    width: 297.5px;
    height: 250px;
    border-radius: 5px;
  }
  .estate-problem-list-image {
    margin: 0 auto 25px auto;
    width: 111px;
    height: 102px;
  }
  .estate-problem-list > li:nth-child(1) .estate-problem-list-image {
    width: 70px;
  }
  .estate-problem-list > li:nth-child(2) .estate-problem-list-image {
    width: 52px;
  }
  .estate-problem-list > li:nth-child(3) .estate-problem-list-image {
    width: 111px;
  }
  .estate-problem-list > li:nth-child(4) .estate-problem-list-image {
    width: 76px;
  }
  .estate-problem-list-ttl {
    font-size: 2.2rem;
  }
}
/* ------------------------------------------- entrust - */
.estate-entrust {
  margin-top: 10.6666666667vw;
}

.estate-entrust-head {
  position: relative;
  margin-bottom: 10.6666666667vw;
  padding-bottom: 6.6666666667vw;
  text-align: center;
}
.estate-entrust-head:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 93.4666666667vw;
  height: 4.9333333333vw;
  background-image: url(../img/estate/frame_sp.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.estate-entrust-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}

.estate-entrust-staff > li {
  padding: 2.6666666667vw;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

.estate-entrust-staff-image {
  width: 41.3333333333vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.estate-entrust-staff-ttl {
  font-family: "ZenOldMincho", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 600;
  line-height: 1.875em;
  letter-spacing: 0.06em;
}
.estate-entrust-staff-ttl span {
  font-size: 4.8vw;
}

.estate-entrust-message {
  margin-top: 12vw;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.875em;
}

@media screen and (max-width: 750px) {
  .estate-entrust-staff {
    margin: 0 auto;
    width: 89.3333333333vw;
  }
  .estate-entrust-staff > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .estate-entrust-staff-content {
    width: 38.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .estate-entrust {
    margin-top: 6.5972222222vw;
  }
  .estate-entrust-head {
    margin-bottom: 5.5555555556vw;
    padding-bottom: 2.9861111111vw;
  }
  .estate-entrust-head:after {
    width: 43.125vw;
    height: 2.5694444444vw;
    background-image: url(../img/estate/frame.svg);
  }
  .estate-entrust-staff {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.7777777778vw;
  }
  .estate-entrust-staff > li {
    padding: 1.3888888889vw 1.3888888889vw 2.0833333333vw 1.3888888889vw;
    width: 24.3055555556vw;
    border-radius: 0.3472222222vw;
  }
  .estate-entrust-staff-image {
    margin-bottom: 2.4305555556vw;
    width: 21.5277777778vw;
    border-radius: 0.3472222222vw;
  }
  .estate-entrust-staff-ttl {
    font-size: 1.25vw;
    text-align: center;
  }
  .estate-entrust-staff-ttl span {
    font-size: 1.9444444444vw;
  }
  .estate-entrust-message {
    margin-top: 6.25vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .estate-entrust {
    margin-top: 95px;
  }
  .estate-entrust-head {
    margin-bottom: 80px;
    padding-bottom: 43px;
  }
  .estate-entrust-head:after {
    width: 621px;
    height: 37px;
  }
  .estate-entrust-staff {
    gap: 40px;
  }
  .estate-entrust-staff > li {
    padding: 20px 20px 30px 20px;
    width: 350px;
    border-radius: 5px;
  }
  .estate-entrust-staff-image {
    margin-bottom: 35px;
    width: 310px;
    border-radius: 5px;
  }
  .estate-entrust-staff-ttl {
    font-size: 1.8rem;
  }
  .estate-entrust-staff-ttl span {
    font-size: 2.8rem;
  }
  .estate-entrust-message {
    margin-top: 90px;
    font-size: 3.2rem;
  }
}
/* ------------------------------------------- flow - */
.estate-flow {
  padding: 14.6666666667vw 0 17.3333333333vw 0;
}

.estate-flow-head {
  margin-bottom: 14.6666666667vw;
  text-align: center;
}

.estate-flow-en {
  margin-top: 0.8em;
  color: #1a2f88;
}

.estate-flow-slide {
  position: relative;
}

.estate-flow-slide-item {
  position: relative;
  width: 78.6666666667vw;
}

.estate-flow-slide-num {
  position: relative;
  margin-bottom: 9.3333333333vw;
  padding-top: 6vw;
  color: #5c1500;
  font-family: "Bellefair", serif;
  font-size: 6.1333333333vw;
  text-align: center;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}
.estate-flow-slide-num:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-color: #5c1500;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.estate-flow-slide-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.estate-flow-slide-ttl {
  color: #5c1500;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}

.estate-flow-slide-text {
  margin-top: 1em;
}
.estate-flow-slide-text p {
  font-size: 3.6vw;
  letter-spacing: 0.1em;
}

#estate-flow-control {
  margin-top: 12vw;
}

@media screen and (max-width: 750px) {
  .estate-flow-slide {
    margin: 0 auto;
    width: 78.6666666667vw;
  }
  .estate-flow-slide:before {
    content: "";
    position: absolute;
    top: 2.2vw;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: #5c1500;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .estate-flow-slide-item {
    left: 3.3333333333vw;
    margin-right: 6.6666666667vw;
  }
  .estate-flow-slide .swiper-wrapper .estate-flow-slide-item:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 751px) {
  .estate-flow {
    padding: 9.0277777778vw 0;
  }
  .estate-flow-head {
    margin-bottom: 6.9444444444vw;
  }
  .estate-flow-slide .swiper-wrapper {
    gap: 4.8611111111vw;
    width: auto;
    height: auto;
  }
  .estate-flow-slide-item {
    width: 13.8888888889vw;
  }
  .estate-flow-slide-num {
    margin-bottom: 2.0833333333vw;
    padding: 0 0 2.7777777778vw 0;
    font-size: 1.8055555556vw;
  }
  .estate-flow-slide-num:after {
    top: auto;
    bottom: 0;
    width: 1.4583333333vw;
    height: 1.4583333333vw;
  }
  .estate-flow-slide .swiper-wrapper .estate-flow-slide-item:nth-child(3) .estate-flow-slide-num:before {
    content: "";
    position: absolute;
    bottom: 0.6944444444vw;
    left: 50%;
    width: 100vw;
    height: 0.0694444444vw;
    background-color: #5c1500;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .estate-flow-slide-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 0.3472222222vw;
  }
  .estate-flow-slide-ttl {
    font-size: 1.4583333333vw;
  }
  .estate-flow-slide-text p {
    font-size: 1.1111111111vw;
    letter-spacing: 0.04em;
  }
  #estate-flow-control {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .estate-flow {
    padding: 130px 0;
  }
  .estate-flow-head {
    margin-bottom: 100px;
  }
  .estate-flow-slide .swiper-wrapper {
    gap: 70px;
  }
  .estate-flow-slide-item {
    width: 200px;
  }
  .estate-flow-slide-num {
    margin-bottom: 30px;
    padding-bottom: 40px;
    font-size: 2.6rem;
  }
  .estate-flow-slide-num:after {
    width: 21px;
    height: 21px;
  }
  .estate-flow-slide .swiper-wrapper .estate-flow-slide-item:nth-child(3) .estate-flow-slide-num:before {
    bottom: 10px;
    height: 1px;
  }
  .estate-flow-slide-image {
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .estate-flow-slide-ttl {
    font-size: 2.1rem;
  }
  .estate-flow-slide-text p {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- works - */
.estate-works {
  position: relative;
  padding: 17.3333333333vw 0;
  background-color: #ffffff;
}

.estate-works-in {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
}

.estate-works-posts .estate-works-post:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.estate-works-image {
  margin-bottom: 4.6666666667vw;
  border-color: #cdd1e4;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 0.6666666667vw;
}

.estate-works-ttl {
  margin-bottom: 1em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 5.8666666667vw;
  font-weight: 500;
  line-height: 1.75em;
}

.estate-works-name {
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.estate-works-text {
  margin-top: 1.5em;
}

@media screen and (max-width: 750px) {
  .estate-works-posts {
    margin: 0 auto;
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .estate-works {
    padding: 9.0277777778vw 0;
  }
  .estate-works-in {
    width: 78.4722222222vw;
  }
  .estate-works-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .estate-works-posts .estate-works-post:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .estate-works-image {
    margin: 0;
    width: 29.1666666667vw;
    border-width: 0.3472222222vw;
    border-radius: 0.3472222222vw;
  }
  .estate-works-content {
    width: 43.75vw;
  }
  .estate-works-ttl {
    font-size: 2.0833333333vw;
  }
  .estate-works-name {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .estate-works {
    padding: 130px 0;
  }
  .estate-works-in {
    width: 1130px;
  }
  .estate-works-posts .estate-works-post:nth-child(n+2) {
    margin-top: 40px;
  }
  .estate-works-image {
    width: 420px;
    border-width: 5px;
    border-radius: 5px;
  }
  .estate-works-content {
    width: 630px;
  }
  .estate-works-ttl {
    font-size: 3rem;
  }
  .estate-works-name {
    font-size: 2.2rem;
  }
}
/* sub --> policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.policy-head {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.7em 1.25em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.6666666667vw;
  font-weight: 500;
  line-height: 1.46em;
}
.policy-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #5c1500;
}

.policy-head span {
  position: absolute;
  top: 0;
  left: 0;
}

.policy-head span:after {
  content: ".";
}

.policy-date {
  text-align: right;
}

.policy a {
  text-decoration: underline;
}
.policy a:hover {
  color: #5c1500;
}
.policy strong {
  font-weight: 700;
}
.policy > p,
.policy ol {
  padding: 0 0 0 0.5em;
}
.policy p {
  margin-top: 1.5em;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}
.policy ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "(" counter(number, decimal) ")";
}
.policy ol li:nth-child(n+2) {
  margin-top: 0.5em;
}

@media screen and (min-width: 751px) {
  .policy div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .policy .policy-head {
    font-size: 1.9444444444vw;
    letter-spacing: 0.02em;
  }
  .policy .policy-head:after {
    height: 0.0694444444vw;
  }
  .policy > p,
  .policy ol {
    padding: 0 0 0 1.5em;
  }
  .policy p {
    letter-spacing: 0.1em;
  }
  .policy ol li {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1441px) {
  .policy div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy .policy-head {
    font-size: 2.8rem;
  }
  .policy .policy-head:after {
    height: 1px;
  }
}
/* sub --> renov
-------------------------------------------------------------------------------*/
/* ------------------------------------------- problem - */
.renov-problem {
  padding: 14.6666666667vw 0;
}

.renov-problem .sub-in {
  width: 97.3333333333vw;
}

.renov-problem-head {
  position: relative;
  margin-bottom: 10.6666666667vw;
  text-align: center;
}

.renov-problem-ja {
  position: relative;
  display: inline-block;
  padding-left: 9.3333333333vw;
}
.renov-problem-ja:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -2vw;
  width: 8.2666666667vw;
  height: 13.2vw;
  background-image: url(../img/common/coffee.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.renov-problem-main {
  position: relative;
  padding-bottom: 7.3333333333vw;
  height: 113.3333333333vw;
}
.renov-problem-main:before {
  content: "";
  position: absolute;
  top: 35.3333333333vw;
  left: 50%;
  display: inline-block;
  width: 34.1333333333vw;
  height: 30.2666666667vw;
  background-image: url(../img/renov/illust_sp.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.renov-problem-main:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 20.6666666667vw;
  height: 3.2vw;
  background-image: url(../img/renov/triangle.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.renov-problem-list > li {
  position: absolute;
  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;
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.05);
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.6em;
}

.renov-problem-list > li:nth-child(1) {
  top: 0;
  left: 9.3333333333vw;
}

.renov-problem-list > li:nth-child(2) {
  top: 0;
  right: 9.3333333333vw;
}

.renov-problem-list > li:nth-child(3) {
  top: 36.6666666667vw;
  left: 0;
}

.renov-problem-list > li:nth-child(4) {
  top: 36.6666666667vw;
  right: 0;
}

.renov-problem-list > li:nth-child(5) {
  left: 8vw;
  bottom: 6.6666666667vw;
}

.renov-problem-list > li:nth-child(6) {
  right: 8vw;
  bottom: 6.6666666667vw;
}

.renov-problem-message {
  margin-top: 8vw;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 5.8666666667vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.875em;
}

@media screen and (max-width: 750px) {
  .renov-problem-list {
    margin: 0 auto;
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .renov-problem {
    padding: 6.9444444444vw 0 9.0277777778vw 0;
  }
  .renov-problem .sub-in {
    width: 90.2777777778vw;
  }
  .renov-problem-head {
    margin-bottom: 1.7361111111vw;
  }
  .renov-problem-ja {
    padding-left: 6.9444444444vw;
  }
  .renov-problem-ja:before {
    margin-top: -0.6944444444vw;
    width: 4.3055555556vw;
    height: 6.875vw;
  }
  .renov-problem-main {
    padding-bottom: 0;
    height: 45.1388888889vw;
  }
  .renov-problem-main:before {
    top: 3.4722222222vw;
    width: 27.7777777778vw;
    height: 24.5833333333vw;
    background-image: url(../img/renov/illust.png);
    background-image: image-set(url(../img/renov/illust.png) 1x, url(../img/renov/illust-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/renov/illust.png) 1x, url(../img/renov/illust-2x.png) 2x);
  }
  .renov-problem-main:after {
    width: 10.7638888889vw;
    height: 1.6666666667vw;
  }
  .renov-problem-list > li {
    width: 17.3611111111vw;
    height: 17.3611111111vw;
    font-size: 1.3888888889vw;
    letter-spacing: 0.02em;
  }
  .renov-problem-list > li:nth-child(1) {
    left: 5.5555555556vw;
  }
  .renov-problem-list > li:nth-child(2) {
    right: 5.5555555556vw;
  }
  .renov-problem-list > li:nth-child(3) {
    top: 19.0972222222vw;
  }
  .renov-problem-list > li:nth-child(4) {
    top: 19.0972222222vw;
  }
  .renov-problem-list > li:nth-child(5) {
    left: 17.0138888889vw;
    bottom: 0;
  }
  .renov-problem-list > li:nth-child(6) {
    right: 17.0138888889vw;
    bottom: 0;
  }
  .renov-problem-message {
    margin-top: 5.5555555556vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .renov-problem {
    padding: 100px 0 130px 0;
  }
  .renov-problem .sub-in {
    width: 1300px;
  }
  .renov-problem-head {
    margin-bottom: 25px;
  }
  .renov-problem-ja {
    padding-left: 100px;
  }
  .renov-problem-ja:before {
    margin-top: -10px;
    width: 62px;
    height: 99px;
  }
  .renov-problem-main {
    height: 650px;
  }
  .renov-problem-main:before {
    top: 50px;
    width: 400px;
    height: 354px;
  }
  .renov-problem-main:after {
    width: 155px;
    height: 24px;
  }
  .renov-problem-list > li {
    width: 250px;
    height: 250px;
    font-size: 2rem;
  }
  .renov-problem-list > li:nth-child(1) {
    left: 80px;
  }
  .renov-problem-list > li:nth-child(2) {
    right: 80px;
  }
  .renov-problem-list > li:nth-child(3) {
    top: 275px;
  }
  .renov-problem-list > li:nth-child(4) {
    top: 275px;
  }
  .renov-problem-list > li:nth-child(5) {
    left: 245px;
  }
  .renov-problem-list > li:nth-child(6) {
    right: 245px;
  }
  .renov-problem-message {
    margin-top: 80px;
    font-size: 3.2rem;
  }
}
/* sub --> sitemap
-------------------------------------------------------------------------------*/
.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.sitemap-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5.3333333333vw 0.1em 5.3333333333vw;
  height: 13.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.2666666667vw;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.28em;
  overflow: hidden;
}
.sitemap-menu a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 2.6666666667vw 2.6666666667vw;
  border-color: transparent transparent #5c1500 transparent;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .sitemap-menu a:nth-child(n+2) {
    margin-top: 4vw;
  }
  .sitemap {
    margin: 0 auto;
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .sitemap-menu a {
    margin-left: 2.0833333333vw;
    padding: 0 1.3888888889vw 0.1em 1.3888888889vw;
    width: calc(33.33333% - 2.0833333333vw);
    height: 4.1666666667vw;
    border-radius: 0.1388888889vw;
    font-size: 1.25vw;
    line-height: 1.33em;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .sitemap-menu a:after {
    border-width: 0px 0px 1.1111111111vw 1.1111111111vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 1.3888888889vw;
  }
  .sitemap-menu a:hover {
    background-color: #5c1500;
    color: #ffffff;
  }
  .sitemap-menu a:hover:after {
    border-color: transparent transparent #e8d7c4 transparent;
  }
}
@media screen and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 80px;
  }
  .sitemap-menu {
    margin-left: -30px;
  }
  .sitemap-menu a {
    margin-left: 30px;
    padding: 0 20px 0.1em 20px;
    width: calc(33.33333% - 30px);
    height: 60px;
    border-radius: 2px;
    font-size: 1.8rem;
  }
  .sitemap-menu a:after {
    border-width: 0px 0px 16px 16px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  margin-bottom: 4.6666666667vw;
  z-index: 2;
}

.breadcrumb-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 4.6666666667vw 0;
  width: 93.3333333333vw;
  z-index: 2;
}

.breadcrumb-list li {
  position: relative;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0;
  white-space: nowrap;
}

.breadcrumb-list li:after {
  content: ">";
  position: relative;
  top: 0;
  margin: 0 2vw;
  display: inline-block;
}

.breadcrumb-list li:last-child:after {
  content: none;
}

@media screen and (min-width: 751px) {
  .breadcrumb {
    margin-bottom: 3.8194444444vw;
  }
  .breadcrumb-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 1.7361111111vw 0;
    width: 88.8888888889vw;
  }
  .breadcrumb-list li {
    font-size: 1.1111111111vw;
    white-space: normal;
    line-height: 1.75em;
  }
  .breadcrumb-list li:after {
    margin: 0 0.6944444444vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb-list li a:after {
    height: 0.1388888889vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .breadcrumb-list li a:hover {
    color: #5c1500;
  }
  .breadcrumb-list li a:hover:after {
    background-color: #5c1500;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb {
    margin-bottom: 55px;
  }
  .breadcrumb-list {
    padding: 25px 0;
    width: 1280px;
  }
  .breadcrumb-list li {
    font-size: 1.6rem;
  }
  .breadcrumb-list li:after {
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/* carousel
-------------------------------------------------------------------------------*/
.carousel {
  position: relative;
  margin-bottom: 8vw;
}

.carousel {
  position: relative;
}

.carousel-main {
  position: relative;
  margin-left: -2.6666666667vw;
  padding: 0 2.6666666667vw;
  width: 94.6666666667vw;
  overflow: hidden;
  margin-bottom: 2.6666666667vw;
}

.carousel-main .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 68vw;
}

#carousel-prev,
#carousel-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

#carousel-prev {
  left: 0.6666666667vw;
}

#carousel-next {
  right: 0.6666666667vw;
}

.carousel-main-disable #carousel-prev,
.carousel-main-disable #carousel-next {
  display: none;
}

.carousel-thumb {
  position: relative;
  overflow: hidden;
}

.carousel-thumb .swiper-slide {
  margin-right: 1.3333333333vw;
  width: 16.8vw;
  border-radius: 0.6666666667vw;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}
.carousel-thumb .swiper-slide img {
  aspect-ratio: 124/94;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.carousel-thumb .swiper-slide:last-child {
  margin-right: 0 !important;
}

.carousel-thumb .swiper-slide-active {
  opacity: 1 !important;
}

.carousel-thumb-disable {
  display: none !important;
}

@media screen and (max-width: 750px) {
  #carousel-prev,
  #carousel-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .carousel {
    margin: 0 auto 5.5555555556vw auto;
    width: 69.4444444444vw;
  }
  .carousel-main {
    margin: 0 0 2.0833333333vw -2.7777777778vw;
    padding: 0 2.7777777778vw;
    width: 75vw;
  }
  .carousel-main .swiper-slide img {
    height: 36.1111111111vw;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 1.5277777778vw;
    width: 8.6111111111vw;
    border-radius: 0.3472222222vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .carousel-thumb .swiper-slide:hover {
    opacity: 0.8;
  }
  #carousel-prev {
    left: 0.3472222222vw;
  }
  #carousel-next {
    right: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel {
    margin-bottom: 80px;
    width: 1000px;
  }
  .carousel-main {
    margin: 0 0 30px -40px;
    padding: 0 40px;
    width: 1080px;
  }
  .carousel-main .swiper-slide {
    width: 1000px;
  }
  .carousel-main .swiper-slide img {
    height: 520px;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 22px;
    width: 124px;
    border-radius: 5px;
  }
  #carousel-prev {
    left: 5px;
  }
  #carousel-next {
    right: 5px;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "ZenKakuGothicNew", sans-serif;
}
.editor h2,
.editor h3,
.editor h4 {
  margin-top: 2em;
}
.editor p {
  padding: 0 3.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.75em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) {
  .editor p {
    padding: 0 1.25vw;
    font-size: 1.1805555556vw;
    line-height: 2.2em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1441px) {
  .editor p {
    padding: 0 18px;
    font-size: 1.7rem;
  }
}
.editor strong {
  color: #5c1500;
  font-weight: 700;
}
.editor a {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.4vw;
  background-color: #5c1500;
}
@media screen and (min-width: 751px) {
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
}
.editor a:hover {
  opacity: 0.8;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  font-size: 3.4666666667vw;
  list-style-type: square;
  line-height: 1.46em;
}
@media screen and (min-width: 751px) {
  .editor ul li {
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor ul li {
    font-size: 1.7rem;
  }
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 1.5em;
  font-size: 3.4666666667vw;
  list-style-type: decimal-leading-zero;
  line-height: 1.46em;
}
@media screen and (min-width: 751px) {
  .editor ol li {
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor ol li {
    font-size: 1.7rem;
  }
}
.editor img {
  max-width: 100%;
  height: auto;
}
.editor img.alignleft {
  display: block;
}
@media screen and (max-width: 750px) {
  .editor img.alignleft {
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 751px) {
  .editor img.alignleft {
    display: inline;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
  }
}

img.alignright {
  display: block;
}
@media screen and (max-width: 750px) {
  img.alignright {
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 751px) {
  img.alignright {
    display: inline;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    float: right;
  }
}

img.aligncenter {
  display: block;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 751px) {
  iframe {
    max-width: 100%;
  }
}

.iframe-wrap {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrap iframe,
.iframe-wrap object,
.iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #ffffff;
  font-style: italic;
}

/*  form
-------------------------------------------------------------------------------*/
.form {
  position: relative;
  margin: 13.3333333333vw auto 0 auto;
  padding: 8vw 5.3333333333vw;
  width: 94.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}
.form:after {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  right: 2.6666666667vw;
  display: inline-block;
  width: 20vw;
  height: 7.6vw;
  background-image: url(../img/common/shelf.svg);
  background-size: contain;
}

.form-ttl {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom-color: #f0e1d3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #5c1500;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.46em;
}

@media screen and (max-width: 750px) {
  .post .form {
    margin: 13.3333333333vw 0 0 -2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .form {
    margin-top: 6.9444444444vw;
    padding: 4.1666666667vw 6.9444444444vw 5.5555555556vw 6.9444444444vw;
    width: 69.4444444444vw;
    border-radius: 0.3472222222vw;
  }
  .form:after {
    top: 2.0833333333vw;
    right: -1.3888888889vw;
    width: 8.125vw;
    height: 3.0555555556vw;
  }
  .form-ttl {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form {
    margin-top: 100px;
    padding: 60px 100px 80px 100px;
    width: 1000px;
    border-radius: 5px;
  }
  .form:after {
    top: 30px;
    right: -20px;
    width: 117px;
    height: 44px;
  }
  .form-ttl {
    font-size: 3rem;
  }
}
/* ------------------------------------------- input - */
.form-input dl:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

.form-input dt {
  position: relative;
  margin-bottom: 0.7em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.35em;
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input input[type=date],
.form-input select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  width: 100%;
  height: 13.3333333333vw;
  background-color: #f9f9f9;
  border-color: #f7f3ef;
  border-style: solid;
  border-width: 1px;
  color: #383838;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.05em;
}

.form-input input:focus {
  border-color: #383838;
}

.form-input .wpcf7-validates-as-required:not(.wpcf7-checkbox) {
  background-color: #f7f3ef !important;
}

.form-input textarea {
  padding: 0.5em 1em;
  width: 100%;
  height: 57.3333333333vw;
  background-color: #f9f9f9;
  border-color: #f7f3ef;
  border-style: solid;
  border-width: 1px;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.form-multiple {
  margin-left: 0.5em;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0;
}

.form-label {
  position: relative;
  top: -0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1em;
  padding: 0 0.6em 0.1em 0.5em;
  height: 5.3333333333vw;
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
}

.form-label--req {
  background-color: #5c1500;
}

.form-label--unreq {
  background-color: #878787;
}

.form-hosoku {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
  font-size: 3.7333333333vw;
  line-height: 1.6em;
}

.form-hosoku:before {
  content: "※";
}

.form-other {
  margin-top: 1em;
}

.form-other textarea {
  height: 22vw;
}

@media screen and (max-width: 750px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select,
  .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 2.4305555556vw;
  }
  .form-input dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25vw;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 4.8611111111vw;
    border-width: 0.0694444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.65em;
  }
  .form-zipcode input[type=text] {
    width: 20.8333333333vw;
  }
  .form-input textarea {
    height: 11.1111111111vw;
    border-width: 0.0694444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .form-multiple {
    font-size: 0.9027777778vw;
  }
  .form-label {
    height: 1.3888888889vw;
    font-size: 0.9027777778vw;
  }
  .form-hosoku {
    font-size: 0.9722222222vw;
  }
  .form-other textarea {
    height: 7.2916666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 35px;
  }
  .form-input dt {
    font-size: 1.8rem;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 70px;
    border-width: 1px;
    font-size: 16px;
  }
  .form-zipcode input[type=text] {
    width: 300px;
  }
  .form-input textarea {
    height: 160px;
    border-width: 1px;
    font-size: 16px;
  }
  .form-multiple {
    font-size: 1.3rem;
  }
  .form-label {
    height: 20px;
    font-size: 1.3rem;
  }
  .form-hosoku {
    font-size: 1.4rem;
  }
  .form-other textarea {
    height: 105px;
  }
}
/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #888888;
}

.form-input input:-ms-input-placeholder,
.form-input select:-ms-input-placeholder,
.form-input textarea:-ms-input-placeholder,
.form-input input::-ms-input-placeholder,
.form-input textarea::-ms-input-placeholder {
  color: #888888;
}

.form-input input::-moz-placeholder,
.form-input select::-moz-placeholder,
.form-input textarea::-moz-placeholder {
  color: #888888;
}

/* ---------------------------------- checkbox */
.form-input .wpcf7-radio,
.form-input .wpcf7-checkbox {
  display: block;
  margin: -4vw 0 0 -8vw;
  width: calc(100% + 8vw);
}

.form-input .wpcf7-radio .wpcf7-list-item,
.form-input .wpcf7-checkbox .wpcf7-list-item {
  margin: 4vw 0 0 8vw;
}

.form-input .wpcf7-radio input[type=radio],
.form-input .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form-input input[type=radio] + span,
.form-input input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8vw;
  height: 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 400;
  cursor: pointer;
}

.form-input input[type=radio] + span::before,
.form-input input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5.6vw;
  height: 5.6vw;
  background-color: #f7f3ef;
  border-color: #f9f9f9;
  border-style: solid;
  border-width: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-input input[type=radio] + span::before {
  background-color: #ffffff;
  border-color: #f9f9f9;
  border-style: solid;
  border-width: 1px;
  border-radius: 50% !important;
}

.form-input input[type=radio]:checked + span::after,
.form-input input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

.form-input input[type=radio]:checked + span::after {
  left: 1.6666666667vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-color: #1a2f88;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-input input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 0.6666666667vw;
  left: 0.5333333333vw;
  display: inline-block;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .form-input .wpcf7-radio,
  .form-input .wpcf7-checkbox {
    margin: -1.0416666667vw 0 0 -2.7777777778vw;
    width: calc(100% + 2.7777777778vw);
  }
  .form-input .wpcf7-radio .wpcf7-list-item,
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 1.0416666667vw 0 0 2.7777777778vw;
  }
  .form-input input[type=radio] + span,
  .form-input input[type=checkbox] + span {
    padding-left: 3.125vw;
    height: 2.0833333333vw;
    font-size: 1.0416666667vw;
  }
  .form-input input[type=radio] + span::before,
  .form-input input[type=checkbox] + span::before {
    border-width: 0.0694444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form-input input[type=radio] + span::before {
    border-width: 0.0694444444vw;
  }
  .form-input input[type=radio]:checked + span::after {
    left: 0.5208333333vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  .form-input input[type=checkbox]:checked + span::after {
    top: 0.1388888889vw;
    left: 0.2083333333vw;
    width: 1.8055555556vw;
    height: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input .wpcf7-radio,
  .form-input .wpcf7-checkbox {
    margin: -15px 0 0 -40px;
    width: calc(100% + 40px);
  }
  .form-input .wpcf7-radio .wpcf7-list-item,
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 15px 0 0 40px;
  }
  .form-input input[type=radio] + span,
  .form-input input[type=checkbox] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .form-input input[type=radio] + span::before,
  .form-input input[type=checkbox] + span::before {
    border-width: 1px;
    width: 30px;
    height: 30px;
  }
  .form-input input[type=radio] + span::before {
    border-width: 1px;
  }
  .form-input input[type=radio]:checked + span::after {
    left: 7.5px;
    width: 15px;
    height: 15px;
  }
  .form-input input[type=checkbox]:checked + span::after {
    top: 2px;
    left: 3px;
    width: 26px;
    height: 26px;
  }
}
/* ------------------------------------------- select - */
.form-select {
  position: relative;
}

.form-select:before {
  content: "";
  position: absolute;
  top: 5.7333333333vw;
  right: 3.0666666667vw;
  display: inline-block;
  width: 3.2vw;
  height: 2.6666666667vw;
  background-image: url(../img/form/select.svg);
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.form-input select {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .form-select:before {
    top: 2.0833333333vw;
    right: 1.3888888889vw;
    width: 0.8333333333vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-select:before {
    top: 30px;
    right: 20px;
    width: 12px;
    height: 10px;
  }
}
/* ------------------------------------------- date - */
.form-dates > div:nth-child(n+2) {
  margin-top: 4.6666666667vw;
}

.form-date-head {
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.25;
}

.form-date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.6666666667vw;
}

.form-date-time > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43.3333333333vw;
}

.form-date-time > div .form-select {
  width: 33.3333333333vw;
}

.form-date-time > div:nth-child(n+2) {
  margin-left: 3.3333333333vw;
}

@media screen and (min-width: 751px) {
  .form-dates > div:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .form-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-date-calendar {
    width: 34.0277777778vw;
  }
  .form-date-time {
    margin: 0 0 0 1.0416666667vw;
    width: 23.6111111111vw;
  }
  .form-date-time > div {
    width: 11.8055555556vw;
  }
  .form-date-time > div .form-select {
    width: 9.375vw;
  }
  .form-date-time > div:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-dates > div:nth-child(n+2) {
    margin-top: 20px;
  }
  .form-date-calendar {
    width: 490px;
  }
  .form-date-time {
    margin-left: 15px;
    width: 340px;
  }
  .form-date-time > div {
    width: 170px;
  }
  .form-date-time > div .form-select {
    width: 135px;
  }
  .form-date-time > div:nth-child(n+2) {
    margin-left: 15px;
  }
}
/* ------------------------------------------- consent - */
.form-consent {
  margin-top: 4vw;
  text-align: center;
}

.form-consent p {
  margin-top: 1em;
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}
.form-consent p a {
  position: relative;
  color: #1a2f88;
}
.form-consent p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #1a2f88;
}

.form-consent .formErrorContent {
  text-align: center;
}

.form-consent .wpcf7-checkbox {
  display: block;
}

.form-consent .wpcf7-checkbox {
  margin-bottom: 2.6666666667vw;
}

.form-consent .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.form-consent .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form-consent input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8vw;
  height: 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  cursor: pointer;
}

.form-consent input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5.6vw;
  height: 5.6vw;
  background-color: #f7f3ef;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-consent input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

.form-consent input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 0.6666666667vw;
  left: 0.5333333333vw;
  display: inline-block;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .form-consent {
    margin-top: 2.0833333333vw;
  }
  .form-consent p {
    font-size: 0.9722222222vw;
  }
  .form-consent p a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form-consent p a:after {
    height: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form-consent p a:hover {
    color: #1a2f88;
  }
  .form-consent p a:hover:after {
    background-color: #1a2f88;
  }
  .form-consent .wpcf7-checkbox {
    margin-bottom: 1.0416666667vw;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 3.125vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form-consent input[type=checkbox] + span::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    top: 0.1388888889vw;
    left: 0.2083333333vw;
    width: 1.8055555556vw;
    height: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-consent {
    margin-top: 30px;
  }
  .form-consent p {
    font-size: 1.4rem;
  }
  .form-consent .wpcf7-checkbox {
    margin-bottom: 15px;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 1.6rem;
  }
  .form-consent input[type=checkbox] + span::before {
    width: 30px;
    height: 30px;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    top: 2px;
    left: 3px;
    width: 26px;
    height: 26px;
  }
}
/* ------------------------------------------- notes - */
.form-notes {
  position: relative;
  margin-top: 4.6666666667vw;
  padding-top: 4.6666666667vw;
}
.form-notes:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 86.1333333333vw;
  height: 1px;
  background-color: #1a2f88;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.form-notes p {
  font-size: 3.7333333333vw;
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  .form-notes {
    margin-top: 1.7361111111vw;
    padding-top: 1.7361111111vw;
  }
  .form-notes:before {
    width: 48.0555555556vw;
  }
  .form-notes p {
    font-size: 0.9722222222vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .form-notes {
    margin-top: 25px;
    padding-top: 25px;
  }
  .form-notes:before {
    width: 692px;
  }
  .form-notes p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- submit - */
.form-btn {
  position: relative;
  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;
  margin: 6.6666666667vw auto 0 auto;
  width: 74.6666666667vw;
  height: 16vw;
  background-color: #5c1500;
  border-radius: 8vw;
  z-index: 1;
}

.form-submit {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.1em;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 2.0833333333vw;
    width: 25vw;
    height: 5.5555555556vw;
    border-radius: 2.7777777778vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .form-btn:after {
    right: 1.3888888889vw;
    width: 2.4305555556vw;
    height: 2.4305555556vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .form-submit {
    font-size: 1.3888888889vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .form-btn:hover {
    background-color: #f7f3ef;
  }
  .form-btn:hover .form-submit {
    color: #5c1500;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 30px;
    width: 360px;
    height: 80px;
    border-radius: 40px;
  }
  .form-btn:after {
    right: 20px;
    width: 35px;
    height: 35px;
  }
  .form-submit {
    font-size: 2rem;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- heading-1 - */
.heading-1 {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.7em;
  border-bottom-color: #383838;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .heading-1 {
    margin-bottom: 1em;
    border-bottom-width: 0.0694444444vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-1 {
    border-bottom-width: 1px;
    font-size: 3rem;
  }
}

/* ------------------------------------------- heading-2 - */
.heading-2,
.editor h2 {
  position: relative;
  margin-bottom: 9.3333333333vw;
  padding: 2.6666666667vw 4vw 2.6666666667vw 10.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.44em;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) {
  .heading-2,
  .editor h2 {
    margin-bottom: 2.7777777778vw;
    padding: 1.0416666667vw 1.3888888889vw 1.0416666667vw 4.1666666667vw;
    border-radius: 0.3472222222vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-2,
  .editor h2 {
    margin-bottom: 40px;
    padding: 15px 20px 15px 60px;
    border-radius: 5px;
    font-size: 2.2rem;
  }
}
.heading-2:before,
.editor h2:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  width: 100%;
  height: 100%;
  background-color: #cdd1e4;
  border-radius: inherit;
  -webkit-transform: rotate(0.79deg);
          transform: rotate(0.79deg);
  z-index: -1;
}
.heading-2:after,
.editor h2:after {
  content: "";
  position: absolute;
  top: -2vw;
  left: 2vw;
  display: inline-block;
  width: 4.5333333333vw;
  height: 10.8vw;
  background-image: url(../img/common/green.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .heading-2:after,
  .editor h2:after {
    top: -1.0416666667vw;
    left: 1.0416666667vw;
    width: 1.875vw;
    height: 4.5138888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-2:after,
  .editor h2:after {
    top: -15px;
    left: 15px;
    width: 27px;
    height: 65px;
  }
}

/* ------------------------------------------- heading-3 - */
.heading-3,
.editor h3 {
  position: relative;
  margin-bottom: 6.6666666667vw;
  padding: 2.6666666667vw 8.6666666667vw 2.6666666667vw 2.6666666667vw;
  background-color: #f0e1d3;
  border-radius: 0.6666666667vw;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 600;
  line-height: 1.44em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .heading-3,
  .editor h3 {
    margin-bottom: 2.4305555556vw;
    padding: 1.0416666667vw 4.1666666667vw 1.0416666667vw 1.3888888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-3,
  .editor h3 {
    margin-bottom: 35px;
    padding: 15px 60px 15px 20px;
    border-radius: 5px;
    font-size: 2rem;
  }
}
.heading-3:after,
.editor h3:after {
  content: "";
  position: absolute;
  top: -3.0666666667vw;
  right: 2vw;
  display: inline-block;
  width: 3.3333333333vw;
  height: 9.4666666667vw;
  background-image: url(../img/common/pencil.png);
  background-size: contain;
  -webkit-transform: rotate(-154.34deg);
          transform: rotate(-154.34deg);
}
@media screen and (min-width: 751px) {
  .heading-3:after,
  .editor h3:after {
    top: -1.0416666667vw;
    right: 0.6944444444vw;
    width: 1.3194444444vw;
    height: 3.8194444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-3:after,
  .editor h3:after {
    top: -15px;
    right: 10px;
    width: 19px;
    height: 55px;
  }
}

/* ------------------------------------------- heading-3 - */
.heading-4,
.editor h4 {
  position: relative;
  margin-bottom: 4.6666666667vw;
  padding: 0 0 2vw 11.3333333333vw;
  border-bottom-color: #5c1500;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #5c1500;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 600;
  line-height: 1.44em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .heading-4,
  .editor h4 {
    margin-bottom: 1.0416666667vw;
    padding: 0 0 0.6944444444vw 2.7777777778vw;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-4,
  .editor h4 {
    margin-bottom: 15px;
    padding: 0 0 10px 40px;
    border-bottom-width: 1px;
    font-size: 2rem;
  }
}
.heading-4:after,
.editor h4:after {
  content: "";
  position: absolute;
  left: 1.3333333333vw;
  bottom: 2.1333333333vw;
  display: inline-block;
  width: 3.0666666667vw;
  height: 6.6666666667vw;
  background-image: url(../img/common/clip.svg);
  background-size: contain;
  -webkit-transform: rotate(-28.88deg);
          transform: rotate(-28.88deg);
}
@media screen and (min-width: 751px) {
  .heading-4:after,
  .editor h4:after {
    left: 0.3472222222vw;
    bottom: 0.6944444444vw;
    width: 0.9722222222vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-4:after,
  .editor h4:after {
    left: 5px;
    bottom: 10px;
    width: 14px;
    height: 30px;
  }
}

/*  pagenation
-------------------------------------------------------------------------------*/
.page-archive-navi {
  margin-top: 10.6666666667vw;
}

.page-archive-navi .pagecount {
  margin-bottom: 5.3333333333vw;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
}
.page-archive-navi .pagecount span {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin: 0 0.15em;
  font-size: 1.5em;
}

@media screen and (min-width: 751px) {
  .page-archive-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5.5555555556vw auto 0 auto;
    width: 88.8888888889vw;
    max-width: 100%;
  }
  .page-archive-navi .pagecount {
    margin: 0;
    font-size: 1.25vw;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .page-archive-navi {
    margin-top: 80px;
    width: 1280px;
  }
  .page-archive-navi .pagecount {
    font-size: 1.8rem;
  }
}
.pagenation-list {
  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;
}

.pagenation-list li {
  margin-right: 2vw;
}

.pagenation-list li:last-child {
  margin-right: 0;
}

.pagenation-list li div,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
  position: relative;
  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;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
  color: #1a2f88;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
}
.pagenation-list li div span,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a span {
  position: relative;
  z-index: 1;
}

.pagenation-list li.is-current > div {
  background-color: #bacbfe;
}

.pagenation-prev,
.pagenation-next {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}

.pagenation-prev a,
.pagenation-next a {
  position: relative;
  display: block;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}
.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 3.4666666667vw;
  height: 1.3333333333vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-size: contain;
}

.pagenation-prev a:after {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.pagenation-next a:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .pagenation-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 1.7361111111vw;
  }
  .pagenation-list li {
    margin-right: 0.5555555556vw;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    border-radius: 0.3472222222vw;
    font-size: 1.3888888889vw;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a:hover {
    background-color: #bacbfe;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 4.1666666667vw;
    border-radius: 0.3472222222vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 1.3888888889vw;
    height: 0.5555555556vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenation-prev a:hover,
  .pagenation-next a:hover {
    background-color: #bacbfe;
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list {
    margin-left: 25px;
  }
  .pagenation-list li {
    margin-right: 8px;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    font-size: 2rem;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 60px;
    height: 60px;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 60px;
    border-radius: 5px;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 20px;
    height: 8px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 17.3333333333vw auto 0 auto;
  width: 94.6666666667vw;
}

.pagenavi-prev,
.pagenavi-next {
  position: absolute;
  top: 50%;
  width: 26vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenavi-prev {
  left: 0;
}

.pagenavi-next {
  right: 0;
}

.pagenavi-prev a,
.pagenavi-next a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 17.3333333333vw;
}

.pagenavi-prev-box,
.pagenavi-next-box {
  position: relative;
  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;
  width: 18.6666666667vw;
  height: 100%;
  background-color: #ffffff;
  line-height: 17.3333333333vw;
  overflow: hidden;
}
.pagenavi-prev-box span,
.pagenavi-next-box span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.12em;
}
.pagenavi-prev-box span:nth-child(1),
.pagenavi-next-box span:nth-child(1) {
  bottom: 0;
}
.pagenavi-prev-box span:nth-child(2),
.pagenavi-next-box span:nth-child(2) {
  bottom: -100%;
}

.pagenavi-prev-box {
  border-radius: 0 0.6666666667vw 0.6666666667vw 0;
}

.pagenavi-next-box {
  border-radius: 0.6666666667vw 0 0 0.6666666667vw;
}

.pagenavi-arrow {
  position: relative;
  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;
  width: 6.6666666667vw;
  height: 17.3333333333vw;
  background-image: url(../img/common/bg-pl.jpg);
  background-image: image-set(url(../img/common/bg-pl.jpg) 1x, url(../img/common/bg-pl-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/common/bg-pl.jpg) 1x, url(../img/common/bg-pl-2x.jpg) 2x);
  overflow: hidden;
}
.pagenavi-arrow:before, .pagenavi-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.7333333333vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.pagenavi-prev .pagenavi-arrow {
  border-radius: 0.6666666667vw 0 0 0.6666666667vw;
}
.pagenavi-prev .pagenavi-arrow:before {
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.pagenavi-prev .pagenavi-arrow:after {
  -webkit-transform: translateX(-100%) translateY(-50%) rotateY(180deg);
          transform: translateX(-100%) translateY(-50%) rotateY(180deg);
}

.pagenavi-next .pagenavi-arrow {
  border-radius: 0 0.6666666667vw 0.6666666667vw 0;
}
.pagenavi-next .pagenavi-arrow:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagenavi-next .pagenavi-arrow:after {
  -webkit-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%);
}

.pagenavi-back {
  position: relative;
  margin: 0 auto;
  width: 38.6666666667vw;
}

.pagenavi-back a {
  position: relative;
  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;
  height: 17.3333333333vw;
  background-color: #ffffff;
  line-height: 17.3333333333vw;
  overflow: hidden;
}
.pagenavi-back a span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.12em;
}
.pagenavi-back a span:nth-child(1) {
  bottom: 0;
}
.pagenavi-back a span:nth-child(2) {
  bottom: -100%;
}

.pagenavi-back a:hover span:nth-child(1) {
  bottom: 100%;
}
.pagenavi-back a:hover span:nth-child(2) {
  bottom: 0;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 6.9444444444vw;
    width: 63.8888888889vw;
    height: 4.8611111111vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 13.5416666667vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 4.8611111111vw;
    border-radius: 0.3472222222vw;
  }
  .pagenavi-prev-box,
  .pagenavi-next-box {
    width: 10.4166666667vw;
    line-height: 4.8611111111vw;
  }
  .pagenavi-prev-box span,
  .pagenavi-next-box span {
    font-size: 1.25vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pagenavi-prev-box {
    border-radius: 0 0.3472222222vw 0.3472222222vw 0;
  }
  .pagenavi-next-box {
    border-radius: 0.3472222222vw 0 0 0.3472222222vw;
  }
  .pagenavi-arrow {
    width: 2.7777777778vw;
    height: 4.8611111111vw;
  }
  .pagenavi-arrow:before, .pagenavi-arrow:after {
    height: 0.5555555556vw;
  }
  .pagenavi-prev .pagenavi-arrow {
    border-radius: 0.3472222222vw 0 0 0.3472222222vw;
  }
  .pagenavi-next .pagenavi-arrow {
    border-radius: 0 0.3472222222vw 0.3472222222vw 0;
  }
  .pagenavi-prev a:hover .pagenavi-prev-box span:nth-child(1),
  .pagenavi-prev a:hover .pagenavi-next-box span:nth-child(1),
  .pagenavi-next a:hover .pagenavi-prev-box span:nth-child(1),
  .pagenavi-next a:hover .pagenavi-next-box span:nth-child(1) {
    bottom: 100%;
  }
  .pagenavi-prev a:hover .pagenavi-prev-box span:nth-child(2),
  .pagenavi-prev a:hover .pagenavi-next-box span:nth-child(2),
  .pagenavi-next a:hover .pagenavi-prev-box span:nth-child(2),
  .pagenavi-next a:hover .pagenavi-next-box span:nth-child(2) {
    bottom: 0;
  }
  .pagenavi-prev a:hover .pagenavi-arrow:before {
    -webkit-animation-name: transformRightLeftReverse;
            animation-name: transformRightLeftReverse;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .pagenavi-prev a:hover .pagenavi-arrow:after {
    -webkit-animation-name: transformLeftRightReverse;
            animation-name: transformLeftRightReverse;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .pagenavi-next a:hover .pagenavi-arrow:before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .pagenavi-next a:hover .pagenavi-arrow:after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .pagenavi-back {
    width: 34.0277777778vw;
  }
  .pagenavi-back a {
    height: 4.8611111111vw;
    border-radius: 0.3472222222vw;
    line-height: 4.8611111111vw;
  }
  .pagenavi-back a span {
    font-size: 1.25vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pagenavi-back a:hover span:nth-child(1) {
    bottom: 100%;
  }
  .pagenavi-back a:hover span:nth-child(2) {
    bottom: 0;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 100px;
    width: 920px;
    height: 70px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 195px;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 70px;
    border-radius: 5px;
  }
  .pagenavi-prev-box,
  .pagenavi-next-box {
    width: 150px;
    line-height: 70px;
  }
  .pagenavi-prev-box span,
  .pagenavi-next-box span {
    font-size: 1.8rem;
  }
  .pagenavi-prev-box {
    border-radius: 0 5px 5px 0;
  }
  .pagenavi-next-box {
    border-radius: 5px 0 0 5px;
  }
  .pagenavi-arrow {
    width: 40px;
    height: 70px;
  }
  .pagenavi-arrow:before, .pagenavi-arrow:after {
    height: 8px;
  }
  .pagenavi-prev .pagenavi-arrow {
    border-radius: 5px 0 0 5px;
  }
  .pagenavi-next .pagenavi-arrow {
    border-radius: 0 5px 5px 0;
  }
  .pagenavi-back {
    width: 490px;
  }
  .pagenavi-back a {
    height: 70px;
    border-radius: 5px;
    line-height: 70px;
  }
  .pagenavi-back a span {
    font-size: 1.8rem;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.post-in {
  margin: 0 auto;
  width: 89.3333333333vw;
}

.post-in > section:nth-of-type(n+2) {
  margin-top: 13.3333333333vw;
}

.post-data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4vw;
}

.post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-date p {
  position: relative;
  padding: 0 0 0.1em 1.5em;
  color: #5c1500;
  font-size: 3.4666666667vw;
  letter-spacing: 0.08em;
}

.post-date p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-date-publish:before {
  background-image: url(../img/post/publish.svg);
}

.post-date-modified:before {
  background-image: url(../img/post/modified.svg);
}

.post-date p:nth-child(n+2) {
  margin-left: 2.6666666667vw;
}

.post-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-bottom: 1.3em;
}

.post-data .post-cat {
  margin: 0 0 0 1em;
}

.post-cat > li {
  display: inline-block;
  padding: 0.3em 0.5em 0.4em 0.5em;
  background-color: #ffffff;
  border-radius: 0.2666666667vw;
  color: #5c1500;
  font-size: 3.2vw;
}

.post-ttl {
  margin-bottom: 1em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.4em;
}

.post-image {
  margin-bottom: 5.3333333333vw;
}

.post-intro p {
  font-size: 3.4666666667vw;
  line-height: 1.75em;
  letter-spacing: 0.03em;
}

.post .editor {
  margin-top: 5.3333333333vw;
}

.post-editor {
  margin-top: 13.3333333333vw;
}

.post-editor .editor {
  margin-top: 0 !important;
}

@media screen and (min-width: 751px) {
  .post-in {
    width: 69.4444444444vw;
  }
  .post-in > section:nth-of-type(n+2) {
    margin-top: 6.9444444444vw;
  }
  .post-data {
    margin-bottom: 2.0833333333vw;
  }
  .post-date p {
    font-size: 1.1111111111vw;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .post-cat {
    gap: 0.4861111111vw;
  }
  .post-cat > li {
    border-radius: 0.1388888889vw;
    font-size: 1.1111111111vw;
  }
  .post-ttl {
    font-size: 2.0833333333vw;
  }
  .post-image {
    margin-bottom: 2.7777777778vw;
  }
  .post-intro p {
    font-size: 1.1805555556vw;
    line-height: 2.2em;
    letter-spacing: 0.05em;
  }
  .post .editor {
    margin-top: 3.4722222222vw;
  }
  .post-editor {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-in {
    width: 1000px;
  }
  .post-in > section:nth-of-type(n+2) {
    margin-top: 100px;
  }
  .post-data {
    margin-bottom: 30px;
  }
  .post-date p {
    font-size: 1.6rem;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 20px;
  }
  .post-cat {
    gap: 7px;
  }
  .post-cat > li {
    border-radius: 2px;
    font-size: 1.6rem;
  }
  .post-ttl {
    font-size: 3rem;
  }
  .post-image {
    margin-bottom: 40px;
  }
  .post-intro p {
    font-size: 1.7rem;
  }
  .post .editor {
    margin-top: 50px;
  }
  .post-editor {
    margin-top: 80px;
  }
}
/*  related
-------------------------------------------------------------------------------*/
.related {
  position: relative;
  margin-top: 13.3333333333vw;
  padding: 13.3333333333vw 0;
  background-color: #ede5dd;
}

.related-in {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
}

.related-head {
  position: relative;
  margin: 0 auto 13.3333333333vw 5.3333333333vw;
  width: 84vw;
}
.related-head:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}

.related--event .related-head:before {
  right: 3.3333333333vw;
  bottom: 0;
  width: 11.6vw;
  height: 10.9333333333vw;
  background-image: url(../img/common/leaf.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.related--blog .related-head:before {
  right: 3.3333333333vw;
  bottom: -5.3333333333vw;
  width: 3.0666666667vw;
  height: 13.6vw;
  background-image: url(../img/common/pen.svg);
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.related--works .related-head:before {
  right: 3.3333333333vw;
  bottom: -4vw;
  width: 6.1333333333vw;
  height: 12vw;
  background-image: url(../img/common/hammer.svg);
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.related-ja {
  position: relative;
  left: -0.2em;
  letter-spacing: 0.02em;
}

.related-en {
  margin-top: 2.6666666667vw;
  color: #1a2f88;
}

.related-slide {
  position: relative;
}

.related-slide .swiper-wrapper .swiper-slide {
  margin-right: 10.6666666667vw;
  width: 78.6666666667vw !important;
}

.related-slide .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}

.related-slide .c-related-image img {
  height: 54.6666666667vw;
}

#related-prev,
#related-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .related-slide {
    margin: 0 auto;
    width: 78.6666666667vw;
  }
  .related-slide .swiper-wrapper .swiper-slide {
    left: 5.3333333333vw;
  }
  #related-control {
    position: relative;
    margin-top: 13.3333333333vw;
    padding: 0 16vw;
    width: 73.3333333333vw;
  }
  #related-prev {
    left: 0;
  }
  #related-next {
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  .related {
    margin-top: 6.9444444444vw;
    padding: 5.5555555556vw 0;
  }
  .related-in {
    width: 88.8888888889vw;
  }
  .related-head {
    margin: 0 auto 6.25vw auto;
    width: 69.4444444444vw;
  }
  .related--event .related-head:before {
    top: 50%;
    left: -6.25vw;
    right: auto;
    bottom: auto;
    width: 3.9583333333vw;
    height: 3.75vw;
    -webkit-transform: translateY(-50%) rotateY(180deg);
            transform: translateY(-50%) rotateY(180deg);
  }
  .related--blog .related-head:before {
    top: 50%;
    left: -6.25vw;
    right: auto;
    bottom: auto;
    width: 1.5972222222vw;
    height: 7.0833333333vw;
    -webkit-transform: translateY(-50%) rotate(-20deg);
            transform: translateY(-50%) rotate(-20deg);
  }
  .related--works .related-head:before {
    top: 50%;
    left: -5.5555555556vw;
    right: auto;
    bottom: auto;
    width: 3.1944444444vw;
    height: 6.25vw;
    -webkit-transform: translateY(-50%) rotate(-25deg);
            transform: translateY(-50%) rotate(-25deg);
  }
  .related-en {
    margin-top: 1.3888888889vw;
  }
  .related-slide .swiper-wrapper .swiper-slide {
    margin-right: 2.7777777778vw;
    width: 27.7777777778vw !important;
  }
  .related-slide .c-related-image img {
    height: 19.4444444444vw;
  }
  #related-prev,
  #related-next {
    position: absolute;
    top: 50%;
    margin-top: -3.2986111111vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  #related-prev {
    left: -4.1666666667vw;
  }
  #related-next {
    right: -4.1666666667vw;
  }
  #related-pagination {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .related {
    margin-top: 100px;
    padding: 80px 0;
  }
  .related-in {
    width: 1280px;
  }
  .related-head {
    margin-bottom: 90px;
    width: 1000px;
  }
  .related--event .related-head:before {
    left: -90px;
    width: 57px;
    height: 54px;
  }
  .related--blog .related-head:before {
    left: -90px;
    width: 23px;
    height: 102px;
  }
  .related--works .related-head:before {
    left: -80px;
    width: 46px;
    height: 90px;
  }
  .related-en {
    margin-top: 20px;
  }
  .related-slide .swiper-wrapper .swiper-slide {
    margin-right: 40px;
    width: 400px !important;
  }
  .related-slide .c-related-image img {
    height: 280px;
  }
  #related-prev,
  #related-next {
    margin-top: -47.5px;
  }
  #related-prev {
    left: -60px;
  }
  #related-next {
    right: -60px;
  }
  #related-pagination {
    margin-top: 80px;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1333333333vw;
  margin-bottom: 8vw;
}

.terms a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.4vw;
  width: 45.6vw;
  height: 9.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.2666666667vw;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 500;
  line-height: 1.18em;
  overflow: hidden;
}
.terms a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 2.6666666667vw 2.6666666667vw;
  border-color: transparent transparent #5c1500 transparent;
  z-index: 1;
}

.terms a.is-current {
  border-color: #5c1500;
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  .terms {
    gap: 1.1111111111vw;
    margin-bottom: 4.1666666667vw;
  }
  .terms a {
    padding: 0 1em;
    width: 21.3888888889vw;
    height: 3.4722222222vw;
    border-radius: 0.1388888889vw;
    font-size: 1.25vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .terms a:after {
    border-width: 0px 0px 1.1111111111vw 1.1111111111vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .terms a:hover {
    background-color: #5c1500;
    color: #ffffff;
  }
  .terms a:hover:after {
    border-color: transparent transparent #e8d7c4 transparent;
  }
}
@media screen and (min-width: 1441px) {
  .terms {
    gap: 16px;
    margin-bottom: 60px;
  }
  .terms a {
    width: 308px;
    height: 50px;
    border-radius: 2px;
    font-size: 1.8rem;
  }
  .terms a:after {
    border-width: 0px 0px 16px 16px;
  }
}
/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 22.1333333333vw;
}
.ttl:after {
  content: "";
  position: absolute;
  right: 2.6666666667vw;
  bottom: -6vw;
  display: inline-block;
  width: 12.4vw;
  height: 8.6666666667vw;
  background-image: url(../img/common/block.svg);
  background-size: contain;
}

.ttl--reason:after {
  width: 9.2vw;
  height: 9.0666666667vw;
  background-image: url(../img/common/bird.svg);
}

.ttl--kitchen:after {
  bottom: -8vw;
  width: 9.7333333333vw;
  height: 13.3333333333vw;
  background-image: url(../img/common/kitchen-tools.svg);
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.ttl--bathroom:after,
.ttl--toilet:after {
  width: 7.2vw;
  height: 12.1333333333vw;
  background-image: url(../img/common/bubble.svg);
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.ttl--renov:after,
.ttl--estate:after {
  content: none;
}

.ttl > div {
  position: relative;
  margin-left: auto;
  padding-left: 5.3333333333vw;
  width: 77.3333333333vw;
}
.ttl > div:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  display: inline-block;
  width: 33.3333333333vw;
  height: 22.1333333333vw;
  background-image: url(../img/sub/block_sp.png);
  background-size: auto 22.1333333333vw;
  background-repeat: repeat-x;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ttl-ja {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 6.1333333333vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.04em;
}

.ttl-en {
  position: relative;
  left: 0.2em;
  margin-top: 0.8em;
  color: #1a2f88;
  font-family: "Bellefair", serif;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
  .ttl--estate > div {
    width: 80vw;
  }
}
@media screen and (min-width: 751px) {
  .ttl {
    width: 100vw;
    height: 9.0277777778vw;
  }
  .ttl:after {
    right: 1.3888888889vw;
    bottom: -3.4722222222vw;
    width: 6.4583333333vw;
    height: 4.5138888889vw;
  }
  .ttl--reason:after {
    width: 4.7916666667vw;
    height: 4.7222222222vw;
  }
  .ttl--kitchen:after {
    bottom: -3.4722222222vw;
    width: 5.0694444444vw;
    height: 6.9444444444vw;
  }
  .ttl--bathroom:after,
  .ttl--toilet:after {
    width: 6.5277777778vw;
    height: 6.3194444444vw;
  }
  .ttl > div {
    padding-left: 4.8611111111vw;
    width: 39.5833333333vw;
  }
  .ttl > div:before {
    width: 100vw;
    height: 8.9583333333vw;
    background-image: url(../img/sub/block.png);
    background-image: image-set(url(../img/sub/block.png) 1x, url(../img/sub/block-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/sub/block.png) 1x, url(../img/sub/block-2x.png) 2x);
    background-size: auto 8.9583333333vw;
  }
  .ttl-ja {
    font-size: 2.5vw;
    letter-spacing: 0.12em;
  }
  .ttl-en {
    font-size: 1.8055555556vw;
  }
  .ttl-ja--small {
    font-size: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl {
    width: 1440px;
    height: 130px;
  }
  .ttl:after {
    right: 20px;
    bottom: -50px;
    width: 93px;
    height: 65px;
  }
  .ttl--reason:after {
    width: 69px;
    height: 68px;
  }
  .ttl--kitchen:after {
    bottom: -50px;
    width: 73px;
    height: 100px;
  }
  .ttl--bathroom:after,
  .ttl--toilet:after {
    width: 94px;
    height: 91px;
  }
  .ttl > div {
    padding-left: 70px;
    width: 570px;
  }
  .ttl > div:before {
    height: 129px;
    background-size: auto 129px;
  }
  .ttl-ja {
    font-size: 3.6rem;
  }
  .ttl-en {
    font-size: 2.6rem;
  }
  .ttl-ja--small {
    font-size: 3.5rem;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
.blog-archive {
  position: relative;
}

.blog-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9.3333333333vw 0;
}

.blog-posts .c-blog {
  width: 100%;
}

.blog-side {
  margin: 13.3333333333vw auto 0 auto;
  width: 86.6666666667vw;
}

.blog-side .blog-side-box:nth-child(n+2) {
  margin-top: 8vw;
}

.blog-side-ttl {
  position: relative;
  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;
  padding: 0 1em;
  height: 16vw;
  background-color: #5c1500;
  border-radius: 0.6666666667vw 0.6666666667vw 0 0;
  color: #ffffff;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
}

.blog-side-content {
  padding: 2vw 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 0 0 0.6666666667vw 0.6666666667vw;
}

@media screen and (max-width: 750px) {
  .blog-posts {
    margin: 0 auto;
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .blog-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-content {
    width: 58.3333333333vw;
  }
  .blog-posts {
    gap: 2.7777777778vw;
  }
  .blog-posts .c-blog {
    width: 27.7777777778vw;
  }
  .blog-side {
    margin: 0;
    width: 23.6111111111vw;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .blog-side-ttl {
    height: 4.8611111111vw;
    border-radius: 0.3472222222vw 0.3472222222vw 0 0;
    font-size: 1.3888888889vw;
  }
  .blog-side-content {
    padding: 0.6944444444vw 1.3888888889vw 1.0416666667vw 1.3888888889vw;
    border-radius: 0 0 0.3472222222vw 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-content {
    width: 840px;
  }
  .blog-posts {
    gap: 40px;
  }
  .blog-posts .c-blog {
    width: 400px;
  }
  .blog-side {
    width: 340px;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 40px;
  }
  .blog-side-ttl {
    height: 70px;
    border-radius: 5px 5px 0 0;
    font-size: 2rem;
  }
  .blog-side-content {
    padding: 10px 20px 15px 20px;
    border-radius: 0 0 5px 5px;
  }
}
/* ------------------------------------------- cat - */
.blog-side-cat > ul > li {
  position: relative;
  border-bottom-color: #f0e1d3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.blog-side-cat li a {
  position: relative;
  display: block;
  padding: 1em 0;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1.28em;
}

.blog-side-cat > ul > li > ul {
  margin-left: 1em;
  padding-bottom: 0.8em;
}

.blog-side-cat > ul > li > ul > li {
  position: relative;
  padding-left: 1em;
}
.blog-side-cat > ul > li > ul > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  background-color: #5c1500;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-side-cat > ul > li > ul > li a {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

@media screen and (min-width: 751px) {
  .blog-side-cat > ul > li {
    border-bottom-width: 0.0694444444vw;
  }
  .blog-side-cat li a {
    font-size: 1.25vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .blog-side-cat li a:hover {
    color: #5c1500;
  }
  .blog-side-cat > ul > li > ul > li a {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
}
@media screen and (min-width: 1441px) {
  .blog-side-cat > ul > li {
    border-bottom-width: 1px;
  }
  .blog-side-cat li a {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- recommend - */
.blog-latest-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 0;
  border-bottom-color: #f0e1d3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.blog-latest .blog-latest-post:last-child a {
  border-bottom: none !important;
}

.blog-latest-image {
  width: 26.6666666667vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}
.blog-latest-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 20vw;
}

.blog-latest-content {
  width: 45.3333333333vw;
}

.blog-latest-date {
  margin-bottom: 0.5em;
  font-size: 3.4666666667vw;
  letter-spacing: 0.05em;
}

.blog-latest-ttl {
  max-height: 3.06em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.53em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 751px) {
  .blog-latest {
    margin-top: 1.0416666667vw;
  }
  .blog-latest-post a {
    padding: 1.0416666667vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .blog-latest .blog-latest-post:first-child a {
    padding-top: 0 !important;
  }
  .blog-latest-image {
    width: 6.9444444444vw;
    border-radius: 0.3472222222vw;
  }
  .blog-latest-image img {
    height: 5.5555555556vw;
  }
  .blog-latest-post a:hover .blog-latest-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .blog-latest-content {
    width: 12.8472222222vw;
  }
  .blog-latest-date {
    margin-bottom: 0.3em;
    font-size: 1.0416666667vw;
  }
  .blog-latest-ttl {
    max-height: 2.84em;
    font-size: 1.25vw;
    line-height: 1.42em;
  }
}
@media screen and (min-width: 1441px) {
  .blog-latest {
    margin-top: 15px;
  }
  .blog-latest-post a {
    padding: 15px 0;
    border-bottom-width: 1px;
  }
  .blog-latest-image {
    width: 100px;
    border-radius: 5px;
  }
  .blog-latest-image img {
    height: 80px;
  }
  .blog-latest-content {
    width: 185px;
  }
  .blog-latest-date {
    font-size: 1.5rem;
  }
  .blog-latest-ttl {
    font-size: 1.8rem;
  }
}
/*  blog --> single
-------------------------------------------------------------------------------*/
.post--blog {
  width: 93.3333333333vw;
}
@media screen and (min-width: 751px) {
  .post--blog {
    width: 48.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .post--blog {
    width: 700px;
  }
}

/* ------------------------------------------- mokuji - */
.blog-mokuji {
  position: relative;
  margin-top: 9.3333333333vw;
  padding: 5.3333333333vw 5.0666666667vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.blog-mokuji dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding-left: 8.6666666667vw;
  height: 6.6666666667vw;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.blog-mokuji dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-image: url(../img/blog/menu.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-mokuji ul li:nth-child(n+2) {
  margin-top: 1em;
}

.blog-mokuji a {
  position: relative;
  display: block;
  line-height: 1.75em;
  letter-spacing: 0.03em;
}

.blog-mokuji > dd > div {
  counter-reset: cnt;
  padding-left: 3.3333333333vw;
}

.blog-mokuji > dd > div > a {
  font-size: 3.7333333333vw;
}
.blog-mokuji > dd > div > a:before {
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero) ".";
}

.blog-mokuji > dd > div > a:nth-of-type(n + 2) {
  margin-top: 1em;
}

.blog-mokuji > dd > div > div {
  margin-top: 0.5em;
  padding-left: 4.4vw;
}

.blog-mokuji > dd > div > div > a {
  padding-left: 1em;
  font-size: 3.4666666667vw;
}
.blog-mokuji > dd > div > div > a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.blog-mokuji > dd > div > div > div {
  margin-top: 0.5em;
  padding-left: 3.4666666667vw;
}

.blog-mokuji > dd > div > div > div > a {
  padding-left: 1em;
  font-size: 3.3333333333vw;
}
.blog-mokuji > dd > div > div > div > a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 751px) {
  .blog-mokuji {
    margin-top: 3.4722222222vw;
    padding: 2.0833333333vw;
    border-radius: 0.3472222222vw;
  }
  .blog-mokuji dt {
    padding-left: 3.4722222222vw;
    height: 2.5vw;
    font-size: 1.3888888889vw;
  }
  .blog-mokuji dt:before {
    width: 2.5vw;
    height: 2.5vw;
  }
  .blog-mokuji > dd > div {
    padding-left: 3.4722222222vw;
  }
  .blog-mokuji > dd > div a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-mokuji > dd > div a:hover {
    color: #5c1500;
  }
  .blog-mokuji > dd > div > a {
    font-size: 1.3888888889vw;
  }
  .blog-mokuji > dd > div > div {
    padding-left: 1.8055555556vw;
  }
  .blog-mokuji > dd > div > div > a {
    font-size: 1.25vw;
  }
  .blog-mokuji > dd > div > div > div {
    padding-left: 1.25vw;
  }
  .blog-mokuji > dd > div > div > div > a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-mokuji {
    margin-top: 50px;
    padding: 30px;
    border-radius: 5px;
  }
  .blog-mokuji dt {
    padding-left: 50px;
    height: 36px;
    font-size: 2rem;
  }
  .blog-mokuji dt:before {
    width: 36px;
    height: 36px;
  }
  .blog-mokuji > dd > div {
    padding-left: 50px;
  }
  .blog-mokuji > dd > div > a {
    font-size: 2rem;
  }
  .blog-mokuji > dd > div > div {
    padding-left: 26px;
  }
  .blog-mokuji > dd > div > div > a {
    font-size: 1.8rem;
  }
  .blog-mokuji > dd > div > div > div {
    padding-left: 18px;
  }
  .blog-mokuji > dd > div > div > div > a {
    font-size: 1.6rem;
  }
}
/*  event --> single
-------------------------------------------------------------------------------*/
.event-detail {
  position: relative;
  padding: 8vw 4vw;
  background-color: #ffffff;
}
.event-detail:after {
  content: "";
  position: absolute;
  top: -6.6666666667vw;
  right: 2.6666666667vw;
  display: inline-block;
  width: 12vw;
  height: 16.6666666667vw;
  background-image: url(../img/common/couple.svg);
  background-size: contain;
}

.event-detail-ttl {
  margin-bottom: 1.5em;
  margin-bottom: 1em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
}

.event-data {
  position: relative;
  border-top-color: #f7f3ef;
  border-top-style: solid;
  border-top-width: 1px;
}

.event-data dl {
  padding: 4vw 2.6666666667vw;
  border-bottom-color: #f7f3ef;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.event-data dt {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.75em;
  color: #5c1500;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.5em;
}
.event-data dt:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
}

.event-data--date dt:before {
  background-image: url(../img/event/calendar.svg);
}

.event-data--time dt:before {
  background-image: url(../img/event/clock.svg);
}

.event-data--venue dt:before {
  background-image: url(../img/event/pin.svg);
}

.event-data--remarks dt:before {
  background-image: url(../img/event/pen.svg);
}

.event-data dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.65em;
}

.event-map .ggmap {
  padding-bottom: 75%;
}

.event-btn {
  margin: 8vw auto 0 auto;
  width: 100%;
}

@media all and (min-width: 751px) {
  .event-detail {
    padding: 4.1666666667vw 3.4722222222vw;
  }
  .event-detail:after {
    top: -2.7777777778vw;
    right: 1.3888888889vw;
    width: 6.25vw;
    height: 8.6805555556vw;
  }
  .event-detail-ttl {
    margin-bottom: 1em;
    font-size: 2.0833333333vw;
  }
  .event-data {
    border-top-width: 0.0694444444vw;
  }
  .event-data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3888888889vw 1.0416666667vw;
    border-bottom-width: 0.0694444444vw;
  }
  .event-data dt {
    margin: 0;
    width: 9.7222222222vw;
    font-size: 1.1805555556vw;
  }
  .event-data dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 11.4583333333vw);
  }
  .event-map .ggmap {
    padding-bottom: 40%;
  }
  .event-btn {
    margin-top: 3.4722222222vw;
    width: 41.6666666667vw;
  }
}
@media all and (min-width: 1441px) {
  .event-detail {
    padding: 60px 50px;
  }
  .event-detail:after {
    top: -40px;
    right: 20px;
    width: 90px;
    height: 125px;
  }
  .event-detail-ttl {
    font-size: 3rem;
  }
  .event-data {
    border-top-width: 1px;
  }
  .event-data dl {
    padding: 20px 15px;
    border-bottom-width: 1px;
  }
  .event-data dt {
    width: 140px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .event-data dd {
    width: calc(100% - 165px);
  }
  .event-btn {
    margin-top: 50px;
    width: 600px;
  }
}
/*  staff --> archive
-------------------------------------------------------------------------------*/
.staff .c-staff:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.c-staff {
  position: relative;
}

.c-staff > div {
  position: relative;
  padding: 4vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}
.c-staff > div:before {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  left: 1.3333333333vw;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: url(../img/common/bg-pl.jpg);
  background-image: image-set(url(../img/common/bg-pl.jpg) 1x, url(../img/common/bg-pl-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/common/bg-pl.jpg) 1x, url(../img/common/bg-pl-2x.jpg) 2x);
  background-repeat: repeat;
  z-index: -1;
}

.c-staff-image {
  position: relative;
  margin-bottom: 5.3333333333vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}
.c-staff-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 53.3333333333vw;
}

.c-staff-head {
  position: relative;
  margin: 0 0 7.3333333333vw 6.6666666667vw;
}

.c-staff-position {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  display: inline-block;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.c-staff-position:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4vw;
  background-color: #5c1500;
}

.c-staff-name-jp {
  font-family: "ZenOldMincho", sans-serif;
  font-size: 6.4vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.c-staff-name-en {
  margin-top: 1em;
  color: #1a2f88;
  font-family: "Bellefair", serif;
  font-size: 3.7333333333vw;
  letter-spacing: 0.04em;
}

.c-staff-data {
  text-align: left;
}

.c-staff-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #f6f6f6;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.c-staff-data dl:nth-child(n+2) {
  margin-top: 1.3333333333vw;
}

.c-staff-data dt {
  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;
  padding: 4vw 2vw;
  width: 26.6666666667vw;
  background-image: url(../img/common/bg-bk.jpg);
  background-image: image-set(url(../img/common/bg-bk.jpg) 1x, url(../img/common/bg-bk-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/common/bg-bk.jpg) 1x, url(../img/common/bg-bk-2x.jpg) 2x);
  background-repeat: repeat;
  border-radius: 0.6666666667vw 0 0 0.6666666667vw;
  color: #ffffff;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.31em;
}

.c-staff-data dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 3.3333333333vw;
  width: calc(100% - 26.6666666667vw);
  font-size: 3.4666666667vw;
  line-height: 1.75em;
}

@media screen and (min-width: 751px) {
  .staff .c-staff:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .c-staff > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.0833333333vw;
    border-radius: 0.3472222222vw;
  }
  .c-staff > div:before {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
  }
  .c-staff > div:after {
    content: "";
    position: absolute;
    top: -1.3888888889vw;
    right: 0;
    display: inline-block;
    background-size: contain;
    z-index: 1;
  }
  .staff .c-staff:nth-child(odd) > div:after {
    width: 2.9166666667vw;
    height: 3.1944444444vw;
    background-image: url(../img/common/leaf.svg);
    -webkit-transform: rotate(16.23deg);
            transform: rotate(16.23deg);
  }
  .staff .c-staff:nth-child(even) > div:after {
    width: 2.5vw;
    height: 4.7222222222vw;
    background-image: url(../img/common/chair.svg);
    -webkit-transform: rotate(7.76deg);
            transform: rotate(7.76deg);
  }
  .c-staff-image {
    margin: 0;
    width: 26.3888888889vw;
    border-radius: 0.3472222222vw;
  }
  .c-staff-image img {
    height: 27.7777777778vw;
  }
  .c-staff-content {
    width: 36.8055555556vw;
  }
  .c-staff-head {
    margin: 0 0 2.0833333333vw 1.3888888889vw;
  }
  .c-staff-position {
    font-size: 1.1111111111vw;
  }
  .c-staff-position:after {
    height: 0.2083333333vw;
  }
  .c-staff-name-jp {
    font-size: 2.0833333333vw;
  }
  .c-staff-name-en {
    font-size: 1.25vw;
  }
  .c-staff-data dl {
    border-radius: 0.3472222222vw 0 0 0.3472222222vw;
  }
  .c-staff-data dl:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .c-staff-data dt {
    padding: 0.8333333333vw;
    width: 8.3333333333vw;
    font-size: 1.1111111111vw;
  }
  .c-staff-data dd {
    padding: 0.8333333333vw 1.3888888889vw;
    width: calc(100% - 8.3333333333vw);
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .staff .c-staff:nth-child(n+2) {
    margin-top: 80px;
  }
  .c-staff > div {
    padding: 30px;
    border-radius: 5px;
  }
  .c-staff > div:before {
    top: 10px;
    left: 10px;
  }
  .c-staff > div:after {
    top: -20px;
  }
  .staff .c-staff:nth-child(odd):after {
    width: 42px;
    height: 46px;
  }
  .staff .c-staff:nth-child(even):after {
    width: 36px;
    height: 68px;
  }
  .c-staff-image {
    width: 380px;
    border-radius: 5px;
  }
  .c-staff-image img {
    height: 400px;
  }
  .c-staff-content {
    width: 530px;
  }
  .c-staff-head {
    margin: 0 0 30px 20px;
  }
  .c-staff-position {
    font-size: 1.6rem;
  }
  .c-staff-position:after {
    height: 3px;
  }
  .c-staff-name-jp {
    font-size: 3rem;
  }
  .c-staff-name-en {
    font-size: 1.8rem;
  }
  .c-staff-data dl {
    border-radius: 5px;
  }
  .c-staff-data dl:nth-child(n+2) {
    margin-top: 10px;
  }
  .c-staff-data dt {
    padding: 12px;
    width: 120px;
    border-radius: 5px 0 0 5px;
    font-size: 1.6rem;
  }
  .c-staff-data dd {
    padding: 12px 20px;
    width: calc(100% - 120px);
    font-size: 1.6rem;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
.works-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9.3333333333vw 0;
}

.works-posts .c-works {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .works-posts {
    margin: 0 auto;
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .works-posts {
    gap: 4.1666666667vw 2.7777777778vw;
  }
  .works-posts .c-works {
    width: 27.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-posts {
    gap: 60px 40px;
  }
  .works-posts .c-works {
    width: 400px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- data - */
.works-data {
  margin-top: 8vw;
  border-top-color: #ccc;
  border-top-style: solid;
  border-top-width: 1px;
}

.works-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.3333333333vw 0;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.works-data dt {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em 0.6em 0.5em;
  width: 24vw;
  background-color: #5c1500;
  color: #ffffff;
  text-align: center;
}

.works-data dd {
  padding-top: 0.2em;
  line-height: 1.6em;
}

@media screen and (max-width: 750px) {
  .works-data dd {
    width: 61.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .works-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.4722222222vw;
    border-top-width: 0.0694444444vw;
  }
  .works-data dl {
    padding: 1.3888888889vw 0.6944444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .works-data dt {
    margin-bottom: 0;
    width: 7.6388888889vw;
  }
  .works-data-harf {
    width: 33.3333333333vw;
  }
  .works-data-harf dd {
    width: 22.5694444444vw;
  }
  .works-data-full {
    width: 100% !important;
  }
  .works-data-full dd {
    width: calc(100% - 9.375vw);
  }
}
@media screen and (min-width: 1441px) {
  .works-data {
    margin-top: 50px;
    border-top-width: 1px;
  }
  .works-data dl {
    padding: 20px 10px;
    border-bottom-width: 1px;
  }
  .works-data dt {
    width: 110px;
  }
  .works-data-harf {
    width: 480px;
  }
  .works-data-harf dd {
    width: 325px;
  }
  .works-data-full dd {
    width: calc(100% - 135px);
  }
}
/* ------------------------------------------- mokuji - */
.works-mokuji {
  position: relative;
  margin: 10.6666666667vw 0;
}
.works-mokuji:before {
  content: "";
  position: absolute;
  top: -1.3333333333vw;
  right: 1.3333333333vw;
  display: inline-block;
  width: 9.2vw;
  height: 9.0666666667vw;
  background-image: url(../img/common/bird.svg);
  background-size: contain;
  z-index: 1;
}

.works-mokuji dt {
  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;
  height: 12vw;
  background-image: url(../img/common/bg-pl.jpg);
  background-image: image-set(url(../img/common/bg-pl.jpg) 1x, url(../img/common/bg-pl-2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/common/bg-pl.jpg) 1x, url(../img/common/bg-pl-2x.jpg) 2x);
  background-repeat: repeat;
  border-radius: 0.6666666667vw 0.6666666667vw 0 0;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.works-mokuji dd {
  padding: 4vw;
  background-color: #ffffff;
  border-radius: 0 0 0.6666666667vw 0.6666666667vw;
}

.works-mokuji-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2vw;
}

.works-mokuji-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2vw;
  padding: 0 0.75em;
  width: calc(50% - 2vw);
  height: 10.6666666667vw;
  background-color: #f6f6f6;
  border-radius: 0.6666666667vw;
  font-size: 3.4666666667vw;
  line-height: 1.25em;
}

@media screen and (max-width: 750px) {
  .works-mokuji-menu a:nth-child(n+3) {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .works-mokuji {
    margin: 4.8611111111vw 0;
  }
  .works-mokuji:before {
    top: -1.3888888889vw;
    right: 0.6944444444vw;
    width: 4.7916666667vw;
    height: 4.7222222222vw;
  }
  .works-mokuji dt {
    height: 4.1666666667vw;
    border-radius: 0.3472222222vw 0.3472222222vw 0 0;
    font-size: 1.6666666667vw;
  }
  .works-mokuji dd {
    padding: 2.0833333333vw;
    border-radius: 0 0 0.3472222222vw 0.3472222222vw;
  }
  .works-mokuji-menu {
    margin-left: -1.0416666667vw;
  }
  .works-mokuji-menu a {
    margin-left: 1.0416666667vw;
    padding: 0 1em;
    width: calc(33.33333% - 1.0416666667vw);
    height: 3.1944444444vw;
    border-radius: 0.3472222222vw;
    font-size: 1.3888888889vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .works-mokuji-menu a:hover {
    background-color: #565656;
    color: #ffffff;
  }
  .works-mokuji-menu a:nth-child(n+4) {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-mokuji {
    margin: 70px 0;
  }
  .works-mokuji:before {
    top: -20px;
    right: 10px;
    width: 69px;
    height: 68px;
  }
  .works-mokuji dt {
    height: 60px;
    border-radius: 5px 5px 0 0;
    font-size: 2.4rem;
  }
  .works-mokuji dd {
    padding: 30px;
    border-radius: 0 0 5px 5px;
  }
  .works-mokuji-menu {
    margin-left: -15px;
  }
  .works-mokuji-menu a {
    margin-left: 15px;
    width: calc(33.33333% - 15px);
    height: 46px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .works-mokuji-menu a:nth-child(n+4) {
    margin-top: 15px;
  }
}
/* ------------------------------------------- floorplan - */
.works-floorplan {
  margin-top: 13.3333333333vw;
}

.works-floorplan-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12vw 0;
}

.works-floorplan-image > div {
  position: relative;
  width: 100%;
}

.works-floorplan-image > div:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: -8.6666666667vw;
  left: 50%;
  display: inline-block;
  width: 2.1333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/down-rd.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.works-floorplan-image > div a {
  display: block;
}

.works-floorplan-image-label {
  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-color: #5c1500;
  height: 10.6666666667vw;
  color: #ffffff;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  letter-spacing: 0.12em;
}

.works-floorplan-desc {
  margin-top: 8vw;
}

.works-floorplan-point {
  position: relative;
  margin-top: 14.6666666667vw;
  padding: 8vw 1.3333333333vw 0 1.3333333333vw;
}
.works-floorplan-point:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0e1d3;
}

.works-floorplan-point-ttl {
  position: absolute;
  top: -4vw;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  height: 8vw;
  background-color: #f0e1d3;
  color: #5c1500;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4vw;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .works-floorplan {
    margin-top: 6.9444444444vw;
  }
  .works-floorplan-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.7777777778vw 6.9444444444vw;
  }
  .works-floorplan-image > div {
    width: 31.25vw;
  }
  .works-floorplan-image > div:nth-child(n+2):before {
    top: 50%;
    left: -4.8611111111vw;
    width: 2.7777777778vw;
    height: 1.1111111111vw;
    background-image: url(../img/common/arrow-rd.svg);
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  .works-floorplan-image-label {
    height: 3.8888888889vw;
    font-size: 1.9444444444vw;
  }
  .works-floorplan-desc {
    margin-top: 3.4722222222vw;
  }
  .works-floorplan-point {
    margin-top: 5.5555555556vw;
    padding: 2.7777777778vw 0.9722222222vw 0 0.9722222222vw;
  }
  .works-floorplan-point:before {
    height: 0.0694444444vw;
  }
  .works-floorplan-point-ttl {
    top: -1.3888888889vw;
    height: 2.7777777778vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-floorplan {
    margin-top: 100px;
  }
  .works-floorplan-image {
    gap: 40px 100px;
  }
  .works-floorplan-image > div {
    width: 450px;
  }
  .works-floorplan-image > div:nth-child(n+2):before {
    left: -70px;
    width: 40px;
    height: 16px;
  }
  .works-floorplan-image-label {
    height: 56px;
    font-size: 2.8rem;
  }
  .works-floorplan-desc {
    margin-top: 50px;
  }
  .works-floorplan-point {
    margin-top: 80px;
    padding: 40px 14px 0 14px;
  }
  .works-floorplan-point:before {
    height: 1px;
  }
  .works-floorplan-point-ttl {
    top: -20px;
    height: 40px;
    font-size: 2.2rem;
  }
}
/* ------------------------------------------- voice - */
.works-voice {
  position: relative;
  padding: 9.3333333333vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}
.works-voice:after {
  content: "";
  position: absolute;
  top: -3.3333333333vw;
  right: -2.6666666667vw;
  display: inline-block;
  width: 21.3333333333vw;
  height: 13.6vw;
  background-image: url(../img/common/relax.svg);
  background-size: contain;
}

.works-voice-ttl {
  margin-bottom: 1em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
}

.works-voice-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 66.6666666667vw;
}

@media screen and (min-width: 751px) {
  .works-voice {
    padding: 3.4722222222vw 4.8611111111vw;
    border-radius: 0.3472222222vw;
  }
  .works-voice:after {
    top: 0.6944444444vw;
    right: -1.7361111111vw;
    width: 8.8194444444vw;
    height: 5.625vw;
  }
  .works-voice-ttl {
    font-size: 1.6666666667vw;
  }
  .works-voice-btn {
    margin-top: 2.7777777778vw;
    width: 31.9444444444vw;
  }
  .works-voice-btn .btn-box {
    height: 4.8611111111vw;
    line-height: 4.8611111111vw;
  }
  .works-voice-btn .btn-arrow {
    height: 4.8611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-voice {
    padding: 50px 70px;
    border-radius: 5px;
  }
  .works-voice:after {
    top: -10px;
    right: -25px;
    width: 127px;
    height: 81px;
  }
  .works-voice-ttl {
    font-size: 2.4rem;
  }
  .works-voice-btn {
    margin-top: 40px;
    width: 460px;
  }
  .works-voice-btn .btn-box {
    height: 70px;
    line-height: 70px;
  }
  .works-voice-btn .btn-arrow {
    height: 70px;
  }
}
/* ------------------------------------------- staff - */
.works-staff {
  position: relative;
}

.works-staff-image {
  margin: 0 auto 4vw auto;
  width: 61.3333333333vw;
}
.works-staff-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 61.3333333333vw;
  border-radius: 0.6666666667vw;
}

.works-staff-name {
  margin-top: 1em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
}

.works-staff-content {
  padding: 0 1.3333333333vw;
}

@media screen and (min-width: 751px) {
  .works-staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 2.7777777778vw;
  }
  .works-staff-image {
    margin: 0;
    width: 15.9722222222vw;
  }
  .works-staff-image img {
    height: 13.8888888889vw;
    border-radius: 0.3472222222vw;
  }
  .works-staff-name {
    font-size: 1.25vw;
  }
  .works-staff-content {
    padding: 0.5em 0 0 0;
    width: 45.8333333333vw;
  }
  .works-staff-content p {
    line-height: 1.5em;
  }
  .works-staff-content--full {
    width: 100% !important;
  }
}
@media screen and (min-width: 1441px) {
  .works-staff {
    padding: 0 40px;
  }
  .works-staff-image {
    width: 230px;
  }
  .works-staff-image img {
    height: 200px;
    border-radius: 5px;
  }
  .works-staff-name {
    font-size: 1.8rem;
  }
  .works-staff-content {
    width: 660px;
  }
}
/*  #blog
-------------------------------------------------------------------------------*/
.blog {
  position: relative;
  padding: 16vw 0 13.3333333333vw 0;
}

.blog-in {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
}

.blog-head {
  position: relative;
  margin-bottom: 8vw;
  text-align: center;
}

.blog-ja {
  position: relative;
}
.blog-ja:before {
  content: "";
  position: absolute;
  top: -25.3333333333vw;
  left: 1.3333333333vw;
  display: inline-block;
  width: 3.0666666667vw;
  height: 13.6vw;
  background-image: url(../img/common/pen.svg);
  background-size: contain;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.blog-catch span:nth-child(2):after {
  width: calc(100% - 0.75em);
}

.blog-ja {
  position: relative;
}

.blog-en {
  margin-top: 0.8em;
  color: #1a2f88;
}

.blog-btn {
  margin: 10.6666666667vw auto 0 auto;
  width: 85.3333333333vw;
}

@media screen and (max-width: 750px) {
  .blog-slide {
    position: relative;
    margin: 0 auto;
    width: 78.6666666667vw;
  }
  .blog-slide .swiper-wrapper .swiper-slide {
    left: 5.3333333333vw;
    margin-right: 10.6666666667vw;
    width: 78.6666666667vw !important;
    height: auto;
  }
  .blog-slide .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
  }
  #blog-control {
    margin-top: 8vw;
  }
  .sub--renov .blog-btn .btn-box,
  .sub--renov .blog-btn .btn-arrow {
    height: 26.6666666667vw;
  }
  .sub--renov .blog-btn .btn-box {
    line-height: 1.75em !important;
    letter-spacing: 0;
  }
  .sub--renov .blog-btn .btn-box > span:nth-child(1) {
    top: 50%;
    bottom: auto;
    padding-left: 5.3333333333vw;
    height: auto;
    text-align: left;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sub--renov .blog-btn .btn-box > span:nth-child(1) span.small {
    margin-left: -0.5em;
    font-size: 3.2vw;
  }
  .sub--renov .blog-btn .btn-box > span:nth-child(2) {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .blog {
    padding: 5.5555555556vw 0;
  }
  .blog-in {
    width: 88.8888888889vw;
  }
  .blog-head {
    margin-bottom: 6.25vw;
  }
  .blog-ja:before {
    top: 50%;
    left: 15.625vw;
    width: 1.5972222222vw;
    height: 7.0833333333vw;
    -webkit-transform: translateY(-50%) rotate(-20deg);
            transform: translateY(-50%) rotate(-20deg);
  }
  .blog-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.7777777778vw;
    width: auto;
    height: auto;
  }
  .blog-slide .swiper-wrapper .swiper-slide {
    width: 27.7777777778vw !important;
  }
  #blog-control {
    display: none;
  }
  .blog-btn {
    margin-top: 6.9444444444vw;
    width: 41.6666666667vw;
  }
  .sub--renov .blog-btn {
    width: 72.9166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog {
    padding: 130px 0;
  }
  .blog-in {
    width: 1280px;
  }
  .blog-head {
    margin-bottom: 90px;
  }
  .blog-ja:before {
    left: 225px;
    width: 23px;
    height: 102px;
  }
  .blog-slide .swiper-wrapper {
    gap: 40px;
  }
  .blog-slide .swiper-wrapper .swiper-slide {
    width: 400px !important;
  }
  .blog-btn {
    margin-top: 100px;
    width: 600px;
  }
  .sub--renov .blog-btn {
    width: 1050px;
  }
}
/*  #consul
-------------------------------------------------------------------------------*/
.consul {
  position: relative;
  background-color: #e0d4c8;
}
.consul:before {
  content: "";
  position: absolute;
  top: -6.6666666667vw;
  right: 2.6666666667vw;
  display: inline-block;
  width: 8.2666666667vw;
  height: 9.4666666667vw;
  background-image: url(../img/inquiry/clip_sp.png);
  background-size: contain;
  z-index: 2;
}

.consul-in {
  position: relative;
  padding: 6.6666666667vw 0;
  overflow: hidden;
  z-index: 1;
}

.consul-box {
  position: relative;
  margin: 0 auto;
  padding: 8vw 6.6666666667vw 6.6666666667vw 6.6666666667vw;
  width: 92vw;
  background-color: #f7f3ef;
  border-radius: 0.6666666667vw;
}
.consul-box:after {
  content: "";
  position: absolute;
  left: -36vw;
  bottom: -18.6666666667vw;
  display: inline-block;
  width: 45.3333333333vw;
  height: 42.6666666667vw;
  background-image: url(../img/inquiry/deco.svg);
  background-size: contain;
  z-index: -1;
}

.consul-ttl {
  position: relative;
  margin-bottom: 8vw;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
.consul-ttl:before, .consul-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14vw;
  height: 1px;
  background-color: #383838;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.consul-ttl:before {
  left: 0;
}
.consul-ttl:after {
  right: 0;
}

.consul-left {
  position: relative;
  padding: 11.7333333333vw 5.0666666667vw 6vw 5.0666666667vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

.consul-label {
  position: absolute;
  top: 0;
  left: 0;
  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;
  padding-bottom: 0.1em;
  width: 56vw;
  height: 6.4vw;
  background-color: #515252;
  border-radius: 0 0 0.6666666667vw 0;
  color: #ffffff;
  font-size: 3.3333333333vw;
  letter-spacing: 0.06em;
}

.consul-tel a {
  display: block;
  font-family: "Bellefair", serif;
  font-size: 6.6666666667vw;
  font-weight: 400;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.consul-time {
  margin-top: 3.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.75em;
}

.consul-right {
  margin-top: 6.6666666667vw;
}

.consul-text p {
  font-size: 3.7333333333vw;
}
.consul-text p span {
  font-size: 3.2vw;
}

.consul-btn {
  margin-top: 4.6666666667vw;
}

@media screen and (max-width: 750px) {
  .consul:after {
    content: "";
    position: absolute;
    left: 2.6666666667vw;
    bottom: -2.6666666667vw;
    display: inline-block;
    width: 9.6vw;
    height: 13.3333333333vw;
    background-image: url(../img/common/couple.svg);
    background-size: contain;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    z-index: 1;
  }
}
@media screen and (min-width: 751px) {
  .consul:before {
    top: -3.4722222222vw;
    right: 3.4722222222vw;
    width: 4.3055555556vw;
    height: 4.9305555556vw;
    background-image: url(../img/inquiry/clip.png);
    background-image: image-set(url(../img/inquiry/clip.png) 1x, url(../img/inquiry/clip-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/clip.png) 1x, url(../img/inquiry/clip-2x.png) 2x);
  }
  .consul-in {
    padding: 4.1666666667vw 0;
  }
  .consul-box {
    padding: 4.1666666667vw 5.5555555556vw;
    width: 88.8888888889vw;
    border-radius: 0.3472222222vw;
  }
  .consul-box:before {
    content: "";
    position: absolute;
    top: -2.7777777778vw;
    right: -2.7777777778vw;
    display: inline-block;
    width: 9.7222222222vw;
    height: 9.7222222222vw;
    background-image: url(../img/inquiry/asterisk.svg);
    background-size: contain;
    z-index: -1;
  }
  .consul-box:after {
    left: -18.75vw;
    bottom: -15.2777777778vw;
    width: 23.6111111111vw;
    height: 22.2222222222vw;
  }
  .consul-ttl {
    margin-bottom: 4.1666666667vw;
    font-size: 2.5vw;
  }
  .consul-ttl:before, .consul-ttl:after {
    width: 17.7777777778vw;
    height: 0.0694444444vw;
  }
  .consul-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .consul-left {
    padding: 3.8194444444vw 4.5138888889vw 2.0833333333vw 4.5138888889vw;
    width: 33.3333333333vw;
    background-color: #ffffff;
    border-radius: 0.3472222222vw;
  }
  .consul-left:after {
    content: "";
    position: absolute;
    left: -3.4722222222vw;
    bottom: -2.0833333333vw;
    display: inline-block;
    width: 5vw;
    height: 6.9444444444vw;
    background-image: url(../img/common/couple.svg);
    background-size: contain;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    z-index: 1;
  }
  .consul-label {
    width: 18.75vw;
    height: 1.9444444444vw;
    border-radius: 0 0 0.3472222222vw 0;
    font-size: 1.1111111111vw;
  }
  .consul-tel a {
    font-size: 2.4305555556vw;
    pointer-events: none;
  }
  .consul-time {
    margin-top: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .consul-right {
    margin: 0;
    width: 38.8888888889vw;
  }
  .consul-text p {
    font-size: 1.25vw;
  }
  .consul-text p span {
    font-size: 0.9722222222vw;
  }
  .consul-btn {
    margin-top: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .consul:before {
    top: -50px;
    right: 50px;
    width: 62px;
    height: 71px;
  }
  .consul-in {
    padding: 60px 0;
  }
  .consul-box {
    padding: 60px 80px;
    width: 1280px;
    border-radius: 5px;
  }
  .consul-box:before {
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
  }
  .consul-box:after {
    left: -270px;
    bottom: -220px;
    width: 340px;
    height: 320px;
  }
  .consul-ttl {
    margin-bottom: 60px;
    font-size: 3.6rem;
  }
  .consul-ttl:before, .consul-ttl:after {
    width: 256px;
    height: 1px;
  }
  .consul-left {
    padding: 55px 65px 30px 65px;
    width: 480px;
    border-radius: 5px;
  }
  .consul-left:after {
    left: -50px;
    bottom: -30px;
    width: 72px;
    height: 100px;
  }
  .consul-label {
    width: 270px;
    height: 28px;
    border-radius: 0 0 5px 0;
    font-size: 1.6rem;
  }
  .consul-tel a {
    font-size: 3.5rem;
  }
  .consul-time {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .consul-right {
    width: 560px;
  }
  .consul-text p {
    font-size: 1.8rem;
  }
  .consul-text p span {
    font-size: 1.4rem;
  }
  .consul-btn {
    margin-top: 28px;
  }
}
/*  #faq
-------------------------------------------------------------------------------*/
.faq {
  position: relative;
  padding: 17.3333333333vw 0 31.3333333333vw 0;
  background-color: #f0e8e0;
}
.faq:after {
  content: "";
  position: absolute;
  right: 2.6666666667vw;
  bottom: 0;
  display: inline-block;
  width: 13.7333333333vw;
  height: 23.3333333333vw;
  background-image: url(../img/common/green2.svg);
  background-size: contain;
}

.faq--estate {
  margin-bottom: 13.3333333333vw;
}

.faq-head {
  margin-bottom: 11.3333333333vw;
}

.faq-ja {
  text-align: center;
}

.faq-en {
  margin-top: 0.8em;
  color: #1a2f88;
  text-align: center;
}

.faq-slide {
  margin: 0 auto;
  width: 100%;
}

.faq-items .faq-item:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}

.faq-item {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

.faq-item dt,
.faq-item dd {
  position: relative;
}
.faq-item dt:before,
.faq-item dd:before {
  content: "Q.";
  position: absolute;
  top: 6vw;
  left: 3.6vw;
  color: #1a2f88;
  font-family: "Bellefair", serif;
  font-size: 7.4666666667vw;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.faq-item dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6vw 6vw 6vw 16vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.75em;
  cursor: pointer;
}
.faq-item dt:before {
  content: "Q.";
}
.faq-item dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 8vw;
  height: 8vw;
  background-image: url(../img/faq/arrow.png);
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-item dt.is-open:after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}

.faq-item dd {
  position: relative;
  padding: 5.3333333333vw 6vw 4.6666666667vw 15.3333333333vw;
  border-top-color: #1a2f88;
  border-top-style: dashed;
  border-top-width: 1px;
  font-size: 4vw;
  line-height: 1.75em;
}
.faq-item dd:before {
  content: " A.";
}

@media screen and (max-width: 750px) {
  .faq-slide .swiper-slide {
    left: 1.3333333333vw;
    margin-right: 2.6666666667vw;
    width: 94.6666666667vw !important;
    height: auto;
  }
  .faq-slide .swiper-slide:last-child {
    margin-right: 0;
  }
  .faq-item dt:after {
    content: none;
  }
  #faq-control {
    position: relative;
    margin: 13.3333333333vw auto 0 auto;
    padding: 0 17.3333333333vw;
    width: 70.6666666667vw;
  }
  #faq-prev {
    position: absolute;
    top: 0;
    left: 0;
  }
  #faq-next {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  .faq {
    padding: 9.0277777778vw 0;
  }
  .faq:after {
    right: 1.3888888889vw;
    width: 10.2777777778vw;
    height: 17.4305555556vw;
  }
  .faq--estate {
    margin-bottom: 9.0277777778vw;
  }
  .faq-head {
    margin-bottom: 5.5555555556vw;
  }
  .faq-slide {
    width: 69.4444444444vw;
  }
  .faq-items {
    display: block;
    width: auto;
    height: auto;
  }
  .faq-items .faq-item:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .faq-item {
    border-radius: 0.3472222222vw;
  }
  .faq-item dt,
  .faq-item dd {
    padding-left: 5.9027777778vw;
  }
  .faq-item dt:before,
  .faq-item dd:before {
    top: 1.6666666667vw;
    left: 1.3888888889vw;
    font-size: 2.2222222222vw;
  }
  .faq-item dt {
    padding: 1.7361111111vw 7.6388888889vw 1.7361111111vw 5.9027777778vw;
    font-size: 1.1111111111vw;
  }
  .faq-item dt:after {
    right: 1.3888888889vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .faq-item dd {
    display: none;
    padding: 1.7361111111vw 7.6388888889vw 1.3888888889vw 5.9027777778vw;
    border-top-width: 0.0694444444vw;
    font-size: 1.1111111111vw;
  }
  #faq-control {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .faq {
    padding: 130px 0;
  }
  .faq:after {
    right: 20px;
    width: 148px;
    height: 251px;
  }
  .faq--estate {
    margin-bottom: 130px;
  }
  .faq-head {
    margin-bottom: 80px;
  }
  .faq-slide {
    width: 1000px;
  }
  .faq-items .faq-item:nth-child(n+2) {
    margin-top: 10px;
  }
  .faq-item {
    border-radius: 5px;
  }
  .faq-item dt,
  .faq-item dd {
    padding-left: 85px;
  }
  .faq-item dt:before,
  .faq-item dd:before {
    top: 24px;
    left: 20px;
    font-size: 3.2rem;
  }
  .faq-item dt {
    padding: 25px 110px 25px 85px;
    font-size: 1.6rem;
  }
  .faq-item dt:after {
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .faq-item dd {
    padding: 25px 110px 20px 85px;
    border-top-width: 1px;
    font-size: 1.6rem;
  }
}
/*  #flow
-------------------------------------------------------------------------------*/
.flow {
  position: relative;
  padding: 17.3333333333vw 0;
  background-color: #ffffff;
}

.flow .sub-in {
  position: relative;
  width: 86.6666666667vw;
}
.flow .sub-in:before {
  content: "";
  position: absolute;
  left: 78.6666666667vw;
  display: inline-block;
  background-size: contain;
}

.flow--kitchen .sub-in:before {
  top: 4vw;
  left: 78.6666666667vw;
  width: 11.3333333333vw;
  height: 6.6666666667vw;
  background-image: url(../img/common/microwaveable.svg);
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.flow--bathroom .sub-in:before {
  top: -12vw;
  left: 81.3333333333vw;
  width: 7.8666666667vw;
  height: 19.2vw;
  background-image: url(../img/common/sponge.png);
}

.flow--toilet .sub-in:before {
  top: 2.6666666667vw;
  left: 80vw;
  width: 10.9333333333vw;
  height: 14.2666666667vw;
  background-image: url(../img/common/toilet_sp.png);
}

.flow--renov .sub-in:before {
  content: none;
}

.flow-head {
  margin-bottom: 9.3333333333vw;
}

.flow-en {
  position: relative;
  margin-top: 0.8em;
  padding-left: 25.3333333333vw;
  color: #1a2f88;
}
.flow-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22.4vw;
  height: 1px;
  background-color: #383838;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flow-lead {
  margin-bottom: 10vw;
}

.flow-slide {
  position: relative;
}

.flow-slide-item {
  position: relative;
  width: 78.6666666667vw;
}

.flow-slide-num {
  position: relative;
  margin-bottom: 9.3333333333vw;
  padding-top: 6vw;
  color: #5c1500;
  font-family: "Bellefair", serif;
  font-size: 6.1333333333vw;
  text-align: center;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}
.flow-slide-num:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-color: #5c1500;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.flow-slide-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.flow-slide-ttl {
  color: #5c1500;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.flow-slide-text {
  margin-top: 1.5em;
}
.flow-slide-text p {
  font-size: 3.6vw;
  letter-spacing: 0.1em;
}

#flow-control {
  margin-top: 12vw;
}

@media screen and (max-width: 750px) {
  .flow-ja {
    font-size: 6vw;
  }
  .flow-slide {
    margin: 0 auto;
    width: 78.6666666667vw;
  }
  .flow-slide:before {
    content: "";
    position: absolute;
    top: 2.2vw;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: #5c1500;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .flow-slide-item {
    left: 3.3333333333vw;
    margin-right: 6.6666666667vw;
  }
  .flow-slide .swiper-wrapper .flow-slide-item:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 751px) {
  .flow {
    padding: 10.4166666667vw 0;
  }
  .flow .sub-in {
    padding-left: 8.3333333333vw;
    width: 86.1111111111vw;
  }
  .flow--kitchen .sub-in:before {
    top: -3.8194444444vw;
    left: 0;
    width: 5.9027777778vw;
    height: 3.4722222222vw;
  }
  .flow--bathroom .sub-in:before {
    top: -6.25vw;
    left: 0;
    width: 5.1388888889vw;
    height: 12.5vw;
  }
  .flow--toilet .sub-in:before {
    top: -6.25vw;
    left: 0;
    width: 5.6944444444vw;
    height: 7.4305555556vw;
    background-image: url(../img/common/toilet.png);
  }
  .flow-head {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 12.1527777778vw;
  }
  .flow-ja,
  .flow-en {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .flow-ja {
    font-family: "ZenOldMinchotateOnly", serif;
  }
  .flow-en {
    margin: 0;
    padding: 9.375vw 0 0 0;
  }
  .flow-en:before {
    top: 0;
    left: 50%;
    width: 0.0694444444vw;
    height: 8.3333333333vw;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  .flow-lead {
    margin: 0 0 9.0277777778vw 0;
    width: 59.7222222222vw;
  }
  .flow-slide {
    position: relative;
    padding-top: 3.4722222222vw;
    width: 59.7222222222vw;
  }
  .flow-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0.6944444444vw;
    width: 0.0694444444vw;
    height: 100%;
    background-color: #5c1500;
  }
  .flow-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.0833333333vw;
    width: auto;
    height: auto;
  }
  .flow-slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .flow-slide-num {
    position: relative;
    top: -0.15em;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 2.7777777778vw;
    width: 11.1111111111vw;
    font-size: 1.8055555556vw;
    text-align: left;
    line-height: 1em;
  }
  .flow-slide-num span {
    position: relative;
    top: 0.15em;
  }
  .flow-slide-num:after {
    top: 50%;
    left: 0;
    bottom: auto;
    width: 1.4583333333vw;
    height: 1.4583333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .flow-slide-image {
    margin-bottom: 0;
    width: 11.1111111111vw;
    border-radius: 0.3472222222vw;
  }
  .flow-slide-content {
    margin-left: 2.0833333333vw;
    width: 35.0694444444vw;
  }
  .flow-slide-ttl {
    font-size: 1.6666666667vw;
  }
  .flow-slide-text {
    margin-top: 1em;
  }
  .flow-slide-text p {
    font-size: 1.25vw;
  }
  #flow-control {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .flow {
    padding: 150px 0;
  }
  .flow .sub-in {
    padding-left: 120px;
    width: 1240px;
  }
  .flow--kitchen .sub-in:before {
    top: -55px;
    left: 0;
    width: 85px;
    height: 50px;
  }
  .flow--bathroom .sub-in:before {
    top: -90px;
    left: 0;
    width: 74px;
    height: 180px;
  }
  .flow--toilet .sub-in:before {
    top: -90px;
    width: 82px;
    height: 107px;
  }
  .flow-head {
    width: 175px;
  }
  .flow-en {
    padding-top: 135px;
  }
  .flow-en:before {
    width: 1px;
    height: 120px;
  }
  .flow-lead {
    margin-bottom: 130px;
    width: 860px;
  }
  .flow-slide {
    padding-top: 50px;
    width: 860px;
  }
  .flow-slide:before {
    left: 10px;
    width: 1px;
  }
  .flow-slide .swiper-wrapper {
    gap: 30px;
  }
  .flow-slide-num {
    padding: 0 0 0 40px;
    width: 160px;
    font-size: 2.6rem;
  }
  .flow-slide-num:after {
    width: 21px;
    height: 21px;
  }
  .flow-slide-image {
    width: 160px;
    border-radius: 5px;
  }
  .flow-slide-content {
    margin-left: 30px;
    width: 505px;
  }
  .flow-slide-ttl {
    font-size: 2.4rem;
  }
  .flow-slide-text p {
    font-size: 1.8rem;
  }
}
/*  #mv
-------------------------------------------------------------------------------*/
.mv {
  position: relative;
  margin: 0 auto 5.3333333333vw auto;
  width: 86.6666666667vw;
}

.mv-image {
  position: relative;
  margin-bottom: 14.6666666667vw;
  width: 80vw;
}
.mv-image img {
  border-radius: 0.6666666667vw;
}
.mv-image:before {
  content: "";
  position: absolute;
  top: 4vw;
  left: 2.6666666667vw;
  width: 100%;
  height: 100%;
  background-color: #cdd1e4;
  border-radius: 0.6666666667vw;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  z-index: -1;
}
.mv-image:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}

.mv--kitchen .mv-image:after {
  left: -6vw;
  bottom: -5.3333333333vw;
  width: 13.0666666667vw;
  height: 17.3333333333vw;
  background-image: url(../img/kitchen/pot.png);
  -webkit-transform: rotate(-17.81deg);
          transform: rotate(-17.81deg);
}

.mv-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding: 0 2em;
  height: 8vw;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.05);
  color: #1a2f88;
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.mv-ttl {
  font-family: "ZenOldMincho", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 500;
  line-height: 1.66em;
  letter-spacing: 0.02em;
}

.mv-text {
  margin-top: 1.5em;
}
.mv-text p {
  font-size: 4vw;
  letter-spacing: 0.08em;
}

.mv-btn {
  position: relative;
  margin: 10vw auto 0 auto;
  width: 78.6666666667vw;
}
.mv-btn:before {
  content: "";
  position: absolute;
  top: -5.3333333333vw;
  left: -6.6666666667vw;
  display: inline-block;
  width: 8.2666666667vw;
  height: 9.0666666667vw;
  background-image: url(../img/common/leaf2.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 2.0833333333vw auto;
    padding-left: 6.25vw;
    width: 91.6666666667vw;
  }
  .mv-image {
    margin: 0;
    width: 41.6666666667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mv-image img {
    border-radius: 0.3472222222vw;
  }
  .mv-image:before {
    top: 2.0833333333vw;
    left: 1.3888888889vw;
    border-radius: 0.3472222222vw;
  }
  .mv--kitchen .mv-image:after {
    left: -3.125vw;
    bottom: -2.7777777778vw;
    width: 6.8055555556vw;
    height: 9.0277777778vw;
  }
  .mv-content {
    width: 36.8055555556vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mv-label {
    margin-bottom: 2em;
    height: 3.4722222222vw;
    font-size: 1.3888888889vw;
  }
  .mv-ttl {
    font-size: 2.5vw;
  }
  .mv-text p {
    font-size: 1.25vw;
    letter-spacing: 0.1em;
  }
  .mv-btn {
    margin: 5.5555555556vw 0 0 0;
    width: 100%;
  }
  .mv-btn:before {
    top: -2.7777777778vw;
    left: -3.4722222222vw;
    width: 4.3055555556vw;
    height: 4.7222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .mv {
    margin: 0 auto 30px auto;
    padding-left: 90px;
    width: 1320px;
  }
  .mv-image {
    width: 600px;
  }
  .mv-image img {
    border-radius: 5px;
  }
  .mv-image:before {
    top: 30px;
    left: 20px;
    border-radius: 5px;
  }
  .mv--kitchen .mv-image:after {
    left: -45px;
    bottom: -40px;
    width: 98px;
    height: 130px;
  }
  .mv-content {
    width: 530px;
  }
  .mv-label {
    height: 50px;
    font-size: 2rem;
  }
  .mv-ttl {
    font-size: 3.6rem;
  }
  .mv-text p {
    font-size: 1.8rem;
  }
  .mv-btn {
    margin-top: 80px;
  }
  .mv-btn:before {
    top: -40px;
    left: -50px;
    width: 62px;
    height: 68px;
  }
}
/*  #option
-------------------------------------------------------------------------------*/
.option {
  position: relative;
  padding: 17.3333333333vw 0;
  background-color: #ffffff;
}

.option-head {
  position: relative;
  margin-bottom: 10vw;
  text-align: center;
}
.option-head:before, .option-head:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.option-head:before {
  top: 2.6666666667vw;
  left: 2.6666666667vw;
  width: 3.8666666667vw;
  height: 11.7333333333vw;
  background-image: url(../img/common/pliers.svg);
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
.option-head:after {
  top: 44vw;
  right: 1.3333333333vw;
  width: 4.9333333333vw;
  height: 11.6vw;
  background-image: url(../img/common/nipper.svg);
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}

.option-list {
  margin: 0 auto;
  width: 86.6666666667vw;
}

.option-list > li:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.option-list-images {
  position: relative;
  margin: 0 auto 8vw auto;
  width: 82vw;
}

.option-list-image {
  width: 73.3333333333vw;
  border-color: #cdd1e4;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 0.6666666667vw;
}

.option-list-num {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 13.3333333333vw;
  color: #1a2f88;
  font-family: "Bellefair", serif;
  font-size: 4.8vw;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.option-list-num span {
  position: relative;
  left: -0.1em;
  margin-top: 0.2em;
}
.option-list-num:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 10.6666666667vw;
  background-color: #383838;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.option-list-ttl {
  margin-bottom: 1em;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 5.8666666667vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.02em;
}

.option-list-text {
  margin-top: 1.5em;
}

@media screen and (max-width: 750px) {
  .sub--renov .option-ja {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .option {
    padding: 9.0277777778vw 0;
  }
  .option-head {
    margin-bottom: 8.3333333333vw;
  }
  .option-head:before {
    top: 4.8611111111vw;
    left: 10.0694444444vw;
    width: 2.0138888889vw;
    height: 6.1111111111vw;
  }
  .option-head:after {
    top: 0.6944444444vw;
    right: 9.7222222222vw;
    width: 2.5694444444vw;
    height: 6.0416666667vw;
  }
  .option-list {
    width: 86.8055555556vw;
  }
  .option-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .option-list > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .option-list-images {
    margin: 0;
    width: 34.0277777778vw;
  }
  .option-list-image {
    width: 30.5555555556vw;
    border-width: 0.3472222222vw;
    border-radius: 0.3472222222vw;
  }
  .option-list-num {
    padding-top: 6.9444444444vw;
    font-size: 1.8055555556vw;
  }
  .option-list-num:before {
    width: 0.0694444444vw;
    height: 5.5555555556vw;
  }
  .option-list-content {
    width: 45.8333333333vw;
  }
  .option-list-ttl {
    margin-bottom: 1.2em;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .option {
    padding: 130px 0;
  }
  .option-head {
    margin-bottom: 120px;
  }
  .option-head:before {
    top: 70px;
    left: 145px;
    width: 29px;
    height: 88px;
  }
  .option-head:after {
    top: 10px;
    right: 140px;
    width: 37px;
    height: 87px;
  }
  .option-list {
    width: 1250px;
  }
  .option-list > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .option-list-images {
    width: 490px;
  }
  .option-list-image {
    width: 440px;
    border-width: 5px;
    border-radius: 5px;
  }
  .option-list-num {
    padding-top: 100px;
    font-size: 2.6rem;
  }
  .option-list-num:before {
    width: 1px;
    height: 80px;
  }
  .option-list-content {
    width: 660px;
  }
  .option-list-ttl {
    font-size: 3.6rem;
  }
}
/*  #problem
-------------------------------------------------------------------------------*/
.problem {
  position: relative;
  padding: 17.3333333333vw 0 20vw 0;
}

.problem .sub-in {
  width: 86.6666666667vw;
}

.problem-head {
  position: relative;
  margin-bottom: 10.6666666667vw;
  text-align: center;
}

.problem-ja {
  position: relative;
}
.problem-ja:before {
  content: "";
  position: absolute;
  top: -16vw;
  left: 0.2666666667vw;
  display: inline-block;
  width: 6.9333333333vw;
  height: 10.9333333333vw;
  background-image: url(../img/common/coffee.svg);
  background-size: contain;
}

.sub--renov .problem-ja:before {
  top: -10.6666666667vw;
  left: 77.3333333333vw;
  width: 15.7333333333vw;
  height: 13.8666666667vw;
  background-image: url(../img/common/house3.svg);
  -webkit-transform: none;
          transform: none;
}

.problem-slide {
  position: relative;
}

.problem-slide .swiper-wrapper .swiper-slide {
  padding: 2.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

.problem-slide-label {
  position: absolute;
  top: 5.3333333333vw;
  left: 2.6666666667vw;
  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;
  padding: 0 1em;
  height: 7.3333333333vw;
  background-color: #ffffff;
  color: #1a2f88;
  font-size: 3.4666666667vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 1;
}

.problem-slide-image {
  margin-bottom: 6vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.problem-slide-ttl {
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.75em;
  letter-spacing: 0.06em;
}

.problem-slide-text {
  margin-top: 4.6666666667vw;
  padding: 4.6666666667vw 4vw;
  background-color: #f6f6f6;
  border-radius: 0.6666666667vw;
}
.problem-slide-text p {
  font-size: 3.4666666667vw;
}

@media screen and (max-width: 750px) {
  .problem-ja {
    font-size: 5.3333333333vw;
  }
  .problem-ja:before {
    -webkit-transform: rotate(-15.34deg);
            transform: rotate(-15.34deg);
  }
  .problem-slide .swiper-wrapper .swiper-slide {
    left: 5.3333333333vw;
    margin-right: 10.6666666667vw;
    padding: 2.6666666667vw;
    width: 78.6666666667vw;
    height: auto;
  }
  .problem-slide .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
  }
  #problem-control {
    position: relative;
    margin: 13.3333333333vw auto 0 auto;
    padding: 0 17.3333333333vw;
    width: 70.6666666667vw;
  }
  #problem-prev {
    position: absolute;
    top: 0;
    left: 0;
  }
  #problem-next {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  .problem {
    padding: 9.0277777778vw 0;
  }
  .problem .sub-in {
    width: 77.7777777778vw;
  }
  .problem-head {
    margin-bottom: 6.9444444444vw;
  }
  .problem-ja:before {
    top: 50%;
    left: 9.0277777778vw;
    margin-top: -0.6944444444vw;
    width: 4.3055555556vw;
    height: 6.875vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sub--renov .problem-ja:before {
    top: 0;
    left: 63.5416666667vw;
    width: 8.1944444444vw;
    height: 7.2222222222vw;
  }
  .problem-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.0833333333vw 2.7777777778vw;
    width: auto;
    height: auto;
  }
  .problem-slide--vertical {
    width: 37.5vw;
  }
  .problem-slide .swiper-wrapper .swiper-slide {
    padding: 1.3888888889vw;
    border-radius: 0.3472222222vw;
  }
  .problem-slide-label {
    top: 2.7777777778vw;
    left: 1.3888888889vw;
    height: 2.4305555556vw;
    font-size: 1.1111111111vw;
  }
  .problem-slide-image {
    margin-bottom: 1.7361111111vw;
    border-radius: 0.3472222222vw;
  }
  .problem-slide-ttl {
    font-size: 1.9444444444vw;
  }
  .problem-slide-text {
    margin-top: 1.7361111111vw;
    padding: 1.3888888889vw 1.3194444444vw;
    border-radius: 0.3472222222vw;
  }
  .problem-slide-text p {
    min-height: 8.75em;
    font-size: 1.0416666667vw;
  }
  .problem-slide--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .problem-slide--horizontal .problem-slide-image {
    margin: 0;
    width: 34.7222222222vw;
  }
  .problem-slide--horizontal .problem-slide-content {
    width: 38.8888888889vw;
  }
  #problem-control {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .problem {
    padding: 130px 0;
  }
  .problem .sub-in {
    width: 1120px;
  }
  .problem-head {
    margin-bottom: 100px;
  }
  .problem-ja:before {
    margin-top: -10px;
    left: 130px;
    width: 62px;
    height: 99px;
  }
  .sub--renov .problem-ja:before {
    left: 915px;
    width: 118px;
    height: 104px;
  }
  .problem-slide .swiper-wrapper {
    gap: 30px 40px;
  }
  .problem-slide--vertical {
    width: 540px;
  }
  .problem-slide .swiper-wrapper .swiper-slide {
    padding: 20px;
    border-radius: 5px;
  }
  .problem-slide-label {
    top: 40px;
    left: 20px;
    height: 35px;
    font-size: 1.6rem;
  }
  .problem-slide-image {
    margin-bottom: 25px;
    border-radius: 5px;
  }
  .problem-slide-ttl {
    font-size: 2.8rem;
  }
  .problem-slide-text {
    margin-top: 25px;
    padding: 20px 19px;
    border-radius: 5px;
  }
  .problem-slide-text p {
    font-size: 1.5rem;
  }
  .problem-slide--horizontal .problem-slide-image {
    width: 500px;
  }
  .problem-slide--horizontal .problem-slide-content {
    width: 560px;
  }
}
/* #reason
-------------------------------------------------------------------------------*/
.reason {
  position: relative;
  padding: 17.3333333333vw 0;
}
.reason:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 26.4vw;
  height: 11.2vw;
  background-image: url(../img/common/flag.svg);
  background-size: contain;
}

.reason-head {
  margin-bottom: 10vw;
  text-align: center;
}

.reason-message-btn {
  margin: 10.6666666667vw auto 0 auto;
  width: 80vw;
}

@media screen and (max-width: 750px) {
  .reason-ja {
    font-size: 5.7333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .reason {
    padding: 9.0277777778vw 0 11.1111111111vw 0;
  }
  .reason:after {
    width: 13.75vw;
    height: 5.8333333333vw;
  }
  .reason-head {
    margin-bottom: 8.3333333333vw;
  }
  .reason-message-btn {
    margin: 4.1666666667vw 0 0 0;
    width: 35.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .reason {
    padding: 130px 0 160px 0;
  }
  .reason:after {
    width: 198px;
    height: 84px;
  }
  .reason-head {
    margin-bottom: 120px;
  }
  .reason-message-btn {
    margin-top: 60px;
    width: 510px;
  }
}
/* ------------------------------------------- intro - */
.reason-message {
  margin: 0 auto;
  width: 84vw;
}

.sub--reason .reason-message {
  margin-bottom: 20vw;
}

.reason-message-image {
  position: relative;
  margin-bottom: 12vw;
  width: 80vw;
}
.reason-message-image img {
  border-radius: 0.6666666667vw;
}
.reason-message-image:before {
  content: "";
  position: absolute;
  top: 3.3333333333vw;
  left: 4vw;
  width: 100%;
  height: 100%;
  background-color: #cdd1e4;
  border-radius: 0.6666666667vw;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  z-index: -1;
}

.reason-message-ttl {
  margin-bottom: 1em;
  color: #231815;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 5.8666666667vw;
  font-weight: 500;
  line-height: 1.52em;
  letter-spacing: 0.02em;
}

.reason-message-text p {
  font-size: 4vw;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .reason-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 6.5972222222vw;
    width: 91.6666666667vw;
  }
  .sub--reason .reason-message {
    margin-bottom: 12.1527777778vw;
  }
  .reason-message-image {
    margin: 0;
    width: 41.6666666667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .reason-message-image img {
    border-radius: 0.3472222222vw;
  }
  .reason-message-image:before {
    top: 1.7361111111vw;
    left: 2.0833333333vw;
    border-radius: 0.3472222222vw;
  }
  .reason-message-content {
    width: 37.5vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .reason-message-ttl {
    font-size: 2.5vw;
    line-height: 1.66em;
  }
  .reason-message-text p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .reason-message {
    padding-left: 95px;
    width: 1320px;
  }
  .sub--reason .reason-message {
    margin-bottom: 175px;
  }
  .reason-message-image {
    width: 600px;
  }
  .reason-message-image img {
    border-radius: 5px;
  }
  .reason-message-image:before {
    top: 25px;
    left: 30px;
    border-radius: 5px;
  }
  .reason-message-content {
    width: 540px;
  }
  .reason-message-ttl {
    font-size: 3.6rem;
  }
  .reason-message-text p {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- list - */
.reason-list-head {
  position: relative;
  margin: 0 auto 13.3333333333vw auto;
  width: 88vw;
  font-family: "ZenOldMincho", sans-serif;
  font-weight: 500;
  text-align: center;
}
.reason-list-head span.under {
  position: relative;
  display: inline-block;
  padding-bottom: 0.7em;
  font-size: 4.5333333333vw;
  letter-spacing: 0.12em;
}
.reason-list-head span.under:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4vw;
  background-color: #5c1500;
}
.reason-list-head span.big {
  display: inline-block;
  margin-top: 3.3333333333vw;
  font-size: 6.4vw;
  letter-spacing: 0.12em;
}
.reason-list-head span.num {
  font-size: 7.4666666667vw;
}
.reason-list-head:before, .reason-list-head:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.reason-list-head:before {
  top: 1.3333333333vw;
  left: 1.3333333333vw;
  width: 4.5333333333vw;
  height: 10.8vw;
  background-image: url(../img/common/green.svg);
  -webkit-transform: rotate(-4.96deg);
          transform: rotate(-4.96deg);
}
.reason-list-head:after {
  top: 7.3333333333vw;
  right: -2.6666666667vw;
  width: 8.4vw;
  height: 9.4666666667vw;
  background-image: url(../img/common/sofa.svg);
}

.reason-list {
  margin: 0 auto;
  width: 88vw;
}

.reason-list > li {
  position: relative;
}

.reason-list > li:nth-child(n+2) {
  margin-top: 12vw;
}

.reason-list-ttl {
  margin-bottom: 0.8em;
  color: #231815;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 5.7333333333vw;
  font-weight: 500;
  line-height: 1.46em;
  letter-spacing: 0.02em;
}
.reason-list-ttl span.indent {
  position: relative;
  left: -0.5em;
}

.reason-list-text p {
  font-size: 4vw;
  letter-spacing: 0.1em;
}

.reason-list-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 8vw auto;
  width: 81.3333333333vw;
}

.reason-list-image {
  position: relative;
  width: 73.3333333333vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 0.6666666667vw;
}

.reason-list-num {
  position: relative;
  padding-top: 13.3333333333vw;
  color: #1a2f88;
  font-family: "Bellefair", serif;
  font-size: 4.8vw;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.reason-list-num span {
  position: relative;
  left: -0.1em;
  margin-top: 0.2em;
}
.reason-list-num:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 10.6666666667vw;
  background-color: #383838;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .reason-list-head {
    margin: 0 auto 10.4166666667vw auto;
    width: 86.1111111111vw;
  }
  .reason-list-head span.under {
    font-size: 1.9444444444vw;
  }
  .reason-list-head span.under:after {
    height: 0.2083333333vw;
  }
  .reason-list-head span.big {
    margin-top: 2.0833333333vw;
    font-size: 2.7777777778vw;
  }
  .reason-list-head span.num {
    font-size: 3.4722222222vw;
  }
  .reason-list-head:before {
    top: 0.3472222222vw;
    left: 20.1388888889vw;
    width: 2.3611111111vw;
    height: 5.625vw;
  }
  .reason-list-head:after {
    top: 3.125vw;
    right: 18.75vw;
    width: 4.375vw;
    height: 4.9305555556vw;
  }
  .reason-list {
    width: 86.1111111111vw;
  }
  .reason-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reason-list > li:nth-child(n+2) {
    margin-top: 4.8611111111vw;
  }
  .reason-list-content {
    width: 45.8333333333vw;
  }
  .reason-list-ttl {
    font-size: 2.5vw;
    line-height: 1.66em;
  }
  .reason-list-text p {
    font-size: 1.25vw;
  }
  .reason-list-images {
    margin: 0;
    width: 34.0277777778vw;
  }
  .reason-list-image {
    width: 30.5555555556vw;
    border-width: 0.3472222222vw;
    border-radius: 0.3472222222vw;
  }
  .reason-list-num {
    padding-top: 6.9444444444vw;
    font-size: 1.8055555556vw;
  }
  .reason-list-num:before {
    width: 0.0694444444vw;
    height: 5.5555555556vw;
  }
  .reason-list > li:nth-child(even) .reason-list-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .reason-list > li:nth-child(even) .reason-list-images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1441px) {
  .reason-list-head {
    margin: 0 auto 150px auto;
    width: 1240px;
  }
  .reason-list-head span.under {
    font-size: 2.8rem;
  }
  .reason-list-head span.under:after {
    height: 3px;
  }
  .reason-list-head span.big {
    margin-top: 30px;
    font-size: 4rem;
  }
  .reason-list-head span.num {
    font-size: 5rem;
  }
  .reason-list-head:before {
    top: 5px;
    left: 290px;
    width: 34px;
    height: 81px;
  }
  .reason-list-head:after {
    top: 45px;
    right: 270px;
    width: 63px;
    height: 71px;
  }
  .reason-list {
    width: 1240px;
  }
  .reason-list > li:nth-child(n+2) {
    margin-top: 70px;
  }
  .reason-list-content {
    width: 660px;
  }
  .reason-list-ttl {
    font-size: 3.6rem;
  }
  .reason-list-text p {
    font-size: 1.8rem;
  }
  .reason-list-images {
    width: 490px;
  }
  .reason-list-image {
    width: 440px;
    border-width: 5px;
    border-radius: 5px;
  }
  .reason-list-num {
    padding-top: 100px;
    font-size: 2.6rem;
  }
  .reason-list-num:before {
    width: 1px;
    height: 80px;
  }
}
/*  #subsidy
-------------------------------------------------------------------------------*/
.subsidy {
  position: relative;
  padding: 20vw 0 17.3333333333vw 0;
  background-color: #ffffff;
}

.subsidy .sub-in {
  position: relative;
  width: 94.6666666667vw;
}
.subsidy .sub-in:before {
  content: "";
  position: absolute;
  top: -10.6666666667vw;
  left: -5.3333333333vw;
  display: inline-block;
  width: 20.6666666667vw;
  height: 7.7333333333vw;
  background-image: url(../img/common/shelf.svg);
  background-size: contain;
}

.subsidy-head {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.subsidy-en {
  margin-top: 0.8em;
  color: #1a2f88;
}

.subsidy-slide {
  position: relative;
}

.subsidy-slide .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #ffffff;
  padding: 4.6666666667vw 5.3333333333vw 8vw 5.3333333333vw;
  border-color: #e3d0cb;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 0.6666666667vw;
}

.subsidy-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 33.0666666667vw;
  height: 33.0666666667vw;
  overflow: hidden;
}
.subsidy-slide-image img {
  height: auto;
}

.subsidy-slide--1 .subsidy-slide-image img {
  width: 25.6vw;
}

.subsidy-slide--2 .subsidy-slide-image img {
  width: 31.7333333333vw;
}

.subsidy-slide--3 .subsidy-slide-image img {
  width: 22.6666666667vw;
}

.subsidy-slide--4 .subsidy-slide-image img {
  width: 24vw;
}

.subsidy-slide--5 .subsidy-slide-image img {
  width: 22.6666666667vw;
}

.subsidy-slide-ttl {
  color: #5c1500;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.subsidy-slide-text p {
  letter-spacing: 0.1em;
}

.subsidy-slide-btn {
  position: absolute;
  right: -0.6666666667vw;
  bottom: -0.6666666667vw;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background-color: #843e42;
  border-radius: 0.6666666667vw;
  z-index: 2;
}
.subsidy-slide-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/common/external-wh.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  .subsidy-ja {
    font-size: 5.3333333333vw;
  }
  .subsidy-slide .swiper-wrapper .swiper-slide {
    left: 1.3333333333vw;
    margin-right: 2.6666666667vw;
    width: 94.6666666667vw !important;
    height: auto;
  }
  .subsidy-slide .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
  }
  .subsidy-slide-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 5.3333333333vw auto;
    width: 54.6666666667vw;
    min-height: 4.5em;
  }
  #subsidy-control {
    position: relative;
    margin: 13.3333333333vw auto 0 auto;
    padding: 0 17.3333333333vw;
    width: 70.6666666667vw;
  }
  #subsidy-prev {
    position: absolute;
    top: 0;
    left: 0;
  }
  #subsidy-next {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  .subsidy {
    padding: 9.0277777778vw 0;
  }
  .subsidy .sub-in {
    width: 69.4444444444vw;
  }
  .subsidy .sub-in:before {
    top: -4.1666666667vw;
    left: -5.5555555556vw;
    width: 10.7638888889vw;
    height: 4.0277777778vw;
  }
  .subsidy-head {
    margin-bottom: 6.25vw;
  }
  .subsidy-lead {
    margin-left: auto;
    margin-right: auto;
    width: 61.8055555556vw;
  }
  .subsidy-lead p {
    text-align: left;
  }
  .subsidy-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.0833333333vw;
    width: auto;
    height: auto;
  }
  .subsidy-slide .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .subsidy-slide .swiper-wrapper .swiper-slide a {
    padding: 3.4722222222vw 3.8194444444vw 3.4722222222vw 20.8333333333vw;
    border-width: 0.3472222222vw;
    border-radius: 0.3472222222vw;
  }
  .subsidy-slide-image {
    width: 20.8333333333vw;
    height: 100%;
  }
  .subsidy-slide--1 .subsidy-slide-image img {
    width: 9.5138888889vw;
  }
  .subsidy-slide--2 .subsidy-slide-image img {
    position: relative;
    top: -2.7777777778vw;
    width: 20.0694444444vw;
  }
  .subsidy-slide--3 .subsidy-slide-image img {
    width: 9.6527777778vw;
  }
  .subsidy-slide--4 .subsidy-slide-image img {
    width: 9.8611111111vw;
  }
  .subsidy-slide--5 .subsidy-slide-image img {
    width: 10.4166666667vw;
  }
  .subsidy-slide-ttl {
    margin-bottom: 1em;
    font-size: 1.9444444444vw;
  }
  .subsidy-slide-btn {
    right: -0.3472222222vw;
    bottom: -0.3472222222vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    border-radius: 0.3472222222vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .subsidy-slide-btn:after {
    width: 1.8055555556vw;
    height: 1.8055555556vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .subsidy-slide .swiper-wrapper .swiper-slide a:hover .subsidy-slide-btn {
    background-color: #f0e1d3;
  }
  .subsidy-slide .swiper-wrapper .swiper-slide a:hover .subsidy-slide-btn:after {
    background-image: url(../img/common/external-rd.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .subsidy-slide-btn:after {
    -webkit-transition: none;
    transition: none;
  }
  #subsidy-control {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .subsidy {
    padding: 130px 0;
  }
  .subsidy .sub-in {
    width: 1000px;
  }
  .subsidy .sub-in:before {
    top: -60px;
    left: -80px;
    width: 155px;
    height: 58px;
  }
  .subsidy-head {
    margin-bottom: 90px;
  }
  .subsidy-lead {
    width: 890px;
  }
  .subsidy-slide .swiper-wrapper {
    gap: 30px;
  }
  .subsidy-slide .swiper-wrapper .swiper-slide a {
    padding: 50px 55px 50px 300px;
    border-width: 5px;
    border-radius: 5px;
  }
  .subsidy-slide-image {
    width: 300px;
  }
  .subsidy-slide--1 .subsidy-slide-image img {
    width: 137px;
  }
  .subsidy-slide--2 .subsidy-slide-image img {
    top: -40px;
    width: 289px;
  }
  .subsidy-slide--3 .subsidy-slide-image img {
    width: 139px;
  }
  .subsidy-slide--4 .subsidy-slide-image img {
    width: 142px;
  }
  .subsidy-slide--5 .subsidy-slide-image img {
    width: 150px;
  }
  .subsidy-slide-ttl {
    font-size: 2.8rem;
  }
  .subsidy-slide-btn {
    right: -5px;
    bottom: -5px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .subsidy-slide-btn:after {
    width: 26px;
    height: 26px;
  }
}
/* #works
-------------------------------------------------------------------------------*/
.works {
  position: relative;
  padding: 17.3333333333vw 0 31.3333333333vw 0;
}

.works-in {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
}
.works-in:before {
  content: "";
  position: absolute;
  left: -1.3333333333vw;
  bottom: -31.3333333333vw;
  display: inline-block;
  width: 30.1333333333vw;
  height: 20.4vw;
  background-image: url(../img/common/bungalow.svg);
  background-size: contain;
}

.works-head {
  position: relative;
  margin-bottom: 12vw;
  text-align: center;
}

.works-catch {
  position: relative;
  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;
  margin: 0 auto 8.6666666667vw auto;
  width: 77.3333333333vw;
  height: 10.9333333333vw;
  background-color: #ffffff;
  border-radius: 5.4666666667vw;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}
.works-catch p {
  color: #5c1500;
  font-size: 3.4666666667vw;
  letter-spacing: 0.08em;
}
.works-catch:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2.2666666667vw;
  display: inline-block;
  width: 2.8vw;
  height: 4vw;
  background-image: url(../img/works/slash_sp.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.works-ja {
  position: relative;
}
.works-ja:before, .works-ja:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.works-ja:before {
  top: 0.6666666667vw;
  left: -1.3333333333vw;
  width: 6.5333333333vw;
  height: 9.0666666667vw;
  background-image: url(../img/common/hammer.svg);
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.works-ja:after {
  right: -2vw;
  bottom: -10.6666666667vw;
  width: 6vw;
  height: 11.4666666667vw;
  background-image: url(../img/common/chair.svg);
  -webkit-transform: rotate(9.02deg);
          transform: rotate(9.02deg);
}

.sub--renov .works-ja:before {
  left: -1.3333333333vw;
}
.sub--renov .works-ja:after {
  right: -2vw;
}

.works-en {
  margin-top: 0.8em;
  color: #1a2f88;
}

.works-lead {
  margin-left: auto;
  margin-right: auto;
  width: 86.6666666667vw;
}

.works-slide {
  position: relative;
}

.works-slide .swiper-wrapper .swiper-slide {
  margin-right: 5.3333333333vw;
  width: 64vw !important;
}

.works-slide .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}

.works-btn {
  margin: 13.3333333333vw auto 0 auto;
  width: 80vw;
}

.works-btn a:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}

@media screen and (max-width: 750px) {
  .works-slide .swiper-wrapper .swiper-slide {
    left: 2.6666666667vw;
  }
  #works-control {
    position: relative;
    margin: 13.3333333333vw auto 0 auto;
    padding: 0 17.3333333333vw;
    width: 40vw;
  }
  #works-prev {
    position: absolute;
    top: 0;
    left: 0;
  }
  #works-next {
    position: absolute;
    top: 0;
    right: 0;
  }
  #works-pagination {
    display: none;
  }
  .works-btn .btn-box,
  .works-btn .btn-arrow {
    height: 20vw;
  }
  .works-btn .btn-box {
    line-height: 1.75em !important;
  }
  .works-btn .btn-box > span:nth-child(1) {
    top: 50%;
    bottom: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .works-btn .btn-box > span:nth-child(2) {
    display: none;
  }
  .sub--renov .works-ja {
    font-size: 5.3333333333vw;
  }
  .sub--renov .works-btn .btn-box,
  .sub--renov .works-btn .btn-arrow {
    height: 26.6666666667vw;
  }
  .sub--renov .works-btn .btn-box {
    line-height: 1.75em !important;
    letter-spacing: 0;
  }
  .sub--renov .works-btn .btn-box > span:nth-child(1) {
    top: 50%;
    bottom: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sub--renov .works-btn .btn-box > span:nth-child(2) {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .works {
    padding: 11.1111111111vw 0 9.0277777778vw 0;
  }
  .works-in {
    width: 76.3888888889vw;
  }
  .works-in:before {
    left: -11.8055555556vw;
    bottom: 3.4722222222vw;
    width: 15.6944444444vw;
    height: 10.625vw;
  }
  .works-head {
    margin: 0 auto 6.25vw auto;
    width: 69.4444444444vw;
  }
  .works-catch {
    position: absolute;
    top: -7.6388888889vw;
    right: 9.7222222222vw;
    margin-bottom: 0;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    border-radius: 50%;
  }
  .works-catch p {
    font-size: 1.25vw;
    text-align: center;
    line-height: 1.5em;
  }
  .works-catch:after {
    content: "";
    position: absolute;
    left: 0.3472222222vw;
    bottom: 1.5277777778vw;
    width: 1.4583333333vw;
    height: 1.1805555556vw;
    background-image: url(../img/works/slash.svg);
    -webkit-transform: none;
            transform: none;
  }
  .works-ja:before {
    top: 1.0416666667vw;
    left: 10.4166666667vw;
    width: 3.4027777778vw;
    height: 4.7222222222vw;
  }
  .works-ja:after {
    right: 9.7222222222vw;
    bottom: -2.7777777778vw;
    width: 3.125vw;
    height: 5.9722222222vw;
  }
  .works-lead {
    width: 62.5vw;
  }
  .works-lead p {
    text-align: left;
  }
  .works-slide .swiper-wrapper .swiper-slide {
    margin-right: 2.7777777778vw;
    width: 27.7777777778vw !important;
  }
  #works-prev,
  #works-next {
    position: absolute;
    top: 13.1944444444vw;
    z-index: 2;
  }
  #works-prev {
    left: -8.3333333333vw;
  }
  #works-next {
    right: -8.3333333333vw;
  }
  #works-pagination {
    margin-top: 7.6388888889vw;
  }
  .works-btn {
    margin-top: 5.5555555556vw;
    width: 47.9166666667vw;
  }
  .works-btn a:nth-child(n+2) {
    margin-top: 1.0416666667vw;
  }
  .sub--renov .works-catch {
    right: -1.7361111111vw;
  }
  .sub--renov .works-ja:before {
    left: 3.125vw;
  }
  .sub--renov .works-ja:after {
    right: 2.7777777778vw;
  }
  .sub--renov .works-btn {
    width: 56.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    padding: 160px 0 130px 0;
  }
  .works-in {
    width: 1100px;
  }
  .works-in:before {
    left: -170px;
    bottom: 50px;
    width: 226px;
    height: 153px;
  }
  .works-head {
    margin: 0 auto 90px auto;
    width: 1000px;
  }
  .works-catch {
    top: -110px;
    right: 140px;
    width: 160px;
    height: 160px;
  }
  .works-catch p {
    font-size: 1.8rem;
  }
  .works-catch:after {
    left: 5px;
    bottom: 22px;
    width: 21px;
    height: 17px;
  }
  .works-ja:before {
    top: 15px;
    left: 150px;
    width: 49px;
    height: 68px;
  }
  .works-ja:after {
    right: 140px;
    bottom: -40px;
    width: 45px;
    height: 86px;
  }
  .works-lead {
    width: 900px;
  }
  .works-slide .swiper-wrapper .swiper-slide {
    margin-right: 40px;
    width: 400px !important;
  }
  #works-prev,
  #works-next {
    top: 190px;
  }
  #works-prev {
    left: -120px;
  }
  #works-next {
    right: -120px;
  }
  #works-pagination {
    margin-top: 110px;
  }
  .works-btn {
    margin-top: 80px;
    width: 690px;
  }
  .works-btn a:nth-child(n+2) {
    margin-top: 15px;
  }
  .sub--renov .works-catch {
    right: -25px;
  }
  .sub--renov .works-ja:before {
    left: 45px;
  }
  .sub--renov .works-ja:after {
    right: 40px;
  }
  .sub--renov .works-btn {
    width: 820px;
  }
}