@charset "UTF-8";

/* normalize, 変数(for Sass) */

@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: 0.05em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* mixin(for Sass) */

/* ベースの要素スタイル */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box;
}

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.sec-content {
  padding: 30px 0;
}

.sec-content:last-of-type {
  padding: 25px 0 50px;
}

/*===================================
module flexbox
====================================*/

.flex-col-sp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col-sp_2 > li {
  width: calc(50% - 5px);
}

.flex-col-sp_2_nmargin > li {
  width: 50%;
}

a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: 0.8;
}

.link-arrow::after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 12px;
}

/* ========================
hoverで横線が出てくるやつ
==========================*/

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol > li {
  counter-increment: number;
  position: relative;
}

ol > li:before {
  content: counter(number) ".";
  display: inline-block;
  margin-left: -1em;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

th {
  font-weight: normal;
}

.c-table {
  line-height: 1.4;
}

.c-table dl {
  margin-top: 10px;
}

.c-table dl dt {
  padding: 10px;
  background-color: #789bd0;
  color: #ffffff;
  font-weight: bold;
}

.c-table dl dd {
  padding: 10px;
}

.c-table dl dd p {
  margin-bottom: 20px;
}

.c-table dl dd p:last-child {
  margin-bottom: 0;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #33a664;
  border-radius: 3px;
  background: #33a664;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

.form-submit {
  position: relative;
  width: 100%;
  line-height: 34px;
  padding: 15px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.submit-btn {
  position: relative;
}

.submit-btn:after {
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #fff;
}

.section-confirmation input[type="submit"],
.section-confirmation input[type="button"] {
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
}

.section-confirmation input[type="submit"]:hover,
.section-confirmation input[type="button"]:hover {
  opacity: 0.7;
}

.section-confirmation .input-submit {
  position: relative;
  margin-bottom: 10px;
}

.section-confirmation .input-button {
  position: relative;
}

.reset-btn {
  width: 100%;
  display: block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border: none;
  border-color: #000;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

.reset-btn:hover {
  color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000;
  border: none;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 2px 6px -1px #ccc inset;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  resize: vertical;
}

input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 2px 6px -1px #ccc inset;
}

input[type="checkbox"] {
  margin-right: 8px;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: 'condenseicon';
  src: url("/font/CONDENSEicon.ttf") format("truetype"), url("/font/CONDENSEicon.otf") format("opentype"), url("/font/CONDENSEicon.woff") format("woff");
}

/* ライブラリ */

/* コンポーネント */

.c-btn__center {
  text-align: center;
}

.btn {
  width: 100%;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  color: #243f75;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1;
}

.btn:visited {
  color: #243f75;
}

.btn:after {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 12px;
}

.btn.btn-default {
  background-color: #231815;
  color: #ffffff;
}

.btn.btn-line {
  border: 2px solid #231815;
  color: #231815;
}

.btn.btn-line:hover {
  border: 2px solid #efc337;
  background-color: #efc337;
}

.btn.btn-f__small {
  font-size: 14px;
}

.page-anchor:after {
  content: "\f078";
}

/* animate */

@-webkit-keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.common-contact {
  padding-top: 30px;
  border-top: 1px solid #33a664;
}

.common-contact__title {
  margin-bottom: 10px;
  color: #33a664;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  text-align: center;
}

.common-contact__ico i {
  display: table-cell;
  width: 80px;
  height: 80px;
  padding-top: 25px;
  background: #d6ede0;
  color: #146336;
  text-align: center;
  font-size: 30px !important;
}

.common-contact__right {
  display: table-cell;
  width: 70%;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}

.common-contact p {
  text-align: center;
}

.common-contact__list {
  margin-top: 15px;
}

.common-contact__list li {
  width: 100%;
  display: table;
  position: relative;
  border: 2px solid #33a664;
  padding: 8px;
}

.common-contact__tel {
  margin-bottom: 10px;
}

.common-contact__tel a {
  color: #146336;
  font-size: 25px;
  font-weight: bold;
}

.common-contact__tel p {
  text-align: left;
  margin-left: 13px;
}

.common-contact__mail a {
  display: block;
  padding: 12px 0;
  background: #146336;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}

.page-header {
  position: relative;
  background: #d6ede0;
  height: 100px;
}

.page-header .page-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  color: #146336;
  text-align: center;
  line-height: 1;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

.page-header .page-title span {
  display: block;
  font-size: 10px;
  padding-top: 8px;
  position: relative;
  color: #33a664;
  font-weight: normal;
}

/* ====================
各ページのタイトル背景設定
=======================*/

.service .page-header {
  background-image: url(../images/service/main.jpg);
}

.contact .page-header {
  background-image: url(../images/contact/main.jpg);
}

.company .page-header {
  background-image: url(../images/company/main.jpg);
}

.work .page-header {
  background-image: url(../images/work/main.jpg);
}

/* ====================
トップページ、共通コンタクトエリア用
=======================*/

.common-title__center {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

.common-title__center:before {
  content: "−";
  margin-right: 15px;
  color: #aeaeae;
}

.common-title__center:after {
  content: "−";
  margin-left: 15px;
  color: #aeaeae;
}

.common-title__center .en {
  display: block;
  font-size: 10px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  color: #aeaeae;
}

/* ====================
セクションタイトル
=======================*/

.sec-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #146336;
}

.sec-title:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 46%;
  border-top: 1px solid #33a664;
}

.sec-title span {
  position: relative;
  padding-right: 10px;
  background: #ffffff;
  z-index: 10;
}

/* ====================
白背景のやつ
=======================*/

.sec-subtitle {
  background: #fff;
  margin-bottom: 12px;
  padding: 8px 12px 8px 1.8em;
  font-size: 16px;
  font-weight: bold;
  text-indent: -1em;
}

.sec-subtitle:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  margin-right: 10px;
  background: #fffbc2;
  vertical-align: -4px;
}

.l-pagetop a {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
  padding-top: 5px;
  background: rgba(51, 166, 100, 0.8);
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  z-index: 100;
  border: 1px solid #ffffff;
  border-radius: 50%;
  line-height: 1.2em;
}

.c-table th {
  display: block;
  padding: 10px;
  color: #146336;
  font-weight: bold;
  border-bottom: 3px solid #33a664;
  text-align: left;
}

.c-table td {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #aeaeae;
  text-align: left;
}

/* 共通レイアウト(header, footer, etc.) */

#footer {
  position: relative;
}

#footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/images/footer/ico_left_b.png) no-repeat;
  background-size: 100%;
}

#footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(/images/footer/ico_right_b.png) no-repeat;
  background-size: 100%;
}

.l-footer {
  background: #146336;
}

.l-footer__container li a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #d6ede0;
  color: #d6ede0;
}

.l-footer__container li:first-child a {
  padding-top: 10px;
}

.l-footer__container li:last-child a {
  margin-bottom: 0;
  border-bottom: none;
}

.l-footer address {
  display: block;
  margin: 0;
  padding: 8px 0;
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  color: #000;
}

/*=========================
global-navigation button style
==========================*/

.gnav-btn {
  display: block;
  position: absolute;
  padding-top: 10px;
  top: 59px;
  right: 0;
  text-align: center;
  width: 33.3333%;
  height: 50px;
  background-color: #146336;
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
}

.gnav-btn-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.gnav-btn-container img {
  position: absolute;
  width: 27px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -13px;
  display: block;
  transition: all .2s;
}

.gnav-btn-container.close img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-open .gnav-txt__close {
  display: block;
}

.menu-open .gnav-txt__open {
  display: none;
}

/* ハンバーガーアニメーション */

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

/*=========================
global-navigation active style
==========================*/

/*=========================
h-gnav
==========================*/

.globalnav {
  width: 100%;
  background: #f7f7f7;
  display: none;
  position: absolute;
  top: 112px;
  right: 0;
  z-index: 20;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.globalnav-list > li {
  border-top: 1px solid #ffffff;
}

.globalnav-list > li:first-child {
  border-top: none;
}

.globalnav-list > li > a {
  position: relative;
  display: block;
  padding: 10px 12px;
  text-align: center;
  transition: none;
}

.globalnav-list > li > a span {
  display: block;
  color: #33a664;
  font-size: 10px;
}

/*=========================
common header
==========================*/

.l-header {
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #f7f7f7;
}

.l-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/images/header/ico_left_t.png) no-repeat;
  background-size: 100%;
  z-index: 100;
}

