.container-inner-txt strong {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 1024px) {
    .container-inner-txt strong {
      font-size: 2.4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-inner-txt strong {
      font-size: 1.8rem;
      margin-bottom: 0; } }

.article-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
  background: rgba(164, 141, 15, 0.05);
  padding: 3vw; }
  @media only screen and (max-width: 1024px) {
    .article-about {
      display: block;
      padding: 3rem;
      margin-bottom: 4.5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .article-about {
      padding: 2.5rem 1.5rem;
      margin-bottom: 1px; } }

  .article-about:nth-of-type(2n) {
    flex-direction: row-reverse; }
    .article-about:nth-of-type(2n) .article-about-fig {
      margin-right: 0; }
      @media only screen and (max-width: 1024px) {
        .article-about:nth-of-type(2n) .article-about-fig {
          float: right; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .article-about:nth-of-type(2n) .article-about-fig {
      float: none; } }

  .article-about:nth-of-type(2n+1) .article-about-fig {
    margin-left: 0; }
    @media only screen and (max-width: 767px) {
      .article-about:nth-of-type(2n+1) .article-about-fig {
        margin-left: auto; } }
  .article-about-fig {
    width: 40rem;
    flex-shrink: 0;
    margin: 0 3rem; }
    @media only screen and (max-width: 1024px) {
      .article-about-fig {
        width: 24rem;
        float: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .article-about-fig {
      width: 100%;
      float: none;
      margin: 0 auto; } }

  .article-about-ttl {
    font-size: 2.8rem;
    line-height: 1.3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1rem .5rem 2rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #a48d0f; }
    @media only screen and (max-width: 1024px) {
      .article-about-ttl {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 767px) {
      .article-about-ttl {
        font-size: 1.8rem;
        text-align: center;
        padding: 2rem 0 1.5rem; } }
  .article-about-inner {
    font-size: 1.5rem;
    padding: 0 .5rem; }
    .article-about-inner p {
      line-height: 2; }
    @media only screen and (max-width: 767px) {
      .article-about-inner {
        font-size: 1.3rem;
        padding: 0; } }

.dl-support {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .dl-support div {
    width: calc(100% / 3 - 3rem);
    margin: 1.5rem;
    border-radius: .3rem;
    background: rgba(164, 141, 15, 0.1);
    padding: 2rem;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 1024px) {
      .dl-support div {
        width: calc(50% - 3rem); } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .dl-support div {
      width: calc(100% - 2rem);
      margin: 0 1rem 1rem;
      padding: 1.5rem; } }

    .dl-support div dt {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 2rem;
      line-height: 1.2;
      text-align: center;
      font-weight: 400;
      padding-bottom: 2rem;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .dl-support div dt {
          font-size: 1.7rem; } }
      .dl-support div dt span {
        color: #a48d0f;
        font-size: 4.6rem;
        font-weight: 700;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          .dl-support div dt span {
            font-size: 4rem; } }
    .dl-support div dd {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .dl-support div dd p {
        font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
        letter-spacing: .1rem;
        font-size: 1.5rem;
        line-height: 1.8;
        margin-bottom: auto; }
        @media only screen and (max-width: 767px) {
          .dl-support div dd p {
            font-size: 1.2rem; } }
      .dl-support div dd a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 4rem;
        font-size: 1.5rem;
        position: relative;
        flex-shrink: 0;
        background: #003366;
        color: #fff;
        margin-top: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .dl-support div dd a {
            font-size: 1.3rem; } }
        .dl-support div dd a span {
          font-size: 2rem;
          position: absolute;
          right: 1rem;
          top: 50%;
          color: #a48d0f;
          font-weight: 300;
          margin-top: -.5em; }

.bnr-pelmember {
  width: 100%;
  max-width: 80rem;
  height: 24rem;
  margin: 8rem auto;
  position: relative;
  background: #a48d0f;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  outline: 0.5rem solid #a48d0f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .bnr-pelmember {
      width: 80%;
      margin: 4rem auto; } }
  .bnr-pelmember:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3; }
  .bnr-pelmember:hover {
    outline-color: rgba(164, 141, 15, 0.5); }
    .bnr-pelmember:hover span {
      position: relative;
      right: -1rem; }
  .bnr-pelmember > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .bnr-pelmember-fig {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 30%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.15; }
  .bnr-pelmember-ttl {
    font-size: 2.8rem;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .bnr-pelmember-ttl {
        font-size: 2rem; } }
  .bnr-pelmember-inner {
    width: 100%;
    padding: 3.5rem;
    text-align: center; }
    .bnr-pelmember-inner span {
      font-size: 2rem; }
      @media only screen and (max-width: 767px) {
        .bnr-pelmember-inner span {
          position: absolute;
          right: 1rem;
          top: 50%;
          margin-top: -1em;
          line-height: 2; } }
    .bnr-pelmember-inner p {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
      letter-spacing: .1rem; }
      @media only screen and (max-width: 767px) {
        .bnr-pelmember-inner p {
          font-size: 1.2rem; } }
