@charset "UTF-8";
/* =====================
  Custom properties
===================== */
/* =====================
  main
===================== */
.inner {
  position: relative;
}

p.cb {
  font-size: calc((100 / 750) * 40 * 1vw);
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

p.cb + .cb {
  margin-top: calc((100 / 750) * 22 * 1vw);
}

.double {
  width: calc((100 / 750) * 670 * 1vw);
  border-radius: 50rem;
  box-shadow: 0 0 calc((100 / 750) * 16 * 1vw) 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-inline: auto;
  padding: calc((100 / 750) * 8 * 1vw);
  position: absolute;
  bottom: calc((100 / 750) * -178 * 1vw);
  left: 50%;
  transform: translateX(-50%);
}

.double span {
  display: block;
  font-size: calc((100 / 750) * 40 * 1vw);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-inline: calc((100 / 750) * 32 * 1vw);
  padding-block: calc((100 / 750) * 16 * 1vw);
  border: 1px solid #000;
  border-radius: 50rem;
}
.hover {
  display: none;
}

/* =====================
  mv
===================== */
.article[data-id='1'] {
  position: relative;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url('../../assets/img/lp/mv_bg_2x.png');
  width: 100%;
  min-height: calc((100 / 750) * 1118 * 1vw);
  padding-bottom: calc((100 / 750) * 48 * 1vw);
}

.article[data-id='1'] .lp-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-inline: 0 calc((100 / 750) * 8 * 1vw);
}

.article[data-id='1'] .lp-header .h-logo img {
  width: calc((100 / 750) * 474 * 1vw);
}
.article[data-id='1'] .lp-header .h-btn {
  margin-top: calc((100 / 750) * 8 * 1vw);
}
.article[data-id='1'] .lp-header .h-btn picture img {
  width: calc((100 / 750) * 232 * 1vw);
}

.article[data-id='1'] .mv-catch_wrap {
  position: relative;
  display: grid;
  justify-content: center;
  margin-top: calc((100 / 750) * 34 * 1vw);
}

.article[data-id='1'] .mv-catch_wrap::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../../assets/img/lp/mv_img_2x.png');
  width: calc((100 / 750) * 690 * 1vw);
  height: calc((100 / 750) * 367 * 1vw);
  position: absolute;
  bottom: calc((100 / 750) * -379 * 1vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
}

.article[data-id='1'] .mv-catch_wrap::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../../assets/img/lp/mv_img_2_2x.png');
  width: calc((100 / 750) * 306 * 1vw);
  height: calc((100 / 750) * 248 * 1vw);
  position: absolute;
  bottom: calc((100 / 750) * -86 * 1vw);
  left: calc((100 / 750) * 10 * 1vw);
  pointer-events: none;
  z-index: 3;
}

.article[data-id='1'] .mv-catch_wrap picture {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
}

.article[data-id='1'] .mv-catch_wrap picture[data-id='1'] img {
  width: calc((100 / 750) * 414 * 1vw);
}
.article[data-id='1'] .mv-catch_wrap picture[data-id='2'] {
  margin-top: calc((100 / 750) * 29 * 1vw);
}
.article[data-id='1'] .mv-catch_wrap picture[data-id='2'] img {
  width: calc((100 / 750) * 682 * 1vw);
}

.article[data-id='1'] .mv-catch_wrap ul {
  display: flex;
  margin-top: calc((100 / 750) * 29 * 1vw);
  justify-content: flex-end;
  gap: calc((100 / 750) * 3 * 1vw);
  padding-right: calc((100 / 750) * 5 * 1vw);
}

.article[data-id='1'] .mv-catch_wrap ul li picture img {
  width: calc((100 / 750) * 190 * 1vw);
}

/* =====================
  お悩み解決
===================== */
.article[data-id='2'] {
  position: relative;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: 100% calc((100 / 750) * 10375 * 1vw);
  background-position: center top;
  background-image: url('../../assets/img/lp/benefit_bg_2x.png');
  width: 100%;
  padding-top: calc((100 / 750) * 80 * 1vw);
  padding-bottom: calc((100 / 750) * 371 * 1vw);
  text-align: center;
}

.article[data-id='2'] .worries h3 picture {
  display: block;
  width: calc((100 / 750) * 574 * 1vw);
  height: calc((100 / 750) * 138 * 1vw);
  margin-inline: auto;
}
.article[data-id='2'] .worries_content {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-top: calc((100 / 750) * 76 * 1vw);
  padding-bottom: calc((100 / 750) * 92 * 1vw);
}

