@charset 'UTF-8';
/**
 * File Name : common.css
 * Version : 1.0
 * Description : 全ページ共通CSSファイル
 * Since : 2016-07-20
 * Modified : 2016-07-20
 *
 * ---- Table of Contents ----
 *
 * 1.0 - Base Rule
 *    1.1 - Normalize
 * 2.0 - Layout
 *    2.1 - Centering
 *    2.2 - Header
 *    2.3 - Main
 *    2.4 - Footer
 *    2.5 - Grid
 * 3.0 - Module
 *    3.1 - fonts
 *    3.2 - Typography
 *    3.3 - List
 *    3.4 - Logo
 *    3.5 - Breadcrumb
 *    3.6 - Button
 *    3.7 - Content
 *    3.8 - Hero
 *    3.9 - Feature
 *    3.10 - Card
 *    3.11 - Media
 *    3.12 - Author
 *    3.13 - Text Field
 *    3.14 - Control
 *    3.15 - utility
 */
/*
 1.0 - Base
-----------------------------------------------------*/
/*
  1.1 - Normalize
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  *behavior: url(../js/lib/boxsizing.htc);
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; 
  font-weight: 400;
  font-size: 100%;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Verdana, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.5;
}

body {
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding-top: 70px; 
  height: 100%;
  background: #fff;
  color: #666;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; 

  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links */
a {
  background-color: transparent;
  color: #1e88e5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
}

a:active,
a:hover {
  outline: 0; 
  color: #64b5f6;
}

/* Text-level semantics */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .25em 0 .5em; 
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}

h2 {
  margin: .33333em 0 .66667em; 
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.334;
}

h3 {
  margin: .41667em 0 .83333em; 
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.25;
}

