  
/*======= reset =======*/

html, body {
  color:#fff ;
  font-weight: 600;
  overscroll-behavior: none
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; 
}

img {
  border: 0;
}

@media (max-width: 999px) {
  img{
    width: 100%;
  }
}

body {
  line-height: 1; 
}

html{
  box-sizing: border-box;
}

ol, ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

a:hover{
  color: #fff;
}

:root {
  --blue1:#00479D;
  --blue2:#0665B5;
  --fsize_sp12: 1.6vw;
  --fsize_sp13: 1.73333333333333vw;
  --fsize_sp14: 1.86666666666667vw;
  --fsize_sp15: 2vw;
  --fsize_sp16: 2.13333333333333vw;
  --fsize_sp17: 2.26666666666667vw;
  --fsize_sp18: 2.4vw;
  --fsize_sp19: 2.53333333333333vw;
  --fsize_sp20: 2.66666666666667vw;
  --fsize_sp21: 2.8vw;
  --fsize_sp22: 2.93333333333333vw;
  --fsize_sp23: 3.06666666666667vw;
  --fsize_sp24: 3.2vw;
  --fsize_sp25: 3.33333333333333vw;
  --fsize_sp26: 3.46666666666667vw;
  --fsize_sp27: 3.6vw;
  --fsize_sp28: 3.73333333333333vw;
  --fsize_sp29: 3.86666666666667vw;
  --fsize_sp30: 4vw;
  --fsize_sp31: 4.13333333333333vw;
  --fsize_sp32: 4.26666666666667vw;
  --fsize_sp33: 4.4vw;
  --fsize_sp34: 4.53333333333333vw;
  --fsize_sp35: 4.66666666666667vw;
  --fsize_sp36: 4.8vw;
  --fsize_sp37: 4.93333333333333vw;
  --fsize_sp38: 5.06666666666667vw;
  --fsize_sp39: 5.2vw;
  --fsize_sp40: 5.33333333333333vw;
  --fsize_sp41: 5.46666666666667vw;
  --fsize_sp42: 5.6vw;
  --fsize_sp43: 5.73333333333333vw;
  --fsize_sp44: 5.86666666666667vw;
  --fsize_sp45: 6vw;
  --fsize_sp46: 6.13333333333333vw;
  --fsize_sp47: 6.26666666666667vw;
  --fsize_sp48: 6.4vw;
  --fsize_sp49: 6.53333333333333vw;
  --fsize_sp50: 6.66666666666667vw;
  --fsize_sp51: 6.8vw;
  --fsize_sp52: 6.93333333333333vw;
  --fsize_sp53: 7.06666666666667vw;
  --fsize_sp54: 7.2vw;
  --fsize_sp55: 7.33333333333333vw;
  --fsize_sp56: 7.46666666666667vw;
  --fsize_sp57: 7.6vw;
  --fsize_sp58: 7.73333333333333vw;
  --fsize_sp59: 7.86666666666667vw;
  --fsize_sp60: 8vw;
}

@font-face {
  font-family: 'iconfonts';
  src:  url('/recruit/fonts/iconfonts.eot?vxrqvn');
  src:  url('/recruit/fonts/iconfonts.eot?vxrqvn') format('embedded-opentype'),
    url('/recruit/fonts/iconfonts.ttf?vxrqvn') format('truetype'),
    url('/recruit/fonts/iconfonts.woff?vxrqvn') format('woff'),
    url('/recruit/fonts/iconfonts.svg?vxrqvn') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfonts' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
  content: "\e901";
}
.icon-plus:before {
  content: "\e902";
}
.icon-arrow1:before {
  content: "\e900";
}

/*======= base =======*/

