@charset "UTF-8";
@import url(fontawesome-all.min.css);
/* line 7, sass/style.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: 0 0;
  box-sizing: border-box;
}

/* line 17, sass/style.scss */
:after,
:before {
  box-sizing: border-box;
}

/* line 22, sass/style.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

/* line 29, sass/style.scss */
body {
  font-family: "Noto Sans CJK JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  font-size: 14px;
  color: #000;
  background: #fff;
  max-width: 2560px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 39, sass/style.scss */
address,
caption,
code,
figcaption,
pre,
th {
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

/* line 50, sass/style.scss */
blockquote,
q {
  quotes: none;
}

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

/* line 63, sass/style.scss */
fieldset,
iframe,
img {
  border: 0;
}

/* line 69, sass/style.scss */
fieldset {
  padding: .35em .75em .625em;
}

/* line 73, sass/style.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 79, sass/style.scss */
caption,
th {
  text-align: left;
}

/* line 84, sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 89, sass/style.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 103, sass/style.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 111, sass/style.scss */
sup {
  vertical-align: text-top;
}

/* line 115, sass/style.scss */
sub {
  vertical-align: text-bottom;
}

/* line 119, sass/style.scss */
hr {
  display: block;
  overflow: visible;
  box-sizing: content-box;
  margin: 1em 0;
  padding: 0;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* line 130, sass/style.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}

/* line 140, sass/style.scss */
textarea {
  overflow: auto;
}

/* line 144, sass/style.scss */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 150, sass/style.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 155, sass/style.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* line 160, sass/style.scss */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 165, sass/style.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 170, sass/style.scss */
details,
menu {
  display: block;
}

/* line 175, sass/style.scss */
summary {
  display: list-item;
}

/* line 179, sass/style.scss */
canvas {
  display: inline-block;
}

/* line 183, sass/style.scss */
[hidden],
template {
  display: none;
}

/* line 188, sass/style.scss */
input,
select {
  vertical-align: middle;
}

/* line 193, sass/style.scss */
button {
  overflow: visible;
  box-sizing: content-box;
  border: 0;
  background: 0 0;
  color: inherit;
  vertical-align: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}

/* line 205, sass/style.scss */
button:disabled {
  cursor: default;
}

/* line 209, sass/style.scss */
button,
select {
  text-transform: none;
}

/* line 214, sass/style.scss */
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

/* line 221, sass/style.scss */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 229, sass/style.scss */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 236, sass/style.scss */
fieldset {
  padding: .35em .75em .625em;
}

/* line 240, sass/style.scss */
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

/* line 247, sass/style.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 252, sass/style.scss */
:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

/* line 257, sass/style.scss */
::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 262, sass/style.scss */
audio,
progress,
video {
  display: inline-block;
}

/* line 268, sass/style.scss */
progress {
  vertical-align: baseline;
}

/* line 272, sass/style.scss */
a,
a:link,
a:visited {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

/* line 279, sass/style.scss */
a:active {
  text-decoration: none;
}

/* line 283, sass/style.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 289, sass/style.scss */
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

/* line 295, sass/style.scss */
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace;
}

/* line 303, sass/style.scss */
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

/* line 310, sass/style.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 315, sass/style.scss */
small {
  font-size: 80%;
}

/* line 319, sass/style.scss */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

/* line 327, sass/style.scss */
sub {
  bottom: -.25em;
}

/* line 331, sass/style.scss */
sup {
  top: -.5em;
}

/* line 335, sass/style.scss */
ul {
  list-style: none;
}

/* line 339, sass/style.scss */
img {
  display: block;
  height: auto;
  max-width: 100%;
  border-style: none;
}

/* line 346, sass/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 350, sass/style.scss */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 358, sass/style.scss */
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

/* line 365, sass/style.scss */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 372, sass/style.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 381, sass/style.scss */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 387, sass/style.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 392, sass/style.scss */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 397, sass/style.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 401, sass/style.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 406, sass/style.scss */
.center {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 412, sass/style.scss */
.header-site {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 2560px;
  padding: 40px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 102;
  transition: .3s;
}

/* line 424, sass/style.scss */
.header-site .logo {
  display: block;
  margin-left: 30px;
  transition: .3s;
}

/* line 429, sass/style.scss */
.header-site .logo:hover {
  opacity: 0.8;
}

/* line 433, sass/style.scss */
.header-site .logo img {
  height: 70px;
  width: 283px;
}

/* line 439, sass/style.scss */
.header-site .head-rig {
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 445, sass/style.scss */
.header-site .head-rig a {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  transition: .3s;
}

/* line 451, sass/style.scss */
.header-site .head-rig a:hover {
  opacity: 0.8;
}

/* line 455, sass/style.scss */
.header-site .head-rig a i {
  padding-right: 10px;
}

/* line 461, sass/style.scss */
.header-site .head-menu {
  display: none;
  background: #ea5d01;
  color: #fff;
  margin-left: 40px;
  padding: 28px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: .3s;
  font-size: 12px;
  max-height: 53px;
}

/* line 473, sass/style.scss */
.header-site .head-menu:hover {
  opacity: 0.8;
}

/* line 477, sass/style.scss */
.header-site .head-menu span {
  width: 35px;
  height: 2px;
  top: 17px;
  background: #fff;
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  margin: 0 0 0 -18px;
  transform-origin: center;
  transition: .3s;
}

/* line 491, sass/style.scss */
.header-site .head-menu span:nth-child(1) {
  transform: translateY(-8px);
}

/* line 495, sass/style.scss */
.header-site .head-menu span:nth-child(3) {
  transform: translateY(8px);
}

/* line 499, sass/style.scss */
.header-site .head-menu div {
  text-transform: uppercase;
}

/* line 507, sass/style.scss */
header .main-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 511, sass/style.scss */
header .main-ul li {
  text-align: center;
  border-right: 1px solid #fff;
}

/* line 514, sass/style.scss */
header .main-ul li a {
  display: block;
  padding: 5px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: .3s;
  position: relative;
}

/* line 522, sass/style.scss */
header .main-ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #ea5d01;
  transition: 0.3s all linear;
}

/* line 532, sass/style.scss */
header .main-ul li a:hover:before {
  width: 100%;
  bottom: 0;
  left: 0;
  transition-delay: 0.1s;
  border-bottom-color: #ea5d01;
}

/* line 539, sass/style.scss */
header .main-ul li a span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

/* line 548, sass/style.scss */
header .main-ul li:last-child {
  border-right: none;
}

/* line 555, sass/style.scss */
.line-bnr img {
  max-height: 53px;
  width: auto;
}

/* line 561, sass/style.scss */
.fixheader {
  background: #fff;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
  transform: translateY(-10px);
  padding-top: 25px;
  z-index: 105;
}

/* line 568, sass/style.scss */
.fixheader .head-rig a {
  color: #ea5d01;
}

/* line 571, sass/style.scss */
.fixheader .main-ul li {
  border-right: 1px solid #ea5d01 !important;
}

/* line 573, sass/style.scss */
.fixheader .main-ul li a {
  color: #ea5d01;
}

/* line 577, sass/style.scss */
.fixheader .main-ul li:last-child {
  border-right: none !important;
}

/* line 583, sass/style.scss */
.header-page .main-ul li {
  border-right: 1px solid #000;
}

/* line 585, sass/style.scss */
.header-page .main-ul li a {
  color: #000;
}

/* line 589, sass/style.scss */
.header-page .main-ul li:last-child {
  border-right: none;
}

/* line 595, sass/style.scss */
.title {
  text-align: center;
}

/* line 598, sass/style.scss */
.title h2 {
  font-size: 1.8rem;
}

/* line 602, sass/style.scss */
.title span {
  font-size: 1rem;
  font-weight: bold;
  text-transform: capitalize;
}

/* line 609, sass/style.scss */
.more {
  display: block;
  max-width: 200px;
  padding: 15px 0;
  margin: 40px auto 0;
  border: 2px solid #000;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  color: #000;
  transition: .3s;
}

/* line 621, sass/style.scss */
.more:before {
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #ea5d01;
  position: absolute;
  transition: 0.3s;
  z-index: -1;
}

/* line 634, sass/style.scss */
.more:hover {
  border: 2px solid #ea5d01;
  opacity: 0.8;
  color: #fff;
}

/* line 639, sass/style.scss */
.more:hover img {
  display: none;
}

/* line 643, sass/style.scss */
.more:hover:before {
  width: 100%;
}

/* line 648, sass/style.scss */
.more img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/*hero*/
/* line 658, sass/style.scss */
.hero {
  height: auto;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  min-height: 550px;
  z-index: 101;
  max-height: 900px;
}

/* line 669, sass/style.scss */
.xslider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform-origin: center;
  transform: scale(1.4, 1.4);
  transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 1;
}

/* line 684, sass/style.scss */
.xslider.do {
  opacity: 1;
  transform: scale(1, 1);
}

/* line 689, sass/style.scss */
.xslide img {
  position: absolute;
  height: auto;
  left: 50%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  width: auto;
  top: 50%;
  padding-bottom: 1px;
  transform: translateX(-50%) translateY(-50%);
}

/* line 703, sass/style.scss */
.xslide img {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  transform: none;
  width: 100%;
}

@keyframes zoomo {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* line 721, sass/style.scss */
.zoomo img {
  animation: zoomo 3s linear 1 0s;
}

/* line 725, sass/style.scss */
.featured-info {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 3;
  min-width: 900px;
}

/* line 733, sass/style.scss */
.featured-info .featured-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 739, sass/style.scss */
.featured-info .featured-1 {
  animation: sss02 6s ease infinite;
  opacity: 0;
  animation-delay: 2s;
}

/* line 745, sass/style.scss */
.featured-info .featured-3 {
  animation: sss03 6s ease infinite;
  opacity: 0;
  animation-delay: 2s;
}

/* line 751, sass/style.scss */
.featured-info .featured-2 {
  padding: 0 20px;
  animation: sss01 1.25s ease forwards;
  opacity: 0;
}

/* line 756, sass/style.scss */
.featured-info .featured-2 img {
  max-width: 322px;
  margin: auto;
}

/* line 762, sass/style.scss */
.featured-info h2 {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 40px;
  animation: sss01 1.25s ease forwards;
  opacity: 0;
  animation-delay: 4s;
}

@keyframes sss01 {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes sss02 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-10px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes sss03 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(10px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 813, sass/style.scss */
.about {
  background: #fff;
  box-shadow: 0 5px 5px #f9f9f9;
  padding: 25px 18px 20px;
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  z-index: 103;
}

/* line 822, sass/style.scss */
.about img {
  margin: auto;
}

/* line 826, sass/style.scss */
.about p {
  padding: 50px 0;
  text-align: center;
  line-height: 1.8;
}

/* line 831, sass/style.scss */
.about p span {
  background: #ea5d01;
  color: #fff;
}

/* line 838, sass/style.scss */
.topic {
  margin: 70px auto;
  max-width: 1000px;
}

/* line 842, sass/style.scss */
.topic ul {
  margin-top: 20px;
}

/* line 845, sass/style.scss */
.topic ul li {
  border-bottom: 1px dashed #373737;
  padding: 30px 60px;
  display: flex;
}

/* line 850, sass/style.scss */
.topic ul li .date {
  padding-right: 80px;
}

/* line 854, sass/style.scss */
.topic ul li a {
  color: #000;
}

/* line 857, sass/style.scss */
.topic ul li a:hover {
  text-decoration: underline;
}

/* line 865, sass/style.scss */
.sale {
  background: url(../images/sale-bg.jpg) repeat center center;
  padding: 70px 0;
}

/* line 869, sass/style.scss */
.sale .tab-hd {
  display: flex;
  justify-content: space-between;
  padding: 45px 0 40px;
}

/* line 874, sass/style.scss */
.sale .tab-hd li {
  border: 2px solid #000;
  width: 23%;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}

/* line 882, sass/style.scss */
.sale .tab-hd .active {
  background: #ea5d01;
  border: 2px solid #ea5d01;
  color: #fff;
}

/* line 890, sass/style.scss */
.sale .tab-bd > li {
  display: none;
}

/* line 893, sass/style.scss */
.sale .tab-bd > li > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 900, sass/style.scss */
.sale .tab-bd .sale-dk {
  width: 32%;
  background: #fff;
  max-width: 380px;
}

/* line 907, sass/style.scss */
.sale .sale-img {
  display: block;
  overflow: hidden;
  width: 380px;
}

/* line 913, sass/style.scss */
.sale .sale-img img {
  display: block;
  width: 100%;
  transition: 0.3s;
}

/* line 927, sass/style.scss */
.sale .sale-content {
  padding: 20px 10px 10px;
}

/* line 931, sass/style.scss */
.sale .sale-content h3 {
  font-size: 16px;
}

/* line 935, sass/style.scss */
.sale .sale-content h3 span {
  background: #cf0000;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
  margin-left: 15px;
  font-weight: 400;
}

/* line 944, sass/style.scss */
.sale .sale-content h3 .kakaku-text {
  color: #EB5E02;
  background-color: #FFF;
  padding: 0;
  font-weight: bold;
}

/* line 952, sass/style.scss */
.sale .sale-content .sale-x {
  border: 1px solid #cdcdcd;
  margin-top: 20px;
  padding: 15px 20px 15px;
}

/* line 958, sass/style.scss */
.sale .sale-content .sale-x ul li {
  position: relative;
  padding-left: 15px;
}

/* line 963, sass/style.scss */
.sale .sale-content .sale-x ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 0;
  top: 7px;
}

/* line 974, sass/style.scss */
.sale .sale-content .sale-x ul li:last-child {
  margin-top: 0;
}

/* line 981, sass/style.scss */
.sale .sale-content .sale-x p {
  padding: 10px 0;
}

/* line 987, sass/style.scss */
.sale .sale-content .sale-txt div {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #cdcdcd;
}

/* line 995, sass/style.scss */
.sale .sale-content .sale-txt div:first-child span {
  color: #cf0000;
}

/* line 1003, sass/style.scss */
.enter {
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
  border: 2px solid #000;
  padding: 35px 0 10px;
}

/* line 1011, sass/style.scss */
.enter .en-cen .more {
  margin-top: 10px;
}

/* line 1017, sass/style.scss */
.information {
  background: url(../images/sale-bg.jpg) repeat center center;
  padding: 45px 0;
}

/* line 1021, sass/style.scss */
.information .infor-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

/* line 1027, sass/style.scss */
.information .infor-common {
  background: #fff;
  width: 48%;
  padding: 40px;
}

/* line 1032, sass/style.scss */
.information .infor-common .infor-tit {
  display: inline-block;
  position: relative;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1039, sass/style.scss */
.information .infor-common .infor-tit:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1051, sass/style.scss */
.information .infor-common .infor-tit:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1063, sass/style.scss */
.information .infor-common .infor-tit h2 {
  font-size: 20px;
}

/* line 1067, sass/style.scss */
.information .infor-common .infor-tit span {
  font-size: 1rem;
}

/* line 1074, sass/style.scss */
.information .infor-common ul li a {
  display: flex;
  border-bottom: 1px dashed #000;
  padding: 30px 0;
  color: #000;
  transition: .3s;
}

/* line 1082, sass/style.scss */
.information .infor-common ul li a:hover h3 {
  text-decoration: underline;
}

/* line 1086, sass/style.scss */
.information .infor-common ul li a:hover .infor-img img {
  transform: scale(1.1);
}

/* line 1091, sass/style.scss */
.information .infor-common ul li a .infor-img {
  display: block;
  max-width: 120px;
  overflow: hidden;
  min-width: 120px;
  margin-right: 20px;
}

/* line 1098, sass/style.scss */
.information .infor-common ul li a .infor-img img {
  display: block;
  width: 100%;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
}

/* line 1107, sass/style.scss */
.information .infor-common ul li a .infor-date span {
  background: #cf0000;
  color: #fff;
  padding: 0 10px;
  margin-left: 15px;
}

/* line 1115, sass/style.scss */
.information .infor-common ul li a h3 {
  padding: 10px 0;
}

/* line 1122, sass/style.scss */
.information .infor-common .infor-bor {
  display: flex;
  flex-wrap: wrap;
}

/* line 1126, sass/style.scss */
.information .infor-common .infor-bor a {
  background: #b3b3b3;
  color: #fff;
  margin-top: 10px;
  margin-right: 4px;
  padding: 0px 5px;
  transition: .3s;
}

/* line 1134, sass/style.scss */
.information .infor-common .infor-bor a:hover {
  background: #ea5d01;
}

/* line 1142, sass/style.scss */
.line {
  background: url(../images/line-bg.jpg) no-repeat center center;
  margin: 80px auto;
  display: flex;
  align-items: center;
  padding: 40px 0 40px 100px;
}

/* line 1149, sass/style.scss */
.line .line-txt {
  padding-left: 60px;
}

/* line 1152, sass/style.scss */
.line .line-txt h3 {
  font-size: 24px;
  color: #fff;
}

/* line 1157, sass/style.scss */
.line .line-txt .line-content {
  margin-top: 40px;
  background: #fff;
  color: #000;
  padding: 20px 40px 0;
}

/* line 1163, sass/style.scss */
.line .line-txt .line-content div {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

/* line 1170, sass/style.scss */
.line .line-txt .line-content div span {
  border: 2px solid #000;
  min-width: 220px;
  display: block;
  text-align: center;
  margin-left: 20px;
  padding: 5px 0;
}

/* line 1183, sass/style.scss */
.contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}

/* line 1188, sass/style.scss */
.contact > .contact-box {
  width: 48%;
  color: #000;
  padding: 35px 0;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  transition: .3s;
}

/* line 1224, sass/style.scss */
.contact > .contact-box .contact-bnr {
  text-align: center;
  margin: 10px 0 30px;
}

/* line 1228, sass/style.scss */
.contact > .contact-box .contact-bnr img {
  display: inline-block;
  vertical-align: bottom;
}

/* line 1234, sass/style.scss */
.contact > .contact-box .contact-head {
  text-align: center;
}

/* line 1237, sass/style.scss */
.contact > .contact-box .contact-head img {
  padding-right: 10px;
  display: inline-block;
  vertical-align: bottom;
}

/* line 1246, sass/style.scss */
.contact > .contact-box .contact-body .fb_iframe_widget {
  display: block;
  margin: 20px auto 0;
  text-align: center;
}

/* line 1252, sass/style.scss */
.contact > .contact-box .contact-body .fb_iframe_widget .fb_iframe_widget span {
  width: 500px;
}

/* line 1262, sass/style.scss */
footer {
  background: #000;
  color: #fff;
}

/* line 1266, sass/style.scss */
footer .foot-top {
  padding: 60px 15px 45px;
  display: flex;
  justify-content: space-between;
}

/* line 1271, sass/style.scss */
footer .foot-top .foot-1 {
  display: flex;
}

/* line 1274, sass/style.scss */
footer .foot-top .foot-1 > div {
  padding-right: 80px;
}

/* line 1277, sass/style.scss */
footer .foot-top .foot-1 > div h3 {
  font-size: 18px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}

/* line 1283, sass/style.scss */
footer .foot-top .foot-1 > div h3 a {
  color: #fff;
}

/* line 1287, sass/style.scss */
footer .foot-top .foot-1 > div h3 span {
  font-size: 12px;
  padding-left: 10px;
}

/* line 1293, sass/style.scss */
footer .foot-top .foot-1 > div > a {
  color: #fff;
  padding-bottom: 8px;
  display: block;
  transition: .3s;
}

/* line 1299, sass/style.scss */
footer .foot-top .foot-1 > div > a:hover {
  text-decoration: underline;
}

/* line 1305, sass/style.scss */
footer .foot-top .foot-1 a {
  display: block;
}

/* line 1311, sass/style.scss */
footer .foot-top .foot-2 .foot-log {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  padding: 15px 0 10px;
  display: flex;
  justify-content: center;
}

/* line 1318, sass/style.scss */
footer .foot-top .foot-2 .foot-log a {
  color: #fff;
  font-size: 20px;
  padding: 0 12px;
  transition: .3s;
}

/* line 1326, sass/style.scss */
footer .foot-top .foot-2 .foot-log .hover-twi svg {
  width: 17.5px;
  height: 21px;
  display: inline-block;
  margin-top: 5px;
}

/* line 1332, sass/style.scss */
footer .foot-top .foot-2 .foot-log .hover-twi:hover {
  color: #1da1f3;
}

/* line 1338, sass/style.scss */
footer .foot-top .foot-2 .foot-log .hover-face:hover {
  color: #3c5a99;
}

/* line 1344, sass/style.scss */
footer .foot-top .foot-2 .foot-log .hover-line:hover {
  color: #00b100;
}

/* line 1350, sass/style.scss */
footer .foot-top .foot-2 .foot-log .hover-instagram:hover {
  color: #b15995;
}

/* line 1356, sass/style.scss */
footer .foot-top .foot-2 .foot-log .hover-enve:hover {
  color: #ea5d01;
}

/* line 1362, sass/style.scss */
footer .foot-top .foot-2 .foot-can a {
  margin-top: 20px;
  display: block;
  transition: .3s;
}

/* line 1367, sass/style.scss */
footer .foot-top .foot-2 .foot-can a:hover {
  opacity: 0.8;
}

/* line 1374, sass/style.scss */
footer .foot-bottom {
  border-top: 1px solid #4d4d4d;
  text-align: center;
  padding: 20px 15px;
  font-size: 14px;
}

/* line 1382, sass/style.scss */
.pagetop a {
  font-size: 30px;
  color: #ea5d01;
  position: fixed;
  bottom: 100px;
  right: 100px;
  cursor: pointer;
  transition: .3s;
  z-index: 100;
}

/* line 1392, sass/style.scss */
.pagetop a:hover {
  opacity: 0.8;
}

/* line 1396, sass/style.scss */
.pagetop a img {
  margin: 14px auto;
}

/* line 1401, sass/style.scss */
.close-box {
  transform: translateX(100%);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  background: rgba(221, 222, 225, 0.67);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 1412, sass/style.scss */
.close-box > div {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

/* line 1418, sass/style.scss */
.close-box .close {
  background: #f3f3f3;
  max-width: 1200px;
  width: 100%;
  height: 100%;
}

/* line 1424, sass/style.scss */
.close-box .close .close-ban {
  position: relative;
}

/* line 1427, sass/style.scss */
.close-box .close .close-ban h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 24px;
}

/* line 1437, sass/style.scss */
.close-box .close .close-ban .close-menu {
  position: absolute !important;
  top: 40px;
  right: 20px;
  background: #ea5d01;
  color: #fff;
  padding: 33px 8px 3px;
  position: relative;
  cursor: pointer;
  transition: .3s;
}

/* line 1448, sass/style.scss */
.close-box .close .close-ban .close-menu:hover {
  opacity: 0.8;
}

/* line 1452, sass/style.scss */
.close-box .close .close-ban .close-menu span:first-child {
  width: 35px;
  height: 3px;
  top: 20px;
  background: #fff;
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  margin: 0 0 0 -18px;
  transform-origin: center;
  transition: .3s;
  transform: rotate(45deg);
}

/* line 1467, sass/style.scss */
.close-box .close .close-ban .close-menu span:nth-child(2) {
  width: 35px;
  height: 3px;
  top: 20px;
  background: #fff;
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  margin: 0 0 0 -20px;
  transform-origin: center;
  transition: .3s;
  transform: rotate(-45deg);
}

/* line 1482, sass/style.scss */
.close-box .close .close-ban .close-menu div {
  text-transform: uppercase;
  font-size: 12px;
}

/* line 1489, sass/style.scss */
.close-box .close .close-about {
  padding: 60px 80px 20px;
}

/* line 1492, sass/style.scss */
.close-box .close .close-about h3 {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
}

/* line 1498, sass/style.scss */
.close-box .close .close-about h3 span {
  font-size: 12px;
  margin-left: 10px;
}

/* line 1505, sass/style.scss */
.close-box .close .close-content {
  display: flex;
}

/* line 1508, sass/style.scss */
.close-box .close .close-content div {
  padding-right: 90px;
}

/* line 1512, sass/style.scss */
.close-box .close .close-content a {
  display: block;
  padding-top: 10px;
  color: #000;
  transition: .3s;
}

/* line 1518, sass/style.scss */
.close-box .close .close-content a:hover {
  text-decoration: underline;
}

/* line 1524, sass/style.scss */
.close-box .close .close-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px 0;
  border-top: 1px solid #dadada;
}

/* line 1531, sass/style.scss */
.close-box .close .close-contact a {
  transition: .3s;
}

/* line 1534, sass/style.scss */
.close-box .close .close-contact a:hover {
  opacity: 0.8;
}

/* line 1539, sass/style.scss */
.close-box .close .close-contact div {
  display: flex;
}

/* line 1542, sass/style.scss */
.close-box .close .close-contact div a {
  display: block;
  font-size: 20px;
  color: #000;
  padding: 0 10px;
}

/* line 1550, sass/style.scss */
.close-box .close .close-contact div .hover-twi:hover {
  color: #1da1f3;
}

/* line 1556, sass/style.scss */
.close-box .close .close-contact div .hover-face:hover {
  color: #3c5a99;
}

/* line 1562, sass/style.scss */
.close-box .close .close-contact div .hover-line:hover {
  color: #00b100;
}

/* line 1568, sass/style.scss */
.close-box .close .close-contact div .hover-enve:hover {
  color: #ea5d01;
}

/* line 1577, sass/style.scss */
.open {
  transform: translateX(0);
}

/* line 1581, sass/style.scss */
.col {
  height: 100vh;
}

/* line 1585, sass/style.scss */
.homemain .contact a,
.enter {
  position: relative;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.8s;
}

/* line 1592, sass/style.scss */
.homemain .contact a:after,
.enter:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.7s 0.5s;
  z-index: 4;
}

/* line 1606, sass/style.scss */
.homemain .contact a.visible,
.enter.visible {
  transform: scaleX(1);
}

/* line 1609, sass/style.scss */
.homemain .contact a.visible::after,
.enter.visible::after {
  transform: scaleX(0);
  transform-origin: right center;
}

/* line 1616, sass/style.scss */
.homemain .line {
  position: relative;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s;
}

/* line 1622, sass/style.scss */
.homemain .line:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00b100;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.7s 0.5s;
  z-index: 4;
}

/* line 1636, sass/style.scss */
.homemain .line.visible {
  transform: scaleX(1);
}

/* line 1639, sass/style.scss */
.homemain .line.visible::after {
  transform: scaleX(0);
  transform-origin: right center;
}

/* line 1646, sass/style.scss */
.information .infor-common {
  position: relative;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s;
}

/* line 1652, sass/style.scss */
.information .infor-common:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ea5d01;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.7s 0.5s;
  z-index: 4;
}

/* line 1666, sass/style.scss */
.information .infor-common.visible {
  transform: scaleX(1);
}

/* line 1669, sass/style.scss */
.information .infor-common.visible::after {
  transform: scaleX(0);
  transform-origin: right center;
}

/* line 1676, sass/style.scss */
.about,
.topic ul {
  position: relative;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.8s;
}

/* line 1683, sass/style.scss */
.about:after,
.topic ul:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.7s 0.5s;
  z-index: 4;
}

/* line 1697, sass/style.scss */
.about.visible,
.topic ul.visible {
  transform: scaleX(1);
}

/* line 1700, sass/style.scss */
.about.visible::after,
.topic ul.visible::after {
  transform: scaleX(0);
  transform-origin: right center;
}

/* line 1708, sass/style.scss */
.header-page {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  position: fixed;
  max-width: 2560px;
  top: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
}

/* line 1720, sass/style.scss */
.header-page .logo {
  display: block;
  transition: .3s;
}

/* line 1724, sass/style.scss */
.header-page .logo:hover {
  opacity: 0.8;
}

/* line 1728, sass/style.scss */
.header-page .logo img {
  height: 53px;
  width: 173px;
}

/* line 1734, sass/style.scss */
.header-page .head-rig {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 1739, sass/style.scss */
.header-page .head-rig a {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  transition: .3s;
}

/* line 1745, sass/style.scss */
.header-page .head-rig a:hover {
  opacity: 0.8;
}

/* line 1749, sass/style.scss */
.header-page .head-rig a i {
  padding-right: 10px;
}

/* line 1755, sass/style.scss */
.header-page .head-menu {
  display: none;
  background: #ea5d01;
  color: #fff;
  margin-left: 40px;
  padding: 28px 10px 6px;
  position: relative;
  cursor: pointer;
  max-height: 53px;
  transition: .3s;
}

/* line 1766, sass/style.scss */
.header-page .head-menu:hover {
  opacity: 0.8;
}

/* line 1770, sass/style.scss */
.header-page .head-menu span {
  width: 35px;
  height: 2px;
  top: 17px;
  background: #fff;
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  margin: 0 0 0 -18px;
  transform-origin: center;
  transition: .3s;
}

/* line 1784, sass/style.scss */
.header-page .head-menu span:nth-child(1) {
  transform: translateY(-8px);
}

/* line 1788, sass/style.scss */
.header-page .head-menu span:nth-child(3) {
  transform: translateY(8px);
}

/* line 1792, sass/style.scss */
.header-page .head-menu div {
  text-transform: uppercase;
  font-size: 12px;
}

/* line 1800, sass/style.scss */
.body-page .close-box .close .close-ban .close-menu {
  top: 0;
  right: 0;
}

/* line 1806, sass/style.scss */
.pages {
  text-align: center;
  color: #fff;
  margin-top: 52px;
  padding: 95px 0;
}

/* line 1812, sass/style.scss */
.pages h2 {
  font-size: 2rem;
}

/* line 1816, sass/style.scss */
.pages span {
  font-size: 20px;
  text-transform: capitalize;
}

/* line 1823, sass/style.scss */
.company-bg {
  background: url(../images/company/company-bg.jpg) no-repeat center center;
  background-size: cover;
}

/* line 1828, sass/style.scss */
.slug {
  margin-top: 20px;
}

/* line 1831, sass/style.scss */
.slug a {
  color: #000;
  transition: .3s;
}

/* line 1835, sass/style.scss */
.slug a:hover {
  text-decoration: underline;
}

/* line 1840, sass/style.scss */
.slug span {
  padding: 0 5px;
}

/* line 1845, sass/style.scss */
.era-oak {
  margin-top: 40px;
  background: url(../images/company/company-1.jpg) no-repeat center center;
  background-size: cover;
  height: 807px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Permanent Marker', cursive;
  font-size: 128px;
}

/* line 1857, sass/style.scss */
.era-sta {
  background: #ea5d01;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

/* line 1864, sass/style.scss */
.era-sta ul {
  display: flex;
  justify-content: center;
}

/* line 1868, sass/style.scss */
.era-sta ul li {
  width: 50%;
  max-width: 316px;
  position: relative;
  margin: 0 70px;
}

/* line 1874, sass/style.scss */
.era-sta ul li a {
  display: block;
  transition: .3s;
}

/* line 1878, sass/style.scss */
.era-sta ul li a:hover {
  transform: translateY(-5px);
}

/* line 1883, sass/style.scss */
.era-sta ul li span {
  font-size: 18px;
  color: #fff;
  background: #323e6f;
  width: 100px;
  height: 34px;
  display: block;
  position: absolute;
  left: -4px;
  top: 20px;
}

/* line 1895, sass/style.scss */
.era-sta ul li .era-txt {
  text-align: left;
  color: #000;
  position: absolute;
  left: 30px;
  bottom: -10px;
}

/* line 1902, sass/style.scss */
.era-sta ul li .era-txt em {
  font-style: normal;
  font-size: 16px;
}

/* line 1907, sass/style.scss */
.era-sta ul li .era-txt h3 {
  font-size: 30px;
}

/* line 1914, sass/style.scss */
.era-sta h3 {
  font-size: 24px;
  padding-bottom: 40px;
}

/* line 1919, sass/style.scss */
.era-sta p {
  padding: 30px 15px 70px;
}

/* line 1924, sass/style.scss */
.era-1 {
  position: relative;
}

/* line 1927, sass/style.scss */
.era-1 h2 {
  color: rgba(77, 86, 108, 0.56);
  font-size: 106px;
  font-family: 'Permanent Marker', cursive;
}

/* line 1933, sass/style.scss */
.era-1 span {
  font-size: 24px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 1942, sass/style.scss */
.vision {
  background: #f1f1f1;
  padding: 80px 0;
  margin-top: -185px;
}

/* line 1947, sass/style.scss */
.vision > div {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

/* line 1952, sass/style.scss */
.vision > div .vision-img {
  position: absolute;
  left: 15px;
  top: 0;
}

/* line 1958, sass/style.scss */
.vision > div .vision-txt {
  position: relative;
  z-index: 4;
  background: #fff;
  max-width: 649px;
  margin-top: 120px;
  padding: 60px 30px 40px;
}

/* line 1966, sass/style.scss */
.vision > div .vision-txt span {
  font-family: 'Permanent Marker', cursive;
  font-size: 60px;
  color: #ea5d01;
  position: absolute;
  top: -40px;
  right: 35px;
}

/* line 1975, sass/style.scss */
.vision > div .vision-txt h3 {
  font-size: 30px;
}

/* line 1979, sass/style.scss */
.vision > div .vision-txt h4 {
  font-size: 24px;
  padding: 30px 0 20px;
}

/* line 1984, sass/style.scss */
.vision > div .vision-txt .vision-top {
  padding-top: 10px;
}

/* line 1988, sass/style.scss */
.vision > div .vision-txt p {
  font-size: 16px;
  line-height: 1.8;
}

/* line 1993, sass/style.scss */
.vision > div .vision-txt .more {
  margin: 40px 0 0;
}

/* line 2001, sass/style.scss */
.visions {
  padding: 75px 0 40px;
}

/* line 2004, sass/style.scss */
.visions .vision-content {
  margin-top: 40px;
  display: flex;
}

/* line 2008, sass/style.scss */
.visions .vision-content .vision-img {
  background: url(../images/vision/vision.jpg) no-repeat left center;
  background-size: cover;
  width: 50%;
}

/* line 2014, sass/style.scss */
.visions .vision-content .vision-img1 {
  display: none;
}

/* line 2019, sass/style.scss */
.visions .vision-txt {
  line-height: 1.8;
  width: 50%;
  padding: 40px 20px 40px 80px;
  max-width: 650px;
}

/* line 2025, sass/style.scss */
.visions .vision-txt h3 {
  font-size: 1.5rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #000;
}

/* line 2034, sass/style.scss */
.oak {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  padding: 25px;
}

/* line 2040, sass/style.scss */
.oak .oak-img {
  margin-right: 25px;
}

/* line 2043, sass/style.scss */
.oak .oak-img img {
  min-width: 143px;
}

/* line 2048, sass/style.scss */
.oak p {
  line-height: 1.8;
}

/* line 2051, sass/style.scss */
.oak p strong {
  font-size: 16px;
}

/* line 2057, sass/style.scss */
.message {
  margin: 60px auto;
  padding: 60px 0;
  background: url(../images/vision/message-bg.jpg) repeat center center;
}

/* line 2062, sass/style.scss */
.message .message-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

/* line 2068, sass/style.scss */
.message .message-img {
  min-width: 340px;
  margin-left: 110px;
}

/* line 2073, sass/style.scss */
.message .message-txt {
  line-height: 1.8;
}

/* line 2076, sass/style.scss */
.message .message-txt h4 {
  padding-top: 30px;
  font-size: 16px;
}

/* line 2081, sass/style.scss */
.message .message-txt h3 {
  font-size: 20px;
}

/* line 2086, sass/style.scss */
.message .message-1 {
  font-size: 13px;
}

/* line 2091, sass/style.scss */
.history {
  max-width: 1030px;
  margin: auto;
  padding: 0 15px;
}

/* line 2096, sass/style.scss */
.history > p {
  padding: 40px 0 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

/* line 2104, sass/style.scss */
.history ul li {
  display: flex;
  border-bottom: 1px dashed #000;
  padding: 30px 60px;
}

/* line 2109, sass/style.scss */
.history ul li span {
  min-width: 190px;
}

/* line 2116, sass/style.scss */
.mation {
  margin: 60px auto 0;
  padding: 60px 0;
  background: url(../images/vision/message-bg.jpg) repeat center center;
}

/* line 2122, sass/style.scss */
.mation-box {
  display: flex;
  justify-content: space-between;
}

/* line 2126, sass/style.scss */
.mation-box ul {
  width: 48%;
}

/* line 2129, sass/style.scss */
.mation-box ul li {
  display: flex;
  border-bottom: 1px dashed #000;
  padding: 33.8px 20px;
}

/* line 2134, sass/style.scss */
.mation-box ul li span {
  min-width: 165px;
}

/* line 2143, sass/style.scss */
.consult-bg {
  background: url(../images/consultation/consultation-bg.jpg) repeat center center;
  background-size: cover;
}

/* line 2148, sass/style.scss */
.consult-1 {
  max-width: 1230px;
  margin: 0 auto;
  font-size: 16px;
  padding: 80px 15px;
}

/* line 2156, sass/style.scss */
.consult-col {
  background: url(../images/consultation/content-bg.jpg) repeat-y center center;
  background-size: cover;
}

/* line 2161, sass/style.scss */
.consult-2 {
  position: relative;
  padding: 70px 0;
}

/* line 2165, sass/style.scss */
.consult-2 .consult-img {
  position: absolute;
  right: 0;
}

/* line 2171, sass/style.scss */
.consult-box {
  position: relative;
  z-index: 10;
  padding-top: 40px;
}

/* line 2176, sass/style.scss */
.consult-box h3 {
  font-size: 30px;
}

/* line 2180, sass/style.scss */
.consult-box span {
  font-size: 20px;
  font-weight: bold;
}

/* line 2185, sass/style.scss */
.consult-box > p {
  padding: 20px 0 40px;
}

/* line 2189, sass/style.scss */
.consult-box div {
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  background: #fff;
  padding: 20px 15px;
}

/* line 2198, sass/style.scss */
.consult-box div h4 {
  font-size: 25px;
}

/* line 2202, sass/style.scss */
.consult-box div p {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 2px solid #000;
  font-size: 16px;
}

/* line 2211, sass/style.scss */
.consult-box1 {
  background: url(../images/consultation/content-bg1.jpg) repeat-y center center;
  margin-top: 70px;
  margin-left: 50px;
  position: relative;
  z-index: 10;
  max-width: 1100px;
  padding: 50px;
}

/* line 2220, sass/style.scss */
.consult-box1 .consult-tit {
  display: flex;
  align-items: center;
  background: url(../images/consultation/staff-bor.png) repeat-x bottom center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* line 2227, sass/style.scss */
.consult-box1 .consult-tit h3 {
  font-size: 24px;
  margin-right: 10px;
}

/* line 2232, sass/style.scss */
.consult-box1 .consult-tit span {
  font-size: 16px;
  color: #fff;
  background: #e85c01;
  padding: 0 15px;
}

/* line 2240, sass/style.scss */
.consult-box1 ol {
  margin-left: 20px;
}

/* line 2243, sass/style.scss */
.consult-box1 ol li {
  font-size: 16px;
  line-height: 2;
}

/* line 2247, sass/style.scss */
.consult-box1 ol li span {
  background: #e85c01;
  color: #fff;
  padding: 0 5px;
}

/* line 2255, sass/style.scss */
.consult-box1 p {
  color: #e85c01;
  font-size: 16px;
  padding-top: 35px;
}

/* line 2262, sass/style.scss */
.contacts {
  margin: 0 auto 60px;
  padding: 60px 0;
}

/* line 2266, sass/style.scss */
.contacts p {
  text-align: center;
  padding: 40px 15px;
  line-height: 1.8;
}

/* line 2272, sass/style.scss */
.contacts .contact-form {
  max-width: 700px;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 30px 70px 15px;
}

/* line 2278, sass/style.scss */
.contacts .contact-form > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

/* line 2285, sass/style.scss */
.contacts .contact-form .contact-name {
  min-width: 100px;
  width: 20%;
}

/* line 2289, sass/style.scss */
.contacts .contact-form .contact-name span {
  color: #ff0000;
}

/* line 2294, sass/style.scss */
.contacts .contact-form .contact-input {
  width: 80%;
}

/* line 2298, sass/style.scss */
.contacts .contact-form input {
  width: 100%;
  background: #fff;
  padding: 10px;
}

/* line 2304, sass/style.scss */
.contacts .contact-form textarea {
  background: #fff;
  resize: none;
  padding: 10px;
  width: 100%;
}

/* line 2313, sass/style.scss */
.submit {
  display: block;
  max-width: 200px;
  margin: 40px auto 0;
  border: 2px solid #000;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  color: #000;
  transition: .3s;
}

/* line 2324, sass/style.scss */
.submit input {
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 15px 0;
}

/* line 2331, sass/style.scss */
.submit:before {
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #ea5d01;
  position: absolute;
  transition: 0.3s;
  z-index: -1;
}

/* line 2344, sass/style.scss */
.submit:hover {
  border: 2px solid #ea5d01;
  opacity: 0.8;
}

/* line 2348, sass/style.scss */
.submit:hover input {
  color: #fff;
}

/* line 2352, sass/style.scss */
.submit:hover img {
  display: none;
}

/* line 2356, sass/style.scss */
.submit:hover:before {
  width: 100%;
}

/* line 2361, sass/style.scss */
.submit img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 2370, sass/style.scss */
.staff-bg {
  background: url(../images/staff/staff-bg.jpg) no-repeat center center;
  background-size: cover;
}

/* line 2375, sass/style.scss */
.staff-top {
  margin: 70px auto 30px;
}

/* line 2379, sass/style.scss */
.staff-box-1,
.staff-box-2 {
  display: flex;
  justify-content: space-between;
  background: url(../images/staff/bg-x.jpg) repeat center center;
}

/* line 2385, sass/style.scss */
.staff-box-1 .staff-img,
.staff-box-2 .staff-img {
  min-width: 438px;
}

/* line 2390, sass/style.scss */
.staff-box-2 {
  margin: 60px auto;
}

/* line 2394, sass/style.scss */
.staff-txt {
  padding: 35px 40px;
}

/* line 2397, sass/style.scss */
.staff-txt .staff-tit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* line 2402, sass/style.scss */
.staff-txt .staff-tit span {
  background: #ea5d01;
  color: #fff;
  display: block;
  padding: 10px 20px;
  font-size: 18px;
}

/* line 2410, sass/style.scss */
.staff-txt .staff-tit h3 {
  font-size: 25px;
  padding: 0 20px;
}

/* line 2415, sass/style.scss */
.staff-txt .staff-tit em {
  font-size: 16px;
  font-style: normal;
}

/* line 2421, sass/style.scss */
.staff-txt .staff-txt-1 {
  background: url(../images/staff/staff-bor.png) repeat-x top center;
  padding: 30px 0 25px;
}

/* line 2425, sass/style.scss */
.staff-txt .staff-txt-1 h4 {
  font-size: 24px;
  color: #e85c01;
  padding-bottom: 30px;
}

/* line 2431, sass/style.scss */
.staff-txt .staff-txt-1 div {
  display: flex;
  padding-bottom: 15px;
  font-size: 16px;
}

/* line 2436, sass/style.scss */
.staff-txt .staff-txt-1 div strong {
  display: block;
  min-width: 240px;
}

/* line 2445, sass/style.scss */
.staff-txt .staff-txt-top div strong {
  display: block;
  min-width: 95px;
}

/* line 2452, sass/style.scss */
.staff-txt .staff-txt-2 {
  background: #fff;
  padding: 20px 15px;
  font-size: 16px;
}

/* line 2457, sass/style.scss */
.staff-txt .staff-txt-2 h3 {
  color: #e85c01;
  padding-bottom: 20px;
}

/* line 2462, sass/style.scss */
.staff-txt .staff-txt-2 p {
  color: #000;
  padding-top: 20px;
  background: url(../images/staff/staff-bor.png) repeat-x top center;
}
