@charset "utf-8";

/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  letter-spacing: 2px;
}

body {
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 80%;
  color: #333;
}

a {
  color: #333;
  text-decoration: underline;
}

body,
html,
main {
  /* important */
  height: 100%;
}

html {
  position: relative;
}

body {
  height: 100%;
  line-height: 1.7;
  color: #666;
  position: relative;
}

.clr {
  overflow: hidden;
  position: relative;
  zoom: 1;
  /*ここまで回り込み解除*/
}

img {
  vertical-align: top;
}

header {
  top: 0;
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid #f7f7f7;
}

#header {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}

#header li.first_li {
  margin-left: 0px;
}

#header li {
  height: 54px;
  display: block;
  border-top: 2px solid #fff;
  margin: 0;
}

.current {
  border-top: 2px solid #000;
}

#logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

p.et_link {
  margin: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  color: #000;
  font-size: 17px;
  width: 700px;
  margin-bottom: 50px;
}

p.et_link a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 8px;
}

p.et_link a,
.et_link_box a {
  text-decoration: none;
}

p.et_link a:hover {
  filter: Alpha(opacity=70);
  opacity: 0.7;
}

p.et_link2 {
  margin: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  color: #000;
  font-size: 17px;
  width: 400px;
  margin-top: 50px;
  padding: 8px;
}

p.et_link3 {
  margin: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  color: #000;
  font-size: 17px;
  width: 400px;
  margin-bottom: 50px !important;
  padding: 8px;
}

.et_link_box p {
  transition: all 0.5s ease;
}

.et_link_box p:hover {
  background-color: #000;
  color: #fff;
}

.cd-fixed-bg {
  position: relative;
  min-height: 550px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.cd-fixed-bg2 {
  position: relative;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

/*1367px以上の時パララックス効果有効*/
@media screen and (min-width: 1367px) {
  .cd-fixed-bg {
    min-height: 100%;
    background-attachment: fixed;
  }

  .cd-fixed-bg2 {
    background-attachment: fixed;
  }
}

.cd-fixed-bg2.cd-bg-1 {
  background-image: url("../img/main01.jpg");
}

.cd-fixed-bg2.cd-bg-8 {
  background-image: url("../img/main06.jpg");
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/main01.jpg");
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/main02.jpg");
}

.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/main03.jpg");
  z-index: 3;
}

.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/main04.jpg");
}

.cd-fixed-bg.cd-bg-5 {
  background-image: url("../img/main05.jpg");
  z-index: 3;
}

.cd-fixed-bg.cd-bg-6 {
  background-image: url("../img/main07.jpg");
  position: relative;
}

.cd-fixed-bg.cd-bg-7 {
  background-image: url("../img/main08.jpg");
  position: relative;
}

.cd-fixed-bg.cd-bg-8 {
  background-image: url("../img/main06.jpg");
  position: relative;
}

.cd-fixed-bg2.cd-bg-p-1 {
  background-image: url("../img/main08.jpg");
  background-position: top -200px center;
  position: relative;
  margin-top: 72px;
}

.cd-scrolling-bg {
  position: relative;
  background-color: #fff;
  z-index: 9;
}

.contents {
  width: 960px;
  padding: 100px 0 130px;
  margin: 0 auto;
  zoom: 1;
}

h2 {
  text-align: center;
  padding-bottom: 45px;
}

p {
  line-height: 200%;
  text-align: center;
}

.page_title {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

/*事業案内*/
#solution #service {
  display: flex;
  flex-flow: column;
  justify-content: center;
  list-style: none;
  width: 600px;
  margin: 0 auto;
}

#solution #service li {
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
#sitelist {
  width: 845px;
  margin: 30px auto 0 auto;
}

#sitelist li {
  margin: 0 0 20px 0;
  list-style: none;
  text-align: center;
}

#sitelist li.last {
  margin: 0 0 0 0;
}

#sitelist li a:hover img {
  filter: Alpha(opacity=70);
  opacity: 0.7;
}

/*クリエイター*/
#creator p {
  margin-bottom: 20px;
}

#creator p.chief {
  padding: 10px 0 15px 0;
}

#creator ul li {
  list-style: none;
  text-align: center;
  float: left;
  padding-top: 25px;
}

#creator ul li.mid_d {
  margin: 0 25px;
}

#creator ul li span {
  font-size: 90%;
  color: #666;
  display: inline-block;
  margin-top: 10px;
}

/*事例*/
#gallery {
  height: 595px;
  margin: 0 auto;
}

