/*--------------------------------------
**
** about
**
--------------------------------------*/

/* privacy policy */
/*----------------------------------
** header
----------------------------------*/
body#about {
  background: url(../img/cns_ic.svg) center -200px no-repeat;
  background-size: 1280px auto;
}
#about header {
  width: 100%;
  height: 600px;
  color: rgba(0, 0, 0, 1);

  position: relative;
}
#about header a {
  color: rgba(0, 0, 0, 1);
}
#about header a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
#about header a::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  transition: 0.3s;
}
#about header a:hover::after {
  bottom: 0;
  opacity: 1;
}
#about header .main-nav-sns a:hover::after {
  opacity: 0;
}
#about header h2 {
  margin-bottom: 0;
  margin-top: 140px;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  line-height: 1;
}
#about header h3 {
  margin-bottom: 0;
  margin-top: 100px;
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  line-height: 1;
}
#about header h2 img {
  max-width: 100%;
  height: auto;
}
#about header h3 img {
  max-width: 185px;
  height: auto;
}

#about nav {
  width: 100%;
  height: 70px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  position: relative;
  color: rgba(0, 0, 0, 1);
}
#about .main-nav {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding-left: 0;
  position: relative;
  top: 35%;
}
#about .main-nav li:first-child {
  margin-right: auto;
}
#about .main-nav li:nth-child(2),
#about .main-nav li:nth-child(3) {
  margin-right: 30px;
}
#about .main-nav li {
  vertical-align: center;
}
#about .main-nav li i {
  vertical-align: middle;
}

#about header .__line-white {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  background: url(../img/line-y-white.png) center bottom no-repeat;
  z-index: 1;
}

/* anchor */
#about nav.__anchor {
  width: 100%;
  height: 50px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  position: relative;
  color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#about nav.__anchor ul {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding-left: 0;
  position: relative;
  top: 35%;
}
#about nav.__anchor ul li:first-child {
  margin-left: auto !important;
}
#about nav.__anchor ul li {
  margin-left: 30px;
}
#about nav.__anchor ul li {
  vertical-align: center;
}

/*
** .__contents
--------------------------------------*/
.__contents {
  padding-top: 100px;
  background: url(../img/line-y-dot-black.png) center 30px no-repeat;
  margin-bottom: 50px;
}
.__contents.__bg-none {
  padding-top: 50px;
  background: none;
}
.__contents h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  margin-bottom: 55px;
}
.__contents h3 span {
  background: url(../img/ic-megaphone.svg) left center no-repeat;
  background-size: contain;
  padding-left: 40px;
}
.__contents p {
  font-size: 14px;
}

.__caution {
  text-indent: -1em;
  padding-left: 1em;
}
.__contents .__lead,
.__contents .__catch {
  font-size: 14px;
  margin-bottom: 35px;
}
.__contents h4 {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: url(../img/bg-h4-dotted.png) left center repeat-x;
}
.__contents h4 span {
  background: rgba(255, 255, 255, 1);
  padding-right: 10px;
}
.__contents ul {
  font-size: 14px;
  padding-left: 1em;
}

/* philosophy */
#philosophy .__contents {
  padding-top: 100px;
  padding-bottom: 220px;
  /*background: url(../img/line-y-dot-black.png) center 30px no-repeat;
	margin-bottom: 50px;*/
  position: relative;
}

.__div-wrap {
  position: absolute;
  bottom: -200px;
  z-index: 100;
  width: 100%;
}
.__card-div {
  padding: 5px;
  width: 22%;
  float: left;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 7px 0 rgba(33, 33, 33, 0.3);
  box-shadow: 0 10px 7px 0 rgba(33, 33, 33, 0.3);
  height: 220px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.67, 0.007, 0.52, 0.96);
  overflow: hidden;
}
.__card-kkr {
  padding: 5px;
  width: 4%;
  float: left;
  background: url(../img/ic-x.png) center center no-repeat;
  background-size: 25px 25px;
}
.__card-div.__cp {
  background: rgba(255, 255, 255, 1) url(../img/ic-event.png) center center
    no-repeat;
}
.__card-div.__cr {
  background: rgba(255, 255, 255, 1) url(../img/ic-creative.png) center center
    no-repeat;
}
.__card-div.__vp {
  background: rgba(255, 255, 255, 1) url(../img/ic-movie.png) center center
    no-repeat;
}
.__card-div.__rd {
  background: rgba(255, 255, 255, 1) url(../img/ic-develop.png) center center
    no-repeat;
}

