@charset 'UTF-8';

/* 下層ページメインビジュアル */
.page_mv {
  background-image: url(../../image/aboutus_mv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 社長挨拶 / スタッフ紹介 */
.boss_greet_container,
.staff_greet_container {
  display: flex;
  justify-content: space-between;
}

.boss_greet_box,
.staff_greet_box {
  width: 48%;
}

.boss_greet_image,
.staff_greet_image {
  margin-top: min(1.98vw, 23px);
  width: 100%;
  aspect-ratio: 534/461;
  object-fit: cover;
  border-radius: 5px;
}

.boss_greet_title,
.staff_greet_title {
  padding-top: min(5.17vw, 60px);
  padding-bottom: min(3.44vw, 40px);
  font-size: min(1.55vw, 18px);
}

.boss_greet_text,
.staff_greet_text {
  font-size: min(1.37vw, 16px);
  line-height: 1.9;
}

.staff_greet {
  margin-top: min(15.08vw, 175px);
}

.staff_greet_text {
  margin-top: min(1.37vw, 16px);
}

.staff_greet_box > p:first-of-type {
  margin-top: 0;
}

/* スマホ対応(社長挨拶 / スタッフ紹介) */
@media (max-width: 768px) {
  .boss_greet_container,
  .staff_greet_container {
    flex-direction: column;
  }

  .boss_greet_box,
  .staff_greet_box {
    width: 100%;
  }

  .boss_greet_title,
  .staff_greet_title {
    padding-top: 2.66vw;
    /* 12px */
    font-size: 3.2vw;
  }

  .boss_greet_text,
  .staff_greet_text {
    /* 10px */
    font-size: 2.66vw;
  }

  .boss_greet_image,
  .staff_greet_image {
    text-align: center;
  }

  .staff_greet {
    margin-top: 10vw;
  }
}

/* 会社概要 */
.company_info {
  margin-top: min(17.24vw, 200px);
}

.company_info_table {
  margin-top: min(6.03vw, 70px);
  width: 100%;
}

.company_info_table tr {
  border-bottom: 2px dashed #c9b57f;
  vertical-align: middle;
}

.company_info_table th {
  padding-top: min(5.43vw, 50px);
  padding-bottom: min(5.43vw, 50px);
  width: 10%;
  font-weight: 700;
  font-size: min(1.95vw, 18px);
}

.company_info_table td.only-padding-bottom {
  padding-left: min(12.93vw, 150px);
}

.company_info_table td {
  padding-left: min(12.93vw, 150px);
  width: 70%;
  vertical-align: middle;
  font-size: min(1.73vw, 16px);
}

.companyinfo_image {
  display: block;
  margin-top: min(8.62vw, 100px);
}

/* スマホ対応(会社概要) */
@media (max-width: 768px) {
  .company_info_table th {
    width: 21%;
    /* 11px */
    font-size: 2.93vw;
  }

  .company_info_table td {
    width: 70%;
    /* 10px */
    font-size: 2.66vw;
  }
}
