@charset "UTF-8";
.corp #target .item_target .area_ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.area_ttl span {
  display: block;
  font-size: 45px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.area_lead {
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 40px;
}

/* link_btn */
.link_btn {
  background-color: #333333;
  display: inline-block;
  text-align: left;
  width: 250px;
}

.link_btn a {
  display: block;
  position: relative;
  color: #fefefe;
  font-weight: bold;
  padding: 28px 20px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.link_btn a:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #34495e;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.link_btn a:hover {
  color: #333333;
}

.link_btn a:hover:before {
  background-color: #ffff00;
  left: 0;
}

.link_btn span {
  position: relative;
  z-index: 2;
  display: block;
  padding-right: 15px;
  background-image: url("../images/arrow_right_w.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.link_btn a:hover span {
  background-image: url("../images/arrow_right.png");
}

.link_btn.yell {
  background-color: #ffff00;
}

.link_btn.yell a {
  color: #333333;
}

.link_btn.yell a span {
  background-image: url("../images/arrow_right.png");
}

.link_btn.yell a:before {
  background-color: #333333;
}

.link_btn.yell a:hover {
  color: #fefefe;
}

.link_btn.yell a:hover span {
  background-image: url("../images/arrow_right_w.png");
}

/* ---------- home ---------------------------------------- */
#top_visual {
  clear: both;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#top_visual .scroll {
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
  margin: auto;
  width: 7%;
}

#top_visual .movie {
  height: 100vh;
  position: relative;
  margin-left: 7%;
}

#top_visual .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /* background: url('../../common/images/bg.png') no-repeat;
  background-size: cover; */
  z-index: -1;
}

#top_visual .movie .catchcopy {
  position: relative;
  top: 50%;
  left: 15%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 100%;
}

#top_visual .movie .catchcopy p {
  font-size: 8.5vw;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  line-height: 130%;
}

#top_visual .movie .catchcopy p span {
  font-size: 5.5vw;
  display: block;
  padding-top: 5px;
}

@media only screen and (min-width: 1200px) {
  #top_visual .movie .catchcopy p {
    font-size: 110px;
  }
  #top_visual .movie .catchcopy p span {
    font-size: 60px;
  }
}
.home #news {
  height: 80px;
}

.home #news .ttl {
  background-color: #333333;
  width: 30%;
  float: left;
  text-align: center;
  line-height: 80px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.ticker {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 0 5%;
  width: 70%;
  text-align: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

.ticker ul li a {
  color: #333333;
  font-size: 15px;
}

.ticker ul li a:hover {
  text-decoration: underline;
}

.home #advantage {
  background-color: #f8f8f8;
  background-image: url("../images/home/bg_advantage.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 130px 0;
}

.home #advantage .area_ttl {
  margin-bottom: 40px;
}

.home #advantage .catchcopy {
  font-size: 24px;
  font-weight: bold;
  line-height: 180%;
  margin-bottom: 30px;
}

.home #advantage p {
  line-height: 200%;
  margin-bottom: 60px;
}

.home #advantage .link_btn {
  margin: 0 0 0 auto;
  display: table;
}

.home #specialty {
  padding: 120px 0 100px;
}

.home #specialty .about_web {
  position: relative;
  margin-top: 50px;
  padding: 50px 0;
}

.home #specialty .about_web::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  background-image: url("../images/home/bg_specialty.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 465px;
  z-index: -1;
}

@media only screen and (max-width: 940px) {
  .home #specialty .about_web::before {
    left: 4%;
  }
}
.home #specialty .about_web .text {
  text-align: center;
  margin-bottom: 60px;
}

.home #specialty .about_web .text h3 {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  padding-right: 30px;
}

.home #specialty .about_web .text p {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #FFF;
  line-height: 180%;
}

#specialty .about_web .web_ctgr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#specialty .about_web .web_ctgr ul li {
  float: left;
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 26px;
}

#specialty .about_web .web_ctgr ul li:last-child {
  margin-right: 0;
}

#specialty .about_web .web_ctgr ul li a {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  background-color: #ffff00;
  display: block;
  padding-right: 8%;
  background-image: url("../images/arrow_right.png");
  background-position: right 4% center;
  background-repeat: no-repeat;
}

#specialty .about_web .web_ctgr ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#specialty .about_web .web_ctgr ul li p {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0em;
  padding: 28px 0;
  background-position: left 10% center;
  background-repeat: no-repeat;
  background-size: auto 50px;
}

/**/
#specialty .about_web .web_ctgr ul li.corp p {
  background-image: url("../images/ic_corporate-site.png");
  padding-left: 32%;
}

#specialty .about_web .web_ctgr ul li.recr p {
  background-image: url("../images/ic_recruit-site.png");
  background-size: auto 48px;
  padding-left: 38%;
}

#specialty .about_web .web_ctgr ul li.bran p {
  background-image: url("../images/ic_brand-site.png");
  background-position: left 7% center;
  padding-left: 32%;
}

#specialty .about_web .web_ctgr ul li.ec p {
  background-image: url("../images/ic_ec-site.png");
  padding-left: 38%;
}

#specialty .about_web .web_ctgr ul li.blog p {
  background-image: url("../images/ic_blog-media.png");
  padding-left: 37%;
  background-size: auto 45px;
}

#specialty .about_web .web_ctgr ul li p span {
  font-size: 10px;
  line-height: 150%;
  display: block;
}

#specialty .system ul {
  font-size: 0;
  text-align: right;
  padding-top: 30px;
}

#specialty .system ul li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 31.3%;
  height: 180px;
  margin-right: 2.9%;
  margin-bottom: 26px;
}

#specialty .system ul li:nth-child(3n) {
  margin-right: 0;
}

#specialty .system ul li:last-child {
  margin-right: 0;
}

#specialty .system ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../images/bg_app.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#specialty .system ul li:hover:after {
  opacity: 0.9;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/**/
#specialty .system ul li.app:after {
  background-image: url("../images/bg_app.jpg");
}

#specialty .system ul li.anal:after {
  background-image: url("../images/bg_advertisement.jpg");
}

#specialty .system ul li.syst:after {
  background-image: url("../images/bg_original -system.jpg");
}

#specialty .system ul li.uxui:after {
  background-image: url("../images/bg_uiux.jpg");
}

#specialty .system ul li.grap:after {
  background-image: url("../images/bg_graphic.jpg");
}

#specialty .system ul li a {
  display: block;
  height: 100%;
  z-index: 2;
  position: relative;
}

#specialty .system ul li p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #FFF;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  background-image: url("../images/arrow_right_w.png");
  background-position: right 5% center;
  background-repeat: no-repeat;
  padding: 0 10%;
}

.home #service {
  background-color: #ececec;
  padding: 100px 0;
}

.home #service .box {
  position: relative;
}

.home #service .serv_list {
  padding-top: 50px;
  font-size: 0;
  text-align: center;
}

.home #service .serv_list li {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - 3px);
  height: 110px;
  background-color: #FFF;
  text-align: center;
}

.home #service .serv_list li:nth-child(3n) {
  margin-right: 0;
}

.home #service .serv_list li .no {
  font-size: 30px;
  font-weight: 400;
  margin-top: 65px;
  margin-bottom: 25px;
}

.home #service .serv_list li .serv {
  font-size: 20px;
}

.home #service .serv_list li .serv .en {
  display: block;
  font-size: 10px;
}

