.process {
  margin-bottom: 150px;
}

.inventory {
  margin-top: 0;
}

.inventory__list {
  margin-top: 30px;
}

.structure {
  margin-top: 160px;
}

.structure h2 {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight: 500;
  font-size: 3.5rem;
  color: #B8012E;
  margin-bottom: 30px;
}

.structure__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: calc(100% - 340px);
  width: 100%;
  margin: auto;
}

.structure__list:not(:last-of-type) {
  margin-bottom: 50px;
}

.structure__list__child {
  max-width: calc(50% - 80px);
  width: 100%;
}

.structure__list__child h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
	margin-bottom: 10px;
}

.structure__list__child ul {
  list-style: none;
	padding-left: 0;
}

.structure__list__child ul li {
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 400;
padding-left: 1em;
	text-indent: -1em;
}

.structure__list__child p {
  margin: 0;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.structure__list figure {
  max-width: calc(50% + 80px);
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .structure__list {
    max-width: calc(100% - 170px);
  }
}

@media screen and (max-width: 1023px) {
.top-title .first-child {
    height: 0;
}
	.process {
    margin-bottom: 70px;
  }
  .inventory.inventory--steel-processing .inventory__list {
    transform: translateX(0);
  }
  .inventory .inventory__list .inventory__list__child {
    max-width: 100%;
  }
  .structure {
    margin-top: 70px;
  }
  .structure__list {
    max-width: calc(100% - 60px);
    flex-flow: column wrap;
  }
  .structure__list__child {
    max-width: 100%;
  }
  .structure__list figure {
    max-width: 100%;
  }
}