@charset "UTF-8";
/* =====================
  Custom properties
===================== */

/* =====================
  main
===================== */
.inner {
  position: relative;
  width: 1300px;
  margin-inline: auto;
}
p.cb {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
p.cb + .cb {
  margin-top: 22px;
}
.double {
  width: fit-content;
  border-radius: 50rem;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-inline: auto;
  padding: 4px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.double span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-inline: 32px;
  padding-block: 16px;
  border: 1px solid #000;
  border-radius: 50rem;
  white-space: nowrap;
}
.lp-title {
  display: block;
  width: max-content;
}

/* =====================
  mv
===================== */
.article[data-id='1'] {
  position: relative;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: 100% 717px;
  background-position: center top;
  background-image: url('../../assets/img/lp/mv_bg.png');
  width: 100%;
  min-height: 717px;
  padding-bottom: 42px;
}
.article[data-id='1'] .lp-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-inline: 0 24px;
}
.article[data-id='1'] .lp-header .h-btn {
  margin-top: 16px;
}

/* .article[data-id='1'] .lp-header .h-btn a .hover {
  display: none;
}
.article[data-id='1'] .lp-header .h-btn a:hover picture {
  display: none;
}
.article[data-id='1'] .lp-header .h-btn a:hover .hover {
  display: block;
} */

.article[data-id='1'] .mv-catch_wrap {
  position: relative;
  display: grid;
  justify-items: center;
  justify-content: end;
  padding-inline: 47px;
  margin-top: 14px;
}
.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.png');
  width: 690px;
  height: 431px;
  position: absolute;
  top: 0;
  left: 39px;
  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.png');
  width: 441px;
  height: 336px;
  position: absolute;
  bottom: -42px;
  left: 306px;
  pointer-events: none;
  z-index: 4;
}
.article[data-id='1'] .mv-catch_wrap picture {
  display: block;
  position: relative;
  z-index: 3;
}
.article[data-id='1'] .mv-catch_wrap picture[data-id='2'] {
  margin-top: 28px;
}
.article[data-id='1'] .mv-catch_wrap ul {
  display: flex;
  gap: 19px;
  margin-top: 29px;
}

