@charset "UTF-8";
.global_contents {
  overflow: hidden;
}

.global_contents .top_mainVisual {
  width: 100%;
}

.global_contents .top_mainVisual .mainVisual_inner {
  display: block;
  position: relative;
  top: 0;
}

.global_contents .top_mainVisual .mainVisual_title {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 120px 40px 100px;
  width: 100%;
}

@media screen and (max-width: 320px) {
  .global_contents .top_mainVisual .mainVisual_title {
    font-size: 12px;
    padding: 100px 40px 80px;
  }
}

@media screen and (min-width: 768px) {
  .global_contents .top_mainVisual .mainVisual_title {
    font-size: 16px;
    margin: auto;
    max-width: 560px;
    padding: 20vw 40px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .top_mainVisual .mainVisual_title {
    font-size: 18px;
    margin: auto;
    padding: calc(11vw - 30px) 0 calc(14.5vw - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .top_mainVisual .mainVisual_title {
    margin: auto;
    padding: 165px 0 220px;
  }
}

.global_contents .top_mainVisual .mainVisual_title h1 span {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 600;
}

.global_contents .top_mainVisual .mainVisual_title h1 span img {
  margin-bottom: 18px;
}

.global_contents .top_mainVisual .mainVisual_backGround {
  background-color: #003f67;
  position: fixed;
  top: 0;
  bottom: -80px;
  right: 0;
  left: 0;
  z-index: -9999;
}

.global_contents .top_mainVisual .mainVisual_backGround img {
  margin: auto;
  max-width: 1440px;
  width: 100%;
}

.global_contents .top_mainVisual .mainVisual_backGround-SP {
  display: block;
}

@media screen and (min-width: 980px) {
  .global_contents .top_mainVisual .mainVisual_backGround-SP {
    display: none;
  }
}

.global_contents .top_mainVisual .mainVisual_backGround-PC {
  display: none;
}

@media screen and (min-width: 980px) {
  .global_contents .top_mainVisual .mainVisual_backGround-PC {
    display: block;
  }
}

.global_contents .global_body {
  background-color: #00507e;
}

.global_contents .global_body .top_inner {
  position: relative;
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_inner {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_inner {
    margin: 0 7.6vw;
    width: calc(100% - 15.2vw);
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_inner {
    margin: 0 auto;
    width: calc(100% - 220px);
    max-width: 1220px;
  }
}

.global_contents .global_body h2 .ja {
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 800;
  padding: 0 10px;
  font-size: 3.7vw;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body h2 .ja {
    font-size: 2.7vw;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body h2 .ja {
    padding: 0 20px;
    font-size: 18px;
  }
}

.global_contents .global_body .top_highlight {
  position: relative;
  max-width: 1440px;
  margin: auto;
}

.global_contents .global_body .top_highlight .highlight_inner {
  padding: 0 0 0 20px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_highlight .highlight_inner {
    padding: 0 0 0 30px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner {
    padding: 0 0 0 calc(7.6vw + 13vw);
    margin: auto;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_highlight .highlight_inner {
    padding: 0 0 0 calc(110px + 13vw);
    margin: auto;
  }
}

.global_contents .global_body .top_highlight .highlight_inner::before {
  content: "";
  background-color: #00507e;
  position: absolute;
  top: -25px;
  right: 20px;
  left: 20px;
  height: 25px;
  width: calc(100% - 40px);
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_highlight .highlight_inner::before {
    top: -30px;
    right: 30px;
    left: 30px;
    height: 30px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner::before {
    top: -60px;
    right: 0;
    left: 0;
    height: 70px;
    width: calc(100% - 15.2vw);
    max-width: 1220px;
    margin: auto;
  }
}

.global_contents .global_body .top_highlight .highlight_inner h2 {
  position: absolute;
  width: calc(100% - 55px);
  top: 20px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_highlight .highlight_inner h2 {
    width: calc(100% - 75px);
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner h2 {
    margin: auto;
    left: 7.6vw;
    max-width: 880px;
    width: 60%;
  }
}

.global_contents .global_body .top_highlight .highlight_inner h2 img {
  padding-right: 10px;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner h2 img {
    width: 80%;
  }
}

.global_contents .global_body .top_highlight .highlight_inner h2 .ja {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  position: absolute;
  display: block;
  top: 13vw;
  right: 0;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner h2 .ja {
    top: 0;
  }
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight {
  padding-right: 20px;
  -webkit-transform: translateY(28vw);
          transform: translateY(28vw);
  position: relative;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight {
    padding-right: 30px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight {
    margin: 0;
    padding: 0 7.6vw 0 0;
    -webkit-transform: translateY(135px);
            transform: translateY(135px);
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight {
    padding: 0 110px 0 0;
  }
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol {
  position: relative;
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li {
  position: relative;
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a {
  color: #fff;
  text-decoration: none;
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .body p {
  background: #fff;
  height: 0;
  padding: 0 0 53.6vw;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .body p {
    padding: 0 0 32vw;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .body p {
    padding: 0 0 500px;
  }
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .body p img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-width: 120%;
  max-height: 160%;
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .foot {
  display: block;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .foot {
    margin-top: 50px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .foot {
    margin-top: 0;
    overflow: hidden;
    padding-left: 8px;
    position: relative;
  }
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .foot::before {
    background: #00152a;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 8px;
  }
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .foot p {
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 800;
  background-color: #00152a;
  display: inline-block;
  font-size: 5.3vw;
  padding: 5px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .foot p {
    font-size: 4.3vw;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .foot p {
    background-color: transparent;
    display: block;
    font-size: 2.5vw;
    padding: 0;
    line-height: 1.4;
    position: relative;
  }
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .foot p span {
    padding-right: 8px;
    background: #00152a;
    display: inline-block;
    line-hight: 2;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li a .foot p {
    font-size: 36px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li.swiper-slide:hover .body > p::after {
    background: rgba(255, 255, 255, 0.2);
  }
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li.swiper-slide .body > p {
  margin-left: 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li.swiper-slide .body > p {
    margin-left: 30px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li.swiper-slide .body > p {
    margin-left: 0;
  }
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li.swiper-slide .body > p::after {
  content: "";
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  height: 100%;
  width: 100%;
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li.swiper-slide .foot {
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li.swiper-slide-next {
  pointer-events: none;
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li.swiper-slide-next .body > p {
  margin-left: 0;
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li.swiper-slide-next .body > p::after {
  background: rgba(0, 0, 0, 0.8);
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight ol li.swiper-slide-next .foot {
  opacity: 0;
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev, .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next {
  background: #00152a;
  top: calc(53.6vw + 10px);
  height: 7.5vw;
  width: 7.5vw;
  max-height: 30px;
  max-width: 30px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev, .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next {
    top: 53.6vw;
    max-height: 50px;
    max-width: 50px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev, .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next {
    top: calc(22px + 32vw - 4.2vw);
    height: 4.2vw;
    width: 4.2vw;
    max-height: 60px;
    max-width: 60px;
  }
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev:hover::after, .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next:hover::after {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev, .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next {
    top: calc(22px + 500px - 60px);
    height: 60px;
    width: 60px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev, .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next {
    top: calc(22px + 32vw - 5.7vw);
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 1440px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev, .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next {
    top: calc(22px + 500px - 82px);
  }
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev::after, .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next::after {
  content: "";
  display: block;
  height: 3vw;
  width: 3vw;
  max-height: 12px;
  max-width: 12px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev::after, .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next::after {
    max-height: 20px;
    max-width: 20px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev::after, .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next::after {
    height: 1.7vw;
    width: 1.7vw;
    max-height: 24px;
    max-width: 24px;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev {
  left: auto;
  right: calc(35px + 30px + 1px);
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev {
    right: calc(35px + 50px + 3px);
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev {
    right: 7.6vw;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev {
    right: 110px;
  }
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-prev::after {
  background: url(/img/common/ico_arrow_l_01.svg) no-repeat;
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next {
  right: 35px;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next {
    right: calc(7.6vw - 4.2vw - 1px);
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next {
    right: calc(110px - 60px - 1px);
  }
}

.global_contents .global_body .top_highlight .highlight_inner .module_slider-highlight .swiper-button-next::after {
  background: url(/img/common/ico_arrow_r_01.svg) no-repeat;
}

.global_contents .global_body .top_highlight .swiper-pagination {
  text-align: left;
  top: calc(28vw + 53.6vw + 10px);
  left: 20px;
  height: 3px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_highlight .swiper-pagination {
    top: calc(28vw + 53.6vw + 25px);
    left: 30px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .swiper-pagination {
    width: calc(13vw - 30px);
    height: 5px;
    top: calc(32vw + 135px - 5px);
    left: 7.6vw;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_highlight .swiper-pagination {
    top: calc(500px + 135px - 5px);
    width: 180px;
  }
}

.global_contents .global_body .top_highlight .swiper-pagination-bullet {
  background: #dde3e7;
  border-radius: 0;
  opacity: 1;
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
  margin: 0 2px 0 0;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  height: 3px;
  width: 6vw;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_highlight .swiper-pagination-bullet {
    height: 5px;
    width: calc(100% / 3 - 2px);
  }
  .global_contents .global_body .top_highlight .swiper-pagination-bullet:hover {
    opacity: 0.8;
  }
}

.global_contents .global_body .top_highlight .swiper-pagination-bullet:last-child {
  margin: 0;
}

.global_contents .global_body .top_highlight .swiper-pagination-bullet-active {
  background: #00152a;
}

.global_contents .global_body .top_videos {
  position: relative;
  margin: 32vw auto 0;
  padding-bottom: 50px;
  max-width: 1220px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_videos {
    margin-top: 300px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_videos {
    margin-top: 160px;
    padding-bottom: 210px;
  }
}

.global_contents .global_body .top_videos .videos_inner {
  position: relative;
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_videos .videos_inner {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_videos .videos_inner {
    margin: 0 7.6vw;
    width: calc(100% - 15.2vw);
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_videos .videos_inner {
    margin: 0 auto;
    width: calc(100% - 110px);
  }
}

.global_contents .global_body .top_videos h2 {
  position: absolute;
  z-index: 100;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_videos h2 {
    z-index: 10;
    min-width: 375px;
  }
}

.global_contents .global_body .top_videos h2 img {
  width: 18vw;
  height: 100%;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_videos h2 img {
    width: calc(13vw - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_videos h2 img {
    width: 150px;
  }
}

.global_contents .global_body .top_videos h2 .ja {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  position: absolute;
  top: 8px;
  bottom: auto;
  right: auto;
  left: calc(18vw + 10px);
  white-space: nowrap;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_videos h2 .ja {
    top: 90px;
    right: auto;
    left: 13vw;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_videos h2 .ja {
    left: 180px;
  }
}

.global_contents .global_body .top_videos .module_videoList {
  padding-top: 50px;
  margin-left: 12.3vw;
  width: calc(100% - 12.3vw);
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_videos .module_videoList {
    padding-top: 90px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_videos .module_videoList {
    padding-top: 160px;
    margin-right: 0;
    margin-left: 13vw;
    width: calc(100% - 13vw);
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_videos .module_videoList {
    margin-left: 180px;
    width: calc(100% - 180px);
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_videos .module_videoList ul._large li {
    width: calc(100% - 30vw - 10px);
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_videos .module_videoList ul._large li {
    width: calc(100% - 440px - 10px);
  }
}

.global_contents .global_body .top_videos .module_videoList ul._small {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_videos .module_videoList ul._small {
    margin-top: 20px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_videos .module_videoList ul._small {
    position: absolute;
    top: 80px;
    right: 0;
    width: 30vw;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_videos .module_videoList ul._small {
    max-width: 440px;
  }
}

.global_contents .global_body .top_videos .module_videoList ul._small li:first-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_videos .module_videoList ul._small li:first-child {
    margin-bottom: 20px;
  }
}

.global_contents .global_body .top_videos .module_videoList ul li {
  position: relative;
  z-index: 99;
}

.global_contents .global_body .top_videos .module_videoList ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.global_contents .global_body .top_videos .module_videoList ul li a::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_videos .module_videoList ul li a:hover::before {
    background: rgba(0, 0, 0, 0.1);
  }
}

.global_contents .global_body .top_videos .module_videoList ul li a img {
  width: 100%;
}

.global_contents .global_body .top_videos .module_videoList ul li a p {
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 800;
  background-color: #00152a;
  display: inline;
  font-size: 15px;
  padding: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_videos .module_videoList ul li a p {
    font-size: 20px;
    padding: 6px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_videos .module_videoList ul li a p {
    font-size: 24px;
    padding: 8px;
  }
}

.global_contents .global_body .top_videos .module_videoList ul li a::after {
  background: url(/img/common/ico_arrow_r_04.svg) no-repeat center/40%;
  border: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
  width: 25px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_videos .module_videoList ul li a::after {
    height: 35px;
    width: 35px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_videos .module_videoList ul li a::after {
    height: 3.1vw;
    width: 3.1vw;
    max-height: 45px;
    max-width: 45px;
  }
}

.global_contents .global_body .top_videos::before {
  content: "";
  display: block;
  background-color: #003f67;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 100px);
  width: calc(100% - 60px);
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_videos::before {
    height: calc(100% - 180px);
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_videos::before {
    bottom: 80px;
    height: calc(100% - 240px);
    width: 70%;
    max-width: 1020px;
  }
}

.global_contents .global_body .top_events {
  margin-top: 60px;
}

.global_contents .global_body .top_events .events_inner {
  background-color: #fff;
  padding: 50px 20px 42px;
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_events .events_inner {
    padding: 50px 30px 60px;
    margin: 0 30px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_events .events_inner {
    padding: 110px 3.8vw 80px;
    margin: 0 3.8vw;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_events .events_inner {
    padding: 110px 80px 80px;
    margin: 0 auto;
    max-width: 1440px;
  }
}

.global_contents .global_body .top_events .events_inner h2 {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_events .events_inner h2 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_events .events_inner h2 {
    margin-bottom: 0;
    min-width: 600px;
    width: 46vw;
    max-width: 670px;
  }
}

.global_contents .global_body .top_events .events_inner h2 img {
  width: 48vw;
  display: block;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_events .events_inner h2 img {
    width: 28vw;
    max-width: 402px;
  }
}

.global_contents .global_body .top_events .events_inner h2 .ja {
  border-left: 1px solid #00507e;
  border-right: 1px solid #00507e;
  color: #00507e;
  position: absolute;
  margin-top: 15px;
  right: 0;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_events .events_inner h2 .ja {
    top: 20px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_events .events_inner .module_eventList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.global_contents .global_body .top_events .events_inner .module_eventList ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_events .events_inner .module_eventList ul li:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_events .events_inner .module_eventList ul li:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_events .events_inner .module_eventList ul li {
    width: calc(50% - 30px);
  }
  .global_contents .global_body .top_events .events_inner .module_eventList ul li:first-child {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .global_contents .global_body .top_events .events_inner .module_eventList ul li:last-child {
    margin-top: -80px;
  }
}

.global_contents .global_body .top_events .events_inner .module_eventList ul li a {
  color: #222;
  text-decoration: none;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_events .events_inner .module_eventList ul li a:hover .head::after {
    background: rgba(255, 255, 255, 0.2);
  }
  .global_contents .global_body .top_events .events_inner .module_eventList ul li a:hover .body > p {
    text-decoration: none;
  }
}

.global_contents .global_body .top_events .events_inner .module_eventList ul li a .head {
  position: relative;
}

.global_contents .global_body .top_events .events_inner .module_eventList ul li a .head img {
  width: 100%;
}

.global_contents .global_body .top_events .events_inner .module_eventList ul li a .head::after {
  content: "";
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  height: 100%;
  width: 100%;
}

.global_contents .global_body .top_events .events_inner .module_eventList ul li a .body {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_events .events_inner .module_eventList ul li a .body {
    padding-top: 15px;
  }
}

.global_contents .global_body .top_events .events_inner .module_eventList ul li a .body p {
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  line-height: 1.22;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_events .events_inner .module_eventList ul li a .body p {
    font-size: 32px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_events .events_inner .module_eventList ul li a .body p {
    font-size: 36px;
  }
}

.global_contents .global_body .top_events .events_inner .module_eventList ul li a .foot {
  padding-top: 10px;
}

.global_contents .global_body .top_events .events_inner .module_eventList ul li a .foot p {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_events .events_inner .module_eventList ul li a .foot p {
    font-size: 15px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_events .events_inner .module_eventList ul li a .foot p {
    font-size: 16px;
  }
}

.global_contents .global_body .top_success {
  margin-top: 60px;
  position: relative;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success {
    margin-top: 140px;
  }
}

.global_contents .global_body .top_success h2 {
  position: relative;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success h2 {
    position: absolute;
    width: calc(35vw + 180px);
    max-width: 713px;
  }
}

.global_contents .global_body .top_success h2 img {
  width: 60vw;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success h2 img {
    width: 35vw;
    max-width: 503px;
  }
}

.global_contents .global_body .top_success h2 .ja {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success h2 .ja {
    top: 0;
    bottom: auto;
  }
}

.global_contents .global_body .top_success .module_slider-success {
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 800;
  margin-top: 100px;
  overflow: visible;
  position: relative;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_success .module_slider-success {
    margin-top: 140px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success {
    padding-top: 180px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide {
  position: relative;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    padding: 0 30px !important;
    width: calc(100% / 2);
  }
}

@media screen and (-ms-high-contrast: none) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide {
    margin-right: calc(15.2vw + 30px);
    margin-left: calc(-15.2vw - 30px);
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide-prev, .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide-next {
  padding: 0;
  margin-bottom: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide-prev, .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide-next {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide.new {
  position: relative;
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide.new::after {
  background: #fae500;
  content: "NEW";
  display: block;
  font-size: 16px;
  padding: 27px 0;
  position: absolute;
  top: -35px;
  text-align: center;
  line-height: 1;
  width: 70px;
  z-index: 100;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide.new::after {
    font-size: 25px;
    padding: 37px 0;
    top: -40px;
    width: 100px;
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a {
  color: #222;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a:hover .body::after {
    background: rgba(255, 255, 255, 0.2);
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  position: absolute;
  top: -35px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 100;
  height: calc(100% - 65px);
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head {
    height: calc(100% - 80px);
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head {
    height: calc(100% - 7vw);
    top: -40px;
    right: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head {
    height: calc(100% - 100px);
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head .name {
  line-height: 1.2;
  margin-left: 2px;
  height: 100%;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head .name {
    margin-left: 6px;
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head .name p {
  background-color: #fff;
  display: inline-block;
  white-space: wrap;
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 800;
  font-size: 6.6vw;
  padding: 4px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head .name p {
    font-size: 5.6vw;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head .name p {
    font-size: 3.1vw;
    padding: 4px 0;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head .name p {
    font-size: 46px;
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head .history {
  line-height: 1.2;
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head .history p {
  background-color: #fff;
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 800;
  font-size: 3.5vw;
  padding: 4px 2px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head .history p {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head .history p {
    font-size: 1.7vw;
    padding: 4px 2px;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .head .history p {
    font-size: 25px;
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .body {
  background: #fff;
  display: block;
  height: 0;
  padding: 0 0 54vw;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .body {
    padding: 0 0 24vw;
  }
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .body::after {
    content: "";
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    height: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .body {
    padding: 0 0 360px;
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .body img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-width: 120%;
  max-height: 120%;
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .foot {
  background-color: #00152a;
  color: #fff;
  font-size: 4.8vw;
  padding: 10px;
  line-height: 1.4;
}

.global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .foot p {
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .foot {
    font-size: 3.8vw;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .foot {
    font-size: 1.7vw;
    padding: 30px 20px;
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-wrapper .swiper-slide a .foot {
    font-size: 25px;
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-button-prev, .global_contents .global_body .top_success .module_slider-success .swiper-button-next {
  background: #00152a;
  top: -60px;
  height: 25px;
  width: 30px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-button-prev, .global_contents .global_body .top_success .module_slider-success .swiper-button-next {
    top: -90px;
    height: 45px;
    width: 50px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-button-prev, .global_contents .global_body .top_success .module_slider-success .swiper-button-next {
    top: 26px;
    height: 3.7vw;
    width: 4.2vw;
    max-height: 53px;
    max-width: 60px;
  }
  .global_contents .global_body .top_success .module_slider-success .swiper-button-prev:hover::after, .global_contents .global_body .top_success .module_slider-success .swiper-button-next:hover::after {
    opacity: 0.8;
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-button-prev::after, .global_contents .global_body .top_success .module_slider-success .swiper-button-next::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-button-prev::after, .global_contents .global_body .top_success .module_slider-success .swiper-button-next::after {
    height: 20px;
    width: 20px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-button-prev::after, .global_contents .global_body .top_success .module_slider-success .swiper-button-next::after {
    height: 1.7vw;
    width: 1.7vw;
    max-height: 24px;
    max-width: 24px;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-button-prev {
  left: auto;
  right: calc(30px + 1px);
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-button-prev {
    right: calc(50px + 3px);
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-button-prev {
    right: calc(4.2vw + 3px);
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_success .module_slider-success .swiper-button-prev {
    right: calc(60px + 3px);
  }
}

.global_contents .global_body .top_success .module_slider-success .swiper-button-prev::after {
  background: url(/img/common/ico_arrow_l_01.svg) no-repeat;
}

.global_contents .global_body .top_success .module_slider-success .swiper-button-next {
  right: 0;
}

.global_contents .global_body .top_success .module_slider-success .swiper-button-next::after {
  background: url(/img/common/ico_arrow_r_01.svg) no-repeat;
}

.global_contents .global_body .top_success .module_button-more-01 {
  margin-top: 60px !important;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success .module_button-more-01 {
    margin-top: 80px !important;
  }
}

.global_contents .global_body .top_success::before {
  content: "";
  display: block;
  background-color: #003f67;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 260px);
  width: 100%;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_success::before {
    height: calc(100% - 40vw);
  }
}

@media screen and (min-width: 1440px) {
  .global_contents .global_body .top_success::before {
    height: calc(100% - 40%);
  }
}

.global_contents .global_body .top_information {
  background-color: #f5f5f5;
  padding-top: 70px;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_information {
    padding-top: 170px;
  }
}

.global_contents .global_body .top_information h2 {
  position: relative;
  margin-bottom: 60px;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_information h2 {
    width: calc(51vw + 140px);
    max-width: 913px;
    margin-bottom: 80px;
  }
}

.global_contents .global_body .top_information h2 img {
  max-width: 738px;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_information h2 img {
    width: 51vw;
    max-width: 738px;
  }
}

.global_contents .global_body .top_information h2 .ja {
  border-left: 1px solid #00152a;
  border-right: 1px solid #00152a;
  color: #00152a;
  position: absolute;
  right: 0;
  bottom: -30px;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_information h2 .ja {
    top: 0;
    bottom: auto;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_information .module_tab-information .head._over-PC {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 50px;
    width: 100%;
    font-size: 15px;
  }
  .global_contents .global_body .top_information .module_tab-information .head._over-PC li {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    width: calc(100% / 4);
    background: #fff;
    color: #222;
    display: block;
    padding: 22px 0;
    margin-top: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .global_contents .global_body .top_information .module_tab-information .head._over-PC li:not(:last-child) {
    border-right: 3px solid #f5f5f5;
  }
  .global_contents .global_body .top_information .module_tab-information .head._over-PC li._current {
    background: #00152a;
    color: #fff;
    margin-top: 0;
    padding: 32px 0;
  }
}

.global_contents .global_body .top_information .module_tab-information .head._only-SP {
  font-family: "Gothic MB101 DemiBold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 600;
  display: block !important;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_information .module_tab-information .head._only-SP {
    display: none !important;
  }
}

.global_contents .global_body .top_information .module_tab-information .head._only-SP label.category_button {
  background-color: #00152a;
  font-size: 16px;
  padding: 15px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_information .module_tab-information .head._only-SP label.category_button {
    font-size: 18px;
    padding: 20px 0;
  }
}

.global_contents .global_body .top_information .module_tab-information .head._only-SP label.category_button::after {
  background: url(/img/common/ico_arrow_o_01.svg) no-repeat center;
  background-size: auto;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  margin: auto;
  height: 16px;
  width: 10px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_information .module_tab-information .head._only-SP label.category_button::after {
    height: 22px;
    width: 15px;
  }
}

.global_contents .global_body .top_information .module_tab-information .head._only-SP label.category_button select {
  background-color: #00152a;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.global_contents .global_body .top_information .module_tab-information .head._only-SP label.category_button select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_information .module_tab-information .head._only-SP label.category_button select {
    padding: 15px 20px;
  }
}

.global_contents .global_body .top_information .module_tab-information .panel {
  display: none;
}

.global_contents .global_body .top_information .module_tab-information .panel._show {
  display: block;
}

.global_contents .global_body .top_information .module_tab-information .panel ol li {
  position: relative;
}

.global_contents .global_body .top_information .module_tab-information .panel ol li .category li {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 600;
  background-color: #00507e;
  color: #fff;
  display: inline;
  font-size: 14px;
  padding: 6px 15px;
  line-height: 1;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_information .module_tab-information .panel ol li .category li {
    font-size: 15px;
    padding: 8px 15px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_information .module_tab-information .panel ol li .category li {
    display: block;
    font-size: 16px;
    padding: 12px 0;
    width: 160px;
  }
}

.global_contents .global_body .top_information .module_tab-information .panel ol li a {
  background-color: #fff;
  color: #222;
  display: block;
  padding: 40px 20px 20px;
  text-decoration: none;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  margin-left: 10px;
  z-index: 9;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_information .module_tab-information .panel ol li a {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    padding: 50px 160px 30px 40px;
    position: relative;
    margin-left: 20px;
  }
  .global_contents .global_body .top_information .module_tab-information .panel ol li a:hover {
    text-decoration: none;
  }
  .global_contents .global_body .top_information .module_tab-information .panel ol li a:hover .title {
    text-decoration: none;
  }
}

.global_contents .global_body .top_information .module_tab-information .panel ol li a .title {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  text-decoration: underline;
  line-height: 1.3;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_information .module_tab-information .panel ol li a .title {
    font-size: 20px;
  }
}

.global_contents .global_body .top_information .module_tab-information .panel ol li a .text {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_information .module_tab-information .panel ol li a .text {
    font-size: 15px;
  }
}

.global_contents .global_body .top_information .module_tab-information .panel ol li a .date {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  top: 15px;
  right: 20px;
  text-decoration: none;
  line-height: 1;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_information .module_tab-information .panel ol li a .date {
    font-size: 16px;
    top: 50px;
    right: 40px;
  }
}

.global_contents .global_body .top_bnr {
  background-color: #fff;
  padding: 80px 0 calc(80px + 55px);
  margin-bottom: 55px;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_bnr {
    padding: 120px 0 calc(120px + 88px);
    margin-bottom: 88px;
  }
}

.global_contents .global_body .top_bnr h2 {
  margin: 0 auto 30px;
  width: 60%;
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_bnr h2 {
    margin: 0 auto 40px;
    width: 26.5vw;
    max-width: 382px;
  }
}

.global_contents .global_body .top_bnr .module_bnrList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.global_contents .global_body .top_bnr .module_bnrList ul li {
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: calc(100% / 3 - 2px);
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_bnr .module_bnrList ul li {
    width: calc(100% / 3 - 10px);
  }
  .global_contents .global_body .top_bnr .module_bnrList ul li:hover {
    opacity: .8;
  }
}

.global_contents .global_body .top_bnr .module_bnrList ul li.facebbok {
  background-color: #02639a;
}

.global_contents .global_body .top_bnr .module_bnrList ul li.instagram {
  background-color: #de3461;
}

.global_contents .global_body .top_bnr .module_bnrList ul li.line {
  background-color: #1bb71f;
}

.global_contents .global_body .top_bnr .module_bnrList ul li a {
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 14px;
  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;
  position: relative;
  height: 70px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media screen and (max-width: 320px) {
  .global_contents .global_body .top_bnr .module_bnrList ul li a {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_bnr .module_bnrList ul li a {
    font-size: 17px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_bnr .module_bnrList ul li a {
    font-size: 26px;
    height: 140px;
  }
}

.global_contents .global_body .top_bnr .module_bnrList ul li a img {
  height: 20px;
  width: auto;
}

@media screen and (max-width: 320px) {
  .global_contents .global_body .top_bnr .module_bnrList ul li a img {
    height: 16px;
  }
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_bnr .module_bnrList ul li a img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    height: 35px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_bnr .module_bnrList ul li a img {
    height: 40px;
  }
}

.global_contents .global_body .top_bnr .module_bnrList ul li a span {
  padding-left: 3px;
}

@media screen and (min-width: 768px) {
  .global_contents .global_body .top_bnr .module_bnrList ul li a span {
    padding-left: 20px;
  }
}

@media screen and (min-width: 980px) {
  .global_contents .global_body .top_bnr .module_bnrList ul li a span {
    padding-left: 50px;
  }
}

.global_footer {
  margin-top: -55px;
}

@media screen and (min-width: 980px) {
  .global_footer {
    margin-top: -88px;
  }
}
/*# sourceMappingURL=top.css.map */