@charset "UTF-8";
/*! =====================================
KV
=====================================*/
.kv {
  position: relative;
}
.kv .wp-block-breadcrumbs {
  margin-top: min(0.7320644217vw, 10px);
  max-width: min(97.0717423133vw, 1326px);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 750px) {
  .kv .wp-block-breadcrumbs {
    display: none;
  }
}
.kv .wp-block-breadcrumbs a {
  text-decoration: none;
  color: #252413;
}
.kv_subttl.wp-block-paragraph:not(:has(+ .kv_lead)) {
  margin-top: min(0.5856515373vw, 8px);
  padding-bottom: min(5.4172767204vw, 74px);
}
@media print, screen and (max-width: 750px) {
  .kv_subttl.wp-block-paragraph:not(:has(+ .kv_lead)) {
    margin-top: min(1.0666666667vw, 8px);
    padding-bottom: min(13.3333333333vw, 100px);
  }
}
.kv_subttl.wp-block-paragraph:has(+ .kv_lead) {
  margin-top: min(0.5856515373vw, 8px);
  padding-bottom: min(3.513909224vw, 48px);
}
@media print, screen and (max-width: 750px) {
  .kv_subttl.wp-block-paragraph:has(+ .kv_lead) {
    margin-top: min(1.0666666667vw, 8px);
    padding-bottom: min(13.3333333333vw, 100px);
  }
}
.kv_lead {
  padding-bottom: min(4.39238653vw, 60px);
}
.kv_bg {
  height: min(5.8565153734vw, 80px);
  background-image: url("../../assets/img/common/bg-kv-move.svg");
  background-position: 0 bottom;
  background-repeat: repeat-x;
  -webkit-animation: kvMove 14.4s linear 1;
          animation: kvMove 14.4s linear 1;
}
@media print, screen and (max-width: 750px) {
  .kv_bg {
    height: min(5.8666666667vw, 44px);
    background-size: 100%;
    -webkit-animation: none;
            animation: none;
    margin-top: min(6.4vw, 48px);
  }
}
.kv_bg-mtl {
  position: absolute;
  bottom: min(2.635431918vw, 36px);
  left: min(2.9282576867vw, 40px);
  width: min(18.3016105417vw, 250px);
}
@media print, screen and (max-width: 750px) {
  .kv_bg-mtl {
    bottom: min(1.3333333333vw, 10px);
    left: min(2.4vw, 18px);
    width: min(27.7333333333vw, 208px);
  }
}
.kv_bg-mtr {
  position: absolute;
  bottom: min(2.635431918vw, 36px);
  right: 0;
  width: min(29.2825768668vw, 400px);
}
@media print, screen and (max-width: 750px) {
  .kv_bg-mtr {
    bottom: min(1.0666666667vw, 8px);
    right: max(-7.4666666667vw, -56px);
    width: min(46vw, 345px);
  }
}
.kv_bg-orange {
  position: absolute;
  bottom: max(-1.2445095168vw, -17px);
  right: min(11.5666178624vw, 158px);
  width: min(4.0263543192vw, 55px);
  -webkit-animation: walk 1.8s steps(1, end) 8;
          animation: walk 1.8s steps(1, end) 8;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 1;
}
@media print, screen and (max-width: 750px) {
  .kv_bg-orange {
    bottom: max(-9.3333333333vw, -70px);
    right: min(6.6666666667vw, 50px);
    width: min(7.6vw, 57px);
  }
}
.kv_bg-yellow {
  position: absolute;
  bottom: max(-0.3660322108vw, -5px);
  right: min(15.7393850659vw, 215px);
  width: min(7.1010248902vw, 97px);
  -webkit-animation: walk 1.8s steps(1, end) 8;
          animation: walk 1.8s steps(1, end) 8;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  z-index: 1;
}
@media print, screen and (max-width: 750px) {
  .kv_bg-yellow {
    bottom: max(-6.1333333333vw, -46px);
    right: min(14.5333333333vw, 109px);
    width: min(13.3333333333vw, 100px);
  }
}
.kv + .wp-block-cover {
  padding: min(4.6852122987vw, 64px) 0 min(26.3543191801vw, 360px);
  margin-top: -1px;
}
@media print, screen and (max-width: 750px) {
  .kv + .wp-block-cover {
    padding: min(16vw, 120px) 0 min(48vw, 360px);
  }
}