.article[data-id='2'] .worries_content::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  background-image: url('../../assets/img/lp/worries_bg_2x.png');
  width: calc((100 / 750) * 670 * 1vw);
  height: calc((100 / 750) * 1417 * 1vw);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.article[data-id='2'] .worries_content picture {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
}
.article[data-id='2'] .worries_content picture img {
  width: calc((100 / 750) * 737 * 1vw);
}

.article[data-id='2'] .benefit {
  position: relative;
  background-color: #fff;
  border-radius: calc((100 / 750) * 40 * 1vw);
  width: calc((100 / 750) * 670 * 1vw);
  margin-inline: auto;
  padding-block: calc((100 / 750) * 515 * 1vw) calc((100 / 750) * 70 * 1vw);
  padding-inline: calc((100 / 750) * 15 * 1vw);
  text-align: center;
  margin-top: calc((100 / 750) * 16 * 1vw);
}

.article[data-id='2'] .benefit picture {
  display: block;
  margin-inline: auto;
}

.article[data-id='2'] .benefit picture[data-id='1'] {
  position: absolute;
  top: calc((100 / 750) * -28 * 1vw);
  left: 0;
}

.article[data-id='2'] .benefit .benefit-catch img {
  width: calc((100 / 750) * 286 * 1vw);
}
.article[data-id='2'] .benefit .benefit-catch {
  position: relative;
  z-index: 3;
}

.article[data-id='2'] .benefit .benefit-catch::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../../assets/img/lp/benefit_02_2x.png');
  width: calc((100 / 750) * 699 * 1vw);
  height: calc((100 / 750) * 595 * 1vw);
  position: absolute;
  top: calc((100 / 750) * 3 * 1vw);
  left: calc((100 / 750) * -37 * 1vw);
  z-index: -1;
}

.article[data-id='2'] .benefit picture[data-id='3'] {
  position: relative;
  z-index: 3;
  margin-top: calc((100 / 750) * 17 * 1vw);
  margin-inline: calc(50% - 50vw);
}
.article[data-id='2'] .benefit picture[data-id='3'] img {
  width: calc((100 / 750) * 690 * 1vw);
}

.article[data-id='2'] .benefit .reason_wrap {
  position: relative;
  margin-top: calc((100 / 750) * 60 * 1vw);
}

.article[data-id='2'] .benefit .reason_wrap ul {
  position: relative;
  display: flex;
  gap: calc((100 / 750) * 36 * 1vw);
  justify-content: center;
  margin-top: calc((100 / 750) * 79 * 1vw);
  flex-direction: column;
}

.article[data-id='2'] .benefit .reason_wrap::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../../assets/img/lp/benefit_04_2x.png');
  width: calc((100 / 750) * 590 * 1vw);
  height: calc((100 / 750) * 346 * 1vw);
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: calc((100 / 750) * 26 * 1vw);
}

.article[data-id='2'] .benefit .reason_wrap ul li > picture img {
  display: block;
  width: calc((100 / 750) * 640 * 1vw);
  height: calc((100 / 750) * 257 * 1vw);
}

.article[data-id='2'] .benefit .reason_wrap ul li .reason_unit {
  border: solid 1px #aaa;
  border-radius: 0 0 calc((100 / 750) * 48 * 1vw) calc((100 / 750) * 48 * 1vw);
  padding-inline: calc((100 / 750) * 48 * 1vw);
  padding-block: calc((100 / 750) * 48 * 1vw) calc((100 / 750) * 24 * 1vw);
}

.article[data-id='2'] .benefit .reason_wrap ul li .reason_unit picture img {
  width: calc((100 / 750) * 520 * 1vw);
}
.article[data-id='2'] .benefit .reason_wrap ul li .reason_unit p {
  font-size: calc((100 / 750) * 40 * 1vw);
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  margin-top: calc((100 / 750) * 26 * 1vw);
}

/* =====================
  補助金
===================== */
.article[data-id='3'] {
  position: relative;
  background-color: #f5ecdf;
  background-repeat: no-repeat;
  background-size: 100% calc((100 / 750) * 571 * 1vw);
  background-position: center top;
  background-image: url('../../assets/img/lp/subsidy_bg_2x.png');
  width: 100%;
  padding-top: calc((100 / 750) * 412 * 1vw);
}

