@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*リンク色指定*/
/*使い方：@include linkColor(#3cf);*/
/*ベンダープレフィックス（プロパティ名）*/
/*使い方：@include css3(transition, 0.5s);*/
/*フォントサイズの指定*/
/*使い方：@include font-size(12);*/
/*テキスト消失*/
/*レスポンシブ用フォントサイズ（rem）*/
/*実績ホバーの緑色*/
/*テーブルの共通余白*/
body {
  font-size: 14px;
  font-size: 1rem;
  color: #444;
  position: relative; }

.headerbox {
  -webkit-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 1000000;
  /*nav*/ }
  .headerbox .headinner {
    max-width: 90%;
    margin: 0 auto; }
  .headerbox a.logo {
    background: url(../images/tstock_logo.png) left center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 60px;
    width: 156px;
    text-indent: -9987em;
    text-align: left; }
  .headerbox nav {
    box-sizing: border-box;
    float: right;
    max-width: 710px;
    /*ul*/ }
    .headerbox nav ul {
      display: flex;
      display: -webkit-flex;
      /* Flexアイテムの合計幅がFlexコンテナの幅を超えると、Flexアイテムの幅は自動的に縮小 */
      flex-wrap: wrap;
      justify-content: flex-end; }
      .headerbox nav ul li {
        height: 60px; }
        .headerbox nav ul li:last-child a {
          padding-right: 0px; }
        .headerbox nav ul li a {
          color: #4671c5;
          font-family: 'Noto Sans Japanese', sans-serif;
          font-size: 13px;
          font-size: 0.92857rem;
          font-weight: 500;
          letter-spacing: 0.02rem;
          display: block;
          height: 100%;
          padding-top: 24px;
          padding-left: 28px;
          padding-right: 28px;
          text-decoration: none; }

.keyimage {
  background: url(../images/key.jpg) center center no-repeat;
  background-size: cover;
  height: 580px;
  padding-top: 60px;
  width: 100%;
  position: relative; }
  .keyimage .textbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 250px;
    text-align: center;
    vertical-align: middle; }
    .keyimage .textbox h3 {
      font-size: 32px;
      font-size: 2.28571rem;
      font-weight: 100;
      color: white;
      font-family: 'Noto Sans Japanese', sans-serif;
      text-shadow: 0 1px 3px rgba(55, 55, 55, 0.2); }
    .keyimage .textbox h1 {
      font-size: 58px;
      font-size: 4.14286rem;
      color: white;
      font-family: 'Noto Sans Japanese', sans-serif;
      font-weight: 500;
      line-height: 6rem;
      text-shadow: 0 1px 6px rgba(55, 55, 55, 0.3); }
    .keyimage .textbox p {
      font-size: 18px;
      font-size: 1.28571rem;
      color: #eff2f3;
      font-family: 'Noto Sans Japanese', sans-serif;
      font-weight: 100;
      line-height: 1.3rem;
      padding-top: .8rem;
      text-shadow: 0 1px 2px rgba(55, 55, 55, 0.3); }
    .keyimage .textbox .lead {
      line-height: 2rem;
      letter-spacing: 0.03rem; }

.contentbox {
  width: 92%;
  margin: 0 auto; }
  .contentbox p {
    line-height: 2.56rem;
    margin-bottom: 2rem;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 100;
    text-align: center; }
  .contentbox section {
    padding: 76px 0 0 0; }
    .contentbox section h4 {
      font-size: 16px;
      font-size: 1.14286rem;
      margin-bottom: 2rem;
      text-align: center; }
    .contentbox section p {
      line-height: 1.6rem; }
    .contentbox section.consult {
      background: url(../images/icon_consult.png) center 10px no-repeat; }
    .contentbox section.web {
      background: url(../images/icon_web.png) center 14px no-repeat; }
    .contentbox section.system {
      background: url(../images/icon_system.png) center 14px no-repeat; }
    .contentbox section.pc {
      background: url(../images/icon_pc.png) center 14px no-repeat; }
  .contentbox .mailbox {
    text-align: center; }

