@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: 580px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 500px) {
  .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.06);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.06);
  }
  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: #03C300;
  background: linear-gradient(-45deg, #03C300 50%, #2dff2a 60%, #03C300 70%);
  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);
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: "Noto Sans JP", serif;
  color: #333333;
}
@media screen and (max-width: 580px) {
  body {
    position: static;
  }
}

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

a {
  text-decoration: none;
}

/* 上層固定背景 */
.bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #FCFCF6;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .bg {
    z-index: 2;
  }
}
@media screen and (max-width: 500px) {
  .bg {
    display: none;
  }
}

/* 上層固定背景 内部 */
.bg_content {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .bg_content {
    display: none;
  }
}

.bg_inner {
  width: 37vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4vw;
  padding-bottom: 6vw;
}
@media screen and (max-width: 1600px) {
  .bg_inner {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 1400px) {
  .bg_inner {
    padding-bottom: 10vw;
    width: 42vw;
  }
}
.bg_inner .cta_spark {
  width: 3.8vw;
}
.bg_inner .cta_spark::after {
  content: "";
  padding-top: 4.6vw;
}
.bg_inner .cta_spark_left {
  top: 1.6vw;
  left: 8vw;
}
.bg_inner .cta_spark_right {
  bottom: 12.8vw;
  right: 8vw;
}
@media screen and (max-width: 1600px) {
  .bg_inner .cta_spark_right {
    bottom: 14vw;
  }
}
@media screen and (max-width: 1400px) {
  .bg_inner .cta_spark_right {
    bottom: 16vw;
    right: 10vw;
  }
}

.bg_inner .cta_btn_inner img {
  width: 4.6vw;
}
.bg_inner .cta_btn_inner .cta_btn_txt {
  font-size: 1.8vw;
}

.lp_body {
  position: absolute;
  z-index: 3;
  margin-inline: auto;
  width: 100%;
  max-width: 500px;
  top: 0;
  right: 15%;
}
@media screen and (max-width: 1400px) {
  .lp_body {
    right: 6%;
  }
}
@media screen and (max-width: 1200px) {
  .lp_body {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .lp_body {
    position: static;
    transform: none;
    margin-inline: 0;
    overflow-x: hidden;
  }
}

/*--------------------- fv --------------------*/
.fv_top {
  background-color: #F1D447;
  line-height: 1.4;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
}
@media screen and (max-width: 580px) {
  .fv_top {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .fv_top {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  .fv_top {
    font-size: 17px;
  }
}

.fv_bottom {
  background-color: #FBDE49;
  padding: 20px 0;
  position: relative;
}

.fv_bottom_img {
  position: absolute;
  width: 36px;
  right: 28px;
  bottom: 0;
  animation: fv_bottom_img 1.4s ease-in-out infinite;
  transform-origin: bottom;
}
@media screen and (max-width: 500px) {
  .fv_bottom_img {
    right: 12px;
  }
}
@media screen and (max-width: 375px) {
  .fv_bottom_img {
    right: 4px;
  }
}
@media screen and (max-width: 350px) {
  .fv_bottom_img {
    display: none;
  }
}

@keyframes fv_bottom_img {
  0% {
    transform: rotate(4deg);
  }
  25% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-4deg);
  }
  75% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(4deg);
  }
}
.fv_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 398px;
}
@media screen and (max-width: 500px) {
  .fv_list {
    max-width: 290px;
  }
}
@media screen and (max-width: 375px) {
  .fv_list {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}

.fv_item {
  font-size: 24px;
  padding-left: 38px;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .fv_item {
    font-size: 18px;
    padding-left: 24px;
  }
}
.fv_item::after {
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/check_icon.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  .fv_item::after {
    width: 20px;
    height: 20px;
  }
}

.fv_item span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.fv_item span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #FFFEEB;
  left: 0;
  bottom: -2px;
  z-index: -1;
}

/*--------------------- cta --------------------*/
.cta {
  background-color: #FFFEEB;
  padding: 10px 0 140px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .cta {
    padding: 10px 0 120px;
  }
}

.cta_content {
  padding: 0 20px;
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
}

