.mv {
  height: 900px;
}
.mv .inner {
  height: 100%;
}
.mv .imgarea {
  position: absolute;
  right: -10%;
  top: 0;
  width: 58vw;
  max-width: 1200px;
  min-width: 700px;
  aspect-ratio: 1/1;
  height: auto;
  place-content: center;
}
@media (min-width: 1800px) {
  .mv .imgarea {
    top: -100px;
    transition: all 0.3s ease;
  }
}
@media all and (max-width: 1000px) {
  .mv .imgarea {
    top: 90px;
  }
}
.mv .circle-animation {
  stroke-dasharray: 214;
  stroke-dashoffset: 214;
  animation: dash 10s linear forwards;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.mv svg {
  fill: #ccc;
}
.mv .cir1 {
  background: #F8F7F3;
  position: absolute;
  top: 9%;
  left: 9%;
  z-index: 100;
  width: 82%;
  height: 82%;
  border-radius: 100%;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.mv .cir2 {
  position: absolute;
  top: 13%;
  left: 13%;
  z-index: 110;
  width: 74%;
  height: 74%;
  border-radius: 100%;
  clip-path: circle(0px);
  animation: cir2 1.5s ease-in-out 1s forwards;
}
@keyframes cir2 {
  0% {
    clip-path: circle(0px);
  }
  100% {
    clip-path: circle(100%);
  }
}
.mv .cir3 {
  position: absolute;
  background: #FED400;
  top: 9%;
  left: 9%;
  z-index: 100;
  width: 82%;
  height: 82%;
  border-radius: 100%;
  animation: cir3 0.5s ease-in-out 1s forwards;
  transform: scale(0);
  will-change: transform;
}
@keyframes cir3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.mv .circle-wrapper-sp {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1000px) {
  .mv {
    height: 740px;
  }
  .mv .imgarea {
    top: 160px;
  }
}
@media all and (max-width: 767px) {
  .mv {
    height: auto;
  }
  .mv .imgarea {
    position: relative;
    width: 126%;
    min-width: unset;
    top: 0;
    right: 3%;
    margin-top: 50px;
  }
  .mv .inner {
    height: auto;
  }
}

.cp1 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.6;
  position: relative;
  z-index: 120;
}
@media all and (max-width: 767px) {
  .cp1 {
    margin-top: 0;
    padding-top: 90px;
    font-size: 3.6rem;
  }
  .cp1 i {
    letter-spacing: -0.5em;
  }
}

.bx_v1 {
  display: grid;
  grid-template-columns: 57% 1fr;
  gap: 0 30px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.bx_v1 .img {
  overflow: hidden;
  border-radius: 30px;
}
.bx_v1 .img2 {
  display: none;
  overflow: hidden;
  border-radius: 30px;
}
.bx_v1 .lead {
  margin: 30px 0 40px 0;
  max-width: 430px;
}
.bx_v1 .ttl_h3 {
  font-size: 3.2rem;
  margin-top: 40px;
}
@media all and (max-width: 1000px) {
  .bx_v1 {
    display: block;
  }
  .bx_v1 .img {
    display: none;
  }
  .bx_v1 .img2 {
    display: block;
    margin: 20px 0;
  }
  .bx_v1 .lead {
    max-width: none;
  }
}
@media all and (max-width: 767px) {
  .bx_v1 .lead {
    margin: 20px 0;
  }
  .bx_v1 .ttl_h3 {
    font-size: 2.5rem;
    margin-top: 20px;
  }
}

.bx_v1r {
  display: grid;
  grid-template-columns: 1fr 57%;
}
.bx_v1r .img {
  order: 2;
}
.bx_v1r .cont {
  order: 1;
}
@media all and (max-width: 1000px) {
  .bx_v1r {
    display: block;
  }
}

.circles {
  position: absolute;
  height: auto;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border-radius: 100%;
}
@media all and (max-width: 767px) {
  .circles {
    display: none;
  }
}

.circle_wrap {
  position: relative;
  max-width: 340px;
  aspect-ratio: 390/470;
  width: 100%;
  margin: 100px 0 0 50px;
}
.circle_wrap .circ1 {
  left: 0;
  top: 0;
}
.circle_wrap .circ2 {
  left: 0;
  bottom: 61%;
}
.circle_wrap .circ3 {
  right: 40%;
  bottom: unset;
  top: 19%;
}
.circle_wrap .circ4 {
  bottom: 25%;
  right: 53%;
  top: unset;
}
.circle_wrap .circ5 {
  right: 5%;
  bottom: 35%;
}
.circle_wrap .circ6 {
  right: -8%;
  top: unset;
  bottom: 0%;
}
@media all and (max-width: 1060px) {
  .circle_wrap {
    margin: 100px 0 0 0;
    transform: scale(0.7);
    transform-origin: left top;
  }
}
@media all and (max-width: 767px) {
  .circle_wrap {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    transform: scale(1);
  }
  .circle_wrap .circ1 {
    width: 17px;
    left: 30px;
    top: 0;
    display: block;
  }
  .circle_wrap .circ2 {
    left: 5px;
    width: 32px;
    bottom: 75%;
    display: block;
  }
  .circle_wrap .circ3 {
    right: 58%;
    width: 49px;
    bottom: unset;
    top: 0px;
    display: block;
  }
  .circle_wrap .circ3 .circ_in {
    border: 10px solid white;
  }
  .circle_wrap .circ4 {
    bottom: 86%;
    right: -8%;
    top: unset;
    width: 64px;
  }
  .circle_wrap .circ4 .circ_in {
    border: 13px solid white;
  }
  .circle_wrap .circ5 {
    right: -1%;
    bottom: -20%;
    width: 30px;
  }
  .circle_wrap .circ6 {
    display: none;
  }
}

.top1 {
  position: relative;
}
.top1 .circles {
  top: -9%;
  left: 43%;
  width: 330px;
  border: 35px solid white;
}
@media all and (max-width: 767px) {
  .top1 {
    margin-top: 30px;
  }
}

.top2 {
  margin-top: 130px;
}
.top2 .circles {
  top: -9%;
  left: -10%;
  width: 240px;
  border: 26px solid white;
}
@media all and (max-width: 767px) {
  .top2 {
    margin-top: 90px;
  }
  .top2 .circles {
    display: none;
  }
}

.top3 {
  margin-top: 130px;
}
.top3 .circles {
  top: -4%;
  right: -13%;
  width: 240px;
  border: 26px solid white;
}
.top3 .circles2 {
  top: -13%;
  right: 10%;
  width: 30px;
  aspect-ratio: 1/1;
  background: #FED400;
  border-radius: 100%;
  position: absolute;
}
@media all and (max-width: 767px) {
  .top3 {
    margin-top: 90px;
  }
  .top3 .circles {
    display: none;
  }
  .top3 .circles2 {
    display: none;
  }
}

.top4 {
  margin-top: 140px;
}
.top4 .circles {
  top: -10%;
  right: 20%;
  width: 120px;
  border: 20px solid white;
}
.top4 .c2 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
.top4 .bx {
  background: white;
  border-radius: 30px;
  padding: 30px;
  box-sizing: border-box;
}
.top4 h3 {
  margin-bottom: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
.top4 .img {
  overflow: hidden;
  border-radius: 20px;
  margin: 26px 0;
}
.top4 ul {
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
.top4 li {
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
  font-weight: 500;
}
.top4 li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 100%;
}
@media all and (max-width: 767px) {
  .top4 {
    margin-top: 100px;
  }
  .top4 .circles {
    display: none;
  }
  .top4 .c2 {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 0 20px;
  }
  .top4 .bx {
    padding: 26px;
  }
  .top4 .bx:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .top4 h3 {
    margin-bottom: 26px;
    font-size: 2.6rem;
  }
  .top4 .img {
    margin: 16px 0;
  }
}

.top5 {
  margin-top: 150px;
}
@media all and (max-width: 767px) {
  .top5 {
    margin-top: 100px;
  }
}

.numbers_w {
  margin-top: 40px;
}

.swipe_num .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
}
.swipe_num .swiper-slide:nth-of-type(even) {
  position: relative;
  top: 70px;
}
.swipe_num .in {
  aspect-ratio: 1/1;
  background: white;
  border-radius: 100%;
  place-content: center;
  text-align: center;
  position: relative;
}
.swipe_num .tl {
  font-weight: bold;
  font-size: 1.8rem;
}
.swipe_num .num1, .swipe_num .num2 {
  color: #F29200;
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
.swipe_num .num1 em, .swipe_num .num2 em {
  font-size: 3.8rem;
  line-height: 1;
}
.swipe_num .num1 i, .swipe_num .num2 i {
  font-size: 2rem;
  line-height: 1;
}
.swipe_num .num2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 135px;
  margin: 0 auto;
}
.swipe_num .num2 img {
  margin: 10px auto 0 auto;
  height: 38px;
  width: auto;
}
.swipe_num .ic_time {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 58px;
  height: auto;
}
.swipe_num .ic_calen {
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 64px;
  height: auto;
}
.swipe_num .ic_cars {
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 66px;
  height: auto;
}
.swipe_num .ic_desk {
  position: absolute;
  bottom: 20px;
  left: -10px;
  width: 66px;
  height: auto;
}
@media all and (max-width: 1100px) {
  .swipe_num .ic_time {
    top: -20px;
    left: 10px;
  }
}
@media all and (max-width: 1000px) {
  .swipe_num .swiper-wrapper {
    display: flex;
    gap: unset;
  }
  .swipe_num .swiper-slide:nth-of-type(even) {
    top: unset;
  }
  .swipe_num .ic_time {
    top: 10px;
    left: 20px;
  }
}

.top6 {
  margin-top: 200px;
  padding-bottom: 210px;
  box-sizing: border-box;
}
@media all and (max-width: 1000px) {
  .top6 {
    margin-top: 130px;
  }
}
@media all and (max-width: 767px) {
  .top6 {
    margin-top: 90px;
    padding-bottom: 170px;
  }
}

/*# sourceMappingURL=top.css.map */
