@charset "UTF-8";
/* CSS Index

/// Category
=== Parts in Category
--- Detail (effect.....etc)
::: For Multi Device

*/
/* ======================================== import ======================================== */
/*------import fonts------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
/*------import css------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/* line 8, sass/html5reset-1.6.1.scss */
body, td, th {
  font-weight: normal;
  margin: 0;
  padding: 0; }

/* line 13, sass/html5reset-1.6.1.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  text-decoration: none; }

/* line 38, sass/html5reset-1.6.1.scss */
body {
  line-height: 100%; }

/* line 42, sass/html5reset-1.6.1.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 47, sass/html5reset-1.6.1.scss */
nav ul {
  list-style: none; }

/* line 51, sass/html5reset-1.6.1.scss */
blockquote, q {
  quotes: none; }

/* line 55, sass/html5reset-1.6.1.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 61, sass/html5reset-1.6.1.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* change colours to suit your needs */
/* line 71, sass/html5reset-1.6.1.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
/* line 78, sass/html5reset-1.6.1.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* line 85, sass/html5reset-1.6.1.scss */
del {
  text-decoration: line-through; }

/* line 89, sass/html5reset-1.6.1.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* line 94, sass/html5reset-1.6.1.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
/* line 100, sass/html5reset-1.6.1.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/* line 109, sass/html5reset-1.6.1.scss */
input, select {
  vertical-align: middle; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 4, sass/font-awesome.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 4, sass/font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

/* line 4, sass/font-awesome.scss */
.fa-2x {
  font-size: 2em; }

/* line 4, sass/font-awesome.scss */
.fa-3x {
  font-size: 3em; }

/* line 4, sass/font-awesome.scss */
.fa-4x {
  font-size: 4em; }

/* line 4, sass/font-awesome.scss */
.fa-5x {
  font-size: 5em; }

/* line 4, sass/font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center; }

/* line 4, sass/font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

/* line 4, sass/font-awesome.scss */
.fa-ul > li {
  position: relative; }

/* line 4, sass/font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

/* line 4, sass/font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em; }

/* line 4, sass/font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

/* line 4, sass/font-awesome.scss */
.fa-pull-left {
  float: left; }

/* line 4, sass/font-awesome.scss */
.fa-pull-right {
  float: right; }

/* line 4, sass/font-awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 4, sass/font-awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* line 4, sass/font-awesome.scss */
.pull-right {
  float: right; }

/* line 4, sass/font-awesome.scss */
.pull-left {
  float: left; }

/* line 4, sass/font-awesome.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 4, sass/font-awesome.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 4, sass/font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 4, sass/font-awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* line 4, sass/font-awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 4, sass/font-awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 4, sass/font-awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 4, sass/font-awesome.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 4, sass/font-awesome.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 4, sass/font-awesome.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

/* line 4, sass/font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 4, sass/font-awesome.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 4, sass/font-awesome.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 4, sass/font-awesome.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 4, sass/font-awesome.scss */
.fa-inverse {
  color: #fff; }

/* line 4, sass/font-awesome.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 4, sass/font-awesome.scss */
.fa-music:before {
  content: "\f001"; }

/* line 4, sass/font-awesome.scss */
.fa-search:before {
  content: "\f002"; }

/* line 4, sass/font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 4, sass/font-awesome.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 4, sass/font-awesome.scss */
.fa-star:before {
  content: "\f005"; }

/* line 4, sass/font-awesome.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 4, sass/font-awesome.scss */
.fa-user:before {
  content: "\f007"; }

/* line 4, sass/font-awesome.scss */
.fa-film:before {
  content: "\f008"; }

/* line 4, sass/font-awesome.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 4, sass/font-awesome.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 4, sass/font-awesome.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 4, sass/font-awesome.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 4, sass/font-awesome.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

/* line 4, sass/font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 4, sass/font-awesome.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 4, sass/font-awesome.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 4, sass/font-awesome.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 4, sass/font-awesome.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

/* line 4, sass/font-awesome.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 4, sass/font-awesome.scss */
.fa-home:before {
  content: "\f015"; }

/* line 4, sass/font-awesome.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 4, sass/font-awesome.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 4, sass/font-awesome.scss */
.fa-road:before {
  content: "\f018"; }

/* line 4, sass/font-awesome.scss */
.fa-download:before {
  content: "\f019"; }

/* line 4, sass/font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 4, sass/font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 4, sass/font-awesome.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 4, sass/font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 4, sass/font-awesome.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

/* line 4, sass/font-awesome.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 4, sass/font-awesome.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 4, sass/font-awesome.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 4, sass/font-awesome.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 4, sass/font-awesome.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 4, sass/font-awesome.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 4, sass/font-awesome.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 4, sass/font-awesome.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 4, sass/font-awesome.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 4, sass/font-awesome.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 4, sass/font-awesome.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 4, sass/font-awesome.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 4, sass/font-awesome.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 4, sass/font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 4, sass/font-awesome.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 4, sass/font-awesome.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 4, sass/font-awesome.scss */
.fa-font:before {
  content: "\f031"; }

/* line 4, sass/font-awesome.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 4, sass/font-awesome.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 4, sass/font-awesome.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 4, sass/font-awesome.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 4, sass/font-awesome.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 4, sass/font-awesome.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 4, sass/font-awesome.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 4, sass/font-awesome.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 4, sass/font-awesome.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 4, sass/font-awesome.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

/* line 4, sass/font-awesome.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 4, sass/font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 4, sass/font-awesome.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

/* line 4, sass/font-awesome.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 4, sass/font-awesome.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 4, sass/font-awesome.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 4, sass/font-awesome.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 4, sass/font-awesome.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

/* line 4, sass/font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 4, sass/font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 4, sass/font-awesome.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 4, sass/font-awesome.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 4, sass/font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 4, sass/font-awesome.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 4, sass/font-awesome.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 4, sass/font-awesome.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 4, sass/font-awesome.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 4, sass/font-awesome.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 4, sass/font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 4, sass/font-awesome.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 4, sass/font-awesome.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 4, sass/font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 4, sass/font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 4, sass/font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 4, sass/font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 4, sass/font-awesome.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 4, sass/font-awesome.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 4, sass/font-awesome.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 4, sass/font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 4, sass/font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 4, sass/font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 4, sass/font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 4, sass/font-awesome.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 4, sass/font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 4, sass/font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 4, sass/font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 4, sass/font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 4, sass/font-awesome.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

/* line 4, sass/font-awesome.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 4, sass/font-awesome.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 4, sass/font-awesome.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 4, sass/font-awesome.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 4, sass/font-awesome.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 4, sass/font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 4, sass/font-awesome.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 4, sass/font-awesome.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 4, sass/font-awesome.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 4, sass/font-awesome.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 4, sass/font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 4, sass/font-awesome.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 4, sass/font-awesome.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 4, sass/font-awesome.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 4, sass/font-awesome.scss */
.fa-random:before {
  content: "\f074"; }

/* line 4, sass/font-awesome.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 4, sass/font-awesome.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 4, sass/font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 4, sass/font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 4, sass/font-awesome.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 4, sass/font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 4, sass/font-awesome.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 4, sass/font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 4, sass/font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 4, sass/font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 4, sass/font-awesome.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

/* line 4, sass/font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 4, sass/font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 4, sass/font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 4, sass/font-awesome.scss */
.fa-key:before {
  content: "\f084"; }

/* line 4, sass/font-awesome.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

/* line 4, sass/font-awesome.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 4, sass/font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 4, sass/font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 4, sass/font-awesome.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 4, sass/font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 4, sass/font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 4, sass/font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 4, sass/font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 4, sass/font-awesome.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 4, sass/font-awesome.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 4, sass/font-awesome.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 4, sass/font-awesome.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 4, sass/font-awesome.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 4, sass/font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 4, sass/font-awesome.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 4, sass/font-awesome.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 4, sass/font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 4, sass/font-awesome.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 4, sass/font-awesome.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 4, sass/font-awesome.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

/* line 4, sass/font-awesome.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 4, sass/font-awesome.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 4, sass/font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 4, sass/font-awesome.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

/* line 4, sass/font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 4, sass/font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 4, sass/font-awesome.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 4, sass/font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 4, sass/font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 4, sass/font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 4, sass/font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 4, sass/font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 4, sass/font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 4, sass/font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 4, sass/font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 4, sass/font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 4, sass/font-awesome.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 4, sass/font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 4, sass/font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 4, sass/font-awesome.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 4, sass/font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 4, sass/font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 4, sass/font-awesome.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

/* line 4, sass/font-awesome.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

/* line 4, sass/font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 4, sass/font-awesome.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 4, sass/font-awesome.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

/* line 4, sass/font-awesome.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

/* line 4, sass/font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 4, sass/font-awesome.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

/* line 4, sass/font-awesome.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 4, sass/font-awesome.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

/* line 4, sass/font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 4, sass/font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 4, sass/font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 4, sass/font-awesome.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 4, sass/font-awesome.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 4, sass/font-awesome.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 4, sass/font-awesome.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 4, sass/font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 4, sass/font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 4, sass/font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 4, sass/font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 4, sass/font-awesome.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 4, sass/font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 4, sass/font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 4, sass/font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 4, sass/font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 4, sass/font-awesome.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 4, sass/font-awesome.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

/* line 4, sass/font-awesome.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

/* line 4, sass/font-awesome.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

/* line 4, sass/font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 4, sass/font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 4, sass/font-awesome.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

/* line 4, sass/font-awesome.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

/* line 4, sass/font-awesome.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

/* line 4, sass/font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 4, sass/font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 4, sass/font-awesome.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

/* line 4, sass/font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 4, sass/font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 4, sass/font-awesome.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

/* line 4, sass/font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 4, sass/font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 4, sass/font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 4, sass/font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 4, sass/font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 4, sass/font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 4, sass/font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 4, sass/font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 4, sass/font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 4, sass/font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 4, sass/font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 4, sass/font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 4, sass/font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 4, sass/font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 4, sass/font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 4, sass/font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 4, sass/font-awesome.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 4, sass/font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 4, sass/font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 4, sass/font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 4, sass/font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 4, sass/font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 4, sass/font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 4, sass/font-awesome.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 4, sass/font-awesome.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 4, sass/font-awesome.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 4, sass/font-awesome.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 4, sass/font-awesome.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 4, sass/font-awesome.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 4, sass/font-awesome.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 4, sass/font-awesome.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

/* line 4, sass/font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 4, sass/font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 4, sass/font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 4, sass/font-awesome.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 4, sass/font-awesome.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 4, sass/font-awesome.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

/* line 4, sass/font-awesome.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 4, sass/font-awesome.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 4, sass/font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 4, sass/font-awesome.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 4, sass/font-awesome.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 4, sass/font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 4, sass/font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 4, sass/font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 4, sass/font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 4, sass/font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 4, sass/font-awesome.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 4, sass/font-awesome.scss */
.fa-code:before {
  content: "\f121"; }

/* line 4, sass/font-awesome.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

/* line 4, sass/font-awesome.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

/* line 4, sass/font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 4, sass/font-awesome.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 4, sass/font-awesome.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 4, sass/font-awesome.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

/* line 4, sass/font-awesome.scss */
.fa-question:before {
  content: "\f128"; }

/* line 4, sass/font-awesome.scss */
.fa-info:before {
  content: "\f129"; }

/* line 4, sass/font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 4, sass/font-awesome.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 4, sass/font-awesome.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 4, sass/font-awesome.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 4, sass/font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 4, sass/font-awesome.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 4, sass/font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 4, sass/font-awesome.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 4, sass/font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 4, sass/font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 4, sass/font-awesome.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 4, sass/font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 4, sass/font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 4, sass/font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 4, sass/font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 4, sass/font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 4, sass/font-awesome.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 4, sass/font-awesome.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 4, sass/font-awesome.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 4, sass/font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 4, sass/font-awesome.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 4, sass/font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 4, sass/font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 4, sass/font-awesome.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 4, sass/font-awesome.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 4, sass/font-awesome.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 4, sass/font-awesome.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 4, sass/font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 4, sass/font-awesome.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 4, sass/font-awesome.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 4, sass/font-awesome.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 4, sass/font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 4, sass/font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 4, sass/font-awesome.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 4, sass/font-awesome.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 4, sass/font-awesome.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 4, sass/font-awesome.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 4, sass/font-awesome.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 4, sass/font-awesome.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

/* line 4, sass/font-awesome.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 4, sass/font-awesome.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

/* line 4, sass/font-awesome.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

/* line 4, sass/font-awesome.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

/* line 4, sass/font-awesome.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

/* line 4, sass/font-awesome.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159"; }

/* line 4, sass/font-awesome.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

/* line 4, sass/font-awesome.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 4, sass/font-awesome.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 4, sass/font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 4, sass/font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 4, sass/font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 4, sass/font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 4, sass/font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 4, sass/font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 4, sass/font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 4, sass/font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 4, sass/font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 4, sass/font-awesome.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 4, sass/font-awesome.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 4, sass/font-awesome.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 4, sass/font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 4, sass/font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 4, sass/font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 4, sass/font-awesome.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 4, sass/font-awesome.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 4, sass/font-awesome.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 4, sass/font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 4, sass/font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 4, sass/font-awesome.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 4, sass/font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 4, sass/font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 4, sass/font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 4, sass/font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 4, sass/font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 4, sass/font-awesome.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 4, sass/font-awesome.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 4, sass/font-awesome.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 4, sass/font-awesome.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 4, sass/font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 4, sass/font-awesome.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 4, sass/font-awesome.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 4, sass/font-awesome.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 4, sass/font-awesome.scss */
.fa-female:before {
  content: "\f182"; }

/* line 4, sass/font-awesome.scss */
.fa-male:before {
  content: "\f183"; }

/* line 4, sass/font-awesome.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

/* line 4, sass/font-awesome.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 4, sass/font-awesome.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 4, sass/font-awesome.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 4, sass/font-awesome.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 4, sass/font-awesome.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 4, sass/font-awesome.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 4, sass/font-awesome.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 4, sass/font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 4, sass/font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 4, sass/font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 4, sass/font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 4, sass/font-awesome.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 4, sass/font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 4, sass/font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 4, sass/font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 4, sass/font-awesome.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

/* line 4, sass/font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 4, sass/font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 4, sass/font-awesome.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 4, sass/font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 4, sass/font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 4, sass/font-awesome.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 4, sass/font-awesome.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

/* line 4, sass/font-awesome.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

/* line 4, sass/font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 4, sass/font-awesome.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 4, sass/font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 4, sass/font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 4, sass/font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 4, sass/font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 4, sass/font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 4, sass/font-awesome.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 4, sass/font-awesome.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 4, sass/font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 4, sass/font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 4, sass/font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 4, sass/font-awesome.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 4, sass/font-awesome.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 4, sass/font-awesome.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 4, sass/font-awesome.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 4, sass/font-awesome.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 4, sass/font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 4, sass/font-awesome.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 4, sass/font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 4, sass/font-awesome.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 4, sass/font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 4, sass/font-awesome.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 4, sass/font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 4, sass/font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 4, sass/font-awesome.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

/* line 4, sass/font-awesome.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

/* line 4, sass/font-awesome.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 4, sass/font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 4, sass/font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 4, sass/font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 4, sass/font-awesome.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 4, sass/font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 4, sass/font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 4, sass/font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 4, sass/font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 4, sass/font-awesome.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

/* line 4, sass/font-awesome.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 4, sass/font-awesome.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 4, sass/font-awesome.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

/* line 4, sass/font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 4, sass/font-awesome.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 4, sass/font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 4, sass/font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 4, sass/font-awesome.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

/* line 4, sass/font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 4, sass/font-awesome.scss */
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

/* line 4, sass/font-awesome.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

/* line 4, sass/font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 4, sass/font-awesome.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 4, sass/font-awesome.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

/* line 4, sass/font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 4, sass/font-awesome.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 4, sass/font-awesome.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

/* line 4, sass/font-awesome.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

/* line 4, sass/font-awesome.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 4, sass/font-awesome.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 4, sass/font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 4, sass/font-awesome.scss */
.fa-header:before {
  content: "\f1dc"; }

/* line 4, sass/font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 4, sass/font-awesome.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 4, sass/font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 4, sass/font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 4, sass/font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 4, sass/font-awesome.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

/* line 4, sass/font-awesome.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 4, sass/font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 4, sass/font-awesome.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 4, sass/font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 4, sass/font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 4, sass/font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 4, sass/font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 4, sass/font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 4, sass/font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 4, sass/font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 4, sass/font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 4, sass/font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 4, sass/font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 4, sass/font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 4, sass/font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 4, sass/font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 4, sass/font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 4, sass/font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 4, sass/font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 4, sass/font-awesome.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 4, sass/font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 4, sass/font-awesome.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 4, sass/font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 4, sass/font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 4, sass/font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 4, sass/font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 4, sass/font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 4, sass/font-awesome.scss */
.fa-line-chart:before {
  content: "\f201"; }

/* line 4, sass/font-awesome.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 4, sass/font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 4, sass/font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 4, sass/font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 4, sass/font-awesome.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 4, sass/font-awesome.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 4, sass/font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 4, sass/font-awesome.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 4, sass/font-awesome.scss */
.fa-cc:before {
  content: "\f20a"; }

/* line 4, sass/font-awesome.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

/* line 4, sass/font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 4, sass/font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 4, sass/font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 4, sass/font-awesome.scss */
.fa-dashcube:before {
  content: "\f210"; }

/* line 4, sass/font-awesome.scss */
.fa-forumbee:before {
  content: "\f211"; }

/* line 4, sass/font-awesome.scss */
.fa-leanpub:before {
  content: "\f212"; }

/* line 4, sass/font-awesome.scss */
.fa-sellsy:before {
  content: "\f213"; }

/* line 4, sass/font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 4, sass/font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 4, sass/font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 4, sass/font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 4, sass/font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 4, sass/font-awesome.scss */
.fa-diamond:before {
  content: "\f219"; }

/* line 4, sass/font-awesome.scss */
.fa-ship:before {
  content: "\f21a"; }

/* line 4, sass/font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 4, sass/font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 4, sass/font-awesome.scss */
.fa-street-view:before {
  content: "\f21d"; }

/* line 4, sass/font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 4, sass/font-awesome.scss */
.fa-venus:before {
  content: "\f221"; }

/* line 4, sass/font-awesome.scss */
.fa-mars:before {
  content: "\f222"; }

/* line 4, sass/font-awesome.scss */
.fa-mercury:before {
  content: "\f223"; }

/* line 4, sass/font-awesome.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

/* line 4, sass/font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 4, sass/font-awesome.scss */
.fa-venus-double:before {
  content: "\f226"; }

/* line 4, sass/font-awesome.scss */
.fa-mars-double:before {
  content: "\f227"; }

/* line 4, sass/font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 4, sass/font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 4, sass/font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 4, sass/font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 4, sass/font-awesome.scss */
.fa-neuter:before {
  content: "\f22c"; }

/* line 4, sass/font-awesome.scss */
.fa-genderless:before {
  content: "\f22d"; }

/* line 4, sass/font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 4, sass/font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 4, sass/font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 4, sass/font-awesome.scss */
.fa-server:before {
  content: "\f233"; }

/* line 4, sass/font-awesome.scss */
.fa-user-plus:before {
  content: "\f234"; }

/* line 4, sass/font-awesome.scss */
.fa-user-times:before {
  content: "\f235"; }

/* line 4, sass/font-awesome.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

/* line 4, sass/font-awesome.scss */
.fa-viacoin:before {
  content: "\f237"; }

/* line 4, sass/font-awesome.scss */
.fa-train:before {
  content: "\f238"; }

/* line 4, sass/font-awesome.scss */
.fa-subway:before {
  content: "\f239"; }

/* line 4, sass/font-awesome.scss */
.fa-medium:before {
  content: "\f23a"; }

/* line 4, sass/font-awesome.scss */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

/* line 4, sass/font-awesome.scss */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 4, sass/font-awesome.scss */
.fa-opencart:before {
  content: "\f23d"; }

/* line 4, sass/font-awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 4, sass/font-awesome.scss */
.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

/* line 4, sass/font-awesome.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 4, sass/font-awesome.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

/* line 4, sass/font-awesome.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

/* line 4, sass/font-awesome.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

/* line 4, sass/font-awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 4, sass/font-awesome.scss */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 4, sass/font-awesome.scss */
.fa-object-group:before {
  content: "\f247"; }

/* line 4, sass/font-awesome.scss */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 4, sass/font-awesome.scss */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 4, sass/font-awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a"; }

/* line 4, sass/font-awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 4, sass/font-awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 4, sass/font-awesome.scss */
.fa-clone:before {
  content: "\f24d"; }

/* line 4, sass/font-awesome.scss */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 4, sass/font-awesome.scss */
.fa-hourglass-o:before {
  content: "\f250"; }

/* line 4, sass/font-awesome.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

/* line 4, sass/font-awesome.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

/* line 4, sass/font-awesome.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

/* line 4, sass/font-awesome.scss */
.fa-hourglass:before {
  content: "\f254"; }

/* line 4, sass/font-awesome.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

/* line 4, sass/font-awesome.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

/* line 4, sass/font-awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 4, sass/font-awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 4, sass/font-awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 4, sass/font-awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 4, sass/font-awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 4, sass/font-awesome.scss */
.fa-trademark:before {
  content: "\f25c"; }

/* line 4, sass/font-awesome.scss */
.fa-registered:before {
  content: "\f25d"; }

/* line 4, sass/font-awesome.scss */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 4, sass/font-awesome.scss */
.fa-gg:before {
  content: "\f260"; }

/* line 4, sass/font-awesome.scss */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 4, sass/font-awesome.scss */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 4, sass/font-awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 4, sass/font-awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 4, sass/font-awesome.scss */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 4, sass/font-awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 4, sass/font-awesome.scss */
.fa-safari:before {
  content: "\f267"; }

/* line 4, sass/font-awesome.scss */
.fa-chrome:before {
  content: "\f268"; }

/* line 4, sass/font-awesome.scss */
.fa-firefox:before {
  content: "\f269"; }

/* line 4, sass/font-awesome.scss */
.fa-opera:before {
  content: "\f26a"; }

/* line 4, sass/font-awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 4, sass/font-awesome.scss */
.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

/* line 4, sass/font-awesome.scss */
.fa-contao:before {
  content: "\f26d"; }

/* line 4, sass/font-awesome.scss */
.fa-500px:before {
  content: "\f26e"; }

/* line 4, sass/font-awesome.scss */
.fa-amazon:before {
  content: "\f270"; }

/* line 4, sass/font-awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 4, sass/font-awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 4, sass/font-awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 4, sass/font-awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 4, sass/font-awesome.scss */
.fa-industry:before {
  content: "\f275"; }

/* line 4, sass/font-awesome.scss */
.fa-map-pin:before {
  content: "\f276"; }

/* line 4, sass/font-awesome.scss */
.fa-map-signs:before {
  content: "\f277"; }

/* line 4, sass/font-awesome.scss */
.fa-map-o:before {
  content: "\f278"; }

/* line 4, sass/font-awesome.scss */
.fa-map:before {
  content: "\f279"; }

/* line 4, sass/font-awesome.scss */
.fa-commenting:before {
  content: "\f27a"; }

/* line 4, sass/font-awesome.scss */
.fa-commenting-o:before {
  content: "\f27b"; }

/* line 4, sass/font-awesome.scss */
.fa-houzz:before {
  content: "\f27c"; }

/* line 4, sass/font-awesome.scss */
.fa-vimeo:before {
  content: "\f27d"; }

/* line 4, sass/font-awesome.scss */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 4, sass/font-awesome.scss */
.fa-fonticons:before {
  content: "\f280"; }

/* line 4, sass/font-awesome.scss */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 4, sass/font-awesome.scss */
.fa-edge:before {
  content: "\f282"; }

/* line 4, sass/font-awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283"; }

/* line 4, sass/font-awesome.scss */
.fa-codiepie:before {
  content: "\f284"; }

/* line 4, sass/font-awesome.scss */
.fa-modx:before {
  content: "\f285"; }

/* line 4, sass/font-awesome.scss */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 4, sass/font-awesome.scss */
.fa-usb:before {
  content: "\f287"; }

/* line 4, sass/font-awesome.scss */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 4, sass/font-awesome.scss */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 4, sass/font-awesome.scss */
.fa-scribd:before {
  content: "\f28a"; }

/* line 4, sass/font-awesome.scss */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 4, sass/font-awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c"; }

/* line 4, sass/font-awesome.scss */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 4, sass/font-awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e"; }

/* line 4, sass/font-awesome.scss */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 4, sass/font-awesome.scss */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 4, sass/font-awesome.scss */
.fa-hashtag:before {
  content: "\f292"; }

/* line 4, sass/font-awesome.scss */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 4, sass/font-awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 4, sass/font-awesome.scss */
.fa-percent:before {
  content: "\f295"; }

/* line 4, sass/font-awesome.scss */
.fa-gitlab:before {
  content: "\f296"; }

/* line 4, sass/font-awesome.scss */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 4, sass/font-awesome.scss */
.fa-wpforms:before {
  content: "\f298"; }

/* line 4, sass/font-awesome.scss */
.fa-envira:before {
  content: "\f299"; }

/* line 4, sass/font-awesome.scss */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 4, sass/font-awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b"; }

/* line 4, sass/font-awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c"; }

/* line 4, sass/font-awesome.scss */
.fa-blind:before {
  content: "\f29d"; }

/* line 4, sass/font-awesome.scss */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 4, sass/font-awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0"; }

/* line 4, sass/font-awesome.scss */
.fa-braille:before {
  content: "\f2a1"; }

/* line 4, sass/font-awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 4, sass/font-awesome.scss */
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 4, sass/font-awesome.scss */
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

/* line 4, sass/font-awesome.scss */
.fa-glide:before {
  content: "\f2a5"; }

/* line 4, sass/font-awesome.scss */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 4, sass/font-awesome.scss */
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

/* line 4, sass/font-awesome.scss */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 4, sass/font-awesome.scss */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 4, sass/font-awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 4, sass/font-awesome.scss */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 4, sass/font-awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 4, sass/font-awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 4, sass/font-awesome.scss */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 4, sass/font-awesome.scss */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 4, sass/font-awesome.scss */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 4, sass/font-awesome.scss */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 4, sass/font-awesome.scss */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

/* line 4, sass/font-awesome.scss */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

/* line 4, sass/font-awesome.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 4, sass/font-awesome.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?q1ndi8");
  src: url("../fonts/icomoon.eot?q1ndi8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?q1ndi8") format("truetype"), url("../fonts/icomoon.woff?q1ndi8") format("woff"), url("../fonts/icomoon.svg?q1ndi8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 12, sass/icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 27, sass/icomoon.scss */
.icon-arrow:before {
  content: "\e900"; }

/* Flexnav Base Styles */
/* line 2, sass/flexnav.scss */
.flexnav {
  margin: 0 auto;
  width: 100%;
  max-height: 0; }

/* line 6, sass/flexnav.scss */
.flexnav.opacity {
  opacity: 0; }

/* line 8, sass/flexnav.scss */
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

/* line 15, sass/flexnav.scss */
.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px; }

/* line 20, sass/flexnav.scss */
.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden; }