.galleria-images {
  width: 840px;
  height: 595px;
}

.galleria-images img {
  width: 840px !important;
  height: 595px !important;
  top: 0px !important;
}

.pikachoose {
  width: 840px;
  margin: 0 auto;
}

.pikachoose ul {
  list-style-type: none;
}

.pikachoose a {
  color: #fff;
}

/* Style the thumbnails */
.pika-thumbs {
  width: 850px;
  margin: 0 auto;
  padding: 0;
  height: auto;
}

.pika-thumbs li {
  width: 96px;
  height: 68px;
  margin: 20px 10px 0 0;
  padding: 0;
  overflow: hidden;
  float: left;
  list-style-type: none;
  cursor: pointer;
}

.pika-thumbs li:last {
  margin: 0;
}

.pika-thumbs li .clip {
  position: relative;
  height: 100%;
  text-align: center;
  vertical-align: center;
  overflow: hidden;
}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage,
.pika-textnav {
  width: 100%;
  font-size: 1px;
}

.pika-stage {
  position: relative;
  text-align: center;
  height: 595px;
}

.pika-stage img {
  width: 100%;
}

.pika-stage .caption {
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid #141414;
  font-size: 11px;
  color: #fafafa;
  padding: 10px;
  text-align: right;
  bottom: 50px;
  right: 10px;
}

.pika-stage .caption p {
  padding: 0;
  margin: 0;
  line-height: 14px;
}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {
  position: absolute;
  text-indent: -5000px;
  display: block;
  z-index: 9999;
}

.pika-imgnav a.previous {
  background: url(/common/img/prev.png) no-repeat left 45%;
  height: 100%;
  width: 40px;
  top: 32px;
  left: 0;
  cursor: pointer;
}

.pika-imgnav a.next {
  background: url(/common/img/next.png) no-repeat right 45%;
  height: 100%;
  width: 40px;
  top: 32px;
  right: 0;
  cursor: pointer;
}

.pika-imgnav a.play {
  background: url(/common/img/play.png) no-repeat 0% 50%;
  height: 100px;
  width: 44px;
  top: 0;
  left: 50%;
  display: none;
  cursor: pointer;
}

.pika-imgnav a.pause {
  background: url(/common/img/pause.png) no-repeat 0% 50%;
  height: 100px;
  width: 44px;
  top: 0;
  left: 50%;
  display: none;
  cursor: pointer;
}

/*for the tool tips*/
.pika-tooltip {
  font-size: 12px;
  position: absolute;
  color: white;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 3px solid black;
}

.pika-counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  font-size: 11px;
  padding: 3px;
  border-radius: 5px;
}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */
.pika-loader {
  background: url(/common/img/loading.gif) 3px 3px no-repeat #000;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  width: 60px;
  font-size: 11px;
  padding: 5px 3px;
  text-align: right;
  position: absolute;
  top: 15px;
  right: 15px;
}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal {
  overflow: hidden;
}

.jcarousel-skin-pika .jcarousel-clip-horizontal {
  height: auto;
  width: 100%;
}

.contents:after {
  clear: both;
}

.contents dl {
  width: 960px;
  border-bottom: 1px solid #eee;
}

.contents dl dt {
  width: 100px;
  padding: 20px 30px 20px 15px;
  float: left;
  border-top: 1px solid #eee;
}

.contents dl dd {
  width: 815px;
  padding: 20px 0;
  float: left;
  border-top: 1px solid #eee;
}

.contents dl dd a {
  text-decoration: none;
}

.contents dl dd a:hover {
  text-decoration: underline;
}

.no_boder {
  border-bottom: 1px solid #eee;
}

#company table {
}

#company table tr th,
#company table tr td {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

#company table tr th {
  padding-left: 15px;
}

#company table tr.first_tr th,
#company table .first_tr td {
  border-top: 1px solid #eee;
}

#company ul {
  list-style: none;
}

#company ul li {
  padding-bottom: 10px;
}

#company ul li.last {
  padding-bottom: 0px;
}

#company ul.info li {
  background: url(../img/list.gif) no-repeat 1px 6px;
  padding: 0 0 0 14px;
}

#map {
  margin: 20px 0 0 0;
  width: 960px;
  height: 480px;
}

/*お問い合わせ*/
#modal-content {
  width: 70%;
  margin: 1.5em auto 0;
  padding: 20px 30px;
  border: 1px solid #aaa;
  background: #fff;
  z-index: 100;
  position: fixed;
  text-align: left;
  font-size: 90%;
  display: none;
}

