@charset "utf-8";
.pv_inner{
    background: url(../img/page_visual.png) no-repeat center/cover;
}

.pankuzu{
    position: relative;
    z-index: 2;
}

.contact_area{
    position: relative;
}
.contact_area::before{
    position: absolute;
    top: 0;
    content: "";
    background: url(../img/page_bg.png) no-repeat center;
    width: 100%;
    height: 319px;
    z-index: 1;
}
.cont_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 58px;
  }
.bold{
    font-size: 2.0rem;
    font-weight: bold;
    color: #000000;
}
.cont_add{
    margin-top: 17px;
}
.cont_tel{
    font-size: 3.2rem;
    font-weight: bold;
    color: #304F8B;
    letter-spacing: 1.6px;
}
.cont_tel::before{
    position: relative;
    content: url(../img/tel.svg);
    right: 5px;
}
.cont_fax{
    font-size: 3.2rem;
    font-weight: bold;
    color: #304F8B;
    letter-spacing: 1.6px;
}
.cont_fax::before{
    position: relative;
    content: url(../img/fax.svg);
    right: 5px;
}
.fe_white{
    background-color: #FFF; 
    padding: 40px 0;
}
.fe_white_inner{
    max-width: 800px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 767px){
  .contact_area::before{
      background: url(../img/page_bg_sp.png) no-repeat center;
      width: 100%;
      height: 464px;
      z-index: -1;
  }

  .cont_text {
      padding: 58px 5% 0 5%;
    }
  .bold {
    text-align: center;
  }
  .cont_tel {
    font-size: 2.4rem;
  }
  .cont_fax {
    font-size: 2.4rem;
  }
}
  