.l-header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(/images/header/ico_right_t.png) no-repeat;
  background-size: 100%;
  z-index: 100;
}

.l-header .l-container {
  padding: 0;
}

.l-header .l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-header .l-container > p {
  position: absolute;
  left: 0;
  top: 10px;
  color: #aeaeae;
  font-size: 10px;
  text-align: left;
}

.l-header .l-header__title {
  line-height: 0;
  width: 193px;
  height: 59px;
  margin: 0 auto;
  padding: 16px 0 0;
}

.l-header__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-header__tel {
  width: 33.3333%;
  height: 50px;
  background: #f2b13e;
}

.l-header__tel p {
  display: none;
}

.l-header__tel .num {
  font-size: 26px;
  font-weight: bold;
  text-align: right;
  line-height: 1em;
}

.l-header__tel .time {
  font-size: 12px;
  color: #000;
  text-align: right;
}

.l-header__tel a {
  position: relative;
  display: block;
  background: #f2b13e;
  color: #ffffff;
}

.l-header__mail {
  position: relative;
  background: #33a664;
  width: 33.3333%;
  height: 50px;
}

.l-header__mail span {
  display: none;
}

.l-header__mail a {
  display: block;
  background: #33a664;
  color: #ffffff;
}

.l-header .fa-phone {
  position: absolute;
  left: 50%;
  margin-left: -9px;
  padding-top: 9px;
  font-size: 30px !important;
  color: #ffffff;
}

.l-header .fa-envelope {
  position: absolute;
  left: 50%;
  margin-left: -9px;
  padding-top: 10px;
  font-size: 28px !important;
}

.l-wrapper {
  margin: 0 auto;
}

