@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 {
  -webkit-animation: dokundokun 1500ms ease infinite;
          animation: dokundokun 1500ms ease infinite;
}

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

@keyframes dokundokun {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.animation_fuwafuwa {
  -webkit-animation: fuwafuwa 2s linear infinite;
          animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

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

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animation_shiny {
  background: #03c300;
  background: -webkit-linear-gradient(135deg, #03c300 50%, rgb(45.2769230769, 255, 42) 60%, #03c300 70%);
  background: linear-gradient(-45deg, #03c300 50%, rgb(45.2769230769, 255, 42) 60%, #03c300 70%);
  background-size: 600% 100%;
  -webkit-animation: shine 20s infinite;
          animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

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

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  right: calc(min(360px, 25vw) * 2);
  width: min(740px, (100vw * (740 / 1440)));
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: min(80px, (100vw * (80 / 1440)));
}
.bg_inner .cta_spark {
  width: min(100px, (100vw * (100 / 1440)));
  height: min(113px, (100vw * (113 / 1440)));
}
.bg_inner .cta_spark_left {
  top: min(65px, (100vw * (65 / 1440)));
  left: min(29px, (100vw * (29 / 1440)));
}
.bg_inner .cta_spark_right {
  top: min(306px, (100vw * (306 / 1440)));
  right: min(91px, (100vw * (91 / 1440)));
}
.lp_body {
  position: absolute;
  z-index: 3;
  margin-inline: auto;
  width: min(100%, 500px);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  left: calc(min(360px, 25vw) * 2);
}
@media screen and (max-width: 1400px) {
  .lp_body {
    right: 6%;
  }
}
@media screen and (max-width: 1200px) {
  .lp_body {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .lp_body {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            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;
  -webkit-animation: fv_bottom_img 1.4s ease-in-out infinite;
          animation: fv_bottom_img 1.4s ease-in-out infinite;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          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;
  }
}

@-webkit-keyframes fv_bottom_img {
  0% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  25% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  75% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}

@keyframes fv_bottom_img {
  0% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  25% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  75% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
.fv_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 24px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  width: -webkit-fit-content;
  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 {
    -webkit-column-gap: 8px;
       -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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          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: 0 0 calc(85px * (500 / 375));
  position: relative;
}
@media screen and (max-width: 500px) {
  .cta {
    padding: 0 0 calc(100vw * (85 / 375));
  }
}

.cta_content {
  padding: 0 calc(20px * (500 / 375));
  position: absolute;
  bottom: calc(22px * (500 / 375));
  left: 0;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .cta_content {
    padding: 0 calc(100vw * (20 / 375));
    bottom: calc(100vw * (22 / 375));
  }
}

.cta_spark {
  width: calc(52px * (500 / 375));
  height: calc(59px * (500 / 375));
  position: absolute;
}
@media screen and (max-width: 500px) {
  .cta_spark {
    width: calc(100vw * (52 / 375));
    height: calc(100vw * (59 / 375));
  }
}
.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: calc(43px * (500 / 375));
  left: calc(18px * (500 / 375));
}
@media screen and (max-width: 500px) {
  .cta_spark_left {
    top: calc(100vw * (43 / 375));
    left: calc(100vw * (18 / 375));
  }
}
.cta_spark_left .cta_spark_front {
  -webkit-animation: future_item_inner 1.2s 0.2s infinite;
          animation: future_item_inner 1.2s 0.2s infinite;
}
.cta_spark_left .cta_spark_back {
  -webkit-animation: future_item_bg 1.2s 0.2s infinite;
          animation: future_item_bg 1.2s 0.2s infinite;
}
.cta_spark_right {
  top: calc(146px * (500 / 375));
  right: calc(16px * (500 / 375));
}
@media screen and (max-width: 500px) {
  .cta_spark_right {
    top: calc(100vw * (146 / 375));
    right: calc(100vw * (16 / 375));
  }
}
.cta_spark_right .cta_spark_front {
  -webkit-animation: future_item_inner 1.2s 0.8s infinite;
          animation: future_item_inner 1.2s 0.8s infinite;
}
.cta_spark_right .cta_spark_back {
  -webkit-animation: future_item_bg 1.2s 0.8s infinite;
          animation: future_item_bg 1.2s 0.8s infinite;
}
.cta_spark_front {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2252%22%20height%3D%2259%22%20viewBox%3D%220%200%2052%2059%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%3Cpath%20d%3D%22M52%200H0V59H52V0Z%22%20fill%3D%22url(%23pattern0_2_1030)%22%2F%3E%0A%3Cdefs%3E%0A%3Cpattern%20id%3D%22pattern0_2_1030%22%20patternContentUnits%3D%22objectBoundingBox%22%20width%3D%221%22%20height%3D%221%22%3E%0A%3Cuse%20xlink%3Ahref%3D%22%23image0_2_1030%22%20transform%3D%22scale(0.00990099%200.00869565)%22%2F%3E%0A%3C%2Fpattern%3E%0A%3Cimage%20id%3D%22image0_2_1030%22%20width%3D%22101%22%20height%3D%22115%22%20preserveAspectRatio%3D%22none%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAGUAAABzCAYAAACB88xJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKS0lEQVR4nO2d3W8cVxmHHxunTvpB0rQmje21Qz6IY8e1IRDChyhQEOKCS4SQoPQCIqH0CvgLuO8drQo3QIXUK%2B75FFRCDZQ2TWLnm9hJ7LgNdkqaNJA0iZeL34x3PTu7O7PznsmcSR5pNbOz4zPj%2Fe057znve94zXdVqlcSc%2BQos%2FhkeTP4n9wCjwFVg3qrA7lRn7%2FgTDO6HW1aXLwXfBD5lWWA6UQAe2Qt3LG%2FBez4PjFkWmE6Uyy%2FB6e9Dr%2BUteM8EsMmywOSiLL0Ap38IH0r1V2VnDdAHPG5ZaLKvd%2FF5OPOcbmENkKJvUHImgu0Wy0Lbi7L0Apz5yX1B4tkebPstC20vyvnnoAdfBOkGniK%2FTnsl2PYDG60KbS7K8nuw%2BKKE8EMQkBjfAR7O6XrjwbYH%2BIRVofGiLD4Pb1Vg9oAMe5fV5ZyzFthHfjVlV93%2BPqtCG0W5%2FKJsyJ1rqiH%2BCALqBe0GBnK6XqVuf6tVoatFufwSnDqgcUgvvgkC8LFgO5TDtXawenxids2aKOE45AHUQvphQ6I8Edm6ZCTyfgw19pmRKOUZh4Rd1N05XGsw8v4JVjdnHdO9YkP8FwRqPSBTX1QTdsYcM2nCuldsiP%2BCAAwH2zwM%2Fediju2KOZaabs9tSD0PUROjH6OmpAVxTaSJKD0lqSGgpmtdsN%2BNBnZzRmX3IaG3AXuAL6IxUZRnkW15HTgCXEDBr%2F%2BluVhPSQQB%2BGzkfSdNWAV9%2BWPBq4I6D7uIFyHKeuBbwStkETgGnAdmgCngLLAALMUV0tPBjReV7W3eh6xBIdx9wF5knNcjT2%2Bfg%2FvqQzUrShWYBS4B%2FwFOAgeBg2USJeqpbeb26EIj%2FzFkF7YBjzm8r2Z0IS%2FAViTOGlSrprqqb92F27GnC7Xf9WOH6%2BjLv5Hg79eh5m4ImAQ%2BjWpaPzYD0TvIvi2g5us1VDMWiJlwURZRKkiUKDuB0xnKfQC5U0aQ4KOoA7GV%2BBDwbeAMsh9HkO24gGxK4tkuZWm%2BmgWZhsgmygfoCz0WOb4JeJtG7%2BArwDMZrgeUJ9rezK0y6eh6l4BTMccPWRReFlHGmxzf4fCar8UcO2FRcFlEadZ8RZ2GlkzHHDtnUXBZRGnm3pjE3f94MfL%2BKjLwmSmDKBtpLko%2F7pyTUZtyjGTd77aUQZRBWgeXXAW8jgNX6t7PWBVcBlG2tfncVcDrFqsdniZNF5RDlHazSL7g8NqzdftHrAotgyjt0hBcRiFDf0gV%2BLtVoWUQpV0I1nRKaYTQjlwi3s3TEb6Lsp72vavNuJtyFArxtmWhvosyTvvgUxiFdEHoVjFLrQP%2FRWnX8wpxNbK%2FClxDLngzfBclabPULAppwXEUnDLDd1EmE55nNiM%2BhtfJFh5owPd4SlIvsMu5xb8F%2Fm1ZoM%2BRxx70ZTya4NwbwEdQ%2B194fG6%2BdpFMEFAPbY%2FDezHFZ1Gi87za8Rknd%2BEAn0VJ6z75qJO7cIDPoqR1n%2BSV3ZUZn0WJS0VoxUT7U4qBr6JMoDlYaRggPn2hcBS9S%2FxhFKTagsYaE8hVn9S9Escs8E%2FgKHIozqBJEO9luVFLiiLKAPryh5BLZBwlAA0gT7BrriL%2F1RyKkZxFEyOmMYwoJiVvUQaC1wjwJJpuuiPYN0nidMAR5EaZQ%2FOATyDBTD3D9bgQZS3yyg6iX%2FzOYH8MzcH11Y7Vs4zmeE0jcU4jweboIEkoSlZR%2BtEXX0HjgD3Ax5FL415lCdmrN1g9wTtxVlkrUbrQr%2FpRZFiHURQvbHo2IzF8d2rmQRWJcxHVqFPBfpjd9W5wzjK0FmUS%2BBrwVeBphzd8r%2FMq8Efgd8Cb0FqUtajn0wtsQLVlM%2BodTVIz2g%2B5u9%2FScAPZmnlqeSsLKJflCkq5uBKcl9mmbEQCfRKJFhp31%2BnSRWaeWgfgLLItR0gRnXTR%2B%2BpC442wEzCKxBohn5Ug8uIkCgXPI0M%2BTW2sk2k92rzHKduoLf20A43QK8H7dS3%2B7m5xk1qzcxR1feeppV07oSgj%2BnCdruHgNYncKS7zS6IsIEP7JuopnUe%2FftNQbxKKIkoc3dSawd2o6RtEg9FROluNrIq6oydQM3MKtfdhs3M7810bUGRRWjGKmpC03oG9yBlZaHx1eRwnfX7hAh4IAv6KAulFMUtVcI3PoryT8vxojmJh8VmUoynP%2F5eTu3CAz6LE5bG34h9O7sIBPotyEi3JlIQbyN3hBT6Lcofk0b854H2H92KKz6KAvKxJcBa6dYHvohxOeJ5XQ2TfRUkaYo1bcaiw%2BC5KUk%2Ft%2FeYrRw6TbD2UuBWHCovvolyjfS1YwDDHPQ98FwXau0%2B8ca%2BEWIuyCc2AyZN2nl%2Bvmi6wF%2BUx4EvGZbbjbxk%2FLxzWovQBXzcusx2zbT6PrpRaeKxFGUCzJ%2FOMrc8TzCxs8blXWIsSZuvm8aSfkHdpXhvmMF7MJg%2BsRQkn4eVZU0Ae4zimaF2LCom1KHuDrdnj9RLSrDZ41x0GW1F60fRVkF3Jk6kmx5N6kQuFpSjDwCPBfpacxE5oJorJMud5YynKUGQ%2Fr%2Bf3QvP1tqwe%2F5QrlqLUN1kPkj6lOgsXabQf73NflJVHxIbkaeyXaZzXdYiMuYd3C1fNF%2BTfA4sOEs2WpM0bS1GiA8a8e2BRd4uzVAXXWIkySGP2lst1G%2BM4GHnvpT0BO1HiHsWXx%2BPH63mDWhSySvoZlIXBSpS4hTP7SL%2FSUBauU4swxvXGvKGTHPgKyhIeRavThQk9cbyKnIWH0TTTGfRlucqOmke9QNN1gvOmmSjrkJ0YQKlu25EYY2hliaQ1bFPw%2BjLwo%2BDYTeT%2BOIXa%2FWgSZ5YH5x4KruVt00WXRBkCnkJJoTvRMh4uV5HrRbWrmXv%2FBLVVGQ4BfyH5sk%2FhzHrvAluAEgZv137xt9FjUh9GyywlnThtzSKaI7wB3WLa1Oew2co9eTQzgSDcVE25ELxeiZw2gpaZraAaNI5qUAUJ2CnXqK1LMoWasgvUFgTIQlhT%2FOkOhz%2B9W0iU7T9taehPEh886kdGfguyL0%2Bip%2F08HnPuOZQXMh3sz9D4LCtLFqk9B94PloHuHlhbgf4D0PfjjnpfCzT2br4H%2FCrm3KcxfIBYAsI8FH98XreA7S%2FDxm%2BvHLIap8QZ1iXyFQTgv8Bv8CUXJcza3%2FCNVYet1uqKC8fejSZkGfjrXbhueqqoXg8%2FC92rQ09WNSVuvq5X6Qe5UkV1evgAVH7Z8LGVKFUap4c2C9He21SRQ2jwGaj8LPYUS9d9tBua%2B9KxhSesIUP7YfjXTU%2BzFCWap%2B5tPMMJ9TVk6OctT7UU5XDd%2FnU8nO3ujHob0qKGhFiKcq5u%2FwIS5j4JbEgUa5tyNdg%2FZ1iuvyS0IVEsRblJbfKbv65zK0JBEtiQKNZzicOsKm8Wp3FCKEjlB6lqSIi1KOEA0rucEDNCQQa%2BC0O%2F6KgIa1GWgu29OXBcqSH7YcvLHRdjLco7SBBvJy10TAYbEsValEXg98Zl%2BkEGGxLFhSh%2FMC6z%2BHxAUEM6syFR%2Fg9UqiIuFsXzwQAAAABJRU5ErkJggg%3D%3D%22%2F%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cta_spark_back {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2252%22%20height%3D%2259%22%20viewBox%3D%220%200%2052%2059%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%3Cpath%20d%3D%22M0%200H52V59H0V0Z%22%20fill%3D%22url(%23pattern0_11_4)%22%2F%3E%0A%3Cdefs%3E%0A%3Cpattern%20id%3D%22pattern0_11_4%22%20patternContentUnits%3D%22objectBoundingBox%22%20width%3D%221%22%20height%3D%221%22%3E%0A%3Cuse%20xlink%3Ahref%3D%22%23image0_11_4%22%20transform%3D%22scale(0.00990099%200.00869565)%22%2F%3E%0A%3C%2Fpattern%3E%0A%3Cimage%20id%3D%22image0_11_4%22%20width%3D%22101%22%20height%3D%22115%22%20preserveAspectRatio%3D%22none%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAGUAAABzCAYAAACB88xJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKS0lEQVR4nO2d3W8cVxmHHxunTvpB0rQmje21Qz6IY8e1IRDChyhQEOKCS4SQoPQCIqH0CvgLuO8drQo3QIXUK%2B75FFRCDZQ2TWLnm9hJ7LgNdkqaNJA0iZeL34x3PTu7O7PznsmcSR5pNbOz4zPj%2Fe057znve94zXdVqlcSc%2BQos%2FhkeTP4n9wCjwFVg3qrA7lRn7%2FgTDO6HW1aXLwXfBD5lWWA6UQAe2Qt3LG%2FBez4PjFkWmE6Uyy%2FB6e9Dr%2BUteM8EsMmywOSiLL0Ap38IH0r1V2VnDdAHPG5ZaLKvd%2FF5OPOcbmENkKJvUHImgu0Wy0Lbi7L0Apz5yX1B4tkebPstC20vyvnnoAdfBOkGniK%2FTnsl2PYDG60KbS7K8nuw%2BKKE8EMQkBjfAR7O6XrjwbYH%2BIRVofGiLD4Pb1Vg9oAMe5fV5ZyzFthHfjVlV93%2BPqtCG0W5%2FKJsyJ1rqiH%2BCALqBe0GBnK6XqVuf6tVoatFufwSnDqgcUgvvgkC8LFgO5TDtXawenxids2aKOE45AHUQvphQ6I8Edm6ZCTyfgw19pmRKOUZh4Rd1N05XGsw8v4JVjdnHdO9YkP8FwRqPSBTX1QTdsYcM2nCuldsiP%2BCAAwH2zwM%2Fediju2KOZaabs9tSD0PUROjH6OmpAVxTaSJKD0lqSGgpmtdsN%2BNBnZzRmX3IaG3AXuAL6IxUZRnkW15HTgCXEDBr%2F%2BluVhPSQQB%2BGzkfSdNWAV9%2BWPBq4I6D7uIFyHKeuBbwStkETgGnAdmgCngLLAALMUV0tPBjReV7W3eh6xBIdx9wF5knNcjT2%2Bfg%2FvqQzUrShWYBS4B%2FwFOAgeBg2USJeqpbeb26EIj%2FzFkF7YBjzm8r2Z0IS%2FAViTOGlSrprqqb92F27GnC7Xf9WOH6%2BjLv5Hg79eh5m4ImAQ%2BjWpaPzYD0TvIvi2g5us1VDMWiJlwURZRKkiUKDuB0xnKfQC5U0aQ4KOoA7GV%2BBDwbeAMsh9HkO24gGxK4tkuZWm%2BmgWZhsgmygfoCz0WOb4JeJtG7%2BArwDMZrgeUJ9rezK0y6eh6l4BTMccPWRReFlHGmxzf4fCar8UcO2FRcFlEadZ8RZ2GlkzHHDtnUXBZRGnm3pjE3f94MfL%2BKjLwmSmDKBtpLko%2F7pyTUZtyjGTd77aUQZRBWgeXXAW8jgNX6t7PWBVcBlG2tfncVcDrFqsdniZNF5RDlHazSL7g8NqzdftHrAotgyjt0hBcRiFDf0gV%2BLtVoWUQpV0I1nRKaYTQjlwi3s3TEb6Lsp72vavNuJtyFArxtmWhvosyTvvgUxiFdEHoVjFLrQP%2FRWnX8wpxNbK%2FClxDLngzfBclabPULAppwXEUnDLDd1EmE55nNiM%2BhtfJFh5owPd4SlIvsMu5xb8F%2Fm1ZoM%2BRxx70ZTya4NwbwEdQ%2B194fG6%2BdpFMEFAPbY%2FDezHFZ1Gi87za8Rknd%2BEAn0VJ6z75qJO7cIDPoqR1n%2BSV3ZUZn0WJS0VoxUT7U4qBr6JMoDlYaRggPn2hcBS9S%2FxhFKTagsYaE8hVn9S9Escs8E%2FgKHIozqBJEO9luVFLiiLKAPryh5BLZBwlAA0gT7BrriL%2F1RyKkZxFEyOmMYwoJiVvUQaC1wjwJJpuuiPYN0nidMAR5EaZQ%2FOATyDBTD3D9bgQZS3yyg6iX%2FzOYH8MzcH11Y7Vs4zmeE0jcU4jweboIEkoSlZR%2BtEXX0HjgD3Ax5FL415lCdmrN1g9wTtxVlkrUbrQr%2FpRZFiHURQvbHo2IzF8d2rmQRWJcxHVqFPBfpjd9W5wzjK0FmUS%2BBrwVeBphzd8r%2FMq8Efgd8Cb0FqUtajn0wtsQLVlM%2BodTVIz2g%2B5u9%2FScAPZmnlqeSsLKJflCkq5uBKcl9mmbEQCfRKJFhp31%2BnSRWaeWgfgLLItR0gRnXTR%2B%2BpC442wEzCKxBohn5Ug8uIkCgXPI0M%2BTW2sk2k92rzHKduoLf20A43QK8H7dS3%2B7m5xk1qzcxR1feeppV07oSgj%2BnCdruHgNYncKS7zS6IsIEP7JuopnUe%2FftNQbxKKIkoc3dSawd2o6RtEg9FROluNrIq6oydQM3MKtfdhs3M7810bUGRRWjGKmpC03oG9yBlZaHx1eRwnfX7hAh4IAv6KAulFMUtVcI3PoryT8vxojmJh8VmUoynP%2F5eTu3CAz6LE5bG34h9O7sIBPotyEi3JlIQbyN3hBT6Lcofk0b854H2H92KKz6KAvKxJcBa6dYHvohxOeJ5XQ2TfRUkaYo1bcaiw%2BC5KUk%2Ft%2FeYrRw6TbD2UuBWHCovvolyjfS1YwDDHPQ98FwXau0%2B8ca%2BEWIuyCc2AyZN2nl%2Bvmi6wF%2BUx4EvGZbbjbxk%2FLxzWovQBXzcusx2zbT6PrpRaeKxFGUCzJ%2FOMrc8TzCxs8blXWIsSZuvm8aSfkHdpXhvmMF7MJg%2BsRQkn4eVZU0Ae4zimaF2LCom1KHuDrdnj9RLSrDZ41x0GW1F60fRVkF3Jk6kmx5N6kQuFpSjDwCPBfpacxE5oJorJMud5YynKUGQ%2Fr%2Bf3QvP1tqwe%2F5QrlqLUN1kPkj6lOgsXabQf73NflJVHxIbkaeyXaZzXdYiMuYd3C1fNF%2BTfA4sOEs2WpM0bS1GiA8a8e2BRd4uzVAXXWIkySGP2lst1G%2BM4GHnvpT0BO1HiHsWXx%2BPH63mDWhSySvoZlIXBSpS4hTP7SL%2FSUBauU4swxvXGvKGTHPgKyhIeRavThQk9cbyKnIWH0TTTGfRlucqOmke9QNN1gvOmmSjrkJ0YQKlu25EYY2hliaQ1bFPw%2BjLwo%2BDYTeT%2BOIXa%2FWgSZ5YH5x4KruVt00WXRBkCnkJJoTvRMh4uV5HrRbWrmXv%2FBLVVGQ4BfyH5sk%2FhzHrvAluAEgZv137xt9FjUh9GyywlnThtzSKaI7wB3WLa1Oew2co9eTQzgSDcVE25ELxeiZw2gpaZraAaNI5qUAUJ2CnXqK1LMoWasgvUFgTIQlhT%2FOkOhz%2B9W0iU7T9taehPEh886kdGfguyL0%2Bip%2F08HnPuOZQXMh3sz9D4LCtLFqk9B94PloHuHlhbgf4D0PfjjnpfCzT2br4H%2FCrm3KcxfIBYAsI8FH98XreA7S%2FDxm%2BvHLIap8QZ1iXyFQTgv8Bv8CUXJcza3%2FCNVYet1uqKC8fejSZkGfjrXbhueqqoXg8%2FC92rQ09WNSVuvq5X6Qe5UkV1evgAVH7Z8LGVKFUap4c2C9He21SRQ2jwGaj8LPYUS9d9tBua%2B9KxhSesIUP7YfjXTU%2BzFCWap%2B5tPMMJ9TVk6OctT7UU5XDd%2FnU8nO3ujHob0qKGhFiKcq5u%2FwIS5j4JbEgUa5tyNdg%2FZ1iuvyS0IVEsRblJbfKbv65zK0JBEtiQKNZzicOsKm8Wp3FCKEjlB6lqSIi1KOEA0rucEDNCQQa%2BC0O%2F6KgIa1GWgu29OXBcqSH7YcvLHRdjLco7SBBvJy10TAYbEsValEXg98Zl%2BkEGGxLFhSh%2FMC6z%2BHxAUEM6syFR%2Fg9UqiIuFsXzwQAAAABJRU5ErkJggg%3D%3D%22%2F%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

@-webkit-keyframes future_item_bg {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  50% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}

@keyframes future_item_bg {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  50% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}
@-webkit-keyframes future_item_inner {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
@keyframes future_item_inner {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
.cta_bubble {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
  font-size: calc(14px * (500 / 375));
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .cta_bubble {
    font-size: calc(100vw * (14 / 375));
  }
}

@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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: dokundokun 1500ms ease infinite;
          animation: dokundokun 1500ms ease infinite;
}

.cta_btn_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: 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: -webkit-fit-content;
  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: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#dedede));
  background: -webkit-linear-gradient(top, #333333 0%, #dedede 100%);
  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: -webkit-fit-content;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-transform: translateY(-1320px);
      -ms-transform: translateY(-1320px);
          transform: translateY(-1320px);
  -webkit-transition: all 0.9s;
  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) {
  -webkit-animation: trouble_item 1s forwards;
          animation: trouble_item 1s forwards;
}

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

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

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

@-webkit-keyframes trouble_item {
  0% {
    -webkit-transform: translateY(-1320px);
            transform: translateY(-1320px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes trouble_item {
  0% {
    -webkit-transform: translateY(-1320px);
            transform: translateY(-1320px);
  }
  100% {
    -webkit-transform: translateY(0);
            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%;
  -webkit-transform: translateX(-50%) rotate(-4deg);
      -ms-transform: translateX(-50%) rotate(-4deg);
          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: -webkit-fit-content;
  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);
  -webkit-transition: all 0.4s;
  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;
  -webkit-transition: all 0.8s;
  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;
  -webkit-animation: fv_bottom_img 1.4s ease-in-out infinite;
          animation: fv_bottom_img 1.4s ease-in-out infinite;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          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: -webkit-fit-content;
  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: -webkit-fit-content;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: 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 {
  -webkit-animation: future_item_bg 1.2s 0.2s forwards;
          animation: future_item_bg 1.2s 0.2s forwards;
}

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

@keyframes future_item_inner {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            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;
  -webkit-backface-visibility: hidden;
          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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotateY(-180deg);
          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: -webkit-fit-content;
  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 30px;
  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: -webkit-fit-content;
  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: -webkit-fit-content;
  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: -webkit-fit-content;
  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;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  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 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
}

.qa_title_inner {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: 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: -webkit-fit-content;
  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: -webkit-fit-content;
  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: -webkit-fit-content;
  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;
  }
}

.profile__note {
  display: block;
  text-align: center;
  margin: 1em auto 0;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .profile__note {
    font-size: 10px;
  }
}

.footer {
  background-color: #f8f9fa;
  padding: 20px 0;
  text-align: center;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .divider {
    display: none;
  }
}