@charset "UTF-8";
/*
* font-weight
* -----------------------------
* Josefin Slab: 400, 600
* co-headline: 300
* futura-pt: 400
*/
/*============================================================
上書き
============================================================*/
.header {
  position: absolute;
  top: calc(100% - 93px);
}

.wrapper {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 60px;
  }
}

.global__lang__child {
  top: auto;
  bottom: 100%;
}

.global__lang__child.is-fixed {
  top: 100%;
  bottom: auto;
}

.global__list__child {
  top: auto;
  bottom: 100%;
}

.global__list__child.is-fixed {
  top: 100%;
  bottom: auto;
}

/* チームビルディング
------------------------------------- */
.com-podcasts {
  margin: 25px 0;
}

.com-podcasts > li {
  padding: 0 20px;
}

.com-podcasts--pickup {
  margin: 25px 0 0;
  padding: 20px;
  background: #009de6;
}

.com-podcasts--pickup > li {
  margin: 0 0 25px;
  padding: 0;
  color: #fff;
}

.com-podcasts--pickup .com-podcasts__date {
  color: #fff;
  float: none;
}

.com-podcasts--pickup .com-podcasts__date:before {
  margin: 0 10px 0 0;
  color: #fcf113;
  content: "PICK UP";
  display: inline-block;
}

.com-podcasts--pickup .com-podcasts__body {
  padding: 0;
}

.com-podcasts--pickup .com-podcasts__ttl {
  color: #fff !important;
}

.com-podcasts--pickup .com-podcasts__data li a {
  color: #009de6;
  background: #fff;
}

/*============================================================
共通
============================================================*/
.container {
  position: relative;
  width: 100;
  padding: 100px 0;
  overflow: hidden;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 50px 5%;
  }
}

.container--gray {
  background-color: #f0f4f6;
}

.container--white {
  background-color: #FFF;
}

.container--service {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .container--service {
    padding-top: 30px;
  }
}

.container--news {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container--work {
  padding: 50px 0;
}

.container__inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .container__inner {
    width: 100%;
  }
}

.container--work .container__inner {
  width: 100%;
}

.fix-circle {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .fix-circle {
    display: none;
  }
}

.fix-circle--1 {
  right: -645px;
  bottom: -645px;
}

.fix-circle--2 {
  left: -645px;
  bottom: -645px;
}

.fix-circle--3 {
  right: -645px;
  bottom: -645px;
}

/*============================================================
メインイメージ
============================================================*/
.main-visual {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 93px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main-visual {
    display: table;
    height: 211px;
    padding: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../video/top/visual.gif);
  }
}

.main-visual__box {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .main-visual__box {
    display: table-cell;
  }
}

.main-visual__ttl {
  z-index: 1;
  font-family: "リュウミン R-KL", serif;
  font-size: 50px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3em;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 81px;
}

@media screen and (max-width: 767px) {
  .main-visual__ttl {
    font-size: 20px;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    width: auto;
    height: auto;
  }
}

.main-visual__ttl__blank {
  width: 180px;
  display: inline-block;
  text-indent: -999em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main-visual__ttl__blank {
    width: 70px;
  }
}

.main-visual__txt {
  z-index: 1;
  width: 160px;
  height: 160px;
}

@media screen and (max-width: 767px) {
  .main-visual__txt {
    width: 65px;
    height: 65px;
  }
}

.main-visual__txt img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.main-visual__txt div {
  display: none;
}

.main-visual__txt div.is-active {
  display: block;
}

.main-visual__circle {
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .main-visual__circle {
    width: 70px;
    height: 70px;
  }
}

.main-visual__txt, .main-visual__circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 376px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .main-visual__txt, .main-visual__circle {
    left: 150px;
  }
}

.main-visual__video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .main-visual__video {
    display: none;
  }
}

/*============================================================
最初の説明文
============================================================*/
.top-description {
  margin: 0;
  padding: 0 0 60px;
  font-size: 16px;
  color: #515e65;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-description {
    padding-bottom: 30px;
    text-align: left;
  }
}

.top-description .top_title {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top-description .top_title {
    font-size: 24px;
  }
}

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