.cta_spark {
  width: 60px;
  position: absolute;
}
@media screen and (max-width: 500px) {
  .cta_spark {
    width: 10vw;
  }
}
.cta_spark::after {
  content: "";
  display: block;
  padding-top: 70px;
}
@media screen and (max-width: 500px) {
  .cta_spark::after {
    padding-top: 11vw;
  }
}

.cta_spark_left {
  top: 16px;
  left: 100px;
}
@media screen and (max-width: 500px) {
  .cta_spark_left {
    left: 14vw;
    top: 20px;
  }
}
.cta_spark_left .cta_spark_front {
  animation: future_item_inner 1.2s 0.2s infinite;
}
.cta_spark_left .cta_spark_back {
  animation: future_item_bg 1.2s 0.2s infinite;
}

.cta_spark_right {
  bottom: 220px;
  right: 120px;
}
@media screen and (max-width: 500px) {
  .cta_spark_right {
    right: 14vw;
    bottom: 200px;
  }
}
.cta_spark_right .cta_spark_front {
  animation: future_item_inner 1.2s 0.8s infinite;
}
.cta_spark_right .cta_spark_back {
  animation: future_item_bg 1.2s 0.8s infinite;
}

.cta_spark_front {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/effect1.webp);
  position: absolute;
  left: 0;
  top: 0;
  backface-visibility: hidden;
}

.cta_spark_back {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/effect1_back.webp);
  transform: rotateY(-180deg);
}

@keyframes future_item_bg {
  0% {
    transform: rotateY(-180deg);
  }
  50% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
@keyframes future_item_inner {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0);
  }
}
.cta_bubble {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .cta_bubble {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .cta_bubble {
    margin: 0 auto 8px;
  }
}
@media screen and (max-width: 350px) {
  .cta_bubble {
    font-size: 14px;
  }
}
.cta_bubble span {
  font-size: 24px;
  color: #FBDE49;
}
@media screen and (max-width: 500px) {
  .cta_bubble span {
    font-size: 18px;
  }
}

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

.cta_bubble_sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .cta_bubble_sp {
    display: block;
    text-align: center;
  }
}

.cta_btn {
  background-color: #03C300;
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  border-radius: 100px;
  padding: 5px;
  transition: all 0.5s;
  animation: dokundokun 1500ms ease infinite;
}

.cta_btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 8px;
  padding: 10px 0;
  border-radius: 100px;
  border: 3px solid #fff;
}
@media screen and (max-width: 500px) {
  .cta_btn_inner {
    padding: 6px 0;
  }
}
.cta_btn_inner img {
  width: 70px;
}
@media screen and (max-width: 500px) {
  .cta_btn_inner img {
    width: 48px;
  }
}
@media screen and (max-width: 375px) {
  .cta_btn_inner img {
    width: 36px;
  }
}
@media screen and (max-width: 350px) {
  .cta_btn_inner img {
    width: 24px;
  }
}

.cta_btn_txt {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 4px;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  .cta_btn_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .cta_btn_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  .cta_btn_txt {
    font-size: 16px;
  }
}
.cta_btn_txt span {
  color: #FFE004;
}

.cta_note {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .cta_note {
    font-size: 12px;
  }
}

/*--------------------- trouble --------------------*/
.trouble {
  background: linear-gradient(180deg, #333333 0%, #DEDEDE 100%);
  padding: 50px 0 0;
}

.trouble_wrap {
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .trouble_wrap {
    padding: 0 12px;
  }
}
@media screen and (max-width: 375px) {
  .trouble_wrap {
    padding: 0 8px;
  }
}

.trouble_heading {
  position: relative;
  margin-bottom: 24px;
}

.trouble_heading_txt {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  text-shadow: 0 3px 6px #000000;
}
@media screen and (max-width: 500px) {
  .trouble_heading_txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 350px) {
  .trouble_heading_txt {
    font-size: 22px;
  }
}

.trouble_heading_line {
  width: 72px;
  height: 6px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
}
@media screen and (max-width: 500px) {
  .trouble_heading_line {
    width: 54px;
    height: 4px;
  }
}

.trouble_heading_img {
  position: absolute;
  width: 94px;
  right: 40px;
  top: 48px;
}
@media screen and (max-width: 500px) {
  .trouble_heading_img {
    width: 70px;
    right: 20px;
  }
}

.trouble_content {
  padding-top: 170px;
  position: relative;
  width: 100%;
  overflow-y: hidden;
}
@media screen and (max-width: 375px) {
  .trouble_content {
    padding-top: 200px;
  }
}

.trouble_txt {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #Fff;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .trouble_txt {
    font-size: 17px;
    bottom: 46px;
  }
}
@media screen and (max-width: 400px) {
  .trouble_txt {
    font-size: 16px;
    bottom: 36px;
  }
}