/* line 24, sass/flexnav.scss */
.flexnav li a {
  position: relative;
  display: block;
  padding: .96em;
  z-index: 2;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

/* line 31, sass/flexnav.scss */
.flexnav li ul {
  width: 100%; }

/* line 33, sass/flexnav.scss */
.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden; }

/* line 37, sass/flexnav.scss */
.flexnav li ul.flexnav-show li {
  overflow: visible; }

/* line 39, sass/flexnav.scss */
.flexnav li ul li a {
  display: block;
  background: #b2b2af; }

/* line 42, sass/flexnav.scss */
.flexnav ul li ul li a {
  background: #bfbfbc; }

/* line 44, sass/flexnav.scss */
.flexnav ul li ul li ul li a {
  background: #cbcbc9; }

/* line 46, sass/flexnav.scss */
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #acaca1;
  background: rgba(0, 0, 0, 0.075);
  text-align: center; }

/* line 57, sass/flexnav.scss */
.flexnav .touch-button:hover {
  cursor: pointer; }

/* line 59, sass/flexnav.scss */
.flexnav .touch-button .navicon {
  position: relative;
  top: 1.4em;
  font-size: 12px;
  color: #666; }

/* line 65, sass/flexnav.scss */
.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: #FFF;
  color: #3E3A39;
  cursor: pointer;
  border-bottom: none; }

/* line 73, sass/flexnav.scss */
.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px; }

/* line 78, sass/flexnav.scss */
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center; }

