@charset "UTF-8";
/**COMMON********************************************/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500; }
html {
  font-size: 62.5% !important; }

body {
  font-family: 'Muli', 'Helvetica Neue','Hiragino Kaku Gothic ProN', 'Yu Gothic','メイリオ',meiryo,sans-serif;
  /**ont-family: 'Quicksand', sans-serif;**/ }

a:link, a:visited {
  color: #000;
  text-decoration: none; }

a.link_line:link, a:visited {
  color: #000;
  text-decoration: underline; }

a.link_line:hover {
  text-decoration: none; }

#tcd {
  margin-bottom: 100px; }
  #tcd a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: “alpha(opacity=80) ”; }
  #tcd article {
    padding-top: 5.0em; }
  #tcd article.post {
    padding-top: 0em; }
  #tcd .wrapper {
    padding: 0 80px; }
  #tcd img.img_center {
    display: block;
    margin: 0 auto; }
  #tcd .txt_just {
    text-align: justify; }
  #tcd .font_jp {
    font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック','メイリオ',meiryo,sans-serif; }
  #tcd a.back_history {
    text-align: center;
    background-color: #eee;
    display: block;
    width: 100%;
    padding: 1em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333; }
  #tcd a.back_history:before {
    margin: 0 0 0 -25px;
    position: absolute;
    content: url("../img_site/common/back_history.png"); }
  #tcd a.back_history:hover {
    color: #fff;
    background-color: #aaa; }
  #tcd a.link_arrow {
    padding: 0 0 0 1.0em;
    background: url(/img_site/common/arrow_grey.png) no-repeat left 0.5em; }
  #tcd nav.navigation .nav-next {
    text-align: right;
    width: 40%;
    float: right;
    padding: 0 1.0em 0 0;
    background: url(/img_site/common/arrow_grey.png) no-repeat right 0.5em; }
  #tcd nav.navigation .nav-previous {
    width: 40%;
    float: left;
    padding: 0 0 0 1.0em;
    background: url(/img_site/common/arrow_grey_l.png) no-repeat left 0.5em; }
  #tcd em.note {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal; }

body.home header,
body.page-id-386 header {
  background-color: #fff; }
  body.home header #wmenu,
  body.page-id-386 header #wmenu {
    padding: 0px 0 0px; }

body#think header {
  background-color: #fff; }
  body#think header #wmenu {
    padding: 0px 0 0px; }

.splash {
  opacity: 0; }
  .splash #tcd {
    margin-bottom: 0px !important;
    height: 100%;
    position: relative; }
    .splash #tcd header#global {
      box-shadow: 0px 0px 0px 0px #fff !important;
      -moz-box-shadow: 0px 0px 0px 0px #fff !important;
      -webkit-box-shadow: 0px 0px 0px 0px #fff !important; }
    .splash #tcd #splash-slide {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -455px;
      margin-top: -209px; }
      .splash #tcd #splash-slide div {
        width: 910px;
        height: 378px;
        overflow: hidden; }
        .splash #tcd #splash-slide div ul {
          position: relative; }
          .splash #tcd #splash-slide div ul li {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0; }
          .splash #tcd #splash-slide div ul #s1 {
            z-index: 10; }
          .splash #tcd #splash-slide div ul #s2 {
            z-index: 20; }
          .splash #tcd #splash-slide div ul #s3 {
            z-index: 30; }
          .splash #tcd #splash-slide div ul #s4 {
            z-index: 40; }
          .splash #tcd #splash-slide div ul #s5 {
            z-index: 50; }
          .splash #tcd #splash-slide div ul #s6 {
            z-index: 60; }

header#global {
  width: 100%;
  padding: 0px 30px 0px !important;
  /**background: url(../img_site/common/head_shadow.png) no-repeat center bottom !important;**/
  /* box-shadow */
  box-shadow: 0px 0px 4px 2px #c7c7c7;
  -moz-box-shadow: 0px 0px 4px 2px #c7c7c7;
  -webkit-box-shadow: 0px 0px 4px 2px #c7c7c7;
  border-bottom: none !important; }
  header#global p.logo {
    float: left;
    width: 20%;
    margin-top: 20px;
    margin-bottom: 20px; }
  header#global #smenu {
    display: none; }
  header#global #wmenu {
    display: block;
    padding: 0px 0 0px; }

