@charset "UTF-8";
/* TST CSS common.css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

html {
  margin: 0;
  padding: 0; }

html,
body {
  background: #FFF;
  color: #000;
  line-height: 1.6rem;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400; }

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

li {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:link,
a:visited,
a:hover,
a:active {
  color: #000; }

input,
select {
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

@media screen and (max-width: 768px) {
  img {
    width: 100%; }

  .cb-header {
    display: none; }

  header {
    width: 100%;
    text-align: center; }
    header h1 {
      margin: 20px; }
      header h1 img {
        width: 30%; }
    header nav#sec {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      overflow: hidden;
      width: 100%; }
      header nav#sec ul {
        margin: auto;
        overflow: hidden; }
        header nav#sec ul li {
          float: left;
          width: 33.3%;
          border-right: 1px solid #ccc;
          position: relative;
          text-align: center;
          padding-top: 10px;
          padding-bottom: 10px; }
          header nav#sec ul li img {
            width: 20%;
            display: block;
            clear: both;
            margin: auto auto 10px auto; }
          header nav#sec ul li a {
            font-size: 0.7rem;
            display: block;
            width: 100%;
            font-weight: 700;
            line-height: 0.8rem;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            header nav#sec ul li a span {
              display: none; }
          header nav#sec ul li a:hover {
            color: #468fc5; }
        header nav#sec ul li:first-child {
          display: none; }
        header nav#sec ul li:nth-child(4) {
          float: left;
          width: 33.3%;
          border-right: 1px solid #ccc;
          position: relative;
          text-align: center;
          padding-top: 10px;
          padding-bottom: 10px; }
          header nav#sec ul li:nth-child(4) img {
            width: 20%;
            display: block;
            clear: both;
            margin: 3px auto 10px auto; }
          header nav#sec ul li:nth-child(4) a {
            font-size: 0.7rem;
            display: block;
            width: 100%;
            font-weight: 700;
            line-height: 0.8rem;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            header nav#sec ul li:nth-child(4) a span {
              display: none; }
          header nav#sec ul li:nth-child(4) a:hover {
            color: #468fc5; }

  main#secMain {
    overflow: hidden;
    background: #F7F7F7; }
    main#secMain h3 {
      width: 86%;
      text-align: center;
      margin: auto;
      font-size: 1.2rem;
      margin-bottom: 20px; }
    main#secMain p {
      line-height: 1.8rem;
      width: 86%;
      margin: auto auto 40px auto; }

  main #mv nav#top {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%; }
    main #mv nav#top ul {
      margin: auto;
      overflow: hidden; }
      main #mv nav#top ul li {
        float: left;
        width: 33.3%;
        border-right: 1px solid #ccc;
        position: relative;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px; }
        main #mv nav#top ul li img {
          width: 20%;
          display: block;
          clear: both;
          margin: auto auto 10px auto; }
        main #mv nav#top ul li a {
          font-size: 0.7rem;
          display: block;
          width: 100%;
          font-weight: 700;
          line-height: 0.8rem;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          main #mv nav#top ul li a span {
            display: none; }
        main #mv nav#top ul li a:hover {
          color: #468fc5; }
      main #mv nav#top ul li:nth-child(3) {
        float: left;
        width: 33.3%;
        border-right: 1px solid #ccc;
        position: relative;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px; }
        main #mv nav#top ul li:nth-child(3) img {
          width: 20%;
          display: block;
          clear: both;
          margin: 5px auto 10px auto; }
        main #mv nav#top ul li:nth-child(3) a {
          font-size: 0.7rem;
          display: block;
          width: 100%;
          font-weight: 700;
          line-height: 0.8rem;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          main #mv nav#top ul li:nth-child(3) a span {
            display: none; }
        main #mv nav#top ul li:nth-child(3) a:hover {
          color: #468fc5; }
  main section {
    clear: both;
    background-image: url("../images/shadow.png");
    background-repeat: no-repeat;
    background-position: center top;
    border-top: 1px solid #ccc; }
    main section .ttl {
      padding-top: 40px;
      padding-bottom: 30px;
      text-align: center; }
      main section .ttl h2 {
        color: #468fc5;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 400;
        letter-spacing: 0.2rem; }
      main section .ttl span {
        display: block;
        clear: both;
        font-size: 0.8rem;
        font-weight: 400;
        font-family: 'Droid Serif', serif;
        font-style: italic; }
  main section#service .cts {
    background-image: url("../images/service_bg.png");
    -moz-background-size: cover;
    background-size: cover;
    background-color: #468FC5;
    background-position: center top;
    overflow: hidden;
    padding-bottom: 20px; }
    main section#service .cts .inner img#servicePhSp {
      width: 100%; }
    main section#service .cts .inner img#servicePhPc {
      display: none; }
    main section#service .cts .inner .exp {
      text-align: left;
      width: 76%;
      color: #FFF;
      margin: 20px auto auto auto;
      font-size: 0.8rem;
      line-height: 1.3rem; }
      main section#service .cts .inner .exp h3 {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 10px; }
  main section#message {
    background-color: #F7F7F7;
    overflow: hidden; }
    main section#message .ttl {
      padding-bottom: 30px; }
    main section#message .cts {
      text-align: center; }
      main section#message .cts .inner img {
        width: 50%; }
      main section#message .cts .inner .exp h3 {
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-top: 30px; }
      main section#message .cts .inner .exp span {
        font-size: 0.8rem;
        font-weight: 400;
        font-family: 'Droid Serif', serif;
        font-style: italic; }
      main section#message .cts .inner a {
        margin: 30px auto 60px auto;
        font-size: 1.0rem;
        width: 75%;
        display: block;
        background: #468fc5;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        color: #FFF;
        font-weight: 400;
        padding: 10px;
        border: 1px solid #468fc5;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      main section#message .cts .inner a:hover {
        color: #468fc5;
        background: #F7F7F7;
        border: 1px solid #468fc5; }
  main section#company .cts {
    background-color: #468FC5;
    background-position: center top; }
    main section#company .cts .inner img {
      width: 100%;
      margin-bottom: 20px; }
    main section#company .cts .inner .exp {
      width: 90%;
      margin: auto;
      color: #FFF;
      font-size: 0.9rem; }
      main section#company .cts .inner .exp dl {
        padding-bottom: 20px; }
        main section#company .cts .inner .exp dl dt {
          width: 100px;
          float: left;
          padding: 3px; }
        main section#company .cts .inner .exp dl dd {
          margin-left: 100px;
          padding: 3px; }
  main section#contact .ttl {
    padding-bottom: 20px; }
  main section#contact .cts {
    text-align: center; }
    main section#contact .cts .inner h3 {
      color: #468FC5;
      font-size: 1.4rem;
      font-weight: 400; }
    main section#contact .cts .inner span {
      font-size: 0.8rem;
      font-weight: 400;
      font-family: 'Droid Serif', serif;
      font-style: italic; }
    main section#contact .cts .inner i {
      margin: 0px auto 20px auto;
      padding-top: 45px;
      display: block;
      width: 150px;
      height: 150px;
      color: #FFF;
      font-size: 3.6rem;
      background: #468fc5;
      -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
      border-radius: 500px;
      border: 1px solid #468fc5;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    main section#contact .cts .inner i:hover {
      color: #468fc5;
      background: #FFF; }
    main section#contact .cts .inner div#tel {
      padding-top: 20px;
      clear: both; }
      main section#contact .cts .inner div#tel a {
        font-family: 'Oswald', sans-serif;
        color: #438FC4;
        font-size: 2.6rem;
        vertical-align: middle;
        letter-spacing: 0.1rem; }
      main section#contact .cts .inner div#tel img {
        margin-right: 10px;
        width: 14%; }
    main section#contact .cts .inner p {
      margin: 10px auto 50px auto;
      clear: both;
      font-family: "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem; }

  footer {
    clear: both; }
    footer div#col01 {
      border-top: 1px solid #ccc;
      clear: both; }
      footer div#col01 .inner {
        text-align: center; }
        footer div#col01 .inner a img {
          width: 40%;
          margin: 20px auto auto auto; }
        footer div#col01 .inner #copy {
          width: 60%;
          margin: 10px auto 40px auto; }
        footer div#col01 .inner #logoPc {
          display: none; }
        footer div#col01 .inner #logoSp {
          width: 40%;
          margin: 25px auto 15px auto;
          display: block;
          clear: both; }
    footer div#col02 {
      clear: both;
      background: #eeeeee;
      border-top: 1px solid #ccc; }
      footer div#col02 .inner {
        text-align: center;
        padding: 12px; }
        footer div#col02 .inner i {
          color: #468fc5;
          margin-right: 8px; }
        footer div#col02 .inner a {
          color: #468fc5;
          font-size: 0.8rem; }
        footer div#col02 .inner a:hover {
          text-decoration: underline; }
    footer div#col03 {
      clear: both;
      background: #468fc5; }
      footer div#col03 .inner {
        text-align: center;
        padding: 14px; }
        footer div#col03 .inner small {
          letter-spacing: 0.03rem;
          font-size: 0.6rem;
          font-weight: 200;
          font-family: 'Droid Serif', serif;
          font-style: italic;
          color: #FFF; }

  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%; }

  #page-top a {
    background: #438fc4;
    text-decoration: none;
    font-size: 2.0rem;
    color: #fff;
    width: 46px;
    padding: 7px 10px;
    text-align: center;
    display: block;
    border: 1px solid #438fc4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  #page-top a:hover {
    text-decoration: none;
    background: #FFF;
    color: #438FC4;
    border: 1px solid #438fc4; } }
@media screen and (min-width: 768px) {
  a {
    cursor: pointer; }

  .inner {
    width: 1150px;
    margin: auto; }

  .cb-header {
    position: fixed;
    width: 100%;
    background: #FFF;
    z-index: 99;
    border-bottom: 1px solid #ccc;
    top: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: none;
    /* ヘッダーバーを非表示 */ }
    .cb-header .inner #subNav a {
      float: left; }
      .cb-header .inner #subNav a #subLogo {
        margin-top: 14px; }
    .cb-header .inner #subNav ul {
      float: right;
      border-left: 1px solid #ccc; }
      .cb-header .inner #subNav ul li {
        height: 70px;
        border-right: 1px solid #ccc;
        float: left;
        width: 206px; }
        .cb-header .inner #subNav ul li img {
          margin-right: 10px;
          margin-top: -5px; }
        .cb-header .inner #subNav ul li a {
          height: 68px;
          padding-top: 20px;
          padding-right: 10px;
          font-weight: 700;
          font-size: 0.8rem;
          width: 100%;
          text-align: center;
          display: block; }
        .cb-header .inner #subNav ul li a:hover {
          color: #438FC4; }
      .cb-header .inner #subNav ul li:first-child img {
        margin-right: 15px;
        margin-top: 0px; }

  header {
    width: 100%;
    text-align: center; }
    header h1 {
      margin: 22px; }
      header h1 #logoSp {
        display: none; }
    header nav#sec {
      border-top: 1px solid #ccc;
      overflow: hidden;
      width: 100%; }
      header nav#sec ul {
        width: 1150px;
        margin: auto;
        border-left: 1px solid #ccc;
        overflow: hidden; }
        header nav#sec ul li {
          height: 100px;
          float: left;
          width: 349px;
          border-right: 1px solid #ccc;
          position: relative;
          text-align: center; }
          header nav#sec ul li img {
            float: left;
            top: 33px;
            left: 80px;
            position: absolute; }
          header nav#sec ul li a {
            margin-top: 35px;
            display: block;
            font-weight: 700;
            line-height: 1.1rem;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            header nav#sec ul li a span {
              display: block;
              clear: both;
              font-size: 0.8rem;
              font-weight: 400;
              font-family: 'Droid Serif', serif;
              font-style: italic; }
          header nav#sec ul li a:hover {
            color: #468fc5; }
        header nav#sec ul li:first-child {
          width: 98px;
          text-align: center; }
          header nav#sec ul li:first-child a img {
            top: 27px;
            left: 32px; }
          header nav#sec ul li:first-child a span {
            width: 100%;
            display: block;
            clear: both;
            line-height: 1.6rem;
            font-family: "游ゴシック", "Yu Gothic", sans-serif;
            font-weight: bold;
            font-style: normal;
            padding-top: 20px; }

  main#secMain {
    margin: 0;
    overflow: hidden;
    background: #F7F7F7; }
    main#secMain h3 {
      font-size: 1.4rem;
      line-height: 2.0rem;
      width: 970px;
      text-align: center;
      margin: auto auto 30px auto; }
    main#secMain p {
      width: 970px;
      line-height: 2.1rem;
      font-size: 1.1rem;
      margin: auto auto 40px auto; }

  main #mv {
    height: 455px;
    background-image: url("../images/mv.png");
    background-repeat: no-repeat;
    background-color: #468FC5;
    background-position: center top;
    margin: auto;
    position: relative; }
    main #mv #mvSp {
      display: none; }
    main #mv nav#top {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.8);
      position: absolute;
      width: 100%; }
      main #mv nav#top ul {
        width: 1150px;
        margin: auto;
        border-left: 1px solid #ccc;
        overflow: hidden; }
        main #mv nav#top ul li {
          height: 100px;
          float: left;
          width: 33.3%;
          border-right: 1px solid #ccc;
          position: relative;
          text-align: center;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          main #mv nav#top ul li img {
            float: left;
            top: 33px;
            left: 80px;
            position: absolute; }
          main #mv nav#top ul li a {
            padding-top: 35px;
            display: block;
            font-weight: 700;
            line-height: 1.1rem;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            height: 98px; }
            main #mv nav#top ul li a span {
              display: block;
              clear: both;
              font-size: 0.8rem;
              font-weight: 400;
              font-family: 'Droid Serif', serif;
              font-style: italic; }
          main #mv nav#top ul li a:hover {
            color: #468fc5; }
        main #mv nav#top ul li:hover {
          background-color: #FFF; }
  main section {
    clear: both;
    background-image: url("../images/shadow.png");
    background-repeat: no-repeat;
    background-position: center top;
    border-top: 1px solid #ccc; }
    main section .ttl {
      padding-top: 80px;
      padding-bottom: 60px;
      text-align: center; }
      main section .ttl h2 {
        color: #468fc5;
        font-size: 2.6rem;
        line-height: 3rem;
        font-weight: 400;
        letter-spacing: 0.2rem; }
      main section .ttl span {
        display: block;
        clear: both;
        font-size: 0.8rem;
        font-weight: 400;
        font-family: 'Droid Serif', serif;
        font-style: italic; }
  main section#service .cts {
    background-image: url("../images/service_bg.png");
    background-color: #468FC5;
    background-position: center top;
    height: 455px; }
    main section#service .cts .inner img#servicePhPc {
      width: 576px;
      float: left; }
    main section#service .cts .inner img#servicePhSp {
      display: none; }
    main section#service .cts .inner .exp {
      width: 44%;
      float: right;
      color: #FFF;
      margin: 70px auto auto auto; }
      main section#service .cts .inner .exp h3 {
        font-weight: 400;
        font-size: 2.0rem;
        line-height: 2.8rem;
        margin-bottom: 20px; }
  main section#message {
    background-color: #F7F7F7;
    overflow: hidden; }
    main section#message .ttl {
      padding-bottom: 40px; }
    main section#message .cts {
      text-align: center; }
      main section#message .cts .inner img {
        width: 326px; }
      main section#message .cts .inner .exp h3 {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2rem;
        margin-top: 30px; }
      main section#message .cts .inner .exp span {
        font-size: 0.8rem;
        font-weight: 400;
        font-family: 'Droid Serif', serif;
        font-style: italic; }
      main section#message .cts .inner a {
        margin: 50px auto 100px auto;
        font-size: 1.2rem;
        width: 324px;
        display: block;
        background: #468fc5;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        color: #FFF;
        font-weight: 400;
        padding: 15px;
        border: 1px solid #468fc5;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      main section#message .cts .inner a:hover {
        color: #468fc5;
        background: #F7F7F7;
        border: 1px solid #468fc5; }
  main section#company .cts {
    background-image: url("../images/company_bg.png");
    height: 455px;
    background-color: #468FC5;
    background-position: center top; }
    main section#company .cts .inner img {
      width: 402px; }
    main section#company .cts .inner .exp {
      width: 55%;
      float: left;
      color: #FFF;
      margin: 130px auto auto auto; }
      main section#company .cts .inner .exp dl {
        margin-left: 120px; }
        main section#company .cts .inner .exp dl dt {
          width: 100px;
          float: left;
          padding: 5px; }
        main section#company .cts .inner .exp dl dd {
          margin-left: 100px;
          padding: 5px; }
  main section#contact .ttl {
    padding-bottom: 40px; }
  main section#contact .cts {
    text-align: center; }
    main section#contact .cts .inner h3 {
      color: #468FC5;
      font-size: 1.4rem;
      font-weight: 400; }
    main section#contact .cts .inner span {
      font-size: 0.8rem;
      font-weight: 400;
      font-family: 'Droid Serif', serif;
      font-style: italic; }
    main section#contact .cts .inner i {
      margin: 0px auto 20px auto;
      padding-top: 45px;
      display: block;
      width: 150px;
      height: 150px;
      color: #FFF;
      font-size: 3.6rem;
      background: #468fc5;
      -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
      border-radius: 500px;
      border: 1px solid #468fc5;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    main section#contact .cts .inner i:hover {
      color: #468fc5;
      background: #FFF; }
    main section#contact .cts .inner div#tel {
      padding-top: 20px;
      padding-bottom: 10px;
      clear: both; }
      main section#contact .cts .inner div#tel a {
        font-family: 'Oswald', sans-serif;
        color: #438FC4;
        font-size: 3.3rem;
        vertical-align: middle;
        letter-spacing: 0.1rem; }
      main section#contact .cts .inner div#tel img {
        margin-right: 10px; }
    main section#contact .cts .inner p {
      margin: 10px auto 80px auto;
      clear: both;
      font-family: "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem; }

  footer {
    clear: both; }
    footer div#col01 {
      border-top: 1px solid #ccc;
      clear: both; }
      footer div#col01 .inner {
        padding-top: 40px;
        padding-bottom: 40px;
        overflow: hidden; }
        footer div#col01 .inner a img {
          float: left; }
        footer div#col01 .inner #copy {
          float: right; }
        footer div#col01 .inner #logoSp {
          display: none; }
    footer div#col02 {
      clear: both;
      background: #eeeeee;
      border-top: 1px solid #ccc; }
      footer div#col02 .inner {
        text-align: center;
        padding: 12px; }
        footer div#col02 .inner i {
          color: #468fc5;
          margin-right: 8px; }
        footer div#col02 .inner a {
          color: #468fc5;
          font-size: 0.8rem; }
        footer div#col02 .inner a:hover {
          text-decoration: underline; }
    footer div#col03 {
      clear: both;
      background: #468fc5; }
      footer div#col03 .inner {
        text-align: center;
        padding: 14px; }
        footer div#col03 .inner small {
          letter-spacing: 0.03rem;
          font-size: 0.6rem;
          font-weight: 200;
          font-family: 'Droid Serif', serif;
          font-style: italic;
          color: #FFF; }

  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%; }

  #page-top a {
    background: #438fc4;
    text-decoration: none;
    font-size: 2.0rem;
    color: #fff;
    width: 70px;
    padding: 18px 20px;
    text-align: center;
    display: block;
    border: 1px solid #438fc4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  #page-top a:hover {
    text-decoration: none;
    background: #FFF;
    color: #438FC4;
    border: 1px solid #438fc4; } }