@-webkit-keyframes kvMove {
  from {
    background-position: -300px bottom;
  }
  to {
    background-position: 0 bottom;
  }
}

@keyframes kvMove {
  from {
    background-position: -300px bottom;
  }
  to {
    background-position: 0 bottom;
  }
}
@-webkit-keyframes walk {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(1px, -2px) rotate(1deg);
            transform: translate(1px, -2px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes walk {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(1px, -2px) rotate(1deg);
            transform: translate(1px, -2px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes walk2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scaleX(1);
            transform: translate(0, 0) rotate(0deg) scaleX(1);
  }
  20% {
    -webkit-transform: translate(1px, -2px) rotate(1deg) scaleX(1);
            transform: translate(1px, -2px) rotate(1deg) scaleX(1);
  }
  30% {
    -webkit-transform: translate(0, 0) rotate(0deg) scaleX(0);
            transform: translate(0, 0) rotate(0deg) scaleX(0);
  }
  35%, 50% {
    -webkit-transform: translate(0, 0) rotate(0deg) scaleX(-1);
            transform: translate(0, 0) rotate(0deg) scaleX(-1);
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(0deg) scaleX(0);
            transform: translate(0, 0) rotate(0deg) scaleX(0);
  }
  65% {
    -webkit-transform: translate(0, 0) rotate(0deg) scaleX(1);
            transform: translate(0, 0) rotate(0deg) scaleX(1);
  }
  80% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg) scaleX(1);
            transform: translate(-1px, -2px) rotate(-1deg) scaleX(1);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg) scaleX(1);
            transform: translate(0, 0) rotate(0deg) scaleX(1);
  }
}
@keyframes walk2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg) scaleX(1);
            transform: translate(0, 0) rotate(0deg) scaleX(1);
  }
  20% {
    -webkit-transform: translate(1px, -2px) rotate(1deg) scaleX(1);
            transform: translate(1px, -2px) rotate(1deg) scaleX(1);
  }
  30% {
    -webkit-transform: translate(0, 0) rotate(0deg) scaleX(0);
            transform: translate(0, 0) rotate(0deg) scaleX(0);
  }
  35%, 50% {
    -webkit-transform: translate(0, 0) rotate(0deg) scaleX(-1);
            transform: translate(0, 0) rotate(0deg) scaleX(-1);
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(0deg) scaleX(0);
            transform: translate(0, 0) rotate(0deg) scaleX(0);
  }
  65% {
    -webkit-transform: translate(0, 0) rotate(0deg) scaleX(1);
            transform: translate(0, 0) rotate(0deg) scaleX(1);
  }
  80% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg) scaleX(1);
            transform: translate(-1px, -2px) rotate(-1deg) scaleX(1);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg) scaleX(1);
            transform: translate(0, 0) rotate(0deg) scaleX(1);
  }
}
/*! =====================================
// FAQ
// =====================================*/
.faq_ttl.wp-block-heading {
  margin-bottom: min(2.9282576867vw, 40px);
}
@media print, screen and (max-width: 750px) {
  .faq_ttl.wp-block-heading {
    margin-bottom: min(6.4vw, 48px);
  }
}
.faq:not(:first-child) {
  margin-top: min(5.8565153734vw, 80px);
}
@media print, screen and (max-width: 750px) {
  .faq:not(:first-child) {
    margin-top: min(16vw, 120px);
  }
}

/*! =====================================
// partner
// ===================================== */
.partner_subttl {
  text-transform: uppercase;
}
@media print, screen and (max-width: 750px) {
  .partner_subttl {
    margin-bottom: min(1.0666666667vw, 8px);
  }
}

