/* ========================================
   layout.css - ヘッダー・フッター共通レイアウト
   山梨国中地域消防指令センター
======================================== */

/* ========================================
   ヘッダー PC
======================================== */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 30px;
  height: 150px;

  @media (max-width: 1400px) {
    height: 120px;
  }

  @media (max-width: 900px) {
    padding: 0 0 0 10px;
    height: 60px;
    /* align-items: flex-end; */
  }
}

/* ロゴ */
.l-header__logo a {
  text-decoration: none;
  display: block;
  line-height: 1;
}

.l-header__logo-text {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-primary);
  margin: 0 0 2px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.l-header__logo-en {
  font-size: 10px;
  color: var(--color-text-light);
  margin: 0;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

/* PC ナビ */
.l-header__nav {
  height: 90px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 0 15px;

  @media (max-width: 992px) {
    display: none;
  }
}

.l-header__nav-list {
  display: flex;
  gap: 15px;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 72px;
}

.l-header__nav-item {
  display: flex;
  align-items: stretch;
}

.l-header__nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 18px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: 0.03em;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;

  @media (max-width: 1600px) {
    font-size: 18px;
  }

  @media (max-width: 1450px) {
    font-size: 14px;
    padding: 0 5px;
  }
}

.l-header__nav-link:hover {
  color: var(--color-accent);
}

.l-header__nav-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* 119番通報（青背景） お問い合わせ（outline） */
.l-header__nav-item--accent .l-header__nav-link,
.l-header__nav-item--contact .l-header__nav-link {
  background: var(--color-white);
  color: var(--color-accent);
  padding: 0 16px;
  border-bottom: none;
  margin: 12px 0;
  border-radius: 25px;
}

.l-header__nav-item--accent .l-header__nav-link,
.l-header__nav-item--contact .l-header__nav-link {
  border: 1px solid var(--color-primary);
}

.l-header__nav-item--accent .l-header__nav-link:hover,
.l-header__nav-item--contact .l-header__nav-link:hover {
  background: var(--gradient-button);
  color: var(--color-white);
  transition: all 0.6s;
  border: 1px solid var(--color-white);
}

.l-header__nav-item--accent .l-header__nav-link:hover .c-icon path,
.l-header__nav-item--contact .l-header__nav-link:hover .c-icon path {
  fill: var(--color-white);
  transition: all 0.6s;
  /* 任意の色 */
}

/* ハンバーガーボタン（PC非表示） */
.l-header__hamburger {
  display: none;
}

/* ========================================
   SP ドロワーメニュー
======================================== */
.l-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100%;
  background: var(--color-primary);
  z-index: 2000;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.l-drawer.is-active {
  right: 0;
}

.l-drawer__inner {
  padding: 80px 0 40px;
}

.l-drawer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.l-drawer__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.l-drawer__link {
  display: flex;
  align-items: center;
  padding: 18px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: background 0.2s;
}

.l-drawer__link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.l-drawer__link--accent {
  background: rgba(255, 255, 255, 0.15);
}

.l-drawer__link--contact {
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 20px 20px 0;
  border-radius: 2px;
  justify-content: center;
}

/* オーバーレイ */
.l-drawer__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1999;
}

.l-drawer__overlay.is-active,
body.has-menu .l-drawer__overlay {
  display: block;
}

/* ========================================
   フッター
======================================== */
.l-footer {
  margin-top: 0;
}

.l-footer__bg {
  background: url(https://mb-sample.site/kuninaka-shoubou/wp-content/themes/kuninaka/img/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0;

  @media (max-width: 600px) {
    background: url(https://mb-sample.site/kuninaka-shoubou/wp-content/themes/kuninaka/img/footer-bg-sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.l-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
}

/* フッター ロゴ・住所 */
.l-footer__logo-text {
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 4px;
  letter-spacing: 0.03em;
}

.l-footer__logo-en {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 20px;
  letter-spacing: 0.04em;
}

.l-footer__address {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  font-style: normal;
}

/* フッターナビ */
.l-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.l-footer__nav-list li {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
}

.l-footer__nav-list li:nth-child(odd) {
  /* border-right: 1px solid rgba(255, 255, 255, 0.15); */
}

.l-footer__nav-list a {
  display: block;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}

.l-footer__nav-list a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

/* TOPへ戻る */
.l-footer__gotop {
  text-align: center;
  padding: 14px;
  margin-top: 7%;
  display: none;
}

/* コピーライト */
.l-footer__copyright {
  text-align: center;
  padding: 14px;
  margin-top: 7%;
}

.l-footer__copyright p {
  font-size: 16px;
  margin: 0;
  color: var(--color-white);
}

/* ========================================
   レスポンシブ
======================================== */
@media (max-width: 900px) {

  /* ヘッダー */
  .l-header__nav {
    display: none;
  }

  .l-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
  }

  .l-header__hamburger-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--color-primary);
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
  }

  .l-header__hamburger.is-active .l-header__hamburger-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .l-header__hamburger.is-active .l-header__hamburger-bar:nth-child(2) {
    opacity: 0;
  }

  .l-header__hamburger.is-active .l-header__hamburger-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* TOPへ戻る */
  .l-footer__gotop {
    text-align: center;
    margin: 10px auto;
    width: 100px;
    display: block;
  }

  /* フッター */
  .l-footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 24px;
  }

  .l-footer__nav-list li {
    width: 100%;
    border-right: none !important;
  }
}