/* line 88, sass/flexnav.scss */
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #666; }

@media all and (min-width: 769px) {
  /* line 95, sass/flexnav.scss */
  body.one-page {
    padding-top: 70px; }

  /* line 100, sass/flexnav.scss */
  .flexnav.opacity {
    opacity: 1; }

  /* line 102, sass/flexnav.scss */
  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }

  /* line 106, sass/flexnav.scss */
  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    overflow: visible;
    width: 20%; }

  /* line 114, sass/flexnav.scss */
  .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none; }

  /* line 117, sass/flexnav.scss */
  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0; }

  /* line 121, sass/flexnav.scss */
  .flexnav li > ul li {
    width: 100%; }

  /* line 123, sass/flexnav.scss */
  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0; }

  /* line 126, sass/flexnav.scss */
  .flexnav li ul li a {
    border-bottom: none; }

  /* line 128, sass/flexnav.scss */
  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1; }

  /* line 133, sass/flexnav.scss */
  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px; }

  /* line 136, sass/flexnav.scss */
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0; }

  /* line 140, sass/flexnav.scss */
  .menu-button {
    display: none; } }
/* line 142, sass/flexnav.scss */
.oldie body.one-page {
  padding-top: 70px; }

/* line 144, sass/flexnav.scss */
.oldie .flexnav {
  overflow: visible; }

/* line 146, sass/flexnav.scss */
.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px; }

/* line 150, sass/flexnav.scss */
.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #a6a6a2;
  width: 20%;
  min-height: 50px;
  overflow: visible; }

/* line 159, sass/flexnav.scss */
.oldie .flexnav li:hover > ul {
  display: block;
  width: 100%;
  overflow: visible; }

/* line 163, sass/flexnav.scss */
.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none; }

/* line 166, sass/flexnav.scss */
.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
  overflow: visible; }

/* line 170, sass/flexnav.scss */
.oldie .flexnav li > ul {
  background: #acaca1;
  position: absolute;
  top: auto;
  left: 0;
  display: none;
  z-index: 1;
  overflow: visible; }

/* line 178, sass/flexnav.scss */
.oldie .flexnav li ul li ul {
  top: 0; }

/* line 180, sass/flexnav.scss */
.oldie .flexnav li ul li a {
  border-bottom: none; }

/* line 182, sass/flexnav.scss */
.oldie .flexnav li ul.open {
  display: block;
  width: 100%;
  overflow: visible; }

/* line 186, sass/flexnav.scss */
.oldie .flexnav li ul.open li {
  width: 100%; }

/* line 188, sass/flexnav.scss */
.oldie .flexnav li ul.open ul.open {
  margin-left: 100%;
  top: 0;
  display: block;
  width: 100%;
  overflow: visible; }

/* line 194, sass/flexnav.scss */
.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0; }

/* line 197, sass/flexnav.scss */
.oldie .menu-button {
  display: none; }

/* line 199, sass/flexnav.scss */
.oldie.ie7 .flexnav li {
  width: 19.9%; }

