html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #2E9568;
  text-decoration: none;
}

html, body {
  font-family: 'Montserrat', 'Kosugi Maru', sans-serif;
}
body {
  background: url(../img/bg.gif) no-repeat;
  background-size: cover;
}

header {
  margin: 30px 0 50px 0;
  display: block;
}
  header h1 {
    margin: 0 auto;
    text-align: center;
  }
  header img {
    width: 200px;
  }
    @media screen and (max-width: 896px) {
      header img {
        width: 250px;
      }
    }

main {
  margin-bottom: 100px;
  display: block;
}
  @media screen and (max-width: 896px) {
    main {
      margin: 0 20px;
    }
  }

footer {
  margin-bottom: 30px;
  font-size: 12px;
  text-align: center;
}

.pc {
  display: block;
}
  @media screen and (max-width: 896px) {
    .pc {
      display: none;
    }
  }
.sp {
  display: none;
}
  @media screen and (max-width: 896px) {
    .sp {
      display: block;
    }
  }

.catchy {
  margin-bottom: 10px;
  position: absolute;
  top: -10px;
}
  .catchy span {
    padding: 0 45px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #796A56;
    display: inline-block;
    position: relative;
  }
    .catchy span:before {
      content: '';
      width: 25px;
      height: 25px;
      border-top: 2px solid #796A56;
      -webkit-transform: rotate(60deg);
              transform: rotate(60deg);
      position: absolute;
      top: 3px;
      left: 0;
    }
    .catchy span:after {
      content: '';
      width: 25px;
      height: 25px;
      border-top: 2px solid #796A56;
      -webkit-transform: rotate(300deg);
              transform: rotate(300deg);
      position: absolute;
      top: 3px;
      right: 0;
    }
  .catchy i {
    color: #BA6582;
  }

.main {
  margin-bottom: 100px;
  text-align: center;
}
  @media screen and (max-width: 896px) {
    .main {
      margin-bottom: 50px;
    }
  }
  .main h2 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    line-height: 200%;
    letter-spacing: 1px;
    color: #BA6582;
    text-align: center;
  }
    @media screen and (max-width: 896px) {
      .main h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 180%;
      }
    }
  .main em {
    padding-bottom: 3px;
    border-bottom: 2px solid #796A56;
  }
    @media screen and (max-width: 896px) {
      .main em {
        padding-bottom: 0;
        border-bottom: none;
      }
    }
  .main p {
    margin-bottom: 30px;
    line-height: 180%;
    color: #796A56;
    text-align: center;
  }
  .main .name {
    line-height: 180%;
    color: #BA6582;
    position: relative;
    text-align: center;
    display: inline-block;
  }
    .main .name strong {
      padding-left: 10px;
      font-size: 20px;
    }
  .main .name:before, .main .name:after { 
    content:'';
    width: 6px;
    height: 100%;
    border-top: solid 2px #796A56;
    border-bottom: solid 2px #796A56;
    position: absolute;
    top: 0;
    display: inline-block;
  }
  .main .name:before {
    border-left: solid 2px #796A56;
    left: -30px;
  }
  .main .name:after {
    border-right: solid 2px #796A56;
    right: -30px;
  }

.about {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: table;
}
  @media screen and (max-width: 896px) {
    .about {
      width: auto;
      margin-bottom: 50px;
      display: block;
    }
  }
  .about .cell {
    width: 600px;
    padding-right: 50px;
    display: table-cell;
    vertical-align: top;
  }
    @media screen and (max-width: 896px) {
      .about .cell {
        width: auto;
        padding-right: 0;
        display: block;
      }
    }
  .about h2 {
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 2px;
    color: #FFFFFF;
    background-color: #BA6582;
    border-radius: 25px;
    text-align: center;
  }
  .about p {
    margin-bottom: 40px;
    line-height: 180%;
    color: #796A56;
  }
  .about .project {
    padding: 30px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 10px;
    position: relative;
  }
    @media screen and (max-width: 896px) {
      .about .project {
        margin-bottom: 40px;
      }
    }
    .about .project .catchy {
      right: 0;
    }
    @media screen and (max-width: 896px) {
      .about .project .catchy {
        left: 0;
      }
    }
    .about .project ul {
    }
      .about .project li {
        margin: 5px 0;
        padding-left: 30px;
        line-height: 160%;
        color: #796A56;
        position: relative;
      }
        @media screen and (max-width: 896px) {
          .about .project li {
            padding-left: 15px;
          }
        }
      .about .project li:before {
        content: '';
        width: 6px;
        height: 6px;
        margin-top: 8px;
        background-color: #BA6582;
        border-radius: 3px;
        position: absolute;
        top: 0;
        left: 15px;
      }
        @media screen and (max-width: 896px) {
          .about .project li:before {
            left: 0;
          }
        }
  .about .manager {
    width: 350px;
    display: table-cell;
    position: relative;
    vertical-align: top;
  }
    @media screen and (max-width: 896px) {
      .about .manager {
        width: auto;
        display: block;
      }
    }
    .about .manager .catchy {
      right: 0;
    }
      @media screen and (max-width: 896px) {
        .about .manager .catchy {
          left: 0;
        }
      }
    .about .manager table {
      width: 100%;
      border-radius: 10px;
    }
      .about .manager td {
        height: 100px;
        padding: 20px 20px 20px 155px;
        line-height: 160%;
        color: #796A56;
        background-color: rgba(186, 101, 130, 0.3);
        vertical-align: middle;
        position: relative;
      }
      .about .manager img {
        width: 100px;
        position: absolute;
        top: 20px;
        left: 30px;
      }
      .about .manager strong {
        font-size: 20px;
      }

      .about .manager tr:nth-child(1) td {
        border-radius: 10px 10px 0 0;
      }
      .about .manager tr:nth-child(3) td {
        border-radius: 0 0 10px 10px;
      }

