@charset "UTF-8";
#haismart {
  position: relative;
  padding-bottom: 0;
}
#haismart .kv {
  width: 100%;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#haismart .kv picture {
  width: 100%;
  display: block;
}
#haismart .kv_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: end;
  justify-items: center;
  position: absolute;
  width: 94%;
  height: auto;
  max-height: calc(100% - 5vh);
  margin: 0 auto;
  bottom: 0;
  left: 6%;
}
@media screen and (max-width: 1160px) {
  #haismart .kv_inner {
    width: 99%;
    left: 0.5%;
  }
}
@media screen and (max-width: 860px) {
  #haismart .kv_inner {
    height: 100%;
    max-height: calc(100% - 3vh);
    align-items: start;
  }
}
@media screen and (max-width: 480px) {
  #haismart .kv_inner {
    grid-template-columns: 1.2fr 1fr;
  }
}
#haismart .kv_ttl {
  color: #004ea2;
  font-size: clamp(18px, 3.4vw, 48px);
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.8);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 1.4rem;
  text-align: left;
  margin: 0 auto 2vw 0;
}
@media screen and (max-width: 1060px) {
  #haismart .kv_ttl {
    letter-spacing: 0.8rem;
  }
}
@media screen and (max-width: 770px) {
  #haismart .kv_ttl {
    letter-spacing: 0.2rem;
    padding-top: 12%;
  }
}
@media screen and (max-width: 480px) {
  #haismart .kv_ttl {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #haismart .kv_ttl img {
    padding: 10px;
  }
}
#haismart .kv .dl-top {
  width: 100%;
  max-width: 400px;
  margin: 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 770px) {
  #haismart .kv .dl-top {
    display: none;
  }
}
#haismart .kv .dl-top .logo {
  max-width: 300px;
  margin-bottom: 2vw;
}
#haismart .kv .dl-top .dlbox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#haismart .kv .dl-top .dlbox_inner {
  width: 100%;
  max-width: 300px;
  margin: 0;
}
@media screen and (max-width: 1160px) {
  #haismart .kv .dl-top .dlbox_inner {
    max-width: 200px;
  }
}
#haismart .kv .dl-top .dlbox p {
  font-size: clamp(12px, 1.6vw, 20px);
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1160px) {
  #haismart .kv .dl-top .dlbox p {
    margin-bottom: 10px;
  }
}
#haismart .kv .dl-top .dlbox a {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1160px) {
  #haismart .kv .dl-top .dlbox a {
    margin-bottom: 10px;
  }
}
#haismart .kv-sp {
  display: none;
}
@media screen and (max-width: 770px) {
  #haismart .kv-sp {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 15px;
  }
}
#haismart .kv-sp p {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto 10px;
}
#haismart .kv-sp p.logo {
  max-width: 200px;
}
#haismart .kv-sp_inner {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
#haismart .kv-sp_inner a {
  padding: 5px;
}
#haismart .about {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 770px) {
  #haismart .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#haismart .about .aboutbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 770px) {
  #haismart .about .aboutbox {
    flex-direction: column;
    padding: 40px 0;
  }
}
#haismart .about .aboutbox_img {
  width: 48%;
}
@media screen and (max-width: 770px) {
  #haismart .about .aboutbox_img {
    width: 100%;
    margin: 0 auto;
  }
}
#haismart .about .aboutbox_img img {
  border-radius: 10px;
}
#haismart .about .aboutbox_txt {
  width: 48%;
}
@media screen and (max-width: 770px) {
  #haismart .about .aboutbox_txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
#haismart .about .aboutbox_txt h2 {
  margin-bottom: 30px;
  text-align: left;
}
#haismart .about .aboutbox_txt p {
  line-height: 2;
  letter-spacing: 2px;
  text-align: left;
}
#haismart .guide {
  background-color: #efefef;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 770px) {
  #haismart .guide {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#haismart .guide .pnav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
}
#haismart .guide .pnav li {
  padding: 0 40px;
  text-align: center;
  border-right: 1px solid #716f64;
}
#haismart .guide .pnav li:first-child {
  border-left: 1px solid #716f64;
}
#haismart .guide .pnav li img {
  margin: 0 auto 10px;
  max-width: 86px;
}
#haismart .guide .pnav li p {
  color: #000;
  font-size: 12px;
  letter-spacing: 3px;
}
#haismart .guide_inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 770px) {
  #haismart .guide_inner {
    padding: 30px 20px;
  }
}
#haismart .guide_inner.mb {
  margin-bottom: 60px;
}
@media screen and (max-width: 770px) {
  #haismart .guide_inner.mb {
    margin-bottom: 40px;
  }
}
#haismart .guide_inner h3 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 770px) {
  #haismart .guide_inner h3 {
    margin-bottom: 40px;
  }
}
#haismart .guide_inner h3 img {
  max-width: 136px;
}
#haismart .guide_inner h3 span {
  display: block;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 700;
  letter-spacing: 0.6rem;
  margin-top: 20px;
}
#haismart .guide_inner .numbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 770px) {
  #haismart .guide_inner .numbox {
    flex-direction: column;
  }
}
#haismart .guide_inner .numbox li {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
@media screen and (max-width: 770px) {
  #haismart .guide_inner .numbox li {
    width: 100%;
  }
}
#haismart .guide_inner .numbox li .num_img {
  width: 100%;
  position: relative;
}
#haismart .guide_inner .numbox li .num_img img {
  border-radius: 10px;
}
#haismart .guide_inner .numbox li .num_img .num {
  font-family: "Anton", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(60px, 7vw, 78px);
  font-weight: 900;
  letter-spacing: 0.5rem;
  line-height: 1;
  text-align: left;
  position: absolute;
  left: 15px;
  bottom: -5px;
}
#haismart .guide_inner .numbox li .num_txt {
  width: 84%;
  margin: 40px auto 0;
}
#haismart .guide_inner .numbox li .num_txt h4 {
  text-align: center;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 700;
  margin-bottom: 20px;
}
#haismart .guide_inner .numbox li .num_txt p {
  text-align: left;
  line-height: 1.8;
}
#haismart .guide_inner .btn {
  max-width: 460px;
  margin: 40px auto 0;
}
#haismart .before.one {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 770px) {
  #haismart .before.one {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