/*------flexbox-start------*/
/*横並びにする*/
/*flexアイテムを複数行に変更*/
/*flexアイテムを右から左へ（横方向）*/
/*flexアイテムの最初と最後を端に、残りは等間隔で配置（横方向）*/
/*flexアイテムの全てを等間隔で配置（横方向）*/
/*flexアイテムをflexコンテナの左側に配置（横方向）*/
/*flexアイテムをflexコンテナの中央に配置（横方向）*/
/*flexアイテムをflexコンテナの右側に配置（横方向）*/
/*flexコンテナのクロス軸の始点に配置（縦方向）*/
/*flexコンテナのクロス軸の中央に配置（縦方向）*/
/*flexコンテナのクロス軸の終点に配置（縦方向）*/
/*flexアイテムを上から下へ垂直方向に配置*/
/*flexアイテムを左から右へ水平方向に配置（デフォルト）*/
/*flexアイテムの伸長係数（子要素に指定）*/
/*flexアイテムの伸長係数等のリセット（子要素に指定）*/
/*------flexbox-end------*/
/* ======================================== body ======================================== */
/* line 176, sass/layout.scss */
body {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3e3a39;
  text-align: justify;
  text-justify: inter-ideograph; }
  /* line 187, sass/layout.scss */
  body img {
    display: block;
    width: 100%;
    height: auto; }
  /* line 192, sass/layout.scss */
  body a {
    display: block;
    color: #fff; }
    /* line 195, sass/layout.scss */
    body a:hover {
      transition: .2s;
      opacity: 0.60;
      filter: progid:DXImageTransform.Microsoft.alpha(Opacity=70,FinishOpacity=70);
      cursor: pointer !important; }
  /* line 202, sass/layout.scss */
  body a[href^="tel:"] {
    pointer-events: none;
    cursor: default; }
  /* line 206, sass/layout.scss */
  body article {
    position: relative;
    z-index: 10; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 217, sass/layout.scss */
  body {
    font-size: 12px; }
    /* line 219, sass/layout.scss */
    body a[href^="tel:"] {
      pointer-events: auto;
      cursor: pointer; } }
/* ======================================== header ======================================== */
/* line 230, sass/layout.scss */
header {
  width: 100%;
  margin-top: 25px;
  position: relative;
  z-index: 1; }
  /* line 235, sass/layout.scss */
  header > div {
    position: relative;
    width: 960px;
    margin: 0 auto; }
    /* line 239, sass/layout.scss */
    header > div h1 {
      width: 400px; }
      /* line 241, sass/layout.scss */
      header > div h1 img {
        width: 100%; }
    /* line 245, sass/layout.scss */
    header > div p {
      position: absolute;
      right: 0;
      bottom: 0;
      text-align: right; }
  /* line 252, sass/layout.scss */
  header nav {
    width: 100%;
    background: #aaaaab;
    padding: 20px 0px;
    margin-top: 25px; }
    /* line 257, sass/layout.scss */
    header nav .flexnav {
      font-size: 0px;
      width: 960px;
      margin: 0 auto;
      max-height: 100%; }
      /* line 262, sass/layout.scss */
      header nav .flexnav .touch-button {
        display: none; }
      /* line 265, sass/layout.scss */
      header nav .flexnav > li {
        /*reset*/
        padding: 0;
        border: 0;
        margin: 0;
        width: auto;
        height: auto;
        min-height: 0;
        background: #aaaaab;
        vertical-align: top;
        float: none;
        line-height: 100%;
        /*reset*/
        font-size: 14px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        letter-spacing: 0;
        -webkit-transform: skewX(-25deg);
        -moz-transform: skewX(-25deg);
        transform: skewX(-25deg);
        border-right: 1px solid #fff;
        width: 114px;
        margin-right: 27px;
        padding-right: 27px; }
        /* line 287, sass/layout.scss */
        header nav .flexnav > li a {
          /*reset*/
          background: transparent;
          line-height: 100%;
          padding: 0;
          /*reset*/
          text-align: center;
          color: #fff;
          border: 0;
          font-size: 13px;
          display: block;
          transform: skewX(25deg);
          line-height: 100%;
          padding: 5px 0px; }
          /* line 301, sass/layout.scss */
          header nav .flexnav > li a span {
            display: block !important;
            font-size: 22px;
            padding-bottom: 15px;
            font-family: 'Lato',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
        /* line 308, sass/layout.scss */
        header nav .flexnav > li:first-of-type {
          display: none; }
        /* line 311, sass/layout.scss */
        header nav .flexnav > li:nth-of-type(7) {
          border-right: 0;
          margin: 0;
          padding: 0; }
        /* line 316, sass/layout.scss */
        header nav .flexnav > li:nth-of-type(n+8) {
          display: none; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 329, sass/layout.scss */
  header > div {
    width: 90%; }
    /* line 331, sass/layout.scss */
    header > div h1 {
      max-width: 400px;
      width: 90%;
      margin: 0 auto; }
    /* line 336, sass/layout.scss */
    header > div p {
      display: none; }
  /* line 340, sass/layout.scss */
  header .menu-button {
    font-family: 'Lato',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #409ad6;
    width: 100%;
    margin-top: 20px;
    padding: 10px 0px; }
    /* line 349, sass/layout.scss */
    header .menu-button .touch-button {
      display: none; }
      /* line 351, sass/layout.scss */
      header .menu-button .touch-button .navicon {
        display: none; }
    /* line 355, sass/layout.scss */
    header .menu-button:after {
      font-family: 'fontawesome';
      content: '\f13a';
      margin-left: 0.5em; }
  /* line 361, sass/layout.scss */
  header nav {
    margin: 0;
    padding: 0px;
    background: transparent; }
    /* line 365, sass/layout.scss */
    header nav .flexnav {
      width: 100%;
      background: #e9f1fa;
      max-height: 0; }
      /* line 369, sass/layout.scss */
      header nav .flexnav > li {
        background: transparent;
        font-size: 12px;
        display: block;
        transform: none;
        border-right: 0px;
        width: 90%;
        margin: 0 auto;
        padding: 15px 0px;
        border-bottom: 1px solid #aaaaab; }
        /* line 379, sass/layout.scss */
        header nav .flexnav > li a {
          text-align: left;
          color: #3e3a39;
          font-size: 12px;
          transform: none;
          padding: 0px; }
          /* line 385, sass/layout.scss */
          header nav .flexnav > li a span {
            display: none !important; }
          /* line 388, sass/layout.scss */
          header nav .flexnav > li a:before {
            font-family: 'fontawesome';
            content: '\f138';
            color: #409ad6;
            margin-right: 0.5em; }
        /* line 395, sass/layout.scss */
        header nav .flexnav > li:first-of-type {
          display: block; }
        /* line 398, sass/layout.scss */
        header nav .flexnav > li:nth-of-type(7) {
          padding: 15px 0px;
          margin: 0 auto; }
        /* line 402, sass/layout.scss */
        header nav .flexnav > li:nth-of-type(n+8) {
          display: block; }
        /* line 405, sass/layout.scss */
        header nav .flexnav > li:last-of-type {
          border-bottom: 0px; } }
/* ======================================== ALL ======================================== */
/* line 418, sass/layout.scss */
#main {
  min-width: 100%; }
  /* line 420, sass/layout.scss */
  #main img {
    width: 100%; }

/* line 424, sass/layout.scss */
.news {
  width: 960px;
  margin: 0 auto;
  position: relative; }
  /* line 428, sass/layout.scss */
  .news li {
    vertical-align: top;
    font-size: 20px;
    padding: 20px 0px;
    border-bottom: 1px solid #aaaaab; }
    /* line 433, sass/layout.scss */
    .news li:first-of-type {
      border-top: 1px solid #aaaaab; }
    /* line 436, sass/layout.scss */
    .news li span {
      color: #3e3a39;
      vertical-align: top;
      width: 180px;
      display: inline-block; }
      /* line 441, sass/layout.scss */
      .news li span:nth-of-type(2) {
        width: 750px; }
    /* line 447, sass/layout.scss */
    .news li a span:nth-of-type(2) {
      color: #409ad6; }
    /* line 451, sass/layout.scss */
    .news li a:after {
      position: absolute;
      right: 0;
      font-family: 'fontawesome';
      content: '\f138';
      color: #409ad6; }

/* line 461, sass/layout.scss */
#first {
  width: 960px;
  margin: 0 auto; }
  /* line 464, sass/layout.scss */
  #first h2 {
    font-size: 20px;
    line-height: 100%;
    text-align: center; }
    /* line 468, sass/layout.scss */
    #first h2 span {
      font-size: 50px;
      color: #409ad6;
      display: block;
      margin-bottom: 30px; }
  /* line 475, sass/layout.scss */
  #first ul {
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    font-size: 0px;
    width: 960px; }
    /* line 481, sass/layout.scss */
    #first ul li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: 0;
      font-size: 20px;
      width: 300px;
      margin-right: 20px; }
      /* line 486, sass/layout.scss */
      #first ul li:last-of-type {
        margin-right: 0px; }
      /* line 489, sass/layout.scss */
      #first ul li a {
        background: #409ad6;
        color: #fff;
        padding: 15px 0px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px; }
        /* line 494, sass/layout.scss */
        #first ul li a:before {
          font-family: 'fontawesome';
          content: '\f13a';
          margin-right: 0.5em; }
  /* line 502, sass/layout.scss */
  #first h3 {
    color: #409ad6;
    font-size: 25px;
    font-weight: 500;
    margin-top: 50px;
    text-align: center; }
    /* line 508, sass/layout.scss */
    #first h3 i {
      font-weight: 500; }
  /* line 512, sass/layout.scss */
  #first p {
    margin-top: 30px; }
    /* line 514, sass/layout.scss */
    #first p a {
      color: #409ad6;
      display: inline;
      border-bottom: 1px solid; }
    /* line 519, sass/layout.scss */
    #first p i {
      color: #d71518; }

/* line 525, sass/layout.scss */
.title {
  position: relative; }
  /* line 527, sass/layout.scss */
  .title h3 {
    width: 180px;
    padding: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0; }
    /* line 534, sass/layout.scss */
    .title h3 span {
      font-size: 50px;
      color: #409ad6;
      padding-bottom: 30px;
      display: block; }
    /* line 540, sass/layout.scss */
    .title h3 i {
      display: block;
      margin-top: 0.5em; }
  /* line 545, sass/layout.scss */
  .title img {
    width: 860px;
    padding-top: 40px; }

/* line 551, sass/layout.scss */
.flamebox {
  position: relative;
  width: 880px;
  padding: 60px 40px 40px 40px;
  background: #fff;
  -moz-box-shadow: 5px 5px 5px #cfcfd0;
  -webkit-box-shadow: 5px 5px 5px #cfcfd0;
  box-shadow: 5px 5px 5px #cfcfd0; }
  /* line 557, sass/layout.scss */
  .flamebox:before {
    position: absolute;
    top: -10px;
    right: 0px;
    left: 0px;
    margin: auto;
    content: '';
    width: 400px;
    height: 20px;
    background: #409ad6;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 576, sass/layout.scss */
  .news {
    width: 100%; }
    /* line 578, sass/layout.scss */
    .news li {
      font-size: 14px;
      padding: 20px 0px; }
      /* line 581, sass/layout.scss */
      .news li span {
        width: 100%;
        display: block; }
        /* line 584, sass/layout.scss */
        .news li span:first-of-type {
          margin-bottom: 0.5em; }
        /* line 587, sass/layout.scss */
        .news li span:nth-of-type(2) {
          width: 100%; }
      /* line 593, sass/layout.scss */
      .news li a span:nth-of-type(2) {
        display: inline; }
      /* line 597, sass/layout.scss */
      .news li a:after {
        position: static; }

  /* line 604, sass/layout.scss */
  #first {
    width: 90%; }
    /* line 606, sass/layout.scss */
    #first h2 {
      font-size: 14px; }
      /* line 608, sass/layout.scss */
      #first h2 span {
        font-size: 25px;
        margin-bottom: 15px; }
    /* line 613, sass/layout.scss */
    #first ul {
      width: 100%;
      margin-top: 30px; }
      /* line 616, sass/layout.scss */
      #first ul li {
        display: block;
        font-size: 14px;
        width: 100%;
        margin: 0px 0px 15px 0px; }
        /* line 621, sass/layout.scss */
        #first ul li:last-of-type {
          margin: 0px; }
        /* line 624, sass/layout.scss */
        #first ul li a {
          padding: 10px 0px;
          -moz-border-radius: 25px;
          -webkit-border-radius: 25px;
          border-radius: 25px; }
    /* line 630, sass/layout.scss */
    #first h3 {
      font-size: 16px;
      margin-top: 30px; }
      /* line 633, sass/layout.scss */
      #first h3 i {
        display: block;
        margin-top: 0.3em; }
    /* line 638, sass/layout.scss */
    #first p {
      margin-top: 15px; }

  /* line 644, sass/layout.scss */
  .title h3 {
    width: auto;
    text-align: center;
    padding: 0px;
    font-size: 14px;
    background-color: transparent;
    position: static; }
    /* line 651, sass/layout.scss */
    .title h3 span {
      font-size: 25px;
      padding-bottom: 15px; }
    /* line 655, sass/layout.scss */
    .title h3 i {
      display: inline;
      margin: 0; }
  /* line 660, sass/layout.scss */
  .title img {
    width: 100%;
    padding-top: 30px; }

  /* line 666, sass/layout.scss */
  .flamebox {
    margin: 0 auto;
    width: 80%;
    padding: 5%; }
    /* line 670, sass/layout.scss */
    .flamebox:before {
      top: -5px;
      width: 50%;
      height: 10px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px; } }
