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

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

@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 --> contact
-------------------------------------------------------------------------------*/
.sub--contact {
  padding: 0 !important;
}

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

/* ------------------------------------------- slide - */
.reserve-carousel {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .reserve-carousel {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-carousel {
    margin-bottom: 80px;
  }
}

.reserve-carousel .carousel {
  margin-bottom: 0;
}

/* ------------------------------------------- point - */
.reserve-point {
  padding: 16vw 0 10.6666666667vw 0;
  background-color: #ffffff;
}

.reserve-point .heading {
  text-align: center;
}
.reserve-point .heading:before, .reserve-point .heading:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: -6vw;
  display: inline-block;
  width: 15.3333333333vw;
  height: 11.8666666667vw;
  background-image: url(../img/reserve/deco.svg);
  background-size: contain;
}
.reserve-point .heading:before {
  left: -8vw;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.reserve-point .heading:after {
  right: -8vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reserve-point .heading-ja {
  padding: 0 14vw;
}
.reserve-point .heading-ja:before, .reserve-point .heading-ja:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: -6vw;
  display: inline-block;
  width: 6.5333333333vw;
  height: 12.6666666667vw;
  background-image: url(../img/reserve/flower.svg);
  background-size: contain;
}
.reserve-point .heading-ja:before {
  left: 10vw;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.reserve-point .heading-ja:after {
  right: 10vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reserve-point-contents {
  position: relative;
}

.reserve-point-slide {
  position: relative;
}

.p-reserve-point {
  position: relative;
  padding: 6.6666666667vw 6vw;
  width: 72vw;
  border-color: #e0dcc7;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 0.5333333333vw;
}

.p-reserve-point-num {
  position: absolute;
  top: 0;
  left: -2.6666666667vw;
  font-family: "Allura", cursive;
  font-size: 9.0666666667vw;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-transform: rotate(-10.48deg);
          transform: rotate(-10.48deg);
  z-index: 1;
}
.p-reserve-point-num:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.9333333333vw;
  width: 28vw;
  height: 5.8666666667vw;
  background-image: url(../img/reserve/wave.svg);
  background-size: contain;
  -webkit-transform: rotate(6.18deg);
          transform: rotate(6.18deg);
}

.p-reserve-point-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

.p-reserve-point-ttl {
  margin-bottom: 1em;
  color: #1c9641;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .p-reserve-point {
    left: 2.6666666667vw;
    margin-right: 5.3333333333vw;
  }
  .reserve-point-slide .p-reserve-point:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .reserve-point {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .reserve-point .heading {
    margin-left: auto;
    margin-right: auto;
    width: 54.1666666667vw;
  }
  .reserve-point .heading:before, .reserve-point .heading:after {
    width: 5.625vw;
    height: 4.375vw;
  }
  .reserve-point .heading:before {
    left: 0;
  }
  .reserve-point .heading:after {
    right: 0;
  }
  .reserve-point .heading-ja {
    display: inline-block;
    padding: 0 4.1666666667vw;
  }
  .reserve-point .heading-ja:before, .reserve-point .heading-ja:after {
    width: 2.5vw;
    height: 4.7222222222vw;
  }
  .reserve-point .heading-ja:before {
    left: 0;
  }
  .reserve-point .heading-ja:after {
    right: 0;
  }
  .reserve-point-slide {
    margin: 0 auto;
    width: 64.2361111111vw;
  }
  .reserve-point-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.7777777778vw;
  }
  .p-reserve-point {
    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: 5.5555555556vw 4.8611111111vw 2.7777777778vw 4.8611111111vw;
    width: 100%;
    border-width: 0.2777777778vw;
    border-radius: 0.2777777778vw;
  }
  .p-reserve-point-num {
    top: 3.125vw;
    left: 3.125vw;
    font-size: 3.3333333333vw;
  }
  .p-reserve-point-num:before {
    bottom: -1.3888888889vw;
    width: 10.4166666667vw;
    height: 2.1527777778vw;
  }
  .p-reserve-point-image {
    margin: 0.6944444444vw 0 0 0;
    width: 18.3333333333vw;
    border-radius: 1.3888888889vw;
  }
  .p-reserve-point-content {
    width: 31.9444444444vw;
  }
  .p-reserve-point-ttl {
    font-size: 1.6666666667vw;
  }
  #point-prev,
  #point-next,
  #point-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-point {
    padding: 100px 0 80px 0;
  }
  .reserve-point .heading {
    width: 780px;
  }
  .reserve-point .heading:before, .reserve-point .heading:after {
    width: 81px;
    height: 63px;
  }
  .reserve-point .heading-ja {
    padding: 0 60px;
  }
  .reserve-point .heading-ja:before, .reserve-point .heading-ja:after {
    width: 36px;
    height: 68px;
  }
  .reserve-point-slide {
    width: 925px;
  }
  .reserve-point-slide .swiper-wrapper {
    gap: 40px;
  }
  .p-reserve-point {
    padding: 80px 70px 40px 70px;
    width: 100%;
    border-width: 4px;
    border-radius: 4px;
  }
  .p-reserve-point-num {
    top: 45px;
    left: 45px;
    font-size: 4.8rem;
  }
  .p-reserve-point-num:before {
    bottom: -20px;
    width: 150px;
    height: 31px;
  }
  .p-reserve-point-image {
    margin-top: 10px;
    width: 264px;
    border-radius: 20px;
  }
  .p-reserve-point-content {
    width: 460px;
  }
  .p-reserve-point-ttl {
    font-size: 2.4rem;
  }
}
/* ------------------------------------------- merit - */
.reserve-merit {
  position: relative;
  padding: 16vw 0 13.3333333333vw 0;
  background-color: #f5f3e9;
}
.reserve-merit:before, .reserve-merit:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.reserve-merit:before {
  left: 0;
  border-width: 20vw 50vw 0px 0px;
  border-color: #edeadb transparent transparent transparent;
}
.reserve-merit:after {
  right: 0;
  border-width: 0px 50vw 20vw 0px;
  border-color: transparent #edeadb transparent transparent;
}

.reserve-merit .heading {
  padding-bottom: 9.3333333333vw;
  text-align: center;
}
.reserve-merit .heading:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 35.6vw;
  height: 9.2vw;
  background-image: url(../img/reserve/ribbon.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.p-reserve-merit {
  padding: 2.6666666667vw;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}

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

@media screen and (max-width: 750px) {
  .p-reserve-merit {
    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-reserve-merit-image {
    width: 32vw;
  }
  .p-reserve-merit-content {
    width: 50vw;
  }
}
@media screen and (min-width: 751px) {
  .reserve-merit {
    padding: 6.9444444444vw 0 4.5138888889vw 0;
  }
  .reserve-merit:before {
    border-width: 20.8333333333vw 50vw 0px 0px;
  }
  .reserve-merit:after {
    border-width: 0px 50vw 20.8333333333vw 0px;
  }
  .reserve-merit .heading {
    padding-bottom: 2.7777777778vw;
  }
  .reserve-merit .heading:after {
    width: 11.3194444444vw;
    height: 2.9166666667vw;
  }
  .reserve-merit-post {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.4583333333vw;
  }
  .p-reserve-merit {
    padding: 1.3888888889vw;
    width: 24.0277777778vw;
    border-radius: 0.2777777778vw;
  }
  .p-reserve-merit-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-merit {
    padding: 100px 0 65px 0;
  }
  .reserve-merit:before {
    border-width: 300px 50vw 0px 0px;
  }
  .reserve-merit:after {
    border-width: 0px 50vw 300px 0px;
  }
  .reserve-merit .heading {
    padding-bottom: 40px;
  }
  .reserve-merit .heading:after {
    width: 163px;
    height: 42px;
  }
  .reserve-merit-post {
    gap: 21px;
  }
  .p-reserve-merit {
    padding: 20px;
    width: 346px;
    border-radius: 4px;
  }
  .p-reserve-merit-image {
    margin-bottom: 15px;
    border-radius: 4px;
  }
}
/* ------------------------------------------- flow - */
.reserve-flow {
  padding: 13.3333333333vw 0;
  background-color: #ffffff;
}

.reserve-flow .heading {
  text-align: center;
}

.reserve-flow .heading-inner {
  position: relative;
  display: inline-block;
  padding: 0 10vw;
}
.reserve-flow .heading-inner:before, .reserve-flow .heading-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 5.0666666667vw;
  height: 11.6vw;
  background-image: url(../img/reserve/slash.svg);
  background-size: contain;
}
.reserve-flow .heading-inner:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.reserve-flow .heading-inner:after {
  right: 0;
}

.reserve-flow-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.9333333333vw;
}

.p-reserve-flow {
  position: relative;
  width: 100%;
}
.p-reserve-flow:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.3333333333vw 5.3333333333vw 30px 5.3333333333vw;
  border-color: #77c08d transparent transparent transparent;
}

.reserve-flow-post .p-reserve-flow:last-child:after {
  content: none;
}

.p-reserve-flow-num {
  position: absolute;
  top: 50%;
  left: 4.5333333333vw;
  color: #1c9641;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.p-reserve-flow-ttl {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .reserve-flow-post {
    margin: 0 auto;
    width: 84vw;
  }
  .p-reserve-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4vw 0 14.6666666667vw;
    height: 26.6666666667vw;
    border-color: #77c08d;
    border-style: solid;
    border-width: 0.5333333333vw;
    border-radius: 2.1333333333vw;
  }
  .p-reserve-flow:after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-reserve-flow-image {
    width: 24vw;
  }
  .p-reserve-flow-content {
    width: 37.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .reserve-flow {
    padding: 6.9444444444vw 0 3.4722222222vw 0;
  }
  .reserve-flow .heading-inner {
    padding: 0 3.4722222222vw;
  }
  .reserve-flow .heading-inner:before, .reserve-flow .heading-inner:after {
    width: 1.5277777778vw;
    height: 3.5416666667vw;
  }
  .reserve-flow-post {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.7638888889vw;
  }
  .p-reserve-flow {
    padding: 0;
    width: 10.5555555556vw;
  }
  .p-reserve-flow:after {
    top: 3.125vw;
    left: auto;
    right: -4.0277777778vw;
    border-width: 2.0833333333vw 0px 2.0833333333vw 2.0833333333vw;
    border-color: transparent transparent transparent #77c08d;
  }
  .p-reserve-flow-num {
    position: absolute;
    top: 0.3472222222vw;
    left: 50%;
    font-size: 2.2222222222vw;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    z-index: 1;
  }
  .p-reserve-flow-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 50%;
  }
  .p-reserve-flow-ttl {
    font-size: 1.25vw;
    text-align: center;
    line-height: 1.33em;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-flow {
    padding: 100px 0 50px 0;
  }
  .reserve-flow .heading-inner {
    padding: 0 50px;
  }
  .reserve-flow .heading-inner:before, .reserve-flow .heading-inner:after {
    width: 22px;
    height: 51px;
  }
  .reserve-flow-post {
    gap: 83px;
  }
  .p-reserve-flow {
    width: 152px;
  }
  .p-reserve-flow:after {
    top: 45px;
    right: -58px;
    border-width: 30px 0px 30px 30px;
  }
  .p-reserve-flow-num {
    top: 5px;
    font-size: 3.2rem;
  }
  .p-reserve-flow-image {
    margin-bottom: 15px;
  }
  .p-reserve-flow-ttl {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- info - */
.reserve-info {
  padding-top: 10.6666666667vw;
}

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

.reserve-info-name {
  margin-bottom: 2vw;
  font-size: 4.2666666667vw;
  line-height: 1.2em;
}

.reserve-info-shop {
  margin-bottom: 1.3333333333vw;
}
.reserve-info-shop dt {
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.4em;
}
.reserve-info-shop dd p {
  line-height: 1.5em;
}
.reserve-info-shop dd p:nth-child(n+2) {
  margin-top: 0.5em;
}
.reserve-info-shop dd p.indent {
  text-indent: -0.5em;
}

.reserve-inquiry {
  position: relative;
  background-color: #ffffff;
}
.reserve-inquiry:before, .reserve-inquiry:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/reserve/dot.svg);
  background-size: contain;
}
.reserve-inquiry:before {
  top: 20.6666666667vw;
  left: -2vw;
  width: 14.6666666667vw;
  height: 14.6666666667vw;
}
.reserve-inquiry:after {
  right: 2vw;
  bottom: 28vw;
  width: 7.2vw;
  height: 7.2vw;
}

.reserve-inquiry-inner {
  position: relative;
  padding: 5.3333333333vw 4vw;
  border-radius: 0.5333333333vw;
  text-align: center;
  z-index: 1;
}
.reserve-inquiry-inner:after {
  content: "";
  position: absolute;
  top: 17.0666666667vw;
  right: -3.7333333333vw;
  display: inline-block;
  width: 20.8vw;
  height: 18.6666666667vw;
  background-image: url(../img/reserve/elephant.svg);
  background-size: contain;
  z-index: 1;
}

.reserve-inquiry-label {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 6.6666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2em;
}
.reserve-inquiry-label:before, .reserve-inquiry-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 3.8666666667vw;
  height: 6.4vw;
  background-image: url(../img/reserve/slash-s.svg);
  background-size: contain;
}
.reserve-inquiry-label:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.reserve-inquiry-label:after {
  right: 0;
}

