/* ------------------------------------------------------------------------- */
/* reset */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
figure {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

/* ------------------------------------------------------------------------- */
/* utility */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------------------------------------------------------- */
/* base */

html {
  font-size: 14px;
}
.pc {
  display: block !important;
}
.smt {
  display: none !important;
}
@media only screen and (max-width: 1415px) {
  html {
    font-size: 0.85vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.4vw;
    overflow-x: hidden;
  }
  .smt {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
body {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", "YuGothic", "Yu Gothic",
    "Meiryo", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #000;
  font-weight: 400;
  font-display: swap;
}

img {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

.sa {
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0, 0.295, 0.5, 1);
  opacity: 0;
}
.sa.delay {
  transition-delay: 0;
}
.sa.show {
  opacity: 1;
  transform: translate(0, 0);
}
.sa--up {
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .sa--up {
    -webkit-transform: translate(0, 7vw);
    transform: translate(0, 7vw);
  }
  .sa.delay {
    transition-delay: 0;
  }
}

/* ------------------------------------------------------------------------- */
.header.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-6rem);
  }
}
.header.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 5.72rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 0 2.29rem 0 2.86rem;
  box-sizing: border-box;
}
.header h1 a {
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header h1 img {
  width: 19.86rem;
  height: auto;
  display: block;
  margin-right: 1.43rem;
}
.header h1 span {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  display: block;
  font-weight: 700;
}
.header .g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .g-nav .mypage-btn {
  height: 2.86rem;
  padding: 0 2rem;
  background-color: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.header .g-nav .mypage-btn.mypage-btn--25 {
  background-color: #f07f09;
  margin-right: 1rem;
}
.mypage-btn.mypage-btn--25::after {
  background-color: #000;
}
.header .g-nav .mypage-btn span {
  position: relative;
  z-index: 10;
}
.mypage-btn::after {
  content: "";
  display: block;
  background-color: #f07f09;
  height: 2.86rem;
  width: 0.29rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.mypage-btn:hover::after {
  width: 100%;
}
.header .g-nav .site-nav.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 3rem;
  height: 2.86rem;
}
.header .g-nav .site-nav > li {
  margin-left: 2.85rem;
}
.header .g-nav .site-nav #smt-btn,
.header .g-nav .site-nav #smt-btn2,
.header .g-nav .site-nav #smt-btn3,
.header .g-nav .site-nav #smt-btn4 {
  position: relative;
  height: 2.86rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
}
.header .g-nav .site-nav #smt-btn ul,
.header .g-nav .site-nav #smt-btn2 ul,
.header .g-nav .site-nav #smt-btn3 ul,
.header .g-nav .site-nav #smt-btn4 ul {
  position: absolute;
  top: 2.86rem;
  left: -1.5rem;
  background-color: #fff;
  padding: 0.5rem 2.5rem 1.5rem 1.5rem;
  white-space: nowrap;
}
.header .g-nav .site-nav #smt-btn ul li,
.header .g-nav .site-nav #smt-btn2 ul li,
.header .g-nav .site-nav #smt-btn3 ul li,
.header .g-nav .site-nav #smt-btn4 ul li {
  line-height: 1em;
  margin: 1.5rem 0 0.5rem;
  font-size: calc((15 / 14) * 1rem);
  font-weight: bold;
}
.header .g-nav .site-nav #smt-btn .site-nav-low li,
.header .g-nav .site-nav #smt-btn2 .site-nav-low li,
.header .g-nav .site-nav #smt-btn3 .site-nav-low li,
.header .g-nav .site-nav #smt-btn4 .site-nav-low li {
  font-size: calc((14 / 14) * 1rem);
}
.header .g-nav .site-nav #smt-btn ul li a,
.header .g-nav .site-nav #smt-btn2 ul li a,
.header .g-nav .site-nav #smt-btn3 ul li a,
.header .g-nav .site-nav #smt-btn4 ul li a {
  position: relative;
  line-height: 1em;
  transition: all 0.3s;
  display: block;
}
.header .g-nav .site-nav #smt-btn ul li a::before,
.header .g-nav .site-nav #smt-btn2 ul li a::before,
.header .g-nav .site-nav #smt-btn3 ul li a::before,
.header .g-nav .site-nav #smt-btn4 ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.1rem;
  width: 0.4rem;
  margin-right: 0.6rem;
  background-color: #000;
  transition: all 0.3s;
  margin-bottom: 0.1rem;
}
.header .g-nav .site-nav #smt-btn ul li a:hover,
.header .g-nav .site-nav #smt-btn2 ul li a:hover,
.header .g-nav .site-nav #smt-btn3 ul li a:hover,
.header .g-nav .site-nav #smt-btn4 ul li a:hover {
  color: #e87722;
}
.header .g-nav .site-nav #smt-btn ul li a:hover::before,
.header .g-nav .site-nav #smt-btn2 ul li a:hover::before,
.header .g-nav .site-nav #smt-btn3 ul li a:hover::before,
.header .g-nav .site-nav #smt-btn4 ul li a:hover::before {
  background-color: #e87722;
}
.header .g-nav .site-nav li:nth-child(1) {
  margin-left: 0;
}
.header .g-nav .site-nav > li > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}
.header .g-nav .site-nav > li > a span {
  display: block;
  font-size: calc((13 / 14) * 1rem);
  color: #777;
  font-weight: normal;
  line-height: 1em;
  margin-top: 0.4rem;
  font-weight: 700;
  transition: all 0.3s;
  font-weight: normal;
}
_:-ms-lang(x)::-ms-backdrop,
.header .g-nav .site-nav > li > a {
  padding-top: 0.5rem;
}
.header .g-nav .site-nav > li:hover > a,
.header .g-nav .site-nav > li:hover > a span {
  color: #f07f09;
}
#btn-menu {
  display: none;
}
.footer {
  padding: 5.72rem 7.86rem;
  background-color: #000;
}
.footer-inner {
  width: 85.15rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer ul li {
  line-height: 2.29em;
}
.footer ul li a {
  color: #fff;
}
.footer ul li a span {
  color: #fff;
  transition: all 0.3s;
}
.footer ul li a span small {
  display: block;
  line-height: 1em;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 0.6rem;
}
.footer ul li.top a span small {
  margin-left: 1.2rem;
}
.footer ul li a i {
  display: inline-block;
  background-image: url(/recruit/jobs/img/common/footer-icon.svg);
  background-repeat: no-repeat;
  background-size: 0.57rem 0.93rem;
  margin-right: 0.86rem;
  vertical-align: middle;
  height: 0.93rem;
  width: 0.57rem;
  margin-bottom: 0.2rem;
  transition: all 0.3s;
}
.footer ul li li a:hover span,
.footer ul li.top a:hover span {
  color: #e87722;
}
.footer ul li a:hover i {
  background-image: url(/recruit/jobs/img/common/footer-icon-ora.svg);
}
.footer-left > div > ul > li.cate.space {
  margin-top: 8rem;
}
.footer ul li.cate > a {
  font-weight: bold;
  font-size: calc((20 / 14) * 1rem);
  margin-bottom: 2.72rem;
  line-height: 1em;
  display: inline-block;
}
.footer ul li ul li a {
  font-size: 1rem;
  font-weight: normal;
}
.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.footer-left > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.footer-left > div > ul {
  margin-right: 6.22rem;
}
.footer .other-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 500;
  height: 30.6rem;
}
.footer .other-link ul li a {
  text-align: right;
  display: block;
  font-weight: normal;
}
.footer .other-link .copyright {
  font-size: 1rem;
  color: #fff;
}

