@charset "UTF-8";

@media (min-width: 1024px) {
  .top main h2.h2_top {
    font-size: 1.0625rem;
    font-weight: bold;
    color: #5C5C5C;
    line-height: 1.4;
    margin: 0 0 2rem;
  }
  .top main h2.h2_top span {
    font-size: 2.5rem;
    color: #DC0021;
  }
  .top main .top_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.5625rem;
    height: 3.3125rem;
    border: 2px solid #DC0021;
    border-radius: 0.5rem;
    background: #fff;
    color: #DC0021;
    transition: all 0.3s 0s ease;
  }
  .top main .top_btn:hover {
    text-decoration: none;
    background: #DC0021;
    color: #fff;
  }


  .kv {
    position: relative;
  }
  .kv .txt_cell {
    position: absolute;
    left: 2.625rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
  }
  .kv .txt_cell h2 {
    text-align: left;
    font-size: 2.6875rem;
    font-weight: bold;
    line-height: 1.62;
    color: #5C5C5C;
    font-weight: 400;
    margin: 0 0 1.5rem;
  }
  .kv .txt_cell h2 span {
    color: #DC0021;
    font-weight: bold;
  }
  .kv .txt_cell p {
    text-align: left;
    font-size: 1.5625rem;
    font-weight: bold;
    line-height: 1;
    color: #5C5C5C;
    margin: 0 0 5.0rem;
  }
  .kv .txt_cell .kv_btn {
    display: flex;
  }
  .kv .txt_cell .kv_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #DC0021;
    border-radius: 0.5rem;
    background: #fff;
    font-size: 1.4375rem;
    text-align: center;
    color: #DC0021;
    margin-right: 2rem;
    width: 23.1875rem;
    height: 6.0625rem;
    transition: all 0.3s 0s ease;
  }
  .kv .txt_cell .kv_btn a:nth-of-type(1) {
    background: #DC0021;
    color: #fff;
  }
  .kv .txt_cell .kv_btn a:nth-of-type(1):hover {
    background: #fff;
    color: #DC0021;
    text-decoration: none;
  }
  .kv .txt_cell .kv_btn a:last-of-type:hover {
    background: #DC0021;
    color: #fff;
    text-decoration: none;
  }

  .news_cell {
    background: #E7E7E7;
    padding: 4.0625rem 2.5rem;
    margin: 0 0 0;
  }
  .news_cell .inner {
    background: #fff;
    border-radius: 0.5rem;
    padding: 3.125rem 2.5rem;
    max-width: calc(1340px - 5rem);
    margin: 0 auto;
    box-shadow: 0 4px 13px 0 rgba(0,0,0,0.25);
  }

  .news_cell .news_list {
  }
  .news_cell .news_list .list {
    display: flex;
    margin: 0 0 0.75rem;
    padding: 0 0rem 0.75rem;
    border-bottom: 1px solid #DCDCDC;
  }
  .news_cell .news_list p.time {
    width: 8.125rem;
    font-size: 1.0rem;
    color: #5C5C5C;
  }
  .news_cell .news_list p.category {
    width: 5.625rem;
    font-size: 0.9375rem;
    color: #5C5C5C;
  }
  .news_cell .news_list a {
    width: calc(100% - 13.75rem);
    color: #DC0021;
  }
  .news_cell .news_list a:hover {
    text-decoration: underline;
  }
  .news_cell .txt_link {
    position: relative;
    text-align: right;
    display: block;
    color: #DC0021;
    font-size: 1rem;
    padding: 0 1.5rem 0 0;
  }
  .news_cell .txt_link::after {
    position: absolute;
    display: block;
    content: "";
    width: 1.1875rem;
    height: 1.1875rem;
    background: url(../images/common/txt_link_arrow.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .about_cell {
    background: #fff;
    padding: 5rem 2.5rem;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .about_cell .f_left {
    width: 46%;
  }
  .about_cell .f_right {
    width: 50.5%;
  }
  .about_cell .f_right p {
    font-size: 1rem;
    line-height: 1.81;
    margin: 0 0 1.75rem;
    color: #5C5C5C;
  }

  .product_cell {
    background: #E7E7E7;
    padding: 5rem 2.5rem 2.625rem;
    margin: 0 0 0;
  }
  .product_cell .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1340px;
    margin: 0 auto;
  }
  .product_cell .inner .txt_cell {
    width: 50.8%;
    margin: 0 0 0rem;
  }
  .product_cell .inner .txt_cell p {
    font-size: 1rem;
    line-height: 1.81;
    margin: 0 0 1.75rem;
    color: #5C5C5C;
  }
  .product_cell .inner .img {
    width: 46%;
    margin: 0 0 0rem;
  }
  /*.product_cell .inner .box {
    width: 100%;
    margin: 1.875rem 0 0rem;
  }
  */
  .product_cell .box {
    max-width: 1340px;
    margin: 0 auto;
  }

  .product_cell .box .list_menu_link {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem 0 0;
  }
  .product_cell .box .list_menu_link li {
    width: 19.5rem;
    margin: 0 1.75rem 1.25rem 0;
    border: 1px solid #E7E7E7;
    background: #fff;
  }
  .product_cell .box .list_menu_link li:last-child {
    margin: 0 0 1.25rem 0;
  }
  .product_cell .box .list_menu_link li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 5.0rem;
    transition: all 0.3s 0s ease;
  }
  .product_cell .box .list_menu_link li a:hover {
    text-decoration: none;
  }
  .product_cell .box .list_menu_link li a:after {
    position: absolute;
    display: block;
    content: "";
    width: 0.4375rem;
    height: 0.75rem;
    background: url(../images/guidance/list_menu_link_arrow.png) no-repeat;
    background-size: 100% 100%;
    right: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .product_cell .box .list_menu_link li a .list_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.0rem;
    height: 5.0rem;
    background: #DC0021;
  }
  .product_cell .box .list_menu_link li a .list_icon img {
    width: 2.0rem;
  }
  .product_cell .box .list_menu_link li a p {
    padding: 0 1.375rem 0 0;
    font-size: 1.125rem;
    font-weight: 500;
    color: #5C5C5C;
    line-height: 1;
    margin: 0;
    width: calc(100% - 6.375rem);
    text-align: center;
  }
  .product_cell .box .list_menu_link li a:hover p {
    color: #DC0021;
  }
  .product_cell .img_sp { display: none;}

  .service_cell {
    background: #E7E7E7;
    padding: 0rem 2.5rem 4.625rem;
    margin: 0 0 0;
  }
  .service_cell .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1340px;
    margin: 0 auto;
  }
  .service_cell .inner .txt_cell {
    width: 50.8%;
    margin: 0 0 0rem;
  }
  .service_cell .inner .txt_cell p {
    font-size: 1rem;
    line-height: 1.81;
    margin: 0 0 1.75rem;
    color: #5C5C5C;
  }
  .service_cell .inner .img {
    width: 46%;
    margin: 0 0 0rem;
  }
  .service_cell .box {
    width: 100%;
    max-width: 1340px;
    margin: 1.875rem auto 0rem;
  }
  .service_cell .box .toggle_cell {
  }
  .service_cell .box .toggle_cell .toggle_t_cell {
    padding: 1.75rem 2.25rem;
    background: #fff;
    border: 1px solid #C8C8C8;
    border-radius: 0.5rem;
    margin: 0 0 1rem;
  }
  .service_cell .box .toggle_cell .toggle_t_cell:last-of-type {
    margin: 0 0 0rem;
  }
  .service_cell .box .toggle_cell .toggle_t_cell .toggle_ttl {
    position: relative;
    font-size: 1.25rem;
    font-weight: 500;
    color: #5C5C5C;
    line-height: 1;
    margin: 0 0 0;
    cursor: pointer;
  }
  .service_cell .box .toggle_cell .toggle_t_cell .toggle_ttl:after {
    position: absolute;
    display: block;
    content: "";
    width: 1.625rem;
    height: 1.625rem;
    background: url(../images/common/icon_plus.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .service_cell .box .toggle_cell .toggle_t_cell.open .toggle_ttl:after {
    width: 1.625rem;
    height: 1.625rem;
    background: url(../images/common/icon_min.png) no-repeat;
    background-size: 100% 100%;
  }
  .service_cell .box .toggle_cell .toggle_t_cell .toggle_txt {
    display: none;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.81;
    color: #5C5C5C;
    margin: 0 0 0;
    padding: 1.375rem 0 0;
  }
  .service_cell .box .img_sp {
    display: none;
  }

  .faq_cell {
    background: #fff;
    /*
    padding: 5rem 2.5rem 7.8125rem;
    */
    padding: 5rem 2.5rem 2.8125rem;
    max-width: 1340px;
    margin: 0 auto;
  }
  .top main .faq_cell h2.h2_top {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 2.125rem;
  }
  .faq_cell .faq_toggle {
  }
  .faq_cell .faq_toggle .faq_t_cell {
    padding: 1.75rem 2.25rem;
    background: #fff;
    border: 1px solid #C8C8C8;
    border-radius: 0.5rem;
    margin: 0 0 1rem;
  }
  .faq_cell .faq_toggle .faq_t_cell:last-of-type {
    margin: 0 0 0rem;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_ttl {
    position: relative;
    display: flex;
    font-size: 1.25rem;
    font-weight: 500;
    color: #5C5C5C;
    line-height: 1;
    margin: 0 0 0;
    cursor: pointer;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_ttl span.ttl {
    color: #DC0021;
    line-height: 1.81;
    width: 2.875rem;
    font-size: 1.25rem;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_ttl span.txt {
    width: calc(100% - 2.875rem);
    line-height: 1.81;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_ttl:after {
    position: absolute;
    display: block;
    content: "";
    width: 1.625rem;
    height: 1.625rem;
    background: url(../images/common/icon_plus.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .faq_cell .faq_toggle .faq_t_cell.open .faq_ttl:after {
    width: 1.625rem;
    height: 1.625rem;
    background: url(../images/common/icon_min.png) no-repeat;
    background-size: 100% 100%;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_txt {
    display: none;
    margin: 0 0 0;
    padding: 1.375rem 0 0;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_txt p {
    display: flex;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.81;
    color: #5C5C5C;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_txt span.ttl {
    color: #DC0021;
    line-height: 1;
    width: 2.875rem;
    font-size: 1.25rem;
    margin-top: 0.3rem;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_txt span.txt {
    width: calc(100% - 5.875rem);
    line-height: 1.81;
  }
  .index_consultation {
    background: #fff;
    padding: 0rem 2.5rem /*7.8125rem*/ 3rem;
    max-width: 1340px;
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .top main h2.h2_top {
    font-size: 1.0625rem;
    font-weight: bold;
    color: #5C5C5C;
    line-height: 1.4;
    margin: 0 0 2.125rem;
  }
  .top main h2.h2_top span {
    font-size: 2.5rem;
    color: #DC0021;
  }
  .top main .top_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.5625rem;
    height: 3.3125rem;
    border: 2px solid #DC0021;
    border-radius: 0.5rem;
    background: #fff;
    color: #DC0021;
    margin: 0 0 0 auto;
  }


  .kv {
    position: relative;
  }
  .kv .txt_cell {
  }
  .kv .txt_cell h2 {
    position: absolute;
    left: 1.625rem;
    top: 3.4375rem;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #5C5C5C;
    font-weight: 500;
    margin: 0 0;
  }
  .kv .txt_cell h2 span {
    color: #DC0021;
    font-weight: bold;
  }
  .kv .txt_cell p {
    position: absolute;
    left: 1.625rem;
    top: 10.9375rem;
    text-align: left;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1.76;
    color: #5C5C5C;
    margin: 0 0 0rem;
  }
  .kv .txt_cell .kv_btn {
    margin: 1.875rem auto 2.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .kv .txt_cell .kv_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #DC0021;
    border-radius: 0.5rem;
    background: #fff;
    font-size: 1.4375rem;
    text-align: center;
    color: #DC0021;
    margin-bottom: 0.0rem;
    width: 24.375rem;
    height: 6.0625rem;
  }
  .kv .txt_cell .kv_btn a:nth-of-type(1) {
    background: #DC0021;
    color: #fff;
    margin-bottom: 0.75rem;
  }

  .news_cell {
    background: #E7E7E7;
    padding: 2.375rem 1.625rem;
    margin: 0 0 0;
  }
  .news_cell .inner {
    background: #fff;
    border-radius: 0.5rem;
    padding: 2rem 1.875rem;
    box-shadow: 0 4px 13px 0 rgba(0,0,0,0.25);
  }

  .news_cell .news_list {
    margin: 0 0 1.75rem;
  }
  .news_cell .news_list .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0.75rem;
    padding: 0 0rem 0.75rem;
    border-bottom: 1px solid #DCDCDC;
  }
  .news_cell .news_list .list:last-of-type {
    margin: 0 0 0rem;
  }
  .news_cell .news_list p.time {
    width: 8.125rem;
    font-size: 1.0rem;
    color: #5C5C5C;
  }
  .news_cell .news_list p.category {
    width: calc(100% - 8.125rem);
    font-size: 0.9375rem;
    color: #5C5C5C;
  }
  .news_cell .news_list a {
    display: block;
    width: 100%;
    color: #DC0021;
    margin-top: 0.25rem;
  }
  .news_cell .news_list a:hover {
    text-decoration: underline;
  }
  .news_cell .txt_link {
    position: relative;
    text-align: right;
    display: block;
    color: #DC0021;
    font-size: 1rem;
    padding: 0 1.5rem 0 0;
  }
  .news_cell .txt_link::after {
    position: absolute;
    display: block;
    content: "";
    width: 1.1875rem;
    height: 1.1875rem;
    background: url(../images/common/txt_link_arrow.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .about_cell {
    background: #fff;
    padding: 2.8125rem 1.25rem;
    margin: 0 0 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .about_cell .f_left {
    width: 100%;
  }
  .about_cell .f_right {
    width: 100%;
    margin-bottom: 2.375rem;
  }
  .about_cell .f_right p {
    font-size: 1rem;
    line-height: 1.81;
    margin: 0 0 1.75rem;
    color: #5C5C5C;
  }

  .product_cell {
    background: #E7E7E7;
    padding: 2.8125rem 1.25rem;
    margin: 0 0 0;
  }
  .product_cell .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product_cell .inner .txt_cell {
    width: 100%;
    margin: 0 0 0rem;
  }
  .product_cell .inner .txt_cell p {
    font-size: 1rem;
    line-height: 1.81;
    margin: 0 0 1.75rem;
    color: #5C5C5C;
  }
  .product_cell .inner .img {
    display: none;
  }
  .product_cell .inner .box {
    width: 100%;
    margin: 1.875rem 0 0rem;
  }
  .product_cell .box .list_menu_link {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem 0 2.25rem;
  }
  .product_cell .box .list_menu_link li {
    width: 100%;
    margin: 0 0 1.125rem 0;
    border: 1px solid #E7E7E7;
    background: #fff;
  }
  .product_cell .box .list_menu_link li:last-child {
    margin: 0 0 0rem 0;
  }
  .product_cell .box .list_menu_link li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 4.0rem;
  }
  .product_cell .box .list_menu_link li a:after {
    position: absolute;
    display: block;
    content: "";
    width: 0.4375rem;
    height: 0.75rem;
    background: url(../images/guidance/list_menu_link_arrow.png) no-repeat;
    background-size: 100% 100%;
    right: 2.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .product_cell .box .list_menu_link li a .list_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.0rem;
    height: 4.0rem;
    background: #DC0021;
  }
  .product_cell .box .list_menu_link li a .list_icon img {
    width: 2.0rem;
  }
  .product_cell .box .list_menu_link li a p {
    padding: 0 1.5rem 0 0;
    margin: 0 auto;
    font-size: 1.125rem;
    font-weight: 500;
    color: #5C5C5C;
    line-height: 1;
    text-align: center;
  }
  .product_cell .box .img_sp {
    display: block;
  }

  .service_cell {
    background: #E7E7E7;
    padding: 0rem 1.25rem 2.5rem;
    margin: 0 0 0;
  }
  .service_cell .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service_cell .inner .txt_cell {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .service_cell .inner .txt_cell p {
    font-size: 1rem;
    line-height: 1.81;
    margin: 0 0 0rem;
    color: #5C5C5C;
  }
  .service_cell .inner .img {
    display: none;
  }
  .service_cell .box {
    width: 100%;
    margin: 0rem 0 0rem;
  }
  .service_cell .box .toggle_cell {
    margin-bottom: 1.875rem;
  }
  .service_cell .box .toggle_cell .toggle_t_cell {
    padding: 1.75rem 2.25rem;
    background: #fff;
    border: 1px solid #C8C8C8;
    border-radius: 0.5rem;
    margin: 0 0 1rem;
  }
  .service_cell .box .toggle_cell .toggle_t_cell:last-of-type {
    margin: 0 0 0rem;
  }
  .service_cell .box .toggle_cell .toggle_t_cell .toggle_ttl {
    position: relative;
    font-size: 1.25rem;
    font-weight: 500;
    color: #5C5C5C;
    line-height: 1;
    margin: 0 0 0;
  }
  .service_cell .box .toggle_cell .toggle_t_cell .toggle_ttl:after {
    position: absolute;
    display: block;
    content: "";
    width: 1.625rem;
    height: 1.625rem;
    background: url(../images/common/icon_plus.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .service_cell .box .toggle_cell .toggle_t_cell.open .toggle_ttl:after {
    width: 1.625rem;
    height: 1.625rem;
    background: url(../images/common/icon_min.png) no-repeat;
    background-size: 100% 100%;
  }

  .service_cell .box .toggle_cell .toggle_t_cell .toggle_txt {
    display: none;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.81;
    color: #5C5C5C;
    margin: 0 0 0;
    padding: 1.375rem 0 0;
  }
  .service_cell .box .img_sp {
    display: block;
  }

  .faq_cell {
    background: #fff;
    padding: 2.5rem 1.25rem 3.0rem;
    margin: 0 0 0;
  }
  .top main .faq_cell h2.h2_top {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
  .faq_cell .faq_toggle {
  }
  .faq_cell .faq_toggle .faq_t_cell {
    padding: 1.75rem 1.5rem 1.75rem 0.625rem;
    background: #fff;
    border: 1px solid #C8C8C8;
    border-radius: 0.5rem;
    margin: 0 0 1rem;
  }
  .faq_cell .faq_toggle .faq_t_cell:last-of-type {
    margin: 0 0 0rem;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_ttl {
    position: relative;
    display: flex;
    font-size: 1.125rem;
    font-weight: 500;
    color: #5C5C5C;
    line-height: 1.55;
    margin: 0 0 0;
    padding-right: 2.75rem;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_ttl span.ttl {
    width: 1.5625rem;
    font-size: 1.25rem;
    color: #DC0021;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_ttl span.txt {
    width: calc(100% - 1.5625rem);
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_ttl:after {
    position: absolute;
    display: block;
    content: "";
    width: 1.625rem;
    height: 1.625rem;
    background: url(../images/common/icon_plus.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .faq_cell .faq_toggle .faq_t_cell.open .faq_ttl:after {
    width: 1.625rem;
    height: 1.625rem;
    background: url(../images/common/icon_min.png) no-repeat;
    background-size: 100% 100%;
  }

  .faq_cell .faq_toggle .faq_t_cell .faq_txt {
    display: none;
    margin: 0 0 0;
    padding: 1.375rem 0 0;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_txt p {
    display: flex;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.81;
    color: #5C5C5C;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_txt span.ttl {
    width: 1.5625rem;
    font-size: 1.25rem;
    color: #DC0021;
    line-height: 1.45;
  }
  .faq_cell .faq_toggle .faq_t_cell .faq_txt span.txt {
    width: calc(100% - 3.5625rem);
    line-height: 1.81;
  }
  .index_consultation {
    background: #fff;
    margin: 0 0 4.3125rem;
    padding: 1.5rem 1.25rem 1.5rem;
  }
}



@media (min-width: 1024px) {
  .hero-controls {
    position: absolute;
    right: 2.25rem;
    bottom: 4.125rem;
    width: 11.3125rem;
  }
  .hero-controls > * { pointer-events: auto; }

  .hero-nav { display:inline-flex; align-items:center;}
  .btn {
    appearance: none;
    border:none;
    background: none;
    padding:0;
    border-radius:0;
    cursor:pointer;
    transition: background .25s ease;
    width: 2.375rem;
    height: 2.375rem;
  }
  .hero-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    color: #5C5C5C;
    background: rgba(255,255,255,.4);
    border-radius: 0;
    padding: 0;
    width: 6.25rem;
    height: 2.375rem;
  }
}

@media (max-width: 1023px) {
  .hero-controls {
    position: absolute;
    right: 0;
    left: 0;
    top: 62.2vw;
    margin: auto;
    width: 9.6875rem;
  }
  .hero-controls > * { pointer-events: auto; }

  .hero-nav { display:inline-flex; align-items:center;}
  .btn {
    appearance: none;
    border:none;
    background: none;
    padding:0;
    border-radius:0;
    cursor:pointer;
    transition: background .25s ease;
    width: 1.6875rem;
    height: 1.6875rem;
  }
  .hero-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.0625rem;
    font-weight: 500;
    color: #5C5C5C;
    background: rgba(255,255,255,.4);
    border-radius: 0;
    padding: 0;
    width: 6.3125rem;
    height: 1.6875rem;
  }
}

.news_cell { background: #FFF7E3;}
.product_cell { background: #FFF7E3;}
.service_cell { background: #FFF7E3;}
