@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium);
}
/* reset css */
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

button {
  border: none;
  background: none;
}

table {
  font-size: inherit;
  font: 100%;
}

code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

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

button {
  cursor: pointer;
}

main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'roboto', Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3",'游ゴシック','YuGothic', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック','YuGothic', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-family: "Noto Sans JP", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", '游ゴシック体', 'Yu Gothic', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  word-wrap: break-word;
  line-height: 1;
  letter-spacing: normal;
  color: #1b1b1b;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  word-break: break-all;
}

html {
  /* 基本375で考える スマホ568までが縦と考える */
  font-size: calc(100vw / 37.5);
}
@media print, screen and (min-width: 420px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 568px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

html.user-ie-11 {
  font-size: 58%;
}

.clearfix:after {
  font-size: .1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: .1px;
  content: ' ';
}

.clearfix {
  /*\*/
    /*/
display: inline-table !important;
/**/
}

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

a:hover {
  text-decoration: none;
}

.f-bold {
  font-weight: 700 !important;
}

html {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

img {
  width: 100%;
  height: auto;
}

/************************************
form
*************************************/
select {
  outline: none;
}

option {
  outline: none;
}

select {
  outline: 0;
}

option {
  outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #faffbd;
  background-image: none;
  color: black;
}

select:-moz-focusring * {
  text-shadow: none;
}

select::-moz-focus-inner,
option::-moz-focus-inner {
  border: 0px;
}

option,
select,
textarea,
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="select"],
input[type="option"] {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  background: #fff;
}

input[type="option"],
input[type="select"] {
  overflow: hidden;
  word-wrap: normal !important;
  white-space: normal;
  max-width: 100%;
}

input[type="select"] {
  font-size: 16px;
  font-size: 1.6rem;
}

/* for firefox */
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* for ie10 ie11 */
select::-ms-expand {
  display: none;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #999;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

textarea,
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type=text] {
  width: 100%;
  padding: 0 10px;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  border: 1px solid #fff;
}
textarea.form-err,
input[type="number"].form-err,
input[type="tel"].form-err,
input[type="email"].form-err,
input[type="password"].form-err,
input[type=text].form-err {
  border: 1px solid #ff0000;
}
textarea.type-login,
input[type="number"].type-login,
input[type="tel"].type-login,
input[type="email"].type-login,
input[type="password"].type-login,
input[type=text].type-login {
  height: 40px;
}

textarea {
  height: 100px;
  padding: 10px 10px;
}

textarea:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
  border: 1px solid #002e73 !important;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* Firefox 18- */
  :-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* Firefox 19+ */
  ::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* IE 10+ */
  :-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }

  textarea,
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  input[type=text] {
    width: 100%;
    padding: 2px 15px;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  textarea.type-login,
  input[type="tel"].type-login,
  input[type="email"].type-login,
  input[type="password"].type-login,
  input[type=text].type-login {
    width: 100%;
    height: 40px;
  }

  textarea {
    width: 100%;
    height: 200px;
    padding: 10px 15px;
  }
}
#jsDbugLineLast,
#jsDbugLineFirst {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 100;
}
#jsDbugLineLast span,
#jsDbugLineFirst span {
  font-style: 12px;
  position: absolute;
  right: 5px;
}

#jsDbugLineLast {
  background: #cc0000;
}
#jsDbugLineLast span {
  color: #cc0000;
}

#jsDbugLineFirst {
  background: #000099;
}
#jsDbugLineFirst span {
  color: #000099;
}

.col-c00911 {
  color: #c00911 !important;
}

.col-red {
  color: #d53436 !important;
}

.br-sp-hack {
  display: block;
}

.br-sp-disp-hack {
  display: none;
}

.sp-disp {
  display: block;
}

.t-c {
  text-align: center !important;
}
.t-c img {
  margin: 0 auto !important;
}

.pc-disp {
  display: none;
}

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

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

.sp-pc {
  visibility: hidden;
}

@media print, screen and (min-width: 350px) {
  .br-sp-hack {
    display: none;
  }

  .br-sp-disp-hack {
    display: none;
  }
}
/* pc */
@media print, screen and (min-width: 768px) {
  .sp-disp {
    display: none;
  }

  .pc-disp {
    display: block;
  }

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

  .mb-20-30 {
    margin-bottom: 30px !important;
  }
}
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.js-sp-pc {
  opacity: 0;
}

/*****************************
header
*****************************/
.g-header {
  position: relative;
  width: 100%;
  z-index: 100;
}

.header-inner {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 10;
  top: 0;
  left: 0;
}
.header-inner::after {
  position: absolute;
  position: fixed;
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}