/*! =====================================
// price
// =====================================*/
.price.wp-block-group:not(:first-child) {
  margin-top: min(8.78477306vw, 120px);
}
.price_table + .wp-block-paragraph {
  margin-top: min(1.756954612vw, 24px);
}
.price_table {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #2b2d31;
}
@media print, screen and (max-width: 750px) {
  .price_table.wp-block-table .has-fixed-layout {
    table-layout: auto;
  }
}
.price_table thead {
  border-bottom: none;
}
.price_table th {
  background: #2e8b0b;
  color: #fff;
}
.price_table td {
  background: #fff;
}
.price_table th,
.price_table td {
  padding: min(1.4641288433vw, 20px) min(1.1713030747vw, 16px);
  border: 1px solid #cdcac0;
}
.price_table th:has(.bg-green),
.price_table td:has(.bg-green) {
  background-color: #2e8b0b !important;
  color: #fff;
}
.price_table th:has(.bg-light-green),
.price_table td:has(.bg-light-green) {
  background-color: #dfefd8;
  color: #2b2d31;
}
.price_table.plan tr td:first-child {
  background: #dfefd8;
  font-weight: 600;
}
@media print, screen and (max-width: 750px) {
  .price_table.plan tr td:first-child {
    width: min(20vw, 150px);
  }
}
@media print, screen and (max-width: 750px) {
  .price_table.plan tr td:nth-child(2) {
    width: min(34.6666666667vw, 260px);
  }
}
.price_table.mile td {
  width: 25%;
}
.price_table.mile th:first-of-type {
  background: #e56527;
}
.price_table.mile td:first-child {
  background: #fff0e6;
}
.price_table.mile tr:nth-child(1) td:not(:first-child) {
  background: #dfefd8;
}
@media print, screen and (max-width: 750px) {
  .price_table.mile tr:nth-child(1) td:not(:first-child) {
    background: #fff;
  }
}
@media print, screen and (max-width: 750px) {
  .price_table.mile {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .price_table.mile th,
  .price_table.mile td {
    padding: min(3.2vw, 24px) 0;
  }
  .price_table.mile tr th:nth-child(1),
  .price_table.mile tr td:nth-child(2) {
    width: min(9.6vw, 72px);
  }
  .price_table.mile tr td:nth-child(3),
  .price_table.mile tr td:nth-child(4) {
    width: min(22.6666666667vw, 170px);
  }
  .price_table.mile tr:nth-child(1) td:not(:first-child):has(.bg-light-orange),
  .price_table.mile th:has(.bg-light-orange),
  .price_table.mile td:has(.bg-light-orange) {
    background: #fff0e6;
  }
  .price_table.mile th:first-of-type:has(.bg-green),
  .price_table.mile th:has(.bg-green),
  .price_table.mile td:has(.bg-green) {
    background: #2e8b0b;
  }
  .price_table.mile tr:nth-child(1) td:not(:first-child):has(.bg-light-green),
  .price_table.mile th:first-of-type:has(.bg-light-green),
  .price_table.mile th:has(.bg-light-green),
  .price_table.mile td:has(.bg-light-green) {
    background: #dfefd8;
  }
  .price_table.mile th:has(.is-vertical),
  .price_table.mile td:has(.is-vertical) {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1;
  }
  .price_table.mile th:has(.is-vertical) .to,
  .price_table.mile td:has(.is-vertical) .to {
    text-orientation: upright;
  }
}
.price_subttl {
  text-transform: uppercase;
}
@media print, screen and (max-width: 750px) {
  .price_subttl {
    font-size: clamp(11px, 3.4666666667vw, 26px) !important;
  }
}
.price_ttl {
  margin-bottom: min(3.513909224vw, 48px);
}
@media print, screen and (max-width: 750px) {
  .price_ttl {
    font-size: clamp(11px, 6.6666666667vw, 50px) !important;
  }
}
.price_grid {
  margin-top: min(1.756954612vw, 24px);
  gap: 0;
  padding: min(0.7320644217vw, 10px);
}
@media print, screen and (max-width: 750px) {
  .price_grid {
    margin-top: min(10.4vw, 78px);
    padding: min(5.3333333333vw, 40px) min(4vw, 30px);
  }
}
.price_grid-item1 {
  position: relative;
  padding: min(2.4890190337vw, 34px) min(3.2210834553vw, 44px) min(3.2210834553vw, 44px);
}
@media print, screen and (max-width: 750px) {
  .price_grid-item1 {
    padding: min(4vw, 30px) min(4vw, 30px) min(2.9282576867vw, 40px);
    grid-column: span 2;
    grid-row: span 1;
    border-bottom: 4px dotted rgba(0, 0, 0, 0.2);
  }
}
.price_grid-item1::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #cdcac0 0 2px, transparent 2px 6px);
}
@media print, screen and (max-width: 750px) {
  .price_grid-item1::before {
    content: none;
  }
}
.price_grid-item2 {
  padding: min(2.4890190337vw, 34px) min(3.2210834553vw, 44px) min(3.2210834553vw, 44px);
}
@media print, screen and (max-width: 750px) {
  .price_grid-item2 {
    grid-column: span 2;
    grid-row: span 1;
    padding: min(4vw, 30px) min(4vw, 30px) min(2.9282576867vw, 40px);
    border-bottom: 4px dotted rgba(0, 0, 0, 0.2);
  }
}
.price_grid-item3 {
  padding: min(3.2210834553vw, 44px) min(3.2210834553vw, 44px) min(2.4890190337vw, 34px);
  position: relative;
}
@media print, screen and (max-width: 750px) {
  .price_grid-item3 {
    padding: min(4vw, 30px) min(4vw, 30px) min(2.9282576867vw, 40px);
  }
}
.price_grid-item3::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #cdcac0 0 2px, transparent 2px 6px);
}
@media print, screen and (max-width: 750px) {
  .price_grid-item3::before {
    content: none;
  }
}
.price_grid-item4 {
  position: relative;
  padding: min(2.4890190337vw, 34px) min(3.2210834553vw, 44px) min(3.2210834553vw, 44px);
}
@media print, screen and (max-width: 750px) {
  .price_grid-item4 {
    grid-column: span 3;
    grid-row: span 1;
    padding: min(4vw, 30px) min(4vw, 30px) min(2.9282576867vw, 40px);
    border-bottom: 4px dotted rgba(0, 0, 0, 0.2);
  }
}
.price_grid-item4::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #cdcac0 0 2px, transparent 2px 6px);
}
@media print, screen and (max-width: 750px) {
  .price_grid-item4::before::before {
    content: none;
  }
}
@media print, screen and (max-width: 750px) {
  .price_grid.col-3 .price_grid-item1 {
    grid-column: span 3;
    grid-row: span 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: min(4vw, 30px) min(2.6666666667vw, 20px);
  }
  .price_grid.col-3 .price_grid-item1 .wp-block-paragraph.has-text-align-center,
  .price_grid.col-3 .price_grid-item1 .wp-block-image.aligncenter {
    text-align: left;
    margin-left: 0 !important;
  }
  .price_grid.col-3 .price_grid-item1 .wp-block-image.aligncenter {
    width: min(29.8666666667vw, 224px);
    margin-right: min(4vw, 30px) !important;
  }
}
.price_grid.col-3 .price_grid-item1::after {
  content: none;
}
@media print, screen and (max-width: 750px) {
  .price_grid.col-3 .price_grid-item2 {
    grid-column: span 3;
    grid-row: span 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: min(4vw, 30px) min(2.6666666667vw, 20px);
  }
  .price_grid.col-3 .price_grid-item2 .wp-block-paragraph.has-text-align-center,
  .price_grid.col-3 .price_grid-item2 .wp-block-image.aligncenter {
    text-align: left;
    margin-left: 0 !important;
  }
  .price_grid.col-3 .price_grid-item2 .wp-block-image.aligncenter {
    width: min(29.8666666667vw, 224px);
    margin-right: min(4vw, 30px) !important;
  }
}
@media print, screen and (max-width: 750px) {
  .price_grid.col-3 .price_grid-item4 {
    grid-column: span 3;
    grid-row: span 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: min(4vw, 30px) min(2.6666666667vw, 20px);
  }
  .price_grid.col-3 .price_grid-item4 .wp-block-paragraph.has-text-align-center,
  .price_grid.col-3 .price_grid-item4 .wp-block-image.aligncenter {
    text-align: left;
    margin-left: 0 !important;
  }
  .price_grid.col-3 .price_grid-item4 .wp-block-image.aligncenter {
    width: min(29.8666666667vw, 224px);
    margin-right: min(4vw, 30px) !important;
  }
  .price_grid.col-3 .price_grid-item4::before {
    content: none;
  }
}
.price_fukidashi {
  gap: 0;
  -webkit-margin-before: max(-4.9780380673vw, -68px) !important;
          margin-block-start: max(-4.9780380673vw, -68px) !important;
  margin-bottom: min(1.1713030747vw, 16px);
  width: min(13.9092240117vw, 190px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 190/52;
  background: url("../../assets/img/bg-fukidashi.webp") center/100% 100% no-repeat;
  padding-bottom: min(0.878477306vw, 12px);
}
@media print, screen and (max-width: 750px) {
  .price_fukidashi {
    -webkit-margin-before: max(-12.1333333333vw, -91px) !important;
            margin-block-start: max(-12.1333333333vw, -91px) !important;
    margin-bottom: min(2.1333333333vw, 16px);
    width: min(38.1333333333vw, 286px);
    padding-bottom: min(2.1333333333vw, 16px);
  }
}
.price_fukidashi .wp-block-image {
  width: min(2.196193265vw, 30px);
  margin-right: min(0.5124450952vw, 7px);
}
@media print, screen and (max-width: 750px) {
  .price_fukidashi .wp-block-image {
    width: min(5.6vw, 42px);
    margin-right: min(1.0666666667vw, 8px);
  }
}
.price_fee {
  gap: 0;
  margin-bottom: min(1.1713030747vw, 16px);
}
@media print, screen and (max-width: 750px) {
  .price_fee {
    margin-bottom: min(2.1333333333vw, 16px);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .price_fee.is-content-justification-center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .price_fee .wp-block-paragraph:first-of-type {
    width: min(29.3333333333vw, 220px);
  }
}
.price_list {
  -webkit-padding-start: min(1.1713030747vw, 16px);
          padding-inline-start: min(1.1713030747vw, 16px);
  list-style-type: "・";
}
@media print, screen and (max-width: 750px) {
  .price_list {
    -webkit-padding-start: min(4vw, 30px);
            padding-inline-start: min(4vw, 30px);
  }
}
@media print, screen and (max-width: 750px) {
  .price .partner_box-2.white-btn.wp-block-group.is-layout-grid {
    width: 100%;
  }
  .price .partner_box-2.white-btn.wp-block-group.is-layout-grid .wp-block-image {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.price_note {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(0.2928257687vw, 4px);
}
@media print, screen and (max-width: 750px) {
  .price_note {
    gap: min(1.0666666667vw, 8px);
  }
}
.price_note li {
  position: relative;
  padding-left: min(1.6105417277vw, 22px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media print, screen and (max-width: 750px) {
  .price_note li {
    padding-left: min(4vw, 30px);
  }
}
.price_note li::before {
  content: "";
  position: absolute;
  top: min(0.2196193265vw, 3px);
  left: 0;
  width: min(1.1713030747vw, 16px);
  height: min(1.1713030747vw, 16px);
  background-image: url("../../assets/img/common/icon_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 750px) {
  .price_note li::before {
    top: min(0.8vw, 6px);
    width: min(2.9333333333vw, 22px);
    height: min(2.9333333333vw, 22px);
  }
}

/*! =====================================
// flow
// =====================================*/
.flow.is-layout-grid {
  grid-template-columns: 78fr 980fr;
  gap: min(6.0029282577vw, 82px);
}
@media print, screen and (max-width: 750px) {
  .flow.is-layout-grid {
    grid-template-columns: 74fr 570fr;
    gap: min(3.4666666667vw, 26px);
  }
}
.flow_arrowwrap {
  position: sticky;
  top: min(6.149341142vw, 84px);
  padding-top: min(1.756954612vw, 24px);
}
@media print, screen and (max-width: 750px) {
  .flow_arrowwrap {
    top: min(12vw, 90px);
    padding-top: min(3.2vw, 24px);
    width: min(9.8666666667vw, 74px);
  }
}
.flow_arrowwrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: min(5.710102489vw, 78px);
  height: min(21.6691068814vw, 296px);
  background-image: url("../../assets/img/bg-flow.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (max-width: 750px) {
  .flow_arrowwrap::before {
    width: min(9.8666666667vw, 74px);
    height: min(51.7333333333vw, 388px);
  }
}
.flow_arrow {
  position: relative;
  z-index: 1;
}
.flow_arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
  width: 2px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #2b2d31 0 2px, transparent 2px 4px);
}
@media print, screen and (max-width: 750px) {
  .flow_arrow::after {
    border-left: 3px dotted #2b2d31;
    background: none;
  }
}
.flow_arrow.is-active::after {
  background: repeating-linear-gradient(to bottom, #2e8b0b 0 2px, transparent 2px 4px);
}
@media print, screen and (max-width: 750px) {
  .flow_arrow.is-active::after {
    border-left: 3px dotted #2e8b0b;
    background: none;
  }
}
.flow_arrow.is-active .flow_arrowwrap::before {
  background-image: url("../../assets/img/bg-flow-active.webp");
}
.flow_arrow .wp-block-paragraph {
  position: relative;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2;
  letter-spacing: 0.1em;
}
.flow_box {
  border: 3px solid #fff;
  width: min(71.7423133236vw, 980px);
  position: relative;
  z-index: 0;
  padding: min(1.8301610542vw, 25px) min(2.196193265vw, 30px) min(4.39238653vw, 60px);
}
@media print, screen and (max-width: 750px) {
  .flow_box {
    width: min(76vw, 570px);
    padding: min(4vw, 30px) min(4vw, 30px) min(6.6666666667vw, 50px);
  }
}
.flow_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: max(-9.8096632504vw, -134px);
  bottom: max(-0.2928257687vw, -4px);
  width: min(1.317715959vw, 18px);
  height: min(0.6588579795vw, 9px);
  background-image: url("../../assets/img/bg-flow-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 750px) {
  .flow_box::before {
    left: max(-10.4vw, -78px);
    bottom: max(-1.3333333333vw, -10px);
    width: min(2.9333333333vw, 22px);
    height: min(2.9333333333vw, 22px);
  }
}
.flow_box.is-active {
  border: 3px solid #2e8b0b;
}
.flow_box.is-active::before {
  background-image: url("../../assets/img/bg-flow-arrow-active.svg");
}
.flow_box.is-active .flow_box-ttl {
  color: #2e8b0b;
  border-bottom: 2px dotted #2e8b0b;
}
@media print, screen and (max-width: 750px) {
  .flow_box.is-active .flow_box-ttl {
    border-bottom: 4px dotted #2e8b0b;
  }
}
.flow_box.is-active .flow_step {
  background-color: var(--wp--preset--color--green);
  border: 1px solid var(--wp--preset--color--green);
  color: #fff !important;
}
.flow_box.is-active .flow_step.has-text-color {
  color: #fff !important;
}
.flow_box-ttl {
  color: #2b2d31;
  padding-bottom: min(1.756954612vw, 24px);
  border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
  gap: 0;
  position: relative;
  width: 100%;
}
@media print, screen and (max-width: 750px) {
  .flow_box-ttl {
    padding-bottom: min(3.2vw, 24px);
    border-bottom: 4px dotted rgba(0, 0, 0, 0.2);
  }
}
.flow_box-ttl .flow_step {
  display: inline-block;
  font-family: var(--wp--preset--font-family--montserrat) !important;
  letter-spacing: 0.1em;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0.01rem;
  padding: min(0.5856515373vw, 8px) min(1.1713030747vw, 16px);
  background-color: #fff;
  border: 2px solid #2b2d31;
  color: #2b2d31;
}
@media print, screen and (max-width: 750px) {
  .flow_box-ttl .flow_step {
    padding: min(0.8vw, 6px) min(2.4vw, 18px);
  }
}
.flow_box-ttl .flow_stepwrap {
  margin-right: min(1.756954612vw, 24px);
}
@media print, screen and (max-width: 750px) {
  .flow_box-ttl .flow_stepwrap {
    margin-right: 0;
    width: 100%;
    margin-bottom: min(1.0666666667vw, 8px);
  }
}
.flow_box-ttl .wp-block-image img {
  width: min(5.1244509517vw, 70px);
  margin-right: min(0.5856515373vw, 8px);
}
@media print, screen and (max-width: 750px) {
  .flow_box-ttl .wp-block-image img {
    width: min(13.3333333333vw, 100px);
    margin-right: min(2.1333333333vw, 16px);
  }
}
.flow_box-ttlnote.wp-block-image {
  position: absolute;
  top: max(-0.3660322108vw, -5px);
  right: 0;
}
@media print, screen and (max-width: 750px) {
  .flow_box-ttlnote.wp-block-image {
    position: relative;
    margin-top: min(0.5856515373vw, 8px);
  }
}
.flow_box-ttlnote.wp-block-image img {
  width: auto;
  height: min(6.7349926794vw, 92px);
  margin: 0;
}
@media print, screen and (max-width: 750px) {
  .flow_box-ttlnote.wp-block-image img {
    height: min(16.5333333333vw, 124px);
  }
}
.flow_content {
  margin-top: min(3.513909224vw, 48px);
  padding: 0 min(2.196193265vw, 30px);
}
.flow_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media print, screen and (max-width: 750px) {
  .flow_movie iframe {
    aspect-ratio: 422/750;
  }
}
.flow_vertical {
  gap: min(1.756954612vw, 24px);
  position: relative;
  z-index: 0;
}
@media print, screen and (max-width: 750px) {
  .flow_vertical {
    gap: min(5.3333333333vw, 40px);
  }
}
.flow .partner_box-2 {
  width: min(30.7467057101vw, 420px);
  height: min(5.8565153734vw, 80px);
  padding: 0 0 0 min(2.196193265vw, 30px);
}
.flow .partner_box-2.wp-block-group.is-layout-grid {
  grid-template-columns: 340fr 70fr;
  gap: 0;
}
@media print, screen and (max-width: 750px) {
  .flow .partner_box-2.wp-block-group.is-layout-grid {
    width: min(65.3333333333vw, 490px);
    height: min(12vw, 90px);
    padding: 0 0 0 min(3.2vw, 24px);
  }
}
.flow .partner_box-2.mt-40 .has-text-color.has-white-color:first-of-type {
  margin-bottom: min(0.5856515373vw, 8px);
}
.flow .partner_box-2.white-btn.wp-block-group.is-layout-grid {
  border: 2px solid #2b2d31;
}
@media print, screen and (max-width: 750px) {
  .flow .partner_box-2.white-btn.wp-block-group.is-layout-grid {
    grid-template-columns: 396fr 70fr;
    gap: 0;
  }
}
@media print, screen and (max-width: 750px) {
  .flow .partner_box-2.white-btn.wp-block-group.is-layout-grid .wp-block-image::before {
    left: max(-0.2666666667vw, -2px);
    height: min(9.3333333333vw, 70px);
    width: min(0.5333333333vw, 4px);
    border-left: 4px dotted #ccc;
  }
}
.flow .partner_box-2 .wrap {
  height: 100%;
  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;
}
.flow .partner_box-2 .wp-block-image img {
  width: min(1.9765739385vw, 27px);
}
@media print, screen and (max-width: 750px) {
  .flow .partner_box-2 .wp-block-image img {
    width: min(4.1333333333vw, 31px);
  }
}
.flow .partner_box-2 .wp-block-image::before {
  left: 0;
  height: min(4.39238653vw, 60px);
  background: repeating-linear-gradient(to bottom, #fff 0 2px, transparent 2px 4px);
}
@media print, screen and (max-width: 750px) {
  .flow .partner_box-2 .wp-block-image::before {
    height: min(9.3333333333vw, 70px);
    width: min(0.5333333333vw, 4px);
    border-left: 4px dotted #fff;
    background: none;
  }
}
.flow .wp-block-embed__wrapper {
  text-align: center;
}
.flow .w_600 {
  max-width: min(80vw, 600px);
  width: 100%;
}
@media print, screen and (max-width: 750px) {
  .flow .w_600 {
    width: 100%;
  }
}
.flow .w_670 {
  max-width: min(89.3333333333vw, 670px);
  width: 100%;
}
@media print, screen and (max-width: 750px) {
  .flow .w_670 {
    width: 100%;
  }
}
.flow .w_535 {
  max-width: min(71.3333333333vw, 535px);
  width: 100%;
}
@media print, screen and (max-width: 750px) {
  .flow .w_535 {
    width: 100%;
  }
}