.point-unit h2 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media all and (max-width: 620px) {
  .point-unit {
    padding: 0 10px;
  }
}
.point-unit ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
  margin-bottom: 50px;
}
@media all and (max-width: 750px) {
  .point-unit ul {
    grid-template-columns: 1fr;
    gap: 40px 10px;
  }
}
.point-unit .img-unit {
  line-height: 0;
}
.point-unit .img-unit img {
  width: 100%;
  height: auto;
}
.point-unit .point-inner {
  padding: 0 10px;
  position: relative;
  top: -30px;
}
@media all and (max-width: 980px) {
  .point-unit .point-inner {
    padding: 0 10px;
  }
}
.point-unit .text-unit {
  background: #F4F4F4;
  padding: 30px 10px;
}
@media all and (max-width: 980px) {
  .point-unit .text-unit {
    padding: 20px 10px;
  }
}
.point-unit .text-unit p {
  margin: 0;
  letter-spacing: 0.03em;
  text-align: justify;
}
.point-unit .text-unit .point {
  text-align: center;
  margin-bottom: 15px;
}
.point-unit .text-unit h3 {
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.4;
}
@media all and (max-width: 750px) {
  .point-unit .text-unit h3 {
    letter-spacing: 0.03em;
  }
}
.point-unit .text-unit .p5 {
  margin: 34px 0;
}
.point-unit .h-block .text-unit {
  min-height: 320px;
}
@media all and (max-width: 620px) {
  .point-unit .h-block .text-unit {
    min-height: 100%;
  }
}

.concept-unit {
  margin-bottom: 140px;
}
.concept-unit .img-unit {
  position: relative;
  margin-bottom: 60px;
}
.concept-unit .img-unit img {
  width: 100%;
  height: auto;
}
.concept-unit .img-unit h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  writing-mode: vertical-rl;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #fff;
}
@media all and (max-width: 620px) {
  .concept-unit .img-unit h2 {
    top: 50px;
    left: 10px;
  }
}
@media all and (max-width: 620px) {
  .concept-unit .img-unit .pc {
    display: none;
  }
}
.concept-unit .img-unit .sp {
  display: none;
}
@media all and (max-width: 620px) {
  .concept-unit .img-unit .sp {
    display: block;
  }
}
@media all and (max-width: 620px) {
  .concept-unit .text-unit {
    padding: 0 10px;
  }
}
.concept-unit .text-unit p {
  margin-bottom: 30px;
}
.concept-unit .text-unit p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 620px) {
  .concept-unit .text-unit p {
    text-align: justify;
  }
}
@media all and (max-width: 620px) {
  .concept-unit .text-unit p br {
    display: none;
  }
}

@media all and (max-width: 620px) {
  .inner {
    padding: 0;
  }
}