@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
html,
body {
  margin: 0 auto;
  padding: 0;
}
body {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
}
.hmj {
  font-family: "HondaGlobalFontJP-Regular", "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #292827;
  line-height: 1.75;
  font-weight: 400;
  padding-top: 90px;
  overflow-x: hidden;
}

.hmj_anchor {
  position: relative;
  z-index: -1;
  display: inline-block;
  padding-top: 90px;
  margin-top: -90px;
}

@media (max-width: 540px) {
  .hmj {
    padding-top: 17.5vw;
  }
}
div,
section,
table,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
picture,
ul,
ol,
li,
blockquote,
dl,
dt,
dd,
a,
b,
i,
em,
strong,
abbr,
aside,
span,
small,
s {
  font-size: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,th {
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
strong,
b {
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition-duration: 0.5s;
  color: #111;
}

a:hover {
  color: #d11;
}

small {
  font-size: 11px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.fs08 {
  font-size: 0.8em;
}

.fs09 {
  font-size: 0.9em;
}

.fs11 {
  font-size: 1.1em;
}

.fs12 {
  font-size: 1.2em;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

.container {
  width: 1120px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.hmj_overflow_x {
  overflow-x: visible;
  overflow-y: visible;
}

.hmj-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 40px;
  border: 1px solid;
  width: 100%;
  max-width: 320px;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.hmj-btn-arrow {
  display: inline-block;
  padding: 12px 40px;
  position: relative;
  transition-duration: 0.4s;
}
.hmj-btn-arrow::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/common/arw-red-right.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translate(0, -50%);
  transition-duration: 0.5s;
}
.hmj-btn-arrow:hover {
  background-color: #ca0813;
  color: #fff;
}
.hmj-btn-arrow:hover::after {
  background-image: url("../images/common/arw-white-right.svg");
  right: 6%;
}

.hmj-btn-red {
  border-color: #ca0813;
  color: #ca0813;
  background-color: #fff;
}
.hmj-btn-red:hover {
  background-color: #ca0813;
  color: #fff;
}

.hmj-link {
  display: inline-flex;
  align-items: center;
}

.hmj-link-arrow::before {
  content: "";
  display: inline-block;
  background: url("../images/common/arw-c-redb-right.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.hmj-link-arrow:hover::before {
  background-image: url("../images/common/arw-c-red-right.svg");
}

.hmj-link-arrow-right::after {
  content: "";
  display: inline-block;
  background: url("../images/common/arw-red-right.svg") no-repeat center left;
  background-size: contain;
  width: 18px;
  height: 16px;
  margin-left: 8px;
  transition-duration: 0.3s;
}
.hmj-link-arrow-right:hover::after {
  transform: translateX(4px);
}

.btn_goolemap {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  border-radius: 40px;
  border: 1px solid #999;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.btn_goolemap::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 8px 0 0;
  background: url("../images/common/i-pin.svg") no-repeat center;
  background-size: contain;
}
.btn_goolemap:hover {
  background: #ca0813;
  color: #fff;
}
.btn_goolemap:hover::before {
  background-image: url("../images/common/i-pin-white.svg");
}

.hmj_news_list dl {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}
.hmj_news_list dl:first-child {
  border-top: 1px solid #ddd;
}
.hmj_news_list dt {
  min-width: 8em;
}
.hmj_news_list li {
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}
.hmj_news_list li a {
  display: flex;
  font-weight: 500;
}
.hmj_news_list li span {
  min-width: 8em;
  margin-left: 1em;
  flex: 0 0 8em;
}

.link_blank::after {
  content: "";
  display: inline-block;
  margin-top: 2px;
  width: 0.85em;
  height: 0.85em;
  background: url("../images/common/link_external_black.svg") no-repeat;
  background-size: contain;
  margin-left: 0.65em;
  opacity: 0.85;
}
.link_blank:hover::after {
  background-image: url("../images/common/link_external_red.svg");
}

a:hover .link_blank::after {
  transition-duration: 0.3s;
  background-image: url("../images/common/link_external_red.svg");
}

.link_blank_white::after,
.link_blank_white:hover::after {
  background-image: url("../images/common/link_external_white.svg");
}

.link_blank_red::after {
  background-image: url("../images/common/link_external_red.svg");
}
.link_blank_red:hover::after {
  background-image: url("../images/common/link_external_white.svg");
}

.outView {
  opacity: 0;
  transition-duration: 1.2s;
}

.fadein {
  transition-duration: 1.2s;
  opacity: 0;
}
.fadein.inView {
  opacity: 1;
}

.hmj_header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 4px #ccc;
}

.hmj_header_wrapper {
  position: relative;
}

.hmj_header_container {
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hmj_header_logo {
  position: relative;
  z-index: 12;
  background: #fff;
  padding: 16px 0;
}
.hmj_header_logo a {
  display: flex;
  align-items: center;
}
.hmj_header_logo i {
  flex: 0 0 64px;
}
.hmj_header_logo b {
  padding: 8px;
  white-space: nowrap;
}

.hmj_header_navi {
  padding: 16px 0 0;
}
.hmj_header_navi ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hmj_header_navi li {
  padding: 0 12px 16px;
  position: relative;
}
.hmj_header_navi li::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.4;
}
.hmj_header_navi li.open::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #1f1f1f transparent;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0);
}
.hmj_header_navi li.hmj_header_navi_tohonda {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 4vw;
  font-size: 0.85em;
  padding: 0;
}
.hmj_header_navi li.hmj_header_navi_tohonda::after {
  display: none;
}
.hmj_header_navi li.hmj_header_navi_tohonda a {
  display: flex;
  align-items: center;
  opacity: 0.65;
}
.hmj_header_navi li.hmj_header_navi_tohonda a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  border-left: 6px solid #ca0813;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.hmj_header_navi_sub {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.8);
  padding: 24px;
  color: #fff;
  display: none;
}

.hmj_header_navi_sub_wrapper {
  display: flex;
  justify-content: center;
  width: 92%;
  max-width: 1240px;
  margin: auto;
}
.hmj_header_navi_sub_wrapper a {
  color: #fff;
}
.hmj_header_navi_sub_wrapper a:hover {
  text-decoration: underline;
}
.hmj_header_navi_sub_wrapper p {
  padding: 4px 24px;
}
.hmj_header_navi_sub_wrapper ul {
  flex: 0 0 auto;
  display: block;
  column-count: 2;
  padding-left: 400px;
}
.hmj_header_navi_sub_wrapper li {
  padding: 4px 24px;
}
.hmj_header_navi_sub_wrapper li::after {
  display: none;
}

.hmj_header_navi_sub_company .hmj_header_navi_sub_wrapper ul {
  padding-left: 300px;
}

.hmj_header_navi_sub_recruit .hmj_header_navi_sub_wrapper {
  justify-content: flex-end;
}
.hmj_header_navi_sub_recruit .hmj_header_navi_sub_wrapper ul {
  padding-left: 0;
  padding-right: 20px;
  column-count: 1;
}

.hmj_footer {
  background: #35363b;
  color: #fff;
  padding: 40px 0 0;
}

.hmj_gotopagetop {
  position: fixed;
  right: 8px;
  bottom: 40px;
  z-index: 10;
}
.hmj_gotopagetop a {
  display: block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  text-indent: -999999999px;
}
.hmj_gotopagetop a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ddd;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hmj_gotopagetop a:hover::after {
  border-bottom: 10px solid #ca0813;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.hmj_footer_container {
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
}

.hmj_footer_navi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 40px;
}
.hmj_footer_navi a {
  color: #fff;
}
.hmj_footer_navi a:hover {
  text-decoration: underline;
}
.hmj_footer_navi dt {
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-bottom: 8px;
}
.hmj_footer_navi dd {
  font-size: 0.85em;
  padding: 0 4px 4px;
  opacity: 0.9;
}
.hmj_footer_navi dt.hmj_footer_navi_line {
  border-bottom: 1px dashed #68686c;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.hmj_footer_navi dt + dt {
  margin: 1em 0;
}

.hmj_footer_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 40px;
}

