@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　recruit

**********************************************************************************************/
/*---------------------------------------------
recruit
---------------------------------------------*/
.recruit_bnr {
  display: flex;
  background: rgba(77, 115, 181, 0.25); }
  @media (max-width: 750px) {
    .recruit_bnr {
      margin: 0;
      display: block; } }
  .recruit_bnr li {
    width: calc(100% / 3); }
    @media (max-width: 750px) {
      .recruit_bnr li {
        width: 100%; } }
  .recruit_bnr img {
    width: 100%; }

.recruit_bnr_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (max-width: 750px) {
    .recruit_bnr_content {
      padding: 12vw; } }

.recruit_bnr_content_tit {
  min-height: 1px;
  padding: 0 0 20px;
  border-bottom: 2px solid #003366;
  font-size: 2.3rem;
  font-weight: 700;
  color: #003366;
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .recruit_bnr_content_tit {
      padding: 0 0 2.6vw;
      margin: 0 0 2.6vw;
      font-size: 5.3vw; } }

.recruit_bnr_content_txt {
  font-size: 1.5rem;
  color: #003366; }
  @media (max-width: 750px) {
    .recruit_bnr_content_txt {
      font-size: 3.2vw; } }

.recruitBtnList {
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 750px) {
    .recruitBtnList {
      display: block;
      margin: 8vw 0 0; } }
  .recruitBtnList li {
    width: 47%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 750px) {
      .recruitBtnList li {
        width: 100%; }
        .recruitBtnList li:not(:last-child) {
          margin: 0 0 8vw; } }
  .recruitBtnList .linkBtn {
    width: 100%;
    min-height: 1px;
    margin: auto 0 0; }
    @media (max-width: 750px) {
      .recruitBtnList .linkBtn {
        margin: 5.3vw 0 0; } }
  .recruitBtnList p {
    min-height: 1px; }

.recruitBtnList_img {
  margin: 0 0 40px; }
  @media (max-width: 750px) {
    .recruitBtnList_img {
      margin: 0; } }

.recruitBtnList_tit {
  color: #003366;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .recruitBtnList_tit {
      font-size: 4.2vw;
      margin: 0 0 2.6vw; } }

/* map */
.recruit_mapList {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media (max-width: 750px) {
    .recruit_mapList {
      display: block; } }
  .recruit_mapList > li {
    width: 47%; }
    @media (max-width: 750px) {
      .recruit_mapList > li {
        width: 100%; } }
  .recruit_mapList .indentList {
    margin: 1em 0 0 1em; }

.capList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0; }
  @media (min-width: 751px) {
    .capList::after {
      content: "";
      display: block;
      width: 33%;
      order: 1; } }
  @media (max-width: 750px) {
    .capList {
      margin: 5.3vw 0 0; } }
  .capList li {
    width: 33%;
    margin: 0 0 20px; }
    @media (max-width: 750px) {
      .capList li {
        width: 49%;
        margin: 0 0 5.3vw; } }

.capList_tit {
  font-size: 1rem;
  margin: 5px 0 0;
  text-align: center; }
  @media (max-width: 750px) {
    .capList_tit {
      font-size: 2.6vw; } }