/* ======================================== footer ======================================== */
/* line 683, sass/layout.scss */
footer {
  background: #409ad6;
  padding: 50px 0px 0px 0px; }
  /* line 686, sass/layout.scss */
  footer > a {
    z-index: 50;
    position: fixed;
    right: 30px;
    bottom: 330px;
    display: block;
    width: 60px;
    height: 60px;
    background: #9fa0a0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.8; }
    /* line 697, sass/layout.scss */
    footer > a:after {
      position: absolute;
      content: "";
      left: 20px;
      top: 25px;
      width: 20px;
      height: 20px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  /* line 709, sass/layout.scss */
  footer ul {
    font-size: 0px; }
    /* line 711, sass/layout.scss */
    footer ul li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: 0;
      font-size: 14px;
      vertical-align: top; }
  /* line 717, sass/layout.scss */
  footer div {
    width: 960px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    padding-bottom: 50px; }
    /* line 725, sass/layout.scss */
    footer div ul li p {
      font-family: 'Lato',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 40px; }
      /* line 728, sass/layout.scss */
      footer div ul li p a {
        display: inline; }
      /* line 731, sass/layout.scss */
      footer div ul li p span {
        font-size: 25px;
        margin-left: 1em; }
    /* line 736, sass/layout.scss */
    footer div ul li dl {
      line-height: 100%;
      margin: 25px 0px;
      padding-bottom: 25px;
      border-bottom: 1px solid; }
      /* line 741, sass/layout.scss */
      footer div ul li dl dt {
        font-size: 20px;
        font-weight: 500; }
      /* line 745, sass/layout.scss */
      footer div ul li dl dd {
        margin-top: 10px; }
        /* line 747, sass/layout.scss */
        footer div ul li dl dd:first-of-type {
          margin-top: 20px; }
        /* line 751, sass/layout.scss */
        footer div ul li dl dd i:before {
          content: "|";
          padding: 0 0.5em; }
        /* line 756, sass/layout.scss */
        footer div ul li dl dd a {
          border-bottom: 1px solid;
          display: inline-block; }
          /* line 759, sass/layout.scss */
          footer div ul li dl dd a:before {
            font-family: 'fontawesome';
            content: '\f138';
            margin-right: 0.3em; }
      /* line 766, sass/layout.scss */
      footer div ul li dl + p {
        font-size: 14px; }
    /* line 770, sass/layout.scss */
    footer div ul li:last-of-type {
      width: 660px;
      margin-left: 100px; }
  /* line 777, sass/layout.scss */
  footer aside {
    background: #fff;
    padding: 20px 0px; }
    /* line 780, sass/layout.scss */
    footer aside ul {
      width: 960px;
      margin: 0 auto; }
      /* line 783, sass/layout.scss */
      footer aside ul li {
        padding: 0px 18px;
        border-right: 1px solid #409ad6; }
        /* line 786, sass/layout.scss */
        footer aside ul li:first-of-type {
          border-left: 1px solid #409ad6;
          padding: 0px 23px; }
        /* line 790, sass/layout.scss */
        footer aside ul li a {
          color: #409ad6; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 802, sass/layout.scss */
  footer {
    padding: 30px 0px 0px 0px; }
    /* line 804, sass/layout.scss */
    footer > a {
      right: 5%;
      bottom: 5%;
      width: 30px;
      height: 30px; }
      /* line 809, sass/layout.scss */
      footer > a:after {
        left: 10px;
        top: 13px;
        width: 10px;
        height: 10px; }
    /* line 817, sass/layout.scss */
    footer ul li {
      font-size: 12px; }
    /* line 821, sass/layout.scss */
    footer div {
      width: 90%;
      padding-bottom: 30px; }
      /* line 824, sass/layout.scss */
      footer div ul {
        text-align: center; }
        /* line 826, sass/layout.scss */
        footer div ul li {
          display: block; }
          /* line 828, sass/layout.scss */
          footer div ul li img {
            width: 30%;
            max-width: 100px;
            margin: 0 auto; }
          /* line 833, sass/layout.scss */
          footer div ul li p {
            margin-top: 30px;
            font-size: 20px; }
            /* line 836, sass/layout.scss */
            footer div ul li p span {
              font-size: 14px;
              display: block;
              margin-top: 0.5em; }
          /* line 842, sass/layout.scss */
          footer div ul li dl {
            margin: 15px 0px;
            padding-bottom: 25px;
            border-bottom: 1px solid; }
            /* line 846, sass/layout.scss */
            footer div ul li dl dt {
              font-size: 11px; }
            /* line 849, sass/layout.scss */
            footer div ul li dl dd {
              font-size: 10px;
              margin-top: 0.5em; }
              /* line 852, sass/layout.scss */
              footer div ul li dl dd:first-of-type {
                margin-top: 15px; }
              /* line 855, sass/layout.scss */
              footer div ul li dl dd span {
                line-height: 100%;
                margin: 0.5em 0em 0em 0em;
                display: block; }
            /* line 861, sass/layout.scss */
            footer div ul li dl + p {
              font-size: 10px;
              margin-top: 0px; }
          /* line 866, sass/layout.scss */
          footer div ul li:last-of-type {
            width: 100%;
            margin-left: 0px; }
    /* line 874, sass/layout.scss */
    footer aside ul {
      width: 90%;
      margin: 0 auto; }
      /* line 877, sass/layout.scss */
      footer aside ul li {
        padding: 0;
        border: 0;
        width: 49%;
        margin-bottom: 10px; }
        /* line 882, sass/layout.scss */
        footer aside ul li:first-of-type {
          padding: 0px;
          border: 0; }
        /* line 886, sass/layout.scss */
        footer aside ul li:nth-of-type(2n) {
          margin-left: 2%; }
        /* line 889, sass/layout.scss */
        footer aside ul li:last-of-type {
          margin-bottom: 0px; }
        /* line 892, sass/layout.scss */
        footer aside ul li a {
          padding: 5px 0px;
          text-align: center;
          border: 1px solid #409ad6; } }
/* ======================================== TOP ======================================== */
/* line 909, sass/layout.scss */
#top section:first-of-type {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 80px 0px; }
  /* line 914, sass/layout.scss */
  #top section:first-of-type h2 {
    font-size: 20px; }
    /* line 916, sass/layout.scss */
    #top section:first-of-type h2 span {
      font-size: 50px;
      font-family: 'Lato',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      color: #409ad6;
      margin-right: 1em; }
      /* line 921, sass/layout.scss */
      #top section:first-of-type h2 span:before {
        font-family: 'fontawesome';
        content: '\f09e';
        margin-right: 0.3em; }
    /* line 927, sass/layout.scss */
    #top section:first-of-type h2 + a {
      vertical-align: middle;
      position: absolute;
      right: 0;
      top: 80px;
      font-family: 'Lato',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      color: #409ad6;
      padding: 5px 25px;
      border: 1px solid #409ad6;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      vertical-align: middle; }
      /* line 938, sass/layout.scss */
      #top section:first-of-type h2 + a:before {
        vertical-align: middle;
        font-family: 'icomoon';
        content: '\e900';
        margin-right: 5px;
        font-size: 300%; }
  /* line 947, sass/layout.scss */
  #top section:first-of-type .news {
    margin-top: 50px; }
  /* line 950, sass/layout.scss */
  #top section:first-of-type #sdgs {
    margin-top: 40px; }
/* line 954, sass/layout.scss */
#top section:nth-of-type(2) {
  background: #e9f1fa;
  padding: 80px 0px; }
  /* line 958, sass/layout.scss */
  #top section:nth-of-type(2) a ul {
    width: 960px;
    margin: 0 auto;
    font-size: 0px; }
    /* line 962, sass/layout.scss */
    #top section:nth-of-type(2) a ul li {
      position: relative;
      vertical-align: top;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: 0;
      font-size: 14px; }
      /* line 967, sass/layout.scss */
      #top section:nth-of-type(2) a ul li:first-of-type {
        margin-top: 50px;
        z-index: 1;
        width: 600px;
        -moz-box-shadow: 5px 5px 5px #cfcfd0;
        -webkit-box-shadow: 5px 5px 5px #cfcfd0;
        box-shadow: 5px 5px 5px #cfcfd0; }
        /* line 972, sass/layout.scss */
        #top section:nth-of-type(2) a ul li:first-of-type img {
          width: 100%; }
      /* line 976, sass/layout.scss */
      #top section:nth-of-type(2) a ul li:last-of-type {
        position: relative;
        background-color: rgba(255, 255, 255, 0.9);
        width: 366px;
        padding: 40px;
        margin-left: -90px;
        z-index: 10;
        border: 2px solid #409ad6;
        color: #409ad6;
        text-align: right; }
        /* line 984, sass/layout.scss */
        #top section:nth-of-type(2) a ul li:last-of-type:before {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 40px 40px 0 0;
          border-color: #409ad6 transparent transparent transparent; }
        /* line 997, sass/layout.scss */
        #top section:nth-of-type(2) a ul li:last-of-type h3 {
          font-size: 20px;
          font-weight: 500;
          text-align: left; }
        /* line 1002, sass/layout.scss */
        #top section:nth-of-type(2) a ul li:last-of-type p {
          color: #3e3a39;
          margin: 25px 0px;
          text-align: left; }
        /* line 1007, sass/layout.scss */
        #top section:nth-of-type(2) a ul li:last-of-type i {
          vertical-align: middle;
          margin-left: auto;
          font-size: 20px;
          font-family: 'Lato',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
          /* line 1012, sass/layout.scss */
          #top section:nth-of-type(2) a ul li:last-of-type i:before {
            vertical-align: middle;
            font-family: 'icomoon';
            content: '\e900';
            margin-right: 5px;
            font-size: 300%; }
  /* line 1023, sass/layout.scss */
  #top section:nth-of-type(2) a:first-of-type {
    margin-bottom: 50px; }
    /* line 1026, sass/layout.scss */
    #top section:nth-of-type(2) a:first-of-type li:first-of-type {
      margin-left: -90px; }
    /* line 1029, sass/layout.scss */
    #top section:nth-of-type(2) a:first-of-type li:last-of-type {
      float: left;
      margin-left: 0px; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 1046, sass/layout.scss */
  #top section:first-of-type {
    width: 90%;
    padding: 50px 0px;
    margin: 0 auto; }
    /* line 1050, sass/layout.scss */
    #top section:first-of-type h2 {
      font-size: 14px; }
      /* line 1052, sass/layout.scss */
      #top section:first-of-type h2 span {
        font-size: 25px; }
      /* line 1055, sass/layout.scss */
      #top section:first-of-type h2 + a {
        position: static;
        padding: 5px 0px;
        text-align: center;
        margin-top: 15px; }
    /* line 1062, sass/layout.scss */
    #top section:first-of-type .news {
      margin-top: 30px; }
    /* line 1065, sass/layout.scss */
    #top section:first-of-type #sdgs {
      margin-top: 30px; }
  /* line 1069, sass/layout.scss */
  #top section:nth-of-type(2) {
    padding: 50px 0px; }
    /* line 1072, sass/layout.scss */
    #top section:nth-of-type(2) a ul {
      width: 90%;
      -moz-box-shadow: 5px 5px 5px #cfcfd0;
      -webkit-box-shadow: 5px 5px 5px #cfcfd0;
      box-shadow: 5px 5px 5px #cfcfd0; }
      /* line 1075, sass/layout.scss */
      #top section:nth-of-type(2) a ul li {
        display: block;
        font-size: 12px; }
        /* line 1078, sass/layout.scss */
        #top section:nth-of-type(2) a ul li:first-of-type {
          margin-top: 0px;
          width: 100%; }
        /* line 1082, sass/layout.scss */
        #top section:nth-of-type(2) a ul li:last-of-type {
          width: 90%;
          padding: 5%;
          margin-left: 0px;
          border: 0; }
          /* line 1087, sass/layout.scss */
          #top section:nth-of-type(2) a ul li:last-of-type:before {
            content: none; }
          /* line 1090, sass/layout.scss */
          #top section:nth-of-type(2) a ul li:last-of-type h3 {
            font-size: 16px;
            text-align: center; }
          /* line 1094, sass/layout.scss */
          #top section:nth-of-type(2) a ul li:last-of-type p {
            margin: 25px 0px; }
          /* line 1097, sass/layout.scss */
          #top section:nth-of-type(2) a ul li:last-of-type i {
            font-size: 14px; }
    /* line 1104, sass/layout.scss */
    #top section:nth-of-type(2) a:first-of-type {
      margin-bottom: 30px; }
      /* line 1107, sass/layout.scss */
      #top section:nth-of-type(2) a:first-of-type li:first-of-type {
        margin-left: -0px; }
      /* line 1110, sass/layout.scss */
      #top section:nth-of-type(2) a:first-of-type li:last-of-type {
        float: none; } }
/* ======================================== ABOUT ======================================== */
/* line 1126, sass/layout.scss */
#about article {
  background: #e9f1fa; }
/* line 1129, sass/layout.scss */
#about section {
  padding: 80px 0px;
  width: 960px;
  margin: 0 auto;
  border-top: 2px dashed #409ad6; }
/* line 1135, sass/layout.scss */
#about #first {
  width: 100%;
  border: 0;
  padding: 80px 0px 0px 0px; }
/* line 1140, sass/layout.scss */
#about #greeting {
  border: 0; }
  /* line 1143, sass/layout.scss */
  #about #greeting p span {
    display: block;
    text-align: right;
    margin-left: auto;
    margin-top: 2em; }
/* line 1152, sass/layout.scss */
#about #history h3 {
  right: 0; }