h4 {
  margin: .5em 0 1em; 
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h5 {
  margin: .625em 0 1.25em; 
  font-size: 12.8px;
  font-size: .8rem;
  line-height: 1.25;
}

h6 {
  margin: .71429em 0 1.42857em; 
  font-size: 11.2px;
  font-size: .7rem;
  line-height: 1.429;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Lists */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 1.5em;
}

menu,
ol,
ul {
  padding: 0 0 0 1.5em;
}

/* Embedded content */
img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content */
figure {
  margin: 1em 0 1em 1.5em;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em; 
  font-family: monospace, monospace;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  margin: 0; 
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer; 
  appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em; 
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0; 
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables */
table {
  border-spacing: 0; 
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*
 2.0 - Layout
-----------------------------------------------------*/
/*
  2.1 - Centering
*/
.l_wrapper {
  margin: 0 auto;
  width: 1200px;

  *zoom: 1;
}

.l_wrapper:after {
  display: table;
  clear: both;
  content: '';
}

.l_wrapper.l_wrapper-detail {
  width: 960px;
}

.l_wrapper.l_wrapper-full {
  min-width: 1200px; 
  width: 100%;
}

/*
  2.2 - Header
*/
.l_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
          box-shadow: 0 1px 5px rgba(0, 0, 0, .3); 

  *zoom: 1;
}

.l_header:after {
  display: table;
  clear: both;
  content: '';
}

.l_global-nav {
  float: right;
  overflow: hidden; 
  height: 70px;
}

.l_global-nav ul {
  overflow: hidden;
  margin: 0; 
  padding: 0;
  list-style: none;
}

.l_global-nav ul li {
  float: left;
  text-align: center;
}

.l_global-nav ul li a {
  display: block;
  padding: 16px 32px;
  height: 70px;
  border-bottom: 4px solid transparent; 
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}

.l_global-nav ul li a:hover,
.l_global-nav ul li a.is_active {
  border-color: #1e88e5;
}

.l_global-nav ul li a.nav-accent {
  background: #1e88e5;
  color: #fff; 
  font-weight: normal;
}

.l_global-nav ul li a.nav-accent:hover {
  border-color: transparent;
  background: #4ca0ea;
}

.l_global-nav ul li a.nav-accent .caption-en {
  color: #fff;
}

/*
  2.3 - Main
*/
.l_main {
  overflow: hidden;

  *zoom: 1;
}

.l_section {
  padding: 64px 0;
  background-color: #fff;
}

.l_section.section-detail {
  background-color: #f5f5f5;
}

.l_section.section-contact {
  background-color: #1e88e5;
  color: #fff; 
  text-align: center;
}

.section-title {
  margin-bottom: 32px;
  color: #333;
  text-align: left;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}

.section-title.section-title-light {
  color: #fff;
}

.section-title.section-title-light .caption-en {
  color: #fff;
}

.section-title .caption-en {
  letter-spacing: .2em; 
  font-size: 50%;
}

.section-button {
  margin: 32px auto 0;
  width: 380px;
}

.section-button.section-button-detail {
  width: 516px;
}

/*
  2.4 - Footer
*/
.l_footer {
  clear: both;
}

.l_footer-nav li {
  font-size: 14px;
  font-size: .875rem;
}

.l_footer-nav li:before {
  color: #757575;
}

.l_footer-nav li a {
  color: #757575;
}

.footer-nav-title {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
}

.l_footer-bottom {
  padding: 24px 0;
  color: #757575;
}

.l_footer-bottom .l_grid-item {
  font-size: 12px;
  font-size: .75rem;
}

.l_footer-bottom li a {
  color: #757575;
}

/*
  2.5 - Grid
*/
.l_grid-wrap {
  display: table;
  width: 100%; 
  font-size: 0 !important;
}

.l_grid-wrap.l_grid-justify {
  display: block;
  text-align: justify;
  text-justify: distribute-all-lines;
}

.l_grid-wrap.l_grid-justify:after {
  display: inline-block;
  width: 100%;
  content: '';

  *display: inline;
  *zoom: 1;
}

.l_grid-item {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem; 

  *display: inline;
  *zoom: 1;
}

.l_grid-item.grid-fifth {
  width: 20%;
}

.l_grid-item.grid-forth {
  width: 25%;
}

.l_grid-item.grid-third {
  width: 33.33333%;
}

.l_grid-item.grid-half {
  width: 50%;
}

.l_grid-item.grid-full {
  width: 100%;
}

.l_grid-item.grid-1 {
  width: 8.33333%;
}

.l_grid-item.grid-2 {
  width: 16.66667%;
}

.l_grid-item.grid-3 {
  width: 25%;
}

.l_grid-item.grid-4 {
  width: 33.33333%;
}

.l_grid-item.grid-5 {
  width: 41.66667%;
}

.l_grid-item.grid-6 {
  width: 50%;
}

.l_grid-item.grid-7 {
  width: 58.33333%;
}

.l_grid-item.grid-8 {
  width: 66.66667%;
}

.l_grid-item.grid-9 {
  width: 75%;
}

.l_grid-item.grid-10 {
  width: 83.33333%;
}

.l_grid-item.grid-11 {
  width: 91.66667%;
}

.l_grid-justify .l_grid-item {
  margin-bottom: 32px;
}

.l_grid-justify .l_grid-item.grid-fifth {
  width: 17.86667%;
}

.l_grid-justify .l_grid-item.grid-forth {
  width: 23%;
}

.l_grid-justify .l_grid-item.grid-third {
  width: 31.55556%;
}

.l_grid-justify .l_grid-item.grid-half {
  width: 48.66667%;
}

.l_grid-justify .l_grid-item.grid-1 {
  width: 5.88889%;
}

.l_grid-justify .l_grid-item.grid-2 {
  width: 14.44444%;
}

.l_grid-justify .l_grid-item.grid-3 {
  width: 23%;
}

.l_grid-justify .l_grid-item.grid-4 {
  width: 31.55556%;
}

.l_grid-justify .l_grid-item.grid-5 {
  width: 40.11111%;
}

.l_grid-justify .l_grid-item.grid-6 {
  width: 48.66667%;
}

.l_grid-justify .l_grid-item.grid-7 {
  width: 57.22222%;
}

.l_grid-justify .l_grid-item.grid-8 {
  width: 65.77778%;
}

.l_grid-justify .l_grid-item.grid-9 {
  width: 74.33333%;
}

.l_grid-justify .l_grid-item.grid-10 {
  width: 82.88889%;
}

.l_grid-justify .l_grid-item.grid-11 {
  width: 91.44444%;
}

/*
 3.0 - Module
-----------------------------------------------------*/
/*
  3.1 - fonts
*/
.material-icons,
.icon-arrow-primary-1:before,
.icon-arrow-primary-2:after,
.icon-arrow-secondary-1:before,
.icon-arrow-secondary-2:after,
.icon-arrow-back-primary-1:after {
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: 'Material Icons';
  line-height: 1;
  direction: ltr;
  /* Support for all WebKit browsers. */

  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.icon-arrow-primary-1:before,
.icon-arrow-primary-2:after {
  content: '\00E315';
  vertical-align: -6px;
}

.icon-arrow-secondary-1:before,
.icon-arrow-secondary-2:after {
  content: '\00E037';
  vertical-align: -2px; 
  font-size: 14px;
  font-size: .875rem;
}

.icon-arrow-back-primary-1:after {
  content: '\00E314';
  vertical-align: -6px;
}

.icon-arrow-primary-1:before {
  margin-right: 4px;
}

.icon-arrow-primary-2:after {
  margin-left: 4px;
}

.icon-arrow-secondary-1:before {
  margin-right: 4px;
}

.icon-arrow-secondary-2:after {
  margin-left: 4px;
}

.icon-arrow-back-primary-1:after {
  margin-right: 4px;
}

/*
  3.2 - Typography
*/
.caption {
  margin-top: .57143em;
  margin-bottom: 1.14286em;
  letter-spacing: .02em; 
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.143;
}

.caption-en {
  color: #1e88e5;
  text-transform: uppercase;
  font-weight: normal; 
  font-size: 70%;
}

.font-ultra-light {
  font-weight: 100 !important;
}

.font-extra-light {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-regular {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-demi-bold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-heavy {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/*
  3.3 - List
*/
.list-inline,
.list-linemark,
.list-step,
.list-tile {
  margin: 0;
  padding: 0;
}

.list-inline li,
.list-linemark li,
.list-step li,
.list-tile li {
  margin: 0;
  padding: 0; 
  list-style: none;
}

.list-inline li {
  display: inline-block;
  margin-left: 16px;
}

.list-inline li:first-child {
  margin-left: 0;
}

.list-inline a {
  border-bottom: 1px solid transparent; 
  color: #666;
  text-decoration: none;
}

.list-inline a:hover {
  border-color: #9e9e9e; 
  color: #9e9e9e;
}

.list-linemark li {
  margin-bottom: 4px;
}

.list-linemark li:before {
  margin-right: 8px; 
  content: '-';
}

.list-linemark li a {
  border-bottom: 1px solid transparent;
}

.list-linemark li a:hover {
  border-color: #9e9e9e; 
  color: #9e9e9e;
}

.list-step {
  overflow: hidden;
  margin-bottom: 40px; 

  *zoom: 1;
}

.list-step li {
  position: relative;
  float: left;
  margin-left: 3%;
  padding: 12px 32px; 
  width: 31.33%;
  height: 100px;
  background: #f5f5f5;
  font-weight: bold;
  line-height: 1.5;
}

.list-step li:after {
  position: absolute;
  top: 0;
  right: -8px;
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 51px solid transparent;
  border-left: 30px solid #f5f5f5;
  background-color: #fff; 
  content: '';
}

.list-step li:first-child {
  margin-left: 0;
}

.list-step li .list-step-caption {
  color: #9e9e9e; 
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 80%;
}

.list-step li .list-step-number {
  font-size: 200%;
}

.list-step li .list-step-label {
  letter-spacing: .1em;
}

.list-step li.is_active {
  background: #1e88e5;
  color: #fff;
}

.list-step li.is_active:after {
  border-left-color: #1e88e5;
}

.list-step li.is_active .list-step-caption {
  color: #0d47a1;
}

.list-tile {
  *zoom: 1;
}

.list-tile:after {
  display: table;
  clear: both;
  content: '';
}

.list-tile li {
  float: left;
  margin-left: 16px;
}

.list-tile li:first-child {
  margin-left: 0;
}

.define-item {
  overflow: hidden;

  *zoom: 1;
}

.define-item dt {
  float: left;
  clear: left;
  margin: 0;
  padding: 16px 0;
  color: #333;
}

.define-item dd {
  margin: 0;
  padding: 16px 0 16px 208px;
  color: #333;
}

.define-item.define-line {
  border-top: 1px solid #ddd;
}

.define-item.define-line dd {
  border-bottom: 1px solid #ddd;
}

/*
  3.4 - Logo
*/
.logo-wrap {
  float: left;
  margin: 0; 
  font-weight: 100;
}

.logo {
  font-weight: 100;
}

.logo-primary {
  display: block;
  padding: 20px 0 0; 
  color: #333;
  letter-spacing: .2em;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: .8;
}

.logo-primary:hover {
  color: inherit;
}

.logo-caption {
  color: #757575;
  letter-spacing: .1em; 
  font-size: 54%;
}

/*
  3.5 - Breadcrumb
*/
.breadcrumb {
  overflow: hidden;
  background-color: #f5f5f5;
  line-height: 2.4; 

  *zoom: 1;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-link {
  border-bottom: 1px solid transparent; 
  color: #333;
  letter-spacing: .1em;
  font-size: 14px;
  font-size: .875rem;
}

.breadcrumb-link:hover {
  border-color: #333; 
  color: #333;
}

.breadcrumb-link.is_active {
  color: #757575;
}

.breadcrumb-link.is_active:hover {
  border-color: #757575;
}

.breadcrumb-icon {
  vertical-align: -4px; 
  font-size: 16px;
  font-size: 1rem;
}

.breadcrumb-separate {
  margin: 0 8px;
  color: #757575; 
  vertical-align: middle;
  font-size: 22px;
  font-size: 1.375rem;
}

/*
  3.6 - Button
*/
.button-primary,
.button-secondary,
.button-gorst {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 16px;
  outline: none;
  border: none;
  border-radius: 4px;
  background: transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .5); 
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
}

.button-primary:before,
.button-secondary:before,
.button-gorst:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .6); 
  content: '';
  opacity: 1;
  -webkit-filter: none;
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
          filter: none;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  zoom: 1;

  will-change: transform;
}

.button-primary:after,
.button-secondary:after,
.button-gorst:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto 0;
}

.is_active-btn.button-primary:before,
.is_active-btn.button-secondary:before,
.is_active-btn.button-gorst:before {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)';
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition: all .2s cubic-bezier(0, .7, .5, 1);
     -moz-transition: all .2s cubic-bezier(0, .7, .5, 1);
          transition: all .2s cubic-bezier(0, .7, .5, 1);
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); 
  zoom: 1;
}

.button-primary:active,
.button-secondary:active,
.button-gorst:active {
  -webkit-box-shadow: 0 1px 0 white;
          box-shadow: 0 1px 0 white;
}

.button-primary:focus,
.button-secondary:focus,
.button-gorst:focus {
  outline: 0;
}

.button-primary {
  width: 380px;
  height: 60px;
  background: #1e88e5; 
  color: #fff;
  line-height: 60px;
}

.button-primary:hover {
  background: #3594e8; 
  color: #fff;
}

.button-primary:active {
  background: #187bd1;
}

.button-secondary {
  width: 120px;
  height: 60px;
  border: 1px solid #1e88e5;
  background: #fff; 
  color: #1e88e5;
  line-height: 60px;
}

.button-secondary:hover {
  background: #1e88e5; 
  color: #fff;
}

.button-secondary:active {
  background: #187bd1;
}

.button-gorst {
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button-gorst.button-gorst-small {
  width: 220px;
  height: 50px;
  line-height: 50px;
}

.button-gorst.button-gorst-medium {
  width: 300px;
  height: 60px;
  line-height: 60px;
}

.button-gorst:hover {
  background-color: #fff;
  color: #333;
}

.button-accent {
  background: #00bfa5; 
  color: #004d40;
}

.button-accent:hover {
  background: #00d9bb;
}

.button-accent:active {
  background: #00a68f;
}

.button-circle {
  padding: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #1e88e5; 
  color: #fff;
}

.button-circle:before {
  width: 56px;
  height: 56px;
}

.button-circle:hover {
  background: #3594e8;
}

.button-circle:active {
  background: #187bd1;
}

.button-icon-secondary:after {
  right: 0; 
  left: 16px;
}

/*
  3.7 - Content
*/
.content + .content {
  margin-top: 64px;
}

.content-center {
  text-align: center;
}

.content-right {
  text-align: right;
}

.content-body {
  padding: 32px 0;
}

.content-body.content-body-detail {
  padding: 64px; 
  background-color: #1e88e5;
  color: #fff;
}

.content-body.content-body-detail .content-title {
  color: #fff;
}

.content-body.content-body-detail .caption-en {
  color: #fff;
}

.content-body.content-body-secondary {
  padding: 32px; 
  background-color: #fff;
}

.content-body.content-body-left {
  padding-left: 5em;
}

.content-body.content-body-right {
  padding-right: 5em;
}

.content-title {
  text-align: left;
  letter-spacing: .3em;
  line-height: 1.7;
}

.content-title .caption-en {
  display: block;
  margin-top: 8px;
}

.content-headline {
  font-size: 18px;
  font-size: 1.125rem;
}

.content-description {
  margin-bottom: 24px;
  line-height: 1.8;
}

.content-caption {
  font-size: 80%;
}

.content-tumbnail {
  margin: 0;
}

.content-image-full {
  width: 100%;
}

.content-aside {
  padding: 24px; 
  border: 1px solid #ddd;
}

.content-link-wrap {
  color: #1e88e5;
}

.content-link {
  border-bottom: 1px solid #1e88e5;
  text-decoration: none;
}

.content-link:hover {
  border-color: transparent;
}

.content-tel {
  font-size: 20px;
  font-size: 1.25rem;
}

.content-description em,
.content-description strong {
  color: #333; 
  font-weight: bold;
  font-style: normal;
}

.content-article {
  padding: 32px 0;
}

.content-article + .content-article {
  border-top: 1px dotted #ddd;
}

.content-article-title {
  color: #333;
  font-size: 22px;
  font-size: 1.375rem;
}

.content-article-list-inline {
  margin: 0;
  padding: 0;
}

.content-article-list-inline li {
  display: inline;
  margin: 0 16px 0 0;
  padding: 0;
}

/*
  3.8 - Hero
*/
.hero {
  overflow: hidden;
  min-width: 1200px;
  background-position: center top;
  background-size: cover;
}

.hero-home {
  height: 520px;
}

.hero-company,
.hero-message,
.hero-service,
.hero-works {
  height: 420px; 
  text-align: center;
}

.hero-home {
  background-image: url(../images/top/hero_ai_top.jpg);
}

.hero-company {
  background-image: url(../images/company/hero-company.jpg);
}

.hero-message {
  background-image: url(../images/company/hero-message.jpg);
}

.hero-service {
  background-image: url(../images/service/hero-service.jpg);
}

.hero-works {
  background-color: #1e88e5;
}

.hero-text-secondary,
.hero-text-primary {
  margin: 0; 
  color: #fff;
  letter-spacing: .1em;
  font-weight: 100;
}

.hero-text-secondary {
  font-size: 46px;
  font-size: 2.875rem;
}

.hero-text-primary {
  text-transform: uppercase; 
  font-size: 90px;
  font-size: 5.625rem;
  line-height: .6;
}

.hero-text-primary .hero-caption {
  letter-spacing: .2em; 
  font-size: 18px;
  font-size: 1.125rem;
}

.hero-particles {
  position: relative;
  overflow: hidden; 
  width: 100%;
  height: 100%;
}

.hero-particles canvas {
  opacity: .2;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}

.hero-particles-intro {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}

/*
  3.9 - Feature
*/
.feature {
  position: relative;
  display: block;
  padding: 16px;
  background-color: #fff;
  color: #666;
}

a.feature:hover {
  background: #fafafa; 
  color: inherit;
}

.feature-title {
  padding: 240px 0 0;
  color: #333;
}

.feature-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0; 
  width: 100%;
}

.feature-thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; 
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
}

