@charset "UTF-8";
/* sub --> area
-------------------------------------------------------------------------------*/
.sub--area {
  padding: 0 !important;
}

.area-sub {
  padding: 4vw 0 13.3333333333vw 0;
  background-color: #f2eee8;
}
@media screen and (min-width: 751px) {
  .area-sub {
    padding: 0 0 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .area-sub {
    padding-bottom: 100px;
  }
}

.area-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
}
@media screen and (min-width: 751px) {
  .area-menu {
    gap: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .area-menu {
    gap: 18px;
  }
}

.area-menu > li {
  width: 29.3333333333vw;
}
@media screen and (min-width: 751px) {
  .area-menu > li {
    width: 12.8472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .area-menu > li {
    width: 185px;
  }
}

.area-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.1em 6vw 0 2.4vw;
  height: 11.2vw;
  background-color: #ffffff;
  border-color: #60b530;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.0666666667vw;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.18em;
}
@media screen and (min-width: 751px) {
  .area-menu a {
    padding: 0.1em 2.4305555556vw 0 1.0416666667vw;
    height: 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
    font-size: 1.0416666667vw;
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .area-menu a {
    padding: 0.1em 35px 0 15px;
    height: 50px;
    border-width: 2px;
    border-radius: 8px;
    font-size: 1.5rem;
  }
}
.area-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .area-menu a:after {
    right: 0.6944444444vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .area-menu a:after {
    right: 10px;
    width: 8px;
    height: 12px;
  }
}
@media screen and (min-width: 751px) {
  .area-menu a:hover {
    background-color: #60b530;
    color: #ffffff;
  }
}
@media screen and (min-width: 751px) {
  .area-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}

.area-pref {
  margin-top: 8vw;
  padding: 5.3333333333vw 4vw;
  background-color: #ffffff;
  border-radius: 1.0666666667vw;
}
@media screen and (min-width: 751px) {
  .area-pref {
    margin-top: 3.4722222222vw;
    padding: 2.4305555556vw 3.8194444444vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .area-pref {
    margin-top: 50px;
    padding: 35px 55px;
    border-radius: 8px;
  }
}

.area-pref:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 751px) {
  .area-pref:nth-of-type(n + 2) {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .area-pref:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.area-pref-ttl {
  margin-bottom: 0.5em;
  color: #60b530;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .area-pref-ttl {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .area-pref-ttl {
    font-size: 2rem;
  }
}

/* sub --> common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
  padding: 3.3333333333vw 0 17.3333333333vw 0;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .sub {
    padding: 2.0833333333vw 0 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding: 30px 0 100px 0;
  }
}

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

.sub--bg {
  background-color: #f2eee8;
}

@media screen and (max-width: 750px) {
  .sub .inner {
    width: 93.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sub .inner {
    width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub .inner {
    width: 1000px;
  }
}

@media screen and (min-width: 751px) {
  .sub .inner--1120 {
    width: 77.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub .inner--1120 {
    width: 1120px;
  }
}

.cmn-heading {
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .cmn-heading {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .cmn-heading {
    margin-bottom: 60px;
  }
}
.cmn-heading .heading-lead {
  margin-top: 8vw;
}
@media screen and (min-width: 751px) {
  .cmn-heading .heading-lead {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .cmn-heading .heading-lead {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .cmn-heading .sp-lead p {
    text-align: left;
  }
}

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

.complete p:nth-child(1),
.notfound p:nth-child(1) {
  font-size: 1.125em;
  font-weight: 500;
}

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

/* sub --> caption
-------------------------------------------------------------------------------*/
.caption {
  position: relative;
  text-align: center;
}

.caption-ja {
  position: relative;
}
@media screen and (min-width: 751px) {
  .caption-ja {
    display: inline-block;
  }
}
.caption-ja:after {
  content: "";
  position: absolute;
  top: -11.3333333333vw;
  right: 1.3333333333vw;
  display: inline-block;
  width: 17.0666666667vw;
  height: 11.6vw;
  background-image: url(../img/common/roller_sp.png);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .caption-ja:after {
    top: -0.6944444444vw;
    right: -10.4166666667vw;
    width: 6.1805555556vw;
    height: 4.2361111111vw;
    background-image: url(../img/common/roller.png);
    background-image: image-set(url(../img/common/roller.png) 1x, url(../img/common/roller-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/roller.png) 1x, url(../img/common/roller-2x.png) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .caption-ja:after {
    top: -10px;
    right: -150px;
    width: 89px;
    height: 61px;
  }
}

.caption-ja {
  margin-bottom: 1em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .caption-ja {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .caption-ja {
    font-size: 3.2rem;
  }
}

.caption-lead p {
  line-height: 2em;
}
@media screen and (max-width: 750px) {
  .caption-lead p {
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .caption-lead p {
    line-height: 2.3em;
  }
}

/*  mv
-------------------------------------------------------------------------------*/
.mv {
  position: relative;
  margin: 0 auto;
  width: 93.3333333333vw;
}

.mv-image {
  margin-left: -3.3333333333vw;
  position: relative;
  width: 100vw;
}
.mv-image > div {
  width: 100%;
  border-radius: 0.4vw;
  overflow: hidden;
}

.mv-content {
  position: relative;
  padding: 9.3333333333vw 6vw 6.6666666667vw 6vw;
  width: 93.3333333333vw;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.mv-catch {
  margin-bottom: 1em;
  color: #6d5634;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.mv-ttl {
  margin-bottom: 1em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.mv-text p {
  line-height: 1.75em;
}

@media screen and (max-width: 750px) {
  .mv-content {
    top: -33.3333333333vw;
    margin-bottom: -24vw;
  }
  .mv--bottom .mv-content {
    top: -33.3333333333vw;
    margin-bottom: -33.3333333333vw;
  }
}
@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-bottom: 5.5555555556vw;
    width: 69.4444444444vw;
  }
  .mv--bottom {
    margin-bottom: 1.3888888889vw;
  }
  .mv-image {
    margin: 0;
    width: 26.3888888889vw;
    height: 37.5vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mv-image > div {
    position: absolute;
    top: 0;
    left: -12.5vw;
    width: 54.1666666667vw;
    border-radius: 0.2083333333vw;
  }
  .mv-content {
    padding: 3.4722222222vw 3.4722222222vw 3.4722222222vw 0;
    width: 40.2777777778vw;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mv-content:before, .mv-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: -5.5555555556vw;
    background-color: #60b530;
  }
  .mv-content:before {
    width: 3.4722222222vw;
    height: 0.0694444444vw;
  }
  .mv-content:after {
    width: 0.0694444444vw;
    height: 3.4722222222vw;
  }
  .mv-ttl {
    font-size: 2.0833333333vw;
  }
  .mv-text p {
    line-height: 2.3em;
  }
}
@media screen and (min-width: 1441px) {
  .mv {
    margin-bottom: 80px;
    width: 1000px;
  }
  .mv--bottom {
    margin-bottom: 20px;
  }
  .mv-image {
    width: 380px;
    height: 540px;
  }
  .mv-image > div {
    left: -180px;
    width: 780px;
    border-radius: 3px;
  }
  .mv-content {
    padding: 50px 50px 50px 0;
    width: 580px;
  }
  .mv-content:before, .mv-content:after {
    left: -80px;
  }
  .mv-content:before {
    width: 50px;
    height: 1px;
  }
  .mv-content:after {
    width: 1px;
    height: 50px;
  }
  .mv-ttl {
    font-size: 3rem;
  }
}
/*  #information
-------------------------------------------------------------------------------*/
.info {
  margin-bottom: 13.3333333333vw;
  padding: 26.6666666667vw 0;
}

@media screen and (min-width: 751px) {
  .info {
    margin-bottom: 5.5555555556vw;
    padding: 9.0277777778vw 0 13.8888888889vw 0;
  }
  .info-heading {
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .info {
    margin-bottom: 80px;
    padding: 130px 0 200px 0;
  }
}
/* sub -- > consul
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mv - */
.consul-mv {
  position: relative;
  margin-bottom: 10.6666666667vw;
}

.consul-mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.consul-mv-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: rgba(255, 255, 255, 0.65);
}

.consul-mv-bg > div {
  width: 100%;
  height: 33.33333%;
  background-size: cover;
  background-position: center;
}

.consul-mv-bg--1 {
  background-image: url(../img/consul/bg01.jpg);
}

.consul-mv-bg--2 {
  background-image: url(../img/consul/bg02.jpg);
}

.consul-mv-bg--3 {
  background-image: url(../img/consul/bg03.jpg);
}

.consul-mv-content {
  position: relative;
  margin: 0 auto;
  padding: 34.6666666667vw 0 9.3333333333vw 0;
  width: 86.6666666667vw;
  z-index: 1;
}
.consul-mv-content:before, .consul-mv-content:after {
  content: "";
  position: absolute;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 50%;
  background-size: contain;
}
.consul-mv-content:before {
  top: 1.3333333333vw;
  right: 8vw;
  width: 29.3333333333vw;
  height: 29.3333333333vw;
  background-image: url(../img/consul/photo01.jpg);
}
.consul-mv-content:after {
  top: 12vw;
  right: -6.6666666667vw;
  width: 22.6666666667vw;
  height: 22.6666666667vw;
  background-image: url(../img/consul/photo02.jpg);
}

.consul-mv-ttl {
  margin-bottom: 0.3em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 9.6vw;
  font-weight: 600;
  line-height: 1.48em;
}
.consul-mv-ttl span {
  position: relative;
}
.consul-mv-ttl span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 98%;
  width: 0.2em;
  height: 0.2em;
  background-color: #60b530;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.consul-mv-text {
  padding: 4vw;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.4vw;
}

.consul-mv-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 64vw;
}

.consul-mv-btn .btn-main {
  background-color: #FF7917;
}
.consul-mv-btn .btn-main span {
  color: #ffffff;
  font-size: 4.2666666667vw;
}
.consul-mv-btn .btn-main:after {
  background-image: url(../img/common/arrow-wh.svg);
}

@media screen and (min-width: 751px) {
  .consul-mv {
    margin-bottom: 4.1666666667vw;
    height: 34.0277777778vw;
  }
  .consul-mv-bg {
    position: relative;
  }
  .consul-mv-bg > div {
    width: 33.33333%;
    height: 34.0277777778vw;
  }
  .consul-mv-bg--1 {
    background-image: url(../img/consul/bg01.jpg);
    background-image: image-set(url(../img/consul/bg01.jpg) 1x, url(../img/consul/bg01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/consul/bg01.jpg) 1x, url(../img/consul/bg01-2x.jpg) 2x);
  }
  .consul-mv-bg--2 {
    background-image: url(../img/consul/bg02.jpg);
    background-image: image-set(url(../img/consul/bg02.jpg) 2x, url(../img/consul/bg02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/consul/bg02.jpg) 2x, url(../img/consul/bg02-2x.jpg) 2x);
  }
  .consul-mv-bg--3 {
    background-image: url(../img/consul/bg03.jpg);
    background-image: image-set(url(../img/consul/bg03.jpg) 2x, url(../img/consul/bg03-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/consul/bg03.jpg) 2x, url(../img/consul/bg03-2x.jpg) 2x);
  }
  .consul-mv-content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1.3888888889vw 0 0 0;
    width: 69.4444444444vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .consul-mv-content:before, .consul-mv-content:after {
    border-width: 0.2083333333vw;
  }
  .consul-mv-content:before {
    top: -2.0833333333vw;
    right: 2.0833333333vw;
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    background-image: url(../img/consul/photo01.jpg);
    background-image: image-set(url(../img/consul/photo01.jpg) 2x, url(../img/consul/photo01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/consul/photo01.jpg) 2x, url(../img/consul/photo01-2x.jpg) 2x);
  }
  .consul-mv-content:after {
    top: 11.8055555556vw;
    right: -3.4722222222vw;
    width: 13.1944444444vw;
    height: 13.1944444444vw;
    background-image: url(../img/consul/photo02.jpg);
    background-image: image-set(url(../img/consul/photo02.jpg) 2x, url(../img/consul/photo02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/consul/photo02.jpg) 2x, url(../img/consul/photo02-2x.jpg) 2x);
  }
  .consul-mv-ttl {
    margin-bottom: 0.2em;
    font-size: 4.4444444444vw;
  }
  .consul-mv-text {
    padding: 1.3888888889vw 2.0833333333vw 1.3888888889vw 2.4305555556vw;
    width: 41.6666666667vw;
    border-radius: 0.2083333333vw;
  }
  .consul-mv-btn {
    margin: 2.7777777778vw 0 0 0;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .consul-mv {
    margin-bottom: 60px;
    height: 490px;
  }
  .consul-mv-bg > div {
    height: 490px;
  }
  .consul-mv-content {
    padding-top: 20px;
    width: 1000px;
  }
  .consul-mv-content:before, .consul-mv-content:after {
    border-width: 3px;
  }
  .consul-mv-content:before {
    top: -30px;
    right: 30px;
    width: 240px;
    height: 240px;
  }
  .consul-mv-content:after {
    top: 170px;
    right: -50px;
    width: 190px;
    height: 190px;
  }
  .consul-mv-ttl {
    font-size: 6.4rem;
  }
  .consul-mv-text {
    padding: 20px 30px 20px 35px;
    width: 600px;
    border-radius: 3px;
  }
  .consul-mv-btn {
    margin: 40px 0 0 0;
    width: 360px;
  }
}
/* ------------------------------------------- worries - */
.worries {
  position: relative;
  margin-bottom: 8vw;
  padding-bottom: 13.3333333333vw;
}
.worries:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.6666666667vw 12vw 0px 12vw;
  border-color: #60b530 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.worries-box {
  position: relative;
  padding: 8vw 10.6666666667vw 10.6666666667vw 10.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
}
.worries-box:before, .worries-box:after {
  content: "";
  position: absolute;
  top: -6.6666666667vw;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.worries-box:before {
  left: -2.6666666667vw;
  width: 22.6666666667vw;
  height: 29.0666666667vw;
  background-image: url(../img/consul/illust-l.svg);
}
.worries-box:after {
  right: -6.6666666667vw;
  width: 28vw;
  height: 28.2666666667vw;
  background-image: url(../img/consul/illust-r.svg);
}

.worries-ttl {
  position: relative;
  margin-bottom: 8vw;
  padding-bottom: 0.5em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.worries-ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64vw;
  height: 0.8vw;
  background-color: #383838;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.worries-ttl:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.6666666667vw 3.3333333333vw 0px 3.3333333333vw;
  border-color: #383838 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.worries-list {
  text-align: center;
}

.worries-list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.3333333333vw 0;
}

.worries-list ul > li {
  position: relative;
  width: 100%;
  padding-left: 8vw;
  font-size: 4vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.worries-list ul > li:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  display: inline-block;
  width: 6vw;
  height: 6vw;
  background-image: url(../img/consul/check.svg);
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .worries-box {
    margin-left: -3.3333333333vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .worries {
    margin-bottom: 4.8611111111vw;
    padding-bottom: 6.25vw;
  }
  .worries:after {
    border-width: 4.5138888889vw 6.25vw 0px 6.25vw;
  }
  .worries-box {
    padding: 2.7777777778vw 7.2916666667vw 4.1666666667vw 7.2916666667vw;
    border-radius: 0.2083333333vw;
  }
  .worries-box:before, .worries-box:after {
    top: auto;
    bottom: 0;
  }
  .worries-box:before {
    left: -1.9444444444vw;
    width: 9.0277777778vw;
    height: 11.5972222222vw;
  }
  .worries-box:after {
    right: -2.0833333333vw;
    width: 9.7222222222vw;
    height: 12.1527777778vw;
  }
  .worries-ttl {
    margin-bottom: 2.7777777778vw;
    font-size: 2.5vw;
  }
  .worries-ttl:before {
    width: 43.0555555556vw;
    height: 0.2083333333vw;
  }
  .worries-ttl:after {
    border-width: 0.9722222222vw 1.3888888889vw 0px 1.3888888889vw;
  }
  .worries-list ul {
    gap: 1.25vw 2.0833333333vw;
  }
  .worries-list ul > li {
    width: 26.3888888889vw;
    padding-left: 3.125vw;
    font-size: 1.25vw;
  }
  .worries-list ul > li:before {
    top: 0.1em;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .worries {
    margin-bottom: 70px;
    padding-bottom: 90px;
  }
  .worries:after {
    border-width: 65px 90px 0px 90px;
  }
  .worries-box {
    padding: 40px 105px 60px 105px;
    border-radius: 3px;
  }
  .worries-box:before {
    left: -28px;
    width: 130px;
    height: 167px;
  }
  .worries-box:after {
    right: -30px;
    width: 140px;
    height: 175px;
  }
  .worries-ttl {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
  .worries-ttl:before {
    width: 620px;
    height: 3px;
  }
  .worries-ttl:after {
    border-width: 14px 20px 0px 20px;
  }
  .worries-list ul {
    gap: 18px 30px;
  }
  .worries-list ul > li {
    width: 380px;
    padding-left: 45px;
    font-size: 1.8rem;
  }
  .worries-list ul > li:before {
    width: 30px;
    height: 30px;
  }
}
/* ------------------------------------------- consul-entrust - */
.consul-entrust {
  position: relative;
}

.consul-entrust-ttl {
  position: relative;
  margin-bottom: 1em;
  color: #60b530;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 6vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.48em;
  letter-spacing: 0.1em;
}

.consul-entrust-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-bottom: 5.3333333333vw;
}

.consul-entrust-image > li {
  width: 21.3333333333vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  overflow: hidden;
}

.consul-entrust-text {
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-align: center;
  line-height: 2.3em;
  letter-spacing: 0.05em;
}
.consul-entrust-text span {
  color: #60b530;
}

@media screen and (min-width: 751px) {
  .consul-entrust-ttl {
    font-size: 2.5vw;
    line-height: 1.3em;
  }
  .consul-entrust-image {
    gap: 1.3888888889vw;
    margin-bottom: 2.0833333333vw;
  }
  .consul-entrust-image > li {
    width: 16.3194444444vw;
    border-width: 0.2083333333vw;
  }
  .consul-entrust-text {
    font-size: 1.3888888889vw;
    line-height: 2.3em;
  }
}
@media screen and (min-width: 1441px) {
  .consul-entrust-ttl {
    font-size: 3.6rem;
  }
  .consul-entrust-image {
    gap: 20px;
    margin-bottom: 30px;
  }
  .consul-entrust-image > li {
    width: 235px;
    border-width: 3px;
  }
  .consul-entrust-text {
    font-size: 2rem;
  }
}
/* sub --> reserve
-------------------------------------------------------------------------------*/
.reserve-heading {
  margin-bottom: 9.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .reserve-heading {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-heading {
    margin-bottom: 50px;
  }
}

.reserve-btn {
  margin: 8vw auto 0 auto;
  width: 61.3333333333vw;
}
@media screen and (min-width: 751px) {
  .reserve-btn {
    margin: 3.4722222222vw auto 0 auto;
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-btn {
    margin: 50px auto 0 auto;
    width: 320px;
  }
}

/* ------------------------------------------- point - */
.sec--reserve-point {
  background-color: #ffffff;
}

/* ------------------------------------------- merit - */
.sec--reserve-merit .heading > div {
  position: relative;
  display: inline-block;
}
.sec--reserve-merit .heading > div:after {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  right: -16vw;
  display: inline-block;
  width: 10.1333333333vw;
  height: 22vw;
  background-image: url(../img/common/chair.svg);
  background-size: contain;
}

.reserve-merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}

.reserve-merit > li {
  width: 100%;
}

.reserve-merit-image {
  border-radius: 0.4vw;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .reserve-merit > 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;
  }
  .reserve-merit-image {
    width: 32vw;
  }
  .reserve-merit-content {
    width: 56vw;
  }
  .reserve-merit-content p {
    font-size: 3.4666666667vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 751px) {
  .sec--reserve-merit .heading > div:after {
    top: -2.4305555556vw;
    right: -9.0277777778vw;
    width: 3.9583333333vw;
    height: 8.6111111111vw;
  }
  .reserve-merit {
    gap: 1.3888888889vw;
  }
  .reserve-merit > li {
    width: 22.2222222222vw;
  }
  .reserve-merit-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--reserve-merit .heading > div:after {
    top: -35px;
    right: -130px;
    width: 57px;
    height: 124px;
  }
  .reserve-merit {
    gap: 20px;
  }
  .reserve-merit > li {
    width: 320px;
  }
  .reserve-merit-image {
    margin-bottom: 20px;
    border-radius: 3px;
  }
}
/* ------------------------------------------- information - */
.sec--reserve-info {
  background-color: #ffffff;
}

.sec--reserve-info .info-heading {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .sec--reserve-info .info-heading {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--reserve-info .info-heading {
    margin-bottom: 60px;
  }
}

.reserve-info-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.reserve-info-map {
  margin-top: 6.6666666667vw;
}
.reserve-info-map .ggmap {
  padding-bottom: 70%;
}

.sec--reserve-info .contact {
  margin-bottom: 0 !important;
}
.sec--reserve-info .contact-shop {
  position: relative;
  padding: 8.6666666667vw 0 6vw 0;
  background-color: #f2eee8;
  text-align: center;
}
.sec--reserve-info .inquiry-label {
  padding: 0 1em;
  min-width: 24vw;
  width: auto;
}

@media screen and (max-width: 750px) {
  .sec--reserve-info .contact-heading {
    margin-bottom: 10.6666666667vw;
  }
  .sec--reserve-info .inquiry-time {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 751px) {
  .reserve-info {
    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;
  }
  .reserve-info-image {
    margin: 0;
    width: 36.8055555556vw;
    border-radius: 0.2083333333vw;
  }
  .reserve-info-content {
    width: 29.1666666667vw;
  }
  .reserve-info-map {
    margin-top: 3.4722222222vw;
  }
  .reserve-info-map .ggmap {
    padding-bottom: 36%;
  }
  .sec--reserve-info .contact:before {
    left: 23.6111111111vw;
  }
  .sec--reserve-info .contact-box {
    padding: 0 6.9444444444vw;
  }
  .sec--reserve-info .contact-shop {
    padding: 2.4305555556vw 0 1.7361111111vw 0;
    width: 41.6666666667vw;
  }
  .sec--reserve-info .inquiry-label {
    min-width: 7.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-info-image {
    width: 530px;
    border-radius: 3px;
  }
  .reserve-info-content {
    width: 420px;
  }
  .reserve-info-map {
    margin-top: 50px;
  }
  .sec--reserve-info .contact:before {
    left: 340px;
  }
  .sec--reserve-info .contact-box {
    padding: 0 100px;
  }
  .sec--reserve-info .contact-shop {
    padding: 35px 0 25px 0;
    width: 600px;
  }
  .sec--reserve-info .inquiry-label {
    min-width: 106px;
  }
}
/* sub -- > point
-------------------------------------------------------------------------------*/
.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw 0;
}

.point > li {
  position: relative;
  width: 100%;
}

.point-image {
  margin-bottom: 4.6666666667vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.point-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  color: #60b530;
  font-family: "EB Garamond", serif;
  font-size: 4vw;
  font-weight: 700;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}
.point-num span {
  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: 0.5em;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-color: #60b530;
  border-radius: 50%;
  color: #ffffff;
  letter-spacing: 0;
}

.point-ttl {
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom-color: #60b530;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.point-subttl {
  margin-bottom: 1em;
  color: #6d5634;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .point {
    gap: 5.5555555556vw 0;
  }
  .point > 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;
  }
  .point-image {
    margin: 0;
    width: 34.0277777778vw;
    border-radius: 0.2083333333vw;
  }
  .point-content {
    width: 31.25vw;
  }
  .point-num {
    font-size: 1.25vw;
  }
  .point-num span {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .point-ttl {
    border-bottom-width: 0.0694444444vw;
    font-size: 1.6666666667vw;
  }
  .point-subttl {
    font-size: 1.3888888889vw;
  }
  .point > li:nth-child(odd) .point-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .point > li:nth-child(odd) .point-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .point {
    gap: 80px 0;
  }
  .point-image {
    width: 490px;
    border-radius: 3px;
  }
  .point-content {
    width: 450px;
  }
  .point-num {
    font-size: 1.8rem;
  }
  .point-num span {
    width: 40px;
    height: 40px;
  }
  .point-ttl {
    border-bottom-width: 1px;
    font-size: 2.4rem;
  }
  .point-subttl {
    font-size: 2rem;
  }
}
/* sub --> performance
-------------------------------------------------------------------------------*/
.sub--performance section {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sub--performance section {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--performance section {
    margin-top: 100px;
  }
}

.performance-contents > div:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .performance-contents > div:nth-child(n+2) {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .performance-contents > div:nth-child(n+2) {
    margin-top: 70px;
  }
}

.performance-heading-1 {
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0.3em 2em 0.4em 2em;
  background-color: #6d5634;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .performance-heading-1 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .performance-heading-1 {
    font-size: 2.4rem;
  }
}

.performance-heading-2 {
  margin-bottom: 1em;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .performance-heading-2 {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .performance-heading-2 {
    font-size: 2.2rem;
  }
}

.performance-heading-3 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom-color: #60b530;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #6d5634;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .performance-heading-3 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .performance-heading-3 {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------- system - */
.performance-system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
  margin-top: 8vw;
}

.performance-system > div {
  width: 100%;
}

.performance-system > div iframe {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .performance-system {
    gap: 2.7777777778vw;
    margin-top: 3.4722222222vw;
  }
  .performance-system > div {
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .performance-system {
    gap: 40px;
    margin-top: 50px;
  }
  .performance-system > div {
    width: 480px;
  }
}
/* ------------------------------------------- lifespan - */
.performance-lifespan {
  margin-left: -3.3333333333vw;
  padding: 9.3333333333vw 6.6666666667vw;
  width: 100vw;
  background-color: #ecf3e8;
  border-radius: 0.4vw;
}

.performance-lifespan .caption-ja {
  margin-bottom: 0.8em;
}

.performance-lifespan .caption-catch {
  margin-bottom: 1.8em;
  color: #6d5634;
  font-weight: 500;
  line-height: 1.75em;
}

.performance-lifespan-movie {
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 751px) {
  .performance-lifespan {
    margin-left: -9.7222222222vw;
    padding: 4.8611111111vw 9.7222222222vw;
    width: 88.8888888889vw;
    border-radius: 0.2083333333vw;
  }
  .performance-lifespan-movie {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .performance-lifespan {
    margin-left: -140px;
    padding: 70px 140px;
    width: 1280px;
    border-radius: 3px;
  }
  .performance-lifespan-movie {
    margin-top: 50px;
  }
}
/* ------------------------------------------- shield - */
.performance-shield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}

.performance-shield > div {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .performance-shield > 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;
  }
  .performance-shield-image {
    width: 26.6666666667vw;
  }
  .performance-shield-content {
    width: 61.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .performance-shield {
    gap: 2.7777777778vw;
  }
  .performance-shield > div {
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .performance-shield {
    gap: 40px;
  }
  .performance-shield > div {
    width: 480px;
  }
}
/* ------------------------------------------- airtight - */
.performance-airtight {
  margin-top: 5.3333333333vw;
}

.performance-airtight-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .performance-airtight {
    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.0833333333vw;
  }
  .performance-airtight-image {
    margin: 0;
    width: 37.5vw;
    border-radius: 0.2083333333vw;
  }
  .performance-airtight-content {
    width: 28.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .performance-airtight {
    margin-top: 30px;
  }
  .performance-airtight-image {
    width: 540px;
    border-radius: 3px;
  }
  .performance-airtight-content {
    width: 410px;
  }
}
/* ------------------------------------------- housing - */
.performance-housing-image {
  margin-top: 5.3333333333vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .performance-housing {
    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;
  }
  .performance-housing-content {
    width: 33.3333333333vw;
  }
  .performance-housing-image {
    margin: 0;
    width: 29.8611111111vw;
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .performance-housing-content {
    width: 480px;
  }
  .performance-housing-image {
    width: 430px;
    border-radius: 3px;
  }
}
/* ------------------------------------------- structure - */
.performance-structure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw;
  margin-top: 8vw;
}

.performance-structure > li {
  width: 100%;
}

.performance-structure-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.performance-structure-ttl {
  margin-bottom: 1em;
  color: #60b530;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .performance-structure {
    gap: 2.0833333333vw;
    margin-top: 4.1666666667vw;
  }
  .performance-structure > 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;
  }
  .performance-structure-image {
    margin: 0;
    width: 34.0277777778vw;
    border-radius: 0.2083333333vw;
  }
  .performance-structure-content {
    width: 32.6388888889vw;
  }
  .performance-structure-ttl {
    font-size: 1.25vw;
  }
  .performance-structure > li:nth-child(even) .performance-structure-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .performance-structure > li:nth-child(even) .performance-structure-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .performance-structure {
    gap: 30px;
    margin-top: 60px;
  }
  .performance-structure-image {
    width: 490px;
    border-radius: 3px;
  }
  .performance-structure-content {
    width: 470px;
  }
  .performance-structure-ttl {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- zeh - */
.performance-zeh-data dt,
.performance-zeh-data dd {
  padding: 0.5em 1em;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
}

.performance-zeh-data dt {
  background-color: #9e8661;
  color: #ffffff;
}

.performance-zeh-data dd {
  background-color: #ffffff;
}

.performance-zeh-notes {
  margin-top: 0.8em;
  font-size: 3.2vw;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .performance-zeh-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.3333333333vw;
  }
  .performance-zeh-data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46vw;
  }
  .performance-zeh-data dt {
    width: 45%;
  }
  .performance-zeh-data dd {
    width: 55%;
  }
}
@media screen and (min-width: 751px) {
  .performance-zeh-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-color: #6d5634;
    border-style: solid;
    border-width: 0.0694444444vw;
    border-left: none;
  }
  .performance-zeh-data dl {
    width: 6.9444444444vw;
  }
  .performance-zeh-data dt,
  .performance-zeh-data dd {
    padding: 1em;
    border-left-color: #6d5634;
    border-left-style: solid;
    border-left-width: 0.0694444444vw;
  }
  .performance-zeh-notes {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .performance-zeh-data {
    border-width: 1px;
  }
  .performance-zeh-data dl {
    width: 100px;
  }
  .performance-zeh-data dt,
  .performance-zeh-data dd {
    border-left-width: 1px;
  }
  .performance-zeh-notes {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- equipment - */
.sec--performance-equipment {
  margin: 0 !important;
  background-image: url(../img/performance/bg_sp.jpg);
  background-size: cover;
}
.sec--performance-equipment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.6);
}

.sec--performance-equipment .inner {
  position: relative;
  z-index: 1;
}

.sec--performance-equipment .performance-heading-1,
.sec--performance-equipment .performance-heading-2,
.sec--performance-equipment .performance-heading-text p {
  color: #ffffff;
}

.performance-equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw;
  margin-top: 8vw;
}

.performance-equipment-image {
  position: relative;
  width: 100vw;
}

.performance-equipment-content {
  position: relative;
  padding: 6.6666666667vw 5.6vw;
  background-color: #ffffff;
  z-index: 1;
}

.performance-equipment-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.performance-equipment-ttl {
  margin-bottom: 1em;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .performance-equipment > li {
    width: 100%;
  }
  .performance-equipment-image {
    margin-left: -3.3333333333vw;
  }
  .performance-equipment-content {
    top: -10.6666666667vw;
    margin-bottom: -10.6666666667vw;
    right: -3.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--performance-equipment {
    background-image: url(../img/performance/bg.jpg);
    background-image: image-set(url(../img/performance/bg.jpg) 1x, url(../img/performance/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/performance/bg.jpg) 1x, url(../img/performance/bg-2x.jpg) 2x);
  }
  .performance-equipment {
    gap: 4.1666666667vw;
    margin-top: 3.4722222222vw;
  }
  .performance-equipment > 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;
  }
  .performance-equipment-image {
    width: 29.8611111111vw;
    height: 22.2222222222vw;
  }
  .performance-equipment-image > div {
    position: absolute;
    top: 0;
    width: 34.0277777778vw;
  }
  .performance-equipment-content {
    padding: 2.4305555556vw;
    width: 39.5833333333vw;
  }
  .performance-equipment-box:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .performance-equipment-ttl {
    font-size: 1.25vw;
  }
  .performance-equipment > li:nth-child(odd) .performance-equipment-image > div {
    left: 0;
  }
  .performance-equipment > li:nth-child(even) .performance-equipment-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .performance-equipment > li:nth-child(even) .performance-equipment-image > div {
    right: 0;
  }
  .performance-equipment > li:nth-child(even) .performance-equipment-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .performance-equipment {
    gap: 60px;
    margin-top: 50px;
  }
  .performance-equipment-image {
    width: 430px;
    height: 320px;
  }
  .performance-equipment-image > div {
    width: 490px;
  }
  .performance-equipment-content {
    padding: 35px;
    width: 570px;
  }
  .performance-equipment-box:nth-child(n+2) {
    margin-top: 50px;
  }
  .performance-equipment-ttl {
    font-size: 1.8rem;
  }
}
/* sub -- > support
-------------------------------------------------------------------------------*/
.support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.support > li {
  position: relative;
  padding: 10.6666666667vw 0;
  width: 100%;
}

.support > li:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #f2eee8;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.support-image {
  margin-bottom: 4.6666666667vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.support-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  color: #60b530;
  font-family: "EB Garamond", serif;
  font-size: 4vw;
  font-weight: 700;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}
.support-num span {
  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: 0.5em;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-color: #60b530;
  border-radius: 50%;
  color: #ffffff;
  letter-spacing: 0;
}

.support-ttl {
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom-color: #60b530;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.support-subttl {
  margin-bottom: 1em;
  color: #6d5634;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .support > 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;
    padding: 5.5555555556vw 0;
  }
  .support-image {
    margin: 0;
    width: 34.0277777778vw;
    border-radius: 0.2083333333vw;
  }
  .support-content {
    width: 31.25vw;
  }
  .support-num {
    font-size: 1.25vw;
  }
  .support-num span {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .support-ttl {
    border-bottom-width: 0.0694444444vw;
    font-size: 1.6666666667vw;
  }
  .support-subttl {
    font-size: 1.3888888889vw;
  }
  .support > li:nth-child(odd) .support-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .support > li:nth-child(odd) .support-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .support > li {
    padding: 80px 0;
  }
  .support-image {
    width: 490px;
    border-radius: 3px;
  }
  .support-content {
    width: 450px;
  }
  .support-num {
    font-size: 1.8rem;
  }
  .support-num span {
    width: 40px;
    height: 40px;
  }
  .support-ttl {
    border-bottom-width: 1px;
    font-size: 2.4rem;
  }
  .support-subttl {
    font-size: 2rem;
  }
}
/* sub --> community based
-------------------------------------------------------------------------------*/
/* ------------------------------------------- can - */
.can-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw 0;
  counter-reset: cnt;
}

.c-can {
  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: 62vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.c-can:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.6);
}
.c-can:after {
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
  position: absolute;
  right: 0.1em;
  bottom: 0.1em;
  color: rgba(255, 255, 255, 0.2);
  font-family: "NotoSerifJP", sans-serif;
  font-size: 14.6666666667vw;
  font-weight: 600;
  line-height: 1em;
}

.c-can-content {
  position: relative;
  text-align: center;
  z-index: 1;
}

.c-can-ja {
  color: #ffffff;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.12em;
}

.c-can-text {
  margin: 6.6666666667vw auto 0 auto;
  width: 80vw;
}
.c-can-text p {
  color: #d9c6a9;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.75em;
  letter-spacing: 0.12em;
}

.can-menu .c-can:nth-child(1) {
  background-image: url(../img/community-based/can01_sp.jpg);
}

.can-menu .c-can:nth-child(2) {
  background-image: url(../img/community-based/can02_sp.jpg);
}

.can-menu .c-can:nth-child(3) {
  background-image: url(../img/community-based/can03_sp.jpg);
}

.can-menu .c-can:nth-child(4) {
  background-image: url(../img/community-based/can04_sp.jpg);
}

@media screen and (max-width: 750px) {
  .can-menu {
    margin-left: -3.3333333333vw;
    width: 100vw;
  }
  .can-menu-heading {
    margin-left: auto;
    margin-right: auto;
    width: 94.6666666667vw;
  }
  .c-can {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .can .inner {
    width: 69.6527777778vw;
  }
  .can-menu {
    gap: 0.2083333333vw 0;
    margin-left: -0.2083333333vw;
  }
  .c-can {
    margin-left: 0.2083333333vw;
    width: calc(50% - 0.2083333333vw);
    height: 20.8333333333vw;
  }
  .c-can:after {
    font-size: 4.8611111111vw;
  }
  .c-can-ja {
    font-size: 1.6666666667vw;
  }
  .c-can-text {
    margin-top: 2.4305555556vw;
    width: 28.125vw;
  }
  .c-can-text p {
    font-size: 1.0416666667vw;
  }
  .can-menu .c-can:nth-child(1) {
    background-image: url(../img/community-based/can01.jpg);
    background-image: image-set(url(../img/community-based/can01.jpg) 1x, url(../img/community-based/can01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/community-based/can01.jpg) 1x, url(../img/community-based/can01-2x.jpg) 2x);
  }
  .can-menu .c-can:nth-child(2) {
    background-image: url(../img/community-based/can02.jpg);
    background-image: image-set(url(../img/community-based/can02.jpg) 1x, url(../img/community-based/can02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/community-based/can02.jpg) 1x, url(../img/community-based/can02-2x.jpg) 2x);
  }
  .can-menu .c-can:nth-child(3) {
    background-image: url(../img/community-based/can03.jpg);
    background-image: image-set(url(../img/community-based/can03.jpg) 1x, url(../img/community-based/can03-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/community-based/can03.jpg) 1x, url(../img/community-based/can03-2x.jpg) 2x);
  }
  .can-menu .c-can:nth-child(4) {
    background-image: url(../img/community-based/can04.jpg);
    background-image: image-set(url(../img/community-based/can04.jpg) 1x, url(../img/community-based/can04-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/community-based/can04.jpg) 1x, url(../img/community-based/can04-2x.jpg) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .can .inner {
    width: 1003px;
  }
  .can-menu {
    gap: 3px 0;
    margin-left: -3px;
  }
  .c-can {
    margin-left: 3px;
    width: calc(50% - 3px);
    height: 300px;
  }
  .c-can:after {
    font-size: 7rem;
  }
  .c-can-ja {
    font-size: 2.4rem;
  }
  .c-can-text {
    margin-top: 35px;
    width: 405px;
  }
  .c-can-text p {
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- takumi - */
.takumi {
  background-color: #f2eee8;
}

.takumi-heading > div:not(.takumi-lead) {
  position: relative;
  display: inline-block;
}
.takumi-heading > div:not(.takumi-lead):after {
  content: "";
  position: absolute;
  top: 8vw;
  right: -20vw;
  display: inline-block;
  width: 20vw;
  height: 14vw;
  background-image: url(../img/common/toolbox_sp.png);
  background-size: cover;
}
@media screen and (min-width: 751px) {
  .takumi-heading > div:not(.takumi-lead):after {
    top: 2.7777777778vw;
    right: -11.1111111111vw;
    width: 8.3333333333vw;
    height: 5.8333333333vw;
    background-image: url(../img/common/toolbox.png);
    background-image: image-set(url(../img/common/toolbox.png) 1x, url(../img/common/toolbox-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/toolbox.png) 1x, url(../img/common/toolbox-2x.png) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .takumi-heading > div:not(.takumi-lead):after {
    top: 40px;
    right: -160px;
    width: 120px;
    height: 84px;
  }
}

/* ------------------------------------------- partner - */
.partner li {
  padding: 6.6666666667vw 5.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

.partner li:nth-child(odd) {
  background-color: #f2eee8;
}

.partner-name {
  color: #6d5634;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .partner {
    margin-left: -3.3333333333vw;
    width: 100vw;
  }
  .partner-name {
    margin-bottom: 1em;
    font-size: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .partner 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;
    padding: 1.3888888889vw 2.0833333333vw;
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
  .partner-name {
    width: 22.2222222222vw;
  }
  .partner-add {
    width: 22.2222222222vw;
  }
  .partner-url {
    width: 16.6666666667vw;
  }
  .partner-url a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .partner-url a:hover {
    color: #60b530;
  }
}
@media screen and (min-width: 1441px) {
  .partner li {
    padding: 20px 30px;
    font-size: 1.5rem;
  }
  .partner-name {
    width: 320px;
  }
  .partner-add {
    width: 320px;
  }
  .partner-url {
    width: 240px;
  }
}
/* sub --> standard house
-------------------------------------------------------------------------------*/
/* ------------------------------------------- select - */
.standard-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9.3333333333vw 0;
  margin-top: 8vw;
}

.standard-select > li {
  width: 100%;
}

.standard-select-image {
  margin-bottom: 4vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.standard-select-ttl {
  margin-bottom: 0.7em;
  color: #60b530;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.standard-select-text p {
  color: #6d5634;
}

.standard-select-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 56vw;
}

@media screen and (min-width: 751px) {
  .standard-select {
    gap: 4.1666666667vw;
    margin-top: 3.4722222222vw;
  }
  .standard-select > li {
    width: 32.6388888889vw;
  }
  .standard-select-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.2083333333vw;
  }
  .standard-select-ttl {
    font-size: 1.3888888889vw;
  }
  .standard-select-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 19.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .standard-select {
    gap: 60px;
    margin-top: 50px;
  }
  .standard-select > li {
    width: 470px;
  }
  .standard-select-image {
    margin-bottom: 15px;
    border-radius: 3px;
  }
  .standard-select-ttl {
    font-size: 2rem;
  }
  .standard-select-btn {
    margin: 30px auto 0 auto;
    width: 280px;
  }
}
/* ------------------------------------------- new - */
.standard-new {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .standard-new {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .standard-new {
    margin-bottom: 100px;
  }
}

/* ------------------------------------------- style - */
.sec--standard-style {
  background-color: #ecf3e8;
}

.standard-style {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw 0;
  margin-top: 8vw;
}

.standard-style-item {
  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: 57.3333333333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.standard-style-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.6);
}

.standard-style-content {
  position: relative;
  text-align: center;
  z-index: 1;
}

.standard-style-ttl {
  color: #ffffff;
  font-family: "p22-franklin-caslon", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.14em;
}

.standard-style-text {
  margin: 6.6666666667vw auto 0 auto;
  width: 78vw;
}
.standard-style-text p {
  color: #d9c6a9;
  font-size: 3.4666666667vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.75em;
  letter-spacing: 0.12em;
}

.standard-style .standard-style-item:nth-child(1) {
  background-image: url(../img/standard-house/style01_sp.jpg);
}

.standard-style .standard-style-item:nth-child(2) {
  background-image: url(../img/standard-house/style02_sp.jpg);
}

.standard-style .standard-style-item:nth-child(3) {
  background-image: url(../img/standard-house/style03_sp.jpg);
}

.standard-style .standard-style-item:nth-child(4) {
  background-image: url(../img/standard-house/style04_sp.jpg);
}

@media screen and (max-width: 750px) {
  .standard-style-heading {
    margin-left: auto;
    margin-right: auto;
    width: 94.6666666667vw;
  }
  .standard-style-item {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .sec--standard-style .inner {
    width: 88.8888888889vw;
  }
  .standard-style {
    gap: 1.3888888889vw;
    margin-top: 3.4722222222vw;
  }
  .standard-style-item {
    width: 43.75vw;
    height: 20.8333333333vw;
  }
  .standard-style-ttl {
    font-size: 1.9444444444vw;
  }
  .standard-style-text {
    margin-top: 2.4305555556vw;
    width: 28.125vw;
  }
  .standard-style-text p {
    font-size: 1.0416666667vw;
  }
  .standard-style .standard-style-item:nth-child(1) {
    background-image: url(../img/standard-house/style01.jpg);
    background-image: image-set(url(../img/standard-house/style01.jpg) 1x, url(../img/standard-house/style01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/standard-house/style01.jpg) 1x, url(../img/standard-house/style01-2x.jpg) 2x);
  }
  .standard-style .standard-style-item:nth-child(2) {
    background-image: url(../img/standard-house/style02.jpg);
    background-image: image-set(url(../img/standard-house/style02.jpg) 1x, url(../img/standard-house/style02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/standard-house/style02.jpg) 1x, url(../img/standard-house/style02-2x.jpg) 2x);
  }
  .standard-style .standard-style-item:nth-child(3) {
    background-image: url(../img/standard-house/style03.jpg);
    background-image: image-set(url(../img/standard-house/style03.jpg) 1x, url(../img/standard-house/style03-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/standard-house/style03.jpg) 1x, url(../img/standard-house/style03-2x.jpg) 2x);
  }
  .standard-style .standard-style-item:nth-child(4) {
    background-image: url(../img/standard-house/style04.jpg);
    background-image: image-set(url(../img/standard-house/style04.jpg) 1x, url(../img/standard-house/style04-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/standard-house/style04.jpg) 1x, url(../img/standard-house/style04-2x.jpg) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .sec--standard-style .inner {
    width: 1280px;
  }
  .standard-style {
    gap: 20px;
    margin-top: 50px;
  }
  .standard-style-item {
    width: 630px;
    height: 300px;
  }
  .standard-style-ttl {
    font-size: 2.8rem;
  }
  .standard-style-text {
    margin-top: 35px;
    width: 405px;
  }
  .standard-style-text p {
    font-size: 1.5rem;
  }
}
/* sub --> feature
-------------------------------------------------------------------------------*/
.feature-heading > div:not(.heading-lead) {
  position: relative;
}
@media screen and (min-width: 751px) {
  .feature-heading > div:not(.heading-lead) {
    display: inline-block;
  }
}
.feature-heading > div:not(.heading-lead):after {
  content: "";
  position: absolute;
  top: -5.3333333333vw;
  left: 2.6666666667vw;
  display: inline-block;
  width: 8.6666666667vw;
  height: 14vw;
  background-image: url(../img/common/stool.svg);
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .feature-heading > div:not(.heading-lead):after {
    top: -0.6944444444vw;
    left: -9.7222222222vw;
    width: 4.5138888889vw;
    height: 7.2916666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .feature-heading > div:not(.heading-lead):after {
    top: -10px;
    left: -140px;
    width: 65px;
    height: 105px;
  }
}

.feature-lead p {
  text-align: left;
}

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw 0;
}

.feature > li {
  position: relative;
  width: 100%;
}

.feature-image {
  margin-bottom: 4.6666666667vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.feature-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  color: #60b530;
  font-family: "EB Garamond", serif;
  font-size: 4vw;
  font-weight: 700;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}
.feature-num span {
  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: 0.5em;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-color: #60b530;
  border-radius: 50%;
  color: #ffffff;
  letter-spacing: 0;
}

.feature-ttl {
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom-color: #60b530;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .feature {
    gap: 5.5555555556vw 0;
  }
  .feature > 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;
  }
  .feature-image {
    margin: 0;
    width: 34.0277777778vw;
    border-radius: 0.2083333333vw;
  }
  .feature-content {
    width: 31.25vw;
  }
  .feature-num {
    font-size: 1.25vw;
  }
  .feature-num span {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .feature-ttl {
    border-bottom-width: 0.0694444444vw;
    font-size: 1.6666666667vw;
  }
  .feature > li:nth-child(odd) .feature-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .feature > li:nth-child(odd) .feature-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .feature {
    gap: 80px 0;
  }
  .feature-image {
    width: 490px;
    border-radius: 3px;
  }
  .feature-content {
    width: 450px;
  }
  .feature-num {
    font-size: 1.8rem;
  }
  .feature-num span {
    width: 40px;
    height: 40px;
  }
  .feature-ttl {
    border-bottom-width: 1px;
    font-size: 2.4rem;
  }
}
/*  #faq
-------------------------------------------------------------------------------*/
.sec--faq {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec--faq {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--faq {
    margin-bottom: 50px;
  }
}

.faq-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw 0;
}

.c-faq {
  position: relative;
  width: 100%;
  border-radius: 0.4vw;
  overflow: hidden;
}

.c-faq dt {
  position: relative;
  padding: 4.8vw 10.6666666667vw 4.8vw 12vw;
  background-color: #ffffff;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 600;
  line-height: 1.5em;
  overflow: hidden;
}
.c-faq dt:before {
  content: "Q.";
  position: absolute;
  top: 0.6em;
  left: 2.6666666667vw;
  font-family: "EB Garamond", serif;
  font-size: 6.4vw;
  font-weight: 400;
  font-optical-sizing: auto;
}
.c-faq dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/recruit/plus.svg);
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-faq dt:hover {
  cursor: pointer;
}

.c-faq dt.is-open {
  background-color: #9e8661;
  color: #ffffff;
}
.c-faq dt.is-open:after {
  background-image: url(../img/recruit/minus.svg);
}

.c-faq dd {
  display: none;
  padding: 4.8vw 4.5333333333vw;
  background-color: #ffffff;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .faq-post {
    gap: 1.0416666667vw 0;
  }
  .c-faq {
    border-radius: 0.2083333333vw;
  }
  .c-faq dt {
    padding: 1.5972222222vw 8.3333333333vw 1.5972222222vw 5.9027777778vw;
    font-size: 1.25vw;
  }
  .c-faq dt:before {
    top: 0.75em;
    left: 1.9444444444vw;
    font-size: 2.0833333333vw;
  }
  .c-faq dt:after {
    right: 2.0833333333vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .c-faq dd {
    padding: 1.7361111111vw 2.7777777778vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .faq-post {
    gap: 15px 0;
  }
  .c-faq {
    border-radius: 3px;
  }
  .c-faq dt {
    padding: 23px 120px 23px 85px;
    font-size: 1.8rem;
  }
  .c-faq dt:before {
    top: 0.75em;
    font-size: 3rem;
  }
  .c-faq dt:after {
    right: 30px;
    width: 20px;
    height: 20px;
  }
  .c-faq dd {
    padding: 25px 40px;
  }
}
/* sub --> flow
-------------------------------------------------------------------------------*/
.flow-heading > div:not(.heading-lead) {
  position: relative;
  display: inline-block;
}
.flow-heading > div:not(.heading-lead):after {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  right: -21.3333333333vw;
  display: inline-block;
  width: 13.8666666667vw;
  height: 24.6666666667vw;
  background-image: url(../img/common/augusta.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .flow-heading > div:not(.heading-lead):after {
    top: -2.0833333333vw;
    right: -6.9444444444vw;
    width: 4.1666666667vw;
    height: 7.8472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .flow-heading > div:not(.heading-lead):after {
    top: -30px;
    right: -100px;
    width: 60px;
    height: 113px;
  }
}

.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw 0;
}

.flow > li {
  position: relative;
  width: 100%;
}

.flow-num {
  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: 0.5em;
  padding: 0 1em;
  height: 6.6666666667vw;
  background-color: #60b530;
  border-radius: 0 3.3333333333vw 3.3333333333vw 0;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 4vw;
  font-weight: 700;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}
.flow-num span {
  margin-left: 0.25em;
}

.flow-image {
  border-radius: 0.4vw;
  overflow: hidden;
}

.flow-ttl {
  margin-bottom: 0.7em;
  color: #6d5634;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.flow-text p {
  font-size: 3.4666666667vw;
  line-height: 1.65em;
}

@media screen and (max-width: 750px) {
  .flow-contents {
    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;
  }
  .flow-image {
    width: 33.3333333333vw;
  }
  .flow-content {
    width: 56vw;
  }
}
@media screen and (min-width: 751px) {
  .flow {
    gap: 3.4722222222vw 1.3888888889vw;
  }
  .flow > li {
    width: 22.2222222222vw;
  }
  .flow-num {
    position: absolute;
    top: 0.6944444444vw;
    left: 0;
    height: 2.5vw;
    border-radius: 0 1.25vw 1.25vw 0;
    font-size: 1.25vw;
  }
  .flow-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.2083333333vw;
  }
  .flow-ttl {
    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-bottom: 1em;
    min-height: 3.5em;
    font-size: 1.1111111111vw;
    text-align: center;
    line-height: 1.75em;
  }
  .flow-text p {
    font-size: 1.0416666667vw;
    line-height: 1.65em;
  }
}
@media screen and (min-width: 1441px) {
  .flow {
    gap: 50px 20px;
  }
  .flow > li {
    width: 320px;
  }
  .flow-num {
    top: 10px;
    height: 36px;
    border-radius: 0 18px 18px 0;
    font-size: 1.8rem;
  }
  .flow-image {
    margin-bottom: 15px;
    border-radius: 3px;
  }
  .flow-ttl {
    font-size: 1.6rem;
  }
  .flow-text p {
    font-size: 1.5rem;
  }
}
/* sub --> step
-------------------------------------------------------------------------------*/
.step-heading > div:not(.heading-lead) {
  position: relative;
  display: inline-block;
}
.step-heading > div:not(.heading-lead):after {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  left: -18.6666666667vw;
  display: inline-block;
  width: 12.2666666667vw;
  height: 8.9333333333vw;
  background-image: url(../img/common/window.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .step-heading > div:not(.heading-lead):after {
    top: -2.0833333333vw;
    left: -11.8055555556vw;
    width: 6.3888888889vw;
    height: 4.6527777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .step-heading > div:not(.heading-lead):after {
    top: -30px;
    left: -170px;
    width: 92px;
    height: 67px;
  }
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw 0;
}

.step > li {
  position: relative;
  width: 100%;
  padding: 4vw 4vw 5.3333333333vw 4vw;
  background-color: #f2eee8;
}
.step > li:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 5.3333333333vw 0px 5.3333333333vw;
  border-color: #60b530 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.step > li:last-child:after {
  content: none;
}

.step-num {
  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 1em;
  height: 6.6666666667vw;
  background-color: #60b530;
  border-radius: 0 3.3333333333vw 3.3333333333vw 0;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 4vw;
  font-weight: 700;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}
.step-num span {
  margin-left: 0.25em;
}

.step-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.step-ttl {
  margin-bottom: 0.5em;
  color: #6d5634;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 5.6vw;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.step-text p {
  line-height: 1.75em;
}

.step-notes {
  margin-top: 2em;
}
.step-notes p {
  line-height: 1.75em;
}

.step-btn {
  margin: 8vw auto 0 auto;
  width: 85.3333333333vw;
}

@media screen and (max-width: 750px) {
  .step {
    margin: 0 auto;
    width: 88vw;
  }
  .step-btn .btn-square {
    padding: 4vw 0;
    height: auto;
  }
  .step-btn .btn-square p {
    text-align: center;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 751px) {
  .step {
    gap: 2.0833333333vw 0;
  }
  .step > li {
    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;
  }
  .step > li:after {
    border-width: 1.3888888889vw 1.3888888889vw 0px 1.3888888889vw;
  }
  .step-num {
    height: 2.5vw;
    border-radius: 1.25vw;
    font-size: 1.25vw;
  }
  .step-image {
    margin: 0;
    width: 20.8333333333vw;
    border-radius: 0.2083333333vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .step-content {
    width: 41.6666666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .step-ttl {
    margin-bottom: 0.7em;
    font-size: 1.6666666667vw;
    line-height: 1.75em;
  }
  .step-text p {
    font-size: 1.0416666667vw;
    line-height: 1.65em;
  }
  .step-btn {
    margin: 3.4722222222vw auto 0 auto;
    width: 34.7222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .step {
    gap: 30px 0;
  }
  .step > li {
    padding: 30px;
  }
  .step > li:after {
    border-width: 20px 20px 0px 20px;
  }
  .step-num {
    top: 10px;
    height: 36px;
    border-radius: 18px;
    font-size: 1.8rem;
  }
  .step-image {
    width: 300px;
    border-radius: 3px;
  }
  .step-content {
    width: 600px;
  }
  .step-ttl {
    font-size: 2.4rem;
  }
  .step-text p {
    font-size: 1.5rem;
  }
  .step-btn {
    margin: 50px auto 0 auto;
    width: 500px;
  }
}
/* sub -- > type
-------------------------------------------------------------------------------*/
.type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw;
  margin-top: 8vw;
}

.type-box {
  padding: 4vw;
  width: 100%;
}
.type-box > div {
  padding: 6.6666666667vw 5.3333333333vw 8vw 5.3333333333vw;
  background-color: #ffffff;
  height: 100%;
  text-align: center;
}

.type-box:nth-child(1) {
  background-color: #B7C4AF;
}

.type-box:nth-child(2) {
  background-color: #E6EFE1;
}

.type-heading {
  margin-bottom: 1em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

.type-list {
  display: inline-block;
}

.type-list > li {
  position: relative;
  padding-left: 1.5em;
  font-weight: 500;
  text-align: left;
  line-height: 1.4em;
}
.type-list > li:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/check.svg);
  background-size: contain;
}

.type-list > li:nth-child(n+2) {
  margin-top: 0.5em;
}

.type-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 100%;
}
.type-btn .btn-square {
  padding: 0.7em 0.5em;
  height: auto;
}
.type-btn .btn-square p {
  text-align: center;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .type {
    gap: 2.7777777778vw;
    margin-top: 3.4722222222vw;
  }
  .type-box {
    padding: 1.7361111111vw;
    width: 33.3333333333vw;
  }
  .type-box > div {
    padding: 1.7361111111vw;
  }
  .type-heading {
    font-size: 1.6666666667vw;
  }
  .type-btn {
    margin: 2.7777777778vw auto 0 auto;
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .type {
    gap: 40px;
    margin-top: 50px;
  }
  .type-box {
    padding: 25px;
    width: 480px;
  }
  .type-box > div {
    padding: 25px;
  }
  .type-heading {
    font-size: 2.4rem;
  }
  .type-btn {
    margin: 40px auto 0 auto;
    width: 340px;
  }
}
/* sub --> select
-------------------------------------------------------------------------------*/
.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.select > li {
  padding: 8vw 0;
  width: 100%;
  border-bottom-color: #c2c2c2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.select > li:first-child {
  border-top-color: #c2c2c2;
  border-top-style: solid;
  border-top-width: 1px;
}

.select-image {
  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-bottom: 5.3333333333vw;
}
.select-image > div {
  position: relative;
}
.select-image > div:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em 0.5em;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 3.2vw;
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  z-index: 1;
}
.select-image:after {
  content: "";
  position: absolute;
  left: 10.6666666667vw;
  bottom: 0;
  display: inline-block;
  width: 21.3333333333vw;
  height: 20vw;
  background-image: url(../img/common/arrow.svg);
  background-size: contain;
}

.select-image-before {
  width: 32vw;
}
.select-image-before:before {
  content: "BEFORE";
  background-color: #383838;
}

.select-image-after {
  width: 56vw;
}
.select-image-after:before {
  content: "AFTER";
  background-color: #28530F;
}

.before--none .select-image-after {
  margin: 0 auto;
}

.before--none .select-image:after {
  content: none;
}

.select-ttl {
  margin-bottom: 0.8em;
  color: #28530F;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .select > li {
    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.4722222222vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .select > li:first-child {
    border-top-width: 0.0694444444vw;
  }
  .select-image {
    margin: 0;
    width: 24.3055555556vw;
  }
  .select-image > div:before {
    font-size: 0.9722222222vw;
  }
  .select-image:after {
    left: 2.7777777778vw;
    width: 5.5555555556vw;
    height: 5.2083333333vw;
  }
  .select-image-before {
    width: 8.3333333333vw;
  }
  .select-image-after {
    width: 14.5833333333vw;
  }
  .select-content {
    padding-top: 0.6944444444vw;
    width: 40.9722222222vw;
  }
  .select-ttl {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .select > li {
    padding: 50px 0;
    border-bottom-width: 1px;
  }
  .select > li:first-child {
    border-top-width: 1px;
  }
  .select-image {
    width: 350px;
  }
  .select-image > div:before {
    font-size: 1.4rem;
  }
  .select-image:after {
    left: 40px;
    width: 80px;
    height: 75px;
  }
  .select-image-before {
    width: 120px;
  }
  .select-image-after {
    width: 210px;
  }
  .select-content {
    padding-top: 10px;
    width: 590px;
  }
  .select-ttl {
    font-size: 2.4rem;
  }
}
/* sub --> renovation
-------------------------------------------------------------------------------*/
.sub--renovation .mv-ttl {
  margin-bottom: 0 !important;
}

.renovation {
  position: relative;
  padding: 18.6666666667vw 0 10.6666666667vw 0;
  background-color: #28530F;
}

.renovation .marquee {
  position: absolute;
  top: 0.5em;
  left: 0;
}
.renovation .marquee span {
  color: rgba(255, 255, 255, 0.1);
  font-family: "p22-franklin-caslon", sans-serif;
  font-size: 12vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.renovation .inner {
  position: relative;
  z-index: 1;
}
.renovation .inner:before {
  content: "";
  position: absolute;
  top: 4vw;
  right: 0;
  display: inline-block;
  width: 30.6666666667vw;
  height: 18vw;
  background-image: url(../img/renovation/house.svg);
  background-size: contain;
}

.renovation-ttl {
  margin-bottom: 1em;
  color: #ffffff;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.renovation-text p {
  color: #ffffff;
}

.renovation-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 85.3333333333vw;
}

.renovation-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
}
.renovation-btn a p {
  color: #28530F;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5em;
}

.sub--renovation .works {
  margin: 0 auto 13.3333333333vw;
}

@media screen and (min-width: 751px) {
  .renovation {
    padding: 6.9444444444vw 0 4.1666666667vw 0;
  }
  .renovation .marquee span {
    font-size: 5.5555555556vw;
  }
  .renovation .inner:before {
    top: auto;
    left: -11.1111111111vw;
    right: auto;
    bottom: -4.1666666667vw;
    width: 19.4444444444vw;
    height: 11.3888888889vw;
  }
  .renovation-contents {
    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: 12.5vw;
  }
  .renovation-ttl {
    font-size: 1.6666666667vw;
  }
  .renovation-btn {
    margin: 0;
    width: 29.1666666667vw;
  }
  .renovation-btn a {
    height: 5.5555555556vw;
    border-radius: 0.2083333333vw;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .renovation-btn a:hover {
    background-color: #E6EFE1;
  }
  .renovation-btn a p {
    font-size: 1.1111111111vw;
  }
  .sub--renovation .works {
    margin: 0 auto 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .renovation {
    padding: 100px 0 60px 0;
  }
  .renovation .marquee span {
    font-size: 8rem;
  }
  .renovation .inner:before {
    left: -160px;
    bottom: -60px;
    width: 280px;
    height: 164px;
  }
  .renovation-contents {
    padding-left: 180px;
  }
  .renovation-ttl {
    font-size: 2.4rem;
  }
  .renovation-btn {
    width: 420px;
  }
  .renovation-btn a {
    height: 80px;
    border-radius: 3px;
  }
  .renovation-btn a p {
    font-size: 1.6rem;
  }
  .sub--renovation .works {
    margin: 0 auto 80px;
  }
}
/* sub --> subsidy
-------------------------------------------------------------------------------*/
.sec--subsidy {
  padding-top: 0 !important;
}

.subsidy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subsidy > li {
  position: relative;
  padding: 6.6666666667vw 4vw 4vw 4vw;
  width: 100%;
}
.subsidy > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #60b530;
}

.subsidy > li:last-child:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #60b530;
}

.subsidy-ttl {
  margin-bottom: 0.7em;
  color: #6d5634;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.subsidy-more {
  margin: 3.3333333333vw 0 0 auto;
  width: 26.6666666667vw;
}

.subsidy-notes {
  margin: 6.6666666667vw auto 0 auto;
  padding: 4vw 4.8vw;
  width: 100%;
  background-color: #eee;
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.4vw;
}

@media screen and (min-width: 751px) {
  .subsidy {
    margin: 0 auto;
    width: 59.7222222222vw;
  }
  .subsidy > li {
    padding: 2.0833333333vw 1.0416666667vw 1.3888888889vw 1.0416666667vw;
    width: 100%;
  }
  .subsidy > li:before {
    height: 0.0694444444vw;
  }
  .subsidy > li:last-child:after {
    height: 0.0694444444vw;
  }
  .subsidy-ttl {
    font-size: 1.3888888889vw;
  }
  .subsidy-more {
    margin: 1.0416666667vw 0 0 auto;
    width: 6.9444444444vw;
  }
  .subsidy-notes {
    margin: 3.4722222222vw auto 0 auto;
    padding: 2.0833333333vw 3.4722222222vw;
    width: 59.7222222222vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .subsidy {
    width: 860px;
  }
  .subsidy > li {
    padding: 30px 15px 20px 15px;
  }
  .subsidy > li:before {
    height: 1px;
  }
  .subsidy > li:last-child:after {
    height: 1px;
  }
  .subsidy-ttl {
    font-size: 2rem;
  }
  .subsidy-more {
    margin: 15px 0 0 auto;
    width: 100px;
  }
  .subsidy-notes {
    margin: 50px auto 0 auto;
    padding: 30px 50px;
    width: 860px;
    border-width: 1px;
    border-radius: 3px;
  }
}
/*  #reason
-------------------------------------------------------------------------------*/
.sub--reason .service-menu {
  padding: 0 !important;
}
.sub--reason .service-menu:after {
  content: none;
}
.sub--reason .sec--reason-support {
  padding-bottom: 0 !important;
}

.schedule section:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.schedule-heading {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0.1em 0.9em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.schedule-heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3em;
  height: 100%;
  background-color: #60b530;
  border-radius: 0.2em;
}

@media screen and (min-width: 751px) {
  .schedule {
    margin-left: -7.9861111111vw;
    width: 85.4166666667vw;
  }
  .schedule section:nth-child(n+2) {
    margin-top: 4.8611111111vw;
  }
  .schedule-heading {
    font-size: 1.6666666667vw;
  }
  .schedule .flow > li {
    width: 15.9722222222vw;
  }
  .schedule .flow > li .flow-ttl {
    margin-bottom: 0.7em;
    min-height: auto;
  }
}
@media screen and (min-width: 1441px) {
  .schedule {
    margin-left: -115px;
    width: 1230px;
  }
  .schedule section:nth-child(n+2) {
    margin-top: 70px;
  }
  .schedule-heading {
    font-size: 2.4rem;
  }
  .schedule .flow > li {
    width: 230px;
  }
}
/* sub --> befoaf
-------------------------------------------------------------------------------*/
.sub--rebuilding .mv-ttl {
  margin-bottom: 0 !important;
}

.sec--befoaf {
  background-color: #ecf3e8;
}

.befoaf {
  margin-left: -3.3333333333vw;
  padding: 9.3333333333vw 6.6666666667vw;
  width: 100vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
}

.befoaf-ttl {
  margin-bottom: 1em;
  font-size: 5.6vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.befoaf-image {
  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;
}
.befoaf-image > div {
  position: relative;
  width: 42vw;
}
.befoaf-image > div > div {
  border-radius: 0.4vw;
  overflow: hidden;
}

.befoaf-image-label {
  margin-bottom: 0.5em;
  font-family: "EB Garamond", serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  font-optical-sizing: auto;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.befoaf-image-before .befoaf-image-label {
  color: #888;
}

.befoaf-image-after .befoaf-image-label {
  color: #28530F;
}

.befoaf-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw;
  margin-top: 10.6666666667vw;
}

.befoaf-point > li {
  width: 100%;
}

.befoaf-point-image {
  position: relative;
  margin-top: 5.3333333333vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.befoaf-point-ttl {
  position: relative;
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  color: #60b530;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.befoaf-point-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
}

.befoaf-btn {
  margin-top: 6.6666666667vw;
}

@media screen and (max-width: 750px) {
  .sec--befoaf .heading-en {
    font-size: 8.2666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .befoaf {
    margin-left: -3.4722222222vw;
    padding: 3.4722222222vw;
    width: 76.3888888889vw;
    border-radius: 0.2083333333vw;
  }
  .befoaf-ttl {
    font-size: 1.6666666667vw;
  }
  .befoaf-image > div {
    width: 33.3333333333vw;
  }
  .befoaf-image > div > div {
    border-radius: 0.2083333333vw;
  }
  .befoaf-image-label {
    font-size: 1.25vw;
  }
  .befoaf-point {
    gap: 3.4722222222vw;
    margin-top: 5.5555555556vw;
  }
  .befoaf-point > 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;
    width: 100%;
  }
  .befoaf-point-image {
    margin: 0;
    width: 31.9444444444vw;
    border-radius: 0.2083333333vw;
  }
  .befoaf-point-content {
    width: 33.3333333333vw;
  }
  .befoaf-point > li:nth-child(even) .befoaf-point-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .befoaf-point > li:nth-child(even) .befoaf-point-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .befoaf-point-ttl {
    font-size: 1.6666666667vw;
  }
  .befoaf-point-ttl:after {
    height: 0.0694444444vw;
  }
  .befoaf-btn {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .befoaf {
    margin-left: -50px;
    padding: 50px;
    width: 1100px;
    border-radius: 3px;
  }
  .befoaf-ttl {
    font-size: 2.4rem;
  }
  .befoaf-image > div {
    width: 480px;
  }
  .befoaf-image > div > div {
    border-radius: 3px;
  }
  .befoaf-image-label {
    font-size: 1.8rem;
  }
  .befoaf-point {
    gap: 50px;
    margin-top: 80px;
  }
  .befoaf-point-image {
    width: 460px;
    border-radius: 3px;
  }
  .befoaf-point-content {
    width: 480px;
  }
  .befoaf-point-ttl {
    font-size: 2.4rem;
  }
  .befoaf-point-ttl:after {
    height: 1px;
  }
  .befoaf-btn {
    margin-top: 40px;
  }
}
/* sub --> plan
-------------------------------------------------------------------------------*/
.plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
  margin-left: -3.3333333333vw;
  width: 100vw;
}

.plan-item {
  padding: 6.6666666667vw;
  width: 100%;
  border-radius: 0.4vw;
  background-color: #ffffff;
}

.plan-heading {
  margin-bottom: 5.3333333333vw;
}

.plan-num {
  margin-bottom: 0.5em;
  color: #60b530;
  font-family: "EB Garamond", serif;
  font-size: 9.6vw;
  font-weight: 500;
  font-optical-sizing: auto;
}

.plan-ttl {
  font-size: 5.6vw;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}
.plan-ttl span {
  display: inline-block;
  font-size: 3.7333333333vw;
}

.plan-image {
  border-radius: 0.4vw;
  overflow: hidden;
}

.plan-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3333333333vw;
  margin-top: 4vw;
}

.plan-sub > div {
  width: 28vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.plan-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5.3333333333vw;
}

.plan-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;
  width: 100%;
  padding: 4vw 2.6666666667vw;
  border-bottom-color: #c2c2c2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.plan-data dl:nth-child(1) {
  border-top-color: #c2c2c2;
  border-top-style: solid;
  border-top-width: 1px;
}

.plan-data dt {
  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-bottom: 0.1em;
  width: 22.6666666667vw;
  height: 5.3333333333vw;
  background-color: #383838;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 3.2vw;
  line-height: 1.2em;
  letter-spacing: 0.12em;
}

.plan-data dd {
  width: calc(100% - 26.6666666667vw);
  color: #6d5634;
  font-size: 3.7333333333vw;
  line-height: 1.45em;
  letter-spacing: 0.12em;
}

.plan-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
  margin-top: 5.3333333333vw;
}

.plan-tag > li {
  padding: 0.3em 1em;
  background-color: #f2eee8;
  border-radius: 0.4vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
.plan-tag > li:before {
  content: "#";
}

.plan-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9.3333333333vw 0;
  margin-top: 9.3333333333vw;
}

.plan-feature > li {
  position: relative;
}

.plan-feature-num {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em 0.75em 0.4em 0.75em;
  background-color: #60b530;
  border-radius: 0.4vw 0 0 0;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 500;
}
.plan-feature-num span {
  margin-left: 0.25em;
}

.plan-feature-image {
  margin-bottom: 4vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.plan-feature-ttl {
  margin-bottom: 0.7em;
  color: #6d5634;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.plan-feature-text p {
  font-size: 3.4666666667vw;
  line-height: 1.6em;
}

.plan-feature--3 .plan-feature-num span {
  margin-left: 0.25em;
  font-family: "EB Garamond", serif;
  font-size: 1.3em;
  font-weight: 500;
  font-optical-sizing: auto;
}

.plan-feature--4 .plan-feature-num {
  font-family: "EB Garamond", serif;
  font-weight: 500;
}

.plan-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9.3333333333vw;
}

.plan-point-image {
  width: 26.6666666667vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.plan-point-content {
  width: 56vw;
}

.plan-point-num {
  display: inline-block;
  margin-bottom: 0.7em;
  padding: 0.3em 0.75em 0.4em 0.75em;
  background-color: #60b530;
  border-radius: 0.4vw;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .plan-feature--4 > li {
    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%;
  }
  .plan-feature {
    gap: 6.6666666667vw 0;
  }
  .plan-feature-image {
    margin: 0;
    width: 26.6666666667vw;
  }
  .plan-feature-content {
    width: 56vw;
  }
  .plan-feature-ttl {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .plan {
    gap: 3.4722222222vw;
    margin-left: -3.4722222222vw;
    width: 76.3888888889vw;
  }
  .plan-item {
    padding: 3.4722222222vw;
    border-radius: 0.2083333333vw;
  }
  .plan-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.0833333333vw;
  }
  .plan-num {
    margin: 0;
    font-size: 4.7222222222vw;
  }
  .plan-ttl {
    margin-left: 0.75em;
    font-size: 1.6666666667vw;
  }
  .plan-ttl span {
    font-size: 1.1111111111vw;
  }
  .plan-image {
    border-radius: 0.2083333333vw;
  }
  .plan-sub {
    gap: 1.3888888889vw;
    margin-top: 2.0833333333vw;
  }
  .plan-sub > div {
    width: 22.2222222222vw;
    border-radius: 0.2083333333vw;
  }
  .plan-data {
    gap: 0 2.7777777778vw;
    margin-top: 2.7777777778vw;
  }
  .plan-data dl {
    padding: 1.0416666667vw 0.6944444444vw;
    width: 33.3333333333vw;
    border-bottom-width: 0.0694444444vw;
  }
  .plan-data dl:nth-child(1) {
    border-top-width: 0.0694444444vw;
  }
  .plan-data dl:nth-child(2) {
    border-top-color: #c2c2c2;
    border-top-style: solid;
    border-top-width: 0.0694444444vw;
  }
  .plan-data dt {
    width: 8.3333333333vw;
    height: 1.8055555556vw;
    border-radius: 0.2083333333vw;
    font-size: 0.9027777778vw;
  }
  .plan-data dd {
    width: calc(100% - 9.7222222222vw);
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
  .plan-tag {
    gap: 0.6944444444vw;
    margin-top: 2.0833333333vw;
  }
  .plan-tag > li {
    border-radius: 0.2083333333vw;
  }
  .plan-feature {
    gap: 3.4722222222vw 1.3888888889vw;
    margin-top: 3.4722222222vw;
  }
  .plan-feature--3 > li {
    width: 22.2222222222vw;
  }
  .plan-feature--4 > li {
    width: 16.3194444444vw;
  }
  .plan-feature-num {
    border-radius: 0.2083333333vw 0 0 0;
    font-size: 1.0416666667vw;
  }
  .plan-feature-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.2083333333vw;
  }
  .plan-feature-ttl {
    font-size: 1.25vw;
  }
  .plan-feature-text p {
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
  .plan-feature--4 .plan-feature-num {
    font-size: 1.1111111111vw;
  }
  .plan-feature--4 .plan-feature-num span {
    font-size: 1.3888888889vw;
  }
  .plan-feature--4 .plan-feature-ttl {
    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;
    min-height: 3em;
  }
  .plan-point {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.4722222222vw;
  }
  .plan-point-image {
    width: 26.7361111111vw;
    border-radius: 0.2083333333vw;
  }
  .plan-point-content {
    width: 39.2361111111vw;
  }
  .plan-point-num {
    border-radius: 0.2083333333vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .plan {
    gap: 50px;
    margin-left: -50px;
    width: 1100px;
  }
  .plan-item {
    padding: 50px;
    border-radius: 3px;
  }
  .plan-heading {
    margin-bottom: 30px;
  }
  .plan-num {
    font-size: 6.8rem;
  }
  .plan-ttl {
    margin-left: 0.75em;
    font-size: 2.4rem;
  }
  .plan-ttl span {
    font-size: 1.6rem;
  }
  .plan-image {
    border-radius: 3px;
  }
  .plan-sub {
    gap: 20px;
    margin-top: 30px;
  }
  .plan-sub > div {
    width: 320px;
    border-radius: 3px;
  }
  .plan-data {
    gap: 0 40px;
    margin-top: 40px;
  }
  .plan-data dl {
    padding: 15px 10px;
    width: 480px;
    border-bottom-width: 1px;
  }
  .plan-data dl:nth-child(1) {
    border-top-width: 1px;
  }
  .plan-data dl:nth-child(2) {
    border-top-width: 1px;
  }
  .plan-data dt {
    width: 120px;
    height: 26px;
    border-radius: 3px;
    font-size: 1.3rem;
  }
  .plan-data dd {
    width: calc(100% - 140px);
    font-size: 1.5rem;
  }
  .plan-tag {
    gap: 10px;
    margin-top: 30px;
  }
  .plan-tag > li {
    border-radius: 3px;
  }
  .plan-tag {
    gap: 10px;
    margin-top: 30px;
  }
  .plan-tag > li {
    border-radius: 3px;
  }
  .plan-feature {
    gap: 50px 20px;
    margin-top: 50px;
  }
  .plan-feature--3 > li {
    width: 320px;
  }
  .plan-feature--4 > li {
    width: 235px;
  }
  .plan-feature-num {
    border-radius: 3px 0 0 0;
    font-size: 1.5rem;
  }
  .plan-feature-image {
    margin-bottom: 15px;
    border-radius: 3px;
  }
  .plan-feature-ttl {
    font-size: 1.8rem;
  }
  .plan-feature-text p {
    font-size: 1.5rem;
  }
  .plan-feature--4 .plan-feature-num {
    font-size: 1.6rem;
  }
  .plan-feature--4 .plan-feature-num span {
    font-size: 2rem;
  }
  .plan-point {
    margin-top: 50px;
  }
  .plan-point-image {
    width: 385px;
    border-radius: 3px;
  }
  .plan-point-content {
    width: 565px;
  }
  .plan-point-num {
    border-radius: 3px;
    font-size: 1.5rem;
  }
}
/* sub --> rebuilding
-------------------------------------------------------------------------------*/
.sub--rebuilding .sec--befoaf {
  margin: 0 auto 13.3333333333vw;
}

@media screen and (min-width: 751px) {
  .sub--rebuilding .sec--befoaf {
    margin: 0 auto 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--rebuilding .sec--befoaf {
    margin: 0 auto 80px;
  }
}
/* sub --> land search
-------------------------------------------------------------------------------*/
.sec--land-used {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec--land-used {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--land-used {
    margin-top: 50px;
  }
}

.sec--land-flow {
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec--land-flow {
    padding-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--land-flow {
    padding-bottom: 50px;
  }
}

/* sub --> company
-------------------------------------------------------------------------------*/
.sub--company .breadcrumb {
  margin-bottom: 0 !important;
}

/* ------------------------------------------- message - */
.message-contents > div {
  position: relative;
}

.message-contents > div:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

.message-image {
  position: relative;
}
.message-image > div:not(.message-box) {
  border-radius: 0.4vw;
  overflow: hidden;
}

.message-sec2 .message-image:before {
  content: "";
  position: absolute;
  left: 36.6666666667vw;
  bottom: -33.3333333333vw;
  width: 50vw;
  height: 80vw;
  background-color: #f2eee8;
  z-index: -1;
}

.message-sec3 .message-image:before {
  content: "";
  position: absolute;
  right: -13.3333333333vw;
  bottom: -16vw;
  width: 86.6666666667vw;
  height: 24vw;
  background-color: #9e8661;
  z-index: -1;
}

.message .heading {
  margin-bottom: 5.3333333333vw;
}

.message-heading {
  margin-bottom: 1.5em;
  color: #6d5634;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.message-box {
  position: absolute;
  right: -6.6666666667vw;
  bottom: -6.6666666667vw;
  padding: 4vw 6.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
  font-family: "NotoSerifJP", sans-serif;
  font-weight: 600;
  line-height: 2.3em;
  letter-spacing: 0.1em;
  z-index: 1;
}
.message-box span {
  font-size: 5.0666666667vw;
}

@media screen and (max-width: 750px) {
  .message-sec1 .message-image {
    margin-left: -3.3333333333vw;
    margin-bottom: 10.6666666667vw;
    width: 100vw;
  }
  .message-sec1 .message-image > div {
    border-radius: 0;
  }
  .message-sec2 .message-image {
    left: 10vw;
    margin-bottom: 6.6666666667vw;
    width: 86.6666666667vw;
  }
  .message-sec3 .message-image {
    left: -3.3333333333vw;
    margin-top: 6.6666666667vw;
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .message-contents > 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;
  }
  .message-contents > div:nth-child(n+2) {
    margin-top: 4.8611111111vw;
  }
  .message-image {
    margin: 0;
  }
  .message-image > div:not(.message-box) {
    position: absolute;
    top: 0;
    border-radius: 0.2083333333vw;
  }
  .message-sec1 .message-image {
    width: 31.9444444444vw;
    height: 26.3888888889vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message-sec1 .message-image > div {
    left: 0;
    width: 37.5vw;
  }
  .message-sec1 .message-content {
    width: 32.6388888889vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .message-sec2 {
    left: -2.7777777778vw;
  }
  .message-sec2 .message-image {
    width: 24.3055555556vw;
    height: 23.6111111111vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message-sec2 .message-image:before {
    left: 24.3055555556vw;
    bottom: -9.0277777778vw;
    width: 50vw;
    height: 45.1388888889vw;
    background-color: #9e8661;
  }
  .message-sec2 .message-image > div:not(.message-box) {
    left: 0;
    width: 36.1111111111vw;
  }
  .message-sec2 .message-content {
    width: 40.2777777778vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .message-sec3 .message-image {
    width: 31.25vw;
    height: 34.7222222222vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .message-sec3 .message-image:before {
    right: -10.4166666667vw;
    bottom: -6.9444444444vw;
    width: 100vw;
    height: 10.4166666667vw;
    background-color: #f2eee8;
  }
  .message-sec3 .message-image > div:not(.message-box) {
    right: 0;
    width: 47.5694444444vw;
  }
  .message-sec3 .message-content {
    width: 33.3333333333vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message .heading {
    margin-bottom: 2.0833333333vw;
  }
  .message-heading {
    font-size: 1.3888888889vw;
  }
  .message-box {
    right: -6.9444444444vw;
    bottom: -3.4722222222vw;
    padding: 2.0833333333vw 3.4722222222vw;
    border-radius: 0.2083333333vw;
  }
  .message-box span {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .message-contents > div:nth-child(n+2) {
    margin-top: 70px;
  }
  .message-image > div:not(.message-box) {
    border-radius: 3px;
  }
  .message-sec1 .message-image {
    width: 460px;
    height: 380px;
  }
  .message-sec1 .message-image > div {
    width: 540px;
  }
  .message-sec1 .message-content {
    width: 470px;
  }
  .message-sec2 {
    left: -40px;
  }
  .message-sec2 .message-image {
    width: 350px;
    height: 340px;
  }
  .message-sec2 .message-image:before {
    left: 350px;
    bottom: -130px;
    height: 650px;
  }
  .message-sec2 .message-image > div:not(.message-box) {
    width: 520px;
  }
  .message-sec2 .message-content {
    width: 580px;
  }
  .message-sec3 .message-image {
    width: 450px;
    height: 500px;
  }
  .message-sec3 .message-image:before {
    right: -150px;
    bottom: -100px;
    height: 150px;
  }
  .message-sec3 .message-image > div:not(.message-box) {
    width: 685px;
  }
  .message-sec3 .message-content {
    width: 480px;
  }
  .message .heading {
    margin-bottom: 30px;
  }
  .message-heading {
    font-size: 2rem;
  }
  .message-box {
    right: -100px;
    bottom: -50px;
    padding: 30px 50px;
    border-radius: 3px;
  }
  .message-box span {
    font-size: 2.6rem;
  }
}
/* ------------------------------------------- sdgs - */
.sdgs {
  position: relative;
}
.sdgs:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 42.6666666667vw;
  background-image: url(../img/company/city.svg);
  background-size: auto 42.6666666667vw;
  background-repeat: repeat-x;
  background-position: bottom right;
  z-index: -1;
}

.sdgs-intro-image {
  margin-top: 5.3333333333vw;
}

.sdgs-about {
  margin-top: 9.3333333333vw;
  padding: 6.6666666667vw;
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.4vw;
}

.sdgs-about-heading {
  margin-bottom: 0.7em;
  color: #60b530;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}

.sdgs-activity {
  margin-top: 10.6666666667vw;
}

.sdgs-activity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}

.sdgs-activity-list > li {
  width: 100%;
}

.sdgs-activity-content p {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .sdgs-activity-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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sdgs-activity-image {
    width: 33.3333333333vw;
  }
  .sdgs-activity-content {
    padding-top: 0.25em;
    width: 56vw;
  }
}
@media screen and (min-width: 751px) {
  .sdgs:after {
    height: 22.2222222222vw;
    background-size: auto 22.2222222222vw;
  }
  .sdgs-intro {
    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;
  }
  .sdgs-intro .heading {
    margin: 0;
    text-align: left;
  }
  .sdgs-intro-content {
    width: 29.8611111111vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sdgs-intro-image {
    margin: 0;
    width: 34.375vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sdgs-about {
    margin-top: 3.4722222222vw;
    padding: 3.4722222222vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2083333333vw;
  }
  .sdgs-about-heading {
    font-size: 1.5277777778vw;
  }
  .sdgs-activity {
    margin-top: 4.8611111111vw;
  }
  .sdgs-activity-list {
    gap: 3.4722222222vw 3.0555555556vw;
  }
  .sdgs-activity-list > li {
    width: 15.0694444444vw;
  }
  .sdgs-activity-image {
    margin-bottom: 1.0416666667vw;
  }
  .sdgs-activity-content p {
    font-size: 1.0416666667vw;
    line-height: 1.65em;
  }
}
@media screen and (min-width: 1441px) {
  .sdgs:after {
    height: 320px;
    background-size: auto 320px;
  }
  .sdgs-intro-content {
    width: 430px;
  }
  .sdgs-intro-image {
    width: 495px;
  }
  .sdgs-about {
    margin-top: 50px;
    padding: 50px;
    border-width: 1px;
    border-radius: 3px;
  }
  .sdgs-about-heading {
    font-size: 2.2rem;
  }
  .sdgs-activity {
    margin-top: 70px;
  }
  .sdgs-activity-list {
    gap: 50px 44px;
  }
  .sdgs-activity-list > li {
    width: 217px;
  }
  .sdgs-activity-image {
    margin-bottom: 15px;
  }
  .sdgs-activity-content p {
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- overview - */
.sec--overview {
  background-color: #9e8661;
}

.sec--overview .heading {
  color: #ffffff;
}

.overview {
  padding: 4vw 4vw 6.6666666667vw 4vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
}

.overview dl {
  position: relative;
}
.overview dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4vw;
  background-color: #f2eee8;
}

.overview dt {
  position: relative;
  padding: 1em 1em 0 1em;
  width: 100%;
  font-weight: 500;
  line-height: 1.7em;
}

.overview dd {
  padding: 0.5em 1em 1em 1em;
  width: 100%;
  font-weight: 500;
  line-height: 1.7em;
}

.overview-list > li {
  font-weight: 500;
  line-height: 1.7em;
}

@media screen and (max-width: 750px) {
  .overview dl {
    position: relative;
  }
  .overview dl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26.6666666667vw;
    height: 0.4vw;
    background-color: #60b530;
    z-index: 1;
  }
}
@media screen and (min-width: 751px) {
  .overview {
    margin: 0 auto;
    padding: 3.4722222222vw;
    width: 61.1111111111vw;
    border-radius: 0.2083333333vw;
  }
  .overview 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;
  }
  .overview dl:after {
    height: 0.1388888889vw;
  }
  .overview dt {
    padding: 1em;
    width: 13.1944444444vw;
  }
  .overview dt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1388888889vw;
    background-color: #60b530;
    z-index: 1;
  }
  .overview dd {
    padding: 1em 2em;
    width: calc(100% - 13.1944444444vw);
  }
}
@media screen and (min-width: 1441px) {
  .overview {
    padding: 50px;
    width: 880px;
    border-radius: 3px;
  }
  .overview dl:after {
    height: 2px;
  }
  .overview dt {
    width: 190px;
  }
  .overview dt:after {
    height: 2px;
  }
  .overview dd {
    width: calc(100% - 190px);
  }
}
/* ------------------------------------------- history - */
.history dl {
  position: relative;
  padding: 3.3333333333vw 2.6666666667vw;
}
.history dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #60b530;
}

.history dt {
  position: relative;
  margin-bottom: 0.5em;
  width: 100%;
  color: #6d5634;
  font-weight: 500;
  line-height: 1.75em;
}

.history dd {
  width: 100%;
  font-weight: 500;
  line-height: 1.75em;
}

.history-list > li {
  line-height: 1.75em;
}

@media screen and (min-width: 751px) {
  .history 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;
    padding: 1.0416666667vw 2.0833333333vw;
  }
  .history dl:after {
    height: 0.0694444444vw;
  }
  .history dt {
    margin: 0;
    width: 11.8055555556vw;
  }
  .history dd {
    width: calc(100% - 13.1944444444vw);
  }
}
@media screen and (min-width: 1441px) {
  .history dl {
    padding: 15px 30px;
  }
  .history dl:after {
    height: 1px;
  }
  .history dt {
    width: 170px;
  }
  .history dd {
    width: calc(100% - 190px);
  }
}
/* ------------------------------------------- area - */
@media screen and (min-width: 751px) {
  .sub--company .area {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--company .area {
    margin-top: 100px;
  }
}

/* ------------------------------------------- modelhouse - */
.sub--company .modelhouse {
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sub--company .modelhouse {
    padding-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--company .modelhouse {
    padding-bottom: 100px;
  }
}

/* ------------------------------------------- recruit - */
.sec--company-recruit {
  background-color: #E6EFE1;
}

.company-recruit-text {
  margin-top: 4vw;
}

.company-recruit-btn {
  margin: 8vw auto 0 auto;
  width: 56vw;
}

.company-recruit-image {
  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: 6.6666666667vw;
}

.company-recruit-image > div {
  position: relative;
  width: 32.2666666667vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .company-recruit-content {
    text-align: center;
  }
  .company-recruit-image {
    margin-left: -3.3333333333vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .company-recruit {
    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: 77.0833333333vw;
  }
  .company-recruit-content {
    width: 20.8333333333vw;
  }
  .company-recruit-text {
    margin-top: 2.0833333333vw;
  }
  .company-recruit-btn {
    margin: 2.7777777778vw 0 0 0;
    width: 100%;
  }
  .company-recruit-image {
    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;
    width: 52.6388888889vw;
  }
  .company-recruit-image > div {
    width: 17.0833333333vw;
    border-radius: 0.2083333333vw;
  }
  .company-recruit-image > div:nth-child(1) {
    top: 1.0416666667vw;
  }
  .company-recruit-image > div:nth-child(2) {
    top: -2.0833333333vw;
  }
  .company-recruit-image > div:nth-child(3) {
    top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-recruit {
    width: 1110px;
  }
  .company-recruit-content {
    width: 300px;
  }
  .company-recruit-text {
    margin-top: 30px;
  }
  .company-recruit-btn {
    margin: 40px 0 0 0;
  }
  .company-recruit-image {
    width: 758px;
  }
  .company-recruit-image > div {
    width: 246px;
    border-radius: 3px;
  }
  .company-recruit-image > div:nth-child(1) {
    top: 15px;
  }
  .company-recruit-image > div:nth-child(2) {
    top: -30px;
  }
  .company-recruit-image > div:nth-child(3) {
    top: 30px;
  }
}
/* sub --> one-story-home
-------------------------------------------------------------------------------*/
.sub--one-story-home .mv-ttl {
  margin-bottom: 0 !important;
}

.reason-heading > div:not(.heading-lead) {
  position: relative;
}
@media screen and (min-width: 751px) {
  .reason-heading > div:not(.heading-lead) {
    display: inline-block;
  }
}
.reason-heading > div:not(.heading-lead):after {
  content: "";
  position: absolute;
  top: -5.3333333333vw;
  left: 8vw;
  display: inline-block;
  width: 6.2666666667vw;
  height: 12vw;
  background-image: url(../img/common/candle_sp.png);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .reason-heading > div:not(.heading-lead):after {
    top: -3.8194444444vw;
    left: -6.5972222222vw;
    width: 3.2638888889vw;
    height: 6.4583333333vw;
    background-image: url(../img/common/candle.png);
    background-image: image-set(url(../img/common/candle.png) 1x, url(../img/common/candle-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/candle.png) 1x, url(../img/common/candle-2x.png) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .reason-heading > div:not(.heading-lead):after {
    top: -55px;
    left: -95px;
    width: 47px;
    height: 93px;
  }
}

.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}

.reason-list > li {
  padding: 4.6666666667vw;
  width: 100%;
  background-color: #ffffff;
  border-color: #6d5634;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.4vw;
}

.reason-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.reason-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  color: #60b530;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.5em;
}
.reason-num span {
  margin-left: 0.25em;
  font-family: "EB Garamond", serif;
  font-size: 2em;
  font-weight: 700;
  font-optical-sizing: auto;
}

.reason-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  color: #6d5634;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.reason-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #60b530;
}

@media screen and (min-width: 751px) {
  .reason-list {
    gap: 3.4722222222vw 0;
  }
  .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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.0833333333vw;
    border-width: 0.1388888889vw;
    border-radius: 0.2083333333vw;
  }
  .reason-image {
    margin: 0;
    width: 29.1666666667vw;
    border-radius: 0.2083333333vw;
  }
  .reason-content {
    padding-top: 1em;
    width: 33.3333333333vw;
  }
  .reason-num {
    font-size: 1.25vw;
  }
  .reason-ttl {
    font-size: 1.6666666667vw;
  }
  .reason-ttl:after {
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .reason-list {
    gap: 50px 0;
  }
  .reason-list > li {
    padding: 30px;
    border-width: 2px;
    border-radius: 3px;
  }
  .reason-image {
    width: 420px;
    border-radius: 3px;
  }
  .reason-content {
    width: 480px;
  }
  .reason-num {
    font-size: 1.8rem;
  }
  .reason-ttl {
    font-size: 2.4rem;
  }
  .reason-ttl:after {
    height: 1px;
  }
}
/* sub --> owner
-------------------------------------------------------------------------------*/
.sub--owner {
  padding-bottom: 0 !important;
}

/* ------------------------------------------- inquiry - */
.owner-inquiry {
  margin: 0 auto 13.3333333333vw auto;
  width: 100vw;
  padding: 8vw 6.6666666667vw;
  background-color: #f2eee8;
  border-radius: 0.4vw;
}

.owner-inquiry-ttl {
  margin-bottom: 1.5em;
  color: #6d5634;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.owner-inquiry-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1333333333vw;
  margin-bottom: 10.6666666667vw;
}

.owner-inquiry-type > li {
  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: 42.2666666667vw;
  height: 12vw;
  padding: 0 1em;
  background-color: #6d5634;
  color: #ffffff;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.33em;
}

@media screen and (min-width: 751px) {
  .owner-inquiry {
    margin-bottom: 6.9444444444vw;
    padding: 3.4722222222vw 7.6388888889vw;
    width: 77.7777777778vw;
    border-radius: 0.2083333333vw;
  }
  .owner-inquiry-ttl {
    margin-bottom: 2em;
    font-size: 1.1111111111vw;
  }
  .owner-inquiry-type {
    gap: 0.8333333333vw;
    margin-bottom: 3.4722222222vw;
  }
  .owner-inquiry-type > li {
    width: 15vw;
    height: 3.8888888889vw;
    padding: 0 1em;
    font-size: 1.0416666667vw;
  }
  .owner-inquiry .inquiry {
    margin: 0 auto;
    width: 30.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .owner-inquiry {
    margin-bottom: 100px;
    padding: 50px 110px;
    width: 1120px;
    border-radius: 3px;
  }
  .owner-inquiry-ttl {
    font-size: 1.6rem;
  }
  .owner-inquiry-type {
    gap: 12px;
    margin-bottom: 50px;
  }
  .owner-inquiry-type > li {
    width: 216px;
    height: 56px;
    font-size: 1.5rem;
  }
  .owner-inquiry .inquiry {
    width: 435px;
  }
}
/* ------------------------------------------- news - */
.owner-news {
  background-color: #f2eee8;
}

.owner-news .inner {
  width: 86.6666666667vw;
}

.owner-news-heading {
  margin-bottom: 6.6666666667vw;
}

@media screen and (max-width: 750px) {
  .owner-news-heading {
    text-align: center;
  }
  .owner-news .blog-slide:after {
    background-color: #f2eee8;
  }
}
@media screen and (min-width: 751px) {
  .owner-news .inner {
    width: 77.7777777778vw;
  }
  .owner-news-heading {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .owner-news .inner {
    width: 1120px;
  }
  .owner-news-heading {
    margin-bottom: 50px;
  }
}
/* ------------------------------------------- offer - */
.offer {
  background-color: #FBF9F6;
}

.offer-heading {
  margin-bottom: 9.3333333333vw;
  text-align: center;
}

.offer-head {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: #ffffff;
}
.offer-head:before, .offer-head:after {
  content: "";
  position: absolute;
  bottom: 4vw;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.offer-head:before {
  left: -2vw;
  width: 18.2666666667vw;
  height: 28.6666666667vw;
  background-image: url(../img/owner/illust-l-2x.png);
}
.offer-head:after {
  right: -2vw;
  width: 17.8666666667vw;
  height: 31.8666666667vw;
  background-image: url(../img/owner/illust-r-2x.png);
}

.offer-head-ttl {
  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: 26.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}

.offer-head-bar {
  padding: 2vw;
  background-color: #60b530;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
}

.offer-text {
  margin-top: 6.6666666667vw;
}
.offer-text p {
  line-height: 1.75em;
}

@media screen and (max-width: 750px) {
  .offer-heading {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .offer .inner {
    width: 77.7777777778vw;
  }
  .offer-heading {
    margin-bottom: 5.5555555556vw;
  }
  .offer-head {
    width: 69.4444444444vw;
  }
  .offer-head:before, .offer-head:after {
    bottom: 0.6944444444vw;
  }
  .offer-head:before {
    left: 1.3888888889vw;
    width: 9.5138888889vw;
    height: 14.9305555556vw;
    background-image: url(../img/owner/illust-l.png);
    background-image: image-set(url(../img/owner/illust-l.png) 1x, url(../img/owner/illust-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/owner/illust-l.png) 1x, url(../img/owner/illust-l-2x.png) 2x);
  }
  .offer-head:after {
    right: 1.3888888889vw;
    width: 9.3055555556vw;
    height: 16.5972222222vw;
    background-image: url(../img/owner/illust-r.png);
    background-image: image-set(url(../img/owner/illust-r.png) 1x, url(../img/owner/illust-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/owner/illust-r.png) 1x, url(../img/owner/illust-r-2x.png) 2x);
  }
  .offer-head-ttl {
    height: 9.375vw;
    font-size: 2.0833333333vw;
  }
  .offer-head-bar {
    padding: 0.6944444444vw;
    font-size: 1.25vw;
  }
  .offer-text {
    margin-top: 3.4722222222vw;
  }
  .offer-text p {
    text-align: center;
    line-height: 2em;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1441px) {
  .offer .inner {
    width: 1120px;
  }
  .offer-heading {
    margin-bottom: 80px;
  }
  .offer-head {
    width: 1000px;
  }
  .offer-head:before, .offer-head:after {
    bottom: 10px;
  }
  .offer-head:before {
    left: 20px;
    width: 137px;
    height: 215px;
  }
  .offer-head:after {
    right: 20px;
    width: 134px;
    height: 239px;
  }
  .offer-head-ttl {
    height: 135px;
    font-size: 3rem;
  }
  .offer-head-bar {
    padding: 10px;
    font-size: 1.8rem;
  }
  .offer-text {
    margin-top: 50px;
  }
}
/* ------------------------------------------- target - */
.offer-target {
  margin-top: 13.3333333333vw;
}

.offer-target-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
}

.offer-target-list > li {
  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: 45.3333333333vw;
  height: 21.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 751px) {
  .offer-target {
    margin: 6.9444444444vw auto 0 auto;
    width: 69.4444444444vw;
  }
  .offer-target-list {
    gap: 1.3888888889vw;
  }
  .offer-target-list > li {
    width: 22.2222222222vw;
    height: 6.9444444444vw;
    border-radius: 0.2083333333vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .offer-target {
    margin-top: 100px;
    width: 1000px;
  }
  .offer-target-list {
    gap: 20px;
  }
  .offer-target-list > li {
    width: 320px;
    height: 100px;
    border-radius: 3px;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- special - */
.offer-special {
  margin-top: 13.3333333333vw;
}

.offer-special-notes {
  margin-top: 1.5em;
  line-height: 1.75em;
}

.offer-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw;
}

.offer-benefit > div {
  position: relative;
  width: 100%;
}

.offer-benefit-label {
  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-bottom: 5.3333333333vw;
  width: 100%;
  height: 10.6666666667vw;
  background-color: #9e8661;
  border-radius: 5.3333333333vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  white-space: nowrap;
  z-index: 1;
}
.offer-benefit-label:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 2.6666666667vw 0px 2.6666666667vw;
  border-color: #9e8661 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.offer-benefit-list {
  background-color: #ffffff;
  border-radius: 0.4vw;
}

.offer-benefit-list > li {
  padding: 6.6666666667vw;
}

.offer-benefit-list > li:nth-child(n+2) {
  border-top-color: #c2c2c2;
  border-top-style: dashed;
  border-top-width: 1px;
}

.offer-benefit-ttl {
  margin-bottom: 0.7em;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
}
.offer-benefit-ttl span {
  color: #CC0000;
}

.offer-benefit-contents {
  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;
}

.offer-benefit-text p {
  font-size: 3.4666666667vw;
  line-height: 1.6em;
}

.offer-benefit-contents:has(.offer-benefit-image) .offer-benefit-text {
  width: calc(100% - 25.3333333333vw);
}

.offer-benefit-image {
  width: 21.3333333333vw;
}

@media screen and (min-width: 751px) {
  .offer-special {
    margin: 6.9444444444vw auto 0 auto;
    width: 69.4444444444vw;
  }
  .offer-benefit {
    gap: 2.7777777778vw;
  }
  .offer-benefit > div {
    width: 33.3333333333vw;
  }
  .offer-benefit-label {
    margin-bottom: 1.3888888889vw;
    height: 3.4722222222vw;
    border-radius: 1.7361111111vw;
    font-size: 1.25vw;
  }
  .offer-benefit-label:after {
    border-width: 0.6944444444vw 0.6944444444vw 0px 0.6944444444vw;
  }
  .offer-benefit-list {
    border-radius: 0.2083333333vw;
  }
  .offer-benefit-list > li {
    padding: 2.0833333333vw;
    min-height: 16.0416666667vw;
  }
  .offer-benefit-list > li:nth-child(n+2) {
    border-top-width: 0.0694444444vw;
  }
  .offer-benefit-ttl {
    font-size: 1.3888888889vw;
  }
  .offer-benefit-text p {
    font-size: 1.0416666667vw;
  }
  .offer-benefit-contents:has(.offer-benefit-image) .offer-benefit-text {
    width: calc(100% - 8.3333333333vw);
  }
  .offer-benefit-image {
    width: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .offer-special {
    margin-top: 100px;
    width: 1000px;
  }
  .offer-benefit {
    gap: 40px;
  }
  .offer-benefit > div {
    width: 480px;
  }
  .offer-benefit-label {
    margin-bottom: 20px;
    height: 50px;
    border-radius: 25px;
    font-size: 1.8rem;
  }
  .offer-benefit-label:after {
    border-width: 10px 10px 0px 10px;
  }
  .offer-benefit-list {
    border-radius: 3px;
  }
  .offer-benefit-list > li {
    padding: 30px;
    min-height: 231px;
  }
  .offer-benefit-list > li:nth-child(n+2) {
    border-top-width: 1px;
  }
  .offer-benefit-ttl {
    font-size: 2rem;
  }
  .offer-benefit-text p {
    font-size: 1.5rem;
  }
  .offer-benefit-contents:has(.offer-benefit-image) .offer-benefit-text {
    width: calc(100% - 120px);
  }
  .offer-benefit-image {
    width: 100px;
  }
}
/* 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;
  color: #60b530;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.4vw;
  font-weight: 600;
  line-height: 1.45em;
  letter-spacing: 0.08em;
}
.policy-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
}

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

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

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

.policy > p,
.policy ol {
  padding: 0 0 0 0.5em;
}
.policy p {
  margin-top: 1.5em;
  line-height: 2em;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 2em;
}
.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.6666666667vw;
  }
  .policy .policy-head:after {
    height: 0.0694444444vw;
  }
  .policy > p,
  .policy ul,
  .policy ol {
    padding: 0 0 0 1.5em;
  }
}
@media screen and (min-width: 1441px) {
  .policy div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy .policy-head {
    font-size: 2.4rem;
  }
  .policy .policy-head:after {
    height: 1px;
  }
}
/* 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 13.3333333333vw 0 5.3333333333vw;
  width: 100%;
  height: 13.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
  color: #6d5634;
  font-size: 4vw;
  line-height: 1.28em;
}
.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.6666666667vw;
  display: inline-block;
  width: 1.3333333333vw;
  height: 2.4vw;
  background-image: url(../img/common/arrow-bw.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .sitemap-menu a:nth-child(n+2) {
    margin-top: 2.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 4.1666666667vw 0 1.3888888889vw;
    width: calc(33.33333% - 2.0833333333vw);
    height: 3.8888888889vw;
    border-radius: 0.2083333333vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    width: 0.4166666667vw;
    height: 0.7638888889vw;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 1.3888888889vw;
  }
  .sitemap-menu a:hover {
    background-color: #9e8661;
    color: #ffffff;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@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 60px 0 20px;
    width: calc(33.33333% - 30px);
    height: 56px;
    border-radius: 3px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 6px;
    height: 11px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  margin-bottom: 6.6666666667vw;
}

.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;
  width: 92vw;
}

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

.breadcrumb-list li:after {
  content: "＞";
  position: relative;
  margin: 0 2vw;
}

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

.breadcrumb-list li a {
  position: relative;
}

@media screen and (min-width: 751px) {
  .breadcrumb {
    margin-bottom: 3.4722222222vw;
  }
  .breadcrumb-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .breadcrumb-list li {
    font-size: 1.0416666667vw;
    white-space: normal;
    line-height: 1.4em;
  }
  .breadcrumb-list li:after {
    margin: 0 0.5555555556vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .breadcrumb-list li a:hover {
    color: #60b530;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
  .breadcrumb-list {
    width: 1000px;
  }
  .breadcrumb-list li {
    font-size: 1.5rem;
  }
  .breadcrumb-list li:after {
    margin: 0 8px;
  }
}
@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-main {
  position: relative;
  margin-bottom: 2.6666666667vw;
  margin: 0 0 2.6666666667vw -2vw;
  padding: 0 1.3333333333vw;
  width: 97.3333333333vw;
  overflow: hidden;
}

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

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

.carousel-thumb .swiper-slide {
  margin-right: 0.8333333333vw;
  width: 18vw;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
}
.carousel-thumb .swiper-slide img {
  aspect-ratio: 124/97;
  width: 100%;
  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-slide.swiper-slide-thumb-active {
  opacity: 1 !important;
}

@media screen and (min-width: 751px) {
  .carousel {
    margin: 0 auto 5.5555555556vw auto;
    width: 69.4444444444vw;
  }
  .carousel-main {
    margin: 0 0 2.0833333333vw 0;
    padding: 0;
    width: 69.4444444444vw;
  }
  .carousel-main .swiper-slide img {
    height: 36.1111111111vw;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 1.5277777778vw;
    width: 8.6111111111vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .carousel-thumb .swiper-slide:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1441px) {
  .carousel {
    margin-bottom: 80px;
    width: 1000px;
  }
  .carousel-main {
    margin-bottom: 30px;
    width: 1000px;
  }
  .carousel-main .swiper-slide {
    width: 1000px;
  }
  .carousel-main .swiper-slide img {
    height: 520px;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 22px;
    width: 124px;
  }
}
/* ------------------------------------------- disable - */
.carousel.is-single .swiper-wrapper {
  -webkit-transform: none !important;
          transform: none !important;
}

.carousel.is-single .swiper-slide {
  width: 100% !important;
}

/* ------------------------------------------- btn - */
.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background-color: #ffffff;
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 0.2666666667vw;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .carousel-prev,
  .carousel-next {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    border-width: 0.0694444444vw;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-prev,
  .carousel-next {
    width: 50px;
    height: 50px;
    border-width: 1px;
  }
}
.carousel-prev:before,
.carousel-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.1333333333vw;
  height: 4.1333333333vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .carousel-prev:before,
  .carousel-next:before {
    width: 0.5555555556vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-prev:before,
  .carousel-next:before {
    width: 8px;
    height: 15px;
  }
}
@media screen and (min-width: 751px) {
  .carousel-prev:hover,
  .carousel-next:hover {
    background-color: #c2c2c2;
  }
}

.carousel-prev {
  left: 0;
}
.carousel-prev:before {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.carousel-next {
  right: 0;
}
.carousel-next:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  font-family: "NotoSansJP", sans-serif;
}
.editor h2,
.editor h3,
.editor h4 {
  margin-top: 2.5em;
}
.editor p {
  padding: 0 1.1em;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}
.editor strong {
  font-weight: 500;
}
.editor img {
  max-width: 100%;
  height: auto;
  border-radius: 0.4vw;
}
.editor img.alignleft {
  display: block;
}
.editor img.alignright {
  display: block;
}
.editor img.aligncenter {
  display: block;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.editor .iframe-wrap {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor .iframe-wrap iframe,
.editor .iframe-wrap object,
.editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editor a:not(.editor-btn a) {
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.editor a:not(.editor-lightbox):not(.editor-btn a):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.4vw;
  background-color: #60b530;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  list-style-type: square;
  line-height: 1.75em;
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 1.5em;
  list-style-type: decimal-leading-zero;
  line-height: 1.75em;
}
.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #ffffff;
  font-style: italic;
}

@media screen and (max-width: 750px) {
  .editor img.alignleft {
    margin: 1.5em auto;
  }
  .editor img.alignright {
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 751px) {
  .editor p {
    padding: 0 1.5em;
    line-height: 2.18em;
  }
  .editor img {
    border-radius: 0.2083333333vw;
  }
  .editor img.alignleft {
    display: inline;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
  }
  .editor img.alignright {
    display: inline;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    float: right;
  }
  .editor iframe {
    max-width: 100%;
  }
  .editor a:not(.editor-lightbox):not(.editor-btn a):after {
    height: 0.1388888889vw;
  }
  .editor a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1441px) {
  .editor img {
    border-radius: 3px;
  }
  .editor a:not(.editor-lightbox):not(.editor-btn a):after {
    height: 2px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.form {
  position: relative;
  margin: 0 auto;
  padding: 16vw 4vw 13.3333333333vw 4vw;
  width: 100vw;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .form {
    padding: 5.5555555556vw 4.8611111111vw 4.1666666667vw 4.8611111111vw;
    width: 69.4444444444vw;
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form {
    padding: 80px 70px 60px 70px;
    width: 1000px;
    border-radius: 3px;
  }
}
.form:before {
  content: "";
  position: absolute;
  top: 0;
  right: 4vw;
  display: inline-block;
  width: 11.7333333333vw;
  height: 17.3333333333vw;
  background-image: url(../img/common/illumination.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .form:before {
    right: 5.5555555556vw;
    width: 4.8611111111vw;
    height: 7.2916666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form:before {
    right: 80px;
    width: 70px;
    height: 105px;
  }
}

@media screen and (max-width: 750px) {
  .inner .form {
    margin-left: -3.3333333333vw;
  }
}

.sub--form .form {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sub--form .form {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--form .form {
    margin-top: 100px;
  }
}

.form-heading {
  position: relative;
  margin-bottom: 9.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .form-heading {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-heading {
    margin-bottom: 50px;
  }
}

.form-lead {
  margin-top: 6.6666666667vw;
  padding: 4vw 4.8vw;
  background-color: #f3f3f3;
  border-radius: 0.4vw;
}
@media screen and (min-width: 751px) {
  .form-lead {
    margin-top: 2.7777777778vw;
    padding: 1.3888888889vw 2.0833333333vw;
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-lead {
    margin-top: 40px;
    padding: 20px 30px;
    border-radius: 3px;
  }
}
.form-lead p {
  font-size: 3.4666666667vw;
  text-align: left;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .form-lead p {
    font-size: 0.9722222222vw;
    text-align: center;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .form-lead p {
    font-size: 1.4rem;
  }
}

.form-input dl:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 30px;
  }
}

.form-input dt {
  position: relative;
  margin-bottom: 2vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .form-input dt {
    margin-bottom: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.form-input dd {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .form-input dd {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dd {
    font-size: 1.6rem;
  }
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.75em;
  width: 100%;
  height: 13.3333333333vw;
  background-color: #f3f3f3;
  border-radius: 0.4vw;
  color: #383838;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 750px) {
  .form-input input[type=text] .form-input input[type=text],
  .form-input input[type=text] .form-input input[type=email],
  .form-input input[type=text] .form-input input[type=tel],
  .form-input input[type=text] .form-input select,
  .form-input input[type=text] .form-input textarea,
  .form-input input[type=email] .form-input input[type=text],
  .form-input input[type=email] .form-input input[type=email],
  .form-input input[type=email] .form-input input[type=tel],
  .form-input input[type=email] .form-input select,
  .form-input input[type=email] .form-input textarea,
  .form-input input[type=tel] .form-input input[type=text],
  .form-input input[type=tel] .form-input input[type=email],
  .form-input input[type=tel] .form-input input[type=tel],
  .form-input input[type=tel] .form-input select,
  .form-input input[type=tel] .form-input textarea,
  .form-input select .form-input input[type=text],
  .form-input select .form-input input[type=email],
  .form-input select .form-input input[type=tel],
  .form-input select .form-input select,
  .form-input select .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input select {
    padding: 0 1.5em;
    height: 4.1666666667vw;
    border-radius: 0.2083333333vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input select {
    height: 60px;
    border-radius: 3px;
    font-size: 1.6rem;
  }
}

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

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

.form-input textarea {
  padding: 1em 0.75em;
  width: 100%;
  height: 40vw;
  background-color: #f3f3f3;
  border-radius: 0.4vw;
  color: #383838;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form-input textarea {
    padding: 1.5em;
    height: 11.8055555556vw;
    border-radius: 0.2083333333vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input textarea {
    height: 170px;
    border-radius: 3px;
    font-size: 1.6rem;
  }
}

.form-multi {
  font-size: 0.8125em;
}

.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: 2vw;
  padding-bottom: 0.1em;
  width: 8.5333333333vw;
  height: 4vw;
  border-radius: 0.2666666667vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  line-height: 1em;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .form-label {
    margin-left: 1.0416666667vw;
    width: 2.9166666667vw;
    height: 1.25vw;
    border-radius: 0.1388888889vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-label {
    margin-left: 15px;
    width: 42px;
    height: 18px;
    border-radius: 2px;
    font-size: 1.2rem;
  }
}

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

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

.form-hosoku {
  margin-top: 0.8em;
  padding-left: 1em;
  font-size: 3.2vw;
  text-indent: -1em;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form-hosoku {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-hosoku {
    font-size: 1.5rem;
  }
}
.form-hosoku:before {
  content: "※";
}
.form-hosoku a {
  position: relative;
  color: #383838;
}
@media screen and (min-width: 751px) {
  .form-hosoku a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.form-hosoku a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background-color: #383838;
}
@media screen and (min-width: 751px) {
  .form-hosoku a:after {
    height: 0.0694444444vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .form-hosoku a:after {
    height: 1px;
  }
}
@media screen and (min-width: 751px) {
  .form-hosoku a:hover {
    color: #f2eee8;
  }
  .form-hosoku a:hover:after {
    background-color: #f2eee8;
  }
}

/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #ccc;
}

.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: #ccc;
}

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

/* ---------------------------------- checkbox */
.form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  gap: 3.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .form .wpcf7-checkbox {
    gap: 1.25vw 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .wpcf7-checkbox {
    gap: 18px 30px;
  }
}

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

.form .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.4vw;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .form .wpcf7-checkbox .wpcf7-list-item label {
    height: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .wpcf7-checkbox .wpcf7-list-item label {
    height: 32px;
  }
}

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

.form 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: 8.6666666667vw;
  height: 6.4vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox] + span {
    padding-left: 2.9861111111vw;
    height: 2.2222222222vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox] + span {
    padding-left: 43px;
    height: 32px;
    font-size: 1.6rem;
  }
}

.form input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 6.4vw;
  height: 6.4vw;
  background-color: #f3f3f3;
  border-radius: 0.4vw;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox] + span::before {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox] + span::before {
    width: 32px;
    height: 32px;
    border-radius: 3px;
  }
}

.form-checkbox-req input[type=checkbox] + span::before {
  background-color: #fbf3ee;
}

.form input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 0.4vw;
  left: 0.4vw;
  display: inline-block;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox]:checked + span::after {
    top: 0.2083333333vw;
    left: 0.2083333333vw;
    width: 1.9444444444vw;
    height: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox]:checked + span::after {
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
  }
}

/* ------------------------------------------- select - */
.form-select {
  position: relative;
}
.form-select:after {
  content: "";
  position: absolute;
  top: 5.7333333333vw;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.6666666667vw;
  height: 1.8666666667vw;
  background-image: url(../img/form/select.svg);
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-select:after {
    top: 1.8402777778vw;
    right: 1.3888888889vw;
    width: 0.6944444444vw;
    height: 0.4861111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-select:after {
    top: 26.5px;
    right: 20px;
    width: 10px;
    height: 7px;
  }
}

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

/* ------------------------------------------- recruit - */
.form-input-age dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-input-age dd span.unit {
  margin-left: 0.5em;
}

.form-input-age input[type=text] {
  width: 46.6666666667vw;
}
@media screen and (min-width: 751px) {
  .form-input-age input[type=text] {
    width: 17.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input-age input[type=text] {
    width: 250px;
  }
}

/* ------------------------------------------- agree - */
.form-agree {
  position: relative;
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .form-agree {
    margin-top: 2.0833333333vw;
  }
}
.form-agree .form-agree {
  margin-top: 30px;
}

.form-agree-input {
  display: inline-block;
}

.form-agree .wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .form-agree input[type=checkbox] + span {
    padding-left: 3.2638888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-agree input[type=checkbox] + span {
    padding-left: 47px;
  }
}

.form-agree-text {
  margin-top: 1em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form-agree-text {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-agree-text {
    font-size: 1.6rem;
  }
}
.form-agree-text a {
  position: relative;
  color: #60b530;
}
@media screen and (min-width: 751px) {
  .form-agree-text a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.form-agree-text a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background-color: #60b530;
}
@media screen and (min-width: 751px) {
  .form-agree-text a:after {
    height: 0.0694444444vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .form-agree-text a:after {
    height: 1px;
  }
}
@media screen and (min-width: 751px) {
  .form-agree-text a:hover {
    color: #c2c2c2;
  }
  .form-agree-text a:hover:after {
    background-color: #c2c2c2;
  }
}

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

/* ------------------------------------------- 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: 8.6666666667vw auto 0 auto;
  width: 66.6666666667vw;
  height: 12vw;
  background-color: #60b530;
  border-radius: 6vw;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 2.7777777778vw;
    width: 25vw;
    height: 4.8611111111vw;
    border-radius: 2.4305555556vw;
    -webkit-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 40px;
    width: 360px;
    height: 70px;
    border-radius: 35px;
  }
}
.form-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.form-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.0666666667vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-btn:after {
    right: 2.0833333333vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn:after {
    right: 30px;
    width: 8px;
    height: 12px;
  }
}

.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: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-submit {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-submit {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 751px) {
  .form-btn:hover:before {
    -webkit-animation: shine 0.7s;
            animation: shine 0.7s;
  }
}

/* ------------------------------------------- レイアウト崩れ防止 - */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

/* ------------------------------------------- エラー表示 - */
.wpcf7-response-output {
  margin: 2em 0 0 0 !important;
  padding: 1em 0.5em !important;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
    font-size: 2.8vw;
  }
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none !important;
}

.form-checkbox-req .wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
.form-agree .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: block !important;
}

span.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-validation-errors {
  padding: 1em !important;
  border: 1px solid #60b530 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.75em;
}

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #dc3232;
  font-size: 2.8vw !important;
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 1.3rem !important;
  }
}

/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- heading-1 - */
.heading-1 {
  position: relative;
  margin-bottom: 1.2em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.46em;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 751px) {
  .heading-1 {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-1 {
    font-size: 2.6rem;
  }
}

/* ------------------------------------------- heading-2 - */
.editor h2,
.heading-2 {
  position: relative;
  margin-bottom: 1.5em;
  padding: 3.3333333333vw 4vw 4vw 4vw;
  background-image: url(../img/common/pattern_sp.jpg);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.52em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .editor h2,
  .heading-2 {
    padding: 1.0416666667vw 1.3888888889vw;
    background-image: url(../img/common/pattern.jpg);
    background-image: image-set(url(../img/common/pattern.jpg) 1x, url(../img/common/pattern-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/pattern.jpg) 1x, url(../img/common/pattern-2x.jpg) 2x);
    font-size: 1.3194444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2,
  .heading-2 {
    padding: 15px 20px;
    font-size: 1.9rem;
  }
}

/* ------------------------------------------- heading-3 - */
.editor h3,
.heading-3 {
  position: relative;
  margin-bottom: 1.5em;
  padding: 3.3333333333vw 4vw 4vw 4vw;
  background-color: #9e8661;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.52em;
  letter-spacing: 0.08em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .editor h3,
  .heading-3 {
    padding: 1.0416666667vw 1.3888888889vw;
    border-radius: 0.2083333333vw;
    font-size: 1.3194444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h3,
  .heading-3 {
    padding: 15px 20px;
    border-radius: 3px;
    font-size: 1.9rem;
  }
}
.editor h3:before,
.heading-3:before {
  content: "";
  position: absolute;
  right: 1.3333333333vw;
  bottom: 1.3333333333vw;
  display: inline-block;
  width: 7.6vw;
  height: 6.4vw;
  background-image: url(../img/common/cup.svg);
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .editor h3:before,
  .heading-3:before {
    right: 0.3472222222vw;
    bottom: 0.5555555556vw;
    width: 2.9166666667vw;
    height: 2.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h3:before,
  .heading-3:before {
    right: 5px;
    bottom: 8px;
    width: 42px;
    height: 34px;
  }
}

/* ------------------------------------------- heading-4 - */
.editor h4,
.heading-4 {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.7em 0 0.7em 10vw;
  border-bottom-color: #9e8661;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
  color: #6d5634;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .editor h4,
  .heading-4 {
    padding-left: 3.4722222222vw;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.3194444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h4,
  .heading-4 {
    padding-left: 50px;
    border-bottom-width: 1px;
    font-size: 1.9rem;
  }
}
.editor h4:before,
.heading-4:before {
  content: "";
  position: absolute;
  left: 2vw;
  display: inline-block;
  width: 4.6666666667vw;
  height: 8.8vw;
  background-image: url(../img/common/misting.svg);
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .editor h4:before,
  .heading-4:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .editor h4:before,
  .heading-4:before {
    left: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 1.8055555556vw;
    height: 3.2638888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h4:before,
  .heading-4:before {
    left: 10px;
    bottom: 10px;
    width: 26px;
    height: 47px;
  }
}

/* ------------------------------------------- heading-5 - */
.heading-5 {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1em;
  font-size: 5.0666666667vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 751px) {
  .heading-5 {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-5 {
    font-size: 2.6rem;
  }
}
.heading-5:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 42.6666666667vw;
  height: 0.8vw;
  border-radius: 0.4vw;
  background-color: #60b530;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  .heading-5:after {
    width: 22.2222222222vw;
    height: 0.2083333333vw;
    border-radius: 0.1041666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-5:after {
    width: 320px;
    height: 3px;
    border-radius: 1.5px;
  }
}

/*  lead
-------------------------------------------------------------------------------*/
.lead {
  position: relative;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
  .lead {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .lead {
    margin-bottom: 50px;
  }
}
.lead p {
  line-height: 1.75em;
}
@media screen and (min-width: 751px) {
  .lead p {
    line-height: 2.18em;
  }
}

/*  pagenation
-------------------------------------------------------------------------------*/
.pagenation {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .pagenation {
    margin: 5.5555555556vw auto 0 auto;
    width: 77.7777777778vw;
    max-width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .pagenation {
    margin-top: 80px;
    width: 1120px;
  }
}

.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;
  gap: 2vw;
}
@media screen and (min-width: 751px) {
  .pagenation-list {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list {
    gap: 10px;
  }
}

.pagenation-list li div,
.pagenation-list li 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.4vw;
  color: #9e8661;
  font-family: "EB Garamond", serif;
  font-size: 4vw;
  font-optical-sizing: auto;
  line-height: 1em;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .pagenation-list li div,
  .pagenation-list li a {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    border-radius: 0.2083333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list li div,
  .pagenation-list li a {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    font-size: 1.8rem;
  }
}

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

@media screen and (min-width: 751px) {
  .pagenation-list li a {
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .pagenation-list li a:hover {
    background-color: #9e8661;
    color: #ffffff;
  }
}

.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.3333333333vw;
  height: 2.4vw;
  background-image: url(../img/common/arrow-bw.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 0.4166666667vw;
    height: 0.7638888889vw;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 6px;
    height: 11px;
  }
}
@media screen and (min-width: 751px) {
  .pagenation-prev a:hover:after,
  .pagenation-next a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
}

.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%);
}

/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 13.3333333333vw 0 0 -3.3333333333vw;
  width: 100vw;
  height: 12vw;
}

.pagenavi-prev a,
.pagenavi-next a,
.pagenavi-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1em;
  height: 12vw;
  background-color: #383838;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 4vw;
  text-align: center;
  letter-spacing: 0.12em;
}

.pagenavi-prev a:after,
.pagenavi-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.8666666667vw;
  height: 3.6vw;
  background-image: url(../img/common/arrow-gr.svg);
  background-size: contain;
}

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

.pagenavi-prev {
  left: 0;
}
.pagenavi-prev a {
  padding-left: 1.3333333333vw;
}
.pagenavi-prev a:after {
  left: 2.6666666667vw;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

.pagenavi-next {
  right: 0;
}
.pagenavi-next a {
  padding-right: 1.3333333333vw;
}
.pagenavi-next a:after {
  right: 2.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenavi-back {
  margin: 0 auto;
  width: 44vw;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin: 5.5555555556vw auto 0 auto;
    width: 43.75vw;
    height: 3.4722222222vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a,
  .pagenavi-back a {
    height: 3.4722222222vw;
    border-radius: 0.2083333333vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after,
  .pagenavi-back a:after {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .pagenavi-prev a:hover,
  .pagenavi-next a:hover,
  .pagenavi-back a:hover {
    background-color: #ffffff;
    color: #383838;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 0.5555555556vw;
    height: 1.0416666667vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 9.7222222222vw;
  }
  .pagenavi-prev a {
    padding-left: 0.6944444444vw;
  }
  .pagenavi-prev a:after {
    left: 1.3888888889vw;
  }
  .pagenavi-next a {
    padding-right: 0.6944444444vw;
  }
  .pagenavi-next a:after {
    right: 1.3888888889vw;
  }
  .pagenavi-back {
    width: 22.9166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 50px;
    width: 630px;
    height: 50px;
  }
  .pagenavi-prev a,
  .pagenavi-next a,
  .pagenavi-back a {
    height: 50px;
    border-radius: 3px;
    font-size: 1.6rem;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 8px;
    height: 15px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 140px;
  }
  .pagenavi-prev a {
    padding-left: 10px;
  }
  .pagenavi-prev a:after {
    left: 20px;
  }
  .pagenavi-next a {
    padding-right: 10px;
  }
  .pagenavi-next a:after {
    right: 20px;
  }
  .pagenavi-back {
    width: 330px;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
}

.post-box {
  position: relative;
  margin-left: -3.3333333333vw;
  padding: 10.6666666667vw 3.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
}
@media screen and (max-width: 750px) {
  .post-box {
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .post-box {
    margin: 0 auto;
    padding: 5.5555555556vw 10.4166666667vw;
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-box {
    padding: 80px 150px;
    border-radius: 3px;
  }
}
.post-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 2.6666666667vw;
  display: inline-block;
  width: 7.2vw;
  height: 10.4vw;
  background-image: url(../img/common/illumination.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .post-box:before {
    right: 5.5555555556vw;
    width: 4.8611111111vw;
    height: 7.2916666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-box:before {
    right: 80px;
    width: 70px;
    height: 105px;
  }
}

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

.post-cat {
  position: relative;
  margin-bottom: 1.2em;
  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 0.1em 1em;
  height: 5.3333333333vw;
  background-color: #383838;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 3.2vw;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .post-cat {
    height: 2.0833333333vw;
    border-radius: 0.2083333333vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-cat {
    height: 30px;
    border-radius: 3px;
    font-size: 1.6rem;
  }
}

.post-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7em;
  margin-bottom: 2em;
}
@media screen and (min-width: 751px) {
  .post-tag {
    gap: 1em;
  }
}

.post-tag li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  height: 6.6666666667vw;
  background-color: #f2eee8;
  border-radius: 3.3333333333vw;
  color: #6d5634;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .post-tag li a {
    padding: 0 1.5em;
    height: 2.2222222222vw;
    border-radius: 1.1111111111vw;
    font-size: 0.9722222222vw;
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .post-tag li a {
    height: 32px;
    border-radius: 16px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 751px) {
  .post-tag li a:hover {
    background-color: #6d5634;
    color: #ffffff;
  }
}
.post-tag li a:before {
  content: "#";
}

.post-ttl {
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  border-bottom-color: #60b530;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #60b530;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 5.0666666667vw;
  font-weight: 600;
  line-height: 1.31em;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 751px) {
  .post-ttl {
    border-bottom-width: 0.0694444444vw;
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-ttl {
    border-bottom-width: 1px;
    font-size: 2.6rem;
  }
}

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

.post-date p {
  position: relative;
  padding-left: 4.6666666667vw;
  color: #6d5634;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1em;
}

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

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

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

.post-intro {
  margin-top: 6.6666666667vw;
}

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

@media screen and (min-width: 751px) {
  .post-image {
    margin-bottom: 3.8194444444vw;
  }
  .post-date p {
    padding-left: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .post-date p:before {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .post-cat {
    gap: 0.4861111111vw;
  }
  .post-cat > li {
    font-size: 0.8333333333vw;
  }
  .post-intro {
    margin-top: 2.7777777778vw;
  }
  .post-editor {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-image {
    margin-bottom: 55px;
  }
  .post-date p {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .post-date p:before {
    width: 14px;
    height: 14px;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 20px;
  }
  .post-cat {
    gap: 7px;
  }
  .post-cat > li {
    font-size: 1.2rem;
  }
  .post-intro {
    margin-top: 40px;
  }
  .post-editor {
    margin-top: 50px;
  }
}
/*  related
-------------------------------------------------------------------------------*/
.related {
  position: relative;
  margin-top: 13.3333333333vw;
}

.related-slide {
  position: relative;
}

.related-slide .swiper-slide {
  left: 2vw;
  margin-right: 4vw;
  width: 72vw;
}

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

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

@media screen and (min-width: 751px) {
  .related {
    margin-top: 6.9444444444vw;
  }
  .related-slide .swiper-slide {
    left: 0.6944444444vw;
    margin-right: 1.3888888889vw;
    width: 25vw;
  }
  #related-prev {
    left: -1.7361111111vw;
  }
  #related-next {
    right: -1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .related {
    margin-top: 100px;
  }
  .related-slide .swiper-slide {
    left: 10px;
    margin-right: 20px;
    width: 360px;
  }
  #related-prev {
    left: -25px;
  }
  #related-next {
    right: -25px;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.term {
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .term {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .term {
    margin-bottom: 80px;
  }
}

.term dl:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .term dl:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .term dl:nth-child(n+2) {
    margin-top: 30px;
  }
}

.term dt {
  position: relative;
  margin-bottom: 0.7em;
  padding: 0 0 0.1em 0.75em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .term dt {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .term dt {
    font-size: 2rem;
  }
}
.term dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2em;
  height: 100%;
  border-radius: 3px;
  background-color: #9e8661;
}

.term-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw 1.8666666667vw;
}
@media screen and (min-width: 751px) {
  .term-menu {
    gap: 0.9722222222vw;
    margin: 0;
  }
}
@media screen and (min-width: 1441px) {
  .term-menu {
    gap: 14px;
  }
}

.term-menu > li {
  width: 29.8666666667vw;
}
@media screen and (min-width: 751px) {
  .term-menu > li {
    width: 10.7638888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .term-menu > li {
    width: 155px;
  }
}

.term-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.0666666667vw 0 2vw;
  height: 9.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .term-menu a {
    padding: 0 2.4305555556vw 0 1.0416666667vw;
    background-color: #ffffff;
    height: 3.1944444444vw;
    border-radius: 0.2083333333vw;
    font-size: 1.0416666667vw;
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .term-menu a {
    padding: 0 30px 0 15px;
    height: 46px;
    border-radius: 3px;
    font-size: 1.5rem;
  }
}
.term-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6vw;
  width: 1.3333333333vw;
  height: 2.4vw;
  background-image: url(../img/common/arrow-bw.svg);
  background-size: contain;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .term-menu a:after {
    right: 0.6944444444vw;
    width: 0.4166666667vw;
    height: 0.7638888889vw;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .term-menu a:after {
    right: 10px;
    width: 6px;
    height: 11px;
  }
}
@media screen and (min-width: 751px) {
  .term-menu a:hover {
    background-color: #9e8661;
    color: #ffffff;
  }
}
@media screen and (min-width: 751px) {
  .term-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}

/*  ttl
-------------------------------------------------------------------------------*/
.ttl-en {
  position: relative;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 8.6666666667vw;
  font-optical-sizing: auto;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 751px) {
  .ttl-en {
    font-size: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl-en {
    font-size: 5rem;
  }
}

.ttl-jp {
  position: relative;
  margin-top: 1.5em;
  color: #e4d4bb;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 751px) {
  .ttl-jp {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl-jp {
    font-size: 1.6rem;
  }
}

.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-wrap {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 100s linear infinite;
          animation: marquee 100s linear infinite;
}

.marquee-wrap span {
  display: inline-block;
}

.marquee-wrap span:nth-child(n+2) {
  margin-left: 1em;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
            transform: translateX(-33.33%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
            transform: translateX(-33.33%);
  }
}
/*  event --> archive
-------------------------------------------------------------------------------*/
.event-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw 0;
}
@media screen and (min-width: 751px) {
  .event-post {
    gap: 3.4722222222vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .event-post {
    gap: 50px 20px;
  }
}

.event-post .c-event {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .event-post .c-event {
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .event-post .c-event {
    width: 320px;
  }
}

/*  event --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- detail - */
.event-detail {
  padding: 8vw 6.6666666667vw 9.3333333333vw 6.6666666667vw;
  background-color: #ffffff;
}

.event-data dl {
  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;
  padding: 2.6666666667vw 0;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  border-top-width: 1px;
}

.event-data dt {
  position: relative;
  padding-left: 6.6666666667vw;
  width: 17.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.38em;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
.event-data dt:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-size: contain;
  background-position: center;
}

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

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

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

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

.event-data dd {
  width: calc(100% - 20vw);
  font-size: 3.4666666667vw;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}

.event-detail-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 53.3333333333vw;
}

@media screen and (max-width: 750px) {
  .event-detail {
    margin-left: -3.3333333333vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .event-detail {
    margin-top: 3.4722222222vw;
    padding: 3.4722222222vw 10.4166666667vw;
  }
  .event-data dl {
    padding: 1.0416666667vw;
    border-top-width: 0.0694444444vw;
  }
  .event-data dt {
    padding-left: 2.7777777778vw;
    width: 6.9444444444vw;
    font-size: 1.1111111111vw;
  }
  .event-data dt:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .event-data dd {
    width: calc(100% - 8.3333333333vw);
    font-size: 1.1111111111vw;
  }
  .event-detail-btn {
    margin: 2.7777777778vw auto 0 auto;
    width: 19.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .event-detail {
    margin-top: 50px;
    padding: 50px 150px;
  }
  .event-data dl {
    padding: 15px;
    border-top-width: 1px;
  }
  .event-data dt {
    padding-left: 40px;
    width: 100px;
    font-size: 1.6rem;
  }
  .event-data dt:before {
    width: 20px;
    height: 20px;
  }
  .event-data dd {
    width: calc(100% - 120px);
    font-size: 1.6rem;
  }
  .event-detail-btn {
    margin: 40px auto 0 auto;
    width: 280px;
  }
}
/* ------------------------------------------- map - */
.event-map {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .event-map {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .event-map {
    margin-top: 100px;
  }
}
.event-map .ggmap {
  padding-bottom: 70%;
}
@media screen and (min-width: 751px) {
  .event-map .ggmap {
    padding-bottom: 36%;
  }
}

.sub--event .post-editor {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sub--event .post-editor {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--event .post-editor {
    margin-top: 100px;
  }
}

/*  works --> archive
-------------------------------------------------------------------------------*/
.works-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw 0;
}
@media screen and (min-width: 751px) {
  .works-post {
    gap: 3.4722222222vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-post {
    gap: 50px 20px;
  }
}

.works-post .c-works {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .works-post .c-works {
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-post .c-works {
    width: 320px;
  }
}

/*  works --> single
-------------------------------------------------------------------------------*/
.sub--works .works {
  padding-top: 18.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sub--works .works {
    padding-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--works .works {
    padding-top: 100px;
  }
}

@media screen and (max-width: 750px) {
  .sub--works .pagenavi {
    margin-left: 0 !important;
  }
}

/* ------------------------------------------- summary - */
.works-summary {
  margin-top: 9.3333333333vw;
}

.works-summary-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.4vw;
  overflow: hidden;
}
.works-summary-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 530/320;
}

.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: 4vw 2.6666666667vw;
  border-bottom-color: #c2c2c2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.works-data dl:nth-child(1) {
  border-top-color: #c2c2c2;
  border-top-style: solid;
  border-top-width: 1px;
}

.works-data dt {
  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-bottom: 0.1em;
  width: 21.3333333333vw;
  height: 5.3333333333vw;
  background-color: #383838;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 3.2vw;
  line-height: 1.2em;
  letter-spacing: 0.12em;
}

.works-data dd {
  width: calc(100% - 25.3333333333vw);
  color: #6d5634;
  font-size: 3.7333333333vw;
  line-height: 1.45em;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 751px) {
  .works-summary {
    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: 3.4722222222vw;
  }
  .works-summary-image {
    margin: 0;
    width: 36.8055555556vw;
    border-radius: 0.2083333333vw;
  }
  .works-data {
    width: 29.1666666667vw;
  }
  .works-data dl {
    padding: 1.0416666667vw 0.6944444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .works-data dl:nth-child(1) {
    border-top-width: 0.0694444444vw;
  }
  .works-data dt {
    width: 8.3333333333vw;
    height: 1.8055555556vw;
    border-radius: 0.2083333333vw;
    font-size: 0.9027777778vw;
  }
  .works-data dd {
    width: calc(100% - 9.7222222222vw);
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .works-summary {
    margin-top: 50px;
  }
  .works-summary-image {
    width: 530px;
    border-radius: 3px;
  }
  .works-data {
    width: 420px;
  }
  .works-data dl {
    padding: 15px 10px;
    border-bottom-width: 1px;
  }
  .works-data dl:nth-child(1) {
    border-top-width: 1px;
  }
  .works-data dt {
    width: 120px;
    height: 26px;
    border-radius: 3px;
    font-size: 1.3rem;
  }
  .works-data dd {
    width: calc(100% - 140px);
    font-size: 1.5rem;
    line-height: 1.75em;
  }
}
/* ------------------------------------------- gallery - */
.works-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
  .works-gallery {
    gap: 1.1111111111vw;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-gallery {
    gap: 16px;
    margin-top: 60px;
  }
}

.works-gallery > li {
  width: 29.3333333333vw;
}
@media screen and (min-width: 751px) {
  .works-gallery > li {
    width: 16.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-gallery > li {
    width: 238px;
  }
}

.works-gallery > li a {
  display: block;
  border-radius: 0.4vw;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .works-gallery > li a {
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-gallery > li a {
    border-radius: 3px;
  }
}

.works-gallery > li a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 300/300;
}

/* ------------------------------------------- voice - */
.works-voice {
  position: relative;
  margin-top: 13.3333333333vw;
  padding: 9.3333333333vw 4.9333333333vw 8vw 4.9333333333vw;
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.4vw;
}

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

@media screen and (min-width: 751px) {
  .works-voice {
    margin-top: 5.5555555556vw;
    padding: 3.4722222222vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2083333333vw;
  }
  .works-voice-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-voice {
    margin-top: 80px;
    padding: 50px;
    border-width: 1px;
    border-radius: 3px;
  }
  .works-voice-btn {
    margin: 30px auto 0 auto;
    width: 360px;
  }
}
/* ------------------------------------------- staff - */
.works-tantou {
  position: relative;
  margin-top: 13.3333333333vw;
}

.works-tantou-box {
  position: relative;
  padding: 8vw 8.9333333333vw 9.3333333333vw 8.9333333333vw;
  background-color: #f2eee8;
  border-radius: 0.4vw;
}
.works-tantou-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 8vw);
  height: calc(100% - 8vw);
  border-color: #60b530;
  border-style: solid;
  border-width: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.works-tantou-images {
  margin: 2.6666666667vw auto 4.6666666667vw auto;
  width: 48vw;
}

.works-tantou-image {
  position: relative;
  border-radius: 0.4vw;
  overflow: hidden;
  z-index: 1;
}
.works-tantou-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 360/360;
}

.works-tantou-name {
  margin-top: 0.5em;
  color: #6d5634;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.works-tantou-content {
  position: relative;
  z-index: 1;
}
.works-tantou-content p {
  color: #6d5634;
}

@media screen and (min-width: 751px) {
  .works-tantou {
    margin-top: 5.5555555556vw;
  }
  .works-tantou-box {
    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.4722222222vw;
    border-radius: 0.2083333333vw;
  }
  .works-tantou-box:before {
    width: calc(100% - 3.4722222222vw);
    height: calc(100% - 3.4722222222vw);
    border-width: 0.0694444444vw;
  }
  .works-tantou-images {
    margin: 0;
    width: 15.9722222222vw;
  }
  .works-tantou-image {
    border-radius: 0.2083333333vw;
  }
  .works-tantou-content {
    padding-top: 1em;
    width: 43.75vw;
  }
  .works-tantou-content--full {
    width: 100% !important;
  }
}
@media screen and (min-width: 1441px) {
  .works-tantou {
    margin-top: 80px;
  }
  .works-tantou-box {
    padding: 50px;
    border-radius: 3px;
  }
  .works-tantou-box:before {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border-width: 1px;
  }
  .works-tantou-images {
    width: 230px;
  }
  .works-tantou-image {
    border-radius: 3px;
  }
  .works-tantou-content {
    width: 630px;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
.blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw 0;
}
@media screen and (min-width: 751px) {
  .blog-post {
    gap: 3.4722222222vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-post {
    gap: 50px 20px;
  }
}

.blog-post .c-blog {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .blog-post .c-blog {
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-post .c-blog {
    width: 320px;
  }
}

/*  blog --> single
-------------------------------------------------------------------------------*/
/*  staff --> archive
-------------------------------------------------------------------------------*/
.staff:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .staff:nth-of-type(n + 2) {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .staff:nth-of-type(n + 2) {
    margin-top: 100px;
  }
}

.staff-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .staff-post {
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .staff-post {
    gap: 20px;
  }
}

.c-staff {
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .c-staff {
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-staff {
    width: 320px;
  }
}

.c-staff a {
  position: relative;
  padding: 4vw;
}
@media screen and (max-width: 750px) {
  .c-staff 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;
  }
}
@media screen and (min-width: 751px) {
  .c-staff a {
    display: block;
    padding: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-staff a {
    padding: 20px;
  }
}

.c-staff-image {
  position: relative;
  border-radius: 0.4vw;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-staff-image {
    width: 30.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .c-staff-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-staff-image {
    margin-bottom: 20px;
    border-radius: 3px;
  }
}
.c-staff-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 320/320;
}

.c-staff a:hover .c-staff-image img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .c-staff-content {
    width: 50.6666666667vw;
  }
}

.c-staff-position {
  margin-bottom: 0.7em;
  color: #6d5634;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .c-staff-position {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-staff-position {
    font-size: 1.5rem;
  }
}

.c-staff-name {
  color: #60b530;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 751px) {
  .c-staff-name {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-staff-name {
    font-size: 3rem;
  }
}

.c-staff-en {
  margin-top: 1em;
  color: rgba(109, 86, 52, 0.5);
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-optical-sizing: auto;
  text-align: right;
  line-height: 1.2em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .c-staff-en {
    margin-top: 0.5em;
  }
}

/*  staff --> single
-------------------------------------------------------------------------------*/
.staff-article {
  position: relative;
  margin: 0 auto 5.3333333333vw auto;
  padding: 6.6666666667vw 6.6666666667vw 16vw 4vw;
  width: 94.6666666667vw;
}
.staff-article:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #f2eee8;
  z-index: -1;
}

.staff-article-image {
  position: relative;
  margin: 0 auto 5.3333333333vw auto;
  width: 77.3333333333vw;
}
.staff-article-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 580/542;
  mask-image: url(../img/staff/mask.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../img/staff/mask.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.staff-article-en {
  position: absolute;
  top: 4vw;
  left: 42.6666666667vw;
  color: #6d5634;
  font-family: "EB Garamond", serif;
  font-size: 4vw;
  font-weight: 700;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  -webkit-transform: rotate(27.5deg);
          transform: rotate(27.5deg);
  z-index: 1;
}

.staff-article-content {
  padding: 6.6666666667vw 4vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
}

.staff-article-position {
  margin-bottom: 0.5em;
  color: #6d5634;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}

.staff-article-ttl {
  color: #60b530;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.12em;
}

.staff-article-data dl {
  padding: 5.3333333333vw 2.6666666667vw;
  border-bottom-color: #c2c2c2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.staff-article-data dt {
  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: 2.6666666667vw;
  padding-bottom: 0.1em;
  height: 5.3333333333vw;
  background-color: #383838;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 3.2vw;
  line-height: 1.2em;
  letter-spacing: 0.12em;
}

.staff-article-data dd {
  color: #6d5634;
  font-size: 3.7333333333vw;
  line-height: 1.45em;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 750px) {
  .staff-article-data dt {
    padding: 0 1em;
    min-width: 30.6666666667vw;
  }
  .sub--staff .pagenavi {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 751px) {
  .staff-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 auto 1.3888888889vw auto;
    padding: 5.2083333333vw 5.5555555556vw 5.5555555556vw 0;
    width: 88.8888888889vw;
  }
  .staff-article-image {
    margin: 0;
    width: 40.2777777778vw;
  }
  .staff-article-image img {
    aspect-ratio: 580/542;
    mask-image: url(../img/staff/mask.png);
    -webkit-mask-image: url(../img/staff/mask.png);
  }
  .staff-article-en {
    top: 2.0833333333vw;
    left: 22.2222222222vw;
    font-size: 2.0833333333vw;
  }
  .staff-article-content {
    padding: 2.7777777778vw 2.0833333333vw;
    width: 37.5vw;
    border-radius: 0.2083333333vw;
  }
  .staff-article-position {
    font-size: 1.0416666667vw;
  }
  .staff-article-ttl {
    font-size: 2.0833333333vw;
  }
  .staff-article-data {
    margin-top: 1.7361111111vw;
  }
  .staff-article-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: 1.0416666667vw 0.6944444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .staff-article-data dt {
    margin: 0;
    width: 8.3333333333vw;
    height: 1.8055555556vw;
    border-radius: 0.2083333333vw;
    font-size: 0.9027777778vw;
  }
  .staff-article-data dd {
    width: calc(100% - 9.5138888889vw);
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .staff-article {
    margin: 0 auto 20px auto;
    padding: 75px 80px 80px 0;
    width: 1280px;
  }
  .staff-article-image {
    width: 580px;
  }
  .staff-article-en {
    top: 30px;
    left: 320px;
    font-size: 3rem;
  }
  .staff-article-content {
    padding: 40px 30px;
    width: 540px;
    border-radius: 3px;
  }
  .staff-article-position {
    font-size: 1.5rem;
  }
  .staff-article-ttl {
    font-size: 3rem;
  }
  .staff-article-data {
    margin-top: 25px;
  }
  .staff-article-data dl {
    padding: 15px 10px;
    border-bottom-width: 1px;
  }
  .staff-article-data dt {
    width: 120px;
    height: 26px;
    border-radius: 3px;
    font-size: 1.3rem;
  }
  .staff-article-data dd {
    width: calc(100% - 137px);
    font-size: 1.5rem;
    line-height: 1.75em;
  }
}
/*  realestate --> post
-------------------------------------------------------------------------------*/
.c-realestate {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.4vw;
}

.c-realestate a {
  position: relative;
  display: block;
  padding: 2.6666666667vw 2.6666666667vw 4vw 2.6666666667vw;
  height: 100%;
}

.c-realestate-image {
  position: relative;
  margin-bottom: 3.3333333333vw;
  border-radius: 0.4vw;
  overflow: hidden;
}
.c-realestate-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 470/430;
}

.c-realestate-content {
  padding: 0 0.9333333333vw;
}

.c-realestate-cat {
  position: absolute;
  left: 2.6666666667vw;
  bottom: 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 0.1em 1em;
  height: 5.3333333333vw;
  background-color: #383838;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 3.2vw;
  z-index: 1;
}

.c-realestate-add {
  position: relative;
  margin-bottom: 2vw;
  padding-left: 4.6666666667vw;
  color: #60b530;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}
.c-realestate-add:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: inline-block;
  width: 2.9333333333vw;
  height: 4vw;
  background-image: url(../img/common/pin-gr.svg);
  background-size: contain;
}

.c-realestate-ttl {
  max-height: 3.5em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-realestate-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 1em;
}
.c-realestate-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;
  width: 100%;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
  .c-realestate-data dl {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-realestate-data dl {
    font-size: 1.5rem;
  }
}
.c-realestate-data dt {
  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.2em 0 0.3em 0;
  width: 6em;
  background-color: #f2eee8;
  color: #383838;
  font-weight: 500;
  line-height: 1.2em;
}
.c-realestate-data dd {
  padding-top: 0.1em;
  width: calc(100% - 7em);
  line-height: 1.5em;
}
.c-realestate-data dd ul li {
  position: relative;
  padding-left: 1em;
}
.c-realestate-data dd ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: #9e8661;
  border-radius: 50%;
}

.c-realestate-remakes {
  display: block !important;
}
.c-realestate-remakes dt {
  margin-bottom: 0.5em;
}
.c-realestate-remakes dd {
  padding: 0 0.5em;
  width: 100%;
  line-height: 1.75em;
}

.c-realestate-soldout {
  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: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.8);
  z-index: 2;
}
.c-realestate-soldout p {
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 6.1333333333vw;
  font-optical-sizing: auto;
  text-align: center;
  line-height: 1.64em;
  letter-spacing: 0.18em;
}

@media screen and (min-width: 751px) {
  .c-realestate {
    border-radius: 0.2083333333vw;
  }
  .c-realestate a {
    padding: 1.3888888889vw 1.3888888889vw 1.7361111111vw 1.3888888889vw;
  }
  .c-realestate-image {
    margin-bottom: 1.7361111111vw;
  }
  .c-realestate-image img {
    aspect-ratio: 400/430;
    border-radius: 0.2083333333vw;
  }
  .c-realestate a:hover .c-realestate-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-realestate-content {
    padding: 0;
  }
  .c-realestate-cat {
    left: 1.0416666667vw;
    bottom: 1.0416666667vw;
    height: 1.7361111111vw;
    border-radius: 0.2083333333vw;
    font-size: 0.9027777778vw;
  }
  .c-realestate-add {
    margin-bottom: 1.3888888889vw;
    padding-left: 1.9444444444vw;
    font-size: 1.1111111111vw;
  }
  .c-realestate-add:before {
    width: 1.1111111111vw;
    height: 1.4583333333vw;
  }
  .c-realestate-ttl {
    max-height: 3.5em;
    font-size: 1.3888888889vw;
  }
  .c-realestate-soldout p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-realestate {
    border-radius: 3px;
  }
  .c-realestate a {
    padding: 20px 20px 25px 20px;
  }
  .c-realestate-image {
    margin-bottom: 25px;
  }
  .c-realestate-image img {
    border-radius: 3px;
  }
  .c-realestate-cat {
    left: 15px;
    bottom: 15px;
    height: 25px;
    border-radius: 3px;
    font-size: 1.3rem;
  }
  .c-realestate-add {
    margin-bottom: 20px;
    padding-left: 28px;
    font-size: 1.6rem;
  }
  .c-realestate-add:before {
    width: 16px;
    height: 21px;
  }
  .c-realestate-ttl {
    font-size: 2rem;
  }
  .c-realestate-soldout p {
    font-size: 2.4rem;
  }
}
/*  realestate --> archive
-------------------------------------------------------------------------------*/
.realestate-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw 0;
}
@media screen and (min-width: 751px) {
  .realestate-post {
    gap: 3.4722222222vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .realestate-post {
    gap: 50px 20px;
  }
}

.realestate-post .c-realestate {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .realestate-post .c-realestate {
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .realestate-post .c-realestate {
    width: 320px;
  }
}

/*  realestate --> single
-------------------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
  .realestate-inner {
    margin: 0 auto;
    width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .realestate-inner {
    width: 1000px;
  }
}

/* ------------------------------------------- gallery - */
.realestate-gallery {
  position: relative;
}

.realestate-gallery-main {
  position: relative;
  overflow: hidden;
}
.realestate-gallery-main .swiper-wrapper > div img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100vw;
}

#realestate-gallery-pagination {
  margin-top: 6.6666666667vw;
}

.realestate-gallery-thumb {
  margin: 6.6666666667vw auto 0 auto;
  width: 89.3333333333vw;
}

.realestate-gallery-thumb .swiper-slide {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}

.realestate-gallery-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.realestate-gallery-thumb .swiper-wrapper > div img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 20vw;
}

.realestate-gallery-thumb .swiper-slide:hover {
  opacity: 0.7;
}

.realestate-main-ttl {
  margin-bottom: 1em;
  font-size: 6.1333333333vw;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.5em;
  letter-spacing: 0;
}

.realestate-main-desc {
  margin-top: 8.6666666667vw;
}
.realestate-main-desc p {
  line-height: 1.75em;
}

@media all and (max-width: 750px) {
  .realestate-main {
    margin-left: -2.6666666667vw;
    width: 100vw;
  }
  #realestate-gallery-prev,
  #realestate-gallery-next {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .realestate-gallery-main {
    margin-left: -5.5555555556vw;
    padding: 0 5.5555555556vw;
    width: 80.5555555556vw;
  }
  .realestate-gallery-main .swiper-wrapper > div img {
    height: 38.8888888889vw;
  }
  #realestate-gallery-prev {
    top: 17.9166666667vw;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #realestate-gallery-next {
    top: 17.9166666667vw;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #realestate-gallery-pagination {
    margin-top: 2.4305555556vw;
  }
  .realestate-gallery-thumb {
    margin-top: 2.7777777778vw;
    width: auto;
    overflow: hidden;
  }
  .realestate-gallery-thumb .swiper-wrapper > div img {
    height: 6.3888888889vw;
  }
  .realestate-main-ttl {
    font-size: 2.5vw;
  }
  .realestate-main-desc {
    margin-top: 2.7777777778vw;
  }
  .realestate-main-desc p {
    line-height: 2em;
  }
}
@media all and (min-width: 1441px) {
  .realestate-gallery-main {
    margin-left: -80px;
    padding: 0 80px;
    width: 1160px;
  }
  .realestate-gallery-main .swiper-wrapper > div img {
    height: 560px;
  }
  #realestate-gallery-prev {
    top: 258px;
  }
  #realestate-gallery-next {
    top: 258px;
  }
  #realestate-gallery-pagination {
    margin-top: 35px;
  }
  .realestate-gallery-thumb {
    margin-top: 40px;
  }
  .realestate-gallery-thumb .swiper-wrapper > div img {
    height: 92px;
  }
  .realestate-main-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .realestate-main-desc {
    margin-top: 40px;
  }
}
/* ------------------------------------------- intro - */
.realestate-intro {
  margin-top: 9.3333333333vw;
  padding: 5.3333333333vw;
  border-color: #60b530;
  border-style: solid;
  border-width: 1px;
}

.realestate-intro-ttl {
  margin-bottom: 1em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media all and (min-width: 751px) {
  .realestate-intro {
    margin-top: 4.1666666667vw;
    padding: 3.4722222222vw 5.5555555556vw;
    border-width: 0.0694444444vw;
  }
  .realestate-intro-ttl {
    font-size: 1.6666666667vw;
  }
}
@media all and (min-width: 1441px) {
  .realestate-intro {
    margin-top: 60px;
    padding: 50px 80px;
    border-width: 1px;
  }
  .realestate-intro-ttl {
    font-size: 2.4rem;
  }
}
/* ------------------------------------------- tab - */
.realestate-tab-menu {
  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: 2.1333333333vw;
  margin-top: 13.3333333333vw;
}

.realestate-tab-menu > li {
  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: 27.4666666667vw;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
  color: #6d5634;
  font-size: 3.4666666667vw;
  font-weight: 500;
  cursor: pointer;
}

.realestate-tab-menu > li.is-active {
  background-color: #9e8661;
  color: #ffffff;
}

.realestate-tab-content > div {
  display: none;
  margin-top: 6.6666666667vw;
}

.realestate-tab-content > div.is-active {
  display: block;
}

.realestate-tab-content > div > div:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

@media all and (min-width: 751px) {
  .realestate-tab-menu {
    gap: 1.0416666667vw;
    margin-top: 6.9444444444vw;
  }
  .realestate-tab-menu > li {
    width: 13.0555555556vw;
    height: 3.4722222222vw;
    border-radius: 0.2083333333vw;
    font-size: 1.25vw;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .realestate-tab-menu > li:hover {
    background-color: #9e8661;
    color: #ffffff;
  }
  .realestate-tab-content > div {
    margin-top: 2.4305555556vw;
  }
  .realestate-tab-content > div > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
}
@media all and (min-width: 1441px) {
  .realestate-tab-menu {
    gap: 15px;
    margin-top: 100px;
  }
  .realestate-tab-menu > li {
    width: 188px;
    height: 50px;
    border-radius: 3px;
    font-size: 1.8rem;
  }
  .realestate-tab-content > div {
    margin-top: 35px;
  }
  .realestate-tab-content > div > div:nth-child(n+2) {
    margin-top: 50px;
  }
}
/* ------------------------------------------- summary - */
.realestate-summary > div:nth-child(n+2) {
  margin-top: 4vw;
}

.realestate-summary > div {
  border-top-color: #6d5634;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #6d5634;
  border-left-style: solid;
  border-left-width: 1px;
}

.realestate-summary > div > 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;
  border-right-color: #6d5634;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #6d5634;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.realestate-summary > div > dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 0.5em;
  background-color: #9e8661;
  width: 30vw;
  color: #ffffff;
  line-height: 1.6em;
}

.realestate-summary > div > dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 0.5em;
  width: calc(100% - 30vw);
  background-color: #ffffff;
  border-left-color: #6d5634;
  border-left-style: solid;
  border-left-width: 1px;
  line-height: 1.6em;
}

@media all and (min-width: 751px) {
  .realestate-summary > div:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .realestate-summary > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top-width: 0.0694444444vw;
    border-left-width: 0.0694444444vw;
  }
  .realestate-summary > div > dl {
    width: 50%;
    border-right-width: 0.0694444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .realestate-summary > div > dl dt {
    padding: 0.5em 1em;
    width: 10.4166666667vw;
  }
  .realestate-summary > div > dl dd {
    padding: 0.5em 1em;
    width: calc(100% - 10.4166666667vw);
    border-left-width: 0.0694444444vw;
  }
}
@media all and (min-width: 1441px) {
  .realestate-summary > div:nth-child(n+2) {
    margin-top: 20px;
  }
  .realestate-summary > div {
    border-top-width: 1px;
    border-left-width: 1px;
  }
  .realestate-summary > div > dl {
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
  .realestate-summary > div > dl dt {
    width: 150px;
  }
  .realestate-summary > div > dl dd {
    width: calc(100% - 150px);
    border-left-width: 1px;
  }
}
/* ------------------------------------------- spot - */
.realestate-spot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}

.realestate-spot > li {
  width: 100%;
}

.realestate-spot-image {
  margin-bottom: 4vw;
}
.realestate-spot-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 312/220;
}

.realestate-spot-image a {
  display: block;
}

.realestate-spot-content p {
  line-height: 1.75em;
}

@media all and (min-width: 751px) {
  .realestate-spot {
    gap: 2.7777777778vw 2.2222222222vw;
  }
  .realestate-spot > li {
    width: 21.6666666667vw;
  }
  .realestate-spot-image {
    margin-bottom: 1.0416666667vw;
  }
}
@media all and (min-width: 1441px) {
  .realestate-spot {
    gap: 40px 32px;
  }
  .realestate-spot > li {
    width: 312px;
  }
  .realestate-spot-image {
    margin-bottom: 15px;
  }
}
/* ------------------------------------------- facility - */
.realestate-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw 0;
  padding: 6.6666666667vw;
  background-color: #ffffff;
}

.realestate-facility dl {
  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%;
}
.realestate-facility dl dt {
  padding: 0.5em 1em;
  width: 42vw;
  background-color: #9e8661;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.2em;
}
.realestate-facility dl dd {
  width: calc(100% - 46vw);
  font-size: 3.2vw;
  line-height: 1.4em;
}

.realestate-map .ggmap {
  padding-bottom: 60%;
}

@media all and (max-width: 750px) {
  .realestate-facility {
    margin-left: -6.6666666667vw;
    width: 100vw;
  }
}
@media all and (min-width: 751px) {
  .realestate-facility {
    gap: 0.6944444444vw 2.0833333333vw;
    padding: 1.7361111111vw;
  }
  .realestate-facility dl {
    width: 31.25vw;
  }
  .realestate-facility dl dt {
    width: 15.9722222222vw;
    font-size: 1.0416666667vw;
  }
  .realestate-facility dl dd {
    width: calc(100% - 17.0138888889vw);
    font-size: 1.0416666667vw;
  }
  .realestate-map .ggmap {
    padding-bottom: 45%;
  }
}
@media all and (min-width: 1441px) {
  .realestate-facility {
    gap: 10px 30px;
    padding: 25px;
  }
  .realestate-facility dl {
    width: 450px;
  }
  .realestate-facility dl dt {
    width: 230px;
    font-size: 1.5rem;
  }
  .realestate-facility dl dd {
    width: calc(100% - 245px);
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- item - */
.realestate-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}

.realestate-item ul > li {
  width: 100%;
}

.realestate-item-ttl {
  margin-bottom: 0.8em;
  padding: 0.7em 1em;
  background-color: #9e8661;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
}

.realestate-item-image {
  margin-bottom: 4.6666666667vw;
}
.realestate-item-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 312/220;
}

.realestate-item-image a {
  display: block;
}

.realestate-item-content p {
  line-height: 1.75em;
}

@media all and (min-width: 751px) {
  .realestate-item ul {
    gap: 2.7777777778vw 2.2222222222vw;
  }
  .realestate-item ul > li {
    width: 21.6666666667vw;
  }
  .realestate-item-ttl {
    margin-bottom: 0.7em;
    font-size: 1.25vw;
  }
  .realestate-item-image {
    margin-bottom: 1.0416666667vw;
  }
  .realestate-item-image img {
    height: 15.2777777778vw;
  }
  .realestate-item-content p {
    line-height: 1.65em;
  }
}
@media all and (min-width: 1441px) {
  .realestate-item ul {
    gap: 40px 32px;
  }
  .realestate-item ul > li {
    width: 312px;
  }
  .realestate-item-ttl {
    font-size: 1.8rem;
  }
  .realestate-item-image {
    margin-bottom: 15px;
  }
  .realestate-item-image img {
    height: 220px;
  }
}
/* ------------------------------------------- floorplan ＆ diagram- */
.realestate-floorplan img,
.realestate-diagram img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 66.6666666667vw;
}

@media all and (min-width: 751px) {
  .realestate-floorplan img,
  .realestate-diagram img {
    height: 41.6666666667vw;
  }
}
@media all and (min-width: 1441px) {
  .realestate-floorplan img,
  .realestate-diagram img {
    height: 600px;
  }
}
/*  recruit --> common
-------------------------------------------------------------------------------*/
.c-recruit a {
  position: relative;
  display: block;
  padding: 4vw;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.4vw;
}

.c-recruit-image {
  position: relative;
  margin-bottom: 4vw;
  border-radius: 0.4vw;
  overflow: hidden;
}
.c-recruit-image img {
  aspect-ratio: 320/265;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-recruit-data {
  position: relative;
}

.c-recruit-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: 2.6666666667vw 2vw;
  border-top-color: #eaeaea;
  border-top-style: solid;
  border-top-width: 1px;
}

.c-recruit-data dl:last-child {
  border-bottom-color: #eaeaea;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.c-recruit-data dt {
  position: relative;
  padding-left: 1.2em;
  width: 22.6666666667vw;
  color: #6d5634;
  font-weight: 500;
  line-height: 1.75em;
}
.c-recruit-data dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0.05em;
  width: 0.5em;
  height: 0.5em;
  background-color: #60b530;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-recruit-data dd {
  width: calc(100% - 26.6666666667vw);
}

.c-recruit-data dd,
.c-recruit-ttl {
  font-weight: 400;
  line-height: 1.75em;
}

.c-recruit-more {
  margin: 3.3333333333vw 0 0 auto;
  width: 26.6666666667vw;
  text-align: right;
}

@media screen and (min-width: 751px) {
  .c-recruit {
    border-width: 0.0694444444vw;
  }
  .c-recruit a {
    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: 1.3888888889vw;
    border-radius: 0.2083333333vw;
  }
  .c-recruit-image {
    margin: 0;
    width: 22.2222222222vw;
    border-radius: 0.2083333333vw;
  }
  .c-recruit a:hover .c-recruit-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-recruit-content {
    padding-top: 0.3472222222vw;
    width: 42.3611111111vw;
  }
  .c-recruit-data dl {
    padding: 0.8333333333vw 0.6944444444vw;
    border-top-width: 0.0694444444vw;
  }
  .c-recruit-data dl:last-child {
    border-bottom-width: 0.0694444444vw;
  }
  .c-recruit-data dt {
    width: 6.9444444444vw;
  }
  .c-recruit-data dd {
    width: calc(100% - 8.3333333333vw);
  }
  .c-recruit-more {
    margin: 1.0416666667vw 0 0 auto;
    width: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-recruit a {
    padding: 20px;
    border-radius: 3px;
  }
  .c-recruit-image {
    width: 320px;
    border-radius: 3px;
  }
  .c-recruit-content {
    padding-top: 5px;
    width: 610px;
  }
  .c-recruit-data dl {
    padding: 12px 10px;
    border-top-width: 1px;
  }
  .c-recruit-data dl:last-child {
    border-bottom-width: 1px;
  }
  .c-recruit-data dt {
    width: 100px;
  }
  .c-recruit-data dd {
    width: calc(100% - 120px);
  }
  .c-recruit-more {
    margin: 15px 0 0 auto;
    width: 100px;
  }
}
/*  recruit --> archive
-------------------------------------------------------------------------------*/
.recruit-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw 0;
}
@media screen and (min-width: 751px) {
  .recruit-post {
    gap: 2.7777777778vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-post {
    gap: 40px 0;
  }
}

.recruit-post .c-recruit {
  width: 100%;
}

/*  recruit --> single
-------------------------------------------------------------------------------*/
.post--recruit section {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .post--recruit section {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .post--recruit section {
    margin-top: 100px;
  }
}

/* ------------------------------------------- occupation - */
.recruit-occupation-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.4vw;
  overflow: hidden;
}
.recruit-occupation-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 470/330;
}

.recruit-occupation-text p {
  line-height: 1.75em;
}

.recruit-occupation-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 61.3333333333vw;
}

@media screen and (min-width: 751px) {
  .recruit-occupation {
    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;
  }
  .recruit-occupation-image {
    margin: 0;
    width: 32.6388888889vw;
    border-radius: 0.2083333333vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .recruit-occupation-content {
    margin-top: 1.3888888889vw;
    width: 32.6388888889vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .recruit-occupation-text p {
    line-height: 2em;
  }
  .recruit-occupation-btn {
    margin: 2.7777777778vw 0 0 0;
    width: 20.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-occupation-image {
    width: 470px;
    border-radius: 3px;
  }
  .recruit-occupation-content {
    margin-top: 20px;
    width: 470px;
  }
  .recruit-occupation-btn {
    margin-top: 40px;
    width: 300px;
  }
}
/* ------------------------------------------- movie - */
.recruit-movie iframe {
  border: none;
}

/* ------------------------------------------- pr - */
.recruit-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}

.recruit-pr-heading {
  position: relative;
  margin-bottom: 0.7em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.46em;
}

.recruit-pr-image {
  margin-bottom: 4vw;
}
.recruit-pr-image img {
  aspect-ratio: 320/220;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.recruit-pr-image a {
  display: block;
}

@media screen and (max-width: 750px) {
  .recruit-pr > li {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .recruit-pr {
    gap: 3.4722222222vw 1.3888888889vw;
  }
  .recruit-pr--3 > li {
    width: 22.2222222222vw;
  }
  .recruit-pr--4 > li {
    width: 16.3194444444vw;
  }
  .recruit-pr-image {
    margin-bottom: 1.3888888889vw;
  }
  .recruit-pr-heading {
    font-size: 1.25vw;
  }
  .recruit-pr a:hover img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-pr {
    gap: 50px 20px;
  }
  .recruit-pr--3 > li {
    width: 320px;
  }
  .recruit-pr--4 > li {
    width: 235px;
  }
  .recruit-pr-image {
    margin-bottom: 20px;
  }
  .recruit-pr-heading {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- person - */
.recruit-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw 0;
  padding: 6.6666666667vw 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
}

.recruit-person > li {
  position: relative;
  padding-left: 6.6666666667vw;
  width: 100%;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4em;
}
.recruit-person > li:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: inline-block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url(../img/recruit/check.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .recruit-person {
    gap: 1.7361111111vw 0;
    padding: 3.4722222222vw 4.5138888889vw;
    border-radius: 0.2083333333vw;
  }
  .recruit-person > li {
    padding-left: 3.125vw;
    font-size: 1.25vw;
    line-height: 1.5em;
  }
  .recruit-person > li:before {
    top: 0.15em;
    width: 1.5972222222vw;
    height: 1.5972222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-person {
    gap: 25px 0;
    padding: 50px 65px;
    border-radius: 3px;
  }
  .recruit-person > li {
    padding-left: 45px;
    font-size: 1.8rem;
  }
  .recruit-person > li:before {
    width: 23px;
    height: 23px;
  }
}
/* ------------------------------------------- detail - */
.recruit-detail {
  position: relative;
  background-color: #ffffff;
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 1px;
}

.recruit-detail dl {
  border-bottom-color: #c2c2c2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.recruit-detail dl:last-child {
  border-bottom: none !important;
}

.recruit-detail dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.6666666667vw 5.0666666667vw 0.5em 5.0666666667vw;
  color: #6d5634;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
}

.recruit-detail dl dd {
  padding: 0 5.0666666667vw 4.6666666667vw 5.0666666667vw;
  line-height: 1.75em;
}

@media screen and (min-width: 751px) {
  .recruit-detail {
    margin: 0 auto;
    width: 68.75vw;
    border-width: 0.0694444444vw;
  }
  .recruit-detail 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;
    border-bottom-width: 0.0694444444vw;
  }
  .recruit-detail dl dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    padding: 1.7361111111vw;
    width: 15.2777777778vw;
    line-height: 2em;
  }
  .recruit-detail dl dd {
    padding: 1.7361111111vw;
    width: calc(100% - 15.2777777778vw);
    border-left-color: #c2c2c2;
    border-left-style: solid;
    border-left-width: 0.0694444444vw;
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-detail {
    width: 990px;
    border-width: 1px;
  }
  .recruit-detail dl {
    border-bottom-width: 1px;
  }
  .recruit-detail dl dt {
    padding: 25px;
    width: 220px;
  }
  .recruit-detail dl dd {
    padding: 25px;
    width: calc(100% - 220px);
    border-left-width: 1px;
  }
}
/* ------------------------------------------- map - */
.recruit-map .ggmap {
  padding-bottom: 96.5%;
}
@media screen and (min-width: 751px) {
  .recruit-map .ggmap {
    padding-bottom: 48.7%;
  }
}

/* ------------------------------------------- form - */
.sub--recruit-single .form {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sub--recruit-single .form {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--recruit-single .form {
    margin-top: 150px;
  }
}