/* it_creation */
/* common class
---------------------------------------------------------------------------- */
.h2-visu-title-wrap {
  background: url("../recruit/img/mv_bg.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .h2-visu-title-wrap {
    background: url("../recruit/img/mv_bg_sp.jpg") center center/cover no-repeat;
  }
}
.h2-visu-title-wrap .h2-visu-header {
  font-family: 'Roboto', sans-serif;
}
.h2-visu-title-wrap .h2-visu-header span {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .cont-inner-wrap {
    padding: 0;
  }
}

.fadeRight-pc {
  transform: translate(100px, 0);
}
@media screen and (max-width: 767px) {
  .fadeRight-pc {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.fadeLeft-pc {
  transform: translate(-100px, 0);
}
@media screen and (max-width: 767px) {
  .fadeLeft-pc {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.on {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

@media screen and (max-width: 767px) {
  .h2-title-wrap {
    padding: 0 0 calc(30 / 3.75 * 1vw) calc(14 / 3.75 * 1vw);
  }
}

h4 {
  color: #1085FF;
  font-family: 'Noto Sans Myanmar', sans-serif;
  font-size: 42px;
  margin-bottom: 30px;
  opacity: 0;
  transition: .5s ease-out;
}
@media screen and (max-width: 999px) {
  h4 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: calc(16 / 3.75 * 1vw);
    margin-bottom: calc(8 / 3.75 * 1vw);
    padding-left: calc(14 / 3.75 * 1vw);
  }
}

h5 {
  font-size: 46px;
  line-height: 80px;
  margin-bottom: 80px;
  opacity: 0;
  transition: .5s ease-out;
}
@media screen and (max-width: 999px) {
  h5 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: calc(24 / 3.75 * 1vw);
    line-height: calc(46 / 3.75 * 1vw);
    padding-left: calc(14 / 3.75 * 1vw);
    margin-bottom: calc(30 / 3.75 * 1vw);
    opacity: 1;
  }
}
h5.tar {
  text-align: right;
}

@media screen and (max-width: 999px) {
  .c-split-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-split-bar-right {
    margin-bottom: calc(30 / 3.75 * 1vw);
    width: calc(100vw - calc(14 / 3.75 * 1vw));
  }
  .c-split-bar-right::after {
    content: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .c-split-bar-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-split-bar-left {
    margin-bottom: calc(30 / 3.75 * 1vw);
    width: calc(100vw - calc(14 / 3.75 * 1vw));
  }
  .c-split-bar-left::after {
    content: none;
  }
}

.flx-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flx-box {
    flex-direction: column-reverse;
  }
}
.flx-box.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .flx-box.rev {
    flex-direction: column-reverse;
  }
}
.flx-box .txt-box {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 480px;
  opacity: 0;
  transition: .5s ease-out;
}
@media screen and (max-width: 767px) {
  .flx-box .txt-box {
    opacity: 1;
    padding: 0 calc(14 / 3.75 * 1vw);
    width: 100%;
  }
}
.flx-box .txt-box p {
  font-family: 'Noto Sans Myanmar', sans-serif;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .flx-box .txt-box p {
    font-size: calc(18 / 3.75 * 1vw);
    line-height: calc(32 / 3.75 * 1vw);
  }
}
.flx-box .img-box {
  position: relative;
  text-align: right;
  width: 450px;
  opacity: 0;
  transition: .5s ease-out;
}
@media screen and (max-width: 767px) {
  .flx-box .img-box {
    opacity: 1;
    width: 100%;
  }
}
.flx-box .img-box img {
  margin-bottom: 90px;
  width: 430px;
}
@media screen and (max-width: 767px) {
  .flx-box .img-box img {
    margin-bottom: calc(50 / 3.75 * 1vw);
    width: calc(250 / 3.75 * 1vw);
  }
}
.flx-box .img-box::before {
  background: linear-gradient(to right, #96FF47 0%, #288FFF 100%);
  content: '';
  display: block;
  height: 400px;
  position: absolute;
  top: 70px;
  left: 0;
  width: 430px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flx-box .img-box::before {
    height: calc(233 / 3.75 * 1vw);
    top: calc(40 / 3.75 * 1vw);
    left: auto;
    right: calc(14 / 3.75 * 1vw);
    width: calc(250 / 3.75 * 1vw);
  }
}
.flx-box .img-box p {
  display: flex;
  flex-direction: column;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
  .flx-box .img-box p {
    font-size: calc(22 / 3.75 * 1vw);
    margin: 0 calc(14 / 3.75 * 1vw) calc(50 / 3.75 * 1vw) 0;
  }
}
.flx-box .img-box p span {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans Myanmar', sans-serif;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .flx-box .img-box p span {
    font-size: calc(14 / 3.75 * 1vw);
    margin-bottom: calc(6 / 3.75 * 1vw);
  }
}
.flx-box .img-box.rev {
  text-align: left;
}
.flx-box .img-box.rev::before {
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .flx-box .img-box.rev::before {
    left: calc(14 / 3.75 * 1vw);
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .flx-box .img-box.rev p {
    padding-left: calc(14 / 3.75 * 1vw);
  }
}

.block01 {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .block01 {
    padding: calc(20 / 3.75 * 1vw) 0 calc(272 / 3.75 * 1vw);
  }
}

.block02 {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .block02 {
    padding: 0 0 calc(130 / 3.75 * 1vw);
  }
}
.block02 h4 {
  padding-right: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .block02 h4 {
    padding: 0 calc(14 / 3.75 * 1vw) 0 0;
  }
}
.block02 h5 {
  padding-right: calc(14 / 3.75 * 1vw);
}
.block02 .yt-box {
  margin: 95px 0 0;
}
@media screen and (max-width: 767px) {
  .block02 .yt-box {
    margin: calc(170 / 3.75 * 1vw) 0 0;
    padding: 0 calc(14 / 3.75 * 1vw);
  }
}
.block02 .yt-box a {
  display: block;
  margin: 95px auto 50px;
  width: 850px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .block02 .yt-box a {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .block02 .yt-box a {
    margin: 0 auto 0;
    width: 100%;
  }
}
.block02 .yt-box a figure {
  position: relative;
}
.block02 .yt-box a figure::before {
  background: url("../recruit/img/yt_btn_arr.svg") center center/30px auto no-repeat, url("../recruit/img/yt_btn_arr_on.svg") center center/30px auto no-repeat, url("../recruit/img/yt_btn_bg.svg") center center/contain no-repeat;
  display: flex;
  content: "";
  position: absolute;
  top: calc(50% - 42px);
  left: calc(50% - 60px);
  width: 120px;
  height: 84px;
  transition: .2s ease;
}
@media screen and (max-width: 767px) {
  .block02 .yt-box a figure::before {
    background: url("../recruit/img/yt_btn_arr.svg") center center/calc(15 / 3.75 * 1vw) auto no-repeat, url("../recruit/img/yt_btn_arr_on.svg") center center/calc(15 / 3.75 * 1vw) auto no-repeat, url("../recruit/img/yt_btn_bg.svg") center center/contain no-repeat;
    top: calc(50% - calc(20 / 3.75 * 1vw));
    left: calc(50% - calc(29 / 3.75 * 1vw));
    width: calc(58 / 3.75 * 1vw);
    height: calc(40 / 3.75 * 1vw);
  }
}
.block02 .yt-box a:hover figure::before {
  background: url("../recruit/img/yt_btn_arr_on.svg") center center/30px auto no-repeat, url("../recruit/img/yt_btn_bg.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .block02 .yt-box a:hover figure::before {
    background: url("../recruit/img/yt_btn_arr_on.svg") center center/calc(58 / 3.75 * 1vw) auto no-repeat, url("../recruit/img/yt_btn_bg.svg") center center/contain no-repeat;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .block01 .cont-inner-wrap {
    padding: 0 0 0 20px;
    width: 100%;
  }
  .block01 .cont-inner-wrap .txt-box {
    width: 52%;
  }
  .block01 .cont-inner-wrap .img-box {
    width: 47%;
  }
  .block01 .cont-inner-wrap .img-box::before {
    height: 40vw;
    width: calc(100% - 15px);
  }
  .block01 .cont-inner-wrap .img-box figure {
    margin-left: 15px;
    width: auto;
  }
  .block01 .cont-inner-wrap .img-box p {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .block02 .cont-inner-wrap {
    padding: 0 20px 0 0;
    width: 100%;
  }
  .block02 .cont-inner-wrap h5 .pc-none {
    display: block !important;
  }
  .block02 .cont-inner-wrap .txt-box {
    width: 52%;
  }
  .block02 .cont-inner-wrap .img-box {
    width: 47%;
  }
  .block02 .cont-inner-wrap .img-box::before {
    height: 40vw;
    width: calc(100% - 15px);
  }
  .block02 .cont-inner-wrap .img-box figure {
    padding-right: 15px;
  }
  .block02 .cont-inner-wrap .img-box p {
    padding-left: 20px;
  }
}

.modaal-overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  filter: blur(3px);
}

.modaal-wrapper {
  top: 70px;
}

.modaal-wrapper .modaal-close {
  background: #fff;
  border: 1px solid #1084FF;
  top: 100px;
}

.modaal-wrapper .modaal-close:hover {
  background: #1084FF;
  border: 1px solid #1084FF;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close:hover {
    top: 0;
  }
}

.modaal-close::before, .modaal-close::after {
  background: #1084FF;
}

.modaal-close:hover::before, .modaal-close:hover::after {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .modaal-video-wrap {
    margin: auto 0;
  }
}
