html {
  font-size: 0.0732vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 1366px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.2666vw;
  }
}
html body {
  font-size: 10rem;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media (max-width: 767px) {
  .sponly {
    display: block;
  }
}

.br_sp {
  display: none;
}
@media (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

header {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
}
header .inner {
  max-width: 1366px;
  margin: 0 auto;
  overflow: visible;
  height: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  header .inner {
    height: 50rem;
    background-color: #fff;
  }
}
header .inner > a {
  width: 400rem;
  height: 90rem;
  background-color: #fff;
  padding-block: 22rem 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(30rem 0, 100% 0, calc(100% - 30rem) 100%, 0 100%);
          clip-path: polygon(30rem 0, 100% 0, calc(100% - 30rem) 100%, 0 100%);
  -webkit-transform: translateX(-40rem);
          transform: translateX(-40rem);
}
@media (max-width: 767px) {
  header .inner > a {
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15rem;
    width: auto;
    height: auto;
    padding-block: 14rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding-left: 10rem;
  }
}
header .inner > a img {
  width: 300rem;
  display: block;
}
@media (max-width: 767px) {
  header .inner > a img {
    width: 230rem;
  }
}
header .inner > a > span {
  font-size: 16rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  header .inner > a > span {
    font-size: 10rem;
  }
}
header .inner > div.ham {
  display: none;
}
@media (max-width: 767px) {
  header .inner > div.ham {
    position: absolute;
    top: 16rem;
    right: 20rem;
    left: auto;
    width: 22rem;
    height: 18rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: none;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  header .inner > div.ham span {
    display: block;
    width: 22rem;
    height: 1rem;
    background-color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 1rem;
  }
}
header .inner > div.ham.active span:nth-of-type(1) {
  -webkit-transform: translateY(8rem) rotate(-45deg);
          transform: translateY(8rem) rotate(-45deg);
}
header .inner > div.ham.active span:nth-of-type(2) {
  opacity: 0;
}
header .inner > div.ham.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9rem) rotate(45deg);
          transform: translateY(-9rem) rotate(45deg);
}
header .inner > div.ham.active + div {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
header .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  header .inner > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 49rem;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 50rem + 2rem);
    background-color: #fff;
    overflow-y: auto;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
header .inner > div > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  font-size: 13rem;
  letter-spacing: 0.03;
  margin-top: 9rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20rem;
}
header .inner > div > div > a::before {
  content: "";
  width: 17rem;
  height: 17rem;
  display: block;
  background: url(/images/logo.png) center/cover no-repeat;
}
header .inner > div > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 20rem;
}
@media (max-width: 767px) {
  header .inner > div > div > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    gap: 0;
  }
}
header .inner > div > div > ul li {
  height: 100%;
}
@media (max-width: 767px) {
  header .inner > div > div > ul li {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
header .inner > div > div > ul li a {
  font-size: 15rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 10rem 11rem;
}
@media (max-width: 767px) {
  header .inner > div > div > ul li a {
    padding: 20rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 16rem;
  }
}
header .inner > div > a {
  width: 160rem;
  height: 90rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
  padding: 30rem 18rem 20rem 20rem;
  background-color: #BE0007;
}
@media (max-width: 767px) {
  header .inner > div > a {
    width: calc(100% - 40rem);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-inline: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16rem 0;
    margin-block: 20rem 50rem;
  }
}
header .inner > div > a img {
  display: block;
  width: 26rem;
  height: 18rem;
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
}
@media (max-width: 767px) {
  header .inner > div > a img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header .inner > div > a p {
  font-size: 14rem;
  font-weight: bold;
  line-height: 1.4286;
  color: #fff;
}
@media (max-width: 767px) {
  header .inner > div > a p {
    font-size: 16rem;
  }
}

main {
  background: url(../../images/recruit_special_bg.png) center/94.7% repeat-y #F5F2F2;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  main {
    padding-bottom: 50rem;
  }
}
main #mv {
  background-color: #ED1D25;
  padding-top: 70rem;
  position: relative;
  z-index: 0;
  margin-bottom: 120rem;
}
@media (max-width: 767px) {
  main #mv {
    margin-bottom: 20rem;
  }
}
main #mv::before {
  content: "";
  display: block;
  width: 47.7%;
  height: 170.47rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 74rem, 0 100%);
          clip-path: polygon(0 0, 100% 74rem, 0 100%);
  position: absolute;
  bottom: -107rem;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  main #mv::before {
    content: none;
  }
}
main #mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 207rem;
  background-color: #ED1D25;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 26rem);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 26rem);
  position: absolute;
  bottom: -110rem;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  main #mv::after {
    content: none;
  }
}
main #mv .inner {
  max-width: 1366px;
  margin-inline: auto;
  height: 360rem;
  position: relative;
  z-index: 2;
}
main #mv .inner > h1 {
  font-size: 69rem;
  font-weight: bold;
  line-height: 1.275;
  color: #fff;
  position: absolute;
  top: 35rem;
  left: 430rem;
}
@media (max-width: 767px) {
  main #mv .inner > h1 {
    font-size: 35rem;
    top: 139rem;
    left: 110rem;
  }
}
main #mv .inner > p:nth-of-type(1) {
  font-family: "Oswald", sans-serif;
  font-size: 147rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 0.932;
  color: transparent;
  -webkit-text-stroke: 1rem #fff;
  position: absolute;
  top: 20rem;
  left: 51.5rem;
  opacity: 0.4;
}
@media (max-width: 767px) {
  main #mv .inner > p:nth-of-type(1) {
    font-size: 100rem;
    top: -18rem;
    left: -14.5rem;
  }
}
main #mv .inner > p:nth-of-type(2) {
  font-size: 16rem;
  line-height: 1.875;
  color: #fff;
  position: absolute;
  top: 240rem;
  left: 430rem;
}
@media (max-width: 767px) {
  main #mv .inner > p:nth-of-type(2) {
    font-size: 13rem;
    top: 242rem;
    left: 110rem;
    margin-right: 10rem;
  }
}
main #mv .inner > img:nth-of-type(1) {
  display: block;
  height: 250rem;
  position: absolute;
  top: 0;
  right: 43.6rem;
}
@media (max-width: 767px) {
  main #mv .inner > img:nth-of-type(1) {
    height: 130rem;
    right: -44.4rem;
  }
}
main #mv .inner > img:nth-of-type(2) {
  display: block;
  height: 230rem;
  position: absolute;
  top: 175rem;
  left: -75rem;
}
@media (max-width: 767px) {
  main #mv .inner > img:nth-of-type(2) {
    height: 118rem;
    top: 205rem;
  }
}
main #mv .inner > img:nth-of-type(3) {
  display: block;
  height: 165rem;
  position: absolute;
  top: 323rem;
  left: 170rem;
}
@media (max-width: 767px) {
  main #mv .inner > img:nth-of-type(3) {
    height: 76rem;
    top: 284rem;
    left: -7rem;
  }
}
main #mv .inner > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 83rem;
  bottom: -30rem;
}
@media (max-width: 767px) {
  main #mv .inner > ol {
    display: none;
  }
}
main #mv .inner > ol li a {
  color: #fff;
  font-size: 14rem;
  line-height: 1.714;
}
main #mv .inner > ol li a[href] {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12rem;
}
main #mv .inner > ol li a[href]::after {
  content: "";
  display: block;
  width: 5.6577rem;
  height: 5.6577rem;
  border-top: solid 1rem #fff;
  border-right: solid 1rem #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  main > section#content .inner {
    padding-inline: 20rem;
  }
}
main > section#content .inner .question {
  counter-increment: question;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60rem;
  max-width: 650rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  main > section#content .inner .question {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