.__card-div .__child {
  background: rgba(255, 255, 255, 1);
  display: block;
  width: 100%;
  margin-top: 220px;
  height: 220px;
  transition: all 0.5s cubic-bezier(0.67, 0.007, 0.52, 0.96);
}
.__card-div .__child .__ttl {
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-top: 1em;
  margin-bottom: 1em;
}
.__card-div .__child ul {
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  padding-left: 0;
  margin-left: 1.5em;
}
.__card-div .__child ul li {
  margin-bottom: 7px;
}
.__card-div .__child ul li:last-child {
  margin-bottom: 0;
}
.__card-div:hover .__child {
  margin-top: 0;
}
.__div-wrap .__4line {
  background: url(../img/line-four.png) center top no-repeat;
  background-size: 80% 100%;
  height: 121px;
  clear: both;
}

/* our team */
#team {
  background: rgba(0, 0, 0, 1) url(../img/bg-team.png) center top no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 1);
}
#team .__contents {
  padding-top: 250px;
  background: url(../img/line-y-dot-white.png) center 180px no-repeat;
  margin-bottom: 50px;
}
#team .__contents.__bg-none {
  padding-top: 50px;
  background: none;
}
#team .__contents .__lead {
  font-size: 14px;
  margin-bottom: 150px;
}
#team .__contents h4 {
  margin-bottom: 50px;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  background: none;
}
#team .__contents h4 span {
  background: rgba(255, 255, 255, 1);
  padding-right: 10px;
}

#team .__contents .col-card-6 {
  width: 50%;
  float: left;
  padding: 7px;
}
#team .__contents .col-card-3 {
  width: 25%;
  float: left;
  padding: 7px;
}
#team .__contents .__col-3 {
  width: calc(100% / 3);
  float: left;
  padding: 7px;
}

#team .__card {
  padding: 10px;
  color: rgba(0, 0, 0, 1);
  border-radius: 10px;
  transition: 0.2s all;
  height: 220px;
}
#team .__card.__ar {
  background: rgba(255, 255, 255, 1) url(../img/bg-bt-ar.png) center center
    no-repeat;
  background-size: cover;
}
#team .__card.__ict {
  background: rgba(255, 255, 255, 1) url(../img/bg-bt-ict.png) center center
    no-repeat;
  background-size: 60% auto;
}
#team .__card.__kinect {
  background: rgba(255, 255, 255, 1) url(../img/bg-bt-kinect.png) center center
    no-repeat;
  background-size: cover;
}
#team .__card.__sp {
  background: rgba(255, 255, 255, 1) url(../img/bg-bt-sp.png) 80% center
    no-repeat;
  background-size: 60% auto;
}
#team .__card.__global {
  background: rgba(255, 255, 255, 1) url(../img/bg-bt-global.png) center center
    no-repeat;
  background-size: 60% auto;
}
#team .__card.__blog {
  background: rgba(255, 255, 255, 1) url(../img/bg-bt-blog.png) 90% -25px no-repeat;
  background-size: 50% auto;
}
#team .__card:hover {
  color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 10px 15px 10px rgba(33, 33, 33, 0.8);
  box-shadow: 0 10px 15px 10px rgba(33, 33, 33, 0.8);
}
#team .__card.__ar:hover {
  background: rgba(68, 128, 255, 1) url(../img/bg-bt-ar.png) center center
    no-repeat;
  background: rgba(68, 128, 255, 1) url(../img/bg-bt-ar.png) center center
    no-repeat;
  background-size: cover;
}
#team .__card.__ict:hover {
  background: rgba(68, 128, 255, 1) url(../img/bg-bt-ict.png) center center
    no-repeat;
  /*background: rgba(255,255,255,1.0) url(../img/bg-bt-ict.png) center center no-repeat;*/
  color: rgba(255, 255, 255, 1);
  background-size: 60% auto;
}
#team .__card.__kinect:hover {
  background: rgba(68, 128, 255, 1) url(../img/bg-bt-kinect.png) center center
    no-repeat;
  background-size: cover;
}
#team .__card.__sp:hover {
  background: rgba(68, 128, 255, 1) url(../img/bg-bt-sp.png) 80% center
    no-repeat;
  background-size: 60% auto;
}
#team .__card.__global:hover {
  background: rgba(68, 128, 255, 1) url(../img/bg-bt-global.png) center center
    no-repeat;
  background-size: 60% auto;
}
#team .__card.__blog:hover {
  background: rgba(68, 128, 255, 1) url(../img/bg-bt-blog.png) 90% -25px no-repeat;
  background-size: 50% auto;
}
#team .__card span {
  display: block;
  position: relative;
  top: 50%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
  transform: translateY(-60%);
}

