:root {
  --sakura: #da005b;
}

.l-float-contents__content {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .l-float-contents__content {
    padding: 20px 0;
  }
  .l-float-contents__content .c-btn {
    width: 100%;
  }
  .l-float-contents__content .c-btn__item {
    width: 520px;
  }
}
div.kiyoboy {
  position: relative;
  padding-bottom: 100px;
}

div.kiyoboy div.kiyoboy-in {
  position: absolute;
  left: 0;
  top: -50px;
}

div.kiyoboy div.kiyoboy-in img {
  width: 150px;
}

@media (max-width: 767px) {
  div.kiyoboy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -1em;
    padding-bottom: 0;
  }
  div.kiyoboy div.kiyoboy-in {
    position: static;
  }
  div.kiyoboy div.kiyoboy-in img {
    width: 120px;
  }
}
.c-txt.u-step-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--sakura);
}
@media only screen and (max-width: 767px) {
  .c-txt.u-step-title {
    font-size: 1.6rem;
  }
}

.c-ttl-callout-01__callout::after {
  border-left-color: var(--sakura);
}
.c-ttl-callout-01__callout-main {
  border-color: var(--sakura);
  color: var(--sakura);
}
.c-ttl-callout-01__callout-sub {
  border-color: var(--sakura);
  background-color: var(--sakura);
}

.c-ttl-callout-01.c-ttl-callout-01-arrow {
  margin-top: 80px;
  position: relative;
}
.c-ttl-callout-01.c-ttl-callout-01-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  width: 100px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--sakura);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.c-grid__col:has(.c-fig) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-grid__col:has(.c-fig) .c-fig {
  overflow: visible;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-grid__col:has(.c-fig) .c-fig {
    max-width: 80%;
  }
}
.c-grid__col:has(.c-fig) .c-fig__balloon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-color: #1e2380;
  color: #fff100;
  width: 5em;
  aspect-ratio: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-grid__col:has(.c-fig) .c-fig__balloon {
    width: 3.5em;
  }
}
.c-grid__col:has(.c-fig) .c-fig__balloon.rev {
  background-color: #fff100;
  color: #1e2380;
}
.c-grid__col:has(.c-fig) .c-fig__balloon span {
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .c-grid__col:has(.c-fig) .c-fig__balloon span {
    font-size: 1.1em;
  }
}

.c-btn.vertical .c-btn__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-btn.vertical .c-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}
.c-btn.vertical .c-txt::before, .c-btn.vertical .c-txt::after {
  display: none;
}
.c-btn.vertical .c-txt .mirror {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}/*# sourceMappingURL=style.css.map */