@charset "UTF-8";
/* sub --> beginner
-------------------------------------------------------------------------------*/
.sub--beginner .sec--concept {
  padding-top: 0 !important;
  top: -6.6666666667vw;
  margin-bottom: -6.6666666667vw;
  padding-bottom: 4.6666666667vw;
}

.sub--beginner section:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}

@media screen and (max-width: 750px) {
  .sub--beginner .concept-desc {
    margin-bottom: 70vw;
  }
}
@media screen and (min-width: 751px) {
  .sub--beginner .sec--concept {
    top: -4.8611111111vw;
    margin-bottom: -4.8611111111vw;
    padding-bottom: 2.4305555556vw;
  }
  .sub--beginner section:nth-of-type(n + 2) {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--beginner .sec--concept {
    top: -70px;
    margin-bottom: -70px;
    padding-bottom: 35px;
  }
  .sub--beginner section:nth-of-type(n + 2) {
    margin-top: 80px;
  }
}
/* ------------------------------------------- reason - */
.reason > li {
  padding: 4vw;
  background-color: #fefefe;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.6666666667vw;
}

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

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

.reason-num {
  position: relative;
  left: -4vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6666666667vw;
  padding: 0 1.5em 0 1em;
  height: 8vw;
  background-color: #90c31f;
  border-radius: 0 4vw 4vw 0;
  color: #fefefe;
  font-family: "Poppins", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 600;
}

.reason-ttl {
  position: relative;
  margin-bottom: 0.7em;
  padding-bottom: 0.5em;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4.6666666667vw;
  font-weight: 700;
  line-height: 1.25em;
}
.reason-ttl:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 4vw);
  height: 0.6666666667vw;
  background-color: #eb6120;
  border-radius: 0 0.4vw 0.4vw 0;
}