.trouble_item {
  width: 194px;
  height: 132px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateY(-1320px);
  transition: all 0.9s;
}
@media screen and (max-width: 500px) {
  .trouble_item {
    width: 160px;
    height: 120px;
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .trouble_item {
    width: 150px;
  }
}

.move .trouble_item:nth-child(1) {
  animation: trouble_item 1s forwards;
}

.move .trouble_item:nth-child(2) {
  animation: trouble_item 1s 0.4s forwards;
}

.move .trouble_item:nth-child(3) {
  animation: trouble_item 1s 1.2s forwards;
}

.move .trouble_item:nth-child(4) {
  animation: trouble_item 1s 0.8s forwards;
}

@keyframes trouble_item {
  0% {
    transform: translateY(-1320px);
  }
  100% {
    transform: translateY(0);
  }
}
.trouble_item:nth-child(odd) {
  background-image: url(../img/trouble_bubble_black.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}

.trouble_item:nth-child(even) {
  background-image: url(../img/trouble_bubble_white.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.trouble_item:nth-child(1) {
  top: 0;
  left: 21px;
}
@media screen and (max-width: 500px) {
  .trouble_item:nth-child(1) {
    left: 0;
  }
}

.trouble_item:nth-child(2) {
  top: 28px;
  right: 21px;
}
@media screen and (max-width: 500px) {
  .trouble_item:nth-child(2) {
    right: 0;
  }
}

.trouble_item:nth-child(3) {
  top: 160px;
  right: 0;
}
@media screen and (max-width: 500px) {
  .trouble_item:nth-child(3) {
    top: 150px;
  }
}

.trouble_item:nth-child(4) {
  top: 132px;
  left: 0;
}
@media screen and (max-width: 500px) {
  .trouble_item:nth-child(4) {
    top: 122px;
  }
}

.trouble_bottom {
  position: absolute;
  width: 340px;
  color: #fff;
  padding: 10px 0;
  font-size: 26px;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  bottom: -76px;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  background-color: #333333;
  z-index: 4;
}
@media screen and (max-width: 500px) {
  .trouble_bottom {
    width: 300px;
    font-size: 20px;
    bottom: -56px;
    padding: 6px 0;
    line-height: 1.3;
  }
}
@media screen and (max-width: 375px) {
  .trouble_bottom {
    width: 260px;
    font-size: 18px;
    bottom: -46px;
  }
}

/*--------------------- solution --------------------*/
.solution {
  background-color: #DEDEDE;
  position: relative;
}

.solution_img {
  -webkit-clip-path: polygon(0 0, 50% 56px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 56px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 500px) {
  .solution_img {
    -webkit-clip-path: polygon(0 0, 50% 32px, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 32px, 100% 0, 100% 100%, 0 100%);
  }
}

.solution_top {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .solution_top {
    top: 16vw;
  }
}
.solution_top span {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .solution_top span {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .solution_top span {
    font-size: 21px;
  }
}

.solution_bottom {
  position: absolute;
  bottom: 64px;
  left: 24px;
}
@media screen and (max-width: 500px) {
  .solution_bottom {
    left: 12px;
  }
}
@media screen and (max-width: 350px) {
  .solution_bottom {
    left: 8px;
  }
}

.solution_bottom span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  z-index: 2;
  line-height: 1.8;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.77);
  transition: all 0.4s;
}
@media screen and (max-width: 500px) {
  .solution_bottom span {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  .solution_bottom span {
    font-size: 16px;
  }
}
.solution_bottom span::after {
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  width: 0%;
  background-color: #FFF329;
  bottom: 3px;
  left: 0;
  z-index: -1;
  transition: all 0.8s;
}
@media screen and (max-width: 500px) {
  .solution_bottom span::after {
    height: 8px;
  }
}

.solution_bottom.move span::after {
  width: 100%;
}

/*--------------------- book --------------------*/
.book {
  background-color: #FFFEEB;
  padding: 36px 0;
}

.book_heading {
  position: relative;
  margin-bottom: 16px;
}

.book_heading_img {
  position: absolute;
  width: 32px;
  bottom: 0;
  right: 24px;
  animation: fv_bottom_img 1.4s ease-in-out infinite;
  transform-origin: bottom;
}
@media screen and (max-width: 500px) {
  .book_heading_img {
    display: none;
  }
}

.book_heading_top {
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2px;
}
@media screen and (max-width: 500px) {
  .book_heading_top {
    line-height: 1.4;
    text-align: center;
  }
}

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

.book_heading_top_sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .book_heading_top_sp {
    display: block;
  }
}

.book_heading_txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}
@media screen and (max-width: 500px) {
  .book_heading_txt {
    font-size: 20px;
  }
}

.book_heading_line {
  width: 72px;
  height: 6px;
  background-color: #EAAA3A;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
}

.book_list {
  width: 460px;
  margin-left: auto;
}
@media screen and (max-width: 500px) {
  .book_list {
    width: 98%;
  }
}

.book_item {
  width: 100%;
  height: 64px;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .book_item {
    height: auto;
  }
}
.book_item::after {
  content: "";
  position: absolute;
  top: 4px;
  background-color: #EAAA3A;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  height: 100%;
}
.book_item:last-child {
  margin-bottom: 0;
}

.book_item_inner {
  background-color: #Fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  position: relative;
  z-index: 3;
  border: 1px solid #333333;
  border-right: none;
}
@media screen and (max-width: 500px) {
  .book_item_inner {
    gap: 8px;
    height: auto;
    padding: 12px 16px;
  }
}

.book_item_num {
  width: 46px;
  height: 46px;
  background-color: #FFF229;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .book_item_num {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

.book_item_txt {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .book_item_txt {
    font-size: 16px;
  }
}
.book_item_txt span {
  display: inline-block;
  color: #EAAA3A;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.book_item_txt span::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  height: 6px;
  background-color: #FFFEEB;
  z-index: -1;
}

/*--------------------- future --------------------*/
.future {
  padding: 16px 0 0;
  background-color: #FFFEEB;
}

.future_heading {
  padding: 0 20px;
  position: relative;
  margin-bottom: 8px;
}

.future_heading_line {
  display: block;
  width: 4px;
  background-color: #EAAA3A;
  height: 60px;
  margin: 0 auto 32px;
  border-radius: 100px;
}
@media screen and (max-width: 500px) {
  .future_heading_line {
    height: 40px;
    margin: 0 auto 16px;
  }
}

.future_heading_txt {
  font-size: 30px;
  font-weight: 500;
  text-align: 1.5;
}
@media screen and (max-width: 500px) {
  .future_heading_txt {
    font-size: 22px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .future_heading_txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .future_heading_txt {
    font-size: 21px;
  }
}
@media screen and (max-width: 350px) {
  .future_heading_txt {
    font-size: 20px;
  }
}

.future_heading_img {
  position: absolute;
  width: 78px;
  bottom: -32px;
  right: 32px;
}
@media screen and (max-width: 500px) {
  .future_heading_img {
    width: 60px;
    right: 16px;
  }
}
@media screen and (max-width: 400px) {
  .future_heading_img {
    width: 40px;
  }
}

.future_content {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 500px) {
  .future_content {
    overflow: hidden;
  }
}

.future_spark img {
  position: absolute;
  z-index: 10;
}
.future_spark img:nth-child(1) {
  width: 60px;
  top: 12px;
  left: 8px;
}
@media screen and (max-width: 500px) {
  .future_spark img:nth-child(1) {
    width: 40px;
  }
}
.future_spark img:nth-child(2) {
  width: 60px;
  bottom: 146px;
  right: 8px;
}
@media screen and (max-width: 500px) {
  .future_spark img:nth-child(2) {
    width: 40px;
  }
}
.future_spark img:nth-child(3) {
  width: 54px;
  top: -20px;
  right: 8px;
}
@media screen and (max-width: 500px) {
  .future_spark img:nth-child(3) {
    width: 32px;
  }
}
.future_spark img:nth-child(4) {
  width: 54px;
  bottom: 40px;
  left: 32px;
}
@media screen and (max-width: 500px) {
  .future_spark img:nth-child(4) {
    width: 32px;
  }
}

.future_item {
  width: 240px;
  position: absolute;
}
@media screen and (max-width: 500px) {
  .future_item {
    width: 200px;
  }
}
@media screen and (max-width: 350px) {
  .future_item {
    width: 180px;
  }
}
.future_item::after {
  content: "";
  display: block;
  padding-top: 170px;
}
@media screen and (max-width: 500px) {
  .future_item::after {
    padding-top: 140px;
  }
}
@media screen and (max-width: 350px) {
  .future_item::after {
    padding-top: 120px;
  }
}

.future_item.move .future_item_bg {
  animation: future_item_bg 1.2s 0.2s forwards;
}

@keyframes future_item_bg {
  0% {
    transform: rotateY(-180deg);
  }
  50% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
.future_item.move .future_item_inner {
  animation: future_item_inner 1.2s 0.2s forwards;
}

@keyframes future_item_inner {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0);
  }
}
.future_item_inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 32px;
  position: absolute;
  left: 0;
  top: 0;
  backface-visibility: hidden;
}
@media screen and (max-width: 500px) {
  .future_item_inner {
    padding-top: 26px;
  }
}
@media screen and (max-width: 350px) {
  .future_item_inner {
    padding-top: 19px;
  }
}

.future_item_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotateY(-180deg);
}

.future_item:nth-child(odd) .future_item_inner {
  background-image: url(../img/future_bubble_right.webp);
}

.future_item:nth-child(even) .future_item_inner {
  background-image: url(../img/future_bubble_left.webp);
}

.future_item:nth-child(odd) .future_item_bg {
  background-image: url(../img/future_bubble_left.webp);
}

.future_item:nth-child(even) .future_item_bg {
  background-image: url(../img/future_bubble_right.webp);
}

.future_item:nth-child(1) {
  top: 8px;
  right: 8px;
}
@media screen and (max-width: 400px) {
  .future_item:nth-child(1) {
    right: -12px;
  }
}

.future_item:nth-child(2) {
  top: 32px;
  left: 8px;
}
@media screen and (max-width: 500px) {
  .future_item:nth-child(2) {
    top: 58px;
  }
}
@media screen and (max-width: 400px) {
  .future_item:nth-child(2) {
    top: 68px;
    left: -12px;
  }
}

.future_item:nth-child(3) {
  bottom: 180px;
  right: 0;
}
@media screen and (max-width: 400px) {
  .future_item:nth-child(3) {
    right: -10px;
    bottom: 168px;
  }
}

.future_item:nth-child(4) {
  bottom: 100px;
  left: 0;
}
@media screen and (max-width: 400px) {
  .future_item:nth-child(4) {
    left: -12px;
  }
}

.future_item:nth-child(5) {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 400px) {
  .future_item:nth-child(5) {
    bottom: 0;
    right: -12px;
  }
}

.future_item_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .future_item_txt {
    font-size: 14px;
  }
}

.future_bottom {
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  .future_bottom {
    padding: 0 12px;
  }
}
@media screen and (max-width: 375px) {
  .future_bottom {
    padding: 0 8px;
  }
}

.future_bottom_inner {
  background-color: #fff;
  padding: 8px 40px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .future_bottom_inner {
    padding: 8px 12px;
  }
}

.future_bottom_spark {
  width: 56px;
  top: 12px;
  right: 12px;
  position: absolute;
}
@media screen and (max-width: 500px) {
  .future_bottom_spark {
    width: 32px;
  }
}

.future_bottom_img {
  width: 120px;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 500px) {
  .future_bottom_img {
    width: 90px;
  }
}
@media screen and (max-width: 375px) {
  .future_bottom_img {
    width: 72px;
  }
}

.future_bottom_txt {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  line-height: 1.8;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .future_bottom_txt {
    font-size: 16px;
  }
}
.future_bottom_txt span {
  display: inline-block;
  font-weight: 700;
  color: #EAAA3A;
  position: relative;
  z-index: 2;
}
.future_bottom_txt span::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
  background-color: #FFFEEB;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/*--------------------- qa --------------------*/
.qa {
  background-color: #FFF9D5;
  padding: 30px 0 46px;
}

.qa_wrap {
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  .qa_wrap {
    padding: 0 12px;
  }
}
@media screen and (max-width: 375px) {
  .qa_wrap {
    padding: 0 8px;
  }
}

.qa_heading {
  position: relative;
  margin-bottom: 16px;
}

.qa_heading_top {
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2px;
}

.qa_heading_txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}

