　　メインビジュアル
---------------------------------------- */
.swiper-wrapper {
  width: 100%;
}
@media screen and (max-width: 680px) {
  .swiper-wrapper {
    margin-top: 60px;
  }
}

.swiper-slide-item {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 681px) {
  .swiper-slide-item {
    padding-top: 50%;
  }
}
@media screen and (max-width: 680px) {
  .swiper-slide-item {
    padding-top: 36vh;
  }
}
.swiper-slide-item img {
  position: absolute;
  transform: translate(-50%, -50%);
  object-fit: cover;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #444 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2em !important;
}

.swiper-pagination-bullet-active {
  background-color: #444 !important;
}

/* ----------------------------------------
　　サイン施工
---------------------------------------- */
.top-sign {
  background-color: #FFF;
}

.top-sign__hero {
  overflow: hidden;
  background-color: #FFF;
  padding: 64px 0;
}
@media screen and (max-width: 680px) {
  .top-sign__hero {
    padding: 48px 0 56px;
  }
}

.top-sign__hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  max-width: 1200px;
}
@media screen and (max-width: 680px) {
  .top-sign__hero-inner {
    display: block;
  }
}

.top-sign__hero-info {
  width: 48%;
}
@media screen and (max-width: 680px) {
  .top-sign__hero-info {
    width: 100%;
    margin-bottom: 32px;
  }
}

.top-sign__label {
  color: #138AD3;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  margin-bottom: 12px;
}

.top-sign__title {
  color: #1C5682;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) and (min-width: 681px) {
  .top-sign__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 680px) {
  .top-sign__title {
    font-size: 3.4rem;
  }
}

.top-sign__lead {
  color: #444;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .top-sign__lead {
    font-size: 1.9rem;
  }
}

.top-sign__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 32px;
}

.top-sign__link {
  max-width: 320px;
}
@media screen and (max-width: 680px) {
  .top-sign__link {
    max-width: none;
  }
}
.top-sign__link a {
  background-color: #1B70AF;
  border-radius: 6px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 16px 20px;
}
@media screen and (min-width: 681px) {
  .top-sign__link a:hover {
    background-color: #138AD3;
  }
}

.top-sign__hero-image {
  overflow: hidden;
  position: relative;
  width: 52%;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 680px) {
  .top-sign__hero-image {
    width: 100%;
  }
}
.top-sign__hero-image::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.top-sign__hero-image img {
  position: absolute;
  transform: translate(-50%, -50%);
  object-fit: cover;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}

.top-sign__service,
.top-sign__gallery {
  padding: 64px 0;
}
@media screen and (max-width: 680px) {
  .top-sign__service,
  .top-sign__gallery {
    padding: 56px 0;
  }
}

.top-sign__inner {
  max-width: 1200px;
}

.top-sign__service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 960px) and (min-width: 681px) {
  .top-sign__service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 680px) {
  .top-sign__service-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.top-sign__service-item {
  background-color: #FFF;
  border: 1px solid #DDE6EE;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 680px) {
  .top-sign__service-item {
    padding: 20px;
  }
}
.top-sign__service-item h3 {
  color: #1C5682;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}
.top-sign__service-item p {
  font-size: 1.5rem;
  line-height: 1.8;
}

.top-sign__service-item {
  border-top: 4px solid #138AD3;
}

.top-sign__gallery-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media screen and (max-width: 960px) and (min-width: 681px) {
  .top-sign__gallery-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 680px) {
  .top-sign__gallery-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

.top-sign__gallery-item {
  overflow: hidden;
  position: relative;
  background-color: #111;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 680px) {
  .top-sign__gallery-item {
    border-radius: 6px;
  }
}
.top-sign__gallery-item::before {
  content: "";
  display: block;
  padding-top: 72%;
}
.top-sign__gallery-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-sign__gallery-item img {
  transition: 0.4s;
  position: absolute;
  transform: translate(-50%, -50%);
  object-fit: cover;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 681px) {
  .top-sign__gallery-item:hover img {
    width: 104%;
    height: 104%;
  }
}

/* ----------------------------------------
　　お問い合わせ
---------------------------------------- */
.contact {
  padding: 64px 0;
}
.contact .main_title03 {
  text-align: center;
}
@media screen and (max-width: 680px) {
  .contact .main_title04 span {
    position: relative;
    max-width: 380px;
    font-size: 2rem;
    letter-spacing: 0;
    padding: 0 20px;
    margin: 0 auto;
  }
  .contact .main_title04 span::before, .contact .main_title04 span::after {
    position: absolute;
    bottom: 8px;
  }
  .contact .main_title04 span::before {
    left: 0;
  }
  .contact .main_title04 span::after {
    right: 0;
  }
}

.contact_inner {
  max-width: 960px;
}

.contact__main-text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 680px) {
  .contact__main-text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
}

.contact__main-tel {
  margin-bottom: 64px;
}
.contact__main-tel a {
  display: block;
  max-width: 560px;
  background-color: #FFF;
  border: 2px solid #DDD;
  border-radius: 6px;
  text-align: center;
  padding: 24px;
  margin: 0 auto;
}
.contact__main-tel .tel__comment {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.contact__main-tel .tel__number {
  max-width: 280px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 680px) {
  .contact__main-tel .tel__number {
    max-width: 260px;
  }
}
.contact__main-tel .tel__time {
  font-size: 1.5rem;
}

/* ----------------------------------------
　　スタイルシートここまで
---------------------------------------- */

