@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body .color--red {
  color: #E60802;
}

#gnav .tel_iconnum {
  position: relative;
}
#gnav .tel_iconnum .tel_icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 5px 2px 0px;
}
#gnav .tel_iconnum .tel_icon.tel_icon_reverse {
  position: absolute;
  left: 0;
  opacity: 0;
}

header .tel_icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 6px 2px 0px;
}

.c-button01 {
  background-color: #fff;
  color: #c50c09;
  border: 2px solid #c50c09;
}
.c-button01:hover {
  background-color: #fff;
  color: #c50c09;
}

.offer .c-button-offer,
.offer-child .c-button-offer {
  background-color: #c50c09;
  color: #fff;
}

.document .c-button-document,
.document-child .c-button-document {
  background-color: #c50c09;
  color: #fff;
}

.gnav-item__link--primary---column {
  line-height: 15px;
}

.foot_contact {
  background-color: #E60802;
  text-align: center;
  padding: 25px 10vw 50px;
}
.foot_contact h2 {
  color: #fff;
  margin-bottom: 25px;
}
.foot_contact h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.foot_contact p {
  color: #fff;
}
.foot_contact .foot_contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.foot_contact .foot_contact_flex a {
  position: relative;
  font-size: 26px;
  color: #fff;
  padding: 0.7em 1em 0.8em 0.5em;
  width: 280px;
  max-width: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
}
.foot_contact .foot_contact_flex a:hover {
  background-color: #fff;
  color: #E60802;
  opacity: 1;
}
.foot_contact .foot_contact_flex a:hover:after {
  border-left: 13px solid #E60802;
}
.foot_contact .foot_contact_flex a::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #fff;
  border-right: 0;
}
.foot_contact .foot_contact_flex a.foot_bt_reverse {
  background-color: #fff;
  color: #E60802;
}
.foot_contact .foot_contact_flex a.foot_bt_reverse:after {
  border-left: 13px solid #E60802;
}
.foot_contact .foot_contact_flex a.foot_bt_reverse:hover {
  background-color: #E60802;
  color: #fff;
  opacity: 1;
}
.foot_contact .foot_contact_flex a.foot_bt_reverse:hover:after {
  border-left: 13px solid #fff;
}
.foot_contact h3 {
  margin-bottom: 0.5em;
}
.foot_contact .foot_contact_flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 0;
}
.foot_contact .foot_contact_flex2 p {
  margin: 0;
}
.foot_contact .foot_contact_flex2 a {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  pointer-events: all;
}
.foot_contact .foot_contact_flex2 a p {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
}

@media print, screen and (min-width: 1101px) {
  .gnav__menu {
    gap: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .gnav-item__link--primary---column, .gnav__contactBtn.c-button01 {
    width: 180px;
    margin-left: 15px;
  }
  #gnav a:hover {
    opacity: 1;
  }
  #gnav .gnav__contactBtn.c-button01 {
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    color: #c50c09;
  }
  #gnav .gnav__contactBtn.c-button01 .tel_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gnav .gnav__contactBtn.c-button01 .tel_iconnum .tel_icon.tel_icon_reverse {
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
  }
  #gnav .gnav__contactBtn.c-button01:hover {
    background-color: #c50c09;
    color: #fff;
  }
  #gnav .gnav__contactBtn.c-button01:hover .tel_iconnum .tel_icon.tel_icon_reverse {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .gnav-item__link--primary---column, .gnav__contactBtn.c-button01 {
    font-size: 11px;
    margin-left: 10px;
    width: 110px;
  }
  .gnav__text--ja {
    font-size: 11px;
    margin-left: 1em;
  }
  .gnav-logo {
    width: 120px;
  }
  .gnav__contactBtn.c-button01 .tel_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 14px;
    margin-bottom: 3px;
    font-size: 10px;
  }
  #gnav .tel_iconnum .tel_icon {
    width: 10px;
    height: 10px;
    margin: 3px 2px 0px;
  }
}
@media print, screen and (max-width: 767px) {
  .foot_contact .foot_contact_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .foot_contact .foot_contact_flex a {
    font-size: 21px;
    padding: 0.5em;
    width: 100%;
  }
  .foot_contact .foot_contact_flex2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .foot_contact .foot_contact_flex2 a p {
    font-size: 28px;
  }
  header .header__btntext--sp {
    margin-right: 15px;
  }
  header .header__btntext--sp .header__twobtns--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  header .header__btntext--sp .header__twobtns--sp .header__contactBtn {
    margin: 0;
  }
  header .header__btntext--sp .tel_text {
    font-size: 12px;
    margin: 0;
    font-weight: bold;
    color: #c50c09;
  }
  header .header__btntext--sp .tel_text span {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1101px) {
  .tb, .sp, .tbSp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .pc, .sp, .pcSp {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .pc, .tb, .pcTb {
    display: none;
  }
}