/* ===== ▼サステナブル資材 ===== */
.sus_title {
  margin: 100px auto 60px;
  width: 90%;
  max-width: 1000px;
  font-size: 1.375rem;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #74b97a;
  color: #74b97a;
}
.kajisus_desc {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.kajisus_ul {
  width: 85%;
  max-width: 1000px;
  margin: 100px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 450px));
  justify-content: center;
  gap: 50px 10%;
}
.kajisus_li {
  max-width: 450px;
  display: flex;
  justify-content: space-between;
}
.kajisus_img {
  width: 34%;
  height: auto;
}
.kajisus_container {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  height: 100%;
}
.kajisus_number {
  font-size: 0.75rem;
  margin-top: 10px;
  color: #74b97a;
}
.kajisus_title {
  font-weight: bold;
  color: #74b97a;
  font-size: 1rem;
  margin: 0 0 10px 0;
}
.kajisus_text {
  font-size: 0.875rem;
}
.pdf_button {
  background-color: #74b97a;
  color: #fff;
  border-radius: 999px;
  border: 1px solid #74b97a;
  font-weight: 500;
  font-size: 0.875rem;
  transition: background-color 0.2s ease;
  text-align: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: 10px;
  padding: 5px;
}
.pdf_button:hover {
  background-color: #fff;
  color: #74b97a;
}
.kajisus_more_area .news_more_btn {
  border-color: #74b97a;
  color: #74b97a;
}
.kajisus_more_area .news_more_btn:hover {
  background-color: #74b97a;
  color: #fff;
}
/* ===== ▲サステナブル資材 ===== */
/* ===== ▼私たちについて ===== */
/* ==== ▼ビジュアル ==== */
.about_vis {
  display: flex;
  overflow: hidden;
}
.about_vis_ul {
  animation: scroll-left 25s infinite linear .5s both;
  display: flex;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.about_vis_li {
  width: 130px;
  margin-right: 30px;
}
.about_vis_content {
  display: flex;
  flex-direction: column;
}
.about_vis_li:nth-child(even) .about_vis_content {
  flex-direction: column-reverse;
}
.about_vis_img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 30px;
}
.about_vis_square {
  background-color: #003E7F;
  width: 130px;
  height: 130px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-align: center;
}
.about_vis_li:nth-child(even) .about_vis_img {
  margin-bottom: 0;
  margin-top: 30px;
}
.philosophy {
  width: 90%;
  margin: 120px auto 50px;
  max-width: 400px;
  color: #003E7F;
}
.philosophy_catch {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 60px;
}
.philosophy_statement {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 30px;
}
/* ==== ▲ビジュアル ==== */
.purpose {
  position: relative;
  margin-top: 120px;
  padding-top: 100px;
  background-color: #003E7F;
  color: #fff;
  clip-path: ellipse(180% 100% at 50% 100%);
  text-align: center;
}
.purpose_title {
  font-size: 1.25rem;
}
.purpose_lead {
  width: 90%;
  max-width: 400px;
  margin: 20px auto;
  padding: 2px 10px;
  font-weight: 600;
  background-color: #fff;
  color: #003E7F;
}
.purpose_list {
  list-style: none;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 60px auto;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-around;
}
.purpose_item {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
}
.purpose_card {
  height: 100%;
  padding: 60px 36px;
  border-radius: 24px;
  background: #003e7f;
  box-shadow: inset 11px 11px 22px #00346b, inset -11px -11px 22px #004893;
}
.purpose_icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.purpose_card_title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 50px auto 30px;
}
.purpose_card_text {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.8;
}
/* ===== ▼会社概要 ===== */
.company {
  margin-bottom: 120px;
}
.company_inner {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.company_title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #003E7F;
  margin-bottom: 40px;
}
.company_list {
  border-top: 1px solid #003E7F;
}
.company_row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 0;
  border-bottom: 1px solid #003E7F;
}
.company_term {
  width: 160px;
  padding-left: 10px;
  flex-shrink: 0;
  font-weight: 600;
  color: #003E7F;
  font-size: 1rem;
}
.company_desc {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #333;
}
/* ===== ▲会社概要 ===== */
/* ===== ▲私たちについて ===== */