@charset "UTF-8";
/* sub --> common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
  padding: 9.3333333333vw 0 13.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .sub {
    padding: 4.1666666667vw 0 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding: 60px 0 100px 0;
  }
}

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

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

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

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

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

/* sub --> company
-------------------------------------------------------------------------------*/
.sub--company .sec:nth-of-type(1) {
  padding-top: 0 !important;
}

/* ------------------------------------------- onestop - */
.onestop {
  margin: 0 auto;
  width: 85.3333333333vw;
}

@media screen and (min-width: 751px) {
  .onestop {
    width: 44.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .onestop {
    width: 640px;
  }
}
/* ------------------------------------------- promise - */
.promise {
  background-color: #f2f2f2;
}

.promise-post {
  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: 5.3333333333vw;
}

.p-promise {
  position: relative;
  padding: 6.6666666667vw 4vw;
  width: 100%;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 2vw;
}

.p-promise-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;
  height: 2.8em;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.p-promise-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 26.6666666667vw;
}

.p-promise-text {
  margin-top: 1.5em;
}
.p-promise-text p {
  text-align: center;
  line-height: 1.6em;
}

.p-promise--rd {
  border-color: #c30d23;
}
.p-promise--rd .p-promise-ttl {
  color: #c30d23;
}

.p-promise--bl {
  border-color: #036eb7;
}
.p-promise--bl .p-promise-ttl {
  color: #036eb7;
}

.p-promise--gr {
  border-color: #006934;
}
.p-promise--gr .p-promise-ttl {
  color: #006934;
}

@media screen and (min-width: 751px) {
  .promise-post {
    gap: 2.0833333333vw;
  }
  .p-promise {
    padding: 2.0833333333vw 1.0416666667vw;
    width: 25vw;
    border-width: 0.2083333333vw;
    border-radius: 1.0416666667vw;
  }
  .p-promise-ttl {
    font-size: 1.3888888889vw;
  }
  .p-promise-image {
    width: 9.0277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .promise-post {
    gap: 30px;
  }
  .p-promise {
    padding: 30px 15px;
    width: 360px;
    border-width: 3px;
    border-radius: 15px;
  }
  .p-promise-ttl {
    font-size: 2rem;
  }
  .p-promise-image {
    width: 130px;
  }
}
/* ------------------------------------------- message - */
.message-image {
  position: relative;
  margin-bottom: 13.3333333333vw;
}
.message-image img {
  border-radius: 0.5333333333vw;
}
.message-image:before {
  content: "";
  position: absolute;
  top: -10.6666666667vw;
  left: -16vw;
  display: inline-block;
  width: 50.5333333333vw;
  height: 23.2vw;
  background-image: url(../img/common/deco-gr.svg);
  background-size: contain;
  opacity: 0.1;
  z-index: 1;
}

.message-name {
  position: absolute;
  bottom: -9.3333333333vw;
  right: -4vw;
  padding: 4vw;
  background-color: #f2f2f2;
  border-radius: 0.5333333333vw;
  z-index: 1;
}
.message-name p {
  font-size: 3.4666666667vw;
  text-align: right;
  line-height: 1.7em;
}
.message-name p span {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1em;
}

.message-content {
  margin-left: auto;
  margin-right: auto;
  width: 89.6vw;
}

.message-ttl {
  margin-bottom: 1em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.7em;
}

@media screen and (min-width: 751px) {
  .message-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;
    margin: 0 auto;
    width: 76.3888888889vw;
  }
  .message-image {
    margin-bottom: 2.7777777778vw;
    width: 31.9444444444vw;
  }
  .message-image img {
    border-radius: 0.2777777778vw;
  }
  .message-image:before {
    top: -5.5555555556vw;
    left: -6.9444444444vw;
    width: 26.3194444444vw;
    height: 12.0833333333vw;
  }
  .message-name {
    bottom: -2.7777777778vw;
    right: -2.7777777778vw;
    padding: 1.3888888889vw;
    border-radius: 0.2777777778vw;
  }
  .message-name p {
    font-size: 1.0416666667vw;
  }
  .message-content {
    margin: 0;
    padding-top: 1em;
    width: 38.1944444444vw;
  }
  .message-ttl {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 1441px) {
  .message-contents {
    width: 1100px;
  }
  .message-image {
    margin-bottom: 40px;
    width: 460px;
  }
  .message-image img {
    border-radius: 4px;
  }
  .message-image:before {
    top: -80px;
    left: -100px;
    width: 379px;
    height: 174px;
  }
  .message-name {
    bottom: -40px;
    right: -40px;
    padding: 20px;
    border-radius: 4px;
  }
  .message-name p {
    font-size: 1.5rem;
  }
  .message-content {
    width: 550px;
  }
  .message-ttl {
    font-size: 2.7rem;
  }
}
/* ------------------------------------------- philosophy - */
@media screen and (min-width: 751px) {
  .philosophy {
    margin: 0 auto;
    width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .philosophy {
    width: 1000px;
  }
}
/* ------------------------------------------- overview - */
.overview {
  background-color: #f7f7f7;
}

.overview .heading {
  text-align: center;
}

.overview-data {
  background-color: #ffffff;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 1px;
}

.overview-data dl {
  border-bottom-color: #d3d2d2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.overview-data dl:last-child {
  border-bottom: none;
}

.overview-data dt {
  padding: 0.5em 1em 0.3em 1em;
  width: 100%;
  background-color: #f3f0eb;
  font-weight: 700;
  line-height: 1.7em;
}

.overview-data dd {
  padding: 1em;
  width: 100%;
  line-height: 1.7em;
}

.overview-list > li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.7em;
}
.overview-list > li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background-color: #b1a087;
  border-radius: 50%;
}

@media screen and (min-width: 751px) {
  .overview-data {
    margin: 0 auto;
    width: 59.0277777778vw;
    border-width: 0.0694444444vw;
  }
  .overview-data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-bottom-width: 0.0694444444vw;
  }
  .overview-data dt {
    padding: 1em;
    width: 15.9722222222vw;
  }
  .overview-data dd {
    padding: 1em 2em;
    width: calc(100% - 15.9722222222vw);
    border-left-color: #d3d2d2;
    border-left-style: solid;
    border-left-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .overview-data {
    width: 850px;
    border-width: 1px;
  }
  .overview-data dl {
    border-bottom-width: 1px;
  }
  .overview-data dt {
    width: 230px;
  }
  .overview-data dd {
    width: calc(100% - 230px);
    border-left-width: 1px;
  }
}
/* ------------------------------------------- group - */
.group-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw;
}

.p-group .p-shop-data {
  width: 100%;
}

.p-group-service {
  position: relative;
  margin-top: 5.3333333333vw;
  background-color: #f3f0eb;
}

.p-group-service dt {
  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 4vw;
  height: 16vw;
  cursor: pointer;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.4em;
}
.p-group-service dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/faq/plus.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-group-service dt.is-open:after {
  background-image: url(../img/faq/minus.svg);
}

.p-group-service dd {
  display: none;
  padding: 1.3333333333vw 4vw 4vw 4vw;
}

.p-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}

.p-group-list > li {
  padding: 6.6666666667vw 4vw 5.3333333333vw 4vw;
  width: 100%;
  background-color: #ffffff;
}

.p-group-list-ttl {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.p-group-list-desc {
  line-height: 1.6;
  margin-top: 0.8em;
}

.p-group-list-btn {
  margin: 4vw auto 0 auto;
  width: 57.3333333333vw;
  max-width: 100%;
}

.p-group-list-btn a {
  height: 10.6666666667vw;
}

@media screen and (min-width: 751px) {
  .group-post {
    gap: 5.5555555556vw;
    margin: 0 auto;
    width: 55.5555555556vw;
  }
  .p-group-service {
    margin-top: 2.0833333333vw;
  }
  .p-group-service dt {
    padding: 0 6.9444444444vw 0 2.0833333333vw;
    height: 4.4444444444vw;
    font-size: 1.3888888889vw;
  }
  .p-group-service dt:after {
    right: 1.7361111111vw;
    width: 1.8055555556vw;
    height: 1.8055555556vw;
  }
  .p-group-service dd {
    padding: 0.6944444444vw 1.3888888889vw 1.3888888889vw 1.3888888889vw;
  }
  .p-group-list {
    gap: 1.3888888889vw;
  }
  .p-group-list > li {
    padding: 2.0833333333vw;
    width: 25vw;
  }
  .p-group-list-ttl {
    font-size: 1.25vw;
  }
  .p-group-list-btn {
    margin: 1.3888888889vw auto 0 auto;
    width: 19.4444444444vw;
  }
  .p-group-list-btn a {
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .group-post {
    gap: 80px;
    width: 800px;
  }
  .p-group-service {
    margin-top: 30px;
  }
  .p-group-service dt {
    padding: 0 100px 0 30px;
    height: 64px;
    font-size: 2rem;
  }
  .p-group-service dt:after {
    right: 25px;
    width: 26px;
    height: 26px;
  }
  .p-group-service dd {
    padding: 10px 20px 20px 20px;
  }
  .p-group-list {
    gap: 20px;
  }
  .p-group-list > li {
    padding: 30px;
    width: 360px;
  }
  .p-group-list-ttl {
    font-size: 1.8rem;
  }
  .p-group-list-btn {
    margin: 20px auto 0 auto;
    width: 280px;
  }
  .p-group-list-btn a {
    height: 50px;
  }
}
/* ------------------------------------------- history - */
.history-data dl {
  padding: 4vw 0;
}

.history-data dl:nth-child(odd) {
  background-color: #f3f0eb;
}

.history-data dt {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0 4vw 0 8vw;
  width: 100%;
  font-family: "Jost", "NotoSansJP", sans-serif;
  font-weight: 700;
  line-height: 1.7em;
}
.history-data dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4vw;
  height: 0.5333333333vw;
  background-color: #006934;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.history-data dd {
  padding: 0 4vw 0 8vw;
  width: 100%;
  line-height: 1.7em;
}

@media screen and (min-width: 751px) {
  .history-data {
    margin: 0 auto;
    width: 59.7222222222vw;
  }
  .history-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: 0;
  }
  .history-data dt {
    margin-bottom: 0;
    padding: 1em 1em 1em 2em;
    width: 11.1111111111vw;
  }
  .history-data dt:before {
    width: 1em;
    height: 0.1388888889vw;
  }
  .history-data dd {
    padding: 1em 2em;
    width: calc(100% - 11.1111111111vw);
  }
}
@media screen and (min-width: 1441px) {
  .history-data {
    width: 860px;
  }
  .history-data dt {
    width: 160px;
  }
  .history-data dt:before {
    height: 2px;
  }
  .history-data dd {
    width: calc(100% - 160px);
  }
}
/* sub --> first
-------------------------------------------------------------------------------*/
.sub--first .sec:nth-of-type(1) {
  padding-top: 0 !important;
}

.sub--first .area {
  margin-top: 0 !important;
}

/* ------------------------------------------- service - */
.service-slide {
  position: relative;
}

.p-service {
  position: relative;
  padding: 3.3333333333vw;
  width: 80vw;
  height: auto;
  background-color: #ffffff;
  border-color: #0e0e0e;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 2vw;
}

.p-service-content {
  position: relative;
  padding-top: 13.3333333333vw;
}

