@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes vibration {
  0% {
    transform: translate(0) rotate(0deg);
  }
  21% {
    transform: translate(0) rotate(0deg);
  }
  22% {
    transform: translate(0) rotate(-2deg);
  }
  23% {
    transform: translateY(-0.1rem) rotate(0deg);
  }
  24% {
    transform: translateY(-0.1rem) rotate(2deg);
  }
  25% {
    transform: translate(0.1rem) rotate(-1deg);
  }
  26% {
    transform: translateY(0.1rem) rotate(0deg);
  }
  27% {
    transform: translate(0) rotate(2deg);
  }
  28% {
    transform: translate(0) rotate(0deg);
  }
  100% {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes clatter {
  0%, 50% {
    transform: rotate(0deg);
  }
  62.5%, 87.5% {
    transform: rotate(1deg) translateY(-3px);
  }
  75%, 100% {
    transform: rotate(0deg);
  }
}
.company-content {
  padding-top: 104px;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 428px) {
  .company-content {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
.company-content:before {
  content: "";
  display: block;
  width: 210px;
  aspect-ratio: 420/420;
  background-image: url(../../img/company-content.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 654px);
  z-index: 100;
}
@media (max-width: 428px) {
  .company-content:before {
    content: none;
  }
}
.company-content--ttl {
  color: #0E7EC3;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1875;
  padding-bottom: 10px;
  border-bottom: 5px solid #AED6EF;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .company-content--ttl {
    font-size: 24px;
    line-height: 1.4583333333;
    padding-bottom: 1px;
    border-width: 3px;
  }
}
.company-content--wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 63px;
}
@media (max-width: 428px) {
  .company-content--wrap {
    margin-top: 40px;
    flex-direction: column-reverse;
  }
}

.company-photo {
  width: 380px;
}
@media (max-width: 428px) {
  .company-photo {
    width: 100%;
    margin-top: 40px;
  }
}
.company-photo--img {
  display: block;
  border-radius: 20px;
  width: 100%;
}

.company-list {
  width: 480px;
}
@media (max-width: 428px) {
  .company-list {
    width: 100%;
  }
}
.company-list--group {
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 2px dashed #ddd;
}
@media (max-width: 428px) {
  .company-list--group {
    display: block;
  }
}
.company-list--group:first-of-type {
  padding-top: 0;
}
.company-list--term {
  width: 100px;
  color: #0E7EC3;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
  display: flex;
  align-items: center;
}
@media (max-width: 428px) {
  .company-list--term {
    width: 100%;
    line-height: 1.2222222222;
    display: block;
  }
}
.company-list--desc {
  width: calc(100% - 100px);
  font-size: 18px;
  line-height: 1.4444444444;
}
@media (max-width: 428px) {
  .company-list--desc {
    width: 100%;
    margin-top: 16px;
  }
}
.company-list--tel {
  pointer-events: none;
}
@media (max-width: 428px) {
  .company-list--tel {
    pointer-events: auto;
  }
}
.company-list--link {
  text-decoration: underline;
}

.company-map {
  width: 100%;
  margin-top: 58px;
  border-radius: 20px;
  height: 350px;
}
@media (max-width: 428px) {
  .company-map {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=company.css.map */