/* line 1156, sass/layout.scss */
#about #history div:nth-of-type(2) {
  position: relative;
  margin-top: 80px; }
  /* line 1159, sass/layout.scss */
  #about #history div:nth-of-type(2) img {
    width: 77px;
    position: absolute;
    top: -30px;
    left: 0; }
  /* line 1165, sass/layout.scss */
  #about #history div:nth-of-type(2) h4 {
    font-weight: 500;
    margin-top: 40px;
    margin-left: 150px;
    line-height: 100%; }
    /* line 1170, sass/layout.scss */
    #about #history div:nth-of-type(2) h4:before {
      content: "■";
      color: #409ad6; }
  /* line 1175, sass/layout.scss */
  #about #history div:nth-of-type(2) #tb_about, #about #history div:nth-of-type(2) #tb_qualification {
    width: 810px;
    margin-left: 150px; }
  /* line 1180, sass/layout.scss */
  #about #history div:nth-of-type(2) #tb_about tr {
    display: block;
    padding: 20px 0px;
    border-bottom: 1px solid #aaaaab;
    text-align: left; }
    /* line 1185, sass/layout.scss */
    #about #history div:nth-of-type(2) #tb_about tr:first-of-type {
      border-top: 1px solid #aaaaab; }
    /* line 1188, sass/layout.scss */
    #about #history div:nth-of-type(2) #tb_about tr th, #about #history div:nth-of-type(2) #tb_about tr td {
      vertical-align: middle;
      padding: 0;
      margin: 0;
      padding: 0px 20px;
      text-align: left;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: 0; }
    /* line 1196, sass/layout.scss */
    #about #history div:nth-of-type(2) #tb_about tr th {
      width: 120px; }
    /* line 1199, sass/layout.scss */
    #about #history div:nth-of-type(2) #tb_about tr td {
      padding-right: 0;
      width: 619px;
      border-left: 1px solid #aaaaab; }
      /* line 1204, sass/layout.scss */
      #about #history div:nth-of-type(2) #tb_about tr td .list li {
        padding-left: 1em;
        text-indent: -1em; }
        /* line 1207, sass/layout.scss */
        #about #history div:nth-of-type(2) #tb_about tr td .list li:before {
          content: "・"; }
      /* line 1212, sass/layout.scss */
      #about #history div:nth-of-type(2) #tb_about tr td .slash {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 1216, sass/layout.scss */
        #about #history div:nth-of-type(2) #tb_about tr td .slash li:after {
          content: "/";
          padding: 0 0.4em; }
        /* line 1221, sass/layout.scss */
        #about #history div:nth-of-type(2) #tb_about tr td .slash li:last-of-type:after {
          content: none; }
  /* line 1230, sass/layout.scss */
  #about #history div:nth-of-type(2) #tb_qualification {
    margin-top: 15px;
    border: 1px solid #aaaaab;
    text-align: center;
    background: #fff; }
    /* line 1235, sass/layout.scss */
    #about #history div:nth-of-type(2) #tb_qualification tr {
      padding: 15px 0px;
      border-top: 1px solid #aaaaab; }
      /* line 1238, sass/layout.scss */
      #about #history div:nth-of-type(2) #tb_qualification tr th, #about #history div:nth-of-type(2) #tb_qualification tr td {
        width: 16.666%;
        vertical-align: middle;
        text-align: center; }
      /* line 1243, sass/layout.scss */
      #about #history div:nth-of-type(2) #tb_qualification tr th {
        background: #aaaaab;
        color: #fff;
        border-right: 1px solid #fff;
        padding: 15px 0px; }
        /* line 1248, sass/layout.scss */
        #about #history div:nth-of-type(2) #tb_qualification tr th:last-of-type {
          border-right: 0px; }
      /* line 1252, sass/layout.scss */
      #about #history div:nth-of-type(2) #tb_qualification tr td {
        border-right: 1px solid #aaaaab;
        padding: 15px 0px; }
      /* line 1256, sass/layout.scss */
      #about #history div:nth-of-type(2) #tb_qualification tr:nth-of-type(2) {
        border-top: 1px solid #fff; }
  /* line 1261, sass/layout.scss */
  #about #history div:nth-of-type(2) #graph {
    width: 810px;
    margin-left: 150px; }
    /* line 1264, sass/layout.scss */
    #about #history div:nth-of-type(2) #graph #chart {
      width: 100%;
      margin-top: 20px; }
    /* line 1268, sass/layout.scss */
    #about #history div:nth-of-type(2) #graph ul {
      margin-top: 10px;
      font-size: 0; }
      /* line 1271, sass/layout.scss */
      #about #history div:nth-of-type(2) #graph ul li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 100%; }
        /* line 1275, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph ul li:before {
          display: inline-block;
          content: "";
          width: 30px;
          height: 12px;
          background: #409ad6;
          margin-right: 0.2em; }
        /* line 1283, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph ul li:last-of-type {
          margin-left: 1.5em; }
          /* line 1285, sass/layout.scss */
          #about #history div:nth-of-type(2) #graph ul li:last-of-type:before {
            background: #F6AA00; }
    /* line 1291, sass/layout.scss */
    #about #history div:nth-of-type(2) #graph table {
      width: 100%;
      margin-top: 20px;
      background: #fff; }
      /* line 1295, sass/layout.scss */
      #about #history div:nth-of-type(2) #graph table tr {
        border-bottom: 1px solid #aaaaab; }
        /* line 1297, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph table tr:first-of-type {
          background: #DBDCDC;
          border-top: 1px solid #aaaaab; }
          /* line 1300, sass/layout.scss */
          #about #history div:nth-of-type(2) #graph table tr:first-of-type th {
            background: #DBDCDC;
            color: #3e3a39; }
        /* line 1306, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph table tr:nth-of-type(2) th {
          background: #409ad6; }
        /* line 1311, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph table tr:nth-of-type(3) th {
          background: #F6AA00; }
        /* line 1315, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph table tr th, #about #history div:nth-of-type(2) #graph table tr td {
          text-align: center;
          padding: 5px 0px; }
        /* line 1319, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph table tr th {
          width: 30%;
          background: #B0E000;
          color: #fff; }
        /* line 1324, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph table tr td {
          border-left: 1px solid #aaaaab;
          width: 10%; }
    /* line 1330, sass/layout.scss */
    #about #history div:nth-of-type(2) #graph div {
      margin-top: 20px;
      padding: 20px;
      border: 1px solid #aaaaab;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: #fff; }
      /* line 1336, sass/layout.scss */
      #about #history div:nth-of-type(2) #graph div dl {
        line-height: 100%;
        border-bottom: 1px dashed #aaaaab;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        /* line 1341, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph div dl dt, #about #history div:nth-of-type(2) #graph div dl dd {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          letter-spacing: 0;
          line-height: 1.75em; }
        /* line 1345, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph div dl dt {
          width: 200px;
          font-weight: 500; }
          /* line 1348, sass/layout.scss */
          #about #history div:nth-of-type(2) #graph div dl dt:before {
            content: "・"; }
      /* line 1353, sass/layout.scss */
      #about #history div:nth-of-type(2) #graph div p {
        text-align: right;
        margin-left: auto; }
/* line 1363, sass/layout.scss */
#about #access h3 {
  left: 0;
  z-index: 10; }
/* line 1367, sass/layout.scss */
#about #access .title {
  padding-top: 40px; }
/* line 1370, sass/layout.scss */
#about #access #map {
  margin-left: 100px;
  width: 860px;
  height: 500px; }
  /* line 1374, sass/layout.scss */
  #about #access #map iframe {
    width: 100%;
    height: 100%; }
/* line 1379, sass/layout.scss */
#about #access ul {
  margin-top: 50px;
  padding: 40px;
  background: #fff;
  border: 1px solid #409ad6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  /* line 1385, sass/layout.scss */
  #about #access ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
    /* line 1390, sass/layout.scss */
    #about #access ul li:first-of-type {
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px solid #409ad6; }
    /* line 1395, sass/layout.scss */
    #about #access ul li h4 {
      font-size: 24px;
      color: #409ad6; }
    /* line 1399, sass/layout.scss */
    #about #access ul li img {
      width: 320px; }
    /* line 1402, sass/layout.scss */
    #about #access ul li table {
      width: 520px;
      margin-top: 30px; }
      /* line 1405, sass/layout.scss */
      #about #access ul li table tr {
        width: 100%;
        display: block;
        padding: 20px 0px;
        border-bottom: 1px solid #aaaaab;
        text-align: left; }
        /* line 1411, sass/layout.scss */
        #about #access ul li table tr:first-of-type {
          border-top: 1px solid #aaaaab; }
        /* line 1414, sass/layout.scss */
        #about #access ul li table tr th, #about #access ul li table tr td {
          padding: 0px 15px;
          text-align: left;
          width: auto;
          vertical-align: middle; }
        /* line 1420, sass/layout.scss */
        #about #access ul li table tr th {
          width: 50px;
          border-right: 1px solid #aaaaab; }
        /* line 1424, sass/layout.scss */
        #about #access ul li table tr .maplink {
          display: inline;
          color: #409ad6; }
          /* line 1427, sass/layout.scss */
          #about #access ul li table tr .maplink:before {
            font-family: 'fontawesome';
            content: '\f138';
            margin-right: 0.3em; }
        /* line 1433, sass/layout.scss */
        #about #access ul li table tr a {
          color: #3e3a39; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 1448, sass/layout.scss */
  #about section {
    padding: 50px 0px;
    width: 90%; }
  /* line 1452, sass/layout.scss */
  #about #first {
    width: 90%;
    padding: 50px 0px 0px 0px; }
  /* line 1457, sass/layout.scss */
  #about #history h3 {
    right: 0; }
  /* line 1461, sass/layout.scss */
  #about #history div:nth-of-type(2) {
    margin-top: 30px; }
    /* line 1463, sass/layout.scss */
    #about #history div:nth-of-type(2) img {
      display: none; }
    /* line 1466, sass/layout.scss */
    #about #history div:nth-of-type(2) h4 {
      margin-top: 30px;
      margin-left: 0px; }
    /* line 1471, sass/layout.scss */
    #about #history div:nth-of-type(2) #tb_about, #about #history div:nth-of-type(2) #tb_qualification {
      width: 100%;
      margin: 0px; }
    /* line 1476, sass/layout.scss */
    #about #history div:nth-of-type(2) #tb_about tr {
      padding: 15px 0px; }
      /* line 1478, sass/layout.scss */
      #about #history div:nth-of-type(2) #tb_about tr th, #about #history div:nth-of-type(2) #tb_about tr td {
        vertical-align: top;
        padding: 0% 3%;
        width: auto;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        letter-spacing: 0; }
      /* line 1484, sass/layout.scss */
      #about #history div:nth-of-type(2) #tb_about tr th {
        width: 22% !important; }
      /* line 1487, sass/layout.scss */
      #about #history div:nth-of-type(2) #tb_about tr td {
        width: 64% !important; }
    /* line 1492, sass/layout.scss */
    #about #history div:nth-of-type(2) #tb_qualification {
      margin-top: 15px; }
      /* line 1495, sass/layout.scss */
      #about #history div:nth-of-type(2) #tb_qualification tr th, #about #history div:nth-of-type(2) #tb_qualification tr td {
        width: 15%;
        padding-right: 0.8%;
        padding-left: 0.8%;
        vertical-align: middle; }
    /* line 1503, sass/layout.scss */
    #about #history div:nth-of-type(2) #graph {
      width: 100%;
      margin-left: 0px; }
      /* line 1507, sass/layout.scss */
      #about #history div:nth-of-type(2) #graph ul li {
        font-size: 12px; }
        /* line 1509, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph ul li:before {
          width: 20px;
          height: 10px; }
      /* line 1515, sass/layout.scss */
      #about #history div:nth-of-type(2) #graph table {
        margin-top: 20px; }
        /* line 1518, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph table tr th, #about #history div:nth-of-type(2) #graph table tr td {
          text-align: center;
          padding: 5px 0px;
          vertical-align: middle; }
        /* line 1523, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph table tr th {
          width: 20%; }
        /* line 1526, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph table tr td {
          width: auto; }
      /* line 1531, sass/layout.scss */
      #about #history div:nth-of-type(2) #graph div {
        padding: 20px 3%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
        /* line 1535, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph div dl dt, #about #history div:nth-of-type(2) #graph div dl dd {
          display: block; }
        /* line 1538, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph div dl dt {
          width: 100%; }
        /* line 1541, sass/layout.scss */
        #about #history div:nth-of-type(2) #graph div dl dd {
          margin-top: 0.5em;
          padding-left: 1em; }
  /* line 1552, sass/layout.scss */
  #about #access .title {
    padding-top: 0px; }
  /* line 1555, sass/layout.scss */
  #about #access #map {
    width: 100%;
    height: 300px;
    margin: 30px 0px 0px 0px; }
  /* line 1560, sass/layout.scss */
  #about #access ul {
    margin-top: 30px;
    padding: 20px 5%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    /* line 1564, sass/layout.scss */
    #about #access ul li {
      display: block;
      width: 100%; }
      /* line 1567, sass/layout.scss */
      #about #access ul li:first-of-type {
        padding-bottom: 30px;
        margin-bottom: 30px; }
      /* line 1571, sass/layout.scss */
      #about #access ul li h4 {
        font-size: 18px;
        margin-top: 20px; }
      /* line 1575, sass/layout.scss */
      #about #access ul li img {
        width: 100%; }
      /* line 1578, sass/layout.scss */
      #about #access ul li table {
        width: 100%;
        margin-top: 15px; }
        /* line 1581, sass/layout.scss */
        #about #access ul li table tr {
          padding: 10px 0px; } }
/* ======================================== SERVICE ======================================== */
/* line 1596, sass/layout.scss */
#service article {
  background: #e9f1fa; }
/* line 1599, sass/layout.scss */
#service section {
  padding: 80px 0px;
  width: 960px;
  margin: 0 auto;
  border-top: 2px dashed #409ad6; }
  /* line 1605, sass/layout.scss */
  #service section:last-of-type img {
    width: 100%;
    -moz-box-shadow: 5px 5px 5px #cfcfd0;
    -webkit-box-shadow: 5px 5px 5px #cfcfd0;
    box-shadow: 5px 5px 5px #cfcfd0; }
/* line 1611, sass/layout.scss */
#service #first {
  width: 100%;
  border: 0;
  background: #fff; }