.l-container {
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

/* ページごとのスタイル */

.p-business__title {
  color: #33a664;
  text-align: center;
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-business__flow-list > li {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 10px;
  background: #d6ede0;
  border-radius: 6px;
  text-align: center;
}

.p-business__flow-list > li:last-child {
  background: #ffffff;
}

.p-business__flow-list > li:last-child:after {
  display: none;
}

.p-business__flow-list > li:after {
  content: "▼";
  position: absolute;
  left: 50%;
  bottom: -34px;
  margin: 8px 0;
  color: #33a664;
  text-align: center;
}

.p-business__flow-list > li li {
  padding: 8px;
  background: #ffffff;
  border-radius: 6px;
}

.p-business__flow-list > li li:first-child {
  margin: 10px 0;
}

.p-business__flow-list > li li a {
  color: #f2b13e;
  font-weight: bold;
}

.p-business__flow-list > li.orange {
  background: #fcefd8;
  margin: 0;
}

.p-business__flow-list > li.orange .p-business__flow-step {
  color: #f2b13e;
}

.p-business__flow-list > li.orange .p-business__flow-title {
  color: #f2b13e;
}

.p-business__flow-list > li.orange:after {
  display: none;
}

.p-business__flow-step {
  font-weight: bold;
  color: #33a664;
}

.p-business__flow-title {
  margin-bottom: 20px;
  font-weight: bold;
  color: #33a664;
}

.sec-content.p-company__info {
  padding: 30px 0 0;
}

.p-company__access-map {
  margin-bottom: 10px;
  height: 200px;
}

.p-company__access-map iframe {
  width: 100%;
  height: 100%;
}

.p-company__access dt {
  font-weight: bold;
}

.p-contact > p {
  margin-bottom: 15px;
}

.p-contact__tel {
  margin-bottom: 15px;
}

.p-contact__tel p {
  color: #f2b13e;
  font-weight: bold;
  font-size: 20px;
}

.mainvisual {
  background: url(/images/index/bg_main.jpg) no-repeat center center;
  background-size: cover;
  height: 150px;
}

.mainvisual-title {
  width: 60%;
  padding: 50px 0 0 15px;
}

.top-business__left--headline {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: bold;
}

.top-business__right li {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #146336;
  border-bottom: 4px solid #146336;
}

.top-business__right li:last-child {
  margin-bottom: 0;
}

.top-business__right a {
  display: block;
}

.top-business__right--img {
  display: table-cell;
  width: 30%;
  padding: 5px;
}

.top-business__right p {
  position: relative;
  width: 58%;
  display: table-cell;
  font-weight: bold;
  color: #146336;
  text-align: center;
}

.top-business__right p:after {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 12px;
}

.top-news .common-title__center:before,
.top-news .common-title__center:after {
  display: none;
}

.top-news .top-news__headline:before {
  content: "−";
  margin-right: 15px;
  color: #aeaeae;
}

.top-news .top-news__headline:after {
  content: "−";
  margin-left: 15px;
  color: #aeaeae;
}

.c-news {
  padding: 20px 15px;
  border: 8px solid #f7f7f7;
}

.c-news li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #f7f7f7;
}

.c-news li:last-child {
  margin-bottom: 0;
}

.c-news__time {
  color: #aeaeae;
  font-weight: bold;
}

.c-news__txt a {
  font-weight: bold;
}

.c-news__txt a:before {
  content: "▶";
  color: #33a664;
  margin-right: 8px;
}

.p-product__list {
  margin-bottom: 40px;
}

.p-product__list li {
  margin-bottom: 30px;
}

.p-product__list li:last-child {
  margin-bottom: 0;
}

.p-product__title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 8px;
  background: #d6ede0;
  color: #146336;
  font-weight: bold;
}

.p-product__img {
  margin-bottom: 10px;
}

.p-product__txt dl {
  display: table;
}

.p-product__txt dt {
  display: table-cell;
  width: 100px;
  color: #146336;
  font-weight: bold;
}

.p-product__txt dd {
  display: table-cell;
  padding-left: 1em;
  text-indent: -1em;
}

.p-product__txt dd:before {
  content: ":";
  margin-right: 8px;
}

.p-recruit .c-table th {
  width: 200px;
}

.section-results__list {
  margin-bottom: 30px;
}

.section-results li {
  text-indent: -1.5em;
  margin-bottom: 10px;
  padding-left: 1.5em;
}

.section-results li:before {
  content: "・";
  margin-right: 8px;
}

.section-results li a {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fffbc2 70%);
}

/* ユーティリティ(color, size, spacing, etc.) */

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-white {
  background-color: #FFF !important;
}

.u-bc-lightgray {
  background-color: #f7f7f7 !important;
}

.u-bc-blue {
  background-color: #789bd0 !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #cc0000 !important;
}

