.welfare_system {
  padding: 6.1197916667vw 0 2.4739583333vw;
}
.welfare_system_heading {
  margin-bottom: 5.078125vw;
  font-size: 1.5625vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.6em;
}
.welfare_system_list {
  display: flex;
  flex-wrap: wrap;
}
.welfare_system_item {
  width: 36.4583333333vw;
  margin-right: 2.6041666667vw;
  margin-bottom: 5.2083333333vw;
}
.welfare_system_image {
  margin-bottom: 1.953125vw;
}
.welfare_system_title {
  margin-bottom: 1.3020833333vw;
  color: #2ddcad;
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 1.6em;
}
.welfare_system_text {
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.6em;
}

.welfare_other {
  margin-bottom: -4.296875vw;
  padding: 7.03125vw 0 9.1145833333vw;
  background-color: #f7faf9;
}
.welfare_other_heading {
  margin-bottom: 2.9947916667vw;
  color: #2ddcad;
  font-size: 1.5625vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.6em;
}
.welfare_other_list {
  display: flex;
  justify-content: center;
}
.welfare_other_item {
  width: 13.0208333333vw;
  margin-right: 6.5104166667vw;
}
.welfare_other_item:last-child {
  margin-right: 0;
}
.welfare_other_image {
  width: 13.0208333333vw;
  height: 13.0208333333vw;
  margin-bottom: 1.8229166667vw;
  background-color: #fff;
  border-radius: 100%;
  line-height: 0;
}
.welfare_other_text {
  font-size: 1.3020833333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.6em;
}

img {
  max-width: 100%;
  width: 100%;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .welfare_system_item:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .welfare_system {
    padding: 10.6666666667vw 0;
  }
  .welfare_system_heading {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
  .welfare_system_list {
    display: block;
  }
  .welfare_system_item {
    width: 100%;
    margin: 0 0 10.6666666667vw;
  }
  .welfare_system_item:last-child {
    margin-bottom: 0;
  }
  .welfare_system_image {
    margin-bottom: 4vw;
  }
  .welfare_system_title {
    font-size: 4.8vw;
  }
  .welfare_system_text {
    font-size: 3.7333333333vw;
  }
  .welfare_other {
    margin-bottom: 0;
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
  .welfare_other_heading {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
  .welfare_other_list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .welfare_other_item {
    width: calc(50vw - 10.6666666667vw);
    margin-right: 5.3333333333vw;
    margin-bottom: 8vw;
  }
  .welfare_other_item:nth-child(even) {
    margin-right: 0;
  }
  .welfare_other_image {
    width: calc(50vw - 10.6666666667vw);
    height: calc(50vw - 10.6666666667vw);
    margin-bottom: 4vw;
  }
  .welfare_other_text {
    font-size: 4.2666666667vw;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}