@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

ul, ol {
  list-style-type: none;
}

h1, h2 {
  font-family: "Marcellus", serif;
  font-weight: 400;
}

nav.g_nav {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #fff;
}

.wrapper {
  background-image: url(../images/bg_stone.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

/* header */

header {
  padding: 18px 48px;
  background-color: #FFFBF5;
  background-image: url(../images/border.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  display: flex;
  justify-content: space-between;
  align-content: center;
  position: sticky;
  top: 0;

  h1 {
    line-height: 1;

    a {
      font-size: 2.4rem;
      color: #8a362e;
      text-decoration: none;
      text-transform: uppercase;

      span {
        font-size: 1.2rem;
        text-transform: capitalize;
        line-height: 1;
        display: block;
      }
    }
  }

  nav.g_nav {
    width: 60%;

    ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.5rem;

      li a {
        color: #000;
        font-weight: 500;
        text-decoration: none;
      }

      li.contact {
        background-color: #8a362e;
        border-radius: 10px;

        a {
          color: #fff;
          display: block;
          padding: 0.4em 1.5em 0.55em;
        }
      }
    }
  }

}

.main_image {
  background-color: rgba(255, 241, 213, 0.6);
  width: auto;
  margin-right: 30%;
  margin-top: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;

  h2 {
    font-size: min(4.5vw, 6rem);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    margin-left: 80px;

    span {
      font-family: "Noto Serif JP", serif;
      font-size: min(1.6vw, 2.4rem);
      display: block;
      color: #8a362e;
      text-align: center;
    }
  }

  p:first-child {
    width: 10em;
    font-family: "Noto Serif JP", serif;
    font-size: min(2.5vw, 3.2rem);
    font-weight: 700;
    text-align: right;
    padding-right: 1em;
    color: #8a362e;
  }

  p:last-child {
    margin-right: -20vw;
    margin-top: -50px;
    width: 45vw;
    padding-bottom: 10%;

    img {
      width: 100%;
      height: auto;
    }
  }
}

main {
  .top_comment {
    display: flex;
    padding: 40px 40px;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: -80px auto 0;

    >p {
      font-size: min(1.5vw, 1.6rem);
      width: 60%;
      line-height: 2;
      text-align: justify;
      padding-top: 3em;

    }

    div {
      width: 30%;
      aspect-ratio: 1 / 1;
      background-image: url(../images/nao_pic.png);
      background-position: center center;
      background-size: cover;
      font-family: "Marcellus", serif;
      font-weight: 400;
      font-size: 1.6rem;
      text-align: right;

      a {
        padding-top: 70%;
        color: #000;
        text-decoration: none;
        display: block;
        height: 50px;

        p {
          margin-left: auto;
          display: inline-block;
          text-align: left;
          padding-left: 10px;
          margin-top: 20%;
          border-left: 6px solid #8a362e;
          color: #8a362e;
        }

        p.btn {
          width: 100%;
          border: none;
          font-size: 2.4rem;
          padding: 10px 0;
          margin-top: 0;

          span {
            font-family: "Noto Serif JP", serif;
            font-size: 1.6rem;
            display: block;
            color: #8a362e;

            &::before {
              content: "";
              display: block;
              background-image: url(../images/arrow.png);
              height: 30px;
              background-repeat: no-repeat;
              background-size: contain;
              margin-top: -10px;
              margin-bottom: -15px;
            }
          }
        }
      }
    }
  }

  section {
    display: flex;
    justify-content: space-between;
    padding: 40px;

    &.top_mgn {
      margin-top: 50px;
    }

    &:nth-child(even) {
      flex-direction: row-reverse;
    }

    h2 {
      font-size: min(4.5vw, 6rem);
      text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
      margin-left: 80px;
    }

    &.insta {
      background-color: rgba(71, 159, 169, 0.3);
      margin-top: 80px;
      margin-bottom: 60px;
      height: 100px;
      padding: 40px 20px 20px;
      display: block;

      h2 {
        margin-top: -85px;
      }
    }

    figure {
      width: 40%;

      img {
        width: 100%;
        aspect-ratio: 1 / 0.8;
        object-fit: cover;
      }
    }

    article.txt {
      width: 55%;

      h2 {
        width: max-content;
        margin: 20px 0;
        line-height: 1;

        span.jap {
          font-family: "Noto Serif JP", serif;
          font-size: 3.2rem;
          display: block;
          color: #8a362e;
          text-align: right;
          font-size: min(2.5vw, 3.2rem);
          text-shadow: none;
          margin-top: 10px;
        }
      }

      p {
        font-size: 1.6rem;
        margin-top: 10%;
        width: 60%;
      }

      p.btn {
        width: 40%;
        margin-top: 10%;
        border: none;
        font-size: min(2vw, 2.4rem);
        padding: 10px 0;
        font-family: "Marcellus", serif;
        font-weight: 400;
        margin-left: auto;
        margin-right: 40px;

        a {
          color: #000;
          text-decoration: none;
          display: block;
          height: 50px;
        }

        span {
          font-family: "Noto Serif JP", serif;
          font-size: min(1vw, 2.4rem);
          display: block;
          color: #8a362e;

          &::before {
            content: "";
            display: block;
            background-image: url(../images/arrow.png);
            height: 30px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-top: -10px;
            margin-bottom: -15px;
          }
        }
      }
    }



    &.process {
      background-image: url(../images/process_bg.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: row;
      padding: 40px;
      font-size: 1.6rem;

      h2 {
        order: 2;
        margin-left: 0;
        margin-top: 20px;
      }

      p {
        order: 1;
        width: 50%;
        line-height: 2;
      }

      p.btn {
        order: 3;
        width: 20%;
        border: none;
        font-size: min(2vw, 2.4rem);
        padding: 10px 0;
        font-family: "Marcellus", serif;
        font-weight: 400;
        margin-left: auto;
        margin-right: 40px;
        line-height: 1.5;

        a {
          color: #000;
          text-decoration: none;
          display: block;
          height: 50px;
        }

        span {
          font-family: "Noto Serif JP", serif;
          font-size: min(1vw, 2.4rem);
          display: block;
          color: #8a362e;

          &::before {
            content: "";
            display: block;
            background-image: url(../images/arrow.png);
            height: 30px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-top: -10px;
            margin-bottom: -15px;
          }
        }
      }
    }

    &.conus {
      padding: 100px;
      align-items: center;
      background-image: url(../images/plant.png);
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 25%;
      flex-direction: row;

      article.txt {
        p {
          width: 100%;
        }

        p.btn {
          order: 3;
          width: 40%;
          border: none;
          font-size: min(2vw, 2.4rem);
          padding: 10px 0;
          font-family: "Marcellus", serif;
          font-weight: 400;
          margin-left: auto;
          margin-right: 40px;
          line-height: 1.5;

          a {
            color: #000;
            text-decoration: none;
            display: block;
            height: 50px;
          }

          span {
            font-family: "Noto Serif JP", serif;
            font-size: min(1vw, 2.4rem);
            display: block;
            color: #8a362e;

            &::before {
              content: "";
              display: block;
              background-image: url(../images/arrow.png);
              height: 30px;
              background-repeat: no-repeat;
              background-size: contain;
              margin-top: -10px;
              margin-bottom: -15px;
            }
          }
        }
      }
    }
  }
}

footer {
  background-color: #ddcec0;

  .opti {
    background-color: #d8d8d8;
    padding: 70px 140px;
    font-size: 1.6rem;

    .sub_aside {
      h3 {
        padding-left: 1.6rem;
        line-height: 1;
        border-left: 1.6rem solid #065907;
        margin-bottom: 10px;
        font-size: 1.6rem;
      }

      .local {
        border-top: 1px solid #794d23;
        line-height: 2;

        ul {
          display: flex;
          justify-content: flex-start;
          padding: 20px 10px;

          li {
            padding: 0 20px;
            border-right: 1px solid #794d23;
            line-height: 1;

            &:last-child {
              border-right: 0;
            }

            a {
              text-decoration: none;
              color: #794d23;
            }
          }
        }
      }
    }
  }

  .content {
    margin: 10px 80px;
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    padding-top: 20px;

    h2 {
      line-height: 1;

      a {
        font-size: 2.4rem;
        color: #8a362e;
        text-decoration: none;
        text-transform: uppercase;

        span {
          font-size: 1.2rem;
          text-transform: capitalize;
          line-height: 1;
          display: block;
        }
      }
    }

    p {
      text-align: center;
      font-size: 1rem;
      font-weight: bold;
    }

    .local_2 {
      width: 30%;

      ul {
        text-align: right;

        li {
          display: inline-block;
          margin-left: 40px;

          a {
            text-decoration: none;
            color: #8a362e;
          }
        }
      }
    }
  }

  hr {
    margin: 10px 80px;
    border: 0;
    height: 1px;
    background-color: #8a362e;
  }

  small {
    display: block;
    line-height: 40px;
    font-size: 1.2rem;
    text-align: center;
  }
}

.sidelink {
  position: fixed;
  right: 0;
  bottom: 20vh;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px 0 0 16px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);

  img {
    width: 48px;
    height: 48px;
  }
}

/* プロフィール */
.prof {
  .main_image {
    height: 300px;
    background-color: #DFA192;
    padding: 10px;
    margin-top: 40px;
    margin-right: 22vw;

    p {
      text-align: right;

      img {
        margin: 400px 100px 0 0;
        width: min(24vw, 50%);
        border: 8px solid #fff;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
      }
    }
  }

  .name {
    margin-top: 8%;
    font-size: min(1vw, 2.4rem);
    text-align: right;
    width: min(52vw, 56%);
    padding-right: 20px;
    box-sizing: border-box;
    color: #8a362e;

    span {
      font-family: "Marcellus", serif;
      font-weight: 400;

      &.muse {
        display: block;
        text-align: right;
        font-size: 2.8rem;
        line-height: 1;
      }
    }
  }

  section.blo {
    display: block;
    margin-top: 50px;
    font-size: 1.6rem;

    h3 {
      font-family: "Noto Serif JP", serif;
      text-align: center;
      color: #8a362e;
      line-height: 5;
    }

    p {
      width: 80%;
      margin: 0 auto;
      text-align: justify;
      line-height: 2;
    }

    ul {
      width: max-content;
      margin: 0 auto;
      list-style-type: circle;
      line-height: 2;
    }
  }
}

/* works */
.work {
  .main_image {
    height: 300px;
    background-color: #FFF1D5;
    padding: 10px;
    margin-top: 80px;
    margin-right: 30vw;

    h2 {
      text-align: center;
      margin-left: 0;
      margin-right: 100px;
    }

    p:last-child {
      margin-right: -20vw;
      margin-top: -20px;
      width: 30vw;
      padding-bottom: 10%;

      img {
        border: 8px solid #fff;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
      }
    }
  }

  .top_img2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/work_top1.jpg);
    background-size: cover;
    height: 500px;

    &.bzy {
      background-image: url(../images/work_top2.jpg);
    }

    &.coo {
      background-image: url(../images/work_top3.jpg);
    }

    section {
      display: block;
      background-color: rgba(255, 255, 255, 0.9);
      height: 300px;
      width: auto;

      h2 {
        font-size: min(4.5vw, 6rem);
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
        text-align: center;
        margin: 40px auto;
        width: max-content;

        span {
          font-family: "Noto Serif JP", serif;
          font-size: min(1.6vw, 2.4rem);
          display: block;
          color: #8a362e;
          text-align: center;
        }
      }

      p {
        text-align: justify;
        font-size: min(1.5vw, 1.6rem);
        width: 100%;
        margin: 0 auto;
      }
    }
  }

  .top_comm_2 {
    background-image: url(../images/Vector_01.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    height: 500px;
    background-size: 50%;
    padding-left: 45%;

    &.bzy {
      background-image: url(../images/Vector_02.png);
    }

    &.coo {
      background-image: url(../images/Vector_03.png);
    }

    p {
      font-size: min(1.5vw, 1.6rem);
      width: 70%;
      padding-top: 40%;
      line-height: 2.5;
    }
  }

  .samplelist {
    margin: 20px 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    p {
      font-size: min(1.5vw, 1.6rem);
      line-height: 2.5;
      width: 100%;
      margin-bottom: 20px;
    }

    figure {
      width: calc(50% - 20px);

      img {
        width: 100%;
        height: auto;
      }

      figcaption {
        font-size: min(1.5vw, 1.6rem);
        padding-bottom: 30px;
        line-height: 2;
        font-family: "Noto Sans JP", sans-serif;
        position: relative;

        &.japan::before {
          background-image: url(../images/japan.png);
        }

        &.bankok::before {
          background-image: url(../images/bank.png);
        }

        &::before {
          content: "";
          display: block;
          width: 60px;
          height: 60px;
          background-size: cover;
          position: absolute;
          top: -30px;
          right: 10px;
        }
      }
    }
  }

  .plantype {
    padding: 40px 5vw;

    ul {
      display: flex;
      justify-content: space-between;

      li {
        width: calc((100% / 3) - 15px);

        a {
          img {
            width: 100%;
            height: auto;
          }

          &:hover img {
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          }
        }

      }
    }

  }

  .link_parts {
    background-color: #ddcec0;
    padding: 40px 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    div {
      width: 40%;
    }

    div:last-child p.btn {
      margin-left: auto;
    }

    div img {
      width: 100%;
      height: auto;
    }

    p.btn {
      order: 3;
      width: 70%;
      border: none;
      font-size: min(2vw, 2.4rem);
      padding: 10px 0;
      font-family: "Marcellus", serif;
      font-weight: 400;

      line-height: 1.5;

      a {
        color: #000;
        text-decoration: none;
        display: block;
        height: 50px;
      }

      span {
        font-family: "Noto Serif JP", serif;
        font-size: min(1vw, 2.4rem);
        display: block;
        color: #8a362e;

        &::before {
          content: "";
          display: block;
          background-image: url(../images/arrow.png);
          height: 30px;
          background-repeat: no-repeat;
          background-size: contain;
          margin-top: -25px;
          margin-bottom: -9px;
        }
      }
    }
  }

  section.other {
    margin: 0 80px;
    flex-wrap: wrap;
    background-image: url(../images/event.png);
    background-size: 50%;
    background-position: right top 200px;
    background-repeat: no-repeat;
    flex-direction: row;

    /* -------------------------------------------------------ここからプラン */
    &.pll {
      background: none;
      padding-bottom: 0;

      h2 {
        color: #794d23;

        .jap {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 2rem;
          padding-left: 40px;
        }
      }

      p {
        padding-bottom: 0;
      }

      .p_os {
        width: 48%;

        section {
          display: block;
          padding: 0;
          border: 1px solid #dc143c;
          padding: 20px;
          background-color: #fff;

          h2 {
            font-size: 2.4rem;
            font-family: "Noto Sans JP", sans-serif;
            margin-top: 0;
          }

          ul {
            width: 100%;
            font-size: 1.2em;
            list-style-type: disc;

            li {
              margin-left: 2em;
            }
          }

        }

        h3 {
          margin-top: 20px;
          font-size: 1.6rem;
        }

        p {
          width: 100%;
          text-align: center;
          font-weight: bold;
          color: rgb(197, 8, 103);
        }
      }

      article {
        width: 48%;

        h3 {
          margin-bottom: 20px;
          font-size: 1.6rem;
        }

        p {
          width: 100%;
          line-height: 1.5;
          margin-bottom: 20px;
        }

        ul {
          list-style-type: disc;
          font-size: 1.6em;

          li {
            margin-top: 5px;
            margin-left: 1em;
          }
        }

        ol {
          list-style-type: decimal;
          font-size: 1.6em;

          li {
            margin-top: 10px;
            margin-left: 1em;
          }
        }
      }
    }

    /* -------------------------------------------------------プランここまで */
    h2 {
      width: 100%;
      margin: 40px 0;
      text-align: center;
    }

    p {
      width: 50%;
      font-size: min(1.5vw, 1.6rem);
      line-height: 2.5;
      padding-bottom: 250px;
    }
  }

  .seco {
    padding-top: 20px;
    figure {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      img {
        width: 100%;
      }

    }
  }
}

/* contact */
.contact {
  .head_title {
    padding: 40px;
    background-color: #d9d9d9;

    h2 {
      font-size: min(4.5vw, 6rem);
      text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
      text-align: center;

      span {
        font-family: "Noto Serif JP", serif;
        font-size: min(1.6vw, 2.4rem);
        display: block;
        color: #8a362e;
        text-align: center;
        text-shadow: none;
      }
    }

  }

  main {
    font-size: min(1.5vw, 1.6rem);
    padding: 20px 120px;

    >p {
      margin-top: 40px;
      margin-bottom: 80px;
    }

    form {
      article {
        width: 100%;
        margin: 0 auto;
      }

      h2 {
        font-family: "Noto Sans JP", sans-serif;
        text-shadow: none;
        font-size: min(1.5vw, 1.6rem);
        margin-top: 40px;
        margin-bottom: 10px;
        color: #8a362e;
      }

      p {
        padding-left: 2em;
        padding: 10px;
      }

      input {
        margin-right: 1em;
      }

      label {
        margin-right: 2em;
      }

      textarea {
        margin-top: 10px;
        width: 70%;
        height: 10em;
      }

      select {
        padding: 5px;
      }

      hr {
        margin: 10px 0 0;
        border: 0;
        height: 1px;
        background-color: #8a362e;
      }

      h2.subtitle {
        font-size: min(2vw, 2rem);
        margin-top: 20px;
        color: #794d23;
        font-weight: 500;
      }

      section {
        background-color: #fff;
        display: block;
        width: 60%;
        margin: 0 auto;

        h2 {
          margin-left: 0;

          span {
            color: #dc143c;
          }
        }

        input[type="text"] {
          padding: 5px;
          width: 50%;
        }

      }

      #hosoku {
        width: 100%;
      }

      .final {
        text-align: center;

        input[type="submit"] {
          padding: 5px;
        }
      }
    }

  }

}

