.wrapper {
  position: relative;
  margin-top: 13rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrapper {
    margin-top: 6rem;
  }
}
.wrapper .circle_01 {
  position: absolute;
  top: 1rem;
  left: 0;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 46.7rem;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_01 {
    top: 0;
    width: 37%;
  }
}
.wrapper .circle_02 {
  position: absolute;
  top: 1.5rem;
  right: 0;
  transform: translateX(30%);
  z-index: -1;
  max-width: 36rem;
  width: 43%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_02 {
    top: 4rem;
    transform: translateX(44%);
    width: 28%;
  }
}
.wrapper .circle_03 {
  position: absolute;
  top: 157rem;
  left: 0;
  transform: translateX(-20%);
  z-index: -1;
  max-width: 32.7rem;
  width: 23%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_03 {
    transform: translateX(-48%);
    top: 38rem;
  }
}
.wrapper .circle_04 {
  position: absolute;
  top: 145rem;
  right: 0;
  transform: translateX(30%);
  z-index: -1;
  max-width: 36rem;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_04 {
    top: 45rem;
    transform: translateX(38%);
    width: 19%;
  }
}
.wrapper .circle_05 {
  position: absolute;
  top: 240rem;
  left: 0;
  transform: translateX(-14%);
  z-index: -3;
  max-width: 17.6rem;
  width: 13%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_05 {
    transform: translateX(0);
    left: 1.5rem;
    top: 60rem;
    width: 14%;
  }
}
.wrapper .circle_06 {
  position: absolute;
  top: 267rem;
  right: 3rem;
  z-index: -3;
  max-width: 20.3rem;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_06 {
    top: 73rem;
    right: 0;
    width: 20%;
  }
}
.wrapper .circle_07 {
  position: absolute;
  top: 328rem;
  left: 0;
  transform: translateX(-14%);
  z-index: -3;
  max-width: 38.5rem;
  width: 27%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_07 {
    transform: translateX(-39%);
    top: 82rem;
    width: 30%;
  }
}
.wrapper .circle_08 {
  position: absolute;
  top: 343rem;
  right: 3rem;
  z-index: -3;
  max-width: 46.7rem;
  width: 33%;
  transform: translateX(55%);
}
@media screen and (max-width: 768px) {
  .wrapper .circle_08 {
    transform: translateX(58%);
    top: clamp(96rem, 86.458rem + 40.71vw, 106rem);
    right: 0;
    width: 36%;
  }
}
.wrapper .circle_09 {
  position: absolute;
  top: 443rem;
  left: 4.8rem;
  z-index: -3;
  max-width: 34rem;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_09 {
    top: 122rem;
    left: auto;
    right: 2rem;
    width: 15%;
  }
}
.wrapper .circle_10 {
  position: absolute;
  top: 422rem;
  right: 7rem;
  z-index: -3;
  max-width: 46.7rem;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_10 {
    top: 178rem;
  }
}

.mv {
  padding-top: 10rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 5rem;
  }
}
.mv_inner {
  max-width: 125rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .mv_inner {
    padding-inline: 1.5rem;
  }
}
.mv_titleSub {
  font-size: 3.2rem;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .mv_titleSub {
    font-size: 2rem;
    margin-top: 5rem;
  }
}
.mv_text {
  font-size: 2rem;
  margin-top: 5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .mv_text {
    font-size: 1.4rem;
    margin-top: 2.5rem;
    line-height: 2;
  }
}
.mv_text + .mv_text {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .mv_text + .mv_text {
    margin-top: 1.5rem;
  }
}
.mv_areaMap {
  margin-top: 9.2rem;
  max-width: 120rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .mv_areaMap {
    margin-top: 4.8rem;
  }
}

.area {
  position: relative;
  z-index: -2;
  margin-top: 5rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .area {
    padding-inline: 1.5rem;
  }
}
.area_wrap {
  margin-top: 3rem;
  max-width: 105rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  padding-block: 6rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .area_wrap {
    padding-inline: 1.5rem;
    padding-block: 2rem;
  }
}
.area_inner {
  max-width: 70rem;
  margin-inline: auto;
}
.area_title {
  font-family: "Futura", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 6rem;
  color: #E60012;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .area_title {
    font-size: 2.4rem;
  }
}
.area_title span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E60012;
  border-radius: 50%;
  aspect-ratio: 1/1;
  color: #fff;
  max-width: 6.6rem;
  width: 100%;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .area_title span {
    max-width: 2.6rem;
    font-size: 1.8rem;
  }
}
.area_sec {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .area_sec {
    margin-top: 2.5rem;
  }
}
.area_secondTitle {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background-color: #E60012;
  padding-block: 0.5rem;
}
@media screen and (max-width: 768px) {
  .area_secondTitle {
    font-size: 1.6rem;
  }
}
.area_read {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #E60012;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .area_read {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.area_imgWrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .area_imgWrap {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
.area_text {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .area_text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.428;
  }
}
.area.-sec02 .area_title {
  color: #F6AB00;
}
.area.-sec02 .area_title span {
  background-color: #F6AB00;
}
.area.-sec02 .area_secondTitle {
  background-color: #F6AB00;
}
.area.-sec02 .area_read {
  color: #F6AB00;
}
.area.-sec03 .area_title {
  color: #009E96;
}
.area.-sec03 .area_title span {
  background-color: #009E96;
}
.area.-sec03 .area_secondTitle {
  background-color: #009E96;
}
.area.-sec03 .area_read {
  color: #009E96;
}
.area.-sec03 .area_imgWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fade-in-target {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=mobicul.css.map */