@media screen and (max-width: 750px) {
  .reserve-info-content {
    margin: 0 auto;
    width: 88vw;
  }
  .reserve-info-name {
    text-align: center;
  }
  .reserve-info-shop dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.3333333333vw 0;
    border-bottom: 0.2666666667vw solid #d3d2d2;
  }
  .reserve-info-shop dl:last-child {
    border-bottom: none;
  }
  .reserve-info-shop dt {
    width: 24vw;
    text-align: center;
  }
  .reserve-info-shop dd {
    width: 57.3333333333vw;
  }
  .reserve-inquiry-contact .contact-btn {
    margin: 2.6666666667vw auto 0 auto;
    width: 52vw;
  }
  .reserve-inquiry-contact .contact-btn--contact {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .reserve-info {
    padding: 5.5555555556vw 0;
  }
  .reserve-info-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: 71.5277777778vw;
  }
  .reserve-info-image {
    margin: 0;
    width: 32.9166666667vw;
    border-radius: 0.5555555556vw;
  }
  .reserve-info-content {
    width: 34.8611111111vw;
  }
  .reserve-info-name {
    margin-bottom: 0.5em;
    font-size: 1.3888888889vw;
  }
  .reserve-info-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.7361111111vw;
  }
  .reserve-inquiry:before {
    top: -0.6944444444vw;
    left: 0.6944444444vw;
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .reserve-inquiry:after {
    right: 1.3888888889vw;
    bottom: 0.6944444444vw;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
  .reserve-inquiry-inner {
    padding: 2.0833333333vw 2.6388888889vw;
    border-radius: 0.2777777778vw;
  }
  .reserve-inquiry-inner:after {
    top: -3.4722222222vw;
    right: -2.4305555556vw;
    width: 8.4027777778vw;
    height: 7.5694444444vw;
  }
  .reserve-inquiry-label {
    margin-bottom: 1em;
    padding: 0 2.0833333333vw;
    font-size: 1.25vw;
  }
  .reserve-inquiry-label:before, .reserve-inquiry-label:after {
    width: 1.25vw;
    height: 2.0833333333vw;
  }
  .reserve-inquiry-contact {
    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: 1.5277777778vw;
  }
  .reserve-inquiry-contact .contact-btn {
    margin: 0;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-info {
    padding: 80px 0;
  }
  .reserve-info-contents {
    width: 1030px;
  }
  .reserve-info-image {
    width: 474px;
    border-radius: 8px;
  }
  .reserve-info-content {
    width: 502px;
  }
  .reserve-info-name {
    margin-bottom: 0.4em;
    font-size: 2rem;
  }
  .reserve-info-shop {
    margin-bottom: 25px;
  }
  .reserve-inquiry:before {
    top: -10px;
    left: 10px;
    width: 64px;
    height: 64px;
  }
  .reserve-inquiry:after {
    right: 20px;
    bottom: 10px;
    width: 32px;
    height: 32px;
  }
  .reserve-inquiry-inner {
    padding: 30px 38px;
    border-radius: 4px;
  }
  .reserve-inquiry-inner:after {
    top: -50px;
    right: -35px;
    width: 121px;
    height: 109px;
  }
  .reserve-inquiry-label {
    padding: 0 30px;
    font-size: 1.8rem;
  }
  .reserve-inquiry-label:before, .reserve-inquiry-label:after {
    width: 18px;
    height: 30px;
  }
  .reserve-inquiry-contact {
    gap: 22px;
  }
}
/* sub --> company
-------------------------------------------------------------------------------*/
.sub--company {
  padding: 0 !important;
}

.company-box {
  position: relative;
  margin: 0 auto;
  padding: 6vw 6vw 7.3333333333vw 6vw;
  width: 100%;
  background-color: #ffffff;
  border-color: #e0dcc7;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.1333333333vw;
}
.company-box dt {
  position: relative;
  width: 100%;
  font-size: 4.8vw;
  line-height: 1.5em;
  z-index: 2;
}
.company-box dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url(../img/company/icon.svg);
  background-size: contain;
}
.company-box dd {
  position: relative;
  width: 100%;
  line-height: 2em;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .company-box dt {
    margin-bottom: 4vw;
    padding-top: 6vw;
    text-align: center;
  }
  .company-box dt:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .company-box dd {
    padding-top: 4.6666666667vw;
    border-top-color: #d3d2d2;
    border-top-style: solid;
    border-top-width: 1px;
  }
}
@media screen and (min-width: 751px) {
  .company-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.7777777778vw 3.125vw 2.7777777778vw 4.1666666667vw;
    width: 61.1111111111vw;
    border-width: 0.4166666667vw;
    border-radius: 1.1111111111vw;
  }
  .company-box dt {
    padding-left: 2.4305555556vw;
    width: 13.8888888889vw;
    font-size: 1.9444444444vw;
  }
  .company-box dt:before {
    top: 50%;
    left: 0;
    width: 1.5277777778vw;
    height: 1.5277777778vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .company-box dd {
    padding-left: 3.4722222222vw;
    width: 36.8055555556vw;
    border-left-color: #d3d2d2;
    border-left-style: solid;
    border-left-width: 0.0694444444vw;
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .company-box {
    padding: 40px 45px 40px 60px;
    width: 880px;
    border-width: 6px;
    border-radius: 16px;
  }
  .company-box dt {
    padding-left: 35px;
    width: 200px;
    font-size: 2.8rem;
  }
  .company-box dt:before {
    width: 22px;
    height: 22px;
  }
  .company-box dd {
    padding-left: 50px;
    width: 530px;
    border-left-width: 1px;
  }
}
/* ------------------------------------------- message - */
.message {
  padding: 10.6666666667vw 0;
  background-color: #f1f1f1;
}

.message-contents {
  position: relative;
  margin-bottom: 8vw;
}
.message-contents:before, .message-contents:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.svg);
  background-size: contain;
  z-index: -1;
}
.message-contents:before {
  top: 14vw;
  left: -8vw;
  width: 14.6666666667vw;
  height: 14.6666666667vw;
}
.message-contents:after {
  top: -5.3333333333vw;
  left: 66.6666666667vw;
  width: 22.6666666667vw;
  height: 22.6666666667vw;
}

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

.message .heading-en {
  margin: 0 0 1em 0;
}

.message .heading-ja {
  font-size: 4.2666666667vw;
}

.message-images {
  position: relative;
  margin-bottom: 5.3333333333vw;
}
.message-images:before, .message-images:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.message-images:before {
  top: 52vw;
  left: -2vw;
  width: 22vw;
  height: 22vw;
  background-image: url(../img/common/dot.svg);
  z-index: -1;
}
.message-images:after {
  top: 18.6666666667vw;
  left: -2vw;
  width: 37.3333333333vw;
  height: 30.5333333333vw;
  background-image: url(../img/company/elephant.svg);
  background-size: contain;
}

.message-image {
  border-radius: 0.5333333333vw 0 0 0.5333333333vw;
  overflow: hidden;
}

.message-name {
  margin-top: 4.6666666667vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: right;
  line-height: 1.7em;
}
.message-name span {
  font-size: 4vw;
}

