@charset "UTF-8";
.wrapper {
  position: relative;
  margin-top: 13rem;
  padding-bottom: 8.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrapper {
    margin-top: 6rem;
    padding-bottom: 5.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(46%);
  z-index: -1;
  max-width: 42.6rem;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_02 {
    top: 4rem;
    transform: translateX(44%);
    width: 28%;
  }
}
.wrapper .circle_03 {
  position: absolute;
  top: 117rem;
  left: 0;
  transform: translateX(-20%);
  z-index: -1;
  max-width: 27.2rem;
  width: 19%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_03 {
    transform: translateX(-6%);
    top: 84rem;
  }
}
.wrapper .circle_04 {
  position: absolute;
  top: 111rem;
  right: 0;
  transform: translateX(23%);
  z-index: -1;
  max-width: 26.8rem;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_04 {
    top: 91rem;
    transform: translateX(5%);
    width: 19%;
  }
}
.wrapper .circle_05 {
  position: absolute;
  top: 138rem;
  left: 27rem;
  z-index: -3;
  max-width: 11.1rem;
  width: 8%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_05 {
    transform: translateX(0);
    left: 0;
    top: 113rem;
    width: 14%;
  }
}
.wrapper .circle_06 {
  position: absolute;
  top: 182rem;
  right: 10rem;
  z-index: -3;
  max-width: 7.8rem;
  width: 6%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_06 {
    left: auto;
    top: 160rem;
    right: 2rem;
    width: 20%;
  }
}
.wrapper .circle_07 {
  position: absolute;
  top: 197rem;
  left: 5rem;
  z-index: -3;
  max-width: 20rem;
  width: 14%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_07 {
    transform: translateX(-71%);
    top: 153rem;
    width: 30%;
  }
}
.wrapper .circle_08 {
  position: absolute;
  top: 238rem;
  right: 7rem;
  z-index: -3;
  max-width: 17.1rem;
  width: 12%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_08 {
    display: none;
  }
}
.wrapper .circle_09 {
  position: absolute;
  top: 250rem;
  left: 20rem;
  z-index: -3;
  max-width: 27.1rem;
  width: 19%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_09 {
    top: 122rem;
    left: auto;
    right: 2rem;
    width: 15%;
  }
}

.mv {
  text-align: center;
  padding-top: 13rem;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 5.2rem;
  }
}
.mv_inner {
  max-width: 125rem;
  margin-inline: auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .mv_inner {
    padding: 0 1.5rem;
  }
}
.mv_title {
  max-width: 62rem;
  margin-inline: auto;
}
.mv_titleSub {
  margin-top: 7.2rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .mv_titleSub {
    margin-top: 3.7rem;
    font-size: 2rem;
  }
}
.mv_titleSecond {
  margin-top: 5.8rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mv_titleSecond {
    margin-top: 3.9rem;
    font-size: 1.6rem;
  }
}
.mv_text {
  margin-top: 2.5rem;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .mv_text {
    font-size: 1.6rem;
  }
}

.background {
  position: relative;
  z-index: -5;
  padding-block: 4rem;
}
@media screen and (max-width: 768px) {
  .background {
    padding-block: 2rem;
    padding-bottom: -2rem;
  }
}

@media screen and (max-width: 768px) {
  .overview {
    margin-bottom: -12rem;
  }
}
.overview_inner {
  max-width: 125rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .overview_inner {
    padding-inline: 1.5rem;
  }
}
.overview_title {
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .overview_title {
    font-size: 2rem;
  }
}

.bubble-container {
  position: relative;
  width: 100%;
  height: 80rem;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .bubble-container {
    height: 124rem;
  }
}
@media screen and (max-width: 559px) {
  .bubble-container {
    height: 80rem;
  }
}

.bubble {
  position: absolute;
  border-radius: 50%;
  color: #fff;
  font-size: 2.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1/1;
}
.bubble_inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.bubble_img {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 50% 50% 0 0;
}
.bubble_img img {
  border-radius: 50% 50% 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bubble_text {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-block: 5% 1.5rem;
  padding-inline: 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .bubble_text {
    font-size: 1.2rem;
  }
}

/* サイズと位置調整（例） */
.bubble1 {
  max-width: 20.3rem;
  width: 17%;
  top: 24%;
  left: 10%;
  background: #0071BC;
}
@media screen and (max-width: 768px) {
  .bubble1 {
    width: 38%;
    top: 41.1%;
    left: -2.5%;
  }
}

.bubble2 {
  max-width: 24.1rem;
  width: 20%;
  top: 47%;
  left: 19%;
  background: #00879D;
}
@media screen and (max-width: 768px) {
  .bubble2 {
    width: 45%;
    top: 57%;
    left: 3%;
  }
}

.bubble3 {
  max-width: 24.5rem;
  width: 21%;
  top: 6%;
  left: 24%;
  background: #F45521;
}
@media screen and (max-width: 768px) {
  .bubble3 {
    width: 46%;
    top: 0;
    left: -2%;
  }
}

.bubble4 {
  max-width: 20.3rem;
  width: 17%;
  top: 0.7%;
  left: 45.5%;
  background: #22B573;
}
@media screen and (max-width: 768px) {
  .bubble4 {
    width: 38%;
    top: 20.7%;
    left: 10%;
  }
}

.bubble5 {
  max-width: 34.5rem;
  width: 29%;
  top: 26%;
  left: 37%;
  background: #181878;
}
@media screen and (max-width: 768px) {
  .bubble5 {
    width: 65%;
    top: 30%;
    left: 34%;
  }
}

.bubble6 {
  max-width: 31.1rem;
  width: 26%;
  top: 5%;
  left: 61%;
  background: #EC1B25;
}
@media screen and (max-width: 768px) {
  .bubble6 {
    width: 58%;
    top: 5%;
    left: 41%;
  }
}

.bubble7 {
  max-width: 28.6rem;
  width: 24%;
  top: 43.5%;
  left: 64%;
  background: #64ADC4;
}
@media screen and (max-width: 768px) {
  .bubble7 {
    width: 53.5%;
    top: 57.5%;
    left: 47.5%;
  }
}

.detail {
  padding-inline: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail {
    padding-inline: 1.5rem;
  }
}
.detail_inner {
  max-width: 105rem;
  background-color: #fff;
  border-radius: 1rem;
  padding-inline: 2.5rem;
  padding-block: 7rem 12rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .detail_inner {
    padding-inline: 1.5rem;
    padding-block: 5.2rem 4.4rem;
  }
}
.detail_title {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .detail_title {
    font-size: 2rem;
  }
}
.detail_text {
  margin-top: 3rem;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .detail_text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

aside, main {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  html[lang=en] .bubble_text {
    font-size: clamp(1.5rem, 1.231rem + 0.77vw, 1.6rem);
  }
}
@media screen and (max-width: 559px) {
  html[lang=en] .bubble1 .bubble_text,
  html[lang=en] .bubble2 .bubble_text,
  html[lang=en] .bubble4 .bubble_text {
    padding-block: 4% 1.5rem;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
.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=fmf.css.map */