@charset "UTF-8";
/* 修正はSassで。CSSに書かないこと */
/* ======================================================================
 emptyhouse
====================================================================== */
.emp_mv {
  padding: 85px 0 55px;
}
@media screen and (max-width: 765px) {
  .emp_mv {
    padding: 70px 0 45px;
  }
}
.emp_mv_ttl {
  font-weight: 700;
  line-height: 1;
  font-size: 25px;
  margin-bottom: 20px;
}
.emp_mv_txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.emp_mv_txt a {
  color: #000;
}

.emp_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.emp_appform {
  background: #F8F8F8;
  padding: 100px 0;
}
@media screen and (max-width: 765px) {
  .emp_appform {
    padding: 60px 0 40px;
  }
}
.emp_appform_ttl {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.emp_appform_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.33%;
  margin-bottom: 50px;
}
.emp_appform_menu_btn {
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  box-sizing: border-box;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #D5D5D5;
  font-size: 16px;
  width: 24%;
  height: 50px;
  margin-top: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 765px) {
  .emp_appform_menu_btn {
    transition: none;
  }
}
.emp_appform_menu_btn:hover, .emp_appform_menu_btn:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 765px) {
  .emp_appform_menu_btn:hover, .emp_appform_menu_btn:hover img {
    opacity: 1;
  }
}
.emp_appform_menu_btn._w50 {
  width: 49.333%;
}
.emp_appform_menu_btn._active {
  background: #000;
  border-color: #000;
  color: #FFF;
}
.emp_appform_list {
  position: relative;
  box-sizing: border-box;
  background: #FFF;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 50px 70px;
}
@media screen and (max-width: 765px) {
  .emp_appform_list {
    padding: 40px 20px;
  }
}
.emp_appform_list_att {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 700;
  color: #DA3832;
  border: 3px solid #DA3832;
  padding: 2% 3%;
  font-size: 20px;
}
@media screen and (max-width: 765px) {
  .emp_appform_list_att {
    position: static;
    width: fit-content;
    margin: 0 auto 20px;
  }
}
.emp_appform_list_top {
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 765px) {
  .emp_appform_list_top {
    text-align: center;
    margin-bottom: 40px;
  }
}
.emp_appform_list_txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 765px) {
  .emp_appform_list_txt {
    margin-bottom: 40px;
  }
}
.emp_appform_list .wpcf7-form > p {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 765px) {
  .emp_appform_list .wpcf7-form > p {
    display: block;
    font-size: 14px;
  }
}
.emp_appform_list_ttl {
  width: 19%;
}
@media screen and (max-width: 765px) {
  .emp_appform_list_ttl {
    width: auto;
  }
}
.emp_appform_list_box {
  position: relative;
  width: 75.75%;
}
@media screen and (max-width: 765px) {
  .emp_appform_list_box {
    width: auto;
  }
}
@media screen and (max-width: 765px) {
  .emp_appform_list_box._check {
    margin-top: 15px;
    display: block;
  }
}
.emp_appform_list input {
  border: none;
  box-sizing: border-box;
}
.emp_appform_list .wpcf7-text {
  width: 100%;
  background: #F4F4F4;
  height: 44px;
  padding: 10px;
}
.emp_appform_list .wpcf7-textarea {
  box-sizing: border-box;
  border: none;
  width: 100%;
  background: #F4F4F4;
  height: 44px;
  padding: 10px;
  height: 10em;
}
.emp_appform_list .wpcf7-form-control-wrap {
  position: static;
  display: block;
}
.emp_appform_list .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.emp_appform_list .wpcf7-not-valid {
  display: block;
  background: #FFEAEA;
  border: 2px solid #FF3B3B;
}
.emp_appform_list .wpcf7-not-valid-tip {
  position: absolute;
  top: -20px;
  left: 0;
  color: #FF3B3B;
  font-size: 12px;
}
@media screen and (max-width: 765px) {
  .emp_appform_list .wpcf7-not-valid-tip {
    position: static;
  }
}
@media screen and (max-width: 765px) {
  .emp_appform_list .wpcf7-checkbox {
    display: block;
    margin-top: 10px;
  }
}
.emp_appform_list .wpcf7-list-item {
  margin: 15px;
  display: block;
  line-height: 1;
}
.emp_appform_list .wpcf7-list-item label {
  cursor: pointer;
}
.emp_appform_list .wpcf7-list-item input {
  display: none;
}
.emp_appform_list .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-image: url(../img/emp_check_on.svg);
  background-size: 20px;
}
.emp_appform_list .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/emp_check_off.svg);
  background-size: 20px;
  padding-left: 30px;
  line-height: 1.3;
}
.emp_appform_list .wpcf7-select {
  appearance: none;
  background: #F4F4F4 url(../img/emp_form_select.svg) no-repeat 97% 50%;
  background-size: 12px;
  border: none;
  width: 100%;
  height: 44px;
  padding: 10px;
}
.emp_appform_list_change {
  display: block;
}
.emp_appform_list_change:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 765px) {
  .emp_appform_list_change:first-child {
    margin-top: 15px;
  }
}
.emp_appform_btm {
  margin-top: 40px;
}
.emp_appform_btm .wpcf7-form-control {
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.emp_appform_btm .wpcf7-form-control._submit {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  background: #DA3832;
  color: #FFF;
  min-width: 270px;
  width: max-content;
  max-width: 370px;
  font-size: 16px;
  height: 50px;
  padding: 0 40px;
  margin: 30px auto 0;
}
@media screen and (max-width: 765px) {
  .emp_appform_btm .wpcf7-form-control._submit {
    transition: none;
  }
}
.emp_appform_btm .wpcf7-form-control._submit:hover, .emp_appform_btm .wpcf7-form-control._submit:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 765px) {
  .emp_appform_btm .wpcf7-form-control._submit:hover, .emp_appform_btm .wpcf7-form-control._submit:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 765px) {
  .emp_appform_btm .wpcf7-form-control._submit {
    width: 100%;
    height: 70px;
    padding: 0;
    font-size: 15px;
  }
}
.emp_appform_btm_att {
  font-size: 12px;
  line-height: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 765px) {
  .emp_appform_btm_att {
    margin-top: 20px;
  }
}
.emp_appform_btm_att span {
  color: #DA3832;
}
.emp_appform_btm_att._center {
  text-align: center;
}
.emp_appform_btm_att a {
  color: #000;
}
.emp_appform_btm .wpcf7-form-control-wrap {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D5D5D5;
  background: #EDEDED;
  width: 370px;
  height: 45px;
  margin: 20px auto 0;
  font-size: 14px;
}
.emp_appform_btm .wpcf7-form-control-wrap .wpcf7-form-control {
  padding: 10px;
}
@media screen and (max-width: 765px) {
  .emp_appform_btm .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.emp_appform_btm_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 765px) {
  .emp_appform_btm_list {
    display: block;
    font-size: 14px;
  }
}
.emp_appform_btm_list .wpcf7-form-control-wrap {
  margin: 0;
  border: none;
}
.emp_appform_select {
  appearance: none;
  background: #FFF url(../img/emp_form_select.svg) no-repeat 95% 50%;
  background-size: 12px;
  border: 1px solid #D5D5D5;
  width: 100%;
  font-size: 16px;
  height: 50px;
  border-radius: 6px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.emp_appform_num {
  font-weight: 700;
}

.emp_ele {
  margin: 0 auto;
  width: 100%;
  max-width: 630px;
  padding: 0 0 100px;
}
@media screen and (max-width: 765px) {
  .emp_ele {
    padding: 0 0 60px;
    width: 90%;
  }
}
.emp_ele_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 765px) {
  .emp_ele_list {
    margin-bottom: 40px;
  }
}
.emp_ele_list_ttl {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 765px) {
  .emp_ele_list_ttl {
    margin-bottom: 15px;
  }
}
.emp_ele_list_box:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 765px) {
  .emp_ele_list_box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.emp_ele_list_movie {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.emp_ele_list_movie_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.emp_ele_list_movie_img img {
  width: 100%;
}
.emp_ele_list_movie iframe {
  border: none;
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 765px) {
  .emp_ele_list_movie iframe {
    height: 210px;
  }
}
.emp_ele_list_dl {
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #000;
  border: 1px solid #333;
  background: url(../img/emp_dl_wh.svg) no-repeat 100% 100%;
  background-size: 70px;
  width: 380px;
  height: 70px;
  font-size: 16px;
  padding: 0 30px;
  margin: 60px auto 0;
}
@media screen and (max-width: 765px) {
  .emp_ele_list_dl {
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
  }
}
.emp_ele_comp_btn {
  background: #CCC;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  border: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  width: 260px;
  height: 70px;
  font-size: 16px;
}
@media screen and (max-width: 765px) {
  .emp_ele_comp_btn {
    transition: none;
  }
}
.emp_ele_comp_btn:hover, .emp_ele_comp_btn:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 765px) {
  .emp_ele_comp_btn:hover, .emp_ele_comp_btn:hover img {
    opacity: 1;
  }
}
.emp_ele_comp_btn.enabled {
  cursor: pointer;
  background: #0A5DB1;
}
.emp_ele_comp_txt {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}

.emp_about_mv {
  color: #FFF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/emp_about_mv.jpg);
  font-size: 40px;
  height: 590px;
}
@media screen and (max-width: 765px) {
  .emp_about_mv {
    height: 200px;
    font-size: 22px;
  }
}
.emp_about_copy {
  text-align: center;
  padding: 100px 0;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 765px) {
  .emp_about_copy {
    text-align: left;
    padding: 40px 0;
  }
}
.emp_about_flow {
  background: #F8F8F8;
  padding: 100px 0;
}
@media screen and (max-width: 765px) {
  .emp_about_flow {
    padding: 50px 0;
  }
}
.emp_about_flow_list {
  position: relative;
  margin: 70px auto 0;
  width: 100%;
  max-width: 800px;
}
.emp_about_flow_list::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  background: #C6C5C5;
  height: 100%;
  width: 20px;
  margin-left: -10px;
}
.emp_about_flow_list_box {
  position: relative;
  z-index: 2;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 765px) {
  .emp_about_flow_list_box {
    display: block;
    padding: 7%;
  }
}
.emp_about_flow_list_box:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 765px) {
  .emp_about_flow_list_box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.emp_about_flow_list_ico {
  width: 20%;
}
@media screen and (max-width: 765px) {
  .emp_about_flow_list_ico {
    width: 26%;
  }
}
.emp_about_flow_list_ico img {
  width: 100%;
  border: 1px solid #D6D6D6;
}
.emp_about_flow_list_desc {
  width: 75%;
}
@media screen and (max-width: 765px) {
  .emp_about_flow_list_desc {
    width: 100%;
  }
}
.emp_about_flow_list_ttl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 765px) {
  .emp_about_flow_list_ttl {
    display: block;
    width: 58%;
    position: absolute;
    top: 12%;
    right: 7%;
    padding-bottom: 4%;
  }
}
.emp_about_flow_list_ttl span {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #DA3832;
  font-size: 24px;
  margin-right: 15px;
}
@media screen and (max-width: 765px) {
  .emp_about_flow_list_ttl span {
    display: block;
    font-size: 18px;
    margin: 0 0 3%;
  }
}
.emp_about_flow_list_txt {
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 765px) {
  .emp_about_flow_list_txt {
    margin-top: 3%;
  }
}
.emp_about_flow_list_txt a {
  color: #000;
  text-decoration: underline;
}
.emp_about_flow_start {
  text-align: center;
  padding-top: 70px;
}
@media screen and (max-width: 765px) {
  .emp_about_flow_start {
    padding-top: 30px;
  }
}
.emp_about_flow_start_txt {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}
.emp_about_flow_start_btn {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  background: #DA3832;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 260px;
  height: 60px;
  font-size: 16px;
}
@media screen and (max-width: 765px) {
  .emp_about_flow_start_btn {
    transition: none;
  }
}
.emp_about_flow_start_btn:hover, .emp_about_flow_start_btn:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 765px) {
  .emp_about_flow_start_btn:hover, .emp_about_flow_start_btn:hover img {
    opacity: 1;
  }
}