.home #service .link_btn {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1040px) {
  .home #service .serv_list li {
    margin-right: 7%;
  }
}
@media only screen and (max-width: 940px) {
  .home #service .serv_list li {
    margin-right: 5%;
    width: 210px;
    height: 210px;
  }
  .home #service .serv_list li .no {
    margin-top: 45px;
  }
}
.home #work {
  background-color: #ECECEC;
  padding: 120px 0 210px;
}

.home #work .box {
  position: relative;
}

.home #work .link_btn {
  position: absolute;
  right: 0;
  bottom: -90px;
}

#work_list {
  padding-top: 40px;
}

#work_list ol {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#work_list ol > li {
  max-width: 320px;
  float: left;
  margin-bottom: 50px;
  margin-right: 2%;
  width: 32%;
  background-color: #FFF;
}

#work_list ol li:nth-child(3n) {
  margin-right: 0;
}

#work_list ol li a {
  display: block;
  height: 100%;
  color: #333;
}

#work_list ol li .photo img {
  width: 100%;
  height: auto;
}

#work_list ol li .text {
  padding: 15px 5%;
}

#work_list ol li .title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

#work_list ol li .ctgr {
  font-size: 0;
}

#work_list ol li .ctgr li {
  color: #666666;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  border-bottom: solid 1px #666666;
  padding-bottom: 3px;
}

#news_end {
  padding: 100px 0 120px;
}

#news_end .box {
  position: relative;
}

#news_end .area_ttl {
  margin-bottom: 40px;
}

#news_end .link_btn {
  position: absolute;
  top: 0;
  right: 0;
}

#news_end dl {
  border-top: solid 1px #d6d6d6;
}

#news_end dl dt {
  float: left;
  padding: 25px 0;
  font-size: 14px;
}

#news_end dl dd {
  border-bottom: solid 1px #d6d6d6;
}

#news_end dl dd a {
  display: block;
  color: #333333;
  padding: 25px 8% 25px 150px;
  background-image: url("../images/arrow_right.png");
  background-position: right 3% center;
  background-repeat: no-repeat;
}

#news_end dl dd a:hover {
  text-decoration: underline;
}

/* ---------- advantage ---------------------------------------- */
#fast_text {
  background-color: #f8f8f8;
  padding: 80px 0 100px;
}

#fast_text h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}

#fast_text p {
  line-height: 200%;
}

.adva #fast_text p {
  float: left;
  width: 55%;
  max-width: 500px;
}

.adva #fast_text .item {
  float: right;
  width: 40%;
}

.adva #fast_text .item img {
  max-width: 100%;
  height: auto;
}

.adva #about_comp {
  max-width: 1200px;
  width: 95%;
  padding: 100px 0 50px;
  margin: 0 auto;
}

.adva #about_comp section {
  margin-bottom: 80px;
}

.adva #about_comp section .photo {
  position: relative;
  z-index: -1;
  float: left;
  width: 65%;
  max-width: 700px;
}

.adva #about_comp section .photo img {
  width: 100%;
  height: auto;
}

.adva #about_comp section .photo::before {
  content: "";
  background-color: #ffff00;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -7%;
  right: -4%;
  z-index: -5;
}

.adva #about_comp section .text_blk {
  background-color: #f8f8f8;
  float: right;
  width: 600px;
  margin-top: -25%;
  padding: 7% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.adva #about_comp section .text_blk h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.adva #about_comp section .text_blk p {
  line-height: 180%;
}

.adva #about_comp section:nth-of-type(2n) .photo {
  float: right;
}

.adva #about_comp section:nth-of-type(2n) .text_blk {
  float: left;
}

.adva #about_comp section:nth-of-type(2n) .photo::before {
  bottom: -7%;
  right: auto;
  left: -4%;
}

/* ---------- service ---------------------------------------- */
.serv #fast_text .left_area {
  float: left;
  width: 55%;
  margin-bottom: 80px;
}

.serv #fast_text .right_area {
  float: right;
  width: 37%;
  margin-bottom: 80px;
}

.serv #fast_text .right_area ol li {
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #333333;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.serv #fast_text .right_area ol li:after {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: #34495e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.serv #fast_text .right_area ol li:hover:after {
  background-color: #ffff00;
  top: 0;
}

.serv #fast_text .right_area ol li:hover a,
.serv #fast_text .right_area ol li:hover p {
  position: relative;
  z-index: 2;
  color: #333;
}

.serv #fast_text .right_area ol li:hover a {
  background-image: url("../images/arrow_down.png");
}

.serv #fast_text .right_area ol li a {
  display: block;
  color: #FFF;
  padding: 15px 0;
  background-image: url("../images/arrow_down_w.png");
  background-position: right 5% center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.serv #fast_text .right_area ol li .no {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  width: 18%;
  text-align: center;
}

.serv #fast_text .right_area ol li p {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
}

.serv #fast_text .right_area ol li p span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
}

.serv #estimate {
  clear: both;
  background-color: #FFF;
  padding: 9% 7%;
}

.serv #estimate .about {
  width: 45%;
  float: left;
}

.serv #estimate .about h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.serv #estimate .about p {
  line-height: 200%;
  margin-bottom: 50px;
}

.serv #estimate .flow {
  width: 45%;
  float: right;
  text-align: center;
}

.serv #estimate .flow h5 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.serv #estimate .flow ul li {
  position: relative;
  text-align: center;
  padding: 20px 10px;
  background-color: #c9c9c9;
  margin-bottom: 30px;
}

.serv #estimate .flow ul li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #c9c9c9;
}

.serv #estimate .flow .kome {
  font-size: 12px;
  display: inline-block;
  text-align: left;
}

/**/
.serv #estimate .flow ul li:nth-child(2) {
  background-color: #d2d2d2;
}

.serv #estimate .flow ul li:nth-child(2):after {
  border-top: 15px solid #d2d2d2;
}

.serv #estimate .flow ul li:nth-child(3) {
  background-color: #dcdcdc;
}

.serv #estimate .flow ul li:nth-child(3):after {
  border-top: 15px solid #dcdcdc;
}

.serv #estimate .flow ul li:nth-child(4) {
  background-color: #e5e5e5;
}

.serv #estimate .flow ul li:nth-child(4):after {
  border-top: 15px solid #e5e5e5;
}

.serv #estimate .flow ul li:nth-child(5) {
  background-color: #eeeeee;
}

.serv #estimate .flow ul li:nth-child(5):after {
  display: none;
}

.serv .flow {
  padding: 120px 0 80px;
  position: relative;
}

.serv .flow::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  border: 45px solid transparent;
  border-top: 45px solid #FFF;
}

.serv .flow .maru {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 270px;
  height: 270px;
  background-color: #f8f8f8;
  text-align: center;
  margin: 0 auto 50px;
}

.serv .flow .maru .no {
  font-size: 30px;
  font-weight: 600;
  padding: 60px 0 20px;
}

