@media only screen and (max-width: 767px) {
  #advantages .section-point {
    background-image: linear-gradient(90deg, #ffd200 0%, #ffae00 100%);
    padding: 4rem 4% 2rem;
  }
  #advantages .section-point header {
    padding-bottom: 3rem;
    text-align: center;
  }
  #advantages .section-point_en {
    font-size: 3.6rem;
    line-height: 1.1;
    color: #fff;
    display: block;
    font-weight: 500;
  }
  #advantages .section-point_ttl {
    font-size: 1.4rem;
  }
  #advantages .section-point_inner {
    text-align: left;
    overflow: hidden;
  }
  #advantages .section-point_inner .article-point {
    padding: 2.5rem 2.5rem 4.5rem;
    background: #fff;
    margin-bottom: 3rem;
    position: relative;
  }
  #advantages .section-point_inner .article-point span {
    font-size: 6rem;
    line-height: 1;
    position: absolute;
    right: 1rem;
    bottom: -.9rem;
    z-index: 1;
    font-weight: 500;
    color: #ffb200;
  }
  #advantages .section-point_inner .article-point span:before {
    content: "POINT.";
    font-size: 1rem;
    position: absolute;
    left: 0;
    bottom: 2.6rem;
    z-index: 2;
    color: #000;
    font-weight: 500;
  }
  #advantages .section-point_inner .article-point h3 {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 2rem;
  }
  #advantages .section-point_inner .article-point figure {
    line-height: 7rem;
    text-align: center;
    padding-bottom: 2rem;
  }
  #advantages .section-point_inner .article-point figure img {
    height: 6.5rem;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  #advantages .section-point {
    background-image: linear-gradient(90deg, #ffd200 0%, #ffae00 100%);
    padding: 15% 4% 10rem;
  }
  #advantages .section-point header {
    padding-bottom: 8rem;
    text-align: center;
  }
  #advantages .section-point_en {
    font-size: 6rem;
    line-height: 1.1;
    color: #fff;
    display: block;
    font-weight: 500;
  }
  #advantages .section-point_ttl {
    font-size: 1.6rem;
  }
  #advantages .section-point_inner {
    text-align: left;
    max-width: 124rem;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #advantages .section-point_inner .article-point {
    width: 30%;
    padding: 2.5rem 2.5rem 7rem;
    background: #fff;
    margin-bottom: 5rem;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #advantages .section-point_inner .article-point {
    width: 47%;
  }
}
@media only screen and (min-width: 768px) {
  #advantages .section-point_inner .article-point span {
    font-size: 6.4rem;
    line-height: 1;
    position: absolute;
    right: 1rem;
    bottom: -1rem;
    z-index: 1;
    font-weight: 500;
  }
  #advantages .section-point_inner .article-point span:before {
    content: "POINT.";
    font-size: 1rem;
    position: absolute;
    left: 0;
    bottom: 2.5rem;
    z-index: 2;
    color: #000;
    font-weight: 500;
  }
  #advantages .section-point_inner .article-point:nth-of-type(1) span {
    color: #ffc900;
  }
  #advantages .section-point_inner .article-point:nth-of-type(2) span {
    color: #ffbd00;
  }
  #advantages .section-point_inner .article-point:nth-of-type(3) span {
    color: #ffb200;
  }
  #advantages .section-point_inner .article-point:nth-of-type(4) span {
    color: #ffc900;
  }
  #advantages .section-point_inner .article-point:nth-of-type(5) span {
    color: #ffbd00;
  }
  #advantages .section-point_inner .article-point:nth-of-type(6) span {
    color: #ffb200;
  }
  #advantages .section-point_inner .article-point h3 {
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 2rem;
  }
  #advantages .section-point_inner .article-point figure {
    line-height: 7rem;
    text-align: center;
    padding-bottom: 2rem;
  }
  #advantages .section-point_inner .article-point figure img {
    height: 6.5rem;
    width: auto;
  }
}
