@charset "UTF-8";

.sp{ display:none !important; }
.logo { width: 87%; margin-bottom: 20px;}
section .inner{
  width: 960px;
  padding: 40px 0;
  margin: 0 auto;
}
h1{
  font-size: 45px;
  margin-bottom: 0;
}
.block--hero{
  padding: 20px 0 0;
}
.block--hero .inner{
position: relative;
}
.block--hero .block {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: -4vh;
  left: 31%;
}

.list--point,
.list--step{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list--point li {
  width: 320px;
  height: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  flex-flow: column nowrap;
  background: none;
  color: #000;
  line-height: 200%;
  position: relative;
}
.list--point li a,
.list--point li a *{
  transition: none;
}

.list--point li a{
  display: block;
  color: #000;
  text-decoration: none;
  transition: all .3s;
  padding: 20px;
  border-radius: 4px;
}
.list--point li a:hover{
  background: #000;
  transition: all .3s;
}
.list--point li a:hover p,
.list--point li a:hover .num,
.list--point li a:hover .fa::before{
  transition: all .3s;
  color: #fff;
}
.list--point li a .fa{ width: 100%; font-size: 50px; }
.list--point .tit{ font-size: 18px; font-weight: bold; }
.block--hero figure{ width: 32%; }
.scroll{ display: none; }
