@charset "UTF-8";
/*
* font-weight
* -----------------------------
* Josefin Slab: 400, 600
* co-headline: 300
* futura-pt: 400
*/
/*============================================================
ビジュアル
============================================================*/
.sub-visual {
  background-image: url(../../img/service/work/sub_visual.jpg);
}

.link_for_tebanasu a {
  display: inline-block;
}

.link_for_tebanasu a img {
  width: 50%;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .link_for_tebanasu a img {
    width: 60%;
  }
}

.link_for_tebanasu a:hover {
  opacity: 0.7;
}

.link_for_tebanasu .text_link:hover {
  color: #009de6;
}

.link_for_tebanasu .blank:after {
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .sub-container--work {
    padding-bottom: 80px;
  }
}

/*============================================================
次世代の組織を作るwebメディア
============================================================*/
.media-description {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .media-description {
    margin-bottom: 60px;
  }
}

.media-description .visual {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .media-description .visual {
    margin-bottom: 20px;
  }
}

.media-description .visual p {
  font-family: "リュウミン R-KL", serif;
  font-size: 42px;
  letter-spacing: 3px;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .media-description .visual p {
    width: 100%;
    font-size: 20px;
  }
}

.media-description .visual span {
  background: #fff;
}

.media-description ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .media-description ul {
    display: block;
  }
}

.media-description ul li {
  list-style-type: none;
  background: #fff;
  padding: 40px;
  width: 47%;
  box-sizing: border-box;
  border: 1px solid #009de6;
  position: relative;
}

@media screen and (max-width: 767px) {
  .media-description ul li {
    width: 100%;
    padding: 20px;
  }
}

.media-description ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #009de6;
  border-right: 20px solid transparent;
}

.media-description ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #009de6;
  border-left: 20px solid transparent;
}

.media-description ul li p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .media-description ul li p {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.media-description ul li p.sub_ttl {
  text-align: center;
  border-bottom: 1px dashed #009de6;
  padding-bottom: 5px;
}

.media-description ul li a {
  display: block;
  transition: 0.5s;
}

.media-description ul li a:hover {
  opacity: 0.6;
}

.media-description ul li .icon_box {
  padding: 40px 0 10px;
}

@media screen and (max-width: 767px) {
  .media-description ul li .icon_box {
    padding: 40px 0 0;
    min-height: auto;
  }
}

.media-description ul .tebanasu p.detail {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .media-description ul .tebanasu p.detail {
    margin-top: 20px;
  }
}

.media-description ul .podcast_box .icon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 0;
}

.media-description ul .podcast_box .icon_box img.icon_youtube {
  width: 180px;
  margin-top: 10px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .media-description ul .podcast_box .icon_box img.icon_youtube {
    width: 150px;
  }
}

.media-description ul .podcast_box .icon_box img.icon_podcast {
  width: 64px;
}

@media screen and (max-width: 767px) {
  .media-description ul .podcast_box .icon_box img.icon_podcast {
    width: 50px;
  }
}

.media-description ul .podcast_box p.detail {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .media-description ul .podcast_box {
    margin-top: 20px;
  }
}