.p-service-num {
  position: absolute;
  top: 0;
  left: -3.3333333333vw;
  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-right: 2.6666666667vw;
  width: 16vw;
  height: 8.5333333333vw;
  background-color: #0e0e0e;
  border-radius: 0 4.2666666667vw 4.2666666667vw 0;
}
.p-service-num span {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 5.0666666667vw;
  font-weight: 600;
  line-height: 1em;
}

.p-service-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.4em;
}
.p-service-ttl:after {
  content: "";
  position: absolute;
  left: -3.3333333333vw;
  bottom: 0;
  width: calc(100% + 3.3333333333vw);
  height: 0.8vw;
  background-color: #0e0e0e;
}

.p-service-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .p-service {
    left: 2.6666666667vw;
    margin-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .service-slide {
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .service-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.0833333333vw;
    width: auto;
    height: auto;
  }
  .p-service {
    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;
    width: 100%;
    border-width: 0.2083333333vw;
    border-radius: 1.0416666667vw;
  }
  .p-service-content {
    padding-top: 4.1666666667vw;
    width: 33.3333333333vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-service-num {
    left: -1.3888888889vw;
    padding-right: 1.0416666667vw;
    width: 6.9444444444vw;
    height: 3.1944444444vw;
    border-radius: 0 1.5972222222vw 1.5972222222vw 0;
  }
  .p-service-num span {
    font-size: 1.9444444444vw;
  }
  .p-service-ttl {
    font-size: 1.6666666667vw;
  }
  .p-service-ttl:after {
    left: -1.3888888889vw;
    width: calc(100% + 1.3888888889vw);
    height: 0.2777777778vw;
  }
  .p-service-image {
    margin: 0;
    width: 29.8611111111vw;
    border-radius: 0.2777777778vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1441px) {
  .service-slide {
    width: 1000px;
  }
  .service-slide .swiper-wrapper {
    gap: 30px;
  }
  .p-service {
    padding: 20px;
    border-width: 3px;
    border-radius: 15px;
  }
  .p-service-content {
    padding-top: 60px;
    width: 480px;
  }
  .p-service-num {
    left: -20px;
    padding-right: 15px;
    width: 100px;
    height: 46px;
    border-radius: 0 23px 23px 0;
  }
  .p-service-num span {
    font-size: 2.8rem;
  }
  .p-service-ttl {
    font-size: 2.4rem;
  }
  .p-service-ttl:after {
    left: -20px;
    width: calc(100% + 20px);
    height: 4px;
  }
  .p-service-image {
    width: 430px;
    border-radius: 4px;
  }
}
/* ------------------------------------------- step - */
.step {
  background-color: #f2f2f2;
}

.step-slide {
  position: relative;
}

.p-step {
  position: relative;
  width: 80vw;
  height: auto;
}

.p-step-num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 2.6666666667vw auto;
  padding-bottom: 0.5em;
  width: 37.3333333333vw;
  height: 9.3333333333vw;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.05em;
}
.p-step-num:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.3333333333vw 18.6666666667vw 0px 18.6666666667vw;
  border-color: #006934 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.p-step-image {
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.p-step-ttl {
  position: relative;
  margin-bottom: 0.7em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

@media screen and (max-width: 750px) {
  .p-step {
    left: 2.6666666667vw;
    margin-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .step-slide {
    margin: 0 auto;
    width: 76.3888888889vw;
  }
  .step-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.4722222222vw 1.3888888889vw;
    width: auto;
    height: auto;
  }
  .p-step {
    width: 18.0555555556vw;
  }
  .p-step-num {
    margin: 0 auto 0.6944444444vw auto;
    width: 12.5vw;
    height: 2.7777777778vw;
    font-size: 1.25vw;
  }
  .p-step-num:before {
    border-width: 2.7777777778vw 6.25vw 0px 6.25vw;
  }
  .p-step-image {
    border-radius: 0.2777777778vw;
  }
  .p-step-ttl {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .step-slide {
    width: 1100px;
  }
  .step-slide .swiper-wrapper {
    gap: 50px 20px;
  }
  .p-step {
    width: 260px;
  }
  .p-step-num {
    margin: 0 auto 10px auto;
    width: 180px;
    height: 40px;
    font-size: 1.8rem;
  }
  .p-step-num:before {
    border-width: 40px 90px 0px 90px;
  }
  .p-step-image {
    border-radius: 4px;
  }
  .p-step-ttl {
    font-size: 2rem;
  }
}
/* ------------------------------------------- pickup - */
.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
  margin: 6vw auto 0 auto;
  width: 100%;
}

.pickup a {
  position: relative;
  display: block;
  width: 100%;
  height: 29.3333333333vw;
  overflow: hidden;
}
.pickup a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 28%;
  width: 100%;
  height: 150%;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.pickup-image {
  position: relative;
  width: 60vw;
}

.pickup-ttl {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  padding-right: 1.7em;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1em;
  z-index: 1;
}
.pickup-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 0.1em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pickup--works:after {
  background-color: #620411;
}
.pickup--works .pickup-ttl:after {
  background-image: url(../img/common/arrow-circle-wh-bd.svg);
}

.pickup--company:after {
  background-color: #052E17;
}
.pickup--company .pickup-ttl:after {
  background-image: url(../img/common/arrow-circle-wh-dg.svg);
}

@media screen and (min-width: 751px) {
  .pickup {
    gap: 1.3888888889vw;
    margin: 2.0833333333vw auto 0 auto;
    width: 69.4444444444vw;
  }
  .pickup a {
    width: 34.0277777778vw;
    height: 12.5vw;
  }
  .pickup-image {
    width: 23.6111111111vw;
  }
  .pickup a:hover .pickup-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .pickup-ttl {
    right: 1.3888888889vw;
    bottom: 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup {
    gap: 20px;
    margin: 30px auto 0 auto;
    width: 1000px;
  }
  .pickup a {
    width: 490px;
    height: 180px;
  }
  .pickup-image {
    width: 340px;
  }
  .pickup-ttl {
    right: 20px;
    bottom: 20px;
    font-size: 2rem;
  }
}
/* sub --> policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.policy-head {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.7em 1.25em;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1.45em;
}
.policy-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #c30d23;
}

.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: 1.7em;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 1.7em;
}
.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.1388888889vw;
  }
  .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: 2px;
  }
}
/*  #shop
-------------------------------------------------------------------------------*/
.shop {
  margin-top: 13.3333333333vw;
  background-color: #f9f9f9;
}

.shop-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13.3333333333vw;
}

.p-shop {
  width: 100%;
}

.p-shop-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.p-shop-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 500/340;
}

.p-shop-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-shop-data dl {
  padding: 2.6666666667vw 2.6666666667vw;
  width: 100%;
  border-bottom-color: #0e0e0e;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.p-shop-data dl:first-child {
  border-top-color: #0e0e0e;
  border-top-style: solid;
  border-top-width: 1px;
}
.p-shop-data dt {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 5.6vw;
  width: 100%;
  line-height: 1.6em;
}
.p-shop-data dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-shop-data dd {
  width: 100%;
  line-height: 1.6em;
}
.p-shop-data dd span + span:before {
  content: "/";
  margin: 0 0.5em;
}

.p-shop-data--add dt:before {
  background-image: url(../img/shop/pin.svg);
}

.p-shop-data--tel dt:before {
  background-image: url(../img/shop/tel.svg);
}

.p-shop-data--fax dt:before {
  background-image: url(../img/shop/fax.svg);
}

.p-shop-data--time dt:before {
  background-image: url(../img/shop/calendar.svg);
}

.p-shop-map {
  margin-top: 6.6666666667vw;
}
.p-shop-map .ggmap {
  padding-bottom: 65%;
}

@media screen and (min-width: 751px) {
  .shop {
    margin-top: 6.9444444444vw;
  }
  .shop .inner {
    width: 76.3888888889vw;
  }
  .shop-post {
    gap: 5.5555555556vw;
  }
  .p-shop-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;
  }
  .p-shop-image {
    margin: 0;
    width: 34.7222222222vw;
    border-radius: 0.2777777778vw;
  }
  .p-shop-data {
    width: 37.5vw;
  }
  .p-shop-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.3888888889vw 0.6944444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .p-shop-data dl:first-child {
    border-top-width: 0.0694444444vw;
  }
  .p-shop-data dt {
    margin: 0;
    padding-left: 2.2222222222vw;
    width: 12.5vw;
  }
  .p-shop-data dt:before {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }
  .p-shop-data dd {
    width: calc(100% - 13.8888888889vw);
  }
  .p-shop-map {
    margin-top: 2.7777777778vw;
  }
  .p-shop-map .ggmap {
    padding-bottom: 34%;
  }
}
@media screen and (min-width: 1441px) {
  .shop {
    margin-top: 100px;
  }
  .shop .inner {
    width: 1100px;
  }
  .shop-post {
    gap: 80px;
  }
  .p-shop-image {
    width: 500px;
    border-radius: 4px;
  }
  .p-shop-data {
    width: 540px;
  }
  .p-shop-data dl {
    padding: 20px 10px;
    border-bottom-width: 1px;
  }
  .p-shop-data dl:first-child {
    border-top-width: 1px;
  }
  .p-shop-data dt {
    padding-left: 32px;
    width: 180px;
  }
  .p-shop-data dt:before {
    width: 22px;
    height: 22px;
  }
  .p-shop-data dd {
    width: calc(100% - 200px);
  }
  .p-shop-map {
    margin-top: 40px;
  }
}
/* sub --> sitemap
-------------------------------------------------------------------------------*/
.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.sitemap-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw 2.1333333333vw;
}

.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 12vw 0 4.6666666667vw;
  width: 100%;
  height: 12.8vw;
  background-color: #ffffff;
  border-color: #0e0e0e;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.3333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.4em;
}
.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-circle-gr-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

::-webkit-full-page-media,
:future,
:root .sitemap-menu a:after {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-menu {
    gap: 1.1111111111vw;
  }
  .sitemap-menu a {
    padding: 0 4.1666666667vw 0 1.0416666667vw;
    width: 24.7222222222vw;
    height: 4.1666666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
  }
  .sitemap-menu a:hover {
    background-color: #006934;
    border-color: #006934;
    color: #ffffff;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-circle-wh-gr.svg);
  }
}
@media screen and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 80px;
  }
  .sitemap-menu {
    gap: 16px;
  }
  .sitemap-menu a {
    padding: 0 60px 0 15px;
    width: 356px;
    height: 60px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
}

.breadcrumb-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 2.6666666667vw 0;
  width: 92vw;
}

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

.breadcrumb-list li:after {
  content: "";
  position: relative;
  top: 0;
  margin: 0 2vw;
  display: inline-block;
  width: 1.0666666667vw;
  height: 1.8666666667vw;
  background-image: url(../img/sub/breadcrumb.svg);
  background-size: contain;
}

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

