@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;800&display=swap");
* {
  font-family: "M PLUS 1p", sans-serif;
}

.section06 {
  position: relative;
  z-index: 2;
  padding-left: 5%;
}
@media screen and (max-width: 900px) {
  .section06 {
    padding-left: 0;
  }
}
.section06 .inner {
  max-width: 1300px;
  margin-left: auto;
  background-color: #EAEAEB;
  padding-top: 8%;
  padding-bottom: 5%;
  border-radius: 100px 0 0 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .section06 .inner {
    width: 92%;
    border-radius: 30px 0 0 30px;
    padding-bottom: 10%;
  }
}
.section06 .inner .btns {
  position: absolute;
  top: 7%;
  left: 63%;
}
@media screen and (max-width: 900px) {
  .section06 .inner .btns {
    top: 10%;
  }
}
.section06 .inner .btns .to-detail {
  display: block;
  cursor: pointer;
  width: 170px;
  height: 170px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .section06 .inner .btns .to-detail {
    width: 26.6vw;
    height: 26.6vw;
  }
}
.section06 .inner .btns .to-detail * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section06 .inner .btns .to-detail:hover .green {
  transform: scale(1.2);
}
.section06 .inner .btns .to-detail .green {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #22AC69;
  border-radius: 50%;
  z-index: 0;
  transition-duration: 0.3s;
}
.section06 .inner .btns .to-detail img {
  position: relative;
  z-index: 1;
  width: 120px;
  margin-top: -36px;
  margin-bottom: 5px;
  animation: fuwafuwa 2s ease-in-out infinite alternate;
}
@media screen and (max-width: 900px) {
  .section06 .inner .btns .to-detail img {
    width: 63.64%;
  }
}
.section06 .inner .btns .to-detail span {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
  color: white;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 900px) {
  .section06 .inner .btns .to-detail span {
    font-size: 2.9vw;
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.section06 .inner .btns .to-question {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 64%;
  left: 100%;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section06 .inner .btns .to-question:hover .white {
  transform: scale(1.2);
}
@media screen and (max-width: 900px) {
  .section06 .inner .btns .to-question {
    display: none;
  }
}
.section06 .inner .btns .to-question .white {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  z-index: 0;
  transition-duration: 0.3s;
}
.section06 .inner .btns .to-question svg {
  position: relative;
  z-index: 1;
  width: 27px;
  margin-bottom: 5px;
}
.section06 .inner .btns .to-question span {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  color: #22AC69;
  transform: rotate(0.05deg);
}
.section06 .inner .ttl {
  width: 628px;
  margin-bottom: 30px;
  padding-left: 11%;
}
@media screen and (max-width: 1100px) {
  .section06 .inner .ttl {
    width: 500px;
  }
}
@media screen and (max-width: 900px) {
  .section06 .inner .ttl {
    width: 52.8%;
    padding-left: 8%;
    margin-bottom: 5%;
  }
}
.section06 .inner .ttl img {
  width: 100%;
}
.section06 .inner .sub-ttl {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 100px;
  padding-left: 11%;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 900px) {
  .section06 .inner .sub-ttl {
    font-size: 4vw;
    margin-top: 5%;
    margin-bottom: 20%;
    padding-left: 8%;
  }
}
.section06 .inner .swiper .swiper-slide {
  padding-right: 5%;
}
@media screen and (max-width: 900px) {
  .section06 .inner .swiper .swiper-slide {
    padding-right: 10%;
  }
}
.section06 .inner .swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
  transform: scale(1);
}
.section06 .inner .swiper .swiper-slide.swiper-slide-prev img {
  transform-origin: right;
}
.section06 .inner .swiper .swiper-slide.swiper-slide-next img {
  transform-origin: left;
}
.section06 .inner .swiper .swiper-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  opacity: 0.7;
  transform: scale(0.7);
  transition-duration: 0.8s;
}
.section06 .inner .swiper .swiper-button-prev {
  left: 7.2%;
  top: 64%;
}
@media screen and (max-width: 900px) {
  .section06 .inner .swiper .swiper-button-prev {
    left: 7.5%;
    top: 60%;
  }
}
.section06 .inner .swiper .swiper-button-prev::after {
  display: none;
}
.section06 .inner .swiper .swiper-button-prev img {
  width: 50px;
  transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  .section06 .inner .swiper .swiper-button-prev img {
    width: 9vw;
  }
}
.section06 .inner .swiper .swiper-button-next {
  right: 12.3%;
  top: 64%;
}
@media screen and (max-width: 900px) {
  .section06 .inner .swiper .swiper-button-next {
    right: 18%;
    top: 60%;
  }
}
.section06 .inner .swiper .swiper-button-next::after {
  display: none;
}
.section06 .inner .swiper .swiper-button-next img {
  width: 50px;
}
@media screen and (max-width: 900px) {
  .section06 .inner .swiper .swiper-button-next img {
    width: 9vw;
  }
}
.section06 .inner .swiper .swiper-button-disabled {
  transition-duration: 0.5s;
  opacity: 0;
}
.section06 .inner .swiper-pagination {
  position: relative;
  margin-top: 2%;
  padding-right: 7%;
}
@media screen and (max-width: 900px) {
  .section06 .inner .swiper-pagination {
    padding-right: 10%;
    margin-top: 8%;
  }
}
.section06 .inner .swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 50px;
  transition-duration: 0.3s;
  transform-origin: center;
  cursor: pointer;
  border-radius: 10px;
  background-color: white;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .section06 .inner .swiper-pagination .swiper-pagination-bullet {
    width: 8vw;
    height: 1vw;
  }
}
.section06 .inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2B2B37;
  width: 80px;
}
@media screen and (max-width: 900px) {
  .section06 .inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 13.3vw;
  }
}
.section06 .inner .link {
  text-align: center;
  margin-top: 10%;
  padding-right: 7%;
}
@media screen and (min-width: 901px) {
  .section06 .inner .link {
    display: none;
  }
}
.section06 .inner .link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4vw;
  font-weight: 800;
  color: #22AC69;
  text-align: center;
  letter-spacing: 0.5vw;
  white-space: nowrap;
}
.section06 .inner .link a img {
  margin-left: 5%;
  width: 4vw;
}/*# sourceMappingURL=section06.css.map */