@charset "UTF-8";

/*!
Theme Name: Formech theme
Theme URI:
Author:
Author URI:
Description: based on 2013
Version: 1.3
*/
/* line 4, node_modules/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, node_modules/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss */
*,
*::after,
*::before {
  box-sizing: inherit;
}

/* Breakpoints */
/* Colouring */
/* Fonts */
/* Site Specific */
@font-face {
  font-family: 'fsalbert';
  src: url('fonts/fsalbert-light-webfont.eot');
  src: url('fonts/fsalbert-light-webfontd41d.eot?#iefix')
      format('embedded-opentype'),
    url('fonts/fsalbert-light-webfont.woff2') format('woff2'),
    url('fonts/fsalbert-light-webfont.woff') format('woff'),
    url('fonts/fsalbert-light-webfont.ttf') format('truetype'),
    url('fonts/fsalbert-light-webfont.svg#fs_albertlight') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'fsalbert';
  src: url('fonts/fsalbert_bold-webfont-webfont.eot');
  src: url('fonts/fsalbert_bold-webfont-webfontd41d.eot?#iefix')
      format('embedded-opentype'),
    url('fonts/fsalbert_bold-webfont-webfont.woff2') format('woff2'),
    url('fonts/fsalbert_bold-webfont-webfont.woff') format('woff'),
    url('fonts/fsalbert_bold-webfont-webfont.ttf') format('truetype'),
    url('fonts/fsalbert_bold-webfont-webfont.svg#fsalbertbold') format('svg');
  font-weight: 600;
  font-style: bold;
}

/* line 28, _sass/core/_normalize.scss */
html {
  box-sizing: border-box;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 36, _sass/core/_normalize.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 40, _sass/core/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

/* line 43, _sass/core/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 46, _sass/core/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 51, _sass/core/_normalize.scss */
[hidden] {
  display: none;
}

/* line 57, _sass/core/_normalize.scss */
body {
  color: #141412;
  font-size: 15px;
  line-height: 1;
  margin: 0;
  background-image: url('../../../webp/bg.webp');
  overflow: hidden;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
}

/* line 69, _sass/core/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 72, _sass/core/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 75, _sass/core/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 78, _sass/core/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 83, _sass/core/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* line 91, _sass/core/_normalize.scss */
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 105, _sass/core/_normalize.scss */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

/* line 112, _sass/core/_normalize.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 116, _sass/core/_normalize.scss */
blockquote {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin: 20px 0 20px 20px;
  padding-left: 20px;
  border-left: 20px solid #0093d4;
}

/* line 126, _sass/core/_normalize.scss */
blockquote blockquote {
  margin-right: 0;
}

/* line 129, _sass/core/_normalize.scss */
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 134, _sass/core/_normalize.scss */
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 600;
}

/* line 138, _sass/core/_normalize.scss */
blockquote strong,
blockquote b {
  font-weight: 600;
}

/* line 141, _sass/core/_normalize.scss */
small {
  font-size: smaller;
}

/* line 144, _sass/core/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 150, _sass/core/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 153, _sass/core/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 156, _sass/core/_normalize.scss */
dl {
  margin: 0 20px;
}

/* line 159, _sass/core/_normalize.scss */
dt {
  font-weight: bold;
}

/* line 162, _sass/core/_normalize.scss */
dd {
  margin: 0 0 20px;
}

/* line 165, _sass/core/_normalize.scss */
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

/* line 169, _sass/core/_normalize.scss */
ul {
  list-style-type: square;
}

/* line 172, _sass/core/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 176, _sass/core/_normalize.scss */
li > ul,
li > ol {
  margin: 0;
}

/* line 184, _sass/core/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 187, _sass/core/_normalize.scss */
figure {
  margin: 0 auto;
  width: 100% !important;
  max-width: 300px !important;
}

@media screen and (min-width: 775px) {
  /* line 187, _sass/core/_normalize.scss */
  figure {
    width: 300px !important;
    float: right;
    margin: 0 -300px 0 40px;
    clear: right;
  }
}

/* line 197, _sass/core/_normalize.scss */
figure img {
  width: 100% !important;
  height: auto;
}

/* line 202, _sass/core/_normalize.scss */
figcaption {
  font-size: 12px;
  margin-bottom: 30px;
}

/* line 206, _sass/core/_normalize.scss */
form {
  margin: 0;
}

/* line 209, _sass/core/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 214, _sass/core/_normalize.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/* line 219, _sass/core/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 15px;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

/* line 226, _sass/core/_normalize.scss */
textarea,
input[type='text'],
input[type='email'] {
  border: 1px solid #c5c4c4;
}

/* ここから書き換え箇所 */

/* バナー動画 */
#content {
  min-height: calc(100vh - 551px);
  position: relative;
}

.bg-grey {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
}

.position-relative {
  position: relative !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.d-flex {
  display: flex !important;
}

#videoOverlay {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  left: 50%;
  padding: 0px 20px 50px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text-center {
  text-align: center !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.d-md-none {
  display: none !important;
}

.d-md-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.video_bg {
  position: relative;
  width: 100%;
  height: 500px;
}

.video_center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

video {
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
}

#videoOverlay #midashi_text {
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
}

#videoOverlay h1 {
  padding-top: 20px;
  margin: 0px;
}

/* 導入事例 タイトル文字色 */
.case-study-single .news__item__header {
  color: #0066b2;
}

/* 概要 */

.about {
  margin: 5% 5% 0 5%;
}

.about h1 {
  color: #d51566;
}

.about_logo {
  top: 0px;
  right: 0px;
  margin-bottom: 5%;
}

.about_logo img {
  height: 200px;
}

.contents_left {
  width: 50%;
  float: left;
  justify-content: center;
}

.contents_right {
  width: 50%;
  float: right;
}

.about .contents_right img {
  width: 90%;
  margin: 0 auto;
}

/* 使い方 */

#item-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.item {
  width: 100%;
  border-radius: 10px 10px 0 0;
  margin: 5px;
}

.item_img {
  width: 100%;
  height: 150px;
}

.item_img img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.item_img a:hover img {
  /*hoverした時の変化*/
  transform: scale(1.2);
  /*拡大の値を変更したい場合はこの数値を変更*/
}

/*　画像のマスク　*/
.mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
  height: 150px;
}

.item_text p {
  padding: 30px;
  font-weight: 600;
  text-align: center;
  max-inline-size: max-content;
  margin-inline: auto;
}

.how_to_use {
  width: 100%;
  text-align: center;
}

.how_title {
  width: 90%;
}

.how_to_use_text {
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 1.75rem;
}

