@charset "UTF-8";/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* normalize.scss v2.1.3 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

/**
 * Prevent `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;
}

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.875em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove 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;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}

/*******************************************************************************
 * Additional Reset
 ******************************************************************************/
body {
  background-color: #ffffff;
  color: #494949;
  font-size: 14px;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  min-width: 980px;
}

p, ul, ol, dl, dd, dt {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}
ul li, ol li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  text-decoration: inherit;
  /*cursor: inherit;*/
}
a:hover {
  text-decoration: underline;
}
a:active, a:focus {
  outline: none;
}

.ie6 a, .ie7 a, .ie8 a {
  color: #494949;
}

.headline {
  margin-top: 0;
  margin-bottom: 0;
}

/*******************************************************************************
 * Util
 ******************************************************************************/
.base-container, .centralize {
  margin-right: auto;
  margin-left: auto;
}
.base-container {
  width: 980px;
}

.clearfix, .cf {
  overflow: hidden;
  *zoom: 1;
}

.mcf {
  zoom: 1;
  /* for IE6/7 */
}
.mcf:before {
  content: '';
  display: table;
}
.mcf:after {
  content: '';
  display: table;
  clear: both;
}

.floatR, .flr {
  display: inline;
  float: right;
}

.floatL, .fll {
  display: inline;
  float: left;
}

.is-hidden {
  display: none;
}

.is-shown {
  display: block;
}

.is-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.half {
  width: 50%;
}

.hz-list {
  overflow: hidden;
  *zoom: 1;
}
.hz-list li {
  list-style-image: none;
  list-style-type: none;
  white-space: nowrap;
  display: inline;
  float: left;
}

.sprite {
  display: block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.current .sprite {
  cursor: default;
}

.bold {
  font-weight: bold;
}

a.hover {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
a.hover:active, a.hover:focus {
  outline: none;
}
a.hover:hover {
  text-decoration: none;
}
a.hover img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a.hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.mtz {
  margin-top: 0px;
}

.mts {
  margin-top: 10px;
}

.mtm {
  margin-top: 20px;
}

.mtl {
  margin-top: 30px;
}

.mtxl {
  margin-top: 40px;
}

.mtxxl {
  margin-top: 50px;
}

.mbz {
  margin-bottom: 0px;
}

.mbs {
  margin-bottom: 10px;
}

.mbm {
  margin-bottom: 20px;
}

.mbl {
  margin-bottom: 30px;
}

.mbxl {
  margin-bottom: 40px;
}

.mbxxl {
  margin-bottom: 50px;
}

.mlz {
  margin-left: 0px;
}

.mls {
  margin-left: 10px;
}

.mlm {
  margin-left: 20px;
}

.mll {
  margin-left: 30px;
}

.mlxl {
  margin-left: 40px;
}

.mlxxl {
  margin-left: 50px;
}

.mths {
  margin-top: 5px;
}

.mthm {
  margin-top: 15px;
}

.mthl {
  margin-top: 25px;
}

.mthxl {
  margin-top: 35px;
}

.paz {
  padding: 0px;
}

.pas {
  padding: 10px;
}

.pam {
  padding: 20px;
}

.pal {
  padding: 30px;
}

.paxl {
  padding: 40px;
}

.paxxl {
  padding: 50px;
}

.pvz {
  padding: 0px 0;
}

.pvs {
  padding: 10px 0;
}

.pvm {
  padding: 20px 0;
}

.pvl {
  padding: 30px 0;
}

.pvxl {
  padding: 40px 0;
}

.pvxxl {
  padding: 50px 0;
}

.phz {
  padding: 0 0px;
}

.phs {
  padding: 0 10px;
}

.phm {
  padding: 0 20px;
}

.phl {
  padding: 0 30px;
}

.phxl {
  padding: 0 40px;
}

.phxxl {
  padding: 0 50px;
}

.ptz {
  padding-top: 0px;
}

.pts {
  padding-top: 10px;
}

.ptm {
  padding-top: 20px;
}

.ptl {
  padding-top: 30px;
}

.ptxl {
  padding-top: 40px;
}

.ptxxl {
  padding-top: 50px;
}

.plz {
  padding-left: 0px;
}

.pls {
  padding-left: 10px;
}

.plm {
  padding-left: 20px;
}

.pll {
  padding-left: 30px;
}

.plxl {
  padding-left: 40px;
}

.plxxl {
  padding-left: 50px;
}

.pbz {
  padding-bottom: 0px;
}

.pbs {
  padding-bottom: 10px;
}

.pbm {
  padding-bottom: 20px;
}

.pbl {
  padding-bottom: 30px;
}

.pbxl {
  padding-bottom: 40px;
}

.pbxxl {
  padding-bottom: 50px;
}

.no-sidescroll {
  overflow: hidden;
  width: 100%;
}

/*******************************************************************************
 * header
 ******************************************************************************/
#header-area {
  padding-top: 60px;
  background-color: #fff;
}

#global-nav-area {
  width: 100%;
  height: 80px;
  margin-bottom: -10px;
  position: relative;
  z-index: 100;
}

.global-nav-wrapper {
  width: 100%;
  height: 80px;
  background: transparent url("../images/bg_nav.png") repeat-x 0 100%;
}

.global-nav {
  padding: 30px 0;
  margin-left: -54px;
}
.global-nav li {
  margin-left: 54px;
}
.global-nav li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.nav-office {
  background: url("../images/nav-s71875407e2.png") 0 -150px no-repeat;
  width: 124px;
}
.is-active .nav-office {
  background: url("../images/nav-s71875407e2.png") 0 -120px no-repeat;
}

.nav-price {
  background: url("../images/nav-s71875407e2.png") 0 -30px no-repeat;
  width: 301px;
}
.is-active .nav-price {
  background: url("../images/nav-s71875407e2.png") 0 0 no-repeat;
}

