.is-hidden {
  display: none;
}

.sp-show {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .sp-show {
    display: block !important;
  }
}
.sp-show--312 {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp-show--312 {
    display: block !important;
  }
}

.pc-show {
  display: block !important;
}
@media screen and (max-width: 700px) {
  .pc-show {
    display: none !important;
  }
}

.f-jp--regular {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.f-jp--medium {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.f-jp--bold {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f-en--bold {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.js-cue.--01 {
  transition: 0.3s ease-in-out;
}
.js-cue.--01 .circleImg::before {
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 700px) {
  .js-cue.--01:hover {
    background: #780000;
  }
  .js-cue.--01:hover .circleImg::before {
    transform: scale(1.31);
  }
}
.js-cue.--02.-in::before {
  width: 100% !important;
  transform-origin: left;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-cue.--03 {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(10px);
}
.js-cue.--03.-in {
  opacity: 1;
  transform: translateY(0px);
}
.js-cue.--04 {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-100px, 100px);
}
.js-cue.--04.-in {
  opacity: 1;
  transform: translate(0px, 0px) !important;
}
.js-cue.--05:not(.modal-none) svg {
  transition: transform 0.5s ease;
}
@media screen and (min-width: 700px) {
  .js-cue.--05:not(.modal-none):hover svg {
    transform: scale(1.2);
    transition: transform 0.6s cubic-bezier(0.12, 1.79, 0.18, 0.92);
  }
}
.js-cue.--06.-in .block span:nth-child(1) {
  -webkit-animation: fadeInText 0.8s ease 0.1s forwards;
          animation: fadeInText 0.8s ease 0.1s forwards;
}
.js-cue.--06.-in .block span:nth-child(2) {
  -webkit-animation: fadeInText 0.8s ease 0.2s forwards;
          animation: fadeInText 0.8s ease 0.2s forwards;
}
.js-cue.--06.-in .block span:nth-child(3) {
  -webkit-animation: fadeInText 0.8s ease 0.3s forwards;
          animation: fadeInText 0.8s ease 0.3s forwards;
}
.js-cue.--06.-in .block span:nth-child(4) {
  -webkit-animation: fadeInText 0.8s ease 0.4s forwards;
          animation: fadeInText 0.8s ease 0.4s forwards;
}
.js-cue.--06.-in .block span:nth-child(5) {
  -webkit-animation: fadeInText 0.8s ease 0.5s forwards;
          animation: fadeInText 0.8s ease 0.5s forwards;
}
.js-cue.--06.-in .block span:nth-child(6) {
  -webkit-animation: fadeInText 0.8s ease 0.6s forwards;
          animation: fadeInText 0.8s ease 0.6s forwards;
}
.js-cue.--06.-in .block span:nth-child(7) {
  -webkit-animation: fadeInText 0.8s ease 0.7s forwards;
          animation: fadeInText 0.8s ease 0.7s forwards;
}
.js-cue.--06.-in .block span:nth-child(8) {
  -webkit-animation: fadeInText 0.8s ease 0.8s forwards;
          animation: fadeInText 0.8s ease 0.8s forwards;
}
.js-cue.--06.-in .block span:nth-child(9) {
  -webkit-animation: fadeInText 0.8s ease 0.9s forwards;
          animation: fadeInText 0.8s ease 0.9s forwards;
}
.js-cue.--06.-in .block span:nth-child(10) {
  -webkit-animation: fadeInText 0.8s ease 1s forwards;
          animation: fadeInText 0.8s ease 1s forwards;
}
@-webkit-keyframes fadeInText {
  100% {
    transform-origin: 0% 100%;
    transform: translate(0px, 0%);
  }
}
@keyframes fadeInText {
  100% {
    transform-origin: 0% 100%;
    transform: translate(0px, 0%);
  }
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(15.22deg, #023558 6.04%, rgba(0, 105, 176, 0.710927) 29.28%, rgba(0, 114, 191, 0.6631) 53.37%, rgba(143, 206, 248, 0.2) 86.45%, rgba(255, 0, 0, 0.2) 94.36%);
  overflow-x: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/bg_filter.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
body.is-active {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .wrapper {
    overflow-x: hidden;
  }
}
.wrapper main {
  display: block;
  padding-top: 96px;
}
@media screen and (max-width: 900px) {
  .wrapper main {
    padding-top: 108px;
  }
}

header {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 900px) {
  header {
    top: 0;
    background: #FFFFFF;
  }
}
header .innerBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  position: relative;
  top: -8px;
  padding: 0 20px 0 56px;
  display: flex;
  align-items: center;
  height: 95px;
  background: #FFFFFF;
}
@media screen and (max-width: 900px) {
  header .logo {
    display: block;
    top: 0;
    padding: 16px 6px 0 21px;
  }
}
header .logo::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: -100px;
  bottom: 0;
  margin: auto;
  border-top: 50px solid #FFFFFF;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #FFFFFF;
}
@media screen and (max-width: 900px) {
  header .logo::before {
    content: none;
  }
}
header .logo img {
  width: 130px;
}
@media screen and (max-width: 900px) {
  header .logo img {
    width: 139px;
  }
}
header .logo .text {
  margin-left: 27px;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}
header .logo .text .sp-show {
  display: none;
}
@media screen and (max-width: 900px) {
  header .logo .text {
    margin-top: 7px;
    margin-left: 0;
    font-size: 11px;
    line-height: 16px;
  }
  header .logo .text .sp-show {
    display: block;
  }
}
header .entryBtn {
  width: 292px;
  background: #BC1C1C;
  color: #FFFFFF;
}
@media screen and (max-width: 900px) {
  header .entryBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 137px;
    height: 108px;
  }
}
header .entryBtn .circleImg {
  position: relative;
}
@media screen and (max-width: 900px) {
  header .entryBtn .circleImg {
    display: none;
  }
}
header .entryBtn .circleImg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  background: url(../images/circle.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 700px) {
  header .entryBtn .circleImg::before {
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 700px) {
  header .entryBtn .circleImg {
    margin-left: 0;
  }
}
header .entryBtn svg {
  position: relative;
  bottom: 0;
}
@media screen and (max-width: 700px) {
  header .entryBtn svg {
    justify-content: space-between;
    width: 33px;
    height: 33px;
  }
}
header .entryBtn .detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18.5px 25px;
  line-height: 20px;
}
@media screen and (max-width: 900px) {
  header .entryBtn .detail {
    padding: 0;
    text-align: center;
  }
}
header .entryBtn .text {
  font-size: 16px;
  line-height: 173%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 900px) {
  header .entryBtn .text {
    font-size: 15px;
  }
}

/*** .entryBtn.--psp ***/
header .entryBtn.--psp .detail {
  padding: 25px;
}
@media screen and (max-width: 900px) {
  header .entryBtn.--psp .detail {
    padding: 0;
  }
}
header .entryBtn.--psp .upper {
  font-size: 15px;	font-size: 16px;
  line-height: 173%;	line-height: 173%;
  letter-spacing: -0.05em;	letter-spacing: -0.05em;
}
@media screen and (max-width: 900px) {
  header .entryBtn.--psp .upper {
      font-size: 12px;	
    }	
}
header .entryBtn.--psp .lower {	
  font-size: 19px;	
  line-height: 137%;	
  letter-spacing: -0.05em;	
}	
@media screen and (max-width: 900px) {	
  header .entryBtn.--psp .lower {	
    font-size: 15px;	font-size: 15px;
  }
}
/*** .entryBtn.--sp ***/

.mainVisualArea {
  margin-top: 25px;
}
@media screen and (max-width: 700px) {
  .mainVisualArea {
    margin-top: 32px;
  }
}
.mainVisualArea .innerBlock {
  display: flex;
  align-items: center;
  max-width: 91.6666666667vw;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .innerBlock {
    max-width: 1320px;
  }
}
@media screen and (max-width: 700px) {
  .mainVisualArea .innerBlock {
    display: block;
    max-width: none;
    width: auto;
    margin: 0 20px;
  }
}
.mainVisualArea .left {
  position: relative;
  z-index: 2;
}
.mainVisualArea .left h1 .block {
  display: flex;
  overflow: hidden;
}
.mainVisualArea .left h1 .block span {
  font-size: 8.3333333333vw;
  line-height: 104%;
  color: #BC1C1C;
  display: block;
  transform-origin: 0px 94.2969px;
  transform: translate(0px, 120%) rotate(10deg);
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .left h1 .block span {
    font-size: 120px;
  }
}
@media screen and (max-width: 700px) {
  .mainVisualArea .left h1 .block span {
    font-size: 45px;
  }
}
.mainVisualArea .left h1 .block span.m-left {
  margin-left: 2.0833333333vw;
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .left h1 .block span.m-left {
    margin-left: 30px;
  }
}
@media screen and (max-width: 700px) {
  .mainVisualArea .left h1 .block span.m-left {
    margin-left: 10px;
  }
}
.mainVisualArea .left .sub {
  margin-top: 17px;
}
.mainVisualArea .left .marker {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
}
.mainVisualArea .left .marker::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 100%;
  background: #FFFFFF;
}
.mainVisualArea .left .marker.-in::before {
  transition-delay: 0.5s;
}
.mainVisualArea .left .marker + .marker.-in::before {
  transition-delay: 0.7s;
}
.mainVisualArea .left .marker .innerText.-in {
  transition-delay: 1.2s;
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .left .marker {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 700px) {
  .mainVisualArea .left .marker {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mainVisualArea .left .marker:nth-child(1) {
  font-size: 1.875vw;
  line-height: 166%;
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .left .marker:nth-child(1) {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  .mainVisualArea .left .marker:nth-child(1) {
    font-size: 16px;
  }
}
.mainVisualArea .left .marker:nth-child(2) {
  margin-top: 10px;
  font-size: 3.3333333333vw;
  line-height: 166%;
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .left .marker:nth-child(2) {
    font-size: 48px;
  }
}
@media screen and (max-width: 700px) {
  .mainVisualArea .left .marker:nth-child(2) {
    font-size: 30px;
  }
}
.mainVisualArea .right {
  position: relative;
  margin-left: -20.8333333333vw;
  z-index: 1;
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .right {
    font-size: -300px;
  }
}
@media screen and (max-width: 700px) {
  .mainVisualArea .right {
    right: -85px;
    margin-left: -200px;
  }
}
.mainVisualArea .right img {
  width: 52.2222222222vw;
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .right img {
    width: 752px;
  }
}
@media screen and (max-width: 700px) {
  .mainVisualArea .right img {
    width: 393px;
    margin: -65px 0 0 auto;
  }
}
.mainVisualArea .right img.-in {
  transition-delay: 1s;
}
.mainVisualArea .right img:nth-child(2), .mainVisualArea .right img:nth-child(4) {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 700px) {
  .mainVisualArea .right img:nth-child(2), .mainVisualArea .right img:nth-child(4) {
    top: auto;
    bottom: 0;
  }
}
.mainVisualArea .right img:nth-child(2).-in, .mainVisualArea .right img:nth-child(4).-in {
  transition-delay: 1.2s;
}

.common-text .detail {
  margin-top: 53px;
  color: #FFFFFF;
}
.common-text .detail .sub {
  font-size: 1.875vw;
  line-height: 100%;
}
@media screen and (min-width: 1441px) {
  .common-text .detail .sub {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  .common-text .detail .sub {
    font-size: 21px;
  }
}
.common-text .detail h2 {
  font-size: 4.5833333333vw;
  line-height: 110%;
  margin-top: 5px;
}
@media screen and (min-width: 1441px) {
  .common-text .detail h2 {
    font-size: 66px;
  }
}
@media screen and (max-width: 700px) {
  .common-text .detail h2 {
    margin-top: 5px;
    font-size: 41px;
  }
  .common-text .detail h2 .sp-small {
    display: inline-block;
    font-size: 26px;
  }
}
.common-text .detail .caption {
  margin-top: 13px;
  font-size: 1.25vw;
  line-height: 161%;
}
@media screen and (min-width: 1441px) {
  .common-text .detail .caption {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .common-text .detail .caption {
    margin-top: 11px;
    font-size: 16px;
  }
}
.common-text button,
.common-text a {
  position: relative;
  width: 100%;
  margin: 53px auto 0;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .common-text button,
  .common-text a {
    margin-top: 25px;
  }
}
.common-text button .img,
.common-text a .img {
  max-width: 828px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .common-text button .img,
  .common-text a .img {
    max-width: none;
    width: auto;
  }
}
.common-text button .img img,
.common-text a .img img {
  width: 100%;
}
.common-text button .btn,
.common-text a .btn {
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 1441px) {
  .common-text button .btn,
  .common-text a .btn {
    width: 150px;
    height: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .common-text button .btn,
  .common-text a .btn {
    width: 13.8888888889vw;
    height: 13.8888888889vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .common-text button .btn,
  .common-text a .btn {
    width: 150px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .common-text button .btn svg,
  .common-text a .btn svg {
    width: 50px;
    height: 50px;
  }
}
.common-text button .btn.is-active,
.common-text a .btn.is-active {
  top: 0;
  height: 7.2222222222vw;
}
@media screen and (min-width: 1441px) {
  .common-text button .btn.is-active,
  .common-text a .btn.is-active {
    height: 104px;
  }
}
@media screen and (max-width: 700px) {
  .common-text button .btn.is-active,
  .common-text a .btn.is-active {
    height: 50px;
  }
}
.common-text button .btn .text,
.common-text a .btn .text {
  width: 100%;
  margin-top: 1.875vw;
  font-size: 1.1111111111vw;
  line-height: 188%;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width: 1441px) {
  .common-text button .btn .text,
  .common-text a .btn .text {
    margin-top: 27px;
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .common-text button .btn .text,
  .common-text a .btn .text {
    margin-top: 2px;
    font-size: 14px;
  }
}

.mainMovieArea {
  max-width: 75vw;
  width: 100%;
  margin: 103px auto 0;
}
@media screen and (min-width: 1441px) {
  .mainMovieArea {
    max-width: 1080px;
  }
}
@media screen and (max-width: 700px) {
  .mainMovieArea {
    max-width: none;
    width: auto;
    margin: 107px 20px 0;
  }
}
.mainMovieArea .innerBlock {
  display: flex;
}

.childMovieArea {
  max-width: 80vw;
  width: 100%;
  margin: 147px auto 0;
}
@media screen and (min-width: 1441px) {
  .childMovieArea {
    max-width: 1152px;
  }
}
@media screen and (max-width: 700px) {
  .childMovieArea {
    max-width: none;
    width: auto;
    margin: 107px 20px 0;
  }
}
.childMovieArea + .childMovieArea {
  margin-top: 92px;
}
@media screen and (max-width: 700px) {
  .childMovieArea + .childMovieArea {
    margin-top: 43px;
  }
}
.childMovieArea .innerBlock {
  display: flex;
}
@media screen and (max-width: 700px) {
  .childMovieArea .innerBlock {
    display: block;
  }
}
.childMovieArea .detail {
  max-width: 23.6111111111vw;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .childMovieArea .detail {
    max-width: 340px;
  }
}
@media screen and (max-width: 700px) {
  .childMovieArea .detail {
    max-width: none;
    width: auto;
  }
}
.childMovieArea .detail.is-over {
  max-width: 27.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .childMovieArea .detail.is-over {
    max-width: 400px;
  }
}
@media screen and (max-width: 700px) {
  .childMovieArea .detail.is-over {
    max-width: none;
    width: auto;
  }
}
.childMovieArea button,
.childMovieArea a {
  margin-left: 7.7777777778vw;
}
@media screen and (min-width: 1441px) {
  .childMovieArea button,
  .childMovieArea a {
    margin-left: 112px;
  }
}
@media screen and (max-width: 700px) {
  .childMovieArea button,
  .childMovieArea a {
    margin-left: 0;
  }
}
.childMovieArea button.is-over,
.childMovieArea a.is-over {
  margin-left: 3.6111111111vw;
}
@media screen and (min-width: 1441px) {
  .childMovieArea button.is-over,
  .childMovieArea a.is-over {
    margin-left: 52px;
  }
}
@media screen and (max-width: 700px) {
  .childMovieArea button.is-over,
  .childMovieArea a.is-over {
    margin-left: 0;
  }
}
.childMovieArea button .img,
.childMovieArea a .img {
  max-width: 48.6111111111vw;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1441px) {
  .childMovieArea button .img,
  .childMovieArea a .img {
    max-width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .childMovieArea button .img,
  .childMovieArea a .img {
    max-width: 266px;
    width: auto;
    margin: auto;
  }
}
.childMovieArea button .img img,
.childMovieArea a .img img {
  width: 100%;
}

footer {
  position: relative;
  margin-top: 136px;
  color: #FFFFFF;
}
@media screen and (max-width: 700px) {
  footer {
    margin-top: 52px;
  }
}
footer .atentionText {
  padding: 3px 0;
  font-size: 19px;
  line-height: 253%;
  text-align: center;
  background: rgba(67, 67, 67, 0.3);
}
footer .entryBtn {
  position: relative;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 109px auto 0;
  padding: 48px 73px;
  background: #BC1C1C;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  footer .entryBtn {
    width: auto;
    margin: 45px 42px 0;
    padding: 26px 38px;
  }
}
footer .entryBtn .detail .text {
  font-size: 22px;
  line-height: 159%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 900px) {
  footer .entryBtn .detail .text {
    font-size: 17px;
  }
}

footer .entryBtn.--psp .detail .upper {
  font-size: 22px;
  line-height: 159%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 900px) {
  footer .entryBtn.--psp .detail .upper {
    font-size: 15px;
  }
}
footer .entryBtn.--psp .detail .lower {
  font-size: 25px;
  line-height: 140%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 900px) {
  footer .entryBtn.--psp .detail .lower {
    font-size: 17px;
  }
}

footer .entryBtn .circleImg {
  position: relative;
  margin-left: 80px;
}
footer .entryBtn .circleImg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  background: url(../images/circle.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 700px) {
  footer .entryBtn .circleImg::before {
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 700px) {
  footer .entryBtn .circleImg {
    margin-left: 0;
  }
}
footer .entryBtn svg {
  position: relative;
  bottom: 0;
}
@media screen and (max-width: 700px) {
  footer .entryBtn svg {
    justify-content: space-between;
    width: 33px;
    height: 33px;
  }
}
footer .copy {
  margin: 158px 0 0;
  padding-bottom: 60px;
  font-size: 13px;
  line-height: 223%;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 700px) {
  footer .copy {
    margin: 60px 42px 0;
  }
}
footer .bgImg {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}
footer .bgImg img {
  max-width: 1000px;
  width: 100%;
}

.recruit-btn {
  position: relative;
  display: block;
  margin: 40px auto 0;
  width: 185px;
  z-index: 99;
}
@media screen and (min-width: 700px) {
  .recruit-btn:hover:before {
    width: 0;
  }
  .recruit-btn:hover:after {
    width: 100%;
    transition: .4s ease-in-out;
  }
}

.recruit-btn::before,
.recruit-btn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  opacity: .5;
}

.recruit-btn::after {
  width: 0;
}

.recruit-btn .text {
  position: relative;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 29px;
  text-align: left;
  color: #FFFFFF;
}

@media screen and (max-width: 700px) {
  .recruit-btn {
    width: 170px; 
  }
  .recruit-btn .text {
    padding-bottom: 8px;
    font-size: 16px;
  }
  .recruit-btn .text::before {
    width: 14px;
    height: 12px;
  }
}

.recruit-btn .text::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 14px;
  margin: auto;
  background: url(../images/link_blank_icon.svg) no-repeat;
  background-size: contain;
}

.movieModalArea {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 1140px;
  width: 100%;
  height: 613px;
  margin: auto;
  z-index: 10001;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1250px) {
  .movieModalArea {
    max-width: none;
    width: auto;
    margin: auto 40px;
  }
}
@media screen and (max-width: 1250px) and (max-width: 700px) {
  .movieModalArea {
    height: 285px;
  }
}
@media screen and (max-width: 1250px) and (max-width: 700px) and (max-width: 500px) {
  .movieModalArea {
    height: 185px;
  }
}
.movieModalArea .closeBtn {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: -35px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 700px) {
  .movieModalArea .closeBtn {
    top: -48px;
    right: 0;
  }
}
.movieModalArea .closeBtn .i {
  position: absolute;
  top: 0;
  right: 13px;
  width: 4px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  transform: rotate(-45deg);
}
.movieModalArea .closeBtn .i:nth-child(2) {
  transform: rotate(45deg);
}
.movieModalArea.is-show {
  opacity: 1;
  pointer-events: unset;
}
.movieModalArea iframe {
  max-width: 1140px;
  width: 100%;
  height: 613px;
}
@media screen and (max-width: 1250px) {
  .movieModalArea iframe {
    max-width: none;
  }
}
@media screen and (max-width: 1250px) and (max-width: 700px) {
  .movieModalArea iframe {
    height: 285px;
  }
}
@media screen and (max-width: 1250px) and (max-width: 700px) and (max-width: 500px) {
  .movieModalArea iframe {
    height: 185px;
  }
}

.overlay {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.7);
  z-index: 10000;
  transition: 0.3s ease-in-out;
}
.overlay.is-show {
  opacity: 1;
  pointer-events: unset;
}