.m-wrapper{
  width: 100%;
  background-color: var(--blue1);
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
  color:#fff ;
  font-family: "Helvetica Neue", "arial", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

.entryBtn a{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #ee4035; 
  line-height: 1.4;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  transition: .2s ;
}

.entryBtn a:hover{
  background-color: #fff;
  color:#ee4035;
  border: 0.3vw solid #ee4035;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

.pagelinkMargin{
  padding-top: 100px!important;
  margin-top:-100px!important;
}

.mb0{
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .entryBtn a{
    transition:none ;
  }

  .entryBtn a:hover{
    background-color: #ee4035;
    color:#fff;
    border: none;
  }

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

  .pagelinkMargin{
    padding-top: 16.8vw!important;
    margin-top:-16.8vw!important;
  }
}

@media (max-width: 999px) and (min-width: 768px){
  .tab_no{
    display: none;
  }
}

/*======= Animation =======*/
.fadeInUp {
  animation-name: fadeInUpAnime;
  animation-duration:.6s;
  animation-fill-mode:forwards;
  animation-timing-function:ease-in-out;
  opacity:0;
}

@keyframes fadeInUpAnime{
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpAnimeTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration:.9s;
  animation-fill-mode:forwards;
  animation-timing-function:ease-in-out;
  opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInAnimeTrigger {
  opacity: 0;
}

.delay-time01{
  animation-delay: .1s;
}

.delay-time02{
  animation-delay: .2s;
}

.delay-time03{
  animation-delay: .3s;
}

.delay-time04{
  animation-delay: .4s;
}

.delay-time05{
  animation-delay: .5s;
}

.delay-time06{
  animation-delay: .6s;
}

.delay-time07{
  animation-delay: .7s;
}

.delay-time08{
  animation-delay: .8s;
}

.delay-time09{
  animation-delay: .9s;
}

.delay-time10{
  animation-delay: 1s;
}

.delay-time11{
  animation-delay: 1.1s;
}

.delay-time12{
  animation-delay: 1.2s;
}


.delay-time13{
  animation-delay: 1.3s;
}


.delay-time14{
  animation-delay: 1.4s;
}


.delay-time15{
  animation-delay: 1.5s;
}


/*-------top_mv Animation------*/

.slideArea{
  overflow: hidden;
}

/*-------left-------*/

.slideArea .slideXCont{
  animation-name:slideAnimX;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  transition: transform 0.8s cubic-bezier(0.09, 0.34, 0.63, 1);
  transform: translateX(-105%);
}

@keyframes slideAnimX {
  from {
  transform: translateX(-105%);
  opacity: 0;
  }

  to {
  transform: translateY(0);
  opacity: 1;
  }
}

/*-------up-------*/

.slideArea .slideYCont{
  animation-name:slideAnimY;
  animation-duration:0.4s;
  animation-fill-mode:forwards;
  transition: transform 0.4s cubic-bezier(0.09, 0.34, 0.63, 1);
  transform: translateY(105%);
}

@keyframes slideAnimY {
  from {
  transform: translateY(105%);
  }

  to {
  transform: translateY(0);
  }
}

/*-------fadein------*/

.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:.8s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*======= header =======*/

header{
  width: 100%;
  height: 100px;
  position: fixed;
  display: flex;
  z-index: 100;
}

header .r-logo{
  width: 124px;
  position: absolute;
  top: 20px;
  left: 50px;
}

header .r-logo img{
  width: 100%;
}

header .eBtnWrap{
  position: absolute;
  top: 17px;
  right: 118px;
  
}

header .eBtnWrap .btn1{
  width: 230px;
  height: 68px;
  font-size: 20px;
  border-radius: 50px;
  
}

@media (max-width: 767px) {
  header{
    height: 16.8vw;
  }

  header .r-logo{
    width: 24vw;
    top: 2.8000000000000003vw;
    left: 5.333333333333334vw;
  }

  header .eBtnWrap{
    top: 2.8000000000000003vw;
    right: 19.6vw;
  }

  header .eBtnWrap .btn1{
    width: 30.666666666666664vw;
    height: 10.933333333333334vw;
    font-size: var(--fsize_sp30);
  }
}

/*======= footer =======*/

footer{
  width:100% ;
  height:370px;
  display: flex;
  flex-wrap: wrap;
}

footer .phArea{
  width: 41%;
  background: url(/recruit/img/footer_img_pc.png) no-repeat;
  background-size: cover;
}

footer .txtArea{
  width: 59%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00316c;
}

footer .txtArea .contWrap{
  font-size: 13px;
}

footer .txtArea .contWrap .logo{
  margin-bottom:10px ;
}

footer .txtArea .contWrap .logo img{
  width: 142px;
}

footer .txtArea .contWrap .logoTxt{
  margin-bottom:25px ;
  font-size: 15px;
}

footer .txtArea .contWrap p{
  position: relative;
  margin-bottom: 25px;
}

footer .txtArea .contWrap p:last-child{
  margin-bottom: 0;
}

footer .txtArea .contWrap a{
  opacity: 1;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

footer .txtArea .contWrap a:hover{
opacity: 0.7;
}

footer .txtArea .contWrap a:after{
  content: '';
  width: 12px;
  height: 12px;
  top: 0;
  left: 122px;
  position: absolute;
  background: url(/recruit/img/footer_arrow.svg) no-repeat;
}

@media (max-width: 999px) and (min-width: 768px){
  footer img{
    width: auto;
  }
}

@media (max-width: 767px) {
  footer{
    width:100% ;
    height:139vw;
  }

  footer .phArea{
    width: 100%;
    height: 56vw;
    background: url(/recruit/img/footer_img_sp.png) no-repeat;
    background-size: cover;
  }

  footer .txtArea{
    width: 100%;
    height: 83vw;
  }

  footer .txtArea .contWrap{
    width: 84vw;
    font-size: var(--fsize_sp23);
  }

  footer .txtArea .contWrap img{
    width: 33.06666666666666vw;
  }

  footer .txtArea .contWrap .logo{
    margin-bottom:9.333333333333334vw ;
  }

  footer .txtArea .contWrap .logoTxt{
    margin-bottom:2.666666666666667vw ;
    font-size: var(--fsize_sp29);
  }

  footer .txtArea .contWrap p{
    margin-bottom: 9.333333333333334vw;
  }

  footer .txtArea .contWrap p:last-child{
    width: 100%;
    text-align: center;
  }

  footer .txtArea .contWrap a{
    transition: none;
  }

  footer .txtArea .contWrap a:hover{
  opacity: 1;
  }

  footer .txtArea .contWrap a:after{
    width: 5vw;
    height: 5vw;
    top: 0.3vw;
    left: 28.5vw;
  }
}

/*======= gNavi =======*/

.gNavi_container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding-bottom: 100px;
  display: none;
  z-index: 1000;
  font-size: 16px;
  background: var(--blue1);
  overflow: auto;
  overscroll-behavior-y: contain;
  transition: .3s;
  font-weight: 600;
  font-family: "Helvetica Neue", "arial", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

.gNavi_active{
  display: block;
}

.gNavi_disable{
  display: none;
}

.gNavi_active2{
  overflow: hidden;
}

.gNavi_container .contInner{
  width: 800px;
  margin: 120px auto 80px;
}

.gNavi_container .contInner .contWrap1{
  width: 100%;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}

.gNavi_container .contInner .cont{
  width: 50%;
}

.gNavi_container .contInner .cont li{
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}

.gNavi_container .contInner .cont li:last-child{
  margin-bottom: 0;
}

.gNavi_container .contInner .cont a::before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transition: .2s;
}

.gNavi_container .contInner .cont a:hover::before{
  left: 5px;
}

.gNavi_container .titleImg{
  margin-bottom: 10px;
}

.gNavi_container .titleImg img{
  width: 100%;
}

.gNavi_container .titleImg.img01{
  width: 237px;
}

.gNavi_container .titleImg.img02{
  width: 240px;
}

.gNavi_container .titleImg.img03{
  width: 410px;
}

.gNavi_container .titleText{
  margin-bottom: 30px;
  font-size: 18px;
}

.gNavi_container .contInner .contWrap2{
  width: 100%;
  display: flex;
}

/*------- btn -------*/

.gNavi_btn{
  position:fixed;
  z-index: 1200;
  top:0;
  right:0;
  cursor: pointer;
  width: 98px;
  height:98px;
  background: #fff;
  transition: .2s;
  opacity: 1;
  box-sizing: border-box;
}

.gNavi_btn:hover{
  background: #2CA6E0;
}

.gNavi_btn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 34%;
  height: 2px;
  background-color: var(--blue1);
  width: 34%;
}

.gNavi_btn:hover span{
  background:#fff;
}

.gNavi_btn span:nth-of-type(1) {
  top:36%; 
}

.gNavi_btn span:nth-of-type(2) {
  top:49%;
}

.gNavi_btn span:nth-of-type(3) {
  top:62%;
}

.gNavi_btn.active span:nth-of-type(1) {
    top: 43%;
    left: 31%;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.gNavi_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.gNavi_btn.active span:nth-of-type(3){
    top: 55%;
    left: 31%;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

@media (max-width: 999px) and (min-width: 768px){
  .gNavi_container .contInner{
    width: 90%;
  }

  .gNavi_container .contInner .cont li{
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .gNavi_container{
    font-size: var(--fsize_sp34);
  }

  .gNavi_container .contInner{
    width: 90%;
    margin: 22vw auto 6.666666666666667vw;
  }

  .gNavi_container .contInner .contWrap1{
    display: flex;
    flex-direction: column;
    padding-bottom: 11.333333333333332vw;
    margin-bottom: 11.333333333333332vw;
  }

  .gNavi_container .contInner .cont{
    width: 100%;
   
  }

  .gNavi_container .contInner .cont.mb1{
     margin-bottom: 13.333333333333334vw;
  }

  .gNavi_container .contInner .cont.mb2{
     margin-bottom: 7.5vw;
  }

  .gNavi_container .contInner .cont li{
    margin-bottom: 7.5vw;
    padding-left: 13.333333333333334vw;
    line-height: 1.5;
  }

  .gNavi_container .contInner .cont li:last-child{
    margin-bottom: 0;
  }

  .gNavi_container .contInner .cont a::before{
    content: "";
    display: inline-block;
    width: 8.666666666666668vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transition: none;
  }

  .gNavi_container .contInner .cont a:hover::before{
    left: 0;
  }

  .gNavi_container .titleImg{
    margin-bottom: 3.5999999999999996vw;
  }

  .gNavi_container .titleImg img{
    width: 100%;
  }

  .gNavi_container .titleImg.img01{
    width: 62.93333333333333vw;
  }

  .gNavi_container .titleImg.img02{
    width: 64.13333333333333vw;
  }

  .gNavi_container .titleImg.img03{
    width:53.733333333333334vw;
  }

  .gNavi_container .titleText{
    margin-bottom: 9vw;
    font-size: var(--fsize_sp38);
  }

  .gNavi_container .contInner .contWrap2{
    flex-direction: column;
  }

  /*------- btn -------*/

  .gNavi_btn{
    width: 17vw;
    height:17vw;
  }

  .gNavi_btn:hover{
    background: #fff;
  }

  .gNavi_btn:hover span{
    background:var(--blue1);
  }


  .gNavi_btn.active span:nth-of-type(1) {
    top: 39%;
    left: 31%;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }

  .gNavi_btn.active span:nth-of-type(3){
      top: 57%;
      left: 31%;
      transform: translateY(-6px) rotate(45deg);
      width: 40%;
  }
}

/*======= entryModal =======*/

.entryModal_active{
  overflow: hidden;
}

.entryModal_overRay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding-bottom: 100px;
  display: none;
  overflow: auto!important;
  z-index: 2000;
  background: var(--blue1);
  opacity: .8;
  transition: .3s;
}

.entryModal_contArea{
  width: 860px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  z-index: 2100;
  transition: .3s;
  font-size: 24px;
  font-weight: 600;
  font-family: "Helvetica Neue", "arial", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

.entryModal_contArea ul{
  width: 400px;
  padding: 150px 0;
  margin: 0 auto;
  display: block;
}

.entryModal_contArea li:first-child{
  margin-bottom: 30px;
}

.entryModal_contArea ul a{
  width: 400px;
  padding: 25px 0;
  color: var(--blue1);
  position: relative;
  border-bottom: 2px solid var(--blue1);
  display: block;
}

.entryModal_contArea li i{
  font-size: 11px;
  top: 45%;
  right: 8px;
  position: absolute;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.entryModal_contArea a:hover i{
  right: 0;
}

.entryModal_contArea .entrymodal_close{
  position: absolute;
  top: 35px;
  right: 35px;
}

.entryModal_contArea .entrymodal_close:hover{
  cursor: pointer;
}

@media (max-width: 999px) and (min-width: 768px){
  .entryModal_contArea{
    width: 90%;
  }
}

@media (max-width: 767px) {

  .entryModal_contArea{
    width: 90%;
    font-size: var(--fsize_sp37);
   }

  .entryModal_contArea ul{
    width: 70vw;
    padding: 22vw 0;
  }

  .entryModal_contArea li:first-child{
    margin-bottom: 5.33vw;
  }

  .entryModal_contArea ul a{
    width: 70vw;
    padding: 4vw 0;
  }

  .entryModal_contArea li i{
    font-size: 2.5vw;
    top: 35%;
    right: 0;
  }

  .entryModal_contArea a:hover i{
    right: 0;
  }

  .entryModal_contArea .entrymodal_close{
    position: absolute;
    top: 6vw;
    right: 6vw;
  }

  .entryModal_contArea .entrymodal_close img{
    width: 6.5vw;
  }
}

/*======= sub_mTitle =======*/

.sub_mTitle{
  width: 100%; 
  height: 12.916666666666668vw;
  padding-top: 148px;
  margin-bottom: 3.4722222222222223vw;
  background: url(/recruit/img/sub_maintitlebg_pc.png) top 148px left no-repeat;
  background-size: contain;
}

.sub_mTitle img{
  width: 100%;
}

.sub_mTitle .inner{
  width: 1000px;
  margin: 0 auto;
}

.data .sub_mTitle .inner .mtitle{
  width: 58.333333333333336vw;
  margin: 3.2638888888888893vw 0 1.3888888888888888vw;
}

.schedule .sub_mTitle .inner .mtitle{
  width: 19.51388888888889vw;
  margin: 3.2638888888888893vw 0 1.3888888888888888vw;
}

.business .sub_mTitle .inner .mtitle{
  width: 29.791666666666668vw;
  margin: 3.2638888888888893vw 0 1.3888888888888888vw;
}

.human .sub_mTitle .inner .mtitle{
  width: 53.47222222222222vw;
  margin: 3.2638888888888893vw 0 1.3888888888888888vw;
}

.sub_mTitle .inner h1{
  font-size: 2.5vw;
  line-height: 1;
}

@media (max-width: 999px) and (min-width: 768px){
  .sub_mTitle .inner{
    width: 95%;
  }
}

@media (max-width: 767px) {
  .sub_mTitle{
    height: 50.13333333333333vw;
    padding-top: 24.8vw;
    margin-bottom: 10.666666666666668vw;
    background: url(/recruit/img/sub_maintitlebg_sp.png) top 24.8vw left no-repeat;
    background-size: contain;
  }

  .sub_mTitle .inner{
    width: 90%;
  }

  .data .sub_mTitle .inner .mtitle{
    width: 65.06666666666666vw;
    margin: 10.666666666666668vw 0 4.933333333333334vw;
  }

  .schedule .sub_mTitle .inner .mtitle{
    width: 45.33333333333333vw;
    margin: 10.666666666666668vw 0 3.8vw;
  }

  .business .sub_mTitle .inner .mtitle{
    width: 34.53333333333333vw;
    margin: 10.666666666666668vw 0 3.8vw;
  }

  .human .sub_mTitle .inner .mtitle{
    width: 89.33333333333333vw;
    margin: 10.666666666666668vw 0 3.8vw;
  }

  .sub_mTitle .inner h1{
    font-size: var(--fsize_sp48);
    line-height: 1.5;
  }
}

/*======= sub_stitleWrap =======*/

.sub_stitleWrap{
  margin-bottom: 60px;
}

.human .sub_stitleWrap{
  margin-bottom: 40px;
}

.sub_stitleWrap.business_c1{
  margin-bottom: 30px;
}

.sub_stitleWrap .stitleArea  {
  margin-bottom: 15px;
}

.sub_stitleWrap .stitleArea.human_c1{
  margin-bottom: 5px;
  position: relative;
  top: -4px;
}

.sub_stitleWrap .stitleArea.human_c1 img{
  width: 369px;
}

.sub_stitleWrap h2{
  font-size: 26px;
}

@media (max-width: 999px) and (min-width: 768px){
  .human .sub_stitleWrap{
    margin-bottom: 5vw;
  }

  .data .data_cont1 .sub_stitleWrap .stitleArea  {
    width: 49.7vw;
  }

   .data .data_cont2 .sub_stitleWrap .stitleArea  {
    width:17.4vw;
  }

  .data .data_cont3 .sub_stitleWrap .stitleArea  {
    width: 11.4vw;
  }

  .sub_stitleWrap .stitleArea.human_c1{
    width: 24.5vw;
  }

  .sub_stitleWrap .stitleArea.human_c1 img{
    width: 100%;
  }

  .schedule .schedule_cont1 .sub_stitleWrap .stitleArea  {
    width: 19.6vw;
  }

  .schedule .schedule_cont2 .sub_stitleWrap .stitleArea  {
    width: 51.9vw;
  }

  .business .business_cont1 .sub_stitleWrap .stitleArea  {
    width: 22.5vw;
  }

  .business .business_cont2 .sub_stitleWrap .stitleArea  {
    width: 41.5vw;
  }

  .human .human_cont1 .sub_stitleWrap .stitleArea  {
    width: 37.7vw;
  }

  .human .human_cont2 .sub_stitleWrap .stitleArea  {
    width: 46.7vw;
  }

  .human .human_cont3 .sub_stitleWrap .stitleArea  {
    width: 27.3vw;
  }
}

@media (max-width: 767px){
  .sub_stitleWrap{
    margin-bottom: 10.133333333333333vw;
  }

  .human .sub_stitleWrap{
    margin-bottom: 9.333333333333334vw;
  }

  .sub_stitleWrap.business_c1{
    margin-bottom: 10.133333333333333vw;
  }

  .sub_stitleWrap .stitleArea  {
    margin-bottom: 3.4666666666666663vw;
  }

   .data .data_cont1 .sub_stitleWrap .stitleArea  {
    width: 80.26666666666667vw;
  }

   .data .data_cont2 .sub_stitleWrap .stitleArea  {
    width: 28.000000000000004vw;
  }

  .data .data_cont3 .sub_stitleWrap .stitleArea  {
    width: 18.53333333333333vw;
  }

  .schedule .schedule_cont1 .sub_stitleWrap .stitleArea  {
    width: 33.33333333333333vw;
  }

  .schedule .schedule_cont2 .sub_stitleWrap .stitleArea  {
    width:83.06666666666666 vw;
  }

  .business .business_cont1 .sub_stitleWrap .stitleArea  {
    width: 34vw;
  }

  .business .business_cont2 .sub_stitleWrap .stitleArea  {
    width: 65.33333333333333vw;
  }

  .human .human_cont1 .sub_stitleWrap .stitleArea  {
    width: 58.93333333333334vw;
  }

  .human .human_cont2 .sub_stitleWrap .stitleArea  {
    width: 75.06666666666668vw;
  }

  .human .human_cont3 .sub_stitleWrap .stitleArea  {
    width: 43.86666666666667vw;
  }

  .sub_stitleWrap .stitleArea.human_c1{
    width: 58.666666666666664vw;
  }

  .sub_stitleWrap .stitleArea.human_c1 img{
    width: 100%;
  }


  .sub_stitleWrap h2{
    font-size: var(--fsize_sp38);
  }
}

/*======= sub_arrowBtnArea =======*/

.sub_arrowBtnArea{
  width: 1000px;
  margin: 0 auto 100px;
  font-size: 16px ;
}

.arrowBtn_clm2_width1{
  width: 655px;
}

.sub_arrowBtnArea ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sub_arrowBtnArea li{
  text-align: center;
}

.sub_arrowBtnArea li a{
  width: 310px;
  height: 72px;
  padding-top: 28px;
  display: block;
  background: url(/recruit/data/img/data_arrowbg_pc.svg) no-repeat;
  transition: .2s ;
}

.sub_arrowBtnArea li a:hover{
  background: url(/recruit/data/img/data_arrowbg_ov_pc.svg) no-repeat;
  color: var(--blue1);
}

@media (max-width: 999px) and (min-width: 768px){
  .sub_arrowBtnArea{
    width: 95%;
  }

  .arrowBtn_clm2_width1{
    width: 65.5%;
  }

  .sub_arrowBtnArea li{
    width: 31%;
  }

  .arrowBtn_clm2_width2{
    width: 47.3%!important;
  }

  .sub_arrowBtnArea li a{
    width: 100%;
    padding-top: 2.2vw;
    background-size: contain;
  }

  .sub_arrowBtnArea li a:hover{
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .sub_arrowBtnArea{
    width: 90%;
    margin: 0 auto 14.799999999999999vw;
    font-size: var(--fsize_sp28) ;
  }

  .arrowBtn_clm2_width1{
    width: 90%;
  }

  .sub_arrowBtnArea li{
    width: 31.3%;
  }

  .arrowBtn_clm2_width2{
    width: 48.5%!important;
  }

  .sub_arrowBtnArea li a{
    width: 100%;
    height: calc(22.133333333333333vw - 6.800000000000001vw);
    padding-top: 6.800000000000001vw;
    background: url(/recruit/data/img/data_arrowbg_sp.svg) no-repeat;
    background-size: contain;
    transition: none;
  }

  .arrowBtn_clm2_bg1{
    background: url(/recruit/schedule/img/schedule_arrowbg_sp.svg) no-repeat!important;
    background-size: contain!important;
  }

  .sub_arrowBtnArea li.line_2 a{
    line-height: 1.3;
    height: calc(22.133333333333333vw - 4.3999999999999995vw);
    padding-top: 4.3999999999999995vw;
  }

  .sub_arrowBtnArea li a:hover{
    background: url(/recruit/data/img/data_arrowbg_sp.svg) no-repeat;
    background-size: contain;
    color: #fff;
  }

  .sub_arrowBtnArea li a.arrowBtn_clm2_bg1:hover{
    background: url(/recruit/schedule/img/schedule_arrowbg_sp.svg) no-repeat!important;
    background-size: contain!important;
    color: #fff;
  }
}

/*======= sub_entryArea =======*/

.sub_entryArea{
  width: 100%;
  margin-bottom: 100px;
  padding: 45px 0;
  text-align: center;
  background: var(--blue2);
}

.sub_entryArea p{
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.sub_entryArea a.btnSpec{
  width: 460px;
  height: 80px;
  font-size:24px;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .sub_entryArea{
    margin-bottom: 21.333333333333336vw;
    padding: 10.666666666666668vw 0;
  }

  .sub_entryArea p{
    font-size: var(--fsize_sp34);
    margin-bottom: 4.666666666666667vw;
  }

  .sub_entryArea a.btnSpec{
    width: 78.66666666666666vw;
    height: 17.333333333333336vw;
    font-size:var(--fsize_sp34);
    border-radius: 100px;
  }
}

/*======= sub_recruit-infoArea =======*/

.sub_recruit-infoArea{
  width: 920px;
  margin: 0 auto 100px;
  padding: 55px 40px;
  background: var(--blue2);
}

.sub_recruit-infoArea .recTitle{
 width: 850px;
 margin:0 auto  45px;
}

.sub_recruit-infoArea .recTitle img{
  width: 100%;
}

.sub_recruit-infoArea .recBtanWrap{
  width: 100%;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
  align-items: center;
}

.sub_recruit-infoArea .recBtn a{
  width: 430px;
  height: 80px;
  font-size: 16px;
  text-align: center;
  background: var(--blue1);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px #2ca6e0;
  transition: .2s;
  position: relative;
}

.sub_recruit-infoArea .recBtn a:hover{
  color: var(--blue1);
  background: #fff;
}

.sub_recruit-infoArea .recBtn a i{
  font-size: 8px;
  top: 35px;
  right: 25px;
  position: absolute;
  transition: .2s;
}

.sub_recruit-infoArea .btnSpec2{
  width: 460px;
  height: 80px;
  font-size:24px;
  border-radius: 50px;
}

@media (max-width: 999px) and (min-width: 768px){
  .sub_recruit-infoArea{
    width: 83%;
    padding: 45px 6%;
  }

  .sub_recruit-infoArea .recTitle{
    width: 84.8vw;
  }

  .sub_recruit-infoArea .recBtn{
    width: 39vw;
  }

  .sub_recruit-infoArea .recBtn a{
    width: 100%;
  }

  .sub_recruit-infoArea .recBtn a i{
    font-size: 0.7vw;
    right: 1vw;
  }
}

@media (max-width: 767px){
  .sub_recruit-infoArea{
      width: 78%;
      margin: 0 auto 21.333333333333336vw;
      padding: 10vw 6%;
    }

    .sub_recruit-infoArea .recTitle{
     width: 65.33333333333333vw;
     margin:0 auto  7.333333333333333vw;
    }

    .sub_recruit-infoArea .recTitle img{
      width: 100%;
    }

    .sub_recruit-infoArea .recBtanWrap{
      width: 100%;
      margin-bottom: 8vw;
    }

    .sub_recruit-infoArea .recBtn{
      width: 100%;
      margin-bottom: 6vw;
    }

    .sub_recruit-infoArea .recBtn:last-child{
      margin-bottom: 0;
    }

    .sub_recruit-infoArea .recBtn a{
      width: 94%;
      padding-left: 5%;
      height: 13.333333333333334vw;
      font-size: var(--fsize_sp28);
      align-items: left;
      text-align: left;
      justify-content: left;
      box-shadow: 2vw 2vw #2ca6e0;
    }

    .sub_recruit-infoArea .recBtn a:hover{
      color: #fff;
      background: var(--blue1);
    }

    .sub_recruit-infoArea .recBtn a i{
      font-size: 1.8vw;
      top: 5.8vw;
      right: 2vw;
      transition: none;
    }

    .sub_recruit-infoArea .btnSpec2{
      width: 100%;
      height: 17.599999999999998vw;
      font-size:var(--fsize_sp30);
      border-radius: 100px;
    }
}

/*======= interviewSlide =======*/

.interviewSlideWrap{
  width: 1000px;
  overflow: visible;
}

.interviewSlide{

  display: flex;
}

.interviewSlide li{
  width: 355px!important;
  height: 625px;
  margin-right: 65px!important;
}

.interviewSlide li.p1{
  background:#fff url(/recruit/img/interview_slideimg_01.png) top no-repeat;
  background-size: contain;
}

.interviewSlide li.p2{
  background:#fff url(/recruit/img/interview_slideimg_02.png) top no-repeat;
  background-size: contain;
}

.interviewSlide li.p3{
  background:#fff url(/recruit/img/interview_slideimg_03.png) top no-repeat;
  background-size: contain;
}

.interviewSlide li.p4{
  background:#fff url(/recruit/img/interview_slideimg_04.png) top no-repeat;
  background-size: contain;
}

.interviewSlide li.p5{
  background:#fff url(/recruit/img/interview_slideimg_05.png) top no-repeat;
  background-size: contain;
}

.interviewSlide .nameWrap{
  margin-top: 275px;
}

.interviewSlide .divName2{
  color: var(--blue1);
  font-size: 20px;
  padding: 5px 10px;
  background: #dadf00;
  border: 2px solid var(--blue1);
  border-bottom: none;
  border-left: none;
  display: inline-block;
}

.interviewSlide li.p5 .divName2{
  border-bottom: 2px solid var(--blue1)!important;
}

.interviewSlide .nameDate2{
  color: var(--blue1);
  font-size: 20px;
  padding: 7px 12px;
  background: #fff;
  border: 2px solid var(--blue1); 
  border-left: none;
  display: inline-block;
}

.interviewSlide li.p5 .nameDate2{
  border-top: none!important;
}

.interviewSlide .nameDate2 span{
  font-size: 32px;
}

.interviewSlide .txtWrap{
  width: 355px;
  height: 200px;
  color: var(--blue1);
  display: table; 
}

.interviewSlide .txtWrap .txtArea{
  font-size: 25px;
  line-height: 2;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.interviewSlide .txtWrap .txtArea p{
  display: inline-block;
  text-align: left;
}

.interviewSlide .btnWrap{
  width: 100%;
  text-align: right;
}

.interviewSlide .moreBtn{
  margin-left: 215px;
}

.interviewSlide .moreBtn a{
  width: 70px;
  padding: 13px 20px;
  text-align: left;
  background: var(--blue1);
  color: #fff;
  font-size: 16px;
  position: relative;
  display: block;
}

.interviewSlide .moreBtn i{
  font-size: 6px;
  top: 38%;
  right: 8px;
  position: absolute;
  transition: .2s;
}

.interviewSlide .moreBtn a:hover i{
  right: 4px;
}

.swiper-controlArea{
  width: 880px;
  margin-top: 50px;
  height: 44px;
  position: relative;
}

/*-------swiper-------*/

.swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  margin-top:0;
}

.swiper-button-prev{
  position: absolute;
  top: 0;
  right: 58px;
  left: auto;
  width: 44px;
  height: 44px;
  margin-top:0;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
  left: 0;
  top: 50%;
  bottom: -72px;
  height: 3px;
  width: 758.4px;
}

.swiper-scrollbar{
  border-radius: 0;
  background: #cdd4f2;
}

.swiper-scrollbar-drag{
  background: #00316c;
  border-radius: 0;
}

.swiper-button-prev:after{
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(/recruit/img/slider_btn_prev.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next:after{
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(/recruit/img/slider_btn_next.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 999px) and (min-width: 768px){
  .interviewSlideWrap{
    width: 90%;
    margin: 0 auto;
  }

  .swiper-controlArea{
    width: 88%;
  }

  .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    width: 80%;
  }
}

@media (max-width: 767px) {
  .interviewSlideWrap{
      width: 100%;
  }

  .interviewSlide{
  }

  .interviewSlide li{
    width: 50vw!important;
    height: 96vw;
    margin-right: 6vw!important;
  }

  .interviewSlide .nameWrap{
    margin-top: 39vw;
  }

  .interviewSlide .divName2{
    font-size: var(--fsize_sp28);
    padding: 1.0666666666666667vw 1.3333333333333335vw;
  }

  .interviewSlide .nameDate2{
    font-size: var(--fsize_sp24);
    padding: 1.0666666666666667vw 1.4666666666666666vw;
  }

  .interviewSlide .nameDate2 span{
    font-size:var(--fsize_sp36);
  }

  .interviewSlide .txtWrap{
    width: 100%;
    height: 32vw;
  }

  .interviewSlide .txtWrap .txtArea{
    font-size:var(--fsize_sp30);
  }

  .interviewSlide .moreBtn{
    margin-left: 24vw;
  }

  .interviewSlide .moreBtn a{
    width: 16vw;
    padding: 3vw 2.666666666666667vw;
    font-size: var(--fsize_sp23);
  }

  .interviewSlide .moreBtn i{
    font-size: 1.5vw;
    top: 38%;
    right: 1.5vw;
    position: absolute;
    transition: none;
  }

  .interviewSlide .moreBtn a:hover i{
    right: 1.5vw;
  }

  .swiper-controlArea{
    width: 86vw;
    margin-top: 6.4vw;
    height: 7.066666666666667vw;
  }

  /*-------swiper-------*/

  .swiper-button-next {
    right: 4vw;
    width: 7.066666666666667vw;
    height: 7.066666666666667vw;
  }

  .swiper-button-prev{
    right: 13.333333333333334vw;
    width: 7.066666666666667vw;
    height: 7.066666666666667vw;
  }

  .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    width: 60vw;
    height: 1vw;
    top: 40%;
  }

  .swiper-button-prev:after{
    content: "";
    width: 7.066666666666667vw;
    height: 7.066666666666667vw;
    background-image: url(/recruit/img/slider_btn_prev.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .swiper-button-next:after{
    content: "";
    width: 7.066666666666667vw;
    height: 7.066666666666667vw;
    background-image: url(/recruit/img/slider_btn_next.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/*======= top_base =======*/

.top h2{
  margin-bottom: 22px;
}

.top .stxt{
  font-size:26px;
  margin-bottom:50px;
}

@media (max-width: 767px) {
  .top h2{
    margin-bottom: 3.8666666666666667vw;
  }

  .top .stxt{
    font-size:var(--fsize_sp38);
    margin-bottom:9.2vw;
  }
}

/*======= top_mv =======*/

.top_mv{
  width: 100%;
  height: 58.68055555555556vw;
  padding-top: 100px;
  margin-bottom: 12.36111111111111vw;
}

.top_mv .bgArea{
  position: relative;
  z-index: 1;
}

.top_mv img{
  width: 100%!important;
}

.top_mv .txtArea{
  width: 45vw;
  position: relative;
  top: 4.166666666666666vw;
  left: 13.61111111111111vw;
  z-index: 5;
}

.top_mv .txtArea .txt1{
  width: 25vw;
  position: absolute;
  top: 0;
  left: 0;
}

.top_mv .txtArea .txt2{
  width: 16.171875vw;
  position: absolute;
  top: 13.125vw;
  left: 0;
}

.top_mv .txtArea .txt3{
  width: 25.46875vw;
  position: absolute;
  top: 26.25vw;
  left: 0;
}

.top_mv .txtArea .txt4{
  width: 51.64062499999999vw;
  position: absolute;
  top: 39.30555555555556vw;
  left: 0;
}

.top_mv .txtArea .txt5{
  width: 15.277777777777779vw;
  position: absolute;
  top: 15.972222222222221vw;
  left: 19.236111vw;
}

@media (max-width: 999px) and (min-width: 768px){
  
  .top_mv{
    margin-bottom:12.5vw ;
  }
}

@media (max-width: 767px) {
  .top_mv{
    height: 152.8vw;
    padding-top: 16.8vw;
    margin-bottom: 23.866666666666667vw;
  }

  .top_mv .txtArea{
    width: 66vw;
    top: 13.066666666666665vw;
    left: 5.333333333333334vw;
  }

  .top_mv .txtArea .txt1{
    width: 41.66666666666667vw;
  }

  .top_mv .txtArea .txt2{
    width: 26.953125vw;
    top: 22.53333333333333vw;
  }

  .top_mv .txtArea .txt3{
    width: 42.44791666666667vw;
    top: 45.2vw;
  }

  .top_mv .txtArea .txt4{
    width: 86.06770833333334vw;
    top: 68vw;
  }

  .top_mv .txtArea .txt5{
    width: 44.33333333333333vw;
    top: 96vw;
    left: 0vw;
}
}

/*======= top_introArea =======*/

.top_introArea{
  width: 100%;
  margin-bottom: 195px;
  text-align: center;
}

.top_introArea ul{
  display: inline-block;
  line-height: 2;
  text-align: left;
}

.top_introArea li{
  font-size: 20px;
  margin-bottom: 55px;
}

.top_introArea li:first-child{
  font-size: 40px;
}

.top_introArea li:last-child{
  margin-bottom: 0;
}

@media (max-width: 999px) and (min-width: 768px){
  .top_introArea{
    margin-bottom: 20vw;
  }
}

@media (max-width: 767px) {
  .top_introArea{
    width: 85%;
    margin:0 auto 24.53333333333333vw;
  }

  .top_introArea li{
    font-size: var(--fsize_sp30);
    margin-bottom:8.666666666666668vw;
  }

  .top_introArea li:first-child{
    font-size: var(--fsize_sp52);
  }
}

/*======= top_cont1 =======*/

.top_cont1{
  width: 1000px;
  margin: 0 auto 200px;
  position: relative;
  z-index: 3;
}

.top_cont1::after{
  position: absolute;
  content: '';
  bottom: 0;
  right: 50px;
  width: 100vw;
  height: 995px;
  background-color: var(--blue2);
  z-index:-1;
  overflow-x: auto;
}

.top_cont1 h2 img{
  width: 602px;
}

.top_cont1 .txt1{
  width: 313px;
  margin: 0 auto 30px;
}
.top_cont1 .txt2{
  width: 544px;
  margin: 0 auto 30px;
}

.top_cont1 .movArea{
  width: 940px;
  padding: 27px;
  border:3px solid #f1f464 ;
  margin-bottom:60px;
}

.top_cont1 .movArea iframe{
  width: 100%;
  aspect-ratio: 16/9;
}

.top_cont1 .movArea + a{
  display: inline-block;
  margin-bottom: 30px;
}

.top_cont1 ul.btnWrap{
  width: 100%;
  padding-bottom: 80px;
  display: flex;
  justify-content:space-between;
}
  
.top_cont1 ul.btnWrap li{
 font-size:18px;
 line-height: 1.6;
 background-size: contain;
}

.top_cont1 ul.btnWrap a{
  display: block;
 width:270px;
  padding:20px;
}

.top_cont1 ul.btnWrap li:nth-child(1){
  background-image: url(/recruit/img/top_c1_bg_01_sp.png);  
}

.top_cont1 ul.btnWrap li:nth-child(2){
  background-image: url(/recruit/img/top_c1_bg_02_sp.png);
}

.top_cont1 ul.btnWrap li:nth-child(3){
  background-image: url(/recruit/img/top_c1_bg_03_sp.png);
}

.top_cont1 ul.btnWrap a:hover .arrowWrap{
  background: #fff;
}

.top_cont1 ul.btnWrap a:hover .arrowWrap i{
  color: var(--blue1);
}

.top_cont1 li .title{
  width: 230px;
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #fff;
  color:var(--blue1);
  font-size:35px ;
}

.top_cont1 li .title span{
  font-size: 22px;
}

.top_cont1 .btnWrap .btmArea{
  width: 100%;
  display: flex;
}

.top_cont1 .btnWrap .btmArea div:nth-child(1){
  width: 196px;
  padding-left: 20px;
}

.top_cont1 .btnWrap .btmArea div:nth-child(2){
  align-self:flex-end;
  width: 54px;
  height: 54px;
  background:var(--blue1);
  position: relative;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.top_cont1 .btnWrap .btmArea div:nth-child(2) i{
  font-size: 9px;
  top: 20px;
  right: 15px;
  position: absolute;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media (max-width: 999px) and (min-width: 768px){
  .top_cont1{
    width: 90%;
    margin: 0 auto 20vw;
  }

  .top_cont1 h2{
    width:54vw ;
  }

  .top_cont1 h2 img{
    width: 100%;
  }

  .top_cont1 .txt1{
    width: 31.3vw;
  }

  .top_cont1 .movArea{
    width: 90%;
    padding: 5%;
  }

  .top_cont1 ul.btnWrap{
    width: 100%;
    flex-wrap: wrap;
  }

  .top_cont1 ul.btnWrap li{
    width: 32%;
    margin-bottom: 20px;
  }

  .top_cont1 li .title{
    width: 90%;
    padding: 5%;
    margin-bottom: 10px;
  }

  .top_cont1 .btnWrap .btmArea div:nth-child(1){
    width: 80%;
    padding-left: 0;
  }

  .top_cont1 ul.btnWrap a{
    width:92%;
    padding:4%;
  }

  .top_cont1 ul.btnWrap a:hover .arrowWrap{
    background: var(--blue1);
  }

  .top_cont1 ul.btnWrap a:hover .arrowWrap i{
    color: #fff;
  }

  .top_cont1 .btnWrap .btmArea div:nth-child(2){
    width: 5vw;
    height: 5vw;
  }

  .top_cont1 .btnWrap .btmArea div:nth-child(2) i{
    font-size: 0.9vw;
    top: 1.8vw;
    right: 0.972vw;
  }

}

@media (max-width: 767px) {
  .top_cont1{
    width: 90%;
    margin: 0 auto 20.666666666666668vw;
  }

  .top_cont1::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 85vw;
    height: 181.20000000000002vw;
    margin: 0 calc(40% - 45vw);
  }

  .top_cont1 h2 img{
    width: 40vw;
  }

  .top_cont1 .txt1{
    width: 52vw;
    margin: 0 auto 3.3333333333333335vw;
  }
  .top_cont1 .txt2{
    width: 90vw;
    margin: 0 auto 3.3333333333333335vw;
  }

  .top_cont1 .movArea{
    width: 94%;
    padding: 3%;
    border:0.4vw solid #f1f464 ;
    margin-bottom:10.4vw;
  }

  .top_cont1 ul.btnWrap{
    width: 100%;
    padding-bottom: 11.333333333333332vw;
    flex-wrap: wrap;
  }
    
  .top_cont1 ul.btnWrap li{
    width: 100%;
   font-size:var(--fsize_sp28);
   margin-bottom: 5.333333333333334vw;
  }

  .top_cont1 ul.btnWrap li:last-child{
    margin-bottom: 0;
  }

  .top_cont1 ul.btnWrap a{
    width:92%;
    padding:4%;
  }

  .top_cont1 ul.btnWrap a:hover .arrowWrap{
    background: var(--blue1);
  }

  .top_cont1 ul.btnWrap a:hover .arrowWrap i{
    color: #fff;
  } 

  .top_cont1 li .title{
    width: 92%;
    padding: 4%;
    margin-bottom: 4vw;
    font-size:var(--fsize_sp55) ;
  }

  .top_cont1 li .title span{
    font-size: var(--fsize_sp37);
  }

  .top_cont1 .btnWrap .btmArea div:nth-child(1){
    width: 80%;
    padding-left: 5%;
  }

  .top_cont1 .btnWrap .btmArea div:nth-child(2){
    width: 12vw;
    height: 12vw;
    transition: none;
  }

  .top_cont1 .btnWrap .btmArea div:nth-child(2) i{
    font-size: 2.3vw;
    top: 4vw;
    right: 2.5vw;
    transition:none;
  }
}

/*======= top_cont2 =======*/

.top_cont2{
  width: 1000px;
  margin: 0 auto 200px;
  position: relative;
  z-index: 3;
}

.top_cont2::after{
  position: absolute;
  content: '';
  bottom: -40px;
  left: 70px;
  width: 100vw;
  height: 600px;
  background-color: var(--blue2);
  z-index:-1;
  overflow-x: auto;
}

.top_cont2 h2 img{
  width: 540px;
}

.top_cont2 ul.contWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
}

.top_cont2 ul.contWrap li.cont{
  width: calc(480px - 80px);
  padding: 30px 40px;
  margin-bottom: 50px;
  font-size: 14px;
  background: #fff;
  color:var(--blue1) ;
}

.top_cont2 ul.contWrap li.cont_l{
  width: 920px;
}

.top_cont2 ul.contWrap li .title{
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--blue1);
}

.top_cont2 ul.contInner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_cont2 ul.contInner .c1_l{
  width:108px ;
  text-align: right;
}

.top_cont2 ul.contInner .c1_l img{
  width: 86px;
}

.top_cont2 ul.contInner .c1_2{
  width:calc(400px - 108px - 30px) ;
} 

.top_cont2 ul.contInner .c2_l{
  width:148px ;
  text-align: right;
}

.top_cont2 ul.contInner .c2_l img{
  width: 131px;
}

.top_cont2 ul.contInner .c2_2{
  width:calc(400px - 148px - 30px) ;
}

.top_cont2 ul.contInner .c3_l{
  width:109px ;
  text-align: right;
}

.top_cont2 ul.contInner .c3_l img{
  width: 92px;
}

.top_cont2 ul.contInner .c3_2{
  width:calc(400px - 109px - 30px) ;
}

.top_cont2 ul.contInner .c4_l{
  width:186px ;
}

.top_cont2 ul.contInner .c4_2{
  width:calc(400px - 186px - 30px) ;
  text-align: right;
} 

.top_cont2 ul.contInner .c5_l{
  width:540px ;
  text-align: center;
}

.top_cont2 ul.contInner .c5_2{
  width:calc(920px - 600px) ;
  text-align: left;
} 

.top_cont2 ul.contInner .c5_2 img{
  width: 305px;
}

.top_cont2 ul.contInner .c5_imgArea{
  margin:35px auto 15px;
}

.top_cont2 ul.contInner .c5_txtArea{
  font-size: 13px;
  text-align: left;
  line-height: 1.8;
  display: inline-block;
}
/* 250526追加grid */
.c5_l {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.c5_imgArea:first-child { grid-area: 1 / 1 / 3 / 2; }
.c5_imgArea { grid-area: 1 / 2 / 2 / 3; }
.c5_txtArea { grid-area: 2 / 2 / 3 / 3; }
@media (max-width: 767px) {
	.c5_l {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
.top_cont2 ul.contInner .c6_l{
  width:260px ;
  text-align: right;
}

.top_cont2 ul.contInner .c6_l img{
  width: 248px;
}

.top_cont2 ul.contInner .c6_2{
  width:calc(400px - 260 - 15px) ;
  padding-top: 35px;
} 

.top_cont2 ul.contInner .c7_l{
  width:205px ;
  text-align: center;
}

.top_cont2 ul.contInner .c7_2{
  width:calc(400px - 205px) ;
  text-align: center;
}

.top_cont2 .c67_mgb{
  margin-bottom: 30px;
}

.top_cont2 ul.contInner .imgArea{
  margin-bottom: 15px;
}

.top_cont2 .txtArea{
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

.top_cont2 ul.contInner .caution{
  font-size: 13px;
  text-align: right;
}

.top_cont2 .moreBtn{
  width: 440px;
  margin: 0 auto 40px;
  text-align: center;
  padding:27px 0 ;
  background: var(--blue1);
  transition: .2s;
  position: relative;
}

.top_cont2 .moreBtn:hover{
  cursor: pointer;
  background: #fff;
  color: var(--blue1);
}

.top_cont2 .moreBtn:hover .icon-plus:before{
  color: var(--blue1);
}

.top_cont2 .moreBtn:hover .icon-minus:before{
  color: var(--blue1);
}

.top_cont2 .moreBtn .icon-plus{
  position: absolute;
  top: 38%;
  left: 64%;
}

.top_cont2 .moreBtn .icon-minus{
  position: absolute;
  top: 28%;
  left: 64%;
}

.top_cont2 .moreBtn .icon-minus:before{
  font-size:1px ;
}

.top_cont2 .moreBtn p{
  display: inline-block;
}

.top_cont2 .blueArea{
  width: 380px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 10px;
  background: #e9f6fc;
  text-align: center;
  position: relative;
}

.top_cont2 .blueArea .blueTitle{
  font-size: 13px;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.top_cont2 .blueArea .blueTxt{
  font-size: 13px;
  line-height: 1.8;
  display: inline-block;
  text-align: left;
}

@media (max-width: 999px) and (min-width: 768px){
  .top_cont2{
    width: 90%;
    margin: 0 auto 20vw;
  }

  .top_cont2 h2{
    width:61.7vw ;
  }

  .top_cont2 h2 img{
    width: 100%;
  }

  .top_cont2 ul.contWrap{
    width: 100%;
  }

  .top_cont2 ul.contWrap li.cont{
    width: 44%;
    padding: 2% 2%;
    margin-bottom: 3.5vw;
  }

  .top_cont2 ul.contWrap li.cont_l{
    width: 100%;
  }

  .top_cont2 ul.contInner .c1_l{
    width:calc(10.8vw - 2vw ) ;
    padding-left:2vw ;
  }

  .top_cont2 ul.contInner .c1_l img{
    width: 100%;
  }

  .top_cont2 ul.contInner .c1_2{
    width:calc(26.2vw - 2.7vw) ;
    padding-right: 2.7vw;
  } 

  .top_cont2 ul.contInner .c2_l{
    width:calc(14.8vw - 1.4vw) ;
    padding-left:1.4vw;
  }

  .top_cont2 ul.contInner .c2_l img{
    width: 100%;
  }

  .top_cont2 ul.contInner .c2_2{
    width:calc(22.2vw - 1.6vw) ;
    padding-right:1.6vw;
  }

  .top_cont2 ul.contInner .c3_l{
    width:calc(10.9vw - 1.6vw);
    padding-left: 1.6vw;
  }

  .top_cont2 ul.contInner .c3_l img{
    width: 100%;
  }

  .top_cont2 ul.contInner .c3_2{
    width:26.1vw;
  }

  .top_cont2 ul.contInner .c4_l{
    width:18.6vw ;
  }

  .top_cont2 ul.contInner .c4_2{
    width:18.4vw ;
  } 

  .top_cont2 ul.contInner .c5_l{
    width:50vw ;
  }

  .top_cont2 ul.contInner .c5_l img{
    width: 100%;
  }

  .top_cont2 ul.contInner .c5_2{
    width:calc(39vw - 10.7vw) ;
    padding-right: 2vw;
    text-align: left;
  }

  .top_cont2 ul.contInner .c5_2 img{
    width: 100%;
  }

  .top_cont2 ul.contInner .c5_imgArea{
    margin:3.5vw auto 1.5vw;
  }

  .top_cont2 ul.contInner .c6_l{
    width:calc(26vw - 0.9vw) ;
    padding-left: 0.9vw;
  }

  .top_cont2 ul.contInner .c6_l img{
    width: 100%;
  }

  .top_cont2 ul.contInner .c6_2{
    width:11.2vw ;
    padding-top: 3.5vw;
  } 

  .top_cont2 ul.contInner .c7_l{
    width:calc(19.6vw - 0.8vw - 0.8vw) ;
    padding: 0 1vw;
  }

  .top_cont2 ul.contInner .c7_2{
    width:calc(17.5vw - 1.4vw - 1.4vw) ;
    padding: 0 2vw;
  }

  .top_cont2 .c67_mgb{
    margin-bottom: 3vw;
  }

  .top_cont2 .moreBtn:hover{
    cursor: pointer;
    background: var(--blue1);
    color: #fff;
  }

   .top_cont2 .moreBtn:hover .icon-plus::before{
      color: #fff!important;
    }

  .top_cont2 ul.contInner .imgArea{
    margin-bottom: 1.5vw;
  }

  .top_cont2 .blueArea{
    width: 94%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin: 0 3%;
  }
}

@media (max-width: 767px) {
  .top_cont2{
    width: 90%;
    margin: 0 auto 26vw;
  }

  .top_cont2::after{
    bottom: -5.33vw;
    left: 6.66vw;
    height: 116.39999999999999vw;
  }

  .top_cont2 h2 img{
    width:40vw;
  }

  .top_cont2 ul.contWrap{
    width: 100%;
  }

  .top_cont2 ul.contWrap li.cont{
    width: 40%;
    padding: 5% 4%;
    margin-bottom: 4vw;
    font-size: var(--fsize_sp23);
  }

  .top_cont2 ul.contWrap li.cont_l{
    width: 100%;
  }

  .top_cont2 ul.contWrap li .title{
    font-size: var(--fsize_sp26);
    padding-bottom: 2.8vw;
    margin-bottom: 3.6vw;
  }

  .top_cont2 ul.contInner{
    justify-content: center;
    flex-direction: column;
  }

  .top_cont2 ul.contInner .c1_l{
    width:13.600000000000001vw;
    text-align: center;
    margin:0 auto 3.2vw;
  }

  .top_cont2 ul.contInner .c1_l img{
    width: 100%;
  }

  .top_cont2 ul.contInner .c1_2{
    width:30.933333333333334vw ;
    margin:0 auto;
  } 

  .top_cont2 ul.contInner .c2_l{
    width:17.599999999999998vw;
    text-align: center;
    margin:0 auto 3.2vw;
  }

  .top_cont2 ul.contInner .c2_l img{
    width: 100%;
  }

  .top_cont2 ul.contInner .c2_2{
    width:27.46666666666667vw ;
    margin:0 auto;
  }

  .top_cont2 ul.contInner .c3_l{
    width:13.600000000000001vw;;
    text-align: center;
    margin:0 auto 3.2vw;
  }

  .top_cont2 ul.contInner .c3_l img{
    width: 100%;
  }

  .top_cont2 ul.contInner .c3_2{
    width:33.3vw;
    margin:0 auto;
  }

  .top_cont2 ul.contInner .c4_l{
    width:23.733333333333334vw ;
    margin:0 auto 3.2vw;
  }

  .top_cont2 ul.contInner .c4_2{
    width:23.733333333333334vw ;
    text-align: center;
    margin:0 auto;
  } 

  .top_cont2 ul.contInner .c5_l{
    width:100% ;
  }

  .top_cont2 ul.contInner .c5_2{
    width:58.666666666666664vw;
    text-align: center;
    margin: 0 auto;
  } 

  .top_cont2 ul.contInner .c5_2 img{
    width: 100%;
  }

  .top_cont2 ul.contInner .c5_imgArea{
    width: 44vw;
    margin:0 auto 3.2vw;
  }

  .top_cont2 ul.contInner .c5_txtArea{
    width: 60vw;
    margin-bottom: 4vw;
    font-size: var(--fsize_sp23);
  }

  .top_cont2 ul.contInner .c6_l{
    width:33.33333333333333vw;
    margin: 0 auto 3.2vw;
    text-align: center;
  }

  .top_cont2 ul.contInner .c6_l img{
    width: 100%;
  }

  .top_cont2 ul.contInner .c6_2{
    width:20.8vw ;
    padding-top: 0;
    margin:0 auto 6vw;
  } 

  .top_cont2 ul.contInner .c7_l{
    width:28.5vw;
    margin:0 auto 3.2vw;
  }

  .top_cont2 ul.contInner .c7_2{
    width:23.466666666666665vw;
    margin:0 auto 6vw;
  }

  .top_cont2 .c67_mgb{
    margin-bottom:0;
  }

  .top_cont2 ul.contInner .imgArea{
    margin-bottom: 3.2vw;
  }

  .top_cont2 .txtArea{
    font-size:var(--fsize_sp23);
  }

  .top_cont2 ul.contInner .caution{
    font-size:var(--fsize_sp20);
    text-align: left;
  }

  .top_cont2 .moreBtn{
    width: 52vw;
    margin: 0 auto 5.5vw;
    padding:4.5vw 0 ;
    transition: none;
  }

    .top_cont2 .moreBtn:hover{
      background: var(--blue1);
      color: #fff;
    }

    .top_cont2 .moreBtn:hover .icon-plus::before{
      color: #fff!important;
    }

  .top_cont2 .moreBtn .icon-plus{
    position: absolute;
    top: 34%;
    left: 80%;
  }

  .top_cont2 .moreBtn .icon-minus{
    position: absolute;
    top: 22%;
    left: 80%;
  }

  .top_cont2 .moreBtn .icon-minus:before{
    font-size:0.25vw ;
  }

  .top_cont2 .blueArea{
    width: 92%;
    padding: 8% 4% 8%;
    margin: 0;
  }

  .top_cont2 .blueArea .blueTitle{
    width: 100%;
    font-size: var(--fsize_sp22);
    top: -0.9vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .top_cont2 .blueArea .blueTxt{
    font-size: var(--fsize_sp20);
  }
}

/*======= top_cont3 =======*/

.top_cont3{
  width: 1000px;
  margin: 0 auto 340px;
  position: relative;
  z-index: 3;
}

.top_cont3::after{
  position: absolute;
  content: '';
  bottom: -140px;
  right: 80px;
  width: 110vw;
  height: 475px;
  background-color: var(--blue2);
  z-index:-1;
  overflow-x: auto;
}

.top_cont3 h2 img{
  width: 613px;
}

@media (max-width: 999px) and (min-width: 768px){
  .top_cont3{
      width: 90%;
    }

  .top_cont3 h2{
    width: 62.6vw;
  }

  .top_cont3 h2 img{
    width: 100%;
  }
}

@media (max-width: 767px) {
  .top_cont3{
    width: 90%;
    margin-bottom: 42vw;
  }

  .top_cont3::after{
    bottom: -9vw;
    right: 2.66vw;
    height: 78.66666666666666vw;
  }

  .top_cont3 h2{
    width:42.13333333333333vw;
  }

  .top_cont3 h2 img{
    width: 100%;
  }
}

/*======= top_cont4 =======*/

.top_cont4{
  width: 100%;
  height:138.68055555555557vw;
  background: url(/recruit/img/top_c4_img_01.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--blue1);
  margin-bottom: 200px;
}

.top_cont4 .whiteArea{
  width: 720px;
  padding: 100px;
  background: #fff;
  opacity: 0.9;
}

.top_cont4 .whiteArea h2 img{
  width: 313px;
  margin-bottom:20px ;
}

.top_cont4 .whiteArea .subTtlArea{
  font-size: 28px;
  margin-bottom: 50px;
}

.top_cont4 .whiteArea .txtArea{
  font-size: 20px;
  line-height: 2;
}

@media (max-width: 999px) and (min-width: 768px){
  .top_cont4 .whiteArea{
    width: 70%;
    padding: 5%;
  }

  .top_cont4 .whiteArea h2{
    width: 30.5vw;
    margin-bottom:2vw ;
  }

  .top_cont4 .whiteArea h2 img{
    width: 100%;
  }

  .top_cont4 .whiteArea .txtArea{
    font-size: 19px;
    line-height: 1.8;
  }

}

@media (max-width: 767px) {
  .top_cont4{
    width: 100%;
    height:304.5333333333333vw;
    background: url(/recruit/img/top_c4_img_01_sp.png) no-repeat;
    background-size: cover;
    margin-bottom: 20.666666666666668vw;
  }

  .top_cont4 .whiteArea{
    width: 76%;
    padding: 10% 6%;
    margin: 0 auto;
  }

  .top_cont4 .whiteArea h2{
    width: 46.266666666666666vw;
    margin-bottom:4.266666666666667vw ;
  }

  .top_cont4 .whiteArea h2 img{
    width: 100%;
  }

  .top_cont4 .whiteArea .subTtlArea{
    font-size: var(--fsize_sp34);
    margin-bottom: 7.5vw;
  }

  .top_cont4 .whiteArea .txtArea{
    font-size: var(--fsize_sp30);
    line-height: 1.7;
  }
}

/*======= top_cont5 =======*/

.top_cont5 {
  width: 1000px;
  margin: 0 auto 200px;
  display: flex;
  justify-content: space-between;
}

.top_cont5 h2 img{
  width: 425px;
}

.top_cont5 .leftArea{
  width: 500px;
}

.top_cont5 .rightArea{
  width: 460px;
}

.top_cont5 .rightArea ul{
  padding-top: 60px;
  margin-bottom: 45px;
}

.top_cont5 .rightArea ul a{
  width: 460px;
  padding: 35px 0;
  font-size: 24px;
  position: relative;
  border-bottom: 1px solid #fff;
  display: block;
}

.top_cont5 .rightArea li i{
  font-size: 11px;
  top: 45%;
  right: 8px;
  position: absolute;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.top_cont5 .rightArea a:hover i{
  right: 0;
}

.top_cont5 a.btnSpec{
  width: 460px;
  height: 80px;
  font-size:24px;
  border-radius: 50px;
}

@media (max-width: 999px) and (min-width: 768px){
  .top_cont5 {
    width: 90%;
    margin: 0 auto 20vw;
  }

  .top_cont5 .leftArea{
    width: 50vw;
  }

  .top_cont5 h2{
    width: 38vw;
  }

  .top_cont5 h2 img{
    width: 100%;
  }

  .top_cont5 .rightArea{
    width: 46vw;
  }

  .top_cont5 .rightArea ul{
    padding-top: 5vw;
    margin-bottom: 4.5vw;
  }

  .top_cont5 .rightArea ul a{
    width: 100%;
    padding: 3.5vw 0;
    font-size: 24px;
  }

  .top_cont5 .rightArea li i{
    font-size: 1.1vw;
    top: 45%;
    right: 0.8vw;
  }

  .top_cont5 a.btnSpec{
    width: 100%;
    height: 8vw;
    font-size:24px;
    border-radius: 50px;
  }

}

@media (max-width: 767px) {
  .top_cont5 {
    width: 85%;
    margin: 0 auto 20.666666666666668vw;
    flex-direction: column;
  }

  .top_cont5 .leftArea{
    width: 100%;
  }

  .top_cont5 h2{
    width: 64.8vw;
    margin-bottom: 6.666666666666667vw;
  }

  .top_cont5 h2 img{
    width: 100%;
  }

  .top_cont5 .rightArea{
    width: 100%;
  }

  .top_cont5 .rightArea ul{
    padding-top: 0;
    margin-bottom: 9.333333333333334vw;
  }

  .top_cont5 .rightArea ul a{
    width: 100%;
    padding: 6.5vw 0;
    font-size: var(--fsize_sp34);
    border-bottom: 2px solid #fff;
    display: block  }

  .top_cont5 .rightArea li i{
    font-size: 9px;
    top: 45%;
    right: 0;
    position: absolute;
    transition: none;
  }

  .top_cont5 .rightArea a:hover i{
    right: 0;
  }

  .top_cont5 a.btnSpec{
    width: 100%;
    height: 17.599999999999998vw;
    font-size:var(--fsize_sp30);
    border-radius: 100px;
  }

}

/*======= top_cont6 =======*/

.top_cont6{
  width: 100%;
  background: #f5f7ff;
  padding:200px 0 ;
}

.top_cont6 .inner{
  width: 1000px;
  margin: 0 auto;
}

.top_cont6 h2{
  margin-bottom: 80px;
}

.top_cont6 h2 img{
  width: 423px;
}

.top_cont6 ul{
  display: flex;
  flex-wrap: wrap;
}

.top_cont6 li{
  overflow: hidden;
}

.top_cont6 a{
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
}

.top_cont6 li .bgArea{
  width: 475px;
  height: 220px;
  position: relative;
  z-index: 0;
  transition: transform .6s ease;
}

.top_cont6 .c_1{
  background: url(/recruit/img/top_c6_img_01_pc.png) no-repeat;
}

.top_cont6 .c_2{
  background: url(/recruit/img/top_c6_img_02_pc.png) no-repeat;
}

.top_cont6 .c_3{
  background: url(/recruit/img/top_c6_img_03_pc.png) no-repeat;
}

.top_cont6 .c_4{
  background: url(/recruit/img/top_c6_img_04_pc.png) no-repeat;
}

.top_cont6 li .bgArea:hover{
  transform: scale(1.05);
}

.top_cont6 a::after{
  content: '';
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 23px;
  position: absolute;
  background-image: url(/recruit/img/top_arrow1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.top_cont6 .txtArea{
  position: absolute;
  font-size: 26px; 
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 25px;
  line-height: 1.5;
  pointer-events: none;
}

@media (max-width: 999px) and (min-width: 768px){
  .top_cont6{
    padding:20vw 0 ;
  }

  .top_cont6 .inner{
    width: 90%;
    margin: 0 auto;
  }

  .top_cont6 h2{
    margin-bottom: 8vw;
  }

  .top_cont6 h2 img{
    width: 42.3vw;
  }

  .top_cont6 li .bgArea{
    width: 44vw;
    height: 19vw;
  }
}

@media (max-width: 767px) {
  .top_cont6{
    width: 100%;
    padding:20.666666666666668vw 0 ;
  }

  .top_cont6 .inner{
    width: 85%;
  }

  .top_cont6 h2{
    margin-bottom: 10vw;
  }

  .top_cont6 h2{
    width: 64.93333333333334vw;
  }

  .top_cont6 h2 img{
    width: 100%;
  }

  .top_cont6 ul{
    flex-direction: column;
  }

  .top_cont6 li .bgArea{
    width: 100%;
    height: 31.333333333333336vw;
    transition: none;
  }

  .top_cont6 .c_1{
    background: url(/recruit/img/top_c6_img_01_sp.png) no-repeat;
    background-size: cover;
  }

  .top_cont6 .c_2{
    background: url(/recruit/img/top_c6_img_02_sp.png) no-repeat;
    background-size: cover;
  }

  .top_cont6 .c_3{
    background: url(/recruit/img/top_c6_img_03_sp.png) no-repeat;
    background-size: cover;
  }

  .top_cont6 .c_4{
    background: url(/recruit/img/top_c6_img_04_sp.png) no-repeat;
    background-size: cover;
  }

  .top_cont6 li .bgArea:hover{
    transform: none;
  }

  .top_cont6 a::after{
    content: '';
    width: 8vw;
    height: 8vw;
    right: 3.733333333333334vw;
  }

  .top_cont6 .txtArea{
    font-size: var(--fsize_sp36); 
    left: 4.266666666666667vw;
  }
}