#haismart .before.two {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 770px) {
  #haismart .before.two {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
#haismart .before .ttl-jp {
  margin: 0 auto 30px;
}
#haismart .before .read {
  text-align: center;
  font-size: clamp(14px, 1.6vw, 16px);
  margin-bottom: 60px;
}
#haismart .before .items {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 770px) {
  #haismart .before .items {
    flex-direction: column;
  }
}
#haismart .before .items li {
  padding: 40px;
  background-color: #efefef;
  border-radius: 20px;
}
@media screen and (max-width: 770px) {
  #haismart .before .items li {
    padding: 20px;
  }
}
#haismart .before .items li.item2 {
  width: calc(50% - 30px);
}
@media screen and (max-width: 770px) {
  #haismart .before .items li.item2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
#haismart .before .items li.item3 {
  width: calc(33.3333333333% - 30px);
  position: relative;
}
@media screen and (max-width: 770px) {
  #haismart .before .items li.item3 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#haismart .before .items li .item2_inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 770px) {
  #haismart .before .items li .item2_inner {
    width: 100%;
  }
}
#haismart .before .items li h3 {
  color: #fff;
  background-color: #004ea2;
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px, 1.8vw, 22px);
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 770px) {
  #haismart .before .items li h3 {
    margin: 0 auto 20px;
  }
}
#haismart .before .items li h4 {
  text-align: left;
  font-size: clamp(16px, 1.8vw, 18px);
}
#haismart .before .items li .mb {
  margin-bottom: 40px;
}
#haismart .before .items li.item3 + li.item3:before {
  content: "";
  position: absolute;
  top: 55%;
  left: -32px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 26.89px solid #004ea2;
  border-right: 0;
}
@media screen and (max-width: 770px) {
  #haismart .before .items li.item3 + li.item3:before {
    top: -5.8vw;
    left: 50%;
    transform: translate(-50%, 0);
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 18.89px solid #004ea2;
    border-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */