.grad, .btn_entry, .drawer-header .phone {
  background: linear-gradient(313deg, #ffee00, #ff6700);
  background-size: 200% 200%;
  animation: Gradient 5s ease infinite; }
@keyframes Gradient {
  0% {
    background-position: 0% 7%; }
  50% {
    background-position: 100% 94%; }
  100% {
    background-position: 0% 7%; } }
@media (max-width: 1024px) {
  .spnone {
    display: none !important; } }
@media (min-width: 1025px) {
  .pcnone {
    display: none !important; }

    .pc-ico { left: 0; }

  a img {
    transition: opacity .4s; }
    a img:hover {
      opacity: .65; } }
.innner, main ol, .cont > div, .innner2, .sec_staff_interview ol {
  margin: 0 auto; }

.innner, main ol, .cont > div {
  max-width: 780px; }
  @media (min-width: 1025px) {
    .innner, main ol, .cont > div {
      max-width: 980px; } }

.innner2, .sec_staff_interview ol {
  max-width: 100%; }
  @media (min-width: 1025px) {
    .innner2, .sec_staff_interview ol {
      max-width: 1024px; } }

.gf, .ttl1, .ttl2, .drawer-menu-item b {
  font-family: 'Ubuntu', sans-serif; }

.flex, .flexB, .drawer-header, .flexC, .box-contact > div, .drawer-header .phone, button, .flexW {
  display: flex; }

.flex, .flexB, .drawer-header, .flexC, .box-contact > div, .drawer-header .phone, button {
  align-items: center; }

.flexB, .drawer-header {
  justify-content: space-between; }

.flexC, .box-contact > div, .drawer-header .phone, button {
  justify-content: center; }

.flexW {
  flex-wrap: wrap; }

.btn1, .btn2, main ol li a, .btn_entry {
  position: relative;
  font-weight: bold;
  border-radius: 25px;
  text-align: center; }
  .btn1 .icon, .btn2 .icon, main ol li a .icon, .btn_entry .icon {
    position: absolute;
    right: 1em;
    top: calc(50% - .5em);
    width: 1em;
    height: 1em;
    font-size: 0.8em; }
  @media (min-width: 1025px) {
    .btn1, .btn2, main ol li a, .btn_entry {
      border-radius: 0;
      transition: .4s; }
      .btn1 .icon, .btn2 .icon, main ol li a .icon, .btn_entry .icon {
        transition: right .4s; }
      .btn1:hover, .btn2:hover, main ol li a:hover, .btn_entry:hover {
        border-radius: 25px; }
        .btn1:hover .icon, .btn2:hover .icon, main ol li a:hover .icon, .btn_entry:hover .icon {
          right: .8em; } }

.btn1, .btn_entry {
  display: block;
  max-width: 240px; }
  @media (min-width: 1025px) {
    .btn1, .btn_entry {
      max-width: 300px; } }

.btn1 {
  background: rgba(18, 21, 26, 0.8);
  color: white !important;
  margin: 2rem auto;
  padding: .5em;
  font-size: .9rem; }
  .btn1 .icon {
    fill: white; }

.btn2, main ol li a {
  display: inline-block;
  border: 1px solid;
  padding: .5em 2.5em .5em 1.2em;
  font-size: .8em;
  letter-spacing: .08em;
  line-height: 1; }

.btn_entry {
  color: #12151A !important;
  margin: 0 auto;
  height: 50px;
  font-size: 1.2em;
  line-height: 50px;
  letter-spacing: .08em; }

h1 {
  width: 120px; }
  @media (min-width: 1025px) {
    h1 {
      width: 180px;
      padding-left: 1rem; } }

.ttl1, .ttl2 {
  font-weight: 700;
  padding: 3rem 0 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1; }
  .ttl1 span, .ttl2 span {
    display: block; }

.ttl1 b {
  padding-bottom: .2em;
  margin-bottom: .5em;
  display: inline-block;
  font-size: 2.4em;
  letter-spacing: .06em;
  border-bottom: 2px solid #F5B300; }

.ttl2 b {
  display: block;
  margin-bottom: .3em;
  font-size: 2.8em;
  letter-spacing: .02em; }
@media (min-width: 1025px) {
  .ttl2 {
    margin-bottom: 2em; }
    .ttl2 b {
      font-size: 3.4em; } }

.box_txt, main ol li {
  padding: 0 2rem 2rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph; }
  .box_txt p:not(:last-child), main ol li p:not(:last-child) {
    margin-bottom: 1.5em; }
  .box_txt b, main ol li b {
    font-weight: bold;
    font-size: 1.1em; }

.sec_staff_interview {
  background: #e4e4e4;
  padding: 0 2rem 2rem; }
  .sec_staff_interview li:not(:last-child) {
    margin-bottom: .5rem; }
  @media (min-width: 1025px) {
    .sec_staff_interview {
      padding-top: 1.6rem;
      padding-bottom: 4rem; }
      .sec_staff_interview ol {
        display: flex;
        flex-wrap: wrap; }
        .sec_staff_interview ol li {
          width: 50%;
          padding: 0 .25rem; } }

.btn_fl {
  display: block;
  position: fixed;
  z-index: 55;
  right: 1rem;
  bottom: 1rem;
  width: 80px;
  height: 80px; }
  @media (min-width: 1025px) {
    .btn_fl {
      width: 100px;
      height: 100px;
      right: 2rem;
      bottom: 1.5rem;
      transition: .2s; }
      .btn_fl:hover {
        transform: scale(1.2); }
        .btn_fl:hover img {
          opacity: 1; } }

footer {
  position: relative;
  z-index: 50;
  margin-top: auto;
  background: #12151A;
  font-size: .8em;
  letter-spacing: .09em; }
  footer, footer a, footer a:visited {
    color: #CCC; }
  footer .f-logo {
    display: block;
    width: 120px;
    margin: 0 auto; }
  /* footer .btn_entry {
    max-width: 300px;
    margin: 2.6rem auto 1.6rem;
    font-size: 1.3rem;
    height: 60px;
    line-height: 60px;
    border-radius: 30px; } */
  @media (min-width: 1025px) {
    footer .f-logo {
      width: 200px; }
    /* footer .btn_entry {
      max-width: 340px;
      height: 80px;
      line-height: 80px;
      border-radius: 0; }
      footer .btn_entry:hover {
        border-radius: 40px; } */
      }

.breadcrumb {
  display: flex;
  white-space: nowrap;
  overflow: auto;
  padding: 1em 1rem;
  line-height: 1;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }
  .breadcrumb li:not(:last-child) {
    margin-right: 1.2em; }
  .breadcrumb .icon {
    width: .7em;
    height: 1em;
    fill: #666;
    vertical-align: bottom; }

.copyRight {
  padding: 1rem;
  text-align: center; }
  .copyRight em {
    font-size: 1.2em;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    margin-bottom: .1rem; }

header {
  background: #12151A; }
  header, header a, header a:visited {
    color: white; }
  header.fixed {
    position: fixed;
    z-index: 102;
    top: 0;
    width: 100%; }

.box-contact {
  margin-bottom: 2rem; }
  .box-contact > div {
    margin-bottom: 1.3rem; }
    .box-contact > div > div {
      width: 44px;
      height: 44px; }
      .box-contact > div > div a {
        display: block;
        height: 100%;
        padding: 5px; }
      .box-contact > div > div .icon {
        fill: #F5B300; }
      .box-contact > div > div:first-child .icon {
        fill: #00B900; }
      .box-contact > div > div:nth-child(2) {
        margin: 0 1.5rem; }

.drawer-nav {
  position: fixed;
  z-index: 103;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(18, 21, 26, 0.95);
  top: -100vh;
  padding-top: 50px; }

.drawer-menu {
  text-align: center; }

.drawer-header {
  position: relative;
  z-index: 102;
  height: 50px;
  padding-right: 50px; }
  .drawer-header .phone {
    padding: 10px; }

.drawer-header .phone, button {
  width: 50px;
  height: 50px; }

button {
  position: absolute;
  z-index: 104;
  top: 0;
  right: 0;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent; }
  button:hover {
    cursor: pointer; }
  button span {
    position: relative;
    display: block; }
    button span, button span::before, button span::after {
      width: 16px;
      height: 2px;
      transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      background: #F5B300; }
    button span::before, button span::after {
      position: absolute;
      top: -6px;
      left: 0;
      content: ' '; }
    button span::after {
      top: 6px;
      width: 10px; }

.drawer-menu {
  padding-bottom: 7.5rem; }
  .drawer-menu > ul li:first-child b {
    color: #F5B300; }

.drawer-menu-item {
  display: inline-block;
  font-size: .9em;
  letter-spacing: .25em;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin: 1.5em auto; }
  .drawer-menu-item b {
    font-weight: 400;
    display: block;
    font-size: 2.5em;
    position: relative; }
  .drawer-menu-item .icon {
    font-size: .9rem;
    fill: white;
    width: .9em;
    height: .9em;
    position: absolute;
    right: -2rem;
    top: calc(50% - .5em);
    transform: rotate(90deg);
    transition: .4s; }

.drawer-open {
  overflow: hidden !important; }
  .drawer-open .drawer-nav {
    top: 0; }
  .drawer-open button {
    position: fixed; }
    .drawer-open button span {
      background-color: transparent; }
      .drawer-open button span::before, .drawer-open button span::after {
        top: 0; }
      .drawer-open button span::before {
        transform: rotate(45deg); }
      .drawer-open button span::after {
        transform: rotate(-45deg);
        width: 16px; }

.drawer-dropdown .drawer-dropdown-menu {
  display: none;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2.5; }
  .drawer-dropdown .drawer-dropdown-menu > li {
    width: 100%; }
    .drawer-dropdown .drawer-dropdown-menu > li a {
      display: block;
      color: #F5B300; }
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block; }
.drawer-dropdown.open .drawer-menu-item .icon {
  transform: rotate(-90deg); }

@media (min-width: 1025px) {
  header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 1rem; }

  .drawer-header .phone, button {
    display: none; }

  .drawer-nav {
    position: relative;
    top: 0;
    overflow: visible;
    width: auto;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
    background: transparent; }

  .drawer-menu {
    padding: 0;
    display: flex;
    flex-direction: row-reverse; }
    .drawer-menu > ul {
      display: flex;
      font-size: .8em; }
      .drawer-menu > ul > li {
        margin-right: 4rem; }
        .drawer-menu > ul > li:first-child {
          display: none; }
        .drawer-menu > ul > li:last-child {
          margin-right: 2rem; }

  .drawer-menu-item b {
    font-size: 1.6em; }
  .drawer-menu-item .icon {
    font-size: .6rem;
    right: -1.8em; }

  .drawer-dropdown {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center; }
    .drawer-dropdown .drawer-menu-item {
      transition: .4s; }
      .drawer-dropdown .drawer-menu-item:hover {
        color: #F5B300; }
        .drawer-dropdown .drawer-menu-item:hover .icon {
          fill: #F5B300; }
    .drawer-dropdown .drawer-dropdown-menu {
      position: absolute;
      width: 100%; }
    .drawer-dropdown.open .drawer-dropdown-menu {
      position: absolute;
      background: rgba(0, 0, 0, 0.9);
      font-size: .8rem;
      width: 16em;
      padding: .6em 0 1em;
      top: 100%;
      margin-bottom: 0;
      border-radius: 0 0 .3em .3em;
      left: calc(50% - 8em); }

  .box-contact {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: .8rem; }
    .box-contact > div {
      margin: 0 1rem 0;
      width: 240px;
      height: 80px;
      background: url("../img/pc-h_contact.png?=123") no-repeat;
      background-size: 100%;
      display: block;
      position: relative; }
      .box-contact > div > div {
        margin: 0 !important;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        bottom: 6px; }
    .box-contact .btn_entry {
      width: 180px;
      padding-right: .5em; } }
main ol li {
  line-height: 1.6;
  margin-bottom: 1.5rem; }
  main ol li h3 {
    padding-top: calc(100px + 1rem);
    font-size: 1.3em;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
    z-index: 10; }
  main ol li p {
    font-size: .9em;
    font-weight: bold;
    margin: .3rem auto .8rem !important; }
  main ol li:first-child h3 {
    background: url("../img/interview-01.png") no-repeat left top;
    background-size: 100px; }
  main ol li:nth-child(2) h3 {
    background: url("../img/interview-02.png") no-repeat left top;
    background-size: 100px; }
  main ol li:nth-child(3) h3 {
    background: url("../img/interview-03.png") no-repeat left top;
    background-size: 100px; }
  main ol li:last-child h3 {
    background: url("../img/interview-04.png") no-repeat left top;
    background-size: 100px; }
@media (min-width: 1025px) {
  main ol {
    display: flex;
    flex-wrap: wrap; }
    main ol li {
      width: 50%; } }

.cont {
  position: relative;
  top: -4rem;
  margin-bottom: -4rem;
  padding: 0 1rem; }
  .cont > div {
    background: white;
    line-height: 1.6;
    margin-bottom: 1rem;
    position: relative;
    padding: calc(.6rem + .5rem) 2rem 0; }
    .cont > div::before {
      position: absolute;
      content: "";
      width: 100%;
      height: .5rem;
      top: 0;
      left: 0; }

.ttl2.salary {
    background: url(../img/bg-salary-title.png) center no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom:1rem;
}
.salary-box {
    background:#ddd;
    padding:1rem 0.5rem;
    margin-bottom:1rem;
}
@media (min-width: 1025px) {
    .salary-box {
        display:flex;
        justify-content:space-between;
    }
    .salary-box > div {
        width:50%;
        padding:0.5rem 1rem;
    }
}
.salary-midashi {
    background:#fff;
    padding:2rem 3rem;
}
.salary-midashi h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.salary-midashi p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.salary-icon {
    background: url(../img/recruit-01.jpg) right no-repeat;
    background-size: cover;
    width: 3rem;
    height: 3rem;
    margin: 0.5rem auto;
}
.salary-icon.rec02 {
    background-image: url(../img/recruit-02.jpg);
}
.salary-icon.rec03 {
    background-image: url(../img/recruit-03.jpg);
}
.salary-icon.rec04 {
    background-image: url(../img/recruit-04.jpg);
}
.salary-midashi ~ ul {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding:1rem 0;
}
.salary-midashi ~ ul li {
    width:50%;
}
.salary-midashi ~ ul li:before {
    content:"▶";
}
.required {
    background:#00a0e9;
    color:#fff;
    font-weight:bold;
    padding:1rem;
}
.required.ora {
    background:#ffa025;
}
.required ul {
    font-size: 1.25rem;
    font-weight:bold;
    width: 80%;
    margin: 1rem auto 0;
  }
  .required li {
    padding-left:1em;
    text-indent:-1em;
}
@media (min-width: 1025px) {
    .required {
        height:100%;
    }
}
.req-title {
    font-size: 2rem;
    text-align: center;
}
.req-txt {
    color: #12151A;
    font-size: 1.18rem;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.incsys .salary-midashi {
  padding:0;
}
.incsys .salary-midashi h3 {
  margin:2rem;
}
.incsys .salary-midashi ul {
  text-align:center;
}
.incsys .ttl2 {
  font-size:1.6rem;
  margin:0;
}
.incsys ol {
  margin-bottom:2rem;
}
.incsys ol li {
  padding:2rem;
  margin:0;
  border-left:1px solid #ccc;
}
.incsys ol li:nth-child(1),.incsys ol li:nth-child(3) {
  border-left:none;
}

.incsys .req-title {
  font-size: 1.8rem;
}
.incsys .req-txt {
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .incsys .salary-midashi {
    padding:2rem 3rem;
  }
  .incsys .req-txt {
    font-size:1.18rem;
  }
}
h1.group { width:230px;margin-left:1rem; }
@media (min-width: 1025px) {
  h1.group { margin-left:-50px; }
}

.box-contact.inline {
  background:#12151A;
  max-width:375px;
  margin:0 auto;
  padding-bottom: 0.25em;
  margin-bottom:2rem;
}
.box-contact.inline > div {
  margin: 0 0.25rem 0;
}
@media (min-width: 1025px) {
  .box-contact.inline {
    padding-bottom: 0;
  }
}

