@charset "UTF-8";

/*  固定ページの共通
------------------------------ */

.sub-catch {
  margin-top: 95px;
}

.sub-catch img {
  width: 100%;
  height: 267px;
  background-size: cover;
  object-fit: cover;
}

#company-his-regular .sub-catch img {
object-position: center 66%;
}

.sub-catch-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: -149px;
  margin-bottom: 125px;
  text-align: center;
}

.breadcrumb span {
  font-size: 12px;
  color: #000000;
}

.subsection-title {
  font-size: 30px;
  font-weight: bold;
}

.border-title {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px solid #A88007;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

@media screen and (max-width: 480px) {

  .sub-catch {
    margin-top: 88px;
  }

  .sub-catch img {
    height: 180px;
  }

  .sub-catch-title {
    font-size: 24px;
    margin-top: -103px;
    margin-bottom: 85px;
  }

  .subsection-title {
    font-size: 24px;
  }

  .border-title {
    font-size: 20px;
  }

  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
}

}

/* 404 */

.page404 {
  text-align: center;
}

.page404 h2 {
  font-size: 30px;
  margin-bottom: 50px;
}


/* その他ページ */

.page-other {
  padding-top: 50px;
}