@charset "UTF-8";
/* CSS Document */
section {
  overflow: hidden;
  margin: 90px 0px 0px 0px;
}
.top_hero {
  position: relative;
  width: 100%;
}
.top_title_area {
  position: absolute;
  bottom: 50%;
  padding: 0 0 0 50px;
  width: 40%;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.top_title {
  font-family: "UniversNextPro-BoldCond";
  font-size: 4.4rem;
  line-height: 4.8rem;
  width: 100%;
  margin: 0px 0px 15px 0px;
		 letter-spacing: 0rem;
}
.hr_top_title {
  height: 1px;
  background-color: #000;
  border: none;
  color: #000;
  width: 200px
}
.slider {
  width: 100%;
  max-width: 3000px;
  max-height: 700px;
  object-fit: cover;
  margin: auto;
}
.top_hero_img {
  position: relative;
  display: flex;
  background-color: #ECECEC;
  z-index: 2;
  transition: .3s opacity linear;
}
.top_hero_img img {
  margin-left: auto;
  width: 66%;
  transition: .3s opacity linear;
}
.top_hero_img:hover {
  opacity: 0.6
}
.top_hero_txt_area {
  height: 100%;
  max-height: 700px;
  position: absolute;
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0 0 0 50px;
  z-index: 4;
  display: flex;
  align-items: center;
}
a .top_hero_txt {
  font-size: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.4rem;
  margin: 60px 0px 0px 0px;
  transition: .3s opacity linear;
}
a .top_hero_txt:hover {
  opacity: 0.6;
}
a:hover {
  text-decoration: none;
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
.top_copy {
  width: 60%;
  margin: 80px 0px 80px 0px;
  font-size: 2.2rem;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  line-height: 4.2rem;

}
.top_b_area {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: #ccc 1px solid;
  margin: 0px 0px 20px 0px;
}
.top_b {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-top: #ccc 1px solid;
   padding: 30px 5px 30px 5px;
  transition: .3s opacity linear;
}
.top_b_left {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top_b_right {
  flex: 0 0 50%;
}
.top_b_txt_l {
  font-size: 2.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.6rem;
  margin: 0px 2rem 10px 0px;
}
.top_b_txt_s {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.6rem;
  margin: 10px 2rem 0px 0px;
}
@media screen and (max-width:767px) {
  section {
    overflow: hidden;
    margin: 68px 0px 0px 0px;
    padding: 0px 0px 160px 0px;
  }
  .top_hero {
    position: relative;
    width: 100%;
  }
  .slider {
    width: 100%;
  }
  .top_hero_img {
    position: relative;
    overflow: visible;
    display: flex;
    z-index: 2;
    transition: .3s opacity linear;
  }
  .top_hero_img img {
    width: 100%;
    transition: .3s opacity linear;
  }
  .top_title_area {
    padding: 0 0 0 0px;
    position: absolute;
    bottom: -80px;
    width: 100%;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_title {
    font-family: "UniversNextPro-BoldCond";
    font-size: 3rem;
    line-height: 4.8rem;
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: center;
  }
  .hr_top_title {
    height: 1px;
    background-color: #000;
    border: none;
    color: #000;
    width: 200px
  }
  .top_hero_img {
    position: relative;
    overflow: visible;
    background-color: #f5f5f5;
    z-index: 2;
    transition: .3s opacity linear;
  }
  .top_hero_txt_area {
    position: absolute;
    top: auto;
    height: auto;
    bottom: -125px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 4;
  }
  a .top_hero_txt {
    font-size: 1.8rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 2.4rem;
    margin: 60px 0px 0px 0px;
    transition: .3s opacity linear;
  }
  a .top_hero_txt:hover {
    opacity: 0.6;
  }
  a:hover {
    text-decoration: none;
  }
  main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .top_copy {
    width: 80%;
    margin: 10px 0px 0px 0px;
    font-size: 2rem;
    font-family: "FP-ヒラギノ明朝 ProN W3";
    line-height: 3.6rem;

  }
  .top_b_area {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: #ccc 1px solid;
    margin: 50px 0px 20px 0px;
  }
  .top_b {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: #ccc 1px solid;
    padding: 30px 0px 30px 0px;
    transition: .3s opacity linear;
  }
  .top_b_left {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top_b_right {
    flex: 0 0 100%;
  }
  .top_b_txt_l {
    font-size: 2rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 2.4rem;
    margin: 0px 0px 0px 0px;
    text-align: center;
  }
  .top_b_txt_s {
    font-size: 1.6rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    line-height: 2.6rem;
    margin: 1.5rem 0px 1rem 0px;
  }
}