body {
  background-color: #E7EBFE !important;
  padding: 100px 0 0 0; }

/******************************************/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100px; }
  header.active {
    background-color: #E7EBFE; }

.recruit_head {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .recruit_head h1 {
    transition: .3s;
    flex: 1; }
    .recruit_head h1 a {
      transition: .3s;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      width: 345px;
      height: 130px;
      background: #00275C;
      color: #fff; }
      .recruit_head h1 a span {
        transition: .3s;
        background: url("../images/common/logo.svg") center center no-repeat;
        background-size: contain;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        display: block;
        aspect-ratio: 254/30;
        width: 100%;
        max-width: 254px;
        height: auto; }
      .recruit_head h1 a small {
        transition: .3s;
        font: 1.6rem/1em "Noto Sans", sans-serif;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin: 18px 0 0;
        display: block; }

.recruit_nav {
  width: calc(100% - 345px);
  max-width: 860px; }
  .recruit_nav nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
    .recruit_nav nav ul {
      width: calc(100% - 170px);
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      height: 100px; }
    .recruit_nav nav li {
      position: relative; }
      .recruit_nav nav li a {
        transition: .3s;
        font: 1.6rem/40px "Noto Sans", sans-serif;
        font-weight: 500;
        color: #00275C;
        text-decoration: none;
        letter-spacing: 0.05em;
        position: relative; }
        .recruit_nav nav li a:after {
          transition: .3s;
          opacity: 0;
          top: -10px;
          left: 50%;
          transform: translate(-50%, 0%);
          position: absolute;
          content: "";
          display: block;
          width: 7px;
          height: 7px;
          background-color: #C80F2F;
          border-radius: 50%; }
      .recruit_nav nav li.slash {
        padding: 0;
        font-size: 1.6rem;
        color: #4771AB;
        user-select: none;
        pointer-events: none; }
        .recruit_nav nav li.slash::before {
          content: "/"; }
    .recruit_nav nav li.current a:after {
      opacity: 1; }
    .recruit_nav nav li:last-of-type {
      padding: 0; }
      .recruit_nav nav li:last-of-type a {
        display: block;
        width: 125px;
        height: 42px;
        border: 1px solid #00275C;
        color: #00275C;
        letter-spacing: 0.05em;
        text-decoration: none;
        text-align: center;
        font: 1.5rem/40px "Noto Sans", sans-serif;
        font-weight: 500; }
      .recruit_nav nav li:last-of-type:before {
        display: none; }

.head_entry {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font: 1.7rem/1em "Noto Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 132px;
  background: linear-gradient(#C80F2F, #9F0721);
  position: relative;
  z-index: 10; }
  .head_entry span {
    background: url("../images/common/arrow_w.svg") center bottom no-repeat;
    padding: 0 0 16px;
    display: block;
    padding: 0 0 30px; }
  .head_entry:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #00275C;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .3s;
    opacity: 0; }

@media (hover: hover) {
  .recruit_head h1 a:hover span, .recruit_head h1 a:hover small {
    opacity: 0.5; }

  .recruit_nav li a:hover:after {
    opacity: 1; }
  .recruit_nav li.current a:hover:after {
    background-color: #00275C; }
  .recruit_nav li:last-of-type {
    padding: 0; }
    .recruit_nav li:last-of-type a:hover {
      background-color: #fff; }
      .recruit_nav li:last-of-type a:hover:after {
        display: none; }

  .head_entry:hover:before {
    opacity: 1; } }
@media (max-width: 1280px) {
  .recruit_head h1 a {
    width: 320px;
    height: 120px; }

  .recruit_nav {
    width: calc(100% - 340px);
    max-width: 780px; }
    .recruit_nav nav ul {
      width: calc(100% - 145px);
      max-width: 630px; }
    .recruit_nav nav li:last-of-type {
      margin: 0 0 0 5px; }
      .recruit_nav nav li:last-of-type a {
        width: 110px; }

  .head_entry {
    width: 120px;
    height: 120px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .recruit_head h1 a {
    height: 100px;
    width: 320px; }
    .recruit_head h1 a small {
      margin: 10px 0 0; }

  .recruit_nav {
    width: calc(100% - 340px);
    max-width: 100px; }
    .recruit_nav nav ul {
      display: none; }

  .head_entry {
    width: 100px;
    height: 100px; }

  .toggle {
    width: 100px;
    height: 100px; }
    .toggle small {
      font: 1.6rem/1em "Noto Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      margin: 18px 0 0;
      display: block; }
    .toggle span {
      width: 35px; }
      .toggle span:nth-of-type(1) {
        top: 38%; }
      .toggle span:nth-of-type(2) {
        top: 50%; }
      .toggle span:nth-of-type(3) {
        top: 62%; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .recruit_head h1 a {
    height: 100px;
    width: 240px; }
    .recruit_head h1 a span {
      max-width: 200px; }
    .recruit_head h1 a small {
      font: 1.5rem/1em "Noto Sans", sans-serif;
      font-weight: 500;
      margin: 10px 0 0; }

  .recruit_nav {
    width: calc(100% - 340px);
    max-width: 100px; }
    .recruit_nav nav ul {
      display: none; }

  .head_entry {
    width: 100px;
    height: 100px;
    font: 1.6rem/1em "Noto Sans", sans-serif;
    font-weight: 500; }
    .head_entry span {
      background: url("../images/common/arrow_w.svg") center bottom no-repeat;
      padding: 0 0 25px;
      display: block; }

  .toggle {
    width: 100px;
    height: 100px; }
    .toggle span {
      width: 35px; }
      .toggle span:nth-of-type(1) {
        top: 38%; }
      .toggle span:nth-of-type(2) {
        top: 50%; }
      .toggle span:nth-of-type(3) {
        top: 62%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  header {
    height: 70px; }

  .recruit_head {
    padding: 0 15px 0 0; }
    .recruit_head h1 a {
      width: 190px;
      height: 70px; }
      .recruit_head h1 a span {
        max-width: 141px; }
      .recruit_head h1 a small {
        font: 1.3rem/1em "Noto Sans", sans-serif;
        font-weight: 500;
        margin: 10px 0 0; }

  .recruit_nav {
    display: none; }

  .toggle {
    width: 45px;
    height: 45px; }
    .toggle span {
      width: 15px; }
      .toggle span:nth-of-type(1) {
        top: 35%; }
      .toggle span:nth-of-type(2) {
        top: 50%; }
      .toggle span:nth-of-type(3) {
        top: 65%; } }
/*max-width:480px*/
/******************************************/
.recruit_gnav {
  padding: 180px 0 0;
  background-color: #E7EBFE; }
  .recruit_gnav nav ul {
    width: 100%;
    margin: 0 auto 50px; }
  .recruit_gnav nav li a {
    color: #00275C;
    font: 4rem/1em "Albert Sans", sans-serif;
    font-weight: 300; }
  .recruit_gnav nav .entry_btn {
    text-decoration: none;
    background: linear-gradient(#C80F2F, #9F0721);
    padding: 0 55px 0 75px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 880px;
    width: 100%;
    height: 200px;
    margin: 0 auto 30px;
    border-radius: 20px;
    color: #fff;
    font: 9rem/1em "Albert Sans", sans-serif;
    font-weight: 300;
    position: relative;
    z-index: 10;
    overflow: hidden; }
    .recruit_gnav nav .entry_btn span {
      margin: 15px 0 0;
      display: block;
      font: 1.8rem/1em "Noto Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em; }
    .recruit_gnav nav .entry_btn:before {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/recruit/entry_arrow.svg") center center no-repeat;
      background-size: contain;
      width: 60px;
      height: 60px;
      top: 50%;
      right: 40px;
      left: auto;
      transform: translate(0%, -50%); }
    .recruit_gnav nav .entry_btn:after {
      transition: .3s;
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: -1;
      opacity: 0;
      background: #00275C; }

@media (hover: hover) {
  .gnav nav li a:hover {
    background-color: #FFFFFF; }
  .gnav nav p a:hover {
    color: #7B93B3; }
  .gnav nav .entry_btn:hover:after {
    opacity: 1; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .gnav nav div {
    max-width: 640px;
    width: calc(100% - 60px); }
  .gnav nav .entry_btn {
    padding: 35px 40px 0;
    height: 180px;
    display: block;
    margin: 0 auto 30px;
    color: #fff;
    font: 8rem/1em "Albert Sans", sans-serif;
    font-weight: 300;
    position: relative;
    z-index: 10;
    overflow: hidden; }
    .gnav nav .entry_btn span {
      position: absolute;
      left: 0;
      bottom: 30px;
      width: 100%;
      padding: 0 0 0 40px;
      display: block;
      font: 1.8rem/1em "Noto Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em; }
    .gnav nav .entry_btn:before {
      /*position: absolute;
      content: "";
      display: block;
      background: url("../images/recruit/entry_arrow.svg") center center no-repeat;
      background-size: contain;
      width:50px;
      height: 50px;*/
      top: 41%;
      right: 30px;
      left: auto;
      transform: translate(0%, -50%); }
  .gnav nav p {
    width: calc(100% - 40px); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .gnav {
    padding: 100px 0 0; }
    .gnav nav li a {
      padding: 20px;
      font: 3.2rem/1em "Albert Sans", sans-serif;
      font-weight: 300; }
    .gnav nav .entry_btn {
      padding: 35px 30px 0;
      height: 150px;
      font: 5.5rem/1em "Albert Sans", sans-serif;
      font-weight: 300; }
      .gnav nav .entry_btn span {
        padding: 0 0 0 30px;
        display: block;
        font: 1.5rem/1em "Noto Sans", sans-serif;
        font-weight: 500; }
      .gnav nav .entry_btn:before {
        width: 40px;
        height: 40px; } }
/*max-width:480px*/
/******************************************/
.page_head {
  width: 100%;
  background: url("../images/common/rectuit_hedder_bg.png") center center no-repeat;
  background-size: cover;
  min-height: 280px;
  padding: 65px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .page_head > span {
    display: block;
    width: fit-content;
    padding: 0 25px;
    margin: 0 auto 30px;
    position: relative;
    font: 1.8rem/1em "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #00275C;
    border-left: 1px solid #6D86A7;
    border-right: 1px solid #6D86A7; }
  .page_head h1 {
    text-align: center;
    color: #00275C;
    font: 8rem/1.1em "Albert Sans", sans-serif;
    font-weight: 300; }
    .page_head h1 br {
      display: none; }
    .page_head h1 span {
      font-weight: 100; }

/*min-width:1920px*/
@media (max-width: 1280px) {
  .page_head h1 {
    font: 7.5rem/1.1em "Albert Sans", sans-serif;
    font-weight: 300; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .page_head h1 br {
    display: block; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .page_head > span {
    font: 1.7rem/1em "Noto Sans", sans-serif;
    font-weight: 700; }
  .page_head h1 {
    font: 6rem/1.1em "Albert Sans", sans-serif;
    font-weight: 300; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_head {
    min-height: 215px;
    padding: 40px 0; }
    .page_head > span {
      font: 1.4rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      margin: 0 0 20px; }
    .page_head h1 {
      font: 4.5rem/1.1em "Albert Sans", sans-serif;
      font-weight: 300; } }
/*max-width:480px*/
/******************************************/
.recruit_top {
  padding: 160px 0 0;
  margin: 0 auto 120px; }
  .recruit_top h2 {
    font: 3.4rem/1.5em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 50px 0 0;
    background: url("../images/common/icon.svg") center top no-repeat;
    background-size: 17px;
    margin: 0 0 80px;
    color: #00275C; }
  .recruit_top p {
    color: #00275C;
    text-align: center;
    font: 2rem/2.4em "Noto Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin: 0 auto 30px; }
    .recruit_top p .line {
      background: linear-gradient(#CBD3FD 0%, #CBD3FD 0%);
      display: inline; }
    .recruit_top p:last-of-type {
      margin-bottom: 50px; }
    .recruit_top p br.one,
    .recruit_top p br.two {
      display: none; }

.scroll_item {
  display: block;
  position: relative;
  width: 3px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden; }
  .scroll_item:before {
    background: url("../images/common/scroll_dot.svg") center center no-repeat;
    position: absolute;
    content: "";
    top: auto;
    width: 3px;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%); }
  .scroll_item:after {
    position: absolute;
    content: "";
    display: block;
    top: auto;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 100%;
    background-color: #E7EBFE;
    opacity: 0.7;
    animation: 3s scroll_top_before linear infinite; }

@keyframes scroll_top_before {
  0% {
    bottom: 100px; }
  100% {
    bottom: -100px; } }
/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .recruit_top {
    padding: 100px 30px 0;
    margin: 0 auto 100px; }
    .recruit_top h2 {
      font: 3rem/1.5em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
      font-weight: 400;
      letter-spacing: 0.1em;
      margin: 0 0 60px; }
    .recruit_top p {
      font: 1.9rem/2.4em "Noto Sans", sans-serif;
      font-weight: 400;
      letter-spacing: 0.02em; }
      .recruit_top p br.one {
        display: block; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .recruit_top {
    padding: 60px 30px 0;
    margin: 0 auto 50px; }
    .recruit_top h2 {
      letter-spacing: 0.1em;
      padding: 30px 0 0;
      background: url("../images/common/icon.svg") center top no-repeat;
      background-size: 13px;
      margin: 0 0 40px; }
    .recruit_top p {
      font: 1.7rem/2em "Noto Sans", sans-serif;
      font-weight: 400; }
      .recruit_top p:last-of-type {
        margin: 0 auto 30px; }
      .recruit_top p br.two {
        display: block; } }
/*max-width:480px*/
/******************************************/
.entry {
  padding: 160px 50px 200px; }
  .entry h2 {
    color: #4F61B8;
    font: 5.5rem/1.3em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
    font-weight: 500;
    letter-spacing: 0.12em;
    position: relative;
    padding: 30px 0 35px 35px;
    margin: 0 auto 30px;
    width: fit-content; }
    .entry h2:before {
      position: absolute;
      content: "";
      display: block;
      left: 0;
      top: 0;
      background: url("../images/recruit/h1_top.svg") center center no-repeat;
      background-size: contain;
      aspect-ratio: 140/45;
      width: 100%;
      max-width: 140px;
      height: auto; }
    .entry h2:after {
      position: absolute;
      content: "";
      display: block;
      left: auto;
      top: auto;
      right: 0;
      bottom: 0;
      background: url("../images/recruit/h1_btm.svg") center center no-repeat;
      background-size: contain;
      aspect-ratio: 140/45;
      width: 100%;
      max-width: 140px;
      height: auto; }
  .entry p.white {
    margin: 0 auto 60px;
    color: #4F61B8;
    font: 2.2rem/1.3em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
    width: fit-content;
    border-radius: 50px;
    box-shadow: 0px 0px 10px -3px #4F61B8;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 20px 15px 30px; }
    .entry p.white br {
      display: none; }
  .entry p {
    color: #00275C;
    font: 1.8rem/2em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin: 0 auto 40px;
    text-align: center; }
    .entry p br {
      display: none; }
  .entry a {
    text-decoration: none;
    background: linear-gradient(#C80F2F, #9F0721);
    padding: 0 55px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 880px;
    width: 100%;
    height: 220px;
    margin: 0 auto;
    border-radius: 20px;
    color: #fff;
    font: 9rem/1em "Albert Sans", sans-serif;
    font-weight: 300;
    position: relative;
    z-index: 10;
    overflow: hidden; }
    .entry a span {
      margin: 0 0 0 50px;
      display: block;
      font: 1.8rem/1em "Noto Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em; }
    .entry a:before {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/recruit/entry_arrow.svg") center center no-repeat;
      background-size: contain;
      width: 60px;
      height: 60px;
      top: 50%;
      right: 40px;
      left: auto;
      transform: translate(0%, -50%); }
    .entry a:after {
      transition: .3s;
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: -1;
      opacity: 0;
      background: #00275C; }

@media (hover: hover) {
  .entry a:hover:after {
    opacity: 1; } }
/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .entry {
    padding: 160px 50px 200px; }
    .entry p br:nth-child(1) {
      display: block; }
    .entry a {
      max-width: 700px;
      flex-direction: column; }
      .entry a span {
        margin: 15px 0 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .entry {
    padding: 110px 30px 150px; }
    .entry h2 {
      font: 4.2rem/1.3em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
      font-weight: 500;
      padding: 25px 0 30px 30px; }
      .entry h2:before, .entry h2:after {
        max-width: 130px;
        height: auto; }
    .entry p.white {
      margin: 0 auto 30px;
      font: 2rem/1.5em "Noto Sans", sans-serif;
      font-weight: 500;
      border-radius: 15px;
      padding: 15px 20px 15px 30px; }
      .entry p.white br {
        display: block; }
    .entry p {
      font: 1.7rem/2em "Noto Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.01em; }
    .entry a {
      height: 200px;
      max-width: 480px;
      padding: 0 0 10px 40px;
      margin: 0 auto;
      align-items: flex-start;
      border-radius: 20px;
      font: 8rem/1em "Albert Sans", sans-serif;
      font-weight: 300; }
      .entry a span {
        margin: 15px 0 0 0;
        text-align: left;
        font: 1.7rem/1em "Noto Sans", sans-serif;
        font-weight: 500; }
      .entry a:before {
        width: 45px;
        height: 45px;
        top: 50%;
        right: 20px;
        left: auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .entry {
    padding: 60px 20px 60px; }
    .entry h2 {
      width: 100%;
      font: 3.4rem/1.3em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
      font-weight: 500;
      padding: 20px 0 20px 20px;
      max-width: 325px;
      margin: 0 auto 15px; }
      .entry h2:before, .entry h2:after {
        max-width: 90px;
        height: auto; }
    .entry p.white {
      font: 1.7rem / 1.6em "Noto Sans", sans-serif;
      font-weight: 500;
      padding: 15px 38px;
      width: 100%;
      max-width: 325px;
      margin: 0 auto 30px;
      border-radius: 15px;
      text-align: left; }
      .entry p.white br {
        display: block; }
    .entry p {
      font: 1.5rem/2em "Noto Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.06em;
      margin: 0 auto 30px; }
      .entry p br {
        display: block; }
    .entry a {
      height: 130px;
      max-width: 335px;
      padding: 18px 55px 0 0;
      margin: 0 auto;
      display: block;
      border-radius: 20px;
      font: 6rem/1em "Albert Sans", sans-serif;
      font-weight: 300;
      text-align: center; }
      .entry a span {
        margin: 15px auto 0;
        width: 100%;
        padding: 0;
        position: absolute;
        left: 0;
        bottom: 23px;
        text-align: center;
        font: 1.5rem/1em "Noto Sans", sans-serif;
        font-weight: 500; }
      .entry a:before {
        width: 45px;
        height: 45px;
        top: 37%;
        right: 45px;
        left: auto; } }
/*max-width:480px*/