@media (max-width: 600px) {
  .l-header__inner {
    padding: 0 0 0 10px;
    height: 60px;
    /* align-items: flex-end; */
  }

  .l-header__logo-text {
    font-size: 16px;
  }

  .l-header__logo-en {
    display: none;
  }

  /* TOPへ戻る */
  .l-footer__gotop {
    text-align: center;
    margin: 10px auto;
    width: 100px;
    display: block;
  }

  /* フッター ロゴ・住所 */
  .l-footer__logo-text {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 4px;
    letter-spacing: 0.03em;
  }

  .l-footer__logo-en {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 20px;
    letter-spacing: 0.04em;
  }

  .l-footer__address {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    font-style: normal;
  }

  /* フッターナビ */
  .l-footer__nav-list {
    display: none;
  }


}


/* ========================================
   ページヒーロー（page.php共通）
======================================== */
.page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}

/* 左側の画像エリア（全幅の約70%） */
.page-hero__image {
  width: 70%;
  height: 400px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0 15px 15px 0;
}

.page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


/* aboutページのみタイトル位置調整 */
.page-id-8 {
  right: 5%;
  left: unset;
}

.page-hero__text {
  position: absolute;
  left: 55%;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;


}

.page-hero__text p {
  display: inline-block;
  background: var(--gradient-bg);
  color: var(--color-white);
  font-size: 42px;
  font-weight: 700;
  padding: 10px 20px;
  margin: 0;
  letter-spacing: 0.05em;
  @media (max-width: 900px) {
    font-size: 32px;
  }
  @media (max-width: 768px) {
    font-size: 24px;
  }
}

/* 画像なし時 */
.page-hero--no-image {
  background: var(--color-primary);
  min-height: 120px;
  align-items: center;
  padding: 0 40px;
}

.page-hero--no-image {
  position: static;
}

.page-hero--no-image {
  background: transparent;
  font-size: 26px;
  padding: 0;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .page-hero__image {
    width: 80%;
    height: 100%;
  }

  .page-hero {
    min-height: 240px;
  }

}

@media (max-width: 600px) {
  .page-hero {
    flex-direction: column;
    min-height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
    flex-direction: column;
  }

  .page-hero__image {
    width: 80%;
    height: 100%;
    margin: 0 auto 0 0;
  }

  .page-hero__text {
    /*background: linear-gradient(to right, #3767E0, #3FA9F5);*/
    position: relative;
    left: 50px;
    bottom: 20px;
  }

  .page-hero__text p {
    background: linear-gradient(to right, #3767E0, #3FA9F5);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
    padding: 8px;
  }

}

/* ========================================
   [contact_banner] ショートコード 共通スタイル
   全ページで使用するお問い合わせバナーパーツ
======================================== */

.contact-banner-section__inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  padding: var(--inner-padding);
  margin-bottom: 150px;
}

.contact-banner-sc {
  background: var(--color-primary);
  border-radius: 8px;
  padding: 40px;
  margin: 60px 0 0;
  color: var(--color-white);
}

.contact-banner-sc__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.contact-banner-sc__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
  padding: 30px 0;
}

.contact-banner-sc__tel-block {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.contact-banner-sc__mail-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.contact-banner-sc__mail-box {
  display: flex;
  gap: 20px;
  height: 100%;
  align-items: flex-end;
}

.contact-banner-sc__tel-label,
.contact-banner-sc__mail-label {
  font-size: 20px;
}

.contact-banner-sc__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1;
}

