/* header */
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .ab-article__wrap{
    padding-top: 16vw;
  }
  .ab-header{
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  .ab-header__wrap{
    align-items: center;
  }
  .ab-header__btn{
    display: flex;
  }
  .ab-header__nav{
    margin-left: 8vw;
    display: flex;
  }
  .ab-header__nav-icon{
    margin: auto 0;
  }
  .c-header__head-btn-item--withchatbot {
    width: 36vw;
  }
  .c-header__head-btn-item--cv .c-header__head-btn-link {
    display: block;
    border-radius: 1.33333333vw;
    background-color: #fff039;
    font-size: 3.2vw;
    font-weight: 700;
    color: #464646;
    text-align: center;
    text-decoration: none;
    height: 10.66666666vw;
    line-height: 3.6vw;
    padding: 2vw;
  }
}
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .ab-pc__none{
    display: none;
  }
}
/* floating */
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .c-sp-hidden{
    display: none;
  }
}
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .c-pc-hidden{
    display: none;
  }
  .c-floatingcv{
    position: fixed;
    bottom: 70px;
    right: 50px;
    z-index: 100;
  }
  .c-floatingcv__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 125px;
    background: #fff039;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #464646;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform .3s;
  }
  .c-floatingcv__btn:hover {
    transform: scale(1.2);
  }
}