@charset 'UTF-8';
/* Scss Document */
/*#inHeader {
  background-image: url(../img/user/headerBg.jpg);
}*/

.wrapgNav,
.h_02,
.h_12:after,
.h_13,
.blogArea01 .blogDay,
.btn02:hover,
.pagetop a:hover,
.btn04 {
  background-color: #5f5f5f;
}
.wrapgNav {
  background-color: #fff;
}
.pagetop a {
  background-color: #000;
}

.h_03,
.h_04,
.h_05,
.h_07:before,
.h_07:after,
.h_08,
.h_10,
.h_14,
.h_14:beofre {
  border-color: #5f5f5f;
}

.btn03 {
  border-color: #5f5f5f;
}

.h_13:after {
  border-top-color: #5f5f5f;
}

.h_04,
.h_05,
.h_07,
.h_08,
.h_10,
.h_12,
.h_14,
.newsArea02 .blogBox dt,
.blogArea02 .blogDay,
.btn03 {
  color: #5f5f5f;
}

header {
  background-color: #f0f0f0;
  margin-bottom: 0;
}

.gNav li a,
.h_02,
.h_13,
.copyright,
.blogArea01 .blogDay {
  color: #1e1e1e;
}

.h_11 {
  color: #fff;
}

.gNavList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.gNav li {
  float: none;
  margin-left: 1em;
  box-sizing: border-box;
}
.gNav li a {
  color: #000;
}

.gNav li a {
  border-color: #adadad;
  border: none;
  box-sizing: border-box;
  padding: 5px 0.5em;
  font-size: min(4.5vw, 14px);
}

.gNav li:hover {
  border-bottom: 2px solid #999;
  transition: 0.5s;
  border-color: #adadad;
}

.yokoNav {
  background-color: #f0f0f0;
}

.imgArea01 {
  background-color: #f0f0f0;
  padding: 50px 30px 100px;
}

.copyright {
  background-color: #fff;
}

.contactBox01 .contactBtn {
  background-color: #999;
  border-radius: 2rem;
}

.contactBox01 .contactBtn p {
  color: #fff;
}

.contactBox01 .contactBtn p img {
  width: 2rem;
  height: 2rem;
}

.contactBox02 .contactBtn a:after {
  color: #a67f4c;
}

.contactBox02 .contactBtn p.ttl {
  color: #969696;
}

.contactBox02 .contactBtn p {
  color: #a67f4c;
}

.contactBox03 .contactBtn {
  background-color: #f7f5f3;
}

#main {
  padding-top: 80px;
}

/* ここから追記 */
body {
  font-family: "Zen Kaku Gothic New", system-ui;
}

/* aboutArea */
.aboutArea {
  .aboutBox {
    padding: 100px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    .left {
      width: calc(53% - 70px);
      h2 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 0;
        img {
          width: 100%;
          max-width: 264px;
        }
      }
      p {
        color: #1e1e1e;
        font-size: min(4.5vw, 14px);
        line-height: 2.2;
        padding-bottom: 30px;
      }
      .topBtn01 {
        text-align: left;
        img {
          max-width: 254px;
        }
      }
    }
    .right {
      width: 47%;
    }
  }
}

/* businessArea */
.businessArea {
  background-color: #c8c8c8;
  .businessBox {
    text-align: center;
    padding: 100px 20px;
    h2 {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 30px;
      margin-bottom: 0;
      text-align: center;
      img {
        width: 100%;
        max-width: 470px;
      }
    }
    ul {
      padding-bottom: 30px;
      li {
        position: relative;
        padding-left: 20px;
        padding-bottom: 10px;
        text-align: left;
        color: #1e1e1e;
        font-size: min(4.5vw, 14px);
        &::before {
          content: "●";
          position: absolute;
          top: 0;
          left: 0;
          }
        }
      }
    .topBtn02 {
      img {
        width: 100%;
        max-width: 290px;
      }
    }
  }
}

.footer01 {
  background-color: #1e1e1e;
  .fNav {
    padding-top: 30px;
    a {
      color: #fff;
      padding: 0 20px;
    }
  }
  .f_logo {
    padding-bottom: 50px;
    img {
      max-width: 226px;
    }
  }
}

.content {
  padding: 0 10px;
  h2 {
    font-size: min(4.5vw, 20px);
    margin-bottom: 10px;
    line-height: 40px;
    letter-spacing: 0;
  }
}

/* Companyページ */
.infoArea {
  .philosophyBox {
    padding: 50px 20px 100px;
    p {
      color: #1e1e1e;
      font-size: min(4.5vw, 14px);
      font-weight: bold;
      line-height: 2.2;
      text-align: center;
      word-break: auto-phrase;
    }
  }
  .infoBox {
    padding: 30px 20px 50px;
    dl {
      display: flex;
      & + dl {
        margin-top: 2px;
      }
      dt {
        width: 30%;
        margin-right: 2px;
        padding: 20px;
        text-align: left;
        background-color: #f0f0f0;
      }
      dd {
        width: 70%;
        padding: 20px;
        background-color: #f9f9f9;
        text-align: left;
        &.teikan p {
          position: relative;
          padding-left: 16px;
          &::before {
          content: "・";
          position: absolute;
          top: 0;
          left: 0;
          }
        }
      }
    }
  }
}

/* About Usページ */
.yuji {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}

