/* ------------------------------
MV
------------------------------*/
.wb_mv_wrap{
  margin: 152px auto 120px;  
  position: relative;
}

.wb_mv_wrap .wb_cta_btn_wrap{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}


@media (max-width: 767px) {
  .wb_mv_wrap{
    margin: 96px auto 64px;  
    position: relative;
  }
  
  .wb_mv_wrap .wb_cta_btn_wrap{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ------------------------------
COMMON
------------------------------*/
.wb_content_wrap{
  width: 80%;
  margin: 0 auto;
}


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

  .textalign_c{
    text-align: center;
  }
}

/* ------------------------------
TITLE
------------------------------*/
.wb_ttl_wrap{
  text-align: center;
  margin-bottom: 120px;
}

.wb_ttl_wrap h1{
  font-size: 48px;
  line-height: 40px;
  letter-spacing: 5%;
}

.wb_ttl_wrap h1 em{
  font-style: normal;
  font-weight: 600;
}

.wb_ttl_wrap p{
  line-height: 200%;
}

.wb_maru{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #7FB4D8;
  margin: 32px auto;
}


@media (max-width: 767px) {
  .wb_ttl_wrap{
    text-align: center;
    margin-bottom: 80px;
  }
  
  .wb_ttl_wrap h1{
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 5%;
  }
  
  .wb_ttl_wrap h1 em{
    font-style: normal;
    font-weight: 600;
  }
  
  .wb_ttl_wrap p{
    line-height: 200%;
  }
  
  .wb_maru{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #7FB4D8;
    margin: 24px auto;
  }
}

/* ------------------------------
TABLE
------------------------------*/
.wb_content_wrap table{
  margin: 0 auto 80px;
}

.wb_content_wrap table tr th,
.wb_content_wrap table tr td{
  padding-bottom: 48px;
}

.wb_content_wrap table tr th{
  text-align: right;
  vertical-align: top;
  padding-right: 32px;
  position: relative;
}

.wb_content_wrap table tr th::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 48px;
  right: 0;
  width: 3px;
  background: #999;
}

.wb_content_wrap table tr td{
  max-width: 560px;
  padding-left: 32px;
  vertical-align: top;
}

.wb_content_wrap table tr td a{
  padding-bottom: 2px;
  border-bottom: solid 2px #7FB4D8;
}

.wb_content_wrap table tr td ul li{
  position: relative;
  padding-left: 1em;
}

.wb_content_wrap table tr td ul li::before{
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.caution{
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .wb_content_wrap table{
    margin: 0 auto;
  }

  .wb_content_wrap table tr th{
    display: block;
    padding-bottom: 16px;
    text-align: center;
    padding-right: 0;
    position: relative;
  }

  .wb_content_wrap table tr th::after{
    /*content: "";
    position: absolute;
    top: 0;
    bottom: px;
    right: 4px;
    width: 3px;
    background: #999;*/
    width: 40px;
    height: 2px;
    background-color: #999;
    top: 98%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .wb_content_wrap table tr td{
    display: block;
    padding: 16px 0 56px;
    width: 90%;
    max-width: 690px;
    padding-left: 0;
    margin: 0 auto;
  }
  
  .wb_content_wrap table tr td ul li::before{
    content: '・';
  }
  
  .caution{
    text-align: center;
    margin-bottom: 80px;
  }

  .line.sp{
    width: 200px;
    height: 2px;
    background-color: #999;
  }
}



/* ------------------------------
CTA
------------------------------*/
.wb_cta_wrap{
  text-align: center;
  margin: 0 auto 120px;
  padding: 88px 0;
  color: #fff;
  letter-spacing: 5%;
  background-image: url(../images/_recruit/welcome-bonus/cta_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1080px;
}

.wb_cta_wrap h2{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 32px;
}

.wb_cta_wrap p{
  margin-bottom: 64px;
}

.wb_cta_wrap .wb_cta_btn_wrap{
  justify-content: center;
}

/* btn */
.wb_cta_btn_wrap{
  display: flex;
  gap: 40px;
  font-size: 18px;
}

.wb_cta_btn {
  display: block;
  width: 320px;
  height: 72px;
  padding: 16px;
  text-align: center;
  border-radius: 40px;
  transition: opacity ease 0.3s;
}

.wb_cta_btn:hover{
  opacity: 0.8;
}

.wb_cta_btn.bg_w{
  background-color: #fff;
  border: solid 6px #22435B;
  color: #22435B;
}

.wb_cta_btn.bg_b{
  background-color: #22435B;
  border: solid 6px #fff;
  color: #fff;
}

/* カジュアル面談bnr */
.wb_cm_cta_wrap{
  margin: 0 auto 160px;
}

.wb_cm_cta_wrap h3{
  font-size: 24px;
  text-align: center;
  margin-bottom: 32px;
}

.wb_cm_cta_wrap a{
  display: block;
  width: 800px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.wb_cm_cta_wrap a:hover{
  transform: scale(1.02);
}

.wb_cm_cta_wrap a img{
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 767px){
  .wb_cta_wrap{
    text-align: center;
    margin: 0 auto 80px;
    padding: 80px 0 64px;
    color: #fff;
    letter-spacing: 5%;
    background-image: url(../images/_recruit/welcome-bonus/cta_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .wb_cta_wrap h2{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
    line-height: 160%;
  }
  
  .wb_cta_wrap p{
    margin-bottom: 48px;
  }
  
  .wb_cta_wrap .wb_cta_btn_wrap{
    justify-content: center;
  }
  
  /* btn */
  .wb_cta_btn_wrap{
    display: block;
    font-size: 16px;
  }
  
  .wb_cta_btn {
    display: block;
    width: 300px;
    height: 68px;
    padding: 16px;
    text-align: center;
    border-radius: 40px;
    transition: opacity ease 0.3s;
    margin: 0 auto 16px;
  }
  
  /* カジュアル面談bnr */
  .wb_cm_cta_wrap{
    margin: 0 auto 80px;
  }
  
  .wb_cm_cta_wrap h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 24px;
  }
  
  .wb_cm_cta_wrap a{
    display: block;
    width: 100%;
    margin: 0 auto;
    transition: transform 0.3s ease;
  }
  
  .wb_cm_cta_wrap a:hover{
    transform: scale(1.02);
  }
  
  .wb_cm_cta_wrap a img{
    width: 100%;
    border-radius: 8px;
  }
}


