@charset "UTF-8";
@font-face {
  font-family: 'livra';
  src: url("fonts/livra.eot?jz3zxi");
  src: url("fonts/livra.eot?jz3zxi#iefix") format("embedded-opentype"), url("fonts/livra.ttf?jz3zxi") format("truetype"), url("fonts/livra.woff?jz3zxi") format("woff"), url("fonts/livra.svg?jz3zxi#livra") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'livra' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\f002";
}

.icon-star:before {
  content: "\f005";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-home:before {
  content: "\f015";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-angle-right:before {
  content: "\f105";
}

@-webkit-keyframes menuBar {
  0% {
    width: 0;
  }
  100% {
    width: 8vw;
  }
}

@keyframes menuBar {
  0% {
    width: 0;
  }
  100% {
    width: 8vw;
  }
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, -30px);
    transform: translate(0%, -30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, -30px);
    transform: translate(0%, -30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 20px);
    transform: translate(0%, 20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 20px);
    transform: translate(0%, 20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

html {
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
}

.site::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
}

#roading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: -webkit-gradient(linear, left top, right top, from(#daf7e3), to(#74aaca));
  background: linear-gradient(90deg, #daf7e3, #74aaca);
}

#roading div:nth-child(1) {
  z-index: 2;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  background: url(../img/bg-livra-robots.png);
  background-size: cover;
  background-position: top center;
}

#roading div:nth-child(2) {
  z-index: 3;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  background: url(../img/bg-livra-console.png);
  background-size: cover;
  background-position: top center;
}

#roading div:nth-child(3) {
  z-index: 1;
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  background: url(../img/bg-livra-back.jpg);
  background-size: cover;
  background-position: top center;
}

