@charset "UTF-8";
.p-home_kv__img .p-home_kv__catch {
  position: absolute;
  bottom: 25.3rem;
  left: 7.3rem;
}
@media screen and (max-width: 550px) {
  .p-home_kv__img .p-home_kv__catch {
    left: 0;
    bottom: auto;
    width: 100%;
    top: 4rem;
  }
  .p-home_kv__img .p-home_kv__catch .main {
    text-align: center;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 550px) {
  .p-home_kv__inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 550px) {
  .p-home_kv__img {
    padding-top: 8rem;
  }
}

.p-gnavi__contact a {
  width: 30rem;
}

.c-panel_contact__wrap {
  max-width: 800px;
}

.c-panel_contact__btn a {
  max-width: 100%;
}

.p-company_access__wrap ul {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.p-company_access__wrap ul li {
  cursor: pointer;
  font-size: 1.2em;
}
.p-company_access__wrap ul li.s-btn {
  background: linear-gradient(91.67deg, #fff 4.38%, #fafafa 99.54%);
  border: 1px solid #3015E8;
  color: #3015E8;
}
.p-company_access__wrap .p-company_access__map {
  position: relative;
  aspect-ratio: 2/1;
  display: flex;
  flex-direction: column-reverse;
}
.p-company_access__wrap .p-company_access__map .p-company_access__mapInner {
  aspect-ratio: 2/1;
  padding-top: 0;
}
.p-company_access__wrap .p-company_access__map .map-dots li {
  display: block;
  width: 100%;
  max-width: 222px;
  border-radius: 7px;
  font-weight: 700;
  line-height: 1;
  padding: 1em 0;
  position: relative;
  text-align: center;
  z-index: 1;
  border: 1px solid #3015E8;
  color: #3015E8;
  transition: 0.3s;
}
.p-company_access__wrap .p-company_access__map .map-dots li.slick-active {
  background: #3015E8;
  color: #fff;
}
.p-company_access__wrap .p-company_access__map .map-dots li button {
  opacity: 0;
}
.p-company_access__wrap .p-company_access__map .map-dots li::before {
  content: "大阪本社";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-company_access__wrap .p-company_access__map .map-dots li:nth-of-type(2)::before {
  content: "東京支社";
}

.p-contact__desc span {
  font-weight: bold;
  color: #3015e8;
}

.image_change {
  transform: translateY(0.484848vw);
}
@media screen and (max-width: 550px) {
  .image_change {
    transform: scale(1.1) translateY(-5.45454545vw);
  }
}

.pr {
  display: none !important;
}

.c-card_news__date {
  min-width: 6em;
}/*# sourceMappingURL=include.css.map */