section#osusume {
  /*background: url(../images/osusume_bg.png) no-repeat;*/
  padding-top: 250px;
  padding-bottom: 100px;
  /*background-size: 100%;*/
  position: relative;
}
section#osusume:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 3000px);
  background: url(../images/osusume_bg02.jpg) no-repeat center bottom / 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media (max-width: 768px) {
  section#osusume {
    padding-top: 130px;
    padding-bottom: 50px;
    background-size: cover;
  }
}
@media (max-width: 560px) {
  section#osusume {
    padding-top: 200px;
  }
}
@media (max-width: 460px) {
  section#osusume {
    padding-top: 180px;
  }
}
@media (max-width: 414px) {
  section#osusume {
    padding-top: 160px;
  }
}
section#osusume::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(0, #fff, transparent);
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media (max-width: 768px) {
  section#osusume::after {
    height: 50px;
  }
}

section#osusume .titleBox {
  position: relative;
  z-index: 2;
}
.osusumeContent {
  background: rgba(255,255,255,0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .osusumeContent {
    padding: 30px 20px;
    text-align: left;
  }
}
.osusumeContent ul {
  display: inline-block;
}
.osusumeContent ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.osusumeContent ul li:last-child {
  margin-bottom: 0px;
}
.osusumeContent ul li::before {
  content: "";
  display: block;
  width: 41px;
  height: 36px;
  background: url(../images/check-icon.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .osusumeContent ul li span {
    line-height: 2.6rem;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .osusumeContent ul li {
    font-size: 1.8rem;
  }
  .osusumeContent ul li span {
    line-height: 2.4rem;
    width: 100%;
  }
}