section.first_section {
  background: #f8f8f5;
}

section.first_section .title_wrapper h2 {
  color: #102029;
}

section.first_section #staff_list > li .person_data {
  color: #102029;
}

section.first_section #staff_list > li .person_data .en_name {
  color: #999999;
}

section.first_section #staff_list > li .person_data .message {
  color: #585858;
}

#staff .modal_contents {
  color: #282828;
}

#staff .modal_contents .en_name {
  color: #999999;
}

#staff .modal_contents .message_area .txt {
  color: #585858;
}

#staff .modal_contents .message_area h3 {
  color: #282828;
}

#staff #cboxLoadedContent {
  margin-bottom: 0;
}

#staff #colorbox, #staff #cboxOverlay, #staff #cboxWrapper {
  overflow: visible;
}

#staff #cboxTopLeft,
#staff #cboxTopCenter,
#staff #cboxTopRight,
#staff #cboxMiddleLeft,
#staff #cboxMiddleRight,
#staff #cboxBottomLeft,
#staff #cboxBottomCenter,
#staff #cboxBottomRight {
  display: none;
}

#staff #cboxClose {
  top: 0;
  right: 0;
  bottom: none;
  left: none;
}

#staff #cboxPrevious,
#staff #cboxNext {
  bottom: -60px;
  background: #FFFFFF;
  width: 50%;
  height: 60px;
  text-indent: 0;
  color: #585858;
}

#staff #cboxNext {
  left: auto;
  right: 0;
  text-align: left;
}

#staff #cboxPrevious {
  text-align: right;
}

#staff #cboxPrevious::after {
  content: "";
  display: block;
  background: #edece4;
  width: 1px;
  height: 2em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(30deg);
  z-index: 1;
  pointer-events: none;
}

#staff #cboxClose {
  background: url(/common/images/staff/close-btn.png) no-repeat;
  background-size: 100%;
  border-radius: 50%;
  transform: translateX(50%) translateY(-50%);
}

@media screen and (min-width: 768px) {
  #page_navi_area {
    height: 100px;
  }
  #staff_modal_list {
    display: none;
  }
  section.first_section {
    padding-bottom: 115px;
  }
  section.first_section #main_image {
    top: -100px;
  }
  section.first_section .title_wrapper h2 {
    font-size: 36px;
    line-height: 1.78;
  }
  section.first_section .contents_area {
    display: block;
  }
  section.first_section #staff_list_wrapper {
    width: 1040px;
    margin: 180px auto 0;
  }
  section.first_section #staff_list_wrapper #staff_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 50px;
  }
  section.first_section #staff_list_wrapper #staff_list > li {
    width: 300px;
    display: flex;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
  }
  section.first_section #staff_list_wrapper #staff_list > li a {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
  }
  section.first_section #staff_list_wrapper #staff_list > li a .person_data {
    padding: 20px 28px 28px;
  }
  section.first_section #staff_list_wrapper #staff_list > li a .person_data h3 {
    margin-top: 7px;
    font-size: 24px;
  }
  section.first_section #staff_list_wrapper #staff_list > li a .person_data .en_name {
    font-size: 12px;
    letter-spacing: 0.15em;
  }
  section.first_section #staff_list_wrapper #staff_list > li a .person_data .message {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
  #staff .modal_contents {
    padding: 60px 60px 0 60px;
    display: flex;
  }
  #staff .modal_contents .person {
    width: 440px;
    max-width: 50%;
    flex-shrink: 0;
    position: relative;
    padding-bottom: 60px;
    align-self: flex-start;
  }
  #staff .modal_contents .person .belong {
    margin-top: 25px;
    font-size: 18px;
  }
  #staff .modal_contents .person h3 {
    margin-top: 18px;
    font-size: 30px;
  }
  #staff .modal_contents .person .en_name {
    font-size: 13px;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
  }
  #staff .modal_contents .person .license {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: #f9f9f6;
    color: #585858;
  }
  #staff .modal_contents .person .license dt {
    font-size: 14px;
    font-weight: 600;
    padding: 18px 13px 18px 20px;
  }
  #staff .modal_contents .person .license dd {
    font-size: 14px;
    padding: 18px 10px 18px 0;
  }
  #staff .modal_contents .message_area {
    padding-left: 40px;
    padding-bottom: 30px;
  }
  #staff .modal_contents .message_area .job,
  #staff .modal_contents .message_area .goal {
    margin-top: 35px;
  }
  #staff .modal_contents .message_area .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
  }
  #staff .modal_contents .message_area .txt.message {
    margin-top: 0;
  }
  #staff .modal_contents .message_area h3 {
    font-size: 15px;
  }
  #staff #cboxNext,
  #staff #cboxPrevious {
    font-size: 13px;
    border-top: 1px solid #edece4;
  }
  #staff #cboxNext {
    padding-left: 20px;
  }
  #staff #cboxPrevious {
    padding-right: 20px;
  }
  #staff #cboxClose {
    width: 40px;
    height: 40px;
  }
}
