.bg_gray {
  background: #F7F7F8;
}

.others-intro {
  padding: 9.6rem 2rem;
}
@media screen and (max-width: 767px) {
  .others-intro {
    padding: 6.4rem 2rem;
  }
}
.others-intro__desc {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .others-intro__desc {
    font-size: 1.3rem;
  }
}

.others-industrial {
  padding: 0 2rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .others-industrial {
    padding: 0 2rem 6.4rem;
  }
}
.others-industrial__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8rem;
}
@media screen and (max-width: 767px) {
  .others-industrial__list {
    margin-left: 0;
    margin-top: -4rem;
  }
}
.others-industrial__item {
  width: calc(50% - 8rem);
  margin-left: 8rem;
}
@media screen and (max-width: 767px) {
  .others-industrial__item {
    width: 100%;
    margin-left: 0;
    margin-top: 4rem;
  }
}
.others-industrial__item-ttl {
  line-height: 1;
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .others-industrial__item-ttl {
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
.others-industrial__item-desc {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .others-industrial__item-desc {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}
.others-industrial__item-disc li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  padding-left: 1.2rem;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .others-industrial__item-disc li {
    font-size: 1.3rem;
    line-height: 2;
    padding-left: 1rem;
  }
}
.others-industrial__item-disc li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  position: absolute;
  left: 0;
  top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .others-industrial__item-disc li:before {
    width: 0.3rem;
    height: 0.3rem;
    top: 1.2rem;
  }
}

.others-startup {
  padding: 9.6rem 2rem 12.4rem;
}
@media screen and (max-width: 767px) {
  .others-startup {
    padding: 6.4rem 2rem;
  }
}
.others-startup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8rem;
  margin-top: -8rem;
}
@media screen and (max-width: 767px) {
  .others-startup__list {
    margin-left: 0;
    margin-top: -4rem;
  }
}
.others-startup__item {
  width: calc(50% - 8rem);
  margin-left: 8rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .others-startup__item {
    width: 100%;
    margin-left: 0;
    margin-top: 4rem;
  }
}
.others-startup__item-thum {
  background: #fff;
  aspect-ratio: 560/335;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .others-startup__item-thum {
    aspect-ratio: 335/200;
  }
}
.others-startup__item-thum .logo01 {
  width: 35.4rem;
}
@media screen and (max-width: 767px) {
  .others-startup__item-thum .logo01 {
    width: 21.8rem;
  }
}
.others-startup__item-thum .logo02 {
  width: 18.7rem;
}
@media screen and (max-width: 767px) {
  .others-startup__item-thum .logo02 {
    width: 12.5rem;
  }
}
.others-startup__item-thum .logo03 {
  width: 28.7rem;
}
@media screen and (max-width: 767px) {
  .others-startup__item-thum .logo03 {
    width: 19.3rem;
  }
}
.others-startup__item-thum .logo04 {
  width: 20.6rem;
}
@media screen and (max-width: 767px) {
  .others-startup__item-thum .logo04 {
    width: 14.6rem;
  }
}
.others-startup__item-ttl {
  line-height: 1;
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .others-startup__item-ttl {
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
.others-startup__item-desc {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .others-startup__item-desc {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}
.others-startup__item-disc li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  padding-left: 1.2rem;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .others-startup__item-disc li {
    font-size: 1.3rem;
    line-height: 2;
    padding-left: 1rem;
  }
}
.others-startup__item-disc li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  position: absolute;
  left: 0;
  top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .others-startup__item-disc li:before {
    width: 0.3rem;
    height: 0.3rem;
    top: 1.2rem;
  }
}
.others-startup__item01 {
  width: 100%;
}
.others-startup__item01 .others-startup__item-thum {
  aspect-ratio: 1198/162;
}
@media screen and (max-width: 767px) {
  .others-startup__item01 .others-startup__item-thum {
    aspect-ratio: 335/90;
  }
}

.others-cosmetics {
  padding: 9.6rem 2rem 8rem;
}
@media screen and (max-width: 767px) {
  .others-cosmetics {
    padding: 6.4rem 2rem;
  }
}
.others-cosmetics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8rem;
}
@media screen and (max-width: 767px) {
  .others-cosmetics__list {
    margin-left: 0;
    margin-top: -4rem;
  }
}
.others-cosmetics__item {
  width: calc(50% - 8rem);
  margin-left: 8rem;
}
@media screen and (max-width: 767px) {
  .others-cosmetics__item {
    width: 100%;
    margin-left: 0;
    margin-top: 4rem;
  }
}
.others-cosmetics__desc {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 4.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .others-cosmetics__desc {
    font-size: 1.3rem;
    margin-top: 3.2rem;
    margin-bottom: 2rem;
  }
}
.others-cosmetics__disc li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  padding-left: 1.2rem;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .others-cosmetics__disc li {
    font-size: 1.3rem;
    line-height: 2;
    padding-left: 1rem;
  }
}
.others-cosmetics__disc li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  position: absolute;
  left: 0;
  top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .others-cosmetics__disc li:before {
    width: 0.3rem;
    height: 0.3rem;
    top: 1.2rem;
  }
}

.others-offshore {
  padding: 9.6rem 2rem 10.5rem;
}
@media screen and (max-width: 767px) {
  .others-offshore {
    padding: 6.4rem 2rem 10.5rem;
  }
}
.others-offshore__desc {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 4.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .others-offshore__desc {
    font-size: 1.3rem;
    margin-top: 3.2rem;
    margin-bottom: 2rem;
  }
}
.others-offshore__disc li {
  font-size: 1.6rem;
  line-height: 2.25;
  padding-left: 1.2rem;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .others-offshore__disc li {
    font-size: 1.3rem;
    line-height: 2;
    padding-left: 1rem;
  }
}
.others-offshore__disc li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  position: absolute;
  left: 0;
  top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .others-offshore__disc li:before {
    width: 0.3rem;
    height: 0.3rem;
    top: 1.2rem;
  }
}