/* line 1616, sass/layout.scss */
#service #howto {
  border: 0; }
  /* line 1619, sass/layout.scss */
  #service #howto .title h3 {
    left: 0; }
  /* line 1622, sass/layout.scss */
  #service #howto .title img {
    margin-left: 100px; }
  /* line 1626, sass/layout.scss */
  #service #howto p {
    margin-top: 50px; }
/* line 1632, sass/layout.scss */
#service #step .title h3 {
  right: 0; }
/* line 1635, sass/layout.scss */
#service #step .title + div {
  margin-top: 50px;
  width: 880px;
  padding: 40px;
  background: #fff;
  border: 2px solid #409ad6; }
  /* line 1641, sass/layout.scss */
  #service #step .title + div ul {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #409ad6;
    font-size: 0px; }
    /* line 1646, sass/layout.scss */
    #service #step .title + div ul:last-of-type {
      margin: 0;
      padding: 0;
      border: 0; }
    /* line 1651, sass/layout.scss */
    #service #step .title + div ul li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: 0;
      vertical-align: top;
      font-size: 14px;
      width: 425px; }
      /* line 1656, sass/layout.scss */
      #service #step .title + div ul li:last-of-type {
        margin-left: 30px; }
        /* line 1658, sass/layout.scss */
        #service #step .title + div ul li:last-of-type h4 {
          color: #409ad6;
          font-size: 25px;
          font-weight: 500;
          margin-bottom: 30px; }
          /* line 1663, sass/layout.scss */
          #service #step .title + div ul li:last-of-type h4 span {
            font-family: 'Lato',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-size: 20px;
            margin-right: 0.5em; }
          /* line 1668, sass/layout.scss */
          #service #step .title + div ul li:last-of-type h4 i {
            font-size: 14px; }
      /* line 1673, sass/layout.scss */
      #service #step .title + div ul li img {
        width: 100%; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 1688, sass/layout.scss */
  #service section {
    padding: 50px 0px;
    width: 90%; }
  /* line 1692, sass/layout.scss */
  #service #first {
    width: 100%; }
    /* line 1694, sass/layout.scss */
    #service #first h2, #service #first ul {
      width: 90%;
      margin: 0 auto; }
    /* line 1698, sass/layout.scss */
    #service #first ul {
      margin-top: 30px; }
  /* line 1704, sass/layout.scss */
  #service #howto .title img {
    margin-left: 0px; }
  /* line 1708, sass/layout.scss */
  #service #howto p {
    margin-top: 30px; }
  /* line 1714, sass/layout.scss */
  #service #step .title + div {
    margin-top: 30px;
    width: 90%;
    padding: 5%; }
    /* line 1718, sass/layout.scss */
    #service #step .title + div ul {
      margin-bottom: 30px;
      padding-bottom: 30px; }
      /* line 1721, sass/layout.scss */
      #service #step .title + div ul li {
        display: block;
        font-size: 12px;
        width: 100%; }
        /* line 1725, sass/layout.scss */
        #service #step .title + div ul li:last-of-type {
          margin: 20px 0px 0px 0px; }
          /* line 1727, sass/layout.scss */
          #service #step .title + div ul li:last-of-type h4 {
            font-size: 20px;
            margin-bottom: 20px; }
            /* line 1730, sass/layout.scss */
            #service #step .title + div ul li:last-of-type h4 span {
              font-size: 16px; }
            /* line 1733, sass/layout.scss */
            #service #step .title + div ul li:last-of-type h4 i {
              font-size: 12px; } }
/* ======================================== WORKS ======================================== */
/* line 1751, sass/layout.scss */
#works article {
  background: #e9f1fa; }
/* line 1754, sass/layout.scss */
#works section {
  padding: 15px 0px 80px 0px;
  width: 960px;
  margin: 0 auto; }
  /* line 1758, sass/layout.scss */
  #works section h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #409ad6; }
    /* line 1763, sass/layout.scss */
    #works section h3 span {
      font-weight: 500; }
  /* line 1767, sass/layout.scss */
  #works section table {
    width: 100%;
    margin-top: 30px; }
    /* line 1770, sass/layout.scss */
    #works section table tr {
      display: block;
      padding: 20px 0px;
      border-bottom: 1px solid #aaaaab;
      text-align: left; }
      /* line 1775, sass/layout.scss */
      #works section table tr:first-of-type {
        border-top: 1px solid #aaaaab; }
      /* line 1778, sass/layout.scss */
      #works section table tr th, #works section table tr td {
        padding: 0px 20px;
        text-align: left;
        vertical-align: middle;
        font-feature-settings: "palt"; }
      /* line 1784, sass/layout.scss */
      #works section table tr th {
        width: 580px;
        border-right: 1px solid #aaaaab; }
      /* line 1788, sass/layout.scss */
      #works section table tr td {
        width: 200px; }
  /* line 1793, sass/layout.scss */
  #works section p {
    text-align: right;
    margin-left: auto;
    margin-top: 40px; }
  /* line 1798, sass/layout.scss */
  #works section .worksflame {
    padding-top: 65px; }
/* line 1802, sass/layout.scss */
#works #first {
  padding: 80px 0px;
  width: 100%;
  border: 0;
  background: #fff; }
  /* line 1807, sass/layout.scss */
  #works #first ul {
    text-align: left; }
    /* line 1809, sass/layout.scss */
    #works #first ul li {
      width: 225px;
      margin-top: 20px; }
      /* line 1812, sass/layout.scss */
      #works #first ul li:nth-of-type(4n) {
        margin-right: 0px; }
      /* line 1815, sass/layout.scss */
      #works #first ul li:nth-of-type(-n+4) {
        margin-top: 0px; }
      /* line 1818, sass/layout.scss */
      #works #first ul li a {
        text-align: center; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 1831, sass/layout.scss */
  #works article {
    background: #fff; }
  /* line 1834, sass/layout.scss */
  #works section {
    padding: 15px 0px 50px 0px;
    width: 90%; }
    /* line 1837, sass/layout.scss */
    #works section h3 {
      font-size: 16px;
      line-height: 1.4em; }
      /* line 1840, sass/layout.scss */
      #works section h3 span {
        display: block; }
    /* line 1844, sass/layout.scss */
    #works section table {
      margin-top: 20px;
      font-weight: 500; }
      /* line 1847, sass/layout.scss */
      #works section table tr {
        padding: 15px 0px;
        font-weight: 500; }
        /* line 1850, sass/layout.scss */
        #works section table tr th, #works section table tr td {
          padding: 0%;
          display: block; }
        /* line 1854, sass/layout.scss */
        #works section table tr th {
          width: 95%;
          border-right: 0;
          padding-bottom: 0.5em;
          padding-left: 1.3em;
          text-indent: -1.3em; }
          /* line 1860, sass/layout.scss */
          #works section table tr th:before {
            font-family: 'fontawesome';
            content: '\f111';
            margin-right: 0.3em;
            color: #409ad6; }
        /* line 1867, sass/layout.scss */
        #works section table tr td {
          width: 100%;
          text-align: right;
          margin-left: auto; }
          /* line 1871, sass/layout.scss */
          #works section table tr td .nosp {
            display: none; }
    /* line 1877, sass/layout.scss */
    #works section p {
      margin-top: 30px;
      text-align: center;
      font-size: 10px; }
    /* line 1882, sass/layout.scss */
    #works section .worksflame {
      padding-top: 35px; }
    /* line 1885, sass/layout.scss */
    #works section:last-of-type {
      width: 100%;
      background: #e9f1fa; }
  /* line 1890, sass/layout.scss */
  #works #first {
    padding: 50px 0px;
    width: 90%; }
    /* line 1894, sass/layout.scss */
    #works #first ul li {
      width: 100%;
      margin: 0;
      margin-bottom: 15px; }
      /* line 1898, sass/layout.scss */
      #works #first ul li:last-of-type {
        margin: 0px; } }
/* ======================================== NEWS ======================================== */
/* line 1913, sass/layout.scss */
#news section {
  padding: 80px 0px; }
  /* line 1915, sass/layout.scss */
  #news section:last-of-type {
    background: #e9f1fa;
    margin: 0 auto; }
/* line 1920, sass/layout.scss */
#news #first {
  background: #fff; }
/* line 1923, sass/layout.scss */
#news .flamebox {
  margin: 0 auto; }
  /* line 1925, sass/layout.scss */
  #news .flamebox img {
    margin-top: 40px;
    width: 100%; }
  /* line 1929, sass/layout.scss */
  #news .flamebox p {
    margin-top: 40px; }
  /* line 1932, sass/layout.scss */
  #news .flamebox h3 {
    border-bottom: 1px solid #409ad6;
    padding-bottom: 20px; }
    /* line 1935, sass/layout.scss */
    #news .flamebox h3 span {
      font-size: 16px; }
    /* line 1938, sass/layout.scss */
    #news .flamebox h3 p {
      margin-top: 10px;
      font-size: 25px;
      font-weight: 500;
      color: #409ad6; }
  /* line 1945, sass/layout.scss */
  #news .flamebox ul {
    margin-top: 40px;
    font-size: 0; }
    /* line 1948, sass/layout.scss */
    #news .flamebox ul li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: 0;
      width: 430px; }
      /* line 1951, sass/layout.scss */
      #news .flamebox ul li img {
        margin: 0; }
    /* line 1955, sass/layout.scss */
    #news .flamebox ul + p {
      margin-top: 20px; }
  /* line 1959, sass/layout.scss */
  #news .flamebox .photo_row {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 1963, sass/layout.scss */
    #news .flamebox .photo_row img {
      margin: 0;
      width: calc((99.9% - 20px) / 2); }
  /* line 1968, sass/layout.scss */
  #news .flamebox .img-yoko {
    width: 100%;
    max-width: 435px; }
  /* line 1972, sass/layout.scss */
  #news .flamebox .imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 1976, sass/layout.scss */
    #news .flamebox .imgbox img {
      width: calc((99.9% - 20px) / 2);
      margin-top: 20px; }
  /* line 1981, sass/layout.scss */
  #news .flamebox a {
    margin: 0 auto;
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
    width: 300px;
    vertical-align: middle;
    font-family: 'Lato',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 10px 0px;
    background: #409ad6;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    vertical-align: middle; }
    /* line 1993, sass/layout.scss */
    #news .flamebox a:before {
      vertical-align: middle;
      font-family: 'icomoon';
      content: '\e900';
      margin-right: 5px;
      font-size: 300%; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 2009, sass/layout.scss */
  #news section {
    padding: 50px 0px; }
    /* line 2011, sass/layout.scss */
    #news section .news {
      width: 90%;
      margin: 0 auto; }
  /* line 2017, sass/layout.scss */
  #news .flamebox img {
    margin-top: 30px; }
  /* line 2020, sass/layout.scss */
  #news .flamebox p {
    margin-top: 30px; }
  /* line 2023, sass/layout.scss */
  #news .flamebox h3 {
    padding-bottom: 10px; }
    /* line 2025, sass/layout.scss */
    #news .flamebox h3 span {
      font-size: 12px; }
    /* line 2028, sass/layout.scss */
    #news .flamebox h3 p {
      margin-top: 3px;
      font-size: 16px; }
  /* line 2033, sass/layout.scss */
  #news .flamebox a {
    margin-top: 30px;
    font-size: 14px;
    width: 100%; }
  /* line 2038, sass/layout.scss */
  #news .flamebox ul {
    margin: 0; }
    /* line 2040, sass/layout.scss */
    #news .flamebox ul li {
      display: block;
      width: 100%; }
      /* line 2043, sass/layout.scss */
      #news .flamebox ul li img {
        margin-top: 30px; }
  /* line 2048, sass/layout.scss */
  #news .flamebox .photo_row {
    margin-top: 0;
    display: block; }
    /* line 2051, sass/layout.scss */
    #news .flamebox .photo_row img {
      width: 100%;
      margin-top: 30px; }
  /* line 2057, sass/layout.scss */
  #news .flamebox .imgbox img {
    width: calc((99.9% - 1em) / 2);
    margin-top: 1em; } }
/* ======================================== RECRUIT ======================================== */
/* line 2071, sass/layout.scss */
#recruit section {
  padding: 80px 0px; }
  /* line 2073, sass/layout.scss */
  #recruit section:last-of-type {
    background: #e9f1fa;
    margin: 0 auto; }