.serv .flow .maru .ttl .jp {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(20%, #ffff00));
  background: -webkit-linear-gradient(transparent 30%, #ffff00 20%);
  background: linear-gradient(transparent 30%, #ffff00 20%);
  font-size: 26px;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: 0.15em;
}

.serv .flow .maru .ttl .en {
  font-size: 10px;
  font-weight: 400;
  display: block;
}

.serv .flow .top_txt {
  line-height: 200%;
  text-align: center;
  margin-bottom: 80px;
}

.serv .flow .serv_list {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.serv .flow .serv_list li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
  padding: 4%;
  width: -webkit-calc(94% / 3);
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.serv .flow .serv_list li:nth-child(3n) {
  margin-right: 0;
}

.serv .flow .serv_list li:last-child {
  margin-right: 0;
}

.serv #flow4 .serv_list li:nth-child(4) {
  width: 65.5%;
}

.serv .flow .serv_list li h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 20px;
}

.serv .flow .serv_list li h4 span {
  display: block;
  font-size: 14px;
}

.serv .flow .serv_list li p {
  font-size: 15px;
  line-height: 180%;
}

.serv .flow .serv_list li .link_btn {
  width: 100%;
  margin-top: 30px;
}

/**/
.serv .flow.even::after {
  border-top: 45px solid #f8f8f8;
}

.serv .flow:last-of-type::after {
  display: none;
}

.serv .flow.even {
  background-color: #f8f8f8;
}

.serv .flow.even .maru {
  background-color: #FFF;
}

.serv .flow.even .serv_list li {
  background-color: #FFF;
}

/* ---------- specialty ---------------------------------------- */
.spec #specialty .about_web {
  padding: 80px 0;
  background-image: url("../images/specialty/bg_about-web.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.spec #specialty .about_web h3 {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.spec #specialty .about_web .web_ctgr ul li:nth-child(3n),
.spec #specialty .about_web .web_ctgr ul li:last-child {
  margin-right: 0;
}

.spec #specialty .about_web .web_ctgr ul li p {
  text-align: center;
  padding: 125px 8% 23px;
  background-position: center bottom 75px;
  background-size: auto;
}

#specialty .about_web .web_ctgr ul li a {
  padding-right: 0%;
}

.spec #specialty .system_list {
  padding: 80px 0 100px;
}

.spec #specialty .system_list h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.spec #specialty .system_list .system ul {
  padding-top: 0px;
  text-align: left;
}

.spec #prod_menu {
  background-color: #f8f8f8;
  padding: 20px 0;
}

.spec #prod_menu ul {
  text-align: center;
  font-size: 0;
}

.spec #prod_menu ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3% 15px;
  background-image: url("../images/specialty/ic_corporate.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
}

/**/
.spec #prod_menu ul li.corp {
  background-image: url("../images/specialty/ic_corporate.png");
  padding-left: 18px;
}

.spec #prod_menu ul li.recr {
  background-image: url("../images/specialty/ic_recruit.png");
}

.spec #prod_menu ul li.bran {
  background-image: url("../images/specialty/ic_brand.png");
}

.spec #prod_menu ul li.ec {
  background-image: url("../images/specialty/ic_ec.png");
}

.spec #prod_menu ul li.blog {
  background-image: url("../images/specialty/ic_blog.png");
}

.spec #prod_menu ul li:last-child {
  margin-right: 0 !important;
}

.spec #prod_menu ul li a {
  color: #333;
  font-size: 14px;
}

.spec #prod_menu ul li a:hover,
.spec #prod_menu ul li.select a {
  border-bottom: solid 3px #ffff00;
  font-weight: bold;
}

/* -------  コーポレートサイト ------- */
.txt_about {
  margin-bottom: 40px;
}

.txt_about .point {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}

.txt_about .txt {
  line-height: 200%;
}

.corp #target {
  padding: 80px 0 100px;
}

.corp #target .item_target {
  text-align: center;
  padding: 50px 0 100px;
}

.corp #target .target_list ul {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.corp #target .target_list ul li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
  padding: 4% 3%;
  width: -webkit-calc(94% / 3);
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.corp #target .target_list ul li:nth-child(3n) {
  margin-right: 0;
}

.corp #target .target_list ul li:last-child {
  margin-right: 0;
}

.corp #target .target_list ul li h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 20px;
}

.corp #target .target_list ul li p {
  font-size: 15px;
  line-height: 180%;
}

.corp #target .target_list ul li .link_btn {
  width: 100%;
  margin-top: 30px;
}

/* -------  採用サイト ------- */
.recr #merit {
  padding: 100px 0;
}

.recr #merit h4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: -webkit-linear-gradient(transparent 60%, #ffff00 60%);
  background: linear-gradient(transparent 60%, #ffff00 60%);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  display: table;
  margin: 0 auto 50px;
  padding: 0 10px 0 15px;
}

.recr #merit dl dt {
  padding-top: 40px;
  float: left;
  width: 12%;
}

.recr #merit dl dt p {
  position: relative;
  background-color: #ffff00;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  padding: 10px 0;
}

.recr #merit dl dt p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -33px;
  border: 33px solid transparent;
  border-left: 20px solid #ff0;
}

.recr #merit dl dt p .no {
  display: block;
  font-size: 28px;
  line-height: 100%;
}

.recr #merit dl dd {
  border-bottom: solid 1px #c9c9c9;
  padding-left: 20%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.recr #merit dl dd:last-of-type {
  border-bottom: none;
}

.recr #merit dl dd h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.recr #merit dl dd p {
  line-height: 200%;
}

/* -------  ECサイト ------- */
.ec #ecsite_ctgr {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
}

.ec #ecsite_ctgr h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.ec #ecsite_ctgr .ctgr .block {
  float: left;
  padding: 0 3%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
}

.ec #ecsite_ctgr .ctgr .block:nth-of-type(2) {
  border-left: solid 1px #c9c9c9;
  border-right: solid 1px #c9c9c9;
}

.ec #ecsite_ctgr .ctgr .block .type {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  background-image: url("../images/specialty/ic_mall.png");
  background-position: bottom 50px center;
  background-repeat: no-repeat;
  padding: 145px 0px 0;
}

/**/
.ec #ecsite_ctgr .ctgr .block:nth-of-type(2) .type {
  background-image: url("../images/specialty/ic_asp.png");
}

.ec #ecsite_ctgr .ctgr .block:nth-of-type(3) .type {
  background-image: url("../images/specialty/ic_original.png");
}

.ec #ecsite_ctgr .ctgr .block ul {
  padding-left: 20px;
  margin-bottom: 20px;
  min-height: 120px;
}

.ec #ecsite_ctgr .ctgr .block ul li {
  list-style-type: disc;
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
}

.ec #ecsite_ctgr .ctgr .block .merit_demerit {
  margin-bottom: -10px;
}

.ec #ecsite_ctgr .ctgr .block .merit_demerit h6 {
  background-color: #333;
  color: #FFF;
  font-weight: bold;
  text-align: left;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.ec #support {
  background-color: #f8f8f8;
  padding: 100px 0 120px;
}

.ec #support ul {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ec #support ul li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  padding: 3%;
  width: -webkit-calc(94% / 3);
  width: 31.6666666667%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}

.ec #support ul li:last-child {
  margin-right: 0;
}

.ec #support ul li h4 {
  font-size: 20px;
  line-height: 140%;
  font-weight: bold;
  width: 100%;
  background-image: url("../images/specialty/ic_agreement.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 20px 0 20px 110px;
  margin-bottom: 30px;
}

.ec #support ul li:nth-of-type(2) h4 {
  background-image: url("../images/specialty/ic_registration.png");
  padding: 20px 0 20px 110px;
}

.ec #support ul li:nth-of-type(3) h4 {
  background-image: url("../images/specialty/ic_mailmagazine.png");
  padding: 20px 0 20px 120px;
}

.ec #support ul li p {
  line-height: 180%;
}

.ec #attract {
  padding: 100px 0 120px;
}

.ec #attract h5 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.ec #attract ul {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ec #attract ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  background-color: #f8f8f8;
  padding: 4.5% 3%;
  width: -webkit-calc(97% / 2);
  width: 48.5%;
  margin-right: 3%;
}

.ec #attract ul li:last-child {
  margin-right: 0;
}

