@charset "UTF-8";
body {
  line-height: 1;
  margin: 0;
}

#toho_house_choufu_recruit * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
#toho_house_choufu_recruit * div, #toho_house_choufu_recruit * iframe, #toho_house_choufu_recruit * h1, #toho_house_choufu_recruit * h2, #toho_house_choufu_recruit * h3, #toho_house_choufu_recruit * h4, #toho_house_choufu_recruit * h5, #toho_house_choufu_recruit * h6, #toho_house_choufu_recruit * p, #toho_house_choufu_recruit * img, #toho_house_choufu_recruit * small, #toho_house_choufu_recruit * strong, #toho_house_choufu_recruit * b, #toho_house_choufu_recruit * dl, #toho_house_choufu_recruit * dt, #toho_house_choufu_recruit * dd, #toho_house_choufu_recruit * ol, #toho_house_choufu_recruit * ul, #toho_house_choufu_recruit * li,
#toho_house_choufu_recruit * form, #toho_house_choufu_recruit * label, #toho_house_choufu_recruit * legend, #toho_house_choufu_recruit * table, #toho_house_choufu_recruit * tbody, #toho_house_choufu_recruit * tfoot, #toho_house_choufu_recruit * thead, #toho_house_choufu_recruit * tr, #toho_house_choufu_recruit * th, #toho_house_choufu_recruit * td, #toho_house_choufu_recruit * footer, #toho_house_choufu_recruit * header, #toho_house_choufu_recruit * menu, #toho_house_choufu_recruit * nav, #toho_house_choufu_recruit * section, #toho_house_choufu_recruit * video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#toho_house_choufu_recruit * ul li {
  list-style: none;
}
#toho_house_choufu_recruit * a {
  margin: 0;
  padding: 0;
  color: #43413a;
  text-decoration: none;
  vertical-align: baseline;
}
#toho_house_choufu_recruit * a:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
#toho_house_choufu_recruit * table {
  border-spacing: 0;
}
#toho_house_choufu_recruit * img {
  width: 100%;
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
/*メディアクエリ*/
#toho_house_choufu_recruit {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#toho_house_choufu_recruit {
  /* フローティングエリア */
}
#toho_house_choufu_recruit .sp_only {
  display: none !important;
}
#toho_house_choufu_recruit .inner {
  width: 750px;
  margin: 0 auto;
  position: relative;
}
#toho_house_choufu_recruit #fv {
  position: relative;
  background: url(../img/fv_bg.jpg) center top no-repeat;
}
#toho_house_choufu_recruit #fv .fv_cta_btn {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 110px;
}
#toho_house_choufu_recruit #fv .fv_cta_btn img {
  width: 490px;
}
@media screen and (max-width: 750px) {
  #toho_house_choufu_recruit #fv .fv_cta_btn {
    bottom: 14.6666666667vw;
  }
  #toho_house_choufu_recruit #fv .fv_cta_btn img {
    width: 65.3333333333vw;
  }
}
#toho_house_choufu_recruit #sec01 {
  position: relative;
  background: url(../img/sec01_bg.jpg) center top no-repeat;
}
#toho_house_choufu_recruit #sec02 {
  position: relative;
  background: url(../img/sec02_bg.jpg) center top no-repeat;
}
#toho_house_choufu_recruit #sec03 {
  position: relative;
  background: url(../img/sec03_bg.jpg) center top no-repeat;
}
#toho_house_choufu_recruit #sec04 {
  position: relative;
  background: url(../img/sec04_bg.jpg) center top no-repeat;
}
#toho_house_choufu_recruit #sec05 {
  position: relative;
  background: url(../img/sec05_bg.jpg) center top no-repeat;
}
#toho_house_choufu_recruit #sec05 .sec05_cta_btn {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 130px;
}
#toho_house_choufu_recruit #sec05 .sec05_cta_btn img {
  width: 490px;
}
@media screen and (max-width: 750px) {
  #toho_house_choufu_recruit #sec05 .sec05_cta_btn {
    bottom: 17.3333333333vw;
  }
  #toho_house_choufu_recruit #sec05 .sec05_cta_btn img {
    width: 65.3333333333vw;
  }
}
#toho_house_choufu_recruit footer {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #00b9c3;
}
@media screen and (max-width: 750px) {
  #toho_house_choufu_recruit footer {
    height: 6.6666666667vw;
  }
}
#toho_house_choufu_recruit .floating_area_wrap {
  display: none;
}
@media screen and (max-width: 750px) {
  #toho_house_choufu_recruit .floating_area_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
  }
  #toho_house_choufu_recruit .floating_area_wrap.visible {
    visibility: visible;
    opacity: 1;
  }
}
#toho_house_choufu_recruit .floating_area {
  display: none;
}
@media screen and (max-width: 750px) {
  #toho_house_choufu_recruit .floating_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 100vw;
    height: 14.6666666667vw;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #toho_house_choufu_recruit .floating_area .floating_btn {
    display: block;
    width: 80vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  #toho_house_choufu_recruit {
    width: 100%;
    margin: 0 auto;
  }
  #toho_house_choufu_recruit .pc_only {
    display: none !important;
  }
  #toho_house_choufu_recruit img {
    width: 100%;
  }
  #toho_house_choufu_recruit .inner {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */