.content-wrapper {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

header {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.section-content .lead {
  text-align: center;
  padding-bottom: 2rem;
  font-size: 0.9375rem; }

@media screen and (max-width: 767px) {
  .section-content {
    padding: 0 1rem 0.9375rem; } }

@media screen and (min-width: 768px) {
  .section-content .lead {
    font-size: 1.125rem; } }

.slide-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center; }

.home-box-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .home-box-menu.box-4 .box {
    width: 48%; }
  .home-box-menu .box {
    position: relative;
    background: white;
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .home-box-menu .box {
        width: 100%; } }
    .home-box-menu .box > a {
      display: block;
      text-decoration: none; }
      .home-box-menu .box > a:hover {
        opacity: .8; }
        .home-box-menu .box > a:hover .box-image figure {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
  .home-box-menu .box-content {
    padding: 1rem 0; }
    .home-box-menu .box-content h3 {
      text-align: center;
      margin-bottom: 1rem; }
    .home-box-menu .box-content p {
      font-size: 0.8125rem; }
  .home-box-menu .box-image {
    overflow: hidden; }
    .home-box-menu .box-image figure {
      width: 100%;
      padding-top: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transition: .4s;
      transition: .4s; }
  @media screen and (max-width: 767px) {
    .home-box-menu .box-image img:not(.logo) {
      width: 100%; }
    .home-box-menu .hover-menu {
      display: none; } }
  @media screen and (min-width: 768px) {
    .home-box-menu .box {
      overflow: hidden; }
      .home-box-menu .box:hover svg,
      .home-box-menu .box:hover img:not(.logo) {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .home-box-menu.box-4 .box {
      width: 23.3%; }
    .home-box-menu.box-3 .box {
      width: 31.8%; }
    .home-box-menu img, .home-box-menu svg {
      -webkit-transition: 1s;
      transition: 1s; }
    .home-box-menu .box-content {
      padding: 1.25rem; }
      .home-box-menu .box-content h3 {
        font-size: 1.25rem; }
      .home-box-menu .box-content p {
        font-size: 0.875rem; }
    .home-box-menu .hover-menu {
      height: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(32, 38, 44, 0.9);
      -webkit-transition: all .3s;
      transition: all .3s;
      color: #fff; }
      .home-box-menu .hover-menu a {
        color: #fff; } }

.home-mainvisual {
  position: relative; }
  @media screen and (min-width: 768px) {
    .home-mainvisual::after {
      background: #f5f7f8;
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 43px; } }
  @media screen and (min-width: 768px) {
    .home-mainvisual .swiper-slide {
      text-align: center;
      padding: 0 70px; } }
  @media screen and (min-width: 1200px) {
    .home-mainvisual .swiper-slide {
      padding: 0 10%; } }
  @media screen and (min-width: 1601px) {
    .home-mainvisual .swiper-slide {
      padding: 0 13%; } }
  .home-mainvisual .swiper-slide img {
    width: 100%; }
  .home-mainvisual .swiper-button-next,
  .home-mainvisual .swiper-button-prev {
    background: #3e63ad;
    width: 45px;
    height: 150px;
    top: 40%; }
    @media screen and (max-width: 767px) {
      .home-mainvisual .swiper-button-next,
      .home-mainvisual .swiper-button-prev {
        width: 22px;
        height: 75px;
        top: 37.9%; } }
    .home-mainvisual .swiper-button-next::after,
    .home-mainvisual .swiper-button-prev::after {
      content: '';
      border-top: 2px solid white;
      border-right: 2px solid white;
      width: 18px;
      height: 18px; }
      @media screen and (max-width: 767px) {
        .home-mainvisual .swiper-button-next::after,
        .home-mainvisual .swiper-button-prev::after {
          width: 8px;
          height: 8px; } }
  .home-mainvisual .swiper-button-prev {
    left: 0; }
    @media screen and (min-width: 1200px) {
      .home-mainvisual .swiper-button-prev {
        left: 5%; } }
    @media screen and (min-width: 1601px) {
      .home-mainvisual .swiper-button-prev {
        left: 9%; } }
    .home-mainvisual .swiper-button-prev::after {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      margin-left: 12px; }
      @media screen and (max-width: 767px) {
        .home-mainvisual .swiper-button-prev::after {
          margin-left: 4px; } }
  .home-mainvisual .swiper-button-next {
    right: 0; }
    @media screen and (min-width: 1200px) {
      .home-mainvisual .swiper-button-next {
        right: 5%; } }
    @media screen and (min-width: 1601px) {
      .home-mainvisual .swiper-button-next {
        right: 9%; } }
    .home-mainvisual .swiper-button-next::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-right: 12px; }
      @media screen and (max-width: 767px) {
        .home-mainvisual .swiper-button-next::after {
          margin-right: 4px; } }
  .home-mainvisual .swiper-pagination {
    position: static;
    margin-top: .5rem; }
    @media screen and (max-width: 767px) {
      .home-mainvisual .swiper-pagination {
        margin-top: .2rem; } }
  .home-mainvisual .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 8px !important; }
    @media screen and (max-width: 767px) {
      .home-mainvisual .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px !important; } }

.home-news {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }
  @media screen and (max-width: 767px) {
    .home-news {
      padding-bottom: .5rem; }
      .home-news .section-content {
        padding: 0; } }

.home-news-tab .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .home-news-tab .tab-menu li {
    height: 4.375rem;
    width: 100%;
    position: relative; }
  .home-news-tab .tab-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    border-bottom: 4px solid #eceff1;
    cursor: pointer; }
    .home-news-tab .tab-menu a::after {
      content: '';
      width: 0;
      height: 4px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #3d62ad;
      -webkit-transition: .5s;
      transition: .5s; }
  .home-news-tab .tab-menu .active a::after {
    width: 100%; }

.home-news-tab .tab-content .content:not(.active) {
  display: none; }

@media screen and (max-width: 767px) {
  .home-news-tab .tab-menu {
    font-size: 0.75rem; }
    .home-news-tab .tab-menu li {
      border-bottom: 4px solid transparent; } }

@media screen and (min-width: 768px) {
  body.pc .home-news-tab .tab-menu a:hover::after {
    width: 100%; } }

.home-news-list li {
  border-bottom: 1px solid #e0e0e0;
  font-size: 0.9375rem; }

.home-news-list a {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  background-image: url(/resources/img/icon-link.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: .5rem .5rem;
  padding: 1rem;
  -webkit-transition: all .5s;
  transition: all .5s; }
  @media screen and (max-width: 767px) {
    .home-news-list a {
      padding: 1em 2em 1.5em 1em;
      background-position: right 1rem center; } }
  @media screen and (min-width: 768px) {
    .home-news-list a {
      padding: 2rem 3rem 2rem 18rem; } }
  .home-news-list a:hover {
    background-color: #f5f7f8; }
  .home-news-list a::after {
    content: none !important; }

.home-news-list .date {
  letter-spacing: .1em; }
  @media screen and (min-width: 768px) {
    .home-news-list .date {
      position: absolute;
      width: 9rem;
      left: 0; } }

.home-news-list .category {
  display: inline-block;
  padding: 0 1.3em;
  background: #3d62ad;
  color: white;
  line-height: 2em; }
  @media screen and (max-width: 767px) {
    .home-news-list .category {
      margin-left: 1rem;
      font-size: 0.625rem;
      margin-bottom: .3rem; } }
  @media screen and (min-width: 768px) {
    .home-news-list .category {
      font-size: 0.75rem;
      height: 1.5rem;
      margin-top: .1rem;
      margin-right: 1.5rem;
      position: absolute;
      left: 9rem; } }

@media screen and (max-width: 767px) {
  .home-news-list .title {
    display: block; } }

.home-news-list img {
  vertical-align: middle;
  margin-left: .5rem; }

.home-about {
  color: #fff;
  position: relative;
  overflow: hidden; }
  .home-about .mod-inner {
    position: relative;
    z-index: 1; }
  .home-about .slide-zoom::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 38, 44, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .home-about .slide-item {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 10s;
    transition: -webkit-transform 10s;
    transition: transform 10s;
    transition: transform 10s, -webkit-transform 10s; }
    .home-about .slide-item:not(:first-child) {
      display: none; }
    .home-about .slide-item.in {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }
  @media screen and (max-width: 767px) {
    .home-about .lead {
      text-align: left; }
      .home-about .lead br {
        display: none; } }
  @media screen and (min-width: 768px) {
    .home-about {
      padding-bottom: 5rem; } }

@media screen and (min-width: 768px) {
  .home-about-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.home-counter-box {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.625rem;
  line-height: 1;
  text-align: center;
  min-height: 9.375rem; }
  @media screen and (max-width: 767px) {
    .home-counter-box {
      padding-top: 1rem;
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    .home-counter-box {
      min-height: 15rem;
      padding-top: 1.7rem; } }
  .home-counter-box h3 {
    font-size: 0.9375rem;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .home-counter-box h3 {
        margin-bottom: .8rem;
        background-size: 23px;
        padding-left: 2rem;
        line-height: 1.5rem; } }
    @media screen and (min-width: 768px) {
      .home-counter-box h3 {
        margin-bottom: .5rem;
        font-size: 1.25rem;
        background-size: 46px;
        padding-left: 4rem;
        line-height: 3rem; } }
  .home-counter-box .no {
    font-family: "Teko", sans-serif;
    font-weight: 300;
    font-size: 5.625rem;
    margin: 0 .5rem;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .home-counter-box .no {
        font-size: 7.5rem; } }
  .home-counter-box .sup {
    font-size: 0.875rem; }
  @media screen and (min-width: 768px) {
    .home-counter-box .txt {
      font-size: 1.375rem; } }
  .home-counter-box .note {
    font-size: 0.6875rem;
    display: block;
    margin-top: -.5rem; }
    @media screen and (min-width: 768px) {
      .home-counter-box .note {
        margin-top: -0.5rem;
        font-size: 0.875rem; } }
  @media screen and (min-width: 768px) {
    .home-counter-box:nth-child(1) {
      width: 28.8%; } }
  .home-counter-box:nth-child(1) h3 {
    background-image: url(/resources/img/icon-customer.svg); }
    @media screen and (max-width: 767px) {
      .home-counter-box:nth-child(1) h3 {
        margin-bottom: 0; } }
  .home-counter-box:nth-child(1) .no {
    min-width: 1.1em; }
  @media screen and (min-width: 768px) {
    .home-counter-box:nth-child(2) {
      width: 28.8%; } }
  .home-counter-box:nth-child(2) h3 {
    background-image: url(/resources/img/icon-clock.svg); }
  .home-counter-box:nth-child(2) .no {
    min-width: .8em; }
  @media screen and (min-width: 768px) {
    .home-counter-box:nth-child(3) {
      width: 39%; } }
  .home-counter-box:nth-child(3) h3 {
    background-image: url(/resources/img/icon-earth.svg); }
  .home-counter-box:nth-child(3) .no {
    min-width: .6em; }
    .home-counter-box:nth-child(3) .no:nth-child(4) {
      margin-left: .2em; }

.home-business .section-content {
  padding: 0; }

.home-business-block {
  position: relative;
  margin: auto;
  text-align: center;
  -webkit-transform-origin: left top;
  transform-origin: left top; }
  @media screen and (min-width: 768px) {
    .home-business-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .home-business-block > li {
    position: relative; }
    @media screen and (max-width: 767px) {
      .home-business-block > li {
        height: auto;
        min-height: 187.5px; } }
    @media screen and (min-width: 768px) {
      .home-business-block > li {
        width: 33.33%;
        height: 320px; } }
    .home-business-block > li:nth-child(1) {
      background: #264491; }
      @media screen and (max-width: 767px) {
        .home-business-block > li:nth-child(1) {
          padding-top: 2.2rem; } }
      @media screen and (min-width: 768px) {
        .home-business-block > li:nth-child(1) h3 {
          margin-bottom: .5rem; } }
    .home-business-block > li:nth-child(2) {
      background-image: url(/resources/img/home-business-bg1.jpg); }
    .home-business-block > li:nth-child(3) {
      background-image: url(/resources/img/home-business-bg2.jpg); }
    .home-business-block > li:nth-child(4) {
      background-image: url(/resources/img/home-business-bg3.jpg); }
    .home-business-block > li:nth-child(5) {
      background-image: url(/resources/img/home-business-bg4.jpg); }
    .home-business-block > li:nth-child(6) {
      background-image: url(/resources/img/home-business-bg5.jpg); }
    @media screen and (max-width: 767px) {
      .home-business-block > li:not(:first-child) p {
        text-align: left; } }
    .home-business-block > li > a, .home-business-block > li span {
      display: block;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: default; }
      @media screen and (max-width: 767px) {
        .home-business-block > li > a, .home-business-block > li span {
          padding: 1.5rem 1.5rem 1rem;
          height: 100%; } }
      @media screen and (min-width: 768px) {
        .home-business-block > li > a, .home-business-block > li span {
          padding: 1.875rem;
          height: 100%; } }
      .home-business-block > li > a:hover, .home-business-block > li span:hover {
        text-decoration: none; }
    .home-business-block > li:hover .hover-menu {
      opacity: 1;
      z-index: 0; }
    .home-business-block > li h3 {
      font-family: "Teko", sans-serif;
      font-weight: lighter;
      letter-spacing: .1em;
      margin-bottom: 1rem; }
      @media screen and (max-width: 767px) {
        .home-business-block > li h3 {
          font-size: 2.34375rem;
          padding-top: .5rem; } }
      @media screen and (min-width: 768px) {
        .home-business-block > li h3 {
          font-size: 3.125rem; } }
  @media screen and (min-width: 768px) {
    .home-business-block .hover-menu {
      opacity: 0;
      z-index: -1;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(32, 38, 44, 0.9);
      -webkit-transition: all .4s;
      transition: all .4s; } }
  .home-business-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 80%;
    text-align: left;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .home-business-block ul {
        padding-bottom: 1.5rem; } }
    .home-business-block ul > li {
      font-size: 0.9375rem;
      margin-bottom: .5rem; }
      @media screen and (max-width: 767px) {
        .home-business-block ul > li {
          font-size: 0.875rem;
          margin-bottom: 0; } }
      .home-business-block ul > li a {
        color: white;
        background-image: url(/resources/img/icon-link-white.svg) !important; }
        .home-business-block ul > li a:hover {
          text-decoration: underline; }

.home-service .box-image {
  text-align: center;
  background: #f5f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8.75rem; }
  .home-service .box-image img {
    max-width: 98px;
    max-height: 98px; }

.home-service svg {
  max-width: 6.125rem;
  max-height: 6.125rem;
  stroke-width: 4px;
  -ms-interpolation-mode: bicubic; }

.home-service .hover-menu li {
  margin-bottom: .5rem; }

@media screen and (max-width: 767px) {
  .home-service .section-content {
    padding-bottom: 0; }
  .home-service .hover-menu {
    padding-top: 25%; } }

@media screen and (min-width: 768px) {
  .home-service .box:hover .hover-menu {
    opacity: 1; }
  .home-service .box-image {
    height: 12rem; }
  .home-service .hover-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9375rem;
    opacity: 0; }
    .home-service .hover-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      width: 80%;
      text-align: left;
      margin: auto; }
    .home-service .hover-menu .mod-link-list a {
      background-image: url(/resources/img/icon-link-white.svg); } }

.home-pickup {
  background: #f5f7f8; }
  @media screen and (max-width: 767px) {
    .home-pickup .box-content {
      padding: .3rem; }
      .home-pickup .box-content h3 {
        margin-bottom: .5rem; } }
  @media screen and (min-width: 768px) {
    .home-pickup {
      padding-bottom: 3rem; }
      .home-pickup .box-image {
        max-height: 12.8125rem; } }

@media screen and (max-width: 767px) {
  .home-case_studies {
    padding-bottom: 1rem; } }

@media screen and (max-width: 767px) {
  .home-case_studies .section-content {
    padding-bottom: 0rem; } }

html[lang^=en] .home-case_studies .home-box-menu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media screen and (min-width: 768px) {
  html[lang^=en] .home-case_studies .box:not(:last-child) {
    margin-right: 2.3%; } }

.home-case_studies .box-image {
  position: relative; }
  @media screen and (max-width: 767px) {
    .home-case_studies .box-image .logo {
      height: 32.4%; } }
  @media screen and (min-width: 768px) {
    .home-case_studies .box-image .logo {
      width: 40%; } }
  .home-case_studies .box-image .logo {
    position: absolute;
    left: 0;
    bottom: 0; }

.home-case_studies .box a:hover {
  opacity: 1; }

@media screen and (min-width: 768px) {
  .home-case_studies .box:hover .hover-menu {
    height: 100%;
    top: 0; } }

.home-case_studies .box figure {
  padding-top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .home-case_studies .box figure {
      margin-bottom: 1rem; } }

@media screen and (max-width: 767px) {
  .home-case_studies .hover-menu {
    display: block;
    position: relative;
    height: auto;
    color: #333333;
    opacity: 1;
    background: none;
    padding: 0;
    color: #333333;
    margin-bottom: 1rem; } }

@media screen and (min-width: 768px) {
  .home-case_studies .hover-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    top: 100%; } }

@media screen and (max-width: 767px) {
  .home-case_studies .hover-menu h3 {
    margin-bottom: .5rem; } }

@media screen and (min-width: 768px) {
  .home-case_studies .hover-menu h3 {
    font-size: 1.375rem;
    font-weight: normal; } }

@media screen and (min-width: 1121px) {
  html[lang^=en] .home-case_studies .hover-menu h3 {
    margin-bottom: .3rem; } }

@media screen and (max-width: 767px) {
  .home-case_studies .hover-menu span {
    color: #3d62ad;
    border: 1px solid;
    font-size: 0.625rem;
    padding: 0 .5rem;
    margin: 0 0.5rem 0.5rem 0; } }

@media screen and (min-width: 768px) {
  .home-case_studies .hover-menu span {
    border: 1px solid;
    display: inline-block;
    padding: .4rem 1rem;
    margin: 1rem 0.5rem;
    font-size: 0.875rem;
    text-decoration: none; } }

@media screen and (max-width: 767px) {
  html[lang^=en] .home-case_studies .hover-menu span {
    white-space: nowrap; } }

@media screen and (min-width: 768px) {
  html[lang^=en] .home-case_studies .hover-menu span {
    font-size: 0.625rem;
    padding: .1rem .3rem;
    margin: 0 .5rem .2rem;
    line-height: 1.5; } }

@media screen and (min-width: 1121px) {
  html[lang^=en] .home-case_studies .hover-menu span {
    font-size: 0.75rem; } }

@media screen and (min-width: 1601px) {
  html[lang^=en] .home-case_studies .hover-menu span {
    font-size: 0.875rem;
    padding: .2rem .5rem;
    margin: 0.4rem; } }

@media screen and (max-width: 767px) {
  .home-case_studies .hover-menu p {
    font-size: 0.8125rem; } }

@media screen and (min-width: 768px) {
  .home-case_studies .hover-menu p {
    font-size: 0.9375rem; } }

@media screen and (min-width: 768px) {
  html[lang^=en] .home-case_studies .hover-menu p {
    padding: 0 .3rem;
    font-size: 0.625rem;
    line-height: 1.5; } }

@media screen and (min-width: 1121px) {
  html[lang^=en] .home-case_studies .hover-menu p {
    margin-top: .3rem;
    font-size: 0.75rem; } }

@media screen and (min-width: 1601px) {
  html[lang^=en] .home-case_studies .hover-menu p {
    font-size: 0.875rem; } }

/*# sourceMappingURL=maps/home.css.map */
