@charset "UTF-8";
html {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(100vw / 75);
  min-height: 0vh;
  color: #333333;
  background-color: #ffffff;
  text-align: justify;
  width: 100%;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  width: 100%;
}

img {
  width: 100%;
}

a,
a:visited {
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  opacity: 0.7;
}

*:focus {
  outline: none;
}

h1 {
  font-size: 4.8rem;
  font-weight: bold;
}

h2 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 3.8rem;
  line-height: 5.7rem;
  text-align: center;
}

p {
  font-size: 3.2rem;
  line-height: 4.8rem;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.sm_pc {
  display: none;
}

.inner {
  width: 69rem;
  margin: 0 auto;
}

.title {
  width: 100%;
  margin: 0 0 5.95rem 0;
}

.arrow {
  position: relative;
  width: 15rem;
  height: 3rem;
  margin: 0 auto;
}

.arrow svg {
  width: 9.6rem;
  position: absolute;
  left: 2.7rem;
}

.arrow svg:nth-child(1) {
  top: 0;
}

.arrow svg:nth-child(2) {
  top: 1.5rem;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.js-fade.js-scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#topBtn {
  opacity: 0;
  display: block;
  position: fixed;
  z-index: -1;
  bottom: 20px;
  right: 20px;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #ed6d00;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0px rgba(33, 33, 33, 0.4);
          box-shadow: 0 0.2rem 0.5rem 0px rgba(33, 33, 33, 0.4);
}

#topBtn svg {
  width: 8.1rem;
  position: absolute;
  left: 0.95rem;
}

#topBtn svg:nth-child(1) {
  top: 2.2rem;
}

#topBtn svg:nth-child(2) {
  top: 3.5rem;
}

#topBtn.visible {
  opacity: 1;
  z-index: 10;
}

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.c-modal_bg {
  background: rgba(255, 255, 255, 0.6);
  height: 100vh;
  width: 100%;
}

.c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.c-modal_content_inner {
  position: relative;
}

.c-modal_close {
  position: absolute;
  top: 13px;
  right: 10px;
}

body.js-modal-fix-bg {
  overflow: hidden;
}


#npBackButton .backButtonArea {
  width: 62.6rem;
  margin: 20.3rem auto 10.6rem;
  font-weight: bold;
}

#npBackButton .backButtonArea p {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 4rem 0;
}

#npBackButton .backButtonArea .backButton {
  width: 59.2rem;
  border: 0.2rem solid #666666;
  font-size: 3.4rem;
  padding: 5.3rem 0 5.3rem 3rem;
  -webkit-box-shadow: 0.8rem 0.89rem 3rem 0 rgba(9, 0, 0, 0.15);
          box-shadow: 0.8rem 0.89rem 3rem 0 rgba(9, 0, 0, 0.15);
  position: relative;
}

#npBackButton .backButtonArea .backButton p {
  font-size: 3.4rem;
  line-height: 3.4rem;
  margin: 0;
  text-align: left;
}

#npBackButton .backButtonArea .backButton svg {
  width: 2.6rem;
  height: 5.6rem;
  position: absolute;
  right: 2.8rem;
  top: 4.4rem;
}

#RMB #npBackButton .backButtonArea {
  margin: 13.3rem auto 18.5rem;
}

#contact {
  margin: 1rem 0 0 0;
  background: #29b9e6;
  background-image: linear-gradient(55deg, rgba(215, 215, 215, 0.7) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(215, 215, 215, 0.7) 100%);
  background-blend-mode: screen;
  background-size: 400% 400%;
  -webkit-animation: grade 5s ease infinite;
          animation: grade 5s ease infinite;
}

#contact .inner {
  padding: 11rem 0 17rem 0;
}

#contact .title {
  height: 16.5rem;
  background: url("/recruit/img/contact.png") no-repeat;
  background-position: center top;
  background-size: 35.7rem 9.5rem;
}

#contact .title h2 {
  padding: 10.6rem 0 0 0;
}

#contact p {
  font-size: 3.2rem;
  line-height: 5.44rem;
  text-align: center;
}

#contact a * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#contact .contactLinkArea {
  width: 100%;
  margin: 9rem 0 0 0;
}

#contact .contactLinkArea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact .contactLinkArea .iconArea, #contact .contactLinkArea .iconArea .sideArrow {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  border: #666666 solid 0.2rem;
  background-color: #ffffff;
  position: relative;
  margin: 0 0 0 6rem;
  -webkit-box-shadow: 0 1.2rem 3rem 0 rgba(62, 208, 240, 0.15);
          box-shadow: 0 1.2rem 3rem 0 rgba(62, 208, 240, 0.15);
}