.article[data-id='3'] .subsidy_01,
.article[data-id='3'] .subsidy_02 {
  position: relative;
}

.article[data-id='3'] .subsidy_01 .lp-title {
  position: absolute;
  width: calc((100 / 750) * 745 * 1vw);
  top: calc((100 / 750) * -332 * 1vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.article[data-id='3'] .subsidy_wrap {
  position: relative;
  background-color: #fff;
  border-radius: calc((100 / 750) * 40 * 1vw);
  width: calc((100 / 750) * 680 * 1vw);
  margin-inline: auto;
  padding-block: calc((100 / 750) * 160 * 1vw) calc((100 / 750) * 80 * 1vw);
  text-align: center;
}

.article[data-id='3'] .subsidy_wrap > picture img {
  width: calc((100 / 750) * 600 * 1vw);
}
.article[data-id='3'] .subsidy_wrap ul li + li {
  position: relative;
  margin-top: calc((100 / 750) * 80 * 1vw);
}

.article[data-id='3'] .subsidy_01 .subsidy_wrap ul li + li::before {
  content: '';
  display: block;
  width: calc((100 / 750) * 620 * 1vw);
  height: 1px;
  background-color: #aaa;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.article[data-id='3'] .subsidy_wrap ul li .no {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc((100 / 750) * 54 * 1vw);
  margin-top: calc((100 / 750) * 79 * 1vw);
}

.article[data-id='3'] .subsidy_wrap ul li .no picture:first-of-type {
  display: block;
  padding-right: calc((100 / 750) * 60 * 1vw);
  padding-block: calc((100 / 750) * 38 * 1vw);
  border-right: solid 1px #aaa;
}
.article[data-id='3'] .subsidy_wrap ul li[data-id='1'] .no picture:first-of-type img {
  width: calc((100 / 750) * 80 * 1vw);
}
.article[data-id='3'] .subsidy_wrap ul li[data-id='2'] .no picture:first-of-type img {
  width: calc((100 / 750) * 95 * 1vw);
}
.article[data-id='3'] .subsidy_wrap ul li .no picture:nth-of-type(2) img {
  width: calc((100 / 750) * 389 * 1vw);
}

.article[data-id='3'] .subsidy_wrap ul li .bg-g_50 {
  font-size: calc((100 / 750) * 32 * 1vw);
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff;
  border-radius: 50rem;
  background-color: #444;
  margin-inline: calc((100 / 750) * 41 * 1vw);
  padding-block: calc((100 / 750) * 23 * 1vw);
  margin-top: calc((100 / 750) * 76 * 1vw);
}

.article[data-id='3'] .subsidy_wrap ul li .subsidy-img {
  display: block;
  margin-top: calc((100 / 750) * 80 * 1vw);
}
.article[data-id='3'] .subsidy_wrap ul li[data-id='1'] .subsidy-img img {
  width: calc((100 / 750) * 520 * 1vw);
}

.article[data-id='3'] .subsidy_wrap ul li .mado-table {
  margin-top: calc((100 / 750) * 79 * 1vw);
}
.article[data-id='3'] .subsidy_wrap ul li .mado-table img {
  width: calc((100 / 750) * 620 * 1vw);
}

.article[data-id='3'] .subsidy_wrap ul li[data-id='2'] p[data-id='text'] {
  font-size: calc((100 / 750) * 30 * 1vw);
  font-weight: 500;
  line-height: 2;
  margin-top: calc((100 / 750) * 40 * 1vw);
}

.article[data-id='3'] .subsidy_wrap .cb {
  font-size: calc((100 / 750) * 40 * 1vw);
  font-weight: bold;
  line-height: 2;
  margin-top: calc((100 / 750) * 78 * 1vw);
  padding-inline: calc((100 / 750) * 40 * 1vw);
}

.article[data-id='3'] .subsidy_wrap .double {
  bottom: calc((100 / 750) * -179 * 1vw);
}

.article[data-id='3'] .subsidy_wrap .double span {
  padding-inline: calc((100 / 750) * 60 * 1vw);
}

/* ==== 補助金活用事例 ==== */
.article[data-id='3'] .subsidy_02 {
  margin-top: calc((100 / 750) * 574 * 1vw);
}
.article[data-id='3'] .subsidy_02 .lp-title {
  position: absolute;
  top: calc((100 / 750) * -258 * 1vw);
  z-index: 3;
  width: calc((100 / 750) * 622 * 1vw);
  left: 50%;
  transform: translateX(-50%);
}

.article[data-id='3'] .subsidy_02 .subsidy_wrap {
  padding-block: calc((100 / 750) * 50 * 1vw) calc((100 / 750) * 80 * 1vw);
}
.article[data-id='3'] .subsidy_wrap ul li[data-id='2'] .subsidy-img img {
  width: calc((100 / 750) * 576 * 1vw);
}

.article[data-id='3'] .subsidy_02 .cb {
  margin-top: calc((100 / 750) * 106 * 1vw);
  line-height: 1.4;
}

.article[data-id='3'] .subsidy_02 .katsuyo_wrap {
  margin-top: calc((100 / 750) * 81 * 1vw);
}

.article[data-id='3'] .subsidy_02 .katsuyo_wrap picture {
  display: block;
}

.article[data-id='3'] .subsidy_02 .katsuyo_wrap picture img {
  width: calc((100 / 750) * 618 * 1vw);
}

.article[data-id='3'] .subsidy_02 .katsuyo_wrap .katsuyo_unit {
  width: calc((100 / 750) * 400 * 1vw);
  margin-top: calc((100 / 750) * 39 * 1vw);
  margin-inline: auto;
}

.article[data-id='3'] .subsidy_02 .katsuyo_wrap .katsuyo_unit h4 {
  font-size: calc((100 / 750) * 30 * 1vw);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding-block: calc((100 / 750) * 1 * 1vw);
  border-radius: 50rem;
  background-color: #ef4646;
}

.article[data-id='3'] .subsidy_02 .katsuyo_wrap .katsuyo_unit ul {
  font-size: calc((100 / 750) * 30 * 1vw);
  font-weight: 500;
  line-height: 1.2;
  margin-top: calc((100 / 750) * 16 * 1vw);
  margin-inline: calc((100 / 750) * 24 * 1vw);
  border-bottom: 1px solid #000;
  padding-bottom: calc((100 / 750) * 8 * 1vw);
}

.article[data-id='3'] .subsidy_02 .katsuyo_wrap .katsuyo_unit ul li + li {
  margin-top: calc((100 / 750) * 8 * 1vw);
}

.article[data-id='3'] .subsidy_02 .katsuyo_wrap .katsuyo_unit > ul li::before {
  content: '・';
  display: inline-block;
  margin-right: calc((100 / 750) * 10 * 1vw);
}

.article[data-id='3'] .subsidy_02 .katsuyo_wrap .katsuyo_unit .add-answer {
  font-size: calc((100 / 750) * 30 * 1vw);
  font-weight: bold;
  line-height: 1.2;
  margin-top: calc((100 / 750) * 16 * 1vw);
}

.article[data-id='3'] .subsidy_02 .subsidy_wrap > picture {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  border-radius: calc((100 / 750) * 24 * 1vw);
  padding-block: calc((100 / 750) * 196 * 1vw) calc((100 / 750) * 24 * 1vw);
  margin-top: calc((100 / 750) * 80 * 1vw);
  margin-inline: calc((100 / 750) * 22 * 1vw);
}

.article[data-id='3'] .subsidy_02 .subsidy_wrap > picture > img {
  width: calc((100 / 750) * 634 * 1vw);
}
.article[data-id='3'] .subsidy_02 .subsidy_wrap > picture::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../../assets/img/lp/subsidy02-3_2x.png');
  width: calc((100 / 750) * 138 * 1vw);
  height: calc((100 / 750) * 244 * 1vw);
  position: absolute;
  top: calc((100 / 750) * -58 * 1vw);
  left: 36.6%;
}

.article[data-id='3'] .subsidy_02 .subsidy_wrap .eg {
  font-size: calc((100 / 750) * 24 * 1vw);
  font-weight: 500;
  line-height: 1.8;
  margin-top: calc((100 / 750) * 76 * 1vw);
  text-align: left;
  padding-inline: calc((100 / 750) * 30 * 1vw);
  display: flex;
  gap: calc((100 / 750) * 16 * 1vw);
}

.article[data-id='3'] .subsidy_02 .subsidy_wrap .eg::before {
  content: '※';
  display: block;
}

/* =====================
  利用者の声
===================== */
.article[data-id='4'] {
  position: relative;
  background-color: #6498d7;
  padding-top: calc((100 / 750) * 435 * 1vw);
  background-repeat: no-repeat;
  background-size: 100% calc((100 / 750) * 457 * 1vw);
  background-position: center top;
  background-image: url('../../assets/img/lp/voice_bg_2x.png');
  width: 100%;
}

.article[data-id='4']::before {
  content: '';
  display: block;
  background-color: #f5ecdf;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 24vw));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-height: calc((100 / 750) * 285 * 1vw);
}

.article[data-id='4'] .lp-title {
  position: absolute;
  top: calc((100 / 750) * -276 * 1vw);
  z-index: 3;
  width: calc((100 / 750) * 671 * 1vw);
  left: 50%;
  transform: translateX(-50%);
}

.article[data-id='4'] .voice_wrap {
  background-color: #fff;
  border-radius: calc((100 / 750) * 40 * 1vw);
  width: calc((100 / 750) * 710 * 1vw);
  margin-inline: auto;
  padding-block: calc((100 / 750) * 80 * 1vw);
  padding-inline: calc((100 / 750) * 20 * 1vw);
}

.article[data-id='4'] .voice_wrap .voice-list > li {
  box-shadow: 0 0 calc((100 / 750) * 8 * 1vw) rgba(0, 0, 0, 0.4);
  border-radius: calc((100 / 750) * 16 * 1vw);
}

.article[data-id='4'] .voice_wrap .voice-list > li + li {
  margin-top: calc((100 / 750) * 80 * 1vw);
}

.article[data-id='4'] .voice_wrap .voice-list > li .voice-title {
  background-color: #0152b4;
  padding: calc((100 / 750) * 32 * 1vw);
  border-radius: calc((100 / 750) * 16 * 1vw) calc((100 / 750) * 16 * 1vw) 0 0;
  color: #fff;
  font-size: calc((100 / 750) * 36 * 1vw);
  font-weight: bold;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((100 / 750) * 30 * 1vw);
}

.article[data-id='4'] .voice_wrap .voice-list > li .voice-title span {
  display: block;
  font-size: calc((100 / 750) * 30 * 1vw);
  line-height: 1.2;
  text-align: center;
}

.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment {
  padding-block: calc((100 / 750) * 80 * 1vw) calc((100 / 750) * 38 * 1vw);
  padding-inline: calc((100 / 750) * 32 * 1vw);
}

.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment picture {
  display: block;
  text-align: center;
}
.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment picture img {
  width: calc((100 / 750) * 270 * 1vw);
}

.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment p {
  font-size: calc((100 / 750) * 30 * 1vw);
  font-weight: 500;
  line-height: 1.6;
  margin-top: calc((100 / 750) * 67 * 1vw);
}

.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment table {
  margin-top: calc((100 / 750) * 25 * 1vw);
}

.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment table tr th,
.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment table tr td {
  font-size: calc((100 / 750) * 24 * 1vw);
  font-weight: 500;
  line-height: 1.6;
  color: #121314;
  border: 1px solid #d0d9e3;
  padding-block: calc((100 / 750) * 9 * 1vw);
  padding-inline: calc((100 / 750) * 10 * 1vw);
}

.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment table tr th {
  width: calc((100 / 750) * 220 * 1vw);
  font-weight: bold;
  background-color: #ecf0f5;
}

.article[data-id='4'] .voice_wrap .voice-img_wrap {
  padding-inline: calc((100 / 750) * 32 * 1vw);
  padding-block: calc((100 / 750) * 8 * 1vw) calc((100 / 750) * 32 * 1vw);
  margin-top: calc((100 / 750) * 8 * 1vw);
}

.article[data-id='4'] .voice_wrap .voice-img_wrap h4 {
  font-size: calc((100 / 750) * 30 * 1vw);
  font-weight: bold;
  line-height: 2;
  color: #fff;
  padding-block: calc((100 / 750) * 8 * 1vw);
  background-color: #6498d7;
  text-align: center;
}

.article[data-id='4'] .voice_wrap .voice-img_wrap ul {
  display: flex;
  margin-inline: calc((100 / 750) * 18 * 1vw);
  padding-block: calc((100 / 750) * 79 * 1vw) calc((100 / 750) * 28 * 1vw);
  flex-direction: column;
  gap: calc((100 / 750) * 85 * 1vw);
}

.article[data-id='4'] .voice_wrap .voice-img_wrap ul + ul {
  border-top: 1px solid #aaa;
}

.article[data-id='4'] .voice_wrap .voice-img_wrap ul > li + li {
  position: relative;
}

.article[data-id='4'] .voice_wrap .voice-img_wrap ul > li + li::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/lp/polygon_2x.png');
  width: calc((100 / 750) * 70 * 1vw);
  height: calc((100 / 750) * 49 * 1vw);
  position: absolute;
  top: calc((100 / 750) * -64 * 1vw);
  left: 50%;
  transform: translateX(-50%);
}

