/*---------------------------------

KV

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .kv {
    background-image: url(/op/ce/english/img/kv-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .kv-inner {
    padding: 58px 0 44px;
    position: relative;
  }
  .kv__desc {
    color: #005bab;
    font-weight: bold;
    text-align: center;
  }
  .kv__desc-lead {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .kv__desc-ttl {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .kv__desc-sup {
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .kv__desc-ttl img {
    max-width: 100%;
  }
  .kv__bnr {
    cursor: pointer;
    position: absolute;

    bottom: 20px;
    right: 0;
  }
  .kv__bnr:hover {
    opacity: .8;
  }
}
@media (max-width: 768px) {
  /* SP */
  .kv {
    background-image: url(/op/ce/english/img/kv-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .kv-inner {
    padding-top: 17px;
    padding-bottom: 37px;
  }
  .kv__desc {
    color: #005bab;
    font-weight: bold;
    text-align: center;
  }
  .kv__desc-lead {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .kv__desc-ttl {
    font-size: 21px;
    margin-bottom: 4px;
  }
  .kv__desc-sup {
    color: #000;
    font-size: 12px;
    font-weight: normal;
  }
  .kv__desc-ttl img {
    max-width: 100%;
  }
  .kv__bnr {
    width: 37vw;
    padding-left: 18px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 auto;
  }
  .kv__bnr img {
    max-width: 100%;
  }
}


/*---------------------------------

体験談一覧

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .voice {
    position: relative;
    background-color: #e8f6ff;
  }
  .voice-inner {
    padding-top: 43px;
    padding-bottom: 40px;
  }
  .voice-filter {
    cursor: pointer;
    display: block;
    width: 300px;
    color: #fff;
    font-size: 20px;
    background-color: #0075db;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;

    border: none;
    outline: none;

    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .voice-filter::before {
    content: '';
    background-image: url(/op/ce/english/img/ic-search.png);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    top: 50%;
    left: 55px;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
  }
  .voice-filter:hover {
    opacity: .9;
  }
  .voice-counter-wrap {
    text-align: right;
    margin-bottom: 20px;
  }
  .voice-counter {
    display: inline-block;
    background-color: #fff;
    border-radius: 20px;

    font-size: 16px;
    line-height: 1;
    padding: 8px 14px 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .voice-counter-num {
    color: #0075db;
    font-weight: bold;

  }


  .voice-inner .voice__card-list {
    margin-bottom: 17px;
  }

  .voice-inner .note-list {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  /* SP */
  .voice {
    position: relative;
    background-color: #e8f6ff;
  }
  .voice-inner {
    padding-top: 33px;
    padding-bottom: 56px;
  }
  .voice-filter {
    display: block;
    max-width: 380px;
    width: 70%;
    color: #fff;
    font-size: 15px;
    background-color: #0075db;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;

    border: none;
    outline: none;

    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .voice-filter::before {
    content: '';
    background-image: url(/op/ce/english/img/ic-search.png);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translate(-150%, -50%);
        -ms-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  .voice-counter-wrap {
    text-align: center;
    margin-bottom: 10px;
  }
  .voice-counter {
    display: inline-block;
    background-color: #fff;
    border-radius: 20px;

    font-size: 12px;
    line-height: 1;
    padding: 5px 10px 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .voice-counter-num {
    color: #0075db;
    font-weight: bold;

  }

  .voice-inner .note-list {
    font-size: 12px;
  }
}



/*---------------------------------

モーダル

---------------------------------*/
@media (min-width: 769px) {
  /* PC */

  /* フィルタモーダル */
  .modal-inner--filter {
    max-width: 920px;
    width: 100%;
    border-radius: 10px;
  }
  .modal__filter-wrap {
    max-height: 90vh;
    padding: 18px 24px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal__filter-ttl {
    color: #005bab;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .modal__filter__category {
    margin-bottom: 30px;
  }
  .modal__filter__category-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .modal__filter__category__item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal__filter__category__item {
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 8px 20px;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    background-color: #dadada;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-right: 5px;

    position: relative;
  }
  .modal__filter__category__item:hover {
    opacity: .8;
  }
  .modal__filter__category__item::before {
    content: '';
    background-image: url(/op/ce/english/img/ic-cb-inactive.png);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 9px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .modal__filter__category__item.active {
    color: #0075db;
    font-weight: bold;
    background-color: #fff000;
  }
  .modal__filter__category__item.active::before {
    background-image: url(/op/ce/english/img/ic-cb-active.png);
  }
  .modal__filter__voice-counter {
    font-size: 16px;
    text-align: center;
    line-height: 1;
    margin-bottom: 26px;
  }
  .modal__filter__voice-counter-num {
    color: #0075db;
    font-weight: bold;
  }
  .modal__filter__btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal__filter__btn {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-weight: bold;

    padding: 22px 58px 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    border: none;
    border: solid 2px #dddddd;
    background-color: #fff;
    border-radius: 5px;
    line-height: 1;
    outline: none;
    border-style: solid;
  }
  .modal__filter__btn:not(:last-child) {
    margin-right: 10px;
  }
  .modal__filter__btn:hover {
    opacity: .8;
  }
  .modal__filter__btn.modal__filter__btn--activate {
    color: #fff;
    font-size: 18px;
    background-color: #0075db;
    border: none;
    width: 332px;
  }
}
@media (max-width: 768px) {
  /* SP */

  /* フィルタモーダル */
  .modal-inner--filter {
    max-width: 380px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
  }
  .modal__filter-wrap {
    max-height: 90vh;
    overflow: scroll;
    padding: 14px 20px 19px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal__filter-ttl {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .modal__filter__category {
    margin-bottom: 15px;
  }
  .modal__filter__category-name {
    color: #005bab;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
  }
  .modal__filter__category__item-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal__filter__category__item {
    font-size: 10px;
    line-height: 1;
    padding: 8px 14px;
    padding-left: 26px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    background-color: #dadada;
    border-radius: 20px;
    margin-bottom: 5px;
    margin-right: 5px;

    position: relative;
  }
  .modal__filter__category__item::before {
    content: '';
    background-image: url(/op/ce/english/img/ic-cb-inactive.png);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 7px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .modal__filter__category__item.active {
    color: #0075db;
    /* font-weight: bold; */
    background-color: #fff000;
  }
  .modal__filter__category__item.active::before {
    background-image: url(/op/ce/english/img/ic-cb-active.png);
  }
  .modal__filter__voice-counter {
    font-size: 10px;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
  }
  .modal__filter__voice-counter-num {
    color: #0075db;
    font-weight: bold;
  }
  .modal__filter__btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal__filter__btn {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-weight: bold;

    padding: 10px 23px 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    border: none;
    border: solid 1px #dddddd;
    background-color: #fff;
    border-radius: 4px;
    line-height: 1;
    outline: none;
    border-style: solid;
  }
  .modal__filter__btn:not(:last-child) {
    margin-right: 5px;
  }
  .modal__filter__btn.modal__filter__btn--activate {
    color: #fff;
    background-color: #0075db;
    border: none;
    width: 166px;
  }
}
@media (min-width: 768px) {

  .mb80 {
    margin-bottom: 80px;
  }

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

}