header {
  width: 100%;
  padding: 0px 30px 0px !important;
  /**background: url(../img_site/common/head_shadow.png) no-repeat center bottom !important;**/
  /* box-shadow */
  box-shadow: 0px 0px 10px 4px #c7c7c7;
  -moz-box-shadow: 0px 0px 10px 4px #c7c7c7;
  -webkit-box-shadow: 0px 0px 10px 4px #c7c7c7; }
  header h1 {
    float: left;
    width: 20%;
    margin-top: 20px;
    margin-bottom: 20px; }
  header #smenu {
    display: none; }
  header #wmenu {
    display: block;
    padding: 0px 0 15px; }
    header #wmenu nav#main {
      float: left;
      width: 50%;
      padding: 42px 0 0; }
      header #wmenu nav#main ul {
        width: 100%; }
        header #wmenu nav#main ul li {
          display: block;
          float: left;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 400;
          padding: 0 1.5em 0 0; }
        header #wmenu nav#main ul li.current {
          color: #289b66; }
      header #wmenu nav#main ul#dropdown > li > div {
        display: none;
        position: absolute;
        top: 84px;
        left: 0px;
        z-index: 11111;
        width: 100%;
        background: #222;
        opacity: 0.9;
        filter: alpha(opacity=90);
        -ms-filter: "alpha(opacity=90)";
        padding: 50px 0 50px 200px;
        clear: both; }
      header #wmenu nav#main ul#dropdown > li > div > div.sec {
        width: 200px;
        float: left; }
        header #wmenu nav#main ul#dropdown > li > div > div.sec a {
          display: block;
          width: 150px;
          color: #fff;
          padding: 0 0;
          border-right: 1px solid #fff; }
      header #wmenu nav#main ul#dropdown > li > div > ul {
        float: left;
        width: 20%; }
        header #wmenu nav#main ul#dropdown > li > div > ul li {
          float: none;
          font-size: 15px;
          font-size: 1.5rem;
          padding: 0 0 0.5em 0 !important;
          text-align: left; }
          header #wmenu nav#main ul#dropdown > li > div > ul li a {
            color: #fff;
            display: block;
            padding: 0.25em 0.25em; }
          header #wmenu nav#main ul#dropdown > li > div > ul li a:hover {
            background: #666; }
      header #wmenu nav#main li.active > a {
        color: #a3a3a3; }
    header #wmenu nav#sub {
      width: 30%;
      float: right;
      padding: 42px 0 0; }
      header #wmenu nav#sub ul {
        width: 100%; }
        header #wmenu nav#sub ul li {
          display: block;
          float: right;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 300;
          padding: 0 0 0 1em;
          text-align: left; }
        header #wmenu nav#sub ul li.nv5 a:link,
        header #wmenu nav#sub ul li.nv5 a:visited,
        header #wmenu nav#sub ul li.nv6 a:link,
        header #wmenu nav#sub ul li.nv6 a:visited {
          color: #fff;
          padding: 0.25em 0.5em;
          background-color: #37ab86;
          border-radius: 3px; }
        header #wmenu nav#sub ul li.nv5 a:hover,
        header #wmenu nav#sub ul li.nv6 a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80);
          -ms-filter: “alpha(opacity=80) ”; }

header.scroll {
  position: fixed !important;
  z-index: 9999;
  border-bottom: 1px solid #efefef;
  background-color: #fff; }

.btnlike {
  margin-top: 80px;
  border: 40%;
  background-color: #b04b4b;
  line-height: 40px;
  font-size: 20px !important;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  padding: 1.0em 0.5em;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  margin-bottom: 3em; }
  .btnlike a:link,
  .btnlike a:visited {
    color: #fff; }

.pagetop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: none; }

.foot_contact {
  position: fixed;
  right: 80px;
  bottom: 25px;
  width: 160px;
  padding: 0 0.5em;
  background-color: #37ab86;
  height: 40px;
  line-height: 40px;
  display: none;
  z-index: 9999; }
  .foot_contact a:link, .foot_contact a:visited {
    padding-left: 2em;
    background: url("../img_site/common/btm_contact.svg") no-repeat left top;
    background-size: 40px auto;
    color: #fff; }

#foot_cv {
  width: 100%;
  background-color: #8f8f8f;
  margin-top: 0em;
  padding: 5em 0; }
  #foot_cv p.ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1em; }
  #foot_cv p {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 1em;
    color: #fff; }
  #foot_cv a {
    display: block;
    font-weight: bold;
    width: 24em;
    margin: 0 auto;
    padding: 1.25em 1.5em;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    background-color: #37ab86;
    border-radius: 6px;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-box-shadow: 0px 0px 10px 0px gray;
    -moz-box-shadow: 0px 0px 10px 0px gray;
    box-shadow: 0px 0px 10px 0px gray; }
  #foot_cv a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: “alpha(opacity=80) ”; }

