.c-feature {
  max-width: 1280px;
  min-width: 1000px;
  height: 900px;
  margin: 77px auto 0;
}

.c-feature__header {
  position: relative;
}
.c-feature__header-title {
  text-align: center;
}
.c-feature__header-title img {
  height: 44.5px;
}

.c-new_visitor__header-image-num {
  width: 158px;
  height: 154px;
  margin: 0 auto;
}

.c-feature-common__header-image-num {
  margin: 0 auto;
  width: 157px;
  height: auto;
}

.new_visitor .sp-c-common__header-number::before {
  content: "";
}

.c-feature__header-text {
  color: #ffffff;  
  line-height: 49px;
  font-size: 36px;
  font-weight: 600;
  padding-top: 45px;
  letter-spacing: 3px;
}
.c-feature__header-desc {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding-top: 18px;
  letter-spacing: 2px;
}
.c-feature__header-sticker {
  position: absolute;
  right: -20px;
  bottom: -26px;
}
.c-feature__header-sticker img {
  width: 206px;
}
.c-feature__features {
  margin-top: 40px;
  padding-top: 20px;
}
.c-feature__features-row {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.c-feature__features-item {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: max-content auto;
  gap: 0px 0px;
  grid-template-areas:
    "c-feature__features-item-img"
    "c-feature__features-item-desc";
  width: 200px;
  height: 200px;
  margin: 15px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  border-bottom-right-radius: 10px;
}
.c-feature__features-item-number {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}
.c-feature__features-item-number img {
  height: 30px;
}
.c-feature__features-item-img {
  position: relative;
}
.c-feature__features-item-img img {
  width: 100%;
  border-top-left-radius: 10px;
}
.c-feature__features-item-img .c-btnLink {
  top: auto;
  bottom: 3px;
  right: 50%;
  transform: translate(50%, 50%) rotate(90deg);
}
.c-feature__features-item-desc {
  grid-area: c-feature__features-item-desc;
  background-color: #ffffff;
  overflow: hidden;
  border-bottom-right-radius: 10px;
}
.c-feature__features-item-desc p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1px;
  padding-top: 19px;
}
.c-feature__features-item.is-sticker {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.c-feature__features-item.is-sticker img {
  width: 100%;
}