.contact-banner-sc__tel-number {
  text-decoration: none;
  font-size: 62px;
  line-height: 1;
  font-weight: 100;
}

.contact-banner-sc__tel svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.contact-banner-sc__fax {
  font-size: 14px;
  opacity: 0.8;
}

.contact-banner-sp__divider {
  width: 1px;
  height: 140px;
  background: rgba(255, 255, 255, 0.3);
  align-self: center;
}


.contact-banner-sc__form-note {
  font-size: 24px;
  opacity: 0.8;
}

.contact-banner-sc__form-note-small {
  font-size: 14px;
}

@media (max-width: 900px) {
  .contact-banner-sc__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-banner-sc__divider {
    display: none;
  }
}

@media (max-width: 600px) {
  .contact-banner-sc {
    padding: 28px 20px;
  }

  .contact-banner-sc__tel {
    font-size: 28px;
  }

  .contact-banner-sc__tel-number {
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
  }

}

.js-icon {
  display: flex;
}

.js-icon svg {
  width: 90%;
  height: 90%;
}

.c-icon--sm {
  width: 15px;
  height: 15px;
}

.c-icon--md {
  width: 20px;
  height: 20px;
}

.c-icon--lg {
  width: 30px;
  height: 30px;
}

.c-icon--xl {
  width: 40px;
  height: 40px;
}

.c-icon--50 {
  width: 50px;
  height: 50px;
}

.c-icon--70 {
  width: 70px;
  height: 70px;
}

.c-icon--80 {
  width: 80px;
  height: 80px;
}

.c-icon--90 {
  width: 90px;
  height: 90px;
}

.c-icon--100 {
  width: 100px;
  height: 100px;
}

.c-icon--header-siren {
  width: 25px;
  height: 50px;
}

.c-icon--header-mail {
  width: 25px;
  height: 25px;
}

/* icon--playのhover色変化 */

.calls-banner__link .c-icon,
.news-card__link .c-icon {
  --icon-primary: #3767E0;
  --icon-secondary: #3FA9F5;
  --icon-bg: transparent;
  transition: all 0.6s;
}

.calls-banner__link:hover .c-icon,
.news-card__link:hover .c-icon {
  --icon-bg: var(--color-primary);
  /* 円の内側の色 */
  --icon-secondary: #ffffff;
  transition: all 0.6s;
}

/*--- hamburger-menu ---*/
.sp-menu {
  display: none;

  @media screen and (max-width: 992px) {
    display: block;

  }
}

.sp-menu__box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  z-index: 90;
  position: relative;
}

/* .sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
    content: "";
    display: block;
    height: 4px;
    width: 35px;
    border-radius: 3px;
    background: var(--sub-color);
    position: absolute;
} */

.sp-menu__box {
  & span {
    &:before {
      bottom: 8px;

    }

    &:after {
      top: 8px;

    }
  }
}

.sp-menu__box img {
  width: 50px;
  height: 50px;
  padding: 10px;
  background: var(--gradient-bg);
  /*background-color:#3767E0;*/
}


#sp-menu__check {
  display: none;
}

/* #sp-menu__check:checked~.sp-menu__box span {
    background: rgba(255, 255, 255, 0);
}

#sp-menu__check:checked~.sp-menu__box span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#sp-menu__check:checked~.sp-menu__box span::after {
    top: 0;
    transform: rotate(-45deg);
} */

#sp-menu__check:checked~.sp-menu__content {
  left: 50%;

  @media screen and (max-width: 1200px) {
    display: block;
  }

  @media (max-width: 768px) {
    width: 100%;
    left: 0;
  }
}

.sp-menu__content {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  width: 50%;
  padding: 0;
  margin-top: 0px;
  background-color: var(--main-color);
  transition: all 0.5s;

  & .sp-menu_stand_out_link {
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
    grid-template-columns: 1fr;

    & a {
      display: flex;
      border: 1px solid;
      background-color: rgb(33, 70, 135);
      padding: 10px 15px;
      font-size: 20px;
      color: #fff;
      align-items: center;
      gap: 10px;
    }

    & a.bottom-link {
      @media (max-width: 768px) {
        grid-column: 1 / -1;
      }
    }

    & i {
      display: block;
      width: 25px;
      height: 25px;
      --svg_color-04: var(--main-color);
    }

    & a i:last-child {
      margin-left: auto;
      /* 右寄せ */

    }

    a:hover {
      background-color: #fff;
      color: var(--main-color);

      & i {
        --svg_color-02: var(--main-color);
        --svg_color-04: #fff;
      }
    }
  }
}