#foot_menu {
  width: 100%;
  background-color: #e0e0e0;
  color: #333333; }
  #foot_menu ul#foot_menu_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 65px 35px; }
    #foot_menu ul#foot_menu_wrap li.col6_1 {
      width: 20%;
      float: left; }
      #foot_menu ul#foot_menu_wrap li.col6_1 a {
        color: #333; }
      #foot_menu ul#foot_menu_wrap li.col6_1 a:hover {
        text-decoration: underline; }
      #foot_menu ul#foot_menu_wrap li.col6_1 .toplevel {
        display: block;
        font-size: 18px;
        font-size: 1.6rem;
        padding-right: 2%;
        padding-left: 4%;
        margin-bottom: 2em; }
        #foot_menu ul#foot_menu_wrap li.col6_1 .toplevel small {
          font-size: 12px;
          font-size: 1.2rem; }
      #foot_menu ul#foot_menu_wrap li.col6_1 ul {
        padding-right: 2%;
        padding-left: 4%;
        border-left: 1px solid #c8c8c8; }
        #foot_menu ul#foot_menu_wrap li.col6_1 ul li {
          font-size: 12px;
          font-size: 1.2rem;
          padding-bottom: 1em; }
      #foot_menu ul#foot_menu_wrap li.col6_1 .foot_social {
        border-left: none;
        width: 100%;
        padding-left: 0%;
        padding-right: 0%; }
        #foot_menu ul#foot_menu_wrap li.col6_1 .foot_social li {
          width: 33%;
          float: left;
          text-align: left; }

ul.location li ul li#location a {
  font-weight: bold;
  color: #000; }

ul.policy li ul li#policy a {
  font-weight: bold;
  color: #000; }

ul.profile li ul li#profile a {
  font-weight: bold;
  color: #000; }

ul.client li ul li#client a {
  font-weight: bold;
  color: #000; }

ul.branding li ul li#branding a {
  font-weight: bold;
  color: #000; }

ul.naming li ul li#naming a {
  font-weight: bold;
  color: #000; }

ul.package li ul li#package a {
  font-weight: bold;
  color: #000; }

ul.promotion li ul li#promotion a {
  font-weight: bold;
  color: #000; }

ul.btob_branding li ul li#btob_branding a {
  font-weight: bold;
  color: #000; }

ul.inner_branding li ul li#inner_branding a {
  font-weight: bold;
  color: #000; }

ul.web_branding li ul li#web_branding a {
  font-weight: bold;
  color: #000; }

ul.global_branding li ul li#global_branding a {
  font-weight: bold;
  color: #000; }

ul.corporate_branding_ li ul li#corporate_branding_ a {
  font-weight: bold;
  color: #000; }

ul.store_branding li ul li#store_branding a {
  font-weight: bold;
  color: #000; }

ul.naming_s li ul li#naming_s a {
  font-weight: bold;
  color: #000; }

ul.branding_s li ul li#branding_s a {
  font-weight: bold;
  color: #000; }

ul.product_branding li ul li#product_branding a {
  font-weight: bold;
  color: #000; }

ul.recruit li ul li#recruit a {
  font-weight: bold;
  color: #000; }

footer {
  width: 100%;
  padding: 20px 30px 10px;
  text-align: center;
  background-color: #c8c8c8; }

body.works-post header#global {
  position: absolute;
  z-index: 999; }
body.works-post article#sing {
  position: relative;
  z-index: 888;
  margin-top: 0px !important;
  padding-top: 53px !important; }

body.works #wmenu nav#main ul li.nv1 a:link, body.works #wmenu nav#main ul li.nv1 a:visited {
  color: #a3a3a3; }

body #wmenu nav#main ul li.nv4 span {
  font-size: 14px;
  font-size: 1.4rem; }

body.thinkbranding #wmenu nav#main ul li.nv4 {
  padding: 0 0 0 2.5em; }
  body.thinkbranding #wmenu nav#main ul li.nv4 a:link, body.thinkbranding #wmenu nav#main ul li.nv4 a:visited {
    color: #a3a3a3; }

body.page-id-41 #wmenu nav#main ul li.nv3 a:link, body.page-id-41 #wmenu nav#main ul li.nv3 a:visited,
body.page-id-55 #wmenu nav#main ul li.nv3 a:link,
body.page-id-55 #wmenu nav#main ul li.nv3 a:visited,
body.page-id-45 #wmenu nav#main ul li.nv3 a:link,
body.page-id-45 #wmenu nav#main ul li.nv3 a:visited,
body.page-id-51 #wmenu nav#main ul li.nv3 a:link,
body.page-id-51 #wmenu nav#main ul li.nv3 a:visited {
  color: #a3a3a3; }