.breadcrumb-list li a {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

@media screen and (min-width: 751px) {
  .breadcrumb-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 1.7361111111vw 0;
    width: 76.3888888889vw;
  }
  .breadcrumb-list li {
    font-size: 0.8333333333vw;
    white-space: normal;
    line-height: 1.4em;
  }
  .breadcrumb-list li:after {
    margin: 0 0.6944444444vw;
    width: 0.4861111111vw;
    height: 0.6944444444vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .breadcrumb-list li a:hover {
    color: #c30d23;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list {
    padding: 25px 0;
    width: 1100px;
  }
  .breadcrumb-list li {
    font-size: 1.2rem;
  }
  .breadcrumb-list li:after {
    margin: 0 10px;
    width: 7px;
    height: 10px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/* carousel
-------------------------------------------------------------------------------*/
.carousel {
  position: relative;
}

.carousel-main {
  position: relative;
  margin-bottom: 2.6666666667vw;
  overflow: hidden;
}

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

.carousel-thumb {
  position: relative;
}

.carousel-thumb .swiper-slide {
  margin-right: 1.6vw;
  width: 19.4666666667vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
  cursor: pointer;
}
.carousel-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 160/110;
}

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

.carousel-thumb-slide.swiper-slide-thumb-active {
  border-color: #006934;
}

#carousel-prev,
#carousel-next {
  width: 8vw;
  height: 8vw;
}

@media screen and (min-width: 751px) {
  .carousel-main {
    margin-bottom: 2.0833333333vw;
  }
  .carousel-main .swiper-slide img {
    height: 25vw;
    border-radius: 0.2777777778vw;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 0.6944444444vw;
    width: 10vw;
    border-radius: 0.2777777778vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .carousel-thumb .swiper-slide:hover {
    opacity: 0.8;
  }
  #carousel-prev,
  #carousel-next {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-main {
    margin-bottom: 30px;
  }
  .carousel-main .swiper-slide img {
    height: 360px;
    border-radius: 4px;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 8px;
    width: 144px;
    border-radius: 4px;
  }
  #carousel-prev,
  #carousel-next {
    width: 50px;
    height: 50px;
  }
}
/* ------------------------------------------- disable - */
.carousel.is-single .swiper-wrapper {
  -webkit-transform: none !important;
          transform: none !important;
}

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

/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "NotoSansJP", sans-serif;
}
.editor h2,
.editor h3,
.editor h4 {
  margin-top: 2.5em;
}
.editor p {
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
.editor strong {
  font-weight: 700;
}
.editor img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5333333333vw;
}
.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 {
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.4vw;
  background-color: #c30d23;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  list-style-type: square;
  line-height: 1.7em;
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 1.5em;
  list-style-type: decimal-leading-zero;
  line-height: 1.7em;
}
.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #ffffff;
  font-style: italic;
}
.editor table {
  width: 100%;
  background-color: #ffffff;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 1px;
}
.editor table th,
.editor table td {
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 1px;
  line-height: 1.5em;
}
.editor table th {
  padding: 0.5em 1em;
}
.editor table td {
  padding: 1em;
}
.editor table thead {
  background-color: #f2f2f2;
}
.editor table thead th,
.editor table thead td {
  font-weight: 700;
}
.editor table tbody th {
  background-color: #f2f2f2;
  font-weight: 700;
}

@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 img {
    border-radius: 0.2777777778vw;
  }
  .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 table {
    border-width: 0.0694444444vw;
  }
  .editor table th,
  .editor table td {
    border-width: 0.0694444444vw;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
  .editor a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1441px) {
  .editor img {
    border-radius: 4px;
  }
  .editor table {
    border-width: 1px;
  }
  .editor table th,
  .editor table td {
    border-width: 1px;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.form {
  position: relative;
  margin: 0 auto;
  width: 100vw;
}

.form-heading {
  position: relative;
  padding: 4vw;
  min-height: 20vw;
  background-color: #0e0e0e;
  overflow: hidden;
}
.form-heading:before, .form-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50.5333333333vw;
  height: 23.2vw;
  background-image: url(../img/common/deco-wh.svg);
  opacity: 0.15;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-heading:before {
  left: -32vw;
}
.form-heading:after {
  right: -32vw;
}

.form-ttl {
  position: relative;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  z-index: 1;
}

.form-cursive {
  position: absolute;
  top: 10.6666666667vw;
  right: 6vw;
}

.form-content {
  position: relative;
  padding: 8vw 6vw 10.6666666667vw 6vw;
  background-color: #ffffff;
  border-color: #0e0e0e;
  border-style: solid;
  border-width: 0.5333333333vw;
}

@media screen and (max-width: 750px) {
  .form-content {
    border-left: none;
    border-right: none;
  }
}
@media screen and (min-width: 751px) {
  .form {
    width: 62.5vw;
  }
  .form-heading {
    padding: 1.7361111111vw;
    min-height: auto;
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
  }
  .form-heading:before, .form-heading:after {
    width: 26.3194444444vw;
    height: 12.0833333333vw;
  }
  .form-heading:before {
    left: -13.8888888889vw;
  }
  .form-heading:after {
    right: -13.8888888889vw;
  }
  .form-ttl {
    font-size: 1.5277777778vw;
  }
  .form-cursive {
    top: 50%;
    right: 4.1666666667vw;
    -webkit-transform: translateY(-50%) rotate(-9.85deg);
            transform: translateY(-50%) rotate(-9.85deg);
  }
  .form-content {
    padding: 3.4722222222vw 6.9444444444vw;
    border-width: 0.1388888889vw;
    border-radius: 0 0 0.2777777778vw 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form {
    width: 900px;
  }
  .form-heading {
    padding: 25px;
    border-radius: 4px 4px 0 0;
  }
  .form-heading:before, .form-heading:after {
    width: 379px;
    height: 174px;
  }
  .form-heading:before {
    left: -200px;
  }
  .form-heading:after {
    right: -200px;
  }
  .form-ttl {
    font-size: 2.2rem;
  }
  .form-cursive {
    right: 60px;
  }
  .form-content {
    padding: 50px 100px;
    border-width: 2px;
    border-radius: 0 0 4px 4px;
  }
}
/* ------------------------------------------- input - */
.form-input dl:nth-child(n+2) {
  margin-top: 4.6666666667vw;
}
@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: 0.7em;
  color: #0e0e0e;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form-input dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dt {
    font-size: 1.8rem;
  }
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input input[type=date],
.form-input select {
  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: 12vw;
  background-color: #f3f0eb;
  border-radius: 0.5333333333vw;
  color: #0e0e0e;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    padding: 0 1em;
    height: 4.1666666667vw;
    border-radius: 0.2777777778vw;
    font-size: 1.1111111111vw;
    line-height: 1.65em;
  }
}
@media screen and (min-width: 1441px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 60px;
    border-radius: 4px;
    font-size: 16px;
  }
}

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

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

