.main .contact .headline .ttl .en {
  font-size: 0.24rem;
}
html.fontS .main .contact .headline .ttl .en, .main .contact .headline .ttl html.fontS .en {
  font-size: 0.2057142857rem;
}
html.fontL .main .contact .headline .ttl .en, .main .contact .headline .ttl html.fontL .en {
  font-size: 0.2742857143rem;
}

.main .contact .headline .ttl .ja {
  font-size: 0.6rem;
}
html.fontS .main .contact .headline .ttl .ja, .main .contact .headline .ttl html.fontS .ja {
  font-size: 0.5142857143rem;
}
html.fontL .main .contact .headline .ttl .ja, .main .contact .headline .ttl html.fontL .ja {
  font-size: 0.6857142857rem;
}

@keyframes ticker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.main .contact {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main .contact .deco {
  width: calc(50% - 3rem);
  height: 4.53rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .main .contact .deco {
    width: 3.82rem;
    height: 2.43rem;
    position: absolute;
  }
}
.main .contact .deco::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../../imgs/business/img26.png), url(../../../imgs/business/deco01.png), url(../../../imgs/business/deco02_a.png), linear-gradient(90deg, transparent 4.65rem, #c80e37 4.65rem), linear-gradient(90deg, transparent 2.65rem, #c80e37 2.65rem, #c80e37 4.65rem, #d33737 4.65rem);
  background-position: 0 100%, 3.65rem 0, 1.65rem 2rem, 0 0, 0 2rem;
  background-size: 4.94rem auto, auto 2rem, auto 2rem, 100% 2rem, 100% 2rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .main .contact .deco::before {
    background-image: url(../../../imgs/business/img26.png), url(../../../imgs/business/deco01.png), url(../../../imgs/business/deco02_a.png), linear-gradient(90deg, transparent 2.62rem, #c80e37 2.62rem), linear-gradient(90deg, transparent 1.42rem, #d33737 1.42rem, #d33737 2.62rem, #d33737 2.62rem);
    background-position: 0 100%, 2.02rem 0, 0.82rem 1.2rem, 0 0, 0 1.2rem;
    background-size: 3.46rem auto, auto 1.2rem, auto 1.2rem, 100% 1.2rem, 100% 1.2rem;
  }
}
.main .contact .circle {
  box-sizing: border-box;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}
.main .contact .circle--01 {
  width: 1.2rem;
  border: 0.14rem solid #eee2d8;
  top: 1.47rem;
  right: calc(50% + 7.66rem);
}
@media screen and (max-width: 750px) {
  .main .contact .circle--01 {
    top: 1.4rem;
    right: auto;
    left: -0.2rem;
  }
}
.main .contact .circle--02 {
  width: 0.15rem;
  top: 1.56rem;
  right: calc(50% + 6.14rem);
  background: #ffdede;
}
@media screen and (max-width: 750px) {
  .main .contact .circle--02 {
    display: none;
  }
}
.main .contact .circle--03 {
  width: 1.2rem;
  top: 0.91rem;
  right: calc(50% + 2.62rem);
  background: repeating-linear-gradient(#fcc, #fcc 0.06rem, transparent 0.06rem, transparent 0.16rem);
  opacity: 0.5;
  transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .main .contact .circle--03 {
    display: none;
  }
}
.main .contact .circle--04 {
  width: 0.12rem;
  top: 2.66rem;
  right: calc(50% + 1.84rem);
  background: #eee2d8;
}
@media screen and (max-width: 750px) {
  .main .contact .circle--04 {
    display: none;
  }
}
.main .contact .circle--05 {
  width: 0.5rem;
  border: 0.08rem solid #eee2d8;
  top: 1.21rem;
  left: calc(50% + 0.15rem);
}
@media screen and (max-width: 750px) {
  .main .contact .circle--05 {
    top: 0.4rem;
    left: 50%;
  }
}
.main .contact .circle--06 {
  width: 0.15rem;
  top: 2.93rem;
  left: calc(50% + 0.45rem);
  background: #f2aaaa;
}
@media screen and (max-width: 750px) {
  .main .contact .circle--06 {
    display: none;
  }
}
.main .contact .headline {
  width: 12.6rem;
  margin: 0 auto;
  padding: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .contact .headline {
    width: auto;
    padding: 1rem 0 0;
  }
}
.main .contact .headline .ttl .en {
  background-size: 0.2rem auto;
}
@media screen and (max-width: 750px) {
  .main .contact .headline .ttl .en {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 750px) {
  .main .contact .headline .ttl .ja {
    font-size: 0.5rem;
  }
}
.main .contact .body {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.4rem 0 1rem;
}
@media screen and (max-width: 750px) {
  .main .contact .body {
    padding: 1rem 0;
  }
}
.main .contact .body .note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .contact .body .note {
    font-size: 12px;
  }
}
.main .contact .body .note a {
  text-decoration: underline;
}/*# sourceMappingURL=unique.css.map */