/* =====================
  お悩み解決
===================== */
.article[data-id='2'] {
  position: relative;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: 100% 4331px;
  background-position: center top;
  background-image: url('../../assets/img/lp/benefit_bg.png');
  width: 100%;
  padding-top: 80px;
  padding-bottom: 86px;
  text-align: center;
}
.article[data-id='2'] .worries_content {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-top: 79px;
  padding-bottom: 141px;
}
.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.png');
  width: 1100px;
  height: 797px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.article[data-id='2'] .worries_content picture {
  display: block;
  position: relative;
  z-index: 2;
  width: max-content;
  margin-inline: auto;
}
.article[data-id='2'] .benefit {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  width: 1100px;
  margin-inline: auto;
  padding-block: 586px 105px;
  padding-inline: 34px;
  text-align: center;
  margin-top: 10px;
}
.article[data-id='2'] .benefit picture {
  display: block;
  width: max-content;
  margin-inline: auto;
}
.article[data-id='2'] .benefit picture[data-id='1'] {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.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.png');
  width: 960px;
  height: 661px;
  position: absolute;
  top: 0;
  left: 36px;
}
.article[data-id='2'] .benefit picture[data-id='3'] {
  position: relative;
  z-index: 3;
  margin-top: 20px;
}
.article[data-id='2'] .benefit .reason_wrap {
  position: relative;
  margin-top: 57px;
}
.article[data-id='2'] .benefit .reason_wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 64px 36px;
  justify-content: center;
  margin-top: 79px;
}
.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.png');
  width: 1210px;
  height: 487px;
  position: absolute;
  bottom: 64px;
  left: -87px;
}
.article[data-id='2'] .benefit .reason_wrap ul li {
  width: 320px;
}
.article[data-id='2'] .benefit .reason_wrap ul li .reason_unit {
  border: solid 1px #aaa;
  border-radius: 0 0 24px 24px;
  padding-inline: 24px;
  padding-block: 24px 13px;
}
.article[data-id='2'] .benefit .reason_wrap ul li .reason_unit p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  margin-top: 14px;
}
/* =====================
  補助金
===================== */
.article[data-id='3'] {
  position: relative;
  background-color: #f5ecdf;
  background-repeat: no-repeat;
  background-size: 100% 1461px;
  background-position: center top;
  background-image: url('../../assets/img/lp/subsidy_bg.png');
  width: 100%;
  padding-top: 335px;
}
.article[data-id='3'] .subsidy_01,
.article[data-id='3'] .subsidy_02 {
  position: relative;
}
.article[data-id='3'] .lp-title {
  position: absolute;
  top: -256px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.article[data-id='3'] .subsidy_wrap {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  width: 1100px;
  margin-inline: auto;
  padding-block: 160px 80px;
  padding-inline: 70px;
  text-align: center;
}
.article[data-id='3'] .subsidy_wrap ul li + li {
  position: relative;
  margin-top: 80px;
}
.article[data-id='3'] .subsidy_01 .subsidy_wrap ul li + li::before {
  content: '';
  display: block;
  width: 900px;
  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: 76px;
  margin-top: 80px;
}
.article[data-id='3'] .subsidy_wrap ul li .no picture:first-of-type {
  display: block;
  padding-right: 60px;
  padding-block: 38px;
  border-right: solid 1px #aaa;
}
.article[data-id='3'] .subsidy_wrap ul li .bg-g_50 {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff;
  border-radius: 50rem;
  background-color: #444;
  margin-inline: 30px;
  margin-top: 78px;
}
.article[data-id='3'] .subsidy_wrap ul li .subsidy-img {
  display: block;
  margin-top: 80px;
}
.article[data-id='3'] .subsidy_wrap ul li .mado-table {
  margin-top: 79px;
}
.article[data-id='3'] .subsidy_wrap ul li[data-id='2'] p[data-id='text'] {
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  margin-top: 40px;
}
.article[data-id='3'] .subsidy_wrap .cb {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  margin-top: 78px;
}
.article[data-id='3'] .subsidy_wrap .double {
  bottom: -40px;
}
.article[data-id='3'] .subsidy_wrap .double span {
  padding-inline: 60px;
}
/* ==== 補助金活用事例 ==== */
.article[data-id='3'] .subsidy_02 {
  margin-top: 335px;
}
.article[data-id='3'] .subsidy_02 .subsidy_wrap {
  padding-block: 50px 80px;
  padding-inline: 60px;
}
.article[data-id='3'] .subsidy_02 .cb {
  margin-top: 60px;
}
.article[data-id='3'] .subsidy_02 .katsuyo_wrap {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-top: 74px;
  padding-right: 14px;
}
.article[data-id='3'] .subsidy_02 .katsuyo_wrap picture {
  display: block;
  flex-shrink: 0;
}
.article[data-id='3'] .subsidy_02 .katsuyo_wrap .katsuyo_unit {
  width: 400px;
  margin-top: 111px;
}
.article[data-id='3'] .subsidy_02 .katsuyo_wrap .katsuyo_unit h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding-block: 4px;
  border-radius: 50rem;
  background-color: #ef4646;
}
.article[data-id='3'] .subsidy_02 .katsuyo_wrap .katsuyo_unit ul {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 16px;
  margin-inline: 70px;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}