@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%;
  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: -ms-flexbox;
  display: flex;
  -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: 70px;
  width: 47%;
  box-sizing: border-box;
  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: 19px;
  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: 30px 0;
  min-height: 64px;
}

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

.media-description ul .podcast_box .icon_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  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 screen and (max-width: 767px) {
  .media-description ul .podcast_box {
    margin-top: 20px;
  }
}

/*============================================================
カード型リスト
============================================================*/
.contents_title {
  margin-bottom: 40px;
}

.contents_title p {
  text-align: center;
  font-size: 42px;
  color: #515e65;
}

@media screen and (max-width: 767px) {
  .contents_title p {
    font-size: 30px;
  }
}

.card-list {
  *zoom: 1;
  margin-top: -50px;
}

.card-list:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .card-list {
    margin-top: -15px;
  }
}

.card-list__item {
  position: relative;
  width: 365px;
  margin: 50px 50px 0 0;
  float: left;
  background: #fff;
  border-color: #009de6 #009de6 #000 #000;
  border-style: solid;
  border-width: 10px 0 5px 0;
  /*
		サービス一覧の画像部分
		------------------------------------- */
  /*
		関連記事
		------------------------------------- */
  /*
		メディア
		------------------------------------- */
  /* 共通の投稿リスト
		------------------------------------- */
  /* BREATH TV
		------------------------------------- */
}

@media screen and (max-width: 767px) {
  .card-list__item {
    width: 100%;
    float: none;
    margin-top: 30px;
    margin-right: 0;
  }
}

.card-list__item > a {
  display: block;
}

.card-list__item > a, .card-list__item > a:hover {
  text-decoration: none;
}

.card-list__item:nth-child(3n) {
  margin-right: 0;
}

.card-list__item__head {
  margin: 0;
  padding: 20px;
  width: 100%;
  height: 143px;
  display: table;
}

@media screen and (max-width: 767px) {
  .card-list__item__head {
    height: 125px;
  }
}

.card-list__item__ttl {
  font-family: "リュウミン R-KL", serif;
  font-size: 33px;
  line-height: 1.3;
  display: table-cell;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .card-list__item__ttl {
    font-size: 30px;
  }
}

.card-list__item__ttl__sub {
  font-size: 18px;
}

.card-list__item__ttl span {
  background: none;
  background-image: linear-gradient(180deg, transparent 70%, #fcf113 0);
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 0 100%;
  transition: background-size .4s ease;
}

.card-list__item:hover .card-list__item__ttl span {
  background-size: 100% 100%;
}

.card-list__item--hover_false:hover .card-list__item__ttl span {
  background-size: 0;
}

.card-list__item__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.card-list__item__img > img {
  transition: all .25s ease;
  transform: scale(1);
}

.card-list__item__img__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  background: #009de6;
  background: rgba(0, 157, 230, 0.8);
  background-repeat: no-repeat;
  background-position: 30px 100%;
  background-size: 72px auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .card-list__item__img__overlay {
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 60px;
    background-size: 50px auto;
    opacity: 1;
    visibility: visible;
  }
}

.card-list__item__img__character {
  position: absolute;
  bottom: -72px;
  left: 40px;
  transition: all 0.7s;
}

@media screen and (max-width: 767px) {
  .card-list__item__img__character {
    bottom: 0;
  }
  .card-list__item__img__character img {
    width: 50px;
  }
}

.card-list__item__img__more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0;
}

.card-list__item__img__more i {
  font-size: 10px;
  display: inline-block;
  transform: scale(0.8);
  vertical-align: 1px;
}

.card-list__item__img__more a {
  color: #fff;
}

.card-list__item:hover .card-list__item__img > img {
  transform: scale(1.2);
}

.card-list__item:hover .card-list__item__img__character {
  bottom: 0;
}

.card-list__item:hover .card-list__item__img__overlay {
  visibility: visible;
  opacity: 1;
}

.card-list__item__foot {
  *zoom: 1;
  padding: 40px 20px 20px;
}

.card-list__item__foot:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .card-list__item__foot {
    padding: 20px;
  }
}

.card-list__item__pickup {
  float: left;
  color: #a2aeb6;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .card-list__item__pickup {
    margin: 0 0 15px;
    float: none;
  }
}

