/* color
=============================================== */
/* breakpoint
=============================================== */
/* font-size
=============================================== */
/* common
=============================================== */
body {
  margin: 0 auto;
  max-width: 1400px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  line-height: 1.5;
}

img {
  width: 100%;
  height: auto;
}

p {
  text-align: justify;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1032px;
  padding: 6% 16px;
}
@media screen and (max-width: 780px) {
  .wrapper {
    padding: 50px 16px;
  }
}

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

.display-tab {
  display: none;
}
@media screen and (max-width: 780px) {
  .display-tab {
    display: inline-block;
  }
}

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

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

@media screen and (max-width: 780px) {
  .hidden-tab {
    display: none;
  }
}

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

/* limited
=============================================== */
.limited {
  color: #fff;
  background: url("../img/limited-bg.webp") no-repeat center center/cover;
}

.limited__ttl {
  font-size: clamp(20px, 4vw, 28px);
  font-weight: bold;
  text-align: center;
}

.limited__list {
  margin: 2em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(14px, 3.1428571429vw, 22px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}

.limited__item {
  position: relative;
  padding-left: 1em;
}
.limited__item::after {
  position: absolute;
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url("../img/check.webp") no-repeat center center/contain;
  top: 50%;
  left: -0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* cta
=============================================== */
.cta {
  position: relative;
  overflow: hidden;
  background-color: #f6f3e3;
  padding: clamp(20px, 3.3vw, 45px);
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 14%;
  aspect-ratio: 1/1;
  background: url("../img/decor-flower01.webp") no-repeat top right/contain;
  top: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .cta::before {
    width: 28%;
  }
}
.cta::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 14%;
  aspect-ratio: 1/1;
  background: url("../img/decor-flower02.webp") no-repeat bottom left/contain;
  bottom: 1%;
  left: 1%;
}
@media screen and (max-width: 600px) {
  .cta::after {
    width: 28%;
    bottom: -10px;
  }
}

.cta__inner {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .cta__inner {
    padding: 40px 0 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cta__inner::after {
  position: absolute;
  content: "";
  width: 10%;
  aspect-ratio: 1/2;
  background: url("../img/decor-shisa.webp") no-repeat right bottom/contain;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .cta__inner::after {
    width: 20%;
    bottom: -20px;
    right: -20px;
  }
}

.cta__img {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .cta__img {
    width: 200px;
  }
}

.cta__img--lp {
  width: 300px;
}
@media screen and (max-width: 780px) {
  .cta__img--lp {
    width: 250px;
  }
}

.cta__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cta__catch {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #e41c01;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  .cta__catch {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .cta__catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .cta__catch {
    font-size: 16px;
  }
}
.cta__catch::before {
  display: inline-block;
  position: relative;
  content: "";
  width: 2px;
  height: 1.4em;
  background-color: #e41c01;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-0.4em) rotate(-24deg);
          transform: translateX(-0.4em) rotate(-24deg);
}
.cta__catch::after {
  display: inline-block;
  position: relative;
  content: "";
  width: 2px;
  height: 1.4em;
  background-color: #e41c01;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(0.4em) rotate(24deg);
          transform: translateX(0.4em) rotate(24deg);
}

.cta__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .cta__txt {
    margin: 0 auto;
  }
}

.cta__catch .txt-lg {
  font-size: 1.8em;
}

.cta__btn {
  position: relative;
  display: inline-block;
  width: 640px;
  height: 100px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  color: #fff;
  background-image: linear-gradient(70deg, #368eb8 0%, #3797b7 25%, #36b2b2 50%, #3797b7 75%, #368eb8 100%);
  background-position: 99% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .cta__btn {
    width: 550px;
    height: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .cta__btn {
    width: 500px;
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  .cta__btn {
    width: 300px;
    height: 80px;
  }
}

.cta__btn:hover {
  background-position: 1% 50%;
}

.cta__btn-txt {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .cta__btn-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .cta__btn-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .cta__btn-txt {
    font-size: 18px;
  }
}

.cta__btn-arrow {
  width: 3em;
}
@media screen and (max-width: 600px) {
  .cta__btn-arrow {
    width: 2.4em;
  }
}

.btn__note {
  margin-top: 10px;
  color: #502403;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .btn__note {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .btn__note {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .btn__note {
    font-size: 12px;
  }
}

/* problem
=============================================== */
.problem {
  position: relative;
}

.problem__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.problem__head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 14.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.problem__ttl {
  color: #fff;
  font-size: clamp(16px, 3vw, 30px);
  font-weight: bold;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.75);
}

.problem__list {
  font-size: clamp(12px, 2vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: min(100px, 5vw);
}

.problem__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  background-color: #fff;
  padding: 1.4em 2em;
  border-radius: 8px;
  -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 600px) {
  .problem__item {
    padding: 1em;
  }
}

.problem__body {
  position: absolute;
  top: 14.7%;
  left: 0;
  right: 0;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .problem__body {
    height: 85%;
  }
}

.problem__item:nth-child(1) {
  margin-left: auto;
}

.problem__item:nth-child(3) {
  margin-left: 47%;
}

.problem__item:nth-child(4) {
  margin-left: 10%;
}

.problem__item:nth-child(5) {
  margin-left: 48%;
}

@media screen and (max-width: 600px) {
  .problem__item:nth-child(1),
  .problem__item:nth-child(2),
  .problem__item:nth-child(3),
  .problem__item:nth-child(4),
  .problem__item:nth-child(5) {
    margin: 0 auto;
  }
}
/* solution
=============================================== */
.solution {
  overflow: hidden;
  background: url("../img/solution-bg.webp") no-repeat center center/cover;
}

.solution__head {
  background: url("../img/solution_lead-bg.webp") no-repeat bottom center/cover;
  padding: 6% 16px 10%;
}

.solution__lead {
  color: #002F75;
  font-size: clamp(16px, 1.8571428571vw, 26px);
  font-weight: bold;
  text-align: center;
}

.solution__lead .marker {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #D74D5F));
  background-image: linear-gradient(transparent 70%, #D74D5F 70%);
}

.solution__body {
  padding: 4% 0 6%;
}

.solution__body-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution__body-inner::before {
  position: absolute;
  content: "";
  width: 20%;
  aspect-ratio: 1/1;
  background: url("../img/decor-people01.webp") no-repeat center center/contain;
  bottom: 0;
  left: 10px;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}

.solution__body-inner::after {
  position: absolute;
  content: "";
  width: 18%;
  aspect-ratio: 1/1;
  background: url("../img/decor-people02.webp") no-repeat center center/contain;
  bottom: 0;
  right: 10px;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}

.solution__txt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #D74D5F;
  font-weight: 900;
  text-align: center;
  line-height: 2;
  font-size: clamp(18px, 2.3333333333vw, 28px);
}

.solution__txt::after {
  position: absolute;
  content: "";
  width: 6em;
  aspect-ratio: 1/1;
  background: url("../img/decor-ig-color.webp") no-repeat center center/contain;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 10%);
          transform: translate(50%, 10%);
}

/* flow
=============================================== */
.flow__head {
  background-color: #91cbda;
  padding: max(30px, 3vw);
}

.flow__ttl {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #002F75;
  font-size: clamp(14px, 2.1666666667vw, 26px);
}
.flow__ttl img {
  height: 2em;
  width: auto;
}

.flow__ttl::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 4em;
  aspect-ratio: 1/1;
  background: url("../img/decor-ig-white.webp") no-repeat center center/contain;
  top: 50%;
  left: 2em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 600px) {
  .flow__ttl::before {
    left: -20px;
  }
}

