.main .lead p {
  font-size: 0.18rem;
}
html.fontS .main .lead p, .main .lead html.fontS p {
  font-size: 0.1542857143rem;
}
html.fontL .main .lead p, .main .lead html.fontL p {
  font-size: 0.2057142857rem;
}

.main .lead .btn--contact, .main .sec--01 .list .label {
  font-size: 0.2rem;
}
html.fontS .main .lead .btn--contact, .main .lead html.fontS .btn--contact, html.fontS .main .sec--01 .list .label, .main .sec--01 .list html.fontS .label {
  font-size: 0.1714285714rem;
}
html.fontL .main .lead .btn--contact, .main .lead html.fontL .btn--contact, html.fontL .main .sec--01 .list .label, .main .sec--01 .list html.fontL .label {
  font-size: 0.2285714286rem;
}

.main .lead .btn--download {
  font-size: 0.3rem;
}
html.fontS .main .lead .btn--download, .main .lead html.fontS .btn--download {
  font-size: 0.2571428571rem;
}
html.fontL .main .lead .btn--download, .main .lead html.fontL .btn--download {
  font-size: 0.3428571429rem;
}

.main .lead p::before, .main .lead p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .lead p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .lead p::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main .feature:after {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  font-family: "Poppins";
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 0.6971428571;
  white-space: nowrap;
  animation: ticker 40s infinite linear;
}
@media screen and (max-width: 750px) {
  .main .feature:after {
    font-size: 2.5rem;
    line-height: 0.712;
  }
}
@keyframes ticker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media screen and (hover: hover) and (pointer: fine) {
  .main .lead .btn--contact {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .main .lead .btn--contact {
      transition-property: filter;
    }
  }
  .main .lead .btn--contact:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .main .lead .btn--contact:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

.main {
  padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .main {
    padding-bottom: 1rem;
  }
}
.main strong {
  color: #ecccd0;
  font-weight: inherit;
}
.main .en {
  font-family: "Poppins";
}
.main .pageHeader {
  background-image: url(../imgs/hero-bg.jpg);
}
@media screen and (max-width: 750px) {
  .main .pageHeader {
    background-image: none;
  }
}
.main .pageHeader .text .catch {
  width: 5.74rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .text .catch {
    width: auto;
    font-size: 0.36rem;
    text-align: left;
  }
}
.main .pageHeader .image::before {
  background: repeating-linear-gradient(#ffe5e5, #ffe5e5 0.06rem, transparent 0.06rem, transparent 0.16rem);
}
.main .pageHeader .image--02 {
  width: 3.02rem;
  bottom: -0.58rem;
  left: -1.96rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image--02 {
    width: 2.416rem;
    border: -0.4rem;
    left: -0.4rem;
  }
}
.main .pageHeader .deco::before {
  background-image: url(../../assets/imgs/deco01.png), url(../../assets/imgs/deco02.png), linear-gradient(90deg, transparent 3rem, #c80e37 3rem), linear-gradient(90deg, transparent 1rem, #c80e37 1rem, #c80e37 3rem, #d33737 3rem);
}
@media screen and (max-width: 750px) {
  .main .pageHeader .deco::before {
    background-image: url(../../assets/imgs/deco01.png), url(../../assets/imgs/deco02.png), linear-gradient(90deg, transparent 1.8rem, #c80e37 1.8rem), linear-gradient(90deg, transparent 0.6rem, #c80e37 0.6rem, #c80e37 1.8rem, #d33737 1.8rem);
  }
}
.main .pageHeader .circle--01 {
  background: #ffdede;
}
.main .pageHeader .circle--02 {
  border-color: #ecccd0;
}
.main .pageHeader .circle--03 {
  background: rgba(211, 55, 55, 0.2);
}
.main .pageHeader .circle--04 {
  background: #c80e37;
}
.main .pageHeader .circle--05 {
  background: rgba(211, 55, 55, 0.3);
}
.main .pageHeader .circle--06 {
  border-color: #ecccd0;
}
.main .lead {
  padding: 1.6rem 0 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .lead {
    padding: 1rem 0;
  }
}
.main .lead p {
  line-height: 2.2222222222;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .lead p {
    font-size: 0.28rem;
    text-align: left;
  }
}
.main .lead .btn--download {
  display: block;
  box-sizing: border-box;
  width: 8rem;
  margin: 0.8rem auto 0;
  padding: 0.03rem;
  position: relative;
  line-height: 1;
  border-radius: 0.3rem;
  background: linear-gradient(#e10031, #9c001b);
}
@media screen and (max-width: 750px) {
  .main .lead .btn--download {
    width: auto;
    padding: 0.04rem;
    font-size: 0.36rem;
  }
}
.main .lead .btn--download::after {
  content: "";
  display: block;
  width: 1.58rem;
  aspect-ratio: 158/202;
  position: absolute;
  bottom: 0;
  left: -0.05rem;
  background: url(../imgs/img01.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .lead .btn--download::after {
    left: -0.1rem;
  }
}
.main .lead .btn--download .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.16rem;
  box-sizing: border-box;
  height: 1.84rem;
  padding: 0 0 0.1rem 1rem;
  background: #ffeff2;
  border-radius: 0.27rem;
}
@media screen and (max-width: 750px) {
  .main .lead .btn--download .inner {
    padding: 0 0 0 1.1rem;
  }
}
.main .lead .btn--download .inner span {
  display: block;
  padding: 0 0.36rem 0 0;
  background: url(../../assets/imgs/ico-ext_sp.png) 100% 50%/0.24rem auto no-repeat;
}
.main .lead .btn--download .comingsoon {
  color: #d1002d;
  font-size: 0.67em;
  font-weight: 600;
}
.main .lead .btn--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 1rem;
  margin: 0.7rem auto 0;
  padding: 0 0.2rem 0 0;
  background: linear-gradient(215deg, #e10031, #9c001b);
  border-radius: 0.5rem;
  color: #fff;
  box-shadow: 0.09rem 0.12rem 0.3rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .main .lead .btn--contact {
    width: 5.8rem;
    height: 1.2rem;
    margin: 0.5rem auto 0;
    border-radius: 0.6rem;
    font-size: 0.26rem;
  }
}
.main .lead .btn--contact::after {
  content: "";
  display: block;
  width: 0.6rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background-image: url(../../assets/imgs/arrow01_r.svg), linear-gradient(55deg, #fff, #fff);
  background-position: 50% 50%, 0 0;
  background-size: 0.14rem auto, cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .main .lead .btn--contact::after {
    width: 0.7rem;
    top: 0.25rem;
    right: 0.25rem;
    background-size: 0.16rem auto, cover;
  }
}
.main .feature {
  position: relative;
  overflow: hidden;
  padding-bottom: 1.8rem;
}
.main .feature:after {
  content: "CASE CASE CASE";
  bottom: 0.4rem;
  z-index: -1;
  color: #f7f7f7;
}
.main .sec--01 {
  margin-top: 1.6rem;
}
@media screen and (min-width: 751px) {
  .main .sec--01 .wrap {
    width: 13.4rem;
  }
}
.main .sec--01 .mainttl {
  font-size: 0.24rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .mainttl {
    font-size: 0.32rem;
  }
}
.main .sec--01 .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 0.6rem;
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list {
    grid-template-columns: 1fr;
  }
}
.main .sec--01 .list li {
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
  padding: 0.2rem;
  position: relative;
}
.main .sec--01 .list .image {
  position: absolute;
  top: -1.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.main .sec--01 .list .image img {
  height: 1.3rem;
}
.main .sec--01 .list .label {
  background: #ffeff2;
  border-radius: 0.08rem;
  color: #d1002d;
  font-weight: 800;
  font-size: 0.22rem;
  line-height: 0.7rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list .label {
    font-size: 0.32rem;
    line-height: 1rem;
  }
}
.main .sec--01 .list .label.purple {
  color: #6d4c9c;
  background: #eee9f5;
}
.main .sec--01 .list .label.yellow {
  color: #e39a0c;
  background: #fff6eb;
}
.main .sec--01 .list .label.gray {
  color: #787777;
  background: #f2f0f0;
}
.main .sec--01 .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.9rem;
}
.main .sec--01 .list .item .inner {
  width: 100%;
}
.main .sec--01 .list .name {
  font-size: 0.18rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list .name {
    font-size: 0.28rem;
  }
}
.main .sec--01 .list .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.main .sec--01 .list .grid .value:nth-child(1) {
  border-right: 1px solid #f0f0f0;
}
.main .sec--01 .list .value {
  font-size: 0.2rem;
  color: #bda691;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list .value {
    font-size: 0.32rem;
  }
}
.main .sec--01 .list .value .num {
  font-size: 0.6rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list .value .num {
    font-size: 0.72rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list .--04 .item {
    height: 3.8rem;
  }
}
.main .sec--01 .list .--04 .grid {
  align-items: end;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list .--04 .grid {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}
.main .sec--01 .list .--04 .inner_inner.left {
  position: relative;
}
.main .sec--01 .list .--04 .inner_inner.left:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f0f0f0;
  width: 1px;
  height: 1.2rem;
}
.main .sec--01 .list .--04 .name {
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list .--04 .name {
    margin-bottom: 0.1rem;
  }
}
.main .sec--01 .list .--04 .name small {
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list .--04 .name small {
    font-size: 0.24rem;
  }
}
@media screen and (min-width: 751px) {
  .main .sec--01 .list .--04 .name.left {
    margin-bottom: 0.1rem;
  }
}
.main .sec--01 .list .--04 .value {
  font-size: 0.16rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: baseline;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list .--04 .value {
    font-size: 0.32rem;
    display: block;
  }
}
.main .sec--01 .list .--04 .value span {
  text-align: left;
}
.main .sec--01 .list .--04 .value .num {
  font-size: 0.4rem;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list .--04 .value .num {
    font-size: 0.6rem;
  }
  .main .sec--01 .list .--04 .value .num:nth-of-type(3) {
    margin-left: 0.1rem;
  }
}
.main .sec--01 .list .note {
  position: absolute;
  bottom: -0.4rem;
  right: 0;
  font-size: 0.13rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list .note {
    bottom: -0.5rem;
    font-size: 0.2rem;
  }
}
.main .sec--01 .list:after {
  content: "";
  display: block;
  width: 2.1rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 1.9rem;
  right: calc(50% - 7.66rem);
  z-index: -1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.22rem #eee2d8;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list:after {
    width: 1.6rem;
    aspect-ratio: 1/1;
    position: absolute;
    top: 2.5rem;
    right: -1rem;
  }
}
.main .sec--01 .body {
  margin-top: 1rem;
  position: relative;
}
.main .sec--01 .body .inner {
  position: relative;
  background: url(../imgs/img06_bg.png) no-repeat center top;
  background-size: cover;
  padding: 2rem 0 0.5rem;
  border-radius: 0.3rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .inner {
    padding-top: 4rem;
  }
}
.main .sec--01 .body .image {
  width: 4.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .image {
    margin-left: auto;
    margin-right: 0;
  }
}
.main .sec--01 .body .ttl {
  text-align: center;
  font-size: 0.38rem;
  font-weight: 900;
  color: #fff;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .ttl {
    margin-top: 0.4rem;
    line-height: 1.5;
  }
}
.main .sec--01 .body .balloon {
  position: absolute;
  transform: scale(0);
  transition: transform 0.4s;
  transition-delay: 0.4s;
}
.main .sec--01 .body .balloon.--01 {
  width: 3.9rem;
  top: 0.9rem;
  left: 6.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .balloon.--01 {
    top: 0.6rem;
    left: 0.8rem;
  }
}
.main .sec--01 .body .balloon.--02 {
  width: 2.6rem;
  top: 1.3rem;
  left: 2.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .balloon.--02 {
    top: 2rem;
    left: auto;
    right: 0.6rem;
  }
}
.main .sec--01 .body .balloon.--04 {
  width: 3rem;
  top: 2.8rem;
  left: 1.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .balloon.--04 {
    width: 2.8rem;
    top: 2.4rem;
    left: 0.3rem;
  }
}
.main .sec--01 .body .balloon.--03 {
  width: 3rem;
  top: 4.3rem;
  left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .balloon.--03 {
    width: 2.8rem;
    top: 3.1rem;
    left: auto;
    right: 0.3rem;
  }
}
.main .sec--01 .body .balloon.--05 {
  width: 2.6rem;
  top: 2.6rem;
  right: 1.8rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .balloon.--05 {
    width: 2.4rem;
    top: 5.1rem;
    right: auto;
    left: 0.4rem;
  }
}
.main .sec--01 .body .balloon.--06 {
  width: 3rem;
  top: 4.3rem;
  right: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .balloon.--06 {
    width: 2.8rem;
    top: 3.8rem;
    right: auto;
    left: 0.5rem;
  }
}
.main .sec--01 .body .balloon.--07 {
  width: 2.71rem;
  top: 4.25rem;
  right: 1.7rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .balloon.--07 {
    top: 5.3rem;
    left: 0.3rem;
    right: auto;
  }
}
.main .sec--01 .body:after {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: -0.7rem;
  left: calc(50% - 7.5rem);
  z-index: -1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.15rem #f6ccd4;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body:after {
    left: -1rem;
  }
}
.main .sec--01 .body.scrollIn .balloon {
  transform: scale(1);
}
.main .sec--02 {
  margin-top: 0.5rem;
  overflow: hidden;
  padding-bottom: 1rem;
}
.main .sec--02 .wrap {
  position: relative;
}
@media screen and (min-width: 751px) {
  .main .sec--02 .wrap {
    width: 13.4rem;
  }
}
.main .sec--02 .mainttl {
  font-size: 0.4rem;
  text-align: center;
  font-weight: 900;
}
.main .sec--02 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.main .sec--02 .list > li {
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0.35rem 0.35rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list > li {
    padding: 0.5rem 0.35rem 0.8rem;
  }
}
.main .sec--02 .list > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4rem;
  height: 2px;
  background: #d1002d;
}
.main .sec--02 .list .ttl {
  font-size: 0.24rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list .ttl {
    font-size: 0.32rem;
  }
}
.main .sec--02 .list .label {
  text-align: center;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list .label {
    margin-top: 0.2rem;
  }
}
.main .sec--02 .list .label span {
  background: #ffeff2;
  border-radius: 2rem;
  color: #d1002d;
  font-weight: 800;
  font-size: 0.18rem;
  padding: 0.05rem 0.3rem;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list .label span {
    font-size: 0.24rem;
  }
}
.main .sec--02 .list .image {
  margin-top: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list .image {
    margin-top: 0.4rem;
  }
}
.main .sec--02 .list .image .minwidth {
  max-width: 78.37%;
  margin: 0 auto;
}
.main .sec--02 .list .purple:before {
  background: #6d4c9c;
}
.main .sec--02 .list .purple .label span {
  color: #6d4c9c;
  background: #eee9f5;
}
.main .sec--02 .list .purple .ic {
  background: #6d4c9c !important;
}
.main .sec--02 .list .yellow:before {
  background: #e39a0c;
}
.main .sec--02 .list .yellow .label span {
  color: #e39a0c;
  background: #fff6eb;
}
.main .sec--02 .list .yellow .ic {
  background: #e39a0c !important;
}
.main .sec--02 .list .gray:before {
  background: #787777;
}
.main .sec--02 .list .gray .label span {
  color: #787777;
  background: #f2f0f0;
}
.main .sec--02 .list .comingsoon {
  height: 3rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list .comingsoon {
    height: 2.5rem;
  }
}
.main .sec--02 .list .comingsoon .text {
  color: #d1002d;
  font-size: 0.3rem;
  text-align: center;
  margin-top: 0.5rem;
}
.main .sec--02 .place {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: 1.2rem auto;
  font-size: 0.15rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .place {
    font-size: 0.24rem;
    grid-template-columns: 2rem auto;
  }
}
.main .sec--02 .place dt {
  font-weight: 600;
}
.main .sec--02 .place dd {
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .ac_btn_sp {
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    border-top: 1px solid #f0f0f0;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
  .main .sec--02 .ac_btn_sp .ic {
    width: 0.5rem;
    height: 0.5rem;
    background: #d1002d;
    border-radius: 50%;
    position: relative;
  }
  .main .sec--02 .ac_btn_sp .ic:before, .main .sec--02 .ac_btn_sp .ic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
  }
  .main .sec--02 .ac_btn_sp .ic:before {
    width: 0.2rem;
    height: 1px;
    top: 0.25rem;
  }
  .main .sec--02 .ac_btn_sp .ic:after {
    width: 1px;
    height: 0.2rem;
    top: 0.15rem;
    transition: all 0.3s ease;
  }
  .main .sec--02 .ac_btn_sp.open .ic:after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 750px) {
  .main .sec--02 .ac_body_sp {
    display: none;
  }
}
.main .sec--02 .case {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .case {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
}
.main .sec--02 .case:before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.35rem;
  width: calc(100% + 0.7rem);
  height: 1px;
  background: #f0f0f0;
}
.main .sec--02 .case dt {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  font-size: 0.18rem;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .case dt {
    font-size: 0.32rem;
    gap: 0.2rem;
  }
}
.main .sec--02 .case dt:nth-of-type(n+2) {
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .case dt:nth-of-type(n+2) {
    margin-top: 0.5rem;
  }
}
.main .sec--02 .case dt .ic_01 {
  width: 0.43rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .case dt .ic_01 {
    width: 0.86rem;
  }
}
.main .sec--02 .case dt .ic_02 {
  width: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .case dt .ic_02 {
    width: 0.8rem;
  }
}
.main .sec--02 .case dt .ic_03 {
  width: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .case dt .ic_03 {
    width: 0.8rem;
  }
}
.main .sec--02 .case dd {
  margin-top: 0.1rem;
  font-weight: 500;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .case dd {
    font-size: 0.24rem;
  }
}
.main .sec--02 .case dd .note {
  line-height: 1.5;
  margin-top: 0.1rem;
}
.main .sec--02 .case .list_dot li {
  position: relative;
  padding-left: 1.25em;
}
.main .sec--02 .case .list_dot li:before {
  width: 0.04rem;
  height: 0.04rem;
  display: block;
  position: absolute;
  top: 0.17rem;
  left: 0.06rem;
  background: #262626;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .sec--02 .case .list_dot li:before {
    top: 0.22rem;
  }
}
.main .sec--02 .circle {
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}
.main .sec--02 .circle.--01 {
  width: 3rem;
  top: 5rem;
  right: -1.2rem;
  background: #c80e37;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .circle.--01 {
    width: 1.6rem;
    top: 5rem;
    right: 0rem;
  }
}
.main .sec--02 .circle.--02 {
  width: 1.5rem;
  top: 11rem;
  left: -2.3rem;
  box-shadow: inset 0 0 0 0.15rem #eee2d8;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .circle.--02 {
    left: -0.5rem;
  }
}
.main .sec--02 .circle.--03 {
  width: 3rem;
  top: 18.5rem;
  left: -1.5rem;
  background: #c80e37;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .circle.--03 {
    width: 1.6rem;
    top: 23.5rem;
    left: auto;
    right: -0.2rem;
  }
}
.main .sec--02 .circle.--04 {
  width: 2rem;
  top: 16rem;
  right: -4rem;
  box-shadow: inset 0 0 0 0.15rem #f6ccd4;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .circle.--04 {
    top: 30rem;
    right: auto;
    left: -0.3rem;
  }
}
.main .sec--02 .circle.--05 {
  width: 1.5rem;
  top: 24rem;
  right: -2.5rem;
  box-shadow: inset 0 0 0 0.15rem #eee2d8;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .circle.--05 {
    top: 35.7rem;
    right: 0;
  }
}
.main .sec--02 .circle.--06 {
  width: 2rem;
  top: 29.5rem;
  left: -4.2rem;
  box-shadow: inset 0 0 0 0.15rem #f6ccd4;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .circle.--06 {
    top: 56.3rem;
    left: -0.5rem;
  }
}/*# sourceMappingURL=unique.css.map */