:root {
  --color-black: #333;
  --color-light-black: #575757;
  --color-dark-black: #090909;
  --color-pure-black: #000;
  --color-white: #fff;
  --color-gray: #c9c9c9;
  --color-light-gray: #efefef;
  --color-dark-gray: #909090;
  --color-dark-gray-2: #8e8e8e;
}

#pageRecruit .fixedArea {
  position: fixed;
  z-index: 999;
  background: #fff;
  opacity: 0.9;
}
#pageRecruit .fixedArea .fixedContent {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
#pageRecruit .fixedArea .fixedContent .border {
  position: relative;
}
#pageRecruit .fixedArea .fixedContent .border:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  border-bottom: solid 1px #000;
  animation: border_anim 1s linear forwards;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#pageRecruit .movie_area {
  width: 100%;
  height: 100%;
  height: 557px;
  overflow: hidden;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
#pageRecruit .movie_area #video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#pageRecruit .movie_area .movie_title_area {
  position: absolute;
  left: 0;
  right: 0;
  color: #ffffff;
}
#pageRecruit .secInfo .listArea .listBtn {
  display: inline-block;
  border: solid 1px #cccccc;
  border-radius: 20px;
  margin: 0 10px 20px 0;
  background: #ffffff;
}
#pageRecruit .secInfo .listArea .listBtn:hover {
  background: #000000;
  color: #ffffff;
}
#pageRecruit .secInfo .borderNone {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
#pageRecruit .secContent .list .listTitle {
  font-weight: bold;
}
#pageRecruit .secContent .btnForm {
  background: #000000;
  color: #ffffff;
  text-align: center;
  display: block;
  transition: background-color 0.3s;
  transform-origin: top center;
}

.modal-video-body {
  max-width: 1120px;
  width: 90%;
}