.descAbout {
  padding: 30px 20px 0;
  .item01 {
    padding-bottom: 50px;
    h2 {
      margin: 0 auto 30px;
      padding: 5px 0;
      border-radius: 25px;
      width: 180px;
      font-size: min(6.5vw, 28px);
      text-align: center;
      line-height: 40px;
      letter-spacing: 0.1em;
      color: #fff;
      background-color: #313caf;
      border: none;
    }
    .name {
      text-align: right;
      font-weight: bold;
      span {
        font-size: min(4.5vw, 30px);
        padding-left: 16px;
      }
    }
  }
  .item02 {
    padding-bottom: 30px;
    h2 {
      margin: 0 auto 30px;
      padding: 5px 0;
      border-radius: 25px;
      width: 180px;
      font-size: min(6.5vw, 28px);
      letter-spacing: 0.1em;
      color: #fff;
      background-color: #313caf;
    }
    .txt {
      padding: 20px 10px;
      background-color: #898989;
      .en {
        padding-bottom: 5px;
        font-size: min(4.5vw, 28px);
        font-weight: bold;
        word-break: auto-phrase;
        text-align: center;
        color: #fff;
      }
      .ja {
        font-family: "Noto Serif JP", serif;
        font-size: min(3.2vw, 20px);
        letter-spacing: 0.22em;
        font-weight: bold;
        text-align: center;
        color: #fff;
      }
    }
  }
  .item03 {
    dt {
      font-size: min(4.5vw, 20px);
      font-weight: bold;
      padding: 10px 20px;
      text-align: left;
    }
    dd {
      padding: 10px 30px 30px;
      text-align: left;
    }
  }
}

/* Our Businessページ */
.descBusiness {
  padding: 30px 20px 0;
  .item {
    padding-bottom: 50px;
    h2 {
      position: relative;
      padding-left: 54px;
      padding-right: 30px;
      &::before {
        position: absolute;
        top: 0;
        left: 20px;
      }
      .item01 &::before {
        content: "A：";
      }
      .item02 &::before {
        content: "B：";
      }
      .item03 &::before {
        content: "C：";
      }
      .item04 &::before {
        content: "D：";
      }
      .item05 &::before {
        content: "E：";
      }
    }
    p,
    ul {
      padding: 0 20px;
      text-align: left;
    }
    li {
      position: relative;
      padding-bottom: 20px;
      &::before {
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }
  .item01 p {
    font-size: min(4.2vw, 18px);
  }
}

.item02 {
  li {
    padding-left: 26px;
    &::before {
      width: 36px;
      left: -10px!important;
      text-align: right;
    }
    :first-of-type&::before {
    content: "Ⅰ：";
    }
    :nth-of-type(2)&::before {
    content: "Ⅱ：";
    }
    :nth-of-type(3)&::before {
    content: "Ⅲ：";
    }
    :nth-of-type(4)&::before {
    content: "Ⅳ：";
    }
    :nth-of-type(5)&::before {
    content: "Ⅴ：";
    }
    :nth-of-type(6)&::before {
    content: "Ⅵ：";
    }
    :nth-of-type(7)&::before {
    content: "Ⅶ：";
    }
    :nth-of-type(8)&::before {
    content: "Ⅷ：";
    }
    :nth-of-type(9)&::before {
    content: "Ⅸ：";
    }
    :nth-of-type(10)&::before {
    content: "Ⅹ：";
    }
  }
}
.item03 {
  li {
    padding-left: 18px;
    &::before {
    content: "・";
    }
    span {
      font-weight: bold;
    }
  }
}
.item04 {
  li {
    padding-left: 18px;
    &::before {
    content: "・";
    }
  }
}
.item05 {
  li {
    padding-left: 24px;
    :first-of-type&::before {
    content: "a：";
    }
    :nth-of-type(2)&::before {
    content: "b：";
    }
    :nth-of-type(3)&::before {
    content: "c：";
    }
    :nth-of-type(4)&::before {
    content: "d：";
    }
  }
}

@media screen and (max-width: 767px) {
  header {
    display: block;
    background-color: #f0f0f0;
  }
  header nav {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 0;
    border-top: 1px solid #ccc;
  }
  header .header_lg {
    width: 80%;
    max-width: 300px;
    padding: 0 20px;
  }
  #inHeader {
    min-height: 80px;
    background-image: none;
    border-bottom: none;
  }

  #toggle a {
    background-color: #5f5f5f;
  }
  .gNav li {
    margin-left: 0;
  }
  .gNav li:hover {
    border-bottom: none;
  }
  .gNav li a {
    line-height: 2.5;
    border-bottom: 1px dashed #797979;
    background-color: #666;
    color: #fff;
  }

  /* ここから追記 */
  .imgArea01 {
    padding: 0;
  }
  .aboutArea {
    .aboutBox {
      padding: 50px 20px;
      flex-direction: column;
      .left {
        width: 100%;
        margin-bottom: 30px;
        p {
          padding-bottom: 10px;
        }
      }
      .right {
        width: 100%;
      }
    }
  }
  .businessArea {
    .businessBox {
      padding: 50px 20px;
      ul {
        padding-bottom: 10px;
      }
      .topBtn02 {
        text-align: left;
      }
    }
  }

  /* Companyページ */
  .infoArea {
    .infoBox {
      dl {
        flex-direction: column;
        dt {
          width: 100%;
        }
        dd {
          width: 100%;
        }
      }
    }
  }
}
  /* Our Businessページ */
  .descBusiness {
    & .item {
      & h2 {
        line-height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        &::before {
          top: 5px;
        }
      }
    }
  }


/* contact */
/* Multi-Step Forms 文字数制限対応の調整等 */
.explanation {
  margin-bottom: 50px;
}
.countTxt {
  display: block;
  width: 100%;
}
dl div dd {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .explanation {
    text-align: left;
    margin-bottom: 30px;
  }
}