.hmj_footer_hondago {
  flex: 0 0 580px;
}
.hmj_footer_hondago dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.hmj_footer_hondago dt {
  flex: 0 0 100%;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-bottom: 8px;
}
.hmj_footer_hondago dd {
  flex: 0 0 48%;
  margin: 0 1% 1% 0;
}
.hmj_footer_hondago dd a {
  display: block;
  color: #ddd;
  width: 100%;
  padding: 16px 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition-duration: 0.3s;
  position: relative;
  text-align: center;
  line-height: 0;
}
.hmj_footer_hondago dd a svg {
  height: 20px;
  margin: auto;
  max-width: 100%;
  fill: #fff;
  transition-duration: 0.3s;
}
.hmj_footer_hondago dd a:hover {
  background: #fff;
  color: #c00;
  text-decoration: none;
}
.hmj_footer_hondago dd a:hover svg {
  fill: #000;
}

.hmj_footer_sns {
  flex: 0 0 360px;
}

.hmj_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hmj_sns dt {
  flex: 0 0 100%;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-bottom: 8px;
}
.hmj_sns dd {
  flex: 0 0 64px;
  padding: 0 16px 0 0;
}
.hmj_sns dd a {
  display: flex;
  align-items: center;
}
.hmj_sns dd a:hover {
  opacity: 0.8;
}
.hmj_sns dd img {
  width: 40px;
  min-width: 32px;
}
.hmj_sns dd.link_tw img {
  width: 44px;
}