.nav-sales {
  background: url("../images/nav-s71875407e2.png") 0 -90px no-repeat;
  width: 160px;
}
.is-active .nav-sales {
  background: url("../images/nav-s71875407e2.png") 0 -60px no-repeat;
}

.nav-service {
  background: url("../images/nav-s71875407e2.png") 0 -270px no-repeat;
  width: 71px;
}
.is-active .nav-service {
  background: url("../images/nav-s71875407e2.png") 0 -210px no-repeat;
}

.nav-voice {
  background: url("../images/nav-s71875407e2.png") 0 -240px no-repeat;
  width: 88px;
}
.is-active .nav-voice {
  background: url("../images/nav-s71875407e2.png") 0 -180px no-repeat;
}

.stuck {
  position: fixed;
  top: 0;
  z-index: 100;
}

/*******************************************************************************
 * Footer
 ******************************************************************************/
#footer-area {
  background-color: #2a2a2a;
  padding-top: 60px;
  padding-bottom: 80px;
}

/*******************************************************************************
 * Contents
 ******************************************************************************/
.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #eee;
}

.base-vpad {
  padding-top: 100px;
  padding-bottom: 70px;
}

.base-mt {
  margin-top: 100px;
}

.area-border {
  border-top: 1px solid #d2d2d2;
}

/* hero */
#hero-area {
  background: #eee;
  height: 600px;
}

.hero-container {
  position: relative;
  height: 600px;
}
.hero-container .bx-prev, .hero-container .bx-next {
  position: absolute;
  bottom: 270px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 23px;
  height: 39px;
}
.hero-container .bx-prev {
  left: -80px;
  background-image: url("../images/hero/btn_lhs.png");
}
.hero-container .bx-next {
  right: -80px;
  background-image: url("../images/hero/btn_rhs.png");
}

.bx-controls-direction {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-screens {
  height: 600px;
}
.hero-screens li {
  height: 600px;
}

.hero-screen-1 {
  background: transparent url("../images/hero/img_hero_1.jpg") no-repeat 50% 100%;
}
.hero-screen-1 .hero-screen-inner {
  padding-top: 136px;
  padding-bottom: 170px;
}

.hero-screen-2 {
  background: transparent url("../images/hero/img_hero_2.jpg") no-repeat 50% 100%;
}
.hero-screen-2 .hero-screen-inner {
  padding-top: 80px;
  padding-bottom: 70px;
}

.hero-desc-container {
  width: 530px;
}

.hero-history {
  margin-top: 80px;
}

/* service */
.service-list {
  overflow: hidden;
  *zoom: 1;
  margin-top: 100px;
  margin-left: -60px;
}
.service-list > li {
  width: 280px;
  margin-left: 60px;
  display: inline;
  float: left;
}

.service-monthly {
  background-color: #f8f8f8;
}

.service-monthly-desc {
  float: left;
  width: 560px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.bg-service-bag {
  background: transparent url("../images/service/img_bag.png") no-repeat 630px 50px;
}

.sales-desc {
  background: transparent url("../images/sales/img_sales.png") no-repeat 100% 0;
  min-height: 277px;
}
.sales-desc p {
  width: 630px;
}
.sales-desc em {
  color: #d90000;
}

.sales-sbm {
  border: 1px solid #e6e6e6;
  padding: 40px 60px;
  background-color: #f8f8f8;
}

.sales-sbm-text {
  width: 530px;
  font-size: 12px;
}

/* price */
.price-col-container {
  margin-top: 100px;
}

.price-examples {
  color: #747474;
  width: 236px;
}
.price-examples dl {
  overflow: hidden;
  *zoom: 1;
}
.price-examples dt {
  width: 67.79661%;
  float: left;
  background: url("../images/price/bg_dot.png") repeat-x 100% 50%;
}
.price-examples dt span {
  background-color: #eeeeee;
}
.price-examples dd {
  width: 32.20339%;
  float: right;
  text-align: right;
}

.price-mt {
  margin-top: 60px;
}

.price-point {
  color: #0f58a2;
  background: url("../images/price/icon_point.png") no-repeat 0 50%;
  padding-left: 38px;
  min-height: 38px;
}

/* voice */
#voice-area h2 {
  background: url("../images/voice/hl.jpg") no-repeat 50% 0;
  width: 100%;
  height: 236px;
}

.voice-list {
  margin-left: -20px;
}
.voice-list li {
  margin-left: 20px;
}

.voice-col {
  width: 230px;
  height: 412px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.voice-col-1 {
  background-image: url("../images/voice/bg_voice_1.png");
}

.voice-col-2 {
  background-image: url("../images/voice/bg_voice_2.png");
}

.voice-col-3 {
  background-image: url("../images/voice/bg_voice_3.png");
}

.voice-col-4 {
  background-image: url("../images/voice/bg_voice_4.png");
}

.voice-col-1, .voice-col-3 {
  padding-top: 190px;
}
.voice-col-1 .voice-name, .voice-col-3 .voice-name {
  bottom: 30px;
}

.voice-col-2, .voice-col-4 {
  padding-bottom: 190px;
}
.voice-col-2 .voice-name, .voice-col-4 .voice-name {
  top: 360px;
}

.voice-col-container {
  padding: 30px 20px;
}

.voice-name {
  position: absolute;
  right: 20px;
}

/* office */
.office-table {
  border-top: 1px solid #bdbdbd;
  width: 456px;
}
.office-table .office-table-item-head {
  padding-right: 10px;
  width: 110px;
}
.office-table td {
  border-bottom: 1px solid #bdbdbd;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}

.office-contact-col {
  width: 384px;
}

/* map */
.gmap-container {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.gmap-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
}
