@charset "utf-8";
#open {
  margin-bottom: 60px;
}
#open h2 {
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
  line-height: 1.4;
  background-color: #323232;
}
#open h2 a {
  color: #fff;
}
#open h2 a:hover {
  text-decoration: underline;
}
#open p {
  padding: 0 20px;
  font-size: 90%;
  text-align: center;
}
#hero_area {
  width: 100%;
  margin-bottom: 150px;
  position: relative;
}
@media only screen and (max-width: 480px) {
#hero_area {
  margin-bottom: 60px;
}
}
#hero_area .flex_box {
  width: 90%;
  justify-content: center;
}
#hero_area .slide_wrap {
  width: 50%;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: 400px;
}
#hero_area .bnr_wrap {
  width: 50%;
  max-width: 800px;
}
#hero_area .hero_nav {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0 7.5%;
}
#hero_area .base_hd {
  margin-top: 50px;
  margin-bottom: 0;
  text-align: left;
}
#hero_area .base_hd:first-child {
  margin-top: 0;
}
#hero_area .base_hd::after {
  display: none;
}
#hero_area .base_hd_en::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-left: 20px;
  vertical-align: super;
  background-color: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#hero_area a:hover .base_hd_en::after {
  margin-left: 40px;
}
#hero_area .hero_nav p a {
  display: inline-block;
  margin-top: 15px;
  padding: 3px 30px;
  font-size: 90%;
  border: 1px solid #323232;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display:none;
}
#footer {
  margin-top: 150px;
}
@media only screen and (max-width: 1024px) {
  #hero_area .hero_nav {
    padding: 0 4.8828125%;
  }
}
@media only screen and (max-width: 768px) {
  #hero_area .base_hd {
    font-size: 75%;
  }
}
@media only screen and (max-width: 480px) {
  #open {
    margin-bottom: 30px;
  }
  #open h2 {
    text-align: left;
    line-height: 1.6;
  }
  #hero_area .flex_box {
    flex-direction: column-reverse;
  }
  #hero_area .slide_wrap {
    width: 80%;
  }
  .slick-slide img {
    height: 180px;
  }
  #hero_area .bnr_wrap {
    width: 100%;
  }
  #hero_area .hero_nav {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
  }
  #hero_area .base_hd {
    margin-top: 30px;
  }
}
