/* --------------------------------------------------
		style page customers
-------------------------------------------------- */
@font-face {
  font-family: "YuMincho", "Yu Mincho", serif;
  src: url("../font/yumin.ttf");
}
.w-100 {
  width: 100%;
  height: auto;
}
.p-customers .l-container {
  margin: 0 160px;
  max-width: 100%;
  position: relative;
}
.p-customers .c-title {
  margin-bottom: 62px;
}
.p-customers .c-title h3 {
  font-family: "Spectral", serif;
  font-size: 64px;
  line-height: 80px;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.p-customers .c-title p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.p-customers__main {
  position: relative;
}
.p-customers__main__box {
  position: relative;
  margin-bottom: 53px;
}
.p-customers__main__box h3 {
  font-family: "YuMincho", "Yu Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.p-customers__main__box h3 span {
  letter-spacing: 8px;
  font-size: 48px;
  line-height: 56px;
}
.p-customers__main__box__image {
  margin-bottom: 155px;
}
.p-customers__main__case {
  margin-top: 9px;
}
.p-customers__main__case__box {
  padding: 85px 0 46px;
  border-top: 1px solid #888888;
  margin-right: -61px;
}
.p-customers__main__case__box + .p-customers__main__case__box {
  border-bottom: 1px solid #888888;
}
.p-customers__main__case__box-row {
  margin-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-customers__main__case__box-row:last-child {
  margin-bottom: 0;
}
.p-customers__main__case__box-col-text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 475px;
}
.p-customers__main__case__box-col-text .market {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 12px;
  /* line-height: 60px; */
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
.p-customers__main__case__box-col-text .address {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "YuMincho", "Yu Mincho", serif;
  margin-bottom: 9px;
}
.p-customers__main__case__box-col-text .post {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "YuMincho", "Yu Mincho", serif;
  margin-bottom: 6px;
}
.p-customers__main__case__box-col-text .title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: 0.05em;
}
.p-customers__main__case__box-col-text .name {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-customers__main__case__box-col-text .name span {
  font-size: 20px;
  padding-left: 21px;
}
.p-customers__main__case__box-col-text .desc {
  margin-top: 19px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 18px;
}
.p-customers__main__case__box-col-text .site-link{
  margin-top: 48px;
}
.p-customers__main__case__box-col-text .site-link .site{
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 14.5px;
}
.p-customers__main__case__box-col-text .site-link ul{
  display: flex;
  gap: 14.5px;
}
.p-customers__main__case__box-col-image {
  -webkit-box-flex: 38.8%;
      -ms-flex: 38.8%;
          flex: 38.8%;
  /* max-width: 38.8%; */
  max-width: 546px;
}
.p-customers .p-contact {
  padding-top: 180px;
}

@media (max-width: 1371px) {
}
@media (max-width: 1237px) {
}
@media (max-width: 1199px) {
  .p-customers__main__case__box-col-text {
    -webkit-box-flex: 59%;
        -ms-flex: 59%;
            flex: 59%;
    max-width: 59%;
  }
}
@media (max-width: 991px) {
  .p-customers .l-container {
    margin: 0 64px;
  }
}
@media (max-width: 917px) {
}
@media (max-width: 767px) {
  .p-customers .c-top-mv__title h2 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0 !important;
    padding-bottom: 11px;
  }
  .p-customers .c-top-mv__title p {
    padding-left: calc(100% - 247px);
    font-size: 14px;
    line-height: 16px;
  }
  .p-customers .c-top-mv__title p::after {
    width: calc(100% - 261px);
  }
  .p-customers .p-contact {
    padding-top: 90px;
  }
  .p-customers .l-container {
    margin: 0 24px;
  }
  .p-customers__main__box h3 {
    gap: 9px;
  }
  .p-customers__main__box h3 span {
    font-size: 32px;
    line-height: 40px;
  }
  .p-customers__main__box {
    margin-bottom: 27px;
  }
  .p-customers__main__case {
    margin-top: -40px;
  }
  .p-customers .c-title {
    margin-bottom: 64px;
  }
  .p-customers .c-title h3 {
    font-size: 48px;
    line-height: 73px;
  }
  .p-customers .c-title p {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    margin-top: -10px;
  }
  .p-customers__main__case__box {
    padding: 47px 0 0;
    margin-right: 0;
  }
  .p-customers__main__case__box-col-text {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .p-customers__main__case__box-col-text .market {
    margin-bottom: 23px;
  }
  .p-customers__main__case__box-col-text .address {
    margin-bottom: 3px;
  }
  .p-customers__main__case__box-col-text .title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 29px;
  }
  .p-customers__main__case__box-col-text .name {
    font-size: 24px;
    line-height: 1.2;
  }
  .p-customers__main__case__box-col-text .name span {
    font-size: 14px;
    padding-left: 0;
  }
  .p-customers__main__case__box-col-text .desc {
    white-space: nowrap;
    margin-top: 12px;
    line-height: 18px;
  }
  .p-customers__main__case__box-col-image {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .p-customers__main__case__box-col-text .site-link .site{
    font-size: 12px;
  }
  .p-customers__main__case__box-col-text .site-link .icon{
    width: 29px;
    display: flex;
    gap: 14.5px;
  }
  .p-customers__main__case__box-col-text .market {
    margin-top: 0px;
  }
  .p-customers .p-contact {
    padding-top: 90px;
  }
}
.p-customers .c-title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-family: "YuMincho", "Yu Mincho", serif;
}

/* --------------------------------------------------
		style page customers
-------------------------------------------------- */