@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?bxxvit");
  src: url("../font/icomoon.eot?bxxvit#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?bxxvit") format("truetype"), url("../font/icomoon.woff?bxxvit") format("woff"), url("../font/icomoon.svg?bxxvit#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook::before {
  content: "\e900";
}

.icon-instagram::before {
  content: "\e901";
}

.icon-line::before {
  content: "\e902";
}

.icon-twitter::before {
  content: "\e903";
}

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

*, *::before, *::after {
  /*outline: 1px solid red;*/
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-width: 375px;
  padding-top: 5.625rem;
}

_:-ms-lang(x)::-ms-backdrop, body {
  font-family: Meiryo, Helvetica, Arial, sans-serif;
}

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

ol[class], ul[class] {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

a {
  color: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

a img {
  transition: all 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.5;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-style: normal;
}

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

th, td {
  box-sizing: border-box;
}

input, select {
  vertical-align: middle;
}

input[type="text"][class], textarea[class] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  vertical-align: bottom;
}

button {
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

br {
  opacity: 0;
}

/************************************************
    Utility
*************************************************/
/*  Screen Reader
------------------------------------------------*/
.sr-only {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
}

/*  inline-block
------------------------------------------------*/
.i-blk {
  display: inline-block;
}

/*  block
------------------------------------------------*/
.blk {
  display: block;
}

.sticky {
  position: sticky;
}

.sticky.sticky-fixed.is-sticky {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

/************************************************
    スライダー
*************************************************/
.slider {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  z-index: 8;
}

.slider-swiper {
  max-width: 1000px;
  padding: 0 0 25px;
}

.swiper-slide img {
  width: 100%;
}

/************************************************
    タイトル
*************************************************/
.sec__title {
  color: #335fb8;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.sec__title .text {
  display: block;
}

.sec__title .after {
  color: #767676;
  font-size: 0.45em;
  letter-spacing: 0.06em;
  display: block;
  padding-left: 0.06em;
  margin-top: 0.16667em;
}

.sec__title--border::after {
  content: '';
  display: block;
  background-color: #335fb8;
  width: 10em;
  height: 2px;
  margin: 0.25em auto 0;
}

/************************************************
    地図
*************************************************/
.map {
  position: relative;
  z-index: 2;
}

.map iframe {
  width: 100%;
  height: 400px;
}

/************************************************
    問い合わせ・資料請求ボタン
*************************************************/
.btn--mail {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  display: inline-block;
  background-color: #005fc5;
  padding: 0.56579em 1em 0.56579em 1.14em;
  border-radius: 0.26316em;
}

.btn--mail:hover {
  background-color: rgba(0, 95, 197, 0.75);
}

button.btn--mail {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

/************************************************
    SNS
*************************************************/
.sns {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sns__item {
  font-size: 2.125em;
  margin: 0.20588em;
}

.sns__item a::before {
  font-family: 'icomoon';
}

.sns__item--facebook a::before {
  content: '\e900';
}

.sns__item--twitter a::before {
  content: '\e903';
}

.sns__item--instagram a::before {
  content: '\e901';
}

.sns__item--line a::before {
  content: '\e902';
}

/************************************************
    copyright
*************************************************/
.copyright {
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  padding-left: 0.02em;
}

/************************************************
    ナビゲーション
*************************************************/
.navigation {
  font-size: 0.9375em;
  text-align: left;
}

.navigation__item {
  padding: 0.5em 0;
}

.navigation__item a {
  display: block;
  padding: 0.5em 1em;
}

.navigation__item a::before {
  content: '▶';
}

/* ハンバーガーメニュー */
.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  background-color: white;
  box-sizing: content-box;
  padding: 10px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.toggle .hamburger {
  display: block;
  width: 45px;
  height: 33px;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s;
}

.toggle .line {
  display: block;
  background-color: #2ea7e0;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}

.toggle .line:first-of-type {
  top: 0;
}

.toggle .line:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  height: 0.625em;
}

.toggle .line:nth-of-type(2)::before {
  content: "MENU";
  color: #2ea7e0;
  font-size: 0.625em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: 0.1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.toggle .line:last-of-type {
  bottom: 0;
}

/* ハンバーガーボタンクリックアニメーション */
.js-is-open .toggle .line:first-of-type {
  transform: translateY(15px) rotate(-45deg);
}

.js-is-open .toggle .line:nth-of-type(2) {
  opacity: 0;
}

.js-is-open .toggle .line:last-of-type {
  transform: translateY(-15px) rotate(45deg);
}

/************************************************
    ページトップ
*************************************************/
.pageTop {
  text-align: right;
  max-width: 91.875rem;
  padding: 0.8125em 1.25rem;
  margin: -2.5em auto 0;
  position: sticky;
  bottom: 20px;
  z-index: 10;
  pointer-events: none;
}

.pageTop a {
  transition: opacity .3s ease;
  pointer-events: auto;
}

_:-ms-lang(x)::-ms-backdrop, .svg-pageTop {
  max-height: 56px;
}

.svg-pageTop .cls-1 {
  fill: #b5b5b6;
}

.svg-pageTop .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.27px;
}

/************************************************
    TEL
*************************************************/
.tel {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.04em;
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
}

.tel .before {
  width: 0.77143em;
  height: 0.77143em;
  margin-right: 0.25926em;
}

.tel .before .cls-1 {
  fill: white;
}

.tel .text {
  display: inline-block;
}

/************************************************
    ページタイトル
*************************************************/
.page__title {
  color: white;
  font-size: 0.75em;
  line-height: 1.54;
  text-align: center;
  background: #a1a4a4 no-repeat center / cover;
  max-width: 77.5rem;
  padding: 6.4375em 1.25rem 6.6875em;
  margin: 0 auto;
}

.page__title .text {
  font-size: 1.875em;
  font-weight: 500;
  letter-spacing: 0.444em;
  display: block;
  padding-left: 0.444em;
}

.page__title::after {
  font-weight: 400;
  letter-spacing: 0.15em;
  display: block;
  padding-left: 0.15em;
}

/************************************************
    パンくずリスト
*************************************************/
.breadcrumb {
  font-size: 0.6875em;
  letter-spacing: 0.06em;
  line-height: 1.75;
  padding: 1.18182em 1.25rem;
}

.breadcrumb-list {
  max-width: 67.5rem;
  margin: 0 auto;
}

.breadcrumb__item {
  display: inline;
}

.breadcrumb__item + .breadcrumb__item::before {
  content: ' / ';
  white-space: pre;
}

.breadcrumb__item a {
  color: black;
}

/************************************************
    定義リスト
*************************************************/
.definition-list {
  font-size: 1em;
  line-height: 1.6875;
  max-width: 590px;
  margin: 0 auto;
}

@supports (display: flow-root) {
  .definition-list {
    display: flow-root;
  }
}

@supports not (display: flow-root) {
  .definition-list::after {
    content: '';
    display: block;
    clear: both;
  }
}

_:-ms-lang(x)::-ms-backdrop, .definition-list::after {
  content: '';
  display: block;
  clear: both;
}

.sec__title + .definition-list {
  margin-top: 3.75em;
}

.definition-list .term {
  font-weight: 500;
  padding: 0.5625em 1em;
  float: left;
  clear: left;
}

.definition-list .description {
  padding: 0.5625em 1em 0.5625em 8em;
  border-top: 1px solid #a49f9e;
}

/************************************************
    採用情報バナー
*************************************************/
.bnr-recruit {
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
}

.bnr-recruit a {
  color: white;
  display: inline-block;
  background-color: #2ea7e0;
  padding: 2.1em 1em 2em 1em;
  border: solid #2ea7e0;
  border-width: 2px 0 2px 2px;
  border-radius: 0.3125rem 0 0 0.3125rem;
}

.bnr-recruit a:hover {
  color: #2ea7e0;
  background-color: white;
}

.bnr-recruit a:has(.bnr__line-icon) {
  padding-left: calc((3em - 1.5em) / 2);
  padding-right: calc((3em - 1.5em) / 2);
}

.bnr__line-icon {
  margin: 4px auto;
}

.bnr__line-icon::before {
  font-size: 1.5em;
  font-family: "icomoon";
  content: '\e902';
}

/************************************************
    ヘッダー
*************************************************/
.header {
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: 5.625rem 1fr;
  grid-template-rows: 5.625rem 1fr;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 97;
}

.header::before {
  content: '';
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / -1;
  -ms-grid-row: 1;
  grid-row: 1;
  display: block;
  background-color: #2ea7e0;
  height: 100%;
  margin: 0 -1.25rem;
}

.header .site-title {
  font-size: 1em;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 1em;
  pointer-events: auto;
}

.header .site-title .description {
  font-family: serif;
  font-size: 0.625em;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.header .site-title .logo {
  width: 11.25rem;
  margin-top: 0.2em;
}

.header .toggle {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
  align-self: center;
  pointer-events: auto;
}

.header .modal {
  text-align: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / -1;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
  background-color: #2ea7e0;
  box-sizing: border-box;
  padding: 2em 1em;
  margin-right: -1.25rem;
  visibility: hidden;
  opacity: 0;
}

.header.js-is-open .modal {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.header .navigation a {
  color: white;
}

.header .navigation a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.header .h__tel {
  margin-top: 1em;
}

/************************************************
    フッター
*************************************************/
.footer {
  color: white;
  background: #7f8383 no-repeat center / cover;
  background-image: -webkit-image-set(url('../img/bg_footer.jpg') 1x, url('../img/bg_footer@2x.jpg') 2x, url('../img/bg_footer@3x.jpg') 3x);
  background-image: image-set(url('../img/bg_footer.jpg') 1x, url('../img/bg_footer@2x.jpg') 2x, url('../img/bg_footer@3x.jpg') 3x);
  padding: 2.5em 1.25rem 12.5em;
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_footer.jpg') 1x, url('../img/bg_footer@2x.jpg') 2x, url('../img/bg_footer@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_footer.jpg') 1x, url('../img/bg_footer@2x.jpg') 2x, url('../img/bg_footer@3x.jpg') 3x))) {
  .footer {
    background-image: url('../img/bg_footer.jpg');
  }
}

_:-ms-lang(x)::-ms-backdrop, .footer {
  background-image: url('../img/bg_footer.jpg');
}

.footer a {
  color: white;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer .sns {
  margin-top: 0.625em;
}

.footer .copyright {
  margin-top: 0.5em;
}

.f__logo {
  text-align: center;
}

.f__logo .description {
  font-family: serif;
  font-size: 0.625em;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.5em;
}

.f__contact {
  font-size: 1.0625em;
  line-height: 1.52942;
  text-align: center;
  margin-top: 3.52941em;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background-color: #e7e8e8;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #d0d2d2;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/************************************************
    Introduction
*************************************************/
.sec-introduction {
  font-size: 0.75em;
  background-color: white;
  padding: calc(3.125rem + 5.625rem) 1.25rem 3.125rem;
  margin-top: -5.625rem;
  position: relative;
  z-index: 7;
}

.sec-introduction .sec__title {
  font-family: serif;
}

.sec-introduction__intro {
  font-size: 1em;
  line-height: 1.875;
  margin-top: 1.6875em;
}

.sec-introduction-gallery {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2px;
  margin: 2.25em -1.25rem 0;
}

.sec-introduction__photo {
  box-sizing: border-box;
  width: 50%;
  max-width: 272px;
  padding: 2px;
}

.sec-introduction__video {
  display: block;
  max-width: 100%;
  margin: 4.6875em auto 0;
}

.sec-introduction__youTube {
  display: block;
  max-width: 1000px;
  margin: 4.6875em auto 0;
}

.sec-introduction__youTube .aspect-ratio {
  padding-top: 56.25%;
  position: relative;
}

.sec-introduction__youTube .aspect-ratio iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/************************************************
    SERVICES
*************************************************/
.sec-services {
  font-size: 0.75em;
  background-color: white;
  padding: 3.125rem 0;
  position: relative;
  z-index: 6;
}

.sec-services .sec__title {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.sec-services-list {
  max-width: 80.625rem;
  padding: 5px;
  margin: 1.25rem auto 0;
}

.sec-services-item {
  color: white;
  background: no-repeat center / cover;
  box-sizing: border-box;
  padding: 3.125rem 1.25rem;
  margin: 10px 5px;
}

.sec-services-item:nth-of-type(2) {
  -ms-grid-row: 2;
}

.sec-services-item:nth-of-type(3) {
  -ms-grid-row: 3;
}

.sec-services-item:nth-of-type(4) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}

.sec-services-item:nth-of-type(5) {
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}

.sec-services-item:nth-of-type(6) {
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}

.sec-services-item:nth-of-type(7) {
  -ms-grid-column: 2;
  -ms-grid-row: 5;
}

.sec-services-item--specifications {
  background-image: url('../img/bg_sec-services-item--specifications.jpg');
}

.sec-services-item--maintenance {
  background-image: url('../img/bg_sec-services-item--maintenance.jpg');
}

.sec-services-item--welding {
  background-image: url('../img/bg_sec-services-item--welding.jpg');
}

.sec-services-item--painting {
  background-image: url('../img/bg_sec-services-item--painting.jpg');
}

.sec-services-item--livingEnvironment {
  background-image: url('../img/bg_sec-services-item--livingEnvironment.jpg');
}

.sec-services-item--mei {
  background-image: url('../img/bg_sec-services-item--mei.jpg');
}

.sec-services-item--ssw {
  background-image: url('../img/bg_sec-services-item--ssw.jpg');
}

.sec-services-item--strongPoint {
  background-image: url('../img/bg_sec-services-item--strongPoint.jpg');
}

.sec-services-item--quality {
  background-image: url('../img/bg_sec-services-item--quality.jpg');
}

.sec-services-item--cost {
  background-image: url('../img/bg_sec-services-item--cost.jpg');
}

.sec-services-item--serviceStation {
  background-image: url('../img/bg_sec-services-item--serviceStation.jpg');
}

.sec-services-item--technicalTraining {
  background-image: url('../img/bg_sec-services-item--technicalTraining.jpg');
}

.sec-services-item--spec {
  background-image: url('../img/bg_sec-services-item--spec.jpg');
}

.sec-services-item__photo {
  margin-bottom: 2em;
}

.sec-services-item__title {
  font-size: 1.25em;
  line-height: 1.375;
  margin-top: -0.1875em;
}

.sec-services-item__title .before {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  letter-spacing: 0.06em;
  display: block;
}

_:-ms-lang(x)::-ms-backdrop, .sec-services-item__title .before {
  font-family: -apple-system, BlinkMacSystemFont, Meiryo, "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
}

.sec-services-item__title .title {
  font-size: 1.6em;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 0.375em;
}

.sec-services-item__content {
  font-size: 1em;
  line-height: 1.75;
  margin-top: 0.875em;
}

.sec-services-item__more {
  color: white;
  font-size: 1.3125em;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: inline-block;
  background-color: #31c6d7;
  padding: 1.16667em 2.30286em 1.16667em 2.50286em;
  margin-top: 1.14286em;
}

.sec-services-item__more:hover {
  color: #31c6d7;
  background-color: white;
}

.sec-services-item--livingEnvironment .sec-services-item__more {
  /* background-color: #335fb8; */
}

.sec-services-item--livingEnvironment .sec-services-item__more:hover {
  /* color: #335fb8; */
  /* background-color: white; */
}

.sec-services-item--mei .sec-services-item__more, .sec-services-item--ssw .sec-services-item__more {
  background-color: #b40d23;
}

.sec-services-item--mei .sec-services-item__more:hover, .sec-services-item--ssw .sec-services-item__more:hover {
  color: #b40d23;
  background-color: white;
}

.sec-services__toPage {
  text-align: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-top: 1.5625rem;
}

.sec-services__toPage .permalink {
  color: white;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  display: inline-block;
  background-color: #2ea7e0;
  padding: 1.04167em 1em 1.04167em 1.2em;
}

.sec-services__toPage .permalink:hover {
  background-color: rgba(46, 167, 224, 0.75);
}

/************************************************
    PR
*************************************************/
.sec-pr {
  font-size: 0.75em;
  padding: calc(4.375em + 5.625rem) 1.25rem 3.125em;
  margin-top: -5.625rem;
  position: relative;
  z-index: 3;
}

.sec-pr::before {
  content: '';
  display: block;
  background: linear-gradient(90deg, #00a3e0 0%, #a0d9c2 90.72%);
  opacity: 0.55;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.sec-pr .sec__title {
  background-image: url('../img/illust_seagull.png'), url('../img/illust_ship.png');
  background-repeat: no-repeat;
  background-position: calc(50% - 5em) 2em, calc(50% + 5em) 0.5em;
  background-size: 2.775em auto, 2.95em auto;
}

.sec-pr-list {
  max-width: 1320px;
  margin: 0.625em auto 0;
}

.sec-pr-item {
  text-align: center;
  box-sizing: border-box;
  padding: 1.5625em 0;
}

.sec-pr-item .caption {
  margin-top: 1.625em;
}

.sec-pr-item__title {
  color: #335fb8;
  font-size: 1.4375em;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.30435;
  padding-left: 0.02em;
}

.sec-pr-item__content {
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.75;
  text-align: left;
  padding-right: 1em;
  padding-left: 1em;
  margin-top: 1.1875em;
}

/************************************************
    SERVICE
*************************************************/
.services {
  max-width: 80rem;
  margin: 0.625rem auto 0;
}

.service {
  font-size: 0.75em;
  text-align: center;
  padding: 8.75rem 1.25rem 3.125rem;
  border-bottom: 1px solid black;
  margin-top: -5.625rem;
}

.service__head {
  color: white;
  font-size: 2.5em;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  background-color: #a1a4a4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2.9em 1em 2.9em 1.06em;
  border-radius: 0.3125rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.service--specifications .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--specifications__head.png') 1x, url('../img/bg_service--specifications__head@2x.png') 2x, url('../img/bg_service--specifications__head@3x.png') 3x);
  background-image: image-set(url('../img/bg_service--specifications__head.png') 1x, url('../img/bg_service--specifications__head@2x.png') 2x, url('../img/bg_service--specifications__head@3x.png') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--specifications__head.png') 1x, url('../img/bg_service--specifications__head@2x.png') 2x, url('../img/bg_service--specifications__head@3x.png') 3x)) or (background-image: image-set(url('../img/bg_service--specifications__head.png') 1x, url('../img/bg_service--specifications__head@2x.png') 2x, url('../img/bg_service--specifications__head@3x.png') 3x))) {
  .service--specifications .service__head {
    background-image: url('../img/bg_service--specifications__head.png');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--specifications .service__head {
  background-image: url('../img/bg_service--specifications__head.png');
}

.service--livingEnvironment .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--livingEnvironment__head.png') 1x, url('../img/bg_service--livingEnvironment__head@2x.png') 2x, url('../img/bg_service--livingEnvironment__head@3x.png') 3x);
  background-image: image-set(url('../img/bg_service--livingEnvironment__head.png') 1x, url('../img/bg_service--livingEnvironment__head@2x.png') 2x, url('../img/bg_service--livingEnvironment__head@3x.png') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--livingEnvironment__head.png') 1x, url('../img/bg_service--livingEnvironment__head@2x.png') 2x, url('../img/bg_service--livingEnvironment__head@3x.png') 3x)) or (background-image: image-set(url('../img/bg_service--livingEnvironment__head.png') 1x, url('../img/bg_service--livingEnvironment__head@2x.png') 2x, url('../img/bg_service--livingEnvironment__head@3x.png') 3x))) {
  .service--livingEnvironment .service__head {
    background-image: url('../img/bg_service--livingEnvironment__head.png');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--livingEnvironment .service__head {
  background-image: url('../img/bg_service--livingEnvironment__head.png');
}

.service--mei .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--mei__head.png') 1x, url('../img/bg_service--mei__head@2x.png') 2x, url('../img/bg_service--mei__head@3x.png') 3x);
  background-image: image-set(url('../img/bg_service--mei__head.png') 1x, url('../img/bg_service--mei__head@2x.png') 2x, url('../img/bg_service--mei__head@3x.png') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--mei__head.png') 1x, url('../img/bg_service--mei__head@2x.png') 2x, url('../img/bg_service--mei__head@3x.png') 3x)) or (background-image: image-set(url('../img/bg_service--mei__head.png') 1x, url('../img/bg_service--mei__head@2x.png') 2x, url('../img/bg_service--mei__head@3x.png') 3x))) {
  .service--mei .service__head {
    background-image: url('../img/bg_service--mei__head.png');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--mei .service__head {
  background-image: url('../img/bg_service--mei__head.png');
}

.service--ssw .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--ssw__head.png') 1x, url('../img/bg_service--ssw__head@2x.png') 2x, url('../img/bg_service--ssw__head@3x.png') 3x);
  background-image: image-set(url('../img/bg_service--ssw__head.png') 1x, url('../img/bg_service--ssw__head@2x.png') 2x, url('../img/bg_service--ssw__head@3x.png') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--ssw__head.png') 1x, url('../img/bg_service--ssw__head@2x.png') 2x, url('../img/bg_service--ssw__head@3x.png') 3x)) or (background-image: image-set(url('../img/bg_service--ssw__head.png') 1x, url('../img/bg_service--ssw__head@2x.png') 2x, url('../img/bg_service--ssw__head@3x.png') 3x))) {
  .service--ssw .service__head {
    background-image: url('../img/bg_service--ssw__head.png');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--ssw .service__head {
  background-image: url('../img/bg_service--ssw__head.png');
}

.service--maintenance .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--maintenance__head.jpg') 1x, url('../img/bg_service--maintenance__head@2x.jpg') 2x, url('../img/bg_service--maintenance__head@3x.jpg') 3x);
  background-image: image-set(url('../img/bg_service--maintenance__head.jpg') 1x, url('../img/bg_service--maintenance__head@2x.jpg') 2x, url('../img/bg_service--maintenance__head@3x.jpg') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--maintenance__head.jpg') 1x, url('../img/bg_service--maintenance__head@2x.jpg') 2x, url('../img/bg_service--maintenance__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--maintenance__head.jpg') 1x, url('../img/bg_service--maintenance__head@2x.jpg') 2x, url('../img/bg_service--maintenance__head@3x.jpg') 3x))) {
  .service--maintenance .service__head {
    background-image: url('../img/bg_service--maintenance__head.jpg');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--maintenance .service__head {
  background-image: url('../img/bg_service--maintenance__head.jpg');
}

.service--welding .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--welding__head.jpg') 1x, url('../img/bg_service--welding__head@2x.jpg') 2x, url('../img/bg_service--welding__head@3x.jpg') 3x);
  background-image: image-set(url('../img/bg_service--welding__head.jpg') 1x, url('../img/bg_service--welding__head@2x.jpg') 2x, url('../img/bg_service--welding__head@3x.jpg') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--welding__head.jpg') 1x, url('../img/bg_service--welding__head@2x.jpg') 2x, url('../img/bg_service--welding__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--welding__head.jpg') 1x, url('../img/bg_service--welding__head@2x.jpg') 2x, url('../img/bg_service--welding__head@3x.jpg') 3x))) {
  .service--welding .service__head {
    background-image: url('../img/bg_service--welding__head.jpg');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--welding .service__head {
  background-image: url('../img/bg_service--welding__head.jpg');
}

.service--painting .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--painting__head.jpg') 1x, url('../img/bg_service--painting__head@2x.jpg') 2x, url('../img/bg_service--painting__head@3x.jpg') 3x);
  background-image: image-set(url('../img/bg_service--painting__head.jpg') 1x, url('../img/bg_service--painting__head@2x.jpg') 2x, url('../img/bg_service--painting__head@3x.jpg') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--painting__head.jpg') 1x, url('../img/bg_service--painting__head@2x.jpg') 2x, url('../img/bg_service--painting__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--painting__head.jpg') 1x, url('../img/bg_service--painting__head@2x.jpg') 2x, url('../img/bg_service--painting__head@3x.jpg') 3x))) {
  .service--painting .service__head {
    background-image: url('../img/bg_service--painting__head.jpg');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--painting .service__head {
  background-image: url('../img/bg_service--painting__head.jpg');
}

.service--strongPoint .service__head {
  text-shadow: 1px 1px 0 black, 1px -1px 0 black, -1px 1px 0 black, -1px -1px 0 black;
  background-image: -webkit-image-set(url('../img/bg_service--strongPoint__head.jpg') 1x, url('../img/bg_service--strongPoint__head@2x.jpg') 2x, url('../img/bg_service--strongPoint__head@3x.jpg') 3x);
  background-image: image-set(url('../img/bg_service--strongPoint__head.jpg') 1x, url('../img/bg_service--strongPoint__head@2x.jpg') 2x, url('../img/bg_service--strongPoint__head@3x.jpg') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--strongPoint__head.jpg') 1x, url('../img/bg_service--strongPoint__head@2x.jpg') 2x, url('../img/bg_service--strongPoint__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--strongPoint__head.jpg') 1x, url('../img/bg_service--strongPoint__head@2x.jpg') 2x, url('../img/bg_service--strongPoint__head@3x.jpg') 3x))) {
  .service--strongPoint .service__head {
    background-image: url('../img/bg_service--strongPoint__head.jpg');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--strongPoint .service__head {
  background-image: url('../img/bg_service--strongPoint__head.jpg');
}

.service--quality .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--quality__head.jpg') 1x, url('../img/bg_service--quality__head@2x.jpg') 2x, url('../img/bg_service--quality__head@3x.jpg') 3x);
  background-image: image-set(url('../img/bg_service--quality__head.jpg') 1x, url('../img/bg_service--quality__head@2x.jpg') 2x, url('../img/bg_service--quality__head@3x.jpg') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--quality__head.jpg') 1x, url('../img/bg_service--quality__head@2x.jpg') 2x, url('../img/bg_service--quality__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--quality__head.jpg') 1x, url('../img/bg_service--quality__head@2x.jpg') 2x, url('../img/bg_service--quality__head@3x.jpg') 3x))) {
  .service--quality .service__head {
    background-image: url('../img/bg_service--quality__head.jpg');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--quality .service__head {
  background-image: url('../img/bg_service--quality__head.jpg');
}

.service--cost .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--cost__head.jpg') 1x, url('../img/bg_service--cost__head@2x.jpg') 2x, url('../img/bg_service--cost__head@3x.jpg') 3x);
  background-image: image-set(url('../img/bg_service--cost__head.jpg') 1x, url('../img/bg_service--cost__head@2x.jpg') 2x, url('../img/bg_service--cost__head@3x.jpg') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--cost__head.jpg') 1x, url('../img/bg_service--cost__head@2x.jpg') 2x, url('../img/bg_service--cost__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--cost__head.jpg') 1x, url('../img/bg_service--cost__head@2x.jpg') 2x, url('../img/bg_service--cost__head@3x.jpg') 3x))) {
  .service--cost .service__head {
    background-image: url('../img/bg_service--cost__head.jpg');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--cost .service__head {
  background-image: url('../img/bg_service--cost__head.jpg');
}

.service--serviceStation .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--serviceStation__head.jpg') 1x, url('../img/bg_service--serviceStation__head@2x.jpg') 2x, url('../img/bg_service--serviceStation__head@3x.jpg') 3x);
  background-image: image-set(url('../img/bg_service--serviceStation__head.jpg') 1x, url('../img/bg_service--serviceStation__head@2x.jpg') 2x, url('../img/bg_service--serviceStation__head@3x.jpg') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--serviceStation__head.jpg') 1x, url('../img/bg_service--serviceStation__head@2x.jpg') 2x, url('../img/bg_service--serviceStation__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--serviceStation__head.jpg') 1x, url('../img/bg_service--serviceStation__head@2x.jpg') 2x, url('../img/bg_service--serviceStation__head@3x.jpg') 3x))) {
  .service--serviceStation .service__head {
    background-image: url('../img/bg_service--serviceStation__head.jpg');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--serviceStation .service__head {
  background-image: url('../img/bg_service--serviceStation__head.jpg');
}

.service--technicalTraining .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--technicalTraining__head.jpg') 1x, url('../img/bg_service--technicalTraining__head@2x.jpg') 2x, url('../img/bg_service--technicalTraining__head@3x.jpg') 3x);
  background-image: image-set(url('../img/bg_service--technicalTraining__head.jpg') 1x, url('../img/bg_service--technicalTraining__head@2x.jpg') 2x, url('../img/bg_service--technicalTraining__head@3x.jpg') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--technicalTraining__head.jpg') 1x, url('../img/bg_service--technicalTraining__head@2x.jpg') 2x, url('../img/bg_service--technicalTraining__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--technicalTraining__head.jpg') 1x, url('../img/bg_service--technicalTraining__head@2x.jpg') 2x, url('../img/bg_service--technicalTraining__head@3x.jpg') 3x))) {
  .service--technicalTraining .service__head {
    background-image: url('../img/bg_service--technicalTraining__head.jpg');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--technicalTraining .service__head {
  background-image: url('../img/bg_service--technicalTraining__head.jpg');
}

.service--spec .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--spec__head.jpg') 1x, url('../img/bg_service--spec__head@2x.jpg') 2x, url('../img/bg_service--spec__head@3x.jpg') 3x);
  background-image: image-set(url('../img/bg_service--spec__head.jpg') 1x, url('../img/bg_service--spec__head@2x.jpg') 2x, url('../img/bg_service--spec__head@3x.jpg') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--spec__head.jpg') 1x, url('../img/bg_service--spec__head@2x.jpg') 2x, url('../img/bg_service--spec__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--spec__head.jpg') 1x, url('../img/bg_service--spec__head@2x.jpg') 2x, url('../img/bg_service--spec__head@3x.jpg') 3x))) {
  .service--spec .service__head {
    background-image: url('../img/bg_service--spec__head.jpg');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--spec .service__head {
  background-image: url('../img/bg_service--spec__head.jpg');
}

.service--livingEnvironment .service__head {
  background-image: -webkit-image-set(url('../img/bg_service--livingEnvironment__head.jpg') 1x, url('../img/bg_service--livingEnvironment__head@2x.jpg') 2x, url('../img/bg_service--livingEnvironment__head@3x.jpg') 3x);
  background-image: image-set(url('../img/bg_service--livingEnvironment__head.jpg') 1x, url('../img/bg_service--livingEnvironment__head@2x.jpg') 2x, url('../img/bg_service--livingEnvironment__head@3x.jpg') 3x);
}

@supports not ((background-image: -webkit-image-set(url('../img/bg_service--livingEnvironment__head.jpg') 1x, url('../img/bg_service--livingEnvironment__head@2x.jpg') 2x, url('../img/bg_service--livingEnvironment__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--livingEnvironment__head.jpg') 1x, url('../img/bg_service--livingEnvironment__head@2x.jpg') 2x, url('../img/bg_service--livingEnvironment__head@3x.jpg') 3x))) {
  .service--livingEnvironment .service__head {
    background-image: url('../img/bg_service--livingEnvironment__head.jpg');
  }
}

_:-ms-lang(x)::-ms-backdrop, .service--livingEnvironment .service__head {
  background-image: url('../img/bg_service--livingEnvironment__head.jpg');
}

.service-photos {
  -js-display: flex;
  display: flex;
  justify-content: center;
  padding: 0.625rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.service__photo {
  padding: 0.625rem;
}

.service__title {
  font-size: 1em;
  line-height: 1.375;
  text-align: left;
  margin-top: 1em;
}

.service__title .number {
  font-size: 1.25em;
  letter-spacing: 0.06em;
  display: block;
}

.service__title .title {
  font-size: 2em;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 0.15625em;
}

.service__title .title .phrase {
  display: block;
}

.service__content {
  font-size: 0.9375em;
  line-height: 1.86667;
  text-align: left;
  margin-top: 0.93333em;
}

.service__linkToPamphlet {
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  background-color: #a1a4a4;
  padding: 0.79167em 1.33333em;
  border-radius: 0.33333em;
  margin-top: 1.875em;
}

_:-ms-lang(x)::-ms-backdrop, .service__linkToPamphlet {
  font-family: -apple-system, BlinkMacSystemFont, Meiryo, "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
}

.service__linkToPamphlet:hover {
  background-color: #bbbdbd;
}

/************************************************
    お問い合わせ
*************************************************/
.contact-links {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.contact-link {
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  box-sizing: border-box;
  width: 50%;
  max-width: 13.85714em;
  padding: 0.5em;
}

_:-ms-lang(x)::-ms-backdrop, .contact-link {
  max-width: 15em;
}

.contact-link a {
  color: white;
  display: block;
  background-color: #2ea7e0;
  box-sizing: border-box;
  /*width: 100%;*/
  padding: 0.32143em 0.5em 0.32143em 0.62em;
  border-radius: 2px;
}

.contact-link a .small {
  font-size: 0.6em;
}

.sec-contact {
  font-size: 0.75em;
  text-align: center;
  background-color: white;
  padding: 3.125rem 1.25rem 2.71875rem;
}

.sec-contact__title {
  color: #767676;
  font-size: 1em;
  font-weight: 700;
}

.sec-contact__title::before {
  content: 'CONTACT';
  color: #335fb8;
  font-size: 2.5em;
  letter-spacing: 0.08em;
  display: block;
  padding-left: 0.08em;
}

.sec-contact__title .text {
  font-size: 1.125em;
  letter-spacing: 0.06em;
  display: block;
  padding-left: 0.06em;
  margin-top: 0.94444em;
  margin-bottom: 0.44444em;
}

.sec-contact__title::after {
  content: '';
  display: block;
  background-color: #335fb8;
  width: 25em;
  height: 2px;
  margin: 0 auto;
}

.sec-contact__intro {
  font-size: 1em;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: center;
  padding-left: 0.04em;
}

.sec-contact__title + .sec-contact__intro {
  margin-top: 1.375em;
}

.sec-contact .contact-links {
  font-size: 0.8125rem;
}

.sec-contact .contact-link {
  width: 50%;
}

.contact-links + .sec-contact__intro {
  margin-top: 0.25em;
}

.sec-contact__intro + .contact-links {
  margin-top: 0.28571em;
}

/************************************************
    お問合せの流れ
*************************************************/
.sec-contactFlow {
  font-size: 0.75em;
  background-color: #e4e4e4;
  width: calc(100% - 5rem);
  max-width: 46.875rem;
  padding: 3.125rem 1.25rem 2.8125rem;
  border-radius: 0.9375em;
  margin: 5rem auto;
}

.sec-contactFlow-flow {
  border-top: 1px solid currentColor;
  margin-top: 3.25em;
}

.sec-contactFlow-flow-item {
  border-bottom: 1px solid currentColor;
}

.sec-contactFlow-flow-item + .sec-contactFlow-flow-item {
  position: relative;
}

.sec-contactFlow-flow-item + .sec-contactFlow-flow-item::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.875em 1.375em 0;
  border-color: currentColor transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.sec-contactFlow-flow-item__title {
  font-size: 1.8125em;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  padding: 2em 1em 0;
}

.sec-contactFlow-flow-item__title .step {
  letter-spacing: 0.022em;
  padding-left: 0.022em;
}

.sec-contactFlow-flow-item__content {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  padding: 1em;
}

.sec-contactFlow__outro {
  font-size: 1em;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: center;
  padding-left: 0.04em;
  margin-top: 0.9375em;
}

/************************************************
    オンライン打ち合わせの流れ
*************************************************/
.sec-onlineMeeting {
  font-size: 0.75em;
  background-color: #d4f6f9;
  padding: 4.375rem 1.25rem;
}

.sec-onlineMeeting__2ndTitle {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

.sec-onlineMeeting__2ndTitle--border::after {
  content: '';
  display: block;
  background-color: #335fb8;
  width: 16.66667em;
  height: 2px;
  margin: 0.41667em auto 0;
}

.sec__title + .sec-onlineMeeting__2ndTitle {
  margin-top: 0.66667em;
}

.sec-onlineMeeting__flow + .sec-onlineMeeting__2ndTitle {
  margin-top: 3.79167em;
}

.sec-onlineMeeting__flow {
  text-align: center;
  margin-top: 1.875em;
}

.sec-onlineMeeting-targets {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.375rem;
  margin: 2em -1.25rem -0.625rem;
}

.sec-onlineMeeting-target {
  width: calc((100% / 3) - 0.75rem);
  margin: 0.375rem;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
    padding-top: 0;
  }
  .slider-swiper {
    padding-bottom: 38px;
  }
  .sec__title {
    font-size: 2.5rem;
  }
  .btn--mail {
    font-size: 2.375rem;
    padding-right: 2.21263em;
    padding-left: 2.35263em;
  }
  .navigation {
    font-size: 1em;
  }
  .navigation-list {
    -js-display: flex;
    display: flex;
  }
  .navigation__item {
    padding: 1em;
  }
  .navigation__item a {
    padding: 0;
  }
  .pageTop {
    margin-top: -5.25em;
  }
  .tel {
    font-size: 2.1875em;
  }
  .page__title {
    font-size: 1em;
  }
  .definition-list .description {
    padding-left: 14em;
  }
  .bnr-recruit {
    font-size: 1em;
  }
  .header {
    -ms-grid-columns: 1fr minmax(-webkit-min-content, 1080px) 1fr;
    -ms-grid-columns: 1fr minmax(min-content, 1080px) 1fr;
    grid-template-columns: 1fr minmax(-webkit-min-content, 1080px) 1fr;
    grid-template-columns: 1fr minmax(min-content, 1080px) 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #2ea7e0;
    padding: 1.3125em 1.25rem 1.4375em;
    position: static;
  }
  .header::before {
    content: none;
  }
  .header .site-title {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .header .site-title .description {
    font-size: 1em;
  }
  .header .site-title .logo {
    width: 18.75rem;
    margin-top: 0.625em;
  }
  .header .toggle {
    display: none;
  }
  .header .modal {
    text-align: right;
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: end;
    align-self: end;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
    padding: 0;
    margin-right: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header .navigation {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 0.125em;
    margin-right: -1em;
    margin-bottom: -0.5em;
  }
  .header .navigation a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .header .h__tel {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: end;
    justify-self: end;
    margin-top: 0;
  }
  .f__logo .description {
    font-size: 1em;
  }
  .sec-introduction {
    font-size: 1em;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: 0;
  }
  .sec-introduction__intro {
    text-align: center;
  }
  .sec-introduction__intro .phrase {
    display: block;
  }
  .sec-introduction__photo {
    width: 25%;
  }
  .sec-introduction__video {
    margin-top: 10em;
  }
  .sec-introduction__youTube {
    margin-top: 10em;
  }
  .sec-services {
    font-size: 1em;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .home .sec-services {
    margin-top: -1.25rem;
  }
  .sec-services-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (auto)[4];
    grid-template-rows: repeat(4, auto);
  }
  .sec-services-item {
    min-height: 31.25rem;
    padding-top: 7.77344rem;
    padding-right: 6.25rem;
    padding-left: 6.25rem;
    margin: 5px;
  }
  .sec-services-item--L {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / -1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5.625rem 27.1875rem;
    grid-template-columns: 1fr 5.625rem 27.1875rem;
    -ms-grid-rows: (auto)[3] 1fr;
    grid-template-rows: repeat(3, auto) 1fr;
    padding-right: 7.25rem;
  }
  .sec-services-item__photo {
    margin-bottom: 0;
  }
  .sec-services-item--L .sec-services-item__photo {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / -1;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .sec-services-item--L .sec-services-item__title {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .sec-services-item--L .sec-services-item__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .sec-services-item--L .sec-services-item__more {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .sec-services__toPage {
    margin-top: 4.375rem;
  }
  .sec-services__toPage .permalink {
    padding-right: 3.33333em;
    padding-left: 3.53333em;
  }
  .sec-pr {
    font-size: 1em;
    padding-top: 4.375em;
    padding-bottom: 3.125em;
    margin-top: 0;
  }
  .sec-pr .sec__title {
    background-position: calc(50% - 7.5em) 1.25em, calc(50% + 7.5em) 0;
    padding-top: 1.25em;
    margin-top: -1.25em;
  }
  .sec-pr-list {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-pr-item {
    width: calc(100% / 3);
    padding: 3.125em 1.25em;
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-pr-item {
    width: 33.33333%;
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-pr-item .photo {
    max-width: 100%;
  }
  .service {
    font-size: 1em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 27fr 27fr 4fr;
    grid-template-columns: 4fr 27fr 27fr 4fr;
    -ms-grid-rows: (auto)[2] 1fr auto;
    grid-template-rows: repeat(2, auto) 1fr auto;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    margin-top: 0;
  }
  .service__head {
    font-size: 3.125em;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / -1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .service-photos {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / 4;
    -ms-grid-column-align: end;
    justify-self: end;
    padding: 0.9375rem;
    margin-top: 2.5rem;
    margin-right: -1.875rem;
    margin-left: 0;
  }
  .service__photo {
    padding: 0.9375rem;
  }
  .service__title {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-right: 2rem;
    margin-top: 2.625em;
  }
  .service__content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    padding-right: 2rem;
  }
  .service__linkToPamphlet {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / -2;
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  .contact-link {
    padding: 1.07143em;
  }
  .sec-contact {
    font-size: 1em;
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
  }
  .sec-contact .contact-links {
    font-size: 1.75rem;
  }
  .sec-contactFlow {
    font-size: 1em;
    padding-right: 2.8125rem;
    padding-left: 2.8125rem;
  }
  .sec-contactFlow-flow-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .sec-contactFlow-flow-item__title {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: start;
    justify-self: start;
    padding: 1.03448em 0.86207em 0.68966em;
  }
  .sec-contactFlow-flow-item__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 1.91667em 1em 1.08333em;
  }
  .sec-onlineMeeting {
    font-size: 1em;
  }
  .sec-onlineMeeting-targets {
    padding: 0.75rem;
    margin-bottom: -0.75rem;
  }
  .sec-onlineMeeting-target {
    width: auto;
    margin: 0.75rem;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  @supports not ((background-image: -webkit-image-set(url('../img/bg_footer.jpg') 1x, url('../img/bg_footer@2x.jpg') 2x, url('../img/bg_footer@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_footer.jpg') 1x, url('../img/bg_footer@2x.jpg') 2x, url('../img/bg_footer@3x.jpg') 3x))){
    .footer {
      background-image: url('../img/bg_footer@2x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .footer {
    background-image: url('../img/bg_footer@2x.jpg');
  }
  .sec-services-item--specifications {
    background-image: url('../img/bg_sec-services-item--specifications@2x.jpg');
  }
  .sec-services-item--maintenance {
    background-image: url('../img/bg_sec-services-item--maintenance@2x.jpg');
  }
  .sec-services-item--welding {
    background-image: url('../img/bg_sec-services-item--welding@2x.jpg');
  }
  .sec-services-item--painting {
    background-image: url('../img/bg_sec-services-item--painting@2x.jpg');
  }
  .sec-services-item--livingEnvironment {
    background-image: url('../img/bg_sec-services-item--livingEnvironment@2x.jpg');
  }
  .sec-services-item--mei {
    background-image: url('../img/bg_sec-services-item--mei@2x.jpg');
  }
  .sec-services-item--ssw {
    background-image: url('../img/bg_sec-services-item--ssw@2x.jpg');
  }
  .sec-services-item--strongPoint {
    background-image: url('../img/bg_sec-services-item--strongPoint@2x.jpg');
  }
  .sec-services-item--quality {
    background-image: url('../img/bg_sec-services-item--quality@2x.jpg');
  }
  .sec-services-item--cost {
    background-image: url('../img/bg_sec-services-item--cost@2x.jpg');
  }
  .sec-services-item--serviceStation {
    background-image: url('../img/bg_sec-services-item--serviceStation@2x.jpg');
  }
  .sec-services-item--technicalTraining {
    background-image: url('../img/bg_sec-services-item--technicalTraining@2x.jpg');
  }
  .sec-services-item--spec {
    background-image: url('../img/bg_sec-services-item--spec@2x.jpg');
  }
  .sec-pr .sec__title {
    background-image: url('../img/illust_seagull@2x.png'), url('../img/illust_ship@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--specifications__head.png') 1x, url('../img/bg_service--specifications__head@2x.png') 2x, url('../img/bg_service--specifications__head@3x.png') 3x)) or (background-image: image-set(url('../img/bg_service--specifications__head.png') 1x, url('../img/bg_service--specifications__head@2x.png') 2x, url('../img/bg_service--specifications__head@3x.png') 3x))){
    .service--specifications .service__head {
      background-image: url('../img/bg_service--specifications__head@2x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--specifications .service__head {
    background-image: url('../img/bg_service--specifications__head@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--livingEnvironment__head.png') 1x, url('../img/bg_service--livingEnvironment__head@2x.png') 2x, url('../img/bg_service--livingEnvironment__head@3x.png') 3x)) or (background-image: image-set(url('../img/bg_service--livingEnvironment__head.png') 1x, url('../img/bg_service--livingEnvironment__head@2x.png') 2x, url('../img/bg_service--livingEnvironment__head@3x.png') 3x))){
    .service--livingEnvironment .service__head {
      background-image: url('../img/bg_service--livingEnvironment__head@2x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--livingEnvironment .service__head {
    background-image: url('../img/bg_service--livingEnvironment__head@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--mei__head.png') 1x, url('../img/bg_service--mei__head@2x.png') 2x, url('../img/bg_service--mei__head@3x.png') 3x)) or (background-image: image-set(url('../img/bg_service--mei__head.png') 1x, url('../img/bg_service--mei__head@2x.png') 2x, url('../img/bg_service--mei__head@3x.png') 3x))){
    .service--mei .service__head {
      background-image: url('../img/bg_service--mei__head@2x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--mei .service__head {
    background-image: url('../img/bg_service--mei__head@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--ssw__head.png') 1x, url('../img/bg_service--ssw__head@2x.png') 2x, url('../img/bg_service--ssw__head@3x.png') 3x)) or (background-image: image-set(url('../img/bg_service--ssw__head.png') 1x, url('../img/bg_service--ssw__head@2x.png') 2x, url('../img/bg_service--ssw__head@3x.png') 3x))){
    .service--ssw .service__head {
      background-image: url('../img/bg_service--ssw__head@2x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--ssw .service__head {
    background-image: url('../img/bg_service--ssw__head@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--maintenance__head.jpg') 1x, url('../img/bg_service--maintenance__head@2x.jpg') 2x, url('../img/bg_service--maintenance__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--maintenance__head.jpg') 1x, url('../img/bg_service--maintenance__head@2x.jpg') 2x, url('../img/bg_service--maintenance__head@3x.jpg') 3x))){
    .service--maintenance .service__head {
      background-image: url('../img/bg_service--maintenance__head@2x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--maintenance .service__head {
    background-image: url('../img/bg_service--maintenance__head@2x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--welding__head.jpg') 1x, url('../img/bg_service--welding__head@2x.jpg') 2x, url('../img/bg_service--welding__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--welding__head.jpg') 1x, url('../img/bg_service--welding__head@2x.jpg') 2x, url('../img/bg_service--welding__head@3x.jpg') 3x))){
    .service--welding .service__head {
      background-image: url('../img/bg_service--welding__head@2x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--welding .service__head {
    background-image: url('../img/bg_service--welding__head@2x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--painting__head.jpg') 1x, url('../img/bg_service--painting__head@2x.jpg') 2x, url('../img/bg_service--painting__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--painting__head.jpg') 1x, url('../img/bg_service--painting__head@2x.jpg') 2x, url('../img/bg_service--painting__head@3x.jpg') 3x))){
    .service--painting .service__head {
      background-image: url('../img/bg_service--painting__head@2x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--painting .service__head {
    background-image: url('../img/bg_service--painting__head@2x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--strongPoint__head.jpg') 1x, url('../img/bg_service--strongPoint__head@2x.jpg') 2x, url('../img/bg_service--strongPoint__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--strongPoint__head.jpg') 1x, url('../img/bg_service--strongPoint__head@2x.jpg') 2x, url('../img/bg_service--strongPoint__head@3x.jpg') 3x))){
    .service--strongPoint .service__head {
      background-image: url('../img/bg_service--strongPoint__head@2x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--strongPoint .service__head {
    background-image: url('../img/bg_service--strongPoint__head@2x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--quality__head.jpg') 1x, url('../img/bg_service--quality__head@2x.jpg') 2x, url('../img/bg_service--quality__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--quality__head.jpg') 1x, url('../img/bg_service--quality__head@2x.jpg') 2x, url('../img/bg_service--quality__head@3x.jpg') 3x))){
    .service--quality .service__head {
      background-image: url('../img/bg_service--quality__head@2x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--quality .service__head {
    background-image: url('../img/bg_service--quality__head@2x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--cost__head.jpg') 1x, url('../img/bg_service--cost__head@2x.jpg') 2x, url('../img/bg_service--cost__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--cost__head.jpg') 1x, url('../img/bg_service--cost__head@2x.jpg') 2x, url('../img/bg_service--cost__head@3x.jpg') 3x))){
    .service--cost .service__head {
      background-image: url('../img/bg_service--cost__head@2x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--cost .service__head {
    background-image: url('../img/bg_service--cost__head@2x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--serviceStation__head.jpg') 1x, url('../img/bg_service--serviceStation__head@2x.jpg') 2x, url('../img/bg_service--serviceStation__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--serviceStation__head.jpg') 1x, url('../img/bg_service--serviceStation__head@2x.jpg') 2x, url('../img/bg_service--serviceStation__head@3x.jpg') 3x))){
    .service--serviceStation .service__head {
      background-image: url('../img/bg_service--serviceStation__head@2x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--serviceStation .service__head {
    background-image: url('../img/bg_service--serviceStation__head@2x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--technicalTraining__head.jpg') 1x, url('../img/bg_service--technicalTraining__head@2x.jpg') 2x, url('../img/bg_service--technicalTraining__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--technicalTraining__head.jpg') 1x, url('../img/bg_service--technicalTraining__head@2x.jpg') 2x, url('../img/bg_service--technicalTraining__head@3x.jpg') 3x))){
    .service--technicalTraining .service__head {
      background-image: url('../img/bg_service--technicalTraining__head@2x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--technicalTraining .service__head {
    background-image: url('../img/bg_service--technicalTraining__head@2x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--spec__head.jpg') 1x, url('../img/bg_service--spec__head@2x.jpg') 2x, url('../img/bg_service--spec__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--spec__head.jpg') 1x, url('../img/bg_service--spec__head@2x.jpg') 2x, url('../img/bg_service--spec__head@3x.jpg') 3x))){
    .service--spec .service__head {
      background-image: url('../img/bg_service--spec__head@2x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--spec .service__head {
    background-image: url('../img/bg_service--spec__head@2x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--livingEnvironment__head.jpg') 1x, url('../img/bg_service--livingEnvironment__head@2x.jpg') 2x, url('../img/bg_service--livingEnvironment__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--livingEnvironment__head.jpg') 1x, url('../img/bg_service--livingEnvironment__head@2x.jpg') 2x, url('../img/bg_service--livingEnvironment__head@3x.jpg') 3x))){
    .service--livingEnvironment .service__head {
      background-image: url('../img/bg_service--livingEnvironment__head@2x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--livingEnvironment .service__head {
    background-image: url('../img/bg_service--livingEnvironment__head@2x.jpg');
  }
  }

@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
  @supports not ((background-image: -webkit-image-set(url('../img/bg_footer.jpg') 1x, url('../img/bg_footer@2x.jpg') 2x, url('../img/bg_footer@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_footer.jpg') 1x, url('../img/bg_footer@2x.jpg') 2x, url('../img/bg_footer@3x.jpg') 3x))){
    .footer {
      background-image: url('../img/bg_footer@3x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .footer {
    background-image: url('../img/bg_footer@3x.jpg');
  }
  .sec-services-item--specifications {
    background-image: url('../img/bg_sec-services-item--specifications@3x.jpg');
  }
  .sec-services-item--maintenance {
    background-image: url('../img/bg_sec-services-item--maintenance@3x.jpg');
  }
  .sec-services-item--welding {
    background-image: url('../img/bg_sec-services-item--welding@3x.jpg');
  }
  .sec-services-item--painting {
    background-image: url('../img/bg_sec-services-item--painting@3x.jpg');
  }
  .sec-services-item--livingEnvironment {
    background-image: url('../img/bg_sec-services-item--livingEnvironment@3x.jpg');
  }
  .sec-services-item--mei {
    background-image: url('../img/bg_sec-services-item--mei@3x.jpg');
  }
  .sec-services-item--ssw {
    background-image: url('../img/bg_sec-services-item--ssw@3x.jpg');
  }
  .sec-services-item--strongPoint {
    background-image: url('../img/bg_sec-services-item--strongPoint@3x.jpg');
  }
  .sec-services-item--quality {
    background-image: url('../img/bg_sec-services-item--quality@3x.jpg');
  }
  .sec-services-item--cost {
    background-image: url('../img/bg_sec-services-item--cost@3x.jpg');
  }
  .sec-services-item--serviceStation {
    background-image: url('../img/bg_sec-services-item--serviceStation@3x.jpg');
  }
  .sec-services-item--technicalTraining {
    background-image: url('../img/bg_sec-services-item--technicalTraining@3x.jpg');
  }
  .sec-services-item--spec {
    background-image: url('../img/bg_sec-services-item--spec@3x.jpg');
  }
  .sec-pr .sec__title {
    background-image: url('../img/illust_seagull@3x.png'), url('../img/illust_ship@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--specifications__head.png') 1x, url('../img/bg_service--specifications__head@2x.png') 2x, url('../img/bg_service--specifications__head@3x.png') 3x)) or (background-image: image-set(url('../img/bg_service--specifications__head.png') 1x, url('../img/bg_service--specifications__head@2x.png') 2x, url('../img/bg_service--specifications__head@3x.png') 3x))){
    .service--specifications .service__head {
      background-image: url('../img/bg_service--specifications__head@3x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--specifications .service__head {
    background-image: url('../img/bg_service--specifications__head@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--livingEnvironment__head.png') 1x, url('../img/bg_service--livingEnvironment__head@2x.png') 2x, url('../img/bg_service--livingEnvironment__head@3x.png') 3x)) or (background-image: image-set(url('../img/bg_service--livingEnvironment__head.png') 1x, url('../img/bg_service--livingEnvironment__head@2x.png') 2x, url('../img/bg_service--livingEnvironment__head@3x.png') 3x))){
    .service--livingEnvironment .service__head {
      background-image: url('../img/bg_service--livingEnvironment__head@3x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--livingEnvironment .service__head {
    background-image: url('../img/bg_service--livingEnvironment__head@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--mei__head.png') 1x, url('../img/bg_service--mei__head@2x.png') 2x, url('../img/bg_service--mei__head@3x.png') 3x)) or (background-image: image-set(url('../img/bg_service--mei__head.png') 1x, url('../img/bg_service--mei__head@2x.png') 2x, url('../img/bg_service--mei__head@3x.png') 3x))){
    .service--mei .service__head {
      background-image: url('../img/bg_service--mei__head@3x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--mei .service__head {
    background-image: url('../img/bg_service--mei__head@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--ssw__head.png') 1x, url('../img/bg_service--ssw__head@2x.png') 2x, url('../img/bg_service--ssw__head@3x.png') 3x)) or (background-image: image-set(url('../img/bg_service--ssw__head.png') 1x, url('../img/bg_service--ssw__head@2x.png') 2x, url('../img/bg_service--ssw__head@3x.png') 3x))){
    .service--ssw .service__head {
      background-image: url('../img/bg_service--ssw__head@3x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--ssw .service__head {
    background-image: url('../img/bg_service--ssw__head@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--maintenance__head.jpg') 1x, url('../img/bg_service--maintenance__head@2x.jpg') 2x, url('../img/bg_service--maintenance__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--maintenance__head.jpg') 1x, url('../img/bg_service--maintenance__head@2x.jpg') 2x, url('../img/bg_service--maintenance__head@3x.jpg') 3x))){
    .service--maintenance .service__head {
      background-image: url('../img/bg_service--maintenance__head@3x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--maintenance .service__head {
    background-image: url('../img/bg_service--maintenance__head@3x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--welding__head.jpg') 1x, url('../img/bg_service--welding__head@2x.jpg') 2x, url('../img/bg_service--welding__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--welding__head.jpg') 1x, url('../img/bg_service--welding__head@2x.jpg') 2x, url('../img/bg_service--welding__head@3x.jpg') 3x))){
    .service--welding .service__head {
      background-image: url('../img/bg_service--welding__head@3x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--welding .service__head {
    background-image: url('../img/bg_service--welding__head@3x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--painting__head.jpg') 1x, url('../img/bg_service--painting__head@2x.jpg') 2x, url('../img/bg_service--painting__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--painting__head.jpg') 1x, url('../img/bg_service--painting__head@2x.jpg') 2x, url('../img/bg_service--painting__head@3x.jpg') 3x))){
    .service--painting .service__head {
      background-image: url('../img/bg_service--painting__head@3x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--painting .service__head {
    background-image: url('../img/bg_service--painting__head@3x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--strongPoint__head.jpg') 1x, url('../img/bg_service--strongPoint__head@2x.jpg') 2x, url('../img/bg_service--strongPoint__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--strongPoint__head.jpg') 1x, url('../img/bg_service--strongPoint__head@2x.jpg') 2x, url('../img/bg_service--strongPoint__head@3x.jpg') 3x))){
    .service--strongPoint .service__head {
      background-image: url('../img/bg_service--strongPoint__head@3x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--strongPoint .service__head {
    background-image: url('../img/bg_service--strongPoint__head@3x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--quality__head.jpg') 1x, url('../img/bg_service--quality__head@2x.jpg') 2x, url('../img/bg_service--quality__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--quality__head.jpg') 1x, url('../img/bg_service--quality__head@2x.jpg') 2x, url('../img/bg_service--quality__head@3x.jpg') 3x))){
    .service--quality .service__head {
      background-image: url('../img/bg_service--quality__head@3x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--quality .service__head {
    background-image: url('../img/bg_service--quality__head@3x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--cost__head.jpg') 1x, url('../img/bg_service--cost__head@2x.jpg') 2x, url('../img/bg_service--cost__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--cost__head.jpg') 1x, url('../img/bg_service--cost__head@2x.jpg') 2x, url('../img/bg_service--cost__head@3x.jpg') 3x))){
    .service--cost .service__head {
      background-image: url('../img/bg_service--cost__head@3x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--cost .service__head {
    background-image: url('../img/bg_service--cost__head@3x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--serviceStation__head.jpg') 1x, url('../img/bg_service--serviceStation__head@2x.jpg') 2x, url('../img/bg_service--serviceStation__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--serviceStation__head.jpg') 1x, url('../img/bg_service--serviceStation__head@2x.jpg') 2x, url('../img/bg_service--serviceStation__head@3x.jpg') 3x))){
    .service--serviceStation .service__head {
      background-image: url('../img/bg_service--serviceStation__head@3x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--serviceStation .service__head {
    background-image: url('../img/bg_service--serviceStation__head@3x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--technicalTraining__head.jpg') 1x, url('../img/bg_service--technicalTraining__head@2x.jpg') 2x, url('../img/bg_service--technicalTraining__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--technicalTraining__head.jpg') 1x, url('../img/bg_service--technicalTraining__head@2x.jpg') 2x, url('../img/bg_service--technicalTraining__head@3x.jpg') 3x))){
    .service--technicalTraining .service__head {
      background-image: url('../img/bg_service--technicalTraining__head@3x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--technicalTraining .service__head {
    background-image: url('../img/bg_service--technicalTraining__head@3x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--spec__head.jpg') 1x, url('../img/bg_service--spec__head@2x.jpg') 2x, url('../img/bg_service--spec__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--spec__head.jpg') 1x, url('../img/bg_service--spec__head@2x.jpg') 2x, url('../img/bg_service--spec__head@3x.jpg') 3x))){
    .service--spec .service__head {
      background-image: url('../img/bg_service--spec__head@3x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--spec .service__head {
    background-image: url('../img/bg_service--spec__head@3x.jpg');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/bg_service--livingEnvironment__head.jpg') 1x, url('../img/bg_service--livingEnvironment__head@2x.jpg') 2x, url('../img/bg_service--livingEnvironment__head@3x.jpg') 3x)) or (background-image: image-set(url('../img/bg_service--livingEnvironment__head.jpg') 1x, url('../img/bg_service--livingEnvironment__head@2x.jpg') 2x, url('../img/bg_service--livingEnvironment__head@3x.jpg') 3x))){
    .service--livingEnvironment .service__head {
      background-image: url('../img/bg_service--livingEnvironment__head@3x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .service--livingEnvironment .service__head {
    background-image: url('../img/bg_service--livingEnvironment__head@3x.jpg');
  }
  }