.form-input textarea {
  padding: 1em 0.75em;
  width: 100%;
  height: 46.6666666667vw;
  background-color: #f3f0eb;
  border-radius: 0.5333333333vw;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .form-input textarea {
    padding: 1em;
    height: 15.2777777778vw;
    border-radius: 0.2777777778vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input textarea {
    height: 220px;
    border-radius: 4px;
    font-size: 16px;
  }
}

.form-multi {
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .form-multi {
    font-size: 0.9027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-multi {
    font-size: 1.3rem;
  }
}

.form-label {
  position: relative;
  top: -0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1em;
  padding: 0 0.5em 0.1em 0.5em;
  height: 4.2666666667vw;
  border-radius: 0.2666666667vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .form-label {
    top: 0.1em;
    height: 1.25vw;
    border-radius: 0.1388888889vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-label {
    height: 18px;
    border-radius: 2px;
    font-size: 1.2rem;
  }
}

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

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

.form-hosoku {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
  font-size: 2.9333333333vw;
  line-height: 1.6em;
}
@media screen and (min-width: 751px) {
  .form-hosoku {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-hosoku {
    font-size: 1.2rem;
  }
}

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

@media screen and (max-width: 750px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select,
  .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: rgba(126, 126, 126, 0.6);
}

.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: rgba(126, 126, 126, 0.6);
}

.form-input input::-moz-placeholder,
.form-input select::-moz-placeholder,
.form-input textarea::-moz-placeholder {
  color: rgba(126, 126, 126, 0.6);
}

/* ---------------------------------- radio */
.form-input .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .form-input .wpcf7-radio {
    gap: 1.0416666667vw 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input .wpcf7-radio {
    gap: 15px 40px;
  }
}

.form-input .wpcf7-radio .wpcf7-list-item {
  margin: 0 !important;
}

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

.form-input input[type=radio] + 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: 6.6666666667vw;
  height: 4.5333333333vw;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .form-input input[type=radio] + span {
    padding-left: 3.125vw;
    height: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input input[type=radio] + span {
    padding-left: 45px;
    height: 24px;
  }
}

.form-input input[type=radio] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  border-color: #c30d23;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .form-input input[type=radio] + span::before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border-width: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input input[type=radio] + span::before {
    width: 24px;
    height: 24px;
    border-width: 2px;
  }
}

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

.form-input input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  top: 0.8vw;
  left: 0.9333333333vw;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  background: #c30d23;
  border-radius: 50%;
}
@media screen and (min-width: 751px) {
  .form-input input[type=radio]:checked + span::after {
    top: 0.4166666667vw;
    left: 0.4861111111vw;
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input input[type=radio]:checked + span::after {
    top: 6px;
    left: 7px;
    width: 12px;
    height: 12px;
  }
}

/* ---------------------------------- 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: #f3f0eb;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox] + span::before {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox] + span::before {
    width: 32px;
    height: 32px;
  }
}

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

.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:before {
  content: "";
  position: absolute;
  top: 3.8vw;
  right: 5.3333333333vw;
  display: inline-block;
  width: 3.0666666667vw;
  height: 2vw;
  background-image: url(../img/form/select.svg);
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-select:before {
    top: 2.1875vw;
    right: 2.7777777778vw;
    width: 0.9027777778vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-select:before {
    top: 31.5px;
    right: 40px;
    width: 13px;
    height: 9px;
  }
}

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

/* ------------------------------------------- date - */
@media screen and (min-width: 751px) {
  .form-date {
    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;
  }
}

@media screen and (min-width: 751px) {
  .form-date-calendar {
    width: 26.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-date-calendar {
    width: 380px;
  }
}

.form-date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .form-date-time {
    margin: 0 0 0 1.0416666667vw;
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-date-time {
    margin-left: 15px;
    width: 340px;
  }
}

.form-date-time > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43.3333333333vw;
}
@media screen and (min-width: 751px) {
  .form-date-time > div {
    width: 11.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-date-time > div {
    width: 170px;
  }
}

.form-date-time > div .form-select {
  width: 33.3333333333vw;
}
@media screen and (min-width: 751px) {
  .form-date-time > div .form-select {
    width: 9.375vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-date-time > div .form-select {
    width: 135px;
  }
}

.form-date-time > div:nth-child(n+2) {
  margin-left: 3.3333333333vw;
}
@media screen and (min-width: 751px) {
  .form-date-time > div:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-date-time > div:nth-child(n+2) {
    margin-left: 15px;
  }
}

/* ------------------------------------------- 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: #c30d23;
  font-weight: 700;
}
@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: #c30d23;
}
@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: rgba(126, 126, 126, 0.6);
  }
  .form-agree-text a:hover:after {
    background-color: #d3d2d2;
  }
}

.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: 6.6666666667vw auto 0 auto;
  width: 72vw;
  height: 13.3333333333vw;
  background-color: #c30d23;
  border-color: #c30d23;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6.6666666667vw;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 2.7777777778vw;
    width: 22.2222222222vw;
    height: 4.8611111111vw;
    border-width: 0.1388888889vw;
    border-radius: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 40px;
    width: 320px;
    height: 70px;
    border-width: 2px;
    border-radius: 35px;
  }
}
.form-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .form-btn:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
}
.form-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  display: inline-block;
  width: 1.4666666667vw;
  height: 2.2666666667vw;
  background-image: url(../img/common/arrow-normal-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;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
@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: 700;
  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;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .form-submit {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 751px) {
  .form-btn:hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .form-btn:hover:after {
    background-image: url(../img/common/arrow-normal-rd.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .form-btn:hover .form-submit {
    color: #c30d23;
  }
}

::-webkit-full-page-media,
:future,
:root .form-btn:after {
  -webkit-transition: none;
  transition: none;
}

/* ------------------------------------------- レイアウト崩れ防止 - */
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 #c30d23 !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: 1em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 751px) {
  .heading-1 {
    font-size: 2.2222222222vw;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1441px) {
  .heading-1 {
    font-size: 3.2rem;
  }
}

/* ------------------------------------------- heading-2 - */
.editor h2,
.heading-2 {
  position: relative;
  margin-bottom: 1em;
  padding: 2vw 4.6666666667vw;
  background-color: #f2f2f2;
  border-radius: 0.5333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4em;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .editor h2,
  .heading-2 {
    padding: 0.6944444444vw 2.0833333333vw;
    border-radius: 0.2777777778vw;
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2,
  .heading-2 {
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 2.8rem;
  }
}
.editor h2:before,
.heading-2:before {
  content: "";
  position: absolute;
  right: -2.6666666667vw;
  bottom: -0.6666666667vw;
  display: inline-block;
  width: 26.6666666667vw;
  height: 12.2666666667vw;
  background-image: url(../img/common/deco-gr.svg);
  background-size: contain;
  opacity: 0.1;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .editor h2:before,
  .heading-2:before {
    right: -1.3888888889vw;
    bottom: -1.3888888889vw;
    width: 13.8888888889vw;
    height: 6.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2:before,
  .heading-2:before {
    right: -20px;
    bottom: -20px;
    width: 200px;
    height: 92px;
  }
}

/* ------------------------------------------- heading-3 - */
.editor h3,
.heading-3 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.25em;
}
@media screen and (min-width: 751px) {
  .editor h3,
  .heading-3 {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h3,
  .heading-3 {
    font-size: 2.8rem;
  }
}
.editor h3:before,
.heading-3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 7.7333333333vw;
  height: 2vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .editor h3:before,
  .heading-3:before {
    width: 2.7083333333vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h3:before,
  .heading-3:before {
    width: 39px;
    height: 10px;
  }
}

/* ------------------------------------------- heading-3 - */
.editor h4,
.heading-4 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  border-bottom-color: #f3f0eb;
  border-bottom-style: solid;
  border-bottom-width: 0.5333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .editor h4,
  .heading-4 {
    border-bottom-width: 0.1388888889vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h4,
  .heading-4 {
    border-bottom-width: 2px;
    font-size: 2.2rem;
  }
}

.heading-5 {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0.1em 5.3333333333vw;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.25em;
}
@media screen and (min-width: 751px) {
  .heading-5 {
    padding-left: 1.9444444444vw;
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-5 {
    padding-left: 28px;
    font-size: 2.8rem;
  }
}
.heading-5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 2vw;
  height: 7.7333333333vw;
  background-image: url(../img/common/deco-vertical.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .heading-5:before {
    width: 0.6944444444vw;
    height: 2.7083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-5:before {
    width: 10px;
    height: 39px;
  }
}

/*  lead
-------------------------------------------------------------------------------*/
.lead {
  position: relative;
  margin-bottom: 8vw;
  padding: 6.6666666667vw 4.6666666667vw;
  background-color: #ffffff;
}
@media screen and (max-width: 750px) {
  .lead {
    margin-left: -4vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .lead {
    margin-bottom: 3.4722222222vw;
    padding: 2.0833333333vw 1.875vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .lead {
    margin-bottom: 50px;
    padding: 30px 27px;
    border-radius: 4px;
  }
}

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

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

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

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

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

.pagenation-list li div,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background-color: #ffffff;
  border-color: #0e0e0e;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
  font-family: "Jost", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0;
}
.pagenation-list li div span,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a span {
  position: relative;
  z-index: 1;
}

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

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

.pagenation-prev a,
.pagenation-next a {
  position: relative;
  display: block;
  height: 9.3333333333vw;
  background-color: #ffffff;
  border-color: #0e0e0e;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
}
.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.6vw;
  height: 2.4vw;
  background-image: url(../img/common/arrow-normal-bk.svg);
  background-size: contain;
}

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

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

@media screen and (min-width: 751px) {
  .pagenation-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 1.7361111111vw;
  }
  .pagenation-list li {
    margin-right: 0.5555555556vw;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
    font-size: 1.3888888889vw;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a:hover {
    background-color: #0e0e0e;
    color: #ffffff;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 3.4722222222vw;
    border-radius: 0.2777777778vw;
    border-width: 0.0694444444vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .pagenation-prev a:hover,
  .pagenation-next a:hover {
    background-color: #0e0e0e;
  }
  .pagenation-prev a:hover:after,
  .pagenation-next a:hover:after {
    background-image: url(../img/common/arrow-normal-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list {
    margin-left: 25px;
  }
  .pagenation-list li {
    margin-right: 8px;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 50px;
    height: 50px;
    border-width: 1px;
    border-radius: 4px;
    font-size: 1.8rem;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 50px;
    height: 50px;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 50px;
    border-width: 1px;
    border-radius: 4px;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 8px;
    height: 12px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 9.3333333333vw auto 0 auto;
  width: 92vw;
  height: 12vw;
}

.pagenavi-prev a,
.pagenavi-next a,
.pagenavi-back a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12vw;
  background-color: #ffffff;
  border-color: #0e0e0e;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
}
.pagenavi-prev a span,
.pagenavi-next a span,
.pagenavi-back a span {
  position: relative;
  font-size: 3.4666666667vw;
  line-height: 1.4em;
}

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

.pagenavi-prev {
  left: 0;
}

.pagenavi-next {
  right: 0;
}

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

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

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

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

::-webkit-full-page-media,
:future,
:root .pagenavi-prev a:after {
  -webkit-transition: none;
  transition: none;
}

::-webkit-full-page-media,
:future,
:root .pagenavi-next a:after {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 3.4722222222vw;
    width: 43.75vw;
    height: 3.4722222222vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a,
  .pagenavi-back a {
    height: 3.4722222222vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .pagenavi-prev a span,
  .pagenavi-next a span,
  .pagenavi-back a span {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .pagenavi-prev a:hover,
  .pagenavi-next a:hover,
  .pagenavi-back a:hover {
    background-color: #0e0e0e;
  }
  .pagenavi-prev a:hover span,
  .pagenavi-next a:hover span,
  .pagenavi-back a:hover span {
    color: #ffffff;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 1.9444444444vw;
    height: 1.9444444444vw;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
  }
  .pagenavi-prev a:hover:after,
  .pagenavi-next a:hover:after {
    background-image: url(../img/common/arrow-circle-wh-gr.svg);
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 12.5vw;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 1.9444444444vw;
    height: 1.9444444444vw;
  }
  .pagenavi-prev a {
    padding-left: 2.0833333333vw;
  }
  .pagenavi-prev a:after {
    left: 1.0416666667vw;
  }
  .pagenavi-next a {
    padding-right: 2.0833333333vw;
  }
  .pagenavi-next a:after {
    right: 1.0416666667vw;
  }
  .pagenavi-back {
    width: 15.9722222222vw;
  }
}
@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;
  }
  .pagenavi-prev a span,
  .pagenavi-next a span,
  .pagenavi-back a span {
    font-size: 1.6rem;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 180px;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 28px;
    height: 28px;
  }
  .pagenavi-prev a {
    padding-left: 30px;
  }
  .pagenavi-prev a:after {
    left: 15px;
  }
  .pagenavi-next a {
    padding-right: 30px;
  }
  .pagenavi-next a:after {
    right: 15px;
  }
  .pagenavi-back {
    width: 230px;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
  margin: 0 auto;
  padding: 8vw 4.6666666667vw;
  width: 92vw;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}

.post > section {
  margin-top: 13.3333333333vw;
}

.post-data {
  position: relative;
  padding-bottom: 4vw;
}

.post-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
}
.post-cat > li {
  padding: 0.25em 0.5em 0.3em 0.5em;
  background-color: #006934;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 500;
  line-height: 1.1em;
}

.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;
  margin-top: 0.7em;
}

.post-date p {
  position: relative;
  padding-left: 4.2666666667vw;
  color: #828282;
  font-family: "Jost", sans-serif;
  font-size: 3.2vw;
}

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

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

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

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

.post-image {
  margin-bottom: 7.3333333333vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

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

@media screen and (min-width: 751px) {
  .post {
    padding: 5.5555555556vw 6.9444444444vw;
    width: 76.3888888889vw;
    border-radius: 0.2777777778vw;
  }
  .post > section {
    margin-top: 5.5555555556vw;
  }
  .post-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1.3888888889vw;
  }
  .post-cat {
    gap: 0.3472222222vw 0.5555555556vw;
  }
  .post-cat > li {
    font-size: 0.8333333333vw;
  }
  .post-date {
    margin: 0 0 0 1em;
  }
  .post-date p {
    padding-left: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .post-cat {
    font-size: 0.8333333333vw;
  }
  .post-image {
    margin-bottom: 3.4722222222vw;
    border-radius: 0.2777777778vw;
  }
  .post .editor {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .post {
    padding: 80px 100px;
    width: 1100px;
    border-radius: 4px;
  }
  .post > section {
    margin-top: 80px;
  }
  .post-data {
    padding-bottom: 20px;
  }
  .post-cat {
    gap: 5px 8px;
  }
  .post-cat > li {
    font-size: 1.2rem;
  }
  .post-date p {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 20px;
  }
  .post-image {
    margin-bottom: 50px;
    border-radius: 4px;
  }
  .post .editor {
    margin-top: 50px;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.term {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
  margin-bottom: 10.6666666667vw;
}

.term dl {
  width: 100%;
}

.term dt {
  position: relative;
  padding: 0 0 0.1em 4vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.25em;
}
.term dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.0666666667vw;
  height: 100%;
  background-color: #c30d23;
  border-radius: 0.8vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4vw;
  gap: 2vw 2.1333333333vw;
}

.term-menu > li {
  width: 44.9333333333vw;
}

.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 9.3333333333vw 0 2.4vw;
  height: 12vw;
  background-color: #ffffff;
  border-color: #0e0e0e;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.18em;
}
.term-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-circle-gr-wh.svg);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

::-webkit-full-page-media,
:future,
:root .term-menu a:after {
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 750px) {
  .term-open dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 9.3333333333vw 0.1em 4vw;
    background-color: #0e0e0e;
    height: 16vw;
    color: #ffffff;
    cursor: pointer;
  }
  .term-open dt:before {
    content: none;
  }
  .term-open dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url(../img/term/plus.svg);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .term-open dt.is-open:after {
    background-image: url(../img/term/minus.svg);
  }
  .term-open dd {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .term {
    gap: 3.4722222222vw;
    margin-bottom: 5.5555555556vw;
  }
  .term dt {
    margin-bottom: 1em;
    padding-left: 1.7361111111vw;
    font-size: 1.6666666667vw;
  }
  .term dt:before {
    width: 0.4166666667vw;
    border-radius: 0.2083333333vw;
  }
  .term-menu {
    gap: 1.1111111111vw;
    margin: 0;
  }
  .term-menu > li {
    width: 18.2638888889vw;
  }
  .term-menu a {
    padding: 0 3.4722222222vw 0 1.0416666667vw;
    height: 4.1666666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
    font-size: 1.0416666667vw;
    -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  }
  .term-menu a:after {
    right: 0.6944444444vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
  }
  .term-menu a:hover {
    background-color: #006934;
    border-color: #006934;
    color: #ffffff;
  }
  .term-menu a:hover:after {
    background-image: url(../img/common/arrow-circle-wh-gr.svg);
  }
}
@media screen and (min-width: 1441px) {
  .term {
    gap: 50px;
    margin-bottom: 80px;
  }
  .term dt {
    padding-left: 25px;
    font-size: 2.4rem;
  }
  .term dt:before {
    width: 6px;
    border-radius: 3px;
  }
  .term-menu {
    gap: 16px;
  }
  .term-menu > li {
    width: 263px;
  }
  .term-menu a {
    padding: 0 50px 0 15px;
    height: 60px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 1.5rem;
  }
  .term-menu a:after {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  background-color: #ededed;
}

.ttl .inner {
  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: 94.6666666667vw;
  height: 29.3333333333vw;
}

.ttl-en {
  position: relative;
  color: #006934;
  font-family: "Jost", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
}

.ttl-ja {
  position: relative;
  margin-top: 0.3em;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

@media screen and (min-width: 751px) {
  .ttl .inner {
    width: 83.3333333333vw;
    height: 12.5vw;
  }
  .ttl-en {
    font-size: 4.1666666667vw;
  }
  .ttl-ja {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl .inner {
    width: 1200px;
    height: 180px;
  }
  .ttl-en {
    font-size: 6rem;
  }
  .ttl-ja {
    font-size: 2rem;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
.works-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw 0;
}

.works-post .p-works {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .works-post {
    gap: 4.1666666667vw 2.7777777778vw;
  }
  .works-post .p-works {
    width: 36.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-post {
    gap: 60px 40px;
  }
  .works-post .p-works {
    width: 530px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- beforeafter - */
.works-beforeafter-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6666666667vw;
  padding: 0 1em;
  height: 5.3333333333vw;
  border-radius: 0.5333333333vw;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 3.4666666667vw;
  line-height: 1em;
}

.works-beforeafter-before {
  position: relative;
  margin-bottom: 6.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
.works-beforeafter-before .works-beforeafter-label {
  background-color: #0e0e0e;
}
.works-beforeafter-before img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  -o-object-position: center top;
     object-position: center top;
  height: 57.3333333333vw;
}

.works-beforeafter-after {
  position: relative;
}
.works-beforeafter-after .works-beforeafter-label {
  background-color: #006934;
}

@media screen and (max-width: 750px) {
  .works-beforeafter-before:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.6666666667vw 13.3333333333vw 0px 13.3333333333vw;
    border-color: #0e0e0e transparent transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .works-beforeafter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.0833333333vw;
  }
  .works-beforeafter-label {
    margin-bottom: 1.0416666667vw;
    height: 2.0833333333vw;
    border-radius: 0.2777777778vw;
    font-size: 0.9722222222vw;
  }
  .works-beforeafter-before {
    margin: 0;
    width: 18.75vw;
  }
  .works-beforeafter-before img {
    height: 13.8888888889vw;
  }
  .works-beforeafter-after {
    width: 41.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-beforeafter {
    gap: 30px;
  }
  .works-beforeafter-label {
    margin-bottom: 15px;
    height: 30px;
    border-radius: 4px;
    font-size: 1.4rem;
  }
  .works-beforeafter-before {
    width: 270px;
  }
  .works-beforeafter-before img {
    height: 200px;
  }
  .works-beforeafter-after {
    width: 600px;
  }
}
/* ------------------------------------------- data - */
.works-data {
  position: relative;
  margin-top: 8vw;
  border-top-color: #d3d2d2;
  border-top-style: solid;
  border-top-width: 1px;
}

.works-data dl {
  position: relative;
  padding: 3.3333333333vw 0;
  border-bottom-color: #d3d2d2;
  border-bottom-style: solid;
  border-bottom-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;
  height: 8.5333333333vw;
  background-color: #006934;
  border-radius: 0.5333333333vw;
  color: #ffffff;
  font-weight: 700;
  line-height: 1em;
}

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

@media screen and (max-width: 750px) {
  .works-data dt {
    width: 25.3333333333vw;
  }
  .works-data-harf {
    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;
  }
  .works-data-harf dd {
    width: calc(100% - 30.6666666667vw);
  }
  .works-data-full dt {
    margin-bottom: 0.5em;
  }
  .works-data-full dd {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .works-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.4722222222vw;
    border-top-width: 0.0694444444vw;
  }
  .works-data dl {
    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: 1.3888888889vw 0.6944444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .works-data dt {
    margin: 0;
    padding: 0 1em 0.1em 1em;
    width: 9.0277777778vw;
    height: 2.7777777778vw;
    border-radius: 0.2777777778vw;
  }
  .works-data dd {
    padding-top: 0.3em;
    width: calc(100% - 11.1111111111vw);
  }
  .works-data-harf {
    width: 30.5555555556vw;
  }
  .works-data-full {
    width: 100% !important;
  }
}
@media screen and (min-width: 1441px) {
  .works-data {
    margin-top: 50px;
    border-top-width: 1px;
  }
  .works-data dl {
    padding: 20px 10px;
    border-bottom-width: 1px;
  }
  .works-data dt {
    width: 130px;
    height: 36px;
    border-radius: 4px;
  }
  .works-data dd {
    width: calc(100% - 160px);
  }
  .works-data-harf {
    width: 440px;
  }
}
/* ------------------------------------------- desc - */
.works-desc {
  margin-top: 6.6666666667vw;
  padding: 4.6666666667vw 4.4vw;
  background-color: #f2f2f2;
  border-radius: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
  .works-desc {
    margin-top: 2.7777777778vw;
    padding: 1.7361111111vw 3.4722222222vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-desc {
    margin-top: 40px;
    padding: 25px 50px;
    border-radius: 4px;
  }
}

/* ------------------------------------------- before - */
.works-before-main {
  position: relative;
  margin-bottom: 4vw;
  width: 100%;
  height: 53.3333333333vw;
  background-size: contain;
  background-position: center top;
}

.works-before-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
}

.works-before-thumb li {
  width: 14.9333333333vw;
  height: 12vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.works-before-thumb li:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .works-before > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .works-before-main {
    margin-bottom: 0;
    width: 30.5555555556vw;
    height: 22.7777777778vw;
  }
  .works-before-thumb {
    gap: 0.9722222222vw;
    width: 30.4861111111vw;
  }
  .works-before-thumb li {
    width: 9.5138888889vw;
    height: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-before-main {
    width: 440px;
    height: 328px;
  }
  .works-before-thumb {
    gap: 14px;
    width: 439px;
  }
  .works-before-thumb li {
    width: 137px;
    height: 100px;
  }
}
/* ------------------------------------------- point - */
.works-point > div:nth-child(n+2) {
  margin-top: 16vw;
}

.works-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9.3333333333vw;
}

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

.works-point-image {
  margin-bottom: 4vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.works-point-image a {
  position: relative;
  display: block;
}

.works-point-image img {
  aspect-ratio: 280/220;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.works-point-text p {
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .works-point > div:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .works-point-list {
    gap: 3.4722222222vw 1.6666666667vw;
  }
  .works-point-list > li {
    width: 19.7222222222vw;
  }
  .works-point-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-point > div:nth-child(n+2) {
    margin-top: 100px;
  }
  .works-point-list {
    gap: 50px 24px;
  }
  .works-point-list > li {
    width: 284px;
  }
  .works-point-image {
    margin-bottom: 15px;
    border-radius: 4px;
  }
}
/* ------------------------------------------- voice - */
.works-voice {
  position: relative;
  padding: 8vw 5.3333333333vw;
  background-color: #f3f0eb;
  border-radius: 0.5333333333vw;
  overflow: hidden;
  z-index: 1;
}
.works-voice:before {
  content: "";
  position: absolute;
  top: -4vw;
  right: -26.6666666667vw;
  display: inline-block;
  width: 50.5333333333vw;
  height: 23.2vw;
  background-image: url(../img/common/deco-bg.svg);
  background-size: contain;
  opacity: 0.06;
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .works-voice {
    padding: 2.7777777778vw 4.8611111111vw;
    border-radius: 0.2777777778vw;
  }
  .works-voice:before {
    top: -3.4722222222vw;
    right: -13.8888888889vw;
    width: 26.3194444444vw;
    height: 12.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-voice {
    padding: 40px 70px;
    border-radius: 4px;
  }
  .works-voice:before {
    top: -50px;
    right: -200px;
    width: 379px;
    height: 174px;
  }
}
/* ------------------------------------------- staff - */
.works-tantou {
  position: relative;
  padding: 9.3333333333vw 0 6.6666666667vw 0;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .works-tantou {
    padding: 2.4305555556vw 2.2916666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-tantou {
    padding: 35px 33px;
  }
}
.works-tantou:before, .works-tantou:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #0e0e0e;
}
@media screen and (min-width: 751px) {
  .works-tantou:before, .works-tantou:after {
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-tantou:before, .works-tantou:after {
    height: 1px;
  }
}
.works-tantou:before {
  top: 0;
}
.works-tantou:after {
  bottom: 0;
}

.works-tantou-heading {
  position: relative;
  margin-bottom: 1.3em;
  font-size: 5.0666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .works-tantou-heading {
    margin-bottom: 1em;
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-tantou-heading {
    font-size: 2.8rem;
  }
}
.works-tantou-heading span {
  position: relative;
  display: inline-block;
  padding: 0 11.3333333333vw;
}
@media screen and (min-width: 751px) {
  .works-tantou-heading span {
    padding: 0 4.8611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-tantou-heading span {
    padding: 0 70px;
  }
}
.works-tantou-heading span:before, .works-tantou-heading span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 8.1333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .works-tantou-heading span:before, .works-tantou-heading span:after {
    width: 3.6111111111vw;
    height: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-tantou-heading span:before, .works-tantou-heading span:after {
    width: 52px;
    height: 14px;
  }
}
.works-tantou-heading span:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.works-tantou-heading span:after {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*  blog --> archive
-------------------------------------------------------------------------------*/
.news-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-news {
  position: relative;
  padding: 5.3333333333vw 0;
  width: 100%;
  border-bottom-color: #d3d2d2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.p-news:first-child {
  padding-top: 0 !important;
}

.p-news a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-news-image {
  position: relative;
  width: 24vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.p-news-image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-news-content {
  width: calc(100% - 29.3333333333vw);
}

.p-news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2vw;
}

.p-news-cat {
  margin-left: 0.75em;
  padding: 0.25em 0.5em 0.3em 0.5em;
  background-color: #006934;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1.1em;
}

.p-news-date {
  color: #828282;
  font-family: "Jost", sans-serif;
  font-size: 3.2vw;
}

.p-news-ttl {
  max-height: 3em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-news-excerpt {
  margin-top: 0.5em;
  max-height: 3em;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .p-news {
    padding: 1.3888888889vw 0.6944444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .p-news a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-news-image {
    width: 11.1111111111vw;
    border-radius: 0.2777777778vw;
  }
  .p-news a:hover .p-news-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-news-content {
    width: calc(100% - 13.1944444444vw);
  }
  .p-news-head {
    margin-bottom: 0.6944444444vw;
  }
  .p-news-cat {
    font-size: 0.8333333333vw;
  }
  .p-news-date {
    font-size: 0.9722222222vw;
  }
  .p-news-ttl {
    font-size: 1.1111111111vw;
  }
  .p-news-excerpt {
    max-height: 4.5em;
    font-size: 1.0416666667vw;
    line-height: 1.5em;
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1441px) {
  .p-news {
    padding: 20px 10px;
    border-bottom-width: 1px;
  }
  .p-news-image {
    width: 160px;
    border-radius: 4px;
  }
  .p-news-content {
    width: calc(100% - 190px);
  }
  .p-news-head {
    margin-bottom: 10px;
  }
  .p-news-cat {
    font-size: 1.2rem;
  }
  .p-news-date {
    font-size: 1.4rem;
  }
  .p-news-ttl {
    font-size: 1.6rem;
  }
  .p-news-excerpt {
    font-size: 1.5rem;
  }
}
/* create --> award
-------------------------------------------------------------------------------*/
.award-slide {
  position: relative;
  z-index: 1;
}

.p-award {
  width: 66.6666666667vw !important;
  height: auto !important;
}

.p-award {
  margin-right: 0;
  padding: 2.6666666667vw 2.6666666667vw 3.3333333333vw 2.6666666667vw;
  width: 80vw;
  height: auto;
  background-color: #f2f2f2;
  border-radius: 0.5333333333vw;
}

.p-award-image {
  position: relative;
  margin-bottom: 4vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.p-award-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 304/215;
}

.p-award-rank {
  position: absolute;
  top: 2vw;
  right: 2vw;
  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: 13.3333333333vw;
  height: 13.3333333333vw;
  background-color: #006934;
  border-radius: 50%;
  z-index: 1;
}
.p-award-rank p {
  color: #ffffff;
  font-size: 2.6666666667vw;
  text-align: center;
  font-weight: 700;
  line-height: 1em;
}
.p-award-rank p span {
  display: inline-block;
  margin-right: 0.05em;
  font-family: "Jost", sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.p-award-content {
  position: relative;
}

.p-award-catch {
  margin-bottom: 0.7em;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}

.p-award-ttl {
  margin-left: -2.6666666667vw;
  padding: 0.5em 2.6666666667vw;
  width: calc(100% + 5.3333333333vw);
  background-color: #006934;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.p-award-text {
  margin: 2.6666666667vw auto 0 auto;
  width: 58.9333333333vw;
}
.p-award-text p {
  font-size: 3.4666666667vw;
}

#award-prev {
  left: 1.3333333333vw;
}

#award-next {
  right: 1.3333333333vw;
}

@media screen and (max-width: 750px) {
  .p-award {
    left: 2vw;
    margin-right: 4vw;
  }
  .award-slide .p-award:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .award-slide {
    margin-left: auto;
    margin-right: auto;
    width: 75.5555555556vw;
  }
  .award-slide .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.7777777778vw;
    width: auto;
    height: auto;
  }
  .p-award {
    padding: 1.1111111111vw;
    width: 23.3333333333vw !important;
    border-radius: 0.2777777778vw;
  }
  .p-award-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.2777777778vw;
  }
  .p-award-rank {
    top: 0.6944444444vw;
    right: 0.6944444444vw;
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .p-award-rank p {
    font-size: 0.9722222222vw;
  }
  .p-award-catch {
    font-size: 1.1111111111vw;
  }
  .p-award-ttl {
    margin-left: -1.1111111111vw;
    padding: 0.5em 1.1111111111vw;
    width: calc(100% + 2.2222222222vw);
    font-size: 1.1111111111vw;
  }
  .p-award-text {
    margin-top: 1.1111111111vw;
    width: 17.7777777778vw;
  }
  .p-award-text p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .award-slide {
    width: 1088px;
  }
  .award-slide .swiper-wrapper {
    gap: 40px;
  }
  .p-award {
    padding: 16px;
    width: 336px !important;
    border-radius: 4px;
  }
  .p-award-image {
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .p-award-rank {
    top: 10px;
    right: 10px;
    width: 64px;
    height: 64px;
  }
  .p-award-rank p {
    font-size: 1.4rem;
  }
  .p-award-catch {
    font-size: 1.6rem;
  }
  .p-award-ttl {
    margin-left: -16px;
    padding: 0.5em 16px;
    width: calc(100% + 32px);
    font-size: 1.6rem;
  }
  .p-award-text {
    margin-top: 16px;
    width: 256px;
  }
  .p-award-text p {
    font-size: 1.5rem;
  }
}
/* create --> common
-------------------------------------------------------------------------------*/
.create {
  position: relative;
}
@media screen and (min-width: 751px) {
  .create {
    padding-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .create {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  .create .heading-lead {
    max-width: 47.2222222222vw;
  }
  .create .heading-lead p {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .create .heading-lead {
    max-width: 680px;
  }
}
.create .area {
  margin-top: 0;
}
.create .inquiry {
  margin-top: 0 !important;
}
.create .form {
  margin-top: 4vw;
}
@media screen and (min-width: 751px) {
  .create .form {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .create .form {
    margin-top: 30px;
  }
}

.create-btn {
  position: relative;
  margin: 8vw auto 0 auto;
  width: 72vw;
}
@media screen and (min-width: 751px) {
  .create-btn {
    margin: 2.7777777778vw auto 0 auto;
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .create-btn {
    margin: 40px auto 0 auto;
    width: 320px;
  }
}

/* create --> faq-post
-------------------------------------------------------------------------------*/
.faq-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}

.p-faq {
  position: relative;
  padding: 0 2.6666666667vw;
  width: 100%;
  background-color: #f3f0eb;
  border-radius: 0.5333333333vw;
}

.p-faq dt {
  position: relative;
  padding: 3.2vw 9.3333333333vw 3.2vw 9.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4em;
  cursor: pointer;
}
.p-faq dt:before {
  content: "Q";
  position: absolute;
  top: 2.9333333333vw;
  left: 0.6666666667vw;
  color: #c30d23;
  font-family: "Jost", sans-serif;
  font-size: 6.9333333333vw;
  font-weight: 600;
}
.p-faq dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/faq/plus.svg);
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq dt.is-open:after {
  background-image: url(../img/faq/minus.svg);
}

.p-faq dd {
  display: none;
  position: relative;
  padding: 4vw 2.9333333333vw 4vw 9.3333333333vw;
  border-top-color: #f3f0eb;
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.6em;
}
.p-faq dd:before {
  content: "A";
  position: absolute;
  top: 0.6em;
  left: 0.6666666667vw;
  color: #0e0e0e;
  font-family: "Jost", sans-serif;
  font-size: 6.9333333333vw;
  font-weight: 600;
}

.p-faq.is-open .p-faq dd {
  display: block;
}

@media screen and (min-width: 751px) {
  .faq-post {
    gap: 1.3888888889vw;
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .p-faq {
    padding: 0 1.3888888889vw;
    border-radius: 0.2777777778vw;
  }
  .p-faq dt {
    padding: 1.7361111111vw 4.8611111111vw 1.7361111111vw 4.1666666667vw;
    font-size: 1.25vw;
  }
  .p-faq dt:before {
    top: 1.3888888889vw;
    left: 0.3472222222vw;
    font-size: 2.9166666667vw;
  }
  .p-faq dt:after {
    right: 0.3472222222vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .p-faq dd {
    padding: 1.5972222222vw 1.3888888889vw 1.5972222222vw 4.1666666667vw;
    border-top-width: 0.0694444444vw;
    font-size: 1.1111111111vw;
  }
  .p-faq dd:before {
    top: 1.3888888889vw;
    left: 0.3472222222vw;
    font-size: 2.9166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .faq-post {
    gap: 20px;
    width: 1000px;
  }
  .p-faq {
    padding: 0 20px;
    border-radius: 4px;
  }
  .p-faq dt {
    padding: 25px 70px 25px 60px;
    font-size: 1.8rem;
  }
  .p-faq dt:before {
    left: 5px;
    font-size: 4.2rem;
  }
  .p-faq dt:after {
    right: 5px;
    width: 30px;
    height: 30px;
  }
  .p-faq dd {
    padding: 23px 20px 23px 60px;
    border-top-width: 1px;
    font-size: 1.6rem;
  }
  .p-faq dd:before {
    left: 5px;
    font-size: 4.2rem;
  }
}
/* create --> introduction
-------------------------------------------------------------------------------*/
.intro-youtube {
  margin-top: 9.3333333333vw;
}

.intro-image {
  margin-top: 9.3333333333vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 900/506;
}

.intro-text {
  margin-top: 6.6666666667vw;
  padding: 0 2.6666666667vw;
}

@media screen and (min-width: 751px) {
  .intro-contents {
    margin-left: auto;
    margin-right: auto;
    width: 62.5vw;
  }
  .intro-youtube {
    margin-top: 4.8611111111vw;
  }
  .intro-image {
    margin-top: 4.8611111111vw;
    border-radius: 0.2777777778vw;
  }
  .intro-text {
    margin-top: 3.4722222222vw;
    padding: 0 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .intro-contents {
    width: 900px;
  }
  .intro-youtube {
    margin-top: 70px;
  }
  .intro-image {
    margin-top: 70px;
    border-radius: 4px;
  }
  .intro-text {
    margin-top: 50px;
    padding: 0 32px;
  }
}
/* create --> movie
-------------------------------------------------------------------------------*/
.create-movie {
  background-color: #ffffff;
}

.movie-slide {
  position: relative;
}

.p-movie {
  position: relative;
  left: 2.6666666667vw;
  margin-right: 5.3333333333vw;
  width: 80vw;
  height: auto;
  overflow: hidden;
}

.p-movie a {
  display: block;
  height: 100%;
  background-color: #ffffff;
  border-color: #0e0e0e;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.5333333333vw;
}

.p-movie-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 360/200;
}

.p-movie-content {
  padding: 4vw;
}

.p-movie-ttl {
  max-height: 3em;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-movie-more {
  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-top: 4vw;
  width: 100%;
  height: 9.8666666667vw;
  background-color: #c30d23;
  border-radius: 0.5333333333vw;
}
.p-movie-more p {
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4em;
}
.p-movie-more p span {
  font-family: "Jost", sans-serif;
}
.p-movie-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  display: inline-block;
  width: 1.6vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-normal-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .p-movie {
    left: 1.3888888889vw;
    margin-right: 2.7777777778vw;
    width: 25vw;
  }
  .p-movie a {
    border-width: 0.1041666667vw;
    border-radius: 0.2777777778vw;
  }
  .p-movie-content {
    padding: 1.3888888889vw;
  }
  .p-movie-ttl {
    font-size: 1.25vw;
  }
  .p-movie-more {
    margin-top: 1.3888888889vw;
    height: 2.7777777778vw;
    border-radius: 0.2777777778vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .p-movie-more p {
    font-size: 1.1111111111vw;
  }
  .p-movie-more:after {
    width: 1.3888888889vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
  }
  .p-movie a:hover .p-movie-more {
    background-color: #888;
  }
}
@media screen and (min-width: 1441px) {
  .p-movie {
    left: 20px;
    margin-right: 40px;
    width: 360px;
  }
  .p-movie a {
    border-width: 1.5px;
    border-radius: 4px;
  }
  .p-movie-content {
    padding: 20px;
  }
  .p-movie-ttl {
    font-size: 1.8rem;
  }
  .p-movie-more {
    margin-top: 20px;
    height: 40px;
    border-radius: 4px;
  }
  .p-movie-more p {
    font-size: 1.6rem;
  }
  .p-movie-more:after {
    right: 20px;
    width: 8px;
    height: 12px;
  }
}
/* create --> mv
-------------------------------------------------------------------------------*/
.create-mv {
  position: relative;
  background-color: #006934;
}
.create-mv .inner {
  width: 100vw;
  padding-bottom: 56vw;
}
.create-mv .inner:before {
  content: "";
  position: absolute;
  top: -18.6666666667vw;
  left: -24vw;
  display: inline-block;
  width: 114.8vw;
  height: 52.6666666667vw;
  background-image: url(../img/common/deco-gr.svg);
  background-size: contain;
  opacity: 0.2;
}

.create-mv-content {
  position: relative;
  padding: 9.3333333333vw 4vw 8vw 4vw;
  width: 100%;
  z-index: 2;
}

.create-mv-catch {
  display: inline-block;
  margin-bottom: 3.3333333333vw;
  padding: 0.3em 1em;
  background-color: #c30d23;
  border-radius: 5em;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0;
}

.create-mv-ttl {
  position: relative;
}
.create-mv-ttl span {
  display: inline-block;
  padding: 0.1em 0.1em 0.15em 0.1em;
  background-color: #ffffff;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1em;
}
.create-mv-ttl span:nth-child(n+2) {
  margin-top: 1.6vw;
}

.create-mv-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3333333333vw;
  margin-top: 5.3333333333vw;
}

.create-mv-badge > 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;
  padding: 2vw 2.6666666667vw;
  background-color: #f3f0eb;
  border-radius: 0.5333333333vw;
}
.create-mv-badge > li p {
  text-align: center;
}
.create-mv-badge > li p span {
  display: block;
  font-weight: 700;
  line-height: 1em;
}
.create-mv-badge > li p span:nth-child(n+2) {
  margin-top: 0.2em;
  color: #006934;
}

.create-mv-badge-sub {
  font-size: 3.2vw;
}

.create-mv-badge-main {
  font-size: 4vw;
}

.create-mv-btn {
  position: absolute;
  bottom: 8vw;
  z-index: 3;
}

.btn-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4vw;
  height: 18.6666666667vw;
  background-color: #c30d23;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 0.2666666667vw;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.btn-mv-sub {
  margin-bottom: 0.7em;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

.btn-mv-main {
  position: relative;
  display: inline-block;
  padding-left: 7.3333333333vw;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
}
.btn-mv-main:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: 0.1em;
  width: 4.9333333333vw;
  height: 4.1333333333vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.create-mv-image {
  position: absolute;
  width: 100vw;
  height: 80vw;
}
.create-mv-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 80vw;
}
.create-mv-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.3333333333vw 100vw 0px 0px;
  border-color: #006934 transparent transparent transparent;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .create-mv-image {
    left: 0;
    bottom: 0;
  }
  .create-mv-btn {
    left: 50%;
    width: 92vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .create-mv {
    height: 34.7222222222vw;
  }
  .create-mv .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.4722222222vw 0 6.9444444444vw 0;
    width: 83.3333333333vw;
    height: 100%;
  }
  .create-mv .inner:before {
    top: -3.4722222222vw;
    left: -34.7222222222vw;
    width: 59.7916666667vw;
    height: 27.4305555556vw;
  }
  .create-mv-content {
    padding: 0;
  }
  .create-mv-catch {
    margin-bottom: 1.7361111111vw;
    font-size: 1.3888888889vw;
  }
  .create-mv-ttl span {
    font-size: 4.0277777778vw;
  }
  .create-mv-ttl span:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .create-mv-badge {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.6944444444vw;
    margin-top: 2.4305555556vw;
  }
  .create-mv-badge > li {
    padding: 0.6944444444vw 1.0416666667vw;
    border-radius: 0.2777777778vw;
  }
  .create-mv-badge-sub {
    font-size: 1.1111111111vw;
  }
  .create-mv-badge-main {
    font-size: 1.6666666667vw;
  }
  .create-mv-btn {
    right: 0;
    bottom: 3.4722222222vw;
  }
  .btn-mv {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 2.7777777778vw;
    height: 6.9444444444vw;
    border-width: 0.2083333333vw;
    border-radius: 0.1388888889vw;
  }
  .btn-mv-sub {
    font-size: 1.0416666667vw;
  }
  .btn-mv-main {
    padding-left: 2.3611111111vw;
    font-size: 1.3888888889vw;
  }
  .btn-mv-main:before {
    width: 1.6666666667vw;
    height: 1.3888888889vw;
  }
  .create-mv-image {
    top: 0;
    left: 50%;
    width: 50vw;
    height: 34.7222222222vw;
  }
  .create-mv-image img {
    height: 34.7222222222vw;
  }
  .create-mv-image:before {
    border-width: 34.7222222222vw 12.5vw 0px 0px;
    border-color: #006934 transparent transparent transparent;
  }
}
@media screen and (min-width: 1441px) {
  .create-mv {
    height: 500px;
  }
  .create-mv .inner {
    padding: 50px 0 100px 0;
    width: 1200px;
  }
  .create-mv .inner:before {
    top: -50px;
    left: -500px;
    width: 861px;
    height: 395px;
  }
  .create-mv-catch {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .create-mv-ttl span {
    font-size: 5.8rem;
  }
  .create-mv-ttl span:nth-child(n+2) {
    margin-top: 10px;
  }
  .create-mv-badge {
    gap: 10px;
    margin-top: 35px;
  }
  .create-mv-badge > li {
    padding: 10px 15px;
    border-radius: 4px;
  }
  .create-mv-badge-sub {
    font-size: 1.6rem;
  }
  .create-mv-badge-main {
    font-size: 2.4rem;
  }
  .create-mv-btn {
    bottom: 50px;
  }
  .btn-mv {
    padding: 0 40px;
    height: 100px;
    border-width: 3px;
    border-radius: 2px;
  }
  .btn-mv-sub {
    font-size: 1.5rem;
  }
  .btn-mv-main {
    padding-left: 34px;
    font-size: 2rem;
  }
  .btn-mv-main:before {
    width: 24px;
    height: 20px;
  }
  .create-mv-image {
    height: 500px;
  }
  .create-mv-image img {
    height: 500px;
  }
  .create-mv-image:before {
    border-width: 500px 180px 0px 0px;
  }
}
/*  price
-------------------------------------------------------------------------------*/
.create-price-contents > div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

@media screen and (min-width: 751px) {
  .create-price-contents > div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .create-price-contents > div:nth-child(n+2) {
    margin-top: 80px;
  }
}
/* ------------------------------------------- price slide - */
.price-slide {
  position: relative;
  z-index: 1;
}

.p-price {
  width: 66.6666666667vw !important;
  height: auto !important;
}

.p-price {
  margin-right: 0;
  width: 80vw;
  height: auto;
  background-color: #ffffff;
  border-color: #0e0e0e;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
}

.p-price-image {
  border-radius: 0.5333333333vw 0.5333333333vw 0 0;
  overflow: hidden;
}
.p-price-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 304/215;
}

.p-price-content {
  position: relative;
  padding: 0 2.6666666667vw 4vw 2.6666666667vw;
}

.p-price-catch {
  margin: 0 0 1em -2.6666666667vw;
  padding: 0.5em 2.6666666667vw;
  width: calc(100% + 5.3333333333vw);
  background-color: #b1a087;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.p-price-ttl {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.p-price-price {
  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: 0.75em;
  margin-top: 4vw;
}

.p-price-unit {
  padding: 0.5em 0.5em 0.6em 0.5em;
  background-color: #f3f0eb;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1em;
}

.p-price-num {
  position: relative;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1em;
}
.p-price-num span {
  display: inline-block;
  margin-right: 0.05em;
  font-family: "Jost", sans-serif;
  font-size: 7.2vw;
  line-height: 1em;
}
.p-price-num:after {
  content: "税込";
  position: absolute;
  right: 0.5em;
  bottom: 1.7em;
  font-size: 0.8em;
}

#price-prev {
  left: 1.3333333333vw;
}

#price-next {
  right: 1.3333333333vw;
}

@media screen and (max-width: 750px) {
  .p-price {
    left: 2vw;
    margin-right: 4vw;
  }
  .price-slide .p-price:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .price-slide {
    margin-left: auto;
    margin-right: auto;
    width: 75.5555555556vw;
  }
  .price-slide .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.7777777778vw;
    width: auto;
    height: auto;
  }
  .p-price {
    width: 23.3333333333vw !important;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .p-price-image {
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
  }
  .p-price-content {
    padding: 0 1.3888888889vw 1.3888888889vw 1.3888888889vw;
  }
  .p-price-catch {
    margin: 0 0 1em -1.3888888889vw;
    padding: 0.5em 1.3888888889vw;
    width: calc(100% + 2.7777777778vw);
    font-size: 1.1111111111vw;
  }
  .p-price-ttl {
    font-size: 1.25vw;
  }
  .p-price-price {
    margin-top: 1.3888888889vw;
  }
  .p-price-unit {
    font-size: 0.9722222222vw;
  }
  .p-price-num {
    font-size: 1.1111111111vw;
  }
  .p-price-num span {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .price-slide {
    width: 1088px;
  }
  .price-slide .swiper-wrapper {
    gap: 40px;
  }
  .p-price {
    width: 336px !important;
    border-width: 1px;
    border-radius: 4px;
  }
  .p-price-image {
    border-radius: 4px 4px 0 0;
  }
  .p-price-content {
    padding: 0 20px 20px 20px;
  }
  .p-price-catch {
    margin: 0 0 1em -20px;
    padding: 0.5em 20px;
    width: calc(100% + 40px);
    font-size: 1.6rem;
  }
  .p-price-ttl {
    font-size: 1.8rem;
  }
  .p-price-price {
    margin-top: 20px;
  }
  .p-price-unit {
    font-size: 1.4rem;
  }
  .p-price-num {
    font-size: 1.6rem;
  }
  .p-price-num span {
    font-size: 2.4em;
  }
}
/* ------------------------------------------- price list - */
.table-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw;
}

.p-table {
  width: 100%;
  background-color: #ffffff;
  border-color: #0e0e0e;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.p-table-content {
  padding: 5.3333333333vw 4vw;
  background-color: #f2f2f2;
}

.p-table-ttl {
  margin-bottom: 1.5em;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}
.p-table-ttl span {
  position: relative;
  padding-bottom: 0.5em;
}
.p-table-ttl span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #006934;
}

.p-table-pricelist {
  position: relative;
  padding: 2.6666666667vw;
}

.p-table-pricelist .editor {
  padding-bottom: 2vw;
  overflow-x: scroll;
}

.p-table-pricelist .editor table {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  white-space: nowrap;
}
.p-table-pricelist .editor table th,
.p-table-pricelist .editor table td {
  font-family: "Jost", "NotoSansJP", sans-serif;
}

.p-table-pricelist .editor .scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 35.2vw;
  padding: 0;
  width: 16vw;
  height: 16vw;
  border-radius: 1.3333333333vw;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.p-table-pricelist .editor .scroll-hint-text {
  display: none;
}

.p-table-pricelist .editor .scroll-hint-icon:before {
  content: none;
}

.p-table-pricelist .editor .scroll-hint-icon:after {
  position: absolute;
  top: 50% !important;
  left: 50%;
  margin: 0;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-image: url(../img/scrollhint/scroll.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media screen and (min-width: 751px) {
  .table-post {
    gap: 2.7777777778vw;
    margin: 0 auto;
    width: 62.5vw;
  }
  .p-table {
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .p-table-content {
    padding: 2.0833333333vw 4.8611111111vw;
  }
  .p-table-ttl {
    font-size: 1.6666666667vw;
  }
  .p-table-ttl span:after {
    height: 0.2777777778vw;
  }
  .p-table-pricelist {
    padding: 1.3888888889vw;
  }
  .p-table-pricelist .editor {
    padding-bottom: 1.0416666667vw;
  }
  .p-table-pricelist .editor .scroll-hint-icon {
    left: 27.3611111111vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    border-radius: 0.6944444444vw;
  }
  .p-table-pricelist .editor .scroll-hint-icon:after {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .p-table-pricelist .editor::-webkit-scrollbar {
    height: 0.5555555556vw;
  }
  .p-table-pricelist .editor::-webkit-scrollbar-track {
    background-color: #eee;
  }
  .p-table-pricelist .editor::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  .p-table-pricelist .editor::-webkit-scrollbar-thumb:hover {
    background-color: #888;
  }
}
@media screen and (min-width: 1441px) {
  .table-post {
    gap: 40px;
    width: 900px;
  }
  .p-table {
    border-width: 1px;
    border-radius: 4px;
  }
  .p-table-content {
    padding: 30px 70px;
  }
  .p-table-ttl {
    font-size: 2.4rem;
  }
  .p-table-ttl span:after {
    height: 4px;
  }
  .p-table-pricelist {
    padding: 20px;
  }
  .p-table-pricelist .editor {
    padding-bottom: 15px;
  }
  .p-table-pricelist .editor .scroll-hint-icon {
    left: 394px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
  .p-table-pricelist .editor .scroll-hint-icon:after {
    width: 40px;
    height: 40px;
  }
  .p-table-pricelist .editor::-webkit-scrollbar {
    height: 8px;
  }
}
/* create --> review
-------------------------------------------------------------------------------*/
.review .heading-ja .en {
  font-family: "Jost", sans-serif;
}
.review .heading-ja .num {
  position: relative;
  display: inline-block;
  top: 0.1em;
  margin: 0 0.05em;
  color: #c30d23;
  font-family: "Jost", sans-serif;
  font-size: 12.2666666667vw;
  font-weight: 600;
  line-height: 1em;
}
.review .heading-ja .big {
  font-size: 9.3333333333vw;
}

.review-slide {
  position: relative;
  min-height: 3em;
}

@media screen and (min-width: 751px) {
  .review .heading-ja .num {
    font-size: 5.6944444444vw;
  }
  .review .heading-ja .big {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .review .heading-ja .num {
    font-size: 8.2rem;
  }
  .review .heading-ja .big {
    font-size: 6rem;
  }
}
/* create --> subsidy
-------------------------------------------------------------------------------*/
.subsidy-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw;
}

.p-subsidy {
  position: relative;
  padding: 8vw 6.6666666667vw;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 0.5333333333vw;
}
.p-subsidy:before, .p-subsidy:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.p-subsidy:before {
  top: 2.6666666667vw;
  left: 2.6666666667vw;
  border-width: 4vw 4vw 0px 0px;
  border-color: #036eb7 transparent transparent transparent;
}
.p-subsidy:after {
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  border-width: 0px 0px 4vw 4vw;
  border-color: transparent transparent #036eb7 transparent;
}

.p-subsidy-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.p-subsidy-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 340/230;
}

.p-subsidy-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  font-size: 4.6vw;
  font-weight: 700;
  line-height: 1.5em;
}
.p-subsidy-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.p-subsidy-btn {
  margin: 4vw auto 0 auto;
  width: 72vw;
}

@media screen and (min-width: 751px) {
  .subsidy-post {
    gap: 2.0833333333vw;
  }
  .p-subsidy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    padding: 2.7777777778vw;
    width: 69.4444444444vw;
    border-radius: 0.2777777778vw;
  }
  .p-subsidy:before {
    top: 1.0416666667vw;
    left: 1.0416666667vw;
    border-width: 1.3888888889vw 1.3888888889vw 0px 0px;
  }
  .p-subsidy:after {
    right: 1.0416666667vw;
    bottom: 1.0416666667vw;
    border-width: 0px 0px 1.3888888889vw 1.3888888889vw;
  }
  .p-subsidy-image {
    margin: 0;
    width: 23.6111111111vw;
    border-radius: 0.6944444444vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-subsidy-image img {
    aspect-ratio: 340/260;
  }
  .p-subsidy-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-subsidy:has(.p-subsidy-image) .p-subsidy-content {
    padding-top: 1em;
    width: 39.5833333333vw;
  }
  .p-subsidy-ttl {
    font-size: 1.6666666667vw;
  }
  .p-subsidy-btn {
    margin: 1.7361111111vw 0 0 0;
    width: 18.0555555556vw;
  }
  .p-subsidy-btn .btn-circle {
    height: 3.4722222222vw;
  }
  .p-subsidy-btn .btn-circle:after {
    width: 1.8055555556vw;
    height: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .subsidy-post {
    gap: 30px;
  }
  .p-subsidy {
    padding: 40px;
    width: 1000px;
    border-radius: 4px;
  }
  .p-subsidy:before {
    top: 15px;
    left: 15px;
    border-width: 20px 20px 0px 0px;
  }
  .p-subsidy:after {
    right: 15px;
    bottom: 15px;
    border-width: 0px 0px 20px 20px;
  }
  .p-subsidy-image {
    width: 340px;
    border-radius: 4px;
  }
  .p-subsidy:has(.p-subsidy-image) .p-subsidy-content {
    width: 540px;
  }
  .p-subsidy-ttl {
    font-size: 2.4rem;
  }
  .p-subsidy-btn {
    margin-top: 25px;
    width: 220px;
  }
  .p-subsidy-btn .btn-circle {
    height: 50px;
  }
  .p-subsidy-btn .btn-circle:after {
    width: 26px;
    height: 26px;
  }
}
/* create --> before and after
-------------------------------------------------------------------------------*/
.create-works {
  background-color: #f2f2f2;
}

.create-works-contents > div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.banda-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw;
}

.p-banda {
  width: 100%;
  height: auto;
}

.p-banda a {
  position: relative;
  display: block;
  padding: 2.6666666667vw 2.6666666667vw 10.6666666667vw 2.6666666667vw;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}

.p-banda-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;
}
.p-banda-image > div {
  position: relative;
}
.p-banda-image > div img {
  border-radius: 0.5333333333vw;
}
.p-banda-image > div:before {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  height: 6.1333333333vw;
  border-radius: 0.5333333333vw 0 0.5333333333vw 0;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 3.2vw;
  line-height: 1em;
  z-index: 1;
}

.p-banda-image-before {
  width: 29.3333333333vw;
}
.p-banda-image-before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 300/275;
}
.p-banda-image-before:before {
  content: "BEFORE";
  background-color: #0e0e0e;
}
.p-banda-image-before:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12.6666666667vw;
  display: inline-block;
  width: 11.6vw;
  height: 10.6666666667vw;
  background-image: url(../img/before-and-after/arrow.svg);
  background-size: contain;
  z-index: 1;
}

.p-banda-image-after {
  width: 53.3333333333vw;
}
.p-banda-image-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 480/360;
}
.p-banda-image-after:before {
  content: "AFTER";
  background-color: #006934;
}

.p-banda-content {
  padding-top: 5.3333333333vw;
}

.p-banda-ttl {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}

.p-banda-desc {
  margin-top: 2.6666666667vw;
}

.p-banda-btn {
  position: absolute;
  right: 2.6666666667vw;
  bottom: 3.3333333333vw;
  text-align: right;
}
.p-banda-btn span {
  position: relative;
  padding-right: 7.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 5.0666666667vw;
}
.p-banda-btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/common/arrow-circle-bk-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

::-webkit-full-page-media,
:future,
:root .p-banda-btn span:after {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 751px) {
  .create-works-contents > div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .banda-post {
    gap: 3.4722222222vw;
    margin: 0 auto;
    width: 57.7777777778vw;
  }
  .p-banda a {
    padding: 1.0416666667vw 1.0416666667vw 4.8611111111vw 1.0416666667vw;
    border-radius: 0.2777777778vw;
  }
  .p-banda-image > div img {
    border-radius: 0.2777777778vw;
  }
  .p-banda-image > div:before {
    height: 2.0833333333vw;
    border-radius: 0.2777777778vw 0 0.2777777778vw 0;
    font-size: 0.9722222222vw;
  }
  .p-banda-image-before {
    width: 20.8333333333vw;
  }
  .p-banda-image-before:after {
    bottom: -5.9027777778vw;
    width: 5.6944444444vw;
    height: 5.2083333333vw;
  }
  .p-banda-image-after {
    width: 33.3333333333vw;
  }
  .p-banda-content {
    padding: 2.0833333333vw 1.0416666667vw 0 1.0416666667vw;
  }
  .p-banda-ttl {
    font-size: 1.3888888889vw;
  }
  .p-banda-desc {
    margin-top: 1.0416666667vw;
  }
  .p-banda-btn {
    right: 1.3888888889vw;
    bottom: 2.4305555556vw;
  }
  .p-banda-btn span {
    padding-right: 3.125vw;
    font-size: 1.1111111111vw;
    line-height: 1.9444444444vw;
  }
  .p-banda-btn span:after {
    width: 1.9444444444vw;
    height: 1.9444444444vw;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
  }
  .p-banda a:hover .p-banda-btn span:after {
    background-image: url(../img/common/arrow-circle-gr-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .create-works-contents > div:nth-child(n+2) {
    margin-top: 80px;
  }
  .banda-post {
    gap: 50px;
    width: 832px;
  }
  .p-banda a {
    padding: 15px 15px 70px 15px;
    border-radius: 4px;
  }
  .p-banda-image > div img {
    border-radius: 4px;
  }
  .p-banda-image > div:before {
    height: 30px;
    border-radius: 4px 0 4px 0;
    font-size: 1.4rem;
  }
  .p-banda-image-before {
    width: 300px;
  }
  .p-banda-image-before:after {
    bottom: -85px;
    width: 82px;
    height: 75px;
  }
  .p-banda-image-after {
    width: 480px;
  }
  .p-banda-content {
    padding: 30px 15px 0 15px;
  }
  .p-banda-ttl {
    font-size: 2rem;
  }
  .p-banda-desc {
    margin-top: 15px;
  }
  .p-banda-btn {
    right: 35px;
    bottom: 20px;
  }
  .p-banda-btn span {
    padding-right: 45px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .p-banda-btn span:after {
    width: 28px;
    height: 28px;
  }
}