@-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.box1 {
  padding-bottom: 16.6vw;
}

.box1 .box-content {
  width: 83.33%;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5em);
      -ms-transform: translateY(5em);
          transform: translateY(5em);
  opacity: 0;
}

.box1 .box-content.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box1-contents {
  /*width: 66.66%;*/
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.box1-list {
  margin-bottom: 4.7vw;
}

.box1-list__item {
  border-bottom: 1px solid #d8d8d8;
}

.box1-list__item:first-child {
  border-top: 1px solid #d8d8d8;
}

.box1-list__item a, .box1-list__item a:link, .box1-list__item a:visited {
  position: relative;
  display: block;
  /*padding: 2em 0 4.67em;*/
  padding: 2vw 0 4.67vw;
}

.box1-list-data {
  /*font-size: 0.875em;
    margin-bottom: 2.7em;*/
  font-size: 0.875vw;
  margin-bottom: 2.3vw;
}

.box1-list-text {
  width: 87%;
}

.box1-list-text p {
  font-size: 1vw;
  line-height: 1.62;
}

.box1-list-data__time {
  font-weight: bold;
  display: inline-block;
  /*margin-right: 1.5em;*/
  margin-right: 1.3vw;
}

.box1-list-data__category {
  display: inline-block;
  /*height: 2.15em;
    line-height: 2.15em;
    border-radius: 2.15em;
    padding: 0 1.36em;*/
  height: 1.88vw;
  line-height: 1.88vw;
  border-radius: 1.88vw;
  padding: 0 1.2vw;
  text-align: center;
  background-color: #fff;
}

.box-navi-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-navi__prev,
.box-navi__next {
  display: inline-block;
}

.box-navi__prev a, .box-navi__prev a:link, .box-navi__prev a:visited,
.box-navi__next a,
.box-navi__next a:link,
.box-navi__next a:visited {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-navi__img {
  width: 1vw;
  display: inline-block;
  overflow: hidden;
}

.box-navi__img img {
  display: block;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  -o-transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44), -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
}

.box-navi__img img:nth-child(2) {
  position: absolute;
  left: 0%;
  top: 0;
  -webkit-transform: translateX(130%);
      -ms-transform: translateX(130%);
          transform: translateX(130%);
}

.box-navi__text {
  font-size: 1vw;
  display: inline-block;
}

.box-navi__prev .box-navi__text {
  margin-left: 1.2vw;
}

.box-navi__next .box-navi__text {
  margin-right: 1.2vw;
}

.box-navi__next .box-navi__img img:nth-child(2) {
  -webkit-transform: translateX(-130%);
      -ms-transform: translateX(-130%);
          transform: translateX(-130%);
}

.box-navi__prev.none,
.box-navi__next.none {
  pointer-events: none;
  opacity: 0.2;
}

.box-navi-location {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -0.1vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box-navi-location-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box-navi-location-list__item {
  font-size: 1.5vw;
  height: 1.7vw;
  text-align: center;
  margin-right: 3vw;
  cursor: pointer;
}

.box-navi-location-list__item:last-child {
  margin-right: 0;
}

.box-navi-location-list__item a, .box-navi-location-list__item a:link, .box-navi-location-list__item a:visited {
  color: #000;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.box-navi-location-list__item:before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 0.15vw solid #000;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box-navi-location-list__item.nolink {
  cursor: default;
}

.box-navi-location-list__item.nolink:before {
  opacity: 0;
}

.box-navi-location-list__item.nolink a, .box-navi-location-list__item.nolink a:link, .box-navi-location-list__item.nolink a:visited {
  color: #000;
}

.box-navi-location-list__item.active {
  font-weight: bold;
  cursor: default;
}

.box-navi-location-list__item.active:before {
  opacity: 0;
}

.box-navi-location-list__item.active a, .box-navi-location-list__item.active a:link, .box-navi-location-list__item.active a:visited {
  color: #000;
}

.box1-contents__circle {
  /*width: 8.75em;
    height: 8.75em;*/
  width: 8.75vw;
  height: 8.75vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
}

.box1-contents__circle.active .box1-contents-circle__inner {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.box1-contents-circle__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.3s cubic-bezier(0.63, 0, 0.45, 1), -webkit-transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform: scale(0.00001);
      -ms-transform: scale(0.00001);
          transform: scale(0.00001);
  background-color: #FF6B35;
}

@media screen and (min-width: 769px) {
  .box1-list__item:hover .link-arrow-bar__inner {
    width: 100%;
    right: 0;
  }
  .box-navi__prev:hover .box-navi__text,
  .box-navi__next:hover .box-navi__text {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .box-navi__prev:hover .box-navi__img img {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .box-navi__prev:hover .box-navi__img img:nth-child(2) {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: -webkit-transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    -o-transition: transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s, -webkit-transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .box-navi__next:hover .box-navi__img img {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .box-navi__next:hover .box-navi__img img:nth-child(2) {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: -webkit-transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    -o-transition: transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s, -webkit-transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .box-navi-location-list__item:hover:before {
    opacity: 0;
  }
  .box-navi-location-list__item:hover a, .box-navi-location-list__item:hover a:link, .box-navi-location-list__item:hover a:visited {
    color: #FF6B35;
  }
  .box-navi-location-list__item:hover.nolink a, .box-navi-location-list__item:hover.nolink a:link, .box-navi-location-list__item:hover.nolink a:visited {
    color: #000;
  }
}

@media screen and (max-width: 768px) {
  .box1 .box-content {
    width: 100%;
  }
  .box1-contents {
    width: 100%;
  }
  .box1-list {
    margin-bottom: 12.7vw;
  }
  .box1-list__item {
    border-bottom: 0.3vw solid #d8d8d8;
  }
  .box1-list__item:first-child {
    border-top: 0.3vw solid #d8d8d8;
  }
  .box1-list__item a, .box1-list__item a:link, .box1-list__item a:visited {
    padding: 7.8vw 0 16.9vw;
  }
  .box1-list-data {
    font-size: 2.67vw;
    margin-bottom: 2.6vw;
  }
  .box1-list-text {
    width: 100%;
  }
  .box1-list-text p {
    font-size: 3.47vw;
  }
  .box1-list-data__time {
    margin-right: 2.5vw;
  }
  .box1-list-data__category {
    font-size: 2.4vw;
    height: 5.4vw;
    line-height: 5.4vw;
    padding: 0 3.4vw;
    border-radius: 5.4vw;
  }
  .box-navi__img {
    width: 3.07vw;
  }
  .box-navi__text {
    font-size: 2.67vw;
  }
  .box-navi__prev .box-navi__text {
    margin-left: 2.6vw;
  }
  .box-navi__next .box-navi__text {
    margin-right: 2.6vw;
  }
  .box-navi-location-list__item {
    font-size: 3.7vw;
    height: 4.4vw;
    margin-right: 6.5vw;
  }
  .box-navi-location-list__item:before {
    border-bottom: 0.4vw solid #000;
  }
}
/*# sourceMappingURL=news.css.map */
