@charset "UTF-8";

/* 共通 */
.ccm-page .hidden-pc {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ccm-page .hidden-pc {
    display: block;
  }
}

.ccm-page .hidden-sp {
  display: block;
}

@media only screen and (max-width: 767px) {
  .ccm-page .hidden-sp {
    display: none;
  }
}

.ccm-page .container-l {
  max-width: 1312px;
  padding: 50px 18px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .ccm-page .container-l {
    padding: 40px 18px;
  }
}

.ccm-page .container-l.pb-none {
  padding-bottom: 0;
}

.ccm-page .container-has-slider {
  padding: 50px 48px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .container-has-slider {
    padding: 40px 18px;
  }
}

.ccm-page .has-bg {
  background-color: #FEF5E5;
}

.ccm-page .has-bg-gray {
  background-color: #F5F5F5;
}

.ccm-page .btn-wrapper {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .btn-wrapper {
    margin-top: 30px;
  }
}

.ccm-page .yu-gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

.ccm-page .fl-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .ccm-page .fl-box {
    gap: 30px;
  }
}

.ccm-page .fl-box.col2 {
  gap: 10px 20px;
}

.ccm-page .fl-box.col2 .fl-box-item {
  width: calc((100% - 52px) / 2);
}
.ccm-page .fl-box.col-2 {
  gap: 10px 20px;
}

.ccm-page .fl-box.col-2 .fl-box-item {
  width: calc((100% - 20px) / 2);
}

@media only screen and (max-width: 767px) {
  .ccm-page .fl-box.col2 .fl-box-item,
  .ccm-page .fl-box.col-2 .fl-box-item {
    width: 100%;
  }
}

.ccm-page .fl-box.col3 .fl-box-item {
  width: calc((100% - 40px) / 3);
}

@media only screen and (max-width: 767px) {
  .ccm-page .fl-box.col3 .fl-box-item {
    width: 100%;
  }
}

.ccm-page .fl-box.col4 .fl-box-item {
  width: calc((100% - 60px) / 4);
}

@media only screen and (max-width: 767px) {
  .ccm-page .fl-box.col4 .fl-box-item {
    width: 100%;
  }
}

.ccm-page .fl-box.col4 .fl-box-item .media-item img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 313/181;
}

.ccm-page .fl-box-item a {
  text-decoration: none;
}

.ccm-page .fl-box-item a>*:last-child {
  margin-bottom: 0;
}

.ccm-page .fl-box-item img {
  width: 100%;
}

.ccm-page .fl-box-item p {
  margin-top: 15px;
  color: #555;
}

.ccm-page .fl-box-item h3 {
  margin-top: 20px;
  font-size: 1.6rem;
}

.ccm-page .slider-wrapper {
  text-align: center;
}

.ccm-page .slider-wrapper a {
  text-decoration: none;
}

.ccm-page .slider-wrapper a>*:last-child {
  margin-bottom: 0;
}

.ccm-page .slider-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 424 / 154;
  object-fit: cover;
}

.ccm-page .slider-wrapper p {
  margin-top: 15px;
  color: #555;
}

.ccm-page .slider-wrapper h3 {
  margin-top: 20px;
  font-size: 1.6rem;
}

.ccm-page .slider-wrapper .slider {
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 767px) {

  .ccm-page .slider-wrapper .slider .is-sp-active~.slider-button-prev,
  .ccm-page .slider-wrapper .slider .is-sp-active~.slider-button-next {
    display: block !important;
  }
}

.ccm-page .slider-wrapper .slider .slider-button-prev,
.ccm-page .slider-wrapper .slider .slider-button-next {
  width: 40px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1;
}

@media only screen and (max-width: 767px) {

  .ccm-page .slider-wrapper .slider .slider-button-prev,
  .ccm-page .slider-wrapper .slider .slider-button-next {
    width: 30px;
    height: 46px;
  }
}

.ccm-page .slider-wrapper .slider .slider-button-prev::before,
.ccm-page .slider-wrapper .slider .slider-button-next::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border: 2px solid #555;
  border-bottom: transparent;
  border-left: transparent;
}

@media only screen and (max-width: 767px) {

  .ccm-page .slider-wrapper .slider .slider-button-prev::before,
  .ccm-page .slider-wrapper .slider .slider-button-next::before {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }
}

.ccm-page .slider-wrapper .slider .slider-button-prev {
  left: -30px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .slider-wrapper .slider .slider-button-prev {
    left: -18px;
    border-radius: 0 8px 8px 0;
  }
}

.ccm-page .slider-wrapper .slider .slider-button-prev::before {
  left: 16px;
  transform: rotate(-135deg);
}

@media only screen and (max-width: 767px) {
  .ccm-page .slider-wrapper .slider .slider-button-prev::before {
    left: 11px;
  }
}

.ccm-page .slider-wrapper .slider .slider-button-next {
  right: -30px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .slider-wrapper .slider .slider-button-next {
    right: -18px;
    border-radius: 8px 0 0 8px;
  }
}

