/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes entry {
  0% {
    top: 46%;
  }

  80% {
    top: 54%;
  }

  100% {
    top: 54%;
  }
}

@keyframes recruitBtnAfter {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
    top: 0;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes ani_recruitBefore {
  0% {
    top: -50px;
    left: 50%;
    height: 0;
  }

  100% {
    top: -50px;
    left: 50%;
    height: 100px;
  }
}

@keyframes ani_recruitAfter {
  0% {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -50px;
    left: 50%;
    margin-left: -10px;
  }

  40% {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50px;
    left: 50%;
    margin-left: -10px;
  }

  50% {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50px;
    left: 50%;
    margin-left: -10px;
  }

  100% {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
  }
}

body {
  box-sizing: border-box;
  position: relative;
  padding-top: 65px;
  padding-bottom: 128px;
  min-height: 100vh;
  min-width: 1300px;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  body {
    min-width: initial;
    min-width: auto;
    padding-top: 45px;
    padding-bottom: 68px;
    line-height: 2;
  }
}

.headerArea {
  position: fixed;
  width: 100%;
  min-width: 1300px;
  height: 69px;
  top: 0;
  background-color: white;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .headerArea {
    height: 45px;
    min-width: initial;
    min-width: auto;
  }
}

.headerArea>.headerInner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: white;
}

@media screen and (max-width: 768px) {
  .headerArea>.headerInner {
    width: 100%;
  }
}

.headerArea>.headerInner>.headerLogo {
  position: absolute;
  top: 0;
  left: 25px;
  width: 257px;
  line-height: 69px;
}

.headerArea>.headerInner>.headerLogo>a {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.headerArea>.headerInner>.headerLogo>a>img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .headerArea>.headerInner>.headerLogo {
    left: 10px;
    width: 172px;
    line-height: 45px;
  }

  .headerArea>.headerInner>.headerLogo>a {
    width: 100%;
    height: 32px;
  }

  .headerArea>.headerInner>.headerLogo>a>img {
    height: 100%;
    width: auto;
    max-width: initial;
    max-width: auto;
  }
}

.headerArea>.headerInner>.navBtn {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .headerArea>.headerInner>.navBtn {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    background-color: #4eaecc;
  }

  .headerArea>.headerInner>.navBtn>span {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    left: 13px;
    background-color: white;
    transition: transform .2s linear 0s, width .2s ease 0s, opacity .2s linear 0s;
    transform-origin: left center;
  }

  .headerArea>.headerInner>.navBtn>span:nth-child(1) {
    top: 13px;
  }

  .headerArea>.headerInner>.navBtn>span:nth-child(2) {
    top: 22px;
  }

  .headerArea>.headerInner>.navBtn>span:nth-child(3) {
    top: 31px;
  }

  .headerArea>.headerInner>.navBtn.on>span {
    width: 26px;
  }

  .headerArea>.headerInner>.navBtn.on>span:nth-child(1) {
    transform: rotate(45deg);
  }

  .headerArea>.headerInner>.navBtn.on>span:nth-child(2) {
    opacity: 0;
  }

  .headerArea>.headerInner>.navBtn.on>span:nth-child(3) {
    transform: rotate(-45deg);
  }
}