.article[data-id='3'] .subsidy_02 .katsuyo_wrap .katsuyo_unit ul li + li {
  margin-top: 8px;
}
.article[data-id='3'] .subsidy_02 .katsuyo_wrap .katsuyo_unit > ul li::before {
  content: '・';
  display: inline-block;
  margin-right: 10px;
}
.article[data-id='3'] .subsidy_02 .katsuyo_wrap .katsuyo_unit .add-answer {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 16px;
}
.article[data-id='3'] .subsidy_02 .subsidy_wrap > picture {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 24px;
  padding: 24px 40px;
  margin-top: 80px;
}
.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.png');
  width: 138px;
  height: 244px;
  position: absolute;
  top: 44px;
  right: -94px;
}
.article[data-id='3'] .subsidy_02 .subsidy_wrap .eg {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 80px;
}
.article[data-id='3'] .subsidy_02 .subsidy_wrap .eg::before {
  content: '※';
  display: inline-block;
  margin-right: 8px;
}
/* =====================
  利用者の声
===================== */
.article[data-id='4'] {
  position: relative;
  background-color: #6498d7;
  padding-top: 431px;
  background-repeat: no-repeat;
  background-size: 100% 1168px;
  background-position: center top;
  background-image: url('../../assets/img/lp/voice_bg.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: 590px;
}
.article[data-id='4'] .lp-title {
  position: absolute;
  top: -276px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.article[data-id='4'] .voice_wrap {
  background-color: #fff;
  border-radius: 40px;
  width: 1100px;
  margin-inline: auto;
  padding-block: 80px;
  padding-inline: 70px;
}
.article[data-id='4'] .voice_wrap .voice-list > li {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
}
.article[data-id='4'] .voice_wrap .voice-list > li + li {
  margin-top: 80px;
}
.article[data-id='4'] .voice_wrap .voice-list > li .voice-title {
  background-color: #0152b4;
  padding: 32px;
  border-radius: 16px 16px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article[data-id='4'] .voice_wrap .voice-list > li .voice-title span {
  display: block;
  font-size: 20px;
  text-align: right;
}
.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment {
  padding: 24px 32px;
  display: grid;
  grid-template-areas:
    'img body'
    'img table';
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 16px 24px;
}
.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment picture {
  display: block;
  grid-area: img;
}
.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment p {
  grid-area: body;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment table {
  grid-area: table;
}
.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: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #121314;
  border: 1px solid #d0d9e3;
  padding-block: 8px;
  padding-inline: 16px;
}
.article[data-id='4'] .voice_wrap .voice-list > li .voice-comment table tr th {
  width: 241px;
  font-weight: bold;
  background-color: #ecf0f5;
}
.article[data-id='4'] .voice_wrap .voice-img_wrap {
  padding-inline: 32px;
  padding-block: 8px 32px;
  margin-top: 8px;
}
.article[data-id='4'] .voice_wrap .voice-img_wrap h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  padding: 8px 16px;
  background-color: #6498d7;
}
.article[data-id='4'] .voice_wrap .voice-img_wrap ul {
  display: flex;
  justify-content: space-between;
  margin-inline: 20px;
  padding-block: 24px 14px;
}
.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.png');
  width: 48px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: -64px;
  transform: translateY(-50%);
}
.article[data-id='4'] .voice_wrap .voice-img_wrap ul > li > p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.article[data-id='4'] .voice_wrap .eg {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 80px;
  display: flex;
  gap: 8px;
}
.article[data-id='4'] .voice_wrap .eg::before {
  content: '※';
  display: block;
}
/* =====================
  よくある質問
===================== */
.article[data-id='5'] {
  position: relative;
  background-color: #f5ecdf;
  padding-top: 431px;
}
.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: 561px;
}
.article[data-id='5'] .lp-title {
  position: absolute;
  top: -276px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.article[data-id='5'] .qa_wrap {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  width: 1100px;
  margin-inline: auto;
  padding-block: 80px;
  padding-inline: 70px;
}
.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.png');
  width: 233px;
  height: 294px;
  position: absolute;
  top: -240px;
  right: 80px;
}
.qa_wrap .qa-list li {
  border-radius: 16px;
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.4);
}
.qa_wrap .qa-list li + li {
  margin-top: 80px;
}
.qa_wrap .qa-list li .q-title {
  position: relative;
  background-color: #50ac24;
  border-radius: 16px;
  padding: 40px;
}

.qa_wrap .qa-list li .q-title h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  padding-right: 56px;
  display: flex;
}
.qa_wrap .qa-list li .q-title h3::before {
  content: 'Q';
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  margin-right: 56px;
}