.mv {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

a.hero {
  opacity: 0;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 330px;
  height: 330px;
  display: block;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.header__nav {
  opacity: 0;
  height: 60px;
  background: #000;
  width: 100%;
  min-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1280px) {
  .header__nav {
    min-width: 100%;
  }
}

@media (max-width: 980px) {
  .header__nav {
    min-width: 100%;
    position: relative;
  }
}

@media (max-width: 980px) {
  .header__nav .nav__menu--sp {
    width: 60px;
    height: 60px;
    padding: 18px;
    background: #ccc;
  }
  .header__nav .nav__menu--sp .nav__menu--trigar {
    width: 24px;
    height: 24px;
    position: relative;
  }
  .header__nav .nav__menu--sp .nav__menu--trigar span {
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-animation: menuBar 0.5s;
            animation: menuBar 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 2px;
  }
  .header__nav .nav__menu--sp .nav__menu--trigar span:nth-child(1) {
    top: 0px;
  }
  .header__nav .nav__menu--sp .nav__menu--trigar span:nth-child(2) {
    top: 11px;
  }
  .header__nav .nav__menu--sp .nav__menu--trigar span:nth-child(3) {
    bottom: 0px;
  }
}

.header__nav .nav__menu--sp.show .nav__menu--trigar span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__nav .nav__menu--sp.show .nav__menu--trigar span:nth-child(2) {
  width: 0;
}

.header__nav .nav__menu--sp.show .nav__menu--trigar span:nth-child(3) {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__nav .nav--left {
  margin-left: 80px;
}

@media (max-width: 980px) {
  .header__nav .nav--left {
    margin-left: 20px;
    z-index: 1;
  }
}

.header__nav .nav--left img {
  height: 40px;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  /*@include tab{
        width:100px;
        height:auto;
      }*/
}

.header__nav .nav--right {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 980px) {
  .header__nav .nav--right {
    margin-right: 0;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.header__nav .nav--right .nav {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.header__nav .nav--right .nav .nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 980px) {
  .header__nav .nav--right .nav .nav__lists {
    display: none;
    width: 100vw;
    height: auto;
    background: #000;
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    z-index: 2;
    overflow: auto;
    overflow-y: auto;
  }
}

.header__nav .nav--right .nav .nav__lists .cat-item {
  list-style: none;
  line-height: 60px;
  margin-right: 16px;
}

@media (max-width: 980px) {
  .header__nav .nav--right .nav .nav__lists .cat-item {
    border-bottom: solid 1px #ccc;
    position: relative;
    display: none;
    margin: 0;
    padding: 0 30px;
  }
  .header__nav .nav--right .nav .nav__lists .cat-item::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 30px;
    right: 20px;
    margin-top: -4px;
  }
}

.header__nav .nav--right .nav .nav__lists .cat-item .children {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #fff;
}

@media (max-width: 980px) {
  .header__nav .nav--right .nav .nav__lists .cat-item .children {
    position: static;
    display: block;
    background: #000;
  }
}

.header__nav .nav--right .nav .nav__lists .cat-item .children li {
  list-style: none;
  line-height: 60px;
  padding: 0 16px;
}

@media (max-width: 980px) {
  .header__nav .nav--right .nav .nav__lists .cat-item .children li {
    padding: 0 0 0 30px;
  }
  .header__nav .nav--right .nav .nav__lists .cat-item .children li:first-child {
    border-top: 1px solid #ccc;
  }
  .header__nav .nav--right .nav .nav__lists .cat-item .children li:last-child {
    border-bottom: none;
  }
}

.header__nav .nav--right .nav .nav__lists .cat-item a {
  color: #fff;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 980px) {
  .header__nav .nav--right .nav .nav__lists .cat-item a {
    padding-left: 15px;
  }
}

.header__nav .nav--right .nav .nav__lists .cat-item a:hover {
  color: #fff;
}

@media (max-width: 980px) {
  .header__nav .nav--right .nav .nav__lists .cat-item a:hover {
    color: #56cde0;
  }
}

.header__nav .nav--right .nav .nav__lists .cat-item.current-cat > a {
  margin: 15px 0;
  color: #fff;
  line-height: 28px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 980px) {
  .header__nav .nav--right .nav .nav__lists .cat-item.current-cat > a {
    background-color: transparent;
    color: #209cb0;
    margin: 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
    border: none;
  }
}

.header__nav .nav--right .nav .nav__lists .cat-item.child_show .children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 60px;
  left: 0;
}

.header__nav .nav--right .nav .nav__lists .cat-item.child_show .children .cat-item a {
  color: #000;
}

.header__nav .nav--right .nav .nav__lists .cat-item.child_show .children .cat-item a:hover {
  color: #209cb0;
}

.header__nav .nav--right .nav .nav__lists .cat-item.cat-item-iplearning.child_show .children .cat-item a:hover {
  color: #8669a2;
}

.header__nav .nav--right .nav .nav__lists .cat-item.cat-item-vscovid19.child_show .children .cat-item a:hover {
  color: #74aaca;
}

.header__nav .nav--right .nav .nav__lists .cat-item.cat-item-analysis.child_show .children .cat-item a:hover {
  color: #dba098;
}

.header__nav .nav--right .nav .nav__lists .cat-item.cat-item-security.child_show .children .cat-item a:hover {
  color: #63a6b3;
}

.header__nav .nav--right .nav .nav__lists .cat-item.cat-item-marketing.child_show .children .cat-item a:hover {
  color: #e3a94a;
}

@media (max-width: 480px) {
  .header__nav .nav--right .nav .nav__lists.search_open {
    top: 128px;
  }
}

@media (max-width: 980px) {
  .header__nav .nav__menu--sp.show .nav__lists {
    height: 100vh;
    position: absolute;
  }
  .header__nav .nav__menu--sp.show .nav__lists .cat-item {
    display: block;
  }
}

.header__nav .search {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 980px) {
  .header__nav .search {
    background: #74aaca;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 60px;
  }
}

.header__nav .search .seachicon {
  margin: 0;
  width: 14px;
  height: 60px;
  background-image: url(../img/icon-search.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 980px) {
  .header__nav .search .seachicon {
    width: 60px;
  }
}

.header__nav .search .searchform {
  display: none;
  width: 0;
}

.header__nav .search input[type="text"] {
  opacity: 0;
  width: 0;
  height: 2.285em;
  font-size: 0.875rem;
  line-height: 2.6em;
  border: none;
  background: transparent;
  border-width: 0;
  border-radius: 18px;
  padding: 0 0 0 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 14px;
}

@media (max-width: 980px) {
  .header__nav .search input[type="text"] {
    margin-left: 14px;
  }
}

@media (max-width: 480px) {
  .header__nav .search input[type="text"] {
    border-radius: 21px;
  }
}

.header__nav .search .seachclose {
  display: none;
  position: absolute;
  right: 8px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-search-close.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 980px) {
  .header__nav .search .seachclose {
    right: 22px;
  }
}

@media (max-width: 480px) {
  .header__nav .search .seachclose {
    top: 22px;
    width: 24px;
    height: 24px;
  }
}

.header__nav .search.open {
  width: 228px;
}

@media (max-width: 480px) {
  .header__nav .search.open {
    position: absolute;
    width: 100vw;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 0;
    height: 68px;
  }
}

.header__nav .search.open .seachicon {
  display: none;
}

.header__nav .search.open .seachform {
  width: 100%;
}

.header__nav .search.open .searchform {
  display: block;
  width: 100%;
}

@media (max-width: 480px) {
  .header__nav .search.open .searchform {
    padding: 14px;
  }
}

.header__nav .search.open input[type="text"] {
  opacity: 1;
  border: 0;
  outline: none;
  width: 228px;
  background: #fff;
}

.header__nav .search.open input[type="text"]:focus {
  outline: none;
}

@media (max-width: 980px) {
  .header__nav .search.open input[type="text"] {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .header__nav .search.open input[type="text"] {
    width: 100%;
    margin: 0;
    height: 42px;
    line-height: 42px;
  }
}

.header__nav .search.open .seachclose {
  display: block;
}

#header__nav-js.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 999;
}

@media (max-width: 480px) {
  #header__nav-js.fixed .nav__lists {
    position: fixed;
    bottom: 0;
  }
}

.article__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.article__lists .article__item {
  list-style: none;
  margin-top: 40px;
  width: 400px;
}

.article__lists .article__item--img {
  width: 400px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.article__lists .article__item--title {
  margin-top: 12px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8em;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.article__lists .article__item--title span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #daf7e3));
  background-image: linear-gradient(180deg, transparent 60%, #daf7e3 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  text-decoration: none;
  -webkit-transition: background-size .5s ease;
  transition: background-size .5s ease;
}

.article__lists .article__item--data {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #898989;
  font-size: 0.750rem;
}

.article__lists .article__item--favorite .favorite--icon {
  width: 12px;
  height: 12px;
  fill: red;
}

.article__lists .article__item--favorite .favorite--num {
  margin-left: 6px;
}

.article__lists .article__item a {
  color: #222;
  text-decoration: none;
}

.article__lists .article__item a:hover .article__item--title span {
  background-size: 100% 100%;
}

.article__lists .article__item a:hover .article__item--img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.article__lists .article__item.effect .article__item--imgCover {
  width: 250%;
}

.main {
  opacity: 0;
  min-height: 100vh;
  max-width: 1920px;
  width: 100%;
  padding-top: 100px;
}

@media (max-width: 980px) {
  .main {
    padding: 0;
  }
}

.main::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../img/bg-livra-all.jpg");
  background-size: cover;
}

.main .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .main .content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow: hidden;
    max-width: 1280px;
    width: 100%;
  }
}

@media (max-width: 980px) {
  .main .content {
    display: block;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .main .content {
    padding: 60px 0 0;
  }
}

.main .main__content {
  padding: 32px 20px 70px 60px;
  background: #fff;
  width: 920px;
}

@media (max-width: 1280px) {
  .main .main__content {
    min-width: 920px;
  }
}

@media (max-width: 980px) {
  .main .main__content {
    min-width: unset;
    width: 100%;
    padding: 32px 30px 70px;
  }
}

@media (max-width: 480px) {
  .main .main__content {
    padding: 32px 20px 70px;
  }
}

.main .article__lists {
  margin-bottom: 40px;
}

.main .article__lists .article__item:nth-child(2n) {
  margin-left: 40px;
}

@media (max-width: 980px) {
  .main .article__lists .article__item:nth-child(2n) {
    margin-left: 0;
  }
}

.main .article__lists .article__item:first-child,
.main .article__lists .article__item:nth-child(2) {
  margin-top: 0;
}

@media (max-width: 980px) {
  .main .article__lists .article__item {
    width: 50%;
  }
  .main .article__lists .article__item:nth-child(even) {
    padding-left: 15px;
  }
  .main .article__lists .article__item:nth-child(odd) {
    padding-right: 15px;
  }
  .main .article__lists .article__item--img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .main .article__lists {
    display: block;
  }
  .main .article__lists .article__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .main .article__lists .article__item:nth-child(even) {
    padding-left: 0;
  }
  .main .article__lists .article__item:nth-child(odd) {
    padding-right: 0;
  }
}

.main .go_to_archive {
  margin-top: 40px;
  line-height: 48px;
}

.main .go_to_archive a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main .go_to_archive a span {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 0.750rem;
}

@media (max-width: 980px) {
  .main .go_to_archive a {
    padding: 1em 2em;
  }
}

.main .go_to_archive a:hover {
  background: #4d4d4d;
}

.main .go_to_archive a:active {
  letter-spacing: 2px;
}

.main .go_to_archive--img {
  width: 15px;
  height: 15px;
  margin-right: 16px;
}

.main .breadcrumb li {
  list-style: none;
  margin: 0 8px;
  display: inline-block;
  font-size: 0.875rem;
}

@media (max-width: 480px) {
  .main .breadcrumb li {
    margin: 0 8px 4px 8px;
  }
}

.main .breadcrumb li span {
  color: #898989;
}

.main .breadcrumb li a {
  text-decoration: none;
  color: #898989;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.main .breadcrumb li a:hover {
  color: #209cb0;
}

.main .breadcrumb li img {
  margin-right: 6px;
  width: 14px;
  height: 14px;
  line-height: 30px;
}

.main .breadcrumb span {
  color: #a3a3a3;
}

.main .side {
  background: #fff;
  width: 360px;
  padding: 32px 30px 70px 30px;
}

@media (max-width: 980px) {
  .main .side {
    margin: 80px 0 0 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .main .side {
    padding: 32px 20px 70px;
  }
}

@media (max-width: 980px) {
  .main .side .pickup {
    text-align: center;
  }
}

.main .side .pickup--img {
  width: 300px;
}

@media (max-width: 480px) {
  .main .side .pickup--img {
    width: 100%;
  }
}

.main .side .gdpr {
  margin-top: 32px;
}

@media (max-width: 980px) {
  .main .side .gdpr {
    text-align: center;
  }
}

.main .side .gdpr--img {
  width: 300px;
}

@media (max-width: 480px) {
  .main .side .gdpr--img {
    width: 100%;
  }
}

.main .side .pop {
  margin-top: 32px;
}

.main .side .pop .pop--title {
  font-size: 1.125rem;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  position: relative;
}

.main .side .pop .pop--title::before {
  position: absolute;
  top: 7px;
  left: 10px;
  content: url(../img/icon_pop-title.svg);
  display: inline-block;
  width: 15px;
  height: 26px;
}

@media (max-width: 980px) {
  .main .side .pop .article__lists {
    margin-bottom: 0;
  }
}

.main .side .pop .article__item {
  margin-top: 32px;
  margin-left: 0;
}

.main .side .pop .article__item .article__item--title {
  font-size: 13px;
}

@media (max-width: 480px) {
  .main .side .pop .article__item .article__item--title {
    font-size: 1rem;
  }
}

.main .staff-view {
  background: #209cb0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1280px) {
  .main .staff-view {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow: hidden;
  }
}

@media (max-width: 980px) {
  .main .staff-view {
    margin-top: 80px;
  }
}

.main .staff-view .staff-view__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -250px;
  height: 360px;
}

.main .staff-view .staff-view__bg--img {
  height: 360px;
  width: auto;
  mix-blend-mode: multiply;
}

.main .staff-view .staff-view__wrap {
  position: relative;
  z-index: 2;
  width: 1280px;
  padding: 40px 24px 40px 0;
}

@media (max-width: 1280px) {
  .main .staff-view .staff-view__wrap {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .main .staff-view .staff-view__wrap {
    padding: 32px 30px 70px;
  }
}

@media (max-width: 480px) {
  .main .staff-view .staff-view__wrap {
    padding: 32px 20px 70px;
  }
}

@media (max-width: 980px) {
  .main .staff-view .staff-view--block {
    width: 100%;
  }
}

.main .staff-view .staff-view--block .staff-view__title {
  padding-top: 16px;
}

.main .staff-view .staff-view--block .staff-view__title--img {
  width: 214px;
  height: auto;
}

@media (max-width: 480px) {
  .main .staff-view .staff-view--block .staff-view__title--img {
    width: 72%;
  }
}

@media (max-width: 980px) {
  .main .staff-view .staff-view--block .staff-view__title {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}

.main .staff-view .staff-view--block .go_to_archive {
  margin-bottom: 0;
  width: 180px;
  margin-left: 30px;
  border-bottom: solid #fff 2px;
}

@media (max-width: 980px) {
  .main .staff-view .staff-view--block .go_to_archive {
    margin-left: auto;
    text-align: right;
  }
}

.main .staff-view .staff-view--block .go_to_archive a.staff-view--link {
  padding: 0;
}

.main .staff-view .staff-view--block .go_to_archive a {
  background: transparent;
  position: relative;
}

.main .staff-view .staff-view--block .go_to_archive a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main .staff-view .staff-view--block .go_to_archive a:hover {
  border: none;
  color: #fff;
}

.main .staff-view .staff-view--block .go_to_archive a:hover::after {
  right: 5px;
  letter-spacing: 1px;
}

.main .staff-view .article__lists {
  margin-left: -30px;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

@media (max-width: 1280px) {
  .main .staff-view .article__lists {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0;
  }
}

@media (max-width: 980px) {
  .main .staff-view .article__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
}

.main .staff-view .article__item {
  width: 320px;
  margin-right: 30px;
  margin-top: 0;
}

@media (max-width: 980px) {
  .main .staff-view .article__item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .main .staff-view .article__item:nth-child(3), .main .staff-view .article__item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .main .staff-view .article__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .main .staff-view .article__item:nth-child(3) {
    margin-bottom: 40px;
  }
}

.main .staff-view .article__item--img {
  width: 320px;
  height: 216px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 980px) {
  .main .staff-view .article__item--img {
    width: 100%;
    height: auto;
  }
}

.main .staff-view .article__item--title {
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.9em;
}

@media (max-width: 480px) {
  .main .staff-view .article__item--title {
    font-size: 1rem;
  }
}

.main .staff-view .article__item--data {
  color: #fff;
}

.main .staff-view .article__item:first-child {
  width: 235px;
}

@media (max-width: 980px) {
  .main .staff-view .article__item:first-child {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .main .staff-view .article__item:first-child {
    width: 100%;
  }
}

.main .staff-view .article__item h2 span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #1c899a));
  background-image: linear-gradient(180deg, transparent 60%, #1c899a 0);
}

.main .staff-view .article__item:nth-child(2n) {
  margin-left: 0;
}

.main .staff-view .article__item:nth-child(4) {
  margin-right: 0;
  margin-top: 0;
}

.main .banner__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1280px) {
  .main .banner__section {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .main .banner__section {
    padding: 80px 0;
  }
}

.main .banner__section .banner__area {
  width: 1280px;
  background-color: #fff;
  padding: 70px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 0;
}

@media (max-width: 1280px) {
  .main .banner__section .banner__area {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .main .banner__section .banner__area {
    padding: 32px 30px;
  }
}

@media (max-width: 480px) {
  .main .banner__section .banner__area {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 980px) {
  .main .banner__section .banner__area .banner {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .main .banner__section .banner__area .banner {
    width: 100%;
  }
}

.main .banner__section .banner__area .banner img {
  width: 600px;
  height: auto;
}

@media (max-width: 980px) {
  .main .banner__section .banner__area .banner img {
    width: 100%;
  }
}

.main .banner__section .banner__area .banner:first-child {
  margin-right: 30px;
}

@media (max-width: 480px) {
  .main .banner__section .banner__area .banner:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.footer {
  background: #000;
  padding: 52px 0 0;
}

@media (max-width: 980px) {
  .footer {
    padding: 22px 0 0;
  }
}

.footer .footer__link {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px 32px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (max-width: 1280px) {
  .footer .footer__link {
    width: 100%;
  }
}

@media (max-width: 798px) {
  .footer .footer__link {
    display: block;
  }
}

@media (max-width: 480px) {
  .footer .footer__link {
    padding: 0 20px;
  }
}

.footer .footer__link .footer__link--article {
  margin-right: 100px;
}

@media (max-width: 480px) {
  .footer .footer__link .footer__link--article {
    margin: 0 0 30px;
  }
}

.footer .footer__link .footer__link--service {
  margin-right: 74px;
}

@media (max-width: 480px) {
  .footer .footer__link .footer__link--service {
    margin: 0 0 30px;
  }
}

.footer .footer__link .footer__link--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer__link .footer__link--wrap .footer__link--lists:first-child {
  margin-right: 30px;
}

.footer .footer__link .footer__link--title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.8em;
}

@media (max-width: 980px) {
  .footer .footer__link .footer__link--title {
    margin-top: 32px;
  }
}

.footer .footer__link .footer__link--item,
.footer .footer__link .cat-item {
  list-style: none;
  line-height: 2.2em;
  font-size: 0.8125rem;
}

.footer .footer__link .footer__link--item a,
.footer .footer__link .cat-item a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: ease-in-out , 0.3s;
  transition: ease-in-out , 0.3s;
}

.footer .footer__link .footer__link--item a:hover,
.footer .footer__link .cat-item a:hover {
  color: gray;
}

.footer .footer__copyright {
  margin-top: 8px;
  text-align: center;
  position: relative;
  font-size: 0.750rem;
  line-height: 56px;
  background-color: #000;
}

.footer .footer__copyright a {
  color: #fff;
}

@media (max-width: 480px) {
  .footer .footer__copyright {
    line-height: 1.5em;
    padding: 20px 0;
    font-size: 0.620rem;
  }
}

.footer .footer--fixed {
  width: 247px;
  height: auto;
  position: fixed;
  bottom: 42px;
  right: 50px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

@media (max-width: 980px) {
  .footer .footer--fixed {
    z-index: 999;
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .footer .footer--fixed {
    bottom: 54px;
  }
}

.footer .footer--fixed a {
  color: #222;
  line-height: 1.8em;
}

.footer .footer--fixed a img {
  width: 247px;
  height: auto;
}

.favorite.is-open ~ .description {
  opacity: 0;
}

.favorite {
  display: block;
  position: relative;
  width: 100px;
  height: 14px;
  -webkit-transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1), height 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1), height 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1), height 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1), height 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  text-align: center;
}

.favorite__sharebtn {
  text-align: right;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 14px;
  color: #898989;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background 0.15s ease, line-height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.15s ease, line-height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.favorite__sharebtn:hover {
  color: #ACB6E5;
}

.favorite__sharebox {
  opacity: 0;
  height: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  padding: 24px 0;
  background: #eee;
  border-radius: 4px;
  color: #222;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.favorite__sharebox span.icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #707070;
}

.favorite__sharebox iframe.sns--facebook {
  width: 92px;
  height: 28px;
  margin-left: 10px;
}

.favorite__sharebox .favorite__share--sns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.favorite.is-open .favorite__sharebox {
  opacity: 1;
  height: auto;
}

.favorite.is-open {
  width: 300px;
  height: 160px;
}

@media (max-width: 980px) {
  .main.thanks .main__content {
    padding: 0;
  }
}

.main.thanks iframe.contact-iframe {
  height: 1200px;
}

@media (max-width: 980px) {
  .main.thanks iframe.contact-iframe {
    height: 1400px;
  }
}

@media (max-width: 480px) {
  .main.thanks iframe.contact-iframe {
    height: 1500px;
  }
}

.main.thanks .contactform {
  text-align: center;
  padding: 0 0 30px;
}

.main.thanks .contactform h1 {
  margin: 46px 0 20px;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  color: #222;
}

@media (max-width: 980px) {
  .main.thanks .contactform h1 {
    font-size: 20px;
  }
}

.main.thanks .contactform p {
  margin: 20px 0;
  line-height: 2em;
}

@media (max-width: 480px) {
  .main.thanks .contactform p {
    margin: 20px 12px;
  }
}

.main.thanks .effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.main.thanks .effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