/* line 2078, sass/layout.scss */
#recruit #first {
  background: #fff; }
/* line 2081, sass/layout.scss */
#recruit .flamebox {
  margin: 0 auto; }
  /* line 2083, sass/layout.scss */
  #recruit .flamebox img {
    width: 100%; }
  /* line 2086, sass/layout.scss */
  #recruit .flamebox table {
    width: 100%;
    margin-top: 30px; }
    /* line 2089, sass/layout.scss */
    #recruit .flamebox table tr {
      display: block;
      padding: 20px 0px;
      border-bottom: 1px solid #aaaaab;
      text-align: left; }
      /* line 2094, sass/layout.scss */
      #recruit .flamebox table tr:first-of-type {
        border-top: 1px solid #aaaaab; }
      /* line 2097, sass/layout.scss */
      #recruit .flamebox table tr th, #recruit .flamebox table tr td {
        padding: 0px 20px;
        text-align: left; }
      /* line 2101, sass/layout.scss */
      #recruit .flamebox table tr th {
        width: 220px;
        border-right: 1px solid #aaaaab; }
      /* line 2105, sass/layout.scss */
      #recruit .flamebox table tr td {
        width: 600px; }
  /* line 2110, sass/layout.scss */
  #recruit .flamebox a {
    margin: 0 auto;
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
    width: 400px;
    vertical-align: middle;
    font-family: 'Lato',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 10px 0px;
    background: #409ad6;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px; }
    /* line 2121, sass/layout.scss */
    #recruit .flamebox a:before {
      vertical-align: middle;
      font-family: 'icomoon';
      content: '\e900';
      margin-right: 5px;
      font-size: 300%; }
  /* line 2129, sass/layout.scss */
  #recruit .flamebox + a {
    width: 960px;
    margin: 0 auto;
    margin-top: 50px;
    -moz-box-shadow: 5px 5px 5px #cfcfd0;
    -webkit-box-shadow: 5px 5px 5px #cfcfd0;
    box-shadow: 5px 5px 5px #cfcfd0; }
    /* line 2134, sass/layout.scss */
    #recruit .flamebox + a img {
      width: 100%; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 2146, sass/layout.scss */
  #recruit section {
    padding: 50px 0px; }
  /* line 2149, sass/layout.scss */
  #recruit .flamebox {
    margin: 0 auto; }
    /* line 2151, sass/layout.scss */
    #recruit .flamebox img {
      width: 100%; }
    /* line 2154, sass/layout.scss */
    #recruit .flamebox table {
      margin-top: 20px;
      font-weight: 500; }
      /* line 2157, sass/layout.scss */
      #recruit .flamebox table tr {
        padding: 15px 0px;
        font-weight: 500; }
        /* line 2160, sass/layout.scss */
        #recruit .flamebox table tr th, #recruit .flamebox table tr td {
          padding: 0%;
          display: block; }
        /* line 2164, sass/layout.scss */
        #recruit .flamebox table tr th {
          width: 100%;
          border-right: 0;
          padding-bottom: 0.5em; }
          /* line 2168, sass/layout.scss */
          #recruit .flamebox table tr th:before {
            font-family: 'fontawesome';
            content: '\f111';
            margin-right: 0.3em;
            color: #409ad6; }
        /* line 2175, sass/layout.scss */
        #recruit .flamebox table tr td {
          width: 100%; }
    /* line 2180, sass/layout.scss */
    #recruit .flamebox a {
      margin-top: 30px;
      font-size: 14px;
      width: 100%; }
    /* line 2185, sass/layout.scss */
    #recruit .flamebox + a {
      width: 90%;
      margin-top: 30px; } }
/* ======================================== CONTACT ======================================== */
/* line 2198, sass/layout.scss */
#contact section {
  padding: 80px 0px; }
  /* line 2200, sass/layout.scss */
  #contact section:last-of-type {
    background: #e9f1fa;
    margin: 0 auto; }
/* line 2205, sass/layout.scss */
#contact #first {
  background: #fff; }
/* line 2208, sass/layout.scss */
#contact .flamebox {
  margin: 0 auto; }
/* line 2211, sass/layout.scss */
#contact #mailformpro {
  /*reset*/
  margin: 0;
  padding: 0;
  /*reset*/ }
  /* line 2216, sass/layout.scss */
  #contact #mailformpro .mailform {
    /*reset*/
    margin: 0;
    padding: 0;
    line-height: 100%;
    /*reset*/
    max-width: 100%; }
    /* line 2223, sass/layout.scss */
    #contact #mailformpro .mailform dt, #contact #mailformpro .mailform dd {
      /*reset*/
      float: none;
      display: block;
      border: 0;
      width: auto;
      text-align: left;
      font-size: 14px;
      padding: 0;
      margin: 0;
      background: transparent;
      /*reset*/ }
      /* line 2235, sass/layout.scss */
      #contact #mailformpro .mailform dt input, #contact #mailformpro .mailform dd input {
        border: 1px solid #e0e1e1;
        font-size: 14px;
        padding: 5px;
        margin: 0;
        width: 870px;
        max-width: 100%;
        box-shadow: none;
        border-radius: 0; }
      /* line 2245, sass/layout.scss */
      #contact #mailformpro .mailform dt textarea, #contact #mailformpro .mailform dd textarea {
        border: 1px solid #e0e1e1;
        height: 250px !important;
        width: 870px !important;
        max-width: 100%;
        font-size: 14px;
        padding: 5px;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        overflow: auto; }
      /* line 2257, sass/layout.scss */
      #contact #mailformpro .mailform dt i, #contact #mailformpro .mailform dd i {
        color: #e60012; }
    /* line 2261, sass/layout.scss */
    #contact #mailformpro .mailform dt {
      margin: 20px 0px 10px 0px;
      padding-top: 20px;
      border-top: 1px solid #aaaaab; }
      /* line 2265, sass/layout.scss */
      #contact #mailformpro .mailform dt:first-of-type {
        margin: 0px 0px 10px 0px; }
    /* line 2270, sass/layout.scss */
    #contact #mailformpro .mailform dd:last-of-type {
      padding-bottom: 20px;
      border-bottom: 1px solid #aaaaab; }
  /* line 2276, sass/layout.scss */
  #contact #mailformpro .mfp_buttons {
    /*reset*/
    margin: 0;
    padding: 0;
    text-shadow: none;
    /*reset*/
    margin-top: 50px;
    font-size: 0px; }
    /* line 2284, sass/layout.scss */
    #contact #mailformpro .mfp_buttons button {
      /*reset*/
      line-height: 100%;
      padding: 0;
      margin: 0;
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      appearance: none;
      text-shadow: none;
      /*reset*/
      margin: 0 auto;
      font-size: 20px;
      text-align: center;
      width: 350px;
      vertical-align: middle;
      padding: 15px 0px;
      background: #409ad6;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      color: #fff; }
      /* line 2306, sass/layout.scss */
      #contact #mailformpro .mfp_buttons button:before {
        vertical-align: middle;
        font-family: 'icomoon';
        content: '\e900';
        margin-right: 5px;
        font-size: 300%; }
      /* line 2313, sass/layout.scss */
      #contact #mailformpro .mfp_buttons button:hover {
        transition: .2s;
        opacity: 0.60;
        filter: progid:DXImageTransform.Microsoft.alpha(Opacity=70,FinishOpacity=70);
        cursor: pointer !important; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 2329, sass/layout.scss */
  #contact section {
    padding: 50px 0px; }
  /* line 2332, sass/layout.scss */
  #contact #mailformpro {
    width: 100% !important;
    margin-top: 10px; }
    /* line 2336, sass/layout.scss */
    #contact #mailformpro .mailform dt, #contact #mailformpro .mailform dd {
      font-size: 12px; }
      /* line 2338, sass/layout.scss */
      #contact #mailformpro .mailform dt input, #contact #mailformpro .mailform dd input {
        width: 98%;
        padding: 1%; }
      /* line 2342, sass/layout.scss */
      #contact #mailformpro .mailform dt textarea, #contact #mailformpro .mailform dd textarea {
        height: 150px !important;
        width: 98% !important;
        padding: 1%; }
    /* line 2350, sass/layout.scss */
    #contact #mailformpro .mfp_buttons {
      margin-top: 25px; }
      /* line 2352, sass/layout.scss */
      #contact #mailformpro .mfp_buttons button {
        width: 100%;
        font-size: 16px; } }
/* ======================================== SITEMAP ======================================== */
/* line 2366, sass/layout.scss */
#sitemap section {
  padding: 80px 0px; }
  /* line 2368, sass/layout.scss */
  #sitemap section:last-of-type {
    background: #e9f1fa;
    margin: 0 auto; }
/* line 2373, sass/layout.scss */
#sitemap #first {
  background: #fff; }
/* line 2376, sass/layout.scss */
#sitemap .flamebox {
  margin: 0 auto; }
  /* line 2378, sass/layout.scss */
  #sitemap .flamebox ul {
    font-size: 0px; }
    /* line 2380, sass/layout.scss */
    #sitemap .flamebox ul li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      letter-spacing: 0;
      width: 415px;
      margin-bottom: 30px; }
      /* line 2384, sass/layout.scss */
      #sitemap .flamebox ul li:nth-of-type(2n) {
        margin-left: 30px; }
      /* line 2387, sass/layout.scss */
      #sitemap .flamebox ul li:last-of-type {
        margin-bottom: 0px; }
      /* line 2390, sass/layout.scss */
      #sitemap .flamebox ul li a {
        border: 1px solid;
        width: 100%;
        font-size: 20px;
        text-align: center;
        padding: 15px 0px;
        color: #409ad6;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        vertical-align: middle; }
        /* line 2399, sass/layout.scss */
        #sitemap .flamebox ul li a:before {
          vertical-align: middle;
          font-family: 'icomoon';
          content: '\e900';
          margin-right: 5px;
          font-size: 300%; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 2417, sass/layout.scss */
  #sitemap section {
    padding: 50px 0px; }
  /* line 2422, sass/layout.scss */
  #sitemap .flamebox ul li {
    display: block;
    width: 100%;
    margin-bottom: 15px; }
    /* line 2426, sass/layout.scss */
    #sitemap .flamebox ul li:nth-of-type(2n) {
      margin-left: 0px; }
    /* line 2429, sass/layout.scss */
    #sitemap .flamebox ul li a {
      font-size: 14px;
      padding: 10px 0px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; } }
/* ======================================== PRIVACY POLICY ======================================== */
/* line 2445, sass/layout.scss */
#privacy section {
  padding: 80px 0px; }
  /* line 2447, sass/layout.scss */
  #privacy section:last-of-type {
    background: #e9f1fa;
    margin: 0 auto; }
/* line 2452, sass/layout.scss */
#privacy #first {
  background: #fff; }
/* line 2455, sass/layout.scss */
#privacy .flamebox {
  margin: 0 auto; }
  /* line 2458, sass/layout.scss */
  #privacy .flamebox ul li {
    border-bottom: 1px solid #aaaaab;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    /* line 2462, sass/layout.scss */
    #privacy .flamebox ul li:last-of-type {
      border: 0;
      margin: 0;
      padding: 0; }
    /* line 2467, sass/layout.scss */
    #privacy .flamebox ul li h3 {
      font-size: 18px;
      color: #409ad6;
      font-weight: 500; }
    /* line 2472, sass/layout.scss */
    #privacy .flamebox ul li p {
      margin-top: 20px; }
    /* line 2475, sass/layout.scss */
    #privacy .flamebox ul li a {
      display: inline;
      color: #3e3a39; }
    /* line 2479, sass/layout.scss */
    #privacy .flamebox ul li address {
      display: block; }

/* :::::::::::::::::::::::::::::: for multi device :::::::::::::::::::::::::::::: */
@media (max-width: 768px) {
  /* line 2492, sass/layout.scss */
  #privacy section {
    padding: 50px 0px; }
  /* line 2497, sass/layout.scss */
  #privacy .flamebox ul li {
    margin-bottom: 20px;
    padding-bottom: 20px; }
    /* line 2500, sass/layout.scss */
    #privacy .flamebox ul li h3 {
      font-size: 14px; }
    /* line 2503, sass/layout.scss */
    #privacy .flamebox ul li p {
      margin-top: 10px; } }