.ccm-page .slider-wrapper .slider .slider-button-next::before {
  right: 16px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .ccm-page .slider-wrapper .slider .slider-button-next::before {
    right: 11px;
  }
}

.ccm-page .slider-wrapper .swiper-pagination-bullets {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0 6px;
  border-radius: 11px;
  display: inline-block;
  width: auto;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .slider-wrapper .swiper-pagination-bullets {
    padding: 0 3px;
    margin-top: 20px;
  }
}

.ccm-page .slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #D7D9D9;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ccm-page .slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}

.ccm-page .slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #EC6C00;
}

.ccm-page .rslides {
  display: flex;
}

.ccm-page .rslides li {
  position: relative !important;
  width: 33.3333333333%;
  opacity: 1 !important;
}

/* トップ */
.ccm-page .top h2 {
  color: #555;
  font-size: 2.9rem;
  line-height: 1.7;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.ccm-page .top .icon-blank {
  width: 17px;
  top: -7px;
  margin: 0 0 0 4px;
}

.ccm-page .top-hero .slider-wrapper img {
  aspect-ratio: initial;
  object-fit: cover;
}

.ccm-page .top-hero .slider-wrapper .slider .slider-button-next {
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-hero .slider-wrapper .slider .slider-button-next {
    right: 0;
  }
}

.ccm-page .top-hero .slider-wrapper .slider .slider-button-prev {
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-hero .slider-wrapper .slider .slider-button-prev {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-applications .fl-box.col4 {
    gap: 10px;
  }
}

.ccm-page .top-service .fl-box.col3 {
  gap: 56px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-service .fl-box.col3 {
    gap: 20px;
  }
}

.ccm-page .top-service .fl-box.col3 .fl-box-item {
  width: calc((100% - 112px) / 3);
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-service .fl-box.col3 .fl-box-item {
    width: 100%;
  }
}

.ccm-page .top-service .fl-box.col3 .fl-box-item h3 {
  color: #555;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-service .fl-box.col3 .fl-box-item h3 {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.ccm-page .top-case-study .uni-nav-panel .nav-list-02 span {
  display: initial;
}

.ccm-page .top-case-study .uni-nav-panel .nav-hdg {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #EC6C00;
}

.ccm-page .top-case-study .uni-nav-panel .nav-list {
  margin: 0;
}

.ccm-page .top-customers {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ccm-page .top-customers .container-l {
  padding-top: 0;
  padding-bottom: 0;
}

.ccm-page .top-customers h2 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-customers h2 {
    margin-bottom: 15px;
  }
}

.ccm-page .top-customers .btn-wrapper {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-customers .btn-wrapper {
    margin-top: 25px;
  }
}

.ccm-page .top-customers .top-customers-logo-wrapper {
  position: relative;
  overflow: hidden;
  height: 125px;
  padding: 5px 0;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-customers .top-customers-logo-wrapper {
    height: 90px;
  }
}

.ccm-page .top-customers .top-customers-logo-wrapper .top-customers-logo {
  display: flex;
}

.ccm-page .top-customers .top-customers-logo-wrapper .top-customers-logo-inner {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
  padding-right: 20px;
}

.ccm-page .top-customers .top-customers-logo-wrapper .top-customers-logo-inner.a {
  animation: loop 400s -200s linear infinite;
}

.ccm-page .top-customers .top-customers-logo-wrapper .top-customers-logo-inner.b {
  animation: loop2 400s linear infinite;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-customers .top-customers-logo-wrapper .top-customers-logo-inner.a {
    animation: loop 150s -75s linear infinite;
  }
  .ccm-page .top-customers .top-customers-logo-wrapper .top-customers-logo-inner.b {
    animation: loop2 150s linear infinite;
  }
}

.ccm-page .top-customers .top-customers-logo-wrapper .top-customers-logo-item {
  flex-shrink: 0;
  width: 220px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-customers .top-customers-logo-wrapper .top-customers-logo-item {
    width: 110px;
  }
}

.ccm-page .top-customers .top-customers-logo-wrapper .top-customers-logo-item img {
  width: 100%;
  height: 125px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-customers .top-customers-logo-wrapper .top-customers-logo-item img {
    height: 90px;
  }
}

.ccm-page .top-hulft-square h2 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-hulft-square h2 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-hulft-square h2 img {
    max-width: 294px;
    width: 100%;
  }
}

.ccm-page .top-hulft-square h2 span {
  display: block;
  font-size: 2rem;
  color: #EC6C00;
  margin-top: 19px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-hulft-square h2 span {
    font-size: 1.7rem;
    margin-top: 17px;
  }
}

.ccm-page .top-hulft-square .fl-box-item .uni-nav-panel .sort-item-anc .media .media-item img {
  border-radius: 10px;
  aspect-ratio: 313/220;
  object-position: center 11%;
}

.ccm-page .top-hulft-square .fl-box-item .uni-nav-panel .sort-item-anc h3 {
  margin-top: 0;
  color: #555;
}

.ccm-page .top-hulft-square .fl-box-item .uni-nav-panel .sort-item-anc .nav-txt {
  margin-top: 10px;
  font-size: 1.6rem;
}

.ccm-page .top-hulft-square .fl-box-item p.top-hulft-square-category {
  font-size: 1.6rem;
  color: #EC6C00;
  margin: 20px 0 15px;
  font-weight: bold;
}

.ccm-page .top .list-info {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top .list-info>li {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .ccm-page .top .list-info>li .list-date,
  .ccm-page .top .list-info>li .list-title,
  .ccm-page .top .list-info>li .sort-item-title {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .ccm-page .top .list-info>li .list-label {
    margin-bottom: 10px;
  }
}

.ccm-page .top .list-info .sort-item-title {
  margin: 0;
}

.ccm-page .top .list-info a {
  text-decoration: none;
}

.ccm-page .top-news .tab {
  margin: 0;
  padding-bottom: 50px;
  border-bottom: 2px solid #D7D9D9;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-news .tab {
    padding-bottom: 40px;
  }
}

.ccm-page .top-news .tab .tab-list {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-news .tab .tab-list {
    flex-wrap: wrap;
  }
}

.ccm-page .top-news .tab .tab-list li {
  width: 172px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-news .tab .tab-list li {
    width: 46.66667%;
  }
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-news .tab .tab-contents {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-news .tab .tab-contents .tab-item {
    padding-top: 20px;
  }
}

.ccm-page .top-news .tab .tab-contents .tab-item .tab-hdg {
  font-size: 2.9rem;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-news .tab .tab-contents .tab-item .tab-hdg {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.ccm-page .top-news-box {
  text-align: center;
  padding: 20px;
  border: 1px solid #D7D9D9;
  color: #333;
  margin: 30px 0 16px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-news-box {
    text-align: left;
    margin-bottom: 20px;
  }
}

.ccm-page .top-news-box a {
  font-weight: bold;
}

.ccm-page .top-news .link {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-event .container-l {
    padding-top: 30px;
  }
}

.ccm-page .top-customers-content .container-l {
  text-align: center;
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-customers-content .container-l {
    padding-top: 47px;
  }
}

.ccm-page .top-customers-content h2 {
  position: relative;
  display: inline-block;
  padding-left: 97px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-customers-content h2 {
    padding-left: 116px;
    padding-right: 29px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.ccm-page .top-customers-content h2::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67px;
  height: 57px;
  background-image: url(../images/icon/sprite.png);
  background-position: -80px 0;
  background-size: 147px auto;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-customers-content h2::before {
    left: 29px;
    bottom: 2px;
  }
}

.ccm-page .top-customers-content .t-panel-02 {
  margin: 0;
  padding: 0;
  background: transparent;
}

.ccm-page .top-customers-content .t-panel-02 .panel-grid .panel-col-02 .panel-link-list {
  margin: -20px 0 0 -20px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-customers-content .t-panel-02 .panel-grid .panel-col-02 .panel-link-list {
    margin: 0;
  }
}

.ccm-page .top-customers-content .t-panel-02 .panel-grid .panel-col-02 .panel-link-list li {
  margin: 20px 0 0 20px;
  width: calc((100% - 60px) / 3);
  min-height: 154px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-customers-content .t-panel-02 .panel-grid .panel-col-02 .panel-link-list li {
    margin: 10px 0 0;
    width: 100%;
    min-height: 100%;
  }
}

.ccm-page .top-customers-content .t-panel-02 .panel-grid .panel-col-02 .panel-link-list li .icon-blank {
  top: -9px;
  margin-left: 10px;
}

.ccm-page .top-customers-content .t-panel-02 .panel-grid .panel-col-02 .panel-link-list li .has-img:hover {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .ccm-page .top-customers-content .t-panel-02 .panel-grid .panel-col-02 .panel-link-list li .has-img img {
    max-width: 316px;
    width: 100%;
  }
}

.ccm-page .top-page-footer {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.ccm-page .top-page-footer img {
  width: 50px;
}

/* サンプルスクリプト */
.ccm-page .sample-script-header {
  background-color: #F5A100;
  color: #fff;
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .ccm-page .sample-script-header {
    padding: 22px 0 31px;
  }
}

.ccm-page .sample-script-header h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .sample-script-header h2 {
    margin-bottom: 22px;
    margin-left: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .ccm-page .sample-script-nav {
    font-size: 1.4rem;
  }
}

.ccm-page .sample-script-nav .nav-link {
  padding: 30px 40px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .sample-script-nav .nav-link {
    padding: 30px 15px;
    margin-top: -15px;
  }
}

.ccm-page .sample-script-nav .nav-link li {
  margin-right: 18px;
  padding-right: 20px;
}

.ccm-page .sample-script-nav .nav-link li:last-child {
  margin-right: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .ccm-page .sample-script-nav .nav-link li {
    margin-top: 15px;
  }
}

.ccm-page .sample-script-list {
  margin-bottom: 20px;
}

.ccm-page .sample-script-list.fl-box.col3 {
  gap: 30px 21px;
}

.ccm-page .sample-script-list.fl-box.col3 .fl-box-item {
  width: calc((100% - 48px) / 3);
}

@media only screen and (max-width: 767px) {
  .ccm-page .sample-script-list.fl-box.col3 .fl-box-item {
    width: 100%;
  }
}

.ccm-page .sample-script-list-item {
  border: 1px solid #777;
}

@media only screen and (max-width: 767px) {
  .ccm-page .sample-script-list-item {
    min-height: 169px;
  }
}

.ccm-page .sample-script-list-item h4 {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #777;
  padding: 8px;
}

.ccm-page .sample-script-list-item ul {
  padding: 12px 20px 16px;
  margin: 0;
}

.ccm-page .sample-script-list-item ul li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .ccm-page .sample-script-list-item ul li {
    font-size: 1.4rem;
  }
}

.ccm-page.page-template-sample-script {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-sample-script {
    font-size: 1.6rem;
  }
}

.ccm-page.page-template-sample-script .topic-path-inner,
.ccm-page.page-template-sample-script .content-inner {
  max-width: 1090px;
}

.ccm-page.page-template-sample-script .topic-path-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  padding: 5px 16px 7px 18px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-sample-script .topic-path-inner {
    padding-bottom: 10px;
  }
}

.ccm-page.page-template-sample-script .content-fluid {
  padding: 40px 0 60px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-sample-script .content-fluid {
    padding-top: 30px;
  }
}

.ccm-page.page-template-sample-script .content-inner {
  padding: 0 18px;
}

.ccm-page.page-template-sample-script .content-inner p {
  margin-bottom: 20px;
}

.ccm-page.page-template-sample-script .content-inner .txt-lead-case {
  font-size: 2.6rem;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-sample-script .content-inner .txt-lead-case {
    font-size: 1.8rem;
    margin-bottom: 5px;
    line-height: 1.5;
  }
}

.ccm-page.page-template-sample-script .content-inner h2.txt-lead-case {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-sample-script .content-inner h2.txt-lead-case {
    margin-bottom: 20px;
  }
}

.ccm-page.page-template-sample-script .content-inner .uni-list-case {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-sample-script .content-inner .uni-list-case {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
}

.ccm-page.page-template-sample-script .content-inner .uni-list-case-item {
  display: flex;
  align-items: center;
}

.ccm-page.page-template-sample-script .content-inner .uni-list-case dt {
  margin: 0 10px 0 0;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-sample-script .content-inner .uni-list-case dt {
    font-size: 1.4rem;
  }
}

.ccm-page.page-template-sample-script .content-inner .uni-list-case dd {
  margin: 0;
  font-size: 1.6rem;
}

.ccm-page.page-template-sample-script .content-inner .hdg-l2 {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-sample-script .content-inner .hdg-l3 {
    margin-top: 30px;
  }
}

.ccm-page.page-template-sample-script .content-inner h4.hdg-l3 {
  margin-bottom: 40px;
}

.ccm-page.page-template-sample-script .content-inner .list li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-sample-script .content-inner .list li {
    font-size: 1.8rem;
  }
}

.ccm-page.page-template-sample-script .content-inner .list li::before {
  top: 10px;
  background: #555;
}

.ccm-page.page-template-sample-script .content-inner .panel {
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-sample-script .content-inner .panel {
    padding: 20px;
  }
}

.ccm-page.page-template-sample-script .content-inner .panel .list li {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-sample-script .content-inner .panel .list li {
    font-size: 1.3rem;
    padding-left: 13px;
  }
}

.ccm-page.page-template-sample-script .content-inner .btn-wrapper {
  margin-top: 60px;
}

.ccm-page .media-item.has-border {
  border: 1px solid #d6d6d6;
}

.ccm-page .swiper-pagination-lock {
  display: none !important;
}

/* ソリューション一覧 */
.ccm-page.page-template-applications .container-l {
  padding: 20px 18px 40px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-applications .container-l {
    padding: 10px 18px 0;
  }
}

.ccm-page.page-template-applications .applications-header {
  background-color: #F4F4F4;
  position: relative;
  min-height: 300px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-applications .applications-header {
    background-color: #F4F4F4;
    position: relative;
    min-height: 346px;
  }
}

.ccm-page.page-template-applications .applications-header img {
  position: absolute;
  top: 0;
  right: 0;
  width: 961px;
  min-height: 300px;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-applications .applications-header img {
    width: 100%;
    object-position: top center;
  }
}

.ccm-page.page-template-applications .applications-header-inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 53px 0;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-applications .applications-header-inner {
    padding: 70px 0;
  }
}

.ccm-page.page-template-applications .applications-header-inner h2 {
  font-size: 2.9rem;
  color: #FFF;
  background-color: rgba(236, 108, 0, 0.75);
  display: inline-block;
  padding: 48px 28px 45px;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-applications .applications-header-inner h2 {
    font-size: 1.4rem;
    padding: 24px 17px 23px 14px;
  }
}

.ccm-page.page-template-applications .applications-header-inner h2 span {
  font-size: 5.2rem;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-applications .applications-header-inner h2 span {
    font-size: 2.6rem;
  }
}

.ccm-page.page-template-applications .applications-title {
  text-align: center;
  color: #555;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-applications .applications-title {
    margin-bottom: 50px;
  }
}

.ccm-page.page-template-applications .applications-title h3 {
  font-size: 3.8rem;
  line-height: 1.7;
  letter-spacing: -.07em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-applications .applications-title h3 {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 26px;
  }
}

.ccm-page.page-template-applications .applications-title p {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: -.02em;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-applications .applications-title p {
    font-size: 1.4rem;
  }
}

.ccm-page.page-template-applications p {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-applications p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.ccm-page.page-template-applications .applications-list {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-applications .applications-list {
    margin-top: 40px;
    gap: 10px;
  }
}

.ccm-page.page-template-applications .grid .nav-panel {
  margin: 0 40px;
}

.ccm-page.page-template-applications .grid .grid-col .hdg-l3 {
  font-size: 2.1rem;
}

@media only screen and (max-width: 767px) {
  .ccm-page.page-template-applications .grid .grid-col .hdg-l3 {
    font-size: 1.8rem;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

/* hulft10 */
.ccm-page .font-notosans{
  font-family: 'Noto Sans JP','メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
.ccm-page .re-h10-mv {
  margin-bottom: 102px;
}
.ccm-page .re-h10-mv img{
  width: 100%;
}
.ccm-page .re-h10-heading{
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4;
  color: #323232;
  border-left: 3px solid #FF7D01;
  padding-left: 14px;
  margin-bottom: 30px;
}
.ccm-page .re-h10-heading.large{
  font-size: 50px;
}
.ccm-page .re-h10-text{
  font-size: 26px;
  font-weight: 300;
  line-height: 1.92;
  color: #323232;
}
.ccm-page .re-h10-text-s{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #323232;
}

.ccm-page .re-h10-link{
  color: #F5A000;
  font-size: 18px;
  font-weight: 500;
  padding: 0 27px 0 0;
}
.ccm-page .re-h10-link::before{
  top: 12px;
  right: 9px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;  border-color: #FFFFFF;
  z-index: 1;
}
.ccm-page .re-h10-link::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  background-color: #F5A000;
  width: 21px;
  height: 21px;
}
.ccm-page .re-h10-heading-center{
  font-size: 50px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  margin-bottom: 31px;
  color: #323232;
}
.ccm-page .re-h10-heading-center2{
  font-size: 26px;
  line-height: 1.92;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
  color: #323232;
}
.ccm-page .re-h10-heading-center +.re-h10-heading-center2{
  margin-top: 80px;
}
.ccm-page .re-h10-heading-center2 + .re-h10-text-s{
  margin-top: -10px;
}

.ccm-page .re-h10-lead-box {
  margin-bottom: 90px;
  display: flex;
}
.ccm-page .re-h10-lead-box-text .re-h10-heading{
  margin-bottom: 54px;
}
.ccm-page .re-h10-lead-box-text{
  margin-bottom: 100px;
  width: 580px;
  flex-shrink: 0;
  padding-right: 26px;
}
.ccm-page .re-h10-lead-box-text .re-h10-text{
  padding-right: 49px;
}
.ccm-page .re-h10-panel-wrap{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 95px;
}
.ccm-page .re-h10-panel{
  border: 1px solid #ADADAD;
  width: calc(50% - 5px);
  box-sizing: border-box;
}
.ccm-page .re-h10-panel-image img{
  width: 100%;
}
.ccm-page .re-h10-panel-content{
  border-top: 1px solid #ADADAD;
  padding: 15px 22px 0;
  display: flex;
  gap: 6px;
}
.ccm-page .re-h10-panel-linklist{
  width: calc(100% / 2 );
  display: flex;
  flex-direction: column;
}
.ccm-page .re-h10-panel-linklist-title{
  background-color: #F5A000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
}
.ccm-page .re-h10-panel-linklist-links{
  margin: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  flex-grow: 1;
}
.ccm-page .re-h10-panel-linklist-links li{
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.ccm-page .re-h10-panel-linklist-links li + li{
  border-top: 1px dashed #707070;
}
.ccm-page .re-h10-panel-linklist-links .link{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #323232;
  width: 100%;
  word-break: break-word;
  padding-left: .5em;
}
.ccm-page .re-h10-panel-linklist-cs {
    width: 65px;
    word-break: break-word;
    flex-shrink: 0;
    text-align: right;
}
.ccm-page .re-h10-panel-linklist-links .re-h10-panel-linklist-cs-title{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #D6D6D6;
  padding-left: .5em;
}
.ccm-page .re-h10-panel-linklist-links .re-h10-panel-linklist-cs{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: #F5A000;
}
.ccm-page .re-h10-new{
  font-size: 16px;
  background-color: #F5A000;
  color: #fff;
  padding: 0 2px;
  vertical-align: top;
}

/* タブ */
.ccm-page .re-h10-tab-inner{
  padding-top: 42px;
  padding-bottom: 83px;
}
.ccm-page .content-inner .re-h10-tab-list{
  display: flex;
  margin-top: 150px;
  margin-bottom: 21px;
  justify-content: space-between;
}
.ccm-page .re-h10-tab-list li .re-h10-tab{
  text-decoration: none;
  padding: 32px 74px 35px;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #D6D6D6;
  word-break: break-word;
  text-align: center;
  align-items: center;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.ccm-page .re-h10-tab-list li:first-child .re-h10-tab{
  padding-right: 81px;
  padding-left: 0;
  border: none;
}
.ccm-page .re-h10-tab-list li:last-child .re-h10-tab{
  padding-left: 80px;
  padding-right: 0;
  border: none;
}
.ccm-page .re-h10-tab-list li .re-h10-tab[aria-selected="true"]{
  color: #F5A000;
}
.ccm-page .tab-item{
  display: none;
  opacity: 0;
}
.ccm-page .tab-item.is-show{
    display: block;
    animation-name: tabanime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes tabanime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hulft10-for-container-services{
  margin-bottom: 55px;
}
.ccm-page .hulft10-for-container-services .re-h10-heading-center{
  margin-top: 150px;
}
.ccm-page .re-h10-borderbox{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.ccm-page .re-h10-borderbox-item{
  border: 1px solid #707070;
  box-sizing: border-box;
  background-color: #fff;
  padding: 25px;
}
.ccm-page .re-h10-borderbox.col2 .re-h10-borderbox-item{
  width: calc(50% - 8px);
}
.ccm-page .re-h10-borderbox-item h4{
  font-size: 26px;
  font-weight: 600;
  line-height: 1.53;
  margin-bottom: 13px;
}
.ccm-page .re-h10-borderbox-item p{
  font-size: 24px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 0;
}
.ccm-page .hulft10-for-container-services .btn-wrapper{
  margin-top: 67px;
}
.ccm-page .re-h10-toph2{
  color: #555;
  font-size: 2.9rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.ccm-page .re-h10-footer{
  background-color: #FE7D01;
  color: #fff;
  padding: 60px 0 70px;
}
.ccm-page .re-h10-footer h2{
  font-size: 34px;
  font-weight: 700;
  line-height: 1.41;
  text-align: center;
  margin-bottom: 24px;
}
.ccm-page .re-h10-footer p{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.ccm-page .re-h10-footer .btn-primary{
  border: none;
  background-color: #fff;
  color: #FE7D01;
}
.ccm-page .re-h10-footer .btn-primary::before {
  border: 1px solid #FE7D01;
  border-bottom: transparent;
  border-left: transparent;
}
.ccm-page .re-h10-footer a:hover{
  opacity: .8;
}
@media only screen and (max-width: 767px) {
  .ccm-page .re-h10-mv {
    margin-bottom: 0;
  }
  .ccm-page .re-h10-mv + .content-fluid{
    padding-top: 30px;
  }
  .ccm-page .re-h10-heading{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .ccm-page .re-h10-heading.large{
    font-size: 26px;
    word-break: break-word;
  }
  .ccm-page .re-h10-text{
    font-size: 16px;
    line-height: 2.06;
  }
  .ccm-page .re-h10-text-s{
    font-size: 16px;
  }
  .ccm-page .re-h10-heading-center{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .ccm-page .re-h10-heading-center2{
    font-size: 16px;
  }
  .ccm-page .re-h10-heading-center +.re-h10-heading-center2{
    margin-top: 0;
  }
  .ccm-page .re-h10-lead-box-text .re-h10-heading{
    margin-bottom: 20px;
  }
  .ccm-page .re-h10-lead-box{
    margin-bottom: 120px;
    display: block;
  }
  .ccm-page .re-h10-lead-box-text{
    margin-bottom: 0;
    padding-right: 0;
    width: 100%;
  }
  .ccm-page .re-h10-lead-box-text .re-h10-text{
    padding-right: 0;
  }
  .ccm-page .re-h10-panel-wrap{
    margin-bottom: 59px;
  }
  .ccm-page .re-h10-panel,
  .ccm-page .re-h10-borderbox.col2 .re-h10-borderbox-item{
    width: 100%;
  }
  .ccm-page .re-h10-panel-content{
    padding: 23px 20px;
    display: block;
  }
  .ccm-page .re-h10-panel-linklist{
    width: 100%;
  }
  .ccm-page .re-h10-panel-linklist-title{
    font-size: 16px;
  }
  .ccm-page .re-h10-panel-linklist-links .link,
  .ccm-page .re-h10-panel-linklist-links .re-h10-panel-linklist-cs-title{
    font-size: 18px;
    padding-left: 0;
  }
  .ccm-page .re-h10-panel-linklist-links .re-h10-panel-linklist-cs{
    font-size: 16px;
  }
  .ccm-page .re-h10-new{
    font-size: 14px;
  }
  .ccm-page .content-inner .re-h10-tab-list{
    margin-top: 120px;
  }
  .ccm-page .content-inner .re-h10-tab-list > li{
    width: 100%;
  }
  .ccm-page .re-h10-tab-list li .re-h10-tab{
    height: 100%;
    padding: 6px;
    font-size: 16px;
    min-width: 78px;
    justify-content: center;
  }
  .ccm-page .re-h10-tab-list li:first-child .re-h10-tab{
    padding-right: 6px;
  }
  .ccm-page .re-h10-tab-list li:last-child .re-h10-tab{
    padding-left: 6px;
  }
  .ccm-page .hulft10-for-container-services .re-h10-heading-center{
    margin-top: 88px;
  }
  .ccm-page .re-h10-borderbox-item{
    padding: 28px 16px;
  }
  .ccm-page .re-h10-borderbox-item h4{
    font-size: 18px;
  }
  .ccm-page .re-h10-borderbox-item p{
    font-size: 16px;
  }
  .ccm-page .re-h10-footer{
    padding: 52px 0 62px;
  }
  .ccm-page .re-h10-footer h2{
    font-size: 26px;
    line-height: 1.38;
    margin-bottom: 18px;
  }
  .ccm-page .re-h10-footer p{
    font-size: 14px;
    line-height: 1.71;
  }

}

/* HULFTPROJ-279 コラム リニューアル */
.ccm-page .topic-path:has(+ .column) .topic-path-inner{
  max-width: 1276px;
  padding: 6px 18px;
  @media only screen and (max-width: 767px) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.ccm-page .column {
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #555;
  *,
  &::before,
  &::after{
    box-sizing: border-box;
  }
  .content-fluid{
    padding: 80px 0;
    @media only screen and (max-width: 767px) {
      padding: 20px 0;
    }
  }
  .container-l{
    padding-top: 0;
    padding-bottom: 0;
    @media only screen and (max-width: 767px) {
      padding: 0 10px;
    }
  }
  .column-title{
    .hdg-inner{
      max-width: 1312px;
      padding: 0 18px;
      min-height: 168px;
      display: flex;
      align-items: center;
      @media only screen and (max-width: 767px) {
        padding: 0 13px;
        background-size: auto 130px;
        background-position: right -105px bottom;
      }
      h1.hdg-main{
        font-size: 40px;
        height: auto;
      }
    }
  }
  h2{
    font-size: 36px;
    font-weight: 400;
    padding-top: 20px;
    margin-bottom: 24px;
  }
  h3{
    font-size: 24px;
    color: #555;
    margin: 0 0 16px;
    &:hover{
      color: #F19500;
    }
  }
  p{
    font-size: 16px;
  }
  a,
  a h3{
    transition: color .7s cubic-bezier(.23, 1, .32, 1), background-color .7s cubic-bezier(.23, 1, .32, 1);
  }
  .toggle{
    .toggle-button{
      border: none;
      background-color: initial;
      font-size: 36px;
      font-weight: 400;
      color: #555;
      width: 100%;
      text-align: left;
      @media only screen and (max-width: 767px) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 24px;
        &::after {
          content: "";
          color: #F19500;
          width: 10px;
          height: 10px;
          border: 0.1em solid currentColor;
          border-left: 0;
          border-bottom: 0;
          transform: translateY(-25%) rotate(135deg);
        }
      }
    }
    .toggle-content{
      transform: translateY(0);
      @media only screen and (min-width: 768px) {
        display: flex;
      }
      @media only screen and (max-width: 767px) {
        .container-l{
          padding: 3px 10px 20px;
        }
      }
    }
  }
  .column-nav{
    margin-bottom: 40px;
    @media only screen and (max-width: 767px) {
      margin-bottom: 0;
    }
  }
  .column-cate-list,
  .column-tag-list{
    margin: 0;
  }
  .column-cate,
  .column-tag {
    display: inline-block;
    border-radius: 5px;
    line-height: 1;
  }
  .column-cate {
    background-color: #F19500;
    font-weight: 700;
    padding: 6px 10px 7px;
    color: #fff;
    margin: 0 10px 10px 0;
    transition: opacity .7s cubic-bezier(.23, 1, .32, 1);
    &:hover{
      opacity: .7;
    }
  }
  .column-cate-list-wrap{
    @media only screen and (max-width: 767px) {
      border-top: 1px solid #D6D3D0;
      border-bottom: 1px solid #D6D3D0;
    }
    .toggle-button{
      @media only screen and (min-width: 768px) {
        display: none;
      }
      @media only screen and (max-width: 767px) {
        padding: 19px 13px 18px 10px;
      }
    }
    .toggle-content{
      @media only screen and (min-width: 768px) {
        display: block;
      }
    }
    .column-cate-list{
      gap: 10px;
      @media only screen and (max-width: 767px) {
        gap: 11px;
      }
      &.fl-box.col3 .fl-box-item {
        width: calc((100% - 20px) / 3);
        @media only screen and (max-width: 767px) {
          width: 100%;
        }
      }
      &.fl-box.col4 .fl-box-item {
        width: calc((100% - 30px) / 4);
        @media only screen and (max-width: 767px) {
          width: 100%;
        }
      }
      li{
        a{
          display: block;
          width: 100%;
          color: #777;
          text-decoration: none;
          background-color: #eee;
          padding: 10px;
          text-align: center;
          font-size: 20px;
          &:hover{
            background-color: #FEF5E5;
            color: #EC6C00;
          }
          &.is-selected{
            background-color: #F19500;
            color: #fff;
            pointer-events: none;
          }
        }
      }
    }
  }
  .column-tag {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #D6D3D0;
    color: #555;
    font-size: 16px;
    transition: color .7s cubic-bezier(.23, 1, .32, 1), border .7s cubic-bezier(.23, 1, .32, 1);
    &:hover{
      color: #EC6C00;
      border-color: #EC6C00;
    }
    &.is-selected{
      background-color: #F19500;
      color: #fff;
      pointer-events: none;
    }
  }
  .column-tag-list {
    display: flex;
    flex-wrap: wrap;
  }
  .column-tag-list-wrap{
    padding-top: 24px;
    padding-bottom: 24px;
    .toggle-button{
      padding: 0;
    }
    @media only screen and (min-width: 768px) {
      .toggle-hook{
        pointer-events: none;
      }
      .column-tag-list {
        gap: 16px 20px;
        margin-top: 40px;
      }
    }
    @media only screen and (max-width: 767px) {
      padding: 0;
      .toggle-button{
        padding: 24px 20px 24px 16px;
      }
      .toggle-content{
        padding: 0 16px 10px;
      }
      .column-tag-list {
        gap: 6px;
        max-height: 194px;
        overflow-y: scroll;
        padding-bottom: 5px;
        padding-right: 5px;
        li,
        .column-tag{
          width: 100%;
        }
      }
    }
  }
  .column-list-wrap{
    .column-list{
      gap: 73px;
      padding-bottom: 80px;
      .column-article{
        width: 376px;
        background-color: #fff;
        border-radius: 20px;
        @media only screen and (max-width: 767px) {
          width: 100%;
        }
        a{
          text-decoration: none;
        }
        a.column-thumbnail,
        a.column-title{
          display: block;
        }
        a.column-thumbnail{
          position: relative;
          img,
          span{
            border-radius: 20px;
            max-height: 210px;
            aspect-ratio: 38 / 21;
            width: 100%;
          }
          img{
            object-fit: cover;
          }
          span{
            display: block;
            background-color: #D9D9D9;
          }
          .column-new {
            background-color: #EC6C00;
            border: 1px solid #fff;
            color: #fff;
            border-radius: 3px;
            font-size: 18px;
            padding: 5px 9px;
            margin: 0;
            position: absolute;
            top: 12px;
            left: 9px;
            line-height: 1;
          }
        }
        .column-content{
          padding: 10px;
          width: 100%;
          @media only screen and (min-width: 768px) {
            .column-title,
            p{
              min-height: 72px;
            }
          }
          .column-title{
            margin-bottom: 15px;
          }
          p{
            margin: 0 0 14px;
          }
          .column-tag-list {
            gap: 8px;
          }
          .column-tag {
            padding: 5px 9px 6px;
          }
        }
      }
    }
  }
  .column-list,
  .column-more{
    + h2{
      border-top: 1px solid #D6D3D0;
    }
  }
  .column-more{
    margin: 0 0 80px;
  }
  /* ページネーション */
  .ccm-pagination-wrapper {
    margin: 30px 0 50px;
    .pagination{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin: 0;
      li{
        span,
        a{
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          border: 1px solid #F19500;
          width: 30px;
          height: 30px;
          transition: color .7s cubic-bezier(.23, 1, .32, 1), background-color .7s cubic-bezier(.23, 1, .32, 1);
        }
        a{
          background-color: #fff;
          color: #F19500;
          &:hover{
            background-color: #F19500;
            color: #fff;
          }
        }
        span{
          background-color: #F19500;
          color: #fff;
        }
      }
    }
  }
}