@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

a {
  transition: 0.2s;
}
a:hover {
  transition: 0.2s;
  opacity: 0.7;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: 100;
  margin: 0;
}

ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.l-main {
  background-color: #00AB73;
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  .l-main {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    padding: 40px 0;
  }
}

.point-header {
  position: relative;
  width: calc(100% - 80px);
  max-width: 850px;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .point-header {
    text-align: center;
    width: calc(100% - 50px);
  }
}
.point-header__title {
  font-size: 70px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 1rem;
}
.point-header__title small {
  display: block;
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .point-header__title {
    font-size: calc(52px + 18 * (100vw - 768px) / 256);
  }
  .point-header__title small {
    font-size: calc(30px + 10 * (100vw - 768px) / 256);
  }
}
@media screen and (max-width: 767px) {
  .point-header__title {
    text-align: center;
    font-size: calc(30px + 22 * (100vw - 320px) / 448);
  }
  .point-header__title small {
    font-size: calc(16px + 24 * (100vw - 320px) / 448);
  }
}
.point-header__lead {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .point-header__lead {
    text-align: center;
    font-size: calc(16px + 6 * (100vw - 320px) / 448);
  }
}
.point-header__obj {
  position: absolute;
  top: 10px;
  left: 550px;
  width: 390px;
}
@media screen and (min-width: 1300px) {
  .point-header__obj {
    width: 410px;
  }
}
@media screen and (max-width: 1024px) {
  .point-header__obj {
    left: auto;
    right: -7vw;
    width: 50%;
    top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .point-header__obj {
    position: relative;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 300px;
  }
}

.point-section {
  position: relative;
  z-index: 10;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .point-section {
    margin-bottom: 60px;
  }
}
.point-section__title {
  width: calc(100% - 80px);
  max-width: 850px;
  margin: auto;
  position: relative;
  z-index: 10;
}
.point-section__lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .point-section__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}

.card-rank {
  position: relative;
}
.card-rank:before, .card-rank:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 1335px;
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
          clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
  position: absolute;
  top: -120px;
}
@media screen and (max-width: 1024px) {
  .card-rank:before, .card-rank:after {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
            clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    top: -80px;
    height: 150%;
    height: 135%;
  }
}
@media screen and (max-width: 767px) {
  .card-rank:before, .card-rank:after {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
    top: -70px;
  }
}
.card-rank:before {
  background-color: #fff;
}
.card-rank:after {
  content: "";
  background-image: radial-gradient(#F2F2F2 20%, transparent 24%), radial-gradient(#F2F2F2 20%, transparent 24%);
  background-size: 24px 24px;
  background-position: 0 0, 12px 12px;
  background-repeat: repeat;
}
.card-rank__lead {
  width: calc(100% - 80px);
  max-width: 720px;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .card-rank__lead {
    margin: 1rem auto;
  }
}
.card-rank__lead em {
  font-style: normal;
  color: #00AB73;
}
.card-rank__img {
  width: calc(100% - 80px);
  max-width: 920px;
  margin: auto;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .card-info {
    margin-bottom: 30px;
  }
}
.card-info__inner {
  width: calc(100% - 80px);
  max-width: 740px;
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .card-info__inner {
    flex-direction: column;
    margin: 1rem auto;
  }
}
.card-info__lead {
  color: #fff;
}
.card-info__img {
  max-width: 220px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .card-info__img {
    margin: 2rem auto 0;
  }
}
.card-info__btn {
  display: block;
  max-width: 280px;
  background: url("../img/card-info_link.svg") no-repeat right bottom;
  color: #fff;
  text-decoration: none;
  margin-top: 2em;
}

.point-notes {
  font-size: 33px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .point-notes {
    margin: 2rem auto 0;
    font-size: calc(24px + 9 * (100vw - 768px) / 256);
  }
}
@media screen and (max-width: 767px) {
  .point-notes {
    margin: 2rem auto 0;
    font-size: calc(18px + 6 * (100vw - 320px) / 448);
  }
}

.u-br__pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-br__pc {
    display: none;
  }
}
.u-br__tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-br__tb {
    display: block;
  }
}
.u-br__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br__sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */