@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1001px) {
  .page_copy {
    color: #0c2f54;
  }
}
.breadcrumb li,
.breadcrumb li:after {
  color: #333;
}

.staffPage_staffList .line_left,
.staffPage_staffList .line_right {
  width: 40%;
}
.staffList_wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.staffList_wrap li {
  list-style: none;
  min-width: 240px;
  padding: 25px 10px;
  color: #3e3a39;
  width: 25%;
  box-sizing: border-box;
}
.staffList_wrap li h3 {
  background-color: #877c5b;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 3px 0px 3px 8px;
  margin-top: 15px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.staffList_wrap li .staff_name {
  color: #0c2f54;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 17px 0;
}
.staffList_wrap li .staff_name span {
  font-size: 14px;
  display: block;
}
.staffList_wrap li .staff_top_text {
  min-height: 56px;
}
.staff_profile {
  margin: 0 auto;
}
.staffList_wrap li .link1 {
  font-weight: 600;
}
.profile_image_wrap {
}
.profile_image_wrap .profile_image_img {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.profile_image_wrap .profile_image_img img {
  display: block;
}
.profile_image_wrap .profile_image_text.left {
  position: absolute;
  top: 105px;
  left: 50px;
}
.profile_image_wrap .profile_image_text.right {
  position: absolute;
  top: 105px;
  right: 50px;
  text-align: right;
}
.profile_image_wrap .profile_image_text.right .staff_name {
  margin-right: -6px;
}
.staff_profile_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 73px auto 145px;
}
.staff_profile_left {
  max-width: 520px;
}
.staff_profile_right {
  max-width: 310px;
}
.profile_image_text p {
  color: #0c2f54;
  font-size: 15px;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
.profile_image_text p img {
  margin-top: 18px;
}
.profile_image_text .staff_name {
  font-size: 40px;
  margin-bottom: 0px;
}
.profile_image_text .staff_copy {
  font-size: 2.1rem;
  color: #0c2f54;
  font-weight: bold;
}
.staff_profile_left .profile_title_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.staff_profile_left .profile_title_wrap .link1 {
  margin-top: 0px;
  color: #0c2f54;
  font-weight: 600;
}
.staff_profile_left .birthday {
  font-size: 16px;
  color: #0c2f54;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-bottom: 3px;
  border-bottom: solid #e7e5ea;
  margin: 20px auto;
}
.staff_profile_left .profile_txt {
  letter-spacing: 0.08em;
  line-height: 2em;
  font-size: 14px;
  text-align: justify;
}
.prof_table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  letter-spacing: 0.08em;
}
.prof_table tr {
  border-bottom: 1px solid #ccc;
}
.prof_table tr:first-child {
  border-top: 1px solid #ccc;
}
.prof_table th,
.prof_table td {
  padding: 10px;
  padding-left: 18px;
}
.prof_table th {
  font-weight: 300;
  width: 95px;
  background-color: #f6f9fa;
  text-align: left;
}
.staff_profile_right .staff_sub_img {
  margin-bottom: 40px;
}
.staff_profile_right p {
  text-align: center;
  margin: 8px auto;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1134px) {
  .staffList_wrap {
    justify-content: center;
  }
  .staffList_wrap li {
    min-width: inherit;
    width: 25%;
  }
  .staffList_wrap li .staff_top_text {
    min-height: 70px;
  }
}
@media screen and (max-width: 900px) {
  .staffList_wrap li {
    width: 25%;
  }
  .profile_image_wrap .profile_image_text.left {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 10px;
    top: 15%;
    left: 30px;
  }
  .profile_image_wrap .profile_image_text.right {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 10px;
    top: 15%;
    right: 30px;
  }
  .profile_image_text .staff_name {
    font-size: 35px;
  }
  .profile_image_text .staff_copy {
    font-size: 1.7rem;
  }
  .profile_image_wrap .profile_image_text img {
    max-width: 250px;
    margin: 20px 0 10px;
  }
  .profile_image_wrap .profile_image_text.right img {
    margin-left: auto;
  }
  .staff_profile_wrap {
    margin: 50px auto 0;
    display: block;
  }
  .staff_profile_left {
    max-width: 1000px;
    margin: 0 20px 40px;
  }

  .staff_profile_right {
    max-width: 1000px;
    display: flex;
    justify-content: space-around;
    margin: 0 10px;
  }
  .profile_image_wrap .profile_image_text.left {
    padding: 15px 10px 15px 20px;
    top: 20%;
    left: 20px;
  }
  .profile_image_text p {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
  }
  .profile_image_text .staff_name {
    font-size: 30px;
  }
  .profile_image_wrap .profile_image_text img {
    max-width: 200px;
    margin: 0;
  }
  .staff_profile_left .profile_title_wrap {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 700px) {
  .staffList_wrap li {
    width: 33%;
  }
}
@media screen and (max-width: 500px) {
  .page_copy {
    width: 55%;
    padding: 10px 8px;
  }
  .pagecontents_title_img {
    width: 20%;
  }
  .staffPage_staffList .line_left,
  .staffPage_staffList .line_right {
    width: 35%;
  }
  .content_title {
    margin: 40px auto 0px;
  }
  .staffList_wrap {
    justify-content: space-around;
  }
  .staffList_wrap li {
    margin: 0;
  }
  .staffList_wrap li h3 {
    font-size: 12px;
    margin-top: 10px;
  }
  .staffList_wrap li .staff_name {
    font-size: 18px;
    margin: 10px 0;
  }
  .staffList_wrap li {
    min-width: inherit;
    width: 50%;
  }
  .staffList_wrap li .staff_name span {
    display: block;
    font-size: 14px;
    margin-left: 0px;
  }
  .staffList_wrap li .link1 {
    margin-left: 10px;
  }
  .staffList_wrap li .link1 span {
    font-size: 13px;
  }
  .staffList_wrap li .link1::before {
    background-position: 0px -16px;
    width: 7px;
    height: 15px;
    left: -10px;
  }
  .staff_profile_wrap {
    margin: 20px auto 0;
  }
  .profile_image_wrap .profile_image_text.left {
    padding: 15px 10px 15px 20px;
    top: 5%;
    left: 0;
    width: 44%;
  }
  .profile_image_wrap .profile_image_text.right {
    padding: 15px 20px 15px 10px;
    top: 8%;
    right: 0;
    width: 44%;
  }
  .profile_image_text p {
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
  .profile_image_text .staff_name {
    font-size: 20px;
  }
  .profile_image_text .staff_copy {
    font-size: 1.3rem;
    text-align: justify;
  }
  .profile_image_text .staff_copy br {
    display: none;
  }
  .profile_image_wrap .profile_image_text img {
    max-width: 180px;
    margin: 10px 0 0;
  }
  .staff_profile_left .profile_title_wrap {
    margin-bottom: 0px;
  }
  .staff_profile_left .birthday {
    margin: 10px auto;
  }
  .staff_profile_left .profile_txt {
    line-height: 1.7em;
  }
  .prof_table {
    margin-top: 10px;
  }
  .prof_table tbody {
    display: block;
  }
  .prof_table th {
    width: 100%;
  }
  .prof_table th,
  .prof_table td {
    padding: 10px;
    padding-left: 18px;
  }
  .prof_table,
  .prof_table tr,
  .prof_table td,
  .prof_table th {
    display: block;
  }
  .prof_table td br {
    display: none;
  }
  .staff_profile_left {
    margin: 0 10px 20px;
  }
  .staff_profile_right {
    display: block;
  }
  .staff_profile_right .staff_sub_img {
    margin-bottom: 20px;
  }
}