/* out staff */
.__contents.___staff {
  padding-top: 50px;
  background: none;
}
.__contents.___staff h3 {
  background: url(../img/line-y-dot-black.png) center bottom no-repeat;
  padding-bottom: 90px;
}
.__all-staff {
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
}
.___staff ._all {
  background: rgba(0, 0, 0, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
  border-radius: 30px;
  position: relative;
  padding: 6px 25px;
  margin: 10px 1px;
  font-size: 14px;
  font-weight: 700;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

/* FINDERS */
#finders {
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
}
.__contents.__finders {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 1);
  background: none;
  text-align: center;
}
.__contents.__finders .__lead {
  font-size: 1rem;
}
.__contents.__finders .__lead br {
  display: none;
}
.__contents.__finders h3 {
  max-width: 450px;
  margin: 0 auto;
}
.__contents.__finders h3 img {
  transition: 0.2s all;
}
.__contents.__finders h3:hover img {
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.85));
}

/* dot */

#dot {
  background-image: url(../img/bg_dot.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 1);
}
.__contents.__dot {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 1);
  background: none;
  text-align: center;
}
.__contents.__dot .__lead {
  font-size: 1rem;
}
.__contents.__dot .__lead br {
  display: none;
}
.__contents.__dot h3 {
  max-width: 470px;
  margin: 0 auto;
}
.__contents.__dot h3 img {
  transition: 0.2s all;
}
.__contents.__dot h3:hover img {
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.85));
}
/* csr */
#csr {
  background: rgba(0, 0, 0, 1) url(../img/bg-csr.png) center top no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 1);
}
.__contents.__csr {
  padding-top: 50px;
  padding-bottom: 50px;
  color: rgba(255, 255, 255, 1);
  background: none;
  text-align: center;
}
.__contents.__csr h3 {
  background: url(../img/line-y-dot-white.png) center bottom no-repeat;
  padding-bottom: 90px;
}
.__contents.__csr .btn {
  font-size: 36px;
  color: rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  padding: 30px 80px;
  transition: 0.2s all;
  margin-left: 10px;
  margin-right: 10px;
}
.__contents.__csr .btn:hover {
  color: rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 10px 15px 10px rgba(33, 33, 33, 0.25);
  box-shadow: 0 10px 15px 10px rgba(33, 33, 33, 0.25);
}

/* recruit */
#recruit {
  background: rgba(0, 0, 0, 1) url(../img/bg-recruit.png) center top no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 1);
}
.__contents.__recruit {
  padding-top: 50px;
  padding-bottom: 50px;
  color: rgba(255, 255, 255, 1);
  background: none;
  text-align: center;
}
.__contents.__recruit h3 {
  background: url(../img/line-y-dot-white.png) center bottom no-repeat;
  padding-bottom: 90px;
}
.__contents.__recruit .btn {
  width: 100%;
  color: rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  padding: 30px 30px;
  transition: 0.2s all;
  margin-left: 10px;
  margin-right: 10px;
}
.btn-non {
  cursor: default;
  color: rgba(150, 150, 150, 0.5) !important;
  pointer-events: none;
}
.__contents.__recruit .btn span,
.__contents.__recruit .btn-non span {
  font-size: 12px;
}
.__contents.__recruit .btn-non span br {
  display: none;
}

