@charset "UTF-8";
/* sub -- > common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
  overflow: hidden;
}

.sub--event {
  background-image: url(../img/common/check_sp.jpg);
  background-repeat: repeat;
}
@media screen and (min-width: 751px) {
  .sub--event {
    background-image: url(../img/common/check.jpg);
    background-image: image-set(url(../img/common/check.jpg) 1x, url(../img/common/check-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/check.jpg) 1x, url(../img/common/check-2x.jpg) 2x);
  }
}

.sub--staffblog {
  background-image: url(../img/common/dot_sp.jpg);
  background-repeat: repeat;
}
@media screen and (min-width: 751px) {
  .sub--staffblog {
    background-image: url(../img/common/dot.jpg);
    background-image: image-set(url(../img/common/dot.jpg) 1x, url(../img/common/dot-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/dot.jpg) 1x, url(../img/common/dot-2x.jpg) 2x);
  }
}

.sub--menu-archive {
  background: repeating-linear-gradient(90deg, #cff2ff, #cff2ff 4vw, #daf6ff 3.3333333333vw, #daf6ff 7.3333333333vw);
}
@media screen and (min-width: 751px) {
  .sub--menu-archive {
    background: repeating-linear-gradient(90deg, #cff2ff, #cff2ff 2.0833333333vw, #daf6ff 1.7361111111vw, #daf6ff 3.8194444444vw);
  }
}
@media screen and (min-width: 1501px) {
  .sub--menu-archive {
    background: repeating-linear-gradient(90deg, #cff2ff, #cff2ff 30px, #daf6ff 25px, #daf6ff 55px);
  }
}
.sub--menu-archive .sub-content {
  padding-top: 0 !important;
}

.sub--seko {
  background-color: #fff5d4;
}

.sub--menu {
  background: repeating-linear-gradient(90deg, #cff2ff, #cff2ff 4vw, #daf6ff 3.3333333333vw, #daf6ff 7.3333333333vw);
}
@media screen and (min-width: 751px) {
  .sub--menu {
    background: repeating-linear-gradient(90deg, #cff2ff, #cff2ff 2.0833333333vw, #daf6ff 1.7361111111vw, #daf6ff 3.8194444444vw);
  }
}
@media screen and (min-width: 1501px) {
  .sub--menu {
    background: repeating-linear-gradient(90deg, #cff2ff, #cff2ff 30px, #daf6ff 25px, #daf6ff 55px);
  }
}

.sub--form .sub-content {
  padding-bottom: 0;
}

.sub-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;
  height: 40vw;
}

.sub-ttl-inner {
  position: relative;
  margin: 0 auto;
  width: 92vw;
  text-align: center;
}

.sub-ttl-catch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6em;
  padding: 0 1em;
  height: 7.4666666667vw;
  background-color: #ff5400;
  border-radius: 3.7333333333vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.3em;
  z-index: 1;
}

.sub-ttl-ja {
  font-size: 8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.16em;
}

.sub-content {
  padding: 8vw 0 13.3333333333vw 0;
}

.sub-lead {
  margin-bottom: 6.6666666667vw;
  padding: 1.5em 1.7em;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}
.sub-lead p {
  line-height: 1.6em;
}

.sub-lead:has(.sub-lead-heading) {
  padding: 2em 1.7em;
}

.sub-lead-heading {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.sub-lead-heading:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4em;
  height: 0.22em;
  background-color: #0071c9;
  border-radius: 0.11em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .sub-ttl {
    height: 15.2777777778vw;
  }
  .sub-ttl-inner {
    width: 44.4444444444vw;
  }
  .sub-ttl-catch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 1.5em;
    height: 3.1944444444vw;
    border-radius: 1.5972222222vw;
    font-size: 1.25vw;
  }
  .sub-ttl-ja {
    font-size: 3.4722222222vw;
  }
  .sub-content {
    padding: 3.4722222222vw 0 4.8611111111vw 0;
  }
  .sub-lead {
    margin-bottom: 2.7777777778vw;
    padding: 1.5em;
    border-radius: 0.2777777778vw;
  }
  .sub-lead p {
    line-height: 1.75em;
  }
  .sub-lead:has(.sub-lead-heading) {
    padding: 2em 1.5em;
  }
}
@media screen and (min-width: 1501px) {
  .sub-ttl {
    height: 220px;
  }
  .sub-ttl-inner {
    width: 640px;
  }
  .sub-ttl-catch {
    height: 46px;
    border-radius: 23px;
    font-size: 1.8rem;
  }
  .sub-ttl-ja {
    font-size: 5rem;
  }
  .sub-content {
    padding: 50px 0 70px 0;
  }
  .sub-lead {
    margin-bottom: 40px;
    border-radius: 4px;
  }
}
/* ------------------------------------------- each page - */
.none {
  margin: 5em 0;
  text-align: center;
}

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

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

.complete-contact {
  margin-top: 2em !important;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .complete p,
  .notfound p {
    line-height: 1.75em;
  }
  .complete p span.indent {
    display: inline-block;
    text-indent: -0.5em;
  }
}
/*  company
-------------------------------------------------------------------------------*/
/* ------------------------------------------- message - */
.company-message-image {
  margin: 0 auto 5.3333333333vw auto;
  width: 66.6666666667vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.company-message-name {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

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

@media screen and (min-width: 751px) {
  .company-message-image {
    margin-bottom: 1.3888888889vw;
    width: 24.3055555556vw;
    border-radius: 0.2777777778vw;
  }
  .company-message-name {
    font-size: 1.3888888889vw;
  }
  .company-message-text {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .company-message-image {
    margin-bottom: 20px;
    width: 350px;
    border-radius: 4px;
  }
  .company-message-name {
    font-size: 2rem;
  }
  .company-message-text {
    margin-top: 20px;
  }
}
/* ------------------------------------------- company-data - */
.company-data {
  position: relative;
}

.company-data dl {
  position: relative;
  border-top-color: #A0A0A0;
  border-top-style: solid;
  border-top-width: 0.2666666667vw;
}

.company-data dl dt {
  position: relative;
  padding: 0.8em 1em;
  width: 100%;
  background-color: #F7F7F7;
  font-weight: 700;
  line-height: 1.75em;
}

.company-data dl dd {
  padding: 1.2em 1em;
  width: 100%;
  line-height: 1.75em;
}
.company-data dl dd ol {
  counter-reset: cnt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.company-data dl dd ol > li {
  padding-left: 1.5em;
  width: 100%;
  text-indent: -1.5em;
}
.company-data dl dd ol > li:before {
  counter-increment: cnt;
  content: counter(cnt, decimal) ".";
  margin-right: 0.5em;
}
.company-data dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company-data dl dd ul > li {
  padding: 0 0.5em 1em 0.5em;
  width: 100%;
  border-bottom-color: #CCCCCC;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}
.company-data dl dd ul > li:nth-child(n+2) {
  padding-top: 1em;
}

@media screen and (min-width: 751px) {
  .company-data dl {
    border-top-width: 0.0694444444vw;
  }
  .company-data dl dd ul > li {
    border-bottom-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .company-data dl {
    border-top-width: 1px;
  }
  .company-data dl dd ul > li {
    border-bottom-width: 1px;
  }
}
/* sub -- > point
-------------------------------------------------------------------------------*/
.point {
  margin-bottom: 8vw;
}

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

.point-feature-heading {
  margin-bottom: 1.5em;
  padding: 1em;
  background-color: #ff5400;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.2em;
}
.point-feature-heading span {
  display: inline-block;
  margin-top: 0.4em;
  font-size: 5.0666666667vw;
  line-height: 1.4em;
}

.point-feature > section {
  margin-top: 8vw;
}

.point-feature-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-top: 5.3333333333vw;
}

.point-feature-gallery > div {
  width: 44.6666666667vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.point-definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
  margin-top: 4vw;
}
.point-definition dl {
  width: 100%;
}
.point-definition dt {
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  border-bottom-color: #AAAAAA;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
  color: #AAAAAA;
  line-height: 1.7em;
}
.point-definition dd {
  line-height: 1.7em;
}

@media screen and (min-width: 751px) {
  .point {
    margin-bottom: 4.1666666667vw;
  }
  .point-image {
    margin-bottom: 2.0833333333vw;
    border-radius: 0.2777777778vw;
  }
  .point-feature-heading {
    font-size: 1.5277777778vw;
  }
  .point-feature-heading span {
    font-size: 1.9444444444vw;
  }
  .point-feature > section {
    margin-top: 4.1666666667vw;
  }
  .point-feature-gallery {
    gap: 1.3888888889vw;
    margin-top: 2.4305555556vw;
  }
  .point-feature-gallery > div {
    width: 21.5277777778vw;
    border-radius: 0.2777777778vw;
  }
  .point-definition {
    gap: 1.3888888889vw;
    margin-top: 1.3888888889vw;
  }
  .point-definition dt {
    border-bottom-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .point {
    margin-bottom: 60px;
  }
  .point-image {
    margin-bottom: 30px;
    border-radius: 4px;
  }
  .point-feature-heading {
    font-size: 2.2rem;
  }
  .point-feature-heading span {
    font-size: 2.8rem;
  }
  .point-feature > section {
    margin-top: 60px;
  }
  .point-feature-gallery {
    gap: 20px;
    margin-top: 35px;
  }
  .point-feature-gallery > div {
    width: 310px;
    border-radius: 4px;
  }
  .point-definition {
    gap: 20px;
    margin-top: 20px;
  }
  .point-definition dt {
    border-bottom-width: 1px;
  }
}
/*  policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

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

.policy-date {
  margin-bottom: 0 !important;
  text-align: right;
}

.policy a {
  text-decoration: underline;
}
.policy > p,
.policy ul {
  padding: 0 0 0 0.5em;
}
.policy p {
  margin-bottom: 1.5em;
  line-height: 1.71em;
}
.policy > p:last-of-type {
  margin-bottom: 0 !important;
}
.policy ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.71em;
}
.policy ul li:before {
  content: "・";
  margin-right: 0.2em;
}

@media all and (min-width: 751px) {
  .policy a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .policy a:hover {
    color: #ff5400;
  }
  .policy div:nth-child(n+2) {
    margin-top: 4.1666666667vw;
  }
  .policy .policy-head {
    font-size: 1.6666666667vw;
  }
  .policy .policy-head:after {
    height: 0.1388888889vw;
  }
  .policy ul {
    padding: 0 1.5em;
  }
  .policy p {
    margin-bottom: 2em;
    line-height: 1.75em;
  }
  .policy ul li {
    line-height: 1.75em;
  }
}
@media all and (min-width: 1501px) {
  .policy div:nth-child(n+2) {
    margin-top: 60px;
  }
  .policy .policy-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .policy .policy-head:after {
    height: 2px;
  }
}
/*  riyu
-------------------------------------------------------------------------------*/
/* ------------------------------------------- intro - */
.riyu-mv {
  margin-bottom: 8vw;
}

.riyu-problem {
  position: relative;
  margin-bottom: 10.6666666667vw;
  padding: 5.3333333333vw;
  background-color: #FEF3EA;
  text-align: center;
}
.riyu-problem:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 8vw 0px 8vw;
  border-color: #FEF3EA transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.riyu-problem ul {
  display: inline-block;
}

.riyu-problem ul li {
  position: relative;
  padding-left: 6vw;
  font-size: 4vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.5em;
}
.riyu-problem ul li:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: inline-block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url(../img/riyu/check.svg);
  background-size: contain;
}

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

.riyu-leave span.logo {
  display: inline-block;
  margin-right: 0.5em;
  width: 53.3333333333vw;
}
.riyu-leave p {
  font-size: 4.5333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.8em;
}
.riyu-leave p span.big {
  display: inline-block;
  margin: 0 0.2em;
  color: #00508e;
  font-size: 1.5em;
}

@media screen and (min-width: 751px) {
  .riyu-mv {
    margin-bottom: 3.4722222222vw;
  }
  .riyu-problem {
    margin-bottom: 5.5555555556vw;
    padding: 2.0833333333vw;
  }
  .riyu-problem:after {
    border-width: 2.7777777778vw 2.7777777778vw 0px 2.7777777778vw;
  }
  .riyu-problem ul li {
    padding-left: 2.4305555556vw;
    font-size: 1.25vw;
  }
  .riyu-problem ul li:before {
    width: 1.5972222222vw;
    height: 1.5972222222vw;
  }
  .riyu-leave span.logo {
    width: 13.8888888889vw;
  }
  .riyu-leave p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .riyu-mv {
    margin-bottom: 50px;
  }
  .riyu-problem {
    margin-bottom: 80px;
    padding: 30px;
  }
  .riyu-problem:after {
    border-width: 40px 40px 0px 40px;
  }
  .riyu-problem ul li {
    padding-left: 35px;
    font-size: 1.8rem;
  }
  .riyu-problem ul li:before {
    width: 23px;
    height: 23px;
  }
  .riyu-leave span.logo {
    width: 200px;
  }
  .riyu-leave p {
    font-size: 2.4rem;
  }
}
/* ------------------------------------------- promise - */
.riyu-promise .heading-1 span {
  font-size: 1.2em;
}

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

.riyu-promise-post > li {
  width: 100%;
}

.p-riyu-promise-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: 4vw;
  padding: 0 4vw;
  height: 12vw;
  background-color: #00508e;
}

.p-riyu-promise-num {
  position: relative;
  top: -0.08em;
  color: #9CD3FF;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 5.8666666667vw;
  font-weight: 900;
  line-height: 1em;
}

.p-riyu-promise-ttl {
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 5.0666666667vw;
  font-weight: 900;
  line-height: 1.4em;
}

.p-riyu-promise-content {
  padding: 0 4vw;
}

@media screen and (min-width: 751px) {
  .riyu-promise-post {
    gap: 3.4722222222vw;
  }
  .p-riyu-promise-head {
    margin-bottom: 1.3888888889vw;
    padding: 0 1.5277777778vw;
    height: 4.8611111111vw;
  }
  .p-riyu-promise-num {
    font-size: 2.3611111111vw;
  }
  .p-riyu-promise-ttl {
    font-size: 1.9444444444vw;
  }
  .p-riyu-promise-content {
    padding: 0 1.5277777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .riyu-promise-post {
    gap: 50px;
  }
  .p-riyu-promise-head {
    margin-bottom: 20px;
    padding: 0 22px;
    height: 70px;
  }
  .p-riyu-promise-num {
    font-size: 3.4rem;
  }
  .p-riyu-promise-ttl {
    font-size: 2.8rem;
  }
  .p-riyu-promise-content {
    padding: 0 22px;
  }
}
/* ------------------------------------------- main - */
.riyu-main-catch {
  margin-bottom: 1.5em;
  font-size: 4vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.8em;
}
.riyu-main-catch span.deco {
  position: relative;
  display: inline-block;
  padding: 0 6.6666666667vw;
  font-size: 4.5333333333vw;
}
.riyu-main-catch span.deco:before, .riyu-main-catch span.deco:after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  display: inline-block;
  width: 2.2666666667vw;
  height: 4.5333333333vw;
  background-image: url(../img/riyu/deco.svg);
  background-size: contain;
}
.riyu-main-catch span.deco:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.riyu-main-catch span.deco:after {
  right: 0;
}
.riyu-main-catch span.big {
  display: inline-block;
  margin-top: 0.2em;
  color: #00508e;
  font-size: 5.3333333333vw;
}

.riyu-main-label {
  margin-bottom: 5.3333333333vw;
  padding: 1em;
  background-color: #ff5400;
  color: #ffffff;
  font-size: 4.5333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
}

.riyu-main-heading {
  margin: 0 auto 6.6666666667vw auto;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .riyu-main-catch {
    font-size: 1.3888888889vw;
  }
  .riyu-main-catch span.deco {
    padding: 0 2.4305555556vw;
    font-size: 1.6666666667vw;
  }
  .riyu-main-catch span.deco:before, .riyu-main-catch span.deco:after {
    width: 0.8333333333vw;
    height: 1.6666666667vw;
  }
  .riyu-main-catch span.big {
    font-size: 2.0833333333vw;
  }
  .riyu-main-label {
    margin-bottom: 2.4305555556vw;
    font-size: 1.6666666667vw;
  }
  .riyu-main-heading {
    margin: 0 auto 3.4722222222vw auto;
  }
}
@media screen and (min-width: 1501px) {
  .riyu-main-catch {
    font-size: 2rem;
  }
  .riyu-main-catch span.deco {
    padding: 0 35px;
    font-size: 2.4rem;
  }
  .riyu-main-catch span.deco:before, .riyu-main-catch span.deco:after {
    width: 12px;
    height: 24px;
  }
  .riyu-main-catch span.big {
    font-size: 3rem;
  }
  .riyu-main-label {
    margin-bottom: 35px;
    font-size: 2.4rem;
  }
  .riyu-main-heading {
    margin: 0 auto 50px auto;
  }
}
/* ------------------------------------------- post - */
.riyu-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9.3333333333vw;
}

.p-riyu {
  width: 100%;
}

.p-riyu-num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 4.6666666667vw auto;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  background-color: #EE7835;
  border-radius: 50%;
}
.p-riyu-num p {
  position: relative;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.05em;
  z-index: 1;
}
.p-riyu-num p span {
  display: inline-block;
  margin-top: 0.1em;
  font-size: 6.1333333333vw;
  line-height: 1em;
}
.p-riyu-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-riyu-ttl {
  position: relative;
  margin-bottom: 1em;
  padding: 0.8em;
  background-color: #FEF3EA;
  color: #ff5400;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.7em;
}
.p-riyu-ttl span.num {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin: 0 0.1em;
  font-size: 1.6em;
}
.p-riyu-ttl span.big {
  display: inline-block;
  margin: 0 0.1em;
  font-size: 1.4em;
}
.p-riyu-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #ff5400;
}

.p-riyu-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw;
}
.p-riyu-contents > div {
  width: 100%;
}

.p-riyu-content p span {
  color: #ff5400;
}

.p-riyu-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}

.p-riyu-image > div {
  width: 100%;
}

.p-riyu-reduction {
  position: relative;
  padding-top: 6.6666666667vw;
  color: #00508e;
  font-size: 5.6vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}
.p-riyu-reduction:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.8vw 7.0666666667vw 0px 7.0666666667vw;
  border-color: #00508e transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-riyu-works {
  position: relative;
  padding-bottom: 6.6666666667vw;
  color: #EE7835;
  font-size: 5.6vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}
.p-riyu-works:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.8vw 7.0666666667vw 0px 7.0666666667vw;
  border-color: #EE7835 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-riyu-works-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  padding: 2.6666666667vw;
  background-color: #ff5400;
}

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

.p-riyu-motto {
  color: #EE7835;
  font-size: 5.6vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}

.p-riyu--08 .p-riyu-image {
  margin-left: auto;
  margin-right: auto;
  width: 53.3333333333vw;
}

@media screen and (min-width: 751px) {
  .riyu-post {
    gap: 4.1666666667vw;
  }
  .p-riyu-num {
    margin: 0 auto 1.3888888889vw auto;
    width: 9.0277777778vw;
    height: 9.0277777778vw;
  }
  .p-riyu-num p {
    font-size: 1.6666666667vw;
  }
  .p-riyu-num p span {
    font-size: 2.6388888889vw;
  }
  .p-riyu-num:before {
    width: calc(100% - 1.3888888889vw);
    height: calc(100% - 1.3888888889vw);
    border-width: 0.1388888889vw;
  }
  .p-riyu-ttl {
    font-size: 1.6666666667vw;
  }
  .p-riyu-ttl:after {
    height: 0.2083333333vw;
  }
  .p-riyu-contents {
    gap: 2.0833333333vw;
  }
  .p-riyu-image {
    gap: 1.3888888889vw;
  }
  .p-riyu-reduction {
    padding-top: 3.4722222222vw;
    font-size: 2.2222222222vw;
  }
  .p-riyu-reduction:before {
    border-width: 1.8055555556vw 2.9861111111vw 0px 2.9861111111vw;
  }
  .p-riyu-works {
    padding-bottom: 3.4722222222vw;
    font-size: 2.2222222222vw;
  }
  .p-riyu-works:after {
    border-width: 1.8055555556vw 2.9861111111vw 0px 2.9861111111vw;
  }
  .p-riyu-works-post {
    gap: 0.6944444444vw;
    padding: 1.0416666667vw;
  }
  .p-riyu-works-post > div {
    width: 20.8333333333vw;
  }
  .p-riyu-motto {
    font-size: 2.2222222222vw;
  }
  .p-riyu--08 .p-riyu-image {
    width: 21.3194444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .riyu-post {
    gap: 60px;
  }
  .p-riyu-num {
    margin: 0 auto 20px auto;
    width: 130px;
    height: 130px;
  }
  .p-riyu-num p {
    font-size: 2.4rem;
  }
  .p-riyu-num p span {
    font-size: 3.8rem;
  }
  .p-riyu-num:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-width: 2px;
  }
  .p-riyu-ttl {
    font-size: 2.4rem;
  }
  .p-riyu-ttl:after {
    height: 3px;
  }
  .p-riyu-contents {
    gap: 30px;
  }
  .p-riyu-image {
    gap: 20px;
  }
  .p-riyu-reduction {
    padding-top: 50px;
    font-size: 3.2rem;
  }
  .p-riyu-reduction:before {
    border-width: 26px 43px 0px 43px;
  }
  .p-riyu-works {
    padding-bottom: 50px;
    font-size: 3.2rem;
  }
  .p-riyu-works:after {
    border-width: 26px 43px 0px 43px;
  }
  .p-riyu-works-post {
    gap: 10px;
    padding: 15px;
  }
  .p-riyu-works-post > div {
    width: 300px;
  }
  .p-riyu-motto {
    font-size: 3.2rem;
  }
  .p-riyu--08 .p-riyu-image {
    width: 307px;
  }
}
/* sub -- > sdgs
-------------------------------------------------------------------------------*/
.sdgs-text {
  margin-top: 4vw;
}

.sdgs-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-top: 8vw;
}
.sdgs-partner > div {
  width: 100%;
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

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

.sdgs-attempt > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.sdgs-attempt-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
  width: 24vw;
}
.sdgs-attempt-image > div {
  width: 100%;
}

.sdgs-attempt-content {
  width: 62.6666666667vw;
}

.sdgs-attempt-ttl {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.sdgs-attempt-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3em;
  height: 0.8vw;
  background-color: #ff5400;
  border-radius: 0.4vw;
}

