/*-----------------------------------------------
TOP
-----------------------------------------------*/
.swiper-container {
  height: auto;
  padding: 0 24px;
  margin: 0 -24px;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  opacity: 1;
  border: 2px solid #e60012;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.swiper-pagination-bullet:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.swiper-pagination-bullet-active {
  background-color: #e60012;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-button-next, .swiper-button-prev {
  top: calc(50% - 64px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid transparent;
  color: #e60012;
  -webkit-transition: border-color 0.5s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: border-color 0.5s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-button-next > .app-icon, .swiper-button-prev > .app-icon {
  font-size: 2.4rem;
}

.swiper-button-next {
  right: 8px;
}

.swiper-button-prev {
  left: 8px;
}

.top-section {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}

.top-section.-three, .top-section.-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-section.-three {
    display: block;
  }
}

.top-section.-two .top-section_block {
  width: 49.7%;
  height: 640px;
}

.top-section.-three .top-section_block-wrap {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  width: 33.333%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-section.-three .top-section_block-wrap {
    width: 100%;
    aspect-ratio: auto;
  }
}
.top-section.-three .top-section_block-wrap .top-section_block {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.top-section.-three .top-section_block-wrap .top-section_block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .top-section.-three .top-section_block-wrap .top-section_block {
    width: 100%;
    height: auto;
    padding-top: 46.94vw;
  }
}
.top-section.-three .top-section_block-wrap .top-section_block-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-section.-three .top-section_block-wrap .top-section_block-txt {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 74%;
    left: 3%;
    padding: 0;
  }
}
.top-section.-three .top-section_block-wrap .top-section_block-txt .top-section_block-txt-main {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top-section.-three .top-section_block-wrap .top-section_block-txt .top-section_block-txt-main {
    font-size: 4.43vw;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-three .top-section_block-wrap .top-section_block-txt .top-section_block-txt-main {
    font-size: 18px;
  }
}
.top-section.-three .top-section_block-wrap .top-section_block-txt .top-section_block-txt-sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-section.-three .top-section_block-wrap .top-section_block-txt .top-section_block-txt-sub {
    font-size: 3.39vw;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-three .top-section_block-wrap .top-section_block-txt .top-section_block-txt-sub {
    font-size: 13px;
  }
}
.top-section.-three .top-section_block-wrap .link_btn_icon {
  position: absolute;
  bottom: 8%;
  right: 8%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-section.-three .top-section_block-wrap .link_btn_icon {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-three .top-section_block-wrap .link_btn_icon {
    width: 40px;
    height: 40px;
  }
}
.top-section.-three .top-section_block-wrap .link_btn_icon .icon_img {
  width: 18px;
}
@media screen and (max-width: 500px) {
  .top-section.-three .top-section_block-wrap .link_btn_icon .icon_img {
    width: 12px;
  }
}
.top-section.-three .top-section_block-wrap .link_btn_icon .icon_wh {
  display: none;
}
.top-section.-three .top-section_block-wrap .link_btn_icon .icon_rd {
  display: inline-block;
}
.top-section.-three .top-section_block-wrap:hover .top-section_block {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-section.-three .top-section_block-wrap:hover .link_btn_icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #DD0516;
}
.top-section.-three .top-section_block-wrap:hover .link_btn_icon .icon_wh {
  display: inline-block;
}
.top-section.-three .top-section_block-wrap:hover .link_btn_icon .icon_rd {
  display: none;
}

.top-section.-three.-short-length .top-section_block {
  height: 623px;
}

.top-section.-two .top-button-block-title {
  height: 96px;
  font-size: 4rem;
}

.top-section.-three .top-button-block-title {
  font-size: 3.2rem;
  line-height: 1.3;
}

.top-section.-narrow {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
}

.top-section.-narrow > .app-button {
  margin: 64px auto;
}

.top-section.-news {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top-section.-news {
    display: block;
    padding: 0;
  }
}
.top-section.-news .news-left {
  color: #DD0516;
  margin-right: 10%;
}
.top-section.-news .news-left .news-left-title .news-section-title {
  font-family: Montserrat;
  width: 100%;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-section.-news .news-left .news-left-title .news-section-title {
    font-size: 72px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-news .news-left .news-left-title .news-section-title {
    font-size: 46px;
  }
}
.top-section.-news .news-left .news-left-title .news-section-title_text {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-section.-news .news-left .news-left-title .news-section-title_text {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-news .news-left .news-left-title .news-section-title_text {
    font-size: 18px;
  }
}
.top-section.-news .news-left .link_btn_news {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 30px;
  border: 1px solid #DD0516;
}
.top-section.-news .news-left .link_btn_news .link_btn_title {
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-news .news-left .link_btn_news:hover {
  border: 1px solid #DD0516;
}
.top-section.-news .news-list-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-section.-news .news-list-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-news .news-list-wrap {
    margin-top: 16px;
  }
}
.top-section.-news .news-list-wrap .news-list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DD0516;
}
@media screen and (max-width: 767px) {
  .top-section.-news .news-list-wrap .news-list-category {
    border-bottom: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-section.-news .news-list-wrap .news-list-category .news-list-category-btn {
  cursor: pointer;
  color: #DD0516;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  width: 24%;
  padding: 18px 0px;
  border: 1px solid #DD0516;
  border-bottom: none;
  border-radius: 20px 20px 0px 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .top-section.-news .news-list-wrap .news-list-category .news-list-category-btn {
    padding: 21px 0px;
    width: calc(50% - 8px);
    font-size: 26px;
    border-radius: 35px;
    border-bottom: 1px solid #DD0516;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-news .news-list-wrap .news-list-category .news-list-category-btn {
    width: calc(50% - 4px);
    padding: 14px 0px;
    border-radius: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-news .news-list-wrap .news-list-category .news-list-category-btn:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-news .news-list-wrap .news-list-category .news-list-category-btn:nth-child(n+3) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-news .news-list-wrap .news-list-category .news-list-category-btn:nth-child(n+3) {
    margin-top: 8px;
  }
}
.top-section.-news .news-list-wrap .news-list-category .news-list-category-btn:hover {
  color: #fff;
  background-color: #DD0516;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-news .news-list-wrap .news-list-category .active {
  color: #fff;
  background-color: #DD0516;
}
.top-section.-news .news-list-wrap .news-list {
  display: none;
}
.top-section.-news .news-list-wrap .news-list.active {
  display: block;
}
.top-section.-news .news-list-wrap .link_btn_news_btm {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #DD0516;
}
.top-section.-news .news-list-wrap .link_btn_news_btm .link_btn_title {
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-news .news-list-wrap .link_btn_news_btm:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #DD0516;
}
@media screen and (max-width: 767px) {
  .top-section.-news .news-list-wrap .link_btn_news_btm_sp {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-news .news-list-wrap .link_btn_news_btm_sp {
    margin: 40px auto 0;
  }
}
.top-section.-news .news-list-wrap .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-section.-news .news-list-wrap .sp_only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-section.-hub {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub {
    padding: 0;
  }
}
.top-section.-hub .hub_bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.top-section.-hub .hub_bg .hub_bg_img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top-section.-hub .hub_bg .hub_inner {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner {
    padding: 40px 0;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_btn_wrap {
    padding: 0 16px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn {
  cursor: pointer;
  width: 100%;
  border-right: none;
  text-align: center;
  padding: 25px 0;
  color: #DD0516;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn {
    margin-right: 7px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn {
    padding: 20px 0;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner {
    display: block;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner .hub_btn_icon {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner .hub_btn_icon {
    margin-right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner .hub_btn_icon {
    width: 40px;
    height: 40px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner .hub_btn_icon .hub_btn_icon_wh {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner .hub_btn_icon .hub_btn_icon_rd {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner p {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner p {
    font-size: 12px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner h2 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn .hub_btn_inner h2 {
    font-size: 12px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn:last-child {
  margin-right: 0;
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn:hover {
  color: #fff;
  background-color: #DD0516;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn:hover .hub_btn_icon .hub_btn_icon_wh {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn:hover .hub_btn_icon .hub_btn_icon_rd {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn.active {
  color: #fff;
  background-color: #DD0516;
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn.active .hub_btn_icon .hub_btn_icon_wh {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-hub .hub_bg .hub_inner .hub_btn_wrap .hub_btn.active .hub_btn_icon .hub_btn_icon_rd {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner {
  padding: 30px 0 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner {
    padding: 16px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  border: 2px solid #fff;
  width: calc(34.2% - 20px);
  margin-right: 15px;
  text-align: center;
  padding: 30px;
  color: #000;
  opacity: 0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1220px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link {
    width: 49%;
    margin-right: 0;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link {
    padding: 15px 10px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt {
    display: block;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_img {
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_img {
    margin-right: 0;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_01 {
  width: 25px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_01 {
    width: 50px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_01 {
    width: 25px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_02 {
  width: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_02 {
    width: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_02 {
    width: 20px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_03 {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_03 {
    width: 60px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_03 {
    width: 30px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_04 {
  width: 29px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_04 {
    width: 58px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_04 {
    width: 29px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_05 {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_05 {
    width: 60px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_05 {
    width: 30px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_06 {
  width: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_06 {
    width: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_06 {
    width: 20px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_07 {
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_07 {
    width: 50px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_07 {
    width: 25px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_08 {
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_08 {
    width: 50px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_08 {
    width: 25px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_09 {
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_09 {
    width: 50px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_09 {
    width: 25px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_10 {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_10 {
    width: 60px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_10 {
    width: 30px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_11 {
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_11 {
    margin-right: 0;
    width: 40px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_11 {
    width: 20px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_12 {
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_12 {
    width: 50px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_12 {
    width: 25px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_13 {
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_13 {
    width: 50px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_13 {
    width: 25px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_14 {
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_14 {
    width: 50px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_14 {
    width: 25px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_15 {
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_15 {
    width: 50px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_15 {
    width: 25px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_16 {
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_16 {
    width: 50px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_16 {
    width: 25px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 5px 0 7px 10px;
  border-left: 1px solid #DD0516;
  text-align: left;
}
@media screen and (max-width: 1220px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_txt {
    font-size: 25px;
    border-left: none;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 650px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .hub_contents_inner_link_txt .hub_icon_txt {
    font-size: 10px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .link_btn_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .link_btn_icon {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .link_btn_icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .link_btn_icon .icon_img {
    width: 12px;
  }
}
@media screen and (min-width: 768px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link:nth-child(n+3) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link:nth-child(n+3) {
    margin-top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link:nth-child(n+4) {
    margin-top: 15px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #DD0516;
  opacity: 1;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link:hover .link_btn_icon {
  background-color: #fff;
  border: 1px solid #DD0516;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link:hover .link_btn_icon .icon_wh {
  display: none;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link:hover .link_btn_icon .icon_rd {
  display: block;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .link_btn_icon {
  background-color: #DD0516;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .link_btn_icon .icon_wh {
  display: block;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_links .hub_contents_inner_link .link_btn_icon .icon_rd {
  display: none;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  margin-top: 30px;
  padding: 30px 60px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news {
    display: block;
    margin-top: 16px;
    padding: 30px 16px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title {
    margin-right: 0;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_main {
  color: #DD0516;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_main {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_main {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_main .pc_only {
    display: block !important;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DD0516;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link {
    margin-top: 15px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link p {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link p {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link p {
    font-size: 16px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link .link_btn_icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #DD0516;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link .link_btn_icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link .link_btn_icon {
    width: 30px;
    height: 30px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link .link_btn_icon .icon_wh {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link .link_btn_icon .icon_rd {
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link:hover .link_btn_icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  border: 1px solid #DD0516;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link:hover .link_btn_icon .icon_wh {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link:hover .link_btn_icon .icon_rd {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .hub_contents_inner_news_title .hub_contents_inner_news_title_link:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list {
    margin-top: 30px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item {
    padding: 35px 0;
    border-bottom: 1px solid #DD0516;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item {
    padding: 20px 0;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item:first-child {
    border-top: 1px solid #DD0516;
    padding: 35px 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item:first-child {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link {
    display: block;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_top,
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_top .sp_only,
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_btm .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_top .sp_only,
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_btm .sp_only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_top .news-label-category {
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_top .news-label-category {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_top .news-label-category .news-label {
    font-size: 22px;
    min-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_top .news-label-category .news-label {
    font-size: 12px;
    min-height: 24px;
    min-width: 70px;
    padding: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_top .news-label-important .news-label {
    font-size: 22px;
    min-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_top .news-label-important .news-label {
    font-size: 12px;
    min-height: 24px;
    min-width: 50px;
    padding: 0 4px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_btm {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_btm {
    margin-top: 10px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_btm .link_btn_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #DD0516;
  background-color: #fff;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_btm .link_btn_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_btm .link_btn_icon {
    width: 30px;
    height: 30px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_btm .link_btn_icon .icon_wh {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .link_btm .link_btn_icon .icon_rd {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .news-list-item_time,
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .news-list-item_text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .news-list-item_time {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .news-list-item_time {
    font-size: 24px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .news-list-item_time {
    font-size: 12px;
    margin-right: 10px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .news-list-item_text {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .news-list-item_text {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .news-list-item_text {
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner .hub_contents_inner_news .news-list .news-list-item .news-list-item_title .news-list-item_link .news-list-item_text {
    font-size: 16px;
  }
}
.top-section.-hub .hub_bg .hub_inner .hub_contents .hub_contents_inner.active {
  display: block;
}
.top-section.-hub .hub_bg .hub_home {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url(../img/top/mv_02_sp.jpg);
  -webkit-animation: bgAnimeHome 20s forwards;
          animation: bgAnimeHome 20s forwards;
}
.top-section.-hub .hub_bg .hub_biz {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url(../img/top/hub_bg_biz.jpg);
  -webkit-animation: bgAnimeBiz 20s forwards;
          animation: bgAnimeBiz 20s forwards;
}
.top-section.-hub .hub_bg .hub_company {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url(../img/top/hub_bg_company.jpg);
  -webkit-animation: bgAnimeCom 20s forwards;
          animation: bgAnimeCom 20s forwards;
}
@-webkit-keyframes bgAnimeHome {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes bgAnimeHome {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
}
@-webkit-keyframes bgAnimeBiz {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes bgAnimeBiz {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
}
@-webkit-keyframes bgAnimeCom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes bgAnimeCom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
}

.top-section.-column {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .top-section.-column {
    padding: 0;
  }
}
.top-section.-column .column-top {
  color: #DD0516;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-section.-column .column-top .column-title .column-section-title {
  width: 100%;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-section.-column .column-top .column-title .column-section-title {
    font-size: 72px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-column .column-top .column-title .column-section-title {
    font-size: 46px;
  }
}
.top-section.-column .column-top .column-title .column-section-title_text {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-section.-column .column-top .column-title .column-section-title_text {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-column .column-top .column-title .column-section-title_text {
    font-size: 18px;
  }
}
.top-section.-column .column-top .link_btn_column {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #DD0516;
}
.top-section.-column .column-top .link_btn_column .link_btn_title {
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-column .column-top .link_btn_column:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #DD0516;
}
.top-section.-column .column-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top-section.-column .column-lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-column .column-lists {
    margin-top: 40px;
  }
}
.top-section.-column .column-lists .column-list {
  display: block;
  max-width: 23%;
  width: 100%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .top-section.-column .column-lists .column-list {
    max-width: calc(50% - 10px);
    width: 100%;
    margin-right: 20px;
  }
}
.top-section.-column .column-lists .column-list:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section.-column .column-lists .column-list:hover .column-list-title {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #DD0516;
}
.top-section.-column .column-lists .column-list:hover .column-list-img {
  scale: 1.2 1.2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .top-section.-column .column-lists .column-list:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-column .column-lists .column-list:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-column .column-lists .column-list:nth-child(n+3) {
    margin-top: 20px;
  }
}
.top-section.-column .column-lists .column-list .column-list-img-wrap {
  overflow: hidden;
}
.top-section.-column .column-lists .column-list .column-list-img-wrap .column-list-img {
  width: 100%;
  aspect-ratio: 135/82;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #F1F1F1;
}
.top-section.-column .column-lists .column-list .column-list-img-wrap .column-list-img.-toc {
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  .top-section.-column .column-lists .column-list .column-list-img-wrap .column-list-img.-toc {
    border-radius: 10px;
  }
}
.top-section.-column .column-lists .column-list .column-list-img-wrap .column-list-img.-tob {
  background-color: #fff;
}
.top-section.-column .column-lists .column-list .column-list-img-wrap.-toc {
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  .top-section.-column .column-lists .column-list .column-list-img-wrap.-toc {
    border-radius: 10px;
  }
}
.top-section.-column .column-lists .column-list .column-list-date {
  font-family: "Montserrat", sans-serif;
  color: #DD0516;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .top-section.-column .column-lists .column-list .column-list-date {
    font-size: 26px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-column .column-lists .column-list .column-list-date {
    font-size: 14px;
  }
}
.top-section.-column .column-lists .column-list .column-list-title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top-section.-column .column-lists .column-list .column-list-title {
    font-size: 28px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-column .column-lists .column-list .column-list-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-section.-column .link_btn_column_sp {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section.-column .link_btn_column_sp {
    margin: 40px auto 0;
  }
}
.top-section.-column .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-section.-column .sp_only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-section_block {
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.top-section_block.-corporation .app-button, .top-section_block.-fit .app-button, .top-section_block.-individual .app-button {
  position: absolute;
  bottom: 86px;
}

.top-section_block.-corporation .top-button, .top-section_block.-fit .top-button, .top-section_block.-individual .top-button {
  position: absolute;
  bottom: 30px;
}

.top-section_block.-individual {
  background-image: url(../img/img-individual.jpg);
}

.top-section_block.-individual > .top-button-block {
  height: 382px;
}

.top-section_block.-corporation {
  background-image: url(../img/img-corporation.jpg);
}

.top-section_block.-corporation > .top-button-block {
  height: 382px;
}

.top-section_block.-fit {
  background-image: url(../img/img-fit.png);
}

.top-section_block.-fit > .top-button-block {
  height: 382px;
}

.top-section_block.-partner .app-button, .top-section_block.-producer .app-button, .top-section_block.-retailer .app-button {
  position: absolute;
  bottom: 30px;
}

.top-section_block.-partner {
  background-image: url(../img/img-partner.jpg);
}

.top-section_block.-retailer {
  background-image: url(../img/img-retailer.jpg);
}

.top-section_block.-producer {
  background-image: url(../img/img-producer.jpg);
}

.top-section > .news-list-emergency-wrap {
  -webkit-box-shadow: 0px 0px 10px 5px #ccc;
          box-shadow: 0px 0px 10px 5px #ccc;
  padding: 40px 50px;
}
@media screen and (max-width: 767px) {
  .top-section > .news-list-emergency-wrap {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 500px) {
  .top-section > .news-list-emergency-wrap {
    padding: 16px;
  }
}

.news-list-emergency-title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news-list-emergency-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .news-list-emergency-title {
    font-size: 20px;
  }
}

.pickup-section {
  padding: 64px 0;
  background-color: #f2f2f2;
}

.pickup-section_inner {
  position: relative;
  max-width: 1288px;
  margin: 0 auto;
}

.pickup-section .top-section-title_text:after {
  background-color: #f2f2f2;
}

body:not(.__device-touchdevice) .swiper-button-next:hover, body:not(.__device-touchdevice) .swiper-button-prev:hover {
  border-color: #e60012;
  -webkit-transition: border-color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: border-color 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.news-list-item_link:hover .link_btn_icon {
  background-color: #DD0516;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-list-item_link:hover .link_btn_icon .icon_wh {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}
.news-list-item_link:hover .link_btn_icon .icon_rd {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
}

@media screen and (max-width: 1160px) {
  .top-section.-two .top-button-block-title {
    font-size: 3.6rem;
  }
  .top-section.-three .top-section_block {
    width: 100%;
    height: 450px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-section.-three .top-button-block {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-section.-three.-short-length .top-section_block {
    height: 350px;
  }
  .top-section_block.-corporation .app-button, .top-section_block.-corporation .top-button, .top-section_block.-fit .app-button, .top-section_block.-fit .top-button, .top-section_block.-individual .app-button, .top-section_block.-individual .top-button, .top-section_block.-partner .app-button, .top-section_block.-producer .app-button, .top-section_block.-retailer .app-button {
    position: static;
    bottom: auto;
  }
  .top-section_block.-individual {
    background-image: url(../img/img-individual_tb.jpg);
  }
  .top-section_block.-corporation {
    background-image: url(../img/img-corporation_tb.jpg);
  }
  .top-section_block.-fit {
    background-image: url(../img/img-fit_tb.png);
  }
  .top-section_block.-partner {
    background-image: url(../img/img-partner_md.jpg);
  }
  .top-section_block.-retailer {
    background-image: url(../img/img-retailer_md.jpg);
  }
  .top-section_block.-producer {
    background-image: url(../img/img-producer_md.jpg);
  }
}
.section-block-news .news-list-item_inner .news-list-item_title .link_btn_icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section-block-news .news-list-item_inner:hover .news-list-item_title .link_btn_icon {
  background-color: #DD0516;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section-block-news .news-list-item_inner:hover .news-list-item_title .link_btn_icon .icon_wh {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}
.section-block-news .news-list-item_inner:hover .news-list-item_title .link_btn_icon .icon_rd {
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.slide_inner_btn {
  position: absolute;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  bottom: 10%;
  right: 7%;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 15px 17px;
}
@media screen and (max-width: 1260px) {
  .slide_inner_btn {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .slide_inner_btn {
    position: static;
    width: 100%;
    max-width: 400px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 6.91vw;
  }
}
.slide_inner_btn:hover {
  border: 2px solid #DD0516;
  background-color: #DD0516;
}
.slide_inner_btn:hover .link_btn_title {
  color: #fff;
}
.slide_inner_btn:hover .link_btn_icon {
  border: 1px solid #fff;
  background-color: #fff;
}
.slide_inner_btn:hover .link_btn_icon .icon_wh {
  display: none;
}
.slide_inner_btn .link_btn_title {
  color: #fff;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .slide_inner_btn .link_btn_title {
    font-size: 3.39vw;
    margin-right: 3.91vw;
  }
}
.slide_inner_btn .link_btn_title span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .slide_inner_btn .link_btn_title span {
    font-size: 3vw;
  }
}
.slide_inner_btn .link_btn_icon {
  border: 1px solid #fff;
  background-color: transparent;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1400px) {
  .slide_inner_btn .link_btn_icon {
    width: 2.85vw;
    height: 2.85vw;
  }
}
@media screen and (max-width: 1060px) {
  .slide_inner_btn .link_btn_icon {
    width: 30px;
    height: 30px;
  }
}

.about-jp-btn {
  display: block;
  position: fixed;
  top: 110px;
  right: 50px;
  padding: 7px 20px;
  z-index: 10;
  background-color: white;
  border: solid 1.5px #8F8F8F;
  color: #8F8F8F;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1260px) {
  .about-jp-btn {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-jp-btn {
    font-size: 10px;
    padding: 7px 14px;
    top: 77px;
    right: 0;
  }
}
.about-jp-btn:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}/*# sourceMappingURL=index.css.map */