.sp-header_wavy-line {
  height: 30px;
}

/* 初期状態 */
.sp-menu__header-img--open {
  display: none;
}

/* チェックされたとき */
#sp-menu__check:checked~.sp-menu__box .sp-menu__header-img--default {
  display: none;
}

#sp-menu__check:checked~.sp-menu__box .sp-menu__header-img--open {
  display: block;
}

.sp-menu__header {
  text-align: center;
  color: var(--main-color);
  font-size: 20px;
  background: #fff;
}

.sp-menu__links {
  background: var(--gradient-bg);
  padding: 30px;
  height: 100vh;

  @media (max-width: 768px) {
    height: 100vh;
  }
}

.sp-menu__item {
  list-style: none;
}

.sp-menu__list {
  padding: 0;
}

.sp-menu__link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;

  & i {
    width: 25px;
    height: 25px;
  }
}

.sp-menu__link img {
  padding-bottom: 10px;
}

.sp-menu__link i:last-child {
  margin-left: auto;
  /* 右寄せ */
}

.sp-menu_puddles-background {
  display: block;
  width: 100%;
  height: 8px;
  --puddle-color: #ADBDDA;
  --puddle-size: 3px;
  --cell-size: 12px;
  background-image: radial-gradient(circle at center, var(--puddle-color) var(--puddle-size), transparent var(--puddle-size));
  background-size: var(--cell-size) var(--cell-size);
  background-position: center center;
}

.sp-menu__company {
  margin-top: 50px;
  align-items: left;
  gap: 8px;
  width: 100%;
  font-size: 22px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
}

.sp-menu__ecompany {
  align-items: left;
  gap: 8px;
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
}

.sp-menu__addr {
  align-items: left;
  gap: 8px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
}



/* ========================================
   [btn] 
   火災救急の連絡バナーパーツ
======================================== */

.emargency-banner-section__inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  padding: var(--inner-padding);
  margin-bottom: 150px;
}

.emargency-banner-sc {
  background: rgba(252, 232, 232, 1);
  border-radius: 8px;
  /* padding: 40px; */
  margin: 10px;
  color: rgba(232, 56, 40, 1);
}

.emargency-banner-sc__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.emargency-banner-sc__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
}

/*
.emargency-banner-sc__tel-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
*/
.emargency-banner-sc__mail-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.emargency-banner-sc__mail-box {
  display: flex;
  gap: 20px;
  height: 100%;
  align-items: center;
}

.emargency-banner-sc__tel-label,
.emargency-banner-sc__mail-label {
  : :after img: url(https://mb-sample.site/kuninaka-shoubou/wp-content/themes/kuninaka/img/banner-fire.png);
  font-size: 18px;
}

/*
.emargency-banner-sc__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 36px;
  font-weight: 700;
  color: rgba(232, 56, 40, 1);
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1;
}

.emargency-banner-sc__tel-number {
  text-decoration: none;
  font-size: 42px;
  line-height: 1;
  font-weight: 100;
}

.emargency-banner-sc__tel svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.emargency-banner-sc__fax {
  font-size: 14px;
  opacity: 0.8;
}
*/
.emargency-banner-sc__divider {
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  align-self: center;
}


.emargency-banner-sc__form-note {
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 900px) {
  .emargency-banner-sc__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .emargency-banner-sc__divider {
    display: none;
  }

  .contact-banner-sp__divider {
    width: 490px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    align-self: center;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .emargency-banner-sc {
    padding: 10px 10px;
  }

  .emargency-banner-sc__tel {
    font-size: 28px;
  }

  /*問い合わせ*/
  .contact-banner-sc__tel-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .contact-banner-sc__title {
    margin-bottom: 0;
    font-size: 18px;
  }

  .contact-banner-sc__mail-box .btn--secondary {
    padding: 10px 10px;
  }

  .contact-banner-sc__form-btn {
    font-size: 11px;
  }

  .contact-banner-sc__form-btn .c-icon--md {
    width: 15px;
    height: 15px;
  }

  .contact-banner-sc__form-note {
    font-size: 16px;
    opacity: 0.8;
  }

  .contact-banner-sc__inner {
    padding: 20px 0;
  }

  .contact-banner-sc__form-note-small {
    font-size: 10px;
  }
  .contact-banner-sp__divider {
    width: 280px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    align-self: center;
    margin: 0 auto;
  }

}