.card-list__item__related {
  *zoom: 1;
  width: 220px;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-list__item__related:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .card-list__item__related {
    width: 100%;
    float: none;
  }
}

.card-list__item__related li {
  margin: 0 0 15px;
}

.card-list__item__related li:last-child {
  margin-bottom: 0;
}

.card-list__item__related li a {
  transition: color 0.3s;
}

.card-list__item__related li a:hover {
  color: #009de6;
  text-decoration: none;
}

.card-list__item__related__thumbnail {
  width: 40px;
  float: left;
}

.card-list__item__related__ttl {
  padding: 0 0 0 50px;
}

.card-list__item__description {
  margin: 10px 0 0;
  padding: 0 20px;
  color: #515e65;
}

.card-list__item__more {
  position: absolute;
  top: 5px;
  right: 10px;
  margin: 0;
  font-family: "futura-pt", sans-serif;
}

.card-list__item__more i {
  font-size: 10px;
  display: inline-block;
  transform: scale(0.8);
}

.card-list__item__posts {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .card-list__item__posts {
    margin-top: 15px;
  }
}

.card-list__item__posts > li a {
  padding: 13px 20px;
  display: block;
  opacity: 1;
  *zoom: 1;
}

.card-list__item__posts > li a:after {
  content: "";
  display: table;
  clear: both;
}

.card-list__item__posts > li a:hover {
  text-decoration: none;
}

.card-list__item__posts__thumb {
  width: 80px;
  float: left;
}

.card-list__item__posts__body {
  padding: 0 0 0 95px;
  line-height: 1.6;
}

.card-list__item__posts__date {
  margin: 0;
  color: #a2aeb6;
  font-family: "futura-pt", sans-serif;
}

.card-list__item__posts__ttl {
  margin: 3px 0 0;
  font-size: 16px;
  transition: color 0.3s;
}

li a:hover .card-list__item__posts__ttl {
  color: #009de6;
}

.card-list__item__posts--pickup {
  margin: 25px 0 0;
}

.card-list__item__posts--pickup > li {
  margin: 0;
}

.card-list__item__posts--pickup > li a {
  padding: 20px;
  background: #009de6;
  color: #fff;
  transition: opacity 0.3s;
}

.card-list__item__posts--pickup > li a:hover {
  opacity: 0.5;
}

.card-list__item__posts--pickup .card-list__item__posts__date {
  color: #fff;
}

.card-list__item__posts--pickup .card-list__item__posts__date:before {
  margin: 0 10px 0 0;
  color: #fcf113;
  content: "PICK UP";
  display: inline-block;
}

.card-list__item__posts--pickup .card-list__item__posts__ttl {
  color: #fff !important;
}

.card-list__item__tv-list {
  list-style: none;
  margin: 0;
  padding: 15px 20px 0;
}

.card-list__item__tv-list li {
  margin: 0 0 30px;
}

.card-list__item__tv-list li a:hover {
  text-decoration: none;
}

.card-list__item__tv-list__ttl {
  margin: 0;
  padding: 0 0 0 5px;
  font-family: "リュウミン R-KL", serif;
  font-size: 18px;
  border-left: 5px solid #009de6;
  line-height: 1.2;
}

.card-list__item__tv-list__txt {
  margin: 15px 0 0;
  color: #515e65;
  font-size: 12px;
}

.card-list__item__tv-list__img {
  position: relative;
  margin: 15px 0 0;
}

.card-list__item__tv-list__img__label {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 2px;
  line-height: 1;
  display: inline-block;
  background: #009de6;
  color: #fff;
  font-family: "futura-pt", sans-serif;
}

.card-list__item__tv-list__channel {
  margin: 5px 0 0;
  text-align: right;
}

.card-list__item__tv-list__channel a {
  font-family: "futura-pt", sans-serif;
  border-bottom: 2px solid #000;
}

.card-list__item__tit-icon {
  padding: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .card-list__item__tit-icon {
    padding-top: 30px;
  }
}

/*============================================================
OUR NEWS
============================================================*/
.news-list {
  position: relative;
  margin: 50px 0 0;
  font-size: 16px;
  border-top: 1px solid #d8dde0;
}

@media screen and (max-width: 767px) {
  .news-list {
    margin-top: 30px;
  }
}

