@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");
.l-kv {
  position: relative;
  height: 534px;
  width: 100%;
  background: #BEDDFF;
  text-align: center;
  overflow: hidden; }
  .l-kv_tmp {
    line-height: 0;
    position: relative; }
    .l-kv_tmp img {
      width: auto;
      height: 534px; }
  .l-kv_video {
    position: relative;
    width: 980px;
    margin: 0 auto; }
    .l-kv_video video {
      width: 1372px;
      height: 534px;
      margin-left: -196px; }
  .l-kv_nav {
    background: rgba(55, 111, 3, 0.75);
    position: absolute;
    width: 722px;
    height: 65px;
    bottom: -1px;
    left: 50%;
    z-index: 1;
    margin-left: -361px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 0px 12px 2px #e0ff58;
    box-sizing: border-box;
    border: solid 1px #b4c85c;
    background-repeat: no-repeat;
    background-position: 28px center;
    background-image: url("../img/top/kv_icn.png");
    background-size: 30.5px 36.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 80px; }
    .l-kv_nav_txt {
      color: #fff;
      font-size: 15px;
      line-height: 22px;
      text-align: left; }
      .l-kv_nav_txt img {
        position: relative;
        display: inline-block;
        width: auto;
        height: 15px;
        margin: 0px 10px 0 4px;
        top: 2px; }
    .l-kv_nav_link {
      position: relative;
      display: block;
      color: #fff;
      font-size: 13px;
      line-height: 1;
      padding-right: 1px;
      background: url("../img/top/arw_link.png") no-repeat center bottom;
      background-size: 48px 15px;
      padding-bottom: 20px; }
  .l-kv_world {
    position: absolute;
    left: 50%;
    top: 0;
    width: 980px;
    height: 100%;
    z-index: 1;
    margin-left: -490px;
    opacity: 0;
    transition: opacity .5s; }
    .l-kv_world.is-start {
      display: block;
      opacity: 1; }
  .l-kv_area {
    position: absolute; }
    .l-kv_area:before, .l-kv_area:after {
      content: "";
      width: 20px;
      display: none;
      position: absolute;
      left: -10px;
      top: -1px; }
    .l-kv_area:after {
      transform: rotate(90deg); }
    .l-kv_area--asia {
      left: 49.5%;
      top: 41.5%; }
    .l-kv_area--america {
      left: 80.5%;
      top: 55.75%; }
    .l-kv_area--china {
      left: 34.75%;
      top: 29%; }
    .l-kv_area--eu {
      left: 12.5%;
      top: 39%; }
    .l-kv_area--asia2 {
      left: 33.5%;
      top: 64.5%; }
    .l-kv_area_in {
      position: relative;
      margin-top: -105px; }
    .l-kv_area_ctry {
      width: 200px;
      margin-left: -100px;
      position: relative;
      justify-content: center;
      display: flex;
      margin-bottom: 3px; }
      .l-kv_area_ctry p {
        background: #3c0000;
        font-size: 6px;
        color: #fff;
        border-radius: 100px;
        line-height: 10px;
        margin: 0 1px;
        padding: 0 2px; }
    .l-kv_area_tip {
      position: relative;
      margin-top: 1px;
      text-align: center;
      line-height: 0;
      width: 160px;
      margin-left: -80px;
      height: 20px;
      margin-bottom: 3px; }
    .l-kv_area_num {
      position: relative;
      width: 100px;
      margin-left: -50px;
      text-align: center;
      font-weight: bold;
      font-size: 40px;
      color: #3c0000;
      line-height: 1; }
    .l-kv_area_msg {
      position: relative;
      width: 162px;
      margin-left: -81px;
      height: 105px;
      margin-bottom: 1px; }
    .l-kv_area_item {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
      margin-bottom: 3px; }
      .l-kv_area_item_img {
        position: relative;
        width: 36px;
        height: 36px;
        position: relative;
        padding: 3px;
        line-height: 0;
        opacity: 0; }
        .l-kv_area_item_img:before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: #bedcff url("../img/top/kv_frm.png") no-repeat center center;
          background-size: contain;
          border-radius: 50%; }
        .l-kv_area_item_img img {
          position: relative;
          display: block;
          width: 100%;
          height: auto;
          border-radius: 18px;
          overflow: hidden; }
      .l-kv_area_item_bln {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        border: solid 1px #bdbebe;
        border-radius: 10px;
        margin-bottom: 9px;
        background: #fff;
        padding: 8px 12px 6px;
        opacity: 0;
        transform-origin: center bottom;
        height: 52px; }
        .l-kv_area_item_bln p {
          position: relative;
          width: 100%;
          height: 100%;
          font-size: 9px;
          line-height: 12px;
          text-align: left;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #4d4d4d; }
        .l-kv_area_item_bln:after {
          content: "";
          display: block;
          position: absolute;
          width: 11px;
          height: 6px;
          background: url("../img/top/kv_bln_btm.png") no-repeat center center;
          left: calc(50% - 5.5px);
          bottom: -6px; }

@-webkit-keyframes anmImg {
  0% {
    opacity: 0;
    transform: scale(0); }
  8% {
    opacity: 1;
    transform: scale(1.1); }
  10% {
    transform: scale(1); }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes anmImg {
  0% {
    opacity: 0;
    transform: scale(0); }
  8% {
    opacity: 1;
    transform: scale(1.1); }
  10% {
    transform: scale(1); }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes anmBln {
  0% {
    opacity: 0;
    transform: scale(0); }
  10% {
    opacity: 0;
    transform: scale(0); }
  18% {
    opacity: 1;
    transform: scale(1.1); }
  20% {
    transform: scale(1); }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes anmBln {
  0% {
    opacity: 0;
    transform: scale(0); }
  10% {
    opacity: 0;
    transform: scale(0); }
  18% {
    opacity: 1;
    transform: scale(1.1); }
  20% {
    transform: scale(1); }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
      .l-kv_area_item {
        display: none; }
      .l-kv_world.is-start .l-kv_area_item.is-show {
        display: flex; }
      .l-kv_world.is-start .l-kv_area_item.is-show .l-kv_area_item_img {
        -webkit-animation: anmImg 5s;
                animation: anmImg 5s; }
      .l-kv_world.is-start .l-kv_area_item.is-show .l-kv_area_item_bln {
        -webkit-animation: anmBln 5s;
                animation: anmBln 5s; }

.l-tmb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  border-top: solid 1px #e6e6e6;
  margin-bottom: 90px; }
  .l-tmb dt {
    position: relative;
    padding: 0 44px 0 16px;
    width: 100px;
    height: 56px;
    background: #FFFFFF;
    line-height: 56px;
    font-size: 11px;
    font-weight: bold;
    color: #62992E;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    z-index: 1; }
    .l-tmb dt:after {
      content: '';
      width: 30px;
      height: 10px;
      display: block;
      background: url("../img/top/arw_tmb.png") no-repeat center center;
      position: absolute;
      top: calc(50% - 5px);
      right: 14px; }
  .l-tmb dd {
    position: relative;
    width: calc(100% - 161px);
    border-bottom: solid 1px #e6e6e6;
    height: 56px;
    overflow: hidden; }

@-webkit-keyframes post_loop {
  0% {
    transform: translateX(0%); }
  to {
    transform: translateX(-50%); } }

@keyframes post_loop {
  0% {
    transform: translateX(0%); }
  to {
    transform: translateX(-50%); } }
  .l-tmb ul {
    position: relative;
    padding: 0;
    overflow: hidden;
    width: calc(57px * 60); }
    .l-tmb ul.l-tmb_top {
      -webkit-animation: post_loop 50s 0s linear infinite;
              animation: post_loop 50s 0s linear infinite; }
    .l-tmb ul.l-tmb_staff {
      -webkit-animation: post_loop 60s 0s linear infinite;
              animation: post_loop 60s 0s linear infinite; }
    .l-tmb ul:hover {
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }
  .l-tmb li {
    width: 56px;
    height: 56px;
    float: left;
    padding: 0;
    border-right: solid 1px #e6e6e6; }
    .l-tmb li a {
      width: 100%;
      height: 100%;
      line-height: 0; }
    .l-tmb li img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.l-news {
  position: relative; }
  .l-news_in {
    width: 980px;
    margin: 0 auto; }
  .l-news_ttl {
    line-height: 1;
    font-size: 20px;
    margin: 80px 0 25px; }
  .l-news ul {
    margin-bottom: 37px; }
  .l-news li {
    border: solid 1px #e6e6e6;
    border-bottom: none; }
    .l-news li:last-of-type {
      border-bottom: solid 1px #e6e6e6; }
    .l-news li a {
      position: relative;
      display: flex;
      font-size: 15px;
      line-height: 1;
      align-items: center;
      justify-content: space-between;
      color: #538227;
      border-radius: 3px;
      padding: 15px 0 15px 30px;
      cursor: pointer; }
      .l-news li a date {
        font-size: 11px;
        color: #4d4d4d;
        margin-right: 87px; }
      .l-news li a:after {
        content: "";
        display: block;
        position: absolute;
        right: 24px;
        top: 50%;
        background: url("../img/top/arw_news.png") no-repeat center center;
        width: 7px;
        height: 11px;
        margin-top: -5.5px;
        background-size: contain; }

.l-scroll {
  position: fixed;
  left: 31px;
  bottom: -158px;
  z-index: 300;
  transform-style: preserve-3d;
  transition-property: bottom,opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0ms;
  opacity: .4; }
  .l-scroll.is-show {
    bottom: 24px; }
  .l-scroll a {
    display: block;
    width: 158px;
    height: 158px;
    background: url("../img/top/icn_scroll.png") no-repeat center center;
    position: relative;
    cursor: pointer; }

@-webkit-keyframes sdb {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes sdb {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }
  .l-scroll span {
    margin-top: -22px;
    margin-left: -22px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 #E6E6E6;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 3s infinite;
            animation: sdb 3s infinite;
    box-sizing: border-box; }
