@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #231815;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7143;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}

.is-body {
  overflow-y: hidden;
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #231815;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1300px;
  overflow: hidden;
}

.wrapper {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.sm {
  display: none !important;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* PARTS
 * ----------------------------------------------- */
header .header-inner {
  background: #192d73;
  padding: 14px 0;
  position: relative;
  z-index: 100;
  transition: background 0.26s ease, padding 0.26s ease;
}
header .header-inner.is-transform {
  transform: translateX(0) !important;
}
header .wrapper {
  width: 1280px;
}
header.is-home, header.is-devices {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1300px;
  z-index: 100;
}
header.is-home .header-inner, header.is-devices .header-inner {
  background: none;
}
header:not(.is-home) .header-content {
  justify-content: space-around;
}
header:not(.is-home) .navigation-list {
  margin-right: 0;
}
header .header-inner.is-active {
  background: #192d73;
}
header.is-home .header-inner {
  padding: 26px 0;
}
header.is-home .button-menu span {
  background: #192d73;
}
header.is-home .header-content {
  justify-content: flex-end;
}
header.is-home .header-middle {
  display: none;
  transition: display 0.26s ease;
}
header.is-home .header-middle .logo {
  justify-content: flex-start;
}
header.is-home .logo {
  margin-right: 25px;
  position: relative;
  z-index: 2;
  transition: display 0.26s ease;
}
header.is-home .logo a {
  display: block;
}
header.is-active .header-inner {
  background: #192d73;
  padding: 14px 0;
}
header.is-active .header-middle {
  display: flex;
}
header.is-active .header-middle .logo {
  margin-right: 73px;
  display: block !important;
}
header.is-active .logo {
  display: none;
}
header .logo {
  margin-right: 73px;
}
header .header-content,
header .header-middle,
header .navigation-list {
  display: flex;
  align-items: center;
}
header .header-navigation {
  min-width: 650px;
  display: flex;
  justify-content: flex-end;
}
header .navigation-list {
  font-weight: bold;
  margin-left: -25px;
  font-size: 18px;
}
header .navigation-list li {
  margin: 0 22px;
}
header .navigation-list li:hover .navigation-link::after {
  width: 100%;
}
header .navigation-list > li {
  padding: 30px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navigation-list > li {
    padding: 35px 0 25px;
  }
}
header .navigation-list a {
  color: #fff;
}
header .navigation-list .navigation-link {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
}
header .navigation-list .navigation-link::after {
  background: #0094d7;
  width: 0;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  transition: width 0.3s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navigation-list .navigation-link::after {
    bottom: -6px;
  }
}
header .navigation-list .link-contact {
  border: 1px solid #fff;
  padding: 8px 25px;
  border-radius: 20px;
  font-size: 16px;
  transition: background 0.3s ease, border 0.3s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navigation-list .link-contact {
    padding: 10px 19px 2px;
  }
}
header .navigation-list .link-contact::after {
  display: none;
}
header .navigation-list .link-contact:hover {
  background: #0094d7;
  border: 1px solid #0094d7;
}
header .header-navigation .dropdown-menu {
  background: #cdd6dd;
  padding: 5px 0;
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .header-navigation .dropdown-menu {
    padding: 14px 0 6px;
    bottom: -29px;
  }
}
header .header-navigation .dropdown-menu .sub-menu-list a {
  color: #000;
}
header .header-navigation .dropdown-menu.solution {
  top: 86%;
  bottom: auto;
  padding: 23px 0 27px;
}
header .header-navigation .sub-menu-list {
  display: flex;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.05em;
  margin: 0 -28px;
  padding-left: calc(50% - 241px);
}
header .header-navigation .sub-menu-list > li {
  margin: 0 28px;
}
header .header-navigation .sub-menu-list a {
  display: block;
  transition: color 0.3s ease;
}
header .header-navigation .sub-menu-list a:hover {
  color: #0094d7;
}
header .header-navigation .sub-menu-list.is-multi {
  flex-wrap: wrap;
  width: 1050px;
  margin-left: calc(50% - 465px);
  padding: 0 !important;
  letter-spacing: -0.02em;
}
header .header-navigation .sub-menu-list.is-multi > li {
  width: 350px;
  margin: 0 0 5px;
}
header .header-navigation .sub-menu-list.is-multi .mega-sub-link {
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
header .header-navigation .sub-menu-list.is-multi .mega-sub-link::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 6px;
  left: 0;
  background: #000;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .header-navigation .sub-menu-list.is-multi .mega-sub-link::before {
    top: 4px;
  }
}
header .header-navigation .is-product .sub-menu-list {
  padding-left: calc(50% - 386px);
}
header .mega-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.98);
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: auto;
  display: none;
  z-index: 3;
}
header .mega-menu-wrapper {
  min-width: 1300px;
}
header .mega-menu-inner {
  width: 780px;
  margin: 0 auto;
  overflow-y: auto;
  display: flex;
}
header .mega-list {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 200px;
}
header .mega-list.is-large {
  width: 63%;
}
header .mega-list.is-small {
  width: 37%;
  margin-top: 259px;
}
header .mega-list > li {
  margin-bottom: 33px;
}
header .mega-list a,
header .mega-list span {
  color: #fff;
}
header .mega-list a {
  cursor: pointer;
}
header .mega-list .mega-link,
header .mega-list .mega-sub-link {
  position: relative;
  display: block;
}
header .mega-list .mega-link::before,
header .mega-list .mega-sub-link::before {
  position: absolute;
  top: 1px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}
header .mega-list .drop-menu {
  margin-top: 29px;
}
header .mega-list .mega-sub-link {
  padding-left: 79px;
}
header .mega-list .mega-sub-link::before {
  content: ">>";
  left: 0;
  top: -1px;
}
header .mega-list .mega-link {
  max-width: 285px;
}
header .mega-list .mega-link::before {
  content: ">";
  right: 0;
}
header .sub-menu-list {
  margin-left: 25px;
  margin-bottom: -6px;
}
header .sub-menu-list > li {
  margin-bottom: 30px;
}
header .button-menu {
  width: 42px;
  height: 32px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .button-menu {
    top: 2px;
  }
}
header .button-menu span {
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
  transition: all 0.75s;
}
header .button-menu span:nth-child(1) {
  top: 0;
}
header .button-menu span:nth-child(2) {
  top: 15px;
}
header .button-menu span:nth-child(3) {
  top: 30px;
}
header .header-language {
  margin-right: 20px;
}
header .language-list {
  margin: 0 -8px;
  display: flex;
}
header .language-list > li {
  margin: 0 8px;
}
header .language-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.26s;
}
header .language-link.is-current, header .language-link:hover {
  background-color: #000;
}
header .button-menu.is-active span {
  background: #fff;
}
header .button-menu.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
header .button-menu.is-active span:nth-of-type(2) {
  opacity: 0;
}
header .button-menu.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

.menu-link-ipad {
  position: absolute;
  z-index: 2;
  display: none;
  width: 150px;
  height: 40px;
  top: 39px;
}
.menu-link-ipad.is-devices {
  left: calc(50% - 123px);
}
.menu-link-ipad.is-product {
  left: calc(50% + 230px);
}
.menu-link-ipad.is-solution {
  left: calc(50% + 65px);
}

.is-ipad .has-sub.is-active .menu-link-ipad {
  display: none;
}

.is-ipad .menu-link-ipad {
  display: block;
}

.is-ipad .has-sub:not(.is-active) .navigation-link::after {
  width: 0;
}

.cc-deny {
  display: none;
}

.cc-window .cc-message:after {
  content: "をご確認ください。" !important;
}

footer {
  background: #fff;
}
footer .footer-container {
  padding: 32px 0 42px;
  display: flex;
  justify-content: space-between;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-container {
    padding: 34px 0 40px;
  }
}
footer .footer-logo {
  width: 121px;
  display: block;
  margin-right: 10px;
}
footer .footer-content,
footer .footer-link-list {
  display: flex;
  align-items: center;
}
footer .copyright {
  font-size: 12px;
  line-height: 2.33;
  position: relative;
  top: 4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .copyright {
    top: 2px;
  }
}
footer .footer-link-list {
  font-size: 12px;
  line-height: 1.9;
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-link-list {
    top: -1px;
  }
}
footer .footer-link-list li {
  position: relative;
  padding: 0 20px;
}
footer .footer-link-list li::before, footer .footer-link-list li:last-child::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #000;
  top: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-link-list li::before, footer .footer-link-list li:last-child::after {
    top: -3px;
  }
}
footer .footer-link-list li::before {
  left: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-link-list li::before {
    left: 1px;
  }
}
footer .footer-link-list li:last-child::after {
  right: 0;
}
footer .footer-link-list a {
  color: #000;
  display: block;
}

/* MODULES
 * ----------------------------------------------- */