main > section#content .inner .question::before {
  content: "Question" counter(question, decimal-leading-zero);
  font-family: "Oswald", sans-serif;
  font-size: 14rem;
  font-weight: bold;
  color: #ED1D25;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 8rem;
}
@media (max-width: 767px) {
  main > section#content .inner .question::before {
    position: absolute;
    left: 0;
    top: -29rem;
  }
}
main > section#content .inner .question[id^=anchor-] {
  padding-top: 100rem;
  margin-top: -40rem;
}
@media (max-width: 767px) {
  main > section#content .inner .question[id^=anchor-]::before {
    top: 69rem;
  }
}
main > section#content .inner .question > p {
  font-weight: bold;
  font-size: 16rem;
  padding: 15rem 18rem 15rem 25rem;
  background-color: #fff;
  border-radius: 13rem;
  margin-right: 14rem;
  position: relative;
  max-width: 505rem;
}
main > section#content .inner .question > p::after {
  content: "";
  width: 20rem;
  height: 14rem;
  background: url(../../images/recruit_top_hukidasi01.png) center/cover no-repeat;
  position: absolute;
  top: 2rem;
  right: -10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main > section#content .inner .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 25rem;
  max-width: 650rem;
  margin-inline: auto;
  padding-bottom: 65rem;
}
main > section#content .inner .answer::before {
  content: "";
  display: block;
  width: 56rem;
  height: 56rem;
  background: url(../../images/recruit_top_special_content02.png) center/cover no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main > section#content .inner .answer::after {
  content: "";
  width: 100%;
  height: 5rem;
  background: url(../../images/recruit_special_line.png) center/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
