@charset "UTF-8";

/* ================ 経営理念 ================ */
.philosophy h2 {
  width: 30%;
  margin-top: 50px;
}
.philosphy_contents {
  display: flex;
  align-items: center;
}

.philosphy_contents img {
  width: 50%;
}
.philosophy_texts {
  margin-left: 20px;
}

.philosophy_texts li {
  border-bottom: 3px solid #a4a4a4;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.philosophy_texts h3 {
  color: #ffb66e;
  font-size: clamp(1.25rem, 2vw + 1rem, 2rem);
  margin-right: 15px;
  margin-bottom: 20px;
}
.philosophy_texts p {
  font-size: clamp(1rem, 2vw + 1rem, 1.25rem);
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .philosphy_contents {
    display: block;
  }
  .philosphy_contents img {
    width: 100%;
  }
  .philosophy_texts {
    margin-left: 0px;
  }
  .philosophy_texts p {
    font-size: clamp(1rem, 2vw + 1rem, 1rem);
  }
}
/* ================ 代表挨拶 ================ */
.representative h2 {
  width: 30%;
  margin-top: 50px;
}
.representative_contents {
  display: flex;
  align-items: center;
  margin: 30px auto;
}

.representative_contents img {
  width: 40%;
}
.representative_comment {
  background-color: #ffb66e;
  color: #fff;
  margin-left: 30px;
  padding: 40px;
  font-size: clamp(1rem, 2vw + 1rem, 1.5rem);
}
.eguchi_name {
  margin: 0 0 0 auto;
}
.eguchi_name img {
  width: 70%;
  padding-top: 20px;
}
@media (max-width: 700px) {
  .representative_contents {
    display: block;
  }
  .representative_contents img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
  .representative_comment {
    font-size: clamp(1rem, 2vw + 1rem, 1rem);
    padding: 30px;
    margin: 30px auto;
  }
  .eguchi_name img {
    width: 90%;
  }
}
/* ================ 会社概要 ================ */
.profile {
  margin: 80px auto 30px;
  width: 70%;
}
.profile h2 {
  text-align: center;
  color: #fe8f39;
  font-size: clamp(2rem, 2vw + 1rem, 4rem);
  margin: 30px auto;
}
.profile_contents {
  background-color: #ffecd4;
  padding: 30px;
}
.profile_contents li {
  /* display: flex; */
  border-bottom: #a4a4a4 1px solid;
  padding: 10px;
  font-size: clamp(1rem, 2vw + 1rem, 1.25rem);
}

.profile_content_title {
  margin-right: 20px;
  font-weight: 500;
  font-size: clamp(1.25rem, 2vw + 1rem, 1.5rem);
}
@media (max-width: 700px) {
  .profile {
    width: 90%;
  }
  .profile_contents {
    font-size: clamp(1rem, 2vw + 1rem, 1rem);
  }
}