.page-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2667;
  color: #004bb1;
  padding-left: 38px;
  position: relative;
}
.page-title::before {
  position: absolute;
  content: "";
  background: #004bb1;
  top: -6px;
  left: 0;
  width: 10px;
  height: calc(100% + 12px);
}

.block-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  padding-bottom: 2px;
  line-height: 2.1;
  border-bottom: 1px solid #004bb1;
  position: relative;
}
.block-title::before {
  content: "";
  position: absolute;
  background: #004bb1;
  width: 14px;
  height: 14px;
  left: 0;
  top: 11px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block-title::before {
    top: 8px;
  }
}

.common-circle-title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.3125;
  margin-bottom: 17px;
}
.common-circle-title span {
  color: #004bb1;
}

.common-keyvisual {
  background: no-repeat center bottom/cover;
  display: flex;
  align-items: center;
  height: 252px;
}
.common-keyvisual.is-product {
  background-image: url(../img/product/keyvisual_img.jpg);
}
.common-keyvisual.is-solution {
  background-image: url(../img/solution/keyvisual_img.jpg);
}
.common-keyvisual.is-solution .keyvisual-title {
  margin-top: -3px;
}
.common-keyvisual .keyvisual-title {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.75;
  margin-top: 32px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.section-common-keyvisual {
  background: url(../img/contact/keyvisual_img.jpg) no-repeat center bottom/cover;
  height: 252px;
  display: flex;
  align-items: center;
}
.section-common-keyvisual .keyvisual-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}
.section-common-keyvisual .keyvisual-title {
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 1.75;
  margin-bottom: 4px;
}
.section-common-keyvisual .keyvisual-content {
  font-weight: bold;
  color: #192d73;
  margin-right: 10px;
}
.section-common-keyvisual .keyvisual-contact {
  width: 265px;
  margin-right: 12px;
}
.section-common-keyvisual .keyvisual-text {
  font-size: 20px;
  line-height: 1.5;
}
.section-common-keyvisual .phone {
  font-family: "Arial", sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.75;
  color: #192d73;
  margin-bottom: -8px;
  position: relative;
}
.section-common-keyvisual .phone:before {
  position: absolute;
  content: "";
  background: url(../img/common/phone_icon.png);
  width: 33px;
  height: 51px;
  top: 50%;
  left: 0;
  margin-top: -26px;
  margin-left: -48px;
}
.section-common-keyvisual .time-text,
.section-common-keyvisual .note {
  font-weight: 500;
  line-height: 1.667;
}
.section-common-keyvisual .time-text {
  font-size: 18px;
  letter-spacing: -0.01em;
}
.is-ipad .section-common-keyvisual .time-text {
  letter-spacing: -0.05em;
}
.section-common-keyvisual .time {
  margin-left: 4px;
}
.section-common-keyvisual .note {
  letter-spacing: -0.08em;
}
.section-common-keyvisual .contact-information {
  margin-right: -20px;
}
.section-common-keyvisual.is-opportunity .keyvisual-title {
  margin-bottom: 20px;
}
.section-common-keyvisual.is-opportunity .keyvisual-sub-title {
  font-size: 24px;
}
.section-common-keyvisual.is-opportunity .keyvisual-text {
  font-size: 18px;
  line-height: 1.44;
  color: #000;
  font-weight: 500;
}
.section-common-keyvisual.is-opportunity .keyvisual-inner {
  margin-top: 36px;
}
.section-common-keyvisual.is-opportunity .keyvisual-contact {
  margin-top: 15px;
}

