.column-not-top {
  padding-bottom: 35vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #313131;
  font-size: 16px;
  line-height: 2;
}
.d-column-1 {
  padding-top: 19.14vh;
  background-color: #1da371;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7.23vh;
}

.d-column-1-in {
  width: 65.78125vw;
}

.d-column-1-row-1 {
  display: flex;
  justify-content: start;
  align-items: end;
}

.d-column-1-row-1-col-1 {
  color: #fefefe;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
}

.d-column-1-row-1-col-2 {
  color: #fefefe;
  font-size: 24px;
  margin-left: 1.7vw;
}

.d-column-1-row-2 {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.d-column-1-row-2-col-1 {
  color: #fefefe;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}

@media (min-width: 1001px) and (max-width: 1600px) {
  .d-column-1-row-2-col-1 {
    color: #fefefe;
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
  }
}
.d-column-1-row-2-col-2 {
  width: 12vw;
}

.d-column-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8.19vh;
}

.d-column-2-in {
  width: 65.78125vw;
  display: flex;
  flex-direction: column;
}

.d-column-2-row-1 {
  display: flex;
  justify-content: start;
  align-items: center;
}

.d-column-2-row-1-col-1 {
  width: 6.04vw;
}
.d-column-2-row-1-col-2 {
  width: 50.36vw;
  background-color: #f0ebd5;
  border-radius: 60px;
  text-align: center;
  margin-left: 1.45vw;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding: 2.13vh;
}

@media (min-width: 1001px) and (max-width: 1600px) {
  .d-column-2-row-1-col-2 {
    width: 80.36vw;
    font-size: 16px;
  }
}

.d-column-2-row-2 {
  display: flex;
  justify-content: end;
  align-items: center;
}

.d-column-2-row-2-col-1 {
  width: 6.04vw;
  margin-left: 1.45vw;
}
.d-column-2-row-2-col-2 {
  width: 50.36vw;
  background-color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding: 2.13vh;
}

@media (min-width: 1001px) and (max-width: 1600px) {
  .d-column-2-row-2-col-2 {
    width: 80.36vw;
    font-size: 16px;
  }
  .d-col-col-not-first {
    margin-top: 2vh;
  }
}

.d-column-3 {
  display: flex;
  width: 65.78125vw;
  margin-top: 12.66vh;
  background-color: #ffe451;
}

.d-column-3-in {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  padding: 2vh 0 2vh 4.27vw;
}

@media (min-width: 1001px) and (max-width: 1600px) {
  .d-column-3-in {
    font-size: 16px;
  }
}

.d-column-4 {
  display: flex;
  width: 65.78125vw;
  margin-top: 7.45vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.d-column-4-row-1-col-1 {
  color: #1da371;
  font-size: 28px;
  font-weight: 600;
  line-height: 2;
}

@media (min-width: 1001px) and (max-width: 1600px) {
  .d-column-4-row-1-col-1 {
    font-size: 24px;
  }
}

.d-column-4-row-1 {
  padding: 0 4.17vw;
  width: 100%;
}

.d-column-4-row-1-col-2 {
  margin-top: 3.62vh;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

@media (min-width: 1001px) and (max-width: 1600px) {
  .d-column-4-row-1-col-2 {
    margin-top: 1.62vh;
    font-size: 16px;
  }
}
.d-c-4-hr {
  background-color: #fefefe;
  margin: 4.25vh 0;
  width: 100%;
  height: 5px;
  border: 0;
}

.d-column-5 {
  display: flex;
  width: 55.57vw;
  margin-top: 10vh;
  background-color: #fefefe;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.d-column-5-in {
  width: 27.1vw;
  margin-top: 4.57vh;
  margin-bottom: 7.45vh;
}
@media (min-width: 1001px) and (max-width: 1600px) {
  .d-column-5-in {
    width: 34.1vw;
  }
}

.d-column-5-in-1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  color: #1da371;
}
@media (min-width: 1001px) and (max-width: 1600px) {
  .d-column-5-in-1 {
    font-size: 24px;
  }
}

.d-column-5-in-2 {
  margin-top: 2.13vh;
  font-weight: 500;
  font-size: 18px;
  line-height: 3;
}
@media (min-width: 1001px) and (max-width: 1600px) {
  .d-column-5-in-2 {
    font-size: 16px;
    line-height: 2;
  }
}
.d-column-5-2-in {
  width: 9vw;
  position: absolute;
  bottom: 0;
  right: 4.32vw;
}

.d-column-7 {
  margin-top: 20.21vh !important;
}

.d-column-8 {
  margin-bottom: 20.21vh !important;
}

.d-power-5-red {
  color: red;
  font-weight: 900;
}

@media only screen and (max-width: 1000px) {
  .d-column-1 {
    padding-top: 12.14vh;
    padding-bottom: 3.23vh;
  }
  .d-column-1-in {
    width: 90.67vw;
  }
  .d-column-1-row-1-col-1 {
    font-size: 37.55px;
    line-height: 1;
  }
  .d-column-1-row-1-col-2 {
    font-size: 11.26px;
    line-height: 2;
  }
  .d-column-1-row-2 {
    flex-direction: column;
    align-items: start;
  }
  .d-column-1-row-2-col-1 {
    color: #fefefe;
    font-size: 20px;
    line-height: 28px;
    margin-top: 3.03vh;
  }
  .d-column-1-row-2-col-2 {
    width: 50.67vw;
    margin-top: 3.03vh;
  }
  .d-column-2-in {
    width: 94.67vw;
    display: flex;
    flex-direction: column;
  }
  .d-column-2-row-1-col-1,
  .d-column-2-row-2-col-1 {
    width: 14.67vw;
  }
  .d-column-2-row-1-col-2,
  .d-column-2-row-2-col-2 {
    width: 75.47vw;
    text-align: left;
    margin-left: 1.45vw;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding: 1vh 8.5vw;
  }
  .d-col-col-not-first {
    margin-top: 5.15vh;
  }
  .d-column-3 {
    width: 100vw;
    margin-top: 7.42vh;
    background-color: #ffe451;
  }
  .d-column-3-in {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 3.03vh 13.6vw;
  }
  .d-column-4 {
    width: 93vw;
  }
  .d-column-4-row-1-col-1 {
    font-size: 18px;
  }
  .d-column-4-row-1-col-2 {
    margin-top: 2.62vh;
    font-size: 14px;
    line-height: 1.6;
  }
  .d-c-4-hr {
    margin: 3.03vh 0;
    width: 100vw;
  }
  .m-column-5 {
    display: flex;
    width: 92vw;
    margin-top: 7.73vh;
    background-color: #fefefe;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .m-column-5-sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .d-column-5-2-in {
    width: 25.6vw;
    position: relative;
    margin-left: 3.2vw;
  }
  .d-column-5-in {
    width: 87.73vw;
    margin-top: 3.79vh;
    margin-bottom: 7.45vh;
  }
  .d-column-5-in-1 {
    font-size: 20px;
    line-height: 1.4;
  }
  .d-column-5-in-2 {
    margin-top: 2.13vh;
    font-size: 14px;
    line-height: 1.7;
  }
  .res-3-3 {
    margin-top: 3.45vh;
    font-size: 17px;
    line-height: 27px;
  }

  .res-3-4 {
    margin-top: 2.68vh;
    font-size: 15px;
    line-height: 25px;
    height: 30vh;
    margin-bottom: 20px;
  }
  .res-3-4::-webkit-scrollbar {
    -webkit-appearance: none !important;
    width: 7px !important;
  }

  .res-3-4::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
  }

  .res-3-4::-webkit-scrollbar {
    width: 5px !important;
  }

  .res-3-4::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
  }

  .res-3-4::-webkit-scrollbar-thumb {
    background: #707070 !important;
  }

  .res-3-4::-webkit-scrollbar-thumb:hover {
    background: #355cc9 !important;
  }
  .res-3-4::-webkit-overflow-scrolling:touch {
    background: #707070 !important;
    width: 5px;
  }
  .d-res-3-in-1-1 {
    width: 82.0625vw;
  }
  .d-res-3-in {
    width: 90.67vw;
    padding: 1.09vh 0 3.09vh 0;
  }

  .res-3-2 {
    color: #1da371;
    font-size: 36px;
    text-align: center;
    margin-top: 2.23vh;
  }
  .res-close {
    width: 6.6vw;
    position: absolute;
    top: 3.83vh;
    right: 7.175vw;
  }
  .res3-100 {
    line-height: 43px;
  }
}

.m-part-8 > .swipe4 > .swiper-wrapper > .swiper-slide {
  width: 100vw;
}