.qa_heading_line {
  width: 72px;
  height: 6px;
  background-color: #EAAA3A;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
}

.qa_content {
  margin: 0 auto;
  width: 100%;
}

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

.qa_title {
  background: #fff;
  border: 1px solid #333333;
  cursor: pointer;
  padding: 16px 20px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .qa_title {
    padding: 16px 40px 16px 8px;
  }
}

.qa_title:after {
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  right: 22px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  .qa_title:after {
    width: 8px;
    height: 8px;
    right: 12px;
  }
}

.qa_title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.qa_title_inner {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .qa_title_inner {
    grid-template-columns: 32px 1fr;
    gap: 8px;
  }
}

.qa_title_icon {
  width: 40px;
  height: 40px;
  background-color: #FFF229;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .qa_title_icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

.qa_title_p {
  font-size: 18px;
  line-height: 1.4;
}

.qa_txt {
  display: none;
  padding: 16px 20px;
}
@media screen and (max-width: 500px) {
  .qa_txt {
    padding: 16px 8px;
  }
}

.qa_txt_inner {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 24px;
}
@media screen and (max-width: 500px) {
  .qa_txt_inner {
    grid-template-columns: 32px 1fr;
    gap: 8px;
  }
}

.qa_txt_icon {
  width: 40px;
  height: 40px;
  background-color: #FFF229;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .qa_txt_icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

.qa_txt_p {
  font-size: 16px;
  line-height: 1.4;
}

/*--------------------- profile --------------------*/
.profile {
  background-color: #FFF9D5;
  padding: 14px 0 40px;
}
@media screen and (max-width: 500px) {
  .profile {
    padding: 14px 0 48px;
  }
}

.profile_wrap {
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  .profile_wrap {
    padding: 0 12px;
  }
}
@media screen and (max-width: 375px) {
  .profile_wrap {
    padding: 0 8px;
  }
}

.profile_heading {
  position: relative;
  margin-bottom: 16px;
}

.profile_heading_top {
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2px;
}

.profile_heading_txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}

.profile_heading_line {
  width: 72px;
  height: 6px;
  background-color: #EAAA3A;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
}

.profile_img {
  margin-bottom: 8px;
}

.profile_name {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .profile_name {
    font-size: 24px;
  }
}

.profile_message {
  background-color: #Fff;
  padding: 20px 32px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .profile_message {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 500px) {
  .profile_message p {
    text-align: justify;
  }
}
  .footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
  }

  .footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 14px;
  }

  .footer-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
  }

  .footer-link:hover {
    text-decoration: underline;
  }

  .divider {
    color: #aaa;
  }

  /* スマホ対応 */
  @media (max-width: 600px) {
    .footer-links {
      flex-direction: column;
      gap: 5px;
    }
    .divider {
      display: none;
    }
  }
/*--------------------- fv --------------------*//*# sourceMappingURL=index.css.map */