@charset "UTF-8";

/* ============================ about us ページ ============================ */
.first-view-area {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(135deg, rgba(245, 206, 19, 0.5), rgba(217, 217, 217, 0.4));
  padding: 11px 10px;
}

.first-paragraph {
  margin-top: 0;
}
.last-paragraph {
  margin-bottom: 0;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.sales-graph {
  width: 100%;
  max-width: 1114px;
  height: 594px;
  object-fit: contain;
  margin-top: 11px;
}

.company-profile {
  width: 100%;
  max-width: 948px;
  height: 639px;
  object-fit: contain;
}

.company-content {
  font-weight: bold;
  margin: 0 34px 0 37px;
  display: flex;
  justify-content: space-between;
}

.company-content p {
  font-size: clamp(15px, 1.3vw, 25px);
  line-height: clamp(30px, 2.6vw, 50px);
}

.link-button {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 550px;
  min-width: 450px;
}

#company-summary {
  margin-top: -11vw;
  padding-top: 11vw;
}

#sales {
  margin-top: -11vw;
  padding-top: 11vw;
}

#ex_chart {
  width: 100%;
  height: 100%;
}
.chart-area {
  width: 90vw;
  margin-top: 1.4vw;
}

.table-area {
  width: 90vw;
  justify-content: center;
  display: grid;
}

.table-area tr {
  width: 90vw;
  justify-content: center;
  display: flex;
}

.table-area tr td {
  width: 20vw;
}

@media (max-width: 770px) {

  .company-image {
    display: none;
  }

  .sales-graph {
    max-width: 404px;
    height: 216px;
  }

  .company-profile {
    max-width: 470px;
    height: initial !important;
  }

  .company-content p {
    font-size: clamp(15px, 2.6vw, 20px);
    line-height: clamp(30px, 2.6vw, 40px);
  }

  .company-content span {
    line-height: 50px;
  }

  .link-button {
    max-width: 366px;
    min-width: initial;
  }

  #company-summary {
    margin-top: -63vw;
    padding-top: 63vw;
    margin-bottom: 6vw !important;
  }
  
  #sales {
    margin-top: -38vw;
    padding-top: 38vw;
  }
}

section {
  margin-bottom: 3rem;
}

/* ============================ リプレイス後CSS ============================ */

.yellow-background {
  background-color: #F5CE1340 !important;
}

.padding-header {
  margin-top: 7vw;
}

.image-area {
  width: 50vw;
  object-fit: contain;
}

.company_image {
  width: 100%;
}

.cloud-area {
  width: 100%;
}

.cloud-container {
  width: 76.4vw;
  height: 27.8vw;
  background-color: white;
  border-radius: 104px;
  margin: 0 auto 45px auto;
  padding: 25px 4.17vw;
}

.partner-image-area {
  width: 25.28vw;
  object-fit: contain;
  margin-right: 3.3333333333333335vw;
}

.partner-image {
  margin-top: 40px;
  width: 100%;
}

.donation-certificate {
  margin-top: initial;
  width: 17vw;
  margin: auto;
}

.cloud-container-eng-title {
  font-size: 1.0416666666666665vw;
  color: #F5CE13;
  line-height: 1.25;
  padding-left: 1.3888888888888888vw;
}

.cloud-container-jpn-title {
  font-size: 1.7366vw;
  font-weight: 500;
  padding-left: 1.3888888888888888vw;
  white-space: nowrap;
}

.partner-text-area {
  margin-top: 55px;
  margin-bottom: 16px;
  width: 39vw;
}

.partner-text {
  font-size: 1.1111111111111112vw;
  line-height: 40px;
  margin: initial !important;
}

.sp-only {
  display: none;
}

.graph-text {
  font-size: 1.4vw;
}

@media (max-width: 770px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-back-image {
    background: url(../../assets/images/about-us/aboutus_main_opacity.webp) no-repeat top -2vw right -32vw;
    background-size: 113vw auto;
  }
  .cloud-container-jpn-title {
    font-size: 3.62vw;
    font-weight: 500;
    padding-left: 1.3888888888888888vw;
    white-space: nowrap;
  }
  .cloud-container-eng-title {
    font-size: 2.2vw;
    color: #F5CE13;
    line-height: 1.25;
    padding-left: 1.3888888888888888vw;
  }
  .cloud-container {
    width: 83.62vw;
    height: 120.4vw;
    background-color: white;
    border-radius: 23vw;
    margin: 0 auto 45px auto;
    padding: 7vw 8.87vw;
  }
  .cloud-container-csr {
    width: 83.62vw;
    height: 126.4vw;
    background-color: white;
    border-radius: 23vw;
    margin: 0 auto 45px auto;
    padding: 7vw 8.87vw;
  }
  .partner-image {
    margin-top: 2.77vw;
    width: 64vw;
  }
  .partner-text-area {
    margin-top: 1.92vw;
    margin-bottom: 16px;
    width: 100%;
  }
  .partner-text {
    font-size: 2.34043vw;
    line-height: 6vw;
    margin: initial !important;
  }
  .partner-image-area {
    width: 100%;
    object-fit: contain;
    margin-right: 3.3333333333333335vw;
  }
  .donation-certificate {
    margin-top: initial;
    width: initial;
    height: 68.6vw;
    margin: auto;
    display: block;
  }
  .table-area tr td {
    width: 43vw;
  }
  .graph-text {
    font-size: 2.2vw;
  }
  .padding-header {
    padding-top: 9.4vw;
  }
}