.ec #attract ul li h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ec #attract ul li p {
  font-size: 14px;
  line-height: 200%;
}

/* -------  ブログメディア ------- */
.blog #merit {
  padding: 100px 0;
}

.blog #merit .about {
  margin-bottom: 100px;
}

.blog #merit .about ul {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog #merit .about ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  background-color: #f8f8f8;
  padding: 4.5% 3%;
  width: -webkit-calc(97% / 2);
  width: 48.5%;
  margin-right: 3%;
}

.blog #merit .about ul li:last-child {
  margin-right: 0;
}

.blog #merit .about ul li h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog #merit .about ul li p {
  font-size: 14px;
  line-height: 200%;
}

.blog #merit h4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: -webkit-linear-gradient(transparent 60%, #ffff00 60%);
  background: linear-gradient(transparent 60%, #ffff00 60%);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  display: table;
  margin: 0 auto 50px;
  padding: 0 10px 0 15px;
}

.blog #merit dl dt {
  padding-top: 40px;
  float: left;
  width: 12%;
}

.blog #merit dl dt p {
  position: relative;
  background-color: #ffff00;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  padding: 10px 0;
}

.blog #merit dl dt p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -33px;
  border: 33px solid transparent;
  border-left: 20px solid #ff0;
}

.blog #merit dl dt p .no {
  display: block;
  font-size: 28px;
  line-height: 100%;
}

.blog #merit dl dd {
  border-bottom: solid 1px #c9c9c9;
  padding-left: 20%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog #merit dl dd:last-of-type {
  border-bottom: none;
}

.blog #merit dl dd h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog #merit dl dd p {
  line-height: 200%;
}

/* -------  アプリ開発 ------- */
.ap #about_ap {
  padding: 100px 0 40px;
}

.ap #about_ap .left {
  float: left;
  width: 55%;
}

.ap #about_ap .left h4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: -webkit-linear-gradient(transparent 60%, #ffff00 60%);
  background: linear-gradient(transparent 60%, #ffff00 60%);
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: table;
  margin-bottom: 30px;
}

.ap #about_ap .left p {
  margin-bottom: 60px;
  line-height: 180%;
}

.ap #about_ap .item {
  float: right;
  width: 40%;
  text-align: right;
}

.ap #about_ap .item img {
  max-width: 100%;
  height: auto;
}

.ap #deve_case {
  padding: 100px 0;
  background-color: #f8f8f8;
}

.ap #deve_case h5 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.ap #deve_case ul {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ap #deve_case ul li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  padding: 4% 3%;
  width: -webkit-calc(94% / 3);
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.ap #deve_case ul li:nth-child(3n) {
  margin-right: 0;
}

.ap #deve_case ul li h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ap #deve_case ul li p {
  line-height: 180%;
}

/* -------  サイト分析・広告展開 ------- */
.anal #analysis_list {
  padding: 100px 0;
}

.anal #analysis_list ul {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anal #analysis_list ul li {
  float: left;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4% 3%;
  width: -webkit-calc(94% / 3);
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 3%;
  text-align: left;
}

.anal #analysis_list ul li:nth-child(3n),
.anal #analysis_list ul li:last-child {
  margin-right: 0;
}

.anal #analysis_list ul li h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.anal #analysis_list ul li p {
  line-height: 180%;
}

/* -------  業務システム　UI/UXデザイン ------- */
.uxui #fast_text .problem {
  text-align: center;
  padding-top: 60px;
}

.uxui #fast_text .problem img {
  max-width: 100%;
  height: auto;
}

.uxui #introduction {
  padding: 100px 0 120px;
}

.uxui #introduction .txt_about {
  margin-bottom: 60px;
}

.uxui #introduction .table_list p {
  margin-bottom: 20px;
}

.uxui #introduction .table_list .item img {
  max-width: 100%;
  height: auto;
}

/* -------  グラフィックデザイン ------- */
.grap #products {
  padding: 100px 0 80px;
}

.grap #products h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.grap #products ul li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(94% / 3);
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 5%;
  text-align: left;
}

.grap #products ul li:nth-child(3n) {
  margin-right: 0;
}

.grap #products ul li .photo {
  margin-bottom: 10px;
}

.grap #products ul li .photo img {
  width: 100%;
  height: auto;
}

/* ---------- work ---------------------------------------- */
.work #work_all {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}

.work #work_all #ctgr {
  background-color: #FFF;
  padding: 20px 5%;
  margin-bottom: 80px;
}

.work #work_all #ctgr ul {
  text-align: center;
  font-size: 0;
}

.work #work_all #ctgr ul li {
  display: inline-block;
  vertical-align: top;
  margin: 15px 5%;
}

.work #work_all #ctgr ul li a {
  color: #333;
  font-weight: bold;
}

.work #work_all #ctgr ul li a:hover {
  border-bottom: solid 4px #333;
}

.work #work_all #ctgr ul li.select a {
  border-bottom: solid 4px #333;
}

.work #work_list {
  margin-bottom: 50px;
}

/**/
.wp-pagenavi {
  position: relative;
  clear: both;
  text-align: center;
}

.wp-pagenavi .page-now {
  position: absolute;
  left: 0px;
  top: 20px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  margin: 0 5px;
  line-height: 50px;
  width: 50px;
  background: #fff;
  color: #FFF;
  font-size: 17px;
  background-color: #333;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
  width: auto;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #333;
  background-color: #ffff00;
}

.wp-pagenavi span.pages {
  border: none;
  padding: 18px 45px 18px 0;
}

/* ------- 実績紹介　詳細 ------- */
#detail_area {
  background-color: #f8f8f8;
  padding: 80px 0 50px;
}

.work #work_about {
  background-color: #FFF;
  padding: 80px 0;
}

.work #work_about .name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.work #work_about .left_blk {
  width: 50%;
  float: left;
}

.work #work_about .left_blk .ctgr li {
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
}

.work #work_about .left_blk .url {
  margin-bottom: 30px;
}

.work #work_about .left_blk .url a {
  color: #333;
  font-size: 16px;
  background-image: url("../images/ic_site.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 33px;
}

.work #work_about .left_blk .url a:hover {
  text-decoration: underline;
}

.work #work_about .left_blk .data {
  width: 100%;
}

.work #work_about .left_blk .data th,
.work #work_about .left_blk .data td {
  text-align: left;
  padding: 5px;
  vertical-align: top;
}

.work #work_about .left_blk .data th {
  width: 160px;
}

.work #work_about .right_blk {
  width: 42%;
  float: right;
}

.work #work_about .right_blk p {
  line-height: 200%;
}

.work #detail_area .work_capture {
  padding-top: 80px;
  padding-bottom: 100px;
}

/* 
.work #detail_area .work_capture .smartphone {
  padding: 60px 0;
}
.work #detail_area .work_capture .smartphone ul {
  text-align: center;
  font-size: 0;
}
.work #detail_area .work_capture .smartphone ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 30px;
}
*/
.work #detail_area .work_capture .smartphone {
  padding: 60px 0;
}

.work #detail_area .work_capture .smartphone ul {
  text-align: center;
  font-size: 0;
}

.work #detail_area .work_capture .smartphone ul li {
  display: inline-block;
  vertical-align: top;
  width: 289px;
  height: 510px;
  margin: 0 2% 30px;
  background-image: url("../images/work/bk_iPhone.png");
  position: relative;
}

.work #detail_area .work_capture .smartphone ul li img {
  position: absolute;
  width: 200px;
  height: auto;
  top: 16px;
  left: 25px;
  border-radius: 20px 20px 20px 20px;
}

