body {
  width: 100%;
  height: 100%;
  background: url(../img/bg.png)no-repeat;
  background-size: cover;
}

.-pc {
  display: block;
}

.-sp {
  display: none;
}

@media (max-width: 768px) {
  .-pc {
    display: none;
  }

  .-sp {
    display: block;
  }
}

.contents img {
  display: block;
  width: 100%;
  height: auto;
}

.fv {
  width: 100%;
  position: relative;
}

.slider-wrap {
  height: 590px;
  padding-top: 150px;
  box-sizing: content-box;

  .slick-list {
    height: 100%;
  }

  .slick-track {
    display: flex;
    align-items: flex-end;
    margin-left: -22%;
  }

  @media (min-width: 1281px) {
    .slick-track {
      margin-left: -282px;
    }
  }

  @media (max-width: 768px) {
    .slick-track {
      display: block;
      margin-left: 0;
    }
  }

  .slick-slide {
    width: 344px;
    height: 590px;
    margin: 0 12px;
    display: flex;
    align-items: flex-end;
    transition: width 300ms 0s ease;

    img {
      display: block;
      width: 100%;
      border: 2px solid #000;
      border-radius: 24px;
      box-sizing: border-box;
    }
  }

  @media (max-width: 768px) {
    .slick-slide {
      width: 326px !important;
      height: 366px;
      margin: 0 6px;
      transform-origin: center bottom;
      transition: all 300ms 0s ease;
    }
  }

  .slick-slide.activeSlide {
    width: 526px;
  }

  @media (max-width: 768px) {
    .slick-slide.slick-current {
      scale: 1;
    }
  }
}

@media (max-width: 768px) {
  .slider-wrap {
    height: 366px;
    padding-top: 260px;
  }
}

.fv-inner {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 85.157%;
  max-width: 1090px;
  height: 100%;
  margin: 0 auto;
}

.fv-copy {
  width: 54.68%;
  margin-top: 30px;
  display: block;
  filter: drop-shadow(8px 8px 20px rgba(0, 0, 0, 0.2));
}

@media (max-width: 768px) {
  .fv-copy {
    width: 325px;
    margin-top: 25px;
  }
}

.wel {
  width: 100%;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}

.pt02-inner,
.pt01-inner,
.wel-inner {
  max-width: 892px;
  margin: 0 auto;
}

.wel-boad {
  width: 100%;
  margin-top: 130px;
  padding: 60px 20px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 24px;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .wel-boad {
    padding: 25px 20px;
  }
}

.wel-boad::before {
  content: '';
  position: absolute;
  top: -79px;
  left: 50%;
  translate: -50%;
  width: 140px;
  height: auto;
  aspect-ratio: 140/79;
  background: url(../img/wel-boad_rope.svg)no-repeat;
}

.wel-copy {
  width: 63.005%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .wel-copy {
    width: 100%;
    max-width: 400px;
  }
}

.wel-text {
  display: block;
  margin-top: 60px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2.1;
  letter-spacing: .1em;
  position: relative;

  .marker {
    position: relative;
    overflow: hidden;
    background: linear-gradient(transparent 58%, #ffe600 0%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline;
    padding: 0 2px 0 5px;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .wel-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0;
  }
}

.loopslider {
  width: 100%;
  height: 325px;
  margin-top: 90px;
}

@media (max-width: 768px) {
  .loopslider {
    margin-top: 60px;
    height: auto;
  }
}

.loopslider .slide {
  margin: 0 6px;
  border: 2px solid #000;
  border-radius: 24px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .loopslider .slide {
    width: 326px;
    border-radius: 14px;
  }
}

.pt02,
.pt01 {
  width: 100%;
  padding: 0 80px;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 768px) {

  .pt02,
  .pt01 {
    padding: 0 35px;
  }
}

.pt01 {
  margin-top: -70px;
}

@media (max-width: 768px) {
  .pt01 {
    margin-top: -35px;
  }
}

.pt02 {
  margin-top: 120px;
}

@media (max-width: 768px) {
  .pt02 {
    margin-top: 45px;
  }
}

.box {
  width: 100%;
  padding: 30px 20px 70px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 24px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .box {
    padding: 70px 20px 25px;
  }
}

.box-balloon {
  position: absolute;
  top: -100px;
  left: -70px;
  width: 29.73%;
}

@media (max-width: 768px) {
  .box-balloon {
    top: -22px;
    left: -12px;
    width: 130px;
  }
}

.pt01 .box-title {
  width: 77.005%;
  margin: 0 auto;

  picture {
    display: block;
    translate: 2% 0;
  }
}

@media (max-width: 768px) {
  .pt01 .box-title {
    width: 95.02%;
    max-width: 400px;

    picture {
      translate: 0 0;
    }
  }
}

.pt02 .box-title {
  width: 69.93%;
  margin: 0 auto;

  picture {
    display: block;
    translate: 4% 0;
  }
}

@media (max-width: 768px) {
  .pt02 .box-title {
    width: 95%;
    max-width: 400px;

    picture {
      translate: 0 0;
    }
  }
}

.box-text {
  display: block;
  margin-top: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2.1;
  letter-spacing: .1em;
  position: relative;
}

@media (max-width: 768px) {
  .box-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0;
  }
}

.icon-wrap {
  max-width: 704px;
  margin: 65px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .icon-wrap {
    max-width: 350px;
    margin-top: 40px;
  }
}