body.page-id-41 #wmenu nav#sub ul li.nv3 a:link, body.page-id-41 #wmenu nav#sub ul li.nv3 a:visited,
body.page-id-55 #wmenu nav#sub ul li.nv3 a:link,
body.page-id-55 #wmenu nav#sub ul li.nv3 a:visited,
body.page-id-45 #wmenu nav#sub ul li.nv3 a:link,
body.page-id-45 #wmenu nav#sub ul li.nv3 a:visited,
body.page-id-51 #wmenu nav#sub ul li.nv3 a:link,
body.page-id-51 #wmenu nav#sub ul li.nv3 a:visited {
  color: #a3a3a3; }

body.page-id-5 #wmenu nav#main ul li.nv2 a:link, body.page-id-5 #wmenu nav#main ul li.nv2 a:visited,
body.parent-pageid-5 #wmenu nav#main ul li.nv2 a:link,
body.parent-pageid-5 #wmenu nav#main ul li.nv2 a:visited {
  color: #a3a3a3; }
body.page-id-5 #wmenu nav#sub ul li.nv2 a:link, body.page-id-5 #wmenu nav#sub ul li.nv2 a:visited,
body.parent-pageid-5 #wmenu nav#sub ul li.nv2 a:link,
body.parent-pageid-5 #wmenu nav#sub ul li.nv2 a:visited {
  color: #a3a3a3; }

body.page-id-61 #wmenu nav#sub ul li.nv6 a:link, body.page-id-61 #wmenu nav#sub ul li.nv6 a:visited,
body.page-id-103 #wmenu nav#sub ul li.nv6 a:link,
body.page-id-103 #wmenu nav#sub ul li.nv6 a:visited {
  color: #a3a3a3; }

body.page-id-155 #wmenu nav#sub ul li.nv7 a:link, body.page-id-155 #wmenu nav#sub ul li.nv7 a:visited {
  color: #a3a3a3; }

/**PAGE********************************************/
/* Responsive */
@media (max-width: 900px) {
  html {
    font-size: 100%;
    height: 100%; }

  body {
    height: 100%;
    margin: 0; }

  br.nobr {
    display: none; }

  header #wmenu {
    position: relative; }
    header #wmenu nav#main {
      float: right;
      width: auto;
      padding: 15px 0 20px; }
      header #wmenu nav#main ul {
        width: 100%; }
        header #wmenu nav#main ul li {
          display: block;
          float: left;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 400;
          padding: 0 2em 0 0; }
        header #wmenu nav#main ul li:nth-last-of-type(1) {
          padding: 0 0em 0 0; }
    header #wmenu nav#sub {
      clear: both;
      width: auto;
      float: none;
      padding: 0px 0 0;
      position: absolute;
      right: 0;
      top: 55px; }
      header #wmenu nav#sub ul {
        width: 100%; }
        header #wmenu nav#sub ul li {
          display: block;
          float: right;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 300;
          padding: 0 0 0 1em;
          text-align: left; }

  .splash {
    opacity: 1 !important; }
    .splash #tcd {
      margin-bottom: 0px !important;
      height: 100%;
      position: inherit; }
      .splash #tcd #splash-slide {
        width: 100%;
        height: 100%;
        position: inherit;
        left: 0;
        top: 0;
        margin-left: 0px;
        margin-top: 0%; }
        .splash #tcd #splash-slide div {
          width: 100%;
          height: 100%;
          overflow: auto; }
          .splash #tcd #splash-slide div ul {
            position: relative; }
            .splash #tcd #splash-slide div ul li {
              position: absolute;
              left: 0;
              top: 0;
              opacity: 0; } }