.buttonbox {
  margin-top: 3rem;
  text-align: center; }
  .buttonbox a.contact {
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    text-shadow: 0px 1px 2px #ffffff;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    font-family: Arial;
    font-weight: 700;
    color: #333333;
    font-size: 16px;
    background: #e1db21;
    padding: 18px 32px 18px 32px;
    text-decoration: none; }
  .buttonbox a.contact:hover {
    background: #fff826;
    text-decoration: none; }

/*buttonbox*/
.services {
  display: block;
  width: 90%;
  margin: 0 auto;
  /*section end*/ }
  .services:before, .services:after {
    content: " ";
    display: table; }
  .services:after {
    clear: both; }
  .services .actual {
    width: 33%;
    height: 256px;
    box-sizing: border-box;
    border: 1px solid #d9dcdc;
    border-collapse: collapse;
    float: left;
    position: relative; }
    .services .actual.clp {
      background: url(../images/actual_web_1.png) center top no-repeat;
      background-size: auto 256px;
      margin-right: .5%; }
    .services .actual.udevelop {
      background: url(../images/actual_web_2.png) center top no-repeat;
      background-size: auto 256px; }
    .services .actual.hoken {
      background: url(../images/actual_web_3.png) center top no-repeat;
      background-size: auto 256px;
      margin-left: .5%; }
    .services .actual .wrapper {
      display: table;
      width: 90%;
      height: 90%;
      visibility: hidden;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
      .services .actual .wrapper.appear {
        visibility: visible; }
      .services .actual .wrapper .textbox {
        background: rgba(36, 159, 154, 0.9);
        color: white;
        display: table-cell;
        line-height: rem;
        padding: 1rem;
        vertical-align: middle;
        text-align: center; }
        .services .actual .wrapper .textbox .company {
          display: block;
          font-size: 14px;
          font-size: 1rem;
          margin: 4rem auto; }
        .services .actual .wrapper .textbox .script {
          color: rgba(255, 255, 255, 0.5);
          display: block;
          font-style: italic;
          font-size: 12px;
          font-size: 0.85714rem;
          font-weight: 100;
          margin: .5rem auto; }

.services2 {
  margin-top: 1.5rem; }
  .services2 .system {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse; }
    .services2 .system th, .services2 .system td {
      border: 1px solid #d9dcdc;
      font-family: 'Noto Sans Japanese', sans-serif;
      font-weight: 100;
      line-height: 1.3rem;
      text-align: center; }
    .services2 .system th {
      padding: 1.2rem;
      width: 50%; }
    .services2 .system td {
      padding: 1.2rem;
      width: 25%; }
    .services2 .system tr:nth-child(even) {
      background: rgba(36, 159, 154, 0.1);
      /*background: rgba(239,240,240,1);*/ }
  .services2 .etc {
    width: 90%;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 100;
    margin: 1rem auto;
    text-align: right; }

h2 {
  font-size: 42px;
  font-size: 3rem;
  color: #6b7887;
  font-weight: 100;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 3.5em;
  text-align: center; }
  h2 span {
    border-bottom: 1px solid #6b7887;
    padding-bottom: 1.6rem; }

.about {
  width: 97.5%;
  margin: 0 auto;
  border-collapse: collapse; }
  .about th, .about td {
    width: 50%;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 100;
    line-height: 1.3rem; }
  .about th {
    padding: 1.2rem;
    text-align: right;
    border-right: 1px solid #d9dcdc;
    border-bottom: 1px solid #d9dcdc; }
  .about td {
    padding: 1.2rem;
    text-align: left;
    border-bottom: 1px solid #d9dcdc; }
  .about tr:nth-child(even) {
    background: rgba(36, 159, 154, 0.1);
    /*background: rgba(239,240,240,1);*/ }
  .about tr:last-child th,
  .about tr:last-child td {
    border-bottom: 0; }

footer {
  background: #4671c5;
  color: white;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 5rem;
  font-weight: 100;
  margin-top: 5rem; }