.emp_ttl {
  text-align: center;
  font-size: 18px;
}
.emp_ttl::after {
  content: "";
  display: block;
  background: #000;
  margin: 25px auto 0;
  width: 40px;
  height: 1px;
}
.emp_ttl span {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
  display: block;
  font-size: 60px;
}

.emp_top_mv {
  color: #FFF;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/emp_top_mv.jpg);
  height: 590px;
  font-size: 50px;
}
@media screen and (max-width: 765px) {
  .emp_top_mv {
    height: 200px;
    font-size: 24px;
  }
}
.emp_top_mv span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 28px;
  width: 650px;
  height: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 765px) {
  .emp_top_mv span {
    font-size: 14px;
    height: 40px;
    width: 83.2%;
  }
}
.emp_top_mv._re {
  height: 355px;
}
@media screen and (max-width: 765px) {
  .emp_top_mv._re {
    height: 200px;
  }
}
@media screen and (max-width: 765px) {
  .emp_top_mv .emp_top_joinus_btn {
    height: 50px;
    margin: 15px auto 0;
  }
}
.emp_top_merit {
  padding: 100px 0;
}
@media screen and (max-width: 765px) {
  .emp_top_merit {
    padding: 50px 0;
  }
}
.emp_top_merit._re {
  padding: 60px 0;
}
@media screen and (max-width: 765px) {
  .emp_top_merit._re {
    padding: 50px 0;
  }
}
.emp_top_merit._re .emp_top_merit_list {
  margin-top: 50px;
}
@media screen and (max-width: 765px) {
  .emp_top_merit._re .emp_top_merit_list {
    margin-top: 40px;
  }
}
.emp_top_merit._re .emp_top_merit_list_box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #000;
  width: 250px;
  height: 184px;
  padding: 20px 15px;
}
@media screen and (max-width: 765px) {
  .emp_top_merit._re .emp_top_merit_list_box {
    width: 100%;
    padding: 30px;
    height: auto;
  }
}
.emp_top_merit._re .emp_top_merit_list_box .emp_top_merit_list_num {
  top: -25px;
  left: -25px;
}
@media screen and (max-width: 765px) {
  .emp_top_merit._re .emp_top_merit_list_box .emp_top_merit_list_num {
    top: -10px;
    left: -10px;
  }
}
.emp_top_merit_list {
  margin: 80px auto 0;
  width: 100%;
  max-width: 850px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 765px) {
  .emp_top_merit_list {
    display: block;
    margin: 40px auto 0;
    width: 90%;
  }
}
.emp_top_merit_list_box {
  position: relative;
  width: 230px;
}
@media screen and (max-width: 765px) {
  .emp_top_merit_list_box {
    width: 100%;
    margin-top: 35px;
  }
}
.emp_top_merit_list_num {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #FFF;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  font-size: 26px;
}
@media screen and (max-width: 765px) {
  .emp_top_merit_list_num {
    left: 20%;
  }
}
.emp_top_merit_list_img {
  margin-bottom: 15px;
}
@media screen and (max-width: 765px) {
  .emp_top_merit_list_img {
    width: 60%;
    margin: 0 auto 15px;
  }
}
.emp_top_merit_list_img img {
  border: 1px solid #000;
  width: 100%;
  border-radius: 50%;
}
.emp_top_merit_list_ttl {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.emp_top_merit_list_txt {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.emp_top_merit._re .emp_ttl {
  font-size: 24px;
}
.emp_top_about {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/emp_top_about.jpg);
  padding: 80px 0;
}
@media screen and (max-width: 765px) {
  .emp_top_about {
    background-size: cover;
    background-image: url(../img/emp_top_about_sp.jpg);
    padding: 50px 0;
  }
}
.emp_top_about_txt {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 765px) {
  .emp_top_about_txt {
    text-align: left;
  }
}
.emp_top_joinus {
  padding: 60px 0;
}
@media screen and (max-width: 765px) {
  .emp_top_joinus {
    padding: 5% 0;
  }
}
.emp_top_joinus_box {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/emp_top_joinus.jpg);
  height: 300px;
}
@media screen and (max-width: 765px) {
  .emp_top_joinus_box {
    background-size: cover;
    background-image: url(../img/emp_top_joinus_sp.jpg);
  }
}
.emp_top_joinus_ttl {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 60px;
  margin-bottom: 10px;
}
.emp_top_joinus_txt {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 765px) {
  .emp_top_joinus_txt {
    text-align: center;
    font-size: 14px;
  }
}
.emp_top_joinus_btn {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DA3832;
  color: #FFF;
  width: 260px;
  height: 60px;
  font-size: 16px;
  margin: 30px auto 0;
}
@media screen and (max-width: 765px) {
  .emp_top_joinus_btn {
    transition: none;
  }
}
.emp_top_joinus_btn:hover, .emp_top_joinus_btn:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 765px) {
  .emp_top_joinus_btn:hover, .emp_top_joinus_btn:hover img {
    opacity: 1;
  }
}/*# sourceMappingURL=emptyhouse.css.map */