.icon-wrap .icon {
  width: calc((100% - 8px)/4);

  p {
    width: 87%;
    height: 60px;
    margin: -40px auto 0;
    background-color: #000;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .075em;
    color: #fff;
    display: grid;
    place-content: center;
    text-align: center;
    position: relative;
    z-index: 1;

    .small {
      font-size: .8em;
    }
  }

  @media (max-width: 768px) {
    p {
      height: 45px;
      margin-top: -30px;
      border-radius: 15px;

      .small {
        font-size: .6em;
        letter-spacing: 0;
      }
    }
  }

  &:nth-of-type(-n+4) {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .icon-wrap .icon {
    width: calc((100% - 6px)/2);
    margin-bottom: 15px;

    p {
      font-size: 12px;
    }

    &:nth-of-type(-n+4) {
      margin-bottom: 15px;
    }

    &:nth-of-type(4),
    &:nth-of-type(3) {
      margin-bottom: 0;
    }
  }

  .icon-wrap .icon:nth-of-type(1) {
    order: 1;
  }

  .icon-wrap .icon:nth-of-type(2) {
    order: 2;
  }

  .icon-wrap .icon:nth-of-type(3) {
    order: 7;
  }

  .icon-wrap .icon:nth-of-type(4) {
    order: 8;
  }

  .icon-wrap .icon:nth-of-type(5) {
    order: 5;
  }

  .icon-wrap .icon:nth-of-type(6) {
    order: 6;
  }

  .icon-wrap .icon:nth-of-type(7) {
    order: 3;
  }

  .icon-wrap .icon:nth-of-type(8) {
    order: 4;
  }
}

.flow {
  width: 100%;
  margin-top: 180px;
  padding: 150px 20px;
  background-color: #fff;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .flow {
    margin-top: 115px;
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.fl-inner {
  max-width: 896px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .fl-inner {
    max-width: 400px;
  }
}

.fl-title {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 528px;
  height: 92px;
  background-color: #ffe600;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 32px;
  font-weight: bold;
  display: grid;
  place-content: center;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .fl-title {
    width: 325px;
    height: 62px;
    font-size: 24px;
  }
}

.fl-title::before {
  content: '';
  position: absolute;
  top: -36px;
  left: 50%;
  translate: -50% 0;
  width: 64px;
  height: 36px;
  background: url(../img/fv_rope.svg)no-repeat;
}

.fl-flow {
  width: 100%;
  min-height: 133px;
  margin-bottom: 40px;
  padding: 25px 25px 25px 140px;
  background-color: #8cdbff;
  border: 2px solid #000;
  border-radius: 24px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  .text {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.67;

    .ss {
      font-size: .7778em;
      letter-spacing: .03em;
    }
  }

  .marker {
    position: relative;
    overflow: hidden;
    background: linear-gradient(transparent 10%, #ffe600 0%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline;
    padding: 0 5px 0 5px;
    z-index: 1;
  }

  .note {
    margin-top: 5px;
    padding: 15px 20px;
    border: 1px solid #231815;
    border-radius: 24px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.67;
    text-align: justify;
    word-break: break-all;
  }

  @media (max-width: 768px) {
    .note {
      margin-top: 20px;
    }
  }
}

@media (max-width: 768px) {
  .fl-flow {
    margin-bottom: 30px;
    padding: 95px 25px 30px 25px;
    background-color: #8cdbff;
    border: 2px solid #000;
    border-radius: 24px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    .text {
      width: 100%;
      font-size: 16px;
      letter-spacing: .075em;

      .ss {
        line-height: 1.6;
      }
    }

    .text.-sp_center {
      text-align: center;
    }
  }
}

.fl-flow:last-of-type {
  margin-bottom: 0;
}

.fl-flow::before {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 50%;
  translate: -50% 0;
  width: 57px;
  aspect-ratio: 57/37;
  background: url(../img/fl-arrow.svg)no-repeat;
}

.fl-flow:last-of-type::before {
  display: none;
}

.fl-num {
  position: absolute;
  top: 50%;
  left: 2.5%;
  translate: 0 -50%;
  width: 92px;
}

@media (max-width: 768px) {
  .fl-num {
    top: 30px;
    left: 50%;
    translate: -50% 0;
    width: 65px;
  }
}

.area {
  width: 100%;
  margin-top: 130px;
  margin-bottom: 100px;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .area {
    margin-top: 85px;
    margin-bottom: 50px;
  }
}

.ar-title {
  width: 528px;
  height: 92px;
  margin: 0 auto;
  background-color: #ffe600;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 32px;
  font-weight: bold;
  display: grid;
  place-content: center;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}

@media (max-width: 768px) {
  .ar-title {
    width: 325px;
    height: 62px;
    font-size: 24px;
    box-sizing: border-box;
  }
}

.ar-title::before {
  content: '';
  position: absolute;
  top: -36px;
  left: 50%;
  translate: -50% 0;
  width: 64px;
  height: 36px;
  background: url(../img/fv_rope.svg)no-repeat;
}

.ar-inner {
  max-width: 790px;
  margin: 60px auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .ar-inner {
    max-width: 660px;
  }
}

.ar-button {
  width: calc((100% - 34px)/3);
  height: 60px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  display: grid;
  place-content: center;
  position: relative;
  transition: none;
}

@media (max-width: 768px) {
  .ar-button {
    width: 325px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.ar-button:hover {
  opacity: 1;
}

.ar-button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  width: 32px;
  height: 32px;
  background: url(../img/ar-button-arrow.svg)no-repeat;
  transition: translate 300ms 0s ease;
}

@media (min-width: 769px) {
  .ar-button:hover::before {
    translate: 7px -50%;
  }
}

@media (max-width: 1280px) {}