@charset "utf-8";

/* -----------------------------------------------
    catch__wrap
----------------------------------------------- */

.catch__wrap .videotext {
  max-width: 1200px;
  margin-top: 24px;
  margin-inline: auto;
}
.heading strong {
  font-size: 32px;
  display: block;
  margin-top: 10px;
}
.catch__wrap .heading + p {
  margin-top: 20px;
}

/* .videotext .video-js.vjs-thumbnails {
    display: block;
    width: 100%;
    height: auto;
}
.videotext > div {
  margin-top: 15px;
}

.videotext > :first-child {
  margin-top: 0;
}

.videotext > div,
.video .youtube-placeholder {
  height: 100%;
}

.videotext .youtube-placeholder iframe {
  display: block;
} */
.videoplayer a {
  position: relative;
}
.videoplayer a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 21px 0 21px 33px;
  border-color: transparent transparent transparent #707070;
  transform: rotate(0deg);
  z-index: 2;
  opacity: .8;
  transform: translate(-38%, -50%);
}
.videoplayer a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: none;
  border-radius: 50%;
  font-size: 3.5em;
  background-color: #fff;
  -webkit-transition: border-color .4s, outline .4s, background-color .4s;
  -moz-transition: border-color .4s, outline .4s, background-color .4s;
  -ms-transition: border-color .4s, outline .4s, background-color .4s;
  -o-transition: border-color .4s, outline .4s, background-color .4s;
  transition: border-color .4s, outline .4s, background-color .4s;
  opacity: .8;
}
.bc-player-default_default .vjs-big-play-button, .bc-player-default_default .vjs-big-play-state.vjs-play-control.vjs-control, .bc-player-default_default .vjs-control-bar {
  background-color: rgb(255 255 255 / 75%);
}
.bc-iframe .vjs-playlist-sidebar .vjs-playlist-show-hide button:hover, .bc-player-default_default .vjs-big-play-button:active, .bc-player-default_default .vjs-big-play-button:focus, .bc-player-default_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected, .bc-player-default_default .vjs-play-progress, .bc-player-default_default .vjs-volume-level, .bc-player-default_default:active .vjs-big-play-button, .bc-player-default_default:hover .vjs-big-play-button {
  background-color: rgb(255 255 255 / 95%);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  color: #707070;
  font-size: 1.4em;
}


@media only screen and (max-width: 640px) {

  .catch__wrap .videotext {
    margin-top: 44px;
  }



  .heading strong {
    font-size: min(4.8vw, 20px);
  }



}












.link__wrap {
  margin-top: 116px;
  margin-bottom: 160px;
}
.link__list__wrap .link__item {
  margin-bottom: 114px;
}
.link__item a {
  display: block;
}
.link__item a:hover picture {
  opacity: .8;
  
}
.link__item .heading {
  margin-bottom: 40px;
}
.link__item picture {
  margin-bottom: 22px;
}
.link__item p {
  margin-bottom: 24px;
}



.more__link {
  text-align: center;
}
.more__link a {
  display: inline-block;
  text-decoration: underline;
  font-size: 20px;
}
.link__item__fx {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.link__item__fx > div {
  width: 47.52%;
  max-width: 440px;
}
.link__item__fx .heading {
  margin-bottom: 24px;
}
.link__item__fx picture {
  margin-bottom: 28px;
}
.link__item__fx p {
  margin-bottom: 44px;
}


@media only screen and (max-width: 640px) {

  .link__wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .link__item .heading {
    margin-bottom: 20px;
  }
  .link__item__fx {
    display: block;
  }
  .link__item__fx > div {
    width: 100%;
    max-width: unset;
    margin-bottom: 114px;
  }
  .link__item__fx p {
    margin-bottom: 24px;
  }
  .link__item a {
    font-size:  min(3.82vw,18px);
  }



}
