@charset "UTF-8";
.pc_LL_display {
  display: none;
}

@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}

@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}

@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}

@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}

@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}

@media screen and (max-width: 445px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}

@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}

@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}

@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

/* animation */
.animation_dokundokun {
  animation: dokundokun 1500ms ease infinite;
}

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
}

.animation_fuwafuwa {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.animation_shiny {
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translateY(0);
}

@font-face {
  font-family: 'bahnschrift';
  src: url("bahnschrift.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 600px) {
  body {
    position: static;
  }
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/* 上層固定背景 */
.bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url(../images/lp/bg.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
  .bg {
    z-index: 2;
  }
}

@media screen and (max-width: 600px) {
  .bg {
    display: none;
  }
}

/* 上層固定背景 内部 */
.bg_content {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .bg_content {
    display: none;
  }
}

.bg_left {
  position: absolute;
  width: calc(100% - 445px - 25%);
  left: 0;
  top: 6vw;
}

.bg_left_inner {
  max-width: 600px;
  width: 95%;
  margin: 0 auto;
}

.bg_logo {
  width: 14vw;
  margin-bottom: 2vw;
}

.bg_right {
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.37);
  display: flex;
  align-items: end;
  padding-bottom: 4vw;
}

.bg_right img {
  width: 90%;
  margin: 0 auto 2vw;
  transform: translateX(120%) translateY(40px);
  transition: all 1.6s ease-out;
}

.bg_right.move img {
  transform: translateX(0);
}

.bg_nav {
  width: 90%;
  margin: 0 auto;
}

.bg_nav a {
  display: block;
  padding: 24px 0;
  border-bottom: 2px solid #333;
  text-align: center;
  font-weight: 700;
}

.bg_nav a:last-child {
  border-bottom: none;
}

.lp_body {
  position: absolute;
  z-index: 3;
  margin-inline: auto;
  width: 100%;
  background-color: #FFFFAE;
  max-width: 445px;
  top: 0;
  right: 25%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lp_body::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1000px) {
  .lp_body {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 445px) {
  .lp_body {
    position: static;
    transform: none;
    margin-inline: 0;
    overflow-x: hidden;
  }
}

.lp_body_bg {
  width: 375px;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden;
}

@media screen and (max-width: 445px) {
  .lp_body_bg {
    width: 100%;
  }
}

/*------------------- mv ------------------*/
.mv {
  position: relative;
}

.mv_list {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -24px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}

@media screen and (max-width: 445px) {
  .mv_pc {
    display: none;
  }
}

.mv_sp {
  display: none;
}

@media screen and (max-width: 445px) {
  .mv_sp {
    display: block;
  }
}

.mv_heading {
  display: none;
}

@media screen and (max-width: 445px) {
  .mv_heading {
    display: block;
    position: absolute;
    width: 88%;
    top: 12.8vw;
    left: 2.4vw;
    z-index: 5;
  }
}

.mv_img {
  display: none;
}

@media screen and (max-width: 445px) {
  .mv_img {
    display: block;
    width: 40%;
    position: absolute;
    top: 20vw;
    right: 12vw;
    z-index: 3;
    transform: translateX(200%) translateY(24px);
    transition: all 1.6s ease-out;
  }
}

.move .mv_img {
  transform: translateX(0);
}

.mv_list img {
  position: absolute;
  right: -24px;
  width: 100px;
  bottom: -20px;
  z-index: 5;
}

.mv_list ul {
  max-width: 335px;
  width: 96%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  border: 0.5px solid #333333;
  padding: 6px 12px;
}

.mv_list li {
  position: relative;
  padding: 8px 0 10px 20px;
}

.mv_list li::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  background-image: url(../images/lp/check.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.mv_list li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #16CCD6 1px, transparent 1px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}

/*------------------- cta ------------------*/
.cta {
  padding: 40px 0 24px;
  background-image: url(../images/lp/cta_bg.webp);
  background-size: cover;
}

.cta_wrap {
  width: 350px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 350px) {
  .cta_wrap {
    width: 100%;
  }
}

.cta_heading {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
}

.cta_heading img {
  width: 250px;
  margin: 0 auto;
}

.cta_content {
  position: absolute;
  top: 56px;
  max-width: 335px;
  width: 96%;
  left: 50%;
  transform: translateX(-50%);
}

.cta_img {
  width: 100px;
  position: absolute;
  bottom: 32px;
  right: -56px;
  transform: rotate(12deg);
}

.cta_top {
  font-size: 14px;
  display: block;
  width: fit-content;
  margin: 0 auto 12px;
}

@media screen and (max-width: 350px) {
  .cta_top {
    font-size: 12px;
    margin: 0 auto 6px;
  }
}

.cta_date {
  background-color: #54D7B9;
  border: 2px solid #fff;
  border-radius: 8px;
  outline: 4px solid #54D7B9;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 6px 24px;
}

.cta_date span {
  display: block;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 350px) {
  .cta_date span {
    font-size: 16px;
  }
}

.cta_btn {
  display: block;
  width: 320px;
  margin: 0 auto;
}

@media screen and (max-width: 350px) {
  .cta_btn {
    width: 280px;
  }
}

/*------------------- trouble ------------------*/
.trouble {
  position: relative;
  padding-bottom: 220px;
}

.trouble_bottom {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}

.trouble_wrap {
  background-image: url(../images/lp/trouble_bg.webp);
  background-size: cover;
  padding: 24px 0 80px;
  position: relative;
  z-index: 2;
}

.trouble_heading {
  text-align: center;
  width: fit-content;
  margin: 0 auto 24px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.8;
}

.trouble_heading img {
  display: inline-block;
  width: 154px;
  padding: 0 8px;
}

.trouble_list {
  width: fit-content;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 128px;
}

@media screen and (max-width: 445px) {
  .trouble_list {
    margin-bottom: 34vw;
  }
}

.trouble_list li {
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 8px;
}

@media screen and (max-width: 445px) {
  .trouble_list li {
    padding: 8px;
  }
}

@media screen and (max-width: 375px) {
  .trouble_list li {
    font-size: 15px;
  }
}

.trouble_txt {
  text-align: center;
  line-height: 1.8;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.trouble_txt span {
  background-color: #333333;
  display: inline-block;
  padding: 6px 12px;
  line-height: 1;
}

/*------------------- message ------------------*/
.message {
  background-image: url(../images/lp/message_bg.webp);
  background-size: cover;
  padding-bottom: 24px;
}

.message_wrap {
  max-width: 335px;
  width: 96%;
  margin: 0 auto;
}

.message_top {
  margin-bottom: 24px;
}

.message_top_line {
  background-color: #fff;
  display: block;
  width: fit-content;
  padding: 8px 12px;
  font-size: 14px;
}

.message_top_line:not(:last-child) {
  margin-bottom: 8px;
}

.message_top_line span {
  font-weight: 700;
  font-size: 20px;
  color: #16CCD6;
}

.message_top_line:nth-child(1) {
  padding: 8px 8px;
}

.message_top_line:nth-child(1) span {
  font-size: 17px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 375px) {
  .message_top_line:nth-child(1) span {
    font-size: 15px;
  }
}

.message_top_line:nth-child(1) span::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 100px;
  background: linear-gradient(to right, #FFF78F 0%, #FFA883 100%);
  transform: translateX(-50%) rotate(-0.4deg);
  position: absolute;
  bottom: -4px;
  left: 50%;
}

.message_bottom {
  position: relative;
  background-color: #fff;
  padding: 12px;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 500;
}

.message_bottom p:nth-child(1) {
  width: 198px;
}

@media screen and (max-width: 375px) {
  .message_bottom p:nth-child(1) {
    width: 170px;
  }
}

.message_bottom img {
  position: absolute;
  width: 130px;
  right: -10px;
  top: -120px;
}

@media screen and (max-width: 375px) {
  .message_bottom img {
    width: 120px;
  }
}

/*------------------- flow ------------------*/
.flow {
  padding: 24px 0;
}

.flow_wrap {
  max-width: 335px;
  width: 96%;
  margin: 0 auto;
}

.flow_heading {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
}

.flow_top {
  position: relative;
}

.flow_top img:nth-child(2),
.flow_top img:nth-child(3) {
  position: absolute;
  width: 42px;
  z-index: 5;
}

.flow_top img:nth-child(2) {
  top: 90px;
  left: -20px;
}

.flow_top img:nth-child(3) {
  top: 60px;
  right: -20px;
}

.flow_item {
  border-radius: 8px;
  padding: 12px;
  position: relative;
}

.flow_item:not(:last-child) {
  margin-bottom: 24px;
}

.flow_item:nth-child(odd) {
  border: 4px solid #54D7B9;
}

.flow_item:nth-child(even) {
  border: 4px solid #FF7626;
}

.flow_item:nth-child(even) .flow_item_num {
  color: #FF7626;
}

.flow_item:nth-child(even) .flow_item_ttl {
  background: linear-gradient(to bottom, #FFA883 0%, #FFF78F 100%);
}

.flow_item:nth-child(even) .flow_item_txt p span.color_txt {
  color: #FF7626;
}

.flow_item_hand {
  width: 60px;
  position: absolute;
  z-index: 12;
}

.flow_item:nth-child(1) .flow_item_img {
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.flow_item:nth-child(1) .flow_item_hand {
  transform: scale(-1, 1);
  right: -24px;
  top: 140px;
}

.flow_item:nth-child(2) .flow_item_img {
  position: static;
  width: 156px;
  margin: 8px auto;
}

.flow_item:nth-child(2) .flow_item_img.bottom {
  width: 300px;
  margin: 0 auto;
}

.flow_item:nth-child(2) .flow_item_ttl.bottom {
  margin: 0 auto 8px;
}

.flow_item:nth-child(2) .flow_item_hand:nth-child(1) {
  left: -24px;
  top: 260px;
}

.flow_item:nth-child(2) .flow_item_hand:nth-child(2) {
  right: -24px;
  transform: scale(-1, 1);
  bottom: 120px;
}

.flow_item:nth-child(3) .flow_item_hand:nth-child(1) {
  right: -24px;
  transform: scale(-1, 1);
  top: 260px;
}

.flow_item:nth-child(3) .flow_item_hand:nth-child(2) {
  left: -24px;
  bottom: 60px;
}

.flow_item:nth-child(4) .flow_item_txt p:nth-child(1) {
  width: 240px;
}

.flow_item:nth-child(4) .flow_item_img {
  width: 130px;
  position: absolute;
  top: 31px;
  right: -24px;
}

@media screen and (max-width: 375px) {
  .flow_item:nth-child(4) .flow_item_img {
    width: 120px;
    top: 42px;
  }
}

.flow_item:nth-child(4) .flow_item_hand {
  left: -24px;
  bottom: 60px;
}

.flow_item:nth-child(5) .flow_item_hand {
  right: -24px;
  transform: scale(-1, 1);
  top: 200px;
}

.flow_item:nth-child(6) .flow_item_hand {
  left: -24px;
  bottom: 80px;
}

.flow_item_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.flow_item_top h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}

.flow_item_top h3 span {
  font-weight: 500;
}

.flow_item_num {
  font-family: 'bahnschrift', sans-serif;
  color: #16CCD6;
  font-weight: 700;
  font-size: 24px;
}

.flow_item_txt {
  position: relative;
  z-index: 5;
}

.flow_item_txt p {
  line-height: 1.6;
  font-weight: 500;
  padding: 0 4px;
}

.flow_item_txt p span.color_txt {
  color: #16CCD6;
  font-weight: 700;
}

.flow_item_txt p span.bold_txt {
  font-weight: 700;
}

.flow_item_txt p.center {
  text-align: center;
}

.flow_item_txt .mb {
  margin-bottom: 8px;
}

.flow_item_list {
  width: fit-content;
  margin: 0 auto;
}

.flow_item_list li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  padding: 6px 0 10px 20px;
}

.flow_item_list li::after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/lp/check_orange.webp);
  background-size: 100% 100%;
}

.flow_item_list li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #FF7626 1px, transparent 1px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}

.flow_item_ttl {
  background: linear-gradient(to bottom, #40FEE8 0%, #FFFFAE 100%);
  padding: 8px 0;
  margin: 12px 0;
  position: relative;
  z-index: 2;
}

.flow_item_ttl span {
  line-height: 1.8;
  display: block;
  width: fit-content;
  font-weight: 700;
  position: relative;
  margin: 0 auto;
}

.flow_item_ttl span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  top: 8px;
  left: -20px;
  background-image: url(../images/lp/check_black.webp);
  background-size: 100% 100%;
}

.flow_item_bottom {
  padding: 16px 0 40px;
}

.flow_item_bottom h4 {
  display: block;
  width: fit-content;
  font-weight: 700;
  color: #16CCD6;
  margin: 0 auto 8px;
}

.flow_item_bottom p {
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}

.flow_item_inner {
  padding-bottom: 80px;
  position: relative;
}

.flow_item_inner img {
  width: 182px;
  position: absolute;
  right: -34px;
  bottom: 8px;
}

.flow_item_point li {
  position: relative;
  padding-left: 16px;
  line-height: 1.8;
}

.flow_item_point li::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: #333333;
  top: 12px;
  left: 6px;
}

.flow_item_point li .bold_txt {
  font-weight: 700;
}

/*------------------- schedule ------------------*/
.schedule_top {
  position: relative;
}

.schedule_top_txt {
  position: absolute;
  left: 20px;
  bottom: 24px;
}

.schedule_content:nth-child(2) .schedule_top_txt {
  left: 20px;
  top: 24px;
}

.schedule_content:nth-child(2) .schedule_top_txt > span h2 {
  color: #FF7626;
}

.schedule_content:nth-child(2) .schedule_top_txt > span:nth-child(2) h2 {
  font-size: 20px;
}

.schedule_content:nth-child(2) .schedule_top img:nth-child(2) {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}

@media screen and (max-width: 375px) {
  .schedule_content:nth-child(2) .schedule_top img:nth-child(2) {
    width: 160px;
  }
}

@media screen and (max-width: 350px) {
  .schedule_content:nth-child(2) .schedule_top img:nth-child(2) {
    width: 140px;
  }
}

.schedule_top_txt > span {
  background-color: #fff;
  display: block;
  padding: 8px 12px;
  border-radius: 4px;
  width: fit-content;
}

.schedule_top_txt > span h2 {
  display: inline-block;
  margin-right: 8px;
  font-size: 22px;
  color: #16CCD6;
  font-weight: 700;
}

.schedule_top_txt > span:nth-child(2) {
  font-weight: 700;
  margin-top: 8px;
}

.schedule_top_txt > span:nth-child(2) span {
  color: #16CCD6;
  display: inline-block;
  margin-right: 8px;
}

.schedule_table {
  padding: 24px 20px;
}

@media screen and (max-width: 375px) {
  .schedule_table {
    padding: 20px 8px;
  }
}

.schedule_bottom {
  position: relative;
}

.schedule_bottom_heading {
  position: absolute;
  width: 190px;
  top: 0;
  left: 0;
}

.schedule_bottom_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 335px;
  transform: translate(-50%, -50%);
}

.schedule_photo {
  padding: 48px 0 16px;
  position: relative;
}

.schedule_photo_txt {
  font-weight: 700;
  line-height: 1.8;
  display: block;
  position: absolute;
  font-size: 18px;
  top: 20px;
  left: 20px;
}

.schedule_photo_heading {
  position: absolute;
  width: 200px;
  left: 52%;
  transform: translateX(-50%);
  bottom: 128px;
}

/*------------------- merit ------------------*/
.merit {
  position: relative;
}

.merit_top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.merit_wrap {
  max-width: 335px;
  width: 96%;
  margin: 0 auto;
  padding: 24px 0;
}

.merit_item {
  background: linear-gradient(145deg, #FFF78F 0%, #FFA883 100%);
  border-radius: 12px;
  padding: 20px 16px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.merit_item:not(:last-child) {
  margin-bottom: 24px;
}

.merit_item:nth-child(1) {
  padding: 68px 16px 20px;
}

.merit_num {
  font-family: 'Bahnschrift', sans-serif;
  color: #fff;
  font-size: 248px;
  font-weight: 700;
  position: absolute;
  bottom: -66px;
  left: 120px;
}

@media screen and (max-width: 375px) {
  .merit_num {
    font-size: 220px;
  }
}

.merit_item p {
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.merit_heading {
  width: 275px;
  background-color: #fff;
  margin: 0 auto 24px;
  padding: 8px 0;
  position: relative;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.merit_heading::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.merit_heading h2 {
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
}

.merit_heading h2 .color_txt {
  color: #FF7626;
}

.merit_heading h2 .line_txt {
  display: inline-block;
  position: relative;
}

.merit_heading h2 .line_txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-image: url(../images/lp/line.webp);
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
}

/*------------------- target ------------------*/
.target {
  background-image: url(../images/lp/message_bg.webp);
  background-size: cover;
  padding-bottom: 150px;
  width: 100%;
  position: relative;
}

.target_img {
  position: absolute;
  width: 210px;
  bottom: 0;
  right: 0;
}

.target_list {
  max-width: 335px;
  width: 96%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  border: 0.5px solid #333333;
  padding: 6px 12px;
}

.target_list li {
  position: relative;
  padding: 8px 0 10px 20px;
  line-height: 1.5;
}

.target_list li::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  background-image: url(../images/lp/check.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.target_list li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #16CCD6 1px, transparent 1px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}

/*------------------- join ------------------*/
.join .cta_btn {
  margin-top: 12px;
}

.join_wrap {
  padding: 24px 0 0;
}

.join_heading {
  background-color: #16CCD6;
  margin: 0 auto 12px;
  padding: 8px 0;
  max-width: 335px;
  width: 96%;
  position: relative;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}

.join_heading::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  background-color: #16CCD6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.join_item {
  padding: 16px 20px;
}

@media screen and (max-width: 375px) {
  .join_item {
    padding: 16px 8px;
  }
}

.join_item:nth-child(even) {
  background: linear-gradient(to bottom, rgba(64, 254, 232, 0.3) 0%, rgba(255, 255, 174, 0.3) 100%);
}

.join_top {
  display: grid;
  grid-template-columns: 50px 1fr;
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 375px) {
  .join_top {
    grid-template-columns: 38px 1fr;
  }
}

.join_num {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #16CCD6;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Bahnschrift', sans-serif;
  padding-top: 2px;
}

@media screen and (max-width: 375px) {
  .join_num {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}

.join_ttl {
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

@media screen and (max-width: 350px) {
  .join_ttl {
    font-size: 16px;
  }
}

.join_ttl img {
  width: 20px;
}

@media screen and (max-width: 350px) {
  .join_ttl img {
    width: 16px;
  }
}

.join_txt {
  padding-left: 50px;
  font-weight: 500;
  line-height: 1.5;
}

/*------------------- qa ------------------*/
.qa {
  background: linear-gradient(to bottom, #FFA883 0%, #FFF78F 100%);
  padding: 24px 0;
}

.qa_heading {
  background-color: #fff;
  margin: 0 auto 32px;
  padding: 8px 0;
  max-width: 335px;
  width: 96%;
  position: relative;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 4px;
  color: #FF7626;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}

.qa_heading::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.qa_content {
  max-width: 335px;
  width: 96%;
  margin: 0 auto;
}

.qa_list:not(:first-child) {
  margin-top: 20px;
}

.qa_title {
  background: #fff;
  cursor: pointer;
  padding: 12px;
  border: 1px solid #333;
  border-radius: 4px;
}

.qa_title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  font-family: 'Bahnschrift', sans-serif;
  padding-top: 1px;
}

.qa_title_inner {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
}

.qa_txt {
  background-color: #fff;
  display: none;
  padding: 12px;
  border: 1px solid #333;
  border-radius: 4px;
}

.qa_txt_inner {
  display: grid;
  grid-template-columns: 40px 1fr;
  font-weight: 500;
  line-height: 1.5;
}

.qa_txt span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #FFA726 0%, #FF4EB8 100%);
  color: #fff;
  font-size: 20px;
  font-family: 'Bahnschrift', sans-serif;
  padding-top: 1px;
}

/*------------------- attention ------------------*/
.attention {
  position: relative;
}

.attention_heading {
  position: absolute;
  width: 335px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

/*------------------- company ------------------*/
.company {
  background-color: #16CCD6;
  padding: 24px 20px;
  color: #fff;
}

@media screen and (max-width: 375px) {
  .company {
    padding: 24px 8px;
  }
}

.company h2 {
  line-height: 1.5;
  font-weight: 700;
}

.company p {
  font-size: 14px;
  line-height: 1.5;
}

.company p.mb {
  margin-bottom: 12px;
}

.company_access {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 6px;
  margin-bottom: 12px;
}

.company_access img {
  margin-top: 2px;
}

.company_map {
  width: 100%;
  height: 120px;
}

.company_map iframe {
  width: 100%;
  height: 100%;
}

/*------------------- contact ------------------*/
.contact {
  padding: 40px 0;
}

.contact_heading {
  background-color: #16CCD6;
  margin: 0 auto 32px;
  padding: 8px 0;
  max-width: 335px;
  width: 96%;
  position: relative;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}

.contact_heading::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  background-color: #16CCD6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.contact_form {
  max-width: 335px;
  width: 96%;
  margin: 0 auto;
}

.contact_confirm {
  max-width: 335px;
  width: 96%;
  margin: 0 auto;
}

.contact_confirm .contact_ttl {
  color: #fff;
  display: block;
  width: fit-content;
  padding: 4px 12px;
  font-weight: 500;
  background-color: #333;
  margin-bottom: 0;
}

.contact_confirm .contact_item {
  margin-bottom: 12px;
}

.contact_item {
  margin-bottom: 20px;
}

.contact_item:last-child {
  margin-bottom: 40px;
}

.contact_ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 6px;
}

.contact_ttl span {
  display: block;
  width: fit-content;
  padding: 2px 8px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
}

.contact_input input,
.contact_input textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 8px 12px;
  line-height: 1.4;
}

.contact_confirm .contact_input input,
.contact_confirm .contact_input textarea {
  pointer-events: none;
  border: none;
}

.contact_btn {
  cursor: pointer;
  width: 300px;
  height: 55px;
  margin: 0 auto;
  position: relative;
  border-radius: 100px;
  border: 2px solid #333;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 480px) {
  .contact_btn {
    width: 280px;
  }
}

.contact_btn::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(../images/lp/btn_arrow.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.contact_btn input,
.contact_btn span,
.contact_btn button {
  background: linear-gradient(to bottom, #40FEE8 0%, #FFFFAE 100%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 100px;
  cursor: pointer;
  padding: 0;
}

.contact_thanks {
  display: none;
}

.contact_thanks_txt {
  padding: 0 20px 40px;
  font-weight: 500;
  line-height: 1.7;
}

.wpcf7-response-output {
  display: none;
}
