﻿.sub.service .aboutService {
  margin-inline: auto;
  max-width: 1200px;
}
.sub.service .section__aboutService + .section__aboutService {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sub.service .section__aboutService + .section__aboutService {
    margin-top: 80px;
  }
}
.sub.service .section__aboutService:last-of-type {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sub.service .section__aboutService:last-of-type {
    padding-bottom: 20px;
  }
}
.sub.service .aboutService__title--jp {
  position: relative;
  padding-left: 16px;
  display: block;
  font-weight: 600;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .sub.service .aboutService__title--jp {
    padding-left: 8px;
    font-size: 24px;
  }
}
.sub.service .aboutService__title--jp::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 4px;
  height: 140%;
  background-color: #0e7c8f;
}
.sub.service .aboutService__title--en {
  display: block;
  margin-top: 6px;
  padding-left: 16px;
  font-weight: 400;
  font-size: 28px;
  color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .sub.service .aboutService__title--en {
    padding-left: 8px;
    font-size: 16px;
  }
}
.sub.service .aboutService__text {
  margin-top: 40px;
  font-weight: 400;
  font-size: 24px;
  line-height: 132%;
}
@media screen and (max-width: 768px) {
  .sub.service .aboutService__text {
    margin-top: 20px;
    font-size: 14px;
  }
}
.sub.service .aboutService__img {
  margin-top: 40px;
  margin-inline: auto;
  width: 100%;
  max-width: 731px;
  height: auto;
  aspect-ratio: 731/411;
}
@media screen and (max-width: 768px) {
  .sub.service .aboutService__img {
    margin-top: 20px;
    max-width: 400px;
  }
}
.sub.service .aboutService__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 30px 0 0 auto;
  width: clamp(240px, 20.8333333333vw, 300px);
}
@media screen and (max-width: 768px) {
  .sub.service .aboutService__link {
    width: clamp(144px, 56.25vw, 240px);
  }
}
.sub.service .aboutService__link::before, .sub.service .aboutService__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 2px;
}
.sub.service .aboutService__link::before {
  background-color: #262724;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  scale: 1 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub.service .aboutService__link::after {
  background-color: #0e7c8f;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  scale: 0 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub.service .aboutService__link span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.09em;
  color: #262724;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.service .aboutService__link span {
    font-size: 14px;
    line-height: 2;
  }
}
.sub.service .aboutService__link svg {
  margin-left: 20px;
  width: 24px;
  height: auto;
  aspect-ratio: 39/16;
  translate: 0 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #262724;
}
@media screen and (max-width: 768px) {
  .sub.service .aboutService__link svg {
    margin-left: 16px;
    width: 20px;
  }
}
@media (any-hover: hover) {
  .sub.service .aboutService__link:hover::before {
    scale: 0 1;
  }
  .sub.service .aboutService__link:hover::after {
    scale: 1 1;
  }
  .sub.service .aboutService__link:hover span {
    color: #0e7c8f;
  }
  .sub.service .aboutService__link:hover svg {
    fill: #0e7c8f;
    translate: 5px 3px;
  }
}
/*# sourceMappingURL=page-service.css.map */