.footerCallBox a,
.footerCallBox a:hover{
  text-decoration: none !important;
}
.footerLastItem:hover {
  text-decoration: underline !important;
}

@media screen and (min-width: 1130px) {
  .footerContainer {
    background-color: #E4EAED;
    padding: 3rem 0;
  }
  .footerBox1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  .footerBoxMin {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 65%;
    padding-right: 40px;
  }

  .footerMainItem {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 5rem;
    display: block;
  }

  .footerMainItem:hover{
    font-weight: bold;
  }

  /* セカンドフッター */
  .footerSecondItem {
    font-size: 1.2rem;

    line-height: 3rem;
    display: block;
  }
  .footerSecondItem:nth-child(1) {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 5rem;
  }
  .footersecondItem {
    font-size: 1.2rem;
    line-height: 3rem;
    display: block;
  }
  /* サードフッター */
  .footerThirdItem:nth-child(1) {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 5rem;
  }
  .footerThirdItem {
    font-size: 1.2rem;
    line-height: 3rem;
    display: block;
  }


  {#電話番号のCSS#}
  .footerCall_text {
    text-align: center;
  }
  .footerCall_text h1 {
    font-size:4rem;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
  }
  .footerCall_text h1::befor{
    display: inline-block;
    position: absolute;
    content: "";
    background-image: url("");
      top: 4px;
      left: -5px;
      }
  .footerCall_text p {
    font-size: 1.2rem;
    color: black;
  }

  .footerBox2 {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 3rem auto 0;
    max-width: 90%;
  }
}
.footerLastText {
  font-size: 1.4rem;
  font-weight: normal;
}
.footerLastItem {
  padding: 0 25px;
  padding-left: 0;
  position: relative;
}
.footerLastItem::after {
  display: inline-block;
  content: "";
  border-right: 1px solid #808080;
  height: 13px;
  position: absolute;
  right: 1.5rem;
  top: 0.2rem;
}
.footerContainer a:hover {
  color: inherit;
}
.footerBox1 a:hover {
  text-decoration: underline;
}
.footerContainer a:visited {
  color: inherit;
}
}
{#-------------------------------1130px以下----------------------------------#}
@media screen and (max-width: 1130px) {
  .footerContainer {
    background-color: #E4EAED;
    padding: 3rem 0 ;
  }
  .footerBox1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  .footerBoxMin {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 65%;
    padding-right: 40px;
  }

  .footerMainItem {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 5rem;
    display: block;
  }
  .footerMainItem:hover{
    font-weight: bold;
  }

  /* セカンドフッター */
  .footerSecondItem {
    font-size: 1.2rem;
    line-height: 3rem;
    display: block;
  }
  .footerSecondItem:nth-child(1) {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 5rem;
  }
  /* サードフッター */
  .footerThirdItem:nth-child(1) {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 5rem;
  }
  .footerThirdItem {
    font-size: 1.2rem;
    line-height: 3rem;
    display: block;
  }

  .footerCall_text {
    margin: 3rem 0 ;
    text-align: center;
  }
  .footerCall_text h1 {
    font-size: 3.3rem;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
  }
  .footerCall_text p {
    font-size: 1rem;
    color: black;
  }
  .footerBox2 {
    display: flex;
    align-items: center;
    margin-top: 3rem;
    width: 100%;
    margin: 3rem auto 0;
    max-width: 90%;
  }
}
.footerLastText {
  font-size: 1.4rem;
  font-weight: normal;
}
.footerLastItem {
  padding: 0 25px;
  padding-left: 0;
  position: relative;
}
.footerLastItem::after {
  display: inline-block;
  content: "";
  border-right: 1px solid #808080;
  height: 13px;
  position: absolute;
  right: 1.5rem;
  top: 0.2rem;
}
.footerContainer a:hover {
  color: inherit;
}
.footerBox1 a:hover {
  text-decoration: underline;
}
.footerContainer a:visited {
  color: inherit;
}


{#------------------------950px以下----------------------------------#}
@media screen and (max-width: 950px) {
  .footerContainer {
    background-color: #E4EAED;
  }
  .footerBox1 {
    display: block;
    padding: 0 40px;
    width: 100%;
  }
  .footerBoxMin {
    width: 100%;
    padding-right: 0;
    justify-content: space-between;
  }

  .footerMainItem {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 5rem;
    display: block;
  }

  /* セカンドフッター */
  .footerSecondItem {
    font-size: 1.2rem;
    line-height: 3rem;
    display: block;
  }
  .footerSecondItem:nth-child(1) {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 5rem;
  }
  /* サードフッター */
  .footerThirdItem:nth-child(1) {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 5rem;
  }
  .footerThirdItem {
    font-size: 1.2rem;
    line-height: 3rem;
    display: block;
  }
  .footerCall_text {
    text-align: left;
  }
  .footerBox2 {
    padding: 0 40px;
    display: flex;
    align-items: center;
  }
  .footerLastItem {
    padding: 0 25px;
    padding-left: 0;
    position: relative;
    font-size: 1.1rem;
  }
  .footerLastItem::after {
    display: inline-block;
    content: "";
    border-right: 1px solid #808080;
    height: 11px;
    position: absolute;
    right: 1.5rem;
    top: 0rem;
  }
}
@media screen and (max-width: 699px) {
  .footerContainer {
    background-color: #E4EAED;
  }
  .footerBox1 {
  }
  .footerBox2 {
    padding: 0 40px;
    margin-top: 0;
  }
  .footerLastText {
    font-size: 2.6rem;
    font-weight: normal;
  }
  .footerBoxMin {
    flex-direction: column;
    gap: 2rem;
  }
  .footerCall_text h1 {
    font-size: 2.4rem;
  }
  .footerLastItem {
    padding: 10px;
    padding-left: 0;
    display: block;
  }
  .footerLastItem::after {
    display: none;
  }
}