.article[data-id='4'] .voice_wrap .voice-img_wrap ul > li > picture img {
  width: calc((100 / 750) * 570 * 1vw);
}
.article[data-id='4'] .voice_wrap .voice-img_wrap ul > li > p {
  font-size: calc((100 / 750) * 30 * 1vw);
  font-weight: 500;
  line-height: 1.6;
}

.article[data-id='4'] .voice_wrap .eg {
  position: relative;
  font-size: calc((100 / 750) * 24 * 1vw);
  font-weight: 500;
  line-height: 1.8;
  margin-top: calc((100 / 750) * 80 * 1vw);
  display: flex;
  gap: calc((100 / 750) * 23 * 1vw);
  padding-inline: calc((100 / 750) * 24 * 1vw);
}

.article[data-id='4'] .voice_wrap .eg::before {
  content: '※';
  display: block;
}

/* =====================
  よくある質問
===================== */
.article[data-id='5'] {
  position: relative;
  background-color: #f5ecdf;
  padding-top: calc((100 / 750) * 728 * 1vw);
}

.article[data-id='5']::before {
  content: '';
  display: block;
  background-color: #6498d7;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22vw), 0 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-height: calc((100 / 750) * 276 * 1vw);
}

.article[data-id='5'] .lp-title {
  position: absolute;
  top: calc((100 / 750) * -276 * 1vw);
  width: calc((100 / 750) * 671 * 1vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.article[data-id='5'] .qa_wrap {
  position: relative;
  background-color: #fff;
  border-radius: calc((100 / 750) * 40 * 1vw);
  width: calc((100 / 750) * 710 * 1vw);
  margin-inline: auto;
  padding-block: calc((100 / 750) * 80 * 1vw);
  padding-inline: calc((100 / 750) * 20 * 1vw);
}

.article[data-id='5'] .qa_wrap::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../../assets/img/lp/qa_img_2x.png');
  width: calc((100 / 750) * 234 * 1vw);
  height: calc((100 / 750) * 294 * 1vw);
  position: absolute;
  top: calc((100 / 750) * -568 * 1vw);
  left: 50%;
  transform: translateX(-50%);
}

.qa_wrap .qa-list li {
  border-radius: calc((100 / 750) * 16 * 1vw);
  box-shadow: 0 0 calc((100 / 750) * 16 * 1vw) rgba(0, 0, 0, 0.4);
}

.qa_wrap .qa-list li + li {
  margin-top: calc((100 / 750) * 80 * 1vw);
}

.qa_wrap .qa-list li .q-title {
  position: relative;
  background-color: #50ac24;
  border-radius: calc((100 / 750) * 16 * 1vw);
  padding: calc((100 / 750) * 40 * 1vw);
}

.qa_wrap .qa-list li .q-title h3 {
  position: relative;
  font-size: calc((100 / 750) * 32 * 1vw);
  font-weight: bold;
  line-height: 2;
  color: #fff;
  padding-right: calc((100 / 750) * 56 * 1vw);
  display: flex;
}

.qa_wrap .qa-list li .q-title h3::before {
  content: 'Q';
  display: block;
  font-size: calc((100 / 750) * 32 * 1vw);
  font-weight: bold;
  line-height: 2;
  color: #fff;
  margin-right: calc((100 / 750) * 47 * 1vw);
}

/*アコーディオンで現れるエリア*/
.qa-box {
  display: none;
  /*はじめは非表示*/
  padding-block: calc((100 / 750) * 40 * 1vw);
  padding-left: calc((100 / 750) * 114 * 1vw);
  padding-right: calc((100 / 750) * 40 * 1vw);
  background-color: #fff;
  border-radius: 0 0 calc((100 / 750) * 16 * 1vw) calc((100 / 750) * 16 * 1vw);
}

.qa-box p {
  font-size: calc((100 / 750) * 32 * 1vw);
  font-weight: bold;
  line-height: 2;
}

.qa-list section {
  position: relative;
  cursor: pointer;
}

/* ==== 右の↑ ==== */
.q-title h3:after {
  content: '';
  position: absolute;
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../../assets/img/lp/arrow.svg');
  width: calc((100 / 750) * 24 * 1vw);
  height: calc((100 / 750) * 14 * 1vw);
  transition: 0.3s;
  right: calc((100 / 750) * 8 * 1vw);
  top: calc((100 / 750) * 10 * 1vw);
  transform: rotate(180deg);
}

/*　closeというクラスがついたら形状変化　*/
section.close .q-title h3:after {
  transform: rotate(0deg);
}

.qa_wrap .qa-list li section.close .q-title {
  border-radius: calc((100 / 750) * 16 * 1vw) calc((100 / 750) * 16 * 1vw) 0 0;
}

/* =====================
  対応エリア
===================== */
.article[data-id='6'] {
  position: relative;
  padding-top: calc((100 / 750) * 76 * 1vw);
  padding-bottom: calc((100 / 750) * 30 * 1vw);
  background-repeat: no-repeat;
  background-size: 100% calc((100 / 750) * 1000 * 1vw);
  background-position: center bottom;
  background-image: url('../../assets/img/lp/area_bg_2x.png');
  width: 100%;
  text-align: center;
}

.article[data-id='6']::before {
  content: '';
  display: block;
  background-color: #f5ecdf;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 22vw));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-height: calc((100 / 750) * 188 * 1vw);
}

.article[data-id='6'] picture[data-id='area-title'] img {
  width: calc((100 / 750) * 519 * 1vw);
}
.article[data-id='6'] p.cb {
  line-height: 1;
}
.article[data-id='6'] p.cb:first-of-type {
  margin-top: calc((100 / 750) * 72 * 1vw);
}

.article[data-id='6'] p.cb + .cb {
  margin-top: calc((100 / 750) * 15 * 1vw);
}

/* =====================
  ラストチャンス
===================== */
.article[data-id='7'] {
  position: relative;
  padding-top: calc((100 / 750) * 56 * 1vw);
  padding-bottom: calc((100 / 750) * 546 * 1vw);
  background-repeat: no-repeat;
  background-size: 100% calc((100 / 750) * 684 * 1vw);
  background-position: center bottom;
  background-image: url('../../assets/img/lp/closing_bg_2x.png');
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.article[data-id='7'] .inner::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../../assets/img/lp/closing_img_2x.png');
  width: calc((100 / 750) * 504 * 1vw);
  height: calc((100 / 750) * 551 * 1vw);
  position: absolute;
  bottom: calc((100 / 750) * -625 * 1vw);
  left: calc((100 / 750) * 121 * 1vw);
  pointer-events: none;
}

.article[data-id='7'] picture img {
  width: calc((100 / 750) * 690 * 1vw);
}
.article[data-id='7'] p.cb {
  line-height: 1;
}
.article[data-id='7'] p.cb:first-of-type {
  margin-top: calc((100 / 750) * 58 * 1vw);
}
.article[data-id='7'] p.cb:nth-of-type(2) {
  margin-top: calc((100 / 750) * 31 * 1vw);
}
.article[data-id='7'] p.cb:nth-of-type(3) {
  margin-top: calc((100 / 750) * 30 * 1vw);
}

/* =====================
  aside
===================== */
.aside {
  position: relative;
  background-color: #ffe500;
  padding-block: calc((100 / 750) * 50 * 1vw);
  z-index: 5;
}

.aside .btn_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc((100 / 750) * 24 * 1vw);
}