main > section#content .inner .answer:last-of-type {
  padding-bottom: 0;
}
main > section#content .inner .answer:last-of-type::after {
  content: none;
}
main > section#content .inner .answer > p,
main > section#content .inner .answer > div {
  font-size: 16rem;
  padding: 15rem 20rem;
  background-color: #fff;
  border-radius: 13rem;
  margin-left: 16rem;
  max-width: 578rem;
  position: relative;
}
main > section#content .inner .answer > p::after,
main > section#content .inner .answer > div::after {
  content: "";
  width: 20rem;
  height: 14rem;
  background: url(../../images/recruit_top_hukidasi02.png) center/cover no-repeat;
  position: absolute;
  top: 2rem;
  left: -10rem;
}
@media (max-width: 767px) {
  main > section#content .inner .answer > p.shift,
  main > section#content .inner .answer > div.shift {
    padding: 15rem 5rem;
  }
}
main > section#content .inner .answer > p.shift .container,
main > section#content .inner .answer > div.shift .container {
  margin-top: 15rem;
  border: solid 5rem #F5F2F2;
  padding: 23rem 30rem 24rem;
  display: grid;
  gap: 16rem 23rem;
  grid-template-columns: 102rem 64rem auto;
}
@media (max-width: 767px) {
  main > section#content .inner .answer > p.shift .container,
  main > section#content .inner .answer > div.shift .container {
    grid-template-columns: auto auto;
    padding: 10rem;
    gap: 0 16rem;
  }
}
@media (max-width: 767px) {
  main > section#content .inner .answer > p.shift .container > *,
  main > section#content .inner .answer > div.shift .container > * {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  main > section#content .inner .answer > p.shift .container > *:nth-child(3), main > section#content .inner .answer > p.shift .container > *:nth-child(4), main > section#content .inner .answer > p.shift .container > *:nth-child(6), main > section#content .inner .answer > p.shift .container > *:nth-child(7),
  main > section#content .inner .answer > div.shift .container > *:nth-child(3),
  main > section#content .inner .answer > div.shift .container > *:nth-child(4),
  main > section#content .inner .answer > div.shift .container > *:nth-child(6),
  main > section#content .inner .answer > div.shift .container > *:nth-child(7) {
    grid-column: span 1;
  }
}
@media (max-width: 767px) {
  main > section#content .inner .answer > p.shift .container > *:nth-child(5),
  main > section#content .inner .answer > div.shift .container > *:nth-child(5) {
    grid-row: 3/7 !important;
    grid-column: 2/3;
  }
}
main > section#content .inner .answer > p.shift .container .red,
main > section#content .inner .answer > div.shift .container .red {
  font-weight: bold;
  color: #ED1D25;
  position: relative;
}
@media (max-width: 767px) {
  main > section#content .inner .answer > p.shift .container .red,
  main > section#content .inner .answer > div.shift .container .red {
    margin-top: 23rem;
  }
}
main > section#content .inner .answer > p.shift .container .red::after,
main > section#content .inner .answer > div.shift .container .red::after {
  content: "";
  height: 15rem;
  width: 1rem;
  background-color: #D9D9D9;
  position: absolute;
  left: 8rem;
  bottom: -16rem;
}
@media (max-width: 767px) {
  main > section#content .inner .answer > p.shift .container .red::after,
  main > section#content .inner .answer > div.shift .container .red::after {
    content: none;
  }
}
main > section#content .inner .answer > p.shift .container .red:nth-last-of-type(2)::after,
main > section#content .inner .answer > div.shift .container .red:nth-last-of-type(2)::after {
  content: none;
}
main > section#content .inner .answer > p.shift .container .col2,
main > section#content .inner .answer > div.shift .container .col2 {
  grid-column: span 2;
}
main > section#content .inner .answer > p.shift .container .row2,
main > section#content .inner .answer > div.shift .container .row2 {
  grid-row: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7rem;
}
@media (max-width: 767px) {
  main > section#content .inner .answer > p.shift .container .row2,
  main > section#content .inner .answer > div.shift .container .row2 {
    -webkit-transform: translateY(16rem);
            transform: translateY(16rem);
  }
}
main > section#content .inner .answer > p.shift .container .row2::before,
main > section#content .inner .answer > div.shift .container .row2::before {
  content: "";
  height: 50rem;
  width: 9rem;
  border-top: solid 1rem #000;
  border-right: solid 1rem #000;
  border-bottom: solid 1rem #000;
}
@media (max-width: 767px) {
  main > section#content .inner .answer > p.shift .container .row2::before,
  main > section#content .inner .answer > div.shift .container .row2::before {
    height: 115rem;
  }
}
main > section#content .inner :nth-child(odd of .question)::after {
  content: "";
  display: block;
  width: 56rem;
  height: 56rem;
  background: url(../../images/recruit_top_special_content01.png) center/cover no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main > section#content .inner :nth-child(even of .question)::after {
  content: "";
  display: block;
  width: 56rem;
  height: 56rem;
  background: url(../../images/recruit_top_special_content03.png) center/cover no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main > section#content .inner > img {
  display: block;
  width: 108.3%;
  height: auto;
  max-width: none;
  -webkit-transform: translateX(-4%);
          transform: translateX(-4%);
  margin-top: 70rem;
}
@media (max-width: 767px) {
  main > section#content .inner > img {
    width: auto;
    height: 70rem;
    -webkit-transform: translateX(-150rem);
            transform: translateX(-150rem);
  }
}