.work #detail_area .work_capture .pc_capture img {
  max-width: 100%;
  height: auto;
}

/* ---------- company ---------------------------------------- */
.comp #outline {
  padding: 80px 0;
}

.comp #outline table {
  width: 100%;
  border-collapse: collapse;
}

.comp #outline table th,
.comp #outline table td {
  padding: 30px 10px;
  vertical-align: top;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  text-align: left;
}

.comp #outline table th {
  width: 25%;
}

.comp #access {
  padding: 50px 0 100px;
}

.comp #access h3 {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 30px;
  font-size: 24px;
}

/* ---------- お知らせ ---------------------------------------- */
.news-cont {
  margin: 90px auto 120px;
}

.news-area {
  width: 70%;
  float: left;
}

.news-ttl {
  position: relative;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  margin-bottom: 30px;
  padding: 20px 0;
}

.news-ttl .catname {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  padding: 2px 25px;
  font-size: 14px;
  color: #FFF;
  background-color: #a0a0a0;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}

.news-ttl .date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.news-ttl .title {
  clear: both;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.news-post {
  padding-bottom: 70px;
}

.news-post.excerpt a {
  color: inherit;
}

/* postbody */
.postbody {
  overflow: hidden;
  font-size: 14px;
  line-height: 180%;
}

.postbody h1,
.postbody h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 1.2em 0;
  letter-spacing: 0.08em;
}

.postbody h3,
.postbody h4 {
  font-size: 14px;
  font-weight: bold;
  padding: 0.8em 0;
  letter-spacing: 0.08em;
}

.postbody p {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 200%;
  letter-spacing: 0.08em;
}

.postbody a {
  color: #567d58;
  text-decoration: underline;
}

.postbody img {
  display: block;
  margin-top: 1em;
  margin-bottom: 1.5em;
  width: auto;
  max-width: 100%;
  height: auto;
}

.postbody img:first-child {
  margin-top: 0;
}

.postbody ul {
  margin-bottom: 1.5em;
}

.postbody ul > li {
  padding-bottom: 0.5em;
  list-style-position: inside;
  list-style-type: disc;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.08em;
}

.postbody ol {
  margin-bottom: 1.5em;
}

.postbody ol > li {
  padding-bottom: 0.5em;
  list-style-position: inside;
  list-style-type: decimal;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.08em;
}

.postbody table {
  width: 100%;
  margin-bottom: 2em;
}

.postbody table th,
.postbody table td {
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
}

.postbody table thead,
.postbody table th {
  background-color: #e7f5ea;
}

.postbody table tbody th {
  font-weight: bold;
}

.postbody .alignleft {
  float: left;
  margin-top: 0;
  margin-right: 1em;
}

.postbody .alignright {
  float: right;
  margin-top: 0;
  margin-left: 1em;
}

.postbody .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.postbody .wp-caption {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.postbody .wp-caption > img {
  margin: 0;
}

.postbody .wp-caption .wp-caption-text {
  font-size: 12px;
  margin: 0;
}

/* sidenav */
#sidenav {
  float: right;
  width: 22%;
}

#sidenav > section {
  margin-bottom: 40px;
}

#sidenav h2 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-bottom: 13px;
  border-bottom: solid 1px #c9c9c9;
  color: #333333;
  font-weight: 500;
}

#sidenav nav ul {
  margin-left: 0em;
}

#sidenav nav ul li {
  line-height: 140%;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #c9c9c9;
}

#sidenav nav ul li a {
  background-image: url("../images/arrow_right.png");
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  padding: 20px 0px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

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

#sidenav a:hover,
#sidenav a:active {
  text-decoration: underline;
}

/* ---------- recruit ---------------------------------------- */
.recr #outline {
  padding: 100px 0;
}

.recr #outline h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.recr #outline table th,
.recr #outline table td {
  padding: 30px 10px;
  vertical-align: top;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  text-align: left;
}

.recr #outline table th {
  width: 25%;
}

/* ---------- contact ---------------------------------------- */
.cont #fast_text .tel_info {
  border: solid 3px #d6d6d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  display: table;
  margin-top: 50px;
  padding: 30px 40px;
}

.cont #fast_text .tel_info p {
  margin-bottom: 15px;
}

.cont #fast_text .tel_info .tel {
  font-size: 26px;
  font-weight: bold;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

.cont #fast_text .tel_info .time {
  display: inline-block;
  vertical-align: middle;
}

/* formtable */
#contents .form_area {
  padding: 100px 0 120px;
}

#contents .formtable {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: collapse;
}

#contents .formtable th,
#contents .formtable td {
  font-size: 15px;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
}

#contents .formtable th {
  width: 25%;
  background: none;
  text-align: left;
}

#contents .formtable th .require {
  float: right;
  background-color: #a0a0a0;
  width: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #FFF;
}

#contents .formtable td {
  width: 70%;
  padding: 20px 5%;
}

#contents .formtable input,
#contents .formtable textarea {
  background-color: #FFF;
  border: 2px solid #d6d6d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  margin-right: 10px;
  font-size: 15px;
}

#contents .formtable input {
  width: 452px;
}

#contents .formtable textarea {
  font-family: "YuGothic", "My Yu Gothic", "游ゴシック", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 100%;
  height: 160px;
}

#contents .formtable .checkbox {
  width: auto;
}

#contents .formtable .radio-label {
  margin-right: 12px;
}

#contents .formtable .radio {
  margin-right: 5px;
  width: auto;
}

#contents .formtable .shortarea {
  height: 5em;
}

.form .send_btn {
  margin: auto;
  text-align: center;
}

.form button {
  font-family: "YuGothic", "My Yu Gothic", "游ゴシック", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border: none;
  position: relative;
  background-color: #ffff00;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 30%;
  padding: 25px 20px;
  margin: 0 auto;
}

.form button:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #34495e;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.form button .send {
  position: relative;
  z-index: 1;
  padding-right: 5%;
  text-align: left;
  background-image: url("../images/arrow_right.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.form button:hover {
  color: #FFF;
  cursor: pointer;
}

.form button:hover:before {
  background-color: #333;
  left: 0;
}

.form button:hover .send {
  background-image: url("../images/arrow_right_w.png");
}

/* ---------- プライバシーポリシー ---------------------------------------- */
.priv #privacypolicy {
  padding: 100px 0 70px;
}

.priv #privacypolicy .top_txt {
  margin-bottom: 70px;
  line-height: 200%;
}

.priv #privacypolicy section {
  margin-bottom: 60px;
}

.priv #privacypolicy section h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.priv #privacypolicy section p {
  line-height: 200%;
}