@media screen and (max-width: 750px) {
  .message-contents {
    margin-left: auto;
    margin-right: auto;
    width: 88vw;
  }
  .message-image {
    position: relative;
    left: 10vw;
    width: 84vw;
  }
  .message .company-box dd {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .message {
    padding: 6.9444444444vw 0 4.1666666667vw 0;
  }
  .message-contents {
    margin-bottom: 4.8611111111vw;
    padding-right: 38.1944444444vw;
    min-height: 29.8611111111vw;
  }
  .message-contents:before {
    top: 8.3333333333vw;
    left: -4.8611111111vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .message-contents:after {
    top: -0.6944444444vw;
    left: 31.25vw;
    width: 8.6805555556vw;
    height: 8.6805555556vw;
  }
  .message .heading {
    margin-bottom: 2.0833333333vw;
    width: 29.5138888889vw;
  }
  .message .heading-en {
    margin: 0 0 1em 0;
  }
  .message .heading-ja {
    font-size: 1.6666666667vw;
  }
  .message-images {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 30.9027777778vw;
  }
  .message-images:before {
    top: 25vw;
    left: -13.1944444444vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .message-images:after {
    top: 18.0555555556vw;
    left: -7.2916666667vw;
    width: 17.9861111111vw;
    height: 14.7222222222vw;
  }
  .message-image {
    border-radius: 0.2777777778vw;
  }
  .message-name {
    margin-top: 1.7361111111vw;
    font-size: 1.0416666667vw;
  }
  .message-name span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .message {
    padding: 100px 0 60px 0;
  }
  .message-contents {
    margin-bottom: 70px;
    padding-right: 550px;
    min-height: 430px;
  }
  .message-contents:before {
    top: 120px;
    left: -70px;
    width: 80px;
    height: 80px;
  }
  .message-contents:after {
    top: -10px;
    left: 450px;
    width: 125px;
    height: 125px;
  }
  .message .heading {
    margin-bottom: 30px;
    width: 425px;
  }
  .message .heading-ja {
    font-size: 2.4rem;
  }
  .message-images {
    width: 445px;
  }
  .message-images:before {
    top: 360px;
    left: -190px;
    width: 120px;
    height: 120px;
  }
  .message-images:after {
    top: 260px;
    left: -105px;
    width: 259px;
    height: 212px;
  }
  .message-image {
    border-radius: 4px;
  }
  .message-name {
    margin-top: 25px;
    font-size: 1.5rem;
  }
  .message-name span {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- strategy - */
.strategy {
  padding: 13.3333333333vw 0 10.6666666667vw 0;
}

.strategy-contents {
  position: relative;
}

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

.strategy .heading-inner {
  position: relative;
  display: inline-block;
  padding: 0 11.3333333333vw;
}
.strategy .heading-inner:before, .strategy .heading-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 8.2666666667vw;
  height: 11.2vw;
  background-image: url(../img/feature/flower.svg);
  background-size: contain;
}
.strategy .heading-inner:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.strategy .heading-inner:after {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.strategy-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1.33em;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.strategy-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 86.1333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/company/line_sp.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.strategy-text p {
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .strategy-text {
    padding: 0 4.6666666667vw;
  }
  .strategy-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8vw 0 9.3333333333vw -4vw;
    width: 100vw;
  }
  .strategy-image {
    width: 50vw;
  }
  .strategy .company-box:before, .strategy .company-box:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21.6vw;
    height: 32.8vw;
    background-image: url(../img/common/deco.svg);
    background-size: contain;
    z-index: 1;
  }
  .strategy .company-box:before {
    top: -16vw;
    left: 2.6666666667vw;
    z-index: 1;
  }
  .strategy .company-box:after {
    right: -1.3333333333vw;
    bottom: -6.6666666667vw;
  }
  .strategy-image--02 {
    position: relative;
  }
  .strategy-image--02:before {
    content: "";
    position: absolute;
    right: 4vw;
    bottom: -10vw;
    width: 31.4666666667vw;
    height: 36.1333333333vw;
    background-image: url(../img/about/elephant.svg);
    background-size: contain;
    z-index: 1;
  }
}
@media screen and (min-width: 751px) {
  .strategy {
    padding: 6.9444444444vw 0 4.1666666667vw 0;
  }
  .strategy-contents {
    margin-bottom: 5.5555555556vw;
    padding: 0 28.125vw;
  }
  .strategy .heading-inner {
    padding: 0 4.8611111111vw;
  }
  .strategy .heading-inner:before, .strategy .heading-inner:after {
    width: 3.125vw;
    height: 4.1666666667vw;
  }
  .strategy-ttl {
    font-size: 1.6666666667vw;
  }
  .strategy-ttl:after {
    width: 28.8194444444vw;
    height: 0.8333333333vw;
    background-image: url(../img/company/line.png);
  }
  .strategy .company-box:before {
    content: "";
    position: absolute;
    right: 1.5277777778vw;
    bottom: calc(100% + 0.3472222222vw);
    display: inline-block;
    width: 13.6805555556vw;
    height: 15.6944444444vw;
    background-image: url(../img/about/elephant.svg);
    background-size: contain;
    z-index: 1;
  }
  .strategy-image {
    position: absolute;
    width: 22.0833333333vw;
  }
  .strategy-image img {
    border-radius: 0.2777777778vw;
  }
  .strategy-image:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7.2916666667vw;
    height: 11.1111111111vw;
    background-image: url(../img/common/deco.svg);
    background-size: contain;
  }
  .strategy-image--01 {
    left: 1.3888888889vw;
    bottom: -2.4305555556vw;
  }
  .strategy-image--01:after {
    top: -7.2916666667vw;
    left: -0.6944444444vw;
  }
  .strategy-image--02 {
    top: -1.0416666667vw;
    right: 1.3888888889vw;
  }
  .strategy-image--02:after {
    right: -1.3888888889vw;
    bottom: -8.5416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .strategy {
    padding: 100px 0 60px 0;
  }
  .strategy-contents {
    margin-bottom: 80px;
    padding: 0 405px;
  }
  .strategy .heading-inner {
    padding: 0 70px;
  }
  .strategy .heading-inner:before, .strategy .heading-inner:after {
    width: 45px;
    height: 60px;
  }
  .strategy-ttl {
    font-size: 2.4rem;
  }
  .strategy-ttl:after {
    width: 415px;
    height: 12px;
  }
  .strategy .company-box:before {
    right: 22px;
    bottom: calc(100% + 5px);
    width: 197px;
    height: 226px;
  }
  .strategy-image {
    width: 318px;
  }
  .strategy-image img {
    border-radius: 4px;
  }
  .strategy-image:after {
    width: 105px;
    height: 160px;
  }
  .strategy-image--01 {
    left: 20px;
    bottom: -35px;
  }
  .strategy-image--01:after {
    top: -105px;
    left: -10px;
  }
  .strategy-image--02 {
    top: -15px;
    right: 20px;
  }
  .strategy-image--02:after {
    right: -20px;
    bottom: -123px;
  }
}
/* ------------------------------------------- guidelines - */
.guidelines {
  position: relative;
  padding: 10.6666666667vw 0;
}
.guidelines:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 57.3333333333vw;
  background-image: url(../img/company/bg_sp.jpg);
  background-size: cover;
  background-position: center top;
  z-index: 1;
}

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

.guidelines .heading-ja {
  color: #ffffff;
}

.guidelines .heading-en {
  color: #77c08d;
}

.guidelines-list {
  margin: 0 auto;
  width: 100%;
  padding: 4vw 6vw 0 6vw;
  background-color: #ffffff;
  border-radius: 4.8vw 4.8vw 0 0;
}

.guidelines-list > li {
  position: relative;
  padding: 4vw 0 4vw 6.6666666667vw;
  border-bottom-color: #e0dcc7;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.guidelines-list > li:before {
  content: "";
  position: absolute;
  top: 6vw;
  left: 0;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-color: #77c08d;
  border-radius: 50%;
}

@media screen and (min-width: 751px) {
  .guidelines {
    padding: 5.5555555556vw 0;
  }
  .guidelines:before {
    height: 29.8611111111vw;
    background-image: url(../img/company/bg.jpg);
    background-image: image-set(url(../img/company/bg.jpg) 1x, url(../img/company/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/company/bg.jpg) 1x, url(../img/company/bg-2x.jpg) 2x);
  }
  .guidelines-list {
    width: 50.6944444444vw;
    padding: 2.4305555556vw 6.5972222222vw 0 6.5972222222vw;
    border-radius: 2.5vw 2.5vw 0 0;
  }
  .guidelines-list > li {
    padding: 1.3888888889vw 1.0416666667vw 1.3888888889vw 2.7777777778vw;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.25vw;
  }
  .guidelines-list > li:before {
    top: 2.0138888889vw;
    left: 1.0416666667vw;
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .guidelines {
    padding: 80px 0;
  }
  .guidelines:before {
    height: 430px;
  }
  .guidelines-list {
    width: 790px;
    padding: 35px 95px 0 95px;
    border-radius: 36px 36px 0 0;
  }
  .guidelines-list > li {
    padding: 20px 15px 20px 40px;
    border-bottom-width: 1px;
    font-size: 1.8rem;
  }
  .guidelines-list > li:before {
    top: 29px;
    left: 15px;
    width: 10px;
    height: 10px;
  }
}
/* ------------------------------------------- overview - */
.overview {
  background-color: #f9f9f9;
}

.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: #f1f1f1;
  font-weight: 700;
  line-height: 1.7em;
}

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

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

@media screen and (min-width: 751px) {
  .overview-data {
    margin: 0 auto;
    width: 61.1111111111vw;
    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: 1000px;
    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;
  }
}
/* ------------------------------------------- access - */
.access-map {
  margin-top: 6.6666666667vw;
  overflow: hidden;
}
.access-map .ggmap {
  padding-bottom: 64%;
}

@media screen and (max-width: 750px) {
  .access-map {
    margin-left: -4vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .access-map {
    margin-top: 3.4722222222vw;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0.2777777778vw;
    border-radius: 0.5555555556vw;
  }
  .access-map .ggmap {
    padding-bottom: 40%;
  }
}
@media screen and (min-width: 1441px) {
  .access-map {
    margin-top: 50px;
    border-width: 4px;
    border-radius: 8px;
  }
}
/*  menu
-------------------------------------------------------------------------------*/
.sub--first {
  padding: 0 !important;
}

.menu {
  position: relative;
  padding: 16vw 0 13.3333333333vw 0;
  background-color: #f1f1f1;
}

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

.menu .heading-inner {
  position: relative;
}
.menu .heading-inner:before, .menu .heading-inner:after {
  content: "";
  position: absolute;
  bottom: -0.4vw;
  display: inline-block;
  width: 29.8666666667vw;
  height: 11.4666666667vw;
  background-image: url(../img/menu/dot.svg);
  background-size: contain;
  z-index: -1;
}
.menu .heading-inner:before {
  left: -12vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.menu .heading-inner:after {
  right: -12vw;
}

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

.p-first-menu {
  width: 42.6666666667vw;
}

.p-first-menu a {
  display: block;
  padding: 1.3333333333vw 1.3333333333vw 0 1.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}

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

.p-first-menu-content {
  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: 13.3333333333vw;
}

.p-first-menu-ttl {
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.22em;
}

@media screen and (max-width: 750px) {
  .menu-post {
    margin: 0 auto;
    width: 88vw;
  }
}
@media screen and (min-width: 751px) {
  .menu {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .menu .heading-inner {
    display: inline-block;
    padding: 0 15.2777777778vw;
  }
  .menu .heading-inner:before, .menu .heading-inner:after {
    width: 11.1111111111vw;
    height: 4.3055555556vw;
    bottom: 0.6944444444vw;
  }
  .menu .heading-inner:before {
    left: 0;
  }
  .menu .heading-inner:after {
    right: 0;
  }
  .menu-post {
    gap: 1.3888888889vw 0.8680555556vw;
  }
  .p-first-menu {
    width: 15.9722222222vw;
  }
  .p-first-menu a {
    padding: 0.6944444444vw 0.6944444444vw 0 0.6944444444vw;
    border-radius: 0.2777777778vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .p-first-menu a:hover {
    background-color: #e1f4e7;
  }
  .p-first-menu-image {
    border-radius: 0.2777777778vw;
  }
  .p-first-menu a:hover .p-first-menu-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-first-menu-content {
    height: 4.5138888889vw;
  }
  .p-first-menu-ttl {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu {
    padding: 100px 0 80px 0;
  }
  .menu .heading-inner {
    padding: 0 220px;
  }
  .menu .heading-inner:before, .menu .heading-inner:after {
    width: 160px;
    height: 62px;
    bottom: 10px;
  }
  .menu-post {
    gap: 20px 12.5px;
  }
  .p-first-menu {
    width: 230px;
  }
  .p-first-menu a {
    padding: 10px 10px 0 10px;
    border-radius: 4px;
  }
  .p-first-menu-image {
    border-radius: 4px;
  }
  .p-first-menu-content {
    height: 65px;
  }
  .p-first-menu-ttl {
    font-size: 1.8rem;
  }
}
/*  oath
-------------------------------------------------------------------------------*/
.oath {
  padding: 16vw 0 13.3333333333vw 0;
  background-color: #f5f3e9;
}

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

.oath .heading-inner {
  position: relative;
  display: inline-block;
  padding: 0 8vw;
}
.oath .heading-inner:before, .oath .heading-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 7.4666666667vw;
  height: 14.9333333333vw;
  background-image: url(../img/oath/leaf.svg);
  background-size: contain;
}
.oath .heading-inner:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.oath .heading-inner:after {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.oath .heading-ja span.big {
  font-size: 8.8vw;
}
.oath .heading-ja span.mid {
  font-size: 6.1333333333vw;
}

.oath .heading-label {
  margin: 0 auto;
  width: 68.2666666667vw;
}

.oath-contents > div {
  position: relative;
}

.p-oath {
  position: relative;
  padding: 6.6666666667vw 4.6666666667vw 7.3333333333vw 4.6666666667vw;
  width: 60vw;
  height: auto;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.p-oath:before {
  content: "";
  position: absolute;
  top: 2.4vw;
  left: 50%;
  width: 159.4666666667vw;
  height: 0.9333333333vw;
  background-image: url(../img/oath/line.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-oath-image {
  margin: 0 auto 2.6666666667vw auto;
  width: 27.2vw;
}

.p-oath-num {
  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;
  width: 18.6666666667vw;
  height: 4.8vw;
  background-color: #1c9641;
  border-radius: 2.4vw;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2em;
}
.p-oath-num span {
  font-size: 4.2666666667vw;
}

.p-oath-ttl {
  color: #1c9641;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.p-oath-text {
  margin-top: 1em;
}
.p-oath-text p {
  line-height: 1.5em;
}

#oath-prev {
  left: 6.1333333333vw;
}

#oath-next {
  right: 6.1333333333vw;
}

@media screen and (max-width: 750px) {
  .oath-slide .swiper-slide {
    left: 2.6666666667vw;
    margin-right: 5.3333333333vw;
  }
  .oath-slide .swiper-slide:last-child {
    margin-right: 0;
  }
  .p-oath-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.8em;
  }
}
@media screen and (min-width: 751px) {
  .oath {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .oath .heading-inner {
    display: inline-block;
    padding: 0 4.8611111111vw;
  }
  .oath .heading-inner:before, .oath .heading-inner:after {
    width: 2.7777777778vw;
    height: 5.5555555556vw;
  }
  .oath .heading-ja span.big {
    font-size: 3.8888888889vw;
  }
  .oath .heading-ja span.mid {
    font-size: 2.5vw;
  }
  .oath .heading-label {
    width: 23.6805555556vw;
  }
  .oath-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.0833333333vw 2.2222222222vw;
    width: auto;
    height: auto;
  }
  .p-oath {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.5694444444vw 2.0833333333vw 1.3888888889vw 2.0833333333vw;
    width: 39.5833333333vw;
    height: auto;
    border-radius: 0.2777777778vw;
  }
  .p-oath:before {
    top: 0.6944444444vw;
    width: 48.75vw;
    height: 0.3472222222vw;
  }
  .p-oath-image {
    margin: 0;
    width: 8.3333333333vw;
  }
  .p-oath-content {
    width: 25.6944444444vw;
  }
  .p-oath-num {
    margin: 0 0 1.0416666667vw 0;
    width: 6.9444444444vw;
    height: 1.6666666667vw;
    border-radius: 0.8333333333vw;
    font-size: 1.25vw;
  }
  .p-oath-num span {
    font-size: 1.3888888889vw;
  }
  .p-oath-ttl {
    font-size: 1.3888888889vw;
    text-align: left;
  }
  #oath-prev,
  #oath-next,
  #oath-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .oath {
    padding: 100px 0 80px 0;
  }
  .oath .heading-inner {
    padding: 0 70px;
  }
  .oath .heading-inner:before, .oath .heading-inner:after {
    width: 40px;
    height: 80px;
  }
  .oath .heading-ja span.big {
    font-size: 5.6rem;
  }
  .oath .heading-ja span.mid {
    font-size: 3.6rem;
  }
  .oath .heading-label {
    width: 341px;
  }
  .oath-slide .swiper-wrapper {
    gap: 30px 32px;
  }
  .p-oath {
    padding: 37px 30px 20px 30px;
    width: 570px;
    border-radius: 4px;
  }
  .p-oath:before {
    top: 10px;
    width: 702px;
    height: 5px;
  }
  .p-oath-image {
    width: 120px;
  }
  .p-oath-content {
    width: 370px;
  }
  .p-oath-num {
    margin: 0 0 15px 0;
    width: 100px;
    height: 24px;
    border-radius: 12px;
    font-size: 1.8rem;
  }
  .p-oath-num span {
    font-size: 2rem;
  }
  .p-oath-ttl {
    font-size: 2rem;
  }
}
/*  reason
-------------------------------------------------------------------------------*/
.reason {
  position: relative;
  padding: 14.6666666667vw 0 13.3333333333vw 0;
  background-image: url(../img/reason/bg_sp.jpg);
  background-repeat: repeat;
}

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

.reason .heading-inner {
  position: relative;
}
.reason .heading-inner:before, .reason .heading-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 8.2666666667vw;
  height: 11.2vw;
  background-image: url(../img/feature/flower.svg);
  background-size: contain;
}
.reason .heading-inner:before {
  left: 8vw;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.reason .heading-inner:after {
  right: 8vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reason-contents {
  position: relative;
}

.reason-slide {
  position: relative;
}

.p-reason {
  position: relative;
  padding: 2.6666666667vw;
  background-color: #ffffff;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
}

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

.p-reason-content {
  position: relative;
  padding-top: 6.2666666667vw;
}

.p-reason-num {
  position: absolute;
  top: -4.9333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.p-reason-num img {
  width: auto;
  height: 9.8666666667vw;
}

.p-reason-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.8em;
  color: #1c9641;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.p-reason-text {
  position: relative;
  margin: 0.8em auto 0 auto;
  padding-top: 1em;
  width: 51.3333333333vw;
}
.p-reason-text p {
  line-height: 1.5em;
}
.p-reason-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 11.7333333333vw;
  height: 0.9333333333vw;
  background-image: url(../img/feature/dot.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#reason-prev {
  left: 6.1333333333vw;
}

#reason-next {
  right: 6.1333333333vw;
}

@media screen and (max-width: 750px) {
  .reason-slide .swiper-slide {
    left: 2.6666666667vw;
    margin-right: 5.3333333333vw;
    width: 60vw;
    height: auto;
  }
  .reason-slide .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .reason {
    padding: 6.25vw 0 5.5555555556vw 0;
    background-image: url(../img/reason/bg.jpg);
    background-image: image-set(url(../img/reason/bg.jpg) 1x, url(../img/reason/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/reason/bg.jpg) 1x, url(../img/reason/bg-2x.jpg) 2x);
  }
  .reason .inner {
    width: 76.4583333333vw;
  }
  .reason .heading-inner {
    display: inline-block;
    padding: 0 4.8611111111vw;
  }
  .reason .heading-inner:before, .reason .heading-inner:after {
    width: 3.125vw;
    height: 4.1666666667vw;
  }
  .reason .heading-inner:before {
    left: 0;
  }
  .reason .heading-inner:after {
    right: 0;
  }
  .reason-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.3888888889vw 1.4583333333vw;
    width: auto;
    height: auto;
  }
  .p-reason {
    padding: 1.3888888889vw;
    width: 24.0277777778vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .p-reason-image {
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
  }
  .p-reason-image img {
    aspect-ratio: 306/200;
  }
  .p-reason-content {
    padding-top: 2.7777777778vw;
  }
  .p-reason-num {
    top: -1.8402777778vw;
  }
  .p-reason-num img {
    height: 3.6805555556vw;
  }
  .p-reason-ttl {
    font-size: 1.3888888889vw;
    letter-spacing: 0;
  }
  .p-reason-text {
    width: 100%;
  }
  .p-reason-text:before {
    width: 4.3055555556vw;
    height: 0.3472222222vw;
  }
  #reason-prev,
  #reason-next,
  #reason-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .reason {
    padding: 90px 0 80px 0;
  }
  .reason .inner {
    width: 1101px;
  }
  .reason .heading-inner {
    padding: 0 70px;
  }
  .reason .heading-inner:before, .reason .heading-inner:after {
    width: 45px;
    height: 60px;
  }
  .reason-slide .swiper-wrapper {
    gap: 20px 21px;
  }
  .p-reason {
    padding: 20px;
    width: 346px;
    border-width: 1px;
    border-radius: 4px;
  }
  .p-reason-image {
    border-radius: 4px 4px 0 0;
  }
  .p-reason-content {
    padding-top: 40px;
  }
  .p-reason-num {
    top: -26.5px;
  }
  .p-reason-num img {
    height: 53px;
  }
  .p-reason-ttl {
    font-size: 2rem;
  }
  .p-reason-text:before {
    width: 62px;
    height: 5px;
  }
}
/*  flow
-------------------------------------------------------------------------------*/
.flow {
  position: relative;
  padding: 14.6666666667vw 0 13.3333333333vw 0;
  background-color: #f1f1f1;
  overflow: hidden;
}
.flow:before, .flow:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.5333333333vw;
  background-image: url(../img/common/line.png);
  background-size: auto 0.5333333333vw;
  background-repeat: repeat-x;
}
.flow:before {
  top: 0;
}
.flow:after {
  bottom: 0;
}

.create .flow:after {
  content: none !important;
}

.flow .heading {
  text-align: center;
}
.flow .heading:before, .flow .heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.svg);
  background-size: contain;
  z-index: -1;
}
.flow .heading:before {
  top: -8.6666666667vw;
  left: -8.6666666667vw;
  width: 23.3333333333vw;
  height: 23.3333333333vw;
}
.flow .heading:after {
  top: 6.6666666667vw;
  right: -8.6666666667vw;
  width: 16.9333333333vw;
  height: 16.9333333333vw;
}

.flow .heading-label {
  position: relative;
  display: inline-block;
  margin-bottom: 2vw;
  padding: 0 9.3333333333vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.7em;
}
.flow .heading-label:before, .flow .heading-label:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4.9333333333vw;
  height: 8.1333333333vw;
  background-image: url(../img/common/slash.svg);
  background-size: contain;
}
.flow .heading-label:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flow .heading-label:after {
  right: 0;
}
.flow .heading-label span {
  position: relative;
  padding-left: 8vw;
}
.flow .heading-label span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4.6666666667vw;
  height: 6.5333333333vw;
  background-image: url(../img/flow/mark.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flow .heading-ja {
  position: relative;
}
.flow .heading-ja:before, .flow .heading-ja:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.svg);
  background-size: contain;
  z-index: -1;
}
.flow .heading-ja:before {
  top: -20.6666666667vw;
  left: 28.6666666667vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}

.flow-contents {
  position: relative;
}

.flow-slide {
  position: relative;
}

.p-flow {
  position: relative;
  background-color: #ffffff;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
}

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

.p-flow-content {
  position: relative;
  padding: 6.2666666667vw 4.2666666667vw 6vw 4.2666666667vw;
}

.p-flow-num {
  position: absolute;
  top: -4.2666666667vw;
  left: 50%;
  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.2em 0.1em 0 0;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-color: #9bc958;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.p-flow-num span {
  color: #ffffff;
  font-family: "Allura", cursive;
  font-size: 5.3333333333vw;
  line-height: 1em;
  letter-spacing: 0;
}

.p-flow-ttl {
  color: #1c9641;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.p-flow-text {
  margin-top: 0.8em;
}
.p-flow-text p {
  line-height: 1.5em;
}

#flow-prev {
  left: 6.1333333333vw;
}

#flow-next {
  right: 6.1333333333vw;
}

