@charset 'UTF-8';
/**
 * File Name : common.css
 * Version : 1.0
 * Description : 全ページ共通CSSファイル
 * Since : 2017-04-20
 * Modified : 2017-04-20
 *
 * ---- Table of Contents ----
 *
 * 1.0 - Base Rule
 *    1.1 - Normalize
 *    1.2 - Elements
 *
 * 2.0 - Layout
 *    2.1 - Centering
 *    2.2 - Header
 *    2.3 - Global Nav
 *    2.4 - Main
 *    2.5 - Footer
 *
 * 3.0 - Module
 *    3.1 - fonts
 *    3.2 - List
 *    3.3 - Heading
 *    3.4 - Logo
 *    3.5 - Button
 *    3.6 - Hero
 *    3.7 - Card
 *    3.8 - Tile
 *    3.9 - utility
 */
/*
 1.0 - Base
---------------------------------------------------------------*/
/*
  1.1 - Normalize
*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
      -ms-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.15;
  /* 1 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible;
  /* 2 */
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */

  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 3 */
  max-width: 100%;
  /* 1 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
  1.2 - Elements
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-weight: 400;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, sans-serif;
  line-height: 1.5;
}

body {
  -webkit-overflow-scrolling: touch;
  margin: 0;
  height: 100%;
  background: #eceff1;
  color: #37474f;
}

h1 {
  margin: .125em 0 .25em;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.125;
}

h2 {
  margin: .22222em 0 .44444em;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.112;
}

h3 {
  margin: .25em 0 .5em;
  font-size: 32px;
  font-size: 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;
}

b,
strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

a {
  border-bottom: 1px solid transparent;
  color: #00bcd4;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

a:hover {
  border-color: #80deea;
  color: #80deea;
}

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

/*
 2.0 - Layout
---------------------------------------------------------------*/
/*
  2.1 - Centering
*/
.l-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 95%;
}

.l-wrapper:after {
  display: table;
  clear: both;
  content: '';
}

.l-wrapper.l-wrapper-full {
  width: 100%;
}

/*
  2.2 - Header
*/
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  padding: 0;
  height: 48px;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  color: #263238;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out 0s;
     -moz-transition:         box-shadow .2s ease-in-out 0s;
          transition:         box-shadow .2s ease-in-out 0s;
}

.l-header + * {
  margin-top: 48px;
}

.is-fixed-header .l-header {
  border-color: transparent;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.l-header-title {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

/*
  2.3 - Global Nav
*/
.l-global-nav .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -webkit-transition: opacity .2s ease-in-out 0s;
     -moz-transition: opacity .2s ease-in-out 0s;
          transition: opacity .2s ease-in-out 0s;
}

.l-global-nav .l-global-nav-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  max-width: 400px;
  width: 85%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, .3);
          box-shadow: 3px 0 5px rgba(0, 0, 0, .3);
  -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: translate(-100%, 0);
     -moz-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.l-global-nav .l-global-nav-title {
  margin: 0;
  padding: 0 1em 0 2.5em;
  height: 48px;
  background-color: #eceff1;
  color: #607d8b;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 48px;
}

.l-global-nav ul {
  position: relative;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  padding-bottom: 48px;
  height: 100%;
  list-style: none;
}

.l-global-nav ul li {
  margin: 0;
  padding: 0;
}

.l-global-nav ul li a {
  display: block;
  padding: 1.5em 1em;
  border-bottom: 1px solid #eceff1;
  color: #263238;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.2;
}

.l-global-nav ul li a:hover,
.l-global-nav ul li a.is-active {
  background-color: #eceff1;
}

.is-active-drower {
  overflow: hidden;
}