.hmj_footer_copyright {
  padding: 24px;
  text-align: center;
  background: #010101;
}
.hmj_footer_copyright p {
  font-size: 0.7em;
  font-family: "HondaGlobalFontJP-Light", "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.hmj_header_spmenu {
  display: none;
}

@media (max-width: 1033px) {
  .hmj_header_container {
    flex-wrap: wrap;
    background: #fff;
    width: 100%;
    align-items: stretch;
  }

  .hmj_header_logo {
    flex: 1 1 auto;
    padding: 16px 4vw;
  }

  .hmj_header_spmenu {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
    background: #fff;
    padding: 16px 4vw;
  }

  .hmj_header_navi {
    flex: 0 0 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(55, 55, 56, 0.5);
    z-index: 10;
    width: 100%;
    height: 100vh;
    padding: 16px 0 16px 4vw;
    padding-top: 90px;
    overflow-x: hidden;
    overflow-y: scroll;
    transform: translateY(-100%);
    transition-duration: 0.5s;
  }
  .hmj_header_navi.active {
    display: block;
    transform: translateY(0);
  }
  .hmj_header_navi ul {
    background: #fff;
    display: block;
  }
  .hmj_header_navi li {
    border: 0;
    padding: 0;
    border-top: 1px solid #eee;
  }
  .hmj_header_navi li a {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hmj_header_navi li a::after {
    background: url("../images/common/i-right_line.svg") right center;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: static;
    opacity: 1;
    display: block;
  }
  .hmj_header_navi li.hmj_header_navi_toggle i {
    background: url("../images/common/i-down_line.svg") no-repeat right center;
    background-size: contain;
    width: 64px;
    padding: 0 20px;
    height: 24px;
    position: static;
    opacity: 1;
    display: block;
  }
  .hmj_header_navi li.hmj_header_navi_toggle i.open {
    background-position: left center;
    transform: scale3d(-1, -1, 1);
  }
  .hmj_header_navi li::after {
    content: none;
  }
  .hmj_header_navi .hmj_header_navi_tohonda.pc {
    display: none;
  }
  .hmj_header_navi .hmj_header_navi_tohonda.sp {
    display: block;
  }
  .hmj_header_navi li.hmj_header_navi_tohonda {
    position: static;
    padding: 24px 40px;
    text-align: right;
  }
  .hmj_header_navi li.hmj_header_navi_tohonda p {
    text-align: left;
    display: inline-block;
  }
  .hmj_header_navi li.hmj_header_navi_tohonda a {
    display: block;
    padding: 8px 0;
    justify-content: flex-start;
  }
  .hmj_header_navi li.hmj_header_navi_tohonda a::after {
    content: none;
  }
  .hmj_header_navi li.hmj_header_navi_tohonda a.link_blank::after {
    content: "";
    display: inline-block;
    margin-top: 2px;
    width: 0.85em;
    height: 0.85em;
    background: url("../images/common/link_external_black.svg") no-repeat;
    background-size: contain;
    margin-left: 0.65em;
    opacity: 0.85;
  }
  .hmj_header_navi li.hmj_header_navi_tohonda a.link_blank:hover::after {
    background-image: url("../images/common/link_external_red.svg");
  }

  .hmj_header_navi_sub {
    position: static;
    transform: translateY(0);
    background: #f9fafc;
    padding: 8px 24px;
  }
  .hmj_header_navi_sub ul {
    background: none;
  }
  .hmj_header_navi_sub li {
    border-top: 0;
  }
  .hmj_header_navi_sub li a {
    color: #111;
  }
  .hmj_header_navi_sub li a::after {
    content: none;
  }

  .hmj_header_navi_sub_wrapper {
    display: block;
    width: 100%;
  }
  .hmj_header_navi_sub_wrapper p {
    display: none;
  }
  .hmj_header_navi_sub_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-count: auto;
    padding: 0;
  }
  .hmj_header_navi_sub_wrapper li {
    padding: 0 0;
    margin-bottom: 0;
    font-size: 0.9em;
    text-align: left;
  }
  .hmj_header_navi_sub_wrapper li a {
    padding: 16px 24px;
  }

  .hmj_header_navi_sub_company .hmj_header_navi_sub_wrapper ul {
    padding: 0;
  }

  .hmj_header_navi_sub_recruit .hmj_header_navi_sub_wrapper ul {
    padding: 0;
  }
}
@media (max-width: 540px) {
  .hmj_header_logo {
    padding: 16px 0 16px 4vw;
  }
  .hmj_header_logo i {
    flex: 0 0 10vw;
  }
  .hmj_header_logo b {
    font-size: 3.2vw;
  }

  .hmj_header_spmenu {
    padding: 16px 4vw 16px 0;
  }

  .hmj_header_navi {
    padding-top: 15vw;
  }

  .hmj_header_navi_sub {
    padding: 0;
  }

  .hmj_header_navi_sub_wrapper {
    width: 92%;
  }
  .hmj_header_navi_sub_wrapper ul {
    display: block;
  }
  .hmj_header_navi_sub_wrapper li {
    padding: 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0;
  }
  .hmj_header_navi_sub_wrapper li:last-child {
    border-bottom: 0;
  }
  .hmj_header_navi_sub_wrapper li a {
    padding: 16px;
  }

  a {
    transition-duration: 0s;
  }

  .hmj_overflow_x {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .hmj_overflow_x {
    padding-bottom: 8px;
  }
  .hmj_overflow_x::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .hmj_overflow_x::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 16px;
    height: 4px;
    overflow: hidden;
  }
  .hmj_overflow_x::-webkit-scrollbar-thumb {
    border-radius: 16px;
    background-color: #ccc;
  }
  .hmj_overflow_x table th,
  .hmj_overflow_x table td {
    white-space: nowrap;
  }
}
@media (max-width: 360px) {
  .hmj_header_logo {
    padding-left: 2vw;
    letter-spacing: -0.05em;
  }

  .hmj_header_spmenu {
    padding-right: 2vw;
  }
}
@media (max-width: 1033px) {
  .hmj_footer_navi {
    justify-content: flex-start;
  }
  .hmj_footer_navi dl {
    margin: 0 2em 2em 0;
  }

  .hmj_footer_hondago {
    margin-bottom: 2em;
    flex: 0 0 100%;
  }
}
@media (max-width: 480px) {
  .hmj_footer_navi {
    display: block;
  }

  .hmj_footer_hondago dd {
    flex: 0 0 100%;
    margin: 0 0 2%;
  }

  .hmj-btn {
    padding: 8px 24px;
  }
}
.sp {
  display: none;
}

@media (max-width: 768px) {
  .hmj {
    font-size: 15px;
  }

  .pcsp {
    display: none;
  }
}
@media (max-width: 540px) {
  .pc {
    display: none;
  }

  .pcsp,
  .sp {
    display: block;
  }
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.menu-trigger {
  position: relative;
  width: 29px;
  height: 24px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #c00;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
  width: 90%;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 80%;
}

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  animation: menu-bar03 0.75s forwards;
}

@keyframes menu-bar03 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
  width: 100%;
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(-11px) rotate(-45deg);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
