@charset "UTF-8";

* {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.header-left {
  width: 200px;
}

.header-left a {
  display: block;
}

.header-right {
  width: 259px;
}

.header-right >a {
  display: inline-block;
}

.header-right a:first-child {
  color: #000;
  text-decoration: none;
}

.header-right a:last-child {
  color: #fff;
  text-decoration: none;
  background-color: #021654;
  width: 144px;
  padding: 15px 0;
  text-align: center;
  margin-left: 28px;
}

.businessResults {
  background-color: #000023;
  padding: 100px 0;
}
.businessResults img {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.customerVoice {
  background-color: #000023;
  padding: 50px 0;
}
.customerVoice h2 {
  width: 90%;
  margin: 0 auto 60px;
}
.customerVoice h2:before, .customerVoice h2:after {
  border-top: 1px solid;
  content: "";
  width: 37%;
}

.voicesWrapper {
  width: 90%;
  margin: 0 auto;
}
.voicesWrapper ul li {
  list-style: none;
  margin-bottom: 50px;
  padding: 40px 50px;
  background-color: #e3e5e7;
}
.voicesWrapper ul li .cv-head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.voicesWrapper ul li .cv-head .cv-head_left {
  font-size: 26px;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 0.8em;
}
.voicesWrapper ul li .cv-head .cv-head_left::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #c69c6d;
}
.voicesWrapper ul li .cv-head .cv-head_center {
  flex: auto;
}
/* .voicesWrapper ul li .cv-head .cv-head_center .line {
  position: relative;
  top: calc(50% - 1px);
  margin: 0 10px;
  border: none;
  border-top: dotted 1px #231815;
} */
.voicesWrapper ul li .cv-head .cv-head_right {
  margin-left: 20px;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 600;
  font-family: sans-serif;
}
.voicesWrapper ul li .cv-body {
  text-align: justify;
  line-height: 1.7;
}

.contact {
  padding: 70px 20% 80px;
  background: #eff0ef;
}

.contact h3 {
  font-size: 36px;
  letter-spacing: 4px;
  margin: 0 0 50px;
  text-align: center;
  font-weight: 400;
  color: #000;
}

.contact a {
  display: block;
  width: 100%;
  margin: 0 0 23px;
}

footer {
  padding: 73px 0;
}

footer >a {
  display: block;
  width: 23%;
  max-width: 286px;
  margin: 0 auto;
}

.pc {
  display: block!important;
}
.sp {
  display: none!important;
}

@media only screen and (max-width:767px) {
  header {
    padding: 0 0 0 17px;
  }
  .header-left {
    width: 40%;
  }

  .header-right a:first-child {
    display: none;
    margin: 46px 0 0;
  }

  .header-right a:last-child {
    padding: 20px 0;
  }

  .header-right {
    width: auto;
  }

.businessResults {
  padding: 55px 0 40px;
}

   .customerVoice {
    padding: 10px 0;
  }
  .customerVoice h2 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .customerVoice h2:before, .customerVoice h2:after {
    width: 18%;
  }
  .voicesWrapper ul li {
    margin-bottom: 40px;
    padding: 25px 18px;
  }
  .voicesWrapper ul li .cv-head {
    margin-bottom: 15px;
    flex-direction: column;
    align-items: stretch;
  }
  .voicesWrapper ul li .cv-head .cv-head_left {
    font-size: 15px;
    letter-spacing: 0.2em;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .voicesWrapper ul li .cv-head .cv-head_center .line {
    margin: 0 10px 0 0;
  }
  .voicesWrapper ul li .cv-head .cv-head_right {
    letter-spacing: 0.05em;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
     margin-left: 0;
  }
  .voicesWrapper ul li .cv-body {
    font-size:12px;
  }
  .asset {
    padding: 0 4% 35px;
  }

  .asset h2 {
    font-size: 16px;
    margin: 0 0 23px;
    letter-spacing: 0;
  }
  .asset h2 br {
    display: none;
  }

  .asset .assetList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .asset .assetList .assetBox {
    width: 48%;
    margin: 0 0 10px;
  }

  .asset .assetList .assetBox .img {
    width: 48%;
    height: 70px;
  }

  .asset .assetList .assetBox p {
    background: #ffffff;
    font-size: 10px;
    height: 70px;
    line-height: 1.4;
  }

  .contact {
    padding: 35px 4% 35px;
  }

  .contact h3 {
    font-size: 17px;
    letter-spacing: 3px;
    margin: 0 0 25px;
  }

  .contact a {
    margin: 0 0 11px;
  }

  footer {
    padding: 16px 0;
  }

  footer >a {
    display: block;
    width: 37%;
    max-width: 286px;
    margin: 0 auto;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}
