@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
  Variable Grid System.
  Learn more ~ http://www.spry-soft.com/grids/
  Based on 960 Grid System - http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
body {
  min-width: 720px; }

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 720px; }

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px; }

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
  position: relative; }

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
  width: 50px; }

.container_12 .grid_2 {
  width: 110px; }

.container_12 .grid_3 {
  width: 170px; }

.container_12 .grid_4 {
  width: 230px; }

.container_12 .grid_5 {
  width: 290px; }

.container_12 .grid_6 {
  width: 350px; }

.container_12 .grid_7 {
  width: 410px; }

.container_12 .grid_8 {
  width: 470px; }

.container_12 .grid_9 {
  width: 530px; }

.container_12 .grid_10 {
  width: 590px; }

.container_12 .grid_11 {
  width: 650px; }

.container_12 .grid_12 {
  width: 710px; }

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left: 60px; }

.container_12 .prefix_2 {
  padding-left: 120px; }

.container_12 .prefix_3 {
  padding-left: 180px; }

.container_12 .prefix_4 {
  padding-left: 240px; }

.container_12 .prefix_5 {
  padding-left: 300px; }

.container_12 .prefix_6 {
  padding-left: 360px; }

.container_12 .prefix_7 {
  padding-left: 420px; }

.container_12 .prefix_8 {
  padding-left: 480px; }

.container_12 .prefix_9 {
  padding-left: 540px; }

.container_12 .prefix_10 {
  padding-left: 600px; }

.container_12 .prefix_11 {
  padding-left: 660px; }

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right: 60px; }

.container_12 .suffix_2 {
  padding-right: 120px; }

.container_12 .suffix_3 {
  padding-right: 180px; }

.container_12 .suffix_4 {
  padding-right: 240px; }

.container_12 .suffix_5 {
  padding-right: 300px; }

.container_12 .suffix_6 {
  padding-right: 360px; }

.container_12 .suffix_7 {
  padding-right: 420px; }

.container_12 .suffix_8 {
  padding-right: 480px; }

.container_12 .suffix_9 {
  padding-right: 540px; }

.container_12 .suffix_10 {
  padding-right: 600px; }

.container_12 .suffix_11 {
  padding-right: 660px; }

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
  left: 60px; }

.container_12 .push_2 {
  left: 120px; }

.container_12 .push_3 {
  left: 180px; }

.container_12 .push_4 {
  left: 240px; }

.container_12 .push_5 {
  left: 300px; }

.container_12 .push_6 {
  left: 360px; }

.container_12 .push_7 {
  left: 420px; }

.container_12 .push_8 {
  left: 480px; }

.container_12 .push_9 {
  left: 540px; }

.container_12 .push_10 {
  left: 600px; }

.container_12 .push_11 {
  left: 660px; }

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
  left: -60px; }

.container_12 .pull_2 {
  left: -120px; }

.container_12 .pull_3 {
  left: -180px; }

.container_12 .pull_4 {
  left: -240px; }

.container_12 .pull_5 {
  left: -300px; }

.container_12 .pull_6 {
  left: -360px; }

.container_12 .pull_7 {
  left: -420px; }

.container_12 .pull_8 {
  left: -480px; }

.container_12 .pull_9 {
  left: -540px; }

.container_12 .pull_10 {
  left: -600px; }

.container_12 .pull_11 {
  left: -660px; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1; }

/******************VARIABLES*********************/
@-webkit-keyframes loading-anime {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes loading-anime {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes loading-anime {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes loading-anime {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

/********************BASE**********************/
body {
  background: #fff;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8em;
  font-size: 14px;
  font-size: 0.875rem; }

a {
  text-decoration: none;
  opacity: 1; }
  a:hover {
    opacity: 0.5;
    transition: opacity .2s ease 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  margin: 0 0 20px;
  font-weight: normal; }

section {
  padding: 30px 0; }

p {
  margin: 0 0 20px; }

/***********************LAYOUT************************/
header {
  background: url("../images/bg-header.png") 0 0 repeat-x;
  height: 52px;
  padding: 20px 0;
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }
  header .logo {
    float: left; }
  header h1 {
    float: left;
    margin: 2px 0 0 10px; }
  header .tel {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 2px; }

.header-nav {
  position: fixed;
  width: 100%;
  height: 46px;
  top: 92px;
  left: 0;
  z-index: 9999;
  background: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #cccccc, #eeeeee);
  background-image: -moz-linear-gradient(top, #cccccc, #eeeeee);
  background-image: -o-linear-gradient(top, #cccccc, #eeeeee);
  background-image: linear-gradient(to bottom, #cccccc, #eeeeee);
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 10px; }
  .header-nav ul {
    border-right: 1px solid #bbb; }
    .header-nav ul li {
      float: left;
      width: 20%; }
      .header-nav ul li a {
        display: block;
        padding: 10px 0;
        text-align: center;
        border-left: 1px solid #bbb;
        font-size: 12px;
        font-size: 0.75rem;
        color: #000;
        font-weight: bold; }

footer {
  background: url("../images/bg-header.png") 0 -20px repeat-x;
  padding: 20px 0;
  color: #fff; }

/********************MODULE************************/
.align-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block; }

.font-s {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5em; }

.font-m {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em; }

.font-l {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5em; }

.font-ll {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.5em; }

.display-none {
  display: none; }

.mincho {
  font-family: "Hervetica Neue","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","Ubuntu",serif !important; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.show-on-mobile {
  display: none; }

.subsection {
  padding: 20px 0; }

.w100 {
  width: 100%; }

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

/*****AREA*****/
.area-gray {
  background: #656565;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em; }

/*****SECTION*****/
section.yellow {
  background: #ffde00;
  padding: 30px 0; }

/*****TITLES*****/
.title-flow {
  margin: 0; }

/*****TOP*****/
section.bb {
  padding-top: 160px; }

.icon-paper {
  width: 45px;
  margin: 10px 0 20px; }

.icon-person {
  width: 52px;
  margin: 0 0 20px; }

.icon-eye {
  width: 63px;
  margin: 20px 0 20px; }

section#case img {
  display: block;
  margin-bottom: 10px; }

section#company {
  border-top: 1px solid #eee; }