.aside .btn_wrap::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../../assets/img/lp/btn-set_img_2x.png');
  width: calc((100 / 750) * 254 * 1vw);
  height: calc((100 / 750) * 214 * 1vw);
  position: absolute;
  top: calc((100 / 750) * -212 * 1vw);
  left: 50%;
  transform: translateX(-50%);
}

.aside .btn_wrap .btn_unit {
  border-radius: calc((100 / 750) * 12 * 1vw);
  box-shadow: calc((100 / 750) * 6 * 1vw) calc((100 / 750) * 6 * 1vw) 0 rgba(0, 0, 0, 0.25);
}
.aside .btn_wrap .btn_unit picture img {
  width: calc((100 / 750) * 579 * 1vw);
}

/* =====================
  footer
===================== */
.footer {
  padding-block: calc((100 / 750) * 56 * 1vw) calc((100 / 750) * 46 * 1vw);
  text-align: center;
}

.footer .f-logo img {
  width: calc((100 / 750) * 402 * 1vw);
}
.footer address {
  font-size: calc((100 / 750) * 24 * 1vw);
  line-height: 1.5;
  margin-top: calc((100 / 750) * 10 * 1vw);
}

.footer small {
  display: block;
  font-size: calc((100 / 750) * 22 * 1vw);
  line-height: 1.64;
  margin-top: calc((100 / 750) * 22 * 1vw);
}