#contact .contactLinkArea .iconArea svg, #contact .contactLinkArea .iconArea .sideArrow svg {
  width: 14.7rem;
  position: absolute;
  top: 5.3rem;
  left: 2.3rem;
}

#contact .contactLinkArea .iconArea .sideArrow {
  width: 8rem;
  height: 8rem;
  position: absolute;
  bottom: -1.6rem;
  right: -1.1rem;
}

#contact .contactLinkArea .iconArea .sideArrow svg {
  width: 9rem;
  position: absolute;
  top: -0.5rem;
  left: 0.1rem;
}

#contact .contactLinkArea p {
  font-size: 3.2rem;
  line-height: 5.44rem;
  margin: 6rem 0 0 2.7rem;
  text-align: left;
}

#contact .contactLinkArea a:hover {
  opacity: 1;
}

#contact .contactLinkArea a:hover .iconArea, #contact .contactLinkArea a:hover .iconArea .sideArrow, #contact .contactLinkArea .iconArea a:hover .sideArrow {
  opacity: 1;
}

#contact .contactLinkArea a:hover .iconArea .sideArrow, #contact .contactLinkArea .iconArea a:hover .sideArrow .sideArrow {
  background: #29b9e6;
}

#contact .contactLinkArea a:hover .iconArea .sideArrow svg, #contact .contactLinkArea .iconArea a:hover .sideArrow .sideArrow svg {
  -webkit-filter: brightness(300%);
          filter: brightness(300%);
}

#contact .contactLinkArea a:hover p {
  opacity: 1;
}

#footer .inner {
  padding: 6rem 0 10rem 0;
}

#footer p {
  font-size: 2.8rem;
  line-height: 3.9rem;
  text-align: center;
}

#footer .logo {
  width: 25rem;
  margin: 0 auto;
  position: relative;
}

#footer .logo p {
  position: absolute;
  font-size: 2.2rem;
  line-height: 2.2rem;
  top: 31rem;
  left: 0;
  right: 0;
  margin: auto;
  color: #ed6d00;
  text-align: center;
}

#footer .logo a:hover {
  opacity: 0.7;
}

#footer .privacy {
  width: 23.6rem;
  margin: 10rem auto 0;
}

#footer .privacy a .privacyLink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

#footer .privacy a:hover .privacyLink {
  opacity: 0.5;
}

#footer .privacyLink {
  width: 100%;
  font-size: 2.8rem;
  line-height: 4.2rem;
  text-align: center;
  padding: 0 0 0.6rem 0;
  border-bottom: #d16c15 solid 0.4rem;
}

#footer .company {
  margin: 6.8rem auto 0;
}

#footer .copyright {
  width: 100%;
  height: 5.44rem;
  min-height: 27.2px;
  background-color: #d16c15;
  font-size: 2rem;
  line-height: 5.44rem;
  text-align: center;
  color: #ffffff;
}

#contact .inner {
  padding: 9rem 0 12.8rem 0;
}

#footer .inner {
  padding: 8rem 0 10rem 0;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
    line-height: 180%;
  }
  h2 {
    font-size: 28px;
    line-height: 42px;
  }
  p {
    font-size: 16px;
    line-height: 180%;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .sm_pc {
    display: none;
  }
  .inner {
    width: 100%;
  }
  .title {
    margin: 0 0 0 0;
  }
  .arrow {
    width: 150px;
    height: 30px;
  }
  .arrow svg {
    width: 43px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .arrow svg:nth-child(2) {
    top: 10px;
  }
  #topBtn {
    bottom: 20px;
    right: 20px;
    width: 62px;
    height: 62px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
            box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
  }
  #topBtn svg {
    width: 38px;
    left: 0px;
    right: 0;
    margin: auto;
  }
  #topBtn svg:nth-child(1) {
    top: 18px;
  }
  #topBtn svg:nth-child(2) {
    top: 25px;
  }
  a:hover #topBtn {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sm_pc {
    display: block;
  }
}