.flow__ttl::after {
  position: absolute;
  content: "";
  width: 5em;
  aspect-ratio: 1/2;
  background: url("../img/decor-phone.webp") no-repeat center center/contain;
  top: 0;
  right: 2em;
  -webkit-transform: translate(0, -10%);
          transform: translate(0, -10%);
}
@media screen and (max-width: 600px) {
  .flow__ttl::after {
    width: 3em;
    right: -20px;
  }
}

.flow__body {
  padding: 4% 0;
  background: url("../img/flow-bg.webp") no-repeat center center/cover;
}

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

.flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 600px) {
  .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow__item::before {
  position: absolute;
  content: "";
  width: 20%;
  aspect-ratio: 3/2;
  background: url("../img/decor-cloud.webp") no-repeat top left/contain;
  top: 0;
  left: 0;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}

.flow__item:not(:last-child) {
  position: relative;
  margin-bottom: 160px;
}
.flow__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 40px;
  background-color: #002F75;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media screen and (max-width: 1000px) {
  .flow__item:not(:last-child) {
    margin-bottom: 100px;
  }
  .flow__item:not(:last-child)::after {
    width: 60px;
    height: 30px;
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
  }
}
@media screen and (max-width: 600px) {
  .flow__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .flow__item:not(:last-child)::after {
    width: 30px;
    height: 16px;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

.flow__item-txt {
  width: 70%;
  font-size: clamp(14px, 2.2vw, 22px);
  color: #fff;
  font-weight: bold;
  background: url("../img/flow_txt-bg.webp") no-repeat center center/100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .flow__item-txt {
    width: 100%;
    padding: 2em 0;
  }
  .flow__item-txt p {
    text-align: center;
  }
}

.flow__item img {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .flow__item img {
    width: 100%;
  }
}

/* roadmap
=============================================== */
.roadmap__head {
  position: relative;
  z-index: 2;
  background: url("../img/roadmap_lead-bg.webp") no-repeat bottom center/cover;
  padding: 4% 0 6%;
}
.roadmap__head::after {
  position: absolute;
  content: "";
  width: 14%;
  aspect-ratio: 1/1;
  background: url("../img/decor-book.webp") no-repeat center center/contain;
  top: 50%;
  left: 4%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media screen and (max-width: 1000px) {
  .roadmap__head::after {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@media screen and (max-width: 600px) {
  .roadmap__head::after {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

.roadmap__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(16px, 2.4vw, 24px);
  color: #fff;
  text-align: center;
  line-height: 2;
}

.roadmap__body {
  position: relative;
  z-index: 1;
  margin-top: -6%;
  background: url("../img/roadmap-bg.webp") no-repeat bottom center/cover;
}

.roadmap__body-inner {
  max-width: 1300px;
}

.roadmap__list {
  margin-top: 8%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
  grid-auto-flow: column;
}
@media screen and (max-width: 1000px) {
  .roadmap__list {
    margin: 2% auto 0;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(8, 1fr);
    max-width: 620px;
  }
}

.roadmap__item {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.roadmap__num {
  width: 50px;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .roadmap__num {
    width: 35px;
  }
}
.roadmap__num > img {
  width: 30px;
}
@media screen and (max-width: 600px) {
  .roadmap__num > img {
    width: 20px;
  }
}

.roadmap__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #002F75;
  size: 20px;
  padding: 0.5em;
  background-color: #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .roadmap__txt {
    font-size: 15px;
  }
}

.roadmap__item:nth-of-type(8) {
  position: relative;
}
.roadmap__item:nth-of-type(8)::after {
  position: absolute;
  content: "";
  width: 2em;
  height: 3em;
  background: url("../img/dots.webp") no-repeat center center/contain;
  top: 100%;
  left: 10%;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

/* feature
=============================================== */
.feature {
  background: url("../img/feature-bg.webp") no-repeat center center/cover;
}

.feature__ttl {
  color: #002F75;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: bold;
  text-align: center;
}

.feature__list {
  margin: 6% auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .feature__list {
    gap: 10px;
  }
}
@media screen and (max-width: 780px) {
  .feature__list {
    max-width: 500px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(7, 1fr);
    gap: 10px;
  }
}

/* profile
=============================================== */
.profile {
  position: relative;
  background: url("../img/profile-bg.webp") no-repeat center center/100% 100%;
}
.profile::after {
  position: absolute;
  content: "";
  width: 16%;
  aspect-ratio: 2/1;
  background: url("../img/decor-fish.webp") no-repeat right bottom/contain;
  right: 2%;
  bottom: 2%;
}

.profile__wrapper {
  padding: max(60px, 6%) 8%;
}

.profile__ttl {
  margin: 0 auto;
  width: 40%;
  min-width: 220px;
}

.profile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 780px) {
  .profile__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}

.profile__body {
  margin-top: 4%;
}

.profile__body > img {
  width: 28%;
  min-width: 200px;
}

@media screen and (max-width: 780px) {
  .profile__txt {
    max-width: 400px;
  }
}

.profile__txt h3 {
  font-size: clamp(18px, 3.2vw, 32px);
  font-weight: bold;
}

.profile__txt-msg {
  margin-top: 1em;
  padding: 1em;
  font-size: clamp(16px, 2vw, 20px);
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
  -webkit-box-shadow: 20px 20px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 20px 20px 6px rgba(0, 0, 0, 0.16);
}/*# sourceMappingURL=style.css.map */