#modal-content li {
  list-style-position: inside;
}

#modal-content p {
  text-align: left;
  margin: 0 0 0 0px;
  line-height: 140%;
}

#modal-content h2 {
  margin: 0 0 15px 0px;
  padding: 0;
}

#modal-content h3 {
  margin: 15px 0 5px 0px;
}

.text_right {
  text-align: right;
}

.close_link {
  text-align: center !important;
  padding: 15px 0 0 0 !important;
  font-size: 120%;
}

.close_link2 {
  text-align: center !important;
  padding: 0 0 15px 0 !important;
  font-size: 120%;
}

.button-link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

.button-link:hover {
  cursor: pointer;
  color: #f00;
}

#modal-overlay {
  z-index: 13 !important;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

#contact #select {
  width: 574px;
  margin: 0 auto;
  list-style: none;
}

#contact #select li {
  float: left;
  padding: 10px 15px 35px 15px;
}

#contact #select li a:hover img {
  filter: Alpha(opacity=100);
  opacity: 1;
}

#contact #select li a img {
  filter: Alpha(opacity=70);
  opacity: 0.7;
}

.basicTable {
  padding: 15px 0 0 0;
}

.basicTable th {
  width: 160px;
}

.basicTable span {
  color: #900;
}

.basic01,
.basic02 {
  width: 410px;
  float: left;
}

.basic02 {
  margin: 0 0 0 40px;
}

.basic03 .sp_block {
  display: block;
}

.seibetsu {
  list-style: none;
}

.seibetsu li {
  float: left;
  padding: 0 15px 0 0;
}

.basicTable ol {
  list-style: none;
}

.basicTable ol li {
  padding: 10px 0 0;
}

.basicTable ol .ol_first {
  padding: 0;
}

@media only screen and (max-device-height: 736px), only screen and (max-device-width: 736px), only screen and (device-height: 568px), only screen and (device-width: 568px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }

  li,
  a,
  dt,
  dd,
  p,
  .basicTable th,
  .basicTable td,
  span,
  th,
  td,
  .label_false,
  .label_true {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  th,
  td {
    display: block;
    width: 100% !important;
  }

  table {
    float: none;
    clear: both;
    margin: 0 10px !important;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #f7f7f7;
  }

  input {
    padding: 6px !important;
    height: 36px;
  }

  .sp_contents {
    padding: 50px 0 130px;
  }

  p.et_link {
    width: 860px;
    margin-bottom: 100px;
    margin-top: 0;
  }

  p.et_link2 {
    width: 560px;
  }

  .et_link_box {
    margin-top: 100px;
  }

  p.et_link3 {
    width: 560px;
    margin-bottom: 100px;
    margin-top: 0;
  }
}

/*プライバシーポリシー*/
#privacy-policy .mg_t_none {
  margin-top: 0;
}

#privacy-policy p {
  text-align: left;
}

#privacy-policy ul {
  margin: 0 0 20px 15px;
}

#privacy-policy ol {
  margin: 0 0 20px 3em;
}

#privacy-policy ol li {
  list-style-type: none;
  counter-increment: cnt;
}

#privacy-policy ol li::before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -3em;
  width: 3em;
  text-align: right;
}

#privacy-policy h3 {
  margin: 30px 0 10px 0;
}

#privacy-policy h4 {
  margin: 20px 0 0 0;
}

#privacy-policy .signature {
  margin: 20px 0;
}

#privacy-policy .signature p {
  text-align: right;
}

#privacy-policy .info_desk {
  text-align: right;
}

#privacy-policy .info_desk div {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;
}

#privacy-policy hr {
  width: 960px;
  padding: 60px 0;
  margin: 0 auto;
  height: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*フッター*/
.footer_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 960px;
  padding: 60px 0;
  margin: 0 auto;
}

.footer_logo {
  padding-right: 50px;
}

.footer_logo img {
  width: 110px;
}

#copy {
  margin: 20px 0 0 10px;
  text-align: left;
}

.footer_nav {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  text-align: left;
}

.footer_nav ul {
  margin-right: 40px;
}

.footer_nav ul:last-child {
  margin-right: 0;
}

.footer_nav li {
  list-style: none;
  margin: 0 0 10px;
}

.footer_nav li a {
  text-decoration: none;
}

.footer_nav li a:hover {
  opacity: 0.7;
}

.footer_nav li .icon {
  width: 13px;
  height: auto;
  margin: 5px 5px 0 0;
}

.footer_nav li .current {
  border-top: none;
}