.__contents.__recruit .btn:hover {
  color: rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 10px 15px 10px rgba(33, 33, 33, 0.25);
  box-shadow: 0 10px 15px 10px rgba(33, 33, 33, 0.25);
}
.__contents.__recruit a:first-child {
  margin-right: 20px;
}

/* company info */
#companyinfo {
  background: rgba(245, 245, 245, 1);
  background-size: cover;
  color: rgba(0, 0, 0, 1);
}
.__contents.__company {
  padding-top: 50px;
  padding-bottom: 50px;
  color: rgba(0, 0, 0, 1);
  background: none;
  text-align: center;
}
.__contents.__company h3 {
  background: url(../img/line-y-dot-black.png) center bottom no-repeat;
  padding-bottom: 90px;
}

.__contents.__company table {
  font-size: 13px;
}
.__contents.__company tr {
  margin-bottom: 10px;
}
.__contents.__company th {
  width: 30%;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
.__contents.__company td {
  width: 70%;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: top;
}
.__contents.__company tr:last-child td {
  vertical-align: middle;
}
.__contents.__company a,
.__contents.__company a:visited,
.__contents.__company a:active {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.__contents.__company a:hover {
  color: rgba(0, 0, 0, 1);
}

/* acsess */
#accessinfo {
  background: rgba(255, 255, 255, 1);
  background-size: cover;
  color: rgba(0, 0, 0, 1);
}
#accessinfo .__contents {
  margin-bottom: 0;
}
.__contents.__access {
  padding-top: 50px;
  padding-bottom: 0px;
  color: rgba(0, 0, 0, 1);
  background: none;
  text-align: center;
}
.__contents.__access h3 {
  background: url(../img/line-y-dot-black.png) center bottom no-repeat;
  padding-bottom: 90px;
}
.__contents.__access .__tab-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
.__tab {
  width: 16.6667%;
  padding-bottom: 9px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}
.__tab.-col-2 {
  width: 33%;
}
.__tab.__active {
  border-bottom: 3px solid rgba(0, 0, 0, 1);
}

#maps-tokyo,
#maps-osaka,
#maps-media {
  width: 100%;
  height: 450px;
}