@media only screen and (max-width: 1920px) {
  .section-common-keyvisual {
    background-size: auto auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .common-keyvisual {
    padding-top: 10px;
  }
}
.product-list {
  display: flex;
  flex-wrap: wrap;
}
.product-list > li {
  width: 50%;
  padding: 0 26px;
  margin-bottom: 73px;
  display: flex;
}
.product-list .product-image {
  width: 144px;
  padding-left: 4px;
  margin-right: 38px;
  margin-top: 4px;
}
.product-list .product-content {
  width: calc(100% - 185px);
}
.product-list .product-content::after {
  content: "";
  display: table;
  clear: both;
}
.product-list .product-tag,
.product-list .product-title {
  color: #004bb1;
}
.product-list .product-tag,
.product-list .product-title,
.product-list .product-more {
  font-weight: bold;
}
.product-list .product-tag {
  letter-spacing: -0.07em;
  margin-bottom: 4px;
}
.product-list .product-title {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 7px;
}
.product-list .product-detail {
  font-size: 12px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 18px;
}
.product-list .product-more {
  letter-spacing: -0.05em;
  line-height: 1.6;
  color: #004bb1;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #004bb1;
  float: right;
  padding-right: 23px;
  margin-right: 11px;
  position: relative;
}
.product-list .product-more::after {
  position: absolute;
  content: "";
  background: url(../img/common/double_arrow_icon.png) no-repeat center center/100% auto;
  top: 50%;
  right: 3px;
  width: 13px;
  height: 10px;
  margin-top: -5px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-list .product-more::after {
    margin-top: -7px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-list .product-more {
    line-height: 1.4;
  }
}
.is-ipad .product-list .product-more {
  letter-spacing: -0.04em;
}

.section-common-contact {
  background: #192d73;
  padding: 52px 0 55px;
}
.section-common-contact .contact-title,
.section-common-contact .contact-text,
.section-common-contact .contact-caption {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.section-common-contact .contact-title {
  font-size: 28px;
  line-height: 1.38;
  margin-bottom: 4px;
}
.section-common-contact .contact-text {
  font-size: 18px;
  margin-bottom: 24px;
}
.section-common-contact .contact-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 2px;
}
.section-common-contact .contact-list li {
  width: 25%;
  padding: 0 10px;
}
.section-common-contact .contact-list li.is-data, .section-common-contact .contact-list li.is-reservation {
  display: none;
}
.section-common-contact .contact-list a {
  display: block;
}
.section-common-contact .contact-list .contact-image img {
  display: block;
  width: 104px;
  margin: 0 auto;
}
.section-common-contact .contact-list .contact-caption {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 12px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-common-contact .contact-list .contact-caption::after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
}
.section-common-contact .contact-list .is-contact-us .contact-caption {
  margin-top: 20px;
}

.button-common {
  width: 380px;
  height: 50px;
  font-size: 26px;
  line-height: 1.46;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #409ad6;
  border-radius: 7px;
  font-weight: bold;
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button-common {
    padding-top: 8px;
  }
}
.button-common.is-white {
  color: #0094d7;
  background: #fff;
  border: 1px solid #0094d7;
}

/* slider
 * ----------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* PAGE
 * ----------------------------------------------- */
.product-slick-list:not(.slick-initialized) .slick-item:not(:first-child) {
  display: none;
}
.product-slick-list .slick-item {
  width: 940px;
  margin: 0 auto;
  outline: none;
  position: relative;
}
.product-slick-list .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  z-index: 1;
  color: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.product-slick-list .slick-arrow:hover {
  opacity: 0.7;
}
.product-slick-list .slick-arrow::before {
  content: "";
  position: absolute;
  border: solid #004bb1;
  border-width: 2px 2px 0 0;
  width: 35px;
  height: 35px;
  left: 50%;
  top: 50%;
  margin-top: -17px;
  margin-left: -17px;
}
.product-slick-list .slick-prev {
  left: calc(50% - 487px);
}
.product-slick-list .slick-prev:before {
  transform: rotate(-135deg);
}
.product-slick-list .slick-next {
  right: calc(50% - 487px);
}
.product-slick-list .slick-next:before {
  transform: rotate(45deg);
}

.section-product {
  padding: 69px 0 99px;
}
.section-product .wrapper {
  width: 1000px;
}
.section-product .wp-pager {
  margin-bottom: 78px;
}

.product-tabs {
  display: flex;
  background: #e5e5e5;
  margin-bottom: 105px;
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.05em;
}
.product-tabs > li {
  width: 25%;
  position: relative;
  transition: all 0.3s ease;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-tabs > li:not(:first-child)::before {
  content: "";
  position: absolute;
  background: #c8c8c8;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
}
.is-ipad .product-tabs > li.hover, .is-ipad .product-tabs > li.current {
  background: #004bb1;
  color: #fff;
}
.is-ipad .product-tabs > li.hover .tab-click, .is-ipad .product-tabs > li.current .tab-click {
  font-weight: bold;
}

.sub-tab-content,
.second-sub-tab {
  position: absolute;
  z-index: 2;
}

.sub-tab-content {
  width: 300%;
}

.second-sub-tab {
  width: 250px;
}

.sub-tab-content,
.second-sub-tab {
  top: 100%;
  left: 0;
}

.second-sub-list > li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.sub-tab-content {
  padding-top: 5px;
}

.is-second:not(:last-child)::before {
  content: "";
  position: absolute;
  background: #c8c8c8;
  width: 1px;
  height: 100%;
  top: 0;
  right: -1px;
  z-index: 10;
}

.second-sub-tab {
  border-top: 1px solid #fff;
}
.second-sub-tab .second-sub-list a {
  text-align: left;
}

.is-item-fourth .sub-tab-content,
.is-item-fourth .second-sub-tab,
.is-item-third .sub-tab-content,
.is-item-third .second-sub-tab {
  right: 0;
  left: auto;
}
.is-item-fourth .sub-tab-list,
.is-item-third .sub-tab-list {
  justify-content: flex-end;
}

.sub-tab-content,
.second-sub-tab {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sub-tab-content.menu-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}

.tab-link.hover .sub-tab-content {
  visibility: visible;
  opacity: 1;
}

.is-second.hover .second-sub-tab {
  visibility: visible;
  opacity: 1;
}

.sub-tab-list {
  display: flex;
}
.sub-tab-list > li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.sub-tab-list .has-sub {
  position: relative;
}
.sub-tab-list .sub-link,
.sub-tab-list .first-link {
  text-align: center;
  display: block;
  width: 250px;
  background: #ccdbef;
  padding: 11px 28px 9px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sub-tab-list .sub-link,
  .sub-tab-list .first-link {
    padding: 14px 28px 6px;
  }
}
.sub-tab-list .first-link {
  color: #004bb1;
  transition: background 0.3s ease, color 0.3s ease;
}
.sub-tab-list .first-link.hover {
  background: #336fc1;
  color: #fff;
  font-weight: bold;
}
.sub-tab-list .sub-link {
  position: relative;
  transition: color 0.3s ease;
  color: #80a5d8;
  z-index: 9;
}
.sub-tab-list .sub-link::after, .sub-tab-list .sub-link:before {
  position: absolute;
  content: "";
}
.sub-tab-list .sub-link::after {
  border-style: solid;
  border-color: #80a5d8;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transition: border-color 0.3s ease;
}
.sub-tab-list .sub-link:before {
  background: #004bb1;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.is-item-fourth .sub-link:after,
.is-item-third .sub-link:after {
  left: 20px;
  transform: rotate(-135deg);
}

.tab-content {
  display: none;
}
.tab-content .block-content {
  margin-bottom: -15px;
}
.tab-content .block-title {
  margin: 0 46px 90px 43px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tab-content .block-title {
    padding-bottom: 0;
  }
}
.tab-content.current {
  display: block;
}

.tab-link.hover .sub-tab-content {
  visibility: visible;
  opacity: 1;
}

.is-second.hover .second-sub-tab {
  visibility: visible;
  opacity: 1;
}
.is-second.hover .sub-link {
  color: #004bb1;
}
.is-second.hover .sub-link::before {
  visibility: visible;
  opacity: 1;
}
.is-second.hover .sub-link::after {
  border-color: #004bb1;
}

.tab-click {
  display: block;
  padding: 12px 0 9px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tab-click {
    padding: 14px 0 6px;
  }
}

.section-product {
  position: relative;
  z-index: 0;
}
.section-product .button-common {
  margin-top: 44px;
}

body:not(.is-ipad) .product-tabs > li:hover, body:not(.is-ipad) .product-tabs > li.current {
  background: #004bb1;
  color: #fff;
}
body:not(.is-ipad) .product-tabs > li:hover .tab-click, body:not(.is-ipad) .product-tabs > li.current .tab-click {
  font-weight: bold;
}
body:not(.is-ipad) .tab-link.current .sub-tab-content, body:not(.is-ipad) .tab-link:hover .sub-tab-content {
  visibility: visible;
  opacity: 1;
}
body:not(.is-ipad) .tab-link:hover .sub-tab-content {
  z-index: 1000;
}
body:not(.is-ipad) .is-second:hover .second-sub-tab {
  visibility: visible;
  opacity: 1;
}
body:not(.is-ipad) .is-second:hover .sub-link {
  color: #004bb1;
  font-weight: bold;
}
body:not(.is-ipad) .is-second:hover .sub-link::before {
  opacity: 1;
  visibility: visible;
}
body:not(.is-ipad) .sub-tab-list .first-link:hover {
  background: #336fc1;
  color: #fff;
  font-weight: bold;
}

.second-sub-list {
  max-height: calc(100vh / 2);
  overflow: hidden;
  overflow-y: auto;
}

/*# sourceMappingURL=product.css.map */