.header-logo {
  position: absolute;
  width: 37.33%;
  max-width: 140px;
  top: 50%;
  top: 22px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.header-logo a {
  width: 100%;
  height: auto;
}

.header-btn-menu {
  position: fixed;
  position: absolute;
  z-index: 10;
  left: 24px;
  top: 23px;
  width: 44px;
  height: 44px;
}
.header-btn-menu a {
  display: block;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.header-btn-menu a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: #db6929;
  -webkit-transition: transform 0.3s ease, background 0.3s ease;
  -moz-transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
  margin-left: -10px;
}
.header-btn-menu a span:nth-of-type(1) {
  margin-top: -7px;
}
.header-btn-menu a span:nth-of-type(2) {
  margin-top: 0;
}
.header-btn-menu a span:nth-of-type(3) {
  margin-top: 7px;
}

.header-menu-inner {
  position: fixed;
  top: 80px;
  left: -100%;
  height: 100%;
  min-height: calc(100% - $header-h);
  z-index: 1;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 6%;
  padding-bottom: 8%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .header-menu-inner {
    padding-top: 22.5px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .header-menu-inner {
    padding-bottom: 30px;
  }
}
.header-menu-inner:after {
  position: absolute;
  display: block;
  content: '';
  position: fixed;
  top: 80px;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  transform: translateY(-100px);
  left: -100%;
  width: 100%;
  height: 200%;
  background: #fff;
  z-index: 2;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  transition: left 0.25s ease;
}

.header-nav {
  position: relative;
  top: 0;
  z-index: 6;
  width: 92%;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s 0.2s ease;
  -moz-transition: opacity 0.3s 0.2s ease;
  transition: opacity 0.3s 0.2s ease;
}
.header-nav ul {
  padding-bottom: 30px;
}
.header-nav ul li {
  opacity: 0;
  position: relative;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: transform 0s ease, opacity 0s ease;
  -moz-transition: transform 0s ease, opacity 0s ease;
  transition: transform 0s ease, opacity 0s ease;
}
.header-nav ul li a {
  display: block;
  text-align: left;
  padding: 25px 8px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0d0d0d;
  position: relative;
}
.header-nav ul li a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 8px;
  margin-top: -8px;
  width: 14px;
  height: 17px;
  background: url(../img/common/ico-arrow-r.png) 0 0 no-repeat;
  background-size: 14px 17px;
  z-index: 1;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

@media print, screen and (min-width: 420px) {
  .header-nav ul {
    padding-bottom: 80px;
  }
}
.contets-inner {
  padding-top: 80px;
}

body.state-menu-active .header-menu-inner {
  left: 0;
}
body.state-menu-active .header-menu-inner:after {
  left: 0;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
body.state-menu-active .header-logo {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.state-menu-active .header-nav ul li {
  opacity: 1;
  -webkit-transition: opacity 0.6s 0.4s ease;
  -moz-transition: opacity 0.6s 0.4s ease;
  transition: opacity 0.6s 0.4s ease;
}
body.state-menu-active .header-btn-menu a div {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.state-menu-active .header-btn-menu a span:nth-of-type(2) {
  opacity: 0;
}
body.state-menu-active .header-btn-menu a span:nth-of-type(1) {
  margin-top: -6px;
  -webkit-transform: translateY(5px) rotate(-45deg);
  -moz-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
  /*9=10+8/2*/
}
body.state-menu-active .header-btn-menu a span:nth-of-type(3) {
  margin-top: 4px;
  -webkit-transform: translateY(-5px) rotate(45deg);
  -moz-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
body.state-menu-active .contets {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
body.state-menu-active .contets-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 1080px;
  }

  .header-inner {
    position: relative;
    height: 210px;
  }
  .header-inner::after {
    position: relative;
    height: 210px;
    background: #fff;
  }

  .header-logo {
    width: 216px;
    max-width: 216px;
    top: 46px;
    left: 50%;
    margin-left: -108px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .header-menu-inner {
    top: 210px;
    height: calc(100% - $header-h);
  }
  .header-menu-inner:after {
    top: 210px;
  }

  .header-btn-menu {
    right: 5px;
    top: 5px;
  }

  .contets-inner {
    padding-top: 0;
  }

  .header-btn-menu {
    display: none;
  }

  .header-menu-inner {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 19px;
    bottom: 16px;
    left: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    z-index: 5;
    width: 100%;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  body.page-index .header-nav ul li:nth-of-type(1) a::before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  body.page-automation .header-nav ul li:nth-of-type(2) a::before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  body.page-metal .header-nav ul li:nth-of-type(3) a::before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  body.page-casestudy .header-nav ul li:nth-of-type(4) a::before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  body.page-contact .header-nav ul li:nth-of-type(5) a::before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  body.page-company .header-nav ul li:nth-of-type(6) a::before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  .header-nav {
    width: auto;
    margin: 0 0 0 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .header-nav ul {
    padding: 0 0 0 0 !important;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .header-nav ul li {
    margin-bottom: 0;
    height: 50px;
    opacity: 1;
    margin: 0 10px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .header-nav ul li a {
    display: block;
    padding: 3px 16px 16px;
    font-size: 14px;
    font-size: 1.4rem;
    opacity: 1;
    overflow: hidden;
  }
  .header-nav ul li a::after {
    display: none;
  }
  .header-nav ul li a::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #db6929;
    z-index: 1;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px);
  }
  .header-nav ul li a span {
    position: relative;
    padding: 10px 2px;
  }
  .header-nav ul li a span::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #feda35;
    z-index: 1;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }
  .header-nav ul li a:hover::before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .header-nav ul li.header-nav-home a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding: 3px 0 16px;
    width: 80px;
  }
  .header-nav ul li.header-nav-home a::after {
    position: absolute;
    display: block;
    content: "";
    top: 8px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: url(../img/common/ico-home.png) 0 0 no-repeat;
    background-size: 20px 20px;
    z-index: 1;
  }
}
/*****************************
footer
*****************************/
.g-footer {
  width: 100%;
  padding-top: 5.33%;
  padding-bottom: 5.33%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/common/footer-bg-sp.png) 0 0 repeat-y #001c55;
  background-size: 100% auto;
  color: #fff;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .g-footer {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .g-footer {
    padding-bottom: 20px;
  }
}

.footer-copy {
  text-align: center;
  font-weight: 500;
}
.footer-copy small {
  font-size: 16px;
  font-size: 1.6rem;
}
.footer-copy small span {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  top: 0px;
  left: -2px;
}

@media print, screen and (min-width: 768px) {
  .g-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../img/common/footer-bg-pc.png) 0 0 repeat-y #001c55;
    background-size: 100% auto;
  }

  .footer-copy small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-copy small span {
    font-size: 16px;
    font-size: 1.6rem;
    top: 0px;
    left: -2px;
  }
}
body.state-page-top-first .page-top {
  right: -50%;
}

body.state-page-top-first-pre .page-top {
  right: 6%;
}
body.state-page-top-first-pre .page-top a {
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s ease;
  -moz-transition: opacity 0.2s 0s ease;
  transition: opacity 0.2s 0s ease;
}
body.state-page-top-first-pre .page-top::after {
  display: block;
}

body.state-page-top-middle.state-page-top-hide .page-top,
body.state-page-top-last.state-page-top-hide .page-top {
  right: 6%;
}
body.state-page-top-middle.state-page-top-hide .page-top a,
body.state-page-top-last.state-page-top-hide .page-top a {
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s ease;
  -moz-transition: opacity 0.2s 0s ease;
  transition: opacity 0.2s 0s ease;
}
body.state-page-top-middle.state-page-top-hide .page-top::after,
body.state-page-top-last.state-page-top-hide .page-top::after {
  display: block;
}

body.state-page-top-middle .page-top {
  right: 6%;
}
body.state-page-top-middle .page-top a {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0s ease;
  -moz-transition: opacity 0.5s 0s ease;
  transition: opacity 0.5s 0s ease;
}
body.state-page-top-middle .page-top::after {
  display: none;
}

body.state-page-top-last .page-top {
  right: 6%;
}
body.state-page-top-last .page-top a {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0s ease;
  -moz-transition: opacity 0.5s 0s ease;
  transition: opacity 0.5s 0s ease;
}
body.state-page-top-last .page-top::after {
  display: none;
}

.page-top {
  position: fixed;
  right: 6%;
  bottom: 40px;
  bottom: 70px;
  z-index: 200;
  width: 37px;
}
.page-top::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cc0000;
  opacity: 0;
  z-index: 5;
}
.page-top a {
  display: block;
  width: 100%;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  background: #001b55;
  overflow: hidden;
  opacity: 0;
}

@media print, screen and (min-width: 768px) {
  body.state-page-top-first .page-top {
    left: -200%;
    position: fixed;
  }

  body.state-page-top-first-pre .page-top {
    right: 30px;
  }

  body.state-page-top-middle.state-page-top-hide .page-top,
  body.state-page-top-last.state-page-top-hide .page-top {
    right: 30px;
  }

  body.state-page-top-middle .page-top {
    right: 30px;
  }

  body.state-page-top-last .page-top {
    right: 30px;
    position: fixed;
  }

  .page-top {
    position: fixed;
    right: 30px;
    bottom: 70px;
  }
  .page-top a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    overflow: hidden;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .page-top a::after {
    width: 46px;
    height: 46px;
  }
  .page-top a img {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    position: relative;
  }
  .page-top a:hover {
    background: #1a4d99;
    -webkit-transition: background 0.1s ease;
    -moz-transition: background 0.1s ease;
    transition: background 0.1s ease;
  }
  .page-top a:hover img {
    -webkit-transition: transform 0.1s ease;
    -moz-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media print, screen and (min-width: 1180px) {
  body.state-page-top-first .page-top {
    left: -200%;
  }

  body.state-page-top-first-pre .page-top {
    left: 50%;
  }

  body.state-page-top-middle.state-page-top-hide .page-top,
  body.state-page-top-last.state-page-top-hide .page-top {
    left: 50%;
  }

  body.state-page-top-middle .page-top {
    left: 50%;
  }

  body.state-page-top-last .page-top {
    left: 50%;
    position: absolute;
  }

  .page-top {
    left: -200%;
    right: auto;
    bottom: 40px;
    width: 80px;
    margin-left: 530px;
  }
}
/*****************************
contets
*****************************/
.contets {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sec-con-inner {
  width: 92%;
  margin: 0 auto;
}

.breadcrumb {
  width: 100%;
  padding-top: 5.6%;
  padding-bottom: 5.6%;
  background: #fff;
  margin-bottom: 7.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .breadcrumb {
    padding-top: 21px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .breadcrumb {
    padding-bottom: 21px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 27.5px;
  }
}
.breadcrumb ol {
  width: 92%;
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.breadcrumb ol li {
  font-size: 11px;
  font-size: 1.1rem;
  width: auto;
  padding-right: 12px;
  position: relative;
}
.breadcrumb ol li:last-child {
  padding-right: 0;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
.breadcrumb ol li:after {
  position: absolute;
  display: block;
  content: '';
  content: '>';
  font-size: 11px;
  font-size: 1.1rem;
  color: #1b1b1b;
  top: 6px;
  right: 4px;
}
.breadcrumb ol li a,
.breadcrumb ol li span {
  position: relative;
  display: block;
  padding: 6px 4px;
}
.breadcrumb ol li span {
  color: #1b1b1b;
  font-weight: 500;
}
.breadcrumb ol li a {
  text-decoration: underline;
  color: #002e73;
  font-weight: 500;
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.breadcrumb ol li a:hover {
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  opacity: 0.6;
}

@media print, screen and (min-width: 768px) {
  .breadcrumb {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 65px;
  }
  .breadcrumb ol {
    width: 850px;
    max-width: 850px;
  }
  .breadcrumb ol li {
    font-size: 13px;
    font-size: 1.3rem;
    width: auto;
    padding-right: 14px;
  }
  .breadcrumb ol li:after {
    font-size: 13px;
    font-size: 1.3rem;
    top: 6px;
    right: 3px;
  }
  .breadcrumb ol li a,
  .breadcrumb ol li span {
    padding: 6px 4px;
  }
}
/* Browser
https://dev.classmethod.jp/ria/html5/css-length-viewport/


https://w3g.jp/sample/css/font-family


blur

https://note.mu/psephopaiktes/n/n5cef19fdb8c4#e0PJv

navi  #375BD1
白　透過

*/
.news-article-body dl:after,
.clearfix:after {
  font-size: .1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: .1px;
  content: ' ';
}

.news-article-body dl,
.clearfix {
  /*\*/
    /*/
display: inline-table !important;
/**/
}

body.state-page-excute-01::before {
  opacity: 0;
}

body.state-page-excute-02::before {
  display: none;
}

body.state-mouse-false::after {
  display: block;
}

body::after {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  opacity: 0;
  display: none;
}
body::before {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10001;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-20 {
  margin-bottom: 20px;
}

/* list-indent */
.list-indent {
  font-size: 11px;
  font-size: 1.1rem;
}
.list-indent li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 2px;
  line-height: 1.6;
}
.list-indent li.indent-type-02 {
  padding-left: 1.8em;
}
.list-indent li.indent-type-03 {
  padding-left: 3.2em;
}
.list-indent li.fs-s {
  font-size: 10px;
  font-size: 1rem;
}
.list-indent li.fs-m {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2px;
}
.list-indent li span.indent {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
}
.list-indent li:last-child {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .list-indent {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-indent li {
    padding-left: 1.4em;
  }
  .list-indent li.fs-s {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .list-indent li.fs-m {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}
/*****************************
page index
*****************************/
.contets-wrap {
  width: 100%;
  display: block;
  position: relative;
  background: #f4f4f4;
}

.kv {
  width: 100%;
  padding-bottom: 85.33%;
  background: url(../img/index/kv-sp.jpg) 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kv {
    padding-bottom: 320px;
  }
}

.kv-txt {
  width: 43.2%;
  position: absolute;
  top: 46.87%;
  right: 2.8%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kv-txt {
    top: 150px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kv-txt {
    right: 10.5px;
  }
}

.kv-under {
  position: relative;
  padding-bottom: 45.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kv-under {
    padding-bottom: 170px;
  }
}
.page-company .kv-under {
  background: url(../img/company/kv-company-sp.jpg) 0 0 no-repeat;
  background-size: cover;
}
.page-metal .kv-under {
  background: url(../img/metal/kv-metal-sp.jpg) 0 0 no-repeat;
  background-size: cover;
}
.page-casestudy .kv-under {
  background: url(../img/casestudy/kv-casestudy-sp.jpg) 0 0 no-repeat;
  background-size: cover;
}
.page-contact .kv-under {
  background: url(../img/contact/kv-contact-sp.jpg) 0 0 no-repeat;
  background-size: cover;
}
.page-automation .kv-under {
  background: url(../img/automation/kv-automation-sp.jpg) 0 0 no-repeat;
  background-size: cover;
}

.kv-under-txt {
  width: 81.33%;
  top: 32.94%;
  left: 9.33%;
  position: absolute;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  height: 55px;
  padding-left: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #1b1b1b;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kv-under-txt {
    top: 56px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .kv-under-txt {
    left: 35px;
  }
}
.kv-under-txt::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 55px;
  background: #004597;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .kv {
    padding-bottom: 0;
    height: 590px;
    background: url(../img/index/kv-pc.jpg) center center no-repeat;
    background-size: cover;
  }

  .kv-txt {
    width: 324px;
    top: 150px;
    right: auto;
    left: 50%;
    margin-left: 147px;
  }

  .kv-under {
    padding-bottom: 0;
    height: 290px;
  }
  .page-company .kv-under {
    background: url(../img/company/kv-company-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .page-casestudy .kv-under {
    background: url(../img/casestudy/kv-casestudy-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .page-metal .kv-under {
    background: url(../img/metal/kv-metal-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .page-contact .kv-under {
    background: url(../img/contact/kv-contact-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .page-automation .kv-under {
    background: url(../img/automation/kv-automation-pc.jpg) center center no-repeat;
    background-size: cover;
  }

  .kv-under-txt {
    width: 950px;
    left: 50%;
    top: 92px;
    margin-left: -470px;
    font-size: 34px;
    font-size: 3.4rem;
    height: 110px;
    padding-left: 40px;
  }
  .kv-under-txt::after {
    width: 5px;
    height: 110px;
  }
}
/* link-items */
.index-link-items {
  margin-bottom: 17.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .index-link-items {
    margin-bottom: 65px;
  }
}
.index-link-items .index-link-item {
  position: relative;
  padding-bottom: 67.86%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .index-link-items .index-link-item {
    padding-bottom: 254.5px;
  }
}
.index-link-items .index-link-item.type-automation .index-link-item-img {
  background: url(../img/index/index-item-automation-bg-sp.jpg) center center no-repeat;
  background-size: cover;
}
.index-link-items .index-link-item.type-metal .index-link-item-img {
  background: url(../img/index/index-item-metal-bg-sp.jpg) center center no-repeat;
  background-size: cover;
}
.index-link-items .index-link-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
}

.index-link-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.index-link-item-txt {
  position: absolute;
  width: 89.33%;
  top: 7.46%;
  left: 5.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .index-link-item-txt {
    top: 19px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .index-link-item-txt {
    left: 20px;
  }
}
.index-link-item-txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 3.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .index-link-item-txt p {
    margin-bottom: 12.5px;
  }
}
.index-link-item-txt p span {
  position: relative;
  left: -0.5em;
}
.index-link-item-txt div {
  display: inline-block;
  background: #cb1717;
  color: #fff;
  padding: 6px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}

.index-link-item-tit {
  position: absolute;
  width: 89.33%;
  top: 60.9%;
  left: 5.33%;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 16px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .index-link-item-tit {
    top: 155px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .index-link-item-tit {
    left: 20px;
  }
}
.index-link-item-tit::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 72px;
  height: 2px;
  background: #fff;
  z-index: 2;
}

.index-link-item-detail {
  position: absolute;
  display: inline-block;
  padding-right: 16px;
  top: 85.46%;
  left: 5.33%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .index-link-item-detail {
    top: 217.5px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .index-link-item-detail {
    left: 20px;
  }
}
.index-link-item-detail::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 0;
  margin-top: -7px;
  width: 10px;
  height: 14px;
  background: url(../img/common/ico-arrow-r-w.png) 0 0 no-repeat;
  background-size: 10px 14px;
  z-index: 1;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .index-link-items {
    margin-bottom: 80px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .index-link-items .index-link-item {
    width: 50%;
    padding-bottom: 0;
    height: 510px;
    position: relative;
  }
  .index-link-items .index-link-item.type-automation .index-link-item-img {
    background: url(../img/index/index-item-automation-bg-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .index-link-items .index-link-item.type-automation .index-link-item-inner {
    right: 0;
  }
  .index-link-items .index-link-item.type-metal .index-link-item-img {
    background: url(../img/index/index-item-metal-bg-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .index-link-items .index-link-item.type-metal .index-link-item-inner {
    left: 0;
  }
  .index-link-items .index-link-item a {
    overflow: hidden;
    position: relative;
  }
  .index-link-items .index-link-item a::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .index-link-items .index-link-item a:hover::after {
    opacity: 0.35;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .index-link-items .index-link-item a:hover .index-link-item-img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  .index-link-items .index-link-item a:hover .index-link-item-tit::after {
    -webkit-transform: scaleX(1.5);
    -moz-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  .index-link-items .index-link-item a:hover .index-link-item-detail::after {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
  }

  .index-link-item-img {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    z-index: 1;
  }

  .index-link-item-inner {
    width: 500px;
    position: absolute;
    height: 510px;
    z-index: 3;
  }

  .index-link-item-txt {
    width: 100%;
    top: 42px;
    left: 44px;
  }
  .index-link-item-txt p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .index-link-item-txt div {
    padding: 6px 30px;
    font-size: 26px;
    font-size: 2.6rem;
  }

  .index-link-item-tit {
    width: 100%;
    top: 325px;
    left: 42px;
    font-size: 34px;
    font-size: 3.4rem;
    padding-bottom: 32px;
  }
  .index-link-item-tit::after {
    width: 80px;
    height: 3px;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }

  .index-link-item-detail {
    padding-right: 26px;
    top: 445px;
    left: 44px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }
  .index-link-item-detail::after {
    position: absolute;
    display: block;
    content: "";
    top: 1px;
    right: 0;
    margin-top: 0;
    width: 15px;
    height: 20px;
    background: url(../img/common/ico-arrow-r-w.png) 0 0 no-repeat;
    background-size: 15px 20px;
    z-index: 1;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
}
/* news */
.sec-index-news {
  background: #fff;
  padding-top: 10.66%;
  padding-bottom: 10.66%;
  margin-bottom: 10.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .sec-index-news {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .sec-index-news {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .sec-index-news {
    margin-bottom: 40px;
  }
}

.index-news-inner {
  width: 88%;
  margin: 0 auto;
}

.index-news-items {
  padding-right: 14px;
  overflow-y: auto;
  height: 200px;
  -webkit-overflow-scrolling: touch;
}

.index-news-items::-webkit-scrollbar {
  width: 8px;
}

.index-news-items::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #eee;
}

.index-news-items::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #959595;
}

.index-news-items {
  padding-top: 1.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .index-news-items {
    padding-top: 5px;
  }
}
.index-news-items li {
  margin-bottom: 7.57%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .index-news-items li {
    margin-bottom: 25px;
  }
}
.index-news-items li:last-child {
  margin-bottom: 0;
}
.index-news-items li a {
  text-decoration: underline;
}

.index-news-item-date {
  margin-bottom: 2.27%;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .index-news-item-date {
    margin-bottom: 7.5px;
  }
}

.index-news-item-txt {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .index-news-items {
    padding-right: 20px;
    height: 170px;
    -webkit-overflow-scrolling: touch;
  }

  .index-news-items::-webkit-scrollbar {
    width: 8px;
  }

  .index-news-items::-webkit-scrollbar-track {
    border-radius: 4px;
  }

  .index-news-items::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }

  .sec-index-news {
    width: 960px;
    margin: 0 auto;
    background: #fff;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 56px;
  }

  .index-news-inner {
    width: 854px;
  }

  .index-news-items {
    padding-top: 0;
  }
  .index-news-items li {
    margin-bottom: 10px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .index-news-items li a:hover {
    text-decoration: none;
  }

  .index-news-item-date {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    width: 155px;
    line-height: 1.6;
  }

  .index-news-item-txt {
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    width: 650px;
  }
}
/* contact */
.block-btm-contact {
  padding-top: 10.66%;
  padding-bottom: 26.66%;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-btm-contact {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-btm-contact {
    padding-bottom: 100px;
  }
}

.btm-contact-logo {
  width: 43.2%;
  max-width: 162px;
  margin: 0 auto;
  margin-bottom: 4%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .btm-contact-logo {
    margin-bottom: 15px;
  }
}

.btm-contact-txt {
  text-align: left;
  line-height: 1.8;
  font-size: 12px;
  font-size: 1.2rem;
  width: 88%;
  margin: 0 auto;
  margin-bottom: 5.3%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .btm-contact-txt {
    margin-bottom: 17.5px;
  }
}

.btm-contact-txt-add {
  margin-bottom: 1.51%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .btm-contact-txt-add {
    margin-bottom: 5px;
  }
}

.btm-contact-btn {
  width: 89.6%;
  margin: 0 auto;
}
.btm-contact-btn img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .block-btm-contact {
    text-align: center;
    width: 960px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    height: 280px;
  }

  .btm-contact-logo {
    width: 216px;
    max-width: 216px;
    margin-bottom: 0;
    position: absolute;
    top: 26px;
    left: 22px;
  }

  .btm-contact-txt {
    line-height: 1.4;
    font-size: 16px;
    font-size: 1.6rem;
    width: 470px;
    margin-bottom: 0;
    position: absolute;
    top: 120px;
    left: 22px;
  }

  .btm-contact-txt-add {
    margin-bottom: 6px;
  }

  .btm-contact-btn {
    width: 468px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: auto;
    right: -3px;
  }
  .btm-contact-btn a {
    position: relative;
    display: block;
  }
  .btm-contact-btn a img {
    position: relative;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .btm-contact-btn a::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 468px;
    height: 196px;
    background: url(../img/common/btn-contact-img-on.png) 0 0 no-repeat;
    background-size: 468px 196px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .btm-contact-btn a:hover::after {
    opacity: 1;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
}
.block-company-greeting {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 19.56%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-company-greeting {
    padding-bottom: 67.5px;
  }
}

.company-greeting-img {
  margin-bottom: 9.56%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-greeting-img {
    margin-bottom: 33px;
  }
}

.company-greeting-txt {
  width: 95.65%;
  margin: 0 auto;
  margin-bottom: 9.09%;
}
.company-greeting-txt p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 7.57%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-greeting-txt p {
    margin-bottom: 25px;
  }
}
.company-greeting-txt p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-greeting-txt {
    margin-bottom: 30px;
  }
}

.company-greeting-btm-txt {
  text-align: right;
}
.company-greeting-btm-txt img {
  margin-right: 8.48%;
  width: 17.57%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .company-greeting-btm-txt img {
    margin-right: 28px;
  }
}

.block-company-info {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 14.49%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-company-info {
    padding-bottom: 50px;
  }
}
.block-company-info dl {
  width: 100%;
  padding-top: 11.59%;
  padding-bottom: 11.59%;
  border-bottom: 1px solid #bfbfbf;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-company-info dl {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-company-info dl {
    padding-bottom: 40px;
  }
}
.block-company-info dl:last-child {
  border-bottom: none;
}
.block-company-info dl dt {
  width: 88.4%;
  margin: 0 auto;
  margin-bottom: 5.73%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-company-info dl dt {
    margin-bottom: 17.5px;
  }
}
.block-company-info dl dd .company-info-dd-inner {
  width: 88.4%;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}
.block-company-info dl dd .company-info-img {
  margin-top: 15px;
}

.block-company-map {
  width: 92%;
  padding-bottom: 28.98%;
  margin: 0 auto;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-company-map {
    padding-bottom: 100px;
  }
}

.google-map {
  padding-bottom: 86.95%;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .google-map {
    padding-bottom: 300px;
  }
}

.google-map iframe,
.google-map object,
.google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .block-company-greeting {
    width: 850px;
    padding-bottom: 65px;
  }

  .company-greeting-img {
    margin-bottom: 30px;
  }

  .company-greeting-txt {
    width: 850px;
    margin-bottom: 60px;
  }
  .company-greeting-txt p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .company-greeting-txt p:last-child {
    margin-bottom: 0;
  }

  .company-greeting-btm-txt {
    text-align: right;
  }
  .company-greeting-btm-txt img {
    margin-right: 0;
    width: 100px;
  }

  .block-company-info {
    width: 910px;
    padding-bottom: 0;
  }
  .block-company-info dl {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #bfbfbf;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .block-company-info dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 700;
    width: 270px;
    padding-left: 25px;
    margin-bottom: 0;
  }
  .block-company-info dl dd .company-info-dd-inner {
    width: 640px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
  }
  .block-company-info dl dd .company-info-dd-inner span {
    padding-right: 20px;
  }
  .block-company-info dl dd .company-info-img {
    width: 320px;
    margin-top: 15px;
  }

  .block-company-map {
    padding-top: 60px;
    padding-bottom: 130px;
    width: 1000px;
    margin: 0 auto;
  }

  .google-map {
    width: 1000px;
    height: 400px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
}
.casestudy-items {
  width: 91.46%;
  margin: 0 auto;
  margin-bottom: 17.49%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .casestudy-items {
    margin-bottom: 60px;
  }
}
.casestudy-items .casestudy-item {
  margin-bottom: 18.95%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .casestudy-items .casestudy-item {
    margin-bottom: 65px;
  }
}
.casestudy-items .casestudy-item:last-child {
  margin-bottom: 0;
}

.casestudy-item-img {
  margin-bottom: 10.2%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .casestudy-item-img {
    margin-bottom: 35px;
  }
}

.casestudy-item-tit {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .casestudy-item-tit {
    margin-bottom: 8px;
  }
}

.casestudy-item-txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .casestudy-items {
    width: 866px;
    margin-bottom: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .casestudy-items .casestudy-item {
    width: 390px;
    margin-bottom: 90px;
  }
  .casestudy-items .casestudy-item:last-child {
    margin-bottom: 90px;
  }

  .casestudy-item-img {
    margin-bottom: 30px;
  }

  .casestudy-item-tit {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .casestudy-item-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.main-img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 8.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .main-img {
    margin-bottom: 32.5px;
  }
}

.step-arrow-item-wrap {
  width: 94.66%;
  margin: 0 auto;
  margin-bottom: 15.49%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .step-arrow-item-wrap {
    margin-bottom: 55px;
  }
}
.step-arrow-item-wrap.type-mb-l {
  margin-bottom: 19.71%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .step-arrow-item-wrap.type-mb-l {
    margin-bottom: 70px;
  }
}

.step-arrow-items {
  margin-bottom: 10.7%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .step-arrow-items {
    margin-bottom: 38px;
  }
}
.step-arrow-items .step-arrow-item {
  margin-bottom: 19.71%;
  background: #002d6f;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-top: 5.63%;
  padding-bottom: 9.29%;
  position: relative;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .step-arrow-items .step-arrow-item {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .step-arrow-items .step-arrow-item {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .step-arrow-items .step-arrow-item {
    padding-bottom: 33px;
  }
}
.page-automation .step-arrow-items .step-arrow-item {
  padding-top: 5.63%;
  padding-bottom: 5.63%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .page-automation .step-arrow-items .step-arrow-item {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .page-automation .step-arrow-items .step-arrow-item {
    padding-bottom: 20px;
  }
}
.step-arrow-items .step-arrow-item::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -42px;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url(../img/common/ico-arrow-step-orenji.png) 0 0 no-repeat;
  background-size: 42px 42px;
  z-index: 2;
}
.step-arrow-items .step-arrow-item:last-child {
  margin-bottom: 0;
}
.step-arrow-items .step-arrow-item:last-child::after {
  display: none;
}
.step-arrow-items .list-indent li {
  font-weight: 500;
}

.step-arrow-item-inner {
  width: 90.14%;
  margin: 0 auto;
}
.page-automation .step-arrow-item-inner {
  width: 91.54%;
}

.step-arrow-item-tit {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 5.62%;
  padding-bottom: 2.5%;
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .step-arrow-item-tit {
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .step-arrow-item-tit {
    padding-bottom: 8px;
  }
}
.step-arrow-item-tit span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 7px 8px 0;
  height: 36px;
  margin-right: 10px;
}

.t-c-sp {
  text-align: center;
}

.step-arrow-item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0em;
}
.step-arrow-item-txt span {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  border: 1px solid #fff;
  padding: 1px 8px 0;
  height: 36px;
  margin-left: 20px;
}
.step-arrow-item-txt .hack-pos {
  display: inline;
  position: relative;
  top: 0px;
}

.step-arrow-item-txt-l {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0em;
}

.step-arrow-item-txt-03 span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.step-arrow-item-txt-03 img {
  display: block;
  width: 16px;
  margin: 15px auto 20px;
}

.rental-items {
  width: 76.26%;
  margin: 0 auto;
  margin-bottom: 22.72%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .rental-items {
    margin-bottom: 65px;
  }
}
.rental-items .rental-item {
  margin-bottom: 22.72%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .rental-items .rental-item {
    margin-bottom: 65px;
  }
}
.rental-items .rental-item:last-child {
  margin-bottom: 0;
}

.rental-item-img {
  margin-bottom: 5.24%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .rental-item-img {
    margin-bottom: 15px;
  }
}

.rental-item-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.metal-sche-txt {
  width: 85.33%;
  margin: 0 auto;
  margin-bottom: 9.37%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .metal-sche-txt {
    margin-bottom: 30px;
  }
}
.metal-sche-txt p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}

.block-google-calendar {
  width: 94.66%;
  margin: 0 auto;
  margin-bottom: 20.28%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-google-calendar {
    margin-bottom: 72px;
  }
}

.google-calendar {
  padding-bottom: 86.95%;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .google-calendar {
    padding-bottom: 300px;
  }
}

.google-calendar iframe,
.google-calendar object,
.google-calendar embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-btm-contact-illust-wrap {
  padding-bottom: 26.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-btm-contact-illust-wrap {
    padding-bottom: 100px;
  }
}

.block-btm-contact-illust {
  width: 94.66%;
  margin: 0 auto;
}

.block-btm-contact-illust-l {
  display: table;
  width: 100%;
  margin-bottom: 9.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-btm-contact-illust-l {
    margin-bottom: 35px;
  }
}

.block-btm-contact-illust-img {
  display: table-cell;
  vertical-align: bottom;
  width: 31.54%;
}

.block-btm-contact-illust-txt {
  display: table-cell;
  vertical-align: top;
  width: 68.45%;
  padding: 0 5px 0 10px;
}

.block-btm-contact-illust-txt-main {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 14px;
  color: #002d6f;
}

.block-btm-contact-illust-txt-sub {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}

.block-btm-contact-illust-btn a {
  display: block;
  position: relative;
  padding: 26px 24px;
  background: #002d6f;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.block-btm-contact-illust-btn a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 25px;
  margin-top: -6px;
  width: 6px;
  height: 12px;
  background: url(../img/common/ico-arrow-r-s-w.png) 0 0 no-repeat;
  background-size: 6px 12px;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .main-img {
    width: 1000px;
    margin-bottom: 35px;
  }

  .step-arrow-item-wrap {
    width: 910px;
    margin-bottom: 70px;
  }
  .step-arrow-item-wrap.type-mb-l {
    margin-bottom: 100px;
  }
  .step-arrow-item-wrap.type-automation {
    position: relative;
  }
  .step-arrow-item-wrap.type-automation::after {
    position: absolute;
    display: block;
    content: "";
    top: 122px;
    right: -46px;
    width: 455px;
    height: 460px;
    background: url(../img/automation/automation-step-bg-pc.png) 0 0 no-repeat;
    background-size: 455px 460px;
    z-index: 1;
  }

  .step-arrow-items {
    margin-bottom: 45px;
  }
  .step-arrow-items .step-arrow-item {
    margin-bottom: 70px;
    padding-top: 40px;
    padding-bottom: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  .page-automation .step-arrow-items .step-arrow-item {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .step-arrow-items .step-arrow-item.pc-w-s {
    width: 500px;
  }
  .step-arrow-items .step-arrow-item.pc-w-s .step-arrow-item-inner {
    width: 430px;
  }
  .step-arrow-items .step-arrow-item::after {
    bottom: -42px;
    left: 50%;
    margin-left: -21px;
    width: 42px;
    height: 42px;
    background: url(../img/common/ico-arrow-step-orenji.png) 0 0 no-repeat;
    background-size: 42px 42px;
  }

  .step-arrow-item-inner {
    width: 820px;
    position: relative;
  }
  .step-arrow-item-inner.pc-w-500 {
    width: 500px;
  }

  .step-arrow-item-tit {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 2px solid #fff;
    width: 870px;
    position: relative;
    left: -25px;
  }
  .step-arrow-item-tit.type-span {
    padding-bottom: 20px;
  }
  .step-arrow-item-tit span {
    display: inline-block;
    border: 2px solid #fff;
    padding: 15px 10px 0;
    height: 70px;
    margin-right: 30px;
  }

  .t-c-sp {
    text-align: left;
  }

  .t-c-pc {
    text-align: center;
  }

  .step-arrow-item-txt {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.0em;
  }
  .step-arrow-item-txt span {
    font-size: 34px;
    font-size: 3.4rem;
    display: inline-block;
    border: 2px solid #fff;
    padding: 4px 15px 0;
    height: 70px;
    margin-left: 40px;
    position: relative;
  }
  .step-arrow-item-txt .hack-pos {
    top: -4px;
  }

  .step-arrow-item-txt-l {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.0em;
  }

  .step-arrow-item-txt-03 span {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
  }
  .step-arrow-item-txt-03 img {
    display: inline-block;
    width: 32px;
    margin: 0 18px 0 4px;
    position: relative;
    top: 6px;
  }

  .rental-items {
    width: 930px;
    margin-bottom: 40px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .rental-items .rental-item {
    width: 286px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 40px;
  }
  .rental-items .rental-item:last-child {
    margin-bottom: 40px;
  }

  .rental-item-img {
    margin-bottom: 12px;
  }

  .rental-item-name {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
  }

  .metal-sche-txt {
    width: 870px;
    margin-bottom: 45px;
  }
  .metal-sche-txt p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }

  .block-google-calendar {
    width: 910px;
    margin-bottom: 150px;
  }

  .google-calendar {
    padding-bottom: 86.95%;
    position: relative;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .google-calendar {
    padding-bottom: 300px;
  }
}

@media print, screen and (min-width: 768px) {
  .block-btm-contact-illust-wrap {
    padding-bottom: 115px;
  }

  .block-btm-contact-illust {
    width: 910px;
    margin: 0 auto;
    padding: 10px 10px 10px 20px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .block-btm-contact-illust-l {
    display: table;
    width: 582px;
    margin-bottom: 0;
  }

  .block-btm-contact-illust-img {
    display: table-cell;
    vertical-align: bottom;
    width: 150px;
  }

  .block-btm-contact-illust-txt {
    display: table-cell;
    vertical-align: middle;
    width: 438px;
    padding: 0 0 0 15px;
    letter-spacing: 0.04em;
  }

  .block-btm-contact-illust-txt-main {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 20px;
    color: #002d6f;
    letter-spacing: 0.00em;
  }

  .block-btm-contact-illust-txt-sub {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
  }

  .block-btm-contact-illust-btn {
    width: 292px;
  }
  .block-btm-contact-illust-btn a {
    display: block;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative;
    padding: 0 16px;
    height: 160px;
    background: #002d6f;
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: -0.02em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .block-btm-contact-illust-btn a::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 19px;
    margin-top: -6px;
    width: 6px;
    height: 12px;
    background: url(../img/common/ico-arrow-r-s-w.png) 0 0 no-repeat;
    background-size: 6px 12px;
    z-index: 1;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .block-btm-contact-illust-btn a:hover {
    background: #1a4d99;
    -webkit-transition: background 0.1s ease;
    -moz-transition: background 0.1s ease;
    transition: background 0.1s ease;
  }
  .block-btm-contact-illust-btn a:hover::after {
    -webkit-transition: transform 0.1s ease;
    -moz-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    transform: translateX(2px);
  }
}
.circle-img-items {
  width: 85.33%;
  margin: 0 auto;
  margin-bottom: 12.5%;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .circle-img-items {
    margin-bottom: 40px;
  }
}
.circle-img-items .circle-img-item {
  width: 43.75%;
  margin-bottom: 10.93%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .circle-img-items .circle-img-item {
    margin-bottom: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .circle-img-items {
    width: 960px;
    margin-bottom: 50px;
  }
  .circle-img-items .circle-img-item {
    width: 280px;
    margin: 0 20px;
    margin-bottom: 40px;
  }
}
.block-contact {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 26.66%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .block-contact {
    padding-bottom: 100px;
  }
}

.contact-txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.31%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .contact-txt {
    margin-bottom: 8px;
  }
}

.col-961912 {
  color: #961912;
}

.contact-txt-s {
  color: #961912;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6.52%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .contact-txt-s {
    margin-bottom: 22.5px;
  }
}

.form-items {
  margin-bottom: 10.14%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .form-items {
    margin-bottom: 35px;
  }
}
.form-items .form-item {
  margin-bottom: 7.24%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .form-items .form-item {
    margin-bottom: 25px;
  }
}
.form-items .form-item:last-child {
  margin-bottom: 0;
}
.form-items .form-item span.error {
  color: #961912;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding: 5px;
  margin-top: 5px;
}
.form-items .form-item.form-item-pulldown {
  margin-bottom: 11.59%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .form-items .form-item.form-item-pulldown {
    margin-bottom: 40px;
  }
}

.form-item-l {
  margin-bottom: 2.89%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .form-item-l {
    margin-bottom: 10px;
  }
}

.label-required {
  color: #961912;
  padding-right: 2px;
}

.form-select {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}
.form-select:after {
  position: absolute;
  display: block;
  content: '';
  top: 20px;
  left: 13px;
  width: 12px;
  height: 10px;
  background: url(../img/common/ico-pulldown.png) 0 0 no-repeat;
  background-size: 12px 10px;
  pointer-events: none;
  z-index: 10;
}
.form-select select {
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 12px 0 32px;
  position: relative;
  border: 1px solid #fff;
  z-index: 1;
}
.form-select.form-err select {
  border: 1px solid #ff0000;
}

.form-item-privacy-l {
  margin-bottom: 5.79%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .form-item-privacy-l {
    margin-bottom: 20px;
  }
}

.form-item-privacy-r {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
.form-item-privacy-r p {
  line-height: 1.6;
}

/* form-checkbox */
.form-checkbox {
  padding-top: 6px;
}

.form-checkbox li {
  display: inline-block;
  margin-bottom: 2px;
}
.form-checkbox li:last-child {
  margin-bottom: 0;
}

.form-checkbox input[type=checkbox] {
  display: inline-block;
  display: none;
  margin: 0;
}

.form-checkbox label {
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 10px 0 0 54px;
  height: 40px;
  line-height: 1;
}

.form-checkbox label::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
}

.form-checkbox input[type=checkbox] + label::after {
  width: 40px;
  height: 40px;
  background: url(../img/common/ico-check.png) 0 0 no-repeat;
  background-size: 40px 80px;
}

.form-checkbox input[type=checkbox]:checked + label::after {
  background: url(../img/common/ico-check.png) 0 -40px no-repeat;
  background-size: 40px 80px;
}

body.state-form-modify .button-form-wrap.type-check-state::after,
body.state-form-error .button-form-wrap.type-check-state::after,
body.state-form-confirm .button-form-wrap.type-check-state::after {
  display: none;
}
body.state-form-modify .button-form-wrap.type-check-state .button-form,
body.state-form-error .button-form-wrap.type-check-state .button-form,
body.state-form-confirm .button-form-wrap.type-check-state .button-form {
  opacity: 1;
}
body.state-form-modify .privacy-contents,
body.state-form-modify .form-privacy-item,
body.state-form-error .privacy-contents,
body.state-form-error .form-privacy-item,
body.state-form-confirm .privacy-contents,
body.state-form-confirm .form-privacy-item {
  display: none;
}

body.state-form-confirm .form-select:after {
  display: none;
}
body.state-form-confirm .form-select select {
  display: none;
}
body.state-form-confirm .form-item-r {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding: 10px 12px;
  background: #fff;
  line-height: 1.5;
}

.state-form-error .form-item-error-txt {
  display: block;
}

.form-item-error-txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #cc0000;
}

.button-form-wrap {
  text-align: center;
}
.button-form-wrap.type-check-state {
  position: relative;
}
.button-form-wrap.type-check-state::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #3067a8;
  opacity: 0;
}
.button-form-wrap.type-check-state .button-form {
  position: relative;
  z-index: 1;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-bottom: 2.89%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .button-form-wrap.type-check-state .button-form {
    margin-bottom: 10px;
  }
}
.button-form-wrap.type-check-state .button-form:last-child {
  margin-bottom: 0;
}
.button-form-wrap.type-check-state.state-check-ok::after {
  display: none;
}
.button-form-wrap.type-check-state.state-check-ok .button-form {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.link-txt-back {
  margin-top: 11.59%;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .link-txt-back {
    margin-top: 40px;
  }
}
.link-txt-back a {
  color: #0066b1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
}

.button-form {
  border: none;
  width: 100%;
  height: 76px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background: #0066b1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.button-form:hover {
  background: #2b8bd1;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.button-form.type-back {
  background: #fff;
  color: #0066b1;
  border: 1px solid #0066b1;
}

.privacy-contents {
  width: 98.66%;
  margin-bottom: 14.49%;
  height: 250px;
  overflow-y: scroll;
  padding: 10px 10px;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .privacy-contents {
    margin-bottom: 50px;
  }
}
.privacy-contents .list-indent li {
  font-size: 10px;
  font-size: 1rem;
}
.privacy-contents .list-indent ul {
  margin: 10px 0;
}

.privacy-contents-tit {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2.89%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .privacy-contents-tit {
    margin-bottom: 10px;
  }
}

.privacy-contents-txt-top {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 8.69%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .privacy-contents-txt-top {
    margin-bottom: 30px;
  }
}

.privacy-contents-items .privacy-contents-item {
  margin-bottom: 8.69%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .privacy-contents-items .privacy-contents-item {
    margin-bottom: 30px;
  }
}
.privacy-contents-items .privacy-contents-item:last-child {
  margin-bottom: 0;
}

.privacy-contents-item-tit {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2.17%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .privacy-contents-item-tit {
    margin-bottom: 7.5px;
  }
}

.privacy-contents-item-txt {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2.17%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .privacy-contents-item-txt {
    margin-bottom: 7.5px;
  }
}
.privacy-contents-item-txt:last-child {
  margin-bottom: 0;
}
.privacy-contents-item-txt.type-mb {
  margin-bottom: 2.17%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .privacy-contents-item-txt.type-mb {
    margin-bottom: 7.5px;
  }
}

.privacy-contents {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.privacy-contents::-webkit-scrollbar {
  width: 8px;
}

.privacy-contents::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #eee;
}

.privacy-contents::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #959595;
}

@media print, screen and (min-width: 768px) {
  .block-contact {
    width: 910px;
    padding-bottom: 130px;
  }

  .contact-txt {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 2.31%;
    margin-bottom: 22px;
    margin-left: 28px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 568px) and (max-width: 768px) {
  .contact-txt {
    margin-bottom: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .link-txt-back {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  .link-txt-back a {
    color: #0066b1;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: underline;
  }
  .link-txt-back a:hover {
    text-decoration: none;
  }

  .contact-txt-s {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 60px;
    margin-left: 28px;
  }

  .form-items {
    margin-bottom: 55px;
  }
  .form-items .form-item {
    margin-bottom: 40px;
  }
  .form-items .form-item span.error {
    color: #961912;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    padding-left: 28px;
  }
  .form-items .form-item.form-item-pulldown {
    margin-bottom: 60px;
  }

  body.state-form-confirm .form-item-r {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 28px;
    line-height: 1.4;
    padding: 24px 28px;
    background: #fff;
    line-height: 1.5;
  }

  .form-item-l {
    margin-bottom: 18px;
    padding-left: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .form-select {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-select:after {
    top: 19px;
    left: 28px;
    width: 16px;
    height: 14px;
    background: url(../img/common/ico-pulldown.png) 0 0 no-repeat;
    background-size: 16px 14px;
  }
  .form-select select {
    height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 12px 0 60px;
  }
  .form-select.form-err select {
    border: 1px solid #ff0000;
  }

  .form-item-privacy {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .form-item-privacy-l {
    margin-bottom: 0;
    width: 210px;
    padding-left: 28px;
  }

  .form-item-privacy-r {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    width: 700px;
    letter-spacing: 0.02em;
  }
  .form-item-privacy-r p {
    line-height: 1.6;
  }

  /* form-checkbox */
  .form-checkbox {
    padding-top: 6px;
  }

  .form-checkbox li {
    display: inline-block;
    margin-bottom: 2px;
  }
  .form-checkbox li:last-child {
    margin-bottom: 0;
  }

  .form-checkbox input[type=checkbox] {
    display: inline-block;
    display: none;
    margin: 0;
  }

  .form-checkbox label {
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 10px 0 0 54px;
    height: 40px;
    line-height: 1;
  }

  .button-form-wrap {
    text-align: center;
  }
  .button-form-wrap.type-check-state .button-form {
    width: 340px;
    margin-bottom: 0;
    margin-left: 6px;
    margin-right: 6px;
  }
  .button-form-wrap.type-check-state .button-form:last-child {
    margin-bottom: 0;
  }

  .button-form {
    border: none;
    width: 350px;
    width: 340px;
    height: 76px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background: #0066b1;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .button-form:hover {
    background: #2b8bd1;
    -webkit-transition: background 0.1s ease;
    -moz-transition: background 0.1s ease;
    transition: background 0.1s ease;
  }

  .privacy-contents {
    width: 880px;
    margin-bottom: 60px;
    height: 3250px;
    height: 250px;
    overflow-y: scroll;
    padding: 10px 10px;
  }
  .privacy-contents .list-indent li {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .privacy-contents-tit {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .privacy-contents-txt-top {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .privacy-contents-items .privacy-contents-item {
    margin-bottom: 30px;
  }
  .privacy-contents-items .privacy-contents-item:last-child {
    margin-bottom: 0;
  }

  .privacy-contents-item-tit {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .privacy-contents-item-txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .privacy-contents-item-txt:last-child {
    margin-bottom: 0;
  }
  .privacy-contents-item-txt.type-mb {
    margin-bottom: 15px;
  }

  .privacy-contents::-webkit-scrollbar {
    width: 8px;
  }

  .privacy-contents::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #eee;
  }

  .privacy-contents::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #959595;
  }
}
.underconstruction {
  padding-top: 13.33%;
  padding-bottom: 53.33%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .underconstruction {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .underconstruction {
    padding-bottom: 200px;
  }
}
.underconstruction div {
  width: 94.66%;
  margin: 0 auto;
  background: #d0dbe8;
  padding-top: 8.45%;
  padding-bottom: 8.45%;
  text-align: center;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .underconstruction div {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .underconstruction div {
    padding-bottom: 30px;
  }
}
.underconstruction div p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .underconstruction {
    padding-top: 100px;
    padding-bottom: 240px;
  }
  .underconstruction div {
    width: 860px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .underconstruction div p {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
}
/* tit */
.tit-line-side {
  position: relative;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
  height: 35px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 20px;
  margin-bottom: 7.57%;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-line-side {
    margin-bottom: 25px;
  }
}
.tit-line-side::after {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 35px;
  top: 0;
  left: 0;
  z-index: 1;
  background: #3067a8;
}

.tit-line-btm {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  padding-bottom: 16px;
  width: 94.66%;
  margin: 0 auto;
  margin-bottom: 8.45%;
  text-align: center;
  border-bottom: 1px solid #0d0d0d;
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .tit-line-btm {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .tit-line-side {
    font-size: 18px;
    font-size: 1.8rem;
    height: 30px;
    padding-left: 20px;
    margin-bottom: 16px;
  }
  .tit-line-side::after {
    width: 5px;
    height: 30px;
  }

  .tit-line-btm {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 18px;
    width: 910px;
    margin-bottom: 40px;
    border-bottom: 2px solid #0d0d0d;
  }
}
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

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

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

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

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

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  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;
}

@media print, screen and (min-width: 1180px) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  /*  pointer-events: none; */
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  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: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 1;
}

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

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

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

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

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

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

/* 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%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  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% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    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 {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  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;
  -webkit-filter: blur(50px);
  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;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
  opacity: 0.0 !important;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
  opacity: 0.6 !important;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