#mapBoxes {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 20px 15px 0 rgba(66, 66, 66, 0.2);
  box-shadow: 0 20px 15px 0 rgba(66, 66, 66, 0.2);
}
#mapBoxes > div {
  clear: both;
  position: relative;
  width: 100%;
  height: 450px;
}
.__address {
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 10;
  font-weight: 700;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.__back {
  text-align: center;
  margin-bottom: 50px;
}
.__pagetop {
  cursor: pointer;
}

/*--------------------------------------
**
** スマホ
**
--------------------------------------*/
@media (max-width: 767px) {
  body#about {
    background: url(../img/cns_ic.svg) center -20px no-repeat;
    background-size: 110% auto;
  }
  /*----------------------------------
	** header
	----------------------------------*/
  #about header {
    width: 100%;
    height: 85vh;
  }
  nav.__anchor {
    display: none;
  }
  #about header h2 {
    margin-bottom: 0;
    margin-top: 70px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 1;
  }
  #about header h3 {
    margin-bottom: 0;
    margin-top: 50px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: right;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 1;
  }
  #about header h3 img {
    max-width: 100%;
    height: auto;
  }

  /* philosophy */
  #philosophy .__contents {
    padding-top: 100px;
    padding-bottom: 15px;
    /*background: url(../img/line-y-dot-black.png) center 30px no-repeat;
		margin-bottom: 50px;*/
    position: relative;
  }

  .__div-wrap {
    position: static;
    bottom: none;
    z-index: 100;
    width: 100%;
  }
  .__card-div {
    padding: 5px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    float: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 7px 0 rgba(33, 33, 33, 0.3);
    box-shadow: 0 10px 7px 0 rgba(33, 33, 33, 0.3);
    height: 220px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.67, 0.007, 0.52, 0.96);
    overflow: hidden;
  }
  .__card-kkr {
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    float: none;
    background: url(../img/ic-x.png) center center no-repeat;
    background-size: 35px 35px;
  }
  .__card-div.__cp {
    background: rgba(255, 255, 255, 1) url(../img/ic-event.png) center center
      no-repeat;
  }
  .__card-div.__cr {
    background: rgba(255, 255, 255, 1) url(../img/ic-creative.png) center center
      no-repeat;
  }
  .__card-div.__vp {
    background: rgba(255, 255, 255, 1) url(../img/ic-movie.png) center center
      no-repeat;
  }
  .__card-div.__rd {
    background: rgba(255, 255, 255, 1) url(../img/ic-develop.png) center center
      no-repeat;
  }

  .__card-div .__child {
    background: rgba(255, 255, 255, 1);
    display: block;
    width: 100%;
    margin-top: 220px;
    height: 220px;
    transition: all 0.5s cubic-bezier(0.67, 0.007, 0.52, 0.96);
  }
  .__card-div .__child .__ttl {
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .__card-div .__child ul {
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    padding-left: 0;
    margin-left: 1.5em;
  }
  .__card-div .__child ul li {
    margin-bottom: 7px;
  }
  .__card-div .__child ul li:last-child {
    margin-bottom: 0;
  }
  .__card-div:hover .__child {
    margin-top: 0;
  }
  .__div-wrap .__4line {
    display: none;
    background: url(../img/line-four.png) center top no-repeat;
    height: 121px;
    clear: both;
  }

  /* our team */
  #team .__contents {
    padding-top: 100px;
    background: url(../img/line-y-dot-white.png) center 30px no-repeat;
    margin-bottom: 50px;
  }

  #team .__card {
    padding: 10px;
    color: rgba(0, 0, 0, 1);
    border-radius: 10px;
    transition: 0.2s all;
    height: 100px;
  }
  #team .__contents .col-card-6 {
    width: 50%;
    float: left;
    padding: 7px;
  }
  #team .__contents .col-card-3 {
    width: 50%;
    float: left;
    padding: 7px;
  }
  #team .__contents .__col-3 {
    width: calc(100% / 3);
    float: left;
    padding: 7px;
  }
  #team .__card span {
    display: block;
    position: relative;
    top: 50%;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-align: center;
    transform: translateY(-60%);
  }
  #team .__card span br {
    display: none;
  }

  /* FINDERS */
  #finders {
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
  }
  .__contents.__finders {
    padding-top: 50px;
    padding-bottom: 50px;
    color: rgba(255, 255, 255, 1);
    background: none;
    text-align: center;
  }
  .__contents.__finders h3 {
  }
  .__contents.__finders .__lead {
    font-size: 0.9rem;
  }
  .__contents.__finders .__lead br {
    display: inline;
  }

  /* dot */
  #dot {
    color: rgba(255, 255, 255, 1);
  }
  .__contents.__dot {
    padding-top: 50px;
    padding-bottom: 50px;
    color: rgba(255, 255, 255, 1);
    background: none;
    text-align: center;
  }
  .__contents.__dot h3 {
  }
  .__contents.__dot .__lead {
    font-size: 0.9rem;
  }
  .__contents.__dot .__lead br {
    display: inline;
  }

  /* csr */
  #csr {
    background: rgba(0, 0, 0, 1) url(../img/bg-csr.png) center top no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 1);
  }
  .__contents.__csr {
    padding-top: 50px;
    padding-bottom: 50px;
    color: rgba(255, 255, 255, 1);
    background: none;
    text-align: center;
  }
  .__contents.__csr h3 {
    background: url(../img/line-y-dot-white.png) center bottom no-repeat;
    padding-bottom: 90px;
  }
  .__contents.__csr .btn {
    font-size: 36px;
    color: rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 700;
    padding: 30px 30px;
    transition: 0.2s all;
    margin-left: 10px;
    margin-right: 10px;
  }
  .__contents.__csr .btn:hover {
    color: rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 10px 15px 10px rgba(33, 33, 33, 0.25);
    box-shadow: 0 10px 15px 10px rgba(33, 33, 33, 0.25);
  }

  .__contents.__recruit .btn {
    padding: 20px 10px;
    font-size: 20px;
  }
  .__contents.__recruit .btn span {
    display: block;
    word-wrap: break-word;
    margin-top: 7px;
  }
  .__contents.__recruit .btn-non span br {
    display: block;
  }

  /* company info */
  #companyinfo {
    background: rgba(245, 245, 245, 1);
    background-size: cover;
    color: rgba(0, 0, 0, 1);
  }
  .__contents.__company {
    padding-top: 50px;
    padding-bottom: 50px;
    color: rgba(0, 0, 0, 1);
    background: none;
    text-align: center;
  }
  .__contents.__company h3 {
    background: url(../img/line-y-dot-black.png) center bottom no-repeat;
    padding-bottom: 90px;
  }

  .__contents.__company table {
    font-size: 13px;
  }
  .__contents.__company tr {
    margin-bottom: 10px;
  }
  .__contents.__company th {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    vertical-align: top;
  }
  .__contents.__company td {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 15px;
    text-align: left;
    vertical-align: top;
  }
  .__contents.__company tr:last-child th {
    text-align: center;
  }
  .__contents.__company tr:last-child td {
    vertical-align: middle;
  }

  .__tab {
    width: 25%;
    padding-bottom: 9px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
  }
  .__tab.-col-2 {
    width: 50%;
  }
  #maps-tokyo,
  #maps-osaka,
  #maps-media {
    width: 100%;
    height: 450px;
  }

  #mapBoxes {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 20px 15px 0 rgba(66, 66, 66, 0.2);
    box-shadow: 0 20px 15px 0 rgba(66, 66, 66, 0.2);
  }
  #mapBoxes > div {
    clear: both;
    position: relative;
    width: 100%;
    height: 450px;
  }
  .__address {
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 10;
    font-weight: 700;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

/*--------------------------------------
**
** print
**
--------------------------------------*/
@media print {
  #wrap {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    border: none;
  }
  #about header {
    width: 100%;
    height: 150px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 1);
    position: relative;
  }
  .__contents h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  #about nav {
    display: none;
  }
  .__contents {
    padding-top: 40px;
    background: none;
    margin-bottom: 40px;
    text-align: left;
  }

  footer {
    display: none;
  }
}

