.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; }

main {
  background:#d5d6d4;
}
.pc {
  display:none;
}
.ttl2.salary {
    background: url(../img/bg-salary-title.png) center no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom:1rem;
}
.flow-box {
  padding:1rem 3rem 0;
}
.flow-box.p2 {
  padding:0 1rem 2rem;
}
.flow-box-child {
  background:#fff;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:stretch;
  border-radius:0.8rem;
  overflow: hidden;
}
.flow-box-child + .flow-box-child {
  margin-top:2rem;
}
.flow-box-child .num,.flow-box-child .ttl {
  background:#c6858f;
  color:#fff;
  font-size:1.2rem;
  font-weight:bold;
  height:3rem;
  display:flex;
  align-items:center;
}
.flow-box-child.ant:last-child {
  background:#6399ae;
}
.flow-box-child.ant .num,.flow-box-child.ant .ttl {
  background:#6399ae;
}
.flow-box-child.ant:last-child .num,.flow-box-child.ant:last-child .ttl {
  height:auto;
}
.flow-box-child .num {
  font-size:2rem;
  width:20%;
  position:relative;
}
.flow-box-child .num:after {
  content:"";
  background:#fff;
  display:block;
  width:2px;
  height:90%;
  position:absolute;
  top:50%;
  right:0;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.flow-box-child .num p {
  position:absolute;
  top:54%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.flow-box-child .ttl {
  width:80%
}
.flow-box-child .ttl p {
  padding:0 1rem;
}
.flow-box-child > p {
  width:100%;
  padding:1rem;
}
.flow-box-child.ant:last-child .num {
  height:6rem;
}
.flow-box-child.ant:last-child .ttl p {
  padding:0.5rem
}
.modal__content li a img {
  width:80%;
}
@media (min-width: 1025px) {
  .pc {
    display:block;
  }
  .flow-box-child {
    flex-wrap:nowrap;
    height:5rem;
    line-height:1.2;
  }
  /* .flow-box-child:after {} */
  .flow-box-child .num, .flow-box-child .ttl {
    height:100%;
  }
  .flow-box-child.ant:last-child .ttl {
    width:90%;
  }
  .flow-box-child .num {
    font-size:4rem;
    width:10%;
  }
  .flow-box-child .ttl {
    width:20%;
  }
  .flow-box-child > p {
    width:70%;
  }
}
.area-map {
	background: #fff url(../img/svg/area-map.svg) center no-repeat;
	background-size: contain;
  width: 100%;
  max-width:348px;
  height: 25rem;
  margin:0 auto;
	position: relative;
}
.area-btn li {
	position:absolute;
	width:6rem;
}
.umeda {
	top:25%;
	left:16%;
}
.nihonbashi {
	top:63%;
	left:36%;
}
.nanba {
	top:63%;
	left:8%;
}
.kyobashi {
	top:44%;
	left:53%;
}
.juso {
	top:10%;
	left:7%;
}
.area-btn img {
  filter:drop-shadow(3px 3px 5px #999);
}

.line-txt {
  position:absolute;
  bottom:0;
  right:0;
  font-size:0.6rem;
  padding:0 0.1rem 1.4rem 0;
}
.line-txt li:before {
  content:"";
  display:inline-block;
  margin-right:0.5rem;
  width:1.5em;
  height:1em;
  vertical-align:middle;
}
.sakaisuji:before { background:#8f4424; }
.tsurumi:before { background:#81ba13; }
.sennichi:before { background:#fe66cb; }
.midosuji:before { background:#e50005; }
.hankyu:before { background:#fa6b7d; }
.keihan:before { background:#0195ef; }
.kanjo:before {
  background:#222 url(../img/svg/bg-kanjo.svg) center no-repeat;
  background-size:cover;
}
@media (min-width: 667px) {
  .area-map {
    max-width:620px;
    height:640px;
  }
  .area-btn li {
    background:#fff;
    width:10rem;
    border-radius:0.5rem;
  }
  .umeda {
    top:26%;
    left:16%;
  }
  .nihonbashi {
    top:62%;
    left:35%;
  }
  .nanba {
    top:62%;
    left:6%;
  }
  .kyobashi {
    top:44%;
    left:51%;
  }
  .juso {
    top:11%;
    left:6%;
  }
  .modal__content li a img {
    width:50%;
  }

  .line-txt {
    font-size:1.2rem;
    padding:0 0.5rem 3rem 0;
  }
}
@media (min-width: 1025px) {
  .area-map {
    max-width:928px;
    height:50rem;
  }
  .area-btn li {
    width:14rem;
  }
  .umeda {
    top:22%;
    left:18%;
  }
  .nihonbashi {
    top:63%;
    left:35%;
  }
  .nanba {
    top:63%;
    left:8%;
  }
  .kyobashi {
    top:43%;
    left:51%;
  }
  .juso {
    top:6%;
    left:9%;
  }

  .line-txt {
    font-size:1.6rem;
    padding:0 2.4rem 0.8rem 0;
  }
}
/* modal���� */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 199;
}
.modal__bg {
  background: rgba(0,0,0,0.96);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 1rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
  z-index: 200;
  text-align: center;
  overflow-y: scroll;
}
.modal__content .modal-border {
  width: 100%;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #F5B300;
  font-size:1.2rem;
  font-weight:bold;
}
a.js-modal-close {
  text-align: center;
  text-decoration: none;
  background: linear-gradient(313deg, #ffee00, #ff6700);
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  width: 50px;
  margin: 1rem auto 0;
}
@media (min-width: 667px) {
  .modal__content {
    width:50%;
  }
}
.spark-arrow {
  padding:2rem;
  text-align:center;
}
.spark-arrow img {
  width:2rem;
}
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;
  }
}