.headerArea>.headerInner>.navigationArea {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .headerArea>.headerInner>.navigationArea {
    position: absolute;
    top: 45px;
    left: 0;
    height: 0;
    background-color: #333333;
    overflow: hidden;
    transition: height .4s ease 0s;
  }

  .headerArea>.headerInner>.navigationArea.on {
    height: 384px;
    max-height: calc(100vh - 45px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.headerArea>.headerInner>.navigationArea>.navList {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .headerArea>.headerInner>.navigationArea>.navList {
    flex-direction: column;
  }
}

.headerArea>.headerInner>.navigationArea>.navList>li {
  position: relative;
  padding: 0 13px;
  margin: 0;
  font-size: 14px;
}

.headerArea>.headerInner>.navigationArea>.navList>li:before {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 1px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-color: #000000;
}

.headerArea>.headerInner>.navigationArea>.navList>li:first-child:before {
  display: none;
}

.headerArea>.headerInner>.navigationArea>.navList>li.on>a {
  border-bottom-color: #1cb0ce;
}

@media screen and (max-width: 768px) {
  .headerArea>.headerInner>.navigationArea>.navList>li {
    padding: 0;
    border-top: 1px solid #a7d7e6;
    font-size: 16px;
  }

  .headerArea>.headerInner>.navigationArea>.navList>li:before {
    display: none;
  }

  .headerArea>.headerInner>.navigationArea>.navList>li:first-child {
    border-top: none;
  }
}

.headerArea>.headerInner>.navigationArea>.navList>li>a {
  box-sizing: border-box;
  position: relative;
  display: block;
  color: #000000;
  text-decoration: none;
  line-height: 64px;
  border-bottom: 5px solid transparent;
  transition: border-bottom-color .2s linear 0s;
}

.headerArea>.headerInner>.navigationArea>.navList>li>a:hover {
  border-bottom-color: #1cb0ce;
}

@media screen and (max-width: 768px) {
  .headerArea>.headerInner>.navigationArea>.navList>li>a {
    color: white;
    background-color: #4eaecc;
    padding-left: 15px;
    border-bottom: none !important;
  }

  .headerArea>.headerInner>.navigationArea>.navList>li>a:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 15px;
    right: 20px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    background-image: url(../img/entry_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

.headerArea>.headerInner>.navigationArea>.navList>li.entryBtn {
  width: 200px;
  padding: 0;
  margin-left: 13px;
}

.headerArea>.headerInner>.navigationArea>.navList>li.entryBtn:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .headerArea>.headerInner>.navigationArea>.navList>li.entryBtn {
    width: 100%;
    margin-left: 0;
    border-top: none;
  }
}

.headerArea>.headerInner>.navigationArea>.navList>li.entryBtn>a {
  border-bottom: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 69px;
  color: white;
  background-color: #ff8d18;
  text-align: center;
  transition: background-color .2s linear 0s;
}

.headerArea>.headerInner>.navigationArea>.navList>li.entryBtn>a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 15px;
  right: 20px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(90deg);
  background-image: url(../img/entry_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.headerArea>.headerInner>.navigationArea>.navList>li.entryBtn>a:hover {
  background-color: #ffb365;
}

.headerArea>.headerInner>.navigationArea>.navList>li.entryBtn>a:hover:after {
  animation: entry .8s ease 0s infinite;
}

@media screen and (max-width: 768px) {
  .headerArea>.headerInner>.navigationArea>.navList>li.entryBtn>a {
    background-color: #e8ba00;
    line-height: 60px;
    text-align: left;
  }

  .headerArea>.headerInner>.navigationArea>.navList>li.entryBtn>a:hover:after {
    animation: none;
  }
}

.recruitLink {
  position: relative;
  padding-top: 0;
  padding-bottom: 115px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .recruitLink {
    padding-bottom: 40px;
  }
}

.recruitLink>h2 {
  position: relative;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 135px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: .1em;
  color: white;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .recruitLink>h2 {
    padding-top: 40px;
  }
}

.recruitLink>h2>.hMain {
  font-size: 27px;
  transition: opacity .4s linear .6s;
}

.recruitLink>h2>.hSub {
  font-size: 14px;
  transition: opacity .4s linear .6s;
}

.recruitLink>h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1ab1cf;
  z-index: -1;
  transition: width .6s ease 0s;
}

.recruitLink>.btnArea {
  box-sizing: border-box;
  position: relative;
  width: 1250px;
  margin: -75px auto 0 auto;
  z-index: 2;
  padding: 60px 180px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .recruitLink>.btnArea {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    flex-direction: column;
    padding: 30px 0;
  }
}

.recruitLink>.btnArea:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 50%;
  background-color: white;
  z-index: -2;
  animation: ani_recruitBefore .6s ease 1.4s forwards;
}

.recruitLink>.btnArea:after {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  z-index: -1;
  animation: ani_recruitAfter 1.5s ease 1.4s forwards;
}

.recruitLink>.btnArea>.bannerOuter {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 425px;
  height: 85px;
  transition: opacity .3s linear 2.9s, transform .3s ease 2.9s;
  text-align: center;
  border: 2px solid #4ba9e5;
  cursor: pointer;
  justify-content: center;
  margin: 0 auto;
}

.recruitLink>.btnArea>.bannerOuter::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 0px solid #4ba9e5;
  transition: border .2s;
}

.recruitLink>.btnArea>.bannerOuter:hover::after {
  border: 3px solid #4ba9e5;
}

.recruitLink>.btnArea>.bannerOuter>a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  width: 100%;
  position: relative;
  z-index: 10;
  transition: opacity .4s linear 0s;
}

.recruitLink>.btnArea>.bannerOuter>a>.bannerOuterInner {
  max-width: 100%;
  height: auto;
  padding: 0 50px;
  box-sizing: border-box;
  transition: .3s;
}

.recruitLink>.btnArea>.bannerOuter>a>.bannerOuterInner>img {
  max-width: 100%;
  width: 60%;
  height: auto;
  margin-bottom: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .recruitLink>.btnArea>.bannerOuter {
    display: block;
    width: 90%;
    max-width: 480px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .recruitLink>.btnArea>.bannerOuter:first-child {
    margin-bottom: 30px;
  }

  .recruitLink>.btnArea>.bannerOuter>a>img {
    max-width: 100%;
    height: auto;
    padding: 50px;
    box-sizing: border-box;
    transition: .3s;
  }

  .recruitLink>.btnArea>.bannerOuter>a>.bannerOuterInner {
    max-width: 100%;
    height: auto;
    padding: 50px;
    box-sizing: border-box;
    transition: .3s;
  }

  .recruitLink>.btnArea>.bannerOuter>a>.bannerOuterInner>img {
    max-width: 100%;
    width: 70%;
    height: auto;
    margin-bottom: 3vw;
    box-sizing: border-box;
  }
}

.recruitLink>.btnArea>.bannerOuter:hover img {
  transform: scale(1.05)
}

.recruitLink.animeElm>h2>.hMain,
.recruitLink.animeElm>h2>.hSub {
  opacity: 0;
}

.recruitLink.animeElm>h2:after {
  width: 0;
}

.recruitLink.animeElm>.btnArea:before {
  animation: none;
}

.recruitLink.animeElm>.btnArea:after {
  animation: none;
}

.recruitLink.animeElm>.btnArea>.bannerOuter {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}

.toTop {
  position: absolute;
  width: 55px;
  height: 50px;
  bottom: 28px;
  left: 50%;
  background-color: #fff;
  transform: translate3d(595px, 0, 0);
  cursor: pointer;
  line-height: 0;
  z-index: 100;
}

.toTop>img {
  max-width: 100%;
  height: auto;
}

.toTop>img {
  transition: opacity .2s linear 0s;
}

.toTop:hover>img {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .toTop {
    position: fixed;
    display: none;
    left: auto;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    transition: opacity .2s ease 0s;
    transform: none;
  }

  .toTop.show {
    display: block;
    opacity: 0;
  }

  .toTop.on {
    opacity: 1;
  }
}

.toCpSite {
  position: absolute;
  width: 260px;
  bottom: 33px;
  left: 50%;
  transform: translate3d(324px, 0, 0);
}

.toCpSite a {
  display: block;
  color: gray;
  font-size: 12px;
  text-decoration: none;
}

.toCpSite a>img {
  width: 100%;
}

.toCpSite a>p {
  padding: 0 8px 0 0;
  margin: -18px 0 0 0;
  text-align: right;
}

.toCpSite a>p>span {
  color: #1cb0ce;
}

@media screen and (max-width: 768px) {
  .toCpSite {
    position: static;
    width: 70vw;
    transform: translate3d(0, 0, 0);
    margin: 2%;
  }

  .toCpSite a>p {
    padding: 0 4% 0 0;
  }
}


.footerCopyright {
  position: absolute;
  width: 100%;
  background-color: #1cb0ce;
  left: 0;
  bottom: 0;
}

.footerCopyright>p {
  padding: 8px 0;
  margin: 0;
  font-size: 10px;
  text-align: center;
  color: white;
  line-height: 1.2;
}

/*# sourceMappingURL=recruit.css.map */

/* リクナビ マイナビ ロゴ */
.naviLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0 30px;
}

.naviLogo div:first-child {
  margin-right: 220px;
}

@media screen and (max-width: 768px) {
  .naviLogo {
    padding: 2vw 0 6vw;
  }

  .naviLogo div:first-child {
    margin-right: 5vw;
  }
}





/* 2026改修 */

/* ------------------------------------------------------------
PC用設定
------------------------------------------------------------ */
.pc {
  display: block
}

.tb {
  display: none
}

.sp {
  display: none
}

.tbsp {
  display: none
}


/* ------------------------------------------------------------
tb用設定
------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .pc {
    display: none
  }

  .tb {
    display: block
  }

  .sp {
    display: none
  }

  .tbsp {
    display: block
  }

}

/* ------------------------------------------------------------
sp用設定
------------------------------------------------------------ */
@media screen and (max-width: 480px) {
  .pc {
    display: none
  }

  .tb {
    display: none
  }

  .sp {
    display: block
  }

  .tbsp {
    display: block
  }
}


body {
  padding-bottom: 28px;
}

.toCpSite {
  position: initial;
  width: initial;
  bottom: initial;
  left: initial;
  transform: initial;
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 4vw;
}

.toCpSite a {
  width: 22%;
}

.toCpSite a img {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .toCpSite {
    gap: 32px;
    padding: 32px;
    flex-direction: column;
    align-items: center;
  }

  .toCpSite a {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .headerArea>.headerInner>.navigationArea.on {
      height: auto;
  }
}