@media screen and (max-width:768px) {

  .wrapper {
    width: 100%;
  }

  .g_nav {
    display: none;
  }

  .main_image {
    width: 100%;
    margin: 0;
    display: block;

    p:first-child {
      width: 100%;
      text-align: center;
      line-height: 3;

      br {
        display: none;
      }
    }

    p:last-child {
      margin: 0;
      padding-bottom: 0;
      width: 100%;
    }
  }

  main {
    .top_comment {
      margin-top: 0;
      padding: 0;
      display: block;

      >p {
        width: 100%;
        font-size: 1.6rem;
      }

      div {
        margin: 0 auto;
        width: 50%;
        background-size: 80%;
        background-repeat: no-repeat;

        a {
          padding-top: 50%;
        }
      }
    }

    section {
      display: block;
      padding-top: 20px;

      &:nth-child(2) {
        padding-top: 80px;
      }

      article.txt {
        width: 100%;

        h2 {
          width: 100%;
          text-align: center;
          font-size: min(10vw, 6rem);

          span.jap {
            font-size: min(5vw, 3.2rem);
          }
        }

        p {
          width: 100%;
        }

        p.btn {
          width: 60%;
          font-size: min(6vw, 3.2rem);

          span {
            font-size: min(4vw, 2.4rem);

            &::before {
              margin-top: -20px;
            }
          }
        }
      }

      figure {
        width: 100%;
      }

      &.conus {
        padding: 20px 40px;

        article.txt {
          p.btn {
            width: 60%;
            font-size: min(6vw, 3.2rem);

            span {
              font-size: min(4vw, 2.4rem);

              &::before {
                margin-top: -20px;
              }
            }
          }
        }
      }
    }
  }

  footer {
    .opti {
      padding: 10px;

      .sub_aside .local ul {
        display: block;

        li {
          line-height: 2;
          border-right: none;
          border-bottom: 1px solid #794d23;
        }
      }
    }

    .content {
      display: block;
      text-align: center;

      .local_2 {
        width: 100%;

        ul {
          margin-top: 20px;
          text-align: center;

          li {
            margin: 0 10px;
          }
        }
      }
    }
  }

  /* works */
  .work {
    .main_image {
      margin: 0;
      padding: 0;
      height: auto;

      h2 {
        width: 100%;
        text-align: center;
        font-size: min(10vw, 6rem);

        span.jap {
          font-size: min(5vw, 3.2rem);
        }
      }

      p:last-child {
        display: none;
      }
    }

    .top_img2 {
      height: auto;
      padding: 40px 0;

      section {
        width: 80%;
        height: auto;

        h2 {
          width: 100%;
          text-align: center;
          font-size: min(10vw, 6rem);
          margin: 25px auto;

          span {
            font-size: min(5vw, 3.2rem);
          }
        }

        p {
          width: 100%;
          font-size: 1.6rem;
        }
      }
    }

    .top_comm_2 {
      padding-left: 0;
      background: none;
      height: auto;

      p {
        margin: 0 auto;
        font-size: 1.6rem;
        padding-top: 20px;
        width: 80%;
      }

      &.coo, &.bzy {
        background: none;
      }
    }

    .samplelist {
      margin: 20px;

      p {
        font-size: 1.6rem;
      }

      figure {
        width: 100%;
      }
    }

    section.other {
      margin: 0 10%;
      padding: 0 0 100px;
      background-position: right bottom;

      h2 {
        width: 100%;
        text-align: center;
        font-size: min(10vw, 6rem);
        margin: 25px auto;

        span {
          font-size: min(5vw, 3.2rem);
        }
      }

      p {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 1.6rem;
      }

      &.pll {
        .p_os {
          width: 100%;
          margin-bottom: 20px;
        }

        article {
          width: 100%;
          margin-bottom: 20px;
        }
      }



    }
  }

  .prof {
    .main_image {
      margin: 0;
      padding: 1px;
      height: auto;

      h2 {
        width: 100%;
        text-align: center;
        font-size: min(10vw, 6rem);

        span.jap {
          font-size: min(5vw, 3.2rem);
        }
      }

      p:last-child {
        img {
          margin: 0 10px -100px;
          width: 40%;
        }
      }

      h2 {
        width: 100%;
        text-align: center;
        font-size: min(10vw, 6rem);
        margin: 25px auto;

        span {
          font-size: min(5vw, 3.2rem);
        }
      }
    }

    section.blo {
      margin-top: 0;

      ul {
        width: 100%;
      }

      p {
        width: 100%;
      }

      &:nth-child(2) {
        padding-top: 20px;
      }
    }

  }

  .contact {
    .head_title {
      padding: 20px 0;

      h2 {
        font-size: min(10vw, 6rem);

        span {
          font-size: min(5vw, 3.2rem);
        }
      }
    }

    main {
      padding: 20px;
      font-size: 1.6rem;

      >p {
        width: 100%;
        font-size: 1.6rem;
      }

      form {
        h2 {
          width: 100%;
          font-size: 1.6rem;

          &.subtitle {
            font-size: 2rem;
          }
        }

        p {
          padding: 0;
        }

        label {
          width: calc(80% - 2em);
          display: inline;
        }

        article {
          width: auto;
          line-height: 3;
        }

        section {
          width: 90%;
        }
      }
    }
  }
}