.feature-image {
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

a.feature:hover .feature-thumbnail .overlay {
  opacity: .6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

a.feature:hover .feature-image {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.feature-body {
  margin-top: 0;
}

/*
  3.10 - Card
*/
.card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background: #000; 
  color: #fff;
}

a.card:hover {
  color: #fff;
}

.card-title {
  position: absolute;
  top: 40%;
  z-index: 3;
  width: 100%;
  text-align: center;
  letter-spacing: .1em;
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}

.card-title .caption-en {
  color: #fff;
  font-size: 50%;
}

.card-thumbnail {
  margin: 0; 
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

a.card:hover .card-thumbnail {
  opacity: .6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.card-button {
  position: absolute;
  right: 0;
  bottom: 14%;
  left: 0;
  margin: 0 auto;
  width: 220px;
  color: #fff;
}

a.card:hover .card-button {
  background-color: #fff;
  color: #333;
}

/*
  3.11 - Media
*/
.media-wrap + .media-wrap {
  margin-top: 32px;
}

.media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff; 

  *zoom: 1;
}

a.media:hover {
  background: #fafafa; 
  color: inherit;
}

.media-thumbnail {
  position: relative;
  float: right;
  overflow: hidden;
  margin: 0;
  width: 50%;

  *zoom: 1;
}

.media-thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; 
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
}

.media-image {
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

a.media:hover .media-thumbnail .overlay {
  opacity: .6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

a.media:hover .media-image {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.media-body {
  float: left;
  padding: 64px 32px;
  width: 50%;
  color: #666;
}

.media-title {
  margin-top: 0;
  margin-bottom: 24px;
  color: #333;
}

.media-description {
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.8;
}

.media-link {
  color: #1e88e5;
}

.media-link .media-link-text {
  border-bottom: 1px solid #1e88e5;
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
}

a.media:hover .media-link .media-link-text {
  border-bottom: 1px solid transparent;
}

/*
  3.12 - Author
*/
.author {
  position: relative;
}

.author-detail {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 16px;
  width: 240px;
  background-color: #fff;
}

.author-label {
  position: absolute;
  top: -16px;
  display: inline-block;
  padding: 4px 1em;
  background-color: #1e88e5;
  color: #fff;
  text-transform: uppercase; 
  font-size: 14px;
  font-size: .875rem;
}

.author-title {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
}

.author-caption {
  color: #666;
  font-size: 12px;
  font-size: .75rem;
}

.author-description {
  color: #333;
  font-size: 14px;
  font-size: .875rem;
}

/*
  3.13 - Text Field
*/
.textfield-label .required {
  margin: 0 0 0 8px;
  padding: 2px 4px;
  background: #e53935;
  color: #fff;
  vertical-align: middle; 
  font-size: 70%;
}

.textfield-input {
  padding: 8px;
  width: 320px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px 0 transparent inset;
          box-shadow: 0 0 5px 0 transparent inset;
  color: #333;
  font-size: 16px;
  font-size: 1rem; 
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-box-shadow;
     -moz-transition-property:         box-shadow;
          transition-property:         box-shadow;
}

.textfield-input:focus {
  outline: 0; 
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3) inset;
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3) inset;
}

.textfield-input.textfield-large {
  min-height: 200px; 
  width: 90%;
}

.textfield-caption {
  display: block;
  color: #666; 
  font-size: 85%;
}

.textfield-caption i {
  margin: 0 4px 0 0; 
  padding: 2px 4px;
  border-radius: 3px;
  background: #f5f5f5;
  font-size: 70%;
}

.is_err .textfield-input {
  border-color: #e53935;
  background-color: #ffebee;
}

.is_err .err-text {
  margin: 8px 0; 
  color: #e53935;
}

/*
  3.14 - Control
*/
.selectbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  width: 360px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-repeat: no-repeat; 
  vertical-align: middle;
}

.selectbox .selectbox-list,
.selectbox .selectbox-list option {
  height: 36px;
  outline: none;
  background-color: #fff;
  color: #333;
  font-size: 16pxpx;
  font-size: 1pxrem; 
  line-height: 36px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.selectbox .selectbox-list:focus,
.selectbox .selectbox-list option:focus {
  outline: 0;
}

.selectbox .selectbox-list {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0;
  width: 120%;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; 
  text-indent: 16px;
}

.selectbox:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  z-index: 2;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 4px solid #333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; 
  content: '';
}

/*
  3.15 - Utility
*/
.screen-reader-text {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden; 
  width: 1px;
  height: 1px;
}

.u-mb-xsmall {
  margin-bottom: 8px;
}

.u-mb-small {
  margin-bottom: 16px;
}

.u-mb {
  margin-bottom: 24px;
}

.u-mb-large {
  margin-bottom: 32px;
}

.u-mb-xlarge {
  margin-bottom: 40px;
}

.u-mb-xxlarge {
  margin-bottom: 64px;
}

.search-box {
  display: block;
  padding: 2% 0;
  border: 1px solid #ddd; 
  border-radius: 5px;
}

.search-box:before {
  display: inline-block;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  background: url(../img/service/icon-search.png) no-repeat 4% center;
  background-size: contain;
  content: '';
  vertical-align: middle;
}

.search-box:hover {
  background-color: #f6f6f6;
}

.copyright {
  margin: 0;
  padding: 0;
  color: #757575; 
  text-align: right;
}

.copyright small {
  font-size: 12px;
  font-size: .75rem;
}

.copyright a {
  color: #757575;
}

.copyright a:hover {
  color: #666;
}

@media only screen and (min-width: 768px) {
  .is_sp-hide {
    display: block;
  }
  .is_sp-hide.inline {
    display: inline;
  }
  .search-wrap {
    width: 50%;
  }
}