/* =====================
  totop
===================== */
.to-top {
  position: absolute;
  right: calc((100 / 750) * 10 * 1vw);
  bottom: calc((100 / 750) * 140 * 1vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/lp/to-top_2x.png');
  width: calc((100 / 750) * 180 * 1vw);
  height: calc((100 / 750) * 181 * 1vw);
  z-index: 15;
}

/* =====================
  animations
===================== */
.js-parallax {
  opacity: 0;
}

/* ==== MV ==== */
.article[data-id='1'] .mv-catch_wrap picture[data-id='1'].js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0.5em);
}
.article[data-id='1'] .mv-catch_wrap picture[data-id='2'].js-parallax {
  transition: all 0.5s ease-in-out 0.3s;
  transform: translateY(0.5em);
}
.article[data-id='1'] .mv-catch_wrap ul li:nth-child(1).js-parallax {
  transition: all 0.5s ease-in-out 0.5s;
  transform: translateY(0.5em);
}
.article[data-id='1'] .mv-catch_wrap ul li:nth-child(2).js-parallax {
  transition: all 0.5s ease-in-out 0.7s;
  transform: translateY(0.5em);
}
.article[data-id='1'] .mv-catch_wrap ul li:nth-child(3).js-parallax {
  transition: all 0.5s ease-in-out 0.9s;
  transform: translateY(0.5em);
}
.article[data-id='1'] .js-parallax.on {
  opacity: 1;
  transform: translateY(0);
}