.block__image {
  display: block;
  overflow: hidden;
}
.block__image img,
.block__image picture {
  height: auto;
  width: 100%;
}

.main {
  margin-top: 5.72rem;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .main {
    margin-top: calc(100 / 768 * 100vw);
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    width: 100%;
    height: calc(100 / 768 * 100vw);
    background: #fff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 8%);
    padding-left: calc(32 / 768 * 100vw);
    padding-top: 0;
    box-sizing: border-box;
  }
  .header h1 {
    width: calc(491 / 768 * 100vw);
    height: calc(81 / 768 * 100vw);
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
  }
  .header h1 a {
    width: auto;
    height: calc(81 / 768 * 100vw);
    display: flex;
    align-items: center;
  }
  .header h1 img {
    width: calc(347 / 768 * 100vw);
    height: auto;
  }
  .header h1 a span {
    font-size: calc(20 / 24 * 1rem);
  }
  .header h1 a span br {
    display: none;
  }
  /* menu-sp */
  #site-nav {
    position: absolute;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh - (100 / 768 * 100vw));
    background-color: #fff;
    z-index: 9000;
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    top: calc(100 / 768 * 100vw);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    overflow: scroll !important;
  }
  body.on #site-nav {
    visibility: visible;
    opacity: 1;
  }
  .header .g-nav .site-nav.pc {
    display: none !important;
  }
  .header .g-nav .site-nav.smt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    padding: 4.2vw 6vw 7vw;
    padding-top: calc((300 / 768) * 100vw);
    box-sizing: border-box;
    width: 100%;
  }
  .header .g-nav .site-nav div:nth-child(1) > ul:nth-child(2) {
    margin-top: calc((90 / 768) * 100vw);
  }
  .header .g-nav .site-nav ul li.cate > a {
    font-weight: bold;
    font-size: calc((26 / 24) * 1rem);
    margin-bottom: calc((36 / 768) * 100vw);
    line-height: 1.2em;
    display: block;
    text-indent: 0;
    padding-left: 0;
  }
  .header .g-nav .site-nav ul li.cate > a span small {
    font-size: calc(22 / 24 * 1rem);
    color: #777;
    display: block;
    font-weight: normal;
    margin-top: 1.2vw;
  }
  .header .g-nav .site-nav ul li ul {
    margin-left: 4vw;
  }
  .header .g-nav .site-nav li {
    line-height: 1.4em;
    margin-bottom: calc((36 / 768) * 100vw);
    white-space: nowrap;
  }
  .header .g-nav .site-nav li.cate.top a small {
    margin-left: 3vw;
  }
  .header .g-nav .site-nav ul > li.cate:nth-child(2),
  .header .g-nav .site-nav ul > li.cate:nth-child(3) {
    margin-top: calc((90 / 768) * 100vw);
  }
  .header .g-nav .site-nav li:last-child {
    margin-bottom: 0;
  }
  .header .g-nav .site-nav li a {
    font-size: 1rem;
    display: flex;
    font-weight: bold;
  }
  .header .g-nav .site-nav li a i {
    display: inline-block;
    background-image: url(/recruit/jobs/img/common/footer-icon-ora.svg);
    background-repeat: no-repeat;
    background-size: 0.57rem 0.93rem;
    margin-right: 0.4rem;
    vertical-align: middle;
    height: 0.93rem;
    width: 0.57rem;
    margin-top: 0.15rem;
    transition: all 0.3s;
  }
  .header .g-nav .site-nav > div > ul > li > a i {
    margin-top: 0;
  }
  .header .g-nav .site-nav li #smt-btn-b.smt {
    display: flex !important;
  }
  .header .g-nav .site-nav #smt-btn .sitenav-company-inner li a,
  .header .g-nav .site-nav #smt-btn2 .sitenav-recruit-inner li a {
    height: calc(96 / 768 * 100vw);
    font-size: calc(26 / 22 * 1rem);
  }
  .header .g-nav .site-nav #smt-btn2 .sitenav-recruit-inner li a {
    color: #075b97;
  }
  #smt-btn-a,
  #smt-btn-b {
    z-index: 1200;
  }
  .header .g-nav .mypage-btn {
    height: calc(84 / 768 * 100vw);
    width: calc(400 / 768 * 100vw);
    background-color: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(46 / 768 * 100vw);
    margin: auto;
    padding: 0;
  }
  .header .g-nav .mypage-btn.mypage-btn--25 {
    margin-right: auto;
  }
  .header .g-nav .mypage-btn.mypage-btn--26 {
    top: calc(160 / 768 * 100vw);
  }
  .header .g-nav .mypage-btn span {
    position: relative;
    z-index: 10;
    font-size: calc((26 / 24) * 1rem);
  }
  .mypage-btn::after {
    content: "";
    display: block;
    background-color: #f07f09;
    height: calc(84 / 768 * 100vw);
    width: calc(8 / 768 * 100vw);
    position: absolute;
    left: 0;
    top: 0;
  }
  .mypage-btn:hover::after {
    width: calc(8 / 768 * 100vw);
  }

  #btn-menu {
    z-index: 10000;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    pointer-events: auto;
    position: fixed;
    top: 0vw;
    right: 4.2vw;
    left: auto;
    bottom: auto;
    margin: auto;
    width: calc(56 / 768 * 100vw);
    height: calc(100 / 768 * 100vw);
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    border: none;
    display: block;
  }
  #btn-menu i {
    position: absolute;
    top: calc(48 / 768 * 100vw);
    left: 0;
    height: calc(2 / 768 * 100vw);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #000;
    width: calc(56 / 768 * 100vw);
    right: 0;
    margin: auto;
  }
  #btn-menu i:nth-child(1) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #btn-menu i:nth-child(2) {
    -webkit-transform: translate(0, -2vw);
    -ms-transform: translate(0, -2vw);
    transform: translate(0, -2vw);
  }
  #btn-menu i:nth-child(3) {
    width: calc(40 / 768 * 100vw);
    left: 0;
    right: auto;
    -webkit-transform: translate(0, 2vw);
    -ms-transform: translate(0, 2vw);
    transform: translate(0, 2vw);
  }
  body.on #btn-menu i:nth-child(1) {
    opacity: 0;
  }
  body.on #btn-menu i:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.on #btn-menu i:nth-child(3) {
    width: calc(56 / 768 * 100vw);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #btn-menu2,
  #btn-menu3 {
    z-index: 1000;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    pointer-events: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    margin: auto;
    width: calc(128 / 768 * 100vw);
    height: calc(128 / 768 * 100vw);
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    border: none;
    display: block;
  }
  #btn-menu2 i,
  #btn-menu3 i {
    position: absolute;
    top: 8w;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #075b97;
    width: calc(32 / 768 * 100vw);
  }
  #btn-menu2 i:nth-child(2),
  #btn-menu3 i:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #smt-btn.on #btn-menu2 i:nth-child(1),
  #smt-btn2.on #btn-menu3 i:nth-child(1) {
    -webkit-transform: translate(0.1);
    -ms-transform: translate(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  #smt-btn.on #btn-menu2 i:nth-child(2),
  #smt-btn2.on #btn-menu3 i:nth-child(2) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.bk-btn {
  width: 34.29rem;
  height: 5rem;
  background-color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 4.79rem;
  box-sizing: border-box;
}
.bk-btn span {
  color: #fff;
  font-weight: bold;
  font-size: calc((20 / 14) * 1rem);
  transition: all 0.3s;
  position: relative;
  z-index: 100;
}
.bk-btn:hover span {
  color: #000;
}
.bk-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 4.57rem;
  background-color: #fff;
  position: absolute;
  left: 0.22rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.bk-btn:hover::before {
  width: calc(100% - 0.44rem);
}
.bk-btn::after {
  content: "";
  display: block;
  width: 4.57rem;
  height: 4.57rem;
  background-color: #fff;
  position: absolute;
  right: 0.22rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/recruit/jobs/img/common/bk-btn-icon.png);
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: center center;
}
.low-nav {
  height: 36.43rem;
  width: 100%;
  background-image: url(/recruit/jobs/img/common/low-nav-bg01.jpg);
  background-position: top center;
  background-size: cover;
  box-sizing: border-box;
}
.low-nav section {
  height: 36.43rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.low-nav h2 {
  text-align: center;
  width: 57.2rem;
  display: block;
  margin: 0 auto 2.86rem;
}
.low-nav h2 img {
  width: 100%;
  height: auto;
  display: block;
}
.low-nav section > p {
  color: #fff;
  font-weight: bold;
  font-size: calc((20 / 14) * 1rem);
  line-height: 2em;
  text-align: center;
  margin-bottom: 4.2rem;
}
.btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-area > a {
  margin: 0 1.43rem;
}

@media only screen and (max-width: 767px) {
  .bk-btn {
    width: calc((608 / 768) * 100vw);
    height: calc((88 / 768) * 100vw);
    background-color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: calc((88 / 768) * 100vw);
    box-sizing: border-box;
  }
  .bk-btn span {
    color: #fff;
    font-weight: bold;
    font-size: calc((24 / 24) * 1rem);
    position: relative;
    z-index: 100;
    transition: all 0s;
  }
  .bk-btn:hover span {
    color: #fff;
  }
  .bk-btn::before {
    content: "";
    display: block;
    width: 0;
    height: 4.57rem;
    background-color: #fff;
    position: absolute;
    left: 0.22rem;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0s;
  }
  .bk-btn:hover::before {
    width: 0;
  }
  .bk-btn::after {
    content: "";
    display: block;
    width: calc((80 / 768) * 100vw);
    height: calc((80 / 768) * 100vw);
    background-color: #fff;
    position: absolute;
    right: calc((6 / 768) * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/recruit/jobs/img/common/bk-btn-icon.png);
    background-repeat: no-repeat;
    background-size: calc((18 / 768) * 100vw) auto;
    background-position: center center;
  }
  .btn-area > a:nth-child(2) {
    margin-top: calc((64 / 768) * 100vw);
  }
  .low-nav {
    height: calc((773 / 768) * 100vw);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .low-nav h2 {
    text-align: center;
    width: calc((605 / 768) * 100vw);
    display: block;
    margin: 0 auto calc((40 / 768) * 100vw);
  }
  .low-nav section > p {
    font-size: calc((24 / 24) * 1rem);
    line-height: 2.2em;
    margin-bottom: calc((64 / 768) * 100vw);
  }
  .footer {
    padding: calc((83 / 768) * 100vw) 6vw calc((64 / 768) * 100vw);
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .footer-left > div {
    display: block;
  }
  .footer-left > div > ul {
    margin-right: 0;
  }
  .footer-left div:nth-child(1) > ul:nth-child(2) {
    margin-top: calc((118 / 768) * 100vw);
  }
  .footer ul li {
    line-height: 1.4em;
    margin-bottom: calc((36 / 768) * 100vw);
    white-space: nowrap;
  }
  .footer ul li:last-child {
    margin-bottom: 0;
  }
  .footer ul li a i {
    display: inline-block;
    background-image: url(/recruit/jobs/img/common/footer-icon-ora.svg);
    background-repeat: no-repeat;
    background-size: 0.57rem 0.93rem;
    margin-right: 0.4rem;
    vertical-align: middle;
    height: 0.93rem;
    width: 0.57rem;
    margin-top: 0.15rem;
    transition: all 0s;
  }
  .footer ul li li a:hover span,
  .footer ul li.top a:hover span {
    color: #fff;
  }
  .footer ul li ul {
    margin-left: 4vw;
  }
  .footer ul li.cate > a {
    font-weight: bold;
    font-size: calc((26 / 24) * 1rem);
    margin-bottom: calc((55 / 768) * 100vw);
    line-height: 1.2em;
    display: block;
  }
  .footer ul li a span {
    transition: all 0s;
  }
  .footer ul li.cate > a small {
    font-size: calc((22 / 24) * 1rem);
  }
  .footer ul > li.cate:nth-child(2),
  .footer ul > li.cate:nth-child(3) {
    margin-top: calc((118 / 768) * 100vw);
    margin-bottom: 0;
  }
  .footer-left > div > ul > li.cate.space {
    margin-top: calc((118 / 768) * 100vw);
  }
  .footer ul li ul li a {
    font-size: 1rem;
    display: flex;
    font-weight: bold;
  }
  .footer .other-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    height: auto;
    width: 100%;
  }
  .footer .other-link ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: calc((66 / 768) * 100vw);
    margin-top: calc((100 / 768) * 100vw);
  }
  .footer .other-link ul li {
    margin: 0 1em;
  }
  .footer .other-link ul li a {
    text-align: center;
    display: block;
    font-size: calc((20 / 24) * 1rem);
    font-weight: bold;
  }
  .footer .other-link .copyright {
    font-size: calc((20 / 24) * 1rem);
    color: #fff;
  }
}

@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  49% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