.recruit_mapList_tit {
  color: #003366;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 45px; }
  @media (max-width: 750px) {
    .recruit_mapList_tit {
      font-size: 4.2vw;
      margin: 8vw 0 5vw; } }

.recruit_mapList_txt {
  color: #003366;
  font-size: 1.6rem;
  margin: 40px 0 0; }
  @media (max-width: 750px) {
    .recruit_mapList_txt {
      font-size: 4vw;
      text-align: center;
      margin: 5.3vw 0 0; } }
  .recruit_mapList_txt:last-child {
    text-align: center; }
  .recruit_mapList_txt b {
    border-bottom: 2px solid #003366;
    display: inline-block; }

/* colleague */
.colleague_bnr {
  display: block;
  margin: 0 0 100px; }
  @media (max-width: 750px) {
    .colleague_bnr {
      margin: 0 0 13vw; } }

.colleague_bnr_content {
  display: flex;
  background: rgba(77, 115, 181, 0.25); }
  @media (max-width: 750px) {
    .colleague_bnr_content {
      display: block; } }

.colleague_bnr_box {
  width: 25%;
  color: #003366;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 0 0 0 20px; }
  @media (max-width: 750px) {
    .colleague_bnr_box {
      width: 100%;
      padding: 8vw; } }

.colleague_bnr_box_tit {
  font-size: 2.3rem;
  font-weight: 700; }
  @media (max-width: 750px) {
    .colleague_bnr_box_tit {
      font-size: 5vw;
      margin: 0 0 1.3vw; } }

.colleague_bnr_box_txt {
  font-size: 1.8rem;
  font-weight: 700; }
  @media (max-width: 750px) {
    .colleague_bnr_box_txt {
      font-size: 3.2vw; } }

.colleague_bnr_img {
  width: 75%; }
  @media (max-width: 750px) {
    .colleague_bnr_img {
      width: 100%; } }

.colleague_bnr_btn {
  text-align: center;
  border-bottom: 1px solid #003366;
  border-right: 1px solid #003366;
  border-left: 1px solid #003366;
  padding: 15px;
  font-size: 1.8rem;
  color: #003366; }
  @media (max-width: 750px) {
    .colleague_bnr_btn {
      padding: 4vw;
      font-size: 4vw; } }
  .colleague_bnr_btn span {
    display: inline-block;
    position: relative; }
    .colleague_bnr_btn span::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 8px;
      border-color: transparent transparent transparent #003366;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: calc(100% + 40px); }
      @media (max-width: 750px) {
        .colleague_bnr_btn span::after {
          left: calc(100% + 5.3vw); } }

/* btn */
.recruit_cvList {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px; }
  @media (max-width: 750px) {
    .recruit_cvList {
      display: block;
      margin: 0 0 10vw; } }
  .recruit_cvList li {
    width: 49%; }
    @media (max-width: 750px) {
      .recruit_cvList li {
        width: 100%; }
        .recruit_cvList li:not(:last-child) {
          margin: 0 0 2.6vw; } }
  .recruit_cvList a {
    border: 1px solid #003366;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #003366;
    line-height: 1; }
    @media (max-width: 750px) {
      .recruit_cvList a {
        padding: 2.6vw;
        min-height: 16vw; } }

.recruit_cvList_tit {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  width: 100%; }
  @media (max-width: 750px) {
    .recruit_cvList_tit {
      font-size: 4vw; } }

.recruit_cvList_icon {
  width: 50px;
  flex-shrink: 0;
  margin: 0 40px 0 0; }
  @media (max-width: 750px) {
    .recruit_cvList_icon {
      width: 13vw;
      margin: 0 5vw 0 0; } }

.recruit_cvList_subTit {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 5px; }
  @media (max-width: 750px) {
    .recruit_cvList_subTit {
      font-size: 3.75vw;
      margin: 0 0 1.3vw; } }

.recruit_cvList_tel {
  font-size: 2.4rem;
  font-weight: 700; }
  @media (max-width: 750px) {
    .recruit_cvList_tel {
      font-size: 6vw; } }

.recruit_contactList {
  display: flex;
  margin: 2% 0 0;
  justify-content: space-between; }
  @media (max-width: 750px) {
    .recruit_contactList {
      display: block;
      margin: 0; } }
  .recruit_contactList li:nth-child(1) {
    width: 100%; }
    @media (max-width: 750px) {
      .recruit_contactList li:nth-child(1) {
        width: 100%; } }
  .recruit_contactList li:nth-child(2) {
    width: 39%; }
    @media (max-width: 750px) {
      .recruit_contactList li:nth-child(2) {
        width: 100%; } }
  .recruit_contactList a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px; }
    @media (max-width: 750px) {
      .recruit_contactList a {
        padding: 2.6vw; } }

.recruit_contactList_contact {
  border: 1px solid #003366; }

.recruit_contactList_icon {
  width: 55px;
  margin: 0 30px 0 0; }
  @media (max-width: 750px) {
    .recruit_contactList_icon {
      width: 13vw;
      margin: 0 4vw 0 0; } }

.recruit_contactList_tit {
  color: #003366;
  font-weight: 700;
  font-size: 2rem; }
  @media (max-width: 750px) {
    .recruit_contactList_tit {
      font-size: 4.3vw; } }

.recruit_contactList_entry {
  background: url("../img/recruit/entry_btn.svg") no-repeat top right;
  background-size: contain;
  position: relative; }
  @media (max-width: 750px) {
    .recruit_contactList_entry {
      padding: 6vw !important;
      display: block; } }
  .recruit_contactList_entry::after {
    content: "";
    display: block;
    width: 50%;
    background: #003366;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1; }

.recruit_contactList_entry_tit {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 2rem; }
  @media (max-width: 750px) {
    .recruit_contactList_entry_tit {
      font-size: 4.3vw; } }

.recruit_bnrBtn {
  display: block;
  margin: 0 0 120px; }
  @media (max-width: 750px) {
    .recruit_bnrBtn {
      margin: 0 0 12vw; } }

/*---------------------------------------------
interview
---------------------------------------------*/
/* person */
.personList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin: 0 0 90px; }
  @media (max-width: 750px) {
    .personList {
      margin: 0 0 8vw; } }
  .personList li {
    width: 31.5%;
    border: 1px solid #003366;
    margin: 0 0 30px; }
    @media (max-width: 750px) {
      .personList li {
        margin: 0 0 5.3vw;
        width: 49%; } }
  .personList a {
    padding: 10px 10px 50px;
    display: block;
    position: relative; }
    @media (max-width: 750px) {
      .personList a {
        padding: 2vw 2vw 10vw; } }
    .personList a::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 6px 0 6px;
      border-color: #003366 transparent transparent transparent;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 20px; }
      @media (max-width: 750px) {
        .personList a::after {
          bottom: 2.6vw;
          border-width: 1.5vw 1.3vw 0 1.3vw; } }

.personList_img {
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .personList_img {
      margin: 0 0 2.6vw; } }

.personList_name {
  color: #003366;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 10px; }
  @media (max-width: 750px) {
    .personList_name {
      font-size: 3.75vw;
      margin: 0 0 2vw; } }

@media (max-width: 750px) {
  .personList_position,
  .personList_history {
    font-size: 2.8vw; } }

/* interview */
.interviewList > li:not(:last-child) {
  margin: 0 0 150px; }
  @media (max-width: 750px) {
    .interviewList > li:not(:last-child) {
      margin: 0 0 15vw; } }

.interviewList_flex {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 750px) {
    .interviewList_flex {
      display: block; } }
  .interviewList_flex.-reverse {
    flex-direction: row-reverse; }

.interviewList_flex + .interviewList_flex {
  margin: 40px 0 0; }
  @media (max-width: 750px) {
    .interviewList_flex + .interviewList_flex {
      margin: 4vw 0 0; } }

.interviewList_img {
  width: 54%; }
  @media (max-width: 750px) {
    .interviewList_img {
      width: 100%;
      margin: 4vw 0 0; } }

.interviewList_txtArea {
  width: 43%; }
  @media (max-width: 750px) {
    .interviewList_txtArea {
      width: 100%; } }

.interviewList_tit {
  color: #003366;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin: 0 0 50px;
  position: relative; }
  @media (max-width: 750px) {
    .interviewList_tit {
      font-size: 4.2vw;
      margin: 0 0 8vw; } }
  .interviewList_tit::after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #003366;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 750px) {
      .interviewList_tit::after {
        width: 25vw;
        top: calc(100% + 3.5vw); } }

.interviewList_nameArea {
  text-align: center;
  margin: 0 0 35px; }
  @media (max-width: 750px) {
    .interviewList_nameArea {
      margin: 0 0 8vw; } }

.interviewList_name {
  color: #003366;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 10px; }
  @media (max-width: 750px) {
    .interviewList_name {
      font-size: 3.75vw;
      margin: 0 0 1.3vw; } }

.interviewList_box {
  background: rgba(0, 51, 102, 0.1);
  padding: 20px; }
  @media (max-width: 750px) {
    .interviewList_box {
      padding: 4vw; } }

.interviewList_commentList li:not(:last-child) {
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .interviewList_commentList li:not(:last-child) {
      margin: 0 0 2.6vw; } }
.interviewList_commentList p {
  padding-left: 1em; }

.interviewList_commentList_tit {
  color: #003366; }

/*---------------------------------------------
staff
---------------------------------------------*/
/* staff */
.sec-staff {
  padding-bottom: 200px; }
  @media (max-width: 750px) {
    .sec-staff {
      padding-bottom: 20vw; } }

.staff_message {
  position: relative;
  padding: 50px 0 0; }
  @media (max-width: 750px) {
    .staff_message {
      padding: 0; } }

.staff_message_img {
  position: relative;
  right: -126px;
  width: 64%;
  z-index: 20;
  margin: 0 0 0 auto; }
  @media (max-width: 750px) {
    .staff_message_img {
      position: relative;
      width: 100%;
      right: 0;
      top: -17vw; } }

.staff_message_txtArea {
  background: #e8ebef;
  transform: skewX(-15deg);
  width: 50.5%;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 750px) {
    .staff_message_txtArea {
      position: relative;
      transform: none;
      width: 100vw;
      left: -5vw; } }

.staff_message_txtArea_inner {
  transform: skewX(15deg);
  padding: 50px 80px 50px 0;
  position: relative; }
  @media (max-width: 750px) {
    .staff_message_txtArea_inner {
      transform: none;
      padding: 9.3vw 5vw 24vw; } }
  .staff_message_txtArea_inner::after {
    content: "";
    display: block;
    width: 200px;
    background: #e8ebef;
    height: 100%;
    position: absolute;
    top: 0;
    left: -126px; }
  .staff_message_txtArea_inner p {
    position: relative;
    z-index: 10;
    text-align: left; }

.recruitList {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 50px; }
  @media (max-width: 750px) {
    .recruitList {
      margin: 0 0 8vw;
      display: block; } }
  .recruitList li {
    width: 49%; }
    @media (max-width: 750px) {
      .recruitList li {
        width: 100%; }
        .recruitList li:not(:last-child) {
          margin: 0 0 2.6vw; } }
  .recruitList a {
    background: #003366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    position: relative; }
    @media (max-width: 750px) {
      .recruitList a {
        padding: 4vw;
        min-height: 19vw; } }
    .recruitList a::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 12px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 25px; }
      @media (max-width: 750px) {
        .recruitList a::after {
          border-width: 2vw 0 2vw 2.4vw;
          right: 4vw; } }
  .recruitList p {
    min-height: 1px; }

.recruitList_tit {
  font-weight: 700;
  font-size: 2.3rem; }
  @media (max-width: 750px) {
    .recruitList_tit {
      font-size: 4.2vw; } }

.recruitList_txt {
  font-size: 1.6rem; }
  @media (max-width: 750px) {
    .recruitList_txt {
      font-size: 2.9vw; } }

.recruitList_tel {
  font-size: 2.6rem; }
  @media (max-width: 750px) {
    .recruitList_tel {
      font-size: 4.6vw; } }

.entryArea {
  background: #e3e3e3;
  display: flex;
  max-width: 570px;
  margin: auto;
  justify-content: center;
  position: relative;
  padding: 40px 0 50px;
  align-items: center; }
  @media (max-width: 750px) {
    .entryArea {
      max-width: 100%;
      padding: 8vw 0 10vw; } }

.entryArea_icon {
  width: 86px;
  margin: 0 30px 0 0;
  flex-shrink: 0; }
  @media (max-width: 750px) {
    .entryArea_icon {
      width: 20vw;
      margin: 0 4vw 0 0; } }

.entryArea_tit {
  color: #003366;
  font-size: 2.3rem;
  font-weight: 700; }
  @media (max-width: 750px) {
    .entryArea_tit {
      font-size: 4vw; } }

.entryArea_btn {
  background: #003366;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px; }
  @media (max-width: 750px) {
    .entryArea_btn {
      width: 60vw;
      font-size: 3.43vw;
      padding: 2vw; } }
  .entryArea_btn::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px; }
    @media (max-width: 750px) {
      .entryArea_btn::after {
        border-width: 1.3vw 0 1.3vw 1.6vw;
        right: 4vw; } }