@media screen and (max-width: 750px) {
  .flow .heading-ja:after {
    content: none;
  }
  .flow-slide .swiper-slide {
    left: 2.6666666667vw;
    margin-right: 5.3333333333vw;
    width: 60vw;
    height: auto;
  }
  .flow-slide .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .flow {
    padding: 6.25vw 0 5.2083333333vw 0;
  }
  .flow:before, .flow:after {
    height: 0.2777777778vw;
    background-size: auto 0.2777777778vw;
  }
  .flow .inner {
    width: 68.8888888889vw;
  }
  .flow .heading:before {
    top: 2.7777777778vw;
    left: -3.125vw;
    width: 8.6805555556vw;
    height: 8.6805555556vw;
  }
  .flow .heading:after {
    top: -1.7361111111vw;
    right: -2.7777777778vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .flow .heading-label {
    margin-bottom: 1.0416666667vw;
    padding: 0 3.8194444444vw;
    font-size: 1.9444444444vw;
  }
  .flow .heading-label:before, .flow .heading-label:after {
    width: 1.9444444444vw;
    height: 3.125vw;
  }
  .flow .heading-label span {
    padding-left: 3.1944444444vw;
  }
  .flow .heading-label span:before {
    width: 1.8055555556vw;
    height: 2.5vw;
  }
  .flow .heading-ja:before {
    top: -2.0833333333vw;
    left: 21.5277777778vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .flow .heading-ja:after {
    top: 3.125vw;
    right: 13.5416666667vw;
    width: 6.25vw;
    height: 6.25vw;
  }
  .flow-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.6666666667vw;
    width: auto;
    height: auto;
  }
  .p-flow {
    width: 15.9722222222vw;
    height: auto;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .p-flow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.0833333333vw 0px 2.0833333333vw 2.0833333333vw;
    border-color: transparent transparent transparent #77c08d;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  .flow-slide .swiper-wrapper .p-flow:nth-child(4n):after {
    content: none;
  }
  .p-flow-image {
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
  }
  .p-flow-image img {
    aspect-ratio: 230/135;
  }
  .p-flow-content {
    padding: 2.0833333333vw 1.1111111111vw 1.3888888889vw 1.1111111111vw;
  }
  .p-flow-num {
    top: -1.3194444444vw;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
  }
  .p-flow-num span {
    font-size: 1.6666666667vw;
  }
  .p-flow-ttl {
    font-size: 1.25vw;
  }
  .p-flow-text p {
    font-size: 1.0416666667vw;
  }
  #flow-prev,
  #flow-next,
  #flow-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .flow {
    padding: 90px 0 75px 0;
  }
  .flow:before, .flow:after {
    height: 4px;
    background-size: auto 4px;
  }
  .flow .inner {
    width: 992px;
  }
  .flow .heading:before {
    top: 40px;
    left: -45px;
    width: 125px;
    height: 125px;
  }
  .flow .heading:after {
    top: -25px;
    right: -40px;
    width: 120px;
    height: 120px;
  }
  .flow .heading-label {
    margin-bottom: 15px;
    padding: 0 55px;
    font-size: 2.8rem;
  }
  .flow .heading-label:before, .flow .heading-label:after {
    width: 28px;
    height: 45px;
  }
  .flow .heading-label span {
    padding-left: 46px;
  }
  .flow .heading-label span:before {
    width: 26px;
    height: 36px;
  }
  .flow .heading-ja:before {
    top: -30px;
    left: 310px;
    width: 80px;
    height: 80px;
  }
  .flow .heading-ja:after {
    top: 45px;
    right: 195px;
    width: 90px;
    height: 90px;
  }
  .flow-slide .swiper-wrapper {
    gap: 24px;
  }
  .p-flow {
    width: 230px;
    border-width: 1px;
    border-radius: 4px;
  }
  .p-flow:after {
    border-width: 30px 0px 30px 30px;
  }
  .p-flow-image {
    border-radius: 4px 4px 0 0;
  }
  .p-flow-content {
    padding: 30px 16px 20px 16px;
  }
  .p-flow-num {
    top: -19px;
    width: 38px;
    height: 38px;
  }
  .p-flow-num span {
    font-size: 2.4rem;
  }
  .p-flow-ttl {
    font-size: 1.8rem;
  }
  .p-flow-text p {
    font-size: 1.5rem;
  }
}
/* 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: #1c9641;
}

.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;
  }
}
/* 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 9.3333333333vw 0 3.3333333333vw;
  width: 100%;
  height: 12.8vw;
  background-color: #ffffff;
  border-color: #d3d2d2;
  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: 3.3333333333vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-normal-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@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 2.4305555556vw 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, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    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;
  }
  .sitemap-menu a:hover {
    background-color: #f9f9f9;
  }
  .sitemap-menu a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 80px;
  }
  .sitemap-menu {
    gap: 16px;
  }
  .sitemap-menu a {
    padding: 0 35px 0 15px;
    width: 356px;
    height: 60px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 8px;
    height: 12px;
  }
}
/*  #pickup
-------------------------------------------------------------------------------*/
.pickup {
  position: relative;
  padding: 10.6666666667vw 0 13.3333333333vw 0;
}

.pickup .heading {
  position: relative;
  margin-bottom: 4.6666666667vw;
  text-align: center;
}
.pickup .heading:before, .pickup .heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18.4vw;
  height: 27.7333333333vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
}
.pickup .heading:before {
  top: 6.6666666667vw;
  left: -10vw;
  -webkit-transform: rotate(-89.95deg);
          transform: rotate(-89.95deg);
}
.pickup .heading:after {
  top: 5.3333333333vw;
  right: -10.6666666667vw;
  -webkit-transform: rotate(-90.05deg) scaleX(-1);
          transform: rotate(-90.05deg) scaleX(-1);
}

.pickup .heading-ja {
  position: relative;
  padding-top: 14vw;
}
.pickup .heading-ja:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 28vw;
  height: 11.8666666667vw;
  background-image: url(../img/pickup/deco.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pickup .cursive {
  top: 2vw;
  left: 62.6666666667vw;
}

.pickup .heading-lead p {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .pickup {
    padding: 4.1666666667vw 0 6.9444444444vw 0;
  }
  .pickup .heading {
    margin-bottom: 2.7777777778vw;
  }
  .pickup .heading:before, .pickup .heading:after {
    width: 7.2222222222vw;
    height: 10.9722222222vw;
  }
  .pickup .heading:before {
    top: 2.0833333333vw;
    left: 13.8888888889vw;
  }
  .pickup .heading:after {
    top: 1.3888888889vw;
    right: 13.5416666667vw;
  }
  .pickup .heading-ja {
    padding-top: 4.6527777778vw;
  }
  .pickup .heading-ja:before {
    width: 8.1944444444vw;
    height: 3.5416666667vw;
  }
  .pickup .heading-lead {
    width: 57.6388888889vw;
  }
  .pickup .heading-lead p {
    font-size: 1.25vw;
  }
  .pickup .cursive {
    top: 2.4305555556vw;
    left: 52.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup {
    padding: 60px 0 100px 0;
  }
  .pickup .heading {
    margin-bottom: 40px;
  }
  .pickup .heading:before, .pickup .heading:after {
    width: 104px;
    height: 158px;
  }
  .pickup .heading:before {
    top: 30px;
    left: 200px;
  }
  .pickup .heading:after {
    top: 20px;
    right: 195px;
  }
  .pickup .heading-ja {
    padding-top: 67px;
  }
  .pickup .heading-ja:before {
    width: 118px;
    height: 51px;
  }
  .pickup .heading-lead {
    width: 830px;
  }
  .pickup .heading-lead p {
    font-size: 1.8rem;
  }
  .pickup .cursive {
    top: 35px;
    left: 760px;
  }
}
/* ------------------------------------------- pickup menu - */
.pickup-reform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
}

.p-reform {
  width: 44.5333333333vw;
}

.p-reform 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: 21.3333333333vw;
  background-color: #ffffff;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.5333333333vw;
}
.p-reform a:after {
  content: "";
  position: absolute;
  right: 1.0666666667vw;
  bottom: 1.0666666667vw;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 2.6666666667vw 2.6666666667vw;
  border-color: transparent transparent #77c08d transparent;
}

.p-reform-icon {
  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 0.9333333333vw auto;
  width: 10.6666666667vw;
  height: 8.5333333333vw;
}
.p-reform-icon img {
  height: auto;
}

.p-reform--kitchen .p-reform-icon img {
  width: 8.1333333333vw;
}

.p-reform--bathroom .p-reform-icon img {
  width: 7.6vw;
}

.p-reform--toilet .p-reform-icon img {
  width: 7.3333333333vw;
}

.p-reform--washroom .p-reform-icon img {
  width: 6.1333333333vw;
}

.p-reform--ih .p-reform-icon img {
  width: 8.2666666667vw;
}

.p-reform--exhaust-fan .p-reform-icon img {
  width: 7.6vw;
}

.p-reform--door .p-reform-icon img {
  width: 8.5333333333vw;
}

.p-reform--water-heater .p-reform-icon img {
  width: 6vw;
}

.p-reform--wall .p-reform-icon img {
  width: 9.6vw;
}

.p-reform--japanese-style-room .p-reform-icon img {
  width: 7.6vw;
}

.p-reform--exterior .p-reform-icon img {
  width: 10.2666666667vw;
}

.p-reform--full-reform .p-reform-icon img {
  width: 10vw;
}

.p-reform-ttl {
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}

