@charset "utf-8";
/* -----------------------------
ごあいさつ
--------------------------------*/
.greeting {
  position: relative;
}
.custom-shape-divider-top-1706898523 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-top-1706898523 svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 270px;
  transform: rotateY(180deg);
}
.custom-shape-divider-top-1706898523 .shape-fill {
  fill: #8bb6d2;
}
.greeting-wrapper {
  padding-top: 200px;
}
.greeting-subheading {
  position: relative;
}
.greeting-subheading::after {
  content: url(../images/all-page/section-heading.png);
  position: absolute;
  top: -20px;
  left: 36px;
}
.greeting-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 180px;
}
.greeting-text {
  width: 50%;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px 0 100px 20px;
}
.greeting-img {
  width: 30%;
  margin-bottom: 180px;
}
.custom-shape-divider-bottom-1706898856 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-1706898856 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 170px;
  transform: rotateY(180deg);
}
.custom-shape-divider-bottom-1706898856 .shape-fill {
  fill: #8bb6d2;
}

@media screen and (max-width: 767px) {
  .custom-shape-divider-top-1706898523 svg {
    height: 100px;
  }
  .greeting-wrapper {
    padding: 130px 20px 0 20px;
  }
  .greeting-subheading::after {
    top: -30px;
    left: -20px;
  }

  .greeting-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 120px;
  }
  .greeting-text {
    width: 100%;
    line-height: 1.6;
    padding-left: 20px;
  }
  .greeting-img {
    width: 70%;
    margin-bottom: 110px;
  }
  .custom-shape-divider-bottom-1706898856 svg {
    height: 100px;
  }
}

/* -----------------------------
会社概要
--------------------------------*/
.overview {
  background-image: url(../images/company/overview-bg.jpg);
  background-size: cover;
}
.overview-wrapper {
  max-width: 1120px;
  padding: 180px 40px 100px 40px;
  margin: 0 auto;
}
.overview-subheading {
  position: relative;
}
.overview-subheading::after {
  content: url(../images/all-page/section-heading.png);
  position: absolute;
  top: -20px;
  left: 15px;
}
.overview-inner {
  max-width: 1040px;
  background-color: #fff;
  border-radius: 20px;
  padding: 120px 40px 80px 40px;
  margin: 150px auto 0;
}
.overview-container {
  display: flex;
  border-bottom: 2px dotted #dad9d9;
  padding: 20px 0 20px 10px;
}
.overview-container-line {
  border-top: 2px dotted #dad9d9;
}
.overview-container dt {
  width: 20%;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .overview-wrapper {
    padding: 80px 20px 80px 20px;
  }
  .overview-subheading::after {
    top: -29px;
    left: -19px;
  }

  .overview-inner {
    padding: 60px 10px 30px 10px;
    margin: 150px auto 0;
  }
  .overview-container {
    padding: 10px 0 10px 5px;
    line-height: 1.4;
  }

  .overview-container dt {
    width: 20%;
    font-weight: 400;
  }
  .overview-container dd {
    width: 80%;
  }
}

/* -----------------------------
主要取引先
--------------------------------*/
.client-wrapper {
  max-width: 1200px;
  padding: 180px 20px;
  margin: 0 auto;
}
.client-subheading {
  position: relative;
}
.client-subheading::after {
  content: url(../images/all-page/section-heading.png);
  position: absolute;
  top: -23px;
  left: 35px;
}
.client-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  gap: 30px;
  margin-top: 130px;
}
.client-name {
  width: 312px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  box-shadow: 2px 2px 4px gray;
}
.no-order {
  font-size: 14px;
  text-align: right;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .client-wrapper {
    padding: 80px 20px;
    margin: 0 auto;
  }
  .client-subheading::after {
    content: url(../images/all-page/section-heading.png);
    position: absolute;
    top: -33px;
    left: -20px;
  }

  .no-order {
    font-size: 12px;
    text-align: right;
    margin-top: 30px;
  }
}