@keyframes btnAnim {
  0% {
    transform: translateZ(0) rotateX(0deg);
  }
  50% {
    transform: translateZ(0) rotateX(20deg);
  }
  75% {
    transform: translateZ(0) rotateX(0deg);
  }
  85% {
    transform: translateZ(0) rotateX(10deg);
  }
  to {
    transform: translateZ(0) rotateX(0deg);
  }
}
@media only screen and (max-width: 767px) {
  #mainContent #pageContent {
    padding-top: 65px;
  }
  #pageRecruit .fixedArea {
    bottom: 0;
    width: 100%;
    height: 65px;
  }
  #pageRecruit .fixedArea .fixedContent {
    font-size: 14px;
    line-height: 65px;
    width: 90%;
    max-width: 300px;
  }
  #pageRecruit .fixedArea .fixedContent .ro:hover {
    opacity: 1;
  }
  #pageRecruit .movie_area {
    height: 66.667vw;
    margin-bottom: 13.333vw;
  }
  #pageRecruit .movie_area #video {
    width: 200%;
  }
  #pageRecruit .movie_area .movie_title_area {
    top: 42vw;
  }
  #pageRecruit .secInfo .infoTitle {
    font-size: 24px;
    line-height: 160%;
    padding: 0 0 30px 0;
  }
  #pageRecruit .secInfo .infoCaption {
    font-size: min(14px, 3.733vw);
    line-height: 200%;
    padding: 0 0 50px 0;
  }
  #pageRecruit .secInfo .listArea {
    font-size: 12px;
    margin-bottom: 80px;
    padding: 0px 0 40px 0;
    border-bottom: 1px solid #cccccc;
  }
  #pageRecruit .secInfo .listArea .listBtn {
    padding: 5px 20px;
  }
  #pageRecruit .secInfo .systemArea {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 80px;
  }
  #pageRecruit .secInfo .systemArea .systemTitleArea {
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
  }
  #pageRecruit .secInfo .systemArea .systemTitleArea .systemTitle {
    font-size: 22px;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #pageRecruit .secInfo .systemArea .systemTitleArea .systemTitleSub {
    font-size: 14px;
    line-height: 14px;
  }
  #pageRecruit .secInfo .systemArea .systemContentArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
    padding-bottom: 20px;
  }
  #pageRecruit .secInfo .systemArea .systemContentArea picture {
    max-width: 163px;
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  #pageRecruit .secInfo .systemArea .systemContentArea picture img {
    width: 100%;
    height: auto;
  }
  #pageRecruit .secInfo .infoimg {
    width: 100%;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap {
    padding-top: 80px;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap .ourWorksCatch {
    font-size: 24px;
    line-height: 160%;
    padding-top: 15px;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap .ourWorksTitle {
    font-weight: bold;
    font-size: min(14px, 3.733vw);
    line-height: 200%;
    padding: 10px 0;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap .ourWorksText {
    font-size: min(14px, 3.733vw);
    line-height: 200%;
  }
  #pageRecruit .secInfo .recruitVideoArea {
    margin-top: 70px;
  }
  #pageRecruit .secInfo .reasonArea {
    padding: 80px 0;
  }
  #pageRecruit .secInfo .reasonArea .reasonCatch {
    font-size: 24px;
    line-height: 160%;
    padding: 20px 0;
  }
  #pageRecruit .secInfo .reasonArea .reasonText {
    font-size: min(14px, 3.733vw);
    line-height: 200%;
  }
  #pageRecruit .secInfo .reasonArea .reasonContentWrap:last-child {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 30px;
  }
  #pageRecruit .secInfo .leftArea img {
    width: 100%;
  }
  #pageRecruit .secInfo .rightArea img {
    width: 100%;
  }
  #pageRecruit .secContent {
    font-size: min(14px, 3.733vw);
    line-height: 200%;
    padding: 0 0 120px 0;
  }
  #pageRecruit .secContent .title {
    font-size: 22px;
    padding-bottom: 20px;
  }
  #pageRecruit .secContent .caption {
    padding-bottom: 30px;
  }
  #pageRecruit .secContent .list {
    border-top: solid 1px #e5e5e5;
    padding: 30px 0;
  }
  #pageRecruit .secContent .list:last-of-type {
    border-bottom: solid 1px #e5e5e5;
  }
  #pageRecruit .secContent .list .listTitle {
    padding-bottom: 15px;
  }
  #pageRecruit .secContent .btnForm {
    width: 240px;
    padding: 15px 0 15px 0;
    font-size: 16px;
    margin-top: 40px;
  }
  #pageRecruit .bottomImg {
    width: 100vw;
    max-width: 375px;
    margin-left: calc((100% - 375px) / 2);
    margin-top: -40px;
    padding-bottom: 100px;
  }
  .modal-video-close-btn {
    right: -20px;
  }
}
@media only screen and (max-width: 374px) {
  #pageRecruit .systemArea .systemTitleArea .systemTitle {
    font-size: 5.86vw;
  }
  #pageRecruit .secContent .title {
    font-size: 5.86vw;
  }
  #pageRecruit .bottomImg {
    margin-left: calc((100% - 100vw) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #mainContent #pageContent {
    padding-top: 7.782vw;
  }
  #pageRecruit .fixedArea {
    right: 30px;
    bottom: 30px;
    width: 429px;
    height: 77px;
  }
  #pageRecruit .fixedArea .fixedContent {
    font-size: 16px;
    line-height: 77px;
    width: 262px;
  }
  #pageRecruit .movie_area {
    height: 40.509vw;
  }
  #pageRecruit .movie_area .movie_title_area {
    top: 24vw;
  }
  #pageRecruit .secInfo .infoTitle {
    font-size: 2.32vw;
    line-height: 160%;
    padding: 4.36vw 0 2.18vw 0;
  }
  #pageRecruit .secInfo .infoCaption {
    font-size: 1.164vw;
    line-height: 200%;
    padding: 0 0 2.45vw 0;
  }
  #pageRecruit .secInfo .listArea {
    font-size: 1.018vw;
    margin-bottom: 120px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
  }
  #pageRecruit .secInfo .listArea .listBtn {
    padding: 8px 2.9vw;
  }
  #pageRecruit .secInfo .systemArea {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 100px;
  }
  #pageRecruit .secInfo .systemArea .systemTitleArea {
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
  }
  #pageRecruit .secInfo .systemArea .systemTitleArea .systemTitle {
    font-size: 2.32vw;
    letter-spacing: 3.2px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #pageRecruit .secInfo .systemArea .systemTitleArea .systemTitleSub {
    font-size: 16px;
    line-height: 16px;
  }
  #pageRecruit .secInfo .systemArea .systemContentArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  #pageRecruit .secInfo .systemArea .systemContentArea picture {
    max-width: 353px;
    width: calc(33.333% - 10px);
    margin-bottom: 40px;
  }
  #pageRecruit .secInfo .systemArea .systemContentArea picture img {
    width: 100%;
    height: auto;
  }
  #pageRecruit .secInfo .ourWorksArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 7vw;
    text-align: center;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap:first-child {
    padding-top: 0;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    padding-top: 3vw;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap .rightArea .ourWorksCatch {
    font-size: 2.32vw;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap .rightArea .ourWorksTitle {
    font-size: 1.164vw;
    font-weight: bold;
    padding: 1vw 0;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap .rightArea .ourWorksText {
    font-size: 1.164vw;
    line-height: 200%;
  }
  #pageRecruit .secInfo .recruitVideoArea {
    margin-top: 8vw;
  }
  #pageRecruit .secInfo .reasonArea {
    padding: 8vw 0;
  }
  #pageRecruit .secInfo .reasonArea .reasonContentWrap:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    padding-top: 3vw;
  }
  #pageRecruit .secInfo .reasonArea .reasonContentWrap:last-child .reasonCatch {
    padding: 0 0 25px;
  }
  #pageRecruit .secInfo .reasonArea .reasonContentWrap:last-child .reasonText {
    max-width: 515px;
  }
  #pageRecruit .secInfo .reasonArea .reasonContentWrap .reasonCatch {
    font-size: 2.32vw;
    padding: 25px 0;
  }
  #pageRecruit .secInfo .reasonArea .reasonContentWrap .reasonText {
    font-size: 1.164vw;
    line-height: 200%;
  }
  #pageRecruit .secInfo .reasonArea .reasonContentWrap .rightArea {
    text-align: right;
  }
  #pageRecruit .secInfo .leftArea {
    width: 50%;
  }
  #pageRecruit .secInfo .leftArea img {
    padding-top: 10px;
    width: 90%;
    height: auto;
  }
  #pageRecruit .secInfo .rightArea {
    width: 50%;
  }
  #pageRecruit .secInfo .rightArea img {
    width: 90%;
    height: auto;
  }
  #pageRecruit .secContent {
    font-size: 1.164vw;
    line-height: 200%;
    padding: 0 0 120px 0;
    position: relative;
  }
  #pageRecruit .secContent .title {
    font-size: 2.32vw;
    padding-bottom: 20px;
  }
  #pageRecruit .secContent .caption {
    padding-bottom: 30px;
  }
  #pageRecruit .secContent .list {
    display: flex;
    border-top: solid 1px #e5e5e5;
    padding: 30px 0;
    position: relative;
    z-index: 0;
  }
  #pageRecruit .secContent .list:last-of-type {
    border-bottom: solid 1px #e5e5e5;
  }
  #pageRecruit .secContent .list .listTitle {
    width: 23.63%;
  }
  #pageRecruit .secContent .list .listDetail {
    width: 76.37%;
  }
  #pageRecruit .secContent .btnFormWrap {
    perspective: 300px;
    width: 34%;
  }
  #pageRecruit .secContent .btnForm {
    padding: 30px 0 30px 0;
    font-size: 1.745vw;
    margin-top: 40px;
  }
  #pageRecruit .secContent .btnForm:hover {
    animation: btnAnim 0.5s ease 0s 1 normal forwards;
    background: #d50000;
  }
  #pageRecruit .secContent .bottomImg {
    display: block;
    position: absolute;
    right: -60px;
    z-index: 1;
    width: 54.5%;
    max-width: 600px;
    bottom: 120px;
  }
}
@media only screen and (min-width: 1375px) {
  #mainContent #pageContent {
    padding-top: 107px;
  }
  #pageRecruit .movie_area {
    height: 557px;
  }
  #pageRecruit .movie_area .movie_title_area {
    top: 330px;
  }
  #pageRecruit .secInfo .infoTitle {
    font-size: 32px;
    padding: 60px 0 30px 0;
  }
  #pageRecruit .secInfo .infoCaption {
    font-size: 16px;
    padding: 0 0 30px 0;
  }
  #pageRecruit .secInfo .listArea {
    font-size: 14px;
    padding-bottom: 40px;
    margin-bottom: 120px;
  }
  #pageRecruit .secInfo .listArea .listBtn {
    padding: 8px 40px;
  }
  #pageRecruit .secInfo .systemArea .systemTitleArea .systemTitle {
    font-size: 32px;
  }
  #pageRecruit .secInfo .ourWorksArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 110px;
    text-align: center;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap:first-child {
    padding-top: 0;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    padding-top: 80px;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap .rightArea .ourWorksCatch {
    font-size: 32px;
    line-height: 52px;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap .rightArea .ourWorksTitle {
    font-size: 16px;
    font-weight: bold;
    padding: 30px 0 15px;
  }
  #pageRecruit .secInfo .ourWorksArea .ourWorksContentWrap .rightArea .ourWorksText {
    font-size: 16px;
    line-height: 200%;
  }
  #pageRecruit .secInfo .recruitVideoArea {
    margin-top: 100px;
  }
  #pageRecruit .secInfo .reasonArea {
    padding: 110px 0;
  }
  #pageRecruit .secInfo .reasonArea .reasonContentWrap:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    padding-top: 80px;
  }
  #pageRecruit .secInfo .reasonArea .reasonContentWrap:last-child .reasonCatch {
    padding: 0 0 25px;
  }
  #pageRecruit .secInfo .reasonArea .reasonContentWrap:last-child .reasonText {
    max-width: 515px;
  }
  #pageRecruit .secInfo .reasonArea .reasonContentWrap .reasonCatch {
    font-size: 32px;
    line-height: 52px;
    padding: 30px 0;
  }
  #pageRecruit .secInfo .reasonArea .reasonContentWrap .reasonText {
    font-size: 16px;
    line-height: 200%;
  }
  #pageRecruit .secInfo .leftArea {
    width: 50%;
  }
  #pageRecruit .secInfo .leftArea img {
    width: 100%;
    max-width: 510px;
  }
  #pageRecruit .secInfo .rightArea {
    width: 50%;
  }
  #pageRecruit .secInfo .rightArea img {
    max-width: 510px;
    width: 100%;
  }
  #pageRecruit .secContent {
    font-size: 16px;
  }
  #pageRecruit .secContent .title {
    font-size: 32px;
  }
  #pageRecruit .secContent .btnForm {
    font-size: 24px;
  }
}
.to-top-btn {
  align-items: center;
  border: 2px solid var(--color-black);
  color: var(--color-black);
  display: flex;
  font: 500 25px/1.72 "Inter", "sans-serif";
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.75px;
  margin: 0 auto 60px;
  padding: 22px 54px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 300ms ease-out;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .to-top-btn {
    font: 500 16px/1.6875 "Inter", "sans-serif";
    width: 100%;
    padding: 14px 0;
  }
}
.to-top-btn svg {
  transform: scale(1.4);
  transform-origin: left;
  width: -moz-fit-content;
  width: fit-content;
}
.to-top-btn svg rect,
.to-top-btn svg path {
  transition: 300ms ease-out;
}
@media screen and (max-width: 767px) {
  .to-top-btn svg {
    transform: initial;
  }
}
@media (hover: hover) {
  .to-top-btn:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
    color: var(--color-white);
    background: var(--color-black);
  }
  .to-top-btn:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
    color: var(--color-white);
    background: var(--color-black);
  }
  .to-top-btn:where(:-moz-any-link, :enabled, summary):hover svg rect, .to-top-btn:where(:-moz-any-link, :enabled, summary):hover svg path {
    stroke: var(--color-white);
  }
  .to-top-btn:where(:any-link, :enabled, summary):hover svg rect,
  .to-top-btn:where(:any-link, :enabled, summary):hover svg path {
    stroke: var(--color-white);
  }
}/*# sourceMappingURL=style.css.map */