.single {
  padding: 200px 0;
  font-size: var(--font-size-default);
}

.single-inner {
  width: 1200px;
  margin: 0 auto;
}

.single .head {
  margin-bottom: 66px;
  color: var(--main-color-green);

  .title-en {
    font-size: var(--font-size-headline-h2-en);
    font-family: var(--font-family-en);
    letter-spacing: 0.08rem;
    font-weight: 400;
    color: var(--main-color-green);
    margin-bottom: 12px;
  }

  .head .title-ja {
    display: flex;
    align-items: center;
    column-gap: 24px;
    color: var(--main-color-green);
  }

  .head .title-line {
    width: 90px;
    border-bottom: 1px solid var(--main-color-green);
    display: block;
  }
}

.content-wrapper {
  margin-bottom: 120px;

  .single-content {
    margin-top: 40px;
    p:not(:last-of-type) {
      margin-bottom: 1.5em;
    }
  }
}