.service {
  width: 1000px;
  margin: 0 auto 100px auto;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 475px);
  gap: 50px;
  grid-gap: 50px;
}
  @media screen and (max-width: 896px) {
    .service {
      width: auto;
      margin-bottom: 50px;
      display: block;
    }
  }
  .service section {
    position: relative;
  }
    @media screen and (max-width: 896px) {
      .service section {
        margin-bottom: 50px;
      }
    }
    .service .catchy {
      top: 0 !important;
      left: 0;
    }
      @media screen and (max-width: 896px) {
        .service .catchy {
          display: none;
        }
      }
    .service dfn {
      margin: 35px 0 25px 0;
      padding: 0 30px;
      font-size: 20px;
      font-weight: bold;
      line-height: 50px;
      color: #FFFFFF;
      letter-spacing: 2px;
      background-color: #BA6582;
      border-radius: 25px;
      display: block;
      text-align: center;
    }
    .service .mean {
      margin-bottom: 25px;
      font-size: 14px;
      font-weight: bold;
      color: #BA6582;
      text-align: center;
      position: relative;
      display: inline-block;
    }
      .service .mean:before, .service .mean:after { 
        content:'';
        width: 4px;
        height: 100%;
        border-top: solid 2px #796A56;
        border-bottom: solid 2px #796A56;
        position: absolute;
        top: -2px;
        display: inline-block;
      }
      .service .mean:before {
        border-left: solid 2px #796A56;
        left: -20px;
      }
      .service .mean:after {
        border-right: solid 2px #796A56;
        right: -20px;
      }
    .service p {
      margin: 0 15px 25px 15px;
      color: #796A56;
      line-height: 180%;
      text-align: left;
    }
    .service dl {
      margin: 0 15px 30px 15px;
      padding: 20px;
      background-color: rgba(255,255,255,0.3);
      border: 2px solid #796A56;
      border-radius: 10px;
      overflow: hidden;
    }
      .service dt {
        margin-bottom: 10px;
        font-weight: bold;
        color: #796A56;
      }
      .service dd {
        margin: 5px 15px;
        padding-left: 30px;
        line-height: 160%;
        color: #796A56;
        text-align: left;
        float: left;
        position: relative;
      }
        @media screen and (max-width: 896px) {
          .service dd {
            margin: 5px;
            padding-left: 15px;
            float: none;
          }
        }
      .service dd:before {
        content: '';
        width: 6px;
        height: 6px;
        margin-top: 8px;
        background-color: #BA6582;
        border-radius: 3px;
        position: absolute;
        top: 0;
        left: 15px;
      }
        @media screen and (max-width: 896px) {
          .service dd:before {
            left: 0;
          }
        }
    .service img {
      position: absolute;
    }
    .service .qr {
      height: 80px;
    }
      @media screen and (max-width: 896px) {
        .service .qr {
          height: auto;
        }
      }
      .service .qr li {
        position: relative;
      }
        .service .qr a {
          color: #796A56;
          display: inline-block;
          position: absolute;
        }
          @media screen and (max-width: 896px) {
            .service .qr a {
              margin: 15px;
              padding: 30px;
              color: #FFFFFF;
              background-color: #50A4AC;
              border-radius: 5px;
              display: block;
              position: static;
            }
          }
          .service .qr a:hover {
            color: #BA6582 !important;
            text-decoration: underline;
          }
        .service .qr b {
          font-size: 14px;
          font-weight: bold;
          line-height: 140%;
          position: relative;
        }
          .service .qr b:after {
            content: '';
            margin-top: -10px;
            border-top: 20px solid #BA6582;
            border-left: 20px solid transparent;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
          }
            @media screen and (max-width: 896px) {
              .service .qr b:after {
                display: none;
              }
            }
        .service .qr img {
          width: 75px;
          border: 1px solid #BA6582;
          vertical-align: bottom;
          position: absolute;
        }
        @media screen and (max-width: 896px) {
          .service .qr img {
            display: none;
          }
        }
    .service .qr01 {
    }
      .service .qr01 a {
        top: 20px;
        left: 215px;
      }
        .service .qr01 b:after {
          top: 50%;
          right: -30px;
        }

      .service .qr01 img {
        top: 0;
        right: 15px;
      }
    .service .qr02 {
    }
      .service .qr02 li:first-child a {
        top: 20px;
        left: 140px;
      }
        .service .qr02 li:first-child b:after {
          -webkit-transform: rotate(225deg);
                  transform: rotate(225deg);
          top: 50%;
          left: -30px;
        }
      .service .qr02 li:first-child img {
        top: 0;
        left: 15px;
      }
      .service .qr02 li:last-child a {
        top: 20px;
        right: 150px;
      }
        .service .qr02 li:last-child b:after {
          top: 50%;
          right: -30px;
        }
      .service .qr02 li:last-child img {
        top: 0;
        right: 15px;
      }
    .service .qr03 {
    }
      .service .qr03 a {
        text-align: left;
        top: 20px;
        left: 140px;
      }
        .service .qr03 b:after {
          -webkit-transform: rotate(225deg);
                  transform: rotate(225deg);
          top: 50%;
          left: -30px;
        }
      .service .qr03 img {
        top: 0;
        left: 15px;
      }
    .service .consult {
      margin-top: 30px;
      padding: 40px 30px;
      background-color: rgba(255,255,255,0.3);
      border: 2px solid #796A56;
      border-radius: 2px;
    }
      .service .consult h3 {
        margin-bottom: 30px;
      }
        .service .consult p {
          margin: 0 !important;
        }
        .service .consult span {
          padding: 0 5px 5px 5px;
          font-size: 20px;
          font-weight: bold;
          color: #796A56;
          letter-spacing: 2px;
          border-bottom: 2px solid #796A56;
          display: inline-block;
        }
        .service .consult i {
          color: #BA6582;
        }
      .service .consult hr {
        margin: 30px 0;
        border-top: 3px dotted #796A56;
      }
      .service .consult b {
        font-weight: bold;
      }
      .service .consult .img_space {
        padding-left: 100px;
      }

