/*--------------------
top
--------------------*/
#top .inner {
  width: 87.2%;
  max-width: 1000px;
  padding-top: 84px;
  padding-bottom: 168px;
}
#top h1 {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  #top .inner {
    padding-top: 112px;
    padding-bottom: 136px;
  }
  #top h1 {
    font-size: 1.75rem;
  }
}



/*--------------------
topic
--------------------*/
#topic .inner {
  width: 87.2%;
  max-width: 808px;
  padding-bottom: 123px;
}
#topic .inner > div:not(:first-child) {
  margin-top: 72px;
}
#topic h2 {
  text-align: left;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 34px;
  border-left: 4px solid #fff;
  margin-bottom: 30px;
}
#topic .button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 236px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 28px;
  background: url(../img/common/btn-arrow.svg) no-repeat;
  background-size: auto, cover;
  background-position: right 30px center, 0 0;
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  #topic h2 {
    font-size: 1.25rem;
  }
  #topic .inner > div:not(:first-child) {
    margin-top: 48px;
  }
}