.how_to_use_text p {
  background: linear-gradient(transparent 40%, #ff9ec6 30%);
  display: inline-block;
  font-weight: 600;
}

.text_note {
  font-size: 1rem;
}

/* 製品ラインナップ */

.top_product {
  width: 100%;
}

.top_product_lineup {
  width: 90%;
  margin: 0 auto;
}

.top_product_lineup p {
  text-align: left;
}

.lineup_contents {
  display: flex;
  width: 100%;
  /* height: 500px; */
  padding: 20px;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: solid 1px;
  border-color: #d51566;
}

.li_contents_left {
  width: 50%;
  float: left;
  justify-content: center;
  display: flex;
  align-items: center;
}

.contents_inner {
  max-width: 100%;
}

.category_title {
  text-align: left;
  top: 10px;
  font-size: 2rem;
  font-weight: 600;
  color: #d51566;
  margin-bottom: 5px;
}

.category_title small {
  font-size: 1rem;
}

.container1 {
  display: grid;
  place-content: center;
  height: 460px;
}

.top450DT,
.top2440 {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.top508FS,
.top1250 {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

/* 製品ページのトップバナー */

.site__banner--internal {
  background-image: url(../../../webp/internal-product.webp);
}

/* ボタン共通設定 */
.btn03 {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 10px;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
}

/*hoverをした後のボタンの形状*/
.btn03:hover {
  border-color: transparent;
  text-decoration: none;
}

/*ボタンの中のテキスト*/
.btn03 span {
  position: relative;
  z-index: 2;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  padding: 15px 40px;
  background: #d51566;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}

/*== 右下に押し込まれる（立体が平面に） */

/*影の設定*/
.pushright:before {
  content: '';
  /*絶対配置で影の位置を決める*/
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-decoration: none;
}

/*hoverの際にX・Y軸に4pxずらす*/
.pushright:hover span {
  background-color: #ffffff;
  color: #d51566;
  transform: translate(4px, 4px);
  text-decoration: none;
  border-radius: 10px;
  border: solid 1px #d51566;
}

/* 事例紹介 */

.top_introduction {
  width: 90%;
  margin: 0 auto;
}

.user {
  border: solid 1px;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}

.job {
  font-size: 1rem;
  color: #ffffff;
}

.name {
  font-size: 2.75rem;
  font-weight: 600;
  margin-bottom: 30px;
}

#toydesigner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../../../webp/FUSe-pipc-2-500x500.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

#uc_berkeley {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../../../webp/Berkeley-2-500x500.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

#chocolatier {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../../../webp/IMG_0712_low-500x500.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.contact_us {
  width: 100%;
  text-align: center;
  background-color: #001446;
  margin-top: 50px;
}

.contact_title h2 {
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.center_button {
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.3rem;
}

/* アニメーション問い合わせボタン */

.floatingBtn_contact {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 2;
}

@media (width < 768px) {
  .floatingBtn_contact {
    right: 15px;
    bottom: 20px;
  }
}

.floatingBtn_contact a {
  display: block;
  width: 154px;
  height: 154px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}

@media (width < 768px) {
  .floatingBtn_contact a {
    width: 100px;
    height: 100px;
    border-width: 1px;
  }
}

.floatingBtn_contact a::before,
.floatingBtn_contact a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff75ae, #d51566);
  opacity: 1;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.floatingBtn_contact a::after {
  background: linear-gradient(135deg, #d51566, #ff75ae);
  z-index: -2;
}

.floatingBtn_contact a:hover {
  opacity: unset;
}

.floatingBtn_contact a:hover::before {
  opacity: 0;
}

.floatingBtn_contact img {
  width: 98px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width < 768px) {
  .floatingBtn_contact img {
    width: 64px;
    height: 63px;
  }
}

.animation_fuwafuwa {
  animation: fuwafuwa 2s infinite;
}

@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* 各製品ページフレーズ */
.phrase {
  font-size: 1.5rem;
  font-weight: 600;
  color: #d51566;
}

/* line 229, _sass/core/_normalize.scss */
button,
input {
  line-height: normal;
}

.center_div {
  width: 100%;
  text-align: center;
}

/* line 232, _sass/core/_normalize.scss */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  color: #fff;
  padding: 5px 20px;
  font-weight: 400;
}

/* line 241, _sass/core/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/* line 244, _sass/core/_normalize.scss */
input[type='checkbox'],
input[type='radio'] {
  padding: 0;
}

/* line 247, _sass/core/_normalize.scss */
input[type='search'] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

/* line 252, _sass/core/_normalize.scss */
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 255, _sass/core/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 259, _sass/core/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  border: 1px solid #c5c4c4;
}

/* line 265, _sass/core/_normalize.scss */
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

/* line 274, _sass/core/_normalize.scss */
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

/* line 278, _sass/core/_normalize.scss */
caption {
  font-size: 16px;
  margin: 20px 0;
}

/* line 282, _sass/core/_normalize.scss */
th {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 286, _sass/core/_normalize.scss */
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

/* line 291, _sass/core/_normalize.scss */
a {
  text-decoration: none;
  color: #d51566;
  font-weight: 600;
}

/* line 294, _sass/core/_normalize.scss */
a:hover,
a:focus,
a:active {
  text-decoration: underline;
  color: #0066b2;
}

/* line 300, _sass/core/_normalize.scss */
hr {
  margin: 40px 0 30px 0;
  border: 0;
  border-bottom: 1px solid #e7e7e8;
}

/* line 1, _sass/core/_tools.scss */
.clear {
  clear: both;
}

/* line 5, _sass/core/_tools.scss */
.hide--mobile {
  display: none;
}

@media screen and (min-width: 490px) {
  /* line 5, _sass/core/_tools.scss */
  .hide--mobile {
    display: block;
  }
}

/* line 12, _sass/core/_tools.scss */
.show--mobile {
  display: block;
}

@media screen and (min-width: 490px) {
  /* line 12, _sass/core/_tools.scss */
  .show--mobile {
    display: none;
  }
}

/* line 19, _sass/core/_tools.scss */
.hide--phablet {
  display: none !important;
}

@media screen and (min-width: 530px) {
  /* line 19, _sass/core/_tools.scss */
  .hide--phablet {
    display: block !important;
  }
}

/* line 26, _sass/core/_tools.scss */
.show--phablet {
  display: block !important;
}

@media screen and (min-width: 530px) {
  /* line 26, _sass/core/_tools.scss */
  .show--phablet {
    display: none !important;
  }
}

/* line 33, _sass/core/_tools.scss */
.hide--tablet {
  display: none !important;
}

@media screen and (min-width: 768px) {
  /* line 33, _sass/core/_tools.scss */
  .hide--tablet {
    display: block !important;
  }
}

/* line 40, _sass/core/_tools.scss */
.show--tablet {
  display: block !important;
}

@media screen and (min-width: 768px) {
  /* line 40, _sass/core/_tools.scss */
  .show--tablet {
    display: none !important;
  }
}

/* line 47, _sass/core/_tools.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 48, _sass/core/_tools.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Backgrounds extends and mixins
   ========================================================================== */
/* ==========================================================================
   Backgrounds
   ========================================================================== */
/* line 6, _sass/core/_bg.scss */
.bg--pink {
  background-color: #d51566;
}

/* line 6, _sass/core/_bg.scss */
.bg--blue {
  background-color: #0093d4;
}

/* line 6, _sass/core/_bg.scss */
.bg--dark-blue {
  background-color: #0066b2;
}

/* line 6, _sass/core/_bg.scss */
.bg--grey {
  background-color: #e7e7e8;
}

/* ==========================================================================
   Border extends and mixins
   ========================================================================== */
/* ==========================================================================
   Border
   ========================================================================== */
/* line 6, _sass/core/_border.scss */
.border--pink {
  border-bottom: 2px solid #d51566;
}

/* line 6, _sass/core/_border.scss */
.border--blue {
  border-bottom: 2px solid #0093d4;
}

/* line 6, _sass/core/_border.scss */
.border--dark-blue {
  border-bottom: 2px solid #0066b2;
}

/* line 20, _sass/core/_border.scss */
.border--no-border {
  border-bottom: 0;
}

@font-face {
  font-family: 'formech-icons';
  src: url('fonts/formech-iconsbd1c.eot?64562687');
  src: url('fonts/formech-iconsbd1c.eot?64562687#iefix')
      format('embedded-opentype'),
    url('fonts/formech-iconsbd1c.woff?64562687') format('woff'),
    url('fonts/formech-iconsbd1c.ttf?64562687') format('truetype'),
    url('fonts/formech-iconsbd1c.svg?64562687#formech-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* line 13, _sass/_icons.scss */
[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'formech-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 17, _sass/_icons.scss */
.icon-linkedin:before {
  content: '\e800';
}

/* '' */
/* line 18, _sass/_icons.scss */
.icon-facebook:before {
  content: '\e801';
}

/* '' */
/* line 19, _sass/_icons.scss */
.icon-twitter:before {
  content: '\e802';
}

/* '' */
/* line 20, _sass/_icons.scss */
.icon-search:before {
  content: '\e803';
}

/* '' */
/* line 21, _sass/_icons.scss */
.icon-menu:before {
  content: '\e804';
}

/* '' */
/* line 22, _sass/_icons.scss */
.icon-download:before {
  content: '\e805';
}

/* '' */
/* line 23, _sass/_icons.scss */
.icon-pinterest:before {
  content: '\e806';
}

/* '' */
/* line 24, _sass/_icons.scss */
.icon-instagram:before {
  content: '\e807';
}

/* '' */
/* line 1, _sass/_typography.scss */
p {
  margin: 0 0 20px 0;
  line-height: 1.75rem;
  font-weight: 500;
}

/* line 5, _sass/_typography.scss */
h1,
.h1 {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 700;
  line-height: 3.5;
  margin: 0;
  padding-bottom: 0;
  padding-top: 50px;
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 20px;
}

/* line 9, _sass/_typography.scss */
h2,
.h2 {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 600;
  line-height: 5;
  padding-bottom: 50px;
  padding-top: 50px;
  margin: 100px auto 30px auto;
  text-align: center;
  color: #d51566;
  width: 100%;
  /*font-size:rem(24);*/
}

.back_h2 {
  background-image: url(../../../webp/carlsberg.webp);
  background-position: 45% 80%;
  color: #ffffff;
  width: 100%;
}

/* line 13, _sass/_typography.scss */
h3,
.h3 {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
}

/* line 17, _sass/_typography.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 1.125rem;
}

/* line 1, _sass/site/_general.scss */
.container {
  max-width: 960px;
  margin: 0 auto;
}

/* line 6, _sass/site/_general.scss */
.site__content {
  background: #fff;
  padding: 10px 10px 0px 10px;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.ie9 .site__content::after {
  clear: both;
  content: '';
  display: table;
}

/* line 16, _sass/site/_general.scss */
a.at-svc-print {
  background: #001446 !important;
}

/* line 17, _sass/site/_general.scss */
a.at-svc-favorites {
  background: #0066b2 !important;
}

/* line 18, _sass/site/_general.scss */
a.at-svc-email {
  background: #d51566 !important;
}

/* line 19, _sass/site/_general.scss */
#at4-share,
#at4-soc {
  top: 50% !important;
}

/* line 21, _sass/site/_general.scss */
.case-dropdown {
  clear: left;
  float: left;
  font-size: 20px !important;
}

/* line 27, _sass/site/_general.scss */
.col--full {
  width: 100%;
  float: left;
}

/* line 32, _sass/site/_general.scss */
.column {
  float: left;
  width: 50%;
  padding: 0rem 1rem 1rem 1rem;
}

/* line 37, _sass/site/_general.scss */
.column img {
  margin-bottom: 1rem;
}

/* line 42, _sass/site/_general.scss */
.row:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  /* line 49, _sass/site/_general.scss */
  .column {
    width: 100%;
  }
}

/* line 54, _sass/site/_general.scss */
.padded {
  padding: 1rem 1rem 0rem 1rem;
}

/* line 58, _sass/site/_general.scss */
.bg-light-grey {
  background: #e7e7e8;
  margin-bottom: 20px;
}

/* line 63, _sass/site/_general.scss */
.introduction {
  margin-bottom: 20px;
}

/* line 67, _sass/site/_general.scss */
.project-plan {
  position: relative;
  background-color: #f2f2f2;
  border: 5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

@media screen and (min-width: 530px) {
  /* line 67, _sass/site/_general.scss */
  .project-plan {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  /* line 67, _sass/site/_general.scss */
  .project-plan {
    width: 20%;
  }
}

/* line 85, _sass/site/_general.scss */
.project-plan__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s;
}

/* line 92, _sass/site/_general.scss */
.project-plan__image img {
  max-width: 100%;
}

/* line 97, _sass/site/_general.scss */
.project-plan__content {
  padding: 0 10px;
  text-align: center;
  -webkit-transform: translateY(-50%) scale(0.1);
  transform: translateY(-50%) scale(0.1);
  opacity: 0;
  transition: 0.5s;
}

/* line 104, _sass/site/_general.scss */
.project-plan__content h3 {
  margin-bottom: 0;
  color: #001446;
  font-size: 22px;
  font-weight: 600;
}

/* line 111, _sass/site/_general.scss */
.project-plan__content p {
  font-size: 18px;
  line-height: 1.3;
}

/* line 117, _sass/site/_general.scss */
.project-plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 0px;
  margin-top: 30px;
}

/* line 130, _sass/site/_general.scss */
.project-plan:hover .project-plan__image {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 133, _sass/site/_general.scss */
.project-plan:hover .project-plan__content {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* line 150, _sass/site/_general.scss */
a.project-plan {
  text-decoration: none;
  color: #000;
}

/* line 1, _sass/site/_header.scss */
.site__header {
  background: #fff;
}

/* line 4, _sass/site/_header.scss */
.header-bar {
  clear: both;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.header-bar::after {
  clear: both;
  content: '';
  display: table;
}

/* line 8, _sass/site/_header.scss */
.site-logo {
  margin: 20px 0 0px 10px;
  width: 160px;
  float: left;
}

@media screen and (min-width: 768px) {
  /* line 8, _sass/site/_header.scss */
  .site-logo {
    margin: 0 0 30px 10px;
  }
}

/* line 18, _sass/site/_header.scss */
.form__title {
  text-align: center;
  font-weight: bold;
  color: #093266 !important;
}

/* line 24, _sass/site/_header.scss */
.form__text {
  text-align: center;
  color: #093266 !important;
  padding-bottom: 15px;
}

/* line 30, _sass/site/_header.scss */
.field_label_text {
  color: #093266 !important;
}

/* line 34, _sass/site/_header.scss */
.newsletter-image {
  padding: 10px;
  width: 100%;
  padding: 10px 0;
  padding: 20px;
  margin: 0 auto;
}

/* line 42, _sass/site/_header.scss */
.partner-bar {
  width: 100%;
  list-style: none;
  margin: 0 0 4px 0;
  padding: 0;
  text-indent: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media screen and (min-width: 530px) {
  /* line 42, _sass/site/_header.scss */
  .partner-bar {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}

/* line 56, _sass/site/_header.scss */
.partner-bar .get-touch {
  background-color: #ffffff;
  border: 1px solid #d51566;
}

/* line 61, _sass/site/_header.scss */
.partner-bar__item {
  background: #e7e7e8;
  display: inline-block;
  font-size: 0.75rem;
  color: #959595;
  width: 33%;
  border: 1px solid #fff;
  text-align: center;
}

@media screen and (min-width: 530px) {
  /* line 61, _sass/site/_header.scss */
  .partner-bar__item {
    width: auto;
    border: 0;
    border-left: 2px solid #fff;
  }
}

/* line 76, _sass/site/_header.scss */
.partner-bar__item--hello {
  padding: 5px 22px;
}

/* line 79, _sass/site/_header.scss */
.partner-bar__item--full {
  width: 100%;
  border: 0;
}

@media screen and (min-width: 530px) {
  /* line 79, _sass/site/_header.scss */
  .partner-bar__item--full {
    width: auto;
  }
}

/* line 89, _sass/site/_header.scss */
.partner-bar__item a {
  text-decoration: none;
  color: #959595;
  display: block;
  padding: 5px 22px;
}

/* line 95, _sass/site/_header.scss */
.partner-bar__item a:hover,
.partner-bar__item a:focus,
.partner-bar__item a.active {
  color: #0066b2;
}

/* line 101, _sass/site/_header.scss */
.partner-bar__item--login,
.partner-bar__item--logout {
  background: #959595;
}

@media screen and (min-width: 530px) {
  /* line 101, _sass/site/_header.scss */
  .partner-bar__item--login,
  .partner-bar__item--logout {
    margin-right: 10px;
  }
}

/* line 107, _sass/site/_header.scss */
.partner-bar__item--login a,
.partner-bar__item--logout a {
  color: #fff;
}

/* line 114, _sass/site/_header.scss */
.social-links {
  padding: 0;
  text-indent: 0;
  margin: 20px 10px 6px 1px;
  display: block;
  float: left;
  clear: left;
}

@media screen and (min-width: 530px) {
  /* line 114, _sass/site/_header.scss */
  .social-links {
    float: right;
    clear: none;
  }
}

@media screen and (min-width: 768px) {
  /* line 114, _sass/site/_header.scss */
  .social-links {
    float: right;
    margin: 28px 40px 0 0;
  }
}

/* line 130, _sass/site/_header.scss */
.social-links__item {
  display: inline-block;
}

/* line 133, _sass/site/_header.scss */
.social-links__item a {
  color: #959595;
  font-size: 0.9375rem;
  display: block;
  padding: 0 5px;
}

/* line 138, _sass/site/_header.scss */
.social-links__item a:hover,
.social-links__item a:focus {
  color: #0066b2;
}

/* line 145, _sass/site/_header.scss */
.search-form {
  float: right;
  margin: 22px 10px 34px 0;
  border: 1px solid #c5c4c4;
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 145, _sass/site/_header.scss */
  .search-form {
    display: block;
  }
}

/* line 153, _sass/site/_header.scss */
.search-form .screen-reader-text {
  display: none;
}

/* line 157, _sass/site/_header.scss */
.search-form .search-field {
  height: 27px;
  width: 150px;
  border: 0;
  padding-left: 9px;
}

/* line 164, _sass/site/_header.scss */
.search-form .search-submit {
  margin-left: -6px;
  background-color: #ffffff;
  border: 0;
  height: 27px;
  text-indent: -9999px;
  background-image: url('../../../webp/search.webp');
  background-repeat: no-repeat;
  width: 30px;
  padding: 0 !important;
}

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}

.banner_title {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  z-index: 1;
}

.banner_title h1 {
  color: #000;
}

.site__banner__header {
  padding-top: 20px;
  padding-left: 15px;
}

/* line 285, _sass/site/_header.scss */
.site__newsletter {
  display: none;
  background: #e7e7e8;
  border: 5px solid #0093d4;
  left: 5%;
  margin: 80px auto 0;
  position: absolute;
  width: 90%;
  z-index: 100000;
}

@media screen and (min-width: 775px) {
  /* line 285, _sass/site/_header.scss */
  .site__newsletter {
    width: 700px;
    margin-left: -350px;
    left: 50%;
  }
}

/* line 299, _sass/site/_header.scss */
.site__newsletter.on {
  display: block;
}

/* line 303, _sass/site/_header.scss */
.site__newsletter__form {
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 775px) {
  /* line 303, _sass/site/_header.scss */
  .site__newsletter__form {
    width: 75%;
  }
}

/* line 313, _sass/site/_header.scss */
.site__newsletter__field {
  display: block;
  padding: 10px 0;
}

/* line 317, _sass/site/_header.scss */
.site__newsletter__field input {
  padding-top: 10px;
  width: 100%;
}

/* line 323, _sass/site/_header.scss */
.site__newsletter__submit {
  background: #0066b2;
  height: auto;
  padding: 5px;
  width: 30%;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}

/* line 334, _sass/site/_header.scss */
.site__newsletter .site__newsletter__trigger {
  position: absolute;
  right: 9px;
  top: 7px;
}

/* line 2, _sass/site/_menu.scss */
.ie9 .navigation {
  display: block;
}

/* line 5, _sass/site/_menu.scss */
.ie9 .navigation__option {
  float: left;
  width: 14%;
}

/* line 10, _sass/site/_menu.scss */
.ie9 .navigation__submenu.on {
  display: block !important;
}

/* line 15, _sass/site/_menu.scss */
.navigation {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-indent: 0;
  padding: 0;
  position: relative;
}

/* line 17, _sass/site/_menu.scss */
.navigation__toggle {
  display: block;
  width: 100%;
  color: #0066b2;
  font-weight: 600;
  text-decoration: none;
  text-align: right;
  display: block;
  padding: 19px;
  text-transform: uppercase;
  margin-top: -40px;
}

@media screen and (min-width: 768px) {
  /* line 17, _sass/site/_menu.scss */
  .navigation__toggle {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  /* line 15, _sass/site/_menu.scss */
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 46, _sass/site/_menu.scss */
.navigation.on {
  display: block;
}

/* line 49, _sass/site/_menu.scss */
.navigation__wrapper {
  background: #e7e7e8;
}

@media screen and (min-width: 768px) {
  /* line 49, _sass/site/_menu.scss */
  .navigation__wrapper {
    height: 50px;
  }
}

/* line 57, _sass/site/_menu.scss */
.navigation__option {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 60, _sass/site/_menu.scss */
.navigation__option__link {
  color: #0066b2;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  display: block;
  height: 50px;
  padding-top: 19px;
  border-bottom: 8px solid #e7e7e8;
  text-transform: uppercase;
}

/* line 70, _sass/site/_menu.scss */
.navigation__option__link:active,
.navigation__option__link.active {
  border-bottom: 8px solid #0066b2;
  color: #0066b2;
  text-decoration: none;
}

/* line 75, _sass/site/_menu.scss */
.navigation__option__link:hover,
.navigation__option__link:focus,
.navigation__option__link.hover {
  border-bottom: 8px solid #0066b2;
  color: #0066b2;
  text-decoration: none;
}

/* line 83, _sass/site/_menu.scss */
.navigation__submenu {
  background: rgba(23, 33, 46, 0.96);
  position: relative;
  width: 100%;
  z-index: 100;
  padding: 10px;
  line-height: 1.3;
  display: none;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.navigation__submenu::after {
  clear: both;
  content: '';
  display: table;
}

@media screen and (min-width: 768px) {
  /* line 83, _sass/site/_menu.scss */
  .navigation__submenu {
    left: 0;
    right: 54%;
    position: absolute;
    top: 50px;
  }
}

@media screen and (min-width: 768px) {
  /* line 98, _sass/site/_menu.scss */
  .navigation__submenu--support {
    /*margin-left: -12.8%;*/
    left: 40.5%;
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  /* line 105, _sass/site/_menu.scss */
  .navigation__submenu--about {
    /*margin-left: -12.8%;*/
    left: auto;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  /* line 113, _sass/site/_menu.scss */
  .navigation__submenu--inspire {
    left: 58.7%;
    width: 19%;
  }
}

/* line 121, _sass/site/_menu.scss */
.navigation__submenu.on {
  display: block;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.navigation__submenu.on::after {
  clear: both;
  content: '';
  display: table;
}

@media screen and (min-width: 768px) {
  /* line 121, _sass/site/_menu.scss */
  .navigation__submenu.on {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* line 128, _sass/site/_menu.scss */
.navigation__submenu__section {
  width: 45%;
  border-right: 1px solid #d51566;
  margin-right: 5%;
  float: left;
}

/* line 133, _sass/site/_menu.scss */
.navigation__submenu__section:last-of-type {
  border-right: 0px;
  margin-right: 0;
}

/* line 138, _sass/site/_menu.scss */
.navigation__submenu__column {
  float: left;
  width: 100%;
  margin: 10px;
  border-right: 1px solid #d51566;
}

@media screen and (min-width: 768px) {
  /* line 138, _sass/site/_menu.scss */
  .navigation__submenu__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 25%;
    margin: 10px;
  }
}

@media screen and (min-width: 775px) {
  /* line 138, _sass/site/_menu.scss */
  .navigation__submenu__column {
    margin: 20px;
  }
}

@media screen and (min-width: 768px) {
  /* line 153, _sass/site/_menu.scss */
  .navigation__submenu__column-solutions {
    padding-right: 60px;
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  /* line 162, _sass/site/_menu.scss */
  .navigation__submenu__column-products {
    width: 45%;
  }
}

/* line 167, _sass/site/_menu.scss */
.navigation__submenu__column-products ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

/* line 172, _sass/site/_menu.scss */
.navigation__submenu__column-products ul li {
  display: block;
}

/* line 174, _sass/site/_menu.scss */
.navigation__submenu__column-products ul li h3 {
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  font-size: 15px;
}

/* line 180, _sass/site/_menu.scss */
.navigation__submenu__column-products ul li a {
  color: #fff;
  text-decoration: none;
}

/* line 183, _sass/site/_menu.scss */
.navigation__submenu__column-products ul li a::after {
  color: #d51566;
  content: ' >';
}

/* line 191, _sass/site/_menu.scss */
.navigation__submenu__column:last-of-type {
  border-right: 0px;
}

/* line 195, _sass/site/_menu.scss */
.navigation__submenu a {
  text-decoration: none;
}

/* line 199, _sass/site/_menu.scss */
.navigation__submenu__header {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  color: #d51566;
  margin-bottom: 10px;
}

/* line 204, _sass/site/_menu.scss */
.navigation__submenu__header-solutions {
  margin-bottom: 10px;
}

/* line 207, _sass/site/_menu.scss */
.navigation__submenu__header--subheader {
  font-weight: normal;
  font-size: 18px;
}

/* line 213, _sass/site/_menu.scss */
.navigation__submenu__item {
  display: block;
}

/* line 216, _sass/site/_menu.scss */
.navigation__submenu__item-solutions {
  margin-bottom: 20px;
}

/* line 219, _sass/site/_menu.scss */
.navigation__submenu__item__header {
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}

/* line 225, _sass/site/_menu.scss */
.navigation__submenu__item__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  float: left;
}

/* line 235, _sass/site/_menu.scss */
.navigation__submenu__item a {
  color: #fff;
  text-decoration: none;
}

/* line 238, _sass/site/_menu.scss */
.navigation__submenu__item a::after {
  color: #d51566;
  content: ' >';
}

/* line 1, _sass/site/_footer.scss */
.site__footer {
  background-color: #fff;
}

@media screen and (min-width: 490px) {
  /* line 1, _sass/site/_footer.scss */
  .site__footer {
    background-image: url('../../../webp/footer-bg.webp');
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

/* line 9, _sass/site/_footer.scss */
.site__footer--inspire {
  background-color: #fff;
}

@media screen and (min-width: 490px) {
  /* line 9, _sass/site/_footer.scss */
  .site__footer--inspire {
    background-image: url('../../../webp/footer-bg-inspire.webp');
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

/* line 20, _sass/site/_footer.scss */
.partners-bar {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0px 30px;
  text-indent: 0;
  list-style: none;
  height: 150px;
}

@media screen and (min-width: 775px) {
  /* line 20, _sass/site/_footer.scss */
  .partners-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100px;
  }
}

/* line 37, _sass/site/_footer.scss */
.partners-bar__container {
  display: none;
  background: #d7d7d7;
  box-shadow: inset 0 20px 15px -10px #c1c1c0;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  /* line 37, _sass/site/_footer.scss */
  .partners-bar__container {
    display: block;
  }
}

@media screen and (min-width: 775px) {
  /* line 37, _sass/site/_footer.scss */
  .partners-bar__container {
    height: 100px;
  }
}

/* line 51, _sass/site/_footer.scss */
.partners-bar__logo {
  float: left;
  width: 33%;
}

@media screen and (min-width: 600px) {
  /* line 51, _sass/site/_footer.scss */
  .partners-bar__logo {
    width: 25%;
  }
}

@media screen and (min-width: 775px) {
  /* line 51, _sass/site/_footer.scss */
  .partners-bar__logo {
    width: auto;
  }
}

/* line 62, _sass/site/_footer.scss */
.partners-bar__title {
  font-size: 15px;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
}

/* line 73, _sass/site/_footer.scss */
.footer {
  margin-left: 20px;
}

@media screen and (min-width: 490px) {
  /* line 73, _sass/site/_footer.scss */
  .footer {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 210px;
  }
}

/* line 83, _sass/site/_footer.scss */
.footer a {
  color: #17212e;
  text-decoration: none;
}

@media screen and (min-width: 490px) {
  /* line 88, _sass/site/_footer.scss */
  .footer-address__container {
    margin-left: 30px;
  }
}

/* line 94, _sass/site/_footer.scss */
.footer-address {
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* line 100, _sass/site/_footer.scss */
.footer-address__logos {
  height: 45px;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

/* line 110, _sass/site/_footer.scss */
.footer-address__menu {
  text-indent: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 116, _sass/site/_footer.scss */
.footer-address__menu__item {
  margin-right: 15px;
}

/* line 123, _sass/site/_footer.scss */
.footer-contact__container {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  /* line 123, _sass/site/_footer.scss */
  .footer-contact__container {
    margin-top: 0;
    margin-left: 90px;
  }
}

/* line 131, _sass/site/_footer.scss */
.footer-contact__country {
  display: inline-block;
  width: 25px;
}

/* line 138, _sass/site/_footer.scss */
.ie9 .footer-contact__container {
  float: left;
}

/* line 141, _sass/site/_footer.scss */
.ie9 .footer-address {
  float: left;
  margin-right: 20px;
}

/* line 144, _sass/site/_footer.scss */
.ie9 .footer-address__logos {
  float: left;
}

/* line 149, _sass/site/_footer.scss */
.site__copyright {
  border-top: 1px solid #c5c4c4;
  color: #17212e;
  padding-left: 20px;
  padding-top: 10px;
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 12px;
}

@media screen and (min-width: 490px) {
  /* line 149, _sass/site/_footer.scss */
  .site__copyright {
    border-top: 0;
    padding-left: 0;
    padding-top: 0;
    margin-left: 30px;
    margin-top: 0;
    color: #fff;
  }
}

/* Preload images */
/* line 2, _sass/site/_lightbox.scss */
body:after {
  content: url(../../../webp/close.webp) url(images/loading.gif)
    url(../../../webp/prev.webp) url(../../../webp/next.webp);
  display: none;
}

/* line 7, _sass/site/_lightbox.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 18, _sass/site/_lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 28, _sass/site/_lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto !important;
  max-width: 100%;
  width: 100%;
}

/* line 36, _sass/site/_lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 40, _sass/site/_lightbox.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  /* *zoom: 1; */
  width: 960px;
  height: 250px;
  margin: 0 auto;
}

/* line 50, _sass/site/_lightbox.scss */
.lb-outerContainer:after {
  content: '';
  display: table;
  clear: both;
}

/* line 56, _sass/site/_lightbox.scss */
.lb-container {
  padding: 4px;
}

/* line 60, _sass/site/_lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 70, _sass/site/_lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

/* line 77, _sass/site/_lightbox.scss */
.lb-closeContainer {
  float: left;
  padding: 15px;
}

/* line 81, _sass/site/_lightbox.scss */
.lb-nav {
  position: relative;
  float: right;
  padding: 15px;
}

/* line 87, _sass/site/_lightbox.scss */
.lb-nav a {
  height: 22px;
  width: 12px;
  display: block;
}

/* line 93, _sass/site/_lightbox.scss */
.lb-prev,
.lb-next {
  cursor: pointer;
  float: left;
}

/* line 98, _sass/site/_lightbox.scss */
.lb-nav a.lb-prev {
  background: url(../../../webp/prev.webp) center center no-repeat;
  margin-right: 30px;
}

/* line 103, _sass/site/_lightbox.scss */
.lb-nav a.lb-next {
  background: url(../../../webp/next.webp) center center no-repeat;
}

/* line 108, _sass/site/_lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding: 0;
  /* *zoom: 1; */
  width: 100%;
  background: #fff;
}

/* line 116, _sass/site/_lightbox.scss */
.lb-dataContainer:after {
  content: '';
  display: table;
  clear: both;
}

/* line 122, _sass/site/_lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 127, _sass/site/_lightbox.scss */
.lb-data .lb-details {
  display: none;
}

/* line 131, _sass/site/_lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 137, _sass/site/_lightbox.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 145, _sass/site/_lightbox.scss */
.lb-data .lb-close {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../../../webp/close.webp) top right no-repeat;
  text-align: right;
  outline: none;
}

/* line 1, _sass/site/_slick.scss */
.carousel {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* line 6, _sass/site/_slick.scss */
.carousel__item {
  display: none;
  min-height: 40vh;
  height: 100%;
}

/* line 12, _sass/site/_slick.scss */
.carousel__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

/* line 20, _sass/site/_slick.scss */
.carousel__image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  min-width: 100%;
}

/* line 28, _sass/site/_slick.scss */
.carousel__image > img:last-child {
  z-index: 3;
  display: none;
}

@media screen and (min-width: 775px) {
  /* line 20, _sass/site/_slick.scss */
  .carousel__image > img {
    display: none !important;
  }

  /* line 37, _sass/site/_slick.scss */
  .carousel__image > img:last-child {
    display: block !important;
  }
}

/* line 44, _sass/site/_slick.scss */
.carousel__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: columns;
  flex-direction: columns;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 5;
  min-height: 200px;
}

@media screen and (min-width: 775px) {
  /* line 44, _sass/site/_slick.scss */
  .carousel__overlay {
    min-height: 400px;
  }
}

/* line 59, _sass/site/_slick.scss */
.carousel__body {
  width: 75%;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
  text-align: center;
}

@media screen and (min-width: 320px) {
  /* line 67, _sass/site/_slick.scss */
  .carousel__body h1 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 775px) {
  /* line 59, _sass/site/_slick.scss */
  .carousel__body {
    width: 60%;
  }

  /* line 75, _sass/site/_slick.scss */
  .carousel__body h1 {
    font-size: 3rem;
  }
}

/* line 81, _sass/site/_slick.scss */
.carousel.slick-initialized {
  opacity: 1;
  visibility: visible;
}

/* line 85, _sass/site/_slick.scss */
.carousel.slick-initialized .carousel__item {
  display: block;
}

/* Slider */
/* line 96, _sass/site/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 110, _sass/site/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 117, _sass/site/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 121, _sass/site/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 126, _sass/site/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 135, _sass/site/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 143, _sass/site/_slick.scss */
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

/* line 149, _sass/site/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 153, _sass/site/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 157, _sass/site/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 161, _sass/site/_slick.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 164, _sass/site/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 167, _sass/site/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 173, _sass/site/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 177, _sass/site/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 181, _sass/site/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 185, _sass/site/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 191, _sass/site/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 243, _sass/site/_slick.scss */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.html') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  src: url('fonts/slick.html');
  src: url('fonts/slickd41d.html?#iefix') format('embedded-opentype'),
    url('fonts/slick-2.html') format('woff'),
    url('fonts/slick-3.html') format('truetype'),
    url('fonts/slick-4.html#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
/* line 261, _sass/site/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 500;
}

/* line 280, _sass/site/_slick.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 284, _sass/site/_slick.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 288, _sass/site/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 291, _sass/site/_slick.scss */
.slick-prev:before,
.slick-next:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 304, _sass/site/_slick.scss */
.slick-prev {
  left: 15px;
}

/* line 307, _sass/site/_slick.scss */
[dir='rtl'] .slick-prev {
  left: auto;
  right: 15px;
}

@media screen and (min-width: 775px) {
  /* line 304, _sass/site/_slick.scss */
  .slick-prev {
    left: 25px;
  }

  /* line 314, _sass/site/_slick.scss */
  [dir='rtl'] .slick-prev {
    right: 25px;
  }
}

/* line 319, _sass/site/_slick.scss */
.slick-prev:before {
  border-right: 10px solid white;
  border-left: none;
}

/* line 322, _sass/site/_slick.scss */
[dir='rtl'] .slick-prev:before {
  border-left: 10px solid white;
  border-right: none;
}

/* line 329, _sass/site/_slick.scss */
.slick-next {
  right: 15px;
}

/* line 331, _sass/site/_slick.scss */
[dir='rtl'] .slick-next {
  left: 15px;
  right: auto;
}

@media screen and (min-width: 775px) {
  /* line 329, _sass/site/_slick.scss */
  .slick-next {
    right: 25px;
  }

  /* line 338, _sass/site/_slick.scss */
  [dir='rtl'] .slick-next {
    left: 25px;
  }
}

/* line 342, _sass/site/_slick.scss */
.slick-next:before {
  border-left: 10px solid white;
  border-right: none;
}

/* line 345, _sass/site/_slick.scss */
[dir='rtl'] .slick-next:before {
  border-right: 10px solid white;
  border-left: none;
}

/* Dots */
/* line 355, _sass/site/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 775px) {
  /* line 355, _sass/site/_slick.scss */
  .slick-dots {
    bottom: 25px;
  }
}

/* line 369, _sass/site/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 377, _sass/site/_slick.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 389, _sass/site/_slick.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 391, _sass/site/_slick.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 395, _sass/site/_slick.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 13px;
  height: 13px;
  line-height: 20px;
  text-align: center;
  background-color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
}

/* line 411, _sass/site/_slick.scss */
.slick-dots li.slick-active button:before {
  background-color: black;
  opacity: 0.75;
}

/* line 2, _sass/site/_hero.scss */
.hero {
  margin-bottom: 20px;
  background-color: #24345c;
}

/* line 7, _sass/site/_hero.scss */
.hero > a {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

/* line 14, _sass/site/_hero.scss */
.hero > a::before,
.hero > a::after {
  display: table;
  content: ' ';
}

/* line 19, _sass/site/_hero.scss */
.hero > a::after {
  clear: both;
}

/* line 24, _sass/site/_hero.scss */
.hero__image img {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/* line 33, _sass/site/_hero.scss */
.hero__section {
  padding: 20px;
}

@media print, screen and (min-width: 40em) {
  /* line 38, _sass/site/_hero.scss */
  .hero__image {
    width: 35%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 46, _sass/site/_hero.scss */
.hero__section {
  width: 100%;
  float: left;
}

/* line 50, _sass/site/_hero.scss */
.hero__section .button,
.hero__section .button--secondary {
  margin: 0;
}

/* line 55, _sass/site/_hero.scss */
.hero__section:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  /* line 60, _sass/site/_hero.scss */
  .hero__section {
    width: 65%;
    float: left;
  }
}

/* line 1, _sass/site/_buttons.scss */
.button,
.button--secondary {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #d2d40e;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0.7rem;
}

/* line 20, _sass/site/_buttons.scss */
.button:hover,
.button--secondary:hover,
.button:active,
.button--secondary:active,
.button:focus,
.button--secondary:focus {
  color: #fff;
  text-decoration: none;
  background-color: #a3a40b;
}

/* line 28, _sass/site/_buttons.scss */
.button--secondary {
  background-color: #6cb252;
}

/* line 32, _sass/site/_buttons.scss */
.button--secondary:hover,
.button--secondary:active,
.button--secondary:focus {
  color: #fff;
  text-decoration: none;
  background-color: #569140;
}

/* line 1, _sass/site/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
  padding-left: 0;
}

/* line 6, _sass/site/_pagination.scss */
.pagination-wrapper {
  width: 100%;
}

/* line 11, _sass/site/_pagination.scss */
.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 24, _sass/site/_pagination.scss */
.pagination::after {
  clear: both;
}

/* line 28, _sass/site/_pagination.scss */
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

/* line 35, _sass/site/_pagination.scss */
.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  /* line 41, _sass/site/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}

/* line 46, _sass/site/_pagination.scss */
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

/* line 54, _sass/site/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

/* line 59, _sass/site/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #24345c;
  color: #fefefe;
  cursor: default;
}

/* line 66, _sass/site/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

/* line 72, _sass/site/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}

/* line 76, _sass/site/_pagination.scss */
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

/* line 82, _sass/site/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

/* line 89, _sass/site/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

/* line 1, _sass/site/_banner.scss */
.banner {
  color: white;
  width: 100%;
}

/* line 6, _sass/site/_banner.scss */
.banner__content {
  padding: 20px;
}

/* line 9, _sass/site/_banner.scss */
.banner__content a {
  color: white;
  text-decoration: none;
}

/* line 16, _sass/site/_banner.scss */
.banner__image img {
  height: auto;
  width: 100%;
}

/* line 22, _sass/site/_banner.scss */
.banner.bg--grey {
  color: #17212e;
}

/* line 1, _sass/site/_section.scss */
.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}

/* line 11, _sass/site/_section.scss */
.section:nth-last-child(1) {
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 16, _sass/site/_section.scss */
.section__content,
.section__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 64em) {
  /* line 16, _sass/site/_section.scss */
  .section__content,
  .section__image {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 38, _sass/site/_section.scss */
  .section:nth-child(even) .section__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* line 44, _sass/site/_section.scss */
.section__content {
  padding: 1rem;
}

/* line 49, _sass/site/_section.scss */
.section__image img {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/* line 2, _sass/pages/_home.scss */
.ie9 .home-block {
  display: block;
  float: left;
}

/* line 7, _sass/pages/_home.scss */
.layoutArea {
  margin-top: 15px;
}

@media screen and (min-width: 490px) {
  /* line 10, _sass/pages/_home.scss */
  .latest {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  /* line 10, _sass/pages/_home.scss */
  .latest {
    width: 90% !important;
    margin: 0 auto;
  }
}

/* line 18, _sass/pages/_home.scss */
.latest-discover {
  background-color: #e7e7e8 !important;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  line-height: 1;
  font-weight: 600;
  padding-bottom: 10px;
}

/* line 25, _sass/pages/_home.scss */
h2.latest-discover {
  color: #212b5c !important;
}

/* line 28, _sass/pages/_home.scss */
.page-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 5px 0px 0px 0px;
}

/* line 37, _sass/pages/_home.scss */
.home-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border: 5px solid #fff;
  padding: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 37, _sass/pages/_home.scss */
  .home-block {
    width: 100%;
  }
}

/* line 46, _sass/pages/_home.scss */
.home-block__discover-vacuum-forming {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  /* line 46, _sass/pages/_home.scss */
  .home-block__discover-vacuum-forming {
    width: 100%;
    background-color: #e7e7e8;
  }
}

/* line 53, _sass/pages/_home.scss */
.home-block__discover-vacuum-forming__header {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  line-height: 1;
  font-weight: 600;
  color: #001446;
  padding-bottom: 10px;
}

/* line 61, _sass/pages/_home.scss */
.home-block__discover-vacuum-forming__content {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  font-weight: 400;
}

/* line 64, _sass/pages/_home.scss */
.home-block__discover-vacuum-forming__content img {
  width: 100%;
  height: auto;
  padding: 10px 5px;
}

/* line 69, _sass/pages/_home.scss */
.home-block__discover-vacuum-forming__content a {
  font-size: 15px;
  color: #d51566;
  text-decoration: none;
  margin-bottom: 0;
}

/* line 74, _sass/pages/_home.scss */
.home-block__discover-vacuum-forming__content a:hover {
  text-decoration: underline;
}

/* line 87, _sass/pages/_home.scss */
.home-block__find-a-solution__header {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  line-height: 1;
  font-weight: 600;
  color: #17212e;
}

/* line 94, _sass/pages/_home.scss */
.home-block__find-a-solution__content {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  font-size: 1.5em !important;
  font-weight: 400;
  color: #ffffff;
}

/* line 99, _sass/pages/_home.scss */
.home-block__find-a-solution__content a {
  /*font-size:$font-base-size;*/
  font-size: 25px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0;
}

/* line 105, _sass/pages/_home.scss */
.home-block__find-a-solution__content a:hover {
  text-decoration: underline;
}

/* line 147, _sass/pages/_home.scss */
.home-block__latest-case-study {
  background: #d51566;
}

/* line 150, _sass/pages/_home.scss */
.home-block__latest-case-study__header {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  color: #001446;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 12px;
}

/* line 157, _sass/pages/_home.scss */
.home-block__latest-case-study__content {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 163, _sass/pages/_home.scss */
.home-block__latest-case-study__content--header {
  margin-bottom: 10px;
}

/* line 166, _sass/pages/_home.scss */
.home-block__latest-case-study__content--header a {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 2.25rem;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

/* line 173, _sass/pages/_home.scss */
.home-block__latest-case-study__content--link {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
}

/* line 178, _sass/pages/_home.scss */
.home-block__latest-case-study__content--link:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 186, _sass/pages/_home.scss */
.home-block__latest-news {
  background: #e7e7e8;
}

/* line 189, _sass/pages/_home.scss */
.home-block__latest-news__image {
  width: 130px;
  float: left;
  margin: 20px 20px 0 0;
}

/* line 195, _sass/pages/_home.scss */
.home-block__latest-news__header {
  color: #001446;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1;
}

/* line 202, _sass/pages/_home.scss */
.home-block__latest-news_highlight {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #959595;
}

/* line 206, _sass/pages/_home.scss */
.home-block__latest-news_highlight strong {
  color: #001446;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 400;
  line-height: 1;
}

/* line 215, _sass/pages/_home.scss */
.home-block__latest-news__content,
.home-block__latest-news_highlight p {
  font-size: 15px;
  color: #17212e;
  margin: 10px 0 0;
}

/* line 219, _sass/pages/_home.scss */
.home-block__latest-news__content--header a,
.home-block__latest-news_highlight p--header a {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  color: #17212e;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
}

/* line 226, _sass/pages/_home.scss */
.home-block__latest-news__content a,
.home-block__latest-news_highlight p a {
  color: #d51566;
}

/* line 228, _sass/pages/_home.scss */
.home-block__latest-news
  .home-block__latest-news__content
  + .home-block__latest-news__content--header {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #959595;
}

/* line 236, _sass/pages/_home.scss */
.home-block__trusted-support__header {
  color: #001446;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 243, _sass/pages/_home.scss */
.home-block__trusted-support__content {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 2.25rem;
  color: #0093d4;
  font-weight: 400;
  line-height: 1.2;
}

/* line 248, _sass/pages/_home.scss */
.home-block__trusted-support__content a {
  font-size: 15px;
  color: #d51566;
  text-decoration: none;
}

/* line 252, _sass/pages/_home.scss */
.home-block__trusted-support__content a:hover {
  text-decoration: underline;
}

/* line 259, _sass/pages/_home.scss */
.home-block__latest-video {
  padding: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 490px) {
  /* line 259, _sass/pages/_home.scss */
  .home-block__latest-video {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  /* line 259, _sass/pages/_home.scss */
  .home-block__latest-video {
    width: 100%;
  }
}

/* line 269, _sass/pages/_home.scss */
.home-block__latest-video__header {
  background: #001446;
  color: #fff;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  padding: 15px 20px;
  line-height: 1;
  font-weight: 600;
}

/* line 279, _sass/pages/_home.scss */
.home-block__slider {
  padding: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 490px) {
  /* line 279, _sass/pages/_home.scss */
  .home-block__slider {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  /* line 279, _sass/pages/_home.scss */
  .home-block__slider {
    width: 100%;
  }
}

/* line 289, _sass/pages/_home.scss */
.home-block__slider__header {
  background: #001446;
  color: #fff;
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  padding: 15px 20px;
  line-height: 1;
  font-weight: 600;
}

/* line 1, _sass/pages/_product.scss */
.product {
  border: 1px solid #e1e1e1;
  padding: 0;
  font-size: 18px;
  line-height: 1.3;
  padding: 0 0 0px 0;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.product::after {
  clear: both;
  content: '';
  display: table;
}

/* line 9, _sass/pages/_product.scss */
.product__menu {
  text-indent: 0;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  background: #e1e1e1;
}

@media screen and (min-width: 768px) {
  /* line 9, _sass/pages/_product.scss */
  .product__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/* line 22, _sass/pages/_product.scss */
.product__menu__item {
  line-height: 1;
  padding: 12px 15px;
}

/* line 26, _sass/pages/_product.scss */
.product__menu__item:before {
  content: '';
}

/* line 30, _sass/pages/_product.scss */
.product__menu__item:last-of-type {
  border-right: 0px;
}

/* line 34, _sass/pages/_product.scss */
.product__menu__item a {
  color: #17212e;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 12px;
}

/* line 42, _sass/pages/_product.scss */
.product__menu__item a:hover,
.product__menu__item a:focus,
.product__menu__item a:active,
.product__menu__item a.active {
  color: #0066b2;
  background: white;
}

/* line 52, _sass/pages/_product.scss */
.product__content {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  /* line 52, _sass/pages/_product.scss */
  .product__content {
    float: left;
    width: 60%;
  }
}

/* 製品詳細ページの解説文 */
.product__content p{
	font-weight: 300;
	font-size: 1.0rem;
}

@media screen and (max-width: 768px) {
	.product__content p{
		font-size: 0.8rem;
	}
}

.js-tab-action ul li {
	font-weight: 300;
	font-size: 0.8rem;
}

/* line 60, _sass/pages/_product.scss */
.product__content h1,
.product__content h2,
.product__content h3,
.product__content h4,
.product__content h5,
.product__content h6 {
  font-weight: 600;
}

/* line 65, _sass/pages/_product.scss */
.product__technical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  margin: 0;
}

/* line 71, _sass/pages/_product.scss */
.product__technical dt,
.product__technical dd {
  width: 50%;
  margin: 0;
  padding: 10px;
}

/* line 76, _sass/pages/_product.scss */
.product__technical dt {
  color: #001446;
}

/* line 82, _sass/pages/_product.scss */
.product__technical .var_rowcolor {
  background: #d6eeff;
}

@media screen and (min-width: 768px) {
  /* line 88, _sass/pages/_product.scss */
  .product__gallery {
    float: right;
    width: 40%;
  }
}

/* line 94, _sass/pages/_product.scss */
.product__gallery__image-main img {
  max-width: 100%;
  border-bottom: 1px solid #e7e7e8;
  margin-bottom: 10px;
}

/* line 99, _sass/pages/_product.scss */
.product__gallery__image-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 104, _sass/pages/_product.scss */
.product__gallery__image-thumbs a + a {
  margin-left: 10px;
}

/* line 107, _sass/pages/_product.scss */
.product__gallery__image-thumbs .js-thumbnail {
  float: left;
  display: block;
  width: 30%;
}

/* line 112, _sass/pages/_product.scss */
.product__gallery__image-thumbs__thumbnail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: right;
  width: 100%;
}

/* line 122, _sass/pages/_product.scss */
.product__logos {
  display: inline-block;
  padding-top: 20px;
}

/* line 126, _sass/pages/_product.scss */
.product__logos img {
  padding-bottom: 3px;
}

/* line 133, _sass/pages/_product.scss */
.product__calltoaction {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  margin-top: 30px;
  color: #0066b2;
  display: block;
}

/* line 141, _sass/pages/_product.scss */
.product__downloads h2,
.product__downloads h3 {
  font-weight: 400;
}

/* line 144, _sass/pages/_product.scss */
.product__downloads h3 {
  margin-top: 15px;
}

/* line 147, _sass/pages/_product.scss */
.product__downloads p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

/* line 151, _sass/pages/_product.scss */
.product__downloads p::before {
  font-family: 'formech-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  margin-right: 6px;
  color: #d51566;
  content: '\e805';
}

/* line 157, _sass/pages/_product.scss */
.product__downloads p::after {
  color: #d51566;
  content: ' >';
}

/* line 1, _sass/pages/_general.scss */
.general {
  font-size: 18px;
  line-height: 1.3;
  padding: 0 0 60px 0;
}

@media screen and (min-width: 600px) {
  /* line 1, _sass/pages/_general.scss */
  .general {
    padding: 30px 30px 60px 30px;
  }
}

/* line 8, _sass/pages/_general.scss */
.general h2 {
  font-weight: 600;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.ie9 .general::after {
  clear: both;
  content: '';
  display: table;
}

/* line 18, _sass/pages/_general.scss */
.general.content p + h2,
.general.content p + h3,
.general.content p + h4,
.general.content p + h5,
.general.content p + h6 {
  margin-top: 20px;
}

/* line 3, _sass/pages/_news.scss */
.ie9 .news__item,
.ie9 .case-study__item {
  display: block;
  float: left;
}

/* line 11, _sass/pages/_news.scss */
.news,
.case-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 0px;
  margin-top: 30px;
}

/* line 19, _sass/pages/_news.scss */
.news__item,
.case-study__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border: 5px solid #fff;
  margin-bottom: 40px;
}

@media screen and (min-width: 530px) {
  /* line 19, _sass/pages/_news.scss */
  .news__item,
  .case-study__item {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  /* line 19, _sass/pages/_news.scss */
  .news__item,
  .case-study__item {
    width: 33.33%;
  }
}

/* line 36, _sass/pages/_news.scss */
.news__item__thumbnail,
.case-study__item__thumbnail {
  height: 240px;
  overflow: hidden;
  background: #e7e7e8;
}

/* line 41, _sass/pages/_news.scss */
.news__item__thumbnail img,
.case-study__item__thumbnail img {
  width: 100%;
  height: auto;
}

/* line 47, _sass/pages/_news.scss */
.news__item__header,
.case-study__item__header {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  font-weight: 600;
  margin: 20px 0;
}

/* line 51, _sass/pages/_news.scss */
.news__item__header a,
.case-study__item__header a {
  color: #001446;
}

/* line 56, _sass/pages/_news.scss */
.news__item__excerpt,
.case-study__item__excerpt {
  font-size: 18px;
}

/* line 60, _sass/pages/_news.scss */
.news__item__date,
.case-study__item__date {
  font-size: 15px;
  font-weight: 600;
}

/* line 68, _sass/pages/_news.scss */
.news__item-casestudy,
.case-study__item-casestudy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border: 5px solid #fff;
  margin-bottom: 40px;
}

@media screen and (min-width: 530px) {
  /* line 68, _sass/pages/_news.scss */
  .news__item-casestudy,
  .case-study__item-casestudy {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  /* line 68, _sass/pages/_news.scss */
  .news__item-casestudy,
  .case-study__item-casestudy {
    width: 100%;
  }
}

/* line 85, _sass/pages/_news.scss */
.news__item-casestudy__thumbnail,
.case-study__item-casestudy__thumbnail {
  height: 240px;
  overflow: hidden;
  background: #e7e7e8;
}

/* line 90, _sass/pages/_news.scss */
.news__item-casestudy__thumbnail img,
.case-study__item-casestudy__thumbnail img {
  width: 100%;
  height: auto;
}

/* line 96, _sass/pages/_news.scss */
.news__item-casestudy__header,
.case-study__item-casestudy__header {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  font-weight: 600;
  margin: 20px 0;
}

/* line 100, _sass/pages/_news.scss */
.news__item-casestudy__header a,
.case-study__item-casestudy__header a {
  color: #001446;
}

/* line 105, _sass/pages/_news.scss */
.news__item-casestudy__excerpt,
.case-study__item-casestudy__excerpt {
  font-size: 18px;
}

/* line 109, _sass/pages/_news.scss */
.news__item-casestudy__date,
.case-study__item-casestudy__date {
  font-size: 15px;
  font-weight: 600;
}

@media screen and (min-width: 775px) {
  /* line 117, _sass/pages/_news.scss */
  .news__content,
  .case-study__content {
    margin-right: 300px;
  }
}

/* line 122, _sass/pages/_news.scss */
.news-single,
.case-study-single {
  position: relative;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.news-single::after,
.case-study-single::after {
  clear: both;
  content: '';
  display: table;
}

/* line 125, _sass/pages/_news.scss */
.news-single .video-container,
.case-study-single .video-container {
  margin-top: 20px;
}

/* line 130, _sass/pages/_news.scss */
.news__nav-links,
.case-study__nav-links {
  display: none;
  font-size: 15px;
  position: absolute;
  right: 20px;
  top: 0px;
}

@media screen and (min-width: 600px) {
  /* line 130, _sass/pages/_news.scss */
  .news__nav-links,
  .case-study__nav-links {
    display: block;
  }
}

/* line 140, _sass/pages/_news.scss */
.news .paging,
.case-study .paging {
  width: 100%;
  clear: both;
  text-align: center;
}

/* line 149, _sass/pages/_news.scss */
.newsletter-thumbnail {
  border: 2px solid #e7e7e8;
}

@media screen and (min-width: 775px) {
  /* line 153, _sass/pages/_news.scss */
  .case-study__content {
    margin-right: 0px;
  }
}

/* line 1, _sass/pages/_solution.scss */
.solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 9, _sass/pages/_solution.scss */
.solution h2 {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  color: #001446;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 16, _sass/pages/_solution.scss */
.solution h3 {
  margin-bottom: 35px;
}

/* line 20, _sass/pages/_solution.scss */
#seihin_ichiran {
  font-family:  "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", "sans-serif" !important; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 2.25rem;
  color: #0066b2;
  margin-bottom: 20px;
  text-align: left;
}

/* line 26, _sass/pages/_solution.scss */
.solution__intro {
  width: 100%;
}

/* line 30, _sass/pages/_solution.scss */
.solution__search {
  float: left;
  width: 100%;
  padding-right: 30px;
  font-size: 15px;
}

@media screen and (min-width: 600px) {
  /* line 30, _sass/pages/_solution.scss */
  .solution__search {
    width: 33%;
  }
}

/* line 38, _sass/pages/_solution.scss */
.solution__search .dropdown_item {
  margin-bottom: 20px;
}

/* line 41, _sass/pages/_solution.scss */
.solution__search .filter {
  width: 100%;
}

/* line 44, _sass/pages/_solution.scss */
.solution__search .on {
  display: block !important;
}

/* line 48, _sass/pages/_solution.scss */
.solution__search__btn {
  background: #0066b2;
}

/* line 51, _sass/pages/_solution.scss */
.solution__search__btn--reset {
  background: #d51566;
}

/* line 57, _sass/pages/_solution.scss */
.solution__results {
  float: left;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 57, _sass/pages/_solution.scss */
  .solution__results {
    width: 66%;
  }
}

/* line 64, _sass/pages/_solution.scss */
.solution__results__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* line 73, _sass/pages/_solution.scss */
.solution__results__item {
  float: left;
  width: 48%;
  margin-bottom: 0px;
  display: block;
}

@media screen and (min-width: 600px) {
  /* line 73, _sass/pages/_solution.scss */
  .solution__results__item {
    width: 31%;
  }
}

/* line 84, _sass/pages/_solution.scss */
.solution__results__item__title {
  background: #001446;
  padding: 10px;
  color: #fff;
  font-size: 15px;
}

/* line 91, _sass/pages/_solution.scss */
.solution__results__item__image {
  width: 100%;
}

/* line 95, _sass/pages/_solution.scss */
.solution__results__item__content {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e8;
}

/* line 103, _sass/pages/_solution.scss */
.solution__results__item:hover {
  text-decoration: none;
}

/* line 2, _sass/pages/_contact.scss */
.contact iframe {
  display: none;
}

@media screen and (min-width: 530px) {
  /* line 2, _sass/pages/_contact.scss */
  .contact iframe {
    display: block;
  }
}

/* line 8, _sass/pages/_contact.scss */
.contact__address__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* line 16, _sass/pages/_contact.scss */
.contact__address {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 5px solid #fff;
}

@media screen and (min-width: 775px) {
  /* line 16, _sass/pages/_contact.scss */
  .contact__address {
    width: 33%;
  }
}

/* line 25, _sass/pages/_contact.scss */
.contact__address h3,
.contact__address h4,
.contact__address h5 {
  font-weight: 600;
}

/* line 28, _sass/pages/_contact.scss */
.contact__address--no-mobile {
  display: none;
}

@media screen and (min-width: 775px) {
  /* line 28, _sass/pages/_contact.scss */
  .contact__address--no-mobile {
    display: block;
  }
}

/* line 36, _sass/pages/_contact.scss */
.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* line 44, _sass/pages/_contact.scss */
.contact__form .wpcf7-form-control-wrap {
  padding: 10px 0;
}

@media screen and (min-width: 530px) {
  /* line 44, _sass/pages/_contact.scss */
  .contact__form .wpcf7-form-control-wrap {
    width: 48%;
  }
}

/* line 49, _sass/pages/_contact.scss */
.contact__form .wpcf7-form-control-wrap input {
  padding: 10px;
  width: 100%;
}

/* line 54, _sass/pages/_contact.scss */
.contact__form .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px;
}

/* line 60, _sass/pages/_contact.scss */
.contact__form .wpcf7-submit {
  /*background:$brand-blue;*/
  height: 100%;
  background: #ffffff;
  border: 2px solid #0066b2;
  color: #e0006d;
}

/* line 69, _sass/pages/_contact.scss */
.contact__form-casestudy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* line 77, _sass/pages/_contact.scss */
.contact__form-casestudy .wpcf7-form-control-wrap {
  padding: 10px 0;
}

@media screen and (min-width: 530px) {
  /* line 77, _sass/pages/_contact.scss */
  .contact__form-casestudy .wpcf7-form-control-wrap {
    width: 100%;
  }
}

/* line 82, _sass/pages/_contact.scss */
.contact__form-casestudy .wpcf7-form-control-wrap input {
  padding: 10px;
  width: 100%;
}

/* line 87, _sass/pages/_contact.scss */
.contact__form-casestudy .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px;
}

/* line 93, _sass/pages/_contact.scss */
.contact__form-casestudy .wpcf7-submit {
  background: #0066b2;
  height: 100%;
}

/* line 99, _sass/pages/_contact.scss */
.contact__form__header {
  font-weight: 600;
}

/* line 102, _sass/pages/_contact.scss */
.contact .contact-border {
  border: 5px solid #0066b2;
  padding: 20px;
  background-color: #0093d4;
}

/* line 2, _sass/pages/_search.scss */
.search__thumbnail {
  float: left;
  margin-right: 20px;
}

/* line 7, _sass/pages/_search.scss */
.search .paging {
  width: 100%;
  clear: both;
  text-align: center;
}

/* line 13, _sass/pages/_search.scss */
.search-img {
  float: left;
  width: 10%;
  margin-bottom: 10px;
}

/* line 19, _sass/pages/_search.scss */
.search-content {
  float: left;
  width: 90%;
}

/* line 1, _sass/pages/_booking.scss */
.booking_wrap {
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}

/* line 6, _sass/pages/_booking.scss */
.img-responsive {
  width: 100%;
  height: auto;
}

/* line 10, _sass/pages/_booking.scss */
.booking_logo {
  margin-top: 44px;
  margin-bottom: 25px;
}

/* line 14, _sass/pages/_booking.scss */
.booking_form textarea,
.booking_form input[type='text'],
.booking_form input[type='email'] {
  border: 1px solid #c5c4c4;
  text-align: center;
  width: 100%;
}

/* line 20, _sass/pages/_booking.scss */
.booking_form input[type='text'],
.booking_form input[type='email'] {
  height: 30px;
}

/* line 23, _sass/pages/_booking.scss */
.booking_form input[type='submit'] {
  background-color: #093166;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  /* line 30, _sass/pages/_booking.scss */
  .col-7 {
    display: none;
  }

  /* line 33, _sass/pages/_booking.scss */
  .col-5 {
    text-align: center;
    float: left;
    width: 100%;
    height: auto;
    /*background-color: #e6e6e6;*/
  }

  /* line 40, _sass/pages/_booking.scss */
  .booking_form {
    margin: 0 auto;
    width: 80%;
  }
}

@media only screen and (min-width: 961px) {
  /* line 48, _sass/pages/_booking.scss */
  .col-7 {
    float: left;
    width: 60%;
  }

  /* line 52, _sass/pages/_booking.scss */
  .col-5 {
    text-align: center;
    float: left;
    width: 40%;
    height: auto;
    /*background-color: #e6e6e6;*/
    padding-bottom: 10px;
  }

  /* line 60, _sass/pages/_booking.scss */
  .booking_form {
    margin: 0 auto;
    width: 280px;
  }
}

/********************* ここからタブレットサイズ *********************/
@media only screen and (max-width: 1024px) {
  #videoOverlay #midashi_text {
    font-size: 0.85rem;
  }

  .video_bg {
    height: 450px;
  }

  video {
    height: 450px;
  }

  #videoOverlay h1 {
    font-size: 1.25rem;
  }

  /* 全体 */
  h1 {
    margin-bottom: 10px;
    padding-top: 20px;
  }

  p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  h2,
  .h2 {
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 50px auto 20px auto;
  }

  /* 概要 */

  .about {
    margin: 5% 5% 0 5%;
  }

  .about h1 {
    color: #d51566;
    font-size: 1.25rem;
  }

  .about_logo {
    width: 200px;
  }

  .about .contents_right img {
    width: 100%;
  }

  /* 使い方 */
  .item_img {
    height: 100px;
  }

  /*　画像のマスク　*/
  .mask {
    height: 90px;
  }

  .item_text p {
    font-size: 0.6rem;
    padding: 5px;
    line-height: 0.8rem;
  }

  .how_title {
    width: 100%;
  }

  .how_to_use_text p {
    font-size: 1rem;
  }

  .text_note {
    font-size: 0.75rem;
    width: 90%;
    margin: 0 auto;
  }

  /* 製品ラインナップ */

  .category_title {
    font-size: 1.5rem;
  }

  .category_title small {
    font-size: 0.9rem;
    line-height: 0.9rem;
    padding-top: 15px;
  }

  /* 
    .top508FS {
        max-height: 380px;
    }

    .top1250 {
        max-height: 370px;
    } */

  /* 事例紹介 */
  .job {
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
  .name {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .contact_title h2 {
    line-height: 2rem;
  }

  .center_button {
    font-size: 1rem;
  }

  /* 各製品ページフレーズ */
  .phrase {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 0.8rem;
  }

  /* 製品ラインナップ */

  /* .lineup_contents {
        height: 490px;
    } */

  .contents_inner p {
    font-size: 0.8rem;
  }

  .category_title {
    font-size: 1.25rem !important;
  }

  .category_title small {
    font-size: 0.9rem;
  }

  .item_img {
    height: 90px;
  }

  /*　画像のマスク　*/
  .mask {
    height: 70px;
  }

  .item_text p {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }

  .how_to_use_text p {
    font-size: 0.8rem;
  }

    .site__footer {
    margin-top: 50px;
    padding-top: 30px;
  }

  .top_catch{
    font-size: 1.2rem;
  }
}

/********************* ここからスマホサイズ *********************/

/* バナー動画 */
@media screen and (max-width: 428px) {
  #videoOverlay #midashi_text {
    font-size: 0.75rem;
  }

  .video_bg {
    height: 200px;
  }

  video {
    height: 200px;
  }

  #videoOverlay {
    display: none !important;
  }

  #videoOverlay h1 {
    font-size: 1.25rem;
  }

  /* 全体 */
  h1 {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  p {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  h2,
  .h2 {
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 50px auto 20px auto;
  }

  .contents_left {
    width: 90%;
  }

  .contents_right {
    width: 100%;
    margin: 0 auto;
    clear: both;
  }

  /* 概要 */

  .about {
    margin: 5% 5% 0 5%;
  }

  .about h1 {
    color: #d51566;
    font-size: 0.9rem;
  }

  .about_logo {
    width: 100px;
  }

  .about .contents_right img {
    width: 90%;
    margin: 0 auto;
  }

  /* 使い方 */

  .item_img {
    height: 50px;
  }

  /*　画像のマスク　*/
  .mask {
    height: 40px;
  }

  .item_text p {
    font-size: 0.45rem;
    padding: 5px;
    line-height: 0.8rem;
  }

  .how_to_use_text p {
    background: linear-gradient(transparent 80%, #ff9ec6 50%);
    font-size: 0.65rem;
  }

  .text_note {
    font-size: 0.65rem;
  }

  /* 製品ラインナップ */

  .lineup_contents {
    display: block;
    float: left;
  }

  .container1 {
    height: auto;
  }

  .category_title {
    font-size: 1.25rem;
  }

  .category_title small {
    font-size: 0.75rem;
    line-height: 0.5rem;
  }

  .li_contents_left {
    width: 90%;
  }

  .top450DT,
  .top2440,
  .top1250 {
    padding-top: 20px;
  }

  .top508FS {
    padding-top: 10px;
  }

  .site__banner__header{
    font-size: 1.3rem;
  }


}