@media only screen and (max-width: 768px) {
  /* link_btn */
  .link_btn {
    width: 100%;
  }
  .link_btn a {
    padding: 18px 13px;
  }
  .link_btn span {
    padding-right: 12px;
    background-size: 7px auto;
  }
  .link_btn a::before {
    display: none;
  }
  .link_btn a:hover {
    background-color: #ffff00;
  }
  /* area_ttl */
  .area_ttl {
    font-size: 14px;
    font-weight: 600;
  }
  .area_ttl span {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 4px;
  }
  /* ---------- home ---------------------------------------- */
  #top_visual .movie {
    height: 100vh;
    margin-left: 0;
  }
  #top_visual .scroll {
    display: none;
  }
  #top_visual .movie .catchcopy {
    left: 7%;
  }
  #top_visual .movie .catchcopy p {
    font-size: 10vw;
  }
  #top_visual .movie .catchcopy p span {
    font-size: 6.5vw;
    padding-top: 2px;
  }
  .home #news {
    height: 55px;
    overflow: hidden;
  }
  .home #news .ttl {
    width: 25%;
    line-height: 55px;
    font-size: 13px;
    letter-spacing: 0.2em;
  }
  .ticker {
    position: inherit;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin: 0 auto;
    padding: 0 2%;
    width: 70%;
    height: 55px !important;
    text-align: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ticker ul {
    width: 100%;
    position: absolute;
    height: 25px;
    overflow: hidden;
    top: 16px;
  }
  .ticker ul li a {
    font-size: 13px;
  }
  .home #advantage {
    padding: 40px 0 60px;
    background-size: 90% auto;
  }
  .home #advantage .area_ttl {
    margin-bottom: 20px;
  }
  .home #advantage .catchcopy {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .home #advantage p {
    line-height: 180%;
    margin-bottom: 40px;
  }
  .home #specialty {
    padding: 40px 0 30px;
  }
  .home #specialty .about_web {
    margin-top: 20px;
    padding: 30px 0;
  }
  .home #specialty .about_web .text h3 {
    display: block;
    font-size: 21px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .home #specialty .about_web::before {
    left: -45px;
    width: 120%;
    height: 100%;
    background-image: url("../images/home/bg_specialty_sp.jpg");
    background-position: top center;
    background-size: 100% auto;
  }
  .home #specialty .about_web .text {
    text-align: left;
    margin-bottom: 38px;
  }
  #specialty .about_web .web_ctgr ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  #specialty .about_web .web_ctgr ul li a {
    padding-right: 8%;
    background-size: 7px auto;
  }
  #specialty .about_web .web_ctgr ul li p {
    font-size: 16px;
    padding: 20px 0;
    background-position: left 8% center;
    background-size: auto 42px;
  }
  /**/
  #specialty .about_web .web_ctgr ul li.recr p {
    background-size: auto 36px;
    padding-left: 32%;
  }
  #specialty .about_web .web_ctgr ul li.ec p {
    padding-left: 32%;
  }
  #specialty .about_web .web_ctgr ul li.blog p {
    padding-left: 32%;
    background-size: auto 33px;
  }
  #specialty .system ul {
    padding-top: 40px;
  }
  #specialty .system ul li {
    display: block;
    width: 100%;
    height: 120px;
    margin-right: 0;
    margin-bottom: 25px;
  }
  #specialty .system ul li p {
    font-size: 17px;
    padding: 0 7%;
  }
  .home #service {
    padding: 50px 0;
  }
  .home #service .serv_list {
    padding-top: 30px;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .home #service .serv_list li {
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 20px;
    width: 138px;
    height: 138px;
  }
  .home #service .serv_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .home #service .serv_list li .no {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .home #service .serv_list li .serv {
    font-size: 16px;
  }
  .home #service .serv_list li .serv .en {
    line-height: 130%;
    font-size: 9px;
  }
  .home #service .link_btn {
    position: static;
    top: 0;
    right: 0;
  }
  .home #work {
    padding: 50px 0;
  }
  #work_list {
    padding-top: 30px;
  }
  #work_list ol > li {
    max-width: 100%;
    float: none;
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
  #work_list ol li .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #work_list ol li .ctgr li {
    font-size: 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-bottom: 1px;
  }
  .home #work .link_btn {
    position: static;
  }
  #news_end {
    padding: 50px 0 60px;
  }
  #news_end .area_ttl {
    margin-bottom: 20px;
  }
  #news_end dl {
    margin-bottom: 30px;
  }
  #news_end dl dt {
    float: none;
    padding: 12px 0 0;
    font-size: 12px;
  }
  #news_end dl dd a {
    padding: 5px 5% 10px 0px;
    background-position: right top;
    background-size: 7px auto;
  }
  #news_end .link_btn {
    position: static;
  }
  /* ---------- advantage ---------------------------------------- */
  #fast_text {
    padding: 40px 0 50px;
  }
  #fast_text h3 {
    font-size: 21px;
    margin-bottom: 25px;
    line-height: 140%;
  }
  #fast_text h3 br {
    display: none;
  }
  #fast_text p {
    line-height: 180%;
  }
  .adva #fast_text p {
    float: none;
    line-height: 180%;
    width: 100%;
    max-width: 100%;
  }
  .adva #fast_text .item {
    float: none;
    text-align: center;
    width: 100%;
    padding: 50px 0 0;
  }
  .adva #fast_text .item img {
    max-width: 100%;
    height: auto;
  }
  .adva #about_comp {
    max-width: 100%;
    width: 100%;
    padding: 50px 4% 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .adva #about_comp section {
    margin-bottom: 50px;
  }
  .adva #about_comp section .photo {
    width: 80%;
    max-width: 700px;
  }
  .adva #about_comp section .text_blk {
    width: 94%;
    margin-top: -10%;
    padding: 6%;
  }
  .adva #about_comp section .text_blk h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .adva #about_comp section .text_blk h4 br {
    display: none;
  }
  .adva #about_comp section .text_blk p {
    line-height: 170%;
    font-size: 13px;
  }
  /* ---------- service ---------------------------------------- */
  .serv #fast_text .left_area {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .serv #fast_text .right_area {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .serv #fast_text .right_area ol li a {
    font-size: 12px;
    background-size: 15px auto;
  }
  .serv #fast_text .right_area ol li .no {
    font-size: 21px;
    width: 15%;
  }
  .serv #fast_text .right_area ol li p {
    font-size: 16px;
  }
  .serv #estimate {
    padding: 6% 4%;
  }
  .serv #estimate .about {
    width: 100%;
    float: none;
  }
  .serv #estimate .about h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .serv #estimate .about p {
    line-height: 180%;
    margin-bottom: 30px;
  }
  .serv #estimate .flow {
    width: 100%;
    float: none;
  }
  .serv .flow {
    padding: 50px 0 40px;
  }
  .serv .flow::after {
    border-top: 25px solid #FFF;
  }
  .serv .flow.even::after {
    border-top: 25px solid #f8f8f8;
  }
  .serv #estimate .flow h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .serv #estimate .flow ul li {
    padding: 15px 7px;
    margin-bottom: 25px;
    font-size: 13px;
  }
  .serv #estimate .flow .kome {
    font-size: 11px;
  }
  .serv .flow .maru {
    width: 170px;
    height: 170px;
    margin: 0 auto 30px;
  }
  .serv .flow .maru .no {
    font-size: 24px;
    padding: 28px 0 10px;
  }
  .serv .flow .maru .ttl .jp {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(20%, #ff0));
    background: -webkit-linear-gradient(transparent 60%, #ff0 20%);
    background: linear-gradient(transparent 60%, #ff0 20%);
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 6px;
    letter-spacing: 0.07em;
  }
  .serv .flow .top_txt {
    line-height: 180%;
    margin-bottom: 40px;
  }
  .serv .flow .serv_list li {
    float: none;
    padding: 6% 4%;
    width: -webkit-calc(100% / 1);
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .serv #flow4 .serv_list li:nth-child(4) {
    width: 100%;
  }
  .serv .flow .serv_list li h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .serv .flow .serv_list li p {
    font-size: 13px;
  }
  /* ---------- specialty ---------------------------------------- */
  .spec #specialty .about_web {
    padding: 50px 0 35px;
    background-position: right top;
    background-size: cover;
  }
  .spec #specialty .about_web h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #specialty .about_web .web_ctgr ul li {
    margin-bottom: 20px;
  }
  .spec #specialty .about_web .web_ctgr ul li p {
    padding: 20px 0 20px 90px;
    background-position: left 23px center;
    background-size: auto 45px;
    text-align: left;
  }
  .spec #specialty .about_web .web_ctgr ul li.recr p {
    background-size: auto 38px;
    background-position: left 20px center;
  }
  .spec #specialty .about_web .web_ctgr ul li.bran p {
    background-size: auto 44px;
    background-position: left 15px center;
  }
  .spec #specialty .about_web .web_ctgr ul li.ec p {
    background-size: auto 38px;
    background-position: left 20px center;
  }
  .spec #specialty .about_web .web_ctgr ul li.blog p {
    background-size: auto 36px;
    background-position: left 20px center;
  }
  .spec #specialty .system_list {
    padding: 50px 0 40px;
  }
  .spec #specialty .system_list h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #specialty .system ul li {
    height: 95px;
    margin-bottom: 20px;
  }
  .spec #prod_menu {
    padding: 20px 0 0;
  }
  .spec #prod_menu ul li {
    margin: 0 3% 11px;
    padding-left: 23px;
  }
  .spec #prod_menu ul li a {
    font-size: 12px;
  }
  .spec #prod_menu ul li a:hover, .spec #prod_menu ul li.select a {
    border-bottom: solid 2px #ffff00;
  }
  .corp #target {
    padding: 50px 0;
  }
  .txt_about .point {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .txt_about .txt {
    line-height: 180%;
  }
  .corp #target .item_target {
    padding: 0px 0 60px;
  }
  .corp #target .item_target img {
    max-width: 100%;
    height: auto;
  }
  .corp #target .target_list ul li {
    float: none;
    padding: 6% 4%;
    width: -webkit-calc(100% / 1);
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .corp #target .target_list ul li h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .corp #target .target_list ul li p {
    font-size: 13px;
  }
  /* -------  採用サイト ------- */
  .recr #merit {
    padding: 50px 0 20px;
    text-align: center;
  }
  .recr #merit h4 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff00));
    background: -webkit-linear-gradient(transparent 70%, #ffff00 70%);
    background: linear-gradient(transparent 70%, #ffff00 70%);
    font-size: 18px;
    letter-spacing: 0.15em;
    margin: 0 auto;
    padding: 0 5px 0 10px;
    display: inline;
  }
  .recr #merit dl dt {
    padding-top: 30px;
    width: 20%;
  }
  .recr #merit dl dt p {
    font-size: 10px;
    padding: 8px 0;
  }
  .recr #merit dl dt p .no {
    font-size: 21px;
    font-weight: 400;
  }
  .recr #merit dl dt p::before {
    margin-top: -23px;
    border: 23px solid transparent;
    border-left: 13px solid #ff0;
  }
  .recr #merit dl dd {
    padding-left: 27%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
  .recr #merit dl dd h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .recr #merit dl dd p {
    line-height: 180%;
  }
  /* -------  ECサイト ------- */
  .ec #ecsite_ctgr {
    padding: 50px 0 10px;
  }
  .ec #ecsite_ctgr h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .ec #ecsite_ctgr .ctgr .block {
    float: none;
    padding: 30px 0;
    width: -webkit-calc(100% / 1);
    width: 100%;
    border-top: solid 1px #c9c9c9;
  }
  .ec #ecsite_ctgr .ctgr .block:nth-of-type(2) {
    border-left: none;
    border-right: none;
  }
  .ec #ecsite_ctgr .ctgr .block .type {
    font-size: 16px;
    margin-bottom: 20px;
    background-position: bottom 45px center;
    padding: 90px 0px 0;
    background-size: 70px auto;
  }
  .ec #ecsite_ctgr .ctgr .block ul {
    padding-left: 20px;
    margin-bottom: 20px;
    min-height: auto;
  }
  .ec #ecsite_ctgr .ctgr .block ul li {
    font-size: 13px;
  }
  .ec #ecsite_ctgr .ctgr .block .merit_demerit {
    margin-bottom: 0;
  }
  .ec #support {
    padding: 50px 0 40px;
  }
  .ec #support ul li {
    float: none;
    padding: 6% 6%;
    width: -webkit-calc(100% / 1);
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ec #support ul li h4 {
    font-size: 16px;
    padding: 10px 0 10px 70px;
    margin-bottom: 15px;
    background-size: 50px auto;
  }
  .ec #support ul li:nth-of-type(2) h4,
  .ec #support ul li:nth-of-type(3) h4 {
    padding: 10px 0 10px 70px;
  }
  .ec #attract {
    padding: 50px 0 40px;
  }
  .ec #attract h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .ec #attract ul li {
    float: none;
    padding: 6%;
    width: -webkit-calc(100% / 1);
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ec #attract ul li h6 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .ec #attract ul li p {
    font-size: 13px;
    line-height: 180%;
  }
  /* -------  ブログメディア ------- */
  .blog #merit {
    padding: 50px 0 20px;
    text-align: center;
  }
  .blog #merit .about {
    margin-bottom: 40px;
    text-align: left;
  }
  .blog #merit .about ul li {
    float: none;
    padding: 6%;
    width: -webkit-calc(100% / 1);
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blog #merit .about ul li h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .blog #merit .about ul li p {
    font-size: 13px;
    line-height: 180%;
  }
  .blog #merit h4 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff00));
    background: -webkit-linear-gradient(transparent 70%, #ffff00 70%);
    background: linear-gradient(transparent 70%, #ffff00 70%);
    font-size: 18px;
    letter-spacing: 0.15em;
    margin: 0 auto;
    padding: 0 5px 0 10px;
    display: inline;
  }
  .blog #merit dl dt {
    padding-top: 30px;
    width: 20%;
  }
  .blog #merit dl dt p {
    font-size: 10px;
    padding: 8px 0;
  }
  .blog #merit dl dt p .no {
    font-size: 21px;
    font-weight: 400;
  }
  .blog #merit dl dt p::before {
    margin-top: -23px;
    border: 23px solid transparent;
    border-left: 13px solid #ff0;
  }
  .blog #merit dl dd {
    padding-left: 27%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
  .blog #merit dl dd h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .blog #merit dl dd p {
    line-height: 180%;
  }
  /* -------  アプリ開発 ------- */
  .ap #about_ap {
    padding: 50px 0 60px;
  }
  .ap #about_ap .left {
    float: none;
    width: 100%;
  }
  .ap #about_ap .left h4 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff00));
    background: -webkit-linear-gradient(transparent 70%, #ffff00 70%);
    background: linear-gradient(transparent 70%, #ffff00 70%);
    font-size: 18px;
    letter-spacing: 0.15em;
    padding: 0 5px 0 10px;
    display: inline;
  }
  .ap #about_ap .left p {
    margin-bottom: 30px;
    line-height: 180%;
    padding-top: 15px;
  }
  .ap #about_ap .item {
    float: none;
    width: 100%;
    text-align: center;
  }
  .ap #deve_case {
    padding: 50px 0;
  }
  .ap #deve_case h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .ap #deve_case ul li {
    float: none;
    padding: 6%;
    width: -webkit-calc(100% / 1);
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ap #deve_case ul li h6 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  /* -------  サイト分析・広告展開 ------- */
  .anal #analysis_list {
    padding: 50px 0;
  }
  .anal #analysis_list ul li {
    float: none;
    padding: 6%;
    width: -webkit-calc(100% / 1);
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .anal #analysis_list ul li h6 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /* -------  業務システム　UI/UXデザイン ------- */
  .uxui #introduction {
    padding: 50px 0 70px;
  }
  .uxui #introduction .txt_about {
    margin-bottom: 40px;
  }
  /* -------  グラフィックデザイン ------- */
  .grap #products {
    padding: 50px 0 30px;
  }
  .grap #products h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .grap #products ul li {
    float: none;
    width: -webkit-calc(100% / 1);
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  /* ---------- work ---------------------------------------- */
  .work #work_all {
    padding-bottom: 70px;
  }
  .work #work_list {
    margin-bottom: 30px;
  }
  .work #work_all #ctgr {
    padding: 10px 2%;
    margin-bottom: 40px;
  }
  .work #work_all #ctgr ul li {
    margin: 8px 4%;
  }
  .work #work_all #ctgr ul li.select a {
    border-bottom: solid 2px #333;
  }
  .work #work_all #ctgr ul li a:hover {
    border-bottom: solid 2px #333;
  }
  .work #work_all #ctgr ul li a {
    font-size: 12px;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    margin: 0 5px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
  }
  #detail_area {
    padding: 50px 0 30px;
  }
  .work #work_about {
    padding: 50px 0;
  }
  .work #work_about .name {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .work #work_about .left_blk {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .work #work_about .left_blk .ctgr li {
    font-size: 12px;
    margin-right: 12px;
    margin-bottom: 15px;
  }
  .work #work_about .left_blk .url a {
    font-size: 13px;
    padding-right: 25px;
    background-size: 16px auto;
  }
  .work #work_about .left_blk .data th, .work #work_about .left_blk .data td {
    font-size: 13px;
  }
  .work #work_about .left_blk .data th {
    width: 35%;
  }
  .work #work_about .right_blk {
    width: 100%;
    float: none;
  }
  .work #detail_area .work_capture {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  /*
  .work #detail_area .work_capture .smartphone ul li {
    width: 44%;
    height: auto;
  }
  .work #detail_area .work_capture .smartphone ul li img {
    max-width: 100%;
    height:  auto;
  }
  */
  .work #detail_area .work_capture .smartphone ul li {
    display: inline-block;
    vertical-align: top;
    width: 289px;
    height: 510px;
    margin: 0 2% 30px;
    background-image: url("../images/work/bk_iPhone.png");
    position: relative;
  }
  .work #detail_area .work_capture .smartphone ul li img {
    position: absolute;
    width: 200px;
    height: auto;
    top: 16px;
    left: 25px;
    border-radius: 20px 20px 20px 20px;
  }
  /* ---------- company ---------------------------------------- */
  .comp #outline {
    padding: 60px 0 30px;
  }
  .comp #outline table th, .comp #outline table td {
    padding: 15px 10px;
    vertical-align: top;
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    text-align: left;
    font-size: 13px;
  }
  .comp #outline table th {
    width: 30%;
  }
  .comp #access {
    padding: 30px 0 60px;
  }
  .comp #access h3 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    font-size: 18px;
    padding: 0 4%;
  }
  #gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  /* ---------- contact ---------------------------------------- */
  .cont #fast_text .tel_info {
    border: solid 2px #d6d6d6;
    display: block;
    margin-top: 30px;
    padding: 20px 6%;
  }
  .cont #fast_text .tel_info .tel {
    font-size: 21px;
    padding-right: 0px;
    display: block;
    margin-bottom: 7px;
  }
  .cont #fast_text .tel_info .tel .tel-link a {
    color: #333;
  }
  #contents .form_area {
    padding: 60px 0;
  }
  #contents .formtable {
    margin-bottom: 10px;
  }
  #contents .formtable th, #contents .formtable td {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contents .formtable th,
  #contents .formtable td {
    border-bottom: none;
  }
  #contents .formtable th {
    padding: 17px 0 0;
  }
  #contents .formtable td {
    border-top: none;
    padding: 8px 0 20px;
  }
  #contents .formtable input {
    width: 100%;
  }
  #contents .formtable input, #contents .formtable textarea {
    background-color: #FFF;
    border: 2px solid #d6d6d6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 7px;
    margin-right: 0;
    font-size: 14px;
  }
  #contents .formtable th .require {
    float: right;
    width: 50px;
    font-size: 11px;
    line-height: 22px;
  }
  .form button {
    font-size: 14px;
    width: 100%;
    padding: 15px 20px;
  }
  /* ---------- お知らせ ---------------------------------------- */
  .news-cont {
    margin: 60px auto 80px;
  }
  .news-area {
    width: 100%;
    float: none;
    padding: 0 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 60px;
  }
  .news-ttl {
    margin-bottom: 25px;
    padding: 10px 0;
  }
  .news-ttl .date {
    font-size: 12px;
  }
  .news-ttl .catname {
    margin-left: 5px;
    padding: 2px 15px;
    font-size: 11px;
  }
  .news-ttl .title {
    font-size: 15px;
    margin-top: 7px;
  }
  #sidenav {
    float: none;
    width: 100%;
    padding: 0 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sidenav h2 {
    font-size: 21px;
    padding-bottom: 10px;
  }
  #sidenav nav ul li a {
    padding: 13px 0px;
    font-size: 13px;
    background-size: 6px auto;
  }
  /* postbody */
  .postbody h1,
  .postbody h2,
  .postbody h3 {
    font-size: 15px;
    padding-bottom: 0.5em;
  }
  .postbody h4,
  .postbody h5 {
    font-size: 13px;
    padding-bottom: 0.4em;
  }
  .postbody p {
    font-size: 13px;
    margin-bottom: 1em;
    line-height: 170%;
    letter-spacing: 0.08em;
  }
  .postbody img {
    max-width: 100%;
    height: auto;
    margin-top: 0.6em;
    margin-bottom: 1.2em;
  }
  .postbody dl {
    margin-bottom: 0.6em;
  }
  .postbody dl dt {
    padding: 0.6em 0.6em 0.6em 0;
    min-width: 4em;
  }
  .postbody dl dd {
    padding: 0.6em 0.6em;
  }
  .postbody .alignleft {
    float: left;
    margin-right: 0.6em;
  }
  .postbody .alignright {
    float: right;
    margin-left: 0.6em;
  }
  .postbody .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* wp-pagenavi */
  .pagenavi {
    margin: 0 auto 40px;
  }
  .wp-pagenavi {
    clear: both;
    position: relative;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 0;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    height: 36px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 36px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .wp-pagenavi a.first,
  .wp-pagenavi a.last {
    padding: 0 16px;
    margin-left: 3px;
  }
  .wp-pagenavi span.pages {
    position: relative;
    top: inherit;
    left: inherit;
    display: block;
    width: auto;
    border: none;
    background: none;
    padding: 0;
    margin: 0 auto 6px;
  }
  /* ---------- recruit ---------------------------------------- */
  .recr #outline {
    padding: 50px 0;
  }
  .recr #outline h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .recr #outline table th, .recr #outline table td {
    padding: 20px 10px;
    text-align: left;
  }
  /* ---------- プライバシーポリシー ---------------------------------------- */
  .priv #privacypolicy {
    padding: 50px 0 20px;
  }
  .priv #privacypolicy .top_txt {
    margin-bottom: 50px;
    line-height: 180%;
  }
  .priv #privacypolicy section {
    margin-bottom: 40px;
  }
  .priv #privacypolicy section h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .priv #privacypolicy section p {
    line-height: 180%;
  }
}/*# sourceMappingURL=contents.css.map */