.s01 {
  width: 50px;
  -webkit-transform: rotate(320deg);
          transform: rotate(320deg);
  top: 40px;
  left: 30px;
}
  @media screen and (max-width: 896px) {
    .s01 {
      width: 30px;
      top: 10px;
      left: 20px;
    }
  }
.s02 {
  width: 100px;
  top: 250px;
  right: 30px;
}
  @media screen and (max-width: 896px) {
    .s02 {
      width: 60px;
      top: auto;
      bottom: 140px;
    }
  }
.s03 {
  width: 120px;
  -webkit-transform: rotate(350deg);
          transform: rotate(350deg);
  bottom: 0;
  left: 30px;
}
  @media screen and (max-width: 896px) {
    .s03 {
      display: none;
    }
  }
.s04 {
  width: 80px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  top: -30px;
  right: 30px;
}
  @media screen and (max-width: 896px) {
    .s04 {
      width: 50px;
      top: -10px;
      right: 5px;
    }
  }
.s05 {
  width: 80px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  bottom: 90px;
  right: 40px;
}
  @media screen and (max-width: 896px) {
    .s05 {
      width: 80px;
      bottom: 240px;
      right: 10px;
    }
  }
.s06 {
  width: 70px;
  top: 40px;
  left: 30px;
}
  @media screen and (max-width: 896px) {
    .s06 {
      width: 50px;
      top: 10px;
      left: 20px;
    }
  }
.s07 {
  width: 100px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  bottom: 10px;
  right: 40px;
}
  @media screen and (max-width: 896px) {
    .s07 {
      width: 60px;
      bottom: 20px;
      right: 10px;
    }
  }
.s08 {
  width: 100px;
  bottom: 0;
  left: 20px;
}
  @media screen and (max-width: 896px) {
    .s08 {
      width: 80px;
    }
  }

.supporter {
  width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background-color: rgba(186, 101, 130, 0.3);
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
  @media screen and (max-width: 896px) {
    .supporter {
      width: auto;
      margin-bottom: 50px;
    }
    .supporter .catchy {
      left: 0;
    }
  }
  .supporter p {
    width: 600px;
    color: #BA6582;
    line-height: 180%;
  }
    @media screen and (max-width: 896px) {
      .supporter p {
        width: auto;
      }
    }
  .supporter .mail {
    margin-top: 20px;
    font-weight: bold;
    color: #796A56;
  }
    @media screen and (max-width: 896px) {
      .supporter .mail {
        margin-bottom: 20px;
        font-size: 14px;
      }
    }
    .supporter .mail em {
      margin-right: 10px;
      color: #BA6582;
      display: inline-block;
    }
  .supporter img {
    width: 300px;
    position: absolute;
    top: 40px;
    right: 30px;
  }
    @media screen and (max-width: 896px) {
      .supporter img {
        width: 200px;
        margin: 0 auto;
        position: static;
        display: block;
      }
    }