@media screen and (min-width: 751px) {
  .pickup-reform {
    gap: 1.25vw;
    margin: 0 auto;
    width: 81.5277777778vw;
  }
  .p-reform {
    width: 19.4444444444vw;
  }
  .p-reform a {
    padding-left: 0.8333333333vw;
    height: 5.2083333333vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .p-reform a:after {
    right: 0.4166666667vw;
    bottom: 0.4166666667vw;
    border-width: 0px 0px 0.8333333333vw 0.8333333333vw;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  .p-reform a:hover {
    background-color: #f1f1f1;
  }
  .p-reform a:hover:after {
    border-color: transparent transparent #1c9641 transparent;
  }
  .p-reform-inner {
    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-reform-icon {
    margin: 0;
    width: 4.1666666667vw;
    height: 3.5416666667vw;
  }
  .p-reform--kitchen .p-reform-icon img {
    width: 3.2638888889vw;
  }
  .p-reform--bathroom .p-reform-icon img {
    width: 3.3333333333vw;
  }
  .p-reform--toilet .p-reform-icon img {
    width: 3.1944444444vw;
  }
  .p-reform--washroom .p-reform-icon img {
    width: 2.5694444444vw;
  }
  .p-reform--ih .p-reform-icon img {
    width: 3.0555555556vw;
  }
  .p-reform--exhaust-fan .p-reform-icon img {
    width: 3.5416666667vw;
  }
  .p-reform--door .p-reform-icon img {
    width: 3.75vw;
  }
  .p-reform--water-heater .p-reform-icon img {
    width: 2.6388888889vw;
  }
  .p-reform--wall .p-reform-icon img {
    width: 4.2361111111vw;
  }
  .p-reform--japanese-style-room .p-reform-icon img {
    width: 3.4027777778vw;
  }
  .p-reform--exterior .p-reform-icon img {
    width: 3.8194444444vw;
  }
  .p-reform--full-reform .p-reform-icon img {
    width: 3.6111111111vw;
  }
  .p-reform-content {
    width: 14.9305555556vw;
  }
  .p-reform-ttl {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup-reform {
    gap: 18px;
    width: 1174px;
  }
  .p-reform {
    width: 280px;
  }
  .p-reform a {
    padding-left: 12px;
    height: 75px;
    border-width: 1px;
    border-radius: 4px;
  }
  .p-reform a:after {
    right: 6px;
    bottom: 6px;
    border-width: 0px 0px 12px 12px;
  }
  .p-reform-icon {
    width: 60px;
    height: 51px;
  }
  .p-reform--kitchen .p-reform-icon img {
    width: 47px;
  }
  .p-reform--bathroom .p-reform-icon img {
    width: 48px;
  }
  .p-reform--toilet .p-reform-icon img {
    width: 46px;
  }
  .p-reform--washroom .p-reform-icon img {
    width: 37px;
  }
  .p-reform--ih .p-reform-icon img {
    width: 44px;
  }
  .p-reform--exhaust-fan .p-reform-icon img {
    width: 51px;
  }
  .p-reform--door .p-reform-icon img {
    width: 54px;
  }
  .p-reform--water-heater .p-reform-icon img {
    width: 38px;
  }
  .p-reform--wall .p-reform-icon img {
    width: 61px;
  }
  .p-reform--japanese-style-room .p-reform-icon img {
    width: 49px;
  }
  .p-reform--exterior .p-reform-icon img {
    width: 55px;
  }
  .p-reform--full-reform .p-reform-icon img {
    width: 52px;
  }
  .p-reform-content {
    width: 215px;
  }
  .p-reform-ttl {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- pickup menu - */
.pickup-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.3333333333vw 0;
  margin: 6.6666666667vw auto 0 auto;
  width: 80vw;
}

.p-menu {
  width: 100%;
}

.p-menu 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;
  padding-left: 31.3333333333vw;
  height: 24vw;
  background-color: #ffffff;
  border-color: #1c9641;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.0666666667vw;
  overflow: hidden;
}
.p-menu a:before {
  content: "";
  position: absolute;
  top: -8.6666666667vw;
  left: -5.3333333333vw;
  display: inline-block;
  width: 38.9333333333vw;
  height: 39.0666666667vw;
  background-size: contain;
}
.p-menu a:after {
  content: "";
  position: absolute;
  top: 1.6vw;
  right: 2vw;
  display: inline-block;
  width: 44.4vw;
  height: 20.8vw;
  background-image: url(../img/pickup/dot_sp.svg);
  background-size: contain;
}

.p-menu--works a:before {
  background-image: url(../img/pickup/works_sp.png);
}

.p-menu--company a:before {
  background-image: url(../img/pickup/company_sp.png);
}

.p-menu-inner {
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-menu-ja {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2em;
}

.p-menu-en {
  margin-top: 0.5em;
  color: #1c9641;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .pickup-menu {
    gap: 1.3888888889vw 2.7777777778vw;
    margin: 4.1666666667vw 0 0 0;
    width: auto;
  }
  .p-menu {
    width: 25.2777777778vw;
  }
  .p-menu a {
    padding-left: 9.7222222222vw;
    height: 7.7777777778vw;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .p-menu a:before {
    top: -2.7777777778vw;
    left: -3.9583333333vw;
    width: 14.4444444444vw;
    height: 14.5138888889vw;
  }
  .p-menu a:after {
    top: -0.6944444444vw;
    right: -0.6944444444vw;
    width: 17.5vw;
    height: 8.75vw;
    background-image: url(../img/pickup/dot.svg);
  }
  .p-menu a:hover {
    background-color: #f1f1f1;
  }
  .p-menu--works a:before {
    background-image: url(../img/pickup/works.png);
    background-image: image-set(url(../img/pickup/works.png) 1x, url(../img/pickup/works-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/pickup/works.png) 1x, url(../img/pickup/works-2x.png) 2x);
  }
  .p-menu--company a:before {
    background-image: url(../img/pickup/company.png);
    background-image: image-set(url(../img/pickup/company.png) 1x, url(../img/pickup/company-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/pickup/company.png) 1x, url(../img/pickup/company-2x.png) 2x);
  }
  .p-menu-ja {
    font-size: 1.25vw;
  }
  .p-menu-en {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup-menu {
    gap: 20px 40px;
    margin-top: 60px;
  }
  .p-menu {
    width: 364px;
  }
  .p-menu a {
    padding-left: 140px;
    height: 112px;
    border-width: 2px;
    border-radius: 8px;
  }
  .p-menu a:before {
    top: -40px;
    left: -57px;
    width: 208px;
    height: 209px;
  }
  .p-menu a:after {
    top: -10px;
    right: -10px;
    width: 252px;
    height: 126px;
  }
  .p-menu-ja {
    font-size: 1.8rem;
  }
  .p-menu-en {
    font-size: 1.4rem;
  }
}
/*  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: #1c9641;
  }
}
@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;
  margin-bottom: 8vw;
}

.carousel-main {
  position: relative;
  margin: 0 0 2.6666666667vw -2.8vw;
  padding: 0 4.8vw;
  width: 97.6vw;
  overflow: hidden;
}

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

.carousel-thumb {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}

.carousel-thumb .swiper-slide {
  margin-right: 1.8666666667vw;
  width: 21.6vw;
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
  cursor: pointer;
}
.carousel-thumb .swiper-slide img {
  aspect-ratio: 160/104;
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

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

@media screen and (max-width: 750px) {
  .post .carousel {
    margin-left: -6vw;
    width: 92vw;
  }
  .post .carousel-thumb {
    margin: 0 0 0 1.3333333333vw;
    width: 89.3333333333vw;
  }
  .post .carousel-thumb .swiper-slide {
    width: 20.9333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .carousel {
    margin: 0 auto 4.1666666667vw auto;
    width: 62.5vw;
  }
  .carousel-main {
    margin: 0 0 2.0833333333vw -4.375vw;
    padding: 0 4.375vw;
    width: 71.25vw;
  }
  .carousel-main .swiper-slide {
    width: 62.5vw;
  }
  .carousel-main .swiper-slide img {
    height: 40.8333333333vw;
    border-radius: 0.2777777778vw;
  }
  .carousel-thumb {
    width: 59.3055555556vw;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 1.25vw;
    width: 13.8888888889vw;
    border-width: 0.2777777778vw;
    border-radius: 0.2777777778vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .carousel-thumb .swiper-slide:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1441px) {
  .carousel {
    margin-bottom: 60px;
    width: 900px;
  }
  .carousel-main {
    margin: 0 0 30px -63px;
    padding: 0 63px;
    width: 1026px;
  }
  .carousel-main .swiper-slide {
    width: 900px;
  }
  .carousel-main .swiper-slide img {
    height: 588px;
    border-radius: 4px;
  }
  .carousel-thumb {
    width: 854px;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 18px;
    width: 200px;
    border-width: 4px;
    border-radius: 4px;
  }
}
/* ------------------------------------------- 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: "ZenKakuGothicNew", sans-serif;
}
.editor h2,
.editor h3,
.editor h4 {
  margin-top: 2.5em;
}
.editor p {
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
.editor strong {
  font-weight: 700;
}
.editor img {
  max-width: 100%;
  height: auto;
  border-radius: 1.0666666667vw;
}
.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: #1c9641;
}
.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 {
  padding: 0.35em 1em;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 1px;
  line-height: 1.5em;
}
.editor table thead {
  background-color: #f1f1f1;
}
.editor table thead th,
.editor table thead td {
  font-weight: 700;
}
.editor table tbody th {
  background-color: #f1f1f1;
  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.5555555556vw;
  }
  .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: 8px;
  }
  .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;
  padding: 10.6666666667vw 0 13.3333333333vw 0;
  background-image: url(../img/form/bg_sp.jpg);
  background-repeat: repeat;
}
@media screen and (min-width: 751px) {
  .form {
    padding: 5.5555555556vw 0;
    background-image: url(../img/form/bg.jpg);
    background-image: image-set(url(../img/form/bg.jpg) 1x, url(../img/form/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/form/bg.jpg) 1x, url(../img/form/bg-2x.jpg) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .form {
    padding: 80px 0;
  }
}
.form:before, .form:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.5333333333vw;
  background-image: url(../img/common/line.png);
  background-size: auto 0.5333333333vw;
  background-repeat: repeat-x;
}
@media screen and (min-width: 751px) {
  .form:before, .form:after {
    height: 0.2777777778vw;
    background-size: auto 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form:before, .form:after {
    height: 4px;
    background-size: auto 4px;
  }
}
.form:before {
  top: 0;
}
.form:after {
  bottom: 0;
}

.form .inner {
  position: relative;
  padding: 10.6666666667vw 6vw 13.3333333333vw 6vw;
  background-color: #ffffff;
  border-color: #e0dcc7;
  border-style: solid;
  border-width: 1.0666666667vw;
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 751px) {
  .form .inner {
    padding: 4.1666666667vw 4.8611111111vw;
    width: 61.1111111111vw;
    border-width: 0.4166666667vw;
    border-radius: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .inner {
    padding: 60px 70px;
    width: 880px;
    border-width: 6px;
    border-radius: 16px;
  }
}
.form .inner:before, .form .inner:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18.4vw;
  height: 27.7333333333vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form .inner:before, .form .inner:after {
    width: 7.2916666667vw;
    height: 11.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .inner:before, .form .inner:after {
    width: 105px;
    height: 169px;
  }
}
.form .inner:before {
  left: 2.6666666667vw;
  bottom: -7.4666666667vw;
}
@media screen and (min-width: 751px) {
  .form .inner:before {
    left: 2.2222222222vw;
    bottom: -2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .inner:before {
    left: 32px;
    bottom: -40px;
  }
}
.form .inner:after {
  top: -7.4666666667vw;
  right: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .form .inner:after {
    top: -2.6388888889vw;
    right: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .inner:after {
    top: -38px;
    right: 32px;
  }
}

.form-heading {
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .form-heading {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-heading {
    margin-bottom: 40px;
  }
}

.form-ja {
  position: relative;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .form-ja {
    display: inline-block;
    padding: 0 6.25vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-ja {
    padding: 0 90px;
    font-size: 3.2rem;
  }
}
.form-ja span {
  display: inline-block;
  margin-bottom: 0.3em;
  font-size: 4.8vw;
  color: #1c9641;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .form-ja span {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-ja span {
    font-size: 2.8rem;
  }
}
.form-ja:before, .form-ja:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 8.4vw;
  height: 13.7333333333vw;
  background-image: url(../img/form/leaf.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .form-ja:before, .form-ja:after {
    width: 3.4722222222vw;
    height: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-ja:before, .form-ja:after {
    width: 50px;
    height: 80%;
  }
}
.form-ja:before {
  left: -1.3333333333vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (min-width: 751px) {
  .form-ja:before {
    left: 0;
  }
}
.form-ja:after {
  right: -1.3333333333vw;
}
@media screen and (min-width: 751px) {
  .form-ja:after {
    right: 0;
  }
}

/* ------------------------------------------- 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: #2f2725;
  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.5em;
  width: 100%;
  height: 9.6vw;
  background-color: #f5f3e9;
  border-radius: 1.0666666667vw;
  color: #2f2725;
  font-family: "ZenKakuGothicNew", 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: 5vw;
    border-radius: 0.5555555556vw;
    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: 72px;
    border-radius: 8px;
    font-size: 16px;
  }
}

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

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

.form-input textarea {
  padding: 1em 0.5em;
  width: 100%;
  height: 40vw;
  background-color: #f5f3e9;
  border-radius: 1.0666666667vw;
  font-family: "ZenKakuGothicNew", 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: 11.1111111111vw;
    border-radius: 0.5555555556vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input textarea {
    height: 160px;
    border-radius: 8px;
    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: #77c08d;
}

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

.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: #1c9641;
  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: #1c9641;
  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: #f5f3e9;
}
@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: #f5f3e9;
}

.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: #1c9641;
  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: #1c9641;
}
@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: 10.6666666667vw;
  background-color: #1c9641;
  border-color: #1c9641;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 5.3333333333vw;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .form-btn {
    -webkit-box-shadow: 0 0.5333333333vw 0 0 #107c30;
            box-shadow: 0 0.5333333333vw 0 0 #107c30;
    -webkit-transform: translateY(-0.5333333333vw);
            transform: translateY(-0.5333333333vw);
  }
}
@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 2.7777777778vw;
    width: 25vw;
    height: 5vw;
    border-width: 0.2083333333vw;
    border-radius: 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 40px;
    width: 360px;
    height: 72px;
    border-width: 3px;
    border-radius: 36px;
  }
}
.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: "ZenKakuGothicNew", 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-gr.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: #1c9641;
  }
}

::-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 #1c9641 !important;
}

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

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

/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- heading-1 - */
.heading-1 {
  position: relative;
  margin-bottom: 1.2em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  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: #f5f3e9;
  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: 1.0416666667vw 2.2222222222vw;
    border-radius: 0.2777777778vw;
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2,
  .heading-2 {
    padding: 15px 32px;
    border-radius: 4px;
    font-size: 2.8rem;
  }
}
.editor h2:before,
.heading-2:before {
  content: "";
  position: absolute;
  top: -1.3333333333vw;
  left: 3.0666666667vw;
  display: inline-block;
  width: 14vw;
  height: 16vw;
  background-image: url(../img/post/dot.svg);
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .editor h2:before,
  .heading-2:before {
    top: -0.9027777778vw;
    left: 1.25vw;
    width: 5.2083333333vw;
    height: 5.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2:before,
  .heading-2:before {
    top: -13px;
    left: 18px;
    width: 75px;
    height: 86px;
  }
}

/* ------------------------------------------- heading-3 - */
.editor h3,
.heading-3 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 3.2vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .editor h3,
  .heading-3 {
    padding-bottom: 1.1111111111vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h3,
  .heading-3 {
    padding-bottom: 16px;
    font-size: 2.4rem;
  }
}
.editor h3:before,
.heading-3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1.0666666667vw;
  background-image: url(../img/post/line.png);
  background-size: auto 1.0666666667vw;
  background-repeat: repeat-x;
}
@media screen and (min-width: 751px) {
  .editor h3:before,
  .heading-3:before {
    height: 0.2777777778vw;
    background-size: auto 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h3:before,
  .heading-3:before {
    height: 4px;
    background-size: auto 4px;
  }
}

/* ------------------------------------------- heading-3 - */
.editor h4,
.heading-4 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  border-bottom-color: #e1f4e7;
  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 4.2666666667vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.25em;
}
@media screen and (min-width: 751px) {
  .heading-5 {
    padding-left: 1.7361111111vw;
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-5 {
    padding-left: 25px;
    font-size: 2.8rem;
  }
}
.heading-5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.0666666667vw;
  height: 100%;
  background-color: #1c9641;
  border-radius: 0.4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .heading-5:before {
    width: 0.4166666667vw;
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-5:before {
    width: 6px;
    border-radius: 3px;
  }
}

/*  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: 2.7777777778vw;
    padding: 2.4305555556vw 1.875vw;
  }
}
@media screen and (min-width: 1441px) {
  .lead {
    margin-bottom: 40px;
    padding: 35px 27px;
  }
}
.lead:before, .lead:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.5333333333vw;
  background-image: url(../img/common/line.png);
  background-size: auto 0.5333333333vw;
  background-repeat: repeat-x;
}
@media screen and (min-width: 751px) {
  .lead:before, .lead:after {
    height: 0.2777777778vw;
    background-size: auto 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .lead:before, .lead:after {
    height: 4px;
    background-size: auto 4px;
  }
}
.lead:before {
  top: 0;
}
.lead:after {
  bottom: 0;
}

/*  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: "Lato", cursive;
  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: 1200px;
  }
  .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: #d3d2d2;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
  color: #1c9641;
  font-family: "Lato", cursive;
  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: #1c9641;
  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: #d3d2d2;
  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: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-normal-gr.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: #77c08d;
    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: #77c08d;
  }
  .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: 94.6666666667vw;
}

.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: 9.3333333333vw;
}
.pagenavi-prev a span,
.pagenavi-next a span,
.pagenavi-back a span {
  position: relative;
  padding: 1.0666666667vw 0;
  font-size: 3.7333333333vw;
  line-height: 1.4em;
}
.pagenavi-prev a span:after,
.pagenavi-next a span:after,
.pagenavi-back a span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #2f2725;
}

.pagenavi-prev a:after,
.pagenavi-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenavi-prev a:after {
  left: 0;
  background-image: url(../img/post/prev-gr.svg);
}

.pagenavi-next a:after {
  right: 0;
  background-image: url(../img/post/next-gr.svg);
}

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

.pagenavi-prev {
  left: 0;
}
.pagenavi-prev a {
  padding-left: 11.3333333333vw;
}

.pagenavi-next {
  right: 0;
}
.pagenavi-next a {
  padding-right: 11.3333333333vw;
}

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

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

::-webkit-full-page-media,
:future,
:root .pagenavi-next a:after {
  -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: 751px) {
  .pagenavi {
    margin-top: 3.4722222222vw;
    width: 40.2777777778vw;
    height: 3.4722222222vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a,
  .pagenavi-back a {
    height: 3.4722222222vw;
  }
  .pagenavi-prev a span,
  .pagenavi-next a span,
  .pagenavi-back a span {
    padding: 0.3472222222vw;
    font-size: 1.1111111111vw;
  }
  .pagenavi-prev a span:after,
  .pagenavi-next a span:after,
  .pagenavi-back a span:after {
    height: 0.0694444444vw;
  }
  .pagenavi-prev a:hover span,
  .pagenavi-next a:hover span,
  .pagenavi-back a:hover span {
    color: #7e7e7e;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    -webkit-transition: background-image 0.2s, -webkit-transform 0.2s;
    transition: background-image 0.2s, -webkit-transform 0.2s;
    transition: background-image 0.2s, transform 0.2s;
    transition: background-image 0.2s, transform 0.2s, -webkit-transform 0.2s;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 11.1111111111vw;
  }
  .pagenavi-prev a {
    padding-left: 4.5138888889vw;
  }
  .pagenavi-prev a:hover:after {
    background-image: url(../img/post/prev-gy.svg);
    -webkit-transform: translateX(-0.2em) translateY(-50%);
            transform: translateX(-0.2em) translateY(-50%);
  }
  .pagenavi-next a {
    padding-right: 4.5138888889vw;
  }
  .pagenavi-next a:hover:after {
    background-image: url(../img/post/next-gy.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .pagenavi-back {
    width: 7.6388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 50px;
    width: 580px;
    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 {
    padding: 5px;
    font-size: 1.6rem;
  }
  .pagenavi-prev a span:after,
  .pagenavi-next a span:after,
  .pagenavi-back a span:after {
    height: 1px;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 50px;
    height: 50px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 160px;
  }
  .pagenavi-prev a {
    padding-left: 65px;
  }
  .pagenavi-next a {
    padding-right: 65px;
  }
  .pagenavi-back {
    width: 110px;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
  margin: 0 auto;
  padding: 8vw 6vw;
  width: 92vw;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}

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

.post-image {
  margin-bottom: 7.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.2em 0.5em;
  background-color: #77c08d;
  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: #7e7e7e;
  font-family: "Lato", cursive;
  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 .editor {
  margin-top: 10.6666666667vw;
}

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

@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 {
    border-radius: 0.2083333333vw;
    font-size: 0.8333333333vw;
  }
  .post .editor {
    margin-top: 5.5555555556vw;
  }
}
@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 .editor {
    margin-top: 80px;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.term {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
  margin-bottom: 8vw;
}

.term dl {
  width: 100%;
}

.term dt {
  position: relative;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.25em;
}

.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;
  height: 12.8vw;
  background-color: #ffffff;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.3333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.18em;
}

.term-arrow .term-menu a {
  padding: 0 6vw 0 2.4vw;
}
.term-arrow .term-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-normal-gr.svg);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term-icon .term-menu a {
  padding: 0 2.6666666667vw 0 12vw;
}
.term-icon .term-menu a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.6666666667vw;
  display: inline-block;
  width: 6.4vw;
  height: 6.4vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term-menu--kitchen a:before {
  background-image: url(../img/reform/gr/kitchen.svg);
}

.term-menu--bathroom a:before {
  background-image: url(../img/reform/gr/bathroom.svg);
}

.term-menu--toilet a:before {
  background-image: url(../img/reform/gr/toilet.svg);
}

.term-menu--washroom a:before {
  background-image: url(../img/reform/gr/washroom.svg);
}

.term-menu--ih a:before {
  background-image: url(../img/reform/gr/ih.svg);
}

.term-menu--exhaust-fan a:before {
  background-image: url(../img/reform/gr/exhaust-fan.svg);
}

.term-menu--door a:before {
  background-image: url(../img/reform/gr/door.svg);
}

.term-menu--water-heater a:before {
  background-image: url(../img/reform/gr/water-heater.svg);
}

.term-menu--wall a:before {
  background-image: url(../img/reform/gr/wall.svg);
}

.term-menu--japanese-style-room a:before {
  background-image: url(../img/reform/gr/japanese-style-room.svg);
}

.term-menu--exterior a:before {
  background-image: url(../img/reform/gr/exterior.svg);
}

.term-menu--full-reform a:before {
  background-image: url(../img/reform/gr/full-reform.svg);
}

.term-menu--other a:before {
  background-image: url(../img/reform/gr/other.svg);
}

@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 4vw;
    background-color: #ffffff;
    height: 16vw;
    cursor: pointer;
  }
  .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: 0 0 0.1em 1.7361111111vw;
    font-size: 1.9444444444vw;
  }
  .term dt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 0.4166666667vw;
    height: 100%;
    background-color: #1c9641;
    border-radius: 0.2083333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .term-menu {
    gap: 1.1111111111vw;
    margin: 0;
  }
  .term-menu > li {
    width: 18.2638888889vw;
  }
  .term-menu a {
    height: 4.1666666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
    font-size: 1.0416666667vw;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
  }
  .term-menu a:hover {
    background-color: #f9f9f9;
  }
  .term-menu a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .term-arrow .term-menu a {
    padding: 0 2.4305555556vw 0 1.0416666667vw;
  }
  .term-arrow .term-menu a:after {
    right: 0.6944444444vw;
    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;
  }
  .term-icon .term-menu a {
    padding: 0 1.0416666667vw 0 4.8611111111vw;
  }
  .term-icon .term-menu a:before {
    left: 1.0416666667vw;
    width: 2.4305555556vw;
    height: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .term {
    gap: 50px;
    margin-bottom: 80px;
  }
  .term dt {
    padding-left: 25px;
    font-size: 2.8rem;
  }
  .term dt:before {
    width: 6px;
    border-radius: 3px;
  }
  .term-menu {
    gap: 16px;
  }
  .term-menu > li {
    width: 263px;
  }
  .term-menu a {
    height: 60px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 1.5rem;
  }
  .term-arrow .term-menu a {
    padding: 0 35px 0 15px;
  }
  .term-arrow .term-menu a:after {
    right: 10px;
    width: 8px;
    height: 12px;
  }
  .term-icon .term-menu a {
    padding: 0 15px 0 70px;
  }
  .term-icon .term-menu a:before {
    left: 15px;
    width: 35px;
    height: 35px;
  }
}
/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  overflow: hidden;
}
.ttl:before, .ttl:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16vw;
  height: 16vw;
  background-image: url(../img/common/dot.svg);
  background-size: contain;
  z-index: -1;
}
.ttl:before {
  left: -6.6666666667vw;
  bottom: -2.6666666667vw;
}
.ttl:after {
  top: -2.6666666667vw;
  right: -6.6666666667vw;
}

.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: 26.6666666667vw;
}
.ttl .inner:before, .ttl .inner:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.svg);
  background-size: contain;
  z-index: -1;
}
.ttl .inner:before {
  top: 2.1333333333vw;
  left: 14vw;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
}
.ttl .inner:after {
  right: 14vw;
  bottom: 2.1333333333vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}

.ttl-ja {
  position: relative;
  display: inline-block;
  padding: 0 9.3333333333vw;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}
.ttl-ja span {
  display: inline-block;
  font-size: 4vw;
  line-height: 1.2em;
}
.ttl-ja:before, .ttl-ja:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 6.4vw;
  height: 9.7333333333vw;
  background-image: url(../img/common/flower.png);
  background-size: contain;
  z-index: -1;
}
.ttl-ja:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.ttl-ja:after {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .ttl:before, .ttl:after {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .ttl:before {
    left: 20.3%;
    bottom: -2.4305555556vw;
  }
  .ttl:after {
    top: -2.4305555556vw;
    right: 20.3%;
  }
  .ttl .inner {
    width: 83.3333333333vw;
    height: 11.8055555556vw;
  }
  .ttl .inner:before {
    top: -0.1388888889vw;
    left: 25vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .ttl .inner:after {
    right: 25vw;
    bottom: -0.1388888889vw;
    width: 6.25vw;
    height: 6.25vw;
  }
  .ttl-ja {
    display: inline-block;
    padding: 0 6.5972222222vw;
    font-size: 2.7777777778vw;
  }
  .ttl-ja span {
    font-size: 1.9444444444vw;
  }
  .ttl-ja:before, .ttl-ja:after {
    width: 3.3333333333vw;
    height: 5.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl:before, .ttl:after {
    width: 120px;
    height: 120px;
  }
  .ttl:before {
    bottom: -35px;
  }
  .ttl:after {
    top: -35px;
  }
  .ttl .inner {
    width: 1200px;
    height: 170px;
  }
  .ttl .inner:before {
    top: -2px;
    left: 360px;
    width: 80px;
    height: 80px;
  }
  .ttl .inner:after {
    right: 360px;
    bottom: -2px;
    width: 90px;
    height: 90px;
  }
  .ttl-ja {
    padding: 0 95px;
    font-size: 4rem;
  }
  .ttl-ja span {
    font-size: 2.8rem;
  }
  .ttl-ja:before, .ttl-ja:after {
    width: 48px;
    height: 73px;
  }
}
/*  #blog
-------------------------------------------------------------------------------*/
.blog {
  position: relative;
  padding: 16vw 0 9.3333333333vw 0;
}

.blog .inner {
  width: 88vw;
}

.blog .heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 4vw;
}
.blog .heading:before, .blog .heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.blog .heading:before {
  top: -10.6666666667vw;
  left: -8.6666666667vw;
  width: 28.4vw;
  height: 20.1333333333vw;
  background-image: url(../img/blog/dot.svg);
}
.blog .heading:after {
  top: -0.4vw;
  left: 29.3333333333vw;
  width: 38.9333333333vw;
  height: 6.8vw;
  background-image: url(../img/blog/leaf.svg);
}

.blog .heading-en {
  top: -0.5em;
  margin: 0 0 0 1em;
}

.blog-btn {
  position: relative;
  margin-top: 4vw;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .blog-btn {
    left: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .blog {
    padding: 6.9444444444vw 0;
  }
  .blog .inner {
    width: 71.5277777778vw;
  }
  .blog .heading {
    margin-bottom: 6.9444444444vw;
  }
  .blog .heading:before {
    top: -3.8194444444vw;
    left: -7.2916666667vw;
    width: 10.5555555556vw;
    height: 7.5vw;
  }
  .blog .heading:after {
    top: 2.7777777778vw;
    left: 7.6388888889vw;
    width: 14.4444444444vw;
    height: 2.5vw;
  }
  .blog-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1441px) {
  .blog {
    padding: 100px 0;
  }
  .blog .inner {
    width: 1030px;
  }
  .blog .heading {
    margin-bottom: 50px;
  }
  .blog .heading:before {
    top: -55px;
    left: -105px;
    width: 152px;
    height: 108px;
  }
  .blog .heading:after {
    top: 40px;
    left: 110px;
    width: 208px;
    height: 36px;
  }
}
/*  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: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-post {
    gap: 60px 40px;
  }
  .works-post .p-works {
    width: 340px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- 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: #e1f4e7;
  border-radius: 0.5333333333vw;
  color: #1c9641;
  font-weight: 700;
}

.works-data dd {
  padding-top: 0.3em;
  font-weight: 500;
  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: #f1f1f1;
  border-radius: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
  .works-desc {
    margin-top: 2.7777777778vw;
    padding: 1.7361111111vw 3.125vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-desc {
    margin-top: 40px;
    padding: 25px 45px;
    border-radius: 4px;
  }
}
.works-desc p {
  font-weight: 500;
  line-height: 1.7em;
}

/* ------------------------------------------- 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: 310/205;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 751px) {
  .works-point > div:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .works-point-list {
    gap: 3.4722222222vw 2.0833333333vw;
  }
  .works-point-list > li {
    width: 19.4444444444vw;
  }
  .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 30px;
  }
  .works-point-list > li {
    width: 280px;
  }
  .works-point-image {
    margin-bottom: 15px;
    border-radius: 4px;
  }
}
/* ------------------------------------------- voice - */
.works-voice {
  position: relative;
  padding: 8vw 6vw;
  background-color: #f9f9f9;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
  overflow: hidden;
  z-index: 1;
}
.works-voice:before, .works-voice:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.svg);
  background-size: contain;
  z-index: -1;
}
.works-voice:before {
  top: 4vw;
  left: 4vw;
  width: 12vw;
  height: 12vw;
}
.works-voice:after {
  right: 2.6666666667vw;
  bottom: 4vw;
  width: 16vw;
  height: 16vw;
}

.works-voice .cursive {
  top: 4.6666666667vw;
  left: 53.3333333333vw;
}

.works-voice-heading {
  margin: 0 0 1em -3em;
  color: #1c9641;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
}

.works-voice-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .works-voice {
    padding: 3.4722222222vw 4.8611111111vw 2.7777777778vw 4.8611111111vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .works-voice:before {
    top: 1.3888888889vw;
    left: 2.7777777778vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .works-voice:after {
    right: 2.7777777778vw;
    bottom: 0.6944444444vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
  }
  .works-voice .cursive {
    top: 1.7361111111vw;
    left: 48.6111111111vw;
  }
  .works-voice-heading {
    margin-left: 0;
    font-size: 1.9444444444vw;
  }
  .works-voice-btn {
    margin-top: 2.0833333333vw;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-voice {
    padding: 50px 70px 40px 70px;
    border-width: 1px;
    border-radius: 4px;
  }
  .works-voice:before {
    top: 20px;
    left: 40px;
    width: 80px;
    height: 80px;
  }
  .works-voice:after {
    right: 40px;
    bottom: 10px;
    width: 100px;
    height: 100px;
  }
  .works-voice .cursive {
    top: 25px;
    left: 700px;
  }
  .works-voice-heading {
    font-size: 2.8rem;
  }
  .works-voice-btn {
    margin-top: 30px;
    width: 360px;
  }
}
/* ------------------------------------------- staff - */
.works-tantou {
  position: relative;
  margin-bottom: 8vw;
  padding: 9.3333333333vw 0 6.6666666667vw 0;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .works-tantou {
    margin-bottom: 2.7777777778vw;
    padding: 3.4722222222vw 1.875vw 2.4305555556vw 1.875vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-tantou {
    margin-bottom: 40px;
    padding: 50px 27px 35px 27px;
  }
}
.works-tantou:before, .works-tantou:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.5333333333vw;
  background-image: url(../img/common/line.png);
  background-size: auto 0.5333333333vw;
  background-repeat: repeat-x;
}
@media screen and (min-width: 751px) {
  .works-tantou:before, .works-tantou:after {
    height: 0.2777777778vw;
    background-size: auto 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-tantou:before, .works-tantou:after {
    height: 4px;
    background-size: auto 4px;
  }
}
.works-tantou:before {
  top: 0;
}
.works-tantou:after {
  bottom: 0;
}

.works-tantou-heading {
  position: relative;
  margin-bottom: 1.3em;
  font-size: 4.8vw;
  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.2666666667vw;
  height: 11.2vw;
  background-image: url(../img/feature/flower.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .works-tantou-heading span:before, .works-tantou-heading span:after {
    width: 3.125vw;
    height: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-tantou-heading span:before, .works-tantou-heading span:after {
    width: 45px;
    height: 60px;
  }
}
.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%);
}

/*  staff --> archive
-------------------------------------------------------------------------------*/
.staff-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw;
}

.c-staff {
  position: relative;
  padding: 5.3333333333vw 8vw 6.6666666667vw 8vw;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}

.c-staff-image {
  position: relative;
  margin-bottom: 4vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.c-staff-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 540/420;
}

.c-staff-position {
  margin-bottom: 0.5em;
  color: #1c9641;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.16em;
}

.c-staff-name {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.c-staff-message {
  margin-top: 3.3333333333vw;
}
.c-staff-message p {
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .staff-post {
    margin: 0 auto;
    width: 88vw;
  }
}
@media screen and (min-width: 751px) {
  .staff-post {
    gap: 2.0833333333vw 2.1527777778vw;
  }
  .c-staff {
    padding: 1.3888888889vw 1.3888888889vw 1.7361111111vw 1.3888888889vw;
    width: 24.0277777778vw;
    border-radius: 0.2777777778vw;
  }
  .c-staff-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.2777777778vw;
  }
  .c-staff-image img {
    aspect-ratio: 306/260;
  }
  .c-staff-position {
    font-size: 0.9722222222vw;
  }
  .c-staff-name {
    font-size: 1.3888888889vw;
  }
  .c-staff-message {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .staff-post {
    gap: 30px 31px;
  }
  .c-staff {
    padding: 20px 20px 25px 20px;
    width: 346px;
    border-radius: 4px;
  }
  .c-staff-image {
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .c-staff-position {
    font-size: 1.4rem;
  }
  .c-staff-name {
    font-size: 2rem;
  }
  .c-staff-message {
    margin-top: 15px;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
/*  blog --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mokuji - */
.blog-mokuji {
  position: relative;
  margin: 10.6666666667vw auto 0 auto;
  padding: 8vw 5.3333333333vw;
  width: 88vw;
  background-color: #ffffff;
  border-color: #ff9711;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.5333333333vw;
}

.blog-mokuji dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding-left: 13.3333333333vw;
  height: 9.0666666667vw;
  font-size: 4.8vw;
  font-weight: 700;
}
.blog-mokuji dt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  background-image: url(../img/blog/menu.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.blog-mokuji a {
  position: relative;
  display: block;
}

.blog-mokuji > dd > div {
  counter-reset: cnt;
}

.blog-mokuji > dd > div > a {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0;
}
.blog-mokuji > dd > div > a:before {
  position: relative;
  top: 0.01em;
  counter-increment: cnt;
  content: counter(cnt, decimal);
  margin-right: 2.6666666667vw;
  color: #1c9641;
  font-family: "Lato", cursive;
  font-size: 4.8vw;
}

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

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

.blog-mokuji > dd > div > div > a {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.6em;
}

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

.blog-mokuji > dd > div > div > div > a {
  color: #7e7e7e;
  font-size: 3.7333333333vw;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .blog-mokuji {
    margin-top: 2.7777777778vw;
    padding: 2.4305555556vw 4.5138888889vw;
    width: 54.5833333333vw;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
  }
  .blog-mokuji dt {
    margin-bottom: 1.3888888889vw;
    padding-left: 4.1666666667vw;
    height: 3.3333333333vw;
    font-size: 1.3888888889vw;
  }
  .blog-mokuji dt:after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .blog-mokuji > dd > div {
    padding-left: 5.5555555556vw;
  }
  .blog-mokuji > dd > div a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .blog-mokuji > dd > div a:hover {
    color: #1c9641;
  }
  .blog-mokuji > dd > div > a {
    font-size: 1.25vw;
  }
  .blog-mokuji > dd > div > a:before {
    margin-right: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
  .blog-mokuji > dd > div > div {
    margin-top: 1em;
    padding-left: 1.5277777778vw;
  }
  .blog-mokuji > dd > div > div > a {
    font-size: 1.1111111111vw;
  }
  .blog-mokuji > dd > div > div > div {
    margin-top: 1em;
    padding-left: 1.1111111111vw;
  }
  .blog-mokuji > dd > div > div > div > a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-mokuji {
    margin-top: 40px;
    padding: 35px 65px;
    width: 786px;
    border-width: 2px;
    border-radius: 4px;
  }
  .blog-mokuji dt {
    margin-bottom: 20px;
    padding-left: 60px;
    height: 48px;
    font-size: 2rem;
  }
  .blog-mokuji dt:after {
    width: 48px;
    height: 48px;
  }
  .blog-mokuji > dd > div {
    padding-left: 80px;
  }
  .blog-mokuji > dd > div > a {
    font-size: 1.8rem;
  }
  .blog-mokuji > dd > div > a:before {
    margin-right: 10px;
    font-size: 2rem;
  }
  .blog-mokuji > dd > div > div {
    padding-left: 22px;
  }
  .blog-mokuji > dd > div > div > a {
    font-size: 1.6rem;
  }
  .blog-mokuji > dd > div > div > div {
    padding-left: 16px;
  }
  .blog-mokuji > dd > div > div > div > a {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- related - */
.blog--related {
  margin-top: 18vw;
  padding-bottom: 0;
}
@media screen and (min-width: 751px) {
  .blog--related {
    margin-top: 7.6388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog--related {
    margin-top: 110px;
  }
}

/*  product --> tax archive
-------------------------------------------------------------------------------*/
.p-product {
  position: relative;
  background-color: #ffffff;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
}

.p-product-image {
  position: relative;
}
.p-product-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 64vw;
}

.p-product-setplan {
  position: relative;
  overflow: hidden;
}

.p-product-setplan > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.p-product-setplan > div img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 64vw;
}

.p-product-setplan--4 > div {
  width: 50%;
}

.p-product-setplan--4 > div img {
  height: 32vw;
}

.p-product-setplan--3 > div {
  width: 33.33333%;
}

.p-product-setplan--2 > div {
  width: 50%;
}

.p-product-setplan--1 > div {
  width: 100%;
}

.p-product-content {
  padding: 3.7333333333vw 5.3333333333vw;
}

.p-product-ttl {
  margin-bottom: 0.7em;
  max-height: 1.5em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-product-komikomi {
  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: 0.7em;
  padding: 0 1em;
  background-color: #ffed9a;
  height: 6.6666666667vw;
  border-radius: 3.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2em;
}

.p-product-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 22.6666666667vw;
}

.p-product-price-label {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0.4em 0.5em 0.5em 0.5em;
  border-color: #1c9641;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.2666666667vw;
  color: #1c9641;
  font-size: 3.6vw;
  font-weight: 500;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-product-price-num {
  position: relative;
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.p-product-price-num span {
  margin-right: 0.1em;
  color: #1c9641;
  font-family: "Lato", cursive;
  font-size: 10.4vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0;
}
.p-product-price-num:after {
  content: "（税込）";
  position: absolute;
  right: -0.8em;
  bottom: 1.9em;
  color: #2f2725;
  font-size: 2.6666666667vw;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .p-product {
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .p-product-image img {
    height: 17.7777777778vw;
  }
  .p-product-setplan > div img {
    height: 17.7777777778vw;
  }
  .p-product-setplan--4 > div img {
    height: 8.8888888889vw;
  }
  .p-product-content {
    padding: 1.3888888889vw;
  }
  .p-product-ttl {
    font-size: 1.3888888889vw;
  }
  .p-product-komikomi {
    height: 2.5vw;
    border-radius: 1.25vw;
    font-size: 1.25vw;
  }
  .p-product-price {
    padding-left: 6.25vw;
  }
  .p-product-price-label {
    border-width: 0.0694444444vw;
    border-radius: 0.1388888889vw;
    font-size: 0.9722222222vw;
  }
  .p-product-price-num {
    font-size: 1.1111111111vw;
  }
  .p-product-price-num span {
    font-size: 2.9166666667vw;
  }
  .p-product-price-num:after {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-product {
    border-width: 1px;
    border-radius: 4px;
  }
  .p-product-image img {
    height: 256px;
  }
  .p-product-setplan > div img {
    height: 256px;
  }
  .p-product-setplan--4 > div img {
    height: 128px;
  }
  .p-product-content {
    padding: 20px;
  }
  .p-product-ttl {
    font-size: 2.4rem;
  }
  .p-product-komikomi {
    height: 36px;
    border-radius: 18px;
    font-size: 1.8rem;
  }
  .p-product-price {
    padding-left: 90px;
  }
  .p-product-price-label {
    border-width: 1px;
    border-radius: 2px;
    font-size: 1.4rem;
  }
  .p-product-price-num {
    font-size: 1.6rem;
  }
  .p-product-price-num span {
    font-size: 4.2rem;
  }
  .p-product-price-num:after {
    font-size: 1.2rem;
  }
}
/*  product --> archive
-------------------------------------------------------------------------------*/
.product-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}

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

@media screen and (min-width: 751px) {
  .product-post {
    gap: 2.7777777778vw 3.125vw;
  }
  .product-post .p-product {
    width: 25.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .product-post {
    gap: 40px 45px;
  }
  .product-post .p-product {
    width: 370px;
  }
}
/* create --> common
-------------------------------------------------------------------------------*/
.create {
  padding-top: 10.6666666667vw;
  background-color: #f1f1f1;
}
@media screen and (min-width: 751px) {
  .create {
    padding-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .create {
    padding-top: 80px;
  }
}

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

@media screen and (min-width: 751px) {
  .create .inquiry .inner {
    width: 88.8888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .create .inquiry .inner {
    width: 1280px;
  }
}
@media screen and (max-width: 750px) {
  .create .inquiry .inner:before, .create .inquiry .inner:after {
    content: none;
  }
}
@media screen and (max-width: 750px) {
  .create .inquiry .inquiry-heading {
    margin-bottom: 5.3333333333vw;
  }
}
.create .inquiry .inquiry-ttl {
  font-size: 5.0666666667vw;
}
@media screen and (max-width: 750px) {
  .create .inquiry .inquiry-ttl {
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .create .inquiry .inquiry-ttl {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .create .inquiry .inquiry-ttl {
    font-size: 2.4rem;
  }
}
.create .inquiry .inquiry-cursive {
  top: -4vw;
  left: 50.6666666667vw;
}
@media screen and (min-width: 751px) {
  .create .inquiry .inquiry-cursive {
    top: -2.0833333333vw;
    left: 65.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .create .inquiry .inquiry-cursive {
    top: -30px;
    left: 950px;
  }
}
@media screen and (max-width: 750px) {
  .create .inquiry .inquiry-box {
    padding: 4vw 2vw;
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .create .inquiry .inquiry-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50vw;
  }
}
@media screen and (min-width: 1441px) {
  .create .inquiry .inquiry-box {
    width: 720px;
  }
}
@media screen and (min-width: 751px) {
  .create .inquiry .inquiry-box > div {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .create .inquiry .inquiry-box:before {
    left: auto;
    right: -2vw;
    bottom: 100%;
  }
}
@media screen and (min-width: 751px) {
  .create .inquiry .inquiry-call {
    margin: 0 auto 1.7361111111vw auto;
    width: 34.7222222222vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .create .inquiry .inquiry-call {
    margin: 0 auto 25px auto;
    width: 500px !important;
  }
}
@media screen and (min-width: 751px) {
  .create .inquiry .inquiry-label {
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .create .inquiry .inquiry-label {
    height: 30px;
    border-radius: 15px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 751px) {
  .create .inquiry .inquiry-call-num a {
    padding-left: 2.6388888889vw;
    font-size: 3.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .create .inquiry .inquiry-call-num a {
    padding-left: 38px;
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 751px) {
  .create .inquiry .inquiry-call-num a:before {
    margin-top: 0.02em;
    width: 1.875vw;
    height: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .create .inquiry .inquiry-call-num a:before {
    width: 27px;
    height: 35px;
  }
}
@media screen and (min-width: 751px) {
  .create .inquiry .inquiry-time {
    margin-top: 0.4em;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .create .inquiry .inquiry-time {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------- contact - */
.create-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.6666666667vw;
}

.create-contact > div {
  width: 42.6666666667vw;
  text-align: center;
}

.create-contact-label {
  position: relative;
  display: inline-block;
  margin-bottom: 1.6vw;
  padding: 0 3.3333333333vw 0.2em 3.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.2em;
  letter-spacing: 0;
}
.create-contact-label:before, .create-contact-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 2.2666666667vw;
  height: 4.9333333333vw;
  background-image: url(../img/create/slash.svg);
  background-size: contain;
}
.create-contact-label:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.create-contact-label:after {
  right: 0;
}

.create-btn 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: 11.2vw;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 5.6vw;
  -webkit-transform: translateY(-0.5333333333vw);
          transform: translateY(-0.5333333333vw);
  overflow: hidden;
}
.create-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
.create-btn a p {
  position: relative;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.23em;
  z-index: 1;
}
.create-btn a p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.create-btn--contact a {
  background-color: #ff8519;
  border-color: #ff8519;
  -webkit-box-shadow: 0.5333333333vw 0.5333333333vw 0 0 #fd6500;
          box-shadow: 0.5333333333vw 0.5333333333vw 0 0 #fd6500;
}
.create-btn--contact a:before {
  background-color: #ffffff;
}
.create-btn--contact a p {
  padding-left: 6.6666666667vw;
  color: #ffffff;
}
.create-btn--contact a p:before {
  width: 4vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/calc-wh.svg);
}

.create-btn--reserve a {
  background-color: #ffffff;
  border-color: #1c9641;
  -webkit-box-shadow: 0.5333333333vw 0.5333333333vw 0 0 #107c30;
          box-shadow: 0.5333333333vw 0.5333333333vw 0 0 #107c30;
}
.create-btn--reserve a:before {
  background-color: #1c9641;
}
.create-btn--reserve a p {
  padding-left: 7.7333333333vw;
  color: #33a327;
}
.create-btn--reserve a p:before {
  width: 5.0666666667vw;
  height: 4.5333333333vw;
  background-image: url(../img/common/shop-gr.svg);
}

::-webkit-full-page-media,
:future,
:root create-btn a span:before {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 751px) {
  .create-contact {
    gap: 2.2222222222vw;
  }
  .create-contact > div {
    width: 21.8055555556vw;
  }
  .create-contact-label {
    margin-bottom: 0.6944444444vw;
    padding: 0 1.7361111111vw 0.2em 1.7361111111vw;
    font-size: 1.1111111111vw;
  }
  .create-contact-label:before, .create-contact-label:after {
    width: 0.8333333333vw;
    height: 1.8055555556vw;
  }
  .create-btn a {
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 2.0833333333vw;
    border-width: 0.1388888889vw;
    -webkit-transform: translateY(-0.1388888889vw);
            transform: translateY(-0.1388888889vw);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .create-btn a:before {
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  .create-btn a p {
    font-size: 1.3888888889vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .create-btn a p:before {
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .create-btn a:hover:before {
    width: 100%;
  }
  .create-btn--contact a {
    -webkit-box-shadow: 0.1388888889vw 0.1388888889vw 0 0 #fd6500;
            box-shadow: 0.1388888889vw 0.1388888889vw 0 0 #fd6500;
  }
  .create-btn--contact a p {
    padding-left: 2.5vw;
  }
  .create-btn--contact a p:before {
    width: 1.6666666667vw;
    height: 2.2916666667vw;
  }
  .create-btn--contact a:hover p {
    color: #ff8519;
  }
  .create-btn--contact a:hover p:before {
    background-image: url(../img/common/calc-og.svg);
  }
  .create-btn--reserve a {
    -webkit-box-shadow: 0.1388888889vw 0.1388888889vw 0 0 #107c30;
            box-shadow: 0.1388888889vw 0.1388888889vw 0 0 #107c30;
  }
  .create-btn--reserve a p {
    padding-left: 3.3333333333vw;
  }
  .create-btn--reserve a p:before {
    width: 2.5vw;
    height: 2.2916666667vw;
  }
  .create-btn--reserve a:hover p {
    color: #ffffff;
  }
  .create-btn--reserve a:hover p:before {
    background-image: url(../img/common/shop-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .create-contact {
    gap: 32px;
  }
  .create-contact > div {
    width: 314px;
  }
  .create-contact-label {
    margin-bottom: 10px;
    padding: 0 25px 0.2em 25px;
    font-size: 1.6rem;
  }
  .create-contact-label:before, .create-contact-label:after {
    width: 12px;
    height: 26px;
  }
  .create-btn a {
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
    border-width: 2px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .create-btn a p {
    font-size: 2rem;
  }
  .create-btn--contact a {
    -webkit-box-shadow: 2px 2px 0 0 #fd6500;
            box-shadow: 2px 2px 0 0 #fd6500;
  }
  .create-btn--contact a p {
    padding-left: 36px;
  }
  .create-btn--contact a p:before {
    width: 24px;
    height: 33px;
  }
  .create-btn--reserve a {
    -webkit-box-shadow: 2px 2px 0 0 #107c30;
            box-shadow: 2px 2px 0 0 #107c30;
  }
  .create-btn--reserve a p {
    padding-left: 48px;
  }
  .create-btn--reserve a p:before {
    width: 36px;
    height: 33px;
  }
}
/* create --> mv
-------------------------------------------------------------------------------*/
.create-mv {
  position: relative;
  margin: 0 auto 13.3333333333vw auto;
  padding: 0.1333333333vw 0;
  width: 92vw;
  background-image: url(../img/create/bg_sp.jpg);
  background-size: cover;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.create-mv:before, .create-mv:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.3333333333vw;
  background-color: #1c9641;
  z-index: 2;
}
.create-mv:before {
  top: 0;
}
.create-mv:after {
  bottom: 0;
}

.create-inner {
  position: relative;
  padding: 5.3333333333vw 2vw;
  text-align: center;
  z-index: 1;
}
.create-inner:before {
  content: "";
  position: absolute;
  top: -4.6666666667vw;
  left: 50%;
  width: 99.0666666667vw;
  height: 85.3333333333vw;
  background-image: url(../img/create/polygon.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

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

.create-mv-ttl {
  position: relative;
  margin-bottom: 3.3333333333vw;
  padding: 3.3333333333vw 0;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.create-mv-ttl span {
  color: #1c9641;
}
.create-mv-ttl:before, .create-mv-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 61.6vw;
  height: 1.6vw;
  background-image: url(../img/common/dot_sp.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.create-mv-ttl:before {
  top: 0;
}
.create-mv-ttl:after {
  bottom: 0;
}

.create-mv-images {
  position: relative;
  margin: 0 0 4vw 34vw;
  width: 50vw;
}

.create-mv-target {
  position: absolute;
  top: -1.3333333333vw;
  left: -31.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;
  width: 28.9333333333vw;
  height: 25.0666666667vw;
  background-image: url(../img/create/frame_sp.png);
  background-size: contain;
  z-index: 1;
}
.create-mv-target p {
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.33em;
  letter-spacing: 0.025em;
}

.create-mv-image {
  height: 38.6666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.create-mv-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 38.6666666667vw;
}

.create-mv-en {
  position: absolute;
  left: -30vw;
  bottom: 0;
  font-family: "Allura", cursive;
  font-size: 9.6vw;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .create-mv-label {
    min-width: 80.5333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .create-mv {
    margin: 0 auto 5.5555555556vw auto;
    padding: 0.6944444444vw 0;
    width: 76.3888888889vw;
    background-image: url(../img/create/bg.jpg);
    background-image: image-set(url(../img/create/bg.jpg) 1x, url(../img/create/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/create/bg.jpg) 1x, url(../img/create/bg-2x.jpg) 2x);
    border-radius: 0.2777777778vw;
  }
  .create-mv:before, .create-mv:after {
    height: 0.6944444444vw;
  }
  .create-inner {
    padding: 3.2638888889vw 28.125vw 2.7777777778vw 2.7777777778vw;
    min-height: 29.8611111111vw;
  }
  .create-inner:before {
    top: 50%;
    left: -1.0416666667vw;
    width: 53.1944444444vw;
    height: 46.0416666667vw;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  .create-mv-label {
    margin-bottom: 1.3888888889vw;
    padding: 0.5em 1em;
    font-size: 1.3888888889vw;
  }
  .create-mv-ttl {
    margin-bottom: 1.3888888889vw;
    padding: 1.7361111111vw 0;
    font-size: 2.5vw;
  }
  .create-mv-ttl:before, .create-mv-ttl:after {
    width: 32.0833333333vw;
    height: 0.8333333333vw;
    background-image: url(../img/common/dot.png);
  }
  .create-mv-images {
    position: absolute;
    top: 50%;
    margin: 0;
    right: 2.0833333333vw;
    width: 25.2777777778vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .create-mv-target {
    top: -1.6666666667vw;
    left: -3.75vw;
    width: 9.4444444444vw;
    height: 8.1944444444vw;
    background-image: url(../img/create/frame.png);
  }
  .create-mv-target p {
    font-size: 1.25vw;
  }
  .create-mv-image {
    height: 23.6111111111vw;
    border-radius: 1.3888888889vw;
  }
  .create-mv-image img {
    height: 23.6111111111vw;
  }
  .create-mv-en {
    left: auto;
    right: -0.9722222222vw;
    bottom: -1.5277777778vw;
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .create-mv {
    margin: 0 auto 80px auto;
    padding: 10px 0;
    width: 1100px;
    border-radius: 4px;
  }
  .create-mv:before, .create-mv:after {
    height: 10px;
  }
  .create-inner {
    padding: 47px 405px 40px 40px;
    min-height: 430px;
  }
  .create-inner:before {
    left: -15px;
    width: 766px;
    height: 663px;
  }
  .create-mv-label {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .create-mv-ttl {
    margin-bottom: 20px;
    padding: 25px 0;
    font-size: 3.6rem;
  }
  .create-mv-ttl:before, .create-mv-ttl:after {
    width: 462px;
    height: 12px;
  }
  .create-mv-images {
    right: 30px;
    width: 364px;
  }
  .create-mv-target {
    top: -24px;
    left: -54px;
    width: 136px;
    height: 118px;
  }
  .create-mv-target p {
    font-size: 1.8rem;
  }
  .create-mv-image {
    height: 340px;
    border-radius: 20px;
  }
  .create-mv-image img {
    height: 340px;
  }
  .create-mv-en {
    right: -14px;
    bottom: -22px;
    font-size: 6.4rem;
  }
}
/* create --> plan
-------------------------------------------------------------------------------*/
.create-plan {
  background-color: #ffffff;
}

.create-plan .inner section:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .create-plan .inner section:nth-of-type(n + 2) {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .create-plan .inner section:nth-of-type(n + 2) {
    margin-top: 80px;
  }
}

.create-plan-heading {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
  background-color: #edeadb;
  border-radius: 0.5333333333vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .create-plan-heading {
    border-radius: 0.2777777778vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .create-plan-heading {
    border-radius: 4px;
    font-size: 3rem;
  }
}
.create-plan-heading span {
  position: relative;
  display: inline-block;
}
.create-plan-heading span.gr {
  color: #1c9641;
}

/* create --> problem
-------------------------------------------------------------------------------*/
/* ------------------------------------------- problem 1 - */
.problem-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw;
}

.p-problem {
  position: relative;
  width: 100%;
  padding: 4vw;
  background-color: #ffffff;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
}

.p-problem-image {
  margin-bottom: 4.6666666667vw;
  border-radius: 0.5333333333vw;
  aspect-ratio: 350/240;
  overflow: hidden;
}
.p-problem-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 350/240;
}

.p-problem-ttl {
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 1.8em;
  font-size: 4.6666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}
.p-problem-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/problem/check.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .problem-post {
    gap: 2.0833333333vw;
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .p-problem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.0833333333vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .p-problem-image {
    margin: 0;
    width: 24.3055555556vw;
    border-radius: 0.2777777778vw;
  }
  .p-problem-content {
    padding-top: 1em;
    width: 37.5vw;
  }
  .p-problem-ttl {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .problem-post {
    gap: 30px;
    width: 1000px;
  }
  .p-problem {
    padding: 30px;
    border-width: 1px;
    border-radius: 4px;
  }
  .p-problem-image {
    width: 350px;
    border-radius: 4px;
  }
  .p-problem-content {
    width: 540px;
  }
  .p-problem-ttl {
    font-size: 2.4rem;
  }
}
/* ------------------------------------------- problem 2 - */
.problem-post2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
}
.problem-post2 > li {
  position: relative;
  padding: 0.7em 1.5em 0.7em 3em;
  background-color: #ffffff;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 1px;
  border-radius: 5em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.2em;
}
.problem-post2 > li:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 1.2em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/problem/check.svg);
  background-size: contain;
}

.problem-text {
  margin-top: 5.3333333333vw;
}

@media screen and (max-width: 750px) {
  .problem-post2 > li {
    width: 100%;
  }
  .problem-text {
    margin-left: auto;
    margin-right: auto;
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .problem-post2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.0416666667vw;
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .problem-post2 > li {
    padding: 1em 2em 1em 4em;
    border-width: 0.0694444444vw;
    font-size: 1.25vw;
  }
  .problem-post2 > li:before {
    top: 1em;
    left: 2em;
  }
  .problem-text {
    margin-top: 2.0833333333vw;
  }
  .problem-text p {
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .problem-post2 {
    gap: 15px;
    width: 1000px;
  }
  .problem-post2 > li {
    border-width: 1px;
    font-size: 1.8rem;
  }
  .problem-text {
    margin-top: 30px;
  }
}
/* create --> option
-------------------------------------------------------------------------------*/
.create-option {
  background-color: #ffffff;
}

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

.p-option {
  position: relative;
  padding: 4vw 4vw 6.6666666667vw 4vw;
  width: 100%;
  background-color: #f5f3e9;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
}

.p-option-ttl {
  position: relative;
  margin-bottom: 0.5em;
  color: #1c9641;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

.p-option-price {
  position: relative;
  margin-bottom: 0.7em;
  display: inline-block;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.1em;
}
.p-option-price span {
  display: inline-block;
  margin-right: 0.1em;
  font-family: "Lato", cursive;
  font-size: 11.2vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0;
}
.p-option-price:after {
  content: "（税込）";
  position: absolute;
  right: 0.8em;
  bottom: 1.8em;
  font-size: 2.9333333333vw;
}

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

.p-option-text p {
  font-size: 3.4666666667vw;
}

.p-option-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
  margin-top: 4vw;
}

.p-option-btn 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;
  padding: 0.5em 9.3333333333vw;
  background-color: #77c08d;
  border-color: #77c08d;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.5333333333vw;
}
.p-option-btn a span {
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.4em;
}
.p-option-btn a: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;
}

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

@media screen and (max-width: 750px) {
  .p-option-btn a {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .option-post {
    gap: 2.0833333333vw;
  }
  .p-option {
    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: 1.3888888889vw;
    width: 69.4444444444vw;
    border-width: 0.0694444444vw;
    border-radius: 0.6944444444vw;
  }
  .p-option-image {
    margin: 0;
    width: 23.6111111111vw;
    border-radius: 0.6944444444vw;
  }
  .p-option-image img {
    aspect-ratio: 340/340;
  }
  .p-option-content {
    padding: 1.0416666667vw 1.0416666667vw 0 0;
    width: 39.5833333333vw;
  }
  .p-option-ttl {
    font-size: 1.6666666667vw;
  }
  .p-option-price {
    font-size: 1.3888888889vw;
  }
  .p-option-price span {
    font-size: 3.8888888889vw;
  }
  .p-option-price:after {
    right: 0.8em;
    bottom: 1.8em;
    font-size: 0.9722222222vw;
  }
  .p-option-text p {
    font-size: 1.0416666667vw;
  }
  .p-option-btn {
    gap: 0.6944444444vw;
    margin-top: 1.0416666667vw;
  }
  .p-option-btn a {
    padding: 0 2.0833333333vw 0 1.0416666667vw;
    border-width: 0.1388888889vw;
    height: 2.0833333333vw;
    border-radius: 0.2777777778vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .p-option-btn a span {
    font-size: 1.0416666667vw;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .p-option-btn a:after {
    right: 0.6944444444vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
  }
  .p-option-btn a:hover {
    background-color: #ffffff;
  }
  .p-option-btn a:hover span {
    color: #1c9641;
  }
  .p-option-btn a:hover:after {
    background-image: url(../img/common/arrow-normal-gr.svg);
  }
}
@media screen and (min-width: 1441px) {
  .option-post {
    gap: 30px;
  }
  .p-option {
    padding: 20px;
    width: 1000px;
    border-width: 1px;
    border-radius: 10px;
  }
  .p-option-image {
    width: 340px;
    border-radius: 10px;
  }
  .p-option-content {
    padding: 15px 15px 0 0;
    width: 570px;
  }
  .p-option-ttl {
    font-size: 2.4rem;
  }
  .p-option-price {
    font-size: 2rem;
  }
  .p-option-price span {
    font-size: 5.6rem;
  }
  .p-option-price:after {
    font-size: 1.4rem;
  }
  .p-option-text p {
    font-size: 1.5rem;
  }
  .p-option-btn {
    gap: 10px;
    margin-top: 15px;
  }
  .p-option-btn a {
    padding: 0 30px 0 15px;
    border-width: 2px;
    height: 30px;
    border-radius: 4px;
  }
  .p-option-btn a span {
    font-size: 1.5rem;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .p-option-btn a:after {
    right: 10px;
    width: 8px;
    height: 12px;
  }
}
/*  #which
-------------------------------------------------------------------------------*/
.create-which {
  background-color: #ffffff;
}

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

.p-which {
  position: relative;
  padding: 2.6666666667vw 2.6666666667vw 4vw 2.6666666667vw;
  background-color: #ffffff;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
  width: 100%;
}

.p-which-image {
  margin-bottom: 4vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.p-which-ttl {
  position: relative;
  color: #1c9641;
  font-size: 4.8vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.5em;
}
.p-which-ttl span {
  position: relative;
  display: inline-block;
  padding: 0 1.2em;
}
.p-which-ttl span:before, .p-which-ttl span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.8em;
  height: 0.8em;
  background-color: #77c08d;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-which-ttl span:before {
  left: 0;
}
.p-which-ttl span:after {
  right: 0;
}

.p-which-text {
  margin-top: 1em;
}

.p-which-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw;
  margin-top: 2em;
  text-align: left;
}
.p-which-data dl {
  width: 100%;
}
.p-which-data dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2vw;
  padding: 0 1.5em;
  height: 8vw;
  border-radius: 4vw;
  font-family: "Lato", cursive;
  font-weight: 700;
  line-height: 1.1em;
}
.p-which-data dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin: 0 2em;
}
.p-which-data dd ul li {
  position: relative;
  padding-left: 1em;
  width: 100%;
  line-height: 1.5em;
}
.p-which-data dd ul li:before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: #7e7e7e;
  border-radius: 50%;
}

.p-which-data--merit dt {
  background-color: #e1f4e7;
}
.p-which-data--merit dd ul li:before {
  background-color: #1c9641;
}

.p-which-data--demerit dt {
  background-color: #d3d2d2;
}
.p-which-data--demerit dd ul li:before {
  background-color: #7e7e7e;
}

.p-which-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  margin: 1.5em 1em 0 1.5em;
}
.p-which-point dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  font-size: 3.4666666667vw;
}
.p-which-point dt {
  padding: 0.2em 0;
  width: 6em;
  background-color: #77c08d;
  border-radius: 0.5333333333vw;
  color: #ffffff;
  text-align: center;
  line-height: 1.2em;
}
.p-which-point dd {
  padding-top: 0.1em;
  width: calc(100% - 7em);
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .create-which .promise {
    margin-top: 3.4722222222vw;
  }
  .which-post {
    gap: 2.0833333333vw 2.7777777778vw;
    margin: 0 auto;
    width: 62.5vw;
  }
  .p-which {
    padding: 1.0416666667vw 1.0416666667vw 1.3888888889vw 1.0416666667vw;
    width: 27.7777777778vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .p-which-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.6944444444vw;
  }
  .p-which-ttl {
    font-size: 1.6666666667vw;
  }
  .p-which-data {
    gap: 1.3888888889vw;
  }
  .p-which-data dt {
    margin-bottom: 1.0416666667vw;
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
  }
  .p-which-point {
    margin: 1.5em 0 0 0;
  }
  .p-which-point dl {
    font-size: 1.0416666667vw;
  }
  .p-which-point dt {
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .create-which .promise {
    margin-top: 50px;
  }
  .which-post {
    gap: 30px 40px;
    width: 900px;
  }
  .p-which {
    padding: 15px 15px 20px 15px;
    width: 400px;
    border-width: 1px;
    border-radius: 4px;
  }
  .p-which-image {
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .p-which-ttl {
    font-size: 2.4rem;
  }
  .p-which-data {
    gap: 20px;
  }
  .p-which-data dt {
    margin-bottom: 15px;
    height: 30px;
    border-radius: 15px;
  }
  .p-which-point dl {
    font-size: 1.5rem;
  }
  .p-which-point dt {
    border-radius: 4px;
  }
}
/*  #type
-------------------------------------------------------------------------------*/
.create-type {
  background-color: #f1f1f1;
}

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

.p-type {
  width: 100%;
}

.p-type-image {
  margin-bottom: 4vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.p-type-ttl {
  position: relative;
  padding-bottom: 4vw;
  color: #1c9641;
  font-size: 4.8vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.5em;
}
.p-type-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.5333333333vw;
  background-image: url(../img/common/line.png);
  background-size: auto 0.5333333333vw;
  background-repeat: repeat-x;
}

.p-type-text {
  margin-top: 1em;
}

@media screen and (min-width: 751px) {
  .type-post {
    gap: 3.4722222222vw;
    margin: 0 auto;
    width: 47.9166666667vw;
  }
  .p-type {
    width: 22.2222222222vw;
  }
  .p-type-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 0.6944444444vw;
  }
  .p-type-ttl {
    font-size: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
  }
  .p-type-ttl:after {
    height: 0.2777777778vw;
    background-size: auto 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .type-post {
    gap: 50px;
    width: 690px;
  }
  .p-type {
    width: 320px;
  }
  .p-type-image {
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .p-type-ttl {
    font-size: 2rem;
    padding-bottom: 20px;
  }
  .p-type-ttl:after {
    height: 4px;
    background-size: auto 4px;
  }
}
/* create --> reason
-------------------------------------------------------------------------------*/
.create-reason {
  background-image: url(../img/reason/bg_sp.jpg);
  background-repeat: repeat;
}

@media screen and (min-width: 751px) {
  .create-reason {
    background-image: url(../img/reason/bg.jpg);
    background-image: image-set(url(../img/reason/bg.jpg) 1x, url(../img/reason/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/reason/bg.jpg) 1x, url(../img/reason/bg-2x.jpg) 2x);
  }
}
/* create --> blog
-------------------------------------------------------------------------------*/
.create-blog {
  background-color: #ffffff;
}

/* create --> faq-post
-------------------------------------------------------------------------------*/
.create-faq {
  background-color: #e1f4e7;
}

.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: #ffffff;
  border-radius: 1.3333333333vw;
}

.p-faq dt {
  position: relative;
  padding: 3.2vw 9.3333333333vw 3.2vw 9.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.35em;
  cursor: pointer;
}
.p-faq dt:before {
  content: "Q";
  position: absolute;
  top: 2.6666666667vw;
  left: 0.6666666667vw;
  color: #1c9641;
  font-family: "Lato", cursive;
  font-size: 6.9333333333vw;
  font-weight: 900;
}
.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;
  border-top-color: #d3d2d2;
  border-top-style: solid;
  border-top-width: 1px;
  color: #2f2725;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.6em;
}

.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.6944444444vw;
  }
  .p-faq dt {
    padding: 1.5972222222vw 2.4305555556vw 1.5972222222vw 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;
  }
}
@media screen and (min-width: 1441px) {
  .faq-post {
    gap: 20px;
    width: 1000px;
  }
  .p-faq {
    padding: 0 20px;
    border-radius: 10px;
  }
  .p-faq dt {
    padding: 23px 35px 23px 60px;
    font-size: 1.8rem;
  }
  .p-faq dt:before {
    top: 21px;
    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;
  }
}
/* 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: 4vw 4vw 6.6666666667vw 4vw;
  width: 100%;
  background-color: #ffffff;
  border-color: #d3d2d2;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
}

.p-subsidy-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 1.3333333333vw;
  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/220;
}

.p-subsidy-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 3.2vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.p-subsidy-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1.0666666667vw;
  background-image: url(../img/post/line.png);
  background-size: auto 1.0666666667vw;
  background-repeat: repeat-x;
}

.p-subsidy-btn {
  margin-top: 4vw;
}

@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: 1.3888888889vw;
    width: 69.4444444444vw;
    border-width: 0.0694444444vw;
    border-radius: 0.6944444444vw;
  }
  .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 {
    padding: 1.3888888889vw 0 0 1.0416666667vw;
    width: 39.5833333333vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-subsidy-ttl {
    padding-bottom: 1.1111111111vw;
    font-size: 1.6666666667vw;
  }
  .p-subsidy-ttl:before {
    height: 0.2777777778vw;
    background-size: auto 0.2777777778vw;
  }
  .p-subsidy-btn {
    margin-top: 1.3888888889vw;
    width: 20.8333333333vw;
  }
  .p-subsidy-btn .btn-main {
    padding: 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .subsidy-post {
    gap: 30px;
  }
  .p-subsidy {
    padding: 20px;
    width: 1000px;
    border-width: 1px;
    border-radius: 10px;
  }
  .p-subsidy-image {
    width: 340px;
    border-radius: 10px;
  }
  .p-subsidy-content {
    padding: 20px 0 0 15px;
    width: 570px;
  }
  .p-subsidy-ttl {
    padding-bottom: 16px;
    font-size: 2.4rem;
  }
  .p-subsidy-ttl:before {
    height: 4px;
    background-size: auto 4px;
  }
  .p-subsidy-btn {
    margin-top: 20px;
    width: 300px;
  }
  .p-subsidy-btn .btn-main {
    padding: 10px 0;
  }
}