@charset "UTF-8";

.breadcrumbs{
  display: none;
}

.home #main_colomn{
  width: 100%;
  height: 100vh;
  position: relative;
  transition: 0.5s;
}

.map_w{
  height: 100vh;
}
.objects_w{
  width: 100%;
  height: 100%;
  justify-content:center;
  align-items: center;
}
.objects_i{
  width: 1200px;
  height: 740px;
  position: relative;
}
.home .map{
  position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: -1;
}
.home .map .map_i{
  width: 1200px;
  height: 740px;
  position: relative;
}
.home .map .map_i:after{
  content: "";
  display: block;
  position: absolute;
  background: url(../images/home/home_map.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height:100%;
  z-index: -1;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.home .baloon{
  background: url(../images/home/baloon.svg) center no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 151px;
  height: 180px;
  position: absolute;
  transition: 0.25s;
  display: flex;
  color: #fff;
  font-weight: 900;
  box-sizing: border-box;
  padding: 0px 10px 10px 10px;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.home #main_colomn.open .baloon{
  display: none;
}
.baloon_w{
  width: 100%;
  margin-top: -20px;
}
.home .baloon:hover{
  width: 236px;
  height: 280px;
  opacity: 1;
  margin-top: -50px;
  padding: 0px 30px 10px 30px;
}
.home .bln_ttl {
  font-size: 1.8rem;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 10px;
    margin-top: 10px;
  }
.home .baloon .num{
  color: #FFD8D8;
}
.home .baloon .txt{
  display: none;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
}
.home .baloon:hover .txt{
  display: block;
  white-space: break-spaces;
  opacity: 1;
}

.home .baloon.about {
  top: 36%;
  left: 18%;
}
.home .baloon.jh {
  top: 20%;
  left: 52%;
}
.home .baloon.TaL{
  top: 29%;
  left: 86%;
}
.home .baloon.MF{
  top: 72%;
  left: 78%;
}
.home .baloon.News {
  top: 50%;
  left: 50%;
    background: url(../images/home/baloon_or.svg) center no-repeat;
}

.f_men_bal{
  position: fixed;
  bottom:0;
  left: 10%;
}
.f_men_bal .men{
  width: 180px;
}
.f_men_bal .bal_w{
  width: 180px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.f_men_bal .bal_w > div{
  margin-top: -20px;
  width: 100%;
  line-height: 1.25;
  text-align: center;
}
.f_men_bal .bal_w.bal_l{
  background: url(../images/home/home_f_bal_green.png) center center no-repeat;
  background-size: cover;
}
.f_men_bal .bal_w.bal_r{
  background: url(../images/home/home_f_bal_red.png) center center no-repeat;
  background-size: cover;
}
.f_men_bal .bal_w a{
  display: block;
  border-radius: 100px;
  text-align: center;
  padding: 5px;
  margin-top: 10px;
}
.f_men_bal .bal_w.bal_l a{
  background:#009944;
  color: #fff;
}
.f_men_bal .bal_w.bal_r a{
  background:#F05C5C;
  color: #fff;
}

.f_men_bal .bal_w.bal_t{
  position: absolute;
  top: -200px;
  background: url(../images/home/home_f_bal_orange.png) center center no-repeat;
  background-size: cover;
  width: 150px;
  height: 185px;
}
.f_men_bal .bal_w.bal_t p{
  font-size: 1.8rem;
  font-weight: 400;
}
.f_men_bal .bal_w.bal_t a {
  background: #FE9722;
  color: #fff;
}

.anim_h_01{
  position: absolute;
  width: 34px;
  top: 280px;
  left: 571px;
}
.anim_h_02{
  position: absolute;
    width: 50px;
    top: 174px;
    left: 370px;
}
.anim_h_03 {
  position: absolute;
width: 192px;
top: 425px;
left: 106px;
}
.anim_h_04{
  position: absolute;
  width: 130px;
  top: 345px;
  left: 83%;
}
.anim_h_05{
  position: absolute;
  width: 51px;
  top: 497px;
  left: 450px;
}

.hov_bal{
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 2;
}
.hov_bal.hov_bal_01{
    top: 240px;
    left: 230px;
}
.hov_bal.hov_bal_02{
  top: 180px;
  left: 540px;
}
.hov_bal.hov_bal_03{
  top: 290px;
    left: 710px;
}
.hov_bal.hov_bal_04{
  top: 460px;
  left: 570px;
}
.hov_bal.hov_bal_05{
  top: 280px;
  left: 560px;
  width: 50px;
  height: 80px;
}
.hov_bal_i{
  width: 150px;
  height: 61px;
  position: absolute;
  box-sizing: border-box;
  font-weight: bold;
  text-align:center;
  line-height: 1.25;
  padding: 10px;
  opacity: 0;
  transition: 0.25s;
  top:-30px;
}
.hov_bal:hover .hov_bal_i{
  opacity: 1;
}
.hov_bal_i.hov_bal_l{
  background: url(../images/home/men_bal_l.png);
  background-size: cover;
}
.hov_bal_i.hov_bal_r{
  background: url(../images/home/men_bal_r.png);
  background-size: cover;
}
.hov_bal.hov_bal_05 .hov_bal_i{
  top: -64px;
left: -10px;
}

@media screen and (max-width: 640px) {
  .home #main_colomn .in{
    width: 100% !important;
  }
  .home #main_colomn,
  .map_w{
    height: auto;
  }
  .objects_w,.objects_i,.home .map,.home .map .map_i{
    width: 100%;
    height: 500px;
    margin-top: 15px;
  }
  .home .map .map_i:after{
    background: url(../images/home/home_map_sp.png) center center no-repeat;
    background-size: contain;
  }
  #main_colomn .objects_i.sp{
    width: 95% !important;
  }
  .home .objects_i .baloon{
    display: none;
  }
  .home .objects_i.sp .baloon {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transform: translate(0%, 0%);
    background: #e25a59;
    border-radius: 100px;
    margin-bottom: 10px;
    margin: 15px 0;
    padding: 15px 0;
  }
  .home .bln_ttl {
    font-size: 1.6rem;
    margin: 0;
  }
  .baloon_w {
    margin-top:0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home .baloon .num{
    margin-right: 10px;
  }

  .anim_h_01 {
    position: absolute;
    width: 20px;
    top: 170px;
    left: 150px;
  }
  .anim_h_02 {
    position: absolute;
    width: 21px;
    top: 90px;
    left: 150px;
  }
  .anim_h_03 {
    position: absolute;
    width: 85px;
    top: 188px;
    left: 38px;
  }
  .anim_h_04{
    position: absolute;
    width: 65px;
    top: 442px;
    left: 170px;
  }
  .anim_h_05{
    position: absolute;
    width: 30px;
    top: 265px;
    left: 285px;
  }

  .f_men_bal{
    position: relative;
    left: 0;
    margin-top: 30px;
  }
  .f_men_bal .flex{
    justify-content: center;
  }
  .f_men_bal .men {
    width: 110px;
  }
  .f_men_bal .bal_w {
    width: 120px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
  }

}



.modal-content {
  margin: 0;
  position: fixed;
  display: none;
  z-index: 2;
  width: 400px;
  padding: 50px;
  box-sizing: border-box;
  z-index: 9999999;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.modal-content h2{
  font-weight: 600;
    margin-bottom: 20px;
    font-size: 2.8rem;
    letter-spacing: 2px;
    line-height: 1;
}
.modal-content a{
  background: #FF9822;
  font-weight: bold;
  padding: 10px 20px;
  color: #fff;
  border-radius: 100px;
  display: block;
  width: 200px;
  margin: 20px auto 0;
  text-align: center;
}

#modal-overlay {
    z-index: 999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background:rgba(0, 0, 0, 0.5);
}


@media screen and (max-width: 640px) {
  .modal-content {
    width: 90%;
  }
  .home .objects_i.sp .baloon.modal-syncer{
    background: #FF9722;
  }
  .home_sp_fixed_area{
    position: fixed;
    width: 100%;
    bottom: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home_sp_fixed_area .bal{
    flex-shrink: 0;
    width: 48%;
    position: relative;
  }
  .home_sp_fixed_area .bal:nth-of-type(1),
  .home_sp_fixed_area .bal:nth-of-type(2){
    top: 10px;
  }

}

#popup.show {
  display: block;
}
#popup{
  padding: 30px;
  text-align: left;
  max-height: 90vh;
  overflow: scroll;
}
#popup h3{
  font-size: 1.8rem;
  color: #009944;
  border-top: 2px solid #009944;
  border-bottom: 2px solid #009944;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}
#popup p{
  margin-bottom: 10px;
}
#popup p:nth-last-of-type(1){
  margin-bottom: 0;
}