.u-c-green {
  color: #33a664 !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

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

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

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

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 736px) {
  .sec-content {
    padding: 50px 0 0;
  }

  .sec-content:last-of-type {
    padding: 50px 0 100px;
  }

  .flex-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col_2 > li {
    width: 50%;
  }

  .flex-col_3 > li {
    width: 33.3333%;
  }

  .flex-col_4 > li {
    width: 25%;
  }

  .flex-col_5 > li {
    width: 20%;
  }

  .flex-col-sp_2 > li {
    width: 100%;
  }

  .flex-col-sp_2_nmargin > li {
    width: 100%;
  }

  .flex-col_pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-arrow::after {
    margin-top: -3px;
    margin-left: 10px;
    font-size: 16px;
  }

  .viewlinks {
    font-size: 16px;
  }

  .c-table dl {
    display: table;
    width: 100%;
  }

  .c-table dl dt {
    display: table-cell;
    padding: 15px 15px 15px 20px;
    width: 145px;
    position: relative;
  }

  .c-table dl dd {
    display: table-cell;
    padding: 15px 15px 15px 20px;
    border: 1px solid #f2f2f2;
  }

  .form-submit {
    width: 250px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
  }

  .form-submit:hover {
    opacity: 0.6;
  }

  .submit-btn {
    margin-top: 30px;
  }

  .submit-btn:after {
    left: 480px;
    right: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .section-confirmation input[type="submit"],
  .section-confirmation input[type="button"] {
    font-size: 16px;
  }

  .section-confirmation .input-submit {
    width: 200px;
    display: inline-block;
    margin: 0 20px 0 100px;
  }

  .section-confirmation .input-button {
    width: 200px;
    display: inline-block;
  }

  textarea {
    width: 777px;
    height: 85px;
  }

  input[type="text"] {
    width: 340px;
    height: 40px;
    padding: 0 8px;
    font-size: 16px;
    float: left;
  }

  input[type="text"].input-fullwidth {
    width: 620px;
  }

  input.full-width {
    width: 777px;
  }

  label {
    margin-right: 20px;
  }

  #formWrap .c-table th {
    width: 200px;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .btn {
    width: 300px;
    padding: 25px;
    font-size: 16px;
  }

  .btn:after {
    font-size: 16px;
  }

  .btn.btn-wide {
    width: 360px;
    padding: 18px;
  }

  .btn.btn-f__small {
    font-size: 16px;
  }

  .page-anchor:after {
    font-size: 10px;
    font-weight: normal;
  }

  .common-contact {
    padding: 40px 0 60px !important;
  }

  .common-contact__title {
    font-size: 20px;
  }

  .common-contact__ico i {
    width: 120px;
    height: 120px;
    font-size: 50px !important;
    padding-top: 34px;
  }

  .common-contact__list {
    margin-top: 30px;
  }

  .common-contact__list li {
    width: 480px;
  }

  .common-contact__tel a {
    font-size: 42px;
    line-height: 1.2em;
  }

  .common-contact__mail a {
    padding: 30px 0;
    font-size: 16px;
  }

  .common-contact__mail a.link-arrow::after {
    margin-left: 30px;
  }

  .page-header {
    height: 160px;
    margin-top: -5px;
  }

  .page-header .page-title {
    font-size: 42px;
  }

  .page-header .page-title span {
    padding-top: 6px;
    font-size: 16px;
  }

  .common-title__center {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .common-title__center .en {
    font-size: 17px;
  }

  .sec-title {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .sec-subtitle {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .sec-subtitle:before {
    width: 5px;
    height: 30px;
    vertical-align: -6px;
  }

  .c-table th {
    display: table-cell;
    width: 150px;
    padding: 20px 10px;
  }

  .c-table td {
    display: table-cell;
    padding: 20px 10px;
  }

  #footer {
    height: 106px;
  }

  .l-footer__container {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .l-footer__container li {
    padding-top: 15px;
  }

  .l-footer__container li a {
    border: none;
    font-size: 12px;
  }

  .l-footer__container li a:after {
    content: "▶︎";
    margin-left: 8px;
    font-size: 10px;
  }

  .l-footer__container li:first-child a {
    padding-top: 0;
  }

  .l-footer address {
    padding: 15px 0;
    font-size: 12px;
  }

  .gnav-btn {
    display: none;
  }

  .index .gnav-index:after {
    bottom: 0;
  }

  .business .gnav-business:after {
    bottom: 0;
  }

  .product .gnav-product:after {
    bottom: 0;
  }

  .company .gnav-company:after {
    bottom: 0;
  }

  .works .gnav-works:after {
    bottom: 0;
  }

  .contact .gnav-contact:after {
    bottom: 0;
  }

  .recruit .gnav-recruit:after {
    bottom: 0;
  }

  .globalnav {
    display: block;
    position: static;
    width: 1000px;
    margin: 0 auto;
  }

  .globalnav-list {
    width: 735px;
    display: table;
    background-color: transparent;
    float: right;
  }

  .globalnav-list:after {
    content: "";
    clear: both;
    display: block;
  }

  .globalnav-list > li {
    border-top: none;
    width: 20%;
    display: table-cell;
    padding: 0 10px;
    letter-spacing: 0;
    text-align: center;
  }

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

  .globalnav-list > li > a {
    display: block;
    color: #000;
    padding: 0 0 13px;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .globalnav-list > li > a span {
    font-size: 12px;
  }

  .globalnav-list > li > a:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 60px;
    height: 4px;
    left: 50%;
    margin-left: -30px;
    background-color: #33a664;
    transition: all 0.3s ease;
  }

  .globalnav-list > li > a:hover:after {
    bottom: 0;
  }

  .l-header {
    overflow: hidden;
    padding-top: 5px;
    border-radius: 0 0 10px 10px;
    z-index: 10;
  }

  .l-header .l-container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  .l-header .l-header__title {
    width: 240px;
    padding: 50px 0 0;
    position: relative;
    float: left;
  }

  .l-header__list {
    width: 385px;
    float: right;
  }

  .l-header__tel {
    width: 215px;
    padding-top: 1px;
    background: none;
    color: #f2b13e;
    margin-right: 10px;
  }

  .l-header__tel p {
    display: block;
  }

  .l-header__mail {
    width: 160px;
    background: none;
    color: #f2b13e;
  }

  .l-header__mail span {
    display: block;
    padding-left: 28px;
  }

  .l-header__mail a {
    padding: 10px;
    text-align: center;
  }

  .l-header .fa-phone {
    padding-top: 1px;
    left: 16px;
    color: #f2b13e;
    font-size: 27px !important;
  }

  .l-header .fa-envelope {
    left: 20px;
    top: 3px;
    margin-left: 0;
    font-size: 18px !important;
  }

  .l-wrapper {
    min-width: 1040px;
  }

  .l-container {
    padding: 0 20px;
    width: 1040px;
  }

  .p-business__flow {
    margin-bottom: -30px;
  }

  .p-business__flow-list > li {
    width: 226px;
  }

  .p-business__flow-list > li:after {
    content: "▶︎";
    top: 50%;
    right: -145px;
    bottom: auto;
    margin-top: -12px;
  }

  .p-business__flow-list > li.orange {
    margin-bottom: 30px;
  }

  .p-business__flow-step .num {
    width: 73px;
    display: block;
    margin: 0 auto 15px;
    padding: 12px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 29px;
  }

  .sec-content.p-company__info .c-table {
    width: 700px;
    margin: 0 auto;
  }

  .p-company__access-map {
    margin-bottom: 20px;
    height: 300px;
  }

  .p-company__access dl {
    text-align: center;
  }

  .p-company__access dt {
    margin-bottom: 15px;
  }

  .p-contact__form .c-table th {
    width: 200px;
  }

  .mainvisual {
    margin-top: -5px;
    height: 376px;
  }

  .mainvisual-title {
    width: 1000px;
    margin: 0 auto;
    padding-top: 136px;
  }

  .top-business {
    overflow: hidden;
  }

  .top-business__left {
    width: 500px;
    float: left;
  }

  .top-business__left--headline {
    font-size: 25px;
    line-heigt: 1.7em;
  }

  .top-business__right {
    width: 450px;
    float: right;
  }

  .top-business__right li {
    margin-bottom: 20px;
  }

  .c-news {
    padding: 40px 30px;
  }

  .c-news li {
    overflow: hidden;
  }

  .c-news__time {
    float: left;
    margin-right: 15px;
  }

  .c-news__txt {
    float: left;
  }

  .p-product__list .flex-col li {
    width: 313px;
    margin-bottom: 30px;
  }

  .p-product__txt dt {
    width: 110px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .service .page-header {
    background-image: url(../images/service/main@2x.jpg);
  }

  .contact .page-header {
    background-image: url(../images/contact/main@2x.jpg);
  }

  .company .page-header {
    background-image: url(../images/company/main@2x.jpg);
  }

  .work .page-header {
    background-image: url(../images/work/main@2x.jpg);
  }
}