.service-hline-1 {
  color: var(--color-title, #47AFB3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1.3rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .service-hline-1 {
    gap: 1.6rem;
    font-size: 4rem;
    margin-bottom: 2.4rem;
    letter-spacing: 0.06em;
  }
}
.service-hline-1::before {
  background-color: currentColor;
  border-radius: 0.4rem;
  aspect-ratio: 1;
  width: 1.4rem;
  transform: rotate(45deg);
  content: "";
}
@media (min-width: 768px) {
  .service-hline-1::before {
    width: 1.6rem;
  }
}
.service-hline-1.en {
  font-family: var(--font-en);
  font-weight: 400;
}
@media (min-width: 768px) {
  .service-hline-1.en {
    font-size: 4.8rem;
  }
}

.service-libary {
  display: flex;
  overflow: hidden;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .service-libary {
    margin-bottom: 10rem;
  }
}
.service-libary__item {
  display: flex;
  flex-shrink: 0;
  animation: runningText 60s linear infinite;
  overflow: hidden;
  width: 120rem;
  min-width: 120rem;
  aspect-ratio: 1200/208;
}
@media (min-width: 768px) {
  .service-libary__item {
    animation-duration: 40s;
    width: 150rem;
    min-width: 150rem;
    aspect-ratio: 150/26;
  }
}
.service-libary__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.service-intro {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .service-intro {
    margin-bottom: 9rem;
  }
}
.service-intro .hline03-en__txt {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .service-intro .hline03-en__txt {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .service-intro .hline03-en__txt {
    letter-spacing: 0;
  }
}
.service-intro .c-txt-lg {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .service-intro .c-txt-lg {
    margin-bottom: 2rem;
  }
}

.sect-prevent {
  position: relative;
  margin-bottom: 7rem;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .sect-prevent {
    margin-bottom: 16rem;
    overflow-x: hidden;
  }
}
.sect-prevent__inner {
  min-width: 96rem;
}
@media (min-width: 768px) {
  .sect-prevent__inner {
    min-width: inherit;
  }
}

.service-prevent {
  padding: 3rem 2.5rem 4.5rem;
  background-color: #FFF;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .service-prevent {
    padding: 8rem 10rem;
    border-radius: 2rem;
    box-shadow: 3rem 3rem 5rem rgba(5, 143, 149, 0.05);
  }
}
.service-prevent__head {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .service-prevent__head {
    justify-content: center;
    margin-bottom: 5.3rem;
  }
}
.service-prevent__block {
  display: flex;
  gap: 1.1rem;
  margin-bottom: 2.1rem;
  margin-right: 2.6rem;
}
@media (min-width: 768px) {
  .service-prevent__block {
    gap: 1.1rem;
  }
}
.service-prevent__box {
  padding: 2.3rem 1.2rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .service-prevent__box {
    border-radius: 1rem;
  }
}
.service-prevent__box.box-1 {
  width: 37%;
  background-color: #F2F7F7;
}
.service-prevent__box.box-1 .service-prevent__box-ttl {
  color: #56BFC2;
}
.service-prevent__box.box-2 {
  background-color: #F7F2F2;
  width: 63%;
}
.service-prevent__box.box-2 .service-prevent__box-ttl {
  color: #EC8584;
}
.service-prevent__box-ttl {
  margin-bottom: 1.5rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(86, 191, 194, 0.3);
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.1em;
}
.service-prevent__box-ttl.style1 {
  border-color: rgba(237, 142, 141, 0.3);
}
.service-prevent__box-txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.467;
  letter-spacing: 0.1em;
}
.service-prevent__img-1 {
  display: block;
  aspect-ratio: 966/319;
  margin-bottom: 2.3rem;
}
.service-prevent__img-1 img {
  display: block;
  width: 100%;
}
.service-prevent__img-2 {
  display: block;
  aspect-ratio: 965/158;
}
.service-prevent__img-2 img {
  display: block;
  width: 100%;
}

.b-my {
  margin-bottom: 7rem;
}
@media (min-width: 768px) {
  .b-my {
    margin-bottom: 13rem;
  }
}
.b-my__row-1 {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .b-my__row-1 {
    flex-direction: row;
    align-items: center;
    margin-bottom: 5.5rem;
  }
}
.b-my__row-1 .service-hline-1 {
  justify-content: left;
  margin-bottom: 2.3rem;
}
@media (min-width: 768px) {
  .b-my__row-1 .service-hline-1 {
    margin-bottom: 0;
    padding-left: 0.7rem;
  }
}
@media (max-width: 767px) {
  .b-my__row-1 .service-hline-1.custom-sp {
    font-size: 2.2rem;
  }
}
.b-my__row-1 .c-mv__lb {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .b-my__row-1 .c-mv__lb {
    margin-bottom: 3.5rem;
    padding-left: 1.4rem;
  }
}
.b-my__box {
  position: relative;
  width: 100%;
  min-width: inherit;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 5/4;
  margin-bottom: 2.8rem;
}
@media (min-width: 768px) {
  .b-my__box {
    width: 50rem;
    min-width: 50rem;
    margin-bottom: 0;
    border-radius: 2rem;
  }
}
.b-my__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-my__logo {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 5.5rem;
  padding: 1rem 2rem;
  border-bottom-right-radius: 1rem;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .b-my__logo {
    width: 23.1rem;
    height: 8.4rem;
    padding: 2rem 4rem;
    border-bottom-right-radius: 2rem;
  }
}
.b-my__logo img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.b-my__head {
  width: 100%;
}
@media (min-width: 768px) {
  .b-my__head {
    width: calc(100% - 50rem);
    padding-left: 8rem;
    padding-top: 1rem;
  }
}
.b-my__ttl {
  font-size: 1.9rem;
  line-height: 1.68;
  font-weight: 500;
}
@media (min-width: 768px) {
  .b-my__ttl {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .b-my__txt {
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
}
.b-my__wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .b-my__wrap-btn {
    flex-direction: row;
    gap: 2rem;
    margin-top: 5.5rem;
  }
}
@media (max-width: 767px) {
  .b-my__wrap-btn .btn-sub {
    max-width: 31.5rem;
    width: 100%;
    padding: 2rem 3rem 2rem 3.7rem;
    font-size: 1.7rem;
    text-align: left;
  }
}
.b-my__wrap-btn .btn-sub[target=_blank] {
  padding: 1.9rem 3.5rem 1.9rem;
}