@charset "UTF-8";
/*point1*/
#paso .h3-gradient {
  display: inline;
  position: relative;
  margin-left: 100px;
}

#paso .h3-gradient::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 7px;
  opacity: 0.7;
}

#paso .h3-gradient-jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28px;
}

#paso .h3-gradient-en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 50px;
}

#paso #features-fig-01_01 .h3-gradient::after {
  background: linear-gradient(to right,
    #ccd3dc 0%,
    #c4bcab 100%);
}

#paso #features-fig-01_02 .h3-gradient::after {
  background: linear-gradient(to right,
    #b9c18d 0%,
    #c3cb9f 2%,
    #cfd2b4 32%,
    #d6d7c0 44%,
    #d9d9c5 55%,
    #d6d4c1 67%,
    #d0c8b5 79%,
    #ccbfad 85%,
    #c5b6a4 89%,
    #b39d8b 95%,
    #a28573 100%);
}

#paso #features-fig-01_03 .h3-gradient::after {
  background: linear-gradient(to right,
    #e5b5a2 0%,
    #e2b3a0 2%,
    #c0928c 30%,
    #998184 56%,
    #817780 75%,
    #545766 100%);
}

#paso #features-item1 figure {
  width: 95%;
  margin: 20px auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  gap: 10px;
}

#paso #features-item1 figure img {
  width: 80%;
  
}

#paso #features-item1 figcaption {
  width: 17%;
  font-size: 14px;
  margin-bottom: 20px;
}

/*point2*/
#paso .features-fig-02-wrap {
  width: 95%;
  margin: 0 auto;
}

#paso .features-fig-02 {
  width: 46%;
}

#paso .features-img-layer-container {
  display: block;
}

#paso .features-img-layer-container:hover {
  filter: brightness(65%);
}

#paso .features-img-base {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}

#paso .features-img-overlay {
  font-size: 16px;
  bottom: 1.8em;
  left: -1.2em;
  background: #fff;
  padding: .2em 1em;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #426599;
}

#paso .features-img-overlay span {
  font-size: 65%;
  display: inline-block;
  transform: scaleY(1.2);
  margin-right: .5em;
}

#paso .features-img-overlay::before {
  content: '';
  width: 1.2em;
  height: .7em;
  background: #aeb4c4;
  display: block;
  position: absolute;
  top: -.7em;
  left: 0;
  clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%);
}

#paso .features-fig-02 .features-fig-row {
  margin: 30px auto 0;
  justify-content: center;
  gap: 8%;
}

#paso .features-fig-02 .features-fig-sub {
  width: 36%;
  margin-bottom: 0;
}

#paso .features-fig-02 figcaption {
  text-align: center;
  font-size: 14px;
}

/*point3*/
#paso #features-fig-03_01 {
  width: 95%;
  margin: 30px auto;
}

/*メディアクエリ 768px以下*/
@media (max-width:768px) {
  /*point1*/
  #paso .h3-gradient {
    margin-left: 0;
  }

  #paso .h3-gradient::after {
    bottom: -6px;
    height: 4px;
  }

  #paso .h3-gradient-jp {
    font-size: 14px;
  }

  #paso .h3-gradient-en {
    font-size: 20px;
  }

  #paso #features-item1 figure {
    width: 95%;
    margin: 20px auto;
  }

  #paso #features-item1 figure img {
    width: 100%;
    
  }

  #paso #features-item1 figcaption {
    width: 100%;
    font-size: 10px;
  }

  /*point2*/
  #paso #features-item2 .features-fig-row {
    justify-content: center;
  }

  #paso .features-fig-02-wrap {
    gap: 30px;
  }

  #paso .features-fig-02 {
    width: 95%;
  }

  #paso .features-img-overlay {
    font-size: 12px;
  }

  #paso .features-fig-02 figcaption {
    font-size: 12px;
  }


}