footer {
  border-top: solid 1rem #E6E6E6;
}
footer .inner {
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 260rem;
  position: relative;
}
@media (max-width: 767px) {
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
footer .inner > a {
  width: 230rem;
  height: 133.05rem;
  margin: 63rem 63rem 47rem 63.9rem;
}
@media (max-width: 767px) {
  footer .inner > a {
    margin: 40rem auto;
    width: 190.15rem;
    height: 110rem;
  }
}
footer .inner > a img {
  display: block;
  width: 100%;
}
footer .inner > div {
  border-left: solid 1rem #E6E6E6;
  padding-top: 49rem;
  padding-left: 82rem;
}
@media (max-width: 767px) {
  footer .inner > div {
    border-left: none;
    border-top: solid 1rem #E6E6E6;
    padding-top: 40rem;
    padding-left: 0;
    padding-inline: 20rem;
  }
}
footer .inner > div ul {
  width: 486rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40rem 29rem;
}
@media (max-width: 767px) {
  footer .inner > div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    gap: 20rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  footer .inner > div ul li {
    width: calc(50% - 10rem);
  }
}
footer .inner > div ul li a {
  font-size: 15rem;
  font-weight: bold;
  line-height: 1.7333;
}
@media (max-width: 767px) {
  footer .inner > div ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .inner > div.copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
  border-left: none;
}
@media (max-width: 767px) {
  footer .inner > div.copyright {
    position: static;
    margin: 25rem auto 30rem;
    right: auto;
    bottom: auto;
    border-top: none;
  }
}
footer .inner > div.copyright p {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #7E7E7E;
}
@media (max-width: 767px) {
  footer .inner > div.copyright p {
    text-align: center;
  }
}
footer .inner > div.copyright a {
  display: block;
  width: 50rem;
  height: 50rem;
  background-color: #ED1D25;
  background-image: url(../../images/right_arrow03.png);
  background-size: 21rem 9rem;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 767px) {
  footer .inner > div.copyright a {
    position: absolute;
    top: -50rem;
    right: 0;
  }
}/*# sourceMappingURL=special.css.map */