@charset "UTF-8";

/* 追加CSS */
/* ===============================================
# 修正 2025.08.05
=============================================== */
.list_box_ttl {
    line-height: 1 !important;
}

.list_box_ttl::before {
    top: 0 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.list_box_sub {
    font-size: clamp(16px, 1.317715959vw, 20px);
    display: block;
    line-height: 1;
    margin: 1em 0 1em -0.5em;
}

@media (max-width: 767px) {
    #front_sec03 {
        margin-bottom: 80px;
    }
}

@media (max-width: 1100px) and (min-width: 937px) {
    #front_sec08::before {
        left: calc(-1 * (100vw - 500px) / 2) !important;
    }
}

#ftr_info .sp .ttl {
    font-size: 1.4rem;
}

/* ===============================================
# 修正　20250912
=============================================== */
.banner_web a {
  margin: 0 auto;
  margin-top: clamp(40px, 4.39238653vw, 80px);
  max-width: 886px;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
}

.banner_web img {
  max-width: 886px;
  width: 100%;
}

@media (max-width: 767px) {
  .banner_web img {
    width: 90%;
  }
}
.banner_web a:hover {
    opacity: 0.7;
}
/* セクション01上余白調整 */
@media (max-width: 767px) {
  #front_sec01 {
    margin-top: 40px!important;
  }
}