.reason-desc p {
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .reason > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3888888889vw 1.3888888889vw 1.3888888889vw 2.0833333333vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
  }
  .reason > li:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .reason-image {
    margin-bottom: 0;
    width: 29.1666666667vw;
    border-radius: 0.6944444444vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .reason-content {
    width: 34.0277777778vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .reason-num {
    left: -2.0833333333vw;
    margin-bottom: 1.0416666667vw;
    height: 2.7777777778vw;
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
    font-size: 1.25vw;
  }
  .reason-ttl {
    font-size: 1.9444444444vw;
  }
  .reason-ttl:after {
    width: calc(100% + 2.0833333333vw);
    height: 0.2777777778vw;
    border-radius: 0 0.1388888889vw 0.1388888889vw 0;
  }
  .reason-desc p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .reason > li {
    padding: 20px 20px 20px 30px;
    border-width: 3px;
    border-radius: 10px;
  }
  .reason > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .reason-image {
    width: 420px;
    border-radius: 10px;
  }
  .reason-content {
    width: 490px;
  }
  .reason-num {
    left: -30px;
    margin-bottom: 15px;
    height: 40px;
    border-radius: 0 20px 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .reason-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .reason-ttl:after {
    width: calc(100% + 30px);
    height: 4px;
    border-radius: 0 2px 2px 0;
  }
}
/* sub --> common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
  padding: 6.6666666667vw 0 16vw 0;
}

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

.sub-lead {
  position: relative;
  margin-bottom: 9.3333333333vw;
  padding: 6vw 5.3333333333vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.sub-lead p {
  line-height: 1.6em;
}
.sub-lead p span {
  color: #90c31f;
  font-weight: 700;
}
.sub-lead:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6vw 6vw;
  border-color: transparent transparent #90c31f transparent;
}

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

.complete p,
.notfound p {
  line-height: 1.5em;
}

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

@media screen and (min-width: 751px) {
  .sub {
    padding: 2.0833333333vw 0 6.9444444444vw 0;
  }
  .sub-in {
    width: 69.4444444444vw;
  }
  .sub-lead {
    margin-bottom: 3.4722222222vw;
    padding: 1.7361111111vw 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
  .sub-lead p {
    line-height: 2em;
  }
  .sub-lead:after {
    border-width: 0 0 2.0833333333vw 2.0833333333vw;
  }
  .complete p,
  .notfound p {
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding: 30px 0 100px 0;
  }
  .sub-in {
    width: 1000px;
  }
  .sub-lead {
    margin-bottom: 50px;
    padding: 25px 30px;
    border-radius: 10px;
  }
  .sub-lead:after {
    border-width: 0 0 30px 30px;
  }
}
/* sub --> company
-------------------------------------------------------------------------------*/
.sub--company {
  padding-top: 0 !important;
}

/* ------------------------------------------- philosophy - */
.sec--company-philosophy {
  padding: 8vw 0;
}

.philosophy {
  position: relative;
  padding: 6.6666666667vw 4.9333333333vw;
  background-color: #fefefe;
}
.philosophy p {
  font-weight: 600;
  text-align: center;
  line-height: 1.75em;
}

@media screen and (max-width: 750px) {
  .philosophy {
    margin-left: -4.9333333333vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--company-philosophy {
    padding: 2.0833333333vw 0;
  }
  .philosophy {
    padding: 3.4722222222vw;
    border-radius: 0.6944444444vw;
  }
  .philosophy p {
    text-align: center;
    line-height: 2.2em;
  }
  .philosophy:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.0833333333vw 2.0833333333vw;
    border-color: transparent transparent #90c31f transparent;
  }
}
@media screen and (min-width: 1441px) {
  .sec--company-philosophy {
    padding: 30px 0;
  }
  .philosophy {
    padding: 50px;
    border-radius: 10px;
  }
  .philosophy:after {
    border-width: 0 0 30px 30px;
  }
}
/* ------------------------------------------- overview - */
.sec--company-overview {
  padding: 8vw 0 12vw 0;
}

.overview {
  position: relative;
}

.overview dl {
  position: relative;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

.overview dl dt {
  position: relative;
  padding: 0.2em 4.9333333333vw 0.3em 1.25em;
  width: 100%;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.15em;
}

.overview dl dd {
  padding: 1.3333333333vw 4.9333333333vw 3.3333333333vw 4.9333333333vw;
  width: 100%;
  font-size: 3.4666666667vw;
  line-height: 1.6em;
}

.overview dl dd ul li {
  line-height: 1.6em;
}

.overview-ttl {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.3em;
  font-weight: 700;
  line-height: 1.2em;
}
.overview-ttl:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #90c31f;
  border-radius: 0.4vw;
}

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

@media screen and (max-width: 750px) {
  .overview dl:nth-child(n+2) {
    margin-top: 4vw;
  }
  .overview dl dt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.0666666667vw;
    height: 100%;
    background-color: #90c31f;
    border-radius: 0.2666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--company-overview {
    padding: 4.8611111111vw 0 6.9444444444vw 0;
  }
  .overview {
    margin: 0 auto;
    width: 55.5555555556vw;
    border-width: 0.0694444444vw;
  }
  .overview dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-bottom-width: 0.0694444444vw;
  }
  .overview dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3888888889vw;
    width: 12.5vw;
    font-size: 1.1111111111vw;
    line-height: 1.6em;
  }
  .overview dl dt:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.1388888889vw;
    width: 100%;
    height: 0.2083333333vw;
    background-color: #90c31f;
    border-radius: 0.1388888889vw;
  }
  .overview dl dd {
    padding: 1.3888888889vw 2.0833333333vw;
    width: calc(100% - 12.5vw);
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
  .overview dl dd ul li {
    line-height: 1.75em;
  }
  .overview-ttl:before {
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--company-overview {
    padding: 70px 0 100px 0;
  }
  .overview {
    width: 800px;
    border-width: 1px;
  }
  .overview dl {
    border-bottom-width: 1px;
  }
  .overview dl dt {
    padding: 20px;
    width: 180px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .overview dl dt:before {
    bottom: -2px;
    height: 3px;
    border-radius: 2px;
  }
  .overview dl dd {
    padding: 20px 30px;
    width: calc(100% - 180px);
    font-size: 15px;
    font-size: 1.5rem;
  }
  .overview-ttl:before {
    border-radius: 3px;
  }
}
/* ------------------------------------------- company-store - */
.sec--company-company-store {
  padding: 12vw 0 13.3333333333vw 0;
  background-color: #efefd9;
}

.company-store > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.3333333333vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.company-store > li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6vw 6vw;
}

.company-store-image {
  width: 25.3333333333vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.company-store-content {
  width: 54.6666666667vw;
}

.company-store-label {
  position: absolute;
  top: 0;
  right: 2vw;
  display: inline-block;
  padding: 0.4em 0.75em 0.5em 0.75em;
  background-color: #5997d1;
  border-radius: 0 0 0.6666666667vw 0.6666666667vw;
  color: #fefefe;
  font-size: 3.0666666667vw;
}

.company-store-ttl {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.33em;
}

.company-store-add {
  margin-top: 0.7em;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

.company-store-holiday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.7em;
}

.company-store-holiday dt {
  display: inline-block;
  margin-right: 0.8em;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #303030;
  border-radius: 0.6666666667vw;
  color: #fefefe;
  font-size: 2.9333333333vw;
  letter-spacing: 0;
}

.company-store-holiday dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 3.2vw;
}

.company-store-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-top: 4vw;
  padding: 0 2vw 0.1em 0;
  height: 10.1333333333vw;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 2.4vw;
}
.company-store-btn span {
  color: #fefefe;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.company-store-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  display: inline-block;
  width: 4.8vw;
  height: 4.8vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.company-store--mikage a:after {
  border-color: transparent transparent #8f82bc transparent;
}
.company-store--mikage .company-store-btn {
  background-color: #8f82bc;
  border-color: #8f82bc;
}
.company-store--mikage .company-store-btn:after {
  background-image: url(../img/common/arrow-pl.svg);
}

.company-store--kobekita a:after {
  border-color: transparent transparent #5997d1 transparent;
}
.company-store--kobekita .company-store-btn {
  background-color: #5997d1;
  border-color: #5997d1;
}
.company-store--kobekita .company-store-btn:after {
  background-image: url(../img/common/arrow-bl.svg);
}

.company-store--seishin a:after {
  border-color: transparent transparent #ddb01d transparent;
}
.company-store--seishin .company-store-btn {
  background-color: #ddb01d;
  border-color: #ddb01d;
}
.company-store--seishin .company-store-btn:after {
  background-image: url(../img/common/arrow-ye.svg);
}

.company-store--fujiwaradai a:after {
  border-color: transparent transparent #ee7959 transparent;
}
.company-store--fujiwaradai .company-store-btn {
  background-color: #ee7959;
  border-color: #ee7959;
}
.company-store--fujiwaradai .company-store-btn:after {
  background-image: url(../img/common/arrow-rd.svg);
}

@media screen and (max-width: 750px) {
  .company-store > li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--company-company-store {
    padding: 4.8611111111vw 0 6.25vw 0;
  }
  .company-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.7361111111vw;
  }
  .company-store > li {
    margin-left: 1.7361111111vw;
    width: calc(50% - 1.7361111111vw);
  }
  .company-store > li:nth-child(n+3) {
    margin-top: 1.7361111111vw;
  }
  .company-store > li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw;
    border-radius: 0.6944444444vw;
  }
  .company-store > li a::after {
    border-width: 0 0 2.0833333333vw 2.0833333333vw;
  }
  .company-store-image {
    width: 11.8055555556vw;
    border-radius: 0.6944444444vw;
  }
  .company-store a:hover .company-store-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .company-store-content {
    width: 17.3611111111vw;
  }
  .company-store-label {
    right: 1.0416666667vw;
    border-radius: 0 0 0.3472222222vw 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .company-store-ttl {
    font-size: 1.25vw;
    line-height: 1.33em;
  }
  .company-store-add {
    font-size: 1.0416666667vw;
  }
  .company-store-holiday dt {
    border-radius: 0.2083333333vw;
    font-size: 0.8333333333vw;
  }
  .company-store-holiday dd {
    font-size: 0.9027777778vw;
  }
  .company-store-btn {
    margin-top: 0.9027777778vw;
    padding: 0 0.3472222222vw 0.1em 0;
    width: 15.2777777778vw;
    height: 2.3611111111vw;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .company-store-btn span {
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .company-store-btn:after {
    right: 0.3472222222vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .company-store--mikage:hover .company-store-btn {
    background-color: #fefefe;
  }
  .company-store--mikage:hover .company-store-btn span {
    color: #8f82bc;
  }
  .company-store--mikage:hover .company-store-btn:after {
    background-image: url(../img/common/arrow-pl-on.svg);
  }
  .company-store--kobekita:hover .company-store-btn {
    background-color: #fefefe;
  }
  .company-store--kobekita:hover .company-store-btn span {
    color: #5997d1;
  }
  .company-store--kobekita:hover .company-store-btn:after {
    background-image: url(../img/common/arrow-bl-on.svg);
  }
  .company-store--seishin:hover .company-store-btn {
    background-color: #fefefe;
  }
  .company-store--seishin:hover .company-store-btn span {
    color: #ddb01d;
  }
  .company-store--seishin:hover .company-store-btn:after {
    background-image: url(../img/common/arrow-ye-on.svg);
  }
  .company-store--fujiwaradai:hover .company-store-btn {
    background-color: #fefefe;
  }
  .company-store--fujiwaradai:hover .company-store-btn span {
    color: #ee7959;
  }
  .company-store--fujiwaradai:hover .company-store-btn:after {
    background-image: url(../img/common/arrow-rd-on.svg);
  }
}
@media screen and (min-width: 1441px) {
  .sec--company-company-store {
    padding: 70px 0 90px 0;
  }
  .company-store {
    margin-left: -40px;
  }
  .company-store > li {
    margin-left: 40px;
    width: calc(50% - 40px);
  }
  .company-store > li:nth-child(n+3) {
    margin-top: 40px;
  }
  .company-store > li a {
    padding: 15px;
    border-radius: 10px;
  }
  .company-store > li a::after {
    border-width: 0 0 30px 30px;
  }
  .company-store-image {
    width: 170px;
    border-radius: 10px;
  }
  .company-store-content {
    width: 250px;
  }
  .company-store-label {
    right: 15px;
    border-radius: 0 0 5px 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .company-store-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .company-store-add {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .company-store-holiday dt {
    border-radius: 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .company-store-holiday dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .company-store-btn {
    margin-top: 13px;
    padding: 0 5px 0.1em 0;
    width: 220px;
    height: 34px;
    border-width: 2px;
    border-radius: 8px;
  }
  .company-store-btn span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .company-store-btn:after {
    right: 5px;
    width: 18px;
    height: 18px;
  }
}
/* ------------------------------------------- history - */
.sec--company-history {
  padding: 12vw 0 16vw 0;
}

.history {
  margin: 0 auto;
  border-top-color: #cacaca;
  border-top-style: dashed;
  border-top-width: 0.2666666667vw;
}

.history dl {
  position: relative;
  padding: 4vw;
  border-bottom-color: #cacaca;
  border-bottom-style: dashed;
  border-bottom-width: 0.2666666667vw;
}

.history dl dt {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.history dl dt span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.history dl dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0.02em;
  width: 0.6em;
  height: 0.6em;
  background-color: #90c31f;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.history dl dd {
  width: 100%;
  font-size: 3.4666666667vw;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .sec--company-history {
    padding: 4.8611111111vw 0 6.9444444444vw 0;
  }
  .history {
    width: 55.5555555556vw;
    border-top-width: 0.0694444444vw;
  }
  .history dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3888888889vw 2.0833333333vw;
    border-bottom-width: 0.0694444444vw;
  }
  .history dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding-top: 0.25em;
    width: 8.3333333333vw;
    font-size: 1.25vw;
  }
  .history dl dt:before {
    margin-top: 0.08em;
  }
  .history dl dd {
    width: 40.2777777778vw;
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--company-history {
    padding: 70px 0 100px 0;
  }
  .history {
    width: 800px;
    border-top-width: 1px;
  }
  .history dl {
    padding: 20px 30px;
    border-bottom-width: 1px;
  }
  .history dl dt {
    width: 120px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .history dl dd {
    width: 580px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  sub --> pickup
-------------------------------------------------------------------------------*/
.sec--pickup {
  padding: 4.6666666667vw 0 10.6666666667vw 0;
  background-color: #f9f7eb;
}
.sec--pickup:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10vw 100vw;
  border-color: transparent transparent #f9f7eb transparent;
}

.sec--pickup .sec-in > div:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

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

.sec--pickup .sec-catch {
  margin-bottom: 4.6666666667vw;
  padding: 0.5em 1em 1em 1em;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}
.sec--pickup .sec-catch:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3.0666666667vw;
  display: inline-block;
  width: 84.6666666667vw;
  height: 5.7333333333vw;
  background-image: url(../img/pickup/balloon.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec--pickup .sec-en {
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  .sec--pickup .sec-ttl span {
    padding: 0 10vw;
    position: relative;
  }
  .sec--pickup .sec-ttl span:before, .sec--pickup .sec-ttl span:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -0.1em;
    width: 6.4vw;
    height: 2vw;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec--pickup .sec-ttl span:before {
    left: 0;
    background-image: url(../img/pickup/deco-l_sp.svg);
  }
  .sec--pickup .sec-ttl span:after {
    right: 0;
    background-image: url(../img/pickup/deco-r_sp.svg);
  }
}
@media screen and (min-width: 751px) {
  .sec--pickup {
    padding: 1.7361111111vw 0 5.9027777778vw 0;
  }
  .sec--pickup:before {
    border-width: 0 0 5.2083333333vw 100vw;
  }
  .sec--pickup .sec-in > div:nth-child(n+2) {
    margin-top: 5.9027777778vw;
  }
  .sec--pickup .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .sec--pickup .sec-catch {
    margin: 0 auto 2.4305555556vw auto;
    padding: 0.4em 0 0.8em 0;
    width: 27.7777777778vw;
    border-radius: 0.6944444444vw;
    font-size: 1.25vw;
  }
  .sec--pickup .sec-catch:after {
    bottom: -1.0416666667vw;
    width: 26.1111111111vw;
    height: 1.7361111111vw;
  }
  .sec--pickup .sec-ttl {
    display: inline-block;
    padding: 0 6.5972222222vw;
  }
  .sec--pickup .sec-ttl:before, .sec--pickup .sec-ttl:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -0.1em;
    width: 5.4166666667vw;
    height: 0.7638888889vw;
    background-image: url(../img/pickup/deco.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec--pickup .sec-ttl:before {
    left: 0;
  }
  .sec--pickup .sec-ttl:after {
    right: 0;
  }
}
@media screen and (min-width: 1441px) {
  .sec--pickup {
    padding: 25px 0 85px 0;
  }
  .sec--pickup:before {
    border-width: 0 0 70px 100vw;
  }
  .sec--pickup .sec-in > div:nth-child(n+2) {
    margin-top: 85px;
  }
  .sec--pickup .sec-head {
    margin-bottom: 50px;
  }
  .sec--pickup .sec-catch {
    margin: 0 auto 35px auto;
    width: 400px;
    border-radius: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec--pickup .sec-catch:after {
    bottom: -15px;
    width: 376px;
    height: 25px;
  }
  .sec--pickup .sec-ttl {
    padding: 0 95px;
  }
  .sec--pickup .sec-ttl:before, .sec--pickup .sec-ttl:after {
    width: 78px;
    height: 11px;
  }
}
/* ------------------------------------------- pickup - */
.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4.6666666667vw;
}

.pickup > li {
  position: relative;
  margin-left: 4.6666666667vw;
  width: calc(50% - 4.6666666667vw);
}

.pickup > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.pickup > li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4vw 4vw;
  border-color: transparent transparent #90c31f transparent;
}

.pickup-image {
  width: 14.6666666667vw;
  border-color: #f8f8f8;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.pickup-content {
  position: relative;
  width: 21.3333333333vw;
}

.pickup-ttl {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.25em;
}

@media screen and (max-width: 750px) {
  .pickup > li:nth-child(n+3) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .pickup {
    margin-left: -2.4305555556vw;
  }
  .pickup > li {
    margin-left: 2.4305555556vw;
    width: calc(33.33333% - 2.4305555556vw);
  }
  .pickup > li:nth-child(n+4) {
    margin-top: 2.0833333333vw;
  }
  .pickup > li a {
    padding: 0.6944444444vw;
    border-radius: 0.6944444444vw;
  }
  .pickup > li a:after {
    border-width: 0 0 2.0833333333vw 2.0833333333vw;
  }
  .pickup-image {
    width: 5.1388888889vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
  }
  .pickup > li a:hover .pickup-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .pickup-content {
    width: 13.1944444444vw;
  }
  .pickup-ttl {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup {
    margin-left: -35px;
  }
  .pickup > li {
    margin-left: 35px;
    width: calc(33.33333% - 35px);
  }
  .pickup > li:nth-child(n+4) {
    margin-top: 30px;
  }
  .pickup > li a {
    padding: 10px;
    border-radius: 10px;
  }
  .pickup > li a:after {
    border-width: 0 0 30px 30px;
  }
  .pickup-image {
    width: 74px;
    border-width: 2px;
    border-radius: 10px;
  }
  .pickup-content {
    width: 190px;
  }
  .pickup-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- recommend - */
.recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5.3333333333vw;
}

.recommend-list > li {
  margin-left: 5.3333333333vw;
  width: calc(50% - 5.3333333333vw);
}

.recommend-list > li > a {
  display: block;
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
  .recommend {
    margin: 0 auto;
    width: 80vw;
  }
  .recommend-list > li:nth-child(n+3) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .recommend-list {
    margin-left: -1.7361111111vw;
  }
  .recommend-list > li {
    margin-left: 1.7361111111vw;
    width: calc(25% - 1.7361111111vw);
  }
  .recommend-list > li a {
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .recommend-list {
    margin-left: -25px;
  }
  .recommend > li {
    margin-left: 25px;
    width: calc(25% - 25px);
  }
  .recommend-list > li > a {
    border-radius: 10px;
  }
}
/* 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: #90c31f;
  border-radius: 0.1388888889vw;
}

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

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

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

.policy a {
  text-decoration: underline;
}
.policy a:hover {
  color: #90c31f;
}
.policy strong {
  font-weight: 700;
}
.policy > p,
.policy ul,
.policy ol {
  padding: 0 0 0 0.5em;
}
.policy p {
  margin-top: 1.5em;
  line-height: 1.5em;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5em;
}
.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.2083333333vw;
    border-radius: 0.0694444444vw;
  }
  .policy > p,
  .policy ul,
  .policy ol {
    padding: 0 0 0 1.5em;
  }
  .policy p {
    line-height: 1.75em;
  }
  .policy ol li {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .policy div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy .policy-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .policy .policy-head:after {
    height: 3px;
    border-radius: 1px;
  }
}
/* sub --> reform
-------------------------------------------------------------------------------*/
.sec--reform {
  padding: 13.3333333333vw 0 18vw 0;
  background-image: url(../img/reform/bg_sp.jpg);
  background-repeat: repeat;
  overflow: hidden;
}

.sec--reform .sec-head {
  margin-bottom: 14.6666666667vw;
  text-align: center;
}
.sec--reform .sec-head:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12vw;
  width: 156vw;
  height: 140vw;
  background-color: #fefefe;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.sec--reform .sec-head:after {
  content: "";
  position: absolute;
  top: 6vw;
  right: -1.3333333333vw;
  display: inline-block;
  width: 12.6666666667vw;
  height: 11.8666666667vw;
  background-image: url(../img/reform/driver.svg);
  background-size: contain;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
}

.sec--reform .sec-catch {
  margin-bottom: 0.8em;
}

.sec--reform .sec-ttl {
  display: inline-block;
  padding: 0 9.3333333333vw;
}
.sec--reform .sec-ttl span {
  color: #ee7959;
}
.sec--reform .sec-ttl:before, .sec--reform .sec-ttl:after {
  content: "";
  position: absolute;
  bottom: 0.3em;
  display: inline-block;
  width: 6.1333333333vw;
  height: 8.9333333333vw;
  background-image: url(../img/reform/slash.svg);
  background-size: contain;
}
.sec--reform .sec-ttl:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec--reform .sec-ttl:after {
  right: 0;
}

.sec--reform .sec-en {
  margin-top: 0.5em;
}

.reform {
  position: relative;
}

.reform > li {
  background-color: #fefefe;
  border-radius: 5.3333333333vw;
}

.reform > li a {
  position: relative;
  display: block;
}

.reform-balloon {
  position: absolute;
  top: -9.0666666667vw;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 9.3333333333vw;
  height: 18.1333333333vw;
  border-radius: 9.0666666667vw;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.reform-balloon p {
  color: #fefefe;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.33em;
  letter-spacing: 0.1em;
}
.reform-balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 2.6666666667vw 0 2.6666666667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reform-image {
  border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  overflow: hidden;
}

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

.reform-content {
  padding: 4.6666666667vw 4.9333333333vw 5.3333333333vw 4.9333333333vw;
}

.reform-catch {
  margin-bottom: 1em;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.reform-ttl {
  position: relative;
  font-size: 6.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.reform-ttl span {
  font-size: 8.6666666667vw;
}
.reform-ttl:first-letter {
  color: #5997d1;
}
.reform-ttl:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}

.reform-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 74.6666666667vw;
}

.reform--mizumawari .reform-balloon {
  background-color: #5997d1;
}
.reform--mizumawari .reform-balloon:after {
  border-color: #5997d1 transparent transparent transparent;
}
.reform--mizumawari .reform-ttl:first-letter {
  color: #5997d1;
}
.reform--mizumawari .reform-ttl:after {
  right: 8vw;
  bottom: 0;
  width: 10.4vw;
  height: 18.5333333333vw;
  background-image: url(../img/reform/egg.svg);
  -webkit-transform: rotate(172deg);
          transform: rotate(172deg);
}

.reform--reform .reform-balloon {
  background-color: #ee7959;
}
.reform--reform .reform-balloon:after {
  border-color: #ee7959 transparent transparent transparent;
}
.reform--reform .reform-ttl:first-letter {
  color: #ee7959;
}
.reform--reform .reform-ttl:after {
  right: 0;
  bottom: -2.6666666667vw;
  width: 12.2666666667vw;
  height: 15.7333333333vw;
  background-image: url(../img/reform/hammer.svg);
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}

.reform--exterior .reform-balloon {
  background-color: #eeb600;
}
.reform--exterior .reform-balloon:after {
  border-color: #eeb600 transparent transparent transparent;
}
.reform--exterior .reform-ttl:first-letter {
  color: #eeb600;
}
.reform--exterior .reform-ttl:after {
  right: 9.3333333333vw;
  bottom: 1.3333333333vw;
  width: 12.1333333333vw;
  height: 16vw;
  background-image: url(../img/reform/brush.svg);
  -webkit-transform: rotate(102deg);
          transform: rotate(102deg);
}

@media screen and (max-width: 750px) {
  .reform > li:nth-child(n+2) {
    margin-top: 15.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--reform {
    padding: 5.5555555556vw 0 10.4166666667vw 0;
    background-image: url(../img/reform/bg.jpg);
    background-image: image-set(url(../img/reform/bg.jpg) 1x, url(../img/reform/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/reform/bg.jpg) 1x, url(../img/reform/bg-2x.jpg) 2x);
  }
  .sec--reform .sec-head {
    margin-bottom: 5.5555555556vw;
  }
  .sec--reform .sec-head:before {
    bottom: -11.8055555556vw;
    width: 63.8888888889vw;
    height: 57.2916666667vw;
  }
  .sec--reform .sec-head:after {
    top: -3.8194444444vw;
    right: 15.625vw;
    width: 5.4861111111vw;
    height: 5.1388888889vw;
  }
  .sec--reform .sec-ttl {
    padding: 0 3.4722222222vw;
  }
  .sec--reform .sec-ttl:before, .sec--reform .sec-ttl:after {
    bottom: 0.1em;
    width: 2.2916666667vw;
    height: 3.3333333333vw;
  }
  .reform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -9.7222222222vw;
    width: 88.8888888889vw;
  }
  .reform > li {
    width: 27.7777777778vw;
    border-radius: 2.0833333333vw;
  }
  .reform > li:nth-child(n+2) {
    margin-left: 2.7777777778vw;
  }
  .reform-balloon {
    top: -2.7777777778vw;
    padding: 0 3.125vw;
    height: 5.5555555556vw;
    border-radius: 2.7777777778vw;
  }
  .reform-balloon p {
    font-size: 1.25vw;
  }
  .reform-balloon:after {
    border-width: 1.3888888889vw 0.6944444444vw 0 0.6944444444vw;
  }
  .reform-image {
    border-radius: 2.0833333333vw 2.0833333333vw 0 0;
  }
  .reform a:hover .reform-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .reform-content {
    padding: 1.3888888889vw 2.0833333333vw 1.7361111111vw 2.0833333333vw;
  }
  .reform-catch {
    font-size: 1.25vw;
  }
  .reform-ttl {
    font-size: 2.2222222222vw;
  }
  .reform-ttl span {
    font-size: 2.9166666667vw;
  }
  .reform-btn {
    margin: 1.7361111111vw auto 0 auto;
    width: 21.5277777778vw;
  }
  .reform--mizumawari .reform-ttl:after {
    right: 1.7361111111vw;
    width: 3.2638888889vw;
    height: 5.7638888889vw;
  }
  .reform--reform .reform-ttl:after {
    right: -0.6944444444vw;
    bottom: -0.6944444444vw;
    width: 3.8194444444vw;
    height: 4.8611111111vw;
  }
  .reform--exterior .reform-ttl:after {
    right: 1.7361111111vw;
    bottom: 0.3472222222vw;
    width: 4.3055555556vw;
    height: 5.625vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--reform {
    padding: 80px 0 150px 0;
  }
  .sec--reform .sec-head {
    margin-bottom: 80px;
  }
  .sec--reform .sec-head:before {
    bottom: -170px;
    width: 920px;
    height: 825px;
  }
  .sec--reform .sec-head:after {
    top: -55px;
    right: 225px;
    width: 79px;
    height: 74px;
  }
  .sec--reform .sec-ttl {
    padding: 0 50px;
  }
  .sec--reform .sec-ttl:before, .sec--reform .sec-ttl:after {
    width: 33px;
    height: 48px;
  }
  .reform {
    margin-left: -140px;
    width: 1280px;
  }
  .reform > li {
    width: 400px;
    border-radius: 30px;
  }
  .reform > li:nth-child(n+2) {
    margin-left: 40px;
  }
  .reform-balloon {
    top: -40px;
    padding: 0 45px;
    height: 80px;
    border-radius: 40px;
  }
  .reform-balloon p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .reform-balloon:after {
    border-width: 20px 10px 0 10px;
  }
  .reform-image {
    border-radius: 30px 30px 0 0;
  }
  .reform-content {
    padding: 20px 30px 25px 30px;
  }
  .reform-catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .reform-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .reform-ttl span {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .reform-btn {
    margin: 25px auto 0 auto;
    width: 310px;
  }
  .reform--mizumawari .reform-ttl:after {
    right: 25px;
    width: 47px;
    height: 83px;
  }
  .reform--reform .reform-ttl:after {
    right: -10px;
    bottom: -10px;
    width: 55px;
    height: 70px;
  }
  .reform--exterior .reform-ttl:after {
    right: 25px;
    bottom: 5px;
    width: 62px;
    height: 81px;
  }
}
/* sub --> store
-------------------------------------------------------------------------------*/
/* ------------------------------------------- common - */
.sub--store section {
  position: relative;
  margin-top: 13.3333333333vw;
}

.store-inquiry-btn {
  margin: 3.3333333333vw auto auto;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .sub--store section {
    margin-top: 6.9444444444vw;
  }
  .store-inquiry-btn {
    margin: 0 0 0 1.3888888889vw;
    width: 27.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--store section {
    margin-top: 100px;
  }
  .store-inquiry-btn {
    margin: 0 0 0 20px;
    width: 400px;
  }
}
/* ------------------------------------------- area - */
.store-area-contents {
  position: relative;
  margin-bottom: 18.6666666667vw;
}
.store-area-contents:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -17.3333333333vw;
  display: inline-block;
  width: 51.6vw;
  height: 31.2vw;
  background-image: url(../img/store/car_sp.png);
  background-size: contain;
}

.store-area-map {
  border-radius: 1.3333333333vw;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.store-area-content {
  margin-bottom: 5.3333333333vw;
  padding: 4.6666666667vw 4.6666666667vw 4vw 4.6666666667vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.store-area-ttl {
  margin-bottom: 0.5em;
  color: #90c31f;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.25em;
}

.store-area-desc p {
  font-size: 3.7333333333vw;
  line-height: 1.625em;
}
.store-area-desc p.notes {
  margin-top: 1em;
  padding-left: 1em;
  font-size: 3.0666666667vw;
  text-indent: -1em;
}
.store-area-desc p.notes:before {
  content: "※";
}

.store-area-list {
  margin-top: 1em;
}

.store-area-list-head {
  margin-bottom: 0.5em;
}

.store-area-notes p {
  font-size: 3.4666666667vw;
  line-height: 1.53em;
}
.gmap {
  margin-top: 5vw;
}
.gmap iframe {
  height: 70vw;
}

@media screen and (min-width: 751px) {
  .store-area-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 1.3888888889vw;
  }
  .store-area-contents:after {
    top: -6.9444444444vw;
    right: -8.3333333333vw;
    bottom: 0;
    width: 16.5972222222vw;
    height: 12.7083333333vw;
    background-image: url(../img/store/car.png);
    background-image: image-set(url(../img/store/car.png) 1x, url(../img/store/car-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/store/car.png) 1x, url(../img/store/car-2x.png) 2x);
  }
  .store-area-map {
    width: 29.1666666667vw;
    border-radius: 0.6944444444vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .store-area-content {
    margin: 0;
    padding: 1.7361111111vw 2.0833333333vw 1.3888888889vw 2.0833333333vw;
    width: 37.5vw;
    border-radius: 0.6944444444vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .store-area-ttl {
    font-size: 1.6666666667vw;
  }
  .store-area-desc p {
    font-size: 1.1111111111vw;
  }
  .store-area-desc p.notes {
    font-size: 0.9722222222vw;
  }
  .store-area-notes p {
    font-size: 1.1111111111vw;
    text-align: center;
    line-height: 1.75em;
  }
  .gmap {
    margin-top: 3vw;
  }
  .gmap iframe {
    height: 35vw;
  }
}
@media screen and (min-width: 1441px) {
  .store-area-contents {
    margin-bottom: 20px;
  }
  .store-area-contents:after {
    top: -100px;
    right: -120px;
    width: 239px;
    height: 183px;
  }
  .store-area-map {
    width: 420px;
    border-radius: 10px;
  }
  .store-area-content {
    padding: 25px 30px 20px 30px;
    width: 540px;
    border-radius: 10px;
  }
  .store-area-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .store-area-desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .store-area-desc p.notes {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .store-area-notes p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .gmap {
    margin-top: 50px;
  }
  .gmap iframe {
    height: 450px;
  }
}
/* ------------------------------------------- gallery - */
.store-gallery-main {
  position: relative;
}

.gallery-main {
  position: relative;
  margin-bottom: 6.6666666667vw;
  overflow: hidden;
}

.gallery-thumb {
  position: relative;
  margin: 0 auto;
  width: 80vw;
  overflow: hidden;
}

.gallery-thumb .swiper-slide {
  margin-right: 2.6666666667vw;
  width: 18vw;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}

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

.gallery-thumb .swiper-slide-thumb-active {
  border-color: #cacaca;
  opacity: 1;
}

#gallery-prev,
#gallery-next {
  top: 50%;
  border-color: #90c31f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#gallery-prev {
  left: -4.2666666667vw;
}

#gallery-next {
  right: -4.2666666667vw;
}
.store-add {
  margin: 7vw 0 0;
  text-align: center;
  line-height: 1.5;
}
.spbr {display: block;}

@media screen and (min-width: 751px) {
  .spbr {display: none;}
  .gallery-main {
    margin: 0 auto 1.7361111111vw auto;
    width: 62.5vw;
  }
  .gallery-thumb {
    width: 49.6527777778vw;
  }
  .gallery-thumb .swiper-slide {
    margin-right: 1.7361111111vw;
    width: 11.1111111111vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .gallery-thumb .swiper-slide:hover {
    opacity: 0.8;
  }
  #gallery-prev,
  #gallery-next {
    border-color: #fefefe;
  }
  #gallery-prev {
    left: 1.0416666667vw;
  }
  #gallery-next {
    right: 1.0416666667vw;
  }
  .store-add {
    margin: 3vw 0 0;
  }
}
@media screen and (min-width: 1441px) {
  .gallery-main {
    margin-bottom: 25px;
    width: 900px;
  }
  .gallery-thumb {
    width: 715px;
  }
  .gallery-thumb .swiper-slide {
    margin-right: 25px;
    width: 160px;
  }
  #gallery-prev {
    left: 15px;
  }
  #gallery-next {
    right: 15px;
  }
  .store-add {
    margin: 30px 0 0;
  }
}
/* ------------------------------------------- merit - */
.sec--store-merit {
  padding: 12vw 0;
  background-color: #fefefe;
}

.store-merit-image {
  margin-bottom: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.store-merit-content p {
  color: #878787;
  line-height: 1.6em;
}

.store-merit-btn {
  margin: 4.6666666667vw auto auto;
  width: 70.6666666667vw;
}

@media screen and (max-width: 750px) {
  .store-merit {
    margin: 0 auto 8vw auto;
    width: 86.6666666667vw;
  }
  .store-merit > li:nth-child(n+2) {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--store-merit {
    padding: 6.25vw 0;
  }
  .store-merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .store-merit > li {
    width: 21.5277777778vw;
  }
  .store-merit > li:nth-child(n+2) {
    margin-left: 2.4305555556vw;
  }
  .store-merit-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.6944444444vw;
  }
  .store-merit-btn {
    margin: 2.0833333333vw auto auto;
    width: 27.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--store-merit {
    padding: 90px 0;
  }
  .store-merit > li {
    width: 310px;
  }
  .store-merit > li:nth-child(n+2) {
    margin-left: 35px;
  }
  .store-merit-image {
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .store-merit-btn {
    margin: 30px auto auto;
    width: 400px;
  }
}
/* ------------------------------------------- blog - */
.sec--store-blog {
  margin-top: 0 !important;
  padding: 12vw 0;
  background-image: url(../img/magazine/bg_sp.jpg);
  background-repeat: repeat;
}

.sec--store-blog .sec-catch {
  margin-bottom: 4vw;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.sec--store-blog .sec-catch span {
  position: relative;
}
.sec--store-blog .sec-catch span:before {
  content: "";
  position: absolute;
  top: -4vw;
  left: -13.3333333333vw;
  display: inline-block;
  width: 11.0666666667vw;
  height: 10.8vw;
  background-image: url(../img/magazine/pencil.svg);
  background-size: contain;
}

.store-blog {
  padding: 9.3333333333vw 4vw 6.6666666667vw 4vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
}

.store-blog .sec-head {
  margin-bottom: 2.6666666667vw;
  text-align: center;
}

.store-blog .sec-ttl {
  font-size: 6.9333333333vw;
}

.store-blog-article .blog-post {
  padding: 4vw 0;
  border-bottom-color: #cacaca;
  border-bottom-style: dashed;
  border-bottom-width: 0.2666666667vw;
}
.store-blog-article .blog-post a {
  position: relative;
  display: block;
}
.store-blog-article .blog-image {
  margin: 0;
  width: 25.3333333333vw;
}
.store-blog-article .blog-image img {
  height: 25.3333333333vw;
}
.store-blog-article .blog-excerpt {
  margin-top: 0.5em;
  width: 64vw;
}
.store-blog-article .blog-staff {
  top: auto;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .sec--store-blog .sec-catch {
    padding-left: 5.6vw;
  }
  .store-blog > div:nth-child(n+2) {
    margin-top: 9.3333333333vw;
  }
  .store-blog .blog-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .store-blog .blog-contents {
    margin-left: auto;
    padding-top: 0.25em;
    width: 53.3333333333vw;
    height: 25.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--store-blog {
    padding: 4.8611111111vw 0;
    background-image: url(../img/magazine/bg.jpg);
    background-image: image-set(url(../img/magazine/bg.jpg) 1x, url(../img/magazine/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/magazine/bg.jpg) 1x, url(../img/magazine/bg-2x.jpg) 2x);
  }
  .sec--store-blog .sec-catch {
    margin-bottom: 2.0833333333vw;
    font-size: 1.6666666667vw;
  }
  .sec--store-blog .sec-catch span:before {
    top: -1.3888888889vw;
    left: -8.3333333333vw;
    width: 4.3055555556vw;
    height: 4.1666666667vw;
  }
  .store-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -3.4722222222vw;
    padding: 3.4722222222vw;
    width: 76.3888888889vw;
    border-radius: 0.6944444444vw;
  }
  .store-blog > div {
    width: 32.6388888889vw;
  }
  .store-blog > div:nth-child(n+2) {
    margin-left: 4.1666666667vw;
  }
  .store-blog .sec-head {
    margin-bottom: 1.3888888889vw;
  }
  .store-blog .sec-ttl {
    font-size: 2.7777777778vw;
  }
  .store-blog-article .blog-post {
    padding: 1.3888888889vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .store-blog-article .blog-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
  .store-blog-article .blog-image {
    width: 9.7222222222vw;
  }
  .store-blog-article .blog-image img {
    height: 11.1111111111vw;
  }
  .store-blog-article .blog-content {
    width: 21.5277777778vw;
  }
  .store-blog-article .blog-excerpt {
    margin-top: 0.5em;
    width: 15.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--store-blog {
    padding: 70px 0;
  }
  .sec--store-blog .sec-catch {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec--store-blog .sec-catch span:before {
    top: -20px;
    left: -80px;
    width: 62px;
    height: 60px;
  }
  .store-blog {
    margin-left: -50px;
    padding: 50px;
    width: 1100px;
    border-radius: 10px;
  }
  .store-blog > div {
    width: 470px;
  }
  .store-blog > div:nth-child(n+2) {
    margin-left: 60px;
  }
  .store-blog .sec-head {
    margin-bottom: 20px;
  }
  .store-blog .sec-ttl {
    font-size: 40px;
    font-size: 4rem;
  }
  .store-blog-article .blog-post {
    padding: 20px 0;
    border-bottom-width: 1px;
  }
  .store-blog-article .blog-image {
    width: 140px;
  }
  .store-blog-article .blog-image img {
    height: 160px;
  }
  .store-blog-article .blog-content {
    width: 310px;
  }
  .store-blog-article .blog-excerpt {
    width: 230px;
  }
}
/* ------------------------------------------- hero - */
.store-hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.store-hero-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.store-hero-image {
  width: 14.6666666667vw;
}

.store-hero-box {
  position: relative;
  padding-top: 5.3333333333vw;
  width: 70.6666666667vw;
  background-color: #fefefe;
}
.store-hero-box:before, .store-hero-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  border-radius: 1.3333333333vw;
  z-index: 1;
}
.store-hero-box:before {
  top: 2vw;
  left: -12vw;
  width: 20vw;
  height: 16vw;
  background-image: url(../img/store/staff01_sp.jpg);
}
.store-hero-box:after {
  top: 38.6666666667vw;
  right: -13.3333333333vw;
  width: 16vw;
  height: 21.3333333333vw;
  background-image: url(../img/store/staff02_sp.jpg);
}

.sub--kobekita .store-hero-box:before {
  background-image: url(../img/kobekita/staff01_sp.jpg);
}
.sub--kobekita .store-hero-box:after {
  background-image: url(../img/kobekita/staff02_sp.jpg);
}

.sub--fujiwaradai .store-hero-box:before {
  background-image: url(../img/fujiwaradai/staff01_sp.jpg);
}
.sub--fujiwaradai .store-hero-box:after {
  background-image: url(../img/fujiwaradai/staff02_sp.jpg);
}

.store-hero .sec-head {
  margin-bottom: 10.6666666667vw;
  padding-top: 11.3333333333vw;
  text-align: center;
}
.store-hero .sec-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 8.2666666667vw;
  height: 8.5333333333vw;
  background-image: url(../img/common/house.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.store-hero .sec-head:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6.6666666667vw;
  display: inline-block;
  width: 51.0666666667vw;
  height: 5.8666666667vw;
  background-image: url(../img/store/paint_sp.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.store-hero .sec-catch {
  margin-bottom: 0.2em;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.4666666667vw;
  letter-spacing: 0.1em;
}

.store-hero .sec-ttl {
  position: relative;
  font-family: "NotoSansJP", sans-serif;
  font-size: 9.3333333333vw;
  line-height: 1.2em;
  letter-spacing: 0;
}
.store-hero .sec-ttl:after {
  content: "";
  position: absolute;
  top: -17.3333333333vw;
  right: 12.6666666667vw;
  display: inline-block;
  width: 8.4vw;
  height: 10.5333333333vw;
  background-image: url(../img/store/brush.svg);
  background-size: contain;
  z-index: 1;
}

.store-hero .sec-en {
  position: absolute;
  right: 11.3333333333vw;
  bottom: -10.6666666667vw;
  color: #90c31f;
  font-family: "Damion", cursive;
  font-size: 4.8vw;
  font-weight: 400;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.store-hero-inquiry {
  position: relative;
}

.store-hero-btn {
  padding: 4.6666666667vw;
}

.store-hero-tel 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: 16vw;
  border-color: #fefefe;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(36, 28, 21, 0.2);
          box-shadow: 0px 5px 9.5px 0.5px rgba(36, 28, 21, 0.2);
  color: #eb6120;
}
.store-hero-tel a > div {
  position: relative;
  padding-left: 8vw;
}
.store-hero-tel a > div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0.1em;
  display: inline-block;
  width: 6vw;
  height: 6.9333333333vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.store-hero-tel a p {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}
.store-hero-tel a p:nth-child(2) {
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 7.2vw;
  font-weight: 900;
  letter-spacing: 0;
}
.store-hero-tel a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

div.store-hero-sns {
  margin: 2.6666666667vw auto 0;
  width: 21.3333333333vw;
}

.store-hero--mikage .store-hero-tel a > div:before {
  background-image: url(../img/common/call-pl.svg);
}
.store-hero--mikage .store-hero-tel a p {
  color: #8f82bc;
}
.store-hero--mikage .store-hero-tel a:after {
  background-image: url(../img/common/arrow-pl-on.svg);
}

.store-hero--kobekita .store-hero-tel a > div:before {
  background-image: url(../img/common/call-bl.svg);
}
.store-hero--kobekita .store-hero-tel a p {
  color: #5997d1;
}
.store-hero--kobekita .store-hero-tel a:after {
  background-image: url(../img/common/arrow-bl-on.svg);
}

.store-hero--seishin .store-hero-tel a > div:before {
  background-image: url(../img/common/call-ye.svg);
}
.store-hero--seishin .store-hero-tel a p {
  color: #ddb01d;
}
.store-hero--seishin .store-hero-tel a:after {
  background-image: url(../img/common/arrow-ye-on.svg);
}

.store-hero--fujiwaradai .store-hero-tel a > div:before {
  background-image: url(../img/common/call-rd.svg);
}
.store-hero--fujiwaradai .store-hero-tel a p {
  color: #ee7959;
}
.store-hero--fujiwaradai .store-hero-tel a:after {
  background-image: url(../img/common/arrow-rd-on.svg);
}

@media screen and (max-width: 750px) {
  .store-hero .inquiry-box-head {
    text-align: center;
    border-radius: 0 !important;
  }
  .store-hero-btn {
    margin: 0 auto;
    width: 90.1333333333vw;
    background-color: #fefefe;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .store-hero-btn > div:nth-child(n+2) {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .store-hero {
    width: 100vw;
  }
  .store-hero-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27.7777777778vw;
  }
  .store-hero-image > div {
    width: 13.8888888889vw;
    height: 37.5vw;
  }
  .store-hero-box {
    padding-top: 4.7222222222vw;
    width: 44.4444444444vw;
  }
  .store-hero-box:before, .store-hero-box:after {
    border-radius: 2.0833333333vw;
  }
  .store-hero-box:before {
    top: 2.7777777778vw;
    left: -2.4305555556vw;
    width: 12.5vw;
    height: 9.7222222222vw;
    background-image: url(../img/store/staff01.jpg);
    background-image: image-set(url(../img/store/staff01.jpg) 1x, url(../img/store/staff01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/store/staff01.jpg) 1x, url(../img/store/staff01-2x.jpg) 2x);
  }
  .store-hero-box:after {
    top: 11.8055555556vw;
    right: -7.6388888889vw;
    width: 10.4166666667vw;
    height: 13.8888888889vw;
    background-image: url(../img/store/staff02.jpg);
    background-image: image-set(url(../img/store/staff02.jpg) 1x, url(../img/store/staff02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/store/staff02.jpg) 1x, url(../img/store/staff02-2x.jpg) 2x);
  }
  .sub--kobekita .store-hero-box:before {
    background-image: url(../img/kobekita/staff01.jpg);
    background-image: image-set(url(../img/kobekita/staff01.jpg) 1x, url(../img/kobekita/staff01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/kobekita/staff01.jpg) 1x, url(../img/kobekita/staff01-2x.jpg) 2x);
  }
  .sub--kobekita .store-hero-box:after {
    background-image: url(../img/kobekita/staff02.jpg);
    background-image: image-set(url(../img/kobekita/staff02.jpg) 1x, url(../img/kobekita/staff02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/kobekita/staff02.jpg) 1x, url(../img/kobekita/staff02-2x.jpg) 2x);
  }
  .sub--fujiwaradai .store-hero-box:before {
    background-image: url(../img/fujiwaradai/staff01.jpg);
    background-image: image-set(url(../img/fujiwaradai/staff01.jpg) 1x, url(../img/fujiwaradai/staff01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/fujiwaradai/staff01.jpg) 1x, url(../img/fujiwaradai/staff01-2x.jpg) 2x);
  }
  .sub--fujiwaradai .store-hero-box:after {
    background-image: url(../img/fujiwaradai/staff02.jpg);
    background-image: image-set(url(../img/fujiwaradai/staff02.jpg) 1x, url(../img/fujiwaradai/staff02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/fujiwaradai/staff02.jpg) 1x, url(../img/fujiwaradai/staff02-2x.jpg) 2x);
  }
  .store-hero .sec-head {
    margin-bottom: 4.5138888889vw;
    padding-top: 4.1666666667vw;
  }
  .store-hero .sec-head:before {
    width: 3.2638888889vw;
    height: 3.3333333333vw;
  }
  .store-hero .sec-head:after {
    bottom: -3.125vw;
    width: 30.1388888889vw;
    height: 2.9861111111vw;
    background-image: url(../img/store/paint.png);
    background-image: image-set(url(../img/store/paint.png) 1x, url(../img/store/paint-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/store/paint.png) 1x, url(../img/store/paint-2x.png) 2x);
  }
  .store-hero .sec-catch {
    font-size: 1.25vw;
  }
  .store-hero .sec-ttl {
    margin-top: 0.3em;
    font-size: 3.3333333333vw;
    line-height: 1.25em;
    letter-spacing: 0.1em;
  }
  .store-hero .sec-ttl:after {
    top: -2.0833333333vw;
    right: 6.9444444444vw;
    width: 4.375vw;
    height: 5.4861111111vw;
  }
  .store-hero .sec-en {
    right: 4.5138888889vw;
    bottom: -5.2083333333vw;
    font-size: 2.5vw;
  }
  .store-hero-inquiry {
    top: -9.0277777778vw;
    margin: 0 auto -9.0277777778vw auto;
    width: 69.4444444444vw;
    background-color: #fefefe;
    border-radius: 0.3472222222vw 0.3472222222vw 1.3888888889vw 1.3888888889vw;
    -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .store-hero-inquiry .inquiry-info dd {
    font-size: 0.9027777778vw;
  }
  .store-hero-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.3888888889vw;
  }
  .store-hero-btn > div {
    width: 27.7777777778vw;
  }
  .store-hero-btn > div:nth-child(n+2) {
    margin-left: 1.7361111111vw;
  }
  .store-hero-tel a {
    height: 5.5555555556vw;
    border-width: 0.2083333333vw;
    border-radius: 1.3888888889vw;
    pointer-events: none;
  }
  .store-hero-tel a > div {
    padding-left: 3.4722222222vw;
  }
  .store-hero-tel a > div:before {
    width: 2.4305555556vw;
    height: 2.7777777778vw;
  }
  .store-hero-tel a p {
    font-size: 1.25vw;
  }
  .store-hero-tel a p:nth-child(2) {
    font-size: 2.9166666667vw;
  }
  .store-hero-tel a:after {
    content: none;
  }
  div.store-hero-sns {
    margin: 0;
    width: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .store-hero {
    width: 1440px;
  }
  .store-hero-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
  }
  .store-hero-image > div {
    width: 200px;
    height: 540px;
  }
  .store-hero-box {
    padding-top: 68px;
    width: 640px;
  }
  .store-hero-box:before, .store-hero-box:after {
    border-radius: 30px;
  }
  .store-hero-box:before {
    top: 40px;
    left: -35px;
    width: 180px;
    height: 140px;
  }
  .store-hero-box:after {
    top: 170px;
    right: -110px;
    width: 150px;
    height: 200px;
  }
  .store-hero .sec-head {
    margin-bottom: 65px;
    padding-top: 60px;
  }
  .store-hero .sec-head:before {
    width: 47px;
    height: 48px;
  }
  .store-hero .sec-head:after {
    bottom: -45px;
    width: 434px;
    height: 43px;
  }
  .store-hero .sec-catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .store-hero .sec-ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .store-hero .sec-ttl:after {
    top: -30px;
    right: 100px;
    width: 63px;
    height: 79px;
  }
  .store-hero .sec-en {
    right: 65px;
    bottom: -75px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .store-hero-inquiry {
    top: -130px;
    margin: 0 auto -130px auto;
    width: 1000px;
    border-radius: 5px 5px 20px 20px;
  }
  .store-hero-inquiry .inquiry-info dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .store-hero-btn {
    padding: 20px;
  }
  .store-hero-btn > div {
    width: 400px;
  }
  .store-hero-btn > div:nth-child(n+2) {
    margin-left: 25px;
  }
  .store-hero-tel a {
    height: 80px;
    border-width: 3px;
    border-radius: 20px;
  }
  .store-hero-tel a > div {
    padding-left: 50px;
  }
  .store-hero-tel a > div:before {
    width: 35px;
    height: 40px;
  }
  .store-hero-tel a p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .store-hero-tel a p:nth-child(2) {
    font-size: 42px;
    font-size: 4.2rem;
  }
  div.store-hero-sns {
    width: 80px;
  }
}
/* sub --> sitemap
-------------------------------------------------------------------------------*/
.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.sitemap-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10.6666666667vw 0.1em 5.3333333333vw;
  height: 13.3333333333vw;
  background-color: #fefefe;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-color: #90c31f;
  border-radius: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.28em;
}

.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.4666666667vw;
  background-image: url(../img/common/arrow-sty01-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .sitemap-menu a:nth-child(n+2) {
    margin-top: 4vw;
  }
  .sitemap-submenu a:nth-child(n+3) {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .sitemap-menu a {
    margin-left: 2.0833333333vw;
    padding: 0 3.4722222222vw 0.1em 1.7361111111vw;
    width: calc(33.33333% - 2.0833333333vw);
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.33em;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    width: 0.5555555556vw;
    height: 0.9722222222vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 1.3888888889vw;
  }
  .sitemap-menu a:hover {
    background-color: #90c31f;
    color: #fefefe;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-sty01-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 80px;
  }
  .sitemap-menu {
    margin-left: -30px;
  }
  .sitemap-menu a {
    margin-left: 30px;
    padding: 0 50px 0.1em 25px;
    width: calc(33.33333% - 30px);
    height: 60px;
    border-radius: 10px;
    border-width: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 8px;
    height: 14px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
}
/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  padding: 9.3333333333vw 0 6.6666666667vw 0;
  background-color: #fefefe;
  text-align: center;
}

.ttl-jp {
  position: relative;
  display: inline-block;
  font-size: 7.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}
.ttl-jp:before, .ttl-jp:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.ttl-jp:before {
  top: -5.3333333333vw;
  left: -7.3333333333vw;
  width: 8vw;
  height: 12.4vw;
  background-image: url(../img/sub/deco-l.svg);
}
.ttl-jp:after {
  top: 3.3333333333vw;
  right: -7.3333333333vw;
  width: 5.7333333333vw;
  height: 8vw;
  background-image: url(../img/sub/deco-r.svg);
}

@media screen and (min-width: 751px) {
  .ttl {
    padding: 4.8611111111vw 0 3.4722222222vw 0;
  }
  .ttl-jp {
    font-size: 3.3333333333vw;
  }
  .ttl-jp:before {
    top: -2.7777777778vw;
    left: -5.2083333333vw;
    width: 4.1666666667vw;
    height: 6.4583333333vw;
  }
  .ttl-jp:after {
    top: 1.0416666667vw;
    right: -5.2083333333vw;
    width: 2.9861111111vw;
    height: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl {
    padding: 70px 0 50px 0;
  }
  .ttl-jp {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .ttl-jp:before {
    top: -40px;
    left: -75px;
    width: 60px;
    height: 93px;
  }
  .ttl-jp:after {
    top: 15px;
    right: -75px;
    width: 43px;
    height: 60px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.breadcrumb {
  position: relative;
  z-index: 2;
}

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

.breadcrumb-list li {
  position: relative;
  font-size: 3.2vw;
  font-weight: 600;
  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;
  color: #b8b8b8;
}

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

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

.breadcrumb-list li:not(:first-child) a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #b8b8b8;
}

.breadcrumb-home {
  position: relative;
  top: 0.2em;
  display: inline-block;
  width: 3.8666666667vw;
  height: 4vw;
  background-image: url(../img/common/home.svg);
  background-size: contain;
}

@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: 2.0833333333vw 0;
    width: 69.4444444444vw;
  }
  .breadcrumb-list li {
    font-size: 1.0416666667vw;
    white-space: normal;
    line-height: 1.8em;
  }
  .breadcrumb-list li:after {
    margin: 0 1.0416666667vw;
    font-size: 0.9722222222vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb-list li:not(:first-child) a:after {
    height: 0.1388888889vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .breadcrumb-list li a:hover {
    color: #90c31f;
  }
  .breadcrumb-list li a:hover:after {
    background-color: #90c31f;
  }
  .breadcrumb-home {
    width: 1.4583333333vw;
    height: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list {
    padding: 30px 0;
    width: 1000px;
  }
  .breadcrumb-list li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .breadcrumb-list li:after {
    margin: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .breadcrumb-list li:not(:first-child) a:after {
    height: 2px;
  }
  .breadcrumb-home {
    width: 21px;
    height: 22px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- head-i（アイコン） - */
.head-i {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0.65em 6.6666666667vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.35em;
  z-index: 2;
}
.head-i:before {
  content: "";
  position: absolute;
  top: -0.4em;
  left: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 8.4vw;
  background-image: url(../img/sub/deco-l.svg);
  background-size: contain;
}
.head-i:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #90c31f;
  border-radius: 0.2666666667vw;
}

@media screen and (min-width: 751px) {
  .head-i {
    padding-left: 2.7777777778vw;
    font-size: 1.9444444444vw;
  }
  .head-i:before {
    width: 2.2222222222vw;
    height: 3.4722222222vw;
  }
  .head-i:after {
    height: 0.2083333333vw;
    border-radius: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-i {
    padding-left: 40px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .head-i:before {
    width: 32px;
    height: 50px;
  }
  .head-i:after {
    height: 3px;
    border-radius: 1px;
  }
}
/* ------------------------------------------- head-b - */
.head-b {
  position: relative;
  margin-bottom: 4.6666666667vw;
  padding-bottom: 4vw;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 7.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.21em;
}
.head-b:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 13.7333333333vw;
  height: 2vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .head-b {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 1.3888888889vw;
    font-size: 2.9166666667vw;
    line-height: 1.5em;
  }
  .head-b:after {
    width: 5.2777777778vw;
    height: 0.7638888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-b {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .head-b:after {
    width: 76px;
    height: 11px;
  }
}
/* ------------------------------------------- head-r - */
.head-r {
  margin-bottom: 1em;
  padding: 0.4em 0.75em 0.2em 0.75em;
  border-radius: 1.3333333333vw;
  color: #fefefe;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.head-r--gr {
  background-color: #90c31f;
}

.head-r--rd {
  background-color: #eb6120;
}

@media screen and (min-width: 751px) {
  .head-r {
    padding: 0.4em 1em 0.2em 1em;
    border-radius: 0.6944444444vw;
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-r {
    border-radius: 10px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
  margin: 0 auto;
  max-width: 90.1333333333vw;
}

.post--box {
  padding: 6.6666666667vw 5.6vw 9.3333333333vw 5.6vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
}

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

.post-staff-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -4vw;
  right: 4vw;
  overflow: hidden;
}

.post-staff {
  width: 16vw;
  border-radius: 50%;
}
.post-staff:nth-child(n+2) {
  margin-left: 2.6666666667vw;
}
.post-staff img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 16vw;
}

.post-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4vw;
}

.post-cat > li {
  margin: 1.0666666667vw 1.0666666667vw 0 0;
  padding: 0.3em 0.5em 0.4em 0.55em;
  background-color: #90c31f;
  border-radius: 0.6666666667vw;
  color: #fefefe;
  font-size: 3.2vw;
}

.post-cat--new {
  background-color: #eb6120 !important;
}

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

.post-date {
  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;
}

.post-date p {
  position: relative;
  padding: 0 0 0.1em 4vw;
  font-size: 3.2vw;
  font-weight: 500;
}

.post-date p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.2vw;
  height: 3.2vw;
  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: 4vw;
}

.post-ttl {
  position: relative;
  margin-bottom: 0.7em;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

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

.post-intro p {
  line-height: 1.6em;
}

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

@media screen and (max-width: 750px) {
  .post--blog {
    padding-top: 20vw;
  }
}
@media screen and (min-width: 751px) {
  .post {
    max-width: 69.4444444444vw;
  }
  .post--box {
    padding: 3.4722222222vw 3.8194444444vw 4.5138888889vw 3.8194444444vw;
    border-radius: 0.6944444444vw;
  }
  .post--blog {
    width: 55.5555555556vw;
  }
  .post > section:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .post-staff-wrap {
    top: -2.0833333333vw;
    right: 4.1666666667vw;
  }
  .post-staff {
    width: 4.8611111111vw;
  }
  .post-staff:nth-child(n+2) {
    margin-left: 0.6944444444vw;
  }
  .post-staff img {
    height: 4.8611111111vw;
  }
  .post-cat {
    margin-bottom: 0.6944444444vw;
  }
  .post-cat > li {
    margin: 0.3472222222vw 0.3472222222vw 0 0;
    border-radius: 0.3472222222vw;
    font-size: 0.8333333333vw;
  }
  .post-data {
    margin-bottom: 1.3888888889vw;
  }
  .post-data > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-date p {
    padding-left: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .post-date p:before {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .post-ttl {
    font-size: 2.2222222222vw;
    line-height: 1.5em;
  }
  .post-image {
    margin-bottom: 2.0833333333vw;
  }
  .post-intro p {
    line-height: 2em;
  }
  .post .editor {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .post {
    width: 1000px;
  }
  .post--box {
    padding: 50px 55px 65px 55px;
    border-radius: 10px;
  }
  .post--blog {
    width: 800px;
  }
  .post > section:nth-child(n+2) {
    margin-top: 80px;
  }
  .post-staff-wrap {
    top: -30px;
    right: 60px;
  }
  .post-staff {
    width: 70px;
  }
  .post-staff:nth-child(n+2) {
    margin-left: 10px;
  }
  .post-staff img {
    height: 70px;
  }
  .post-cat {
    margin-bottom: 10px;
  }
  .post-cat > li {
    margin: 5px 5px 0 0;
    border-radius: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .post-data {
    margin-bottom: 20px;
  }
  .post-date p {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-date p:before {
    width: 14px;
    height: 14px;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 20px;
  }
  .post-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .post-image {
    margin-bottom: 30px;
  }
  .post .editor {
    margin-top: 40px;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "NotoSansJP", sans-serif;
}
.editor h2 {
  position: relative;
  margin: 1.3em 0 0.7em 0;
  padding: 0.5em 0.75em 0.6em 9.3333333333vw;
  background-color: #90c31f;
  border-radius: 0.6666666667vw;
  color: #fefefe;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.1em;
  z-index: 1;
}
.editor h2:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 2.6666666667vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/sub/deco.svg);
  background-size: contain;
}
.editor h3 {
  position: relative;
  margin: 1.5em 0 0.7em 0;
  padding: 0 0 0.5em 0.5em;
  color: #90c31f;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  z-index: 1;
}
.editor h3:before, .editor h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.5333333333vw;
}
.editor h3:before {
  width: 100%;
  background-color: #fabe0e;
}
.editor h3:after {
  width: 50%;
  background-color: #90c31f;
  z-index: 1;
}
.editor h4 {
  position: relative;
  margin: 2em 0 0.5em 0;
  padding-left: 5.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1.36em;
  letter-spacing: 0.1em;
}
.editor h4:before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  background-color: #90c31f;
  border-radius: 0.2666666667vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.editor p {
  line-height: 1.6em;
}
.editor strong {
  color: #90c31f;
  font-weight: 700;
}
.editor img {
  max-width: 100%;
  height: auto;
}
.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.3s;
  transition: opacity 0.3s;
}
.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.4vw;
  background-color: #eb6120;
}
.editor a:hover {
  opacity: 0.8;
}
.editor strong {
  font-weight: 700;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  font-size: 3.7333333333vw;
  list-style-type: square;
  line-height: 1.6em;
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 1.5em;
  font-size: 3.7333333333vw;
  list-style-type: decimal-leading-zero;
  line-height: 1.6em;
}
.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #fefefe;
  font-style: italic;
}

@media screen and (max-width: 750px) {
  .editor img.alignleft {
    margin: 1.5em auto;
  }
  .editor img.alignright {
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 751px) {
  .editor h2 {
    padding-left: 4.5138888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.9444444444vw;
    line-height: 1.25em;
  }
  .editor h2:before {
    top: 0.35em;
    left: 1.0416666667vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .editor h3 {
    font-size: 1.6666666667vw;
    line-height: 1.25em;
  }
  .editor h3:before, .editor h3:after {
    height: 0.1388888889vw;
  }
  .editor h4 {
    margin: 1.5em 0 1em 0;
    padding-left: 1.7361111111vw;
    font-size: 1.25vw;
    line-height: 1.25em;
  }
  .editor h4:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    border-radius: 0.1388888889vw;
  }
  .editor p {
    font-size: 1.1111111111vw;
    line-height: 2em;
  }
  .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 ul li {
    font-size: 1.1111111111vw;
    line-height: 2em;
  }
  .editor ol li {
    font-size: 1.1111111111vw;
    line-height: 2em;
  }
  .editor iframe {
    max-width: 100%;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2 {
    padding-left: 65px;
    border-radius: 5px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .editor h2:before {
    left: 15px;
    width: 40px;
    height: 40px;
  }
  .editor h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .editor h3:before, .editor h3:after {
    height: 2px;
  }
  .editor h4 {
    padding-left: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .editor h4:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  .editor p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor ol li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
}
/*  related
-------------------------------------------------------------------------------*/
.sec--related {
  margin-top: 16vw;
}

@media screen and (min-width: 751px) {
  .sec--related {
    margin-top: 8.3333333333vw;
  }
  .sec--related .sec-head {
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--related {
    margin-top: 120px;
  }
  .sec--related .sec-head {
    margin-bottom: 25px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.sec--form {
  margin-top: 10.6666666667vw;
}

.form {
  position: relative;
  margin: 0 auto;
  padding: 8vw 4vw 10.6666666667vw 4vw;
  width: 90.1333333333vw;
  background-color: #fefefe;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.6666666667vw;
}

.form-ttl {
  position: relative;
  margin-bottom: 1.5em;
  color: #90c31f;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}

@media screen and (min-width: 751px) {
  .sec--form {
    margin-top: 5.5555555556vw;
  }
  .form {
    padding: 4.1666666667vw 4.8611111111vw 5.5555555556vw 4.8611111111vw;
    width: 61.1111111111vw;
    border-width: 0.2777777778vw;
    border-radius: 1.3888888889vw;
  }
  .form-ttl {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--form {
    margin-top: 80px;
  }
  .form {
    padding: 60px 70px 80px 70px;
    width: 880px;
    border-width: 4px;
    border-radius: 20px;
  }
  .form-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/* ------------------------------------------- input - */
.form-input dl:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

.form-input dt {
  position: relative;
  margin-bottom: 0.7em;
  color: #303030;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.35em;
}

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

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

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

.form-input textarea {
  padding: 0.5em 1em;
  width: 100%;
  height: 57.3333333333vw;
  background-color: #f3f3f3;
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.05em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input input[type=radio] + span::before {
  background-color: #fefefe;
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 751px) {
  .form-notes {
    margin-top: 1.7361111111vw;
    padding-top: 1.7361111111vw;
  }
  .form-notes:before {
    width: 48.0555555556vw;
  }
  .form-notes p {
    font-size: 0.9722222222vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .form-notes {
    margin-top: 25px;
    padding-top: 25px;
  }
  .form-notes:before {
    width: 692px;
  }
  .form-notes p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- submit - */
.form-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6.6666666667vw auto 0 auto;
  width: 74.6666666667vw;
  height: 14.6666666667vw;
  background-color: #90c31f;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 7.3333333333vw;
  z-index: 1;
}

.form-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fefefe;
  font-family: "NotoSansJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 2.0833333333vw;
    width: 25vw;
    height: 4.7222222222vw;
    border-width: 0.2083333333vw;
    border-radius: 2.3611111111vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .form-submit {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .form-btn:hover {
    background-color: #fefefe;
  }
  .form-btn:hover .form-submit {
    color: #90c31f;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 30px;
    width: 360px;
    height: 68px;
    border-width: 3px;
    border-radius: 34px;
  }
  .form-submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- レイアウト崩れ防止 - */
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;
}

.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-consent .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 #90c31f !important;
}

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

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #dc3232;
  font-size: 3.2vw !important;
}

@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
  }
  .wpcf7-response-output {
    font-size: 2.6666666667vw;
  }
}
@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: 13px;
    font-size: 1.3rem !important;
  }
}
/*  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;
  letter-spacing: 0.05em;
}
.page-archive-navi .pagecount span {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin: 0 0.15em;
  font-family: "Poppins", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

@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: 69.4444444444vw;
    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: 1000px;
  }
  .page-archive-navi .pagecount {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.pagenation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.pagenation-list li div,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #fefefe;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  color: #90c31f;
  font-family: "Poppins", sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
  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: #90c31f;
  color: #fefefe;
}

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

.pagenation-prev a,
.pagenation-next a {
  position: relative;
  display: block;
  height: 10.6666666667vw;
  background-color: #fefefe;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
}
.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.4666666667vw;
  background-image: url(../img/common/arrow-sty01-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.8194444444vw;
    height: 3.8194444444vw;
    border-width: 0.2083333333vw;
    font-size: 1.3888888889vw;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a:hover {
    background-color: #90c31f;
    color: #fefefe;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 3.8194444444vw;
    height: 3.8194444444vw;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 3.8194444444vw;
    border-width: 0.2083333333vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 0.5555555556vw;
    height: 0.9722222222vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenation-prev a:hover,
  .pagenation-next a:hover {
    background-color: #90c31f;
  }
  .pagenation-prev a:hover:after,
  .pagenation-next a:hover:after {
    background-image: url(../img/common/arrow-sty01-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: 55px;
    height: 55px;
    border-width: 3px;
    font-size: 20px;
    font-size: 2rem;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 55px;
    height: 55px;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 55px;
    border-width: 3px;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 8px;
    height: 14px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 10.6666666667vw auto 0 auto;
  width: 85.3333333333vw;
}

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

.pagenavi-prev {
  left: 0;
}

.pagenavi-next {
  right: 0;
}

.pagenavi-prev a,
.pagenavi-next a {
  position: relative;
  display: block;
  height: 10.6666666667vw;
  background-color: #90c31f;
  border-radius: 50%;
}

.pagenavi-prev a:after,
.pagenavi-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.9333333333vw;
  height: 5.0666666667vw;
  background-image: url(../img/common/arrow-sty01-wh.svg);
  background-size: contain;
}

.pagenavi-prev a:after {
  margin: 0.08em 0 0 -0.08em;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.pagenavi-next a:after {
  margin: 0.08em -0.08em 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

.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: 13.3333333333vw;
  background-color: #fefefe;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6.6666666667vw;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
}
.pagenavi-back a span {
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.25em;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 2.7777777778vw;
    width: 27.7777777778vw;
    height: 4.1666666667vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 2.6388888889vw;
    height: 2.6388888889vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 2.6388888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 0.6944444444vw;
    height: 1.1805555556vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenavi-prev a:hover,
  .pagenavi-next a:hover {
    background-color: #fefefe;
  }
  .pagenavi-prev a:hover:after,
  .pagenavi-next a:hover:after {
    background-image: url(../img/common/arrow-sty01-gr.svg);
  }
  .pagenavi-back {
    width: 18.75vw;
  }
  .pagenavi-back a {
    height: 4.1666666667vw;
    border-width: 0.2083333333vw;
    border-radius: 2.0833333333vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenavi-back a span {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pagenavi-back a:hover {
    background-color: #90c31f;
  }
  .pagenavi-back a:hover span {
    color: #fefefe;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 40px;
    width: 400px;
    height: 60px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 38px;
    height: 38px;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 38px;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 10px;
    height: 17px;
  }
  .pagenavi-back {
    width: 270px;
  }
  .pagenavi-back a {
    height: 60px;
    border-width: 3px;
    border-radius: 30px;
  }
  .pagenavi-back a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  #concept
-------------------------------------------------------------------------------*/
.sec--concept {
  padding: 13.3333333333vw 0 10.6666666667vw 0;
}

.concept {
  position: relative;
}
.concept:before {
  content: "";
  position: absolute;
  top: 3.3333333333vw;
  left: -1.3333333333vw;
  display: inline-block;
  width: 20.2666666667vw;
  height: 31.8666666667vw;
  background-image: url(../img/concept/cube-b.svg);
  background-size: contain;
}
.concept:after {
  content: "";
  position: absolute;
  right: -1.3333333333vw;
  bottom: 82.6666666667vw;
  display: inline-block;
  width: 12vw;
  height: 16.6666666667vw;
  background-image: url(../img/concept/cube-s.svg);
  background-size: contain;
}

.sec--concept .sec-head {
  margin-bottom: 10.6666666667vw;
  padding-top: 11.3333333333vw;
  text-align: center;
}
.sec--concept .sec-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 8.2666666667vw;
  height: 8.5333333333vw;
  background-image: url(../img/common/house.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec--concept .sec-head:after {
  content: "";
  position: absolute;
  left: 13.3333333333vw;
  bottom: -6.6666666667vw;
  display: inline-block;
  width: 74vw;
  height: 19.8666666667vw;
  background-image: url(../img/concept/paint_sp.png);
  background-size: contain;
}

.sec--concept .sec-en {
  margin-bottom: 1em;
}

.sec--concept .sec-ttl {
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
}
.sec--concept .sec-ttl span {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 9.3333333333vw;
  line-height: 1.3em;
}

.concept-desc {
  margin-bottom: 80vw;
}
.concept-desc p {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.76em;
  letter-spacing: 0.1em;
}
.concept-desc p:nth-child(n+2) {
  margin-top: 1.5em;
}

.concept-image {
  position: absolute;
  background-size: cover;
  border-radius: 4vw;
}

.concept-image--01 {
  top: 114.6666666667vw;
  left: -8vw;
  width: 67.0666666667vw;
  height: 56vw;
  background-image: url(../img/concept/image01_sp.jpg);
}
.concept-image--01:before {
  content: "";
  position: absolute;
  top: 25.3333333333vw;
  right: -22.6666666667vw;
  display: inline-block;
  width: 14.9333333333vw;
  height: 14.9333333333vw;
  background-image: url(../img/concept/cube-y.svg);
  background-size: contain;
  z-index: -1;
}

.concept-image--02 {
  top: 145.3333333333vw;
  right: 0;
  width: 37.3333333333vw;
  height: 32vw;
  background-image: url(../img/concept/image02_sp.jpg);
  z-index: 1;
}

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

.concept-btn .btn-main {
  padding-right: 8.6666666667vw;
}
.concept-btn .btn-main span {
  padding-left: 14vw;
}
.concept-btn .btn-main span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.7333333333vw;
  height: 7.8666666667vw;
  background-image: url(../img/concept/beginner.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .concept-image--03,
  .concept-image--04,
  .concept-image--05 {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .sec--concept {
    padding: 6.9444444444vw 0 4.8611111111vw 0;
  }
  .concept:before {
    top: 3.3333333333vw;
    left: 15.9722222222vw;
    width: 7.8472222222vw;
    height: 12.3611111111vw;
  }
  .concept:after {
    right: 13.1944444444vw;
    bottom: 7.9861111111vw;
    width: 4.7916666667vw;
    height: 6.7361111111vw;
  }
  .sec--concept .sec-head {
    margin-bottom: 4.5138888889vw;
    padding-top: 4.1666666667vw;
  }
  .sec--concept .sec-head:before {
    width: 3.2638888889vw;
    height: 3.3333333333vw;
  }
  .sec--concept .sec-head:after {
    left: 22.9166666667vw;
    bottom: -2.4305555556vw;
    width: 29.0972222222vw;
    height: 7.8472222222vw;
    background-image: url(../img/concept/paint.png);
    background-image: image-set(url(../img/concept/paint.png) 1x, url(../img/concept/paint-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/concept/paint.png) 1x, url(../img/concept/paint-2x.png) 2x);
  }
  .sec--concept .sec-en {
    margin-bottom: 1.5em;
  }
  .sec--concept .sec-ttl {
    font-size: 1.25vw;
  }
  .sec--concept .sec-ttl span {
    margin-top: 0.3em;
    font-size: 3.3333333333vw;
    line-height: 1.5em;
  }
  .concept-desc {
    margin-bottom: 0;
  }
  .concept-desc p {
    font-size: 1.25vw;
    line-height: 2em;
  }
  .concept-image {
    border-radius: 2.0833333333vw;
  }
  .concept-image--01 {
    top: -3.125vw;
    left: auto;
    right: -23.6111111111vw;
    width: 37.5vw;
    height: 29.1666666667vw;
    background-image: url(../img/concept/image01.jpg);
    background-image: image-set(url(../img/concept/image01.jpg) 1x, url(../img/concept/image01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/concept/image01.jpg) 1x, url(../img/concept/image01-2x.jpg) 2x);
  }
  .concept-image--01:before {
    top: -3.125vw;
    right: 5.5555555556vw;
    width: 8.8194444444vw;
    height: 8.8194444444vw;
  }
  .concept-image--02 {
    top: auto;
    right: -11.1111111111vw;
    bottom: 0;
    width: 19.4444444444vw;
    height: 16.6666666667vw;
    background-image: url(../img/concept/image02.jpg);
    background-image: image-set(url(../img/concept/image02.jpg) 1x, url(../img/concept/image02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/concept/image02.jpg) 1x, url(../img/concept/image02-2x.jpg) 2x);
  }
  .concept-image--03 {
    top: 1.7361111111vw;
    left: -10.0694444444vw;
    width: 16.6666666667vw;
    height: 14.5833333333vw;
    background-image: url(../img/concept/image03.jpg);
    background-image: image-set(url(../img/concept/image03.jpg) 1x, url(../img/concept/image03-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/concept/image03.jpg) 1x, url(../img/concept/image03-2x.jpg) 2x);
  }
  .concept-image--04 {
    left: 1.3888888889vw;
    bottom: 6.25vw;
    width: 16.5277777778vw;
    height: 17.2916666667vw;
    background-image: url(../img/concept/image04.jpg);
    background-image: image-set(url(../img/concept/image04.jpg) 1x, url(../img/concept/image04-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/concept/image04.jpg) 1x, url(../img/concept/image04-2x.jpg) 2x);
    z-index: 1;
  }
  .concept-image--05 {
    left: -18.0555555556vw;
    bottom: -2.4305555556vw;
    width: 29.7222222222vw;
    height: 19.9305555556vw;
    background-image: url(../img/concept/image05.jpg);
    background-image: image-set(url(../img/concept/image05.jpg) 1x, url(../img/concept/image05-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/concept/image05.jpg) 1x, url(../img/concept/image05-2x.jpg) 2x);
  }
  .concept-image--05:before {
    content: "";
    position: absolute;
    top: -4.5138888889vw;
    left: -2.0833333333vw;
    display: inline-block;
    width: 6.8055555556vw;
    height: 6.875vw;
    background-image: url(../img/concept/cube-p.svg);
    background-size: contain;
    z-index: -1;
  }
  .concept-btn {
    margin: 3.4722222222vw auto 0 auto;
    width: 26.3888888889vw;
  }
  .concept-btn .btn-main {
    padding-right: 2.0833333333vw;
  }
  .concept-btn .btn-main span {
    padding-left: 4.8611111111vw;
  }
  .concept-btn .btn-main span:before {
    width: 2.0138888889vw;
    height: 2.7777777778vw;
  }
  .concept-btn .btn-main:hover {
    background-color: #c3d89f;
  }
}
@media screen and (min-width: 1441px) {
  .sec--concept {
    padding: 100px 0 70px 0;
  }
  .concept:before {
    top: 48px;
    left: 230px;
    width: 113px;
    height: 178px;
  }
  .concept:after {
    right: 190px;
    bottom: 115px;
    width: 69px;
    height: 97px;
  }
  .sec--concept .sec-head {
    margin-bottom: 65px;
    padding-top: 60px;
  }
  .sec--concept .sec-head:before {
    width: 47px;
    height: 48px;
  }
  .sec--concept .sec-head:after {
    left: 330px;
    bottom: -35px;
    width: 419px;
    height: 113px;
  }
  .sec--concept .sec-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec--concept .sec-ttl span {
    display: inline-block;
    font-size: 48px;
    font-size: 4.8rem;
  }
  .concept-desc p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .concept-image {
    border-radius: 30px;
  }
  .concept-image--01 {
    top: -45px;
    right: -340px;
    width: 540px;
    height: 420px;
  }
  .concept-image--01:before {
    top: -45px;
    right: 80px;
    width: 127px;
    height: 127px;
  }
  .concept-image--02 {
    right: -160px;
    width: 280px;
    height: 240px;
  }
  .concept-image--03 {
    top: 25px;
    left: -145px;
    width: 240px;
    height: 210px;
  }
  .concept-image--04 {
    left: 20px;
    bottom: 90px;
    width: 238px;
    height: 249px;
  }
  .concept-image--05 {
    left: -260px;
    bottom: -35px;
    width: 428px;
    height: 287px;
  }
  .concept-image--05:before {
    top: -65px;
    left: -30px;
    width: 98px;
    height: 99px;
  }
  .concept-btn {
    margin: 50px auto 0 auto;
    width: 380px;
  }
  .concept-btn .btn-main {
    padding-right: 30px;
  }
  .concept-btn .btn-main span {
    padding-left: 70px;
  }
  .concept-btn .btn-main span:before {
    width: 29px;
    height: 40px;
  }
}
/*  #company
-------------------------------------------------------------------------------*/
.company {
  position: relative;
  margin-bottom: 8vw;
}

.company-image {
  position: relative;
  margin-bottom: 5.3333333333vw;
  height: 67.3333333333vw;
}

.company-image > div {
  position: absolute;
  overflow: hidden;
}

.company-image > div:nth-child(1) {
  top: 0;
  right: 0;
  width: 72vw;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
}

.company-image > div:nth-child(2) {
  left: 0;
  bottom: 0;
  width: 28vw;
  border-radius: 1.3333333333vw;
}

.company-image > div:nth-child(3) {
  right: 5.3333333333vw;
  bottom: -17.3333333333vw;
  width: 33.3333333333vw;
  border-radius: 1.3333333333vw;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.company .sec-head {
  margin-bottom: 4.6666666667vw;
  padding-bottom: 4vw;
}
.company .sec-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 13.7333333333vw;
  height: 2vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
}

.company .sec-en {
  margin-bottom: 0.8em;
}

.company .sec-ttl {
  font-size: 7.7333333333vw;
  line-height: 1.35em;
}

@media screen and (min-width: 751px) {
  .company {
    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 0 0 -4.1666666667vw;
    padding: 9.0277777778vw 0 4.8611111111vw 0;
    width: 77.7777777778vw;
  }
  .company-image {
    margin: 0;
    width: 36.8055555556vw;
    height: 38.5416666667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .company-image > div:nth-child(1) {
    top: -9.0277777778vw;
    right: -5.2083333333vw;
    width: 37.5vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  }
  .company-image > div:nth-child(2) {
    left: 0;
    bottom: 0;
    width: 14.5833333333vw;
    border-radius: 0.6944444444vw;
  }
  .company-image > div:nth-child(3) {
    right: 0;
    bottom: 1.7361111111vw;
    width: 17.3611111111vw;
    border-radius: 0.6944444444vw;
  }
  .company-content {
    width: 38.1944444444vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .company .sec-head {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 1.875vw;
  }
  .company .sec-head:after {
    width: 5.2777777778vw;
    height: 0.7638888889vw;
  }
  .company .sec-ttl {
    font-size: 2.5vw;
    line-height: 1.5em;
  }
  .company-desc {
    width: 35.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .company {
    margin: 0 0 0 -60px;
    padding: 130px 0 70px 0;
    width: 1120px;
  }
  .company-image {
    width: 530px;
    height: 555px;
  }
  .company-image > div:nth-child(1) {
    top: -130px;
    right: -75px;
    width: 540px;
    border-radius: 0 0 10px 10px;
  }
  .company-image > div:nth-child(2) {
    width: 210px;
    border-radius: 10px;
  }
  .company-image > div:nth-child(3) {
    bottom: 25px;
    width: 250px;
    border-radius: 10px;
  }
  .company-content {
    width: 550px;
  }
  .company .sec-head {
    margin-bottom: 30px;
    padding-bottom: 27px;
  }
  .company .sec-head:after {
    width: 76px;
    height: 11px;
  }
  .company .sec-ttl {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .company-desc {
    width: 510px;
  }
}
/* ------------------------------------------- menu - */
.company-menu {
  padding: 7.3333333333vw 0;
  background-color: #f9f7eb;
}

.company-menu > div a {
  display: block;
  border-radius: 2.6666666667vw;
}

.company-menu > div a:last-child {
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
  .company-menu > div {
    margin: 0 auto;
    width: 90.1333333333vw;
  }
  .company-menu > div a:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .company-menu {
    padding: 2.7777777778vw 0;
  }
  .company-menu > div {
    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;
  }
  .company-menu > div a {
    width: 23.6111111111vw;
    border-radius: 0.6944444444vw;
  }
  .company-menu > div a:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .company-menu > div a:last-child {
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-menu {
    padding: 40px 0;
  }
  .company-menu > div a {
    width: 340px;
    border-radius: 10px;
  }
  .company-menu > div a:nth-child(n+2) {
    margin-left: 20px;
  }
  .company-menu > div a:last-child {
    width: 320px;
  }
}
/*  #showroom
-------------------------------------------------------------------------------*/
.sec--showroom {
  background-color: #efefd9;
}

.showroom-slide {
  position: relative;
  overflow: hidden;
}

.showroom-catch {
  position: absolute;
  top: 6vw;
  left: 4.9333333333vw;
  width: 22.6666666667vw;
  z-index: 2;
}

.showroom-slide .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 93.3333333333vw;
}

#showroom-pagination {
  position: absolute;
  left: 50%;
  bottom: 3.3333333333vw !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#showroom-pagination .swiper-pagination-bullet {
  background-color: #fefefe !important;
}

#showroom-pagination .swiper-pagination-bullet-active {
  background-color: #8fc31f !important;
}

.showroom-content {
  padding: 14vw 4.9333333333vw 12vw 4.9333333333vw;
}

.showroom .sec-head {
  margin-bottom: 5.3333333333vw;
  z-index: 1;
}
.showroom .sec-head:before {
  content: "";
  position: absolute;
  top: -9.3333333333vw;
  left: 52vw;
  display: inline-block;
  width: 45.2vw;
  height: 26vw;
  background-image: url(../img/showroom/balloon_sp.png);
  background-size: contain;
}
.showroom .sec-head:after {
  content: "";
  position: absolute;
  top: 21.7333333333vw;
  left: 71.3333333333vw;
  display: inline-block;
  width: 20vw;
  height: 20.9333333333vw;
  background-image: url(../img/showroom/house.svg);
  background-size: contain;
  z-index: -1;
}

.showroom .sec-en {
  position: absolute;
  top: 35.3333333333vw;
  left: 43.3333333333vw;
  color: #8fc31f;
  font-family: "Damion", cursive;
  font-size: 6.6666666667vw;
  font-weight: 400;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.showroom .sec-ttl {
  font-family: "NotoSansJP", sans-serif;
  font-size: 9.3333333333vw;
  line-height: 1.23em;
}

.showroom .sec-desc {
  margin-top: 3.3333333333vw;
}
.showroom .sec-desc p {
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .showroom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .showroom-slide {
    width: 47%;
  }
  .showroom-catch {
    top: 4.5138888889vw;
    left: 4.8611111111vw;
    width: 10.9027777778vw;
  }
  .showroom-slide .swiper-slide img {
    height: 55.5555555556vw;
  }
  #showroom-pagination {
    bottom: 1.0416666667vw !important;
  }
  .showroom-content {
    padding: 9.7222222222vw 0 0 2.7777777778vw;
    width: 53%;
  }
  .showroom .sec-head {
    margin-bottom: 2.4305555556vw;
  }
  .showroom .sec-head:before {
    top: -7.9861111111vw;
    left: 21.5277777778vw;
    width: 24.5138888889vw;
    height: 11.875vw;
    background-image: url(../img/showroom/balloon.png);
    background-image: image-set(url(../img/showroom/balloon.png) 1x, url(../img/showroom/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/showroom/balloon.png) 1x, url(../img/showroom/balloon-2x.png) 2x);
  }
  .showroom .sec-head:after {
    top: 3.4722222222vw;
    left: 35.7638888889vw;
    width: 8.4027777778vw;
    height: 8.8194444444vw;
  }
  .showroom .sec-catch {
    display: none;
  }
  .showroom .sec-en {
    top: 9.7222222222vw;
    left: 28.8194444444vw;
    font-size: 2.5vw;
  }
  .showroom .sec-ttl {
    font-size: 3.3333333333vw;
    line-height: 1.5em;
  }
  .showroom .sec-desc {
    margin-top: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .showroom-catch {
    top: 65px;
    left: 70px;
    width: 157px;
  }
  .showroom-slide .swiper-slide img {
    height: 800px;
  }
  #showroom-pagination {
    bottom: 15px !important;
  }
  .showroom-content {
    padding: 140px 0 0 40px;
  }
  .showroom .sec-head {
    margin-bottom: 35px;
  }
  .showroom .sec-head:before {
    top: -115px;
    left: 310px;
    width: 353px;
    height: 171px;
  }
  .showroom .sec-head:after {
    top: 50px;
    left: 515px;
    width: 121px;
    height: 127px;
  }
  .showroom .sec-en {
    top: 140px;
    left: 415px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .showroom .sec-ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .showroom .sec-desc {
    margin-top: 25px;
  }
}
/* ------------------------------------------- menu - */
.showroom-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3.3333333333vw;
}

.showroom-menu ul > li {
  margin-left: 3.3333333333vw;
  width: calc(50% - 3.3333333333vw);
}

.showroom-menu ul > li:nth-child(n+3) {
  margin-top: 3.3333333333vw;
}

.showroom-menu ul > li a {
  position: relative;
  display: block;
  padding: 2vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.showroom-menu ul > li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6vw 6vw;
}

.showroom-menu--mikage a:after {
  border-color: transparent transparent #8f82bc transparent;
}

.showroom-menu--kobekita a:after {
  border-color: transparent transparent #5997d1 transparent;
}

.showroom-menu--seishin a:after {
  border-color: transparent transparent #ddb01d transparent;
}

.showroom-menu--fujiwaradai a:after {
  border-color: transparent transparent #ee7959 transparent;
}

.showroom-menu-image {
  margin-bottom: 1.7333333333vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.showroom-menu-label {
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #5997d1;
  border-radius: 0.6666666667vw;
  color: #fefefe;
  font-size: 3.0666666667vw;
}

.showroom-menu-ttl {
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1.33em;
}

.showroom-menu-add {
  margin-top: 0.3em;
  font-size: 3.4666666667vw;
}

@media screen and (max-width: 750px) {
  .showroom-menu ul > li a {
    min-height: 40.8vw;
  }
}
@media screen and (min-width: 751px) {
  .showroom-menu {
    width: 41.6666666667vw;
  }
  .showroom-menu ul {
    margin-left: -1.7361111111vw;
  }
  .showroom-menu ul > li {
    margin-left: 1.7361111111vw;
    width: calc(50% - 1.7361111111vw);
  }
  .showroom-menu ul > li:nth-child(n+3) {
    margin-top: 1.7361111111vw;
  }
  .showroom-menu ul > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw;
    border-radius: 0.6944444444vw;
  }
  .showroom-menu ul > li a::after {
    border-width: 0 0 2.0833333333vw 2.0833333333vw;
  }
  .showroom-menu-image {
    margin: 0;
    width: 7.6388888889vw;
    border-radius: 0.6944444444vw;
  }
  .showroom-menu a:hover .showroom-menu-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .showroom-menu-content {
    width: 9.7222222222vw;
  }
  .showroom-menu-label {
    margin-bottom: 0.5em;
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .showroom-menu-ttl {
    font-size: 1.25vw;
    line-height: 1.33em;
  }
  .showroom-menu-add {
    margin-top: 1em;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .showroom-menu {
    width: 600px;
  }
  .showroom-menu ul {
    margin-left: -25px;
  }
  .showroom-menu ul > li {
    margin-left: 25px;
    width: calc(50% - 25px);
  }
  .showroom-menu ul > li:nth-child(n+3) {
    margin-top: 25px;
  }
  .showroom-menu ul > li a {
    padding: 10px;
    border-radius: 10px;
  }
  .showroom-menu ul > li a::after {
    border-width: 0 0 30px 30px;
  }
  .showroom-menu-image {
    width: 110px;
    border-radius: 10px;
  }
  .showroom-menu-content {
    width: 140px;
  }
  .showroom-menu-label {
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .showroom-menu-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .showroom-menu-add {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- archive - */
.works {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .works .works-post:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.4305555556vw;
  }
  .works .works-post {
    margin-left: 2.4305555556vw;
    width: calc(33.33333% - 2.4305555556vw);
  }
  .works .works-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    margin-left: -35px;
  }
  .works .works-post {
    margin-left: 35px;
    width: calc(33.33333% - 35px);
  }
  .works .works-post:nth-child(n+4) {
    margin-top: 50px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- slide - */
.works-after-main {
  position: relative;
  padding: 0 5.6vw;
  overflow: hidden;
}

.works-after-thumb {
  overflow: hidden;
}

.works-after-thumb .swiper-slide {
  border-radius: 1.3333333333vw;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}

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

.works-after-thumb .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 14.1333333333vw;
}

.works-after-main .swiper-slide:before,
.works-after-thumb .swiper-slide:before {
  content: none;
}

.works-after-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

#works-after-prev,
#works-after-next {
  top: 50%;
  border-color: #90c31f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#works-after-prev {
  left: 1.3333333333vw;
}

#works-after-next {
  right: 1.3333333333vw;
}

.works-after-main-one .slide-prev,
.works-after-main-one .slide-next {
  display: none;
}

@media screen and (max-width: 750px) {
  .works-after-main {
    margin: 0 0 4.6666666667vw -5.6vw;
    width: 90.1333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .works-after-main {
    margin: 2.4305555556vw;
    padding: 0 5.9027777778vw;
  }
  .works-after-main .swiper-slide img {
    height: 36.1111111111vw;
  }
  .works-after-thumb .swiper-slide img {
    height: 6.9444444444vw;
  }
  .works-after-thumb .swiper-slide {
    border-radius: 0.6944444444vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .works-after-thumb .swiper-slide:hover {
    opacity: 0.8;
  }
  #works-after-prev {
    left: 0;
  }
  #works-after-next {
    right: 0;
  }
}
@media screen and (min-width: 1441px) {
  .works-after-main {
    margin-bottom: 35px;
    padding: 0 85px;
  }
  .works-after-main .swiper-slide img {
    height: 520px;
  }
  .works-after-thumb .swiper-slide img {
    height: 100px;
  }
  .works-after-thumb .swiper-slide {
    border-radius: 10px;
  }
}
/* ------------------------------------------- data - */
.works-data {
  margin-top: 5.3333333333vw;
  border-top-color: #cacaca;
  border-top-style: dashed;
  border-top-width: 0.2666666667vw;
}

.works-data dl {
  padding: 3.3333333333vw 2.6666666667vw;
  border-bottom-color: #cacaca;
  border-bottom-style: dashed;
  border-bottom-width: 0.2666666667vw;
}

.works-data dt {
  position: relative;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.6em;
}

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

@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: 2.4305555556vw;
    border-top-width: 0.0694444444vw;
  }
  .works-data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3888888889vw 0.6944444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .works-data dt {
    margin-bottom: 0;
    width: 7.6388888889vw;
  }
  .works-data-harf {
    width: 29.8611111111vw;
  }
  .works-data-harf dd {
    width: 19.0972222222vw;
  }
  .works-data-full {
    width: 100% !important;
  }
  .works-data-full dd {
    width: calc(100% - 9.375vw);
  }
}
@media screen and (min-width: 1441px) {
  .works-data {
    margin-top: 35px;
    border-top-width: 1px;
  }
  .works-data dl {
    padding: 20px 10px;
    border-bottom-width: 1px;
  }
  .works-data dt {
    width: 110px;
  }
  .works-data-harf {
    width: 430px;
  }
  .works-data-harf dd {
    width: 275px;
  }
  .works-data-full dd {
    width: calc(100% - 135px);
  }
}
/* ------------------------------------------- desc - */
.works-desc {
  position: relative;
  margin-top: 8vw;
  padding: 1.5em 1em;
  background-color: #f3f2e9;
  border-radius: 1.3333333333vw;
  overflow: hidden;
  z-index: 1;
}

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

@media screen and (min-width: 751px) {
  .works-desc {
    margin-top: 2.4305555556vw;
    padding: 1.5em;
    border-radius: 0.6944444444vw;
  }
  .works-desc p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .works-desc {
    margin-top: 35px;
    border-radius: 10px;
  }
}
/* ------------------------------------------- before - */
.works-before-main {
  position: relative;
  margin-bottom: 4vw;
  width: 100%;
  height: 53.3333333333vw;
  background-size: contain;
  background-position: center center;
}

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

.works-before-thumb li {
  margin-left: 2vw;
  width: calc(25% - 2vw);
  height: 14.6666666667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.3333333333vw;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

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

@media screen and (max-width: 750px) {
  .works-before-thumb li:nth-child(n+5) {
    margin-top: 1.3333333333vw;
  }
}
@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: 31.25vw;
    height: 22.9166666667vw;
    background-position: center top;
  }
  .works-before-thumb {
    margin-left: -0.6944444444vw;
    width: 29.8611111111vw;
  }
  .works-before-thumb li {
    margin-left: 0.6944444444vw;
    width: calc(33.33333% - 0.6944444444vw);
    height: 6.9444444444vw;
    border-radius: 0.6944444444vw;
  }
  .works-before-thumb li:nth-child(n+4) {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-before-main {
    width: 400px;
    height: 320px;
  }
  .works-before-thumb {
    margin-left: -10px;
    width: 440px;
  }
  .works-before-thumb li {
    margin-left: 10px;
    width: calc(33.33333% - 10px);
    height: 100px;
    border-radius: 10px;
  }
  .works-before-thumb li:nth-child(n+4) {
    margin-top: 10px;
  }
}
/* ------------------------------------------- point - */
.works-point > div:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

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

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

.works-point-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 53.3333333333vw;
}

.works-point-content p {
  font-size: 3.7333333333vw;
  line-height: 1.6em;
}

@media screen and (max-width: 750px) {
  .works-point-list {
    margin: 0 auto;
    width: 80vw;
  }
  .works-point-list > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .works-point > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .works-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .works-point-list > li {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .works-point-list > li:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .works-point-image {
    margin-bottom: 0.6944444444vw;
    border-radius: 0.6944444444vw;
  }
  .works-point-image img {
    height: 14.5833333333vw;
  }
  .works-point-content p {
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .works-point > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .works-point-list {
    margin-left: -30px;
  }
  .works-point-list > li {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .works-point-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
  .works-point-image {
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .works-point-image img {
    height: 210px;
  }
  .works-point-content p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- voice - */
.works-voice-image {
  margin-bottom: 4vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.works-voice-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 48vw;
}

.works-voice-image a {
  display: block;
}

.works-voice-desc p {
  line-height: 1.6em;
}

.works-voice-btn {
  margin: 4.6666666667vw auto 0 auto;
  width: 70.6666666667vw;
}

@media screen and (min-width: 751px) {
  .works-voice {
    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-voice-image {
    margin-bottom: 0;
    width: 21.5277777778vw;
    border-radius: 0.6944444444vw;
  }
  .works-voice-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 15.9722222222vw;
  }
  .works-voice-content {
    margin-top: 1em;
  }
  .works-voice:has(.works-voice-image) .works-voice-content {
    width: 37.5vw;
  }
  .works-voice-desc p {
    line-height: 1.75em;
  }
  .works-voice-btn {
    margin-top: 2.0833333333vw;
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-voice-image {
    width: 310px;
    border-radius: 10px;
  }
  .works-voice-image img {
    height: 230px;
  }
  .works-voice:has(.works-voice-image) .works-voice-content {
    width: 540px;
  }
  .works-voice-btn .btn-main {
    margin-top: 30px;
    width: 340px;
  }
}
/* ------------------------------------------- staff - */
.works-staff {
  position: relative;
  padding: 4vw 5.0666666667vw 5.3333333333vw 5.0666666667vw;
  background-color: #f3f2e9;
  border-radius: 2.6666666667vw;
}

.works-staff-head {
  margin: 0 auto 4vw auto;
  width: 61.3333333333vw;
}

.works-staff-image {
  margin-bottom: 2.6666666667vw;
  border-radius: 2vw;
  overflow: hidden;
}
.works-staff-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 61.3333333333vw;
}

.works-staff-position {
  margin-bottom: 0.3em;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.35em;
}

.works-staff-name {
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
  letter-spacing: 0.1em;
}

.works-staff-content p {
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .works-staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.7361111111vw 2.4305555556vw 1.7361111111vw 1.7361111111vw;
    border-radius: 1.3888888889vw;
  }
  .works-staff-head {
    margin: 0;
    width: 15.9722222222vw;
  }
  .works-staff-image {
    margin-bottom: 0.6944444444vw;
    border-radius: 1.0416666667vw;
  }
  .works-staff-image img {
    height: 15.9722222222vw;
  }
  .works-staff-position {
    font-size: 0.9722222222vw;
  }
  .works-staff-name {
    font-size: 1.25vw;
  }
  .works-staff-content {
    padding-top: 1em;
    width: 38.1944444444vw;
  }
  .works-staff-content p {
    line-height: 1.86em;
  }
  .works-staff-content--full {
    width: 100% !important;
  }
}
@media screen and (min-width: 1441px) {
  .works-staff {
    padding: 25px 35px 25px 25px;
    border-radius: 20px;
  }
  .works-staff-head {
    width: 230px;
  }
  .works-staff-image {
    margin-bottom: 10px;
    border-radius: 15px;
  }
  .works-staff-image img {
    height: 230px;
  }
  .works-staff-position {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-staff-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works-staff-content {
    width: 550px;
  }
}
/*  staff --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- menu - */
.staff-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 13.3333333333vw -2.6666666667vw;
}

.staff-menu > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.6666666667vw 0.1em 0;
  height: 13.3333333333vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
  letter-spacing: 0;
}
.staff-menu > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3333333333vw;
  display: inline-block;
  width: 3.2vw;
  height: 3.2vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.staff-menu--mikage a {
  color: #8f82bc;
}
.staff-menu--mikage a:after {
  background-image: url(../img/common/arrow-pl-on.svg);
}

.staff-menu--kobekita a {
  color: #5997d1;
}
.staff-menu--kobekita a:after {
  background-image: url(../img/common/arrow-bl-on.svg);
}

.staff-menu--seishin a {
  color: #ddb01d;
}
.staff-menu--seishin a:after {
  background-image: url(../img/common/arrow-ye-on.svg);
}

.staff-menu--fujiwaradai a {
  color: #ee7959;
}
.staff-menu--fujiwaradai a:after {
  background-image: url(../img/common/arrow-rd-on.svg);
}

@media screen and (max-width: 750px) {
  .staff-menu > li {
    margin-left: 2.6666666667vw;
    width: calc(50% - 2.6666666667vw);
  }
  .staff-menu > li:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .staff-menu {
    margin: 0 0 5.5555555556vw 0;
  }
  .staff-menu > li:nth-child(n+2) {
    margin-left: 1.7361111111vw;
  }
  .staff-menu > li a {
    padding-right: 2.0833333333vw;
    height: 4.1666666667vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .staff-menu > li a:after {
    right: 0.9027777778vw;
    width: 1.25vw;
    height: 1.25vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .staff-menu > li a:hover {
    color: #fefefe;
  }
  .staff-menu > li a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .staff-menu--mikage,
  .staff-menu--kobekita,
  .staff-menu--seishin {
    width: 14.5833333333vw;
  }
  .staff-menu--fujiwaradai {
    width: 20.4861111111vw;
  }
  .staff-menu--mikage a:hover {
    background-color: #8f82bc;
  }
  .staff-menu--mikage a:hover:after {
    background-image: url(../img/common/arrow-pl.svg);
  }
  .staff-menu--kobekita a:hover {
    background-color: #5997d1;
  }
  .staff-menu--kobekita a:hover:after {
    background-image: url(../img/common/arrow-bl.svg);
  }
  .staff-menu--seishin a:hover {
    background-color: #ddb01d;
  }
  .staff-menu--seishin a:hover:after {
    background-image: url(../img/common/arrow-ye.svg);
  }
  .staff-menu--fujiwaradai a:hover {
    background-color: #ee7959;
  }
  .staff-menu--fujiwaradai a:hover:after {
    background-image: url(../img/common/arrow-rd.svg);
  }
}
@media screen and (min-width: 1441px) {
  .staff-menu {
    margin-bottom: 80px;
  }
  .staff-menu > li:nth-child(n+2) {
    margin-left: 25px;
  }
  .staff-menu > li a {
    padding-right: 30px;
    height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 10px;
  }
  .staff-menu > li a:after {
    right: 13px;
    width: 18px;
    height: 18px;
  }
  .staff-menu--mikage,
  .staff-menu--kobekita,
  .staff-menu--seishin {
    width: 210px;
  }
  .staff-menu--fujiwaradai {
    width: 295px;
  }
}
/* ------------------------------------------- post - */
.sub--staff section:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}

.staff .staff-post:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

.staff-post {
  position: relative;
  padding: 5.3333333333vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
}

.staff-word {
  position: relative;
  margin-bottom: 4vw;
  padding: 1.3333333333vw 2.6666666667vw;
  background-color: #90c31f;
  border-radius: 1.3333333333vw;
}
.staff-word p {
  color: #fefefe;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.45em;
}
.staff-word:after {
  content: "";
  position: absolute;
  top: calc(100% - 0.2em);
  right: 4vw;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #90c31f transparent transparent;
  border-width: 0 3.3333333333vw 4.6666666667vw 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.staff-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6666666667vw;
}

.staff-position {
  position: relative;
  display: inline-block;
  padding: 0.1em 0.75em 0.2em 0.75em;
  background-color: #f3f2e9;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0;
}

.staff-name {
  position: relative;
  margin-left: 1em;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}

.staff-data {
  border-top-color: #cacaca;
  border-top-style: dashed;
  border-top-width: 0.2666666667vw;
  text-align: left;
}

.staff-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.6666666667vw;
  border-bottom-color: #cacaca;
  border-bottom-style: dashed;
  border-bottom-width: 0.2666666667vw;
}

.staff-data dt {
  width: 16vw;
  font-weight: 600;
  line-height: 1.5em;
}

.staff-data dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 20.6666666667vw);
  font-weight: 600;
  line-height: 1.5em;
}

.staff-message {
  margin-top: 1em;
}
.staff-message p {
  line-height: 1.6em;
}

.staff-image {
  position: relative;
  margin: 5.3333333333vw auto 0 auto;
  width: 48vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.staff-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 57.0666666667vw;
}

@media screen and (min-width: 751px) {
  .sub--staff section:nth-of-type(n + 2) {
    margin-top: 6.9444444444vw;
  }
  .staff .staff-post:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .staff-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
  .staff-content {
    width: 40.625vw;
  }
  .staff-word {
    margin-bottom: 2.0833333333vw;
    padding: 1.0416666667vw 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
  .staff-word p {
    font-size: 1.25vw;
  }
  .staff-word:after {
    right: 1.7361111111vw;
    border-width: 0 1.3888888889vw 2.0833333333vw 0;
  }
  .staff-head {
    margin-bottom: 1.3888888889vw;
  }
  .staff-position {
    font-size: 0.9722222222vw;
  }
  .staff-name {
    font-size: 1.6666666667vw;
  }
  .staff-data {
    border-top-width: 0.0694444444vw;
  }
  .staff-data dl {
    padding: 1.0416666667vw;
    border-bottom-width: 0.0694444444vw;
  }
  .staff-data dt {
    width: 8.3333333333vw;
  }
  .staff-data dd {
    width: calc(100% - 10.4166666667vw);
  }
  .staff-image {
    margin: 0;
    width: 22.2222222222vw;
    border-radius: 0.6944444444vw;
  }
  .staff-image img {
    height: 26.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--staff section:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .staff .staff-post:nth-child(n+2) {
    margin-top: 40px;
  }
  .staff-post {
    padding: 30px;
    border-radius: 10px;
  }
  .staff-content {
    width: 585px;
  }
  .staff-word {
    margin-bottom: 30px;
    padding: 15px 30px;
    border-radius: 10px;
  }
  .staff-word p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .staff-word:after {
    right: 25px;
    border-width: 0 20px 30px 0;
  }
  .staff-head {
    margin-bottom: 20px;
  }
  .staff-position {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .staff-name {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .staff-data {
    border-top-width: 1px;
  }
  .staff-data dl {
    padding: 15px;
    border-bottom-width: 1px;
  }
  .staff-data dt {
    width: 120px;
  }
  .staff-data dd {
    width: calc(100% - 150px);
  }
  .staff-image {
    width: 320px;
    border-radius: 10px;
  }
  .staff-image img {
    height: 380px;
  }
  .staff-image > div {
    border-width: 4px;
    border-radius: 20px;
  }
  .staff-image:before {
    border-radius: 20px;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
.blog-archives {
  position: relative;
}

.blog {
  position: relative;
}

.blog-side {
  margin-top: 16vw;
}

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

.blog-side-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1em 1em 0 1em;
  height: 12vw;
  background-color: #90c31f;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  color: #fefefe;
  font-size: 4.2666666667vw;
  font-weight: 700;
}

.blog-side-content {
  padding: 2vw 4vw 4vw 4vw;
  background-color: #fefefe;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
}

@media screen and (max-width: 750px) {
  .blog .blog-post:nth-child(n+2) {
    margin-top: 9.3333333333vw;
  }
  .blog .blog-image img {
    height: 55.4666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .blog-archives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-archive-content {
    width: 47.2222222222vw;
  }
  .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .blog .blog-post {
    margin-left: 2.0833333333vw;
    width: calc(50% - 2.0833333333vw);
  }
  .blog .blog-post:nth-child(n+3) {
    margin-top: 2.7777777778vw;
  }
  .blog-side {
    margin: 0;
    width: 18.75vw;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .blog-side-ttl {
    height: 3.1944444444vw;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
    font-size: 1.25vw;
  }
  .blog-side-content {
    padding: 0.3472222222vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-archive-content {
    width: 680px;
  }
  .blog {
    margin-left: -30px;
  }
  .blog .blog-post {
    margin-left: 30px;
    width: calc(50% - 30px);
  }
  .blog .blog-post:nth-child(n+3) {
    margin-top: 40px;
  }
  .blog-side {
    width: 270px;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 40px;
  }
  .blog-side-ttl {
    height: 46px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-side-content {
    padding: 5px 15px 15px 15px;
    border-radius: 0 0 10px 10px;
  }
}
/* ------------------------------------------- cat - */
.blog-side-cat li {
  position: relative;
}

.blog-side-cat li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2.6666666667vw;
  border-bottom-color: #e7e7e7;
  border-bottom-style: dashed;
  border-bottom-width: 0.2666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.28em;
}
.blog-side-cat li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3333333333vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.4666666667vw;
  background-image: url(../img/common/arrow-sty01-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 751px) {
  .blog-side-cat li a {
    padding: 1em 0.5em;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.0416666667vw;
  }
  .blog-side-cat li a:after {
    right: 0.3472222222vw;
    width: 0.5555555556vw;
    height: 0.9722222222vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .blog-side-cat li a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .blog-side-cat li a {
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom-width: 1px;
  }
  .blog-side-cat li a:after {
    right: 5px;
    width: 8px;
    height: 14px;
  }
}
/* ------------------------------------------- recommend - */
.blog-latest-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.6666666667vw 0;
  border-bottom-color: #e7e7e7;
  border-bottom-style: dashed;
  border-bottom-width: 0.2666666667vw;
}

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

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

.blog-latest-cat {
  display: inline-block;
  margin-bottom: 1.0666666667vw;
  padding: 0.2em 0.4em 0.3em 0.4em;
  background-color: #90c31f;
  border-radius: 0.4vw;
  color: #fefefe;
  font-size: 2.9333333333vw;
  letter-spacing: 0;
}

.blog-latest-ttl {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4em;
}

.blog-latest-date {
  margin-top: 0.5em;
  color: #878787;
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .blog-latest {
    margin-top: 0.6944444444vw;
  }
  .blog-latest-post a {
    padding: 0.6944444444vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .blog-latest .blog-latest-post:first-child a {
    padding-top: 0 !important;
  }
  .blog-latest-image {
    width: 5.5555555556vw;
    border-radius: 0.3472222222vw;
  }
  .blog-latest-image img {
    height: 5.5555555556vw;
  }
  .blog-latest-post a:hover .blog-latest-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .blog-latest-content {
    width: 10.2083333333vw;
  }
  .blog-latest-cat {
    margin-bottom: 0.2083333333vw;
    border-radius: 0.2083333333vw;
    font-size: 0.7638888889vw;
  }
  .blog-latest-ttl {
    font-size: 1.0416666667vw;
    line-height: 1.3em;
  }
  .blog-latest-date {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-latest {
    margin-top: 10px;
  }
  .blog-latest-post a {
    padding: 10px 0;
    border-bottom-width: 1px;
  }
  .blog-latest-image {
    width: 80px;
    border-radius: 5px;
  }
  .blog-latest-image img {
    height: 80px;
  }
  .blog-latest-content {
    width: 147px;
  }
  .blog-latest-cat {
    margin-bottom: 3px;
    border-radius: 3px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .blog-latest-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .blog-latest-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  blog --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mokuji - */
.blog-mokuji {
  position: relative;
  margin-top: 5.3333333333vw;
  padding: 6vw 4.6666666667vw;
  background-color: #f3f2e9;
  border-top: 2vw solid #90c31f;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
}

.blog-mokuji-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.6666666667vw;
  padding-left: 10.6666666667vw;
  height: 8vw;
  font-size: 4.8vw;
  font-weight: 700;
}

.blog-mokuji-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 8vw;
  height: 8vw;
  background-image: url(../img/blog/menu.svg);
  background-size: contain;
}

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

.blog-mokuji ul li a {
  position: relative;
  display: block;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.blog-mokuji ul li a:hover {
  color: #90c31f;
}

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

.blog-mokuji > ul > li > a {
  padding-left: 2.5em;
}

.blog-mokuji > ul > li > a:before {
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.blog-mokuji > ul > ul {
  margin-top: 0.5em;
  padding-left: 2.5em;
}

.blog-mokuji > ul > ul > ul {
  margin-top: 0.5em;
  padding-left: 1.75em;
}

.blog-mokuji > ul > ul > li a,
.blog-mokuji > ul > ul > ul > li a {
  padding-left: 5.0666666667vw;
}

.blog-mokuji > ul > ul > li a:before,
.blog-mokuji > ul > ul > ul > li a:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 3.7333333333vw;
  height: 0.4vw;
  background-color: #90c31f;
}

@media screen and (max-width: 750px) {
  .blog-mokuji {
    margin-left: -3.4666666667vw;
    width: 90.1333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .blog-mokuji {
    margin-top: 2.7777777778vw;
    padding: 1.7361111111vw 3.4722222222vw 2.4305555556vw 3.4722222222vw;
    border-top: 0.6944444444vw solid #90c31f;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  }
  .blog-mokuji-head {
    margin-bottom: 1.7361111111vw;
    padding-left: 3.4722222222vw;
    height: 2.4305555556vw;
    font-size: 1.4583333333vw;
  }
  .blog-mokuji-head:before {
    width: 2.4305555556vw;
    height: 2.4305555556vw;
  }
  .blog-mokuji ul li a {
    font-size: 1.25vw;
  }
  .blog-mokuji > ul > ul > li a,
  .blog-mokuji > ul > ul > ul > li a {
    padding-left: 1.8055555556vw;
  }
  .blog-mokuji > ul > ul > li a:before,
  .blog-mokuji > ul > ul > ul > li a:before {
    width: 1.1111111111vw;
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-mokuji {
    margin-top: 40px;
    padding: 25px 50px 35px 50px;
    border-top: 10px solid #90c31f;
    border-radius: 0 0 10px 10px;
  }
  .blog-mokuji-head {
    margin-bottom: 25px;
    padding-left: 50px;
    height: 35px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .blog-mokuji-head:before {
    width: 35px;
    height: 35px;
  }
  .blog-mokuji ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-mokuji > ul > ul > li a,
  .blog-mokuji > ul > ul > ul > li a {
    padding-left: 26px;
  }
  .blog-mokuji > ul > ul > li a:before,
  .blog-mokuji > ul > ul > ul > li a:before {
    width: 16px;
    height: 2px;
  }
}
/* ------------------------------------------- staff - */
.post-staff-single {
  border-radius: 0;
}

.post-staff-single .post-staff-image {
  width: 16vw;
  border-radius: 50%;
  overflow: hidden;
}

.post-staff-name {
  margin-top: 0.5em;
  font-size: 3.2vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .post-staff-single .post-staff-image {
    width: 4.8611111111vw;
  }
  .post-staff-name {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-staff-single .post-staff-image {
    width: 70px;
  }
  .post-staff-name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* faq --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- menu - */
.faq-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 13.3333333333vw -2.6666666667vw;
}

.faq-menu > li {
  margin-left: 2.6666666667vw;
  width: calc(50% - 2.6666666667vw);
}

.faq-menu > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6vw 0.1em 0.8em;
  height: 12vw;
  background-color: #fefefe;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.35em;
}
.faq-menu > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.4666666667vw;
  background-image: url(../img/common/arrow-sty01-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .faq-menu > li:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .faq-menu {
    margin: 0 0 5.5555555556vw -1.3888888889vw;
  }
  .faq-menu > li {
    margin-left: 1.3888888889vw;
    width: calc(33.33333% - 1.3888888889vw);
  }
  .faq-menu > li:nth-child(n+4) {
    margin-top: 1.0416666667vw;
  }
  .faq-menu > li a {
    padding: 0 1.25em 0.1em 1.25em;
    height: 4.1666666667vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .faq-menu > li a:after {
    right: 0.6944444444vw;
    width: 0.5555555556vw;
    height: 0.9722222222vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .faq-menu > li a:hover {
    background-color: #90c31f;
    color: #fefefe;
  }
  .faq-menu > li a:hover:after {
    background-image: url(../img/common/arrow-sty01-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .faq-menu {
    margin: 0 0 80px -20px;
  }
  .faq-menu > li {
    margin-left: 20px;
    width: calc(33.33333% - 20px);
  }
  .faq-menu > li:nth-child(n+4) {
    margin-top: 15px;
  }
  .faq-menu > li a {
    height: 60px;
    border-width: 3px;
    border-radius: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faq-menu > li a:after {
    right: 10px;
    width: 8px;
    height: 14px;
  }
}
/* ------------------------------------------- post - */
.sub--faq section:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}

.faq {
  position: relative;
}

.faq-item {
  position: relative;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

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

.faq-item dt:before,
.faq-item dd:before {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.6666666667vw;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
  letter-spacing: 0;
}

.faq-item dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.2666666667vw 7.3333333333vw 2.2666666667vw 9.3333333333vw;
  background-color: #fefefe;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1.35em;
  overflow: hidden;
}
.faq-item dt:before {
  content: "Q";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #90c31f;
  color: #fefefe;
}
.faq-item dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  display: inline-block;
  width: 2.6666666667vw;
  height: 2vw;
  background-image: url(../img/faq/arrow.svg);
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

.faq-item dd {
  display: none;
  position: relative;
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 9.3333333333vw;
  background-color: #eee;
  font-size: 3.4666666667vw;
  line-height: 1.6em;
}
.faq-item dd:before {
  content: "A";
  padding-top: 0.6em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #90c31f;
}

@media screen and (min-width: 751px) {
  .sub--faq section:nth-of-type(n + 2) {
    margin-top: 6.9444444444vw;
  }
  .faq-item {
    border-radius: 0.6944444444vw;
  }
  .faq .faq-item:nth-child(n+2) {
    margin-top: 1.7361111111vw;
  }
  .faq-item dt:before,
  .faq-item dd:before {
    width: 3.125vw;
    font-size: 1.4583333333vw;
  }
  .faq-item dt {
    padding: 1.3888888889vw 1.0416666667vw 1.3888888889vw 4.1666666667vw;
    font-size: 1.25vw;
  }
  .faq-item dt:after {
    right: 1.0416666667vw;
    width: 1.0416666667vw;
    height: 0.7638888889vw;
  }
  .faq-item dd {
    padding: 1.0416666667vw 2.0833333333vw 1.3888888889vw 4.1666666667vw;
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .faq-item dd:before {
    padding-top: 0.75em;
  }
}
@media screen and (min-width: 1441px) {
  .sub--faq section:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .faq-item {
    border-radius: 10px;
  }
  .faq .faq-item:nth-child(n+2) {
    margin-top: 25px;
  }
  .faq-item dt:before,
  .faq-item dd:before {
    width: 45px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .faq-item dt {
    padding: 20px 15px 20px 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .faq-item dt:after {
    right: 15px;
    width: 15px;
    height: 11px;
  }
  .faq-item dd {
    padding: 15px 30px 20px 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  lineup --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- discount - */
.lineup-discount {
  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-top: 0.1em;
  background-color: #eb6120;
  border-radius: 50%;
}
.lineup-discount p {
  color: #fefefe;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
.lineup-discount p span {
  display: inline-block;
  font-size: 2em;
}

.lineup .lineup-discount,
.lineup-slide .lineup-discount {
  width: 17.3333333333vw;
  height: 17.3333333333vw;
}
.lineup .lineup-discount p,
.lineup-slide .lineup-discount p {
  font-size: 3.7333333333vw;
}
.lineup .lineup-discount .lineup-discount-head-special,
.lineup-slide .lineup-discount .lineup-discount-head-special {
  font-size: 5.8666666667vw;
}

.lineup-hero .lineup-discount,
.lineup-main .lineup-discount {
  width: 17.3333333333vw;
  height: 17.3333333333vw;
}
.lineup-hero .lineup-discount p,
.lineup-main .lineup-discount p {
  font-size: 3.7333333333vw;
}
.lineup-hero .lineup-discount .lineup-discount-head-special,
.lineup-main .lineup-discount .lineup-discount-head-special {
  font-size: 5.8666666667vw;
}

@media screen and (min-width: 751px) {
  .lineup .lineup-discount,
  .lineup-slide .lineup-discount {
    width: 4.8611111111vw;
    height: 4.8611111111vw;
  }
  .lineup .lineup-discount p,
  .lineup-slide .lineup-discount p {
    font-size: 1.0416666667vw;
  }
  .lineup .lineup-discount .lineup-discount-head-special,
  .lineup-slide .lineup-discount .lineup-discount-head-special {
    font-size: 1.8055555556vw;
  }
  .lineup-hero .lineup-discount,
  .lineup-main .lineup-discount {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .lineup-hero .lineup-discount p,
  .lineup-main .lineup-discount p {
    font-size: 1.3888888889vw;
  }
  .lineup-hero .lineup-discount .lineup-discount-head-special,
  .lineup-main .lineup-discount .lineup-discount-head-special {
    font-size: 2.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup .lineup-discount,
  .lineup-slide .lineup-discount {
    width: 70px;
    height: 70px;
  }
  .lineup .lineup-discount p,
  .lineup-slide .lineup-discount p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .lineup .lineup-discount .lineup-discount-head-special,
  .lineup-slide .lineup-discount .lineup-discount-head-special {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .lineup-hero .lineup-discount,
  .lineup-main .lineup-discount {
    width: 96px;
    height: 96px;
  }
  .lineup-hero .lineup-discount p,
  .lineup-main .lineup-discount p {
    font-size: 20px;
    font-size: 2rem;
  }
  .lineup-hero .lineup-discount .lineup-discount-head-special,
  .lineup-main .lineup-discount .lineup-discount-head-special {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
/*  lineup --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- archive - */
.lineup-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 13.3333333333vw -2.6666666667vw;
}

.lineup-menu > li {
  margin-left: 2.6666666667vw;
  width: calc(50% - 2.6666666667vw);
}

.lineup-menu > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6vw 0.1em 0.8em;
  height: 10.1333333333vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.5333333333vw;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.35em;
}
.lineup-menu > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.4666666667vw;
  background-image: url(../img/common/arrow-sty01-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .lineup-menu > li:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-menu {
    margin: 0 0 5.5555555556vw -1.3888888889vw;
  }
  .lineup-menu > li {
    margin-left: 1.3888888889vw;
    width: calc(20% - 1.3888888889vw);
  }
  .lineup-menu > li:nth-child(n+6) {
    margin-top: 1.0416666667vw;
  }
  .lineup-menu > li a {
    padding: 0 1.25em 0.1em 1.25em;
    height: 4.1666666667vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .lineup-menu > li a:after {
    right: 0.6944444444vw;
    width: 0.5555555556vw;
    height: 0.9722222222vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .lineup-menu > li a:hover {
    background-color: #90c31f;
    color: #fefefe;
  }
  .lineup-menu > li a:hover:after {
    background-image: url(../img/common/arrow-sty01-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .lineup-menu {
    margin: 0 0 80px -20px;
  }
  .lineup-menu > li {
    margin-left: 20px;
    width: calc(20% - 20px);
  }
  .lineup-menu > li:nth-child(n+6) {
    margin-top: 15px;
  }
  .lineup-menu > li a {
    height: 60px;
    border-width: 3px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 10px;
  }
  .lineup-menu > li a:after {
    right: 10px;
    width: 8px;
    height: 14px;
  }
}
/* ------------------------------------------- archive - */
.sub--lineup section:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}

.lineup {
  position: relative;
}

.lineup-archive-hero .standard-price dd:after {
  right: -2.3em;
}

.lineup-post {
  position: relative;
}

.lineup-post a {
  position: relative;
  display: block;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.lineup-post a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6vw 6vw;
  border-color: transparent transparent #90c31f transparent;
}

.lineup-image {
  position: relative;
  z-index: 1;
}
.lineup-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 59.4666666667vw;
}

.lineup-image > div {
  overflow: hidden;
}

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

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

.lineup-post .lineup-setplan--4 > div img {
  height: 29.7333333333vw;
}

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

.lineup-post .lineup-discount {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -2vw;
  left: -2vw;
  z-index: 2;
}

.lineup-maker {
  position: absolute;
  top: 2vw;
  right: 2vw;
  padding: 0.3em 0.5em 0.4em 0.55em;
  background-color: #90c31f;
  border-radius: 0.6666666667vw;
  color: #fefefe;
  font-size: 3.2vw;
  font-weight: 600;
  z-index: 1;
}

.lineup-store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 2vw;
  bottom: 2vw;
}
.lineup-store-list li {
  z-index: 1;
  margin: 0 1.3333333333vw 1.3333333333vw 0;
  padding: 0.3em 0.5em 0.4em 0.55em;
  font-size: 3.0666666667vw;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 1.3333333333vw;
  color: #fefefe;
}

.lineup-store-cat-mikage {
  background-color: #8f82bc;
}

.lineup-store-cat-kobekita {
  background-color: #5997d1;
}

.lineup-store-cat-seishin {
  background-color: #ddb01d;
}

.lineup-store-cat-fujiwaradai {
  background-color: #ee7959;
}

.lineup-store-cat-all {
  background-color: #90c31f;
}

.lineup-content {
  padding: 3.3333333333vw;
}

.lineup-ttl {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}

.lineup-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.7em;
}

.lineup-size dt {
  display: inline-block;
  margin-right: 0.7em;
  padding: 0.2em 0.3em 0.3em 0.3em;
  background-color: #90c31f;
  color: #fefefe;
  font-size: 3.7333333333vw;
  font-weight: 500;
}

.lineup-size dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lineup-price {
  position: relative;
  margin-top: 2.6666666667vw;
  text-align: right;
}

.lineup-komikomi-label {
  position: absolute;
  bottom: 1.6vw;
  padding: 0.5em;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center;
  color: #fefefe;
  background-color: #90c31f;
  border-radius: 1.3333333333vw;
}

.lineup-maker-price {
  position: relative;
  margin-bottom: 0.7em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #878787;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0;
}
.lineup-maker-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0.1em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #878787;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lineup-taxin-price {
  position: relative;
  color: #E54814;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0;
}
.lineup-taxin-price span.num {
  position: relative;
  top: 0.02em;
  display: inline-block;
  margin-right: 0.2em;
  font-family: "Poppins", sans-serif;
  font-size: 11.4666666667vw;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.03em;
}
.lineup-taxin-price span.num-main {
  margin-right: -0.15em;
}
.lineup-taxin-price span.num-sub {
  margin-left: 0.07em;
  font-size: 8vw;
}
.lineup-taxin-price:after {
  content: "諸・税込";
  position: absolute;
  right: -0.7em;
  bottom: 2.5em;
  font-size: 3.2vw;
}

.lineup-taxin-price-label {
  display: inline-block;
  margin-right: 0.3em;
}

.lineup-btn {
  margin: 8.6666666667vw auto 0 auto;
  width: 80vw;
}

@media screen and (max-width: 750px) {
  .lineup {
    margin: 0 auto;
    width: 80vw;
  }
  .lineup .lineup-post:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sub--lineup section:nth-of-type(n + 2) {
    margin-top: 6.9444444444vw;
  }
  .lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.4305555556vw;
    width: auto;
    height: auto;
  }
  .lineup .lineup-post {
    display: block !important;
    margin-left: 2.4305555556vw;
    width: calc(33.33333% - 2.4305555556vw);
  }
  .lineup .lineup-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
  .lineup-post a {
    border-radius: 0.6944444444vw;
  }
  .lineup-post a:after {
    border-width: 0 0 2.0833333333vw 2.0833333333vw;
  }
  .lineup-image img {
    height: 15.9722222222vw;
  }
  .lineup-image > div > div {
    width: 100%;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .lineup a:hover .lineup-image > div > div {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .lineup-post .lineup-setplan--4 > div img {
    height: 7.9861111111vw;
  }
  .lineup-post .lineup-discount {
    top: -0.6944444444vw;
    left: -0.6944444444vw;
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
  .lineup-maker {
    top: 0.6944444444vw;
    right: 0.6944444444vw;
    border-radius: 0.2083333333vw;
    font-size: 0.9722222222vw;
  }
  .lineup-store-list {
    left: 0.6944444444vw;
    bottom: 0.6944444444vw;
  }
  .lineup-store-list li {
    margin: 0 0.3472222222vw 0.3472222222vw 0;
    font-size: 0.9027777778vw;
    border-radius: 0.3472222222vw;
  }
  .lineup-content {
    padding: 1.0416666667vw;
  }
  .lineup-ttl {
    font-size: 1.25vw;
  }
  .lineup-size dt {
    font-size: 0.9027777778vw;
  }
  .lineup-size dd {
    font-size: 1.0416666667vw;
  }
  .lineup-price {
    margin-top: 1.0416666667vw;
  }
  .lineup-komikomi-label {
    bottom: 0.8333333333vw;
    font-size: 0.9722222222vw;
    border-radius: 0.3472222222vw;
  }
  .lineup-maker-price {
    font-size: 0.9722222222vw;
  }
  .lineup-maker-price:before {
    height: 0.0694444444vw;
  }
  .lineup-taxin-price {
    font-size: 1.25vw;
  }
  .lineup-taxin-price span.num {
    font-size: 3.3333333333vw;
  }
  .lineup-taxin-price span.num-sub {
    font-size: 2.2222222222vw;
  }
  .lineup-taxin-price:after {
    font-size: 0.9722222222vw;
  }
  .lineup-taxin-price-label {
    font-size: 1.1111111111vw;
  }
  .lineup-btn {
    margin-top: 3.4722222222vw;
    width: 26.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--lineup section:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .lineup {
    margin-left: -35px;
  }
  .lineup .lineup-post {
    margin-left: 35px;
    width: calc(33.33333% - 35px);
  }
  .lineup .lineup-post:nth-child(n+4) {
    margin-top: 50px;
  }
  .lineup-post a {
    border-radius: 10px;
  }
  .lineup-post a:after {
    border-width: 0 0 30px 30px;
  }
  .lineup-image img {
    height: 230px;
  }
  .lineup-post .lineup-setplan--4 > div img {
    height: 115px;
  }
  .lineup-post .lineup-discount {
    top: -10px;
    left: -10px;
    width: 75px;
    height: 75px;
  }
  .lineup-maker {
    top: 10px;
    right: 10px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lineup-store-list {
    left: 10px;
    bottom: 10px;
  }
  .lineup-store-list li {
    margin: 0 5px 5px 0;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 5px;
  }
  .lineup-content {
    padding: 15px;
  }
  .lineup-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lineup-size dt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .lineup-size dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .lineup-price {
    margin-top: 15px;
  }
  .lineup-komikomi-label {
    bottom: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 5px;
  }
  .lineup-maker-price {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lineup-maker-price:before {
    height: 1px;
  }
  .lineup-taxin-price {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lineup-taxin-price span.num {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .lineup-taxin-price span.num-sub {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .lineup-taxin-price:after {
    font-size: 14px;
    font-size: 1.3rem;
    letter-spacing: -0.1em;
  }
  .lineup-taxin-price-label {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lineup-btn {
    margin-top: 50px;
    width: 380px;
  }
}
/* ------------------------------------------- hero - */
.lineup-hero {
  position: relative;
  margin-bottom: 9.3333333333vw;
  padding: 3.3333333333vw;
  background-color: #fefefe;
  border-style: solid;
  border-color: #90c31f;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.lineup-hero-image {
  position: relative;
  margin-bottom: 4vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.lineup-hero-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  padding: 0.4em 4vw 0.5em 4vw;
  background-color: #90c31f;
  border-radius: 5em;
  color: #fefefe;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
  z-index: 1;
}

.lineup-hero-desc p {
  color: #878787;
  line-height: 1.6em;
}

.lineup-hero-price {
  position: relative;
  margin-top: 1em;
  padding-left: 22.6666666667vw;
  text-align: right;
}

.lineup-hero .lineup-discount {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lineup-discount-head {
  margin-bottom: 0.2em;
  font-size: 3.2vw;
}

.lineup-discount .lineup-discount-head-special {
  margin-bottom: 0;
  font-size: 6.4vw;
}

.lineup-hero-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.6666666667vw;
  padding-left: 21.3333333333vw;
  min-height: 20vw;
}

.lineup-hero-price--blk {
  display: block;
  padding-left: 0;
}

.lineup-hero-price-name {
  margin: 2em 0 0.5em;
  font-size: 4.5333333333vw;
  font-weight: 700;
}

.lineup-hero-price-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.lineup-hero-maker-price {
  position: relative;
  margin-bottom: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #878787;
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0;
}
.lineup-hero-maker-price span {
  position: relative;
}
.lineup-hero-maker-price span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0.1em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #878787;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lineup-hero-taxin-price {
  position: relative;
  display: inline-block;
  color: #E54814;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: right;
  line-height: 1em;
  letter-spacing: 0;
}
.lineup-hero-taxin-price span {
  position: relative;
  margin-right: 0.1em;
  font-family: "Poppins", sans-serif;
  font-size: 13.3333333333vw;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.03em;
}
.lineup-hero-taxin-price span.num-main {
  margin-right: -0.15em;
}
.lineup-hero-taxin-price span.num-sub {
  margin: 0 -0.3em 0 0.03em;
  font-size: 10.1333333333vw;
}
.lineup-hero-taxin-price:after {
  content: "諸・税込";
  position: absolute;
  right: 0em;
  bottom: 2em;
  font-size: 3vw;
}

.lineup-hero-price--roofing .lineup-hero-taxin-price:after {
  content: "諸・税込";
  right: 0;
  font-size: 2.9333333333vw;
}

.lineup-hero-price-label {
  position: absolute;
  top: 50%;
  left: 3.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
  color: #eb6120;
}

.lineup-hero .standard-box {
  border: none;
  background: #f3f3f3;
}

.lineup-hero .standard-price dd:after {
  content: "諸・税込";
}

.lineup-hero .standard-product-main {
  line-height: 1.4em;
}

.lineup-hero .standard-product-notes::before {
  content: none;
}

@media screen and (max-width: 750px) {
  .lineup-hero .lineup-discount {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-hero {
    margin-bottom: 3.4722222222vw;
    padding: 1.3888888889vw 1.3888888889vw 1.3888888889vw 2.0833333333vw;
    border-width: 0.2777777778vw;
    border-radius: 0.6944444444vw;
  }
  .lineup-hero-wrap {
    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;
  }
  .lineup-hero-image {
    margin-bottom: 0;
    width: 34.7222222222vw;
    border-radius: 0.6944444444vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lineup-hero-content {
    padding-top: 5.5555555556vw;
    width: calc(100% - 38.1944444444vw);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lineup-hero-ttl {
    position: absolute;
    top: 1.7361111111vw;
    left: 0;
    margin: 0;
    padding: 0 1.5em 0.1em 2.0833333333vw;
    height: 3.75vw;
    border-radius: 0 1.875vw 1.875vw 0;
    font-size: 1.9444444444vw;
    white-space: nowrap;
  }
  .lineup-hero-price {
    margin-top: 1.0416666667vw;
    padding-left: 6.9444444444vw;
    min-height: 6.6666666667vw;
  }
  .lineup-hero-price--blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0 !important;
  }
  .lineup-hero-price-name {
    font-size: 1.3194444444vw;
  }
  .lineup-hero .lineup-discount {
    left: -0.6944444444vw;
  }
  .lineup-discount-head {
    font-size: 0.8333333333vw;
  }
  .lineup-discount .lineup-discount-head-special {
    font-size: 2.0833333333vw;
  }
  .lineup-hero-maker-price {
    font-size: 1.1111111111vw;
  }
  .lineup-hero-maker-price span:before {
    height: 0.1388888889vw;
  }
  .lineup-hero-taxin-price {
    font-size: 1.6666666667vw;
  }
  .lineup-hero-taxin-price span {
    font-size: 4.7222222222vw;
  }
  .lineup-hero-taxin-price span.num-sub {
    font-size: 3.4722222222vw;
  }
  .lineup-hero-taxin-price:after {
    font-size: 1.1vw;
  }
  .lineup-hero-price--roofing .lineup-hero-taxin-price:after {
    font-size: 1.0416666667vw;
  }
  .lineup-hero-price-label {
    left: -0.2em;
    font-size: 1.1111111111vw;
    text-align: center;
  }
  .lineup-hero .standard-product-main {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-hero {
    margin-bottom: 50px;
    padding: 20px 20px 20px 30px;
    border-width: 4px;
    border-radius: 10px;
  }
  .lineup-hero-image {
    width: 500px;
    border-radius: 10px;
  }
  .lineup-hero-content {
    padding-top: 80px;
    width: calc(100% - 530px);
  }
  .lineup-hero-ttl {
    top: 25px;
    padding: 0 1.5em 0.1em 30px;
    height: 54px;
    border-radius: 0 27px 27px 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .lineup-hero-price {
    margin-top: 15px;
    padding-left: 100px;
    min-height: 96px;
  }
  .lineup-hero-price-name {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .lineup-hero .lineup-discount {
    left: -10px;
  }
  .lineup-discount-head {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .lineup-discount .lineup-discount-head-special {
    font-size: 30px;
    font-size: 3rem;
  }
  .lineup-hero-maker-price {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lineup-hero-maker-price span:before {
    height: 2px;
  }
  .lineup-hero-taxin-price {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .lineup-hero-taxin-price span {
    font-size: 68px;
    font-size: 6.8rem;
  }
  .lineup-hero-taxin-price span.num-sub {
    font-size: 50px;
    font-size: 5rem;
  }
  .lineup-hero-taxin-price:after {
    font-size: 18px;
    font-size: 1.6rem;
  }
  .lineup-hero-price--roofing .lineup-hero-taxin-price:after {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .lineup-hero-price-label {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lineup-hero .standard-product-main {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* ------------------------------------------- bnr - */
.lineup-bnr {
  position: relative;
  margin-bottom: 9.3333333333vw;
}

.lineup-bnr a {
  position: relative;
  display: block;
  background-color: #fefefe;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

.lineup-bnr-content {
  position: relative;
  padding: 3.3333333333vw 4.6666666667vw 5.3333333333vw 4.6666666667vw;
  text-align: center;
}
.lineup-bnr-content:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}

.lineup-bnr-catch {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 4vw;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
}
.lineup-bnr-catch span.color {
  margin-left: 0.2em;
  color: #eb6120;
}
.lineup-bnr-catch span.num {
  position: relative;
  top: 0.05em;
  font-size: 8.4vw;
}
.lineup-bnr-catch:before, .lineup-bnr-catch:after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  display: inline-block;
  width: 1.2vw;
  height: 3.4666666667vw;
  background-image: url(../img/works/slash.svg);
  background-size: contain;
}
.lineup-bnr-catch:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.lineup-bnr-catch:after {
  right: 0;
}

.lineup-bnr-ttl {
  font-size: 7.2vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.lineup-bnr-btn {
  position: relative;
  margin: 4.6666666667vw auto 0 auto;
  width: 74.6666666667vw;
}

.lineup-bnr--mizumawari a {
  border-color: #5997d1;
}
.lineup-bnr--mizumawari a .lineup-bnr-ttl:first-letter {
  color: #5997d1;
}
.lineup-bnr--mizumawari a .lineup-bnr-content:after {
  right: 4vw;
  bottom: 37.3333333333vw;
  width: 10.4vw;
  height: 18.5333333333vw;
  background-image: url(../img/reform/egg.svg);
  -webkit-transform: rotate(172deg);
          transform: rotate(172deg);
}

.lineup-bnr--reform a {
  border-color: #ee7959;
}
.lineup-bnr--reform a .lineup-bnr-ttl:first-letter {
  color: #ee7959;
}
.lineup-bnr--reform a .lineup-bnr-content:after {
  right: 0;
  bottom: 36vw;
  width: 12.2666666667vw;
  height: 15.7333333333vw;
  background-image: url(../img/reform/hammer.svg);
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}

.lineup-bnr--exterior a {
  border-color: #ddb01d;
}
.lineup-bnr--exterior a .lineup-bnr-ttl:first-letter {
  color: #ddb01d;
}
.lineup-bnr--exterior a .lineup-bnr-content:after {
  right: 5.3333333333vw;
  bottom: 37.3333333333vw;
  width: 12.1333333333vw;
  height: 16vw;
  background-image: url(../img/reform/brush.svg);
  -webkit-transform: rotate(102deg);
          transform: rotate(102deg);
}

@media screen and (min-width: 751px) {
  .lineup-bnr {
    margin-bottom: 4.8611111111vw;
  }
  .lineup-bnr a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 14.5833333333vw;
    border-width: 0.2777777778vw;
    border-radius: 1.3888888889vw;
  }
  .lineup-bnr-image {
    width: 33.3333333333vw;
  }
  .lineup-bnr-content {
    padding: 0;
    width: 36.1111111111vw;
  }
  .lineup-bnr-catch {
    padding: 0 1.3888888889vw;
    font-size: 1.6666666667vw;
  }
  .lineup-bnr-catch span.num {
    font-size: 3.3333333333vw;
  }
  .lineup-bnr-catch:before, .lineup-bnr-catch:after {
    width: 0.5555555556vw;
    height: 1.4583333333vw;
  }
  .lineup-bnr-ttl {
    font-size: 2.6388888889vw;
  }
  .lineup-bnr-btn {
    margin-top: 1.3888888889vw;
    width: 23.6111111111vw;
  }
  .lineup-bnr--mizumawari a .lineup-bnr-content:after {
    right: 1.7361111111vw;
    bottom: 1.3888888889vw;
    width: 3.2638888889vw;
    height: 5.7638888889vw;
  }
  .lineup-bnr--reform a .lineup-bnr-content:after {
    right: 0;
    bottom: -0.3472222222vw;
    width: 4.3055555556vw;
    height: 5.625vw;
  }
  .lineup-bnr--exterior a .lineup-bnr-content:after {
    right: 1.7361111111vw;
    bottom: 1.3888888889vw;
    width: 4.3055555556vw;
    height: 5.625vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-bnr {
    margin-bottom: 70px;
  }
  .lineup-bnr a {
    height: 210px;
    border-width: 4px;
    border-radius: 20px;
  }
  .lineup-bnr-image {
    width: 480px;
  }
  .lineup-bnr-content {
    width: 520px;
  }
  .lineup-bnr-catch {
    padding: 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .lineup-bnr-catch span.num {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .lineup-bnr-catch:before, .lineup-bnr-catch:after {
    width: 8px;
    height: 21px;
  }
  .lineup-bnr-ttl {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .lineup-bnr-btn {
    margin-top: 20px;
    width: 340px;
  }
  .lineup-bnr--mizumawari a .lineup-bnr-content:after {
    right: 25px;
    bottom: 20px;
    width: 47px;
    height: 83px;
  }
  .lineup-bnr--reform a .lineup-bnr-content:after {
    bottom: -5px;
    width: 55px;
    height: 70px;
  }
  .lineup-bnr--exterior a .lineup-bnr-content:after {
    right: 25px;
    bottom: 20px;
    width: 62px;
    height: 81px;
  }
}
/*  lineup --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- data - */
.lineup-data {
  position: relative;
  margin: 4.6666666667vw 0;
}

.lineup-data dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.6666666667vw 0;
  border-bottom-color: #d7d7d7;
  border-bottom-style: dashed;
  border-bottom-width: 0.2666666667vw;
}

.lineup-data dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2em;
  padding: 0.1em 0 0.2em 0;
  width: 18.6666666667vw;
  background-color: #90c31f;
  color: #fefefe;
  font-size: 3.7333333333vw;
  font-weight: 900;
}

.lineup-data dd {
  width: 57.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .lineup-data {
    margin: 2.0833333333vw 0;
  }
  .lineup-data dl {
    padding: 1.1805555556vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .lineup-data dt {
    width: 5.5555555556vw;
    font-size: 1.1111111111vw;
  }
  .lineup-data dd {
    width: calc(100% - 6.9444444444vw);
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-data {
    margin: 30px 0;
  }
  .lineup-data dl {
    padding: 17px 0;
    border-bottom-width: 1px;
  }
  .lineup-data dt {
    width: 80px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lineup-data dd {
    width: calc(100% - 100px);
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- main - */
.lineup-main {
  position: relative;
  padding: 8vw 4.6666666667vw 24.6666666667vw 4.6666666667vw;
  background-color: #fefefe;
}

.lineup-main-cat {
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0.2em 0.75em 0.3em 0.75em;
  background-color: #90c31f;
  color: #fefefe;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.15em;
}

.lineup-main .lineup-discount {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 2.6666666667vw;
  right: -2.6666666667vw;
  z-index: 1;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
}

.lineup-main-image {
  position: relative;
  margin: 0 auto 4.6666666667vw auto;
}
.lineup-main-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 56vw;
}

.lineup-main-image-notes {
  position: relative;
  z-index: 1;
  margin-top: 2.6666666667vw;
  text-align: right;
}
.lineup-main-image-notes p {
  position: relative;
  display: inline-block;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1.15em;
}
.lineup-main-image-notes p::before {
  content: "※";
  position: absolute;
  top: 50%;
  left: -1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lineup-main .lineup-setplan > div img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.lineup-main .lineup-setplan--4 > div img {
  height: 28vw;
}

.lineup-main-content {
  position: relative;
}

.lineup-main-makerprice {
  position: relative;
  margin-bottom: 1em;
  font-size: 3.4666666667vw;
  text-align: center;
}
.lineup-main-makerprice s {
  margin-left: 0.5em;
}
.lineup-main-makerprice small {
  font-size: 2.6666666667vw;
}

.lineup-main-price {
  position: relative;
  text-align: center;
}

.lineup-main-price dl {
  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;
}

.lineup-main-price dl:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}

.lineup-main-price dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.7em;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #f9f7eb;
  font-size: 2.6666666667vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.15em;
  letter-spacing: 0;
}

.lineup-main-price dd {
  font-family: "Anton", "NotoSansJP", sans-serif;
  font-size: 6.4vw;
  font-weight: 400;
}

.lineup-main-total {
  margin-top: 1em;
  text-align: center;
}
.lineup-main-total p {
  position: relative;
  display: inline-block;
  color: #eb6120;
  font-size: 6.4vw;
  font-weight: 900;
}
.lineup-main-total p span.label {
  font-size: 5.4666666667vw;
  font-weight: 700;
}
.lineup-main-total p span.num {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin-right: -0.05em;
  font-family: "Anton";
  font-size: 17.7333333333vw;
  font-weight: 400;
  line-height: 1em;
}
.lineup-main-total p span.num-main {
  margin-right: -0.25em;
}
.lineup-main-total p span.num-sub {
  font-size: 13.3333333333vw;
}
.lineup-main-total p:after {
  content: "諸・税込";
  position: absolute;
  right: 0.4em;
  bottom: 3.6em;
  color: #303030;
  font-size: 2.6666666667vw;
  font-weight: 600;
}

.lineup-main-notes {
  margin-top: 1em;
}
.lineup-main-notes p {
  padding-left: 1em;
  color: #eb6120;
  font-size: 2.6666666667vw;
  text-indent: -1em;
  line-height: 1.4em;
}
.lineup-main-notes p:before {
  content: "※";
}

.lineup-main-btn {
  position: absolute;
  left: 50%;
  bottom: 6.6666666667vw;
  width: 80vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .lineup-main-btn .btn-contact {
    padding-left: 4vw;
    border-radius: 2vw;
  }
  .lineup-main-btn .btn-contact span {
    font-size: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-main {
    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.7777777778vw 2.7777777778vw 10.4166666667vw 2.7777777778vw;
  }
  .lineup-main-cat {
    margin: 0 0.5em 0 0;
    padding: 0.2em 0.3em 0.3em 0.3em;
    font-size: 0.86em;
  }
  .lineup-main .lineup-discount {
    top: -0.3472222222vw;
    right: -1.3888888889vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
  }
  .lineup-main-image {
    margin: 0;
    width: 29.1666666667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lineup-main-image img {
    height: 29.1666666667vw;
  }
  .lineup-main-image-notes {
    margin-top: 0.6944444444vw;
  }
  .lineup-main-image-notes p {
    font-size: 0.6944444444vw;
  }
  .lineup-main .lineup-setplan--4 > div img {
    height: 14.5833333333vw;
  }
  .lineup-main-content {
    width: 32.6388888889vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lineup-main-desc p {
    line-height: 1.71em;
  }
  .lineup-main-makerprice {
    font-size: 0.9722222222vw;
    text-align: left;
  }
  .lineup-main-makerprice small {
    font-size: 0.6944444444vw;
  }
  .lineup-main-price {
    text-align: left;
  }
  .lineup-main-price dl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lineup-main-price dl:nth-child(n+2) {
    margin-top: 1.0416666667vw;
  }
  .lineup-main-price dt {
    font-size: 0.9027777778vw;
  }
  .lineup-main-price dd {
    font-size: 1.6666666667vw;
  }
  .lineup-main-total {
    text-align: left;
  }
  .lineup-main-total p {
    font-size: 2.9166666667vw;
  }
  .lineup-main-total p span.label {
    font-size: 2.5vw;
  }
  .lineup-main-total p span.num {
    font-size: 8.0555555556vw;
  }
  .lineup-main-total p span.num-sub {
    font-size: 6.25vw;
  }
  .lineup-main-total p:after {
    font-size: 1.25vw;
  }
  .lineup-main-notes p {
    font-size: 0.9722222222vw;
    line-height: 1.71em;
  }
  .lineup-main-btn {
    bottom: 2.4305555556vw;
    width: 36.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-main {
    padding: 40px 40px 150px 40px;
  }
  .lineup-main-image {
    width: 420px;
  }
  .lineup-main-image img {
    height: 420px;
  }
  .lineup-main-image-notes {
    margin-top: 10px;
  }
  .lineup-main-image-notes p {
    font-size: 10px;
    font-size: 1rem;
  }
  .lineup-main .lineup-discount {
    top: -5px;
    right: -20px;
    width: 100px;
    height: 100px;
  }
  .lineup-main .lineup-setplan--4 > div img {
    height: 210px;
  }
  .lineup-main-content {
    width: 470px;
  }
  .lineup-main-makerprice {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lineup-main-makerprice small {
    font-size: 10px;
    font-size: 1rem;
  }
  .lineup-main-price dl:nth-child(n+2) {
    margin-top: 15px;
  }
  .lineup-main-price dt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .lineup-main-price dd {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .lineup-main-total p {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .lineup-main-total p span.label {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .lineup-main-total p span.num {
    font-size: 116px;
    font-size: 11.6rem;
  }
  .lineup-main-total p span.num-sub {
    font-size: 90px;
    font-size: 9rem;
  }
  .lineup-main-total p:after {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lineup-main-notes p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lineup-main-btn {
    bottom: 35px;
    width: 532px;
  }
}
/* ------------------------------------------- remarks - */
.lineup-remarks {
  position: relative;
  margin: 8vw auto 0 auto;
  padding: 8vw 4vw 5.3333333333vw 4.2666666667vw;
  background-color: #fefefe;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.8vw;
  z-index: 1;
}

.lineup-remarks-ttl {
  position: absolute;
  top: -0.8vw;
  left: 4.9333333333vw;
  display: inline-block;
  padding: 0.3em 1em 0.4em 1.1em;
  background-color: #90c31f;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  color: #fefefe;
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.lineup-remarks p {
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .lineup-remarks {
    margin: 2.4305555556vw 0 0 0;
    padding: 3.4722222222vw 2.7777777778vw 2.0833333333vw 2.7777777778vw;
    border-width: 0.2777777778vw;
  }
  .lineup-remarks-ttl {
    top: -0.2777777778vw;
    left: 2.7777777778vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
    font-size: 1.25vw;
  }
  .lineup-remarks p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-remarks {
    margin-top: 35px;
    padding: 50px 40px 30px 40px;
    border-width: 4px;
  }
  .lineup-remarks-ttl {
    top: -4px;
    left: 40px;
    border-radius: 0 0 10px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- standard - */
.lineup-box {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 12.6666666667vw 4.6666666667vw 2.6666666667vw 4.6666666667vw;
  background-color: #fefefe;
  border-color: #eb6120;
  border-style: solid;
  border-width: 0.8vw;
  border-top: none !important;
  text-align: center;
}
.lineup-box:before, .lineup-box:after {
  content: "";
  position: absolute;
  top: 0;
  width: 21.3333333333vw;
  height: 0.8vw;
  background-color: #eb6120;
}
.lineup-box:before {
  left: 0;
}
.lineup-box:after {
  right: 0;
}

.lineup-stand-head {
  position: absolute;
  top: -4vw;
  left: 50%;
  color: #eb6120;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.44em;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.lineup-stand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.6666666667vw;
}

.lineup-stand-item {
  position: relative;
  margin-left: 2.6666666667vw;
  width: calc(20% - 2.6666666667vw);
}

.lineup-stand-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  height: 16vw;
  background-color: #faf9f0;
  background-size: 8.8vw 10.4vw;
  background-position: center;
  border-radius: 1.3333333333vw;
}

.lineup-stand-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2.32em;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.16em;
}

@media screen and (max-width: 750px) {
  .lineup-stand .lineup-stand-item:nth-child(n+6) {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-box {
    margin-top: 4.8611111111vw;
    padding: 3.125vw 3.4722222222vw 1.7361111111vw 3.4722222222vw;
    border-width: 0.2777777778vw;
  }
  .lineup-box:before, .lineup-box:after {
    width: 9.7222222222vw;
    height: 0.2777777778vw;
  }
  .lineup-stand-head {
    top: -0.72em;
    font-size: 2.5vw;
  }
  .lineup-stand {
    margin-left: -1.3888888889vw;
  }
  .lineup-stand-item {
    margin-left: 1.3888888889vw;
    width: calc(14.2% - 1.3888888889vw);
  }
  .lineup-stand .lineup-stand-item:nth-child(n+8) {
    margin-top: 1.0416666667vw;
  }
  .lineup-stand-icon {
    height: 6.9444444444vw;
    border-radius: 0.6944444444vw;
    background-size: 4.3055555556vw 4.7916666667vw;
  }
  .lineup-stand-ttl {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-box {
    margin-top: 70px;
    padding: 45px 50px 25px 50px;
    border-width: 4px;
  }
  .lineup-box:before, .lineup-box:after {
    width: 140px;
    height: 4px;
  }
  .lineup-stand-head {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .lineup-stand {
    margin-left: -20px;
  }
  .lineup-stand-item {
    margin-left: 20px;
    width: calc(14.2% - 20px);
  }
  .lineup-stand .lineup-stand-item:nth-child(n+8) {
    margin-top: 15px;
  }
  .lineup-stand-icon {
    height: 100px;
    border-radius: 10px;
    background-size: 62px 69px;
  }
  .lineup-stand-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- point - */
.lineup-point {
  margin: 12vw auto 0 auto !important;
}

.lineup-point > div:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

.lineup-point > div > .lineup-point-desc {
  margin-bottom: 5.3333333333vw;
}

.lineup-point-image {
  margin: 0 auto 4.6666666667vw auto;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.lineup-point-image a {
  display: block;
}

.lineup-point-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 57.3333333333vw;
}

.lineup-point-subhead {
  margin-bottom: 0.5em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.28em;
}

.lineup-point-desc p {
  line-height: 1.6em;
}

@media screen and (max-width: 750px) {
  .lineup-point-list > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-point {
    margin: 4.1666666667vw 0 0 0 !important;
  }
  .lineup-point > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .lineup-point > div > .lineup-point-desc {
    margin-bottom: 2.4305555556vw;
  }
  .lineup-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -2.0833333333vw;
  }
  .lineup-point-list > li {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .lineup-point-list > li:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .lineup-point-image {
    margin: 0 0 1.0416666667vw 0;
    border-radius: 0.6944444444vw;
  }
  .lineup-point-image img {
    height: 15.9722222222vw;
  }
  .lineup-point-subhead {
    font-size: 1.25vw;
  }
  .lineup-point-desc p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-point {
    margin: 60px 0 0 0 !important;
  }
  .lineup-point > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .lineup-point > div > .lineup-point-desc {
    margin-bottom: 35px;
  }
  .lineup-point-list {
    margin-left: -30px;
  }
  .lineup-point-list > li {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .lineup-point-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
  .lineup-point-image {
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .lineup-point-image img {
    height: 230px;
  }
  .lineup-point-subhead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- table - */
.lineup-pricelist {
  position: relative;
}

.lineup-pricelist > div {
  position: relative;
  padding-bottom: 4vw;
  overflow-x: scroll;
}

.lineup-pricelist table {
  width: 100%;
  background-color: #fefefe;
  border-color: #efefd9;
  border-style: solid;
  border-width: 0.2666666667vw;
}

.lineup-pricelist table th,
.lineup-pricelist table td {
  padding: 0.8em 1em;
  border-color: #efefd9;
  border-style: solid;
  border-width: 0.2666666667vw;
  line-height: 1.25em;
  white-space: nowrap;
}

.lineup-pricelist table thead {
  background-color: #f3f2e9;
}

.lineup-pricelist table thead th,
.lineup-pricelist table thead td {
  font-weight: 700;
}

.lineup-pricelist > div .scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 28.2666666667vw;
  padding: 0;
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  border-radius: 1.3333333333vw;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.lineup-pricelist > div .scroll-hint-text {
  display: none;
}

.lineup-pricelist > div .scroll-hint-icon:before {
  content: none;
}

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

@media screen and (min-width: 751px) {
  .lineup-pricelist > div {
    padding-bottom: 1.0416666667vw;
  }
  .lineup-pricelist table {
    border-width: 0.0694444444vw;
  }
  .lineup-pricelist table th,
  .lineup-pricelist table td {
    border-width: 0.0694444444vw;
  }
  .lineup-pricelist > div .scroll-hint-icon {
    left: 50%;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    border-radius: 0.6944444444vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .lineup-pricelist > div .scroll-hint-icon:after {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-pricelist > div {
    padding-bottom: 15px;
  }
  .lineup-pricelist table {
    border-width: 1px;
  }
  .lineup-pricelist table th,
  .lineup-pricelist table td {
    border-width: 1px;
  }
  .lineup-pricelist > div .scroll-hint-icon {
    width: 100px;
    height: 100px;
    border-radius: 10px;
  }
  .lineup-pricelist > div .scroll-hint-icon:after {
    width: 50px;
    height: 50px;
  }
}
/* ------------------------------------------- bnr - */
.contact-bnr {
  position: relative;
  margin: 10.6666666667vw auto 0 auto;
  width: 85.3333333333vw;
}

.contact-bnr a {
  display: block;
  border-radius: 5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .contact-bnr {
    margin-top: 5.5555555556vw;
    width: 69.4444444444vw;
  }
  .contact-bnr a {
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .contact-bnr {
    margin-top: 80px;
    width: 1000px;
  }
  .contact-bnr a {
    border-radius: 20px;
  }
}
/* ------------------------------------------- slide - */
.lineup-slide {
  position: relative;
}

.lineup-slide .swiper-slide {
  left: 2.6666666667vw;
  margin-right: 5.3333333333vw;
  width: 80vw !important;
}

#lineup-prev,
#lineup-next {
  border-color: #90c31f;
}

#lineup-pagination {
  margin-top: 6.6666666667vw;
}

#lineup-pagination .swiper-pagination-bullet-active {
  background-color: #90c31f !important;
}

@media screen and (max-width: 750px) {
  #lineup-prev,
  #lineup-next {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .lineup-slide .swiper-slide {
    left: 1.2152777778vw;
    margin-right: 2.4305555556vw;
    width: 21.5277777778vw !important;
    height: auto;
  }
  #lineup-prev,
  #lineup-next {
    top: 12.5vw;
    border-color: #90c31f;
  }
  #lineup-prev {
    left: -13.1944444444vw;
  }
  #lineup-next {
    right: -13.1944444444vw;
  }
  #lineup-pagination {
    margin-top: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-slide .swiper-slide {
    left: 17.5px;
    margin-right: 35px;
    width: 310px !important;
  }
  #lineup-prev,
  #lineup-next {
    top: 180px;
  }
  #lineup-prev {
    left: -190px;
  }
  #lineup-next {
    right: -190px;
  }
  #lineup-pagination {
    margin-top: 35px;
  }
}
/* pillar -- > blog
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .pillar-blog .blog-image img {
    height: 44.2666666667vw;
  }
  .pillar-blog .swiper-slide {
    margin-right: 5.3333333333vw;
    width: 72vw !important;
  }
  .pillar-blog .swiper-slide:last-child {
    margin-right: 0 !important;
  }
  #pillar-blog-pagination {
    margin-top: 6.6666666667vw;
  }
  #pillar-blog-pagination .swiper-pagination-bullet-active {
    background-color: #90c31f !important;
  }
}
@media screen and (min-width: 751px) {
  .pillar-slide {
    margin-left: -1.2152777778vw;
    width: 71.875vw;
  }
  .pillar-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
    width: auto;
    height: auto;
  }
  .pillar-blog .blog-post {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .pillar-blog .blog-post:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  #pillar-blog-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .pillar-slide {
    margin-left: -17.5px;
    width: 1035px;
  }
  .pillar-blog {
    margin-left: -30px;
  }
  .pillar-blog .blog-post {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .pillar-blog .blog-post:nth-child(n+4) {
    margin-top: 40px;
  }
}
/* pillar -- > common
-------------------------------------------------------------------------------*/
.sub--pillar section {
  position: relative;
  margin-top: 13.3333333333vw;
}

.sub--pillar .sec--concept {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background-color: #fefefe;
}

.sub--pillar .sec--pillar-flow {
  margin-top: 0 !important;
}

@media screen and (min-width: 751px) {
  .sub--pillar section {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--pillar section {
    margin-top: 100px;
  }
}
/* pillar -- > hero
-------------------------------------------------------------------------------*/
.pillar-hero {
  position: relative;
  margin: 0 auto 8vw auto;
  width: 93.3333333333vw;
  height: 120vw;
  background: repeating-linear-gradient(135deg, #fcfae5, #fcfae5 1.0666666667vw, #fffeef 1.0666666667vw, #fffeef 2.1333333333vw);
  border-color: #fefefe;
  border-style: solid;
  border-width: 1.0666666667vw;
  border-radius: 1.3333333333vw;
}

.pillar-hero-box {
  position: relative;
  padding-top: 8.6666666667vw;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pillar-hero-box:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25.3333333333vw;
  width: 97.6vw;
  height: 97.6vw;
  background-color: #fefefe;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pillar-hero-box:after {
  content: "";
  position: absolute;
  left: -4.6666666667vw;
  bottom: 0;
  display: inline-block;
  width: 51.2vw;
  height: 44.2666666667vw;
  background-image: url(../img/pillar/staff_sp.png);
  background-size: contain;
}

.pillar-hero-photo {
  position: absolute;
  right: 3.3333333333vw;
  bottom: 20vw;
  width: 40vw;
  z-index: 1;
}
.pillar-hero-photo:after {
  content: "";
  position: absolute;
  top: 10.6666666667vw;
  left: 2.6666666667vw;
  display: inline-block;
  width: 7.7333333333vw;
  height: 10vw;
  background-image: url(../img/pillar/arrow_sp.svg);
  background-size: contain;
  z-index: 1;
}

.pillar-hero-photo > div {
  border-color: #fefefe;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

.pillar-hero-after {
  position: relative;
}
.pillar-hero-after:before {
  content: "AFTER";
  position: absolute;
  top: 2vw;
  right: 2vw;
  display: inline-block;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #eb6120;
  border-radius: 1.3333333333vw;
  color: #fefefe;
  font-size: 2.6666666667vw;
  font-weight: 700;
  letter-spacing: 0;
  z-index: 1;
}

.pillar-hero-before {
  position: absolute;
  left: -8vw;
  bottom: -0.6666666667vw;
  width: 17.4666666667vw;
  -webkit-transform: rotate(-6.55deg);
          transform: rotate(-6.55deg);
  z-index: 1;
}

.pillar-hero-content {
  position: relative;
  text-align: center;
  z-index: 1;
}

.pillar-hero-head {
  position: relative;
  padding-top: 2.6666666667vw;
  text-align: center;
}
.pillar-hero-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 18.9333333333vw;
  height: 1.4666666667vw;
  background-image: url(../img/pillar/deco.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pillar-hero-head:after {
  content: "";
  position: absolute;
  top: 29.3333333333vw;
  right: 3.3333333333vw;
  display: inline-block;
  width: 12.6666666667vw;
  height: 13.0666666667vw;
  background-image: url(../img/pillar/driver.svg);
  background-size: contain;
  -webkit-transform: rotate(-31.94deg);
          transform: rotate(-31.94deg);
  z-index: 1;
}

.pillar-hero-catch {
  position: relative;
  margin: 0 auto 1.3333333333vw auto;
  width: 59.3333333333vw;
}
.pillar-hero-catch:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}

.pillar-hero--mizumawari .pillar-hero-catch:before {
  top: -3.3333333333vw;
  left: -14vw;
  width: 10.4vw;
  height: 18.5333333333vw;
  background-image: url(../img/pillar/egg.svg);
  -webkit-transform: rotate(172deg);
          transform: rotate(172deg);
}

.pillar-hero--reform .pillar-hero-catch:before {
  top: -2vw;
  left: -6.6666666667vw;
  width: 12.2666666667vw;
  height: 15.7333333333vw;
  background-image: url(../img/reform/hammer.svg);
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}

.pillar-hero--exterior .pillar-hero-catch:before {
  top: -3.3333333333vw;
  left: -14vw;
  width: 12.1333333333vw;
  height: 16vw;
  background-image: url(../img/reform/brush.svg);
  -webkit-transform: rotate(102deg);
          transform: rotate(102deg);
}

.pillar-hero-ttl {
  position: relative;
  display: inline-block;
  padding: 0.1em 0.2em 0.2em 0.2em;
  background-color: #fefefe;
  color: #eb6120;
  font-size: 7.7333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.15em;
}

.pillar-hero-prices {
  position: relative;
  top: -2vw;
  text-align: left;
}

.pillar-hero-dis {
  position: absolute;
  top: -4vw;
  left: 66.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.8em;
  width: 22.4vw;
  height: 22.4vw;
  background-color: #eb6120;
  border-radius: 50%;
  z-index: 1;
}
.pillar-hero-dis p {
  color: #fefefe;
  font-size: 3.3333333333vw;
  font-weight: 900;
  text-align: center;
}
.pillar-hero-dis p span {
  display: inline-block;
}
.pillar-hero-dis p span.en {
  font-size: 5.6vw;
}
.pillar-hero-dis p span.num {
  display: inline-block;
  margin-top: 0.1em;
  font-family: "Anton";
  font-size: 9.6vw;
  font-weight: 400;
}
.pillar-hero-dis p span.off {
  position: relative;
  top: -0.5em;
  font-size: 3.3333333333vw;
}

.pillar-hero-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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 9.8666666667vw;
  font-weight: 900;
}
.pillar-hero-price span.num {
  position: relative;
  top: 0.1em;
  display: inline-block;
  margin-right: 0.08em;
  color: #eb6120;
  font-family: "Anton";
  font-size: 24.8vw;
  font-weight: 400;
  letter-spacing: 0;
}
.pillar-hero-price span.num-main {
  margin-right: -0.25em;
}
.pillar-hero-price span.num-sub {
  font-size: 18.6666666667vw;
}
.pillar-hero-price span.kara {
  font-size: 7.8666666667vw;
}
.pillar-hero-price:after {
  content: "諸・税込";
  position: absolute;
  right: 2.6em;
  bottom: 2.2em;
  font-size: 4.2vw;
  font-weight: 600;
  letter-spacing: 0;
}

.pillar-hero-desc {
  margin-top: 0.6666666667vw;
}
.pillar-hero-desc p {
  font-size: 3.4666666667vw;
  text-align: left;
  line-height: 1.38em;
}

.pillar-hero-btn {
  position: relative;
  width: 74.6666666667vw;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .pillar-hero-desc {
    margin-left: 4.6666666667vw;
    width: 41.3333333333vw;
  }
  .pillar-hero-btn {
    position: absolute;
    left: 50%;
    bottom: 3.3333333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .pillar-hero {
    margin: 0 auto 4.8611111111vw auto;
    width: 76.3888888889vw;
    height: 37.5vw;
    background: repeating-linear-gradient(135deg, #fcfae5, #fcfae5 0.5555555556vw, #fffeef 0.5555555556vw, #fffeef 1.1111111111vw);
    border-width: 0.5555555556vw;
    border-radius: 0.6944444444vw;
  }
  .pillar-hero-box {
    padding-top: 1.3888888889vw;
  }
  .pillar-hero-box:before {
    top: 50%;
    bottom: auto;
    width: 50.8333333333vw;
    height: 50.8333333333vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pillar-hero-box:after {
    left: -5.5555555556vw;
    width: 26.5972222222vw;
    height: 34.9305555556vw;
    background-image: url(../img/pillar/staff.png);
    background-image: image-set(url(../img/pillar/staff.png) 1x, url(../img/pillar/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/pillar/staff.png) 1x, url(../img/pillar/staff-2x.png) 2x);
  }
  .pillar-hero-photo {
    right: 1.7361111111vw;
    bottom: 8.3333333333vw;
    right: 1.7361111111vw;
    width: 17.8472222222vw;
  }
  .pillar-hero-photo:after {
    top: 13.8888888889vw;
    left: 0.6944444444vw;
    width: 3.9583333333vw;
    height: 7.0833333333vw;
    background-image: url(../img/pillar/arrow.svg);
  }
  .pillar-hero-photo > div {
    border-width: 0.2083333333vw;
    border-radius: 1.3888888889vw;
  }
  .pillar-hero-after:before {
    top: 1.0416666667vw;
    right: 0.6944444444vw;
    font-size: 0.9722222222vw;
    border-radius: 0.6944444444vw;
  }
  .pillar-hero-before {
    left: 4.1666666667vw;
    bottom: -5.9027777778vw;
    width: 11.25vw;
    -webkit-transform: none;
            transform: none;
  }
  .pillar-hero-head {
    padding-top: 2.0833333333vw;
  }
  .pillar-hero-head:before {
    width: 9.8611111111vw;
    height: 0.7638888889vw;
  }
  .pillar-hero-head:after {
    top: 0.6944444444vw;
    right: 21.875vw;
    width: 4.375vw;
    height: 4.5138888889vw;
  }
  .pillar-hero-catch {
    margin-bottom: 0.3472222222vw;
    width: 25.4166666667vw;
  }
  .pillar-hero--mizumawari .pillar-hero-catch:before {
    top: -1.0416666667vw;
    left: -5.2083333333vw;
    width: 3.9583333333vw;
    height: 7.0833333333vw;
  }
  .pillar-hero--reform .pillar-hero-catch:before {
    top: 1.0416666667vw;
    left: -3.4722222222vw;
    width: 3.8194444444vw;
    height: 4.8611111111vw;
  }
  .pillar-hero--exterior .pillar-hero-catch:before {
    top: -1.0416666667vw;
    left: -5.2083333333vw;
    width: 4.3055555556vw;
    height: 5.625vw;
  }
  .pillar-hero-ttl {
    font-size: 3.3333333333vw;
  }
  .pillar-hero-prices {
    position: relative;
    top: -1.0416666667vw;
    display: inline-block;
  }
  .pillar-hero-dis {
    top: 50%;
    left: -11.8055555556vw;
    margin-top: 1.0416666667vw;
    padding-top: 1em;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pillar-hero-dis p {
    font-size: 1.5277777778vw;
  }
  .pillar-hero-dis p span.en {
    font-size: 2.5694444444vw;
  }
  .pillar-hero-dis p span.num {
    font-size: 4.4444444444vw;
  }
  .pillar-hero-dis p span.off {
    font-size: 1.5277777778vw;
  }
  .pillar-hero-price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 4.1666666667vw;
  }
  .pillar-hero-price span.num {
    font-size: 10.4166666667vw;
  }
  .pillar-hero-price span.num-sub {
    font-size: 7.6388888889vw;
  }
  .pillar-hero-price span.kara {
    font-size: 3.3333333333vw;
  }
  .pillar-hero-price:after {
    right: 1.6em;
    bottom: 2.2em;
    font-size: 2.0833333333vw;
  }
  .pillar-hero-desc {
    margin-top: 1em;
  }
  .pillar-hero-desc p {
    font-size: 1.1111111111vw;
    text-align: center;
    line-height: 1.625em;
  }
  .pillar-hero-btn {
    position: relative;
    margin: 1.0416666667vw auto 0 auto;
    width: 36.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .pillar-hero {
    margin: 0 auto 70px auto;
    width: 1100px;
    height: 540px;
    background: repeating-linear-gradient(135deg, #fcfae5, #fcfae5 8px, #fffeef 8px, #fffeef 16px);
    border-width: 8px;
    border-radius: 10px;
  }
  .pillar-hero-box {
    padding-top: 20px;
  }
  .pillar-hero-box:before {
    width: 732px;
    height: 732px;
  }
  .pillar-hero-box:after {
    left: -80px;
    width: 383px;
    height: 503px;
  }
  .pillar-hero-photo {
    right: 25px;
    bottom: 120px;
    width: 257px;
  }
  .pillar-hero-photo:after {
    top: 200px;
    left: 10px;
    width: 57px;
    height: 102px;
  }
  .pillar-hero-photo > div {
    border-width: 3px;
    border-radius: 20px;
  }
  .pillar-hero-after:before {
    top: 15px;
    right: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pillar-hero-before {
    left: 60px;
    bottom: -85px;
    width: 162px;
  }
  .pillar-hero-head {
    padding-top: 30px;
  }
  .pillar-hero-head:before {
    width: 142px;
    height: 11px;
  }
  .pillar-hero-head:after {
    top: 10px;
    right: 315px;
    width: 63px;
    height: 65px;
  }
  .pillar-hero-catch {
    margin-bottom: 5px;
    width: 366px;
  }
  .pillar-hero--mizumawari .pillar-hero-catch:before {
    top: -15px;
    left: -75px;
    width: 57px;
    height: 102px;
  }
  .pillar-hero--reform .pillar-hero-catch:before {
    top: 15px;
    left: -50px;
    width: 55px;
    height: 70px;
  }
  .pillar-hero--exterior .pillar-hero-catch:before {
    top: -15px;
    left: -75px;
    width: 62px;
    height: 81px;
  }
  .pillar-hero-ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .pillar-hero-prices {
    top: -15px;
  }
  .pillar-hero-dis {
    left: -170px;
    margin-top: 15px;
    width: 150px;
    height: 150px;
  }
  .pillar-hero-dis p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .pillar-hero-dis p span.en {
    font-size: 37px;
    font-size: 3.7rem;
  }
  .pillar-hero-dis p span.num {
    font-size: 64px;
    font-size: 6.4rem;
  }
  .pillar-hero-dis p span.off {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .pillar-hero-price {
    font-size: 60px;
    font-size: 6rem;
  }
  .pillar-hero-price span.num {
    font-size: 160px;
    font-size: 15rem;
  }
  .pillar-hero-price span.num-sub {
    font-size: 110px;
    font-size: 11rem;
  }
  .pillar-hero-price span.kara {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .pillar-hero-price:after {
    font-size: 30px;
    font-size: 3rem;
  }
  .pillar-hero-desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pillar-hero-btn {
    margin-top: 15px;
    width: 532px;
  }
}
/* pillar -- > lineup
-------------------------------------------------------------------------------*/
.sec--pillar-lineup {
  padding: 0 0 13.3333333333vw 0 !important;
  background-image: url(../img/pickup/bg_sp.jpg);
  background-repeat: repeat;
}

.sec--pillar-lineup + .sec--pillar-standard {
  margin-top: 0;
}

.pillar-lineup > div:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

@media screen and (min-width: 751px) {
  .sec--pillar-lineup {
    padding: 0 0 5.5555555556vw 0 !important;
    background-image: url(../img/pickup/bg.jpg);
    background-image: image-set(url(../img/pickup/bg.jpg) 1x, url(../img/pickup/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/pickup/bg.jpg) 1x, url(../img/pickup/bg-2x.jpg) 2x);
  }
  .pillar-lineup > div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sec--pillar-lineup .sec-btn {
    width: 29.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--pillar-lineup {
    padding: 0 0 80px 0 !important;
  }
  .pillar-lineup > div:nth-child(n+2) {
    margin-top: 80px;
  }
  .sec--pillar-lineup .sec-btn {
    width: 420px;
  }
}
/* ------------------------------------------- full - */
.full-image {
  margin-bottom: 4.6666666667vw;
}

.full-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}
.full-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #eb6120;
  border-radius: 0.4vw;
}

.full-intro {
  margin-bottom: 1em;
  line-height: 1.5em;
}

.full-price-num {
  position: relative;
  font-size: 4vw;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0;
}
.full-price-num span {
  color: #e54814;
  font-family: "Poppins", sans-serif;
  font-size: 22vw;
  font-weight: 600;
}
.full-price-num span.num-main {
  margin-right: -0.25em;
}
.full-price-num span.num-sub {
  font-size: 18.6666666667vw;
}
.full-price-num:after {
  content: "諸・税込";
  position: absolute;
  right: 0em;
  bottom: 2.4em;
  font-size: 3.2vw;
}

.full-price-notes {
  margin-top: 0.5em;
  padding-left: 1em;
  color: #878787;
  font-size: 3.2vw;
  text-align: right;
  text-indent: -1em;
  line-height: 1.5em;
}
.full-price-notes:before {
  content: "※";
}

.full-const {
  position: relative;
  margin-top: 9.3333333333vw;
  padding: 4.6666666667vw 5.3333333333vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
}

.full-const .head-r {
  text-align: center;
}

.full-const-type > li:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

.full-const-type-ttl {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  text-indent: -1.2em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.full-const-type-ttl:before {
  content: "●";
  margin-right: 0.2em;
  color: #eb6120;
}

.full-const-type-desc p {
  line-height: 1.5em;
}

.full-spec {
  position: relative;
  margin-top: 10.6666666667vw;
}

.full-spec-image {
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.full-spec-ttl {
  margin-bottom: 0.3em;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.35em;
}

.full-spec-desc p {
  color: #878787;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .full-spec-list {
    margin-top: 8vw;
  }
  .full-spec-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .full-spec-list > li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
  .full-spec-image {
    width: 26.6666666667vw;
  }
  .full-spec-content {
    width: 58.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .full {
    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;
  }
  .full-image {
    margin-bottom: 0;
    width: 34.0277777778vw;
  }
  .full-content {
    width: 32.6388888889vw;
  }
  .full-ttl {
    font-size: 1.6666666667vw;
  }
  .full-ttl:after {
    height: 0.2083333333vw;
    border-radius: 0.2083333333vw;
  }
  .full-price-num {
    font-size: 1.3888888889vw;
  }
  .full-price-num span {
    font-size: 7.6388888889vw;
  }
  .full-price-num span.num-sub {
    font-size: 5.5555555556vw;
  }
  .full-price-num:after {
    font-size: 1.1111111111vw;
  }
  .full-price-notes {
    font-size: 0.9722222222vw;
  }
  .full-const {
    margin-top: 4.8611111111vw;
    padding: 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
  .full-const-type {
    padding: 0 1.3888888889vw;
  }
  .full-const-type > li:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .full-const-type-ttl {
    font-size: 1.25vw;
  }
  .full-const-type-desc p {
    line-height: 1.6em;
  }
  .full-spec {
    margin-top: 4.8611111111vw;
  }
  .full-spec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.3888888889vw;
  }
  .full-spec-list > li {
    margin-left: 1.3888888889vw;
    width: calc(25% - 1.3888888889vw);
  }
  .full-spec-list > li:nth-child(n+5) {
    margin-top: 2.7777777778vw;
  }
  .full-spec-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.6944444444vw;
  }
  .full-spec-ttl {
    margin-bottom: 0.5em;
    font-size: 1.25vw;
  }
  .full-spec-desc p {
    font-size: 0.9722222222vw;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1441px) {
  .full-image {
    width: 490px;
  }
  .full-content {
    width: 470px;
  }
  .full-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .full-ttl:after {
    height: 3px;
    border-radius: 3px;
  }
  .full-price-num {
    font-size: 20px;
    font-size: 2rem;
  }
  .full-price-num span {
    font-size: 110px;
    font-size: 11rem;
  }
  .full-price-num span.num-sub {
    font-size: 80px;
    font-size: 8rem;
  }
  .full-price-num:after {
    right: 0em;
    bottom: 2.4em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .full-price-notes {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .full-const {
    margin-top: 70px;
    padding: 30px;
    border-radius: 10px;
  }
  .full-const-type {
    padding: 0 20px;
  }
  .full-const-type > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .full-const-type-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .full-spec {
    margin-top: 70px;
  }
  .full-spec-list {
    margin-left: -20px;
  }
  .full-spec-list > li {
    margin-left: 20px;
    width: calc(25% - 20px);
  }
  .full-spec-list > li:nth-child(n+5) {
    margin-top: 40px;
  }
  .full-spec-image {
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .full-spec-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .full-spec-desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* pillar -- > option
-------------------------------------------------------------------------------*/
.sec--pillar-option {
  padding: 13.3333333333vw 0 !important;
  background-image: url(../img/reform/bg_sp.jpg);
  background-repeat: repeat;
}

.option > li {
  position: relative;
  padding: 5.0666666667vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.option > li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6.6666666667vw 6.6666666667vw;
  border-color: transparent transparent #90c31f transparent;
}

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

.option-image {
  margin-bottom: 4.6666666667vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.option-ttl {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}
.option-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  border-radius: 0.2666666667vw;
  background-color: #eb6120;
}

.option-price {
  margin-bottom: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
}

.option-desc p {
  font-size: 3.4666666667vw;
  line-height: 1.6em;
}
.option-desc p:nth-child(n+2) {
  margin-top: 1em;
}

@media screen and (min-width: 751px) {
  .sec--pillar-option {
    padding: 6.9444444444vw 0 !important;
    background-image: url(../img/reform/bg.jpg);
    background-image: image-set(url(../img/reform/bg.jpg) 1x, url(../img/reform/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/reform/bg.jpg) 1x, url(../img/reform/bg-2x.jpg) 2x);
  }
  .option > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3888888889vw 1.7361111111vw 1.3888888889vw 1.3888888889vw;
    border-radius: 0.6944444444vw;
  }
  .option > li:after {
    border-width: 0 0 2.4305555556vw 2.4305555556vw;
  }
  .option > li:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .option-image {
    margin-bottom: 0;
    width: 26.3888888889vw;
    border-radius: 0.6944444444vw;
    overflow: hidden;
  }
  .option-content {
    padding-top: 0.5em;
    width: 37.5vw;
  }
  .option-ttl {
    font-size: 1.4583333333vw;
    text-align: left;
  }
  .option-ttl:after {
    height: 0.2083333333vw;
    border-radius: 0.1388888889vw;
  }
  .option-price {
    font-size: 1.25vw;
  }
  .option-desc p {
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--pillar-option {
    padding: 100px 0 !important;
  }
  .option > li {
    padding: 20px 25px 20px 20px;
    border-radius: 10px;
  }
  .option > li:after {
    border-width: 0 0 35px 35px;
  }
  .option > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .option-image {
    width: 380px;
    border-radius: 10px;
  }
  .option-content {
    width: 540px;
  }
  .option-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .option-ttl:after {
    height: 3px;
    border-radius: 2px;
  }
  .option-price {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .option-desc p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* pillar -- > problem
-------------------------------------------------------------------------------*/
.problem {
  position: relative;
  padding: 8vw 4.6666666667vw;
  background-color: #fefefe;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2vw;
}

.problem-ttl {
  position: relative;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 5.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}
.problem-ttl span {
  position: relative;
}
.problem-ttl span:before {
  content: "";
  position: absolute;
  top: -0.3em;
  left: 50%;
  width: 0.25em;
  height: 0.25em;
  background-color: #eb6120;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.problem-desc {
  margin-top: 4vw;
}
.problem-desc p {
  line-height: 1.5em;
}

.problem-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5.3333333333vw 0 8vw 0;
  padding: 5.3333333333vw 4vw;
  background-color: #e8ece9;
  border-radius: 2.6666666667vw;
}
.problem-box:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.3333333333vw 10vw 0 10vw;
  border-color: #e8ece9 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.problem-list > li {
  position: relative;
  padding-left: 6.4vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.problem-list > li:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: inline-block;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  background-image: url(../img/pillar/check.svg);
  background-size: contain;
}

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

.problem-recommend {
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.problem-recommend span {
  color: #90c31f;
}

@media screen and (min-width: 751px) {
  .problem {
    margin: 0 auto;
    padding: 3.4722222222vw;
    width: 55.5555555556vw;
    border-width: 0.2083333333vw;
    border-radius: 1.3888888889vw;
  }
  .problem-ttl {
    font-size: 2.5vw;
  }
  .problem-desc {
    margin-top: 1.3888888889vw;
  }
  .problem-desc p {
    text-align: center;
    line-height: 1.75em;
  }
  .problem-box {
    margin: 2.0833333333vw 0 3.4722222222vw 0;
    padding: 2.4305555556vw 2.4305555556vw 2.7777777778vw 2.4305555556vw;
    border-radius: 1.3888888889vw;
  }
  .problem-box:after {
    border-width: 2.4305555556vw 5.2083333333vw 0 5.2083333333vw;
  }
  .problem-list > li {
    padding-left: 2.7777777778vw;
    font-size: 1.3888888889vw;
  }
  .problem-list > li:before {
    top: 0.2em;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .problem-recommend {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .problem {
    padding: 50px;
    width: 800px;
    border-width: 3px;
    border-radius: 20px;
  }
  .problem-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .problem-desc {
    margin-top: 20px;
  }
  .problem-box {
    margin: 30px 0 50px 0;
    padding: 35px 35px 40px 35px;
    border-radius: 20px;
  }
  .problem-box:after {
    border-width: 35px 75px 0 75px;
  }
  .problem-list > li {
    padding-left: 40px;
    font-size: 20px;
    font-size: 2rem;
  }
  .problem-list > li:before {
    width: 24px;
    height: 24px;
  }
  .problem-recommend {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/* pillar -- > ranking
-------------------------------------------------------------------------------*/
.ranking > div:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.ranking-lineup {
  margin-top: 10.6666666667vw;
}

.ranking-product > li {
  position: relative;
}

.ranking-product > li:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

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

.ranking-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}
.ranking-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  border-radius: 0.2666666667vw;
  background-color: #eb6120;
}

.ranking-price {
  margin-bottom: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.ranking-price span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.ranking-desc p {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}
.ranking-desc p:nth-child(n+2) {
  margin-top: 1em;
}

@media screen and (min-width: 751px) {
  .ranking > div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .ranking-lineup {
    margin-top: 4.1666666667vw;
  }
  .ranking-product > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ranking-product > li:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .ranking-image {
    margin-bottom: 0;
    width: 26.3888888889vw;
    border-radius: 0.6944444444vw;
  }
  .ranking-content {
    width: 40.2777777778vw;
  }
  .ranking-ttl {
    font-size: 1.4583333333vw;
    text-align: left;
  }
  .ranking-ttl:after {
    height: 0.2083333333vw;
    border-radius: 0.1388888889vw;
  }
  .ranking-price {
    font-size: 1.25vw;
  }
  .ranking-desc p {
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .ranking > div:nth-child(n+2) {
    margin-top: 80px;
  }
  .ranking-lineup {
    margin-top: 60px;
  }
  .ranking-product > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .ranking-image {
    width: 380px;
    border-radius: 10px;
  }
  .ranking-content {
    width: 580px;
  }
  .ranking-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .ranking-ttl:after {
    height: 3px;
    border-radius: 2px;
  }
  .ranking-price {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ranking-desc p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* pillar -- > reason
-------------------------------------------------------------------------------*/
.pillar-reason > li {
  padding: 4vw;
  background-color: #fefefe;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.6666666667vw;
}

.pillar-reason-num {
  position: relative;
  left: -4vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6666666667vw;
  padding: 0 1.5em 0 1em;
  height: 8vw;
  background-color: #90c31f;
  border-radius: 0 4vw 4vw 0;
  color: #fefefe;
  font-family: "Poppins", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 600;
}

.pillar-reason-ttl {
  position: relative;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4.6666666667vw;
  font-weight: 700;
  line-height: 1.35em;
}

@media screen and (max-width: 750px) {
  .pillar-reason > li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .pillar-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .pillar-reason > li {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
    padding: 1.3888888889vw 2.0833333333vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
  }
  .pillar-reason > li:nth-child(n+4) {
    margin-top: 2.0833333333vw;
  }
  .pillar-reason-num {
    left: -2.0833333333vw;
    margin-bottom: 1.0416666667vw;
    height: 2.7777777778vw;
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
    font-size: 1.25vw;
  }
  .pillar-reason-ttl {
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .pillar-reason {
    margin-left: -30px;
  }
  .pillar-reason > li {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
    padding: 20px 30px;
    border-width: 3px;
    border-radius: 10px;
  }
  .pillar-reason > li:nth-child(n+4) {
    margin-top: 30px;
  }
  .pillar-reason-num {
    left: -30px;
    margin-bottom: 15px;
    height: 40px;
    border-radius: 0 20px 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pillar-reason-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
/*  #reform
-------------------------------------------------------------------------------*/
.sec--pillar-reform {
  padding-bottom: 18vw;
  background-image: url(../img/reform/bg_sp.jpg);
  background-repeat: repeat;
  overflow: hidden;
}

.sec--pillar-reform .sec-head {
  margin-bottom: 14.6666666667vw;
  text-align: center;
}
.sec--pillar-reform .sec-head:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46.6666666667vw;
  width: 156vw;
  height: 140vw;
  background-color: #fefefe;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.sec--pillar-reform .sec-head:after {
  content: "";
  position: absolute;
  top: 6vw;
  right: -1.3333333333vw;
  display: inline-block;
  width: 12.6666666667vw;
  height: 11.8666666667vw;
  background-image: url(../img/reform/driver.svg);
  background-size: contain;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
}

.sec--pillar-reform .sec-catch {
  margin-bottom: 0.8em;
}

.sec--pillar-reform .sec-ttl {
  display: inline-block;
  padding: 0 9.3333333333vw;
}
.sec--pillar-reform .sec-ttl span {
  color: #ee7959;
}
.sec--pillar-reform .sec-ttl:before, .sec--pillar-reform .sec-ttl:after {
  content: "";
  position: absolute;
  bottom: 0.3em;
  display: inline-block;
  width: 6.1333333333vw;
  height: 8.9333333333vw;
  background-image: url(../img/reform/slash.svg);
  background-size: contain;
}
.sec--pillar-reform .sec-ttl:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec--pillar-reform .sec-ttl:after {
  right: 0;
}

.sec--pillar-reform .sec-en {
  margin-top: 0.5em;
}

@media screen and (max-width: 750px) {
  .reform > li:nth-child(n+2) {
    margin-top: 15.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--pillar-reform {
    padding-bottom: 10.4166666667vw;
    background-image: url(../img/reform/bg.jpg);
    background-image: image-set(url(../img/reform/bg.jpg) 1x, url(../img/reform/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/reform/bg.jpg) 1x, url(../img/reform/bg-2x.jpg) 2x);
  }
  .sec--pillar-reform .sec-head {
    margin-bottom: 5.5555555556vw;
  }
  .sec--pillar-reform .sec-head:before {
    bottom: -11.8055555556vw;
    width: 63.8888888889vw;
    height: 57.2916666667vw;
  }
  .sec--pillar-reform .sec-head:after {
    top: -3.8194444444vw;
    right: 15.625vw;
    width: 5.4861111111vw;
    height: 5.1388888889vw;
  }
  .sec--pillar-reform .sec-ttl {
    padding: 0 3.4722222222vw;
  }
  .sec--pillar-reform .sec-ttl:before, .sec--pillar-reform .sec-ttl:after {
    bottom: 0.1em;
    width: 2.2916666667vw;
    height: 3.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--pillar-reform {
    padding-bottom: 150px;
  }
  .sec--pillar-reform .sec-head {
    margin-bottom: 80px;
  }
  .sec--pillar-reform .sec-head:before {
    bottom: -170px;
    width: 920px;
    height: 825px;
  }
  .sec--pillar-reform .sec-head:after {
    top: -55px;
    right: 225px;
    width: 79px;
    height: 74px;
  }
  .sec--pillar-reform .sec-ttl {
    padding: 0 50px;
  }
  .sec--pillar-reform .sec-ttl:before, .sec--pillar-reform .sec-ttl:after {
    width: 33px;
    height: 48px;
  }
}
/*  pillar --> standard
-------------------------------------------------------------------------------*/
.sec--pillar-standard {
  margin-top: 0 !important;
  padding: 0 0 13.3333333333vw 0 !important;
  background-image: url(../img/pickup/bg_sp.jpg);
  background-repeat: repeat;
}

.standard {
  position: relative;
  padding: 6.6666666667vw 4vw;
  background-color: #f3f3f3;
  border-radius: 2vw;
}

.standard-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 700;
  text-align: center;
}
.standard-ttl span {
  color: #90c31f;
}
.standard-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 6em;
  height: 0.8vw;
  background-color: #eb6120;
  border-radius: 0.4vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.standard-box {
  margin-top: 5.3333333333vw;
  padding: 6vw 4vw;
  background-color: #fefefe;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2vw;
}

.standard-box > div {
  position: relative;
}

.standard-box > div:nth-child(2) {
  margin-top: 13.3333333333vw;
}
.standard-box > div:nth-child(2):before {
  content: "";
  position: absolute;
  top: -10vw;
  left: 50%;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-image: url(../img/pillar/plus.svg);
  background-size: contain;
}

.standard-set-ttl {
  margin-bottom: 0.7em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}

.standard-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.standard-price dt {
  position: relative;
  padding: 0.3em 0.5em 0.4em 0.5em;
  background-color: #FFDB01;
  border-radius: 0.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.15em;
  letter-spacing: 0;
}

.standard-price dd {
  position: relative;
  display: inline-block;
  margin-left: 4vw;
  color: #E54814;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0;
}
.standard-price dd span {
  position: relative;
  top: 0.02em;
  margin-right: 0.1em;
  font-family: "Poppins", sans-serif;
  font-size: 10.6666666667vw;
  font-weight: 600;
}
.standard-price dd:after {
  content: "税抜";
  position: absolute;
  right: -1.2em;
  bottom: 2.4em;
  font-size: 2.9333333333vw;
}

.standard-set-catch {
  margin: 2em 0 -1em;
  padding: 0.3em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.75em;
  text-align: center;
  color: #fefefe;
  background-color: #90c31f;
  border-radius: 2vw;
}

.standard-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 0;
  background-color: #90c31f;
  border-radius: 1.3333333333vw;
}

.standard-product-main {
  color: #fefefe;
  font-size: 6.1333333333vw;
  font-weight: 700;
  text-align: center;
}

.standard-product-notes {
  margin-top: 1em;
  padding-left: 1em;
  color: #fefefe;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-indent: -1em;
  text-align: center;
}
.standard-product-notes:before {
  content: "※";
}

@media screen and (max-width: 750px) {
  .standard-box > div:nth-child(2) {
    margin-top: 13.3333333333vw;
  }
  .standard-box > div:nth-child(2):before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .sec--pillar-standard {
    padding: 0 0 5.5555555556vw 0 !important;
    background-image: url(../img/pickup/bg.jpg);
    background-image: image-set(url(../img/pickup/bg.jpg) 1x, url(../img/pickup/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/pickup/bg.jpg) 1x, url(../img/pickup/bg-2x.jpg) 2x);
  }
  .standard {
    margin-left: -3.4722222222vw;
    padding: 3.4722222222vw;
    width: 76.3888888889vw;
    border-radius: 1.0416666667vw;
  }
  .standard-ttl {
    font-size: 2.5vw;
  }
  .standard-ttl:after {
    height: 0.4166666667vw;
    border-radius: 0.2083333333vw;
  }
  .standard-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.0833333333vw;
    padding: 1.3888888889vw;
    border-width: 0.2777777778vw;
    border-radius: 1.0416666667vw;
  }
  .standard-box > div:nth-child(2) {
    margin: 0 0 0 6.9444444444vw;
  }
  .standard-box > div:nth-child(2):before {
    top: 50%;
    left: -4.8611111111vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .standard-set--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .standard-set-ttl {
    margin-bottom: 0.5em;
    font-size: 1.5277777778vw;
  }
  .standard-price dt {
    border-radius: 0.3472222222vw;
    font-size: 1.25vw;
  }
  .standard-price dd {
    margin-left: 1.3888888889vw;
    font-size: 1.6666666667vw;
  }
  .standard-price dd span {
    font-size: 3.8888888889vw;
  }
  .standard-price dd:after {
    font-size: 0.9722222222vw;
  }
  .standard-set-catch {
    margin: auto 1.0416666667vw 0.3472222222vw auto;
    padding: 0.5em 1em;
    font-size: 0.9027777778vw;
    border-radius: 0.6944444444vw;
  }
  .standard-product {
    padding: 1.3888888889vw 0;
    width: 23.6111111111vw;
    border-radius: 0.6944444444vw;
  }
  .standard-product-main {
    font-size: 2.5vw;
  }
  .standard-product-notes {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--pillar-standard {
    padding: 0 0 80px 0 !important;
  }
  .standard {
    margin-left: -50px;
    padding: 50px;
    width: 1100px;
    border-radius: 15px;
  }
  .standard-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .standard-ttl:after {
    height: 6px;
    border-radius: 3px;
  }
  .standard-box {
    margin-top: 30px;
    padding: 20px;
    border-width: 4px;
    border-radius: 15px;
  }
  .standard-box > div:nth-child(2) {
    margin-left: 100px;
  }
  .standard-box > div:nth-child(2):before {
    left: -70px;
    width: 40px;
    height: 40px;
  }
  .standard-set-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .standard-price dt {
    border-radius: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .standard-price dd {
    margin-left: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .standard-price dd span {
    font-size: 56px;
    font-size: 5.6rem;
  }
  .standard-price dd:after {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .standard-set-catch {
    margin: auto 15px 5px auto;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 10px;
  }
  .standard-product {
    padding: 20px 0;
    width: 340px;
    border-radius: 10px;
  }
  .standard-product-main {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .standard-product-notes {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* pillar -- > subsidy
-------------------------------------------------------------------------------*/
.sec--pillar-subsidy {
  padding: 13.3333333333vw 0 !important;
  background-image: url(../img/magazine/bg_sp.jpg);
  background-repeat: repeat;
}

.sec--pillar-subsidy + section {
  margin-top: 0;
}

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

.subsidy > li {
  position: relative;
  padding: 4vw 4.5333333333vw 4.6666666667vw 4.5333333333vw;
  background-color: #fefefe;
  border-color: #cacaca;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2vw;
}

.subsidy > li:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.subsidy-image {
  margin-bottom: 4vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.subsidy-desc p {
  color: #878787;
  line-height: 1.6em;
}
.subsidy-desc p:nth-child(n+2) {
  margin-top: 1.5em;
}

.subsidy-ttl {
  margin-bottom: 0.5em;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.35em;
}

.subsidy-btn {
  position: relative;
  margin-top: 5.3333333333vw;
  text-align: center;
}

.subsidy-btn > a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10.6666666667vw 0.1em 8.6666666667vw;
  height: 12vw;
  border-color: #90c31f;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6vw;
}
.subsidy-btn > a span {
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.subsidy-btn > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/arrow-gr-on.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .sec--pillar-subsidy {
    padding: 5.5555555556vw 0 !important;
    background-image: url(../img/magazine/bg.jpg);
    background-image: image-set(url(../img/magazine/bg.jpg) 1x, url(../img/magazine/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/magazine/bg.jpg) 1x, url(../img/magazine/bg-2x.jpg) 2x);
  }
  .subsidy > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.6666666667vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
  }
  .subsidy > li:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .subsidy-image {
    margin: 0;
    width: 21.5277777778vw;
    border-radius: 0.6944444444vw;
  }
  .subsidy-content {
    padding-top: 0.5em;
    width: 41.6666666667vw;
  }
  .subsidy-ttl {
    font-size: 1.6666666667vw;
  }
  .subsidy-desc p {
    line-height: 1.75em;
  }
  .subsidy-btn {
    margin-top: 1.7361111111vw;
    text-align: left;
  }
  .subsidy-btn > a {
    padding: 0 3.8194444444vw 0 2.7777777778vw;
    height: 3.4722222222vw;
    border-width: 0.2083333333vw;
    border-radius: 1.7361111111vw;
  }
  .subsidy-btn > a span {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .subsidy-btn > a:after {
    right: 1.0416666667vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .subsidy-btn > a:hover {
    background-color: #90c31f;
  }
  .subsidy-btn > a:hover span {
    color: #fefefe;
  }
  .subsidy-btn > a:hover:after {
    background-image: url(../img/common/arrow-gr.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .sec--pillar-subsidy {
    padding: 80px 0 !important;
  }
  .subsidy > li {
    padding: 25px;
    border-width: 3px;
    border-radius: 10px;
  }
  .subsidy > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .subsidy-image {
    width: 310px;
    border-radius: 10px;
  }
  .subsidy-content {
    width: 600px;
  }
  .subsidy-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .subsidy-btn {
    margin-top: 25px;
  }
  .subsidy-btn > a {
    padding: 0 55px 0 40px;
    height: 50px;
    border-width: 3px;
    border-radius: 25px;
  }
  .subsidy-btn > a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .subsidy-btn > a:after {
    right: 15px;
    width: 24px;
    height: 24px;
  }
}
/* pillar -- > faq
-------------------------------------------------------------------------------*/
.sec--pillar-faq {
  padding-top: 13.3333333333vw;
}

@media screen and (min-width: 751px) {
  .sec--pillar-faq {
    padding-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--pillar-faq {
    padding-top: 100px;
  }
}