#feature {
  padding-top: 83px;
  padding-bottom: 85px;
  overflow-x: clip !important;
}

@media screen and (max-width: 999px) {
  #feature {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.feature__container {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .feature__container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.feature__itemsWrapper {
  margin-top: 33px;
}

@media screen and (max-width: 999px) {
  .feature__itemsWrapper {
    margin-top: 20px;
  }
}

.feature__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature__item {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .feature__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.feature__itemImage {
  width: 28.3%;
}

@media screen and (max-width: 999px) {
  .feature__itemImage {
    width: 100%;
  }
}

.feature__itemImage img {
  width: 100%;
}

.feature__itemText {
  margin-top: 5px;
  width: 67.3%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 999px) {
  .feature__itemText {
    width: 100%;
    margin-top: 20px;
    gap: 10px;
  }
}

.feature__itemHead {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  border-left: 4px solid #f3313b;
  background-color: #f7f7f7;
}

.feature__itemContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2.28571428571;
  text-align: left;
  color: #222;
}

.feature--individual {
  background-color: #f4f4f4;
  border-top: 10px solid transparent;
  border-image-source: linear-gradient(
    to left,
    #bde7cf 0%,
    #beddea 32.46%,
    #f0c1ca 79.59%,
    #f7dab8 100%,
    #fed8b5 100%
  );
  border-image-slice: 1;
  border-image-repeat: stretch;
}

.feature__itemHead--1 {
  border-color: #ffba83 !important;
}
.feature__itemHead--2 {
  border-color: #f296ca !important;
}
.feature__itemHead--3 {
  border-color: #8ee0b6 !important;
}

.feature--individual .sectionTitleEn {
  font-family: "Outfit" !important;
}

.feature--individual .sectionTitleJa h2 {
  font-family: "Noto Sans JP" !important;
}