@media screen and (min-width: 768px) {
  #npBackButton .backButtonArea {
    width: 300px;
    margin: 94px auto 10px;
  }
  #npBackButton .backButtonArea p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 23px 0;
  }
  #npBackButton .backButtonArea .backButton {
    width: 268px;
    border: 1px solid #666666;
    font-size: 18px;
    padding: 33px 0 31px 30px;
    -webkit-box-shadow: 0 6px 15px 0 rgba(9, 0, 0, 0.15);
            box-shadow: 0 6px 15px 0 rgba(9, 0, 0, 0.15);
    -webkit-transition: 700ms;
    transition: 700ms;
    position: relative;
  }
  #npBackButton .backButtonArea .backButton p {
    font-size: 18px;
    margin: 0 0 0 0;
    text-align: left;
    line-height: 18px;
  }
  #npBackButton .backButtonArea .backButton svg {
    width: 12px;
    height: 27px;
    right: 22.5px;
    top: 27.5px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #npBackButton .backButtonArea .backButton svg polyline {
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #npBackButton .backButtonArea .backButton::before {
    display: block;
    -webkit-transition: 700ms;
    transition: 700ms;
    width: 298px;
    height: 82px;
    content: "";
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    opacity: 0;
    background-color: #ed6d00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #npBackButton .backButtonArea a:hover .backButton {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  #npBackButton .backButtonArea a:hover .backButton svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  #npBackButton .backButtonArea a:hover .backButton svg polyline {
    stroke: #ffffff;
  }
  #npBackButton .backButtonArea a:hover .backButton:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  #RMB #npBackButton .backButtonArea {
    margin: 104px auto 122px;
  }

}

@media screen and (min-width: 768px) {
  #contact {
    margin: 10px 0 0 0;
    -webkit-animation: grade 8s ease infinite;
            animation: grade 8s ease infinite;
  }
  #contact .inner {
    padding: 114px 0 153px 0;
  }
  #contact .title {
    height: 130px;
    background-position: center top;
    background-size: 382px auto;
  }
  #contact .title h2 {
    padding: 90px 0 0 0;
  }
  #contact p {
    font-size: 16px;
    line-height: 180%;
    margin: 44px 0 0 0;
  }
  #contact .contactLinkArea {
    display: block;
    width: 210px;
    margin: 51px auto 0;
  }
  #contact .contactLinkArea a {
    display: inline;
  }
  #contact .contactLinkArea .iconArea, #contact .contactLinkArea .iconArea .sideArrow {
    width: 200px;
    height: 200px;
    border: #666666 solid 1px;
    margin: 0 auto 0;
    -webkit-box-shadow: 0 6px 15px 0 rgba(62, 208, 240, 0.15);
            box-shadow: 0 6px 15px 0 rgba(62, 208, 240, 0.15);
  }
  #contact .contactLinkArea .iconArea svg, #contact .contactLinkArea .iconArea .sideArrow svg {
    width: 90px;
    top: 70px;
    left: 53px;
  }
  #contact .contactLinkArea .iconArea .sideArrow {
    width: 62px;
    height: 62px;
    bottom: 0;
    right: 0;
    margin: 0 0 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #contact .contactLinkArea .iconArea .sideArrow svg {
    width: 54px;
    top: 3px;
    left: 7px;
  }
  #contact .contactLinkArea p {
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    margin: 38px auto 0;
  }
}

@media screen and (min-width: 768px) {
  #footer .inner {
    padding: 41px 0 60px 0;
  }
  #footer p {
    font-size: 15px;
    line-height: 23px;
  }
  #footer .logo {
    width: 130px;
  }
  #footer .logo p {
    font-size: 11px;
    line-height: 11px;
    top: 161px;
  }
  #footer .privacy {
    width: 130px;
    margin: 52px auto 0;
  }
  #footer .privacyLink {
    font-size: 15px;
    line-height: 26px;
    padding: 0 0 0 0;
    border-bottom: #d16c15 solid 2px;
  }
  #footer .company {
    margin: 30px auto 0;
  }
  #footer .copyright {
    height: 27px;
    min-height: none;
    font-size: 10px;
    line-height: 27px;
  }
}

@media screen and (min-width: 768px) {
  #contact .inner {
    padding: 80px 0 80px 0;
  }
  #contact .title {
    background-size: 275px auto;
    height: 105px;
  }
  #contact .title h2 {
    font-size: 25px;
    line-height: 42px;
    padding: 65px 0 0 0;
  }
}

@-webkit-keyframes grade {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes grade {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes txt-grade {
  to {
    background-position-x: 200%;
  }
}

@keyframes txt-grade {
  to {
    background-position-x: 200%;
  }
}
/*# sourceMappingURL=styles.css.map */