@charset "utf-8";
img{
  width: 100%;
}
.main-section {
  width: 900px;
  margin: 50px auto;
  font-size: 1rem;
  line-height: 1.6em;
  color: #333333;
}
/*******************
タイトル部分
*******************/
.title-top {
  width: 900px;
  height: 300px;
  margin-bottom: 72px;
  text-align: center;
  position: relative;
  background: url(../staff/images/img_stafftit.jpg?ver=1) no-repeat;
}
.title-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-h2 {
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 0;
}
/*******************
スタッフ紹介部分
*******************/
.staff > .box.profile {
  display: flex;
  margin: 0 0 72px;
  padding-bottom: 72px;
  border-bottom: 1px dotted #d6daff;
}
.staff > .box:last-child {
  margin-bottom: 96px;
}
.staff > .box.profile .box__photo {
  flex: 0 0 400px;
}
.box.profile .box__photo .box__photo__image {
  border-radius: 48px;
}
.staff > .box.profile.box-big > .box__photo {
  flex: 0 0 512px;
}
.box.profile.box-big > .box__photo .box__photo__image {
  border-radius: 64px;
}
.staff > .box.profile .box__photo-left {
  margin-right: 40px;
}
.staff > .box.profile .box__photo-right {
  margin-left: 40px;
  order: 1;
}
.staff > .box.profile .box__description {
  flex: 0 0 460px;
}
.staff > .box.profile.box-big > .box__description {
  flex: 0 0 348px;
}
.box.profile .box__description .box__title {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #1f2774;
  padding-bottom: 8px;
  margin-bottom: 48px;
}
.box.profile .box__description .box__title-name {
  font-size: 1.82rem;
  margin-right: 16px;
  margin-bottom: 0;
  color: #1f2774;
}
.box.profile .box__description .box__title-post {
  font-size: 1rem;
  padding-left: 0;
  color: #1f2774;
}
.staff > .box.profile .box__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 48px;
}
.box.profile .box__list .box__list__term {
  flex: 0 0 100px;
  margin: 0 16px 40px 0;
  padding: 0 0 4px 4px;
  color: #1f2774;
  border-bottom: 1px solid #1f2774;
}
.box.profile .box__list .box__list__text {
  flex: 0 0 290px;
  line-height: 1.8em;
}
.box.profile.box-big > .box__description .box__list__text {
  flex: 0 0 228px;
}
.staff > .box.profile .box__button-link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  box-sizing: border-box;
  color: #ff851c;
  border: 2px solid #ff851c;
  border-radius: 30px;
  text-align: center;
  padding: 8px 48px;
  text-decoration: none;
  line-height: 1.2em;
  transition: ease-out 0.3s;
}
.staff > .box.profile .box__button-link:hover {
  background: #ff851c;
  color: #fafafa;
}
.staff > .drone_photo {
  width: 852px;
  margin-bottom: 96px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 4px 5px rgba(60, 51, 46, 0.1);
  background: #f8f5f2;
}
.table-box {
  margin-bottom: 160px;
}
.table-box .table__title {
  font-size: 1.82rem;
  color: #1f2774;
  font-weight: bold;
  margin-bottom: 32px;
  padding: 0 0 16px 16px;
  border-bottom: 1px solid #1f2774;
}
.qualification-table {
  width: 900px;
  border: none;
  margin-top: 32px;
}
.qualification-table .qualification-th,
.qualification-table .qualification-td {
  padding: 24px 0 24px 64px;
  border: none;
}
.qualification-table .qualification-th {
  border-bottom: 1px solid #1f2774;
  background-color: #ffffff;
  width: 352px;
}
.qualification-table .qualification-td {
  border-bottom: 1px solid #aaaaaa;
  width: 548px;
}