@media (max-width: 480px) {
  html {
    font-size: 100%;
    height: 100%; }

  body {
    height: 100%;
    margin: 0; }

  br.nobr {
    display: none; }

  header#global {
    background: none !important;
    padding: 5px 20px 5px !important; }
    header#global p.logo {
      width: 30%;
      padding: 0; }
    header#global #wmenu {
      display: none; }
    header#global #smenu {
      display: block; }

  header {
    background: none !important;
    padding: 5px 20px 5px !important; }
    header h1 {
      width: 30%;
      line-height: 0 !important;
      padding: 0; }
    header #wmenu {
      display: none; }
    header #smenu {
      display: block; }

  #tcd article {
    padding: 10px 20px 0px !important; }
    #tcd article span.layerTxt {
      font-size: 1.6rem;
      color: #000;
      font-family: 'Muli', sans-serif; }
  #tcd .wrapper {
    padding: 0 0px; }

  #foot_cv a {
    width: 90%; }

  #foot_menu {
    display: none; }

  footer {
    padding: 10px 20px 10px !important; }

  body.works-post header#global {
    position: inherit;
    z-index: auto; }
  body.works-post article#sing {
    position: inherit;
    z-index: auto;
    margin-top: 0px !important;
    padding-top: 0px !important; }

  .splash {
    opacity: 1 !important; }
    .splash #tcd {
      margin-bottom: 0px !important;
      height: 100%;
      position: inherit; }
      .splash #tcd #splash-slide {
        width: 100%;
        height: 100%;
        position: inherit;
        left: 0;
        top: 0;
        margin-left: 0px;
        margin-top: 35%; }
        .splash #tcd #splash-slide div {
          width: 100%;
          height: 100%;
          overflow: auto; }
          .splash #tcd #splash-slide div ul {
            position: relative; }
            .splash #tcd #splash-slide div ul li {
              position: absolute;
              left: 0;
              top: 0;
              opacity: 0; } }
/******************************

ソーシャルエリア全体を囲む要素
* 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい

******************************/
.social-area-syncer {
  width: 100%;
  min-height: 190px;
  padding: 1.5em 0; }

ul.social-button-syncer {
  width: 100%;
  margin: 40px auto;
  padding: 0;
  list-style-type: none; }
  ul.social-button-syncer li {
    float: left;
    width: 13%;
    margin: 0 8px;
    padding: 0; }
    ul.social-button-syncer li #socialarea_tw,
    ul.social-button-syncer li #socialarea_fb,
    ul.social-button-syncer li #socialarea_hate,
    ul.social-button-syncer li #socialarea_po {
      background: url("/img_site/common/sns_fukidasi.png") no-repeat left top;
      padding-top: 10px;
      height: 50px; }
  ul.social-button-syncer li:nth-last-of-type(1) {
    margin-top: -4px; }

/* デスクトップPCでは高さを拡張する */
@media screen and (min-width: 480px) {
  .social-area-syncer {
    min-height: 119px; } }
@media (max-width: 480px) {
  ul.social-button-syncer {
    width: 65%;
    margin: 4em auto; }
    ul.social-button-syncer li {
      float: left; } }
/* デスクトップ */
/* デスクトップPCではLINEボタンを表示しない */
@media screen and (min-width: 480px) {
  .sc-li {
    display: none; } }
/* 点滅 */
.blinking {
  -webkit-animation: blink 1.3s ease-in-out infinite alternate;
  -moz-animation: blink 1.3s ease-in-out infinite alternate;
  animation: blink 1.3s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    color: #ccc; }
  34% {
    color: #ccc; }
  35% {
    color: #cc0000; }
  100% {
    color: #cc0000; } }
@-moz-keyframes blink {
  0% {
    color: #ccc; }
  34% {
    color: #ccc; }
  35% {
    color: #cc0000; }
  100% {
    color: #cc0000; } }
@keyframes blink {
  0% {
    color: #ccc; }
  34% {
    color: #ccc; }
  35% {
    color: #cc0000; }
  100% {
    color: #cc0000; } }
/**********************************************/
header {
  margin: 0;
  padding: 0;
  list-style: none; }

dl {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  margin: 0;
  padding: 0;
  list-style: none; }

dd {
  margin: 0;
  padding: 0;
  list-style: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#slide ul {
  *zoom: 1; }

#slide ul:after {
  content: "";
  display: block;
  clear: both; }

#wmenu {
  *zoom: 1; }

#wmenu:after {
  content: "";
  display: block;
  clear: both; }

#foot_menu_wrap {
  *zoom: 1; }

#foot_menu_wrap:after {
  content: "";
  display: block;
  clear: both; }

.box__clr {
  *zoom: 1; }

.box__clr:after {
  content: "";
  display: block;
  clear: both; }

.social-area-syncer {
  *zoom: 1; }

.social-area-syncer:after {
  content: "";
  display: block;
  clear: both; }

.social-button-syncer {
  *zoom: 1; }

.social-button-syncer:after {
  content: "";
  display: block;
  clear: both; }

.foot_social {
  *zoom: 1; }

.foot_social:after {
  content: "";
  display: block;
  clear: both; }

.navigation {
  *zoom: 1; }

.navigation:after {
  content: "";
  display: block;
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*# sourceMappingURL=common.css.map */
