@charset "UTF-8";
/*-- メディアクエリ --*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .is-sp {
    display: none;
  }
}
/*-- color --*/
/*-- フォント --*/
.hero {
  min-height: 35rem;
  height: 36.48vw;
  background: url(../../assets/images/toppage/hero.jpg) right/cover no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .hero {
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: 117.866vw;
    max-height: 44.2rem;
    display: block;
    background: url(../../assets/images/toppage/sp/hero.png) center/cover no-repeat;
  }
}

.catch-copy {
  margin-bottom: 1rem;
  margin-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .catch-copy {
    padding-top: 2.5rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
  }
}
.catch-copy h1 {
  color: #30363D;
  font-weight: 700;
  font-size: clamp(14px, 2.3vw, 1.6rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.catch-copy h1 span {
  margin-top: 0.8rem;
  display: block;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.115;
  letter-spacing: 0.08em;
  font-size: clamp(54px, 4.3vw, 6.9rem);
}
@media screen and (max-width: 767px) {
  .catch-copy h1 span {
    margin-top: -0.2rem;
  }
}
.catch-copy h2 {
  color: #30363D;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.115;
  font-size: clamp(36px, 4vw, 5rem);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .catch-copy h2 {
    letter-spacing: 0.05em;
  }
}
.catch-copy p {
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4444;
  margin-top: 2.2rem;
}

@media screen and (max-width: 767px) {
  .hero-bottom-text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.437;
    color: #000000;
    text-align: center;
    margin-top: 2.5rem;
    font-size: min(4.2vw, 16px);
  }
}
/* ===============================================
 サービスのご案内
=============================================== */
.top-service {
  padding: 7.7rem 0 8.7rem;
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 4.2rem 0 9.3rem;
  }
}
.top-service .common-button-border a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.8rem;
}

.top-service-list {
  margin-top: 1.9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem 0.7rem;
}
@media screen and (max-width: 767px) {
  .top-service-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.5rem;
    gap: 5.4rem 5.4rem;
  }
}

.top-service-item h3 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 700;
  color: #30363D;
  text-align: center;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top-service-item h3 {
    margin-top: 0.6rem;
  }
}
.top-service-item p {
  text-align: center;
  margin-top: 0.5rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top-service-item p {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .top-service-item figure {
    height: 49.8vw;
  }
  .top-service-item figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ===============================================
 蟻やについて
=============================================== */
.top-about {
  padding: 7.8rem 0 10.2rem;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 4.6rem 0 4.5rem;
  }
  .top-about .common-button-border {
    margin-top: 3.8rem;
  }
  .top-about .common-button-border a {
    margin-left: auto;
    margin-right: auto;
  }
}
.top-about .top-about-body {
  margin-right: 4.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .top-about .top-about-body {
    margin-right: 0;
    margin-top: 1.4rem;
  }
  .top-about .top-about-body .common-title {
    text-align: center;
  }
}
.top-about .top-about-body .common-button-border {
  margin-top: 4.2rem;
}

.top-flex-item-picture {
  flex: 0 0 48.3rem;
  height: 33.3rem;
  width: 32.2vw;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .top-flex-item-picture {
    flex: 0 0 32.2vw;
    height: 22.2vw;
  }
}
.top-flex-item-picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-flex-item-picture {
    margin: 2.7rem calc(50% - 50vw) 0;
    width: 100vw;
    max-width: 100vw;
    height: 25.8rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .top-flex-item-picture {
    height: 68.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .vegas-content-scrollable {
    height: 33.3rem;
  }
}

/* ===============================================
 制作実績
=============================================== */
.top-work {
  padding: 8.6rem 0 8.8rem;
}
@media screen and (max-width: 767px) {
  .top-work {
    padding: 4.6rem 0 4.5rem;
  }
  .top-work .common-text {
    margin-top: 1.45rem;
  }
}
.top-work .common-button-border {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .top-work .common-button-border {
    margin-top: 3.9rem;
  }
}
.top-work .top-work-body {
  margin-left: 4.2rem;
}
@media screen and (max-width: 767px) {
  .top-work .top-work-body {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .top-work .common-button-border a {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ===============================================
 問い合わせ
=============================================== */
.common-contact {
  padding: 4.6rem 0;
}
@media screen and (max-width: 767px) {
  .common-contact {
    padding: 2rem 0 2.5rem;
  }
}
.common-contact .common-text {
  max-width: 47rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-contact .common-text {
    text-align: left;
    max-width: 100%;
    width: 100%;
  }
}
.common-contact .common-button-contact {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .common-contact .common-button-contact {
    margin-top: 3.2rem;
  }
}
.common-contact .common-button-contact a {
  margin-left: auto;
  margin-right: auto;
}