/* ====お悩み・解決 ==== */
.article[data-id='2'] .worries h3.js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0.5em);
}
.article[data-id='2'] .worries .worries_content.js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0.5em);
}
.article[data-id='2'] .benefit picture[data-id='1'].js-parallax {
  transition: all 0.5s ease-in-out 0s;
}
.article[data-id='2'] .benefit .benefit-catch .js-parallax {
  transition: all 0.5s ease-in-out 0s;
}
.article[data-id='2'] .benefit picture[data-id='3'].js-parallax {
  transition: all 0.5s ease-in-out 0s;
}
.article[data-id='2'] .benefit .reason_wrap ul li.js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0.5em);
}
.article[data-id='2'] .js-parallax.on {
  opacity: 1;
  transform: translateY(0);
}

/* ==== 補助金 ==== */
.article[data-id='3'] .js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0.5em);
}
.article[data-id='3'] .subsidy_01 .lp-title.js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateX(-50%);
}
.article[data-id='3'] .subsidy_02 .lp-title.js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateX(-50%);
}
.article[data-id='3'] .js-parallax.on {
  opacity: 1;
  transform: translateY(0);
}
.article[data-id='3'] .subsidy_01 .lp-title.js-parallax.on,
.article[data-id='3'] .subsidy_02 .lp-title.js-parallax.on {
  transform: translateX(-50%);
}
/* ==== 利用者の声 ==== */
.article[data-id='4'] .js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0.5em);
}
.article[data-id='4'] .lp-title.js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateX(-50%);
}
.article[data-id='4'] .lp-title.js-parallax.on {
  transform: translateX(-50%);
}
.article[data-id='4'] .js-parallax.on {
  opacity: 1;
  transform: translateY(0);
}
/* ==== 利用者の声 ==== */
.article[data-id='5'] .js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0.5em);
}
.article[data-id='5'] .lp-title.js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateX(-50%);
}
.article[data-id='5'] .lp-title.js-parallax.on {
  transform: translateX(-50%);
}
.article[data-id='5'] .js-parallax.on {
  opacity: 1;
  transform: translateY(0);
}
/* ==== 対応エリア ==== */
.article[data-id='6'] .js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0.5em);
}

.article[data-id='6'] .js-parallax.on {
  opacity: 1;
  transform: translateY(0);
}
/* ==== クロージング ==== */
.article[data-id='7'] .js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0.5em);
}

.article[data-id='7'] .js-parallax.on {
  opacity: 1;
  transform: translateY(0);
}
