.body-motion .wrap::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D7000F;
  background-size: cover;
  z-index: 99;
  -webkit-animation: solidOut 1s 1.35s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: solidOut 1s 1.35s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
@media (min-width: 1280px) {
  .body-motion .wrap::before {
    -webkit-animation: solidIn 1s both cubic-bezier(0.77, 0, 0.175, 1), solidOut 1s 1.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: solidIn 1s both cubic-bezier(0.77, 0, 0.175, 1), solidOut 1s 1.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
}
.body-motion .wrap::after {
  content: "";
  background: url("../images/logo/logo_white.svg") no-repeat 50%;
  background-size: contain;
  display: block;
  position: fixed;
  top: 47.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  padding-top: 39.3603936039%;
  z-index: 100;
  -webkit-animation: fadeIn 1.2s, fadeOut 0.5s 1.35s forwards linear;
          animation: fadeIn 1.2s, fadeOut 0.5s 1.35s forwards linear;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .body-motion .wrap::after {
    -webkit-animation: fadeIn 0.8s 0.5s backwards, fadeOut 0.535s 1.35s forwards linear;
            animation: fadeIn 0.8s 0.5s backwards, fadeOut 0.535s 1.35s forwards linear;
  }
}
@media (min-width: 1280px) and (-ms-high-contrast: none), (min-width: 1280px) and (-ms-high-contrast: active) {
  .body-motion .wrap::after {
    -webkit-animation: fadeIn 0.8s 0.5s, fadeOut 0.535s 1.35s forwards linear;
            animation: fadeIn 0.8s 0.5s, fadeOut 0.535s 1.35s forwards linear;
  }
}
@media (min-width: ) {
  .body-motion .wrap::after {
    width: 700px;
  }
}
.body-motion .header,
.body-motion .content,
.body-motion .footer {
  -webkit-animation: fadeIn 1s 1.5s backwards;
          animation: fadeIn 1s 1.5s backwards;
}
@media (min-width: 1280px) {
  .body-motion .header,
.body-motion .content,
.body-motion .footer {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
}
@-webkit-keyframes solidIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes solidIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes solidOut {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
  }
}
@keyframes solidOut {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}

.banner--index {
  background: url("../images/index/bg_banner_mobile.jpg") left bottom no-repeat;
  background-size: cover;
}
@media (min-width: 1280px) {
  .banner--index {
    background: url("../images/index/bg_banner_web.jpg") center center no-repeat;
  }
}
@media (min-width: 1280px) {
  .section-question .section__heading {
    margin-bottom: 100px;
  }
}
.section-question .section__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1280px) {
  .section-question .section__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
.section-question__title-text-img {
  aspect-ratio: 240/38;
  overflow: hidden;
  background: url("../images/index/section_question-title.svg") center center no-repeat;
  background-size: contain;
  width: 240px;
  text-indent: -99999px;
  margin-top: -9px;
}
@media (min-width: 768px) {
  .section-question__title-text-img {
    width: 310px;
  }
}
@media (min-width: 1280px) {
  .section-question__title-text-img {
    width: 30.2702702703%;
  }
}

.section-solution {
  padding-bottom: 90px;
}
@media (min-width: 1280px) {
  .section-solution {
    padding-bottom: 130px;
  }
}

.solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1280px) {
  .solution {
    padding: 0 3.6486486486%;
    position: relative;
  }
}
.solution__item {
  border-bottom: 1px solid #6f574e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1280px) {
  .solution__item {
    width: 43.795620438%;
  }
}
.solution__item.collapse--open {
  padding: 25px 0;
}
@media (min-width: 1280px) {
  .solution__item.collapse--open {
    padding: 0;
  }
}
.solution__heading {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .solution__heading {
    padding: 47px 0;
    gap: 30px;
  }
}
.collapse--open .solution__heading {
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1280px) {
  .collapse--open .solution__heading {
    padding: 24px 0 0;
  }
}
@media (min-width: 1440px) {
  .collapse--open .solution__heading {
    padding: 40px 0 0;
  }
}
.solution__btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solution__btn-icon {
  font-size: 20px;
  right: 7px;
}
@media (min-width: 1280px) {
  .solution__btn-icon {
    font-size: 30px;
    right: 18px;
  }
}
.solution__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 150% */
}
@media (min-width: 1280px) {
  .solution__title {
    font-size: 30px;
    line-height: 83.333%; /* 83.333% */
  }
}
@media (min-width: 1440px) {
  .solution__title {
    font-size: 36px;
  }
}
.solution__iconbox {
  overflow: hidden;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  background: #bb998a;
  border-radius: 50%;
  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 (min-width: 1280px) {
  .solution__iconbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
}
.collapse--open .solution__iconbox {
  background: #f19785;
}
.solution__icon {
  max-width: 22px;
}
@media (min-width: 1280px) {
  .solution__icon {
    max-width: 50px;
  }
}
.solution__desc {
  font-weight: 400;
  line-height: 187.5%; /* 187.5% */
  padding-left: 53px;
  color: #bb998a;
  margin-bottom: 27px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1280px) {
  .solution__desc {
    font-size: 20px;
    line-height: 125%;
    padding-left: 85px;
  }
}
@media (min-width: 1440px) {
  .solution__desc {
    margin-bottom: 40px;
  }
}
.solution__imgbox {
  border-radius: 25px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
@media (min-width: 1280px) {
  .solution__imgbox {
    position: absolute;
    right: 3.6486486486%;
    top: 0;
    width: 48.9051094891%;
  }
}
@media (min-width: 1440px) {
  .solution__imgbox {
    width: 45.9854014599%;
  }
}
@media (min-width: 1560px) {
  .solution__imgbox {
    width: 42.3357664234%;
  }
}
.collapse--open .solution__imgbox {
  opacity: 1;
}

.section-journey {
  padding: 95px 0 90px;
  background: #F5EEE9;
  position: relative;
}
@media (min-width: 1280px) {
  .section-journey {
    padding: 123px 0 43px;
  }
}
.section-journey:before {
  content: "";
  display: block;
  overflow: hidden;
  aspect-ratio: 375/45;
  background: url("../images/index/deco_white_mobile.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1280px) {
  .section-journey:before {
    aspect-ratio: 1920/251;
    background-image: url("../images/index/deco_white_web.svg");
  }
}

.journeylist {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  background: url("../images/index/bg_journey_mobile.svg") center 79% no-repeat;
  background-size: 449px;
}
@media (min-width: 1280px) {
  .journeylist {
    margin: 0;
    background: url("../images/index/bg_journey_web.svg") center 61% no-repeat;
    background-size: 63.64%;
    gap: 0;
  }
}
@media (min-width: 1560px) {
  .journeylist {
    background-position: center 54%;
  }
}
.journeylist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  width: 375px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .journeylist__item {
    width: initial;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 46px;
  }
}
@media (min-width: 1280px) {
  .journeylist__item:not(:first-child) {
    margin-top: -170px;
  }
}
@media (min-width: 1280px) {
  .journeylist__item:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.journeylist__imgbox {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .journeylist__imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.4264705882%;
            flex: 0 0 42.4264705882%;
  }
}
.journeylist__infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 25px;
}
@media (min-width: 1280px) {
  .journeylist__infobox {
    padding: 0;
    gap: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.8378378378%;
            flex: 0 0 27.8378378378%;
  }
}
@media (min-width: 1280px) {
  .journeylist__item:nth-child(even) .journeylist__infobox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.journeylist__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 150% */
  position: relative;
}
@media (min-width: 1280px) {
  .journeylist__title {
    font-size: 36px;
    line-height: 83%; /* 83% */
  }
}
.journeylist__title::before {
  content: "";
  aspect-ratio: 1/1;
  width: 40px;
  background: rgba(241, 151, 133, 0.5);
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 0;
}
@media (min-width: 1280px) {
  .journeylist__title::before {
    width: 60px;
    left: -30px;
    top: -30px;
  }
}
.journeylist__title-text {
  position: relative;
  z-index: 1;
}
.journeylist__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 187.5%; /* 187.5% */
}
@media (min-width: 1280px) {
  .journeylist__desc {
    font-size: 20px;
    line-height: 150%;
  }
}

.section-contact {
  padding: 66px 0 70px;
  background: #bb998a;
}
@media (min-width: 1280px) {
  .section-contact {
    padding: 138px 0;
  }
}
.section-contact .section__heading {
  margin: 0 -10px;
}
.section-contact .section__title {
  color: #F5EEE9;
  font-size: 24px;
  font-weight: 400;
  line-height: 200%; /* 200% */
  text-align: center;
}
@media (min-width: 768px) {
  .section-contact .section__title {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  .section-contact .section__title {
    font-size: 50px;
    line-height: 144%; /* 144% */
  }
}