@charset "UTF-8";
/* 
  add style
*/

/* 
  20260421追加　各種「採用特設サイトはこちら」ボタン
*/
/* 共通ヘッダー */
.header-recruit {
  align-self: flex-end;
  margin-right: 3em;
  margin-left: auto;
}
.header-recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  background: #3083be;
  background: linear-gradient(125deg, #3b8ed0, #3671b6);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  height: 50px;
  border-radius: 100vh;
  padding: 0.3em 1.5em 0.4em 2em;
  border-radius: 100vh;
  transition: background 0.4s, color 0.4s, opacity 0.4s;
}
.header-recruit a::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/icon/new_window_wh.svg) 50% 50% no-repeat;
  background-size: contain;
}

/* ハンバーガーメニュー */
.drawer-menu_item.__recruit {
  background: #3083be;
  background: linear-gradient(125deg, #3b8ed0, #3671b6);
}
.drawer-menu_item.__recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  background: linear-gradient(125deg, #3b8ed0, #3671b6);
  transition: background 0.4s, color 0.4s, opacity 0.4s;
}
.drawer-menu_item.__recruit a::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/icon/new_window_wh.svg) 50% 50% no-repeat;
  background-size: contain;
}

/* 香林会採用情報ページ */
.recruit {
  position: relative;
}
.recruit-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.recruit-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  background: #3083be;
  background: linear-gradient(125deg, #3b8ed0, #3671b6);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  height: 3em;
  border-radius: 100vh;
  padding: 0.5em 1.5em 0.6em 2em;
  transition: background 0.4s, color 0.4s, opacity 0.4s;
}
.recruit-btn a::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/icon/new_window_wh.svg) 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .recruit-btn {
    position: relative;
    top: -60px;
    display: flex;
    justify-content: center;
  }
}