.news-list dt {
  font-family: "futura-pt", sans-serif;
  padding: 15px 0;
  color: #a2aeb6;
  float: left;
  clear: both;
}

.news-list dd {
  padding: 15px 0 15px 90px;
  border-bottom: 1px solid #d8dde0;
}

.news-list dd a {
  transition: color 0.3s;
}

.news-list dd a:hover {
  color: #009de6;
  text-decoration: none;
}

/*============================================================
OUR WORK
============================================================*/
.work-description {
  margin: 40px 0 0;
  padding: 0 5%;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .work-description {
    margin-top: 30px;
  }
}

.work-category-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 30px 0 50px;
}

.work-category-list li {
  font-size: 16px;
  list-style-type: none;
}

.work-category-list li:not(:last-child) {
  margin-right: 30px;
}

.work-category-list a {
  color: #009de6;
  transition: color 0.3s;
}

.work-category-list a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .work-category-list {
    padding-left: 0;
    padding: 0 5%;
  }
  .work-category-list li {
    font-size: 14px;
    margin: 0 10px;
  }
  .work-category-list li:not(:last-child) {
    margin-right: 0;
  }
}

.work-list {
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.work-list.slick-slider {
  margin-bottom: 0;
}

.work-list.slick-slider .slick-slide {
  width: 200px;
  margin: 0 10px;
}

.work-list.slick-slider .slick-arrow.slick-prev, .work-list.slick-slider .slick-arrow.slick-next {
  top: 80px;
  z-index: 1;
  width: 24px;
  height: 39px;
  margin-top: 0;
  opacity: 1;
  transform: none;
}

.work-list.slick-slider .slick-arrow.slick-prev:hover, .work-list.slick-slider .slick-arrow.slick-next:hover {
  opacity: 0.5;
}

.work-list.slick-slider .slick-arrow.slick-prev:before, .work-list.slick-slider .slick-arrow.slick-next:before {
  content: "";
  font-family: icomoon;
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  display: inline-block;
  color: #fff;
  font-size: 39px;
}

@media screen and (max-width: 767px) {
  .work-list.slick-slider .slick-arrow.slick-prev:before, .work-list.slick-slider .slick-arrow.slick-next:before {
    font-size: 20px;
  }
}

.work-list.slick-slider .slick-arrow.slick-prev {
  left: 30px;
}

@media screen and (max-width: 767px) {
  .work-list.slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}

.work-list.slick-slider .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}

.work-list.slick-slider .slick-arrow.slick-next {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .work-list.slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}

.work-list > li {
  width: 200px;
  margin: 0 10px;
}

.work-list__tit {
  margin: 15px 0 0;
  font-size: 16px;
}

.work-list__txt {
  margin: 10px 0 0;
  color: #515e65;
}

/*============================================================
instagram
============================================================*/
.instagram-container {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .instagram-container {
    margin-top: 40px;
  }
}

.instagram-widget {
  *zoom: 1;
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}

.instagram-widget:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .instagram-widget {
    margin-top: 30px;
  }
}

.instagram-widget > li {
  width: 216px;
  margin: 0 30px 0 0;
  float: left;
  border-top: 10px solid #009de6;
}

@media screen and (max-width: 767px) {
  .instagram-widget > li {
    width: 47.5%;
    margin: 0 5% 20px 0;
  }
  .instagram-widget > li:nth-child(even) {
    margin-right: 0;
  }
}

.instagram-widget > li:nth-child(5) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .instagram-widget > li:nth-child(5) {
    margin-right: 5%;
  }
}

.instagram-widget > li:nth-child(6) {
  display: none;
}

@media screen and (max-width: 767px) {
  .instagram-widget > li:nth-child(6) {
    display: block;
  }
}

.instagram-widget > li a {
  position: relative;
  display: block;
}

.instagram-widget__overlay {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.instagram-widget__overlay .fa {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 33px;
  height: 33px;
  font-size: 33px;
  margin: auto;
  color: #fff;
  display: inline-block;
}

.instagram-widget li > a:hover .instagram-widget__overlay {
  visibility: visible;
  opacity: 1;
}

.instagram-widget video, .instagram-widget img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
