/***************
画像エリア
***************/
.about-staff-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-position: center;
  background-size: cover;
  height: 150px;
  padding: 15px;
}
.about-staff-image h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.8;
}
.about_name_one {
  font-size: 10px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #fff;
}
.about_name_two {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
/*****************
テキストエリア
*****************/
.about-staff-text {
  margin-top: 30px;
}
.about-staff-text-main p {
  font-size: 14px;
  color: #333;
}
.about-staff-list {
  margin-top: 30px;
}
.about-staff-list h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}
.about-staff-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.about-staff-list li:last-child {
  margin-bottom: 0;
}
.about-staff-list-one {
  width: 120px;
}
.about-staff-list-two {
  flex: 1;
}
.about-staff-list p {
  font-size: 14px;
  color: #333;
}
/*****************
コンセプト
*****************/
.about-concept {
  margin-top: 30px;
}
.about-concept-title h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.about-concept-main {
  margin-top: 20px;
  padding: 20px;
}
.about-concept-image {
  text-align: center;
}
.about-concept-image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.about-concept-text h3 {
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.about-concept-text p {
  margin-top: 20px;
  font-size: 14px;
}
/*****************
会社案内
*****************/
.about-info {
  margin-top: 30px;
}
.about-info-title {
  margin-bottom: 20px;
}
.about-info-title h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.about-info-one {
  width: 90px;
  text-align: center;
}
.about-info-two {
 width: calc(100% - 90px);
}
.about-info table {
  width: 100%;
  border-collapse: collapse;
}
.about-info table td {
  border: solid 1px #ddd;
  padding: 10px;
  font-size: 12px;
}


/************************
メディアスクリーン601px
************************/
@media screen and (min-width:601px) {
  /* 画像エリア */
  .about-staff-image {
    height: 300px;
    padding-left: 50px;
  }
  .about-staff-image h3 {
    font-size: 22px;
     margin-bottom: 20px;
  }
  .about_name_one {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .about_name_two {
    font-size: 16px;
  }
  .about-staff-list-one {
    width: 200px;
  }

  /* コンセプト */
  .about-concept-title h2 {
    font-size: 24px;
  }
  .about-concept-main {
    padding: 30px;
  }
  .about-concept-image {
    float: left;
    margin: 0 20px 0 0;
  }
  .about-concept-image img {
    width: 200px;
    height: 200px;
  }
  .about-concept-text {
    margin-left: 10px;
  }
  .about-concept-text h3 {
    margin-top: 0;
  }

  /* 会社案内 */
  .about-info table td {
    padding: 20px;
    font-size: 14px;
  }
  .about-info-one {
    width: 170px;
    vertical-align: middle;
  }
  .about-info-two {
    width: calc(100% - 170px);
  }


}
/************************
メディアスクリーン834px
************************/
@media screen and (min-width:834px) {
  /* 画像エリア */
  .about-staff-image-text {
    width:900px;
    padding: 20px;
    margin: 0 auto;
  }
  .about-staff-image {
    height: 400px;
  }
  .about-staff-image h3 {
    font-size: 24px;
  }
  /* テキストエリア */
  .about-staff-text {
    max-width: 900px;
    margin: 70px auto 0;
  }
  .about-staff-text-main p {
    font-size: 16px;
  }
  .about-staff-list {
  margin-top: 50px;
  }
  .about-staff-list h4 {
    font-size: 20px;
    margin-bottom: 20px;
  
  }
  .about-staff-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
  }
  .about-staff-list p {
    font-size: 16px;
  }
  /* コンセプト  */
  .about-concept {
    margin-top: 70px;
  }
  .about-concept-title h2 {
    font-size: 24px;
  }
  .about-concept-main {
    margin-top: 40px;
    padding: 40px;
    gap: 40px;
  }
  .about-concept-image img {
    width: 300px;
    height: 300px;
  }
  .about-concept-text h3 {
    font-size: 20px;
  }
  .about-concept-text p {
    font-size: 16px;
  }
  /* 会社案内 */
  .about-info {
    margin: 70px auto 0;
    max-width: 900px;
  }
  .about-info-title {
    margin-bottom: 50px;
  }
  .about-info-title h2 {
    font-size: 24px;
  }
}