/*アコーディオンで現れるエリア*/
.qa-box {
  display: none;
  /*はじめは非表示*/
  padding-block: 40px;
  padding-left: 114px;
  padding-right: 40px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
.qa-box p {
  font-size: 24px;
  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: 24px;
  height: 14px;
  transition: 0.3s;
  right: 0;
  top: 16px;
  transform: rotate(180deg);
}
/*　closeというクラスがついたら形状変化　*/
section.close .q-title h3:after {
  transform: rotate(0deg);
}
.qa_wrap .qa-list li section.close .q-title {
  border-radius: 16px 16px 0 0;
}

/* =====================
  対応エリア
===================== */
.article[data-id='6'] {
  position: relative;
  padding-top: 240px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: 100% 1000px;
  background-position: center bottom;
  background-image: url('../../assets/img/lp/area_bg.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: 498px;
}
.article[data-id='6'] p.cb:first-of-type {
  margin-top: 72px;
}
.article[data-id='6'] p.cb + .cb {
  margin-top: 8px;
}
/* =====================
  ラストチャンス
===================== */
.article[data-id='7'] {
  position: relative;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-size: 100% 806px;
  background-position: center bottom;
  background-image: url('../../assets/img/lp/closing_bg.png');
  width: 100%;
  min-height: 806px;
  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.png');
  width: 624px;
  height: 681px;
  position: absolute;
  bottom: -474px;
  right: -47px;
  pointer-events: none;
}
.article[data-id='7'] p.cb:first-of-type {
  margin-top: 54px;
}
/* =====================
  aside
===================== */
.aside {
  position: relative;
  background-color: #ffe500;
  padding-block: 52px;
  z-index: 3;
}
.aside .btn_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-left: 200px;
}
.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.png');
  width: 334px;
  height: 241px;
  position: absolute;
  bottom: -52px;
  left: 7px;
}
.aside .btn_wrap .btn_unit {
  border-radius: 8px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25);
}
/*
.aside .btn_wrap .btn_unit .hover {
  display: none;
}
.aside .btn_wrap .btn_unit .tel-btn:hover picture {
  display: none;
}
.aside .btn_wrap .btn_unit .tel-btn:hover .hover {
  display: block;
}
.aside .btn_wrap .btn_unit .form-btn:hover picture {
  display: none;
}
.aside .btn_wrap .btn_unit .form-btn:hover .hover {
  display: block;
} */

/* =====================
  footer
===================== */
.footer {
  padding-block: 56px 40px;
  text-align: center;
}
.footer address {
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
}
.footer small {
  display: block;
  font-size: 16px;
  line-height: 2.25;
  margin-top: 16px;
}
/* =====================
  totop
===================== */
.to-top {
  position: absolute;
  right: 80px;
  bottom: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/lp/to-top.png');
  width: 120px;
  height: 121px;
  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:nth-child(1).js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0.5em);
}
.article[data-id='2'] .benefit .reason_wrap ul li:nth-child(2).js-parallax {
  transition: all 0.5s ease-in-out 0.2s;
  transform: translateY(0.5em);
}
.article[data-id='2'] .benefit .reason_wrap ul li:nth-child(3).js-parallax {
  transition: all 0.5s ease-in-out 0.4s;
  transform: translateY(0.5em);
}
.article[data-id='2'] .benefit .reason_wrap ul li:nth-child(4).js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0.5em);
}
.article[data-id='2'] .benefit .reason_wrap ul li:nth-child(5).js-parallax {
  transition: all 0.5s ease-in-out 0.2s;
  transform: translateY(0.5em);
}
.article[data-id='2'] .js-parallax.on {
  opacity: 1;
  transform: translateY(0);
}

/* ==== 補助金 ==== */
.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_01 .subsidy_wrap .js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateX(0.5em);
}
.article[data-id='3'] .js-parallax.on {
  opacity: 1;
  transform: translateY(0);
}
.article[data-id='3'] .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);
}