@media screen and (min-width: 751px) {
  .sdgs-text {
    margin-top: 1.3888888889vw;
  }
  .sdgs-partner {
    gap: 1.0416666667vw;
    margin-top: 4.1666666667vw;
  }
  .sdgs-partner > div {
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .sdgs-attempt {
    gap: 3.4722222222vw;
    margin-top: 3.4722222222vw;
  }
  .sdgs-attempt-image {
    gap: 0.6944444444vw;
    width: 11.1111111111vw;
  }
  .sdgs-attempt-content {
    width: 31.25vw;
  }
  .sdgs-attempt-ttl {
    font-size: 1.3888888889vw;
  }
  .sdgs-attempt-ttl:after {
    height: 0.2777777778vw;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .sdgs-text {
    margin-top: 20px;
  }
  .sdgs-partner {
    gap: 15px;
    margin-top: 60px;
  }
  .sdgs-partner > div {
    border-width: 1px;
    border-radius: 4px;
  }
  .sdgs-attempt {
    gap: 50px;
    margin-top: 50px;
  }
  .sdgs-attempt-image {
    gap: 10px;
    width: 160px;
  }
  .sdgs-attempt-image > div {
    width: 100%;
  }
  .sdgs-attempt-content {
    width: 450px;
  }
  .sdgs-attempt-ttl {
    font-size: 2rem;
  }
  .sdgs-attempt-ttl:after {
    height: 4px;
    border-radius: 2px;
  }
}
/* sub -- > raiten
-------------------------------------------------------------------------------*/
.otoiawase-intro {
  margin-bottom: 10.6666666667vw;
}

.otoiawase-free {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 4.6666666667vw auto;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  background-color: #EE7835;
  border-radius: 50%;
}
.otoiawase-free p {
  position: relative;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.05em;
  z-index: 1;
}
.otoiawase-free p span {
  display: inline-block;
  margin-top: 0.1em;
  font-size: 6.1333333333vw;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.otoiawase-free:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.otoiawase-intro-heading {
  margin-bottom: 0.5em;
  color: #ff5400;
  font-size: 4.5333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .otoiawase-intro {
    margin-bottom: 5.5555555556vw;
  }
  .otoiawase-free {
    margin: 0 auto 2.0833333333vw auto;
    width: 9.0277777778vw;
    height: 9.0277777778vw;
  }
  .otoiawase-free p {
    font-size: 1.3888888889vw;
  }
  .otoiawase-free p span {
    font-size: 2.0833333333vw;
  }
  .otoiawase-free:before {
    width: calc(100% - 1.3888888889vw);
    height: calc(100% - 1.3888888889vw);
    border-width: 0.1388888889vw;
  }
  .otoiawase-intro-heading {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .otoiawase-intro {
    margin-bottom: 80px;
  }
  .otoiawase-free {
    margin: 0 auto 30px auto;
    width: 130px;
    height: 130px;
  }
  .otoiawase-free p {
    font-size: 2rem;
  }
  .otoiawase-free p span {
    font-size: 3rem;
  }
  .otoiawase-free:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-width: 2px;
  }
  .otoiawase-intro-heading {
    font-size: 3rem;
  }
}
.sub--otoiawase .form {
  margin-top: 0 !important;
}

/* sub -- > raiten
-------------------------------------------------------------------------------*/
.raiten-mv {
  margin-bottom: 8vw;
}

.raiten-box {
  margin-bottom: 6.6666666667vw;
  padding: 5.3333333333vw;
  background-color: #ff5400;
  text-align: center;
  color: #ffffff;
}

.raiten-box-heading {
  margin-bottom: 0.5em;
  font-size: 4.5333333333vw;
  font-weight: 900;
  line-height: 1.5em;
}

.raiten-apply {
  margin-bottom: 5.3333333333vw;
  color: #ff5400;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.8em;
}
.raiten-apply span {
  color: #272727;
  font-size: 1.18em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffff66));
  background: linear-gradient(transparent 80%, #ffff66 80%);
  font-weight: 900;
}

@media screen and (min-width: 751px) {
  .raiten-mv {
    margin-bottom: 3.4722222222vw;
  }
  .raiten-box {
    margin-bottom: 2.7777777778vw;
    padding: 2.0833333333vw;
  }
  .raiten-box-heading {
    font-size: 1.6666666667vw;
  }
  .raiten-apply {
    margin-bottom: 2.0833333333vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .raiten-mv {
    margin-bottom: 50px;
  }
  .raiten-box {
    margin-bottom: 40px;
    padding: 30px;
  }
  .raiten-box-heading {
    font-size: 2.4rem;
  }
  .raiten-apply {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
/* ------------------------------------------- dial - */
.shop-dial {
  position: relative;
  margin-left: -4vw;
  padding: 8vw 4vw;
  width: 100vw;
  background-color: #ededed;
}

.shop-dial-heading {
  position: relative;
  margin-bottom: 0.7em;
  color: #00508e;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}

@media screen and (min-width: 751px) {
  .shop-dial {
    margin-left: -3.4722222222vw;
    padding: 4.1666666667vw 3.4722222222vw;
    width: 51.3888888889vw;
  }
  .shop-dial-heading {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1501px) {
  .shop-dial {
    margin-left: -50px;
    padding: 60px 50px;
    width: 740px;
  }
  .shop-dial-heading {
    font-size: 3.6rem;
  }
}
.sub--raiten .form {
  margin-top: 0 !important;
}

/*  seko-download
-------------------------------------------------------------------------------*/
.seko-download-mv {
  margin-bottom: 8vw;
}

.seko-download-h3 {
  margin: 0 auto 4vw auto;
  width: 74.6666666667vw;
}

.seko-download-sample {
  margin-bottom: 6.6666666667vw;
}

.seko-download-look {
  margin-bottom: 6.6666666667vw;
}

.seko-download-catch {
  color: #ff5400;
  font-size: 5.3333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
}

.seko-download-btn {
  margin: 2.6666666667vw auto 0 auto;
  width: 74.6666666667vw;
}

.seko-download-h4 {
  position: relative;
  margin: 0 auto 9.3333333333vw auto;
  padding-top: 5.3333333333vw;
  width: 100%;
}
.seko-download-h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20vw 30.6666666667vw 0px 30.6666666667vw;
  border-color: #FBDAC0 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .seko-download-mv {
    margin-bottom: 3.4722222222vw;
  }
  .seko-download-h3 {
    margin-bottom: 2.0833333333vw;
    width: 38.8888888889vw;
  }
  .seko-download-sample {
    margin-bottom: 2.0833333333vw;
  }
  .seko-download-look {
    margin-bottom: 3.4722222222vw;
  }
  .seko-download-catch {
    font-size: 2.5vw;
  }
  .seko-download-btn {
    margin-top: 1.3888888889vw;
    width: 30.4166666667vw;
  }
  .seko-download-h4 {
    margin-bottom: 5.5555555556vw;
    padding-top: 2.7777777778vw;
    width: 44.4444444444vw;
  }
  .seko-download-h4:before {
    border-width: 10.4166666667vw 15.9722222222vw 0px 15.9722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .seko-download-mv {
    margin-bottom: 50px;
  }
  .seko-download-h3 {
    margin-bottom: 30px;
    width: 560px;
  }
  .seko-download-sample {
    margin-bottom: 30px;
  }
  .seko-download-look {
    margin-bottom: 50px;
  }
  .seko-download-catch {
    font-size: 3.6rem;
  }
  .seko-download-btn {
    margin-top: 20px;
    width: 438px;
  }
  .seko-download-h4 {
    margin-bottom: 80px;
    padding-top: 40px;
    width: 640px;
  }
  .seko-download-h4:before {
    border-width: 150px 230px 0px 230px;
  }
}
/*  guidebook-download
-------------------------------------------------------------------------------*/
.guidebook-download-mv {
  margin-bottom: 8vw;
}

.guidebook-download-target {
  margin-bottom: 8vw;
  padding: 6.6666666667vw 4vw;
  border-color: #EE7837;
  border-style: solid;
  border-width: 1.0666666667vw;
  border-radius: 2.6666666667vw;
  text-align: center;
}

.guidebook-download-h3 {
  margin: 0 auto 5.3333333333vw auto;
  width: 61.3333333333vw;
}

.guidebook-download-target-list {
  display: inline-block;
}

.guidebook-download-target-list > li {
  position: relative;
  padding-left: 1.8em;
  color: #ff5400;
  font-size: 4vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.6em;
}
.guidebook-download-target-list > li:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1em;
  height: 1em;
  border-color: #ff5400;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.6666666667vw;
}

.guidebook-download-target-list > li:nth-child(n+2) {
  margin-top: 1em;
}

.guidebook-download-sample {
  margin-bottom: 6.6666666667vw;
}

.guidebook-download-look {
  margin-bottom: 6.6666666667vw;
}

.guidebook-download-catch {
  color: #ff5400;
  font-size: 5.3333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
}

.guidebook-download-btn {
  margin: 2.6666666667vw auto 0 auto;
  width: 74.6666666667vw;
}

.guidebook-download-h4 {
  position: relative;
  margin: 0 auto 9.3333333333vw auto;
  padding-top: 5.3333333333vw;
  width: 100%;
}
.guidebook-download-h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20vw 30.6666666667vw 0px 30.6666666667vw;
  border-color: #FBDAC0 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .guidebook-download-mv {
    margin-bottom: 3.4722222222vw;
  }
  .guidebook-download-target {
    margin-bottom: 3.4722222222vw;
    padding: 2.0833333333vw;
    border-width: 0.3472222222vw;
    border-radius: 1.3888888889vw;
  }
  .guidebook-download-h3 {
    margin-bottom: 2.0833333333vw;
    width: 28.4722222222vw;
  }
  .guidebook-download-target-list > li {
    font-size: 1.3888888889vw;
  }
  .guidebook-download-target-list > li:before {
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
  }
  .guidebook-download-sample {
    margin-bottom: 2.0833333333vw;
  }
  .guidebook-download-look {
    margin-bottom: 3.4722222222vw;
  }
  .guidebook-download-catch {
    font-size: 2.5vw;
  }
  .guidebook-download-btn {
    margin-top: 1.3888888889vw;
    width: 30.4166666667vw;
  }
  .guidebook-download-h4 {
    margin-bottom: 5.5555555556vw;
    padding-top: 2.7777777778vw;
    width: 44.4444444444vw;
  }
  .guidebook-download-h4:before {
    border-width: 10.4166666667vw 15.9722222222vw 0px 15.9722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .guidebook-download-mv {
    margin-bottom: 50px;
  }
  .guidebook-download-target {
    margin-bottom: 50px;
    padding: 30px;
    border-width: 5px;
    border-radius: 20px;
  }
  .guidebook-download-h3 {
    margin-bottom: 30px;
    width: 410px;
  }
  .guidebook-download-target-list > li {
    font-size: 2rem;
  }
  .guidebook-download-target-list > li:before {
    border-width: 2px;
    border-radius: 5px;
  }
  .guidebook-download-sample {
    margin-bottom: 30px;
  }
  .guidebook-download-look {
    margin-bottom: 50px;
  }
  .guidebook-download-catch {
    font-size: 3.6rem;
  }
  .guidebook-download-btn {
    margin-top: 20px;
    width: 438px;
  }
  .guidebook-download-h4 {
    margin-bottom: 80px;
    padding-top: 40px;
    width: 640px;
  }
  .guidebook-download-h4:before {
    border-width: 150px 230px 0px 230px;
  }
}
/*  store
-------------------------------------------------------------------------------*/
.store-works {
  background-color: #fff5d4;
}

.store-blog {
  background-color: #cff2ff;
}

/* ------------------------------------------- card - */
.store-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw 5.3333333333vw;
}

.p-store-card {
  width: 43.3333333333vw;
}

.p-store-card a {
  display: block;
}

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

.store-card--image .p-store-card-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 300/225;
}

@media screen and (min-width: 751px) {
  .store-card {
    gap: 3.4722222222vw 2.7777777778vw;
  }
  .p-store-card {
    width: 20.8333333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .store-card {
    gap: 50px 40px;
  }
  .p-store-card {
    width: 300px;
  }
}
/* ------------------------------------------- info - */
.store-intro-item:nth-of-type(n + 2) {
  margin-top: 6.6666666667vw;
}

.store-intro-image {
  margin-bottom: 4.6666666667vw;
}
.store-intro-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 640/426;
}

.store-intro-heading {
  margin-bottom: 0.8em;
  color: #ff5400;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .store-intro-item:nth-of-type(n + 2) {
    margin-top: 3.4722222222vw;
  }
  .store-intro-image {
    margin-bottom: 2.0833333333vw;
  }
  .store-intro-heading {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .store-intro-item:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  .store-intro-image {
    margin-bottom: 30px;
  }
  .store-intro-heading {
    font-size: 2.4rem;
  }
}
/* ------------------------------------------- parking - */
.store-parking-text {
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 751px) {
  .store-parking-text {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .store-parking-text {
    margin-top: 50px;
  }
}
/* ------------------------------------------- access - */
.store-access-map {
  margin-bottom: 5.3333333333vw;
}

.store-access-car {
  margin-top: 6.6666666667vw;
}
.store-access-car .heading-4 {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 751px) {
  .store-access-map {
    margin-bottom: 2.0833333333vw;
  }
  .store-access-car {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .store-access-map {
    margin-bottom: 30px;
  }
  .store-access-car {
    margin-top: 50px;
  }
}
/*  sitemap
-------------------------------------------------------------------------------*/
.sitemap:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}

.sitemap .heading-3 {
  margin-bottom: 0.5em;
}

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

.sitemap-menu > li {
  width: 100%;
}

.sitemap-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 10.6666666667vw 0 2.6666666667vw;
  height: 12vw;
  border-bottom-color: #d5d5d5;
  border-bottom-style: dashed;
  border-bottom-width: 0.2666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4em;
}
.sitemap-menu > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-circle-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .sitemap:nth-of-type(n + 2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-menu > li a {
    padding: 0 4.1666666667vw 0 1.3888888889vw;
    height: 4.1666666667vw;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sitemap-menu > li a:after {
    right: 1.3888888889vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    -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 > li a:hover {
    color: #ff5400;
  }
  .sitemap-menu > li a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1501px) {
  .sitemap:nth-of-type(n + 2) {
    margin-top: 80px;
  }
  .sitemap-menu > li a {
    padding: 0 60px 0 20px;
    height: 60px;
    border-bottom-width: 1px;
    font-size: 1.8rem;
  }
  .sitemap-menu > li a:after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
/*  legacy - 旧サイト固定ページ移植 
-------------------------------------------------------------------------------*/
.editor .legacy-page h2 {
  border-bottom: 0;
  background-color: inherit;
  line-height: 1.4em;
}

/* ================================================= */
/* page - line                                       */
/* ================================================= */
.editor .legacy-line-ttl {
  margin-bottom: 2.6666666667vw;
  padding-left: 1em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #272727;
  border-left: 1.3333333333vw solid #ee7836;
}
.editor .legacy-line-ttl:before, .editor .legacy-line-ttl:after {
  content: none;
}
@media screen and (min-width: 751px) {
  .editor .legacy-line-ttl {
    margin-bottom: 0.6944444444vw;
    font-size: 1.7361111111vw;
    border-left-width: 0.3472222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .editor .legacy-line-ttl {
    margin-bottom: 10px;
    font-size: 2.5rem;
    border-left-width: 5px;
  }
}

.legacy-line-table {
  margin-bottom: 2.6666666667vw;
  width: 100%;
  height: auto;
  border: 0.2666666667vw solid #e7e7e7;
}

.legacy-line-table-wrap {
  padding: 8vw 0;
}

.legacy-line-table th {
  padding: 0.5em;
  width: 50%;
  text-align: left;
  background: #ffffff;
}
.legacy-line-table td {
  width: 50%;
  text-align: center;
  background: #e7e7e7;
}

.editor .legacy-line-table-head {
  margin-block: 0 2.1333333333vw;
  padding-left: 0;
  font-size: 4vw;
  font-weight: 700;
}
.editor .legacy-line-table-head::before, .editor .legacy-line-table-head::after {
  content: none;
}

.legacy-line-table-text {
  font-size: 4.2666666667vw;
}

.legacy-line-img-wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.3333333333vw;
}

.legacy-line-img-caption {
  margin-block: 2.6666666667vw 5.3333333333vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .legacy-line-table-wrap {
    padding-block: 0;
  }
  .legacy-line-table {
    margin-bottom: 1.3888888889vw;
    height: 13.8888888889vw;
    border-width: 0.0694444444vw;
  }
  .editor .legacy-line-table-head {
    margin-block: 0 0.5555555556vw;
    font-size: 1.0416666667vw;
  }
  .legacy-line-table-text {
    font-size: 1.1111111111vw;
  }
  .legacy-line-img-wrap {
    gap: 0.1388888889vw;
  }
  .legacy-line-img-caption {
    margin-block: 1.3333333333vw 2.6666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-line-table {
    margin-bottom: 20px;
    height: 200px;
    border-width: 1px;
  }
  .editor .legacy-line-table-head {
    margin-block: 0 8px;
    font-size: 1.5rem;
  }
  .legacy-line-table-text {
    font-size: 1.6rem;
  }
  .legacy-line-img-wrap {
    gap: 2px;
  }
  .legacy-line-img-caption {
    margin-block: 10px 20px;
  }
}
/* ================================================= */
/* page - kodomomirai                                 */
/* ================================================= */
.sec-legacy-kodomomirai:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec-legacy-kodomomirai:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .sec-legacy-kodomomirai:nth-child(n+2) {
    margin-top: 40px;
  }
}

.editor .legacy-kodomomirai-ttl {
  margin-bottom: 5.3333333333vw;
  padding: 0.2rem 0 0.2rem 1rem;
  font-size: 6.4vw;
  font-weight: 700;
  color: #272727;
  border-left: 1.3333333333vw solid #5a3f2c;
}
.editor .legacy-kodomomirai-ttl::before, .editor .legacy-kodomomirai-ttl::after {
  content: none;
}
@media screen and (min-width: 751px) {
  .editor .legacy-kodomomirai-ttl {
    margin-bottom: 1.3888888889vw;
    font-size: 1.6666666667vw;
    border-left-width: 0.3472222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .editor .legacy-kodomomirai-ttl {
    margin-bottom: 20px;
    font-size: 2.4rem;
    border-left-width: 5px;
  }
}

/* ------------------------------------------- mv - */
.editor .legacy-kodomomirai-mv-title {
  position: relative;
  margin: 0 auto 10.6666666667vw;
  padding: 0.6rem 0;
  width: 82.6666666667vw;
  font-size: 8vw;
  text-align: center;
  color: #ee7836;
}
.editor .legacy-kodomomirai-mv-title::before, .editor .legacy-kodomomirai-mv-title::after {
  content: "";
  position: absolute;
  bottom: -2.4vw;
  width: 50%;
  height: 1.6vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.editor .legacy-kodomomirai-mv-title::before {
  left: 0;
  background: #00508e;
}
.editor .legacy-kodomomirai-mv-title::after {
  right: 0;
  background: #ee7836;
}
.editor .legacy-kodomomirai-mv-title-sub {
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 751px) {
  .editor .legacy-kodomomirai-mv-title {
    margin-bottom: 2.7777777778vw;
    width: 41.6666666667vw;
    font-size: 2.5vw;
  }
  .editor .legacy-kodomomirai-mv-title::before, .editor .legacy-kodomomirai-mv-title::after {
    bottom: -0.625vw;
    height: 0.4166666667vw;
  }
  .editor .legacy-kodomomirai-mv-title-sub {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .editor .legacy-kodomomirai-mv-title {
    margin-bottom: 40px;
    width: 600px;
    font-size: 3.6rem;
  }
  .editor .legacy-kodomomirai-mv-title::before, .editor .legacy-kodomomirai-mv-title::after {
    bottom: -9px;
    height: 6px;
  }
  .editor .legacy-kodomomirai-mv-title-sub {
    font-size: 2.2rem;
  }
}

.legacy-kodomomirai-mv-image {
  margin: 0 auto 5.3333333333vw;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .legacy-kodomomirai-mv-image {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-kodomomirai-mv-image {
    margin-bottom: 20px;
  }
}
/* ------------------------------------------- read - */
.legacy-kodomomirai-read {
  position: relative;
  margin-top: 10.1333333333vw;
  padding: 5.3333333333vw;
  text-align: center;
  background: #ededed;
}

.legacy-kodomomirai-read-image {
  position: absolute;
  inset: -8vw 0 0 0;
  margin: 0 auto;
  width: 36.8vw;
}

.legacy-kodomomirai-read-content {
  padding-top: 26.6666666667vw;
}

.legacy-kodomomirai-read-head {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.6;
  color: #887467;
}

.legacy-kodomomirai-read-text {
  font-size: 4.8vw;
  line-height: 1.6;
}

@media screen and (min-width: 751px) {
  .legacy-kodomomirai-read {
    margin-top: 2.6388888889vw;
    padding: 1.3888888889vw;
  }
  .legacy-kodomomirai-read-image {
    inset: -2.0833333333vw 0 0 0;
    width: 15.9722222222vw;
  }
  .legacy-kodomomirai-read-content {
    padding-top: 11.8055555556vw;
  }
  .legacy-kodomomirai-read-head {
    font-size: 1.6666666667vw;
  }
  .legacy-kodomomirai-read-text {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-kodomomirai-read {
    margin-top: 38px;
    padding: 20px;
  }
  .legacy-kodomomirai-read-image {
    inset: -30px 0 0 0;
    width: 230px;
  }
  .legacy-kodomomirai-read-content {
    padding-top: 170px;
  }
  .legacy-kodomomirai-read-head {
    font-size: 2.4rem;
  }
  .legacy-kodomomirai-read-text {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- target - */
.legacy-kodomomirai-target-read {
  margin-top: 5.3333333333vw;
}

.editor .legacy-kodomomirai-target-read-text {
  display: block;
  margin-top: 5.3333333333vw;
  padding-block: 0.2em;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 0.8vw;
  color: #887467;
}

@media screen and (min-width: 751px) {
  .legacy-kodomomirai-target-read {
    margin-top: 1.3888888889vw;
  }
  .editor .legacy-kodomomirai-target-read-text {
    margin-top: 1.3888888889vw;
    font-size: 1.3194444444vw;
    text-decoration-thickness: 0.2083333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-kodomomirai-target-read {
    margin-top: 20px;
  }
  .editor .legacy-kodomomirai-target-read-text {
    margin-top: 20px;
    font-size: 1.9rem;
    text-decoration-thickness: 3px;
  }
}
/* ------------------------------------------- period - */
.legacy-kodomomirai-period-text {
  margin-bottom: 2.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #b71c1c;
}

@media screen and (min-width: 751px) {
  .legacy-kodomomirai-period-text {
    margin-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-kodomomirai-period-text {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
/* ------------------------------------------- subsidy - */
.editor .legacy-kodomomirai-subsidy-ttl {
  margin-block: 0 5.3333333333vw;
  padding: 2.6666666667vw;
  font-size: 4.8vw;
  font-weight: 400;
  text-align: center;
  border: 0.5333333333vw solid #e5e5e5;
}
.editor .legacy-kodomomirai-subsidy-ttl::before, .editor .legacy-kodomomirai-subsidy-ttl::after {
  content: none;
}
.editor .legacy-kodomomirai-subsidy-block-ttl {
  margin-block: 0 5.3333333333vw;
  padding-block: 0;
  font-size: 4.8vw;
  font-weight: 700;
}
.editor .legacy-kodomomirai-subsidy-block-ttl::before, .editor .legacy-kodomomirai-subsidy-block-ttl::after {
  content: none;
}
.editor .legacy-kodomomirai-subsidy-block-subttl {
  margin-block: 0;
  padding-block: 0;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  .editor .legacy-kodomomirai-subsidy-ttl {
    margin-block: 0 1.3888888889vw;
    padding: 0.6944444444vw;
    font-size: 1.25vw;
    border-width: 0.1388888889vw;
  }
  .editor .legacy-kodomomirai-subsidy-block-ttl {
    margin-block: 0 1.3888888889vw;
    font-size: 1.25vw;
  }
  .editor .legacy-kodomomirai-subsidy-block-subttl {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1501px) {
  .editor .legacy-kodomomirai-subsidy-ttl {
    margin-block: 0 20px;
    padding: 10px;
    font-size: 1.8rem;
    border-width: 2px;
  }
  .editor .legacy-kodomomirai-subsidy-block-ttl {
    margin-block: 0 20px;
    font-size: 1.8rem;
  }
  .editor .legacy-kodomomirai-subsidy-block-subttl {
    font-size: 1.6rem;
  }
}

.legacy-kodomomirai-subsidy-body:nth-of-type(n + 2) {
  margin-top: 2.6666666667vw;
}

.legacy-kodomomirai-subsidy-table {
  width: 100%;
  border-collapse: collapse;
}
.legacy-kodomomirai-subsidy-table th,
.legacy-kodomomirai-subsidy-table td {
  padding: 2.6666666667vw;
  line-height: 1.6;
  text-align: left;
  border: 0.2666666667vw solid #999;
}
.legacy-kodomomirai-subsidy-table .legacy-kodomomirai-subsidy-table--center {
  text-align: center;
}

.legacy-kodomomirai-subsidy-table--xs {
  width: 5%;
}

.legacy-kodomomirai-subsidy-table--sm {
  width: 15%;
}

.legacy-kodomomirai-subsidy-table--md {
  width: 33%;
}

.legacy-kodomomirai-subsidy-table--gray {
  background: #f3f1f0;
}

.legacy-kodomomirai-subsidy-hr {
  margin-block: 5.3333333333vw;
  border: 0.2666666667vw solid #ccc;
}

.legacy-kodomomirai-subsidy-table-note {
  margin-block: 5.3333333333vw;
  text-align: right;
}

@media screen and (min-width: 751px) {
  .legacy-kodomomirai-subsidy-body:nth-of-type(n + 2) {
    margin-top: 0.6944444444vw;
  }
  .legacy-kodomomirai-subsidy-table th,
  .legacy-kodomomirai-subsidy-table td {
    padding: 0.6944444444vw;
    border-width: 0.0694444444vw;
  }
  .legacy-kodomomirai-subsidy-hr {
    margin-block: 1.3888888889vw;
    border-width: 0.0694444444vw;
  }
  .legacy-kodomomirai-subsidy-table-note {
    margin-block: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-kodomomirai-subsidy-body:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .legacy-kodomomirai-subsidy-table th,
  .legacy-kodomomirai-subsidy-table td {
    padding: 10px;
    border-width: 1px;
  }
  .legacy-kodomomirai-subsidy-hr {
    margin-block: 20px;
    border-width: 1px;
  }
  .legacy-kodomomirai-subsidy-table-note {
    margin-block: 20px;
  }
}
/* ------------------------------------------- outro - */
.legacy-kodomomirai-outro {
  margin-top: 2.6666666667vw;
  text-align: center;
}

.editor .legacy-kodomomirai-outro-text {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 2.7;
  text-decoration-line: underline;
  text-decoration-color: #887467;
  text-decoration-thickness: 0.8vw;
  text-underline-offset: 2.1333333333vw;
}

.legacy-kodomomirai-outro--strong {
  color: #887467;
}

.legacy-kodomomirai-outro--maru {
  position: relative;
}
.legacy-kodomomirai-outro--maru::before {
  content: "";
  position: absolute;
  top: -0.35em;
  left: 50%;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  background-color: #f5a000;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .legacy-kodomomirai-outro {
    margin-top: 0.6944444444vw;
  }
  .editor .legacy-kodomomirai-outro-text {
    font-size: 1.1111111111vw;
    text-decoration-thickness: 0.2083333333vw;
    text-underline-offset: 0.5555555556vw;
  }
  .legacy-kodomomirai-outro--maru::before {
    width: 0.4861111111vw;
    height: 0.4861111111vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-kodomomirai-outro {
    margin-top: 10px;
  }
  .editor .legacy-kodomomirai-outro-text {
    font-size: 1.6rem;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
  }
  .legacy-kodomomirai-outro--maru::before {
    width: 7px;
    height: 7px;
  }
}
/* ------------------------------------------- links - */
.legacy-kodomomirai-links {
  padding: 5.3333333333vw;
  border: 0.2666666667vw solid #ccc;
  text-align: center;
}

.editor .legacy-kodomomirai-links-ttl {
  margin-block: 0 5.3333333333vw;
  padding: 0;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #272727;
}
.editor .legacy-kodomomirai-links-ttl::before, .editor .legacy-kodomomirai-links-ttl::after {
  content: none;
}

.legacy-kodomomirai-links-text {
  margin-bottom: 5.3333333333vw;
  font-size: 4.2666666667vw;
}

.legacy-kodomomirai-links--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667vw;
}

.editor .legacy-kodomomirai-links-link:not(.editor-lightbox) {
  display: inline-block;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  color: #0068b7;
}

@media screen and (min-width: 751px) {
  .legacy-kodomomirai-links {
    padding: 1.3888888889vw;
    border-width: 0.0694444444vw;
  }
  .editor .legacy-kodomomirai-links-ttl {
    margin-block: 0 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .legacy-kodomomirai-links-text {
    margin-bottom: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .legacy-kodomomirai-links--wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.6944444444vw;
  }
  .editor .legacy-kodomomirai-links-link:not(.editor-lightbox) {
    font-size: 0.9722222222vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-kodomomirai-links {
    padding: 20px;
    border-width: 1px;
  }
  .editor .legacy-kodomomirai-links-ttl {
    margin-block: 0 20px;
    font-size: 1.6rem;
  }
  .legacy-kodomomirai-links-text {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .legacy-kodomomirai-links--wrap {
    gap: 10px;
  }
  .editor .legacy-kodomomirai-links-link:not(.editor-lightbox) {
    font-size: 1.4rem;
  }
}
/* ================================================= */
/* page - gas                                        */
/* ================================================= */
/* ------------------------------------------- heading - */
.legacy-gas-heading {
  margin-bottom: 8vw;
  padding: 2.6666666667vw 1.3333333333vw;
  border: 1.0666666667vw solid #f47a32;
}

.editor .legacy-gas-heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.3333333333vw;
  margin: 0;
  padding: 0;
  font-size: 6.6666666667vw;
  line-height: 1.2;
  font-weight: 700;
  color: #f26722;
}
.editor .legacy-gas-heading-title::before {
  content: "";
  position: static;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14.4vw;
  height: 10.6666666667vw;
  background: url("../img/gas/icon-gas.webp") center/contain no-repeat;
}

@media screen and (min-width: 751px) {
  .legacy-gas-heading {
    margin-bottom: 2.0833333333vw;
    padding: 1.6666666667vw 0.6944444444vw;
    border-width: 0.2777777778vw;
  }
  .editor .legacy-gas-heading-title {
    gap: 1.3888888889vw;
    font-size: 1.7361111111vw;
  }
  .editor .legacy-gas-heading-title::before {
    width: 3.75vw;
    height: 2.7777777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-heading {
    margin-bottom: 30px;
    padding: 24px 10px;
    border-width: 4px;
  }
  .editor .legacy-gas-heading-title {
    gap: 20px;
    font-size: 2.5rem;
  }
  .editor .legacy-gas-heading-title::before {
    width: 54px;
    height: 40px;
  }
}
/* ------------------------------------------- menu - */
.legacy-gas-menu {
  margin-bottom: 13.3333333333vw;
}

.editor .legacy-gas-menu-title {
  margin: 0 0 4vw;
  padding: 4vw;
  font-size: 5.3333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  color: #ffffff;
  background-color: #f47732 !important;
}
.editor .legacy-gas-menu-title::before, .editor .legacy-gas-menu-title::after {
  content: none;
}

.editor .legacy-gas-menu-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.3333333333vw minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3333333333vw;
  margin: 0;
  padding: 0;
}

.editor .legacy-gas-menu-list-link:not(.editor-lightbox) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6666666667vw;
  min-height: 95px;
  padding: 2.6666666667vw;
  border: 0.8vw solid #ee7836;
  color: #ee7836;
  text-decoration: none;
}
.editor .legacy-gas-menu-list-link:not(.editor-lightbox)::before {
  content: "";
  position: absolute;
  top: 27%;
  left: 1.3333333333vw;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6vw 6vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.editor .legacy-gas-menu-list-item {
  margin: 0;
  padding: 0;
}
.editor .legacy-gas-menu-list-item::marker {
  content: none;
}
.editor .legacy-gas-menu-list-item:nth-child(1) .legacy-gas-menu-list-link::before {
  background-image: url("../img/page/gas/icon01.jpg");
}
.editor .legacy-gas-menu-list-item:nth-child(2) .legacy-gas-menu-list-link::before {
  background-image: url("../img/page/gas/icon02.jpg");
}
.editor .legacy-gas-menu-list-item:nth-child(3) .legacy-gas-menu-list-link::before {
  background-image: url("../img/page/gas/icon03.jpg");
}
.editor .legacy-gas-menu-list-item:nth-child(4) .legacy-gas-menu-list-link::before {
  background-image: url("../img/page/gas/icon04.jpg");
}
.editor .legacy-gas-menu-list-item:nth-child(5) .legacy-gas-menu-list-link::before {
  background-image: url("../img/page/gas/icon05.jpg");
}
.editor .legacy-gas-menu-list-item:nth-child(6) .legacy-gas-menu-list-link::before {
  background-image: url("../img/page/gas/icon06.jpg");
}

.legacy-gas-menu-label {
  padding-left: 6.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.1;
}

.legacy-gas-menu-more {
  display: inline-block;
  justify-self: flex-end;
  width: 100%;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: right;
}
.legacy-gas-menu-more::after {
  content: "▶";
  margin-left: 0.5333333333vw;
  font-size: 2.1333333333vw;
}

@media screen and (min-width: 751px) {
  .legacy-gas-menu {
    margin-bottom: 3.4722222222vw;
  }
  .editor .legacy-gas-menu-title {
    margin: 0 0 1.0416666667vw;
    padding: 1.0416666667vw;
    font-size: 1.3888888889vw;
  }
  .editor .legacy-gas-menu-list {
    -ms-grid-columns: minmax(0, 1fr) 0.3472222222vw minmax(0, 1fr) 0.3472222222vw minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.3472222222vw;
  }
  .editor .legacy-gas-menu-list-link:not(.editor-lightbox) {
    gap: 0.6944444444vw;
    min-height: 110px;
    padding: 0.6944444444vw;
    border-width: 0.2083333333vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .editor .legacy-gas-menu-list-link:not(.editor-lightbox)::before {
    top: 25%;
    left: 0.3472222222vw;
    width: 2.4305555556vw;
    height: 2.4305555556vw;
    background-size: 2.4305555556vw 2.4305555556vw;
  }
  .legacy-gas-menu-label {
    padding-left: 2.7777777778vw;
    font-size: 1.1805555556vw;
  }
  .legacy-gas-menu-more {
    font-size: 0.8333333333vw;
  }
  .legacy-gas-menu-more::after {
    margin-left: 0.1388888889vw;
    font-size: 0.5555555556vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-menu {
    margin-bottom: 50px;
  }
  .editor .legacy-gas-menu-title {
    margin: 0 0 15px;
    padding: 15px;
    font-size: 2rem;
  }
  .editor .legacy-gas-menu-list {
    -ms-grid-columns: minmax(0, 1fr) 5px minmax(0, 1fr) 5px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }
  .editor .legacy-gas-menu-list-link:not(.editor-lightbox) {
    gap: 10px;
    padding: 10px;
    border-width: 3px;
  }
  .editor .legacy-gas-menu-list-link:not(.editor-lightbox)::before {
    top: 25%;
    left: 5px;
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
  .legacy-gas-menu-label {
    padding-left: 40px;
    font-size: 1.7rem;
  }
  .legacy-gas-menu-more {
    font-size: 1.2rem;
  }
  .legacy-gas-menu-more::after {
    margin-left: 2px;
    font-size: 0.8rem;
  }
}
/* ------------------------------------------- sec-legacy-gas - */
.sec-legacy-gas {
  margin-bottom: 10.6666666667vw;
}

.editor .sec-legacy-gas-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.3333333333vw;
  padding: 0 0 5.3333333333vw 13.3333333333vw;
  font-size: 5.3333333333vw;
  color: #ee7836;
  border-bottom: 0.2666666667vw solid #ee7836 !important;
}
.editor .sec-legacy-gas-title::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10.6666666667vw 10.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
}
.editor .sec-legacy-gas-basic .sec-legacy-gas-title::before {
  background-image: url("../img/page/gas/icon01.jpg");
}
.editor .sec-legacy-gas-leak .sec-legacy-gas-title::before {
  background-image: url("../img/page/gas/icon02.jpg");
}
.editor .sec-legacy-earthquake .sec-legacy-gas-title::before {
  background-image: url("../img/page/gas/icon03.jpg");
}
.editor .sec-legacy-moving .sec-legacy-gas-title::before {
  background-image: url("../img/page/gas/icon04.jpg");
}
.editor .sec-legacy-gas-price .sec-legacy-gas-title::before {
  background-image: url("../img/page/gas/icon05.jpg");
}
.editor .sec-legacy-natural-gas .sec-legacy-gas-title::before {
  background-image: url("../img/page/gas/icon06.jpg");
}

.legacy-gas-block {
  padding: 4vw;
  line-height: 1.6;
  background: #f7f7f7;
}
.legacy-gas-block:nth-child(n+2) {
  margin-top: 4vw;
}

.editor .legacy-gas-block-title {
  margin: 0 0 1.3333333333vw;
  padding: 0;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #ee7836;
}
.editor .legacy-gas-block-title::before, .editor .legacy-gas-block-title::after {
  content: none;
}

.legacy-gas-block-item:nth-child(n+2) {
  margin-top: 4vw;
}
.legacy-gas-block-item.legacy-gas-block-item--single {
  margin-top: 0;
}

.legacy-gas-block-image {
  margin: 0 auto 4vw;
  width: 48vw;
}

.legacy-gas-block--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.editor .legacy-gas-block-subtitle {
  margin: 0 0 1.3333333333vw;
  padding: 0;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.editor .legacy-gas-block-subtitle::before, .editor .legacy-gas-block-subtitle::after {
  content: none;
}

.editor .legacy-gas-list {
  counter-reset: legacy-gas-counter;
  margin: 0;
  padding: 0;
}
.editor .legacy-gas-list-item {
  counter-increment: legacy-gas-counter;
  margin: 0.5em 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
.editor .legacy-gas-list-item::before {
  content: counter(legacy-gas-counter) ".";
  margin-right: 0.5em;
}
.editor .legacy-gas-list-item::marker {
  content: none;
}

@media screen and (min-width: 751px) {
  .sec-legacy-gas {
    margin-bottom: 2.7777777778vw;
  }
  .editor .sec-legacy-gas-title {
    margin-bottom: 1.3888888889vw;
    padding: 0 0 1.3888888889vw 3.4722222222vw;
    font-size: 1.3888888889vw;
    border-bottom-width: 0.0694444444vw !important;
  }
  .editor .sec-legacy-gas-title::before {
    top: 25%;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    background-size: 2.7777777778vw 2.7777777778vw;
  }
  .legacy-gas-block {
    padding: 1.0416666667vw;
  }
  .legacy-gas-block:nth-child(n+2) {
    margin-top: 1.0416666667vw;
  }
  .editor .legacy-gas-block-title {
    margin: 0 0 0.3472222222vw;
    font-size: 1.1111111111vw;
  }
  .legacy-gas-block-item:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .legacy-gas-block-item.legacy-gas-block-item--single {
    margin-top: 0;
  }
  .legacy-gas-block-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
    width: 12.5vw;
  }
  .legacy-gas-block--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.3888888889vw;
  }
  .editor .legacy-gas-block-subtitle {
    margin: 0 0 0.3472222222vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .sec-legacy-gas {
    margin-bottom: 40px;
  }
  .editor .sec-legacy-gas-title {
    margin-bottom: 20px;
    padding: 0 0 20px 50px;
    font-size: 2rem;
    border-bottom-width: 1px !important;
  }
  .editor .sec-legacy-gas-title::before {
    top: 25%;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .legacy-gas-block {
    padding: 15px;
  }
  .legacy-gas-block:nth-child(n+2) {
    margin-top: 15px;
  }
  .editor .legacy-gas-block-title {
    margin: 0 0 5px;
    font-size: 1.6rem;
  }
  .legacy-gas-block-image {
    width: 180px;
  }
  .legacy-gas-block--row {
    gap: 20px;
  }
  .legacy-gas-block-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .legacy-gas-block-item.legacy-gas-block-item--single {
    margin-top: 0;
  }
  .editor .legacy-gas-block-subtitle {
    margin: 0 0 5px;
    font-size: 1.4rem;
  }
}
/* ================================================= */
/* page - qa                                       */
/* ================================================= */
/* ------------------------------------------- menu - */
.legacy-gas-qa-menu {
  margin-top: 4vw;
}

.editor .legacy-gas-qa-menu-list {
  margin: 0;
  padding: 0;
}

.editor .legacy-gas-qa-menu-item {
  margin: 0;
  padding: 0;
}
.editor .legacy-gas-qa-menu-item:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}
.editor .legacy-gas-qa-menu-item::marker {
  content: none;
}

.editor .legacy-gas-qa-menu-link:not(.editor-lightbox) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.6;
  color: #ee7836;
  text-decoration: none;
}

.legacy-gas-qa-menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8vw;
  height: 8vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #ffffff;
  background: #00508f;
}

@media screen and (min-width: 751px) {
  .legacy-gas-qa-menu {
    margin-top: 1.0416666667vw;
  }
  .editor .legacy-gas-qa-menu-item:nth-child(n+2) {
    margin-top: 1.7361111111vw;
  }
  .editor .legacy-gas-qa-menu-link:not(.editor-lightbox) {
    gap: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
  .legacy-gas-qa-menu-icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-qa-menu {
    margin-top: 15px;
  }
  .editor .legacy-gas-qa-menu-item:nth-child(n+2) {
    margin-top: 25px;
  }
  .editor .legacy-gas-qa-menu-link:not(.editor-lightbox) {
    gap: 10px;
    font-size: 1.6rem;
  }
  .legacy-gas-qa-menu-icon {
    width: 30px;
    height: 30px;
    font-size: 2rem;
  }
}
/* ------------------------------------------- qa wrap - */
.legacy-gas-qa-wrap {
  margin-top: 21.3333333333vw;
}

.legacy-gas-qa-block:nth-child(n+2) {
  margin-top: 8vw;
}

.editor .sec-legacy-gas-faq-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.6666666667vw;
  padding-left: 0;
  font-size: 4.5333333333vw;
  line-height: 1.4;
}

.legacy-gas-qa-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6666666667vw;
}

.legacy-gas-qa-menu-icon--answer {
  background: #89c997;
}

@media screen and (min-width: 751px) {
  .legacy-gas-qa-wrap {
    margin-top: 5.5555555556vw;
  }
  .legacy-gas-qa-block:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .editor .sec-legacy-gas-faq-title {
    gap: 0.6944444444vw;
    font-size: 1.1805555556vw;
  }
  .legacy-gas-qa-answer {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-qa-wrap {
    margin-top: 80px;
  }
  .legacy-gas-qa-block:nth-child(n+2) {
    margin-top: 30px;
  }
  .editor .sec-legacy-gas-faq-title {
    gap: 10px;
    font-size: 1.7rem;
  }
  .legacy-gas-qa-answer {
    gap: 10px;
  }
}
/* ================================================= */
/* page - si                                       */
/* ================================================= */
.editor .legacy-gas-si-wrap .sec-legacy-gas-title {
  padding-left: 0;
}
.editor .legacy-gas-si-wrap .sec-legacy-gas-title::before {
  content: none;
}

/* ------------------------------------------- images - */
.legacy-gas-si-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6666666667vw;
}

@media screen and (min-width: 751px) {
  .legacy-gas-si-images {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-si-images {
    gap: 10px;
  }
}
/* ================================================= */
/* page - mainte                                       */
/* ================================================= */
.editor .legacy-gas-mainte .sec-legacy-gas-title {
  padding-left: 0;
}
.editor .legacy-gas-mainte .sec-legacy-gas-title::before {
  content: none;
}

/* ------------------------------------------- mv - */
.legacy-gas-mainte-mv {
  margin-bottom: 13.3333333333vw;
}

@media screen and (min-width: 751px) {
  .legacy-gas-mainte-mv {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-mainte-mv {
    margin-bottom: 50px;
  }
}
/* ------------------------------------------- catch - */
.legacy-gas-mainte-catch {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #ee7836;
}

@media screen and (min-width: 751px) {
  .legacy-gas-mainte-catch {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-mainte-catch {
    font-size: 3rem;
  }
}
/* ------------------------------------------- sec - */
.sec-legacy-gas-mainte:nth-child(n+2) {
  margin-top: 16vw;
}

@media screen and (min-width: 751px) {
  .sec-legacy-gas-mainte:nth-child(n+2) {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .sec-legacy-gas-mainte:nth-child(n+2) {
    margin-top: 60px;
  }
}
/* ------------------------------------------- image - */
.legacy-gas-mainte-image {
  margin-block: 4vw;
}

@media screen and (min-width: 751px) {
  .legacy-gas-mainte-image {
    margin-block: 1.0416666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-mainte-image {
    margin-block: 15px;
  }
}
/* ================================================= */
/* page - enefa                                       */
/* ================================================= */
.editor .legacy-gas-enefa .sec-legacy-gas-title {
  padding-left: 0;
}
.editor .legacy-gas-enefa .sec-legacy-gas-title::before {
  content: none;
}

/* ------------------------------------------- mv - */
.legacy-gas-enefa-mv {
  margin-bottom: 13.3333333333vw;
}

@media screen and (min-width: 751px) {
  .legacy-gas-enefa-mv {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-enefa-mv {
    margin-bottom: 50px;
  }
}
/* ------------------------------------------- image - */
.legacy-gas-enefa-image {
  margin-block: 4vw;
}

@media screen and (min-width: 751px) {
  .legacy-gas-enefa-image {
    margin-block: 1.0416666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-enefa-image {
    margin-block: 15px;
  }
}
/* ------------------------------------------- link - */
.editor .legacy-gas-enefa-link:not(.editor-lightbox) {
  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: 4vw auto 0;
  padding: 4vw 8vw;
  width: 100%;
  max-width: 343px;
  min-height: 74px;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  border: 0.5333333333vw solid #333;
}
.editor .legacy-gas-enefa-link:not(.editor-lightbox)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8.5333333333vw;
  width: 2.4vw;
  height: 2.4vw;
  border-top: 0.5333333333vw solid currentColor;
  border-right: 0.5333333333vw solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 751px) {
  .editor .legacy-gas-enefa-link:not(.editor-lightbox) {
    margin: 1.0416666667vw auto 0;
    padding: 1.0416666667vw 2.0833333333vw;
    font-size: 1.3888888889vw;
    border-width: 0.1388888889vw;
  }
  .editor .legacy-gas-enefa-link:not(.editor-lightbox)::after {
    right: 2.2222222222vw;
    width: 0.625vw;
    height: 0.625vw;
    border-top-width: 0.1388888889vw;
    border-right-width: 0.1388888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .editor .legacy-gas-enefa-link:not(.editor-lightbox) {
    margin: 15px auto 0;
    padding: 15px 30px;
    font-size: 2rem;
    border-width: 2px;
  }
  .editor .legacy-gas-enefa-link:not(.editor-lightbox)::after {
    right: 32px;
    width: 9px;
    height: 9px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}
/* ================================================= */
/* page - kyutoki                                       */
/* ================================================= */
.legacy-gas-kyutoki .sec-legacy-gas-title {
  padding-left: 0;
}
.legacy-gas-kyutoki .sec-legacy-gas-title::before {
  content: none;
}

/* ------------------------------------------- sec - */
.sec-legacy-gas-kyutoki {
  margin-top: 8vw;
}

@media screen and (min-width: 751px) {
  .sec-legacy-gas-kyutoki {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .sec-legacy-gas-kyutoki {
    margin-top: 30px;
  }
}
/* ------------------------------------------- wrap - */
.legacy-gas-kyutoki .legacy-gas-qa-wrap {
  margin-top: 0;
}

/* ------------------------------------------- image - */
.legacy-gas-kyutoki-image {
  margin-block: 4vw;
}

@media screen and (min-width: 751px) {
  .legacy-gas-kyutoki-image {
    margin-block: 1.0416666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-kyutoki-image {
    margin-block: 15px;
  }
}
/* ------------------------------------------- sub wrap - */
.legacy-gas-kyutoki-sub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.legacy-gas-kyutoki-sub-wrap .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 751px) {
  .legacy-gas-kyutoki-sub-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-kyutoki-sub-wrap {
    gap: 20px;
  }
}
/* ------------------------------------------- sub image - */
.legacy-gas-kyutoki-sub-image {
  margin-bottom: 5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .legacy-gas-kyutoki-sub-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}
/* ================================================= */
/* page - lease                                       */
/* ================================================= */
.editor .legacy-gas-lease .sec-legacy-gas-title {
  padding-left: 0;
}
.editor .legacy-gas-lease .sec-legacy-gas-title::before {
  content: none;
}

/* ------------------------------------------- catch - */
.legacy-gas-lease-catch-text,
.legacy-gas-lease-catch-subtext {
  font-weight: 700;
  text-align: center;
  color: #ee7836;
  line-height: 1.2;
}

.legacy-gas-lease-catch-text {
  margin-bottom: 4vw;
  font-size: 6.4vw;
}

.legacy-gas-lease-catch-subtext {
  font-size: 5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .legacy-gas-lease-catch-text {
    margin-bottom: 1.0416666667vw;
    font-size: 1.7361111111vw;
  }
  .legacy-gas-lease-catch-subtext {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-lease-catch-text {
    margin-bottom: 15px;
    font-size: 2.5rem;
  }
  .legacy-gas-lease-catch-subtext {
    font-size: 2rem;
  }
}
/* ------------------------------------------- image - */
.legacy-gas-lease-image {
  margin: 4vw auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 751px) {
  .legacy-gas-lease-image {
    margin-block: 1.0416666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-lease-image {
    margin-block: 15px;
  }
}
/* ------------------------------------------- definition - */
.legacy-gas-definition-item:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}

.legacy-gas-definition-label,
.legacy-gas-definition-content {
  display: block;
  padding-left: 2.6666666667vw;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}

.legacy-gas-definition-label {
  position: relative;
}
.legacy-gas-definition-label::before {
  content: "";
  position: absolute;
  inset: 0.7em 0;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-radius: 50%;
  background-color: #272727;
}

.legacy-gas-definition-content {
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .legacy-gas-definition-item:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .legacy-gas-definition-label,
  .legacy-gas-definition-content {
    padding-left: 0.6944444444vw;
  }
  .legacy-gas-definition-label::before {
    width: 0.3472222222vw;
    height: 0.3472222222vw;
  }
  .legacy-gas-definition-content {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-definition-item:nth-child(n+2) {
    margin-top: 10px;
  }
  .legacy-gas-definition-label,
  .legacy-gas-definition-content {
    padding-left: 10px;
  }
  .legacy-gas-definition-label::before {
    width: 5px;
    height: 5px;
  }
  .legacy-gas-definition-content {
    font-size: 1.2rem;
  }
}
/* ------------------------------------------- qa - */
.legacy-gas-lease .legacy-gas-qa-wrap {
  margin-top: 0;
}

/* ------------------------------------------- outro - */
.legacy-gas-lease-outro {
  margin-top: 16vw;
}

@media screen and (min-width: 751px) {
  .legacy-gas-lease-outro {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-lease-outro {
    margin-top: 60px;
  }
}
/* ================================================= */
/* page - denki                                       */
/* ================================================= */
.editor .legacy-gas-denki .sec-legacy-gas-title {
  padding-left: 0;
}
.editor .legacy-gas-denki .sec-legacy-gas-title::before {
  content: none;
}

/* ------------------------------------------- sub image - */
.legacy-gas-denki-sub-image {
  margin: 5.3333333333vw auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 751px) {
  .legacy-gas-denki-sub-image {
    margin-block: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-gas-denki-sub-image {
    margin-block: 20px;
  }
}
/* ================================================= */
/* page - picture/kyutoki                            */
/* ================================================= */
/* ------------------------------------------- mv - */
.legacy-picture-mv {
  margin-bottom: 5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .legacy-picture-mv {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-picture-mv {
    margin-bottom: 60px;
  }
}
/* ------------------------------------------- step - */
.legacy-picture-step-wrap {
  margin-top: 4vw;
}

.legacy-picture-step-title {
  position: relative;
  margin-block: 0 4vw;
  padding: 0;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #ee7836;
}

.legacy-picture-kyutoki .legacy-picture-step-title::before, .legacy-picture-kyutoki .legacy-picture-step-title::after {
  content: none;
}

.legacy-picture-step-img {
  display: block;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.legacy-picture-step-qr {
  display: none;
}

@media screen and (min-width: 751px) {
  .legacy-picture-step-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.3888888889vw;
    margin-top: 2.0833333333vw;
  }
  .legacy-picture-step {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .legacy-picture-step-title {
    margin-bottom: 1.3888888889vw;
    font-size: 2.0833333333vw;
  }
  .legacy-picture-step-qr {
    padding: 1.0416666667vw;
    width: 17.3611111111vw;
    background-color: #ee7836;
  }
  .legacy-picture-step-qr-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
  .legacy-picture-step-qr-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .legacy-picture-step-qr-text {
    font-size: 1.0416666667vw;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
  }
  .legacy-picture-step-qr {
    display: block;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-picture-step-wrap {
    gap: 20px;
    margin-top: 30px;
  }
  .legacy-picture-step-title {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .legacy-picture-step-qr {
    padding: 15px;
    width: 250px;
  }
  .legacy-picture-step-qr-heading {
    gap: 15px;
    margin-bottom: 15px;
  }
  .legacy-picture-step-qr-icon {
    width: 50px;
    height: 50px;
  }
  .legacy-picture-step-qr-text {
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- form - */
.legacy-picture-form.form {
  margin-top: 5.3333333333vw;
  background-image: none;
}

.legacy-picture-form-heading {
  margin-bottom: 5.3333333333vw;
}

.legacy-picture-form-catch {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #ee7836;
}
.legacy-picture-form-catch::before, .legacy-picture-form-catch::after {
  position: absolute;
  font-size: 4.8vw;
}
.legacy-picture-form-catch::before {
  content: "＼";
  left: -5.3333333333vw;
}
.legacy-picture-form-catch::after {
  content: "／";
  right: -5.3333333333vw;
}

.legacy-picture-form-title {
  position: relative;
  margin: 0;
  padding: 2.6666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  background: #ee7836;
}
.legacy-picture-form-title::before, .legacy-picture-form-title::after {
  content: "";
  position: absolute;
}
.legacy-picture-form-title::before {
  top: -2.6666666667vw;
  left: 0.5333333333vw;
  width: 10.6666666667vw;
  height: 15.4666666667vw;
  background: url(../img/page/picture/picture-title01.png) center/contain no-repeat;
}
.legacy-picture-form-title::after {
  top: -2.6666666667vw;
  right: 0.5333333333vw;
  width: 10.6666666667vw;
  height: 15.4666666667vw;
  background: url(../img/page/picture/picture-title02.png) center/contain no-repeat;
}

@media screen and (min-width: 751px) {
  .legacy-picture-form.form {
    margin-top: 1.3888888889vw;
  }
  .legacy-picture-form-heading {
    margin-bottom: 1.3888888889vw;
  }
  .legacy-picture-form-catch {
    margin: 0 auto 0.6944444444vw;
    font-size: 2.0833333333vw;
  }
  .legacy-picture-form-catch::before, .legacy-picture-form-catch::after {
    font-size: 2.0833333333vw;
  }
  .legacy-picture-form-catch::before {
    left: -2.4305555556vw;
  }
  .legacy-picture-form-catch::after {
    right: -2.4305555556vw;
  }
  .legacy-picture-form-title {
    padding: 0.6944444444vw 1.3888888889vw;
    font-size: 2.7777777778vw;
  }
  .legacy-picture-form-title::before {
    top: -0.6944444444vw;
    left: 0.1388888889vw;
    width: 6.9444444444vw;
    height: 10.0694444444vw;
  }
  .legacy-picture-form-title::after {
    top: -0.6944444444vw;
    right: 0.1388888889vw;
    width: 6.9444444444vw;
    height: 10.0694444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-picture-form.form {
    margin-top: 20px;
  }
  .legacy-picture-form-heading {
    margin-bottom: 20px;
  }
  .legacy-picture-form-catch {
    margin: 0 auto 10px;
    font-size: 3rem;
  }
  .legacy-picture-form-catch::before, .legacy-picture-form-catch::after {
    font-size: 3rem;
  }
  .legacy-picture-form-catch::before {
    left: -35px;
  }
  .legacy-picture-form-catch::after {
    right: -35px;
  }
  .legacy-picture-form-title {
    padding: 10px 20px;
    font-size: 4rem;
  }
  .legacy-picture-form-title::before {
    top: -10px;
    left: 2px;
    width: 100px;
    height: 145px;
  }
  .legacy-picture-form-title::after {
    top: -10px;
    right: 2px;
    width: 100px;
    height: 145px;
  }
}
/* ------------------------------------------- form - images - */
.legacy-picture-kyutoki .legacy-form-images-block {
  margin-top: 8vw;
  padding: 5.3333333333vw;
}

.legacy-form-images {
  margin-bottom: 8vw;
}

.legacy-form-images-title {
  margin-bottom: 2.6666666667vw;
  padding-left: 0;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.4;
  color: #ee7836;
}
.legacy-form-images-title:before, .legacy-form-images-title:after {
  content: none;
}

.legacy-form-images-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.6666666667vw;
}

.legacy-form-image-file {
  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.6666666667vw;
  padding: 1.3333333333vw;
  min-height: 223px;
  border: 0.2666666667vw solid #ccc;
  border-radius: 2.6666666667vw;
}

.legacy-form-image-file-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.3333333333vw;
  padding: 6.6666666667vw 1.3333333333vw;
  width: 100%;
  height: 100%;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: stretch;
  border-radius: 2.6666666667vw;
  background: #eee;
}

.legacy-form-image-file-label {
  width: 43.2vw;
  height: 27.2vw;
  background: url(../img/page/picture/upload.png) center/contain no-repeat;
}
.legacy-form-image-file-label input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.legacy-form-images-note {
  margin-top: 2.6666666667vw;
}

@media screen and (min-width: 751px) {
  .legacy-picture-kyutoki .legacy-form-images-block {
    margin-top: 2.0833333333vw;
    padding: 1.3888888889vw;
  }
  .legacy-form-images {
    margin-bottom: 4.1666666667vw;
  }
  .legacy-form-images-title {
    margin-bottom: 1.0416666667vw;
    font-size: 2.0833333333vw;
  }
  .legacy-form-images-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.3888888889vw;
  }
  .legacy-form-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .legacy-form-image-file {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding: 0.3472222222vw;
    min-height: 193px;
    border-width: 0.0694444444vw;
    border-radius: 0.6944444444vw;
  }
  .legacy-form-image-file-in {
    gap: 1.3888888889vw;
    padding: 1.7361111111vw 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
  .legacy-form-image-file-label {
    width: 11.25vw;
    height: 7.0833333333vw;
  }
  .legacy-form-images-note {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-picture-kyutoki .legacy-form-images-block {
    margin-top: 30px;
    padding: 20px;
  }
  .legacy-form-images {
    margin-bottom: 60px;
  }
  .legacy-form-images-title {
    margin-bottom: 15px;
    font-size: 3rem;
  }
  .legacy-form-images-row {
    gap: 20px;
  }
  .legacy-form-image-file {
    padding: 5px;
    border-width: 1px;
    border-radius: 10px;
  }
  .legacy-form-image-file-in {
    gap: 20px;
    padding: 25px 5px;
    border-radius: 10px;
  }
  .legacy-form-image-file-label {
    width: 162px;
    height: 102px;
  }
  .legacy-form-images-note {
    margin-top: 10px;
  }
}
/* ================================================= */
/* page - picture/builtinstove                       */
/* ================================================= */
.legacy-picture-builtinstove {
  padding-bottom: 0;
}

/* ------------------------------------------- step - */
.legacy-picture-builtinstove .legacy-picture-step-title {
  margin: 0 auto 10.6666666667vw;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 7.4666666667vw;
  font-weight: 700;
  font-style: italic;
  color: #00508f;
}
.legacy-picture-builtinstove .legacy-picture-step-title::before {
  content: none;
}
.legacy-picture-builtinstove .legacy-picture-step-title::after {
  content: "";
  position: absolute;
  inset: 100% 0;
  width: 100%;
  height: 4.5333333333vw;
  background: url(./../img/page/picture/builtinstove/bg_wavyline_01.png) center/contain no-repeat;
}

.legacy-picture-step-title-num {
  font-size: 12.2666666667vw;
  padding: 0 1.3333333333vw;
}

@media screen and (min-width: 751px) {
  .legacy-picture-builtinstove .legacy-picture-step-title {
    margin: 0 auto 2.7777777778vw;
    font-size: 2.6388888889vw;
  }
  .legacy-picture-builtinstove .legacy-picture-step-title::after {
    height: 1.1805555556vw;
  }
  .legacy-picture-step-title-num {
    font-size: 3.8888888889vw;
    padding: 0;
  }
  .legacy-picture-builtinstove .legacy-picture-step-qr {
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
  }
  .legacy-picture-builtinstove .legacy-picture-step-qr-heading {
    display: block;
  }
  .legacy-picture-builtinstove .legacy-picture-step-qr-text {
    position: relative;
    font-size: 1.875vw;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #89c997;
  }
  .legacy-picture-builtinstove .legacy-picture-step-qr-text::before, .legacy-picture-builtinstove .legacy-picture-step-qr-text::after {
    content: "";
    position: absolute;
    top: -0.2083333333vw;
    width: 3.3333333333vw;
    height: 4.5138888889vw;
  }
  .legacy-picture-builtinstove .legacy-picture-step-qr-text::before {
    left: -2.2916666667vw;
    background: url(../img/page/picture/builtinstove/icon_bubble_left_01.svg) center/contain no-repeat;
  }
  .legacy-picture-builtinstove .legacy-picture-step-qr-text::after {
    right: -2.2916666667vw;
    background: url(../img/page/picture/builtinstove/icon_bubble_right_01.svg) center/contain no-repeat;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-picture-builtinstove .legacy-picture-step-title {
    margin: 0 auto 40px;
    font-size: 3.8rem;
  }
  .legacy-picture-builtinstove .legacy-picture-step-title::after {
    height: 17px;
  }
  .legacy-picture-step-title-num {
    font-size: 5.6rem;
  }
  .legacy-picture-builtinstove .legacy-picture-step-qr-text {
    font-size: 2.7rem;
  }
  .legacy-picture-builtinstove .legacy-picture-step-qr-text::before, .legacy-picture-builtinstove .legacy-picture-step-qr-text::after {
    top: -3px;
    width: 48px;
    height: 65px;
  }
  .legacy-picture-builtinstove .legacy-picture-step-qr-text::before {
    left: -33px;
  }
  .legacy-picture-builtinstove .legacy-picture-step-qr-text::after {
    right: -33px;
  }
}
/* ------------------------------------------- form - */
.legacy-picture-form.form {
  margin-top: 8vw;
}

.legacy-picture-form-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 200vw;
  height: 100%;
  background-color: rgba(137, 201, 151, 0.1019607843);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .legacy-picture-form.form {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-picture-form.form {
    margin-top: 30px;
  }
}
/* ------------------------------------------- heading - */
.legacy-picture-builtinstove .legacy-picture-form-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8vw;
  width: 100%;
  height: 32vw;
  font-weight: 700;
  color: #ffffff;
  background-color: #00508f;
}
.legacy-picture-builtinstove .legacy-picture-form-heading::before, .legacy-picture-builtinstove .legacy-picture-form-heading::after {
  content: "";
  position: absolute;
  border-style: solid;
}
.legacy-picture-builtinstove .legacy-picture-form-heading::before {
  top: 0;
  left: 0;
  border-width: 16vw 0 16vw 10.6666666667vw;
  border-color: transparent transparent transparent #f5faf5;
}
.legacy-picture-builtinstove .legacy-picture-form-heading::after {
  top: 0;
  right: 0;
  border-width: 16vw 10.6666666667vw 16vw 0;
  border-color: transparent #f5faf5 transparent transparent;
}

.legacy-picture-builtinstove .legacy-picture-form-catch {
  position: relative;
  margin: 0 0 2.6666666667vw;
  padding: 0;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #fdf200;
}
.legacy-picture-builtinstove .legacy-picture-form-catch::before {
  content: "";
  position: absolute;
  inset: -6.6666666667vw -14.6666666667vw;
  background: url(../img/page/picture/picture-title02.png) center/contain no-repeat;
  width: 12vw;
  height: 17.3333333333vw;
}
.legacy-picture-builtinstove .legacy-picture-form-catch::after {
  content: none;
}

.legacy-picture-builtinstove .legacy-picture-form-catch--big {
  font-size: 6.1333333333vw;
}

.legacy-picture-builtinstove .legacy-picture-form-title {
  margin: 0;
  padding: 0;
  font-size: 4.5333333333vw;
  background-color: transparent !important;
}
.legacy-picture-builtinstove .legacy-picture-form-title::before, .legacy-picture-builtinstove .legacy-picture-form-title::after {
  content: none;
}

@media screen and (min-width: 751px) {
  .legacy-picture-builtinstove .legacy-picture-form.form {
    padding-block: 2.7777777778vw;
  }
  .legacy-picture-builtinstove .legacy-picture-form-heading {
    padding: 0 2.0833333333vw;
    height: 15.2777777778vw;
  }
  .legacy-picture-builtinstove .legacy-picture-form-heading::before {
    border-width: 7.6388888889vw 0 7.6388888889vw 2.7777777778vw;
  }
  .legacy-picture-builtinstove .legacy-picture-form-heading::after {
    border-width: 7.6388888889vw 2.7777777778vw 7.6388888889vw 0;
  }
  .legacy-picture-builtinstove .legacy-picture-form-catch {
    margin: 0 0 0.6944444444vw;
    font-size: 1.9444444444vw;
  }
  .legacy-picture-builtinstove .legacy-picture-form-catch::before {
    inset: 4.1666666667vw -3.125vw;
    width: 8.3333333333vw;
    height: 12.0833333333vw;
  }
  .legacy-picture-builtinstove .legacy-picture-form-catch--big {
    font-size: 3.125vw;
  }
  .legacy-picture-builtinstove .legacy-picture-form-title {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-picture-builtinstove .legacy-picture-form.form {
    padding-block: 40px;
  }
  .legacy-picture-builtinstove .legacy-picture-form-heading {
    padding: 0 30px;
    height: 220px;
  }
  .legacy-picture-builtinstove .legacy-picture-form-heading::before {
    border-width: 110px 0 110px 40px;
  }
  .legacy-picture-builtinstove .legacy-picture-form-heading::after {
    border-width: 110px 40px 110px 0;
  }
  .legacy-picture-builtinstove .legacy-picture-form-catch {
    margin: 0 0 10px;
    font-size: 2.8rem;
  }
  .legacy-picture-builtinstove .legacy-picture-form-catch::before {
    inset: 60px -45px;
    width: 120px;
    height: 174px;
  }
  .legacy-picture-builtinstove .legacy-picture-form-catch--big {
    font-size: 4.5rem;
  }
  .legacy-picture-builtinstove .legacy-picture-form-title {
    font-size: 4rem;
  }
}
/* ------------------------------------------- form - images - */
.legacy-picture-builtinstove .legacy-form-images-block {
  margin-top: 8vw;
  padding: 5.3333333333vw;
  background: #ffffff;
}

.legacy-picture-builtinstove .legacy-form-images-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4vw;
  margin-block: 0 4vw;
  font-size: 5.3333333333vw;
  font-weight: 800;
  line-height: 1.7;
  color: #272727;
}

.legacy-form-images-title-num {
  font-size: 11.7333333333vw;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #00508f;
}

.legacy-picture-builtinstove .legacy-form-image-file-label {
  background: url(../img/page/picture/builtinstove/img_upload.png) center/contain no-repeat;
}

@media screen and (min-width: 751px) {
  .legacy-picture-builtinstove .legacy-form-images-block {
    margin-top: 2.0833333333vw;
    padding: 1.3888888889vw;
  }
  .legacy-picture-builtinstove .legacy-form-images-title {
    gap: 1.7361111111vw;
    margin-block: 0 1.0416666667vw;
    font-size: 1.9444444444vw;
  }
  .legacy-form-images-title-num {
    font-size: 4.8611111111vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-picture-builtinstove .legacy-form-images-block {
    margin-top: 30px;
    padding: 20px;
  }
  .legacy-picture-builtinstove .legacy-form-images-title {
    gap: 25px;
    margin-block: 0 15px;
    font-size: 2.8rem;
  }
  .legacy-form-images-title-num {
    font-size: 7rem;
  }
}
/*  legacy - 住宅省エネ2025キャンペーン（3hojyokin）
-------------------------------------------------------------------------------*/
/* ================================================= */
/* page - 共通                                       */
/* ================================================= */
/* ------------------------------------------- color - */
/* ------------------------------------------- section color - */
.sec-legacy-3hojyokin-kosodate {
  --section-color: #e66f78;
  --target-shadow-color: rgba(230, 111, 121, 0.65);
}

.sec-legacy-3hojyokin-renov2025 {
  --section-color: #65a1da;
}

.sec-legacy-3hojyokin-kyuto2025 {
  --section-color: #f09229;
}

/* ------------------------------------------- 見出し - */
.legacy-3hojyokin-title--arrow {
  position: relative;
  margin-bottom: 8vw;
  padding: 4vw 5.3333333333vw;
  min-width: 100%;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: 0.8vw solid var(--section-color);
  background: #fffcf6;
}
.legacy-3hojyokin-title--arrow::before, .legacy-3hojyokin-title--arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 7.4666666667vw 6.4vw 0 6.4vw;
  border-style: solid;
}
.legacy-3hojyokin-title--arrow::before {
  bottom: -7.4666666667vw;
  border-color: var(--section-color) transparent transparent transparent;
}
.legacy-3hojyokin-title--arrow::after {
  bottom: -6.4vw;
  border-color: #fffcf6 transparent transparent transparent;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-title--arrow {
    margin-bottom: 2.7777777778vw;
    padding: 1.3888888889vw;
    font-size: 2.0833333333vw;
    border-bottom-width: 0.2083333333vw;
  }
  .legacy-3hojyokin-title--arrow::before, .legacy-3hojyokin-title--arrow::after {
    border-width: 1.9444444444vw 1.6666666667vw 0 1.6666666667vw;
  }
  .legacy-3hojyokin-title--arrow::before {
    bottom: -1.9444444444vw;
  }
  .legacy-3hojyokin-title--arrow::after {
    bottom: -1.6666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-title--arrow {
    margin-bottom: 40px;
    padding: 20px;
    font-size: 3rem;
    border-bottom-width: 3px;
  }
  .legacy-3hojyokin-title--arrow::before, .legacy-3hojyokin-title--arrow::after {
    border-width: 28px 24px 0 24px;
  }
  .legacy-3hojyokin-title--arrow::before {
    bottom: -28px;
  }
  .legacy-3hojyokin-title--arrow::after {
    bottom: -24px;
  }
}
/* ------------------------------------------- cta bnr - */
.legacy-3hojyokin-tel-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.3333333333vw;
  margin-block: 8vw;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-tel-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.6944444444vw;
    margin-block: 2.0833333333vw;
  }
  .legacy-3hojyokin-tel-cta-link {
    display: block;
    pointer-events: none;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-tel-cta {
    gap: 10px;
    margin-block: 30px;
  }
}
/* ------------------------------------------- cta link - */
.legacy-3hojyokin-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
  margin: 5.3333333333vw auto 0;
  max-width: 315px;
}

.legacy-3hojyokin-cta-link {
  display: block;
  padding: 5.3333333333vw 13.3333333333vw;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  color: #589791;
  border-radius: 16vw;
  border: 0.5333333333vw solid #589791;
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-cta {
    display: block;
    margin: 0;
    width: 20.8333333333vw;
  }
  .legacy-3hojyokin-cta-link {
    padding: 1.3888888889vw;
    font-size: 1.25vw;
    border-radius: 4.1666666667vw;
    border-width: 0.1388888889vw;
    -webkit-transition: background-color 0.3s, opacity 0.3s;
    transition: background-color 0.3s, opacity 0.3s;
  }
  .legacy-3hojyokin-cta-link:hover {
    color: #ffffff;
    background-color: #589791;
    opacity: 0.6;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-cta {
    width: 300px;
  }
  .legacy-3hojyokin-cta-link {
    padding: 20px;
    font-size: 1.8rem;
    border-radius: 60px;
    border-width: 2px;
  }
}
/* ------------------------------------------- mv - */
.legacy-3hojyokin-mv {
  position: relative;
  margin: 0 auto 5.3333333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.legacy-3hojyokin-mv-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
  margin: 5.3333333333vw auto 0;
  max-width: 315px;
  border-radius: 16vw;
  border: 0.5333333333vw solid #00a599;
  background: #ffffff;
}

.legacy-3hojyokin-mv-cta-link {
  display: block;
  padding: 5.3333333333vw 13.3333333333vw;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  color: #00a599;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-mv {
    margin: 0 auto 2.7777777778vw;
  }
  .legacy-3hojyokin-mv-cta {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    margin: 0;
    width: 14.5833333333vw;
    border-radius: 4.1666666667vw;
    border-width: 0.1388888889vw;
  }
  .legacy-3hojyokin-mv-cta-link {
    padding: 1.3888888889vw;
    font-size: 1.25vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .legacy-3hojyokin-mv-cta-link:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-mv {
    margin: 0 auto 40px;
  }
  .legacy-3hojyokin-mv-cta {
    width: 210px;
    border-radius: 60px;
    border-width: 2px;
  }
  .legacy-3hojyokin-mv-cta-link {
    padding: 20px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- menu - */
.legacy-3hojyokin-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667vw;
  margin-top: 9.3333333333vw;
}

.legacy-3hojyokin-menu-link {
  padding: 4vw 2.6666666667vw;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  border-width: 0.5333333333vw;
  border-style: solid;
  border-radius: 1.3333333333vw;
  border-color: var(--menu-color);
  background-color: var(--menu-color);
}
.legacy-3hojyokin-menu-link:nth-child(1) {
  --menu-color: #e66f78;
}
.legacy-3hojyokin-menu-link:nth-child(2) {
  --menu-color: #65a1da;
}
.legacy-3hojyokin-menu-link:nth-child(3) {
  --menu-color: #f09229;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.6944444444vw;
    margin-top: 2.4305555556vw;
  }
  .legacy-3hojyokin-menu-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.3888888889vw 0.6944444444vw;
    font-size: 1.3888888889vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .legacy-3hojyokin-menu-link:hover {
    color: var(--menu-color);
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-menu {
    gap: 10px;
    margin-top: 35px;
  }
  .legacy-3hojyokin-menu-link {
    padding: 20px 10px;
    font-size: 2rem;
    border-width: 2px;
    border-radius: 5px;
  }
}
/* ------------------------------------------- about - */
.legacy-3hojyokin-about {
  position: relative;
  isolation: isolate;
  margin-top: 8vw;
  padding: 13.3333333333vw 0;
}
.legacy-3hojyokin-about::before, .legacy-3hojyokin-about::after {
  content: "";
  position: absolute;
}
.legacy-3hojyokin-about::before {
  inset-block: 0;
  left: 50%;
  width: 100vw;
  background-color: #eef4f4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}
.legacy-3hojyokin-about::after {
  inset: 0;
  background: url(../img/page/hojokin/bg_house_sp.png) center bottom/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}

.legacy-3hojyokin-about-title {
  margin-bottom: 5.3333333333vw;
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.2;
  color: #00a599;
  text-align: center;
}

.legacy-3hojyokin-about-mv {
  margin-bottom: 4vw;
}

.legacy-3hojyokin-about-catch {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-about {
    margin-top: 5.5555555556vw;
    padding: 3.4722222222vw 0;
  }
  .legacy-3hojyokin-about::after {
    background: url(../img/page/hojokin/bg_house.png) center bottom/contain no-repeat;
  }
  .legacy-3hojyokin-about-title {
    margin-bottom: 2.0833333333vw;
    font-size: 2.0833333333vw;
  }
  .legacy-3hojyokin-about-mv {
    margin-bottom: 1.3888888889vw;
  }
  .legacy-3hojyokin-about-catch {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-about {
    margin-top: 80px;
    padding: 50px 0;
  }
  .legacy-3hojyokin-about-title {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .legacy-3hojyokin-about-mv {
    margin-bottom: 20px;
  }
  .legacy-3hojyokin-about-catch {
    font-size: 3rem;
  }
}
/* ------------------------------------------- sec-legacy-3hojyokin - */
.sec-legacy-3hojyokin {
  padding-block: 8vw;
}

.legacy-3hojyokin-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2.6666666667vw 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 2.6666666667vw auto;
      grid-template-areas: "image title" "text text";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6666666667vw;
  margin-bottom: 5.3333333333vw;
  padding: 5.3333333333vw;
  border-radius: 5.3333333333vw;
  color: #ffffff;
  background-color: var(--section-color);
}

.legacy-3hojyokin-heading-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
}

.legacy-3hojyokin-heading-title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
}

.legacy-3hojyokin-heading-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: text;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}

.legacy-3hojyokin-catch {
  margin-bottom: 4.2666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.legacy-3hojyokin-catch--strong {
  font-size: 6.9333333333vw;
  color: var(--section-color);
}

.sec-legacy-3hojyokin-renov2025 .legacy-3hojyokin-catch--strong,
.sec-legacy-3hojyokin-kyuto2025 .legacy-3hojyokin-catch--strong {
  color: #e66f78;
}

@media screen and (min-width: 751px) {
  .sec-legacy-3hojyokin {
    padding-block: 4.1666666667vw;
  }
  .legacy-3hojyokin-heading {
    -ms-grid-columns: 9.7222222222vw 1.3888888889vw 1fr;
    grid-template-columns: 9.7222222222vw 1fr;
    -ms-grid-rows: auto 1.3888888889vw auto;
        grid-template-areas: "image title" "image text";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.3888888889vw;
    margin-bottom: 3.4722222222vw;
    padding: 2.5vw 3.8194444444vw;
    border-radius: 2.7777777778vw;
  }
  .legacy-3hojyokin-heading-image {
    width: 9.7222222222vw;
    height: 9.7222222222vw;
  }
  .legacy-3hojyokin-heading-title {
    font-size: 2.5vw;
  }
  .legacy-3hojyokin-heading-text {
    font-size: 1.1111111111vw;
  }
  .legacy-3hojyokin-catch {
    margin-bottom: 2.0833333333vw;
    font-size: 2.0833333333vw;
  }
  .legacy-3hojyokin-catch--strong {
    font-size: 2.7777777778vw;
  }
  .legacy-3hojyokin-heading-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .legacy-3hojyokin-heading-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .legacy-3hojyokin-heading-text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media screen and (min-width: 1501px) {
  .sec-legacy-3hojyokin {
    padding-block: 60px;
  }
  .legacy-3hojyokin-heading {
    -ms-grid-columns: 140px 20px 1fr;
    grid-template-columns: 140px 1fr;
    gap: 20px;
    margin-bottom: 50px;
    padding: 36px 55px;
    border-radius: 40px;
  }
  .legacy-3hojyokin-heading-image {
    width: 140px;
    height: 140px;
  }
  .legacy-3hojyokin-heading-title {
    font-size: 3.6rem;
  }
  .legacy-3hojyokin-heading-text {
    font-size: 1.6rem;
  }
  .legacy-3hojyokin-catch {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .legacy-3hojyokin-catch--strong {
    font-size: 4rem;
  }
}
/* ------------------------------------------- target - */
.legacy-3hojyokin-target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9.3333333333vw;
  margin-bottom: 8vw;
}

.legacy-3hojyokin-target-block {
  position: relative;
  padding: 5.3333333333vw;
  border-width: 0.2666666667vw;
  border-style: solid;
  border-radius: 2.6666666667vw;
  border-color: var(--section-color);
  background-color: #ffffff;
  -webkit-box-shadow: var(--target-shadow-color, transparent) 0 2.6666666667vw 0 0;
          box-shadow: var(--target-shadow-color, transparent) 0 2.6666666667vw 0 0;
}
.legacy-3hojyokin-target-block:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: -10.6666666667vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background: url(../img/page/hojokin/cross.svg) center/70% no-repeat;
  background-color: var(--section-color);
  border-radius: 50%;
  z-index: 1;
}

.legacy-3hojyokin-target-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 5.3333333333vw;
  padding: 1.3333333333vw 2.6666666667vw;
  max-width: 278px;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: var(--section-color);
  border-radius: 16vw;
}

.legacy-3hojyokin-target-subsidy {
  margin-bottom: 5.3333333333vw;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.legacy-3hojyokin-target-subsidy-num {
  font-size: 17.3333333333vw;
  color: var(--section-color);
}

.legacy-3hojyokin-target-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4vw;
}

.legacy-3hojyokin-target-note-text {
  font-size: 4vw;
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-target {
    gap: 2.7777777778vw;
    margin-bottom: 4.1666666667vw;
  }
  .legacy-3hojyokin-target-block {
    padding: 2.5694444444vw 1.3888888889vw;
    border-width: 0.0694444444vw;
    border-radius: 1.1805555556vw;
    -webkit-box-shadow: var(--target-shadow-color, transparent) 0 1.5277777778vw 0 0;
            box-shadow: var(--target-shadow-color, transparent) 0 1.5277777778vw 0 0;
  }
  .legacy-3hojyokin-target-block:nth-child(n+2)::before {
    top: -12%;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .legacy-3hojyokin-target-title {
    margin: 0 auto 2.7777777778vw;
    padding: 0.6944444444vw 1.3888888889vw;
    max-width: 353px;
    font-size: 2.2222222222vw;
    border-radius: 8.3333333333vw;
  }
  .legacy-3hojyokin-target-subsidy {
    margin-bottom: 2.0833333333vw;
    font-size: 2.8472222222vw;
  }
  .legacy-3hojyokin-target-subsidy-num {
    font-size: 6.25vw;
  }
  .legacy-3hojyokin-target-note {
    gap: 1.3888888889vw;
  }
  .legacy-3hojyokin-target-note-text {
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 751px) {
  .legacy-3hojyokin-target {
    gap: 40px;
    margin-bottom: 60px;
  }
  .legacy-3hojyokin-target-block {
    padding: 37px 20px;
    border-width: 1px;
    border-radius: 17px;
    -webkit-box-shadow: var(--target-shadow-color, transparent) 0 22px 0 0;
            box-shadow: var(--target-shadow-color, transparent) 0 22px 0 0;
  }
  .legacy-3hojyokin-target-block:nth-child(n+2)::before {
    width: 80px;
    height: 80px;
  }
  .legacy-3hojyokin-target-title {
    margin: 0 auto 40px;
    padding: 10px 20px;
    max-width: 353px;
    font-size: 3.2rem;
    border-radius: 120px;
  }
  .legacy-3hojyokin-target-subsidy {
    margin-bottom: 30px;
    font-size: 4.1rem;
  }
  .legacy-3hojyokin-target-subsidy-num {
    font-size: 9rem;
  }
  .legacy-3hojyokin-target-note {
    gap: 20px;
  }
  .legacy-3hojyokin-target-note-text {
    font-size: 2.1rem;
  }
}
/* ------------------------------------------- target-catch - */
.legacy-3hojyokin-target-catch {
  margin-bottom: 4.2666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--section-color);
}

.legacy-3hojyokin-target-catch--strong {
  font-size: 6.9333333333vw;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-target-catch {
    margin-bottom: 2.0833333333vw;
    font-size: 2.0833333333vw;
  }
  .legacy-3hojyokin-target-catch--strong {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-target-catch {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .legacy-3hojyokin-target-catch--strong {
    font-size: 4rem;
  }
}
/* ------------------------------------------- const - */
.legacy-3hojyokin-const-block {
  --corner-size: 8vw;
  --line-width: 1.3333333333vw;
  margin-bottom: 5.3333333333vw;
  padding: 8vw;
  border: 0.2666666667vw solid #ccc;
  background: linear-gradient(90deg, #272727 0 var(--corner-size), transparent 0 calc(100% - var(--corner-size)), #272727 0) top/100% var(--line-width) no-repeat, linear-gradient(#272727 0 var(--corner-size), transparent 0 calc(100% - var(--corner-size)), #272727 0) right/var(--line-width) 100% no-repeat, linear-gradient(90deg, #272727 0 var(--corner-size), transparent 0 calc(100% - var(--corner-size)), #272727 0) bottom/100% var(--line-width) no-repeat, linear-gradient(#272727 0 var(--corner-size), transparent 0 calc(100% - var(--corner-size)), #272727 0) left/var(--line-width) 100% no-repeat;
}

.legacy-3hojyokin-const-title {
  margin: 0 auto 5.3333333333vw;
  padding: 2.6666666667vw;
  max-width: 300px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #00a599;
  border-radius: 5.3333333333vw;
}

.legacy-3hojyokin-const-box {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.8;
}
.legacy-3hojyokin-const-box:nth-child(n+2) {
  margin-top: 4vw;
}

.legacy-3hojyokin-const-label--arrow {
  margin-inline: 2.6666666667vw 0;
  color: #00a599;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-const-block {
    --corner-size: 2.0833333333vw;
    --line-width: 0.3472222222vw;
    margin-bottom: 3.4722222222vw;
    padding: 2.0833333333vw;
    border-width: 0.0694444444vw;
  }
  .legacy-3hojyokin-const-title {
    margin: 0 auto 1.3888888889vw;
    padding: 1.3888888889vw;
    border-radius: 4.1666666667vw;
  }
  .legacy-3hojyokin-const-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3888888889vw;
  }
  .legacy-3hojyokin-const-box:nth-child(n+2) {
    margin-top: 1.0416666667vw;
  }
  .legacy-3hojyokin-const-label--arrow {
    margin-inline: 1.3888888889vw 0;
  }
  .legacy-3hojyokin-const-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-const-block {
    --corner-size: 30px;
    --line-width: 5px;
    margin-bottom: 50px;
    padding: 30px;
    border-width: 1px;
  }
  .legacy-3hojyokin-const-title {
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 60px;
  }
  .legacy-3hojyokin-const-box {
    font-size: 2rem;
  }
  .legacy-3hojyokin-const-box:nth-child(n+2) {
    margin-top: 15px;
  }
  .legacy-3hojyokin-const-label--arrow {
    margin-inline: 20px 0;
  }
}
/* ------------------------------------------- reform - */
.sec-legacy-3hojyokin-renov2025 .legacy-3hojyokin-reform {
  margin-top: 8vw;
}

.legacy-3hojyokin-reform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.legacy-3hojyokin-reform-block:nth-child(n+2) {
  margin-block: 6.6666666667vw;
  padding-block: 6.6666666667vw 0;
  border-top: 0.2666666667vw solid #999;
}

.legacy-3hojyokin-reform-image {
  margin: 0 auto 4vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.legacy-3hojyokin-reform-title {
  margin-bottom: 4vw;
  font-size: 4.8vw;
}

.legacy-3hojyokin-reform-subsidy {
  margin-bottom: 5.3333333333vw;
  font-size: 6.9333333333vw;
  font-weight: 700;
}

.legacy-3hojyokin-reform-subsidy-num {
  font-size: 13.3333333333vw;
  color: var(--section-color);
}

.sec-legacy-3hojyokin-renov2025 .legacy-3hojyokin-reform-subsidy-num,
.sec-legacy-3hojyokin-kyuto2025 .legacy-3hojyokin-reform-subsidy-num {
  color: #e66f78;
}

.legacy-3hojyokin-reform-list {
  counter-reset: reform-item;
}

.legacy-3hojyokin-reform-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  counter-increment: reform-item;
  font-size: 4.8vw;
  line-height: 1.5;
}
.legacy-3hojyokin-reform-item::before {
  content: counter(reform-item);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5em;
  width: 1.4em;
  height: 1.4em;
  font-size: 3.7333333333vw;
  color: #ffffff;
  line-height: 1;
  background-color: var(--section-color);
  border-radius: 50%;
}
.legacy-3hojyokin-reform-item:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}

.legacy-3hojyokin-reform-price {
  margin-left: auto;
  padding-left: 1em;
}

.legacy-3hojyokin-reform-price-num {
  color: var(--section-color);
}

@media screen and (min-width: 751px) {
  .sec-legacy-3hojyokin-renov2025 .legacy-3hojyokin-reform {
    margin-top: 2.0833333333vw;
  }
  .legacy-3hojyokin-reform-block {
    margin: 0 auto;
    max-width: 500px;
  }
  .legacy-3hojyokin-reform-block:nth-child(n+2) {
    margin-block: 3.4722222222vw;
    padding-block: 3.4722222222vw 0;
    border-top-width: 0.0694444444vw;
  }
  .legacy-3hojyokin-reform-image {
    margin: 0 auto 2.0833333333vw;
  }
  .legacy-3hojyokin-reform-title {
    margin-bottom: 1.3888888889vw;
    font-size: 1.7361111111vw;
  }
  .legacy-3hojyokin-reform-subsidy {
    margin-bottom: 2.0833333333vw;
    font-size: 2.0833333333vw;
  }
  .legacy-3hojyokin-reform-subsidy-num {
    font-size: 4.1666666667vw;
  }
  .legacy-3hojyokin-reform-item {
    font-size: 1.5277777778vw;
  }
  .legacy-3hojyokin-reform-item::before {
    content: counter(reform-item);
    font-size: 1.25vw;
  }
  .legacy-3hojyokin-reform-item:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .sec-legacy-3hojyokin-renov2025 .legacy-3hojyokin-reform {
    margin-top: 30px;
  }
  .legacy-3hojyokin-reform-block:nth-child(n+2) {
    margin-block: 50px;
    padding-block: 50px 0;
    border-top-width: 1px;
  }
  .legacy-3hojyokin-reform-image {
    margin: 0 auto 30px;
  }
  .legacy-3hojyokin-reform-title {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .legacy-3hojyokin-reform-subsidy {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .legacy-3hojyokin-reform-subsidy-num {
    font-size: 6rem;
  }
  .legacy-3hojyokin-reform-item {
    font-size: 2.2rem;
  }
  .legacy-3hojyokin-reform-item::before {
    content: counter(reform-item);
    font-size: 1.8rem;
  }
  .legacy-3hojyokin-reform-item:nth-child(n+2) {
    margin-top: 10px;
  }
}
/* ------------------------------------------- type - */
.legacy-3hojyokin-reform-type {
  position: relative;
  isolation: isolate;
  margin-top: 8vw;
  padding: 13.3333333333vw 0;
}
.legacy-3hojyokin-reform-type::before {
  content: "";
  position: absolute;
  left: 50%;
  inset-block: 0;
  width: 100vw;
  background-color: #f9f0f1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}

.legacy-3hojyokin-reform-type-list {
  margin-bottom: 5.3333333333vw;
}

.legacy-3hojyokin-reform-type-item {
  position: relative;
  padding-left: 1em;
  font-size: 4vw;
  line-height: 1.8;
}
.legacy-3hojyokin-reform-type-item::before {
  content: "";
  position: absolute;
  top: 0.95em;
  left: 0;
  width: 0.75em;
  height: 0.75em;
  background-color: currentColor;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.legacy-3hojyokin-reform-type-block {
  border-radius: 2.6666666667vw;
}
.legacy-3hojyokin-reform-type-block:nth-child(n+2) {
  margin-top: 8vw;
}

.legacy-3hojyokin-reform-type-heading {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667vw;
  padding: 2.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  background: var(--section-color);
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}

.legacy-3hojyokin-reform-type-label {
  padding: 1.3333333333vw 5.3333333333vw;
  min-width: 162px;
  font-size: 5.3333333333vw;
  font-weight: 500;
  text-align: center;
  color: var(--section-color);
  border-radius: 8vw;
  background: #ffffff;
}
.legacy-3hojyokin-reform-type-label.optional {
  color: #808080;
}

.legacy-3hojyokin-reform-type-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.6666666667vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 8vw 2.6666666667vw;
  padding: 5.3333333333vw 2.6666666667vw;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  background-color: #ffffff;
}

.legacy-3hojyokin-reform-type-content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.legacy-3hojyokin-reform-type-content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.legacy-3hojyokin-reform-type-caption {
  margin-top: 2.6666666667vw;
  font-size: 3.4666666667vw;
  line-height: 1.5;
  text-align: center;
}

.legacy-3hojyokin-reform-type-num {
  color: var(--section-color);
}

.legacy-3hojyokin-reform-type-mark {
  color: var(--section-color);
}

.legacy-3hojyokin-reform-type-note {
  grid-column: 1/-1;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  color: var(--section-color);
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-reform-type {
    margin-top: 5.5555555556vw;
    padding: 3.4722222222vw 0;
  }
  .legacy-3hojyokin-reform-type-list {
    margin-bottom: 3.4722222222vw;
  }
  .legacy-3hojyokin-reform-type-item {
    font-size: 1.25vw;
  }
  .legacy-3hojyokin-reform-type-block {
    border-radius: 0.6944444444vw;
  }
  .legacy-3hojyokin-reform-type-block:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .legacy-3hojyokin-reform-type-heading {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw;
    min-height: 3.4722222222vw;
    font-size: 2.0833333333vw;
    text-align: center;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
  }
  .legacy-3hojyokin-reform-type-label {
    position: absolute;
    top: 50%;
    right: 0.6944444444vw;
    padding: 0.3472222222vw 1.3888888889vw;
    min-width: 125px;
    font-size: 1.3888888889vw;
    border-radius: 4.1666666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .legacy-3hojyokin-reform-type-content {
    -ms-grid-columns: 1fr 0.6944444444vw 1fr 0.6944444444vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.0833333333vw 0.6944444444vw;
    padding: 2.0833333333vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  }
  .legacy-3hojyokin-reform-type-caption {
    margin-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-reform-type {
    margin-top: 80px;
    padding: 50px 0;
  }
  .legacy-3hojyokin-reform-type-list {
    margin-bottom: 50px;
  }
  .legacy-3hojyokin-reform-type-item {
    font-size: 1.8rem;
  }
  .legacy-3hojyokin-reform-type-block {
    border-radius: 10px;
  }
  .legacy-3hojyokin-reform-type-block:nth-child(n+2) {
    margin-top: 30px;
  }
  .legacy-3hojyokin-reform-type-heading {
    padding: 10px;
    min-height: 50px;
    font-size: 3rem;
    border-radius: 10px 10px 0 0;
  }
  .legacy-3hojyokin-reform-type-label {
    right: 10px;
    padding: 5px 20px;
    font-size: 2rem;
    border-radius: 60px;
  }
  .legacy-3hojyokin-reform-type-content {
    gap: 30px 10px;
    padding: 30px;
    border-radius: 0 0 10px 10px;
  }
  .legacy-3hojyokin-reform-type-caption {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- detail - */
.legacy-3hojyokin-reform-detail-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.6666666667vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 8vw 2.6666666667vw;
  margin-bottom: 8vw;
}
.legacy-3hojyokin-reform-detail-content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.legacy-3hojyokin-reform-detail-content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.legacy-3hojyokin-reform-detail-caption {
  margin-top: 2.6666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--section-color);
}

.legacy-3hojyokin-reform-detail-note--strong {
  color: #e66f78;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-reform-detail-content {
    margin-bottom: 2.0833333333vw;
    gap: 2.0833333333vw 0.6944444444vw;
  }
  .legacy-3hojyokin-reform-detail-caption {
    margin-top: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-reform-detail-content {
    gap: 30px 10px;
    margin-bottom: 30px;
  }
  .legacy-3hojyokin-reform-detail-caption {
    margin-top: 10px;
    font-size: 2rem;
  }
}
/* ------------------------------------------- performance - */
.legacy-3hojyokin-performance {
  margin-top: 10.6666666667vw;
}

.legacy-3hojyokin-table-scroll {
  margin-top: 5.3333333333vw;
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.legacy-3hojyokin-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
}

.legacy-3hojyokin-table-heading,
.legacy-3hojyokin-table-type,
.legacy-3hojyokin-table-data {
  padding: 2.6666666667vw;
  width: 20%;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.4;
  border: 0.8vw solid var(--section-color);
  vertical-align: middle;
  text-align: center;
}

.legacy-3hojyokin-table-data--left {
  vertical-align: top;
  text-align: left;
}

.legacy-3hojyokin-table-heading {
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  background-color: var(--section-color);
}

.legacy-3hojyokin-table-heading--empty {
  background-color: #ffffff;
}

.legacy-3hojyokin-table-heading--type {
  color: #272727;
  background-color: #ffffff;
}

.legacy-3hojyokin-table-heading-main,
.legacy-3hojyokin-table-heading-sub,
.legacy-3hojyokin-table-type-main,
.legacy-3hojyokin-table-type-sub {
  display: block;
}

.legacy-3hojyokin-table-heading-sub,
.legacy-3hojyokin-table-type-sub {
  font-size: 2.6666666667vw;
}

.sec-legacy-3hojyokin-renov2025 .legacy-3hojyokin-table-type {
  background-color: rgba(101, 161, 218, 0.1);
}

.sec-legacy-3hojyokin-kyuto2025 .legacy-3hojyokin-table-type {
  background-color: rgba(240, 147, 41, 0.1);
}

.legacy-3hojyokin-table-data {
  background-color: #ffffff;
}

.legacy-3hojyokin-table-note {
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-performance {
    margin-top: 4.1666666667vw;
  }
  .legacy-3hojyokin-table-scroll {
    margin-top: 1.3888888889vw;
  }
  .legacy-3hojyokin-table {
    min-width: 540px;
  }
  .legacy-3hojyokin-table-heading,
  .legacy-3hojyokin-table-type,
  .legacy-3hojyokin-table-data {
    padding: 0.6944444444vw;
    font-size: 0.9027777778vw;
    border-width: 0.1388888889vw;
  }
  .legacy-3hojyokin-table-heading {
    font-size: 0.9027777778vw;
  }
  .legacy-3hojyokin-table-heading-sub,
  .legacy-3hojyokin-table-type-sub {
    font-size: 0.6944444444vw;
  }
  .legacy-3hojyokin-table-note {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-performance {
    margin-top: 60px;
  }
  .legacy-3hojyokin-table-scroll {
    margin-top: 20px;
  }
  .legacy-3hojyokin-table-heading,
  .legacy-3hojyokin-table-type,
  .legacy-3hojyokin-table-data {
    padding: 10px;
    font-size: 1.3rem;
    border-width: 2px;
  }
  .legacy-3hojyokin-table-heading {
    font-size: 1.3rem;
  }
  .legacy-3hojyokin-table-heading-sub,
  .legacy-3hojyokin-table-type-sub {
    font-size: 1rem;
  }
  .legacy-3hojyokin-table-note {
    margin-top: 20px;
  }
}
/* ------------------------------------------- sumai - */
.legacy-3hojyokin-about-sumai {
  margin-top: 0;
}
.legacy-3hojyokin-about-sumai::before {
  background-color: #f9f8ef;
}
.legacy-3hojyokin-about-sumai::after {
  content: none;
}

.legacy-3hojyokin-about-sumai .legacy-3hojyokin-table-heading {
  background-color: #00a599;
}
.legacy-3hojyokin-about-sumai .legacy-3hojyokin-table-type {
  background-color: #eef4f4;
}
.legacy-3hojyokin-about-sumai .legacy-3hojyokin-table-heading,
.legacy-3hojyokin-about-sumai .legacy-3hojyokin-table-type,
.legacy-3hojyokin-about-sumai .legacy-3hojyokin-table-data {
  border: 0.8vw solid #00a599;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-about-sumai .legacy-3hojyokin-table-heading,
  .legacy-3hojyokin-about-sumai .legacy-3hojyokin-table-type,
  .legacy-3hojyokin-about-sumai .legacy-3hojyokin-table-data {
    border-width: 0.1388888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-about-sumai .legacy-3hojyokin-table-heading,
  .legacy-3hojyokin-about-sumai .legacy-3hojyokin-table-type,
  .legacy-3hojyokin-about-sumai .legacy-3hojyokin-table-data {
    border-width: 2px;
  }
}
/* ------------------------------------------- form - */
.legacy-3hojyokin-form.form {
  margin-top: 5.3333333333vw;
  background-image: none;
}

.legacy-3hojyokin-form-title {
  margin-bottom: 8vw;
  padding: 2.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #f09229;
  border: 0.8vw solid #f09229;
}

.legacy-3hojyokin-form-title-text {
  position: relative;
}
.legacy-3hojyokin-form-title-text::before {
  content: "";
  position: absolute;
  top: -8vw;
  left: -21.3333333333vw;
  width: 16vw;
  height: 26.6666666667vw;
  background: url(../img/common/contat_character.png) center/contain no-repeat;
}

@media screen and (min-width: 751px) {
  .legacy-3hojyokin-form.form {
    margin-top: 1.3888888889vw;
  }
  .legacy-3hojyokin-form-title {
    margin-bottom: 2.0833333333vw;
    padding: 1.3888888889vw 0.6944444444vw;
    font-size: 2.0833333333vw;
    border-width: 0.2083333333vw;
  }
  .legacy-3hojyokin-form-title-text::before {
    top: -2.2916666667vw;
    left: -6.9444444444vw;
    width: 4.1666666667vw;
    height: 6.9444444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .legacy-3hojyokin-form.form {
    margin-top: 20px;
  }
  .legacy-3hojyokin-form-title {
    margin-bottom: 30px;
    padding: 20px 10px;
    font-size: 3rem;
    border-width: 3px;
  }
  .legacy-3hojyokin-form-title-text::before {
    top: -33px;
    left: -100px;
    width: 60px;
    height: 100px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  padding: 0 4vw;
  background-color: #ff9600;
}

.breadcrumb-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.4vw 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}

.breadcrumb-list li {
  position: relative;
  font-size: 3.2vw;
  color: #ffffff;
  white-space: nowrap;
}

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

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

.breadcrumb-list li a {
  position: relative;
  color: #ffffff;
  font-weight: 700;
}

.breadcrumb-list li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 751px) {
  .breadcrumb {
    padding: 0 0 0 3.4722222222vw;
  }
  .breadcrumb-list {
    padding: 0.5555555556vw 3.4722222222vw 0.5555555556vw 0;
  }
  .breadcrumb-list::-webkit-scrollbar {
    height: 0.3472222222vw;
    background-color: #ffffff;
  }
  .breadcrumb-list::-webkit-scrollbar-thumb {
    background-color: #ff8019;
  }
  .breadcrumb-list li {
    font-size: 1.1111111111vw;
    line-height: 2em;
  }
  .breadcrumb-list li:after {
    margin: 0 0.4166666667vw 0 0.5555555556vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb-list li a:after {
    height: 0.1388888889vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .breadcrumb-list li a:hover {
    color: #ffe400;
  }
  .breadcrumb-list li a:hover:after {
    background-color: #ffe400;
  }
}
@media screen and (min-width: 1501px) {
  .breadcrumb {
    padding: 0 0 0 50px;
  }
  .breadcrumb-list {
    padding: 8px 50px 8px 0;
  }
  .breadcrumb-list::-webkit-scrollbar {
    height: 5px;
  }
  .breadcrumb-list li {
    font-size: 1.6rem;
  }
  .breadcrumb-list li:after {
    margin: 0 6px 0 8px;
  }
  .breadcrumb-list li a:after {
    height: 2px;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "NotoSansJP", sans-serif;
}

.editor h2,
.editor h3,
.editor h4 {
  margin-top: 2em;
}

.editor p {
  line-height: 1.6em;
  letter-spacing: 0.02em;
}

.editor a {
  position: relative;
}

.editor a:not(.editor-lightbox) {
  text-decoration: underline;
  text-decoration-thickness: 0.4vw;
  text-underline-offset: 0.3em;
}

.editor strong {
  font-weight: 700;
}

.editor img {
  max-width: 100%;
  height: auto;
}

.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
  display: block;
  margin: 1.5em auto;
}

.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 ul {
  margin: 1em 0 1.5em 0;
  padding: 0 3.3333333333vw;
}

.editor ul li {
  margin-left: 1em;
  list-style-type: square;
  line-height: 1.6em;
}

.editor ol {
  margin: 1em 0 1.5em 0;
  padding: 0 3.3333333333vw;
}

.editor ol li {
  margin-left: 2em;
  list-style-type: decimal-leading-zero;
  line-height: 1.6em;
}

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

@media screen and (min-width: 751px) {
  .editor p {
    line-height: 1.75em;
  }
  .editor a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .editor a:hover {
    color: #ff5400;
  }
  .editor a:not(.editor-lightbox) {
    text-decoration-thickness: 0.1388888889vw;
  }
  .editor ul,
  .editor ol {
    padding: 0 1.3888888889vw;
  }
  .editor ul li,
  .editor ol li {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1501px) {
  .editor a:not(.editor-lightbox) {
    text-decoration-thickness: 2px;
  }
  .editor ul,
  .editor ol {
    padding: 0 20px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.form {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 10.6666666667vw 0;
  background-image: url(../img/common/dot_sp.jpg);
  background-repeat: repeat;
}

.form-box {
  position: relative;
  padding: 8vw 5.3333333333vw 13.3333333333vw 5.3333333333vw;
  background-color: #ffffff;
  border-color: #00508e;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 3.2vw;
}

.form-head {
  margin-bottom: 4vw;
  text-align: center;
}

.form-head-label {
  position: relative;
  display: inline-block;
  padding: 0 6.6666666667vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.form-head-label:before, .form-head-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.5333333333vw;
  height: 100%;
  background-color: #00508e;
}
.form-head-label:before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.form-head-label:after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.form-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 4vw auto;
  width: 100%;
  height: 13.3333333333vw;
  border-radius: 0.5333333333vw;
  color: #00508e;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 13.3333333333vw;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.form-heading:before, .form-heading:after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: 3.0666666667vw;
  background-image: url(../img/reform/line.svg);
  background-size: auto 3.0666666667vw;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.form-heading:before {
  top: -1.7333333333vw;
}
.form-heading:after {
  bottom: -1.7333333333vw;
}

.form-lead {
  margin-bottom: 5.3333333333vw;
}
.form-lead p {
  font-size: 2.9333333333vw;
}

.form-input {
  position: relative;
}

.form-input > dl:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

.form-input dt {
  position: relative;
  margin-bottom: 2vw;
  color: #272727;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}

.form-input-default dd {
  padding: 0.5em 1em;
  background-color: #e1f4fa;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5em;
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input input[type=date],
.form-input input[type=number],
.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: 10.6666666667vw;
  background-color: #f3f3f3;
  border-radius: 0.5333333333vw;
  color: #272727;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.65em;
}

.form-input textarea {
  padding: 0.75em 1em;
  width: 100%;
  height: 40vw;
  background-color: #f3f3f3;
  border-radius: 0.5333333333vw;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.65em;
}

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

.form-label {
  position: relative;
  margin-left: 0.75em;
  padding: 0 0.5em 0.1em 0.5em;
  border-radius: 0.2666666667vw;
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1em;
  z-index: 1;
}

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

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

.form-text {
  margin-bottom: 1em;
  font-size: 2.6666666667vw;
  line-height: 1.25em;
}

.form-hosoku {
  margin-top: 0.5em;
  padding-left: 1.25em;
  font-size: 2.6666666667vw;
  text-indent: -1.25em;
  line-height: 1.25em;
}
.form-hosoku:before {
  content: "※";
  margin-right: 0.25em;
}

.form-file:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}

@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 input[type=number],
  .form-input select,
  .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form {
    margin-top: 5.5555555556vw;
    padding: 5.5555555556vw 0;
    background-image: url(../img/common/dot.jpg);
    background-image: image-set(url(../img/common/dot.jpg) 1x, url(../img/common/dot-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/dot.jpg) 1x, url(../img/common/dot-2x.jpg) 2x);
  }
  .form-box {
    padding: 3.4722222222vw;
    border-width: 0.2083333333vw;
    border-radius: 1.6666666667vw;
  }
  .form-head {
    margin-bottom: 1.3888888889vw;
  }
  .form-head-label {
    padding: 0 3.4722222222vw;
    font-size: 1.25vw;
  }
  .form-head-label:before, .form-head-label:after {
    width: 0.1388888889vw;
  }
  .form-heading {
    margin: 0 auto 2.0833333333vw auto;
    width: 36.1111111111vw;
    height: 5.5555555556vw;
    border-radius: 0.2777777778vw;
    font-size: 2.0833333333vw;
    line-height: 5.5555555556vw;
  }
  .form-heading:before, .form-heading:after {
    height: 1.1111111111vw;
    background-size: auto 1.1111111111vw;
  }
  .form-heading:before {
    top: -0.5555555556vw;
  }
  .form-heading:after {
    bottom: -0.5555555556vw;
  }
  .form-lead {
    margin-bottom: 2.0833333333vw;
  }
  .form-lead p {
    font-size: 1.0416666667vw;
  }
  .form-input > dl:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .form-input dt {
    margin-bottom: 0.8em;
    font-size: 1.1111111111vw;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input input[type=number],
  .form-input select {
    height: 3.8888888889vw;
    border-radius: 0.2777777778vw;
    font-size: 1.1111111111vw;
  }
  .form-input textarea {
    height: 10.4166666667vw;
    border-radius: 0.2777777778vw;
    font-size: 1.1111111111vw;
  }
  .form-input-short input[type=text] {
    width: 45%;
  }
  .form-label {
    border-radius: 0.1388888889vw;
    font-size: 0.9722222222vw;
  }
  .form-text {
    font-size: 0.9722222222vw;
  }
  .form-hosoku {
    font-size: 0.9722222222vw;
  }
  .form-file:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .form {
    margin-top: 80px;
    padding: 80px 0;
  }
  .form-box {
    padding: 50px;
    border-width: 3px;
    border-radius: 24px;
  }
  .form-head {
    margin-bottom: 20px;
  }
  .form-head-label {
    padding: 0 50px;
    font-size: 1.8rem;
  }
  .form-head-label:before, .form-head-label:after {
    width: 2px;
  }
  .form-heading {
    margin: 0 auto 30px auto;
    width: 520px;
    height: 80px;
    border-radius: 4px;
    font-size: 3rem;
    line-height: 80px;
  }
  .form-heading:before, .form-heading:after {
    height: 16px;
    background-size: auto 16px;
  }
  .form-heading:before {
    top: -8px;
  }
  .form-heading:after {
    bottom: -8px;
  }
  .form-lead {
    margin-bottom: 30px;
  }
  .form-lead p {
    font-size: 1.5rem;
  }
  .form-input > dl:nth-child(n+2) {
    margin-top: 30px;
  }
  .form-input dt {
    font-size: 1.6rem;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input input[type=number],
  .form-input select {
    height: 56px;
    border-radius: 4px;
    font-size: 16px;
  }
  .form-input textarea {
    height: 150px;
    border-radius: 4px;
    font-size: 16px;
  }
  .form-label {
    border-radius: 2px;
    font-size: 1.4rem;
  }
  .form-text {
    font-size: 1.4rem;
  }
  .form-hosoku {
    font-size: 1.4rem;
  }
  .form-file:nth-child(n+2) {
    margin-top: 10px;
  }
}
/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #919191;
}

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

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

.form-input-old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}

/* ------------------------------------------- select - */
.form-select {
  position: relative;
  cursor: pointer;
}
.form-select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6.6666666667vw;
  height: 10.6666666667vw;
  background-color: #0071c9;
  border-radius: 0 0.5333333333vw 0.5333333333vw 0;
  z-index: 1;
}
.form-select:after {
  content: "";
  position: absolute;
  top: 4.2666666667vw;
  right: 1.6666666667vw;
  display: inline-block;
  width: 3.3333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/form/select.svg);
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.form-input select {
  padding-right: 2em;
  width: 100%;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .form-select:before {
    width: 2.5vw;
    height: 3.8888888889vw;
    border-radius: 0 0.2777777778vw 0.2777777778vw 0;
  }
  .form-select:after {
    top: 1.7708333333vw;
    right: 0.8333333333vw;
    width: 0.8333333333vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 1501px) {
  .form-select:before {
    width: 36px;
    height: 56px;
    border-radius: 0 4px 4px 0;
  }
  .form-select:after {
    top: 25.5px;
    right: 12px;
    width: 12px;
    height: 9px;
  }
}
/* ------------------------------------------- dates - */
.form-input-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}

.form-date {
  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;
  gap: 1em;
}

.form-date-calendar {
  width: 100%;
}

.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4vw;
  width: 100%;
}

.form-date-time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 38.6666666667vw;
}
.form-date-time-item span {
  position: relative;
  top: 1.8em;
}
.form-date-time-item .form-select {
  width: 33.3333333333vw;
}

@media screen and (min-width: 751px) {
  .form-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.6944444444vw;
  }
  .form-date-calendar {
    width: 15.2777777778vw;
  }
  .form-date-time {
    gap: 0.6944444444vw;
    width: 21.1111111111vw;
  }
  .form-date-time-item {
    width: 10.2083333333vw;
  }
  .form-date-time-item span {
    top: 1.8em;
  }
  .form-date-time-item .form-select {
    width: 8.6805555556vw;
  }
}
@media screen and (min-width: 1501px) {
  .form-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
  .form-date-calendar {
    width: 220px;
  }
  .form-date-time {
    gap: 10px;
    width: 304px;
  }
  .form-date-time-item {
    width: 147px;
  }
  .form-date-time-item .form-select {
    width: 125px;
  }
}
/* ------------------------------------------- num - */
.form-input-num .form-select {
  width: 42.6666666667vw;
}

@media screen and (min-width: 751px) {
  .form-input-num .form-select {
    width: 12.5vw;
  }
}
@media screen and (min-width: 1501px) {
  .form-input-num .form-select {
    width: 180px;
  }
}
/* ---------------------------------- radio */
.form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 1.5em;
}

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

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

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

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

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

.form input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  left: 1.4666666667vw;
  width: 3.2vw;
  height: 3.2vw;
  background-color: #0071c9;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .form input[type=radio] + span {
    padding-left: 3.125vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form input[type=radio] + span::before {
    width: 1.8055555556vw;
    height: 1.8055555556vw;
    border-width: 0.1388888889vw;
  }
  .form input[type=radio]:checked + span::after {
    left: 0.4861111111vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
}
@media screen and (min-width: 1501px) {
  .form input[type=radio] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 1.6rem;
  }
  .form input[type=radio] + span::before {
    width: 26px;
    height: 26px;
    border-width: 2px;
  }
  .form input[type=radio]:checked + span::after {
    left: 7px;
    width: 16px;
    height: 16px;
  }
}
/* ------------------------------------------- checkbox - */
.form-input .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.9333333333vw 3.4666666667vw;
  margin-top: 2.6666666667vw;
}

.form-input .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0 !important;
  width: 38.1333333333vw;
}

.form-checkbox-full .wpcf7-checkbox .wpcf7-list-item {
  width: 100% !important;
}

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

.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: 0 0 0.1em 7.3333333333vw;
  min-height: 5.6vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.25em;
  cursor: pointer;
}

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

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

@media screen and (min-width: 751px) {
  .form-input .wpcf7-checkbox {
    gap: 0.6944444444vw 1.6666666667vw;
    margin-top: 0.6944444444vw;
  }
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    width: 17.0138888889vw;
  }
  .form-input input[type=checkbox] + span {
    padding-left: 2.9166666667vw;
    min-height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form-input input[type=checkbox] + span::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form-input input[type=checkbox]:checked + span::after {
    left: 0.2083333333vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .form-input .wpcf7-checkbox {
    gap: 10px 24px;
    margin-top: 10px;
  }
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    width: 245px;
  }
  .form-input input[type=checkbox] + span {
    padding-left: 42px;
    min-height: 30px;
    font-size: 1.6rem;
  }
  .form-input input[type=checkbox] + span::before {
    width: 30px;
    height: 30px;
  }
  .form-input input[type=checkbox]:checked + span::after {
    left: 3px;
    width: 24px;
    height: 24px;
  }
}
/* ------------------------------------------- 添付ファイル - */
.form-input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6em;
}

.form-input-file > div {
  width: 100%;
}

.form-input .wpcf7-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  width: 100%;
  height: 12vw;
  color: #272727;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.2em;
  cursor: pointer;
}

.form-input input[type=file]::-webkit-file-upload-button {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 1em;
  width: 40vw;
  height: 10.6666666667vw;
  background-color: #272727;
  border-radius: 0.6666666667vw;
  border: none;
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.2em;
  cursor: pointer;
}

.form-input input[type=file]::file-selector-button {
  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;
  margin-right: 1em;
  width: 40vw;
  height: 10.6666666667vw;
  background-color: #272727;
  border-radius: 0.6666666667vw;
  border: none;
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.2em;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .form-input .wpcf7-file {
    height: 3.4722222222vw;
    font-size: 0.9722222222vw;
  }
  .form-file {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .form-file:hover {
    opacity: 0.8;
  }
  .form-input input[type=file]::-webkit-file-upload-button {
    width: 15.2777777778vw;
    height: 3.4722222222vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
  }
  .form-input input[type=file]::file-selector-button {
    width: 15.2777777778vw;
    height: 3.4722222222vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1501px) {
  .form-input .wpcf7-file {
    height: 50px;
    font-size: 1.4rem;
  }
  .form-input input[type=file]::-webkit-file-upload-button {
    width: 220px;
    height: 50px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .form-input input[type=file]::file-selector-button {
    width: 220px;
    height: 50px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- form-domain - */
.form-domain {
  margin-top: 5.3333333333vw;
}

.form-domain-ttl {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.3em;
  font-weight: 700;
  line-height: 1.4em;
}
.form-domain-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: #0071c9;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-domain-text p {
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .form-domain {
    margin-top: 2.0833333333vw;
  }
  .form-domain-text p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .form-domain {
    margin-top: 30px;
  }
  .form-domain-text p {
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- consent - */
.form-consent {
  margin-top: 5.3333333333vw;
  text-align: center;
}

.form-consent p {
  display: inline-block;
  margin-top: 4vw;
  font-size: 3.2vw;
  line-height: 1.5em;
}
.form-consent p a {
  position: relative;
  color: #0071c9;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

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

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

.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: 6.6666666667vw;
  height: 4.8vw;
  font-size: 3.2vw;
  line-height: 1.2em;
  cursor: pointer;
}

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

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

@media screen and (min-width: 751px) {
  .form-consent {
    margin-top: 2.0833333333vw;
  }
  .form-consent p {
    margin-top: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .form-consent p a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .form-consent p a:hover {
    color: #888;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 2.2222222222vw;
    height: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .form-consent input[type=checkbox] + span::before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    left: 0.2083333333vw;
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .form-consent {
    margin-top: 30px;
  }
  .form-consent p {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 32px;
    height: 20px;
    font-size: 1.4rem;
  }
  .form-consent input[type=checkbox] + span::before {
    width: 20px;
    height: 20px;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    left: 3px;
    width: 14px;
    height: 14px;
  }
}
/* ------------------------------------------- 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: 5.3333333333vw auto 0 auto;
  width: 77.3333333333vw;
  max-width: 100%;
  height: 14.6666666667vw;
  background-color: #0071c9;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 8vw;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.26);
          box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.26);
  cursor: pointer;
}

.form-submit {
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 1.7361111111vw;
    width: 31.25vw;
    height: 5.5555555556vw;
    border-width: 0.2083333333vw;
    border-radius: 2.7777777778vw;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .form-submit {
    font-size: 1.5277777778vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .form-btn:hover {
    background-color: #ffffff;
    border-color: #0071c9;
  }
  .form-btn:hover .form-submit {
    color: #0071c9;
  }
}
@media screen and (min-width: 1501px) {
  .form-btn {
    margin-top: 25px;
    width: 450px;
    height: 80px;
    border-width: 3px;
    border-radius: 40px;
  }
  .form-submit {
    font-size: 2.2rem;
  }
}
::-webkit-full-page-media,
:future,
:root .form-btn:after {
  -webkit-transition: none;
  transition: none;
}

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

/* ------------------------------------------- エラー表示 - */
.wpcf7-response-output {
  margin: 2em 0 0 0 !important;
  padding: 1em 0.5em !important;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
}

.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 #00508e !important;
}

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

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

.wpcf7-response-output {
  font-size: 2.6666666667vw !important;
  text-indent: 0.5em;
}

@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em 0.5em !important;
  }
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
  .wpcf7-response-output {
    font-size: 0.9722222222vw !important;
  }
}
@media screen and (min-width: 1501px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 1.3rem !important;
  }
  .wpcf7-response-output {
    font-size: 1.4rem !important;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- heading-1 - */
.heading-1 {
  position: relative;
  margin: 0 0 1.5em -4vw;
  padding: 0.7em 4vw;
  width: 100vw;
  background-color: #272727;
  color: #ffffff;
  font-size: 5.3333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}

@media screen and (min-width: 751px) {
  .heading-1 {
    margin-left: -3.4722222222vw;
    padding: 0.7em 3.4722222222vw;
    width: 51.3888888889vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .heading-1 {
    margin-left: -50px;
    padding: 0.7em 50px;
    width: 740px;
    font-size: 3.2rem;
  }
}
/* ------------------------------------------- heading-2 - */
.heading-2 {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  color: #ffffff;
  font-size: 4.5333333333vw;
  font-weight: 900;
  line-height: 1.4em;
}

.heading-2--bl {
  background-color: #00508e;
}

.heading-2--og {
  background-color: #ff5400;
}

@media screen and (min-width: 751px) {
  .heading-2 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .heading-2 {
    font-size: 2.4rem;
  }
}
/* ------------------------------------------- heading-3 - */
.editor h2,
.heading-3 {
  position: relative;
  margin-bottom: 1em;
  padding: 0.6em 1em 0.7em 1em;
  background-color: #F5F5F5;
  color: #ff5400;
  font-size: 4.5333333333vw;
  font-weight: 900;
  line-height: 1.33em;
}
.editor h2:before,
.heading-3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #ff5400;
}

@media screen and (min-width: 751px) {
  .editor h2,
  .heading-3 {
    font-size: 1.6666666667vw;
  }
  .editor h2:before,
  .heading-3:before {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .editor h2,
  .heading-3 {
    font-size: 2.4rem;
  }
  .editor h2:before,
  .heading-3:before {
    height: 2px;
  }
}
/* ------------------------------------------- heading-4 - */
.editor h3,
.heading-4 {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.2em;
  font-size: 4.5333333333vw;
  font-weight: 900;
  line-height: 1.33em;
}
.editor h3:before,
.heading-4:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-image: url(../img/common/circle.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .editor h3,
  .heading-4 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .editor h3,
  .heading-4 {
    font-size: 2.4rem;
  }
}
.editor h4 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 4.5333333333vw;
  font-weight: 900;
  line-height: 1.33em;
}
.editor h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #ff9600;
}

@media screen and (min-width: 751px) {
  .editor h4 {
    font-size: 1.4583333333vw;
  }
  .editor h4:before {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .editor h4 {
    font-size: 2.1rem;
  }
  .editor h4:before {
    height: 2px;
  }
}
/*  pagenation
-------------------------------------------------------------------------------*/
.page-archive-navi {
  margin: 8vw auto 0 auto;
  width: 92vw;
}

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

.pagenation {
  margin-top: 5.3333333333vw;
}

.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:nth-child(n+2) {
  margin-left: 2vw;
}

.pagenation-list li div,
.pagenation-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.3333333333vw;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.6666666667vw;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1;
}
.pagenation-list li div span,
.pagenation-list li a span {
  position: relative;
  z-index: 1;
}

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

.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.6vw;
  height: 2.4vw;
  background-image: url(../img/common/arrow-normal-bk.svg);
  background-size: contain;
}

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

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

@media screen and (min-width: 751px) {
  .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: 3.4722222222vw auto 0 auto;
    width: 44.4444444444vw;
  }
  .page-archive-navi .pagecount {
    font-size: 1.25vw;
  }
  .pagenation {
    margin: 0;
  }
  .pagenation-list li:nth-child(n+2) {
    margin-left: 0.6944444444vw;
  }
  .pagenation-list li div,
  .pagenation-list li a {
    width: 3.4722222222vw;
    height: 4.1666666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
    font-size: 1.3888888889vw;
  }
  .pagenation-list li a {
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  }
  .pagenation-list li a:hover {
    background-color: #272727;
    border-color: #272727;
    color: #ffffff;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .pagenation-prev a:hover:after,
  .pagenation-next a:hover:after {
    background-image: url(../img/common/arrow-normal-wh.svg);
  }
}
@media screen and (min-width: 1501px) {
  .page-archive-navi {
    margin-top: 50px;
    width: 640px;
  }
  .page-archive-navi .pagecount {
    font-size: 1.8rem;
  }
  .pagenation-list li:nth-child(n+2) {
    margin-left: 10px;
  }
  .pagenation-list li div,
  .pagenation-list li a {
    width: 50px;
    height: 60px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 2rem;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 8px;
    height: 12px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 13.3333333333vw auto 0 auto;
  width: 92vw;
  height: 13.3333333333vw;
}

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

.pagenavi-prev {
  left: 0;
}

.pagenavi-next {
  right: 0;
}

.pagenavi-prev a,
.pagenavi-next a,
.pagenavi-back a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
  background-color: #ffffff;
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.6666666667vw;
  font-weight: 700;
  line-height: 1em;
}

.pagenavi-prev a {
  padding-left: 2.6666666667vw;
}
.pagenavi-prev a:after {
  left: 2.6666666667vw;
}

.pagenavi-next a {
  padding-right: 2.6666666667vw;
}
.pagenavi-next a:after {
  right: 2.6666666667vw;
}

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

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

.pagenavi-next a:after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

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

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 4.8611111111vw;
    width: 37.5vw;
    height: 4.1666666667vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 6.9444444444vw;
    height: 4.1666666667vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a,
  .pagenavi-back a {
    height: 4.1666666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  }
  .pagenavi-prev a:hover,
  .pagenavi-next a:hover,
  .pagenavi-back a:hover {
    background-color: #272727;
    border-color: #272727;
    color: #ffffff;
  }
  .pagenavi-prev a {
    padding-left: 1.0416666667vw;
  }
  .pagenavi-prev a:after {
    left: 1.0416666667vw;
  }
  .pagenavi-next a {
    padding-right: 1.0416666667vw;
  }
  .pagenavi-next a:after {
    right: 1.0416666667vw;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .pagenavi-prev a:hover:after,
  .pagenavi-next a:hover:after {
    background-image: url(../img/common/arrow-normal-wh.svg);
  }
  .pagenavi-back {
    width: 20.8333333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .pagenavi {
    margin-top: 70px;
    width: 540px;
    height: 60px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 100px;
    height: 60px;
  }
  .pagenavi-prev a,
  .pagenavi-next a,
  .pagenavi-back a {
    height: 60px;
    border-width: 1px;
    border-radius: 5px;
  }
  .pagenavi-prev a {
    padding-left: 15px;
  }
  .pagenavi-prev a:after {
    left: 15px;
  }
  .pagenavi-next a {
    padding-right: 15px;
  }
  .pagenavi-next a:after {
    right: 15px;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 8px;
    height: 12px;
  }
  .pagenavi-back {
    width: 300px;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
}

.post .heading-1 {
  text-align: left;
}

.post .heading-1:has(+ .post-date) {
  margin-bottom: 2.6666666667vw;
}

.post-date {
  color: #565656;
  font-weight: 500;
  text-align: right;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

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

@media screen and (min-width: 751px) {
  .post .heading-1:has(+ .post-date) {
    margin-bottom: 1.0416666667vw;
  }
  .post .editor {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .post .heading-1:has(+ .post-date) {
    margin-bottom: 15px;
  }
  .post .editor {
    margin-top: 30px;
  }
}
/* ------------------------------------------- blog-header - */
.post-header {
  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 2.6666666667vw -4vw;
  padding: 4vw 3.3333333333vw;
  width: 100vw;
  background-color: #272727;
}

.post-header-staff {
  width: 14.9333333333vw;
  height: 14.9333333333vw;
  border-radius: 50%;
  overflow: hidden;
}
.post-header-staff img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 90/90;
}

.post-header-ttl {
  width: calc(100% - 18vw);
  color: #ffffff;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1.4em;
}

@media screen and (min-width: 751px) {
  .post-header {
    margin: 0 0 1.0416666667vw -3.4722222222vw;
    padding: 1.3888888889vw 2.0833333333vw;
    width: 51.3888888889vw;
  }
  .post-header-staff {
    width: 6.25vw;
    height: 6.25vw;
  }
  .post-header-ttl {
    width: calc(100% - 8.3333333333vw);
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .post-header {
    margin: 0 0 15px -50px;
    padding: 20px 30px;
    width: 740px;
  }
  .post-header-staff {
    width: 90px;
    height: 90px;
  }
  .post-header-ttl {
    width: calc(100% - 120px);
    font-size: 3.2rem;
  }
}
/* ------------------------------------------- phrase - */
.post-phrase p {
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
.post-phrase p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff66));
  background: linear-gradient(transparent 70%, #ffff66 70%);
}

.post-phrase-banner {
  margin: 1.5em 0;
}

.post-phrase-banner a {
  display: block;
}

@media screen and (min-width: 751px) {
  .post-phrase p {
    line-height: 1.75em;
  }
}
/* ------------------------------------------- author - */
.post-author {
  position: relative;
  margin-top: 8vw;
  padding: 6.6666666667vw;
  background-color: #cff2ff;
  border-radius: 1.3333333333vw;
}
.post-author:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2.6666666667vw);
  height: calc(100% - 2.6666666667vw);
  border-color: #116cb0;
  border-style: dotted;
  border-width: 0.2666666667vw;
  border-radius: inherit;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.post-author-image {
  position: relative;
  margin: 0 auto 4.6666666667vw auto;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  overflow: hidden;
}
.post-author-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 180/180;
}

.post-author-content {
  position: relative;
  text-align: center;
}

.post-author-shop {
  display: inline-block;
  padding: 0.2em 0.3em 0.3em 0.3em;
  margin-bottom: 0.5em;
  color: #ffffff;
  font-weight: 700;
  line-height: 1em;
}

.post-author-shop--toyota {
  background-color: #ff5400;
}

.post-author-shop--miyoshi {
  background-color: #5fb071;
}

.post-author-shop--anjo {
  background-color: #00508e;
}

.post-author-name {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.4em;
}

.post-author-name + .post-author-comment {
  margin-top: 1.5em;
}

.post-author-comment {
  text-align: center;
}
.post-author-comment dt {
  position: relative;
  display: inline-block;
  margin-bottom: 0.8em;
  padding: 0 1.2em;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}
.post-author-comment dt:before, .post-author-comment dt:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.8em;
  height: 0.8em;
  background-color: #0071c9;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-author-comment dt:before {
  left: 0;
}
.post-author-comment dt:after {
  right: 0;
}
.post-author-comment dd,
.post-author-comment p {
  text-align: left;
  line-height: 1.6em;
}

.post-author-btn {
  margin-top: 3.3333333333vw;
  text-align: right;
}

@media screen and (min-width: 751px) {
  .post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.4722222222vw;
    padding: 2.7777777778vw;
    border-radius: 0.6944444444vw;
  }
  .post-author:before {
    width: calc(100% - 1.3888888889vw);
    height: calc(100% - 1.3888888889vw);
    border-width: 0.0694444444vw;
  }
  .post-author:has(.post-author-comment) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .post-author-image {
    margin: 0;
    width: 12.5vw;
    height: 12.5vw;
  }
  .post-author-content {
    width: calc(100% - 14.5833333333vw);
    text-align: left;
  }
  .post-author-name {
    font-size: 1.6666666667vw;
  }
  .post-author-comment {
    text-align: left;
  }
  .post-author-btn {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .post-author {
    margin-top: 50px;
    padding: 40px;
    border-radius: 10px;
  }
  .post-author:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-width: 1px;
  }
  .post-author-image {
    width: 180px;
    height: 180px;
  }
  .post-author-content {
    width: calc(100% - 210px);
  }
  .post-author-name {
    font-size: 2.4rem;
  }
  .post-author-btn {
    margin-top: 15px;
  }
}
/*  term-menu
-------------------------------------------------------------------------------*/
.term {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.6666666667vw;
  margin-bottom: 8vw;
}

.term dl {
  width: 100%;
}

.term-heading {
  position: relative;
  padding-left: 5.6vw;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.4em;
}
.term-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4.2666666667vw;
  height: 3.8666666667vw;
  background-image: url(../img/common/folder.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term dd {
  padding-top: 1.5em;
}

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

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

.term-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em;
  height: 9.3333333333vw;
  background-color: #ffffff;
  border-color: #00508e;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.0666666667vw;
  color: #272727;
  font-size: 3.0666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}
.term-menu a:before {
  content: "";
  position: absolute;
  top: 0.8vw;
  left: 0.8vw;
  width: 100%;
  height: 100%;
  background-color: #00508e;
  border-radius: inherit;
  z-index: -1;
}

.term-open dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16vw 0 4vw;
  background-color: #00508e;
  height: 13.3333333333vw;
  cursor: pointer;
  color: #ffffff;
}
.term-open dt:before {
  content: none;
}
.term-open dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  display: inline-block;
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../img/term/plus.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term-open dt.is-open:after {
  background-image: url(../img/term/minus.svg);
}

.term-open dd {
  display: none;
}

@media screen and (min-width: 751px) {
  .term {
    gap: 1.7361111111vw;
    margin-bottom: 3.4722222222vw;
  }
  .term-heading {
    padding-left: 2.2222222222vw;
    font-size: 1.6666666667vw;
  }
  .term-heading:before {
    width: 1.6666666667vw;
    height: 1.5277777778vw;
  }
  .term-menu {
    gap: 0.6944444444vw 0.8333333333vw;
  }
  .term-menu > li {
    width: 10.4861111111vw;
  }
  .term-menu a {
    height: 3.75vw;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .term-menu a:before {
    top: 0.2777777778vw;
    left: 0.2777777778vw;
  }
  .term-menu a:hover {
    background-color: #ededed;
  }
  .term-open dt {
    padding: 0 6.9444444444vw 0 1.6666666667vw;
    height: 4.8611111111vw;
  }
  .term-open dt:after {
    right: 2.0833333333vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .term {
    gap: 25px;
    margin-bottom: 50px;
  }
  .term-heading {
    padding-left: 32px;
    font-size: 2.4rem;
  }
  .term-heading:before {
    width: 24px;
    height: 22px;
  }
  .term-menu {
    gap: 10px 12px;
  }
  .term-menu > li {
    width: 151px;
  }
  .term-menu a {
    height: 54px;
    border-width: 2px;
    border-radius: 4px;
    font-size: 1.6rem;
  }
  .term-menu a:before {
    top: 4px;
    left: 4px;
  }
  .term-open dt {
    padding: 0 100px 0 24px;
    height: 70px;
  }
  .term-open dt:after {
    right: 30px;
    width: 24px;
    height: 24px;
  }
}
/*  event --> archive
-------------------------------------------------------------------------------*/
.event-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw;
}

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

@media screen and (min-width: 751px) {
  .event-post {
    gap: 3.4722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .event-post {
    gap: 50px;
  }
}
/*  event --> single
-------------------------------------------------------------------------------*/
.sub--event .sub-content:has(.form) {
  padding-bottom: 0 !important;
}

.s-event-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.6666666667vw;
}

.s-event-image > div {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .s-event-image {
    gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .s-event-image {
    gap: 30px;
  }
}
/* ------------------------------------------- data - */
.s-event-data {
  margin-top: 6.6666666667vw;
}

.s-event-data > dl {
  background-color: #ffffff;
  border-color: #616161;
  border-style: solid;
  border-width: 0.5333333333vw;
}

.s-event-data > dl:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

.s-event-data > dl > 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;
  padding: 0.5em 1em;
  background-color: #616161;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4em;
}

.s-event-data > dl > dd {
  padding: 1em 1.5em;
  text-align: center;
  line-height: 1.75em;
}

.s-event-data > dl > dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}

.s-event-data > dl > dd ul li {
  padding: 0.5em 0.75em 0.6em 0.75em;
  background-color: #ccc;
  border-radius: 0.6666666667vw;
  font-weight: 700;
  line-height: 1.2em;
}

.map-btn {
  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;
  margin-left: 1em;
  padding: 0.2em 0.5em;
  background-color: #ff5400;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.1em;
}

@media screen and (min-width: 751px) {
  .s-event-data {
    margin-top: 3.4722222222vw;
    border-width: 0.1388888889vw;
  }
  .s-event-data > dl {
    border-width: 0.1388888889vw;
  }
  .s-event-data > dl:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .s-event-data > dl > dt {
    font-size: 1.4583333333vw;
  }
  .s-event-data > dl > dd ul li {
    border-radius: 0.3472222222vw;
  }
  .map-btn {
    font-size: 1.0416666667vw;
    border-radius: 0.3472222222vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .map-btn:hover {
    background-color: #272727;
  }
}
@media screen and (min-width: 1501px) {
  .s-event-data {
    margin-top: 50px;
    border-width: 2px;
  }
  .s-event-data > dl {
    border-width: 2px;
  }
  .s-event-data > dl:nth-child(n+2) {
    margin-top: 30px;
  }
  .s-event-data > dl > dt {
    font-size: 2.1rem;
  }
  .s-event-data > dl > dd ul li {
    border-radius: 5px;
  }
  .map-btn {
    font-size: 1.5rem;
    border-radius: 5px;
  }
}
/*  works --> artive
-------------------------------------------------------------------------------*/
.works-pickup {
  position: relative;
  margin-bottom: 8vw;
}

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

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

@media screen and (max-width: 750px) {
  .works-post {
    margin-left: auto;
    margin-right: auto;
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .works-pickup {
    margin-bottom: 3.4722222222vw;
  }
  .works-post {
    gap: 1.5277777778vw 1.3888888889vw;
  }
  .works-post .p-works {
    width: 21.5277777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .works-pickup {
    margin-bottom: 50px;
  }
  .works-post {
    gap: 22px 20px;
  }
  .works-post .p-works {
    width: 310px;
  }
}
/* ------------------------------------------- term - */
.works-term {
  margin: 0 auto 4.6666666667vw auto;
  width: 53.3333333333vw;
}

@media screen and (min-width: 751px) {
  .works-term {
    margin: 0 auto 2.0833333333vw auto;
    width: 25vw;
  }
}
@media screen and (min-width: 1501px) {
  .works-term {
    margin: 0 auto 30px auto;
    width: 360px;
  }
}
/* ------------------------------------------- shop - */
.works-shop {
  position: relative;
  margin: 0 auto;
  width: 85.3333333333vw;
}

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

.works-shop-heading {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  font-size: 1.375em;
  font-weight: 900;
  line-height: 1.4em;
}
.works-shop-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.6666666667vw;
  background-color: #0071c9;
}

@media screen and (min-width: 751px) {
  .works-shop {
    width: 43.0555555556vw;
  }
  .works-shop-image {
    margin-bottom: 2.0833333333vw;
    border-radius: 0.2777777778vw;
  }
  .works-shop-heading:after {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .works-shop {
    width: 620px;
  }
  .works-shop-image {
    margin-bottom: 30px;
    border-radius: 4px;
  }
  .works-shop-heading:after {
    height: 3px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
.s-works-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 640/450;
}

/* ------------------------------------------- data - */
.s-works-data {
  margin-top: 6vw;
}

.s-works-data > dl {
  background-color: #ffffff;
  border-color: #616161;
  border-style: solid;
  border-width: 0.5333333333vw;
}

.s-works-data > dl:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

.s-works-data > dl > 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;
  padding: 0.5em 1em;
  background-color: #616161;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4em;
}

.s-works-data > dl > dd {
  padding: 1em 1.5em;
  line-height: 1.75em;
}

.s-works-data > dl > dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}

.s-works-data > dl > dd ul li {
  padding: 0.5em 0.75em 0.6em 0.75em;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
}

.s-works-data--const {
  margin-bottom: 0.5em;
}

.s-works-data--const > li {
  background-color: #EA5515;
}

.s-works-data--taste > li {
  background-color: #89C997;
}

@media screen and (min-width: 751px) {
  .s-works-data {
    margin-top: 2.4305555556vw;
    border-width: 0.1388888889vw;
  }
  .s-works-data > dl {
    border-width: 0.1388888889vw;
  }
  .s-works-data > dl:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .s-works-data > dl > dt {
    font-size: 1.4583333333vw;
  }
  .s-works-data > dl > dd ul li {
    border-radius: 0.3472222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .s-works-data {
    margin-top: 35px;
    border-width: 2px;
  }
  .s-works-data > dl {
    border-width: 2px;
  }
  .s-works-data > dl:nth-child(n+2) {
    margin-top: 30px;
  }
  .s-works-data > dl > dt {
    font-size: 2.1rem;
  }
  .s-works-data > dl > dd ul li {
    border-radius: 5px;
  }
}
/* ------------------------------------------- btn - */
.s-works-btn {
  text-align: center;
}

.s-works-btn-label {
  position: relative;
  display: inline-block;
  margin-bottom: 4vw;
  padding: 0 8.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.s-works-btn-label:before, .s-works-btn-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.5333333333vw;
  height: 100%;
  background-color: #ff5400;
}
.s-works-btn-label:before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.s-works-btn-label:after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.s-works-btn-label span {
  color: #ff5400;
}

@media screen and (min-width: 751px) {
  .s-works-btn-label {
    margin-bottom: 1.3888888889vw;
    padding: 0 3.4722222222vw;
    font-size: 1.25vw;
  }
  .s-works-btn-label:before, .s-works-btn-label:after {
    width: 0.1388888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .s-works-btn-label {
    margin-bottom: 20px;
    padding: 0 50px;
    font-size: 1.8rem;
  }
  .s-works-btn-label:before, .s-works-btn-label:after {
    width: 2px;
  }
}
/* ------------------------------------------- gallery - */
.s-works-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}

.s-works-gallery-item {
  width: 44vw;
}

.s-works-gallery-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 305/230;
}

.s-works-gallery-text {
  margin-top: 0.5em;
}

@media screen and (min-width: 751px) {
  .s-works-gallery {
    gap: 2.0833333333vw;
  }
  .s-works-gallery-item {
    width: 21.1805555556vw;
  }
}
@media screen and (min-width: 1501px) {
  .s-works-gallery {
    gap: 30px;
  }
  .s-works-gallery-item {
    width: 305px;
  }
}
/* ------------------------------------------- before - */
.s-works-before-main {
  position: relative;
  margin-bottom: 4vw;
  width: 100%;
  height: 53.3333333333vw;
  background-size: contain;
  background-position: center top;
}

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

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

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

@media screen and (min-width: 751px) {
  .s-works-before-main {
    margin-bottom: 1.3888888889vw;
    height: 24.3055555556vw;
  }
  .s-works-before-thumb {
    gap: 1.0416666667vw 1.1111111111vw;
  }
  .s-works-before-thumb li {
    width: 10.2777777778vw;
    height: 6.9444444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .s-works-before-main {
    margin-bottom: 20px;
    height: 350px;
  }
  .s-works-before-thumb {
    gap: 15px 16px;
  }
  .s-works-before-thumb li {
    width: 148px;
    height: 100px;
  }
}
/* ------------------------------------------- floorplan - */
.s-works-floorplan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4vw;
}

.s-works-floorplan > div {
  width: 44vw;
}
.s-works-floorplan > div img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 305/230;
}

@media screen and (min-width: 751px) {
  .s-works-floorplan {
    gap: 2.0833333333vw;
  }
  .s-works-floorplan > div {
    width: 21.1805555556vw;
  }
}
@media screen and (min-width: 1501px) {
  .s-works-floorplan {
    gap: 30px;
  }
  .s-works-floorplan > div {
    width: 305px;
  }
}
/* ------------------------------------------- comment - */
.heading-2 + .post-author {
  margin-top: 0;
}

/* ------------------------------------------- related - */
.s-works-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}

.s-works-related > li {
  width: 100%;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .s-works-related > li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .s-works-related > li a:hover {
    color: #ff5400;
  }
}
/*  voice --> common
-------------------------------------------------------------------------------*/
.voice-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-voice {
  width: 100%;
  border-top-color: #d5d5d5;
  border-top-style: solid;
  border-top-width: 0.8vw;
}

.p-voice:last-child {
  border-bottom-color: #d5d5d5;
  border-bottom-style: solid;
  border-bottom-width: 0.8vw;
}

.p-voice 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: 4vw 0;
}

.p-voice-score {
  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: 21.3333333333vw;
  height: 21.3333333333vw;
  background-color: #ffffff;
  border-color: #ff5400;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 50%;
}
.p-voice-score p {
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}
.p-voice-score p:nth-child(1) {
  margin-bottom: 0.5em;
}
.p-voice-score p:nth-child(2) {
  color: #ff2400;
}
.p-voice-score p:nth-child(2) span {
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 2.2em;
}

.p-voice-content {
  width: 100%;
}

.p-voice a:has(.p-voice-score) .p-voice-content {
  width: calc(100% - 25.3333333333vw);
}

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

.p-voice-data {
  margin-top: 0.7em;
  font-weight: 700;
  line-height: 1.6em;
}

.p-voice-btn {
  text-align: right;
}

@media screen and (min-width: 751px) {
  .p-voice {
    border-top-width: 0.2083333333vw;
  }
  .p-voice:last-child {
    border-bottom-width: 0.2083333333vw;
  }
  .p-voice a {
    padding: 2.0833333333vw 1.0416666667vw;
  }
  .p-voice-score {
    width: 7.6388888889vw;
    height: 7.6388888889vw;
    border-width: 0.2777777778vw;
  }
  .p-voice a:has(.p-voice-score) .p-voice-content {
    width: calc(100% - 9.7222222222vw);
  }
  .p-voice-ttl {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1501px) {
  .p-voice {
    border-top-width: 3px;
  }
  .p-voice:last-child {
    border-bottom-width: 3px;
  }
  .p-voice a {
    padding: 30px 15px 25px 15px;
  }
  .p-voice-score {
    width: 110px;
    height: 110px;
    border-width: 4px;
  }
  .p-voice a:has(.p-voice-score) .p-voice-content {
    width: calc(100% - 140px);
  }
  .p-voice-ttl {
    font-size: 1.8rem;
  }
}
/*  voice --> single
-------------------------------------------------------------------------------*/
.s-voice-image {
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 1px;
}
.s-voice-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 638/451;
}

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

.s-voice-box {
  margin-top: 6.6666666667vw;
  padding: 4vw;
  background-color: #FFF5E6;
}

.s-voice-score dt {
  margin-bottom: 0.5em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}
.s-voice-score dd {
  color: #ff2400;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
}
.s-voice-score dd span {
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 3.2em;
}

.s-voice-name {
  margin-top: 1em;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.s-voice-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw;
  margin-top: 10.6666666667vw;
  counter-reset: cnt;
}
.s-voice-faq dl {
  position: relative;
  width: 100%;
  border-color: #FEF2EA;
  border-style: solid;
  border-width: 1px;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
}
.s-voice-faq dl:before {
  counter-increment: cnt;
  content: "Q" counter(cnt, decimal);
  position: absolute;
  top: -6.6666666667vw;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 6.6666666667vw;
  background-color: #ff5400;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.s-voice-faq dt {
  margin-bottom: 1em;
  padding: 0.7em 4vw;
  background-color: #FEF2EA;
  color: #EE7835;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.s-voice-faq dd {
  padding: 0 4vw 4vw 4vw;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .s-voice-image {
    border-width: 0.0694444444vw;
  }
  .s-voice-box {
    margin-top: 3.4722222222vw;
    padding: 2.0833333333vw;
  }
  .s-voice-score dt {
    font-size: 1.6666666667vw;
  }
  .s-voice-score dd {
    font-size: 1.6666666667vw;
  }
  .s-voice-name {
    font-size: 1.3888888889vw;
  }
  .s-voice-faq {
    gap: 5.5555555556vw;
    margin-top: 5.5555555556vw;
  }
  .s-voice-faq dl {
    border-width: 0.0694444444vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  }
  .s-voice-faq dl:before {
    top: -2.5vw;
    width: 6.9444444444vw;
    height: 2.5vw;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
    font-size: 1.3888888889vw;
  }
  .s-voice-faq dt {
    padding: 0.7em 1.3888888889vw;
    font-size: 1.25vw;
  }
  .s-voice-faq dd {
    padding: 0 1.3888888889vw 1.3888888889vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .s-voice-image {
    border-width: 1px;
  }
  .s-voice-box {
    margin-top: 50px;
    padding: 30px;
  }
  .s-voice-score dt {
    font-size: 2.4rem;
  }
  .s-voice-score dd {
    font-size: 2.4rem;
  }
  .s-voice-name {
    font-size: 2rem;
  }
  .s-voice-faq {
    gap: 80px;
    margin-top: 80px;
  }
  .s-voice-faq dl {
    border-width: 1px;
    border-radius: 0 0 10px 10px;
  }
  .s-voice-faq dl:before {
    top: -36px;
    width: 100px;
    height: 36px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
  }
  .s-voice-faq dt {
    padding: 0.7em 20px;
    font-size: 1.8rem;
  }
  .s-voice-faq dd {
    padding: 0 20px 20px 20px;
  }
}
/*  lineup --> arichive
-------------------------------------------------------------------------------*/
.lineup-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw;
}

.lineup-term {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .lineup-terms {
    gap: 4.1666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .lineup-terms {
    gap: 60px;
  }
}
/* ------------------------------------------- search - */
.lineup-search {
  position: relative;
  margin-bottom: 8vw;
}

.lineup-search h4 {
  position: relative;
  margin-top: 0 !important;
  padding-left: 5.6vw;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.4em;
}
.lineup-search h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4.2666666667vw;
  height: 3.8666666667vw;
  background-image: url(../img/common/folder.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lineup-search form > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw;
}

.lineup-search form > ul > li {
  width: 100%;
}

.lineup-search form > ul > li:not(.sf-field-submit) {
  padding: 0 !important;
}

.lineup-search form > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw 2.8vw;
}

.lineup-search form > ul > li > ul > li {
  padding: 0;
  width: 28.8vw;
}

.lineup-search form > ul > li > ul > li label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.5em !important;
  height: 9.3333333333vw;
  background-color: #ffffff;
  border-color: #00508e;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.0666666667vw;
  color: #272727;
  font-size: 3.0666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.16em;
  cursor: pointer;
}
.lineup-search form > ul > li > ul > li label span {
  display: block;
  font-size: 2.6666666667vw;
}
.lineup-search form > ul > li > ul > li label:before {
  content: "";
  position: absolute;
  top: 0.8vw;
  left: 0.8vw;
  width: 100%;
  height: 100%;
  background-color: #00508e;
  border-radius: inherit;
  z-index: -1;
}

.lineup-search form > ul > li > ul > li label span {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 0.8em;
}

.lineup-search .sf-option-active label {
  background-color: #00508e;
  border-color: #00508e;
  color: #ffffff;
}

.lineup-search .sf-input-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 751px) {
  .lineup-search {
    margin-bottom: 4.8611111111vw;
  }
  .lineup-search h4 {
    padding-left: 2.2222222222vw;
    font-size: 1.6666666667vw;
  }
  .lineup-search h4:before {
    width: 1.6666666667vw;
    height: 1.5277777778vw;
  }
  .lineup-search form > ul {
    gap: 2.0833333333vw;
  }
  .lineup-search form > ul > li > ul {
    gap: 0.6944444444vw 0.8333333333vw;
  }
  .lineup-search form > ul > li > ul > li {
    width: 10.4861111111vw;
  }
  .lineup-search form > ul > li > ul > li label {
    height: 3.75vw;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .lineup-search form > ul > li > ul > li label span {
    font-size: 0.9722222222vw;
  }
  .lineup-search form > ul > li > ul > li label:before {
    top: 0.2777777778vw;
    left: 0.2777777778vw;
  }
  .lineup-search form > ul > li > ul > li label:hover {
    background-color: #ededed;
    color: #272727 !important;
  }
}
@media screen and (min-width: 1501px) {
  .lineup-search {
    margin-bottom: 70px;
  }
  .lineup-search h4 {
    padding-left: 32px;
    font-size: 2.4rem;
  }
  .lineup-search h4:before {
    width: 24px;
    height: 22px;
  }
  .lineup-search form > ul {
    gap: 30px;
  }
  .lineup-search form > ul > li > ul {
    gap: 10px 12px;
  }
  .lineup-search form > ul > li > ul > li {
    width: 151px;
  }
  .lineup-search form > ul > li > ul > li label {
    height: 54px;
    border-width: 2px;
    border-radius: 4px;
    font-size: 1.6rem;
  }
  .lineup-search form > ul > li > ul > li label span {
    font-size: 1.4rem;
  }
  .lineup-search form > ul > li > ul > li label:before {
    top: 4px;
    left: 4px;
  }
}
.lineup-search--ecocute [class^=sf-field-taxonomy-gas-capacity],
.lineup-search--ecocute [class^=sf-field-taxonomy-gas-function],
.lineup-search--ecocute [class^=sf-field-taxonomy-bathroom-maker],
.lineup-search--ecocute [class^=sf-field-taxonomy-bathroom-price] {
  display: none;
  margin: 0 !important;
}

.lineup-search--gas [class^=sf-field-taxonomy-ecocute-capacity],
.lineup-search--gas [class^=sf-field-taxonomy-ecocute-function],
.lineup-search--gas [class^=sf-field-taxonomy-bathroom-maker],
.lineup-search--gas [class^=sf-field-taxonomy-bathroom-price] {
  display: none;
  margin: 0 !important;
}

.lineup-search--system-bath [class^=sf-field-taxonomy-gas-capacity],
.lineup-search--system-bath [class^=sf-field-taxonomy-gas-function],
.lineup-search--system-bath [class^=sf-field-taxonomy-ecocute-capacity],
.lineup-search--system-bath [class^=sf-field-taxonomy-ecocute-function] {
  display: none;
  margin: 0 !important;
}

/*  lineup --> single
-------------------------------------------------------------------------------*/
.sub--menu-single:has(.menu-works) .form,
.sub--menu-single:has(.menu-lineup) .form {
  margin-top: 0;
}

.sub--menu-single .post:has(.post-inquiry) + .sec-item {
  margin-top: 0;
}

.s-menu {
  background-color: #ffffff;
}

.s-menu .post .heading-1 {
  margin-bottom: 0.8em;
}

.s-menu-model {
  margin-bottom: 1em;
  line-height: 1.5em;
}

.s-menu-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.s-menu-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 640/620;
}

@media screen and (min-width: 751px) {
  .s-menu-image {
    margin-bottom: 2.7777777778vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .s-menu-image {
    margin-bottom: 40px;
    border-radius: 4px;
  }
}
/* ------------------------------------------- categories - */
.s-menu-categories {
  margin-top: 4vw;
}

.s-menu-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.3333333333vw;
}

.s-menu-categories ul:nth-child(n+2) {
  margin-top: 1.3333333333vw;
}

.s-menu-categories ul > li {
  margin-left: 1.3333333333vw;
  width: calc(50% - 1.3333333333vw);
}

.s-menu-categories ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0.1em;
  width: calc(33.33333% - 1.3333333333vw);
  height: 10.6666666667vw;
  background-color: #e8e8e8;
  border-radius: 0.6666666667vw;
  color: #b8b8b8;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.4em;
}
.s-menu-categories ul > li span {
  font-size: 2.6666666667vw;
  line-height: 1.2em;
}

.s-menu-categories ul > li.current {
  background-color: #00508e;
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  .s-menu-categories {
    margin-top: 1.7361111111vw;
  }
  .s-menu-categories ul {
    margin-left: -0.6944444444vw;
  }
  .s-menu-categories ul:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .s-menu-categories ul > li {
    margin-left: 0.6944444444vw;
    width: calc(33.33333% - 0.6944444444vw);
    height: 4.1666666667vw;
    border-radius: 0.3472222222vw;
    font-size: 1.25vw;
  }
  .s-menu-categories ul > li span {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .s-menu-categories {
    margin-top: 25px;
  }
  .s-menu-categories ul {
    margin-left: -10px;
  }
  .s-menu-categories ul:nth-child(n+2) {
    margin-top: 10px;
  }
  .s-menu-categories ul > li {
    margin-left: 10px;
    width: calc(33.33333% - 10px);
    height: 60px;
    border-radius: 5px;
    font-size: 1.8rem;
  }
  .s-menu-categories ul > li span {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- works - */
.menu-works {
  padding-bottom: 10.6666666667vw;
  background-color: #fff5d4;
}

@media screen and (min-width: 751px) {
  .menu-works {
    padding-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1501px) {
  .menu-works {
    padding-bottom: 80px;
  }
}
/* ------------------------------------------- lineup - */
.menu-lineup {
  padding-bottom: 10.6666666667vw;
  background-color: #fde7d6;
}

.lineup-slide {
  position: relative;
}
.lineup-slide:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 105%;
  width: 25vw;
  height: calc(100% + 1em);
  background-color: #fde7d6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.lineup-slide .p-lineup {
  left: 6vw;
  margin-right: 12vw;
  width: 88vw;
}

.lineup-slide .p-lineup:last-child {
  margin-right: 0;
}

@media screen and (min-width: 751px) {
  .menu-lineup {
    padding-bottom: 5.5555555556vw;
  }
  .lineup-slide .p-lineup {
    left: 1.7361111111vw;
    margin-right: 3.4722222222vw;
    width: 44.4444444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .menu-lineup {
    padding-bottom: 80px;
  }
  .lineup-slide .p-lineup {
    left: 25px;
    margin-right: 50px;
    width: 640px;
  }
}
/*  staff --> artive
-------------------------------------------------------------------------------*/
.staff:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}

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

.staff-post .p-staff {
  width: 44.6666666667vw;
}

.staff-post .p-staff a {
  display: block;
}

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

.p-staff-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.1em;
  z-index: 1;
}

.p-staff-label--toyota {
  background-color: #ff5400;
}

.p-staff-label--miyoshi {
  background-color: #5fb071;
}

.p-staff-label--anjo {
  background-color: #565656;
}

.p-staff-ttl {
  margin-bottom: 0.5em;
}

.p-staff-position {
  margin-bottom: 0.5em;
  color: #ff5400;
  text-align: center;
  line-height: 1.2em;
}

.p-staff-name {
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

.p-staff-shikaku {
  margin-top: 0.5em;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .staff:nth-of-type(n + 2) {
    margin-top: 5.5555555556vw;
  }
  .staff-post {
    gap: 4.1666666667vw 2.0833333333vw;
  }
  .staff-post .p-staff {
    width: 21.1805555556vw;
  }
  .p-staff-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.2777777778vw;
  }
  .p-staff a:hover .p-staff-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-staff-label {
    font-size: 1.0416666667vw;
  }
  .p-staff-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;
    gap: 0.75em;
  }
  .p-staff-position {
    margin: 0;
    text-align: left;
  }
  .p-staff-name {
    font-size: 1.5277777778vw;
  }
  .p-staff-shikaku {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .staff:nth-of-type(n + 2) {
    margin-top: 80px;
  }
  .staff-post {
    gap: 60px 30px;
  }
  .staff-post .p-staff {
    width: 305px;
  }
  .p-staff-image {
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .p-staff-label {
    font-size: 1.5rem;
  }
  .p-staff-name {
    font-size: 2.2rem;
  }
  .p-staff-shikaku {
    font-size: 1.5rem;
  }
}
/* staff -->single
-------------------------------------------------------------------------------*/
.s-staff .heading-3 {
  margin-bottom: 0.5em;
}

.s-staff-image {
  position: relative;
  margin: 0 auto 6.6666666667vw auto;
  width: 61.3333333333vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.s-staff-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 242/280;
}

.s-staff-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-staff-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  width: 100%;
  border-bottom-color: #d5d5d5;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.s-staff-data dl dt {
  width: 26.6666666667vw;
  font-weight: 700;
  line-height: 1.6em;
}
.s-staff-data dl dd {
  width: calc(100% - 30.6666666667vw);
  line-height: 1.6em;
}

.s-staff-message {
  margin-top: 6.6666666667vw;
  padding: 5.3333333333vw 4.2666666667vw;
  background-color: #FEF3EA;
}
.s-staff-message .heading-4 {
  margin-bottom: 0.5em;
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 751px) {
  .s-staff-image {
    margin: 0 auto 3.4722222222vw auto;
    width: 21.1805555556vw;
    border-radius: 0.2777777778vw;
  }
  .s-staff-data dl {
    border-bottom-width: 0.0694444444vw;
  }
  .s-staff-data dl dt {
    width: 11.1111111111vw;
  }
  .s-staff-data dl dd {
    width: calc(100% - 12.5vw);
  }
  .s-staff-message {
    margin-top: 2.7777777778vw;
    padding: 2.0833333333vw 2.7777777778vw;
  }
  .s-staff-message .heading-4 {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .s-staff-image {
    margin: 0 auto 50px auto;
    width: 305px;
    border-radius: 4px;
  }
  .s-staff-data dl {
    border-bottom-width: 1px;
  }
  .s-staff-data dl dt {
    width: 160px;
  }
  .s-staff-data dl dd {
    width: calc(100% - 180px);
  }
  .s-staff-message {
    margin-top: 40px;
    padding: 30px 40px;
  }
  .s-staff-message .heading-4 {
    font-size: 2rem;
  }
}
/* ------------------------------------------- works - */
.staff-works {
  padding-bottom: 10.6666666667vw;
  background-color: #fff5d4;
}

@media screen and (min-width: 751px) {
  .staff-works {
    padding-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1501px) {
  .staff-works {
    padding-bottom: 80px;
  }
}