/*  */
.recruit-career {
  margin: 0 0 80px 0;
}
@media (max-width: 767px) {
}

.career-ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px 0;
}
@media (max-width: 767px) {
}

.career-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .career-list {
    margin: 0;
  }
}

.career-item {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .career-item {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
}

.career-btn {
  display: block;
  width: 100%;
  color: #000;
  background: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  padding: 30px;
  transition: 0.2s all;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .career-btn {
    font-size: 18px;
    padding: 15px;
  }
}

.career-btn:hover,
.career-btn:active {
  color: #000;
  background-color: #cecece;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5));
}
.career-btn:focus {
  color: #000;
  text-decoration: none;
}

.career-btn-tx {
  position: relative;
  z-index: 2;
}
.-bgtx {
  position: relative;
}
.-bgtx::after {
  content: "";
  font-size: 85px;
  line-height: 1;
  color: #f3f3f3;
  position: absolute;
  right: -10px;
  bottom: -15px;
}
@media (max-width: 767px) {
  .-bgtx::after {
    font-size: 60px;
  }
}
.-cp::after {
  content: "EVENT";
}
.-cr::after {
  content: "CREATIVE";
}
.-vp::after {
  content: "MOVIE";
}
.-rd::after {
  content: "DEVELOP";
}

.-pc {
  display: inline;
}
.-sp {
  display: none;
}
@media (max-width: 767px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: inline;
  }
}