.is-active-drower .l-global-nav .overlay {
  visibility: visible;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.is-active-drower .l-global-nav-inner {
  z-index: 4;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.lt-ie8 .l-global-nav-inner,
.ie7 .l-global-nav-inner {
  left: -100%;
}

.lt-ie8 .is-active-drower .l-global-nav-inner,
.ie7 .is-active-drower .l-global-nav-inner {
  left: 0;
}

/*
  2.4 - Main
*/
.l-main {
  counter-reset: section;
}

.l-section {
  position: relative;
  padding: 32px 0;
}

.l-section.l-section-primary {
  background-color: #fff;
}

.l-section.l-section-secondary {
  background-color: #fafafa;
}

.l-section.l-section-dark {
  background-color: #263238;
  color: #fff;
}
.l-section-button {
  margin: 32px auto 0;
  max-width: 400px;
}

.l-grid {
  display: table;
  width: 100%;
  font-size: 0 !important;
}

.l-grid.l-grid-justify {
  display: block;
  text-align: justify;
  text-justify: distribute-all-lines;
}

.l-grid.l-grid-justify:after {
  display: inline-block;
  width: 100%;
  content: '';
}

.l-grid-item {
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}

.l-grid-justify .l-grid-item {
  margin-bottom: 16px;
}

.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-item.grid-12 {
  width: 100%;
}

.l-grid-justify .l-grid-item.grid-1 {
  width: 6.5%;
}

.l-grid-justify .l-grid-item.grid-2 {
  width: 15%;
}

.l-grid-justify .l-grid-item.grid-3 {
  width: 23.5%;
}

.l-grid-justify .l-grid-item.grid-4 {
  width: 32%;
}

.l-grid-justify .l-grid-item.grid-5 {
  width: 40.5%;
}

.l-grid-justify .l-grid-item.grid-6 {
  width: 49%;
}

.l-grid-justify .l-grid-item.grid-7 {
  width: 57.5%;
}

.l-grid-justify .l-grid-item.grid-8 {
  width: 66%;
}

.l-grid-justify .l-grid-item.grid-9 {
  width: 74.5%;
}

.l-grid-justify .l-grid-item.grid-10 {
  width: 83%;
}

.l-grid-justify .l-grid-item.grid-11 {
  width: 91.5%;
}

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

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

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

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

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

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

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

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

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

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

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

.l-grid-item.grid-sp-12 {
  width: 100%;
}

.l-grid-justify .l-grid-item.grid-sp-1 {
  width: 6.5%;
}

.l-grid-justify .l-grid-item.grid-sp-2 {
  width: 15%;
}

.l-grid-justify .l-grid-item.grid-sp-3 {
  width: 23.5%;
}

.l-grid-justify .l-grid-item.grid-sp-4 {
  width: 32%;
}

.l-grid-justify .l-grid-item.grid-sp-5 {
  width: 40.5%;
}

.l-grid-justify .l-grid-item.grid-sp-6 {
  width: 49%;
}

.l-grid-justify .l-grid-item.grid-sp-7 {
  width: 57.5%;
}

.l-grid-justify .l-grid-item.grid-sp-8 {
  width: 66%;
}

.l-grid-justify .l-grid-item.grid-sp-9 {
  width: 74.5%;
}

.l-grid-justify .l-grid-item.grid-sp-10 {
  width: 83%;
}

.l-grid-justify .l-grid-item.grid-sp-11 {
  width: 91.5%;
}

/*
  2.5 - Footer
*/
.l-footer {
  clear: both;
}

.l-footer-nav {
  background-color: #eceff1;
}

.l-footer-nav .footer-nav-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-footer-nav .footer-nav-list > li {
  font-size: 14px;
  font-size: .875rem;
}

.l-footer-nav .footer-nav-list > li + li > a {
  border-top: 1px solid #cfd8dc;
}

.l-footer-nav .footer-nav-list > li > a {
  display: block;
  padding: 1em;
  border: 0;
  color: #263238;
  font-weight: bold;
}

.l-footer-nav .footer-nav-list > li > a:hover {
  background-color: #cfd8dc;
}

.l-footer-nav .footer-nav-list > li > ul {
  display: none;
}

.l-footer-info {
  overflow: hidden;
  padding: 24px 0;
  background-color: #263238;
  color: #90a4ae;
}

.l-footer-info .l-footer-title {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
}

.l-footer-info .copyright {
  text-align: center;
}

.l-footer-info .copyright a {
  border: 0;
}

/*
 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,
.icon-slidepanel:after {
  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;
  /* Preferred icon size */
  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-accent {
  color: #ffc107;
}

.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 {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  font-size: 2em;
}

.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  font-size: 2em;
}

.icon-slidepanel {
  position: relative;
}

.icon-slidepanel:after {
  position: absolute;
  right: 1em;
  content: '\00E313';
  -webkit-transition: -webkit-transform .2s ease-in-out 0s;
     -moz-transition:    -moz-transform .2s ease-in-out 0s;
          transition:         transform .2s ease-in-out 0s;
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.is-active-slide .icon-slidepanel:after {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*
  3.2 - List
*/
.define-list {
  overflow: hidden;
  margin: 0;
}

.define-list dt {
  float: left;
  clear: left;
  margin: 0;
  padding: 1em 0;
  width: 120px;
}

.define-list dd {
  margin: 0;
  padding: 1em 0 1em 120px;
  border-bottom: 1px solid #37474f;
}

.define-list dt:first-child,
.define-list dt:first-child + dd {
  padding-top: 0;
}

/*
  3.3 - Heading
*/
.heading-wrap {
  margin: 0 0 1.5em;
}

.heading.heading-primary {
  margin-bottom: 1em;
  color: #263238;
  text-align: center;
  letter-spacing: -.03em;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.heading.heading-primary .heading-caption {
  letter-spacing: .03em;
}

.heading.heading-secondary {
  margin: 0;
  color: #263238;
  text-align: center;
  font-weight: 200;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

.heading.heading-dark {
  color: #fff;
}

.heading.heading-dark .heading-caption {
  color: #90a4ae;
}

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

.heading .heading-caption {
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
}

/*
  3.4 - Logo
*/
.logo-primary {
  display: inline-block;
  max-width: 69px;
  border: 0;
  color: #263238;
  vertical-align: text-top;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 48px;
}

.logo-primary:hover {
  color: #b0bec5;
}

.logo-primary img {
  vertical-align: middle;
}

.logo-text {
  text-transform: uppercase;
  font-weight: 500;
}

.logo-secondary {
  border: 0;
  color: #607d8b;
  font-size: 14px;
  font-size: .875rem;
}

.logo-secondary:hover {
  color: #b0bec5;
}

/*
  3.5 - Button
*/
.button {
  display: block;
  height: 48px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  height: 48px;
  border: 1px solid #263238;
  color: #263238;
  line-height: 48px;
}
.button-primary:hover {
  border-color: inherit;
  background-color: #263238;
  color: #fff;
}

.button-hamburger {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  z-index: 10;
  margin: auto 0;
  width: 24px;
  height: 24px;
  outline: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.hamburger {
  position: absolute;
  top: 10px;
  left: 3px;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  background: #263238;
}

.hamburger:before,
.hamburger:after {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  background: #263238;
  content: '';
  -webkit-transition: -webkit-transform .2s cubic-bezier(1, -1.6, 0, 2.65), top .2s cubic-bezier(1, -1.6, 0, 2.65) .2s;
     -moz-transition:    -moz-transform .2s cubic-bezier(1, -1.6, 0, 2.65), top .2s cubic-bezier(1, -1.6, 0, 2.65) .2s;
          transition:         transform .2s cubic-bezier(1, -1.6, 0, 2.65), top .2s cubic-bezier(1, -1.6, 0, 2.65) .2s;
}

.hamburger:before {
  top: 5px;
}

.hamburger:after {
  top: -5px;
}

.is-active-drower .hamburger {
  background-color: transparent;
}

.is-active-drower .hamburger:before,
.is-active-drower .hamburger:after {
  top: 0;
  background-color: #263238;
  -webkit-transition: top .2s cubic-bezier(1, -1.6, 0, 2.65), -webkit-transform .2s cubic-bezier(1, -1.6, 0, 2.65) .2s;
     -moz-transition: top .2s cubic-bezier(1, -1.6, 0, 2.65), -moz-transform .2s cubic-bezier(1, -1.6, 0, 2.65) .2s;
          transition: top .2s cubic-bezier(1, -1.6, 0, 2.65), transform .2s cubic-bezier(1, -1.6, 0, 2.65) .2s;
}

.is-active-drower .hamburger:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-active-drower .hamburger:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
  3.6 - Hero
*/
.hero {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hero .hero-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 95%;
  height: 100%;
  text-align: center;
}

.hero .hero-copy {
  margin: 1.5em 0 .5em;
  color: #263238;
  vertical-align: middle;
  text-shadow: 0 0 1px white;
  letter-spacing: -.04em;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
}

.hero .hero-text {
  margin: .5em 0;
  color: #607d8b;
  font-size: 14px;
  font-size: .875rem;
}

.hero .hero-thumbnail {
  overflow: hidden;
  max-height: 480px;
}

.hero .hero-thumbnail img {
  margin-top: 24%;
  width: 100%;
}

/*
  3.7 - Card
*/
.card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
          box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.card:before {
  display: block;
  padding-top: 62.5%;
  width: 100%;
  content: '';
}

.card:hover {
  background-color: #fafafa;
}

.card .card-body {
  padding: 1em;
}

.card .card-thumbnail {
  position: absolute;
  top: 0;
  overflow: hidden;
}

.card .card-title {
  color: #37474f;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}

.card-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -50px;
  max-width: none;
  width: 520px;
  -webkit-transition: all .2s ease-in-out 0s;
     -moz-transition: all .2s ease-in-out 0s;
          transition: all .2s ease-in-out 0s;
}

.card-body {
  padding: 1em;
}

.card-text {
  color: #607d8b;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.8;
}

.card-button-wrap {
  margin: 0;
  padding: .5em;
  border-top: 1px solid #eceff1;
}

.card-button {
  display: inline-block;
  padding: .5em;
  border-radius: 4px;
  font-size: 12px;
  font-size: .75rem;
}

a.card:hover .card-image {
  top: -25px;
  left: -100px;
  width: 620px;
}

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

/*
  3.8 - Tile
*/
.tile {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border: 0;
}

.tile:hover {
  background-color: #fafafa;
}

.tile .tile-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  padding: 1em;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.tile .tile-thumbnail {
  overflow: hidden;
}

.tile .tile-thumbnail img {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.tile .tile-title {
  margin-top: 30%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}

.tile .tile-caption {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}

a.tile:hover .tile-thumbnail img {
  -webkit-transform: scale(1.5);
     -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

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

.copyright {
  margin: .5em 0 0;
  font-weight: 400;
  font-size: 12px;
  font-size: .75rem;
}

.is-hidden {
  display: none;
}

.break-pc {
  display: none;
}

.u-pd-0 {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
  .l-wrapper.l-wrapper-full {
    width: 100%;
  }
  .l-header {
    height: 56px;
  }
  .l-header + * {
    margin-top: 56px;
  }
  .l-global-nav .l-global-nav-inner {
    min-width: 300px;
    width: 35%;
  }
  .l-global-nav .l-global-nav-title {
    height: 56px;
    line-height: 56px;
  }
  .l-global-nav ul {
    padding-bottom: 56px;
  }
  .l-section {
    padding: 64px 0;
  }
  .l-grid-item.grid-tab-1 {
    width: 8.33333%;
  }
  .l-grid-item.grid-tab-2 {
    width: 16.66667%;
  }
  .l-grid-item.grid-tab-3 {
    width: 25%;
  }
  .l-grid-item.grid-tab-4 {
    width: 33.33333%;
  }
  .l-grid-item.grid-tab-5 {
    width: 41.66667%;
  }
  .l-grid-item.grid-tab-6 {
    width: 50%;
  }
  .l-grid-item.grid-tab-7 {
    width: 58.33333%;
  }
  .l-grid-item.grid-tab-8 {
    width: 66.66667%;
  }
  .l-grid-item.grid-tab-9 {
    width: 75%;
  }
  .l-grid-item.grid-tab-10 {
    width: 83.33333%;
  }
  .l-grid-item.grid-tab-11 {
    width: 91.66667%;
  }
  .l-grid-item.grid-tab-12 {
    width: 100%;
  }
  .l-grid-justify .l-grid-item.grid-tab-1 {
    width: 6.5%;
  }
  .l-grid-justify .l-grid-item.grid-tab-2 {
    width: 15%;
  }
  .l-grid-justify .l-grid-item.grid-tab-3 {
    width: 23.5%;
  }
  .l-grid-justify .l-grid-item.grid-tab-4 {
    width: 32%;
  }
  .l-grid-justify .l-grid-item.grid-tab-5 {
    width: 40.5%;
  }
  .l-grid-justify .l-grid-item.grid-tab-6 {
    width: 49%;
  }
  .l-grid-justify .l-grid-item.grid-tab-7 {
    width: 57.5%;
  }
  .l-grid-justify .l-grid-item.grid-tab-8 {
    width: 66%;
  }
  .l-grid-justify .l-grid-item.grid-tab-9 {
    width: 74.5%;
  }
  .l-grid-justify .l-grid-item.grid-tab-10 {
    width: 83%;
  }
  .l-grid-justify .l-grid-item.grid-tab-11 {
    width: 91.5%;
  }
  .l-footer-info .l-footer-title {
    float: left;
    text-align: left;
  }
  .l-footer-info .copyright {
    float: right;
    text-align: right;
  }
  .icon-arrow-primary-1:before {
    right: 16px;
  }
  .icon-arrow-back-primary-1:after {
    left: 16px;
  }
  .heading-wrap {
    margin: 0 0 1.5em;
  }
  .heading.heading-primary {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .heading.heading-primary .heading-caption {
    color: #607d8b;
    font-size: 16px;
    font-size: 1rem;
  }
  .heading.heading-secondary {
    text-align: left;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .logo-primary {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 56px;
  }
  .logo-secondary {
    font-size: 16px;
    font-size: 1rem;
  }
  .hero .hero-copy {
    font-size: 32px;
    font-size: 2rem;
  }
  .hero .hero-thumbnail img {
    margin-top: 10%;
  }
  .tile .tile-title {
    margin-top: 24%;
    font-size: 32px;
    font-size: 2rem;
  }
  .tile .tile-caption {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .break-pc {
    display: inline;
  }
}

@media only screen and (min-width: 1024px) {
  .l-wrapper.l-wrapper-full {
    width: 95%;
  }
  .l-header {
    height: 72px;
  }
  .l-header + * {
    margin-top: 72px;
  }
  .l-header-info {
    float: left;
  }
  .l-header-nav {
    float: right;
  }
  .l-header-title {
    text-align: left;
  }
  .l-global-nav .l-global-nav-title {
    height: 72px;
    line-height: 72px;
  }
  .l-global-nav ul {
    padding-bottom: 72px;
  }
  .l-global-nav .overlay {
    display: none;
  }
  .l-global-nav .l-global-nav-inner {
    position: static;
    max-width: none;
    width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .l-global-nav .l-global-nav-title {
    position: absolute;
    top: auto;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .l-global-nav ul {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .l-global-nav ul li {
    float: left;
  }
  .l-global-nav ul li a {
    position: relative;
    display: block;
    padding: 0 1em;
    border: 0;
    color: #263238;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    line-height: 72px;
  }
  .l-global-nav ul li a:after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 3px;
    background-color: #ffc107;
    content: '';
    font-size: 0;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
  }
  .l-global-nav ul li a:hover,
  .l-global-nav ul li a.is-active {
    background-color: transparent;
    color: rgba(0, 0, 0, .6);
  }
  .l-global-nav ul li a:hover:after,
  .l-global-nav ul li a.is-active:after {
    right: 0;
    left: 0;
    width: 100%;
  }
  .l-grid-item.grid-fifth {
    width: 20%;
  }
  .l-grid-item.grid-lap-1 {
    width: 8.33333%;
  }
  .l-grid-item.grid-lap-2 {
    width: 16.66667%;
  }
  .l-grid-item.grid-lap-3 {
    width: 25%;
  }
  .l-grid-item.grid-lap-4 {
    width: 33.33333%;
  }
  .l-grid-item.grid-lap-5 {
    width: 41.66667%;
  }
  .l-grid-item.grid-lap-6 {
    width: 50%;
  }
  .l-grid-item.grid-lap-7 {
    width: 58.33333%;
  }
  .l-grid-item.grid-lap-8 {
    width: 66.66667%;
  }
  .l-grid-item.grid-lap-9 {
    width: 75%;
  }
  .l-grid-item.grid-lap-10 {
    width: 83.33333%;
  }
  .l-grid-item.grid-lap-11 {
    width: 91.66667%;
  }
  .l-grid-item.grid-lap-12 {
    width: 100%;
  }
  .l-grid-justify .l-grid-item.grid-fifth {
    width: 18.4%;
  }
  .l-grid-justify .l-grid-item.grid-lap-1 {
    width: 6.5%;
  }
  .l-grid-justify .l-grid-item.grid-lap-2 {
    width: 15%;
  }
  .l-grid-justify .l-grid-item.grid-lap-3 {
    width: 23.5%;
  }
  .l-grid-justify .l-grid-item.grid-lap-4 {
    width: 32%;
  }
  .l-grid-justify .l-grid-item.grid-lap-5 {
    width: 40.5%;
  }
  .l-grid-justify .l-grid-item.grid-lap-6 {
    width: 49%;
  }
  .l-grid-justify .l-grid-item.grid-lap-7 {
    width: 57.5%;
  }
  .l-grid-justify .l-grid-item.grid-lap-8 {
    width: 66%;
  }
  .l-grid-justify .l-grid-item.grid-lap-9 {
    width: 74.5%;
  }
  .l-grid-justify .l-grid-item.grid-lap-10 {
    width: 83%;
  }
  .l-grid-justify .l-grid-item.grid-lap-11 {
    width: 91.5%;
  }
  .l-footer-nav {
    padding: 24px 0;
  }
  .l-footer-nav .footer-nav-list > li {
    float: left;
  }
  .l-footer-nav .footer-nav-list > li + li {
    margin-left: 4em;
    font-size: 16px;
    font-size: 1rem;
  }
  .l-footer-nav .footer-nav-list > li > a {
    display: inline;
    padding: 0;
  }
  .l-footer-nav .footer-nav-list > li > a:hover {
    background-color: transparent;
    color: #607d8b;
  }
  .l-footer-nav .footer-nav-list > li + li > a {
    border: 0;
  }
  .l-footer-nav .footer-nav-list > li > ul {
    display: block;
    margin: 0;
    padding: 0 0 0 1.2em;
    list-style: disc;
  }
  .l-footer-nav .footer-nav-list > li > ul > li {
    margin-top: .5em;
    font-size: 14px;
    font-size: .875rem;
  }
  .l-footer-nav .footer-nav-list > li > ul > li > a {
    display: inline;
    color: #607d8b;
  }
  .l-footer-nav .footer-nav-list > li > ul > li > a:hover {
    border-color: #263238;
    color: #263238;
  }
  .logo-primary {
    max-width: 120px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 72px;
  }
  .button-hamburger {
    display: none;
  }
  .hero .hero-body {
    text-align: left;
  }
  .hero .hero-copy {
    margin-top: 16%;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .hero .hero-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .hero .hero-thumbnail {
    max-height: 480px;
  }
  .hero .hero-thumbnail img {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid-item.grid-desk-1 {
    width: 8.33333%;
  }
  .l-grid-item.grid-desk-2 {
    width: 16.66667%;
  }
  .l-grid-item.grid-desk-3 {
    width: 25%;
  }
  .l-grid-item.grid-desk-4 {
    width: 33.33333%;
  }
  .l-grid-item.grid-desk-5 {
    width: 41.66667%;
  }
  .l-grid-item.grid-desk-6 {
    width: 50%;
  }
  .l-grid-item.grid-desk-7 {
    width: 58.33333%;
  }
  .l-grid-item.grid-desk-8 {
    width: 66.66667%;
  }
  .l-grid-item.grid-desk-9 {
    width: 75%;
  }
  .l-grid-item.grid-desk-10 {
    width: 83.33333%;
  }
  .l-grid-item.grid-desk-11 {
    width: 91.66667%;
  }
  .l-grid-item.grid-desk-12 {
    width: 100%;
  }
  .l-grid-justify .l-grid-item.grid-desk-1 {
    width: 6.5%;
  }
  .l-grid-justify .l-grid-item.grid-desk-2 {
    width: 15%;
  }
  .l-grid-justify .l-grid-item.grid-desk-3 {
    width: 23.5%;
  }
  .l-grid-justify .l-grid-item.grid-desk-4 {
    width: 32%;
  }
  .l-grid-justify .l-grid-item.grid-desk-5 {
    width: 40.5%;
  }
  .l-grid-justify .l-grid-item.grid-desk-6 {
    width: 49%;
  }
  .l-grid-justify .l-grid-item.grid-desk-7 {
    width: 57.5%;
  }
  .l-grid-justify .l-grid-item.grid-desk-8 {
    width: 66%;
  }
  .l-grid-justify .l-grid-item.grid-desk-9 {
    width: 74.5%;
  }
  .l-grid-justify .l-grid-item.grid-desk-10 {
    width: 83%;
  }
  .l-grid-justify .l-grid-item.grid-desk-11 {
    width: 91.5%;
  }
  .hero .hero-copy {
    margin-top: 18%;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .hero .hero-thumbnail {
    max-height: 560px;
  }
  .hero .hero-thumbnail img {
    margin-top: -4%;
  }
}

@media only screen and (max-width: 319px) {
  .hero .hero-copy {
    font-size: 18px;
  }
  .heading.heading-primary {
    font-size: 16px;
  }
  .card .card-title {
    font-size: 16px;
  }
}
